Integrate mainline
[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 [ 15771] By: jhi                                   on 2002/04/06  18:59:53
32         Log: Subject: [PATCH] Encode tweaks for VMS
33              From: Michael G Schwern <schwern@pobox.com>
34              Date: Sat, 6 Apr 2002 03:26:09 -0500
35              Message-ID: <20020406082609.GA28758@blackrider>
36      Branch: perl
37            ! ext/Encode/Byte/Makefile.PL ext/Encode/CN/Makefile.PL
38            ! ext/Encode/EBCDIC/Makefile.PL ext/Encode/JP/Makefile.PL
39            ! ext/Encode/KR/Makefile.PL ext/Encode/Makefile.PL
40            ! ext/Encode/Symbol/Makefile.PL ext/Encode/TW/Makefile.PL
41 ____________________________________________________________________________
42 [ 15770] By: jhi                                   on 2002/04/06  18:54:06
43         Log: Prettyprinting and version paranoia.
44      Branch: perl
45            ! ext/DB_File/t/db-recno.t
46 ____________________________________________________________________________
47 [ 15769] By: jhi                                   on 2002/04/06  18:50:17
48         Log: Be explicit about the two DB_File tests croaking
49              in Mac OS X.
50      Branch: perl
51            ! ext/DB_File/t/db-btree.t ext/DB_File/t/db-recno.t
52 ____________________________________________________________________________
53 [ 15768] By: jhi                                   on 2002/04/06  17:53:52
54         Log: Regen toc.
55      Branch: perl
56            ! pod/perltoc.pod
57 ____________________________________________________________________________
58 [ 15767] By: jhi                                   on 2002/04/06  17:25:13
59         Log: Subject: Re: the dirty half dozen (Re: perl@15662)
60              From: Benjamin Goldberg <goldbb2@earthlink.net>
61              Date: Fri, 05 Apr 2002 19:15:42 -0500
62              Message-ID: <3CAE3E2E.8483505@earthlink.net>
63      Branch: perl
64            ! hv.h
65 ____________________________________________________________________________
66 [ 15766] By: jhi                                   on 2002/04/06  17:18:14
67         Log: Underline that the current implementation is not
68              guaranteed to be forever; and reformat a bit.
69      Branch: perl
70            ! lib/utf8.pm
71 ____________________________________________________________________________
72 [ 15765] By: jhi                                   on 2002/04/06  17:15:34
73         Log: Subject: Weak spots in the utf8 manpage
74              From: andreas.koenig@anima.de (Andreas J. Koenig)
75              Date: Fri, 05 Apr 2002 10:08:44 +0200      
76              Message-ID: <m3u1qqefeb.fsf@anima.de>      
77      Branch: perl
78            ! lib/utf8.pm
79 ____________________________________________________________________________
80 [ 15764] By: jhi                                   on 2002/04/06  16:58:02
81         Log: Subject: [PATCH] MakeMaker core sync 5.54_01 -> 5.55_02
82              From: Michael G Schwern <schwern@pobox.com>
83              Date: Sat, 6 Apr 2002 03:22:03 -0500
84              Message-ID: <20020406082203.GA28713@blackrider>
85      Branch: perl
86            + lib/ExtUtils/t/Big-Fat-Dummy/Liar/Makefile.PL
87            + lib/ExtUtils/t/Big-Fat-Dummy/Liar/lib/Big/Fat/Liar.pm
88            + lib/ExtUtils/t/INST.t lib/ExtUtils/t/prefixify.t
89            ! MANIFEST lib/ExtUtils/Changes lib/ExtUtils/Command/MM.pm
90            ! lib/ExtUtils/MM_Any.pm lib/ExtUtils/MM_Cygwin.pm
91            ! lib/ExtUtils/MM_NW5.pm lib/ExtUtils/MM_Unix.pm
92            ! lib/ExtUtils/MM_VMS.pm lib/ExtUtils/MM_Win32.pm
93            ! lib/ExtUtils/MM_Win95.pm lib/ExtUtils/MakeMaker.pm
94            ! lib/ExtUtils/t/MM_Cygwin.t lib/ExtUtils/t/MM_Win32.t
95            ! lib/ExtUtils/t/basic.t t/lib/MakeMaker/Test/Utils.pm
96 ____________________________________________________________________________
97 [ 15763] By: jhi                                   on 2002/04/06  16:53:50
98         Log: No need to avoid utf8 warnings after #15762.
99      Branch: perl
100            ! lib/Unicode/Collate.pm
101 ____________________________________________________________________________
102 [ 15762] By: jhi                                   on 2002/04/06  16:41:06
103         Log: As noted by Philip Newton: nothing wrong with BOM,
104              but 0xFFFE quite wrong.
105      Branch: perl
106            ! t/lib/warnings/utf8 utf8.c utf8.h
107 ____________________________________________________________________________
108 [ 15761] By: jhi                                   on 2002/04/06  16:17:57
109         Log: Explain the "gaps" in the UTF-8 encoding.
110      Branch: perl
111            ! pod/perlunicode.pod utf8.h
112 ____________________________________________________________________________
113 [ 15760] By: jhi                                   on 2002/04/06  16:09:20
114         Log: Subject: [PATCH] Re: Dumper.pm and Unicode code points (was Re: Data::Dumper and integer conversions)
115              From: Nicholas Clark <nick@unfortu.net>
116              Date: Sat, 6 Apr 2002 14:54:51 +0100
117              Message-ID: <20020406135450.GA644@Bagpuss.unfortu.net>
118      Branch: perl
119            ! ext/Data/Dumper/Dumper.xs ext/Data/Dumper/t/dumper.t
120 ____________________________________________________________________________
121 [ 15759] By: jhi                                   on 2002/04/06  16:08:14
122         Log: Signedness nits.
123      Branch: perl
124            ! hv.c
125 ____________________________________________________________________________
126 [ 15758] By: jhi                                   on 2002/04/06  16:07:03
127         Log: Make hv_notallowed a static as suggested by Nick Clark;
128              and synchronize the nomenclature to talk about restricted
129              (not fixed) hashes.
130      Branch: perl
131            ! embed.fnc embed.h hv.c lib/Hash/Util.t pod/perldiag.pod
132            ! proto.h
133 ____________________________________________________________________________
134 [ 15757] By: jhi                                   on 2002/04/06  15:47:52
135         Log: Subject: Re: the dirty half dozen (Re: perl@15662)
136              From: Nicholas Clark <nick@unfortu.net>
137              Date: Sat, 6 Apr 2002 00:21:17 +0100
138              Message-ID: <20020405232117.GE323@Bagpuss.unfortu.net>
139              
140              (with the last one reversed)
141      Branch: perl
142            ! doop.c dump.c embed.fnc ext/Devel/Peek/Peek.t hv.c hv.h
143            ! pod/perlunicode.pod pp.c sv.h t/op/utfhash.t
144 ____________________________________________________________________________
145 [ 15756] By: jhi                                   on 2002/04/06  15:46:35
146         Log: Update the warning message.
147      Branch: perl
148            ! README.tru64
149 ____________________________________________________________________________
150 [ 15755] By: jhi                                   on 2002/04/06  15:26:44
151         Log: Subject: [perlunicode]   A nasty doc bug causing the real one!
152              From: Dan Kogai <dankogai@dan.co.jp>
153              Date: Sat, 6 Apr 2002 06:08:40 +0900
154              Message-Id: <4DB9C576-48D9-11D6-84DC-00039301D480@dan.co.jp>
155      Branch: perl
156            ! pod/perlunicode.pod
157 ____________________________________________________________________________
158 [ 15754] By: rgs                                   on 2002/04/05  20:47:22
159         Log: Some tests were failing silently instead of saying "not ok"
160      Branch: perl
161            ! t/comp/proto.t
162 ____________________________________________________________________________
163 [ 15753] By: nick                                  on 2002/04/05  19:30:12
164         Log: Integrate mainline
165      Branch: perlio
166           !> Configure NetWare/Makefile NetWare/Nwmain.c NetWare/nw5.c
167           !> dosish.h ext/Storable/Storable.xs ext/Storable/t/dclone.t
168           !> lib/Tie/File/t/26_twrite.t lib/sort.t pod/perlfunc.pod
169 ____________________________________________________________________________
170 [ 15752] By: jhi                                   on 2002/04/05  18:37:32
171         Log: Minor Tie::File test patch, from mjd.
172      Branch: perl
173            ! lib/Tie/File/t/24_cache_loop.t
174 ____________________________________________________________________________
175 [ 15751] By: jhi                                   on 2002/04/05  18:35:35
176         Log: Not *that* different line endings (noticed by Philip Newton)
177      Branch: perl
178            ! pod/perldelta.pod
179 ____________________________________________________________________________
180 [ 15750] By: jhi                                   on 2002/04/05  18:02:26
181         Log: Retract #15745 for now; won't work without more Encode fixes.
182      Branch: perl
183            ! ext/Encode/lib/Encode/10646_1.pm
184 ____________________________________________________________________________
185 [ 15749] By: jhi                                   on 2002/04/05  17:00:01
186         Log: metaconfig unit change for #15748.
187      Branch: metaconfig
188            ! U/modified/Oldconfig.U
189 ____________________________________________________________________________
190 [ 15748] By: jhi                                   on 2002/04/05  16:58:45
191         Log: Subject: [ID 20020405.004] Configure doesn't always choose the openbsd hints fine on OpenBSD systems
192              From: "Todd C. Miller" <Todd.Miller@courtesan.com>
193              Date: Fri, 5 Apr 2002 10:43:43 -0700 (MST)
194              Message-Id: <200204051743.g35Hhhb7031096@xerxes.courtesan.com>
195      Branch: perl
196            ! Configure
197 ____________________________________________________________________________
198 [ 15747] By: jhi                                   on 2002/04/05  13:42:29
199         Log: NetWare update from C Aditya.
200      Branch: perl
201            ! NetWare/Makefile NetWare/Nwmain.c NetWare/nw5.c dosish.h
202 ____________________________________________________________________________
203 [ 15746] By: jhi                                   on 2002/04/05  13:34:11
204         Log: Win32 pacifying from mjd.
205      Branch: perl
206            ! lib/Tie/File/t/26_twrite.t
207 ____________________________________________________________________________
208 [ 15745] By: jhi                                   on 2002/04/05  13:07:21
209         Log: Integrate perlio;
210              
211              Not only did UCS-2 have dodgy name it was buggy.
212      Branch: perl
213           !> ext/Encode/lib/Encode/10646_1.pm
214 ____________________________________________________________________________
215 [ 15744] By: nick                                  on 2002/04/05  13:02:36
216         Log: Not only did UCS-2 have dodgy name it was buggy.
217      Branch: perlio
218            ! ext/Encode/lib/Encode/10646_1.pm
219 ____________________________________________________________________________
220 [ 15743] By: jhi                                   on 2002/04/05  12:50:21
221         Log: Subject: Patch for bug ID 20020221.007
222              From: Archer Sully <archer@meer.net>
223              Date: Thu, 4 Apr 2002 21:45:34 -0700
224              Message-Id: <20020405044630.8F2B3C859@mail.goldenagewireless.net>
225              
226              Fix for "[ID 20020221.007] SEGV in Storable with empty string
227              scalar object" (dclone)
228      Branch: perl
229            ! ext/Storable/Storable.xs ext/Storable/t/dclone.t
230 ____________________________________________________________________________
231 [ 15742] By: rgs                                   on 2002/04/05  12:22:26
232         Log: Subject: Re: lib/sort.t failure 
233              From: "John P. Linderman" <jpl@research.att.com>
234              Date: Fri, 05 Apr 2002 06:19:07 -0500
235              Message-ID: <200204051119.GAA00032@raptor.research.att.com>
236              
237              with a minor formatting tweak
238      Branch: perl
239            ! pod/perlfunc.pod
240 ____________________________________________________________________________
241 [ 15741] By: rgs                                   on 2002/04/05  11:58:14
242         Log: Subject: Re: lib/sort.t failure (and [PATCH])
243              From: "John P. Linderman" <jpl@research.att.com>
244              Date: Fri, 05 Apr 2002 07:13:27 -0500
245              Message-ID: <200204051213.HAA13004@raptor.research.att.com>
246      Branch: perl
247            ! lib/sort.t
248 ____________________________________________________________________________
249 [ 15740] By: nick                                  on 2002/04/05  09:31:42
250         Log: Integrate mainline
251      Branch: perlio
252           +> (branch 49 files)
253           !> (integrate 82 files)
254 ____________________________________________________________________________
255 [ 15739] By: jhi                                   on 2002/04/05  01:52:28
256         Log: Subject: A TEST. [Re: qr/^UCS2-le$/i    => '"UCS-2"'  -- what is it?]
257              From: Dan Kogai <dankogai@dan.co.jp>
258              Date: Fri, 5 Apr 2002 11:52:50 +0900
259              Message-Id: <377E5208-4840-11D6-8B4B-00039301D480@dan.co.jp>
260      Branch: perl
261            ! ext/Encode/t/Aliases.t
262 ____________________________________________________________________________
263 [ 15738] By: jhi                                   on 2002/04/05  01:45:24
264         Log: Subject: A FIX. [Re: qr/^UCS2-le$/i    => '"UCS-2"'  -- what is it?]
265              From: Dan Kogai <dankogai@dan.co.jp>
266              Date: Fri, 5 Apr 2002 11:39:55 +0900
267              Message-Id: <69FEC0B4-483E-11D6-A045-00039301D480@dan.co.jp>
268      Branch: perl
269            ! ext/Encode/lib/Encode/Alias.pm
270 ____________________________________________________________________________
271 [ 15737] By: jhi                                   on 2002/04/04  22:28:32
272         Log: Subject: Re: [ID 20020305.025] PACKAGE::SUPER doesn't work anymore
273              From: Ilmari Karonen <iltzu@sci.fi>
274              Date: Fri, 5 Apr 2002 01:35:08 +0300 (EET DST)
275              Message-ID: <Pine.SOL.3.96.1020405004632.9372C-100000@simpukka>
276      Branch: perl
277            ! gv.c t/op/method.t
278 ____________________________________________________________________________
279 [ 15736] By: jhi                                   on 2002/04/04  22:28:10
280         Log: I was fooled for a while, somebody else might be too.
281      Branch: perl
282            ! t/test.pl
283 ____________________________________________________________________________
284 [ 15735] By: jhi                                   on 2002/04/04  22:10:51
285         Log: test.pl-ify.
286      Branch: perl
287            ! t/op/method.t
288 ____________________________________________________________________________
289 [ 15734] By: jhi                                   on 2002/04/04  19:54:19
290         Log: Upgrade to Encode 1.20, from Dan Kogai.
291      Branch: perl
292            + ext/Encode/bin/unidump ext/Encode/ucm/adobeStdenc.ucm
293            + ext/Encode/ucm/adobeSymbol.ucm
294            + ext/Encode/ucm/adobeZdingbat.ucm ext/Encode/ucm/cp037.ucm
295            + ext/Encode/ucm/cp1006.ucm ext/Encode/ucm/cp1026.ucm
296            + ext/Encode/ucm/cp1251.ucm ext/Encode/ucm/cp1252.ucm
297            + ext/Encode/ucm/cp1253.ucm ext/Encode/ucm/cp1254.ucm
298            + ext/Encode/ucm/cp1255.ucm ext/Encode/ucm/cp1256.ucm
299            + ext/Encode/ucm/cp1257.ucm ext/Encode/ucm/cp1258.ucm
300            + ext/Encode/ucm/cp424.ucm ext/Encode/ucm/cp437.ucm
301            + ext/Encode/ucm/cp500.ucm ext/Encode/ucm/cp737.ucm
302            + ext/Encode/ucm/cp775.ucm ext/Encode/ucm/cp850.ucm
303            + ext/Encode/ucm/cp852.ucm ext/Encode/ucm/cp855.ucm
304            + ext/Encode/ucm/cp856.ucm ext/Encode/ucm/cp857.ucm
305            + ext/Encode/ucm/cp860.ucm ext/Encode/ucm/cp861.ucm
306            + ext/Encode/ucm/cp862.ucm ext/Encode/ucm/cp863.ucm
307            + ext/Encode/ucm/cp864.ucm ext/Encode/ucm/cp865.ucm
308            + ext/Encode/ucm/cp866.ucm ext/Encode/ucm/cp869.ucm
309            + ext/Encode/ucm/cp874.ucm ext/Encode/ucm/cp875.ucm
310            + ext/Encode/ucm/macArabic.ucm ext/Encode/ucm/macChinsimp.ucm
311            + ext/Encode/ucm/macChintrad.ucm ext/Encode/ucm/macDevanaga.ucm
312            + ext/Encode/ucm/macFarsi.ucm ext/Encode/ucm/macGujarati.ucm
313            + ext/Encode/ucm/macGurmukhi.ucm ext/Encode/ucm/macHebrew.ucm
314            + ext/Encode/ucm/macJapanese.ucm ext/Encode/ucm/macKorean.ucm
315            + ext/Encode/ucm/macROMnn.ucm ext/Encode/ucm/macRUMnn.ucm
316            + ext/Encode/ucm/macSymbol.ucm
317            ! MANIFEST ext/Encode/AUTHORS ext/Encode/Byte/Byte.pm
318            ! ext/Encode/Byte/Makefile.PL ext/Encode/CN/CN.pm
319            ! ext/Encode/CN/Makefile.PL ext/Encode/Changes
320            ! ext/Encode/EBCDIC/EBCDIC.pm ext/Encode/EBCDIC/Makefile.PL
321            ! ext/Encode/Encode.pm ext/Encode/Encode.xs
322            ! ext/Encode/Encode/Makefile_PL.e2x ext/Encode/JP/JP.pm
323            ! ext/Encode/JP/Makefile.PL ext/Encode/KR/KR.pm
324            ! ext/Encode/KR/Makefile.PL ext/Encode/MANIFEST
325            ! ext/Encode/Makefile.PL ext/Encode/Symbol/Makefile.PL
326            ! ext/Encode/Symbol/Symbol.pm ext/Encode/TW/Makefile.PL
327            ! ext/Encode/TW/TW.pm ext/Encode/bin/enc2xs
328            ! ext/Encode/bin/piconv ext/Encode/lib/Encode/10646_1.pm
329            ! ext/Encode/lib/Encode/Alias.pm
330            ! ext/Encode/lib/Encode/Supported.pod
331            ! ext/Encode/lib/Encode/ucs2_le.pm ext/Encode/lib/Encode/utf8.pm
332            ! ext/Encode/t/Aliases.t ext/Encode/t/encoding.t
333            ! ext/Encode/t/jperl.t ext/Encode/ucm/ascii.ucm
334            ! ext/Encode/ucm/cp1250.ucm ext/Encode/ucm/cp932.ucm
335            ! ext/Encode/ucm/cp936.ucm ext/Encode/ucm/cp949.ucm
336            ! ext/Encode/ucm/cp950.ucm ext/Encode/ucm/koi8-r.ucm
337            ! ext/Encode/ucm/macCentEuro.ucm ext/Encode/ucm/macCroatian.ucm
338            ! ext/Encode/ucm/macCyrillic.ucm ext/Encode/ucm/macDingbats.ucm
339            ! ext/Encode/ucm/macGreek.ucm ext/Encode/ucm/macIceland.ucm
340            ! ext/Encode/ucm/macRoman.ucm ext/Encode/ucm/macThai.ucm
341            ! ext/Encode/ucm/macTurkish.ucm ext/Encode/ucm/macUkraine.ucm
342            ! ext/Encode/ucm/nextstep.ucm
343 ____________________________________________________________________________
344 [ 15733] By: jhi                                   on 2002/04/04  17:23:31
345         Log: Subject: left-over "use 5.7.2" in threads.pm
346              From: Slaven Rezic <slaven.rezic@berlin.de>
347              Date: 21 Mar 2002 23:18:13 +0100
348              Message-ID: <87k7s5pntm.fsf@vran.herceg.de>
349      Branch: perl
350            ! ext/threads/threads.pm
351 ____________________________________________________________________________
352 [ 15732] By: ams                                   on 2002/04/04  17:08:13
353         Log: Subject: [PATCH 5.7.3 DOCS]
354              From: mjd@plover.com
355              Date: 4 Apr 2002 15:59:39 -0000
356              Message-Id: <20020404155939.6754.qmail@plover.com>
357      Branch: perl
358            ! pod/perlfaq9.pod
359 ____________________________________________________________________________
360 [ 15731] By: jhi                                   on 2002/04/04  16:11:47
361         Log: metaconfig unit change for #15730.
362      Branch: metaconfig
363            ! U/threads/usethreads.U
364 ____________________________________________________________________________
365 [ 15730] By: jhi                                   on 2002/04/04  16:11:06
366         Log: Subject: Re: lib/sort.t failure [PATCH]
367              From: Andy Dougherty <doughera@lafayette.edu>
368              Date: Thu, 4 Apr 2002 12:05:30 -0500 (EST)
369              Message-ID: <Pine.SOL.4.10.10204041204001.20180-100000@maxwell.phys.lafayette.edu>
370              
371              Default to usethreads in case the user most probably forgot it.
372      Branch: perl
373            ! Configure
374 ____________________________________________________________________________
375 [ 15729] By: jhi                                   on 2002/04/04  13:57:41
376         Log: Typo nits from Wolfgang Laun.
377      Branch: perl
378            ! lib/Test/Harness.pm lib/Test/More.pm lib/Test/Simple.pm
379 ____________________________________________________________________________
380 [ 15728] By: rgs                                   on 2002/04/04  07:09:12
381         Log: Detypo in diagnostics.
382      Branch: perl
383            ! lib/locale.t
384 ____________________________________________________________________________
385 [ 15727] By: jhi                                   on 2002/04/04  05:54:20
386         Log: pod2html: try to be EOL agnostic.
387              (Needs testing on CRLF and CR platforms.)
388      Branch: perl
389            + lib/Pod/t/eol.t
390            ! MANIFEST lib/Pod/Html.pm pod/perldelta.pod
391 ____________________________________________________________________________
392 [ 15726] By: jhi                                   on 2002/04/04  00:27:19
393         Log: Subject: [PATCH} Pod::HTML and HTML4
394              From: Robert Spier <rspier@pobox.com>
395              Date: Wed, 03 Apr 2002 16:26:21 -0800
396              Message-ID: <3CAB9DAD.20305@pobox.com>
397      Branch: perl
398            ! lib/Pod/Html.pm
399 ____________________________________________________________________________
400 [ 15725] By: jhi                                   on 2002/04/03  22:53:41
401         Log: Byebye, beebee.
402      Branch: perl
403            ! t/lib/warnings/perlio
404 ____________________________________________________________________________
405 [ 15724] By: jhi                                   on 2002/04/03  22:39:48
406         Log: Subject: Re: enc2xs needs portable way to know it's in the core
407              From: PPrymmer@factset.com
408              Date: Wed, 3 Apr 2002 14:29:32 -0500
409              Message-ID: <OF58635186.C7427DDE-ON85256B90.0067A130@55.25.11>
410      Branch: perl
411            ! configure.com
412 ____________________________________________________________________________
413 [ 15723] By: jhi                                   on 2002/04/03  22:33:09
414         Log: Subject: [PATCH] Re: [ID 20020401.004] [PATCH] lib/File/Spec/t/rel2abs2rel.t fails if  paths contain shell metacharacters
415              From: Dominic Dunlop <domo@computer.org>
416              Date: Wed, 3 Apr 2002 22:44:01 +0200
417              Message-Id: <p05101502b8d10666f60c@[192.168.1.6]>
418      Branch: perl
419            ! lib/File/Spec/t/rel2abs2rel.t
420 ____________________________________________________________________________
421 [ 15722] By: jhi                                   on 2002/04/03  22:25:48
422         Log: Subject: [PATCH] pp_pack.c - remove SIGFPE on VOS
423              From: Paul_GreenVOS@vos.stratus.com
424              Date: Wed, 3 Apr 02 16:34 est
425              Message-Id: <200204032134.QAA29744@mailhub2.stratus.com>
426      Branch: perl
427            ! pp_pack.c
428 ____________________________________________________________________________
429 [ 15721] By: jhi                                   on 2002/04/03  22:13:35
430         Log: Upgrade to Tie::File 0.93, from mjd.
431      Branch: perl
432            ! lib/Tie/File.pm lib/Tie/File/t/00_version.t
433            ! lib/Tie/File/t/04_splice.t lib/Tie/File/t/10_splice_rs.t
434            ! lib/Tie/File/t/41_heap.t
435 ____________________________________________________________________________
436 [ 15720] By: jhi                                   on 2002/04/03  21:33:54
437         Log: Subject: lib/AnyDBM_File.t incorrectly passes even without any dbm
438              From: Andy Dougherty <doughera@lafayette.edu>
439              Date: Wed, 3 Apr 2002 16:17:51 -0500 (EST)
440              Message-ID: <Pine.SOL.4.10.10204031607030.20955-100000@maxwell.phys.lafayette.edu>
441      Branch: perl
442            ! lib/AnyDBM_File.t
443 ____________________________________________________________________________
444 [ 15719] By: rgs                                   on 2002/04/03  21:08:21
445         Log: Tweak the Atof macro : perl wasn't compiling with -Duseithreads
446              and ccflags including -DNO_LOCALE
447      Branch: perl
448            ! perl.h
449 ____________________________________________________________________________
450 [ 15718] By: jhi                                   on 2002/04/03  20:27:49
451         Log: EPOC tweaks from Olaf Flebbe.
452      Branch: perl
453            ! README.epoc epoc/epoc.c epoc/epocish.h util.c
454 ____________________________________________________________________________
455 [ 15717] By: jhi                                   on 2002/04/03  20:25:55
456         Log: Subject: [PATCH] Set @INC earlier
457              From: Andy Dougherty <doughera@lafayette.edu>
458              Date: Wed, 3 Apr 2002 16:18:47 -0500 (EST)
459              Message-ID: <Pine.SOL.4.10.10204031618150.20955-100000@maxwell.phys.lafayette.edu>
460      Branch: perl
461            ! lib/AnyDBM_File.t lib/sort.t
462 ____________________________________________________________________________
463 [ 15716] By: rgs                                   on 2002/04/03  19:28:38
464         Log: perlcompile.pod was listing all B:: modules, except B::Concise
465              (resubmitted)
466      Branch: perl
467            ! pod/perlcompile.pod
468 ____________________________________________________________________________
469 [ 15715] By: rgs                                   on 2002/04/03  19:16:27
470         Log: perlcompile.pod was listing all B:: modules, except B::Concise
471      Branch: perl
472            ! pod/perlcompile.pod
473 ____________________________________________________________________________
474 [ 15714] By: jhi                                   on 2002/04/03  19:15:33
475         Log: non-perlio robustness.
476      Branch: perl
477            ! ext/Socket/socketpair.t lib/utf8.t
478 ____________________________________________________________________________
479 [ 15713] By: nick                                  on 2002/04/03  18:06:49
480         Log: Integrate mainline
481      Branch: perlio
482           +> lib/Tie/File/t/41_heap.t
483           !> MANIFEST ext/threads/threads.pm lib/ExtUtils/MM_Win95.pm
484           !> lib/File/Compare.pm perl.c pod/perldiag.pod pp_ctl.c regcomp.c
485           !> regexec.c t/op/re_tests t/op/tiearray.t
486 ____________________________________________________________________________
487 [ 15712] By: jhi                                   on 2002/04/03  17:55:48
488         Log: Tweak for 8.3 compat.
489      Branch: perl
490            ! ext/Encode/Byte/Makefile.PL ext/Encode/CN/Makefile.PL
491            ! ext/Encode/EBCDIC/Makefile.PL ext/Encode/Encode.xs
492            ! ext/Encode/Encode/Makefile_PL.e2x ext/Encode/JP/Makefile.PL
493            ! ext/Encode/KR/Makefile.PL ext/Encode/Makefile.PL
494            ! ext/Encode/Symbol/Makefile.PL ext/Encode/TW/Makefile.PL
495            ! ext/Encode/bin/enc2xs
496 ____________________________________________________________________________
497 [ 15711] By: jhi                                   on 2002/04/03  17:04:22
498         Log: Subject: Re: [PATCH pp_ctl.c] [ID 20020301.011] Core dump in 'leavetry' in 5.7.2
499              From: Mark-Jason Dominus <mjd@plover.com>
500              Date: Wed, 03 Apr 2002 13:04:40 -0500
501              Message-ID: <20020403180440.7614.qmail@plover.com>
502      Branch: perl
503            ! t/op/tiearray.t
504 ____________________________________________________________________________
505 [ 15710] By: jhi                                   on 2002/04/03  15:49:10
506         Log: Forgotten.
507      Branch: perl
508            + lib/Tie/File/t/41_heap.t
509            ! MANIFEST
510 ____________________________________________________________________________
511 [ 15709] By: jhi                                   on 2002/04/03  15:04:15
512         Log: Subject: Re: the dirty half dozen (Re: perl@15662)
513              From: Mark Kvale <kvale@phy.ucsf.edu>
514              Date: Tue, 2 Apr 2002 13:57:37 -0800
515              Message-Id: <02040213573702.66352@ivy.ucsf.edu>
516      Branch: perl
517            ! t/op/re_tests
518 ____________________________________________________________________________
519 [ 15708] By: jhi                                   on 2002/04/03  15:01:51
520         Log: Subject: Re: [ID 20020311.008] "foo bar" =~ /^(\w+)\s+(.+)(\s+)?$(\s)/ core dumps
521              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>    
522              Date: Wed, 03 Apr 2002 03:34:34 +0100
523              Message-Id: <200204030234.g332YYP15141@crypt.compulink.co.uk>
524      Branch: perl
525            ! regcomp.c
526 ____________________________________________________________________________
527 [ 15707] By: jhi                                   on 2002/04/03  15:00:53
528         Log: The leavetry crash should now be history.
529      Branch: perl
530            ! t/op/tiearray.t
531 ____________________________________________________________________________
532 [ 15706] By: jhi                                   on 2002/04/03  14:56:47
533         Log: Subject: [PATCH lib/ExtUtils/MM_Win95.pm] Re: I can't build anything in ext/
534              From: Michael G Schwern <schwern@pobox.com>
535              Date: Wed, 3 Apr 2002 10:56:44 -0500
536              Message-ID: <20020403155644.GC916@blackrider>
537      Branch: perl
538            ! lib/ExtUtils/MM_Win95.pm
539 ____________________________________________________________________________
540 [ 15705] By: jhi                                   on 2002/04/03  14:49:35
541         Log: Subject: [PATCH pp_ctl.c] [ID 20020301.011] Core dump in 'leavetry' in 5.7.2
542              From: Dave Mitchell <davem@fdgroup.com>
543              Date: Wed, 3 Apr 2002 02:08:26 +0100
544              Message-ID: <20020403020825.B16724@fdgroup.com>
545      Branch: perl
546            ! pp_ctl.c
547 ____________________________________________________________________________
548 [ 15704] By: jhi                                   on 2002/04/03  14:18:58
549         Log: Prototype tweak for non-threaded builds.
550      Branch: perl
551            ! perl.c
552 ____________________________________________________________________________
553 [ 15703] By: jhi                                   on 2002/04/03  14:12:03
554         Log: Detached threads do not help; they still hold resources.
555      Branch: perl
556            ! ext/threads/threads.pm pod/perldiag.pod
557 ____________________________________________________________________________
558 [ 15702] By: jhi                                   on 2002/04/03  13:55:17
559         Log: Doc tweak from Wolfgang Laun.
560      Branch: perl
561            ! lib/File/Compare.pm
562 ____________________________________________________________________________
563 [ 15701] By: jhi                                   on 2002/04/03  13:49:11
564         Log: Subject: [PATCH bleadperl] regexec.c
565              From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu>
566              Date: Wed, 3 Apr 2002 11:13:30 +0200
567              Message-ID: <1673159227.20020403111330@tesla.rcub.bg.ac.yu>
568      Branch: perl
569            ! regexec.c
570 ____________________________________________________________________________
571 [ 15700] By: jhi                                   on 2002/04/03  13:47:22
572         Log: Document the "Cleanup skipped ..." warning.
573      Branch: perl
574            ! ext/threads/threads.pm pod/perldiag.pod
575 ____________________________________________________________________________
576 [ 15699] By: jhi                                   on 2002/04/03  13:35:58
577         Log: Integrate perlio;
578              
579              Add -hiertype option to xsubpp for easier mapping C++ with namespaces.
580              
581              Fix segfaults when mainthread exits with other threads running:
582              - track number of running threads
583              - if main thread calls perl_destruct() with other threads running
584              skip most of cleanup (with a warning).
585      Branch: perl
586           !> embed.fnc embed.h embedvar.h ext/threads/threads.xs global.sym
587           !> lib/ExtUtils/xsubpp perl.c perl.h perlapi.h perlvars.h
588           !> pod/perlapi.pod proto.h
589 ____________________________________________________________________________
590 [ 15698] By: nick                                  on 2002/04/03  13:15:30
591         Log: Fix segfaults when mainthread exits with other threads running:
592              - track number of running threads
593              - if main thread calls perl_destruct() with other threads running
594              skip most of cleanup (with a warning).
595      Branch: perlio
596            ! embed.fnc embed.h embedvar.h ext/threads/threads.xs global.sym
597            ! perl.c perl.h perlapi.h perlvars.h pod/perlapi.pod proto.h
598 ____________________________________________________________________________
599 [ 15697] By: nick                                  on 2002/04/03  07:34:13
600         Log: Integrate mainline
601      Branch: perlio
602           +> lib/Net/Ping/t/250_ping_hires.t
603           !> (integrate 33 files)
604 ____________________________________________________________________________
605 [ 15696] By: nick                                  on 2002/04/03  06:41:58
606         Log: Add -hiertype option to xsubpp for easier mapping C++ with namespaces.
607      Branch: perlio
608            ! lib/ExtUtils/xsubpp
609 ____________________________________________________________________________
610 [ 15695] By: jhi                                   on 2002/04/03  03:10:27
611         Log: Subject: [PATCH @15047] debugger
612              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
613              Date: Sat, 16 Mar 2002 04:38:50 -0500
614              Message-ID: <20020316043850.A9223@math.ohio-state.edu>
615      Branch: perl
616            ! lib/perl5db.pl
617 ____________________________________________________________________________
618 [ 15694] By: jhi                                   on 2002/04/02  22:26:23
619         Log: Third Degree flags.
620      Branch: perl
621            ! Makefile.SH
622 ____________________________________________________________________________
623 [ 15693] By: jhi                                   on 2002/04/02  21:19:21
624         Log: Subject: [5.7.3 DOC PATCH] 'splice' with negative LENGTH
625              From: Mark-Jason Dominus <mjd@plover.com>
626              Date: Tue, 02 Apr 2002 16:35:11 -0500
627              Message-ID: <20020402213511.27781.qmail@plover.com>
628              
629              (tweaked)
630      Branch: perl
631            ! pod/perlfunc.pod
632 ____________________________________________________________________________
633 [ 15692] By: jhi                                   on 2002/04/02  21:01:41
634         Log: Upgrade to Tie::File 0.92, from mjd.
635      Branch: perl
636            ! lib/Tie/File.pm lib/Tie/File/t/00_version.t
637            ! lib/Tie/File/t/01_gen.t lib/Tie/File/t/04_splice.t
638            ! lib/Tie/File/t/07_rv_splice.t lib/Tie/File/t/09_gen_rs.t
639            ! lib/Tie/File/t/10_splice_rs.t lib/Tie/File/t/16_handle.t
640            ! lib/Tie/File/t/20_cache_full.t lib/Tie/File/t/30_defer.t
641            ! lib/Tie/File/t/40_abs_cache.t
642 ____________________________________________________________________________
643 [ 15691] By: jhi                                   on 2002/04/02  20:42:56
644         Log: Subject: [PATCH] Update my email address in perl.c
645              From: Paul_GreenVOS@vos.stratus.com
646              Date: Tue, 2 Apr 02 15:27 est
647              Message-Id: <200204022027.PAA29837@mailhub1.stratus.com>
648      Branch: perl
649            ! AUTHORS perl.c
650 ____________________________________________________________________________
651 [ 15690] By: rgs                                   on 2002/04/02  20:36:04
652         Log: POD fix.
653      Branch: perl
654            ! pod/perldelta.pod
655 ____________________________________________________________________________
656 [ 15689] By: jhi                                   on 2002/04/02  20:35:13
657         Log: What started as a small nit (the charnames test, nit found
658              be Hugo), ballooned a bit... the goal is Larry's wish that
659              illegal Unicode (such as U+FFFF) by default doesn't warn,
660              since what if somebody WANTS to create illegal Unicode?
661              Now getting close to this in the regex runtime.
662              (Also, fix more of my fixation that BOM would be U+FFFE.)
663      Branch: perl
664            ! lib/Unicode/Collate.pm lib/charnames.t pp.c pp_pack.c
665            ! regexec.c t/lib/warnings/utf8 utf8.c utf8.h
666 ____________________________________________________________________________
667 [ 15688] By: jhi                                   on 2002/04/02  18:57:19
668         Log: Talk more about Net::Ping.
669      Branch: perl
670            ! pod/perldelta.pod
671 ____________________________________________________________________________
672 [ 15687] By: jhi                                   on 2002/04/02  18:35:27
673         Log: Upgrade to Net::Ping 2.14.
674      Branch: perl
675            + lib/Net/Ping/t/250_ping_hires.t
676            ! MANIFEST lib/Net/Ping.pm lib/Net/Ping/CHANGES
677            ! lib/Net/Ping/README lib/Net/Ping/t/130_tcp_inst.t
678            ! lib/Net/Ping/t/140_stream_inst.t
679 ____________________________________________________________________________
680 [ 15686] By: jhi                                   on 2002/04/02  18:09:46
681         Log: XML::Parser 2.31 should be out shortly.
682      Branch: perl
683            ! pod/perldelta.pod
684 ____________________________________________________________________________
685 [ 15685] By: jhi                                   on 2002/04/02  17:37:44
686         Log: Subject: RE: Sorry... (was: Re: Bug: cygwin Perl uses File/Spec/Unix.pm instead of File/Spec/Win32.pm)
687              From: George Necula <necula@eecs.berkeley.edu>
688              Date: Tue, 2 Apr 2002 10:22:41 -0800
689              Message-ID: <4E06A937DADC3842ACE4D3A1096A9EAC038C6F@JANUS.eecs.berkeley.edu>
690      Branch: perl
691            ! lib/File/Spec/Cygwin.pm
692 ____________________________________________________________________________
693 [ 15684] By: jhi                                   on 2002/04/02  15:39:04
694         Log: EBCDIC test tweak.
695      Branch: perl
696            ! pod/perldelta.pod t/uni/case.pl
697 ____________________________________________________________________________
698 [ 15683] By: nick                                  on 2002/04/02  15:36:17
699         Log: Integrate mainline
700      Branch: perlio
701           !> NetWare/t/NWScripts.pl ext/Encode/Encode.xs lib/CPAN.pm
702           !> lib/Net/ChangeLog.libnet lib/Net/FTP/dataconn.pm
703           !> lib/Net/SMTP.pm lib/perl5db.pl os2/os2ish.h perlio.c scope.c
704 ____________________________________________________________________________
705 [ 15682] By: jhi                                   on 2002/04/02  15:05:58
706         Log: Subject: [PATCH @15047] ASCII vs BINARY on OS/2 in perlio
707              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
708              Date: Tue, 2 Apr 2002 00:37:08 -0500
709              Message-ID: <20020402003708.A8648@math.ohio-state.edu>
710      Branch: perl
711            ! os2/os2ish.h perlio.c
712 ____________________________________________________________________________
713 [ 15681] By: jhi                                   on 2002/04/02  15:01:34
714         Log: Subject: [PATCH @15047] debugger again
715              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
716              Date: Tue, 2 Apr 2002 00:30:31 -0500
717              Message-ID: <20020402003030.A8567@math.ohio-state.edu>
718      Branch: perl
719            ! lib/perl5db.pl
720 ____________________________________________________________________________
721 [ 15680] By: jhi                                   on 2002/04/02  14:53:19
722         Log: Subject: [PATCH @15047] test() in CPAN.pm
723              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
724              Date: Tue, 2 Apr 2002 00:46:45 -0500
725              Message-ID: <20020402004645.A8674@math.ohio-state.edu>
726      Branch: perl
727            ! lib/CPAN.pm
728 ____________________________________________________________________________
729 [ 15679] By: gbarr                                 on 2002/04/02  14:27:37
730         Log: Sync with libnet-1.11
731      Branch: perl
732            ! lib/Net/ChangeLog.libnet lib/Net/FTP/dataconn.pm
733            ! lib/Net/SMTP.pm
734 ____________________________________________________________________________
735 [ 15678] By: jhi                                   on 2002/04/02  14:01:35
736         Log: NetWare tweaks from C Aditya.
737      Branch: perl
738            ! NetWare/t/NWScripts.pl scope.c
739 ____________________________________________________________________________
740 [ 15677] By: jhi                                   on 2002/04/02  13:35:49
741         Log: Subject: Re: [Encode] Perl community vs. Encode.xs; verdit reached
742              From: Dan Kogai <dankogai@dan.co.jp>
743              Date: Tue, 2 Apr 2002 22:21:47 +0900
744              Message-Id: <9572CAC4-463C-11D6-ABA5-00039301D480@dan.co.jp>
745      Branch: perl
746            ! ext/Encode/Encode.xs
747 ____________________________________________________________________________
748 [ 15676] By: jhi                                   on 2002/04/02  13:22:51
749         Log: Integrate perlio;
750              
751              Calculate buffer size needs in float to avoid 32-bit overflow.
752              
753              Add buffer size growth test.
754      Branch: perl
755           +> ext/Encode/t/grow.t
756           !> MANIFEST ext/Encode/Encode.xs ext/Encode/MANIFEST
757 ____________________________________________________________________________
758 [ 15675] By: nick                                  on 2002/04/02  07:49:41
759         Log: Add buffer size growth test.
760      Branch: perlio
761            + ext/Encode/t/grow.t
762            ! MANIFEST ext/Encode/MANIFEST
763 ____________________________________________________________________________
764 [ 15674] By: nick                                  on 2002/04/02  07:40:49
765         Log: Calculate buffer size needs in float to avoid 32-bit overflow.
766      Branch: perlio
767            ! ext/Encode/Encode.xs
768 ____________________________________________________________________________
769 [ 15673] By: nick                                  on 2002/04/02  07:40:06
770         Log: Integrate mainline
771      Branch: perlio
772           +> (branch 102 files)
773            - ext/Encode/Encode/8859-1.ucm ext/Encode/Encode/8859-10.ucm
774            - ext/Encode/Encode/8859-11.ucm ext/Encode/Encode/8859-13.ucm
775            - ext/Encode/Encode/8859-14.ucm ext/Encode/Encode/8859-15.ucm
776            - ext/Encode/Encode/8859-16.ucm ext/Encode/Encode/8859-2.ucm
777            - ext/Encode/Encode/8859-3.ucm ext/Encode/Encode/8859-4.ucm
778            - ext/Encode/Encode/8859-5.ucm ext/Encode/Encode/8859-6.ucm
779            - ext/Encode/Encode/8859-7.ucm ext/Encode/Encode/8859-8.ucm
780            - ext/Encode/Encode/8859-9.ucm ext/Encode/Encode/ascii.ucm
781            - ext/Encode/Encode/big5-hk.ucm ext/Encode/Encode/big5-hkscs.ucm
782            - ext/Encode/Encode/big5.ucm ext/Encode/Encode/cp1047.ucm
783            - ext/Encode/Encode/cp1250.ucm ext/Encode/Encode/cp37.ucm
784            - ext/Encode/Encode/cp932.ucm ext/Encode/Encode/cp936.ucm
785            - ext/Encode/Encode/cp949.ucm ext/Encode/Encode/cp950.ucm
786            - ext/Encode/Encode/dingbats.ucm ext/Encode/Encode/euc-cn.ucm
787            - ext/Encode/Encode/euc-jp.ucm ext/Encode/Encode/euc-kr.ucm
788            - ext/Encode/Encode/gb12345.ucm ext/Encode/Encode/gb2312.ucm
789            - ext/Encode/Encode/gsm0338.ucm ext/Encode/Encode/hp-roman8.ucm
790            - ext/Encode/Encode/ibm-1250.ucm ext/Encode/Encode/ibm-1251.ucm
791            - ext/Encode/Encode/ibm-1252.ucm ext/Encode/Encode/ibm-1253.ucm
792            - ext/Encode/Encode/ibm-1254.ucm ext/Encode/Encode/ibm-1255.ucm
793            - ext/Encode/Encode/ibm-1256.ucm ext/Encode/Encode/ibm-1257.ucm
794            - ext/Encode/Encode/ibm-1258.ucm ext/Encode/Encode/ir-165.ucm
795            - ext/Encode/Encode/jis0201.ucm ext/Encode/Encode/johab.ucm
796            - ext/Encode/Encode/koi8-f.ucm ext/Encode/Encode/koi8-r.ucm
797            - ext/Encode/Encode/koi8-u.ucm ext/Encode/Encode/ksc5601.ucm
798            - ext/Encode/Encode/macCentEuro.ucm
799            - ext/Encode/Encode/macCroatian.ucm
800            - ext/Encode/Encode/macCyrillic.ucm
801            - ext/Encode/Encode/macDingbats.ucm
802            - ext/Encode/Encode/macGreek.ucm
803            - ext/Encode/Encode/macIceland.ucm
804            - ext/Encode/Encode/macJapan.ucm ext/Encode/Encode/macRoman.ucm
805            - ext/Encode/Encode/macRumanian.ucm
806            - ext/Encode/Encode/macSami.ucm ext/Encode/Encode/macThai.ucm
807            - ext/Encode/Encode/macTurkish.ucm
808            - ext/Encode/Encode/macUkraine.ucm
809            - ext/Encode/Encode/nextstep.ucm ext/Encode/Encode/posix-bc.ucm
810            - ext/Encode/Encode/roman8.ucm ext/Encode/Encode/shiftjis.ucm
811            - ext/Encode/Encode/symbol.ucm ext/Encode/Encode/viscii.ucm
812            - ext/Encode/compile ext/Encode/encode.h
813            - ext/Encode/lib/Encode/CN/2022_CN.pm
814            - ext/Encode/lib/Encode/Details.pod ext/Encode/ucm2table
815            - lib/Memoize/t/expire_file.t lib/Memoize/t/expire_module_n.t
816            - lib/Memoize/t/expire_module_t.t lib/encoding.pm lib/encoding.t
817            - lib/unicore/PropertyValueAliases.txt
818           !> (integrate 143 files)
819 ____________________________________________________________________________
820 [ 15672] By: ams                                   on 2002/04/02  04:42:44
821         Log: Win32 fix for Tie::File from MJD.
822      Branch: perl
823            ! lib/Tie/File.pm
824 ____________________________________________________________________________
825 [ 15671] By: jhi                                   on 2002/04/02  01:59:40
826         Log: Add a few tests to the timing-sensitive list.
827      Branch: perl
828            ! INSTALL
829 ____________________________________________________________________________
830 [ 15670] By: jhi                                   on 2002/04/01  20:57:03
831         Log: Subject: [PATCH sort.t] extensive regression testing
832              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
833              Date: Mon, 1 Apr 2002 23:50:24 +0200
834              Message-ID: <20020401235024.E677@rafael>
835      Branch: perl
836            ! lib/sort.t
837 ____________________________________________________________________________
838 [ 15669] By: jhi                                   on 2002/04/01  20:38:57
839         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)
840              From: Nicholas Clark <nick@unfortu.net>
841              Date: Mon, 1 Apr 2002 21:54:05 +0100
842              Message-ID: <20020401205405.GI319@Bagpuss.unfortu.net>
843      Branch: perl
844            ! lib/Memoize/t/errors.t
845 ____________________________________________________________________________
846 [ 15668] By: jhi                                   on 2002/04/01  20:33:06
847         Log: Subject: getting rid of a few superfluous $&/$`
848              From: Jeffrey Friedl <jfriedl@yahoo.com>
849              Date: Mon, 1 Apr 2002 01:32:34 -0800 (PST)
850              Message-Id: <200204010932.g319WY886939@ventrue.corp.yahoo.com>
851              
852              (with more-backward-compat than just using @- and @+, also by Jeffrey)
853              
854              (The version number of Text::Balanced intentionally not
855              increased since Damian will make a new release after 5.8)
856      Branch: perl
857            ! lib/Pod/Html.pm lib/Text/Balanced.pm
858 ____________________________________________________________________________
859 [ 15667] By: jhi                                   on 2002/04/01  20:16:46
860         Log: Subject: [PATCH 5.7.3 TESTS]
861              From: mjd@plover.com
862              Date: 1 Apr 2002 20:32:18 -0000
863              Message-ID: <20020401203218.25230.qmail@plover.com>
864      Branch: perl
865            ! lib/Tie/File/t/04_splice.t lib/Tie/File/t/10_splice_rs.t
866            ! t/op/tiearray.t t/test.pl
867 ____________________________________________________________________________
868 [ 15666] By: jhi                                   on 2002/04/01  20:13:49
869         Log: Subject: [PATCH] VOS-specific patch to iperlsys.h to work around errno bu
870              From: Paul_GreenVOS@vos.stratus.com
871              Date: Mon, 1 Apr 02 15:15 est
872              Message-Id: <200204012048.PAA05178@mailhub2.stratus.com>
873      Branch: perl
874            ! iperlsys.h
875 ____________________________________________________________________________
876 [ 15665] By: jhi                                   on 2002/04/01  19:14:18
877         Log: Subject: [PATCH] VOS-only change to lib/ExtUtils/MM_Unix.pm
878              From: Paul_GreenVOS@vos.stratus.com
879              Date: Mon, 1 Apr 02 14:11 est
880              Message-Id: <200204011911.OAA06024@mailhub1.stratus.com>
881      Branch: perl
882            ! lib/ExtUtils/MM_Unix.pm
883 ____________________________________________________________________________
884 [ 15664] By: jhi                                   on 2002/04/01  17:58:49
885         Log: Subject: [PATCH] (not solving: Re: Storable can't do utf8 hash keys)
886              From: Nicholas Clark <nick@unfortu.net>
887              Date: Mon, 1 Apr 2002 19:30:05 +0100
888              Message-ID: <20020401183004.GH319@Bagpuss.unfortu.net>
889      Branch: perl
890            ! t/op/pat.t t/op/utfhash.t
891 ____________________________________________________________________________
892 [ 15663] By: jhi                                   on 2002/04/01  17:56:27
893         Log: Subject: [PATCH 5.7.3] warning for split(/.../g, ...);
894              From: Mark-Jason Dominus <mjd@plover.com>
895              Date: Mon, 01 Apr 2002 13:22:01 -0500
896              Message-ID: <20020401182201.21189.qmail@plover.com>
897      Branch: perl
898            ! op.c pod/perldelta.pod pod/perldiag.pod t/lib/warnings/op
899 ____________________________________________________________________________
900 [ 15662] By: jhi                                   on 2002/04/01  17:06:10
901         Log: Update Changes.
902      Branch: perl
903            ! Changes patchlevel.h
904 ____________________________________________________________________________
905 [ 15661] By: jhi                                   on 2002/04/01  16:22:54
906         Log: Subject: [PATCH 5.7.3 DOC]
907              From: mjd@plover.com
908              Date: 1 Apr 2002 17:23:40 -0000
909              Message-ID: <20020401172340.16410.qmail@plover.com>
910      Branch: perl
911            ! pod/perldelta.pod
912 ____________________________________________________________________________
913 [ 15660] By: jhi                                   on 2002/04/01  15:38:56
914         Log: CRAY TS does not have -h rounddiv, from Keith Thompson.
915      Branch: perl
916            ! hints/unicos.sh
917 ____________________________________________________________________________
918 [ 15659] By: jhi                                   on 2002/04/01  15:14:13
919         Log: Advertise piconv and enc2xs.
920      Branch: perl
921            ! pod/perldelta.pod
922 ____________________________________________________________________________
923 [ 15658] By: jhi                                   on 2002/04/01  15:08:02
924         Log: Add enc2xs.
925      Branch: perl
926            + utils/enc2xs.PL
927            ! MANIFEST utils/Makefile
928 ____________________________________________________________________________
929 [ 15657] By: jhi                                   on 2002/04/01  14:28:09
930         Log: Integrate perlio;
931              
932              Be more explicit testing for \015 not \r
933      Branch: perl
934           !> MANIFEST ext/Socket/socketpair.t pod/perldelta.pod
935           !> pod/perldiag.pod pod/perlretut.pod t/io/crlf.t toke.c utf8.c
936 ____________________________________________________________________________
937 [ 15656] By: jhi                                   on 2002/04/01  14:22:14
938         Log: Subject: BOM, 0xFFFE, 0xFEFF, etc.
939              From: Philip Newton <Philip.Newton@gmx.net>
940              Date: Mon, 01 Apr 2002 17:06:18 +0200
941              Message-ID: <aptgauk21cvnpiotsrm3gaul98j2dqsj9p@4ax.com>
942      Branch: perl
943            ! lib/charnames.pm lib/charnames.t
944 ____________________________________________________________________________
945 [ 15655] By: jhi                                   on 2002/04/01  13:56:06
946         Log: Subject: detypo patch
947              From: andreas.koenig@anima.de (Andreas J. Koenig)
948              Date: Mon, 01 Apr 2002 10:09:21 +0200
949              Message-ID: <m3r8lzsuvi.fsf@anima.de>
950      Branch: perl
951            ! INSTALL
952 ____________________________________________________________________________
953 [ 15654] By: jhi                                   on 2002/04/01  13:49:57
954         Log: Subject: Re: Change 15637: Behaviour (make viacode 0xFFFE to return BYTE ORDER  MARK,
955              From: Philip Newton <Philip.Newton@gmx.net>
956              Date: Mon, 01 Apr 2002 08:12:01 +0200
957              Message-ID: <63ufauo0nrvcgmj6o3u1fjaf1t787a5l1n@4ax.com>
958      Branch: perl
959            ! lib/charnames.pm lib/charnames.t
960 ____________________________________________________________________________
961 [ 15653] By: nick                                  on 2002/04/01  09:20:24
962         Log: Be more explicit testing for \015 not \r
963      Branch: perlio
964            ! t/io/crlf.t
965 ____________________________________________________________________________
966 [ 15652] By: jhi                                   on 2002/04/01  04:41:45
967         Log: If under UTF-8 locale the utf8.pm really needs to be found.
968      Branch: perl
969            ! t/comp/cpp.t t/run/switchPx.t
970 ____________________________________________________________________________
971 [ 15651] By: jhi                                   on 2002/04/01  02:55:22
972         Log: Upgrade to Tie::File 0.91, from mjd.
973      Branch: perl
974            + lib/Tie/File/t/24_cache_loop.t lib/Tie/File/t/25_gen_nocache.t
975            + lib/Tie/File/t/26_twrite.t
976            ! MANIFEST lib/Tie/File.pm lib/Tie/File/t/00_version.t
977            ! lib/Tie/File/t/01_gen.t lib/Tie/File/t/04_splice.t
978            ! lib/Tie/File/t/08_ro.t lib/Tie/File/t/09_gen_rs.t
979            ! lib/Tie/File/t/16_handle.t
980 ____________________________________________________________________________
981 [ 15650] By: jhi                                   on 2002/04/01  02:49:14
982         Log: DJGPP tweaks from Laszlo.
983      Branch: perl
984            ! lib/ExtUtils/MM_DOS.pm util.c
985 ____________________________________________________________________________
986 [ 15649] By: jhi                                   on 2002/04/01  02:47:14
987         Log: Discussion about minimal installations.
988      Branch: perl
989            ! INSTALL
990 ____________________________________________________________________________
991 [ 15648] By: jhi                                   on 2002/04/01  02:42:41
992         Log: Comment tweak from Hugo.
993      Branch: perl
994            ! regexec.c
995 ____________________________________________________________________________
996 [ 15647] By: jhi                                   on 2002/04/01  02:30:18
997         Log: Another UTF-8 locale tweak from Hugo.
998      Branch: perl
999            ! regexec.c
1000 ____________________________________________________________________________
1001 [ 15646] By: jhi                                   on 2002/04/01  02:26:49
1002         Log: Document the known MacOS X locale problem.
1003      Branch: perl
1004            ! pod/perldelta.pod
1005 ____________________________________________________________________________
1006 [ 15645] By: jhi                                   on 2002/04/01  02:17:50
1007         Log: Regex fix from Hugo: in UTF-8 locales the character
1008              counting code didn't work right for minimal matches.
1009      Branch: perl
1010            ! regexec.c
1011 ____________________________________________________________________________
1012 [ 15644] By: jhi                                   on 2002/04/01  02:02:32
1013         Log: Subject: Re: 14986 xsubpp patch broke Unicode::Map8
1014              From: Spider Boardman <spider@Orb.Nashua.NH.US>
1015              Date: Sun, 31 Mar 2002 20:32:43 -0500
1016              Message-Id: <200204010132.UAA14443@Orb.Nashua.NH.US>
1017      Branch: perl
1018            ! lib/ExtUtils/xsubpp
1019 ____________________________________________________________________________
1020 [ 15643] By: jhi                                   on 2002/04/01  02:00:10
1021         Log: Document known FreeBSD locale glitch. 
1022      Branch: perl
1023            ! pod/perldelta.pod
1024 ____________________________________________________________________________
1025 [ 15642] By: jhi                                   on 2002/04/01  00:57:44
1026         Log: There is --list in glibc iconv.
1027      Branch: perl
1028            ! ext/Encode/bin/piconv
1029 ____________________________________________________________________________
1030 [ 15641] By: jhi                                   on 2002/03/31  23:18:51
1031         Log: Slight usage tweaks to piconv: show usage with
1032              no -t -f or -l arguments, or with -h.
1033      Branch: perl
1034            ! ext/Encode/bin/piconv
1035 ____________________________________________________________________________
1036 [ 15640] By: jhi                                   on 2002/03/31  23:08:28
1037         Log: Get the piconv installed.
1038      Branch: perl
1039            + utils/piconv.PL
1040            ! MANIFEST utils/Makefile
1041 ____________________________________________________________________________
1042 [ 15639] By: jhi                                   on 2002/03/31  22:35:21
1043         Log: Spelling tweaks.
1044      Branch: perl
1045            ! ext/Encode/bin/piconv
1046 ____________________________________________________________________________
1047 [ 15638] By: jhi                                   on 2002/03/31  22:31:29
1048         Log: Upgrade to Encode 1.11, from Dan Kogai.
1049      Branch: perl
1050            + ext/Encode/Encode/Changes.e2x
1051            + ext/Encode/Encode/Makefile_PL.e2x ext/Encode/Encode/README.e2x
1052            + ext/Encode/Encode/_PM.e2x ext/Encode/Encode/_T.e2x
1053            + ext/Encode/bin/ucm2table ext/Encode/encoding.pm
1054            + ext/Encode/t/encoding.t ext/Encode/t/jperl.t
1055            + ext/Encode/ucm/8859-1.ucm ext/Encode/ucm/8859-10.ucm
1056            + ext/Encode/ucm/8859-11.ucm ext/Encode/ucm/8859-13.ucm
1057            + ext/Encode/ucm/8859-14.ucm ext/Encode/ucm/8859-15.ucm
1058            + ext/Encode/ucm/8859-16.ucm ext/Encode/ucm/8859-2.ucm
1059            + ext/Encode/ucm/8859-3.ucm ext/Encode/ucm/8859-4.ucm
1060            + ext/Encode/ucm/8859-5.ucm ext/Encode/ucm/8859-6.ucm
1061            + ext/Encode/ucm/8859-7.ucm ext/Encode/ucm/8859-8.ucm
1062            + ext/Encode/ucm/8859-9.ucm ext/Encode/ucm/ascii.ucm
1063            + ext/Encode/ucm/big5-hkscs.ucm ext/Encode/ucm/big5.ucm
1064            + ext/Encode/ucm/cp1047.ucm ext/Encode/ucm/cp1250.ucm
1065            + ext/Encode/ucm/cp37.ucm ext/Encode/ucm/cp932.ucm
1066            + ext/Encode/ucm/cp936.ucm ext/Encode/ucm/cp949.ucm
1067            + ext/Encode/ucm/cp950.ucm ext/Encode/ucm/dingbats.ucm
1068            + ext/Encode/ucm/euc-cn.ucm ext/Encode/ucm/euc-jp.ucm
1069            + ext/Encode/ucm/euc-kr.ucm ext/Encode/ucm/gb12345.ucm
1070            + ext/Encode/ucm/gb2312.ucm ext/Encode/ucm/gsm0338.ucm
1071            + ext/Encode/ucm/hp-roman8.ucm ext/Encode/ucm/ibm-1250.ucm
1072            + ext/Encode/ucm/ibm-1251.ucm ext/Encode/ucm/ibm-1252.ucm
1073            + ext/Encode/ucm/ibm-1253.ucm ext/Encode/ucm/ibm-1254.ucm
1074            + ext/Encode/ucm/ibm-1255.ucm ext/Encode/ucm/ibm-1256.ucm
1075            + ext/Encode/ucm/ibm-1257.ucm ext/Encode/ucm/ibm-1258.ucm
1076            + ext/Encode/ucm/ir-165.ucm ext/Encode/ucm/jis0201.ucm
1077            + ext/Encode/ucm/johab.ucm ext/Encode/ucm/koi8-f.ucm
1078            + ext/Encode/ucm/koi8-r.ucm ext/Encode/ucm/koi8-u.ucm
1079            + ext/Encode/ucm/ksc5601.ucm ext/Encode/ucm/macCentEuro.ucm
1080            + ext/Encode/ucm/macCroatian.ucm ext/Encode/ucm/macCyrillic.ucm
1081            + ext/Encode/ucm/macDingbats.ucm ext/Encode/ucm/macGreek.ucm
1082            + ext/Encode/ucm/macIceland.ucm ext/Encode/ucm/macJapan.ucm
1083            + ext/Encode/ucm/macRoman.ucm ext/Encode/ucm/macRumanian.ucm
1084            + ext/Encode/ucm/macSami.ucm ext/Encode/ucm/macThai.ucm
1085            + ext/Encode/ucm/macTurkish.ucm ext/Encode/ucm/macUkraine.ucm
1086            + ext/Encode/ucm/nextstep.ucm ext/Encode/ucm/posix-bc.ucm
1087            + ext/Encode/ucm/shiftjis.ucm ext/Encode/ucm/symbol.ucm
1088            + ext/Encode/ucm/viscii.ucm
1089            - ext/Encode/Encode/8859-1.ucm ext/Encode/Encode/8859-10.ucm
1090            - ext/Encode/Encode/8859-11.ucm ext/Encode/Encode/8859-13.ucm
1091            - ext/Encode/Encode/8859-14.ucm ext/Encode/Encode/8859-15.ucm
1092            - ext/Encode/Encode/8859-16.ucm ext/Encode/Encode/8859-2.ucm
1093            - ext/Encode/Encode/8859-3.ucm ext/Encode/Encode/8859-4.ucm
1094            - ext/Encode/Encode/8859-5.ucm ext/Encode/Encode/8859-6.ucm
1095            - ext/Encode/Encode/8859-7.ucm ext/Encode/Encode/8859-8.ucm
1096            - ext/Encode/Encode/8859-9.ucm ext/Encode/Encode/ascii.ucm
1097            - ext/Encode/Encode/big5-hkscs.ucm ext/Encode/Encode/big5.ucm
1098            - ext/Encode/Encode/cp1047.ucm ext/Encode/Encode/cp1250.ucm
1099            - ext/Encode/Encode/cp37.ucm ext/Encode/Encode/cp932.ucm
1100            - ext/Encode/Encode/cp936.ucm ext/Encode/Encode/cp949.ucm
1101            - ext/Encode/Encode/cp950.ucm ext/Encode/Encode/dingbats.ucm
1102            - ext/Encode/Encode/euc-cn.ucm ext/Encode/Encode/euc-jp.ucm
1103            - ext/Encode/Encode/euc-kr.ucm ext/Encode/Encode/gb12345.ucm
1104            - ext/Encode/Encode/gb2312.ucm ext/Encode/Encode/gsm0338.ucm
1105            - ext/Encode/Encode/hp-roman8.ucm ext/Encode/Encode/ibm-1250.ucm
1106            - ext/Encode/Encode/ibm-1251.ucm ext/Encode/Encode/ibm-1252.ucm
1107            - ext/Encode/Encode/ibm-1253.ucm ext/Encode/Encode/ibm-1254.ucm
1108            - ext/Encode/Encode/ibm-1255.ucm ext/Encode/Encode/ibm-1256.ucm
1109            - ext/Encode/Encode/ibm-1257.ucm ext/Encode/Encode/ibm-1258.ucm
1110            - ext/Encode/Encode/ir-165.ucm ext/Encode/Encode/jis0201.ucm
1111            - ext/Encode/Encode/johab.ucm ext/Encode/Encode/koi8-f.ucm
1112            - ext/Encode/Encode/koi8-r.ucm ext/Encode/Encode/koi8-u.ucm
1113            - ext/Encode/Encode/ksc5601.ucm
1114            - ext/Encode/Encode/macCentEuro.ucm
1115            - ext/Encode/Encode/macCroatian.ucm
1116            - ext/Encode/Encode/macCyrillic.ucm
1117            - ext/Encode/Encode/macDingbats.ucm
1118            - ext/Encode/Encode/macGreek.ucm
1119            - ext/Encode/Encode/macIceland.ucm
1120            - ext/Encode/Encode/macJapan.ucm ext/Encode/Encode/macRoman.ucm
1121            - ext/Encode/Encode/macRumanian.ucm
1122            - ext/Encode/Encode/macSami.ucm ext/Encode/Encode/macThai.ucm
1123            - ext/Encode/Encode/macTurkish.ucm
1124            - ext/Encode/Encode/macUkraine.ucm
1125            - ext/Encode/Encode/nextstep.ucm ext/Encode/Encode/posix-bc.ucm
1126            - ext/Encode/Encode/shiftjis.ucm ext/Encode/Encode/symbol.ucm
1127            - ext/Encode/Encode/viscii.ucm ext/Encode/ucm2table
1128            - lib/encoding.pm lib/encoding.t
1129            ! MANIFEST ext/Encode/AUTHORS ext/Encode/Byte/Byte.pm
1130            ! ext/Encode/Byte/Makefile.PL ext/Encode/CN/Makefile.PL
1131            ! ext/Encode/Changes ext/Encode/EBCDIC/Makefile.PL
1132            ! ext/Encode/Encode.pm ext/Encode/JP/Makefile.PL
1133            ! ext/Encode/KR/Makefile.PL ext/Encode/MANIFEST
1134            ! ext/Encode/Makefile.PL ext/Encode/README
1135            ! ext/Encode/Symbol/Makefile.PL ext/Encode/TW/Makefile.PL
1136            ! ext/Encode/bin/enc2xs ext/Encode/bin/piconv
1137            ! ext/Encode/lib/Encode/Alias.pm
1138            ! ext/Encode/lib/Encode/Supported.pod
1139 ____________________________________________________________________________
1140 [ 15637] By: jhi                                   on 2002/03/31  20:50:23
1141         Log: Behaviour (make viacode 0xFFFE to return BYTE ORDER MARK,
1142              make viacode no-allocatedcode to return the 0xFFFD) tweaks,
1143              respective test    and doc tweaks.
1144      Branch: perl
1145            ! lib/charnames.pm lib/charnames.t
1146 ____________________________________________________________________________
1147 [ 15636] By: jhi                                   on 2002/03/31  20:34:29
1148         Log: Subject: [PATCH] Re: no <Module> <version>; (was Re: Backwards Compatibility wrt: open(FILE,">",\$var);)
1149              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
1150              Date: Sun, 31 Mar 2002 22:47:31 +0200
1151              Message-ID: <20020331224731.E854@rafael>
1152      Branch: perl
1153            ! pod/perlfunc.pod
1154 ____________________________________________________________________________
1155 [ 15635] By: jhi                                   on 2002/03/31  19:45:33
1156         Log: Subject: [PATCH] __attribute__ problems with g++
1157              From: "Mattia Barbon" <mbarbon@dsi.unive.it>
1158              Date: Sun, 31 Mar 2002 22:43:03 +0200
1159              Message-ID: <3CA790F7.23864.27BD5B4@localhost>
1160      Branch: perl
1161            ! perl.h
1162 ____________________________________________________________________________
1163 [ 15634] By: jhi                                   on 2002/03/31  19:28:38
1164         Log: Put back the #! line, false alarm.
1165      Branch: perl
1166            ! lib/ExtUtils/t/Constant.t
1167 ____________________________________________________________________________
1168 [ 15633] By: jhi                                   on 2002/03/31  15:07:20
1169         Log: Subject: Re: [Patch] pod/perlvar.pod
1170              From: Philip Newton <Philip.Newton@gmx.net>
1171              Date: Sun, 31 Mar 2002 07:40:43 +0200
1172              Message-ID: <r88dauoji5t185p6vss7cfm8c43bosmte6@4ax.com>
1173      Branch: perl
1174            ! pod/perlvar.pod
1175 ____________________________________________________________________________
1176 [ 15632] By: jhi                                   on 2002/03/31  03:03:11
1177         Log: Subject: [PATCH @15615] Bad socketpair.t can hang anywhere
1178              From: Spider Boardman <spider@Orb.Nashua.NH.US>
1179              Date: Sat, 30 Mar 2002 21:37:37 -0500
1180              Message-Id: <200203310237.VAA10274@Orb.Nashua.NH.US>      
1181      Branch: perl
1182            ! ext/Socket/socketpair.t
1183 ____________________________________________________________________________
1184 [ 15631] By: jhi                                   on 2002/03/30  23:30:45
1185         Log: Subject: Re: compile tweak for Win32
1186              From: Michael G Schwern <schwern@pobox.com>
1187              Date: Fri, 29 Mar 2002 17:48:22 -0500      
1188              Message-ID: <20020329224822.GG16816@blackrider>
1189      Branch: perl
1190            ! win32/buildext.pl
1191 ____________________________________________________________________________
1192 [ 15630] By: jhi                                   on 2002/03/30  23:21:56
1193         Log: Subject: [PATCH 1_compile.t] +B::Disassembler -B::C
1194              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
1195              Date: Sat, 30 Mar 2002 22:19:46 +0100
1196              Message-ID: <20020330221946.A28497@rafael>
1197      Branch: perl
1198            ! t/lib/1_compile.t
1199 ____________________________________________________________________________
1200 [ 15629] By: jhi                                   on 2002/03/30  23:21:23
1201         Log: Subject: [PATCH regmesg.t] increase output verbosity
1202              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
1203              Date: Sat, 30 Mar 2002 22:34:08 +0100
1204              Message-ID: <20020330223408.C28497@rafael>
1205      Branch: perl
1206            ! t/op/regmesg.t
1207 ____________________________________________________________________________
1208 [ 15628] By: jhi                                   on 2002/03/30  23:19:59
1209         Log: Subject: [PATCH] Re: 64 bit SEGV in t/op/regmesg.t
1210              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
1211              Date: Sat, 30 Mar 2002 21:36:23 +0100
1212              Message-ID: <20020330213623.A677@rafael>
1213      Branch: perl
1214            ! regcomp.c
1215 ____________________________________________________________________________
1216 [ 15627] By: jhi                                   on 2002/03/30  17:43:51
1217         Log: If using a network filesystem several different hosts
1218              may be trying to lock the same file.  In this case offering
1219              to kill the other process is not that helpful.  (Unless one
1220              has *real* clustering, but that's not usually the case.)
1221      Branch: perl
1222            ! lib/CPAN.pm
1223 ____________________________________________________________________________
1224 [ 15626] By: jhi                                   on 2002/03/30  16:52:09
1225         Log: Subject: [DOC PATCH] Document Dumpvalue::stringify
1226              From: andreas.koenig@anima.de (Andreas J. Koenig)
1227              Date: Sat, 30 Mar 2002 06:12:36 +0100
1228              Message-ID: <m3hemyvdtn.fsf@anima.de>
1229      Branch: perl
1230            ! lib/Dumpvalue.pm
1231 ____________________________________________________________________________
1232 [ 15625] By: jhi                                   on 2002/03/30  16:50:33
1233         Log: Subject: [PATCH] dprofpp - allow command-line args passed to a script...
1234              From: Jeremy Zawodny <Jeremy@Zawodny.com>
1235              Date: Fri, 29 Mar 2002 17:55:20 -0800
1236              Message-ID: <20020330015520.GA4897@thinkpad0.zawodny.com>
1237      Branch: perl
1238            ! utils/dprofpp.PL
1239 ____________________________________________________________________________
1240 [ 15624] By: jhi                                   on 2002/03/30  16:03:12
1241         Log: Subject: [Patch] pod/perlvar.pod
1242              From: Dan Kogai <dankogai@dan.co.jp>
1243              Date: Sun, 31 Mar 2002 02:03:36 +0900
1244              Message-Id: <131A588F-4400-11D6-BB3E-00039301D480@dan.co.jp>
1245      Branch: perl
1246            ! pod/perlvar.pod
1247 ____________________________________________________________________________
1248 [ 15623] By: jhi                                   on 2002/03/30  15:56:31
1249         Log: Subject: [PATCH] MM & Encode fixes
1250              From: Michael G Schwern <schwern@pobox.com>
1251              Date: Sat, 30 Mar 2002 06:41:56 -0500
1252              Message-ID: <20020330114156.GA16533@blackrider>
1253      Branch: perl
1254            + lib/ExtUtils/t/basic.t
1255            - lib/ExtUtils/t/Big-Fat-Dummy/t/compile.t
1256            ! MANIFEST lib/ExtUtils/Changes lib/ExtUtils/MM_Cygwin.pm
1257            ! lib/ExtUtils/MM_NW5.pm lib/ExtUtils/MM_Unix.pm
1258            ! lib/ExtUtils/MM_VMS.pm lib/ExtUtils/MM_Win32.pm
1259            ! lib/ExtUtils/MakeMaker.pm lib/ExtUtils/Manifest.pm
1260            ! lib/ExtUtils/t/hints.t
1261 ____________________________________________________________________________
1262 [ 15622] By: jhi                                   on 2002/03/30  15:13:30
1263         Log: EBCDICification.
1264      Branch: perl
1265            ! lib/charnames.t
1266 ____________________________________________________________________________
1267 [ 15621] By: jhi                                   on 2002/03/30  15:12:45
1268         Log: Upgrade to Tie::File 0.90, from mjd.
1269      Branch: perl
1270            + lib/Tie/File/t/33_defer_vs.t lib/Tie/File/t/40_abs_cache.t
1271            ! MANIFEST lib/Tie/File.pm lib/Tie/File/t/00_version.t
1272            ! lib/Tie/File/t/01_gen.t lib/Tie/File/t/04_splice.t
1273            ! lib/Tie/File/t/05_size.t lib/Tie/File/t/06_fixrec.t
1274            ! lib/Tie/File/t/09_gen_rs.t lib/Tie/File/t/16_handle.t
1275            ! lib/Tie/File/t/17_misc_meth.t lib/Tie/File/t/18_rs_fixrec.t
1276            ! lib/Tie/File/t/19_cache.t lib/Tie/File/t/20_cache_full.t
1277            ! lib/Tie/File/t/21_win32.t lib/Tie/File/t/22_autochomp.t
1278            ! lib/Tie/File/t/30_defer.t lib/Tie/File/t/31_autodefer.t
1279 ____________________________________________________________________________
1280 [ 15620] By: jhi                                   on 2002/03/29  22:25:35
1281         Log: Subject: [DOC PATCH] Re: [BUG] sort pragma not working ?
1282              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
1283              Date: Sat, 30 Mar 2002 00:20:39 +0100
1284              Message-ID: <20020330002039.A716@rafael>
1285      Branch: perl
1286            ! lib/sort.pm
1287 ____________________________________________________________________________
1288 [ 15619] By: jhi                                   on 2002/03/29  22:15:37
1289         Log: Subject: Makefile.PL's in core must be called with PERL_CORE=1
1290              From: Michael G Schwern <schwern@pobox.com>
1291              Date: Fri, 29 Mar 2002 18:14:20 -0500
1292              Message-ID: <20020329231419.GI16816@blackrider>
1293      Branch: perl
1294            ! NetWare/Makefile os2/Makefile.SHs win32/Makefile.win64
1295            ! wince/Makefile.ce
1296 ____________________________________________________________________________
1297 [ 15618] By: jhi                                   on 2002/03/29  22:09:26
1298         Log: Subject: [PATCH] Flush unixisms in lib/ExtUtils/t/Constant.t and hints.t
1299              From: Paul_GreenVOS@vos.stratus.com
1300              Date: Fri, 29 Mar 02 18:01 est
1301              Message-Id: <200203292301.SAA22919@mailhub1.stratus.com>
1302      Branch: perl
1303            ! lib/ExtUtils/t/Constant.t lib/ExtUtils/t/hints.t
1304 ____________________________________________________________________________
1305 [ 15617] By: jhi                                   on 2002/03/29  22:02:28
1306         Log: AUTHORS updates.
1307      Branch: perl
1308            ! AUTHORS
1309 ____________________________________________________________________________
1310 [ 15616] By: jhi                                   on 2002/03/29  21:00:32
1311         Log: Upgrade to Encode 1.01, from Dan Kogai.
1312      Branch: perl
1313            ! ext/Encode/Changes ext/Encode/Encode.pm
1314            ! ext/Encode/Encode/8859-1.ucm ext/Encode/Encode/8859-10.ucm
1315            ! ext/Encode/Encode/8859-11.ucm ext/Encode/Encode/8859-13.ucm
1316            ! ext/Encode/Encode/8859-14.ucm ext/Encode/Encode/8859-15.ucm
1317            ! ext/Encode/Encode/8859-16.ucm ext/Encode/Encode/8859-2.ucm
1318            ! ext/Encode/Encode/8859-3.ucm ext/Encode/Encode/8859-4.ucm
1319            ! ext/Encode/Encode/8859-5.ucm ext/Encode/Encode/8859-6.ucm
1320            ! ext/Encode/Encode/8859-7.ucm ext/Encode/Encode/8859-8.ucm
1321            ! ext/Encode/Encode/8859-9.ucm ext/Encode/Encode/ascii.ucm
1322            ! ext/Encode/Encode/big5-hkscs.ucm ext/Encode/Encode/big5.ucm
1323            ! ext/Encode/Encode/cp1047.ucm ext/Encode/Encode/cp1250.ucm
1324            ! ext/Encode/Encode/cp37.ucm ext/Encode/Encode/cp932.ucm
1325            ! ext/Encode/Encode/cp936.ucm ext/Encode/Encode/cp949.ucm
1326            ! ext/Encode/Encode/cp950.ucm ext/Encode/Encode/dingbats.ucm
1327            ! ext/Encode/Encode/euc-cn.ucm ext/Encode/Encode/euc-jp.ucm
1328            ! ext/Encode/Encode/euc-kr.ucm ext/Encode/Encode/gb12345.ucm
1329            ! ext/Encode/Encode/gb2312.ucm ext/Encode/Encode/gsm0338.ucm
1330            ! ext/Encode/Encode/hp-roman8.ucm ext/Encode/Encode/ibm-1250.ucm
1331            ! ext/Encode/Encode/ibm-1251.ucm ext/Encode/Encode/ibm-1252.ucm
1332            ! ext/Encode/Encode/ibm-1253.ucm ext/Encode/Encode/ibm-1254.ucm
1333            ! ext/Encode/Encode/ibm-1255.ucm ext/Encode/Encode/ibm-1256.ucm
1334            ! ext/Encode/Encode/ibm-1257.ucm ext/Encode/Encode/ibm-1258.ucm
1335            ! ext/Encode/Encode/ir-165.ucm ext/Encode/Encode/jis0201.ucm
1336            ! ext/Encode/Encode/johab.ucm ext/Encode/Encode/koi8-f.ucm
1337            ! ext/Encode/Encode/koi8-r.ucm ext/Encode/Encode/koi8-u.ucm
1338            ! ext/Encode/Encode/ksc5601.ucm
1339            ! ext/Encode/Encode/macCentEuro.ucm
1340            ! ext/Encode/Encode/macCroatian.ucm
1341            ! ext/Encode/Encode/macCyrillic.ucm
1342            ! ext/Encode/Encode/macDingbats.ucm
1343            ! ext/Encode/Encode/macGreek.ucm
1344            ! ext/Encode/Encode/macIceland.ucm
1345            ! ext/Encode/Encode/macJapan.ucm ext/Encode/Encode/macRoman.ucm
1346            ! ext/Encode/Encode/macRumanian.ucm
1347            ! ext/Encode/Encode/macSami.ucm ext/Encode/Encode/macThai.ucm
1348            ! ext/Encode/Encode/macTurkish.ucm
1349            ! ext/Encode/Encode/macUkraine.ucm
1350            ! ext/Encode/Encode/nextstep.ucm ext/Encode/Encode/posix-bc.ucm
1351            ! ext/Encode/Encode/shiftjis.ucm ext/Encode/Encode/symbol.ucm
1352            ! ext/Encode/Encode/viscii.ucm ext/Encode/Makefile.PL
1353            ! ext/Encode/README ext/Encode/bin/enc2xs ext/Encode/bin/piconv
1354            ! ext/Encode/lib/Encode/CJKConstants.pm
1355            ! ext/Encode/lib/Encode/JP/H2Z.pm ext/Encode/t/Aliases.t
1356            ! ext/Encode/t/CN.t ext/Encode/t/Encode.t ext/Encode/t/JP.t
1357            ! ext/Encode/t/KR.t ext/Encode/t/TW.t ext/Encode/ucm2table
1358 ____________________________________________________________________________
1359 [ 15615] By: jhi                                   on 2002/03/29  18:47:01
1360         Log: Subject: [PATCH @15606] use PERL_CORE=1 to build extensions on VMS
1361              From: "Craig A. Berry" <craigberry@mac.com>
1362              Date: Fri, 29 Mar 2002 13:46:28 -0600
1363              Message-Id: <a05101501b8ca725b1d7f@[172.16.52.1]>
1364      Branch: perl
1365            ! configure.com
1366 ____________________________________________________________________________
1367 [ 15614] By: jhi                                   on 2002/03/29  18:34:27
1368         Log: Upgrade to Memoize 1.00, from mjd, modulo the Memoize::Saves,
1369              which one has to get from the CPAN distribution.
1370      Branch: perl
1371            + lib/Memoize/t/expfile.t lib/Memoize/t/expmod_n.t
1372            + lib/Memoize/t/expmod_t.t
1373            - lib/Memoize/t/expire_file.t lib/Memoize/t/expire_module_n.t
1374            - lib/Memoize/t/expire_module_t.t
1375            ! MANIFEST lib/Memoize.pm lib/Memoize/Expire.pm
1376            ! lib/Memoize/README
1377 ____________________________________________________________________________
1378 [ 15613] By: jhi                                   on 2002/03/29  17:40:09
1379         Log: metaconfig unit tweak.
1380      Branch: metaconfig/U/perl
1381            ! versiononly.U
1382 ____________________________________________________________________________
1383 [ 15612] By: jhi                                   on 2002/03/29  17:39:38
1384         Log: Configure-related tweaks.
1385      Branch: perl
1386            ! Porting/Glossary Porting/config.sh Porting/config_H
1387            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
1388            ! vos/config.ga.h
1389 ____________________________________________________________________________
1390 [ 15611] By: jhi                                   on 2002/03/29  17:27:51
1391         Log: Ooops.
1392      Branch: perl
1393            ! t/op/ver.t
1394 ____________________________________________________________________________
1395 [ 15610] By: jhi                                   on 2002/03/29  17:26:42
1396         Log: Subject: [PATCH @15606] d_time for vms
1397              From: "Craig A. Berry" <craigberry@mac.com>
1398              Date: Fri, 29 Mar 2002 11:58:29 -0600
1399              Message-Id: <a05101500b8ca5a9c8cc6@[192.168.56.168]>
1400      Branch: perl
1401            ! configure.com
1402 ____________________________________________________________________________
1403 [ 15609] By: jhi                                   on 2002/03/29  17:25:26
1404         Log: Subject: Re: Regex-Unicode bugs
1405              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
1406              Date: Thu, 28 Mar 2002 10:12:35 +0100
1407              Message-ID: <20020328101235.F678@rafael>
1408      Branch: perl
1409            ! t/op/regmesg.t
1410 ____________________________________________________________________________
1411 [ 15608] By: jhi                                   on 2002/03/29  17:21:22
1412         Log: Subject: Re: [DOC PATCH] Regex \G and POSIX restrictions
1413              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
1414              Date: Fri, 29 Mar 2002 16:53:27 +0000
1415              Message-Id: <200203291653.g2TGrRp26588@crypt.compulink.co.uk>
1416      Branch: perl
1417            ! pod/perlre.pod pod/perlretut.pod
1418 ____________________________________________________________________________
1419 [ 15607] By: jhi                                   on 2002/03/29  17:19:26
1420         Log: Subject: Re: debugger debuggers wanted
1421              From: spidb@cpan.org
1422              Date: Fri, 29 Mar 2002 06:34:11 -0500
1423              Message-Id: <200203291134.GAA15727@Orb.Nashua.NH.US>
1424      Branch: perl
1425            ! lib/perl5db.pl
1426 ____________________________________________________________________________
1427 [ 15606] By: jhi                                   on 2002/03/29  15:42:51
1428         Log: Update Changes.
1429      Branch: perl
1430            ! Changes patchlevel.h
1431 ____________________________________________________________________________
1432 [ 15605] By: jhi                                   on 2002/03/29  15:36:43
1433         Log: Rename for 8.3-friendliness.
1434      Branch: perl
1435            + lib/unicore/PropValueAliases.txt
1436            - lib/unicore/PropertyValueAliases.txt
1437            ! MANIFEST lib/unicore/README.perl
1438 ____________________________________________________________________________
1439 [ 15604] By: jhi                                   on 2002/03/29  15:33:19
1440         Log: Retract ExtUtils/t/basic.t until it works.
1441      Branch: perl
1442            - lib/ExtUtils/t/basic.t
1443            ! MANIFEST
1444 ____________________________________________________________________________
1445 [ 15603] By: jhi                                   on 2002/03/29  15:12:08
1446         Log: Subject: [PATCH] hints/freebsd.sh to allow usemymalloc
1447              From: Slaven Rezic <slaven.rezic@berlin.de>
1448              Date: 28 Mar 2002 22:27:14 +0100
1449              Message-ID: <87bsd88jt9.fsf_-_@vran.herceg.de>
1450      Branch: perl
1451            ! hints/freebsd.sh
1452 ____________________________________________________________________________
1453 [ 15602] By: jhi                                   on 2002/03/29  15:10:43
1454         Log: Interesting... where did this come from?
1455              (The Configure change in #15600)
1456      Branch: perl
1457            ! config_h.SH
1458 ____________________________________________________________________________
1459 [ 15601] By: jhi                                   on 2002/03/29  15:10:12
1460         Log: metaconfig unit change for #15600.
1461      Branch: metaconfig/U/perl
1462            ! versiononly.U
1463 ____________________________________________________________________________
1464 [ 15600] By: jhi                                   on 2002/03/29  15:08:22
1465         Log: Subject: versiononly should not put `old' versions in inc
1466              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
1467              Date: Fri, 29 Mar 2002 12:53:49 +0100
1468              Message-Id: <20020329125040.8A8C.H.M.BRAND@hccnet.nl>
1469      Branch: perl
1470            ! Configure
1471 ____________________________________________________________________________
1472 [ 15599] By: jhi                                   on 2002/03/29  14:45:52
1473         Log: Subject: [PATCH] MakeMaker sync 5.48_03 -> 5.53_01
1474              From: Michael G Schwern <schwern@pobox.com>
1475              Date: Fri, 29 Mar 2002 04:12:47 -0500
1476              Message-ID: <20020329091247.GA7432@blackrider>
1477              
1478              (with two nits: (1) change lib/Extutils/Command/MM.pm
1479              in MANIFEST to be lib/ExtUtils/Command/MM.pm (2) Add
1480              @INC to compile.t)
1481      Branch: perl
1482            + lib/ExtUtils/Command/MM.pm lib/ExtUtils/Liblist/Kid.pm
1483            + lib/ExtUtils/MM.pm lib/ExtUtils/MM_Any.pm
1484            + lib/ExtUtils/MM_DOS.pm lib/ExtUtils/MM_UWIN.pm
1485            + lib/ExtUtils/MM_Win95.pm lib/ExtUtils/MY.pm
1486            + lib/ExtUtils/t/Big-Fat-Dummy/Makefile.PL
1487            + lib/ExtUtils/t/Big-Fat-Dummy/lib/Big/Fat/Dummy.pm
1488            + lib/ExtUtils/t/Big-Fat-Dummy/t/compile.t
1489            + lib/ExtUtils/t/Problem-Module/Makefile.PL
1490            + lib/ExtUtils/t/Problem-Module/subdir/Makefile.PL
1491            + lib/ExtUtils/t/basic.t lib/ExtUtils/t/problems.t
1492            + t/lib/MakeMaker/Test/Utils.pm
1493            ! MANIFEST lib/ExtUtils/Changes lib/ExtUtils/Command.pm
1494            ! lib/ExtUtils/Install.pm lib/ExtUtils/Installed.pm
1495            ! lib/ExtUtils/Liblist.pm lib/ExtUtils/MANIFEST.SKIP
1496            ! lib/ExtUtils/MM_BeOS.pm lib/ExtUtils/MM_Cygwin.pm
1497            ! lib/ExtUtils/MM_NW5.pm lib/ExtUtils/MM_OS2.pm
1498            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_VMS.pm
1499            ! lib/ExtUtils/MM_Win32.pm lib/ExtUtils/MakeMaker.pm
1500            ! lib/ExtUtils/Manifest.pm lib/ExtUtils/Mksymlists.pm
1501            ! lib/ExtUtils/Packlist.pm lib/ExtUtils/t/Command.t
1502            ! lib/ExtUtils/t/Installed.t lib/ExtUtils/t/MM_BeOS.t
1503            ! lib/ExtUtils/t/MM_Cygwin.t lib/ExtUtils/t/MM_OS2.t
1504            ! lib/ExtUtils/t/MM_Unix.t lib/ExtUtils/t/MM_VMS.t
1505            ! lib/ExtUtils/t/MM_Win32.t lib/ExtUtils/t/Manifest.t
1506            ! lib/ExtUtils/t/Packlist.t lib/ExtUtils/t/hints.t
1507            ! lib/ExtUtils/t/testlib.t lib/ExtUtils/testlib.pm
1508            ! t/lib/TieOut.pm
1509 ____________________________________________________________________________
1510 [ 15598] By: jhi                                   on 2002/03/29  14:11:58
1511         Log: Leftovers from Encode 0.99.
1512      Branch: perl
1513            - ext/Encode/Encode/big5-hk.ucm ext/Encode/Encode/roman8.ucm
1514            - ext/Encode/compile ext/Encode/encode.h
1515            - ext/Encode/lib/Encode/CN/2022_CN.pm
1516            - ext/Encode/lib/Encode/Details.pod
1517 ____________________________________________________________________________
1518 [ 15597] By: nick                                  on 2002/03/29  14:03:35
1519         Log: Integrate mainline
1520      Branch: perlio
1521           +> ext/Encode/Encode/big5-hkscs.ucm ext/Encode/Encode/encode.h
1522           +> ext/Encode/Encode/hp-roman8.ucm ext/Encode/Encode/johab.ucm
1523           +> ext/Encode/bin/enc2xs ext/Encode/bin/piconv
1524           !> (integrate 130 files)
1525 ____________________________________________________________________________
1526 [ 15596] By: jhi                                   on 2002/03/29  13:46:35
1527         Log: Subject: Another Unicode-3.2-induced doc fix
1528              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
1529              Date: Fri, 29 Mar 2002 21:45:47 +0900
1530              Message-Id: <20020329214046.4C1E.BQW10602@nifty.com>
1531      Branch: perl
1532            ! ext/Unicode/Normalize/Normalize.pm
1533 ____________________________________________________________________________
1534 [ 15595] By: jhi                                   on 2002/03/29  13:44:25
1535         Log: Subject: [PATCH] reentr.pl: warning fixes, getpwentr_size fix
1536              From: Slaven Rezic <slaven.rezic@berlin.de>
1537              Date: Fri, 29 Mar 2002 12:19:58 +0100 (CET)
1538              Message-Id: <200203291119.g2TBJwqB016888@vran.herceg.de>
1539      Branch: perl
1540            ! reentr.c reentr.pl
1541 ____________________________________________________________________________
1542 [ 15594] By: jhi                                   on 2002/03/29  13:38:48
1543         Log: Subject: [PATCH] Quieting OS X
1544              From: Michael G Schwern <schwern@pobox.com>
1545              Date: Fri, 29 Mar 2002 05:46:23 -0500
1546              Message-ID: <20020329104622.GA9163@blackrider>
1547      Branch: perl
1548            ! ext/POSIX/t/posix.t t/op/stat.t
1549 ____________________________________________________________________________
1550 [ 15593] By: ams                                   on 2002/03/29  07:32:22
1551         Log: Subject: [PATCH] optimize ext/Time/HiRes/HiRes.xs
1552              From: Paul_GreenVOS@vos.stratus.com
1553              Date: Fri, 29 Mar 02 0:05 est
1554              Message-Id: <200203290506.AAA20433@mailhub1.stratus.com>
1555      Branch: perl
1556            ! ext/Time/HiRes/HiRes.xs
1557 ____________________________________________________________________________
1558 [ 15592] By: ams                                   on 2002/03/29  07:28:29
1559         Log: Subject: Re: perl 5.7.3 + XS lvalue subs
1560              From: Spider Boardman <spidb@cpan.org>
1561              Date: Fri, 29 Mar 2002 00:52:24 -0500
1562              Message-Id: <200203290552.AAA47443@leggy.zk3.dec.com>
1563      Branch: perl
1564            ! op.c t/op/attrs.t
1565 ____________________________________________________________________________
1566 [ 15591] By: jhi                                   on 2002/03/29  03:15:18
1567         Log: It's perlce.
1568      Branch: perl
1569            ! pod/perldelta.pod
1570 ____________________________________________________________________________
1571 [ 15590] By: jhi                                   on 2002/03/29  02:59:03
1572         Log: MPE/iX tweaks from Mark Bixby.
1573      Branch: perl
1574            ! ext/Storable/t/lock.t mpeix/relink
1575 ____________________________________________________________________________
1576 [ 15589] By: jhi                                   on 2002/03/29  02:30:48
1577         Log: Upgrade to Encode 1.00, from Dan Kogai.
1578              
1579              (one nit: bin/enc2xs needed also ../..)
1580      Branch: perl
1581            + ext/Encode/Encode/big5-hkscs.ucm ext/Encode/Encode/encode.h
1582            + ext/Encode/Encode/hp-roman8.ucm ext/Encode/Encode/johab.ucm
1583            + ext/Encode/bin/enc2xs ext/Encode/bin/piconv
1584            ! (edit 104 files)
1585 ____________________________________________________________________________
1586 [ 15588] By: jhi                                   on 2002/03/29  01:38:10
1587         Log: Subject: [PATCH] NEXT LINE --> NEL
1588              From: Philip Newton <Philip.Newton@gmx.net>
1589              Date: Thu, 28 Mar 2002 21:03:10 +0000
1590              Message-ID: <6q07au0eh4rp6493h756mjerp9r5l97th1@4ax.com>
1591      Branch: perl
1592            ! lib/charnames.pm lib/charnames.t
1593 ____________________________________________________________________________
1594 [ 15587] By: jhi                                   on 2002/03/28  18:17:08
1595         Log: binmode :bytes, again.
1596      Branch: perl
1597            ! lib/utf8.t
1598 ____________________________________________________________________________
1599 [ 15586] By: jhi                                   on 2002/03/28  16:23:41
1600         Log: Subject: [PATCH 5.7.3] warning at use of /c modifier with s///
1601              From: Mark-Jason Dominus <mjd@plover.com>
1602              Date: Thu, 28 Mar 2002 10:36:03 -0500
1603              Message-ID: <20020328153603.11992.qmail@plover.com>
1604      Branch: perl
1605            ! pod/perldelta.pod pod/perldiag.pod t/lib/warnings/toke toke.c
1606 ____________________________________________________________________________
1607 [ 15585] By: jhi                                   on 2002/03/28  16:20:03
1608         Log: Support Unicode 3.1 names, names without the (XX), and BOM.
1609      Branch: perl
1610            ! lib/charnames.pm lib/charnames.t pp_pack.c
1611 ____________________________________________________________________________
1612 [ 15584] By: jhi                                   on 2002/03/28  15:52:30
1613         Log: If expecting UTF-8, probably not expecting UTF-16.
1614      Branch: perl
1615            ! t/comp/require.t
1616 ____________________________________________________________________________
1617 [ 15583] By: jhi                                   on 2002/03/28  13:48:29
1618         Log: Subject: [PATCH] Fix lib/Time/Local.pm for VOS
1619              From: Paul_GreenVOS@vos.stratus.com
1620              Date: Thu, 28 Mar 02 8:22 est
1621              Message-Id: <200203281322.IAA15632@mailhub1.stratus.com>
1622      Branch: perl
1623            ! lib/Time/Local.pm
1624 ____________________________________________________________________________
1625 [ 15582] By: jhi                                   on 2002/03/28  13:47:14
1626         Log: Subject: [PATCH] Neuter socketpair on Stratus VOS
1627              From: Paul_GreenVOS@vos.stratus.com
1628              Date: Thu, 28 Mar 02 7:46 est
1629              Message-Id: <200203281246.HAA14426@mailhub1.stratus.com>
1630      Branch: perl
1631            ! ext/Socket/socketpair.t hints/vos.sh vos/vos.c vos/vosish.h
1632 ____________________________________________________________________________
1633 [ 15581] By: jhi                                   on 2002/03/28  13:45:48
1634         Log: A little bit better error message for \pq, still
1635              not good because the script context is not shown.
1636      Branch: perl
1637            ! lib/utf8_heavy.pl pod/perldiag.pod t/op/pat.t utf8.c
1638 ____________________________________________________________________________
1639 [ 15580] By: jhi                                   on 2002/03/28  13:28:44
1640         Log: Subject: Re: [ID 20020324.003] fairly major problem with qr/.../x (with test PATCH)
1641              From: Jeffrey Friedl <jfriedl@yahoo.com>
1642              Date: Thu, 28 Mar 2002 02:12:03 -0800 (PST)
1643              Message-Id: <200203281012.g2SAC3K93291@ventrue.corp.yahoo.com>
1644      Branch: perl
1645            ! sv.c t/op/pat.t
1646 ____________________________________________________________________________
1647 [ 15579] By: jhi                                   on 2002/03/28  13:22:25
1648         Log: Subject: [PATCH 5.7.3] warning at use of /c modifier without /g modifier
1649              From: Mark-Jason Dominus <mjd@plover.com>
1650              Date: Thu, 28 Mar 2002 05:04:40 -0500
1651              Message-ID: <20020328100440.22081.qmail@plover.com>
1652      Branch: perl
1653            ! pod/perldelta.pod pod/perldiag.pod t/lib/warnings/toke toke.c
1654 ____________________________________________________________________________
1655 [ 15578] By: jhi                                   on 2002/03/28  13:19:21
1656         Log: Subject: [PATCH 5.7.3 Encode] encoding.t not properly skipped when Encode extension not built
1657              From: mjd@plover.com
1658              Date: 28 Mar 2002 09:22:06 -0000
1659              Message-ID: <20020328092206.18833.qmail@plover.com>
1660      Branch: perl
1661            ! lib/encoding.t
1662 ____________________________________________________________________________
1663 [ 15577] By: jhi                                   on 2002/03/28  13:03:48
1664         Log: Unicode 3.2.0-induced doc tweaks.
1665      Branch: perl
1666            ! pod/perlretut.pod pod/perlunicode.pod
1667 ____________________________________________________________________________
1668 [ 15576] By: nick                                  on 2002/03/28  07:40:04
1669         Log: Integrate mainline (clean in Win32/MinGW but for end.t)
1670      Branch: perlio
1671           +> (branch 31 files)
1672           !> (integrate 162 files)
1673 ____________________________________________________________________________
1674 [ 15575] By: jhi                                   on 2002/03/28  04:19:51
1675         Log: Subject: [PATCH] ext/POSIX/t/posix.t -- neuter final test on VOS
1676              From: Paul_GreenVOS@vos.stratus.com
1677              Date: Thu, 28 Mar 02 0:16 est
1678              Message-Id: <200203280516.AAA16625@mailhub2.stratus.com>
1679      Branch: perl
1680            ! ext/POSIX/t/posix.t
1681 ____________________________________________________________________________
1682 [ 15574] By: jhi                                   on 2002/03/28  04:07:23
1683         Log: Subject: Re: Regex-Unicode bugs
1684              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
1685              Date: Wed, 27 Mar 2002 13:48:06 +0100
1686              Message-ID: <20020327134806.C18945@rafael>
1687              
1688              regmesg.t patch still would be nice.
1689      Branch: perl
1690            ! regcomp.c
1691 ____________________________________________________________________________
1692 [ 15573] By: jhi                                   on 2002/03/28  03:46:14
1693         Log: Subject: Re: Regex-Unicode bugs
1694              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>    
1695              Date: Wed, 27 Mar 2002 12:39:57 +0000
1696              Message-Id: <200203271239.g2RCdvL31355@crypt.compulink.co.uk>
1697      Branch: perl
1698            ! pod/perldiag.pod regcomp.c
1699 ____________________________________________________________________________
1700 [ 15572] By: jhi                                   on 2002/03/28  03:38:34
1701         Log: Subject: [PATCH] t/io/fs.t - skip all tests that fail on VOS
1702              From: Paul_GreenVOS@vos.stratus.com
1703              Date: Wed, 27 Mar 02 23:33 est
1704              Message-Id: <200203280433.XAA01502@mailhub1.stratus.com>
1705      Branch: perl
1706            ! t/io/fs.t
1707 ____________________________________________________________________________
1708 [ 15571] By: jhi                                   on 2002/03/28  02:25:53
1709         Log: The Official 3.2.0 came out.
1710      Branch: perl
1711            + lib/unicore/lib/Buhid.pl lib/unicore/lib/Deprecat.pl
1712            + lib/unicore/lib/Grapheme.pl lib/unicore/lib/Hanunoo.pl
1713            + lib/unicore/lib/IdsBinar.pl lib/unicore/lib/IdsTrina.pl
1714            + lib/unicore/lib/InBuhid.pl lib/unicore/lib/InCyril2.pl
1715            + lib/unicore/lib/InGreekA.pl lib/unicore/lib/InHanuno.pl
1716            + lib/unicore/lib/InKatak2.pl lib/unicore/lib/InMisce3.pl
1717            + lib/unicore/lib/InMisce4.pl lib/unicore/lib/InSuppl2.pl
1718            + lib/unicore/lib/InSuppl3.pl lib/unicore/lib/InSuppl4.pl
1719            + lib/unicore/lib/InSuppl5.pl lib/unicore/lib/InSupple.pl
1720            + lib/unicore/lib/InTagalo.pl lib/unicore/lib/InTagban.pl
1721            + lib/unicore/lib/InVariat.pl lib/unicore/lib/LogicalO.pl
1722            + lib/unicore/lib/OtherDef.pl lib/unicore/lib/OtherGra.pl
1723            + lib/unicore/lib/Radical.pl lib/unicore/lib/SoftDott.pl
1724            + lib/unicore/lib/Tagalog.pl lib/unicore/lib/Tagbanwa.pl
1725            + lib/unicore/lib/UnifiedI.pl
1726            ! MANIFEST lib/unicore/README.perl lib/unicore/ReadMe.txt
1727 ____________________________________________________________________________
1728 [ 15570] By: jhi                                   on 2002/03/28  02:00:29
1729         Log: socketpair binmode :bytes.
1730      Branch: perl
1731            ! ext/Socket/socketpair.t
1732 ____________________________________________________________________________
1733 [ 15569] By: jhi                                   on 2002/03/28  01:46:21
1734         Log: Don't install anything beneath 't' directories.
1735      Branch: perl
1736            ! installperl
1737 ____________________________________________________________________________
1738 [ 15568] By: jhi                                   on 2002/03/28  01:43:52
1739         Log: More UTF-8 locale sensitivity.
1740      Branch: perl
1741            ! t/io/utf8.t
1742 ____________________________________________________________________________
1743 [ 15567] By: jhi                                   on 2002/03/28  01:20:31
1744         Log: Subject: Re: Smoke 15526 /pro/3gl/CPAN/perl-current
1745              From: Stas Bekman <stas@stason.org>
1746              Date: Thu, 28 Mar 2002 10:13:45 +0800
1747              Message-ID: <3CA27C59.4020209@stason.org>
1748              
1749              Temp file cleanup.
1750      Branch: perl
1751            ! lib/Pod/t/pod2html-lib.pl
1752 ____________________________________________________________________________
1753 [ 15566] By: jhi                                   on 2002/03/28  01:12:17
1754         Log: Be compatible also with non-UTF-8 locales.
1755      Branch: perl
1756            ! lib/Locale/Codes/t/languages.t lib/Locale/Language.pm
1757            ! lib/Locale/Language.pod
1758 ____________________________________________________________________________
1759 [ 15565] By: jhi                                   on 2002/03/28  00:58:36
1760         Log: Subject: Re: perl 5.7.3 + XS lvalue subs
1761              From: Spider Boardman <spidb@cpan.org>
1762              Date: Wed, 27 Mar 2002 20:52:28 -0500
1763              Message-Id: <200203280152.UAA415562@leggy.zk3.dec.com>
1764      Branch: perl
1765            ! cv.h op.c t/op/attrs.t toke.c
1766 ____________________________________________________________________________
1767 [ 15564] By: jhi                                   on 2002/03/27  23:54:59
1768         Log: "Last element".
1769      Branch: perl
1770            ! pod/perlfunc.pod
1771 ____________________________________________________________________________
1772 [ 15563] By: jhi                                   on 2002/03/27  23:53:27
1773         Log: Subject: Error in perlfunc for "die"
1774              From: William R Ward <bill@wards.net>
1775              Date: 27 Mar 2002 12:31:32 -0800
1776              Message-ID: <m2it7hrbvf.fsf@komodo.home.wards.net>
1777      Branch: perl
1778            ! pod/perlfunc.pod
1779 ____________________________________________________________________________
1780 [ 15562] By: jhi                                   on 2002/03/27  23:50:23
1781         Log: Subject: [DOC PATCH] Regex \G and POSIX restrictions
1782              From: Mark Kvale <kvale@phy.ucsf.edu>
1783              Date: Wed, 27 Mar 2002 16:45:37 -0800
1784              Message-Id: <02032716453705.38063@ivy.ucsf.edu>
1785      Branch: perl
1786            ! pod/perlre.pod pod/perlretut.pod
1787 ____________________________________________________________________________
1788 [ 15561] By: jhi                                   on 2002/03/27  23:48:15
1789         Log: Try to handle UTF-8 locales.
1790      Branch: perl
1791            ! lib/locale.t
1792 ____________________________________________________________________________
1793 [ 15560] By: jhi                                   on 2002/03/27  22:57:45
1794         Log: More binmode :bytes.
1795      Branch: perl
1796            ! t/io/utf8.t
1797 ____________________________________________________________________________
1798 [ 15559] By: jhi                                   on 2002/03/27  22:48:39
1799         Log: binmode(FH, ":bytes") is the right way, methinks.
1800      Branch: perl
1801            ! ext/PerlIO/t/encoding.t
1802 ____________________________________________________________________________
1803 [ 15558] By: jhi                                   on 2002/03/27  22:29:30
1804         Log: UTF-8 locale: need to open explicitly for bytes.
1805      Branch: perl
1806            ! ext/PerlIO/t/encoding.t
1807 ____________________________________________________________________________
1808 [ 15557] By: jhi                                   on 2002/03/27  21:59:54
1809         Log: UTF-8-ify __DATA__.  (TODO: let Neil Bowers know.)
1810      Branch: perl
1811            ! lib/Locale/Language.pm lib/Locale/Language.pod
1812 ____________________________________________________________________________
1813 [ 15556] By: jhi                                   on 2002/03/27  21:44:37
1814         Log: Warn instead of croak.
1815      Branch: perl
1816            ! pod/perldiag.pod utf8.c
1817 ____________________________________________________________________________
1818 [ 15555] By: jhi                                   on 2002/03/27  21:18:40
1819         Log: UTF-8 locale: there might already be one UTF-8 discipline.
1820      Branch: perl
1821            ! lib/open.t
1822 ____________________________________________________________________________
1823 [ 15554] By: jhi                                   on 2002/03/27  21:09:20
1824         Log: Subject: [PATCH @15551] 1_compile.t fix for VMS
1825              From: "Craig A. Berry" <craigberry@mac.com>
1826              Date: Wed, 27 Mar 2002 15:22:13 -0600
1827              Message-Id: <5.1.0.14.2.20020327150907.01b17470@exchi01>
1828      Branch: perl
1829            ! t/lib/1_compile.t t/lib/compmod.pl
1830 ____________________________________________________________________________
1831 [ 15553] By: jhi                                   on 2002/03/27  21:08:03
1832         Log: Subject: [DOC PATCH] Re: [ID 20020324.002] \G bug on zero-length matches
1833              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
1834              Date: Wed, 27 Mar 2002 22:35:03 +0100
1835              Message-ID: <20020327223503.A678@rafael>
1836      Branch: perl
1837            ! pod/perlop.pod
1838 ____________________________________________________________________________
1839 [ 15552] By: jhi                                   on 2002/03/27  20:52:19
1840         Log: Start using the Unicode 3.2.0 data (NOTE: still
1841              unofficial, but the data is unlikely to change much.
1842              Doublecheck when 3.2.0 gets released.)
1843      Branch: perl
1844            + lib/unicore/PropertyAliases.txt
1845            + lib/unicore/PropertyValueAliases.txt
1846            ! (edit 129 files)
1847 ____________________________________________________________________________
1848 [ 15551] By: jhi                                   on 2002/03/27  15:20:05
1849         Log: Update Changes.
1850      Branch: perl
1851            ! Changes patchlevel.h
1852 ____________________________________________________________________________
1853 [ 15550] By: jhi                                   on 2002/03/27  15:06:56
1854         Log: Further fixing for #15549.  Six tests are failing
1855              under Solaris with en_US.UTF-8 but those failures seem
1856              unrelated to the BOUND problem, will look at them later.
1857      Branch: perl
1858            ! regexec.c
1859 ____________________________________________________________________________
1860 [ 15549] By: jhi                                   on 2002/03/27  14:45:05
1861         Log: Possible fix for "Orks, Dragons, and Elves":
1862              should now build under UTF-8 locales (is building
1863              under Solaris en_US.UTF-8 right now).
1864      Branch: perl
1865            ! Makefile.SH regexec.c
1866 ____________________________________________________________________________
1867 [ 15548] By: jhi                                   on 2002/03/27  14:11:37
1868         Log: Forgotten from #15523.
1869      Branch: perl
1870            ! lib/Math/BigInt/Calc.pm
1871 ____________________________________________________________________________
1872 [ 15547] By: jhi                                   on 2002/03/27  13:53:31
1873         Log: Subject: [PATCH regcomp.c] A warning wasn't turnable off
1874              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>      
1875              Date: Wed, 27 Mar 2002 13:32:00 +0100
1876              Message-ID: <20020327133200.A18945@rafael>
1877      Branch: perl
1878            ! regcomp.c t/lib/warnings/regcomp
1879 ____________________________________________________________________________
1880 [ 15546] By: jhi                                   on 2002/03/27  13:51:52
1881         Log: Subject: [PATCH] MANIFES --> MANIFEST
1882              From: Philip Newton <Philip.Newton@gmx.net>
1883              Date: Wed, 27 Mar 2002 10:05:46 +0000
1884              Message-ID: <n963aus588jr9ql5vo1il72adol3e9kois@4ax.com>
1885              
1886              (plus a few tweaks more)
1887      Branch: perl
1888            ! Porting/check83.pl
1889 ____________________________________________________________________________
1890 [ 15545] By: nick                                  on 2002/03/27  07:37:36
1891         Log: Integrate mainline
1892      Branch: perlio
1893           +> lib/Math/BigInt/t/with_sub.t
1894            - lib/bignum/t/bn_lite.t lib/bignum/t/br_lite.t
1895            - lib/bignum/t/trace.t
1896           !> (integrate 76 files)
1897 ____________________________________________________________________________
1898 [ 15544] By: jhi                                   on 2002/03/27  03:17:46
1899         Log: Obsolete mailing list information.
1900      Branch: perl
1901            ! README.bs2000 README.os390 README.vmesa
1902 ____________________________________________________________________________
1903 [ 15543] By: jhi                                   on 2002/03/27  03:11:55
1904         Log: More URL "whitespacing".
1905      Branch: perl
1906            ! README.bs2000 README.hurd README.mpeix README.netware
1907            ! README.os390 README.vmesa README.vos README.win32
1908            ! pod/perl5004delta.pod pod/perl5005delta.pod
1909            ! pod/perl561delta.pod pod/perl56delta.pod pod/perl570delta.pod
1910            ! pod/perl571delta.pod pod/perl572delta.pod pod/perldelta.pod
1911            ! pod/perlembed.pod pod/perlfaq2.pod pod/perlfaq3.pod
1912            ! pod/perlhack.pod pod/perlintro.pod pod/perllocale.pod
1913            ! pod/perlnewmod.pod pod/perlport.pod pod/perlreftut.pod
1914            ! pod/perltodo.pod
1915 ____________________________________________________________________________
1916 [ 15542] By: jhi                                   on 2002/03/27  02:40:33
1917         Log: I like doubleclicking on URLs in pods to select them.
1918      Branch: perl
1919            ! README.amiga README.epoc README.vos pod/perl561delta.pod
1920            ! pod/perl570delta.pod pod/perl571delta.pod pod/perldelta.pod
1921            ! pod/perlfaq1.pod pod/perlfaq2.pod pod/perlfaq3.pod
1922            ! pod/perlfaq9.pod pod/perlhack.pod pod/perlmodinstall.pod
1923            ! pod/perlmodlib.PL pod/perlmodlib.pod pod/perlport.pod
1924            ! pod/perltodo.pod pod/perlvar.pod
1925 ____________________________________________________________________________
1926 [ 15541] By: jhi                                   on 2002/03/27  02:04:47
1927         Log: Regen modlib.
1928      Branch: perl
1929            ! pod/perlmodlib.pod
1930 ____________________________________________________________________________
1931 [ 15540] By: jhi                                   on 2002/03/27  01:43:52
1932         Log: Update the CPAN sites list.
1933      Branch: perl
1934            ! pod/perlmodlib.PL pod/perlmodlib.pod
1935 ____________________________________________________________________________
1936 [ 15539] By: jhi                                   on 2002/03/27  01:15:11
1937         Log: Regen modlib, toc.
1938      Branch: perl
1939            ! pod/perlmodlib.pod pod/perltoc.pod
1940 ____________________________________________________________________________
1941 [ 15538] By: jhi                                   on 2002/03/27  01:13:12
1942         Log: s/rationale/rational/
1943      Branch: perl
1944            ! lib/Math/BigRat.pm lib/bigrat.pm
1945 ____________________________________________________________________________
1946 [ 15537] By: jhi                                   on 2002/03/27  01:01:33
1947         Log: s/done/esac/
1948      Branch: perl
1949            ! hints/dec_osf.sh
1950 ____________________________________________________________________________
1951 [ 15536] By: jhi                                   on 2002/03/27  00:54:21
1952         Log: Advertise big* and BigRat.
1953      Branch: perl
1954            ! pod/perldelta.pod
1955 ____________________________________________________________________________
1956 [ 15535] By: jhi                                   on 2002/03/26  22:42:41
1957         Log: A missing ) in #15527.
1958      Branch: perl
1959            ! pp_sys.c
1960 ____________________________________________________________________________
1961 [ 15534] By: jhi                                   on 2002/03/26  22:24:17
1962         Log: Subject: Re: [PATCH] STRLEN typemap entry should be T_UV
1963              From: Tim Jenness <t.jenness@jach.hawaii.edu>
1964              Date: Tue, 26 Mar 2002 13:24:27 -1000 (HST)
1965              Message-ID: <Pine.LNX.4.33.0203261318490.2854-100000@lapaki>
1966      Branch: perl
1967            ! lib/ExtUtils/typemap
1968 ____________________________________________________________________________
1969 [ 15533] By: jhi                                   on 2002/03/26  22:19:04
1970         Log: Subject: Re: Cygwin PerlIO.t failing
1971              From: Stas Bekman <stas@stason.org>
1972              Date: Wed, 27 Mar 2002 01:34:11 +0800
1973              Message-ID: <3CA0B113.1070800@stason.org>
1974      Branch: perl
1975            ! ext/PerlIO/PerlIO.t
1976 ____________________________________________________________________________
1977 [ 15532] By: jhi                                   on 2002/03/26  22:11:17
1978         Log: Subject: [PATCH] safety check for vms/test.com
1979              From: "Craig A. Berry" <craigberry@mac.com>
1980              Date: Tue, 26 Mar 2002 12:15:21 -0600
1981              Message-Id: <5.1.0.14.2.20020326121340.02b46c50@exchi01>
1982      Branch: perl
1983            ! vms/test.com
1984 ____________________________________________________________________________
1985 [ 15531] By: jhi                                   on 2002/03/26  22:10:33
1986         Log: Subject: [PATCH: perl@15489] remove Thread extension if not use_threads
1987              From: PPrymmer@factset.com
1988              Date: Tue, 26 Mar 2002 13:04:59 -0500
1989              Message-ID: <OFA872ECE0.98E1F5D3-ON85256B88.0059C33A@55.25.11>
1990      Branch: perl
1991            ! configure.com
1992 ____________________________________________________________________________
1993 [ 15530] By: jhi                                   on 2002/03/26  22:08:35
1994         Log: Subject: [PATCH] Minor typo in test harness
1995              From: "Paul Marquess" <Paul.Marquess@Openwave.com>
1996              Date: Tue, 26 Mar 2002 17:44:06 -0000
1997              Message-ID: <AIEAJICLCBDNAAOLLOKLOENDEAAA.Paul.Marquess@Openwave.com>
1998      Branch: perl
1999            ! t/lib/warnings/perlio
2000 ____________________________________________________________________________
2001 [ 15529] By: jhi                                   on 2002/03/26  22:06:59
2002         Log: Subject: PATCH s2p.PL
2003              From: Wolfgang Laun <Wolfgang.Laun@alcatel.at>
2004              Date: Tue, 26 Mar 2002 17:16:46 +0100
2005              Message-ID: <3CA09EEE.E499DD38@alcatel.at>
2006      Branch: perl
2007            ! x2p/s2p.PL
2008 ____________________________________________________________________________
2009 [ 15528] By: jhi                                   on 2002/03/26  22:03:22
2010         Log: Retract Math::BigInt::Lite, Tels had second thoughts.
2011      Branch: perl
2012            - lib/Math/BigInt/Lite.pm lib/Math/BigInt/t/lite.t
2013            - lib/bignum/t/bn_lite.t lib/bignum/t/br_lite.t
2014            ! MANIFEST
2015 ____________________________________________________________________________
2016 [ 15527] By: jhi                                   on 2002/03/26  22:01:01
2017         Log: Avoid and document a weird bug in UNICOS/mk.
2018      Branch: perl
2019            ! pod/perldelta.pod pp_sys.c
2020 ____________________________________________________________________________
2021 [ 15526] By: jhi                                   on 2002/03/26  20:28:45
2022         Log: Math::BigInt::Lite 0.09, from Tels.
2023      Branch: perl
2024            + lib/Math/BigInt/Lite.pm lib/Math/BigInt/t/lite.t
2025            ! MANIFEST
2026 ____________________________________________________________________________
2027 [ 15525] By: jhi                                   on 2002/03/26  20:14:38
2028         Log: For now disable the test in OS/390; it seems to hang,
2029              but frustratingly seems to run from command line and
2030              from Perl debugger.
2031      Branch: perl
2032            ! lib/Math/BigInt/t/mbi_rand.t
2033 ____________________________________________________________________________
2034 [ 15524] By: jhi                                   on 2002/03/26  19:57:27
2035         Log: EPOC update from Olaf Flebbe.
2036      Branch: perl
2037            ! README.epoc doio.c epoc/epoc.c lib/File/Spec/Epoc.pm
2038            ! pod/perlport.pod t/io/fs.t
2039 ____________________________________________________________________________
2040 [ 15523] By: jhi                                   on 2002/03/26  19:54:48
2041         Log: Upgrade to Math::BigInt 1.56, Math::BigRat 0.05,
2042              and bignum 0.11, from Tels.
2043      Branch: perl
2044            + lib/Math/BigInt/t/with_sub.t
2045            - lib/bignum/t/trace.t
2046            ! MANIFEST lib/Math/BigFloat.pm lib/Math/BigInt.pm
2047            ! lib/Math/BigInt/t/bare_mbf.t lib/Math/BigInt/t/bigfltpm.t
2048            ! lib/Math/BigInt/t/config.t lib/Math/BigInt/t/constant.t
2049            ! lib/Math/BigInt/t/mbi_rand.t lib/Math/BigInt/t/require.t
2050            ! lib/Math/BigInt/t/upgrade.t lib/Math/BigInt/t/use.t
2051            ! lib/Math/BigInt/t/use_lib1.t lib/Math/BigInt/t/use_lib2.t
2052            ! lib/Math/BigInt/t/use_lib3.t lib/Math/BigInt/t/use_lib4.t
2053            ! lib/Math/BigRat.pm lib/Math/BigRat/t/bigfltrt.t
2054            ! lib/Math/BigRat/t/bigrat.t lib/Math/BigRat/t/bigratpm.t
2055            ! lib/bigint.pm lib/bignum.pm lib/bignum/t/bignum.t
2056            ! lib/bignum/t/bigrat.t lib/bigrat.pm
2057            ! t/lib/Math/BigInt/Subclass.pm
2058 ____________________________________________________________________________
2059 [ 15522] By: jhi                                   on 2002/03/26  16:07:58
2060         Log: Integrate perlio;
2061              
2062              Fix [ID 20020326.001] - cr/lf spanning buffer boundary
2063              
2064              Testcase for crlf spanning buffer boundary
2065      Branch: perl
2066           +> t/io/crlf.t
2067           !> MANIFEST perlio.c
2068 ____________________________________________________________________________
2069 [ 15521] By: nick                                  on 2002/03/26  15:31:55
2070         Log: Testcase for crlf spanning buffer boundary
2071      Branch: perlio
2072            + t/io/crlf.t
2073            ! MANIFEST
2074 ____________________________________________________________________________
2075 [ 15520] By: nick                                  on 2002/03/26  15:09:52
2076         Log: Fix [ID 20020326.001] - cr/lf spanning buffer boundary
2077      Branch: perlio
2078            ! perlio.c
2079 ____________________________________________________________________________
2080 [ 15519] By: jhi                                   on 2002/03/26  14:50:08
2081         Log: Can't test Net:: much in OS/390 without Convert::EBCDIC.
2082      Branch: perl
2083            ! t/lib/1_compile.t
2084 ____________________________________________________________________________
2085 [ 15518] By: jhi                                   on 2002/03/26  14:39:08
2086         Log: Document the Configure (really, awk) glitch in
2087              UNICOS/mk.
2088      Branch: perl
2089            ! pod/perldelta.pod
2090 ____________________________________________________________________________
2091 [ 15517] By: jhi                                   on 2002/03/26  13:32:31
2092         Log: Subject: [PATCH] Win32 w/o multiplicity build fails
2093              From: "Mattia Barbon" <mbarbon@dsi.unive.it>
2094              Date: Fri, 22 Mar 2002 16:11:28 +0100
2095              Message-ID: <3C9B57B0.31936.496399@localhost>
2096      Branch: perl
2097            ! win32/win32.c
2098 ____________________________________________________________________________
2099 [ 15516] By: jhi                                   on 2002/03/26  13:29:24
2100         Log: Subject: Re: Jarkko likes OOOOs
2101              From: "Gerrit P. Haase" <gp@familiehaase.de>
2102              Date: Tue, 26 Mar 2002 08:44:02 +0100
2103              Message-ID: <40509050505.20020326084402@familiehaase.de>
2104      Branch: perl
2105            ! t/io/fs.t
2106 ____________________________________________________________________________
2107 [ 15515] By: jhi                                   on 2002/03/26  13:23:32
2108         Log: Subject: [patch utils/perlbug] subject header setting problem      
2109              From: Stas Bekman <stas@stason.org>
2110              Date: Tue, 26 Mar 2002 21:12:49 +0800 (SGT)
2111              Message-ID: <Pine.LNX.4.44.0203262107310.2288-100000@hope.stason.org>
2112      Branch: perl
2113            ! utils/perlbug.PL
2114 ____________________________________________________________________________
2115 [ 15514] By: jhi                                   on 2002/03/26  13:20:23
2116         Log: Subject: [PATCH] win32/makefile.mk
2117              From: "Mattia Barbon" <mbarbon@dsi.unive.it>
2118              Date: Tue, 26 Mar 2002 13:56:19 +0100
2119              Message-ID: <3CA07E03.13094.8ACAD1@localhost>
2120      Branch: perl
2121            ! win32/makefile.mk
2122 ____________________________________________________________________________
2123 [ 15513] By: nick                                  on 2002/03/26  07:17:17
2124         Log: Integrate mainline
2125      Branch: perlio
2126           +> (branch 39 files)
2127            - (delete 109 files)
2128           !> (integrate 105 files)
2129 ____________________________________________________________________________
2130 [ 15512] By: nick                                  on 2002/03/26  06:52:42
2131         Log: Integrate mainline
2132      Branch: perlio
2133           !> Changes ext/PerlIO/Via/Via.xs ext/PerlIO/t/via.t
2134           !> hints/freebsd.sh lib/open.pm lib/open.t lib/warnings.pm
2135           !> lib/warnings.t mg.c patchlevel.h perl.c perlio.c perly.c
2136           !> perly.fixer perly.y perly_c.diff pod/perllexwarn.pod
2137           !> t/lib/warnings/perlio vms/perly_c.vms warnings.h warnings.pl
2138 ____________________________________________________________________________
2139 [ 15511] By: jhi                                   on 2002/03/26  04:25:44
2140         Log: Installation advice from Robert Spier. 
2141      Branch: perl
2142            ! INSTALL
2143 ____________________________________________________________________________
2144 [ 15510] By: jhi                                   on 2002/03/26  04:12:15
2145         Log: Stas setting things right.
2146      Branch: perl
2147            ! ext/PerlIO/PerlIO.t
2148 ____________________________________________________________________________
2149 [ 15509] By: jhi                                   on 2002/03/26  03:57:22
2150         Log: Subject: [PATCH] ext/IO/lib/IO/t/io_unix.t
2151              From: Paul_GreenVOS@vos.stratus.com
2152              Date: Mon, 25 Mar 02 23:57 est
2153              Message-Id: <200203260457.XAA19233@mailhub2.stratus.com>
2154      Branch: perl
2155            ! ext/IO/lib/IO/t/io_unix.t
2156 ____________________________________________________________________________
2157 [ 15508] By: jhi                                   on 2002/03/26  03:55:54
2158         Log: Add threads hints for UNICOS/mk and UNICOS.
2159              (I'm just guessing on UNICOS.)
2160      Branch: perl
2161            ! hints/unicos.sh hints/unicosmk.sh
2162 ____________________________________________________________________________
2163 [ 15507] By: jhi                                   on 2002/03/26  01:19:57
2164         Log: Mention the effect of Unicode keys on hashes.
2165      Branch: perl
2166            ! pod/perlunicode.pod
2167 ____________________________________________________________________________
2168 [ 15506] By: jhi                                   on 2002/03/25  22:38:12
2169         Log: Subject: [PATCH @15489] yfix fix for VMS (was YYDEBUG etc.)
2170              From: "Craig A. Berry" <craig.berry@SignalTreeSolutions.com>
2171              Date: Mon, 25 Mar 2002 17:24:33 -0600
2172              Message-Id: <5.1.0.14.2.20020325135745.01aeabc0@exchi01>
2173      Branch: perl
2174            ! perl.c perly.c perly.y perly_c.diff vms/perly_c.vms
2175            ! vms/vms_yfix.pl
2176 ____________________________________________________________________________
2177 [ 15505] By: jhi                                   on 2002/03/25  22:36:18
2178         Log: Tru64: Modify LD_LIBRARY_PATH only if loclibpth is set.
2179      Branch: perl
2180            ! hints/dec_osf.sh
2181 ____________________________________________________________________________
2182 [ 15504] By: jhi                                   on 2002/03/25  20:39:05
2183         Log: The .ucm of Encode are big when uncompressed.
2184      Branch: perl
2185            ! INSTALL
2186 ____________________________________________________________________________
2187 [ 15503] By: jhi                                   on 2002/03/25  19:58:04
2188         Log: I don't understand what is going on what these
2189              news tests, retracting the whole lot.
2190      Branch: perl
2191            ! ext/PerlIO/PerlIO.t
2192 ____________________________________________________________________________
2193 [ 15502] By: jhi                                   on 2002/03/25  19:50:32
2194         Log: Upgrade to Encode 0.99, from Dan Kogai.
2195      Branch: perl
2196            + ext/Encode/Encode/big5-hk.ucm ext/Encode/Encode/big5.ucm
2197            + ext/Encode/Encode/cp932.ucm ext/Encode/Encode/cp936.ucm
2198            + ext/Encode/Encode/cp949.ucm ext/Encode/Encode/cp950.ucm
2199            + ext/Encode/Encode/euc-cn.ucm ext/Encode/Encode/euc-kr.ucm
2200            + ext/Encode/Encode/gb12345.ucm ext/Encode/Encode/gb2312.ucm
2201            + ext/Encode/Encode/gsm0338.ucm ext/Encode/Encode/ir-165.ucm
2202            + ext/Encode/Encode/ksc5601.ucm
2203            + ext/Encode/Encode/macCentEuro.ucm
2204            + ext/Encode/Encode/macCroatian.ucm
2205            + ext/Encode/Encode/macCyrillic.ucm
2206            + ext/Encode/Encode/macDingbats.ucm
2207            + ext/Encode/Encode/macGreek.ucm
2208            + ext/Encode/Encode/macIceland.ucm
2209            + ext/Encode/Encode/macJapan.ucm ext/Encode/Encode/macRoman.ucm
2210            + ext/Encode/Encode/macRumanian.ucm
2211            + ext/Encode/Encode/macSami.ucm ext/Encode/Encode/macThai.ucm
2212            + ext/Encode/Encode/macTurkish.ucm
2213            + ext/Encode/Encode/macUkraine.ucm
2214            + ext/Encode/Encode/shiftjis.ucm
2215            + ext/Encode/lib/Encode/10646_1.pm
2216            + ext/Encode/lib/Encode/CJKConstants.pm
2217            + ext/Encode/lib/Encode/CN/2022_CN.pm
2218            + ext/Encode/lib/Encode/JP/2022_JP.pm
2219            + ext/Encode/lib/Encode/JP/2022_JP1.pm
2220            + ext/Encode/lib/Encode/KR/2022_KR.pm ext/Encode/t/KR.t
2221            + ext/Encode/t/gb2312.euc ext/Encode/t/gb2312.ref
2222            + ext/Encode/t/ksc5601.euc ext/Encode/t/ksc5601.ref
2223            + ext/Encode/ucm2table
2224            - (delete 109 files)
2225            ! MANIFEST ext/Encode/AUTHORS ext/Encode/Byte/Byte.pm
2226            ! ext/Encode/Byte/Makefile.PL ext/Encode/CN/CN.pm
2227            ! ext/Encode/CN/Makefile.PL ext/Encode/Changes
2228            ! ext/Encode/EBCDIC/EBCDIC.pm ext/Encode/EBCDIC/Makefile.PL
2229            ! ext/Encode/Encode.pm ext/Encode/Encode.xs
2230            ! ext/Encode/Encode/8859-1.ucm ext/Encode/Encode/8859-10.ucm
2231            ! ext/Encode/Encode/8859-11.ucm ext/Encode/Encode/8859-13.ucm
2232            ! ext/Encode/Encode/8859-14.ucm ext/Encode/Encode/8859-15.ucm
2233            ! ext/Encode/Encode/8859-16.ucm ext/Encode/Encode/8859-2.ucm
2234            ! ext/Encode/Encode/8859-3.ucm ext/Encode/Encode/8859-4.ucm
2235            ! ext/Encode/Encode/8859-5.ucm ext/Encode/Encode/8859-6.ucm
2236            ! ext/Encode/Encode/8859-7.ucm ext/Encode/Encode/8859-8.ucm
2237            ! ext/Encode/Encode/8859-9.ucm ext/Encode/Encode/ascii.ucm
2238            ! ext/Encode/Encode/cp1047.ucm ext/Encode/Encode/cp1250.ucm
2239            ! ext/Encode/Encode/cp37.ucm ext/Encode/Encode/dingbats.ucm
2240            ! ext/Encode/Encode/euc-jp.ucm ext/Encode/Encode/ibm-1250.ucm
2241            ! ext/Encode/Encode/ibm-1251.ucm ext/Encode/Encode/ibm-1252.ucm
2242            ! ext/Encode/Encode/ibm-1253.ucm ext/Encode/Encode/ibm-1254.ucm
2243            ! ext/Encode/Encode/ibm-1255.ucm ext/Encode/Encode/ibm-1256.ucm
2244            ! ext/Encode/Encode/ibm-1257.ucm ext/Encode/Encode/ibm-1258.ucm
2245            ! ext/Encode/Encode/jis0201.ucm ext/Encode/Encode/koi8-f.ucm
2246            ! ext/Encode/Encode/koi8-r.ucm ext/Encode/Encode/koi8-u.ucm
2247            ! ext/Encode/Encode/nextstep.ucm ext/Encode/Encode/posix-bc.ucm
2248            ! ext/Encode/Encode/roman8.ucm ext/Encode/Encode/symbol.ucm
2249            ! ext/Encode/Encode/viscii.ucm ext/Encode/JP/JP.pm
2250            ! ext/Encode/JP/Makefile.PL ext/Encode/KR/KR.pm
2251            ! ext/Encode/KR/Makefile.PL ext/Encode/MANIFEST
2252            ! ext/Encode/Makefile.PL ext/Encode/README
2253            ! ext/Encode/Symbol/Makefile.PL ext/Encode/Symbol/Symbol.pm
2254            ! ext/Encode/TW/Makefile.PL ext/Encode/TW/TW.pm
2255            ! ext/Encode/compile ext/Encode/encengine.c ext/Encode/encode.h
2256            ! ext/Encode/lib/Encode/Alias.pm ext/Encode/lib/Encode/CN/HZ.pm
2257            ! ext/Encode/lib/Encode/Details.pod
2258            ! ext/Encode/lib/Encode/Encoding.pm
2259            ! ext/Encode/lib/Encode/Internal.pm
2260            ! ext/Encode/lib/Encode/JP/H2Z.pm
2261            ! ext/Encode/lib/Encode/JP/JIS.pm
2262            ! ext/Encode/lib/Encode/Supported.pod
2263            ! ext/Encode/lib/Encode/Unicode.pm ext/Encode/lib/Encode/XS.pm
2264            ! ext/Encode/lib/Encode/ucs2_le.pm ext/Encode/lib/Encode/utf8.pm
2265            ! ext/Encode/t/Aliases.t ext/Encode/t/CN.t ext/Encode/t/Encode.t
2266            ! ext/Encode/t/JP.t ext/Encode/t/TW.t ext/Encode/t/jisx0208.euc
2267            ! ext/Encode/t/jisx0208.ref ext/Encode/t/jisx0212.euc
2268            ! ext/Encode/t/jisx0212.ref
2269 ____________________________________________________________________________
2270 [ 15501] By: jhi                                   on 2002/03/25  19:16:21
2271         Log: Noise with -w.
2272      Branch: perl
2273            ! ext/PerlIO/PerlIO.t
2274 ____________________________________________________________________________
2275 [ 15500] By: jhi                                   on 2002/03/25  19:02:41
2276         Log: If no perlio no perlio warnings, either.
2277      Branch: perl
2278            ! lib/warnings.t
2279 ____________________________________________________________________________
2280 [ 15499] By: jhi                                   on 2002/03/25  18:57:47
2281         Log: ...and put some of the new perlio tests here.
2282              The in-memory ones not yet since my poor brain
2283              refuses to find the right TODO incantation.
2284      Branch: perl
2285            ! ext/PerlIO/PerlIO.t
2286 ____________________________________________________________________________
2287 [ 15498] By: jhi                                   on 2002/03/25  18:23:36
2288         Log: Take away the perlio-requiring tests..
2289      Branch: perl
2290            ! t/io/open.t
2291 ____________________________________________________________________________
2292 [ 15497] By: jhi                                   on 2002/03/25  18:04:39
2293         Log: More correct now, but actually the two new tests
2294              need to be moved, since they are perlio-only...
2295      Branch: perl
2296            ! t/io/open.t
2297 ____________________________________________________________________________
2298 [ 15496] By: jhi                                   on 2002/03/25  17:57:32
2299         Log: More neo-io tests from Stas Bekman.
2300      Branch: perl
2301            ! t/io/open.t
2302 ____________________________________________________________________________
2303 [ 15495] By: jhi                                   on 2002/03/25  17:52:33
2304         Log: Document the QNX6 sprintf glitch.
2305      Branch: perl
2306            ! pod/perldelta.pod
2307 ____________________________________________________________________________
2308 [ 15494] By: jhi                                   on 2002/03/25  17:46:27
2309         Log: AmigaOS must use the ixemul directly, since there
2310              is no more vfork support.
2311      Branch: perl
2312            ! hints/amigaos.sh
2313 ____________________________________________________________________________
2314 [ 15493] By: jhi                                   on 2002/03/25  17:39:18
2315         Log: Subject: [PATCH pp_sys.c] Must specify fromlen for recvfrom for QNX6
2316              From: Norton Allen <allen@huarp.harvard.edu>
2317              Date: Mon, 25 Mar 2002 13:39:25 -0500 (est)
2318              Message-Id: <200203251839.NAA02055@bottesini.harvard.edu>
2319      Branch: perl
2320            ! pp_sys.c
2321 ____________________________________________________________________________
2322 [ 15492] By: jhi                                   on 2002/03/25  17:38:33
2323         Log: Subject: [PATCH ext/Socket/socketpair.t] TODO for QNX6
2324              From: Norton Allen <allen@huarp.harvard.edu>
2325              Date: Mon, 25 Mar 2002 13:36:17 -0500 (est)
2326              Message-Id: <200203251836.NAA01517@bottesini.harvard.edu>
2327      Branch: perl
2328            ! ext/Socket/socketpair.t
2329 ____________________________________________________________________________
2330 [ 15491] By: jhi                                   on 2002/03/25  16:57:10
2331         Log: Clarify the 8.3 rule.
2332      Branch: perl
2333            ! Porting/check83.pl
2334 ____________________________________________________________________________
2335 [ 15490] By: nick                                  on 2002/03/25  16:05:07
2336         Log: Integrate mainline
2337      Branch: perlio
2338           +> ext/Encode/lib/Encode/EncFormat.pod
2339           +> ext/Encode/lib/Encode/JP/ISO_2022_JP_1.pm mpeix/mpeix.c
2340            - ext/Encode/lib/EncodeFormat.pod
2341           !> (integrate 41 files)
2342 ____________________________________________________________________________
2343 [ 15489] By: jhi                                   on 2002/03/25  15:52:33
2344         Log: Update Changes.
2345      Branch: perl
2346            ! Changes patchlevel.h
2347 ____________________________________________________________________________
2348 [ 15488] By: jhi                                   on 2002/03/25  15:32:39
2349         Log: Forgotten from #15486.
2350      Branch: perl
2351            ! perl.c
2352 ____________________________________________________________________________
2353 [ 15487] By: jhi                                   on 2002/03/25  15:23:56
2354         Log: It seems that FreeBSD does not like using Perl's malloc
2355              when multithreaded.
2356      Branch: perl
2357            ! hints/freebsd.sh
2358 ____________________________________________________________________________
2359 [ 15486] By: jhi                                   on 2002/03/25  14:37:03
2360         Log: Subject: [PATCH] Re: what is YYDEBUG and why does it reset errno?
2361              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
2362              Date: Mon, 25 Mar 2002 11:33:17 +0100
2363              Message-ID: <20020325113317.A1410@rafael>
2364              
2365              Apparently VMS does not do YYDEBUG.
2366      Branch: perl
2367            ! perly.c perly.fixer perly.y perly_c.diff vms/perly_c.vms
2368 ____________________________________________________________________________
2369 [ 15485] By: jhi                                   on 2002/03/25  14:10:20
2370         Log: Subject: [PATCH] warnings for perlio + others
2371              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
2372              Date: Mon, 25 Mar 2002 13:01:44 -0000
2373              Message-ID: <AIEAJICLCBDNAAOLLOKLMEKNEAAA.paul_marquess@yahoo.co.uk>
2374      Branch: perl
2375            ! ext/PerlIO/Via/Via.xs ext/PerlIO/t/via.t lib/open.pm
2376            ! lib/open.t lib/warnings.pm lib/warnings.t mg.c perlio.c
2377            ! pod/perllexwarn.pod t/lib/warnings/perlio warnings.h
2378            ! warnings.pl
2379 ____________________________________________________________________________
2380 [ 15484] By: jhi                                   on 2002/03/25  01:53:29
2381         Log: As verified by Doug MacEachern.
2382      Branch: perl
2383            ! pod/perldelta.pod
2384 ____________________________________________________________________________
2385 [ 15483] By: jhi                                   on 2002/03/24  23:23:50
2386         Log: MPE/iX update from Mark Bixby.
2387      Branch: perl
2388            + mpeix/mpeix.c
2389            ! MANIFEST README.mpeix ext/DynaLoader/dl_mpeix.xs
2390            ! hints/mpeix.sh mpeix/mpeixish.h
2391 ____________________________________________________________________________
2392 [ 15482] By: jhi                                   on 2002/03/24  22:54:00
2393         Log: Subject: [PATCH] To \X{221E} and beyond in ExtUtils::Constant
2394              From: Nicholas Clark <nick@unfortu.net>
2395              Date: Sun, 24 Mar 2002 22:50:06 +0000
2396              Message-ID: <20020324225006.GB410@Bagpuss.unfortu.net>
2397      Branch: perl
2398            ! lib/ExtUtils/Constant.pm lib/ExtUtils/t/Constant.t
2399 ____________________________________________________________________________
2400 [ 15481] By: jhi                                   on 2002/03/24  22:35:56
2401         Log: Subject: [PATCH] fix warning + carp interaction
2402              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>       
2403              Date: Sun, 24 Mar 2002 23:00:21 -0000
2404              Message-ID: <AIEAJICLCBDNAAOLLOKLGEKCEAAA.paul_marquess@yahoo.co.uk>
2405      Branch: perl
2406            ! lib/Carp.pm lib/warnings.pm t/lib/warnings/9enabled
2407            ! warnings.pl
2408 ____________________________________________________________________________
2409 [ 15480] By: jhi                                   on 2002/03/24  22:30:48
2410         Log: Upgrade to Tie::File 0.51, from Mark-Jason Dominus.
2411              (All the code changes have already been applied earlier.)
2412      Branch: perl
2413            ! lib/Tie/File.pm lib/Tie/File/t/00_version.t
2414 ____________________________________________________________________________
2415 [ 15479] By: jhi                                   on 2002/03/24  22:11:46
2416         Log: DB_File: for the core version, no need to specify
2417              a minimum MM version.
2418      Branch: perl
2419            ! ext/DB_File/Makefile.PL
2420 ____________________________________________________________________________
2421 [ 15478] By: jhi                                   on 2002/03/24  21:33:42
2422         Log: Subject: [PATCH @15470] pack('w') 64-bit buffer overflow
2423              From: Dave Mitchell <davem@fdgroup.com>
2424              Date: Sun, 24 Mar 2002 22:23:08 +0000
2425              Message-ID: <20020324222308.B21963@fdgroup.com>
2426      Branch: perl
2427            ! pp_pack.c
2428 ____________________________________________________________________________
2429 [ 15477] By: jhi                                   on 2002/03/24  21:19:45
2430         Log: Subject: [PATCH @15450] errno help for VMS
2431              From: "Craig A. Berry" <craigberry@mac.com>
2432              Date: Sun, 24 Mar 2002 16:17:52 -0600
2433              Message-Id: <a05101509b8c3fd17e26c@[172.16.52.1]>
2434      Branch: perl
2435            ! ext/POSIX/t/posix.t vms/vms.c
2436 ____________________________________________________________________________
2437 [ 15476] By: jhi                                   on 2002/03/24  21:18:45
2438         Log: Upgrade to Locale::Codes 2.03.
2439      Branch: perl
2440            ! lib/Locale/Codes/ChangeLog lib/Locale/Codes/README
2441            ! lib/Locale/Country.pm
2442 ____________________________________________________________________________
2443 [ 15475] By: jhi                                   on 2002/03/24  20:36:46
2444         Log: metaconfig unit change for #15474.
2445      Branch: metaconfig/U/perl
2446            ! Extensions.U
2447 ____________________________________________________________________________
2448 [ 15474] By: jhi                                   on 2002/03/24  20:35:49
2449         Log: The #15472 said "properly".  Ha!
2450      Branch: perl
2451            ! Configure
2452 ____________________________________________________________________________
2453 [ 15473] By: jhi                                   on 2002/03/24  20:17:37
2454         Log: metaconfig unit change for #15472.
2455      Branch: metaconfig/U/perl
2456            ! Extensions.U
2457 ____________________________________________________________________________
2458 [ 15472] By: jhi                                   on 2002/03/24  20:16:56
2459         Log: Properly scan for the subextensions of Encode
2460              when doing static builds.
2461      Branch: perl
2462            ! Configure
2463 ____________________________________________________________________________
2464 [ 15471] By: jhi                                   on 2002/03/24  19:58:38
2465         Log: Tru64: Document the known odbm failure with static builds.
2466      Branch: perl
2467            ! README.tru64
2468 ____________________________________________________________________________
2469 [ 15470] By: jhi                                   on 2002/03/24  17:56:01
2470         Log: microperl tweaks.
2471      Branch: perl
2472            ! Makefile.micro locale.c util.c
2473 ____________________________________________________________________________
2474 [ 15469] By: jhi                                   on 2002/03/24  17:32:36
2475         Log: metaconfig unit changes for #15468.
2476      Branch: metaconfig
2477            ! U/compline/i_time.U U/modified/Init.U U/modified/Loc.U
2478            ! U/modified/libc.U U/modified/libs.U
2479            ! U/threads/d_pthread_atfork.U
2480 ____________________________________________________________________________
2481 [ 15468] By: jhi                                   on 2002/03/24  17:32:05
2482         Log: Various metaconfig unit cleanup; only one visible change
2483              in Configure, though.
2484      Branch: perl
2485            ! Configure
2486 ____________________________________________________________________________
2487 [ 15467] By: jhi                                   on 2002/03/24  15:53:59
2488         Log: Upgrade to Encode 0.98, from Dan Kogai.
2489      Branch: perl
2490            + ext/Encode/lib/Encode/EncFormat.pod
2491            + ext/Encode/lib/Encode/JP/ISO_2022_JP_1.pm
2492            - ext/Encode/lib/EncodeFormat.pod
2493            ! MANIFEST ext/Encode/CN/CN.pm ext/Encode/Changes
2494            ! ext/Encode/Encode.pm ext/Encode/JP/JP.pm ext/Encode/KR/KR.pm
2495            ! ext/Encode/MANIFEST ext/Encode/TW/TW.pm
2496            ! ext/Encode/lib/Encode/Alias.pm
2497            ! ext/Encode/lib/Encode/Details.pod
2498            ! ext/Encode/lib/Encode/JP/ISO_2022_JP.pm
2499            ! ext/Encode/lib/Encode/JP/JIS.pm
2500            ! ext/Encode/lib/Encode/Supported.pod ext/Encode/t/Aliases.t
2501 ____________________________________________________________________________
2502 [ 15466] By: jhi                                   on 2002/03/24  13:58:44
2503         Log: Integrate perlio;
2504              
2505              Avoid core-dump in Encode with PERLIO=mmap
2506      Branch: perl
2507           !> ext/Encode/Encode.xs
2508 ____________________________________________________________________________
2509 [ 15465] By: jhi                                   on 2002/03/24  13:51:15
2510         Log: In the spirit of #15464.
2511      Branch: perl
2512            ! perl.c sv.c
2513 ____________________________________________________________________________
2514 [ 15464] By: jhi                                   on 2002/03/24  13:49:02
2515         Log: Subject: [PATCH] Re: [ID 20020323.002] recently-introduced regex segfault    
2516              From: Michael G Schwern <schwern@pobox.com>
2517              Date: Sun, 24 Mar 2002 02:27:25 -0500
2518              Message-ID: <20020324072725.GA3554@blackrider>
2519      Branch: perl
2520            ! perl.c
2521 ____________________________________________________________________________
2522 [ 15463] By: nick                                  on 2002/03/24  10:24:41
2523         Log: Integrate mainline
2524      Branch: perlio
2525           +> (branch 28 files)
2526            - lib/bigfloat.t lib/bigint.t
2527           !> (integrate 59 files)
2528 ____________________________________________________________________________
2529 [ 15462] By: nick                                  on 2002/03/24  08:59:35
2530         Log: Avoid core-dump in Encode with PERLIO=mmap
2531      Branch: perlio
2532            ! ext/Encode/Encode.xs
2533 ____________________________________________________________________________
2534 [ 15461] By: nick                                  on 2002/03/24  08:58:21
2535         Log: Too many machines doing integrate mainline
2536      Branch: perlio
2537           !> Changes Configure lib/AutoSplit.t
2538           !> lib/Test/Simple/t/fail-more.t patchlevel.h pod/perldelta.pod
2539           !> pod/perldiag.pod pod/perlfaq3.pod pod/perlfaq4.pod
2540           !> pod/perlfaq5.pod pod/perlfaq6.pod pod/perlmodstyle.pod
2541           !> pp_ctl.c reentr.h reentr.pl t/op/override.t
2542 ____________________________________________________________________________
2543 [ 15460] By: jhi                                   on 2002/03/24  04:57:48
2544         Log: Retract Math::BigInt::Lite for now, seems to confuse
2545              bignum and bigrat.
2546      Branch: perl
2547            - lib/Math/BigInt/Lite.pm lib/Math/BigInt/t/lite.t
2548            ! MANIFEST
2549 ____________________________________________________________________________
2550 [ 15459] By: jhi                                   on 2002/03/24  04:48:19
2551         Log: Subject: [PATCH @15450] extend use of home-grown kill() on VMS
2552              From: "Craig A. Berry" <craigberry@mac.com>
2553              Date: Sat, 23 Mar 2002 23:23:00 -0600
2554              Message-Id: <a05101504b8c30e72f3e4@[172.16.52.1]>       
2555      Branch: perl
2556            ! configure.com vms/vms.c
2557 ____________________________________________________________________________
2558 [ 15458] By: jhi                                   on 2002/03/24  04:46:37
2559         Log: Subject: [PATCH] Simplified untested module testing, plus Extutils::MM_NW5 not compiling
2560              From: Michael G Schwern <schwern@pobox.com>
2561              Date: Sat, 23 Mar 2002 21:32:32 -0500
2562              Message-ID: <20020324023232.GA29972@blackrider>
2563              
2564              (with Russ Allbery's simplifications)
2565      Branch: perl
2566            ! lib/ExtUtils/MM_NW5.pm t/lib/1_compile.t
2567 ____________________________________________________________________________
2568 [ 15457] By: jhi                                   on 2002/03/24  00:28:47
2569         Log: Merge Math::BigInt::Lite 0.08, from Tels.
2570      Branch: perl
2571            + lib/Math/BigInt/Lite.pm lib/Math/BigInt/t/lite.t
2572            ! MANIFEST
2573 ____________________________________________________________________________
2574 [ 15456] By: jhi                                   on 2002/03/24  00:23:49
2575         Log: Too chatty.
2576      Branch: perl
2577            ! lib/bigint.pm lib/bignum.pm lib/bigrat.pm
2578 ____________________________________________________________________________
2579 [ 15455] By: jhi                                   on 2002/03/24  00:21:07
2580         Log: Merge bignum 0.10, from Tels.
2581      Branch: perl
2582            + lib/Math/BigFloat/Trace.pm lib/Math/BigInt/Trace.pm
2583            + lib/bigint.pm lib/bignum.pm lib/bignum/t/bigint.t
2584            + lib/bignum/t/bignum.t lib/bignum/t/bigrat.t
2585            + lib/bignum/t/bn_lite.t lib/bignum/t/br_lite.t
2586            + lib/bignum/t/option_a.t lib/bignum/t/option_l.t
2587            + lib/bignum/t/option_p.t lib/bignum/t/trace.t lib/bigrat.pm
2588            ! MANIFEST
2589 ____________________________________________________________________________
2590 [ 15454] By: jhi                                   on 2002/03/23  23:58:44
2591         Log: Rename the Perl 4 tests in preparation of bignum.
2592      Branch: perl
2593            + lib/bigfloatpl.t lib/bigintpl.t
2594            - lib/bigfloat.t lib/bigint.t
2595            ! MANIFEST
2596 ____________________________________________________________________________
2597 [ 15453] By: jhi                                   on 2002/03/23  23:07:04
2598         Log: Merge Math::BigRat 0.04, from Tels.
2599      Branch: perl
2600            + lib/Math/BigRat.pm lib/Math/BigRat/t/bigfltpm.inc
2601            + lib/Math/BigRat/t/bigfltrt.t lib/Math/BigRat/t/bigrat.t
2602            + lib/Math/BigRat/t/bigratpm.inc lib/Math/BigRat/t/bigratpm.t
2603            + t/lib/Math/BigRat/Test.pm
2604            ! MANIFEST
2605 ____________________________________________________________________________
2606 [ 15452] By: jhi                                   on 2002/03/23  21:44:23
2607         Log: Subject: [PATCH@15439] tidy sv.[ch] after CRIPPLED_CC removal
2608              From: Dave Mitchell <davem@fdgroup.com>
2609              Date: Sat, 23 Mar 2002 22:27:24 +0000
2610              Message-ID: <20020323222724.A19425@fdgroup.com>
2611      Branch: perl
2612            ! embed.fnc embed.h global.sym pod/perlapi.pod proto.h sv.c sv.h
2613 ____________________________________________________________________________
2614 [ 15451] By: jhi                                   on 2002/03/23  21:40:02
2615         Log: Forgotten.
2616      Branch: perl
2617            ! ext/Unicode/Normalize/README
2618 ____________________________________________________________________________
2619 [ 15450] By: jhi                                   on 2002/03/23  21:00:05
2620         Log: Update Changes.
2621      Branch: perl
2622            ! Changes patchlevel.h
2623 ____________________________________________________________________________
2624 [ 15449] By: jhi                                   on 2002/03/23  20:44:57
2625         Log: Subject: perldoc -m [PATCH]
2626              From: "John L. Allen" <allen@grumman.com>
2627              Date: Fri, 22 Mar 2002 15:38:35 -0500 (EST)
2628              Message-ID: <Pine.SOL.3.91.1020322151516.25645A-100000@gateway.grumman.com>    
2629      Branch: perl
2630            ! utils/perldoc.PL
2631 ____________________________________________________________________________
2632 [ 15448] By: jhi                                   on 2002/03/23  20:42:30
2633         Log: Subject: Re: Copious warnings from Sys::Syslog
2634              From: andreas.koenig@anima.de (Andreas J. Koenig)
2635              Date: Sat, 23 Mar 2002 06:47:08 +0100
2636              Message-ID: <m31yebvns3.fsf@anima.de>
2637      Branch: perl
2638            ! ext/Sys/Syslog/Syslog.pm
2639 ____________________________________________________________________________
2640 [ 15447] By: jhi                                   on 2002/03/23  20:34:43
2641         Log: Upgrade to Math::BigInt 1.55, from Tels.
2642      Branch: perl
2643            + lib/Math/BigInt/t/mbi_rand.t lib/Math/BigInt/t/use_lib1.t
2644            + lib/Math/BigInt/t/use_lib2.t lib/Math/BigInt/t/use_lib3.t
2645            + lib/Math/BigInt/t/use_lib4.t
2646            ! MANIFEST lib/Math/BigFloat.pm lib/Math/BigInt.pm
2647            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bare_mbf.t
2648            ! lib/Math/BigInt/t/bare_mbi.t lib/Math/BigInt/t/bigfltpm.inc
2649            ! lib/Math/BigInt/t/bigfltpm.t lib/Math/BigInt/t/bigintpm.inc
2650            ! lib/Math/BigInt/t/bigintpm.t lib/Math/BigInt/t/config.t
2651            ! lib/Math/BigInt/t/constant.t lib/Math/BigInt/t/sub_mbf.t
2652            ! lib/Math/BigInt/t/sub_mbi.t lib/Math/BigInt/t/upgrade.inc
2653            ! lib/Math/BigInt/t/upgrade.t
2654 ____________________________________________________________________________
2655 [ 15446] By: jhi                                   on 2002/03/23  19:50:02
2656         Log: Upgrade to Encode 0.97, from Dan Kogai.
2657      Branch: perl
2658            ! ext/Encode/AUTHORS ext/Encode/Byte/Makefile.PL
2659            ! ext/Encode/CN/CN.pm ext/Encode/CN/Makefile.PL
2660            ! ext/Encode/Changes ext/Encode/EBCDIC/Makefile.PL
2661            ! ext/Encode/Encode.pm ext/Encode/Encode.xs
2662            ! ext/Encode/JP/Makefile.PL ext/Encode/KR/KR.pm
2663            ! ext/Encode/KR/Makefile.PL ext/Encode/Makefile.PL
2664            ! ext/Encode/Symbol/Makefile.PL ext/Encode/TW/Makefile.PL
2665            ! ext/Encode/TW/TW.pm ext/Encode/compile ext/Encode/t/CN.t
2666            ! ext/Encode/t/Encode.t ext/Encode/t/JP.t ext/Encode/t/TW.t
2667            ! ext/Encode/t/Tcl.t
2668 ____________________________________________________________________________
2669 [ 15445] By: jhi                                   on 2002/03/23  17:33:08
2670         Log: Slight tweaks on #15443.
2671      Branch: perl
2672            ! pod/perlvar.pod
2673 ____________________________________________________________________________
2674 [ 15444] By: nick                                  on 2002/03/23  17:30:42
2675         Log: Integrate mainline
2676      Branch: perlio
2677           +> ext/Encode/Byte/Byte.pm ext/Encode/Byte/Makefile.PL
2678           +> ext/Encode/EBCDIC/EBCDIC.pm ext/Encode/EBCDIC/Makefile.PL
2679           +> ext/Encode/Symbol/Makefile.PL ext/Encode/Symbol/Symbol.pm
2680           !> (integrate 50 files)
2681 ____________________________________________________________________________
2682 [ 15443] By: jhi                                   on 2002/03/23  17:30:09
2683         Log: Subject: patch [bleadperl]: Document %! special variable
2684              From: mjd@plover.com
2685              Date: 23 Mar 2002 18:25:44 -0000
2686              Message-ID: <20020323182544.11741.qmail@plover.com>    
2687      Branch: perl
2688            ! pod/perlvar.pod
2689 ____________________________________________________________________________
2690 [ 15442] By: jhi                                   on 2002/03/23  17:17:47
2691         Log: Since the Encode::JP is unsupported under EBCDIC we
2692              cannot run this test (aliases as such should work fine).
2693      Branch: perl
2694            ! ext/Encode/t/Aliases.t
2695 ____________________________________________________________________________
2696 [ 15441] By: jhi                                   on 2002/03/23  17:15:15
2697         Log: EBCDIC: the sorting order is different under
2698              byte-EBCDIC and Unicode.
2699      Branch: perl
2700            ! t/op/utfhash.t
2701 ____________________________________________________________________________
2702 [ 15440] By: jhi                                   on 2002/03/23  17:09:17
2703         Log: EBCDIC: the character codes are different.
2704      Branch: perl
2705            ! lib/Pod/t/pod2html-lib.pl
2706 ____________________________________________________________________________
2707 [ 15439] By: jhi                                   on 2002/03/23  03:05:11
2708         Log: Purify: #15434 got the test the wrong.
2709              (Is there an approved way of testing "is this an unop"?)
2710      Branch: perl
2711            ! op.c
2712 ____________________________________________________________________________
2713 [ 15438] By: jhi                                   on 2002/03/23  01:40:53
2714         Log: Purify: Array bounds read: could read one character past the end.
2715      Branch: perl
2716            ! pp_pack.c
2717 ____________________________________________________________________________
2718 [ 15437] By: jhi                                   on 2002/03/23  01:22:10
2719         Log: Purify: Array bounds read: reading one byte before the buffer.
2720      Branch: perl
2721            ! util.c
2722 ____________________________________________________________________________
2723 [ 15436] By: jhi                                   on 2002/03/23  01:14:24
2724         Log: Purify: Unitialized memory read.  Too many code paths
2725              to keep track of, I guess.
2726      Branch: perl
2727            ! sv.c
2728 ____________________________________________________________________________
2729 [ 15435] By: jhi                                   on 2002/03/23  01:00:31
2730         Log: Purify: Array bounds write: pre-extend the strxfrm
2731              buffer by a factor of four (suggested maximum by HP-UX;
2732              Solaris suggests using 1 + strxfrm(NULL, s, 0) but I don't
2733              know how portable that is; locale.c uses yet another trick
2734              (not a particularly good trick, I might add))
2735      Branch: perl
2736            ! ext/POSIX/POSIX.xs
2737 ____________________________________________________________________________
2738 [ 15434] By: jhi                                   on 2002/03/23  00:48:23
2739         Log: Purify: Array bounds read: o->op_last was accessed
2740              for unops (via newUNOP() and ck_eof()).
2741              (analysis okay, patch bad: see #15439)
2742      Branch: perl
2743            ! op.c
2744 ____________________________________________________________________________
2745 [ 15433] By: jhi                                   on 2002/03/22  23:19:34
2746         Log: Subject: [PATCH] vms/test.com, File::Find tests
2747              From: "Craig A. Berry" <craigberry@mac.com>
2748              Date: Fri, 22 Mar 2002 16:52:59 -0600
2749              Message-Id: <5.1.0.14.2.20020322162822.01ad96b8@exchi01>
2750      Branch: perl
2751            ! vms/test.com
2752 ____________________________________________________________________________
2753 [ 15432] By: jhi                                   on 2002/03/22  23:18:44
2754         Log: Subject: [PATCH] Re: [ID 20020322.002] install man errors
2755              From: Michael G Schwern <schwern@pobox.com>
2756              Date: Fri, 22 Mar 2002 18:08:19 -0500
2757              Message-ID: <20020322230819.GB16454@blackrider>
2758      Branch: perl
2759            ! ext/Sys/Syslog/Syslog.pm
2760 ____________________________________________________________________________
2761 [ 15431] By: jhi                                   on 2002/03/22  21:52:56
2762         Log: Update the information on Encode.
2763      Branch: perl
2764            ! pod/perldelta.pod
2765 ____________________________________________________________________________
2766 [ 15430] By: jhi                                   on 2002/03/22  21:48:28
2767         Log: Upgrade to Encode 0.96, from Dan Kogai.
2768      Branch: perl
2769            + ext/Encode/Byte/Byte.pm ext/Encode/Byte/Makefile.PL
2770            + ext/Encode/EBCDIC/EBCDIC.pm ext/Encode/EBCDIC/Makefile.PL
2771            + ext/Encode/Symbol/Makefile.PL ext/Encode/Symbol/Symbol.pm
2772            ! MANIFEST ext/Encode/AUTHORS ext/Encode/CN/CN.pm
2773            ! ext/Encode/Changes ext/Encode/Encode.pm ext/Encode/Encode.xs
2774            ! ext/Encode/JP/JP.pm ext/Encode/KR/KR.pm ext/Encode/MANIFEST
2775            ! ext/Encode/Makefile.PL ext/Encode/TW/TW.pm
2776            ! ext/Encode/lib/Encode/Alias.pm
2777            ! ext/Encode/lib/Encode/Encoding.pm
2778            ! ext/Encode/lib/Encode/Internal.pm
2779            ! ext/Encode/lib/Encode/Supported.pod ext/Encode/t/Aliases.t
2780 ____________________________________________________________________________
2781 [ 15429] By: jhi                                   on 2002/03/22  20:52:18
2782         Log: Subject: [PATCH] h2xs.t fix for VMS
2783              From: "Craig A. Berry" <craigberry@mac.com>
2784              Date: Fri, 22 Mar 2002 15:47:38 -0600
2785              Message-Id: <5.1.0.14.2.20020322154432.01ad4930@exchi01>
2786      Branch: perl
2787            ! lib/h2xs.t
2788 ____________________________________________________________________________
2789 [ 15428] By: jhi                                   on 2002/03/22  20:50:42
2790         Log: One more pass.
2791      Branch: perl
2792            ! epoc/config.sh
2793 ____________________________________________________________________________
2794 [ 15427] By: jhi                                   on 2002/03/22  20:46:43
2795         Log: Even better version from Olaf Flebbe.
2796      Branch: perl
2797            ! epoc/config.sh pp_sys.c util.c
2798 ____________________________________________________________________________
2799 [ 15426] By: jhi                                   on 2002/03/22  20:34:28
2800         Log: EPOC update from Olaf Flebbe.
2801      Branch: perl
2802            ! epoc/config.sh epoc/createpkg.pl epoc/epoc.c epoc/epoc_stubs.c
2803            ! epoc/epocish.c epoc/epocish.h pp_sys.c util.c
2804 ____________________________________________________________________________
2805 [ 15425] By: jhi                                   on 2002/03/22  20:03:33
2806         Log: Tweak from John P. Linderman.
2807      Branch: perl
2808            ! pod/perlhack.pod
2809 ____________________________________________________________________________
2810 [ 15424] By: jhi                                   on 2002/03/22  17:08:36
2811         Log: Subject: [PATCH pod/perlfunc.pod] doc fix
2812              From: Stas Bekman <stas@stason.org>
2813              Date: Sat, 23 Mar 2002 01:42:44 +0800 (SGT)
2814              Message-ID: <Pine.LNX.4.44.0203230138520.8695-100000@hope.stason.org>
2815      Branch: perl
2816            ! pod/perlfunc.pod
2817 ____________________________________________________________________________
2818 [ 15423] By: jhi                                   on 2002/03/22  17:06:42
2819         Log: Subject: [PATCH] check sysconf's return value in reentr.c
2820              From: <slaven.rezic@berlin.de>
2821              Date: Fri, 22 Mar 2002 18:30:36 +0100
2822              Message-Id: <20020322173246.SOLG27460.mailoutvl21@[192.168.139.30]>
2823              
2824              (plus use 4k instead 2k as the "usual" size)
2825      Branch: perl
2826            ! reentr.c reentr.pl
2827 ____________________________________________________________________________
2828 [ 15422] By: jhi                                   on 2002/03/22  15:23:38
2829         Log: Update Changes.
2830      Branch: perl
2831            ! Changes patchlevel.h
2832 ____________________________________________________________________________
2833 [ 15421] By: jhi                                   on 2002/03/22  15:18:30
2834         Log: Forgot from #15416.
2835      Branch: perl
2836            ! pod/perlfaq3.pod
2837 ____________________________________________________________________________
2838 [ 15420] By: jhi                                   on 2002/03/22  15:15:37
2839         Log: Subject: Re: Argument "1.23_45" isn't numeric in subroutine entry
2840              From: andreas.koenig@anima.de (Andreas J. Koenig)
2841              Date: Fri, 22 Mar 2002 16:27:51 +0100
2842              Message-ID: <m3n0x0vczs.fsf@anima.de>
2843      Branch: perl
2844            ! pod/perlmodstyle.pod
2845 ____________________________________________________________________________
2846 [ 15419] By: jhi                                   on 2002/03/22  15:14:42
2847         Log: metaconfig unit changes for #15418.
2848      Branch: metaconfig
2849            ! U/threads/d_asctime_r.U U/threads/d_crypt_r.U
2850            ! U/threads/d_ctermid_r.U U/threads/d_ctime_r.U
2851            ! U/threads/d_drand48_r.U U/threads/d_endgrent_r.U
2852            ! U/threads/d_endhostent_r.U U/threads/d_endnetent_r.U
2853            ! U/threads/d_endprotoent_r.U U/threads/d_endpwent_r.U
2854            ! U/threads/d_endservent_r.U U/threads/d_getgrent_r.U
2855            ! U/threads/d_getgrgid_r.U U/threads/d_getgrnam_r.U
2856            ! U/threads/d_gethostbyaddr_r.U U/threads/d_gethostbyname_r.U
2857            ! U/threads/d_gethostent_r.U U/threads/d_getlogin_r.U
2858            ! U/threads/d_getnetbyaddr_r.U U/threads/d_getnetbyname_r.U
2859            ! U/threads/d_getnetent_r.U U/threads/d_getprotobyname_r.U
2860            ! U/threads/d_getprotobynumber_r.U U/threads/d_getprotoent_r.U
2861            ! U/threads/d_getpwent_r.U U/threads/d_getpwnam_r.U
2862            ! U/threads/d_getpwuid_r.U U/threads/d_getservbyname_r.U
2863            ! U/threads/d_getservbyport_r.U U/threads/d_getservent_r.U
2864            ! U/threads/d_getspnam_r.U U/threads/d_gmtime_r.U
2865            ! U/threads/d_localtime_r.U U/threads/d_random_r.U
2866            ! U/threads/d_readdir64_r.U U/threads/d_readdir_r.U
2867            ! U/threads/d_setgrent_r.U U/threads/d_sethostent_r.U
2868            ! U/threads/d_setlocale_r.U U/threads/d_setnetent_r.U
2869            ! U/threads/d_setprotoent_r.U U/threads/d_setpwent_r.U
2870            ! U/threads/d_setservent_r.U U/threads/d_srand48_r.U
2871            ! U/threads/d_srandom_r.U U/threads/d_strerror_r.U
2872            ! U/threads/d_tmpnam_r.U U/threads/d_ttyname_r.U
2873 ____________________________________________________________________________
2874 [ 15418] By: jhi                                   on 2002/03/22  15:14:09
2875         Log: The I_CSD, I_S, and V_S had wrong recepting datatype.
2876              Also, there's no i_stdio.
2877      Branch: perl
2878            ! Configure reentr.h reentr.pl
2879 ____________________________________________________________________________
2880 [ 15417] By: jhi                                   on 2002/03/22  15:07:33
2881         Log: Document a known AIX warning.
2882      Branch: perl
2883            ! pod/perldelta.pod
2884 ____________________________________________________________________________
2885 [ 15416] By: jhi                                   on 2002/03/22  15:03:05
2886         Log: Undo #15415, allow the faq people to catch up first.
2887      Branch: perl
2888            ! pod/perlfaq4.pod pod/perlfaq5.pod pod/perlfaq6.pod
2889 ____________________________________________________________________________
2890 [ 15415] By: jhi                                   on 2002/03/22  13:30:38
2891         Log: FAQ sync.
2892      Branch: perl
2893            ! pod/perlfaq3.pod pod/perlfaq5.pod pod/perlfaq6.pod
2894 ____________________________________________________________________________
2895 [ 15414] By: jhi                                   on 2002/03/22  13:25:17
2896         Log: Subject: Re: Change 15398: Assuming the Apache 1.3 -D_GNU_SOURCE problem       
2897              From: andreas.koenig@anima.de (Andreas J. Koenig)
2898              Date: Fri, 22 Mar 2002 15:16:19 +0100
2899              Message-ID: <m38z8kwuvg.fsf@anima.de>
2900              
2901              (plus reformat)
2902      Branch: perl
2903            ! pod/perldelta.pod
2904 ____________________________________________________________________________
2905 [ 15413] By: jhi                                   on 2002/03/22  13:20:48
2906         Log: Integrate perlio;
2907              
2908              Fix [ID 20020318.003] cannot open STDOUT into in memory variable
2909              
2910              Check for sanity of UTF-8 keys in hashes
2911      Branch: perl
2912           +> t/op/utfhash.t
2913           !> MANIFEST doio.c
2914 ____________________________________________________________________________
2915 [ 15412] By: nick                                  on 2002/03/22  10:50:53
2916         Log: Check for sanity of UTF-8 keys in hashes
2917              (feel free to add more tests...)
2918      Branch: perlio
2919            + t/op/utfhash.t
2920            ! MANIFEST
2921 ____________________________________________________________________________
2922 [ 15411] By: ams                                   on 2002/03/22  08:36:33
2923         Log: Revert #15200 for backwards compatiblity reasons.
2924      Branch: perl
2925            ! lib/AutoSplit.t lib/Test/Simple/t/fail-more.t pod/perldiag.pod
2926            ! pp_ctl.c t/op/override.t
2927 ____________________________________________________________________________
2928 [ 15410] By: nick                                  on 2002/03/22  07:47:41
2929         Log: Fix [ID 20020318.003] cannot open STDOUT into in memory variable
2930              - when (e.g.) STDOUT is char special file and gets IoOFP
2931              created - do _NOT_ pass num_svs as that fopen-s stringified
2932              glob, and not fdopen-s the fd.
2933      Branch: perlio
2934            ! doio.c
2935 ____________________________________________________________________________
2936 [ 15409] By: nick                                  on 2002/03/22  07:19:33
2937         Log: Integrate mainline
2938      Branch: perlio
2939           +> ext/Encode/Encode/ibm-1250.ucm ext/Encode/Encode/ibm-1251.ucm
2940           +> ext/Encode/Encode/ibm-1252.ucm ext/Encode/Encode/ibm-1253.ucm
2941           +> ext/Encode/Encode/ibm-1254.ucm ext/Encode/Encode/ibm-1255.ucm
2942           +> ext/Encode/Encode/ibm-1256.ucm ext/Encode/Encode/ibm-1257.ucm
2943           +> ext/Encode/Encode/ibm-1258.ucm ext/Encode/lib/Encode/Alias.pm
2944           +> ext/Encode/lib/Encode/Details.pod
2945           +> ext/Encode/lib/Encode/Supported.pod ext/Encode/t/Aliases.t
2946           +> lib/Pod/t/htmlescp.pod lib/Pod/t/htmlescp.t
2947           +> lib/Pod/t/htmlview.pod lib/Pod/t/htmlview.t
2948           +> lib/Pod/t/pod2html-lib.pl
2949            - ext/Encode/lib/Encode/Description.pod ext/Encode/t/CJKalias.t
2950           !> (integrate 39 files)
2951 ____________________________________________________________________________
2952 [ 15408] By: jhi                                   on 2002/03/22  04:09:19
2953         Log: Win32 tweak from mjd.
2954      Branch: perl
2955            ! lib/Tie/File.pm
2956 ____________________________________________________________________________
2957 [ 15407] By: jhi                                   on 2002/03/22  04:07:13
2958         Log: If Unicode keys are entered to a hash, a bit is turned on.
2959              If the bit is on, when the keys are fetched from the hash
2960              (%h, each %h, keys %h), the Unicodified versions of the keys
2961              are returned if needed.  This solution errs on the size of
2962              over-Unicodifying, the old solution erred on the side of
2963              under-Unicodifying.  As long as the hash keys can be a mix
2964              of byte and Unicode strings, a perfect fit is hard to come by.
2965      Branch: perl
2966            ! doop.c dump.c ext/Devel/Peek/Peek.t hv.c hv.h
2967            ! pod/perlunicode.pod pp.c sv.h t/op/pat.t
2968 ____________________________________________________________________________
2969 [ 15406] By: jhi                                   on 2002/03/22  01:21:57
2970         Log: Subject: Re: Change 15398: Assuming the Apache 1.3 -D_GNU_SOURCE problem
2971              From: Mike Guy <mjtg@cam.ac.uk>
2972              Date: Fri, 22 Mar 2002 02:08:20 +0000
2973              Message-Id: <E16oETc-0000vE-00@virgo.cus.cam.ac.uk>
2974      Branch: perl
2975            ! pod/perldelta.pod
2976 ____________________________________________________________________________
2977 [ 15405] By: jhi                                   on 2002/03/21  23:13:44
2978         Log: PM_SETRE() fallout.
2979      Branch: perl
2980            ! ext/ByteLoader/bytecode.h
2981 ____________________________________________________________________________
2982 [ 15404] By: jhi                                   on 2002/03/21  22:54:42
2983         Log: Subject: [PATCH pod/perlxs.pod] doc fix
2984              From: Stas Bekman <stas@stason.org>
2985              Date: Thu, 21 Mar 2002 18:47:35 +0800
2986              Message-ID: <3C99BA47.9010403@stason.org>
2987      Branch: perl
2988            ! pod/perlxs.pod
2989 ____________________________________________________________________________
2990 [ 15403] By: jhi                                   on 2002/03/21  22:53:11
2991         Log: Subject: [PATCH]
2992              From: Slaven Rezic <slaven.rezic@berlin.de>
2993              Date: 21 Mar 2002 10:19:23 +0100
2994              Message-ID: <87n0x2wa5g.fsf@vran.herceg.de>
2995              
2996              Disable gethostbyaddr_r for all 4.x FreeBSD versions.
2997      Branch: perl
2998            ! hints/freebsd.sh
2999 ____________________________________________________________________________
3000 [ 15402] By: jhi                                   on 2002/03/21  22:50:19
3001         Log: Subject: Storable is inefficient retreiving large hashes [PATCH]
3002              From: Tim Bunce <Tim.Bunce@pobox.com>
3003              Date: Thu, 21 Mar 2002 21:18:05 +0000
3004              Message-ID: <20020321211805.E25276@dansat.data-plan.com>
3005      Branch: perl
3006            ! ext/Storable/Storable.xs
3007 ____________________________________________________________________________
3008 [ 15401] By: jhi                                   on 2002/03/21  20:48:52
3009         Log: Reword the Apache^Wmod_perl bit so that Sarathy
3010              can sleep easier :-)
3011      Branch: perl
3012            ! pod/perldelta.pod
3013 ____________________________________________________________________________
3014 [ 15400] By: jhi                                   on 2002/03/21  20:19:31
3015         Log: It seems that the strange failure (core dump) of
3016              t/uni/fold.t on ithreads Solaris builds is a gcc bug:
3017              (1) using Sun's cc helps
3018              (2) rewriting the ithreads PM_SETRE() to do the
3019              setting in two steps helps
3020              (3) no other platforms have the crash
3021              (4) Tru64's Third Degree sees nothing evil
3022              So we implement (2).
3023      Branch: perl
3024            ! op.h
3025 ____________________________________________________________________________
3026 [ 15399] By: jhi                                   on 2002/03/21  20:09:23
3027         Log: Solaris: default to the SUNwspro cc if it is available.
3028      Branch: perl
3029            ! hints/solaris_2.sh
3030 ____________________________________________________________________________
3031 [ 15398] By: jhi                                   on 2002/03/21  18:41:57
3032         Log: Assuming the Apache 1.3 -D_GNU_SOURCE problem
3033              does not get fixed in time.
3034      Branch: perl
3035            ! pod/perldelta.pod
3036 ____________________________________________________________________________
3037 [ 15397] By: jhi                                   on 2002/03/21  18:19:53
3038         Log: Subject: [PATCH@15387] -DCRIPPLED_CC RIP
3039              From: Dave Mitchell <davem@fdgroup.com>
3040              Date: Thu, 21 Mar 2002 17:24:40 +0000
3041              Message-ID: <20020321172440.C13683@fdgroup.com>
3042      Branch: perl
3043            ! INSTALL embed.fnc embed.h ext/Devel/PPPort/PPPort.pm gv.c gv.h
3044            ! pod/perlapi.pod proto.h sv.h toke.c
3045 ____________________________________________________________________________
3046 [ 15396] By: jhi                                   on 2002/03/21  18:00:51
3047         Log: One more proto escapee.
3048      Branch: perl
3049            ! hints/linux.sh
3050 ____________________________________________________________________________
3051 [ 15395] By: jhi                                   on 2002/03/21  17:56:57
3052         Log: metaconfig unit change for #15394.
3053      Branch: metaconfig/U/perl
3054            ! Checkcc.U
3055 ____________________________________________________________________________
3056 [ 15394] By: jhi                                   on 2002/03/21  17:56:34
3057         Log: Subject: [PATCH Configure] must do -Dcc=gcc with -Dusethreads
3058              From: Robin Barker <rmb1@cise.npl.co.uk>
3059              Date: Thu, 21 Mar 2002 17:35:00 GMT
3060              Message-Id: <200203211735.RAA15135@tempest.npl.co.uk>
3061      Branch: perl
3062            ! Configure
3063 ____________________________________________________________________________
3064 [ 15393] By: jhi                                   on 2002/03/21  17:36:06
3065         Log: Subject: Re: [tests for Pod::Html]
3066              From: Stas Bekman <stas@stason.org>
3067              Date: Fri, 22 Mar 2002 01:28:03 +0800 (SGT)
3068              Message-ID: <Pine.LNX.4.44.0203220126250.29991-100000@hope.stason.org>
3069      Branch: perl
3070            + lib/Pod/t/htmlview.pod lib/Pod/t/htmlview.t
3071            - t/pod2html/README
3072            ! MANIFEST lib/Pod/t/pod2html-lib.pl
3073 ____________________________________________________________________________
3074 [ 15392] By: jhi                                   on 2002/03/21  16:17:53
3075         Log: Subject: Re: [PATCH lib/Cwd.pm] fixing proto mismatch warning
3076              From: Stas Bekman <stas@stason.org>
3077              Date: Thu, 21 Mar 2002 18:50:56 +0800
3078              Message-ID: <3C99BB10.50004@stason.org>
3079      Branch: perl
3080            ! ext/Cwd/Cwd.xs
3081 ____________________________________________________________________________
3082 [ 15391] By: jhi                                   on 2002/03/21  16:16:57
3083         Log: Upgrade to Encode 0.95, from Dan Kogai.
3084      Branch: perl
3085            + ext/Encode/Encode/ibm-1250.ucm ext/Encode/Encode/ibm-1251.ucm
3086            + ext/Encode/Encode/ibm-1252.ucm ext/Encode/Encode/ibm-1253.ucm
3087            + ext/Encode/Encode/ibm-1254.ucm ext/Encode/Encode/ibm-1255.ucm
3088            + ext/Encode/Encode/ibm-1256.ucm ext/Encode/Encode/ibm-1257.ucm
3089            + ext/Encode/Encode/ibm-1258.ucm ext/Encode/lib/Encode/Alias.pm
3090            + ext/Encode/lib/Encode/Details.pod
3091            + ext/Encode/lib/Encode/Supported.pod ext/Encode/t/Aliases.t
3092            - ext/Encode/lib/Encode/Description.pod ext/Encode/t/CJKalias.t
3093            ! MANIFEST ext/Encode/AUTHORS ext/Encode/CN/CN.pm
3094            ! ext/Encode/Changes ext/Encode/Encode.pm ext/Encode/MANIFEST
3095            ! ext/Encode/Makefile.PL
3096 ____________________________________________________________________________
3097 [ 15390] By: jhi                                   on 2002/03/21  14:48:35
3098         Log: Mention the new syslog try-harder feature.
3099      Branch: perl
3100            ! pod/perldelta.pod
3101 ____________________________________________________________________________
3102 [ 15389] By: jhi                                   on 2002/03/21  14:44:56
3103         Log: metaconfig unit changes for #15388.
3104      Branch: metaconfig
3105            ! U/threads/d_asctime_r.U U/threads/d_crypt_r.U
3106            ! U/threads/d_ctermid_r.U U/threads/d_ctime_r.U
3107            ! U/threads/d_drand48_r.U U/threads/d_endgrent_r.U
3108            ! U/threads/d_endhostent_r.U U/threads/d_endnetent_r.U
3109            ! U/threads/d_endprotoent_r.U U/threads/d_endpwent_r.U
3110            ! U/threads/d_endservent_r.U U/threads/d_getgrent_r.U
3111            ! U/threads/d_getgrgid_r.U U/threads/d_getgrnam_r.U
3112            ! U/threads/d_gethostbyaddr_r.U U/threads/d_gethostbyname_r.U
3113            ! U/threads/d_gethostent_r.U U/threads/d_getlogin_r.U
3114            ! U/threads/d_getnetbyaddr_r.U U/threads/d_getnetbyname_r.U
3115            ! U/threads/d_getnetent_r.U U/threads/d_getprotobyname_r.U
3116            ! U/threads/d_getprotobynumber_r.U U/threads/d_getprotoent_r.U
3117            ! U/threads/d_getpwent_r.U U/threads/d_getpwnam_r.U
3118            ! U/threads/d_getpwuid_r.U U/threads/d_getservbyname_r.U
3119            ! U/threads/d_getservbyport_r.U U/threads/d_getservent_r.U
3120            ! U/threads/d_getspnam_r.U U/threads/d_gmtime_r.U
3121            ! U/threads/d_localtime_r.U U/threads/d_random_r.U
3122            ! U/threads/d_readdir64_r.U U/threads/d_readdir_r.U
3123            ! U/threads/d_setgrent_r.U U/threads/d_sethostent_r.U
3124            ! U/threads/d_setlocale_r.U U/threads/d_setnetent_r.U
3125            ! U/threads/d_setprotoent_r.U U/threads/d_setpwent_r.U
3126            ! U/threads/d_setservent_r.U U/threads/d_srand48_r.U
3127            ! U/threads/d_srandom_r.U U/threads/d_strerror_r.U
3128            ! U/threads/d_tmpnam_r.U U/threads/d_ttyname_r.U
3129 ____________________________________________________________________________
3130 [ 15388] By: jhi                                   on 2002/03/21  14:44:09
3131         Log: Subject: [PATCH @15373] More HP-UX/IA64 work
3132              From: Spider Boardman <spider@web.zk3.dec.com>
3133              Date: Thu, 21 Mar 2002 09:23:45 -0500
3134              Message-Id: <200203211423.JAA61178@leggy.zk3.dec.com>
3135      Branch: perl
3136            ! Configure hints/hpux.sh reentr.pl
3137 ____________________________________________________________________________
3138 [ 15387] By: jhi                                   on 2002/03/21  14:37:56
3139         Log: NetWare diff from C Aditya.
3140      Branch: perl
3141            ! perl.h
3142 ____________________________________________________________________________
3143 [ 15386] By: jhi                                   on 2002/03/21  14:36:05
3144         Log: The htmlview test doesn't work yet.
3145      Branch: perl
3146            + t/pod2html/README
3147            - lib/Pod/t/htmlview.pod lib/Pod/t/htmlview.t
3148            ! MANIFEST
3149 ____________________________________________________________________________
3150 [ 15385] By: jhi                                   on 2002/03/21  14:15:01
3151         Log: Placeholder.
3152      Branch: perl
3153            ! MANIFEST
3154 ____________________________________________________________________________
3155 [ 15384] By: jhi                                   on 2002/03/21  14:03:50
3156         Log: Integrate perlio: missing tabs in makefile.mk.
3157      Branch: perl
3158           !> win32/makefile.mk
3159 ____________________________________________________________________________
3160 [ 15383] By: jhi                                   on 2002/03/21  13:52:18
3161         Log: Subject: [tests for Pod::Html]
3162              From: Stas Bekman <stas@stason.org>
3163              Date: Tue, 19 Mar 2002 14:39:03 +0800 (SGT)
3164              Message-ID: <Pine.LNX.4.44.0203191437360.25475-100000@hope.stason.org>
3165      Branch: perl
3166            + lib/Pod/t/htmlescp.pod lib/Pod/t/htmlescp.t
3167            + lib/Pod/t/htmlview.pod lib/Pod/t/htmlview.t
3168            + lib/Pod/t/pod2html-lib.pl
3169            ! MANIFEST
3170 ____________________________________________________________________________
3171 [ 15382] By: nick                                  on 2002/03/21  07:21:57
3172         Log: Integrate mainline (Win2k/MinGW all ok except threads/t/end.t)
3173      Branch: perlio
3174           +> ext/Encode/AUTHORS ext/Encode/Changes
3175           +> ext/Encode/lib/Encode/Description.pod ext/Encode/t/CJKalias.t
3176           +> ext/Encode/t/jisx0208.euc ext/Encode/t/jisx0208.ref
3177           +> ext/Encode/t/jisx0212.euc ext/Encode/t/jisx0212.ref
3178           +> ext/I18N/Langinfo/fallback/const-c.inc
3179           +> ext/I18N/Langinfo/fallback/const-xs.inc
3180           +> lib/ExtUtils/t/Constant.t
3181            - ext/Encode/Encode/euc-jp-0212.enc
3182            - ext/Encode/lib/Encode/Tcl/Extended.pm ext/Encode/t/japanese.pl
3183            - ext/Encode/t/table.euc ext/Encode/t/table.ref
3184            - ext/I18N/Langinfo/fallback.xs lib/ExtUtils/t/ExtUtils.t
3185           !> (integrate 105 files)
3186 ____________________________________________________________________________
3187 [ 15381] By: nick                                  on 2002/03/21  06:59:57
3188         Log: Restore tabs so dmake will parse file!
3189      Branch: perlio
3190            ! win32/makefile.mk
3191 ____________________________________________________________________________
3192 [ 15380] By: jhi                                   on 2002/03/21  04:26:03
3193         Log: Upgrade to Unicode::Normalize 0.16.
3194      Branch: perl
3195            ! ext/Unicode/Normalize/Changes
3196            ! ext/Unicode/Normalize/Normalize.pm
3197 ____________________________________________________________________________
3198 [ 15379] By: jhi                                   on 2002/03/21  02:59:46
3199         Log: Schwern's wallet is a bit more loose.
3200      Branch: perl
3201            ! t/lib/1_compile.t
3202 ____________________________________________________________________________
3203 [ 15378] By: jhi                                   on 2002/03/20  21:57:22
3204         Log: Subject: [PATCH]
3205              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
3206              Date: Wed, 20 Mar 2002 22:56:17 -0000
3207              Message-ID: <AIEAJICLCBDNAAOLLOKLEEEAEAAA.paul_marquess@yahoo.co.uk>
3208              
3209              packWARN also for subdirs.
3210      Branch: perl
3211            ! NetWare/nw5.c cygwin/cygwin.c djgpp/djgpp.c
3212            ! ext/Encode/Encode.xs ext/attrs/attrs.xs os2/os2.c vms/vms.c
3213            ! win32/win32.c
3214 ____________________________________________________________________________
3215 [ 15377] By: jhi                                   on 2002/03/20  21:50:11
3216         Log: A plan is better.
3217      Branch: perl
3218            ! ext/Encode/t/CJKalias.t
3219 ____________________________________________________________________________
3220 [ 15376] By: jhi                                   on 2002/03/20  21:26:09
3221         Log: Upgrade to Encode 0.94, from Dan Kogai.
3222      Branch: perl
3223            + ext/Encode/lib/Encode/Description.pod
3224            ! MANIFEST ext/Encode/AUTHORS ext/Encode/CN/CN.pm
3225            ! ext/Encode/Changes ext/Encode/Encode.pm ext/Encode/JP/JP.pm
3226            ! ext/Encode/KR/KR.pm ext/Encode/MANIFEST ext/Encode/TW/TW.pm
3227            ! ext/Encode/lib/Encode/Encoding.pm
3228            ! ext/Encode/lib/Encode/JP/ISO_2022_JP.pm
3229            ! ext/Encode/lib/Encode/JP/JIS.pm ext/Encode/lib/Encode/Tcl.pm
3230            ! ext/Encode/t/CJKalias.t
3231 ____________________________________________________________________________
3232 [ 15375] By: jhi                                   on 2002/03/20  21:09:27
3233         Log: Rats' nest.
3234      Branch: perl
3235            ! hints/solaris_2.sh
3236 ____________________________________________________________________________
3237 [ 15374] By: jhi                                   on 2002/03/20  21:01:59
3238         Log: Rrright.
3239      Branch: perl
3240            ! pod/perlguts.pod
3241 ____________________________________________________________________________
3242 [ 15373] By: jhi                                   on 2002/03/20  17:36:43
3243         Log: Update Changes.
3244      Branch: perl
3245            ! Changes patchlevel.h
3246 ____________________________________________________________________________
3247 [ 15372] By: jhi                                   on 2002/03/20  16:54:35
3248         Log: Reapply #15336.
3249      Branch: perl
3250            ! ext/Encode/lib/Encode/Tcl.pm
3251 ____________________________________________________________________________
3252 [ 15371] By: jhi                                   on 2002/03/20  15:28:44
3253         Log: Upgrade to Encode 0.93, from Dan Kogai.
3254      Branch: perl
3255            + ext/Encode/AUTHORS ext/Encode/Changes ext/Encode/t/CJKalias.t
3256            ! MANIFEST ext/Encode/CN/CN.pm ext/Encode/Encode.pm
3257            ! ext/Encode/JP/JP.pm ext/Encode/KR/KR.pm ext/Encode/MANIFEST
3258            ! ext/Encode/README ext/Encode/TW/TW.pm
3259            ! ext/Encode/lib/Encode/CN/HZ.pm
3260            ! ext/Encode/lib/Encode/Encoding.pm
3261            ! ext/Encode/lib/Encode/Internal.pm
3262            ! ext/Encode/lib/Encode/JP/Constants.pm
3263            ! ext/Encode/lib/Encode/JP/H2Z.pm
3264            ! ext/Encode/lib/Encode/JP/ISO_2022_JP.pm
3265            ! ext/Encode/lib/Encode/JP/JIS.pm ext/Encode/lib/Encode/Tcl.pm
3266            ! ext/Encode/lib/Encode/Tcl/Escape.pm
3267            ! ext/Encode/lib/Encode/Tcl/Table.pm
3268            ! ext/Encode/lib/Encode/Unicode.pm ext/Encode/lib/Encode/XS.pm
3269            ! ext/Encode/lib/Encode/iso10646_1.pm
3270            ! ext/Encode/lib/Encode/ucs2_le.pm ext/Encode/lib/Encode/utf8.pm
3271            ! ext/Encode/t/JP.t
3272 ____________________________________________________________________________
3273 [ 15370] By: jhi                                   on 2002/03/20  15:13:42
3274         Log: Subject: patch for syslog
3275              From: <Nick.Williams@morganstanley.com>
3276              Date: Wed, 20 Mar 2002 15:54:14 +0000 (GMT)
3277              Message-ID: <Pine.GSO.4.33.0203201548300.14623-200000@cwit119>
3278      Branch: perl
3279            ! ext/Sys/Syslog/Syslog.pm
3280 ____________________________________________________________________________
3281 [ 15369] By: jhi                                   on 2002/03/20  15:10:17
3282         Log: Some failure updates.
3283      Branch: perl
3284            ! pod/perldelta.pod
3285 ____________________________________________________________________________
3286 [ 15368] By: jhi                                   on 2002/03/20  15:02:04
3287         Log: Getopt::Long 2.29 from Johan Vromans.
3288      Branch: perl
3289            ! lib/Getopt/Long.pm lib/Getopt/Long/CHANGES
3290 ____________________________________________________________________________
3291 [ 15367] By: jhi                                   on 2002/03/20  14:58:56
3292         Log: Rename ExtUtils.t to Constant.t, as suggested by
3293              Nicholas Clark.
3294      Branch: perl
3295            + lib/ExtUtils/t/Constant.t
3296            - lib/ExtUtils/t/ExtUtils.t
3297            ! MANIFEST
3298 ____________________________________________________________________________
3299 [ 15366] By: jhi                                   on 2002/03/20  14:56:27
3300         Log: Subject: [PATCH] TODO - Make Schwern Poorer
3301              From: Nicholas Clark <nick@unfortu.net>
3302              Date: Tue, 19 Mar 2002 22:50:28 +0000
3303              Message-ID: <20020319225027.GF311@Bagpuss.unfortu.net>
3304      Branch: perl
3305            ! t/lib/1_compile.t
3306 ____________________________________________________________________________
3307 [ 15365] By: jhi                                   on 2002/03/20  14:47:15
3308         Log: Subject: Re: The story of O [PATCH]
3309              From: Richard.Foley@t-online.de (Richard Foley)
3310              Date: Sun, 17 Mar 2002 08:37:26 +0100
3311              Message-ID: <16mUNX-293TDkC@fwd08.sul.t-online.com>
3312      Branch: perl
3313            ! lib/perl5db.pl
3314 ____________________________________________________________________________
3315 [ 15364] By: jhi                                   on 2002/03/20  14:43:11
3316         Log: Mention the external modules Encode::HanExtra and
3317              PadWalker.
3318      Branch: perl
3319            ! pod/perldelta.pod
3320 ____________________________________________________________________________
3321 [ 15363] By: jhi                                   on 2002/03/20  14:38:23
3322         Log: Subject: [PATCH] List lexicals from debugger
3323              From: Peter Scott <Peter@PSDT.com>
3324              Date: Tue, 19 Mar 2002 12:28:52 -0800
3325              Message-id: <4.3.2.7.2.20020319101746.00aa7aa0@shell2.webquarry.com>
3326      Branch: perl
3327            ! lib/dumpvar.pl lib/perl5db.pl pod/perldebug.pod
3328 ____________________________________________________________________________
3329 [ 15362] By: jhi                                   on 2002/03/20  14:37:05
3330         Log: Tweaks from Autrijus Tang: should use euc-tw for Taiwan,
3331              and :encoding(xxx) was errorneously parsed.
3332      Branch: perl
3333            ! lib/open.pm
3334 ____________________________________________________________________________
3335 [ 15361] By: jhi                                   on 2002/03/20  14:34:38
3336         Log: Subject: [PATCH bleadperl] exec.t tweak
3337              From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu>
3338              Date: Wed, 20 Mar 2002 01:21:40 +0100
3339              Message-ID: <18918217607.20020320012140@tesla.rcub.bg.ac.yu>
3340              
3341              4NT returns 2 as error-code for nonexistant file.
3342      Branch: perl
3343            ! t/op/exec.t
3344 ____________________________________________________________________________
3345 [ 15360] By: jhi                                   on 2002/03/20  14:33:09
3346         Log: minor Tie::File test patch to make win32 happier, from mjd.
3347      Branch: perl
3348            ! lib/Tie/File/t/30_defer.t
3349 ____________________________________________________________________________
3350 [ 15359] By: jhi                                   on 2002/03/20  14:31:53
3351         Log: Subject: [PATCH bleadperl] magic.t tweak
3352              From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu>
3353              Date: Wed, 20 Mar 2002 00:39:16 +0100
3354              Message-ID: <14415673404.20020320003916@tesla.rcub.bg.ac.yu>
3355      Branch: perl
3356            ! t/op/magic.t
3357 ____________________________________________________________________________
3358 [ 15358] By: jhi                                   on 2002/03/20  14:23:46
3359         Log: Typo fix from Andreas Koenig, plus a tweak.
3360      Branch: perl
3361            ! pod/perlunicode.pod
3362 ____________________________________________________________________________
3363 [ 15357] By: jhi                                   on 2002/03/20  14:21:33
3364         Log: Sigh.  The _GNU_SOURCE is needed for the struct crypt_data
3365              in Mandrake 8.2.  Now we need to figure out a way not to
3366              unbreak Apache.
3367      Branch: perl
3368            ! hints/linux.sh
3369 ____________________________________________________________________________
3370 [ 15356] By: jhi                                   on 2002/03/20  13:59:58
3371         Log: Fix for "UTF-8 bug with s///" from Hugo.
3372      Branch: perl
3373            ! embed.fnc embed.h proto.h regcomp.c regcomp.h regexec.c sv.c
3374            ! t/op/pat.t
3375 ____________________________________________________________________________
3376 [ 15355] By: jhi                                   on 2002/03/20  02:23:23
3377         Log: metaconfig unit change for #15354.
3378      Branch: metaconfig
3379            ! U/threads/usethreads.U
3380 ____________________________________________________________________________
3381 [ 15354] By: jhi                                   on 2002/03/20  02:23:01
3382         Log: Installation updates on threads and perlio.
3383      Branch: perl
3384            ! Configure INSTALL
3385 ____________________________________________________________________________
3386 [ 15353] By: jhi                                   on 2002/03/20  01:17:27
3387         Log: Tpo.
3388      Branch: perl
3389            ! pod/perlfaq6.pod
3390 ____________________________________________________________________________
3391 [ 15352] By: jhi                                   on 2002/03/20  01:15:54
3392         Log: Regen modlib and toc.
3393      Branch: perl
3394            ! pod/perlmodlib.pod pod/perltoc.pod
3395 ____________________________________________________________________________
3396 [ 15351] By: jhi                                   on 2002/03/20  01:12:28
3397         Log: Whitespace tweaks.
3398      Branch: perl
3399            ! pod/perldebguts.pod pod/perlfaq5.pod pod/perlfunc.pod
3400            ! pod/perltodo.pod pod/perlunicode.pod
3401 ____________________________________________________________________________
3402 [ 15350] By: jhi                                   on 2002/03/20  00:55:54
3403         Log: If it looks like UTF-8 (either nl_langinfo or locale variables),
3404              think UTF-8, embrace your inner UTF-8, as suggested by Larry.
3405              (And as suggested by Markus Kuhn.)
3406              
3407              While we are at it, document also the case of
3408              mixed hash keys as a known potential troublemaker.
3409              (Since it's locale-related, sometimes.)
3410      Branch: perl
3411            ! embedvar.h intrpvar.h lib/open.pm locale.c perl.c perlapi.h
3412            ! pod/perldelta.pod pod/perllocale.pod pod/perlunicode.pod
3413            ! pod/perluniintro.pod
3414 ____________________________________________________________________________
3415 [ 15349] By: jhi                                   on 2002/03/20  00:47:17
3416         Log: Surely a typo.
3417      Branch: perl
3418            ! gv.c
3419 ____________________________________________________________________________
3420 [ 15348] By: jhi                                   on 2002/03/19  22:05:29
3421         Log: Take two.
3422      Branch: perl
3423            + ext/Encode/t/jisx0208.euc ext/Encode/t/jisx0208.ref
3424            + ext/Encode/t/jisx0212.euc ext/Encode/t/jisx0212.ref
3425 ____________________________________________________________________________
3426 [ 15347] By: jhi                                   on 2002/03/19  22:04:45
3427         Log: Let's try this from scratch.
3428      Branch: perl
3429            - ext/Encode/t/jisx0208.euc ext/Encode/t/jisx0208.ref
3430            - ext/Encode/t/jisx0212.euc ext/Encode/t/jisx0212.ref
3431 ____________________________________________________________________________
3432 [ 15346] By: jhi                                   on 2002/03/19  21:59:14
3433         Log: I could do this all day...
3434      Branch: perl
3435            ! ext/Encode/t/jisx0208.euc ext/Encode/t/jisx0208.ref
3436            ! ext/Encode/t/jisx0212.euc ext/Encode/t/jisx0212.ref
3437 ____________________________________________________________________________
3438 [ 15345] By: jhi                                   on 2002/03/19  21:54:20
3439         Log: Grrr.
3440      Branch: perl
3441            ! ext/Encode/t/jisx0208.euc ext/Encode/t/jisx0208.ref
3442            ! ext/Encode/t/jisx0212.euc ext/Encode/t/jisx0212.ref
3443 ____________________________________________________________________________
3444 [ 15344] By: jhi                                   on 2002/03/19  21:49:47
3445         Log: Subject: Re: Nearly OK for cygwin@15318
3446              From: John Peacock <jpeacock@rowman.com>
3447              Date: Tue, 19 Mar 2002 15:58:08 -0500
3448              Message-ID: <3C97A660.3060302@rowman.com>
3449      Branch: perl
3450            ! pod/perlport.pod
3451 ____________________________________________________________________________
3452 [ 15343] By: jhi                                   on 2002/03/19  21:47:02
3453         Log: Subject: Re: Nearly OK for cygwin@15318
3454              From: <slaven.rezic@berlin.de>
3455              Date: Tue, 19 Mar 2002 21:47:49 +0100
3456              Message-Id: <20020319204958.PTWF27460.mailoutvl21@[192.168.139.30]>
3457              
3458              Subject: Re: Nearly OK for cygwin@15318
3459              From: <slaven.rezic@berlin.de>
3460              Date: Tue, 19 Mar 2002 21:37:18 +0100
3461              Message-Id: <20020319203927.PTPI27460.mailoutvl21@[192.168.139.30]>
3462      Branch: perl
3463            ! pod/perlport.pod t/io/fs.t
3464 ____________________________________________________________________________
3465 [ 15342] By: jhi                                   on 2002/03/19  21:41:12
3466         Log: D'oh.
3467      Branch: perl
3468            + ext/I18N/Langinfo/fallback/const-c.inc
3469            + ext/I18N/Langinfo/fallback/const-xs.inc
3470 ____________________________________________________________________________
3471 [ 15341] By: jhi                                   on 2002/03/19  21:40:49
3472         Log: Subject: [PATCH] proper fallback for I18N::Langinfo
3473              From: Nicholas Clark <nick@unfortu.net>
3474              Date: Tue, 19 Mar 2002 22:37:08 +0000
3475              Message-ID: <20020319223707.GE311@Bagpuss.unfortu.net>
3476              
3477              Subject: Re: [PATCH] proper fallback for I18N::Langinfo
3478              From: Nicholas Clark <nick@ccl4.org>
3479              Date: Tue, 19 Mar 2002 22:39:55 +0000
3480              Message-ID: <20020319223954.G94831@plum.flirble.org>
3481      Branch: perl
3482            - ext/I18N/Langinfo/fallback.xs
3483            ! MANIFEST
3484 ____________________________________________________________________________
3485 [ 15340] By: jhi                                   on 2002/03/19  21:31:16
3486         Log: Text, not binary.
3487      Branch: perl
3488            ! ext/Encode/t/jisx0208.euc ext/Encode/t/jisx0208.ref
3489            ! ext/Encode/t/jisx0212.euc ext/Encode/t/jisx0212.ref
3490 ____________________________________________________________________________
3491 [ 15339] By: jhi                                   on 2002/03/19  21:26:10
3492         Log: Subject: Re: perl@15244
3493              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
3494              Date: Mon, 18 Mar 2002 17:37:31 +0100
3495              Message-Id: <20020318173508.8D96.H.M.BRAND@hccnet.nl>
3496              
3497              (Goedendag: Dutch whitespace police)
3498      Branch: perl
3499            ! hints/hpux.sh
3500 ____________________________________________________________________________
3501 [ 15338] By: jhi                                   on 2002/03/19  21:10:29
3502         Log: Subject: [PATCH] Re: [ID 20020305.026] Not OK: perl v5.7.3 +DEVEL15046 on sun4-solaris 2.7
3503              From: Nicholas Clark <nick@unfortu.net>
3504              Date: Tue, 19 Mar 2002 21:52:47 +0000
3505              Message-ID: <20020319215246.GC311@Bagpuss.unfortu.net>
3506      Branch: perl
3507            ! ext/Fcntl/Makefile.PL ext/File/Glob/Makefile.PL
3508            ! ext/GDBM_File/Makefile.PL ext/I18N/Langinfo/Makefile.PL
3509            ! ext/POSIX/Makefile.PL ext/Socket/Makefile.PL
3510            ! ext/Sys/Syslog/Makefile.PL
3511 ____________________________________________________________________________
3512 [ 15337] By: jhi                                   on 2002/03/19  20:09:22
3513         Log: More pathname portability checks.
3514      Branch: perl
3515            ! Porting/check83.pl
3516 ____________________________________________________________________________
3517 [ 15336] By: jhi                                   on 2002/03/19  18:41:50
3518         Log: Begone, Encode::Tcl::Extended.
3519      Branch: perl
3520            ! ext/Encode/lib/Encode/Tcl.pm
3521 ____________________________________________________________________________
3522 [ 15335] By: jhi                                   on 2002/03/19  18:40:10
3523         Log: This is like trying to put the shaving cream
3524              back to the can...
3525      Branch: perl
3526            ! hints/linux.sh
3527 ____________________________________________________________________________
3528 [ 15334] By: jhi                                   on 2002/03/19  18:31:59
3529         Log: With the -D_SVID_SOURCE Debian 2.2 dies on conflicting
3530              types of usleep().  Fun, fun. fun.
3531      Branch: perl
3532            ! hints/linux.sh
3533 ____________________________________________________________________________
3534 [ 15333] By: jhi                                   on 2002/03/19  18:25:21
3535         Log: Sarathy's new suggestion for Linux threading flags.
3536      Branch: perl
3537            ! hints/linux.sh
3538 ____________________________________________________________________________
3539 [ 15332] By: jhi                                   on 2002/03/19  18:23:30
3540         Log: Rename euc-jp-012 as euc-jp, as suggested by Dan Kogai.
3541      Branch: perl
3542            - ext/Encode/Encode/euc-jp-0212.ucm
3543            ! MANIFEST ext/Encode/Encode/euc-jp.ucm
3544            ! ext/Encode/JP/Makefile.PL ext/Encode/MANIFEST
3545 ____________________________________________________________________________
3546 [ 15331] By: jhi                                   on 2002/03/19  18:18:21
3547         Log: Subject: [PATCH bleadperl] Add targer _test to win32 makefiles
3548              From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu>
3549              Date: Tue, 19 Mar 2002 00:42:22 +0100
3550              Message-ID: <1199171923.20020319004222@tesla.rcub.bg.ac.yu>
3551      Branch: perl
3552            ! win32/Makefile win32/Makefile.win64 win32/makefile.mk
3553 ____________________________________________________________________________
3554 [ 15330] By: jhi                                   on 2002/03/19  18:00:48
3555         Log: "+" is not a valid filename character in VMS.
3556      Branch: perl
3557            + ext/Encode/Encode/euc-jp-0212.ucm
3558            - ext/Encode/Encode/euc-jp+0212.ucm
3559            ! ext/Encode/JP/Makefile.PL ext/Encode/MANIFEST
3560 ____________________________________________________________________________
3561 [ 15329] By: jhi                                   on 2002/03/19  15:49:12
3562         Log: Update Changes.
3563      Branch: perl
3564            ! Changes patchlevel.h
3565 ____________________________________________________________________________
3566 [ 15328] By: jhi                                   on 2002/03/19  15:25:58
3567         Log: Take away _GNU_SOURCE since that does not seem
3568              to play well with other software (like Apache),
3569              just hint away the WHOAs.
3570      Branch: perl
3571            ! hints/linux.sh
3572 ____________________________________________________________________________
3573 [ 15327] By: jhi                                   on 2002/03/19  15:17:12
3574         Log: metaconfig unit change for #15326.
3575      Branch: metaconfig
3576            ! U/threads/d_crypt_r.U
3577 ____________________________________________________________________________
3578 [ 15326] By: jhi                                   on 2002/03/19  15:16:43
3579         Log: Support crypt_r(const char*,const char*, CRYPTD*).
3580      Branch: perl
3581            ! Configure reentr.h reentr.pl
3582 ____________________________________________________________________________
3583 [ 15325] By: jhi                                   on 2002/03/19  14:54:21
3584         Log: VMS acrobatics from Peter Prymmer.
3585      Branch: perl
3586            ! lib/ExtUtils/t/ExtUtils.t
3587 ____________________________________________________________________________
3588 [ 15324] By: jhi                                   on 2002/03/19  14:51:56
3589         Log: Subject: [PATCH lib/Pod/Html.pm] remove warning
3590              From: Stas Bekman <stas@stason.org>
3591              Date: Tue, 19 Mar 2002 13:14:53 +0800 (SGT)
3592              Message-ID: <Pine.LNX.4.44.0203191311530.14113-100000@hope.stason.org>
3593      Branch: perl
3594            ! lib/Pod/Html.pm
3595 ____________________________________________________________________________
3596 [ 15323] By: jhi                                   on 2002/03/19  14:51:09
3597         Log: Subject: [PATCH] Re: ext/B/t/xref.t @15300 on VMS
3598              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
3599              Date: Tue, 19 Mar 2002 10:49:27 +0100
3600              Message-ID: <20020319104927.C705@rafael>   
3601      Branch: perl
3602            ! ext/B/t/xref.t
3603 ____________________________________________________________________________
3604 [ 15322] By: jhi                                   on 2002/03/19  14:50:02
3605         Log: Integrate perlio;
3606              
3607              Move docs for Encode::valid_utf8 (which does not exist)
3608              to be docs for utf8::valid() (which does).
3609      Branch: perl
3610           !> ext/Encode/Encode.pm lib/utf8.pm
3611 ____________________________________________________________________________
3612 [ 15321] By: jhi                                   on 2002/03/19  14:48:57
3613         Log: Remove Encode::Tcl::Extended, suggested by
3614              SADAHIRO Tomoyuki.
3615      Branch: perl
3616            - ext/Encode/Encode/euc-jp-0212.enc
3617            - ext/Encode/lib/Encode/Tcl/Extended.pm
3618            ! MANIFEST ext/Encode/MANIFEST
3619            ! ext/Encode/lib/Encode/Tcl/Escape.pm
3620            ! ext/Encode/lib/Encode/Tcl/Table.pm ext/Encode/t/Tcl.t
3621 ____________________________________________________________________________
3622 [ 15320] By: jhi                                   on 2002/03/19  14:44:18
3623         Log: Encode 0.90 (the one with jisx0212-1990) from Dan Kogai.
3624      Branch: perl
3625            + ext/Encode/Encode/euc-jp+0212.ucm ext/Encode/t/jisx0208.euc
3626            + ext/Encode/t/jisx0208.ref ext/Encode/t/jisx0212.euc
3627            + ext/Encode/t/jisx0212.ref
3628            - ext/Encode/t/japanese.pl ext/Encode/t/table.euc
3629            - ext/Encode/t/table.ref
3630            ! MANIFEST ext/Encode/CN/CN.pm ext/Encode/Encode.pm
3631            ! ext/Encode/Encode.xs ext/Encode/JP/JP.pm
3632            ! ext/Encode/JP/Makefile.PL ext/Encode/KR/KR.pm
3633            ! ext/Encode/MANIFEST ext/Encode/TW/TW.pm
3634            ! ext/Encode/lib/Encode/CN/HZ.pm
3635            ! ext/Encode/lib/Encode/Encoding.pm
3636            ! ext/Encode/lib/Encode/Internal.pm
3637            ! ext/Encode/lib/Encode/JP/Constants.pm
3638            ! ext/Encode/lib/Encode/JP/H2Z.pm
3639            ! ext/Encode/lib/Encode/JP/ISO_2022_JP.pm
3640            ! ext/Encode/lib/Encode/JP/JIS.pm ext/Encode/lib/Encode/Tcl.pm
3641            ! ext/Encode/lib/Encode/Tcl/Escape.pm
3642            ! ext/Encode/lib/Encode/Tcl/Extended.pm
3643            ! ext/Encode/lib/Encode/Tcl/Table.pm
3644            ! ext/Encode/lib/Encode/Unicode.pm ext/Encode/lib/Encode/XS.pm
3645            ! ext/Encode/lib/Encode/iso10646_1.pm
3646            ! ext/Encode/lib/Encode/ucs2_le.pm ext/Encode/lib/Encode/utf8.pm
3647            ! ext/Encode/t/CN.t ext/Encode/t/Encode.t ext/Encode/t/JP.t
3648            ! ext/Encode/t/TW.t ext/Encode/t/Tcl.t
3649 ____________________________________________________________________________
3650 [ 15319] By: jhi                                   on 2002/03/19  14:36:41
3651         Log: constness+signedness nit.
3652      Branch: perl
3653            ! ext/Unicode/Normalize/Normalize.xs
3654 ____________________________________________________________________________
3655 [ 15318] By: jhi                                   on 2002/03/19  14:04:55
3656         Log: Update to Unicode::Normalize 0.15 (+ the EBCDIC guards)
3657      Branch: perl
3658            ! ext/Unicode/Normalize/Changes
3659            ! ext/Unicode/Normalize/Normalize.pm
3660            ! ext/Unicode/Normalize/Normalize.xs
3661            ! ext/Unicode/Normalize/README ext/Unicode/Normalize/mkheader
3662            ! ext/Unicode/Normalize/t/func.t
3663 ____________________________________________________________________________
3664 [ 15317] By: jhi                                   on 2002/03/19  13:56:27
3665         Log: Split the ebcdic details to perlebcdic.
3666      Branch: perl
3667            ! pod/perlebcdic.pod pod/perluniintro.pod
3668 ____________________________________________________________________________
3669 [ 15316] By: jhi                                   on 2002/03/19  13:31:55
3670         Log: Be explicit.
3671      Branch: perl
3672            ! pod/perluniintro.pod
3673 ____________________________________________________________________________
3674 [ 15315] By: nick                                  on 2002/03/19  09:24:18
3675         Log: Integrate mainline
3676      Branch: perlio
3677           +> ext/List/Util/t/openhan.t
3678           !> (integrate 53 files)
3679 ____________________________________________________________________________
3680 [ 15314] By: nick                                  on 2002/03/19  07:39:07
3681         Log: Move docs for Encode::valid_utf8 (which does not exist)
3682              to be docs for utf8::valid() (which does).
3683      Branch: perlio
3684            ! ext/Encode/Encode.pm lib/utf8.pm
3685 ____________________________________________________________________________
3686 [ 15313] By: jhi                                   on 2002/03/19  04:58:22
3687         Log: Update the Unicode vs EBCDIC situation.
3688      Branch: perl
3689            ! pod/perlebcdic.pod pod/perluniintro.pod
3690 ____________________________________________________________________________
3691 [ 15312] By: jhi                                   on 2002/03/19  04:01:39
3692         Log: Subject: [DOC PATCH] end.t (was RE: perl@15300 )
3693              From: Robert Spier <rspier@pobox.com>
3694              Date: Mon, 18 Mar 2002 19:22:55 -0800
3695              Message-ID: <15510.44815.383439.823671@rls.cx>
3696      Branch: perl
3697            ! ext/threads/t/end.t
3698 ____________________________________________________________________________
3699 [ 15311] By: jhi                                   on 2002/03/19  04:00:38
3700         Log: UTF-8 walk errors that become visible in EBCDIC.
3701      Branch: perl
3702            ! regexec.c
3703 ____________________________________________________________________________
3704 [ 15310] By: jhi                                   on 2002/03/19  03:48:27
3705         Log: s/regcinclasslen/reginclass/ and remove the old
3706              reginclass since nothing is using it.
3707      Branch: perl
3708            ! embed.fnc embed.h proto.h regexec.c
3709 ____________________________________________________________________________
3710 [ 15309] By: jhi                                   on 2002/03/18  22:18:37
3711         Log: Close the file so it can be (a) removed (b) reopened.
3712      Branch: perl
3713            ! ext/B/t/xref.t
3714 ____________________________________________________________________________
3715 [ 15308] By: jhi                                   on 2002/03/18  22:17:25
3716         Log: Subject: [PATCH utf8.c B.xs] B::perlstring and unicode
3717              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
3718              Date: Mon, 18 Mar 2002 23:14:31 +0100
3719              Message-ID: <20020318231431.A699@rafael>
3720      Branch: perl
3721            ! ext/B/B.xs utf8.c
3722 ____________________________________________________________________________
3723 [ 15307] By: jhi                                   on 2002/03/18  20:54:07
3724         Log: Failed patch hunk reapplied.
3725      Branch: perl
3726            ! lib/Tie/File/t/32_defer_misc.t
3727 ____________________________________________________________________________
3728 [ 15306] By: jhi                                   on 2002/03/18  20:18:25
3729         Log: For DEBUGGING threaded builds.
3730      Branch: perl
3731            ! sv.c
3732 ____________________________________________________________________________
3733 [ 15305] By: jhi                                   on 2002/03/18  19:11:43
3734         Log: AUTHORS update.
3735      Branch: perl
3736            ! AUTHORS
3737 ____________________________________________________________________________
3738 [ 15304] By: jhi                                   on 2002/03/18  19:08:32
3739         Log: Someone (*cough* *cough*) stole VMS' getpwent prototype.
3740              (Fix from Craig Berry)
3741      Branch: perl
3742            ! pp_sys.c
3743 ____________________________________________________________________________
3744 [ 15303] By: jhi                                   on 2002/03/18  18:54:27
3745         Log: Subject: [PATCH] configure.com home-grown kill() check
3746              From: "Craig A. Berry" <craigberry@mac.com>
3747              Date: Mon, 18 Mar 2002 13:52:59 -0600
3748              Message-Id: <5.1.0.14.2.20020318134016.01c5ee00@exchi01>
3749      Branch: perl
3750            ! configure.com
3751 ____________________________________________________________________________
3752 [ 15302] By: jhi                                   on 2002/03/18  15:58:00
3753         Log: Upgrade to Tie::File 0.50.
3754      Branch: perl
3755            ! lib/Tie/File.pm lib/Tie/File/t/00_version.t
3756            ! lib/Tie/File/t/32_defer_misc.t
3757 ____________________________________________________________________________
3758 [ 15301] By: jhi                                   on 2002/03/18  15:54:52
3759         Log: AUTHORS updates.
3760      Branch: perl
3761            ! AUTHORS
3762 ____________________________________________________________________________
3763 [ 15300] By: jhi                                   on 2002/03/18  14:58:27
3764         Log: Update Changes.
3765      Branch: perl
3766            ! Changes patchlevel.h
3767 ____________________________________________________________________________
3768 [ 15299] By: jhi                                   on 2002/03/18  14:53:11
3769         Log: OS/390 update.
3770      Branch: perl
3771            ! pod/perldelta.pod
3772 ____________________________________________________________________________
3773 [ 15298] By: jhi                                   on 2002/03/18  14:44:19
3774         Log: Forgot from #15288.
3775      Branch: perl
3776            ! ext/B/B.xs
3777 ____________________________________________________________________________
3778 [ 15297] By: jhi                                   on 2002/03/18  14:39:15
3779         Log: Make regex DEBUGGING faster.
3780      Branch: perl
3781            ! perl.c perl.h regexec.c
3782 ____________________________________________________________________________
3783 [ 15296] By: jhi                                   on 2002/03/18  14:28:10
3784         Log: Undo accidental perl.h part of #15295 (wait for #15297)
3785      Branch: perl
3786            ! perl.h
3787 ____________________________________________________________________________
3788 [ 15295] By: jhi                                   on 2002/03/18  14:26:59
3789         Log: Subject: prefix slip
3790              From: andreas.koenig@anima.de (Andreas J. Koenig)
3791              Date: Mon, 18 Mar 2002 16:24:46 +0100
3792              Message-ID: <m3y9gp3nlt.fsf@anima.de>
3793              
3794              (perl.h part accidental, undone by #15296)
3795      Branch: perl
3796            ! INSTALL perl.h
3797 ____________________________________________________________________________
3798 [ 15294] By: jhi                                   on 2002/03/18  14:19:29
3799         Log: Be tidy.
3800      Branch: perl
3801            ! ext/B/t/xref.t
3802 ____________________________________________________________________________
3803 [ 15293] By: jhi                                   on 2002/03/18  14:14:17
3804         Log: Subject: [PATCH] re: long double vs. Tru64 UNIX 
3805              From: Spider Boardman <spider@web.zk3.dec.com>
3806              Date: Mon, 18 Mar 2002 10:09:50 -0500
3807              Message-Id: <200203181509.KAA419788@leggy.zk3.dec.com>
3808      Branch: perl
3809            ! README.tru64 hints/dec_osf.sh
3810 ____________________________________________________________________________
3811 [ 15292] By: jhi                                   on 2002/03/18  13:57:06
3812         Log: NetWare tweaks from C Aditya <caditya@novell.com>
3813      Branch: perl
3814            ! NetWare/nwperlsys.c cop.h iperlsys.h op.c
3815 ____________________________________________________________________________
3816 [ 15291] By: jhi                                   on 2002/03/18  13:52:40
3817         Log: metaconfig unit change for #15290.
3818      Branch: metaconfig/U/perl
3819            ! perlxv.U
3820 ____________________________________________________________________________
3821 [ 15290] By: jhi                                   on 2002/03/18  13:52:15
3822         Log: Subject: d_nv_preserves_uv_bits
3823              From: Nicholas Clark <nick@unfortu.net>
3824              Date: Thu, 14 Mar 2002 22:24:19 +0000
3825              Message-ID: <20020314222419.GE363@Bagpuss.unfortu.net>
3826      Branch: perl
3827            ! Configure Porting/Glossary Porting/config.sh config_h.SH
3828            ! configure.com epoc/config.sh pod/perltoc.pod t/op/pack.t
3829            ! uconfig.sh vos/config.alpha.def vos/config.ga.def
3830            ! win32/config.bc win32/config.gc win32/config.vc
3831            ! win32/config.win64
3832 ____________________________________________________________________________
3833 [ 15289] By: jhi                                   on 2002/03/18  13:44:14
3834         Log: Subject: Re: perl@15244
3835              From: Spider Boardman <spider@web.zk3.dec.com>
3836              Date: Mon, 18 Mar 2002 09:38:55 -0500
3837              Message-Id: <200203181438.JAA406792@leggy.zk3.dec.com>
3838              
3839              (IA64 work.)
3840      Branch: perl
3841            ! hints/hpux.sh perl.h
3842 ____________________________________________________________________________
3843 [ 15288] By: jhi                                   on 2002/03/18  13:41:34
3844         Log: Subject: [PATCH B] B::perlstring()
3845              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
3846              Date: Sun, 17 Mar 2002 23:06:12 +0100
3847              Message-ID: <20020317230612.A24442@rafael>
3848      Branch: perl
3849            ! ext/B/B.pm ext/B/B/Deparse.pm ext/B/Makefile.PL
3850 ____________________________________________________________________________
3851 [ 15287] By: jhi                                   on 2002/03/18  13:40:28
3852         Log: Subject: [PATCH] another pack "w" thing
3853              From: Nicholas Clark <nick@unfortu.net>
3854              Date: Sat, 16 Mar 2002 21:52:15 +0000
3855              Message-ID: <20020316215215.GF330@Bagpuss.unfortu.net>
3856      Branch: perl
3857            ! pp_pack.c t/op/pack.t
3858 ____________________________________________________________________________
3859 [ 15286] By: jhi                                   on 2002/03/18  13:39:20
3860         Log: More prototypes blindness in Solaris.
3861              (TODO: readdir64_r really needs to be seen.)
3862      Branch: perl
3863            ! hints/solaris_2.sh
3864 ____________________________________________________________________________
3865 [ 15285] By: jhi                                   on 2002/03/18  13:24:03
3866         Log: Integrate perlio;
3867              
3868              Tidy the "does not map" message for non-characters
3869              (e.g. iso-8859-3 "\xA5").
3870      Branch: perl
3871           !> ext/Encode/Encode.xs
3872 ____________________________________________________________________________
3873 [ 15284] By: nick                                  on 2002/03/18  11:00:31
3874         Log: Integrate mainline
3875      Branch: perlio
3876           +> lib/Tie/File/t/30_defer.t lib/Tie/File/t/31_autodefer.t
3877           +> lib/Tie/File/t/32_defer_misc.t
3878           !> MANIFEST embed.fnc embed.h global.sym hints/solaris_2.sh
3879           !> lib/Tie/File.pm lib/Tie/File/t/00_version.t
3880           !> lib/Tie/File/t/15_pushpop.t lib/Tie/File/t/17_misc_meth.t
3881           !> lib/Tie/File/t/22_autochomp.t pod/perlfaq3.pod
3882           !> pod/perlhack.pod pp_hot.c pp_sys.c proto.h reentr.c reentr.h
3883           !> reentr.pl regexec.c t/op/pat.t util.c
3884 ____________________________________________________________________________
3885 [ 15283] By: gbarr                                 on 2002/03/18  10:10:55
3886         Log: Sync with Scalar-List-Utils-1.07
3887      Branch: perl
3888            + ext/List/Util/t/openhan.t
3889            ! MANIFEST ext/List/Util/ChangeLog
3890            ! ext/List/Util/lib/List/Util.pm
3891            ! ext/List/Util/lib/Scalar/Util.pm
3892 ____________________________________________________________________________
3893 [ 15282] By: nick                                  on 2002/03/18  08:11:28
3894         Log: Tidy the "does not map" message for non-characters
3895              (e.g. iso-8859-3 "\xA5").
3896      Branch: perlio
3897            ! ext/Encode/Encode.xs
3898 ____________________________________________________________________________
3899 [ 15281] By: ams                                   on 2002/03/18  04:44:37
3900         Log: URL fix from MJD.
3901      Branch: perl
3902            ! pod/perlfaq3.pod
3903 ____________________________________________________________________________
3904 [ 15280] By: jhi                                   on 2002/03/18  01:58:51
3905         Log: More prototype calming (really should fix the Configure
3906              protochk, but not at this point in time).
3907      Branch: perl
3908            ! hints/solaris_2.sh
3909 ____________________________________________________________________________
3910 [ 15279] By: jhi                                   on 2002/03/18  01:19:40
3911         Log: return at the wrong side of #endif.
3912      Branch: perl
3913            ! util.c
3914 ____________________________________________________________________________
3915 [ 15278] By: ams                                   on 2002/03/17  23:45:31
3916         Log: Typo fix from Stas Bekman.
3917      Branch: perl
3918            ! pod/perlhack.pod
3919 ____________________________________________________________________________
3920 [ 15277] By: ams                                   on 2002/03/17  23:41:35
3921         Log: Upgrade to Tie::File 0.21.
3922      Branch: perl
3923            + lib/Tie/File/t/30_defer.t lib/Tie/File/t/31_autodefer.t
3924            + lib/Tie/File/t/32_defer_misc.t
3925            ! MANIFEST lib/Tie/File.pm lib/Tie/File/t/00_version.t
3926            ! lib/Tie/File/t/15_pushpop.t lib/Tie/File/t/17_misc_meth.t
3927            ! lib/Tie/File/t/22_autochomp.t
3928 ____________________________________________________________________________
3929 [ 15276] By: jhi                                   on 2002/03/17  21:50:26
3930         Log: Simple speed gainback (as it was in 5.6): for non-Unicode
3931              character classes use inlined macros instead of the full
3932              function call.
3933      Branch: perl
3934            ! regexec.c
3935 ____________________________________________________________________________
3936 [ 15275] By: jhi                                   on 2002/03/17  20:14:18
3937         Log: Integrate perlio;
3938              
3939              Avoid overwrite of un-allocated memory when SvCUR > SvLEN
3940              
3941              Other :encoding oddities
3942              - we should really pop while we can still make method calls
3943              in case DESTROY does something.
3944              - Provide a no-op DESTROY
3945              - Use SvPV_only() rather than just SvPV_on()
3946      Branch: perl
3947           !> ext/Encode/Encode.pm ext/Encode/Encode.xs
3948           !> ext/Encode/lib/Encode/Encoding.pm sv.c
3949 ____________________________________________________________________________
3950 [ 15274] By: nick                                  on 2002/03/17  20:00:12
3951         Log: Other :encoding oddities
3952              - we should really pop while we can still make method calls
3953              in case DESTROY does something.
3954              - Provide a no-op DESTROY
3955              - Use SvPV_only() rather than just SvPV_on()
3956      Branch: perlio
3957            ! ext/Encode/Encode.pm ext/Encode/Encode.xs
3958            ! ext/Encode/lib/Encode/Encoding.pm
3959 ____________________________________________________________________________
3960 [ 15273] By: nick                                  on 2002/03/17  19:53:24
3961         Log: Avoid overwrite of un-allocated memory when SvCUR > SvLEN
3962      Branch: perlio
3963            ! sv.c
3964 ____________________________________________________________________________
3965 [ 15272] By: jhi                                   on 2002/03/17  18:39:22
3966         Log: Implement the retry-on-ERANGE for the get*_r().
3967              The buffer will keep doubling until 64k.
3968      Branch: perl
3969            ! embed.fnc embed.h global.sym pp_sys.c proto.h reentr.c
3970            ! reentr.h reentr.pl
3971 ____________________________________________________________________________
3972 [ 15271] By: nick                                  on 2002/03/17  17:38:44
3973         Log: Integrate mainline
3974      Branch: perlio
3975           +> lib/Tie/File/t/22_autochomp.t lib/Tie/File/t/23_rv_ac_splice.t
3976           +> t/op/pow.t
3977           !> (integrate 28 files)
3978 ____________________________________________________________________________
3979 [ 15270] By: jhi                                   on 2002/03/17  15:49:38
3980         Log: Subject: UTF-8 bug (maybe alreayd known?)
3981              From: andreas.koenig@anima.de (Andreas J. Koenig)
3982              Date: Fri, 08 Mar 2002 16:36:01 +0100
3983              Message-ID: <m3n0xjul5q.fsf@anima.de>
3984      Branch: perl
3985            ! pp_hot.c t/op/pat.t
3986 ____________________________________________________________________________
3987 [ 15269] By: nick                                  on 2002/03/17  09:12:39
3988         Log: Integarate mainline
3989      Branch: perlio
3990           +> lib/Tie/File/t/00_version.t lib/Tie/File/t/18_rs_fixrec.t
3991           +> lib/Tie/File/t/19_cache.t lib/Tie/File/t/20_cache_full.t
3992           +> lib/Tie/File/t/21_win32.t reentr.c reentr.h reentr.pl
3993           !> (integrate 69 files)
3994 ____________________________________________________________________________
3995 [ 15268] By: jhi                                   on 2002/03/17  04:23:49
3996         Log: Subject: SEGV in s/// and UTF-8
3997              From: andreas.koenig@anima.de (Andreas J. Koenig)
3998              Date: Tue, 12 Mar 2002 00:40:09 +0100
3999              Message-ID: <m3r8mqad2e.fsf@anima.de>
4000      Branch: perl
4001            ! regexec.c t/op/pat.t
4002 ____________________________________________________________________________
4003 [ 15267] By: jhi                                   on 2002/03/16  19:57:03
4004         Log: Thwart IRIX long doubles and sloppy pow() (in Perl, **);
4005              from Nicholas Clark.  Fixes lib/integer.t and t/op/pack.t
4006              which assume that 2**someinteger is accurate.
4007      Branch: perl
4008            + t/op/pow.t
4009            ! MANIFEST pp.c t/test.pl
4010 ____________________________________________________________________________
4011 [ 15266] By: jhi                                   on 2002/03/16  18:55:53
4012         Log: _r-ify config.win64, too.
4013      Branch: perl
4014            ! win32/config.win64
4015 ____________________________________________________________________________
4016 [ 15265] By: jhi                                   on 2002/03/16  18:51:45
4017         Log: Better place to initialize (IRIX cc noticed that
4018              the many "goto defchars" bypass the initialization)
4019      Branch: perl
4020            ! regcomp.c
4021 ____________________________________________________________________________
4022 [ 15264] By: jhi                                   on 2002/03/16  18:41:19
4023         Log: If not building threaded, never mind the threaded prototypes.
4024      Branch: perl
4025            ! Configure reentr.pl
4026 ____________________________________________________________________________
4027 [ 15263] By: jhi                                   on 2002/03/16  18:40:53
4028         Log: metaconfig: If not using threads, not point probing for the
4029              prototypes (since they might be hidden behind many defines
4030              we won't have if not building threaded)
4031      Branch: metaconfig
4032            ! U/threads/d_asctime_r.U U/threads/d_crypt_r.U
4033            ! U/threads/d_ctermid_r.U U/threads/d_ctime_r.U
4034            ! U/threads/d_drand48_r.U U/threads/d_endgrent_r.U
4035            ! U/threads/d_endhostent_r.U U/threads/d_endnetent_r.U
4036            ! U/threads/d_endprotoent_r.U U/threads/d_endpwent_r.U
4037            ! U/threads/d_endservent_r.U U/threads/d_getgrent_r.U
4038            ! U/threads/d_getgrgid_r.U U/threads/d_getgrnam_r.U
4039            ! U/threads/d_gethostbyaddr_r.U U/threads/d_gethostbyname_r.U
4040            ! U/threads/d_gethostent_r.U U/threads/d_getlogin_r.U
4041            ! U/threads/d_getnetbyaddr_r.U U/threads/d_getnetbyname_r.U
4042            ! U/threads/d_getnetent_r.U U/threads/d_getprotobyname_r.U
4043            ! U/threads/d_getprotobynumber_r.U U/threads/d_getprotoent_r.U
4044            ! U/threads/d_getpwent_r.U U/threads/d_getpwnam_r.U
4045            ! U/threads/d_getpwuid_r.U U/threads/d_getservbyname_r.U
4046            ! U/threads/d_getservbyport_r.U U/threads/d_getservent_r.U
4047            ! U/threads/d_getspnam_r.U U/threads/d_gmtime_r.U
4048            ! U/threads/d_localtime_r.U U/threads/d_random_r.U
4049            ! U/threads/d_readdir64_r.U U/threads/d_readdir_r.U
4050            ! U/threads/d_setgrent_r.U U/threads/d_sethostent_r.U
4051            ! U/threads/d_setlocale_r.U U/threads/d_setnetent_r.U
4052            ! U/threads/d_setprotoent_r.U U/threads/d_setpwent_r.U
4053            ! U/threads/d_setservent_r.U U/threads/d_srand48_r.U
4054            ! U/threads/d_srandom_r.U U/threads/d_strerror_r.U
4055            ! U/threads/d_tmpnam_r.U U/threads/d_ttyname_r.U
4056 ____________________________________________________________________________
4057 [ 15262] By: jhi                                   on 2002/03/16  18:29:26
4058         Log: FreeBSD is lying to us: there is no threadsafe gethostbyaddr_r.
4059      Branch: perl
4060            ! hints/freebsd.sh
4061 ____________________________________________________________________________
4062 [ 15261] By: ams                                   on 2002/03/16  18:14:04
4063         Log: Upgrade to Tie::File 0.20.
4064      Branch: perl
4065            + lib/Tie/File/t/22_autochomp.t lib/Tie/File/t/23_rv_ac_splice.t
4066            ! MANIFEST lib/Tie/File.pm lib/Tie/File/t/00_version.t
4067            ! lib/Tie/File/t/01_gen.t lib/Tie/File/t/02_fetchsize.t
4068            ! lib/Tie/File/t/03_longfetch.t lib/Tie/File/t/07_rv_splice.t
4069            ! lib/Tie/File/t/08_ro.t lib/Tie/File/t/09_gen_rs.t
4070            ! lib/Tie/File/t/11_rv_splice_rs.t
4071            ! lib/Tie/File/t/12_longfetch_rs.t lib/Tie/File/t/15_pushpop.t
4072            ! lib/Tie/File/t/16_handle.t
4073 ____________________________________________________________________________
4074 [ 15260] By: jhi                                   on 2002/03/16  18:12:25
4075         Log: There seems to be a trend for the *time_r to be hidden.
4076      Branch: perl
4077            ! hints/irix_6.sh
4078 ____________________________________________________________________________
4079 [ 15259] By: jhi                                   on 2002/03/16  17:58:08
4080         Log: Subject: [PATCH lib/Pod/Html.pm] fix anchor generation code (ID 20020312.006)  
4081              From: Stas Bekman <stas@stason.org>
4082              Date: Sun, 17 Mar 2002 02:11:26 +0800 (SGT)
4083              Message-ID: <Pine.LNX.4.44.0203170205130.16962-100000@hope.stason.org>
4084      Branch: perl
4085            ! lib/Pod/Html.pm
4086 ____________________________________________________________________________
4087 [ 15258] By: jhi                                   on 2002/03/16  17:54:49
4088         Log: Subject: [PATCH] Re: dumpvar.pl bug
4089              From: Peter Scott <Peter@PSDT.com>
4090              Date: Fri, 15 Mar 2002 18:19:21 -0800
4091              Message-id: <4.3.2.7.2.20020315153302.00bac420@shell2.webquarry.com>
4092      Branch: perl
4093            ! lib/dumpvar.pl lib/perl5db.pl
4094 ____________________________________________________________________________
4095 [ 15257] By: jhi                                   on 2002/03/16  17:52:29
4096         Log: More paranoid _r protochecking.  At least Tru64 and
4097              Linux need additional hinting help to believe that
4098              the time_r protos exist; turn on FreeBSD _THREAD_SAFE
4099              to see what goes bang.
4100      Branch: perl
4101            ! Configure hints/dec_osf.sh hints/freebsd.sh hints/linux.sh
4102            ! reentr.pl
4103 ____________________________________________________________________________
4104 [ 15256] By: jhi                                   on 2002/03/16  17:51:08
4105         Log: metaconfig: more paranoid _r protochecking.
4106      Branch: metaconfig
4107            ! U/threads/d_asctime_r.U U/threads/d_crypt_r.U
4108            ! U/threads/d_ctermid_r.U U/threads/d_ctime_r.U
4109            ! U/threads/d_drand48_r.U U/threads/d_endgrent_r.U
4110            ! U/threads/d_endhostent_r.U U/threads/d_endnetent_r.U
4111            ! U/threads/d_endprotoent_r.U U/threads/d_endpwent_r.U
4112            ! U/threads/d_endservent_r.U U/threads/d_getgrent_r.U
4113            ! U/threads/d_getgrgid_r.U U/threads/d_getgrnam_r.U
4114            ! U/threads/d_gethostbyaddr_r.U U/threads/d_gethostbyname_r.U
4115            ! U/threads/d_gethostent_r.U U/threads/d_getlogin_r.U
4116            ! U/threads/d_getnetbyaddr_r.U U/threads/d_getnetbyname_r.U
4117            ! U/threads/d_getnetent_r.U U/threads/d_getprotobyname_r.U
4118            ! U/threads/d_getprotobynumber_r.U U/threads/d_getprotoent_r.U
4119            ! U/threads/d_getpwent_r.U U/threads/d_getpwnam_r.U
4120            ! U/threads/d_getpwuid_r.U U/threads/d_getservbyname_r.U
4121            ! U/threads/d_getservbyport_r.U U/threads/d_getservent_r.U
4122            ! U/threads/d_getspnam_r.U U/threads/d_gmtime_r.U
4123            ! U/threads/d_localtime_r.U U/threads/d_random_r.U
4124            ! U/threads/d_readdir64_r.U U/threads/d_readdir_r.U
4125            ! U/threads/d_setgrent_r.U U/threads/d_sethostent_r.U
4126            ! U/threads/d_setlocale_r.U U/threads/d_setnetent_r.U
4127            ! U/threads/d_setprotoent_r.U U/threads/d_setpwent_r.U
4128            ! U/threads/d_setservent_r.U U/threads/d_srand48_r.U
4129            ! U/threads/d_srandom_r.U U/threads/d_strerror_r.U
4130            ! U/threads/d_tmpnam_r.U U/threads/d_ttyname_r.U
4131 ____________________________________________________________________________
4132 [ 15255] By: jhi                                   on 2002/03/16  16:23:07
4133         Log: HP-UX gcc 3 warnings found by Sarathy.
4134      Branch: perl
4135            ! regcomp.c sv.c
4136 ____________________________________________________________________________
4137 [ 15254] By: jhi                                   on 2002/03/16  16:18:49
4138         Log: Subject: Re: [ID 20020315.003] timelocal does not return fractal values anymore
4139              From: Slaven Rezic <slaven.rezic@berlin.de>
4140              Date: 16 Mar 2002 15:29:18 +0100
4141              Message-ID: <877kocwpq9.fsf@vran.herceg.de>
4142      Branch: perl
4143            ! pod/perldelta.pod
4144 ____________________________________________________________________________
4145 [ 15253] By: jhi                                   on 2002/03/16  16:11:49
4146         Log: HP-UX has also endgrent_r/endpwent_r marked obsolete.
4147      Branch: perl
4148            ! Porting/findrfuncs reentr.h reentr.pl
4149 ____________________________________________________________________________
4150 [ 15252] By: gsar                                  on 2002/03/16  15:36:16
4151         Log: UIN32_MAX with borken under HP-UX+gcc
4152      Branch: perl
4153            ! handy.h
4154 ____________________________________________________________________________
4155 [ 15251] By: ams                                   on 2002/03/16  02:38:08
4156         Log: Subject: [PATCH @15047] Use of inherited AUTOLOAD for non-method
4157              *::DESTROY() is deprecated
4158              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
4159              Date: Thu, 14 Mar 2002 18:39:22 -0500
4160              Message-Id: <20020314183922.A8448@math.ohio-state.edu>
4161              
4162              Subject: Re: [PATCH @15047] Use of inherited AUTOLOAD for non-method
4163              *::DESTROY() is deprecated
4164              From: Dave Mitchell <davem@fdgroup.com>
4165              Date: Fri, 15 Mar 2002 19:22:49 +0000
4166              Message-Id: <20020315192249.A22389@fdgroup.com>
4167      Branch: perl
4168            ! gv.c t/op/method.t
4169 ____________________________________________________________________________
4170 [ 15250] By: ams                                   on 2002/03/16  02:14:41
4171         Log: Plural nit.
4172      Branch: perl
4173            ! pod/perldelta.pod
4174 ____________________________________________________________________________
4175 [ 15249] By: jhi                                   on 2002/03/15  20:46:10
4176         Log: Doesn't make sense to test for protos if the
4177              functions are not to be used (!= functions exist!)
4178              This might be the key (well, a key) to the HP-UX
4179              problems.
4180      Branch: perl
4181            ! reentr.h reentr.pl
4182 ____________________________________________________________________________
4183 [ 15248] By: jhi                                   on 2002/03/15  20:05:46
4184         Log: Typo in #15247.
4185      Branch: perl
4186            ! hints/hpux.sh
4187 ____________________________________________________________________________
4188 [ 15247] By: jhi                                   on 2002/03/15  19:41:43
4189         Log: The UINT32_MAX_BROKEN is still needed for pre-gcc-3
4190              in HP-UX (from H.Merijn Brand)
4191      Branch: perl
4192            ! hints/hpux.sh
4193 ____________________________________________________________________________
4194 [ 15246] By: ams                                   on 2002/03/15  17:53:23
4195         Log: Subject: minor corrections in perldelta.pod
4196              From: mjd@plover.com
4197              Date: 15 Mar 2002 18:48:42 -0000
4198              Message-Id: <20020315184842.13573.qmail@plover.com>
4199      Branch: perl
4200            ! pod/perldelta.pod
4201 ____________________________________________________________________________
4202 [ 15245] By: ams                                   on 2002/03/15  17:37:52
4203         Log: Upgrade to Tie::File 0.19.
4204      Branch: perl
4205            + lib/Tie/File/t/00_version.t lib/Tie/File/t/18_rs_fixrec.t
4206            + lib/Tie/File/t/19_cache.t lib/Tie/File/t/20_cache_full.t
4207            + lib/Tie/File/t/21_win32.t
4208            ! MANIFEST lib/Tie/File.pm lib/Tie/File/t/01_gen.t
4209            ! lib/Tie/File/t/02_fetchsize.t lib/Tie/File/t/03_longfetch.t
4210            ! lib/Tie/File/t/04_splice.t lib/Tie/File/t/05_size.t
4211            ! lib/Tie/File/t/06_fixrec.t lib/Tie/File/t/07_rv_splice.t
4212            ! lib/Tie/File/t/08_ro.t lib/Tie/File/t/09_gen_rs.t
4213            ! lib/Tie/File/t/10_splice_rs.t lib/Tie/File/t/13_size_rs.t
4214            ! lib/Tie/File/t/15_pushpop.t lib/Tie/File/t/16_handle.t
4215            ! lib/Tie/File/t/17_misc_meth.t
4216 ____________________________________________________________________________
4217 [ 15244] By: jhi                                   on 2002/03/15  17:13:33
4218         Log: Update Changes.
4219      Branch: perl
4220            ! Changes patchlevel.h
4221 ____________________________________________________________________________
4222 [ 15243] By: jhi                                   on 2002/03/15  16:18:16
4223         Log: Forgot from #15241.
4224      Branch: perl
4225            ! win32/config_sh.PL
4226 ____________________________________________________________________________
4227 [ 15242] By: jhi                                   on 2002/03/15  16:15:52
4228         Log: Subject: patch pod/perltodo.pod
4229              From: mjd@plover.com
4230              Date: 15 Mar 2002 15:42:18 -0000
4231              Message-ID: <20020315154218.10163.qmail@plover.com>
4232              
4233              (With s/WANT/Want/)
4234      Branch: perl
4235            ! pod/perltodo.pod
4236 ____________________________________________________________________________
4237 [ 15241] By: jhi                                   on 2002/03/15  16:14:25
4238         Log: Subject: [PATCH bleadperl] (revision 5 undef)
4239              From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu>
4240              Date: Fri, 15 Mar 2002 00:39:48 +0100
4241              Message-ID: <116078615.20020315003948@tesla.rcub.bg.ac.yu>
4242      Branch: perl
4243            ! win32/config.bc win32/config.gc win32/config.vc
4244            ! win32/config.win64
4245 ____________________________________________________________________________
4246 [ 15240] By: jhi                                   on 2002/03/15  16:12:25
4247         Log: Subject: [BUG & PATCH] can't quit the debugger after run completes
4248              From: Michael G Schwern <schwern@pobox.com>
4249              Date: Thu, 14 Mar 2002 16:39:29 -0500
4250              Message-ID: <20020314213929.GA2912@blackrider>
4251      Branch: perl
4252            ! lib/perl5db.pl
4253 ____________________________________________________________________________
4254 [ 15239] By: jhi                                   on 2002/03/15  16:11:17
4255         Log: Integrate perlio.
4256      Branch: perl
4257           !> embed.fnc ext/Encode/t/JP.t
4258 ____________________________________________________________________________
4259 [ 15238] By: jhi                                   on 2002/03/15  16:07:58
4260         Log: Monster _r patch: try to scan for all known _r variants,
4261              and then use them (under ithreads).  May fail in HP-UX,
4262              and the op/groups is known to be fickle everywhere.  Known
4263              to work in Solaris, Linux, Tru64, IRIX, AIX.  (Some compiler
4264              warnings in AIX since the first arguments of getnetbyaddr
4265              and getnetbyadd_r are of different types.  Thanks, IBM.)
4266              
4267              In non-Configure platforms deny the existence of any
4268              of the _r thingies.  (Also add the recently introduced
4269              d_tm_* to places it wasn't already in.)
4270              
4271              TODO: the suggested glibc buffer growth retry loop in case
4272              some entries (at least for: gr*, host*) are big.
4273              Forgot win32/config.win64.
4274      Branch: perl
4275            + reentr.c reentr.h reentr.pl
4276            ! Configure MANIFEST Makefile.SH NetWare/Makefile
4277            ! NetWare/config.wc Porting/Glossary Porting/config.sh
4278            ! Porting/config_H Porting/findrfuncs config_h.SH configure.com
4279            ! embed.fnc embed.h epoc/config.sh global.sym hints/hpux.sh
4280            ! intrpvar.h makedef.pl op.h perl.c perl.h plan9/mkfile pp_sys.c
4281            ! proto.h uconfig.h uconfig.sh util.c vms/descrip_mms.template
4282            ! vos/build.cm vos/config.alpha.def vos/config.alpha.h
4283            ! vos/config.ga.def vos/config.ga.h vos/perl.bind win32/Makefile
4284            ! win32/config.bc win32/config.gc win32/config.vc
4285            ! win32/makefile.mk wince/Makefile.ce wince/config.ce
4286 ____________________________________________________________________________
4287 [ 15237] By: jhi                                   on 2002/03/15  15:18:46
4288         Log: Be more explicit on when is the $! worth anything.
4289      Branch: perl
4290            ! pod/perlvar.pod
4291 ____________________________________________________________________________
4292 [ 15236] By: jhi                                   on 2002/03/15  14:44:09
4293         Log: metaconfig: _r _r we go.
4294      Branch: metaconfig
4295            ! U/threads/d_asctime_r.U U/threads/d_crypt_r.U
4296            ! U/threads/d_ctermid_r.U U/threads/d_ctime_r.U
4297            ! U/threads/d_drand48_r.U U/threads/d_endgrent_r.U
4298            ! U/threads/d_endhostent_r.U U/threads/d_endnetent_r.U
4299            ! U/threads/d_endprotoent_r.U U/threads/d_endpwent_r.U
4300            ! U/threads/d_endservent_r.U U/threads/d_getgrent_r.U
4301            ! U/threads/d_getgrgid_r.U U/threads/d_getgrnam_r.U
4302            ! U/threads/d_gethostbyaddr_r.U U/threads/d_gethostbyname_r.U
4303            ! U/threads/d_gethostent_r.U U/threads/d_getlogin_r.U
4304            ! U/threads/d_getnetbyaddr_r.U U/threads/d_getnetbyname_r.U
4305            ! U/threads/d_getnetent_r.U U/threads/d_getprotobyname_r.U
4306            ! U/threads/d_getprotobynumber_r.U U/threads/d_getprotoent_r.U
4307            ! U/threads/d_getpwent_r.U U/threads/d_getpwnam_r.U
4308            ! U/threads/d_getpwuid_r.U U/threads/d_getservbyname_r.U
4309            ! U/threads/d_getservbyport_r.U U/threads/d_getservent_r.U
4310            ! U/threads/d_getspnam_r.U U/threads/d_gmtime_r.U
4311            ! U/threads/d_localtime_r.U U/threads/d_random_r.U
4312            ! U/threads/d_readdir64_r.U U/threads/d_readdir_r.U
4313            ! U/threads/d_setgrent_r.U U/threads/d_sethostent_r.U
4314            ! U/threads/d_setlocale_r.U U/threads/d_setnetent_r.U
4315            ! U/threads/d_setprotoent_r.U U/threads/d_setpwent_r.U
4316            ! U/threads/d_setservent_r.U U/threads/d_srand48_r.U
4317            ! U/threads/d_srandom_r.U U/threads/d_strerror_r.U
4318            ! U/threads/d_tmpnam_r.U U/threads/d_ttyname_r.U
4319 ____________________________________________________________________________
4320 [ 15235] By: nick                                  on 2002/03/15  07:31:54
4321         Log: Add the binmode()s to make JP.t pass on Win32
4322      Branch: perlio
4323            ! ext/Encode/t/JP.t
4324 ____________________________________________________________________________
4325 [ 15234] By: nick                                  on 2002/03/15  07:20:49
4326         Log: Integrate perlio
4327      Branch: perl
4328           !> ext/Encode/t/table.euc ext/Encode/t/table.ref
4329 ____________________________________________________________________________
4330 [ 15233] By: nick                                  on 2002/03/15  07:18:02
4331         Log: Mark JP.t's data files as binary
4332      Branch: perlio
4333            ! ext/Encode/t/table.euc ext/Encode/t/table.ref
4334 ____________________________________________________________________________
4335 [ 15232] By: nick                                  on 2002/03/15  07:13:38
4336         Log: Integrate mainline
4337      Branch: perlio
4338           +> ext/B/t/xref.t
4339           !> MANIFEST Makefile.SH ext/B/B/Xref.pm ext/Safe/safe2.t
4340           !> lib/Benchmark.t lib/Exporter.pm lib/Pod/Html.pm makedepend.SH
4341           !> perl.c t/op/arith.t
4342 ____________________________________________________________________________
4343 [ 15231] By: jhi                                   on 2002/03/15  04:49:10
4344         Log: The section needs to be in the makedepend script
4345              (from Jan-Erik Karlsson).
4346      Branch: perl
4347            ! makedepend.SH
4348 ____________________________________________________________________________
4349 [ 15230] By: jhi                                   on 2002/03/15  02:59:46
4350         Log: Subject: Re: Réf. : Re: PATCH proposal for ext/Safe/safe2.t
4351              From: Nicholas Clark <nick@unfortu.net>
4352              Date: Thu, 14 Mar 2002 23:05:23 +0000
4353              Message-ID: <20020314230522.GG363@Bagpuss.unfortu.net>
4354      Branch: perl
4355            ! ext/Safe/safe2.t
4356 ____________________________________________________________________________
4357 [ 15229] By: jhi                                   on 2002/03/15  02:55:34
4358         Log: Subject: RE: [PATCH] Get rid of bad error message formatting in Pod::Html
4359              From: "Brent Dax" <brentdax@cpan.org>
4360              Date: Thu, 14 Mar 2002 09:08:41 -0800
4361              Message-ID: <FJELLKOPEAGHOOODKEDPOEIBDFAA.brentdax@cpan.org>
4362      Branch: perl
4363            ! lib/Pod/Html.pm
4364 ____________________________________________________________________________
4365 [ 15228] By: jhi                                   on 2002/03/15  02:00:23
4366         Log: metaconfig: one round again for the _r.
4367      Branch: metaconfig
4368            ! U/threads/d_asctime_r.U U/threads/d_crypt_r.U
4369            ! U/threads/d_ctermid_r.U U/threads/d_ctime_r.U
4370            ! U/threads/d_drand48_r.U U/threads/d_endgrent_r.U
4371            ! U/threads/d_endhostent_r.U U/threads/d_endnetent_r.U
4372            ! U/threads/d_endprotoent_r.U U/threads/d_endpwent_r.U
4373            ! U/threads/d_endservent_r.U U/threads/d_getgrent_r.U
4374            ! U/threads/d_getgrgid_r.U U/threads/d_getgrnam_r.U
4375            ! U/threads/d_gethostbyaddr_r.U U/threads/d_gethostbyname_r.U
4376            ! U/threads/d_gethostent_r.U U/threads/d_getlogin_r.U
4377            ! U/threads/d_getnetbyaddr_r.U U/threads/d_getnetbyname_r.U
4378            ! U/threads/d_getnetent_r.U U/threads/d_getprotobyname_r.U
4379            ! U/threads/d_getprotobynumber_r.U U/threads/d_getprotoent_r.U
4380            ! U/threads/d_getpwent_r.U U/threads/d_getpwnam_r.U
4381            ! U/threads/d_getpwuid_r.U U/threads/d_getservbyname_r.U
4382            ! U/threads/d_getservbyport_r.U U/threads/d_getservent_r.U
4383            ! U/threads/d_getspnam_r.U U/threads/d_gmtime_r.U
4384            ! U/threads/d_localtime_r.U U/threads/d_random_r.U
4385            ! U/threads/d_readdir64_r.U U/threads/d_readdir_r.U
4386            ! U/threads/d_setgrent_r.U U/threads/d_sethostent_r.U
4387            ! U/threads/d_setlocale_r.U U/threads/d_setnetent_r.U
4388            ! U/threads/d_setprotoent_r.U U/threads/d_setpwent_r.U
4389            ! U/threads/d_setservent_r.U U/threads/d_srand48_r.U
4390            ! U/threads/d_srandom_r.U U/threads/d_strerror_r.U
4391            ! U/threads/d_tmpnam_r.U U/threads/d_ttyname_r.U
4392 ____________________________________________________________________________
4393 [ 15227] By: jhi                                   on 2002/03/14  17:46:43
4394         Log: metaconfig: new round of the _r units.
4395      Branch: metaconfig
4396            ! U/threads/d_asctime_r.U U/threads/d_crypt_r.U
4397            ! U/threads/d_ctermid_r.U U/threads/d_ctime_r.U
4398            ! U/threads/d_drand48_r.U U/threads/d_endgrent_r.U
4399            ! U/threads/d_endhostent_r.U U/threads/d_endnetent_r.U
4400            ! U/threads/d_endprotoent_r.U U/threads/d_endpwent_r.U
4401            ! U/threads/d_endservent_r.U U/threads/d_getgrent_r.U
4402            ! U/threads/d_getgrgid_r.U U/threads/d_getgrnam_r.U
4403            ! U/threads/d_gethostbyaddr_r.U U/threads/d_gethostbyname_r.U
4404            ! U/threads/d_gethostent_r.U U/threads/d_getlogin_r.U
4405            ! U/threads/d_getnetbyaddr_r.U U/threads/d_getnetbyname_r.U
4406            ! U/threads/d_getnetent_r.U U/threads/d_getprotobyname_r.U
4407            ! U/threads/d_getprotobynumber_r.U U/threads/d_getprotoent_r.U
4408            ! U/threads/d_getpwent_r.U U/threads/d_getpwnam_r.U
4409            ! U/threads/d_getpwuid_r.U U/threads/d_getservbyname_r.U
4410            ! U/threads/d_getservbyport_r.U U/threads/d_getservent_r.U
4411            ! U/threads/d_getspnam_r.U U/threads/d_gmtime_r.U
4412            ! U/threads/d_localtime_r.U U/threads/d_random_r.U
4413            ! U/threads/d_readdir64_r.U U/threads/d_readdir_r.U
4414            ! U/threads/d_setgrent_r.U U/threads/d_sethostent_r.U
4415            ! U/threads/d_setlocale_r.U U/threads/d_setnetent_r.U
4416            ! U/threads/d_setprotoent_r.U U/threads/d_setpwent_r.U
4417            ! U/threads/d_setservent_r.U U/threads/d_srand48_r.U
4418            ! U/threads/d_srandom_r.U U/threads/d_strerror_r.U
4419            ! U/threads/d_tmpnam_r.U U/threads/d_ttyname_r.U
4420      Branch: metaconfig/U/perl
4421            + i_crypt.U
4422 ____________________________________________________________________________
4423 [ 15226] By: jhi                                   on 2002/03/14  15:12:19
4424         Log: Subject: [PATCH] Better patch for Benchmark.t and arith.t
4425              From: Paul_GreenVOS@vos.stratus.com
4426              Date: Tue, 12 Mar 02 19:22 est   
4427              Message-Id: <200203130025.TAA20113@mailhub1.stratus.com>
4428      Branch: perl
4429            ! lib/Benchmark.t t/op/arith.t
4430 ____________________________________________________________________________
4431 [ 15225] By: jhi                                   on 2002/03/14  14:31:30
4432         Log: Subject: Re: Win32: C:\Program Files
4433              From: "Ken Williams" <ken@mathforum.org>
4434              Date: Wed, 13 Mar 2002 17:50:59 -0600
4435              Message-Id: <2B174669-36DD-11D6-87FA-003065F6D85A@mathforum.org>
4436              
4437              Add -t to perl -h.
4438      Branch: perl
4439            ! perl.c
4440 ____________________________________________________________________________
4441 [ 15224] By: jhi                                   on 2002/03/14  14:24:44
4442         Log: Extra paranoia from Nick Clark.
4443      Branch: perl
4444            ! ext/Safe/safe2.t
4445 ____________________________________________________________________________
4446 [ 15223] By: jhi                                   on 2002/03/14  14:19:41
4447         Log: Subject: Re: PATCH proposal for ext/Safe/safe2.t
4448              From: Nicholas Clark <nick@ccl4.org>
4449              Date: Wed, 13 Mar 2002 14:22:50 +0000
4450              Message-ID: <20020313142250.G92566@plum.flirble.org>
4451      Branch: perl
4452            ! ext/Safe/safe2.t
4453 ____________________________________________________________________________
4454 [ 15222] By: jhi                                   on 2002/03/14  14:00:36
4455         Log: Subject: Re: [PATCH] really protect spaces in Makefile.SH
4456              From: <slaven.rezic@berlin.de>
4457              Date: Tue, 12 Mar 2002 13:03:41 +0100      
4458              Message-Id: <20020312120547.JGIP27460.mailoutvl21@[192.168.139.30]>
4459      Branch: perl
4460            ! Makefile.SH
4461 ____________________________________________________________________________
4462 [ 15221] By: jhi                                   on 2002/03/14  13:51:17
4463         Log: Subject: [PATCH] a test for B::Xref
4464              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
4465              Date: Wed, 13 Mar 2002 17:18:57 +0100
4466              Message-ID: <20020313171857.F1144@rafael>
4467      Branch: perl
4468            + ext/B/t/xref.t
4469            ! MANIFEST ext/B/B/Xref.pm
4470 ____________________________________________________________________________
4471 [ 15220] By: jhi                                   on 2002/03/14  13:48:46
4472         Log: Subject: [PATCH] Exporter.pm POD fixups
4473              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
4474              Date: Wed, 13 Mar 2002 16:21:42 +0100
4475              Message-ID: <20020313162142.A1144@rafael>
4476      Branch: perl
4477            ! lib/Exporter.pm
4478 ____________________________________________________________________________
4479 [ 15219] By: nick                                  on 2002/03/14  07:00:16
4480         Log: Integrate mainline
4481      Branch: perlio
4482           !> lib/ExtUtils/MM_VMS.pm lib/open.pm vms/descrip_mms.template
4483 ____________________________________________________________________________
4484 [ 15218] By: jhi                                   on 2002/03/13  22:15:00
4485         Log: Subject: [PATCH lib/ExtUtils/MM_VMS.pm] Re: [PATCH] 'all ::' for one and one for 'all ::'
4486              From: Michael G Schwern <schwern@pobox.com>
4487              Date: Wed, 13 Mar 2002 17:43:00 -0500
4488              Message-ID: <20020313224300.GG3311@blackrider>
4489      Branch: perl
4490            ! lib/ExtUtils/MM_VMS.pm
4491 ____________________________________________________________________________
4492 [ 15217] By: jhi                                   on 2002/03/13  17:28:36
4493         Log: Pod tweak.
4494      Branch: perl
4495            ! lib/open.pm
4496 ____________________________________________________________________________
4497 [ 15216] By: jhi                                   on 2002/03/13  17:14:51
4498         Log: Subject: [PATCH] 'all ::' for one and one for 'all ::'
4499              From: "Craig A. Berry" <craigberry@mac.com>
4500              Date: Wed, 13 Mar 2002 01:44:01 -0600
4501              Message-Id: <a05101501b8b4ad54a28f@[172.16.52.1]>
4502      Branch: perl
4503            ! vms/descrip_mms.template
4504 ____________________________________________________________________________
4505 [ 15215] By: nick                                  on 2002/03/13  08:08:36
4506         Log: Integrate mainline.
4507      Branch: perlio
4508           +> lib/Hash/Util.pm lib/Hash/Util.t lib/Internals.t
4509            - ext/Data/Util/Changes ext/Data/Util/Makefile.PL
4510            - ext/Data/Util/Util.xs ext/Data/Util/lib/Data/Util.pm
4511            - ext/Data/Util/lib/Hash/Util.pm ext/Data/Util/t/Data.t
4512            - ext/Data/Util/t/Hash.t
4513           !> MANIFEST Porting/findrfuncs ext/B/t/stash.t
4514           !> ext/Encode/lib/Encode/CN/HZ.pm
4515           !> ext/Encode/lib/Encode/JP/ISO_2022_JP.pm
4516           !> ext/Encode/lib/Encode/JP/JIS.pm lib/AutoSplit.t
4517           !> lib/File/stat.t lib/Test/Simple/t/fail-more.t
4518           !> pod/perldelta.pod pod/perldiag.pod pod/perlfunc.pod
4519           !> pod/perlhack.pod pod/perlmodlib.pod pod/perltoc.pod pp_ctl.c
4520           !> t/op/override.t toke.c universal.c
4521 ____________________________________________________________________________
4522 [ 15214] By: jhi                                   on 2002/03/13  04:38:41
4523         Log: metaconfig: three guesses.
4524      Branch: metaconfig
4525            ! U/threads/d_asctime_r.U U/threads/d_crypt_r.U
4526            ! U/threads/d_ctermid_r.U U/threads/d_ctime_r.U
4527            ! U/threads/d_drand48_r.U U/threads/d_endgrent_r.U
4528            ! U/threads/d_endhostent_r.U U/threads/d_endnetent_r.U
4529            ! U/threads/d_endprotoent_r.U U/threads/d_endpwent_r.U
4530            ! U/threads/d_endservent_r.U U/threads/d_getgrent_r.U
4531            ! U/threads/d_getgrgid_r.U U/threads/d_getgrnam_r.U
4532            ! U/threads/d_gethostbyaddr_r.U U/threads/d_gethostbyname_r.U
4533            ! U/threads/d_gethostent_r.U U/threads/d_getlogin_r.U
4534            ! U/threads/d_getnetbyaddr_r.U U/threads/d_getnetbyname_r.U
4535            ! U/threads/d_getnetent_r.U U/threads/d_getprotobyname_r.U
4536            ! U/threads/d_getprotobynumber_r.U U/threads/d_getprotoent_r.U
4537            ! U/threads/d_getpwent_r.U U/threads/d_getpwnam_r.U
4538            ! U/threads/d_getpwuid_r.U U/threads/d_getservbyname_r.U
4539            ! U/threads/d_getservbyport_r.U U/threads/d_getservent_r.U
4540            ! U/threads/d_getspnam_r.U U/threads/d_gmtime_r.U
4541            ! U/threads/d_localtime_r.U U/threads/d_random_r.U
4542            ! U/threads/d_readdir64_r.U U/threads/d_readdir_r.U
4543            ! U/threads/d_setgrent_r.U U/threads/d_sethostent_r.U
4544            ! U/threads/d_setlocale_r.U U/threads/d_setnetent_r.U
4545            ! U/threads/d_setprotoent_r.U U/threads/d_setpwent_r.U
4546            ! U/threads/d_setservent_r.U U/threads/d_srand48_r.U
4547            ! U/threads/d_srandom_r.U U/threads/d_strerror_r.U
4548            ! U/threads/d_tmpnam_r.U U/threads/d_ttyname_r.U
4549 ____________________________________________________________________________
4550 [ 15213] By: jhi                                   on 2002/03/13  04:05:27
4551         Log: metaconfig: regen _r units again.
4552      Branch: metaconfig
4553            ! U/threads/d_asctime_r.U U/threads/d_crypt_r.U
4554            ! U/threads/d_ctermid_r.U U/threads/d_ctime_r.U
4555            ! U/threads/d_drand48_r.U U/threads/d_endgrent_r.U
4556            ! U/threads/d_endhostent_r.U U/threads/d_endnetent_r.U
4557            ! U/threads/d_endprotoent_r.U U/threads/d_endpwent_r.U
4558            ! U/threads/d_endservent_r.U U/threads/d_getgrent_r.U
4559            ! U/threads/d_getgrgid_r.U U/threads/d_getgrnam_r.U
4560            ! U/threads/d_gethostbyaddr_r.U U/threads/d_gethostbyname_r.U
4561            ! U/threads/d_gethostent_r.U U/threads/d_getlogin_r.U
4562            ! U/threads/d_getnetbyaddr_r.U U/threads/d_getnetbyname_r.U
4563            ! U/threads/d_getnetent_r.U U/threads/d_getprotobyname_r.U
4564            ! U/threads/d_getprotobynumber_r.U U/threads/d_getprotoent_r.U
4565            ! U/threads/d_getpwent_r.U U/threads/d_getpwnam_r.U
4566            ! U/threads/d_getpwuid_r.U U/threads/d_getservbyname_r.U
4567            ! U/threads/d_getservbyport_r.U U/threads/d_getservent_r.U
4568            ! U/threads/d_getspnam_r.U U/threads/d_gmtime_r.U
4569            ! U/threads/d_localtime_r.U U/threads/d_random_r.U
4570            ! U/threads/d_readdir64_r.U U/threads/d_readdir_r.U
4571            ! U/threads/d_setgrent_r.U U/threads/d_sethostent_r.U
4572            ! U/threads/d_setlocale_r.U U/threads/d_setnetent_r.U
4573            ! U/threads/d_setprotoent_r.U U/threads/d_setpwent_r.U
4574            ! U/threads/d_setservent_r.U U/threads/d_srand48_r.U
4575            ! U/threads/d_srandom_r.U U/threads/d_strerror_r.U
4576            ! U/threads/d_tmpnam_r.U U/threads/d_ttyname_r.U
4577 ____________________________________________________________________________
4578 [ 15212] By: jhi                                   on 2002/03/13  03:14:23
4579         Log: metaconfig: regen _r units.
4580      Branch: metaconfig
4581            - U/threads/d_gethbyaddr_r.U U/threads/d_gethbyname_r.U
4582            ! U/threads/d_asctime_r.U U/threads/d_crypt_r.U
4583            ! U/threads/d_ctermid_r.U U/threads/d_ctime_r.U
4584            ! U/threads/d_drand48_r.U U/threads/d_endgrent_r.U
4585            ! U/threads/d_endhostent_r.U U/threads/d_endnetent_r.U
4586            ! U/threads/d_endprotoent_r.U U/threads/d_endpwent_r.U
4587            ! U/threads/d_endservent_r.U U/threads/d_getgrent_r.U
4588            ! U/threads/d_getgrgid_r.U U/threads/d_getgrnam_r.U
4589            ! U/threads/d_gethostbyaddr_r.U U/threads/d_gethostbyname_r.U
4590            ! U/threads/d_gethostent_r.U U/threads/d_getlogin_r.U
4591            ! U/threads/d_getnetbyaddr_r.U U/threads/d_getnetbyname_r.U
4592            ! U/threads/d_getnetent_r.U U/threads/d_getprotobyname_r.U
4593            ! U/threads/d_getprotobynumber_r.U U/threads/d_getprotoent_r.U
4594            ! U/threads/d_getpwent_r.U U/threads/d_getpwnam_r.U
4595            ! U/threads/d_getpwuid_r.U U/threads/d_getservbyname_r.U
4596            ! U/threads/d_getservbyport_r.U U/threads/d_getservent_r.U
4597            ! U/threads/d_getspnam_r.U U/threads/d_gmtime_r.U
4598            ! U/threads/d_localtime_r.U U/threads/d_random_r.U
4599            ! U/threads/d_readdir64_r.U U/threads/d_readdir_r.U
4600            ! U/threads/d_setgrent_r.U U/threads/d_sethostent_r.U
4601            ! U/threads/d_setlocale_r.U U/threads/d_setnetent_r.U
4602            ! U/threads/d_setprotoent_r.U U/threads/d_setpwent_r.U
4603            ! U/threads/d_setservent_r.U U/threads/d_srand48_r.U
4604            ! U/threads/d_srandom_r.U U/threads/d_strerror_r.U
4605            ! U/threads/d_tmpnam_r.U U/threads/d_ttyname_r.U
4606 ____________________________________________________________________________
4607 [ 15211] By: jhi                                   on 2002/03/13  01:11:36
4608         Log: metaconfig unit tweaks.
4609      Branch: metaconfig
4610            + U/threads/d_setprotoent_r.U
4611            ! U/threads/d_crypt_r.U U/threads/d_ctermid_r.U
4612            ! U/threads/d_tmpnam_r.U
4613 ____________________________________________________________________________
4614 [ 15210] By: jhi                                   on 2002/03/13  00:12:13
4615         Log: metaconfig: replace the _r units with autogenerated ones.
4616      Branch: metaconfig
4617            + U/threads/d_endhostent_r.U U/threads/d_endnetent_r.U
4618            + U/threads/d_endprotoent_r.U U/threads/d_endservent_r.U
4619            + U/threads/d_gethostbyaddr_r.U U/threads/d_gethostbyname_r.U
4620            + U/threads/d_gethostent_r.U U/threads/d_getnetbyaddr_r.U
4621            + U/threads/d_getnetbyname_r.U U/threads/d_getnetent_r.U
4622            + U/threads/d_getprotobyname_r.U
4623            + U/threads/d_getprotobynumber_r.U U/threads/d_getprotoent_r.U
4624            + U/threads/d_getservbyname_r.U U/threads/d_getservbyport_r.U
4625            + U/threads/d_getservent_r.U U/threads/d_sethostent_r.U
4626            + U/threads/d_setlocale_r.U U/threads/d_setnetent_r.U
4627            + U/threads/d_setservent_r.U
4628            - U/threads/d_endhent_r.U U/threads/d_endnent_r.U
4629            - U/threads/d_endpent_r.U U/threads/d_endsent_r.U
4630            - U/threads/d_gethent_r.U U/threads/d_getnbyaddr_r.U
4631            - U/threads/d_getnbyname_r.U U/threads/d_getnent_r.U
4632            - U/threads/d_getpbyname_r.U U/threads/d_getpbynumber_r.U
4633            - U/threads/d_getpent_r.U U/threads/d_getsbyname_r.U
4634            - U/threads/d_getsbyport_r.U U/threads/d_getsent_r.U
4635            - U/threads/d_sethent_r.U U/threads/d_setnent_r.U
4636            - U/threads/d_setpent_r.U U/threads/d_setsent_r.U
4637            ! U/threads/d_asctime_r.U U/threads/d_crypt_r.U
4638            ! U/threads/d_ctermid_r.U U/threads/d_ctime_r.U
4639            ! U/threads/d_drand48_r.U U/threads/d_endgrent_r.U
4640            ! U/threads/d_endpwent_r.U U/threads/d_getgrent_r.U
4641            ! U/threads/d_getgrgid_r.U U/threads/d_getgrnam_r.U
4642            ! U/threads/d_getlogin_r.U U/threads/d_getpwent_r.U
4643            ! U/threads/d_getpwnam_r.U U/threads/d_getpwuid_r.U
4644            ! U/threads/d_getspnam_r.U U/threads/d_gmtime_r.U
4645            ! U/threads/d_localtime_r.U U/threads/d_random_r.U
4646            ! U/threads/d_readdir64_r.U U/threads/d_readdir_r.U
4647            ! U/threads/d_setgrent_r.U U/threads/d_setpwent_r.U
4648            ! U/threads/d_srand48_r.U U/threads/d_srandom_r.U
4649            ! U/threads/d_strerror_r.U U/threads/d_tmpnam_r.U
4650            ! U/threads/d_ttyname_r.U
4651 ____________________________________________________________________________
4652 [ 15209] By: jhi                                   on 2002/03/12  23:24:59
4653         Log: More known threadsafings.
4654      Branch: perl
4655            ! Porting/findrfuncs
4656 ____________________________________________________________________________
4657 [ 15208] By: jhi                                   on 2002/03/12  20:43:46
4658         Log: Small tweaks.
4659      Branch: perl
4660            ! lib/Internals.t universal.c
4661 ____________________________________________________________________________
4662 [ 15207] By: jhi                                   on 2002/03/12  17:38:46
4663         Log: VERSIONize.
4664      Branch: perl
4665            ! ext/Encode/lib/Encode/CN/HZ.pm
4666            ! ext/Encode/lib/Encode/JP/ISO_2022_JP.pm
4667            ! ext/Encode/lib/Encode/JP/JIS.pm
4668 ____________________________________________________________________________
4669 [ 15206] By: jhi                                   on 2002/03/12  17:22:49
4670         Log: Subject: perl datastructure conversion shortcuts for DDD
4671              From: Stas Bekman <stas@stason.org>
4672              Date: Mon, 11 Mar 2002 14:54:31 +0800
4673              Message-ID: <3C8C54A7.5020502@stason.org>
4674      Branch: perl
4675            ! pod/perlhack.pod
4676 ____________________________________________________________________________
4677 [ 15205] By: jhi                                   on 2002/03/12  17:09:50
4678         Log: Regen modlib.
4679      Branch: perl
4680            ! pod/perlmodlib.pod
4681 ____________________________________________________________________________
4682 [ 15204] By: jhi                                   on 2002/03/12  17:07:57
4683         Log: Regen toc.
4684      Branch: perl
4685            ! pod/perltoc.pod
4686 ____________________________________________________________________________
4687 [ 15203] By: jhi                                   on 2002/03/12  16:45:32
4688         Log: Tiny pod tweaks.
4689      Branch: perl
4690            ! lib/Hash/Util.pm
4691 ____________________________________________________________________________
4692 [ 15202] By: jhi                                   on 2002/03/12  16:06:04
4693         Log: perldeltaize Hash::Util.
4694      Branch: perl
4695            ! pod/perldelta.pod
4696 ____________________________________________________________________________
4697 [ 15201] By: jhi                                   on 2002/03/12  15:41:23
4698         Log: Move the readonly interface back to universal.c,
4699              (new name: Internals::SvREADONLY), remove Data::Util,
4700              move Hash::Util to lib, also introduce refcnt interface
4701              (Internals::SvREFCNT).     Make both the new interfaces
4702              to be more sane so that if they set the value, they return
4703              the new value, not the old one.
4704      Branch: perl
4705            + lib/Hash/Util.pm lib/Hash/Util.t lib/Internals.t
4706            - ext/Data/Util/Changes ext/Data/Util/Makefile.PL
4707            - ext/Data/Util/Util.xs ext/Data/Util/lib/Data/Util.pm
4708            - ext/Data/Util/lib/Hash/Util.pm ext/Data/Util/t/Data.t
4709            - ext/Data/Util/t/Hash.t
4710            ! MANIFEST ext/B/t/stash.t universal.c
4711 ____________________________________________________________________________
4712 [ 15200] By: ams                                   on 2002/03/12  15:16:05
4713         Log: Subject: Disambiguate "Can't locate"
4714              From: Mike Guy <mjtg@cam.ac.uk>
4715              Date: Tue, 12 Mar 2002 16:04:23 +0000
4716              Message-Id: <E16kolD-0002S0-00@draco.cus.cam.ac.uk>
4717      Branch: perl
4718            ! lib/AutoSplit.t lib/Test/Simple/t/fail-more.t pod/perldiag.pod
4719            ! pp_ctl.c t/op/override.t
4720 ____________________________________________________________________________
4721 [ 15199] By: ams                                   on 2002/03/12  15:04:43
4722         Log: Subject: [PATCH] perl/lib/File/stat.t
4723              From: Paul_GreenVOS@vos.stratus.com
4724              Date: Tue, 12 Mar 02 11:00 est
4725              Message-Id: <200203121602.LAA29760@mailhub1.stratus.com>
4726      Branch: perl
4727            ! lib/File/stat.t
4728 ____________________________________________________________________________
4729 [ 15198] By: ams                                   on 2002/03/12  15:00:44
4730         Log: Subject: [PATCH perlfunc.pod] Re[2]: Related issues? [ID 20020222.011]
4731              From: Robin Barker <rmb1@cise.npl.co.uk>
4732              Date: Tue, 12 Mar 2002 13:31:58 GMT
4733              Message-Id: <200203121331.NAA21278@tempest.npl.co.uk>
4734      Branch: perl
4735            ! pod/perlfunc.pod
4736 ____________________________________________________________________________
4737 [ 15197] By: ams                                   on 2002/03/12  14:57:34
4738         Log: Subject: [PATCH toke.c] Inappropriate termination of POD
4739              From: "Clinton A. Pierce" <clintp@geeksalad.org>
4740              Date: Tue, 12 Mar 2002 10:11:53 -0500
4741              Message-Id: <5.1.0.14.2.20020312095400.00aed218@www.geeksalad.org>
4742      Branch: perl
4743            ! toke.c
4744 ____________________________________________________________________________
4745 [ 15196] By: nick                                  on 2002/03/12  13:40:35
4746         Log: Integrate mainline
4747      Branch: perlio
4748           +> ext/Data/Util/Changes ext/Data/Util/Makefile.PL
4749           +> ext/Data/Util/Util.xs ext/Data/Util/lib/Data/Util.pm
4750           +> ext/Data/Util/lib/Hash/Util.pm ext/Data/Util/t/Data.t
4751           +> ext/Data/Util/t/Hash.t lib/Locale/Codes/t/rename.t
4752            - t/lib/access.t
4753           !> (integrate 96 files)
4754 ____________________________________________________________________________
4755 [ 15195] By: nick                                  on 2002/03/12  06:08:24
4756         Log: Integrate mainline (a while ago)
4757      Branch: perlio
4758           +> Porting/findrfuncs ext/B/t/lint.t ext/Encode/t/CN.t
4759           +> ext/Encode/t/TW.t
4760            - ext/Encode/Encode/7bit-kr.enc ext/Encode/lib/Encode/JP/Tr.pm
4761            - ext/Encode/lib/Encode/Tcl/HanZi.pm
4762            - ext/I18N/Langinfo/fallback.c
4763           !> (integrate 80 files)
4764 ____________________________________________________________________________
4765 [ 15194] By: ams                                   on 2002/03/12  06:02:20
4766         Log: Subject: [PATCH ext/Encode/CN/Makefile.PL] Prototyping ...
4767              From: Jonathan Stowe <gellyfish@gellyfish.com>
4768              Date: Mon, 11 Mar 2002 08:12:15 +0000 (GMT)
4769              Message-Id: <Pine.LNX.4.44.0203110808140.4580-100000@orpheus.gellyfish.com>
4770      Branch: perl
4771            ! ext/Encode/CN/Makefile.PL
4772 ____________________________________________________________________________
4773 [ 15193] By: ams                                   on 2002/03/12  05:55:07
4774         Log: Subject: [PATCH: pod/perlguts.pod] get magic typo
4775              From: Dave Mitchell <davem@fdgroup.co.uk>
4776              Date: Fri, 8 Mar 2002 17:08:45 +0000 (GMT)
4777              Message-Id: <200203081708.RAA29941@gizmo.fdgroup.co.uk>
4778      Branch: perl
4779            ! pod/perlguts.pod
4780 ____________________________________________________________________________
4781 [ 15192] By: ams                                   on 2002/03/12  05:50:08
4782         Log: Subject: [PATCH] fix format in lib/utf8.pm and polish the meaning
4783              From: Anton Tagunov <tagunov@motor.ru>
4784              Date: Tue, 12 Mar 2002 01:40:58 +0300
4785              Message-Id: <1194068830.20020312014058@motor.ru>
4786              (Applied with tweaks.)
4787      Branch: perl
4788            ! lib/utf8.pm
4789 ____________________________________________________________________________
4790 [ 15191] By: ams                                   on 2002/03/12  05:42:21
4791         Log: Subject: [PATCH] alarm(), Win32, no PERL_IMPLICIT_SYS
4792              From: "Mattia Barbon" <mbarbon@dsi.unive.it>
4793              Date: Sun, 10 Mar 2002 22:10:15 +0100
4794              Message-Id: <3C8BD9C7.13988.73992D@localhost>
4795      Branch: perl
4796            ! iperlsys.h
4797 ____________________________________________________________________________
4798 [ 15190] By: ams                                   on 2002/03/12  05:38:08
4799         Log: Subject: Re[2]: [Patch docs] perlsub. Re: [ID 20020227.012], [ID 20020227.018]
4800              From: Anton Tagunov <tagunov@motor.ru>
4801              Date: Mon, 11 Mar 2002 23:27:47 +0300
4802              Message-Id: <19414222180.20020311232747@motor.ru>
4803      Branch: perl
4804            ! pod/perlsub.pod
4805 ____________________________________________________________________________
4806 [ 15189] By: ams                                   on 2002/03/12  05:34:49
4807         Log: Subject: minor patch for comment in utfebcdic.h
4808              From: Anton Tagunov <tagunov@motor.ru>
4809              Date: Tue, 12 Mar 2002 00:20:21 +0300
4810              Message-Id: <13817376786.20020312002021@motor.ru>
4811      Branch: perl
4812            ! utfebcdic.h
4813 ____________________________________________________________________________
4814 [ 15188] By: ams                                   on 2002/03/12  05:32:30
4815         Log: Subject: [PATCH ?] B::Xref improvements
4816              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
4817              Date: Mon, 11 Mar 2002 23:32:20 +0100
4818              Message-Id: <20020311233220.A12677@rafael>
4819      Branch: perl
4820            ! ext/B/B/Xref.pm
4821 ____________________________________________________________________________
4822 [ 15187] By: ams                                   on 2002/03/12  05:30:02
4823         Log: Subject: [PATCH] lib/ExtUtils/MM_Unix.pm
4824              From: Paul_GreenVOS@vos.stratus.com
4825              Date: Mon, 11 Mar 02 17:23 est
4826              Message-Id: <200203112225.RAA27594@mailhub1.stratus.com>
4827      Branch: perl
4828            ! lib/ExtUtils/MM_Unix.pm
4829 ____________________________________________________________________________
4830 [ 15186] By: ams                                   on 2002/03/12  05:27:06
4831         Log: Subject: [PATCH] installperl - minor untangle for VOS
4832              From: Paul_GreenVOS@vos.stratus.com
4833              Date: Mon, 11 Mar 02 17:05 est
4834              Message-Id: <200203112203.RAA21987@mailhub2.stratus.com>
4835      Branch: perl
4836            ! installperl
4837 ____________________________________________________________________________
4838 [ 15185] By: ams                                   on 2002/03/12  05:25:59
4839         Log: Subject: [PATCH B::Deparse] fix to deparse ${^WARNINGS_BITS}
4840              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
4841              Date: Mon, 11 Mar 2002 22:37:39 +0100
4842              Message-Id: <20020311223739.A691@rafael>
4843      Branch: perl
4844            ! ext/B/B/Deparse.pm
4845 ____________________________________________________________________________
4846 [ 15184] By: ams                                   on 2002/03/12  05:20:54
4847         Log: Subject: [PATCH hints/netbsd.sh] Stray whitespace mucking here-doc
4848              From: Michael G Schwern <schwern@pobox.com>
4849              Date: Tue, 12 Mar 2002 01:12:08 -0500
4850              Message-Id: <20020312061208.GD904@blackrider>
4851      Branch: perl
4852            ! hints/netbsd.sh
4853 ____________________________________________________________________________
4854 [ 15183] By: ams                                   on 2002/03/12  04:12:30
4855         Log: Subject: Re: ext/Encode/t/Tcl.t on VMS @15173
4856              From: Autrijus Tang <autrijus@autrijus.org>
4857              Date: Tue, 12 Mar 2002 13:05:53 +0800
4858              Message-Id: <20020312050553.GA7864@not.autrijus.org>
4859              (Only doc hunk applied, supplementing #15182.)
4860      Branch: perl
4861            ! ext/Encode/Encode.pm
4862 ____________________________________________________________________________
4863 [ 15182] By: ams                                   on 2002/03/12  04:04:34
4864         Log: Subject: Re: ext/Encode/t/Tcl.t on VMS @15173
4865              From: Autrijus Tang <autrijus@autrijus.org>
4866              Date: Tue, 12 Mar 2002 12:56:46 +0800
4867              Message-Id: <20020312045646.GA7689@not.autrijus.org>
4868              (Private mail.)
4869      Branch: perl
4870            ! ext/Encode/Encode.pm ext/Encode/lib/Encode/Tcl.pm
4871 ____________________________________________________________________________
4872 [ 15181] By: ams                                   on 2002/03/12  03:09:20
4873         Log: Subject: Re: ext/Encode/t/Tcl.t on VMS @15173
4874              From: Autrijus Tang <autrijus@autrijus.org>
4875              Date: Tue, 12 Mar 2002 11:55:06 +0800
4876              Message-Id: <20020312035506.GA6946@not.autrijus.org>
4877      Branch: perl
4878            ! ext/Encode/Encode.pm
4879 ____________________________________________________________________________
4880 [ 15180] By: jhi                                   on 2002/03/11  22:32:10
4881         Log: Deypo.
4882      Branch: metaconfig
4883            ! U/threads/d_asctime_r.U
4884 ____________________________________________________________________________
4885 [ 15179] By: jhi                                   on 2002/03/11  21:42:58
4886         Log: FAQ sync.
4887      Branch: perl
4888            ! pod/perlfaq.pod pod/perlfaq1.pod pod/perlfaq2.pod
4889            ! pod/perlfaq4.pod pod/perlfaq5.pod
4890 ____________________________________________________________________________
4891 [ 15178] By: jhi                                   on 2002/03/11  17:34:34
4892         Log: The test needs perlio.
4893      Branch: perl
4894            ! lib/open.t
4895 ____________________________________________________________________________
4896 [ 15177] By: ams                                   on 2002/03/11  15:41:08
4897         Log: Subject: perlreftut update
4898              From: Mark-Jason Dominus <mjd@plover.com>
4899              Date: Mon, 11 Mar 2002 11:36:27 -0500
4900              Message-Id: <20020311163627.31020.qmail@plover.com>
4901      Branch: perl
4902            ! pod/perlreftut.pod
4903 ____________________________________________________________________________
4904 [ 15176] By: ams                                   on 2002/03/11  15:35:24
4905         Log: Subject: Minor correction in perlfaq5
4906              From: mjd@plover.com
4907              Date: 11 Mar 2002 16:34:22 -0000
4908              Message-Id: <20020311163422.30963.qmail@plover.com>
4909      Branch: perl
4910            ! pod/perlfaq5.pod
4911 ____________________________________________________________________________
4912 [ 15175] By: gsar                                  on 2002/03/11  15:11:42
4913         Log: number of skipped tests was incorrect
4914      Branch: perl
4915            ! t/op/stat.t
4916 ____________________________________________________________________________
4917 [ 15174] By: gsar                                  on 2002/03/11  14:39:11
4918         Log: remove doubled CRs
4919      Branch: perl
4920            ! win32/Makefile
4921 ____________________________________________________________________________
4922 [ 15173] By: jhi                                   on 2002/03/11  14:07:01
4923         Log: Update Changes.
4924      Branch: perl
4925            ! Changes patchlevel.h
4926 ____________________________________________________________________________
4927 [ 15172] By: jhi                                   on 2002/03/11  13:54:49
4928         Log: Regen toc.
4929      Branch: perl
4930            ! pod/perltoc.pod
4931 ____________________________________________________________________________
4932 [ 15171] By: jhi                                   on 2002/03/11  13:48:09
4933         Log: Add t/CN.t and t/TW.t; re-sort.
4934      Branch: perl
4935            ! ext/Encode/MANIFEST
4936 ____________________________________________________________________________
4937 [ 15170] By: jhi                                   on 2002/03/11  13:04:25
4938         Log: Document what to do if one yearns back to
4939              the old legacy encoding.
4940      Branch: perl
4941            ! lib/encoding.pm
4942 ____________________________________________________________________________
4943 [ 15169] By: jhi                                   on 2002/03/11  12:57:45
4944         Log: Undocument the use of .*utf8.*{upgrade,downgrade,encode,decode}
4945              as general purpose encoding transformation interfaces
4946              since that's not what they are.
4947      Branch: perl
4948            ! lib/utf8.pm pod/perlunicode.pod sv.c
4949 ____________________________________________________________________________
4950 [ 15168] By: ams                                   on 2002/03/11  12:54:16
4951         Log: Subject: [PATCH] Re: Smoke 15089 Tru64/OSF  Problems: numconvert, lstat
4952              warnings
4953              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
4954              Date: Mon, 11 Mar 2002 14:35:22 +0100
4955              Message-Id: <20020311143522.A7431@rafael>
4956      Branch: perl
4957            ! t/lib/warnings/pp_sys
4958 ____________________________________________________________________________
4959 [ 15167] By: ams                                   on 2002/03/11  04:57:20
4960         Log: A little commonsense is better than 1_compile.
4961      Branch: perl
4962            ! lib/File/Find/t/find.t lib/File/Find/t/taint.t
4963 ____________________________________________________________________________
4964 [ 15166] By: ams                                   on 2002/03/11  04:53:50
4965         Log: Subject: [PATCH] Hash::Util & restricted hash touch up, part 1
4966              From: Michael G Schwern <schwern@pobox.com>
4967              Date: Sun, 10 Mar 2002 13:27:12 -0500
4968              Message-Id: <20020310182712.GC693@blackrider>
4969              
4970              Subject: [PATCH] Hash::Util part 2
4971              From: Michael G Schwern <schwern@pobox.com>
4972              Date: Sun, 10 Mar 2002 15:09:34 -0500
4973              Message-Id: <20020310200934.GB27112@blackrider>
4974              
4975              Subject: [PATCH] Hash::Util MANIFEST correction
4976              From: Michael G Schwern <schwern@pobox.com>
4977              Date: Sun, 10 Mar 2002 16:27:07 -0500
4978              Message-Id: <20020310212707.GF27112@blackrider>
4979              
4980              (Also changes find.t and taint.t, which were looking for access.t)
4981      Branch: perl
4982            + ext/Data/Util/Changes ext/Data/Util/Makefile.PL
4983            + ext/Data/Util/Util.xs ext/Data/Util/lib/Data/Util.pm
4984            + ext/Data/Util/lib/Hash/Util.pm ext/Data/Util/t/Data.t
4985            + ext/Data/Util/t/Hash.t
4986            - t/lib/access.t
4987            ! MANIFEST hv.c lib/File/Find/t/find.t lib/File/Find/t/taint.t
4988            ! pod/perldiag.pod pod/perltodo.pod universal.c
4989 ____________________________________________________________________________
4990 [ 15165] By: jhi                                   on 2002/03/11  04:52:56
4991         Log: metaconfig: more thready fixes.
4992      Branch: metaconfig
4993            ! U/threads/d_asctime_r.U U/threads/d_ctime_r.U
4994            ! U/threads/d_endgrent_r.U U/threads/d_endpwent_r.U
4995            ! U/threads/d_getgrent_r.U U/threads/d_getgrgid_r.U
4996            ! U/threads/d_getgrnam_r.U U/threads/d_getpwent_r.U
4997            ! U/threads/d_getpwnam_r.U U/threads/d_getpwuid_r.U
4998            ! U/threads/d_gmtime_r.U U/threads/d_localtime_r.U
4999            ! U/threads/d_readdir64_r.U U/threads/d_readdir_r.U
5000            ! U/threads/d_setgrent_r.U U/threads/d_setpwent_r.U
5001            ! U/threads/d_strerror_r.U U/threads/d_ttyname_r.U
5002 ____________________________________________________________________________
5003 [ 15163] By: jhi                                   on 2002/03/11  04:39:54
5004         Log: Skip obsoleted interfaces.
5005      Branch: perl
5006            ! Porting/findrfuncs
5007 ____________________________________________________________________________
5008 [ 15162] By: ams                                   on 2002/03/11  03:48:14
5009         Log: Typo fixes.
5010      Branch: perl
5011            ! perl.c
5012 ____________________________________________________________________________
5013 [ 15161] By: jhi                                   on 2002/03/11  03:36:51
5014         Log: Upgrade to Locale::Codes 2.02.
5015      Branch: perl
5016            + lib/Locale/Codes/t/rename.t
5017            ! MANIFEST lib/Locale/Codes/ChangeLog lib/Locale/Codes/README
5018            ! lib/Locale/Codes/t/uk.t lib/Locale/Country.pm
5019            ! lib/Locale/Country.pod
5020 ____________________________________________________________________________
5021 [ 15160] By: jhi                                   on 2002/03/11  03:36:32
5022         Log: Subject: Re: [PATCH] for broken /proc/curproc/file on FreeBSD
5023              From: Nicholas Clark <nick@unfortu.net>
5024              Date: Sun, 10 Mar 2002 18:17:50 +0000
5025              Message-ID: <20020310181749.GC317@Bagpuss.unfortu.net>
5026              
5027              Subject: Re: [PATCH] for broken /proc/curproc/file on FreeBSD
5028              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
5029              Date: Sun, 10 Mar 2002 13:53:34 -0800
5030              Message-ID: <eX9i8gzkg26G092yn@efn.org>
5031              
5032              (and reenable the feature in freebsd,
5033              and move the freebsd pr url to perl.c)
5034      Branch: perl
5035            ! hints/freebsd.sh perl.c pod/perldelta.pod
5036 ____________________________________________________________________________
5037 [ 15159] By: ams                                   on 2002/03/11  03:34:13
5038         Log: Subject: [PATCH stash.t] access::readonly is gone
5039              From: Michael G Schwern <schwern@pobox.com>
5040              Date: Sun, 10 Mar 2002 16:18:14 -0500
5041              Message-Id: <20020310211813.GE27112@blackrider>
5042      Branch: perl
5043            ! ext/B/t/stash.t
5044 ____________________________________________________________________________
5045 [ 15158] By: ams                                   on 2002/03/11  03:28:04
5046         Log: Subject: [PATCH] Raw socket require privileged user on Win2k
5047              From: "Mattia Barbon" <mbarbon@dsi.unive.it>
5048              Date: Sun, 10 Mar 2002 22:10:15 +0100
5049              Message-Id: <3C8BD9C7.610.7398DD@localhost>
5050      Branch: perl
5051            ! lib/Net/Ping/t/110_icmp_inst.t
5052 ____________________________________________________________________________
5053 [ 15157] By: jhi                                   on 2002/03/11  03:12:01
5054         Log: Subject: [PATCH] Test::Simple/More/Builder 0.42
5055              From: Michael G Schwern <schwern@pobox.com>
5056              Date: Sun, 10 Mar 2002 19:22:33 -0500
5057              Message-ID: <20020311002233.GE4927@blackrider>
5058      Branch: perl
5059            ! lib/Test/Builder.pm lib/Test/More.pm lib/Test/Simple.pm
5060            ! lib/Test/Simple/Changes lib/Test/Simple/t/Builder.t
5061            ! lib/Test/Simple/t/fail-more.t
5062 ____________________________________________________________________________
5063 [ 15156] By: jhi                                   on 2002/03/11  03:10:55
5064         Log: Subject: [PATCH] Test.pm 1.18 -> 1.20
5065              From: Michael G Schwern <schwern@pobox.com>
5066              Date: Sun, 10 Mar 2002 17:14:10 -0500
5067              Message-ID: <20020310221410.GA4915@blackrider>
5068      Branch: perl
5069            ! lib/Test.pm lib/Test/t/fail.t lib/Test/t/mix.t
5070            ! lib/Test/t/onfail.t lib/Test/t/skip.t lib/Test/t/todo.t
5071 ____________________________________________________________________________
5072 [ 15155] By: jhi                                   on 2002/03/11  03:09:16
5073         Log: Subject: [PATCH] more warnings tidyup
5074              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
5075              Date: Sun, 10 Mar 2002 21:01:39 -0000
5076              Message-ID: <AIEAJICLCBDNAAOLLOKLMEEGDPAA.paul_marquess@yahoo.co.uk>
5077      Branch: perl
5078            ! av.c doio.c doop.c dump.c gv.c hv.c malloc.c mg.c numeric.c
5079            ! op.c perl.c pp.c pp_ctl.c pp_hot.c pp_pack.c pp_sys.c
5080            ! regcomp.c regexec.c sv.c taint.c toke.c universal.c utf8.c
5081            ! util.c
5082 ____________________________________________________________________________
5083 [ 15154] By: jhi                                   on 2002/03/11  03:07:03
5084         Log: Subject: Re: [PATCH] xsubpp prototypes warnings
5085              From: Nicholas Clark <nick@unfortu.net>
5086              Date: Sun, 10 Mar 2002 23:21:07 +0000
5087              Message-ID: <20020310232107.GI317@Bagpuss.unfortu.net>
5088      Branch: perl
5089            ! ext/B/C/C.xs ext/Encode/CN/Makefile.PL
5090            ! ext/Encode/JP/Makefile.PL ext/Encode/KR/Makefile.PL
5091            ! ext/Encode/TW/Makefile.PL
5092 ____________________________________________________________________________
5093 [ 15153] By: ams                                   on 2002/03/11  03:06:59
5094         Log: Subject: Re: [patch] IO::Socket::INET Broadcast patch
5095              From: Max Baker <max@warped.org>
5096              Date: Fri, 8 Mar 2002 10:56:19 -0800
5097              Message-Id: <20020308105619.A15039@warped.org>
5098      Branch: perl
5099            ! ext/IO/lib/IO/Socket/INET.pm
5100 ____________________________________________________________________________
5101 [ 15152] By: jhi                                   on 2002/03/11  03:05:54
5102         Log: Subject: [PATCH] spelling correction
5103              From: Nicholas Clark <nick@unfortu.net>
5104              Date: Sun, 10 Mar 2002 18:34:42 +0000
5105              Message-ID: <20020310183441.GE317@Bagpuss.unfortu.net>
5106      Branch: perl
5107            ! pp.c pp_hot.c
5108 ____________________________________________________________________________
5109 [ 15151] By: jhi                                   on 2002/03/11  03:04:33
5110         Log: DG/UX updates from Takis Psarogiannakopoulos.
5111      Branch: perl
5112            ! README.dgux hints/dgux.sh perl.h t/op/stat.t thread.h
5113 ____________________________________________________________________________
5114 [ 15150] By: ams                                   on 2002/03/11  03:02:47
5115         Log: Subject: [PATCH] debugger filenames for Mac OS - db.patch (1/1)
5116              From: Chris Nandor <pudge@pobox.com>
5117              Date: Mon, 04 Mar 2002 17:48:12 -0500
5118              Message-Id: <pudge-3FDB8F.17481204032002@onion.valueclick.com>
5119      Branch: perl
5120            ! lib/DB.pm lib/perl5db.pl
5121 ____________________________________________________________________________
5122 [ 15149] By: jhi                                   on 2002/03/11  03:01:26
5123         Log: metaconfig unit changes in preparation of reentrancy changes.
5124      Branch: metaconfig
5125            + U/threads/d_ctermid_r.U U/threads/d_readdir64_r.U
5126            + U/threads/d_ttyname_r.U
5127            ! U/threads/d_asctime_r.U U/threads/d_ctime_r.U
5128            ! U/threads/d_endgrent_r.U U/threads/d_endhent_r.U
5129            ! U/threads/d_endnent_r.U U/threads/d_endpent_r.U
5130            ! U/threads/d_endpwent_r.U U/threads/d_getgrent_r.U
5131            ! U/threads/d_getgrgid_r.U U/threads/d_getgrnam_r.U
5132            ! U/threads/d_gethent_r.U U/threads/d_getnent_r.U
5133            ! U/threads/d_getpwent_r.U U/threads/d_getpwnam_r.U
5134            ! U/threads/d_getpwuid_r.U U/threads/d_gmtime_r.U
5135            ! U/threads/d_localtime_r.U U/threads/d_readdir_r.U
5136            ! U/threads/d_setgrent_r.U U/threads/d_setpwent_r.U
5137            ! U/threads/d_strerror_r.U
5138 ____________________________________________________________________________
5139 [ 15148] By: jhi                                   on 2002/03/10  22:32:33
5140         Log: Mysterious characters.
5141      Branch: perl
5142            ! utf8.h
5143 ____________________________________________________________________________
5144 [ 15147] By: jhi                                   on 2002/03/10  17:58:43
5145         Log: Unused.
5146      Branch: perl
5147            ! op.c
5148 ____________________________________________________________________________
5149 [ 15146] By: jhi                                   on 2002/03/10  16:35:55
5150         Log: Implement :std subpragma of the open pragma
5151              that makes the standard filehandles to talk in
5152              encodings.  This change set off a weird warning
5153              from op.c, though: disabled it now until someone
5154              who knows what it is about comes along.
5155      Branch: perl
5156            ! lib/open.pm op.c
5157 ____________________________________________________________________________
5158 [ 15145] By: jhi                                   on 2002/03/10  16:00:46
5159         Log: Document the logic of :locale better.
5160      Branch: perl
5161            ! lib/open.pm
5162 ____________________________________________________________________________
5163 [ 15144] By: jhi                                   on 2002/03/10  15:53:57
5164         Log: Subject: [PATCH] for broken /proc/curproc/file on FreeBSD
5165              From: Slaven Rezic <slaven.rezic@berlin.de>
5166              Date: 10 Mar 2002 02:49:17 +0100
5167              Message-ID: <87lmd1qjj6.fsf@vran.herceg.de>
5168      Branch: perl
5169            ! hints/freebsd.sh
5170 ____________________________________________________________________________
5171 [ 15143] By: jhi                                   on 2002/03/10  15:46:22
5172         Log: Subject: Encode::Tcl docs (was Re: UTF-16 and other missing(?) encodings)    
5173              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
5174              Date: Sun, 10 Mar 2002 17:08:54 +0900
5175              Message-Id: <20020310170748.1F29.BQW10602@nifty.com>
5176      Branch: perl
5177            ! ext/Encode/lib/Encode/Tcl.pm
5178            ! ext/Encode/lib/Encode/Tcl/Escape.pm
5179            ! ext/Encode/lib/Encode/Tcl/Extended.pm
5180            ! ext/Encode/lib/Encode/Tcl/Table.pm
5181 ____________________________________________________________________________
5182 [ 15142] By: jhi                                   on 2002/03/10  15:43:54
5183         Log: The patch does the following:
5184              - Nix the unneccessary diagnostics line
5185              - Quell -w warnings if the first ENV doesn't exist
5186              - While zh_CN means euc-cn, zh_TW almost invariably mean big5, as euc-tw
5187              is too baroque and bloated for daily use (and for perl core inclusion).
5188              - "Cannot figure out an encoding to use" when locale is 'C' is rendered
5189              non-fatal.
5190              - Consequently, the ^OPEN bits is set only when needed.
5191      Branch: perl
5192            ! lib/open.pm
5193 ____________________________________________________________________________
5194 [ 15141] By: jhi                                   on 2002/03/10  05:15:26
5195         Log: Misc tiny tweaks from Sarathy, good for threaded builds.
5196      Branch: perl
5197            ! ext/Socket/Socket.xs hints/linux.sh pp_sys.c
5198 ____________________________________________________________________________
5199 [ 15140] By: jhi                                   on 2002/03/10  05:12:08
5200         Log: Precedence problem.
5201      Branch: perl
5202            ! ext/Socket/socketpair.t
5203 ____________________________________________________________________________
5204 [ 15139] By: jhi                                   on 2002/03/10  04:57:07
5205         Log: Renaming tweaks, and split off the reentrant "superbuffer"
5206              init routine.
5207      Branch: perl
5208            ! embed.fnc embed.h global.sym intrpvar.h op.h perl.c proto.h
5209            ! sv.c util.c
5210 ____________________________________________________________________________
5211 [ 15138] By: jhi                                   on 2002/03/10  00:59:50
5212         Log: The 7-bit jis seems to be the hanging one.
5213      Branch: perl
5214            ! ext/Encode/t/Tcl.t
5215 ____________________________________________________________________________
5216 [ 15137] By: jhi                                   on 2002/03/10  00:39:18
5217         Log: Begone.
5218      Branch: perl
5219            ! ext/Encode/MANIFEST
5220 ____________________________________________________________________________
5221 [ 15136] By: jhi                                   on 2002/03/09  23:56:42
5222         Log: Better fix from Autrijus.
5223      Branch: perl
5224            ! ext/Encode/CN/CN.pm ext/Encode/Encode.pm ext/Encode/JP/JP.pm
5225            ! ext/Encode/KR/KR.pm ext/Encode/TW/TW.pm
5226 ____________________________________________________________________________
5227 [ 15135] By: jhi                                   on 2002/03/09  18:49:55
5228         Log: Not everybody has Encode::HanExtra.
5229      Branch: perl
5230            ! ext/Encode/Encode.pm
5231 ____________________________________________________________________________
5232 [ 15134] By: jhi                                   on 2002/03/09  18:30:18
5233         Log: Decutandpasto.
5234      Branch: perl
5235            ! ext/Encode/lib/Encode/Tcl.pm
5236 ____________________________________________________________________________
5237 [ 15133] By: jhi                                   on 2002/03/09  18:19:38
5238         Log: Subject: [PATCH] Data::Dumper
5239              From: Nicholas Clark <nick@unfortu.net>
5240              Date: Sat, 9 Mar 2002 19:03:54 +0000
5241              Message-ID: <20020309190353.GE307@Bagpuss.unfortu.net>
5242      Branch: perl
5243            ! ext/Data/Dumper/Dumper.pm ext/Data/Dumper/Dumper.xs
5244            ! ext/Data/Dumper/t/dumper.t
5245 ____________________________________________________________________________
5246 [ 15132] By: jhi                                   on 2002/03/09  16:55:40
5247         Log: Subject: [PATCH] socketpair.t w/o fork
5248              From: "Mattia Barbon" <mbarbon@dsi.unive.it>
5249              Date: Sat, 9 Mar 2002 14:55:11 +0100
5250              Message-ID: <3C8A224F.29578.13691BA@localhost>
5251              
5252              (modified as suggested by Sarathy)
5253      Branch: perl
5254            ! ext/Socket/socketpair.t
5255 ____________________________________________________________________________
5256 [ 15131] By: jhi                                   on 2002/03/09  16:05:00
5257         Log: Subject: [PATCH perldelta] Mention Change 14727
5258              From: Autrijus Tang <autrijus@autrijus.org>
5259              Date: Sat, 9 Mar 2002 23:31:40 +0800
5260              Message-ID: <20020309153140.GA4224@not.autrijus.org>
5261      Branch: perl
5262            ! pod/perldelta.pod
5263 ____________________________________________________________________________
5264 [ 15130] By: jhi                                   on 2002/03/09  16:02:58
5265         Log: Make Encode.pm implicitly load external CJK tables the first
5266              time they're needed (instead of immediately), from Autrijus
5267              Tang.
5268      Branch: perl
5269            ! ext/Encode/Encode.pm
5270 ____________________________________________________________________________
5271 [ 15129] By: jhi                                   on 2002/03/09  16:01:00
5272         Log: Subject: Re: Two questions
5273              From: Nicholas Clark <nick@unfortu.net>
5274              Date: Sat, 9 Mar 2002 12:42:40 +0000
5275              Message-ID: <20020309124239.GC307@Bagpuss.unfortu.net>
5276      Branch: perl
5277            ! Porting/pumpkin.pod
5278 ____________________________________________________________________________
5279 [ 15128] By: jhi                                   on 2002/03/09  04:19:22
5280         Log: Subject: [PATCH] pp_sys.c (pp_sselect to not clobber storage on BigEndian
5281              From: Paul_GreenVOS@vos.stratus.com
5282              Date: Fri, 8 Mar 02 22:34 est
5283              Message-Id: <200203090336.WAA11215@mailhub1.stratus.com>
5284      Branch: perl
5285            ! pp_sys.c
5286 ____________________________________________________________________________
5287 [ 15127] By: jhi                                   on 2002/03/09  01:34:41
5288         Log: Subject: [PATCH @15084] perl -Dt doesnt output newlines
5289              From: davem@fdgroup.co.uk
5290              Date: Sat, 9 Mar 2002 00:13:27 GMT
5291              Message-Id: <200203090013.AAA01000@gizmo.fdgroup.co.uk>
5292      Branch: perl
5293            ! dump.c
5294 ____________________________________________________________________________
5295 [ 15126] By: jhi                                   on 2002/03/09  01:23:16
5296         Log: Deglitch from Rafael.
5297      Branch: perl
5298            ! ext/B/t/lint.t
5299 ____________________________________________________________________________
5300 [ 15125] By: jhi                                   on 2002/03/08  23:49:00
5301         Log: Still more portability.
5302      Branch: perl
5303            ! Porting/findrfuncs
5304 ____________________________________________________________________________
5305 [ 15124] By: jhi                                   on 2002/03/08  22:54:50
5306         Log: More portability.
5307      Branch: perl
5308            ! Porting/findrfuncs
5309 ____________________________________________________________________________
5310 [ 15123] By: jhi                                   on 2002/03/08  22:14:37
5311         Log: Shared library paths; running tests manually.
5312      Branch: perl
5313            ! INSTALL
5314 ____________________________________________________________________________
5315 [ 15122] By: jhi                                   on 2002/03/08  22:02:37
5316         Log: Subject: RE: Two questions
5317              From: "Green, Paul" <Paul.Green@stratus.com>
5318              Date: Fri, 8 Mar 2002 17:55:19 -0500
5319              Message-ID: <A2A34F15EE916148BC4C4748223E67A4014E231C@EXNA4.stratus.com>
5320      Branch: perl
5321            ! Porting/pumpkin.pod
5322 ____________________________________________________________________________
5323 [ 15121] By: jhi                                   on 2002/03/08  21:52:51
5324         Log: New shinier lint.t (and Lint.pm) from Rafael Garcia-Suarez.
5325              (Lint.pm nit noticed by Michael Cook <michael@waxrat.com>)
5326      Branch: perl
5327            + ext/B/t/lint.t
5328            ! MANIFEST ext/B/B/Lint.pm
5329 ____________________________________________________________________________
5330 [ 15120] By: jhi                                   on 2002/03/08  20:27:42
5331         Log: metaconfig unit change for #15119.
5332      Branch: metaconfig
5333            ! U/threads/d_pthread_atfork.U
5334 ____________________________________________________________________________
5335 [ 15119] By: jhi                                   on 2002/03/08  20:27:17
5336         Log: In DG/UX finding pthread_atfork requires a true compile,
5337              from Takis Psarogiannakopoulos.
5338      Branch: perl
5339            ! Configure config_h.SH
5340 ____________________________________________________________________________
5341 [ 15118] By: jhi                                   on 2002/03/08  20:07:07
5342         Log: Subject: [PATCH] Forgot an OVERLOAD character in xsubpp
5343              From: John Peacock <jpeacock@rowman.com>
5344              Date: Fri, 08 Mar 2002 15:52:41 -0500
5345              Message-ID: <3C892499.4050502@rowman.com>
5346      Branch: perl
5347            ! lib/ExtUtils/xsubpp
5348 ____________________________________________________________________________
5349 [ 15117] By: jhi                                   on 2002/03/08  20:05:41
5350         Log: Subject: [PATCH @15109] test numbers for t/op/write.t
5351              From: "Craig A. Berry" <craigberry@mac.com>
5352              Date: Fri, 08 Mar 2002 15:02:51 -0600
5353              Message-Id: <5.1.0.14.2.20020308145949.030c8c90@exchi01>
5354      Branch: perl
5355            ! t/op/write.t
5356 ____________________________________________________________________________
5357 [ 15116] By: jhi                                   on 2002/03/08  18:53:42
5358         Log: Subject: [PATCH] *BETTER* installperl script patch for VOS
5359              From: Paul_GreenVOS@vos.stratus.com
5360              Date: Fri, 8 Mar 02 14:45 est
5361              Message-Id: <200203081947.OAA29065@mailhub1.stratus.com>
5362      Branch: perl
5363            ! installperl
5364 ____________________________________________________________________________
5365 [ 15115] By: jhi                                   on 2002/03/08  18:52:30
5366         Log: Subject: [PATCH @15109] tm_tm_* for VMS
5367              From: "Craig A. Berry" <craigberry@mac.com>
5368              Date: Fri, 08 Mar 2002 13:07:52 -0600
5369              Message-Id: <5.1.0.14.2.20020308123619.01ae5230@exchi01>
5370      Branch: perl
5371            ! configure.com
5372 ____________________________________________________________________________
5373 [ 15114] By: jhi                                   on 2002/03/08  18:51:27
5374         Log: Detypo.
5375      Branch: perl
5376            ! Changes
5377 ____________________________________________________________________________
5378 [ 15113] By: jhi                                   on 2002/03/08  18:49:56
5379         Log: Better test for #14795 (bug id 20020124.005) from Andreas.
5380      Branch: perl
5381            ! t/op/pat.t
5382 ____________________________________________________________________________
5383 [ 15112] By: jhi                                   on 2002/03/08  17:56:36
5384         Log: HP-UX nm seems to repeat itself.
5385      Branch: perl
5386            ! Porting/findrfuncs
5387 ____________________________________________________________________________
5388 [ 15111] By: jhi                                   on 2002/03/08  17:50:21
5389         Log: Nice porting script from Sarathy.  Well, less nice
5390              in the sense that it shows the looong road ahead.
5391      Branch: perl
5392            + Porting/findrfuncs
5393            ! MANIFEST Porting/makerel
5394 ____________________________________________________________________________
5395 [ 15110] By: jhi                                   on 2002/03/08  15:58:25
5396         Log: Subject: Re: Performance considerations for UTF-8
5397              From: Jarkko Hietaniemi <jhi@iki.fi>
5398              Date: Fri, 8 Mar 2002 18:53:28 +0200
5399              Message-ID: <20020308185328.D640@alpha.hut.fi>
5400              
5401              (put all in perlunicode)
5402      Branch: perl
5403            ! pod/perlunicode.pod
5404 ____________________________________________________________________________
5405 [ 15109] By: jhi                                   on 2002/03/08  15:09:38
5406         Log: Update Changes.
5407      Branch: perl
5408            ! Changes patchlevel.h
5409 ____________________________________________________________________________
5410 [ 15108] By: jhi                                   on 2002/03/08  14:59:50
5411         Log: Subject: Cygwin cygipc support skipped
5412              From: "Gerrit P. Haase" <gerrit@familiehaase.de>
5413              Date: Fri, 8 Mar 2002 16:59:34 +0100
5414              Message-ID: <113694157285.20020308165934@familiehaase.de>
5415      Branch: perl
5416            ! hints/cygwin.sh
5417 ____________________________________________________________________________
5418 [ 15107] By: jhi                                   on 2002/03/08  14:48:36
5419         Log: metaconfig unit change for #15106.
5420      Branch: metaconfig
5421            ! U/compline/d_gconvert.U
5422 ____________________________________________________________________________
5423 [ 15106] By: jhi                                   on 2002/03/08  14:48:14
5424         Log: Subject: Re: [PATCH] tests for Gconvert
5425              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
5426              Date: Thu, 07 Mar 2002 16:48:10 -0800
5427              Message-ID: <KpAi8gzkganW092yn@efn.org>
5428      Branch: perl
5429            ! Configure config_h.SH t/base/num.t
5430 ____________________________________________________________________________
5431 [ 15105] By: jhi                                   on 2002/03/08  14:32:55
5432         Log: The new test has some teething problems.
5433      Branch: perl
5434            - ext/B/t/lint.t
5435            ! MANIFEST
5436 ____________________________________________________________________________
5437 [ 15104] By: jhi                                   on 2002/03/08  13:42:24
5438         Log: Subject: [PATCH] B::Lint tests
5439              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
5440              Date: Fri, 8 Mar 2002 14:47:19 +0100
5441              Message-ID: <20020308144719.A2663@rafael>
5442      Branch: perl
5443            + ext/B/t/lint.t
5444            ! MANIFEST ext/B/B/Lint.pm
5445 ____________________________________________________________________________
5446 [ 15103] By: jhi                                   on 2002/03/08  13:40:35
5447         Log: Subject: [PATCH] hints/powerux.sh for perl-5.7.3
5448              From: Tom Horsley <Tom.Horsley@mail.ccur.com>
5449              Date: Fri, 8 Mar 2002 13:24:14 GMT
5450              Message-Id: <200203081324.NAA00642@cleo>
5451      Branch: perl
5452            ! hints/powerux.sh
5453 ____________________________________________________________________________
5454 [ 15102] By: jhi                                   on 2002/03/08  13:37:04
5455         Log: Subject: HP has some new models
5456              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
5457              Date: Fri, 08 Mar 2002 13:07:02 +0100
5458              Message-Id: <20020308130529.E335.H.M.BRAND@hccnet.nl>
5459      Branch: perl
5460            ! README.hpux
5461 ____________________________________________________________________________
5462 [ 15101] By: ams                                   on 2002/03/08  09:11:40
5463         Log: Subject: [PATCH: pod/perlguts.pod] pod markup fixes
5464              From: Stas Bekman <stas@stason.org>
5465              Date: Fri, 8 Mar 2002 15:29:53 +0800 (SGT)
5466              Message-Id: <Pine.LNX.4.44.0203081529050.5375-100000@hope.stason.org>
5467      Branch: perl
5468            ! pod/perlguts.pod
5469 ____________________________________________________________________________
5470 [ 15100] By: pudge                                 on 2002/03/08  03:23:17
5471         Log: Update Changes
5472      Branch: maint-5.6/macperl
5473            ! macos/Changes
5474 ____________________________________________________________________________
5475 [ 15099] By: pudge                                 on 2002/03/08  03:20:06
5476         Log: Replace macperlbundled with macperldelta
5477      Branch: maint-5.6/macperl
5478            ! macos/macperl/MacPerl.podhelp
5479 ____________________________________________________________________________
5480 [ 15098] By: pudge                                 on 2002/03/08  03:19:44
5481         Log: Comsetic fixes (Thomas Wegner)
5482      Branch: maint-5.6/macperl
5483            ! macos/macperl/MPBalloons.ball macos/macperl/MacPerl.r
5484 ____________________________________________________________________________
5485 [ 15097] By: pudge                                 on 2002/03/08  03:19:08
5486         Log: Bump OS version
5487      Branch: maint-5.6/macperl
5488            ! macos/config.sh
5489 ____________________________________________________________________________
5490 [ 15096] By: jhi                                   on 2002/03/08  03:14:41
5491         Log: Thought I deleted this already?
5492      Branch: perl
5493            - ext/I18N/Langinfo/fallback.c
5494 ____________________________________________________________________________
5495 [ 15095] By: jhi                                   on 2002/03/08  03:06:20
5496         Log: perlport updates from Pudge.
5497      Branch: perl
5498            ! pod/perlport.pod
5499 ____________________________________________________________________________
5500 [ 15094] By: ams                                   on 2002/03/08  03:06:03
5501         Log: Nitpick.
5502      Branch: perl
5503            ! MANIFEST
5504 ____________________________________________________________________________
5505 [ 15093] By: jhi                                   on 2002/03/08  03:00:46
5506         Log: Wrong test.
5507      Branch: perl
5508            ! pod/perldelta.pod
5509 ____________________________________________________________________________
5510 [ 15091] By: jhi                                   on 2002/03/08  02:25:23
5511         Log: Integrate change 14064 from macperl to blead.
5512      Branch: perl
5513           !> pod/perlmodinstall.pod pod/perlport.pod
5514 ____________________________________________________________________________
5515 [ 15090] By: pudge                                 on 2002/03/08  02:15:01
5516         Log: Integrate recent perlport changes
5517      Branch: maint-5.6/macperl
5518           !> pod/perlport.pod
5519 ____________________________________________________________________________
5520 [ 15089] By: ams                                   on 2002/03/08  01:54:03
5521         Log: Subject: [ID 20020307.010] [Patch docs] A _very_ small patch to correct a
5522              minor typo in perlguts.pod
5523              From: Anton Tagunov <tagunov@motor.ru>
5524              Date: Fri, 8 Mar 2002 05:26:59 +0300
5525              Message-Id: <4649821189.20020308052659@motor.ru>
5526      Branch: perl
5527            ! pod/perlguts.pod
5528 ____________________________________________________________________________
5529 [ 15088] By: jhi                                   on 2002/03/08  01:40:41
5530         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"! 
5531              From: Anton Tagunov <tagunov@newmail.ru>
5532              Date: Fri, 8 Mar 2002 04:31:44 +0300
5533              Message-ID: <13946506773.20020308043144@newmail.ru>
5534              
5535              (one test changed)
5536      Branch: perl
5537            ! lib/encoding.t sv.c
5538 ____________________________________________________________________________
5539 [ 15087] By: jhi                                   on 2002/03/08  00:15:08
5540         Log: Subject: [PATCH perldelta] some more deltas
5541              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
5542              Date: Thu, 7 Mar 2002 23:13:23 +0100
5543              Message-ID: <20020307231323.A13068@rafael>
5544      Branch: perl
5545            ! pod/perldelta.pod
5546 ____________________________________________________________________________
5547 [ 15086] By: jhi                                   on 2002/03/07  22:43:31
5548         Log: Subject: [PATCH] perl/t/io/fs.t -- VOS bug
5549              From: Paul_GreenVOS@vos.stratus.com
5550              Date: Thu, 7 Mar 02 14:25 est
5551              Message-Id: <200203071924.OAA03273@mailhub2.stratus.com>
5552      Branch: perl
5553            ! t/io/fs.t
5554 ____________________________________________________________________________
5555 [ 15085] By: jhi                                   on 2002/03/07  22:37:51
5556         Log: As suggested by Anton Tagunov, eq and cmp now obey the
5557              encoding pragma (by remapping their byte argument if the
5558              other argument is in Unicode).  Also fix a bug found by
5559              Anton where ord undef under the encoding pragma would barf.
5560              ([ID 20020307.009] A null pointer dereference with 'use encoding')
5561              Finally, use the nicer form of sv_recode_to_utf8.
5562      Branch: perl
5563            ! lib/encoding.pm lib/encoding.t pp.c regcomp.c sv.c toke.c
5564 ____________________________________________________________________________
5565 [ 15084] By: jhi                                   on 2002/03/07  20:54:02
5566         Log: Retract #14985, #14899, and #14990, following the principles
5567              "Do no harm." and "If it ain't broke, don't fix it."
5568              
5569              Firstly, the #14985 broke badly on UTF-EBCDIC, #14990 fixed
5570              some, but still broken, and I do not have the extra brain
5571              cells for the EBCDIC backport.  Secondly, the old version
5572              worked both in EBCDIC and non-.  Thirdly, the old version
5573              may be more amenable for the behaviour suggsted by Anton
5574              Tagunov regarding the encoding pragma.
5575      Branch: perl
5576            ! embed.fnc embed.h global.sym proto.h sv.c util.c
5577 ____________________________________________________________________________
5578 [ 15083] By: jhi                                   on 2002/03/07  20:26:36
5579         Log: Long doubles give you long doubles.
5580      Branch: perl
5581            ! t/base/num.t
5582 ____________________________________________________________________________
5583 [ 15082] By: jhi                                   on 2002/03/07  18:16:39
5584         Log: Forgotten deMANIFESTation.
5585      Branch: perl
5586            ! MANIFEST
5587 ____________________________________________________________________________
5588 [ 15081] By: jhi                                   on 2002/03/07  17:29:17
5589         Log: Obsolete unused file, noticed by Dank Kogai.
5590      Branch: perl
5591            - ext/Encode/lib/Encode/JP/Tr.pm
5592 ____________________________________________________________________________
5593 [ 15080] By: ams                                   on 2002/03/07  11:31:46
5594         Log: Subject: [PATCH Changes] Changes should mirror version number
5595              From: Robin Barker <rmb1@cise.npl.co.uk>
5596              Date: Thu, 7 Mar 2002 11:04:24 GMT
5597              Message-Id: <200203071104.LAA17200@tempest.npl.co.uk>
5598      Branch: perl
5599            ! Porting/pumpkin.pod
5600 ____________________________________________________________________________
5601 [ 15079] By: jhi                                   on 2002/03/07  04:40:06
5602         Log: metaconfig unit change for #15078.
5603      Branch: metaconfig
5604            ! U/compline/d_gconvert.U
5605 ____________________________________________________________________________
5606 [ 15078] By: jhi                                   on 2002/03/07  04:39:39
5607         Log: Subject: Re: [PATCH] tests for Gconvert
5608              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
5609              Date: Wed, 06 Mar 2002 20:22:54 -0800
5610              Message-ID: <esuh8gzkg2/b092yn@efn.org>
5611      Branch: perl
5612            ! Configure pod/perldelta.pod t/base/num.t
5613 ____________________________________________________________________________
5614 [ 15077] By: jhi                                   on 2002/03/07  03:27:38
5615         Log: Mac OS X UFS does not do ctime.
5616      Branch: perl
5617            ! pod/perldelta.pod pod/perlport.pod
5618 ____________________________________________________________________________
5619 [ 15076] By: jhi                                   on 2002/03/07  02:40:09
5620         Log: AUTHORS updates.
5621      Branch: perl
5622            ! AUTHORS
5623 ____________________________________________________________________________
5624 [ 15075] By: jhi                                   on 2002/03/07  01:48:46
5625         Log: Continued Chinese puzzles from Autrijus.
5626      Branch: perl
5627            + ext/Encode/t/CN.t ext/Encode/t/TW.t
5628            ! MANIFEST ext/Encode/lib/Encode/CN/HZ.pm
5629 ____________________________________________________________________________
5630 [ 15074] By: jhi                                   on 2002/03/07  00:16:10
5631         Log: Subject: [PATCH bleadperl] reordering conditions in Win32.pm
5632              From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu>
5633              Date: Wed, 6 Mar 2002 18:13:51 +0100
5634              Message-ID: <16925657426.20020306181351@tesla.rcub.bg.ac.yu>
5635      Branch: perl
5636            ! lib/File/Spec/Win32.pm
5637 ____________________________________________________________________________
5638 [ 15073] By: jhi                                   on 2002/03/07  00:15:11
5639         Log: perlport tweaks.
5640      Branch: perl
5641            ! pod/perlport.pod
5642 ____________________________________________________________________________
5643 [ 15072] By: jhi                                   on 2002/03/07  00:05:11
5644         Log: Subject: Re: [PATCH docs] Re: Bug with -M
5645              From: Michael G Schwern <schwern@pobox.com>
5646              Date: Wed, 6 Mar 2002 16:20:27 -0500
5647              Message-ID: <20020306212027.GC4257@blackrider>
5648      Branch: perl
5649            ! pod/perlfunc.pod pod/perlport.pod
5650 ____________________________________________________________________________
5651 [ 15071] By: jhi                                   on 2002/03/06  20:20:29
5652         Log: perldelta updates.
5653      Branch: perl
5654            ! pod/perldelta.pod
5655 ____________________________________________________________________________
5656 [ 15070] By: jhi                                   on 2002/03/06  20:06:37
5657         Log: 5005threads wasn't even compiling.
5658      Branch: perl
5659            ! perl.c
5660 ____________________________________________________________________________
5661 [ 15069] By: jhi                                   on 2002/03/06  15:06:33
5662         Log: Subject: Re: perl@15047 New format tests for still existing bugs
5663              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
5664              Date: Wed, 06 Mar 2002 12:59:29 +0100
5665              Message-Id: <20020306125854.C6F5.H.M.BRAND@hccnet.nl>
5666      Branch: perl
5667            ! t/op/write.t
5668 ____________________________________________________________________________
5669 [ 15068] By: jhi                                   on 2002/03/06  15:04:41
5670         Log: Regen Glossary et al.
5671      Branch: perl
5672            ! Porting/Glossary Porting/config.sh Porting/config_H
5673 ____________________________________________________________________________
5674 [ 15067] By: jhi                                   on 2002/03/06  14:39:58
5675         Log: Use HAS_TM_TM_ZONE (from #15065).  Should help
5676              [ID 20020305.022] POSIX::strftime dumps core: STRUCT_TM_HASZONE should be set
5677      Branch: perl
5678            ! util.c
5679 ____________________________________________________________________________
5680 [ 15066] By: jhi                                   on 2002/03/06  14:39:40
5681         Log: metaconfig unit change for #15065.
5682      Branch: metaconfig
5683            ! U/compline/i_time.U
5684 ____________________________________________________________________________
5685 [ 15065] By: jhi                                   on 2002/03/06  14:39:18
5686         Log: Scan for tm_zone (and tm_gmtoff, while we are at it).
5687      Branch: perl
5688            ! Configure config_h.SH
5689 ____________________________________________________________________________
5690 [ 15064] By: jhi                                   on 2002/03/06  14:14:02
5691         Log: Must remove fallback.c also from here.
5692      Branch: perl
5693            ! MANIFEST
5694 ____________________________________________________________________________
5695 [ 15063] By: jhi                                   on 2002/03/06  13:37:31
5696         Log: Subject: Re: perl@15047 WinCE
5697              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
5698              Date: Wed, 06 Mar 2002 13:41:30 +0100
5699              Message-Id: <20020306134107.C6F8.H.M.BRAND@hccnet.nl>
5700              
5701              Subject: Re: perl@15047 Win32
5702              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
5703              Date: Wed, 06 Mar 2002 13:46:02 +0100
5704              Message-Id: <20020306134539.C6FB.H.M.BRAND@hccnet.nl>
5705              
5706              Subject: Re: perl@15047 Epoc
5707              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
5708              Date: Wed, 06 Mar 2002 13:48:31 +0100
5709              Message-Id: <20020306134811.C6FE.H.M.BRAND@hccnet.nl>
5710              
5711              Subject: Re: perl@15047 NetWare
5712              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
5713              Date: Wed, 06 Mar 2002 13:55:46 +0100
5714              Message-Id: <20020306135406.C701.H.M.BRAND@hccnet.nl>
5715      Branch: perl
5716            ! NetWare/config_H.wc epoc/config.sh win32/Makefile
5717            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
5718            ! wince/Makefile.ce wince/config.h
5719 ____________________________________________________________________________
5720 [ 15062] By: ams                                   on 2002/03/06  09:26:49
5721         Log: Subject: Re: perl@15047
5722              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
5723              Date: Wed, 06 Mar 2002 11:25:50 +0100
5724              Message-Id: <20020306112536.C6E9.H.M.BRAND@hccnet.nl>
5725      Branch: perl
5726            ! cygwin/perlld.in
5727 ____________________________________________________________________________
5728 [ 15061] By: ams                                   on 2002/03/06  08:44:12
5729         Log: Subject: Re: perl@15047
5730              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
5731              Date: Wed, 06 Mar 2002 10:38:02 +0100
5732              Message-Id: <20020306103741.C6E3.H.M.BRAND@hccnet.nl>
5733      Branch: perl
5734            ! pod/perldelta.pod
5735 ____________________________________________________________________________
5736 [ 15060] By: ams                                   on 2002/03/06  08:30:33
5737         Log: Subject: Update perlhist.pod
5738              From: mjd@plover.com
5739              Date: 6 Mar 2002 07:11:55 -0000
5740              Message-Id: <20020306071155.10240.qmail@plover.com>
5741              
5742              Subject: [PATCH pod/perlvar.pod] $^V => string
5743              From: Stas Bekman <stas@stason.org>
5744              Date: Wed, 06 Mar 2002 14:56:55 +0800
5745              Message-Id: <3C85BDB7.7050700@stason.org>
5746      Branch: perl
5747            ! pod/perlhist.pod pod/perlvar.pod
5748 ____________________________________________________________________________
5749 [ 15059] By: ams                                   on 2002/03/06  04:15:38
5750         Log: Subject: [PATCH] assorted configure.com fix-ups
5751              From: "Craig A. Berry" <craigberry@mac.com>
5752              Date: Tue, 5 Mar 2002 23:11:22 -0600
5753              Message-Id: <a05101507b8ab5389f9be@[172.16.52.1]>
5754      Branch: perl
5755            ! configure.com
5756 ____________________________________________________________________________
5757 [ 15058] By: jhi                                   on 2002/03/06  04:01:27
5758         Log: IRIX failure with long doubles.
5759      Branch: perl
5760            ! t/op/pack.t
5761 ____________________________________________________________________________
5762 [ 15057] By: jhi                                   on 2002/03/06  03:12:15
5763         Log: Make reality and Changes coincide.
5764      Branch: perl
5765            ! Changes
5766 ____________________________________________________________________________
5767 [ 15056] By: jhi                                   on 2002/03/06  00:49:03
5768         Log: Subject: Re[2]: [ID 20020303.005] Patch ... C API description
5769              From: Anton Tagunov <tagunov@motor.ru>
5770              Date: Wed, 6 Mar 2002 02:10:21 +0300
5771              Message-ID: <11152782757.20020306021021@motor.ru>
5772              
5773              (reworded)
5774      Branch: perl
5775            ! pod/perluniintro.pod
5776 ____________________________________________________________________________
5777 [ 15055] By: jhi                                   on 2002/03/06  00:35:22
5778         Log: Subject: [PATCH] B::Lint doesn't work
5779              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
5780              Date: Tue, 5 Mar 2002 22:51:18 +0100
5781              Message-ID: <20020305225118.C733@rafael>
5782      Branch: perl
5783            ! ext/B/B/Lint.pm
5784 ____________________________________________________________________________
5785 [ 15054] By: jhi                                   on 2002/03/06  00:34:32
5786         Log: Subject: Re: [PATCH] Re: [ID 20000922.001] Implicit comparison to $. not performed before filehandle read
5787              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
5788              Date: Mon, 04 Mar 2002 16:24:32 -0800
5789              Message-ID: <ABBh8gzkgezX092yn@efn.org>
5790      Branch: perl
5791            ! op.h pp_ctl.c t/op/flip.t
5792 ____________________________________________________________________________
5793 [ 15053] By: jhi                                   on 2002/03/06  00:31:02
5794         Log: Subject: [PATCH] Re: [ID 20020305.018] test failures with perl5.7.3 on FreeBSD 4.3
5795              From: Nicholas Clark <nick@unfortu.net>
5796              Date: Tue, 5 Mar 2002 22:30:49 +0000
5797              Message-ID: <20020305223049.GH1693@Bagpuss.unfortu.net>
5798      Branch: perl
5799            ! pod/perldelta.pod
5800 ____________________________________________________________________________
5801 [ 15052] By: jhi                                   on 2002/03/06  00:28:40
5802         Log: Subject: [PATCH] tests for Gconvert
5803              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
5804              Date: Tue, 05 Mar 2002 16:35:45 -0800
5805              Message-ID: <hRWh8gzkgONX092yn@efn.org>
5806      Branch: perl
5807            ! t/base/num.t
5808 ____________________________________________________________________________
5809 [ 15051] By: jhi                                   on 2002/03/06  00:25:27
5810         Log: Subject: [PATCH] toplevel Makefile.SH
5811              From: Paul_GreenVOS@vos.stratus.com
5812              Date: Tue, 5 Mar 02 17:34 est
5813              Message-Id: <200203052233.RAA18424@mailhub2.stratus.com>
5814      Branch: perl
5815            ! Makefile.SH
5816 ____________________________________________________________________________
5817 [ 15050] By: jhi                                   on 2002/03/05  20:46:40
5818         Log: Subject: [PATCH] pointer to perldelta in Changes
5819              From: Chris Nandor <pudge@pobox.com>
5820              Date: Tue, 05 Mar 2002 16:04:50 -0500
5821              Message-ID: <pudge-920238.16045005032002@onion.valueclick.com>
5822      Branch: perl
5823            ! Changes
5824 ____________________________________________________________________________
5825 [ 15049] By: jhi                                   on 2002/03/05  20:45:33
5826         Log: Subject: [PATCH perldelta] chom?p overridability is the other way
5827              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
5828              Date: Tue, 5 Mar 2002 22:26:20 +0100
5829              Message-ID: <20020305222620.A733@rafael>
5830      Branch: perl
5831            ! pod/perldelta.pod
5832 ____________________________________________________________________________
5833 [ 15048] By: jhi                                   on 2002/03/05  20:43:45
5834         Log: Solaris: allow for /usr/bin/df not to exist.
5835              
5836              Subject: [ID 20020305.014] Configure: /usr/bin/df: not found
5837              From: Kingpin <mthurn@copper.dulles.tasc.com>
5838              Date: Tue, 5 Mar 2002 15:26:55 -0500 (EST)
5839              Message-Id: <200203052026.g25KQtV24683@copper.dulles.tasc.com>
5840      Branch: perl
5841            ! hints/solaris_2.sh
5842 ____________________________________________________________________________
5843 [ 15047] By: jhi                                   on 2002/03/05  15:36:10
5844         Log: Update Changes.
5845      Branch: perl
5846            ! Changes patchlevel.h
5847 ____________________________________________________________________________
5848 [ 15046] By: jhi                                   on 2002/03/05  14:56:19
5849         Log: Double MANIFESTing.
5850      Branch: perl
5851            ! ext/Encode/MANIFEST
5852 ____________________________________________________________________________
5853 [ 15045] By: jhi                                   on 2002/03/05  14:29:41
5854         Log: Remove HanZi and 7bit-kr, from SADAHIRO Tomoyuki.
5855      Branch: perl
5856            - ext/Encode/Encode/7bit-kr.enc
5857            - ext/Encode/lib/Encode/Tcl/HanZi.pm
5858            ! MANIFEST ext/Encode/lib/Encode/Tcl.pm
5859 ____________________________________________________________________________
5860 [ 15044] By: jhi                                   on 2002/03/05  13:40:31
5861         Log: Subject: [PATCH] Re: [ID 20020227.024] unexpected warning getc() on unopened filehandle STDIN
5862              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
5863              Date: Tue, 5 Mar 2002 14:35:57 +0100
5864              Message-ID: <20020305143557.C695@rafael>   
5865      Branch: perl
5866            ! pp_sys.c t/lib/warnings/pp_sys
5867 ____________________________________________________________________________
5868 [ 15043] By: jhi                                   on 2002/03/05  13:36:30
5869         Log: Subject: [PATCH Devel::PPPort]
5870              From: Robin Barker <rmb1@cise.npl.co.uk>
5871              Date: Tue, 5 Mar 2002 13:37:59 GMT
5872              Message-Id: <200203051337.NAA14686@tempest.npl.co.uk>
5873      Branch: perl
5874            ! ext/Devel/PPPort/Makefile.PL
5875 ____________________________________________________________________________
5876 [ 15042] By: jhi                                   on 2002/03/05  13:33:55
5877         Log: Real patch from SADAHIRO Tomoyuki to remove the HZ tests.
5878      Branch: perl
5879            ! ext/Encode/t/Tcl.t
5880 ____________________________________________________________________________
5881 [ 15041] By: nick                                  on 2002/03/05  07:23:58
5882         Log: Integrate mainline (5.7.3)
5883      Branch: perlio
5884           +> ext/Encode/lib/Encode/CN/HZ.pm
5885            - ext/Encode/Encode/HZ.enc ext/Encode/Encode/gbk.enc
5886           !> (integrate 54 files)
5887 ____________________________________________________________________________
5888 [ 15040] By: ams                                   on 2002/03/05  05:10:33
5889         Log: Subject: DOC PATCH 5.7.3 (perldelta)
5890              From: mjd@plover.com
5891              Date: 5 Mar 2002 05:35:58 -0000
5892              Message-Id: <20020305053558.31677.qmail@plover.com>
5893      Branch: perl
5894            ! pod/perldelta.pod
5895 ____________________________________________________________________________
5896 [ 15039] By: jhi                                   on 2002/03/05  03:32:07
5897         Log: This is 5.7.3.
5898      Branch: perl
5899            ! patchlevel.h
5900 ____________________________________________________________________________
5901 [ 15038] By: jhi                                   on 2002/03/05  03:31:32
5902         Log: Shoo.
5903      Branch: perl
5904            ! ext/Encode/t/Tcl.t
5905 ____________________________________________________________________________
5906 [ 15037] By: jhi                                   on 2002/03/05  03:15:17
5907         Log: Update Changes.
5908      Branch: perl
5909            ! Changes patchlevel.h
5910 ____________________________________________________________________________
5911 [ 15036] By: jhi                                   on 2002/03/05  03:11:17
5912         Log: Regen perlapi.
5913      Branch: perl
5914            ! pod/perlapi.pod
5915 ____________________________________________________________________________
5916 [ 15035] By: jhi                                   on 2002/03/05  03:08:50
5917         Log: Tie::File doc tweak for Win32 from mjd. 
5918      Branch: perl
5919            ! lib/Tie/File.pm
5920 ____________________________________________________________________________
5921 [ 15034] By: jhi                                   on 2002/03/05  02:51:47
5922         Log: Regen toc.
5923      Branch: perl
5924            ! pod/perltoc.pod
5925 ____________________________________________________________________________
5926 [ 15033] By: jhi                                   on 2002/03/05  02:34:32
5927         Log: Decommission Encode::Tcl HZ testing for now.
5928      Branch: perl
5929            ! ext/Encode/t/Tcl.t
5930 ____________________________________________________________________________
5931 [ 15032] By: jhi                                   on 2002/03/05  02:05:23
5932         Log: Must have a return.
5933      Branch: perl
5934            ! pp_pack.c
5935 ____________________________________________________________________________
5936 [ 15031] By: jhi                                   on 2002/03/05  01:45:21
5937         Log: The very latest win32 score from Jan Dubois.
5938      Branch: perl
5939            ! pod/perldelta.pod
5940 ____________________________________________________________________________
5941 [ 15030] By: ams                                   on 2002/03/05  01:40:01
5942         Log: Subject: [PATCH] README.macos
5943              From: Chris Nandor <pudge@pobox.com>
5944              Date: Mon, 04 Mar 2002 17:37:59 -0500
5945              Message-Id: <pudge-AB6431.17375904032002@onion.valueclick.com>
5946      Branch: perl
5947            ! README.macos
5948 ____________________________________________________________________________
5949 [ 15029] By: jhi                                   on 2002/03/05  01:39:29
5950         Log: "The last pieces of Chinese puzzle" from Autrijus.
5951      Branch: perl
5952            + ext/Encode/lib/Encode/CN/HZ.pm
5953            - ext/Encode/Encode/HZ.enc
5954            ! MANIFEST ext/Encode/CN/CN.pm ext/Encode/Encode.pm
5955            ! ext/Encode/KR/KR.pm ext/Encode/MANIFEST ext/Encode/TW/TW.pm
5956 ____________________________________________________________________________
5957 [ 15028] By: jhi                                   on 2002/03/05  00:53:36
5958         Log: Known test failures updates.
5959      Branch: perl
5960            ! pod/perldelta.pod
5961 ____________________________________________________________________________
5962 [ 15027] By: jhi                                   on 2002/03/04  23:48:07
5963         Log: One more nit from mjd.
5964      Branch: perl
5965            ! lib/Tie/File/t/16_handle.t
5966 ____________________________________________________________________________
5967 [ 15026] By: jhi                                   on 2002/03/04  23:42:28
5968         Log: Upgrade to Tie::File 0.17 from mjd.
5969      Branch: perl
5970            ! lib/Tie/File.pm lib/Tie/File/t/05_size.t
5971            ! lib/Tie/File/t/16_handle.t lib/Tie/File/t/17_misc_meth.t
5972 ____________________________________________________________________________
5973 [ 15025] By: jhi                                   on 2002/03/04  23:14:54
5974         Log: Subject: Re: [PATCH] Re: For 5.7.3, known failure for rel2abs2rel.t on FreeBSD 4.5
5975              From: Nicholas Clark <nick@unfortu.net>
5976              Date: Mon, 4 Mar 2002 23:33:52 +0000
5977              Message-ID: <20020304233351.GB4284@Bagpuss.unfortu.net>
5978      Branch: perl
5979            ! pod/perldelta.pod
5980 ____________________________________________________________________________
5981 [ 15024] By: jhi                                   on 2002/03/04  22:21:44
5982         Log: Escapee.
5983      Branch: perl
5984            ! proto.h
5985 ____________________________________________________________________________
5986 [ 15023] By: jhi                                   on 2002/03/04  22:17:56
5987         Log: Subject: [PATCH] (was Re: [PATCH @13746] h2xs)
5988              From: Nicholas Clark <nick@unfortu.net>
5989              Date: Mon, 4 Mar 2002 22:48:38 +0000
5990              Message-ID: <20020304224837.GA4284@Bagpuss.unfortu.net>
5991      Branch: perl
5992            ! ext/Fcntl/Fcntl.xs ext/Fcntl/Makefile.PL ext/File/Glob/Glob.xs
5993            ! ext/File/Glob/Makefile.PL ext/GDBM_File/GDBM_File.xs
5994            ! ext/GDBM_File/Makefile.PL ext/I18N/Langinfo/Langinfo.xs
5995            ! ext/I18N/Langinfo/Makefile.PL ext/POSIX/Makefile.PL
5996            ! ext/POSIX/POSIX.xs ext/Socket/Makefile.PL ext/Socket/Socket.xs
5997            ! ext/Sys/Syslog/Makefile.PL ext/Sys/Syslog/Syslog.xs
5998            ! lib/ExtUtils/Constant.pm lib/h2xs.t utils/h2xs.PL
5999 ____________________________________________________________________________
6000 [ 15022] By: jhi                                   on 2002/03/04  22:09:39
6001         Log: Cleaner.
6002      Branch: perl
6003            ! Makefile.SH
6004 ____________________________________________________________________________
6005 [ 15021] By: jhi                                   on 2002/03/04  22:06:22
6006         Log: Subject: [PATCH] small doc update to promote '-no_match_vars' of 'use English'
6007              From: Jeffrey Friedl <jfriedl@yahoo.com>
6008              Date: Mon, 4 Mar 2002 12:14:45 -0800 (PST)
6009              Message-Id: <200203042014.g24KEjP08407@ventrue.corp.yahoo.com>
6010      Branch: perl
6011            ! pod/perlform.pod pod/perlipc.pod pod/perlsec.pod
6012            ! pod/perlvar.pod
6013 ____________________________________________________________________________
6014 [ 15020] By: jhi                                   on 2002/03/04  21:44:42
6015         Log: More Han tweaks from Autrjius Tang: most importantly,
6016              gbk is identical to cp936, so gbk can be removed and
6017              taken care of by an alias.
6018      Branch: perl
6019            - ext/Encode/Encode/gbk.enc
6020            ! MANIFEST ext/Encode/CN/CN.pm ext/Encode/CN/Makefile.PL
6021            ! ext/Encode/Encode.pm ext/Encode/KR/KR.pm
6022            ! ext/Encode/KR/Makefile.PL ext/Encode/MANIFEST
6023            ! ext/Encode/TW/Makefile.PL ext/Encode/TW/TW.pm
6024 ____________________________________________________________________________
6025 [ 15019] By: jhi                                   on 2002/03/04  21:23:42
6026         Log: Subject: [PATCH] Re: For 5.7.3, known failure for rel2abs2rel.t on FreeBSD 4.5
6027              From: Nicholas Clark <nick@unfortu.net>
6028              Date: Mon, 4 Mar 2002 22:20:13 +0000
6029              Message-ID: <20020304222012.GE334@Bagpuss.unfortu.net>
6030      Branch: perl
6031            ! pod/perldelta.pod
6032 ____________________________________________________________________________
6033 [ 15018] By: jhi                                   on 2002/03/04  21:19:31
6034         Log: Based on
6035              
6036              Subject: Re[2]: [ID 20020303.005] Patch perlinicode C API description
6037              From: Anton Tagunov <tagunov@motor.ru>
6038              Date: Mon, 4 Mar 2002 21:14:39 +0300
6039              Message-ID: <1814137429.20020304211439@motor.ru>
6040      Branch: perl
6041            ! pod/perlunicode.pod
6042 ____________________________________________________________________________
6043 [ 15017] By: jhi                                   on 2002/03/04  20:43:05
6044         Log: Subject: [PATCH] enhance xsubpp to support OVERLOAD: keyword
6045              From: John Peacock <jpeacock@rowman.com>
6046              Date: Mon, 04 Mar 2002 16:18:42 -0500
6047              Message-ID: <3C83E4B2.3060700@rowman.com>
6048              
6049              Subject: Re: [PATCH] enhance xsubpp to support OVERLOAD: keyword
6050              From: John Peacock <jpeacock@rowman.com>
6051              Date: Mon, 04 Mar 2002 16:42:55 -0500
6052              Message-ID: <3C83EA5F.80303@rowman.com>
6053      Branch: perl
6054            ! lib/ExtUtils/xsubpp pod/perlxs.pod
6055 ____________________________________________________________________________
6056 [ 15016] By: jhi                                   on 2002/03/04  20:07:04
6057         Log: Subject: [PATCH @15001] ISO-IR-165 --> ISO_IR_165
6058              From: "Craig A. Berry" <craigberry@mac.com>
6059              Date: Mon, 04 Mar 2002 14:47:59 -0600
6060              Message-Id: <5.1.0.14.2.20020304144257.0366deb0@exchi01>
6061              
6062              Subject: Re: [PATCH @15001] ISO-IR-165 --> ISO_IR_165
6063              From: "Craig A. Berry" <craigberry@mac.com>
6064              Date: Mon, 04 Mar 2002 15:04:58 -0600
6065              Message-Id: <5.1.0.14.2.20020304150245.01ae4968@mail.mac.com>
6066      Branch: perl
6067            ! ext/Encode/CN/Makefile.PL ext/Encode/TW/Makefile.PL
6068 ____________________________________________________________________________
6069 [ 15015] By: jhi                                   on 2002/03/04  18:58:03
6070         Log: metaconfig unit change for #15014.
6071      Branch: metaconfig/U/perl
6072            ! Extensions.U
6073 ____________________________________________________________________________
6074 [ 15014] By: jhi                                   on 2002/03/04  18:57:23
6075         Log: Add Encode::CN, Encode::KR, and Encode::TW to the list
6076              of known extensions, where Encode::JP already is.
6077      Branch: perl
6078            ! Configure Porting/config.sh Porting/config_H uconfig.h
6079 ____________________________________________________________________________
6080 [ 15013] By: jhi                                   on 2002/03/04  18:36:05
6081         Log: SJIS, from Dan Kogai.
6082      Branch: perl
6083            ! ext/Encode/JP/JP.pm ext/Encode/JP/Makefile.PL
6084 ____________________________________________________________________________
6085 [ 15012] By: nick                                  on 2002/03/04  17:35:50
6086         Log: Intergrate perlio's Encode/compile
6087      Branch: perl
6088           !> ext/Encode/compile
6089 ____________________________________________________________________________
6090 [ 15011] By: nick                                  on 2002/03/04  17:29:54
6091         Log: Avoid $Id$ cleverness and just have a $VERSION.
6092      Branch: perlio
6093            ! ext/Encode/compile
6094 ____________________________________________________________________________
6095 [ 15010] By: nick                                  on 2002/03/04  17:29:14
6096         Log: Integrate mainline
6097      Branch: perlio
6098           +> lib/Math/BigInt/t/isa.t
6099           !> MANIFEST embed.fnc embed.h ext/Encode/t/JP.t gv.c
6100           !> lib/warnings.pm op.c perly.c pod/perldelta.pod
6101           !> pod/perllexwarn.pod pp.c pp_sys.c proto.h regcomp.c
6102           !> t/lib/warnings/regcomp t/op/taint.t toke.c warnings.h
6103           !> warnings.pl
6104 ____________________________________________________________________________
6105 [ 15009] By: jhi                                   on 2002/03/04  17:24:30
6106         Log: Integrate ext/Encode/compile from perlio.
6107      Branch: perl
6108           !> ext/Encode/compile
6109 ____________________________________________________________________________
6110 [ 15008] By: jhi                                   on 2002/03/04  17:11:19
6111         Log: Integrate perlio: win32 tweaks.  (ext/Encode/compile
6112              updates not integrated, something odd going on in there.)
6113      Branch: perl
6114           !> ext/Encode/t/JP.t ext/threads/shared/shared.xs
6115           !> lib/Tie/File/t/16_handle.t
6116 ____________________________________________________________________________
6117 [ 15007] By: nick                                  on 2002/03/04  17:08:17
6118         Log: Integrate mainline
6119      Branch: perlio
6120           !> AUTHORS Changes Porting/Glossary Porting/config.sh
6121           !> Porting/config_H ext/Encode/Encode.pm patchlevel.h
6122           !> pod/perltoc.pod
6123 ____________________________________________________________________________
6124 [ 15006] By: jhi                                   on 2002/03/04  16:46:49
6125         Log: A new M::BI test.
6126      Branch: perl
6127            + lib/Math/BigInt/t/isa.t
6128            ! MANIFEST
6129 ____________________________________________________________________________
6130 [ 15005] By: jhi                                   on 2002/03/04  16:43:53
6131         Log: Subject: VMS test and perldelta update
6132              From: "Craig A. Berry" <craigberry@mac.com>
6133              Date: Mon, 04 Mar 2002 11:03:37 -0600
6134              Message-Id: <5.1.0.14.2.20020304105500.01ae4968@exchi01>
6135      Branch: perl
6136            ! ext/Encode/t/JP.t pod/perldelta.pod t/op/taint.t
6137 ____________________________________________________________________________
6138 [ 15004] By: jhi                                   on 2002/03/04  16:41:50
6139         Log: Needed for threaded builds.
6140      Branch: perl
6141            ! embed.fnc embed.h
6142 ____________________________________________________________________________
6143 [ 15003] By: jhi                                   on 2002/03/04  16:37:13
6144         Log: Subject: [PATCH] taint + deprecated warnings
6145              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
6146              Date: Mon, 4 Mar 2002 16:33:23 -0000
6147              Message-ID: <AIEAJICLCBDNAAOLLOKLCEKGDOAA.paul_marquess@yahoo.co.uk>
6148      Branch: perl
6149            ! embed.h gv.c lib/warnings.pm op.c perly.c pod/perldelta.pod
6150            ! pod/perllexwarn.pod pp.c pp_sys.c proto.h regcomp.c
6151            ! t/lib/warnings/regcomp toke.c warnings.h warnings.pl
6152 ____________________________________________________________________________
6153 [ 15002] By: nick                                  on 2002/03/04  16:19:06
6154         Log: Win32 tweak
6155      Branch: perlio
6156            ! lib/Tie/File/t/16_handle.t
6157 ____________________________________________________________________________
6158 [ 15001] By: jhi                                   on 2002/03/04  15:39:11
6159         Log: Update Changes.
6160      Branch: perl
6161            ! Changes patchlevel.h
6162 ____________________________________________________________________________
6163 [ 15000] By: jhi                                   on 2002/03/04  15:28:01
6164         Log: AUTHORS updates.
6165      Branch: perl
6166            ! AUTHORS
6167 ____________________________________________________________________________
6168 [ 14999] By: nick                                  on 2002/03/04  15:26:43
6169         Log: Win32 hack
6170      Branch: perlio
6171            ! ext/Encode/compile ext/Encode/t/JP.t
6172 ____________________________________________________________________________
6173 [ 14998] By: jhi                                   on 2002/03/04  15:23:35
6174         Log: Encode doc tweak from Autrijus Tang.
6175      Branch: perl
6176            ! ext/Encode/Encode.pm
6177 ____________________________________________________________________________
6178 [ 14997] By: jhi                                   on 2002/03/04  14:53:38
6179         Log: Regen Glossary et al.  (It seems the #14875 didn't
6180              quite work in removing the double-dot?)
6181      Branch: perl
6182            ! Porting/Glossary Porting/config.sh Porting/config_H
6183 ____________________________________________________________________________
6184 [ 14996] By: jhi                                   on 2002/03/04  14:46:29
6185         Log: Regen toc.
6186      Branch: perl
6187            ! pod/perltoc.pod
6188 ____________________________________________________________________________
6189 [ 14995] By: nick                                  on 2002/03/04  14:42:09
6190         Log: Remove debugging assert
6191      Branch: perlio
6192            ! ext/threads/shared/shared.xs
6193 ____________________________________________________________________________
6194 [ 14994] By: nick                                  on 2002/03/04  14:41:54
6195         Log: Integrate mainline
6196      Branch: perlio
6197           !> MANIFEST ext/Encode/Encode.pm lib/Tie/File/t/01_gen.t
6198           !> lib/Tie/File/t/04_splice.t lib/Tie/File/t/10_splice_rs.t
6199           !> lib/Tie/File/t/15_pushpop.t util.c
6200 ____________________________________________________________________________
6201 [ 14993] By: jhi                                   on 2002/03/04  14:10:07
6202         Log: Han update from Autrijus Tang. 
6203      Branch: perl
6204            ! ext/Encode/Encode.pm
6205 ____________________________________________________________________________
6206 [ 14992] By: nick                                  on 2002/03/04  14:08:38
6207         Log: Integrate mainline - all tests pass - some noise from threads
6208              av_simple (SuSE7.3).
6209      Branch: perlio
6210           +> lib/Tie/File/t/01_gen.t lib/Tie/File/t/02_fetchsize.t
6211           +> lib/Tie/File/t/03_longfetch.t lib/Tie/File/t/04_splice.t
6212           +> lib/Tie/File/t/05_size.t lib/Tie/File/t/06_fixrec.t
6213           +> lib/Tie/File/t/07_rv_splice.t lib/Tie/File/t/08_ro.t
6214           +> lib/Tie/File/t/09_gen_rs.t lib/Tie/File/t/10_splice_rs.t
6215           +> lib/Tie/File/t/11_rv_splice_rs.t
6216           +> lib/Tie/File/t/12_longfetch_rs.t lib/Tie/File/t/13_size_rs.t
6217           +> lib/Tie/File/t/14_lock.t lib/Tie/File/t/15_pushpop.t
6218           +> lib/Tie/File/t/16_handle.t lib/Tie/File/t/17_misc_meth.t
6219            - lib/Tie/File/01_gen.t lib/Tie/File/02_fetchsize.t
6220            - lib/Tie/File/03_longfetch.t lib/Tie/File/04_splice.t
6221            - lib/Tie/File/05_size.t lib/Tie/File/06_fixrec.t
6222            - lib/Tie/File/07_rv_splice.t lib/Tie/File/08_ro.t
6223            - lib/Tie/File/09_gen_rs.t lib/Tie/File/10_splice_rs.t
6224            - lib/Tie/File/11_rv_splice_rs.t lib/Tie/File/12_longfetch_rs.t
6225            - lib/Tie/File/13_size_rs.t lib/Tie/File/14_lock.t
6226            - lib/Tie/File/15_pushpop.t
6227           !> (integrate 47 files)
6228 ____________________________________________________________________________
6229 [ 14991] By: jhi                                   on 2002/03/04  13:37:52
6230         Log: Missing MANIFESTations.
6231      Branch: perl
6232            ! MANIFEST
6233 ____________________________________________________________________________
6234 [ 14990] By: jhi                                   on 2002/03/04  13:34:15
6235         Log: Attempt at portability.
6236      Branch: perl
6237            ! util.c
6238 ____________________________________________________________________________
6239 [ 14989] By: jhi                                   on 2002/03/04  13:04:06
6240         Log: Needed by #14985.
6241      Branch: perl
6242            ! embed.h global.sym proto.h
6243 ____________________________________________________________________________
6244 [ 14988] By: ams                                   on 2002/03/04  08:59:27
6245         Log: Upgrade to Tie::File 0.16.
6246      Branch: perl
6247            + lib/Tie/File/t/16_handle.t lib/Tie/File/t/17_misc_meth.t
6248            ! lib/Tie/File.pm lib/Tie/File/t/01_gen.t
6249            ! lib/Tie/File/t/04_splice.t lib/Tie/File/t/10_splice_rs.t
6250            ! lib/Tie/File/t/15_pushpop.t
6251 ____________________________________________________________________________
6252 [ 14987] By: ams                                   on 2002/03/04  08:48:11
6253         Log: Subject: [PATCH @14577] perly-fixer
6254              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
6255              Date: Mon, 4 Mar 2002 02:28:51 -0500
6256              Message-Id: <20020304022851.A14119@math.ohio-state.edu>
6257      Branch: perl
6258            ! Makefile.SH perly.fixer
6259 ____________________________________________________________________________
6260 [ 14986] By: ams                                   on 2002/03/04  08:43:37
6261         Log: Subject: [PATCH @14577] xsubpp
6262              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
6263              Date: Mon, 4 Mar 2002 02:25:52 -0500
6264              Message-Id: <20020304022552.A14106@math.ohio-state.edu>
6265      Branch: perl
6266            ! lib/ExtUtils/xsubpp pod/perlxs.pod
6267 ____________________________________________________________________________
6268 [ 14985] By: ams                                   on 2002/03/04  08:40:46
6269         Log: Subject: [PATCH @14577] sv_cmp and friends
6270              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
6271              Date: Mon, 4 Mar 2002 02:31:04 -0500
6272              Message-Id: <20020304023103.A14140@math.ohio-state.edu>
6273      Branch: perl
6274            ! embed.fnc sv.c util.c
6275 ____________________________________________________________________________
6276 [ 14984] By: ams                                   on 2002/03/04  08:16:06
6277         Log: Fix File::Path docs as suggested by Ronald Kimball.
6278      Branch: perl
6279            ! lib/File/Path.pm
6280 ____________________________________________________________________________
6281 [ 14983] By: ams                                   on 2002/03/04  08:11:20
6282         Log: Update perldata fix as suggested by Benjamin Goldberg.
6283      Branch: perl
6284            ! pod/perldata.pod
6285 ____________________________________________________________________________
6286 [ 14982] By: jhi                                   on 2002/03/04  03:56:46
6287         Log: Faulty skip.
6288      Branch: perl
6289            ! ext/DB_File/t/db-recno.t
6290 ____________________________________________________________________________
6291 [ 14981] By: jhi                                   on 2002/03/04  03:46:31
6292         Log: Subject: [ID 20020303.006] [Doc][utf8::up/down grade][use encoding] application for clarification
6293              From: Anton Tagunov <tagunov@motor.ru>
6294              Date: Mon, 4 Mar 2002 05:41:41 +0300
6295              Message-Id: <7916563907.20020304054141@motor.ru>
6296              
6297              Subject: [ID 20020303.005] Patch perlinicode C API description
6298              From: Anton Tagunov <tagunov@motor.ru>
6299              Date: Mon, 4 Mar 2002 06:08:23 +0300
6300              Message-Id: <2018165510.20020304060823@motor.ru>
6301      Branch: perl
6302            ! lib/utf8.pm pod/perlunicode.pod
6303 ____________________________________________________________________________
6304 [ 14980] By: ams                                   on 2002/03/04  02:19:20
6305         Log: Subject: Re[2]: [ID 20020227.016] Fix perldata manpage?
6306              From: Anton Tagunov <tagunov@motor.ru>
6307              Date: Mon, 4 Mar 2002 02:17:40 +0300
6308              Message-Id: <1344322124.20020304021740@motor.ru>
6309      Branch: perl
6310            ! pod/perldata.pod
6311 ____________________________________________________________________________
6312 [ 14979] By: ams                                   on 2002/03/04  02:17:54
6313         Log: Subject: RE: [PATCH] RE: DB_File breakage
6314              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
6315              Date: Sun, 3 Mar 2002 23:56:31 -0000
6316              Message-Id: <AIEAJICLCBDNAAOLLOKLIEJADOAA.paul_marquess@yahoo.co.uk>
6317      Branch: perl
6318            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
6319            ! ext/DB_File/t/db-recno.t
6320 ____________________________________________________________________________
6321 [ 14978] By: ams                                   on 2002/03/04  02:07:16
6322         Log: Subject: [PATCH] docs for ExtUtils::Manifest
6323              From: Nicholas Clark <nick@unfortu.net>
6324              Date: Sun, 3 Mar 2002 23:29:25 +0000
6325              Message-Id: <20020303232924.GG322@Bagpuss.unfortu.net>
6326      Branch: perl
6327            ! lib/ExtUtils/Manifest.pm
6328 ____________________________________________________________________________
6329 [ 14977] By: jhi                                   on 2002/03/04  02:07:06
6330         Log: Forgot from the M::BI 1.54 update.
6331      Branch: perl
6332            ! lib/Math/BigInt/t/bigfltpm.inc lib/Math/BigInt/t/bigintpm.inc
6333            ! lib/Math/BigInt/t/upgrade.inc
6334 ____________________________________________________________________________
6335 [ 14976] By: ams                                   on 2002/03/04  02:04:32
6336         Log: Subject: [PATCH] attr
6337              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
6338              Date: Sun, 3 Mar 2002 22:09:58 -0000
6339              Message-Id: <AIEAJICLCBDNAAOLLOKLOEINDOAA.paul_marquess@yahoo.co.uk>
6340      Branch: perl
6341            ! lib/warnings.pm warnings.pl
6342 ____________________________________________________________________________
6343 [ 14975] By: ams                                   on 2002/03/04  02:01:27
6344         Log: Subject: [PATCH] File::Path documentation
6345              From: Colin Meyer <cmeyer@helvella.org>
6346              Date: Sun, 3 Mar 2002 14:54:24 -0800
6347              Message-Id: <20020303145424.A21774@hobart.helvella.org>
6348      Branch: perl
6349            ! lib/File/Path.pm
6350 ____________________________________________________________________________
6351 [ 14974] By: jhi                                   on 2002/03/04  01:54:17
6352         Log: Typo.
6353      Branch: perl
6354            ! lib/Math/BigInt/t/upgrade.t
6355 ____________________________________________________________________________
6356 [ 14973] By: jhi                                   on 2002/03/04  01:30:49
6357         Log: Editing errors.
6358      Branch: perl
6359            ! MANIFEST
6360 ____________________________________________________________________________
6361 [ 14972] By: jhi                                   on 2002/03/04  01:18:02
6362         Log: Upgrade to Math::BigInt 1.54.
6363      Branch: perl
6364            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm
6365            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bare_mbf.t
6366            ! lib/Math/BigInt/t/bare_mbi.t lib/Math/BigInt/t/bigfltpm.t
6367            ! lib/Math/BigInt/t/bigintpm.t lib/Math/BigInt/t/config.t
6368            ! lib/Math/BigInt/t/downgrade.t lib/Math/BigInt/t/sub_mbf.t
6369            ! lib/Math/BigInt/t/sub_mbi.t lib/Math/BigInt/t/upgrade.t
6370 ____________________________________________________________________________
6371 [ 14971] By: jhi                                   on 2002/03/04  01:06:53
6372         Log: Test tweak from Craig Berry.
6373      Branch: perl
6374            ! lib/Tie/File/t/15_pushpop.t
6375 ____________________________________________________________________________
6376 [ 14970] By: jhi                                   on 2002/03/04  01:05:17
6377         Log: Upgrade to Tie::File 0.15.
6378      Branch: perl
6379            + lib/Tie/File/t/01_gen.t lib/Tie/File/t/02_fetchsize.t
6380            + lib/Tie/File/t/03_longfetch.t lib/Tie/File/t/04_splice.t
6381            + lib/Tie/File/t/05_size.t lib/Tie/File/t/06_fixrec.t
6382            + lib/Tie/File/t/07_rv_splice.t lib/Tie/File/t/08_ro.t
6383            + lib/Tie/File/t/09_gen_rs.t lib/Tie/File/t/10_splice_rs.t
6384            + lib/Tie/File/t/11_rv_splice_rs.t
6385            + lib/Tie/File/t/12_longfetch_rs.t lib/Tie/File/t/13_size_rs.t
6386            + lib/Tie/File/t/14_lock.t lib/Tie/File/t/15_pushpop.t
6387            - lib/Tie/File/01_gen.t lib/Tie/File/02_fetchsize.t
6388            - lib/Tie/File/03_longfetch.t lib/Tie/File/04_splice.t
6389            - lib/Tie/File/05_size.t lib/Tie/File/06_fixrec.t
6390            - lib/Tie/File/07_rv_splice.t lib/Tie/File/08_ro.t
6391            - lib/Tie/File/09_gen_rs.t lib/Tie/File/10_splice_rs.t
6392            - lib/Tie/File/11_rv_splice_rs.t lib/Tie/File/12_longfetch_rs.t
6393            - lib/Tie/File/13_size_rs.t lib/Tie/File/14_lock.t
6394            - lib/Tie/File/15_pushpop.t
6395            ! MANIFEST lib/Tie/File.pm
6396 ____________________________________________________________________________
6397 [ 14969] By: jhi                                   on 2002/03/04  00:25:33
6398         Log: The EBCDIC gaps apply only to the real A-Z.
6399      Branch: perl
6400            ! ext/B/B/Deparse.pm
6401 ____________________________________________________________________________
6402 [ 14968] By: jhi                                   on 2002/03/03  19:00:06
6403         Log: EBCDIC: deparse \cX correctly.
6404      Branch: perl
6405            ! ext/B/B/Deparse.pm
6406 ____________________________________________________________________________
6407 [ 14967] By: ams                                   on 2002/03/03  18:18:00
6408         Log: Subject: [PATCH] nit in perlsyn.pod
6409              From: "Wolfgang Laun" <wolfgang.laun@chello.at>
6410              Date: Sun, 03 Mar 2002 20:16:10 +0100
6411              Message-Id: <200203032016100050.00066EE7@smtp.chello.at>
6412      Branch: perl
6413            ! pod/perlsyn.pod
6414 ____________________________________________________________________________
6415 [ 14966] By: ams                                   on 2002/03/03  18:06:32
6416         Log: Subject: [PATCH utils/h2xs.PL] use Config; use Config; require Config;
6417              From: Michael G Schwern <schwern@pobox.com>
6418              Date: Sun, 3 Mar 2002 13:33:28 -0500
6419              Message-Id: <20020303183328.GA3296@blackrider>
6420      Branch: perl
6421            ! utils/h2xs.PL
6422 ____________________________________________________________________________
6423 [ 14965] By: ams                                   on 2002/03/03  18:00:03
6424         Log: Subject: [ PATCH ] HP back to default
6425              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
6426              Date: Sun, 03 Mar 2002 18:48:34 +0100
6427              Message-Id: <20020303184627.A69C.H.M.BRAND@hccnet.nl>
6428      Branch: perl
6429            ! hints/hpux.sh
6430 ____________________________________________________________________________
6431 [ 14964] By: jhi                                   on 2002/03/03  16:54:55
6432         Log: EBCDIC: special cases of special cases.
6433      Branch: perl
6434            ! t/uni/case.pl
6435 ____________________________________________________________________________
6436 [ 14963] By: jhi                                   on 2002/03/03  16:11:07
6437         Log: EBCDIC: the v-string components cannot exceed 2147483647.
6438      Branch: perl
6439            ! pod/perldiag.pod pod/perlport.pod t/op/ver.t util.c
6440 ____________________________________________________________________________
6441 [ 14962] By: jhi                                   on 2002/03/03  15:06:55
6442         Log: Remove the bogus "incorrect case" warning completely.
6443              The problem exists, but the cure, in which ever form
6444              it will be, needs to be something more subtle.
6445      Branch: perl
6446            ! op.c pod/perldiag.pod
6447 ____________________________________________________________________________
6448 [ 14961] By: ams                                   on 2002/03/03  13:39:09
6449         Log: Subject: Re: PATCH (bleadperl): Quieter handling of tied arrays
6450              From: Mark-Jason Dominus <mjd@plover.com>
6451              Date: Sun, 03 Mar 2002 09:32:16 -0500
6452              Message-Id: <20020303143216.10536.qmail@plover.com>
6453      Branch: perl
6454            ! t/op/tiearray.t
6455 ____________________________________________________________________________
6456 [ 14960] By: nick                                  on 2002/03/03  09:59:59
6457         Log: Integrate mainline
6458      Branch: perlio
6459           +> lib/Tie/File/14_lock.t lib/Tie/File/15_pushpop.t
6460            - ext/Encode/t/table.rnd ext/Encode/t/table.utf8
6461            ! ext/Encode/compile
6462           !> (integrate 27 files)
6463 ____________________________________________________________________________
6464 [ 14959] By: ams                                   on 2002/03/03  08:11:34
6465         Log: Fix #14957.
6466      Branch: perl
6467            ! ext/DB_File/t/db-recno.t
6468 ____________________________________________________________________________
6469 [ 14958] By: ams                                   on 2002/03/03  05:51:00
6470         Log: Subject: [PATCH @14577] NL in debugger
6471              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
6472              Date: Sat, 2 Mar 2002 05:34:12 -0500
6473              Message-Id: <20020302053412.A5465@math.ohio-state.edu>
6474      Branch: perl
6475            ! lib/perl5db.pl
6476 ____________________________________________________________________________
6477 [ 14957] By: ams                                   on 2002/03/03  05:00:04
6478         Log: Subject: Re: DB_File breakage
6479              From: Schuyler Erle <schuyler@oreilly.com>
6480              Date: Sat, 02 Mar 2002 21:50:30 -0800
6481              Message-Id: <3C81B9A6.A6B6C7FE@oreilly.com>
6482      Branch: perl
6483            ! ext/DB_File/t/db-recno.t
6484 ____________________________________________________________________________
6485 [ 14956] By: ams                                   on 2002/03/03  04:40:08
6486         Log: Subject: [PATCH @14577] Debugging OPs
6487              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
6488              Date: Sat, 2 Mar 2002 05:49:58 -0500
6489              Message-Id: <20020302054958.A5511@math.ohio-state.edu>
6490      Branch: perl
6491            ! deb.c dump.c ext/Devel/Peek/Peek.pm perl.c perl.h
6492            ! pod/perlrun.pod sv.h
6493 ____________________________________________________________________________
6494 [ 14955] By: ams                                   on 2002/03/03  04:34:41
6495         Log: Subject: Tie::Array doc patch
6496              From: Tatsuhiko Miyagawa <miyagawa@edge.co.jp>
6497              Date: Sat, 02 Mar 2002 08:42:56 +0900
6498              Message-Id: <863czj97nj.wl@mail.edge.co.jp>
6499      Branch: perl
6500            ! lib/Tie/Array.pm
6501 ____________________________________________________________________________
6502 [ 14954] By: ams                                   on 2002/03/03  04:23:33
6503         Log: Subject: Re: Smoke 14870
6504              From: Nicholas Clark <nick@unfortu.net>
6505              Date: Sat, 2 Mar 2002 20:00:53 +0000
6506              Message-Id: <20020302200053.GB384@Bagpuss.unfortu.net>
6507      Branch: perl
6508            ! README.hpux
6509 ____________________________________________________________________________
6510 [ 14953] By: ams                                   on 2002/03/03  04:15:49
6511         Log: Subject: RE: VERSION core
6512              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
6513              Date: Sat, 2 Mar 2002 22:50:44 -0000
6514              Message-Id: <AIEAJICLCBDNAAOLLOKLEEHNDOAA.paul_marquess@yahoo.co.uk>
6515      Branch: perl
6516            ! t/comp/use.t
6517 ____________________________________________________________________________
6518 [ 14952] By: jhi                                   on 2002/03/02  23:41:54
6519         Log: The #14949 removed this error from non-Win32.
6520      Branch: perl
6521            ! t/lib/warnings/op
6522 ____________________________________________________________________________
6523 [ 14951] By: jhi                                   on 2002/03/02  19:54:15
6524         Log: BeOS back on track.
6525      Branch: perl
6526            ! README.beos
6527 ____________________________________________________________________________
6528 [ 14950] By: jhi                                   on 2002/03/02  19:52:58
6529         Log: The _POSIX_OPEN_MAX values are allowed *minimums*,
6530              higher is okay.
6531      Branch: perl
6532            ! ext/POSIX/t/posix.t
6533 ____________________________________________________________________________
6534 [ 14949] By: jhi                                   on 2002/03/02  19:33:29
6535         Log: For now, make "incorrect case" a Win32-only warning.
6536      Branch: perl
6537            ! op.c
6538 ____________________________________________________________________________
6539 [ 14948] By: jhi                                   on 2002/03/02  17:55:48
6540         Log: Demand more before attempting socketpair().
6541      Branch: perl
6542            ! pp_sys.c
6543 ____________________________________________________________________________
6544 [ 14947] By: jhi                                   on 2002/03/02  17:35:09
6545         Log: Remove obsolete hack.
6546      Branch: perl
6547            ! makedepend.SH
6548 ____________________________________________________________________________
6549 [ 14946] By: ams                                   on 2002/03/02  16:00:32
6550         Log: Forgot to delete encode.* from MANIFEST.
6551      Branch: perl
6552            ! MANIFEST
6553 ____________________________________________________________________________
6554 [ 14945] By: ams                                   on 2002/03/02  14:41:03
6555         Log: Delete ex-test output.
6556      Branch: perl
6557            - ext/Encode/t/table.rnd ext/Encode/t/table.utf8
6558 ____________________________________________________________________________
6559 [ 14944] By: ams                                   on 2002/03/02  13:54:35
6560         Log: Subject: [PATCH] DB_File 1.803
6561              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
6562              Date: Sat, 2 Mar 2002 14:33:32 -0000
6563              Message-Id: <AIEAJICLCBDNAAOLLOKLAEHGDOAA.paul_marquess@yahoo.co.uk>
6564      Branch: perl
6565            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
6566            ! ext/DB_File/DB_File.xs ext/DB_File/t/db-btree.t
6567 ____________________________________________________________________________
6568 [ 14943] By: ams                                   on 2002/03/02  13:43:06
6569         Log: Upgrade to Tie::File 0.14.
6570      Branch: perl
6571            + lib/Tie/File/14_lock.t lib/Tie/File/15_pushpop.t
6572            ! MANIFEST lib/Tie/File.pm lib/Tie/File/01_gen.t
6573            ! lib/Tie/File/04_splice.t lib/Tie/File/07_rv_splice.t
6574 ____________________________________________________________________________
6575 [ 14942] By: nick                                  on 2002/03/02  11:05:53
6576         Log: Integrate mainline
6577      Branch: perlio
6578           +> ext/Encode/Encode/big5-hkscs.enc ext/Encode/Encode/gbk.enc
6579           +> ext/Encode/Encode/iso-ir-165.enc ext/Encode/t/table.rnd
6580           +> ext/Encode/t/table.utf8
6581           !> Configure MANIFEST av.c ext/Encode/CN/CN.pm
6582           !> ext/Encode/CN/Makefile.PL ext/Encode/Encode.pm
6583           !> ext/Encode/TW/Makefile.PL ext/Encode/TW/TW.pm
6584           !> ext/Encode/lib/Encode/XS.pm pod/perldelta.pod pod/perldiag.pod
6585           !> pod/perlfaq5.pod pod/perlfunc.pod pp.c t/op/splice.t
6586           !> universal.c utils/perldoc.PL
6587 ____________________________________________________________________________
6588 [ 14941] By: jhi                                   on 2002/03/02  02:40:01
6589         Log: More CJK (just C, really) tables from Autrijus Tang
6590              (originally from iconv, used with permission of Bruno Haible)
6591      Branch: perl
6592            + ext/Encode/Encode/big5-hkscs.enc ext/Encode/Encode/gbk.enc
6593            + ext/Encode/Encode/iso-ir-165.enc
6594            ! MANIFEST ext/Encode/CN/CN.pm ext/Encode/CN/Makefile.PL
6595            ! ext/Encode/Encode.pm ext/Encode/TW/Makefile.PL
6596            ! ext/Encode/TW/TW.pm ext/Encode/lib/Encode/XS.pm
6597 ____________________________________________________________________________
6598 [ 14940] By: jhi                                   on 2002/03/02  02:29:11
6599         Log: Subject: [PATCH] perldoc -q outputs Author and Copyright section
6600              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
6601              Date: Fri, 1 Mar 2002 15:32:13 -0500
6602              Message-ID: <20020301153212.E1461198@linguist.thayer.dartmouth.edu>
6603      Branch: perl
6604            ! utils/perldoc.PL
6605 ____________________________________________________________________________
6606 [ 14939] By: jhi                                   on 2002/03/02  02:27:05
6607         Log: Subject: PATCH: "splice() offset past end of array" warning. (take 2)     
6608              From: Schuyler Erle <schuyler@oreilly.com>
6609              Date: Fri, 01 Mar 2002 14:22:19 -0800
6610              Message-ID: <3C7FFF1B.E74979B1@oreilly.com>
6611              
6612              Subject: Re: PATCH: "splice() offset past end of array" warning.
6613              From: Mark-Jason Dominus <mjd@plover.com>
6614              Date: Fri, 01 Mar 2002 17:19:49 -0500
6615              Message-ID: <20020301221949.7610.qmail@plover.com>
6616      Branch: perl
6617            ! pod/perldiag.pod pod/perlfunc.pod pp.c t/op/splice.t
6618 ____________________________________________________________________________
6619 [ 14938] By: jhi                                   on 2002/03/02  02:24:25
6620         Log: Subject: PATCH (bleadperl): Quieter handling of tied arrays
6621              From: Mark-Jason Dominus <mjd@plover.com>
6622              Date: Fri, 01 Mar 2002 18:35:35 -0500
6623              Message-ID: <20020301233535.15969.qmail@plover.com>
6624      Branch: perl
6625            ! av.c
6626 ____________________________________________________________________________
6627 [ 14937] By: jhi                                   on 2002/03/01  23:00:08
6628         Log: Subject: RE: VERSION core
6629              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
6630              Date: Fri, 1 Mar 2002 23:47:48 -0000
6631              Message-ID: <AIEAJICLCBDNAAOLLOKLEEGMDOAA.paul_marquess@yahoo.co.uk>
6632      Branch: perl
6633            ! pod/perldiag.pod universal.c
6634 ____________________________________________________________________________
6635 [ 14936] By: pudge                                 on 2002/03/01  18:02:45
6636         Log: Update Changes
6637      Branch: maint-5.6/macperl
6638            ! macos/Changes
6639 ____________________________________________________________________________
6640 [ 14935] By: pudge                                 on 2002/03/01  17:58:11
6641         Log: Fix update to resources
6642      Branch: maint-5.6/macperl
6643            ! macos/macperl/MacPerl.r
6644 ____________________________________________________________________________
6645 [ 14934] By: jhi                                   on 2002/03/01  17:35:14
6646         Log: metaconfig unit change for #14930.
6647      Branch: metaconfig
6648            ! U/modified/Init.U
6649 ____________________________________________________________________________
6650 [ 14933] By: pudge                                 on 2002/03/01  17:32:52
6651         Log: Fix debugger to handle Mac OS psedofiles
6652      Branch: maint-5.6/macperl
6653            ! lib/DB.pm lib/perl5db.pl
6654 ____________________________________________________________________________
6655 [ 14932] By: pudge                                 on 2002/03/01  17:32:02
6656         Log: Various fixes from Thomas Wegner
6657      Branch: maint-5.6/macperl
6658            ! macos/macperl/MPAppleEvents.c macos/macperl/MPPreferences.c
6659 ____________________________________________________________________________
6660 [ 14931] By: pudge                                 on 2002/03/01  17:30:00
6661         Log: Some resource updates
6662      Branch: maint-5.6/macperl
6663            ! macos/macperl/MPUtils.c macos/macperl/MacPerl.r
6664            ! macos/macperl/MacPerl.rsrc
6665 ____________________________________________________________________________
6666 [ 14930] By: jhi                                   on 2002/03/01  17:29:32
6667         Log: Subject: Re: [PATCH] Configure to correctly recognize Amiga OS
6668              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
6669              Date: Fri, 01 Mar 2002 09:38:59 -0800
6670              Message-ID: <zy7f8gzkgWgY092yn@efn.org>
6671      Branch: perl
6672            ! Configure
6673 ____________________________________________________________________________
6674 [ 14928] By: pudge                                 on 2002/03/01  17:28:09
6675         Log: Add some missing sfio symbols (Alan Fry)
6676      Branch: maint-5.6/macperl
6677            ! macos/macperl.sym
6678 ____________________________________________________________________________
6679 [ 14927] By: pudge                                 on 2002/03/01  17:27:29
6680         Log: Update version and README
6681      Branch: maint-5.6/macperl
6682            ! README.macos macos/MPVersion.r
6683 ____________________________________________________________________________
6684 [ 14926] By: nick                                  on 2002/03/01  15:56:41
6685         Log: Integrate mainline
6686      Branch: perlio
6687           +> lib/Math/BigInt/t/downgrade.t lib/Tie/File.pm
6688           +> lib/Tie/File/01_gen.t lib/Tie/File/02_fetchsize.t
6689           +> lib/Tie/File/03_longfetch.t lib/Tie/File/04_splice.t
6690           +> lib/Tie/File/05_size.t lib/Tie/File/06_fixrec.t
6691           +> lib/Tie/File/07_rv_splice.t lib/Tie/File/08_ro.t
6692           +> lib/Tie/File/09_gen_rs.t lib/Tie/File/10_splice_rs.t
6693           +> lib/Tie/File/11_rv_splice_rs.t lib/Tie/File/12_longfetch_rs.t
6694           +> lib/Tie/File/13_size_rs.t
6695           !> (integrate 80 files)
6696 ____________________________________________________________________________
6697 [ 14925] By: jhi                                   on 2002/03/01  15:28:10
6698         Log: Better advertising.
6699      Branch: perl
6700            ! pod/perldelta.pod pod/perlfaq5.pod
6701 ____________________________________________________________________________
6702 [ 14924] By: jhi                                   on 2002/03/01  14:32:16
6703         Log: Update Changes.
6704      Branch: perl
6705            ! Changes patchlevel.h
6706 ____________________________________________________________________________
6707 [ 14923] By: jhi                                   on 2002/03/01  14:17:54
6708         Log: Lost in the shuffle.
6709      Branch: perl
6710            + lib/Math/BigInt/t/downgrade.t
6711            ! MANIFEST
6712 ____________________________________________________________________________
6713 [ 14922] By: jhi                                   on 2002/03/01  13:23:41
6714         Log: Advertise Tie::File.
6715      Branch: perl
6716            ! pod/perldelta.pod pod/perlfaq5.pod
6717 ____________________________________________________________________________
6718 [ 14921] By: jhi                                   on 2002/03/01  13:14:18
6719         Log: Subject: Re: Smoke 14900 /pro/3gl/CPAN/perl-current
6720              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
6721              Date: Thu, 28 Feb 2002 18:55:48 +0100
6722              Message-Id: <20020228173120.6A15.H.M.BRAND@hccnet.nl>
6723      Branch: perl
6724            ! x2p/walk.c
6725 ____________________________________________________________________________
6726 [ 14920] By: ams                                   on 2002/03/01  09:06:01
6727         Log: Subject: [PATCH @14577] autoloaded DESTROY bugfix
6728              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
6729              Date: Tue, 26 Feb 2002 19:54:31 -0500
6730              Message-Id: <20020226195431.A9625@math.ohio-state.edu>
6731      Branch: perl
6732            ! embed.fnc ext/B/B/Deparse.pm gv.c
6733 ____________________________________________________________________________
6734 [ 14919] By: ams                                   on 2002/03/01  03:03:12
6735         Log: Upgrade to Tie::File 0.13 (Win32 fixes.)
6736      Branch: perl
6737            ! lib/Tie/File.pm lib/Tie/File/01_gen.t
6738            ! lib/Tie/File/02_fetchsize.t lib/Tie/File/03_longfetch.t
6739            ! lib/Tie/File/04_splice.t lib/Tie/File/05_size.t
6740            ! lib/Tie/File/06_fixrec.t lib/Tie/File/07_rv_splice.t
6741            ! lib/Tie/File/08_ro.t lib/Tie/File/09_gen_rs.t
6742            ! lib/Tie/File/10_splice_rs.t lib/Tie/File/11_rv_splice_rs.t
6743            ! lib/Tie/File/12_longfetch_rs.t lib/Tie/File/13_size_rs.t
6744 ____________________________________________________________________________
6745 [ 14918] By: ams                                   on 2002/03/01  02:36:58
6746         Log: Add Tie::File 0.12 from MJD.
6747      Branch: perl
6748            + lib/Tie/File.pm lib/Tie/File/01_gen.t
6749            + lib/Tie/File/02_fetchsize.t lib/Tie/File/03_longfetch.t
6750            + lib/Tie/File/04_splice.t lib/Tie/File/05_size.t
6751            + lib/Tie/File/06_fixrec.t lib/Tie/File/07_rv_splice.t
6752            + lib/Tie/File/08_ro.t lib/Tie/File/09_gen_rs.t
6753            + lib/Tie/File/10_splice_rs.t lib/Tie/File/11_rv_splice_rs.t
6754            + lib/Tie/File/12_longfetch_rs.t lib/Tie/File/13_size_rs.t
6755            ! MANIFEST
6756 ____________________________________________________________________________
6757 [ 14917] By: jhi                                   on 2002/03/01  02:13:24
6758         Log: Encoding name mapping tweaks.
6759      Branch: perl
6760            ! ext/Encode/Encode.pm
6761 ____________________________________________________________________________
6762 [ 14916] By: jhi                                   on 2002/02/28  21:26:07
6763         Log: metaconfig unit change for #14915.
6764      Branch: metaconfig
6765            ! U/modified/Init.U
6766 ____________________________________________________________________________
6767 [ 14915] By: jhi                                   on 2002/02/28  21:25:23
6768         Log: Subject: [PATCH] Configure to correctly recognize Amiga OS
6769              From: Paul_GreenVOS@vos.stratus.com
6770              Date: Thu, 28 Feb 02 15:05 est
6771              Message-Id: <200202282007.PAA11412@mailhub1.stratus.com>
6772      Branch: perl
6773            ! Configure
6774 ____________________________________________________________________________
6775 [ 14914] By: jhi                                   on 2002/02/28  14:10:44
6776         Log: PL_bostr was pointing to the wrong string
6777              (a string left around from the loading of the Unicode \w)
6778              "UTF-8 panic, blocks, coredumps, etc. in debugger with \w and m//g"
6779              http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/2002-01/msg01267.html
6780      Branch: perl
6781            ! regexec.c
6782 ____________________________________________________________________________
6783 [ 14913] By: gbarr                                 on 2002/02/28  13:06:11
6784         Log: Sync with libnet-1.10
6785      Branch: perl
6786            ! lib/Net/ChangeLog.libnet lib/Net/Cmd.pm lib/Net/Config.pm
6787            ! lib/Net/FTP.pm lib/Net/FTP/I.pm lib/Net/NNTP.pm
6788            ! lib/Net/Netrc.pm lib/Net/POP3.pm lib/Net/SMTP.pm
6789            ! lib/Net/t/netrc.t
6790 ____________________________________________________________________________
6791 [ 14912] By: ams                                   on 2002/02/28  13:02:50
6792         Log: Subject: [PATCH] perldelta.pod fixes
6793              From: Autrijus Tang <autrijus@autrijus.org>
6794              Date: Thu, 28 Feb 2002 21:44:15 +0800
6795              Message-Id: <20020228134415.GB16422@not.autrijus.org>
6796      Branch: perl
6797            ! pod/perldelta.pod
6798 ____________________________________________________________________________
6799 [ 14911] By: ams                                   on 2002/02/28  11:31:44
6800         Log: Subject: File::Copy::syscopy doesn't preserve OS attrs on UNIX
6801              From: Stas Bekman <stas@stason.org>
6802              Date: Mon, 04 Feb 2002 16:18:53 +0800
6803              Message-Id: <3C7E1E5F.1000605@stason.org>
6804              (Applied by hand).
6805      Branch: perl
6806            ! lib/File/Copy.pm
6807 ____________________________________________________________________________
6808 [ 14910] By: ams                                   on 2002/02/28  11:26:47
6809         Log: Subject: [PATCH lib/Pod/Html.pm]
6810              From: Stas Bekman <stas@stason.org>
6811              Date: Thu, 28 Feb 2002 20:05:01 +0800
6812              Message-Id: <3C7E1CED.7000307@stason.org>
6813      Branch: perl
6814            ! lib/Pod/Html.pm
6815 ____________________________________________________________________________
6816 [ 14909] By: jhi                                   on 2002/02/28  05:50:24
6817         Log: Tests for #14908.
6818      Branch: perl
6819            ! t/op/pat.t
6820 ____________________________________________________________________________
6821 [ 14908] By: jhi                                   on 2002/02/28  05:43:45
6822         Log: Make shared hash keys to be \0-terminated:
6823              one possible resolution for
6824              "UTF-8, weird \w behaviour after HASH-KEY-ification"
6825              http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/2002-01/msg01327.html
6826              The hash keys were shared (the SvLEN(sv) = 0 was the giveaway).
6827              The hash keys weren't \0-terminated.  This meant that the EOL ($)
6828              in regmatch() got the nextchr beyond the last character.  Since
6829              the keys were UTF-8, the nextchr was \1, not the usual
6830              string-terminating \0.  Wham, no match.
6831              
6832              I think another possible resolution could be to stop the nextchr
6833              computation in regmatch() from peeking beyond the last character
6834              of the string:
6835              
6836              nextchr = locinput < PL_regeol ? UCHARAT(locinput) : 0;
6837      Branch: perl
6838            ! hv.c hv.h
6839 ____________________________________________________________________________
6840 [ 14907] By: jhi                                   on 2002/02/28  03:25:44
6841         Log: Subject: [PATCH] Perl interface to newIO()
6842              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
6843              Date: Wed, 27 Feb 2002 20:15:27 -0800
6844              Message-ID: <f7af8gzkgaET092yn@efn.org>
6845      Branch: perl
6846            ! lib/Symbol.pm
6847 ____________________________________________________________________________
6848 [ 14906] By: jhi                                   on 2002/02/28  00:50:01
6849         Log: The "list" part of
6850              
6851              Subject: [PATCH perlop] .. returns a *list* of *integers*
6852              From: Mike Guy <mjtg@cam.ac.uk>
6853              Date: Tue, 26 Feb 2002 18:30:22 +0000
6854              Message-Id: <E16fmMo-00048Y-00@draco.cus.cam.ac.uk>
6855              
6856              plus few nits.
6857      Branch: perl
6858            ! pod/perlop.pod
6859 ____________________________________________________________________________
6860 [ 14905] By: jhi                                   on 2002/02/27  22:44:52
6861         Log: Subject: [PATCH lib/File/stat.t] Win32 not happy with new test
6862              From: Abe Timmerman <abe@ztreet.demon.nl>
6863              Date: Thu, 28 Feb 2002 00:04:06 +0100
6864              Message-ID: <fhnq7u8ref3nqgsa0p4f9u1v5r3sv3akm1@4ax.com>
6865      Branch: perl
6866            ! lib/File/stat.t
6867 ____________________________________________________________________________
6868 [ 14904] By: pudge                                 on 2002/02/27  21:25:39
6869         Log: Integrate from maintperl.
6870      Branch: maint-5.6/macperl
6871           !> doio.c op.c t/io/open.t t/pragma/strict-subs
6872 ____________________________________________________________________________
6873 [ 14903] By: jhi                                   on 2002/02/27  21:23:14
6874         Log: Upgrade to Math::BigInt 1.53.
6875      Branch: perl
6876            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm
6877            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bare_mbi.t
6878            ! lib/Math/BigInt/t/bigintpm.inc lib/Math/BigInt/t/bigintpm.t
6879            ! lib/Math/BigInt/t/config.t lib/Math/BigInt/t/mbimbf.inc
6880            ! lib/Math/BigInt/t/mbimbf.t lib/Math/BigInt/t/sub_mbi.t
6881            ! lib/Math/BigInt/t/sub_mif.t lib/Math/BigInt/t/upgrade.t
6882 ____________________________________________________________________________
6883 [ 14902] By: jhi                                   on 2002/02/27  21:17:38
6884         Log: Subject: [PATCH] assorted VMS test fix-ups, $Config{prefixexp} revisited
6885              From: "Craig A. Berry" <craigberry@mac.com>
6886              Date: Wed, 27 Feb 2002 15:36:38 -0600
6887              Message-Id: <5.1.0.14.2.20020227152131.01ade728@exchi01>
6888      Branch: perl
6889            ! configure.com ext/Cwd/t/cwd.t lib/ExtUtils/t/Installed.t
6890            ! vms/ext/filespec.t
6891 ____________________________________________________________________________
6892 [ 14901] By: jhi                                   on 2002/02/27  21:14:22
6893         Log: Subject: [PATCH] Some minor changes for Cygwin
6894              From: "Gerrit P. Haase" <gerrit@familiehaase.de>
6895              Date: Wed, 27 Feb 2002 22:25:41 +0100
6896              Message-ID: <14296492589.20020227222541@familiehaase.de>
6897      Branch: perl
6898            ! Makefile.SH README.cygwin cygwin/perlld.in
6899 ____________________________________________________________________________
6900 [ 14900] By: jhi                                   on 2002/02/27  19:06:39
6901         Log: Update the UTF-8 explanation table.
6902      Branch: perl
6903            ! pod/perlunicode.pod utf8.h
6904 ____________________________________________________________________________
6905 [ 14899] By: jhi                                   on 2002/02/27  17:50:09
6906         Log: Repatch from Robin Barker: anon subs in C<package;> are
6907              now __ANON__::__ANON__ (should help for mod_perl package
6908              since #12251)
6909      Branch: perl
6910            ! gv.c op.c t/op/runlevel.t toke.c
6911 ____________________________________________________________________________
6912 [ 14898] By: jhi                                   on 2002/02/27  16:01:47
6913         Log: Update Changes.
6914      Branch: perl
6915            ! Changes patchlevel.h
6916 ____________________________________________________________________________
6917 [ 14897] By: jhi                                   on 2002/02/27  15:26:12
6918         Log: perldelta updates.
6919      Branch: perl
6920            ! pod/perldelta.pod
6921 ____________________________________________________________________________
6922 [ 14896] By: jhi                                   on 2002/02/27  15:23:21
6923         Log: Signedness nit.
6924      Branch: perl
6925            ! regexec.c
6926 ____________________________________________________________________________
6927 [ 14895] By: jhi                                   on 2002/02/27  15:12:36
6928         Log: Subject: Re: Smoke 14870
6929              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
6930              Date: Wed, 27 Feb 2002 16:48:35 +0100
6931              Message-Id: <20020227163729.1D2B.H.M.BRAND@hccnet.nl>
6932              
6933              (with some additional garnish)
6934      Branch: perl
6935            ! README.hpux hints/hpux.sh
6936 ____________________________________________________________________________
6937 [ 14894] By: jhi                                   on 2002/02/27  15:08:06
6938         Log: Avoid PL_OpPtr et al getting unnecessarily (when not used)
6939              into perl.exp in AIX.
6940      Branch: perl
6941            ! makedef.pl perl.h
6942 ____________________________________________________________________________
6943 [ 14893] By: jhi                                   on 2002/02/27  13:49:59
6944         Log: Subject: [PATCH pod/perlrun.pod] Re: [ID 20020227.003] minor text imperfection in perlrun manpage
6945              From: Robin Barker <rmb1@cise.npl.co.uk>
6946              Date: Wed, 27 Feb 2002 14:39:35 GMT
6947              Message-Id: <200202271439.OAA25005@tempest.npl.co.uk>
6948      Branch: perl
6949            ! pod/perlrun.pod
6950 ____________________________________________________________________________
6951 [ 14892] By: jhi                                   on 2002/02/27  13:41:14
6952         Log: Subject: Re: [PATCH @14870] long C<=item>s and other pod->man->troff problems
6953              From: Robin Barker <rmb1@cise.npl.co.uk>
6954              Date: Wed, 27 Feb 2002 12:25:30 GMT
6955              Message-Id: <200202271225.MAA24806@tempest.npl.co.uk>
6956      Branch: perl
6957            ! README.cygwin README.os2 ext/Time/HiRes/HiRes.pm lib/CGI.pm
6958            ! lib/Math/BigInt.pm pod/perl561delta.pod pod/perliol.pod
6959            ! pod/perlunicode.pod pod/perluniintro.pod
6960 ____________________________________________________________________________
6961 [ 14891] By: jhi                                   on 2002/02/27  01:11:13
6962         Log: Only modify LD_LIBRARY_PATH in case there are directories.
6963      Branch: perl
6964            ! hints/dec_osf.sh
6965 ____________________________________________________________________________
6966 [ 14890] By: jhi                                   on 2002/02/27  01:01:11
6967         Log: Subject: [PATCH] perl/hints/vos.sh
6968              From: Paul_GreenVOS@vos.stratus.com
6969              Date: Tue, 26 Feb 02 15:19 est
6970              Message-Id: <200202262021.PAA24979@mailhub1.stratus.com>
6971      Branch: perl
6972            ! hints/vos.sh
6973 ____________________________________________________________________________
6974 [ 14889] By: jhi                                   on 2002/02/27  00:59:33
6975         Log: Forgot from #14888.
6976      Branch: perl
6977            ! ext/Unicode/Normalize/mkheader
6978 ____________________________________________________________________________
6979 [ 14888] By: jhi                                   on 2002/02/27  00:50:55
6980         Log: Unicode::Normalize 0.14 synch, from SADAHIRO Tomoyuki.
6981      Branch: perl
6982            ! ext/Unicode/Normalize/Changes
6983            ! ext/Unicode/Normalize/Normalize.pm
6984            ! ext/Unicode/Normalize/Normalize.xs
6985            ! ext/Unicode/Normalize/README ext/Unicode/Normalize/t/func.t
6986            ! ext/Unicode/Normalize/t/test.t
6987 ____________________________________________________________________________
6988 [ 14887] By: ams                                   on 2002/02/26  23:51:52
6989         Log: Subject: Missing diagnostics
6990              From: Simon Glover <scog@roe.ac.uk>
6991              Date: Tue, 26 Feb 2002 17:56:42 +0000 (BST)
6992              Message-Id: <Pine.GSO.4.10.10202261754170.23317-100000@muinntiarach.roe.ac.uk>
6993              
6994              Subject: [PATCH] Better wording for the lvalue vec diagnostic
6995              From: Simon Glover <scog@roe.ac.uk>
6996              Date: Tue, 26 Feb 2002 18:08:04 +0000 (BST)
6997              Message-Id: <Pine.GSO.4.10.10202261756560.23317-100000@muinntiarach.roe.ac.uk>
6998      Branch: perl
6999            ! doop.c pod/perldiag.pod t/op/vec.t
7000 ____________________________________________________________________________
7001 [ 14886] By: ams                                   on 2002/02/26  15:48:34
7002         Log: Subject: [PATCH] Not OK 5.7.2@14884
7003              From: andreas.koenig@anima.de (Andreas J. Koenig)
7004              Date: Tue, 26 Feb 2002 15:03:55 +0100
7005              Message-Id: <m38z9gfigk.fsf@anima.de>
7006      Branch: perl
7007            ! t/lib/access.t
7008 ____________________________________________________________________________
7009 [ 14885] By: nick                                  on 2002/02/26  13:48:55
7010         Log: Integrate mainline
7011      Branch: perlio
7012           +> lib/Math/BigInt/t/bare_mbf.t lib/Math/BigInt/t/config.t
7013           +> lib/Math/BigInt/t/constant.t lib/Math/BigInt/t/inf_nan.t
7014           +> lib/Math/BigInt/t/upgrade.inc lib/Math/BigInt/t/upgrade.t
7015            - NetWare/t/NWModify-Exist.pl NetWare/t/NWScripts-Exist.pl
7016           !> (integrate 102 files)
7017 ____________________________________________________________________________
7018 [ 14884] By: jhi                                   on 2002/02/26  11:17:42
7019         Log: Cray FP strikes again: things like 1.1 + 0.1 are easily
7020              1.1999999999999996, or thereabouts (yes, even sprintf).
7021      Branch: perl
7022            ! t/base/num.t
7023 ____________________________________________________________________________
7024 [ 14883] By: jhi                                   on 2002/02/26  11:09:07
7025         Log: Neither.
7026      Branch: perl
7027            ! pod/perldelta.pod
7028 ____________________________________________________________________________
7029 [ 14882] By: ams                                   on 2002/02/26  08:46:55
7030         Log: Subject: [PATCH hv.c pod/perldiag.pod] "Attempt to access to key"?
7031              From: Michael G Schwern <schwern@pobox.com>
7032              Date: Tue, 26 Feb 2002 01:01:28 -0500
7033              Message-Id: <20020226060128.GA2439@blackrider>
7034      Branch: perl
7035            ! hv.c pod/perldiag.pod
7036 ____________________________________________________________________________
7037 [ 14881] By: jhi                                   on 2002/02/26  03:01:28
7038         Log: Subject: [PATCH B::Concise] docs, typos
7039              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
7040              Date: Mon, 25 Feb 2002 16:41:16 +0100
7041              Message-ID: <20020225164116.A1054@rafael>
7042      Branch: perl
7043            ! ext/B/B/Concise.pm
7044 ____________________________________________________________________________
7045 [ 14880] By: jhi                                   on 2002/02/26  02:36:16
7046         Log: POSIX: add isatty to @EXPORT_OK, reformat.
7047      Branch: perl
7048            ! ext/POSIX/POSIX.pm
7049 ____________________________________________________________________________
7050 [ 14879] By: jhi                                   on 2002/02/26  01:03:17
7051         Log: If using -Dloclibpth=... the directories need to
7052              be appended to LD_LIBRARY_PATH (and ickily, if those
7053              directories contain a (newer?) libdb.so, we need to
7054              prepend    /usr/shlib to loclibpth).
7055      Branch: perl
7056            ! hints/dec_osf.sh
7057 ____________________________________________________________________________
7058 [ 14878] By: jhi                                   on 2002/02/26  01:01:13
7059         Log: Subject: [PATCH] Perl interface to newIO()
7060              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)      
7061              Date: Mon, 25 Feb 2002 15:04:57 -0800
7062              Message-ID: <ZMse8gzkg6oQ092yn@efn.org>
7063      Branch: perl
7064            ! lib/Symbol.pm lib/Symbol.t
7065 ____________________________________________________________________________
7066 [ 14877] By: jhi                                   on 2002/02/26  00:06:16
7067         Log: Subject: [PATCH perlvar] "." is not in @INC when -T
7068              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>    
7069              Date: Mon, 25 Feb 2002 21:58:30 +0100
7070              Message-ID: <20020225215830.A744@rafael>
7071      Branch: perl
7072            ! pod/perlvar.pod
7073 ____________________________________________________________________________
7074 [ 14876] By: jhi                                   on 2002/02/25  22:23:11
7075         Log: Big5 tweaks from Autrijus Tang.
7076      Branch: perl
7077            ! ext/Encode/Encode/big5.enc
7078 ____________________________________________________________________________
7079 [ 14875] By: jhi                                   on 2002/02/25  22:19:56
7080         Log: Subject: [PATCH Glossary configpm] cleanups
7081              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
7082              Date: Mon, 25 Feb 2002 23:27:15 +0100
7083              Message-ID: <20020225232715.C744@rafael>
7084      Branch: perl
7085            ! Porting/Glossary Porting/config.sh Porting/config_H configpm
7086 ____________________________________________________________________________
7087 [ 14874] By: jhi                                   on 2002/02/25  21:53:29
7088         Log: Subject: [PATCH] compile warnings (was Re: Smoke 14756 /pro/3gl/CPAN/perl-current)
7089              From: Nicholas Clark <nick@unfortu.net>
7090              Date: Mon, 25 Feb 2002 21:53:24 +0000
7091              Message-ID: <20020225215323.GN365@Bagpuss.unfortu.net>
7092      Branch: perl
7093            ! ext/Encode/CN/Makefile.PL ext/Encode/JP/Makefile.PL
7094            ! ext/Encode/KR/Makefile.PL ext/Encode/Makefile.PL
7095            ! ext/Encode/TW/Makefile.PL ext/Encode/compile
7096 ____________________________________________________________________________
7097 [ 14873] By: jhi                                   on 2002/02/25  21:28:54
7098         Log: Upgrade to I18N::LangTags 0.27.
7099              (Causes one flipflop back to perl.com URL, must poke Sean.)
7100      Branch: perl
7101            ! lib/I18N/LangTags.pm lib/I18N/LangTags/ChangeLog
7102            ! lib/I18N/LangTags/List.pm
7103 ____________________________________________________________________________
7104 [ 14872] By: jhi                                   on 2002/02/25  21:22:32
7105         Log: Upgrade to Getopt::Long 2.28.
7106      Branch: perl
7107            ! lib/Getopt/Long.pm lib/Getopt/Long/CHANGES
7108            ! lib/Getopt/Long/README
7109 ____________________________________________________________________________
7110 [ 14871] By: jhi                                   on 2002/02/25  19:46:35
7111         Log: No =head.
7112      Branch: perl
7113            ! pod/perlebcdic.pod
7114 ____________________________________________________________________________
7115 [ 14870] By: jhi                                   on 2002/02/25  15:02:50
7116         Log: Update Changes.
7117      Branch: perl
7118            ! Changes patchlevel.h
7119 ____________________________________________________________________________
7120 [ 14869] By: jhi                                   on 2002/02/25  14:54:00
7121         Log: metaconfig unit change for #14868.
7122      Branch: metaconfig
7123            ! U/modified/Chk_MANI.U
7124 ____________________________________________________________________________
7125 [ 14868] By: jhi                                   on 2002/02/25  14:53:43
7126         Log: Some hosts understand split -l 50, some only split -50
7127              (from Paul Eggert).
7128      Branch: perl
7129            ! Configure
7130 ____________________________________________________________________________
7131 [ 14867] By: jhi                                   on 2002/02/25  14:44:07
7132         Log: Subject: Re: [PATCH bleadperl] socketpair.t
7133              From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu>
7134              Date: Sun, 24 Feb 2002 10:31:25 +0100
7135              Message-ID: <179381153.20020224103125@tesla.rcub.bg.ac.yu>
7136              
7137              (the pid half only)
7138      Branch: perl
7139            ! win32/win32.c
7140 ____________________________________________________________________________
7141 [ 14866] By: jhi                                   on 2002/02/25  14:35:19
7142         Log: Mention the new pack tricks.
7143      Branch: perl
7144            ! pod/perldelta.pod
7145 ____________________________________________________________________________
7146 [ 14865] By: jhi                                   on 2002/02/25  14:30:28
7147         Log: Subject: [PATCH] consistent commands for perl5db.pl etc.
7148              From: Richard.Foley@t-online.de (Richard Foley)
7149              Date: Mon, 25 Feb 2002 13:47:03 +0100
7150              Message-ID: <16fJgP-1mbVeSC@fwd04.sul.t-online.com>
7151      Branch: perl
7152            ! lib/perl5db.pl pod/perldebguts.pod pod/perldebtut.pod
7153            ! pod/perldebug.pod pod/perldelta.pod
7154 ____________________________________________________________________________
7155 [ 14864] By: jhi                                   on 2002/02/25  13:51:32
7156         Log: Typo corrections from John P. Linderman.
7157      Branch: perl
7158            ! ext/IPC/SysV/Semaphore.pm
7159 ____________________________________________________________________________
7160 [ 14863] By: jhi                                   on 2002/02/25  13:49:32
7161         Log: Upgrade to Math::BigInt 1.52.
7162      Branch: perl
7163            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm
7164            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bare_mbf.t
7165            ! lib/Math/BigInt/t/bigfltpm.inc lib/Math/BigInt/t/bigfltpm.t
7166            ! lib/Math/BigInt/t/config.t lib/Math/BigInt/t/inf_nan.t
7167            ! lib/Math/BigInt/t/sub_mbf.t t/lib/Math/BigFloat/Subclass.pm
7168 ____________________________________________________________________________
7169 [ 14862] By: ams                                   on 2002/02/25  10:39:40
7170         Log: Subject: [PATCH Cwd.pm] cut-n-paste error?
7171              From: Robin Barker <rmb1@cise.npl.co.uk>
7172              Date: Mon, 25 Feb 2002 11:35:06 GMT
7173              Message-Id: <200202251135.LAA00573@tempest.npl.co.uk>
7174              
7175              Subject: [PATCH Net/Cmd.pm]
7176              From: Robin Barker <rmb1@cise.npl.co.uk>
7177              Date: Mon, 25 Feb 2002 11:37:06 GMT
7178              Message-Id: <200202251137.LAA00579@tempest.npl.co.uk>
7179      Branch: perl
7180            ! lib/Cwd.pm lib/Net/Cmd.pm
7181 ____________________________________________________________________________
7182 [ 14861] By: jhi                                   on 2002/02/25  03:40:45
7183         Log: Cut-and-paste errors.
7184      Branch: perl
7185            ! t/op/pat.t
7186 ____________________________________________________________________________
7187 [ 14860] By: jhi                                   on 2002/02/25  03:36:24
7188         Log: EBCDIC: the control characters are not that easy to find.
7189      Branch: perl
7190            ! t/op/pat.t
7191 ____________________________________________________________________________
7192 [ 14859] By: jhi                                   on 2002/02/25  03:02:23
7193         Log: Subject: Re: [PATCH] Re: Copying PV only with possible UTF-8 characters
7194              From: John Peacock <jpeacock@rowman.com>
7195              Date: Sun, 24 Feb 2002 22:08:28 -0500
7196              Message-ID: <3C79AAAC.6060903@rowman.com>
7197      Branch: perl
7198            ! sv.c
7199 ____________________________________________________________________________
7200 [ 14858] By: jhi                                   on 2002/02/25  00:01:13
7201         Log: SvSetSV() is not returnable, but that's okay since
7202              sv_copypv() returns void.
7203      Branch: perl
7204            ! sv.c
7205 ____________________________________________________________________________
7206 [ 14857] By: jhi                                   on 2002/02/24  23:33:33
7207         Log: Subject: [PATCH] Re: Copying PV only with possible UTF-8 characters
7208              From: John Peacock <jpeacock@rowman.com>                 
7209              Date: Sun, 24 Feb 2002 16:40:07 -0500
7210              Message-ID: <3C795DB7.40105@rowman.com>               
7211      Branch: perl
7212            ! embed.fnc embed.h global.sym lib/overload.t pod/perlapi.pod
7213            ! pp_hot.c proto.h sv.c
7214 ____________________________________________________________________________
7215 [ 14856] By: jhi                                   on 2002/02/24  20:15:51
7216         Log: Tiny code cleanup.
7217      Branch: perl
7218            ! regexec.c
7219 ____________________________________________________________________________
7220 [ 14855] By: jhi                                   on 2002/02/24  19:49:01
7221         Log: Use to_uni_fold().
7222      Branch: perl
7223            ! regcomp.c
7224 ____________________________________________________________________________
7225 [ 14854] By: jhi                                   on 2002/02/24  19:45:43
7226         Log: Document the new taint behaviour of exec LIST and
7227              system LIST.
7228      Branch: perl
7229            ! pod/perldelta.pod
7230 ____________________________________________________________________________
7231 [ 14853] By: jhi                                   on 2002/02/24  18:28:31
7232         Log: Subject: [PATCH] Re: taint news
7233              From: Rick Delaney <rick.delaney@rogers.com>             
7234              Date: 24 Feb 2002 11:35:00 -0500
7235              Message-ID: <m3d6yuvnwr.fsf@cs839290-a.mtth.phub.net.cable.rogers.com>
7236      Branch: perl
7237            ! pod/perldiag.pod pod/perlsec.pod pp_sys.c t/op/taint.t
7238 ____________________________________________________________________________
7239 [ 14852] By: jhi                                   on 2002/02/24  18:20:55
7240         Log: EBCDIC tweak (native instead of uni) and comment update.
7241      Branch: perl
7242            ! regexec.c
7243 ____________________________________________________________________________
7244 [ 14851] By: jhi                                   on 2002/02/24  13:02:53
7245         Log: Using uninitialized (and wrong) variables is not good.
7246      Branch: perl
7247            ! regcomp.c
7248 ____________________________________________________________________________
7249 [ 14850] By: jhi                                   on 2002/02/24  05:28:15
7250         Log: EBCDIC: this seems to calm the last of the
7251              Malformed UTF-8 warnings.
7252      Branch: perl
7253            ! regcomp.c utf8.c
7254 ____________________________________________________________________________
7255 [ 14849] By: jhi                                   on 2002/02/23  23:35:03
7256         Log: EBCDIC: document using Encode for character conversions.
7257      Branch: perl
7258            ! pod/perlebcdic.pod
7259 ____________________________________________________________________________
7260 [ 14848] By: jhi                                   on 2002/02/23  23:20:57
7261         Log: EBCDIC: disable also Unicode::Collate and
7262              Unicode::Normalize for now.  Real users of
7263              EBCDIC have to decide what they want.
7264      Branch: perl
7265            ! ext/Unicode/Normalize/Normalize.pm
7266            ! ext/Unicode/Normalize/t/func.t ext/Unicode/Normalize/t/norm.t
7267            ! ext/Unicode/Normalize/t/test.t lib/Unicode/Collate.pm
7268            ! lib/Unicode/Collate/t/test.t
7269 ____________________________________________________________________________
7270 [ 14847] By: jhi                                   on 2002/02/23  20:12:21
7271         Log: AUTHORS updates.
7272      Branch: perl
7273            ! AUTHORS
7274 ____________________________________________________________________________
7275 [ 14846] By: jhi                                   on 2002/02/23  20:05:10
7276         Log: Retract #14571: there may be a better solution than
7277              tweaking the test.
7278      Branch: perl
7279            ! ext/Unicode/Normalize/t/func.t ext/Unicode/Normalize/t/norm.t
7280 ____________________________________________________________________________
7281 [ 14845] By: jhi                                   on 2002/02/23  19:15:32
7282         Log: Subject: [PATCH @14833] $Config{prefixexp} for VMS                
7283              From: "Craig A. Berry" <craigberry@mac.com> 
7284              Date: Sat, 23 Feb 2002 14:14:35 -0600
7285              Message-Id: <a05101400b89d8666cc6c@[192.168.56.188]>         
7286      Branch: perl
7287            ! configure.com
7288 ____________________________________________________________________________
7289 [ 14844] By: jhi                                   on 2002/02/23  18:37:14
7290         Log: metaconfig unit change for #14843.
7291      Branch: metaconfig/U/perl
7292            ! Extensions.U
7293 ____________________________________________________________________________
7294 [ 14843] By: jhi                                   on 2002/02/23  18:36:43
7295         Log: Also Encode/JP needs to be listed explicitly.
7296              (Any other sub-Encode extensions?)
7297      Branch: perl
7298            ! Configure
7299 ____________________________________________________________________________
7300 [ 14842] By: jhi                                   on 2002/02/23  18:17:07
7301         Log: Document known UNICOS/mk deficiency.
7302      Branch: perl
7303            ! pod/perldelta.pod
7304 ____________________________________________________________________________
7305 [ 14841] By: jhi                                   on 2002/02/23  16:29:49
7306         Log: Subject: [PATCH] README mention version 5.0
7307              From: Autrijus Tang <autrijus@autrijus.org>
7308              Date: Sat, 23 Feb 2002 09:35:22 +0800
7309              Message-ID: <20020223013522.GA8694@not.autrijus.org>
7310      Branch: perl
7311            ! README
7312 ____________________________________________________________________________
7313 [ 14840] By: jhi                                   on 2002/02/23  03:32:59
7314         Log: metaconfig unit change for #14839.
7315      Branch: metaconfig
7316            ! U/modified/Signal.U
7317 ____________________________________________________________________________
7318 [ 14839] By: jhi                                   on 2002/02/23  03:32:32
7319         Log: Old hosts like NeXT Classic don't have sort -k,
7320              from Paul Eggert.
7321      Branch: perl
7322            ! Configure
7323 ____________________________________________________________________________
7324 [ 14838] By: ams                                   on 2002/02/22  21:14:29
7325         Log: Minor clarifications as suggested by Anton Tagunov.
7326      Branch: perl
7327            ! pod/perlsyn.pod
7328 ____________________________________________________________________________
7329 [ 14837] By: ams                                   on 2002/02/22  21:07:02
7330         Log: Subject: [PATCH] Re: Prototype checking on assignment of coderef to typeglob
7331              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
7332              Date: Fri, 22 Feb 2002 23:01:07 +0100
7333              Message-Id: <20020222230107.A15069@rafael>
7334      Branch: perl
7335            ! sv.c t/op/gv.t
7336 ____________________________________________________________________________
7337 [ 14836] By: jhi                                   on 2002/02/22  20:39:11
7338         Log: metaconfig unit change for #14835.
7339      Branch: metaconfig
7340            ! U/modified/Chk_MANI.U
7341 ____________________________________________________________________________
7342 [ 14835] By: jhi                                   on 2002/02/22  20:38:32
7343         Log: In AIX the split(1) default (1000 lines) chokes the /usr/bin/ls.
7344      Branch: perl
7345            ! Configure
7346 ____________________________________________________________________________
7347 [ 14834] By: jhi                                   on 2002/02/22  18:06:01
7348         Log: Subject: [PATCH] Re: Pyrrhic compression in Encode
7349              From: Michael G Schwern <schwern@pobox.com>
7350              Date: Fri, 22 Feb 2002 12:10:28 -0500
7351              Message-ID: <20020222171027.GB4181@blackrider>
7352      Branch: perl
7353            ! ext/Encode/compile
7354 ____________________________________________________________________________
7355 [ 14833] By: jhi                                   on 2002/02/22  14:51:17
7356         Log: Update Changes.
7357      Branch: perl
7358            ! Changes patchlevel.h
7359 ____________________________________________________________________________
7360 [ 14832] By: jhi                                   on 2002/02/22  14:25:18
7361         Log: Implement IV/UV/NV/long double pack/unpack with
7362              template letters j/J/F/D (the latter two have been
7363              undocumented aliases of f/d).
7364      Branch: perl
7365            ! pod/perlfunc.pod pod/perltodo.pod pp_pack.c t/op/pack.t
7366 ____________________________________________________________________________
7367 [ 14831] By: jhi                                   on 2002/02/22  13:47:08
7368         Log: Subject: Re: [PATCH++] Re: [PATCH] go faster for Encode's compile
7369              From: Nicholas Clark <nick@unfortu.net>
7370              Date: Fri, 22 Feb 2002 14:01:25 +0000
7371              Message-ID: <20020222140123.GD358@Bagpuss.unfortu.net>
7372      Branch: perl
7373            ! ext/Encode/compile
7374 ____________________________________________________________________________
7375 [ 14830] By: jhi                                   on 2002/02/22  13:44:27
7376         Log: NetWare change from Ananth Kesari.
7377      Branch: perl
7378            - NetWare/t/NWModify-Exist.pl NetWare/t/NWScripts-Exist.pl
7379            ! MANIFEST
7380 ____________________________________________________________________________
7381 [ 14829] By: jhi                                   on 2002/02/22  13:42:42
7382         Log: Subject: [PATCH @14577] pack with a human face: part ]|[
7383              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
7384              Date: Fri, 22 Feb 2002 03:55:13 -0500
7385              Message-ID: <20020222035513.A894@math.ohio-state.edu>
7386      Branch: perl
7387            ! pod/perlfunc.pod pp_pack.c t/op/pack.t
7388 ____________________________________________________________________________
7389 [ 14828] By: jhi                                   on 2002/02/22  13:19:19
7390         Log: EBCDIC: Disable Encode::JP and Encode::Tcl for now.
7391      Branch: perl
7392            ! ext/Encode/JP/JP.pm ext/Encode/lib/Encode/Tcl.pm
7393 ____________________________________________________________________________
7394 [ 14827] By: jhi                                   on 2002/02/22  13:11:00
7395         Log: Make measure_struct a file static.
7396      Branch: perl
7397            ! pp_pack.c
7398 ____________________________________________________________________________
7399 [ 14826] By: jhi                                   on 2002/02/22  04:30:27
7400         Log: EBCDIC: someone who knows what they are doing
7401              and whether it is possible at all in the first
7402              place needs to figure these tests out on EBCDIC.
7403              The CJK encodings heavily abuse their knowledge
7404              of ASCII and that may require a translation layer
7405              or four to survive UTF-EBCDIC.
7406      Branch: perl
7407            ! ext/Encode/t/JP.t ext/Encode/t/Tcl.t
7408 ____________________________________________________________________________
7409 [ 14825] By: jhi                                   on 2002/02/22  02:43:03
7410         Log: croak() needs context.
7411      Branch: perl
7412            ! pp_pack.c
7413 ____________________________________________________________________________
7414 [ 14824] By: jhi                                   on 2002/02/22  01:56:06
7415         Log: Subject: [PATCH @14577] pack with a human face: the sequel
7416              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
7417              Date: Thu, 21 Feb 2002 21:33:37 -0500
7418              Message-ID: <20020221213337.A23848@math.ohio-state.edu>
7419      Branch: perl
7420            ! embed.fnc embed.h pod/perldiag.pod pod/perlfunc.pod pp_pack.c
7421            ! proto.h t/op/pack.t
7422 ____________________________________________________________________________
7423 [ 14823] By: jhi                                   on 2002/02/22  00:38:19
7424         Log: Subject: [PATCH+=2] Re: [PATCH++] Re: [PATCH] go faster for Encode's compile
7425              From: Nicholas Clark <nick@unfortu.net> 
7426              Date: Fri, 22 Feb 2002 00:49:44 +0000
7427              Message-ID: <20020222004943.GK394@Bagpuss.unfortu.net>
7428      Branch: perl
7429            ! ext/Encode/compile
7430 ____________________________________________________________________________
7431 [ 14822] By: jhi                                   on 2002/02/21  22:42:17
7432         Log: Test for #14795.
7433      Branch: perl
7434            ! t/op/pat.t
7435 ____________________________________________________________________________
7436 [ 14821] By: jhi                                   on 2002/02/21  22:05:20
7437         Log: Testing for ASCII in EBCDIC makes one's brain hurt.
7438      Branch: perl
7439            ! t/op/pat.t
7440 ____________________________________________________________________________
7441 [ 14820] By: jhi                                   on 2002/02/21  21:53:00
7442         Log: Subject: [PATCH] next batch of bugfixes
7443              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
7444              Date: Thu, 21 Feb 2002 23:54:41 +0100
7445              Message-ID: <20020221235441.A17260@rafael>
7446      Branch: perl
7447            ! ext/B/B/Deparse.pm
7448 ____________________________________________________________________________
7449 [ 14819] By: jhi                                   on 2002/02/21  21:06:54
7450         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)
7451              From: chromatic <chromatic@rmci.net>
7452              Date: Thu, 21 Feb 2002 14:17:35 -0700
7453              Message-ID: <20020221211823.80922.qmail@onion.perl.org>
7454      Branch: perl
7455            ! lib/File/stat.pm lib/File/stat.t
7456 ____________________________________________________________________________
7457 [ 14818] By: jhi                                   on 2002/02/21  21:01:36
7458         Log: Externalization from Jatan Shah <jshah@broadcom.com>.
7459      Branch: perl
7460            ! ext/re/re.xs
7461 ____________________________________________________________________________
7462 [ 14817] By: jhi                                   on 2002/02/21  20:02:27
7463         Log: Upgrade to Math::BigInt 1.51.
7464      Branch: perl
7465            + lib/Math/BigInt/t/bare_mbf.t lib/Math/BigInt/t/config.t
7466            + lib/Math/BigInt/t/constant.t lib/Math/BigInt/t/inf_nan.t
7467            + lib/Math/BigInt/t/upgrade.inc lib/Math/BigInt/t/upgrade.t
7468            ! MANIFEST lib/Math/BigFloat.pm lib/Math/BigInt.pm
7469            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bare_mbi.t
7470            ! lib/Math/BigInt/t/bigfltpm.inc lib/Math/BigInt/t/bigfltpm.t
7471            ! lib/Math/BigInt/t/bigintc.t lib/Math/BigInt/t/bigintpm.inc
7472            ! lib/Math/BigInt/t/bigintpm.t lib/Math/BigInt/t/calling.t
7473            ! lib/Math/BigInt/t/mbimbf.inc lib/Math/BigInt/t/mbimbf.t
7474            ! lib/Math/BigInt/t/require.t lib/Math/BigInt/t/sub_mbf.t
7475            ! lib/Math/BigInt/t/sub_mbi.t lib/Math/BigInt/t/sub_mif.t
7476            ! t/lib/Math/BigFloat/Subclass.pm t/lib/Math/BigInt/Subclass.pm
7477 ____________________________________________________________________________
7478 [ 14816] By: jhi                                   on 2002/02/21  19:33:01
7479         Log: Subject: Re: [PATCH] 'make clobber' on Cygwin broken
7480              From: "Gerrit P. Haase" <gp@familiehaase.de>
7481              Date: Thu, 21 Feb 2002 21:20:25 +0100
7482              Message-ID: <69510538936.20020221212025@familiehaase.de>
7483      Branch: perl
7484            ! Makefile.SH
7485 ____________________________________________________________________________
7486 [ 14815] By: jhi                                   on 2002/02/21  17:28:23
7487         Log: Subject: [PATCH @14577] grouping in pack/unpack
7488              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
7489              Date: Thu, 21 Feb 2002 06:06:14 -0500
7490              Message-ID: <20020221060614.A29836@math.ohio-state.edu>
7491      Branch: perl
7492            ! embed.fnc embed.h global.sym pod/perldiag.pod pod/perlfunc.pod
7493            ! pod/perltodo.pod pp_pack.c proto.h t/op/pack.t
7494 ____________________________________________________________________________
7495 [ 14814] By: jhi                                   on 2002/02/21  15:41:10
7496         Log: Subject: [PATCH propose] question about fs.t
7497              From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu>
7498              Date: Thu, 21 Feb 2002 15:10:21 +0100
7499              Message-ID: <725805519.20020221151021@tesla.rcub.bg.ac.yu>
7500      Branch: perl
7501            ! t/io/fs.t
7502 ____________________________________________________________________________
7503 [ 14813] By: jhi                                   on 2002/02/21  15:37:44
7504         Log: Subject: [PATCH] 'make clobber' on Cygwin broken    
7505              From: "Gerrit P. Haase" <gerrit@familiehaase.de>         
7506              Date: Thu, 21 Feb 2002 09:54:28 +0100
7507              Message-ID: <13576559576.20020221095428@familiehaase.de>     
7508      Branch: perl
7509            ! Makefile.SH
7510 ____________________________________________________________________________
7511 [ 14812] By: ams                                   on 2002/02/21  14:59:09
7512         Log: Subject: typo correction
7513              From: mjd@plover.com
7514              Date: 21 Feb 2002 15:43:49 -0000
7515              Message-Id: <20020221154349.22772.qmail@plover.com>
7516      Branch: perl
7517            ! pod/perldebug.pod
7518 ____________________________________________________________________________
7519 [ 14811] By: ams                                   on 2002/02/21  14:02:12
7520         Log: Subject: [PATCH] No OPf_SPECIAL on OP_ENTERSUB when readline() is overriden
7521              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
7522              Date: Thu, 21 Feb 2002 15:22:22 +0100
7523              Message-Id: <20020221152222.A15095@rafael>
7524      Branch: perl
7525            ! op.h toke.c
7526 ____________________________________________________________________________
7527 [ 14810] By: ams                                   on 2002/02/21  12:45:28
7528         Log: Subject: [PATCH @14577] cosmetic OS/2 patches
7529              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
7530              Date: Thu, 21 Feb 2002 06:02:48 -0500
7531              Message-Id: <20020221060248.A29705@math.ohio-state.edu>
7532      Branch: perl
7533            ! lib/ExtUtils/Mksymlists.pm makedef.pl
7534 ____________________________________________________________________________
7535 [ 14809] By: nick                                  on 2002/02/21  09:31:08
7536         Log: Integrate mainline
7537      Branch: perlio
7538           +> lib/Pod/t/Select.t
7539           !> (integrate 37 files)
7540 ____________________________________________________________________________
7541 [ 14808] By: jhi                                   on 2002/02/21  05:33:27
7542         Log: metaconfig unit change for #14807.
7543      Branch: metaconfig
7544            ! U/modified/Signal.U
7545 ____________________________________________________________________________
7546 [ 14807] By: jhi                                   on 2002/02/21  05:33:07
7547         Log: Revert #14805, didn't quite work.
7548      Branch: perl
7549            ! Configure config_h.SH
7550 ____________________________________________________________________________
7551 [ 14806] By: jhi                                   on 2002/02/21  05:21:52
7552         Log: metaconfig changes for #14805.
7553      Branch: metaconfig
7554            ! U/modified/Signal.U dist-3.0at70b/kit/makeSH
7555 ____________________________________________________________________________
7556 [ 14805] By: jhi                                   on 2002/02/21  05:21:21
7557         Log: Subject: Re: [ID 20020220.002] Perl 5.7.2 porting patches for POSIX 1003.1-2001 hosts 
7558              From: Paul Eggert <eggert@twinsun.com>
7559              Date: Wed, 20 Feb 2002 11:23:04 -0800 (PST)
7560              Message-Id: <200202201923.g1KJN4d06394@shade.twinsun.com>
7561      Branch: perl
7562            ! Configure config_h.SH
7563 ____________________________________________________________________________
7564 [ 14804] By: jhi                                   on 2002/02/21  04:56:05
7565         Log: More advice.
7566      Branch: perl
7567            ! README.os390
7568 ____________________________________________________________________________
7569 [ 14803] By: jhi                                   on 2002/02/21  04:40:37
7570         Log: Missing MANIFESTation.
7571      Branch: perl
7572            ! MANIFEST
7573 ____________________________________________________________________________
7574 [ 14802] By: ams                                   on 2002/02/20  22:55:25
7575         Log: Subject: [PATCH] Add missing Tolkien quotes to *.c
7576              From: Autrijus Tang <autrijus@autrijus.org>
7577              Date: Thu, 21 Feb 2002 07:13:12 +0800
7578              Message-Id: <20020220231312.GA775@not.autrijus.org>
7579      Branch: perl
7580            ! globals.c malloc.c perlio.c pp_pack.c universal.c xsutils.c
7581 ____________________________________________________________________________
7582 [ 14801] By: ams                                   on 2002/02/20  22:27:20
7583         Log: Subject: Re: Make Schwern poor in just 20 easy steps!
7584              From: Abe Timmerman <abe@ztreet.demon.nl>
7585              Date: Thu, 21 Feb 2002 00:20:40 +0100
7586              Message-Id: <dgb87ukjfanphg45i4skobhe40s1g4sujj@4ax.com>
7587      Branch: perl
7588            + lib/Pod/t/Select.t
7589 ____________________________________________________________________________
7590 [ 14800] By: jhi                                   on 2002/02/20  22:15:23
7591         Log: In EBCDIC the UNI_TO_NATIVE() macro evaluates its argument
7592              twice, causing the loop to skip every other character.
7593      Branch: perl
7594            ! utf8.c
7595 ____________________________________________________________________________
7596 [ 14799] By: jhi                                   on 2002/02/20  21:43:21
7597         Log: Better debugging info.
7598      Branch: perl
7599            ! t/uni/case.pl
7600 ____________________________________________________________________________
7601 [ 14798] By: jhi                                   on 2002/02/20  21:13:50
7602         Log: Subject: [PATCH++] Re: [PATCH] go faster for Encode's compile
7603              From: Nicholas Clark <nick@unfortu.net>
7604              Date: Wed, 20 Feb 2002 22:13:05 +0000
7605              Message-ID: <20020220221304.GE371@Bagpuss.unfortu.net>
7606      Branch: perl
7607            ! ext/Encode/compile
7608 ____________________________________________________________________________
7609 [ 14797] By: jhi                                   on 2002/02/20  18:31:14
7610         Log: Subject: Re: [ID 20020220.002] Perl 5.7.2 porting patches for POSIX 1003.1-2001 hosts
7611              From: Paul Eggert <eggert@twinsun.com>
7612              Date: Wed, 20 Feb 2002 11:29:30 -0800 (PST)
7613              Message-Id: <200202201929.g1KJTUb06403@shade.twinsun.com>
7614      Branch: perl
7615            ! pod/perlhack.pod
7616 ____________________________________________________________________________
7617 [ 14796] By: nick                                  on 2002/02/20  18:15:00
7618         Log: Integrate mainline
7619      Branch: perlio
7620           +> lib/Locale/Codes/ChangeLog lib/Locale/Codes/README
7621           +> lib/Locale/Codes/t/script.t lib/Locale/Constants.pod
7622           +> lib/Locale/Country.pod lib/Locale/Currency.pod
7623           +> lib/Locale/Language.pod lib/Locale/Script.pm
7624           +> lib/Locale/Script.pod t/uni/case.pl t/uni/lower.t
7625           +> t/uni/title.t t/uni/upper.t
7626           !> (integrate 41 files)
7627 ____________________________________________________________________________
7628 [ 14795] By: ams                                   on 2002/02/20  17:08:38
7629         Log: Subject: Re: Re-posts of some unresolved bleadperl bugreports
7630              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
7631              Date: Wed, 20 Feb 2002 18:06:59 +0000
7632              Message-Id: <200202201807.g1KI6xj08220@crypt.compulink.co.uk>
7633      Branch: perl
7634            ! pp_ctl.c
7635 ____________________________________________________________________________
7636 [ 14794] By: ams                                   on 2002/02/20  16:41:56
7637         Log: Subject: [PATCH] perl/Makefile.SH -- care with question mark
7638              From: Paul_GreenVOS@vos.stratus.com
7639              Date: Wed, 20 Feb 02 12:21 est
7640              Message-Id: <200202201723.MAA24639@mailhub1.stratus.com>
7641      Branch: perl
7642            ! Makefile.SH
7643 ____________________________________________________________________________
7644 [ 14793] By: jhi                                   on 2002/02/20  16:26:56
7645         Log: Forgot from #14790.
7646      Branch: perl
7647            ! pp_pack.c
7648 ____________________________________________________________________________
7649 [ 14792] By: jhi                                   on 2002/02/20  16:23:00
7650         Log: Update Changes.
7651      Branch: perl
7652            ! Changes patchlevel.h
7653 ____________________________________________________________________________
7654 [ 14791] By: jhi                                   on 2002/02/20  15:24:19
7655         Log: Integrate change #14778 from maintperl.
7656      Branch: perl
7657            ! t/lib/strict/subs
7658           !> op.c
7659 ____________________________________________________________________________
7660 [ 14790] By: jhi                                   on 2002/02/20  15:08:06
7661         Log: Subject: Re: [ID 20020220.001] pack w with objects
7662              From: Ulrich Pfeifer <upf@de.uu.net>
7663              Date: 20 Feb 2002 11:21:15 +0100
7664              Message-ID: <p5g03wcv38.fsf@de.uu.net>
7665      Branch: perl
7666            ! t/op/pack.t
7667 ____________________________________________________________________________
7668 [ 14789] By: jhi                                   on 2002/02/20  15:05:54
7669         Log: Subject: Re: [PATCH] go faster for Encode's compile
7670              From: Nicholas Clark <nick@unfortu.net> 
7671              Date: Tue, 19 Feb 2002 23:38:36 +0000
7672              Message-ID: <20020219233836.GG464@Bagpuss.unfortu.net>
7673      Branch: perl
7674            ! ext/Encode/compile
7675 ____________________________________________________________________________
7676 [ 14788] By: jhi                                   on 2002/02/20  15:02:31
7677         Log: Regen Glossary.
7678      Branch: perl
7679            ! Porting/Glossary Porting/config.sh Porting/config_H
7680 ____________________________________________________________________________
7681 [ 14787] By: jhi                                   on 2002/02/20  14:57:37
7682         Log: metaconfig unit change for #14786 (not visible yet,
7683              since Glossary needs regenerating)
7684      Branch: metaconfig
7685            ! U/compline/d_gconvert.U
7686 ____________________________________________________________________________
7687 [ 14786] By: jhi                                   on 2002/02/20  14:56:55
7688         Log: Subject: d_Gconvert hints and Glossary
7689              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
7690              Date: Tue, 19 Feb 2002 11:55:36 -0800
7691              Message-ID: <42qc8gzkgOFN092yn@efn.org> 
7692      Branch: perl
7693            ! Configure config_h.SH configpm hints/aix.sh hints/dec_osf.sh
7694            ! hints/newsos4.sh hints/os2.sh hints/os390.sh hints/svr4.sh
7695            ! hints/svr5.sh
7696 ____________________________________________________________________________
7697 [ 14785] By: jhi                                   on 2002/02/20  14:38:45
7698         Log: metaconfig unit changes for #14784.
7699      Branch: metaconfig
7700            ! U/modified/Chk_MANI.U U/modified/Signal.U U/modified/libs.U
7701 ____________________________________________________________________________
7702 [ 14784] By: jhi                                   on 2002/02/20  14:38:14
7703         Log: Subject: [ID 20020220.002] Perl 5.7.2 porting patches for POSIX 1003.1-2001 hosts 
7704              From: Paul Eggert <eggert@twinsun.com>              
7705              Date: Wed, 20 Feb 2002 03:03:51 -0800 (PST) 
7706              Message-Id: <200202201103.g1KB3p427665@sic.twinsun.com>
7707      Branch: perl
7708            ! Configure Porting/pumpkin.pod hints/freebsd.sh hints/irix_6.sh
7709            ! pod/perlhack.pod
7710 ____________________________________________________________________________
7711 [ 14783] By: jhi                                   on 2002/02/20  14:21:32
7712         Log: metaconfig unit change for #14782.
7713      Branch: metaconfig/U/perl
7714            ! Mksymlinks.U
7715 ____________________________________________________________________________
7716 [ 14782] By: jhi                                   on 2002/02/20  14:20:33
7717         Log: Subject: [patch] Configure problem on Cygwin (was: Re: dubious configure error on cygwin)
7718              From: "Gerrit P. Haase" <gp@familiehaase.de>
7719              Date: Wed, 20 Feb 2002 00:23:29 +0100
7720              Message-ID: <70348722516.20020220002329@familiehaase.de>
7721      Branch: perl
7722            ! Configure
7723 ____________________________________________________________________________
7724 [ 14781] By: jhi                                   on 2002/02/20  13:58:16
7725         Log: Subject: Re: Lexical scoping bug with EXPR for EXPR?
7726              From: Nicholas Clark <nick@unfortu.net> 
7727              Date: Tue, 19 Feb 2002 19:27:42 +0000
7728              Message-ID: <20020219192740.GF12268@Bagpuss.unfortu.net>
7729              
7730              (with modifications)
7731      Branch: perl
7732            ! pod/perlsub.pod
7733 ____________________________________________________________________________
7734 [ 14780] By: jhi                                   on 2002/02/20  13:49:44
7735         Log: NetWare tweak from Ananth Kesari.
7736      Branch: perl
7737            ! lib/ExtUtils/MakeMaker.pm
7738 ____________________________________________________________________________
7739 [ 14779] By: ams                                   on 2002/02/20  06:51:55
7740         Log: Fix suggested by Anton Tagunov <tagunov@motor.ru>.
7741      Branch: perl
7742            ! pod/perlfaq4.pod
7743 ____________________________________________________________________________
7744 [ 14778] By: gsar                                  on 2002/02/20  04:17:22
7745         Log: constant folding on the range operator had the effect of disabling
7746              peephole optimizations in all the siblings of the range OP; the
7747              effect of this was that barewords could escape strictures when
7748              they were hiding in such places
7749      Branch: maint-5.6/perl
7750            ! op.c t/pragma/strict-subs
7751 ____________________________________________________________________________
7752 [ 14777] By: ams                                   on 2002/02/20  00:56:21
7753         Log: Subject: [PATCH] Re: Cannot handle date (0, 0, 0, 2, 0, 1970)
7754              From: Graham Barr <gbarr@pobox.com>
7755              Date: Tue, 19 Feb 2002 23:08:47 +0000
7756              Message-Id: <20020219230847.G66560@pobox.com>
7757      Branch: perl
7758            ! lib/Time/Local.pm
7759 ____________________________________________________________________________
7760 [ 14776] By: ams                                   on 2002/02/19  17:20:28
7761         Log: Subject: [DOCPATCH] C<< >> in Tie::Hash
7762              From: Nicholas Clark <nick@unfortu.net>
7763              Date: Tue, 19 Feb 2002 16:23:22 +0000
7764              Message-Id: <20020219162322.GB12268@Bagpuss.unfortu.net>
7765      Branch: perl
7766            ! lib/Tie/Hash.pm
7767 ____________________________________________________________________________
7768 [ 14775] By: jhi                                   on 2002/02/19  15:20:52
7769         Log: Regen doc, regen toc.
7770      Branch: perl
7771            ! pod/buildtoc.PL pod/perlapi.pod pod/perltoc.pod
7772 ____________________________________________________________________________
7773 [ 14774] By: jhi                                   on 2002/02/19  15:18:03
7774         Log: Subject: Re: {PATCH] Re: Lexical scoping bug with EXPR for EXPR?
7775              From: Dave Mitchell <davem@fdgroup.co.uk>
7776              Date: Tue, 19 Feb 2002 16:07:52 +0000 (GMT) 
7777              Message-Id: <200202191607.QAA25164@gizmo.fdgroup.co.uk>           
7778      Branch: perl
7779            ! pod/perlsub.pod
7780 ____________________________________________________________________________
7781 [ 14773] By: jhi                                   on 2002/02/19  15:13:57
7782         Log: Detypo.
7783      Branch: perl
7784            ! lib/Tie/Memoize.pm
7785 ____________________________________________________________________________
7786 [ 14772] By: jhi                                   on 2002/02/19  15:01:25
7787         Log: UTF-8 C API doc tweaks.
7788      Branch: perl
7789            ! pod/perlunicode.pod
7790 ____________________________________________________________________________
7791 [ 14771] By: jhi                                   on 2002/02/19  14:03:08
7792         Log: Mention that the case-switchers know about Unicode, too.
7793      Branch: perl
7794            ! pod/perlop.pod
7795 ____________________________________________________________________________
7796 [ 14770] By: jhi                                   on 2002/02/19  13:49:52
7797         Log: Upgrade to Locale::Codes 2.01.
7798      Branch: perl
7799            + lib/Locale/Constants.pod lib/Locale/Country.pod
7800            + lib/Locale/Currency.pod lib/Locale/Language.pod
7801            + lib/Locale/Script.pod
7802            ! MANIFEST lib/Locale/Codes/ChangeLog lib/Locale/Codes/README
7803            ! lib/Locale/Constants.pm lib/Locale/Country.pm
7804            ! lib/Locale/Currency.pm lib/Locale/Language.pm
7805            ! lib/Locale/Maketext.pm lib/Locale/Script.pm
7806 ____________________________________________________________________________
7807 [ 14769] By: jhi                                   on 2002/02/19  13:34:16
7808         Log: Subject: {PATCH] Re: Lexical scoping bug with EXPR for EXPR?
7809              From: Dave Mitchell <davem@fdgroup.co.uk>
7810              Date: Tue, 19 Feb 2002 10:30:30 +0000 (GMT) 
7811              Message-Id: <200202191030.KAA24180@gizmo.fdgroup.co.uk>
7812      Branch: perl
7813            ! pod/perlsub.pod
7814 ____________________________________________________________________________
7815 [ 14768] By: jhi                                   on 2002/02/19  13:32:32
7816         Log: Subject: [PATCH] Clarify SvPV and SvPV_force api docs
7817              From: Sam Tregar <sam@tregar.com> 
7818              Date: Mon, 18 Feb 2002 23:09:22 -0500 (EST) 
7819              Message-ID: <Pine.LNX.4.44.0202182305350.10037-100000@localhost.localdomain>   
7820      Branch: perl
7821            ! sv.h
7822 ____________________________________________________________________________
7823 [ 14767] By: jhi                                   on 2002/02/19  13:29:04
7824         Log: The test requires perlio.
7825      Branch: perl
7826            ! ext/Encode/t/JP.t
7827 ____________________________________________________________________________
7828 [ 14766] By: jhi                                   on 2002/02/19  04:57:59
7829         Log: Misplaced block end.
7830      Branch: perl
7831            ! utf8.c
7832 ____________________________________________________________________________
7833 [ 14765] By: jhi                                   on 2002/02/19  04:53:30
7834         Log: The POSIX extensions are deadly.
7835      Branch: perl
7836            ! regcomp.c
7837 ____________________________________________________________________________
7838 [ 14764] By: jhi                                   on 2002/02/19  04:44:41
7839         Log: Let's not overdo the growth.
7840      Branch: perl
7841            ! pp.c
7842 ____________________________________________________________________________
7843 [ 14763] By: jhi                                   on 2002/02/19  04:19:21
7844         Log: Third time makes the charm.
7845      Branch: perl
7846            ! README.os390
7847 ____________________________________________________________________________
7848 [ 14762] By: jhi                                   on 2002/02/19  04:03:46
7849         Log: Oops.
7850      Branch: perl
7851            ! utf8.c
7852 ____________________________________________________________________________
7853 [ 14761] By: jhi                                   on 2002/02/19  03:49:34
7854         Log: Add back the new casing tests.
7855      Branch: perl
7856            + t/uni/case.pl t/uni/lower.t t/uni/title.t t/uni/upper.t
7857            ! MANIFEST
7858 ____________________________________________________________________________
7859 [ 14760] By: jhi                                   on 2002/02/19  03:49:16
7860         Log: Prefer special case mappings.
7861      Branch: perl
7862            ! lib/unicore/To/Lower.pl lib/unicore/To/Title.pl
7863            ! lib/unicore/To/Upper.pl lib/unicore/mktables
7864 ____________________________________________________________________________
7865 [ 14759] By: jhi                                   on 2002/02/19  03:48:46
7866         Log: Try special casing first.
7867      Branch: perl
7868            ! utf8.c
7869 ____________________________________________________________________________
7870 [ 14758] By: jhi                                   on 2002/02/19  01:55:14
7871         Log: Not extending enough.
7872      Branch: perl
7873            ! pp.c utf8.h
7874 ____________________________________________________________________________
7875 [ 14757] By: jhi                                   on 2002/02/19  00:21:07
7876         Log: No need to store identity mappings.
7877      Branch: perl
7878            ! lib/unicore/To/Lower.pl lib/unicore/To/Title.pl
7879            ! lib/unicore/mktables
7880 ____________________________________________________________________________
7881 [ 14756] By: ams                                   on 2002/02/18  20:21:17
7882         Log: Forward port #14704 from maint-5.6.
7883      Branch: perl
7884            ! doio.c
7885 ____________________________________________________________________________
7886 [ 14755] By: jhi                                   on 2002/02/18  20:16:40
7887         Log: Regen Changes.
7888      Branch: perl
7889            ! Changes
7890 ____________________________________________________________________________
7891 [ 14754] By: ams                                   on 2002/02/18  19:01:09
7892         Log: Subject: [PATCH] VMS cando_by_name and current process privs
7893              From: "Craig A. Berry" <craigberry@mac.com>
7894              Date: Mon, 18 Feb 2002 14:03:30 -0600
7895              Message-Id: <5.1.0.14.2.20020218132536.01b7a0b8@exchi01>
7896      Branch: perl
7897            ! vms/vms.c
7898 ____________________________________________________________________________
7899 [ 14753] By: jhi                                   on 2002/02/18  17:58:39
7900         Log: Update Changes.
7901      Branch: perl
7902            ! Changes patchlevel.h
7903 ____________________________________________________________________________
7904 [ 14752] By: jhi                                   on 2002/02/18  17:54:44
7905         Log: What do you know; these tests unearthed nasty problems.
7906              Will resolve those first.
7907      Branch: perl
7908            - t/uni/case.pl t/uni/lower.t t/uni/title.t t/uni/upper.t
7909            ! MANIFEST
7910 ____________________________________________________________________________
7911 [ 14751] By: jhi                                   on 2002/02/18  17:52:23
7912         Log: Update Changes.
7913      Branch: perl
7914            ! Changes patchlevel.h
7915 ____________________________________________________________________________
7916 [ 14750] By: ams                                   on 2002/02/18  17:36:05
7917         Log: Subject: Re: IO::Poll: Removing Handles
7918              From: Matthew Sachs <matthewg@zevils.com>
7919              Date: Mon, 18 Feb 2002 13:19:01 -0500
7920              Message-Id: <20020218181901.GA19377@allevil.dhcp.zevils.com>
7921      Branch: perl
7922            ! ext/IO/lib/IO/t/io_poll.t
7923 ____________________________________________________________________________
7924 [ 14749] By: jhi                                   on 2002/02/18  16:49:51
7925         Log: Subject: VMS test fix-ups (alarm.t and glob.t)
7926              From: "Craig A. Berry" <craigberry@mac.com>
7927              Date: Mon, 18 Feb 2002 11:52:21 -0600
7928              Message-Id: <5.1.0.14.2.20020218114540.01b2b458@exchi01>
7929      Branch: perl
7930            ! t/op/alarm.t t/op/glob.t
7931 ____________________________________________________________________________
7932 [ 14748] By: ams                                   on 2002/02/18  15:53:36
7933         Log: s/load_module/Perl_load_module/
7934      Branch: perl
7935            ! gv.c
7936 ____________________________________________________________________________
7937 [ 14747] By: jhi                                   on 2002/02/18  15:43:06
7938         Log: Unused in ASCII, used in EBCDIC.
7939      Branch: perl
7940            ! utf8.c
7941 ____________________________________________________________________________
7942 [ 14746] By: jhi                                   on 2002/02/18  15:26:32
7943         Log: Upgrade to Locale::Codes 2.00.
7944      Branch: perl
7945            + lib/Locale/Codes/ChangeLog lib/Locale/Codes/README
7946            + lib/Locale/Codes/t/script.t lib/Locale/Script.pm
7947            ! MANIFEST lib/Locale/Codes/t/all.t lib/Locale/Codes/t/country.t
7948            ! lib/Locale/Constants.pm lib/Locale/Country.pm
7949            ! lib/Locale/Currency.pm lib/Locale/Language.pm
7950 ____________________________________________________________________________
7951 [ 14745] By: ams                                   on 2002/02/18  15:20:44
7952         Log: Subject: Re: [ID 20020213.001] "Unknown error" as a message from compilation
7953              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
7954              Date: Sat, 16 Feb 2002 00:06:01 +0100
7955              Message-Id: <20020216000601.A17249@rafael>
7956      Branch: perl
7957            ! gv.c
7958 ____________________________________________________________________________
7959 [ 14744] By: jhi                                   on 2002/02/18  14:54:47
7960         Log: More Unicode casing checks.
7961      Branch: perl
7962            + t/uni/case.pl t/uni/lower.t t/uni/title.t t/uni/upper.t
7963            ! MANIFEST
7964 ____________________________________________________________________________
7965 [ 14743] By: ams                                   on 2002/02/18  14:35:38
7966         Log: Subject: IO::Poll: Removing Handles
7967              From: Matthew Sachs <matthewg@zevils.com>
7968              Date: Sun, 17 Feb 2002 04:49:46 -0500
7969              Message-Id: <20020217094946.GA13130@allevil.dhcp.zevils.com>
7970      Branch: perl
7971            ! ext/IO/lib/IO/Poll.pm
7972 ____________________________________________________________________________
7973 [ 14741] By: ams                                   on 2002/02/18  13:59:48
7974         Log: Subject: [PATCH pp_ctl.c] bug on "do NUMBER"
7975              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
7976              Date: Mon, 18 Feb 2002 15:41:26 +0100
7977              Message-Id: <20020218154126.A692@rafael>
7978      Branch: perl
7979            ! pp_ctl.c t/op/do.t
7980 ____________________________________________________________________________
7981 [ 14740] By: nick                                  on 2002/02/18  09:09:23
7982         Log: Integrate mainline
7983      Branch: perlio
7984           +> ext/Encode/CN/CN.pm ext/Encode/CN/Makefile.PL
7985           +> ext/Encode/JP/JP.pm ext/Encode/JP/Makefile.PL
7986           +> ext/Encode/KR/KR.pm ext/Encode/KR/Makefile.PL
7987           +> ext/Encode/TW/Makefile.PL ext/Encode/TW/TW.pm
7988           +> ext/Encode/lib/Encode/JP/Constants.pm
7989           +> ext/Encode/lib/Encode/JP/H2Z.pm
7990           +> ext/Encode/lib/Encode/JP/ISO_2022_JP.pm
7991           +> ext/Encode/lib/Encode/JP/JIS.pm ext/Encode/lib/Encode/JP/Tr.pm
7992           +> ext/Encode/t/JP.t ext/Encode/t/japanese.pl
7993           +> os2/OS2/Process/t/os2_process.t
7994           +> os2/OS2/Process/t/os2_process_kid.t
7995           +> os2/OS2/Process/t/os2_process_text.t
7996            - ext/Encode/EUC_JP/Japanese.pm ext/Encode/EUC_JP/Makefile.PL
7997            - ext/Encode/t/Japanese.t
7998           !> (integrate 47 files)
7999 ____________________________________________________________________________
8000 [ 14739] By: jhi                                   on 2002/02/18  05:02:47
8001         Log: EBCDIC: now the worst seems to be over for
8002              the "Malformed" warnings.  Still a few of them,
8003              and plenty of test failures, but getting better.
8004      Branch: perl
8005            ! regcomp.c utf8.c
8006 ____________________________________________________________________________
8007 [ 14738] By: jhi                                   on 2002/02/18  02:31:05
8008         Log: Upgrade to Net::Ping 2.12.
8009      Branch: perl
8010            ! lib/Net/Ping.pm lib/Net/Ping/CHANGES lib/Net/Ping/README
8011            ! lib/Net/Ping/t/110_icmp_inst.t
8012 ____________________________________________________________________________
8013 [ 14737] By: jhi                                   on 2002/02/18  02:24:31
8014         Log: After much rewriting we are now pretty much
8015              back to where we started.
8016      Branch: perl
8017            ! utf8.c
8018 ____________________________________________________________________________
8019 [ 14736] By: ams                                   on 2002/02/18  01:23:00
8020         Log: Subject: [PATCH B::Deparse] two fixes
8021              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
8022              Date: Sun, 17 Feb 2002 23:58:59 +0100
8023              Message-Id: <20020217235859.A32513@rafael>
8024      Branch: perl
8025            ! ext/B/B/Deparse.pm
8026 ____________________________________________________________________________
8027 [ 14735] By: jhi                                   on 2002/02/17  21:24:26
8028         Log: Buglet.
8029      Branch: perl
8030            ! ext/Encode/lib/Encode/JP/JIS.pm
8031 ____________________________________________________________________________
8032 [ 14734] By: jhi                                   on 2002/02/17  20:44:59
8033         Log: Clearing up to_utf8_case() continues: this time use
8034              a single return, and EBCDICification for all paths.
8035      Branch: perl
8036            ! utf8.c
8037 ____________________________________________________________________________
8038 [ 14733] By: jhi                                   on 2002/02/17  19:51:01
8039         Log: Small tweaks to get the test running (fix @INC and
8040              do not overwrite the table.utf8 and table.rnd).
8041      Branch: perl
8042            ! ext/Encode/t/JP.t
8043 ____________________________________________________________________________
8044 [ 14732] By: jhi                                   on 2002/02/17  18:40:24
8045         Log: Tiny tweak.
8046      Branch: perl
8047            ! utf8.c
8048 ____________________________________________________________________________
8049 [ 14731] By: jhi                                   on 2002/02/17  16:56:17
8050         Log: Redundant casts.
8051      Branch: perl
8052            ! utf8.c
8053 ____________________________________________________________________________
8054 [ 14730] By: jhi                                   on 2002/02/17  16:50:34
8055         Log: More filename portability tips.
8056      Branch: perl
8057            ! pod/perlport.pod
8058 ____________________________________________________________________________
8059 [ 14729] By: jhi                                   on 2002/02/17  16:25:06
8060         Log: FAQ sync.
8061      Branch: perl
8062            ! pod/perlfaq3.pod pod/perlfaq5.pod
8063 ____________________________________________________________________________
8064 [ 14728] By: ams                                   on 2002/02/17  16:15:09
8065         Log: Subject: podlators 1.21 released
8066              From: Russ Allbery <rra@stanford.edu>
8067              Date: Sat, 16 Feb 2002 21:42:56 -0800
8068              Message-Id: <yladu8irz3.fsf@windlord.stanford.edu>
8069      Branch: perl
8070            ! lib/Pod/Text/Overstrike.pm
8071 ____________________________________________________________________________
8072 [ 14727] By: sky                                   on 2002/02/17  11:36:52
8073         Log: Subject: [PATCH] Tied STDERR should catch messages from warn() and die()
8074              From: Autrijus Tang <autrijus@autrijus.org>
8075              Date: Sun, 17 Feb 2002 19:46:47 +0800
8076              Message-ID: <20020217194647.A1410@not.autrijus.org>
8077      Branch: perl
8078            ! pp_ctl.c t/op/tiehandle.t util.c
8079 ____________________________________________________________________________
8080 [ 14726] By: jhi                                   on 2002/02/17  03:13:30
8081         Log: EBCDIC: to_utf8_case() is supposed to get its low 256
8082              input in native code points, not Unicode.
8083      Branch: perl
8084            ! utf8.c
8085 ____________________________________________________________________________
8086 [ 14725] By: jhi                                   on 2002/02/17  01:43:42
8087         Log: Regen Glossary.
8088      Branch: perl
8089            ! Porting/Glossary Porting/config.sh Porting/config_H
8090 ____________________________________________________________________________
8091 [ 14724] By: jhi                                   on 2002/02/17  01:12:37
8092         Log: The #14715 and #14716 were okay: they just revealed
8093              a bug in the EXACTF matching.
8094      Branch: perl
8095            ! regexec.c utf8.c
8096 ____________________________________________________________________________
8097 [ 14723] By: jhi                                   on 2002/02/16  16:14:19
8098         Log: Retreat, retreat! (retract #14715 and #14716)
8099      Branch: perl
8100            ! utf8.c
8101 ____________________________________________________________________________
8102 [ 14722] By: jhi                                   on 2002/02/16  16:06:00
8103         Log: Encode 0.40, from Dan Kogai.
8104      Branch: perl
8105            + ext/Encode/CN/CN.pm ext/Encode/CN/Makefile.PL
8106            + ext/Encode/JP/JP.pm ext/Encode/JP/Makefile.PL
8107            + ext/Encode/KR/KR.pm ext/Encode/KR/Makefile.PL
8108            + ext/Encode/TW/Makefile.PL ext/Encode/TW/TW.pm
8109            + ext/Encode/lib/Encode/JP/Constants.pm
8110            + ext/Encode/lib/Encode/JP/H2Z.pm
8111            + ext/Encode/lib/Encode/JP/ISO_2022_JP.pm
8112            + ext/Encode/lib/Encode/JP/JIS.pm ext/Encode/lib/Encode/JP/Tr.pm
8113            + ext/Encode/t/JP.t ext/Encode/t/japanese.pl
8114            + ext/Encode/t/table.rnd ext/Encode/t/table.utf8
8115            - ext/Encode/EUC_JP/Japanese.pm ext/Encode/EUC_JP/Makefile.PL
8116            - ext/Encode/t/Japanese.t
8117            ! MANIFEST ext/Encode/Encode.pm ext/Encode/MANIFEST
8118            ! ext/Encode/t/Encode.t
8119 ____________________________________________________________________________
8120 [ 14721] By: jhi                                   on 2002/02/16  15:37:40
8121         Log: metaconfig unit change for #14720.
8122      Branch: perl
8123            ! Configure
8124 ____________________________________________________________________________
8125 [ 14720] By: jhi                                   on 2002/02/16  15:36:42
8126         Log: Regenerate Configure (small tweaks on Yitzchak's,
8127              main difference being that the preference variables are
8128              called gconvert_...).
8129      Branch: metaconfig
8130            ! U/compline/d_gconvert.U
8131 ____________________________________________________________________________
8132 [ 14719] By: ams                                   on 2002/02/16  14:11:01
8133         Log: Subject: Re: [proof-of-concept PATCH] d_Gconvert and Configure
8134              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
8135              Date: Thu, 14 Feb 2002 22:27:33 -0800
8136              Message-Id: <VpKb8gzkgCdK092yn@efn.org>
8137              (Applied by hand.)
8138      Branch: perl
8139            ! Configure
8140 ____________________________________________________________________________
8141 [ 14718] By: ams                                   on 2002/02/16  13:45:28
8142         Log: Subject: [DOC PATCH perlport.pod] Typo fix and three-arg open
8143              From: Philip Newton <Philip.Newton@gmx.net>
8144              Date: Sat, 16 Feb 2002 10:05:05 +0100
8145              Message-Id: <558s6u4djrbk46q44fvqs5mfviq9311lj1@4ax.com>
8146              (Applied by hand.)
8147      Branch: perl
8148            ! pod/perlport.pod
8149 ____________________________________________________________________________
8150 [ 14717] By: ams                                   on 2002/02/16  04:30:23
8151         Log: Remove dubious test.
8152      Branch: perl
8153            ! t/io/open.t
8154 ____________________________________________________________________________
8155 [ 14716] By: jhi                                   on 2002/02/16  04:24:45
8156         Log: Tiny tweak.
8157      Branch: perl
8158            ! utf8.c
8159 ____________________________________________________________________________
8160 [ 14715] By: jhi                                   on 2002/02/16  03:49:14
8161         Log: Restructure to_utf8_case() for simpler execution paths.
8162      Branch: perl
8163            ! utf8.c
8164 ____________________________________________________________________________
8165 [ 14714] By: ams                                   on 2002/02/16  02:43:59
8166         Log: Absorb #14701 by Sarathy from maint-5.6.
8167      Branch: perl
8168            ! doio.c t/io/open.t
8169 ____________________________________________________________________________
8170 [ 14713] By: ams                                   on 2002/02/16  01:51:27
8171         Log: Subject: [PATCH] VOS patches for perl 5.8
8172              From: Paul_GreenVOS@vos.stratus.com
8173              Date: Fri, 15 Feb 02 17:41 est
8174              Message-Id: <200202152243.RAA01195@mailhub1.stratus.com>
8175      Branch: perl
8176            ! README.vos vos/Changes vos/build.cm vos/config.alpha.def
8177            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
8178            ! vos/install_perl.cm
8179 ____________________________________________________________________________
8180 [ 14712] By: jhi                                   on 2002/02/15  21:08:13
8181         Log: Subject: [PATCH B::Deparse] Fix another bug introduced by #14615
8182              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
8183              Date: Fri, 15 Feb 2002 23:05:44 +0100
8184              Message-ID: <20020215230544.A690@rafael>
8185      Branch: perl
8186            ! ext/B/B/Deparse.pm
8187 ____________________________________________________________________________
8188 [ 14711] By: jhi                                   on 2002/02/15  19:26:07
8189         Log: Add $VERSION.
8190      Branch: perl
8191            ! lib/Tie/Memoize.pm
8192 ____________________________________________________________________________
8193 [ 14710] By: jhi                                   on 2002/02/15  15:40:30
8194         Log: Update Changes.
8195      Branch: perl
8196            ! Changes patchlevel.h
8197 ____________________________________________________________________________
8198 [ 14709] By: jhi                                   on 2002/02/15  15:01:54
8199         Log: Subject: [PATCH hints/solaris_2.sh]; was Re: [PATCH Configure] Interaction of cc.cbu and checkcc
8200              From: Robin Barker <rmb1@cise.npl.co.uk>
8201              Date: Thu, 14 Feb 2002 19:07:40 GMT
8202              Message-Id: <200202141907.TAA21516@tempest.npl.co.uk>
8203              
8204              (the hints part only)
8205      Branch: perl
8206            ! hints/solaris_2.sh
8207 ____________________________________________________________________________
8208 [ 14708] By: jhi                                   on 2002/02/15  15:00:27
8209         Log: metaconfig unit changes for #14707.
8210      Branch: metaconfig
8211            ! U/modified/cc.U
8212      Branch: metaconfig/U/perl
8213            ! Checkcc.U
8214 ____________________________________________________________________________
8215 [ 14707] By: jhi                                   on 2002/02/15  15:00:01
8216         Log: Subject: Re: [PATCH hints/solaris_2.sh]; was Re: [PATCH Configure] Interaction  of cc.cbu and checkcc
8217              From: Robin Barker <rmb1@cise.npl.co.uk>
8218              Date: Fri, 15 Feb 2002 12:14:39 GMT
8219              Message-Id: <200202151214.MAA26466@tempest.npl.co.uk>
8220              
8221              Split checking-for-gcc and checking-for-cc.
8222      Branch: perl
8223            ! Configure
8224 ____________________________________________________________________________
8225 [ 14706] By: ams                                   on 2002/02/15  13:57:15
8226         Log: Subject: Re: [ID 20020213.015] Pod::Html XHTML update for 5.7.2
8227              From: Ville =?ISO-8859-1?Q?Skytt=E4?= <ville.skytta@iki.fi>
8228              Date: 15 Feb 2002 10:53:06 +0200
8229              Message-Id: <1013763186.28457.6.camel@cs78130147.pp.htv.fi>
8230      Branch: perl
8231            ! lib/Pod/Html.pm
8232 ____________________________________________________________________________
8233 [ 14705] By: ams                                   on 2002/02/15  08:42:55
8234         Log: Subject: [PATCH @14577] OS/2 tests and more
8235              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
8236              Date: Fri, 15 Feb 2002 03:56:24 -0500
8237              Message-Id: <20020215035624.A16467@math.ohio-state.edu>
8238      Branch: perl
8239            + os2/OS2/Process/t/os2_process.t
8240            + os2/OS2/Process/t/os2_process_kid.t
8241            + os2/OS2/Process/t/os2_process_text.t
8242            ! MANIFEST configpm hints/os2.sh makedef.pl
8243            ! os2/OS2/Process/Makefile.PL os2/OS2/Process/Process.pm
8244            ! os2/OS2/Process/Process.xs os2/os2.c os2/os2_base.t
8245            ! os2/os2ish.h
8246 ____________________________________________________________________________
8247 [ 14704] By: gsar                                  on 2002/02/15  08:42:48
8248         Log: don't Safefree() PerlIO pointers we didn't allocate to begin with;
8249              avoid wasteful PL_fdpid fiddling where that is not warranted;
8250              mostly whitespace fixes
8251              
8252              these were longstanding todo items from:
8253              http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/1998-04/msg01019.html
8254      Branch: maint-5.6/perl
8255            ! doio.c
8256 ____________________________________________________________________________
8257 [ 14702] By: nick                                  on 2002/02/15  08:31:41
8258         Log: Integrate mainline
8259      Branch: perlio
8260           +> lib/if.pm lib/if.t
8261           !> Configure MANIFEST ext/B/B/Deparse.pm ext/B/t/deparse.t
8262           !> lib/Net/Ping.pm lib/Net/Ping/CHANGES lib/Net/Ping/README
8263           !> lib/Net/Ping/t/110_icmp_inst.t lib/Net/Ping/t/120_udp_inst.t
8264           !> lib/Net/Ping/t/130_tcp_inst.t lib/Net/Ping/t/140_stream_inst.t
8265           !> lib/Net/Ping/t/200_ping_tcp.t lib/Net/Ping/t/300_ping_stream.t
8266           !> lib/Pod/Html.pm lib/Tie/Handle.pm lib/charnames.pm
8267           !> lib/charnames.t pod/perluniintro.pod pp_sys.c
8268           !> t/lib/warnings/pp_sys
8269 ____________________________________________________________________________
8270 [ 14701] By: gsar                                  on 2002/02/15  08:04:58
8271         Log: open(STDOUT, ">&=FOO") leaks PerlIO pointers badly on all platforms
8272              (and also dies quickly on Windows); this bug crept in as
8273              change#610, a.k.a change#646
8274      Branch: maint-5.6/perl
8275            ! doio.c t/io/open.t
8276 ____________________________________________________________________________
8277 [ 14700] By: jhi                                   on 2002/02/15  02:51:13
8278         Log: Subject: [ID 20020213.015] Pod::Html XHTML update for 5.7.2
8279              From: Ville "Skyttä" <ville.skytta@iki.fi>
8280              Date: Wed, 13 Feb 2002 22:29:39 +0200
8281              Message-Id: <20020213222939.5321b5ce.ville.skytta@iki.fi>
8282      Branch: perl
8283            ! lib/Pod/Html.pm
8284 ____________________________________________________________________________
8285 [ 14699] By: jhi                                   on 2002/02/14  23:47:43
8286         Log: Document and test the C0 and C1.
8287      Branch: perl
8288            ! lib/charnames.pm lib/charnames.t
8289 ____________________________________________________________________________
8290 [ 14698] By: jhi                                   on 2002/02/14  22:21:55
8291         Log: metaconfig unit change for #14697.
8292      Branch: metaconfig
8293            ! U/modified/Init.U
8294 ____________________________________________________________________________
8295 [ 14697] By: jhi                                   on 2002/02/14  22:21:20
8296         Log: Also OS/2 seems to need exe set early.
8297      Branch: perl
8298            ! Configure
8299 ____________________________________________________________________________
8300 [ 14696] By: jhi                                   on 2002/02/14  22:13:18
8301         Log: Document pack U0U.
8302      Branch: perl
8303            ! pod/perluniintro.pod
8304 ____________________________________________________________________________
8305 [ 14695] By: jhi                                   on 2002/02/14  21:56:52
8306         Log: Subject: [PATCH] Re: bug? no warning from getc BOLLOCKS
8307              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
8308              Date: Thu, 14 Feb 2002 23:58:00 +0100
8309              Message-ID: <20020214235800.A12901@rafael>
8310      Branch: perl
8311            ! pp_sys.c t/lib/warnings/pp_sys
8312 ____________________________________________________________________________
8313 [ 14694] By: jhi                                   on 2002/02/14  21:54:43
8314         Log: Subject: [PATCH @13746] conditional pragmas
8315              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
8316              Date: Mon, 31 Dec 2001 18:18:09 -0500
8317              Message-ID: <20011231181809.A29528@math.ohio-state.edu>
8318      Branch: perl
8319            + lib/if.pm lib/if.t
8320            ! MANIFEST
8321 ____________________________________________________________________________
8322 [ 14693] By: jhi                                   on 2002/02/14  21:47:08
8323         Log: Deparse bug introduced by #14615: the fix is just a workaround,
8324              I suspect there to be another deeper bug, must distill simpler
8325              test case.
8326      Branch: perl
8327            ! ext/B/B/Deparse.pm ext/B/t/deparse.t
8328 ____________________________________________________________________________
8329 [ 14692] By: jhi                                   on 2002/02/14  19:52:26
8330         Log: Integrate perlio; 
8331              
8332              Make dependencies more precise (for nmake)
8333      Branch: perl
8334           !> ext/Encode/EUC_JP/Makefile.PL
8335 ____________________________________________________________________________
8336 [ 14691] By: jhi                                   on 2002/02/14  18:08:58
8337         Log: Just a guess.
8338      Branch: perl
8339            ! lib/Tie/Handle.pm
8340 ____________________________________________________________________________
8341 [ 14690] By: nick                                  on 2002/02/14  16:30:56
8342         Log: Integrate mainline
8343      Branch: perlio
8344           +> ext/threads/t/end.t lib/Tie/Memoize.pm lib/Tie/Memoize.t
8345           !> Changes MANIFEST Makefile.SH ext/threads/threads.pm
8346           !> ext/threads/threads.xs lib/ExtUtils/Installed.pm
8347           !> lib/ExtUtils/t/Installed.t lib/File/Spec/t/rel2abs2rel.t
8348           !> lib/Tie/Hash.pm patchlevel.h pod/perltie.pod t/op/groups.t
8349           !> utf8.c
8350 ____________________________________________________________________________
8351 [ 14689] By: jhi                                   on 2002/02/14  16:03:50
8352         Log: Upgrade to Net::Ping 2.11.
8353      Branch: perl
8354            ! lib/Net/Ping.pm lib/Net/Ping/CHANGES lib/Net/Ping/README
8355            ! lib/Net/Ping/t/110_icmp_inst.t lib/Net/Ping/t/120_udp_inst.t
8356            ! lib/Net/Ping/t/130_tcp_inst.t lib/Net/Ping/t/140_stream_inst.t
8357            ! lib/Net/Ping/t/200_ping_tcp.t lib/Net/Ping/t/300_ping_stream.t
8358 ____________________________________________________________________________
8359 [ 14688] By: jhi                                   on 2002/02/14  15:15:17
8360         Log: Subject: [PATCH ExtUtils/Installed.pm ExtUtils/t/Installed.t]
8361              From: Robin Barker <rmb1@cise.npl.co.uk>
8362              Date: Wed, 13 Feb 2002 17:37:07 GMT
8363              Message-Id: <200202131737.RAA29010@tempest.npl.co.uk>
8364              
8365              (updated version of the above)
8366      Branch: perl
8367            ! lib/ExtUtils/Installed.pm lib/ExtUtils/t/Installed.t
8368 ____________________________________________________________________________
8369 [ 14687] By: jhi                                   on 2002/02/14  14:44:02
8370         Log: Excise inexact blather.
8371      Branch: perl
8372            ! utf8.c
8373 ____________________________________________________________________________
8374 [ 14686] By: jhi                                   on 2002/02/14  14:30:35
8375         Log: Subject: Re: [PATCH @13746] tied hashes: memoization
8376              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
8377              Date: Mon, 31 Dec 2001 20:28:46 -0500
8378              Message-ID: <20011231202845.A1323@math.ohio-state.edu>
8379      Branch: perl
8380            + lib/Tie/Memoize.pm lib/Tie/Memoize.t
8381            ! MANIFEST
8382 ____________________________________________________________________________
8383 [ 14685] By: nick                                  on 2002/02/14  14:20:20
8384         Log: Make dependencies more precise (for nmake)
8385      Branch: perlio
8386            ! ext/Encode/EUC_JP/Makefile.PL
8387 ____________________________________________________________________________
8388 [ 14684] By: jhi                                   on 2002/02/14  14:09:10
8389         Log: Subject: [PATCH @13746] tied hashes
8390              From: Ilya Zakharevich <ilya@math.ohio-state.edu>             
8391              Date: Mon, 31 Dec 2001 19:15:39 -0500
8392              Message-ID: <20011231191539.A46@math.ohio-state.edu>
8393      Branch: perl
8394            ! lib/Tie/Hash.pm pod/perltie.pod
8395 ____________________________________________________________________________
8396 [ 14683] By: jhi                                   on 2002/02/13  22:30:55
8397         Log: Subject: Re: [PATCH] Configure followed by make minitest
8398              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
8399              Date: Sun, 10 Feb 2002 23:22:05 -0800
8400              Message-ID: <dE3Z8gzkgyBD092yn@efn.org>
8401      Branch: perl
8402            ! Makefile.SH
8403 ____________________________________________________________________________
8404 [ 14682] By: jhi                                   on 2002/02/13  15:50:37
8405         Log: Subject: Re: perl@14647
8406              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
8407              Date: Mon, 11 Feb 2002 19:30:36 +0100
8408              Message-Id: <20020211192820.C199.H.M.BRAND@hccnet.nl>
8409      Branch: perl
8410            ! t/op/groups.t
8411 ____________________________________________________________________________
8412 [ 14681] By: jhi                                   on 2002/02/13  15:14:25
8413         Log: Update Changes.
8414      Branch: perl
8415            ! Changes patchlevel.h
8416 ____________________________________________________________________________
8417 [ 14680] By: jhi                                   on 2002/02/13  13:41:50
8418         Log: Integrate perlio;
8419              
8420              Do not lc() the file names before doing dirname() or they don't match.
8421      Branch: perl
8422           !> lib/ExtUtils/t/Installed.t
8423 ____________________________________________________________________________
8424 [ 14679] By: sky                                   on 2002/02/13  12:56:13
8425         Log: rename mutex to make a bit more sense
8426      Branch: perl
8427            ! ext/threads/threads.xs
8428 ____________________________________________________________________________
8429 [ 14678] By: sky                                   on 2002/02/13  12:46:11
8430         Log: Track active threads....
8431      Branch: perl
8432            ! ext/threads/threads.pm ext/threads/threads.xs
8433 ____________________________________________________________________________
8434 [ 14677] By: nick                                  on 2002/02/13  09:30:42
8435         Log: Do not lc() the file names before doing dirname() or they don't match.
8436      Branch: perlio
8437            ! lib/ExtUtils/t/Installed.t
8438 ____________________________________________________________________________
8439 [ 14676] By: sky                                   on 2002/02/13  09:03:37
8440         Log: Subject: [PATCH] Re: File/Spec/t/rel2abs2rel2whatever broken again
8441              From: Michael G Schwern <schwern@pobox.com>
8442              Date: ons feb 13, 2002  11:00:17  Europe/Stockholm
8443              Message-Id: <20020213100017.GA6288@blackrider>
8444      Branch: perl
8445            ! lib/File/Spec/t/rel2abs2rel.t
8446 ____________________________________________________________________________
8447 [ 14675] By: sky                                   on 2002/02/13  09:00:24
8448         Log: Do not propagate END blocks to child threads, test.
8449      Branch: perl
8450            + ext/threads/t/end.t
8451            ! MANIFEST ext/threads/threads.xs
8452 ____________________________________________________________________________
8453 [ 14674] By: nick                                  on 2002/02/13  08:34:55
8454         Log: Integrate mainline
8455      Branch: perlio
8456           +> ext/threads/t/join.t
8457           !> Configure MANIFEST ext/threads/threads.xs hints/solaris_2.sh
8458           !> lib/dumpvar.pl lib/perl5db.pl pod/perldebug.pod pp_pack.c
8459           !> t/op/lc.t t/op/length.t t/uni/fold.t utf8.c
8460 ____________________________________________________________________________
8461 [ 14673] By: jhi                                   on 2002/02/13  05:17:26
8462         Log: metaconfig unit change for #14672.
8463      Branch: metaconfig
8464            ! U/modified/lns.U
8465 ____________________________________________________________________________
8466 [ 14672] By: jhi                                   on 2002/02/13  05:17:07
8467         Log: $ln is supposed to be already set to $ln + executable suffix
8468              on platforms that need it, from Paul Green.
8469      Branch: perl
8470            ! Configure
8471 ____________________________________________________________________________
8472 [ 14671] By: jhi                                   on 2002/02/13  05:12:28
8473         Log: Subject: New command syntax for 'x' command
8474              From: Mark-Jason Dominus <mjd@plover.com>
8475              Date: Tue, 12 Feb 2002 20:54:01 -0500
8476              Message-ID: <20020213015401.25685.qmail@plover.com>
8477      Branch: perl
8478            ! lib/perl5db.pl pod/perldebug.pod
8479 ____________________________________________________________________________
8480 [ 14670] By: jhi                                   on 2002/02/13  05:11:12
8481         Log: Subject: New debugger option 'dumpDepth' controls recursion depth of 'x' command
8482              From: Mark-Jason Dominus <mjd@plover.com>
8483              Date: Tue, 12 Feb 2002 20:20:42 -0500
8484              Message-ID: <20020213012042.25245.qmail@plover.com>
8485      Branch: perl
8486            ! lib/dumpvar.pl lib/perl5db.pl pod/perldebug.pod
8487 ____________________________________________________________________________
8488 [ 14669] By: jhi                                   on 2002/02/13  04:43:43
8489         Log: Iteration continues.
8490      Branch: perl
8491            ! utf8.c
8492 ____________________________________________________________________________
8493 [ 14668] By: jhi                                   on 2002/02/13  02:37:31
8494         Log: Duh.
8495      Branch: perl
8496            ! pp_pack.c t/op/length.t
8497 ____________________________________________________________________________
8498 [ 14667] By: jhi                                   on 2002/02/13  01:33:01
8499         Log: Retract #14666.
8500      Branch: perl
8501            ! t/op/lc.t
8502 ____________________________________________________________________________
8503 [ 14666] By: jhi                                   on 2002/02/13  01:22:13
8504         Log: (retracted by #14667)
8505      Branch: perl
8506            ! t/op/lc.t
8507 ____________________________________________________________________________
8508 [ 14665] By: jhi                                   on 2002/02/13  00:45:02
8509         Log: Tiny test script tweaks.
8510      Branch: perl
8511            ! t/uni/fold.t
8512 ____________________________________________________________________________
8513 [ 14664] By: jhi                                   on 2002/02/13  00:24:37
8514         Log: Rewrite the "special mapping" part of to_utf8_case(),
8515              this time with fewer bugs.  (See: The Law of Cybernetic
8516              Entymology.)
8517      Branch: perl
8518            ! utf8.c
8519 ____________________________________________________________________________
8520 [ 14663] By: sky                                   on 2002/02/12  18:26:16
8521         Log: Stop failures if you pass an object, sv_dup might not be the right 
8522              thing to use since I have a feeling we end up cloning far too much. 
8523              (Like the stash for example).... Maybe we need a lightweight sv_dup 
8524              that searches the target for things....
8525              Real fix is another option to perl_clone which controls if you should 
8526              save stashes.
8527      Branch: perl
8528            ! ext/threads/threads.xs
8529 ____________________________________________________________________________
8530 [ 14662] By: jhi                                   on 2002/02/12  17:19:49
8531         Log: Retract #14661.
8532      Branch: perl
8533            ! hints/solaris_2.sh
8534 ____________________________________________________________________________
8535 [ 14661] By: jhi                                   on 2002/02/12  17:16:20
8536         Log: (retracted by #14662)
8537      Branch: perl
8538            ! hints/solaris_2.sh
8539 ____________________________________________________________________________
8540 [ 14660] By: jhi                                   on 2002/02/12  15:03:58
8541         Log: EBCDIC: another "can't happen".
8542      Branch: perl
8543            ! utf8.c
8544 ____________________________________________________________________________
8545 [ 14659] By: sky                                   on 2002/02/12  14:38:21
8546         Log: Join support, however something wierd seems to happen with filehandles that are passed along threads...
8547      Branch: perl
8548            + ext/threads/t/join.t
8549            ! MANIFEST ext/threads/threads.xs
8550 ____________________________________________________________________________
8551 [ 14658] By: nick                                  on 2002/02/12  13:54:06
8552         Log: Integrate mainline
8553      Branch: perlio
8554           !> lib/ExtUtils/Installed.pm lib/ExtUtils/t/Embed.t
8555           !> lib/File/Spec/t/rel2abs2rel.t lib/Win32.pod t/op/each.t
8556           !> t/op/length.t t/test.pl toke.c win32/win32.c win32/win32.h
8557 ____________________________________________________________________________
8558 [ 14657] By: jhi                                   on 2002/02/12  13:44:34
8559         Log: Subject: Re: [PATCH 5.6.1] Win32: Give user control over window creation behavior of system() function 
8560              From: Jan Dubois <JanD@ActiveState.com> 
8561              Date: Tue, 12 Feb 2002 00:56:31 -0800
8562              Message-ID: <4llh6uc4gnqtk3csmfoqed3t6q85436bb1@4ax.com>
8563      Branch: perl
8564            ! lib/Win32.pod win32/win32.c win32/win32.h
8565 ____________________________________________________________________________
8566 [ 14656] By: jhi                                   on 2002/02/12  13:39:18
8567         Log: Subject: [PATCH] Re: 14654 introduced a bug 
8568              From: Michael G Schwern <schwern@pobox.com> 
8569              Date: Tue, 12 Feb 2002 05:37:36 -0500
8570              Message-ID: <20020212103736.GC14327@blackrider>
8571      Branch: perl
8572            ! lib/File/Spec/t/rel2abs2rel.t
8573 ____________________________________________________________________________
8574 [ 14655] By: jhi                                   on 2002/02/12  04:50:58
8575         Log: More unset installman[13]dir tweaks from chromatic.
8576      Branch: perl
8577            ! lib/ExtUtils/Installed.pm
8578 ____________________________________________________________________________
8579 [ 14654] By: jhi                                   on 2002/02/12  04:31:44
8580         Log: Subject: Re: [PATCH] Re: Change 14566: Re: File::Spec::rel2abs2rel (?)
8581              From: Michael G Schwern <schwern@pobox.com>
8582              Date: Mon, 11 Feb 2002 12:23:02 -0500
8583              Message-ID: <20020211172302.GD9556@blackrider>
8584      Branch: perl
8585            ! lib/File/Spec/t/rel2abs2rel.t
8586 ____________________________________________________________________________
8587 [ 14653] By: jhi                                   on 2002/02/12  04:29:10
8588         Log: Use `` instead of -| to be a little bit more portable,
8589              from Michael Schwern.
8590      Branch: perl
8591            ! lib/ExtUtils/t/Embed.t
8592 ____________________________________________________________________________
8593 [ 14652] By: jhi                                   on 2002/02/12  03:17:44
8594         Log: EBCDIC: this change for \N{} in particular is now
8595              unnecessary because of the recent more general
8596              pack U change.
8597      Branch: perl
8598            ! toke.c
8599 ____________________________________________________________________________
8600 [ 14651] By: jhi                                   on 2002/02/12  02:15:05
8601         Log: Subject: [PATCH @14647] t/test.pl fix for VMS
8602              From: "Craig A. Berry" <craigberry@mac.com>
8603              Date: Mon, 11 Feb 2002 17:13:47 -0600
8604              Message-Id: <5.1.0.14.2.20020211170332.01b94e88@exchi01>
8605      Branch: perl
8606            ! t/test.pl
8607 ____________________________________________________________________________
8608 [ 14650] By: jhi                                   on 2002/02/11  23:44:09
8609         Log: EBCDIC: pack U bytes change.
8610      Branch: perl
8611            ! t/op/length.t
8612 ____________________________________________________________________________
8613 [ 14649] By: jhi                                   on 2002/02/11  23:38:28
8614         Log: EBCDIC: pack U is no more equal to concat of \xHHs.
8615      Branch: perl
8616            ! t/op/each.t
8617 ____________________________________________________________________________
8618 [ 14648] By: nick                                  on 2002/02/11  16:14:50
8619         Log: Integrate mainline
8620      Branch: perlio
8621           !> Changes Configure Makefile.SH autodoc.pl
8622           !> ext/Socket/socketpair.t hints/os2.sh lib/ExtUtils/Embed.pm
8623           !> lib/ExtUtils/t/Embed.t opcode.pl os2/Makefile.SHs os2/os2.c
8624           !> os2/os2ish.h patchlevel.h pod/perltoc.pod
8625 ____________________________________________________________________________
8626 [ 14647] By: jhi                                   on 2002/02/11  15:11:14
8627         Log: Update Changes.
8628      Branch: perl
8629            ! Changes patchlevel.h
8630 ____________________________________________________________________________
8631 [ 14646] By: jhi                                   on 2002/02/11  15:07:28
8632         Log: Regen toc.
8633      Branch: perl
8634            ! pod/perltoc.pod
8635 ____________________________________________________________________________
8636 [ 14645] By: jhi                                   on 2002/02/11  14:59:02
8637         Log: Forgot from #14641.
8638      Branch: perl
8639            ! lib/ExtUtils/t/Embed.t
8640 ____________________________________________________________________________
8641 [ 14644] By: jhi                                   on 2002/02/11  14:49:14
8642         Log: A forgotten metaconfig unit.
8643      Branch: metaconfig/U/perl
8644            + i_features.U
8645 ____________________________________________________________________________
8646 [ 14643] By: jhi                                   on 2002/02/11  14:47:11
8647         Log: metaconfig unit changes for #14642.
8648      Branch: metaconfig
8649            + U/modified/lns.U
8650      Branch: metaconfig/U/perl
8651            ! issymlink.U
8652 ____________________________________________________________________________
8653 [ 14642] By: jhi                                   on 2002/02/11  14:46:39
8654         Log: -Dmksymlinks was broken by #14628.
8655      Branch: perl
8656            ! Configure
8657 ____________________________________________________________________________
8658 [ 14641] By: jhi                                   on 2002/02/11  14:32:12
8659         Log: Subject: [PATCH @14577] OS/2 build
8660              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
8661              Date: Mon, 11 Feb 2002 06:56:41 -0500
8662              Message-ID: <20020211065640.A14993@math.ohio-state.edu> 
8663              
8664              (sans the Configure, perlio.sym, and t/op/stat.t parts)
8665      Branch: perl
8666            ! Makefile.SH autodoc.pl ext/Socket/socketpair.t hints/os2.sh
8667            ! lib/ExtUtils/Embed.pm opcode.pl os2/Makefile.SHs os2/os2.c
8668            ! os2/os2ish.h
8669 ____________________________________________________________________________
8670 [ 14640] By: jhi                                   on 2002/02/11  14:11:13
8671         Log: Integrate perlio;
8672              
8673              Re-structure Japanese encodings - part 1
8674              
8675              Split Japanese encodings - part 2
8676              - build separate .c files with separate 'compile' steps
8677              - overall Japanese.xs / Japanese.pm which loads them
8678              
8679              Add test for Japanese encoding (well euc-jp anyway).
8680              Fix one bug shown by above
8681              Skip test which does not pass yet.
8682              
8683              Patch up the failing multi-byte write case, and un-skip
8684              the test.
8685      Branch: perl
8686           +> ext/Encode/EUC_JP/Japanese.pm ext/Encode/t/Japanese.t
8687           +> ext/Encode/t/table.euc ext/Encode/t/table.ref
8688            - ext/Encode/EUC_JP/EUC_JP.pm
8689           !> MANIFEST ext/Encode/EUC_JP/Makefile.PL ext/Encode/Encode.xs
8690 ____________________________________________________________________________
8691 [ 14639] By: nick                                  on 2002/02/11  11:59:18
8692         Log: Patch up the failing multi-byte write case, and un-skip
8693              the test.
8694      Branch: perlio
8695            ! ext/Encode/Encode.xs ext/Encode/t/Japanese.t
8696 ____________________________________________________________________________
8697 [ 14638] By: nick                                  on 2002/02/11  10:55:39
8698         Log: Add test for Japanese encoding (well euc-jp anyway).
8699              Fix one bug shown by above
8700              Skip test which does not pass yet.
8701      Branch: perlio
8702            + ext/Encode/t/Japanese.t ext/Encode/t/table.euc
8703            + ext/Encode/t/table.ref
8704            ! MANIFEST ext/Encode/Encode.xs
8705 ____________________________________________________________________________
8706 [ 14637] By: nick                                  on 2002/02/11  09:07:04
8707         Log: Split Japanese encodings - part 2
8708              - build separate .c files with separate 'compile' steps
8709              - overall Japanese.xs / Japanese.pm which loads them
8710      Branch: perlio
8711            ! ext/Encode/EUC_JP/Japanese.pm ext/Encode/EUC_JP/Makefile.PL
8712 ____________________________________________________________________________
8713 [ 14636] By: nick                                  on 2002/02/11  08:15:42
8714         Log: Re-structure Japanese encodings - part 1
8715      Branch: perlio
8716           +> ext/Encode/EUC_JP/Japanese.pm
8717            - ext/Encode/EUC_JP/EUC_JP.pm
8718            ! MANIFEST ext/Encode/EUC_JP/Makefile.PL
8719 ____________________________________________________________________________
8720 [ 14635] By: nick                                  on 2002/02/11  08:05:12
8721         Log: Integrate mainline
8722      Branch: perlio
8723           !> Configure djgpp/djgpp.c lib/ExtUtils/t/Installed.t
8724           !> lib/File/Spec.pm lib/perl5db.pl pod/perldiag.pod
8725           !> pod/perlport.pod pp_pack.c regcomp.c t/op/arith.t t/op/pack.t
8726 ____________________________________________________________________________
8727 [ 14634] By: jhi                                   on 2002/02/11  03:40:01
8728         Log: Subject: Re: [PATCH] Re: Modulus operator inconsistency
8729              From: Mike Guy <mjtg@cam.ac.uk>
8730              Date: Mon, 11 Feb 2002 02:50:42 +0000
8731              Message-Id: <E16a6YE-0006fq-00@libra.cus.cam.ac.uk>
8732      Branch: perl
8733            ! t/op/arith.t
8734 ____________________________________________________________________________
8735 [ 14633] By: jhi                                   on 2002/02/11  01:53:01
8736         Log: "Can't happen" - yes, it can, with buggy UTF-8/EBCDIC.
8737              Stepping backward in the string would be majorly bad.
8738      Branch: perl
8739            ! regcomp.c
8740 ____________________________________________________________________________
8741 [ 14632] By: jhi                                   on 2002/02/11  01:38:40
8742         Log: The debugger part of
8743              
8744              Subject: [PATCH hints/os2.sh lib/perl5db.pl] Debugger to use proper pager
8745              From: Michael G Schwern <schwern@pobox.com> 
8746              Date: Wed, 6 Feb 2002 17:32:12 -0500
8747              Message-ID: <20020206223212.GG1346@blackrider>
8748      Branch: perl
8749            ! lib/perl5db.pl
8750 ____________________________________________________________________________
8751 [ 14631] By: jhi                                   on 2002/02/10  22:11:53
8752         Log: Integrate perlio;
8753              
8754              Borland/Win32 tuning
8755              
8756              Move PerlIO_perlio to layer_syms where it belongs?
8757      Branch: perl
8758           !> makedef.pl perlio.sym t/op/stat.t win32/config_H.bc
8759 ____________________________________________________________________________
8760 [ 14630] By: jhi                                   on 2002/02/10  22:10:19
8761         Log: EBCDIC: the low 256 needs to be shuffled also
8762              in pack/unpack U (this breaks the equivalence
8763              of pack U and v-strings, but I think if someone
8764              has to give, v-strings are a good victim)
8765      Branch: perl
8766            ! pp_pack.c t/op/pack.t
8767 ____________________________________________________________________________
8768 [ 14629] By: jhi                                   on 2002/02/10  21:56:17
8769         Log: metaconfig unit changes for #14628.
8770      Branch: metaconfig/U/perl
8771            ! d_u32align.U issymlink.U
8772 ____________________________________________________________________________
8773 [ 14628] By: jhi                                   on 2002/02/10  21:55:45
8774         Log: Two Configure tweaks; the u32align test was trying
8775              to write into a string literal, the ln -s test was
8776              failing in VOS.
8777      Branch: perl
8778            ! Configure
8779 ____________________________________________________________________________
8780 [ 14627] By: jhi                                   on 2002/02/10  21:07:20
8781         Log: DJGPP tweaks from Laszlo Molnar.
8782      Branch: perl
8783            ! djgpp/djgpp.c lib/File/Spec.pm
8784 ____________________________________________________________________________
8785 [ 14626] By: nick                                  on 2002/02/10  18:36:47
8786         Log: Move PerlIO_perlio to layer_syms where it belongs?
8787      Branch: perlio
8788            ! makedef.pl
8789 ____________________________________________________________________________
8790 [ 14625] By: nick                                  on 2002/02/10  18:02:21
8791         Log: Borland/Win32 tuning
8792      Branch: perlio
8793            ! makedef.pl perlio.sym t/op/stat.t win32/config_H.bc
8794 ____________________________________________________________________________
8795 [ 14624] By: jhi                                   on 2002/02/10  15:33:40
8796         Log: Additional explanation for the [:...:] failure.
8797      Branch: perl
8798            ! pod/perldiag.pod
8799 ____________________________________________________________________________
8800 [ 14623] By: jhi                                   on 2002/02/10  15:15:53
8801         Log: Subject: [ PATCH ] Re: Smoke 14612 /pro/3gl/CPAN/perl-current
8802              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
8803              Date: Sun, 10 Feb 2002 13:32:48 +0100
8804              Message-Id: <20020210115736.3702.H.M.BRAND@hccnet.nl>
8805      Branch: perl
8806            ! makedef.pl
8807 ____________________________________________________________________________
8808 [ 14622] By: jhi                                   on 2002/02/10  15:08:06
8809         Log: Test tweaks from chromatic for cases where there
8810              are no installman1dir or installman3dir.
8811      Branch: perl
8812            ! lib/ExtUtils/t/Installed.t
8813 ____________________________________________________________________________
8814 [ 14621] By: jhi                                   on 2002/02/10  15:07:21
8815         Log: Integrate perlio;
8816              
8817              Nick Clark's tweaks to Encode compile process
8818              1. Use decimal constants to unit string arrays rather than
8819              very long string litterals (latter having possible "\0"
8820              on end issues, and needing ANSI C line splicing).
8821              2. Replace tail-recursion during insert process with itteration.
8822              Nick C sees 12% speedup from these.
8823      Branch: perl
8824           !> ext/Encode/Encode.pm ext/Encode/compile
8825 ____________________________________________________________________________
8826 [ 14620] By: jhi                                   on 2002/02/10  15:04:19
8827         Log: Portability notes: filename characters, character sets.
8828      Branch: perl
8829            ! pod/perlport.pod
8830 ____________________________________________________________________________
8831 [ 14619] By: nick                                  on 2002/02/10  11:06:05
8832         Log: Integrate mainline
8833      Branch: perlio
8834            ! ext/Encode/Encode.pm
8835           !> Configure cop.h deb.c ext/B/B/Deparse.pm hints/bsdos.sh
8836           !> hints/os390.sh lib/ExtUtils/Embed.pm lib/perl5db.pl
8837           !> lib/unicore/Name.pl lib/unicore/mktables op.c pod/perlfaq2.pod
8838           !> pod/perlfaq3.pod pod/perlfaq4.pod pp_ctl.c
8839           !> t/lib/warnings/pp_hot t/op/arith.t toke.c util.c
8840 ____________________________________________________________________________
8841 [ 14618] By: nick                                  on 2002/02/10  10:48:15
8842         Log: Nick Clark's tweaks to Encode compile process
8843              1. Use decimal constants to unit string arrays rather than
8844              very long string litterals (latter having possible "\0"
8845              on end issues, and needing ANSI C line splicing).
8846              2. Replace tail-recursion during insert process with itteration.
8847              Nick C sees 12% speedup from these.
8848      Branch: perlio
8849            ! ext/Encode/compile
8850 ____________________________________________________________________________
8851 [ 14617] By: jhi                                   on 2002/02/10  02:56:54
8852         Log: Use the "Unicode 1.0" name field for control characters,
8853              as suggested by Mark Davis.  Note that Unicode 3.2 will
8854              require some more legwork on this because of certain
8855              alternative names.
8856      Branch: perl
8857            ! lib/unicore/Name.pl lib/unicore/mktables
8858 ____________________________________________________________________________
8859 [ 14616] By: jhi                                   on 2002/02/09  22:41:18
8860         Log: The -W 0,float(ieee) and gcvt() are the bad combination.
8861      Branch: perl
8862            ! hints/os390.sh
8863 ____________________________________________________________________________
8864 [ 14615] By: jhi                                   on 2002/02/09  22:34:00
8865         Log: EBCDIC: the non-printable characters are different.
8866      Branch: perl
8867            ! ext/B/B/Deparse.pm
8868 ____________________________________________________________________________
8869 [ 14614] By: jhi                                   on 2002/02/09  21:42:26
8870         Log: Subject: [PATCH] Re: FreeBSD hangs when reading from dup'd STDOUT/ERR w/o perlio
8871              From: Nicholas Clark <nick@unfortu.net> 
8872              Date: Sat, 9 Feb 2002 22:31:29 +0000
8873              Message-ID: <20020209223129.GH410@Bagpuss.unfortu.net>
8874      Branch: perl
8875            ! t/lib/warnings/pp_hot
8876 ____________________________________________________________________________
8877 [ 14613] By: jhi                                   on 2002/02/09  21:12:12
8878         Log: Subject: [PATCH] Re: Modulus operator inconsistency
8879              From: Nicholas Clark <nick@unfortu.net>
8880              Date: Sat, 9 Feb 2002 21:00:13 +0000
8881              Message-ID: <20020209210013.GG410@Bagpuss.unfortu.net>
8882      Branch: perl
8883            ! op.c t/op/arith.t
8884 ____________________________________________________________________________
8885 [ 14612] By: jhi                                   on 2002/02/09  18:15:39
8886         Log: Use the same escaping mechanism for all the *flags.
8887      Branch: perl
8888            ! lib/ExtUtils/Embed.pm
8889 ____________________________________________________________________________
8890 [ 14611] By: jhi                                   on 2002/02/09  17:26:06
8891         Log: Protect possible parentheses in ccflags, ccdlflags, and
8892              ldflags.  (In OS/390 there are parentheses in ccflags.)
8893      Branch: perl
8894            ! lib/ExtUtils/Embed.pm
8895 ____________________________________________________________________________
8896 [ 14610] By: jhi                                   on 2002/02/09  16:12:03
8897         Log: Subject: [PATCH] perl5db.pl: restart in taint mode
8898              From: Peter Scott <Peter@PSDT.com>
8899              Date: Fri, 08 Feb 2002 19:20:19 -0800
8900              Message-id: <4.3.2.7.2.20020208191757.00b4cea0@shell2.webquarry.com>
8901      Branch: perl
8902            ! lib/perl5db.pl
8903 ____________________________________________________________________________
8904 [ 14609] By: jhi                                   on 2002/02/08  21:33:59
8905         Log: FAQ sync.
8906      Branch: perl
8907            ! pod/perlfaq2.pod pod/perlfaq3.pod pod/perlfaq4.pod
8908 ____________________________________________________________________________
8909 [ 14608] By: jhi                                   on 2002/02/08  20:46:38
8910         Log: Subject: [PATCH] CopFILE / MacPerl_MPWFileName
8911              From: Chris Nandor <pudge@pobox.com>
8912              Date: Fri, 08 Feb 2002 16:31:41 -0500
8913              Message-ID: <pudge-10FC3D.16314108022002@onion.valueclick.com>
8914      Branch: perl
8915            ! cop.h deb.c pp_ctl.c toke.c util.c
8916 ____________________________________________________________________________
8917 [ 14607] By: pudge                                 on 2002/02/08  19:21:04
8918         Log: Redo CopFILE / MacPerl_MPWFIleName patch
8919      Branch: maint-5.6/macperl
8920            ! cop.h deb.c pp_ctl.c toke.c util.c
8921 ____________________________________________________________________________
8922 [ 14606] By: jhi                                   on 2002/02/08  19:18:41
8923         Log: The metaconfig unit change to go with #14605.
8924      Branch: metaconfig/U/perl
8925            ! libperl.U
8926 ____________________________________________________________________________
8927 [ 14605] By: jhi                                   on 2002/02/08  19:18:17
8928         Log: The Configure change to go with #14604.
8929      Branch: perl
8930            ! Configure
8931 ____________________________________________________________________________
8932 [ 14604] By: jhi                                   on 2002/02/08  19:13:56
8933         Log: Subject: [PATCH] Re:  [ID 20020205.007] BSDi test failure perl 5.6.1
8934              From: Andy Dougherty <doughera@lafayette.edu>
8935              Date: Fri, 8 Feb 2002 13:43:49 -0500 (EST)
8936              Message-ID: <Pine.SOL.4.10.10202081341170.15295-100000@maxwell.phys.lafayette.edu>
8937      Branch: perl
8938            ! hints/bsdos.sh
8939 ____________________________________________________________________________
8940 [ 14603] By: nick                                  on 2002/02/08  18:16:09
8941         Log: Integrate mainline
8942      Branch: perlio
8943           +> ext/threads/t/libc.t
8944           !> Configure MANIFEST djgpp/djgppsed.sh doio.c perl.c pp_sys.c
8945           !> t/io/argv.t t/op/taint.t t/run/fresh_perl.t
8946 ____________________________________________________________________________
8947 [ 14602] By: sky                                   on 2002/02/08  15:19:15
8948         Log: Start testing for safe localtime functions, TODO, test more functions.
8949      Branch: perl
8950            + ext/threads/t/libc.t
8951            ! MANIFEST
8952 ____________________________________________________________________________
8953 [ 14601] By: jhi                                   on 2002/02/08  14:14:16
8954         Log: Subject: Re: [PATCH] eof() coredumps when ARGV is aliased to another filehandle
8955              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
8956              Date: Fri, 8 Feb 2002 00:21:07 +0100
8957              Message-ID: <20020208002107.E763@rafael>
8958      Branch: perl
8959            ! doio.c pp_sys.c t/io/argv.t
8960 ____________________________________________________________________________
8961 [ 14600] By: jhi                                   on 2002/02/08  14:07:15
8962         Log: Subject: [PATCH] Configure followed by make minitest
8963              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
8964              Date: Wed, 06 Feb 2002 21:35:20 -0800
8965              Message-ID: <YIhY8gzkgSbC092yn@efn.org>
8966      Branch: perl
8967            ! t/op/taint.t t/run/fresh_perl.t
8968 ____________________________________________________________________________
8969 [ 14599] By: jhi                                   on 2002/02/08  14:05:12
8970         Log: Integrate perlio;
8971              
8972              Extract something from yesterdays effort - convert my mail on pad
8973              data structures (incoporating Sarathy's corrections/clarifications)
8974              into POD in cv.h which gets autodoc.pl'ed into pod/perlintern.pod.
8975      Branch: perl
8976           !> cv.h pod/perlapi.pod pod/perlintern.pod
8977 ____________________________________________________________________________
8978 [ 14598] By: jhi                                   on 2002/02/08  14:01:28
8979         Log: metaconfig unit changes for #14597.
8980      Branch: metaconfig
8981            ! U/modified/Loc.U
8982      Branch: metaconfig/U/perl
8983            ! libperl.U
8984 ____________________________________________________________________________
8985 [ 14597] By: jhi                                   on 2002/02/08  14:01:01
8986         Log: Configure DJGPP tweak from Laszlo Molnar.
8987      Branch: perl
8988            ! Configure
8989 ____________________________________________________________________________
8990 [ 14596] By: jhi                                   on 2002/02/08  14:00:23
8991         Log: DJGPP tweaks from Laszlo Molnar.
8992      Branch: perl
8993            ! djgpp/djgppsed.sh perl.c
8994 ____________________________________________________________________________
8995 [ 14595] By: nick                                  on 2002/02/08  09:19:29
8996         Log: Extract something from yesterdays effort - convert my mail on pad
8997              data structures (incoporating Sarathy's corrections/clarifications)
8998              into POD in cv.h which gets autodoc.pl'ed into pod/perlintern.pod.
8999      Branch: perlio
9000            ! cv.h pod/perlapi.pod pod/perlintern.pod
9001 ____________________________________________________________________________
9002 [ 14594] By: nick                                  on 2002/02/08  08:34:49
9003         Log: Integrate mainline
9004      Branch: perlio
9005           +> NetWare/bat/BldNWExt-Exist.bat NetWare/t/NWModify-Exist.pl
9006           +> NetWare/t/NWScripts-Exist.pl t/base/num.t
9007           !> Changes MANIFEST ext/Encode/Encode.xs ext/Encode/Makefile.PL
9008           !> ext/Unicode/Normalize/t/norm.t ext/Unicode/Normalize/t/test.t
9009           !> hints/os390.sh lib/Benchmark.t lib/encoding.pm lib/encoding.t
9010           !> op.c patchlevel.h t/run/fresh_perl.t utf8.c
9011 ____________________________________________________________________________
9012 [ 14593] By: jhi                                   on 2002/02/08  03:08:20
9013         Log: To really skip the test an exit() is needed.
9014      Branch: perl
9015            ! lib/encoding.t
9016 ____________________________________________________________________________
9017 [ 14592] By: jhi                                   on 2002/02/08  02:57:30
9018         Log: More diagnostics from Nicholas Clark.
9019      Branch: perl
9020            ! lib/Benchmark.t
9021 ____________________________________________________________________________
9022 [ 14591] By: jhi                                   on 2002/02/07  22:54:57
9023         Log: In case of failure be more verbose.
9024      Branch: perl
9025            ! t/base/num.t
9026 ____________________________________________________________________________
9027 [ 14590] By: pudge                                 on 2002/02/07  19:29:03
9028         Log: Update Changes
9029      Branch: maint-5.6/macperl
9030            ! macos/Changes
9031 ____________________________________________________________________________
9032 [ 14589] By: pudge                                 on 2002/02/07  19:26:55
9033         Log: Merge AEGizmos library into PPC binary
9034      Branch: maint-5.6/macperl
9035            ! macos/Makefile.mk
9036 ____________________________________________________________________________
9037 [ 14588] By: pudge                                 on 2002/02/07  18:51:05
9038         Log: Add -ansifor for MrCpp options
9039      Branch: maint-5.6/macperl
9040            ! macos/BuildRules.mk
9041 ____________________________________________________________________________
9042 [ 14587] By: pudge                                 on 2002/02/07  18:46:28
9043         Log: Check ownership of CatInfos (MacPerl Bug #494482)
9044      Branch: maint-5.6/macperl
9045            ! macos/ext/Mac/Files/Files.xs
9046 ____________________________________________________________________________
9047 [ 14586] By: pudge                                 on 2002/02/07  18:40:21
9048         Log: Resource updates
9049      Branch: maint-5.6/macperl
9050            ! macos/macperl/MacPerl.r macos/macperl/MacPerl.rsrc
9051 ____________________________________________________________________________
9052 [ 14585] By: pudge                                 on 2002/02/07  18:38:44
9053         Log: Empty path is ENOENT (MacPerl Bug #512351)
9054      Branch: maint-5.6/macperl
9055            ! macos/macperl/MPAppleEvents.c
9056 ____________________________________________________________________________
9057 [ 14584] By: pudge                                 on 2002/02/07  18:38:03
9058         Log: Fix horrible list maintencance bugs (MacPerl Bug #443568)
9059      Branch: maint-5.6/macperl
9060            ! macos/macperl/MPAEVTStream.cp
9061 ____________________________________________________________________________
9062 [ 14583] By: pudge                                 on 2002/02/07  18:36:29
9063         Log: macify(ABSTRACT_FROM)
9064      Branch: maint-5.6/macperl
9065            ! macos/lib/ExtUtils/MM_MacOS.pm
9066 ____________________________________________________________________________
9067 [ 14582] By: pudge                                 on 2002/02/07  18:35:20
9068         Log: Use correct Mac filenames in error messages, caller()
9069      Branch: maint-5.6/macperl
9070            ! deb.c pp_ctl.c toke.c util.c
9071 ____________________________________________________________________________
9072 [ 14581] By: jhi                                   on 2002/02/07  17:10:06
9073         Log: Sanity checks to see that the IV/NV and the PV of numeric
9074              scalars stay in sync (unearthed this via the OS/390 gcvt()
9075              brokenness)
9076      Branch: perl
9077            + t/base/num.t
9078            ! MANIFEST
9079 ____________________________________________________________________________
9080 [ 14580] By: jhi                                   on 2002/02/07  14:07:33
9081         Log: Retract the anon leak subpatch of #14418 and #14431
9082              (the latter came into bleadperl as part of #14433).
9083      Branch: perl
9084            ! op.c t/run/fresh_perl.t
9085 ____________________________________________________________________________
9086 [ 14579] By: jhi                                   on 2002/02/06  23:38:10
9087         Log: OS/390 gcvt() seems buggy: with -W 0,float(ieee) it
9088              mangles 0.1 to "10".  sprintf() seems more well-behaved.
9089      Branch: perl
9090            ! hints/os390.sh
9091 ____________________________________________________________________________
9092 [ 14578] By: jhi                                   on 2002/02/06  19:56:53
9093         Log: Subject: [PATCH @14557] another Encode fix for VMS
9094              From: "Craig A. Berry" <craigberry@mac.com>
9095              Date: Wed, 06 Feb 2002 14:44:20 -0600
9096              Message-Id: <5.1.0.14.2.20020206143717.01baf008@exchi01>
9097      Branch: perl
9098            ! ext/Encode/Encode.xs ext/Encode/Makefile.PL
9099 ____________________________________________________________________________
9100 [ 14577] By: jhi                                   on 2002/02/06  15:38:25
9101         Log: Integrate perlio;
9102              
9103              One way to avoid OS390 winge about #line directives.
9104      Branch: perl
9105           !> ext/Encode/EUC_JP/Makefile.PL
9106 ____________________________________________________________________________
9107 [ 14576] By: jhi                                   on 2002/02/06  15:36:55
9108         Log: Update Changes.
9109      Branch: perl
9110            ! Changes patchlevel.h
9111 ____________________________________________________________________________
9112 [ 14575] By: nick                                  on 2002/02/06  15:23:24
9113         Log: One way to avoid OS390 winge about #line directives.
9114      Branch: perlio
9115            ! ext/Encode/EUC_JP/Makefile.PL
9116 ____________________________________________________________________________
9117 [ 14574] By: jhi                                   on 2002/02/06  15:11:05
9118         Log: s/Netware/NetWare/
9119      Branch: perl
9120            ! MANIFEST
9121 ____________________________________________________________________________
9122 [ 14573] By: jhi                                   on 2002/02/06  15:10:00
9123         Log: New Netware scripts.
9124      Branch: perl
9125            + NetWare/bat/BldNWExt-Exist.bat NetWare/t/NWModify-Exist.pl
9126            + NetWare/t/NWScripts-Exist.pl
9127            ! MANIFEST
9128 ____________________________________________________________________________
9129 [ 14572] By: jhi                                   on 2002/02/06  15:02:20
9130         Log: EBCDIC: the encoding pragma would need some rethinking,
9131              probably a pass of EBCDIC->Unicode mapping.  For now,
9132              disable it on EBCDIC.
9133      Branch: perl
9134            ! lib/encoding.pm lib/encoding.t
9135 ____________________________________________________________________________
9136 [ 14571] By: jhi                                   on 2002/02/06  14:44:27
9137         Log: EBCDIC: Unicode::Normalize NFC emits EBCDIC code points
9138              for the low 256.  Now tweaked the tests, but maybe it's
9139              the module that needs few NATIVE_TO_UNI()s somewhere?
9140      Branch: perl
9141            ! ext/Unicode/Normalize/t/norm.t ext/Unicode/Normalize/t/test.t
9142 ____________________________________________________________________________
9143 [ 14570] By: jhi                                   on 2002/02/06  13:59:19
9144         Log: Subject: [PATCH utf8.c] format problem
9145              From: Robin Barker <rmb1@cise.npl.co.uk>
9146              Date: Wed, 6 Feb 2002 14:01:43 GMT
9147              Message-Id: <200202061401.OAA25053@tempest.npl.co.uk>
9148      Branch: perl
9149            ! utf8.c
9150 ____________________________________________________________________________
9151 [ 14569] By: nick                                  on 2002/02/06  09:52:23
9152         Log: Integrate mainline
9153      Branch: perlio
9154           !> NetWare/Makefile NetWare/bat/BldNWExt.bat
9155           !> NetWare/dl_netware.xs NetWare/interface.c NetWare/interface.h
9156           !> NetWare/iperlhost.h NetWare/nw5.c NetWare/nw5sck.c
9157           !> NetWare/nw5sck.h NetWare/nw5thread.h NetWare/t/NWModify.pl
9158           !> NetWare/t/NWScripts.pl ext/Encode/t/Encode.t
9159           !> lib/File/Spec/t/rel2abs2rel.t makedef.pl
9160 ____________________________________________________________________________
9161 [ 14568] By: jhi                                   on 2002/02/06  04:44:33
9162         Log: EBCDIC: 0x41 is not cricket.
9163      Branch: perl
9164            ! ext/Encode/t/Encode.t
9165 ____________________________________________________________________________
9166 [ 14567] By: jhi                                   on 2002/02/05  23:12:19
9167         Log: NetWare update from Ananth Kesari.
9168      Branch: perl
9169            ! NetWare/Makefile NetWare/bat/BldNWExt.bat
9170            ! NetWare/dl_netware.xs NetWare/interface.c NetWare/interface.h
9171            ! NetWare/iperlhost.h NetWare/nw5.c NetWare/nw5sck.c
9172            ! NetWare/nw5sck.h NetWare/nw5thread.h NetWare/t/NWModify.pl
9173            ! NetWare/t/NWScripts.pl makedef.pl
9174 ____________________________________________________________________________
9175 [ 14566] By: sky                                   on 2002/02/05  18:39:13
9176         Log: Subject: Re: File::Spec::rel2abs2rel (?)
9177              From: Michael G Schwern <schwern@pobox.com>
9178              Date: Tue, 5 Feb 2002 13:47:39 -0500
9179              Message-ID: <20020205184739.GB17375@blackrider>
9180      Branch: perl
9181            ! lib/File/Spec/t/rel2abs2rel.t
9182 ____________________________________________________________________________
9183 [ 14565] By: nick                                  on 2002/02/05  17:31:24
9184         Log: Integrate mainline
9185      Branch: perlio
9186           !> ext/DynaLoader/dl_dyld.xs ext/POSIX/t/posix.t hints/darwin.sh
9187           !> lib/File/Spec/t/rel2abs2rel.t perl.h regexec.c t/op/filetest.t
9188           !> utf8.h
9189 ____________________________________________________________________________
9190 [ 14564] By: jhi                                   on 2002/02/05  17:05:40
9191         Log: Integrate perlio;
9192              
9193              More Encode tweaks:
9194              - make expensive and marginal substring search optional (-O)
9195              - enable -O for ASCII-oid encodings (search space is small)
9196              - add ASCII-oid jis0201 to basic Encode.so
9197              - add some other Japanese encodings to EUC_JP bundle (without -O)
9198      Branch: perl
9199           +> ext/Encode/Encode/jis0201.ucm
9200           !> MANIFEST ext/Encode/EUC_JP/Makefile.PL ext/Encode/Makefile.PL
9201           !> ext/Encode/compile
9202 ____________________________________________________________________________
9203 [ 14563] By: nick                                  on 2002/02/05  16:01:15
9204         Log: More Encode tweaks:
9205              - make expensive and marginal substring search optional (-O)
9206              - enable -O for ASCII-oid encodings (search space is small)
9207              - add ASCII-oid jis0201 to basic Encode.so
9208              - add some other Japanese encodings to EUC_JP bundle (without -O)
9209      Branch: perlio
9210            + ext/Encode/Encode/jis0201.ucm
9211            ! MANIFEST ext/Encode/EUC_JP/Makefile.PL ext/Encode/Makefile.PL
9212            ! ext/Encode/compile
9213 ____________________________________________________________________________
9214 [ 14562] By: sky                                   on 2002/02/05  14:50:36
9215         Log: Add in change for Apple/Darwin Bug: 2785519 to fix memory leaks.
9216      Branch: perl
9217            ! ext/DynaLoader/dl_dyld.xs ext/POSIX/t/posix.t
9218 ____________________________________________________________________________
9219 [ 14561] By: jhi                                   on 2002/02/05  14:25:36
9220         Log: EBCDIC: SHARP S is different.
9221      Branch: perl
9222            ! regexec.c utf8.h
9223 ____________________________________________________________________________
9224 [ 14560] By: sky                                   on 2002/02/05  13:49:40
9225         Log: Don't assume that we can chmod symlinks. It fails on MacOSX HFS+ when building using mksymlinks
9226      Branch: perl
9227            ! t/op/filetest.t
9228 ____________________________________________________________________________
9229 [ 14559] By: sky                                   on 2002/02/05  11:39:24
9230         Log: Add . first to the PATH environment to test that we really
9231              get ./perl and not some other older perl.
9232      Branch: perl
9233            ! lib/File/Spec/t/rel2abs2rel.t
9234 ____________________________________________________________________________
9235 [ 14558] By: sky                                   on 2002/02/05  11:20:21
9236         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...
9237      Branch: perl
9238            ! ext/POSIX/t/posix.t
9239 ____________________________________________________________________________
9240 [ 14557] By: sky                                   on 2002/02/05  10:30:58
9241         Log: Enable building with threads under macosx, assume __APPLE__ means darwin and disable _r functions, since we don't have them.
9242      Branch: perl
9243            ! hints/darwin.sh perl.h
9244 ____________________________________________________________________________
9245 [ 14556] By: nick                                  on 2002/02/05  06:58:52
9246         Log: Integrate mainline
9247      Branch: perlio
9248           !> MANIFEST configure.com ext/Encode/EUC_JP/Makefile.PL
9249           !> ext/Encode/Encode.xs lib/File/Find/t/find.t
9250           !> lib/File/Find/t/taint.t
9251 ____________________________________________________________________________
9252 [ 14555] By: pudge                                 on 2002/02/05  02:20:45
9253         Log: Integrate change #14439 from maintperl
9254      Branch: maint-5.6/macperl
9255           !> op.c
9256 ____________________________________________________________________________
9257 [ 14554] By: jhi                                   on 2002/02/04  23:22:28
9258         Log: Subject: [PATCH] File::Find tests not cleaning up properly
9259              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
9260              Date: Mon, 4 Feb 2002 22:09:07 +0100
9261              Message-ID: <20020204220907.A8288@rafael>
9262      Branch: perl
9263            ! lib/File/Find/t/find.t lib/File/Find/t/taint.t
9264 ____________________________________________________________________________
9265 [ 14553] By: jhi                                   on 2002/02/04  22:27:11
9266         Log: Signedness mumblings from Tru64.
9267      Branch: perl
9268            ! ext/Encode/Encode.xs
9269 ____________________________________________________________________________
9270 [ 14552] By: jhi                                   on 2002/02/04  22:22:16
9271         Log: Subject: [PATCH @14550] Encode build fix-ups for VMS
9272              From: "Craig A. Berry" <craigberry@mac.com>
9273              Date: Mon, 04 Feb 2002 17:16:00 -0600
9274              Message-Id: <5.1.0.14.2.20020204161211.01c0a178@exchi01>
9275      Branch: perl
9276            ! MANIFEST configure.com ext/Encode/EUC_JP/Makefile.PL
9277            ! ext/Encode/Encode.xs
9278 ____________________________________________________________________________
9279 [ 14551] By: nick                                  on 2002/02/04  16:00:31
9280         Log: Integrate mainline
9281      Branch: perlio
9282           !> Changes lib/CPAN.pm lib/h2xs.t lib/locale.t
9283           !> lib/unicore/mktables patchlevel.h pod/perluniintro.pod
9284           !> regcomp.c
9285 ____________________________________________________________________________
9286 [ 14550] By: jhi                                   on 2002/02/04  14:47:00
9287         Log: Update Changes.
9288      Branch: perl
9289            ! Changes patchlevel.h
9290 ____________________________________________________________________________
9291 [ 14549] By: jhi                                   on 2002/02/04  13:57:42
9292         Log: Comment microtweaks.
9293      Branch: perl
9294            ! lib/locale.t
9295 ____________________________________________________________________________
9296 [ 14548] By: jhi                                   on 2002/02/04  13:32:00
9297         Log: Subject: trivial docu patch
9298              From: andreas.koenig@anima.de (Andreas J. Koenig)
9299              Date: 04 Feb 2002 08:15:19 +0100
9300              Message-ID: <m3pu3l7m60.fsf@anima.de>
9301      Branch: perl
9302            ! pod/perluniintro.pod
9303 ____________________________________________________________________________
9304 [ 14547] By: jhi                                   on 2002/02/04  13:30:55
9305         Log: Subject: [PATCH] (??{ }) anomaly
9306              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
9307              Date: Sun, 03 Feb 2002 20:21:45 -0800
9308              Message-ID: <ZxgX8gzkgCXO092yn@efn.org> 
9309      Branch: perl
9310            ! regcomp.c
9311 ____________________________________________________________________________
9312 [ 14546] By: jhi                                   on 2002/02/04  04:41:02
9313         Log: Integrate perlio.
9314              
9315              Carry on where we left off if we have to grow destination
9316              SV during XS encode/decode
9317              
9318              Remove debugging warning, be consistent about API fails.
9319      Branch: perl
9320           !> ext/Encode/Encode.xs
9321 ____________________________________________________________________________
9322 [ 14545] By: nick                                  on 2002/02/03  20:03:38
9323         Log: Remove debugging warning, be consistent about API fails.
9324      Branch: perlio
9325            ! ext/Encode/Encode.xs
9326 ____________________________________________________________________________
9327 [ 14544] By: nick                                  on 2002/02/03  19:47:48
9328         Log: Carry on where we left off if we have to grow destination SV during XS encode/decode
9329      Branch: perlio
9330            ! ext/Encode/Encode.xs
9331 ____________________________________________________________________________
9332 [ 14543] By: jhi                                   on 2002/02/03  19:06:06
9333         Log: Subject: PATCH CPAN.pm
9334              From: Mark-Jason Dominus <mjd@plover.com>
9335              Date: Sun, 03 Feb 2002 12:36:36 -0500
9336              Message-ID: <20020203173636.27451.qmail@plover.com>
9337      Branch: perl
9338            ! lib/CPAN.pm
9339 ____________________________________________________________________________
9340 [ 14542] By: jhi                                   on 2002/02/03  19:05:13
9341         Log: Must search further back.
9342      Branch: perl
9343            ! lib/h2xs.t
9344 ____________________________________________________________________________
9345 [ 14541] By: nick                                  on 2002/02/03  18:52:09
9346         Log: Integrate mainline
9347      Branch: perlio
9348           !> (integrate 29 files)
9349 ____________________________________________________________________________
9350 [ 14540] By: jhi                                   on 2002/02/03  18:33:53
9351         Log: EBCDIC: more natification.
9352      Branch: perl
9353            ! regcomp.c
9354 ____________________________________________________________________________
9355 [ 14539] By: jhi                                   on 2002/02/03  18:32:31
9356         Log: Debug noise.
9357      Branch: perl
9358            ! ext/Encode/Encode.xs
9359 ____________________________________________________________________________
9360 [ 14538] By: jhi                                   on 2002/02/03  18:13:07
9361         Log: Integrate perlio;
9362              
9363              Stable intermediate point in Encode cleanup.
9364              :encode(euc-jp) works on Dan's table.euc
9365              Much buffer copying and other silliness remains.
9366      Branch: perl
9367           !> ext/Encode/Encode.pm ext/Encode/Encode.xs
9368           !> ext/Encode/lib/Encode/Encoding.pm
9369 ____________________________________________________________________________
9370 [ 14537] By: jhi                                   on 2002/02/03  17:57:31
9371         Log: Prettify.
9372      Branch: perl
9373            ! lib/unicore/mktables
9374 ____________________________________________________________________________
9375 [ 14536] By: nick                                  on 2002/02/03  17:32:03
9376         Log: Stable intermediate point in Encode cleanup.
9377              :encode(euc-jp) works on Dan's table.euc
9378              Much buffer copying and other silliness remains.
9379      Branch: perlio
9380            ! ext/Encode/Encode.pm ext/Encode/Encode.xs
9381            ! ext/Encode/lib/Encode/Encoding.pm
9382 ____________________________________________________________________________
9383 [ 14535] By: jhi                                   on 2002/02/03  17:29:57
9384         Log: EBCDIC: it's much nicer to compare Unicode code points
9385              to Unicode code points.
9386      Branch: perl
9387            ! regexec.c
9388 ____________________________________________________________________________
9389 [ 14534] By: jhi                                   on 2002/02/03  17:04:34
9390         Log: EBCDIC: character classes must remap the low 256.
9391      Branch: perl
9392            ! regcomp.c
9393 ____________________________________________________________________________
9394 [ 14533] By: jhi                                   on 2002/02/03  16:05:12
9395         Log: Upgrade to I18N::LangTags::List 0.27, from Sean Burke.
9396      Branch: perl
9397            ! lib/I18N/LangTags/List.pm
9398 ____________________________________________________________________________
9399 [ 14532] By: jhi                                   on 2002/02/03  15:36:36
9400         Log: FAQ sync.
9401      Branch: perl
9402            ! pod/perlfaq.pod pod/perlfaq1.pod pod/perlfaq4.pod
9403            ! pod/perlfaq6.pod pod/perlfaq7.pod
9404 ____________________________________________________________________________
9405 [ 14531] By: jhi                                   on 2002/02/03  15:35:28
9406         Log: Integrate perlio;
9407              
9408              Re-indent Encode.xs
9409              
9410              Fix SvGROW on an SV with SvLEN == 0 - copy in any existing data.
9411              (Mis-feature discovered by Encode.)
9412      Branch: perl
9413           !> ext/Encode/Encode.pm ext/Encode/Encode.xs sv.c
9414 ____________________________________________________________________________
9415 [ 14530] By: jhi                                   on 2002/02/03  15:30:24
9416         Log: Subject: [PATCH] lstat FH and -l FH warnings
9417              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
9418              Date: Sat, 2 Feb 2002 22:24:54 +0100           
9419              Message-ID: <20020202222454.A11608@rafael>       
9420      Branch: perl
9421            ! doio.c lib/File/Copy.pm pod/perldiag.pod pp_sys.c
9422            ! t/lib/warnings/doio t/lib/warnings/pp_sys t/op/stat.t
9423 ____________________________________________________________________________
9424 [ 14529] By: jhi                                   on 2002/02/03  15:27:26
9425         Log: Subject: [PATCH t/op/taint.t] remove possible false positive
9426              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
9427              Date: Sat, 2 Feb 2002 13:11:01 +0100           
9428              Message-ID: <20020202131101.A722@rafael>               
9429              
9430              Subject: [PATCH t/op/ver.t] another false positive
9431              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
9432              Date: Sat, 2 Feb 2002 13:38:22 +0100           
9433              Message-ID: <20020202133822.E722@rafael>         
9434              
9435              Subject: [PATCH] t/test.pl:ok() doesn't work
9436              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)  
9437              Date: Sun, 03 Feb 2002 00:02:38 -0800          
9438              Message-ID: <e6OX8gzkgSMO092yn@efn.org>          
9439      Branch: perl
9440            ! lib/Net/t/netrc.t t/op/stat.t t/op/taint.t t/op/ver.t
9441            ! t/test.pl
9442 ____________________________________________________________________________
9443 [ 14528] By: jhi                                   on 2002/02/03  15:26:33
9444         Log: Subject: [PATCH @13746] OS2::Process's constants
9445              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
9446              Date: Sat, 2 Feb 2002 01:00:55 -0500           
9447              Message-ID: <20020202010055.A12924@math.ohio-state.edu>
9448      Branch: perl
9449            ! os2/OS2/Process/Makefile.PL
9450 ____________________________________________________________________________
9451 [ 14527] By: jhi                                   on 2002/02/03  15:16:46
9452         Log: Subject: [PATCH @13746] h2xs   
9453              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
9454              Date: Sat, 2 Feb 2002 00:58:44 -0500           
9455              Message-ID: <20020202005844.A12756@math.ohio-state.edu>
9456      Branch: perl
9457            ! utils/h2xs.PL
9458 ____________________________________________________________________________
9459 [ 14526] By: nick                                  on 2002/02/03  14:54:18
9460         Log: Fix SvGROW on an SV with SvLEN == 0 - copy in any existing data.
9461              (Mis-feature discovered by Encode.)
9462      Branch: perlio
9463            ! sv.c
9464 ____________________________________________________________________________
9465 [ 14525] By: jhi                                   on 2002/02/02  16:44:58
9466         Log: EBCDIC: since #14519 made \N{...} to remap,
9467              the test cannot expect an ASCII code point.
9468      Branch: perl
9469            ! lib/charnames.t
9470 ____________________________________________________________________________
9471 [ 14524] By: jhi                                   on 2002/02/02  05:03:24
9472         Log: Sub-MANIFEST-tweak.
9473      Branch: perl
9474            ! ext/Encode/MANIFEST
9475 ____________________________________________________________________________
9476 [ 14523] By: jhi                                   on 2002/02/02  02:54:44
9477         Log: Subject: [Patch] Encode::Tcl::Escape, more ISO2022 like
9478              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
9479              Date: Fri, 01 Feb 2002 23:51:03 +0900
9480              Message-Id: <20020201234727.15ED.BQW10602@nifty.com>
9481      Branch: perl
9482            ! ext/Encode/lib/Encode/Tcl/Escape.pm
9483 ____________________________________________________________________________
9484 [ 14522] By: jhi                                   on 2002/02/02  02:53:29
9485         Log: Subject: [PATCH] (Was Re: [ID 20020129.003] Trouble building perl 5.6.1)
9486              From: Andy Dougherty <doughera@lafayette.edu>
9487              Date: Fri, 1 Feb 2002 13:06:05 -0500 (EST)
9488              Message-ID: <Pine.SOL.4.10.10202011243130.24740-100000@maxwell.phys.lafayette.edu>
9489      Branch: perl
9490            ! README.solaris hints/solaris_2.sh
9491 ____________________________________________________________________________
9492 [ 14521] By: jhi                                   on 2002/02/02  02:08:42
9493         Log: EBCDIC: no hope to get the low 256 right in unifolding.
9494      Branch: perl
9495            ! t/uni/fold.t
9496 ____________________________________________________________________________
9497 [ 14520] By: jhi                                   on 2002/02/02  02:02:13
9498         Log: todo entry for missing pack formats.
9499      Branch: perl
9500            ! pod/perltodo.pod
9501 ____________________________________________________________________________
9502 [ 14519] By: jhi                                   on 2002/02/02  01:31:50
9503         Log: EBCDIC: the low 256 \N{...} need to be remapped.
9504      Branch: perl
9505            ! toke.c
9506 ____________________________________________________________________________
9507 [ 14518] By: nick                                  on 2002/02/01  18:32:03
9508         Log: indent -kr -nce and some manual tweaks to match perl style.
9509      Branch: perlio
9510            ! ext/Encode/Encode.xs
9511 ____________________________________________________________________________
9512 [ 14517] By: nick                                  on 2002/02/01  18:20:46
9513         Log: Integrate mainline
9514      Branch: perlio
9515           !> Changes MANIFEST configpm doio.c lib/Attribute/Handlers.pm
9516           !> lib/Attribute/Handlers/t/multi.t lib/CPAN.pm
9517           !> lib/Math/Complex.pm lib/Math/Complex.t lib/open.pm
9518           !> patchlevel.h pod/perldiag.pod pod/perlfunc.pod
9519           !> pod/perluniintro.pod pp.c pp_sys.c regexec.c t/io/utf8.t
9520           !> t/lib/warnings/pp_sys t/lib/warnings/utf8 t/op/inccode.t
9521           !> t/op/lc.t t/op/stat.t t/run/switches.t utf8.c
9522 ____________________________________________________________________________
9523 [ 14516] By: jhi                                   on 2002/02/01  16:46:16
9524         Log: Integrate perlio; 
9525              
9526              Minor Encode tweaks:
9527              - move Encode.pm back to top of Encode like normal XS extension
9528              - avoid .def as a file extension (Win32 builds)
9529      Branch: perl
9530            ! MANIFEST
9531           !> ext/Encode/EUC_JP/Makefile.PL ext/Encode/Encode.xs
9532           !> ext/Encode/Makefile.PL ext/Encode/compile
9533 ____________________________________________________________________________
9534 [ 14515] By: nick                                  on 2002/02/01  16:27:59
9535         Log: Minor Encode tweaks:
9536              - move Encode.pm back to top of Encode like normal XS extension
9537              - avoid .def as a file extension (Win32 builds)
9538      Branch: perlio
9539           +> ext/Encode/Encode.pm
9540            - ext/Encode/lib/Encode.pm
9541            ! MANIFEST ext/Encode/EUC_JP/Makefile.PL ext/Encode/Encode.xs
9542            ! ext/Encode/Makefile.PL ext/Encode/compile
9543 ____________________________________________________________________________
9544 [ 14514] By: jhi                                   on 2002/02/01  14:45:26
9545         Log: Subject: [PATCH utf8.t] temp file not cleaned up
9546              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
9547              Date: Fri, 1 Feb 2002 15:47:46 +0100
9548              Message-ID: <20020201154746.A24079@rafael>
9549      Branch: perl
9550            ! t/io/utf8.t
9551 ____________________________________________________________________________
9552 [ 14513] By: jhi                                   on 2002/02/01  14:44:39
9553         Log: Subject: [PATCH] make "lstat FH" croak
9554              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
9555              Date: Fri, 1 Feb 2002 15:12:50 +0100
9556              Message-ID: <20020201151250.A738@rafael>
9557      Branch: perl
9558            ! pod/perldiag.pod pp_sys.c t/op/stat.t
9559 ____________________________________________________________________________
9560 [ 14512] By: jhi                                   on 2002/02/01  14:42:58
9561         Log: Subject: [PATCH t/op/stat.t] Mentioning Darwins UFS ctime failure
9562              From: Kay Röpke <kroepke@dolphin-services.de>
9563              Date: Fri, 1 Feb 2002 01:10:43 +0100
9564              Message-Id: <2255B944-16A8-11D6-814B-000393414688@dolphin-services.de>
9565      Branch: perl
9566            ! t/op/stat.t
9567 ____________________________________________________________________________
9568 [ 14511] By: jhi                                   on 2002/02/01  05:17:59
9569         Log: The Malformed UTF-8 Heisenbug seen by Merijn and NickC
9570              I got it in Tru64 + ithreads but only without -g, took
9571              some debugging by printf (which was no fun either since
9572              adding some debug printfs hid the error)
9573      Branch: perl
9574            ! regexec.c utf8.c
9575 ____________________________________________________________________________
9576 [ 14510] By: jhi                                   on 2002/01/31  22:48:13
9577         Log: Subject: Re: [PATCH] perl -V:
9578              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)            
9579              Date: Thu, 31 Jan 2002 12:10:20 -0800
9580              Message-ID: <sSaW8gzkgaNQ092yn@efn.org>
9581              
9582              Subject: Re: [PATCH] perl -V:
9583              From: Michael G Schwern <schwern@pobox.com>
9584              Date: Thu, 31 Jan 2002 16:43:13 -0500
9585              Message-ID: <20020131214313.GH6498@blackrider>
9586      Branch: perl
9587            ! t/run/switches.t
9588 ____________________________________________________________________________
9589 [ 14509] By: jhi                                   on 2002/01/31  21:30:46
9590         Log: #14505 effect.
9591      Branch: perl
9592            ! pod/perluniintro.pod
9593 ____________________________________________________________________________
9594 [ 14508] By: jhi                                   on 2002/01/31  16:57:18
9595         Log: Daniel S. Lewart adopts the Math::Complex.
9596      Branch: perl
9597            ! lib/Math/Complex.pm
9598 ____________________________________________________________________________
9599 [ 14507] By: jhi                                   on 2002/01/31  16:54:44
9600         Log: More Complex DWIMmery.
9601      Branch: perl
9602            ! lib/Math/Complex.pm lib/Math/Complex.t
9603 ____________________________________________________________________________
9604 [ 14506] By: jhi                                   on 2002/01/31  15:27:49
9605         Log: Subject: [PATCH 20020124.004] forbid -l _ after -T _
9606              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
9607              Date: Thu, 31 Jan 2002 14:37:52 +0100
9608              Message-ID: <20020131143752.A1452@rafael>
9609      Branch: perl
9610            ! pod/perlfunc.pod pp_sys.c t/lib/warnings/pp_sys t/op/stat.t
9611 ____________________________________________________________________________
9612 [ 14505] By: jhi                                   on 2002/01/31  15:26:41
9613         Log: Turn the I/O Unicode error by default on, but the
9614              character-generating Unicode error by default off,
9615              as Larry suggested.
9616      Branch: perl
9617            ! doio.c pod/perldiag.pod pp.c t/io/utf8.t t/lib/warnings/utf8
9618            ! utf8.c
9619 ____________________________________________________________________________
9620 [ 14504] By: jhi                                   on 2002/01/31  14:08:44
9621         Log: Subject: [PATCH] open.pm minor cleanup
9622              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
9623              Date: Thu, 31 Jan 2002 15:03:02 +0100
9624              Message-ID: <20020131150302.C1452@rafael>
9625      Branch: perl
9626            ! lib/open.pm
9627 ____________________________________________________________________________
9628 [ 14503] By: jhi                                   on 2002/01/30  15:28:29
9629         Log: Update Changes.
9630      Branch: perl
9631            ! Changes patchlevel.h
9632 ____________________________________________________________________________
9633 [ 14502] By: jhi                                   on 2002/01/30  14:32:25
9634         Log: Subject: [PATCH re bug 200713.003] Re: Perlbug - reminder of bug(20010713.003) status
9635              From: Robin Barker <rmb1@cise.npl.co.uk>
9636              Date: Wed, 30 Jan 2002 11:58:33 GMT
9637              Message-Id: <200201301158.LAA14883@tempest.npl.co.uk>
9638      Branch: perl
9639            ! lib/CPAN.pm
9640 ____________________________________________________________________________
9641 [ 14501] By: jhi                                   on 2002/01/30  14:20:32
9642         Log: Move ext/Encode/lib/Encode.pm to ext/Encode/Encode.pm;
9643              re-sort MANIFEST.
9644      Branch: perl
9645            + ext/Encode/Encode.pm
9646            - ext/Encode/lib/Encode.pm
9647            ! MANIFEST ext/Encode/Makefile.PL
9648 ____________________________________________________________________________
9649 [ 14500] By: jhi                                   on 2002/01/30  14:05:13
9650         Log: Integrate perlio;
9651              
9652              Collect some stats during compile process.
9653              Experiment with effect of bundling all EUC-JP, EUC-CN, EUC-KR
9654              as one XS - inconclusive - marginal win?
9655              Add some comments to encode.h
9656      Branch: perl
9657           !> ext/Encode/EUC_JP/Makefile.PL ext/Encode/compile
9658           !> ext/Encode/encode.h
9659 ____________________________________________________________________________
9660 [ 14499] By: nick                                  on 2002/01/30  09:57:47
9661         Log: Collect some stats during compile process.
9662              Experiment with effect of bundling all EUC-JP, EUC-CN, EUC-KR
9663              as one XS - inconclusive - marginal win?
9664              Add some comments to encode.h
9665      Branch: perlio
9666            ! ext/Encode/EUC_JP/Makefile.PL ext/Encode/compile
9667            ! ext/Encode/encode.h
9668 ____________________________________________________________________________
9669 [ 14498] By: nick                                  on 2002/01/30  07:27:55
9670         Log: Integrate Jarkko's path/INC tweaks
9671      Branch: perlio
9672           !> ext/Encode/compile
9673 ____________________________________________________________________________
9674 [ 14497] By: jhi                                   on 2002/01/30  04:40:56
9675         Log: Subject: [PATCH] perl -V: (was: Re: Inline::C and Perl objects with C API's)   
9676              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
9677              Date: Tue, 29 Jan 2002 01:13:09 -0800
9678              Message-ID: <lemV8gzkgu/K092yn@efn.org>
9679      Branch: perl
9680            ! configpm
9681 ____________________________________________________________________________
9682 [ 14496] By: jhi                                   on 2002/01/30  01:55:57
9683         Log: Subject: [PATCH t/op/inccode.t] new test
9684              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
9685              Date: Tue, 29 Jan 2002 22:03:45 +0100
9686              Message-ID: <20020129220345.A704@rafael>
9687      Branch: perl
9688            ! t/op/inccode.t
9689 ____________________________________________________________________________
9690 [ 14495] By: jhi                                   on 2002/01/30  01:01:26
9691         Log: EBCDIC: t/op/lc.t now passes.
9692      Branch: perl
9693            ! t/op/lc.t
9694 ____________________________________________________________________________
9695 [ 14494] By: jhi                                   on 2002/01/30  00:41:52
9696         Log: EBCDIC fix: t/op/lc.t failures 24-25, 29-30, 34-35, 39-40
9697      Branch: perl
9698            ! utf8.c
9699 ____________________________________________________________________________
9700 [ 14493] By: jhi                                   on 2002/01/29  22:32:05
9701         Log: Must find stuff during build.
9702      Branch: perl
9703            ! ext/Encode/compile
9704 ____________________________________________________________________________
9705 [ 14492] By: jhi                                   on 2002/01/29  22:24:54
9706         Log: Integrate with perlio;
9707              
9708              Basics of a compiled Encode XS extension
9709      Branch: perl
9710           +> ext/Encode/EUC_JP/EUC_JP.pm ext/Encode/EUC_JP/Makefile.PL
9711           +> ext/Encode/Encode/euc-jp.ucm
9712           !> MANIFEST ext/Encode/Encode.xs ext/Encode/compile
9713           !> ext/Encode/encode.h
9714 ____________________________________________________________________________
9715 [ 14491] By: jhi                                   on 2002/01/29  22:23:25
9716         Log: EBCDIC tweaks-- no new test passes, but getting closer.
9717      Branch: perl
9718            ! utf8.c
9719 ____________________________________________________________________________
9720 [ 14490] By: nick                                  on 2002/01/29  21:20:57
9721         Log: Basics of a compiled Encode XS extension
9722      Branch: perlio
9723            + ext/Encode/EUC_JP/EUC_JP.pm ext/Encode/EUC_JP/Makefile.PL
9724            + ext/Encode/Encode/euc-jp.ucm
9725            ! MANIFEST ext/Encode/Encode.xs ext/Encode/compile
9726            ! ext/Encode/encode.h
9727 ____________________________________________________________________________
9728 [ 14489] By: nick                                  on 2002/01/29  18:40:54
9729         Log: Integrate mainline
9730      Branch: perlio
9731           +> ext/Encode/MANIFEST ext/Encode/README ext/Encode/lib/Encode.pm
9732           +> ext/Encode/lib/Encode/Encoding.pm
9733           +> ext/Encode/lib/Encode/Internal.pm ext/Encode/lib/Encode/Tcl.pm
9734           +> ext/Encode/lib/Encode/Tcl/Escape.pm
9735           +> ext/Encode/lib/Encode/Tcl/Extended.pm
9736           +> ext/Encode/lib/Encode/Tcl/HanZi.pm
9737           +> ext/Encode/lib/Encode/Tcl/Table.pm
9738           +> ext/Encode/lib/Encode/Unicode.pm ext/Encode/lib/Encode/XS.pm
9739           +> ext/Encode/lib/Encode/iso10646_1.pm
9740           +> ext/Encode/lib/Encode/ucs2_le.pm ext/Encode/lib/Encode/utf8.pm
9741           +> ext/Encode/lib/EncodeFormat.pod ext/Encode/t/Encode.t
9742           +> ext/Encode/t/Tcl.t
9743            - ext/Encode.t ext/Encode/Encode.pm
9744            - ext/Encode/Encode/EncodeFormat.pod ext/Encode/Encode/Tcl.pm
9745            - ext/Encode/Encode/Tcl.t ext/Encode/Todo
9746           !> (integrate 33 files)
9747 ____________________________________________________________________________
9748 [ 14488] By: jhi                                   on 2002/01/29  16:38:58
9749         Log: Subject: Re: [PATCH] Attribute::Handlers lexical refcount skew (was Re: lexical with attribute, refcount high)
9750              From: Richard Clamp <richardc@unixbeard.net>
9751              Date: Mon, 28 Jan 2002 02:17:55 +0000
9752              Message-ID: <20020128021755.GA28344@mirth.demon.co.uk>
9753      Branch: perl
9754            ! lib/Attribute/Handlers.pm lib/Attribute/Handlers/t/multi.t
9755 ____________________________________________________________________________
9756 [ 14487] By: jhi                                   on 2002/01/29  14:23:03
9757         Log: OS/390 seems to do length 0 udp reads, Nicholas says
9758              skippage is for now the best cause of action.
9759      Branch: perl
9760            ! ext/Socket/socketpair.t
9761 ____________________________________________________________________________
9762 [ 14486] By: jhi                                   on 2002/01/29  14:09:21
9763         Log: Encode cleanup from Dan Kogai; reworked even further.
9764      Branch: perl
9765            + ext/Encode/MANIFEST ext/Encode/README ext/Encode/lib/Encode.pm
9766            + ext/Encode/lib/Encode/Encoding.pm
9767            + ext/Encode/lib/Encode/Internal.pm ext/Encode/lib/Encode/Tcl.pm
9768            + ext/Encode/lib/Encode/Tcl/Escape.pm
9769            + ext/Encode/lib/Encode/Tcl/Extended.pm
9770            + ext/Encode/lib/Encode/Tcl/HanZi.pm
9771            + ext/Encode/lib/Encode/Tcl/Table.pm
9772            + ext/Encode/lib/Encode/Unicode.pm ext/Encode/lib/Encode/XS.pm
9773            + ext/Encode/lib/Encode/iso10646_1.pm
9774            + ext/Encode/lib/Encode/ucs2_le.pm ext/Encode/lib/Encode/utf8.pm
9775            + ext/Encode/lib/EncodeFormat.pod ext/Encode/t/Encode.t
9776            + ext/Encode/t/Tcl.t
9777            - ext/Encode.t ext/Encode/Encode.pm
9778            - ext/Encode/Encode/EncodeFormat.pod ext/Encode/Encode/Tcl.pm
9779            - ext/Encode/Encode/Tcl.t ext/Encode/Todo
9780            ! MANIFEST ext/Encode/Encode/8859-1.ucm
9781            ! ext/Encode/Encode/8859-10.ucm ext/Encode/Encode/8859-13.ucm
9782            ! ext/Encode/Encode/8859-14.ucm ext/Encode/Encode/8859-15.ucm
9783            ! ext/Encode/Encode/8859-16.ucm ext/Encode/Encode/8859-2.ucm
9784            ! ext/Encode/Encode/8859-3.ucm ext/Encode/Encode/8859-4.ucm
9785            ! ext/Encode/Encode/8859-5.ucm ext/Encode/Encode/8859-6.ucm
9786            ! ext/Encode/Encode/8859-7.ucm ext/Encode/Encode/8859-8.ucm
9787            ! ext/Encode/Encode/8859-9.ucm ext/Encode/Encode/ascii.ucm
9788            ! ext/Encode/Encode/cp1047.ucm ext/Encode/Encode/cp1250.ucm
9789            ! ext/Encode/Encode/cp37.ucm ext/Encode/Encode/dingbats.ucm
9790            ! ext/Encode/Encode/koi8-r.ucm ext/Encode/Encode/posix-bc.ucm
9791            ! ext/Encode/Encode/symbol.ucm ext/Encode/Makefile.PL
9792            ! ext/Encode/compile
9793 ____________________________________________________________________________
9794 [ 14485] By: jhi                                   on 2002/01/28  23:17:20
9795         Log: Workaround for DJGPP broken F_GETFL from Laszlo.
9796      Branch: perl
9797            ! djgpp/djgpp.c perlio.c
9798 ____________________________________________________________________________
9799 [ 14484] By: jhi                                   on 2002/01/28  23:15:22
9800         Log: Prettier printing from Michael Schwern.
9801      Branch: perl
9802            ! t/test.pl
9803 ____________________________________________________________________________
9804 [ 14483] By: jhi                                   on 2002/01/28  23:08:27
9805         Log: Show also the debug and debugcolor as known pragmas.
9806      Branch: perl
9807            ! ext/re/re.pm
9808 ____________________________________________________________________________
9809 [ 14482] By: jhi                                   on 2002/01/28  22:08:38
9810         Log: Subject: [PATCH] skip assembler.t when there is no ByteLoader
9811              From: "Craig A. Berry" <craigberry@mac.com>
9812              Date: Mon, 28 Jan 2002 16:30:30 -0600
9813              Message-Id: <5.1.0.14.2.20020128162440.01ae7868@exchi01>
9814      Branch: perl
9815            ! ext/B/t/assembler.t
9816 ____________________________________________________________________________
9817 [ 14481] By: jhi                                   on 2002/01/28  21:58:44
9818         Log: metaconfig unit change for #14480.
9819      Branch: metaconfig
9820            ! U/modified/Init.U
9821 ____________________________________________________________________________
9822 [ 14480] By: jhi                                   on 2002/01/28  21:57:37
9823         Log: DJGPP needs to know its exe soon, too.
9824      Branch: perl
9825            ! Configure
9826 ____________________________________________________________________________
9827 [ 14479] By: jhi                                   on 2002/01/28  21:36:34
9828         Log: Round #2 on EBCDICation.
9829      Branch: perl
9830            ! t/op/append.t
9831 ____________________________________________________________________________
9832 [ 14478] By: jhi                                   on 2002/01/28  21:19:40
9833         Log: Integrate perlio;
9834              
9835              Set makefile.mk CCHOME etc. for default locations of MinGW and free
9836              Borland compilers. (Borland builds one or two oddities.)
9837      Branch: perl
9838           !> win32/config.bc win32/makefile.mk
9839 ____________________________________________________________________________
9840 [ 14477] By: nick                                  on 2002/01/28  20:12:31
9841         Log: Set makefile.mk CCHOME etc. for default locations of MinGW and free
9842              Borland compilers. (Borland builds one or two oddities.)
9843      Branch: perlio
9844            ! win32/config.bc win32/makefile.mk
9845 ____________________________________________________________________________
9846 [ 14476] By: nick                                  on 2002/01/28  18:43:47
9847         Log: Integrate mainline
9848      Branch: perlio
9849           !> Configure hints/hpux.sh
9850 ____________________________________________________________________________
9851 [ 14475] By: nick                                  on 2002/01/28  17:15:12
9852         Log: Integrate mainline
9853      Branch: perlio
9854           !> Changes Configure ext/B/B.xs hints/hpux.sh lib/warnings.t
9855           !> patchlevel.h pp_sys.c t/lib/warnings/perl
9856 ____________________________________________________________________________
9857 [ 14474] By: jhi                                   on 2002/01/28  17:12:51
9858         Log: metaconfig unit change for #14472.
9859      Branch: metaconfig/U/perl
9860            ! d_u32align.U
9861 ____________________________________________________________________________
9862 [ 14473] By: jhi                                   on 2002/01/28  17:12:27
9863         Log: Misunderstood Merijn's patch.
9864      Branch: perl
9865            ! hints/hpux.sh
9866 ____________________________________________________________________________
9867 [ 14472] By: jhi                                   on 2002/01/28  17:11:58
9868         Log: Misapplied Merijn's patch.
9869      Branch: perl
9870            ! Configure
9871 ____________________________________________________________________________
9872 [ 14471] By: jhi                                   on 2002/01/28  14:51:20
9873         Log: Update Changes.
9874      Branch: perl
9875            ! Changes patchlevel.h
9876 ____________________________________________________________________________
9877 [ 14470] By: jhi                                   on 2002/01/28  14:33:36
9878         Log: BeOS has sockets but not true ones.
9879      Branch: perl
9880            ! pp_sys.c
9881 ____________________________________________________________________________
9882 [ 14469] By: jhi                                   on 2002/01/28  14:04:44
9883         Log: metaconfig unit change for #14467.
9884      Branch: metaconfig/U/perl
9885            ! d_u32align.U
9886 ____________________________________________________________________________
9887 [ 14468] By: jhi                                   on 2002/01/28  14:03:01
9888         Log: For some strange reason under the smoke harness the alignment
9889              test hangs in HP-UX 10.20.  So hint it to avoid the test.
9890      Branch: perl
9891            ! hints/hpux.sh
9892 ____________________________________________________________________________
9893 [ 14467] By: jhi                                   on 2002/01/28  14:00:32
9894         Log: Allow d_u32align to be hinted.
9895      Branch: perl
9896            ! Configure
9897 ____________________________________________________________________________
9898 [ 14466] By: jhi                                   on 2002/01/28  13:41:18
9899         Log: The shift key is important.
9900      Branch: perl
9901            ! ext/B/B.xs
9902 ____________________________________________________________________________
9903 [ 14465] By: jhi                                   on 2002/01/28  13:36:15
9904         Log: The "used only once" warnings (from gv_check) come
9905              in pseudorandom hash order-- in EBCDIC the order
9906              is different.  Add a new option that allow the warnings
9907              to come in any order (Paul Marquess).
9908      Branch: perl
9909            ! lib/warnings.t t/lib/warnings/perl
9910 ____________________________________________________________________________
9911 [ 14464] By: jhi                                   on 2002/01/28  13:04:58
9912         Log: Integrate perlio; the 0nothread test failure without threads.
9913      Branch: perl
9914           !> ext/threads/shared/t/0nothread.t
9915 ____________________________________________________________________________
9916 [ 14463] By: nick                                  on 2002/01/28  08:22:36
9917         Log: Integrate mainline
9918      Branch: perlio
9919           !> (integrate 37 files)
9920 ____________________________________________________________________________
9921 [ 14462] By: nick                                  on 2002/01/28  08:09:53
9922         Log: 1st attempt at skipping broke threads case.
9923      Branch: perlio
9924            ! ext/threads/shared/t/0nothread.t
9925 ____________________________________________________________________________
9926 [ 14461] By: nick                                  on 2002/01/28  07:25:58
9927         Log: Skip new threads::shared test unless -Duseithreads
9928      Branch: perlio
9929            ! ext/threads/shared/t/0nothread.t
9930 ____________________________________________________________________________
9931 [ 14460] By: jhi                                   on 2002/01/28  03:37:30
9932         Log: FAQ sync.
9933      Branch: perl
9934            ! pod/perlfaq.pod pod/perlfaq1.pod pod/perlfaq2.pod
9935            ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq5.pod
9936            ! pod/perlfaq6.pod pod/perlfaq7.pod pod/perlfaq8.pod
9937            ! pod/perlfaq9.pod
9938 ____________________________________________________________________________
9939 [ 14459] By: jhi                                   on 2002/01/28  02:28:10
9940         Log: Upgrade to podlators 1.20.
9941      Branch: perl
9942            ! lib/Pod/Text/Overstrike.pm lib/Pod/t/basic.t
9943 ____________________________________________________________________________
9944 [ 14458] By: jhi                                   on 2002/01/28  01:36:28
9945         Log: Retract #14448, a better patch coming up.
9946      Branch: perl
9947            ! lib/Pod/t/basic.t
9948 ____________________________________________________________________________
9949 [ 14457] By: jhi                                   on 2002/01/28  01:31:40
9950         Log: EBCDIC portability.
9951      Branch: perl
9952            ! t/op/append.t
9953 ____________________________________________________________________________
9954 [ 14456] By: jhi                                   on 2002/01/27  23:49:40
9955         Log: Further cygwin installperl tweak from Gerrit P. Haase.
9956      Branch: perl
9957            ! installperl
9958 ____________________________________________________________________________
9959 [ 14455] By: jhi                                   on 2002/01/27  23:47:42
9960         Log: A bug in Bulgarian EBCDIC locale (this sounds like
9961              a Sherlock Holmes mystery...)  Well, a few more EBCDICs
9962              locales failed, too.  The patch works around the bug by
9963              skipping the test, but the real problem may be deeper
9964              (affecting probably only EBCDIC platforms, though):
9965              see the comment in locale.t for more details.
9966      Branch: perl
9967            ! lib/locale.t
9968 ____________________________________________________________________________
9969 [ 14454] By: jhi                                   on 2002/01/27  22:37:48
9970         Log: metaconfig unit change for #14453.
9971      Branch: metaconfig/U/perl
9972            ! libperl.U
9973 ____________________________________________________________________________
9974 [ 14453] By: jhi                                   on 2002/01/27  22:36:08
9975         Log: Subject: Bleadperl on Cygwin today
9976              From: "Gerrit P. Haase" <gp@familiehaase.de>              
9977              Date: Sun, 27 Jan 2002 22:30:41 +0100
9978              Message-ID: <462007239437.20020127223041@familiehaase.de>
9979      Branch: perl
9980            ! Configure cygwin/Makefile.SHs cygwin/perlld.in installperl
9981            ! lib/ExtUtils/MM_Cygwin.pm lib/ExtUtils/t/Embed.t
9982            ! lib/ExtUtils/t/MM_Cygwin.t
9983 ____________________________________________________________________________
9984 [ 14452] By: jhi                                   on 2002/01/27  21:57:56
9985         Log: Unfinished EBCDIC branch.
9986      Branch: perl
9987            ! t/op/ver.t
9988 ____________________________________________________________________________
9989 [ 14451] By: jhi                                   on 2002/01/27  21:47:29
9990         Log: B::cstring() and B::Deparse EBCDIC fixes from Rafael Garcia-Suarez.
9991      Branch: perl
9992            ! ext/B/B.xs ext/B/B/Deparse.pm
9993 ____________________________________________________________________________
9994 [ 14450] By: jhi                                   on 2002/01/27  21:44:37
9995         Log: Cleanup the stash test, and reclaim it in non-ASCII-sorting
9996              platforms.
9997      Branch: perl
9998            ! ext/B/t/stash.t
9999 ____________________________________________________________________________
10000 [ 14449] By: jhi                                   on 2002/01/27  19:34:56
10001         Log: Apparently no need for EBCDIC exception any more.
10002      Branch: perl
10003            ! ext/B/t/showlex.t
10004 ____________________________________________________________________________
10005 [ 14448] By: jhi                                   on 2002/01/27  18:48:17
10006         Log: (retracted by #14458)
10007              (Russ Allbery) OS/390 is using a high-bit character for ESC,
10008              skip the test for now.  A better fix would be to override
10009              the notion of the platform's escape sequence in the test
10010              of Pod::Text::Termcap.  We may have to apply a filter to
10011              the output to substitute back in the ESC character that
10012              the test expects, but only on OS/390.
10013      Branch: perl
10014            ! lib/Pod/t/basic.t
10015 ____________________________________________________________________________
10016 [ 14447] By: jhi                                   on 2002/01/27  18:19:01
10017         Log: Detypo.
10018      Branch: perl
10019            ! ext/Devel/Peek/Peek.t
10020 ____________________________________________________________________________
10021 [ 14446] By: jhi                                   on 2002/01/27  17:57:21
10022         Log: OS/390 USS has a different idea of the pw* functions.
10023              Also, test the name with eq, not with ==.
10024      Branch: perl
10025            ! lib/User/pwent.t
10026 ____________________________________________________________________________
10027 [ 14445] By: jhi                                   on 2002/01/27  17:37:54
10028         Log: O_RDONLY/O_WRONLY/O_RDWR portability.
10029      Branch: perl
10030            ! doio.c
10031 ____________________________________________________________________________
10032 [ 14444] By: jhi                                   on 2002/01/27  16:32:32
10033         Log: ASCIIisms.
10034      Branch: perl
10035            ! ext/PerlIO/t/encoding.t
10036 ____________________________________________________________________________
10037 [ 14443] By: jhi                                   on 2002/01/27  15:59:31
10038         Log: chr(42) ne '*'  if one is in EBCDIC.
10039      Branch: perl
10040            ! t/op/pack.t
10041 ____________________________________________________________________________
10042 [ 14442] By: jhi                                   on 2002/01/27  15:26:52
10043         Log: Subject: [PATCH] Fix up recent op/stat.t failures
10044              From: Andy Dougherty <doughera@lafayette.edu>
10045              Date: Sun, 27 Jan 2002 09:46:38 -0500 (EST)
10046              Message-ID: <Pine.SOL.4.10.10201270943120.4253-100000@maxwell.phys.lafayette.edu>         
10047      Branch: perl
10048            ! t/op/stat.t
10049 ____________________________________________________________________________
10050 [ 14441] By: jhi                                   on 2002/01/27  15:21:49
10051         Log: Subject: [ PATCH ] Re: Smoke 14406 /pro/3gl/CPAN/perl-current
10052              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
10053              Date: Sun, 27 Jan 2002 15:03:18 +0100
10054              Message-Id: <20020127145902.0EA2.H.M.BRAND@hccnet.nl>
10055      Branch: perl
10056            ! lib/ExtUtils/t/Command.t
10057 ____________________________________________________________________________
10058 [ 14440] By: jhi                                   on 2002/01/27  15:20:52
10059         Log: Subject: [PATCH B::Deparse] new switch: don't check prototypes while deparsing
10060              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
10061              Date: Sun, 27 Jan 2002 14:51:10 +0100
10062              Message-ID: <20020127145110.A16332@rafael>
10063      Branch: perl
10064            ! ext/B/B/Deparse.pm
10065 ____________________________________________________________________________
10066 [ 14439] By: gsar                                  on 2002/01/27  00:02:48
10067         Log: integrate change#14431 from perlio branch (Nick's fix for
10068              change#13474 to be more defensive about looking at pad entries
10069              that may not exist yet)
10070      Branch: maint-5.6/perl
10071            ! op.c
10072 ____________________________________________________________________________
10073 [ 14438] By: jhi                                   on 2002/01/26  23:56:53
10074         Log: Comment to avoid later "cleanups."
10075      Branch: perl
10076            ! lib/ExtUtils/MakeMaker.pm
10077 ____________________________________________________________________________
10078 [ 14437] By: jhi                                   on 2002/01/26  23:54:50
10079         Log: USS V2R10 seems to be happier with env FOO=... cmd ...
10080              instead of just FOO=... cmd ...
10081      Branch: perl
10082            ! Makefile.SH
10083 ____________________________________________________________________________
10084 [ 14436] By: jhi                                   on 2002/01/26  23:14:04
10085         Log: Overquoting bad (in UNIX one would get
10086              Can't open perl script "'-I../lib'": No such file or directory)
10087      Branch: perl
10088            ! lib/Pod/t/Usage.t
10089 ____________________________________________________________________________
10090 [ 14435] By: jhi                                   on 2002/01/26  22:41:05
10091         Log: Integrate perlio;
10092              
10093              "All tests successful" VC6.0 Win32
10094              (Update config.vc to need cppstdin so those tests are skipped...)
10095      Branch: perl
10096           !> win32/config.vc win32/config_H.bc win32/config_H.gc
10097           !> win32/config_H.vc
10098 ____________________________________________________________________________
10099 [ 14434] By: nick                                  on 2002/01/26  22:27:08
10100         Log: "All tests successful" VC6.0 Win32
10101              (Update config.vc to need cppstdin so those tests are skipped...)
10102      Branch: perlio
10103            ! win32/config.vc win32/config_H.bc win32/config_H.gc
10104            ! win32/config_H.vc
10105 ____________________________________________________________________________
10106 [ 14433] By: jhi                                   on 2002/01/26  21:38:56
10107         Log: Integrate perlio;
10108              
10109              1st two tests of File/Find/t/find.t and taint.t were run after 
10110              calling cleanup(). If previous fail had left for_find directory,
10111              but no content in it then cleanup() returned cd'ed to that directory.
10112              So tests failed. Fixed cleanup()-s.
10113              
10114              If we get to sighandler by mistake (no perl handler set) then
10115              warn() and exit() rather than die() - should never happen
10116              but if it does context needed to die is likely to be trashed
10117              as well.
10118              
10119              Win32 signal emulation cleanup.
10120              
10121              Tinkering with thread cleanup mutex-ing - not the problem 
10122              (op.c is) but could have been...
10123              
10124              Fix/band-aid for op.c's anon CV leak fix co-existing with threads.
10125              Should really be looked at by someone that knows about pads.
10126              
10127              Gurusamy Sarathy <gsar@ActiveState.com>'s patch to Filter::Simple
10128              for CRLF line endings.
10129      Branch: perl
10130           !> ext/threads/threads.xs lib/File/Find/t/find.t
10131           !> lib/File/Find/t/taint.t lib/Filter/Simple.pm mg.c op.c
10132           !> win32/perlhost.h win32/win32.c win32/win32.h win32/win32iop.h
10133 ____________________________________________________________________________
10134 [ 14432] By: nick                                  on 2002/01/26  21:10:38
10135         Log: Gurusamy Sarathy <gsar@ActiveState.com>'s patch to Filter::Simple
10136              for CRLF line endings.
10137      Branch: perlio
10138            ! lib/Filter/Simple.pm
10139 ____________________________________________________________________________
10140 [ 14431] By: nick                                  on 2002/01/26  21:08:35
10141         Log: Fix/band-aid for op.c's anon CV leak fix co-existing with threads.
10142              Should really be looked at by someone that knows about pads.
10143      Branch: perlio
10144            ! op.c
10145 ____________________________________________________________________________
10146 [ 14430] By: jhi                                   on 2002/01/26  20:54:16
10147         Log: Subject: Re: [PATCH @14417] vmsify Pod::Usage and its test
10148              From: "Craig A. Berry" <craigberry@mac.com>       
10149              Date: Sat, 26 Jan 2002 11:19:44 -0600
10150              Message-Id: <a05101000b87895064ee3@[172.16.52.1]>
10151      Branch: perl
10152            ! lib/Pod/Usage.pm lib/Pod/t/Usage.t
10153 ____________________________________________________________________________
10154 [ 14429] By: nick                                  on 2002/01/26  18:04:22
10155         Log: Tinkering with thread cleanup mutex-ing - not the problem 
10156              (op.c is) but could have been...
10157      Branch: perlio
10158            ! ext/threads/threads.xs
10159 ____________________________________________________________________________
10160 [ 14428] By: nick                                  on 2002/01/26  18:03:13
10161         Log: Win32 signal emulation cleanup.
10162      Branch: perlio
10163            ! win32/perlhost.h win32/win32.c win32/win32.h win32/win32iop.h
10164 ____________________________________________________________________________
10165 [ 14427] By: nick                                  on 2002/01/26  13:59:33
10166         Log: If we get to sighandler by mistake (no perl handler set) then
10167              warn() and exit() rather than die() - should never happen
10168              but if it does context needed to die is likely to be trashed
10169              as well.
10170      Branch: perlio
10171            ! mg.c
10172 ____________________________________________________________________________
10173 [ 14426] By: nick                                  on 2002/01/26  13:56:23
10174         Log: Integrate mainline
10175      Branch: perlio
10176           !> Changes NetWare/config_H.wc config_h.SH ext/Encode/Encode.xs
10177           !> op.c patchlevel.h pod/perldebguts.pod t/op/universal.t
10178           !> t/run/fresh_perl.t
10179 ____________________________________________________________________________
10180 [ 14425] By: nick                                  on 2002/01/26  08:11:33
10181         Log: 1st two tests of File/Find/t/find.t and taint.t were run after 
10182              calling cleanup(). If previous fail had left for_find directory,
10183              but no content in it then cleanup() returned cd'ed to that directory.
10184              So tests failed. Fixed cleanup()-s.
10185      Branch: perlio
10186            ! lib/File/Find/t/find.t lib/File/Find/t/taint.t
10187 ____________________________________________________________________________
10188 [ 14424] By: jhi                                   on 2002/01/25  22:10:11
10189         Log: Integrate perlio;
10190              
10191              Fix winsystem.t's attempt to build showav.exe to work
10192              with gcc (which writes a.exe unless told with -o ).
10193              Also put in a few more fail-safes to check .exe got
10194              built somehow.
10195              
10196              More Win32 tuning
10197              
10198              Save $! so that other syscalls don't disturb it before
10199              we test it.
10200      Branch: perl
10201           !> ext/Socket/socketpair.t t/op/stat.t t/op/taint.t
10202           !> t/op/winsystem.t
10203 ____________________________________________________________________________
10204 [ 14423] By: jhi                                   on 2002/01/25  22:08:09
10205         Log: Subject: [PATCH] new test in op/universal.t
10206              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
10207              Date: Fri, 25 Jan 2002 23:17:33 +0100
10208              Message-ID: <20020125231733.A11733@rafael>
10209      Branch: perl
10210            ! t/op/universal.t
10211 ____________________________________________________________________________
10212 [ 14422] By: nick                                  on 2002/01/25  21:37:03
10213         Log: Save $! so that other syscalls don't disturb it before 
10214              we test it.
10215      Branch: perlio
10216            ! ext/Socket/socketpair.t
10217 ____________________________________________________________________________
10218 [ 14421] By: nick                                  on 2002/01/25  19:05:57
10219         Log: More Win32 tuning
10220      Branch: perlio
10221            ! t/op/stat.t t/op/taint.t
10222 ____________________________________________________________________________
10223 [ 14420] By: nick                                  on 2002/01/25  18:21:42
10224         Log: Fix winsystem.t's attempt to build showav.exe to work 
10225              with gcc (which writes a.exe unless told with -o ).
10226              Also put in a few more fail-safes to check .exe got 
10227              built somehow.
10228      Branch: perlio
10229            ! t/op/winsystem.t
10230 ____________________________________________________________________________
10231 [ 14419] By: jhi                                   on 2002/01/25  17:25:05
10232         Log: Subject: [Patch Encode.xs] calculation of need overflows
10233              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
10234              Date: Sat, 26 Jan 2002 00:58:50 +0900
10235              Message-Id: <20020126005802.89B3.BQW10602@nifty.com>
10236      Branch: perl
10237            ! ext/Encode/Encode.xs
10238 ____________________________________________________________________________
10239 [ 14418] By: jhi                                   on 2002/01/25  16:28:40
10240         Log: Integrate changes 13474+13478+13584 from maintperl;
10241              anon sub leakage.
10242      Branch: perl
10243            ! op.c t/run/fresh_perl.t
10244 ____________________________________________________________________________
10245 [ 14417] By: jhi                                   on 2002/01/25  15:34:18
10246         Log: Update Changes.
10247      Branch: perl
10248            ! Changes patchlevel.h
10249 ____________________________________________________________________________
10250 [ 14416] By: jhi                                   on 2002/01/25  15:04:25
10251         Log: Integrate perlio; extensive threads and threads::shared work
10252              (note that the below is a chronological list of perlio
10253              check-in entries since the last integrate)
10254              
10255              Nearly-working threads re-structuring. Do not integrate,
10256              submit-ing to get to Win32, and as "off site" backup.
10257              
10258              threads work again on Win32. (Not threads::shared yet)
10259              Submit to see if they do on Linux.
10260              
10261              Add new threads/typemap to MANIFEST
10262              
10263              XS side of new threads::shared designed, coded and compiles,
10264              and mostly commented but is totaly untested.
10265              submit in case anyone wants a preview.
10266              
10267              Miss mg_len == 0 meaning don't Safefree
10268              
10269              Shared scalars working, some shared array ops working.
10270              
10271              Implement recursive lock and use of scope for PL_sharedsv_space,
10272              so now croak() from asserts does not leave locks.
10273              Make hv_simple compile (new prototype for debugging probe).
10274              
10275              thread::shared nearly working again - remaining issue
10276              is references withing shared space.
10277              Added bulk test with no threads involved (for debugging)
10278              Tuned tests to skip those needing _thrcnt
10279              
10280              SvTEMP_off to stop private PV's being stolen and stored in shared space
10281              
10282              Except Win32 from echo tests. (Alarm does not break into connect)
10283              
10284              Expand command line test globs on Win32.
10285              
10286              threads::shared tidy up:
10287              - Add _id() function to shared.xs so we can test refs point at same thing.
10288              - Use that rather that comparing stringified ref in shared/t/hv_refs.t
10289              - Allow no_share to pass if sharing to works despite mis-ordering.
10290              - Change docs of threads to document ->create() (as used in tests),
10291              and not mention "new".
10292              
10293              Linux/NFS hackery was not faking right number of passes.
10294      Branch: perl
10295           +> ext/threads/shared/t/0nothread.t ext/threads/shared/typemap
10296           +> ext/threads/typemap
10297            - ext/threads/threads.h sharedsv.c sharedsv.h
10298            ! NetWare/config_H.wc
10299           !> (integrate 38 files)
10300 ____________________________________________________________________________
10301 [ 14415] By: jhi                                   on 2002/01/25  14:33:43
10302         Log: Subject: Re: perldebguts minor tweaks
10303              From: Joe McMahon <mcmahon@metalab.unc.edu>
10304              Date: Fri, 25 Jan 2002 10:32:45 -0500 (EST)
10305              Message-ID: <Pine.LNX.4.33.0201251031530.9326-100000@tribal.metalab.unc.edu>
10306      Branch: perl
10307            ! pod/perldebguts.pod
10308 ____________________________________________________________________________
10309 [ 14414] By: jhi                                   on 2002/01/25  14:08:17
10310         Log: metaconfig unit change for #14413.
10311      Branch: metaconfig
10312            ! U/modified/prototype.U
10313 ____________________________________________________________________________
10314 [ 14413] By: jhi                                   on 2002/01/25  14:05:49
10315         Log: Okay, you can come home now, _().
10316      Branch: perl
10317            ! config_h.SH
10318 ____________________________________________________________________________
10319 [ 14412] By: nick                                  on 2002/01/25  11:01:49
10320         Log: Integrate mainline
10321              All but ../lib/Unicode/UCD.t pass.
10322      Branch: perlio
10323           +> lib/unicore/ArabicShaping.txt lib/unicore/BidiMirroring.txt
10324           +> lib/unicore/CaseFolding.txt
10325           +> lib/unicore/CompositionExclusions.txt
10326           +> lib/unicore/EastAsianWidth.txt lib/unicore/LineBreak.txt
10327           +> lib/unicore/SpecialCasing.txt lib/unicore/UnicodeData.txt
10328           +> vos/vos.c
10329            - lib/unicore/ArabShap.txt lib/unicore/BidiMirr.txt
10330            - lib/unicore/CaseFold.txt lib/unicore/CompExcl.txt
10331            - lib/unicore/EAWidth.txt lib/unicore/LineBrk.txt
10332            - lib/unicore/NamesList.html lib/unicore/PropList.html
10333            - lib/unicore/SpecCase.txt lib/unicore/UCD.html
10334            - lib/unicore/Unicode.html lib/unicore/Unicode.txt
10335            - lib/unicore/rename
10336           !> (integrate 424 files)
10337 ____________________________________________________________________________
10338 [ 14411] By: nick                                  on 2002/01/25  09:45:13
10339         Log: Linux/NFS hackery was not faking right number of passes.
10340      Branch: perlio
10341            ! t/io/fs.t
10342 ____________________________________________________________________________
10343 [ 14410] By: nick                                  on 2002/01/25  09:35:07
10344         Log: threads::shared tidy up:
10345              - Add _id() function to shared.xs so we can test refs point at same thing.
10346              - Use that rather that comparing stringified ref in shared/t/hv_refs.t
10347              - Allow no_share to pass if sharing to works despite mis-ordering.
10348              - Change docs of threads to document ->create() (as used in tests),
10349              and not mention "new".
10350      Branch: perlio
10351            ! ext/threads/shared/shared.pm ext/threads/shared/shared.xs
10352            ! ext/threads/shared/t/hv_refs.t ext/threads/shared/t/no_share.t
10353            ! ext/threads/threads.pm
10354 ____________________________________________________________________________
10355 [ 14409] By: jhi                                   on 2002/01/24  21:08:35
10356         Log: Subject: perldebguts minor tweaks
10357              From: Joe McMahon <mcmahon@metalab.unc.edu>
10358              Date: Thu, 24 Jan 2002 16:48:43 -0500 (EST)
10359              Message-ID: <Pine.LNX.4.33.0201241646580.14744-100000@tribal.metalab.unc.edu>
10360      Branch: perl
10361            ! pod/perldebguts.pod
10362 ____________________________________________________________________________
10363 [ 14408] By: jhi                                   on 2002/01/24  20:58:15
10364         Log: Subject: [PATCH] perldebguts.pod [bleadperl]
10365              From: Peter Scott <Peter@PSDT.com>
10366              Date: Thu, 24 Jan 2002 08:51:34 -0800
10367              Message-Id: <4.3.2.7.2.20020123073917.00bac740@mail.webquarry.com>
10368      Branch: perl
10369            ! pod/perldebguts.pod
10370 ____________________________________________________________________________
10371 [ 14407] By: jhi                                   on 2002/01/24  20:55:34
10372         Log: Few more paranoia checks for Unicode hash keys.
10373      Branch: perl
10374            ! t/op/each.t
10375 ____________________________________________________________________________
10376 [ 14406] By: jhi                                   on 2002/01/24  18:03:02
10377         Log: Subject: [PATCH] Suppress /bin/ls errors in t/op/stat.t
10378              From: Andy Dougherty <doughera@lafayette.edu>
10379              Date: Thu, 24 Jan 2002 13:02:20 -0500 (EST)
10380              Message-ID: <Pine.SOL.4.10.10201241238510.23176-100000@maxwell.phys.lafayette.edu>
10381      Branch: perl
10382            ! t/op/stat.t
10383 ____________________________________________________________________________
10384 [ 14405] By: jhi                                   on 2002/01/24  15:44:31
10385         Log: The
10386              
10387              Subject: Very old debugger UTF-8 bug
10388              From: andreas.koenig@anima.de (Andreas J. Koenig)
10389              Date: 24 Jan 2002 12:45:44 +0100
10390              Message-ID: <m3y9iot1jr.fsf@anima.de>
10391              
10392              still broken, but this should work as a stopgap
10393              measure to stop pp_match accessing naughty data.
10394      Branch: perl
10395            ! pod/perldiag.pod pp_hot.c
10396 ____________________________________________________________________________
10397 [ 14404] By: jhi                                   on 2002/01/24  13:13:55
10398         Log: metaconfig unit change for #14403.
10399      Branch: metaconfig/U/perl
10400            ! d_u32align.U
10401 ____________________________________________________________________________
10402 [ 14403] By: jhi                                   on 2002/01/24  13:13:29
10403         Log: Pacify picky compilers (this time Sun Workshop).
10404      Branch: perl
10405            ! Configure
10406 ____________________________________________________________________________
10407 [ 14402] By: jhi                                   on 2002/01/24  12:45:02
10408         Log: Subject: Very old debugger UTF-8 bug
10409              From: andreas.koenig@anima.de (Andreas J. Koenig)
10410              Date: 24 Jan 2002 12:45:44 +0100
10411              Message-ID: <m3y9iot1jr.fsf@anima.de>
10412      Branch: perl
10413            ! lib/dumpvar.pl
10414 ____________________________________________________________________________
10415 [ 14401] By: nick                                  on 2002/01/24  07:50:38
10416         Log: Expand command line test globs on Win32.
10417      Branch: perlio
10418            ! t/harness
10419 ____________________________________________________________________________
10420 [ 14400] By: jhi                                   on 2002/01/24  02:49:05
10421         Log: Sprinkle some copyrights (use the oldest timestamp to
10422              be found in the repository, which is most often not right,
10423              but at least consistent)
10424      Branch: perl
10425            ! XSUB.h cc_runtime.h dosish.h embed.h embed.pl embedvar.h
10426            ! fakesdio.h fakethr.h global.sym globals.c keywords.h
10427            ! keywords.pl miniperlmain.c nostdio.h opcode.h opcode.pl
10428            ! opnames.h patchlevel.h perl.h perlapi.c perlapi.h perlio.h
10429            ! perlsdio.h perlsfio.h perlvars.h proto.h regcomp.h regexp.h
10430            ! scope.h sharedsv.h taint.c thrdvar.h thread.h universal.c
10431            ! unixish.h xsutils.c
10432 ____________________________________________________________________________
10433 [ 14399] By: pudge                                 on 2002/01/23  21:00:29
10434         Log: Don't crash on Help for long text (bug #506672)
10435      Branch: maint-5.6/macperl
10436            ! macos/macperl/MPHelp.c
10437 ____________________________________________________________________________
10438 [ 14398] By: pudge                                 on 2002/01/23  20:03:38
10439         Log: Fix minor path problem
10440      Branch: maint-5.6/macperl
10441            ! macos/macperl/Droplets/tarzipme.plx
10442 ____________________________________________________________________________
10443 [ 14397] By: pudge                                 on 2002/01/23  20:03:19
10444         Log: Minor text changes
10445      Branch: maint-5.6/macperl
10446            ! macos/Perl.r
10447 ____________________________________________________________________________
10448 [ 14396] By: pudge                                 on 2002/01/23  20:02:45
10449         Log: Bump versions, dates, etc.
10450      Branch: maint-5.6/macperl
10451            ! macos/MPVersion.r macos/macperl/MPPreferences.c perl.c
10452 ____________________________________________________________________________
10453 [ 14395] By: pudge                                 on 2002/01/23  20:01:43
10454         Log: coderefs in @INC and absolute paths
10455      Branch: maint-5.6/macperl
10456            ! embed.h pp_ctl.c proto.h
10457 ____________________________________________________________________________
10458 [ 14394] By: pudge                                 on 2002/01/23  20:00:35
10459         Log: Minor module thingys
10460      Branch: maint-5.6/macperl
10461            ! macos/ext/Mac/Controls/Controls.xs
10462            ! macos/ext/Mac/Files/Files.xs macos/ext/Mac/Gestalt/Gestalt.pm
10463            ! macos/ext/Mac/ImageCompression/ImageCompression.xs
10464            ! macos/ext/Mac/InternetConfig/InternetConfig.pm
10465            ! macos/ext/Mac/InternetConfig/InternetConfig.xs
10466            ! macos/ext/Mac/Memory/Memory.pm macos/ext/Mac/Memory/Memory.xs
10467            ! macos/ext/Mac/Menus/Menus.pm macos/ext/Mac/MoreFiles/MF.xs
10468            ! macos/ext/Mac/MoreFiles/MoreFiles.pm
10469            ! macos/ext/Mac/Movies/Movies.xs
10470            ! macos/ext/Mac/Navigation/Navigation.pm
10471            ! macos/ext/Mac/Navigation/Navigation.xs
10472            ! macos/ext/Mac/Notification/Notification.xs
10473            ! macos/ext/Mac/OSA/OSA.pm macos/ext/Mac/Processes/Processes.pm
10474            ! macos/ext/Mac/Processes/Processes.xs
10475            ! macos/ext/Mac/QDOffscreen/QDOffscreen.xs
10476            ! macos/ext/Mac/QuickDraw/QuickDraw.pm
10477            ! macos/ext/Mac/QuickDraw/QuickDraw.xs
10478            ! macos/ext/Mac/QuickTimeVR/QuickTimeVR.xs
10479            ! macos/ext/Mac/Resources/Resources.pm
10480            ! macos/ext/Mac/Resources/Resources.xs macos/ext/Mac/SAT/SAT.pm
10481            ! macos/ext/Mac/SAT/SAT.xs macos/ext/Mac/Sound/Sound.pm
10482            ! macos/ext/Mac/Sound/Sound.xs macos/ext/Mac/Speech/Speech.pm
10483            ! macos/ext/Mac/SpeechRecognition/SpeechRecognition.pm
10484            ! macos/lib/Mac/Glue.pm macos/lib/Mac/OSA/Simple.pm
10485 ____________________________________________________________________________
10486 [ 14393] By: nick                                  on 2002/01/23  19:52:19
10487         Log: Except Win32 from echo tests. (Alarm does not break into connect)
10488      Branch: perlio
10489            ! ext/Socket/Socket.t
10490 ____________________________________________________________________________
10491 [ 14392] By: nick                                  on 2002/01/23  19:31:57
10492         Log: SvTEMP_off to stop private PV's being stolen and stored in shared space
10493      Branch: perlio
10494            ! ext/threads/shared/shared.xs
10495 ____________________________________________________________________________
10496 [ 14391] By: jhi                                   on 2002/01/23  18:48:45
10497         Log: Copyright++.  (Not all the toplevel *.h have one, it seems.)
10498      Branch: perl
10499            ! EXTERN.h INTERN.h README av.c av.h cop.h cv.h deb.c doio.c
10500            ! doop.c dump.c form.h gv.c gv.h handy.h hv.c hv.h locale.c mg.c
10501            ! mg.h numeric.c op.c op.h perl.c perl.h perlio.c perly.y
10502            ! pod/perlfaq1.pod pod/perlfaq2.pod pod/perlmodinstall.pod
10503            ! pod/perluniintro.pod pp.c pp.h pp_ctl.c pp_hot.c pp_pack.c
10504            ! pp_sort.c pp_sys.c regcomp.c regexec.c run.c scope.c
10505            ! sharedsv.c sv.c sv.h toke.c utf8.c utf8.h utfebcdic.h util.c
10506            ! util.h x2p/EXTERN.h x2p/INTERN.h x2p/a2p.c x2p/a2p.h x2p/a2p.y
10507            ! x2p/hash.c x2p/hash.h x2p/proto.h x2p/str.c x2p/str.h
10508            ! x2p/util.c x2p/util.h x2p/walk.c
10509 ____________________________________________________________________________
10510 [ 14390] By: jhi                                   on 2002/01/23  18:30:18
10511         Log: Unused (the only occurrence of USE_BYTES_DOWNGRADES) and
10512              therefore quite probably also obsolete code.
10513      Branch: perl
10514            ! sv.c
10515 ____________________________________________________________________________
10516 [ 14389] By: jhi                                   on 2002/01/23  15:09:38
10517         Log: Update Changes.
10518      Branch: perl
10519            ! Changes patchlevel.h
10520 ____________________________________________________________________________
10521 [ 14388] By: jhi                                   on 2002/01/23  15:04:06
10522         Log: Small update on todo.  Could use a lot more.
10523      Branch: perl
10524            ! pod/perltodo.pod
10525 ____________________________________________________________________________
10526 [ 14387] By: nick                                  on 2002/01/23  14:19:30
10527         Log: thread::shared nearly working again - remaining issue
10528              is references withing shared space.
10529              Added bulk test with no threads involved (for debugging)
10530              Tuned tests to skip those needing _thrcnt
10531      Branch: perlio
10532            + ext/threads/shared/t/0nothread.t
10533            ! MANIFEST ext/threads/shared/shared.pm
10534            ! ext/threads/shared/shared.xs ext/threads/shared/t/av_simple.t
10535            ! ext/threads/shared/t/hv_refs.t
10536            ! ext/threads/shared/t/hv_simple.t
10537            ! ext/threads/shared/t/sv_simple.t
10538 ____________________________________________________________________________
10539 [ 14386] By: jhi                                   on 2002/01/23  14:19:01
10540         Log: Subject: [ID 20020121.003] perldata doco bug
10541              From: John Stumbles <jstumbles@bluearc.com>
10542              Date: Mon, 21 Jan 2002 14:19:56 -0000
10543              Message-Id: <4586CA8FDDC2D411A1C700508BB4AC33016765D1@ukexchange.synaxia.com>
10544      Branch: perl
10545            ! pod/perldata.pod
10546 ____________________________________________________________________________
10547 [ 14385] By: jhi                                   on 2002/01/23  14:17:52
10548         Log: Subject: [PATCH] Re: bless() bug ? Why fails reblessing of 'main::Object' to 'Object' ?
10549              From: Michael G Schwern <schwern@pobox.com>
10550              Date: Mon, 21 Jan 2002 15:16:42 -0500
10551              Message-ID: <20020121201642.GA6659@blackrider>
10552      Branch: perl
10553            ! embed.fnc embed.h proto.h t/op/universal.t universal.c
10554 ____________________________________________________________________________
10555 [ 14384] By: jhi                                   on 2002/01/23  13:45:30
10556         Log: Subject: [PATCH] Re: eval not catching warnings?
10557              From: abigail@foad.org
10558              Date: Wed, 23 Jan 2002 15:35:47 +0100
10559              Message-ID: <20020123143547.24798.qmail@foad.org>
10560      Branch: perl
10561            ! pod/perlfunc.pod
10562 ____________________________________________________________________________
10563 [ 14383] By: jhi                                   on 2002/01/23  03:57:58
10564         Log: Subject: [ID 20020122.012] Not OK: perl v5.7.2 +DEVEL14368 on cygwin-multi-64int 1.3.6(0.4732) (UNINSTALLED)
10565              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
10566              Date: Tue, 22 Jan 2002 17:00:54 -0800            
10567              Message-Id: <GtgT8gzkg+CG092yn@efn.org> 
10568      Branch: perl
10569            ! t/run/fresh_perl.t
10570 ____________________________________________________________________________
10571 [ 14382] By: jhi                                   on 2002/01/23  03:47:35
10572         Log: metaconfig unit change for #14381.
10573      Branch: metaconfig/U/perl
10574            ! d_u32align.U
10575 ____________________________________________________________________________
10576 [ 14381] By: jhi                                   on 2002/01/23  03:47:05
10577         Log: HP-UX 10.20 cc pacifying from Merijn.
10578      Branch: perl
10579            ! Configure
10580 ____________________________________________________________________________
10581 [ 14380] By: jhi                                   on 2002/01/23  03:41:26
10582         Log: Subject: [PATCH] test.com shebang handling (was Re: VMS@14369)
10583              From: "Craig A. Berry" <craigberry@mac.com> 
10584              Date: Tue, 22 Jan 2002 22:14:26 -0600
10585              Message-Id: <a05101000b873de9cf801@[172.16.52.1]>
10586      Branch: perl
10587            ! vms/test.com
10588 ____________________________________________________________________________
10589 [ 14379] By: jhi                                   on 2002/01/23  03:11:31
10590         Log: AIX cpp bug: having macro arguments and character constants
10591              "the same" means trouble (here s and 's')
10592              What broke now was 841 and 842 of t/op/pat.t, because of the
10593              ANYOF_UNICODE_FOLD_SHARP_S() in utf8.h, ccversion 5.0.1.0
10594              (note that breakage happened only under cc_r and usethreads+
10595              useithreads)
10596      Branch: perl
10597            ! utf8.h
10598 ____________________________________________________________________________
10599 [ 14378] By: nick                                  on 2002/01/22  20:33:15
10600         Log: Implement recursive lock and use of scope for PL_sharedsv_space,
10601              so now croak() from asserts does not leave locks.
10602              Make hv_simple compile (new prototype for debugging probe).
10603      Branch: perlio
10604            ! ext/threads/shared/shared.pm ext/threads/shared/shared.xs
10605            ! ext/threads/shared/t/hv_simple.t
10606 ____________________________________________________________________________
10607 [ 14377] By: nick                                  on 2002/01/22  17:32:21
10608         Log: Shared scalars working, some shared array ops working.
10609      Branch: perlio
10610            ! ext/threads/shared/shared.pm ext/threads/shared/shared.xs
10611            ! ext/threads/shared/t/sv_refs.t
10612            ! ext/threads/shared/t/sv_simple.t ext/threads/threads.xs perl.h
10613 ____________________________________________________________________________
10614 [ 14376] By: jhi                                   on 2002/01/22  16:46:48
10615         Log: Subject: [PATCH] Support truncate() in VOS port
10616              From: Paul_GreenVOS@vos.stratus.com
10617              Date: Mon, 21 Jan 02 23:27 est
10618              Message-Id: <200201220428.XAA15304@mailhub1.stratus.com>
10619      Branch: perl
10620            + vos/vos.c
10621            ! MANIFEST hints/vos.sh vos/vosish.h
10622 ____________________________________________________________________________
10623 [ 14375] By: jhi                                   on 2002/01/22  16:38:06
10624         Log: metaconfig unit changes for #14374.  Couldn't figure
10625              how to get completely rid of _() (some weird dependency
10626              pulling it in?) so renamed it as PROTO_().
10627      Branch: metaconfig
10628            + U/modified/d_shmat.U U/modified/prototype.U
10629            ! U/protos/d_drand48proto.U
10630      Branch: metaconfig/U/perl
10631            ! d_sbrkproto.U d_sockatmarkproto.U d_telldirproto.U
10632 ____________________________________________________________________________
10633 [ 14374] By: jhi                                   on 2002/01/22  16:36:41
10634         Log: Get rid of the _() macro since (1) we require ANSI anyway
10635              (2) Other software (GNU) seems to use it and we don't need it,
10636              so let's give it up.
10637      Branch: perl
10638            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
10639            ! config_h.SH ext/Devel/PPPort/PPPort.pm malloc.c
10640            ! plan9/config.plan9 pod/perltoc.pod uconfig.h
10641            ! vos/config.alpha.h vos/config.ga.h win32/config_H.bc
10642            ! win32/config_H.gc win32/config_H.vc win32/config_H.win64
10643            ! wince/config.h wince/config_H.ce
10644 ____________________________________________________________________________
10645 [ 14373] By: nick                                  on 2002/01/22  10:10:48
10646         Log: Miss mg_len == 0 meaning don't Safefree
10647      Branch: perlio
10648            ! mg.c
10649 ____________________________________________________________________________
10650 [ 14372] By: nick                                  on 2002/01/21  22:34:06
10651         Log: XS side of new threads::shared designed, coded and compiles,
10652              and mostly commented but is totaly untested.
10653              submit in case anyone wants a preview.
10654      Branch: perlio
10655            + ext/threads/shared/typemap
10656            ! MANIFEST ext/threads/shared/shared.pm
10657            ! ext/threads/shared/shared.xs
10658 ____________________________________________________________________________
10659 [ 14371] By: jhi                                   on 2002/01/21  19:36:04
10660         Log: Subject: [BUG] /\_/ an unrecognized escape?
10661              From: Michael G Schwern <schwern@pobox.com>
10662              Date: Mon, 21 Jan 2002 15:22:54 -0500
10663              Message-ID: <20020121202254.GA6731@blackrider>
10664      Branch: perl
10665            ! t/lib/warnings/toke toke.c
10666 ____________________________________________________________________________
10667 [ 14370] By: jhi                                   on 2002/01/21  19:16:00
10668         Log: Undo the renaming of the Unicode data files; the simple
10669              solution being not including the *.html files.  This means
10670              that in the future there is no need for any renamings
10671              (well, assuming that the Consortium doesn't cause any),
10672              and the files are named like they are in the Consortium
10673              website, thus alleviating confusion.
10674      Branch: perl
10675            + lib/unicore/ArabicShaping.txt lib/unicore/BidiMirroring.txt
10676            + lib/unicore/CaseFolding.txt
10677            + lib/unicore/CompositionExclusions.txt
10678            + lib/unicore/EastAsianWidth.txt lib/unicore/LineBreak.txt
10679            + lib/unicore/SpecialCasing.txt lib/unicore/UnicodeData.txt
10680            - lib/unicore/ArabShap.txt lib/unicore/BidiMirr.txt
10681            - lib/unicore/CaseFold.txt lib/unicore/CompExcl.txt
10682            - lib/unicore/EAWidth.txt lib/unicore/LineBrk.txt
10683            - lib/unicore/NamesList.html lib/unicore/PropList.html
10684            - lib/unicore/SpecCase.txt lib/unicore/UCD.html
10685            - lib/unicore/Unicode.html lib/unicore/Unicode.txt
10686            - lib/unicore/rename
10687            ! (edit 285 files)
10688 ____________________________________________________________________________
10689 [ 14369] By: jhi                                   on 2002/01/21  15:10:59
10690         Log: Update Changes.
10691      Branch: perl
10692            ! Changes patchlevel.h
10693 ____________________________________________________________________________
10694 [ 14368] By: jhi                                   on 2002/01/21  14:56:42
10695         Log: Subject: RE: BCC for Win32 is unhappy @14331
10696              From: "Konovalov, Vadim" <vkonovalov@spb.Lucent.com>
10697              Date: Mon, 21 Jan 2002 09:48:40 +0300
10698              Message-ID: <80C37C8B4041FB4F9135D70A0AAD71B30F00E5@ru0028exch01.spb.lucent.com>
10699              
10700              (using IV instead of int)
10701      Branch: perl
10702            ! hv.h
10703 ____________________________________________________________________________
10704 [ 14367] By: jhi                                   on 2002/01/21  14:29:05
10705         Log: path_is_absolute() needs a prototype (and maybe
10706              a better name, but that's another story).
10707      Branch: perl
10708            ! embed.fnc embed.h pp_ctl.c proto.h
10709 ____________________________________________________________________________
10710 [ 14366] By: jhi                                   on 2002/01/21  14:07:35
10711         Log: Subject: Re: coderefs in @INC
10712              From: Chris Nandor <pudge@pobox.com>
10713              Date: Thu, 17 Jan 2002 11:26:02 -0500
10714              Message-Id: <p0510030eb86ca7bc03e0@[10.0.1.177]>
10715      Branch: perl
10716            ! pp_ctl.c
10717 ____________________________________________________________________________
10718 [ 14365] By: jhi                                   on 2002/01/21  14:06:11
10719         Log: Subject: Re: [PATCH warnings, perldiag] document diagnostics
10720              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
10721              Date: Sun, 20 Jan 2002 22:53:56 +0100
10722              Message-ID: <20020120225356.A12093@rafael>
10723      Branch: perl
10724            ! lib/warnings.pm pod/perldiag.pod t/lib/warnings/2use
10725            ! t/lib/warnings/9enabled warnings.h warnings.pl
10726 ____________________________________________________________________________
10727 [ 14364] By: jhi                                   on 2002/01/21  03:53:08
10728         Log: Subject: [PATCH] MakeMaker.pm sub-Makefile.PL tweak for VMS
10729              From: "Craig A. Berry" <craigberry@mac.com>
10730              Date: Sun, 20 Jan 2002 22:49:42 -0600
10731              Message-Id: <a05101004b8714273d60c@[172.16.52.1]>
10732      Branch: perl
10733            ! lib/ExtUtils/MakeMaker.pm
10734 ____________________________________________________________________________
10735 [ 14363] By: nick                                  on 2002/01/20  20:38:23
10736         Log: Add new threads/typemap to MANIFEST
10737      Branch: perlio
10738            ! MANIFEST
10739 ____________________________________________________________________________
10740 [ 14362] By: nick                                  on 2002/01/20  20:34:36
10741         Log: Integrate mainline
10742      Branch: perlio
10743           +> lib/Pod/t/Usage.t
10744           !> Configure ext/Cwd/t/cwd.t ext/Devel/DProf/DProf.t
10745           !> ext/File/Glob/t/basic.t ext/SDBM_File/sdbm.t
10746           !> lib/ExtUtils/MM_BeOS.pm pod/perl5004delta.pod
10747           !> pod/perl5005delta.pod pod/perl561delta.pod pod/perl56delta.pod
10748           !> pod/perlfaq1.pod pod/perlfaq2.pod pod/perltoc.pod pp.c
10749           !> t/comp/script.t t/op/oct.t t/op/stat.t t/run/fresh_perl.t
10750           !> util.c
10751 ____________________________________________________________________________
10752 [ 14361] By: nick                                  on 2002/01/20  18:51:47
10753         Log: Integrate MANIFEST
10754      Branch: perlio
10755           !> MANIFEST
10756 ____________________________________________________________________________
10757 [ 14360] By: jhi                                   on 2002/01/20  17:11:12
10758         Log: Subject: [PATCH] lib/ExtUtils/t/Command.t -- VOS Fixes
10759              From: Paul_GreenVOS@vos.stratus.com
10760              Date: Sat, 19 Jan 02 17:17 est
10761              Message-Id: <200201192218.RAA07911@mailhub1.stratus.com>
10762              
10763              Subject: [PATCH] lib/ExtUtils/t/Command.t -- add more tests
10764              From: Paul_GreenVOS@vos.stratus.com
10765              Date: Sat, 19 Jan 02 17:19 est
10766              Message-Id: <200201192218.RAA12331@mailhub2.stratus.com>
10767      Branch: perl
10768            ! lib/ExtUtils/t/Command.t
10769 ____________________________________________________________________________
10770 [ 14359] By: jhi                                   on 2002/01/20  17:09:40
10771         Log: Subject: [PATCH] lib/AnyDBM_File.t -- VOS fix         
10772              From: Paul_GreenVOS@vos.stratus.com
10773              Date: Sat, 19 Jan 02 14:30 est
10774              Message-Id: <200201191932.OAA05601@mailhub1.stratus.com>
10775      Branch: perl
10776            ! lib/AnyDBM_File.t
10777 ____________________________________________________________________________
10778 [ 14358] By: jhi                                   on 2002/01/20  17:01:38
10779         Log: Subject: [REPATCH] Re: [PATCH] ext/File/Glob/t/basic.t - VOS patch
10780              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr> 
10781              Date: Sun, 20 Jan 2002 13:51:36 +0100
10782              Message-ID: <20020120135136.A710@rafael>
10783      Branch: perl
10784            ! ext/File/Glob/t/basic.t
10785 ____________________________________________________________________________
10786 [ 14357] By: jhi                                   on 2002/01/20  16:44:29
10787         Log: #14352 deleted ext/threads/threads.h
10788      Branch: perlio
10789            ! MANIFEST
10790 ____________________________________________________________________________
10791 [ 14356] By: jhi                                   on 2002/01/20  16:40:34
10792         Log: Eradicate sharedsv.*
10793      Branch: perlio
10794            ! NetWare/Makefile vos/build.cm win32/Makefile wince/Makefile.ce
10795 ____________________________________________________________________________
10796 [ 14355] By: nick                                  on 2002/01/20  11:50:22
10797         Log: threads work again on Win32. (Not threads::shared yet)
10798              Submit to see if they do on Linux.
10799      Branch: perlio
10800            ! ext/threads/shared/shared.xs ext/threads/threads.xs
10801            ! win32/makefile.mk
10802 ____________________________________________________________________________
10803 [ 14354] By: jhi                                   on 2002/01/20  06:35:54
10804         Log: Make also hex() and oct() to croak if their arguments
10805              cannot be downgraded (that is, if they contain wide
10806              characters), just like crypt() does (and use the croak
10807              feature of sv_utf8_downgrade()).
10808      Branch: perl
10809            ! pp.c t/op/oct.t
10810 ____________________________________________________________________________
10811 [ 14353] By: nick                                  on 2002/01/19  22:20:09
10812         Log: Integrate Time/Local and its test
10813      Branch: perlio
10814           !> lib/Time/Local.pm lib/Time/Local.t
10815 ____________________________________________________________________________
10816 [ 14352] By: nick                                  on 2002/01/19  22:17:07
10817         Log: Nearly-working threads re-structuring. Do not integrate,
10818              submit-ing to get to Win32, and as "off site" backup.
10819      Branch: perlio
10820            + ext/threads/typemap
10821            - ext/threads/threads.h sharedsv.c sharedsv.h
10822            ! MANIFEST Makefile.SH Makefile.micro embed.fnc embed.h
10823            ! embedvar.h ext/threads/shared/shared.pm
10824            ! ext/threads/shared/shared.xs ext/threads/threads.pm
10825            ! ext/threads/threads.xs global.sym intrpvar.h mg.c mg.h perl.h
10826            ! perlapi.c perlapi.h perlvars.h pod/perlapi.pod
10827            ! pod/perlintern.pod pp.c proto.h sv.c sv.h util.c
10828 ____________________________________________________________________________
10829 [ 14351] By: jhi                                   on 2002/01/19  21:06:58
10830         Log: Regen toc.
10831      Branch: perl
10832            ! pod/perltoc.pod
10833 ____________________________________________________________________________
10834 [ 14350] By: jhi                                   on 2002/01/19  21:03:07
10835         Log: Subject: Re: some file names inside pod/perl*delta files don't match .pod names
10836              From: David Dyck <dcd@tc.fluke.com>
10837              Date: Sat, 19 Jan 2002 13:31:36 -0800 (PST) 
10838              Message-ID: <Pine.LNX.4.33.0201191329420.21630-100000@dd.tc.fluke.com>
10839      Branch: perl
10840            ! pod/perl5004delta.pod pod/perl5005delta.pod
10841            ! pod/perl561delta.pod pod/perl56delta.pod
10842 ____________________________________________________________________________
10843 [ 14349] By: jhi                                   on 2002/01/19  20:07:17
10844         Log: FAQ sync.
10845      Branch: perl
10846            ! pod/perlfaq1.pod pod/perlfaq2.pod
10847 ____________________________________________________________________________
10848 [ 14348] By: jhi                                   on 2002/01/19  17:58:34
10849         Log: Subject: [PATCH lib/Pod/t/Usage.t]
10850              From: Abe Timmerman <abe@ztreet.demon.nl>
10851              Date: Sat, 19 Jan 2002 19:57:57 +0100
10852              Message-ID: <f1gj4usu5m76bv88a3ldptnmo6ld7d44ri@4ax.com>
10853      Branch: perl
10854            + lib/Pod/t/Usage.t
10855            ! MANIFEST
10856 ____________________________________________________________________________
10857 [ 14347] By: jhi                                   on 2002/01/19  17:57:08
10858         Log: Subject: [PATCH] ext/SDBM_File/sdbm.t -- VOS fix
10859              From: Paul_GreenVOS@vos.stratus.com
10860              Date: Sat, 19 Jan 02 13:15 est
10861              Message-Id: <200201191814.NAA09367@mailhub2.stratus.com>
10862      Branch: perl
10863            ! ext/SDBM_File/sdbm.t
10864 ____________________________________________________________________________
10865 [ 14346] By: jhi                                   on 2002/01/19  17:55:55
10866         Log: Integrate perlio; Split out core of sv_magic() into sv_magicext().
10867      Branch: perl
10868           !> embed.fnc embed.h embedvar.h global.sym perlapi.c perlapi.h
10869           !> pod/perlapi.pod pod/perlintern.pod proto.h sv.c util.c
10870 ____________________________________________________________________________
10871 [ 14345] By: gbarr                                 on 2002/01/19  16:51:23
10872         Log: Alternative Time::Local algorithm that uses matemathical formula
10873              for timegm instead of progressive guessing
10874      Branch: perl
10875            ! lib/Time/Local.pm
10876 ____________________________________________________________________________
10877 [ 14344] By: jhi                                   on 2002/01/19  16:11:09
10878         Log: Subject: [PATCH] ext/File/Glob/t/basic.t - VOS patch
10879              From: Paul_GreenVOS@vos.stratus.com
10880              Date: Sat, 19 Jan 02 11:20 est
10881              Message-Id: <200201191619.LAA07751@mailhub2.stratus.com>
10882      Branch: perl
10883            ! ext/File/Glob/t/basic.t
10884 ____________________________________________________________________________
10885 [ 14343] By: jhi                                   on 2002/01/19  16:09:52
10886         Log: Subject: [PATCH] ext/Cwd/t/cwd.t -- for VOS
10887              From: Paul_GreenVOS@vos.stratus.com
10888              Date: Fri, 18 Jan 02 22:56 est
10889              Message-Id: <200201190400.XAA16899@mailhub1.stratus.com>       
10890      Branch: perl
10891            ! ext/Cwd/t/cwd.t
10892 ____________________________________________________________________________
10893 [ 14342] By: jhi                                   on 2002/01/19  16:08:19
10894         Log: Subject: [PATCH] lib/Time/Local.t patch w/o 2038 check           
10895              From: Paul_GreenVOS@vos.stratus.com
10896              Date: Fri, 18 Jan 02 22:48 est
10897              Message-Id: <200201190349.WAA28294@mailhub2.stratus.com>
10898      Branch: perl
10899            ! lib/Time/Local.t
10900 ____________________________________________________________________________
10901 [ 14341] By: jhi                                   on 2002/01/19  16:06:56
10902         Log: Subject: [PATCH] ext/Devel/DProf/DProf.t - different way
10903              From: Paul_GreenVOS@vos.stratus.com
10904              Date: Fri, 18 Jan 02 16:22 est
10905              Message-Id: <200201182125.QAA08563@mailhub1.stratus.com>
10906      Branch: perl
10907            ! ext/Devel/DProf/DProf.t
10908 ____________________________________________________________________________
10909 [ 14340] By: jhi                                   on 2002/01/19  03:00:26
10910         Log: Subject: [PATCH] Re: ext/Devel/DProf/DProf.t -- use exe_ext
10911              From: Tels <perl_dummy@bloodgate.com>
10912              Date: Fri, 18 Jan 2002 22:07:14 +0100 (CET) 
10913              Message-Id: <200201182106.XAA19133@taku.hut.fi>
10914      Branch: perl
10915            ! t/comp/script.t t/op/stat.t t/run/fresh_perl.t
10916 ____________________________________________________________________________
10917 [ 14339] By: jhi                                   on 2002/01/19  02:56:26
10918         Log: Don't do socketpair udp unless you've got all what it takes.
10919      Branch: perl
10920            ! util.c
10921 ____________________________________________________________________________
10922 [ 14338] By: jhi                                   on 2002/01/19  02:51:34
10923         Log: Subject: [PATCH] Re: perl@14331 - BeOS now quite happy  
10924              From: Tels <perl_dummy@bloodgate.com>
10925              Date: Fri, 18 Jan 2002 23:07:01 +0100 (CET) 
10926              Message-Id: <200201182206.AAA15310@taku.hut.fi>
10927      Branch: perl
10928            ! lib/ExtUtils/MM_BeOS.pm
10929 ____________________________________________________________________________
10930 [ 14337] By: jhi                                   on 2002/01/19  02:48:15
10931         Log: metaconfig unit change for #14336.
10932      Branch: metaconfig
10933            ! U/modified/myhostname.U
10934 ____________________________________________________________________________
10935 [ 14336] By: jhi                                   on 2002/01/19  02:47:50
10936         Log: Avoid bare "set", and kiss .uucp goodbye.
10937      Branch: perl
10938            ! Configure
10939 ____________________________________________________________________________
10940 [ 14335] By: nick                                  on 2002/01/18  22:11:42
10941         Log: Split out core of sv_magic() into sv_magicext().
10942              sv_magic provides the extra restictions (no READONLY, only
10943              one of each type, canned set of vtables), and sv_magicext()
10944              does the actual data twiddling.
10945              Also enhances semantics of ->mg_ptr setting via name/namlen
10946              to allow either an uncopied ptr (namlen == 0), or a Newz()ed
10947              scratch area (namlen > 0 && name == NULL).
10948              sv_magicext also returns the MAGIC * it added.
10949              sv_magicext is intended mainly for PERL_MAGIC_ext (~) magic.
10950              
10951              To come sv_unmagicext() - which will remove just one magic
10952              of particular type, and additionaly match against ->mg_ptr,
10953              or the MAGIC * (need to experiment as to which is more natural).
10954      Branch: perlio
10955            ! embed.fnc embed.h embedvar.h global.sym perlapi.c perlapi.h
10956            ! pod/perlapi.pod pod/perlintern.pod proto.h sv.c util.c
10957 ____________________________________________________________________________
10958 [ 14334] By: jhi                                   on 2002/01/18  21:16:08
10959         Log: Retract #14327 for now, going to the limit seems
10960              to be too much for many platforms.
10961      Branch: perl
10962            ! lib/Time/Local.t
10963 ____________________________________________________________________________
10964 [ 14333] By: nick                                  on 2002/01/18  18:58:33
10965         Log: Integrate mainline
10966      Branch: perlio
10967           !> Changes patchlevel.h
10968 ____________________________________________________________________________
10969 [ 14332] By: nick                                  on 2002/01/18  16:19:06
10970         Log: Integrate mainline
10971      Branch: perlio
10972           +> lib/ExtUtils/Changes lib/ExtUtils/instmodsh
10973           +> lib/ExtUtils/t/hints.t t/lib/TieOut.pm
10974            - lib/ExtUtils/inst
10975           !> (integrate 32 files)
10976 ____________________________________________________________________________
10977 [ 14331] By: jhi                                   on 2002/01/18  16:09:38
10978         Log: Update Changes.
10979      Branch: perl
10980            ! Changes patchlevel.h
10981 ____________________________________________________________________________
10982 [ 14330] By: jhi                                   on 2002/01/18  15:07:49
10983         Log: Try to make the connect/read/write timeouting.
10984      Branch: perl
10985            ! ext/Socket/Socket.t
10986 ____________________________________________________________________________
10987 [ 14329] By: jhi                                   on 2002/01/18  14:49:49
10988         Log: Netware Makefile tweak from Ananth Kesari.
10989      Branch: perl
10990            ! NetWare/Makefile
10991 ____________________________________________________________________________
10992 [ 14328] By: jhi                                   on 2002/01/18  14:37:02
10993         Log: Subject: [PATCH] Re: [PATCH] Re: [ID 20020117.010] File::Find documentation
10994              From: Michael G Schwern <schwern@pobox.com>
10995              Date: Fri, 18 Jan 2002 03:10:27 -0500
10996              Message-ID: <20020118081027.GE7226@blackrider>
10997      Branch: perl
10998            ! lib/File/Find.pm
10999 ____________________________________________________________________________
11000 [ 14327] By: jhi                                   on 2002/01/18  14:33:19
11001         Log: (retracted by #14334)
11002              
11003              Subject: [PATCH] Improving lib/Time/Local.t
11004              From: Paul_GreenVOS@vos.stratus.com        
11005              Date: Thu, 17 Jan 02 22:36 est
11006              Message-Id: <200201180335.WAA08768@mailhub2.stratus.com> 
11007      Branch: perl
11008            ! lib/Time/Local.t
11009 ____________________________________________________________________________
11010 [ 14326] By: jhi                                   on 2002/01/18  14:32:08
11011         Log: Subject: [PATCH t/MM_Win32.t] was: [ANNOUNCE] ExtUtils::MakeMaker 5.48_03 
11012              From: Abe Timmerman <abe@ztreet.demon.nl>  
11013              Date: Fri, 18 Jan 2002 13:18:47 +0100
11014              Message-ID: <4l4g4ustql73mlnm5n2jm68vcn4ctf85a1@4ax.com> 
11015      Branch: perl
11016            ! lib/ExtUtils/t/MM_Win32.t
11017 ____________________________________________________________________________
11018 [ 14325] By: jhi                                   on 2002/01/18  14:30:49
11019         Log: Subject: [PATCH] Syncing with bleadperl 
11020              From: Michael G Schwern <schwern@pobox.com> 
11021              Date: Fri, 18 Jan 2002 03:04:33 -0500
11022              Message-ID: <20020118080432.GC7226@blackrider>
11023      Branch: perl
11024            + lib/ExtUtils/Changes lib/ExtUtils/instmodsh t/lib/TieOut.pm
11025            - lib/ExtUtils/inst
11026            ! MANIFEST lib/ExtUtils/Embed.pm lib/ExtUtils/Liblist.pm
11027            ! lib/ExtUtils/MM_Win32.pm lib/ExtUtils/MakeMaker.pm
11028            ! lib/ExtUtils/Manifest.pm lib/ExtUtils/Mkbootstrap.pm
11029            ! lib/ExtUtils/Mksymlists.pm lib/ExtUtils/t/Command.t
11030            ! lib/ExtUtils/t/Embed.t lib/ExtUtils/t/ExtUtils.t
11031            ! lib/ExtUtils/t/Installed.t lib/ExtUtils/t/MM_BeOS.t
11032            ! lib/ExtUtils/t/MM_Cygwin.t lib/ExtUtils/t/MM_OS2.t
11033            ! lib/ExtUtils/t/MM_Unix.t lib/ExtUtils/t/MM_VMS.t
11034            ! lib/ExtUtils/t/MM_Win32.t lib/ExtUtils/t/Manifest.t
11035            ! lib/ExtUtils/t/Mkbootstrap.t lib/ExtUtils/t/Packlist.t
11036            ! lib/ExtUtils/t/hints.t lib/ExtUtils/t/testlib.t
11037            ! lib/ExtUtils/testlib.pm
11038 ____________________________________________________________________________
11039 [ 14324] By: jhi                                   on 2002/01/18  13:40:56
11040         Log: Detypo.
11041      Branch: perl
11042            ! AUTHORS
11043 ____________________________________________________________________________
11044 [ 14323] By: jhi                                   on 2002/01/18  00:35:24
11045         Log: Subject: [PATCH] MM check_hints test
11046              From: Michael G Schwern <schwern@pobox.com>
11047              Date: Thu, 17 Jan 2002 20:25:57 -0500
11048              Message-ID: <20020118012557.GE32762@blackrider>
11049      Branch: perl
11050            + lib/ExtUtils/t/hints.t
11051            ! MANIFEST
11052 ____________________________________________________________________________
11053 [ 14322] By: jhi                                   on 2002/01/18  00:21:11
11054         Log: Subject: [PATCH] Re: [PATCH] Re: ndbm failing on linux ?        
11055              From: Michael G Schwern <schwern@pobox.com> 
11056              Date: Thu, 17 Jan 2002 20:12:20 -0500
11057              Message-ID: <20020118011220.GC32762@blackrider>
11058              
11059              (#14317 replaced with this)
11060      Branch: perl
11061            ! lib/ExtUtils/MakeMaker.pm
11062 ____________________________________________________________________________
11063 [ 14321] By: jhi                                   on 2002/01/17  22:51:55
11064         Log: Subject: [PATCH perldiag] overload.pm warnings
11065              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
11066              Date: Thu, 17 Jan 2002 23:53:49 +0100
11067              Message-ID: <20020117235349.A14530@rafael>
11068      Branch: perl
11069            ! pod/perldiag.pod
11070 ____________________________________________________________________________
11071 [ 14320] By: jhi                                   on 2002/01/17  22:49:36
11072         Log: Subject: [PATCH] Re: [ID 20020117.010] File::Find documentation
11073              From: Michael G Schwern <schwern@pobox.com>
11074              Date: Thu, 17 Jan 2002 16:35:47 -0500
11075              Message-ID: <20020117213546.GD23830@blackrider>
11076      Branch: perl
11077            ! lib/File/Find.pm
11078 ____________________________________________________________________________
11079 [ 14319] By: jhi                                   on 2002/01/17  22:43:12
11080         Log: Subject: [PATCH pod/perltodo.pod] One TODO is TODONE
11081              From: chromatic <chromatic@rmci.net>
11082              Date: Thu, 17 Jan 2002 13:04:22 -0700
11083              Message-ID: <20020117200557.98720.qmail@onion.perl.org>
11084      Branch: perl
11085            ! pod/perltodo.pod
11086 ____________________________________________________________________________
11087 [ 14318] By: jhi                                   on 2002/01/17  22:42:12
11088         Log: Subject: [PATCH lib/ExtUtils/t/Mkbootstrap] Silence warnings (was Re: [ANNOUNCE] ExtUtils::MakeMaker 5.48_01, the CPAN version)
11089              From: chromatic <chromatic@rmci.net>
11090              Date: Thu, 17 Jan 2002 12:59:04 -0700
11091              Message-ID: <20020117200039.96481.qmail@onion.perl.org>
11092      Branch: perl
11093            ! lib/ExtUtils/t/Mkbootstrap.t
11094 ____________________________________________________________________________
11095 [ 14317] By: jhi                                   on 2002/01/17  22:39:48
11096         Log: (replaced by #14322)
11097              The #14300 broke hints file handling.
11098      Branch: perl
11099            ! lib/ExtUtils/MakeMaker.pm
11100 ____________________________________________________________________________
11101 [ 14316] By: jhi                                   on 2002/01/17  22:14:56
11102         Log: metaconfig unit change for #14315.
11103      Branch: metaconfig/U/perl
11104            ! uselongdbl.U
11105 ____________________________________________________________________________
11106 [ 14315] By: jhi                                   on 2002/01/17  22:13:44
11107         Log: Subject: [PATCH] long doubles
11108              From: Nicholas Clark <nick@unfortu.net>
11109              Date: Thu, 17 Jan 2002 17:06:28 +0000
11110              Message-ID: <20020117170627.GD513@Bagpuss.unfortu.net>
11111      Branch: perl
11112            ! Configure
11113 ____________________________________________________________________________
11114 [ 14314] By: jhi                                   on 2002/01/17  21:52:03
11115         Log: metaconfig unit change for #14313.
11116      Branch: metaconfig
11117            ! U/modified/i_ndbm.U
11118 ____________________________________________________________________________
11119 [ 14313] By: jhi                                   on 2002/01/17  21:51:05
11120         Log: Subject: [PATCH] Trivial Configure patch (really i_ndbm.U)
11121              From: Andy Dougherty <doughera@lafayette.edu>
11122              Date: Thu, 17 Jan 2002 11:44:48 -0500 (EST)
11123              Message-ID: <Pine.SOL.4.10.10201171141280.25122-100000@maxwell.phys.lafayette.edu>
11124      Branch: perl
11125            ! Configure
11126 ____________________________________________________________________________
11127 [ 14312] By: nick                                  on 2002/01/17  21:38:38
11128         Log: Integrate mainline (for ndbm fixes etc.)
11129      Branch: perlio
11130           +> t/run/fresh_perl.t
11131            - t/run/kill_perl.t
11132           !> Changes MANIFEST ext/Opcode/Opcode.xs
11133           !> ext/SDBM_File/sdbm/Makefile.PL
11134           !> ext/Unicode/Normalize/Normalize.pm lib/Attribute/Handlers.pm
11135           !> lib/Attribute/Handlers/t/multi.t lib/ExtUtils/MM_Unix.pm
11136           !> lib/ExtUtils/MakeMaker.pm lib/ExtUtils/t/MM_Unix.t
11137           !> lib/Text/Tabs.pm mg.c patchlevel.h scope.c t/io/fs.t
11138           !> t/lib/warnings/mg t/op/crypt.t t/test.pl
11139 ____________________________________________________________________________
11140 [ 14311] By: sky                                   on 2002/01/17  21:01:00
11141         Log: Simplify the code that duplicates the threads 
11142              init function and the parameters to the thread by using sv_dup. 
11143              Note,what happens if you pass a shared variable as a parameter?
11144      Branch: perl
11145            ! ext/threads/threads.xs
11146 ____________________________________________________________________________
11147 [ 14310] By: jhi                                   on 2002/01/17  15:23:56
11148         Log: Update Changes.
11149      Branch: perl
11150            ! Changes patchlevel.h
11151 ____________________________________________________________________________
11152 [ 14309] By: jhi                                   on 2002/01/17  14:39:20
11153         Log: Rename kill_perl to fresh_perl; replace fresh_perl()
11154              with fresh_perl_is() and fresh_perl_like().
11155      Branch: perl
11156            + t/run/fresh_perl.t
11157            - t/run/kill_perl.t
11158            ! MANIFEST t/test.pl
11159 ____________________________________________________________________________
11160 [ 14308] By: jhi                                   on 2002/01/17  14:06:46
11161         Log: Subject: Re: [Patch @14129] fixes Unicode::Normalize
11162              From: Benjamin Goldberg <goldbb2@earthlink.net>
11163              Date: Wed, 09 Jan 2002 21:03:16 -0500
11164              Message-ID: <3C3CF664.A2BF3AC2@earthlink.net>
11165      Branch: perl
11166            ! ext/Unicode/Normalize/Normalize.pm
11167 ____________________________________________________________________________
11168 [ 14307] By: jhi                                   on 2002/01/17  14:04:06
11169         Log: Retract #14144 as Hugo isn't happy with it.
11170      Branch: perl
11171            ! scope.c t/run/kill_perl.t
11172 ____________________________________________________________________________
11173 [ 14306] By: jhi                                   on 2002/01/17  13:57:53
11174         Log: Subject: [REPATCH] Attribute::Handlers lexical refcount circus
11175              From: Richard Clamp <richardc@unixbeard.net>
11176              Date: Wed, 16 Jan 2002 17:34:31 +0000
11177              Message-ID: <20020116173431.GA28924@mirth.demon.co.uk>
11178      Branch: perl
11179            ! lib/Attribute/Handlers.pm lib/Attribute/Handlers/t/multi.t
11180 ____________________________________________________________________________
11181 [ 14305] By: jhi                                   on 2002/01/17  13:32:56
11182         Log: Subject: [PATCH bleadperl] No more warnings from Opcode.c
11183              From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu>
11184              Date: Tue, 15 Jan 2002 21:23:30 +0100
11185              Message-ID: <595405346.20020115212330@tesla.rcub.bg.ac.yu>
11186      Branch: perl
11187            ! ext/Opcode/Opcode.xs
11188 ____________________________________________________________________________
11189 [ 14304] By: jhi                                   on 2002/01/16  16:55:52
11190         Log: Subject: [PATCH] Fix crypt.t and fs.t tests
11191              From: Paul_GreenVOS@vos.stratus.com
11192              Date: Wed, 16 Jan 02 6:42 est
11193              Message-Id: <200201161143.GAA02292@mailhub1.stratus.com>
11194      Branch: perl
11195            ! t/io/fs.t t/op/crypt.t
11196 ____________________________________________________________________________
11197 [ 14303] By: jhi                                   on 2002/01/16  14:55:57
11198         Log: Subject: Re: [PATCH] length of undefined $(digit) should warn    
11199              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
11200              Date: Wed, 16 Jan 2002 13:43:39 +0100
11201              Message-ID: <20020116134339.A704@rafael>
11202              
11203              (replaces #14302)
11204      Branch: perl
11205            ! mg.c t/lib/warnings/mg
11206 ____________________________________________________________________________
11207 [ 14302] By: jhi                                   on 2002/01/16  13:47:58
11208         Log: (replaced by #14303)
11209              Subject: [PATCH] length of undefined $(digit) should warn
11210              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
11211              Date: Tue, 15 Jan 2002 23:02:44 +0100            
11212              Message-ID: <20020115230244.A31786@rafael>     
11213      Branch: perl
11214            ! mg.c t/lib/warnings/mg
11215 ____________________________________________________________________________
11216 [ 14301] By: jhi                                   on 2002/01/16  13:45:20
11217         Log: The non-MakeMaker.pm parts of
11218              
11219              Subject: [PATCH] Re: MM_Beos.pm?
11220              From: Tels <perl_dummy@bloodgate.com>
11221              Date: Mon, 14 Jan 2002 21:00:31 +0100 (CET)  
11222              Message-Id: <200201142006.WAA29544@taas.iki.fi>
11223      Branch: perl
11224            ! ext/SDBM_File/sdbm/Makefile.PL lib/ExtUtils/MM_Unix.pm
11225            ! lib/ExtUtils/t/MM_Unix.t
11226 ____________________________________________________________________________
11227 [ 14300] By: jhi                                   on 2002/01/16  13:40:53
11228         Log: Subject: [PATCH] Re: [PATCH] strictifying ExtUtils::MakeMaker, take 3
11229              From: Michael G Schwern <schwern@pobox.com>    
11230              Date: Tue, 15 Jan 2002 20:07:50 -0500            
11231              Message-ID: <20020116010750.GH625@blackrider>  
11232      Branch: perl
11233            ! lib/ExtUtils/MakeMaker.pm
11234 ____________________________________________________________________________
11235 [ 14299] By: jhi                                   on 2002/01/16  13:37:41
11236         Log: Subject: [PATCH] lib/Text/Tabs.pm doc format touchup
11237              From: Jeffrey Friedl <jfriedl@yahoo.com>       
11238              Date: Tue, 15 Jan 2002 15:30:22 -0800 (PST)      
11239              Message-Id: <200201152330.g0FNUM784820@ventrue.corp.yahoo.com>
11240      Branch: perl
11241            ! lib/Text/Tabs.pm
11242 ____________________________________________________________________________
11243 [ 14298] By: jhi                                   on 2002/01/16  13:34:29
11244         Log: Subject: [PATCH] Tidy up EXE_EXT patches to MM_Unix.pm
11245              From: "Green, Paul" <Paul.Green@stratus.com>
11246              Date: Tue, 15 Jan 2002 22:28:10 -0500
11247              Message-ID: <95AE3CDB3543D511883A0020485B38B9023534F0@exna3.stratus.com>
11248      Branch: perl
11249            ! lib/ExtUtils/MM_Unix.pm
11250 ____________________________________________________________________________
11251 [ 14297] By: jhi                                   on 2002/01/16  13:21:26
11252         Log: Integrate perlio; offsetof() is in <stddef.h>
11253      Branch: perl
11254           !> ext/Socket/Socket.xs
11255 ____________________________________________________________________________
11256 [ 14296] By: nick                                  on 2002/01/16  13:02:29
11257         Log: offsetof() is in <stddef.h>
11258      Branch: perlio
11259            ! ext/Socket/Socket.xs
11260 ____________________________________________________________________________
11261 [ 14295] By: nick                                  on 2002/01/16  07:25:29
11262         Log: Integrate mainline
11263      Branch: perlio
11264           +> (branch 262 files)
11265            - (delete 285 files)
11266           !> (integrate 34 files)
11267 ____________________________________________________________________________
11268 [ 14294] By: jhi                                   on 2002/01/16  05:37:29
11269         Log: Jeffrey's Unicode adventure continues: unify the In/*.pl
11270              and Is/*.pl to lib/*.pl, remove In.pl and Is.pl, introduce
11271              Canonical.pl and Exact.pl.
11272      Branch: perl
11273            + (add 259 files)
11274            - (delete 288 files)
11275            ! MANIFEST lib/unicore/Makefile lib/unicore/Properties
11276            ! lib/unicore/To/Digit.pl lib/unicore/To/Fold.pl
11277            ! lib/unicore/To/Lower.pl lib/unicore/To/Title.pl
11278            ! lib/unicore/To/Upper.pl lib/unicore/mktables lib/utf8_heavy.pl
11279 ____________________________________________________________________________
11280 [ 14293] By: jhi                                   on 2002/01/16  00:32:27
11281         Log: s/SvPV/SvPVbyte/g, as suggested by Gisle Aas.
11282      Branch: perl
11283            ! ext/Socket/Socket.xs
11284 ____________________________________________________________________________
11285 [ 14292] By: jhi                                   on 2002/01/15  20:06:49
11286         Log: Subject: [PATCH] Add Slab_Free to embed.fnc
11287              From: "Mattia Barbon" <mbarbon@dsi.unive.it>
11288              Date: Tue, 15 Jan 2002 21:59:19 +0100
11289              Message-ID: <3C44A637.16602.25EB208@localhost>
11290      Branch: perl
11291            ! embed.fnc embed.h proto.h
11292 ____________________________________________________________________________
11293 [ 14291] By: jhi                                   on 2002/01/15  20:00:02
11294         Log: Duh.  The updated In/*.pl weren't checked in.
11295      Branch: perl
11296            ! lib/unicore/In/Alphabet.pl lib/unicore/In/Arabic.pl
11297            ! lib/unicore/In/ArabicP2.pl lib/unicore/In/ArabicPr.pl
11298            ! lib/unicore/In/Armenian.pl lib/unicore/In/Arrows.pl
11299            ! lib/unicore/In/BasicLat.pl lib/unicore/In/Bengali.pl
11300            ! lib/unicore/In/BlockEle.pl lib/unicore/In/Bopomof2.pl
11301            ! lib/unicore/In/Bopomofo.pl lib/unicore/In/BoxDrawi.pl
11302            ! lib/unicore/In/BrailleP.pl lib/unicore/In/Byzantin.pl
11303            ! lib/unicore/In/Cherokee.pl lib/unicore/In/CjkComp2.pl
11304            ! lib/unicore/In/CjkComp3.pl lib/unicore/In/CjkComp4.pl
11305            ! lib/unicore/In/CjkCompa.pl lib/unicore/In/CjkRadic.pl
11306            ! lib/unicore/In/CjkSymbo.pl lib/unicore/In/CjkUnif2.pl
11307            ! lib/unicore/In/CjkUnif3.pl lib/unicore/In/CjkUnifi.pl
11308            ! lib/unicore/In/Combini2.pl lib/unicore/In/Combini3.pl
11309            ! lib/unicore/In/Combinin.pl lib/unicore/In/ControlP.pl
11310            ! lib/unicore/In/Currency.pl lib/unicore/In/Cyrillic.pl
11311            ! lib/unicore/In/Deseret.pl lib/unicore/In/Devanaga.pl
11312            ! lib/unicore/In/Dingbats.pl lib/unicore/In/Enclose2.pl
11313            ! lib/unicore/In/Enclosed.pl lib/unicore/In/Ethiopic.pl
11314            ! lib/unicore/In/GeneralP.pl lib/unicore/In/Geometri.pl
11315            ! lib/unicore/In/Georgian.pl lib/unicore/In/Gothic.pl
11316            ! lib/unicore/In/Greek.pl lib/unicore/In/GreekExt.pl
11317            ! lib/unicore/In/Gujarati.pl lib/unicore/In/Gurmukhi.pl
11318            ! lib/unicore/In/Halfwidt.pl lib/unicore/In/HangulCo.pl
11319            ! lib/unicore/In/HangulJa.pl lib/unicore/In/HangulSy.pl
11320            ! lib/unicore/In/Hebrew.pl lib/unicore/In/HighPriv.pl
11321            ! lib/unicore/In/HighSurr.pl lib/unicore/In/Hiragana.pl
11322            ! lib/unicore/In/Ideograp.pl lib/unicore/In/IpaExten.pl
11323            ! lib/unicore/In/Kanbun.pl lib/unicore/In/KangxiRa.pl
11324            ! lib/unicore/In/Kannada.pl lib/unicore/In/Katakana.pl
11325            ! lib/unicore/In/Khmer.pl lib/unicore/In/Lao.pl
11326            ! lib/unicore/In/Latin1Su.pl lib/unicore/In/LatinEx2.pl
11327            ! lib/unicore/In/LatinEx3.pl lib/unicore/In/LatinExt.pl
11328            ! lib/unicore/In/Letterli.pl lib/unicore/In/LowSurro.pl
11329            ! lib/unicore/In/Malayala.pl lib/unicore/In/Mathema2.pl
11330            ! lib/unicore/In/Mathemat.pl lib/unicore/In/Miscell2.pl
11331            ! lib/unicore/In/Miscella.pl lib/unicore/In/Mongolia.pl
11332            ! lib/unicore/In/MusicalS.pl lib/unicore/In/Myanmar.pl
11333            ! lib/unicore/In/NumberFo.pl lib/unicore/In/Ogham.pl
11334            ! lib/unicore/In/OldItali.pl lib/unicore/In/OpticalC.pl
11335            ! lib/unicore/In/Oriya.pl lib/unicore/In/PrivateU.pl
11336            ! lib/unicore/In/Runic.pl lib/unicore/In/Sinhala.pl
11337            ! lib/unicore/In/SmallFor.pl lib/unicore/In/SpacingM.pl
11338            ! lib/unicore/In/Specials.pl lib/unicore/In/Superscr.pl
11339            ! lib/unicore/In/Syriac.pl lib/unicore/In/Tags.pl
11340            ! lib/unicore/In/Tamil.pl lib/unicore/In/Telugu.pl
11341            ! lib/unicore/In/Thaana.pl lib/unicore/In/Thai.pl
11342            ! lib/unicore/In/Tibetan.pl lib/unicore/In/UnifiedC.pl
11343            ! lib/unicore/In/YiRadica.pl lib/unicore/In/YiSyllab.pl
11344 ____________________________________________________________________________
11345 [ 14290] By: jhi                                   on 2002/01/15  18:39:54
11346         Log: Update Changes.
11347      Branch: perl
11348            ! Changes patchlevel.h
11349 ____________________________________________________________________________
11350 [ 14289] By: jhi                                   on 2002/01/15  18:38:03
11351         Log: Jeffrey is trying very hard to avoid working on his
11352              book, it would seem :-) (better naming, better comments
11353              in the files)
11354      Branch: perl
11355            + lib/unicore/Is/AsciiHex.pl lib/unicore/Is/IdContin.pl
11356            + lib/unicore/Is/IdStart.pl lib/unicore/Is/L_.pl
11357            + lib/unicore/Is/_CanonDC.pl lib/unicore/Is/_CaseIgn.pl
11358            + lib/unicore/Is/_CombAbo.pl lib/unicore/Properties
11359            - lib/unicore/Is/2.pl lib/unicore/Is/ASCIIHex.pl
11360            - lib/unicore/Is/CanonDCI.pl lib/unicore/Is/CaseIgno.pl
11361            - lib/unicore/Is/CombAbov.pl lib/unicore/Is/IDContin.pl
11362            - lib/unicore/Is/IDStart.pl
11363            ! (edit 200 files)
11364 ____________________________________________________________________________
11365 [ 14288] By: jhi                                   on 2002/01/15  17:56:29
11366         Log: metaconfig unit changes for #14287.
11367      Branch: metaconfig
11368            + U/modified/Chk_MANI.U
11369            ! U/modified/Extract.U U/modified/Finish.U
11370      Branch: metaconfig/U/perl
11371            ! Extensions.U dlsrc.U
11372 ____________________________________________________________________________
11373 [ 14287] By: jhi                                   on 2002/01/15  17:55:54
11374         Log: Some protection against spaces in directory names.
11375              (Tru64 still has some makedepend problems in such
11376              cases but that looks like Tru64's problem.)
11377      Branch: perl
11378            ! Configure Makefile.SH
11379 ____________________________________________________________________________
11380 [ 14286] By: jhi                                   on 2002/01/15  17:13:28
11381         Log: Should have been in #14285 but I have sausages for fingers.
11382      Branch: perl
11383            + lib/ExtUtils/MM_BeOS.pm
11384 ____________________________________________________________________________
11385 [ 14285] By: jhi                                   on 2002/01/15  17:12:59
11386         Log: MM_BeOS from Tels.
11387      Branch: perl
11388            + lib/ExtUtils/t/MM_BeOS.t
11389            ! MANIFEST
11390 ____________________________________________________________________________
11391 [ 14284] By: jhi                                   on 2002/01/15  15:55:53
11392         Log: Integrate perlio;
11393              
11394              (reintroduce #14251) Slab allocator for ops
11395              - moved the statics to intrpvar.h
11396              - implemented Slab_Free()
11397              - uses PerlMemShared (for now) if distinction exists.
11398              
11399              Slab allocator submit after resolve -ay to keep it!
11400              
11401              Hand merge of non slab allocator stuff
11402              
11403              const-ness fix in savepv's passing of NULL
11404              
11405              Typo in #else branch of PL_SLAB_ALLOC
11406              
11407              Integrate rest of mainline
11408              
11409              Regen embed enable slab for PERL_IMPLICIT_SYS
11410              
11411              Correct name of PL_OP_SLAB_ALLOC
11412              
11413              Correct slab allocator for case where sizeof(IV) > sizeof(IV *)
11414              e.g. -Duse64bitint on a 32-bit platform.
11415              Now uses I32 for use-count and is more careful with its casts.
11416      Branch: perl
11417           !> (integrate 28 files)
11418 ____________________________________________________________________________
11419 [ 14283] By: pudge                                 on 2002/01/15  15:21:30
11420         Log: Add Shuck URL
11421      Branch: maint-5.6/macperl
11422            ! macos/macperl/MacPerl.podhelp
11423 ____________________________________________________________________________
11424 [ 14282] By: pudge                                 on 2002/01/15  15:21:18
11425         Log: Remove obsolete docs
11426      Branch: maint-5.6/macperl
11427            ! ext/File/Glob/Glob.pm
11428 ____________________________________________________________________________
11429 [ 14281] By: nick                                  on 2002/01/15  15:08:43
11430         Log: Correct slab allocator for case where sizeof(IV) > sizeof(IV *)
11431              e.g. -Duse64bitint on a 32-bit platform.
11432              Now uses I32 for use-count and is more careful with its casts.
11433      Branch: perlio
11434            ! intrpvar.h op.c
11435 ____________________________________________________________________________
11436 [ 14280] By: pudge                                 on 2002/01/15  14:55:25
11437         Log: Update bundled modules.  Yow!
11438      Branch: maint-5.6/macperl
11439            + macos/bundled_ext/Compress/Zlib/constants.h
11440            + macos/bundled_ext/Compress/Zlib/constants.xs
11441            + macos/bundled_ext/Filter/Util/Call/ppport.h
11442            + macos/bundled_ext/Storable/t/compat-0.6.t
11443            + macos/bundled_ext/Storable/t/dump.pl
11444            + macos/bundled_lib/blib/lib/Mail/Mailer/qmail.pm
11445            + macos/bundled_lib/blib/lib/Net/HTTP/Methods.pm
11446            + macos/bundled_lib/blib/lib/Net/HTTPS.pm
11447            + macos/bundled_lib/blib/lib/URI/ssh.pm
11448            + macos/bundled_lib/t/Filter/Simple/ExportTest.pm
11449            + macos/bundled_lib/t/Filter/Simple/FilterOnlyTest.pm
11450            + macos/bundled_lib/t/Filter/Simple/FilterTest.pm
11451            + macos/bundled_lib/t/Filter/Simple/ImportTest.pm
11452            + macos/bundled_lib/t/Filter/Simple/data.t
11453            + macos/bundled_lib/t/Filter/Simple/export.t
11454            + macos/bundled_lib/t/Filter/Simple/filter_only.t
11455            + macos/bundled_lib/t/Filter/Simple/import.t
11456            + macos/bundled_lib/t/NEXT/actual.t
11457            + macos/bundled_lib/t/NEXT/actuns.t
11458            + macos/bundled_lib/t/NEXT/next.t
11459            + macos/bundled_lib/t/NEXT/unseen.t
11460            + macos/bundled_lib/t/libnet/netrc.t
11461            + macos/bundled_lib/t/libwww-perl/base/http.t
11462            + macos/bundled_lib/t/libwww-perl/live/activestate.t
11463            - macos/bundled_ext/Filter/t/FilterTest.pm
11464            - macos/bundled_ext/Storable/t/compat06.t
11465            - macos/bundled_ext/Storable/t/st-dump.pl
11466            - macos/bundled_lib/t/NEXT/test.pl
11467            - macos/bundled_lib/t/libwww-perl/live/google.t
11468            ! macos/bundled_ext/Compress/Zlib/ANNOUNCE
11469            ! macos/bundled_ext/Compress/Zlib/Makefile.PL
11470            ! macos/bundled_ext/Compress/Zlib/Makefile.mk
11471            ! macos/bundled_ext/Compress/Zlib/README
11472            ! macos/bundled_ext/Compress/Zlib/Zlib.pm
11473            ! macos/bundled_ext/Compress/Zlib/Zlib.xs
11474            ! macos/bundled_ext/Compress/Zlib/t/examples.t
11475            ! macos/bundled_ext/Filter/Util/Call/Call.pm
11476            ! macos/bundled_ext/Filter/Util/Call/Call.xs
11477            ! macos/bundled_ext/Filter/Util/Call/Makefile.PL
11478            ! macos/bundled_ext/Filter/t/call.t
11479            ! macos/bundled_ext/Filter/t/filter-util.pl
11480            ! macos/bundled_ext/Storable/ChangeLog
11481            ! macos/bundled_ext/Storable/README
11482            ! macos/bundled_ext/Storable/Storable.pm
11483            ! macos/bundled_ext/Storable/t/blessed.t
11484            ! macos/bundled_ext/Storable/t/canonical.t
11485            ! macos/bundled_ext/Storable/t/dclone.t
11486            ! macos/bundled_ext/Storable/t/forgive.t
11487            ! macos/bundled_ext/Storable/t/freeze.t
11488            ! macos/bundled_ext/Storable/t/lock.t
11489            ! macos/bundled_ext/Storable/t/overload.t
11490            ! macos/bundled_ext/Storable/t/recurse.t
11491            ! macos/bundled_ext/Storable/t/retrieve.t
11492            ! macos/bundled_ext/Storable/t/store.t
11493            ! macos/bundled_ext/Storable/t/tied.t
11494            ! macos/bundled_ext/Storable/t/tied_hook.t
11495            ! macos/bundled_ext/Storable/t/tied_items.t
11496            ! macos/bundled_ext/Storable/t/utf8.t
11497            ! macos/bundled_lib/blib/lib/File/Sort.pm
11498            ! macos/bundled_lib/blib/lib/Filter/Simple.pm
11499            ! macos/bundled_lib/blib/lib/HTTP/Headers.pm
11500            ! macos/bundled_lib/blib/lib/HTTP/Message.pm
11501            ! macos/bundled_lib/blib/lib/HTTP/Negotiate.pm
11502            ! macos/bundled_lib/blib/lib/HTTP/Request.pm
11503            ! macos/bundled_lib/blib/lib/HTTP/Response.pm
11504            ! macos/bundled_lib/blib/lib/LWP.pm
11505            ! macos/bundled_lib/blib/lib/LWP/Authen/Digest.pm
11506            ! macos/bundled_lib/blib/lib/LWP/Protocol/http.pm
11507            ! macos/bundled_lib/blib/lib/LWP/Protocol/https.pm
11508            ! macos/bundled_lib/blib/lib/LWP/UserAgent.pm
11509            ! macos/bundled_lib/blib/lib/Mail/Address.pm
11510            ! macos/bundled_lib/blib/lib/Mail/Cap.pm
11511            ! macos/bundled_lib/blib/lib/Mail/Field.pm
11512            ! macos/bundled_lib/blib/lib/Mail/Field/AddrList.pm
11513            ! macos/bundled_lib/blib/lib/Mail/Field/Date.pm
11514            ! macos/bundled_lib/blib/lib/Mail/Filter.pm
11515            ! macos/bundled_lib/blib/lib/Mail/Header.pm
11516            ! macos/bundled_lib/blib/lib/Mail/Internet.pm
11517            ! macos/bundled_lib/blib/lib/Mail/Mailer.pm
11518            ! macos/bundled_lib/blib/lib/Mail/Mailer/test.pm
11519            ! macos/bundled_lib/blib/lib/Mail/Send.pm
11520            ! macos/bundled_lib/blib/lib/Mail/Util.pm
11521            ! macos/bundled_lib/blib/lib/NEXT.pm
11522            ! macos/bundled_lib/blib/lib/Net/Config.pm
11523            ! macos/bundled_lib/blib/lib/Net/Domain.pm
11524            ! macos/bundled_lib/blib/lib/Net/FTP.pm
11525            ! macos/bundled_lib/blib/lib/Net/FTP/E.pm
11526            ! macos/bundled_lib/blib/lib/Net/FTP/L.pm
11527            ! macos/bundled_lib/blib/lib/Net/HTTP.pm
11528            ! macos/bundled_lib/blib/lib/Net/NNTP.pm
11529            ! macos/bundled_lib/blib/lib/Net/POP3.pm
11530            ! macos/bundled_lib/blib/lib/Net/SMTP.pm
11531            ! macos/bundled_lib/blib/lib/Net/libnetFAQ.pod
11532            ! macos/bundled_lib/blib/lib/Switch.pm
11533            ! macos/bundled_lib/blib/lib/Text/Balanced.pm
11534            ! macos/bundled_lib/blib/lib/URI/Escape.pm
11535            ! macos/bundled_lib/blib/lib/URI/ftp.pm
11536            ! macos/bundled_lib/blib/lib/lwpcook.pod
11537            ! macos/bundled_lib/t/Filter/Simple/filter.t
11538            ! macos/bundled_lib/t/Switch/t/nested.t
11539            ! macos/bundled_lib/t/Text/Balanced/t/extbrk.t
11540            ! macos/bundled_lib/t/Text/Balanced/t/extcbk.t
11541            ! macos/bundled_lib/t/Text/Balanced/t/extdel.t
11542            ! macos/bundled_lib/t/Text/Balanced/t/extmul.t
11543            ! macos/bundled_lib/t/Text/Balanced/t/extqlk.t
11544            ! macos/bundled_lib/t/Text/Balanced/t/exttag.t
11545            ! macos/bundled_lib/t/Text/Balanced/t/extvar.t
11546            ! macos/bundled_lib/t/Text/Balanced/t/gentag.t
11547            ! macos/bundled_lib/t/libnet/config.t
11548            ! macos/bundled_lib/t/libnet/ftp.t
11549            ! macos/bundled_lib/t/libnet/hostname.t
11550            ! macos/bundled_lib/t/libnet/nntp.t
11551            ! macos/bundled_lib/t/libnet/require.t
11552            ! macos/bundled_lib/t/libnet/smtp.t
11553            ! macos/bundled_lib/t/libwww-perl/base/headers.t
11554            ! macos/bundled_lib/t/libwww-perl/base/negotiate.t
11555            ! macos/bundled_lib/t/libwww-perl/live/jigsaw-auth-b.t
11556            ! macos/bundled_lib/t/libwww-perl/live/jigsaw-auth-d.t
11557            ! macos/bundled_lib/t/libwww-perl/live/jigsaw-chunk.t
11558            ! macos/bundled_lib/t/libwww-perl/live/jigsaw-md5.t
11559            ! macos/bundled_lib/t/libwww-perl/live/jigsaw-te.t
11560            ! macos/bundled_lib/t/libwww-perl/live/validator.t
11561            ! macos/lib/Mac/AppleEvents/Simple.pm macos/lib/Mac/Glue.pm
11562 ____________________________________________________________________________
11563 [ 14279] By: jhi                                   on 2002/01/15  14:43:04
11564         Log: Subject: [PATCH] Socket::sockaddr_family
11565              From: Gisle Aas <gisle@ActiveState.com> 
11566              Date: 15 Jan 2002 06:35:28 -0800
11567              Message-ID: <lr1ygrk7gv.fsf@caliper.activestate.com>
11568      Branch: perl
11569            ! ext/Socket/Socket.pm ext/Socket/Socket.t ext/Socket/Socket.xs
11570 ____________________________________________________________________________
11571 [ 14278] By: jhi                                   on 2002/01/15  14:37:34
11572         Log: Subject: [PATCH perldiag] Style issue
11573              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
11574              Date: Tue, 15 Jan 2002 15:36:30 +0100                
11575              Message-ID: <20020115153630.A11568@rafael>
11576      Branch: perl
11577            ! pod/perldiag.pod
11578 ____________________________________________________________________________
11579 [ 14277] By: nick                                  on 2002/01/15  14:30:51
11580         Log: Correct name of PL_OP_SLAB_ALLOC
11581      Branch: perlio
11582            ! perl.h
11583 ____________________________________________________________________________
11584 [ 14276] By: jhi                                   on 2002/01/15  14:22:38
11585         Log: NetWare tweak from Ananth Kesari.
11586      Branch: perl
11587            ! lib/ExtUtils/MakeMaker.pm
11588 ____________________________________________________________________________
11589 [ 14275] By: jhi                                   on 2002/01/15  14:19:43
11590         Log: Throwback.
11591      Branch: perl
11592            ! MANIFEST
11593 ____________________________________________________________________________
11594 [ 14274] By: jhi                                   on 2002/01/15  14:16:28
11595         Log: A couple of additional character classes from Jeffrey,
11596              hopefully useful in future for internal use for implementing
11597              some special cases of casing.
11598              
11599              Also regenerate once more all the character classes,
11600              now without the timestamp.  A timestamp would be kind of
11601              nice but it's not: having a timestamp in a file means that
11602              even if the effective contents of file really didn't
11603              change, the file looks as if it changed.
11604      Branch: perl
11605            + lib/unicore/Is/CanonDCI.pl lib/unicore/Is/CaseIgno.pl
11606            + lib/unicore/Is/CombAbov.pl
11607            ! (edit 304 files)
11608 ____________________________________________________________________________
11609 [ 14273] By: jhi                                   on 2002/01/15  13:53:01
11610         Log: Make the test harder.
11611      Branch: perl
11612            ! t/op/pat.t
11613 ____________________________________________________________________________
11614 [ 14272] By: jhi                                   on 2002/01/15  13:51:11
11615         Log: Additional utf8_heavy.pl tweak from Jeffrey.
11616      Branch: perl
11617            ! lib/utf8_heavy.pl
11618 ____________________________________________________________________________
11619 [ 14271] By: nick                                  on 2002/01/15  11:29:47
11620         Log: Regen embed enable slab for PERL_IMPLICIT_SYS
11621      Branch: perlio
11622            ! embed.h embedvar.h global.sym perl.h perlapi.c perlapi.h
11623            ! pod/perlapi.pod pod/perlintern.pod proto.h toke.c
11624 ____________________________________________________________________________
11625 [ 14270] By: nick                                  on 2002/01/15  08:19:08
11626         Log: Integrate rest of mainline
11627      Branch: perlio
11628           !> (integrate 28 files)
11629 ____________________________________________________________________________
11630 [ 14269] By: nick                                  on 2002/01/15  08:02:44
11631         Log: Typo in #else branch of PL_SLAB_ALLOC
11632      Branch: perlio
11633            ! op.c
11634 ____________________________________________________________________________
11635 [ 14268] By: nick                                  on 2002/01/15  07:57:47
11636         Log: const-ness fix in savepv's passing of NULL
11637      Branch: perlio
11638            ! util.c
11639 ____________________________________________________________________________
11640 [ 14267] By: nick                                  on 2002/01/15  07:42:17
11641         Log: Hand merge of non slab allocator stuff
11642      Branch: perlio
11643            ! op.c
11644 ____________________________________________________________________________
11645 [ 14266] By: nick                                  on 2002/01/15  07:39:33
11646         Log: Slab allocator submit after resolve -ay to keep it!
11647      Branch: perlio
11648           !> op.c
11649 ____________________________________________________________________________
11650 [ 14265] By: nick                                  on 2002/01/15  07:05:06
11651         Log: Blind integrate of bulk of mainline.
11652      Branch: perlio
11653           +> (branch 173 files)
11654            - (delete 184 files)
11655           !> (integrate 146 files)
11656 ____________________________________________________________________________
11657 [ 14264] By: jhi                                   on 2002/01/15  04:19:11
11658         Log: Pod nits.
11659      Branch: perl
11660            ! lib/Unicode/UCD.pm pod/perlunicode.pod
11661 ____________________________________________________________________________
11662 [ 14263] By: jhi                                   on 2002/01/15  02:14:29
11663         Log: The Unicode categories doc patch to go with #14254,
11664              from Jeffrey.
11665      Branch: perl
11666            ! lib/Unicode/UCD.pm pod/perldelta.pod pod/perlunicode.pod
11667 ____________________________________________________________________________
11668 [ 14262] By: jhi                                   on 2002/01/15  01:30:09
11669         Log: There isn't going to be perl.third.exe.
11670      Branch: perl
11671            ! Makefile.SH
11672 ____________________________________________________________________________
11673 [ 14261] By: jhi                                   on 2002/01/15  01:25:11
11674         Log: Subject: [PATCH] small coredump correction
11675              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
11676              Date: Tue, 15 Jan 2002 00:22:52 +0100
11677              Message-ID: <20020115002252.I691@rafael>
11678      Branch: perl
11679            ! op.c
11680 ____________________________________________________________________________
11681 [ 14260] By: jhi                                   on 2002/01/15  01:23:53
11682         Log: Subject: [PATCH] Overriding readline() should also override <FH>     
11683              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
11684              Date: Mon, 14 Jan 2002 23:03:04 +0100
11685              Message-ID: <20020114230304.A691@rafael>   
11686              
11687              Subject: Re: [PATCH] Overriding readline() should also override <FH> 
11688              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
11689              Date: Mon, 14 Jan 2002 23:18:43 +0100
11690              Message-ID: <20020114231843.E691@rafael>   
11691      Branch: perl
11692            ! pod/perlsub.pod t/op/override.t toke.c
11693 ____________________________________________________________________________
11694 [ 14259] By: nick                                  on 2002/01/14  22:02:49
11695         Log: Use PerlMemShared for CopSTASHPV and CopFILE.  MUCH harder than it sounds!
11696              Need to use CopXXXXX macros everywhere and add CopSTASH_free
11697              Add new scope type and add support for it to scope.c and scope stack
11698              dup-er in sv.c. Add savesharedpv().
11699              Also zealous version of Win32's vmem.h to catch all the abuses.
11700              With this t/op/fork.t passes even with zealous checking and 
11701              checker is point a finger at various threads/shared issues.
11702              
11703              PL_curcop->cop_io is still an issue.
11704      Branch: perlio
11705            ! cop.h embed.fnc embed.h embedvar.h global.sym op.c op.h perl.c
11706            ! perlapi.c perlapi.h pod/perlapi.pod pod/perlintern.pod proto.h
11707            ! scope.c scope.h sv.c toke.c util.c win32/config_H.vc
11708            ! win32/config_h.PL win32/perlhost.h win32/perllib.c
11709            ! win32/vmem.h win32/win32.c win32/win32.h
11710 ____________________________________________________________________________
11711 [ 14258] By: nick                                  on 2002/01/14  20:24:28
11712         Log: Integrate build parts of mainline
11713      Branch: perlio
11714           !> lib/ExtUtils/MM_Unix.pm lib/ExtUtils/t/MM_Unix.t
11715           !> lib/ExtUtils/t/MM_Win32.t
11716 ____________________________________________________________________________
11717 [ 14257] By: nick                                  on 2002/01/14  16:10:54
11718         Log: Inverted sense of special-ness of specialCopIO - supposed to 
11719              be true if value is "special" i.e. NOT an SV.
11720      Branch: perlio
11721            ! perlio.h
11722 ____________________________________________________________________________
11723 [ 14256] By: jhi                                   on 2002/01/14  14:42:12
11724         Log: Update Changes.
11725      Branch: perl
11726            ! Changes patchlevel.h
11727 ____________________________________________________________________________
11728 [ 14255] By: jhi                                   on 2002/01/14  14:04:24
11729         Log: Retract #14251 (the op slab allocator from perlio)
11730              until we figure out why 2.2.19 x86 debian gets
11731              a circular sibling chain and therefore hangs in
11732              the Perl_ck_subr() sibling for-loop.
11733      Branch: perl
11734            ! embed.fnc embed.h embedvar.h global.sym intrpvar.h op.c perl.h
11735            ! perlapi.c perlapi.h proto.h
11736 ____________________________________________________________________________
11737 [ 14254] By: jhi                                   on 2002/01/14  13:25:07
11738         Log: Big mktables rewrite from Jeffrey;
11739              documentation not yet updated.
11740      Branch: perl
11741            + (add 171 files)
11742            - (delete 182 files)
11743            ! (edit 135 files)
11744 ____________________________________________________________________________
11745 [ 14253] By: ams                                   on 2002/01/14  03:15:05
11746         Log: Subject: Re: [ID 20020113.006] Cwd.pm uses uninitialized $ENV{PATH}
11747              From: Michael G Schwern <schwern@pobox.com>
11748              Date: Sun, 13 Jan 2002 21:00:07 -0500
11749              Message-Id: <20020114020007.GB2877@blackrider>
11750      Branch: perl
11751            ! lib/Cwd.pm
11752 ____________________________________________________________________________
11753 [ 14252] By: jhi                                   on 2002/01/14  00:27:41
11754         Log: Subject: Re: Win32 status - progress !
11755              From: Abe Timmerman <abe@ztreet.demon.nl>       
11756              Date: Mon, 14 Jan 2002 02:29:51 +0100
11757              Message-ID: <9rc44u4sl4hjfm32if71ggjlm0qpvvacs3@4ax.com>
11758      Branch: perl
11759            ! lib/ExtUtils/t/MM_Win32.t
11760 ____________________________________________________________________________
11761 [ 14251] By: jhi                                   on 2002/01/13  23:30:05
11762         Log: Integrate perlio.
11763              
11764              Slab allocator for ops
11765              - moved the statics to intrpvar.h
11766              - implemented Slab_Free()
11767              - uses PerlMemShared (for now) if distinction exists.
11768      Branch: perl
11769           !> embed.fnc embed.h embedvar.h global.sym intrpvar.h op.c perl.h
11770           !> perlapi.c perlapi.h proto.h
11771 ____________________________________________________________________________
11772 [ 14250] By: nick                                  on 2002/01/13  23:22:34
11773         Log: Slab allocator for ops
11774              - moved the statics to intrpvar.h
11775              - implemented Slab_Free()
11776              - uses PerlMemShared (for now) if distinction exists.
11777      Branch: perlio
11778            ! embed.fnc embed.h embedvar.h global.sym intrpvar.h op.c perl.h
11779            ! perlapi.c perlapi.h proto.h
11780 ____________________________________________________________________________
11781 [ 14249] By: jhi                                   on 2002/01/13  19:55:10
11782         Log: Start a new test category: uni.  Much of t/op/pat
11783              should probably be moved here, but holding on that
11784              until Jeffrey finishes his big mktables rewrite.
11785              Bits and pieces of op/split, op/pack, op/append,
11786              op/join, could probably be moved to respective uni
11787              tests, too.
11788      Branch: perl
11789            + t/uni/fold.t t/uni/sprintf.t
11790            - t/op/unifold.t t/op/unisprintf.t
11791            ! MANIFEST t/TEST t/harness
11792 ____________________________________________________________________________
11793 [ 14248] By: jhi                                   on 2002/01/13  19:52:02
11794         Log: Subject: [PATCH] enable Win32 to build again
11795              From: "Mattia Barbon" <mbarbon@dsi.unive.it>
11796              Date: Sun, 13 Jan 2002 21:49:24 +0100
11797              Message-ID: <3C4200E4.15926.23F6131@localhost>
11798              
11799              miniperl.exe.exe does not exe that well.
11800      Branch: perl
11801            ! lib/ExtUtils/MM_Unix.pm
11802 ____________________________________________________________________________
11803 [ 14247] By: jhi                                   on 2002/01/13  19:50:23
11804         Log: Mention some of the load-affected tests.
11805      Branch: perl
11806            ! INSTALL
11807 ____________________________________________________________________________
11808 [ 14246] By: jhi                                   on 2002/01/13  19:38:17
11809         Log: Move the UTF-8 conversion code earlier so that
11810              op/ver is happy.
11811      Branch: perl
11812            ! sv.c t/op/ver.t
11813 ____________________________________________________________________________
11814 [ 14245] By: jhi                                   on 2002/01/13  19:19:59
11815         Log: Upgrade to Scalar-List-Util 1.06.  The Makefile.PLs
11816              have diverged quite a bit so no updates there.
11817      Branch: perl
11818            ! ext/List/Util/ChangeLog ext/List/Util/Util.xs
11819            ! ext/List/Util/lib/List/Util.pm
11820            ! ext/List/Util/lib/Scalar/Util.pm
11821 ____________________________________________________________________________
11822 [ 14244] By: jhi                                   on 2002/01/13  18:27:00
11823         Log: Make the crypt() pickier: if downgrading doesn't work,
11824              croak.
11825      Branch: perl
11826            ! pod/perldiag.pod pod/perlfunc.pod pp.c t/op/crypt.t
11827 ____________________________________________________________________________
11828 [ 14243] By: jhi                                   on 2002/01/13  18:12:23
11829         Log: Grow the buffer in case Unicode caused size changes
11830              (and it very probably did).
11831      Branch: perl
11832            ! sv.c
11833 ____________________________________________________________________________
11834 [ 14242] By: jhi                                   on 2002/01/13  17:46:45
11835         Log: Future-proofing from Jeffrey Friedl (for conflicting
11836              In* and Is* names).
11837      Branch: perl
11838            ! lib/utf8_heavy.pl
11839 ____________________________________________________________________________
11840 [ 14241] By: jhi                                   on 2002/01/13  17:40:29
11841         Log: Subject: [PATCH] Re: Warning in B.xs
11842              From: "Mattia Barbon" <mbarbon@dsi.unive.it>
11843              Date: Sun, 13 Jan 2002 19:39:52 +0100
11844              Message-ID: <3C41E288.20562.1C8C895@localhost>
11845      Branch: perl
11846            ! ext/B/B.xs
11847 ____________________________________________________________________________
11848 [ 14240] By: jhi                                   on 2002/01/13  17:35:48
11849         Log: Subject: Re: lookbehind broken with latest bleedperl
11850              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
11851              Date: Sun, 13 Jan 2002 18:06:22 +0000
11852              Message-Id: <200201131806.g0DI6Mp20089@crypt.compulink.co.uk>
11853      Branch: perl
11854            ! regexec.c t/op/re_tests
11855 ____________________________________________________________________________
11856 [ 14239] By: jhi                                   on 2002/01/13  17:24:51
11857         Log: Subject: [PATCH] more MM_Unix.t tests
11858              From: Tels <perl_dummy@bloodgate.com>
11859              Date: Sun, 13 Jan 2002 17:16:19 +0100 (CET) 
11860              Message-Id: <200201131621.SAA17925@tiku.hut.fi>
11861              
11862              Subject: [PATCH] 14220 misunderstood, I bet          
11863              From: andreas.koenig@anima.de (Andreas J. Koenig)
11864              Date: 12 Jan 2002 21:31:58 +0100
11865              Message-ID: <m3k7un8g5d.fsf@anima.de>
11866      Branch: perl
11867            ! lib/ExtUtils/t/MM_Unix.t
11868 ____________________________________________________________________________
11869 [ 14238] By: jhi                                   on 2002/01/13  17:14:25
11870         Log: Subject: [PATCH] Re: MM_UNIX::parse_version() and my $VERSION        
11871              From: Tels <perl_dummy@bloodgate.com>
11872              Date: Sun, 13 Jan 2002 16:58:27 +0100 (CET) 
11873              Message-Id: <200201131602.SAA15687@tiku.hut.fi>
11874              
11875              Subject: RE: [PATCH] Re: MM_UNIX::parse_version() and my $VERSION    
11876              From: Tels <perl_dummy@bloodgate.com>
11877              Date: Sun, 13 Jan 2002 17:05:23 +0100 (CET) 
11878              Message-Id: <200201131610.SAA18974@tiku.hut.fi>
11879      Branch: perl
11880            ! lib/ExtUtils/MM_Unix.pm
11881 ____________________________________________________________________________
11882 [ 14237] By: jhi                                   on 2002/01/13  17:12:04
11883         Log: Subject: [PATCH] Re: [FAIL] Benchmark.t intermittent failure
11884              From: Nicholas Clark <nick@unfortu.net> 
11885              Date: Sun, 13 Jan 2002 15:58:34 +0000
11886              Message-ID: <20020113155833.C314@Bagpuss.unfortu.net>
11887      Branch: perl
11888            ! lib/Benchmark.t
11889 ____________________________________________________________________________
11890 [ 14236] By: jhi                                   on 2002/01/13  17:08:18
11891         Log: Anton Berezin did more reading and the uid setting story
11892              gets more complex.
11893      Branch: perl
11894            ! pod/perltodo.pod utils/perldoc.PL
11895 ____________________________________________________________________________
11896 [ 14235] By: jhi                                   on 2002/01/13  16:45:52
11897         Log: Integrate perlio;
11898              
11899              Win32 fixes:
11900              - vmem.h hack to handle free-by-wrong-thread after eval "".
11901              - Initialize timerid 
11902      Branch: perl
11903           !> win32/perlhost.h win32/perllib.c win32/vmem.h win32/win32.c
11904 ____________________________________________________________________________
11905 [ 14234] By: jhi                                   on 2002/01/13  16:44:07
11906         Log: Subject: Re: HiRes
11907              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
11908              Date: Sun, 13 Jan 2002 10:18:46 +0100
11909              Message-Id: <20020113100616.B6B5.H.M.BRAND@hccnet.nl>
11910              
11911              Give up on socketpair in HP-UX.
11912      Branch: perl
11913            ! ext/Socket/socketpair.t
11914 ____________________________________________________________________________
11915 [ 14233] By: nick                                  on 2002/01/13  16:29:30
11916         Log: Integrate mainline
11917      Branch: perlio
11918           +> ext/B/C/C.xs ext/B/C/Makefile.PL t/op/unisprintf.t
11919           !> (integrate 46 files)
11920 ____________________________________________________________________________
11921 [ 14232] By: nick                                  on 2002/01/13  15:37:48
11922         Log: Win32 fixes:
11923              - vmem.h hack to handle free-by-wrong-thread after eval "".
11924              - Initialize timerid 
11925      Branch: perlio
11926            ! win32/perlhost.h win32/perllib.c win32/vmem.h win32/win32.c
11927 ____________________________________________________________________________
11928 [ 14231] By: jhi                                   on 2002/01/13  05:15:01
11929         Log: *groan*
11930      Branch: perl
11931            ! t/op/pat.t
11932 ____________________________________________________________________________
11933 [ 14230] By: jhi                                   on 2002/01/13  05:13:03
11934         Log: One more sharp s case found by Jeffrey.
11935      Branch: perl
11936            ! regexec.c t/op/pat.t
11937 ____________________________________________________________________________
11938 [ 14229] By: jhi                                   on 2002/01/13  04:43:33
11939         Log: Comment tweak.
11940      Branch: perl
11941            ! regexec.c
11942 ____________________________________________________________________________
11943 [ 14228] By: jhi                                   on 2002/01/13  04:30:45
11944         Log: Don't bother checking for the Greek special
11945              cases if the node is too short.
11946      Branch: perl
11947            ! regcomp.c
11948 ____________________________________________________________________________
11949 [ 14227] By: jhi                                   on 2002/01/12  21:00:04
11950         Log: Update Changes.
11951      Branch: perl
11952            ! Changes patchlevel.h
11953 ____________________________________________________________________________
11954 [ 14226] By: jhi                                   on 2002/01/12  20:28:23
11955         Log: metaconfig unit change for #14225.
11956      Branch: metaconfig
11957            + U/modified/i_ndbm.U
11958 ____________________________________________________________________________
11959 [ 14225] By: jhi                                   on 2002/01/12  20:28:05
11960         Log: Subject: [PATCH 2] Re: [PATCH Configure ext/NDBM_File/hints/linux.pl] Support for linux systems with gdbm
11961              From: Jonathan Stowe <gellyfish@gellyfish.com>
11962              Date: Sat, 12 Jan 2002 11:13:02 +0000 (GMT) 
11963              Message-ID: <Pine.LNX.4.44.0201121107400.26602-100000@orpheus.gellyfish.com>    
11964      Branch: perl
11965            ! Configure config_h.SH
11966 ____________________________________________________________________________
11967 [ 14224] By: jhi                                   on 2002/01/12  20:18:02
11968         Log: Quick reformat using indent -kr -nce, as requested
11969              by Dan Kogai and suggest by NI-S.
11970      Branch: perl
11971            ! ext/Encode/encengine.c
11972 ____________________________________________________________________________
11973 [ 14223] By: jhi                                   on 2002/01/12  20:08:54
11974         Log: Couple more Unicode lookbehind tests.
11975      Branch: perl
11976            ! t/op/pat.t
11977 ____________________________________________________________________________
11978 [ 14222] By: jhi                                   on 2002/01/12  20:05:29
11979         Log: Sharp S as a special treat for our German UTF-8 testers :-)
11980      Branch: perl
11981            ! pod/perlunicode.pod regexec.c t/op/pat.t utf8.h
11982 ____________________________________________________________________________
11983 [ 14221] By: jhi                                   on 2002/01/12  18:38:54
11984         Log: Subject: {PATCH] Fix:  Re: [PATCH] B::C, perlcc.PL, B.xs, B.pm, t/TEST, C.xs   
11985              From: "Mattia Barbon" <mbarbon@dsi.unive.it>
11986              Date: Sat, 12 Jan 2002 20:37:32 +0100
11987              Message-ID: <3C409E8C.16203.196C2D3@localhost>
11988      Branch: perl
11989            ! ext/B/B/Deparse.pm
11990 ____________________________________________________________________________
11991 [ 14220] By: jhi                                   on 2002/01/12  18:27:32
11992         Log: Hrmph.  Is having a test for an exact version of MM_Unix.pm
11993              really worth the bits it's printed on?
11994      Branch: perl
11995            ! lib/ExtUtils/t/MM_Unix.t
11996 ____________________________________________________________________________
11997 [ 14219] By: jhi                                   on 2002/01/12  18:06:49
11998         Log: Special treatment for U+03B0 and U+0390 in //i,
11999              this means that we can remove the minlen pessimisations
12000              introduced by the #14096.
12001      Branch: perl
12002            ! pp_hot.c regcomp.c regexec.c
12003 ____________________________________________________________________________
12004 [ 14218] By: jhi                                   on 2002/01/12  16:14:52
12005         Log: Integrate perlio;
12006              
12007              Abstract out the cloning of SvPVX and handle shared pv in a 
12008              safe (if suboptimal) manner. Does not fix op/fork.t :-(
12009              
12010              Win32-ize socketpair test
12011              - Win32 can fork even though $Config{d_fork} is undef
12012              - SOCK_DGRAM does not work - skip those tests.
12013      Branch: perl
12014           !> ext/Socket/socketpair.t sv.c
12015 ____________________________________________________________________________
12016 [ 14217] By: jhi                                   on 2002/01/12  16:09:59
12017         Log: One should first drop the real uid, not the effective uid.
12018              [ID 20020110.003]
12019      Branch: perl
12020            ! utils/perldoc.PL
12021 ____________________________________________________________________________
12022 [ 14216] By: jhi                                   on 2002/01/12  15:50:38
12023         Log: Subject: [PATCH] B::C, perlcc.PL, B.xs, B.pm, t/TEST, C.xs
12024              From: "Mattia Barbon" <mbarbon@dsi.unive.it>
12025              Date: Fri, 11 Jan 2002 23:29:48 +0100
12026              Message-ID: <3C3F756C.4581.2E2A938@localhost>
12027      Branch: perl
12028            + ext/B/C/C.xs ext/B/C/Makefile.PL
12029            ! MANIFEST ext/B/B.pm ext/B/B.xs ext/B/B/C.pm t/TEST
12030            ! utils/perlcc.PL
12031 ____________________________________________________________________________
12032 [ 14215] By: jhi                                   on 2002/01/12  15:22:01
12033         Log: Subject: [PATCH] Re: Magic numbers in B::Concise
12034              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>               
12035              Date: Fri, 11 Jan 2002 14:29:30 -0800
12036              Message-ID: <15423.26442.891378.802062@soda.csua.berkeley.edu>
12037      Branch: perl
12038            ! ext/B/t/concise.t
12039 ____________________________________________________________________________
12040 [ 14214] By: nick                                  on 2002/01/12  12:31:12
12041         Log: Win32-ize socketpair test
12042              - Win32 can fork even though $Config{d_fork} is undef
12043              - SOCK_DGRAM does not work - skip those tests.
12044      Branch: perlio
12045            ! ext/Socket/socketpair.t
12046 ____________________________________________________________________________
12047 [ 14213] By: nick                                  on 2002/01/12  11:46:28
12048         Log: Abstract out the cloning of SvPVX and handle shared pv in a 
12049              safe (if suboptimal) manner. Does not fix op/fork.t :-(
12050      Branch: perlio
12051            ! sv.c
12052 ____________________________________________________________________________
12053 [ 14212] By: ams                                   on 2002/01/12  06:10:52
12054         Log: Subject: [PATCH] More fixes for Stratus VOS
12055              From: "Green, Paul" <Paul.Green@stratus.com>
12056              Date: Fri, 11 Jan 2002 17:30:37 -0500
12057              Message-Id: <95AE3CDB3543D511883A0020485B38B9023534D3@exna3.stratus.com>
12058      Branch: perl
12059            ! hints/vos.sh lib/ExtUtils/MM_Unix.pm
12060 ____________________________________________________________________________
12061 [ 14211] By: jhi                                   on 2002/01/12  06:01:29
12062         Log: Upgrade to CGI.pm 2.80.
12063      Branch: perl
12064            ! lib/CGI.pm lib/CGI/Carp.pm lib/CGI/t/form.t
12065 ____________________________________________________________________________
12066 [ 14210] By: jhi                                   on 2002/01/12  05:57:36
12067         Log: FAQ sync.
12068      Branch: perl
12069            ! pod/perlfaq.pod pod/perlfaq1.pod pod/perlfaq2.pod
12070            ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq5.pod
12071            ! pod/perlfaq8.pod
12072 ____________________________________________________________________________
12073 [ 14209] By: jhi                                   on 2002/01/12  05:54:24
12074         Log: This is getting embarrassing.
12075      Branch: perl
12076            ! t/op/pat.t
12077 ____________________________________________________________________________
12078 [ 14208] By: jhi                                   on 2002/01/12  05:30:03
12079         Log: Doc tweaks.
12080      Branch: perl
12081            ! pod/perlunicode.pod
12082 ____________________________________________________________________________
12083 [ 14207] By: jhi                                   on 2002/01/12  05:16:55
12084         Log: Updating the test count is good; also rephrasing
12085              so that there is no ok output containing "not".
12086      Branch: perl
12087            ! t/op/pat.t
12088 ____________________________________________________________________________
12089 [ 14206] By: jhi                                   on 2002/01/12  05:11:20
12090         Log: Andreas is busy :-)
12091      Branch: perl
12092            ! doop.c t/op/unisprintf.t
12093 ____________________________________________________________________________
12094 [ 14205] By: jhi                                   on 2002/01/12  04:55:20
12095         Log: Unicode lookbehind looked bad.
12096      Branch: perl
12097            ! regexec.c t/op/pat.t
12098 ____________________________________________________________________________
12099 [ 14204] By: jhi                                   on 2002/01/12  01:43:48
12100         Log: Garbage collection.
12101      Branch: perl
12102            ! t/run/kill_perl.t
12103 ____________________________________________________________________________
12104 [ 14203] By: jhi                                   on 2002/01/12  00:10:51
12105         Log: Subject: [PATCH] export win32_async_check or Perl_despatch_signals
12106              From: "Mattia Barbon" <mbarbon@dsi.unive.it>
12107              Date: Fri, 11 Jan 2002 23:29:48 +0100
12108              Message-ID: <3C3F756C.21561.2E2A9CE@localhost>
12109      Branch: perl
12110            ! embed.fnc global.sym makedef.pl
12111 ____________________________________________________________________________
12112 [ 14202] By: jhi                                   on 2002/01/12  00:07:41
12113         Log: Subject: [PATCH] perldelta nit?
12114              From: Robert Spier <rspier@pobox.com>
12115              Date: Fri, 11 Jan 2002 15:19:16 -0800
12116              Message-ID: <15423.29428.164185.251700@rls.cx>
12117      Branch: perl
12118            ! pod/perldelta.pod
12119 ____________________________________________________________________________
12120 [ 14201] By: jhi                                   on 2002/01/12  00:06:02
12121         Log: Subject: Re: [PATCH lib/AnyDBM_File.t] Convert to Test::More
12122              From: Michael G Schwern <schwern@pobox.com>
12123              Date: Fri, 11 Jan 2002 17:08:17 -0500
12124              Message-ID: <20020111220817.GG2838@blackrider>
12125      Branch: perl
12126            ! t/run/kill_perl.t t/test.pl
12127 ____________________________________________________________________________
12128 [ 14200] By: jhi                                   on 2002/01/12  00:02:05
12129         Log: Subject: [PATCH] Correct misleading error message
12130              From: Mike Guy <mjtg@cam.ac.uk>
12131              Date: Fri, 11 Jan 2002 18:36:33 +0000
12132              Message-Id: <E16P6XZ-0005kA-00@draco.cus.cam.ac.uk>
12133              
12134              hash assignment -> anonymous hash
12135      Branch: perl
12136            ! pod/perldiag.pod pp.c t/lib/warnings/pp t/op/hashwarn.t
12137 ____________________________________________________________________________
12138 [ 14199] By: jhi                                   on 2002/01/11  23:58:00
12139         Log: Subject: [PATCH bleadperl] Shut down warnings in Normalize.c          
12140              From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu>
12141              Date: Fri, 11 Jan 2002 16:58:14 +0100
12142              Message-ID: <543058204.20020111165814@tesla.rcub.bg.ac.yu>
12143      Branch: perl
12144            ! ext/Unicode/Normalize/mkheader
12145 ____________________________________________________________________________
12146 [ 14198] By: jhi                                   on 2002/01/11  23:53:05
12147         Log: Add a new test for is-sprintf-preserving Unicodeness:
12148              #14194 and an old one from kill_perl.t (I could have used
12149              sprintf.t, but it's format was quite fixed, and I didn't
12150              feel like breaking the format)
12151      Branch: perl
12152            + t/op/unisprintf.t
12153            ! MANIFEST t/run/kill_perl.t
12154 ____________________________________________________________________________
12155 [ 14197] By: jhi                                   on 2002/01/11  21:48:49
12156         Log: Integrate perlio;
12157              Install dummy signal() handlers for Win32's SIGINT and SIGBREAK
12158      Branch: perl
12159           !> win32/win32.c
12160 ____________________________________________________________________________
12161 [ 14196] By: nick                                  on 2002/01/11  20:58:20
12162         Log: Install dummy signal() handlers for Win32's SIGINT and SIGBREAK
12163              as C runtime seems to get its hands on them even though we said
12164              they were handled.
12165              Still an issue with "die" out of signal handler - get panic: pp_iter
12166      Branch: perlio
12167            ! win32/win32.c
12168 ____________________________________________________________________________
12169 [ 14195] By: jhi                                   on 2002/01/11  20:07:35
12170         Log: Integrate perlio;
12171              A mostly-stable version of "new" Win32 signal/kill support.
12172      Branch: perl
12173           !> MANIFEST XSUB.h mg.c t/run/kill_perl.t toke.c win32/config.bc
12174           !> win32/config.gc win32/config.vc win32/config_H.bc
12175           !> win32/config_H.gc win32/config_H.vc win32/config_h.PL
12176           !> win32/makefile.mk win32/win32.c win32/win32.h
12177 ____________________________________________________________________________
12178 [ 14194] By: jhi                                   on 2002/01/11  20:04:26
12179         Log: Fix for
12180              
12181              Subject: UTF-8 sprintf bug in bleadperl
12182              From: andreas.koenig@anima.de (Andreas J. Koenig)
12183              Date: 11 Jan 2002 15:47:15 +0100
12184              Message-ID: <m3vge99c7g.fsf@anima.de>
12185              
12186              I have tests, have just to figure out where to put them
12187              since op/sprintf looks a bit unfriendly for tests of
12188              somewhat freer form.
12189      Branch: perl
12190            ! doop.c sv.c
12191 ____________________________________________________________________________
12192 [ 14193] By: nick                                  on 2002/01/11  18:25:34
12193         Log: Integrate mainline (on Win32 - risky) for vmem.h stuff
12194              Builds and passes a few tests.
12195      Branch: perlio
12196           +> ext/B/t/concise.t lib/Test/Harness/Assert.pm
12197           +> lib/Test/Harness/Iterator.pm lib/Test/Harness/Straps.pm
12198           +> lib/Test/Harness/t/00compile.t lib/Test/Harness/t/assert.t
12199           +> lib/Test/Harness/t/callback.t lib/Test/Harness/t/nonumbers.t
12200           +> lib/Test/Harness/t/strap-analyze.t lib/Test/Harness/t/strap.t
12201           +> lib/Test/Simple/t/buffer.t lib/Test/Simple/t/diag.t
12202           +> t/lib/sample-tests/lone_not_bug
12203           +> t/lib/sample-tests/out_of_order t/lib/sample-tests/taint
12204           +> t/lib/sample-tests/vms_nit
12205           !> (integrate 63 files)
12206 ____________________________________________________________________________
12207 [ 14192] By: nick                                  on 2002/01/11  17:49:39
12208         Log: A mostly-stable version of "new" Win32 signal/kill support.
12209      Branch: perlio
12210            ! XSUB.h mg.c win32/config.bc win32/config.gc win32/config.vc
12211            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
12212            ! win32/config_h.PL win32/makefile.mk win32/win32.c
12213            ! win32/win32.h
12214 ____________________________________________________________________________
12215 [ 14191] By: jhi                                   on 2002/01/11  15:34:53
12216         Log: Update Changes.
12217      Branch: perl
12218            ! Changes patchlevel.h
12219 ____________________________________________________________________________
12220 [ 14190] By: jhi                                   on 2002/01/11  14:52:51
12221         Log: Subject: [PATCH] Re: Magic numbers in B::Concise
12222              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
12223              Date: Thu, 10 Jan 2002 18:21:34 -0800
12224              Message-ID: <15422.19502.380275.403187@soda.csua.berkeley.edu>
12225      Branch: perl
12226            + ext/B/t/concise.t
12227            ! MANIFEST
12228 ____________________________________________________________________________
12229 [ 14189] By: jhi                                   on 2002/01/11  14:51:11
12230         Log: Upgrade to CGI.pm 2.79.  Manual tweaks were
12231              necessary in form.t and html.t @INC setups.
12232      Branch: perl
12233            ! lib/CGI.pm lib/CGI/Carp.pm lib/CGI/t/form.t lib/CGI/t/html.t
12234 ____________________________________________________________________________
12235 [ 14188] By: jhi                                   on 2002/01/11  14:31:17
12236         Log: Yet another twist.
12237      Branch: perl
12238            ! t/test.pl
12239 ____________________________________________________________________________
12240 [ 14187] By: jhi                                   on 2002/01/11  14:14:12
12241         Log: Subject: [ PATCH ] AIX to pick the correct CC if more than one installed
12242              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
12243              Date: Fri, 11 Jan 2002 13:04:15 +0100      
12244              Message-Id: <20020111125951.BD84.H.M.BRAND@hccnet.nl>
12245      Branch: perl
12246            ! hints/aix.sh
12247 ____________________________________________________________________________
12248 [ 14186] By: jhi                                   on 2002/01/11  14:13:02
12249         Log: Subject: [REPATCH] RE: [PATCH lib/AnyDBM_File.t] null key support back in DB v3
12250              From: Jonathan Stowe <gellyfish@gellyfish.com> 
12251              Date: Fri, 11 Jan 2002 09:28:46 +0000 (GMT)
12252              Message-ID: <Pine.LNX.4.33.0201110927480.10327-100000@orpheus.gellyfish.com>
12253      Branch: perl
12254            ! lib/AnyDBM_File.t
12255 ____________________________________________________________________________
12256 [ 14185] By: jhi                                   on 2002/01/11  14:10:01
12257         Log: Arguments were being mangled.
12258      Branch: perl
12259            ! t/test.pl
12260 ____________________________________________________________________________
12261 [ 14184] By: jhi                                   on 2002/01/11  14:05:53
12262         Log: Subject: [PATCH lib/AnyDBM_File.t] Convert to Test::More
12263              From: Jonathan Stowe <gellyfish@gellyfish.com>
12264              Date: Thu, 10 Jan 2002 19:55:15 +0000 (GMT)
12265              Message-ID: <Pine.LNX.4.33.0201101948360.9717-100000@orpheus.gellyfish.com>
12266      Branch: perl
12267            ! lib/AnyDBM_File.t
12268 ____________________________________________________________________________
12269 [ 14183] By: jhi                                   on 2002/01/11  13:59:22
12270         Log: Subject: [PATCH t/run/kill_perl.t t/test.pl] Seperating kill_perl()
12271              From: Michael G Schwern <schwern@pobox.com> 
12272              Date: Fri, 11 Jan 2002 04:26:27 -0500
12273              Message-ID: <20020111092626.GA16544@blackrider>
12274      Branch: perl
12275            ! t/run/kill_perl.t t/test.pl
12276 ____________________________________________________________________________
12277 [ 14182] By: jhi                                   on 2002/01/11  13:57:59
12278         Log: Subject: [PATCH] Test::Harness 2.01
12279              From: Michael G Schwern <schwern@pobox.com> 
12280              Date: Thu, 10 Jan 2002 21:11:24 -0500
12281              Message-ID: <20020111021123.GA30666@blackrider>
12282      Branch: perl
12283            + lib/Test/Harness/Assert.pm lib/Test/Harness/Iterator.pm
12284            + lib/Test/Harness/Straps.pm lib/Test/Harness/t/00compile.t
12285            + lib/Test/Harness/t/assert.t lib/Test/Harness/t/callback.t
12286            + lib/Test/Harness/t/nonumbers.t
12287            + lib/Test/Harness/t/strap-analyze.t lib/Test/Harness/t/strap.t
12288            + t/lib/sample-tests/lone_not_bug
12289            + t/lib/sample-tests/out_of_order t/lib/sample-tests/taint
12290            + t/lib/sample-tests/vms_nit
12291            ! MANIFEST lib/Test/Harness.pm lib/Test/Harness/Changes
12292            ! lib/Test/Harness/t/base.t lib/Test/Harness/t/test-harness.t
12293 ____________________________________________________________________________
12294 [ 14181] By: jhi                                   on 2002/01/11  13:57:38
12295         Log: patch is silly when creating new files: don't run
12296              patch more than once.
12297      Branch: perl
12298            ! lib/Test/Simple/t/buffer.t lib/Test/Simple/t/diag.t
12299 ____________________________________________________________________________
12300 [ 14180] By: jhi                                   on 2002/01/11  13:53:49
12301         Log: Forgot from #14179.
12302      Branch: perl
12303            ! lib/Pod/InputObjects.pm lib/Pod/t/InputObjects.t
12304 ____________________________________________________________________________
12305 [ 14179] By: jhi                                   on 2002/01/11  13:24:13
12306         Log: Subject: [PATCH] is() undef/'' behavior change
12307              From: Michael G Schwern <schwern@pobox.com> 
12308              Date: Fri, 11 Jan 2002 03:35:51 -0500
12309              Message-ID: <20020111083551.GC30666@blackrider>
12310              
12311              Subject: [PATCH] Pod::InputObjects warnings & is() undef/'' fix
12312              From: Michael G Schwern <schwern@pobox.com> 
12313              Date: Fri, 11 Jan 2002 03:37:44 -0500
12314              Message-ID: <20020111083744.GD30666@blackrider>
12315      Branch: perl
12316            ! ext/re/re.t lib/AutoSplit.t lib/DB.t lib/ExtUtils/t/Command.t
12317            ! lib/ExtUtils/t/Manifest.t lib/Pod/InputObjects.pm
12318            ! lib/Pod/t/InputObjects.t lib/blib.t
12319 ____________________________________________________________________________
12320 [ 14178] By: jhi                                   on 2002/01/11  13:21:59
12321         Log: Subject: [PATCH] Test::Simple/More/Builder/Tutorial 0.41
12322              From: Michael G Schwern <schwern@pobox.com> 
12323              Date: Thu, 10 Jan 2002 19:56:23 -0500
12324              Message-ID: <20020111005623.GA13192@blackrider>
12325      Branch: perl
12326            + lib/Test/Simple/t/buffer.t lib/Test/Simple/t/diag.t
12327            ! MANIFEST lib/Test/Builder.pm lib/Test/More.pm
12328            ! lib/Test/Simple.pm lib/Test/Simple/Changes
12329            ! lib/Test/Simple/t/Builder.t lib/Test/Simple/t/More.t
12330            ! lib/Test/Simple/t/exit.t lib/Test/Simple/t/extra.t
12331            ! lib/Test/Simple/t/fail-like.t lib/Test/Simple/t/fail-more.t
12332            ! lib/Test/Simple/t/fail.t lib/Test/Simple/t/filehandles.t
12333            ! lib/Test/Simple/t/import.t lib/Test/Simple/t/is_deeply.t
12334            ! lib/Test/Simple/t/missing.t lib/Test/Simple/t/no_ending.t
12335            ! lib/Test/Simple/t/no_header.t lib/Test/Simple/t/no_plan.t
12336            ! lib/Test/Simple/t/output.t lib/Test/Simple/t/plan.t
12337            ! lib/Test/Simple/t/plan_is_noplan.t
12338            ! lib/Test/Simple/t/plan_no_plan.t
12339            ! lib/Test/Simple/t/plan_skip_all.t lib/Test/Simple/t/simple.t
12340            ! lib/Test/Simple/t/skip.t lib/Test/Simple/t/skipall.t
12341            ! lib/Test/Simple/t/todo.t lib/Test/Simple/t/undef.t
12342            ! lib/Test/Simple/t/use_ok.t lib/Test/Simple/t/useing.t
12343            ! lib/Test/Tutorial.pod
12344 ____________________________________________________________________________
12345 [ 14177] By: gsar                                  on 2002/01/11  02:56:05
12346         Log: malloc() things must be free()d, not Safefree()d (bug in change#11280
12347              revealed by -D_USE_MSVCRT_MEM_ALLOC -D_USE_LINKED_LIST)
12348              
12349              turns out even the malloc() was never really needed to begin with,
12350              so get rid of it
12351      Branch: perl
12352            ! sv.c
12353 ____________________________________________________________________________
12354 [ 14176] By: jhi                                   on 2002/01/11  02:11:21
12355         Log: Small doc tweaks.
12356      Branch: perl
12357            ! pod/perluniintro.pod
12358 ____________________________________________________________________________
12359 [ 14175] By: gsar                                  on 2002/01/11  01:05:15
12360         Log: support using the CRT's malloc() family of functions instead of
12361              the internal one when ithreads is enabled; allocate large blocks
12362              using VirtualAlloc() since the Heap*() functions may only be tuned
12363              for small allocations (from Doug Lankshear <dougl@ActiveState.com>)
12364              
12365              pass -D_USE_MSVCRT_MEM_ALLOC via cflags to enable the CRT's malloc();
12366              also see comments at the top of win32/vmem.h for other options that
12367              can be set
12368      Branch: perl
12369            ! win32/vmem.h
12370 ____________________________________________________________________________
12371 [ 14174] By: jhi                                   on 2002/01/10  19:33:29
12372         Log: Subject: micropatch
12373              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
12374              Date: Thu, 10 Jan 2002 18:20:58 +0000
12375              Message-Id: <200201101820.g0AIKw208580@crypt.compulink.co.uk>
12376      Branch: perl
12377            ! regcomp.c
12378 ____________________________________________________________________________
12379 [ 14173] By: jhi                                   on 2002/01/10  19:32:16
12380         Log: Subject: [PATCH] Embed.t on Win32
12381              From: "Mattia Barbon" <mbarbon@dsi.unive.it>
12382              Date: Thu, 10 Jan 2002 18:56:21 +0100
12383              Message-ID: <3C3DE3D5.7359.1FEB994@localhost>
12384      Branch: perl
12385            ! lib/ExtUtils/t/Embed.t
12386 ____________________________________________________________________________
12387 [ 14172] By: jhi                                   on 2002/01/10  19:31:00
12388         Log: Subject: Re: [PATCH] No 'once' warnings for variables declared with our
12389              From: Gisle Aas <gisle@ActiveState.com>
12390              Date: 10 Jan 2002 08:56:05 -0800
12391              Message-ID: <lrg05ep2l6.fsf@caliper.activestate.com>
12392      Branch: perl
12393            ! toke.c
12394 ____________________________________________________________________________
12395 [ 14171] By: jhi                                   on 2002/01/10  19:29:08
12396         Log: Subject: [PATCH] doc fixes
12397              From: "Brendan O'Dea" <bod@debian.org>
12398              Date: Fri, 11 Jan 2002 03:49:54 +1100
12399              Message-ID: <20020110164954.GA21891@compusol.com.au>
12400      Branch: perl
12401            ! lib/I18N/Collate.pm pod/perlfunc.pod
12402 ____________________________________________________________________________
12403 [ 14170] By: jhi                                   on 2002/01/10  17:48:42
12404         Log: Integrate perlio; More signal hackery.
12405      Branch: perl
12406           !> win32/win32.c
12407 ____________________________________________________________________________
12408 [ 14169] By: jhi                                   on 2002/01/10  17:47:34
12409         Log: No need to show internal encodings, or return them
12410              in random order.
12411      Branch: perl
12412            ! ext/Encode/Encode.pm
12413 ____________________________________________________________________________
12414 [ 14168] By: nick                                  on 2002/01/10  17:33:31
12415         Log: Integrate mainline
12416      Branch: perlio
12417            - ext/Unicode/Normalize/Normalize.pod
12418           !> MANIFEST ext/B/B/Concise.pm ext/B/B/Deparse.pm ext/B/O.pm
12419           !> ext/Unicode/Normalize/Makefile.PL
12420           !> ext/Unicode/Normalize/Normalize.pm
12421           !> ext/Unicode/Normalize/Normalize.xs
12422           !> ext/Unicode/Normalize/mkheader hints/linux.sh pod/perlrun.pod
12423           !> pod/perlunicode.pod regexec.c t/lib/strict/vars t/op/readdir.t
12424           !> t/run/kill_perl.t toke.c
12425 ____________________________________________________________________________
12426 [ 14167] By: nick                                  on 2002/01/10  17:08:35
12427         Log: More signal hackery
12428      Branch: perlio
12429            ! win32/win32.c
12430 ____________________________________________________________________________
12431 [ 14166] By: jhi                                   on 2002/01/10  15:24:41
12432         Log: I think we can claim to be supporting Unicode
12433              "loose matching" now.
12434      Branch: perl
12435            ! pod/perlunicode.pod
12436 ____________________________________________________________________________
12437 [ 14165] By: jhi                                   on 2002/01/10  15:07:56
12438         Log: Subject: doc patch
12439              From: mjd@plover.com
12440              Date: 10 Jan 2002 15:12:27 -0000
12441              Message-ID: <20020110151227.14850.qmail@plover.com>
12442      Branch: perl
12443            ! pod/perlrun.pod
12444 ____________________________________________________________________________
12445 [ 14164] By: jhi                                   on 2002/01/10  14:54:38
12446         Log: Subject: Re: [ID 20011223.001] accept leaks memory
12447              From: Andy Dougherty <doughera@lafayette.edu>
12448              Date: Thu, 10 Jan 2002 10:13:07 -0500 (EST)
12449              Message-ID: <Pine.SOL.4.10.10201100919390.4429-100000@maxwell.phys.lafayette.edu>
12450      Branch: perl
12451            ! hints/linux.sh
12452 ____________________________________________________________________________
12453 [ 14163] By: jhi                                   on 2002/01/10  14:52:08
12454         Log: Integrate perlio; Skeleton coding of more kill() support on Win32.
12455      Branch: perl
12456           !> win32/win32.c
12457 ____________________________________________________________________________
12458 [ 14162] By: jhi                                   on 2002/01/10  14:50:03
12459         Log: Subject: [PATCH] Magic numbers in B::Concise
12460              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU> 
12461              Date: Wed, 9 Jan 2002 23:04:01 -0800
12462              Message-ID: <15421.15585.813580.211907@soda.csua.berkeley.edu>
12463      Branch: perl
12464            ! ext/B/B/Concise.pm ext/B/O.pm
12465 ____________________________________________________________________________
12466 [ 14161] By: jhi                                   on 2002/01/10  14:48:52
12467         Log: Subject: [PATCH] No 'once' warnings for variables declared with our
12468              From: Gisle Aas <gisle@ActiveState.com>
12469              Date: 09 Jan 2002 21:52:40 -0800
12470              Message-ID: <lrg05e7nx3.fsf@caliper.activestate.com>
12471      Branch: perl
12472            ! t/lib/strict/vars toke.c
12473 ____________________________________________________________________________
12474 [ 14160] By: nick                                  on 2002/01/09  21:29:39
12475         Log: Skeleton coding of more kill() support on Win32.
12476      Branch: perlio
12477            ! win32/win32.c
12478 ____________________________________________________________________________
12479 [ 14159] By: jhi                                   on 2002/01/09  21:28:13
12480         Log: Subject: [PATCH] B::Deparse : support for \[...] prototypes
12481              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
12482              Date: Wed, 9 Jan 2002 23:24:32 +0100
12483              Message-ID: <20020109232432.A692@rafael>
12484      Branch: perl
12485            ! ext/B/B/Deparse.pm
12486 ____________________________________________________________________________
12487 [ 14158] By: jhi                                   on 2002/01/09  21:25:19
12488         Log: Subject: Re: [PATCH pp_sys.c] Fix segfault in dbmclose in DESTROY (was Re: [ID 20020104.007] coredump on dbmclose)
12489              From: Jonathan Stowe <gellyfish@gellyfish.com>
12490              Date: Wed, 9 Jan 2002 19:37:38 +0000 (GMT)
12491              Message-ID: <Pine.LNX.4.33.0201091924020.21574-100000@orpheus.gellyfish.com>
12492      Branch: perl
12493            ! t/run/kill_perl.t
12494 ____________________________________________________________________________
12495 [ 14157] By: jhi                                   on 2002/01/09  19:59:28
12496         Log: Subject: Re: [ID 20020109.002] /(?m:...\s*$)/ is not backtracking properly
12497              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
12498              Date: Wed, 09 Jan 2002 20:16:54 +0000
12499              Message-Id: <200201092016.g09KGsi30119@crypt.compulink.co.uk>
12500      Branch: perl
12501            ! regexec.c
12502 ____________________________________________________________________________
12503 [ 14156] By: jhi                                   on 2002/01/09  19:46:27
12504         Log: Subject: [Patch @14129] fixes Unicode::Normalize
12505              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
12506              Date: Thu, 10 Jan 2002 01:08:56 +0900
12507              Message-Id: <20020110010110.690B.BQW10602@nifty.com>
12508      Branch: perl
12509            - ext/Unicode/Normalize/Normalize.pod
12510            ! MANIFEST ext/Unicode/Normalize/Makefile.PL
12511            ! ext/Unicode/Normalize/Normalize.pm
12512            ! ext/Unicode/Normalize/Normalize.xs
12513            ! ext/Unicode/Normalize/mkheader
12514 ____________________________________________________________________________
12515 [ 14155] By: jhi                                   on 2002/01/09  19:09:15
12516         Log: Integrate perlio; (Re-)implement alarm() for Win32.
12517      Branch: perl
12518           !> win32/config.vc win32/config_H.vc win32/win32.c win32/win32.h
12519           !> win32/win32iop.h
12520 ____________________________________________________________________________
12521 [ 14154] By: jhi                                   on 2002/01/09  19:08:15
12522         Log: Subject: [PATCH] op/readdir.t (was Re: perl@14152)
12523              From: Nicholas Clark <nick@unfortu.net>
12524              Date: Wed, 9 Jan 2002 17:56:04 +0000
12525              Message-ID: <20020109175604.H354@Bagpuss.unfortu.net>
12526      Branch: perl
12527            ! t/op/readdir.t
12528 ____________________________________________________________________________
12529 [ 14153] By: nick                                  on 2002/01/09  16:18:57
12530         Log: Integrate mainline
12531      Branch: perlio
12532           +> ext/threads/t/stress_re.t t/op/unifold.t
12533            - lib/unifold.t
12534           !> Changes MANIFEST Makefile.SH ext/B/B/Deparse.pm op.c
12535           !> patchlevel.h pod/perldebug.pod regcomp.c regexec.c scope.c
12536           !> t/op/pat.t t/op/re_tests t/run/kill_perl.t utf8.c
12537 ____________________________________________________________________________
12538 [ 14152] By: jhi                                   on 2002/01/09  14:37:01
12539         Log: Update Changes.
12540      Branch: perl
12541            ! Changes patchlevel.h
12542 ____________________________________________________________________________
12543 [ 14151] By: nick                                  on 2002/01/09  14:27:36
12544         Log: (Re-)implement alarm() for Win32.
12545      Branch: perlio
12546            ! win32/config.vc win32/config_H.vc win32/win32.c win32/win32.h
12547            ! win32/win32iop.h
12548 ____________________________________________________________________________
12549 [ 14150] By: jhi                                   on 2002/01/09  14:27:23
12550         Log: Thinko.
12551      Branch: perl
12552            ! ext/threads/t/stress_re.t
12553 ____________________________________________________________________________
12554 [ 14149] By: jhi                                   on 2002/01/09  13:47:31
12555         Log: Subject: Re: [ID 20020109.002] /(?m:...\s*$)/ is not backtracking properly
12556              From: Hugo van der Sanden <hv@crypt.compulink.co.uk> 
12557              Date: Wed, 09 Jan 2002 13:37:17 +0000                
12558              Message-Id: <200201091337.g09DbH519379@crypt.compulink.co.uk>
12559      Branch: perl
12560            ! regexec.c t/op/re_tests
12561 ____________________________________________________________________________
12562 [ 14148] By: jhi                                   on 2002/01/09  13:00:09
12563         Log: Subject: Re: Weird Malformed warning in bleadperl    
12564              From: andreas.koenig@anima.de (Andreas J. Koenig)    
12565              Date: 09 Jan 2002 11:12:37 +0100
12566              Message-ID: <m3itabbzoq.fsf@anima.de>
12567      Branch: perl
12568            ! regexec.c t/op/pat.t
12569 ____________________________________________________________________________
12570 [ 14147] By: jhi                                   on 2002/01/09  12:59:42
12571         Log: Forgot stress_re.t from MANIFEST.
12572      Branch: perl
12573            ! MANIFEST
12574 ____________________________________________________________________________
12575 [ 14146] By: jhi                                   on 2002/01/09  12:47:27
12576         Log: In dumping use isPRINT() instead of isprint() so that locale
12577              does not come into play.
12578      Branch: perl
12579            ! utf8.c
12580 ____________________________________________________________________________
12581 [ 14145] By: jhi                                   on 2002/01/09  02:52:39
12582         Log: Add a threads stress test for regular expressions
12583              (mostly just a modified stress_string.t) and doesn't
12584              test that much of regular expressions, just that $1
12585              doesn't get stomped by competing threads (as it does
12586              in the 5005threads of old).
12587      Branch: perl
12588            + ext/threads/t/stress_re.t
12589            ! MANIFEST
12590 ____________________________________________________________________________
12591 [ 14144] By: jhi                                   on 2002/01/09  02:28:33
12592         Log: (retracted by #14307)
12593              Subject: Re: [ID 20010912.007] substr reference core dump
12594              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
12595              Date: Tue, 08 Jan 2002 19:17:50 +0000
12596              Message-Id: <200201081917.g08JHoE15793@crypt.compulink.co.uk>
12597      Branch: perl
12598            ! scope.c t/run/kill_perl.t
12599 ____________________________________________________________________________
12600 [ 14143] By: jhi                                   on 2002/01/09  01:32:05
12601         Log: SANY (. with /s) wasn't happy on Unicode.
12602      Branch: perl
12603            ! regexec.c t/op/pat.t
12604 ____________________________________________________________________________
12605 [ 14142] By: ams                                   on 2002/01/08  22:42:10
12606         Log: Subject: [PATCH] perldebug nit
12607              From: Tels <tels@bloodgate.com>
12608              Date: Wed, 09 Jan 2002 00:08:59 +0100 (CET)
12609      Branch: perl
12610            ! pod/perldebug.pod
12611 ____________________________________________________________________________
12612 [ 14141] By: ams                                   on 2002/01/08  21:32:59
12613         Log: Subject: [PATCH] Minor fix to perl/Makefile.SH
12614              From: "Green, Paul" <Paul.Green@stratus.com>
12615              Date: Tue, 8 Jan 2002 17:31:35 -0500
12616              Message-Id: <95AE3CDB3543D511883A0020485B38B9023534A3@exna3.stratus.com>
12617      Branch: perl
12618            ! Makefile.SH
12619 ____________________________________________________________________________
12620 [ 14140] By: ams                                   on 2002/01/08  21:27:57
12621         Log: Subject: [PATCH] Re: Slight chokage from Deparse
12622              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
12623              Date: Tue, 8 Jan 2002 23:04:45 +0100
12624              Message-Id: <20020108230445.A4798@rafael>
12625      Branch: perl
12626            ! ext/B/B/Deparse.pm
12627 ____________________________________________________________________________
12628 [ 14139] By: jhi                                   on 2002/01/08  19:13:43
12629         Log: Subject: [patch] peep() is rude
12630              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>            
12631              Date: Tue, 08 Jan 2002 19:17:50 +0000            
12632              Message-Id: <200201081917.g08JHoW15789@crypt.compulink.co.uk>
12633      Branch: perl
12634            ! op.c t/run/kill_perl.t
12635 ____________________________________________________________________________
12636 [ 14138] By: jhi                                   on 2002/01/08  19:01:16
12637         Log: unifold is really an op test since it requires
12638              no external modules for its actual testing:
12639              only the unicore CaseFold.txt file, and File::Spec
12640              to portably access that file.
12641      Branch: perl
12642            + t/op/unifold.t
12643            - lib/unifold.t
12644            ! MANIFEST
12645 ____________________________________________________________________________
12646 [ 14137] By: jhi                                   on 2002/01/08  16:29:48
12647         Log: Subject: [patch] save a test 
12648              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
12649              Date: Tue, 08 Jan 2002 16:18:47 +0000
12650              Message-Id: <200201081618.g08GIlN02821@crypt.compulink.co.uk>          
12651      Branch: perl
12652            ! regcomp.c
12653 ____________________________________________________________________________
12654 [ 14136] By: nick                                  on 2002/01/08  16:11:55
12655         Log: Integrate mainline
12656      Branch: perlio
12657           +> lib/Math/BigInt/t/mbimbf.inc lib/Math/BigInt/t/require.t
12658           +> lib/Math/BigInt/t/sub_mif.t lib/Math/BigInt/t/use.t
12659           !> (integrate 37 files)
12660 ____________________________________________________________________________
12661 [ 14135] By: jhi                                   on 2002/01/08  15:12:38
12662         Log: Subject: Not OK 13843 
12663              From: andreas.koenig@anima.de (Andreas J. Koenig)
12664              Date: 08 Jan 2002 14:12:29 +0100
12665              Message-ID: <m38zb9c7gi.fsf@anima.de>
12666      Branch: perl
12667            ! op.c t/op/subst.t
12668 ____________________________________________________________________________
12669 [ 14134] By: jhi                                   on 2002/01/08  14:30:00
12670         Log: Missed one variant of the fold testing, noticed bu Hugo.
12671      Branch: perl
12672            ! lib/unifold.t
12673 ____________________________________________________________________________
12674 [ 14133] By: jhi                                   on 2002/01/08  14:23:39
12675         Log: Enchance the Storable magic description.
12676      Branch: perl
12677            ! ext/Storable/Storable.pm
12678 ____________________________________________________________________________
12679 [ 14132] By: ams                                   on 2002/01/08  09:16:12
12680         Log: Subject: [PATCH] don't installperl pods
12681              From: H.Merijn Brand <h.m.brand@hccnet.nl>
12682              Date: Tue, 08 Jan 2002 10:36:01 +0100
12683              Message-Id: <20020108103447.A841.H.M.BRAND@hccnet.nl>
12684      Branch: perl
12685            ! installperl
12686 ____________________________________________________________________________
12687 [ 14131] By: ams                                   on 2002/01/08  03:38:40
12688         Log: Subject: Math-BigInt v1.49 released
12689              From: Tels <perl_dummy@bloodgate.com>
12690              Date: Tue, 08 Jan 2002 03:09:34 +0100 (CET)
12691      Branch: perl
12692            + lib/Math/BigInt/t/mbimbf.inc lib/Math/BigInt/t/require.t
12693            + lib/Math/BigInt/t/sub_mif.t lib/Math/BigInt/t/use.t
12694            ! MANIFEST lib/Math/BigFloat.pm lib/Math/BigInt.pm
12695            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bare_mbi.t
12696            ! lib/Math/BigInt/t/bigfltpm.inc lib/Math/BigInt/t/bigfltpm.t
12697            ! lib/Math/BigInt/t/bigintc.t lib/Math/BigInt/t/bigintpm.inc
12698            ! lib/Math/BigInt/t/bigintpm.t lib/Math/BigInt/t/mbimbf.t
12699            ! lib/Math/BigInt/t/sub_mbf.t lib/Math/BigInt/t/sub_mbi.t
12700            ! t/lib/Math/BigFloat/Subclass.pm t/lib/Math/BigInt/BareCalc.pm
12701            ! t/lib/Math/BigInt/Subclass.pm
12702 ____________________________________________________________________________
12703 [ 14130] By: jhi                                   on 2002/01/08  02:13:53
12704         Log: A little better comments.
12705      Branch: perl
12706            ! regexec.c
12707 ____________________________________________________________________________
12708 [ 14129] By: jhi                                   on 2002/01/07  23:45:05
12709         Log: No normalization form DNF.
12710      Branch: perl
12711            ! ext/Unicode/Normalize/Normalize.pm
12712 ____________________________________________________________________________
12713 [ 14128] By: jhi                                   on 2002/01/07  23:40:15
12714         Log: Extension nits found by -Wall (several from threads
12715              and threads::shared, but leaving them to Arthur).
12716      Branch: perl
12717            ! ext/Data/Dumper/Dumper.xs ext/Devel/PPPort/PPPort.pm
12718            ! ext/Devel/PPPort/PPPort.xs ext/List/Util/Util.xs
12719            ! ext/Opcode/Opcode.xs ext/Unicode/Normalize/Normalize.xs
12720            ! ext/Unicode/Normalize/mkheader x2p/str.c
12721 ____________________________________________________________________________
12722 [ 14127] By: pudge                                 on 2002/01/07  22:25:55
12723         Log: Sync up Changes etc.
12724      Branch: maint-5.6/macperl
12725            ! macos/Changes macos/MPVersion.r macos/ext/Mac/Memory/Memory.xs
12726 ____________________________________________________________________________
12727 [ 14126] By: pudge                                 on 2002/01/07  22:23:06
12728         Log: Eliminate nested calls to exit() (MacPerl bug #469132)
12729      Branch: maint-5.6/macperl
12730            ! macos/macperl/MPFile.c macos/macperl/MPMain.c
12731 ____________________________________________________________________________
12732 [ 14125] By: ams                                   on 2002/01/07  22:03:22
12733         Log: Subject: [PATCH] better Exporter docs (Re: [PATCH @13746] Leaner exporter)
12734              From: Nicholas Clark (sans From field in mail header)
12735              Date: Mon, 7 Jan 2002 16:18:23 +0000
12736              Message-Id: <20020107161823.A599@Bagpuss.unfortu.net>
12737      Branch: perl
12738            ! lib/Exporter.pm
12739 ____________________________________________________________________________
12740 [ 14124] By: ams                                   on 2002/01/07  21:46:11
12741         Log: Subject: [PATCH] Last patch needed to get Perl5.7 to build natively on VOS
12742              From: "Green, Paul" <Paul.Green@stratus.com>
12743              Date: Mon, 7 Jan 2002 16:59:38 -0500
12744              Message-Id: <95AE3CDB3543D511883A0020485B38B90235349B@exna3.stratus.com>
12745      Branch: perl
12746            ! ext/Errno/Errno_pm.PL perl.h t/TEST t/test.pl vos/vosish.h
12747 ____________________________________________________________________________
12748 [ 14123] By: nick                                  on 2002/01/07  18:49:55
12749         Log: Integrate mainline
12750      Branch: perlio
12751           !> AUTHORS Changes dump.c ext/Storable/Storable.pm lib/sort.pm
12752           !> patchlevel.h pod/perl561delta.pod pod/perl56delta.pod
12753           !> pod/perlapi.pod pod/perldelta.pod pod/perltoc.pod regcomp.c
12754           !> regexec.c t/op/re_tests utf8.c utf8.h
12755 ____________________________________________________________________________
12756 [ 14122] By: jhi                                   on 2002/01/07  16:09:50
12757         Log: Update Changes.
12758      Branch: perl
12759            ! Changes patchlevel.h
12760 ____________________________________________________________________________
12761 [ 14121] By: jhi                                   on 2002/01/07  16:03:34
12762         Log: Subject: [PATCH] Correct module name in perldelta*
12763              From: Mike Guy <mjtg@cam.ac.uk>
12764              Date: Mon, 07 Jan 2002 17:02:43 +0000
12765              Message-Id: <E16NdAZ-0001SW-00@draco.cus.cam.ac.uk>
12766      Branch: perl
12767            ! pod/perl561delta.pod pod/perl56delta.pod
12768 ____________________________________________________________________________
12769 [ 14120] By: jhi                                   on 2002/01/07  15:55:25
12770         Log: AUTHORS update.
12771      Branch: perl
12772            ! AUTHORS
12773 ____________________________________________________________________________
12774 [ 14119] By: jhi                                   on 2002/01/07  15:52:34
12775         Log: Add file magic for Storable, from Jim Cromie <jcromie@divsol.com>
12776      Branch: perl
12777            ! ext/Storable/Storable.pm
12778 ____________________________________________________________________________
12779 [ 14118] By: jhi                                   on 2002/01/07  15:06:25
12780         Log: perldelta updates.
12781      Branch: perl
12782            ! pod/perldelta.pod
12783 ____________________________________________________________________________
12784 [ 14117] By: jhi                                   on 2002/01/07  13:52:30
12785         Log: Document the flags of pv_uni_display().
12786      Branch: perl
12787            ! pod/perlapi.pod utf8.c
12788 ____________________________________________________________________________
12789 [ 14116] By: jhi                                   on 2002/01/07  13:49:17
12790         Log: Forgot from #14115.
12791      Branch: perl
12792            ! t/op/re_tests
12793 ____________________________________________________________________________
12794 [ 14115] By: jhi                                   on 2002/01/07  13:48:06
12795         Log: Subject: [PATCH regcomp.c] leading (.*) should not be implicitly ^'d  
12796              From: "Jeff 'japhy' Pinyan" <jeffp@crusoe.net>
12797              Date: Sun, 6 Jan 2002 15:36:21 -0500 (EST)
12798              Message-ID: <Pine.GSO.4.21.0201061532400.27018-100000@crusoe.crusoe.net>
12799      Branch: perl
12800            ! regcomp.c
12801 ____________________________________________________________________________
12802 [ 14114] By: jhi                                   on 2002/01/07  04:44:05
12803         Log: More regex and utf8 debug dumping.
12804      Branch: perl
12805            ! dump.c regcomp.c regexec.c utf8.c utf8.h
12806 ____________________________________________________________________________
12807 [ 14113] By: jhi                                   on 2002/01/07  01:05:01
12808         Log: Unused variable.
12809      Branch: perl
12810            ! regcomp.c
12811 ____________________________________________________________________________
12812 [ 14112] By: jhi                                   on 2002/01/07  00:52:46
12813         Log: Regen toc.
12814      Branch: perl
12815            ! pod/perltoc.pod
12816 ____________________________________________________________________________
12817 [ 14111] By: jhi                                   on 2002/01/07  00:03:57
12818         Log: capitalize correctly, noticed by David Dyck.
12819      Branch: perl
12820            ! lib/sort.pm
12821 ____________________________________________________________________________
12822 [ 14110] By: nick                                  on 2002/01/06  22:05:19
12823         Log: Integrate mainline - threads mended, DB_File sick?
12824      Branch: perlio
12825           !> Changes ext/B/B.xs ext/B/B/C.pm ext/B/defsubs_h.PL
12826           !> ext/DB_File/Changes ext/DB_File/DB_File.pm
12827           !> ext/DB_File/DB_File.xs ext/DB_File/dbinfo
12828           !> ext/DB_File/t/db-recno.t ext/DB_File/version.c lib/sort.pm
12829           !> patchlevel.h pp_sys.c sv.c t/TEST t/op/lc.t utils/perlcc.PL
12830 ____________________________________________________________________________
12831 [ 14109] By: jhi                                   on 2002/01/06  20:51:32
12832         Log: No need to overqualify.
12833      Branch: perl
12834            ! lib/sort.pm
12835 ____________________________________________________________________________
12836 [ 14108] By: jhi                                   on 2002/01/06  20:38:34
12837         Log: PL_debug_pad wasn't initialized to zeroes which broke
12838              ithreads + DEBUGGING.
12839      Branch: perl
12840            ! sv.c
12841 ____________________________________________________________________________
12842 [ 14107] By: jhi                                   on 2002/01/06  15:39:31
12843         Log: Update Changes.
12844      Branch: perl
12845            ! Changes patchlevel.h
12846 ____________________________________________________________________________
12847 [ 14106] By: jhi                                   on 2002/01/06  15:33:51
12848         Log: Subject: [PATCH pp_sys.c] Fix segfault in dbmclose in DESTROY (was Re: [ID 20020104.007] coredump on dbmclose)
12849              From: Jonathan Stowe <gellyfish@gellyfish.com>
12850              Date: Sat, 5 Jan 2002 12:43:47 +0000 (GMT)
12851              Message-ID: <Pine.LNX.4.33.0201051240130.5428-100000@orpheus.gellyfish.com>
12852      Branch: perl
12853            ! pp_sys.c
12854 ____________________________________________________________________________
12855 [ 14105] By: jhi                                   on 2002/01/06  15:11:15
12856         Log: DB_File sync from Paul Marquess.
12857      Branch: perl
12858            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
12859            ! ext/DB_File/DB_File.xs ext/DB_File/dbinfo
12860            ! ext/DB_File/t/db-recno.t ext/DB_File/version.c
12861 ____________________________________________________________________________
12862 [ 14104] By: jhi                                   on 2002/01/06  15:08:14
12863         Log: Subject: [PATCH] B, B::C, perlcc, t/TEST
12864              From: "Mattia Barbon" <mbarbon@dsi.unive.it>  
12865              Date: Sun, 6 Jan 2002 11:44:30 +0100
12866              Message-ID: <3C38389E.7831.493570@localhost>
12867      Branch: perl
12868            ! ext/B/B.xs ext/B/B/C.pm ext/B/defsubs_h.PL t/TEST
12869            ! utils/perlcc.PL
12870 ____________________________________________________________________________
12871 [ 14103] By: jhi                                   on 2002/01/06  14:57:01
12872         Log: Tests for #14098.
12873      Branch: perl
12874            ! t/op/lc.t
12875 ____________________________________________________________________________
12876 [ 14102] By: nick                                  on 2002/01/06  11:33:55
12877         Log: Integrate mainline (PPPort still multi-building).
12878      Branch: perlio
12879           +> lib/unifold.t
12880           !> (integrate 30 files)
12881 ____________________________________________________________________________
12882 [ 14101] By: ams                                   on 2002/01/06  04:52:50
12883         Log: Subject: [PATCH] Bad prototype detection now an optional warning
12884              From: Sam Tregar <sam@tregar.com>
12885              Date: Sun, 6 Jan 2002 00:29:25 -0500 (EST)
12886              Message-Id: <Pine.LNX.4.33.0201060023160.3715-200000@localhost.localdomain>
12887      Branch: perl
12888            ! pod/perldelta.pod pod/perldiag.pod pod/perlsub.pod
12889            ! t/comp/proto.t toke.c
12890 ____________________________________________________________________________
12891 [ 14100] By: ams                                   on 2002/01/06  01:56:59
12892         Log: Subject: [PATCH] Correct several Stratus VOS build issues
12893              From: "Green, Paul" <Paul.Green@stratus.com>
12894              Date: Sat, 5 Jan 2002 21:30:56 -0500
12895              Message-Id: <95AE3CDB3543D511883A0020485B38B90235348A@exna3.stratus.com>
12896      Branch: perl
12897            ! ext/Time/HiRes/HiRes.xs hints/vos.sh perl.h vos/vosish.h
12898 ____________________________________________________________________________
12899 [ 14099] By: jhi                                   on 2002/01/05  22:51:38
12900         Log: Further perl.org URL elaboration from Ask.
12901      Branch: perl
12902            ! pod/perlfaq1.pod pod/perlfaq2.pod
12903 ____________________________________________________________________________
12904 [ 14098] By: jhi                                   on 2002/01/05  22:47:59
12905         Log: The same problem with To{Lower,Title,Upper}
12906              as earlier with ToFold.
12907      Branch: perl
12908            ! lib/unicore/To/Lower.pl lib/unicore/To/Title.pl
12909            ! lib/unicore/To/Upper.pl lib/unicore/mktables
12910 ____________________________________________________________________________
12911 [ 14097] By: jhi                                   on 2002/01/05  22:11:35
12912         Log: Retract #14057 for now; the alarm/setitimer timers
12913              seen to be the same in many systems, which leads into
12914              hangups.
12915      Branch: perl
12916            ! ext/Time/HiRes/HiRes.t
12917 ____________________________________________________________________________
12918 [ 14096] By: jhi                                   on 2002/01/05  22:09:20
12919         Log: Finish up (ha!) the Unicode case folding;
12920              enhance regex dumping code.
12921      Branch: perl
12922            + lib/unifold.t
12923            ! MANIFEST embed.fnc embed.h perl.h pp_hot.c proto.h regcomp.c
12924            ! regcomp.h regexec.c t/op/pat.t utf8.c utf8.h
12925 ____________________________________________________________________________
12926 [ 14095] By: jhi                                   on 2002/01/05  22:07:33
12927         Log: Use the perl.org news gw instead of the perl.com one
12928              (from Ask).
12929      Branch: perl
12930            ! pod/perlfaq1.pod pod/perlfaq2.pod
12931 ____________________________________________________________________________
12932 [ 14094] By: jhi                                   on 2002/01/05  21:26:09
12933         Log: Zero() wasn't documented.
12934      Branch: perl
12935            ! pod/perlclib.pod
12936 ____________________________________________________________________________
12937 [ 14093] By: ams                                   on 2002/01/05  17:58:35
12938         Log: Subject: [PATCH] make lib/Memoize/t/tie_ndbm.t tidy up more.
12939              From: Nicholas Clark <nick@unfortu.net>
12940              Date: Sat, 5 Jan 2002 18:55:39 +0000
12941              Message-Id: <20020105185538.K300@Bagpuss.unfortu.net>
12942      Branch: perl
12943            ! lib/Memoize/t/tie_ndbm.t
12944 ____________________________________________________________________________
12945 [ 14092] By: jhi                                   on 2002/01/05  17:26:05
12946         Log: Also UNICOS/mk has deviant socketpair().
12947      Branch: perl
12948            ! ext/Socket/socketpair.t
12949 ____________________________________________________________________________
12950 [ 14091] By: jhi                                   on 2002/01/05  17:21:12
12951         Log: Ooops.  Retract the regex parts of #14090.
12952      Branch: perl
12953            ! embed.fnc embed.h proto.h regcomp.c regcomp.h regexec.c
12954 ____________________________________________________________________________
12955 [ 14090] By: jhi                                   on 2002/01/05  17:18:43
12956         Log: Subject: [REPATCH] Re: [PATCH] Re: socketpair blip on unicos/mk, too
12957              From: Nicholas Clark <nick@unfortu.net> 
12958              Date: Sat, 5 Jan 2002 18:10:13 +0000
12959              Message-ID: <20020105181013.I300@Bagpuss.unfortu.net>              
12960      Branch: perl
12961            ! embed.fnc embed.h ext/Socket/socketpair.t proto.h regcomp.c
12962            ! regcomp.h regexec.c
12963 ____________________________________________________________________________
12964 [ 14089] By: jhi                                   on 2002/01/05  15:42:12
12965         Log: Integrate perlio; a missing aTHX.
12966      Branch: perl
12967           !> op.c
12968 ____________________________________________________________________________
12969 [ 14088] By: nick                                  on 2002/01/05  12:35:01
12970         Log: One missing aTHX_
12971      Branch: perlio
12972            ! op.c
12973 ____________________________________________________________________________
12974 [ 14087] By: nick                                  on 2002/01/05  12:00:48
12975         Log: Raw integrate of mainline - op.c looks dodgy.
12976      Branch: perlio
12977           +> lib/Pod/t/Functions.t t/op/winsystem.t
12978            - lib/File/Spec/NW5.pm t/op/system.t
12979           !> (integrate 77 files)
12980 ____________________________________________________________________________
12981 [ 14086] By: gsar                                  on 2002/01/05  00:19:01
12982         Log: integrate changes from maint-5.6/macperl branch
12983      Branch: maint-5.6/perl
12984           !> ext/IO/IO.xs lib/File/Find.pm lib/File/Spec/Mac.pm
12985           !> lib/Pod/Html.pm pod/perlmodinstall.pod pod/perlport.pod
12986 ____________________________________________________________________________
12987 [ 14085] By: jhi                                   on 2002/01/04  23:36:23
12988         Log: In the UTF-8 branch of crypt() the extra \0 byte is required,
12989              found by Marc Lehmann.
12990      Branch: perl
12991            ! pp.c
12992 ____________________________________________________________________________
12993 [ 14084] By: jhi                                   on 2002/01/04  22:57:03
12994         Log: Subject: Re: [PATCH op.c] Bad \[...] prototype checking
12995              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
12996              Date: Sat, 5 Jan 2002 00:31:12 +0100
12997              Message-ID: <20020105003112.E1850@rafael>              
12998      Branch: perl
12999            ! t/comp/proto.t
13000 ____________________________________________________________________________
13001 [ 14083] By: jhi                                   on 2002/01/04  22:56:23
13002         Log: A bit of "perl.com" cleanup.
13003      Branch: perl
13004            ! pod/perldelta.pod pod/perldiag.pod pod/perlfaq.pod
13005            ! pod/perlfaq1.pod pod/perlfaq2.pod pod/perlfaq3.pod
13006            ! pod/perlfaq4.pod pod/perlfaq5.pod pod/perlfaq8.pod
13007            ! pod/perlmodlib.PL pod/perlmodlib.pod
13008 ____________________________________________________________________________
13009 [ 14082] By: jhi                                   on 2002/01/04  21:53:30
13010         Log: Subject: [PATCH op.c] Bad \[...] prototype checking
13011              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
13012              Date: Fri, 4 Jan 2002 23:35:19 +0100
13013              Message-ID: <20020104233519.A1850@rafael>
13014      Branch: perl
13015            ! op.c
13016 ____________________________________________________________________________
13017 [ 14081] By: jhi                                   on 2002/01/04  21:45:22
13018         Log: Integrate change #14062 from macperl;
13019              Define setbuf, setvbuf for Mac OS
13020      Branch: perl
13021           !> ext/IO/IO.xs
13022 ____________________________________________________________________________
13023 [ 14080] By: pudge                                 on 2002/01/04  21:21:22
13024         Log: Bump version, update Changes
13025      Branch: maint-5.6/macperl
13026            ! macos/Changes macos/MPVersion.r
13027 ____________________________________________________________________________
13028 [ 14079] By: pudge                                 on 2002/01/04  21:09:40
13029         Log: Add more droplets
13030      Branch: maint-5.6/macperl
13031            + macos/macperl/Droplets/gluedialect.plx
13032            + macos/macperl/Droplets/glueedit.plx
13033            + macos/macperl/Droplets/gluemac.plx
13034            + macos/macperl/Droplets/gluescriptadds.plx
13035            + macos/macperl/Droplets/installme.plx
13036            + macos/macperl/Droplets/show_glue_pods.plx
13037            + macos/macperl/Droplets/tarzipme.plx
13038            + macos/macperl/Droplets/untarzipme.plx
13039 ____________________________________________________________________________
13040 [ 14078] By: jhi                                   on 2002/01/04  21:07:05
13041         Log: Display the native pwd command.
13042      Branch: perl
13043            ! ext/Cwd/t/cwd.t
13044 ____________________________________________________________________________
13045 [ 14077] By: jhi                                   on 2002/01/04  21:00:53
13046         Log: Under Mac OS X /dev/stdout is normally a symlink,
13047              but when running the test it seems to become a socket.
13048              So let's extend our censorship.
13049      Branch: perl
13050            ! t/op/stat.t
13051 ____________________________________________________________________________
13052 [ 14076] By: pudge                                 on 2002/01/04  20:44:23
13053         Log: First go at fixing Mac::Memory::_open (MacPerl Bug #494481)
13054      Branch: maint-5.6/macperl
13055            + macos/HandleSocket.cp
13056            ! macos/ext/Mac/Memory/Memory.xs macos/ext/Mac/Memory/t/Memory.t
13057            ! macos/macperl.sym
13058 ____________________________________________________________________________
13059 [ 14075] By: pudge                                 on 2002/01/04  20:42:06
13060         Log: Doc updates
13061      Branch: maint-5.6/macperl
13062            ! macos/ext/MacPerl/MacPerl.pm macos/ext/MacPerl/OSA.xs
13063 ____________________________________________________________________________
13064 [ 14074] By: pudge                                 on 2002/01/04  20:41:26
13065         Log: Update libraries
13066      Branch: maint-5.6/macperl
13067            ! macos/macperl/Makefile.mk
13068 ____________________________________________________________________________
13069 [ 14073] By: pudge                                 on 2002/01/04  20:40:11
13070         Log: Update tests to Mac::StandardFile from StandardFile.pl,
13071              plus other fixes
13072      Branch: maint-5.6/macperl
13073            ! macos/ext/Mac/Menus/t/MenuBar.t
13074            ! macos/ext/Mac/Movies/t/PlayMacMovie.t
13075            ! macos/ext/Mac/Movies/t/PlayMovie.t
13076            ! macos/ext/Mac/QuickTimeVR/t/QTVRControl.t
13077            ! macos/ext/Mac/QuickTimeVR/t/QTVRInterceptor.t
13078            ! macos/ext/Mac/QuickTimeVR/t/QTVRotator.t
13079            ! macos/ext/Mac/Resources/t/Resources.t
13080 ____________________________________________________________________________
13081 [ 14072] By: pudge                                 on 2002/01/04  20:37:44
13082         Log: Mistakenly used dXSARGS instead of dSP (MacPerl Bug #494482)
13083      Branch: maint-5.6/macperl
13084            ! macos/ext/Mac/Lists/Lists.xs macos/ext/Mac/Menus/Menus.xs
13085            ! macos/ext/Mac/Movies/Movies.xs
13086            ! macos/ext/Mac/QuickTimeVR/QuickTimeVR.xs
13087            ! macos/ext/Mac/StandardFile/StandardFile.xs
13088            ! macos/ext/Mac/Windows/Windows.xs
13089 ____________________________________________________________________________
13090 [ 14071] By: pudge                                 on 2002/01/04  20:35:52
13091         Log: Updates for Universal Headers 3.4 (forgot one)
13092      Branch: maint-5.6/macperl
13093            ! macos/macperl/MPConsole.cp
13094 ____________________________________________________________________________
13095 [ 14070] By: pudge                                 on 2002/01/04  20:32:57
13096         Log: Updates for Universal Headers 3.4
13097      Branch: maint-5.6/macperl
13098            ! macos/SubLaunch.c macos/ext/Mac/Navigation/Navigation.xs
13099            ! macos/ext/Mac/Navigation/typemap macos/macperl/MPAEUtils.c
13100            ! macos/macperl/MPAEVTStream.cp macos/macperl/MPAppleEvents.c
13101            ! macos/macperl/MPEditions.c macos/macperl/MPEditor.c
13102            ! macos/macperl/MPFile.c macos/macperl/MPGlobals.c
13103            ! macos/macperl/MPHelp.c macos/macperl/MPMain.c
13104            ! macos/macperl/MPPreferences.c macos/macperl/MPPseudoFile.cp
13105            ! macos/macperl/MPSave.c macos/macperl/MPScript.c
13106            ! macos/macperl/MPUtils.c macos/macperl/MPWindow.c
13107 ____________________________________________________________________________
13108 [ 14069] By: pudge                                 on 2002/01/04  20:28:20
13109         Log: Change AddEmulationProc to MacPerl_AddEmulationProc
13110              from <200112112327.JAA25434@gpo.metropolis.net.au>;
13111              don't crash on quit for 68K (MacPerl Bug #490013)
13112      Branch: maint-5.6/macperl
13113            ! macos/macish.c macos/macperl/MPConsole.cp
13114 ____________________________________________________________________________
13115 [ 14068] By: jhi                                   on 2002/01/04  20:24:59
13116         Log: If we do have socketpair(), make my_socketpair()
13117              just call the real socketpair().  This way we always
13118              have real code behind my_socketpair() and a symbol
13119              corresponding to the my_socketpair in global.sym.
13120      Branch: perl
13121            ! embed.fnc embed.h makedef.pl proto.h util.c
13122 ____________________________________________________________________________
13123 [ 14067] By: pudge                                 on 2002/01/04  20:19:18
13124         Log: Disable sigaction (MacPerl Bug #470321)
13125      Branch: maint-5.6/macperl
13126            ! macos/config.h macos/config.sh
13127 ____________________________________________________________________________
13128 [ 14066] By: pudge                                 on 2002/01/04  20:16:47
13129         Log: Make GUSI resource work (MacPerl Bug #464638)
13130      Branch: maint-5.6/macperl
13131            ! macos/PerlGUSIConfig.cp macos/macperl/MacPerl.r
13132            ! macos/macperl/MacPerl.rsrc
13133 ____________________________________________________________________________
13134 [ 14065] By: pudge                                 on 2002/01/04  20:14:26
13135         Log: Make AutoSplit go a little deeper
13136      Branch: maint-5.6/macperl
13137            ! macos/Makefile.mk
13138 ____________________________________________________________________________
13139 [ 14064] By: pudge                                 on 2002/01/04  20:13:36
13140         Log: A few doc updates from bleadperl
13141      Branch: maint-5.6/macperl
13142            ! pod/perlmodinstall.pod pod/perlport.pod
13143 ____________________________________________________________________________
13144 [ 14063] By: pudge                                 on 2002/01/04  20:12:11
13145         Log: Sync up to latest changes from bleadperl
13146      Branch: maint-5.6/macperl
13147            ! lib/File/Find.pm
13148 ____________________________________________________________________________
13149 [ 14062] By: pudge                                 on 2002/01/04  20:09:20
13150         Log: Define setbuf, setvbuf for Mac OS
13151      Branch: maint-5.6/macperl
13152            ! ext/IO/IO.xs
13153 ____________________________________________________________________________
13154 [ 14061] By: pudge                                 on 2002/01/04  20:07:38
13155         Log: Delete by request of Mark-Jason Dominus (change #13676)
13156      Branch: maint-5.6/macperl
13157            - macos/bundled_lib/blib/lib/Memoize/Saves.pm
13158 ____________________________________________________________________________
13159 [ 14060] By: jhi                                   on 2002/01/04  20:06:58
13160         Log: Spread the good word of "env".
13161      Branch: perl
13162            ! pod/perlhack.pod pod/perllocale.pod pod/perlrun.pod
13163 ____________________________________________________________________________
13164 [ 14059] By: jhi                                   on 2002/01/04  19:57:11
13165         Log: Till the system tests do something non-Win*, better rename
13166              the test so that people on other platforms don't get confused.
13167              (Not win32system, because assumedly there's win64, too.)
13168      Branch: perl
13169            + t/op/winsystem.t
13170            - t/op/system.t
13171            ! MANIFEST
13172 ____________________________________________________________________________
13173 [ 14058] By: jhi                                   on 2002/01/04  19:48:09
13174         Log: Some tweaks.
13175      Branch: perl
13176            ! lib/Pod/t/Functions.t
13177 ____________________________________________________________________________
13178 [ 14057] By: ams                                   on 2002/01/04  17:40:31
13179         Log: (retracted by #14057)
13180              
13181              Subject: [PATCH] Time/HiRes/HiRes.t
13182              From: Nicholas Clark <nick@unfortu.net>
13183              Date: Fri, 4 Jan 2002 17:28:46 +0000
13184              Message-Id: <20020104172845.D1013@Bagpuss.unfortu.net>
13185      Branch: perl
13186            ! ext/Time/HiRes/HiRes.t
13187 ____________________________________________________________________________
13188 [ 14056] By: jhi                                   on 2002/01/04  17:35:34
13189         Log: Subject: [PATCH lib/Pod/Functions.pm] + Docs and test         
13190              From: Abe Timmerman <abe@ztreet.demon.nl>
13191              Date: Fri, 04 Jan 2002 18:42:33 +0100
13192              Message-ID: <bm5b3usi1f65td4c9bo9fand20p0vnupf2@4ax.com>      
13193      Branch: perl
13194            + lib/Pod/t/Functions.t
13195            ! MANIFEST lib/Pod/Functions.pm
13196 ____________________________________________________________________________
13197 [ 14055] By: jhi                                   on 2002/01/04  14:33:09
13198         Log: Subject: [PATCH perl@14042] Devel::PPPort Makefile.PL umpteenth try
13199              From: "Craig A. Berry" <craigberry@mac.com>
13200              Date: Thu, 3 Jan 2002 17:32:20 -0600
13201              Message-Id: <a05101004b85a82bb7352@[172.16.52.1]>
13202      Branch: perl
13203            ! ext/Devel/PPPort/Makefile.PL lib/ExtUtils/MM_Unix.pm
13204 ____________________________________________________________________________
13205 [ 14054] By: jhi                                   on 2002/01/04  04:04:05
13206         Log: Document the U+0085, U+2028, and U+2029.
13207      Branch: perl
13208            ! pod/perlre.pod pod/perlretut.pod
13209 ____________________________________________________________________________
13210 [ 14053] By: ams                                   on 2002/01/04  03:27:44
13211         Log: Subject: [PATCH] warn if not CORE::dump
13212              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
13213              Date: Thu, 3 Jan 2002 22:04:00 +0100
13214              Message-Id: <20020103220400.A13958@rafael>
13215      Branch: perl
13216            ! pod/perldiag.pod pod/perlfunc.pod t/lib/warnings/toke toke.c
13217 ____________________________________________________________________________
13218 [ 14052] By: jhi                                   on 2002/01/04  03:13:50
13219         Log: Add U+0085, U+2028, and U+2029 to \s under Unicode.
13220      Branch: perl
13221            ! lib/unicore/Is/SpacePerl.pl lib/unicore/mktables t/op/pat.t
13222 ____________________________________________________________________________
13223 [ 14051] By: ams                                   on 2002/01/04  03:00:12
13224         Log: Subject: [PATCH] File::Compare::VERSION
13225              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
13226              Date: Thu, 3 Jan 2002 23:42:52 +0100
13227              Message-Id: <20020103234252.G13958@rafael>
13228      Branch: perl
13229            ! lib/File/Compare.pm
13230 ____________________________________________________________________________
13231 [ 14050] By: ams                                   on 2002/01/04  02:58:05
13232         Log: Subject: [PATCH @14042] threads::shared doc
13233              From: =?iso-8859-1?q?Andy=20Bussey?= <andybussey@yahoo.co.uk>
13234              Date: Thu, 3 Jan 2002 23:24:13 +0000 (GMT)
13235              Message-Id: <20020103232413.3690.qmail@web21001.mail.yahoo.com>
13236      Branch: perl
13237            ! ext/threads/shared/shared.pm
13238 ____________________________________________________________________________
13239 [ 14049] By: jhi                                   on 2002/01/03  20:38:22
13240         Log: #14048 exposed few false positives, to be fixed soonish.
13241      Branch: perl
13242            ! t/op/pat.t
13243 ____________________________________________________________________________
13244 [ 14048] By: jhi                                   on 2002/01/03  20:36:38
13245         Log: Do not add the first characters of multicharacter foldings
13246              into character classes.
13247      Branch: perl
13248            ! regcomp.c
13249 ____________________________________________________________________________
13250 [ 14047] By: jhi                                   on 2002/01/03  20:30:55
13251         Log: A bit of testing for #14046.
13252      Branch: perl
13253            ! t/op/pat.t
13254 ____________________________________________________________________________
13255 [ 14046] By: jhi                                   on 2002/01/03  20:22:48
13256         Log: Allow emitting the foldcased version of "\x{df}", "ss"
13257              (among others, another example would be \x{fb00} -> "ff")
13258      Branch: perl
13259            ! regcomp.c
13260 ____________________________________________________________________________
13261 [ 14045] By: jhi                                   on 2002/01/03  19:29:35
13262         Log: Subject: [PATCH] File::Spec & NetWare
13263              From: Dave Rolsky <autarch@urth.org>
13264              Date: Thu, 3 Jan 2002 12:53:19 -0600 (CST)
13265              Message-ID: <Pine.LNX.4.43.0201031252130.27977-100000@urth.org>
13266      Branch: perl
13267            - lib/File/Spec/NW5.pm
13268            ! MANIFEST lib/File/Spec.pm
13269 ____________________________________________________________________________
13270 [ 14044] By: jhi                                   on 2002/01/03  19:26:53
13271         Log: FAQ sync (RCS Ids only?)
13272      Branch: perl
13273            ! pod/perlfaq4.pod pod/perlfaq6.pod pod/perlfaq7.pod
13274 ____________________________________________________________________________
13275 [ 14043] By: jhi                                   on 2002/01/03  19:25:48
13276         Log: AUTHORs updates.
13277      Branch: perl
13278            ! AUTHORS
13279 ____________________________________________________________________________
13280 [ 14042] By: jhi                                   on 2002/01/03  16:04:24
13281         Log: Update Changes.
13282      Branch: perl
13283            ! Changes patchlevel.h
13284 ____________________________________________________________________________
13285 [ 14041] By: jhi                                   on 2002/01/03  15:57:42
13286         Log: Missed the =head1 additions.
13287      Branch: perl
13288            ! XSUB.h av.c av.h cop.h cv.h doio.c gv.c gv.h handy.h hv.h
13289            ! intrpvar.h mg.c numeric.c op.c op.h perl.c pp.h pp_sort.c
13290            ! scope.h sharedsv.c sv.c sv.h thrdvar.h universal.c utf8.c
13291            ! util.c
13292 ____________________________________________________________________________
13293 [ 14040] By: jhi                                   on 2002/01/03  15:05:06
13294         Log: Subject: [PATCH lib/Carp/Heavy.pm lib/Carp.t] obscure warning from Carp::Heavy
13295              From: Robin Barker <rmb1@cise.npl.co.uk>
13296              Date: Thu, 3 Jan 2002 15:26:20 GMT
13297              Message-Id: <200201031526.PAA06095@tempest.npl.co.uk>            
13298      Branch: perl
13299            ! lib/Carp.t lib/Carp/Heavy.pm
13300 ____________________________________________________________________________
13301 [ 14039] By: jhi                                   on 2002/01/03  15:02:12
13302         Log: Subject: [PATCH hv.c] 
13303              From: Robin Barker <rmb1@cise.npl.co.uk>
13304              Date: Thu, 3 Jan 2002 14:49:06 GMT
13305              Message-Id: <200201031449.OAA26137@tempest.npl.co.uk>            
13306              
13307              -Wformat check.
13308      Branch: perl
13309            ! hv.c
13310 ____________________________________________________________________________
13311 [ 14038] By: jhi                                   on 2002/01/03  15:01:09
13312         Log: NetWare tweaks from Ananth Kesari.
13313      Branch: perl
13314            ! NetWare/t/NWScripts.pl lib/File/Find.pm
13315 ____________________________________________________________________________
13316 [ 14037] By: jhi                                   on 2002/01/03  13:41:38
13317         Log: Cast.
13318      Branch: perl
13319            ! regexec.c
13320 ____________________________________________________________________________
13321 [ 14036] By: ams                                   on 2002/01/03  12:12:31
13322         Log: Grammar fix suggested by Gwyn Judd.
13323      Branch: perl
13324            ! pod/perldiag.pod
13325 ____________________________________________________________________________
13326 [ 14035] By: nick                                  on 2002/01/03  09:22:42
13327         Log: More strange perlio != mainline differences where
13328              I have not been.
13329      Branch: perlio
13330           !> hints/unicos.sh hints/unicosmk.sh
13331 ____________________________________________________________________________
13332 [ 14034] By: nick                                  on 2002/01/03  09:19:37
13333         Log: Integrate mainline (including force integrate of
13334              lib/charnames.pm which had got out-of-step)
13335      Branch: perlio
13336           !> ext/Devel/PPPort/Makefile.PL lib/charnames.pm
13337 ____________________________________________________________________________
13338 [ 14033] By: ams                                   on 2002/01/03  08:24:24
13339         Log: Subject: Not ok 14031: PPPort Makefile.PL
13340              From: andreas.koenig@anima.de (Andreas J. Koenig)
13341              Date: 03 Jan 2002 10:17:46 +0100
13342              Message-Id: <m3sn9n94jp.fsf@anima.de>
13343      Branch: perl
13344            ! ext/Devel/PPPort/Makefile.PL
13345 ____________________________________________________________________________
13346 [ 14032] By: nick                                  on 2002/01/03  08:24:00
13347         Log: Integrate mainline.
13348      Branch: perlio
13349           +> autodoc.pl embed.fnc ext/threads/shared/t/no_share.t
13350           +> lib/Pod/t/man.t lib/Pod/t/text-errors.t
13351           !> (integrate 31 files)
13352 ____________________________________________________________________________
13353 [ 14031] By: jhi                                   on 2002/01/03  01:52:04
13354         Log: Off-by-one is my middle name.
13355      Branch: perl
13356            ! regexec.c
13357 ____________________________________________________________________________
13358 [ 14030] By: ams                                   on 2002/01/02  23:56:37
13359         Log: Subject: [PATCH @14015] threads::shared disabling
13360              From: Andy Bussey <andybussey@yahoo.co.uk>
13361              Date: Thu, 3 Jan 2002 00:46:58 +0000 (GMT)
13362              Message-Id: <20020103004658.97969.qmail@web21006.mail.yahoo.com>
13363      Branch: perl
13364            + ext/threads/shared/t/no_share.t
13365            ! MANIFEST ext/threads/shared/shared.pm ext/threads/threads.pm
13366 ____________________________________________________________________________
13367 [ 14029] By: jhi                                   on 2002/01/02  23:40:08
13368         Log: Simon's new perlapi scheme, I hope I got all the pieces.
13369      Branch: perl
13370            + autodoc.pl embed.fnc
13371            ! MANIFEST Makefile.SH embed.pl pod/perlapi.pod
13372 ____________________________________________________________________________
13373 [ 14028] By: jhi                                   on 2002/01/02  23:29:03
13374         Log: Integrate perlio; more PPPort Makefile source dependence removal
13375      Branch: perl
13376           !> ext/Devel/PPPort/Makefile.PL perl.h
13377 ____________________________________________________________________________
13378 [ 14027] By: ams                                   on 2002/01/02  21:42:50
13379         Log: Subject: [PATCH perldiag] errors caused by the "my Dog $spot" syntax
13380              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
13381              Date: Wed, 2 Jan 2002 23:09:13 +0100
13382              Message-Id: <20020102230913.A17373@rafael>
13383      Branch: perl
13384            ! pod/perldiag.pod
13385 ____________________________________________________________________________
13386 [ 14026] By: ams                                   on 2002/01/02  21:38:34
13387         Log: Subject: Re: PATCH: lib/Term/Cap.pm
13388              From: Jonathan Stowe <gellyfish@gellyfish.com>
13389              Date: Wed, 2 Jan 2002 21:50:36 +0000 (GMT)
13390              Message-Id: <Pine.LNX.4.33.0201022144370.6042-100000@orpheus.gellyfish.com>
13391      Branch: perl
13392            ! lib/Term/Cap.pm
13393 ____________________________________________________________________________
13394 [ 14025] By: ams                                   on 2002/01/02  18:34:26
13395         Log: Subject: [PATCH] Bad prototype detection changed from error to warning
13396              From: Sam Tregar <sam@tregar.com>
13397              Date: Wed, 2 Jan 2002 14:04:26 -0500 (EST)
13398              Message-Id: <Pine.LNX.4.33.0201021400110.15420-200000@localhost.localdomain>
13399      Branch: perl
13400            ! pod/perldiag.pod t/comp/proto.t toke.c
13401 ____________________________________________________________________________
13402 [ 14024] By: ams                                   on 2002/01/02  18:16:12
13403         Log: Subject: PATCH: lib/Term/Cap.pm
13404              From: Norton Allen <allen@huarp.harvard.edu>
13405              Date: Wed, 2 Jan 2002 14:22:09 -0500 (est)
13406              Message-Id: <200201021922.OAA18505@bottesini.harvard.edu>
13407      Branch: perl
13408            ! lib/Term/Cap.pm
13409 ____________________________________________________________________________
13410 [ 14023] By: ams                                   on 2002/01/02  18:12:31
13411         Log: Subject: PATCH: lib/Cwd.pm for QNX4
13412              From: Norton Allen <allen@huarp.harvard.edu>
13413              Date: Wed, 2 Jan 2002 14:19:42 -0500 (est)
13414              Message-Id: <200201021919.OAA18012@bottesini.harvard.edu>
13415      Branch: perl
13416            ! lib/Cwd.pm
13417 ____________________________________________________________________________
13418 [ 14022] By: nick                                  on 2002/01/02  18:01:21
13419         Log: More PPPort Makefile source dependence removal
13420      Branch: perlio
13421            ! ext/Devel/PPPort/Makefile.PL
13422 ____________________________________________________________________________
13423 [ 14021] By: nick                                  on 2002/01/02  17:44:36
13424         Log: Sort out muddle of editing on three machines ...
13425      Branch: perlio
13426           !> Changes MANIFEST cygwin/Makefile.SHs
13427           !> ext/Devel/PPPort/Makefile.PL ext/I18N/Langinfo/Langinfo.t
13428           !> ext/IO/lib/IO/Socket/INET.pm lib/Pod/t/basic.t
13429           !> lib/User/grent.t patchlevel.h perl.h regcomp.c regexec.c
13430 ____________________________________________________________________________
13431 [ 14020] By: ams                                   on 2002/01/02  17:06:27
13432         Log: Fix misplaced application of #14016.
13433      Branch: perl
13434            ! op.c
13435 ____________________________________________________________________________
13436 [ 14019] By: jhi                                   on 2002/01/02  16:51:38
13437         Log: Integrate perlio; avoid uninit debug_pad.
13438      Branch: perl
13439           !> sv.c
13440 ____________________________________________________________________________
13441 [ 14018] By: jhi                                   on 2002/01/02  16:50:22
13442         Log: makedepend VOS fix from Paul Green.
13443      Branch: perl
13444            ! makedepend.SH
13445 ____________________________________________________________________________
13446 [ 14017] By: nick                                  on 2002/01/02  16:09:43
13447         Log: Avoid un-init perl_debug_pad in clones
13448      Branch: perlio
13449            ! sv.c
13450 ____________________________________________________________________________
13451 [ 14016] By: ams                                   on 2002/01/02  15:58:11
13452         Log: Subject: [PATCH] random crash in B::LISTOP::last
13453              From: "Mattia Barbon" <mbarbon@dsi.unive.it>
13454              Date: Wed, 2 Jan 2002 17:37:28 +0100
13455              Message-Id: <3C334558.3906.19CB98D@localhost>
13456      Branch: perl
13457            ! op.c
13458 ____________________________________________________________________________
13459 [ 14015] By: jhi                                   on 2002/01/02  15:21:12
13460         Log: Update Changes.
13461      Branch: perl
13462            ! Changes patchlevel.h
13463 ____________________________________________________________________________
13464 [ 14014] By: jhi                                   on 2002/01/02  15:12:57
13465         Log: One more iteration of the ibcmp_utf8() interface,
13466              hopefully this is a convergent iteration...
13467      Branch: perl
13468            ! embed.pl pod/perlapi.pod proto.h regexec.c t/op/pat.t utf8.c
13469 ____________________________________________________________________________
13470 [ 14013] By: ams                                   on 2002/01/02  13:43:58
13471         Log: Upgrade to podlators-1.19.
13472      Branch: perl
13473            + lib/Pod/t/man.t lib/Pod/t/text-errors.t
13474            ! MANIFEST lib/Pod/Man.pm lib/Pod/Text.pm
13475            ! lib/Pod/Text/Termcap.pm lib/Pod/t/basic.cap
13476            ! lib/Pod/t/basic.clr lib/Pod/t/basic.man lib/Pod/t/basic.ovr
13477            ! lib/Pod/t/basic.pod lib/Pod/t/basic.txt
13478 ____________________________________________________________________________
13479 [ 14012] By: ams                                   on 2002/01/02  09:48:51
13480         Log: Subject: [ID 20011219.004] Pod::Usage does not terminate with a true value
13481              From: martyn@inpharmatica.co.uk
13482              Date: Wed, 19 Dec 2001 19:05:00 +0000
13483              Message-Id: <E16Gm1U-00005z-00@baker-st.inpharmatica.co.uk>
13484      Branch: perl
13485            ! lib/Pod/Usage.pm
13486 ____________________________________________________________________________
13487 [ 14011] By: nick                                  on 2002/01/02  08:38:18
13488         Log: Integrate mainline
13489      Branch: perlio
13490           !> (integrate 28 files)
13491 ____________________________________________________________________________
13492 [ 14010] By: jhi                                   on 2002/01/02  03:59:22
13493         Log: Make ibcmp_utf8() optionally progress in either string for
13494              as long as it takes and optionally record how far it got.
13495      Branch: perl
13496            ! embed.h embed.pl pod/perlapi.pod proto.h regexec.c utf8.c
13497 ____________________________________________________________________________
13498 [ 14009] By: jhi                                   on 2002/01/02  00:35:15
13499         Log: Once more try to get the PPPort Makefile right.
13500      Branch: perl
13501            ! ext/Devel/PPPort/Makefile.PL ext/Devel/PPPort/ppport_h.PL
13502 ____________________________________________________________________________
13503 [ 14008] By: jhi                                   on 2002/01/02  00:03:27
13504         Log: -Wall silencing.
13505      Branch: perl
13506            ! utf8.c
13507 ____________________________________________________________________________
13508 [ 14007] By: jhi                                   on 2002/01/01  23:48:19
13509         Log: Subject: [PATCH B::Deparse] alternate way to figure out prototypes
13510              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
13511              Date: Tue, 1 Jan 2002 22:45:21 +0100       
13512              Message-ID: <20020101224521.A691@rafael>
13513      Branch: perl
13514            ! ext/B/B/Deparse.pm
13515 ____________________________________________________________________________
13516 [ 14006] By: jhi                                   on 2002/01/01  23:40:10
13517         Log: VOS tweak from Paul Green: VOS has different O_BINARY
13518              and O_TEXT, but VOS always uses LF, never CRLF.
13519      Branch: perl
13520            ! perl.h
13521 ____________________________________________________________________________
13522 [ 14005] By: jhi                                   on 2002/01/01  23:34:25
13523         Log: Make ibcmp_utf8() more robust and make regmatch() use it.
13524      Branch: perl
13525            ! regexec.c utf8.c
13526 ____________________________________________________________________________
13527 [ 14004] By: jhi                                   on 2002/01/01  18:27:50
13528         Log: Now that to_utf8_fold() was fixed.
13529      Branch: perl
13530            ! regcomp.c regexec.c
13531 ____________________________________________________________________________
13532 [ 14003] By: jhi                                   on 2002/01/01  18:04:02
13533         Log: Integrate perlio; experimental binmode() re-coding.
13534      Branch: perl
13535           !> perlio.c
13536 ____________________________________________________________________________
13537 [ 14002] By: jhi                                   on 2002/01/01  17:53:44
13538         Log: Document the to_utf8_*() functions.
13539      Branch: perl
13540            ! embed.pl pod/perlapi.pod utf8.c
13541 ____________________________________________________________________________
13542 [ 14001] By: jhi                                   on 2002/01/01  17:29:05
13543         Log: Better support for multicharacter foldings.
13544              Now all but two of the CaseFold.txt cases work-- but
13545              only when the target string is single-character, more
13546              debugging needed.
13547      Branch: perl
13548            ! regexec.c
13549 ____________________________________________________________________________
13550 [ 14000] By: ams                                   on 2002/01/01  15:59:43
13551         Log: Subject: [PATCH] don't installperl pods
13552              From: Nicholas Clark <nick@unfortu.net>
13553              Date: Tue, 1 Jan 2002 16:44:12 +0000
13554              Message-Id: <20020101164411.A3157@Bagpuss.unfortu.net>
13555      Branch: perl
13556            ! installperl
13557 ____________________________________________________________________________
13558 [ 13999] By: ams                                   on 2002/01/01  14:34:04
13559         Log: Subject: [PATCH] perldiag.pod transposition
13560              From: Nicholas Clark <nick@unfortu.net>
13561              Date: Tue, 1 Jan 2002 15:03:52 +0000
13562              Message-Id: <20020101150350.A2963@Bagpuss.unfortu.net>
13563      Branch: perl
13564            ! pod/perldiag.pod
13565 ____________________________________________________________________________
13566 [ 13998] By: ams                                   on 2002/01/01  13:36:49
13567         Log: Subject: [PATCH perldiag] Corrections : unknown warning category
13568              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
13569              Date: Tue, 1 Jan 2002 15:12:36 +0100
13570              Message-Id: <20020101151236.A951@rafael>
13571      Branch: perl
13572            ! pod/perldiag.pod
13573 ____________________________________________________________________________
13574 [ 13997] By: ams                                   on 2002/01/01  13:33:06
13575         Log: Subject: [better PATCH] Re: Low-lights of Win32 / bleadperl
13576              From: Nicholas Clark <nick@unfortu.net>
13577              Date: Tue, 1 Jan 2002 13:13:17 +0000
13578              Message-Id: <20020101131316.A475@Bagpuss.unfortu.net>
13579      Branch: perl
13580            ! ext/Socket/socketpair.t
13581 ____________________________________________________________________________
13582 [ 13996] By: ams                                   on 2002/01/01  04:44:28
13583         Log: Subject: [PATCH @13746] Leaner exporter
13584              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
13585              Date: Mon, 31 Dec 2001 18:16:08 -0500
13586              Message-Id: <20011231181608.A29253@math.ohio-state.edu>
13587      Branch: perl
13588            ! ext/B/t/stash.t lib/Exporter.pm lib/Exporter/Heavy.pm
13589 ____________________________________________________________________________
13590 [ 13995] By: ams                                   on 2002/01/01  04:29:44
13591         Log: Subject: [PATCH @13746] h2xs broken
13592              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
13593              Date: Mon, 31 Dec 2001 17:48:55 -0500
13594              Message-Id: <20011231174855.A29128@math.ohio-state.edu>
13595      Branch: perl
13596            ! utils/h2xs.PL
13597 ____________________________________________________________________________
13598 [ 13994] By: ams                                   on 2002/01/01  04:25:46
13599         Log: Subject: Re: [PATCH @13746] uninstalled build of modules broken
13600              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
13601              Date: Mon, 31 Dec 2001 17:42:25 -0500
13602              Message-Id: <20011231174225.A29048@math.ohio-state.edu>
13603      Branch: perl
13604            ! lib/ExtUtils/MM_Unix.pm
13605 ____________________________________________________________________________
13606 [ 13993] By: jhi                                   on 2002/01/01  03:45:24
13607         Log: Rename the variables to be a bit more consistent.
13608      Branch: perl
13609            ! utf8.c
13610 ____________________________________________________________________________
13611 [ 13992] By: jhi                                   on 2002/01/01  03:35:01
13612         Log: Unnecessary/Lingering UTF8 flag might mess up caseless matching
13613              (found by Jeffrey Friedl)
13614      Branch: perl
13615            ! regexec.c t/op/pat.t utf8.c
13616 ____________________________________________________________________________
13617 [ 13991] By: nick                                  on 2001/12/31  18:08:55
13618         Log: Experimental binmode() re-coding (UNIX okay - but it would be...)
13619      Branch: perlio
13620            ! perlio.c
13621 ____________________________________________________________________________
13622 [ 13990] By: jhi                                   on 2001/12/31  17:13:12
13623         Log: Update Changes.
13624      Branch: perl
13625            ! Changes patchlevel.h
13626 ____________________________________________________________________________
13627 [ 13989] By: jhi                                   on 2001/12/31  16:47:28
13628         Log: Less unused ones.
13629      Branch: perl
13630            ! regexec.c
13631 ____________________________________________________________________________
13632 [ 13988] By: jhi                                   on 2001/12/31  16:46:29
13633         Log: Unused variable.
13634      Branch: perl
13635            ! regcomp.c
13636 ____________________________________________________________________________
13637 [ 13987] By: jhi                                   on 2001/12/31  16:41:15
13638         Log: Forgotten file.
13639      Branch: perl
13640            ! MANIFEST
13641 ____________________________________________________________________________
13642 [ 13986] By: jhi                                   on 2001/12/31  16:35:57
13643         Log: Subject: Re: Cygwin: one down one to go 
13644              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
13645              Date: Mon, 31 Dec 2001 18:34:36 +0100
13646              Message-Id: <20011231183002.E067.H.M.BRAND@hccnet.nl>
13647      Branch: perl
13648            ! cygwin/Makefile.SHs
13649 ____________________________________________________________________________
13650 [ 13985] By: jhi                                   on 2001/12/31  16:33:08
13651         Log: Add some comments to the recent Unicode case-folding saga.
13652      Branch: perl
13653            ! regcomp.c regexec.c
13654 ____________________________________________________________________________
13655 [ 13984] By: jhi                                   on 2001/12/31  16:19:13
13656         Log: Slight comment tweakage.
13657      Branch: perl
13658            ! ext/I18N/Langinfo/Langinfo.t
13659 ____________________________________________________________________________
13660 [ 13983] By: jhi                                   on 2001/12/31  16:05:18
13661         Log: Clarify the BeOS O_TEXT/O_BINARY situation.
13662      Branch: perl
13663            ! perl.h
13664 ____________________________________________________________________________
13665 [ 13982] By: jhi                                   on 2001/12/31  15:05:36
13666         Log: Subject: [ PATCH] Cygwin: one down one to go
13667              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
13668              Date: Mon, 31 Dec 2001 17:03:40 +0100
13669              Message-Id: <20011231170025.E05B.H.M.BRAND@hccnet.nl>
13670      Branch: perl
13671            ! lib/Pod/t/basic.t
13672 ____________________________________________________________________________
13673 [ 13981] By: jhi                                   on 2001/12/31  14:44:03
13674         Log: Tweak the dependencies not to recompile everytime,
13675              as suggested by NI-S.
13676      Branch: perl
13677            ! ext/Devel/PPPort/Makefile.PL
13678 ____________________________________________________________________________
13679 [ 13980] By: jhi                                   on 2001/12/31  14:29:17
13680         Log: Planning still not right.
13681      Branch: perl
13682            ! lib/User/grent.t
13683 ____________________________________________________________________________
13684 [ 13979] By: jhi                                   on 2001/12/31  14:19:55
13685         Log: Subject: [PATCH lib/User/grent.t] Double double test test header header
13686              From: Michael G Schwern <schwern@pobox.com>
13687              Date: Sun, 30 Dec 2001 18:07:55 -0500
13688              Message-ID: <20011230230755.GG12840@blackrider>
13689              
13690              (lib/User/grent, really)
13691      Branch: perl
13692            ! lib/User/grent.t
13693 ____________________________________________________________________________
13694 [ 13978] By: jhi                                   on 2001/12/31  14:17:55
13695         Log: Integrate perlio; cleanup, in particular avoid accidental
13696              PerlIO_flush(NULL) if PerlIONext is NULL.
13697      Branch: perl
13698           !> ext/Devel/PPPort/MANIFEST perlio.c perliol.h
13699 ____________________________________________________________________________
13700 [ 13977] By: jhi                                   on 2001/12/31  14:15:58
13701         Log: Subject: typo in IO::Socket::INET.pm
13702              From: mjd@plover.com
13703              Date: 31 Dec 2001 14:31:10 -0000
13704              Message-ID: <20011231143110.4989.qmail@plover.com>
13705      Branch: perl
13706            ! ext/IO/lib/IO/Socket/INET.pm
13707 ____________________________________________________________________________
13708 [ 13976] By: nick                                  on 2001/12/31  13:56:11
13709         Log: Integrate mainline
13710      Branch: perlio
13711           !> (integrate 29 files)
13712 ____________________________________________________________________________
13713 [ 13975] By: nick                                  on 2001/12/31  12:40:50
13714         Log: perlio.c cleanup - in particular avoid accidental PerlIO_flush(NULL)
13715              if PerlIONext is NULL.
13716      Branch: perlio
13717            ! perlio.c perliol.h
13718 ____________________________________________________________________________
13719 [ 13974] By: jhi                                   on 2001/12/31  04:59:53
13720         Log: Subject: Re: [PATCH] Basic bad prototype detection
13721              From: Sam Tregar <sam@tregar.com>
13722              Date: Mon, 31 Dec 2001 00:50:30 -0500 (EST)
13723              Message-ID: <Pine.LNX.4.33.0112310017090.9102-200000@localhost.localdomain>
13724      Branch: perl
13725            ! t/comp/proto.t toke.c
13726 ____________________________________________________________________________
13727 [ 13973] By: jhi                                   on 2001/12/31  04:14:45
13728         Log: Subject: [PATCH] configure.com / scriptdirexp
13729              From: "Craig A. Berry" <craigberry@mac.com>
13730              Date: Sun, 30 Dec 2001 15:47:28 -0600
13731              Message-Id: <a05101004b8553b205841@[172.16.52.1]>
13732      Branch: perl
13733            ! configure.com
13734 ____________________________________________________________________________
13735 [ 13972] By: jhi                                   on 2001/12/31  04:07:35
13736         Log: Subject: [PATCH lib/ExtUtils/t/MM_Win32.t] resolve problems with tools_other() and htmlifypods
13737              From: Abe Timmerman <abe@ztreet.demon.nl>
13738              Date: Mon, 31 Dec 2001 03:55:27 +0100
13739              Message-ID: <u0kv2ussgukot09trgjkosn8uootjkcebv@4ax.com>
13740      Branch: perl
13741            ! lib/ExtUtils/t/MM_Win32.t
13742 ____________________________________________________________________________
13743 [ 13971] By: jhi                                   on 2001/12/31  04:05:46
13744         Log: Subject: [PATCH] Basic bad prototype detection
13745              From: Sam Tregar <sam@tregar.com> 
13746              Date: Sun, 30 Dec 2001 19:57:55 -0500 (EST) 
13747              Message-ID: <Pine.LNX.4.33.0112301948270.9102-200000@localhost.localdomain>
13748      Branch: perl
13749            ! pod/perldiag.pod t/comp/proto.t toke.c
13750 ____________________________________________________________________________
13751 [ 13970] By: jhi                                   on 2001/12/31  03:53:54
13752         Log: Makefiles are sloppy about the exe suffix
13753              (from Paul Green)
13754      Branch: perl
13755            ! Makefile.SH x2p/Makefile.SH
13756 ____________________________________________________________________________
13757 [ 13969] By: jhi                                   on 2001/12/31  03:42:15
13758         Log: Delay folding until necessary; start of handling
13759              folding into several characters.
13760      Branch: perl
13761            ! regcomp.c regexec.c
13762 ____________________________________________________________________________
13763 [ 13968] By: jhi                                   on 2001/12/31  00:35:35
13764         Log: gcc -Wall dewhine.
13765      Branch: perl
13766            ! regexec.c
13767 ____________________________________________________________________________
13768 [ 13967] By: jhi                                   on 2001/12/31  00:29:37
13769         Log: More Unicode folding tweaks, avoid potential false matches.
13770      Branch: perl
13771            ! regexec.c
13772 ____________________________________________________________________________
13773 [ 13966] By: jhi                                   on 2001/12/30  23:30:56
13774         Log: Make that six wrongs.
13775      Branch: perl
13776            ! regexec.c utf8.c
13777 ____________________________________________________________________________
13778 [ 13965] By: jhi                                   on 2001/12/30  23:12:17
13779         Log: Four wrongs can make a right.
13780      Branch: perl
13781            ! regexec.c utf8.c
13782 ____________________________________________________________________________
13783 [ 13964] By: jhi                                   on 2001/12/30  21:12:25
13784         Log: Fix all the I case foldings as per CaseFold.txt.
13785      Branch: perl
13786            ! regcomp.c regexec.c
13787 ____________________________________________________________________________
13788 [ 13963] By: jhi                                   on 2001/12/30  20:04:32
13789         Log: Fix all the C(ommon) case foldings as per CaseFold.txt.
13790      Branch: perl
13791            ! lib/unicore/To/Fold.pl lib/unicore/mktables regcomp.c
13792            ! regexec.c utf8.c
13793 ____________________________________________________________________________
13794 [ 13962] By: nick                                  on 2001/12/30  18:33:41
13795         Log: Integrate 8.3 fix for PPPort fix
13796      Branch: perlio
13797           +> ext/Devel/PPPort/ppport_h.PL
13798            - ext/Devel/PPPort/ppport.h.PL
13799            ! ext/Devel/PPPort/MANIFEST
13800           !> ext/Devel/PPPort/Makefile.PL
13801 ____________________________________________________________________________
13802 [ 13961] By: jhi                                   on 2001/12/30  17:35:45
13803         Log: Integrate perlio; more win32 stuff:
13804              
13805              A. Use Perl_my_socketpair()
13806              B. Use PerlSock_xxxx() rather than raw xxxx() so we get to
13807              load winsock.
13808              C. (In passing) work round fact that $$ is now SvREADONLY
13809              so we need to take special measures to set it during
13810              pseudo-fork.
13811      Branch: perl
13812           !> util.c win32/perlhost.h
13813 ____________________________________________________________________________
13814 [ 13960] By: jhi                                   on 2001/12/30  17:33:24
13815         Log: Fix ppport.h for Unix.
13816      Branch: perl
13817            + ext/Devel/PPPort/ppport_h.PL
13818            - ext/Devel/PPPort/ppport.h.PL
13819            ! MANIFEST ext/Devel/PPPort/Makefile.PL
13820 ____________________________________________________________________________
13821 [ 13959] By: nick                                  on 2001/12/30  16:53:42
13822         Log: Win32 stuff:
13823              A. Use Perl_my_socketpair()
13824              B. Use PerlSock_xxxx() rather than raw xxxx() so we get to load winsock.
13825              C. (In passing) work round fact that $$ is now SvREADONLY so we need to 
13826              take special measures to set it during pseudo-fork.
13827      Branch: perlio
13828            ! util.c win32/perlhost.h
13829 ____________________________________________________________________________
13830 [ 13958] By: jhi                                   on 2001/12/30  16:33:58
13831         Log: Integrate perlio; win32 kicking.
13832      Branch: perl
13833           +> ext/Devel/PPPort/ppport.h.PL
13834           !> embed.h embed.pl ext/Devel/PPPort/Makefile.PL
13835           !> ext/Devel/PPPort/t/test.t ext/Errno/Errno_pm.PL global.sym
13836           !> proto.h
13837 ____________________________________________________________________________
13838 [ 13957] By: jhi                                   on 2001/12/30  16:32:33
13839         Log: metaconfig unit change for #13956.
13840      Branch: metaconfig
13841            ! U/modified/spitshell.U
13842 ____________________________________________________________________________
13843 [ 13956] By: jhi                                   on 2001/12/30  16:32:11
13844         Log: Must look for cat also in $PATH (noticed by Philip Newton).
13845      Branch: perl
13846            ! Configure
13847 ____________________________________________________________________________
13848 [ 13955] By: jhi                                   on 2001/12/30  16:19:46
13849         Log: Subject: [PATCH] POSIX to understand _SC_PAGESIZE
13850              From: Blair Zajac <blair@orcaware.com>
13851              Date: Sat, 29 Dec 2001 22:37:03 -0800
13852              Message-ID: <3C2EB60F.BB4321DD@orcaware.com>
13853      Branch: perl
13854            ! ext/POSIX/Makefile.PL ext/POSIX/POSIX.pm ext/POSIX/POSIX.pod
13855 ____________________________________________________________________________
13856 [ 13954] By: jhi                                   on 2001/12/30  16:17:44
13857         Log: Regen files.
13858      Branch: perl
13859            ! embed.h global.sym pod/perlapi.pod uconfig.h
13860 ____________________________________________________________________________
13861 [ 13953] By: jhi                                   on 2001/12/30  15:57:25
13862         Log: Subject: [PATCH] -t without -w 
13863              From: Michael G Schwern <schwern@pobox.com>
13864              Date: Sat, 29 Dec 2001 23:46:25 -0500
13865              Message-ID: <20011230044625.GA14386@blackrider>
13866      Branch: perl
13867            ! perl.c pod/perlrun.pod pp_ctl.c t/run/switcht.t warnings.h
13868            ! warnings.pl
13869 ____________________________________________________________________________
13870 [ 13952] By: jhi                                   on 2001/12/30  15:52:59
13871         Log: Subject: Re: Win32 snag - File::Find File::Spec and Config.pm
13872              From: Dave Rolsky <autarch@urth.org>               
13873              Date: Sat, 29 Dec 2001 23:16:54 -0600 (CST) 
13874              Message-ID: <Pine.LNX.4.43.0112292305270.16562-100000@urth.org>
13875              
13876              $^O is NetWare, not Netware.
13877      Branch: perl
13878            ! lib/ExtUtils/MakeMaker.pm lib/File/Spec.pm
13879 ____________________________________________________________________________
13880 [ 13951] By: jhi                                   on 2001/12/30  15:51:19
13881         Log: Sarathy thinks undoing C++ comments from C++ files
13882              is a bit too zealous.
13883      Branch: perl
13884            ! win32/perlhost.h win32/vmem.h
13885 ____________________________________________________________________________
13886 [ 13950] By: nick                                  on 2001/12/30  14:30:02
13887         Log: Win32 hides some errno-oid constants in <winsock.h> under assumed names.
13888              This gets them into Errno.pm - yet to prove they end up in $!.
13889      Branch: perlio
13890            ! ext/Errno/Errno_pm.PL
13891 ____________________________________________________________________________
13892 [ 13949] By: nick                                  on 2001/12/30  12:02:21
13893         Log: Integrate Cwd muddle
13894      Branch: perlio
13895           !> MANIFEST installperl lib/Cwd.pm
13896 ____________________________________________________________________________
13897 [ 13948] By: nick                                  on 2001/12/30  11:51:40
13898         Log: remove embed.pl duplicates
13899      Branch: perlio
13900            ! embed.h embed.pl global.sym proto.h
13901 ____________________________________________________________________________
13902 [ 13947] By: nick                                  on 2001/12/30  11:35:51
13903         Log: More Cwd tidy up
13904      Branch: perl
13905            ! MANIFEST installperl
13906 ____________________________________________________________________________
13907 [ 13946] By: nick                                  on 2001/12/30  11:12:42
13908         Log: Undo a mess trying Cwd.pm in its ext directory
13909      Branch: perl
13910            + lib/Cwd.pm
13911            - ext/Cwd/Cwd.pm
13912 ____________________________________________________________________________
13913 [ 13945] By: nick                                  on 2001/12/30  10:03:43
13914         Log: Integrate mainline
13915      Branch: perl
13916           +> ext/Cwd/Cwd.pm
13917            - lib/Cwd.pm
13918            ! MANIFEST
13919      Branch: perlio
13920           !> (integrate 45 files)
13921 ____________________________________________________________________________
13922 [ 13944] By: nick                                  on 2001/12/30  09:27:16
13923         Log: "Port" Devel::PPPort to Win32:
13924              - need to set @INC before use in the test
13925              - {} are special to dmake, so use ppport.h.PL
13926              rather than commandline 
13927      Branch: perlio
13928            + ext/Devel/PPPort/ppport.h.PL
13929            ! ext/Devel/PPPort/Makefile.PL ext/Devel/PPPort/t/test.t
13930 ____________________________________________________________________________
13931 [ 13943] By: jhi                                   on 2001/12/29  21:30:48
13932         Log: Update Changes.
13933      Branch: perl
13934            ! Changes patchlevel.h
13935 ____________________________________________________________________________
13936 [ 13942] By: jhi                                   on 2001/12/29  21:12:02
13937         Log: Subject: [PATCH] cleaner close on tests, take 2
13938              From: andreas.koenig@anima.de (Andreas J. Koenig)
13939              Date: 29 Dec 2001 21:42:37 +0100
13940              Message-ID: <m33d1tvjuq.fsf@anima.de>
13941              
13942              (the DB_File patches)
13943      Branch: perl
13944            ! ext/DB_File/t/db-btree.t ext/DB_File/t/db-hash.t
13945            ! ext/DB_File/t/db-recno.t
13946 ____________________________________________________________________________
13947 [ 13941] By: jhi                                   on 2001/12/29  20:25:22
13948         Log: Integrate perlio; regen'ed config_H.?c
13949      Branch: perl
13950           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
13951 ____________________________________________________________________________
13952 [ 13940] By: jhi                                   on 2001/12/29  20:22:57
13953         Log: Subject: [PATCH] cleaner close on tests, take 2             
13954              From: andreas.koenig@anima.de (Andreas J. Koenig)
13955              Date: 29 Dec 2001 21:42:37 +0100
13956              Message-ID: <m33d1tvjuq.fsf@anima.de>
13957              
13958              (except for the three DB_File patch fragments)
13959      Branch: perl
13960            ! ext/Devel/DProf/DProf.t ext/PerlIO/t/encoding.t
13961            ! ext/SDBM_File/sdbm.t ext/Storable/t/store.t lib/strict.t
13962            ! t/cmd/while.t t/comp/cpp.aux t/comp/multiline.t
13963            ! t/comp/require.t t/comp/script.t t/io/argv.t t/io/dup.t
13964            ! t/lib/filter-util.pl t/op/anonsub.t t/op/do.t t/op/inccode.t
13965            ! t/op/runlevel.t t/op/write.t t/run/switches.t
13966 ____________________________________________________________________________
13967 [ 13939] By: jhi                                   on 2001/12/29  20:17:55
13968         Log: Subject: [PATCH] from the non-ANSI comment police (was: it won't compile on win32)  
13969              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
13970              Date: Sat, 29 Dec 2001 20:38:59 +0100
13971              Message-Id: <20011229203646.24CF.H.M.BRAND@hccnet.nl>      
13972              
13973              (NetWare tree not touched because it's very //)
13974      Branch: perl
13975            ! XSUB.h os2/os2.c perl.h win32/include/netdb.h
13976            ! win32/include/sys/socket.h win32/perlhost.h win32/vmem.h
13977            ! wince/include/errno.h wince/include/netdb.h
13978            ! wince/include/sys/socket.h wince/include/sys/stat.h
13979            ! wince/perllib.c wince/perlmain.c wince/win32.h
13980            ! wince/win32iop.h wince/win32thread.c wince/win32thread.h
13981            ! wince/wince.c wince/wince.h wince/wincesck.c x2p/a2py.c
13982 ____________________________________________________________________________
13983 [ 13938] By: nick                                  on 2001/12/29  19:23:32
13984         Log: Integrate mainline (ok linux)
13985      Branch: perlio
13986           +> lib/ExtUtils/t/MM_Win32.t lib/Pod/t/InputObjects.t
13987           !> (integrate 33 files)
13988 ____________________________________________________________________________
13989 [ 13937] By: jhi                                   on 2001/12/29  18:28:36
13990         Log: Give up on serious testing of langinfo().  Leave the old
13991              code in place, though.
13992      Branch: perl
13993            ! ext/I18N/Langinfo/Langinfo.t
13994 ____________________________________________________________________________
13995 [ 13936] By: nick                                  on 2001/12/29  18:20:33
13996         Log: Routine regen_config_h - no real differences other than order of crypt 
13997      Branch: perlio
13998            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
13999 ____________________________________________________________________________
14000 [ 13935] By: jhi                                   on 2001/12/29  17:36:08
14001         Log: Integrate perlio;
14002              
14003              Define the two socket error numbers in terms of WSAEXXXXX equivalents
14004              
14005              Fudge Config.pm so File::Spec does not croak.
14006      Branch: perl
14007           !> win32/FindExt.pm win32/win32.h
14008 ____________________________________________________________________________
14009 [ 13934] By: nick                                  on 2001/12/29  17:27:50
14010         Log: Fudge Config.pm so File::Spec does not croak.
14011      Branch: perlio
14012            ! win32/FindExt.pm
14013 ____________________________________________________________________________
14014 [ 13933] By: jhi                                   on 2001/12/29  17:24:45
14015         Log: metaconfig unit changes for #13932.
14016      Branch: metaconfig
14017            + U/modified/Init.U
14018            ! U/compline/nblock_io.U U/modified/Head.U U/modified/Loc.U
14019 ____________________________________________________________________________
14020 [ 13932] By: jhi                                   on 2001/12/29  17:24:24
14021         Log: VOS tweaks from Paul Green.
14022              
14023              The Configure tweaks: the _exe needs to be
14024              set after the init; VOS has fd 3 hardwired to /dev/tty;
14025              the grep/ln/make substitutions really need to stick.
14026      Branch: perl
14027            ! Configure hints/vos.sh perl.h util.c vos/build.cm
14028            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
14029            ! vos/config.ga.h vos/vosish.h
14030 ____________________________________________________________________________
14031 [ 13931] By: nick                                  on 2001/12/29  17:00:38
14032         Log: Define the two socket error numbers in terms of WSAEXXXXX equivalents
14033              (just to get util.c to compile)
14034      Branch: perlio
14035            ! win32/win32.h
14036 ____________________________________________________________________________
14037 [ 13930] By: jhi                                   on 2001/12/29  15:35:00
14038         Log: Subject: [PATCH] Pod whitespace cleanup, round 0.                
14039              From: coral@eekeek.org
14040              Date: Fri, 28 Dec 2001 19:58:22 -0500      
14041              Message-Id: <200112290058.fBT0wMD26750@eekeek.org>
14042      Branch: perl
14043            ! pod/perl561delta.pod pod/perl572delta.pod pod/perlapi.pod
14044            ! pod/perldelta.pod pod/perlfaq4.pod pod/perlfaq6.pod
14045            ! pod/perlfaq7.pod pod/perlfunc.pod pod/perlpacktut.pod
14046            ! pod/perlunicode.pod pod/perlxs.pod util.c
14047 ____________________________________________________________________________
14048 [ 13929] By: jhi                                   on 2001/12/29  15:31:20
14049         Log: op/exec Win32 patch from Schwern via Abe Timmerman.
14050      Branch: perl
14051            ! t/op/exec.t
14052 ____________________________________________________________________________
14053 [ 13928] By: jhi                                   on 2001/12/29  15:30:14
14054         Log: Subject: [PATCH lib/Pod/t/InputObjects.t] 
14055              From: Abe Timmerman <abe@ztreet.demon.nl>
14056              Date: Sat, 29 Dec 2001 13:10:06 +0100
14057              Message-ID: <cibr2u4f2ksggo4bgt8ijdkfn783avvvj4@4ax.com>           
14058      Branch: perl
14059            + lib/Pod/t/InputObjects.t
14060 ____________________________________________________________________________
14061 [ 13927] By: jhi                                   on 2001/12/29  15:27:39
14062         Log: Integrate perlio;
14063              
14064              Quick fix (after couple of clever fixes failed) for
14065              "accept leaks memory" fail [ID 20011223.001]
14066              
14067              Nick Clark's embed.pl fix for my_socketpair
14068      Branch: perl
14069           !> embed.h embed.pl global.sym pod/perlapi.pod pp_sys.c proto.h
14070 ____________________________________________________________________________
14071 [ 13926] By: nick                                  on 2001/12/29  15:23:21
14072         Log: Nick Clark's embed.pl fix for my_socketpair
14073      Branch: perlio
14074            ! embed.h embed.pl global.sym pod/perlapi.pod proto.h
14075 ____________________________________________________________________________
14076 [ 13925] By: jhi                                   on 2001/12/29  15:21:53
14077         Log: Slight tweaks on the MM_Win32.t.
14078      Branch: perl
14079            ! lib/ExtUtils/t/MM_Win32.t
14080 ____________________________________________________________________________
14081 [ 13924] By: jhi                                   on 2001/12/29  15:16:47
14082         Log: Subject: [PATCH lib/ExtUtils/t/MM_Win32.t]
14083              From: Abe Timmerman <abe@ztreet.demon.nl>
14084              Date: Sat, 29 Dec 2001 12:51:36 +0100
14085              Message-ID: <bmar2u8jdib45442jh1ht3e3i1qhlaek59@4ax.com>
14086      Branch: perl
14087            + lib/ExtUtils/t/MM_Win32.t
14088            ! MANIFEST
14089 ____________________________________________________________________________
14090 [ 13923] By: nick                                  on 2001/12/29  15:12:07
14091         Log: Quick fix (after couple of clever fixes failed) for
14092              "accept leaks memory" fail [ID 20011223.001]
14093      Branch: perlio
14094            ! pp_sys.c
14095 ____________________________________________________________________________
14096 [ 13922] By: jhi                                   on 2001/12/29  15:09:00
14097         Log: Subject: [PATCH] Module names and other nits
14098              From: Autrijus Tang <autrijus@autrijus.org>                 
14099              Date: Sat, 29 Dec 2001 01:59:28 +0800
14100              Message-ID: <20011229015928.A29712@geb.elixus.org>              
14101      Branch: perl
14102            ! lib/Exporter/Heavy.pm pod/perl561delta.pod pod/perl56delta.pod
14103            ! pod/perldebguts.pod pod/perldebug.pod pod/perlfaq4.pod
14104            ! pod/perlfaq6.pod pod/perlfunc.pod pod/perlguts.pod
14105            ! pod/perlpacktut.pod pod/perlsub.pod pod/perltodo.pod
14106            ! pod/perlunicode.pod pod/perlutil.pod pod/perlxs.pod
14107 ____________________________________________________________________________
14108 [ 13921] By: jhi                                   on 2001/12/29  15:05:08
14109         Log: socketpair tweaks from Nicholas Clark.
14110      Branch: perl
14111            ! ext/Socket/socketpair.t util.c
14112 ____________________________________________________________________________
14113 [ 13920] By: nick                                  on 2001/12/29  12:36:21
14114         Log: Integrate mainline
14115      Branch: perlio
14116           !> Changes Configure doop.c ext/B/B.pm ext/IO/lib/IO/t/io_dir.t
14117           !> ext/POSIX/POSIX.xs ext/Socket/socketpair.t
14118           !> lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_VMS.pm
14119           !> lib/ExtUtils/t/Embed.t lib/ExtUtils/t/MM_Cygwin.t
14120           !> lib/warnings.t patchlevel.h pod/perlfunc.pod pod/perlport.pod
14121           !> pod/perluniintro.pod t/base/rs.t t/cmd/subval.t t/io/fflush.t
14122           !> t/op/sysio.t
14123 ____________________________________________________________________________
14124 [ 13919] By: jhi                                   on 2001/12/28  17:01:39
14125         Log: Retract #13917.
14126      Branch: perl
14127            ! doop.c
14128 ____________________________________________________________________________
14129 [ 13918] By: jhi                                   on 2001/12/28  17:00:53
14130         Log: Subject: provisional MakeMaker patch for VMS
14131              From: "Craig A. Berry" <craigberry@mac.com> 
14132              Date: Thu, 27 Dec 2001 22:29:37 -0600
14133              Message-Id: <a05101004b8515264aa3a@[172.16.52.1]>
14134      Branch: perl
14135            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_VMS.pm
14136 ____________________________________________________________________________
14137 [ 13917] By: jhi                                   on 2001/12/28  16:57:19
14138         Log: (retracted by #13919)
14139      Branch: perl
14140            ! doop.c
14141 ____________________________________________________________________________
14142 [ 13916] By: jhi                                   on 2001/12/28  01:17:04
14143         Log: metaconfig unit change for #13915.
14144      Branch: metaconfig/U/perl
14145            ! d_u32align.U
14146 ____________________________________________________________________________
14147 [ 13915] By: jhi                                   on 2001/12/28  01:16:45
14148         Log: Remove debris in any case.
14149      Branch: perl
14150            ! Configure
14151 ____________________________________________________________________________
14152 [ 13914] By: jhi                                   on 2001/12/28  00:22:10
14153         Log: Subject: [PATCH] Re: B::walksymtable oddness
14154              From: "Mattia Barbon" <mbarbon@dsi.unive.it>
14155              Date: Thu, 27 Dec 2001 19:14:24 +0100
14156              Message-ID: <3C2B7310.861.18820D0@localhost>
14157      Branch: perl
14158            ! ext/B/B.pm
14159 ____________________________________________________________________________
14160 [ 13913] By: jhi                                   on 2001/12/27  23:57:34
14161         Log: Subject: [PATCH] because (sys)?read doesn't reset buffers
14162              From: Nicholas Clark <nick@unfortu.net> 
14163              Date: Fri, 28 Dec 2001 00:43:02 +0000
14164              Message-ID: <20011228004301.B23373@Bagpuss.unfortu.net>
14165      Branch: perl
14166            ! ext/Socket/socketpair.t
14167 ____________________________________________________________________________
14168 [ 13912] By: jhi                                   on 2001/12/27  23:56:20
14169         Log: Fast Latin1<->UTF-8 conversion for older Perls.
14170      Branch: perl
14171            ! pod/perluniintro.pod
14172 ____________________________________________________________________________
14173 [ 13911] By: jhi                                   on 2001/12/27  14:52:45
14174         Log: Update Changes.
14175      Branch: perl
14176            ! Changes patchlevel.h
14177 ____________________________________________________________________________
14178 [ 13910] By: jhi                                   on 2001/12/27  14:32:23
14179         Log: More wait status trickery for BeOS.
14180      Branch: perl
14181            ! ext/POSIX/POSIX.xs
14182 ____________________________________________________________________________
14183 [ 13909] By: jhi                                   on 2001/12/27  14:15:49
14184         Log: metaconfig unit change for #13908.
14185      Branch: metaconfig/U/perl
14186            ! d_u32align.U
14187 ____________________________________________________________________________
14188 [ 13908] By: jhi                                   on 2001/12/27  14:15:27
14189         Log: Try to catch the SIGBUS, as suggested by Nicholas Clark.
14190      Branch: perl
14191            ! Configure
14192 ____________________________________________________________________________
14193 [ 13907] By: jhi                                   on 2001/12/27  14:05:09
14194         Log: Subject: [ID 20011227.002] Not OK: perl v5.7.2 +DEVEL13884 on i386-freebsd 4.4-stable (UNINSTALLED)
14195              From: gbarr@monty.mutatus.co.uk
14196              Date: 27 Dec 2001 14:41:36 -0000
14197              Message-Id: <20011227144136.71851.qmail@monty.mutatus.co.uk>    
14198      Branch: perl
14199            ! lib/ExtUtils/t/Embed.t
14200 ____________________________________________________________________________
14201 [ 13906] By: jhi                                   on 2001/12/27  13:58:18
14202         Log: Subject: [PATCH] Re: socketpair emulation
14203              From: Nicholas Clark <nick@unfortu.net> 
14204              Date: Wed, 26 Dec 2001 20:08:14 +0000
14205              Message-ID: <20011226200813.A11903@Bagpuss.unfortu.net>
14206      Branch: perl
14207            ! ext/Socket/socketpair.t
14208 ____________________________________________________________________________
14209 [ 13905] By: jhi                                   on 2001/12/27  13:55:03
14210         Log: Subject: [DOC PATCH] left is right and right is left
14211              From: Philip Newton <Philip.Newton@gmx.net>
14212              Date: Thu, 27 Dec 2001 10:04:17 +0100
14213              Message-ID: <vsol2uchfg3ruf0rfjf33b75544nv21uhi@4ax.com>
14214      Branch: perl
14215            ! pod/perlfunc.pod pod/perlport.pod
14216 ____________________________________________________________________________
14217 [ 13904] By: jhi                                   on 2001/12/27  13:53:25
14218         Log: Subject: [PATCH] check return of close
14219              From: andreas.koenig@anima.de (Andreas J. Koenig)            
14220              Date: 27 Dec 2001 09:47:30 +0100
14221              Message-ID: <m3ellhgicd.fsf@anima.de> 
14222              
14223              Subject: [PATCH] improve error reporting
14224              From: andreas.koenig@anima.de (Andreas J. Koenig)            
14225              Date: 27 Dec 2001 09:54:55 +0100
14226              Message-ID: <m3adw5gi00.fsf@anima.de> 
14227              
14228              Subject: [PATCH] check return value of close
14229              From: andreas.koenig@anima.de (Andreas J. Koenig)            
14230              Date: 27 Dec 2001 10:03:55 +0100
14231              Message-ID: <m3666tghl0.fsf@anima.de> 
14232              
14233              Subject: [PATCH] return of close
14234              From: andreas.koenig@anima.de (Andreas J. Koenig)            
14235              Date: 27 Dec 2001 10:22:15 +0100
14236              Message-ID: <m31yhhggqg.fsf@anima.de> 
14237      Branch: perl
14238            ! ext/IO/lib/IO/t/io_dir.t lib/warnings.t t/cmd/subval.t
14239            ! t/io/fflush.t
14240 ____________________________________________________________________________
14241 [ 13903] By: jhi                                   on 2001/12/27  13:44:57
14242         Log: Subject: [PATCH] check return of close
14243              From: andreas.koenig@anima.de (Andreas J. Koenig)            
14244              Date: 27 Dec 2001 09:47:30 +0100
14245              Message-ID: <m3ellhgicd.fsf@anima.de> 
14246      Branch: perl
14247            ! t/base/rs.t
14248 ____________________________________________________________________________
14249 [ 13902] By: jhi                                   on 2001/12/27  13:38:30
14250         Log: Subject: [PATCH] better error diagnosis from t/op/sysio.t
14251              From: andreas.koenig@anima.de (Andreas J. Koenig)
14252              Date: 27 Dec 2001 09:21:16 +0100
14253              Message-ID: <m3n105gjk3.fsf@anima.de>
14254      Branch: perl
14255            ! t/op/sysio.t
14256 ____________________________________________________________________________
14257 [ 13901] By: jhi                                   on 2001/12/27  13:35:03
14258         Log: Subject: [PATCH] Re: ExtUtils::MM_Cygwin test failures (was Re: [ PATCH ] Cygwin groups.t  (PLEASE CHECK))
14259              From: "Gerrit P. Haase" <gp@familiehaase.de>
14260              Date: Thu, 27 Dec 2001 09:23:55 +0100 
14261              Message-ID: <98211521662.20011227092355@familiehaase.de>
14262      Branch: perl
14263            ! lib/ExtUtils/t/MM_Cygwin.t
14264 ____________________________________________________________________________
14265 [ 13900] By: nick                                  on 2001/12/27  11:11:51
14266         Log: Integrate mainline
14267      Branch: perlio
14268           +> ext/Socket/socketpair.t lib/File/Spec/Cygwin.pm
14269           +> lib/File/Spec/NW5.pm
14270           !> (integrate 52 files)
14271 ____________________________________________________________________________
14272 [ 13899] By: jhi                                   on 2001/12/26  21:30:13
14273         Log: Replace the awful (most likely generated and not very persistent)
14274              URL with something tangible.
14275      Branch: perl
14276            ! README.hpux
14277 ____________________________________________________________________________
14278 [ 13898] By: jhi                                   on 2001/12/26  21:21:01
14279         Log: Naughty /dev/printer (ls -l, really) of IRIX.
14280      Branch: perl
14281            ! t/op/stat.t
14282 ____________________________________________________________________________
14283 [ 13897] By: jhi                                   on 2001/12/26  20:56:09
14284         Log: Upgrade to Net::Ping 2.10.
14285      Branch: perl
14286            ! lib/Net/Ping.pm lib/Net/Ping/CHANGES lib/Net/Ping/t/100_load.t
14287            ! lib/Net/Ping/t/110_icmp_inst.t lib/Net/Ping/t/120_udp_inst.t
14288            ! lib/Net/Ping/t/130_tcp_inst.t lib/Net/Ping/t/140_stream_inst.t
14289            ! lib/Net/Ping/t/200_ping_tcp.t lib/Net/Ping/t/300_ping_stream.t
14290 ____________________________________________________________________________
14291 [ 13896] By: jhi                                   on 2001/12/26  20:15:32
14292         Log: BeOS has times() tick of 1000000, not CLK_TCK (1000)
14293              (this showed up in Benchmark.t)
14294      Branch: perl
14295            ! pp_sys.c
14296 ____________________________________________________________________________
14297 [ 13895] By: jhi                                   on 2001/12/26  19:52:03
14298         Log: BeOS updates.
14299      Branch: perl
14300            ! README.beos beos/beos.c
14301 ____________________________________________________________________________
14302 [ 13894] By: jhi                                   on 2001/12/26  19:31:38
14303         Log: Subject: Re: bleadperl doesn't compile
14304              From: "Gerrit P. Haase" <gp@familiehaase.de>
14305              Date: Wed, 26 Dec 2001 21:29:08 +0100
14306              Message-ID: <22168634623.20011226212908@familiehaase.de>
14307              
14308              Cygwin with multiplicity.
14309      Branch: perl
14310            ! perlio.c
14311 ____________________________________________________________________________
14312 [ 13893] By: jhi                                   on 2001/12/26  19:11:49
14313         Log: Subject: [PATCH] Re: [ PATCH ] Cygwin groups.t  (PLEASE CHECK)
14314              From: Nicholas Clark <nick@ccl4.org>
14315              Date: Wed, 26 Dec 2001 19:07:33 +0000
14316              Message-ID: <20011226190732.J48842@plum.flirble.org>            
14317              
14318              socketpair() (un)signedness nit.
14319      Branch: perl
14320            ! util.c
14321 ____________________________________________________________________________
14322 [ 13892] By: jhi                                   on 2001/12/26  19:10:15
14323         Log: Subject: Re: [PATCH] Re: [ PATCH ] Cygwin groups.t  (PLEASE CHECK)
14324              From: Nicholas Clark <nick@ccl4.org>
14325              Date: Wed, 26 Dec 2001 19:19:47 +0000
14326              Message-ID: <20011226191946.K48842@plum.flirble.org>
14327              
14328              Use report_evil_fh().
14329      Branch: perl
14330            ! doio.c
14331 ____________________________________________________________________________
14332 [ 13891] By: jhi                                   on 2001/12/26  18:58:09
14333         Log: Bad $? assumptions.
14334      Branch: perl
14335            ! ext/POSIX/POSIX.pod pod/perlfunc.pod pod/perlport.pod
14336 ____________________________________________________________________________
14337 [ 13890] By: jhi                                   on 2001/12/26  17:47:57
14338         Log: Net::Ping isn't going to work much without
14339              the Socket extension; fail more gracefully.
14340      Branch: perl
14341            ! lib/Net/Ping/t/100_load.t lib/Net/Ping/t/110_icmp_inst.t
14342            ! lib/Net/Ping/t/120_udp_inst.t lib/Net/Ping/t/130_tcp_inst.t
14343            ! lib/Net/Ping/t/140_stream_inst.t lib/Net/Ping/t/200_ping_tcp.t
14344            ! lib/Net/Ping/t/300_ping_stream.t
14345 ____________________________________________________________________________
14346 [ 13889] By: jhi                                   on 2001/12/26  17:19:18
14347         Log: metaconfig unit change for #13888.
14348      Branch: metaconfig
14349            ! U/modified/Oldconfig.U
14350 ____________________________________________________________________________
14351 [ 13888] By: jhi                                   on 2001/12/26  17:18:59
14352         Log: test -d /system is a bit too generic test for VOS
14353              (false hit in BeOS)
14354      Branch: perl
14355            ! Configure
14356 ____________________________________________________________________________
14357 [ 13887] By: jhi                                   on 2001/12/26  17:13:27
14358         Log: No AF_UNIX in BeOS.
14359      Branch: perl
14360            ! util.c
14361 ____________________________________________________________________________
14362 [ 13886] By: jhi                                   on 2001/12/26  17:07:39
14363         Log: FAQ sync.
14364      Branch: perl
14365            ! pod/perlfaq5.pod
14366 ____________________________________________________________________________
14367 [ 13885] By: jhi                                   on 2001/12/25  16:24:10
14368         Log: Update Changes.
14369      Branch: perl
14370            ! Changes patchlevel.h
14371 ____________________________________________________________________________
14372 [ 13884] By: jhi                                   on 2001/12/25  16:20:19
14373         Log: Make -t equal -tw.
14374      Branch: perl
14375            ! perl.c pod/perlrun.pod
14376 ____________________________________________________________________________
14377 [ 13883] By: jhi                                   on 2001/12/25  15:56:49
14378         Log: Subject: Re: Not OK 13881
14379              From: John Peacock <jpeacock@rowman.com>
14380              Date: Tue, 25 Dec 2001 06:02:12 -0500
14381              Message-ID: <3C285CB4.8040006@rowman.com>
14382      Branch: perl
14383            ! embed.h embed.pl global.sym pod/perlapi.pod util.c
14384 ____________________________________________________________________________
14385 [ 13882] By: jhi                                   on 2001/12/25  15:45:52
14386         Log: Subject: Re: Not OK 13881
14387              From: andreas.koenig@anima.de (Andreas J. Koenig)
14388              Date: 25 Dec 2001 07:33:23 +0100
14389              Message-ID: <m3bsgnajws.fsf@anima.de>
14390      Branch: perl
14391            ! op.c
14392 ____________________________________________________________________________
14393 [ 13881] By: jhi                                   on 2001/12/24  23:47:53
14394         Log: Subject: PATCH: Restore "Can't declare scalar dereference in my" error
14395              From: Mark-Jason Dominus <mjd@plover.com>    
14396              Date: Mon, 24 Dec 2001 18:14:48 -0500
14397              Message-ID: <20011224231448.25826.qmail@plover.com>
14398      Branch: perl
14399            ! op.c t/op/eval.t
14400 ____________________________________________________________________________
14401 [ 13880] By: jhi                                   on 2001/12/24  22:58:18
14402         Log: Subject: [PATCH]: ExtUtils::MM_* and File::Spec 
14403              From: Dave Rolsky <autarch@urth.org>
14404              Date: Mon, 24 Dec 2001 13:27:23 -0600 (CST) 
14405              Message-ID: <Pine.LNX.4.43.0112241305020.21723-100000@urth.org>
14406      Branch: perl
14407            + lib/File/Spec/Cygwin.pm lib/File/Spec/NW5.pm
14408            ! MANIFEST lib/ExtUtils/MM_Cygwin.pm lib/ExtUtils/MM_NW5.pm
14409            ! lib/ExtUtils/MM_OS2.pm lib/ExtUtils/MM_Unix.pm
14410            ! lib/ExtUtils/MM_VMS.pm lib/ExtUtils/MM_Win32.pm
14411            ! lib/File/Spec.pm lib/File/Spec/Win32.pm
14412 ____________________________________________________________________________
14413 [ 13879] By: jhi                                   on 2001/12/24  18:52:10
14414         Log: Subject: [PATCH] and [BUG]   \X and \C fixed, \X still dorked 
14415              From: Jeffrey Friedl <jfriedl@yahoo.com>
14416              Date: Fri, 21 Dec 2001 23:18:17 -0800 (PST)           
14417              Message-Id: <200112220718.fBM7IHG25075@ventrue.corp.yahoo.com>
14418              
14419              The rest of the tests for plus few extras.
14420      Branch: perl
14421            ! t/op/pat.t
14422 ____________________________________________________________________________
14423 [ 13878] By: jhi                                   on 2001/12/24  17:16:10
14424         Log: metaconfig unit change for #13877.
14425      Branch: metaconfig
14426            ! U/modified/Unix.U
14427 ____________________________________________________________________________
14428 [ 13877] By: jhi                                   on 2001/12/24  17:13:53
14429         Log: No-op.
14430      Branch: perl
14431            ! Configure
14432 ____________________________________________________________________________
14433 [ 13876] By: jhi                                   on 2001/12/24  17:13:16
14434         Log: More constant casting.
14435      Branch: perl
14436            ! regexec.c
14437 ____________________________________________________________________________
14438 [ 13875] By: jhi                                   on 2001/12/24  16:47:30
14439         Log: Subject: perlhack.pod 
14440              From: "John P. Linderman" <jpl@research.att.com>
14441              Date: Sun, 23 Dec 2001 16:16:10 -0500 (EST) 
14442              Message-Id: <200112232116.QAA18463@raptor.research.att.com>
14443      Branch: perl
14444            ! pod/perlhack.pod
14445 ____________________________________________________________________________
14446 [ 13874] By: jhi                                   on 2001/12/24  16:41:03
14447         Log: File::Find patch patches from Thomas Wegner.
14448      Branch: perl
14449            ! lib/File/Find.pm
14450 ____________________________________________________________________________
14451 [ 13873] By: jhi                                   on 2001/12/24  16:38:10
14452         Log: Subject: Re: socketpair emulation 
14453              From: Nicholas Clark <nick@unfortu.net>                 
14454              Date: Mon, 24 Dec 2001 16:11:30 +0000                 
14455              Message-ID: <20011224161129.A1520@Bagpuss.unfortu.net>          
14456      Branch: perl
14457            ! ext/Socket/socketpair.t
14458 ____________________________________________________________________________
14459 [ 13872] By: jhi                                   on 2001/12/24  02:53:02
14460         Log: Must cast constants if they can be quads.
14461      Branch: perl
14462            ! regcomp.c
14463 ____________________________________________________________________________
14464 [ 13871] By: jhi                                   on 2001/12/24  01:40:12
14465         Log: Promote the e/uid to wide enough un/signed integers
14466              and printf them as such.
14467      Branch: perl
14468            ! taint.c
14469 ____________________________________________________________________________
14470 [ 13870] By: jhi                                   on 2001/12/24  01:14:52
14471         Log: metaconfig unit change for #13869.
14472      Branch: metaconfig/U/perl
14473            ! d_u32align.U
14474 ____________________________________________________________________________
14475 [ 13869] By: jhi                                   on 2001/12/24  01:14:06
14476         Log: The U32 alignment test wasn't really working, noticed
14477              by Paul Green.  Now the test works, but this means that
14478              we may see coredumps from the test.   I sure hope MMUless
14479              places don't crash on the test.
14480      Branch: perl
14481            ! Configure
14482 ____________________________________________________________________________
14483 [ 13868] By: jhi                                   on 2001/12/23  23:46:54
14484         Log: metaconfig unit changes for #13867.
14485      Branch: metaconfig
14486            ! U/compline/nblock_io.U U/modified/Unix.U
14487            ! U/modified/spitshell.U
14488 ____________________________________________________________________________
14489 [ 13867] By: jhi                                   on 2001/12/23  23:46:18
14490         Log: More VOS tweaks.
14491      Branch: perl
14492            ! Configure
14493 ____________________________________________________________________________
14494 [ 13866] By: jhi                                   on 2001/12/23  16:43:29
14495         Log: The funky final sigma casefolding.
14496      Branch: perl
14497            ! regcomp.c regexec.c t/op/pat.t utf8.h
14498 ____________________________________________________________________________
14499 [ 13865] By: jhi                                   on 2001/12/23  13:55:23
14500         Log: Update Changes.
14501      Branch: perl
14502            ! Changes patchlevel.h
14503 ____________________________________________________________________________
14504 [ 13864] By: jhi                                   on 2001/12/23  13:50:25
14505         Log: Move the \C and \X to pat.t.
14506      Branch: perl
14507            ! t/op/pat.t t/op/re_tests
14508 ____________________________________________________________________________
14509 [ 13863] By: jhi                                   on 2001/12/23  04:04:20
14510         Log: More logical test ordering.
14511      Branch: perl
14512            ! perl.h
14513 ____________________________________________________________________________
14514 [ 13862] By: jhi                                   on 2001/12/23  01:47:23
14515         Log: Integrate perlio;
14516              
14517              Add at least the "important" PerlIO_xxxx functions to embed.pl
14518              so that they get implicit pTHX_ and we can avoid slow dTHX.
14519              
14520              Put PerlIO stuff inside EXTERN C
14521              
14522              Win32 and makedef.pl fall-out of PerlIO/pTHX stuff
14523      Branch: perl
14524           !> embed.h embed.pl ext/IO/IO.xs global.sym globals.c makedef.pl
14525           !> perlio.c perlio.h perlio.sym pod/perlapi.pod proto.h
14526           !> win32/win32.c
14527 ____________________________________________________________________________
14528 [ 13861] By: jhi                                   on 2001/12/23  01:38:54
14529         Log: Even more \X fixing.
14530      Branch: perl
14531            ! regexec.c t/op/pat.t
14532 ____________________________________________________________________________
14533 [ 13860] By: jhi                                   on 2001/12/23  01:29:45
14534         Log: More \X fixing.
14535      Branch: perl
14536            ! regexec.c t/op/pat.t
14537 ____________________________________________________________________________
14538 [ 13859] By: jhi                                   on 2001/12/23  00:57:10
14539         Log: Fix encoding pragma.
14540      Branch: perl
14541            ! regcomp.c
14542 ____________________________________________________________________________
14543 [ 13858] By: jhi                                   on 2001/12/23  00:12:51
14544         Log: Subject: socketpair emulation
14545              From: Nicholas Clark <nick@unfortu.net>
14546              Date: Sat, 22 Dec 2001 18:38:18 +0000
14547              Message-ID: <20011222183817.A12020@Bagpuss.unfortu.net>
14548      Branch: perl
14549            + ext/Socket/socketpair.t
14550            ! MANIFEST embed.h embed.pl global.sym perl.h pod/perlfunc.pod
14551            ! pp_sys.c proto.h util.c
14552 ____________________________________________________________________________
14553 [ 13857] By: jhi                                   on 2001/12/22  23:53:26
14554         Log: Subject: [PATCH] and [BUG]   \X and \C fixed, \X still dorked        
14555              From: Jeffrey Friedl <jfriedl@yahoo.com>
14556              Date: Fri, 21 Dec 2001 23:18:17 -0800 (PST) 
14557              Message-Id: <200112220718.fBM7IHG25075@ventrue.corp.yahoo.com>  
14558              
14559              (partially applied, most of the new tests need to be rethought)
14560      Branch: perl
14561            ! regcomp.c t/op/re_tests
14562 ____________________________________________________________________________
14563 [ 13856] By: jhi                                   on 2001/12/22  23:45:35
14564         Log: Small tweaks.
14565      Branch: perl
14566            ! handy.h regexec.c
14567 ____________________________________________________________________________
14568 [ 13855] By: jhi                                   on 2001/12/22  20:10:01
14569         Log: Unicode casefolding continues.
14570              (lib/encoding.t still failing.)
14571      Branch: perl
14572            ! regexec.c t/op/pat.t
14573 ____________________________________________________________________________
14574 [ 13854] By: nick                                  on 2001/12/22  20:01:27
14575         Log: Win32 and makedef.pl fall-out of PerlIO/pTHX stuff
14576      Branch: perlio
14577            ! makedef.pl perlio.h perlio.sym win32/win32.c
14578 ____________________________________________________________________________
14579 [ 13853] By: nick                                  on 2001/12/22  19:58:53
14580         Log: Put PerlIO stuff inside EXTERN C
14581      Branch: perlio
14582            ! embed.pl proto.h
14583 ____________________________________________________________________________
14584 [ 13852] By: nick                                  on 2001/12/22  18:04:34
14585         Log: Add at least the "important" PerlIO_xxxx functions to embed.pl
14586              so that they get implicit pTHX_ and we can avoid slow dTHX.
14587      Branch: perlio
14588            ! embed.h embed.pl ext/IO/IO.xs global.sym globals.c perlio.c
14589            ! perlio.h pod/perlapi.pod proto.h
14590 ____________________________________________________________________________
14591 [ 13851] By: jhi                                   on 2001/12/22  17:42:10
14592         Log: metaconfig unit change for #13850.
14593      Branch: metaconfig
14594            ! U/modified/Loc.U
14595 ____________________________________________________________________________
14596 [ 13850] By: jhi                                   on 2001/12/22  17:41:40
14597         Log: Rework the make logic (again).
14598      Branch: perl
14599            ! Configure
14600 ____________________________________________________________________________
14601 [ 13849] By: jhi                                   on 2001/12/22  16:40:24
14602         Log: Integrate perlio;
14603              Fix mis-parse of autoloaded usage code by declaring the sub
14604              Correct checking code which Ilya spotted was tripped by CR at EOF.
14605              The CR at EOF fix earlier broke CR at end-of-buffer.
14606      Branch: perl
14607            ! regexec.c
14608           !> ext/POSIX/POSIX.pm perlio.c sv.c
14609 ____________________________________________________________________________
14610 [ 13848] By: nick                                  on 2001/12/22  15:11:17
14611         Log: The CR at EOF fix earlier broke CR at end-of-buffer.
14612              This should be okay for both?
14613      Branch: perlio
14614            ! perlio.c
14615 ____________________________________________________________________________
14616 [ 13847] By: nick                                  on 2001/12/22  12:26:32
14617         Log: Correct checking code which Ilya spotted was tripped by CR at EOF.
14618              Also tone down perl -DP tracing of sv_gets.
14619      Branch: perlio
14620            ! perlio.c sv.c
14621 ____________________________________________________________________________
14622 [ 13846] By: nick                                  on 2001/12/22  10:49:27
14623         Log: Fix mis-parse of autoloaded usage code by declaring the sub
14624      Branch: perlio
14625            ! ext/POSIX/POSIX.pm
14626 ____________________________________________________________________________
14627 [ 13845] By: nick                                  on 2001/12/22  10:44:11
14628         Log: Integrate mainline - some fails:
14629              Failed Test            Stat Wstat Total Fail  Failed  List of Failed
14630              -------------------------------------------------------------------------------
14631              ../ext/POSIX/t/posix.t  255 65280    38    9  23.68%  30-38
14632              ../lib/encoding.t                    19    2  10.53%  17-18
14633              op/pat.t                            770    3   0.39%  754-755 757
14634      Branch: perlio
14635           +> ext/re/re.t lib/ExtUtils/t/MM_OS2.t
14636           !> (integrate 36 files)
14637 ____________________________________________________________________________
14638 [ 13844] By: jhi                                   on 2001/12/22  04:27:46
14639         Log: More Unicode casing fixes.
14640      Branch: perl
14641            ! regexec.c t/op/pat.t
14642 ____________________________________________________________________________
14643 [ 13843] By: jhi                                   on 2001/12/22  02:47:08
14644         Log: Unicode casefolding fixes.
14645      Branch: perl
14646            ! op.c regcomp.c regexec.c t/op/pat.t
14647 ____________________________________________________________________________
14648 [ 13842] By: jhi                                   on 2001/12/21  22:32:14
14649         Log: Subject: [PATCH B::Deparse] __DATA__ and packages
14650              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr> 
14651              Date: Sat, 22 Dec 2001 00:01:29 +0100
14652              Message-ID: <20011222000129.A713@rafael>
14653      Branch: perl
14654            ! ext/B/B/Deparse.pm
14655 ____________________________________________________________________________
14656 [ 13841] By: jhi                                   on 2001/12/21  20:38:28
14657         Log: VOS config from Paul Green.
14658      Branch: perl
14659            ! hints/vos.sh
14660 ____________________________________________________________________________
14661 [ 13840] By: jhi                                   on 2001/12/21  20:00:43
14662         Log: Subject: [PATCH @13746] CreateTTY on OS/2
14663              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
14664              Date: Fri, 21 Dec 2001 15:59:45 -0500
14665              Message-ID: <20011221155945.A6806@math.ohio-state.edu>
14666      Branch: perl
14667            ! lib/perl5db.pl
14668 ____________________________________________________________________________
14669 [ 13839] By: jhi                                   on 2001/12/21  19:52:49
14670         Log: Subject: [PATCH @13746] uninstalled build of modules broken
14671              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
14672              Date: Fri, 21 Dec 2001 15:49:09 -0500
14673              Message-ID: <20011221154909.A6760@math.ohio-state.edu>
14674      Branch: perl
14675            ! lib/ExtUtils/MM_Unix.pm
14676 ____________________________________________________________________________
14677 [ 13838] By: jhi                                   on 2001/12/21  19:52:09
14678         Log: Subject: [PATCH @13746] OS/2 File::* modules
14679              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
14680              Date: Fri, 21 Dec 2001 15:43:24 -0500
14681              Message-ID: <20011221154324.A6524@math.ohio-state.edu>
14682      Branch: perl
14683            ! lib/File/Basename.pm lib/File/Spec/OS2.pm
14684 ____________________________________________________________________________
14685 [ 13837] By: jhi                                   on 2001/12/21  19:49:41
14686         Log: Subject: [PATCH] perltie.pod (or what does it mean?)
14687              From: Wolfgang Laun <Wolfgang.Laun@alcatel.at>
14688              Date: Fri, 21 Dec 2001 17:29:07 +0100
14689              Message-ID: <3C236353.6625C4C0@alcatel.at>
14690      Branch: perl
14691            ! pod/perltie.pod
14692 ____________________________________________________________________________
14693 [ 13836] By: jhi                                   on 2001/12/21  19:47:52
14694         Log: metaconfig unit changes for #13835
14695      Branch: metaconfig
14696            ! U/modified/Head.U U/modified/Loc.U U/modified/Unix.U
14697            ! U/modified/sh.U
14698 ____________________________________________________________________________
14699 [ 13835] By: jhi                                   on 2001/12/21  19:47:03
14700         Log: Further VOS tweaks: the _exe needs to be introduced
14701              in the very beginning, and the make/gmake needs special
14702              VOS logic.
14703      Branch: perl
14704            ! Configure Makefile.SH
14705 ____________________________________________________________________________
14706 [ 13834] By: jhi                                   on 2001/12/21  15:12:26
14707         Log: Update Changes.
14708      Branch: perl
14709            ! Changes patchlevel.h
14710 ____________________________________________________________________________
14711 [ 13833] By: jhi                                   on 2001/12/21  14:46:45
14712         Log: metaconfig unit change for #13832.
14713      Branch: metaconfig
14714            ! U/modified/spitshell.U
14715 ____________________________________________________________________________
14716 [ 13832] By: jhi                                   on 2001/12/21  14:46:24
14717         Log: Also the search for cat needs to be _exe-aware.
14718      Branch: perl
14719            ! Configure
14720 ____________________________________________________________________________
14721 [ 13831] By: jhi                                   on 2001/12/21  13:43:53
14722         Log: Subject: [PATCH] ext/B/B/Xref.pm adding "our" recognition
14723              From: Wolfgang Laun <Wolfgang.Laun@alcatel.at>
14724              Date: Fri, 21 Dec 2001 14:02:01 +0100
14725              Message-ID: <3C2332C9.7CFED5F2@alcatel.at>
14726      Branch: perl
14727            ! ext/B/B/Xref.pm
14728 ____________________________________________________________________________
14729 [ 13830] By: jhi                                   on 2001/12/21  13:42:31
14730         Log: packing I32 with L is not nice, need l; from Wolfgang Laun.
14731      Branch: perl
14732            ! ext/B/B/Assembler.pm ext/B/B/Disassembler.pm
14733            ! ext/B/t/assembler.t
14734 ____________________________________________________________________________
14735 [ 13829] By: jhi                                   on 2001/12/21  13:39:06
14736         Log: Subject: [ PATCH ] Smoke 13820 /pro/3gl/CPAN/perl-current
14737              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
14738              Date: Fri, 21 Dec 2001 11:15:38 +0100
14739              Message-Id: <20011221104035.4B4F.H.M.BRAND@hccnet.nl>
14740      Branch: perl
14741            ! hv.c
14742 ____________________________________________________________________________
14743 [ 13828] By: jhi                                   on 2001/12/21  01:59:10
14744         Log: A plan is good.
14745      Branch: perl
14746            ! ext/re/re.t
14747 ____________________________________________________________________________
14748 [ 13827] By: jhi                                   on 2001/12/21  01:57:48
14749         Log: Subject: [REPATCH MANIFEST, ext/re/re.t] Tests for re pragma
14750              From: chromatic <chromatic@rmci.net>
14751              Date: Thu, 20 Dec 2001 16:16:48 -0700
14752              Message-ID: <20011220231726.23878.qmail@onion.perl.org>
14753      Branch: perl
14754            + ext/re/re.t
14755            ! MANIFEST
14756 ____________________________________________________________________________
14757 [ 13826] By: jhi                                   on 2001/12/21  01:34:37
14758         Log: Synchronize the skippage message.
14759      Branch: perl
14760            ! lib/ExtUtils/t/MM_OS2.t
14761 ____________________________________________________________________________
14762 [ 13825] By: jhi                                   on 2001/12/21  01:32:42
14763         Log: Subject: [PATCH MANIFEST, lib/ExtUtils/t/MM_OS2.t] Tests for ExtUtils::MM_OS2
14764              From: chromatic <chromatic@rmci.net>
14765              Date: Thu, 20 Dec 2001 16:09:10 -0700
14766              Message-ID: <20011220230948.18010.qmail@onion.perl.org>
14767      Branch: perl
14768            + lib/ExtUtils/t/MM_OS2.t
14769            ! MANIFEST
14770 ____________________________________________________________________________
14771 [ 13824] By: jhi                                   on 2001/12/21  01:14:12
14772         Log: Subject: perlfunc.pod patch re flock via fcntl
14773              From: "Tye McQueen" <tye@metronet.com>
14774              Date: Thu, 20 Dec 2001 14:52:19 -0600 (CST) 
14775              Message-Id: <200112202052.fBKKqKH16263@metronet.com>
14776      Branch: perl
14777            ! pod/perlfunc.pod
14778 ____________________________________________________________________________
14779 [ 13823] By: jhi                                   on 2001/12/21  00:54:49
14780         Log: Make using U+FDD0..U+FDEF (noncharacters since Unicode 3.1),
14781              U+...FFFE, U+...FFFF, and characters beyond U+10FFFF
14782              (the Unicode maximum code point) warnable offenses.
14783      Branch: perl
14784            ! embed.h embed.pl global.sym op.c pod/perlapi.pod pp.c proto.h
14785            ! t/op/each.t t/op/pat.t t/op/qq.t utf8.c utf8.h
14786 ____________________________________________________________________________
14787 [ 13822] By: jhi                                   on 2001/12/20  20:59:55
14788         Log: Sterner admonishment on -t.
14789      Branch: perl
14790            ! pod/perlrun.pod
14791 ____________________________________________________________________________
14792 [ 13821] By: jhi                                   on 2001/12/20  20:53:42
14793         Log: Subject: [PATCH B::Dpparse] minor qr// fix
14794              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
14795              Date: Thu, 20 Dec 2001 22:53:34 +0100
14796              Message-ID: <20011220225334.A735@rafael>
14797      Branch: perl
14798            ! ext/B/B/Deparse.pm
14799 ____________________________________________________________________________
14800 [ 13820] By: jhi                                   on 2001/12/20  15:18:25
14801         Log: Subject: [PATCH} typo fix in Carp/Heavy.pm
14802              From: Robert Spier <rspier@pobox.com>
14803              Date: Thu, 20 Dec 2001 08:10:00 -0800
14804              Message-ID: <15394.3416.693353.107334@rls.cx>
14805      Branch: perl
14806            ! lib/Carp/Heavy.pm
14807 ____________________________________________________________________________
14808 [ 13819] By: jhi                                   on 2001/12/20  14:56:30
14809         Log: Integrate perlio (pTHX_ fixes for :win32 layer)
14810      Branch: perl
14811           !> win32/win32io.c
14812 ____________________________________________________________________________
14813 [ 13818] By: jhi                                   on 2001/12/20  14:53:05
14814         Log: Subject: Re: [PATCH pod/perliol.pod] resend
14815              From: Stas Bekman <stas@stason.org>
14816              Date: Thu, 20 Dec 2001 17:15:09 +0800 (SGT)
14817              Message-ID: <Pine.LNX.4.40.0112201714210.23498-100000@hope.stason.org>
14818      Branch: perl
14819            ! pod/perliol.pod
14820 ____________________________________________________________________________
14821 [ 13817] By: jhi                                   on 2001/12/20  14:51:24
14822         Log: Fix up the APIs noone hopefully uses.
14823      Branch: perl
14824            ! utf8.c
14825 ____________________________________________________________________________
14826 [ 13816] By: jhi                                   on 2001/12/20  14:18:56
14827         Log: Subject: [PATCH] Carp.pm caller_info returns wrong info for eval
14828              Date: Wed, 19 Dec 2001 14:13:38 -0800
14829              From: Robert Spier <rspier@pobox.com>
14830              Message-ID: <15393.4370.605214.548582@rls.cx>
14831      Branch: perl
14832            ! lib/Carp.t lib/Carp/Heavy.pm
14833 ____________________________________________________________________________
14834 [ 13815] By: nick                                  on 2001/12/20  10:23:42
14835         Log: pTHX_ fixes for :win32 layer
14836      Branch: perlio
14837            ! win32/win32io.c
14838 ____________________________________________________________________________
14839 [ 13814] By: nick                                  on 2001/12/20  08:20:11
14840         Log: Integrate mainline (mostly) utf8.c does not compile.
14841      Branch: perlio
14842           +> lib/Net/Ping/CHANGES lib/Net/Ping/README
14843           +> lib/Net/Ping/t/100_load.t lib/Net/Ping/t/110_icmp_inst.t
14844           +> lib/Net/Ping/t/120_udp_inst.t lib/Net/Ping/t/130_tcp_inst.t
14845           +> lib/Net/Ping/t/140_stream_inst.t lib/Net/Ping/t/200_ping_tcp.t
14846           +> lib/Net/Ping/t/300_ping_stream.t
14847           !> Changes MANIFEST embed.h embed.pl embedvar.h
14848           !> ext/B/B/Assembler.pm lib/English.t lib/ExtUtils/t/Embed.t
14849           !> lib/File/stat.t lib/Net/Ping.pm lib/Shell.t os2/Makefile.SHs
14850           !> os2/OS2/REXX/DLL/Makefile.PL os2/os2.c os2/perlrexx.c
14851           !> patchlevel.h perlapi.h pod/perlfunc.pod pod/perlre.pod pp.c
14852           !> proto.h t/op/alarm.t thrdvar.h util.c wince/perldll.def
14853 ____________________________________________________________________________
14854 [ 13813] By: jhi                                   on 2001/12/19  21:29:49
14855         Log: Some bincompat clawbacks.
14856      Branch: perl
14857            ! embed.h embed.pl embedvar.h perlapi.h proto.h thrdvar.h utf8.c
14858            ! wince/perldll.def
14859 ____________________________________________________________________________
14860 [ 13812] By: jhi                                   on 2001/12/19  17:56:53
14861         Log: gcc pacifying (RH 7.1/ia64).
14862      Branch: perl
14863            ! pp.c
14864 ____________________________________________________________________________
14865 [ 13811] By: jhi                                   on 2001/12/19  16:55:09
14866         Log: Update Changes.
14867      Branch: perl
14868            ! Changes patchlevel.h
14869 ____________________________________________________________________________
14870 [ 13810] By: jhi                                   on 2001/12/19  16:50:12
14871         Log: Subject: Re: [BUG] bleadperl regexp (was ok in 5.6.0)
14872              From: Wolfgang Laun <Wolfgang.Laun@alcatel.at>
14873              Date: Wed, 19 Dec 2001 12:35:07 +0100
14874              Message-ID: <3C207B6B.A687A8EC@alcatel.at>
14875              
14876              Subject: Re: [BUG] bleadperl regexp (was ok in 5.6.0)
14877              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
14878              Date: Wed, 19 Dec 2001 17:34:51 +0000
14879              Message-Id: <200112191734.fBJHYpd30715@crypt.compulink.co.uk>
14880      Branch: perl
14881            ! pod/perlre.pod
14882 ____________________________________________________________________________
14883 [ 13809] By: jhi                                   on 2001/12/19  16:47:11
14884         Log: Integrate perlio.
14885      Branch: perl
14886           !> ext/Encode/Encode.xs ext/PerlIO/Scalar/Scalar.xs
14887           !> ext/PerlIO/Via/Via.xs perlio.c perliol.h
14888 ____________________________________________________________________________
14889 [ 13808] By: nick                                  on 2001/12/19  16:08:27
14890         Log: Add pTHX to all vtable functions for future-proofing and
14891              consistency of PerlIO layers.
14892      Branch: perlio
14893            ! ext/Encode/Encode.xs ext/PerlIO/Scalar/Scalar.xs
14894            ! ext/PerlIO/Via/Via.xs perlio.c perliol.h
14895 ____________________________________________________________________________
14896 [ 13807] By: jhi                                   on 2001/12/19  15:59:02
14897         Log: One more embedded (?sx) de-embedded, from Wolfgang Laun.
14898      Branch: perl
14899            ! ext/B/B/Assembler.pm
14900 ____________________________________________________________________________
14901 [ 13806] By: jhi                                   on 2001/12/19  15:08:29
14902         Log: Reword the alarm explanation.
14903      Branch: perl
14904            ! pod/perlfunc.pod
14905 ____________________________________________________________________________
14906 [ 13805] By: jhi                                   on 2001/12/19  15:04:03
14907         Log: Subject: [PATCH @13746] OS/2 build
14908              From: Ilya Zakharevich <ilya@math.ohio-state.edu> 
14909              Date: Wed, 19 Dec 2001 02:45:41 -0500
14910              Message-ID: <20011219024541.A29803@math.ohio-state.edu>        
14911              
14912              (skipped the t/TEST change)
14913      Branch: perl
14914            ! lib/English.t lib/ExtUtils/t/Embed.t lib/File/stat.t
14915            ! lib/Shell.t os2/Makefile.SHs os2/OS2/REXX/DLL/Makefile.PL
14916            ! os2/os2.c os2/perlrexx.c t/op/alarm.t util.c
14917 ____________________________________________________________________________
14918 [ 13804] By: jhi                                   on 2001/12/19  14:55:26
14919         Log: Upgrade to Net::Ping 2.09.
14920      Branch: perl
14921            + lib/Net/Ping/CHANGES lib/Net/Ping/README
14922            + lib/Net/Ping/t/100_load.t lib/Net/Ping/t/110_icmp_inst.t
14923            + lib/Net/Ping/t/120_udp_inst.t lib/Net/Ping/t/130_tcp_inst.t
14924            + lib/Net/Ping/t/140_stream_inst.t lib/Net/Ping/t/200_ping_tcp.t
14925            + lib/Net/Ping/t/300_ping_stream.t
14926            ! MANIFEST lib/Net/Ping.pm
14927 ____________________________________________________________________________
14928 [ 13803] By: nick                                  on 2001/12/19  14:43:24
14929         Log: Integrate mainline
14930      Branch: perlio
14931           +> ext/B/t/assembler.t lib/lib.t
14932           !> MANIFEST ext/B/B/Assembler.pm ext/B/B/Disassembler.pm
14933           !> lib/lib_pm.PL t/op/glob.t utf8.c
14934 ____________________________________________________________________________
14935 [ 13802] By: jhi                                   on 2001/12/19  14:25:27
14936         Log: B::Assembler/B::Disassembler patches and test;
14937              from Wolfgang Laun.
14938              
14939              TODO: getting perlcc working.
14940      Branch: perl
14941            + ext/B/t/assembler.t
14942            ! MANIFEST ext/B/B/Assembler.pm ext/B/B/Disassembler.pm
14943 ____________________________________________________________________________
14944 [ 13801] By: jhi                                   on 2001/12/19  14:18:10
14945         Log: Can't printf U8s as UVs.
14946      Branch: perl
14947            ! utf8.c
14948 ____________________________________________________________________________
14949 [ 13800] By: jhi                                   on 2001/12/19  14:12:02
14950         Log: Subject: Re: [PATCH] ...while $var = glob(...)
14951              From: Robin Houston <robin@kitsite.com> 
14952              Date: Wed, 19 Dec 2001 13:48:55 +0000
14953              Message-ID: <20011219134855.A20452@puffinry.freeserve.co.uk>        
14954              
14955              Not exactly a glob test but internal-logically correct.
14956      Branch: perl
14957            ! t/op/glob.t
14958 ____________________________________________________________________________
14959 [ 13799] By: jhi                                   on 2001/12/19  13:51:37
14960         Log: Subject: [PATCH lib/lib_pm.PL lib/lib.t] portability snag
14961              From: Michael G Schwern <schwern@pobox.com> 
14962              Date: Wed, 19 Dec 2001 07:42:54 -0500
14963              Message-ID: <20011219124254.GF8630@blackrider>
14964      Branch: perl
14965            + lib/lib.t
14966            ! MANIFEST lib/lib_pm.PL
14967 ____________________________________________________________________________
14968 [ 13798] By: jhi                                   on 2001/12/19  13:35:59
14969         Log: Integrate with perlio.
14970      Branch: perl
14971           !> hv.c hv.h scope.c util.c
14972 ____________________________________________________________________________
14973 [ 13797] By: nick                                  on 2001/12/19  12:03:21
14974         Log: Remove the sometimes-lvalue cast
14975      Branch: perlio
14976            ! hv.h
14977 ____________________________________________________________________________
14978 [ 13796] By: nick                                  on 2001/12/19  11:02:27
14979         Log: alarm.t with -Uuseperlio fix
14980              - SA_RESTART should only be function of PERL_OLD_SIGNALS
14981              not USE_PERLIO
14982      Branch: perlio
14983            ! util.c
14984 ____________________________________________________________________________
14985 [ 13795] By: nick                                  on 2001/12/19  10:19:40
14986         Log: Fix READONLY hashes:
14987              1. Discovered need for disabled scope.c part of Jeff's patch.
14988              2. Corrected hv_delete* - entry was being de-linked from
14989              chain (patch program not smart enough?)
14990      Branch: perlio
14991            ! hv.c scope.c
14992 ____________________________________________________________________________
14993 [ 13794] By: nick                                  on 2001/12/19  09:35:13
14994         Log: Integrate mainline
14995      Branch: perlio
14996           !> Configure Porting/checkURL.pl config_h.SH dump.c hints/vos.sh
14997           !> lib/Benchmark.t lib/Exporter.pm lib/ExtUtils/t/MM_Unix.t
14998           !> lib/utf8.t pod/perlfaq5.pod pod/perltoc.pod
14999           !> pod/perlunicode.pod pod/perluniintro.pod pp.c sv.c
15000           !> t/lib/warnings/utf8 utf8.c x2p/a2p.h x2p/str.c
15001 ____________________________________________________________________________
15002 [ 13793] By: jhi                                   on 2001/12/19  04:58:51
15003         Log: Regen toc.
15004      Branch: perl
15005            ! pod/perltoc.pod
15006 ____________________________________________________________________________
15007 [ 13792] By: jhi                                   on 2001/12/19  04:56:42
15008         Log: FAQ sync.
15009      Branch: perl
15010            ! pod/perlfaq5.pod
15011 ____________________________________________________________________________
15012 [ 13791] By: jhi                                   on 2001/12/19  04:38:47
15013         Log: Reformat round.
15014      Branch: perl
15015            ! pod/perlunicode.pod
15016 ____________________________________________________________________________
15017 [ 13790] By: jhi                                   on 2001/12/19  04:32:06
15018         Log: Subject: [PATCH] pod/perlunicode.pod
15019              From: Jeffrey Friedl <jfriedl@yahoo.com>
15020              Date: Tue, 18 Dec 2001 21:31:13 -0800 (PST) 
15021              Message-Id: <200112190531.fBJ5VDp57308@ventrue.corp.yahoo.com> 
15022      Branch: perl
15023            ! pod/perlunicode.pod
15024 ____________________________________________________________________________
15025 [ 13789] By: jhi                                   on 2001/12/19  04:16:39
15026         Log: Subject: Re: [PATCH] pod/perluniintro.pod (removes unnecessary UTF-8 references)
15027              From: Jeffrey Friedl <jfriedl@yahoo.com>
15028              Date: Tue, 18 Dec 2001 21:13:59 -0800 (PST) 
15029              Message-Id: <200112190513.fBJ5DxN56315@ventrue.corp.yahoo.com> 
15030      Branch: perl
15031            ! pod/perluniintro.pod
15032 ____________________________________________________________________________
15033 [ 13788] By: jhi                                   on 2001/12/19  03:54:08
15034         Log: Slight pod reformatting.
15035      Branch: perl
15036            ! pod/perluniintro.pod
15037 ____________________________________________________________________________
15038 [ 13787] By: jhi                                   on 2001/12/19  03:41:45
15039         Log: Subject: [PATCH] pod/perluniintro.pod (removes unnecessary UTF-8 references)
15040              From: Jeffrey Friedl <jfriedl@yahoo.com>    
15041              Date: Tue, 18 Dec 2001 20:27:42 -0800 (PST)
15042              Message-Id: <200112190427.fBJ4RgP53458@ventrue.corp.yahoo.com>
15043      Branch: perl
15044            ! pod/perluniintro.pod
15045 ____________________________________________________________________________
15046 [ 13786] By: jhi                                   on 2001/12/19  01:14:04
15047         Log: Subject: Re: [ID 20011213.001] Segfault with overload and Test
15048              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
15049              Date: Wed, 19 Dec 2001 01:45:23 +0000
15050              Message-Id: <200112190145.fBJ1jNt23668@crypt.compulink.co.uk>
15051      Branch: perl
15052            ! sv.c
15053 ____________________________________________________________________________
15054 [ 13785] By: jhi                                   on 2001/12/19  01:11:45
15055         Log: Subject: Porting/checkURL.pl
15056              From: abigail@foad.org
15057              Date: Tue, 18 Dec 2001 19:03:22 +0100          
15058              Message-ID: <20011218180322.8278.qmail@foad.org> 
15059      Branch: perl
15060            ! Porting/checkURL.pl
15061 ____________________________________________________________________________
15062 [ 13784] By: jhi                                   on 2001/12/19  01:05:25
15063         Log: metaconfig unit change for #13783.
15064      Branch: metaconfig
15065            ! U/modified/Loc.U
15066 ____________________________________________________________________________
15067 [ 13783] By: jhi                                   on 2001/12/19  00:26:34
15068         Log: A bit too oversweeping matching in #13778.
15069      Branch: perl
15070            ! Configure
15071 ____________________________________________________________________________
15072 [ 13782] By: jhi                                   on 2001/12/19  00:09:10
15073         Log: Re-gen Configure based on #13778..13781.
15074      Branch: perl
15075            ! Configure config_h.SH
15076 ____________________________________________________________________________
15077 [ 13781] By: jhi                                   on 2001/12/18  23:59:59
15078         Log: First assume that crypt() can live happy normal life in
15079              the libc or the moral equivalent; only then try magic.
15080      Branch: metaconfig
15081            + U/modified/d_crypt.U
15082 ____________________________________________________________________________
15083 [ 13780] By: jhi                                   on 2001/12/18  23:52:03
15084         Log: In VOS ACLs confuse the testing.
15085      Branch: metaconfig
15086            ! U/modified/Findhdr.U
15087 ____________________________________________________________________________
15088 [ 13779] By: jhi                                   on 2001/12/18  23:47:39
15089         Log: Either make or gmake.
15090      Branch: metaconfig
15091            ! U/modified/Loc.U
15092 ____________________________________________________________________________
15093 [ 13778] By: jhi                                   on 2001/12/18  23:44:56
15094         Log: If your _exe is different from .exe and your test -f $foo
15095              doesn't do magic to recognize $foo$_exe, you will need to
15096              specify -D_exe=... on command line-- and this patch.
15097      Branch: metaconfig
15098            + U/modified/sh.U
15099            ! U/modified/Loc.U
15100 ____________________________________________________________________________
15101 [ 13777] By: jhi                                   on 2001/12/18  23:28:37
15102         Log: Fix the bugs in #13768..13776, and regen Configure.
15103      Branch: metaconfig
15104            ! U/compline/nblock_io.U U/modified/Findhdr.U
15105            ! U/modified/spitshell.U
15106      Branch: metaconfig/U/perl
15107            ! issymlink.U perlpath.U
15108      Branch: perl
15109            ! Configure config_h.SH
15110 ____________________________________________________________________________
15111 [ 13776] By: jhi                                   on 2001/12/18  23:02:42
15112         Log: Must test with $_exe. (There are plenty of similar
15113              spots earlier but they are a tad more complex to fix
15114              since they come before the hints are run.)
15115      Branch: metaconfig
15116            + U/modified/yacc.U
15117 ____________________________________________________________________________
15118 [ 13775] By: jhi                                   on 2001/12/18  22:59:04
15119         Log: F_SETFL might require <fcntl.h>
15120      Branch: metaconfig
15121            ! U/compline/nblock_io.U
15122 ____________________________________________________________________________
15123 [ 13774] By: jhi                                   on 2001/12/18  22:53:41
15124         Log: Don't require make; have both make and gmake optional.
15125              (Maybe have a check that at least one of them is available?)
15126      Branch: metaconfig
15127            ! U/modified/Loc.U
15128 ____________________________________________________________________________
15129 [ 13773] By: jhi                                   on 2001/12/18  22:49:56
15130         Log: cat might be farther than /bin or /usr/bin.
15131      Branch: metaconfig
15132            ! U/modified/spitshell.U
15133 ____________________________________________________________________________
15134 [ 13772] By: jhi                                   on 2001/12/18  22:44:45
15135         Log: In VOS the path component separator is >, not /.
15136      Branch: metaconfig
15137            ! U/modified/Findhdr.U
15138 ____________________________________________________________________________
15139 [ 13771] By: jhi                                   on 2001/12/18  22:35:40
15140         Log: The VOS shell doesn't implement the ? wildcard
15141              (? is used for other purposes, I assume); but
15142              it does implement the * wildcard, and that works
15143              in the general case just fine.
15144      Branch: metaconfig/U/perl
15145            ! d_dlsymun.U
15146 ____________________________________________________________________________
15147 [ 13770] By: jhi                                   on 2001/12/18  22:28:41
15148         Log: VOS detection.
15149      Branch: metaconfig
15150            ! U/modified/Oldconfig.U
15151 ____________________________________________________________________________
15152 [ 13769] By: jhi                                   on 2001/12/18  22:23:25
15153         Log: Proper path for VOS.
15154      Branch: metaconfig
15155            ! U/modified/Head.U
15156 ____________________________________________________________________________
15157 [ 13768] By: jhi                                   on 2001/12/18  22:21:00
15158         Log: Change s/>& 4/>&4/g for consistency.
15159      Branch: metaconfig
15160            + U/modified/d_dosuid.U
15161            ! U/modified/d_socket.U
15162      Branch: metaconfig/U/perl
15163            ! issymlink.U perlxvf.U
15164 ____________________________________________________________________________
15165 [ 13767] By: jhi                                   on 2001/12/18  22:13:14
15166         Log: Subject: Re: Benchmark.t failure on Linux
15167              From: Nicholas Clark <nick@ccl4.org>
15168              Date: Tue, 18 Dec 2001 22:51:25 +0000
15169              Message-ID: <20011218225124.N21702@plum.flirble.org>
15170      Branch: perl
15171            ! lib/Benchmark.t
15172 ____________________________________________________________________________
15173 [ 13766] By: jhi                                   on 2001/12/18  22:07:35
15174         Log: Re-applying #13752 until a better solution can be found.
15175      Branch: perl
15176            ! lib/ExtUtils/t/MM_Unix.t
15177 ____________________________________________________________________________
15178 [ 13765] By: jhi                                   on 2001/12/18  21:05:13
15179         Log: Subject: [PATCH] Suggested doc enhancement(?) to Exporter.pm
15180              From: "Giroux, Mike (Exchange)" <mgiroux@bear.com>
15181              Date: Tue, 18 Dec 2001 12:05:40 -0500
15182              Message-ID: <03CF7D5B2CFFD211990300A0C95DEA0C080BEB5A@whmsx18.is.bear.com>
15183      Branch: perl
15184            ! lib/Exporter.pm
15185 ____________________________________________________________________________
15186 [ 13764] By: jhi                                   on 2001/12/18  20:58:44
15187         Log: %g -> NVgf cleanup, based on Schwern's RedHat 7.1/Alpha
15188              findings -- some of the warnings I can't explain except
15189              by NVgf being detected wrong, though.
15190      Branch: perl
15191            ! dump.c pp.c sv.c x2p/a2p.h x2p/str.c
15192 ____________________________________________________________________________
15193 [ 13763] By: jhi                                   on 2001/12/18  20:54:28
15194         Log: Subject: [PATCH] pod/perluniintro.pod
15195              From: Jeffrey Friedl <jfriedl@yahoo.com>
15196              Date: Tue, 18 Dec 2001 10:27:45 -0800 (PST)
15197              Message-Id: <200112181827.fBIIRjv16547@ventrue.corp.yahoo.com>
15198      Branch: perl
15199            ! pod/perluniintro.pod
15200 ____________________________________________________________________________
15201 [ 13762] By: jhi                                   on 2001/12/18  17:49:07
15202         Log: ".pm" is the native executable suffix in VOS.
15203      Branch: perl
15204            ! hints/vos.sh
15205 ____________________________________________________________________________
15206 [ 13761] By: jhi                                   on 2001/12/18  15:57:39
15207         Log: Integrate perlio;
15208              Tidied version of Jeffrey Friedl's <jfriedl@yahoo.com> restricted hashes
15209      Branch: perl
15210           !> ext/Devel/Peek/Peek.t hv.c hv.h scope.c sv.c t/lib/access.t
15211 ____________________________________________________________________________
15212 [ 13760] By: nick                                  on 2001/12/18  15:55:22
15213         Log: Tidied version of Jeffrey Friedl's <jfriedl@yahoo.com> restricted hashes
15214              - added delete of READONLY value inhibit & test for same
15215              - re-tabbed
15216      Branch: perlio
15217            ! ext/Devel/Peek/Peek.t hv.c hv.h scope.c sv.c t/lib/access.t
15218 ____________________________________________________________________________
15219 [ 13759] By: jhi                                   on 2001/12/18  15:54:19
15220         Log: (Undone by #13766.)
15221              Retract #13752.
15222      Branch: perl
15223            ! lib/ExtUtils/t/MM_Unix.t
15224 ____________________________________________________________________________
15225 [ 13758] By: jhi                                   on 2001/12/18  15:26:18
15226         Log: Echoes of #13757.
15227      Branch: perl
15228            ! t/lib/warnings/utf8
15229 ____________________________________________________________________________
15230 [ 13757] By: jhi                                   on 2001/12/18  15:24:50
15231         Log: Make the utf8 malformedness messages more verbose.
15232      Branch: perl
15233            ! lib/utf8.t utf8.c
15234 ____________________________________________________________________________
15235 [ 13756] By: nick                                  on 2001/12/18  14:43:58
15236         Log: Integrate mainline
15237      Branch: perlio
15238           +> lib/ExtUtils/t/Command.t lib/ExtUtils/t/Embed.t
15239           +> lib/ExtUtils/t/ExtUtils.t lib/ExtUtils/t/Installed.t
15240           +> lib/ExtUtils/t/MM_Cygwin.t lib/ExtUtils/t/MM_Unix.t
15241           +> lib/ExtUtils/t/MM_VMS.t lib/ExtUtils/t/Manifest.t
15242           +> lib/ExtUtils/t/Mkbootstrap.t lib/ExtUtils/t/Packlist.t
15243           +> lib/ExtUtils/t/testlib.t t/op/alarm.t
15244            - lib/ExtUtils.t lib/ExtUtils/Command.t lib/ExtUtils/Embed.t
15245            - lib/ExtUtils/Installed.t lib/ExtUtils/MM_Cygwin.t
15246            - lib/ExtUtils/MM_VMS.t lib/ExtUtils/Manifest.t
15247            - lib/ExtUtils/Mkbootstrap.t lib/ExtUtils/Packlist.t
15248            - lib/ExtUtils/testlib.t
15249           !> (integrate 28 files)
15250 ____________________________________________________________________________
15251 [ 13755] By: jhi                                   on 2001/12/18  14:05:26
15252         Log: README.aix updates from Jens-Uwe Mager.
15253      Branch: perl
15254            ! README.aix
15255 ____________________________________________________________________________
15256 [ 13754] By: jhi                                   on 2001/12/18  14:03:31
15257         Log: Subject: [PATCH lib/Benchmark.t] Show value of $fastslow on failure
15258              From: Michael G Schwern <schwern@pobox.com>
15259              Date: Tue, 18 Dec 2001 00:58:18 -0500
15260              Message-ID: <20011218055818.GC4362@blackrider>
15261      Branch: perl
15262            ! lib/Benchmark.t
15263 ____________________________________________________________________________
15264 [ 13753] By: jhi                                   on 2001/12/18  14:02:49
15265         Log: Subject: [PATCH lib/ExtUtils/t/Installed.t] Making it somewhat more portable
15266              From: Michael G Schwern <schwern@pobox.com>
15267              Date: Tue, 18 Dec 2001 00:40:38 -0500
15268              Message-ID: <20011218054038.GB4362@blackrider>
15269      Branch: perl
15270            ! lib/ExtUtils/Installed.pm lib/ExtUtils/t/Installed.t
15271 ____________________________________________________________________________
15272 [ 13752] By: jhi                                   on 2001/12/18  14:01:44
15273         Log: (reintroduced by #13766)
15274              (retracted by #13759)
15275              
15276              Subject: [PATCH lib/ExtUtils/t/MM_Unix.t] All the world's not a Unix
15277              From: Michael G Schwern <schwern@pobox.com>  
15278              Date: Tue, 18 Dec 2001 00:00:23 -0500
15279              Message-ID: <20011218050023.GA27893@blackrider>
15280      Branch: perl
15281            ! lib/ExtUtils/t/MM_Unix.t
15282 ____________________________________________________________________________
15283 [ 13751] By: jhi                                   on 2001/12/18  13:59:32
15284         Log: Re-patch #13749.
15285      Branch: perl
15286            ! t/op/glob.t
15287 ____________________________________________________________________________
15288 [ 13750] By: jhi                                   on 2001/12/18  13:56:34
15289         Log: Subject: [doc patch] s{(?<=perldeb)ug}{guts}
15290              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
15291              Date: Tue, 18 Dec 2001 12:55:43 +0000
15292              Message-Id: <200112181255.fBICthb09977@crypt.compulink.co.uk>
15293      Branch: perl
15294            ! ext/Devel/Peek/Peek.pm
15295 ____________________________________________________________________________
15296 [ 13749] By: jhi                                   on 2001/12/18  13:55:12
15297         Log: Subject: Third time lucky? (Re: [PATCH] ...while $var = glob(...))
15298              From: Robin Houston <robin@kitsite.com> 
15299              Date: Tue, 18 Dec 2001 14:54:33 +0000
15300              Message-ID: <20011218145433.A18835@puffinry.freeserve.co.uk>
15301      Branch: perl
15302            ! t/op/glob.t
15303 ____________________________________________________________________________
15304 [ 13748] By: jhi                                   on 2001/12/17  23:54:41
15305         Log: Subject: [PATCH] slightly more for Exporter.pm
15306              From: Nicholas Clark <nick@ccl4.org>
15307              Date: Tue, 18 Dec 2001 00:22:03 +0000
15308              Message-ID: <20011218002203.M21702@plum.flirble.org>
15309      Branch: perl
15310            ! lib/Exporter.pm
15311 ____________________________________________________________________________
15312 [ 13747] By: jhi                                   on 2001/12/17  21:59:07
15313         Log: Subject: [PATCH] Re: chomp/chop prototype changed?
15314              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
15315              Date: Mon, 17 Dec 2001 16:37:18 +0100
15316              Message-ID: <20011217163718.A2292@rafael>
15317              
15318              Subject: Re: [PATCH] Re: chomp/chop prototype changed?
15319              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
15320              Date: Mon, 17 Dec 2001 23:17:06 +0100
15321              Message-ID: <20011217231706.A730@rafael>
15322      Branch: perl
15323            ! pod/perlsub.pod pp.c toke.c
15324 ____________________________________________________________________________
15325 [ 13746] By: jhi                                   on 2001/12/17  20:22:08
15326         Log: Update Changes.
15327      Branch: perl
15328            ! Changes patchlevel.h
15329 ____________________________________________________________________________
15330 [ 13745] By: jhi                                   on 2001/12/17  20:12:37
15331         Log: New test warrants a MANIFEST entry.
15332      Branch: perl
15333            ! MANIFEST
15334 ____________________________________________________________________________
15335 [ 13744] By: jhi                                   on 2001/12/17  19:27:40
15336         Log: Subject: Re: [PATCH] ...while $var = glob(...)
15337              From: Robin Houston <robin@kitsite.com>
15338              Date: Mon, 17 Dec 2001 20:27:30 +0000
15339              Message-ID: <20011217202730.A17817@puffinry.freeserve.co.uk>
15340              
15341              Can't portably unlink open files.
15342      Branch: perl
15343            ! t/op/glob.t
15344 ____________________________________________________________________________
15345 [ 13743] By: jhi                                   on 2001/12/17  19:26:34
15346         Log: perluniintro tweaks as suggested by Jeffrey Friedl.
15347      Branch: perl
15348            ! pod/perluniintro.pod
15349 ____________________________________________________________________________
15350 [ 13742] By: jhi                                   on 2001/12/17  19:18:52
15351         Log: Move typeglob test from glob.t to gv.t.
15352      Branch: perl
15353            ! t/op/glob.t t/op/gv.t
15354 ____________________________________________________________________________
15355 [ 13741] By: jhi                                   on 2001/12/17  19:12:16
15356         Log: Subject: Re: [PATCH] ...while $var = glob(...)                
15357              From: Robin Houston <robin@kitsite.com> 
15358              Date: Mon, 17 Dec 2001 20:07:02 +0000                 
15359              Message-ID: <20011217200702.A17721@puffinry.freeserve.co.uk>
15360      Branch: perl
15361            ! t/op/glob.t
15362 ____________________________________________________________________________
15363 [ 13740] By: jhi                                   on 2001/12/17  19:11:29
15364         Log: Demote the surrogate and non-character errors to warnings.
15365      Branch: perl
15366            ! pod/perldiag.pod t/lib/warnings/utf8 t/op/ord.t utf8.c
15367 ____________________________________________________________________________
15368 [ 13739] By: jhi                                   on 2001/12/17  18:47:41
15369         Log: Subject: [PATCH] more POSIX tests, and more autoloading
15370              From: Nicholas Clark <nick@ccl4.org>
15371              Date: Mon, 17 Dec 2001 18:27:47 +0000
15372              Message-ID: <20011217182747.D21702@plum.flirble.org>
15373      Branch: perl
15374            ! ext/POSIX/POSIX.pm ext/POSIX/t/posix.t
15375 ____________________________________________________________________________
15376 [ 13738] By: jhi                                   on 2001/12/17  18:43:55
15377         Log: Subject: [PATCH] ...while $var = glob(...)
15378              From: Robin Houston <robin@kitsite.com> 
15379              Date: Mon, 17 Dec 2001 15:51:54 +0000
15380              Message-ID: <20011217155153.A311@robin.kitsite.com>
15381      Branch: perl
15382            ! op.c
15383 ____________________________________________________________________________
15384 [ 13737] By: jhi                                   on 2001/12/17  18:38:33
15385         Log: Subject: [PATCH] -t and the core tests; -t and PERL5OPT
15386              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
15387              Date: Mon, 17 Dec 2001 15:23:01 +0100
15388              Message-ID: <20011217152301.A704@rafael>
15389      Branch: perl
15390            ! perl.c pod/perldiag.pod pod/perlrun.pod t/run/runenv.t
15391 ____________________________________________________________________________
15392 [ 13736] By: jhi                                   on 2001/12/17  18:36:20
15393         Log: The system() vs $SIG{ARLM} is no more a todo.
15394      Branch: perl
15395            ! t/op/alarm.t
15396 ____________________________________________________________________________
15397 [ 13735] By: jhi                                   on 2001/12/17  18:34:43
15398         Log: Subject: [PATCH t/op/alarm.t MANIFEST] alarm() test, take two
15399              From: Michael G Schwern <schwern@pobox.com>
15400              Date: Sun, 16 Dec 2001 23:59:01 -0500
15401              Message-ID: <20011217045901.GL17232@blackrider>
15402      Branch: perl
15403            + t/op/alarm.t
15404            ! MANIFEST
15405 ____________________________________________________________________________
15406 [ 13734] By: jhi                                   on 2001/12/17  17:54:19
15407         Log: s/UNIX/Unix/
15408      Branch: perl
15409            ! MANIFEST
15410 ____________________________________________________________________________
15411 [ 13733] By: jhi                                   on 2001/12/17  17:50:22
15412         Log: Move ExtUtils tests to lib/ExtUtils/t.
15413      Branch: perl
15414            + lib/ExtUtils/t/Command.t lib/ExtUtils/t/Embed.t
15415            + lib/ExtUtils/t/ExtUtils.t lib/ExtUtils/t/Installed.t
15416            + lib/ExtUtils/t/MM_Cygwin.t lib/ExtUtils/t/MM_Unix.t
15417            + lib/ExtUtils/t/MM_VMS.t lib/ExtUtils/t/Manifest.t
15418            + lib/ExtUtils/t/Mkbootstrap.t lib/ExtUtils/t/Packlist.t
15419            + lib/ExtUtils/t/testlib.t
15420            - lib/ExtUtils.t lib/ExtUtils/Command.t lib/ExtUtils/Embed.t
15421            - lib/ExtUtils/Installed.t lib/ExtUtils/MM_Cygwin.t
15422            - lib/ExtUtils/MM_Unix.t lib/ExtUtils/MM_VMS.t
15423            - lib/ExtUtils/Manifest.t lib/ExtUtils/Mkbootstrap.t
15424            - lib/ExtUtils/Packlist.t lib/ExtUtils/testlib.t
15425            ! MANIFEST
15426 ____________________________________________________________________________
15427 [ 13732] By: jhi                                   on 2001/12/17  17:45:33
15428         Log: Subject: [PATCH] MM_Unix tests, and some questions
15429              From: Tels <perl_dummy@bloodgate.com>
15430              Date: Sun, 16 Dec 2001 22:29:13 +0100 (CET)                
15431              Message-Id: <200112162132.XAA12694@tiku.hut.fi>
15432              
15433              Subject: Re: [PATCH] MM_Unix tests, and some questions
15434              From: Tels <perl_dummy@bloodgate.com>
15435              Date: Mon, 17 Dec 2001 00:29:11 +0100 (CET)                
15436              Message-Id: <200112162332.BAA25411@tiku.hut.fi>
15437      Branch: perl
15438            + lib/ExtUtils/MM_Unix.t
15439            ! MANIFEST lib/ExtUtils/MM_Unix.pm
15440 ____________________________________________________________________________
15441 [ 13731] By: jhi                                   on 2001/12/17  17:31:35
15442         Log: Subject: [PATCH lib/ExtUtils/MM_Unix.pm] miniperl found before perl
15443              From: Michael G Schwern <schwern@pobox.com>
15444              Date: Sun, 16 Dec 2001 17:53:55 -0500
15445              Message-ID: <20011216225354.GE8900@blackrider>
15446      Branch: perl
15447            ! lib/ExtUtils/MM_Unix.pm
15448 ____________________________________________________________________________
15449 [ 13730] By: jhi                                   on 2001/12/17  17:26:44
15450         Log: Subject: [PATCH ext/B/B/Deparse.pm] Re: [ID 20011216.005] B::Deparse turns legal code into illegal ones.
15451              From: Michael G Schwern <schwern@pobox.com>                
15452              Date: Sun, 16 Dec 2001 16:12:55 -0500
15453              Message-ID: <20011216211255.GV8900@blackrider>
15454      Branch: perl
15455            ! ext/B/B/Deparse.pm
15456 ____________________________________________________________________________
15457 [ 13729] By: jhi                                   on 2001/12/17  17:25:09
15458         Log: Subject: [PATCH] Exporter.pm
15459              From: Nicholas Clark <nick@ccl4.org>
15460              Date: Sun, 16 Dec 2001 19:24:25 +0000
15461              Message-ID: <20011216192425.R21702@plum.flirble.org>
15462      Branch: perl
15463            ! lib/Exporter.pm
15464 ____________________________________________________________________________
15465 [ 13728] By: jhi                                   on 2001/12/17  17:20:51
15466         Log: Subject: [PATCH] Exporter.t (and question)
15467              From: Nicholas Clark <nick@ccl4.org>
15468              Date: Sun, 16 Dec 2001 17:24:55 +0000
15469              Message-ID: <20011216172455.P21702@plum.flirble.org>
15470      Branch: perl
15471            ! lib/Exporter.t
15472 ____________________________________________________________________________
15473 [ 13727] By: jhi                                   on 2001/12/17  17:18:21
15474         Log: Subject: Re: perl@13661
15475              From: "John P. Linderman" <jpl@research.att.com>              
15476              Date: Mon, 17 Dec 2001 07:11:27 -0500 (EST)           
15477              Message-Id: <200112171211.HAA71597@raptor.research.att.com>
15478      Branch: perl
15479            ! pp_sort.c
15480 ____________________________________________________________________________
15481 [ 13726] By: jhi                                   on 2001/12/17  16:57:57
15482         Log: Subject: Will the real Unicode encoding please stand up?
15483              From: Jeffrey Friedl <jfriedl@yahoo.com>
15484              Date: Sun, 16 Dec 2001 11:36:32 -0800 (PST)
15485              Message-Id: <200112161936.fBGJaWe41263@ventrue.corp.yahoo.com>
15486      Branch: perl
15487            ! pod/perluniintro.pod
15488 ____________________________________________________________________________
15489 [ 13725] By: jhi                                   on 2001/12/17  16:43:09
15490         Log: Integrate perlio; interruptable system().
15491      Branch: perl
15492           !> util.c
15493 ____________________________________________________________________________
15494 [ 13724] By: nick                                  on 2001/12/17  09:16:50
15495         Log: Fix for alarm() breaking into wait*().
15496              Call PERL_ASYNC_CHECK() on EINTR in Perl_wait4pid(), to dispatch
15497              signal handler before caller re-does the system call.
15498      Branch: perlio
15499            ! util.c
15500 ____________________________________________________________________________
15501 [ 13723] By: nick                                  on 2001/12/17  07:45:13
15502         Log: Integrate mainline
15503      Branch: perlio
15504           +> (branch 26 files)
15505           !> (integrate 47 files)
15506 ____________________________________________________________________________
15507 [ 13722] By: jhi                                   on 2001/12/16  16:12:57
15508         Log: Disallow also Unicode ranges 0xFDD0..0xFDEF and
15509              0xFFFE..0xFFFF.  Ranges 0x...FFFE..0x...FFFF in general,
15510              and characters beyond 0x10FFF should be disallowed, too,
15511              but some tests would need changing, but more importantly some
15512              APIs would need remodeling since one can easily generate such
15513              characters either by bitwise complements, tr complements, or
15514              v-strings.
15515      Branch: perl
15516            ! pod/perldiag.pod utf8.c
15517 ____________________________________________________________________________
15518 [ 13721] By: jhi                                   on 2001/12/16  15:34:52
15519         Log: Make surrogates illegal also on EBCDIC.
15520      Branch: perl
15521            ! utf8.c
15522 ____________________________________________________________________________
15523 [ 13720] By: jhi                                   on 2001/12/16  14:49:18
15524         Log: Subject: [patch @13687] Unicode::Collate 0.10
15525              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>               
15526              Date: Sun, 16 Dec 2001 21:22:12 +0900
15527              Message-Id: <20011216211615.8ED5.BQW10602@nifty.com>
15528      Branch: perl
15529            ! lib/Unicode/Collate.pm lib/Unicode/Collate/Changes
15530            ! lib/Unicode/Collate/README lib/Unicode/Collate/t/test.t
15531 ____________________________________________________________________________
15532 [ 13719] By: jhi                                   on 2001/12/16  14:39:34
15533         Log: More documentation for the encoding pragma.
15534      Branch: perl
15535            ! lib/encoding.pm
15536 ____________________________________________________________________________
15537 [ 13718] By: jhi                                   on 2001/12/16  14:34:02
15538         Log: Subject: [PATCH] lib/open.pm 
15539              From: Jeffrey Friedl <jfriedl@yahoo.com>
15540              Date: Sat, 15 Dec 2001 23:07:42 -0800 (PST)
15541              Message-Id: <200112160707.fBG77g896350@ventrue.corp.yahoo.com>
15542      Branch: perl
15543            ! lib/open.pm
15544 ____________________________________________________________________________
15545 [ 13717] By: jhi                                   on 2001/12/16  14:18:49
15546         Log: Subject: [PATCH MANIFEST, lib/ExtUtils/Installed.t] Add tests for ExtUtils::Installed
15547              From: chromatic <chromatic@rmci.net>
15548              Date: Sat, 15 Dec 2001 23:24:40 -0700
15549              Message-ID: <20011216062507.71492.qmail@onion.perl.org>
15550      Branch: perl
15551            + lib/ExtUtils/Installed.t
15552            ! MANIFEST
15553 ____________________________________________________________________________
15554 [ 13716] By: jhi                                   on 2001/12/16  14:17:10
15555         Log: Subject: [PATCH lib/diagnostics.pm] Little warning nit
15556              From: Michael G Schwern <schwern@pobox.com>
15557              Date: Sun, 16 Dec 2001 01:14:00 -0500
15558              Message-ID: <20011216061400.GC8900@blackrider>
15559      Branch: perl
15560            ! lib/diagnostics.pm
15561 ____________________________________________________________________________
15562 [ 13715] By: jhi                                   on 2001/12/16  14:16:17
15563         Log: Subject: [PATCH] Re: [PATCH t/test.pl] diagnostics to STDERR
15564              From: Michael G Schwern <schwern@pobox.com>
15565              Date: Sun, 16 Dec 2001 01:12:42 -0500
15566              Message-ID: <20011216061242.GB8900@blackrider>
15567      Branch: perl
15568            ! t/test.pl
15569 ____________________________________________________________________________
15570 [ 13714] By: jhi                                   on 2001/12/16  04:21:53
15571         Log: I sometimes outsmart myself.
15572      Branch: perl
15573            ! lib/ExtUtils/MM_Cygwin.t lib/ExtUtils/MM_VMS.t
15574 ____________________________________________________________________________
15575 [ 13713] By: jhi                                   on 2001/12/16  03:24:34
15576         Log: Subject: [PATCH lib/AutoSplit.pm]  Fwd: [russell-belfast-pm@futureless.org: Re: This is the __END__] 
15577              From: Michael G Schwern <schwern@pobox.com>
15578              Date: Sat, 15 Dec 2001 15:08:29 -0500
15579              Message-ID: <20011215200829.GK1548@blackrider>
15580      Branch: perl
15581            ! lib/AutoSplit.pm
15582 ____________________________________________________________________________
15583 [ 13712] By: jhi                                   on 2001/12/16  03:22:39
15584         Log: perlunicode enchancements suggested by Jeffrey Friedl.
15585      Branch: perl
15586            ! pod/perlunicode.pod
15587 ____________________________________________________________________________
15588 [ 13711] By: jhi                                   on 2001/12/16  03:00:44
15589         Log: Subject: [PATCH] perlunicode.pod
15590              From: Jeffrey Friedl <jfriedl@yahoo.com>
15591              Date: Sat, 15 Dec 2001 19:17:09 -0800 (PST) 
15592              Message-Id: <200112160317.fBG3H9M82618@ventrue.corp.yahoo.com>
15593      Branch: perl
15594            ! pod/perlunicode.pod
15595 ____________________________________________________________________________
15596 [ 13710] By: jhi                                   on 2001/12/16  02:57:09
15597         Log: Subject: RESENT - [PATCH] utf8_heavy.pl 
15598              From: Jeffrey Friedl <jfriedl@yahoo.com>
15599              Date: Sat, 15 Dec 2001 19:55:01 -0800 (PST) 
15600              Message-Id: <200112160355.fBG3t1t84835@ventrue.corp.yahoo.com>
15601      Branch: perl
15602            ! lib/utf8_heavy.pl
15603 ____________________________________________________________________________
15604 [ 13709] By: jhi                                   on 2001/12/16  02:47:36
15605         Log: Can't create surrogates; so can't match them, either.
15606      Branch: perl
15607            ! pod/perlunicode.pod
15608 ____________________________________________________________________________
15609 [ 13708] By: jhi                                   on 2001/12/16  02:46:07
15610         Log: Subject: [PATCH t/test.pl] diagnostics to STDERR
15611              From: Michael G Schwern <schwern@pobox.com>
15612              Date: Sat, 15 Dec 2001 21:20:35 -0500
15613              Message-ID: <20011216022035.GE5672@blackrider>
15614      Branch: perl
15615            ! t/test.pl
15616 ____________________________________________________________________________
15617 [ 13707] By: jhi                                   on 2001/12/16  02:45:06
15618         Log: Make creating UTF-8 surrogates a punishable act.
15619      Branch: perl
15620            ! pod/perldiag.pod pod/perlunicode.pod t/op/ord.t utf8.c
15621 ____________________________________________________________________________
15622 [ 13706] By: jhi                                   on 2001/12/15  23:00:56
15623         Log: Support \p{All}, \p{IsAssigned}, \p{IsUnassigned}.
15624      Branch: perl
15625            + lib/unicore/In/172.pl lib/unicore/In/173.pl
15626            ! MANIFEST lib/unicore/In.pl lib/unicore/In/164.pl
15627            ! lib/unicore/In/165.pl lib/unicore/In/166.pl
15628            ! lib/unicore/In/167.pl lib/unicore/In/168.pl
15629            ! lib/unicore/In/169.pl lib/unicore/In/170.pl
15630            ! lib/unicore/In/171.pl lib/unicore/mktables lib/utf8_heavy.pl
15631 ____________________________________________________________________________
15632 [ 13705] By: jhi                                   on 2001/12/15  22:17:10
15633         Log: Subject: [PATCH B::Deparse] rcatline support ($_.=<ARGV>)
15634              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
15635              Date: Sat, 15 Dec 2001 23:21:43 +0100
15636              Message-ID: <20011215232143.A11790@rafael>
15637      Branch: perl
15638            ! ext/B/B/Deparse.pm ext/B/t/deparse.t
15639 ____________________________________________________________________________
15640 [ 13704] By: jhi                                   on 2001/12/15  22:09:20
15641         Log: Make charnames more robust.
15642      Branch: perl
15643            ! lib/charnames.pm
15644 ____________________________________________________________________________
15645 [ 13703] By: jhi                                   on 2001/12/15  17:30:55
15646         Log: The hoops one has to jump through.
15647      Branch: perl
15648            ! ext/I18N/Langinfo/Langinfo.pm
15649 ____________________________________________________________________________
15650 [ 13702] By: jhi                                   on 2001/12/15  17:18:49
15651         Log: Subject: [PATCH] perlstyle.pod nit on warnings
15652              From: Autrijus Tang <autrijus@egb.elixus.org>
15653              Date: Sat, 15 Dec 2001 04:24:34 -0800
15654              Message-ID: <20011215122434.GA1682@egb.elixus.org> 
15655      Branch: perl
15656            ! pod/perlstyle.pod
15657 ____________________________________________________________________________
15658 [ 13701] By: jhi                                   on 2001/12/15  17:17:47
15659         Log: I don't think we are in FooOS, Toto.
15660      Branch: perl
15661            ! lib/ExtUtils/MM_Cygwin.t lib/ExtUtils/MM_VMS.t
15662 ____________________________________________________________________________
15663 [ 13700] By: jhi                                   on 2001/12/15  17:15:50
15664         Log: Subject: Re: Untested modules update:  There's more than we thought
15665              From: chromatic <chromatic@rmci.net>
15666              Date: Fri, 14 Dec 2001 17:20:24 -0700
15667              Message-ID: <20011215002049.37259.qmail@onion.perl.org>
15668      Branch: perl
15669            + lib/ExtUtils/MM_Cygwin.t
15670            ! MANIFEST
15671 ____________________________________________________________________________
15672 [ 13699] By: jhi                                   on 2001/12/15  17:14:26
15673         Log: Subject: [PATCH t/TEST] -bytecompile & -compile for testing perlcc
15674              From: Michael G Schwern <schwern@pobox.com> 
15675              Date: Fri, 14 Dec 2001 20:59:42 -0500
15676              Message-ID: <20011215015942.GF28596@blackrider>
15677      Branch: perl
15678            ! t/TEST
15679 ____________________________________________________________________________
15680 [ 13698] By: jhi                                   on 2001/12/15  17:13:35
15681         Log: Subject: [PATCH MANIFEST ext/B/t/bblock.t] Compile test
15682              From: Michael G Schwern <schwern@pobox.com> 
15683              Date: Fri, 14 Dec 2001 20:03:46 -0500
15684              Message-ID: <20011215010346.GD28596@blackrider>
15685      Branch: perl
15686            + ext/B/t/bblock.t
15687            ! MANIFEST
15688 ____________________________________________________________________________
15689 [ 13697] By: jhi                                   on 2001/12/15  17:12:32
15690         Log: Subject: [PATCH ext/B/B/Bblock.pm] Some weak docs
15691              From: Michael G Schwern <schwern@pobox.com> 
15692              Date: Fri, 14 Dec 2001 19:59:13 -0500
15693              Message-ID: <20011215005913.GC28596@blackrider>
15694      Branch: perl
15695            ! ext/B/B/Bblock.pm
15696 ____________________________________________________________________________
15697 [ 13696] By: jhi                                   on 2001/12/15  17:11:32
15698         Log: Subject: [PATCH MANIFEST ext/B/t/asmdata.t] B::Asmdata test 
15699              From: Michael G Schwern <schwern@pobox.com> 
15700              Date: Fri, 14 Dec 2001 19:36:12 -0500
15701              Message-ID: <20011215003611.GA28596@blackrider>
15702      Branch: perl
15703            + ext/B/t/asmdata.t
15704            ! MANIFEST
15705 ____________________________________________________________________________
15706 [ 13695] By: jhi                                   on 2001/12/15  17:10:05
15707         Log: Subject: [PATCH bytecode.pl] Adding B::Asmdata docs
15708              From: Michael G Schwern <schwern@pobox.com> 
15709              Date: Fri, 14 Dec 2001 19:14:14 -0500
15710              Message-ID: <20011215001414.GA25077@blackrider>
15711      Branch: perl
15712            ! bytecode.pl ext/B/B/Asmdata.pm
15713 ____________________________________________________________________________
15714 [ 13694] By: jhi                                   on 2001/12/15  17:00:44
15715         Log: Permissions.
15716      Branch: perl
15717            ! ext/Devel/PPPort/PPPort.xs ext/Devel/PPPort/module2.c
15718            ! ext/Devel/PPPort/module3.c
15719 ____________________________________________________________________________
15720 [ 13693] By: jhi                                   on 2001/12/14  23:48:59
15721         Log: Benchmark test from Nicholas Clark.
15722      Branch: perl
15723            + lib/Benchmark.t
15724            ! MANIFEST lib/Benchmark.pm
15725 ____________________________________________________________________________
15726 [ 13692] By: jhi                                   on 2001/12/14  23:33:28
15727         Log: Mithing.
15728      Branch: perl
15729            + lib/Attribute/Handlers/demo/demo2.pl
15730            + lib/Attribute/Handlers/demo/demo3.pl
15731            + lib/Attribute/Handlers/demo/demo4.pl
15732 ____________________________________________________________________________
15733 [ 13691] By: jhi                                   on 2001/12/14  21:26:08
15734         Log: Silence compiler worries found by Schwern/Digital cc.
15735      Branch: perl
15736            ! perlio.c sv.c x2p/str.c
15737 ____________________________________________________________________________
15738 [ 13690] By: jhi                                   on 2001/12/14  20:26:51
15739         Log: User may not have a valid home directory even if
15740              getpwuid() succedds.
15741      Branch: perl
15742            ! ext/File/Glob/t/basic.t
15743 ____________________________________________________________________________
15744 [ 13689] By: jhi                                   on 2001/12/14  18:14:52
15745         Log: Integrate with perlio.  (No changes, but that's okay.)
15746      Branch: perl
15747           !> doio.c lib/Exporter.pm perlio.c perliol.h pod/perlmodlib.pod
15748 ____________________________________________________________________________
15749 [ 13688] By: jhi                                   on 2001/12/14  18:06:18
15750         Log: Add a Configure hints file for VOS: the POSIX support
15751              of VOS is getting close to the point where it can run
15752              Configure (some Configure tweaks will be required).
15753      Branch: perl
15754            + hints/vos.sh
15755            ! MANIFEST
15756 ____________________________________________________________________________
15757 [ 13687] By: jhi                                   on 2001/12/14  16:15:17
15758         Log: Update Changes.
15759      Branch: perl
15760            ! Changes patchlevel.h
15761 ____________________________________________________________________________
15762 [ 13686] By: jhi                                   on 2001/12/14  16:07:02
15763         Log: Reintroduce Attribute::Handlers with Spider's fixes.
15764      Branch: perl
15765            + lib/Attribute/Handlers.pm lib/Attribute/Handlers/Changes
15766            + lib/Attribute/Handlers/README
15767            + lib/Attribute/Handlers/demo/Demo.pm
15768            + lib/Attribute/Handlers/demo/Descriptions.pm
15769            + lib/Attribute/Handlers/demo/MyClass.pm
15770            + lib/Attribute/Handlers/demo/demo.pl
15771            + lib/Attribute/Handlers/demo/demo_call.pl
15772            + lib/Attribute/Handlers/demo/demo_chain.pl
15773            + lib/Attribute/Handlers/demo/demo_cycle.pl
15774            + lib/Attribute/Handlers/demo/demo_hashdir.pl
15775            + lib/Attribute/Handlers/demo/demo_phases.pl
15776            + lib/Attribute/Handlers/demo/demo_range.pl
15777            + lib/Attribute/Handlers/demo/demo_rawdata.pl
15778            + lib/Attribute/Handlers/t/multi.t
15779            ! MANIFEST pod/perldelta.pod pod/perlmodlib.pod pod/perltoc.pod
15780 ____________________________________________________________________________
15781 [ 13685] By: nick                                  on 2001/12/14  15:57:00
15782         Log: Integrate mainline
15783      Branch: perlio
15784           +> t/run/switcht.t
15785           !> MANIFEST embedvar.h intrpvar.h lib/Test/Harness.pm perl.c
15786           !> perlapi.h pod/perlrun.pod t/TEST taint.c
15787 ____________________________________________________________________________
15788 [ 13684] By: jhi                                   on 2001/12/14  14:43:40
15789         Log: Subject: [PATCH taint.c intrpvar.h perl.c ...] -t taint warnings
15790              From: Michael G Schwern <schwern@pobox.com> 
15791              Date: Thu, 13 Dec 2001 19:27:08 -0500
15792              Message-ID: <20011214002707.GA10532@blackrider>
15793              
15794              (reword the perlrun -t description a bit,
15795              and move the Itaint_warn to the bottom of
15796              the intrpvar.h for binary compatibility)
15797      Branch: perl
15798            + t/run/switcht.t
15799            ! MANIFEST embedvar.h intrpvar.h lib/Test/Harness.pm perl.c
15800            ! perlapi.h pod/perlrun.pod t/TEST taint.c
15801 ____________________________________________________________________________
15802 [ 13683] By: nick                                  on 2001/12/14  12:29:41
15803         Log: Integrate mainline
15804      Branch: perlio
15805           +> beos/beos.c beos/beosish.h ext/POSIX/t/waitpid.t
15806           +> lib/Term/ReadLine.t t/op/hashassign.t
15807            - lib/Attribute/Handlers.pm lib/Attribute/Handlers/Changes
15808            - lib/Attribute/Handlers/README
15809            - lib/Attribute/Handlers/demo/Demo.pm
15810            - lib/Attribute/Handlers/demo/Descriptions.pm
15811            - lib/Attribute/Handlers/demo/MyClass.pm
15812            - lib/Attribute/Handlers/demo/demo.pl
15813            - lib/Attribute/Handlers/demo/demo2.pl
15814            - lib/Attribute/Handlers/demo/demo3.pl
15815            - lib/Attribute/Handlers/demo/demo4.pl
15816            - lib/Attribute/Handlers/demo/demo_call.pl
15817            - lib/Attribute/Handlers/demo/demo_chain.pl
15818            - lib/Attribute/Handlers/demo/demo_cycle.pl
15819            - lib/Attribute/Handlers/demo/demo_hashdir.pl
15820            - lib/Attribute/Handlers/demo/demo_phases.pl
15821            - lib/Attribute/Handlers/demo/demo_range.pl
15822            - lib/Attribute/Handlers/demo/demo_rawdata.pl
15823            - lib/Attribute/Handlers/t/multi.t lib/Memoize/Saves.pm
15824           !> (integrate 101 files)
15825 ____________________________________________________________________________
15826 [ 13682] By: jhi                                   on 2001/12/14  04:10:37
15827         Log: Detypo.
15828      Branch: perl
15829            ! utf8.c
15830 ____________________________________________________________________________
15831 [ 13681] By: jhi                                   on 2001/12/14  04:07:08
15832         Log: Buffer overflow checks.
15833      Branch: perl
15834            ! utf8.c
15835 ____________________________________________________________________________
15836 [ 13680] By: jhi                                   on 2001/12/13  21:30:14
15837         Log: Subject: [ID 20011213.009] Not OK: perl v5.7.2 +DEVEL13660 on alpha-dec_osf-perlio-ld 5.1 (UNINSTALLED)
15838              From: Spider Boardman <spider@leggy.zk3.dec.com>
15839              Date: Thu, 13 Dec 2001 15:32:51 -0500
15840              Message-Id: <200112132032.PAA203491@leggy.zk3.dec.com>
15841      Branch: perl
15842            ! lib/ExtUtils/Embed.t
15843 ____________________________________________________________________________
15844 [ 13679] By: jhi                                   on 2001/12/13  21:27:31
15845         Log: More on the Unicode "line" definition.
15846      Branch: perl
15847            ! pod/perlunicode.pod
15848 ____________________________________________________________________________
15849 [ 13678] By: jhi                                   on 2001/12/13  21:18:47
15850         Log: Open-ended VERSION?
15851      Branch: perl
15852            ! lib/ExtUtils/Install.pm
15853 ____________________________________________________________________________
15854 [ 13677] By: jhi                                   on 2001/12/13  19:13:13
15855         Log: Subject: [PATCH] Better make distclean
15856              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
15857              Date: Thu, 13 Dec 2001 21:10:18 +0100
15858              Message-Id: <20011213204542.0321.H.M.BRAND@hccnet.nl>
15859      Branch: perl
15860            ! Makefile.SH
15861 ____________________________________________________________________________
15862 [ 13676] By: jhi                                   on 2001/12/13  17:11:42
15863         Log: Remove Memoize::Saves as requested by mjd.
15864      Branch: perl
15865            - lib/Memoize/Saves.pm
15866            ! MANIFEST pod/perlmodlib.pod pod/perltoc.pod
15867 ____________________________________________________________________________
15868 [ 13675] By: jhi                                   on 2001/12/13  16:16:12
15869         Log: Subject: [PATCH ExtUtils::Install] Old RCS $Date$ tag
15870              From: Michael G Schwern <schwern@pobox.com>
15871              Date: Tue, 11 Dec 2001 23:17:32 -0500
15872              Message-ID: <20011212041732.GS17250@blackrider>
15873      Branch: perl
15874            ! lib/ExtUtils/Install.pm
15875 ____________________________________________________________________________
15876 [ 13674] By: jhi                                   on 2001/12/13  16:12:19
15877         Log: Subject: [PATCH] Re: use utf8; with bad utf8
15878              From: Nicholas Clark <nick@ccl4.org>
15879              Date: Thu, 13 Dec 2001 17:09:39 +0000
15880              Message-ID: <20011213170939.L21702@plum.flirble.org>
15881      Branch: perl
15882            ! t/lib/1_compile.t
15883 ____________________________________________________________________________
15884 [ 13673] By: jhi                                   on 2001/12/13  16:09:18
15885         Log: Subject: (LONG!) Sort benchmarks and patch
15886              From: "John P. Linderman" <jpl@research.att.com>
15887              Date: Thu, 13 Dec 2001 09:50:58 -0500 (EST)
15888              Message-Id: <200112131450.JAA84836@raptor.research.att.com>
15889      Branch: perl
15890            ! pp_sort.c
15891 ____________________________________________________________________________
15892 [ 13672] By: jhi                                   on 2001/12/13  14:19:28
15893         Log: Unadorned numbers evil.
15894      Branch: perl
15895            ! pp.c regcomp.c regexec.c utf8.c utf8.h
15896 ____________________________________________________________________________
15897 [ 13671] By: jhi                                   on 2001/12/13  13:35:47
15898         Log: "preprocessing directive not recognized within macro arg"
15899      Branch: perl
15900            ! ext/Data/Dumper/Dumper.xs
15901 ____________________________________________________________________________
15902 [ 13670] By: jhi                                   on 2001/12/13  13:32:37
15903         Log: Subject: Clarifying the documentation of goto            
15904              From: "Benjamin J. Tilly" <ben_tilly@operamail.com>      
15905              Date: Thu, 13 Dec 2001 08:57:38 -0500
15906              Message-ID: <3C18BD8B@operamail.com>
15907      Branch: perl
15908            ! pod/perlfunc.pod
15909 ____________________________________________________________________________
15910 [ 13669] By: jhi                                   on 2001/12/13  04:38:19
15911         Log: It could be possible for the case-insensitive
15912              Unicode-aware string comparison to wander off
15913              to the la-la land.
15914      Branch: perl
15915            ! embed.h embed.pl pod/perlapi.pod pod/perlunicode.pod proto.h
15916            ! regexec.c utf8.c
15917 ____________________________________________________________________________
15918 [ 13668] By: jhi                                   on 2001/12/13  02:48:14
15919         Log: Subject: [PATCH] Re: [PATCH t/test.pl t/op/stat.t lib/Net/hostent.t] Unbail out
15920              From: Michael G Schwern <schwern@pobox.com> 
15921              Date: Wed, 12 Dec 2001 21:53:46 -0500
15922              Message-ID: <20011213025346.GH25129@blackrider>
15923      Branch: perl
15924            ! lib/Net/hostent.t t/op/stat.t t/test.pl
15925 ____________________________________________________________________________
15926 [ 13667] By: jhi                                   on 2001/12/13  02:47:27
15927         Log: Subject: [PATCH t/io/fs.t] Proper skip tests and VMS unlink
15928              From: Michael G Schwern <schwern@pobox.com> 
15929              Date: Wed, 12 Dec 2001 20:33:42 -0500
15930              Message-ID: <20011213013342.GX25129@blackrider>
15931      Branch: perl
15932            ! t/io/fs.t
15933 ____________________________________________________________________________
15934 [ 13666] By: jhi                                   on 2001/12/12  23:22:27
15935         Log: Subject: Re: [PATCH] use utf8; tests
15936              From: Nicholas Clark <nick@ccl4.org>
15937              Date: Thu, 13 Dec 2001 00:16:58 +0000
15938              Message-ID: <20011213001658.I21702@plum.flirble.org>
15939      Branch: perl
15940            ! lib/utf8.t
15941 ____________________________________________________________________________
15942 [ 13665] By: jhi                                   on 2001/12/12  21:45:49
15943         Log: EPOC fixes from Olaf Flebbe.
15944      Branch: perl
15945            ! README.epoc epoc/config.sh epoc/createpkg.pl
15946            ! ext/Data/Dumper/Dumper.xs ext/Errno/Errno_pm.PL
15947 ____________________________________________________________________________
15948 [ 13664] By: jhi                                   on 2001/12/12  21:33:50
15949         Log: Subject: [PATCH perl@13661] VMS test fix-ups
15950              From: "Craig A. Berry" <craigberry@mac.com>
15951              Date: Wed, 12 Dec 2001 16:27:48 -0600
15952              Message-Id: <5.1.0.14.2.20011212154350.01be3618@exchi01>
15953      Branch: perl
15954            ! lib/Net/hostent.t t/io/fs.t
15955 ____________________________________________________________________________
15956 [ 13663] By: jhi                                   on 2001/12/12  19:59:56
15957         Log: Subject: Re: Next cygwin round.
15958              From: "Gerrit P. Haase" <gp@familiehaase.de>
15959              Date: Wed, 12 Dec 2001 21:59:00 +0100
15960              Message-ID: <122343874595.20011212215900@familiehaase.de>
15961      Branch: perl
15962            ! t/io/fs.t
15963 ____________________________________________________________________________
15964 [ 13662] By: jhi                                   on 2001/12/12  19:12:36
15965         Log: Subject: [PATCH] use utf8; tests
15966              From: Nicholas Clark <nick@ccl4.org>
15967              Date: Wed, 12 Dec 2001 20:07:04 +0000
15968              Message-ID: <20011212200704.E21702@plum.flirble.org>
15969      Branch: perl
15970            ! lib/utf8.t t/test.pl
15971 ____________________________________________________________________________
15972 [ 13661] By: jhi                                   on 2001/12/12  15:24:42
15973         Log: Update Changes.
15974      Branch: perl
15975            ! Changes patchlevel.h
15976 ____________________________________________________________________________
15977 [ 13660] By: jhi                                   on 2001/12/12  15:04:03
15978         Log: Subject: [PATCH] Passing in env to perl_parse did not work
15979              From: Gisle Aas <gisle@ActiveState.com>
15980              Date: 11 Dec 2001 20:52:57 -0800
15981              Message-ID: <lrheqxniom.fsf@caliper.activestate.com>
15982      Branch: perl
15983            ! perl.c perl.h
15984 ____________________________________________________________________________
15985 [ 13659] By: jhi                                   on 2001/12/12  14:33:30
15986         Log: Fixes for casting problems detected on a SuSE 7.2 Itanium,
15987              mostly gcc -Wall complaining about the argument of %p not
15988              being a void *.
15989      Branch: perl
15990            ! perlio.c regcomp.c taint.c toke.c
15991 ____________________________________________________________________________
15992 [ 13658] By: jhi                                   on 2001/12/12  14:09:09
15993         Log: metaconfig unit change for #13657.
15994      Branch: metaconfig
15995            ! U/modified/nis.U
15996 ____________________________________________________________________________
15997 [ 13657] By: jhi                                   on 2001/12/12  14:08:49
15998         Log: Try YP/NIS also from /usr/lib/yp.
15999      Branch: perl
16000            ! Configure
16001 ____________________________________________________________________________
16002 [ 13656] By: jhi                                   on 2001/12/12  14:05:28
16003         Log: Subject: [PATCH Configure t/op/grent.t] ypcat working, but NIS not used
16004              From: Michael G Schwern <schwern@pobox.com>                
16005              Date: Wed, 12 Dec 2001 05:27:02 -0500      
16006              Message-ID: <20011212102702.GW17250@blackrider>
16007              
16008              (the op/grent part)
16009      Branch: perl
16010            ! t/op/grent.t
16011 ____________________________________________________________________________
16012 [ 13655] By: jhi                                   on 2001/12/12  14:01:55
16013         Log: Weed out .files from ls and readdir() results.
16014      Branch: perl
16015            ! t/op/stat.t
16016 ____________________________________________________________________________
16017 [ 13654] By: jhi                                   on 2001/12/12  13:45:21
16018         Log: Subject: Re: [PATCH] ID 20011206.007 File::Find:name set to empty string for "/"  
16019              From: "Wolfgang Laun" <wolfgang.laun@chello.at>
16020              Date: Wed, 12 Dec 2001 10:52:21 +0100
16021              Message-ID: <200112121052210220.001ACE6B@smtp.chello.at>
16022      Branch: perl
16023            ! lib/File/Find.pm
16024 ____________________________________________________________________________
16025 [ 13653] By: jhi                                   on 2001/12/12  13:34:06
16026         Log: Subject: [PATCH] doio fatal on cygwin for 13651
16027              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>               
16028              Date: Wed, 12 Dec 2001 11:28:13 +0100      
16029              Message-Id: <20011212112548.4611.H.M.BRAND@hccnet.nl>
16030      Branch: perl
16031            ! doio.c
16032 ____________________________________________________________________________
16033 [ 13652] By: jhi                                   on 2001/12/12  13:32:51
16034         Log: Get the whole line of ls, makes debugging easier
16035              (from Schwern)
16036      Branch: perl
16037            ! t/op/stat.t
16038 ____________________________________________________________________________
16039 [ 13651] By: jhi                                   on 2001/12/12  05:42:05
16040         Log: rename() must be tested even without link()
16041              or the utime() and rename-directory tests fail.
16042              (Also got the BeOS utime atime/time the wrong way round.)
16043      Branch: perl
16044            ! t/io/fs.t
16045 ____________________________________________________________________________
16046 [ 13650] By: jhi                                   on 2001/12/12  05:36:31
16047         Log: Now that the beos.c is compiled at the main level
16048              the header is in the beos/
16049      Branch: perl
16050            ! beos/beos.c
16051 ____________________________________________________________________________
16052 [ 13649] By: jhi                                   on 2001/12/12  04:25:21
16053         Log: Must remember to require Socket.
16054      Branch: perl
16055            ! ext/Sys/Syslog/syslog.t
16056 ____________________________________________________________________________
16057 [ 13648] By: jhi                                   on 2001/12/12  04:12:05
16058         Log: In BeOS Errno must resort to actual compilation
16059              and execution for some of the error constants.
16060      Branch: perl
16061            ! ext/Errno/Errno_pm.PL
16062 ____________________________________________________________________________
16063 [ 13647] By: jhi                                   on 2001/12/12  03:23:26
16064         Log: BeOS still has no good sockets.
16065      Branch: perl
16066            ! ext/IO/lib/IO/t/io_sel.t
16067 ____________________________________________________________________________
16068 [ 13646] By: jhi                                   on 2001/12/12  03:19:56
16069         Log: BeOS sockets are not true sockets.
16070      Branch: perl
16071            ! ext/IO/lib/IO/t/io_poll.t
16072 ____________________________________________________________________________
16073 [ 13645] By: jhi                                   on 2001/12/12  03:14:32
16074         Log: No Socket, no Syslog.
16075      Branch: perl
16076            ! ext/Sys/Syslog/syslog.t
16077 ____________________________________________________________________________
16078 [ 13644] By: jhi                                   on 2001/12/12  03:12:46
16079         Log: (On some platforms) missing truncate FH.
16080      Branch: perl
16081            ! pod/perltodo.pod
16082 ____________________________________________________________________________
16083 [ 13643] By: jhi                                   on 2001/12/12  03:09:37
16084         Log: io/fs cleanup: testing on win32/cygwin/netware/djgpp/...
16085              and vms would be muchly appreciated.
16086      Branch: perl
16087            ! t/io/fs.t
16088 ____________________________________________________________________________
16089 [ 13642] By: jhi                                   on 2001/12/12  02:32:05
16090         Log: utime() updates only the mtime in BeOS. 
16091      Branch: perl
16092            ! pod/perlport.pod
16093 ____________________________________________________________________________
16094 [ 13641] By: jhi                                   on 2001/12/12  01:50:13
16095         Log: No link(), no need to dSP.
16096      Branch: perl
16097            ! pp_sys.c
16098 ____________________________________________________________________________
16099 [ 13640] By: jhi                                   on 2001/12/12  01:49:40
16100         Log: Missing argument.
16101      Branch: perl
16102            ! utf8.c
16103 ____________________________________________________________________________
16104 [ 13639] By: jhi                                   on 2001/12/12  01:44:39
16105         Log: (1) To assume any setuid programs is silly.
16106              (2) Chaining tests with booleans means that some
16107              of them may not get run which means getting out
16108              of test count sync.
16109      Branch: perl
16110            ! t/op/stat.t
16111 ____________________________________________________________________________
16112 [ 13638] By: jhi                                   on 2001/12/12  01:12:49
16113         Log: The beos.c needs to be in the main directory.
16114      Branch: perl
16115            ! hints/beos.sh
16116 ____________________________________________________________________________
16117 [ 13637] By: jhi                                   on 2001/12/12  00:37:20
16118         Log: Detypo and rename.
16119      Branch: perl
16120            ! doio.c perl.h perlio.c perliol.h
16121 ____________________________________________________________________________
16122 [ 13636] By: jhi                                   on 2001/12/12  00:22:16
16123         Log: This time I test compiled.  Honest.
16124      Branch: perl
16125            ! beos/beos.c
16126 ____________________________________________________________________________
16127 [ 13635] By: jhi                                   on 2001/12/11  22:57:07
16128         Log: Subject: [PATCH] slightly more pack tests
16129              From: Nicholas Clark <nick@ccl4.org>
16130              Date: Tue, 11 Dec 2001 23:41:23 +0000
16131              Message-ID: <20011211234123.Y21702@plum.flirble.org>
16132      Branch: perl
16133            ! t/op/pack.t
16134 ____________________________________________________________________________
16135 [ 13634] By: jhi                                   on 2001/12/11  21:49:58
16136         Log: Subject: [PATCH perl@13600] Gconvert for VMS again
16137              From: "Craig A. Berry" <craigberry@mac.com>
16138              Date: Tue, 11 Dec 2001 16:39:13 -0600
16139              Message-Id: <5.1.0.14.2.20011211162600.02a4b008@exchi01>
16140      Branch: perl
16141            ! configure.com
16142 ____________________________________________________________________________
16143 [ 13633] By: jhi                                   on 2001/12/11  21:48:57
16144         Log: metaconfig unit change for #13632.
16145      Branch: metaconfig/U/perl
16146            ! perlpath.U
16147 ____________________________________________________________________________
16148 [ 13632] By: jhi                                   on 2001/12/11  21:48:26
16149         Log: Subject: $Config{perlpath} and -Dversiononly
16150              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
16151              Date: Tue, 11 Dec 2001 23:32:33 +0100
16152              Message-ID: <20011211233233.A11587@rafael>
16153      Branch: perl
16154            ! Configure
16155 ____________________________________________________________________________
16156 [ 13631] By: jhi                                   on 2001/12/11  21:01:00
16157         Log: Subject: [PATCH] _qq pack.t Re: [PATCH] tests for hash assignment
16158              From: Nicholas Clark <nick@ccl4.org>
16159              Date: Tue, 11 Dec 2001 21:59:36 +0000
16160              Message-ID: <20011211215935.W21702@plum.flirble.org>
16161      Branch: perl
16162            ! t/op/pack.t
16163 ____________________________________________________________________________
16164 [ 13630] By: jhi                                   on 2001/12/11  20:16:29
16165         Log: More UTF-8 API docs.
16166      Branch: perl
16167            ! embed.pl pod/perlapi.pod pod/perlunicode.pod utf8.c
16168 ____________________________________________________________________________
16169 [ 13629] By: jhi                                   on 2001/12/11  19:17:16
16170         Log: Subject: [PATCH] Re: [PATCH] Re: [PATCH t/op/pack.t] Cleanup
16171              From: Nicholas Clark <nick@ccl4.org>
16172              Date: Tue, 11 Dec 2001 20:08:59 +0000
16173              Message-ID: <20011211200859.S21702@plum.flirble.org>
16174      Branch: perl
16175            ! t/op/pack.t
16176 ____________________________________________________________________________
16177 [ 13628] By: jhi                                   on 2001/12/11  19:13:57
16178         Log: Subject: Re: use utf8; with bad utf8
16179              From: Nicholas Clark <nick@ccl4.org>
16180              Date: Tue, 11 Dec 2001 19:49:21 +0000
16181              Message-ID: <20011211194921.R21702@plum.flirble.org>
16182      Branch: perl
16183            ! lib/utf8.t
16184 ____________________________________________________________________________
16185 [ 13627] By: jhi                                   on 2001/12/11  17:29:01
16186         Log: Can't spell worth a dam.  (Try Three Gorges.)
16187      Branch: perl
16188            ! beos/beos.c
16189 ____________________________________________________________________________
16190 [ 13626] By: jhi                                   on 2001/12/11  15:55:51
16191         Log: We need DWIM cpps.
16192      Branch: perl
16193            ! perlio.c
16194 ____________________________________________________________________________
16195 [ 13625] By: jhi                                   on 2001/12/11  15:53:41
16196         Log: The unixish.h needs to be found and the waitpid wrapper
16197              could use a proto.
16198      Branch: perl
16199            ! beos/beosish.h
16200 ____________________________________________________________________________
16201 [ 13624] By: jhi                                   on 2001/12/11  15:27:06
16202         Log: The BeOS waitpid() seems to be broken,
16203              have a wrapper for it.
16204      Branch: perl
16205            + beos/beos.c beos/beosish.h
16206            ! MANIFEST hints/beos.sh perl.h
16207 ____________________________________________________________________________
16208 [ 13623] By: jhi                                   on 2001/12/11  15:12:18
16209         Log: Unlean the leaning tower of Babel.
16210      Branch: perl
16211            ! perl.h
16212 ____________________________________________________________________________
16213 [ 13622] By: jhi                                   on 2001/12/11  14:34:53
16214         Log: Retract #13607 until we figure out what to do with autouse.
16215      Branch: perl
16216            ! lib/Carp.pm
16217 ____________________________________________________________________________
16218 [ 13621] By: jhi                                   on 2001/12/11  14:33:14
16219         Log: Try to handle platforms that have O_TEXT != O_BINARY but
16220              which are not DOSish, BeOS being one of such platforms.
16221              Ideally this should be a Configure test, not a hardwired
16222              cpp symbol test... 
16223      Branch: perl
16224            ! doio.c perl.h perlio.c perliol.h
16225 ____________________________________________________________________________
16226 [ 13620] By: jhi                                   on 2001/12/11  13:56:17
16227         Log: Subject: [PATCH lib/Term/Cap.pm lib/Term/Cap.t] Sync changes in CPAN version
16228              From: Jonathan Stowe <gellyfish@gellyfish.com>
16229              Date: Tue, 11 Dec 2001 07:28:45 +0000 (GMT) 
16230              Message-ID: <Pine.LNX.4.33.0112110720470.31242-100000@orpheus.gellyfish.com>
16231      Branch: perl
16232            ! lib/Term/Cap.pm lib/Term/Cap.t
16233 ____________________________________________________________________________
16234 [ 13619] By: jhi                                   on 2001/12/11  13:51:21
16235         Log: Subject: [patch perlio.c] test for NULL before derefencing
16236              From: Stas Bekman <stas@stason.org>
16237              Date: Tue, 11 Dec 2001 16:17:55 +0800
16238              Message-ID: <3C15C133.8@stason.org>
16239      Branch: perl
16240            ! perlio.c
16241 ____________________________________________________________________________
16242 [ 13618] By: jhi                                   on 2001/12/11  05:22:39
16243         Log: metaconfig unit change for #13617.
16244      Branch: metaconfig/U/perl
16245            ! Extensions.U
16246 ____________________________________________________________________________
16247 [ 13617] By: jhi                                   on 2001/12/11  05:22:08
16248         Log: BeOS has socket() but not enough to build a working Socket.
16249              Go figure.  ("BONE" (BeOS NEtworking?) is some sort of rumored
16250              new networking implementation, which is rumored to fix the
16251              non-standardness of sockets, but it's apparently not publicly
16252              available, and anything to do with BeOS has become quite
16253              complicated with the sale of the Be assets to Palm.)
16254      Branch: perl
16255            ! Configure
16256 ____________________________________________________________________________
16257 [ 13616] By: pudge                                 on 2001/12/11  05:11:44
16258         Log: Update changes
16259      Branch: maint-5.6/macperl
16260            ! macos/Changes
16261 ____________________________________________________________________________
16262 [ 13615] By: pudge                                 on 2001/12/11  05:09:34
16263         Log: Add extra pod to help
16264      Branch: maint-5.6/macperl
16265            ! macos/macperl/MacPerl.podhelp
16266 ____________________________________________________________________________
16267 [ 13614] By: pudge                                 on 2001/12/11  05:08:51
16268         Log: Return DoAppleScript errors in $@
16269      Branch: maint-5.6/macperl
16270            ! macos/ext/MacPerl/OSA.xs
16271 ____________________________________________________________________________
16272 [ 13613] By: pudge                                 on 2001/12/11  05:08:19
16273         Log: Clear out $^E before each script run
16274      Branch: maint-5.6/macperl
16275            ! macos/macperl/MPScript.c
16276 ____________________________________________________________________________
16277 [ 13612] By: pudge                                 on 2001/12/11  04:58:52
16278         Log: Integrate various changes from maint-5.6/perl/.
16279      Branch: maint-5.6/macperl
16280           !> op.c pp.c pp_hot.c t/io/pipe.t t/op/cmp.t t/op/misc.t
16281           !> t/op/system_tests util.c win32/perlhost.h win32/win32.c
16282 ____________________________________________________________________________
16283 [ 13611] By: jhi                                   on 2001/12/11  04:29:32
16284         Log: Subject: Exporter's documentation shouldn't lie               
16285              From: "Benjamin J. Tilly" <ben_tilly@operamail.com>
16286              Date: Mon, 10 Dec 2001 21:30:20 -0500
16287              Message-ID: <3C4AA201@operamail.com>
16288      Branch: perl
16289            ! lib/Exporter.pm
16290 ____________________________________________________________________________
16291 [ 13610] By: jhi                                   on 2001/12/11  04:28:31
16292         Log: Make Errno better in BeOS (the second hunk is
16293              good on any platform).  Still not working in BeOS
16294              are the E constants that refer BeOS native error
16295              constants (B_...) which are enums (*groan*).
16296      Branch: perl
16297            ! ext/Errno/Errno_pm.PL
16298 ____________________________________________________________________________
16299 [ 13609] By: jhi                                   on 2001/12/11  00:59:31
16300         Log: The BeOS linker seems to link the last seen symbol,
16301              not the first (so the symbols of op.o from libperl.so
16302              would get linked to miniperl instead of the symbols of
16303              opmini.o)-- use the same trick as for NeXT4 for linking
16304              miniperl.
16305      Branch: perl
16306            ! Makefile.SH
16307 ____________________________________________________________________________
16308 [ 13608] By: jhi                                   on 2001/12/11  00:49:15
16309         Log: Subject: Re: [PATCH] tests for hash assignment
16310              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
16311              Date: Tue, 11 Dec 2001 01:48:55 +0000
16312              Message-Id: <200112110148.fBB1mtl19148@crypt.compulink.co.uk>
16313      Branch: perl
16314            ! utf8.c
16315 ____________________________________________________________________________
16316 [ 13607] By: jhi                                   on 2001/12/11  00:40:47
16317         Log: (retracted by #13622)
16318              
16319              Subject: RE: More verbose POD for Carp
16320              From: "Benjamin J. Tilly" <ben_tilly@operamail.com>
16321              Date: Mon, 10 Dec 2001 20:23:20 -0500
16322              Message-ID: <3C4A3566@operamail.com>
16323      Branch: perl
16324            ! lib/Carp.pm
16325 ____________________________________________________________________________
16326 [ 13606] By: jhi                                   on 2001/12/11  00:39:20
16327         Log: Subject: [PATCH follow-up] (was Re: [PATCH perl@13600] cat2type in tests for VMS)
16328              From: "Craig A. Berry" <craigberry@mac.com>
16329              Date: Mon, 10 Dec 2001 18:25:37 -0600
16330              Message-Id: <5.1.0.14.2.20011210174517.029c7ec0@mail.mac.com>
16331      Branch: perl
16332            ! t/op/write.t t/test.pl
16333 ____________________________________________________________________________
16334 [ 13605] By: jhi                                   on 2001/12/11  00:37:54
16335         Log: Subject: [PATCH t/io/multiline.t] Cleanup and $. check
16336              From: Michael G Schwern <schwern@pobox.com>
16337              Date: Mon, 10 Dec 2001 08:00:01 -0500
16338              Message-ID: <20011210130000.GK1770@blackrider>
16339      Branch: perl
16340            ! t/comp/multiline.t
16341 ____________________________________________________________________________
16342 [ 13604] By: jhi                                   on 2001/12/10  22:51:44
16343         Log: Subject: Re: [PATCH] tests for hash assignment
16344              From: Nicholas Clark <nick@ccl4.org>
16345              Date: Mon, 10 Dec 2001 23:22:28 +0000
16346              Message-ID: <20011210232228.M21702@plum.flirble.org>
16347      Branch: perl
16348            + t/op/hashassign.t
16349            ! MANIFEST t/op/each.t t/test.pl
16350 ____________________________________________________________________________
16351 [ 13603] By: jhi                                   on 2001/12/10  21:34:46
16352         Log: Subject: [PATCH perl@13600] cat2type in tests for VMS
16353              From: "Craig A. Berry" <craigberry@mac.com>
16354              Date: Mon, 10 Dec 2001 16:38:14 -0600
16355              Message-Id: <5.1.0.14.2.20011210154846.01aef188@exchi01>
16356      Branch: perl
16357            ! ext/IO/lib/IO/t/io_dup.t t/comp/multiline.t t/io/dup.t
16358 ____________________________________________________________________________
16359 [ 13602] By: jhi                                   on 2001/12/10  19:52:01
16360         Log: Subject: [PATCH perl@13600] configure.com fixes
16361              From: "Craig A. Berry" <craigberry@mac.com>
16362              Date: Mon, 10 Dec 2001 14:40:20 -0600
16363              Message-Id: <5.1.0.14.2.20011210142528.01aff2e8@exchi01>
16364      Branch: perl
16365            ! configure.com
16366 ____________________________________________________________________________
16367 [ 13601] By: jhi                                   on 2001/12/10  18:25:30
16368         Log: Silence BeOS compilation moaning.
16369      Branch: perl
16370            ! perl.h
16371 ____________________________________________________________________________
16372 [ 13600] By: jhi                                   on 2001/12/10  15:11:40
16373         Log: Update Changes.
16374      Branch: perl
16375            ! Changes patchlevel.h
16376 ____________________________________________________________________________
16377 [ 13599] By: jhi                                   on 2001/12/10  13:35:57
16378         Log: Subject: [PATCH lib/ExtUtils/Command.t] Bad touch
16379              From: Michael G Schwern <schwern@pobox.com>
16380              Date: Mon, 10 Dec 2001 01:21:03 -0500
16381              Message-ID: <20011210062103.GC1770@blackrider>
16382      Branch: perl
16383            ! lib/ExtUtils/Command.t
16384 ____________________________________________________________________________
16385 [ 13598] By: jhi                                   on 2001/12/10  13:35:20
16386         Log: Subject: [PATCH t/op/groups.t] Need @INC = '../lib' mantra
16387              From: Michael G Schwern <schwern@pobox.com>
16388              Date: Mon, 10 Dec 2001 01:10:57 -0500
16389              Message-ID: <20011210061057.GB1770@blackrider>
16390      Branch: perl
16391            ! t/op/groups.t
16392 ____________________________________________________________________________
16393 [ 13597] By: jhi                                   on 2001/12/10  13:33:51
16394         Log: Retract #13596, #13593 should do the trick.
16395      Branch: perl
16396            ! t/op/stat.t
16397 ____________________________________________________________________________
16398 [ 13596] By: jhi                                   on 2001/12/10  13:31:38
16399         Log: (retracted by #13597, #13593 does the job better)
16400              
16401              Subject: [PATCH t/op/stat.t] -B/-T Cygwin fix
16402              From: Michael G Schwern <schwern@pobox.com>
16403              Date: Mon, 10 Dec 2001 00:53:16 -0500
16404              Message-ID: <20011210055316.GA1770@blackrider>
16405      Branch: perl
16406            ! t/op/stat.t
16407 ____________________________________________________________________________
16408 [ 13595] By: jhi                                   on 2001/12/10  13:28:30
16409         Log: Subject: [PATCH lib/AutoSplit.t] Too fast for FAT filesystems
16410              From: Michael G Schwern <schwern@pobox.com> 
16411              Date: Mon, 10 Dec 2001 02:19:14 -0500
16412              Message-ID: <20011210071914.GF1770@blackrider>
16413      Branch: perl
16414            ! lib/AutoSplit.t
16415 ____________________________________________________________________________
16416 [ 13594] By: jhi                                   on 2001/12/10  13:26:24
16417         Log: Subject: [PATCH] Re: [PATCH t/op/pack.t] Cleanup
16418              From: Michael G Schwern <schwern@pobox.com>
16419              Date: Mon, 10 Dec 2001 02:47:40 -0500
16420              Message-ID: <20011210074739.GH1770@blackrider>
16421      Branch: perl
16422            ! t/op/pack.t
16423 ____________________________________________________________________________
16424 [ 13593] By: jhi                                   on 2001/12/10  13:22:49
16425         Log: Subject: [PATCH t/test.pl] Moving Cygwin .exe logic into which_perl
16426              From: Michael G Schwern <schwern@pobox.com>
16427              Date: Mon, 10 Dec 2001 02:54:22 -0500
16428              Message-ID: <20011210075422.GI1770@blackrider>
16429      Branch: perl
16430            ! t/test.pl
16431 ____________________________________________________________________________
16432 [ 13592] By: jhi                                   on 2001/12/10  13:21:06
16433         Log: Subject: Re: [ID 20011209.005] perl "u2" eats RAM
16434              From: Wolfgang Laun <Wolfgang.Laun@alcatel.at>
16435              Date: Mon, 10 Dec 2001 08:45:20 +0100
16436              Message-ID: <3C146810.60B5B7C0@alcatel.at>
16437      Branch: perl
16438            ! pp_pack.c
16439 ____________________________________________________________________________
16440 [ 13591] By: jhi                                   on 2001/12/10  13:18:17
16441         Log: Subject: [PATCH] Re: [PATCH t/io/openpid.t] Cleanup
16442              From: Michael G Schwern <schwern@pobox.com>
16443              Date: Mon, 10 Dec 2001 03:27:02 -0500
16444              Message-ID: <20011210082702.GN1770@blackrider>
16445      Branch: perl
16446            ! t/io/openpid.t
16447 ____________________________________________________________________________
16448 [ 13590] By: jhi                                   on 2001/12/10  13:17:08
16449         Log: More chmod +w.
16450      Branch: perl
16451            ! Porting/makerel
16452 ____________________________________________________________________________
16453 [ 13589] By: jhi                                   on 2001/12/10  04:21:59
16454         Log: Just skip the readability test if running as root.
16455      Branch: perl
16456            ! lib/Net/t/netrc.t
16457 ____________________________________________________________________________
16458 [ 13588] By: jhi                                   on 2001/12/10  04:03:10
16459         Log: Tell about the downside of safe signals.
16460      Branch: perl
16461            ! pod/perldelta.pod
16462 ____________________________________________________________________________
16463 [ 13587] By: jhi                                   on 2001/12/10  03:38:20
16464         Log: Make the whole -lperl thing NetBSD only until we
16465              find some other platform that needs the same.
16466      Branch: perl
16467            ! lib/ExtUtils/MM_Unix.pm
16468 ____________________________________________________________________________
16469 [ 13586] By: jhi                                   on 2001/12/10  03:13:59
16470         Log: Subject: [PATCH t/op/pack.t] Cleanup
16471              From: Michael G Schwern <schwern@pobox.com> 
16472              Date: Sun, 9 Dec 2001 23:08:26 -0500
16473              Message-ID: <20011210040826.GD660@blackrider>
16474      Branch: perl
16475            ! t/op/pack.t
16476 ____________________________________________________________________________
16477 [ 13585] By: jhi                                   on 2001/12/10  02:47:01
16478         Log: Add threads support for NetBSD.
16479              
16480              This is also the first (I think) Perl threads build with
16481              the GNU pth ( http://www.gnu.org/software/pth/pth.html ).
16482              NetBSD does not as of yet have true kernel POSIX threads,
16483              but the user-level pth seems to be doing pretty well--
16484              the only failure is that threads/t/basic okays 6 and 7
16485              consistently seem be arriving in the reverse order.
16486              Well, gdbm.t is also failing: 'Undefined PLT symbol
16487              "gdbm_open" (reloc type = 7, symnum = 28)', but I'm
16488              guessing that GDBM would need a threaded rebuild.
16489      Branch: perl
16490            ! hints/netbsd.sh
16491 ____________________________________________________________________________
16492 [ 13584] By: gsar                                  on 2001/12/10  02:04:58
16493         Log: restrict change#13474 to eval"" CVs instead of any CV (avoids
16494              potential performance hit and change in semantics of closure
16495              lookups after C<undef &foo>)
16496      Branch: maint-5.6/perl
16497            ! op.c
16498 ____________________________________________________________________________
16499 [ 13583] By: jhi                                   on 2001/12/10  02:01:49
16500         Log: metaconfig unit change for #13582.
16501      Branch: metaconfig
16502            ! U/threads/usethreads.U
16503 ____________________________________________________________________________
16504 [ 13582] By: jhi                                   on 2001/12/10  02:01:26
16505         Log: Update the ithreads selection info in Configure,
16506              as suggested by Michael Schwern.
16507      Branch: perl
16508            ! Configure
16509 ____________________________________________________________________________
16510 [ 13581] By: jhi                                   on 2001/12/10  01:56:14
16511         Log: Clearing locale environment simply doesn't seem to
16512              guarantee that (nl_)langinfo(CODESET) would return nil.
16513              (I for example get "ISO8859-1", so <guess>maybe there can
16514              be per-system default settings at work</guess>.)
16515      Branch: perl
16516            ! lib/open.t
16517 ____________________________________________________________________________
16518 [ 13580] By: jhi                                   on 2001/12/10  01:53:11
16519         Log: Subject: RE: Exporter fixes reversed in 13540?
16520              From: "Benjamin J. Tilly" <ben_tilly@operamail.com>                
16521              Date: Sun, 9 Dec 2001 12:55:15 -0500
16522              Message-ID: <3C13F455@operamail.com>
16523      Branch: perl
16524            ! lib/open.pm
16525 ____________________________________________________________________________
16526 [ 13579] By: jhi                                   on 2001/12/10  01:26:53
16527         Log: Root is the lizard king.
16528      Branch: perl
16529            ! lib/Net/t/netrc.t
16530 ____________________________________________________________________________
16531 [ 13578] By: jhi                                   on 2001/12/10  01:01:24
16532         Log: Telling how many tests we are expecting helps.
16533      Branch: perl
16534            ! ext/POSIX/t/waitpid.t
16535 ____________________________________________________________________________
16536 [ 13577] By: jhi                                   on 2001/12/10  00:38:09
16537         Log: Add a test case for waitpid(): from Rocco Caputo.
16538      Branch: perl
16539            + ext/POSIX/t/waitpid.t
16540            ! MANIFEST
16541 ____________________________________________________________________________
16542 [ 13576] By: jhi                                   on 2001/12/10  00:15:19
16543         Log: Subject: [PATCH] Term::ReadLine tweaks and test
16544              From: Richard Clamp <richardc@unixbeard.net>
16545              Date: Mon, 10 Dec 2001 00:51:47 +0000
16546              Message-ID: <20011210005147.GA1073@mirth.demon.co.uk>
16547      Branch: perl
16548            + lib/Term/ReadLine.t
16549            ! MANIFEST lib/Term/ReadLine.pm
16550 ____________________________________________________________________________
16551 [ 13575] By: jhi                                   on 2001/12/10  00:04:56
16552         Log: Subject: [patch] non-blocking waitpid(-1,WNOHANG) for MSWin32
16553              From: Rocco Caputo <troc@netrus.net>
16554              Date: Sun, 9 Dec 2001 18:12:38 -0500
16555              Message-ID: <20011209181238.A803@eyrie.homenet>
16556      Branch: perl
16557            ! win32/win32.c
16558 ____________________________________________________________________________
16559 [ 13574] By: jhi                                   on 2001/12/09  23:49:19
16560         Log: make sure that va_start() has matching va_end();
16561              from OpenBSD 3.0.
16562      Branch: perl
16563            ! x2p/util.c
16564 ____________________________________________________________________________
16565 [ 13573] By: jhi                                   on 2001/12/09  23:45:57
16566         Log: h2ph updates from OpenBSD 3.0.
16567      Branch: perl
16568            ! utils/h2ph.PL
16569 ____________________________________________________________________________
16570 [ 13572] By: jhi                                   on 2001/12/09  23:44:25
16571         Log: OpenBSD hints update from OpenBSD 3.0.
16572      Branch: perl
16573            ! hints/openbsd.sh
16574 ____________________________________________________________________________
16575 [ 13571] By: jhi                                   on 2001/12/09  23:32:08
16576         Log: DJGPP tweaks from Laszlo Molnar.
16577      Branch: perl
16578            ! djgpp/config.over lib/File/Find/t/find.t
16579            ! lib/File/Find/t/taint.t t/pod/find.t
16580 ____________________________________________________________________________
16581 [ 13570] By: jhi                                   on 2001/12/09  23:28:55
16582         Log: Subject: [PATCH README.cygwin] 64bit ints & Cygwin98 ok
16583              From: Michael G Schwern <schwern@pobox.com> 
16584              Date: Sun, 9 Dec 2001 19:28:12 -0500
16585              Message-ID: <20011210002812.GF13586@blackrider>
16586      Branch: perl
16587            ! README.cygwin
16588 ____________________________________________________________________________
16589 [ 13569] By: jhi                                   on 2001/12/09  21:51:37
16590         Log: README.cygwin update from Gerrit P. Haase.
16591      Branch: perl
16592            ! README.cygwin
16593 ____________________________________________________________________________
16594 [ 13568] By: jhi                                   on 2001/12/09  21:49:06
16595         Log: Apply NetBSD patch-ag: shared/static linking,
16596              but make the change less intrusive on non-NetBSD.
16597      Branch: perl
16598            ! lib/ExtUtils/MM_Unix.pm
16599 ____________________________________________________________________________
16600 [ 13567] By: jhi                                   on 2001/12/09  21:09:10
16601         Log: Apply NetBSD patch-af: handle both -[LR] and -Wl,-R linker paths.
16602      Branch: perl
16603            ! lib/ExtUtils/Liblist.pm
16604 ____________________________________________________________________________
16605 [ 13566] By: jhi                                   on 2001/12/09  20:55:32
16606         Log: Apply NetBSD patch-ae: another gcc sparc64 bug.
16607      Branch: perl
16608            ! regcomp.c
16609 ____________________________________________________________________________
16610 [ 13565] By: jhi                                   on 2001/12/09  20:50:57
16611         Log: Apply NetBSD patch-ad: a gcc sparc64 code generation bug.
16612      Branch: perl
16613            ! pp.c
16614 ____________________________________________________________________________
16615 [ 13564] By: jhi                                   on 2001/12/09  20:38:48
16616         Log: Apply NetBSD patch-ac.
16617              (the fix has already been done: change #9706, fully qualified
16618              pathnames in packlists)
16619      Branch: perl
16620            ! lib/ExtUtils/Install.pm
16621 ____________________________________________________________________________
16622 [ 13563] By: jhi                                   on 2001/12/09  20:32:52
16623         Log: Apply NetBSD patch-ab: NetBSD hints update.
16624      Branch: perl
16625            ! hints/netbsd.sh
16626 ____________________________________________________________________________
16627 [ 13562] By: jhi                                   on 2001/12/09  20:31:38
16628         Log: metaconfig unit changes for #13560.
16629      Branch: metaconfig/U/perl
16630            ! dlsrc.U i_ieeefp.U libperl.U
16631 ____________________________________________________________________________
16632 [ 13561] By: jhi                                   on 2001/12/09  20:31:14
16633         Log: NetBSD has <ieeefp.h> but hidden.
16634      Branch: perl
16635            ! hints/netbsd.sh
16636 ____________________________________________________________________________
16637 [ 13560] By: jhi                                   on 2001/12/09  20:29:35
16638         Log: Implement NetBSD patch-aa.
16639      Branch: perl
16640            ! Configure
16641 ____________________________________________________________________________
16642 [ 13559] By: jhi                                   on 2001/12/09  19:21:45
16643         Log: Subject: Re: [ID 20011206.006] File::Find calls lstat on wrong object before wanted()
16644              From: "Wolfgang Laun" <wolfgang.laun@chello.at>             
16645              Date: Sun, 09 Dec 2001 13:40:58 +0100
16646              Message-ID: <200112091340580550.008ED513@smtp.chello.at>
16647              
16648              (The lstat()s were there in 5.6.1: what happened to them?)
16649      Branch: perl
16650            ! lib/File/Find.pm
16651 ____________________________________________________________________________
16652 [ 13558] By: jhi                                   on 2001/12/09  19:04:23
16653         Log: Quickie documentation of the C UTF-8 API.
16654      Branch: perl
16655            ! pod/perlunicode.pod
16656 ____________________________________________________________________________
16657 [ 13557] By: jhi                                   on 2001/12/09  18:36:20
16658         Log: Subject: bleadperl on cygwin weirdness...
16659              From: "Gerrit P. Haase" <gp@familiehaase.de>
16660              Date: Sun, 9 Dec 2001 20:31:28 +0100
16661              Message-ID: <13779422183.20011209203128@familiehaase.de>          
16662              
16663              (plus libperl*.dll version portability tweaks)
16664      Branch: perl
16665            ! lib/ExtUtils/Embed.t
16666 ____________________________________________________________________________
16667 [ 13556] By: jhi                                   on 2001/12/09  18:21:46
16668         Log: Instead of muting symbol export error if under eval,
16669              delay the errors until the croak().
16670              
16671              (replaces #13408)
16672      Branch: perl
16673            ! lib/Exporter/Heavy.pm
16674 ____________________________________________________________________________
16675 [ 13555] By: jhi                                   on 2001/12/09  18:09:12
16676         Log: Basegroup 0 is a cygwin_nt thing.
16677      Branch: perl
16678            ! t/op/groups.t
16679 ____________________________________________________________________________
16680 [ 13554] By: jhi                                   on 2001/12/09  17:57:44
16681         Log: Also WinME is LoseLink.
16682      Branch: perl
16683            ! t/op/stat.t
16684 ____________________________________________________________________________
16685 [ 13553] By: jhi                                   on 2001/12/09  16:25:52
16686         Log: Forgotten checkin.
16687      Branch: perl
16688            ! lib/User/grent.t
16689 ____________________________________________________________________________
16690 [ 13552] By: jhi                                   on 2001/12/09  16:23:14
16691         Log: Subject: [PATCH] ID 20011206.007 File::Find:name set to empty string for "/"
16692              From: "Wolfgang Laun" <wolfgang.laun@chello.at>
16693              Date: Sun, 09 Dec 2001 13:45:06 +0100
16694              Message-ID: <200112091345060760.00929EA9@smtp.chello.at>
16695      Branch: perl
16696            ! lib/File/Find.pm
16697 ____________________________________________________________________________
16698 [ 13551] By: jhi                                   on 2001/12/09  16:18:20
16699         Log: Tweakback.
16700      Branch: perl
16701            ! lib/Net/hostent.t
16702 ____________________________________________________________________________
16703 [ 13550] By: jhi                                   on 2001/12/09  16:01:55
16704         Log: Subject: [PATCH lib/User/grent.t] More Cygwin98 group oddities
16705              From: Michael G Schwern <schwern@pobox.com>
16706              Date: Sat, 8 Dec 2001 14:48:38 -0500
16707              Message-ID: <20011208194838.GA8650@blackrider>
16708      Branch: perl
16709            ! t/op/grent.t
16710 ____________________________________________________________________________
16711 [ 13549] By: jhi                                   on 2001/12/09  15:40:28
16712         Log: Subject: [README.cygwin] Removing old expected test failures
16713              From: Michael G Schwern <schwern@pobox.com>
16714              Date: Sat, 8 Dec 2001 15:38:28 -0500
16715              Message-ID: <20011208203828.GB9017@blackrider>
16716      Branch: perl
16717            ! README.cygwin
16718 ____________________________________________________________________________
16719 [ 13548] By: jhi                                   on 2001/12/09  15:37:48
16720         Log: Subject: [PATCH lib/Net/hostent.t] Cleanup and Cygwin98 oddity
16721              From: Michael G Schwern <schwern@pobox.com>                
16722              Date: Sat, 8 Dec 2001 15:26:59 -0500
16723              Message-ID: <20011208202659.GA9017@blackrider> 
16724      Branch: perl
16725            ! lib/Net/hostent.t
16726 ____________________________________________________________________________
16727 [ 13547] By: jhi                                   on 2001/12/09  15:33:43
16728         Log: Subject: [PATCH t/op/stat.t] Cygwin98 fakes hard links
16729              From: Michael G Schwern <schwern@pobox.com> 
16730              Date: Sat, 8 Dec 2001 15:06:16 -0500
16731              Message-ID: <20011208200616.GA8915@blackrider>
16732      Branch: perl
16733            ! t/op/stat.t
16734 ____________________________________________________________________________
16735 [ 13546] By: jhi                                   on 2001/12/09  15:31:19
16736         Log: Developer deprecations and an incompatibility.
16737      Branch: perl
16738            ! pod/perldelta.pod pod/perlmodlib.pod pod/perltoc.pod
16739 ____________________________________________________________________________
16740 [ 13545] By: jhi                                   on 2001/12/09  15:27:14
16741         Log: Shoo.
16742      Branch: perl
16743            - lib/Attribute/Handlers.pm
16744 ____________________________________________________________________________
16745 [ 13544] By: jhi                                   on 2001/12/09  15:20:08
16746         Log: Remove Attribute::Handlers, as per Damian's request.
16747              (Because of fixing the my variables to be now handled
16748              in run-time, the whole internals of the A::H needs to
16749              be rewritten and Damian will not have time for that
16750              for months.)
16751      Branch: perl
16752            - lib/Attribute/Handlers/Changes lib/Attribute/Handlers/README
16753            - lib/Attribute/Handlers/demo/Demo.pm
16754            - lib/Attribute/Handlers/demo/Descriptions.pm
16755            - lib/Attribute/Handlers/demo/MyClass.pm
16756            - lib/Attribute/Handlers/demo/demo.pl
16757            - lib/Attribute/Handlers/demo/demo2.pl
16758            - lib/Attribute/Handlers/demo/demo3.pl
16759            - lib/Attribute/Handlers/demo/demo4.pl
16760            - lib/Attribute/Handlers/demo/demo_call.pl
16761            - lib/Attribute/Handlers/demo/demo_chain.pl
16762            - lib/Attribute/Handlers/demo/demo_cycle.pl
16763            - lib/Attribute/Handlers/demo/demo_hashdir.pl
16764            - lib/Attribute/Handlers/demo/demo_phases.pl
16765            - lib/Attribute/Handlers/demo/demo_range.pl
16766            - lib/Attribute/Handlers/demo/demo_rawdata.pl
16767            - lib/Attribute/Handlers/t/multi.t
16768            ! MANIFEST lib/Attribute/Handlers.pm pod/perldelta.pod
16769            ! pod/perlmodlib.pod pod/perltoc.pod
16770 ____________________________________________________________________________
16771 [ 13543] By: jhi                                   on 2001/12/09  15:00:50
16772         Log: Subject: Re: attributes are broken
16773              From: Spider Boardman <spider@Orb.Nashua.NH.US>
16774              Date: Sun, 09 Dec 2001 00:09:23 -0500
16775              Message-Id: <200112090509.AAA02053@Orb.Nashua.NH.US>              
16776      Branch: perl
16777            ! dump.c embed.h embed.pl lib/attributes.pm op.c op.h
16778            ! pod/perldelta.pod pod/perltoc.pod proto.h t/op/attrs.t
16779            ! xsutils.c
16780 ____________________________________________________________________________
16781 [ 13542] By: jhi                                   on 2001/12/09  14:49:46
16782         Log: Forgotten checkin.
16783      Branch: perl
16784            ! lib/Pod/Text.pm
16785 ____________________________________________________________________________
16786 [ 13541] By: jhi                                   on 2001/12/09  14:48:15
16787         Log: uconfig.h update.
16788      Branch: perl
16789            ! uconfig.h
16790 ____________________________________________________________________________
16791 [ 13540] By: jhi                                   on 2001/12/08  18:39:51
16792         Log: Update Changes.
16793      Branch: perl
16794            ! Changes patchlevel.h
16795 ____________________________________________________________________________
16796 [ 13539] By: jhi                                   on 2001/12/08  18:28:02
16797         Log: Note that some of the Unicode features are
16798              dependent on perlio.
16799      Branch: perl
16800            ! pod/perluniintro.pod
16801 ____________________________________________________________________________
16802 [ 13538] By: jhi                                   on 2001/12/08  17:53:00
16803         Log: Regen perlapi, regen toc.
16804      Branch: perl
16805            ! pod/perlapi.pod pod/perltoc.pod
16806 ____________________________________________________________________________
16807 [ 13537] By: jhi                                   on 2001/12/08  17:44:48
16808         Log: FAQ sync.
16809      Branch: perl
16810            ! pod/perlfaq4.pod pod/perlfaq6.pod
16811 ____________________________________________________________________________
16812 [ 13536] By: jhi                                   on 2001/12/08  17:37:53
16813         Log: Subject: [PATCH] Fix odd language in an sv.c comment
16814              From: coral@eekeek.org
16815              Date: Sat, 8 Dec 2001 12:19:39 -0500
16816              Message-Id: <200112081719.fB8HJdZ14747@eekeek.org>
16817      Branch: perl
16818            ! sv.c
16819 ____________________________________________________________________________
16820 [ 13535] By: jhi                                   on 2001/12/08  15:29:18
16821         Log: Subject: [PATCH lib/vmsish.t] Small test name abuse.
16822              From: Michael G Schwern <schwern@pobox.com>
16823              Date: Fri, 7 Dec 2001 20:03:45 -0500
16824              Message-ID: <20011208010345.GD642@blackrider>
16825              
16826              Subject: [PATCH vms/test.com] Goodbye frightening echo kludge!
16827              From: Michael G Schwern <schwern@pobox.com>
16828              Date: Fri, 7 Dec 2001 20:13:54 -0500
16829              Message-ID: <20011208011354.GE642@blackrider>
16830              
16831              Subject: [PATCH t/io/pipe.t t/test.pl] Cleanup & $NO_ENDING
16832              From: Michael G Schwern <schwern@pobox.com>
16833              Date: Fri, 7 Dec 2001 21:47:36 -0500
16834              Message-ID: <20011208024736.GH642@blackrider>
16835              
16836              Subject: [PATCH t/op/exec.t] Piping and newline on pipe tests
16837              From: Michael G Schwern <schwern@pobox.com>
16838              Date: Fri, 7 Dec 2001 23:09:43 -0500
16839              Message-ID: <20011208040943.GK642@blackrider>
16840              
16841              Subject: [PATCH] vms/test.com -- skip tty tests when not interactive
16842              Message-Id: <a05101004b83754903506@[172.16.52.1]>
16843              Date: Fri, 7 Dec 2001 23:28:15 -0600
16844              From: "Craig A. Berry" <craigberry@mac.com>
16845      Branch: perl
16846            ! lib/vmsish.t t/io/pipe.t t/op/exec.t t/test.pl vms/test.com
16847 ____________________________________________________________________________
16848 [ 13534] By: jhi                                   on 2001/12/08  15:16:14
16849         Log: Integrate perlio.
16850      Branch: perl
16851           !> doio.c lib/Exporter/Heavy.pm lib/open.t op.c perlio.c
16852           !> perliol.h pod/perlfunc.pod pod/perltoc.pod pp.c
16853 ____________________________________________________________________________
16854 [ 13533] By: jhi                                   on 2001/12/08  15:13:39
16855         Log: Retract #11156 since Sarathy has found that it breaks code:
16856              http://bugs.ActiveState.com/show_bug.cgi?id=18457
16857              http://bugs.ActiveState.com/show_bug.cgi?id=18858
16858      Branch: perl
16859            ! op.c sv.c t/op/pos.t
16860 ____________________________________________________________________________
16861 [ 13532] By: nick                                  on 2001/12/08  14:11:12
16862         Log: Integrate mainline
16863      Branch: perlio
16864           !> Changes doop.c patchlevel.h pod/perluniintro.pod t/op/chop.t
16865           !> t/op/magic.t t/op/stat.t t/run/switches.t t/test.pl
16866 ____________________________________________________________________________
16867 [ 13531] By: nick                                  on 2001/12/08  13:48:21
16868         Log: Tweak multi-arg open error messages
16869      Branch: perlio
16870            ! perlio.c
16871 ____________________________________________________________________________
16872 [ 13530] By: nick                                  on 2001/12/08  10:20:06
16873         Log: Allow multi-arg open() if opening layer declares this legal.
16874      Branch: perlio
16875            ! doio.c perlio.c perliol.h
16876 ____________________________________________________________________________
16877 [ 13529] By: jhi                                   on 2001/12/07  23:48:58
16878         Log: Subject: [PATCH t/run/switches.t] Declaring mostly TODO
16879              From: Michael G Schwern <schwern@pobox.com>       
16880              Date: Fri, 7 Dec 2001 19:41:31 -0500
16881              Message-ID: <20011208004131.GC642@blackrider>
16882      Branch: perl
16883            ! t/run/switches.t t/test.pl
16884 ____________________________________________________________________________
16885 [ 13528] By: jhi                                   on 2001/12/07  23:47:26
16886         Log: Subject: [PATCH t/op/stat.t] Declaring -t STDIN w/pipe TODO
16887              From: Michael G Schwern <schwern@pobox.com>       
16888              Date: Fri, 7 Dec 2001 19:12:44 -0500
16889              Message-ID: <20011208001244.GB642@blackrider>
16890      Branch: perl
16891            ! t/op/stat.t
16892 ____________________________________________________________________________
16893 [ 13527] By: jhi                                   on 2001/12/07  22:31:22
16894         Log: Subject: [PATCH t/op/magic.t] Puut... The TODO... Beck!
16895              From: Michael G Schwern <schwern@pobox.com>
16896              Date: Fri, 7 Dec 2001 17:28:57 -0500
16897              Message-ID: <20011207222857.GI23210@blackrider>
16898      Branch: perl
16899            ! t/op/magic.t
16900 ____________________________________________________________________________
16901 [ 13526] By: jhi                                   on 2001/12/07  22:27:46
16902         Log: which_perl: if File::Spec fails, assume "./" and hope for the best.
16903      Branch: perl
16904            ! t/test.pl
16905 ____________________________________________________________________________
16906 [ 13525] By: jhi                                   on 2001/12/07  22:21:25
16907         Log: which_perl: delay as much a possible till runtime.
16908      Branch: perl
16909            ! t/test.pl
16910 ____________________________________________________________________________
16911 [ 13524] By: jhi                                   on 2001/12/07  21:58:15
16912         Log: Further tweakage to which_perl().
16913      Branch: perl
16914            ! t/test.pl
16915 ____________________________________________________________________________
16916 [ 13523] By: jhi                                   on 2001/12/07  21:57:30
16917         Log: perluniintro tweaks.
16918      Branch: perl
16919            ! pod/perluniintro.pod
16920 ____________________________________________________________________________
16921 [ 13522] By: jhi                                   on 2001/12/07  21:01:02
16922         Log: Tweak the $Perl computation.
16923      Branch: perl
16924            ! t/test.pl
16925 ____________________________________________________________________________
16926 [ 13521] By: jhi                                   on 2001/12/07  17:27:02
16927         Log: Subject: Re: [PATCH] chom?p needs to remove read only fakery
16928              From: Nicholas Clark <nick@ccl4.org>
16929              Date: Fri, 7 Dec 2001 17:06:56 +0000
16930              Message-ID: <20011207170656.G21702@plum.flirble.org>
16931      Branch: perl
16932            ! doop.c t/op/chop.t
16933 ____________________________________________________________________________
16934 [ 13520] By: jhi                                   on 2001/12/07  15:55:34
16935         Log: Update Changes.
16936      Branch: perl
16937            ! Changes patchlevel.h
16938 ____________________________________________________________________________
16939 [ 13519] By: jhi                                   on 2001/12/07  15:32:58
16940         Log: Missing ).
16941      Branch: perl
16942            ! t/test.pl
16943 ____________________________________________________________________________
16944 [ 13518] By: jhi                                   on 2001/12/07  15:24:32
16945         Log: Allow several arguments to display().
16946      Branch: perl
16947            ! t/test.pl
16948 ____________________________________________________________________________
16949 [ 13517] By: jhi                                   on 2001/12/07  15:19:20
16950         Log: /dev/stdout could be either a character special file
16951              or a named pipe, so let's pretend it doesn't exist.
16952      Branch: perl
16953            ! t/op/stat.t
16954 ____________________________________________________________________________
16955 [ 13516] By: nick                                  on 2001/12/07  15:09:23
16956         Log: Integrate again - can I catch up ?
16957      Branch: perlio
16958           !> t/test.pl
16959 ____________________________________________________________________________
16960 [ 13515] By: nick                                  on 2001/12/07  15:08:17
16961         Log: Integrate mainline some more
16962      Branch: perlio
16963           !> README.hpux hints/linux.sh pod/perlfunc.pod
16964 ____________________________________________________________________________
16965 [ 13514] By: nick                                  on 2001/12/07  15:07:15
16966         Log: Integrate mainline
16967      Branch: perlio
16968           +> djgpp/djgpp.h ext/Devel/PPPort/Changes
16969           +> ext/Devel/PPPort/PPPort.xs ext/Devel/PPPort/module2.c
16970           +> ext/Devel/PPPort/module3.c ext/Devel/PPPort/t/test.t
16971           +> hints/super-ux.sh lib/File/Spec/t/Functions.t
16972           +> lib/File/Spec/t/Spec.t lib/File/Spec/t/rel2abs2rel.t
16973           +> lib/Math/BigInt/t/bare_mbi.t pod/perl561delta.pod
16974           +> t/lib/Math/BigInt/BareCalc.pm
16975            - ext/Devel/PPPort/harness/Harness.pm
16976            - ext/Devel/PPPort/harness/Harness.xs
16977            - ext/Devel/PPPort/harness/Makefile.PL
16978            - ext/Devel/PPPort/harness/module2.c
16979            - ext/Devel/PPPort/harness/module3.c
16980            - ext/Devel/PPPort/harness/t/test.t lib/File/Spec.t
16981            - lib/File/Spec/Functions.t
16982           !> (integrate 103 files)
16983 ____________________________________________________________________________
16984 [ 13513] By: jhi                                   on 2001/12/07  14:58:06
16985         Log: Add display() for displaying icky scalars.
16986      Branch: perl
16987            ! t/test.pl
16988 ____________________________________________________________________________
16989 [ 13511] By: jhi                                   on 2001/12/07  14:40:58
16990         Log: Subject: [ID 20011207.001] documentation bug for waitpid
16991              From: Jan-Pieter Cornet <john@pc.xs4all.nl>
16992              Date: Fri, 7 Dec 2001 12:44:56 +0100
16993              Message-Id: <200112071144.MAA12790@pc.xs4all.nl>
16994      Branch: perl
16995            ! pod/perlfunc.pod
16996 ____________________________________________________________________________
16997 [ 13510] By: jhi                                   on 2001/12/07  14:38:39
16998         Log: gcc version matching didn't.
16999      Branch: perl
17000            ! hints/linux.sh
17001 ____________________________________________________________________________
17002 [ 13509] By: jhi                                   on 2001/12/07  14:21:33
17003         Log: Subject: HP renamed their servers              
17004              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
17005              Date: Fri, 07 Dec 2001 12:07:22 +0100
17006              Message-Id: <20011207120501.E16F.H.M.BRAND@hccnet.nl>
17007      Branch: perl
17008            ! README.hpux
17009 ____________________________________________________________________________
17010 [ 13508] By: jhi                                   on 2001/12/07  14:01:41
17011         Log: Subject: Re: [patch pod/perlport.pod] wrong escape
17012              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
17013              Date: Fri, 7 Dec 2001 00:24:55 -0500
17014              Message-ID: <20011207002455.D529632@linguist.thayer.dartmouth.edu>
17015      Branch: perl
17016            ! pod/perlport.pod
17017 ____________________________________________________________________________
17018 [ 13507] By: jhi                                   on 2001/12/07  03:07:03
17019         Log: Subject: [PATCH t/op/exec.t t/base/lex.t] Test For Echo, take 2
17020              From: Michael G Schwern <schwern@pobox.com> 
17021              Date: Thu, 6 Dec 2001 22:56:34 -0500
17022              Message-ID: <20011207035634.GO22648@blackrider>
17023      Branch: perl
17024            ! t/base/lex.t t/op/exec.t
17025 ____________________________________________________________________________
17026 [ 13506] By: jhi                                   on 2001/12/07  03:05:38
17027         Log: Subject: [PATCH t/test.pl ...] which_perl for safer $^Xing
17028              From: Michael G Schwern <schwern@pobox.com>
17029              Date: Thu, 6 Dec 2001 22:45:44 -0500
17030              Message-ID: <20011207034544.GN22648@blackrider>
17031              
17032              (plus op/ref tweak)
17033      Branch: perl
17034            ! t/comp/script.t t/io/open.t t/op/ref.t t/op/stat.t
17035            ! t/run/kill_perl.t t/test.pl
17036 ____________________________________________________________________________
17037 [ 13505] By: jhi                                   on 2001/12/07  01:30:25
17038         Log: Upgrade to Math::BigInt 1.48.
17039      Branch: perl
17040            + lib/Math/BigInt/t/bare_mbi.t t/lib/Math/BigInt/BareCalc.pm
17041            ! MANIFEST lib/Math/BigFloat.pm lib/Math/BigInt.pm
17042            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bigfltpm.inc
17043            ! lib/Math/BigInt/t/bigfltpm.t lib/Math/BigInt/t/bigintc.t
17044            ! lib/Math/BigInt/t/bigintpm.inc lib/Math/BigInt/t/bigintpm.t
17045            ! lib/Math/BigInt/t/sub_mbf.t lib/Math/BigInt/t/sub_mbi.t
17046            ! t/lib/Math/BigFloat/Subclass.pm t/lib/Math/BigInt/Subclass.pm
17047 ____________________________________________________________________________
17048 [ 13504] By: jhi                                   on 2001/12/07  00:56:58
17049         Log: Mention also perl56delta in case someone is upgrading from
17050              Perl 5.005_03.
17051      Branch: perl
17052            ! pod/perldelta.pod
17053 ____________________________________________________________________________
17054 [ 13503] By: jhi                                   on 2001/12/07  00:46:55
17055         Log: Subject: [PATCH t/base/lex.t, term.t] Purging echo from base tests
17056              From: Michael G Schwern <schwern@pobox.com>
17057              Date: Thu, 6 Dec 2001 15:15:28 -0500
17058              Message-ID: <20011206201528.GF16414@blackrider>
17059              
17060              (just the term.t, not the lex.t)
17061              
17062              Subject: [PATCH t/comp/script.t] Elimininating needless logic, runs from t/ now
17063              From: Michael G Schwern <schwern@pobox.com>
17064              Date: Thu, 6 Dec 2001 15:22:22 -0500
17065              Message-ID: <20011206202222.GG16414@blackrider>
17066              
17067              Subject: [PATCH t/run/kill_perl.t] Eliminationg needless $^X logic
17068              From: Michael G Schwern <schwern@pobox.com>
17069              Date: Thu, 6 Dec 2001 15:31:58 -0500
17070              Message-ID: <20011206203158.GI16414@blackrider>
17071              
17072              Subject: [PATCH t/io/open.t t/test.pl] Cleanup and echo purge
17073              From: Michael G Schwern <schwern@pobox.com>
17074              Date: Thu, 6 Dec 2001 17:38:55 -0500
17075              Message-ID: <20011206223855.GC22648@blackrider>
17076      Branch: perl
17077            ! t/base/term.t t/comp/script.t t/io/open.t t/run/kill_perl.t
17078            ! t/test.pl
17079 ____________________________________________________________________________
17080 [ 13502] By: jhi                                   on 2001/12/06  22:15:49
17081         Log: Update the thr5005 situation.
17082      Branch: perl
17083            ! pod/perldelta.pod
17084 ____________________________________________________________________________
17085 [ 13501] By: jhi                                   on 2001/12/06  22:06:28
17086         Log: perldelta borrowings from perl561delta.
17087      Branch: perl
17088            ! pod/perldelta.pod
17089 ____________________________________________________________________________
17090 [ 13500] By: jhi                                   on 2001/12/06  21:21:59
17091         Log: Add the 5.6.1 perldelta as perl561delta.
17092              (Makes it easier to steal stuff for perldelta :-)
17093      Branch: perl
17094            + pod/perl561delta.pod
17095            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
17096 ____________________________________________________________________________
17097 [ 13499] By: jhi                                   on 2001/12/06  20:46:04
17098         Log: Retract #13496 for now.
17099      Branch: perl
17100            ! t/base/lex.t t/base/term.t
17101 ____________________________________________________________________________
17102 [ 13498] By: jhi                                   on 2001/12/06  20:16:04
17103         Log: Subject: [PATCH per@13492] (was Re: [PATCH perl@13462]] VMS-only File::Spec->canonpath fix)
17104              From: "Craig A. Berry" <craigberry@mac.com>
17105              Date: Thu, 6 Dec 2001 14:54:36 -0600
17106              Message-Id: <a05101000b8358a58eb28@[172.16.52.1]>
17107      Branch: perl
17108            ! vms/ext/filespec.t
17109 ____________________________________________________________________________
17110 [ 13496] By: jhi                                   on 2001/12/06  19:47:53
17111         Log: (retracted by #13499)
17112              
17113              Subject: [PATCH t/base/lex.t, term.t] Purging echo from base tests
17114              From: Michael G Schwern <schwern@pobox.com>
17115              Date: Thu, 6 Dec 2001 15:15:28 -0500
17116              Message-ID: <20011206201528.GF16414@blackrider>
17117      Branch: perl
17118            ! t/base/lex.t t/base/term.t
17119 ____________________________________________________________________________
17120 [ 13495] By: jhi                                   on 2001/12/06  17:56:15
17121         Log: Subject: [PATCH t/op/stat.t] VMS has no link count
17122              From: Michael G Schwern <schwern@pobox.com>
17123              Date: Thu, 6 Dec 2001 13:54:48 -0500
17124              Message-ID: <20011206185448.GC16414@blackrider>
17125      Branch: perl
17126            ! t/op/stat.t
17127 ____________________________________________________________________________
17128 [ 13494] By: jhi                                   on 2001/12/06  17:54:14
17129         Log: The #4 has nothing to do with Unicode.
17130      Branch: perl
17131            ! t/op/tr.t
17132 ____________________________________________________________________________
17133 [ 13493] By: jhi                                   on 2001/12/06  17:52:43
17134         Log: Subject: [PATCH t/op/tr.t] Cleanup and more counting tests
17135              From: Michael G Schwern <schwern@pobox.com>
17136              Date: Thu, 6 Dec 2001 13:45:48 -0500
17137              Message-ID: <20011206184548.GB16414@blackrider>
17138      Branch: perl
17139            ! t/op/tr.t
17140 ____________________________________________________________________________
17141 [ 13492] By: jhi                                   on 2001/12/06  15:47:08
17142         Log: Update Changes.
17143      Branch: perl
17144            ! Changes patchlevel.h
17145 ____________________________________________________________________________
17146 [ 13491] By: jhi                                   on 2001/12/06  15:43:22
17147         Log: Subject: [PATCH Perl@13462, on top of prev. multiplicity patch] MY_RAND workaround update
17148              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
17149              Date: Thu, 6 Dec 2001 11:41:25 EST
17150              Message-Id: <011206114105.67cab@DUPHY4.Physics.Drexel.Edu>
17151      Branch: perl
17152            ! vms/vms.c vms/vmsish.h
17153 ____________________________________________________________________________
17154 [ 13490] By: jhi                                   on 2001/12/06  15:08:40
17155         Log: Subject: [PATCH] Re: weirdness in regexps
17156              From: Robin Houston <robin@kitsite.com> 
17157              Date: Thu, 6 Dec 2001 14:44:01 +0000
17158              Message-ID: <20011206144401.A27752@puffinry.freeserve.co.uk>
17159      Branch: perl
17160            ! op.c t/lib/strict/subs
17161 ____________________________________________________________________________
17162 [ 13489] By: jhi                                   on 2001/12/06  15:07:18
17163         Log: Make the -b -c -S tests count all of the /dev, not just
17164              check the first one, as suggested by Benjamin Goldberg.
17165      Branch: perl
17166            ! t/op/stat.t
17167 ____________________________________________________________________________
17168 [ 13488] By: jhi                                   on 2001/12/06  14:41:02
17169         Log: Subject: Re: [PATCH: bleadperl] casefold backref
17170              From: "Jeff 'japhy' Pinyan" <jeffp@crusoe.net>
17171              Date: Thu, 6 Dec 2001 10:39:45 -0500 (EST) 
17172              Message-ID: <Pine.GSO.4.21.0112061038490.14590-100000@crusoe.crusoe.net>
17173      Branch: perl
17174            ! regexec.c
17175 ____________________________________________________________________________
17176 [ 13487] By: jhi                                   on 2001/12/06  14:30:45
17177         Log: Nits noticed by Philip Newton, and de-tab DB.t.
17178      Branch: perl
17179            ! lib/DB.t
17180 ____________________________________________________________________________
17181 [ 13486] By: jhi                                   on 2001/12/06  14:23:06
17182         Log: Subject: [PATCH] Re: counting tr thinks it's modifying 
17183              From: rgarciasuarez@free.fr (Rafael Garcia-Suarez)
17184              Date: 6 Dec 2001 11:06:01 -0000
17185              Message-Id: <slrna0ukap.kbt.rgarciasuarez@rafael.kazibao.net>
17186      Branch: perl
17187            ! op.c t/op/tr.t
17188 ____________________________________________________________________________
17189 [ 13485] By: jhi                                   on 2001/12/06  14:07:54
17190         Log: Subject: [PATCH: bleadperl] casefold backref
17191              From: Hugo van der Sanden <hv@crypt.compulink.co.uk> 
17192              Date: Wed, 05 Dec 2001 17:27:05 +0000
17193              Message-Id: <200112051727.fB5HR5422706@crypt.compulink.co.uk> 
17194      Branch: perl
17195            ! regexec.c t/op/re_tests
17196 ____________________________________________________________________________
17197 [ 13484] By: jhi                                   on 2001/12/06  03:04:18
17198         Log: Subject: [PATCH Perl@13440] MULTIPLICITY fixups               
17199              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
17200              Date: Wed, 5 Dec 2001 22:34:53 EST
17201              Message-Id: <011205223453.8122e@DUPHY4.Physics.Drexel.Edu>
17202      Branch: perl
17203            ! mg.c vms/vms.c vms/vmsish.h
17204 ____________________________________________________________________________
17205 [ 13483] By: jhi                                   on 2001/12/06  02:59:40
17206         Log: Subject: [PATCH lib/File/Spec* MANIFEST] Better abs2rel/rel2abs/canonpath tests
17207              From: Michael G Schwern <schwern@pobox.com>
17208              Date: Wed, 5 Dec 2001 19:52:58 -0500
17209              Message-ID: <20011205195257.A903@blackrider>
17210      Branch: perl
17211            + lib/File/Spec/t/Functions.t lib/File/Spec/t/Spec.t
17212            + lib/File/Spec/t/rel2abs2rel.t
17213            - lib/File/Spec.t lib/File/Spec/Functions.t
17214            ! MANIFEST
17215 ____________________________________________________________________________
17216 [ 13482] By: jhi                                   on 2001/12/06  02:48:27
17217         Log: Subject: Re: Silly stat() portability questions                
17218              From: Benjamin Goldberg <goldbb2@earthlink.net>
17219              Date: Wed, 05 Dec 2001 22:52:35 -0500
17220              Message-ID: <3C0EEB83.8CE93CA2@earthlink.net>
17221      Branch: perl
17222            ! pod/perlport.pod
17223 ____________________________________________________________________________
17224 [ 13481] By: jhi                                   on 2001/12/06  02:39:43
17225         Log: Subject: [PATCH perl@13462]] VMS-only File::Spec->canonpath fix
17226              From: "Craig A. Berry" <craigberry@mac.com>
17227              Date: Wed, 05 Dec 2001 16:41:59 -0600
17228              Message-Id: <5.1.0.14.2.20011205160043.02160e90@exchi01>
17229      Branch: perl
17230            ! README.vms configure.com lib/File/Spec/VMS.pm
17231            ! vms/ext/filespec.t
17232 ____________________________________________________________________________
17233 [ 13480] By: jhi                                   on 2001/12/05  19:53:05
17234         Log: $apply->('club', $glibc_maintainers);
17235              
17236              (Nick Clark just reported that <langinfo.h> YESSTR
17237              is an empty string in Linux 2.4.16-rmk glibc 2.2.4-5)
17238      Branch: perl
17239            ! ext/I18N/Langinfo/Langinfo.t
17240 ____________________________________________________________________________
17241 [ 13479] By: jhi                                   on 2001/12/05  19:49:16
17242         Log: Admonish against assuming A^HUNIX fs/uid/gid semantics.
17243      Branch: perl
17244            ! pod/perlport.pod
17245 ____________________________________________________________________________
17246 [ 13478] By: gsar                                  on 2001/12/05  18:22:38
17247         Log: tweak change#13474 (pad entries can apparently be null in some
17248              situations)
17249      Branch: maint-5.6/perl
17250            ! op.c
17251 ____________________________________________________________________________
17252 [ 13477] By: jhi                                   on 2001/12/05  17:53:13
17253         Log: Restore the /dev -b -c -S part of the test.
17254      Branch: perl
17255            ! t/op/stat.t
17256 ____________________________________________________________________________
17257 [ 13476] By: jhi                                   on 2001/12/05  17:29:36
17258         Log: Retract #13475 until Arthur gets back to the mine.
17259      Branch: perl
17260            ! op.c t/run/kill_perl.t
17261 ____________________________________________________________________________
17262 [ 13475] By: jhi                                   on 2001/12/05  17:07:00
17263         Log: (retracted by #13476)
17264              
17265              Manually apply #13474; fixes stale reference to dead
17266              CvOUTSIDE(); this can happen when anonymous subroutines
17267              that aren't closures are returned from an eval""
17268              
17269              (threads/shared/sv_refs.t is coredump-unhappy about this change)
17270      Branch: perl
17271            ! op.c t/run/kill_perl.t
17272 ____________________________________________________________________________
17273 [ 13474] By: gsar                                  on 2001/12/05  15:14:24
17274         Log: replacement for change#10451
17275              
17276              fixes stale reference to dead CvOUTSIDE(); this can happen when
17277              anonymous subroutines that aren't closures are returned from an
17278              eval""
17279      Branch: maint-5.6/perl
17280            ! op.c t/op/misc.t
17281 ____________________________________________________________________________
17282 [ 13473] By: gsar                                  on 2001/12/05  15:08:18
17283         Log: revert change#10451,10472; it was a naive fix that simply
17284              reintroduced the memory leak!
17285      Branch: maint-5.6/perl
17286            ! op.c t/op/misc.t
17287 ____________________________________________________________________________
17288 [ 13472] By: jhi                                   on 2001/12/05  13:30:47
17289         Log: Subject: Re: [PATCH] File::Basename pod and .t (was: perlpacktut.pod v0.0 (split))
17290              From: Wolfgang Laun <Wolfgang.Laun@alcatel.at>
17291              Date: Wed, 05 Dec 2001 10:49:20 +0100
17292              Message-ID: <3C0DEDA0.C58A8A9E@alcatel.at>
17293      Branch: perl
17294            ! lib/File/Basename.pm lib/File/Basename.t
17295 ____________________________________________________________________________
17296 [ 13471] By: jhi                                   on 2001/12/05  13:22:50
17297         Log: Subject: [PATCH t/op/magic.t] Removing a TODO
17298              From: Michael G Schwern <schwern@pobox.com> 
17299              Date: Wed, 5 Dec 2001 02:47:59 -0500
17300              Message-ID: <20011205024759.H14333@blackrider>
17301      Branch: perl
17302            ! t/op/magic.t
17303 ____________________________________________________________________________
17304 [ 13470] By: jhi                                   on 2001/12/05  13:21:09
17305         Log: Subject: [PATCH t/op/stat.t vms/test.com] stat.t portability, the LAST VMS exception!
17306              From: Michael G Schwern <schwern@pobox.com>              
17307              Date: Wed, 5 Dec 2001 02:22:05 -0500
17308              Message-ID: <20011205022205.F14333@blackrider>
17309      Branch: perl
17310            ! t/op/stat.t vms/test.com
17311 ____________________________________________________________________________
17312 [ 13469] By: jhi                                   on 2001/12/05  03:44:59
17313         Log: Subject: Re: [PATCH t/op/stat.t t/test.pl] stat.t cleanup, first pass
17314              From: Michael G Schwern <schwern@pobox.com> 
17315              Date: Tue, 4 Dec 2001 23:40:10 -0500
17316              Message-ID: <20011204234010.B14333@blackrider>
17317      Branch: perl
17318            ! t/op/stat.t
17319 ____________________________________________________________________________
17320 [ 13468] By: jhi                                   on 2001/12/05  01:37:04
17321         Log: Subject: [PATCH t/op/stat.t t/test.pl] stat.t cleanup, first pass
17322              From: Michael G Schwern <schwern@pobox.com> 
17323              Date: Tue, 4 Dec 2001 21:09:18 -0500           
17324              Message-ID: <20011204210918.D13279@blackrider>
17325              
17326              t/test.
17327      Branch: perl
17328            ! t/test.pl
17329 ____________________________________________________________________________
17330 [ 13467] By: jhi                                   on 2001/12/05  01:36:44
17331         Log: (accidentally empty check-in)
17332      Branch: perl
17333            ! t/op/stat.t
17334 ____________________________________________________________________________
17335 [ 13466] By: jhi                                   on 2001/12/04  22:51:19
17336         Log: Subject: [PATCH] $., $%, $=, and $- are IV's now
17337              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
17338              Date: Tue, 04 Dec 2001 23:40:27 +0100
17339              Message-Id: <20011204233412.304B.H.M.BRAND@hccnet.nl>
17340      Branch: perl
17341            ! mg.c
17342 ____________________________________________________________________________
17343 [ 13465] By: jhi                                   on 2001/12/04  22:50:26
17344         Log: Subject: [PATCH] minor pod fix in Safe.pm
17345              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
17346              Date: Tue, 4 Dec 2001 22:02:34 +0100
17347              Message-ID: <20011204220234.A17293@rafael>
17348      Branch: perl
17349            ! ext/Opcode/Safe.pm
17350 ____________________________________________________________________________
17351 [ 13464] By: jhi                                   on 2001/12/04  22:47:43
17352         Log: CRLF GRRR.
17353      Branch: perl
17354            ! djgpp/configure.bat
17355 ____________________________________________________________________________
17356 [ 13463] By: jhi                                   on 2001/12/04  22:46:28
17357         Log: DJGPP fixes from Laszlo Molnar.
17358      Branch: perl
17359            ! djgpp/configure.bat djgpp/djgpp.h
17360 ____________________________________________________________________________
17361 [ 13462] By: jhi                                   on 2001/12/04  14:56:22
17362         Log: Update Changes.
17363      Branch: perl
17364            ! Changes patchlevel.h
17365 ____________________________________________________________________________
17366 [ 13461] By: jhi                                   on 2001/12/04  14:49:45
17367         Log: Must wipe out the memory of real Socket before starting
17368              to use the new fake one.
17369      Branch: perl
17370            ! lib/Net/t/config.t
17371 ____________________________________________________________________________
17372 [ 13460] By: jhi                                   on 2001/12/04  14:40:28
17373         Log: LC_ALL might trump LANG.
17374      Branch: perl
17375            ! lib/open.t
17376 ____________________________________________________________________________
17377 [ 13459] By: jhi                                   on 2001/12/04  14:39:38
17378         Log: Make the eval runtime.
17379      Branch: perl
17380            ! lib/open.pm
17381 ____________________________________________________________________________
17382 [ 13458] By: jhi                                   on 2001/12/04  14:08:17
17383         Log: Make the Langinfo test both more lenient (allow
17384              for any symbol not to exists) and stricter (add
17385              more symbols).
17386      Branch: perl
17387            ! ext/I18N/Langinfo/Langinfo.t
17388 ____________________________________________________________________________
17389 [ 13457] By: gsar                                  on 2001/12/04  14:07:01
17390         Log: integrate change#13453 from maint-5.6
17391              
17392              tweak change#11399 to use an explicit flag rather than
17393              ass_u_ming w32_pseudo_id will only be zero for the real
17394              toplevel interpreter; avoids multiple hosts from diddling
17395              the environment at the same time
17396      Branch: perl
17397           !> win32/perlhost.h
17398 ____________________________________________________________________________
17399 [ 13456] By: jhi                                   on 2001/12/04  13:35:58
17400         Log: Subject: [PATCH] VMS update for perldelta.pod
17401              From: "Craig A. Berry" <craigberry@mac.com> 
17402              Date: Tue, 4 Dec 2001 00:23:12 -0600
17403              Message-Id: <a05101002b83218be190d@[172.16.52.1]>
17404      Branch: perl
17405            ! pod/perldelta.pod
17406 ____________________________________________________________________________
17407 [ 13455] By: jhi                                   on 2001/12/04  13:23:19
17408         Log: NetWare tweak from Ananth Kesari.
17409      Branch: perl
17410            ! NetWare/Makefile
17411 ____________________________________________________________________________
17412 [ 13454] By: jhi                                   on 2001/12/04  13:17:38
17413         Log: Upgrade to Net::Ping 2.07, from Rob Brown.
17414              Not adding the test suite because of its many assumptions.
17415      Branch: perl
17416            ! lib/Net/Ping.pm
17417 ____________________________________________________________________________
17418 [ 13453] By: gsar                                  on 2001/12/04  07:54:58
17419         Log: tweak change#11399 to use an explicit flag rather than
17420              ass_u_ming w32_pseudo_id will only be zero for the real
17421              toplevel interpreter; avoids multiple hosts from diddling
17422              the environment at the same time
17423      Branch: maint-5.6/perl
17424            ! win32/perlhost.h
17425 ____________________________________________________________________________
17426 [ 13452] By: jhi                                   on 2001/12/04  04:28:29
17427         Log: Add hints file for SUPER-UX: the UNIX of NEC SX series,
17428              from Len Makin.
17429      Branch: perl
17430            + hints/super-ux.sh
17431            ! MANIFEST
17432 ____________________________________________________________________________
17433 [ 13451] By: jhi                                   on 2001/12/04  01:58:03
17434         Log: Add Mac OS X known failures to perldelta.
17435      Branch: perl
17436            ! pod/perldelta.pod
17437 ____________________________________________________________________________
17438 [ 13450] By: jhi                                   on 2001/12/04  01:26:38
17439         Log: I think it's time to call the utf8 code non-test.
17440      Branch: perl
17441            ! utf8.c
17442 ____________________________________________________________________________
17443 [ 13449] By: jhi                                   on 2001/12/04  00:59:27
17444         Log: Retract #13303, need rethink.
17445      Branch: perl
17446            ! utf8.c
17447 ____________________________________________________________________________
17448 [ 13448] By: jhi                                   on 2001/12/03  22:40:22
17449         Log: Subject: [PATCH perl@13440] VMS install fix-ups: add libnetcfg and xsubpp as utility commands
17450              From: "Craig A. Berry" <craigberry@mac.com>
17451              Date: Mon, 03 Dec 2001 16:28:06 -0600
17452              Message-Id: <5.1.0.14.2.20011202223303.01c3ab98@exchi01>
17453      Branch: perl
17454            ! configure.com lib/File/Basename.pm vms/descrip_mms.template
17455 ____________________________________________________________________________
17456 [ 13447] By: jhi                                   on 2001/12/03  22:37:12
17457         Log: Subject: [PATCH] Solaris/longdouble needs /opt/SUNWspro/lib
17458              From: Andy Dougherty <doughera@lafayette.edu>
17459              Date: Mon, 3 Dec 2001 15:48:26 -0500 (EST)
17460              Message-ID: <Pine.SOL.4.10.10112031543520.5207-100000@maxwell.phys.lafayette.edu>
17461      Branch: perl
17462            ! hints/solaris_2.sh
17463 ____________________________________________________________________________
17464 [ 13446] By: jhi                                   on 2001/12/03  22:29:58
17465         Log: This test is not very robust on 8.3-constrained systems:
17466              all the "with truncated name" lines between "Autosplitting ..."
17467              and "some names are not unique" lines are unexpected,
17468              and the truncation message becomes:
17469              testtest.al, testtest.al truncate to testtest 
17470      Branch: perl
17471            ! lib/AutoSplit.t
17472 ____________________________________________________________________________
17473 [ 13445] By: jhi                                   on 2001/12/03  22:13:07
17474         Log: DOS/DJGPP has nl_langinfo() but nothing much in it.
17475      Branch: perl
17476            ! ext/I18N/Langinfo/Langinfo.t
17477 ____________________________________________________________________________
17478 [ 13444] By: jhi                                   on 2001/12/03  22:02:52
17479         Log: Test::Morify UCD.t
17480      Branch: perl
17481            ! lib/Unicode/UCD.t
17482 ____________________________________________________________________________
17483 [ 13443] By: jhi                                   on 2001/12/03  21:50:13
17484         Log: If Socket has not been built (e.g. DJGPP) the libnet
17485              tests fall over with (too) much noise.
17486      Branch: perl
17487            ! lib/Net/t/config.t lib/Net/t/ftp.t lib/Net/t/hostname.t
17488            ! lib/Net/t/netrc.t lib/Net/t/nntp.t lib/Net/t/require.t
17489            ! lib/Net/t/smtp.t lib/Net/t/time.t
17490 ____________________________________________________________________________
17491 [ 13442] By: jhi                                   on 2001/12/03  17:22:08
17492         Log: Subject: [PATCH] shared hash keys and ++/--
17493              From: Nicholas Clark <nick@ccl4.org>
17494              Date: Mon, 3 Dec 2001 16:37:16 +0000
17495              Message-ID: <20011203163716.C21702@plum.flirble.org>
17496      Branch: perl
17497            ! pp.c pp_hot.c sv.c t/op/inc.t
17498 ____________________________________________________________________________
17499 [ 13441] By: jhi                                   on 2001/12/03  17:15:52
17500         Log: Subject: [PATCH lib/Term/Cap.pm] was Re: [PATCH] Shared hash keys
17501              From: Jonathan Stowe <jns@gellyfish.com>
17502              Date: Mon, 3 Dec 2001 15:48:38 +0000 (GMT)
17503              Message-ID: <Pine.LNX.4.33.0112031543290.386-100000@orpheus.gellyfish.com>
17504      Branch: perl
17505            ! lib/Term/Cap.pm
17506 ____________________________________________________________________________
17507 [ 13440] By: jhi                                   on 2001/12/03  14:26:58
17508         Log: Update Changes.
17509      Branch: perl
17510            ! Changes patchlevel.h
17511 ____________________________________________________________________________
17512 [ 13439] By: jhi                                   on 2001/12/03  14:22:05
17513         Log: perldelta tweaks.
17514      Branch: perl
17515            ! pod/perldelta.pod
17516 ____________________________________________________________________________
17517 [ 13438] By: jhi                                   on 2001/12/03  14:12:08
17518         Log: Subject: [PATCH] perlnewmod.pod: Fixed URL for Ken William's Tutorial
17519              From: Sam Tregar <sam@tregar.com> 
17520              Date: Mon, 3 Dec 2001 00:04:07 -0500 (EST)
17521              Message-ID: <Pine.LNX.4.33.0112030002210.24619-100000@localhost.localdomain>
17522      Branch: perl
17523            ! pod/perlnewmod.pod
17524 ____________________________________________________________________________
17525 [ 13437] By: jhi                                   on 2001/12/03  14:08:59
17526         Log: microperl casting nit.
17527      Branch: perl
17528            ! utf8.c
17529 ____________________________________________________________________________
17530 [ 13436] By: jhi                                   on 2001/12/03  14:03:21
17531         Log: Make sharepvn a macro since all it does is a deref.
17532      Branch: perl
17533            ! embed.h embed.pl global.sym hv.c hv.h proto.h
17534 ____________________________________________________________________________
17535 [ 13435] By: jhi                                   on 2001/12/03  13:38:14
17536         Log: perldelta updates.
17537      Branch: perl
17538            ! pod/perldelta.pod
17539 ____________________________________________________________________________
17540 [ 13434] By: jhi                                   on 2001/12/03  13:13:02
17541         Log: PPPort update from Paul Marquess.
17542      Branch: perl
17543            + ext/Devel/PPPort/Changes ext/Devel/PPPort/PPPort.xs
17544            + ext/Devel/PPPort/module2.c ext/Devel/PPPort/module3.c
17545            + ext/Devel/PPPort/t/test.t
17546            - ext/Devel/PPPort/harness/Harness.pm
17547            - ext/Devel/PPPort/harness/Harness.xs
17548            - ext/Devel/PPPort/harness/Makefile.PL
17549            - ext/Devel/PPPort/harness/module2.c
17550            - ext/Devel/PPPort/harness/module3.c
17551            - ext/Devel/PPPort/harness/t/test.t
17552            ! MANIFEST ext/Devel/PPPort/MANIFEST
17553            ! ext/Devel/PPPort/Makefile.PL ext/Devel/PPPort/PPPort.pm
17554            ! ext/Devel/PPPort/README ext/Devel/PPPort/TODO
17555            ! ext/Devel/PPPort/soak
17556 ____________________________________________________________________________
17557 [ 13433] By: jhi                                   on 2001/12/03  12:57:23
17558         Log: No use talking about dynamic library search patch
17559              unless we are having a dynamic build.
17560      Branch: perl
17561            ! t/TEST
17562 ____________________________________________________________________________
17563 [ 13432] By: jhi                                   on 2001/12/02  22:35:04
17564         Log: Be more explicit on the List::Util build trick,
17565              should also stop unneeded rebuilds on static builds.
17566      Branch: perl
17567            ! ext/List/Util/Makefile.PL
17568 ____________________________________________________________________________
17569 [ 13431] By: jhi                                   on 2001/12/02  22:18:45
17570         Log: We need to replace the optimize (-O1) with
17571              the -h scalar0 -h vector0, not append them
17572              to the ccflags.
17573      Branch: perl
17574            ! hints/unicos.sh hints/unicosmk.sh
17575 ____________________________________________________________________________
17576 [ 13430] By: jhi                                   on 2001/12/02  20:01:24
17577         Log: Subject: [PATCH] Shared hash keys 
17578              From: Nicholas Clark <nick@ccl4.org>
17579              Date: Sun, 2 Dec 2001 20:52:32 +0000
17580              Message-ID: <20011202205232.U21702@plum.flirble.org>
17581      Branch: perl
17582            ! doop.c t/op/tr.t
17583 ____________________________________________________________________________
17584 [ 13429] By: jhi                                   on 2001/12/02  19:19:54
17585         Log: Better add new files to MANIFEST, too.
17586      Branch: perl
17587            ! MANIFEST
17588 ____________________________________________________________________________
17589 [ 13428] By: jhi                                   on 2001/12/02  18:38:18
17590         Log: Subject: {PATCH] perlpacktut.pod
17591              From: "Wolfgang Laun" <wolfgang.laun@chello.at> 
17592              Date: Sun, 02 Dec 2001 19:55:06 +0100
17593              Message-ID: <200112021955060600.009C0EF9@smtp.chello.at>
17594      Branch: perl
17595            ! pod/perlpacktut.pod
17596 ____________________________________________________________________________
17597 [ 13427] By: jhi                                   on 2001/12/02  17:07:57
17598         Log: Various small nits found by DJGPP build.
17599      Branch: perl
17600            ! doio.c mg.c pp.c util.c
17601 ____________________________________________________________________________
17602 [ 13426] By: jhi                                   on 2001/12/02  16:55:21
17603         Log: Subject: RE: More verbose POD for Carp
17604              From: "Benjamin J. Tilly" <ben_tilly@operamail.com>
17605              Date: Sun, 2 Dec 2001 11:32:51 -0500
17606              Message-ID: <3C0A9748@operamail.com>
17607      Branch: perl
17608            ! lib/Carp.pm
17609 ____________________________________________________________________________
17610 [ 13425] By: jhi                                   on 2001/12/02  16:54:06
17611         Log: Add a header for DJGPP with the function prototypes.
17612      Branch: perl
17613            + djgpp/djgpp.h
17614            ! MANIFEST djgpp/djgpp.c
17615 ____________________________________________________________________________
17616 [ 13424] By: jhi                                   on 2001/12/02  01:17:43
17617         Log: Subject: [PATCH] chdir() with an empty tainted argument on Win32
17618              From: Abe Timmerman <abe@ztreet.demon.nl>
17619              Date: Sun, 02 Dec 2001 02:41:25 +0100
17620              Message-ID: <j8vi0uorud2fa9vp0q2dpmn7tpr5hqec1d@4ax.com>
17621      Branch: perl
17622            ! pp_sys.c
17623 ____________________________________________________________________________
17624 [ 13423] By: jhi                                   on 2001/12/02  01:05:43
17625         Log: There isn't PTR2INT(), there's PTR2IV().
17626      Branch: perl
17627            ! ext/Time/HiRes/HiRes.xs
17628 ____________________________________________________________________________
17629 [ 13422] By: jhi                                   on 2001/12/02  00:56:05
17630         Log: Subject: [ID 20011201.170] Time::HiRes in devel-perl causes segfaults for xs users
17631              From: Marc Lehmann <root@schmorp.de>
17632              Date: Sun, 02 Dec 2001 02:44:53 +0100
17633              Message-Id: <E16ALgb-0006Yw-00.pgcc-forever-2001-12-02-02-44-53@fuji.laendle>
17634      Branch: perl
17635            ! ext/Time/HiRes/HiRes.xs
17636 ____________________________________________________________________________
17637 [ 13421] By: jhi                                   on 2001/12/02  00:25:35
17638         Log: encode()/decode() examples.
17639      Branch: perl
17640            ! ext/Encode/Encode.pm
17641 ____________________________________________________________________________
17642 [ 13420] By: jhi                                   on 2001/12/02  00:14:38
17643         Log: DJGPP tweaks from Laszlo Molnar.
17644      Branch: perl
17645            ! djgpp/config.over djgpp/djgppsed.sh
17646 ____________________________________________________________________________
17647 [ 13419] By: jhi                                   on 2001/12/01  20:52:19
17648         Log: Update Changes.
17649      Branch: perl
17650            ! Changes patchlevel.h
17651 ____________________________________________________________________________
17652 [ 13418] By: jhi                                   on 2001/12/01  20:40:03
17653         Log: Integrate perlio;
17654              
17655              Skip socket-ness tests on handles (e.g. PerlIO::Scalar)
17656              which do not have file descriptors. Noticed a possibly
17657              worse problem in the process ...
17658      Branch: perl
17659           !> doio.c
17660 ____________________________________________________________________________
17661 [ 13417] By: jhi                                   on 2001/12/01  20:37:40
17662         Log: Non-VMS-fixed and Win32-skipped version of
17663              
17664              Subject: [PATCH t/op/exec.t] Portabilty fix 
17665              From: Michael G Schwern <schwern@pobox.com> 
17666              Date: Fri, 30 Nov 2001 16:09:27 -0500
17667              Message-ID: <20011130160927.A10406@blackrider>
17668      Branch: perl
17669            ! t/op/exec.t
17670 ____________________________________________________________________________
17671 [ 13416] By: jhi                                   on 2001/12/01  20:35:31
17672         Log: Subject: Enabling strict on Carp/Heavy, + internal documentation
17673              From: "Benjamin J. Tilly" <ben_tilly@operamail.com>                
17674              Date: Sat, 1 Dec 2001 07:01:09 -0500
17675              Message-ID: <3C0D2E39@operamail.com>
17676              
17677              Subject: More verbose POD for Carp
17678              From: "Benjamin J. Tilly" <ben_tilly@operamail.com>                
17679              Date: Sat, 1 Dec 2001 08:04:16 -0500
17680              Message-ID: <3C285C2B@operamail.com>
17681      Branch: perl
17682            ! lib/Carp.pm lib/Carp/Heavy.pm
17683 ____________________________________________________________________________
17684 [ 13415] By: jhi                                   on 2001/12/01  20:31:06
17685         Log: Subject: [PATCH lib/DB.t] Strictures, dual variables 
17686              From: chromatic <chromatic@rmci.net>
17687              Date: Sat, 01 Dec 2001 12:41:58 -0700
17688              Message-ID: <20011201194946.50449.qmail@onion.perl.org>
17689      Branch: perl
17690            ! lib/DB.t
17691 ____________________________________________________________________________
17692 [ 13414] By: jhi                                   on 2001/12/01  20:30:17
17693         Log: Try to make a missing RADIXCHAR a softer kinder error.
17694      Branch: perl
17695            ! ext/I18N/Langinfo/Langinfo.t
17696 ____________________________________________________________________________
17697 [ 13413] By: jhi                                   on 2001/12/01  20:21:27
17698         Log: Have a little faith on nl_langinfo() itself.
17699      Branch: perl
17700            ! ext/I18N/Langinfo/Langinfo.xs
17701 ____________________________________________________________________________
17702 [ 13412] By: jhi                                   on 2001/12/01  18:47:07
17703         Log: Typo (a missing endparen) and thinko (_MAXSTRMSG is
17704              the max, not max plus one)
17705      Branch: perl
17706            ! ext/I18N/Langinfo/Langinfo.xs
17707 ____________________________________________________________________________
17708 [ 13411] By: jhi                                   on 2001/12/01  18:45:32
17709         Log: Make reality agree with the comment.
17710      Branch: perl
17711            ! ext/I18N/Langinfo/Langinfo.xs
17712 ____________________________________________________________________________
17713 [ 13410] By: jhi                                   on 2001/12/01  18:43:11
17714         Log: Try to protect against wild langinfo() arguments.
17715      Branch: perl
17716            ! ext/I18N/Langinfo/Langinfo.xs
17717 ____________________________________________________________________________
17718 [ 13409] By: nick                                  on 2001/12/01  18:19:59
17719         Log: Skip socket-ness tests on handles (e.g. PerlIO::Scalar) which do not
17720              have file descriptors. Noticed a possibly worse problem in the process ...
17721      Branch: perlio
17722            ! doio.c
17723 ____________________________________________________________________________
17724 [ 13408] By: jhi                                   on 2001/12/01  18:18:34
17725         Log: (replaced by #13556)
17726              
17727              If we are inside an eval, let's be silent about
17728              separate symbols and just croak() in the end.
17729      Branch: perl
17730            ! lib/Exporter/Heavy.pm
17731 ____________________________________________________________________________
17732 [ 13407] By: nick                                  on 2001/12/01  17:14:05
17733         Log: Integrate mainline
17734      Branch: perlio
17735           !> (integrate 26 files)
17736 ____________________________________________________________________________
17737 [ 13406] By: jhi                                   on 2001/12/01  16:31:02
17738         Log: Subject: Fix for Exporter error reporting behaviour
17739              From: "Benjamin J. Tilly" <ben_tilly@operamail.com>                
17740              Date: Sat, 1 Dec 2001 06:34:48 -0500
17741              Message-ID: <3C0D1B9A@operamail.com>
17742      Branch: perl
17743            ! lib/Exporter.pm lib/Exporter/Heavy.pm
17744 ____________________________________________________________________________
17745 [ 13405] By: jhi                                   on 2001/12/01  16:29:27
17746         Log: Need to hide behind an eval to avoid a warning
17747              about :utf8 on non-perlio configs.
17748      Branch: perl
17749            ! lib/open.t
17750 ____________________________________________________________________________
17751 [ 13404] By: jhi                                   on 2001/12/01  15:55:51
17752         Log: Subject: [PATCH 20010902.002] parser panics on lvalue methods 
17753              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
17754              Date: Fri, 30 Nov 2001 23:46:58 +0100
17755              Message-ID: <20011130234658.A717@rafael>
17756      Branch: perl
17757            ! op.c t/op/method.t
17758 ____________________________________________________________________________
17759 [ 13403] By: jhi                                   on 2001/12/01  15:54:23
17760         Log: Subject: Re: [ID 20011129.163] B::Xref- $top corrupt
17761              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
17762              Date: Thu, 29 Nov 2001 22:46:12 +0100
17763              Message-ID: <20011129224612.A699@rafael>
17764      Branch: perl
17765            ! ext/B/B/Xref.pm
17766 ____________________________________________________________________________
17767 [ 13402] By: jhi                                   on 2001/12/01  15:52:13
17768         Log: Subject: Re: [PATCH] [ID 20011130.166] "in memory" file handles via scalas not documented in perldoc -f open 
17769              From: Tels <perl_dummy@bloodgate.com>
17770              Date: Sat, 01 Dec 2001 10:29:11 +0100 (CET)
17771              Message-Id: <200112010931.LAA29309@tiku.hut.fi>
17772      Branch: perl
17773            ! pod/perlfunc.pod
17774 ____________________________________________________________________________
17775 [ 13401] By: jhi                                   on 2001/12/01  15:48:13
17776         Log: Subject: [REPATCH] reference pointer comparison
17777              From: Nicholas Clark <nick@ccl4.org>
17778              Date: Sat, 1 Dec 2001 13:00:17 +0000
17779              Message-ID: <20011201130017.I21702@plum.flirble.org>
17780      Branch: perl
17781            ! pp.c
17782 ____________________________________________________________________________
17783 [ 13400] By: jhi                                   on 2001/12/01  15:43:15
17784         Log: Upgrade to Storable 1.0.14.
17785      Branch: perl
17786            ! ext/Storable/ChangeLog ext/Storable/Storable.pm
17787 ____________________________________________________________________________
17788 [ 13399] By: jhi                                   on 2001/12/01  15:40:13
17789         Log: Add simple caches for ::viacode() and ::vianame().
17790      Branch: perl
17791            ! lib/charnames.pm lib/charnames.t
17792 ____________________________________________________________________________
17793 [ 13398] By: nick                                  on 2001/12/01  10:36:24
17794         Log: Integrate mainline.
17795      Branch: perlio
17796           +> (branch 44 files)
17797            - lib/Math/BigInt/t/Math/BigFloat/Subclass.pm
17798            - lib/Math/BigInt/t/Math/BigInt/Subclass.pm
17799            - t/lib/FilterOnlyTest.pm t/lib/FilterTest.pm
17800           !> (integrate 250 files)
17801 ____________________________________________________________________________
17802 [ 13397] By: jhi                                   on 2001/12/01  04:35:39
17803         Log: Regen toc and modlib.
17804      Branch: perl
17805            ! pod/perlmodlib.pod pod/perltoc.pod
17806 ____________________________________________________________________________
17807 [ 13396] By: jhi                                   on 2001/12/01  04:31:53
17808         Log: Upgrade to podlators-1.18.
17809      Branch: perl
17810            ! lib/Pod/ParseLink.pm lib/Pod/Text/Termcap.pm
17811 ____________________________________________________________________________
17812 [ 13395] By: jhi                                   on 2001/11/30  23:03:20
17813         Log: -h scalar0 -h vector0 seems to help for both
17814              UNICOS and UNICOS/mk on the unpack %65c problems.
17815              
17816              (replaces #13393)
17817      Branch: perl
17818            ! hints/unicos.sh hints/unicosmk.sh
17819 ____________________________________________________________________________
17820 [ 13394] By: jhi                                   on 2001/11/30  22:51:17
17821         Log: More Socket constants.
17822      Branch: perl
17823            ! ext/Socket/Makefile.PL ext/Socket/Socket.pm
17824 ____________________________________________________________________________
17825 [ 13393] By: jhi                                   on 2001/11/30  22:00:04
17826         Log: (replaced by #13395)
17827      Branch: perl
17828            ! hints/unicosmk.sh
17829 ____________________________________________________________________________
17830 [ 13392] By: jhi                                   on 2001/11/30  20:26:22
17831         Log: Subject: Re: -P and Incredible Disappearing $Config{cppstdin} (was Re: perl@13385)
17832              From: Andy Dougherty <doughera@lafayette.edu>
17833              Date: Fri, 30 Nov 2001 13:49:48 -0500 (EST)
17834              Message-ID: <Pine.SOL.4.10.10111301304220.13302-100000@maxwell.phys.lafayette.edu>
17835              
17836              Simplify the test skippage criterion now that we are
17837              no more dependent on sed.
17838      Branch: perl
17839            ! t/comp/cpp.t t/run/switchPx.t
17840 ____________________________________________________________________________
17841 [ 13391] By: jhi                                   on 2001/11/30  20:19:37
17842         Log: Subject: Re: [ID 20011130.164] Not OK: perl v5.7.2 +DEVEL13363 on i686-linux-2.4.8-26mdk
17843              From: Michael G Schwern <schwern@pobox.com>
17844              Date: Fri, 30 Nov 2001 11:48:44 -0500
17845              Message-ID: <20011130114844.C1303@blackrider>
17846              
17847              (replaces #13381)
17848      Branch: perl
17849            ! t/op/stat.t
17850 ____________________________________________________________________________
17851 [ 13390] By: jhi                                   on 2001/11/30  18:12:54
17852         Log: Let's not assume how much memory has been allocated
17853              to PVs.
17854      Branch: perl
17855            ! ext/Devel/Peek/Peek.t
17856 ____________________________________________________________________________
17857 [ 13389] By: jhi                                   on 2001/11/30  17:38:37
17858         Log: VOS needs to know the modules, including pp_sort.
17859      Branch: perl
17860            ! vos/perl.bind
17861 ____________________________________________________________________________
17862 [ 13388] By: jhi                                   on 2001/11/30  15:18:51
17863         Log: Unused variables.
17864      Branch: perl
17865            ! ext/Unicode/Normalize/Normalize.xs
17866 ____________________________________________________________________________
17867 [ 13387] By: jhi                                   on 2001/11/30  14:57:19
17868         Log: Subject: [PATCH] Cygwin failures with lib/ExtUtils/Embed.t
17869              From: John Peacock <jpeacock@rowman.com>     
17870              Date: Fri, 30 Nov 2001 10:24:00 -0500        
17871              Message-ID: <3C07A490.A22A76B0@rowman.com>   
17872      Branch: perl
17873            ! lib/ExtUtils/Embed.t
17874 ____________________________________________________________________________
17875 [ 13386] By: jhi                                   on 2001/11/30  14:55:02
17876         Log: Tweak for the VOS building script from Paul Green.
17877      Branch: perl
17878            ! vos/configure_perl.cm
17879 ____________________________________________________________________________
17880 [ 13385] By: jhi                                   on 2001/11/30  14:11:18
17881         Log: Update Changes.
17882      Branch: perl
17883            ! Changes patchlevel.h
17884 ____________________________________________________________________________
17885 [ 13384] By: jhi                                   on 2001/11/30  14:00:55
17886         Log: Cannot test if cppstdin has not yet been installed.
17887      Branch: perl
17888            ! t/run/switchPx.t
17889 ____________________________________________________________________________
17890 [ 13383] By: jhi                                   on 2001/11/30  13:59:18
17891         Log: Subject: [PATCH perl.c ...] -P on VMS.  Evicting sed
17892              From: Michael G Schwern <schwern@pobox.com> 
17893              Date: Thu, 29 Nov 2001 22:05:11 -0500
17894              Message-ID: <20011129220510.A18869@blackrider>
17895              
17896              TODO 1: if cppstdin is used and not yet installed,
17897              the Px.t will fail (must do the same as in cpp.t)
17898              
17899              TODO 2: does this work if no Perl whatsoever has
17900              yet been installed?  That is, we should be using
17901              the Perl we are building to execute the one-liner.
17902      Branch: perl
17903            + t/run/switchPx.aux t/run/switchPx.t
17904            ! MANIFEST configure.com perl.c t/comp/cpp.aux t/comp/cpp.t
17905            ! vms/test.com
17906 ____________________________________________________________________________
17907 [ 13382] By: jhi                                   on 2001/11/30  13:41:15
17908         Log: Upgrade to Unicode::Normalize 0.12.
17909      Branch: perl
17910            ! ext/Unicode/Normalize/Changes
17911            ! ext/Unicode/Normalize/Normalize.pm
17912            ! ext/Unicode/Normalize/Normalize.xs
17913            ! ext/Unicode/Normalize/README ext/Unicode/Normalize/mkheader
17914            ! ext/Unicode/Normalize/t/func.t ext/Unicode/Normalize/t/norm.t
17915            ! ext/Unicode/Normalize/t/test.t
17916 ____________________________________________________________________________
17917 [ 13381] By: jhi                                   on 2001/11/30  13:23:06
17918         Log: (replaced by #13391)
17919              
17920              Subject: [ID 20011130.164] Not OK: perl v5.7.2 +DEVEL13363 on i686-linux 2.4.8-26mdk
17921              From: jpeacock@dsl092-147-156.wdc1.dsl.speakeasy.net
17922              Date: 30 Nov 2001 11:41:53 -0000             
17923              Message-Id: <20011130114153.24600.qmail@dsl092-147-156.wdc1.dsl.speakeasy.net>
17924              
17925              No need to die if we have high-paranoia (non-chdirable)
17926              system directories.
17927      Branch: perl
17928            ! t/op/stat.t
17929 ____________________________________________________________________________
17930 [ 13380] By: jhi                                   on 2001/11/30  04:49:56
17931         Log: Paragraph rewrapping.
17932      Branch: perl
17933            ! pod/perliol.pod
17934 ____________________________________________________________________________
17935 [ 13379] By: jhi                                   on 2001/11/30  04:38:34
17936         Log: Subject: [patch pod/perliol.pod] s/SvPV/SvPV_nolen/
17937              From: Stas Bekman <stas@stason.org>
17938              Date: Fri, 30 Nov 2001 13:23:34 +0800 (SGT)       
17939              Message-ID: <Pine.LNX.4.40.0111301321220.4595-100000@hope.stason.org>
17940      Branch: perl
17941            ! pod/perliol.pod
17942 ____________________________________________________________________________
17943 [ 13378] By: jhi                                   on 2001/11/30  04:34:40
17944         Log: Whether select() gets restarted on signals is
17945              implementation dependent.
17946      Branch: perl
17947            ! ext/Time/HiRes/HiRes.t
17948 ____________________________________________________________________________
17949 [ 13377] By: jhi                                   on 2001/11/30  01:24:29
17950         Log: More forgotten checkins.
17951      Branch: perl
17952            ! embed.h embed.pl proto.h
17953 ____________________________________________________________________________
17954 [ 13376] By: jhi                                   on 2001/11/30  01:16:22
17955         Log: Add a note about folding vs lowercase.
17956      Branch: perl
17957            ! regexec.c
17958 ____________________________________________________________________________
17959 [ 13375] By: jhi                                   on 2001/11/30  01:09:17
17960         Log: Use to_uni_fold (and add changed global.sym)
17961      Branch: perl
17962            ! global.sym utf8.c
17963 ____________________________________________________________________________
17964 [ 13374] By: jhi                                   on 2001/11/30  00:49:35
17965         Log: Make to Unicode character functions to use UVs
17966              instead of U32s and add to_uni_fold().
17967      Branch: perl
17968            ! embed.pl proto.h utf8.c
17969 ____________________________________________________________________________
17970 [ 13373] By: jhi                                   on 2001/11/29  22:34:44
17971         Log: Subject: Re: DRAFT perlpacktut.pod v0.0
17972              From: Nicholas Clark <nick@ccl4.org>
17973              Date: Thu, 29 Nov 2001 22:47:32 +0000
17974              Message-ID: <20011129224732.W37621@plum.flirble.org>
17975      Branch: perl
17976            ! pod/perlpacktut.pod
17977 ____________________________________________________________________________
17978 [ 13372] By: jhi                                   on 2001/11/29  22:32:49
17979         Log: README.vos updates from Paul Green.
17980      Branch: perl
17981            ! README.vos
17982 ____________________________________________________________________________
17983 [ 13371] By: jhi                                   on 2001/11/29  21:01:31
17984         Log: Subject: [PATCH Perl@13343] VMS pre7 default signal handling
17985              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
17986              Date: Thu, 29 Nov 2001 14:18:51 EST
17987              Message-Id: <011129141454.666c6@DUPHY4.Physics.Drexel.Edu>
17988      Branch: perl
17989            ! mg.c vms/vms.c vms/vmsish.h
17990 ____________________________________________________________________________
17991 [ 13370] By: jhi                                   on 2001/11/29  20:59:35
17992         Log: Subject: [PATCH README.vms] Fwd: [craigberry@mac.com: RE: Broken URL in README.vms]
17993              From: Michael G Schwern <schwern@pobox.com>
17994              Date: Thu, 29 Nov 2001 13:12:31 -0500
17995              Message-ID: <20011129131231.E11300@blackrider>
17996      Branch: perl
17997            ! README.vms
17998 ____________________________________________________________________________
17999 [ 13369] By: jhi                                   on 2001/11/29  20:58:10
18000         Log: BGET_IV was missing.
18001      Branch: perl
18002            ! ext/ByteLoader/bytecode.h
18003 ____________________________________________________________________________
18004 [ 13368] By: jhi                                   on 2001/11/29  15:40:40
18005         Log: Subject: [PATCH lib/Term/Cap.pm] (was Re: warnings from  [PATCH Perl@13013] Term::Cap and VMS )
18006              From: Jonathan Stowe <gellyfish@gellyfish.com>
18007              Date: Thu, 29 Nov 2001 16:31:24 +0000 (GMT)        
18008              Message-ID: <Pine.LNX.4.33.0111291628540.20888-100000@orpheus.gellyfish.com>
18009      Branch: perl
18010            ! lib/Term/Cap.pm
18011 ____________________________________________________________________________
18012 [ 13367] By: jhi                                   on 2001/11/29  15:11:43
18013         Log: Porting/checkURL.pl was missing.
18014      Branch: perl
18015            ! MANIFEST
18016 ____________________________________________________________________________
18017 [ 13366] By: jhi                                   on 2001/11/29  15:03:52
18018         Log: Subject: INSTALL and READMEs should be reviewed
18019              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
18020              Date: Thu, 29 Nov 2001 16:49:36 +0100
18021              Message-ID: <20011129164936.A17492@rafael>         
18022      Branch: perl
18023            ! README.cygwin
18024 ____________________________________________________________________________
18025 [ 13365] By: jhi                                   on 2001/11/29  14:39:01
18026         Log: Subject: Re: [PATCH README.os390] URL fixes and "Tools and Toys" link
18027              From: Peter Prymmer <pvhp@pvhp.best.vwh.net>
18028              Date: Thu, 29 Nov 2001 15:37:42 +0000 (GMT)
18029              Message-ID: <Pine.BSF.4.10.10111291529080.98343-100000@pvhp.best.vwh.net>
18030      Branch: perl
18031            ! README.os390
18032 ____________________________________________________________________________
18033 [ 13364] By: jhi                                   on 2001/11/29  14:34:18
18034         Log: Update Changes.
18035      Branch: perl
18036            ! Changes patchlevel.h
18037 ____________________________________________________________________________
18038 [ 13363] By: jhi                                   on 2001/11/29  14:26:48
18039         Log: The changes to the curliffed files didn't stick in #13348.
18040      Branch: perl
18041            ! README.dos README.win32
18042 ____________________________________________________________________________
18043 [ 13362] By: jhi                                   on 2001/11/29  14:13:03
18044         Log: Subject: Re: Found the rev where File::Glob broke
18045              From: Andy Dougherty <doughera@lafayette.edu>
18046              Date: Thu, 29 Nov 2001 10:14:05 -0500 (EST)
18047              Message-ID: <Pine.SOL.4.10.10111291013060.23886-100000@maxwell.phys.lafayette.edu>
18048      Branch: perl
18049            ! lib/ExtUtils/MM_Unix.pm
18050 ____________________________________________________________________________
18051 [ 13361] By: jhi                                   on 2001/11/29  14:08:30
18052         Log: Use __DATA__ instead of __END__.
18053      Branch: perl
18054            ! lib/Term/Cap.pm
18055 ____________________________________________________________________________
18056 [ 13360] By: jhi                                   on 2001/11/29  14:03:28
18057         Log: Subject: [PATCH toke.c] autosplit into @F fix
18058              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
18059              Date: Thu, 29 Nov 2001 14:52:23 +0100
18060              Message-ID: <20011129145223.A25817@rafael>         
18061      Branch: perl
18062            ! toke.c
18063 ____________________________________________________________________________
18064 [ 13359] By: jhi                                   on 2001/11/29  13:47:07
18065         Log: Subject: [PATCH B::Deparse] deparse -wl0 -i.bak
18066              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
18067              Date: Thu, 29 Nov 2001 15:48:15 +0100
18068              Message-ID: <20011129154815.C25817@rafael>         
18069      Branch: perl
18070            ! ext/B/B/Deparse.pm ext/B/O.pm ext/B/t/deparse.t
18071 ____________________________________________________________________________
18072 [ 13358] By: jhi                                   on 2001/11/29  13:43:40
18073         Log: Subject: DRAFT perlpacktut.pod - minor diffs to v0.1
18074              From: "Wolfgang Laun" <wolfgang.laun@chello.at>
18075              Date: Wed, 28 Nov 2001 20:35:29 +0100
18076              Message-ID: <200111282035290250.0067732D@smtp.chello.at>
18077      Branch: perl
18078            ! pod/perlpacktut.pod
18079 ____________________________________________________________________________
18080 [ 13357] By: jhi                                   on 2001/11/29  13:42:18
18081         Log: Subject: [patch pod/perlapio.pod] csh temp env setting
18082              From: Stas Bekman <stas@stason.org>
18083              Date: Thu, 29 Nov 2001 13:17:57 +0800 (SGT) 
18084              Message-ID: <Pine.LNX.4.40.0111291314570.17584-100000@hope.stason.org>
18085              
18086              (with tweaks)
18087      Branch: perl
18088            ! pod/perlapio.pod
18089 ____________________________________________________________________________
18090 [ 13356] By: jhi                                   on 2001/11/29  13:39:06
18091         Log: Subject: Re: [PATCH Exporter.pm] Explain dangers & workaround for AUTOLOADed constant subs
18092              From: Tels <perl_dummy@bloodgate.com>
18093              Date: Thu, 29 Nov 2001 07:28:10 +0100 (CET) 
18094              Message-Id: <200111290630.IAA08631@tiku.hut.fi>
18095              
18096              (plus paragraph rewrapping)
18097      Branch: perl
18098            ! lib/Exporter.pm
18099 ____________________________________________________________________________
18100 [ 13355] By: jhi                                   on 2001/11/29  04:43:54
18101         Log: Subject: Re: More h2ph problems [was Re: h2ph confused by comments in an enum.
18102              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>                 
18103              Date: Wed, 28 Nov 2001 21:47:59 +0000
18104              Message-Id: <200111282147.fASLlxD04163@crypt.compulink.co.uk>
18105      Branch: perl
18106            ! t/lib/h2ph.h t/lib/h2ph.pht utils/h2ph.PL
18107 ____________________________________________________________________________
18108 [ 13354] By: jhi                                   on 2001/11/29  04:28:29
18109         Log: Subject: Re: Fw: Smoke 13285 /pro/3gl/CPAN/perl-current        
18110              From: Andy Dougherty <doughera@lafayette.edu>
18111              Date: Wed, 28 Nov 2001 15:33:00 -0500 (EST) 
18112              Message-ID: <Pine.SOL.4.10.10111281524560.22100-100000@maxwell.phys.lafayette.edu>         
18113      Branch: perl
18114            ! INSTALL ext/Time/HiRes/HiRes.t
18115 ____________________________________________________________________________
18116 [ 13353] By: jhi                                   on 2001/11/29  04:19:40
18117         Log: Subject: [PATCH t/run/kill_perl.t] (was Re: [ID 20011128.159] Segmentation faulton bad regexp)
18118              From: Michael G Schwern <schwern@pobox.com> 
18119              Date: Wed, 28 Nov 2001 16:37:01 -0500
18120              Message-ID: <20011128163701.H676@blackrider>
18121      Branch: perl
18122            ! t/run/kill_perl.t
18123 ____________________________________________________________________________
18124 [ 13352] By: jhi                                   on 2001/11/29  04:18:08
18125         Log: @INC tweak.
18126      Branch: perl
18127            ! t/op/ref.t
18128 ____________________________________________________________________________
18129 [ 13351] By: jhi                                   on 2001/11/29  02:28:06
18130         Log: Subject: [PATCH] Re: [ID 20011127.153] installman error
18131              From: Nicholas Clark <nick@ccl4.org>
18132              Date: Wed, 28 Nov 2001 23:38:43 +0000
18133              Message-ID: <20011128233843.N37621@plum.flirble.org>  
18134      Branch: perl
18135            ! installman
18136 ____________________________________________________________________________
18137 [ 13350] By: jhi                                   on 2001/11/29  02:18:30
18138         Log: Tweak the forking logic.
18139      Branch: perl
18140            ! Porting/checkURL.pl
18141 ____________________________________________________________________________
18142 [ 13349] By: jhi                                   on 2001/11/29  01:37:48
18143         Log: Update perlmodlib.PL as per #13348.  The L<> got
18144              changed back because that is coming from ParseLink.pm.
18145      Branch: perl
18146            ! pod/perlmodlib.PL pod/perlmodlib.pod
18147 ____________________________________________________________________________
18148 [ 13348] By: jhi                                   on 2001/11/29  01:31:48
18149         Log: URL fixups from Michael Schwern.
18150      Branch: perl
18151            ! README.cygwin README.dos README.hpux README.mint README.mpeix
18152            ! README.os390 README.qnx README.solaris README.vos README.win32
18153            ! pod/perlmodlib.pod
18154 ____________________________________________________________________________
18155 [ 13347] By: jhi                                   on 2001/11/29  01:23:08
18156         Log: Subject: [PATCH Exporter.pm] Explain dangers & workaround for AUTOLOADed constant subs
18157              From: Barrie Slaymaker <barries@slaysys.com>
18158              Date: Wed, 28 Nov 2001 14:10:01 -0500                 
18159              Message-ID: <20011128140957.D5236@sizzle.whoville.com>
18160      Branch: perl
18161            ! lib/Exporter.pm
18162 ____________________________________________________________________________
18163 [ 13346] By: jhi                                   on 2001/11/29  01:22:02
18164         Log: Change $=, $., $*, $%, and $- to be IVs instead of longs.
18165      Branch: perl
18166            ! bytecode.pl ext/B/B/Asmdata.pm ext/ByteLoader/byterun.c sv.h
18167 ____________________________________________________________________________
18168 [ 13345] By: jhi                                   on 2001/11/29  00:11:56
18169         Log: Subject: [PATCH] Re: $\ very broken
18170              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
18171              Date: Wed, 28 Nov 2001 22:33:08 +0100                 
18172              Message-ID: <20011128223308.E732@rafael>   
18173              
18174              Subject: Re: [PATCH] Re: $\ very broken     
18175              From: Nicholas Clark <nick@ccl4.org>
18176              Date: Wed, 28 Nov 2001 22:29:00 +0000                 
18177              Message-ID: <20011128222859.K37621@plum.flirble.org>
18178      Branch: perl
18179            ! mg.c t/op/ref.t
18180 ____________________________________________________________________________
18181 [ 13344] By: jhi                                   on 2001/11/29  00:05:19
18182         Log: Add Abigail's link checker with the following tweaks:
18183              - known dummy URLs (Peter Prymmer)
18184              - do also READMEs and INSTALL (Michael Schwern)
18185              - do also ftp URLs
18186              - add fork retry loop in case the allowed number
18187              of processes per user is low
18188      Branch: perl
18189            + Porting/checkURL.pl
18190            ! MANIFEST
18191 ____________________________________________________________________________
18192 [ 13343] By: jhi                                   on 2001/11/28  14:56:50
18193         Log: Update Changes.
18194      Branch: perl
18195            ! Changes patchlevel.h
18196 ____________________________________________________________________________
18197 [ 13342] By: jhi                                   on 2001/11/28  14:15:25
18198         Log: In Linux if we have modern enough gcc and supported
18199              enough CPU, crank up the optimization level to -O3.
18200      Branch: perl
18201            ! hints/linux.sh
18202 ____________________________________________________________________________
18203 [ 13341] By: jhi                                   on 2001/11/28  14:00:12
18204         Log: Add perlpacktut from Wolfgang Laun; regen toc.
18205      Branch: perl
18206            + pod/perlpacktut.pod
18207            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perldelta.pod
18208            ! pod/perltoc.pod
18209 ____________________________________________________________________________
18210 [ 13340] By: jhi                                   on 2001/11/28  13:45:00
18211         Log: Subject: [PATCH: perl@13324] arithmetic fix for skipped tests on VMS      
18212              From: PPrymmer@factset.com
18213              Date: Wed, 28 Nov 2001 07:51:26 -0500
18214              Message-ID: <OF3C405D19.04CAF18F-ON85256B12.00464B6C@55.25.11>    
18215      Branch: perl
18216            ! vms/test.com
18217 ____________________________________________________________________________
18218 [ 13339] By: jhi                                   on 2001/11/28  13:37:31
18219         Log: Test cases for the first half of #13338.
18220      Branch: perl
18221            ! t/lib/h2ph.h t/lib/h2ph.pht
18222 ____________________________________________________________________________
18223 [ 13338] By: jhi                                   on 2001/11/28  13:28:08
18224         Log: Subject: Re: h2ph confused by comments in an enum.
18225              From: Hugo van der Sanden <hv@crypt.compulink.co.uk> 
18226              Date: Wed, 28 Nov 2001 04:19:21 +0000
18227              Message-Id: <200111280419.fAS4JLD17887@crypt.compulink.co.uk>        
18228              
18229              Subject: Re: More h2ph problems [was Re: h2ph confused by comments in an enum.]
18230              From: Hugo van der Sanden <hv@crypt.compulink.co.uk> 
18231              Date: Wed, 28 Nov 2001 13:36:35 +0000
18232              Message-Id: <200111281336.fASDaZG30245@crypt.compulink.co.uk>
18233      Branch: perl
18234            ! utils/h2ph.PL
18235 ____________________________________________________________________________
18236 [ 13337] By: jhi                                   on 2001/11/28  13:15:41
18237         Log: Subject: Re: [PATCH Perl@13013] Term::Cap and VMS
18238              From: Jonathan Stowe <gellyfish@gellyfish.com>
18239              Date: Wed, 28 Nov 2001 10:39:54 +0000 (GMT)
18240              Message-ID: <Pine.LNX.4.33.0111281039070.20888-100000@orpheus.gellyfish.com>
18241              
18242              (replace #13327)
18243      Branch: perl
18244            ! lib/Term/Cap.pm
18245 ____________________________________________________________________________
18246 [ 13336] By: jhi                                   on 2001/11/28  04:21:05
18247         Log: Replace #13335 with
18248              
18249              Subject: Re: [PATCH perl@13323] Termcap.pm with no termios
18250              From: Russ Allbery <rra@stanford.edu>
18251              Date: 27 Nov 2001 20:42:49 -0800
18252              Message-ID: <yl667vv73q.fsf@windlord.stanford.edu>
18253      Branch: perl
18254            ! lib/Pod/Text/Termcap.pm
18255 ____________________________________________________________________________
18256 [ 13335] By: jhi                                   on 2001/11/28  03:33:10
18257         Log: (replaced by #13336)
18258              
18259              Subject: [PATCH perl@13323] Termcap.pm with no termios
18260              From: "Craig A. Berry" <craigberry@mac.com> 
18261              Date: Tue, 27 Nov 2001 22:28:50 -0600
18262              Message-Id: <a05101003b82a151fda85@[192.168.56.184]>
18263      Branch: perl
18264            ! lib/Pod/Text/Termcap.pm
18265 ____________________________________________________________________________
18266 [ 13334] By: jhi                                   on 2001/11/28  03:31:51
18267         Log: Subject: [PATCH perl@13323] solve identity crisis on VMS 
18268              From: "Craig A. Berry" <craigberry@mac.com> 
18269              Date: Tue, 27 Nov 2001 21:46:45 -0600
18270              Message-Id: <a05101002b829f5c9824d@[192.168.56.184]>
18271      Branch: perl
18272            ! configure.com
18273 ____________________________________________________________________________
18274 [ 13333] By: jhi                                   on 2001/11/28  03:30:03
18275         Log: Upgrade to podlators 1.17.
18276      Branch: perl
18277            ! lib/Pod/Man.pm lib/Pod/Text/Color.pm
18278            ! lib/Pod/Text/Overstrike.pm lib/Pod/Text/Termcap.pm
18279 ____________________________________________________________________________
18280 [ 13332] By: jhi                                   on 2001/11/28  03:23:04
18281         Log: Fix for "a\x{100}" =~ /A/i.
18282      Branch: perl
18283            ! embed.h embed.pl global.sym proto.h regexec.c t/op/pat.t
18284            ! utf8.c
18285 ____________________________________________________________________________
18286 [ 13331] By: jhi                                   on 2001/11/28  00:52:19
18287         Log: Subject: [PATCH perl@13324] fix lib/DB.t on VMS
18288              From: "Craig A. Berry" <craigberry@mac.com>
18289              Date: Tue, 27 Nov 2001 17:11:49 -0600
18290              Message-Id: <5.1.0.14.2.20011127164513.01bf1ec0@exchi01>
18291      Branch: perl
18292            ! lib/DB.t
18293 ____________________________________________________________________________
18294 [ 13330] By: jhi                                   on 2001/11/28  00:50:53
18295         Log: Subject: [PATCH] unterminated C<< ... >> in perldelta
18296              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
18297              Date: Tue, 27 Nov 2001 14:55:23 -0500
18298              Message-ID: <20011127145523.G401767@linguist.thayer.dartmouth.edu>
18299              
18300              Subject: [PATCH: perl@13324] updates to perldelta.pod 
18301              From: PPrymmer@factset.com
18302              Date: Tue, 27 Nov 2001 18:06:04 -0500
18303              Message-ID: <OF812EB439.6864B239-ON85256B11.007E73B5@55.25.11>
18304              
18305              plus added some known problems.
18306      Branch: perl
18307            ! pod/perldelta.pod
18308 ____________________________________________________________________________
18309 [ 13329] By: jhi                                   on 2001/11/28  00:35:53
18310         Log: Subject: [PATCH Perl@13013] A not-so-lethal kill() for VMS pre-7.0
18311              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
18312              Date: Tue, 27 Nov 2001 15:38:02 EST 
18313              Message-Id: <011127153734.62182@DUPHY4.Physics.Drexel.Edu>
18314      Branch: perl
18315            ! configure.com vms/vms.c vms/vmsish.h
18316 ____________________________________________________________________________
18317 [ 13328] By: jhi                                   on 2001/11/28  00:34:12
18318         Log: Subject: [PATCH t/run/kill_perl.t] Re: [ID 20011127.155] \ -f "file" dumps core
18319              From: Michael G Schwern <schwern@pobox.com> 
18320              Date: Tue, 27 Nov 2001 15:31:12 -0500
18321              Message-ID: <20011127153112.G20929@blackrider>
18322      Branch: perl
18323            ! t/run/kill_perl.t
18324 ____________________________________________________________________________
18325 [ 13327] By: jhi                                   on 2001/11/28  00:23:10
18326         Log: (replaced by #13337)
18327              
18328              VMS can safely hardcode a termcap entry for VT100.
18329      Branch: perl
18330            ! lib/Term/Cap.pm
18331 ____________________________________________________________________________
18332 [ 13326] By: jhi                                   on 2001/11/27  17:47:28
18333         Log: VMS piping fixes from Charles Lane (perl -P should
18334              be working now).
18335      Branch: perl
18336            ! vms/vms.c
18337 ____________________________________________________________________________
18338 [ 13325] By: jhi                                   on 2001/11/27  17:44:31
18339         Log: Subject: [PATCH] perlvar.pod fix
18340              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
18341              Date: Tue, 27 Nov 2001 13:11:47 -0500
18342              Message-ID: <20011127131147.E401767@linguist.thayer.dartmouth.edu>
18343      Branch: perl
18344            ! pod/perlvar.pod
18345 ____________________________________________________________________________
18346 [ 13324] By: jhi                                   on 2001/11/27  15:56:06
18347         Log: Update Changes.
18348      Branch: perl
18349            ! Changes patchlevel.h
18350 ____________________________________________________________________________
18351 [ 13323] By: jhi                                   on 2001/11/27  15:51:08
18352         Log: Subject: [PATCH] bring MM_VMS::perldepend into 21st century            
18353              From: "Craig A. Berry" <craigberry@mac.com> 
18354              Date: Tue, 27 Nov 2001 10:21:18 -0600
18355              Message-Id: <5.1.0.14.2.20011126162504.01c77610@exchi01>
18356      Branch: perl
18357            ! lib/ExtUtils/MM_VMS.pm
18358 ____________________________________________________________________________
18359 [ 13322] By: jhi                                   on 2001/11/27  15:24:12
18360         Log: Protect against accumulating -options -options -options.
18361      Branch: perl
18362            ! hints/hpux.sh
18363 ____________________________________________________________________________
18364 [ 13321] By: jhi                                   on 2001/11/27  15:16:28
18365         Log: Subject: [PATCH Benchmark.pm] add export tag :all and tweak SYNOPSIS   
18366              From: Barrie Slaymaker <barries@slaysys.com>
18367              Date: Tue, 27 Nov 2001 10:58:54 -0500
18368              Message-ID: <20011127105850.B696@sizzle.whoville.com> 
18369      Branch: perl
18370            ! lib/Benchmark.pm
18371 ____________________________________________________________________________
18372 [ 13320] By: jhi                                   on 2001/11/27  15:05:33
18373         Log: Tiny fix from John P. Linderman.
18374      Branch: perl
18375            ! lib/sort.pm
18376 ____________________________________________________________________________
18377 [ 13319] By: jhi                                   on 2001/11/27  15:04:37
18378         Log: The Story of sort(), from John P. Linderman.
18379      Branch: perl
18380            ! pod/perldelta.pod
18381 ____________________________________________________________________________
18382 [ 13318] By: jhi                                   on 2001/11/27  14:58:06
18383         Log: Add information what to do if you are reading
18384              perluniintro but using some older Perl.
18385      Branch: perl
18386            ! pod/perluniintro.pod
18387 ____________________________________________________________________________
18388 [ 13317] By: jhi                                   on 2001/11/27  14:51:42
18389         Log: Update the 'wide characters' FAQ entry.
18390      Branch: perl
18391            ! pod/perlfaq6.pod
18392 ____________________________________________________________________________
18393 [ 13316] By: jhi                                   on 2001/11/27  14:26:25
18394         Log: Fix for
18395              
18396              Subject: [ID 20011127.151] regex result vars no longer marked as utf8
18397              From: Marc Lehmann <root@schmorp.de>
18398              Date: Tue, 27 Nov 2001 14:27:14 +0100
18399              Message-Id: <E168iGY-0002pi-00.pgcc-forever-2001-11-27-14-27-14@fuji.laendle>
18400      Branch: perl
18401            ! ext/Encode.t ext/Encode/Encode.xs
18402 ____________________________________________________________________________
18403 [ 13315] By: jhi                                   on 2001/11/27  14:06:45
18404         Log: Subject: [PATCH] DB_File 1.801
18405              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
18406              Date: Tue, 27 Nov 2001 15:06:45 -0000
18407              Message-ID: <AIEAJICLCBDNAAOLLOKLEEEIDGAA.paul_marquess@yahoo.co.uk>
18408      Branch: perl
18409            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
18410            ! ext/DB_File/DB_File.xs ext/DB_File/Makefile.PL
18411 ____________________________________________________________________________
18412 [ 13314] By: jhi                                   on 2001/11/27  13:51:49
18413         Log: Regen perlmodlib.  (TODO: why does Pod::t::basic get listed?)
18414      Branch: perl
18415            ! pod/perlmodlib.pod
18416 ____________________________________________________________________________
18417 [ 13313] By: jhi                                   on 2001/11/27  13:49:55
18418         Log: sort() doc tweaks from John P. Linderman.
18419      Branch: perl
18420            ! pod/perlfunc.pod
18421 ____________________________________________________________________________
18422 [ 13312] By: jhi                                   on 2001/11/27  13:36:44
18423         Log: Subject: [PATCH] More perldelta.pod nits
18424              From: Simon Glover <scog@roe.ac.uk>
18425              Date: Tue, 27 Nov 2001 14:28:36 +0000 (GMT) 
18426              Message-ID: <Pine.OSF.4.10.10111271421490.119807-100000@arran.roe.ac.uk>
18427      Branch: perl
18428            ! pod/perldelta.pod
18429 ____________________________________________________________________________
18430 [ 13311] By: jhi                                   on 2001/11/27  13:26:38
18431         Log: Subject: RE: [PATCH @ 13283] Devel::PPPort
18432              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
18433              Date: Tue, 27 Nov 2001 11:52:31 -0000
18434              Message-ID: <AIEAJICLCBDNAAOLLOKLMEECDGAA.paul_marquess@yahoo.co.uk>
18435      Branch: perl
18436            ! ext/Devel/PPPort/harness/Makefile.PL
18437 ____________________________________________________________________________
18438 [ 13310] By: jhi                                   on 2001/11/27  13:23:28
18439         Log: Subject: [PATCH t/TEST] Remove redundant #! parsing.  Deparse tests better.
18440              From: Michael G Schwern <schwern@pobox.com>
18441              Date: Tue, 27 Nov 2001 03:38:24 -0500
18442              Message-ID: <20011127033824.A17775@blackrider>
18443      Branch: perl
18444            ! t/TEST
18445 ____________________________________________________________________________
18446 [ 13309] By: jhi                                   on 2001/11/27  13:16:44
18447         Log: Subject: Re: perlcc very broken
18448              From: John Peacock <jpeacock@rowman.com>
18449              Date: Tue, 27 Nov 2001 06:48:01 -0500
18450              Message-ID: <3C037D71.4030508@rowman.com>
18451      Branch: perl
18452            ! utils/perlcc.PL
18453 ____________________________________________________________________________
18454 [ 13308] By: jhi                                   on 2001/11/27  12:57:49
18455         Log: Subject: [ID 20011126.150] t/op/pack patch to fix Useless use of unpack in void context at op/pack.t line 704. 
18456              From: David Dyck <dcd@tc.fluke.com>
18457              Date: Mon, 26 Nov 2001 22:04:38 -0800
18458              Message-Id: <200111270604.WAA20274@dd.tc.fluke.com>
18459      Branch: perl
18460            ! t/op/pack.t
18461 ____________________________________________________________________________
18462 [ 13307] By: jhi                                   on 2001/11/27  12:56:09
18463         Log: Subject: [ID 20011126.149] t/op/split fails step 37
18464              From: David Dyck <dcd@tc.fluke.com>
18465              Date: Mon, 26 Nov 2001 21:52:35 -0800
18466              Message-Id: <200111270552.VAA09394@dd.tc.fluke.com>
18467      Branch: perl
18468            ! t/op/split.t
18469 ____________________________________________________________________________
18470 [ 13306] By: gbarr                                 on 2001/11/27  12:19:40
18471         Log: incorporate last minute change from libnet 1.0901-tobe
18472      Branch: perl
18473            ! lib/Net/SMTP.pm
18474 ____________________________________________________________________________
18475 [ 13305] By: jhi                                   on 2001/11/27  02:39:35
18476         Log: Pass 7 at perldelta - random edits.
18477      Branch: perl
18478            ! pod/perldelta.pod
18479 ____________________________________________________________________________
18480 [ 13304] By: jhi                                   on 2001/11/27  02:04:19
18481         Log: Portability and skippage tweaks.
18482      Branch: perl
18483            ! t/op/split.t
18484 ____________________________________________________________________________
18485 [ 13303] By: jhi                                   on 2001/11/27  02:03:49
18486         Log: (retracted by #13449)
18487              Try to make Unicode casemapping to work for EBCDIC, too.
18488      Branch: perl
18489            ! utf8.c
18490 ____________________________________________________________________________
18491 [ 13302] By: jhi                                   on 2001/11/27  01:35:23
18492         Log: Just printing 1..0 is not quite enough...
18493      Branch: perl
18494            ! lib/Dumpvalue.t
18495 ____________________________________________________________________________
18496 [ 13301] By: jhi                                   on 2001/11/27  01:22:22
18497         Log: \141 is malformed "unexpected continuation byte" in UTF-EBCDIC.
18498              Delay the match until runtime.
18499      Branch: perl
18500            ! t/op/append.t
18501 ____________________________________________________________________________
18502 [ 13300] By: jhi                                   on 2001/11/27  01:08:10
18503         Log: UTF-EBCDIC.
18504      Branch: perl
18505            ! ext/Devel/Peek/Peek.t
18506 ____________________________________________________________________________
18507 [ 13299] By: jhi                                   on 2001/11/27  01:02:21
18508         Log: Be UTF-EBCDIC aware.
18509      Branch: perl
18510            ! lib/bytes.t
18511 ____________________________________________________________________________
18512 [ 13298] By: jhi                                   on 2001/11/27  00:59:44
18513         Log: Bad assumption which way digits and letters sort.
18514      Branch: perl
18515            ! lib/English.t
18516 ____________________________________________________________________________
18517 [ 13297] By: jhi                                   on 2001/11/27  00:55:04
18518         Log: If in EBCDIC but no Convert::EBCDIC
18519              the libnet tests will all fail.
18520      Branch: perl
18521            ! lib/Net/t/config.t lib/Net/t/ftp.t lib/Net/t/hostname.t
18522            ! lib/Net/t/netrc.t lib/Net/t/nntp.t lib/Net/t/require.t
18523            ! lib/Net/t/smtp.t lib/Net/t/time.t
18524 ____________________________________________________________________________
18525 [ 13296] By: jhi                                   on 2001/11/27  00:45:55
18526         Log: Just sorting to guarantee order is not enough.
18527              (Think EBCDIC.) 
18528      Branch: perl
18529            ! lib/ExtUtils/Manifest.t
18530 ____________________________________________________________________________
18531 [ 13295] By: jhi                                   on 2001/11/27  00:43:38
18532         Log: OS/390 cleanable gunk.
18533      Branch: perl
18534            ! lib/ExtUtils/MM_Unix.pm
18535 ____________________________________________________________________________
18536 [ 13294] By: jhi                                   on 2001/11/27  00:40:02
18537         Log: Update the EBCDIC MD5 checksums.
18538      Branch: perl
18539            ! ext/Digest/MD5/t/files.t
18540 ____________________________________________________________________________
18541 [ 13293] By: jhi                                   on 2001/11/27  00:28:40
18542         Log: Subject: [PATCH] Re: [PATCH] Re: [ID 20011118.128] installman chdir stuffs INC
18543              From: Nicholas Clark <nick@ccl4.org>
18544              Date: Mon, 26 Nov 2001 23:06:34 +0000
18545              Message-ID: <20011126230633.Q37621@plum.flirble.org>
18546      Branch: perl
18547            ! installman
18548 ____________________________________________________________________________
18549 [ 13292] By: jhi                                   on 2001/11/27  00:24:36
18550         Log: sort tweaks from John P. Linderman.
18551      Branch: perl
18552            ! lib/sort.pm lib/sort.t perl.h pp_sort.c
18553 ____________________________________________________________________________
18554 [ 13291] By: jhi                                   on 2001/11/27  00:20:09
18555         Log: Subject: [ID 20011126.148] Socket::inet_aton() incorrectly accepts null string
18556              From: Bob Dalgleish <Robert.Dalgleish@sk.sympatico.ca>          
18557              Date: Mon, 26 Nov 2001 18:47:25 -0600
18558              Message-Id: <B8283EBD.8414%Robert.Dalgleish@sk.sympatico.ca>
18559              
18560              Craig Berry submitted half of this patch just yesterday.
18561              Spooky cosmic resonance.
18562      Branch: perl
18563            ! ext/Socket/Socket.xs
18564 ____________________________________________________________________________
18565 [ 13290] By: jhi                                   on 2001/11/27  00:15:07
18566         Log: Subject: [PATCH] doio slightly smaller
18567              From: Nicholas Clark <nick@ccl4.org>
18568              Date: Tue, 27 Nov 2001 00:40:23 +0000      
18569              Message-ID: <20011127004023.S37621@plum.flirble.org>                 
18570      Branch: perl
18571            ! doio.c
18572 ____________________________________________________________________________
18573 [ 13289] By: jhi                                   on 2001/11/27  00:12:11
18574         Log: perldelta nits from Autrijus Tang and Ron Kimball.
18575      Branch: perl
18576            ! pod/perldelta.pod
18577 ____________________________________________________________________________
18578 [ 13288] By: jhi                                   on 2001/11/27  00:08:23
18579         Log: Subject: [PATCH] unpack P* uses random length for item
18580              From: "Wolfgang Laun" <wolfgang.laun@chello.at>               
18581              Date: Mon, 26 Nov 2001 19:56:32 +0100
18582              Message-ID: <200111261956320450.01E7217F@smtp.chello.at>
18583      Branch: perl
18584            ! pod/perldiag.pod pp_pack.c t/op/pack.t
18585 ____________________________________________________________________________
18586 [ 13287] By: jhi                                   on 2001/11/26  23:55:02
18587         Log: Subject: [PATCH current] system and taintedness
18588              From: Radu Greab <radu@netsoft.ro>
18589              Date: Mon, 26 Nov 2001 18:42:29 +0200
18590              Message-ID: <15362.28917.697078.551412@ix.netsoft.ro>
18591      Branch: perl
18592            ! pp_sys.c t/op/taint.t
18593 ____________________________________________________________________________
18594 [ 13286] By: jhi                                   on 2001/11/26  23:53:21
18595         Log: Subject: [PATCH @ 13283] Devel::PPPort
18596              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
18597              Date: Mon, 26 Nov 2001 14:37:17 -0000
18598              Message-ID: <AIEAJICLCBDNAAOLLOKLCECEDGAA.paul_marquess@yahoo.co.uk>
18599      Branch: perl
18600            + ext/Devel/PPPort/MANIFEST
18601            ! MANIFEST ext/Devel/PPPort/Makefile.PL
18602            ! ext/Devel/PPPort/PPPort.pm ext/Devel/PPPort/harness/Harness.pm
18603            ! ext/Devel/PPPort/harness/Harness.xs
18604            ! ext/Devel/PPPort/harness/Makefile.PL
18605            ! ext/Devel/PPPort/harness/module2.c
18606            ! ext/Devel/PPPort/harness/module3.c
18607            ! ext/Devel/PPPort/harness/t/test.t ext/Devel/PPPort/soak
18608 ____________________________________________________________________________
18609 [ 13285] By: jhi                                   on 2001/11/26  14:08:36
18610         Log: Update the test list.
18611      Branch: perl
18612            ! t/lib/1_compile.t
18613 ____________________________________________________________________________
18614 [ 13284] By: gbarr                                 on 2001/11/26  12:41:45
18615         Log: Sync-up tests with libnet distribution
18616      Branch: perl
18617            + lib/Net/t/netrc.t
18618            ! MANIFEST lib/Net/t/config.t lib/Net/t/hostname.t
18619 ____________________________________________________________________________
18620 [ 13283] By: jhi                                   on 2001/11/26  11:34:35
18621         Log: Update Changes.
18622      Branch: perl
18623            ! Changes patchlevel.h
18624 ____________________________________________________________________________
18625 [ 13282] By: jhi                                   on 2001/11/26  11:28:18
18626         Log: Upgrade to podlators 1.16.
18627      Branch: perl
18628            + lib/Pod/t/basic.cap
18629            ! MANIFEST lib/Pod/Man.pm lib/Pod/Text/Termcap.pm
18630            ! lib/Pod/t/basic.t pod/pod2man.PL
18631 ____________________________________________________________________________
18632 [ 13281] By: jhi                                   on 2001/11/26  11:11:08
18633         Log: Pass 6 at perldelta - sort enhancements, generic and
18634              platform specific bug fixes.
18635      Branch: perl
18636            ! pod/perldelta.pod
18637 ____________________________________________________________________________
18638 [ 13280] By: jhi                                   on 2001/11/26  10:35:56
18639         Log: PROPAGATE documentation from Tony Cook.
18640      Branch: perl
18641            ! pod/perlfunc.pod
18642 ____________________________________________________________________________
18643 [ 13279] By: jhi                                   on 2001/11/25  23:45:27
18644         Log: DJGPP cannot do signals that well.
18645      Branch: perl
18646            ! ext/POSIX/t/sigaction.t
18647 ____________________________________________________________________________
18648 [ 13278] By: jhi                                   on 2001/11/25  23:43:30
18649         Log: Can't do subsecond alarms without ualarm; and break out
18650              early if alarms do not seem to be coming in as expected.
18651      Branch: perl
18652            ! ext/Time/HiRes/HiRes.t
18653 ____________________________________________________________________________
18654 [ 13277] By: jhi                                   on 2001/11/25  23:01:39
18655         Log: No Socket, little Net.
18656      Branch: perl
18657            ! t/lib/1_compile.t
18658 ____________________________________________________________________________
18659 [ 13276] By: jhi                                   on 2001/11/25  22:58:44
18660         Log: Take the taint brush to the getcwds.
18661      Branch: perl
18662            ! djgpp/djgpp.c epoc/epoc.c os2/os2.c wince/wince.c
18663 ____________________________________________________________________________
18664 [ 13275] By: jhi                                   on 2001/11/25  21:42:02
18665         Log: Subject: [PATCH perl@13227] Socket::my_inet_aton() tweak
18666              From: "Craig A. Berry" <craigberry@mac.com>
18667              Date: Sun, 25 Nov 2001 16:20:45 -0600
18668              Message-Id: <5.1.0.14.2.20011125160848.01c59690@exchi01>
18669      Branch: perl
18670            ! ext/Socket/Socket.xs
18671 ____________________________________________________________________________
18672 [ 13274] By: jhi                                   on 2001/11/25  21:32:17
18673         Log: Since in some DOS filesystems the timestamp granularity
18674              may be only two seconds, better sleep for three to play safe.
18675              (Helps CygWin, at least.)
18676      Branch: perl
18677            ! lib/Memoize/t/expire_file.t
18678 ____________________________________________________________________________
18679 [ 13273] By: jhi                                   on 2001/11/25  21:22:10
18680         Log: For some reason CygWin wasn't collapsing multiple
18681              slashes into one, which made some Spec.t tests to fail.
18682              Either CygWin was being too prudish or the collapsing
18683              logic needs to be rethunk.
18684      Branch: perl
18685            ! lib/File/Spec/Unix.pm
18686 ____________________________________________________________________________
18687 [ 13272] By: jhi                                   on 2001/11/25  20:40:23
18688         Log: Cygwin needs to have libperl.dll around if trying to link
18689              with -lperl.  Note: this change cures the test but whether
18690              it cures CygPerl installation, I don't know: hopefully the
18691              libperl5_7_2.dll, or the version equivalent, gets installed
18692              also as libperl.dll to the proper place(s).
18693      Branch: perl
18694            ! lib/ExtUtils/Embed.t
18695 ____________________________________________________________________________
18696 [ 13271] By: jhi                                   on 2001/11/25  20:18:53
18697         Log: -I../lib/.. and -L../lib/..?  Strange.
18698      Branch: perl
18699            ! lib/ExtUtils/Embed.t
18700 ____________________________________________________________________________
18701 [ 13270] By: jhi                                   on 2001/11/25  19:57:54
18702         Log: $MM?
18703      Branch: perl
18704            ! lib/ExtUtils/Embed.pm
18705 ____________________________________________________________________________
18706 [ 13269] By: jhi                                   on 2001/11/25  19:46:55
18707         Log: Subject: [PATCH] Further replacement of EU::MM with File::Spec
18708              From: Dave Rolsky <autarch@urth.org>
18709              Date: Mon, 19 Nov 2001 18:17:09 -0600 (CST)
18710              Message-ID: <Pine.LNX.4.40.0111191750440.22189-100000@urth.org>
18711      Branch: perl
18712            ! lib/CPAN.pm lib/CPAN/FirstTime.pm lib/ExtUtils/Embed.pm
18713            ! lib/ExtUtils/Install.pm lib/ExtUtils/Installed.pm
18714 ____________________________________________________________________________
18715 [ 13268] By: jhi                                   on 2001/11/25  19:44:38
18716         Log: Subject: [REPATCH lib/DB.pm MANIFEST lib/DB.t] Rework DB.pm tests
18717              From: chromatic <chromatic@rmci.net>
18718              Date: Sat, 24 Nov 2001 14:56:57 -0700
18719              Message-ID: <20011124220430.97697.qmail@onion.perl.org>
18720              
18721              plus a tweak for ithreads builds.
18722      Branch: perl
18723            + lib/DB.t
18724            ! MANIFEST lib/DB.pm
18725 ____________________________________________________________________________
18726 [ 13267] By: jhi                                   on 2001/11/25  19:38:50
18727         Log: Win32 compilation tweaks for Blair Zajac.
18728      Branch: perl
18729            ! ext/IO/IO.xs ext/POSIX/POSIX.xs win32/win32.h
18730 ____________________________________________________________________________
18731 [ 13266] By: jhi                                   on 2001/11/25  19:11:38
18732         Log: I don't think trying to bracket the hires time with lores
18733              times is going to be portable enough: Cygwin seems to be
18734              capable of getting hires ones rather consistently lower
18735              than the lores ones.  So let's try average difference instead.
18736      Branch: perl
18737            ! ext/Time/HiRes/HiRes.t
18738 ____________________________________________________________________________
18739 [ 13265] By: jhi                                   on 2001/11/25  18:28:04
18740         Log: Subject: Re: benchmarks, sorts and reproducibility
18741              From: "John P. Linderman" <jpl@research.att.com>
18742              Date: Sun, 25 Nov 2001 14:25:18 -0500 (EST)
18743              Message-Id: <200111251925.OAA77172@raptor.research.att.com>
18744              
18745              Randomize large partitions for quicksort to dodge the
18746              angry gods of quadratic.
18747      Branch: perl
18748            ! pp_sort.c
18749 ____________________________________________________________________________
18750 [ 13264] By: jhi                                   on 2001/11/25  18:23:54
18751         Log: The joys of portable quoting.
18752      Branch: perl
18753            ! ext/Devel/PPPort/harness/Makefile.PL
18754 ____________________________________________________________________________
18755 [ 13263] By: jhi                                   on 2001/11/25  18:12:31
18756         Log: sort pragma tweaks.
18757      Branch: perl
18758            ! lib/sort.pm
18759 ____________________________________________________________________________
18760 [ 13262] By: jhi                                   on 2001/11/25  17:10:09
18761         Log: Skip the link= directives of utils.lst if no mandir
18762              (if no manpages).
18763      Branch: perl
18764            ! installman
18765 ____________________________________________________________________________
18766 [ 13261] By: gsar                                  on 2001/11/25  16:48:38
18767         Log: integrate changes#8340,13260 from mainline
18768              
18769              Subject: [PATCH] Re: [ID 20010105.002] close() on process filehandle leaves defunct process
18770              
18771              change#3373 introduced a handle leak in backticks and piped open()s
18772              that fail
18773      Branch: maint-5.6/perl
18774            ! t/io/pipe.t util.c
18775 ____________________________________________________________________________
18776 [ 13260] By: gsar                                  on 2001/11/25  16:37:29
18777         Log: change#3373 introduced a handle leak in backticks and piped open()s
18778              that fail
18779      Branch: perl
18780            ! util.c
18781 ____________________________________________________________________________
18782 [ 13259] By: jhi                                   on 2001/11/25  05:58:47
18783         Log: metaconfig unit change for #13258.
18784      Branch: metaconfig/U/perl
18785            ! d_procselfexe.U
18786 ____________________________________________________________________________
18787 [ 13258] By: jhi                                   on 2001/11/25  05:58:30
18788         Log: Extraenous breaks noticed by David Dyck.
18789      Branch: perl
18790            ! Configure
18791 ____________________________________________________________________________
18792 [ 13257] By: jhi                                   on 2001/11/25  05:32:18
18793         Log: Revert the /proc/self/auxv experiment for now.
18794      Branch: perl
18795            ! lib/ExtUtils.t perl.c t/lib/1_compile.t
18796 ____________________________________________________________________________
18797 [ 13256] By: jhi                                   on 2001/11/25  04:59:31
18798         Log: Also ExtUtils.t had $^X assumptions.
18799      Branch: perl
18800            ! lib/ExtUtils.t
18801 ____________________________________________________________________________
18802 [ 13255] By: jhi                                   on 2001/11/25  04:20:02
18803         Log: Now is Solaris if you start the t/perl in the t/
18804              as "./perl", the $^X will be "../perl", not "./perl".
18805      Branch: perl
18806            ! t/lib/1_compile.t
18807 ____________________________________________________________________________
18808 [ 13254] By: jhi                                   on 2001/11/25  03:59:06
18809         Log: The new way of finding out $^X in Solaris
18810              requires a little tweak if the executable
18811              pathname is *not* absolute: prepend "./"
18812              (otherwise `$^X ...` will start perl from PATH...)
18813      Branch: perl
18814            ! perl.c
18815 ____________________________________________________________________________
18816 [ 13253] By: jhi                                   on 2001/11/25  03:18:05
18817         Log: Avoid "will not stay shared" warnings.
18818      Branch: perl
18819            ! lib/ExtUtils/MM_Unix.pm
18820 ____________________________________________________________________________
18821 [ 13252] By: jhi                                   on 2001/11/25  03:00:49
18822         Log: Subject: [PATCH perl.c util.c pp_sys.c t/op/magic.t] $$ readonly, take two
18823              From: Michael G Schwern <schwern@pobox.com>
18824              Date: Sat, 24 Nov 2001 19:56:18 -0500
18825              Message-ID: <20011124195618.A14614@blackrider>            
18826      Branch: perl
18827            ! perl.c pp_sys.c t/op/magic.t util.c
18828 ____________________________________________________________________________
18829 [ 13251] By: jhi                                   on 2001/11/25  02:48:04
18830         Log: In the MakeMaker pm_to_blib target don't copy all
18831              the files in one fell swoop, deal with them hunkwise,
18832              helps for CLIs with limited line lengths.
18833              (This seems to help for DJGPP building Encode,
18834              where there are dozens of files to copy.)
18835      Branch: perl
18836            ! lib/ExtUtils/MM_Unix.pm
18837 ____________________________________________________________________________
18838 [ 13250] By: gsar                                  on 2001/11/25  00:50:10
18839         Log: testsuite leaves stray files behind on windows
18840      Branch: perl
18841            ! lib/ExtUtils/Embed.t lib/ExtUtils/Mkbootstrap.t lib/Shell.t
18842 ____________________________________________________________________________
18843 [ 13249] By: gsar                                  on 2001/11/25  00:32:36
18844         Log: xsubpp produces a spurious warning on directories called 'typemap'
18845      Branch: perl
18846            ! lib/ExtUtils/xsubpp
18847 ____________________________________________________________________________
18848 [ 13248] By: gsar                                  on 2001/11/25  00:17:28
18849         Log: xsubpp treats invalid (indented) cpp directives as comments
18850      Branch: perl
18851            ! ext/IO/IO.xs
18852 ____________________________________________________________________________
18853 [ 13247] By: gsar                                  on 2001/11/25  00:02:37
18854         Log: $(MAKE) distclean shouldn't blow away ../lib/Thread.pm
18855      Branch: perl
18856            ! win32/Makefile win32/Makefile.win64 win32/makefile.mk
18857 ____________________________________________________________________________
18858 [ 13246] By: jhi                                   on 2001/11/24  21:45:32
18859         Log: The debug_pag needs to be visible at all times
18860              because of the re extension.
18861      Branch: perl
18862            ! intrpvar.h makedef.pl perl.c perl.h regexec.c
18863 ____________________________________________________________________________
18864 [ 13245] By: jhi                                   on 2001/11/24  20:09:20
18865         Log: Subject: Re: [PATCH] Tests are good
18866              From: Philip Newton <Philip.Newton@gmx.net>
18867              Date: Sat, 24 Nov 2001 21:24:00 +0100
18868              Message-ID: <4c000us22s27871hrsqnvjmtnvtd4r85u1@4ax.com>
18869      Branch: perl
18870            ! pod/perlhack.pod
18871 ____________________________________________________________________________
18872 [ 13244] By: jhi                                   on 2001/11/24  19:06:29
18873         Log: Subject: [PATCH perl@13227] make PPPort/harness build on VMS
18874              From: "Craig A. Berry" <craigberry@mac.com> 
18875              Date: Sat, 24 Nov 2001 12:45:44 -0600
18876              Message-Id: <5.1.0.14.2.20011124030253.01bd4b98@exchi01>
18877              
18878              (with tweaks, and combined with Sarathy's #13242)
18879      Branch: perl
18880            ! configure.com ext/Devel/PPPort/harness/Makefile.PL
18881 ____________________________________________________________________________
18882 [ 13243] By: jhi                                   on 2001/11/24  18:46:31
18883         Log: Subject: Re: [PATCH] Make Exporter::Heavy use Universal->VERSION()
18884              From: John Peacock <jpeacock@rowman.com>
18885              Date: Sat, 24 Nov 2001 14:27:46 -0500
18886              Message-ID: <3BFFF4B2.40509@rowman.com> 
18887      Branch: perl
18888            ! lib/Exporter/Heavy.pm
18889 ____________________________________________________________________________
18890 [ 13242] By: gsar                                  on 2001/11/24  17:16:18
18891         Log: use portable quotes
18892      Branch: perl
18893            ! ext/Devel/PPPort/harness/Makefile.PL
18894 ____________________________________________________________________________
18895 [ 13241] By: jhi                                   on 2001/11/24  17:09:25
18896         Log: Subject: [PATCH] Re: [ID 20011118.128] installman chdir stuffs INC
18897              From: Nicholas Clark <nick@ccl4.org>
18898              Date: Sat, 24 Nov 2001 18:06:26 +0000
18899              Message-ID: <20011124180626.T37621@plum.flirble.org>
18900      Branch: perl
18901            ! installman
18902 ____________________________________________________________________________
18903 [ 13240] By: jhi                                   on 2001/11/24  17:06:11
18904         Log: Subject: [PATCH] perl5005delta.pod L<>
18905              From: Nicholas Clark <nick@ccl4.org>
18906              Date: Sat, 24 Nov 2001 18:04:21 +0000
18907              Message-ID: <20011124180421.S37621@plum.flirble.org>
18908      Branch: perl
18909            ! pod/perl5005delta.pod
18910 ____________________________________________________________________________
18911 [ 13239] By: gsar                                  on 2001/11/24  17:01:17
18912         Log: fix typo in config.vc; regenerate win32 config_H.* files
18913      Branch: perl
18914            ! win32/config.vc win32/config_H.bc win32/config_H.gc
18915            ! win32/config_H.vc
18916 ____________________________________________________________________________
18917 [ 13238] By: jhi                                   on 2001/11/24  16:16:01
18918         Log: Mention the charnames::vianame().
18919      Branch: perl
18920            ! pod/perluniintro.pod
18921 ____________________________________________________________________________
18922 [ 13237] By: jhi                                   on 2001/11/24  16:12:31
18923         Log: Add charnames::vianame() in case people want to access
18924              the codes in run-time (as opposed to the compile-timeness
18925              of \N{...}).
18926      Branch: perl
18927            ! lib/charnames.pm lib/charnames.t
18928 ____________________________________________________________________________
18929 [ 13236] By: jhi                                   on 2001/11/24  16:11:04
18930         Log: Subject: [PATCH] memset() is cheaper than a loop of 256 bit-a-a-times
18931              From: Nicholas Clark <nick@ccl4.org>
18932              Date: Sat, 24 Nov 2001 16:30:42 +0000
18933              Message-ID: <20011124163042.R37621@plum.flirble.org>
18934      Branch: perl
18935            ! regcomp.c regcomp.h
18936 ____________________________________________________________________________
18937 [ 13235] By: jhi                                   on 2001/11/24  15:26:37
18938         Log: Subject: [PATCH] Re: Smoke 13191 /pro/3gl/CPAN/perl-current
18939              From: Nicholas Clark <nick@ccl4.org>
18940              Date: Sat, 24 Nov 2001 16:24:33 +0000
18941              Message-ID: <20011124162433.Q37621@plum.flirble.org>
18942              
18943              cmp fixes.
18944      Branch: perl
18945            ! pp.c
18946 ____________________________________________________________________________
18947 [ 13234] By: jhi                                   on 2001/11/24  15:23:34
18948         Log: Use /proc/self/auxv in Solaris to figure out the $^X.
18949              (It seems that "./perl" gets resolved to "perl" now.)
18950      Branch: perl
18951            ! perl.c
18952 ____________________________________________________________________________
18953 [ 13233] By: jhi                                   on 2001/11/24  14:58:52
18954         Log: Subject: [PATCH] DB_File 1.800        
18955              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>               
18956              Date: Sat, 24 Nov 2001 11:41:41 -0000
18957              Message-ID: <AIEAJICLCBDNAAOLLOKLIEPMDFAA.paul_marquess@yahoo.co.uk>
18958      Branch: perl
18959            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
18960            ! ext/DB_File/DB_File.xs ext/DB_File/Makefile.PL
18961            ! ext/DB_File/t/db-btree.t ext/DB_File/t/db-hash.t
18962            ! ext/DB_File/t/db-recno.t
18963 ____________________________________________________________________________
18964 [ 13232] By: jhi                                   on 2001/11/24  14:48:34
18965         Log: Tweak the PUSHED documentation.
18966      Branch: perl
18967            ! ext/PerlIO/Via/Via.pm
18968 ____________________________________________________________________________
18969 [ 13231] By: jhi                                   on 2001/11/24  04:09:41
18970         Log: Update 1_compile for new known tests.
18971      Branch: perl
18972            ! t/lib/1_compile.t
18973 ____________________________________________________________________________
18974 [ 13230] By: jhi                                   on 2001/11/24  04:07:39
18975         Log: Move the MBF/MBI test modules to t/lib.
18976      Branch: perl
18977            + t/lib/Math/BigFloat/Subclass.pm t/lib/Math/BigInt/Subclass.pm
18978            - lib/Math/BigInt/t/Math/BigFloat/Subclass.pm
18979            - lib/Math/BigInt/t/Math/BigInt/Subclass.pm
18980            ! MANIFEST lib/Math/BigInt/t/sub_mbf.t
18981            ! lib/Math/BigInt/t/sub_mbi.t
18982 ____________________________________________________________________________
18983 [ 13229] By: jhi                                   on 2001/11/23  23:09:27
18984         Log: Subject: [PATCH perl@13227] configure.com follow-up to 13218
18985              From: "Craig A. Berry" <craigberry@mac.com> 
18986              Date: Fri, 23 Nov 2001 18:05:35 -0600
18987              Message-Id: <5.1.0.14.2.20011123175131.01abe358@exchi01>
18988      Branch: perl
18989            ! configure.com
18990 ____________________________________________________________________________
18991 [ 13228] By: jhi                                   on 2001/11/23  21:11:56
18992         Log: Subject: [PATCH: perl@13169] switch unfcmb.h to employ 'STDCHAR' in place of char    
18993              From: PPrymmer@factset.com 
18994              Date: Fri, 23 Nov 2001 17:03:07 -0500
18995              Message-ID: <OFA09CCF98.F3E93041-ON85256B0D.00787706@55.25.11>                 
18996      Branch: perl
18997            ! ext/Unicode/Normalize/mkheader
18998 ____________________________________________________________________________
18999 [ 13227] By: jhi                                   on 2001/11/23  20:09:36
19000         Log: Here are the right helper files.
19001      Branch: perl
19002            + t/lib/Filter/Simple/ExportTest.pm
19003            + t/lib/Filter/Simple/FilterOnlyTest.pm
19004            + t/lib/Filter/Simple/FilterTest.pm
19005            + t/lib/Filter/Simple/ImportTest.pm
19006            ! MANIFEST
19007 ____________________________________________________________________________
19008 [ 13226] By: jhi                                   on 2001/11/23  20:03:28
19009         Log: Update Changes.
19010      Branch: perl
19011            ! Changes patchlevel.h
19012 ____________________________________________________________________________
19013 [ 13225] By: jhi                                   on 2001/11/23  19:53:53
19014         Log: Never mind.
19015      Branch: perl
19016            - lib/Filter/Simple/lib/ExportTest.pm
19017            - lib/Filter/Simple/lib/ImportTest.pm
19018 ____________________________________________________________________________
19019 [ 13224] By: jhi                                   on 2001/11/23  19:52:03
19020         Log: Mis-add.
19021      Branch: perl
19022            + lib/Filter/Simple/lib/ExportTest.pm
19023            + lib/Filter/Simple/lib/ImportTest.pm
19024 ____________________________________________________________________________
19025 [ 13223] By: jhi                                   on 2001/11/23  19:39:57
19026         Log: Upgrade to Filter::Simple 0.77.
19027      Branch: perl
19028            + lib/Filter/Simple/t/export.t lib/Filter/Simple/t/import.t
19029            - t/lib/FilterOnlyTest.pm t/lib/FilterTest.pm
19030            ! MANIFEST lib/Filter/Simple.pm lib/Filter/Simple/Changes
19031            ! lib/Filter/Simple/README lib/Filter/Simple/t/data.t
19032            ! lib/Filter/Simple/t/filter.t lib/Filter/Simple/t/filter_only.t
19033 ____________________________________________________________________________
19034 [ 13222] By: jhi                                   on 2001/11/23  19:12:20
19035         Log: Missing p4 add.
19036      Branch: perl
19037            + lib/ExtUtils/MM_VMS.t
19038 ____________________________________________________________________________
19039 [ 13221] By: jhi                                   on 2001/11/23  19:10:18
19040         Log: Pass 5 at perldelta - module and utility updates cleanup.
19041      Branch: perl
19042            ! pod/perldelta.pod
19043 ____________________________________________________________________________
19044 [ 13220] By: jhi                                   on 2001/11/23  18:55:20
19045         Log: metaconfig unit change for #13219.
19046      Branch: metaconfig/U/perl
19047            ! d_procselfexe.U
19048 ____________________________________________________________________________
19049 [ 13219] By: jhi                                   on 2001/11/23  18:55:06
19050         Log: Regen Porting stuff; regen toc; cleanup nit in Configure.
19051      Branch: perl
19052            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
19053            ! pod/buildtoc.PL pod/perltoc.pod
19054 ____________________________________________________________________________
19055 [ 13218] By: jhi                                   on 2001/11/23  18:48:18
19056         Log: Add procselfexe and d_dirfd to strange lands.
19057      Branch: perl
19058            ! NetWare/config.wc configure.com epoc/config.sh uconfig.h
19059            ! uconfig.sh vos/config.alpha.def vos/config.alpha.h
19060            ! vos/config.ga.def vos/config.ga.h win32/config.bc
19061            ! win32/config.gc win32/config.vc win32/config.win64
19062            ! wince/config.ce
19063 ____________________________________________________________________________
19064 [ 13217] By: jhi                                   on 2001/11/23  18:47:41
19065         Log: metaconfig unit change for #13216.
19066      Branch: metaconfig/U/perl
19067            ! d_procselfexe.U
19068 ____________________________________________________________________________
19069 [ 13216] By: jhi                                   on 2001/11/23  18:47:17
19070         Log: Better to "quote" the pathname.
19071      Branch: perl
19072            ! Configure config_h.SH
19073 ____________________________________________________________________________
19074 [ 13215] By: jhi                                   on 2001/11/23  18:34:24
19075         Log: Use PROCSELFEXE_PATH.
19076      Branch: perl
19077            ! perl.c
19078 ____________________________________________________________________________
19079 [ 13214] By: jhi                                   on 2001/11/23  18:31:27
19080         Log: metaconfig unit change for #13213.
19081      Branch: metaconfig/U/perl
19082            ! d_procselfexe.U
19083 ____________________________________________________________________________
19084 [ 13213] By: jhi                                   on 2001/11/23  18:31:13
19085         Log: Add probing for BSD-like /proc/curproc/file.
19086      Branch: perl
19087            ! Configure config_h.SH
19088 ____________________________________________________________________________
19089 [ 13212] By: jhi                                   on 2001/11/23  18:10:05
19090         Log: metaconfig unit change for 13211.
19091      Branch: metaconfig/U/perl
19092            + d_dirfd.U
19093 ____________________________________________________________________________
19094 [ 13211] By: jhi                                   on 2001/11/23  18:09:37
19095         Log: Add probing for dirfd() so that it can be added it IO::Dir.
19096      Branch: perl
19097            ! Configure config_h.SH perl.h
19098 ____________________________________________________________________________
19099 [ 13210] By: jhi                                   on 2001/11/23  17:37:27
19100         Log: ...and update the test count.
19101      Branch: perl
19102            ! lib/Pod/t/basic.t
19103 ____________________________________________________________________________
19104 [ 13209] By: jhi                                   on 2001/11/23  17:19:12
19105         Log: Must remove the cap test also from the test script.
19106      Branch: perl
19107            ! lib/Pod/t/basic.t
19108 ____________________________________________________________________________
19109 [ 13208] By: jhi                                   on 2001/11/23  17:11:58
19110         Log: Subject: [PATCH] Tests are good
19111              From: Nicholas Clark <nick@ccl4.org>
19112              Date: Fri, 23 Nov 2001 18:12:21 +0000
19113              Message-ID: <20011123181220.F37621@plum.flirble.org>
19114      Branch: perl
19115            ! pod/perlhack.pod
19116 ____________________________________________________________________________
19117 [ 13207] By: jhi                                   on 2001/11/23  17:08:31
19118         Log: The basic.cap from podlators 1.14 is not very portable.
19119      Branch: perl
19120            - lib/Pod/t/basic.cap
19121            ! MANIFEST
19122 ____________________________________________________________________________
19123 [ 13206] By: jhi                                   on 2001/11/23  16:41:13
19124         Log: Subject: Re: [DOC PATCHES] pod cleanups
19125              From: rgarciasuarez@free.fr (Rafael Garcia-Suarez)
19126              Date: 22 Nov 2001 12:54:16 -0000
19127              Message-Id: <slrn9vptci.klv.rgarciasuarez@rafael.kazibao.net>
19128      Branch: perl
19129            ! pod/perlfunc.pod pod/perlmodinstall.pod pod/perlre.pod
19130            ! pod/perlretut.pod pod/perluniintro.pod vms/perlvms.pod
19131 ____________________________________________________________________________
19132 [ 13205] By: jhi                                   on 2001/11/23  16:38:10
19133         Log: FAQ sync.
19134      Branch: perl
19135            ! pod/perlfaq.pod pod/perlfaq3.pod pod/perlfaq4.pod
19136 ____________________________________________________________________________
19137 [ 13204] By: jhi                                   on 2001/11/23  16:37:21
19138         Log: Subject: [PATCH: perl@13169] inital testing for MM_VMS 
19139              From: PPrymmer@factset.com
19140              Date: Fri, 23 Nov 2001 11:43:45 -0500
19141              Message-ID: <OFC84EA224.295430FF-ON85256B0D.005BB70C@55.25.11>
19142      Branch: perl
19143            ! MANIFEST lib/ExtUtils/MM_VMS.pm
19144 ____________________________________________________________________________
19145 [ 13203] By: jhi                                   on 2001/11/23  15:47:13
19146         Log: Corify podlators 1.14 test.
19147      Branch: perl
19148            ! lib/Pod/t/basic.t
19149 ____________________________________________________________________________
19150 [ 13202] By: jhi                                   on 2001/11/23  15:38:36
19151         Log: Output tweak needed because of podlators 1.14.
19152      Branch: perl
19153            ! t/pod/multiline_items.xr
19154 ____________________________________________________________________________
19155 [ 13201] By: jhi                                   on 2001/11/23  15:38:04
19156         Log: Upgrade to podlators 1.14.
19157      Branch: perl
19158            + lib/Pod/t/basic.cap lib/Pod/t/basic.clr lib/Pod/t/basic.man
19159            + lib/Pod/t/basic.ovr lib/Pod/t/basic.pod lib/Pod/t/basic.t
19160            + lib/Pod/t/basic.txt lib/Pod/t/parselink.t
19161            ! MANIFEST lib/Pod/Man.pm lib/Pod/ParseLink.pm lib/Pod/Text.pm
19162            ! lib/Pod/Text/Overstrike.pm
19163 ____________________________________________________________________________
19164 [ 13200] By: jhi                                   on 2001/11/23  15:32:06
19165         Log: perlmodinstall tweaks from Philip Newton.
19166      Branch: perl
19167            ! pod/perlmodinstall.pod
19168 ____________________________________________________________________________
19169 [ 13199] By: jhi                                   on 2001/11/23  15:05:02
19170         Log: Subject: Re: [PATCH] Porting/genlog -bi and range
19171              From: Autrijus Tang <autrijus@autrijus.org>           
19172              Date: Fri, 23 Nov 2001 23:55:53 +0800
19173              Message-ID: <20011123235553.A2310@not.autrijus.org>
19174      Branch: perl
19175            ! Porting/genlog
19176 ____________________________________________________________________________
19177 [ 13198] By: jhi                                   on 2001/11/23  14:58:40
19178         Log: Subject: Re: regex oddness with \Z and $&
19179              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>  
19180              Date: Fri, 23 Nov 2001 15:15:24 +0000
19181              Message-Id: <200111231515.fANFFOR10341@crypt.compulink.co.uk>
19182      Branch: perl
19183            ! regcomp.c t/op/re_tests
19184 ____________________________________________________________________________
19185 [ 13197] By: jhi                                   on 2001/11/23  14:44:19
19186         Log: regen_headers.
19187      Branch: perl
19188            ! embed.h global.sym pod/perlapi.pod proto.h
19189 ____________________________________________________________________________
19190 [ 13196] By: jhi                                   on 2001/11/23  14:24:08
19191         Log: Forgotten check-in.
19192      Branch: perl
19193            ! pod/perlapi.pod
19194 ____________________________________________________________________________
19195 [ 13195] By: jhi                                   on 2001/11/23  14:23:49
19196         Log: Remembered everything in 13152 but Test/Simple.pm itself, duh.
19197      Branch: perl
19198            ! lib/Test/Simple.pm
19199 ____________________________________________________________________________
19200 [ 13194] By: jhi                                   on 2001/11/22  11:31:59
19201         Log: Retract #13173 (effectively retract Net::Ping 2.06,
19202              go back to 2.04, the 2.06 hasn't seen the patches
19203              that have gone to the blead version.)
19204      Branch: perl
19205            - lib/Net/Ping/CHANGES lib/Net/Ping/README
19206            - lib/Net/Ping/t/100_load.t lib/Net/Ping/t/110_icmp_inst.t
19207            - lib/Net/Ping/t/120_udp_inst.t lib/Net/Ping/t/130_tcp_inst.t
19208            - lib/Net/Ping/t/200_ping_tcp.t
19209            ! MANIFEST lib/Net/Ping.pm
19210 ____________________________________________________________________________
19211 [ 13193] By: jhi                                   on 2001/11/22  11:27:49
19212         Log: Subject: Re: [PATCH perldoc] problems with pod2man         
19213              From: Robin Barker <rmb1@cise.npl.co.uk>
19214              Date: Thu, 22 Nov 2001 11:00:38 GMT
19215              Message-Id: <200111221100.LAA08582@tempest.npl.co.uk>
19216      Branch: perl
19217            ! utils/perldoc.PL
19218 ____________________________________________________________________________
19219 [ 13192] By: jhi                                   on 2001/11/22  05:06:35
19220         Log: metaconfig unit change for #13191.
19221      Branch: metaconfig/U/perl
19222            ! d_procselfexe.U
19223 ____________________________________________________________________________
19224 [ 13191] By: jhi                                   on 2001/11/22  05:06:09
19225         Log: procselfexe tweak: for some reason I had a ls in
19226              /proc/self/exe, not the ls Configure thought it
19227              would found.
19228      Branch: perl
19229            ! Configure
19230 ____________________________________________________________________________
19231 [ 13190] By: jhi                                   on 2001/11/22  04:45:36
19232         Log: Corify the Net::Ping tests; skip the tests
19233              unless $ENV{PERL_TEST_Net_Ping} is true.
19234      Branch: perl
19235            ! lib/Net/Ping/t/100_load.t lib/Net/Ping/t/110_icmp_inst.t
19236            ! lib/Net/Ping/t/120_udp_inst.t lib/Net/Ping/t/130_tcp_inst.t
19237            ! lib/Net/Ping/t/200_ping_tcp.t
19238 ____________________________________________________________________________
19239 [ 13189] By: jhi                                   on 2001/11/22  04:44:03
19240         Log: metaconfig units changes for #13188.
19241      Branch: metaconfig
19242            ! U/modified/Head.U
19243      Branch: metaconfig/U/perl
19244            ! issymlink.U
19245 ____________________________________________________________________________
19246 [ 13188] By: jhi                                   on 2001/11/22  04:43:29
19247         Log: The #13182 didn't really help.  The real problem
19248              seems to be that 'sh' can in AIX mean at least three
19249              different things, and we can't know which one it is
19250              unless we export $newsh from an earlier run (and it's
19251              the 'bsh' aka 'sh' that has the the broken test -h).
19252      Branch: perl
19253            ! Configure
19254 ____________________________________________________________________________
19255 [ 13187] By: gsar                                  on 2001/11/22  03:42:58
19256         Log: local(*CORE::GLOBAL::require) doesn't behave like other overrides 
19257      Branch: perl
19258            ! op.c t/op/override.t
19259 ____________________________________________________________________________
19260 [ 13186] By: jhi                                   on 2001/11/22  03:18:49
19261         Log: Subject: [PATCH: perl@13169] add Shell.t tests for VMS
19262              From: PPrymmer@factset.com 
19263              Date: Wed, 21 Nov 2001 20:17:25 -0500
19264              Message-ID: <OF6DA93FFA.A954A0D4-ON85256B0C.0006DDF9@55.25.11>
19265      Branch: perl
19266            ! lib/Shell.t
19267 ____________________________________________________________________________
19268 [ 13185] By: jhi                                   on 2001/11/22  03:09:27
19269         Log: Reapply perlmodinstall parts of #12897.
19270      Branch: perl
19271            ! pod/perlmodinstall.pod
19272 ____________________________________________________________________________
19273 [ 13184] By: jhi                                   on 2001/11/22  03:08:00
19274         Log: perlmodinstall 2.01 from Jon Orwant.
19275      Branch: perl
19276            ! pod/perlmodinstall.pod
19277 ____________________________________________________________________________
19278 [ 13183] By: jhi                                   on 2001/11/21  22:33:20
19279         Log: Subject: [PATCH @10907] REXX on OS/2
19280              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
19281              Date: Wed, 21 Nov 2001 15:26:11 -0500
19282              Message-ID: <20011121152611.A13664@math.ohio-state.edu>
19283      Branch: perl
19284            ! os2/Makefile.SHs os2/OS2/REXX/REXX.pm os2/OS2/REXX/REXX.xs
19285            ! os2/OS2/REXX/t/rx_cmprt.t os2/os2.c os2/perlrexx.c
19286 ____________________________________________________________________________
19287 [ 13182] By: jhi                                   on 2001/11/21  22:31:10
19288         Log: metaconfig unit change for #13181.
19289      Branch: metaconfig/U/perl
19290            ! issymlink.U
19291 ____________________________________________________________________________
19292 [ 13181] By: jhi                                   on 2001/11/21  22:30:37
19293         Log: AIX has broken builtin 'test'.
19294      Branch: perl
19295            ! Configure
19296 ____________________________________________________________________________
19297 [ 13180] By: jhi                                   on 2001/11/21  22:27:16
19298         Log: Subject: [PATCH 5.7.x] INSTALL size update
19299              From: Andy Dougherty <doughera@lafayette.edu>
19300              Date: Wed, 21 Nov 2001 14:49:21 -0500 (EST) 
19301              Message-ID: <Pine.SOL.4.10.10111211448190.16009-100000@maxwell.phys.lafayette.edu>         
19302      Branch: perl
19303            ! INSTALL
19304 ____________________________________________________________________________
19305 [ 13179] By: jhi                                   on 2001/11/21  22:25:14
19306         Log: Implement the sort pragma.  Split sort code from pp_ctl.c
19307              to pp_sort.c.  Includes the quicksort stabilizing layer
19308              from John P. Linderman.  -Msort=qsort or -Msort=fast is
19309              faster than without (or with -Msort=mergesort or -Msort=safe)
19310              for short random inputs, but for some reason not quite as fast
19311              as 5.6.1 qsort.  More benchmarking, profiling, tuning, and
19312              optimizing definitely needed.
19313      Branch: perl
19314            + lib/sort.pm lib/sort.t pp_sort.c
19315            ! MANIFEST Makefile.SH Makefile.micro NetWare/Makefile embed.h
19316            ! embed.pl global.sym perl.h pp_ctl.c proto.h
19317            ! vms/descrip_mms.template vos/build.cm win32/Makefile
19318            ! win32/makefile.mk wince/Makefile.ce
19319 ____________________________________________________________________________
19320 [ 13178] By: gbarr                                 on 2001/11/21  18:30:10
19321         Log: Sync file with libnet-1.0901-tobe
19322      Branch: perl
19323            + lib/Net/t/config.t lib/Net/t/libnet_t.pl lib/Net/t/time.t
19324            ! MANIFEST lib/Net/ChangeLog.libnet lib/Net/Config.pm
19325            ! lib/Net/Domain.pm lib/Net/FTP.pm lib/Net/FTP/E.pm
19326            ! lib/Net/FTP/L.pm lib/Net/NNTP.pm lib/Net/POP3.pm
19327            ! lib/Net/SMTP.pm lib/Net/libnetFAQ.pod
19328 ____________________________________________________________________________
19329 [ 13177] By: jhi                                   on 2001/11/21  17:31:28
19330         Log: Subject: [PATCH perldoc] problems with pod2man
19331              From: Robin Barker <rmb1@cise.npl.co.uk>
19332              Date: Wed, 21 Nov 2001 17:48:51 GMT
19333              Message-Id: <200111211748.RAA07123@tempest.npl.co.uk>
19334      Branch: perl
19335            ! utils/perldoc.PL
19336 ____________________________________________________________________________
19337 [ 13176] By: jhi                                   on 2001/11/21  17:27:30
19338         Log: debug_pad only visible when debugging.
19339      Branch: perl
19340            ! makedef.pl
19341 ____________________________________________________________________________
19342 [ 13175] By: jhi                                   on 2001/11/21  16:02:14
19343         Log: metaconfig units changes for #13174.
19344      Branch: metaconfig/U/perl
19345            + d_procselfexe.U
19346            - procselfexe.U
19347 ____________________________________________________________________________
19348 [ 13174] By: jhi                                   on 2001/11/21  16:01:39
19349         Log: procselfexe tweaks.
19350      Branch: perl
19351            ! Configure config_h.SH
19352 ____________________________________________________________________________
19353 [ 13173] By: jhi                                   on 2001/11/21  15:55:08
19354         Log: Upgrade to Net::Ping 2.06.
19355      Branch: perl
19356            + lib/Net/Ping/CHANGES lib/Net/Ping/README
19357            + lib/Net/Ping/t/100_load.t lib/Net/Ping/t/110_icmp_inst.t
19358            + lib/Net/Ping/t/120_udp_inst.t lib/Net/Ping/t/130_tcp_inst.t
19359            + lib/Net/Ping/t/200_ping_tcp.t
19360            ! MANIFEST lib/Net/Ping.pm
19361 ____________________________________________________________________________
19362 [ 13172] By: jhi                                   on 2001/11/21  15:17:13
19363         Log: Upgrade to Math::BigInt 1.47.
19364      Branch: perl
19365            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm
19366            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bigfltpm.inc
19367            ! lib/Math/BigInt/t/bigfltpm.t lib/Math/BigInt/t/bigintc.t
19368            ! lib/Math/BigInt/t/bigintpm.inc lib/Math/BigInt/t/bigintpm.t
19369            ! lib/Math/BigInt/t/mbimbf.t lib/Math/BigInt/t/sub_mbf.t
19370            ! lib/Math/BigInt/t/sub_mbi.t
19371 ____________________________________________________________________________
19372 [ 13171] By: jhi                                   on 2001/11/21  15:03:53
19373         Log: Dynaloading for POSIX-BC from Thomas Dorner.
19374      Branch: perl
19375            ! hints/posix-bc.sh
19376 ____________________________________________________________________________
19377 [ 13170] By: jhi                                   on 2001/11/21  15:02:39
19378         Log: Strange: the same mysterious regex study bug
19379              seems to be present both in OS/390 and POSIX-BC.
19380              Deep EBCDIC magic that regex engine gets wrong,
19381              or a bug in some compiler/library shared by the
19382              two platforms?  From Thomas Dorner.
19383      Branch: perl
19384            ! t/op/study.t
19385 ____________________________________________________________________________
19386 [ 13169] By: jhi                                   on 2001/11/21  14:47:03
19387         Log: More lost and found.
19388      Branch: perl
19389            + lib/Test/Simple/README
19390            ! MANIFEST
19391 ____________________________________________________________________________
19392 [ 13168] By: jhi                                   on 2001/11/21  14:45:05
19393         Log: MANIFESTly missing.
19394      Branch: perl
19395            ! MANIFEST
19396 ____________________________________________________________________________
19397 [ 13167] By: jhi                                   on 2001/11/21  14:42:35
19398         Log: Subject: Re: PERFORCE change 13162 for review               
19399              From: Philip Newton <Philip.Newton@gmx.net> 
19400              Date: Wed, 21 Nov 2001 16:44:30 +0100
19401              Message-ID: <j2invt4a84bccvj8khob0s9m3hd5urmcud@4ax.com>
19402      Branch: perl
19403            ! ext/Devel/PPPort/PPPort.pm
19404 ____________________________________________________________________________
19405 [ 13166] By: jhi                                   on 2001/11/21  14:39:27
19406         Log: Update Changes.
19407      Branch: perl
19408            ! Changes patchlevel.h
19409 ____________________________________________________________________________
19410 [ 13165] By: jhi                                   on 2001/11/21  14:34:43
19411         Log: Small doc tweaks.
19412      Branch: perl
19413            ! ext/PerlIO/Via/Via.pm
19414 ____________________________________________________________________________
19415 [ 13164] By: jhi                                   on 2001/11/21  14:13:00
19416         Log: Redundant return.
19417      Branch: perl
19418            ! ext/MIME/Base64/QuotedPrint.pm
19419 ____________________________________________________________________________
19420 [ 13163] By: jhi                                   on 2001/11/21  13:52:30
19421         Log: Subject: [PATCH] Z*/[AZa]* fails to pack length properly
19422              From: "Wolfgang Laun" <wolfgang.laun@chello.at>
19423              Date: Wed, 21 Nov 2001 10:23:16 +0100
19424              Message-ID: <200111211023160020.0050BD28@smtp.chello.at>   
19425      Branch: perl
19426            ! pp_pack.c t/op/pack.t
19427 ____________________________________________________________________________
19428 [ 13162] By: jhi                                   on 2001/11/21  13:44:41
19429         Log: Add Devel::PPPort originally from Kenneth Albanowski,
19430              revigorated by Paul Marquess: gives h2xs a Perl version
19431              portability boost.
19432      Branch: perl
19433            + ext/Devel/PPPort/Makefile.PL ext/Devel/PPPort/PPPort.pm
19434            + ext/Devel/PPPort/README ext/Devel/PPPort/TODO
19435            + ext/Devel/PPPort/harness/Harness.pm
19436            + ext/Devel/PPPort/harness/Harness.xs
19437            + ext/Devel/PPPort/harness/Makefile.PL
19438            + ext/Devel/PPPort/harness/module2.c
19439            + ext/Devel/PPPort/harness/module3.c
19440            + ext/Devel/PPPort/harness/t/test.t ext/Devel/PPPort/soak
19441            ! MANIFEST lib/h2xs.t utils/h2xs.PL
19442 ____________________________________________________________________________
19443 [ 13161] By: jhi                                   on 2001/11/21  13:43:08
19444         Log: Oops.
19445      Branch: perl
19446            ! lib/Test/Simple/t/filehandles.t
19447 ____________________________________________________________________________
19448 [ 13160] By: jhi                                   on 2001/11/21  13:23:07
19449         Log: Subject: Re: PERFORCE change 13152 for review               
19450              From: Philip Newton <Philip.Newton@gmx.net> 
19451              Date: Wed, 21 Nov 2001 09:04:05 +0100
19452              Message-ID: <1glmvtgulgh95tcrent3cso98pb5nm3rgb@4ax.com>
19453      Branch: perl
19454            ! lib/Test/Builder.pm
19455 ____________________________________________________________________________
19456 [ 13159] By: jhi                                   on 2001/11/21  13:19:08
19457         Log: Subject: Re: PERFORCE change 13142 for review
19458              From: Philip Newton <Philip.Newton@gmx.net>
19459              Date: Wed, 21 Nov 2001 09:04:03 +0100
19460              Message-ID: <m9lmvt8a2vjq2sa8stds01msej0f2f03up@4ax.com>
19461              
19462              plus rewrap few paragraphs.
19463      Branch: perl
19464            ! lib/Pod/LaTeX.pm
19465 ____________________________________________________________________________
19466 [ 13158] By: jhi                                   on 2001/11/21  03:59:51
19467         Log: Integrate #13154 from macperl; Remove comments.
19468      Branch: perl
19469           !> lib/File/Spec/Mac.pm
19470 ____________________________________________________________________________
19471 [ 13157] By: jhi                                   on 2001/11/21  03:53:06
19472         Log: Update the list of modules having tests.
19473      Branch: perl
19474            ! t/lib/1_compile.t
19475 ____________________________________________________________________________
19476 [ 13156] By: pudge                                 on 2001/11/21  03:19:09
19477         Log: Slight doc changes.
19478      Branch: maint-5.6/macperl
19479            ! macos/macperl/MacPerl.podhelp
19480 ____________________________________________________________________________
19481 [ 13155] By: pudge                                 on 2001/11/21  03:18:48
19482         Log: Add UTF-16 coercion.
19483      Branch: maint-5.6/macperl
19484            ! macos/lib/Mac/AppleEvents/Simple.pm
19485 ____________________________________________________________________________
19486 [ 13154] By: pudge                                 on 2001/11/21  03:16:55
19487         Log: Remove comments.
19488      Branch: maint-5.6/macperl
19489            ! lib/File/Spec/Mac.pm
19490 ____________________________________________________________________________
19491 [ 13153] By: pudge                                 on 2001/11/21  03:16:00
19492         Log: Fix FSpGetCatInfo (and other functions) corrupting
19493              memory with bad filespecs (bug #471867)
19494      Branch: maint-5.6/macperl
19495            ! macos/ext/Mac/Files/typemap macos/ext/Mac/typemap
19496 ____________________________________________________________________________
19497 [ 13152] By: jhi                                   on 2001/11/21  03:09:46
19498         Log: Upgrade to Test::Simple 0.33.
19499      Branch: perl
19500            ! lib/Test/Builder.pm lib/Test/More.pm lib/Test/Simple/Changes
19501            ! lib/Test/Simple/t/filehandles.t lib/Test/Simple/t/no_header.t
19502            ! lib/Test/Simple/t/output.t lib/Test/Tutorial.pod
19503 ____________________________________________________________________________
19504 [ 13151] By: jhi                                   on 2001/11/21  03:01:36
19505         Log: Upgrade to Test::Harness 1.26.
19506      Branch: perl
19507            ! lib/Test/Harness.pm lib/Test/Harness/Changes
19508 ____________________________________________________________________________
19509 [ 13150] By: jhi                                   on 2001/11/21  02:15:47
19510         Log: Integrate change #13145 from maintperl;
19511              another compatibility tweak to change#12559: avoid quoting
19512              arguments that already have quotes; add test case
19513      Branch: perl
19514           !> t/op/system_tests win32/win32.c
19515 ____________________________________________________________________________
19516 [ 13149] By: gsar                                  on 2001/11/21  02:00:28
19517         Log: integrate change#13147 from mainline (fixes nit in change#10091)
19518              
19519              Subject: [PATCH] spaceship and refs
19520      Branch: maint-5.6/perl
19521            ! pp.c pp_hot.c t/op/cmp.t
19522 ____________________________________________________________________________
19523 [ 13148] By: jhi                                   on 2001/11/21  00:44:56
19524         Log: Subject: [PATCH] Add test for Pod::ParseUtils              
19525              From: Tim Jenness <t.jenness@jach.hawaii.edu>            
19526              Date: Tue, 20 Nov 2001 14:33:14 -1000 (HST)
19527              Message-ID: <Pine.LNX.4.33.0111201429060.22000-100000@lapaki>
19528      Branch: perl
19529            + lib/Pod/t/utils.t
19530            ! MANIFEST
19531 ____________________________________________________________________________
19532 [ 13147] By: jhi                                   on 2001/11/21  00:40:09
19533         Log: Subject: [PATCH] spaceship and refs
19534              From: Nicholas Clark <nick@ccl4.org>
19535              Date: Tue, 20 Nov 2001 21:59:51 +0000
19536              Message-ID: <20011120215951.U62891@plum.flirble.org> 
19537      Branch: perl
19538            ! pp.c pp_hot.c t/op/cmp.t
19539 ____________________________________________________________________________
19540 [ 13146] By: jhi                                   on 2001/11/21  00:37:00
19541         Log: Try to clarify which I/O call operates on bytes,
19542              which on characters, which on either.
19543      Branch: perl
19544            ! pod/perlfunc.pod
19545 ____________________________________________________________________________
19546 [ 13145] By: gsar                                  on 2001/11/21  00:14:29
19547         Log: another compatibility tweak to change#12559: avoid quoting
19548              arguments that already have quotes; add test case
19549      Branch: maint-5.6/perl
19550            ! t/op/system_tests win32/win32.c
19551 ____________________________________________________________________________
19552 [ 13144] By: jhi                                   on 2001/11/20  22:31:47
19553         Log: Give a simple example of writing PerlIO::Via handlers
19554              in Perl.
19555      Branch: perl
19556            ! ext/PerlIO/Via/Via.pm
19557 ____________________________________________________________________________
19558 [ 13143] By: jhi                                   on 2001/11/20  20:50:41
19559         Log: Add test for Pod::LaTeX; re-sort MANIFEST.
19560      Branch: perl
19561            + lib/Pod/t/latex.t
19562            ! MANIFEST
19563 ____________________________________________________________________________
19564 [ 13142] By: jhi                                   on 2001/11/20  20:42:48
19565         Log: Subject: [PATCH] Pod::LaTeX up to V0.54
19566              From: Tim Jenness <t.jenness@jach.hawaii.edu>
19567              Date: Tue, 20 Nov 2001 11:36:54 -1000 (HST)
19568              Message-ID: <Pine.LNX.4.33.0111201131060.22000-100000@lapaki>
19569      Branch: perl
19570            ! lib/Pod/LaTeX.pm pod/pod2latex.PL
19571 ____________________________________________________________________________
19572 [ 13141] By: jhi                                   on 2001/11/20  20:35:14
19573         Log: Spread d_procselfexe to far-off lands (undefined).
19574      Branch: perl
19575            ! NetWare/config.wc configure.com epoc/config.sh uconfig.h
19576            ! uconfig.sh vos/config.alpha.def vos/config.alpha.h
19577            ! vos/config.ga.def vos/config.ga.h win32/config.bc
19578            ! win32/config.gc win32/config.vc win32/config.win64
19579            ! wince/config.ce
19580 ____________________________________________________________________________
19581 [ 13140] By: jhi                                   on 2001/11/20  20:17:13
19582         Log: Integrate perlio; add detection and use of /proc/self/exe
19583              (Linuxism for finding the absolute path of the executable)
19584      Branch: perl
19585           !> Configure config_h.SH perl.c t/op/magic.t
19586 ____________________________________________________________________________
19587 [ 13139] By: jhi                                   on 2001/11/20  20:12:06
19588         Log: Really define do_report_used() only if DEBUGGING.
19589      Branch: perl
19590            ! sv.c
19591 ____________________________________________________________________________
19592 [ 13138] By: nick                                  on 2001/11/20  20:01:05
19593         Log: perl.c change to use HAS_PROCSELFEXE, also
19594              tweak to $^X test to comprehend full path to real executable
19595              being returned (like Cygwin as it happens...)
19596      Branch: perlio
19597            ! perl.c t/op/magic.t
19598 ____________________________________________________________________________
19599 [ 13137] By: nick                                  on 2001/11/20  19:46:00
19600         Log: Integrate mainline
19601      Branch: perlio
19602           +> lib/NEXT/t/actual.t lib/NEXT/t/actuns.t lib/NEXT/t/next.t
19603           +> lib/NEXT/t/unseen.t
19604            - lib/NEXT/test.pl
19605           !> (integrate 34 files)
19606 ____________________________________________________________________________
19607 [ 13136] By: jhi                                   on 2001/11/20  17:47:36
19608         Log: Subject: [?PATCH] terser pp_eq
19609              From: Nicholas Clark <nick@ccl4.org>
19610              Date: Mon, 19 Nov 2001 23:09:02 +0000
19611              Message-ID: <20011119230901.O62891@plum.flirble.org>
19612      Branch: perl
19613            ! pp_hot.c
19614 ____________________________________________________________________________
19615 [ 13135] By: jhi                                   on 2001/11/20  17:40:13
19616         Log: Pass 4 at perldelta - cleanup problems found by podchecker.
19617      Branch: perl
19618            ! pod/perldelta.pod
19619 ____________________________________________________________________________
19620 [ 13134] By: jhi                                   on 2001/11/20  16:59:54
19621         Log: Subject: Re: [ID 20011117.127] Not OK: perl v5.7.2 +DEVEL13048 on i686-linux 2.4.15-pre6
19622              From: Andy Dougherty <doughera@lafayette.edu>
19623              Date: Tue, 20 Nov 2001 12:45:32 -0500 (EST)
19624              Message-ID: <Pine.SOL.4.10.10111201240270.15132-100000@maxwell.phys.lafayette.edu>
19625      Branch: perl
19626            ! ext/re/Makefile.PL ext/re/re.xs
19627 ____________________________________________________________________________
19628 [ 13133] By: jhi                                   on 2001/11/20  15:51:04
19629         Log: Subject: Re: [ID 20011117.127] Not OK: perl v5.7.2 +DEVEL13048 on i686-linux 2.4.15-pre6
19630              From: Andy Dougherty <doughera@lafayette.edu>
19631              Date: Tue, 20 Nov 2001 11:08:13 -0500 (EST)
19632              Message-ID: <Pine.SOL.4.10.10111201106010.15104-100000@maxwell.phys.lafayette.edu>
19633      Branch: perl
19634            ! ext/re/re.xs
19635 ____________________________________________________________________________
19636 [ 13132] By: jhi                                   on 2001/11/20  15:31:43
19637         Log: Integrate change #13119 from macperl.
19638              (No changes since already applied the patch,
19639              just keep perforce happy and well-fed.)
19640      Branch: perl
19641           !> lib/Pod/Html.pm
19642 ____________________________________________________________________________
19643 [ 13131] By: jhi                                   on 2001/11/20  15:29:55
19644         Log: Subject: [PATCH] filter-util.pl for Mac OS
19645              From: Chris Nandor <pudge@pobox.com>
19646              Date: Tue, 20 Nov 2001 00:16:11 -0500
19647              Message-Id: <p0510030ab81f970e9c05@[10.0.1.177]>
19648      Branch: perl
19649            ! t/lib/filter-util.pl
19650 ____________________________________________________________________________
19651 [ 13130] By: jhi                                   on 2001/11/20  15:23:11
19652         Log: Subject: [PATCH] Portability fix for Pod::Html
19653              From: Chris Nandor <pudge@pobox.com>
19654              Date: Tue, 20 Nov 2001 00:01:05 -0500
19655              Message-Id: <p05100307b81f92788846@[10.0.1.177]>
19656      Branch: perl
19657            ! lib/Pod/Html.pm
19658 ____________________________________________________________________________
19659 [ 13129] By: jhi                                   on 2001/11/20  15:14:49
19660         Log: Need to skip more tests if not perlio.
19661      Branch: perl
19662            ! lib/open.t
19663 ____________________________________________________________________________
19664 [ 13128] By: jhi                                   on 2001/11/20  15:04:55
19665         Log: Pass 3 at perldelta - sort the lists of new modules,
19666              module improvements, and new platforms.
19667      Branch: perl
19668            ! pod/perldelta.pod
19669 ____________________________________________________________________________
19670 [ 13127] By: jhi                                   on 2001/11/20  13:42:22
19671         Log: Document ${^OPEN}.
19672      Branch: perl
19673            ! pod/perlvar.pod
19674 ____________________________________________________________________________
19675 [ 13126] By: pudge                                 on 2001/11/20  03:28:51
19676         Log: Make configpm work with extra keys
19677      Branch: maint-5.6/macperl
19678            ! macos/configpm
19679 ____________________________________________________________________________
19680 [ 13125] By: pudge                                 on 2001/11/20  03:28:09
19681         Log: Version and doc updates
19682      Branch: maint-5.6/macperl
19683            ! macos/MPVersion.r macos/macperl/MacPerl.podhelp
19684 ____________________________________________________________________________
19685 [ 13124] By: pudge                                 on 2001/11/20  03:27:44
19686         Log: More fixes for error message parsing (bug #470316)
19687      Branch: maint-5.6/macperl
19688            ! macos/macish.c
19689 ____________________________________________________________________________
19690 [ 13123] By: pudge                                 on 2001/11/20  03:26:32
19691         Log: Fix ctrl-D handling (bug #471436), more exit fixes (bug #467732),
19692              remove obsolete function (bug #465225)
19693      Branch: maint-5.6/macperl
19694            ! macos/macperl/MPConsole.cp macos/macperl/MPMain.c
19695            ! macos/macperl/MPScript.c
19696 ____________________________________________________________________________
19697 [ 13122] By: pudge                                 on 2001/11/20  03:20:17
19698         Log: Add p2as droplet to distribution.
19699      Branch: maint-5.6/macperl
19700            + macos/macperl/Droplets/p2as.plx
19701 ____________________________________________________________________________
19702 [ 13121] By: pudge                                 on 2001/11/20  03:10:36
19703         Log: Bundle File::Sort.
19704      Branch: maint-5.6/macperl
19705            + macos/bundled_lib/blib/lib/File/Sort.pm
19706 ____________________________________________________________________________
19707 [ 13120] By: pudge                                 on 2001/11/20  03:09:21
19708         Log: Various bundled module fixes.
19709      Branch: maint-5.6/macperl
19710            ! macos/bundled_ext/Compress/Zlib/Makefile.mk
19711            ! macos/bundled_ext/Digest/MD5/t/files.t
19712            ! macos/bundled_ext/Filter/t/filter-util.pl
19713            ! macos/bundled_lib/blib/lib/Net/Config.pm
19714            ! macos/bundled_lib/t/libwww-perl/live/jigsaw-chunk.t
19715 ____________________________________________________________________________
19716 [ 13119] By: pudge                                 on 2001/11/20  03:08:27
19717         Log: Portability fix for Pod::Html.
19718      Branch: maint-5.6/macperl
19719            ! lib/Pod/Html.pm
19720 ____________________________________________________________________________
19721 [ 13118] By: jhi                                   on 2001/11/20  02:58:38
19722         Log: Upgrade to Text::Balanced 1.89.
19723      Branch: perl
19724            ! lib/Text/Balanced.pm lib/Text/Balanced/Changes
19725            ! lib/Text/Balanced/README lib/Text/Balanced/t/extbrk.t
19726            ! lib/Text/Balanced/t/extcbk.t lib/Text/Balanced/t/extdel.t
19727            ! lib/Text/Balanced/t/extmul.t lib/Text/Balanced/t/extqlk.t
19728            ! lib/Text/Balanced/t/exttag.t lib/Text/Balanced/t/extvar.t
19729            ! lib/Text/Balanced/t/gentag.t
19730 ____________________________________________________________________________
19731 [ 13117] By: jhi                                   on 2001/11/20  02:53:32
19732         Log: Upgrade to NEXT 0.50.
19733      Branch: perl
19734            + lib/NEXT/t/actual.t lib/NEXT/t/actuns.t lib/NEXT/t/next.t
19735            + lib/NEXT/t/unseen.t
19736            - lib/NEXT/test.pl
19737            ! MANIFEST lib/NEXT.pm lib/NEXT/Changes lib/NEXT/README
19738 ____________________________________________________________________________
19739 [ 13116] By: pudge                                 on 2001/11/20  02:47:23
19740         Log: Integrate with maint-5.6/perl.
19741      Branch: maint-5.6/macperl
19742           !> win32/win32.c
19743 ____________________________________________________________________________
19744 [ 13115] By: jhi                                   on 2001/11/20  01:57:41
19745         Log: Update the README.threads scary header a bit.
19746      Branch: perl
19747            ! README.threads
19748 ____________________________________________________________________________
19749 [ 13114] By: jhi                                   on 2001/11/20  01:49:59
19750         Log: Pass 2 at perldelta: add some changes since 5.7.2.
19751      Branch: perl
19752            ! pod/perldelta.pod
19753 ____________________________________________________________________________
19754 [ 13113] By: jhi                                   on 2001/11/20  00:55:25
19755         Log: Subject: [DOC PATCH] perlfaq4.pod 
19756              From: Tim Jenness <t.jenness@jach.hawaii.edu>
19757              Date: Mon, 19 Nov 2001 15:31:36 -1000 (HST)
19758              Message-ID: <Pine.LNX.4.33.0111191530180.5914-100000@lapaki>           
19759      Branch: perl
19760            ! pod/perlfaq4.pod
19761 ____________________________________________________________________________
19762 [ 13112] By: jhi                                   on 2001/11/20  00:53:17
19763         Log: Subject: [PATCH perl.c] Extra diagnostics for -DP            
19764              From: Michael G Schwern <schwern@pobox.com> 
19765              Date: Mon, 19 Nov 2001 19:53:12 -0500
19766              Message-ID: <20011119195311.I11883@blackrider>
19767      Branch: perl
19768            ! perl.c
19769 ____________________________________________________________________________
19770 [ 13111] By: jhi                                   on 2001/11/20  00:48:46
19771         Log: Subject: [PATCH: perl@13050] update of vms Makefile.SH analog
19772              From: PPrymmer@factset.com
19773              Date: Mon, 19 Nov 2001 17:08:59 -0500
19774              Message-ID: <OFE1F46859.B4E4C53A-ON85256B09.0078C420@55.25.11>
19775      Branch: perl
19776            ! vms/descrip_mms.template
19777 ____________________________________________________________________________
19778 [ 13110] By: jhi                                   on 2001/11/20  00:39:02
19779         Log: Create a per-interpeter debug scratchpad container
19780              and use that for the regexec debugging.
19781      Branch: perl
19782            ! embedvar.h intrpvar.h perl.c perl.h perlapi.h regexec.c
19783 ____________________________________________________________________________
19784 [ 13109] By: nick                                  on 2001/11/19  22:01:45
19785         Log: Use /proc/self/exe to set $^X on linux (or anywhere new
19786              Configure unit detects the feature).
19787      Branch: metaconfig/U/perl
19788            + procselfexe.U
19789      Branch: perlio
19790            ! Configure config_h.SH
19791 ____________________________________________________________________________
19792 [ 13108] By: nick                                  on 2001/11/19  20:39:17
19793         Log: Integrate mainline
19794      Branch: perlio
19795           +> t/op/or.t
19796           !> (integrate 44 files)
19797 ____________________________________________________________________________
19798 [ 13107] By: jhi                                   on 2001/11/19  20:22:36
19799         Log: sysseek tweak.
19800      Branch: perl
19801            ! pod/perlfunc.pod
19802 ____________________________________________________________________________
19803 [ 13106] By: jhi                                   on 2001/11/19  20:18:42
19804         Log: Move the sysio tests from io/utf8 to lib/open.
19805      Branch: perl
19806            ! lib/open.t t/io/utf8.t
19807 ____________________________________________________________________________
19808 [ 13105] By: nick                                  on 2001/11/19  20:15:39
19809         Log: Add a .package and a README to //depot/metaconfig
19810      Branch: metaconfig
19811            + .package README
19812 ____________________________________________________________________________
19813 [ 13104] By: jhi                                   on 2001/11/19  20:01:54
19814         Log: Thou shalt not mix stdio and sysio.
19815      Branch: perl
19816            ! t/io/utf8.t
19817 ____________________________________________________________________________
19818 [ 13103] By: jhi                                   on 2001/11/19  19:28:40
19819         Log: Update Changes.
19820      Branch: perl
19821            ! Changes patchlevel.h
19822 ____________________________________________________________________________
19823 [ 13102] By: jhi                                   on 2001/11/19  19:17:14
19824         Log: The runops_debug needs to be present always, otherwise
19825              places like AIX which need an explicit symbol export list
19826              will croak when trying to build Devel::Peek (which uses
19827              the runops_debug).
19828      Branch: perl
19829            ! makedef.pl
19830 ____________________________________________________________________________
19831 [ 13101] By: jhi                                   on 2001/11/19  19:06:48
19832         Log: Subject: [PATCH: perl@13050] VMS specific cleanup and strictness for tie_sdbm.t
19833              From: PPrymmer@factset.com 
19834              Date: Mon, 19 Nov 2001 11:34:22 -0500
19835              Message-ID: <OF8BFCD922.9F513397-ON85256B09.005AAA90@55.25.11>
19836      Branch: perl
19837            ! lib/Memoize/t/tie_sdbm.t
19838 ____________________________________________________________________________
19839 [ 13100] By: jhi                                   on 2001/11/19  18:57:11
19840         Log: Retract #13088: it seems that unless dump.c is extensively
19841              reorganized as to what symbols it shows, when, and to whom,
19842              we are stuck with having the dump.o symbols in the libperl
19843              and thusly in the main Perl binary.
19844      Branch: perl
19845            ! embedvar.h perlapi.h perlvars.h
19846 ____________________________________________________________________________
19847 [ 13099] By: jhi                                   on 2001/11/19  18:02:14
19848         Log: The _uni_display should not be in dump.c since they
19849              are used under normal operation (S_not_a_number()).
19850      Branch: perl
19851            ! dump.c embed.h embed.pl global.sym proto.h utf8.c
19852 ____________________________________________________________________________
19853 [ 13098] By: jhi                                   on 2001/11/19  17:37:26
19854         Log: Protect sv_dump() from being included unless DEBUGGING,
19855              as noticed by Ilya.
19856      Branch: perl
19857            ! sv.c
19858 ____________________________________________________________________________
19859 [ 13097] By: jhi                                   on 2001/11/19  15:11:41
19860         Log: Pending further investigation skip the tell() tests.
19861              The tell() is okay on Solaris, HP-UX and Tru64, but fails
19862              (by returning too much) in Linux.
19863      Branch: perl
19864            ! t/io/utf8.t
19865 ____________________________________________________________________________
19866 [ 13096] By: jhi                                   on 2001/11/19  14:28:57
19867         Log: Retract #13082 until a better solution is found:
19868              statics break ithreads.
19869      Branch: perl
19870            ! regexec.c
19871 ____________________________________________________________________________
19872 [ 13095] By: jhi                                   on 2001/11/19  14:24:33
19873         Log: Figures 1 and 2 for UTF-8.
19874      Branch: perl
19875            ! pod/perlunicode.pod
19876 ____________________________________________________________________________
19877 [ 13094] By: jhi                                   on 2001/11/19  14:09:34
19878         Log: Subject: [PATCH] new warning "Useless use of sort in scalar context"
19879              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
19880              Date: Mon, 19 Nov 2001 13:26:45 +0100                 
19881              Message-ID: <20011119132645.A15034@rafael>
19882      Branch: perl
19883            ! op.c pod/perldiag.pod t/lib/warnings/op
19884 ____________________________________________________________________________
19885 [ 13093] By: jhi                                   on 2001/11/19  14:07:20
19886         Log: Subject: [PATCH t/op/closure.t] A little extra debugging output
19887              From: Michael G Schwern <schwern@pobox.com> 
19888              Date: Mon, 19 Nov 2001 03:11:12 -0500                 
19889              Message-ID: <20011119031112.E786@blackrider>
19890      Branch: perl
19891            ! t/op/closure.t
19892 ____________________________________________________________________________
19893 [ 13092] By: jhi                                   on 2001/11/19  14:05:21
19894         Log: Subject: [PATCH MANIFEST t/op/or.t] Double FETCH test
19895              From: Michael G Schwern <schwern@pobox.com>
19896              Date: Mon, 19 Nov 2001 03:42:56 -0500
19897              Message-ID: <20011119034256.I786@blackrider>
19898      Branch: perl
19899            + t/op/or.t
19900            ! MANIFEST
19901 ____________________________________________________________________________
19902 [ 13091] By: jhi                                   on 2001/11/19  13:50:45
19903         Log: Subject: [PATCH] io_poll.t vms/test.com tweaks
19904              From: "Craig A. Berry" <craigberry@mac.com>
19905              Date: Sun, 18 Nov 2001 14:33:48 -0600
19906              Message-Id: <a05101001b81db38899ea@[172.16.52.1]>
19907      Branch: perl
19908            ! ext/IO/lib/IO/t/io_poll.t vms/test.com
19909 ____________________________________________________________________________
19910 [ 13090] By: jhi                                   on 2001/11/19  13:49:28
19911         Log: Subject: [PATCH] ExtUtils::Install - use File::Spec instead of ExtUtils::MakeMaker
19912              From: Dave Rolsky <autarch@urth.org>
19913              Date: Mon, 19 Nov 2001 00:07:28 -0600 (CST)
19914              Message-ID: <Pine.LNX.4.40.0111190006040.4213-100000@urth.org>
19915      Branch: perl
19916            ! lib/ExtUtils/Manifest.pm
19917 ____________________________________________________________________________
19918 [ 13089] By: jhi                                   on 2001/11/19  13:48:35
19919         Log: Subject: [PATCH] ExtUtils::Install - use File::Spec instead of ExtUtils::MakeMaker
19920              From: Dave Rolsky <autarch@urth.org>
19921              Date: Mon, 19 Nov 2001 00:07:28 -0600 (CST) 
19922              Message-ID: <Pine.LNX.4.40.0111190006040.4213-100000@urth.org>
19923      Branch: perl
19924            ! lib/ExtUtils/Install.pm
19925 ____________________________________________________________________________
19926 [ 13088] By: jhi                                   on 2001/11/19  13:44:49
19927         Log: The runops_dbg should not be needed.
19928      Branch: perl
19929            ! embedvar.h perlapi.h perlvars.h pod/perlapi.pod
19930 ____________________________________________________________________________
19931 [ 13087] By: jhi                                   on 2001/11/19  13:28:22
19932         Log: do_spawn() cleanup from Charles Lane.
19933      Branch: perl
19934            ! vms/vms.c
19935 ____________________________________________________________________________
19936 [ 13086] By: jhi                                   on 2001/11/19  13:22:26
19937         Log: Update the list of tests.
19938      Branch: perl
19939            ! t/lib/1_compile.t
19940 ____________________________________________________________________________
19941 [ 13085] By: jhi                                   on 2001/11/18  21:57:23
19942         Log: Subject: [PATCH t/lib/warnings/sv] Re: [ID 20011116.125] $a = undef; print "$a\n"; does not warn
19943              From: Michael G Schwern <schwern@pobox.com> 
19944              Date: Fri, 16 Nov 2001 17:37:04 -0500
19945              Message-ID: <20011116173703.L30160@blackrider>
19946      Branch: perl
19947            ! t/lib/warnings/sv
19948 ____________________________________________________________________________
19949 [ 13084] By: jhi                                   on 2001/11/18  21:38:50
19950         Log: FAQ sync.
19951      Branch: perl
19952            ! pod/perlfaq4.pod
19953 ____________________________________________________________________________
19954 [ 13083] By: jhi                                   on 2001/11/18  21:37:06
19955         Log: Integrate perlio; win32 sync.
19956      Branch: perl
19957           !> perlio.c win32/win32io.c
19958 ____________________________________________________________________________
19959 [ 13082] By: jhi                                   on 2001/11/18  19:13:06
19960         Log: (retracted by #13096)
19961              Debugging would be badly skewed by a malloc per regex dump.
19962      Branch: perl
19963            ! regexec.c
19964 ____________________________________________________________________________
19965 [ 13081] By: nick                                  on 2001/11/18  19:08:40
19966         Log: Win32 layer has a dup which needs to match new prototype.
19967      Branch: perlio
19968            ! win32/win32io.c
19969 ____________________________________________________________________________
19970 [ 13080] By: nick                                  on 2001/11/18  19:05:02
19971         Log: Wrong way to get stdio mode used.
19972      Branch: perlio
19973            ! perlio.c
19974 ____________________________________________________________________________
19975 [ 13079] By: jhi                                   on 2001/11/18  18:59:28
19976         Log: Retract #13048: that introduced a malloc() (through savepvn())
19977              to *every* m//, which killed the performance quite badly.
19978      Branch: perl
19979            ! pp_hot.c regcomp.c regcomp.h regexp.h t/op/re_tests
19980 ____________________________________________________________________________
19981 [ 13078] By: jhi                                   on 2001/11/18  17:37:31
19982         Log: Pass 1 at perldelta.pod: sort the section contents
19983              together, drop all but the 5.7.2 known problems,
19984              leave the 5.7.1 security note since that's the
19985              fullest explanation (update the date on that).
19986      Branch: perl
19987            ! pod/perldelta.pod
19988 ____________________________________________________________________________
19989 [ 13077] By: jhi                                   on 2001/11/18  17:07:12
19990         Log: Retract 11635: close 20011113.110, reopen 20010809.028.
19991              
19992              Tiny problem in the test for 20011113.110: I hope
19993              'my $x= [("foo") x 1]' was never going to produce [qw(foo foo)] :-)
19994      Branch: perl
19995            ! pp.c t/op/repeat.t
19996 ____________________________________________________________________________
19997 [ 13076] By: jhi                                   on 2001/11/18  16:46:11
19998         Log: All of syswrite/send/sendto need to return character counts,
19999              and character counts from the offset, not the beginning of
20000              the scalar.
20001      Branch: perl
20002            ! pp_sys.c
20003 ____________________________________________________________________________
20004 [ 13075] By: jhi                                   on 2001/11/18  16:39:32
20005         Log: Integrate PerlIO: duping fixes.
20006      Branch: perl
20007           !> doio.c ext/Encode/Encode.xs ext/PerlIO/Scalar/Scalar.xs
20008           !> ext/PerlIO/Via/Via.xs ext/PerlIO/t/scalar.t perlio.c perlio.h
20009           !> perliol.h sv.c
20010 ____________________________________________________________________________
20011 [ 13074] By: jhi                                   on 2001/11/18  16:34:29
20012         Log: syswrite() was still returning byte counts, not character counts.
20013      Branch: perl
20014            ! pp_sys.c t/io/utf8.t
20015 ____________________________________________________________________________
20016 [ 13073] By: jhi                                   on 2001/11/18  16:16:17
20017         Log: Add test for sysread().
20018      Branch: perl
20019            ! t/io/utf8.t
20020 ____________________________________________________________________________
20021 [ 13072] By: nick                                  on 2001/11/18  16:15:31
20022         Log: Allow dup'ing of PerlIO::Scalar etc.
20023      Branch: perlio
20024            ! doio.c ext/Encode/Encode.xs ext/PerlIO/Scalar/Scalar.xs
20025            ! ext/PerlIO/Via/Via.xs ext/PerlIO/t/scalar.t perlio.c perlio.h
20026            ! perliol.h sv.c
20027 ____________________________________________________________________________
20028 [ 13071] By: jhi                                   on 2001/11/18  16:12:32
20029         Log: Prepend a null byte to the test set.
20030      Branch: perl
20031            ! t/io/utf8.t
20032 ____________________________________________________________________________
20033 [ 13070] By: jhi                                   on 2001/11/18  15:13:57
20034         Log: Document how "no utf8;" can become handy.
20035      Branch: perl
20036            ! lib/utf8.pm
20037 ____________________________________________________________________________
20038 [ 13069] By: jhi                                   on 2001/11/18  14:05:23
20039         Log: Integrate perlio; force the inclusion of the PL_runops_*
20040      Branch: perl
20041           !> embedvar.h hv.c perlapi.h perlvars.h pod/perlapi.pod
20042 ____________________________________________________________________________
20043 [ 13068] By: nick                                  on 2001/11/18  13:23:33
20044         Log: embed.pl generated changes I forgot to include
20045      Branch: perlio
20046            ! embedvar.h perlapi.h pod/perlapi.pod
20047 ____________________________________________________________________________
20048 [ 13067] By: nick                                  on 2001/11/18  12:50:19
20049         Log: Force inclusion of both Perl_runops_* in perl itself,
20050              so they are available for Peek.xs etc.
20051      Branch: perlio
20052            ! perlvars.h
20053 ____________________________________________________________________________
20054 [ 13066] By: nick                                  on 2001/11/18  11:00:34
20055         Log: Integrate mainline - a few Devel::Peak fails.
20056      Branch: perlio
20057           +> (branch 29 files)
20058            - ext/Thread/Thread.pm lib/Benchmark.t
20059            - lib/Lingua/KO/Hangul/Util.pm lib/Lingua/KO/Hangul/Util/Changes
20060            - lib/Lingua/KO/Hangul/Util/README
20061            - lib/Lingua/KO/Hangul/Util/t/test.t lib/Unicode/Normalize.pm
20062            - lib/Unicode/Normalize/Changes lib/Unicode/Normalize/README
20063            - lib/Unicode/Normalize/t/norm.t lib/Unicode/Normalize/t/test.t
20064            - vms/ext/vmsish.pm vms/ext/vmsish.t
20065            ! hv.c
20066           !> (integrate 389 files)
20067 ____________________________________________________________________________
20068 [ 13065] By: jhi                                   on 2001/11/18  01:22:25
20069         Log: Start working on perldelta.  This is not yet any sort of
20070              editing; just concatenating perl570delta, perl571delta,
20071              and perl572delta.  Any sorting not done, any duplicate
20072              removal not done, any removal or update of obsolete items
20073              not done, any changes since 5.7.2 not included.  So there.
20074      Branch: perl
20075            ! pod/perldelta.pod
20076 ____________________________________________________________________________
20077 [ 13064] By: jhi                                   on 2001/11/17  22:22:47
20078         Log: Banish "use utf8".
20079      Branch: perl
20080            ! pod/perlre.pod pod/perlretut.pod pod/perlunicode.pod
20081 ____________________________________________________________________________
20082 [ 13063] By: jhi                                   on 2001/11/17  17:53:38
20083         Log: Tweak from Charles Lane.
20084      Branch: perl
20085            ! vms/vms.c
20086 ____________________________________________________________________________
20087 [ 13062] By: jhi                                   on 2001/11/17  15:35:22
20088         Log: Integrate change #13058 from maintperl;
20089              change#12559 breaks things on Win9x because command.com doesn't
20090              grok dquotes at all; disable all the system() smarts for
20091              command.com
20092      Branch: perl
20093           !> win32/win32.c
20094 ____________________________________________________________________________
20095 [ 13061] By: ams                                   on 2001/11/17  13:46:11
20096         Log: Subject: [PATCH lib/Term/Cap.pm] Sync with CPAN version
20097              From: Jonathan Stowe <gellyfish@gellyfish.com>
20098              Date: Sat, 17 Nov 2001 14:05:02 +0000 (GMT)
20099              Message-Id: <Pine.LNX.4.33.0111171356190.13024-100000@orpheus.gellyfish.com>
20100      Branch: perl
20101            ! lib/Term/Cap.pm
20102 ____________________________________________________________________________
20103 [ 13060] By: ams                                   on 2001/11/17  09:49:10
20104         Log: Subject: [PATCH9 File/Find.pm doc nits
20105              From: Tels <perl_dummy@bloodgate.com>
20106              Date: Sat, 17 Nov 2001 11:41:51 +0100 (CET)
20107      Branch: perl
20108            ! lib/File/Find.pm
20109 ____________________________________________________________________________
20110 [ 13059] By: ams                                   on 2001/11/17  09:38:38
20111         Log: Subject: [PATCH] Benchmark.pm nit
20112              From: Tels <perl_dummy@bloodgate.com>
20113              Date: Sat, 17 Nov 2001 11:29:23 +0100 (CET)
20114      Branch: perl
20115            ! lib/Benchmark.pm
20116 ____________________________________________________________________________
20117 [ 13058] By: gsar                                  on 2001/11/17  03:50:49
20118         Log: change#12559 breaks things on Win9x because command.com doesn't
20119              grok dquotes at all; disable all the system() smarts for
20120              command.com
20121      Branch: maint-5.6/perl
20122            ! win32/win32.c
20123 ____________________________________________________________________________
20124 [ 13057] By: ams                                   on 2001/11/16  20:30:03
20125         Log: Subject: [PATCH] lib/Unicode/UCD.t @INC oddity
20126              From: Andy Dougherty <doughera@lafayette.edu>
20127              Date: Fri, 16 Nov 2001 16:28:45 -0500 (EST)
20128              Message-Id: <Pine.SOL.4.10.10111161625070.7245-100000@maxwell.phys.lafayette.edu>
20129      Branch: perl
20130            ! lib/Unicode/UCD.t
20131 ____________________________________________________________________________
20132 [ 13056] By: jhi                                   on 2001/11/16  19:18:21
20133         Log: Subject: [Patch Perl@13023] VMS system() warning
20134              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
20135              Date: Fri, 16 Nov 2001 15:20:11 EST
20136              Message-Id: <011116152009.39eb8@DUPHY4.Physics.Drexel.Edu>
20137      Branch: perl
20138            ! vms/vms.c
20139 ____________________________________________________________________________
20140 [ 13055] By: jhi                                   on 2001/11/16  19:03:39
20141         Log: It's neither-nor, and protect against the impossible.
20142      Branch: perl
20143            ! lib/Thread.pm
20144 ____________________________________________________________________________
20145 [ 13054] By: jhi                                   on 2001/11/16  18:37:30
20146         Log: 5005threads didn't work because $Thread::VERSION wasn't
20147              visible.  Oops.
20148      Branch: perl
20149            ! ext/Thread/Makefile.PL lib/Thread.pm
20150 ____________________________________________________________________________
20151 [ 13053] By: jhi                                   on 2001/11/16  17:08:15
20152         Log: Robustness against Linux using something else than gcc;
20153              based on
20154              
20155              Subject: [ID 20011116.124] perl 5.6.1 with Intel's icc on RedHat Linux 7.2
20156              From: Charles Randall <cfriv@yahoo.com>
20157              Date: Fri, 16 Nov 2001 09:31:57 -0800 (PST)
20158              Message-Id: <20011116173157.2322.qmail@web20904.mail.yahoo.com>
20159      Branch: perl
20160            ! ext/Errno/Errno_pm.PL
20161 ____________________________________________________________________________
20162 [ 13052] By: ams                                   on 2001/11/16  16:46:39
20163         Log: Subject: Re: [h.m.brand@hccnet.nl: Installman problems]
20164              From: Russ Allbery <rra@stanford.edu>
20165              Date: 16 Nov 2001 09:44:21 -0800
20166              Message-Id: <yln11mwqyy.fsf@windlord.stanford.edu>
20167      Branch: perl
20168            ! lib/Pod/ParseLink.pm
20169 ____________________________________________________________________________
20170 [ 13051] By: jhi                                   on 2001/11/16  15:26:41
20171         Log: Update perluniintro on the UTF-8 output matters
20172              (that -w will warn unless the stream is explicitly UTF-8-ified).
20173      Branch: perl
20174            ! pod/perluniintro.pod
20175 ____________________________________________________________________________
20176 [ 13050] By: jhi                                   on 2001/11/16  15:08:52
20177         Log: Adding new files to MANIFEST is nice.
20178      Branch: perl
20179            ! MANIFEST
20180 ____________________________________________________________________________
20181 [ 13049] By: jhi                                   on 2001/11/16  15:04:45
20182         Log: Update Changes.
20183      Branch: perl
20184            ! Changes patchlevel.h
20185 ____________________________________________________________________________
20186 [ 13048] By: jhi                                   on 2001/11/16  14:46:17
20187         Log: Subject: Re: [PATCH regcomp.[ch], regexp.h, pp_hot.c, t/op/re_tests] lazy $& and \Z fix
20188              From: "Jeff 'japhy' Pinyan" <jeffp@crusoe.net> 
20189              Date: Wed, 14 Nov 2001 16:35:29 -0500 (EST) 
20190              Message-ID: <Pine.GSO.4.21.0111141634020.16649-100000@crusoe.crusoe.net>
20191      Branch: perl
20192            ! pp_hot.c regcomp.c regcomp.h regexp.h t/op/re_tests
20193 ____________________________________________________________________________
20194 [ 13047] By: jhi                                   on 2001/11/16  14:37:32
20195         Log: Rename perlunintro to perluniintro; regen toc.
20196      Branch: perl
20197            + pod/perluniintro.pod
20198            - pod/perlunintro.pod
20199            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
20200 ____________________________________________________________________________
20201 [ 13046] By: jhi                                   on 2001/11/16  14:14:38
20202         Log: Document the negated lookahead trick to emulate
20203              character class subtraction.
20204      Branch: perl
20205            ! pod/perlunicode.pod
20206 ____________________________________________________________________________
20207 [ 13045] By: jhi                                   on 2001/11/16  14:08:43
20208         Log: Subject: [PATCH perl@13023] Unicode General Category: Cn
20209              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
20210              Date: Fri, 16 Nov 2001 23:31:04 +0900
20211              Message-Id: <20011116232709.23CF.BQW10602@nifty.com>
20212              
20213              (with the tweak that Cntrl is not C, it's Cc)
20214      Branch: perl
20215            ! lib/unicore/In/163.pl lib/unicore/Is/C.pl lib/unicore/Is/Cn.pl
20216            ! lib/unicore/mktables
20217 ____________________________________________________________________________
20218 [ 13044] By: jhi                                   on 2001/11/16  13:42:44
20219         Log: Subject: [PATCH current] runtime runops switch
20220              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
20221              Date: Fri, 16 Nov 2001 00:48:09 -0500
20222              Message-ID: <20011116004809.A934@math.ohio-state.edu>
20223      Branch: perl
20224            ! dump.c embed.h embed.pl ext/Devel/Peek/Peek.pm
20225            ! ext/Devel/Peek/Peek.xs perl.h pod/perlapi.pod
20226            ! pod/perlintern.pod proto.h run.c
20227 ____________________________________________________________________________
20228 [ 13043] By: jhi                                   on 2001/11/16  13:24:28
20229         Log: Further discourage old Thread code; tell how to tell
20230              the difference.
20231      Branch: perl
20232            ! lib/Thread.pm
20233 ____________________________________________________________________________
20234 [ 13042] By: jhi                                   on 2001/11/16  13:16:13
20235         Log: A missing return; from Charles Lane.
20236      Branch: perl
20237            ! vms/vms.c
20238 ____________________________________________________________________________
20239 [ 13041] By: ams                                   on 2001/11/16  12:11:14
20240         Log: Subject: [PATCH] Doc spellcheck + podcheck
20241              From: Autrijus Tang <autrijus@egb.elixus.org>
20242              Date: Thu, 15 Nov 2001 22:49:05 -0800
20243              Message-Id: <20011116064905.GA44092@egb.elixus.org>
20244              
20245              Subject: [PATCH] podcheck+spellcheck, the rest of the story
20246              From: Autrijus Tang <autrijus@egb.elixus.org>
20247              Date: Fri, 16 Nov 2001 00:42:20 -0800
20248              Message-Id: <20011116084220.GA44295@egb.elixus.org>
20249              
20250              Subject: Re: [PATCH] podcheck+spellcheck, the rest of the story
20251              From: Nicholas Clark <nick@ccl4.org>
20252              Date: Fri, 16 Nov 2001 10:32:01 +0000
20253              Message-Id: <20011116103200.F62891@plum.flirble.org>
20254              (Applied after suitable de-mangling.)
20255      Branch: perl
20256            ! README.aix README.dgux README.dos README.epoc README.hpux
20257            ! README.mint README.mpeix README.netware README.os2
20258            ! README.os390 README.plan9 README.qnx README.solaris
20259            ! README.threads doio.c pod/perl571delta.pod
20260            ! pod/perl572delta.pod pod/perlapi.pod pod/perlapio.pod
20261            ! pod/perldata.pod pod/perlebcdic.pod pod/perlfaq4.pod
20262            ! pod/perlfunc.pod pod/perlguts.pod pod/perlhack.pod
20263            ! pod/perliol.pod pod/perlpod.pod pod/perlpodspec.pod
20264            ! pod/perlrequick.pod pod/perlretut.pod pod/perltodo.pod
20265            ! pod/perlunicode.pod pod/perlvar.pod pp_ctl.c sharedsv.c
20266 ____________________________________________________________________________
20267 [ 13040] By: jhi                                   on 2001/11/16  04:48:16
20268         Log: Avoid redefinedness warning for now.
20269      Branch: perl
20270            ! lib/Thread.pm
20271 ____________________________________________________________________________
20272 [ 13039] By: jhi                                   on 2001/11/16  04:44:30
20273         Log: use strict.
20274      Branch: perl
20275            ! lib/Thread.pm
20276 ____________________________________________________________________________
20277 [ 13038] By: jhi                                   on 2001/11/16  04:40:19
20278         Log: Subject: [PATCH Perl@13023] subprocess command line size increase
20279              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane) 
20280              Date: Thu, 15 Nov 2001 22:54:47 EST 
20281              Message-Id: <011115225352.2db1e@DUPHY4.Physics.Drexel.Edu>         
20282      Branch: perl
20283            ! vms/vms.c vms/vmspipe.com
20284 ____________________________________________________________________________
20285 [ 13037] By: jhi                                   on 2001/11/16  04:38:47
20286         Log: Subject: [PATCH lib/File/stat.t] Fix AIX Failure (was Re: Smoke 12998 /pro/3gl/CPAN/perl-current)
20287              From: "chromatic" <chromatic@rmci.net>
20288              Date: Thu, 15 Nov 2001 19:54:23 -0700
20289              Message-ID: <20011116030139.6821.qmail@onion.perl.org>
20290      Branch: perl
20291            ! lib/File/stat.t
20292 ____________________________________________________________________________
20293 [ 13036] By: jhi                                   on 2001/11/16  04:37:52
20294         Log: Make Thread a wrapper for both ithreads and 5005threads.
20295              Needs a lot of work and Arthur's eyeballing (and finishing
20296              few missing odds and ends of threads.pm).  Now Thread
20297              is an extension without its own .pm.
20298              
20299              If there are people who have experience working with
20300              either the 5005threads or the ithreads: cleaning up
20301              the documentation (Thread.pm, threads.pm, and perl*thrtut.pod),
20302              and porting the various Thread::* modules, like Thread::Queue,
20303              to work also with ithreads, is needed.
20304              
20305              Removed the 5005threads requirement from the 5005 tests
20306              for easier testing (not all of them work yet since
20307              they use the Thread::* modules that have not been made
20308              to work with ithreads).  Leave the 5005 tests named as
20309              *.tx so that they are not run by "make test".
20310      Branch: perl
20311            + lib/Thread.pm
20312            - ext/Thread/Thread.pm
20313            ! MANIFEST ext/Thread/Makefile.PL ext/Thread/create.tx
20314            ! ext/Thread/die.tx ext/Thread/die2.tx ext/Thread/io.tx
20315            ! ext/Thread/join.tx ext/Thread/join2.tx ext/Thread/list.tx
20316            ! ext/Thread/lock.tx ext/Thread/queue.tx ext/Thread/specific.tx
20317            ! ext/Thread/sync.tx ext/Thread/sync2.tx ext/Thread/unsync.tx
20318            ! ext/Thread/unsync2.tx ext/Thread/unsync3.tx
20319            ! ext/Thread/unsync4.tx ext/threads/threads.pm pod/perlfunc.pod
20320 ____________________________________________________________________________
20321 [ 13035] By: jhi                                   on 2001/11/16  03:30:38
20322         Log: $VERSION "a5" doesn't quite work.
20323      Branch: perl
20324            ! ext/B/Makefile.PL
20325 ____________________________________________________________________________
20326 [ 13034] By: jhi                                   on 2001/11/16  00:38:41
20327         Log: Add the fruits of Larry Shatzer's version verifying script.
20328              (There are some straddlers, but they will be fixed in the
20329              upcoming releases of the modules.)
20330      Branch: perl
20331            ! bytecode.pl ext/B/B.pm ext/B/B/Asmdata.pm ext/B/B/Bblock.pm
20332            ! ext/B/B/Bytecode.pm ext/B/B/C.pm ext/B/B/CC.pm
20333            ! ext/B/B/Debug.pm ext/B/B/Disassembler.pm ext/B/B/Lint.pm
20334            ! ext/B/B/Showlex.pm ext/B/B/Stackobj.pm ext/B/B/Stash.pm
20335            ! ext/B/B/Terse.pm ext/B/B/Xref.pm ext/B/O.pm
20336            ! ext/Encode/Encode/Tcl.pm ext/Opcode/ops.pm
20337            ! ext/Thread/Thread/Queue.pm ext/Thread/Thread/Semaphore.pm
20338            ! ext/Thread/Thread/Signal.pm ext/Thread/Thread/Specific.pm
20339            ! lib/ExtUtils/MM_NW5.pm lib/Locale/Constants.pm lib/vmsish.pm
20340            ! os2/OS2/REXX/DLL/DLL.pm vms/ext/Filespec.pm win32/FindExt.pm
20341            ! wince/FindExt.pm
20342 ____________________________________________________________________________
20343 [ 13033] By: jhi                                   on 2001/11/16  00:37:36
20344         Log: Add Larry Shatzer's VERSION verifying script.
20345      Branch: perl
20346            + Porting/checkVERSION.pl
20347            ! MANIFEST Porting/pumpkin.pod
20348 ____________________________________________________________________________
20349 [ 13032] By: jhi                                   on 2001/11/16  00:09:31
20350         Log: Subject: [PATCH t/io/argv.t OR t/test.pl] runperl(), \n and stdin
20351              From: Michael G Schwern <schwern@pobox.com>
20352              Date: Thu, 15 Nov 2001 19:26:40 -0500
20353              Message-ID: <20011115192640.R31399@blackrider>
20354      Branch: perl
20355            ! t/test.pl
20356 ____________________________________________________________________________
20357 [ 13031] By: jhi                                   on 2001/11/15  23:18:19
20358         Log: Document the MY_CXT business; from Paul Marquess.
20359      Branch: perl
20360            ! pod/perlxs.pod
20361 ____________________________________________________________________________
20362 [ 13030] By: jhi                                   on 2001/11/15  22:03:46
20363         Log: VMSCMD synch attempt.
20364      Branch: perl
20365            ! vms/vms.c vms/vmsish.h
20366 ____________________________________________________________________________
20367 [ 13029] By: jhi                                   on 2001/11/15  21:35:36
20368         Log: Advise against -P as instructed by Schwern.
20369      Branch: perl
20370            ! pod/perlrun.pod
20371 ____________________________________________________________________________
20372 [ 13028] By: jhi                                   on 2001/11/15  21:21:29
20373         Log: Subject: [PATCH] v-strings as Objects Step 1
20374              From: John Peacock <jpeacock@rowman.com>
20375              Date: Thu, 15 Nov 2001 12:41:04 -0500
20376              Message-ID: <3BF3FE30.70D7EDCA@rowman.com>
20377      Branch: perl
20378            ! embed.h embed.pl global.sym pod/perlapi.pod proto.h toke.c
20379            ! util.c
20380 ____________________________________________________________________________
20381 [ 13027] By: jhi                                   on 2001/11/15  21:16:57
20382         Log: Subject: [PATCH] -x  (was Re: [PATCH] new tests for command-line switches)
20383              From: Michael G Schwern <schwern@pobox.com>
20384              Date: Thu, 15 Nov 2001 12:47:59 -0500
20385              Message-ID: <20011115124759.E31399@blackrider>
20386      Branch: perl
20387            + t/run/switchx.aux t/run/switchx.t
20388            ! MANIFEST t/run/switches.t
20389 ____________________________________________________________________________
20390 [ 13026] By: jhi                                   on 2001/11/15  20:55:31
20391         Log: Upgrade to Getopt::Long 2.26_03.
20392      Branch: perl
20393            ! lib/Getopt/Long.pm
20394 ____________________________________________________________________________
20395 [ 13025] By: ams                                   on 2001/11/15  20:46:22
20396         Log: Subject: [PATCH vms/vms.c] VMSCMD missing
20397              From: Michael G Schwern <schwern@pobox.com>
20398              Date: Thu, 15 Nov 2001 16:24:11 -0500
20399              Message-Id: <20011115162411.M31399@blackrider>
20400      Branch: perl
20401            ! vms/vms.c
20402 ____________________________________________________________________________
20403 [ 13024] By: ams                                   on 2001/11/15  19:32:06
20404         Log: Subject: Re: [ID 20010713.001] use lib segmentation fault
20405              From: rspier@pobox.com (Robert Spier)
20406              Date: Thu, 15 Nov 2001 11:19:21 -0800
20407              Message-Id: <15348.5433.732364.963687@rls.cx>
20408      Branch: perl
20409            ! op.c
20410 ____________________________________________________________________________
20411 [ 13023] By: jhi                                   on 2001/11/15  15:35:48
20412         Log: Update Changes.
20413      Branch: perl
20414            ! Changes patchlevel.h
20415 ____________________________________________________________________________
20416 [ 13022] By: jhi                                   on 2001/11/15  15:11:37
20417         Log: Subject: [PATCH] new tests for command-line switches
20418              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
20419              Date: Thu, 15 Nov 2001 17:00:30 +0100
20420              Message-ID: <20011115170030.A14193@rafael>
20421      Branch: perl
20422            + t/run/switches.t
20423            ! MANIFEST
20424 ____________________________________________________________________________
20425 [ 13021] By: jhi                                   on 2001/11/15  15:06:36
20426         Log: Upgrade to podlators 1.13.
20427      Branch: perl
20428            + lib/Pod/ParseLink.pm
20429            ! MANIFEST lib/Pod/Html.pm lib/Pod/Man.pm lib/Pod/Text.pm
20430            ! lib/Pod/Text/Color.pm lib/Pod/Text/Overstrike.pm
20431            ! lib/Pod/Text/Termcap.pm pod/pod2man.PL t/pod/lref.xr
20432            ! t/pod/pod2usage.xr t/pod/podselect.xr
20433 ____________________________________________________________________________
20434 [ 13020] By: jhi                                   on 2001/11/15  14:47:29
20435         Log: skip "might be used uninitialized".
20436      Branch: perl
20437            ! pp_sys.c
20438 ____________________________________________________________________________
20439 [ 13019] By: jhi                                   on 2001/11/15  14:35:55
20440         Log: Fix for "perlio bug in koi8-r encoding".  The problem
20441              seemed to be that binmode() always flushed the handle,
20442              which is not so good when switching encodings.  Fixed,
20443              added Matt Sergeant's testcase, documented in perlfunc/binmode,
20444              also added a pointer about disciplines to perlfunc/open,
20445              and in general cleaned up and reformatted the open entry.
20446      Branch: perl
20447            ! ext/PerlIO/t/encoding.t perlio.c pod/perlfunc.pod
20448 ____________________________________________________________________________
20449 [ 13018] By: jhi                                   on 2001/11/15  13:22:57
20450         Log: Subject: Re: [ID 20011114.118] chop and chomp bind too tightly
20451              From: rgarciasuarez@free.fr (Rafael Garcia-Suarez)
20452              Date: 15 Nov 2001 08:57:06 -0000
20453              Message-Id: <slrn9v70s9.gqe.rgarciasuarez@rafael.kazibao.net>
20454              
20455              chop() and chomp() are not real list functions,
20456              so let's not have them overrideable.  (Casey will
20457              be confused since in #7071 he patched the other way.)
20458      Branch: perl
20459            ! pod/perlfunc.pod toke.c
20460 ____________________________________________________________________________
20461 [ 13017] By: ams                                   on 2001/11/15  12:56:49
20462         Log: Subject: [PATCH pod/perltrap.pod] Re: Strange syntax error with map
20463              From: Robin Barker <rmb1@cise.npl.co.uk>
20464              Date: Thu, 15 Nov 2001 13:48:34 GMT
20465              Message-Id: <200111151348.NAA01299@tempest.npl.co.uk>
20466              (Applied with tweaks.)
20467      Branch: perl
20468            ! pod/perltrap.pod
20469 ____________________________________________________________________________
20470 [ 13016] By: ams                                   on 2001/11/15  09:12:48
20471         Log: Subject: [DOC PATCH] mention Filter::cpp in perlrun
20472              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
20473              Date: Thu, 15 Nov 2001 09:06:39 +0100
20474              Message-Id: <20011115090639.A13005@rafael>
20475      Branch: perl
20476            ! pod/perlrun.pod
20477 ____________________________________________________________________________
20478 [ 13015] By: jhi                                   on 2001/11/15  04:08:50
20479         Log: "link =" from utils.lst was being processed oddly.
20480      Branch: perl
20481            ! installman
20482 ____________________________________________________________________________
20483 [ 13014] By: ams                                   on 2001/11/15  02:52:52
20484         Log: Subject: [PATCH current] CreateTTY in -d
20485              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
20486              Date: Wed, 14 Nov 2001 21:26:31 -0500
20487              Message-Id: <20011114212631.A25705@math.ohio-state.edu>
20488      Branch: perl
20489            ! lib/perl5db.pl
20490 ____________________________________________________________________________
20491 [ 13013] By: jhi                                   on 2001/11/15  00:46:07
20492         Log: Corify the Filter::Simple tests. 
20493      Branch: perl
20494            ! lib/Filter/Simple/t/data.t lib/Filter/Simple/t/filter.t
20495            ! lib/Filter/Simple/t/filter_only.t
20496 ____________________________________________________________________________
20497 [ 13012] By: jhi                                   on 2001/11/15  00:42:25
20498         Log: Upgrade to Filter::Simple 0.70.
20499      Branch: perl
20500            + lib/Filter/Simple/t/data.t lib/Filter/Simple/t/filter_only.t
20501            + t/lib/FilterOnlyTest.pm
20502            ! MANIFEST lib/Filter/Simple.pm lib/Filter/Simple/Changes
20503            ! lib/Filter/Simple/README lib/Filter/Simple/t/filter.t
20504            ! t/lib/FilterTest.pm
20505 ____________________________________________________________________________
20506 [ 13011] By: jhi                                   on 2001/11/14  22:38:31
20507         Log: Cleanliness inspired by Cygwin.
20508      Branch: perl
20509            ! Makefile.SH x2p/Makefile.SH
20510 ____________________________________________________________________________
20511 [ 13010] By: jhi                                   on 2001/11/14  22:30:59
20512         Log: Add perlunintro (formerly known as perlunitut); regen toc.
20513      Branch: perl
20514            + pod/perlunintro.pod
20515            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
20516 ____________________________________________________________________________
20517 [ 13009] By: jhi                                   on 2001/11/14  22:27:12
20518         Log: FAQ sync.
20519      Branch: perl
20520            ! pod/perlfaq6.pod
20521 ____________________________________________________________________________
20522 [ 13008] By: jhi                                   on 2001/11/14  22:16:06
20523         Log: Quieten pgcc 2.91.66 worries.
20524      Branch: perl
20525            ! gv.c pp_ctl.c utf8.c
20526 ____________________________________________________________________________
20527 [ 13007] By: jhi                                   on 2001/11/14  22:05:01
20528         Log: Upgrade to Switch 2.06.
20529      Branch: perl
20530            ! lib/Switch.pm lib/Switch/Changes lib/Switch/README
20531            ! lib/Switch/t/nested.t
20532 ____________________________________________________________________________
20533 [ 13006] By: jhi                                   on 2001/11/14  21:55:51
20534         Log: Upgrade to Attribute::Handlers 0.76.
20535      Branch: perl
20536            ! lib/Attribute/Handlers.pm lib/Attribute/Handlers/Changes
20537            ! lib/Attribute/Handlers/README
20538            ! lib/Attribute/Handlers/demo/Demo.pm
20539            ! lib/Attribute/Handlers/demo/Descriptions.pm
20540            ! lib/Attribute/Handlers/demo/MyClass.pm
20541            ! lib/Attribute/Handlers/demo/demo_cycle.pl
20542            ! lib/Attribute/Handlers/demo/demo_hashdir.pl
20543            ! lib/Attribute/Handlers/t/multi.t
20544 ____________________________________________________________________________
20545 [ 13005] By: jhi                                   on 2001/11/14  21:53:22
20546         Log: Signedness nit.
20547      Branch: perl
20548            ! regexec.c
20549 ____________________________________________________________________________
20550 [ 13004] By: jhi                                   on 2001/11/14  21:24:39
20551         Log: VERSIONize.
20552      Branch: perl
20553            ! lib/File/Spec/Epoc.pm lib/PerlIO.pm lib/encoding.pm
20554            ! lib/integer.pm
20555 ____________________________________________________________________________
20556 [ 13003] By: jhi                                   on 2001/11/14  21:17:02
20557         Log: No pod in internal Net::FTP classes.
20558      Branch: perl
20559            ! pod/buildtoc.PL
20560 ____________________________________________________________________________
20561 [ 13002] By: jhi                                   on 2001/11/14  21:11:48
20562         Log: Subject: Re: [PATCH regexec.c] lookahead for REF, MINMOD, PLUS, CURLY* 
20563              From: "Jeff 'japhy' Pinyan" <jeffp@crusoe.net>
20564              Date: Wed, 14 Nov 2001 09:59:31 -0500 (EST)
20565              Message-ID: <Pine.GSO.4.21.0111140958390.1124-100000@crusoe.crusoe.net>
20566      Branch: perl
20567            ! regexec.c
20568 ____________________________________________________________________________
20569 [ 13001] By: jhi                                   on 2001/11/14  21:09:48
20570         Log: test.pl tweaks from Rafael and Pudge (assuming I deciphered
20571              Pudge correctly).
20572      Branch: perl
20573            ! t/test.pl
20574 ____________________________________________________________________________
20575 [ 13000] By: jhi                                   on 2001/11/14  21:00:23
20576         Log: Add comments to mark where $^X is being handled.
20577      Branch: perl
20578            ! perl.c toke.c
20579 ____________________________________________________________________________
20580 [ 12999] By: jhi                                   on 2001/11/14  20:45:42
20581         Log: Subject: Re: Test [ID 25] [PATCH t/op/repeat.t] Cleanup and bug test
20582              From: Michael G Schwern <schwern@pobox.com>
20583              Date: Wed, 14 Nov 2001 16:38:25 -0500
20584              Message-ID: <20011114163825.D6519@blackrider>
20585      Branch: perl
20586            ! t/op/repeat.t
20587 ____________________________________________________________________________
20588 [ 12998] By: jhi                                   on 2001/11/14  20:22:06
20589         Log: Subject: [PATCH t/op/die_exit.t] Fwd: [craigberry@mac.com: die_exit.t]
20590              From: Michael G Schwern <schwern@pobox.com>
20591              Date: Wed, 14 Nov 2001 13:19:15 -0500
20592              Message-ID: <20011114131915.K5096@blackrider>
20593      Branch: perl
20594            ! t/op/die_exit.t
20595 ____________________________________________________________________________
20596 [ 12997] By: jhi                                   on 2001/11/14  19:36:57
20597         Log: Subject: Re: [PATCH] new version of runperl()
20598              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
20599              Date: Wed, 14 Nov 2001 15:39:12 EST
20600              Message-Id: <011114153711.30f96@DUPHY4.Physics.Drexel.Edu>
20601              
20602              "VMS $^X pipes etc" patch.
20603      Branch: perl
20604            ! vms/vms.c
20605 ____________________________________________________________________________
20606 [ 12996] By: jhi                                   on 2001/11/14  19:31:01
20607         Log: test.pl runperl() nits from Chris Nandor and Craig Berry,
20608              and add "verbose" option to show the final command.
20609      Branch: perl
20610            ! t/test.pl
20611 ____________________________________________________________________________
20612 [ 12995] By: jhi                                   on 2001/11/14  15:02:29
20613         Log: Goof in some of the comment fields of #12994.
20614      Branch: perl
20615            ! lib/unicore/In/0.pl lib/unicore/In/1.pl lib/unicore/In/2.pl
20616            ! lib/unicore/In/3.pl lib/unicore/In/4.pl lib/unicore/In/5.pl
20617            ! lib/unicore/In/6.pl lib/unicore/In/7.pl lib/unicore/In/8.pl
20618            ! lib/unicore/In/9.pl
20619 ____________________________________________________________________________
20620 [ 12994] By: jhi                                   on 2001/11/14  14:59:32
20621         Log: The First, Last ranges in the Unicode data weren't
20622              getting their general categories added properly;
20623              noticed by Jeffrey Friedl.
20624      Branch: perl
20625            ! lib/unicore/Category.pl lib/unicore/In/0.pl
20626            ! lib/unicore/In/1.pl lib/unicore/In/164.pl
20627            ! lib/unicore/In/169.pl lib/unicore/In/170.pl
20628            ! lib/unicore/In/2.pl lib/unicore/In/3.pl lib/unicore/In/4.pl
20629            ! lib/unicore/In/5.pl lib/unicore/In/6.pl lib/unicore/In/7.pl
20630            ! lib/unicore/In/8.pl lib/unicore/In/9.pl
20631            ! lib/unicore/Is/Alnum.pl lib/unicore/Is/Alpha.pl
20632            ! lib/unicore/Is/C.pl lib/unicore/Is/Cntrl.pl
20633            ! lib/unicore/Is/Co.pl lib/unicore/Is/Cs.pl
20634            ! lib/unicore/Is/Graph.pl lib/unicore/Is/L.pl
20635            ! lib/unicore/Is/Lo.pl lib/unicore/Is/Print.pl
20636            ! lib/unicore/Is/Word.pl lib/unicore/Name.pl
20637            ! lib/unicore/mktables
20638 ____________________________________________________________________________
20639 [ 12993] By: jhi                                   on 2001/11/14  13:54:20
20640         Log: Subject: [PATCH] new version of runperl()
20641              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
20642              Date: Wed, 14 Nov 2001 12:23:01 +0100
20643              Message-ID: <20011114122301.A29384@rafael>
20644      Branch: perl
20645            ! t/io/argv.t t/test.pl
20646 ____________________________________________________________________________
20647 [ 12992] By: ams                                   on 2001/11/14  13:40:39
20648         Log: Subject: [PATCH perl.c] s/parse_perl/parse_body/
20649              From: Michael G Schwern <schwern@pobox.com>
20650              Date: Tue, 13 Nov 2001 23:17:54 -0500
20651              Message-Id: <20011113231754.S32567@blackrider>
20652      Branch: perl
20653            ! perl.c
20654 ____________________________________________________________________________
20655 [ 12991] By: jhi                                   on 2001/11/14  13:24:34
20656         Log: Subject: Re: [PATCH pod/perlapio.pod double-word fix]
20657              From: Philip Newton <Philip.Newton@gmx.net>
20658              Date: Wed, 14 Nov 2001 10:59:53 +0100
20659              Message-ID: <e6b4vt8mfasdv0vlm1tqggqhtjbpchvpmg@4ax.com>
20660              
20661              plus a lot of paragraph reformatting because of long lines.
20662      Branch: perl
20663            ! pod/perlapio.pod
20664 ____________________________________________________________________________
20665 [ 12990] By: jhi                                   on 2001/11/14  13:19:19
20666         Log: A bool is not a pointer.
20667      Branch: perl
20668            ! pp_sys.c
20669 ____________________________________________________________________________
20670 [ 12989] By: jhi                                   on 2001/11/14  02:41:42
20671         Log: AUTHORS updates.
20672      Branch: perl
20673            ! AUTHORS
20674 ____________________________________________________________________________
20675 [ 12988] By: jhi                                   on 2001/11/14  02:18:44
20676         Log: There are several MIME RFCs.
20677      Branch: perl
20678            ! ext/Encode/Encode.pm
20679 ____________________________________________________________________________
20680 [ 12987] By: ams                                   on 2001/11/14  01:09:28
20681         Log: Subject: [PATCH t/op/groups.t vms/test.com] Simple little VMS fix
20682              From: Michael G Schwern <schwern@pobox.com>
20683              Date: Tue, 13 Nov 2001 20:59:13 -0500
20684              Message-Id: <20011113205913.H32567@blackrider>
20685      Branch: perl
20686            ! t/op/groups.t vms/test.com
20687 ____________________________________________________________________________
20688 [ 12986] By: ams                                   on 2001/11/14  01:07:06
20689         Log: Subject: [PATCH ext/IO/lib/IO/t/io_sel.t vms/test.com] VMS fix
20690              From: Michael G Schwern <schwern@pobox.com>
20691              Date: Tue, 13 Nov 2001 20:51:34 -0500
20692              Message-Id: <20011113205134.F32567@blackrider>
20693      Branch: perl
20694            ! ext/IO/lib/IO/t/io_sel.t vms/test.com
20695 ____________________________________________________________________________
20696 [ 12985] By: ams                                   on 2001/11/14  00:43:59
20697         Log: Subject: [PATCH pod/perlport.pod] Re: select() broken under VMS?
20698              From: Michael G Schwern <schwern@pobox.com>
20699              Date: Tue, 13 Nov 2001 20:38:42 -0500
20700              Message-Id: <20011113203842.E32567@blackrider>
20701      Branch: perl
20702            ! pod/perlport.pod
20703 ____________________________________________________________________________
20704 [ 12984] By: ams                                   on 2001/11/14  00:32:15
20705         Log: Subject: [PATCH ext/IO/lib/IO/t/*.t vms/test.com] VMS fixups for IO::* tests
20706              From: Michael G Schwern <schwern@pobox.com>
20707              Date: Tue, 13 Nov 2001 20:27:02 -0500
20708              Message-Id: <20011113202702.D32567@blackrider>
20709      Branch: perl
20710            ! ext/IO/lib/IO/t/io_const.t ext/IO/lib/IO/t/io_dir.t
20711            ! ext/IO/lib/IO/t/io_dup.t ext/IO/lib/IO/t/io_pipe.t
20712            ! ext/IO/lib/IO/t/io_sock.t ext/IO/lib/IO/t/io_unix.t
20713            ! ext/IO/lib/IO/t/io_xs.t vms/test.com
20714 ____________________________________________________________________________
20715 [ 12983] By: ams                                   on 2001/11/14  00:00:27
20716         Log: Subject: [PATCH pod/perlport.pod] s/socket/select/ typo
20717              From: Michael G Schwern <schwern@pobox.com>
20718              Date: Tue, 13 Nov 2001 19:51:59 -0500
20719              Message-Id: <20011113195159.B32567@blackrider>
20720      Branch: perl
20721            ! pod/perlport.pod
20722 ____________________________________________________________________________
20723 [ 12982] By: ams                                   on 2001/11/13  23:53:11
20724         Log: Subject: [PATCH pod/perlapio.pod double-word fix]
20725              From: Larry Shatzer <fugazi@zippy.zyx.net>
20726              Date: Tue, 13 Nov 2001 17:27:59 -0700
20727              Message-Id: <20011113172759.E27768@zippy.zyx.net>
20728      Branch: perl
20729            ! pod/perlapio.pod
20730 ____________________________________________________________________________
20731 [ 12981] By: jhi                                   on 2001/11/13  22:50:27
20732         Log: Fix for the :utf8 read() bug noticed by Matt Sergeant:
20733              "large enough" Unicode characters returned more than one
20734              as their "Unicode size".
20735      Branch: perl
20736            ! pp_sys.c t/io/utf8.t
20737 ____________________________________________________________________________
20738 [ 12980] By: ams                                   on 2001/11/13  19:32:33
20739         Log: Subject: [PATCH] vms/gen_shrfls.pl tweak
20740              From: "Craig A. Berry" <craigberry@mac.com>
20741              Date: Tue, 13 Nov 2001 14:33:25 -0600
20742              Message-Id: <5.1.0.14.2.20011113142319.01c3ad50@exchi01>
20743      Branch: perl
20744            ! vms/gen_shrfls.pl
20745 ____________________________________________________________________________
20746 [ 12979] By: jhi                                   on 2001/11/13  18:10:15
20747         Log: Subject: Minor patch to Encode.pm (detypo)
20748              From: "Philip Newton" <Philip.Newton@gmx.net>
20749              Date: Tue, 13 Nov 2001 20:11:01 +0100
20750              Message-ID: <20011113.200845@ID-11583.news.dfncis.de>
20751      Branch: perl
20752            ! ext/Encode/Encode.pm
20753 ____________________________________________________________________________
20754 [ 12978] By: jhi                                   on 2001/11/13  17:55:02
20755         Log: Evil tabulators.
20756      Branch: perl
20757            ! ext/Encode/Encode.pm
20758 ____________________________________________________________________________
20759 [ 12977] By: jhi                                   on 2001/11/13  17:52:17
20760         Log: Document the available encodings.
20761      Branch: perl
20762            ! ext/Encode/Encode.pm
20763 ____________________________________________________________________________
20764 [ 12976] By: ams                                   on 2001/11/13  17:14:07
20765         Log: Subject: Re: Why *not* use UNIVERSAL qw( isa can ) ; ??
20766              From: Barrie Slaymaker <barries@slaysys.com>
20767              Date: Tue, 13 Nov 2001 12:41:36 -0500
20768              Message-Id: <20011113124133.C24305@sizzle.whoville.com>
20769      Branch: perl
20770            ! t/op/universal.t
20771 ____________________________________________________________________________
20772 [ 12975] By: ams                                   on 2001/11/13  16:24:21
20773         Log: Subject: Re: Why *not* use UNIVERSAL qw( isa can ) ; ??
20774              From: Barrie Slaymaker <barries@slaysys.com>
20775              Date: Tue, 13 Nov 2001 10:56:20 -0500
20776              Message-Id: <20011113105620.B24192@sizzle.whoville.com>
20777              (Test applied with minor tweaks and ->isa("HASH") omission.)
20778      Branch: perl
20779            ! lib/UNIVERSAL.pm t/op/universal.t
20780 ____________________________________________________________________________
20781 [ 12974] By: ams                                   on 2001/11/13  15:46:07
20782         Log: Subject: [PATCH Benchmark.pm] docco tweaks
20783              From: Barrie Slaymaker <barries@slaysys.com>
20784              Date: Tue, 13 Nov 2001 11:34:45 -0500
20785              Message-Id: <20011113113442.B24305@sizzle.whoville.com>
20786      Branch: perl
20787            ! lib/Benchmark.pm
20788 ____________________________________________________________________________
20789 [ 12973] By: jhi                                   on 2001/11/13  13:42:40
20790         Log: Subject: [PATCH] Attack of the C loops, round 1
20791              From: Richard Soderberg <rs@oregonnet.com>
20792              Date: Mon, 12 Nov 2001 12:07:29 -0800
20793              Message-Id: <200111122007.MAA01994@oregonnet.com>
20794              
20795              Subject: [PATCH] bytecode.pl (tiny patch)
20796              From: Richard Soderberg <rs@oregonnet.com>
20797              Date: Mon, 12 Nov 2001 12:53:24 -0800
20798              Message-Id: <200111122053.MAA06272@oregonnet.com>
20799      Branch: perl
20800            ! bytecode.pl installhtml
20801 ____________________________________________________________________________
20802 [ 12972] By: jhi                                   on 2001/11/13  13:41:02
20803         Log: Subject: [PATCH] Update to Filter::Util::Call
20804              From: "Paul Marquess" <Paul_Marquess@yahoo.co.uk>
20805              Date: Sun, 11 Nov 2001 22:33:33 -0000
20806              Message-ID: <AIEAJICLCBDNAAOLLOKLAEKFDEAA.Paul_Marquess@Yahoo.co.uk>
20807              
20808              Use the new CXT* macros.
20809      Branch: perl
20810            ! ext/Filter/Util/Call/Call.pm ext/Filter/Util/Call/Call.xs
20811 ____________________________________________________________________________
20812 [ 12971] By: jhi                                   on 2001/11/13  13:31:34
20813         Log: Subject: [PATCH vms/ext/vmsish.* vms/descrip_mms.template MANIFEST] Making vmsish.pm a no-op on non-VMS  
20814              From: Michael G Schwern <schwern@pobox.com>
20815              Date: Mon, 12 Nov 2001 20:50:34 -0500
20816              Message-ID: <20011112205034.H2888@blackrider>
20817      Branch: perl
20818            + lib/vmsish.pm lib/vmsish.t
20819            - vms/ext/vmsish.pm vms/ext/vmsish.t
20820            ! MANIFEST vms/descrip_mms.template
20821 ____________________________________________________________________________
20822 [ 12970] By: jhi                                   on 2001/11/13  13:09:23
20823         Log: :utf8 works only with perlio.
20824      Branch: perl
20825            ! lib/open.t
20826 ____________________________________________________________________________
20827 [ 12969] By: jhi                                   on 2001/11/13  13:03:36
20828         Log: Subject: Re: @Config -"des" not quite working on VMS
20829              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
20830              Date: Tue, 13 Nov 2001 08:35:13 EST 
20831              Message-Id: <011113083447.28742@DUPHY4.Physics.Drexel.Edu>
20832      Branch: perl
20833            ! configure.com
20834 ____________________________________________________________________________
20835 [ 12968] By: jhi                                   on 2001/11/13  12:59:11
20836         Log: Subject: [PATCH] lib/charnames.pm 
20837              From: Jeffrey Friedl <jfriedl@yahoo.com>
20838              Date: Tue, 13 Nov 2001 00:36:21 -0800 (PST) 
20839              Message-Id: <200111130836.fAD8aLG76010@ventrue.corp.yahoo.com>
20840      Branch: perl
20841            ! lib/charnames.pm
20842 ____________________________________________________________________________
20843 [ 12967] By: pudge                                 on 2001/11/13  05:44:13
20844         Log: Docs for Mac::err.
20845      Branch: maint-5.6/macperl
20846            ! macos/ext/Mac/err/err.pm
20847 ____________________________________________________________________________
20848 [ 12966] By: pudge                                 on 2001/11/13  05:43:58
20849         Log: Some cleanup; change some globals to references for
20850              possible persistence later.
20851      Branch: maint-5.6/macperl
20852            ! macos/lib/Mac/Glue.pm
20853 ____________________________________________________________________________
20854 [ 12965] By: pudge                                 on 2001/11/13  05:42:59
20855         Log: Add in a bunch of Mac OS 9 constants for Mac::Files.
20856      Branch: maint-5.6/macperl
20857            ! macos/ext/Mac/Files/Files.pm
20858 ____________________________________________________________________________
20859 [ 12964] By: pudge                                 on 2001/11/13  05:42:35
20860         Log: Get Mac::Navigation to compile (bug #464684).
20861      Branch: maint-5.6/macperl
20862            ! macos/Makefile.mk macos/ext/Mac/Makefile.mk
20863            ! macos/ext/Mac/Navigation/Makefile.PL
20864            ! macos/ext/Mac/Navigation/Navigation.xs
20865            ! macos/macperl/Makefile.mk
20866 ____________________________________________________________________________
20867 [ 12963] By: pudge                                 on 2001/11/13  05:41:12
20868         Log: Add in modules and POD to help menu.
20869      Branch: maint-5.6/macperl
20870            ! macos/macperl/MacPerl.podhelp
20871 ____________________________________________________________________________
20872 [ 12962] By: pudge                                 on 2001/11/13  05:28:18
20873         Log: Update bundled modules.
20874      Branch: maint-5.6/macperl
20875            + macos/bundled_ext/Filter/t/FilterTest.pm
20876            + macos/bundled_ext/List/Util/t/shuffle.t
20877            + macos/bundled_ext/Storable/t/compat06.t
20878            + macos/bundled_ext/Storable/t/st-dump.pl
20879            + macos/bundled_ext/Time/HiRes/hints/dynixptx.pl
20880            + macos/bundled_lib/blib/lib/LWP/ConnCache.pm
20881            + macos/bundled_lib/blib/lib/LWP/Protocol/http10.pm
20882            + macos/bundled_lib/blib/lib/LWP/Protocol/https10.pm
20883            + macos/bundled_lib/blib/lib/LWP/Protocol/nogo.pm
20884            + macos/bundled_lib/blib/lib/Net/HTTP/NB.pm
20885            + macos/bundled_lib/blib/lib/lwpcook.pod
20886            + macos/bundled_lib/t/Filter/Simple/filter.t
20887            + macos/bundled_lib/t/Switch/t/given.t
20888            + macos/bundled_lib/t/Switch/t/nested.t
20889            + macos/bundled_lib/t/Switch/t/switch.t
20890            + macos/bundled_lib/t/Text/Balanced/t/extbrk.t
20891            + macos/bundled_lib/t/Text/Balanced/t/extcbk.t
20892            + macos/bundled_lib/t/Text/Balanced/t/extdel.t
20893            + macos/bundled_lib/t/Text/Balanced/t/extmul.t
20894            + macos/bundled_lib/t/Text/Balanced/t/extqlk.t
20895            + macos/bundled_lib/t/Text/Balanced/t/exttag.t
20896            + macos/bundled_lib/t/Text/Balanced/t/extvar.t
20897            + macos/bundled_lib/t/Text/Balanced/t/gentag.t
20898            + macos/bundled_lib/t/URI/rfc2732.t
20899            + macos/bundled_lib/t/libnet/config.t
20900            + macos/bundled_lib/t/libnet/libnet_t.pl
20901            + macos/bundled_lib/t/libwww-perl/live/google.t
20902            + macos/bundled_lib/t/libwww-perl/live/jigsaw-auth-b.t
20903            + macos/bundled_lib/t/libwww-perl/live/jigsaw-auth-d.t
20904            + macos/bundled_lib/t/libwww-perl/live/jigsaw-chunk.t
20905            + macos/bundled_lib/t/libwww-perl/live/jigsaw-md5.t
20906            + macos/bundled_lib/t/libwww-perl/live/jigsaw-neg.t
20907            + macos/bundled_lib/t/libwww-perl/live/jigsaw-te.t
20908            + macos/bundled_lib/t/libwww-perl/live/validator.t
20909            - macos/bundled_ext/Filter/t/MyFilter.pm
20910            - macos/bundled_ext/Storable/t/compat-0.6.t
20911            - macos/bundled_ext/Storable/t/dump.pl
20912            - macos/bundled_ext/Time/Piece/Makefile.PL
20913            - macos/bundled_ext/Time/Piece/Piece.pm
20914            - macos/bundled_ext/Time/Piece/Piece.t
20915            - macos/bundled_ext/Time/Piece/Piece.xs
20916            - macos/bundled_ext/Time/Piece/README
20917            - macos/bundled_ext/Time/Piece/Seconds.pm
20918            - macos/bundled_lib/blib/lib/LWP/Protocol/http11.pm
20919            - macos/bundled_lib/blib/lib/Net/DummyInetd.pm
20920            - macos/bundled_lib/blib/lib/Net/PH.pm
20921            - macos/bundled_lib/blib/lib/Net/SNPP.pm
20922            - macos/bundled_lib/blib/lib/Text/Balanced.pod
20923            - macos/bundled_lib/t/Filter/Simple/test.pl
20924            - macos/bundled_lib/t/Switch/test.pl
20925            - macos/bundled_lib/t/Text/Balanced/t/genxt.t
20926            - macos/bundled_lib/t/Text/Balanced/t/xbrak.t
20927            - macos/bundled_lib/t/Text/Balanced/t/xcode.t
20928            - macos/bundled_lib/t/Text/Balanced/t/xdeli.t
20929            - macos/bundled_lib/t/Text/Balanced/t/xmult.t
20930            - macos/bundled_lib/t/Text/Balanced/t/xquot.t
20931            - macos/bundled_lib/t/Text/Balanced/t/xtagg.t
20932            - macos/bundled_lib/t/Text/Balanced/t/xvari.t
20933            - macos/bundled_lib/t/libnet/ph.t
20934            ! (edit 125 files)
20935 ____________________________________________________________________________
20936 [ 12961] By: ams                                   on 2001/11/13  00:45:08
20937         Log: Subject: [PATCH pod/perlport.pod] exit docs out of order
20938              From: Michael G Schwern <schwern@pobox.com>
20939              Date: Mon, 12 Nov 2001 20:16:45 -0500
20940              Message-Id: <20011112201644.G2888@blackrider>
20941      Branch: perl
20942            ! pod/perlport.pod
20943 ____________________________________________________________________________
20944 [ 12960] By: ams                                   on 2001/11/12  23:54:00
20945         Log: Subject: [PATCH t/io/dup.t ext/IO/lib/IO/t/io_dup.t vms/test.com]
20946              Recoving dup tests for VMS
20947              From: Michael G Schwern <schwern@pobox.com>
20948              Date: Mon, 12 Nov 2001 19:35:33 -0500
20949              Message-Id: <20011112193533.D2888@blackrider>
20950      Branch: perl
20951            ! ext/IO/lib/IO/t/io_dup.t t/io/dup.t vms/test.com
20952 ____________________________________________________________________________
20953 [ 12959] By: jhi                                   on 2001/11/12  20:23:59
20954         Log: Update Changes.
20955      Branch: perl
20956            ! Changes patchlevel.h
20957 ____________________________________________________________________________
20958 [ 12958] By: jhi                                   on 2001/11/12  16:33:01
20959         Log: Subject: [Patch Perl@12856] MULTIPLICITY on VMS                
20960              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)             
20961              Date: Mon, 12 Nov 2001 12:35:18 EST 
20962              Message-Id: <011112123409.27041@DUPHY4.Physics.Drexel.Edu>
20963      Branch: perl
20964            ! ext/Cwd/Cwd.xs perlio.c vms/ext/Stdio/Stdio.xs
20965            ! vms/gen_shrfls.pl vms/sockadapt.c vms/vms.c
20966 ____________________________________________________________________________
20967 [ 12957] By: jhi                                   on 2001/11/12  15:26:37
20968         Log: Subject: [PATCH File::Spec::Win32::abs2rel] remove volume from result
20969              From: Barrie Slaymaker <barries@slaysys.com>
20970              Date: Mon, 12 Nov 2001 11:19:52 -0500
20971              Message-ID: <20011112111948.C7626@sizzle.whoville.com>
20972      Branch: perl
20973            ! lib/File/Spec.t lib/File/Spec/Win32.pm
20974 ____________________________________________________________________________
20975 [ 12956] By: jhi                                   on 2001/11/12  15:23:48
20976         Log: Subject: [PATCH Benchmark.pm] Add "none" style to cmpthese(), alter result
20977              From: Barrie Slaymaker <barries@slaysys.com>
20978              Date: Mon, 12 Nov 2001 11:07:36 -0500
20979              Message-ID: <20011112110733.B7626@sizzle.whoville.com>
20980      Branch: perl
20981            ! lib/Benchmark.pm
20982 ____________________________________________________________________________
20983 [ 12955] By: jhi                                   on 2001/11/12  15:22:23
20984         Log: Misplaced test, noticed by Barrie Slaymaker.
20985              (We are missing Benchmark tests, then.)
20986      Branch: perl
20987            + ext/Devel/DProf/DProf.t
20988            - lib/Benchmark.t
20989            ! MANIFEST
20990 ____________________________________________________________________________
20991 [ 12954] By: jhi                                   on 2001/11/12  14:50:44
20992         Log: Subject: [PATCH] a few typo fixes 
20993              From: Jeffrey Friedl <jfriedl@yahoo.com>
20994              Date: Sun, 11 Nov 2001 21:15:18 -0800 (PST)
20995              Message-Id: <200111120515.fAC5FIc74795@ventrue.corp.yahoo.com>
20996              
20997              Patching README.foo instead of pod/perlfoo.pod,
20998              not patching Math::BigInt (Tels will take care of that),
20999              dropping broken hv.c and sv.h patches, patching libnetcfg.PL
21000              and perldoc.PL instead of libnetcfg and perldoc, patching
21001              ext/Digest/MD5/t/files.t since MD5.pm was changed.
21002      Branch: perl
21003            ! (edit 109 files)
21004 ____________________________________________________________________________
21005 [ 12953] By: jhi                                   on 2001/11/12  13:11:55
21006         Log: Add a note about the dangers of bad UTF-8.
21007      Branch: perl
21008            ! pod/perlunicode.pod
21009 ____________________________________________________________________________
21010 [ 12952] By: jhi                                   on 2001/11/12  12:54:52
21011         Log: NetWare Nit from Ananth Kesari.
21012      Branch: perl
21013            ! NetWare/config.wc
21014 ____________________________________________________________________________
21015 [ 12951] By: jhi                                   on 2001/11/12  12:32:13
21016         Log: Ooops.  I was "fixing" the wrong routine in #12947 and #12950.
21017      Branch: perl
21018            ! ext/Encode/Encode.pm
21019 ____________________________________________________________________________
21020 [ 12950] By: jhi                                   on 2001/11/12  12:14:53
21021         Log: (retracted by #12951)
21022      Branch: perl
21023            ! ext/Encode/Encode.pm
21024 ____________________________________________________________________________
21025 [ 12949] By: ams                                   on 2001/11/12  06:40:18
21026         Log: Subject: [PATCH] Re: [ID 20011111.105] qr/$ARGV[0]/ not tainted
21027              From: Robert Spier <rspier@pobox.com>
21028              Date: Sun, 11 Nov 2001 18:50:18 -0800
21029              Message-Id: <15343.14570.121505.233336@rls.cx>
21030              
21031              Subject: Re: [PATCH] Re: [ID 20011111.105] qr/$ARGV[0]/ not tainted
21032              From: Rick Delaney <rick.delaney@home.com>
21033              Date: 12 Nov 2001 00:15:52 -0500
21034              Message-Id: <m3wv0wmuwn.fsf@cs839290-a.mtth1.on.wave.home.com>
21035      Branch: perl
21036            ! pp_hot.c t/op/taint.t
21037 ____________________________________________________________________________
21038 [ 12948] By: jhi                                   on 2001/11/12  01:23:58
21039         Log: It seems that we actually have this detail implemented
21040              as for as Level 1 Support of Unicode regex support is
21041              concerned: at Level 1 only 1:1 support for loose
21042              (aka caseless, aka caseigoring ) matching is required.
21043      Branch: perl
21044            ! pod/perlunicode.pod
21045 ____________________________________________________________________________
21046 [ 12947] By: jhi                                   on 2001/11/11  21:41:44
21047         Log: (retracted by #12951)
21048      Branch: perl
21049            ! ext/Encode/Encode.pm
21050 ____________________________________________________________________________
21051 [ 12946] By: jhi                                   on 2001/11/11  21:09:31
21052         Log: BOM, bom, Bom.
21053      Branch: perl
21054            ! pod/perlunicode.pod
21055 ____________________________________________________________________________
21056 [ 12945] By: jhi                                   on 2001/11/11  21:07:18
21057         Log: Upgrade to Math::BigInt 1.46.
21058      Branch: perl
21059            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm
21060            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bigfltpm.inc
21061            ! lib/Math/BigInt/t/bigfltpm.t lib/Math/BigInt/t/bigintc.t
21062            ! lib/Math/BigInt/t/calling.t lib/Math/BigInt/t/mbimbf.t
21063            ! lib/Math/BigInt/t/sub_mbf.t lib/Math/BigInt/t/sub_mbi.t
21064 ____________________________________________________________________________
21065 [ 12944] By: jhi                                   on 2001/11/11  18:52:22
21066         Log: Subject: Re: PERFORCE change 12943 for review
21067              From: "Philip Newton" <Philip.Newton@gmx.net>
21068              Date: Sun, 11 Nov 2001 20:53:36 +0100
21069              Message-ID: <20011111.204950@ID-11583.news.dfncis.de>           
21070      Branch: perl
21071            ! pod/perlunicode.pod
21072 ____________________________________________________________________________
21073 [ 12943] By: jhi                                   on 2001/11/11  18:00:03
21074         Log: Doc updates; make the Unicode discussions a little
21075              bit less alarming, and add information about encodings,
21076              surrogates, and BOMs.
21077      Branch: perl
21078            ! pod/perlunicode.pod
21079 ____________________________________________________________________________
21080 [ 12942] By: ams                                   on 2001/11/11  16:45:00
21081         Log: Subject: [PATCH @12917] Unicode::Collate v0.09
21082              From: =?ISO-2022-JP?B?GyRCRGdXIkNOOVQbKEI=?= <bqw10602@nifty.com>
21083              Date: Mon, 12 Nov 2001 00:22:57 +0900
21084              Message-Id: <20011112002232.BD46.BQW10602@nifty.com>
21085      Branch: perl
21086            ! lib/Unicode/Collate.pm lib/Unicode/Collate/Changes
21087            ! lib/Unicode/Collate/README lib/Unicode/Collate/t/test.t
21088 ____________________________________________________________________________
21089 [ 12941] By: ams                                   on 2001/11/11  13:01:40
21090         Log: Subject: Re: PERFORCE change 12929 for review
21091              From: "Philip Newton" <Philip.Newton@gmx.net>
21092              Date: Sun, 11 Nov 2001 14:27:44 +0100
21093              Message-Id: <20011111.142505@ID-11583.news.dfncis.de>
21094      Branch: perl
21095            ! MANIFEST
21096 ____________________________________________________________________________
21097 [ 12940] By: ams                                   on 2001/11/11  05:06:43
21098         Log: Subject: [PATCH t/op/chdir.t] %ENV protection
21099              From: Michael G Schwern <schwern@pobox.com>
21100              Date: Thu, 8 Nov 2001 22:56:45 -0500
21101              Message-Id: <20011108225645.H5587@blackrider>
21102      Branch: perl
21103            ! t/op/chdir.t
21104 ____________________________________________________________________________
21105 [ 12939] By: ams                                   on 2001/11/11  05:01:00
21106         Log: Subject: [PATCH ext/Cwd/t/cwd.t] VMS fixage and cleanup
21107              From: Michael G Schwern <schwern@pobox.com>
21108              Date: Sun, 11 Nov 2001 00:54:43 -0500
21109              Message-Id: <20011111005443.A24450@blackrider>
21110      Branch: perl
21111            ! ext/Cwd/t/cwd.t
21112 ____________________________________________________________________________
21113 [ 12938] By: ams                                   on 2001/11/11  03:25:13
21114         Log: Subject: [PATCH lib/File/stat.pm lib/File/stat.t]
21115              (was Re: [ID 20011110.104] File::stat vs. $! conflict)
21116              From: "chromatic" <chromatic@rmci.net>
21117              Date: Sat, 10 Nov 2001 21:03:20 -0700
21118              Message-Id: <20011111041025.12984.qmail@onion.perl.org>
21119      Branch: perl
21120            ! lib/File/stat.pm lib/File/stat.t
21121 ____________________________________________________________________________
21122 [ 12937] By: ams                                   on 2001/11/11  02:05:23
21123         Log: Subject: Re: [PATCH] resurrect t/op/magic.t on VMS
21124              From: "Craig A. Berry" <craigberry@mac.com>
21125              Date: Sat, 10 Nov 2001 17:23:52 -0600
21126              Message-Id: <5.1.0.14.2.20011110171532.028bcaa8@mail.mac.com>
21127      Branch: perl
21128            ! t/op/magic.t
21129 ____________________________________________________________________________
21130 [ 12936] By: jhi                                   on 2001/11/10  18:55:21
21131         Log: Bah.  %X doesn't mean 0xC1, it means 0XC1.  So let's %x.
21132      Branch: perl
21133            ! lib/open.pm lib/open.t
21134 ____________________________________________________________________________
21135 [ 12935] By: jhi                                   on 2001/11/10  17:47:21
21136         Log: The Official name of ASCII.
21137      Branch: perl
21138            ! ext/Encode/Encode.pm
21139 ____________________________________________________________________________
21140 [ 12934] By: jhi                                   on 2001/11/10  17:44:27
21141         Log: The KOI8-R example wasn't quite right.
21142      Branch: perl
21143            ! lib/open.pm lib/open.t
21144 ____________________________________________________________________________
21145 [ 12933] By: jhi                                   on 2001/11/10  17:30:52
21146         Log: Enhance the open pragma to support :utf8, :locale,
21147              and :encoding directly as special cases, and rename
21148              the INOUT to IO.
21149      Branch: perl
21150            ! ext/Encode/Encode.pm lib/open.pm lib/open.t perlio.c
21151 ____________________________________________________________________________
21152 [ 12932] By: jhi                                   on 2001/11/10  15:15:29
21153         Log: Document the UTF-16 surrogate encoding and decoding.
21154      Branch: perl
21155            ! ext/Encode/Encode.pm
21156 ____________________________________________________________________________
21157 [ 12931] By: jhi                                   on 2001/11/10  15:05:56
21158         Log: A potential recursion breaker.
21159      Branch: perl
21160            ! sv.c
21161 ____________________________________________________________________________
21162 [ 12930] By: ams                                   on 2001/11/10  07:46:53
21163         Log: Subject: [PATCH] Add core switch to CGI.pm distribution tests
21164              (was Re: perl@12892)
21165              From: "chromatic" <chromatic@rmci.net>
21166              Date: Sat, 10 Nov 2001 01:28:09 -0700
21167              Message-Id: <20011110083514.86488.qmail@onion.perl.org>
21168      Branch: perl
21169            ! lib/CGI/t/apache.t lib/CGI/t/carp.t lib/CGI/t/cookie.t
21170            ! lib/CGI/t/fast.t lib/CGI/t/form.t lib/CGI/t/function.t
21171            ! lib/CGI/t/html.t lib/CGI/t/pretty.t lib/CGI/t/push.t
21172            ! lib/CGI/t/request.t lib/CGI/t/switch.t lib/CGI/t/util.t
21173 ____________________________________________________________________________
21174 [ 12929] By: jhi                                   on 2001/11/10  06:38:07
21175         Log: Add a test for the bytes pragma.
21176      Branch: perl
21177            + lib/bytes.t
21178            ! MANIFEST
21179 ____________________________________________________________________________
21180 [ 12928] By: jhi                                   on 2001/11/10  06:10:39
21181         Log: Doc update.
21182      Branch: perl
21183            ! lib/bytes.pm
21184 ____________________________________________________________________________
21185 [ 12927] By: jhi                                   on 2001/11/10  04:19:44
21186         Log: Cease to exist.
21187      Branch: perl
21188            - lib/Unicode/Normalize.pm
21189 ____________________________________________________________________________
21190 [ 12926] By: ams                                   on 2001/11/10  03:23:16
21191         Log: Subject: [patch] my_setenv speedup + fixes
21192              From: Doug MacEachern <dougm@covalent.net>
21193              Date: Fri, 9 Nov 2001 18:13:18 -0800 (PST)
21194              Message-Id: <Pine.LNX.4.21.0111091808500.22397-100000@localhost>
21195      Branch: perl
21196            ! util.c
21197 ____________________________________________________________________________
21198 [ 12925] By: jhi                                   on 2001/11/10  01:55:13
21199         Log: Newline trouble.
21200      Branch: perl
21201            ! lib/ExtUtils/Embed.t
21202 ____________________________________________________________________________
21203 [ 12924] By: jhi                                   on 2001/11/10  01:42:29
21204         Log: Subject: [PATCH perl@12917] vms/munchconfig.c line length fix
21205              From: "Craig A. Berry" <craigberry@mac.com>
21206              Date: Fri, 09 Nov 2001 18:13:16 -0600
21207              Message-Id: <5.1.0.14.2.20011109180651.02b31d20@exchi01>
21208      Branch: perl
21209            ! vms/munchconfig.c
21210 ____________________________________________________________________________
21211 [ 12923] By: jhi                                   on 2001/11/10  01:39:01
21212         Log: Subject: [PATCH] new tests for swiches -n -p -a -F
21213              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
21214              Date: Sat, 10 Nov 2001 00:10:45 +0100
21215              Message-ID: <20011110001045.A11945@rafael>
21216      Branch: perl
21217            + t/run/noswitch.t t/run/switchF.t t/run/switcha.t
21218            + t/run/switchn.t t/run/switchp.t
21219            ! MANIFEST
21220 ____________________________________________________________________________
21221 [ 12922] By: jhi                                   on 2001/11/10  01:34:51
21222         Log: Subject: [PATCH] some tests not cleaning up properly               
21223              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr> 
21224              Date: Fri, 9 Nov 2001 22:13:10 +0100
21225              Message-ID: <20011109221310.A11115@rafael>
21226      Branch: perl
21227            ! ext/Cwd/t/cwd.t t/io/argv.t
21228 ____________________________________________________________________________
21229 [ 12921] By: jhi                                   on 2001/11/10  01:32:52
21230         Log: Subject: [Patch Perl@12892] a *real* Embed test for VMS           
21231              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
21232              Date: Fri, 9 Nov 2001 15:07:19 EST
21233              Message-Id: <011109150622.16fb0@DUPHY4.Physics.Drexel.Edu>
21234      Branch: perl
21235            ! lib/ExtUtils/Embed.t
21236 ____________________________________________________________________________
21237 [ 12920] By: dougm                                 on 2001/11/10  00:34:50
21238         Log: when PERL_USE_SAFE_PUTENV is defined environ will not
21239              have been copied so it shouldn't be freed in perl_destruct()
21240      Branch: perl
21241            ! perl.c
21242 ____________________________________________________________________________
21243 [ 12919] By: ams                                   on 2001/11/09  15:36:22
21244         Log: Subject: [PATCH ext/Cwd/t/cwd.t] Cwd test not cleaning up after itself
21245              From: Michael G Schwern <schwern@pobox.com>
21246              Date: Fri, 9 Nov 2001 00:38:59 -0500
21247              Message-Id: <20011109003859.K5587@blackrider>
21248              (Applied with directory name changes suggested by Craig Berry.)
21249      Branch: perl
21250            ! ext/Cwd/t/cwd.t
21251 ____________________________________________________________________________
21252 [ 12918] By: ams                                   on 2001/11/09  15:29:15
21253         Log: Subject: [PATCH vms/ext/filespec.t] Cleanup & fix of unsafe filename
21254              From: Michael G Schwern <schwern@pobox.com>
21255              Date: Fri, 9 Nov 2001 01:44:14 -0500
21256              Message-Id: <20011109014414.N5587@blackrider>
21257      Branch: perl
21258            ! vms/ext/filespec.t
21259 ____________________________________________________________________________
21260 [ 12917] By: jhi                                   on 2001/11/09  14:39:14
21261         Log: Update Changes.
21262      Branch: perl
21263            ! Changes patchlevel.h
21264 ____________________________________________________________________________
21265 [ 12916] By: jhi                                   on 2001/11/09  14:33:39
21266         Log: Regen toc.
21267      Branch: perl
21268            ! pod/perltoc.pod
21269 ____________________________________________________________________________
21270 [ 12915] By: jhi                                   on 2001/11/09  14:08:30
21271         Log: JPL sync: CVSROOT=:pserver:anoncvs@as220.org:/home/cvsroot,
21272              see http://www.jepstone.net/bjepson//jpl/cvs.html
21273      Branch: perl
21274            ! jpl/JNI/JNI.xs jpl/JNI/Makefile.PL
21275 ____________________________________________________________________________
21276 [ 12914] By: ams                                   on 2001/11/09  14:05:12
21277         Log: Subject: [PATCH vms/test.com] VMS test.com running in wrong order?
21278              From: Michael G Schwern <schwern@pobox.com>
21279              Date: Thu, 8 Nov 2001 22:05:49 -0500
21280              Message-Id: <20011108220549.F5587@blackrider>
21281      Branch: perl
21282            ! vms/test.com
21283 ____________________________________________________________________________
21284 [ 12913] By: jhi                                   on 2001/11/09  13:54:23
21285         Log: NetWare update from Ananth Kesari.
21286      Branch: perl
21287            ! NetWare/Makefile NetWare/config_H.wc NetWare/nwstdio.h
21288 ____________________________________________________________________________
21289 [ 12912] By: ams                                   on 2001/11/09  13:40:26
21290         Log: Subject: [PATCH ID 20011109.100] #!perl -F...
21291              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
21292              Date: Fri, 9 Nov 2001 14:32:28 +0100
21293              Message-Id: <20011109143228.A18996@rafael>
21294      Branch: perl
21295            ! perl.c
21296 ____________________________________________________________________________
21297 [ 12911] By: jhi                                   on 2001/11/09  13:37:01
21298         Log: FAQ sync.
21299      Branch: perl
21300            ! pod/perlfaq1.pod pod/perlfaq2.pod pod/perlfaq3.pod
21301            ! pod/perlfaq4.pod pod/perlfaq5.pod pod/perlfaq6.pod
21302            ! pod/perlfaq7.pod pod/perlfaq8.pod pod/perlfaq9.pod
21303 ____________________________________________________________________________
21304 [ 12910] By: ams                                   on 2001/11/09  07:33:49
21305         Log: Subject: [PATCH lib/File/Find/t/find.t] Helpful File::Find debugging code
21306              From: Michael G Schwern <schwern@pobox.com>
21307              Date: Fri, 9 Nov 2001 00:41:56 -0500
21308              Message-Id: <20011109004156.L5587@blackrider>
21309      Branch: perl
21310            ! lib/File/Find/t/find.t
21311 ____________________________________________________________________________
21312 [ 12909] By: jhi                                   on 2001/11/09  00:23:40
21313         Log: Upgrade to Unicode::Normalize 0.10, now in XS.
21314              The CPAN distribution has both pm and XS implementations,
21315              and for performance reasons we choose the XS.
21316              Another reason to choose the XS is that it doesn't
21317              require Lingua::KO::Hangul::Util, which means that
21318              we can delete that-- which in turn means that Unicode::UCD
21319              cannot expect that: support it, but don't expect.
21320              Ditto Unicode::Collate.
21321              
21322              Note that Unicode::Normalize Makefile.PL and
21323              Normalize.xs have been modified from the CPAN 0.10
21324              versions: the first one to be simpler (no pm) and
21325              clean up the generated unf*.h files, the second one
21326              to quench compiler grumblings.  Must notify Sadahiro
21327              about these changes.
21328      Branch: perl
21329            + ext/Unicode/Normalize/Changes
21330            + ext/Unicode/Normalize/Makefile.PL
21331            + ext/Unicode/Normalize/Normalize.pm
21332            + ext/Unicode/Normalize/Normalize.pod
21333            + ext/Unicode/Normalize/Normalize.xs
21334            + ext/Unicode/Normalize/README ext/Unicode/Normalize/mkheader
21335            + ext/Unicode/Normalize/t/func.t ext/Unicode/Normalize/t/norm.t
21336            + ext/Unicode/Normalize/t/test.t
21337            - lib/Lingua/KO/Hangul/Util.pm lib/Lingua/KO/Hangul/Util/Changes
21338            - lib/Lingua/KO/Hangul/Util/README
21339            - lib/Lingua/KO/Hangul/Util/t/test.t
21340            - lib/Unicode/Normalize/Changes lib/Unicode/Normalize/README
21341            - lib/Unicode/Normalize/t/norm.t lib/Unicode/Normalize/t/test.t
21342            ! MANIFEST NetWare/Makefile djgpp/config.over epoc/config.sh
21343            ! hints/uwin.sh hints/vmesa.sh lib/Unicode/Collate.pm
21344            ! lib/Unicode/UCD.pm lib/Unicode/UCD.t win32/Makefile
21345            ! win32/makefile.mk
21346 ____________________________________________________________________________
21347 [ 12908] By: jhi                                   on 2001/11/08  23:49:42
21348         Log: Test miscounting.
21349      Branch: perl
21350            ! ext/POSIX/t/posix.t
21351 ____________________________________________________________________________
21352 [ 12907] By: jhi                                   on 2001/11/08  22:06:31
21353         Log: Quote the variables in failures messages more nicely.
21354      Branch: perl
21355            ! t/test.pl
21356 ____________________________________________________________________________
21357 [ 12906] By: jhi                                   on 2001/11/08  21:55:32
21358         Log: Subject: [PATCH t/test.pl ext/POSIX/t/posix.t vms/test.com] POSIX cleanup
21359              From: Michael G Schwern <schwern@pobox.com>
21360              Date: Thu, 8 Nov 2001 17:24:49 -0500
21361              Message-ID: <20011108172449.A5587@blackrider>
21362              
21363              Subject: Re: [PATCH t/test.pl ext/POSIX/t/posix.t vms/test.com] POSIX cleanup
21364              From: "Craig A. Berry" <craigberry@mac.com>
21365              Date: Thu, 8 Nov 2001 16:35:00 -0600
21366              Message-Id: <a05101000b810b89c5c5a@[172.16.52.1]>
21367      Branch: perl
21368            ! ext/POSIX/t/posix.t t/test.pl vms/test.com
21369 ____________________________________________________________________________
21370 [ 12905] By: jhi                                   on 2001/11/08  21:51:51
21371         Log: Subject: [PATCH] RE: Win2k / Cygwin-1.3.3
21372              From: "Paul Marquess" <Paul_Marquess@yahoo.co.uk>
21373              Date: Thu, 8 Nov 2001 22:52:50 -0000
21374              Message-ID: <AIEAJICLCBDNAAOLLOKLKEHNDEAA.Paul_Marquess@Yahoo.co.uk>
21375      Branch: perl
21376            ! ext/DB_File/t/db-recno.t
21377 ____________________________________________________________________________
21378 [ 12904] By: jhi                                   on 2001/11/08  21:49:20
21379         Log: Unicode::UCD is not yet supported in EBCDIC platforms.
21380              (Probably not an EBCDIC issue the way one would think
21381              since no chr() et alia are used in UCD.pm.)
21382      Branch: perl
21383            ! lib/Unicode/UCD.pm lib/Unicode/UCD.t
21384 ____________________________________________________________________________
21385 [ 12903] By: jhi                                   on 2001/11/08  15:16:49
21386         Log: Whether overwriting the $self->{...} values (see #12902)
21387              is a good policy or not is debatable, but let's at least
21388              be consistent.
21389      Branch: perl
21390            ! lib/ExtUtils/MM_Unix.pm
21391 ____________________________________________________________________________
21392 [ 12902] By: jhi                                   on 2001/11/08  15:13:15
21393         Log: The MakeMaker argument () quoting patch that sneaked
21394              in at #12883 didn't handle make macros like this $(...).
21395              Leaning toothpicks, we've got them.
21396      Branch: perl
21397            ! lib/ExtUtils/MM_Unix.pm
21398 ____________________________________________________________________________
21399 [ 12901] By: jhi                                   on 2001/11/08  14:28:38
21400         Log: Subject: Re: [PATCH t/io/argv.t vms/test.com t/test.pl] argv.t cleanup & fixes for VMS
21401              From: Michael G Schwern <schwern@pobox.com>
21402              Date: Wed, 7 Nov 2001 02:02:29 -0500
21403              Message-ID: <20011107020229.K2858@blackrider>
21404      Branch: perl
21405            ! t/io/argv.t t/test.pl vms/test.com
21406 ____________________________________________________________________________
21407 [ 12900] By: jhi                                   on 2001/11/08  14:14:40
21408         Log: Subject: [PATCH 20011106.084] -s on #! line 
21409              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
21410              Date: Wed, 7 Nov 2001 22:23:39 +0100
21411              Message-ID: <20011107222339.E729@rafael>
21412      Branch: perl
21413            ! embed.h embed.pl perl.c proto.h toke.c
21414 ____________________________________________________________________________
21415 [ 12899] By: jhi                                   on 2001/11/08  13:46:02
21416         Log: Subject: [REPATCH] Re: [PATCH pod/perlhack.pod] When to use what test libraries
21417              From: Michael G Schwern <schwern@pobox.com>
21418              Date: Wed, 7 Nov 2001 16:52:49 -0500
21419              Message-ID: <20011107165249.I7346@blackrider>
21420      Branch: perl
21421            ! pod/perlhack.pod
21422 ____________________________________________________________________________
21423 [ 12898] By: ams                                   on 2001/11/08  13:02:19
21424         Log: Subject: Re: replace http://www.perl.com/CPAN/ with http://www.cpan.org/
21425              From: Mark-Jason Dominus <mjd@plover.com>
21426              Date: Thu, 08 Nov 2001 08:59:02 -0500
21427              Message-Id: <20011108135902.2275.qmail@plover.com>
21428      Branch: perl
21429            ! INSTALL README README.amiga README.os2 README.vms
21430            ! lib/I18N/LangTags.pm lib/I18N/LangTags/README
21431            ! lib/Locale/Maketext/README win32/Makefile win32/makefile.mk
21432 ____________________________________________________________________________
21433 [ 12897] By: ams                                   on 2001/11/08  12:49:28
21434         Log: Subject: replace http://www.perl.com/CPAN/ with http://www.cpan.org/
21435              From: mjd@plover.com
21436              Date: 8 Nov 2001 13:33:18 -0000
21437              Message-Id: <20011108133318.1786.qmail@plover.com>
21438      Branch: perl
21439            ! Porting/pumpkin.pod lib/Net/libnetFAQ.pod pod/perldiag.pod
21440            ! pod/perlfaq1.pod pod/perlfaq2.pod pod/perlfaq3.pod
21441            ! pod/perlfaq4.pod pod/perlfaq5.pod pod/perlfaq6.pod
21442            ! pod/perlfaq8.pod pod/perlfaq9.pod pod/perlmodinstall.pod
21443            ! pod/perlport.pod pod/perlvar.pod
21444 ____________________________________________________________________________
21445 [ 12896] By: ams                                   on 2001/11/08  11:22:12
21446         Log: open(FH, $file) should strip leading and trailing whitespace.
21447      Branch: perl
21448            ! doio.c
21449 ____________________________________________________________________________
21450 [ 12895] By: ams                                   on 2001/11/08  10:17:14
21451         Log: Subject: [PATCH] resurrect t/op/glob.t on VMS
21452              From: "Craig A. Berry" <craigberry@mac.com>
21453              Date: Wed, 07 Nov 2001 13:41:50 -0600
21454              Message-Id: <5.1.0.14.2.20011107133422.02419350@exchi01>
21455      Branch: perl
21456            ! t/op/glob.t
21457 ____________________________________________________________________________
21458 [ 12894] By: ams                                   on 2001/11/08  08:32:20
21459         Log: Subject: [ID 20011108.092] makedepend bug with new gcc
21460              From: Alexander Klimov <ask@wisdom.weizmann.ac.il>
21461              Date: Thu, 8 Nov 2001 10:00:29 +0200 (IST)
21462              Message-Id: <Pine.GSO.4.40.0111080952570.12110-100000@dardar.wisdom.weizmann.ac.il>
21463      Branch: perl
21464            ! makedepend.SH
21465 ____________________________________________________________________________
21466 [ 12893] By: ams                                   on 2001/11/08  08:26:31
21467         Log: Subject: bleadperl perldebug.pod: mention perldebtut.pod
21468              From: mjd@plover.com
21469              Date: 8 Nov 2001 08:08:07 -0000
21470              Message-Id: <20011108080807.30147.qmail@plover.com>
21471              
21472              Subject: bleadperl perl.pod
21473              From: mjd@plover.com
21474              Date: 8 Nov 2001 08:10:47 -0000
21475              Message-Id: <20011108081047.30178.qmail@plover.com>
21476              
21477              Subject: more bleadperl perl.pod
21478              From: mjd@plover.com
21479              Date: 8 Nov 2001 08:16:28 -0000
21480              Message-Id: <20011108081628.30229.qmail@plover.com>
21481      Branch: perl
21482            ! pod/perl.pod pod/perldebug.pod
21483 ____________________________________________________________________________
21484 [ 12892] By: jhi                                   on 2001/11/07  16:01:37
21485         Log: Tweak for Cray-friendliness from Nicholas Clark.
21486      Branch: perl
21487            ! sv.c
21488 ____________________________________________________________________________
21489 [ 12891] By: jhi                                   on 2001/11/07  15:54:24
21490         Log: VMS patch redo from Charles Lane.
21491      Branch: perl
21492            ! vms/gen_shrfls.pl
21493 ____________________________________________________________________________
21494 [ 12890] By: ams                                   on 2001/11/07  15:16:10
21495         Log: Subject: [ID 20011107.088] two perl pod nits
21496              From: lvirden@cas.org
21497              Date: Wed, 7 Nov 2001 11:09:34 -0500 (EST)
21498              Message-Id: <200111071609.fA7G9YW24607@lwv26awu.cas.org>
21499      Branch: perl
21500            ! pod/perl.pod pod/perlfaq3.pod
21501 ____________________________________________________________________________
21502 [ 12889] By: jhi                                   on 2001/11/07  15:07:18
21503         Log: Update Changes.
21504      Branch: perl
21505            ! Changes patchlevel.h
21506 ____________________________________________________________________________
21507 [ 12888] By: jhi                                   on 2001/11/07  14:26:42
21508         Log: The (emulated) "no utf8" must be in a BEGIN block
21509              to be effective.
21510      Branch: perl
21511            ! lib/CGI/t/html.t
21512 ____________________________________________________________________________
21513 [ 12887] By: jhi                                   on 2001/11/07  13:52:58
21514         Log: "v-strings" is the right term.
21515      Branch: perl
21516            ! pod/perltodo.pod
21517 ____________________________________________________________________________
21518 [ 12886] By: jhi                                   on 2001/11/07  13:48:36
21519         Log: Add vstrings-as-objects need to perltodo.
21520      Branch: perl
21521            ! pod/perltodo.pod
21522 ____________________________________________________________________________
21523 [ 12885] By: jhi                                   on 2001/11/07  13:43:33
21524         Log: Subject: Re: SunOS 5.8 is FUN! (and not quite ok, either) - @12876, gcc and suncc
21525              From: Nicholas Clark <nick@ccl4.org>
21526              Date: Wed, 7 Nov 2001 14:36:32 +0000
21527              Message-ID: <20011107143631.I24980@plum.flirble.org>
21528      Branch: perl
21529            ! t/op/pack.t
21530 ____________________________________________________________________________
21531 [ 12884] By: jhi                                   on 2001/11/07  13:34:44
21532         Log: The Embed test requires a major rewrite for VMS
21533              (plus it reveals a couple of annoying glitches
21534              in buffering), so skip the test for now; from
21535              Charles Lane.
21536      Branch: perl
21537            ! lib/ExtUtils/Embed.t
21538 ____________________________________________________________________________
21539 [ 12883] By: jhi                                   on 2001/11/07  13:33:16
21540         Log: Subject: [PATCH Perl@12856] vms/gen_shrfls.pl more general config.sh parsing
21541              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
21542              Date: Wed, 7 Nov 2001 09:23:28 EST
21543              Message-Id: <011107092325.11726@DUPHY4.Physics.Drexel.Edu>
21544              
21545              (Also i seems that an unrelated experimental patch
21546              to lib/ExtUtils/MM_Unix.pm was accidentally included.)
21547      Branch: perl
21548            ! lib/ExtUtils/MM_Unix.pm vms/gen_shrfls.pl
21549 ____________________________________________________________________________
21550 [ 12882] By: ams                                   on 2001/11/07  05:14:04
21551         Log: Subject: Re: [ID 20011106.083] $dbline[$i] == 0 generates warnings
21552              From: Mark-Jason Dominus <mjd@plover.com>
21553              Date: Wed, 07 Nov 2001 00:43:46 -0500
21554              Message-Id: <20011107054346.14428.qmail@plover.com>
21555      Branch: perl
21556            ! gv.c op.c toke.c
21557 ____________________________________________________________________________
21558 [ 12881] By: jhi                                   on 2001/11/07  03:33:08
21559         Log: Subject: [PATCH lib/perl5db.pl] Mentioning perldebguts   
21560              From: Michael G Schwern <schwern@pobox.com>             
21561              Date: Tue, 6 Nov 2001 22:04:39 -0500
21562              Message-ID: <20011106220439.D2858@blackrider>              
21563      Branch: perl
21564            ! lib/perl5db.pl
21565 ____________________________________________________________________________
21566 [ 12880] By: jhi                                   on 2001/11/07  01:35:30
21567         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
21568              stress))
21569              From: Jonathan Stowe <gellyfish@gellyfish.com>
21570              Date: Tue, 6 Nov 2001 06:54:37 +0000 (GMT)
21571              Message-ID: <Pine.LNX.4.33.0111060651210.315-100000@orpheus.gellyfish.com>
21572              
21573              (except for one hunk where indentation differs)
21574      Branch: perl
21575            ! lib/Term/Cap.t
21576 ____________________________________________________________________________
21577 [ 12879] By: jhi                                   on 2001/11/07  01:22:40
21578         Log: Subject: [PATCH File::Spec::*] a bunch of untested patches
21579              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
21580              Date: Tue, 6 Nov 2001 21:45:01 +0100
21581              Message-ID: <20011106214501.A704@rafael>
21582      Branch: perl
21583            ! lib/File/Spec/OS2.pm lib/File/Spec/VMS.pm
21584            ! lib/File/Spec/Win32.pm
21585 ____________________________________________________________________________
21586 [ 12878] By: jhi                                   on 2001/11/07  01:06:41
21587         Log: Subject: [PATCH t/test.pl] Adding isnt() and next_test() 
21588              From: Michael G Schwern <schwern@pobox.com>              
21589              Date: Tue, 6 Nov 2001 20:58:45 -0500
21590              Message-ID: <20011106205845.G29411@blackrider>
21591      Branch: perl
21592            ! t/test.pl
21593 ____________________________________________________________________________
21594 [ 12877] By: jhi                                   on 2001/11/07  01:01:18
21595         Log: Subject: making do_sprintf public       
21596              From: Doug MacEachern <dougm@covalent.net>    
21597              Date: Tue, 6 Nov 2001 10:52:31 -0800 (PST)
21598              Message-ID: <Pine.LNX.4.21.0111061051250.27804-100000@localhost>
21599      Branch: perl
21600            ! embed.h embed.pl global.sym
21601 ____________________________________________________________________________
21602 [ 12876] By: jhi                                   on 2001/11/06  22:12:28
21603         Log: Update to CGI.pm 2.78.
21604              
21605              TODO: the test suite needs to be merged so that
21606              when in core, the core version is tested, and when
21607              using the CPAN version, testing the CPAN version.
21608              (the changes need to be sent to Lincoln, too...)
21609      Branch: perl
21610            ! lib/CGI.pm lib/CGI/Apache.pm lib/CGI/Carp.pm lib/CGI/Cookie.pm
21611            ! lib/CGI/Pretty.pm lib/CGI/Switch.pm lib/CGI/Util.pm
21612            ! lib/CGI/t/apache.t lib/CGI/t/carp.t lib/CGI/t/cookie.t
21613            ! lib/CGI/t/fast.t lib/CGI/t/form.t lib/CGI/t/function.t
21614            ! lib/CGI/t/html.t lib/CGI/t/pretty.t lib/CGI/t/push.t
21615            ! lib/CGI/t/request.t lib/CGI/t/switch.t lib/CGI/t/util.t
21616 ____________________________________________________________________________
21617 [ 12875] By: jhi                                   on 2001/11/06  22:10:03
21618         Log: Integrate with perlio; (strictly) readonly hashes via XS.
21619      Branch: perl
21620           +> t/lib/access.t
21621           !> MANIFEST ext/B/t/stash.t hv.c pod/perldiag.pod universal.c
21622 ____________________________________________________________________________
21623 [ 12874] By: nick                                  on 2001/11/06  21:05:16
21624         Log: Keep It Simple and Stupid version of readonly hash support.
21625              - Test for SvREAONLY(hv) at a few spots in hv.c
21626              - add the error message to perldiag.pod
21627              - (dubious) add access::readonly() to univeral.c
21628              - add test using above
21629              - fixup ext/B/t/stash.t to account for access:: existing
21630      Branch: perlio
21631            + t/lib/access.t
21632            ! MANIFEST ext/B/t/stash.t hv.c pod/perldiag.pod universal.c
21633 ____________________________________________________________________________
21634 [ 12873] By: jhi                                   on 2001/11/06  17:07:50
21635         Log: Fix incorrect warnings about broken globbing;
21636              from Andy Dougherty.
21637      Branch: perl
21638            ! hints/linux.sh
21639 ____________________________________________________________________________
21640 [ 12872] By: jhi                                   on 2001/11/06  15:18:41
21641         Log: More UTF-8 EXACT tweaking, plus a forgotten UTF-8 
21642              toggle-on from the encoding pragma.
21643      Branch: perl
21644            ! regcomp.c regexec.c
21645 ____________________________________________________________________________
21646 [ 12871] By: jhi                                   on 2001/11/06  13:19:46
21647         Log: Retract #12824, doesn't help and is ignored
21648              by Configure anyway.
21649      Branch: perl
21650            ! hints/beos.sh
21651 ____________________________________________________________________________
21652 [ 12870] By: ams                                   on 2001/11/06  10:40:37
21653         Log: Subject: Cosmetic change
21654              From: H.Merijn Brand <h.m.brand@hccnet.nl>
21655              Date: Tue, 06 Nov 2001 12:30:52 +0100
21656              Message-Id: <20011106122922.30FA.H.M.BRAND@hccnet.nl>
21657      Branch: perl
21658            ! README.hpux
21659 ____________________________________________________________________________
21660 [ 12869] By: nick                                  on 2001/11/06  08:26:40
21661         Log: Integrate mainline
21662      Branch: perlio
21663           !> ext/DB_File/DB_File.pm global.sym hints/os390.sh
21664           !> lib/encoding.pm lib/encoding.t proto.h regcomp.c regexec.c
21665 ____________________________________________________________________________
21666 [ 12868] By: jhi                                   on 2001/11/06  03:15:50
21667         Log: The parentheses are protected enough.
21668      Branch: perl
21669            ! hints/os390.sh
21670 ____________________________________________________________________________
21671 [ 12867] By: jhi                                   on 2001/11/06  03:13:50
21672         Log: ccflags, not ldflags.
21673      Branch: perl
21674            ! hints/os390.sh
21675 ____________________________________________________________________________
21676 [ 12866] By: jhi                                   on 2001/11/06  03:12:57
21677         Log: ... and the proto to go with #12865.
21678      Branch: perl
21679            ! proto.h
21680 ____________________________________________________________________________
21681 [ 12865] By: jhi                                   on 2001/11/06  03:11:12
21682         Log: Oops.  Luckily nothing was using this symbol yet.
21683      Branch: perl
21684            ! global.sym
21685 ____________________________________________________________________________
21686 [ 12864] By: jhi                                   on 2001/11/06  03:05:34
21687         Log: Implement the encoding pragma for regex literals.
21688      Branch: perl
21689            ! lib/encoding.pm lib/encoding.t regcomp.c regexec.c
21690 ____________________________________________________________________________
21691 [ 12863] By: jhi                                   on 2001/11/06  01:01:49
21692         Log: More UTF8 EXACT fixing.
21693      Branch: perl
21694            ! regexec.c
21695 ____________________________________________________________________________
21696 [ 12862] By: jhi                                   on 2001/11/06  00:05:19
21697         Log: More re debugging.
21698      Branch: perl
21699            ! regexec.c
21700 ____________________________________________________________________________
21701 [ 12861] By: jhi                                   on 2001/11/05  23:24:24
21702         Log: EXACT correction attempt.  Continued in #12863.
21703      Branch: perl
21704            ! regexec.c
21705 ____________________________________________________________________________
21706 [ 12860] By: jhi                                   on 2001/11/05  22:57:04
21707         Log: Unterminated L<.
21708      Branch: perl
21709            ! ext/DB_File/DB_File.pm
21710 ____________________________________________________________________________
21711 [ 12859] By: nick                                  on 2001/11/05  19:15:17
21712         Log: Integrate mainline
21713      Branch: perlio
21714           +> lib/Math/BigInt/t/Math/BigFloat/Subclass.pm
21715           +> lib/Math/BigInt/t/Math/BigInt/Subclass.pm
21716           +> lib/Math/BigInt/t/bigintpm.inc lib/Math/BigInt/t/sub_mbf.t
21717           +> lib/Math/BigInt/t/sub_mbi.t
21718            - lib/Math/BigInt/t/Math/Subclass.pm
21719            - lib/Math/BigInt/t/subclass.t
21720           !> (integrate 30 files)
21721 ____________________________________________________________________________
21722 [ 12858] By: jhi                                   on 2001/11/05  17:05:38
21723         Log: Regex debugging fixes from Hugo.
21724      Branch: perl
21725            ! regcomp.c regexec.c
21726 ____________________________________________________________________________
21727 [ 12857] By: jhi                                   on 2001/11/05  16:09:51
21728         Log: IRIX: at some point the cc -version has started
21729              to output to stderr, not stdout any more.
21730      Branch: perl
21731            ! hints/irix_6.sh
21732 ____________________________________________________________________________
21733 [ 12856] By: jhi                                   on 2001/11/05  15:27:45
21734         Log: Update Changes.
21735      Branch: perl
21736            ! Changes patchlevel.h
21737 ____________________________________________________________________________
21738 [ 12855] By: jhi                                   on 2001/11/05  15:21:13
21739         Log: The ${"\cTAINT"} raises the ire of 'use strict'.
21740      Branch: perl
21741            ! lib/File/Spec/Unix.pm
21742 ____________________________________________________________________________
21743 [ 12854] By: jhi                                   on 2001/11/05  15:16:24
21744         Log: Subject: Re: Tainted $ENV{TMPDIR} and File::Spec->tmpdir()
21745              From: rgarciasuarez@free.fr
21746              Date: Mon, 05 Nov 2001 17:10:29 +0100 (MET)            
21747              Message-ID: <1004976629.3be6b9f593085@imp3-1.free.fr>
21748      Branch: perl
21749            ! lib/File/Spec/Unix.pm
21750 ____________________________________________________________________________
21751 [ 12853] By: jhi                                   on 2001/11/05  14:54:37
21752         Log: Use config.arch in OS/390 where the combination of
21753              IEEE floats and ldflags is tricky.
21754      Branch: perl
21755            ! hints/os390.sh
21756 ____________________________________________________________________________
21757 [ 12852] By: jhi                                   on 2001/11/05  14:53:53
21758         Log: Metaconfig unit change for #12851.
21759      Branch: metaconfig
21760            ! U/modified/Config_sh.U
21761 ____________________________________________________________________________
21762 [ 12851] By: jhi                                   on 2001/11/05  14:53:14
21763         Log: Support a config.arch file, similar to config.over,
21764              but loaded just before it.
21765      Branch: perl
21766            ! Configure INSTALL
21767 ____________________________________________________________________________
21768 [ 12850] By: jhi                                   on 2001/11/05  13:34:25
21769         Log: Subject: [PATCH Symbol.{pm.t}] bugfixes 
21770              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
21771              Date: Mon, 5 Nov 2001 14:26:24 +0100
21772              Message-ID: <20011105142624.C31977@rafael>
21773      Branch: perl
21774            ! lib/Symbol.pm lib/Symbol.t
21775 ____________________________________________________________________________
21776 [ 12849] By: jhi                                   on 2001/11/04  22:15:39
21777         Log: Subject: [PATCH] unbalanced parenthesis in pods                 
21778              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
21779              Date: Sun, 4 Nov 2001 22:28:57 +0100
21780              Message-ID: <20011104222857.C696@rafael>
21781      Branch: perl
21782            ! pod/perldebug.pod pod/perlpodspec.pod
21783 ____________________________________________________________________________
21784 [ 12848] By: jhi                                   on 2001/11/04  22:11:24
21785         Log: The missing pieces from the Math::BigInt 1.45 puzzle.
21786      Branch: perl
21787            ! lib/Math/BigFloat.pm lib/Math/BigInt/t/bigintpm.t
21788 ____________________________________________________________________________
21789 [ 12847] By: jhi                                   on 2001/11/04  17:44:41
21790         Log: Math::Big* test tweaks to work better with core:
21791              but the coast still not clear.
21792      Branch: perl
21793            ! lib/Math/BigInt/t/bigfltpm.t lib/Math/BigInt/t/bigintpm.t
21794            ! lib/Math/BigInt/t/sub_mbf.t lib/Math/BigInt/t/sub_mbi.t
21795 ____________________________________________________________________________
21796 [ 12846] By: jhi                                   on 2001/11/04  17:43:10
21797         Log: Protect against high load: measure how much wall
21798              clock time went by while sleeping.  Avoids some
21799              false negatives, while may introduce some false
21800              positives.  Life is hard.
21801      Branch: perl
21802            ! ext/Time/HiRes/HiRes.t
21803 ____________________________________________________________________________
21804 [ 12845] By: jhi                                   on 2001/11/04  17:29:40
21805         Log: More forgotten from #12843.
21806      Branch: perl
21807            ! lib/Math/BigInt/t/bigfltpm.inc
21808 ____________________________________________________________________________
21809 [ 12844] By: jhi                                   on 2001/11/04  17:19:13
21810         Log: Forgot from #12843.
21811      Branch: perl
21812            + lib/Math/BigInt/t/bigintpm.inc
21813            ! MANIFEST
21814 ____________________________________________________________________________
21815 [ 12843] By: jhi                                   on 2001/11/04  16:52:45
21816         Log: Upgrade to Math::BigInt 1.45; from Tels.
21817              NOTE: some of the tests are failing but that's because
21818              the core integration is not yet done.
21819      Branch: perl
21820            + lib/Math/BigInt/t/Math/BigFloat/Subclass.pm
21821            + lib/Math/BigInt/t/Math/BigInt/Subclass.pm
21822            + lib/Math/BigInt/t/sub_mbf.t lib/Math/BigInt/t/sub_mbi.t
21823            - lib/Math/BigInt/t/Math/Subclass.pm
21824            - lib/Math/BigInt/t/subclass.t
21825            ! MANIFEST lib/Math/BigInt.pm lib/Math/BigInt/Calc.pm
21826            ! lib/Math/BigInt/t/bigfltpm.t lib/Math/BigInt/t/calling.t
21827            ! lib/Math/BigInt/t/mbimbf.t
21828 ____________________________________________________________________________
21829 [ 12842] By: jhi                                   on 2001/11/04  16:45:02
21830         Log: VMS: adds capability to control more configuration stuff with
21831              -D and -U switches; parsing config.sh to extract previous config
21832              info in VMS-form, and a rewrite of the "prompt/response" routine;
21833              from Charles Lane.
21834      Branch: perl
21835            ! configure.com
21836 ____________________________________________________________________________
21837 [ 12841] By: jhi                                   on 2001/11/04  15:18:39
21838         Log: Subject: Typo correction in perldebguts.pod
21839              From: mjd@plover.com
21840              Date: 4 Nov 2001 16:20:05 -0000
21841              Message-ID: <20011104162005.16699.qmail@plover.com>
21842      Branch: perl
21843            ! pod/perldebguts.pod
21844 ____________________________________________________________________________
21845 [ 12840] By: jhi                                   on 2001/11/04  15:17:22
21846         Log: Subject: Re: Where are my 'O's? [+ 12836 smoke]
21847              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
21848              Date: Sun, 4 Nov 2001 11:47:30 +0100
21849              Message-ID: <20011104114730.A715@rafael>
21850              
21851              Remove -T from the test, wrong place for that.
21852      Branch: perl
21853            ! lib/File/Temp/t/mktemp.t
21854 ____________________________________________________________________________
21855 [ 12839] By: jhi                                   on 2001/11/04  15:15:42
21856         Log: Subject: [REPATCH] Re: PerlIOBuf_dup
21857              From: Nicholas Clark <nick@ccl4.org>
21858              Date: Sun, 4 Nov 2001 10:41:24 +0000
21859              Message-ID: <20011104104123.U20123@plum.flirble.org>
21860      Branch: perl
21861            ! ext/Encode/Encode.xs ext/PerlIO/t/encoding.t perlio.c
21862 ____________________________________________________________________________
21863 [ 12838] By: jhi                                   on 2001/11/03  21:19:43
21864         Log: Subject: Re: [PATCH lib/Term/Cap.t] Skip testing where Term::Cap won't run (was Re: Win95 under stress)
21865              From: Michael G Schwern <schwern@pobox.com>
21866              Date: Sat, 3 Nov 2001 15:41:47 -0500
21867              Message-ID: <20011103154147.C600@blackrider>
21868      Branch: perl
21869            ! lib/Term/Cap.t
21870 ____________________________________________________________________________
21871 [ 12837] By: jhi                                   on 2001/11/03  21:14:34
21872         Log: Subject: [PATCH] stop unrestricted negativity in HiRes.t 
21873              From: "Craig A. Berry" <craigberry@mac.com>     
21874              Date: Sat, 03 Nov 2001 16:02:28 -0600
21875              Message-Id: <5.1.0.14.2.20011103155539.03e44c60@exchi01>
21876      Branch: perl
21877            ! ext/Time/HiRes/HiRes.t
21878 ____________________________________________________________________________
21879 [ 12836] By: jhi                                   on 2001/11/03  18:41:33
21880         Log: Subject: [PATCH lib/Term/Cap.t] Skip testing where Term::Cap won't run (was Re: Win95 under stress)
21881              From: "chromatic" <chromatic@rmci.net>
21882              Date: Sat, 03 Nov 2001 12:28:17 -0700
21883              Message-ID: <20011103193507.94848.qmail@onion.perl.org>
21884      Branch: perl
21885            ! lib/Term/Cap.t
21886 ____________________________________________________________________________
21887 [ 12835] By: jhi                                   on 2001/11/03  18:34:08
21888         Log: Don't bother doing POSIX charclass parsing if it
21889              possibly cannot be so.  Prepares way for charclass
21890              syntax like [[abc]||[def]] (or just [[abc][def]])
21891              for union, [[\w]&&[$a]] for intersection,
21892              and [[a-z]&&[^def]] for subtraction.
21893              
21894              Currently /[[a]/ (or /[a[]/) parses as a character
21895              class containing two characters, "[" and "a",
21896              this may have to be broken for the syntax described
21897              above, otherwise we would have to scan the whole pattern
21898              to find out whether the square brackets match pairwise.
21899              Luckily, the special case of "[" doesn't seem to be
21900              documented (as opposed to "]" and "-"), so we may have
21901              better story for breaking it...  One can always use \[
21902              if one wants a literal "[", so there.
21903      Branch: perl
21904            ! regcomp.c
21905 ____________________________________________________________________________
21906 [ 12834] By: jhi                                   on 2001/11/03  17:51:44
21907         Log: Comment correction.
21908      Branch: perl
21909            ! regcomp.c
21910 ____________________________________________________________________________
21911 [ 12833] By: jhi                                   on 2001/11/03  17:33:21
21912         Log: Add MakeMaker PREREQ_PRINT and PRINT_PREREQ targets.
21913              The latter is a RedHatism.
21914      Branch: perl
21915            ! lib/ExtUtils/MakeMaker.pm
21916 ____________________________________________________________________________
21917 [ 12832] By: jhi                                   on 2001/11/03  15:43:03
21918         Log: Integrate perlio.
21919      Branch: perl
21920           !> perlio.c
21921 ____________________________________________________________________________
21922 [ 12831] By: nick                                  on 2001/11/03  11:42:15
21923         Log: Integrate mainline
21924      Branch: perlio
21925           !> doio.c ext/DynaLoader/dl_mac.xs ext/Errno/Errno_pm.PL
21926           !> ext/Sys/Syslog/Makefile.PL ext/Sys/Syslog/syslog.t
21927           !> hints/beos.sh hints/darwin.sh perl.c perl.h perlio.c regexec.c
21928           !> sv.c t/test.pl
21929 ____________________________________________________________________________
21930 [ 12830] By: nick                                  on 2001/11/03  10:27:34
21931         Log: Fix clone_leak problem.
21932              PerlIOStdio_dup was leaking FILE * as it was still doing fdopen()
21933              as vestige of calling PerlLIO_dup().
21934      Branch: perlio
21935            ! perlio.c
21936 ____________________________________________________________________________
21937 [ 12829] By: nick                                  on 2001/11/03  09:40:46
21938         Log: Tweaks attempting to locate Doug's clone_leak leak.
21939              - add some PerlIO_debug()
21940              - handle PerlIO_clone() with empty lists (clone before Perl_parse())
21941              - Even if it closing stdout etc. do a fflush()
21942      Branch: perlio
21943            ! perlio.c
21944 ____________________________________________________________________________
21945 [ 12828] By: nick                                  on 2001/11/03  08:34:31
21946         Log: Integrate mainline
21947      Branch: perlio
21948           !> (integrate 54 files)
21949 ____________________________________________________________________________
21950 [ 12827] By: ams                                   on 2001/11/03  03:45:19
21951         Log: Ugly bandaid to stop C<package;> from segfaulting (remember to
21952              remove this later). Based on a patch from Robert Spier in
21953              <15330.61459.14452.795263@rls.cx>.
21954      Branch: perl
21955            ! sv.c
21956 ____________________________________________________________________________
21957 [ 12826] By: jhi                                   on 2001/11/02  23:56:00
21958         Log: microperl sync.
21959      Branch: perl
21960            ! doio.c perl.c perl.h perlio.c regexec.c
21961 ____________________________________________________________________________
21962 [ 12825] By: jhi                                   on 2001/11/02  23:20:03
21963         Log: Definitions for the Unicode Newline Guidelines.
21964      Branch: perl
21965            ! perl.h
21966 ____________________________________________________________________________
21967 [ 12824] By: jhi                                   on 2001/11/02  23:08:05
21968         Log: (retracted by #12871)
21969              
21970              There is no csh of any kind in default BeOS.
21971              For the purposes of miniperl globbing, bash
21972              will do.
21973      Branch: perl
21974            ! hints/beos.sh
21975 ____________________________________________________________________________
21976 [ 12823] By: jhi                                   on 2001/11/02  21:56:36
21977         Log: Integrate change #12820 from macperl to maint and blead;
21978              
21979              Fix up (dynaloading) to work properly with multiplicity
21980      Branch: maint-5.6/perl
21981           !> ext/DynaLoader/dl_mac.xs
21982      Branch: perl
21983           !> ext/DynaLoader/dl_mac.xs
21984 ____________________________________________________________________________
21985 [ 12822] By: pudge                                 on 2001/11/02  21:38:22
21986         Log: Several fixes for various exit problems and clearing out
21987              task queue, as well as another (incomplete) go at
21988              fixing error message handling
21989      Branch: maint-5.6/macperl
21990            ! macos/macish.c macos/macish.h macos/macperl/MPConsole.cp
21991 ____________________________________________________________________________
21992 [ 12821] By: pudge                                 on 2001/11/02  21:36:26
21993         Log: Add source files for bleadperl builds
21994      Branch: maint-5.6/macperl
21995            ! macos/Makefile.mk
21996 ____________________________________________________________________________
21997 [ 12820] By: pudge                                 on 2001/11/02  21:35:15
21998         Log: Fix up to work properly with multiplicity
21999      Branch: maint-5.6/macperl
22000            ! ext/DynaLoader/dl_mac.xs
22001 ____________________________________________________________________________
22002 [ 12819] By: pudge                                 on 2001/11/02  21:21:56
22003         Log: Integrate with maintperl.
22004      Branch: maint-5.6/macperl
22005           +> t/op/system.t t/op/system_tests
22006           !> MANIFEST Todo-5.6 ext/ODBM_File/ODBM_File.xs perl.h
22007           !> pod/perltodo.pod util.c win32/win32.c
22008 ____________________________________________________________________________
22009 [ 12818] By: jhi                                   on 2001/11/02  21:03:58
22010         Log: Locate _PATH_LOG if it's a socket even if not #defined
22011              (helps Tru64)  From Paul David Fardy <pdf@morgan.ucs.mun.ca>,
22012              via Nick Clark.
22013      Branch: perl
22014            ! ext/Sys/Syslog/Makefile.PL ext/Sys/Syslog/syslog.t
22015 ____________________________________________________________________________
22016 [ 12817] By: jhi                                   on 2001/11/02  20:07:05
22017         Log: Subject: [PATCH t/test.pl] _expect and other little tweaks
22018              From: Michael G Schwern <schwern@pobox.com>
22019              Date: Fri, 2 Nov 2001 15:36:41 -0500
22020              Message-ID: <20011102153641.E23234@blackrider>
22021      Branch: perl
22022            ! t/test.pl
22023 ____________________________________________________________________________
22024 [ 12816] By: jhi                                   on 2001/11/02  17:53:00
22025         Log: Subject: [PATCH] patches for MacOS X 10.1 for perl 5.7.2
22026              From: merlyn@stonehenge.com (Randal L. Schwartz)
22027              Date: 02 Nov 2001 09:33:34 -0800
22028              Message-ID: <m1wv193wnl.fsf@halfdome.holdit.com>
22029              
22030              (two of the changes)
22031              
22032              Better coexistence with extensions.
22033      Branch: perl
22034            ! ext/Errno/Errno_pm.PL hints/darwin.sh
22035 ____________________________________________________________________________
22036 [ 12815] By: ams                                   on 2001/11/02  16:47:43
22037         Log: Subject: Re: [PATCH] the the double double word word fix fix
22038              From: Wolfgang Laun <Wolfgang.Laun@alcatel.at>
22039              Date: Fri, 02 Nov 2001 19:43:07 +0100
22040              Message-Id: <3BE2E93B.627C198E@alcatel.at>
22041      Branch: perl
22042            ! pod/perldebug.pod
22043 ____________________________________________________________________________
22044 [ 12814] By: jhi                                   on 2001/11/02  15:24:10
22045         Log: Update Changes.
22046      Branch: perl
22047            ! Changes patchlevel.h
22048 ____________________________________________________________________________
22049 [ 12813] By: jhi                                   on 2001/11/02  15:19:35
22050         Log: More encoding testing.
22051      Branch: perl
22052            ! lib/encoding.pm lib/encoding.t
22053 ____________________________________________________________________________
22054 [ 12812] By: ams                                   on 2001/11/02  15:07:11
22055         Log: Slight modification of #12811.
22056      Branch: perl
22057            ! op.c
22058 ____________________________________________________________________________
22059 [ 12811] By: jhi                                   on 2001/11/02  14:58:13
22060         Log: Subject: Re: [ID 20011101.069] \stat('.') gives "Attempt to free unreferenced scalar"
22061              From: Radu Greab <radu@netsoft.ro>
22062              Date: Fri, 2 Nov 2001 15:28:58 +0200
22063              Message-ID: <15330.40858.629851.468818@ix.netsoft.ro>
22064      Branch: perl
22065            ! op.c t/op/stat.t
22066 ____________________________________________________________________________
22067 [ 12810] By: jhi                                   on 2001/11/02  14:15:34
22068         Log: Subject: [PATCH] Re: Extra MakeMaker noise in lib/ExtUtils/Embed.t @12791
22069              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
22070              Date: Thu, 1 Nov 2001 22:35:50 +0100
22071              Message-ID: <20011101223550.A10849@rafael>
22072      Branch: perl
22073            ! lib/ExtUtils/Embed.t
22074 ____________________________________________________________________________
22075 [ 12809] By: jhi                                   on 2001/11/02  14:10:05
22076         Log: Subject: [REPATCH] Re: [PATCH File::Find] use warnings::register
22077              From: rgarciasuarez@free.fr (Rafael Garcia-Suarez)
22078              Date: 2 Nov 2001 14:48:51 -0000
22079              Message-Id: <slrn9u5cj6.liq.rgarciasuarez@rafael.kazibao.net> 
22080      Branch: perl
22081            ! lib/File/Find.pm
22082 ____________________________________________________________________________
22083 [ 12808] By: jhi                                   on 2001/11/02  05:40:21
22084         Log: Add documentation.
22085      Branch: perl
22086            ! embed.pl pod/perlapi.pod utf8.c
22087 ____________________________________________________________________________
22088 [ 12807] By: jhi                                   on 2001/11/02  05:18:45
22089         Log: Unicode: add ToFold mapping.  Not used yet; but basically
22090              a more useful mapping for caseless aka case-ignoring than
22091              doing either lc($a) eq lc($b) or uc($a) eq uc($b); the full
22092              algorithm for creating the foldings uses equivalence classes,
22093              see http://www.unicode.org/unicode/reports/tr21/
22094              Hopefully this feature will be used in //i.
22095              (The folding tables were introduced by #12689.)
22096      Branch: perl
22097            ! embed.h embed.pl embedvar.h intrpvar.h perl.c perlapi.h sv.c
22098            ! utf8.c
22099 ____________________________________________________________________________
22100 [ 12806] By: jhi                                   on 2001/11/02  05:04:05
22101         Log: Subject: [PATCH] AutoSplit.t clean-up for VMS
22102              From: "Craig A. Berry" <craigberry@mac.com>
22103              Date: Fri, 02 Nov 2001 00:03:52 -0600
22104              Message-Id: <5.1.0.14.2.20011101235844.02cd4e50@exchi01>
22105      Branch: perl
22106            ! lib/AutoSplit.t
22107 ____________________________________________________________________________
22108 [ 12805] By: jhi                                   on 2001/11/02  04:17:04
22109         Log: Subject: Trivial doc patch
22110              From: andreas.koenig@anima.de (Andreas J. Koenig)
22111              Date: 02 Nov 2001 06:11:35 +0100
22112              Message-ID: <m37kt94v08.fsf@anima.de>
22113      Branch: perl
22114            ! pod/perlport.pod
22115 ____________________________________________________________________________
22116 [ 12804] By: jhi                                   on 2001/11/02  02:14:46
22117         Log: Make encoding and charnames pragmas coexist.
22118      Branch: perl
22119            ! lib/charnames.pm lib/encoding.pm lib/encoding.t
22120 ____________________________________________________________________________
22121 [ 12803] By: jhi                                   on 2001/11/02  01:26:53
22122         Log: The basic character classes seem to go untested with Unicode.
22123      Branch: perl
22124            ! t/op/pat.t
22125 ____________________________________________________________________________
22126 [ 12802] By: ams                                   on 2001/11/02  00:39:36
22127         Log: Subject: [PATCH] the the double double word word fix fix
22128              From: Richard Soderberg <rs@oregonnet.com>
22129              Date: Thu, 1 Nov 2001 13:12:03 -0800
22130              Message-Id: <200111012112.NAA23288@oregonnet.com>
22131              
22132              Subject: Re: [PATCH] the the double double word word fix fix
22133              From: Mark-Jason Dominus <mjd@plover.com>
22134              Date: Thu, 01 Nov 2001 16:43:40 -0500
22135              Message-Id: <20011101214340.2044.qmail@plover.com>
22136              
22137              Subject: Re: [PATCH] the the double double word word fix fix
22138              From: Mark-Jason Dominus <mjd@plover.com>
22139              Date: Thu, 01 Nov 2001 16:51:39 -0500
22140              Message-Id: <20011101215139.2196.qmail@plover.com>
22141      Branch: perl
22142            ! pod/perldebtut.pod pod/perldiag.pod pod/perlfaq3.pod
22143            ! pod/perlguts.pod pod/perlintro.pod pod/perliol.pod
22144            ! pod/perlmodlib.PL pod/perlmodstyle.pod pod/perlpodspec.pod
22145            ! pod/perlrequick.pod pod/perlretut.pod pod/perltoc.pod
22146            ! pod/perltodo.pod pod/perlxstut.pod
22147 ____________________________________________________________________________
22148 [ 12801] By: jhi                                   on 2001/11/01  14:27:51
22149         Log: Comment tweaks.
22150      Branch: perl
22151            ! toke.c
22152 ____________________________________________________________________________
22153 [ 12800] By: jhi                                   on 2001/11/01  14:06:04
22154         Log: FAQ sync.
22155      Branch: perl
22156            ! pod/perlfaq9.pod
22157 ____________________________________________________________________________
22158 [ 12799] By: jhi                                   on 2001/11/01  13:59:42
22159         Log: If an encoding is set by -M/-m, it must be in
22160              effect only for the actual script, not any other
22161              required/-M/-m'ed module, otherwise we enter a nasty
22162              recursion in regexec.c while trying to init the simple
22163              UTF-8 charclasses like PL_utf8_alnum.
22164      Branch: perl
22165            ! lib/encoding.pm pod/perlunicode.pod pp_ctl.c
22166 ____________________________________________________________________________
22167 [ 12798] By: jhi                                   on 2001/10/31  21:10:09
22168         Log: A bit more descriptive name.
22169      Branch: perl
22170            ! mg.c
22171 ____________________________________________________________________________
22172 [ 12797] By: jhi                                   on 2001/10/31  20:32:29
22173         Log: Subject: [PATCH Perl@12768] Time::Hires test fix
22174              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
22175              Date: Wed, 31 Oct 2001 13:47:04 EST
22176              Message-Id: <011031134626.1227@DUPHY4.Physics.Drexel.Edu>
22177      Branch: perl
22178            ! ext/Time/HiRes/HiRes.t
22179 ____________________________________________________________________________
22180 [ 12796] By: jhi                                   on 2001/10/31  20:31:20
22181         Log: Subject: [PATCH Perl@12768] make setting signal() persistent
22182              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
22183              Date: Wed, 31 Oct 2001 13:43:29 EST
22184              Message-Id: <011031134318.231c@DUPHY4.Physics.Drexel.Edu>
22185      Branch: perl
22186            ! mg.c
22187 ____________________________________________________________________________
22188 [ 12795] By: jhi                                   on 2001/10/31  20:29:37
22189         Log: Subject: [PATCH] Various test cleanups
22190              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
22191              Date: Tue, 30 Oct 2001 21:56:26 +0100
22192              Message-ID: <20011030215626.A28503@rafael>
22193      Branch: perl
22194            ! ext/DB_File/t/db-btree.t ext/DB_File/t/db-hash.t
22195            ! ext/DB_File/t/db-recno.t ext/Encode.t
22196 ____________________________________________________________________________
22197 [ 12794] By: jhi                                   on 2001/10/31  15:26:59
22198         Log: Update Changes.
22199      Branch: perl
22200            ! Changes patchlevel.h
22201 ____________________________________________________________________________
22202 [ 12793] By: jhi                                   on 2001/10/31  15:23:12
22203         Log: Subject: [PATCH] Data::Dumper opt. use B::Deparse for coderefs
22204              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>               
22205              Date: Wed, 31 Oct 2001 17:16:39 +0100
22206              Message-ID: <20011031171639.A32511@rafael>
22207      Branch: perl
22208            ! ext/Data/Dumper/Dumper.pm ext/Data/Dumper/t/dumper.t
22209 ____________________________________________________________________________
22210 [ 12792] By: jhi                                   on 2001/10/31  15:20:01
22211         Log: Skip message nit.
22212      Branch: perl
22213            ! t/io/fs.t
22214 ____________________________________________________________________________
22215 [ 12791] By: jhi                                   on 2001/10/31  14:54:19
22216         Log: Subject: Re: [REPATCH] Re: [PATCH] Re: [ID 20011030.064] File::Temp tempdir(CLEANUP => 1) and -T on OpenBSD 2.9
22217              From: rgarciasuarez@free.fr (Rafael Garcia-Suarez)
22218              Date: 31 Oct 2001 14:49:37 -0000
22219              Message-Id: <slrn9u03sk.hco.rgarciasuarez@rafael.kazibao.net> 
22220      Branch: perl
22221            ! lib/File/Path.pm lib/File/Path.t lib/File/Temp/t/mktemp.t
22222 ____________________________________________________________________________
22223 [ 12790] By: jhi                                   on 2001/10/31  14:44:33
22224         Log: Extend the effect of the encoding pragma to chr() and ord().
22225              
22226              TODO: regex literals, reentrancy problems with the utf8
22227              and charnames pragmas.
22228      Branch: perl
22229            ! lib/encoding.pm lib/encoding.t pod/perlfunc.pod pp.c sv.c
22230 ____________________________________________________________________________
22231 [ 12789] By: jhi                                   on 2001/10/31  13:25:02
22232         Log: Doc tweaks.
22233      Branch: perl
22234            ! lib/encoding.pm
22235 ____________________________________________________________________________
22236 [ 12788] By: nick                                  on 2001/10/31  08:59:56
22237         Log: Integrate mainline
22238      Branch: perlio
22239           +> lib/encoding.pm lib/encoding.t t/op/system.t t/op/system_tests
22240           !> (integrate 49 files)
22241 ____________________________________________________________________________
22242 [ 12787] By: jhi                                   on 2001/10/31  03:22:34
22243         Log: Forgot new proto.
22244      Branch: perl
22245            ! proto.h
22246 ____________________________________________________________________________
22247 [ 12786] By: jhi                                   on 2001/10/31  02:32:35
22248         Log: Clarification: use encoding cannot be used to
22249              change the default encoding of "your whole script";
22250              only the default encoding of the *data*.  Also, it
22251              seems that "use encoding" does not mix with "use utf8"
22252              (a coredumping recursion ensues).  Should not be a huge
22253              problem since "use utf8" is pretty marginal nowadays.
22254      Branch: perl
22255            ! ext/Encode/Encode.pm lib/encoding.pm pod/perlunicode.pod
22256 ____________________________________________________________________________
22257 [ 12785] By: jhi                                   on 2001/10/31  02:19:49
22258         Log: More documentation for the encode pragma.
22259      Branch: perl
22260            ! ext/Encode/Encode.pm lib/encoding.pm lib/open.pm
22261            ! pod/perlapi.pod pod/perlunicode.pod sv.c
22262 ____________________________________________________________________________
22263 [ 12784] By: jhi                                   on 2001/10/31  02:08:27
22264         Log: Thinko in #12783.
22265      Branch: perl
22266            ! sv.c
22267 ____________________________________________________________________________
22268 [ 12783] By: jhi                                   on 2001/10/31  02:04:22
22269         Log: Make sv_recode_to_utf8() a real API: the encoding
22270              is a parameter, instead of a global.  Document the
22271              PERL_ENCODING.
22272      Branch: perl
22273            ! embed.h embed.pl pod/perlapi.pod pod/perlrun.pod proto.h sv.c
22274            ! toke.c
22275 ____________________________________________________________________________
22276 [ 12782] By: jhi                                   on 2001/10/31  00:57:42
22277         Log: Enable -Mencoding=foobar also for string literals.
22278      Branch: perl
22279            ! embed.h embed.pl global.sym lib/encoding.pm lib/encoding.t
22280            ! pod/perlapi.pod proto.h sv.c toke.c
22281 ____________________________________________________________________________
22282 [ 12781] By: jhi                                   on 2001/10/30  17:06:39
22283         Log: Subject: Re: [PATCH] Re: DynaLoader problem on NCR SVR4 box
22284              From: Andy Dougherty <doughera@lafayette.edu>
22285              Date: Tue, 30 Oct 2001 12:44:27 -0500 (EST)
22286              Message-ID: <Pine.SOL.4.10.10110301241210.25351-100000@maxwell.phys.lafayette.edu>
22287      Branch: perl
22288            ! ext/POSIX/hints/svr4.pl
22289 ____________________________________________________________________________
22290 [ 12780] By: jhi                                   on 2001/10/30  14:54:12
22291         Log: Subject: RE: [PATCH h2xs] Use of static data in XS modules
22292              From: "Paul Marquess" <Paul_Marquess@yahoo.co.uk>
22293              Date: Mon, 29 Oct 2001 23:11:58 -0000
22294              Message-ID: <AIEAJICLCBDNAAOLLOKLMEJGDDAA.Paul_Marquess@Yahoo.co.uk>
22295              
22296              Add compat.h.
22297      Branch: perl
22298            ! lib/h2xs.t utils/h2xs.PL
22299 ____________________________________________________________________________
22300 [ 12779] By: jhi                                   on 2001/10/30  13:51:43
22301         Log: Subject: PerlIOBuf_dup
22302              From: Nicholas Clark <nick@ccl4.org>              
22303              Date: Mon, 29 Oct 2001 21:52:35 +0000             
22304              Message-ID: <20011029215235.K41204@plum.flirble.org>
22305              
22306              Add prototype.
22307      Branch: perl
22308            ! perliol.h
22309 ____________________________________________________________________________
22310 [ 12778] By: jhi                                   on 2001/10/30  13:49:51
22311         Log: Subject: [PATCH] Make malloc.c errors more useful
22312              From: Richard Soderberg <rs@oregonnet.com>
22313              Date: Mon, 29 Oct 2001 22:28:02 -0800
22314              Message-Id: <200110300628.WAA11025@oregonnet.com>
22315      Branch: perl
22316            ! malloc.c
22317 ____________________________________________________________________________
22318 [ 12777] By: jhi                                   on 2001/10/30  04:02:10
22319         Log: Retract #12776 - the bug 19990906.001 is still valid.
22320      Branch: perl
22321            ! t/run/kill_perl.t
22322 ____________________________________________________________________________
22323 [ 12776] By: jhi                                   on 2001/10/30  03:03:49
22324         Log: (Retracted by #12777)
22325              Subject: Perlbug 19990906.001 - segfault on long escaped quote regex
22326              From: Michael G Schwern <schwern@pobox.com> 
22327              Date: Mon, 29 Oct 2001 23:01:08 -0500
22328              Message-ID: <20011029230108.G18053@blackrider>
22329      Branch: perl
22330            ! t/run/kill_perl.t
22331 ____________________________________________________________________________
22332 [ 12775] By: jhi                                   on 2001/10/30  02:56:41
22333         Log: Comment nits.
22334      Branch: perl
22335            ! lib/encoding.t
22336 ____________________________________________________________________________
22337 [ 12774] By: gsar                                  on 2001/10/30  01:32:57
22338         Log: integrate change#12772 from mainline
22339              
22340              Subject: [PATCH] Mommy, what's a pointer cast?
22341      Branch: maint-5.6/perl
22342            ! perl.h
22343 ____________________________________________________________________________
22344 [ 12773] By: jhi                                   on 2001/10/30  01:19:32
22345         Log: Subject: [PATCH] Mommy, what's a pointer cast?
22346              From: Richard Soderberg <rs@oregonnet.com>
22347              Date: Mon, 29 Oct 2001 17:01:10 -0800
22348              Message-Id: <200110300101.RAA31561@oregonnet.com>
22349              
22350              (threads* parts)
22351      Branch: perl
22352            ! ext/threads/shared/shared.xs ext/threads/threads.xs
22353 ____________________________________________________________________________
22354 [ 12772] By: jhi                                   on 2001/10/30  01:19:13
22355         Log: Subject: [PATCH] Mommy, what's a pointer cast?
22356              From: Richard Soderberg <rs@oregonnet.com>
22357              Date: Mon, 29 Oct 2001 17:01:10 -0800
22358              Message-Id: <200110300101.RAA31561@oregonnet.com>
22359              
22360              (the perl.h part)
22361      Branch: perl
22362            ! perl.h
22363 ____________________________________________________________________________
22364 [ 12771] By: jhi                                   on 2001/10/30  01:17:21
22365         Log: Subject: [PATCH] OpenBSD likes signal.h 
22366              From: Richard Soderberg <rs@oregonnet.com>
22367              Date: Mon, 29 Oct 2001 17:00:31 -0800
22368              Message-Id: <200110300100.RAA31533@oregonnet.com>
22369      Branch: perl
22370            ! unixish.h
22371 ____________________________________________________________________________
22372 [ 12770] By: jhi                                   on 2001/10/30  01:10:24
22373         Log: Subject: [PATCH] RE: DB_File-1.79 on Cygwin 1.3.3
22374              From: "Paul Marquess" <Paul_Marquess@yahoo.co.uk>
22375              Date: Mon, 29 Oct 2001 23:04:23 -0000
22376              Message-ID: <AIEAJICLCBDNAAOLLOKLGEJGDDAA.Paul_Marquess@Yahoo.co.uk>
22377      Branch: perl
22378            ! ext/DB_File/t/db-btree.t ext/DB_File/t/db-hash.t
22379            ! ext/DB_File/t/db-recno.t
22380 ____________________________________________________________________________
22381 [ 12769] By: jhi                                   on 2001/10/30  01:08:01
22382         Log: Subject: [PATCH perl@12718] HiRes.t tweaks
22383              From: "Craig A. Berry" <craig.berry@SignalTreeSolutions.com>
22384              Date: Mon, 29 Oct 2001 12:34:07 -0600
22385              Message-Id: <5.1.0.14.2.20011029121906.035d7e00@exchi01>
22386      Branch: perl
22387            ! ext/Time/HiRes/HiRes.t
22388 ____________________________________________________________________________
22389 [ 12768] By: jhi                                   on 2001/10/29  15:10:04
22390         Log: Update Changes.
22391      Branch: perl
22392            ! Changes patchlevel.h
22393 ____________________________________________________________________________
22394 [ 12767] By: jhi                                   on 2001/10/29  14:49:28
22395         Log: AIX needs an explicit symbol export list.
22396      Branch: perl
22397            ! lib/ExtUtils/Embed.t
22398 ____________________________________________________________________________
22399 [ 12766] By: jhi                                   on 2001/10/29  14:08:21
22400         Log: The test (and the module) would require some
22401              quality hacking time to work on EBCDIC.  Based on
22402              the test results nothing seems to be majorly broken,
22403              the module just seems to have strange assumptions:
22404              got: ''\226\225\205'
22405              expected: ''one'
22406              The \226\225\205 being, of course, 'one', in EBCDIC.
22407      Branch: perl
22408            ! lib/Dumpvalue.t
22409 ____________________________________________________________________________
22410 [ 12765] By: jhi                                   on 2001/10/29  13:58:48
22411         Log: Mark the test known to be failing in EBCDIC.
22412      Branch: perl
22413            ! t/op/tr.t
22414 ____________________________________________________________________________
22415 [ 12764] By: jhi                                   on 2001/10/29  13:51:51
22416         Log: None of the libnet modules are going to work in
22417              EBCDIC without the Convert::EBCDIC.
22418      Branch: perl
22419            ! t/lib/1_compile.t
22420 ____________________________________________________________________________
22421 [ 12763] By: jhi                                   on 2001/10/29  13:45:39
22422         Log: Neither is 0xff illegal UTF-EBCDIC since it's the last C1.
22423      Branch: perl
22424            ! t/op/pack.t
22425 ____________________________________________________________________________
22426 [ 12762] By: jhi                                   on 2001/10/29  13:40:17
22427         Log: UTF-EBCDIC ain't UTF-8.
22428      Branch: perl
22429            ! t/op/pack.t
22430 ____________________________________________________________________________
22431 [ 12761] By: jhi                                   on 2001/10/29  13:35:35
22432         Log: In EBCDIC cannot test compile Net::Cmd without Convert::EBCDIC.
22433      Branch: perl
22434            ! t/lib/1_compile.t
22435 ____________________________________________________________________________
22436 [ 12760] By: jhi                                   on 2001/10/29  13:32:20
22437         Log: Let's not assume ASCII.
22438      Branch: perl
22439            ! t/op/lc.t
22440 ____________________________________________________________________________
22441 [ 12759] By: jhi                                   on 2001/10/29  13:24:54
22442         Log: Call the new perlio symbols differently.
22443      Branch: perl
22444            ! makedef.pl
22445 ____________________________________________________________________________
22446 [ 12758] By: jhi                                   on 2001/10/29  13:23:11
22447         Log: Don't expect ASCII ordering.
22448      Branch: perl
22449            ! lib/ExtUtils/Manifest.t
22450 ____________________________________________________________________________
22451 [ 12757] By: jhi                                   on 2001/10/29  13:13:09
22452         Log: Forgot from #12756.
22453      Branch: perl
22454            ! perlio.h
22455 ____________________________________________________________________________
22456 [ 12756] By: jhi                                   on 2001/10/29  13:12:41
22457         Log: BeOS tweaks:
22458              - fseeko and ftello can be found by Configure but
22459              we do not seem to have prototypes for them so
22460              let's make up some
22461              - BeOS didn't use to have real sockets (sockets as
22462              filedescriptors) but the BONE package is supposed
22463              to fix this.  I do not know how to detect BONEness,
22464              see hints/beos.sh for a spot that needs to fixed.
22465              - BeOS has O_TEXT != O_BINARY but has no setmode()
22466      Branch: perl
22467            ! hints/beos.sh perlio.c
22468 ____________________________________________________________________________
22469 [ 12755] By: sky                                   on 2001/10/29  12:56:12
22470         Log: Ugly fix to not die when a thread creator is holding locks.
22471      Branch: perl
22472            ! ext/threads/shared/shared.pm ext/threads/shared/shared.xs
22473            ! ext/threads/threads.xs
22474 ____________________________________________________________________________
22475 [ 12754] By: jhi                                   on 2001/10/29  12:31:34
22476         Log: Integrate change #12752 from maintperl;
22477              
22478              croak(Nullch) wasn't printing the contents of ERRSV if there was
22479              no outer eval (bug in change#6125)
22480      Branch: perl
22481           !> util.c
22482 ____________________________________________________________________________
22483 [ 12753] By: jhi                                   on 2001/10/29  12:28:41
22484         Log: Subject: [PATCH h2xs] Use of static data in XS modules
22485              From: "Paul Marquess" <Paul_Marquess@yahoo.co.uk>
22486              Date: Sun, 28 Oct 2001 21:19:07 -0000
22487              Message-ID: <AIEAJICLCBDNAAOLLOKLIEHNDDAA.Paul_Marquess@Yahoo.co.uk>
22488              
22489              with nits from Sarathy.
22490      Branch: perl
22491            ! utils/h2xs.PL
22492 ____________________________________________________________________________
22493 [ 12752] By: gsar                                  on 2001/10/29  03:07:15
22494         Log: croak(Nullch) wasn't printing the contents of ERRSV if there was
22495              no outer eval (bug in change#6125)
22496      Branch: maint-5.6/perl
22497            ! util.c
22498 ____________________________________________________________________________
22499 [ 12751] By: jhi                                   on 2001/10/28  23:11:15
22500         Log: More todo for the encoding pragma.
22501      Branch: perl
22502            ! lib/encoding.pm
22503 ____________________________________________________________________________
22504 [ 12750] By: jhi                                   on 2001/10/28  22:55:24
22505         Log: Add the encoding pragma to control the "upgrade"
22506              from the native eight bit data to Unicode.
22507              
22508              TODO: \x.. and \0... literals.  \N{}.  chr()? ord()?
22509      Branch: perl
22510            + lib/encoding.pm lib/encoding.t
22511            ! MANIFEST embedvar.h gv.c intrpvar.h mg.c perlapi.h
22512            ! pod/perlunicode.pod pod/perlvar.pod sv.c
22513 ____________________________________________________________________________
22514 [ 12749] By: sky                                   on 2001/10/28  21:02:33
22515         Log: Update documentation.
22516      Branch: perl
22517            ! ext/threads/shared/shared.pm
22518 ____________________________________________________________________________
22519 [ 12748] By: jhi                                   on 2001/10/28  20:55:57
22520         Log: Integrate change #12747 from maintperl;
22521              
22522              finishing touches to system() fixes on windows:
22523              * detect cmd shell correctly even if it had full path in it
22524              * more quoting needed for single-arg system if the argument
22525              really had multiple quoted arguments within it
22526              * be smarter about not calling the shell when the executable
22527              has spaces, but otherwise does not need shell involvement
22528              * add a testsuite (windows-specific currently)
22529      Branch: perl
22530           +> t/op/system.t t/op/system_tests
22531            ! MANIFEST pod/perltodo.pod
22532           !> win32/win32.c
22533 ____________________________________________________________________________
22534 [ 12747] By: gsar                                  on 2001/10/28  18:33:23
22535         Log: finishing touches to system() fixes on windows:
22536              * detect cmd shell correctly even if it had full path in it
22537              * more quoting needed for single-arg system if the argument
22538              really had multiple quoted arguments within it
22539              * be smarter about not calling the shell when the executable
22540              has spaces, but otherwise does not need shell involvement
22541              * add a testsuite (windows-specific currently)
22542      Branch: maint-5.6/perl
22543            + t/op/system.t t/op/system_tests
22544            ! MANIFEST Todo-5.6 pod/perltodo.pod win32/win32.c
22545 ____________________________________________________________________________
22546 [ 12746] By: jhi                                   on 2001/10/28  16:34:35
22547         Log: Integrate perlio.
22548      Branch: perl
22549           !> ext/Time/HiRes/HiRes.xs lib/ExtUtils/Embed.t
22550 ____________________________________________________________________________
22551 [ 12745] By: nick                                  on 2001/10/28  16:08:14
22552         Log: Mingw32 fixup for Embed.t
22553      Branch: perlio
22554            ! lib/ExtUtils/Embed.t
22555 ____________________________________________________________________________
22556 [ 12744] By: nick                                  on 2001/10/28  15:54:14
22557         Log: GCC vs MS 64-bit constant syntax
22558      Branch: perlio
22559            ! ext/Time/HiRes/HiRes.xs
22560 ____________________________________________________________________________
22561 [ 12743] By: nick                                  on 2001/10/28  15:42:55
22562         Log: Integrate mainline
22563      Branch: perlio
22564           !> ext/threads/threads.pm lib/ExtUtils/Embed.t
22565 ____________________________________________________________________________
22566 [ 12742] By: sky                                   on 2001/10/28  14:47:10
22567         Log: Manpage updates.
22568      Branch: perl
22569            ! ext/threads/threads.pm
22570 ____________________________________________________________________________
22571 [ 12741] By: jhi                                   on 2001/10/28  14:39:55
22572         Log: Newline confusion: t/TEST sees an extra newline and gets huffy.
22573      Branch: perl
22574            ! lib/ExtUtils/Embed.t
22575 ____________________________________________________________________________
22576 [ 12740] By: nick                                  on 2001/10/28  14:14:24
22577         Log: Integrate mainline
22578      Branch: perlio
22579           !> lib/ExtUtils/Embed.t win32/win32.c
22580 ____________________________________________________________________________
22581 [ 12739] By: jhi                                   on 2001/10/28  14:06:58
22582         Log: Need to be ./executed.
22583      Branch: perl
22584            ! lib/ExtUtils/Embed.t
22585 ____________________________________________________________________________
22586 [ 12738] By: jhi                                   on 2001/10/28  14:03:58
22587         Log: Integrate perlio.
22588      Branch: perl
22589           !> perlio.c win32/win32.h
22590 ____________________________________________________________________________
22591 [ 12737] By: nick                                  on 2001/10/28  13:53:45
22592         Log: Tweak for build with Mingw32 - __attribute__((unused)) is not liked
22593              by gcc -xc++.
22594      Branch: perlio
22595            ! win32/win32.h
22596 ____________________________________________________________________________
22597 [ 12736] By: nick                                  on 2001/10/28  13:50:50
22598         Log: Have :stdio layer update an honour the fd refcnt table.
22599              Embed.t now passes with PERLIO=stdio as well (tested under ithreads)
22600      Branch: perlio
22601            ! perlio.c
22602 ____________________________________________________________________________
22603 [ 12735] By: jhi                                   on 2001/10/28  13:34:37
22604         Log: Integrate changes #12724 and #12725 from maintperl;
22605              multiarg system now works.
22606      Branch: perl
22607           !> win32/win32.c
22608 ____________________________________________________________________________
22609 [ 12734] By: jhi                                   on 2001/10/28  13:31:54
22610         Log: Integrate perlio.
22611      Branch: perl
22612           +> lib/ExtUtils/Embed.t
22613           !> MANIFEST perlio.c
22614 ____________________________________________________________________________
22615 [ 12733] By: nick                                  on 2001/10/28  13:07:16
22616         Log: Use fd refcounts to solve the problem highlighted by new Embed.t, at
22617              least for PERLIO=perlio unthreaded case
22618      Branch: perlio
22619            ! perlio.c
22620 ____________________________________________________________________________
22621 [ 12732] By: nick                                  on 2001/10/28  11:10:24
22622         Log: Typo in exe name
22623      Branch: perlio
22624            ! lib/ExtUtils/Embed.t
22625 ____________________________________________________________________________
22626 [ 12731] By: nick                                  on 2001/10/28  11:09:59
22627         Log: Integrate Mainline
22628      Branch: perlio
22629           !> Changes configure.com ext/DB_File/DB_File.pm
22630           !> ext/ODBM_File/ODBM_File.xs ext/Time/HiRes/HiRes.xs
22631           !> ext/threads/shared/shared.xs lib/ExtUtils/xsubpp
22632           !> lib/unicore/Is.pl lib/unicore/mktables makedef.pl op.h
22633           !> patchlevel.h perlio.c pod/perlapi.pod pod/perlfaq4.pod
22634           !> pod/perlhack.pod pod/perltoc.pod pod/perlunicode.pod sv.h
22635           !> t/TEST t/op/regexp.t win32/buildext.pl
22636 ____________________________________________________________________________
22637 [ 12730] By: nick                                  on 2001/10/28  11:05:35
22638         Log: Fixup Embed.t for Win32/VC++
22639      Branch: perlio
22640            ! lib/ExtUtils/Embed.t
22641 ____________________________________________________________________________
22642 [ 12729] By: nick                                  on 2001/10/28  09:36:20
22643         Log: Adapt testcase from Doug Maceachern <dougm@covalent.net> for perlio_destruct
22644              bug as lib/ExtUtils/Embed.t which tests that and some aspects of
22645              ExtUtils::Embed.
22646      Branch: perlio
22647            + lib/ExtUtils/Embed.t
22648            ! MANIFEST
22649 ____________________________________________________________________________
22650 [ 12728] By: sky                                   on 2001/10/28  08:12:53
22651         Log: Change #12726 changed require 5.002 to 5.0 somehow, I know I never changed that
22652              line manually!
22653      Branch: perl
22654            ! lib/ExtUtils/xsubpp
22655 ____________________________________________________________________________
22656 [ 12727] By: sky                                   on 2001/10/28  08:02:09
22657         Log: And here we use the prototypes.
22658      Branch: perl
22659            ! ext/threads/shared/shared.xs
22660 ____________________________________________________________________________
22661 [ 12726] By: sky                                   on 2001/10/28  08:00:48
22662         Log: Support [] style prototypes.
22663      Branch: perl
22664            ! lib/ExtUtils/xsubpp
22665 ____________________________________________________________________________
22666 [ 12725] By: gsar                                  on 2001/10/28  04:49:15
22667         Log: yet another multi-arg system() fix on windows: batch files as the
22668              first argument (i.e. directly executed by CreateProcess()) need
22669              extra quoting to escape shell-shock
22670      Branch: maint-5.6/perl
22671            ! win32/win32.c
22672 ____________________________________________________________________________
22673 [ 12724] By: gsar                                  on 2001/10/28  03:49:31
22674         Log: another multi-arg system() fix on windows: passing empty arguments
22675              now works
22676      Branch: maint-5.6/perl
22677            ! win32/win32.c
22678 ____________________________________________________________________________
22679 [ 12723] By: jhi                                   on 2001/10/28  03:32:32
22680         Log: Explicitly expect only 4 or 8 bytes of PTRSIZE.
22681              No final #else #error because we do not seem to
22682              be using #error?
22683      Branch: perl
22684            ! op.h
22685 ____________________________________________________________________________
22686 [ 12722] By: jhi                                   on 2001/10/28  02:41:04
22687         Log: Subject: [PATCH Perl@12647] Time::HiRes ualarm for VMS without one
22688              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)        
22689              Date: Sat, 27 Oct 2001 23:28:44 EST 
22690              Message-Id: <011027232650.19ae30@DUPHY4.Physics.Drexel.Edu>
22691      Branch: perl
22692            ! ext/Time/HiRes/HiRes.xs
22693 ____________________________________________________________________________
22694 [ 12721] By: jhi                                   on 2001/10/28  01:53:34
22695         Log: Regen perlapi, perltoc.
22696      Branch: perl
22697            ! pod/perlapi.pod pod/perltoc.pod
22698 ____________________________________________________________________________
22699 [ 12720] By: jhi                                   on 2001/10/28  01:30:04
22700         Log: Subject: [PATCH] sv.h documentation
22701              From: Tim Jenness <t.jenness@jach.hawaii.edu>              
22702              Date: Sat, 27 Oct 2001 15:27:41 -1000 (HST) 
22703              Message-ID: <Pine.LNX.4.33.0110271526270.24647-100000@lapaki>
22704      Branch: perl
22705            ! sv.h
22706 ____________________________________________________________________________
22707 [ 12719] By: gsar                                  on 2001/10/27  23:42:51
22708         Log: "nmake clean" fails to clean ext/... because buildext.pl calls
22709              system("nmake -nologo", "clean") and there is no executable
22710              called "nmake -nologo"; this used to "work" pre-change#12559 due
22711              to bugs in multiarg system() that have since been fixed
22712      Branch: perl
22713            ! win32/buildext.pl
22714 ____________________________________________________________________________
22715 [ 12718] By: jhi                                   on 2001/10/27  21:58:35
22716         Log: Update Changes.
22717      Branch: perl
22718            ! Changes patchlevel.h
22719 ____________________________________________________________________________
22720 [ 12717] By: jhi                                   on 2001/10/27  21:54:11
22721         Log: Subject: perlhack.pod addendum for consideration (perlbug mail interface)
22722              From: Richard.Foley@t-online.de (Richard Foley)            
22723              Date: Sun, 28 Oct 2001 00:48:32 +0200
22724              Message-ID: <15xbQQ-1BoWxsC@fwd02.sul.t-online.com>
22725      Branch: perl
22726            ! pod/perlhack.pod
22727 ____________________________________________________________________________
22728 [ 12716] By: jhi                                   on 2001/10/27  21:41:02
22729         Log: Must store pointers with the right width.
22730      Branch: perl
22731            ! op.h
22732 ____________________________________________________________________________
22733 [ 12715] By: jhi                                   on 2001/10/27  21:22:52
22734         Log: Integrate change #12711 from perlio;
22735              
22736              Use ref count scheme rather than PerlLIO_dup() to do fp_dup().
22737              Restores op/fork.t on Win32 (still segfault on exit of ok 2).
22738      Branch: perl
22739           !> perlio.c
22740 ____________________________________________________________________________
22741 [ 12714] By: jhi                                   on 2001/10/27  21:04:59
22742         Log: Subject: [PATCH] make minitest
22743              From: Nicholas Clark <nick@ccl4.org>
22744              Date: Sat, 27 Oct 2001 22:56:16 +0100
22745              Message-ID: <20011027225616.L20275@plum.flirble.org>
22746      Branch: perl
22747            ! t/TEST
22748 ____________________________________________________________________________
22749 [ 12713] By: jhi                                   on 2001/10/27  20:58:33
22750         Log: Patch #12661 missed this.
22751      Branch: perl
22752            ! ext/DB_File/DB_File.pm
22753 ____________________________________________________________________________
22754 [ 12712] By: jhi                                   on 2001/10/27  20:56:38
22755         Log: Subject: [PATCH perl@12696] C RTL awareness update for VMS
22756              From: "Craig A. Berry" <craigberry@mac.com>
22757              Date: Sat, 27 Oct 2001 16:07:47 -0500
22758              Message-Id: <5.1.0.14.2.20011027134037.01bebc60@exchi01>
22759      Branch: perl
22760            ! configure.com perlio.c
22761 ____________________________________________________________________________
22762 [ 12711] By: nick                                  on 2001/10/27  19:49:25
22763         Log: Use ref count scheme rather than PerlLIO_dup() to do fp_dup().
22764              Restores op/fork.t on Win32 (still segfault on exit of ok 2).
22765      Branch: perlio
22766            ! perlio.c
22767 ____________________________________________________________________________
22768 [ 12710] By: jhi                                   on 2001/10/27  17:07:46
22769         Log: Let's not replace reason if there's one already supplied.
22770      Branch: perl
22771            ! t/op/regexp.t
22772 ____________________________________________________________________________
22773 [ 12709] By: jhi                                   on 2001/10/27  17:02:30
22774         Log: is not good.
22775      Branch: perl
22776            ! t/op/regexp.t
22777 ____________________________________________________________________________
22778 [ 12708] By: jhi                                   on 2001/10/27  16:54:07
22779         Log: ldlibpth can exist but be unset.
22780      Branch: perl
22781            ! t/TEST
22782 ____________________________________________________________________________
22783 [ 12707] By: jhi                                   on 2001/10/27  16:47:07
22784         Log: Unicode: property alias naming cleanup.
22785      Branch: perl
22786            ! lib/unicore/Is.pl lib/unicore/mktables pod/perlunicode.pod
22787 ____________________________________________________________________________
22788 [ 12706] By: jhi                                   on 2001/10/27  15:24:06
22789         Log: FAQ sync.
22790      Branch: perl
22791            ! pod/perlfaq4.pod
22792 ____________________________________________________________________________
22793 [ 12705] By: jhi                                   on 2001/10/27  15:23:15
22794         Log: Integrate change #12703 from maintperl;
22795              
22796              typemap stuff intervenes before declaration, move it to PREINIT
22797              section
22798              
22799              (an empty integrate, but now the files are in sync
22800              between the branches)
22801      Branch: perl
22802           !> ext/ODBM_File/ODBM_File.xs
22803 ____________________________________________________________________________
22804 [ 12704] By: jhi                                   on 2001/10/27  15:21:17
22805         Log: More PerlIO symbols.
22806      Branch: perl
22807            ! makedef.pl
22808 ____________________________________________________________________________
22809 [ 12703] By: gsar                                  on 2001/10/27  15:12:54
22810         Log: typemap stuff intervenes before declaration, move it to PREINIT
22811              section
22812      Branch: maint-5.6/perl
22813            ! ext/ODBM_File/ODBM_File.xs
22814 ____________________________________________________________________________
22815 [ 12702] By: nick                                  on 2001/10/27  14:09:35
22816         Log: Integrate mainline
22817      Branch: perlio
22818           +> ext/threads/shared/t/av_simple.t
22819           +> ext/threads/shared/t/hv_refs.t
22820           +> ext/threads/shared/t/hv_simple.t lib/unicore/To/Fold.pl
22821           !> (integrate 109 files)
22822 ____________________________________________________________________________
22823 [ 12700] By: ams                                   on 2001/10/26  21:22:23
22824         Log: Subject: [PATCH] tweak divide
22825              From: Nicholas Clark <nick@ccl4.org>
22826              Date: Fri, 26 Oct 2001 22:52:17 +0100
22827              Message-Id: <20011026225217.B20275@plum.flirble.org>
22828      Branch: perl
22829            ! pp.c
22830 ____________________________________________________________________________
22831 [ 12699] By: pudge                                 on 2001/10/26  20:49:00
22832         Log: Integrate a buncha things from maintperl.
22833      Branch: maint-5.6/macperl
22834           !> (integrate 32 files)
22835 ____________________________________________________________________________
22836 [ 12698] By: jhi                                   on 2001/10/26  19:13:24
22837         Log: Subject: [PATCH] Re: DynaLoader problem on NCR SVR4 box
22838              From: Andy Dougherty <doughera@lafayette.edu>
22839              Date: Fri, 26 Oct 2001 14:36:29 -0400 (EDT)
22840              Message-ID: <Pine.SOL.4.10.10110261434280.23229-100000@maxwell.phys.lafayette.edu>
22841      Branch: perl
22842            ! hints/svr4.sh
22843 ____________________________________________________________________________
22844 [ 12697] By: jhi                                   on 2001/10/26  18:42:58
22845         Log: When you're root, many things become writable.
22846      Branch: perl
22847            ! lib/ExtUtils/Mkbootstrap.t lib/ExtUtils/Packlist.t
22848 ____________________________________________________________________________
22849 [ 12696] By: jhi                                   on 2001/10/26  15:52:58
22850         Log: Update Changes.
22851      Branch: perl
22852            ! Changes patchlevel.h
22853 ____________________________________________________________________________
22854 [ 12695] By: gsar                                  on 2001/10/26  15:34:31
22855         Log: Term/Cap.t attempts to access the floppy drive for no good reason
22856              on dosish systems
22857      Branch: perl
22858            ! lib/Term/Cap.t
22859 ____________________________________________________________________________
22860 [ 12694] By: gsar                                  on 2001/10/26  15:15:16
22861         Log: fix misleading comment on known inadequacy in B::Terse, and skip
22862              it correctly
22863      Branch: perl
22864            ! ext/B/t/terse.t
22865 ____________________________________________________________________________
22866 [ 12693] By: gsar                                  on 2001/10/26  14:53:56
22867         Log: fix spurious AutoSplit.t failure under windows
22868      Branch: perl
22869            ! lib/AutoSplit.t
22870 ____________________________________________________________________________
22871 [ 12692] By: gsar                                  on 2001/10/26  14:39:06
22872         Log: Time::HiRes::alarm() ain't gonna work either if ualarm() ain't
22873      Branch: perl
22874            ! ext/Time/HiRes/HiRes.t
22875 ____________________________________________________________________________
22876 [ 12691] By: jhi                                   on 2001/10/26  14:34:15
22877         Log: More logical to use %04"UVXf" than %"UVuf" since
22878              the Unicode standard prefers hex.
22879      Branch: perl
22880            ! lib/unicore/To/Fold.pl lib/unicore/To/Lower.pl
22881            ! lib/unicore/To/Title.pl lib/unicore/To/Upper.pl
22882            ! lib/unicore/mktables utf8.c
22883 ____________________________________________________________________________
22884 [ 12690] By: gsar                                  on 2001/10/26  14:15:55
22885         Log: change#12065 seems to have broken Encode build on windows; fix
22886      Branch: perl
22887            ! ext/Encode/Encode.xs ext/Encode/Makefile.PL
22888 ____________________________________________________________________________
22889 [ 12689] By: jhi                                   on 2001/10/26  14:12:04
22890         Log: Unicode: add the case folding table.
22891      Branch: perl
22892            + lib/unicore/To/Fold.pl
22893            ! MANIFEST lib/unicore/mktables
22894 ____________________________________________________________________________
22895 [ 12688] By: sky                                   on 2001/10/26  13:51:29
22896         Log: Get the new functions right, do not export lock since we use builtin lock.
22897              TODO: fix xsubpp to support the new prototypes
22898      Branch: perl
22899            ! ext/threads/shared/shared.pm ext/threads/shared/shared.xs
22900 ____________________________________________________________________________
22901 [ 12687] By: jhi                                   on 2001/10/26  13:43:03
22902         Log: USE_ENVIRON_ARRAY instead of !MACOS_TRADITIONAL,
22903              as suggested by Sarathy.
22904      Branch: perl
22905            ! mg.c
22906 ____________________________________________________________________________
22907 [ 12686] By: gsar                                  on 2001/10/26  13:39:52
22908         Log: avoid compiler warning
22909      Branch: perl
22910            ! win32/win32.c
22911 ____________________________________________________________________________
22912 [ 12685] By: jhi                                   on 2001/10/26  13:39:12
22913         Log: WinCE update from Rainer Keuchel.
22914      Branch: perl
22915            ! perl.h wince/Makefile.ce wince/config.ce wince/perldll.def
22916            ! wince/wince.c
22917 ____________________________________________________________________________
22918 [ 12684] By: sky                                   on 2001/10/26  13:34:33
22919         Log: And then finally cond_wait cond_signal and cond_broadcast are now implmented.
22920      Branch: perl
22921            ! ext/threads/shared/shared.pm ext/threads/shared/shared.xs
22922 ____________________________________________________________________________
22923 [ 12683] By: gbarr                                 on 2001/10/26  13:32:47
22924         Log: More fixes that were made to the core and not in the libnet src
22925      Branch: perl
22926            ! lib/Net/Domain.pm
22927 ____________________________________________________________________________
22928 [ 12682] By: jhi                                   on 2001/10/26  13:31:10
22929         Log: Subject: Re: DB_File-1.79 on Cygwin 1.3.3
22930              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>    
22931              Date: Fri, 26 Oct 2001 13:55:21 +0200
22932              Message-Id: <20011026135017.F575.H.M.BRAND@hccnet.nl>
22933              
22934              (plus make the db-recno.t#59 accept both \n and \r\n)
22935      Branch: perl
22936            ! ext/DB_File/t/db-btree.t ext/DB_File/t/db-hash.t
22937            ! ext/DB_File/t/db-recno.t
22938 ____________________________________________________________________________
22939 [ 12681] By: gbarr                                 on 2001/10/26  13:22:38
22940         Log: Fix tests to be able to run in the core and the CPAN dist
22941      Branch: perl
22942            ! lib/Net/t/ftp.t lib/Net/t/hostname.t lib/Net/t/nntp.t
22943            ! lib/Net/t/require.t lib/Net/t/smtp.t
22944 ____________________________________________________________________________
22945 [ 12680] By: jhi                                   on 2001/10/26  13:16:03
22946         Log: Subject: Re: perl@12605 on VMS, [minor PATCH enclosed]
22947              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
22948              Message-Id: <011026081912.dc29b@DUPHY4.Physics.Drexel.Edu>
22949              Date: Fri, 26 Oct 2001 08:34:46 EDT
22950      Branch: perl
22951            ! ext/Time/HiRes/HiRes.t
22952 ____________________________________________________________________________
22953 [ 12679] By: gbarr                                 on 2001/10/26  13:11:00
22954         Log: Sync libnet modules with what will be libnet-1.08
22955      Branch: perl
22956            ! lib/Net/ChangeLog.libnet lib/Net/Cmd.pm lib/Net/Config.pm
22957            ! lib/Net/Domain.pm lib/Net/FTP.pm lib/Net/FTP/I.pm
22958            ! lib/Net/Netrc.pm lib/Net/SMTP.pm lib/Net/t/ftp.t
22959            ! lib/Net/t/hostname.t lib/Net/t/nntp.t lib/Net/t/smtp.t
22960 ____________________________________________________________________________
22961 [ 12678] By: jhi                                   on 2001/10/26  13:03:01
22962         Log: Integrate maintperl changes #12268 and #12669;
22963              
22964              final touches to the audit for statics and thread-unsafe code
22965              * make DB_File, ODBM_File thread-safe 
22966              * remove unnecessary/dangerous statics and protect others
22967              from not getting accidentally enabled under threaded perls
22968              
22969              windows support functions get_childdir() et al aren't exported
22970              correctly under vanilla build
22971              
22972              Testing under win32 appreciated since changes there had
22973              to be manually merged and I cannot test how badly did I do.
22974      Branch: perl
22975           !> ext/B/B.xs ext/DB_File/DB_File.xs ext/File/Glob/Glob.xs
22976           !> ext/ODBM_File/ODBM_File.xs ext/Opcode/Opcode.xs ext/re/re.xs
22977           !> gv.c iperlsys.h makedef.pl mg.c op.c scope.c toke.c util.c
22978           !> win32/vmem.h win32/win32.c win32/win32iop.h
22979 ____________________________________________________________________________
22980 [ 12677] By: sky                                   on 2001/10/26  12:37:17
22981         Log: More Config::threads to threads::threads changes
22982      Branch: perl
22983            ! ext/threads/shared/shared.pm ext/threads/t/basic.t
22984 ____________________________________________________________________________
22985 [ 12676] By: sky                                   on 2001/10/26  12:31:46
22986         Log: Make new() work exactly like create(). Move from Config::threads to threads::threads
22987      Branch: perl
22988            ! ext/threads/threads.pm ext/threads/threads.xs
22989 ____________________________________________________________________________
22990 [ 12675] By: sky                                   on 2001/10/26  12:06:30
22991         Log: Allocing a TLS in runtime is not too hot.
22992      Branch: perl
22993            ! ext/threads/threads.xs
22994 ____________________________________________________________________________
22995 [ 12674] By: sky                                   on 2001/10/26  11:59:09
22996         Log: Don't display debug data.
22997      Branch: perl
22998            ! ext/threads/threads.pm
22999 ____________________________________________________________________________
23000 [ 12673] By: sky                                   on 2001/10/26  11:35:47
23001         Log: Extend support of change #12672 to support arrays and hashes. Shared reference support is
23002              complete bar support for blessed objects.
23003              TODO: tests for shared arrays and more hv reference tests. Also a complex test testing all types intermixed.
23004      Branch: perl
23005            ! ext/threads/shared/shared.xs ext/threads/shared/t/hv_refs.t
23006 ____________________________________________________________________________
23007 [ 12672] By: sky                                   on 2001/10/26  11:15:28
23008         Log: Fix case where shared reference does not exist in current thread.
23009      Branch: perl
23010            ! ext/threads/shared/shared.xs ext/threads/shared/t/hv_refs.t
23011 ____________________________________________________________________________
23012 [ 12671] By: sky                                   on 2001/10/26  08:48:52
23013         Log: Support for references in shared arrays.
23014      Branch: perl
23015            ! ext/threads/shared/shared.xs
23016 ____________________________________________________________________________
23017 [ 12670] By: sky                                   on 2001/10/26  08:30:11
23018         Log: Add tests for references in hashes.
23019      Branch: perl
23020            + ext/threads/shared/t/hv_refs.t
23021            ! MANIFEST
23022 ____________________________________________________________________________
23023 [ 12669] By: gsar                                  on 2001/10/26  06:07:10
23024         Log: windows support functions get_childdir() et al aren't exported
23025              correctly under vanilla build
23026      Branch: maint-5.6/perl
23027            ! iperlsys.h makedef.pl mg.c win32/win32.c win32/win32iop.h
23028 ____________________________________________________________________________
23029 [ 12668] By: gsar                                  on 2001/10/26  03:52:12
23030         Log: final touches to the audit for statics and thread-unsafe code
23031              * make DB_File, ODBM_File thread-safe 
23032              * remove unnecessary/dangerous statics and protect others
23033              from not getting accidentally enabled under threaded perls
23034      Branch: maint-5.6/perl
23035            ! ext/B/B.xs ext/DB_File/DB_File.xs ext/File/Glob/Glob.xs
23036            ! ext/ODBM_File/ODBM_File.xs ext/Opcode/Opcode.xs ext/re/re.xs
23037            ! gv.c mg.c op.c scope.c toke.c util.c win32/vmem.h
23038            ! win32/win32.c
23039 ____________________________________________________________________________
23040 [ 12667] By: ams                                   on 2001/10/26  03:48:36
23041         Log: Subject: [PATCH] Fix sharedsv.c compile-time warnings.
23042              From: "Richard Soderberg" <rs@crystalflame.net>
23043              Date: Thu, 25 Oct 2001 23:42:50 -0400
23044              Message-Id: <NAEKLNAAHLMBPMPNBMLEKEJCEAAA.rs@crystalflame.net>
23045      Branch: perl
23046            ! sharedsv.c
23047 ____________________________________________________________________________
23048 [ 12666] By: jhi                                   on 2001/10/26  02:07:17
23049         Log: Integrate change #12664 from maintperl;
23050              
23051              the newest GCCs don't seem to like C<"string1"##STRING2>
23052              so keep it as C<"string1" STRING2> (latter appears to
23053              work everywhere)
23054      Branch: perl
23055           !> ext/DynaLoader/dlutils.c
23056 ____________________________________________________________________________
23057 [ 12665] By: jhi                                   on 2001/10/26  02:04:29
23058         Log: Subject: [PATCH] perl.h for Mac OS (Classic)
23059              From: Chris Nandor <pudge@pobox.com>
23060              Date: Thu, 25 Oct 2001 22:15:03 -0400
23061              Message-Id: <p0510030db7fe771a5a34@[10.0.1.177]>
23062      Branch: perl
23063            ! perl.h
23064 ____________________________________________________________________________
23065 [ 12664] By: gsar                                  on 2001/10/26  00:22:35
23066         Log: the newest GCCs don't seem to like C<"string1"##STRING2> so keep it as
23067              C<"string1" STRING2> (latter appears to work everywhere)
23068      Branch: maint-5.6/perl
23069            ! ext/DynaLoader/dlutils.c
23070 ____________________________________________________________________________
23071 [ 12663] By: jhi                                   on 2001/10/25  22:59:44
23072         Log: AUTHORS update.
23073      Branch: perl
23074            ! AUTHORS
23075 ____________________________________________________________________________
23076 [ 12662] By: jhi                                   on 2001/10/25  22:50:41
23077         Log: Integrate change #12660 from maintperl;
23078              
23079              make the dMY_CXT stuff available under all of
23080              MULTIPLICITY/PERL_OBJECT/USE_ITHREADS
23081      Branch: perl
23082           !> perl.h
23083 ____________________________________________________________________________
23084 [ 12661] By: jhi                                   on 2001/10/25  22:47:28
23085         Log: Subject: [PATCH] DB_File-1.79
23086              From: "Paul Marquess" <paul.marquess@openwave.com>
23087              Date: Fri, 26 Oct 2001 00:03:54 +0100
23088              Message-ID: <AIEAJICLCBDNAAOLLOKLAEELDDAA.paul.marquess@openwave.com>
23089      Branch: perl
23090            ! ext/DB_File/Changes ext/DB_File/DB_File.xs
23091            ! ext/DB_File/t/db-recno.t ext/DB_File/version.c
23092 ____________________________________________________________________________
23093 [ 12660] By: gsar                                  on 2001/10/25  22:44:44
23094         Log: make the dMY_CXT stuff available under all of
23095              MULTIPLICITY/PERL_OBJECT/USE_ITHREADS
23096      Branch: maint-5.6/perl
23097            ! perl.h
23098 ____________________________________________________________________________
23099 [ 12659] By: jhi                                   on 2001/10/25  21:27:23
23100         Log: Subject: [PATCH t/run/killperl.t] Re: [ID 20011025.054] Segmentation fault when using the function read not correctly
23101              From: Michael G Schwern <schwern@pobox.com>
23102              Date: Thu, 25 Oct 2001 18:28:12 -0400
23103              Message-ID: <20011025182812.M4811@blackrider>
23104      Branch: perl
23105            ! t/run/kill_perl.t
23106 ____________________________________________________________________________
23107 [ 12658] By: jhi                                   on 2001/10/25  20:54:58
23108         Log: STRLEN != int.
23109      Branch: perl
23110            ! regcomp.c regexec.c
23111 ____________________________________________________________________________
23112 [ 12657] By: jhi                                   on 2001/10/25  20:51:44
23113         Log: Subject: [PATCH] remove small IVop redundancy
23114              From: Nicholas Clark <nick@ccl4.org>
23115              Date: Thu, 25 Oct 2001 22:48:28 +0100
23116              Message-ID: <20011025224827.M66471@plum.flirble.org>
23117      Branch: perl
23118            ! pp.c pp_hot.c
23119 ____________________________________________________________________________
23120 [ 12656] By: jhi                                   on 2001/10/25  18:45:52
23121         Log: Metaconfig unit change for #12655.
23122      Branch: metaconfig/U/perl
23123            ! Extensions.U
23124 ____________________________________________________________________________
23125 [ 12655] By: jhi                                   on 2001/10/25  18:45:18
23126         Log: Subject: Re: Not OK @12650
23127              From: Andy Dougherty <doughera@lafayette.edu>
23128              Date: Thu, 25 Oct 2001 15:34:02 -0400 (EDT)
23129              Message-ID: <Pine.SOL.4.10.10110251520300.22317-100000@maxwell.phys.lafayette.edu>
23130      Branch: perl
23131            ! Configure
23132 ____________________________________________________________________________
23133 [ 12654] By: jhi                                   on 2001/10/25  18:07:58
23134         Log: Integrate changes #12652 and #12653 from maintperl;
23135              
23136              more tweaks to change#12626
23137              * move the boilerplate code over to perl.h and make DynaLoader
23138              use it
23139              * make re, Opcode, File::Glob and B threadsafe
23140              * re.xs needed s/deinstall/uninstall/ (guess nobody uses
23141              C<no re;> anywhere)
23142              
23143              include XS_VERSION in MY_CXT_KEY (tweak for change#12652)
23144              
23145              File::Glob required a bit more work in bleadperl
23146              because of ExtUtils::Constant (see the Makefile.PL change)
23147      Branch: perl
23148            ! ext/File/Glob/Glob.pm ext/File/Glob/Makefile.PL
23149           !> ext/B/B.xs ext/DynaLoader/dlutils.c ext/File/Glob/Glob.xs
23150           !> ext/Opcode/Opcode.xs ext/re/re.xs perl.h
23151 ____________________________________________________________________________
23152 [ 12653] By: gsar                                  on 2001/10/25  17:23:52
23153         Log: include XS_VERSION in MY_CXT_KEY (tweak for change#12652)
23154      Branch: maint-5.6/perl
23155            ! ext/B/B.xs ext/DynaLoader/dlutils.c ext/File/Glob/Glob.xs
23156            ! ext/Opcode/Opcode.xs ext/re/re.xs
23157 ____________________________________________________________________________
23158 [ 12652] By: gsar                                  on 2001/10/25  16:46:44
23159         Log: more tweaks to change#12626
23160              * move the boilerplate code over to perl.h and make DynaLoader
23161              use it
23162              * make re, Opcode, File::Glob and B threadsafe
23163              * re.xs needed s/deinstall/uninstall/ (guess nobody uses
23164              C<no re;> anywhere)
23165      Branch: maint-5.6/perl
23166            ! ext/B/B.xs ext/DynaLoader/dlutils.c ext/File/Glob/Glob.xs
23167            ! ext/Opcode/Opcode.xs ext/re/re.xs perl.h
23168 ____________________________________________________________________________
23169 [ 12651] By: jhi                                   on 2001/10/25  16:35:51
23170         Log: Metaconfig unit change for #12650.
23171      Branch: metaconfig/U/perl
23172            ! Extensions.U
23173 ____________________________________________________________________________
23174 [ 12650] By: jhi                                   on 2001/10/25  16:35:34
23175         Log: Subject: Re: ithreads doesn't like usedl=n
23176              From: Andy Dougherty <doughera@lafayette.edu>
23177              Date: Thu, 25 Oct 2001 13:16:00 -0400 (EDT)
23178              Message-ID: <Pine.SOL.4.10.10110251312200.22183-100000@maxwell.phys.lafayette.edu>
23179              
23180              Special-case threads::shared.
23181      Branch: perl
23182            ! Configure
23183 ____________________________________________________________________________
23184 [ 12649] By: jhi                                   on 2001/10/25  16:21:35
23185         Log: Getting fancier...
23186      Branch: perl
23187            ! t/TEST
23188 ____________________________________________________________________________
23189 [ 12648] By: jhi                                   on 2001/10/25  14:26:20
23190         Log: csh - what a pain.
23191      Branch: perl
23192            ! t/TEST
23193 ____________________________________________________________________________
23194 [ 12647] By: jhi                                   on 2001/10/25  14:04:01
23195         Log: Update Changes.
23196      Branch: perl
23197            ! Changes patchlevel.h
23198 ____________________________________________________________________________
23199 [ 12646] By: jhi                                   on 2001/10/25  13:34:19
23200         Log: Allow resetting the locale system for the duration
23201              of the build (Mac OS X default setting LANG=En_US
23202              ist kaputt)
23203      Branch: perl
23204            ! Makefile.SH
23205 ____________________________________________________________________________
23206 [ 12645] By: jhi                                   on 2001/10/25  13:04:17
23207         Log: Update the MD5 checksum of MD5.xs (caused by #12642)
23208      Branch: perl
23209            ! ext/Digest/MD5/t/files.t
23210 ____________________________________________________________________________
23211 [ 12644] By: jhi                                   on 2001/10/25  12:56:33
23212         Log: Subject: [PATCH] Omit needless calls to pod2man (perl@12641)
23213              From: Andy Dougherty <doughera@lafayette.edu>
23214              Date: Thu, 25 Oct 2001 09:56:57 -0400 (EDT) 
23215              Message-ID: <Pine.SOL.4.10.10110250955390.18833-100000@maxwell.phys.lafayette.edu>
23216      Branch: perl
23217            ! ext/I18N/Langinfo/Makefile.PL ext/threads/Makefile.PL
23218            ! ext/threads/shared/Makefile.PL
23219 ____________________________________________________________________________
23220 [ 12643] By: sky                                   on 2001/10/25  12:28:26
23221         Log: Add support for reference members of hashes.
23222      Branch: perl
23223            ! ext/threads/shared/shared.xs
23224 ____________________________________________________________________________
23225 [ 12642] By: ams                                   on 2001/10/25  12:21:13
23226         Log: Subject: [PATCH] ext/Digest/MD5/MD5.xs RFC typo
23227              From: "Norton Allen" <nort@qnx.com>
23228              Date: Thu, 25 Oct 2001 08:53:56 -0400 (edt)
23229              Message-Id: <200110251253.IAA180600866@rosamund.arp.harvard.edu>
23230      Branch: perl
23231            ! ext/Digest/MD5/MD5.xs
23232 ____________________________________________________________________________
23233 [ 12641] By: sky                                   on 2001/10/25  10:27:39
23234         Log: Tests shared hashes.
23235      Branch: perl
23236            + ext/threads/shared/t/hv_simple.t
23237            ! MANIFEST
23238 ____________________________________________________________________________
23239 [ 12640] By: sky                                   on 2001/10/25  10:18:23
23240         Log: Fix threadcounts for arrays and hashes.
23241      Branch: perl
23242            ! ext/threads/shared/shared.pm ext/threads/shared/shared.xs
23243 ____________________________________________________________________________
23244 [ 12639] By: sky                                   on 2001/10/25  10:17:26
23245         Log: Note to self, doing *src_ary++ in a macro that evaluates
23246              the value more than once is a good way to dump core.
23247      Branch: perl
23248            ! sharedsv.c
23249 ____________________________________________________________________________
23250 [ 12638] By: jhi                                   on 2001/10/25  05:18:06
23251         Log: Integrate change #12636 from maintperl; more dl fixups.
23252      Branch: perl
23253           !> ext/DynaLoader/dl_mac.xs ext/DynaLoader/dl_next.xs
23254           !> ext/DynaLoader/dl_vms.xs
23255 ____________________________________________________________________________
23256 [ 12637] By: jhi                                   on 2001/10/25  05:14:17
23257         Log: Like dl_hpux, like dl_dld.
23258      Branch: perl
23259            ! ext/DynaLoader/dl_dld.xs
23260 ____________________________________________________________________________
23261 [ 12636] By: gsar                                  on 2001/10/25  02:34:06
23262         Log: followups to change#12635
23263      Branch: maint-5.6/perl
23264            ! ext/DynaLoader/dl_mac.xs ext/DynaLoader/dl_next.xs
23265            ! ext/DynaLoader/dl_vms.xs
23266 ____________________________________________________________________________
23267 [ 12635] By: gsar                                  on 2001/10/25  02:22:03
23268         Log: add part of change#12634 to the two files that need it; dl_aix.xs
23269              in maint-5.6 doesn't have the branch that had the problem in
23270              mainline
23271      Branch: maint-5.6/perl
23272            ! ext/DynaLoader/dl_dld.xs ext/DynaLoader/dl_hpux.xs
23273 ____________________________________________________________________________
23274 [ 12634] By: jhi                                   on 2001/10/25  01:53:03
23275         Log: Fixes for #12627.
23276      Branch: perl
23277            ! ext/DynaLoader/dl_aix.xs ext/DynaLoader/dl_hpux.xs
23278 ____________________________________________________________________________
23279 [ 12633] By: jhi                                   on 2001/10/25  01:52:33
23280         Log: Since pv_uni_display and sv_uni_display are now used
23281              in the re extension, their symbols have to be exported.
23282      Branch: perl
23283            ! embed.pl global.sym
23284 ____________________________________________________________________________
23285 [ 12632] By: jhi                                   on 2001/10/25  01:00:06
23286         Log: Subject:  Re: [PATCH Perl@12567] debug /list
23287              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
23288              Date: Tue, 23 Oct 2001 21:40:33 EDT
23289              Message-Id: <011023214011.184825@DUPHY4.Physics.Drexel.Edu>
23290      Branch: perl
23291            ! configure.com
23292 ____________________________________________________________________________
23293 [ 12631] By: jhi                                   on 2001/10/25  00:25:55
23294         Log: This takes care of some of the re 'debug' cases but
23295              not all cases since the information whether the pattern
23296              or the target are utf8 seems to be either lost or not
23297              spread widely enough, sigh.
23298      Branch: perl
23299            ! regcomp.c
23300 ____________________________________________________________________________
23301 [ 12630] By: jhi                                   on 2001/10/25  00:03:07
23302         Log: Subject: [PATCH] - was RE: [PATCH perl@12443] VMS64-bitconfigure
23303              From: John Peacock <jpeacock@rowman.com>
23304              Date: Wed, 24 Oct 2001 16:53:29 -0400
23305              Message-ID: <3BD72A49.1508D152@rowman.com>
23306      Branch: perl
23307            ! configure.com
23308 ____________________________________________________________________________
23309 [ 12629] By: jhi                                   on 2001/10/24  23:16:21
23310         Log: Upgrade NetWare and WinCE as in #12626.
23311      Branch: perl
23312            ! NetWare/dl_netware.xs wince/dl_win32.xs
23313 ____________________________________________________________________________
23314 [ 12628] By: jhi                                   on 2001/10/24  23:07:00
23315         Log: Tru64 compiler nit.
23316      Branch: perl
23317            ! ext/threads/shared/shared.xs
23318 ____________________________________________________________________________
23319 [ 12627] By: jhi                                   on 2001/10/24  22:02:23
23320         Log: Integrate change #12626 from maintperl;
23321              make DynaLoader threadsafe by moving all statics into
23322              interpreter-local space
23323              
23324              TODO: Netware, OS/2, WinCE
23325      Branch: perl
23326           !> ext/DynaLoader/dl_aix.xs ext/DynaLoader/dl_beos.xs
23327           !> ext/DynaLoader/dl_dld.xs ext/DynaLoader/dl_dllload.xs
23328           !> ext/DynaLoader/dl_dlopen.xs ext/DynaLoader/dl_dyld.xs
23329           !> ext/DynaLoader/dl_hpux.xs ext/DynaLoader/dl_mac.xs
23330           !> ext/DynaLoader/dl_mpeix.xs ext/DynaLoader/dl_next.xs
23331           !> ext/DynaLoader/dl_vmesa.xs ext/DynaLoader/dl_vms.xs
23332           !> ext/DynaLoader/dlutils.c win32/dl_win32.xs
23333 ____________________________________________________________________________
23334 [ 12626] By: gsar                                  on 2001/10/24  21:43:10
23335         Log: make DynaLoader threadsafe by moving all statics into interpreter-local
23336              space
23337      Branch: maint-5.6/perl
23338            ! ext/DynaLoader/dl_aix.xs ext/DynaLoader/dl_beos.xs
23339            ! ext/DynaLoader/dl_dld.xs ext/DynaLoader/dl_dllload.xs
23340            ! ext/DynaLoader/dl_dlopen.xs ext/DynaLoader/dl_dyld.xs
23341            ! ext/DynaLoader/dl_hpux.xs ext/DynaLoader/dl_mac.xs
23342            ! ext/DynaLoader/dl_mpeix.xs ext/DynaLoader/dl_next.xs
23343            ! ext/DynaLoader/dl_vmesa.xs ext/DynaLoader/dl_vms.xs
23344            ! ext/DynaLoader/dlutils.c win32/dl_win32.xs
23345 ____________________________________________________________________________
23346 [ 12625] By: sky                                   on 2001/10/24  20:05:26
23347         Log: Change #12623 inflicted an infinite hang. Fixed.
23348      Branch: perl
23349            ! ext/threads/shared/shared.xs
23350 ____________________________________________________________________________
23351 [ 12624] By: sky                                   on 2001/10/24  19:06:55
23352         Log: Adds support for hashes. Neither hashes nor arrays can contain references yet.
23353      Branch: perl
23354            ! ext/threads/shared/shared.pm ext/threads/shared/shared.xs
23355 ____________________________________________________________________________
23356 [ 12623] By: sky                                   on 2001/10/24  18:06:34
23357         Log: We need to do sharedsv_find in the original perl context.
23358      Branch: perl
23359            ! ext/threads/shared/shared.xs
23360 ____________________________________________________________________________
23361 [ 12622] By: sky                                   on 2001/10/24  17:26:51
23362         Log: Add support for basic support for AVs, references not supported yet.
23363              Add test for AVs.
23364              Add more tests to sv_refs
23365              Fix documentation issues.  
23366      Branch: perl
23367            + ext/threads/shared/t/av_simple.t
23368            ! MANIFEST ext/threads/shared/shared.pm
23369            ! ext/threads/shared/shared.xs ext/threads/shared/t/sv_refs.t
23370 ____________________________________________________________________________
23371 [ 12621] By: jhi                                   on 2001/10/24  14:08:39
23372         Log: Dump Unicode better for re 'debug'.  The regprop()
23373              is unfinished since have to figure out how to detect
23374              Unicodeness in there.
23375      Branch: perl
23376            ! regcomp.c regexec.c
23377 ____________________________________________________________________________
23378 [ 12620] By: sky                                   on 2001/10/24  13:18:07
23379         Log: Add support for finding shared arrays and hashes.
23380      Branch: perl
23381            ! sharedsv.c
23382 ____________________________________________________________________________
23383 [ 12619] By: jhi                                   on 2001/10/24  13:06:24
23384         Log: Rewrite sv_uni_display() as pv_uni_display() as
23385              reimplement sv_uni_display() using that.
23386      Branch: perl
23387            ! dump.c embed.h embed.pl proto.h
23388 ____________________________________________________________________________
23389 [ 12618] By: jhi                                   on 2001/10/24  12:14:03
23390         Log: Integrate change #12615 from maintperl;
23391              on Windows, IO::File::new_tmpfile() fails after being called
23392              32767 times because MSVCRT thinks stdio's TMP_MAX is a
23393              process-wide limit
23394      Branch: perl
23395           !> win32/win32.c
23396 ____________________________________________________________________________
23397 [ 12617] By: jhi                                   on 2001/10/24  12:10:37
23398         Log: Don't try to print ints as IVs.
23399      Branch: perl
23400            ! ext/Time/HiRes/HiRes.xs
23401 ____________________________________________________________________________
23402 [ 12616] By: sky                                   on 2001/10/24  11:06:35
23403         Log: We only need to fetch the SV from the backend if the index
23404              is not the same as mg_private.     In theory this could be
23405              a problem if there are an exact multiple of U16 changes
23406              of a shared variable between two access in a given thread,
23407              we choose to avoid theory for now.
23408      Branch: perl
23409            ! ext/threads/shared/shared.xs sharedsv.c sharedsv.h
23410 ____________________________________________________________________________
23411 [ 12615] By: gsar                                  on 2001/10/24  04:09:43
23412         Log: on Windows, IO::File::new_tmpfile() fails after being called
23413              32767 times because MSVCRT thinks stdio's TMP_MAX is a
23414              process-wide limit
23415      Branch: maint-5.6/perl
23416            ! win32/win32.c
23417 ____________________________________________________________________________
23418 [ 12614] By: jhi                                   on 2001/10/23  22:19:34
23419         Log: Negation and Unicode: sort of solves 20010303.010,
23420              except not quite like reported in the Subject
23421              (Perl_warner is still utf8-ignorant).
23422      Branch: perl
23423            ! pp.c t/lib/warnings/sv
23424 ____________________________________________________________________________
23425 [ 12613] By: jhi                                   on 2001/10/23  21:53:13
23426         Log: Make the "isn't numeric" warning to show Unicode as Unicode.
23427      Branch: perl
23428            ! sv.c t/lib/warnings/sv
23429 ____________________________________________________________________________
23430 [ 12612] By: jhi                                   on 2001/10/23  21:52:45
23431         Log: sv_uni_display(): do not add the "...", let the caller
23432              do it if wanted, and be prepared for more display options.
23433      Branch: perl
23434            ! dump.c embed.h embed.pl proto.h
23435 ____________________________________________________________________________
23436 [ 12611] By: nick                                  on 2001/10/23  20:28:07
23437         Log: Integrate mainline
23438      Branch: perlio
23439           !> Changes configure.com cygwin/cygwin.c
23440           !> ext/DynaLoader/DynaLoader_pm.PL ext/File/Glob/t/basic.t
23441           !> ext/Time/HiRes/HiRes.t ext/Time/HiRes/HiRes.xs lib/AutoSplit.t
23442           !> lib/File/Spec.t lib/File/Spec/Mac.pm lib/File/Spec/Win32.pm
23443           !> lib/Net/Domain.pm patchlevel.h perl.c perlio.c
23444           !> pod/perlunicode.pod pp.c t/TEST t/op/lc.t t/op/taint.t
23445           !> utils/h2xs.PL utils/perldoc.PL
23446 ____________________________________________________________________________
23447 [ 12610] By: sky                                   on 2001/10/23  19:39:24
23448         Log: Change #12607 introduced a bug, seems like some MAGICAL SVs
23449              don't call themselves READONLY but still die with modification
23450              attempt. We only call bless for ext and umagic.
23451      Branch: perl
23452            ! sv.c
23453 ____________________________________________________________________________
23454 [ 12609] By: jhi                                   on 2001/10/23  19:35:02
23455         Log: Croak() on negative time; doc tweaks.
23456      Branch: perl
23457            ! ext/Time/HiRes/HiRes.pm ext/Time/HiRes/HiRes.t
23458            ! ext/Time/HiRes/HiRes.xs
23459 ____________________________________________________________________________
23460 [ 12608] By: jhi                                   on 2001/10/23  18:38:03
23461         Log: FAQ sync.
23462      Branch: perl
23463            ! pod/perlfaq4.pod pod/perlfaq7.pod
23464 ____________________________________________________________________________
23465 [ 12607] By: sky                                   on 2001/10/23  18:27:27
23466         Log: Call setmagic on the referent we are blessing.
23467      Branch: perl
23468            ! sv.c
23469 ____________________________________________________________________________
23470 [ 12606] By: jhi                                   on 2001/10/23  16:30:00
23471         Log: Small test nits.
23472      Branch: perl
23473            ! t/op/lc.t
23474 ____________________________________________________________________________
23475 [ 12605] By: jhi                                   on 2001/10/23  13:08:32
23476         Log: Update Changes.
23477      Branch: perl
23478            ! Changes patchlevel.h
23479 ____________________________________________________________________________
23480 [ 12604] By: jhi                                   on 2001/10/23  13:03:21
23481         Log: Make the PerlIO_init() prototypes consistent.
23482      Branch: perl
23483            ! perlio.c
23484 ____________________________________________________________________________
23485 [ 12603] By: jhi                                   on 2001/10/23  12:54:52
23486         Log: Upping the test count is a good idea.
23487      Branch: perl
23488            ! t/op/lc.t
23489 ____________________________________________________________________________
23490 [ 12602] By: jhi                                   on 2001/10/23  12:52:10
23491         Log: Document the final sigma spot.
23492      Branch: perl
23493            ! pp.c
23494 ____________________________________________________________________________
23495 [ 12601] By: jhi                                   on 2001/10/23  12:26:12
23496         Log: Fix multicharacter titlecase (ucfirst).
23497      Branch: perl
23498            ! pod/perlunicode.pod pp.c t/op/lc.t
23499 ____________________________________________________________________________
23500 [ 12600] By: jhi                                   on 2001/10/23  11:47:19
23501         Log: Subject: [PATCH 5.6.1 perldoc] one more touch on File::Temp
23502              From: Mikhail Zabaluev <mhz@alt-linux.org>
23503              Date: Tue, 23 Oct 2001 10:40:37 +0400
23504              Message-ID: <20011023104037.A12761@localhost.localdomain>
23505              
23506              (#12406 replaced with this)
23507      Branch: perl
23508            ! utils/perldoc.PL
23509 ____________________________________________________________________________
23510 [ 12599] By: jhi                                   on 2001/10/23  00:26:17
23511         Log: MacOS Classic updates from Pudge.
23512      Branch: perl
23513            ! lib/File/Spec.t lib/File/Spec/Mac.pm
23514 ____________________________________________________________________________
23515 [ 12598] By: jhi                                   on 2001/10/22  22:32:59
23516         Log: Subject: [PATCH bleadperl] AutoSplit.t now passes (partialy) on Win32
23517              From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu>
23518              Date: Sun, 14 Oct 2001 23:14:46 +0200
23519              Message-ID: <265984377.20011014231446@tesla.rcub.bg.ac.yu>
23520              
23521              except for the 2->4 changes.
23522      Branch: perl
23523            ! lib/AutoSplit.t
23524 ____________________________________________________________________________
23525 [ 12597] By: gsar                                  on 2001/10/22  22:02:50
23526         Log: integrate macperl contents into maint-5.6
23527      Branch: maint-5.6/perl
23528            ! mg.c
23529           !> AUTHORS README.macos ext/DynaLoader/DynaLoader_pm.PL
23530           !> ext/DynaLoader/dl_mac.xs lib/File/Find.pm lib/File/Spec.pm
23531           !> lib/File/Spec/Epoc.pm lib/File/Spec/Functions.pm
23532           !> lib/File/Spec/Mac.pm lib/File/Spec/Unix.pm
23533           !> lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm lib/File/Temp.pm
23534           !> perl.c perl.h pod/perlport.pod t/lib/filefind-taint.t
23535           !> t/lib/filefind.t t/lib/filespec.t
23536 ____________________________________________________________________________
23537 [ 12596] By: jhi                                   on 2001/10/22  21:43:44
23538         Log: At some point the #6234 has been lost from the mainline
23539              (noticed by Pudge; what's a Mac guy doing reading Win modules? :-)
23540      Branch: perl
23541            ! lib/File/Spec/Win32.pm
23542 ____________________________________________________________________________
23543 [ 12595] By: jhi                                   on 2001/10/22  21:31:31
23544         Log: Cygwin seems to round up (or closest, but not down)
23545              for time(), so half of the time (bad pun intended)
23546              Time::HiRes::time() is less than time(), half of
23547              the time it's more.  So let's try harder in the loop.
23548      Branch: perl
23549            ! ext/Time/HiRes/HiRes.t
23550 ____________________________________________________________________________
23551 [ 12594] By: jhi                                   on 2001/10/22  21:23:15
23552         Log: MacOS Classic timeofday(), from Chris Nandor. 
23553      Branch: perl
23554            ! ext/Time/HiRes/HiRes.xs
23555 ____________________________________________________________________________
23556 [ 12593] By: jhi                                   on 2001/10/22  21:17:39
23557         Log: Integrate changes #12580 and #12581 from macperl;
23558              
23559              Fix path construction.
23560              
23561              (Copyright) Nit.
23562      Branch: perl
23563           !> ext/DynaLoader/DynaLoader_pm.PL perl.c
23564 ____________________________________________________________________________
23565 [ 12592] By: jhi                                   on 2001/10/22  21:00:18
23566         Log: No domainname(1) in Cygwin, either, and the 2>/dev/null
23567              doesn't seem to help (the error being output to console, maybe?)
23568      Branch: perl
23569            ! lib/Net/Domain.pm
23570 ____________________________________________________________________________
23571 [ 12591] By: jhi                                   on 2001/10/22  20:55:08
23572         Log: Taint the getcwd() result also in Cygwin.
23573              (TODO: which other platforms need the same thing?)
23574      Branch: perl
23575            ! cygwin/cygwin.c
23576 ____________________________________________________________________________
23577 [ 12590] By: jhi                                   on 2001/10/22  20:27:47
23578         Log: Pretty hard for eval { setpwent(); getpwent(); 1 } to return false.
23579      Branch: perl
23580            ! t/op/taint.t
23581 ____________________________________________________________________________
23582 [ 12589] By: jhi                                   on 2001/10/22  20:10:40
23583         Log: getpwuid() fragility continues.
23584      Branch: perl
23585            ! utils/h2xs.PL
23586 ____________________________________________________________________________
23587 [ 12588] By: jhi                                   on 2001/10/22  19:58:34
23588         Log: getpwuid() might succeed but that's no guarantee
23589              that the $home will be defined.
23590      Branch: perl
23591            ! ext/File/Glob/t/basic.t
23592 ____________________________________________________________________________
23593 [ 12587] By: jhi                                   on 2001/10/22  19:50:35
23594         Log: It's safer to to expand the variable, too... (see #12571)
23595      Branch: perl
23596            ! t/TEST
23597 ____________________________________________________________________________
23598 [ 12586] By: pudge                                 on 2001/10/22  19:42:04
23599         Log: Integrate with maintperl.
23600      Branch: maint-5.6/macperl
23601           !> win32/bin/pl2bat.pl win32/win32.c
23602 ____________________________________________________________________________
23603 [ 12585] By: pudge                                 on 2001/10/22  19:32:02
23604         Log: Oops, forgot to include Win32 ... just as well, since it
23605              seems in bleadperl, change #7764 was not included
23606              (adding C:\temp).  Re-added.  Rip it back out if it
23607              doesn't belong.  :-)
23608      Branch: maint-5.6/macperl
23609            ! lib/File/Spec/Win32.pm
23610 ____________________________________________________________________________
23611 [ 12584] By: jhi                                   on 2001/10/22  19:26:47
23612         Log: Subject: [PATCH perl@12567] configure.com: no threads/shared without ithreads
23613              From: "Craig A. Berry" <craigberry@mac.com>
23614              Date: Mon, 22 Oct 2001 15:25:19 -0500
23615              Message-Id: <5.1.0.14.2.20011022151232.032544e8@exchi01>
23616      Branch: perl
23617            ! configure.com
23618 ____________________________________________________________________________
23619 [ 12583] By: pudge                                 on 2001/10/22  19:26:00
23620         Log: Add in lots of File::Spec changes, from Thomas Wegner,
23621              and sync with changes from bleadperl.
23622      Branch: maint-5.6/macperl
23623            ! lib/File/Spec.pm lib/File/Spec/Epoc.pm
23624            ! lib/File/Spec/Functions.pm lib/File/Spec/Mac.pm
23625            ! lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
23626            ! lib/File/Spec/Win32.pm t/lib/filespec.t
23627 ____________________________________________________________________________
23628 [ 12582] By: pudge                                 on 2001/10/22  19:23:28
23629         Log: Sync with latest File::Find and tests from bleadperl.
23630      Branch: maint-5.6/macperl
23631            ! lib/File/Find.pm t/lib/filefind-taint.t t/lib/filefind.t
23632 ____________________________________________________________________________
23633 [ 12581] By: pudge                                 on 2001/10/22  19:22:12
23634         Log: Nit.
23635      Branch: maint-5.6/macperl
23636            ! perl.c
23637 ____________________________________________________________________________
23638 [ 12580] By: pudge                                 on 2001/10/22  19:21:37
23639         Log: Fix path construction.
23640      Branch: maint-5.6/macperl
23641            ! ext/DynaLoader/DynaLoader_pm.PL
23642 ____________________________________________________________________________
23643 [ 12579] By: nick                                  on 2001/10/22  19:08:35
23644         Log: Integrate mainline (for Arthurs thread.xs fix)
23645      Branch: perlio
23646           !> ext/threads/threads.xs lib/Net/Domain.pm t/TEST t/op/groups.t
23647 ____________________________________________________________________________
23648 [ 12578] By: pudge                                 on 2001/10/22  19:02:34
23649         Log: Fix up exported symbols, move relevant docs
23650              over from macperl.pod.
23651      Branch: maint-5.6/macperl
23652            ! macos/ext/MacPerl/MacPerl.pm
23653 ____________________________________________________________________________
23654 [ 12577] By: pudge                                 on 2001/10/22  19:01:38
23655         Log: Make ADDRESS called optionally as a method.
23656      Branch: maint-5.6/macperl
23657            ! macos/lib/Mac/Glue.pm
23658 ____________________________________________________________________________
23659 [ 12576] By: pudge                                 on 2001/10/22  18:58:22
23660         Log: Fix exit code (MacPerl bug #422129) and add Stop Script
23661              Apple event.
23662      Branch: maint-5.6/macperl
23663            ! macos/macish.c macos/macish.h macos/macperl/MPAppleEvents.c
23664            ! macos/macperl/MPConsole.cp macos/macperl/MPMain.c
23665            ! macos/macperl/MPTerminology.aete
23666 ____________________________________________________________________________
23667 [ 12575] By: pudge                                 on 2001/10/22  18:56:34
23668         Log: Clean up some build utilities. Change Entab to Duplicate;
23669              fix docs and error reporting; improve macify() of paths;
23670              remove requirement for Exporter.pm presence.
23671      Branch: maint-5.6/macperl
23672            ! macos/InstallBLIB macos/MacPerlTests.cmd
23673            ! macos/lib/ExtUtils/MM_MacOS.pm macos/lib/Mac/BuildTools.pm
23674 ____________________________________________________________________________
23675 [ 12574] By: pudge                                 on 2001/10/22  18:53:28
23676         Log: Sync Time::HiRes with bleadperl
23677      Branch: maint-5.6/macperl
23678            ! macos/bundled_ext/Time/HiRes/HiRes.pm
23679            ! macos/bundled_ext/Time/HiRes/HiRes.t
23680            ! macos/bundled_ext/Time/HiRes/HiRes.xs
23681 ____________________________________________________________________________
23682 [ 12573] By: pudge                                 on 2001/10/22  18:52:58
23683         Log: Fix up Changes
23684      Branch: maint-5.6/macperl
23685            ! macos/Changes
23686 ____________________________________________________________________________
23687 [ 12572] By: jhi                                   on 2001/10/22  18:49:32
23688         Log: A user might belong to only a single group
23689              (the group equal to the group id).
23690      Branch: perl
23691            ! t/op/groups.t
23692 ____________________________________________________________________________
23693 [ 12571] By: jhi                                   on 2001/10/22  18:36:46
23694         Log: Prepending (instead of replacing with) the pwd is safer. 
23695      Branch: perl
23696            ! t/TEST
23697 ____________________________________________________________________________
23698 [ 12570] By: jhi                                   on 2001/10/22  18:34:54
23699         Log: Be more robust if no hostname or domainname
23700              (especially the latter)
23701      Branch: perl
23702            ! lib/Net/Domain.pm
23703 ____________________________________________________________________________
23704 [ 12569] By: sky                                   on 2001/10/22  17:41:07
23705         Log: Flush IO buffers before starting a thread, this mimics fork and seems like a saneer behaviour.
23706      Branch: perl
23707            ! ext/threads/threads.xs
23708 ____________________________________________________________________________
23709 [ 12568] By: nick                                  on 2001/10/22  16:31:24
23710         Log: Integrate mainline
23711      Branch: perlio
23712           +> ext/threads/shared/Makefile.PL ext/threads/shared/README
23713           +> ext/threads/shared/shared.pm ext/threads/shared/shared.xs
23714           +> ext/threads/shared/t/sv_refs.t
23715           +> ext/threads/shared/t/sv_simple.t pod/perlpodspec.pod
23716            - lib/unicore/To/SpecLower.pl lib/unicore/To/SpecTitle.pl
23717            - lib/unicore/To/SpecUpper.pl
23718           !> (integrate 42 files)
23719 ____________________________________________________________________________
23720 [ 12567] By: jhi                                   on 2001/10/22  12:56:20
23721         Log: Update Changes.
23722      Branch: perl
23723            ! Changes patchlevel.h
23724 ____________________________________________________________________________
23725 [ 12566] By: jhi                                   on 2001/10/22  12:22:29
23726         Log: Subject: [PATCH pod/perlvar.pod] Undeprecating $]
23727              From: Michael G Schwern <schwern@pobox.com>
23728              Date: Mon, 22 Oct 2001 03:48:38 -0400
23729              Message-ID: <20011022034838.B1676@blackrider>
23730      Branch: perl
23731            ! pod/perlvar.pod
23732 ____________________________________________________________________________
23733 [ 12565] By: jhi                                   on 2001/10/22  12:21:28
23734         Log: Pod nits, as suggested by Stas Bekman.
23735      Branch: perl
23736            ! ext/threads/shared/shared.pm ext/threads/threads.pm
23737 ____________________________________________________________________________
23738 [ 12564] By: jhi                                   on 2001/10/22  12:17:00
23739         Log: Subject: [PATCH @ ] Fix for FETCH/NEXTKEY problem in all *DB*_File modules
23740              From: "Paul Marquess" <paul.marquess@openwave.com> 
23741              Date: Sun, 21 Oct 2001 21:11:15 +0100
23742              Message-ID: <AIEAJICLCBDNAAOLLOKLAEOMDCAA.paul.marquess@openwave.com>
23743      Branch: perl
23744            ! ext/DB_File/DB_File.xs ext/DB_File/t/db-btree.t
23745            ! ext/DB_File/t/db-hash.t ext/GDBM_File/GDBM_File.xs
23746            ! ext/GDBM_File/gdbm.t ext/GDBM_File/typemap
23747            ! ext/NDBM_File/NDBM_File.xs ext/NDBM_File/ndbm.t
23748            ! ext/ODBM_File/ODBM_File.xs ext/ODBM_File/odbm.t
23749            ! ext/ODBM_File/typemap ext/SDBM_File/SDBM_File.xs
23750            ! ext/SDBM_File/sdbm.t
23751 ____________________________________________________________________________
23752 [ 12563] By: jhi                                   on 2001/10/22  12:15:19
23753         Log: Integrate change #12559 from maintperl;
23754              various fixes for system() and backticks under windows
23755      Branch: perl
23756           !> win32/win32.c
23757 ____________________________________________________________________________
23758 [ 12562] By: jhi                                   on 2001/10/22  12:05:35
23759         Log: Integrate change #12560 from maintperl;
23760              make pl2bat use %0 rather than "%0" (the latter fails to work
23761              in a lot of common cases)
23762      Branch: perl
23763           !> win32/bin/pl2bat.pl
23764 ____________________________________________________________________________
23765 [ 12561] By: jhi                                   on 2001/10/22  12:00:23
23766         Log: Integrate changes #12549 and #12550 from maintperl;
23767              
23768              readline() doesn't work with our variables; it confuses them with
23769              my variables (change#4227 was incomplete)
23770      Branch: perl
23771            ! t/lib/strict/vars
23772           !> t/base/rs.t toke.c
23773 ____________________________________________________________________________
23774 [ 12560] By: gsar                                  on 2001/10/22  09:51:59
23775         Log: make pl2bat use %0 rather than "%0" (the latter fails to work
23776              in a lot of common cases)
23777      Branch: maint-5.6/perl
23778            ! win32/bin/pl2bat.pl
23779 ____________________________________________________________________________
23780 [ 12559] By: gsar                                  on 2001/10/22  09:49:51
23781         Log: various fixes for system() and backticks under windows:
23782              
23783              * avoid munging whitespace that is passed within quotes
23784              * work around a cmd.exe misfeature that made multi-arg
23785              system() unreliable when there is more than one quoted
23786              argument
23787              * make multi-arg system() autoquote arguments as needed
23788              before passing them to the shell (this avoids having to
23789              second guess the shell quoting)
23790              * perl's -Dp switch can be used to trace the innards
23791      Branch: maint-5.6/perl
23792            ! win32/win32.c
23793 ____________________________________________________________________________
23794 [ 12558] By: nick                                  on 2001/10/22  08:58:42
23795         Log: Integrate ithreads buffer flush fix from perlio
23796      Branch: perl
23797           !> ext/threads/t/basic.t perl.c
23798 ____________________________________________________________________________
23799 [ 12557] By: nick                                  on 2001/10/22  08:35:09
23800         Log: All tests pass (legitimately) on ithreads
23801      Branch: perlio
23802            ! ext/threads/t/basic.t perl.c
23803 ____________________________________________________________________________
23804 [ 12556] By: nick                                  on 2001/10/22  06:51:22
23805         Log: Integrate non-ithreads fix to mainline
23806      Branch: perl
23807           !> perlio.c
23808 ____________________________________________________________________________
23809 [ 12555] By: nick                                  on 2001/10/22  06:48:33
23810         Log: Restore non-ithreads build. Interestingly binmode test passes
23811              non-ithreads - so crlf layer is not damaged and ithreads fail
23812              is a symptom ...
23813      Branch: perlio
23814            ! perlio.c
23815 ____________________________________________________________________________
23816 [ 12554] By: jhi                                   on 2001/10/21  22:21:55
23817         Log: Integrate from perlio; restructuring.
23818      Branch: perl
23819           !> embed.h embedvar.h intrpvar.h perl.c perlapi.h perlio.c
23820           !> perlio.h perliol.h pod/perlapi.pod sv.c win32/makefile.mk
23821           !> win32/perlhost.h
23822 ____________________________________________________________________________
23823 [ 12553] By: pudge                                 on 2001/10/21  21:51:34
23824         Log: Integrate from maintperl
23825              (Changes 12350, 12496, 12548, 12549, 12550)
23826      Branch: maint-5.6/macperl
23827           !> ext/IO/lib/IO/Seekable.pm lib/Carp/Heavy.pm t/base/rs.t
23828           !> t/lib/filefind-taint.t t/pragma/strict-vars toke.c
23829 ____________________________________________________________________________
23830 [ 12552] By: nick                                  on 2001/10/21  19:18:12
23831         Log: Win32 PerlIO_cleanup special cases should no longer be required.
23832      Branch: perlio
23833            ! perl.c
23834 ____________________________________________________________________________
23835 [ 12551] By: nick                                  on 2001/10/21  19:16:56
23836         Log: Multiple win32io.o is fatal for GCC (and noise with VC++)
23837      Branch: perlio
23838            ! win32/makefile.mk
23839 ____________________________________________________________________________
23840 [ 12550] By: gsar                                  on 2001/10/21  19:05:54
23841         Log: change#12549 wasn't aware of strictures
23842      Branch: maint-5.6/perl
23843            ! t/pragma/strict-vars toke.c
23844 ____________________________________________________________________________
23845 [ 12549] By: gsar                                  on 2001/10/21  18:03:19
23846         Log: readline() doesn't work with our variables; it confuses them with
23847              my variables (change#4227 was incomplete)
23848      Branch: maint-5.6/perl
23849            ! t/base/rs.t toke.c
23850 ____________________________________________________________________________
23851 [ 12548] By: gsar                                  on 2001/10/21  17:48:01
23852         Log: change#12220 appears to have pulled in a mainline change that
23853              isn't applicable to maint-5.6 (some platforms don't taint
23854              cwd)
23855      Branch: maint-5.6/perl
23856            ! t/lib/filefind-taint.t
23857 ____________________________________________________________________________
23858 [ 12547] By: nick                                  on 2001/10/21  17:15:54
23859         Log: Convert rest of PerlIO's memory tables to per-interp and add clone functions
23860              for them. Call explicit cleanup during destruct process.
23861              - one binmode test is failing
23862              - also ext/threads/t/basic.t fails under make test, and is noisy under
23863              harness. (Threads results are intermingled and don't match order expected.)
23864      Branch: perlio
23865            ! embed.h embedvar.h intrpvar.h perl.c perlapi.h perlio.c
23866            ! perlio.h perliol.h pod/perlapi.pod sv.c
23867 ____________________________________________________________________________
23868 [ 12546] By: jhi                                   on 2001/10/21  16:12:08
23869         Log: Implement multicharacter case mappings where a single
23870              Unicode character can be mapped into several.
23871      Branch: perl
23872            - lib/unicore/To/SpecLower.pl lib/unicore/To/SpecTitle.pl
23873            - lib/unicore/To/SpecUpper.pl
23874            ! MANIFEST embed.h embed.pl global.sym lib/unicore/To/Lower.pl
23875            ! lib/unicore/To/Title.pl lib/unicore/To/Upper.pl
23876            ! lib/unicore/mktables pod/perlfunc.pod pod/perlunicode.pod pp.c
23877            ! proto.h t/op/lc.t utf8.c
23878 ____________________________________________________________________________
23879 [ 12545] By: sky                                   on 2001/10/21  15:25:16
23880         Log: First support of threads::shared, support shared svs and references.
23881      Branch: perl
23882            + ext/threads/shared/Makefile.PL ext/threads/shared/README
23883            + ext/threads/shared/shared.pm ext/threads/shared/shared.xs
23884            + ext/threads/shared/t/sv_refs.t
23885            + ext/threads/shared/t/sv_simple.t
23886            ! MANIFEST sharedsv.c
23887 ____________________________________________________________________________
23888 [ 12544] By: nick                                  on 2001/10/21  14:52:35
23889         Log: PerlIO layer table as PL_perlio (per-interpreter)
23890      Branch: perlio
23891            ! embed.h embedvar.h intrpvar.h perlapi.h perlio.c perlio.h
23892            ! pod/perlapi.pod sv.c
23893 ____________________________________________________________________________
23894 [ 12543] By: jhi                                   on 2001/10/21  13:36:40
23895         Log: Prettyprinting.
23896      Branch: perl
23897            ! pod/perlunicode.pod
23898 ____________________________________________________________________________
23899 [ 12542] By: ams                                   on 2001/10/21  03:50:25
23900         Log: Subject: perlpodspec and perlpod rewrite, draft 3 "final"
23901              From: "Sean M. Burke" <sburke@cpan.org>
23902              Date: Sat, 20 Oct 2001 17:51:09 -0600
23903              Message-Id: <3.0.6.32.20011020175109.007cb3d0@mail.spinn.net>
23904      Branch: perl
23905            + pod/perlpodspec.pod
23906            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perlpod.pod
23907            ! pod/perltoc.pod
23908 ____________________________________________________________________________
23909 [ 12541] By: nick                                  on 2001/10/20  22:23:53
23910         Log: Fix typos in new locking on MemShared
23911              Make buffers in PerlIOBuf_* in per-thread heap (they are cloned after all...)
23912              - seems to make segfaults more deterministic - suspect they are 
23913              attempt to free() after Interp and Host have gone.
23914      Branch: perlio
23915            ! perlio.c win32/perlhost.h
23916 ____________________________________________________________________________
23917 [ 12540] By: nick                                  on 2001/10/20  21:50:46
23918         Log: Remove the MemShared re-#define (again)
23919      Branch: perlio
23920            ! perlio.c
23921 ____________________________________________________________________________
23922 [ 12539] By: nick                                  on 2001/10/20  21:49:06
23923         Log: Use locks on MemShared
23924      Branch: perlio
23925            ! win32/perlhost.h
23926 ____________________________________________________________________________
23927 [ 12538] By: jhi                                   on 2001/10/20  17:31:07
23928         Log: Subject: [REPATCH installhtml] Re: installhtml needs a good beating out
23929              From: "chromatic" <chromatic@rmci.net>
23930              Date: Sat, 20 Oct 2001 11:13:47 -0600
23931              Message-ID: <20011020172003.60024.qmail@onion.perl.org>
23932      Branch: perl
23933            ! installhtml
23934 ____________________________________________________________________________
23935 [ 12537] By: nick                                  on 2001/10/20  16:44:03
23936         Log: Integrate mainline
23937      Branch: perlio
23938           !> (integrate 48 files)
23939 ____________________________________________________________________________
23940 [ 12536] By: jhi                                   on 2001/10/20  15:58:00
23941         Log: Update Changes.
23942      Branch: perl
23943            ! Changes patchlevel.h
23944 ____________________________________________________________________________
23945 [ 12535] By: jhi                                   on 2001/10/20  15:18:57
23946         Log: Upgrade to podlators 1.11, from Russ Allbery.
23947      Branch: perl
23948            ! lib/Pod/Man.pm lib/Pod/Text.pm lib/Pod/Text/Color.pm
23949            ! lib/Pod/Text/Overstrike.pm lib/Pod/Text/Termcap.pm
23950            ! pod/pod2man.PL pod/pod2text.PL
23951 ____________________________________________________________________________
23952 [ 12534] By: jhi                                   on 2001/10/20  15:14:25
23953         Log: Integrate perlio change #12532:
23954              introduce and use PerlIO_intmod2str().
23955      Branch: perl
23956           !> doio.c lib/Net/Domain.pm perlio.c perlio.h
23957 ____________________________________________________________________________
23958 [ 12533] By: jhi                                   on 2001/10/20  14:42:33
23959         Log: Update to Getopt::Long 2.26_02, from Johan Vromans.
23960      Branch: perl
23961            ! lib/Getopt/Long.pm lib/Getopt/Long/CHANGES lib/newgetopt.pl
23962 ____________________________________________________________________________
23963 [ 12532] By: nick                                  on 2001/10/20  14:25:37
23964         Log: Extract doio.c's open(2) mode to string conversion as PerlIO_intmod2str()
23965              Use for non-PERLIO fdupopen().
23966      Branch: perlio
23967            ! doio.c lib/Net/Domain.pm perlio.c perlio.h
23968 ____________________________________________________________________________
23969 [ 12531] By: jhi                                   on 2001/10/20  14:05:47
23970         Log: Integrate perlio: PerlIO win32 fixes.
23971      Branch: perl
23972           !> embed.h embed.pl embedvar.h ext/threads/threads.xs global.sym
23973           !> perl.h perlapi.c perlapi.h perlio.c perlsdio.h pod/perlapi.pod
23974           !> proto.h sv.h win32/win32io.c
23975 ____________________________________________________________________________
23976 [ 12530] By: nick                                  on 2001/10/20  12:53:30
23977         Log: Fixed in two places - p4 resolve
23978      Branch: perlio
23979            ! perlsdio.h
23980 ____________________________________________________________________________
23981 [ 12529] By: nick                                  on 2001/10/20  12:51:05
23982         Log: Fix for ithreads/stdio build
23983      Branch: perlio
23984            ! perlio.c perlsdio.h
23985 ____________________________________________________________________________
23986 [ 12528] By: ams                                   on 2001/10/20  12:13:25
23987         Log: Subject: [PATCH installman] Using Pod::Man instead of pod2man
23988              From: Michael G Schwern <schwern@pobox.com>
23989              Date: Sat, 20 Oct 2001 01:41:21 -0400
23990              Message-Id: <20011020014121.I3681@blackrider>
23991      Branch: perl
23992            ! installman
23993 ____________________________________________________________________________
23994 [ 12527] By: ams                                   on 2001/10/20  12:09:41
23995         Log: Subject: [PATCH lib/Pod/Checker.pm] Minor typo
23996              From: Michael G Schwern <schwern@pobox.com>
23997              Date: Sat, 20 Oct 2001 02:04:21 -0400
23998              Message-Id: <20011020020421.A11732@blackrider>
23999      Branch: perl
24000            ! lib/Pod/Checker.pm
24001 ____________________________________________________________________________
24002 [ 12526] By: ams                                   on 2001/10/20  11:59:41
24003         Log: Subject: [PATCH lib/Net/Config.pm] Fix Some Pod Typos
24004              From: "chromatic" <chromatic@rmci.net>
24005              Date: Fri, 19 Oct 2001 22:46:39 -0600
24006              Message-Id: <20011020045254.73112.qmail@onion.perl.org>
24007      Branch: perl
24008            ! lib/Net/Config.pm
24009 ____________________________________________________________________________
24010 [ 12525] By: nick                                  on 2001/10/20  11:16:18
24011         Log: Avoid calling (now non-existant) Perl_sv_setsv(), by calling
24012              Perl_sv_setsv_flags directly.
24013      Branch: perlio
24014            ! ext/threads/threads.xs
24015 ____________________________________________________________________________
24016 [ 12524] By: nick                                  on 2001/10/20  10:28:17
24017         Log: Add a new flag character 'm' to embed.pl set to represent
24018              "functions" which are really macros. Use it foe the troublesome
24019              sv_setsv() etc. macros in sv.h - changing latter to define
24020              sv_setsv rather than sv_setsv_macro etc.
24021      Branch: perlio
24022            ! embed.h embed.pl embedvar.h global.sym perlapi.c perlapi.h
24023            ! pod/perlapi.pod proto.h sv.h
24024 ____________________________________________________________________________
24025 [ 12523] By: nick                                  on 2001/10/20  09:17:17
24026         Log: Add comments explaining why win32.h/embed.h are included where they are
24027              in perl.h 
24028      Branch: perlio
24029            ! perl.h
24030 ____________________________________________________________________________
24031 [ 12522] By: nick                                  on 2001/10/20  08:27:44
24032         Log: Code PerlIOWin32_dup - does not fix Win32 problems as :win32 is not 
24033              being used yet.
24034      Branch: perlio
24035            ! win32/win32io.c
24036 ____________________________________________________________________________
24037 [ 12521] By: jhi                                   on 2001/10/20  02:36:21
24038         Log: Wording tweaks.
24039      Branch: perl
24040            ! t/TEST
24041 ____________________________________________________________________________
24042 [ 12520] By: jhi                                   on 2001/10/20  01:02:26
24043         Log: Subject: IO module with nonblocking socket connect patch 
24044              From: Raul Dias <raul@dias.com.br>
24045              Date: Fri, 19 Oct 2001 22:45:32 -0300
24046              Message-Id: <200110200145.f9K1jWW08398@stratus.swi.com.br>     
24047      Branch: perl
24048            ! ext/IO/lib/IO/Socket.pm ext/IO/lib/IO/Socket/INET.pm
24049 ____________________________________________________________________________
24050 [ 12519] By: jhi                                   on 2001/10/20  00:51:07
24051         Log: Test vertical whitespace combined with /x in \p{}.
24052      Branch: perl
24053            ! t/op/pat.t
24054 ____________________________________________________________________________
24055 [ 12518] By: jhi                                   on 2001/10/20  00:13:47
24056         Log: Subject: [PATCH] PERL_MM_USE_DEFAULT
24057              From: Gisle Aas <gisle@ActiveState.com> 
24058              Date: 19 Oct 2001 16:46:02 -0700
24059              Message-ID: <lrofn3i479.fsf_-_@caliper.ActiveState.com> 
24060      Branch: perl
24061            ! lib/ExtUtils/MakeMaker.pm
24062 ____________________________________________________________________________
24063 [ 12517] By: jhi                                   on 2001/10/19  23:59:34
24064         Log: No more this symbol.
24065      Branch: perl
24066            ! makedef.pl
24067 ____________________________________________________________________________
24068 [ 12516] By: jhi                                   on 2001/10/19  23:57:48
24069         Log: Integrate change #12511; fix gross win32 build issues.
24070      Branch: perl
24071           !> makedef.pl sv.c
24072 ____________________________________________________________________________
24073 [ 12515] By: jhi                                   on 2001/10/19  23:16:06
24074         Log: Unpack in scalar context should return the first value
24075              returned in list context, as pointed out by Ton Hospel
24076              in 2001-05-21 (this is how it works already in blead,
24077              just adding the test).
24078      Branch: perl
24079            ! t/op/pack.t
24080 ____________________________________________________________________________
24081 [ 12514] By: jhi                                   on 2001/10/19  21:10:43
24082         Log: Subject: [PATCH perl@12494] perldoc.PL tweak for VMS
24083              From: "Craig A. Berry" <craigberry@mac.com>
24084              Date: Fri, 19 Oct 2001 16:59:30 -0500
24085              Message-Id: <5.1.0.14.2.20011019162623.021e3868@exchi01>
24086      Branch: perl
24087            ! utils/perldoc.PL
24088 ____________________________________________________________________________
24089 [ 12513] By: jhi                                   on 2001/10/19  21:09:27
24090         Log: Subject: [PATCH Perl@12494] vmsish fix, ieee rand() cleanup
24091              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
24092              Date: Fri, 19 Oct 2001 17:45:23 EDT
24093              Message-Id: <011019174427.d749b@DUPHY4.Physics.Drexel.Edu>
24094      Branch: perl
24095            ! configure.com dump.c ext/B/t/stash.t op.c op.h opcode.h
24096            ! opcode.pl perl.c perl.h perlvars.h pp.sym pp_ctl.c pp_proto.h
24097            ! pp_sys.c vms/ext/vmsish.pm vms/ext/vmsish.t vms/vms.c
24098            ! vms/vmsish.h
24099 ____________________________________________________________________________
24100 [ 12512] By: jhi                                   on 2001/10/19  20:28:48
24101         Log: Subject: [PATCH Perl@12494] two fake test failures on VMS fixed
24102              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
24103              Date: Fri, 19 Oct 2001 17:26:35 EDT
24104              Message-Id: <011019172623.11292c@DUPHY4.Physics.Drexel.Edu>
24105      Branch: perl
24106            ! lib/Term/Complete.t lib/Test/Simple/t/output.t
24107 ____________________________________________________________________________
24108 [ 12511] By: nick                                  on 2001/10/19  19:55:36
24109         Log: Fix gross win32 build issues
24110      Branch: perlio
24111            ! makedef.pl sv.c
24112 ____________________________________________________________________________
24113 [ 12510] By: jhi                                   on 2001/10/19  19:52:17
24114         Log: Subject: Re: find2perl and File::Find on cdrom filesystems (with Tel's patch applied to perl-current)
24115              From: David Dyck <dcd@tc.fluke.com>
24116              Date: Fri, 19 Oct 2001 13:36:09 -0700 (PDT)
24117              Message-ID: <Pine.LNX.4.33.0110191309310.28510-100000@dd.tc.fluke.com>
24118      Branch: perl
24119            ! lib/File/Find.pm
24120 ____________________________________________________________________________
24121 [ 12509] By: jhi                                   on 2001/10/19  19:01:46
24122         Log: Subject: Re: PerlIO and Encode
24123              From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
24124              Date: Tue, 16 Oct 2001 01:50:16 +0900
24125              Message-Id: <20011016014150.0C8E.BQW10602@nifty.com>
24126      Branch: perl
24127            ! ext/Encode/Encode.pm ext/Encode/Encode/Tcl.pm
24128            ! ext/Encode/Encode/Tcl.t
24129 ____________________________________________________________________________
24130 [ 12508] By: ams                                   on 2001/10/19  17:59:16
24131         Log: C<foo I<bar>> hunks from <20011019014551.A35625@not.autrijus.org>.
24132              (See #12499)
24133      Branch: perl
24134            ! pod/perlintro.pod
24135 ____________________________________________________________________________
24136 [ 12507] By: nick                                  on 2001/10/19  16:30:43
24137         Log: Integrate mainline
24138      Branch: perlio
24139           +> lib/Test/Builder.pm lib/Test/Simple/t/Builder.t
24140           +> lib/Test/Simple/t/filehandles.t lib/Test/Simple/t/import.t
24141           +> lib/Test/Simple/t/is_deeply.t lib/Test/Simple/t/no_ending.t
24142           +> lib/Test/Simple/t/no_header.t lib/Test/Simple/t/output.t
24143           +> lib/Test/Simple/t/plan.t lib/Test/Simple/t/plan_no_plan.t
24144           +> lib/Test/Simple/t/plan_skip_all.t lib/Test/Simple/t/use_ok.t
24145           +> lib/unicore/To/SpecLower.pl lib/unicore/To/SpecTitle.pl
24146           +> lib/unicore/To/SpecUpper.pl pod/perlintro.pod
24147           +> pod/perlmodstyle.pod win32/Makefile.win64 win32/config.win64
24148           +> win32/config_H.win64
24149            - lib/Test/Utils.pm lib/unicore/mktables.PL
24150            - t/lib/Test/Simple/Catch/More.pm
24151           !> (integrate 84 files)
24152 ____________________________________________________________________________
24153 [ 12506] By: jhi                                   on 2001/10/19  14:20:15
24154         Log: Retract the #10451 which seems to be the cause
24155              of the major leakage from while(){eval"sub{}"}
24156      Branch: perl
24157            ! op.c t/run/kill_perl.t
24158 ____________________________________________________________________________
24159 [ 12505] By: jhi                                   on 2001/10/19  13:39:59
24160         Log: Regen toc.
24161      Branch: perl
24162            ! pod/perltoc.pod
24163 ____________________________________________________________________________
24164 [ 12504] By: jhi                                   on 2001/10/19  13:35:59
24165         Log: Tiny tweaks.
24166      Branch: perl
24167            ! pod/perl.pod
24168 ____________________________________________________________________________
24169 [ 12503] By: ams                                   on 2001/10/19  13:34:24
24170         Log: Subject: Re: perlintro.pod
24171              From: Abe Timmerman <abe@ztreet.demon.nl>
24172              Date: Fri, 19 Oct 2001 14:12:40 +0200
24173              Message-Id: <ls40ttsmrr3rpjlm3dqhh8v60onsiopmuc@4ax.com>
24174      Branch: perl
24175            ! pod/perlintro.pod
24176 ____________________________________________________________________________
24177 [ 12502] By: ams                                   on 2001/10/19  13:24:12
24178         Log: Slight reorganisation of references.
24179      Branch: perl
24180            ! pod/perl.pod
24181 ____________________________________________________________________________
24182 [ 12501] By: jhi                                   on 2001/10/19  13:19:14
24183         Log: Subject: [DOC PATCH lib/ExtUtils/MakeMaker.pm] Discouraging use of PREREQ_FATAL in day-to-day Makefile.PL's   
24184              From: Kay Röpke <kroepke@dolphin-services.de>
24185              Date: Fri, 19 Oct 2001 14:04:01 +0200 
24186              Message-Id: <E15uYNb-00040L-00@mrvdom01.schlund.de>
24187      Branch: perl
24188            ! lib/ExtUtils/MakeMaker.pm
24189 ____________________________________________________________________________
24190 [ 12500] By: jhi                                   on 2001/10/19  03:25:44
24191         Log: Unicode categories continue:
24192              implement Category=, Script=, Block=
24193              (these are based on an upcoming update of TR#18)
24194              Fix a bug where we got two In categories named "old italic",
24195              and another where shortcut for the Is categories wasn't taken.
24196      Branch: perl
24197            ! lib/unicore/Blocks.pl lib/unicore/In.pl lib/unicore/In/137.pl
24198            ! lib/unicore/mktables lib/utf8_heavy.pl pod/perltodo.pod
24199            ! pod/perlunicode.pod t/op/pat.t
24200 ____________________________________________________________________________
24201 [ 12499] By: ams                                   on 2001/10/19  01:42:29
24202         Log: Subject: a small patch to perlintro.pod.
24203              From: Autrijus Tang <autrijus@autrijus.org>
24204              Date: Fri, 19 Oct 2001 01:45:51 +0800
24205              Message-Id: <20011019014551.A35625@not.autrijus.org>
24206              (Applied by hand with nits.)
24207      Branch: perl
24208            ! pod/perlintro.pod
24209 ____________________________________________________________________________
24210 [ 12498] By: jhi                                   on 2001/10/19  00:14:50
24211         Log: Subject: [PATCH] OpenBSD hints for ithreads
24212              From: Andy Dougherty <doughera@lafayette.edu>
24213              Date: Thu, 18 Oct 2001 12:33:59 -0400 (EDT)
24214              Message-ID: <Pine.SOL.4.10.10110181232060.15040-100000@maxwell.phys.lafayette.edu>
24215      Branch: perl
24216            ! hints/openbsd.sh
24217 ____________________________________________________________________________
24218 [ 12497] By: jhi                                   on 2001/10/18  16:14:13
24219         Log: Retract #12446; the problem solved by #12474.
24220      Branch: perl
24221            ! hints/aix.sh
24222 ____________________________________________________________________________
24223 [ 12496] By: gsar                                  on 2001/10/18  15:38:22
24224         Log: Carp::shortmess_heavy() doesn't notice trailing newline in
24225              message and suppress line number info (from Steve Hay
24226              <Steve.Hay@uk.radan.com>)
24227      Branch: maint-5.6/perl
24228            ! lib/Carp/Heavy.pm
24229 ____________________________________________________________________________
24230 [ 12495] By: jhi                                   on 2001/10/18  14:06:52
24231         Log: More documented In categories.
24232      Branch: perl
24233            ! pod/perlunicode.pod
24234 ____________________________________________________________________________
24235 [ 12494] By: jhi                                   on 2001/10/18  13:04:48
24236         Log: Update Changes.
24237      Branch: perl
24238            ! Changes patchlevel.h
24239 ____________________________________________________________________________
24240 [ 12493] By: jhi                                   on 2001/10/18  12:58:31
24241         Log: Add the lib/unicore/To/Spec*.pl to the MANIFEST.
24242      Branch: perl
24243            ! MANIFEST
24244 ____________________________________________________________________________
24245 [ 12492] By: jhi                                   on 2001/10/18  12:37:28
24246         Log: Wrong skip() arguments.
24247      Branch: perl
24248            ! ext/B/t/terse.t
24249 ____________________________________________________________________________
24250 [ 12491] By: jhi                                   on 2001/10/18  12:17:16
24251         Log: Subject: try#2: [proposed PATCH Perl@12401] ieee floats, rand() & old systems  
24252              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
24253              Date: Wed, 17 Oct 2001 09:10:53 EDT 
24254              Message-Id: <011017090944.15ad2e@DUPHY4.Physics.Drexel.Edu>
24255      Branch: perl
24256            ! configure.com embedvar.h opcode.pl perlapi.h perlvars.h
24257            ! pod/perlapi.pod vms/vms.c
24258 ____________________________________________________________________________
24259 [ 12490] By: ams                                   on 2001/10/18  09:31:00
24260         Log: Subject: PATCH perl.pod: Suggested reorganization of table of contents
24261              From: Mark-Jason Dominus <mjd@plover.com>
24262              Date: Thu, 18 Oct 2001 06:25:35 -0400
24263              Message-Id: <20011018102535.19264.qmail@plover.com>
24264      Branch: perl
24265            ! pod/perl.pod
24266 ____________________________________________________________________________
24267 [ 12489] By: jhi                                   on 2001/10/18  02:24:52
24268         Log: Prettyprinting.
24269      Branch: perl
24270            ! lib/unicore/In.pl lib/unicore/Is.pl lib/unicore/mktables
24271 ____________________________________________________________________________
24272 [ 12488] By: jhi                                   on 2001/10/18  00:47:19
24273         Log: Regen toc.
24274      Branch: perl
24275            ! pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
24276 ____________________________________________________________________________
24277 [ 12487] By: jhi                                   on 2001/10/18  00:43:18
24278         Log: Add perlintro, from Skud.
24279      Branch: perl
24280            + pod/perlintro.pod
24281            ! MANIFEST
24282 ____________________________________________________________________________
24283 [ 12486] By: jhi                                   on 2001/10/18  00:10:44
24284         Log: FAQ sync.
24285      Branch: perl
24286            ! pod/perlfaq.pod pod/perlfaq2.pod pod/perlfaq3.pod
24287            ! pod/perlfaq5.pod pod/perlfaq6.pod pod/perlfaq7.pod
24288            ! pod/perlfaq8.pod pod/perlfaq9.pod
24289 ____________________________________________________________________________
24290 [ 12485] By: jhi                                   on 2001/10/17  23:57:15
24291         Log: Oh, bother. In Tru64 cc -std1 was looking rather nice
24292              in speed (upto 20% speedup in certain operations) but meanwhile
24293              regexps and arithmetics got slower (5-10%) (according to
24294              perlbench average speedup is negligible, and within measuring
24295              flutter, 1%).  Therefore retracting all the changes
24296              aimed at getting -std1 to compile cleanly:  #12475, #12476,
24297              #12479, #12480, #12481, #12482, #12483, #12484.
24298      Branch: perl
24299            ! doio.c mg.c miniperlmain.c perl.c perl.h perlio.c pp_ctl.c
24300            ! pp_hot.c pp_sys.c toke.c
24301 ____________________________________________________________________________
24302 [ 12484] By: jhi                                   on 2001/10/17  21:58:40
24303         Log: (retracted by #12485)
24304              Strict ANSI doesn't like the third argument of main()
24305              so enable ignoring it if using ultra picky compiler.
24306      Branch: perl
24307            ! miniperlmain.c
24308 ____________________________________________________________________________
24309 [ 12483] By: jhi                                   on 2001/10/17  21:48:24
24310         Log: (retracted by #12485)
24311              Move the VMS_FOO_ERROR codes next to the SETERRNO() definition.
24312      Branch: perl
24313            ! perl.h
24314 ____________________________________________________________________________
24315 [ 12482] By: jhi                                   on 2001/10/17  21:42:57
24316         Log: (retracted by #12485)
24317              Add explanatory comment.
24318      Branch: perl
24319            ! mg.c
24320 ____________________________________________________________________________
24321 [ 12481] By: jhi                                   on 2001/10/17  20:50:37
24322         Log: (retracted by #12485)
24323              More dollar$hiding.
24324      Branch: perl
24325            ! doio.c perl.h pp_sys.c
24326 ____________________________________________________________________________
24327 [ 12480] By: jhi                                   on 2001/10/17  20:27:34
24328         Log: (retracted by #12485)
24329              KISS.
24330      Branch: perl
24331            ! mg.c
24332 ____________________________________________________________________________
24333 [ 12479] By: jhi                                   on 2001/10/17  19:57:34
24334         Log: (retracted by #12485)
24335              Thou shalt not #ifdef inside macro invocations,
24336              noticed by Rafael Garcia-Suarez.
24337      Branch: perl
24338            ! mg.c
24339 ____________________________________________________________________________
24340 [ 12478] By: ams                                   on 2001/10/17  18:50:55
24341         Log: Subject: [PATCH pp_sys.c] coredump fix in pp_accept()
24342              From: Anton Berezin <tobez@tobez.org>
24343              Date: Wed, 17 Oct 2001 18:25:48 +0200
24344              Message-Id: <20011017182548.A12082@heechee.tobez.org>
24345      Branch: perl
24346            ! pp_sys.c
24347 ____________________________________________________________________________
24348 [ 12476] By: jhi                                   on 2001/10/17  16:46:50
24349         Log: (retracted by #12485)
24350              Unterminated #ifdef.
24351      Branch: perl
24352            ! mg.c
24353 ____________________________________________________________________________
24354 [ 12475] By: jhi                                   on 2001/10/17  16:42:49
24355         Log: (retracted by #12485)
24356              Avoid dollar signs in identifiers (in non-VMS) to
24357              placate ultra picky ANSI compilers (such as DEC^WCPQ^WHP).
24358      Branch: perl
24359            ! doio.c mg.c perl.c perl.h perlio.c pp_ctl.c pp_hot.c pp_sys.c
24360            ! toke.c
24361 ____________________________________________________________________________
24362 [ 12474] By: ams                                   on 2001/10/17  15:14:50
24363         Log: Subject: Two AIX patches
24364              From: H.Merijn Brand <h.m.brand@hccnet.nl>
24365              Date: Wed, 17 Oct 2001 18:04:35 +0200
24366              Message-Id: <20011017180223.1346.H.M.BRAND@hccnet.nl>
24367      Branch: perl
24368            ! hints/aix.sh makedef.pl
24369 ____________________________________________________________________________
24370 [ 12473] By: jhi                                   on 2001/10/17  14:48:38
24371         Log: Limiting the Time::HiRes::sleep and usleep to
24372              one second is not a good policy if drop-in
24373              replacement is still a goal.
24374      Branch: perl
24375            ! ext/Time/HiRes/HiRes.pm ext/Time/HiRes/HiRes.t
24376            ! ext/Time/HiRes/HiRes.xs
24377 ____________________________________________________________________________
24378 [ 12472] By: jhi                                   on 2001/10/17  11:00:54
24379         Log: Subject: [PATCH] Test::Simple 0.32
24380              From: Michael G Schwern <schwern@pobox.com> 
24381              Date: Wed, 17 Oct 2001 03:42:41 -0400
24382              Message-ID: <20011017034241.A25038@blackrider>
24383      Branch: perl
24384            + lib/Test/Builder.pm lib/Test/Simple/t/Builder.t
24385            + lib/Test/Simple/t/filehandles.t lib/Test/Simple/t/import.t
24386            + lib/Test/Simple/t/is_deeply.t lib/Test/Simple/t/no_ending.t
24387            + lib/Test/Simple/t/no_header.t lib/Test/Simple/t/output.t
24388            + lib/Test/Simple/t/plan.t lib/Test/Simple/t/plan_no_plan.t
24389            + lib/Test/Simple/t/plan_skip_all.t lib/Test/Simple/t/use_ok.t
24390            - lib/Test/Utils.pm t/lib/Test/Simple/Catch/More.pm
24391            ! MANIFEST lib/Test/More.pm lib/Test/Simple.pm
24392            ! lib/Test/Simple/Changes lib/Test/Simple/t/More.t
24393            ! lib/Test/Simple/t/exit.t lib/Test/Simple/t/extra.t
24394            ! lib/Test/Simple/t/fail-like.t lib/Test/Simple/t/fail-more.t
24395            ! lib/Test/Simple/t/fail.t lib/Test/Simple/t/missing.t
24396            ! lib/Test/Simple/t/no_plan.t lib/Test/Simple/t/plan_is_noplan.t
24397            ! lib/Test/Simple/t/simple.t lib/Test/Simple/t/skip.t
24398            ! lib/Test/Simple/t/skipall.t lib/Test/Simple/t/todo.t
24399            ! lib/Test/Simple/t/undef.t lib/Test/Simple/t/useing.t
24400            ! t/lib/Test/Simple/Catch.pm
24401            ! t/lib/Test/Simple/sample_tests/five_fail.plx
24402 ____________________________________________________________________________
24403 [ 12471] By: jhi                                   on 2001/10/17  10:25:06
24404         Log: Subject: [PATCH t/TEST t/harness vms/test.com] Set PERL_CORE environment var   
24405              From: Michael G Schwern <schwern@pobox.com> 
24406              Date: Wed, 17 Oct 2001 04:04:13 -0400
24407              Message-ID: <20011017040413.C25550@blackrider>
24408      Branch: perl
24409            ! t/TEST t/harness vms/test.com
24410 ____________________________________________________________________________
24411 [ 12470] By: jhi                                   on 2001/10/17  02:25:01
24412         Log: Regen doc with perlmodstyle added.
24413      Branch: perl
24414            ! pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
24415 ____________________________________________________________________________
24416 [ 12469] By: jhi                                   on 2001/10/17  02:24:02
24417         Log: Pod cleanup.
24418      Branch: perl
24419            ! lib/File/Spec.pm lib/File/Spec/Mac.pm
24420 ____________________________________________________________________________
24421 [ 12468] By: jhi                                   on 2001/10/17  02:16:11
24422         Log: Subject: perlmodstyle as a patch
24423              From: Kirrily Robert <skud@infotrope.net>
24424              Date: Tue, 16 Oct 2001 22:47:23 -0400
24425              Message-ID: <20011016224723.A20673@infotrope.net>
24426      Branch: perl
24427            + pod/perlmodstyle.pod
24428            ! MANIFEST
24429 ____________________________________________________________________________
24430 [ 12467] By: jhi                                   on 2001/10/17  00:59:43
24431         Log: Subject: [PATCH] for perlhack.pod - no p5p archive on deja/google
24432              From: Ian Phillipps <Ian_Phillipps@yahoo.co.uk>
24433              Date: Thu, 6 Sep 2001 11:09:40 +0100
24434              Message-ID: <20010906110939.A914@homer.diplex.co.uk>
24435              
24436              Mention also the develooper p5p archive.
24437      Branch: perl
24438            ! pod/perlhack.pod
24439 ____________________________________________________________________________
24440 [ 12466] By: jhi                                   on 2001/10/17  00:57:38
24441         Log: Subject: [PATCH lib/ExtUtils/MakeMaker.pm] PREREQ_PM does not really require.
24442              From: Kay Röpke <kroepke@dolphin-services.de>
24443              Date: Tue, 16 Oct 2001 17:23:52 +0200
24444              Message-Id: <E15tW4O-0003J7-00@mrvdom03.schlund.de>
24445      Branch: perl
24446            ! lib/ExtUtils/MakeMaker.pm
24447 ____________________________________________________________________________
24448 [ 12465] By: jhi                                   on 2001/10/17  00:54:28
24449         Log: Add the special casing mappings (from SpecCase.txt)
24450              (except for the hyper special case mappings that have
24451              the condition list); the special casing mappings are
24452              unused for now.  Small tidying up on mktables.
24453      Branch: perl
24454            + lib/unicore/To/SpecLower.pl lib/unicore/To/SpecTitle.pl
24455            + lib/unicore/To/SpecUpper.pl
24456            ! lib/unicore/mktables
24457 ____________________________________________________________________________
24458 [ 12464] By: jhi                                   on 2001/10/16  22:38:24
24459         Log: Subject: [PATCH] Doc patch on here-docs (perlop and perldata)
24460              From: "David H. Adler" <dha@panix.com>       
24461              Date: Tue, 16 Oct 2001 11:59:35 -0400
24462              Message-ID: <20011016115935.A13078@panix.com>
24463              
24464              Subject: [ PATCH ] perldata patch, revised
24465              From: "David H. Adler" <dha@panix.com>     
24466              Date: Tue, 16 Oct 2001 18:26:49 -0400
24467              Message-ID: <20011016182649.C23970@panix.com>
24468      Branch: perl
24469            ! pod/perldata.pod pod/perlop.pod
24470 ____________________________________________________________________________
24471 [ 12463] By: jhi                                   on 2001/10/16  19:39:25
24472         Log: Integrate perlio: PerlIO_dup (for all but Win32).
24473      Branch: perl
24474           !> embed.h embed.pl ext/Encode/Encode.xs
24475           !> ext/PerlIO/Scalar/Scalar.xs ext/PerlIO/Via/Via.xs hv.c perl.h
24476           !> perlio.c perlio.h perliol.h pod/perlapi.pod proto.h sv.c sv.h
24477           !> win32/win32io.c
24478 ____________________________________________________________________________
24479 [ 12462] By: nick                                  on 2001/10/16  19:11:30
24480         Log: PerlIOXxxx_dups for all but Win32
24481      Branch: perlio
24482            ! ext/Encode/Encode.xs ext/PerlIO/Scalar/Scalar.xs
24483            ! ext/PerlIO/Via/Via.xs
24484 ____________________________________________________________________________
24485 [ 12461] By: nick                                  on 2001/10/16  18:28:48
24486         Log: Implement PerlIOStdio_dup (explains core dumps - dup
24487              was not setting up a FILE * to be fclosed()).
24488      Branch: perlio
24489            ! perlio.c
24490 ____________________________________________________________________________
24491 [ 12460] By: nick                                  on 2001/10/16  17:31:47
24492         Log: When USE_ITHREADS avoid SV * in PerlIO_debug, at risk of buffer
24493              overflow.
24494      Branch: perlio
24495            ! perlio.c
24496 ____________________________________________________________________________
24497 [ 12459] By: jhi                                   on 2001/10/16  17:10:22
24498         Log: Subject: [PATCH perl@12443] VMS 64-bit configure
24499              From: "Craig A. Berry" <craigberry@mac.com>
24500              Date: Tue, 16 Oct 2001 13:08:38 -0500
24501              Message-Id: <5.1.0.14.2.20011016122704.029eaea8@exchi01>
24502      Branch: perl
24503            ! configure.com
24504 ____________________________________________________________________________
24505 [ 12458] By: jhi                                   on 2001/10/16  17:07:20
24506         Log: Can't expect too much accuracy from a sleep of one second.
24507              (I think this will also fail with high load.)
24508      Branch: perl
24509            ! ext/Time/HiRes/HiRes.t
24510 ____________________________________________________________________________
24511 [ 12457] By: jhi                                   on 2001/10/16  16:50:24
24512         Log: Subject: WIN64 (Itanium) port of Perl 5.6.1
24513              From: "Werner, Randolf" <randolf.werner@sap.com>
24514              Date: Tue, 16 Oct 2001 18:33:02 +0200
24515              Message-ID: <816D93CCC927D31188570008C75D1DE10A5CB1F8@dbwdfx1a.wdf.sap-ag.de>
24516      Branch: perl
24517            + win32/Makefile.win64 win32/config.win64 win32/config_H.win64
24518            ! MANIFEST Porting/makerel ext/SDBM_File/sdbm/sdbm.c
24519 ____________________________________________________________________________
24520 [ 12456] By: nick                                  on 2001/10/16  14:08:16
24521         Log: Builds under ithreads (but fails all threads tests)
24522      Branch: perlio
24523            ! hv.c perlio.c sv.c
24524 ____________________________________________________________________________
24525 [ 12455] By: jhi                                   on 2001/10/16  13:59:32
24526         Log: I think the Perl_sortsv needs *not* be skipped?
24527      Branch: perl
24528            ! makedef.pl
24529 ____________________________________________________________________________
24530 [ 12454] By: jhi                                   on 2001/10/16  13:05:38
24531         Log: Subject: [ PATCH ] maint/perl/t/op/groups.t for build on Cygwin
24532              From: "Gerrit P. Haase" <gerrit.haase@convey.de>
24533              Date: Tue, 16 Oct 2001 15:32:44 +0200
24534              Message-ID: <3BCC531C.11494.3E433F@localhost>
24535      Branch: perl
24536            ! t/op/groups.t
24537 ____________________________________________________________________________
24538 [ 12453] By: jhi                                   on 2001/10/16  13:04:38
24539         Log: Subject: [ PATCH ] maint/perl/t/io/fs.t for build on Cygwin
24540              From: "Gerrit P. Haase" <gerrit.haase@convey.de>
24541              Date: Tue, 16 Oct 2001 15:01:04 +0200
24542              Message-ID: <3BCC4BB0.30935.2145B7@localhost>
24543      Branch: perl
24544            ! t/io/fs.t
24545 ____________________________________________________________________________
24546 [ 12452] By: jhi                                   on 2001/10/16  12:03:49
24547         Log: A forgotten deletion.
24548      Branch: perl
24549            - lib/unicore/mktables.PL
24550 ____________________________________________________________________________
24551 [ 12451] By: nick                                  on 2001/10/16  11:32:48
24552         Log: Skeleton of "PerlIO_dup" coded.
24553              Still-passes all tests non-threaded (well it would wouldn't it!)
24554      Branch: perlio
24555            ! embed.h embed.pl ext/Encode/Encode.xs
24556            ! ext/PerlIO/Scalar/Scalar.xs ext/PerlIO/Via/Via.xs perl.h
24557            ! perlio.c perlio.h perliol.h pod/perlapi.pod proto.h sv.c sv.h
24558            ! win32/win32io.c
24559 ____________________________________________________________________________
24560 [ 12450] By: jhi                                   on 2001/10/16  02:27:51
24561         Log: Document the problem with the swash_fetch() API that affects
24562              more complex case conversions.
24563      Branch: perl
24564            ! lib/utf8_heavy.pl utf8.c
24565 ____________________________________________________________________________
24566 [ 12449] By: jhi                                   on 2001/10/16  01:55:48
24567         Log: Make Time::HiRes::sleep() and usleep() to return
24568              the number of seconds (a floating point value) and 
24569              microseconds (an integer) actually slept (well,
24570              modulo the time spent in measuring the time actually
24571              slept...), to be a better drop-in replacement for
24572              the builtin sleep().  Noticed by Chris Nandor.
24573              
24574              Also make usleep() to croak if fed illegal number
24575              of useconds (anything greater than 1_000_000).
24576      Branch: perl
24577            ! ext/Time/HiRes/HiRes.pm ext/Time/HiRes/HiRes.t
24578            ! ext/Time/HiRes/HiRes.xs
24579 ____________________________________________________________________________
24580 [ 12448] By: jhi                                   on 2001/10/16  00:57:05
24581         Log: A missing SvREFCNT_dec.
24582      Branch: perl
24583            ! perl.c
24584 ____________________________________________________________________________
24585 [ 12447] By: nick                                  on 2001/10/15  20:27:53
24586         Log: Beginings of PerlIO_dup support (unstable)
24587      Branch: perlio
24588            ! perlio.c perliol.h
24589 ____________________________________________________________________________
24590 [ 12446] By: jhi                                   on 2001/10/15  18:44:19
24591         Log: (retracted by #12497)
24592              In AIX vac 5 just can't seem to get regcomp right.
24593      Branch: perl
24594            ! hints/aix.sh
24595 ____________________________________________________________________________
24596 [ 12445] By: jhi                                   on 2001/10/15  16:44:04
24597         Log: Bump the version number to agree with the maintperl one.
24598      Branch: perl
24599            ! lib/Tie/RefHash.pm
24600 ____________________________________________________________________________
24601 [ 12444] By: nick                                  on 2001/10/15  15:59:57
24602         Log: Integrate mainline
24603      Branch: perlio
24604           +> lib/Math/BigInt/t/Math/Subclass.pm
24605           +> lib/Math/BigInt/t/bigfltpm.inc lib/Math/BigInt/t/calling.t
24606           +> lib/Math/BigInt/t/subclass.t lib/unicore/In/163.pl
24607           +> lib/unicore/In/164.pl lib/unicore/In/165.pl
24608           +> lib/unicore/In/166.pl lib/unicore/In/167.pl
24609           +> lib/unicore/In/168.pl lib/unicore/In/169.pl
24610           +> lib/unicore/In/170.pl lib/unicore/In/171.pl lib/unicore/Is.pl
24611           +> lib/unicore/Is/Title.pl lib/unicore/Lbrk.pl
24612           +> lib/unicore/mktables
24613            - lib/unicore/Is/SylA.pl lib/unicore/Is/SylAA.pl
24614            - lib/unicore/Is/SylAAI.pl lib/unicore/Is/SylAI.pl
24615            - lib/unicore/Is/SylC.pl lib/unicore/Is/SylE.pl
24616            - lib/unicore/Is/SylEE.pl lib/unicore/Is/SylI.pl
24617            - lib/unicore/Is/SylII.pl lib/unicore/Is/SylN.pl
24618            - lib/unicore/Is/SylO.pl lib/unicore/Is/SylOO.pl
24619            - lib/unicore/Is/SylU.pl lib/unicore/Is/SylV.pl
24620            - lib/unicore/Is/SylWA.pl lib/unicore/Is/SylWAA.pl
24621            - lib/unicore/Is/SylWC.pl lib/unicore/Is/SylWE.pl
24622            - lib/unicore/Is/SylWEE.pl lib/unicore/Is/SylWI.pl
24623            - lib/unicore/Is/SylWII.pl lib/unicore/Is/SylWO.pl
24624            - lib/unicore/Is/SylWOO.pl lib/unicore/Is/SylWU.pl
24625            - lib/unicore/Is/SylWV.pl lib/unicore/Is/Syllable.pl
24626            - lib/unicore/syllables.txt
24627           !> (integrate 344 files)
24628 ____________________________________________________________________________
24629 [ 12443] By: jhi                                   on 2001/10/15  13:40:20
24630         Log: Casting tweak from Paul Marquess, helps Merijn on AIX.
24631      Branch: perl
24632            ! ext/DB_File/DB_File.xs
24633 ____________________________________________________________________________
24634 [ 12442] By: jhi                                   on 2001/10/15  13:35:36
24635         Log: Sync the skip() amounts with the number of tests.
24636      Branch: perl
24637            ! lib/Term/Complete.t
24638 ____________________________________________________________________________
24639 [ 12441] By: jhi                                   on 2001/10/15  13:11:03
24640         Log: Update Changes.
24641      Branch: perl
24642            ! Changes patchlevel.h
24643 ____________________________________________________________________________
24644 [ 12440] By: jhi                                   on 2001/10/15  12:58:24
24645         Log: MacOS Classic catdir() rewrite from Thomas Wegner
24646              (backward incompatibility, but a deliberate one,
24647              the old version simply is broken in its logic),
24648              also documentation updates, and as suggested replicated
24649              the File::Spec::Unix documentation updates also on the
24650              File::Spec documentation.
24651              
24652              TODO: there seems to be duplication of documentation
24653              between File::Spec and File::Spec::Unix.  I think
24654              the ::Unix should be left only with specific UNIXisms,
24655              and all the generic documentation should be in ::Spec.
24656      Branch: perl
24657            ! lib/File/Find/t/find.t lib/File/Find/t/taint.t
24658            ! lib/File/Spec.pm lib/File/Spec.t lib/File/Spec/Mac.pm
24659            ! lib/File/Spec/Unix.pm
24660 ____________________________________________________________________________
24661 [ 12439] By: jhi                                   on 2001/10/15  12:32:07
24662         Log: Subject: Re: [PATCH t/op/magic.t] missing tests on Win32
24663              From: Blair Zajac <blair@orcaware.com>
24664              Date: Mon, 24 Sep 2001 11:48:58 -0700
24665              Message-ID: <3BAF801A.88A4F614@orcaware.com>     
24666              
24667              (the skip() messages)
24668      Branch: perl
24669            ! t/op/magic.t
24670 ____________________________________________________________________________
24671 [ 12438] By: ams                                   on 2001/10/14  23:43:59
24672         Log: Subject: [PATCH] make PerlIO default on VMS
24673              From: "Craig A. Berry" <craigberry@mac.com>
24674              Date: Sun, 14 Oct 2001 15:27:18 -0500
24675              Message-Id: <5.1.0.14.0.20011014152339.021ec150@exchi01>
24676      Branch: perl
24677            ! configure.com
24678 ____________________________________________________________________________
24679 [ 12437] By: jhi                                   on 2001/10/14  23:05:57
24680         Log: Retract #12436 (Abhijit already did this at #12426)
24681      Branch: perl
24682            ! lib/ExtUtils/MM_Unix.pm
24683 ____________________________________________________________________________
24684 [ 12436] By: jhi                                   on 2001/10/14  21:22:43
24685         Log: (retracted by #12437)
24686              Subject: [PATCH lib/ExtUtils/MM_Unix.pm] MakeMaker tries to parse commented out $VERSION
24687              From: =?iso-8859-1?Q?Kay_R=F6pke?= <kroepke@dolphin-services.de>
24688              Date: Sat, 13 Oct 2001 20:33:55 +0200
24689              Message-Id: <E15sTbe-0001nt-00@mrvdom04.kundenserver.de>
24690      Branch: perl
24691            ! lib/ExtUtils/MM_Unix.pm
24692 ____________________________________________________________________________
24693 [ 12435] By: jhi                                   on 2001/10/14  21:21:52
24694         Log: Subject: h2xs grammar nit
24695              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
24696              Date: Fri, 12 Oct 2001 00:12:01 -0700 (PDT)
24697              Message-ID: <Pine.GSU.4.21.0110120010540.9710-100000@garcia.efn.org>
24698      Branch: perl
24699            ! utils/h2xs.PL
24700 ____________________________________________________________________________
24701 [ 12434] By: jhi                                   on 2001/10/14  13:48:30
24702         Log: Subject: [PATCH @12422] Fix scoping problem with FATAL warnings
24703              From: "Paul Marquess" <Paul_Marquess@yahoo.co.uk>
24704              Date: Sun, 14 Oct 2001 11:25:08 +0100
24705              Message-ID: <AIEAJICLCBDNAAOLLOKLCEFDDCAA.Paul_Marquess@Yahoo.co.uk>
24706      Branch: perl
24707            ! lib/warnings.pm pod/perllexwarn.pod t/lib/warnings/7fatal
24708            ! warnings.pl
24709 ____________________________________________________________________________
24710 [ 12433] By: jhi                                   on 2001/10/13  23:20:11
24711         Log: Use File::Spec (needs Thomas Wegner's upcoming patch
24712              for File::Spec::Mac::catfile)
24713      Branch: perl
24714            ! lib/h2xs.t
24715 ____________________________________________________________________________
24716 [ 12432] By: jhi                                   on 2001/10/13  23:17:31
24717         Log: Subject: [PATCH] Re: default module version for h2xs (was Re: [PATCH] Re: What sort of Makefile.PL should h2xs write?)   
24718              From: Nicholas Clark <nick@ccl4.org>
24719              Date: Sat, 13 Oct 2001 00:07:31 +0100
24720              Message-ID: <20011013000731.D67535@plum.flirble.org>
24721      Branch: perl
24722            ! lib/h2xs.t utils/h2xs.PL
24723 ____________________________________________________________________________
24724 [ 12431] By: jhi                                   on 2001/10/13  22:35:58
24725         Log: Define PASTHRU_DEFINE and PASTHRU_INC (which are used
24726              before DEFINE and INC), and repent by taking DEFINE and
24727              INC away from PASTHRU.
24728      Branch: perl
24729            ! lib/ExtUtils/MM_Unix.pm
24730 ____________________________________________________________________________
24731 [ 12430] By: jhi                                   on 2001/10/13  21:23:09
24732         Log: More MANIFEST anomalies.
24733      Branch: perl
24734            ! MANIFEST
24735 ____________________________________________________________________________
24736 [ 12429] By: jhi                                   on 2001/10/13  21:01:32
24737         Log: Not that many.
24738      Branch: perl
24739            ! MANIFEST
24740 ____________________________________________________________________________
24741 [ 12428] By: sky                                   on 2001/10/13  20:59:27
24742         Log: Subject: [DOC PATCH] pod syntax fixups for File::Spec::* modules
24743              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
24744              Date: Sat, 13 Oct 2001 23:15:55 +0200
24745              Message-ID: <20011013231555.A18071@rafael>
24746      Branch: perl
24747            ! lib/File/Spec.pm lib/File/Spec/Epoc.pm lib/File/Spec/Mac.pm
24748            ! lib/File/Spec/Unix.pm lib/File/Spec/Win32.pm
24749 ____________________________________________________________________________
24750 [ 12427] By: jhi                                   on 2001/10/13  20:54:17
24751         Log: Rewrite mktables from scratch.
24752              - Cleaner.
24753              - Faster: 15-20 seconds as opposed to several minutes.
24754              - More dynamic: the names of the various categories
24755              such as the linebreak ones are dynamic, not static.
24756              - Is.pl: long names for the general category properties
24757              are now available.
24758              - Ranges (<... ,First>, <..., Last>) from the general
24759              categories work now.
24760              - No more mktables.PL because the mktables.PL is not
24761              and never has been run to create a mktables.
24762              - syllables.txt and Is/Syl*.pl removed: non-standard
24763              (not part of the Unicode), and the whole concept is
24764              being reworked (http://syllabary.sourceforge.net/),
24765              the old way wouldn't even work with the new Syllables.txt
24766              (it would result in 1000+ new categories)
24767      Branch: perl
24768            + lib/unicore/In/163.pl lib/unicore/In/164.pl
24769            + lib/unicore/In/165.pl lib/unicore/In/166.pl
24770            + lib/unicore/In/167.pl lib/unicore/In/168.pl
24771            + lib/unicore/In/169.pl lib/unicore/In/170.pl
24772            + lib/unicore/In/171.pl lib/unicore/Is.pl
24773            + lib/unicore/Is/Title.pl lib/unicore/Lbrk.pl
24774            + lib/unicore/mktables
24775            - lib/unicore/Is/SylA.pl lib/unicore/Is/SylAA.pl
24776            - lib/unicore/Is/SylAAI.pl lib/unicore/Is/SylAI.pl
24777            - lib/unicore/Is/SylC.pl lib/unicore/Is/SylE.pl
24778            - lib/unicore/Is/SylEE.pl lib/unicore/Is/SylI.pl
24779            - lib/unicore/Is/SylII.pl lib/unicore/Is/SylN.pl
24780            - lib/unicore/Is/SylO.pl lib/unicore/Is/SylOO.pl
24781            - lib/unicore/Is/SylU.pl lib/unicore/Is/SylV.pl
24782            - lib/unicore/Is/SylWA.pl lib/unicore/Is/SylWAA.pl
24783            - lib/unicore/Is/SylWC.pl lib/unicore/Is/SylWE.pl
24784            - lib/unicore/Is/SylWEE.pl lib/unicore/Is/SylWI.pl
24785            - lib/unicore/Is/SylWII.pl lib/unicore/Is/SylWO.pl
24786            - lib/unicore/Is/SylWOO.pl lib/unicore/Is/SylWU.pl
24787            - lib/unicore/Is/SylWV.pl lib/unicore/Is/Syllable.pl
24788            - lib/unicore/syllables.txt
24789            ! (edit 304 files)
24790 ____________________________________________________________________________
24791 [ 12426] By: ams                                   on 2001/10/13  18:05:36
24792         Log: ExtUtils::MM_Unix should ignore comments when searching for
24793              $VERSION.
24794      Branch: perl
24795            ! lib/ExtUtils/MM_Unix.pm
24796 ____________________________________________________________________________
24797 [ 12425] By: jhi                                   on 2001/10/13  12:26:41
24798         Log: Subject: Re: New module XML::Clean
24799              From: andreas.koenig@anima.de (Andreas J. Koenig)
24800              Date: 13 Oct 2001 10:17:09 +0200
24801              Message-ID: <m37ku0t0my.fsf@anima.de>
24802      Branch: perl
24803            ! pod/perlnewmod.pod
24804 ____________________________________________________________________________
24805 [ 12424] By: sky                                   on 2001/10/13  09:39:59
24806         Log: Set thread stack size if needed.
24807      Branch: perl
24808            ! ext/threads/threads.xs
24809 ____________________________________________________________________________
24810 [ 12423] By: sky                                   on 2001/10/13  09:36:49
24811         Log: We do want to set the attribute to joinable even on modern posix
24812              platforms.
24813      Branch: perl
24814            ! ext/threads/threads.xs
24815 ____________________________________________________________________________
24816 [ 12422] By: jhi                                   on 2001/10/13  02:04:44
24817         Log: Subject: [PATCH ext/Data/Dumper.xs]
24818              From: Brian Ingerson <ingy@ttul.org>
24819              Date: Fri, 12 Oct 2001 19:32:35 -0700
24820              Message-ID: <20011012193235.B889@ttul.org>
24821      Branch: perl
24822            ! ext/Data/Dumper/Dumper.xs
24823 ____________________________________________________________________________
24824 [ 12421] By: jhi                                   on 2001/10/12  23:22:45
24825         Log: Update Changes.
24826      Branch: perl
24827            ! Changes patchlevel.h
24828 ____________________________________________________________________________
24829 [ 12420] By: jhi                                   on 2001/10/12  22:51:17
24830         Log: FAQ sync.
24831      Branch: perl
24832            ! pod/perlfaq3.pod pod/perlfaq4.pod
24833 ____________________________________________________________________________
24834 [ 12419] By: jhi                                   on 2001/10/12  22:46:49
24835         Log: Subject: RE: [PATCH File::Copy] Silence warnings for tied filehandles     
24836              From: "Wilson, Doug" <Doug_Wilson@intuit.com>
24837              Date: Fri, 12 Oct 2001 11:51:05 -0700
24838              Message-ID: <35A280DF784CD411A06B0008C7B130AD0115DDAE@sdex04.sd.intuit.com>
24839      Branch: perl
24840            ! lib/File/Copy.pm
24841 ____________________________________________________________________________
24842 [ 12418] By: jhi                                   on 2001/10/12  22:44:24
24843         Log: Subject: [PATCH lib/Term/Complete.t] Rethinking the Test
24844              From: "chromatic" <chromatic@rmci.net>     
24845              Date: Thu, 11 Oct 2001 10:57:55 -0600
24846              Message-ID: <20011011170354.74354.qmail@onion.perl.org>
24847              
24848              Subject: [PATCH Complete.pm] Re: [PATCH lib/Term/Complete.t] Rethinking the Test
24849              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
24850              Date: Thu, 11 Oct 2001 22:34:21 +0200
24851              Message-ID: <20011011223421.A693@rafael>     
24852              
24853              plus undef $Term::Complete::stty as suggested by Rafael.
24854      Branch: perl
24855            ! lib/Term/Complete.pm lib/Term/Complete.t
24856 ____________________________________________________________________________
24857 [ 12417] By: jhi                                   on 2001/10/12  20:35:49
24858         Log: UUnndduupplleexx..
24859      Branch: perl
24860            ! perl.h
24861 ____________________________________________________________________________
24862 [ 12416] By: sky                                   on 2001/10/12  20:16:19
24863         Log: Subject: Re: Sparc/Linux/ithreads unhappy @12391 [PATCH]
24864              From: Andy Dougherty <doughera@lafayette.edu>
24865              Date: Fri, 12 Oct 2001 16:53:03 -0400 (EDT)
24866              Message-ID: <Pine.SOL.4.10.10110121647360.11279-100000@maxwell.phys.lafayette.edu>
24867              (Potentially only band-aid)
24868      Branch: perl
24869            ! sv.c
24870 ____________________________________________________________________________
24871 [ 12415] By: jhi                                   on 2001/10/12  20:13:06
24872         Log: VMS pre-7.0 (which doesn't have sigaction()) uniformly
24873              mishandles kill(), and therefore the sigaction test
24874              should be skipped, from Charles Lane.
24875      Branch: perl
24876            ! ext/POSIX/t/sigaction.t
24877 ____________________________________________________________________________
24878 [ 12414] By: sky                                   on 2001/10/12  18:47:49
24879         Log: Perhaps other OLD_POSIX_API systems might be happy and not only HP-UX 10.20
24880      Branch: perl
24881            ! op.h
24882 ____________________________________________________________________________
24883 [ 12413] By: jhi                                   on 2001/10/12  18:35:31
24884         Log: Upgrade to Math::BigInt 1.44 from Tels and
24885              further fixes from John Peacock.
24886      Branch: perl
24887            + lib/Math/BigInt/t/Math/Subclass.pm
24888            + lib/Math/BigInt/t/bigfltpm.inc lib/Math/BigInt/t/calling.t
24889            + lib/Math/BigInt/t/subclass.t
24890            ! MANIFEST lib/Math/BigFloat.pm lib/Math/BigInt.pm
24891            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bigfltpm.t
24892            ! lib/Math/BigInt/t/bigintc.t lib/Math/BigInt/t/bigintpm.t
24893            ! lib/Math/BigInt/t/mbimbf.t
24894 ____________________________________________________________________________
24895 [ 12412] By: sky                                   on 2001/10/12  18:28:23
24896         Log: perhaps pthread_attr_t really needs to be set for the old api
24897      Branch: perl
24898            ! ext/threads/threads.xs
24899 ____________________________________________________________________________
24900 [ 12411] By: sky                                   on 2001/10/12  18:11:45
24901         Log: pthread_keycreate not pthread_key_create under the here be dragons API
24902      Branch: perl
24903            ! ext/threads/threads.h
24904 ____________________________________________________________________________
24905 [ 12410] By: sky                                   on 2001/10/12  18:07:37
24906         Log: Apperently OLD PTHREADS API is a bit retarded.
24907              This should fix another set of compile failures in HP-UX 10.20.
24908      Branch: perl
24909            ! ext/threads/threads.h ext/threads/threads.xs
24910 ____________________________________________________________________________
24911 [ 12409] By: nick                                  on 2001/10/12  15:30:01
24912         Log: Blind integrate of mainline
24913      Branch: perlio
24914           +> (branch 32 files)
24915            - lib/unicode/README
24916           !> (integrate 121 files)
24917 ____________________________________________________________________________
24918 [ 12408] By: sky                                   on 2001/10/12  14:55:08
24919         Log: Let us avoid being smart for now.
24920      Branch: perl
24921            ! ext/threads/threads.h
24922 ____________________________________________________________________________
24923 [ 12407] By: sky                                   on 2001/10/12  14:38:12
24924         Log: (void*) the argument to make sure we work with picky compilers
24925      Branch: perl
24926            ! ext/threads/threads.xs
24927 ____________________________________________________________________________
24928 [ 12406] By: ams                                   on 2001/10/12  13:26:04
24929         Log: (replaced with #12600)
24930              
24931              Subject: [PATCH 5.6.1 perldoc] use File::Temp
24932              From: Mikhail Zabaluev <mhz@alt-linux.org>
24933              Date: Fri, 12 Oct 2001 12:47:47 +0400
24934              Message-Id: <20011012124747.E13918@localhost.localdomain>
24935      Branch: perl
24936            ! utils/perldoc.PL
24937 ____________________________________________________________________________
24938 [ 12405] By: ams                                   on 2001/10/12  13:05:32
24939         Log: Subject: [PATCH] (Was: lib/Memoize/t/speed.................FAILED at test 2)
24940              From: andreas.koenig@anima.de (Andreas J. Koenig)
24941              Date: 12 Oct 2001 11:12:07 +0200
24942              Message-Id: <m3wv21te6w.fsf_-_@anima.de>
24943      Branch: perl
24944            ! lib/Memoize/t/speed.t
24945 ____________________________________________________________________________
24946 [ 12404] By: sky                                   on 2001/10/12  12:46:15
24947         Log: A) Support OLD_PTHREADS_API
24948              B) Change from using pthread_t to using a TLS to store the
24949              index of the thread in an hash, this is to avoid problems when
24950              in fact pthread_t was not a seralizable type.
24951              Both these changes are because of HP-UX 10.20
24952              This has not been tested on win32 but should work there.
24953              Need to add support for NetWare.
24954      Branch: perl
24955            ! ext/threads/threads.h ext/threads/threads.xs
24956 ____________________________________________________________________________
24957 [ 12403] By: ams                                   on 2001/10/12  07:34:19
24958         Log: Subject: Re: New module XML::Clean
24959              From: andreas.koenig@anima.de (Andreas J. Koenig)
24960              Date: 12 Oct 2001 10:20:35 +0200
24961              Message-Id: <m3elo9uv58.fsf@anima.de>
24962      Branch: perl
24963            ! pod/perlnewmod.pod
24964 ____________________________________________________________________________
24965 [ 12402] By: jhi                                   on 2001/10/11  19:51:04
24966         Log: More HP model tweaks from Merijn.
24967      Branch: perl
24968            ! README.hpux
24969 ____________________________________________________________________________
24970 [ 12401] By: jhi                                   on 2001/10/11  13:03:10
24971         Log: Update Changes.
24972      Branch: perl
24973            ! Changes patchlevel.h
24974 ____________________________________________________________________________
24975 [ 12400] By: jhi                                   on 2001/10/11  11:33:20
24976         Log: HP-UX update from H.Merijn Brand.
24977      Branch: perl
24978            ! README.hpux
24979 ____________________________________________________________________________
24980 [ 12399] By: jhi                                   on 2001/10/11  00:53:56
24981         Log: Subject: [PATCH] fix link rot in README.vms
24982              From: "Craig A. Berry" <craigberry@mac.com>
24983              Date: Wed, 10 Oct 2001 17:17:00 -0500
24984              Message-Id: <5.1.0.14.0.20011010171057.01bd77c8@exchi01>
24985      Branch: perl
24986            ! README.vms
24987 ____________________________________________________________________________
24988 [ 12398] By: jhi                                   on 2001/10/11  00:49:42
24989         Log: Subject: [PATCH lib/Term/Complete.t] (was Re: lib/Term/Complete.t won't complete in background)
24990              From: "chromatic" <chromatic@rmci.net>
24991              Date: Wed, 10 Oct 2001 15:50:30 -0600
24992              Message-ID: <20011010215627.13283.qmail@onion.perl.org> 
24993      Branch: perl
24994            ! lib/Term/Complete.t
24995 ____________________________________________________________________________
24996 [ 12397] By: jhi                                   on 2001/10/11  00:48:54
24997         Log: Subject: [PATCH MANIFEST lib/ExtUtils/Packlist.t] Add Tests for ExtUtils::Packlist
24998              From: "chromatic" <chromatic@rmci.net>
24999              Date: Wed, 10 Oct 2001 15:45:42 -0600
25000              Message-ID: <20011010215140.8913.qmail@onion.perl.org>
25001      Branch: perl
25002            + lib/ExtUtils/Packlist.t
25003            ! MANIFEST
25004 ____________________________________________________________________________
25005 [ 12396] By: jhi                                   on 2001/10/10  20:20:22
25006         Log: VMS needs quotes around the -I option to keep it from
25007              being downcased, from Charles Lane.
25008      Branch: perl
25009            ! t/run/kill_perl.t
25010 ____________________________________________________________________________
25011 [ 12395] By: ams                                   on 2001/10/10  16:22:32
25012         Log: Subject: [PATCH lib/FindBin.pm]
25013              From: Stas Bekman <stas@stason.org>
25014              Date: Tue, 09 Oct 2001 23:57:10 +0800
25015              Message-Id: <3BC31E56.60805@stason.org>
25016      Branch: perl
25017            ! lib/FindBin.pm
25018 ____________________________________________________________________________
25019 [ 12394] By: ams                                   on 2001/10/10  16:09:53
25020         Log: Subject: Re: /usr/include/sys/e ?? (perl@12340)
25021              From: Abhijit Menon-Sen <ams@wiw.org>
25022              Date: Wed, 10 Oct 2001 21:59:33 +0530
25023              Message-Id: <20011010215933.B2444@lustre.dyn.wiw.org>
25024      Branch: perl
25025            ! ext/Data/Dumper/Dumper.xs
25026 ____________________________________________________________________________
25027 [ 12393] By: jhi                                   on 2001/10/10  15:53:39
25028         Log: VMS: reorder the elimination of 000000 in the canonpath logic,
25029              from Charles Lane.
25030      Branch: perl
25031            ! lib/File/Spec/VMS.pm
25032 ____________________________________________________________________________
25033 [ 12392] By: ams                                   on 2001/10/10  14:49:43
25034         Log: Subject: [PATCH] two s/// bugfixes
25035              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
25036              Date: Wed, 10 Oct 2001 17:23:44 +0200
25037              Message-Id: <20011010172344.C22440@rafael>
25038      Branch: perl
25039            ! pp_ctl.c regexec.c t/op/subst.t
25040 ____________________________________________________________________________
25041 [ 12391] By: jhi                                   on 2001/10/10  12:22:02
25042         Log: Fix/improve handling of the [000000] special "root"
25043              directory, by putting cwd in canonical form when doing
25044              abs2rel, and prepending a 000000 to directory "chunks"
25045              if missing from base or path.  Also adjust test to
25046              reflect the (improved) output from abs2rel.
25047              From Charles Lane.
25048      Branch: perl
25049            ! lib/File/Spec.t lib/File/Spec/VMS.pm
25050 ____________________________________________________________________________
25051 [ 12390] By: jhi                                   on 2001/10/10  11:48:14
25052         Log: In VMS the copy-to-untaint %ENV in the initialization also loses
25053              all of the extra VMSish attributes (such as "treat this logical
25054              as a device name") that are necessary to make programs run.
25055              A tainted %ENV does not hinder VMS.  From Charles Lane.
25056      Branch: perl
25057            ! lib/File/Find/t/taint.t
25058 ____________________________________________________________________________
25059 [ 12389] By: jhi                                   on 2001/10/10  11:40:29
25060         Log: VMS-specific fixes to the ExtUtils::Manifest tests.
25061              
25062              o  VMS is case-insensitive, RTL downcases filenames read
25063              by perl... so need to re-upcase filenames like MANIFEST
25064              and MANIFEST.SKIP
25065              
25066              o  Need to convert VMS-style to Unix-style filenames when comparing
25067              names in MANIFEST to names in filesystem.
25068              
25069              o  Need to remove mantest/MANIFEST before rmdir'ing mantest,
25070              since VMS won't let you (easily) delete non-empty directories.
25071              
25072              From Charles Lane.
25073      Branch: perl
25074            ! lib/ExtUtils/Manifest.pm lib/ExtUtils/Manifest.t
25075 ____________________________________________________________________________
25076 [ 12388] By: jhi                                   on 2001/10/10  11:28:44
25077         Log: Unix and VMS agree on "*" as a "match any number of any chars"
25078              wildcards, but differ ("?"  vs.  "%") for their "match any single
25079              char" wildcard.  This patch changes "?"  chars to "%" before doing a
25080              VMS glob...at no loss of functionality, since "?"  isn't a valid
25081              filename char on VMS.  From Charles Lane.
25082      Branch: perl
25083            ! doio.c
25084 ____________________________________________________________________________
25085 [ 12387] By: jhi                                   on 2001/10/10  11:20:13
25086         Log: (accidentally empty submit; new life as #12390)
25087      Branch: perl
25088            ! lib/File/Find/t/taint.t
25089 ____________________________________________________________________________
25090 [ 12386] By: jhi                                   on 2001/10/10  11:12:40
25091         Log: Even more VMS tweakage from Charles Lane:
25092              
25093              Tweak #1:  splitdir only works on directory part of filespec,
25094              split off volume first
25095              Tweak #2:  VMS pre-7.0's $ENV{'HOME'} is not settable
25096              (it's a horrible kludge in the run-time library,
25097              improved in later versions). Check the
25098              $Config{'d_setenv'} flag before attempting to set it.
25099      Branch: perl
25100            ! t/op/chdir.t
25101 ____________________________________________________________________________
25102 [ 12385] By: jhi                                   on 2001/10/09  20:34:36
25103         Log: VMS tweakage from Charles Lane.
25104              
25105              . command.com doubles an output line when prompting for extensions
25106              . Term::Cap has no business trying to run obscure Un*x utilities on VMS
25107              . perl5db doesn't clean up after itself
25108      Branch: perl
25109            ! configure.com lib/Term/Cap.pm lib/perl5db.pl
25110 ____________________________________________________________________________
25111 [ 12384] By: sky                                   on 2001/10/09  19:16:11
25112         Log: Subject: [PATCH again again], Re: [PATCH again] Re: [PATCH mg.c gv.c and others] ${^TAINT}
25113              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
25114              Date: Tue, 9 Oct 2001 22:10:26 +0200
25115              Message-ID: <20011009221026.A8579@rafael>
25116      Branch: perl
25117            ! pod/perldata.pod
25118 ____________________________________________________________________________
25119 [ 12383] By: jhi                                   on 2001/10/09  14:33:15
25120         Log: Subject: [PATCH t/op/subst.t] new tests, new TODO test
25121              From: rgarciasuarez@free.fr (Rafael Garcia-Suarez)
25122              Date: 9 Oct 2001 15:15:06 -0000
25123              Message-Id: <slrn9s653h.h2p.rgarciasuarez@rafael.kazibao.net>
25124      Branch: perl
25125            ! t/op/subst.t
25126 ____________________________________________________________________________
25127 [ 12382] By: jhi                                   on 2001/10/09  14:03:30
25128         Log: Update Changes.
25129      Branch: perl
25130            ! Changes patchlevel.h
25131 ____________________________________________________________________________
25132 [ 12381] By: jhi                                   on 2001/10/09  13:52:50
25133         Log: Seems that a glob(undef) triggers an ACCVIO in Perl_flex_stat
25134              Seems that a glob(undef) triggers an ACCVIO in Perl_flex_stat,
25135              when a NULL is passed for the filename string pointer.
25136              From Charles Lane.
25137      Branch: perl
25138            ! vms/vms.c
25139 ____________________________________________________________________________
25140 [ 12379] By: jhi                                   on 2001/10/09  13:03:49
25141         Log: Subject: HP systems update
25142              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
25143              Date: Tue, 09 Oct 2001 15:59:22 +0200
25144              Message-Id: <20011009155614.A4F5.H.M.BRAND@hccnet.nl>
25145      Branch: perl
25146            ! README.hpux
25147 ____________________________________________________________________________
25148 [ 12378] By: jhi                                   on 2001/10/09  12:52:21
25149         Log: CPAN::Nox does now have a test.
25150      Branch: perl
25151            ! t/lib/1_compile.t
25152 ____________________________________________________________________________
25153 [ 12377] By: jhi                                   on 2001/10/09  12:23:27
25154         Log: Subject: [ID 20011001.009] /usr/bin/perl (in addition to /usr/local/bin/perl)
25155              From: David Dyck <dcd@tc.fluke.com>
25156              Date: Mon, 1 Oct 2001 12:17:36 -0700
25157              Message-Id: <200110011917.MAA11879@dd.tc.fluke.com>
25158      Branch: perl
25159            ! installperl
25160 ____________________________________________________________________________
25161 [ 12376] By: jhi                                   on 2001/10/09  12:18:39
25162         Log: NetWare update from Ananth Kesari.
25163      Branch: perl
25164            ! NetWare/nwperlsys.h makedef.pl
25165 ____________________________________________________________________________
25166 [ 12375] By: jhi                                   on 2001/10/09  11:43:01
25167         Log: Subject: [PATCH Perl@12307] File::Find test on VMS
25168              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
25169              Date: Tue, 9 Oct 2001 08:40:57 EDT
25170              Message-Id: <011009083426.17530f@DUPHY4.Physics.Drexel.Edu>
25171      Branch: perl
25172            ! lib/File/Find/t/find.t
25173 ____________________________________________________________________________
25174 [ 12374] By: ams                                   on 2001/10/09  05:31:45
25175         Log: Subject: [PATCH MANIFEST lib/ExtUtils/Mkbootstrap.t] Add Tests for
25176              ExtUtils::Mkbootstrap
25177              From: "chromatic" <chromatic@rmci.net>
25178              Date: Tue, 09 Oct 2001 00:08:37 -0600
25179              Message-Id: <20011009061432.46666.qmail@onion.perl.org>
25180      Branch: perl
25181            + lib/ExtUtils/Mkbootstrap.t
25182            ! MANIFEST
25183 ____________________________________________________________________________
25184 [ 12373] By: jhi                                   on 2001/10/09  02:56:13
25185         Log: Enable more debugging.
25186      Branch: perl
25187            ! lib/utf8_heavy.pl
25188 ____________________________________________________________________________
25189 [ 12372] By: ams                                   on 2001/10/09  02:11:59
25190         Log: #12370 forgot to modify is_gv_magical().
25191      Branch: perl
25192            ! gv.c
25193 ____________________________________________________________________________
25194 [ 12371] By: jhi                                   on 2001/10/09  01:48:17
25195         Log: Make the toupper/lower/title API for Unicode not right
25196              but at least less wrong: prepare for the mapping being
25197              more than just one-character-to-one-character.
25198      Branch: perl
25199            ! embed.h embed.pl global.sym handy.h pp.c proto.h regcomp.c
25200            ! regexec.c utf8.c
25201 ____________________________________________________________________________
25202 [ 12370] By: jhi                                   on 2001/10/09  01:23:08
25203         Log: Subject: Re: [PATCH mg.c gv.c and others] ${^TAINT}
25204              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
25205              Date: Mon, 8 Oct 2001 22:18:23 -0400
25206              Message-ID: <20011008221823.A413700@linguist.thayer.dartmouth.edu>
25207      Branch: perl
25208            ! pod/perlvar.pod t/op/taint.t
25209 ____________________________________________________________________________
25210 [ 12369] By: jhi                                   on 2001/10/08  23:31:21
25211         Log: FAQ sync.
25212      Branch: perl
25213            ! pod/perlfaq3.pod pod/perlfaq4.pod
25214 ____________________________________________________________________________
25215 [ 12368] By: jhi                                   on 2001/10/08  21:20:45
25216         Log: Subject: [PATCH lib/Term/Cap.t] Fix Debian Failures on Test 22
25217              From: "chromatic" <chromatic@rmci.net>
25218              Date: Mon, 08 Oct 2001 14:05:32 -0600
25219              Message-ID: <20011008201126.73702.qmail@onion.perl.org>
25220      Branch: perl
25221            ! lib/Term/Cap.t
25222 ____________________________________________________________________________
25223 [ 12367] By: jhi                                   on 2001/10/08  21:10:49
25224         Log: Subject: [PATCH again] Re: [PATCH mg.c gv.c and others] ${^TAINT}
25225              From: Michael G Schwern <schwern@pobox.com>
25226              Date: Mon, 8 Oct 2001 17:00:14 -0400
25227              Message-ID: <20011008170014.L17083@blackrider>
25228      Branch: perl
25229            ! gv.c mg.c pod/perlvar.pod t/op/magic.t t/op/taint.t
25230 ____________________________________________________________________________
25231 [ 12366] By: jhi                                   on 2001/10/08  20:43:19
25232         Log: Subject: [PATCH Perl@12307] Time::Hires for VMS pre-7.0
25233              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
25234              Date: Mon, 8 Oct 2001 16:01:33 EDT
25235              Message-Id: <011008155856.1604b5@DUPHY4.Physics.Drexel.Edu>
25236      Branch: perl
25237            ! ext/Time/HiRes/HiRes.xs
25238 ____________________________________________________________________________
25239 [ 12365] By: jhi                                   on 2001/10/08  20:41:50
25240         Log: Subject: [PATCH] Autosplit patch for VMS
25241              From: "Craig A. Berry" <craigberry@mac.com>
25242              Date: Mon, 08 Oct 2001 15:40:43 -0500
25243              Message-Id: <5.1.0.14.0.20011008150808.02302618@exchi01>
25244      Branch: perl
25245            ! lib/AutoSplit.pm lib/AutoSplit.t
25246 ____________________________________________________________________________
25247 [ 12364] By: jhi                                   on 2001/10/08  20:36:58
25248         Log: Don't assume that everybody is running OS X 10.1 yet;
25249              from Kay Röpke.
25250      Branch: perl
25251            ! hints/darwin.sh
25252 ____________________________________________________________________________
25253 [ 12363] By: jhi                                   on 2001/10/08  14:26:35
25254         Log: Update Changes.
25255      Branch: perl
25256            ! Changes patchlevel.h
25257 ____________________________________________________________________________
25258 [ 12362] By: jhi                                   on 2001/10/08  14:05:50
25259         Log: Retract #12358 for now.
25260      Branch: perl
25261            ! lib/Term/Cap.t
25262 ____________________________________________________________________________
25263 [ 12361] By: jhi                                   on 2001/10/08  13:57:10
25264         Log: Can't figure out what this is testing.
25265              (If it is trying to catch SIGKILL, it should stop
25266              trying because that is by definition impossible.)
25267      Branch: perl
25268            ! lib/sigtrap.t
25269 ____________________________________________________________________________
25270 [ 12360] By: jhi                                   on 2001/10/08  13:23:28
25271         Log: Subject: [PATCH bleadperl] why some tests fail on Win95...
25272              From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu>
25273              Date: Sun, 30 Sep 2001 21:15:13 +0200
25274              Message-ID: <5033457805.20010930211513@tesla.rcub.bg.ac.yu>
25275      Branch: perl
25276            ! lib/ExtUtils/MM_Win32.pm
25277 ____________________________________________________________________________
25278 [ 12359] By: jhi                                   on 2001/10/08  12:37:17
25279         Log: Clarify the ldlibpth part and condense the overall text.
25280      Branch: perl
25281            ! t/TEST
25282 ____________________________________________________________________________
25283 [ 12358] By: jhi                                   on 2001/10/08  11:56:49
25284         Log: Subject: Re: [PATCH] & what's to be done for 5.8.0?
25285              From: "chromatic" <chromatic@rmci.net>
25286              Date: Sun, 07 Oct 2001 16:59:26 -0600
25287              Message-ID: <20011007230518.90917.qmail@onion.perl.org>
25288      Branch: perl
25289            ! lib/Term/Cap.t
25290 ____________________________________________________________________________
25291 [ 12357] By: jhi                                   on 2001/10/08  11:54:50
25292         Log: Update the list because fo #12265.
25293      Branch: perl
25294            ! t/lib/1_compile.t
25295 ____________________________________________________________________________
25296 [ 12356] By: jhi                                   on 2001/10/08  11:53:30
25297         Log: Subject: [PATCH] & what's to be done for 5.8.0? 
25298              From: Nicholas Clark <nick@ccl4.org>
25299              Date: Sun, 7 Oct 2001 20:53:33 +0100
25300              Message-ID: <20011007205333.S38756@plum.flirble.org>   
25301      Branch: perl
25302            ! ext/B/t/showlex.t ext/B/t/stash.t ext/Cwd/t/taint.t
25303            ! ext/DB_File/t/db-btree.t ext/DB_File/t/db-hash.t
25304            ! ext/DB_File/t/db-recno.t ext/Fcntl/t/fcntl.t lib/CGI/t/carp.t
25305            ! lib/CGI/t/cookie.t lib/File/Find/t/taint.t lib/FindBin.t
25306            ! lib/Net/t/ftp.t lib/Net/t/hostname.t lib/Net/t/nntp.t
25307            ! lib/Net/t/smtp.t lib/Switch/t/given.t lib/Switch/t/nested.t
25308            ! lib/Switch/t/switch.t lib/Term/Complete.t
25309            ! lib/Test/Simple/t/plan_is_noplan.t lib/Test/Simple/t/todo.t
25310            ! lib/bigfloat.t lib/bigint.t lib/integer.t t/op/flip.t
25311            ! t/op/my_stash.t
25312 ____________________________________________________________________________
25313 [ 12355] By: jhi                                   on 2001/10/08  11:51:29
25314         Log: Integrate patch #12350 from maintperl; typo in
25315              IO::Seekable doc.
25316      Branch: perl
25317           !> ext/IO/lib/IO/Seekable.pm
25318 ____________________________________________________________________________
25319 [ 12354] By: jhi                                   on 2001/10/08  11:41:16
25320         Log: Detypo.
25321      Branch: perl
25322            ! hints/darwin.sh
25323 ____________________________________________________________________________
25324 [ 12353] By: sky                                   on 2001/10/07  17:16:14
25325         Log: Change 12349 didn't really get it right.
25326      Branch: perl
25327            ! lib/Unicode/README
25328 ____________________________________________________________________________
25329 [ 12352] By: jhi                                   on 2001/10/07  15:03:18
25330         Log: If running the harness the dynamic library search path
25331              may need setting.
25332      Branch: perl
25333            ! t/TEST
25334 ____________________________________________________________________________
25335 [ 12351] By: jhi                                   on 2001/10/07  14:17:12
25336         Log: It seems that in MacOS X 10.1 one must use -flat_namespace
25337              in ldflags.
25338      Branch: perl
25339            ! hints/darwin.sh
25340 ____________________________________________________________________________
25341 [ 12350] By: gsar                                  on 2001/10/07  13:30:42
25342         Log: typo in IO::Seekable doc
25343      Branch: maint-5.6/perl
25344            ! ext/IO/lib/IO/Seekable.pm
25345 ____________________________________________________________________________
25346 [ 12349] By: jhi                                   on 2001/10/07  12:49:31
25347         Log: Give up the fantasy of having lib/Unicode and lib/unicode:
25348              doesn't work on Mac OS X 10.1 (when unpacking the tar the
25349              latter gets renamed as lib/unicode:1, assumedly for security
25350              reasons not to overwrite stuff)
25351      Branch: perl
25352            + lib/Unicode/README
25353            - lib/unicode/README
25354            ! MANIFEST
25355 ____________________________________________________________________________
25356 [ 12348] By: ams                                   on 2001/10/07  05:33:40
25357         Log: Subject: [PATCH MANIFEST lib/CPAN/t/Nox.t] Add Tests for CPAN::Nox
25358              From: "chromatic" <chromatic@rmci.net>
25359              Date: Sat, 06 Oct 2001 21:42:03 -0600
25360              Message-Id: <20011007034754.21057.qmail@onion.perl.org>
25361      Branch: perl
25362            + lib/CPAN/t/Nox.t
25363            ! MANIFEST
25364 ____________________________________________________________________________
25365 [ 12347] By: ams                                   on 2001/10/07  00:48:10
25366         Log: Subject: [PATCH MANIFEST lib/sigtrap.t] Add Tests for sigtrap.pm
25367              From: "chromatic" <chromatic@rmci.net>
25368              Date: Sat, 06 Oct 2001 18:52:10 -0600
25369              Message-Id: <20011007005801.98381.qmail@onion.perl.org>
25370      Branch: perl
25371            + lib/sigtrap.t
25372            ! MANIFEST
25373 ____________________________________________________________________________
25374 [ 12346] By: ams                                   on 2001/10/06  23:14:01
25375         Log: Subject: [PATCH] (was Re: [PATCH] Re: What sort of Makefile.PL should
25376              h2xs write?)
25377              From: Nicholas Clark <nick@ccl4.org>
25378              Date: Sat, 6 Oct 2001 21:46:43 +0100
25379              Message-Id: <20011006214643.L38756@plum.flirble.org>
25380      Branch: perl
25381            ! utils/h2xs.PL
25382 ____________________________________________________________________________
25383 [ 12345] By: ams                                   on 2001/10/06  17:39:53
25384         Log: Subject: [PATCH] Memoize tests
25385              From: Nicholas Clark <nick@ccl4.org>
25386              Date: Sat, 6 Oct 2001 18:04:21 +0100
25387              Message-Id: <20011006180421.J38756@plum.flirble.org>
25388      Branch: perl
25389            ! lib/Memoize/t/array.t lib/Memoize/t/array_confusion.t
25390            ! lib/Memoize/t/correctness.t lib/Memoize/t/errors.t
25391            ! lib/Memoize/t/expire.t lib/Memoize/t/expire_file.t
25392            ! lib/Memoize/t/expire_module_n.t
25393            ! lib/Memoize/t/expire_module_t.t lib/Memoize/t/flush.t
25394            ! lib/Memoize/t/normalize.t lib/Memoize/t/prototype.t
25395            ! lib/Memoize/t/speed.t lib/Memoize/t/tie.t
25396            ! lib/Memoize/t/tie_gdbm.t lib/Memoize/t/tie_ndbm.t
25397            ! lib/Memoize/t/tie_sdbm.t lib/Memoize/t/tie_storable.t
25398            ! lib/Memoize/t/tiefeatures.t lib/Memoize/t/unmemoize.t
25399 ____________________________________________________________________________
25400 [ 12344] By: jhi                                   on 2001/10/06  00:30:23
25401         Log: Retract the latter part of #12343.
25402      Branch: perl
25403            ! ext/IO/lib/IO/Socket/INET.pm
25404 ____________________________________________________________________________
25405 [ 12343] By: jhi                                   on 2001/10/05  23:32:07
25406         Log: Subject: patch to ext/IO/lib/IO/Socket/INET.pm fixes Bug ID (20010803.022)
25407              From: David Dyck <dcd@tc.fluke.com>
25408              Date: Fri, 5 Oct 2001 16:04:43 -0700 (PDT)
25409              Message-ID: <Pine.LNX.4.33.0110051548340.9856-100000@dd.tc.fluke.com>
25410              
25411              Subject: Re: patch to ext/IO/lib/IO/Socket/INET.pm fixes Bug ID (20010803.022)
25412              From: David Dyck <dcd@tc.fluke.com>
25413              Date: Fri, 5 Oct 2001 17:27:46 -0700 (PDT)
25414              Message-ID: <Pine.LNX.4.33.0110051714350.14248-100000@dd.tc.fluke.com>
25415      Branch: perl
25416            ! ext/IO/lib/IO/Socket/INET.pm
25417 ____________________________________________________________________________
25418 [ 12342] By: jhi                                   on 2001/10/05  16:28:37
25419         Log: Subject: [PATCH perl@12307] Re: test names from C<make TEST>
25420              From: Robin Barker <rmb1@cise.npl.co.uk>
25421              Date: Fri, 5 Oct 2001 18:20:44 +0100 (BST)
25422              Message-Id: <200110051720.SAA17023@tempest.npl.co.uk>
25423      Branch: perl
25424            ! t/TEST
25425 ____________________________________________________________________________
25426 [ 12341] By: jhi                                   on 2001/10/05  13:54:08
25427         Log: Don't assume that %x is good for displaying UVs.
25428      Branch: perl
25429            ! dump.c
25430 ____________________________________________________________________________
25431 [ 12340] By: jhi                                   on 2001/10/05  12:41:31
25432         Log: Update Changes.
25433      Branch: perl
25434            ! Changes patchlevel.h
25435 ____________________________________________________________________________
25436 [ 12339] By: ams                                   on 2001/10/05  10:22:34
25437         Log: Subject: [PATCH] perlfunc/select
25438              From: Nicholas Clark <nick@ccl4.org>
25439              Date: Fri, 5 Oct 2001 11:33:58 +0100
25440              Message-Id: <20011005113358.Z38756@plum.flirble.org>
25441      Branch: perl
25442            ! pod/perlfunc.pod
25443 ____________________________________________________________________________
25444 [ 12338] By: jhi                                   on 2001/10/04  22:54:06
25445         Log: Retract #12313 and #12249.
25446      Branch: perl
25447            ! pod/perlboot.pod pod/perlbot.pod pod/perlcall.pod
25448            ! pod/perldata.pod pod/perldbmfilter.pod pod/perldsc.pod
25449            ! pod/perlebcdic.pod
25450 ____________________________________________________________________________
25451 [ 12337] By: jhi                                   on 2001/10/04  17:17:03
25452         Log: Subject: [PATCH] perlvms.pod update
25453              From: "Craig A. Berry" <craigberry@mac.com>
25454              Date: Thu, 04 Oct 2001 12:55:52 -0500
25455              Message-Id: <5.1.0.14.0.20011004124831.01aa49c0@exchi01>
25456      Branch: perl
25457            ! vms/perlvms.pod
25458 ____________________________________________________________________________
25459 [ 12336] By: jhi                                   on 2001/10/04  14:02:17
25460         Log: Subject: PATCH: Tie::SubstrHash
25461              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
25462              Date: Thu, 04 Oct 2001 12:12:41 +0100
25463              Message-Id: <200110041112.f94BCfS17390@crypt.compulink.co.uk> 
25464      Branch: perl
25465            ! lib/Tie/SubstrHash.pm
25466 ____________________________________________________________________________
25467 [ 12335] By: jhi                                   on 2001/10/04  04:45:00
25468         Log: Unicode properties saga continues.
25469      Branch: perl
25470            ! lib/unicore/In.pl lib/unicore/In/136.pl lib/unicore/In/155.pl
25471            ! lib/unicore/mktables.PL lib/utf8_heavy.pl
25472 ____________________________________________________________________________
25473 [ 12334] By: jhi                                   on 2001/10/04  03:42:04
25474         Log: Yet more Unicode properties.
25475      Branch: perl
25476            + lib/unicore/In/137.pl lib/unicore/In/138.pl
25477            + lib/unicore/In/139.pl lib/unicore/In/140.pl
25478            + lib/unicore/In/141.pl lib/unicore/In/142.pl
25479            + lib/unicore/In/143.pl lib/unicore/In/144.pl
25480            + lib/unicore/In/145.pl lib/unicore/In/146.pl
25481            + lib/unicore/In/147.pl lib/unicore/In/148.pl
25482            + lib/unicore/In/149.pl lib/unicore/In/150.pl
25483            + lib/unicore/In/151.pl lib/unicore/In/152.pl
25484            + lib/unicore/In/153.pl lib/unicore/In/154.pl
25485            + lib/unicore/In/155.pl lib/unicore/In/156.pl
25486            + lib/unicore/In/157.pl lib/unicore/In/158.pl
25487            + lib/unicore/In/159.pl lib/unicore/In/160.pl
25488            + lib/unicore/In/161.pl lib/unicore/In/162.pl
25489            ! MANIFEST lib/unicore/In.pl lib/unicore/In/136.pl
25490            ! lib/unicore/mktables.PL lib/utf8_heavy.pl pod/perltodo.pod
25491            ! pod/perlunicode.pod
25492 ____________________________________________________________________________
25493 [ 12333] By: jhi                                   on 2001/10/04  03:02:19
25494         Log: Subject: [PATCH perl@12307] 2 more VMS test tweaks
25495              From: "Craig A. Berry" <craigberry@mac.com>
25496              Date: Wed, 03 Oct 2001 17:45:25 -0500
25497              Message-Id: <5.1.0.14.0.20011003154131.01bc8528@exchi01>
25498              
25499              (the lib/Term/Complete.t patched differently by #12332)
25500      Branch: perl
25501            ! lib/ExtUtils/Command.t
25502 ____________________________________________________________________________
25503 [ 12332] By: jhi                                   on 2001/10/04  03:00:03
25504         Log: Restore only if something to restore.
25505      Branch: perl
25506            ! lib/Term/Complete.t
25507 ____________________________________________________________________________
25508 [ 12331] By: pudge                                 on 2001/10/03  19:30:48
25509         Log: Update various resources for credits,
25510              minor icons fixes, and versions.
25511      Branch: maint-5.6/macperl
25512            ! macos/MPVersion.r macos/Perl.r macos/macperl/MPDroplet.r
25513            ! macos/macperl/MPExtension.rsrc macos/macperl/MPSave.c
25514            ! macos/macperl/MacPerl.r macos/macperl/MacPerl.rsrc
25515 ____________________________________________________________________________
25516 [ 12330] By: pudge                                 on 2001/10/03  19:17:25
25517         Log: Quiet the warnings about using undef value
25518      Branch: maint-5.6/macperl
25519            ! lib/File/Temp.pm
25520 ____________________________________________________________________________
25521 [ 12329] By: pudge                                 on 2001/10/03  19:14:59
25522         Log: Fix up Ballon Help and Help menu docs (first pass);
25523              remove balloon rez file, and autogenerate with
25524              Balloon2Rez instead.
25525      Branch: maint-5.6/macperl
25526            + macos/macperl/macscripts/Balloon2Rez
25527            - macos/macperl/MPBalloons.r
25528            ! macos/macperl/MPBalloons.ball macos/macperl/MacPerl.podhelp
25529 ____________________________________________________________________________
25530 [ 12328] By: pudge                                 on 2001/10/03  19:11:15
25531         Log: Allow overriding of defaults, for change #12327.
25532      Branch: maint-5.6/macperl
25533            ! perl.h
25534 ____________________________________________________________________________
25535 [ 12327] By: pudge                                 on 2001/10/03  19:10:26
25536         Log: Override PerlProc_exit.
25537      Branch: maint-5.6/macperl
25538            ! macos/macish.h
25539 ____________________________________________________________________________
25540 [ 12326] By: pudge                                 on 2001/10/03  19:08:28
25541         Log: Add in new macos/ modules, fix up BuildTools and Makefile.
25542      Branch: maint-5.6/macperl
25543            + macos/bundled_lib/blib/lib/MD5.pm
25544            + macos/bundled_lib/t/MD5/md5.t macos/lib/Mac/AETE/App.pm
25545            + macos/lib/Mac/AETE/Dialect.pm
25546            + macos/lib/Mac/AETE/Format/Converter.pm
25547            + macos/lib/Mac/AETE/Format/Dictionary.pm
25548            + macos/lib/Mac/AETE/Format/Glue.pm macos/lib/Mac/AETE/Parser.pm
25549            + macos/lib/Mac/Glue.pm macos/lib/Mac/OSA/Simple.pm
25550            + macos/lib/Mac/Toolbox.pod
25551            ! macos/Makefile.mk macos/lib/Mac/BuildTools.pm
25552 ____________________________________________________________________________
25553 [ 12325] By: pudge                                 on 2001/10/03  18:51:28
25554         Log: Sync up silly CVS headers ... I should commit CVS
25555              first to avoid this ...
25556      Branch: maint-5.6/macperl
25557            ! macos/config.h macos/ext/Mac/ExtUtils/MakeToolboxModule
25558            ! macos/ext/Mac/Fonts/Fonts.xs macos/ext/MacPerl/MacPerl.xs
25559            ! macos/macperl/MPEditor.c macos/macperl/MPGlobals.h
25560            ! macos/macperl/MPScript.c macos/macperl/MPUtils.c
25561 ____________________________________________________________________________
25562 [ 12324] By: pudge                                 on 2001/10/03  18:44:09
25563         Log: Fix Matthias' address, and attributions.
25564      Branch: maint-5.6/macperl
25565            ! AUTHORS README.macos ext/DynaLoader/dl_mac.xs perl.c
25566            ! pod/perlport.pod
25567 ____________________________________________________________________________
25568 [ 12323] By: pudge                                 on 2001/10/03  18:42:37
25569         Log: Fix Matthias' address, and attributions.
25570      Branch: maint-5.6/macperl
25571            ! macos/config.h macos/ext/Mac/AppleEvents/AppleEvents.pm
25572            ! macos/ext/Mac/Components/Components.pm
25573            ! macos/ext/Mac/Controls/Controls.pm macos/ext/Mac/DCon/DCon.pm
25574            ! macos/ext/Mac/Dialogs/Dialogs.pm
25575            ! macos/ext/Mac/Events/Events.pm
25576            ! macos/ext/Mac/ExtUtils/MakeToolboxModule
25577            ! macos/ext/Mac/Files/Files.pm macos/ext/Mac/Fonts/Fonts.pm
25578            ! macos/ext/Mac/Gestalt/Gestalt.pm
25579            ! macos/ext/Mac/ImageCompression/ImageCompression.pm
25580            ! macos/ext/Mac/Lists/Lists.pm macos/ext/Mac/Memory/Memory.pm
25581            ! macos/ext/Mac/Menus/Menus.pm
25582            ! macos/ext/Mac/MoreFiles/MoreFiles.pm
25583            ! macos/ext/Mac/Movies/Movies.pm
25584            ! macos/ext/Mac/Navigation/Navigation.pm
25585            ! macos/ext/Mac/Notification/Notification.pm
25586            ! macos/ext/Mac/OSA/OSA.pm macos/ext/Mac/Processes/Processes.pm
25587            ! macos/ext/Mac/QDOffscreen/QDOffscreen.pm
25588            ! macos/ext/Mac/QuickDraw/QuickDraw.pm
25589            ! macos/ext/Mac/QuickTimeVR/QuickTimeVR.pm
25590            ! macos/ext/Mac/Resources/Resources.pm macos/ext/Mac/SAT/SAT.pm
25591            ! macos/ext/Mac/Sound/Sound.pm macos/ext/Mac/Speech/Speech.pm
25592            ! macos/ext/Mac/SpeechRecognition/SpeechRecognition.pm
25593            ! macos/ext/Mac/StandardFile/StandardFile.pm
25594            ! macos/ext/Mac/TextEdit/TextEdit.pm
25595            ! macos/ext/Mac/Types/Types.pm macos/ext/Mac/Windows/Windows.pm
25596            ! macos/fcntl.h macos/lib/ExtUtils/MM_MacOS.pm
25597            ! macos/lib/Mac/LowMem.pm
25598 ____________________________________________________________________________
25599 [ 12322] By: sky                                   on 2001/10/03  18:41:07
25600         Log: Subject: [PATCH perl@12307] %ENV tainting for VMS
25601              From: "Craig A. Berry" <craigberry@mac.com>
25602              Date: Wed, 03 Oct 2001 14:30:55 -0500
25603              Message-Id: <5.1.0.14.0.20011003124800.01bd31c0@exchi01>
25604      Branch: perl
25605            ! vms/vms.c
25606 ____________________________________________________________________________
25607 [ 12321] By: jhi                                   on 2001/10/03  18:38:34
25608         Log: Subject: [PATCH perl@12307] %ENV tainting for VMS
25609              From: "Craig A. Berry" <craigberry@mac.com>
25610              Date: Wed, 03 Oct 2001 14:30:55 -0500
25611              Message-Id: <5.1.0.14.0.20011003124800.01bd31c0@exchi01>
25612      Branch: perl
25613            ! vms/vms.c
25614 ____________________________________________________________________________
25615 [ 12320] By: jhi                                   on 2001/10/03  16:47:30
25616         Log: Unicode properties: fix L& (the #12319 didn't allow L&,
25617              only IsL&) and Inherited (negative lookahead good);
25618              add tests for Common, Inherited, and L&.
25619      Branch: perl
25620            ! lib/utf8_heavy.pl pod/perltodo.pod t/op/pat.t
25621 ____________________________________________________________________________
25622 [ 12319] By: jhi                                   on 2001/10/03  16:12:53
25623         Log: Unicode properties: support \p{(?:Is)?L&} as an alias for \pL.
25624              (The Unicode standard uses L& quite often.)
25625      Branch: perl
25626            ! lib/utf8_heavy.pl
25627 ____________________________________________________________________________
25628 [ 12318] By: jhi                                   on 2001/10/03  15:57:34
25629         Log: Add the 'Common' Unicode property (code points not
25630              explicitly assigned to any other script).
25631      Branch: perl
25632            + lib/unicore/In/136.pl
25633            ! MANIFEST lib/unicore/In.pl lib/unicore/mktables.PL
25634 ____________________________________________________________________________
25635 [ 12317] By: jhi                                   on 2001/10/03  13:23:32
25636         Log: Skip the RV printing test under threads until fixed.
25637      Branch: perl
25638            ! ext/B/t/terse.t
25639 ____________________________________________________________________________
25640 [ 12316] By: jhi                                   on 2001/10/03  12:57:05
25641         Log: Subject: 12309 / cygwin / win2k
25642              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
25643              Date: Wed, 03 Oct 2001 15:25:15 +0200
25644              Message-Id: <20011003152353.A479.H.M.BRAND@hccnet.nl>
25645      Branch: perl
25646            ! makedef.pl
25647 ____________________________________________________________________________
25648 [ 12315] By: jhi                                   on 2001/10/03  12:50:17
25649         Log: Metaconfig unit change for #12314.
25650      Branch: metaconfig
25651            ! U/modified/Head.U
25652 ____________________________________________________________________________
25653 [ 12314] By: jhi                                   on 2001/10/03  12:49:26
25654         Log: Subject: Both cygwin and djgpp on one machine
25655              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
25656              Date: Wed, 03 Oct 2001 15:02:59 +0200
25657              Message-Id: <20011003150222.A474.H.M.BRAND@hccnet.nl>
25658      Branch: perl
25659            ! Configure
25660 ____________________________________________________________________________
25661 [ 12313] By: jhi                                   on 2001/10/03  12:04:49
25662         Log: (retracted by #12338)
25663              
25664              Subject: [PATCH] Code clean up for perlboot.pod
25665              From: Casey West <casey@geeknest.com>
25666              Date: Tue, 2 Oct 2001 19:24:43 -0400
25667              Message-ID: <20011002192443.B2163@stupid.geeknest.com>
25668              
25669              Subject: [PATCH] Code clean up for perlbot.diff
25670              From: Casey West <casey@geeknest.com>
25671              Date: Tue, 2 Oct 2001 19:25:22 -0400
25672              Message-ID: <20011002192522.C2163@stupid.geeknest.com>
25673              
25674              Subject: [PATCH] Code clean up for perlcall.pod
25675              From: Casey West <casey@geeknest.com>
25676              Date: Tue, 2 Oct 2001 19:25:57 -0400
25677              Message-ID: <20011002192557.D2163@stupid.geeknest.com>
25678              
25679              Subject: [PATCH] Code clean up for perldata.pod
25680              From: Casey West <casey@geeknest.com>
25681              Date: Tue, 2 Oct 2001 19:26:29 -0400
25682              Message-ID: <20011002192629.E2163@stupid.geeknest.com>
25683              
25684              Subject: [PATCH] Code clean up for perldbmfilter.pod
25685              From: Casey West <casey@geeknest.com>
25686              Date: Tue, 2 Oct 2001 19:26:59 -0400
25687              Message-ID: <20011002192659.F2163@stupid.geeknest.com>
25688              
25689              Subject: [PATCH] Code clean up for perlebcdic.pod
25690              From: Casey West <casey@geeknest.com>
25691              Date: Tue, 2 Oct 2001 19:27:37 -0400
25692              Message-ID: <20011002192737.G2163@stupid.geeknest.com>
25693      Branch: perl
25694            ! pod/perlboot.pod pod/perlbot.pod pod/perlcall.pod
25695            ! pod/perldata.pod pod/perldbmfilter.pod pod/perlebcdic.pod
25696 ____________________________________________________________________________
25697 [ 12312] By: ams                                   on 2001/10/02  23:43:55
25698         Log: Subject: [PATCH lib/ExtUtils/MakeMaker.pm] makemaker@perl.org
25699              From: Michael G Schwern <schwern@pobox.com>
25700              Date: Tue, 2 Oct 2001 17:00:49 -0400
25701              Message-Id: <20011002170049.A9955@blackrider>
25702      Branch: perl
25703            ! lib/ExtUtils/MakeMaker.pm
25704 ____________________________________________________________________________
25705 [ 12311] By: jhi                                   on 2001/10/02  23:24:07
25706         Log: FAQ sync.
25707      Branch: perl
25708            ! pod/perlfaq3.pod
25709 ____________________________________________________________________________
25710 [ 12310] By: nick                                  on 2001/10/02  16:09:49
25711         Log: Integrate mainline
25712      Branch: perlio
25713           !> AUTHORS Changes ext/I18N/Langinfo/Langinfo.pm
25714           !> ext/I18N/Langinfo/Langinfo.t ext/I18N/Langinfo/Makefile.PL
25715           !> lib/Pod/Html.pm lib/unicore/In.pl lib/unicore/mktables.PL mg.c
25716           !> patchlevel.h t/op/pat.t
25717 ____________________________________________________________________________
25718 [ 12309] By: jhi                                   on 2001/10/02  14:34:59
25719         Log: Unicode properties: allow also intra(wordbreak)name whitespace,
25720              not just one single space.
25721      Branch: perl
25722            ! lib/unicore/In.pl lib/unicore/mktables.PL t/op/pat.t
25723 ____________________________________________________________________________
25724 [ 12308] By: jhi                                   on 2001/10/02  12:49:41
25725         Log: AUTHORS updates.
25726      Branch: perl
25727            ! AUTHORS
25728 ____________________________________________________________________________
25729 [ 12307] By: jhi                                   on 2001/10/02  12:22:21
25730         Log: Update Changes.
25731      Branch: perl
25732            ! Changes patchlevel.h
25733 ____________________________________________________________________________
25734 [ 12306] By: jhi                                   on 2001/10/02  11:59:12
25735         Log: Work around old buggy glibcs for langinfo constants,
25736              from Nicholas Clark and David Dyck.
25737      Branch: perl
25738            ! ext/I18N/Langinfo/Langinfo.t ext/I18N/Langinfo/Makefile.PL
25739 ____________________________________________________________________________
25740 [ 12305] By: jhi                                   on 2001/10/02  11:45:55
25741         Log: Eradicate Time::Piece; add an example.
25742      Branch: perl
25743            ! ext/I18N/Langinfo/Langinfo.pm
25744 ____________________________________________________________________________
25745 [ 12304] By: jhi                                   on 2001/10/02  11:34:18
25746         Log: Subject: [PATCH] Pod::Html makes a poor guess at author
25747              From: Robert Spier <rspier@pobox.com>
25748              Date: Mon, 1 Oct 2001 23:20:16 -0700
25749              Message-ID: <15289.23712.422087.878224@rls.cx>
25750      Branch: perl
25751            ! lib/Pod/Html.pm
25752 ____________________________________________________________________________
25753 [ 12303] By: sky                                   on 2001/10/02  10:40:57
25754         Log: Fixes obscure bug that manifests itself by.
25755              local $!=0;undef*STDOUT;#segfaults
25756              Has been around for a while. Possible other magic IO vars are
25757              possibly affected as well. Reported by Jos Boumans.
25758      Branch: perl
25759            ! mg.c
25760 ____________________________________________________________________________
25761 [ 12302] By: nick                                  on 2001/10/02  09:00:52
25762         Log: Integrate mainline
25763      Branch: perlio
25764           !> ext/B/t/terse.t ext/I18N/Langinfo/Langinfo.t hints/darwin.sh
25765           !> lib/Term/Cap.t lib/open.t pod/perlapi.pod pod/perlunicode.pod
25766           !> pp_ctl.c regcomp.c t/TEST t/op/arith.t t/op/pack.t t/op/pat.t
25767 ____________________________________________________________________________
25768 [ 12301] By: nick                                  on 2001/10/02  08:40:57
25769         Log: Integrate mainline + lib/open.t patch from Chromatic
25770      Branch: perlio
25771           +> lib/Term/Cap.t lib/Text/TabsWrap/CHANGELOG
25772            ! lib/open.t
25773           !> (integrate 29 files)
25774 ____________________________________________________________________________
25775 [ 12300] By: jhi                                   on 2001/10/01  19:22:16
25776         Log: Mac OS X doesn't have threadsafe (_r) libc interfaces.
25777              Until it has, better stop early if someone requests threads.
25778      Branch: perl
25779            ! hints/darwin.sh
25780 ____________________________________________________________________________
25781 [ 12299] By: jhi                                   on 2001/10/01  19:01:31
25782         Log: Subject: [ID 20011001.011] redundant code in t/TEST
25783              From: David Dyck <dcd@tc.fluke.com>
25784              Date: Mon, 1 Oct 2001 12:56:24 -0700
25785              Message-Id: <200110011956.MAA16250@dd.tc.fluke.com>
25786      Branch: perl
25787            ! t/TEST
25788 ____________________________________________________________________________
25789 [ 12298] By: jhi                                   on 2001/10/01  18:52:12
25790         Log: Subject: [PATCH lib/Term/Cap.t] Robustify %ENV Handling in Test (was Re: Failed Term/Cap.t test)
25791              From: "chromatic" <chromatic@rmci.net>
25792              Date: Mon, 01 Oct 2001 12:27:12 -0600
25793              Message-ID: <20011001183251.89148.qmail@onion.perl.org>
25794      Branch: perl
25795            ! lib/Term/Cap.t
25796 ____________________________________________________________________________
25797 [ 12297] By: jhi                                   on 2001/10/01  17:04:18
25798         Log: UNICOS testing patches from Nicholas Clark.
25799      Branch: perl
25800            ! t/op/arith.t t/op/pack.t
25801 ____________________________________________________________________________
25802 [ 12296] By: jhi                                   on 2001/10/01  17:01:26
25803         Log: Subject: [PATCH lib/open.t] Better Locale Flutzigation (was Re: lib/open.t and locale tests)
25804              From: "chromatic" <chromatic@rmci.net>
25805              Date: Mon, 01 Oct 2001 10:21:51 -0600
25806              Message-ID: <20011001162731.40639.qmail@onion.perl.org>
25807      Branch: perl
25808            ! lib/open.t
25809 ____________________________________________________________________________
25810 [ 12295] By: jhi                                   on 2001/10/01  14:55:37
25811         Log: Make missing the RADIXCHAR a softer, gentler error.
25812      Branch: perl
25813            ! ext/I18N/Langinfo/Langinfo.t
25814 ____________________________________________________________________________
25815 [ 12294] By: jhi                                   on 2001/10/01  14:51:42
25816         Log: Nuke also the LANG because of glibc.
25817      Branch: perl
25818            ! lib/open.t
25819 ____________________________________________________________________________
25820 [ 12293] By: jhi                                   on 2001/10/01  14:51:20
25821         Log: Also the ^Is is optional.
25822      Branch: perl
25823            ! pod/perlunicode.pod t/op/pat.t
25824 ____________________________________________________________________________
25825 [ 12292] By: jhi                                   on 2001/10/01  14:08:26
25826         Log: Be careful to pull chars from the varargs stack when
25827              formatting chars.
25828      Branch: perl
25829            ! regcomp.c
25830 ____________________________________________________________________________
25831 [ 12291] By: jhi                                   on 2001/10/01  12:27:57
25832         Log: sortsv not in place anymore, noticed by John P. Linderman.
25833      Branch: perl
25834            ! pod/perlapi.pod pp_ctl.c
25835 ____________________________________________________________________________
25836 [ 12290] By: jhi                                   on 2001/10/01  12:25:03
25837         Log: Make the diagnostic messages more neutral.
25838      Branch: perl
25839            ! ext/B/t/terse.t
25840 ____________________________________________________________________________
25841 [ 12289] By: jhi                                   on 2001/10/01  03:59:34
25842         Log: Forgotten from #12288.
25843      Branch: perl
25844            ! ext/Data/Dumper/Dumper.pm
25845 ____________________________________________________________________________
25846 [ 12288] By: jhi                                   on 2001/10/01  03:58:37
25847         Log: Subject: [PATCH ext/Data/Dumper.pm Dumper.xs Dumper.t] Option to sort hashes
25848              From: Brian Ingerson <ingy@ttul.org>
25849              Date: Sun, 30 Sep 2001 21:45:56 -0700
25850              Message-ID: <20010930214556.D26392@ttul.org>
25851              
25852              (remember also the #12289)
25853      Branch: perl
25854            ! ext/Data/Dumper/Dumper.xs ext/Data/Dumper/t/dumper.t
25855 ____________________________________________________________________________
25856 [ 12287] By: jhi                                   on 2001/10/01  03:33:15
25857         Log: More Unicode property tests for the abbreviated
25858              general properties.
25859      Branch: perl
25860            ! t/op/pat.t
25861 ____________________________________________________________________________
25862 [ 12286] By: jhi                                   on 2001/10/01  02:02:08
25863         Log: Further tweaks to the Unicode properties.
25864      Branch: perl
25865            ! lib/utf8_heavy.pl pod/perlunicode.pod regcomp.c t/op/pat.t
25866 ____________________________________________________________________________
25867 [ 12285] By: jhi                                   on 2001/10/01  01:46:35
25868         Log: Retract #12284.
25869      Branch: perl
25870            ! lib/Term/Cap.t
25871 ____________________________________________________________________________
25872 [ 12284] By: jhi                                   on 2001/10/01  01:24:12
25873         Log: (Retracted by #12285)
25874      Branch: perl
25875            ! lib/Term/Cap.t
25876 ____________________________________________________________________________
25877 [ 12283] By: jhi                                   on 2001/10/01  01:22:05
25878         Log: Subject: [PATCH MANIFEST lib/Term/Cap.t] Add tests for Term::Cap   
25879              From: "chromatic" <chromatic@rmci.net>  
25880              Date: Sun, 30 Sep 2001 16:10:02 -0600
25881              Message-ID: <20010930221540.67279.qmail@onion.perl.org>
25882      Branch: perl
25883            + lib/Term/Cap.t
25884            ! MANIFEST
25885 ____________________________________________________________________________
25886 [ 12282] By: jhi                                   on 2001/10/01  01:19:21
25887         Log: Use stty -g to restore the terminal state, do not even
25888              try to run the tests if stty -g is not available.
25889      Branch: perl
25890            ! lib/Term/Complete.t
25891 ____________________________________________________________________________
25892 [ 12281] By: jhi                                   on 2001/09/30  21:05:00
25893         Log: Cleanup utf8_heavy; allow dropping the In prefix from
25894              Unicode script/block properties.
25895      Branch: perl
25896            ! lib/utf8_heavy.pl
25897 ____________________________________________________________________________
25898 [ 12280] By: jhi                                   on 2001/09/30  13:42:18
25899         Log: Retract the #12259 for now.
25900      Branch: perl
25901            ! embed.h embed.pl sv.h
25902 ____________________________________________________________________________
25903 [ 12279] By: jhi                                   on 2001/09/30  13:37:59
25904         Log: Upgrade to Text-Tabs+Wrap-2001.0929 from David Muir Sharnoff.
25905      Branch: perl
25906            + lib/Text/TabsWrap/CHANGELOG
25907            ! MANIFEST lib/Text/TabsWrap/t/fill.t lib/Text/Wrap.pm
25908 ____________________________________________________________________________
25909 [ 12278] By: jhi                                   on 2001/09/30  05:05:18
25910         Log: #12272 wasn't right, it introduced an extra ().
25911      Branch: perl
25912            ! lib/utf8_heavy.pl
25913 ____________________________________________________________________________
25914 [ 12277] By: jhi                                   on 2001/09/30  00:31:07
25915         Log: Subject: [PATCH @12256 ext/DB_File.pm ext/GDBM_File.pm] Remove string eval from AUTOLOAD
25916              From: Jonathan Stowe <gellyfish@gellyfish.com>
25917              Date: Sat, 29 Sep 2001 15:52:43 +0100 (BST)
25918              Message-ID: <Pine.LNX.4.33.0109291535120.18586-100000@orpheus.gellyfish.com>
25919      Branch: perl
25920            ! ext/DB_File/DB_File.pm ext/GDBM_File/GDBM_File.pm
25921 ____________________________________________________________________________
25922 [ 12276] By: jhi                                   on 2001/09/30  00:15:38
25923         Log: Subject: Patch to put qsortsv in the public API
25924              From: Brian Ingerson <ingy@ttul.org>
25925              Date: Sat, 29 Sep 2001 17:41:13 -0700
25926              Message-ID: <20010929174113.A30223@ttul.org>
25927      Branch: perl
25928            ! embed.h embed.pl global.sym pod/perlapi.pod pp_ctl.c proto.h
25929 ____________________________________________________________________________
25930 [ 12275] By: jhi                                   on 2001/09/30  00:11:21
25931         Log: Subject: [PATCH perlvar, perlfunc, inccode.t] additional docs and tests
25932              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
25933              Date: Sat, 29 Sep 2001 23:54:48 +0200
25934              Message-ID: <20010929235448.A5017@rafael>
25935      Branch: perl
25936            ! pod/perlfunc.pod pod/perlvar.pod t/op/inccode.t
25937 ____________________________________________________________________________
25938 [ 12274] By: jhi                                   on 2001/09/30  00:03:19
25939         Log: FAQ sync.
25940      Branch: perl
25941            ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq5.pod
25942            ! pod/perlfaq9.pod
25943 ____________________________________________________________________________
25944 [ 12273] By: bailey                                on 2001/09/29  23:43:46
25945         Log: Resync with mainline
25946      Branch: vmsperl
25947           +> (branch 1207 files)
25948            - (delete 324 files)
25949           !> (integrate 866 files)
25950 ____________________________________________________________________________
25951 [ 12272] By: jhi                                   on 2001/09/29  21:32:33
25952         Log: Nasty recursion trap if one would match Unicode.
25953      Branch: perl
25954            ! lib/utf8_heavy.pl
25955 ____________________________________________________________________________
25956 [ 12271] By: jhi                                   on 2001/09/29  21:18:44
25957         Log: More Unicode todo.
25958      Branch: perl
25959            ! pod/perltodo.pod
25960 ____________________________________________________________________________
25961 [ 12270] By: jhi                                   on 2001/09/29  20:15:32
25962         Log: Explain a bit the new more flexible \p\P syntax.
25963      Branch: perl
25964            ! pod/perlunicode.pod
25965 ____________________________________________________________________________
25966 [ 12269] By: jhi                                   on 2001/09/29  20:05:24
25967         Log: More leniency to the \p and \P: now can have whitespace
25968              between the property definition and the curlies; now can
25969              invert the property by having a caret between the open
25970              curly and the property.
25971      Branch: perl
25972            ! lib/utf8_heavy.pl pod/perldiag.pod regcomp.c t/op/pat.t
25973 ____________________________________________________________________________
25974 [ 12268] By: nick                                  on 2001/09/29  17:39:26
25975         Log: Integrate mainline. Builds lots of sv.h/embed.h redef warnings
25976              one test (lib/open.t) fails
25977      Branch: perlio
25978           +> ext/B/t/b.t ext/B/t/debug.t ext/B/t/deparse.t
25979           +> ext/B/t/showlex.t ext/B/t/stash.t ext/B/t/terse.t
25980           +> ext/threads/t/stress_cv.t ext/threads/t/stress_string.t
25981           +> lib/Tie/Scalar.t lib/open.t
25982            - ext/B/B.t ext/B/Debug.t ext/B/Deparse.t ext/B/Showlex.t
25983            - ext/B/Stash.t
25984           !> (integrate 62 files)
25985 ____________________________________________________________________________
25986 [ 12267] By: jhi                                   on 2001/09/29  13:54:04
25987         Log: Save and restore $ENV{'SYS$LOGIN'} only in VMS.
25988      Branch: perl
25989            ! t/op/chdir.t
25990 ____________________________________________________________________________
25991 [ 12266] By: jhi                                   on 2001/09/29  13:51:49
25992         Log: Subject: [PATCH perl@12258] chdir.t finally (I hope)
25993              From: "Craig A. Berry" <craigberry@mac.com> 
25994              Date: Sat, 29 Sep 2001 09:35:33 -0500
25995              Message-Id: <a05101000b7db8afde231@[172.16.52.1]>
25996      Branch: perl
25997            ! t/op/chdir.t
25998 ____________________________________________________________________________
25999 [ 12265] By: jhi                                   on 2001/09/29  13:49:43
26000         Log: Subject: [PATCH MANIFEST lib/Tie/Scalar.pm lib/Tie/Scalar.t] Add tests, clean up Tie::Scalar
26001              From: "chromatic" <chromatic@rmci.net>
26002              Date: Fri, 28 Sep 2001 21:20:12 -0600
26003              Message-ID: <20010929032543.58322.qmail@onion.perl.org>
26004      Branch: perl
26005            + lib/Tie/Scalar.t
26006            ! MANIFEST lib/Tie/Scalar.pm
26007 ____________________________________________________________________________
26008 [ 12264] By: jhi                                   on 2001/09/29  04:57:42
26009         Log: Allow for more flexibility in the \p{In...} names, now
26010              case doesn't matter, and any space or dash can be
26011              matched by any space, dash, underbar, or empty.
26012              (may be going too far on leniency)
26013      Branch: perl
26014            ! lib/unicore/Blocks.pl lib/unicore/In.pl lib/unicore/Scripts.pl
26015            ! lib/unicore/mktables.PL lib/utf8_heavy.pl pod/perlunicode.pod
26016            ! t/op/pat.t
26017 ____________________________________________________________________________
26018 [ 12263] By: jhi                                   on 2001/09/28  23:04:13
26019         Log: Subject: [PATCH MANIFEST lib/open.t] Add tests for open.pm
26020              From: "chromatic" <chromatic@rmci.net>
26021              Date: Fri, 28 Sep 2001 17:39:50 -0600
26022              Message-ID: <20010928234521.14178.qmail@onion.perl.org>
26023      Branch: perl
26024            + lib/open.t
26025            ! MANIFEST
26026 ____________________________________________________________________________
26027 [ 12262] By: jhi                                   on 2001/09/28  22:23:53
26028         Log: Subject: [PATCH perl@12258] glob test case tweak for VMS
26029              From: "Craig A. Berry" <craigberry@mac.com>
26030              Date: Fri, 28 Sep 2001 16:24:51 -0500
26031              Message-Id: <a05101000b7da98ceb83c@[172.16.52.1]>
26032      Branch: perl
26033            ! ext/File/Glob/t/basic.t
26034 ____________________________________________________________________________
26035 [ 12261] By: jhi                                   on 2001/09/28  22:23:05
26036         Log: Subject: [DOC PATCH] Carp.pm pod typo
26037              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
26038              Date: Fri, 28 Sep 2001 23:14:51 +0200
26039              Message-ID: <20010928231451.E16889@rafael>
26040      Branch: perl
26041            ! lib/Carp.pm
26042 ____________________________________________________________________________
26043 [ 12260] By: jhi                                   on 2001/09/28  22:21:55
26044         Log: Subject: [PATCH] Allow an @INC hook to set %INC
26045              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
26046              Date: Fri, 28 Sep 2001 22:18:13 +0200
26047              Message-ID: <20010928221813.A16889@rafael>
26048      Branch: perl
26049            ! pp_ctl.c
26050 ____________________________________________________________________________
26051 [ 12259] By: jhi                                   on 2001/09/28  22:20:26
26052         Log: Subject: Re: macro redefinitions on Win32 (was Re: Question about PERLIO)
26053              From: Nicholas Clark <nick@ccl4.org>
26054              Date: Fri, 28 Sep 2001 23:39:33 +0100
26055              Message-ID: <20010928233933.C23673@plum.flirble.org>
26056      Branch: perl
26057            ! embed.h embed.pl sv.h
26058 ____________________________________________________________________________
26059 [ 12258] By: jhi                                   on 2001/09/28  12:45:45
26060         Log: Update Changes.
26061      Branch: perl
26062            ! Changes patchlevel.h
26063 ____________________________________________________________________________
26064 [ 12256] By: jhi                                   on 2001/09/28  12:18:29
26065         Log: Move the B tests to B/t.
26066      Branch: perl
26067            + ext/B/t/b.t ext/B/t/debug.t ext/B/t/deparse.t
26068            + ext/B/t/showlex.t ext/B/t/stash.t ext/B/t/terse.t
26069            - ext/B/B.t ext/B/B/Terse.t ext/B/Debug.t ext/B/Deparse.t
26070            - ext/B/Showlex.t ext/B/Stash.t
26071            ! MANIFEST
26072 ____________________________________________________________________________
26073 [ 12255] By: jhi                                   on 2001/09/28  12:09:40
26074         Log: Forgot from #12254.
26075      Branch: perl
26076            + ext/B/B/Terse.t
26077 ____________________________________________________________________________
26078 [ 12254] By: jhi                                   on 2001/09/28  12:09:06
26079         Log: Subject: [PATCH MANIFEST ext/B/B/Terse.t] Add tests for B::Terse
26080              From: "chromatic" <chromatic@rmci.net>
26081              Date: Thu, 27 Sep 2001 23:22:17 -0600
26082              Message-ID: <20010928052747.56587.qmail@onion.perl.org>   
26083      Branch: perl
26084            ! MANIFEST
26085 ____________________________________________________________________________
26086 [ 12253] By: jhi                                   on 2001/09/28  02:31:49
26087         Log: Test numbering mismatch.
26088      Branch: perl
26089            ! t/op/chdir.t
26090 ____________________________________________________________________________
26091 [ 12252] By: jhi                                   on 2001/09/27  22:46:42
26092         Log: Subject: [PATCH perl@12239] slightly less broken chdir.t for VMS
26093              From: "Craig A. Berry" <craigberry@mac.com>
26094              Date: Wed, 26 Sep 2001 17:43:14 -0500
26095              Message-Id: <5.1.0.14.0.20010926173048.01aac5b0@exchi01>
26096      Branch: perl
26097            ! iperlsys.h t/op/chdir.t
26098 ____________________________________________________________________________
26099 [ 12251] By: jhi                                   on 2001/09/27  22:44:35
26100         Log: Subject: [PATCH gv.c] make __ANON__ global
26101              From: Robin Barker <rmb1@cise.npl.co.uk>
26102              Date: Wed, 26 Sep 2001 17:56:28 +0100 (BST)
26103              Message-Id: <200109261656.RAA27762@tempest.npl.co.uk>
26104      Branch: perl
26105            ! gv.c t/op/anonsub.t t/op/runlevel.t
26106 ____________________________________________________________________________
26107 [ 12250] By: jhi                                   on 2001/09/27  22:33:11
26108         Log: Subject: Re: [BUG] B::Terse can't handle constant scalar refs
26109              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
26110              Date: Thu, 27 Sep 2001 22:34:32 +0200
26111              Message-ID: <20010927223432.A1485@rafael>
26112      Branch: perl
26113            ! ext/B/B/Terse.pm
26114 ____________________________________________________________________________
26115 [ 12249] By: jhi                                   on 2001/09/27  22:29:32
26116         Log: (retracted by #12338)
26117              
26118              Subject: [PATCH] Cleanup of perldsc.pod      
26119              From: Casey West <casey@geeknest.com>
26120              Date: Thu, 27 Sep 2001 11:13:17 -0400
26121              Message-ID: <20010927111317.A1942@stupid.geeknest.com>
26122      Branch: perl
26123            ! pod/perldsc.pod
26124 ____________________________________________________________________________
26125 [ 12248] By: jhi                                   on 2001/09/27  22:23:24
26126         Log: Not everyone is using ithreads...
26127      Branch: perl
26128            ! ext/Devel/Peek/Peek.t
26129 ____________________________________________________________________________
26130 [ 12247] By: jhi                                   on 2001/09/27  13:39:39
26131         Log: Document the nss_delete core dump workaround for HP-UX
26132              and Solaris, bug IDs 20010805.018 and 20010629.004.
26133      Branch: perl
26134            ! README.hpux README.solaris
26135 ____________________________________________________________________________
26136 [ 12246] By: jhi                                   on 2001/09/27  12:05:36
26137         Log: Dump Unicode hash keys also as Unicode,
26138              not just as a byte string.
26139      Branch: perl
26140            ! dump.c ext/Devel/Peek/Peek.t
26141 ____________________________________________________________________________
26142 [ 12245] By: jhi                                   on 2001/09/27  11:15:51
26143         Log: Integrate changes #12241 and #12242 from macperl:
26144              
26145              Remove unneeded disabling of umask() calls
26146              
26147              Note (get|set)sockopt are available.
26148      Branch: perl
26149           !> lib/File/Temp.pm pod/perlport.pod
26150 ____________________________________________________________________________
26151 [ 12244] By: sky                                   on 2001/09/27  08:53:00
26152         Log: Flush buffers on thread closedown.
26153      Branch: perl
26154            ! ext/threads/threads.xs
26155 ____________________________________________________________________________
26156 [ 12243] By: jhi                                   on 2001/09/27  02:20:06
26157         Log: Dump SvUTF8(sv)s also as \x{...}.
26158              
26159              TODO: dump the SvUTF8() hash keys similarly. 
26160      Branch: perl
26161            ! dump.c embed.h embed.pl ext/Devel/Peek/Peek.t proto.h
26162 ____________________________________________________________________________
26163 [ 12242] By: pudge                                 on 2001/09/26  20:41:35
26164         Log: Note (get|set)sockopt are available.
26165      Branch: maint-5.6/macperl
26166            ! pod/perlport.pod
26167 ____________________________________________________________________________
26168 [ 12241] By: pudge                                 on 2001/09/26  20:28:49
26169         Log: Remove unneeded disabling of umask() calls
26170      Branch: maint-5.6/macperl
26171            ! lib/File/Temp.pm
26172 ____________________________________________________________________________
26173 [ 12240] By: sky                                   on 2001/09/26  18:44:56
26174         Log: Documention update
26175      Branch: perl
26176            ! ext/threads/threads.pm
26177 ____________________________________________________________________________
26178 [ 12239] By: jhi                                   on 2001/09/26  13:49:05
26179         Log: Update Changes.
26180      Branch: perl
26181            ! Changes patchlevel.h
26182 ____________________________________________________________________________
26183 [ 12238] By: jhi                                   on 2001/09/26  13:40:53
26184         Log: Check that all environment variables are tainted.
26185      Branch: perl
26186            ! t/op/taint.t
26187 ____________________________________________________________________________
26188 [ 12237] By: jhi                                   on 2001/09/26  13:02:07
26189         Log: Manual integration error in #12235.
26190      Branch: perl
26191            ! lib/File/DosGlob.t
26192 ____________________________________________________________________________
26193 [ 12236] By: jhi                                   on 2001/09/26  12:57:11
26194         Log: Subject: Re: binmode(STDOUT, ":unix") busted when STDOUT is piped.
26195              From: "chromatic" <chromatic@rmci.net>
26196              Date: Tue, 25 Sep 2001 23:57:07 -0600
26197              Message-ID: <20010926060233.7554.qmail@onion.perl.org>
26198      Branch: perl
26199            ! perlio.c
26200 ____________________________________________________________________________
26201 [ 12235] By: jhi                                   on 2001/09/26  12:53:16
26202         Log: Integrate macperl changes from Chris Nandor:
26203              12192 11817 11815 11813 11778 11775
26204              
26205              Update CPAN.pm to work with new Mac::BuildTools instead
26206              of ExtUtils::MM_MacOS "orphan" functions
26207              
26208              Fix test
26209              
26210              Make syntax check report in MPW style, fix tests
26211              to use Mac::err=unix to get normal-style error
26212              messages.
26213              
26214              More module and test ports from Thomas Wegner et al
26215              
26216              Fix open of /dev/null for Mac OS
26217              
26218              Allow for platforms to override formatting of errors
26219              on output from Matthias Neeracher (core files)
26220      Branch: perl
26221            ! ext/B/Deparse.t lib/File/DosGlob.pm lib/File/DosGlob.t
26222            ! lib/File/Spec.t lib/File/Temp/t/security.t lib/strict.t
26223            ! lib/subs.t lib/warnings.t t/op/magic.t t/run/kill_perl.t
26224           !> ext/File/Glob/Glob.pm ext/File/Glob/bsd_glob.c lib/CPAN.pm
26225           !> lib/File/Spec/Mac.pm lib/File/Temp.pm perl.c perl.h pp_ctl.c
26226           !> t/base/term.t t/op/runlevel.t t/pod/testp2pt.pl util.c
26227 ____________________________________________________________________________
26228 [ 12234] By: jhi                                   on 2001/09/26  11:58:11
26229         Log: grrr.
26230      Branch: perl
26231            ! t/op/gv.t
26232 ____________________________________________________________________________
26233 [ 12233] By: jhi                                   on 2001/09/26  11:56:09
26234         Log: Retract #12232.
26235      Branch: perl
26236            ! t/op/gv.t
26237 ____________________________________________________________________________
26238 [ 12232] By: jhi                                   on 2001/09/26  11:53:37
26239         Log: (Retracted by #12233.)
26240      Branch: perl
26241            ! t/op/gv.t
26242 ____________________________________________________________________________
26243 [ 12231] By: jhi                                   on 2001/09/26  11:52:09
26244         Log: Detypo.
26245      Branch: perl
26246            ! ext/Encode/Makefile.PL
26247 ____________________________________________________________________________
26248 [ 12230] By: sky                                   on 2001/09/26  11:36:23
26249         Log: Increase the amount of time we spend in each thread, and add one that uses an anonymous sub.
26250              We are using a "delay" here because we do not want to depend on thread synchronization issues.
26251      Branch: perl
26252            + ext/threads/t/stress_cv.t
26253            ! MANIFEST ext/threads/t/stress_string.t
26254 ____________________________________________________________________________
26255 [ 12229] By: jhi                                   on 2001/09/26  11:27:54
26256         Log: NetWare tweak from Ananth Kesari.
26257      Branch: perl
26258            ! NetWare/t/Readme.txt
26259 ____________________________________________________________________________
26260 [ 12228] By: jhi                                   on 2001/09/26  11:26:26
26261         Log: Trick to fool case-blind filesystems.
26262      Branch: perl
26263            ! ext/Encode/Makefile.PL
26264 ____________________________________________________________________________
26265 [ 12227] By: sky                                   on 2001/09/26  11:06:50
26266         Log: Threads can start executing in a different order than they were
26267              created.... so we cannot ok() inside the threadstarter.
26268      Branch: perl
26269            ! ext/threads/t/stress_string.t
26270 ____________________________________________________________________________
26271 [ 12226] By: sky                                   on 2001/09/26  07:41:45
26272         Log: Add in stress_string.t to stress test threads a bit more.
26273      Branch: perl
26274            + ext/threads/t/stress_string.t
26275            ! MANIFEST
26276 ____________________________________________________________________________
26277 [ 12225] By: sky                                   on 2001/09/26  07:04:21
26278         Log: Fix negative refcount introduced by #12223.
26279      Branch: perl
26280            ! ext/threads/threads.xs
26281 ____________________________________________________________________________
26282 [ 12224] By: sky                                   on 2001/09/26  06:57:58
26283         Log: Update documentation to match change #12223
26284      Branch: perl
26285            ! sharedsv.c
26286 ____________________________________________________________________________
26287 [ 12223] By: sky                                   on 2001/09/26  06:54:32
26288         Log: Use a separate interpreter for the sharedsv space. Another
26289              negative sv leak. Sigh.
26290      Branch: perl
26291            ! sharedsv.c
26292 ____________________________________________________________________________
26293 [ 12222] By: sky                                   on 2001/09/26  05:58:35
26294         Log: Do the environ assignment in perl_contruct to match perl_destruct.
26295              Now we don't need to perl_parse/perl_run. However environ is a
26296              global....
26297      Branch: perl
26298            ! perl.c
26299 ____________________________________________________________________________
26300 [ 12221] By: sky                                   on 2001/09/26  05:41:02
26301         Log: Move the creation of PL_strtab to perl_construct so we can work
26302              with HV and HEs without running perl_parse.
26303      Branch: perl
26304            ! perl.c
26305 ____________________________________________________________________________
26306 [ 12220] By: gsar                                  on 2001/09/26  02:18:26
26307         Log: integrate macperl changes into maint-5.6
26308      Branch: maint-5.6/perl
26309           !> (integrate 26 files)
26310 ____________________________________________________________________________
26311 [ 12219] By: pudge                                 on 2001/09/26  00:19:35
26312         Log: Fix just a few of the bugs in Mac::InternetConfig (Bug #462999, Axel Rose);
26313              fix doc in Mac::Fonts (Patch #447221, Andreas Marcel Riechert).
26314      Branch: maint-5.6/macperl
26315            ! macos/ext/Mac/Fonts/Fonts.xs
26316            ! macos/ext/Mac/InternetConfig/InternetConfig.pm
26317 ____________________________________________________________________________
26318 [ 12218] By: ams                                   on 2001/09/25  23:31:33
26319         Log: Subject: Re: [PATCH] AutoSplit.t (was Re: Untested libraries update)
26320              From: Nicholas Clark <nick@ccl4.org>
26321              Date: Wed, 26 Sep 2001 01:20:20 +0100
26322              Message-Id: <20010926012020.B48092@plum.flirble.org>
26323      Branch: perl
26324            ! lib/AutoSplit.t
26325 ____________________________________________________________________________
26326 [ 12217] By: ams                                   on 2001/09/25  22:33:05
26327         Log: Subject: [PATCH perl@12180] angle bracket filespec problem on VMS
26328              From: "Craig A. Berry" <craigberry@mac.com>
26329              Date: Tue, 25 Sep 2001 18:08:42 -0500
26330              Message-Id: <5.1.0.14.0.20010925154848.036887d8@exchi01>
26331      Branch: perl
26332            ! vms/vms.c
26333 ____________________________________________________________________________
26334 [ 12216] By: ams                                   on 2001/09/25  21:41:01
26335         Log: Subject: [PATCH lib/AutoSplit.t]  Fixing mysterious TEST failure. (was
26336              Re: binmode(STDOUT, ":unix") busted when STDOUT is piped.)
26337              From: Michael G Schwern <schwern@pobox.com>
26338              Date: Wed, 26 Sep 2001 00:38:21 -0400
26339              Message-Id: <20010926003821.A627@blackrider>
26340      Branch: perl
26341            ! lib/AutoSplit.t
26342 ____________________________________________________________________________
26343 [ 12215] By: jhi                                   on 2001/09/25  21:40:04
26344         Log: Subject: [PATCH lib/Test/Simple.pm lib/Test/Utils.pm] fix test.deparse
26345              From: Michael G Schwern <schwern@pobox.com>
26346              Date: Tue, 25 Sep 2001 17:43:49 -0400
26347              Message-ID: <20010925174349.B19534@blackrider>
26348      Branch: perl
26349            ! lib/Test/Simple.pm lib/Test/Utils.pm
26350 ____________________________________________________________________________
26351 [ 12214] By: pudge                                 on 2001/09/25  21:11:21
26352         Log: Integrate changes from bleadperl.
26353      Branch: maint-5.6/macperl
26354           !> pod/perlport.pod
26355 ____________________________________________________________________________
26356 [ 12213] By: jhi                                   on 2001/09/25  20:37:14
26357         Log: skip($mess) should result in one skip.
26358      Branch: perl
26359            ! t/test.pl
26360 ____________________________________________________________________________
26361 [ 12212] By: pudge                                 on 2001/09/25  20:21:06
26362         Log: Integrate change #12200 from maintperl.
26363      Branch: maint-5.6/macperl
26364           !> win32/perlhost.h
26365 ____________________________________________________________________________
26366 [ 12211] By: pudge                                 on 2001/09/25  20:11:56
26367         Log: Fix file types to "apple"
26368      Branch: maint-5.6/macperl
26369            ! macos/ext/Mac/Menus/t/MenuBar.rsrc
26370            ! macos/ext/Mac/SAT/t/Collision.rsrc
26371 ____________________________________________________________________________
26372 [ 12210] By: pudge                                 on 2001/09/25  19:28:20
26373         Log: Fix rsrc file as snd file; fix path in t file.
26374      Branch: maint-5.6/macperl
26375            ! macos/ext/Mac/Notification/t/Notification.rsrc
26376            ! macos/ext/Mac/Notification/t/Notification.t
26377 ____________________________________________________________________________
26378 [ 12209] By: pudge                                 on 2001/09/25  19:15:57
26379         Log: Sync up with File::Find from bleadperl.
26380      Branch: maint-5.6/macperl
26381            ! lib/File/Find.pm t/lib/filefind-taint.t
26382 ____________________________________________________________________________
26383 [ 12208] By: pudge                                 on 2001/09/25  19:06:48
26384         Log: Ignore SIGPIPE being set to IGNORE.  Temporary fix until we upgrade
26385              to new version of libnet.  (Axel Rose, Paul Schinder, and a cast
26386              of hundreds)
26387      Branch: maint-5.6/macperl
26388            ! macos/bundled_lib/blib/lib/Net/Cmd.pm
26389            ! macos/bundled_lib/blib/lib/Net/FTP/A.pm
26390            ! macos/bundled_lib/blib/lib/Net/FTP/I.pm
26391 ____________________________________________________________________________
26392 [ 12207] By: nick                                  on 2001/09/25  19:04:36
26393         Log: Integrate mainline (untested while modem is up)
26394      Branch: perlio
26395           +> lib/AutoSplit.t t/test.pl
26396            - lib/warnings/register.t
26397           !> (integrate 28 files)
26398 ____________________________________________________________________________
26399 [ 12206] By: jhi                                   on 2001/09/25  17:21:00
26400         Log: perldiag entry for #12205.
26401      Branch: perl
26402            ! pod/perldiag.pod
26403 ____________________________________________________________________________
26404 [ 12205] By: jhi                                   on 2001/09/25  17:20:38
26405         Log: Subject: [PATCH] warning on v-string in use/require
26406              From: John Peacock <jpeacock@rowman.com>
26407              Date: Mon, 24 Sep 2001 17:29:03 -0400
26408              Message-ID: <3BAFA59F.9C0E0339@rowman.com>
26409      Branch: perl
26410            ! ext/IO/lib/IO/Socket.pm pp_ctl.c t/lib/warnings/pp_ctl
26411 ____________________________________________________________________________
26412 [ 12204] By: jhi                                   on 2001/09/25  17:11:02
26413         Log: perltooc et al updates.
26414      Branch: perl
26415            ! plan9/mkfile pod/roffitall
26416 ____________________________________________________________________________
26417 [ 12203] By: jhi                                   on 2001/09/25  17:05:19
26418         Log: Subject: [PATCH pp_sys.c t/op/chdir.t ...] Deprecating chdir(undef)/chdir('')
26419              From: Michael G Schwern <schwern@pobox.com>
26420              Date: Sun, 23 Sep 2001 00:07:12 -0400
26421              Message-ID: <20010923000712.A7005@blackrider>
26422      Branch: perl
26423            ! pod/perl572delta.pod pod/perldiag.pod pp_sys.c t/op/chdir.t
26424 ____________________________________________________________________________
26425 [ 12202] By: jhi                                   on 2001/09/25  16:55:29
26426         Log: Subject: [PATCH perl@12185] Some Encode/*.enc files needs to be corrected
26427              From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
26428              Date: Wed, 26 Sep 2001 01:25:10 +0900
26429              Message-Id: <20010926012410.5B86.BQW10602@nifty.com>
26430      Branch: perl
26431            ! ext/Encode/Encode/cp932.enc ext/Encode/Encode/cp936.enc
26432            ! ext/Encode/Encode/cp949.enc ext/Encode/Encode/cp950.enc
26433            ! ext/Encode/Encode/euc-cn.enc ext/Encode/Encode/shiftjis.enc
26434 ____________________________________________________________________________
26435 [ 12201] By: jhi                                   on 2001/09/25  16:52:03
26436         Log: Integrate change #12200 from maintperl;
26437              on windows, virtualized environment could propagate deleted variables
26438              into children if they happen to be at the very end of the table
26439      Branch: perl
26440           !> win32/perlhost.h
26441 ____________________________________________________________________________
26442 [ 12200] By: gsar                                  on 2001/09/25  16:36:01
26443         Log: on windows, virtualized environment could propagate deleted variables
26444              into children if they happen to be at the very end of the table
26445              (thanks for succinct test case from Johan Holmberg, and fix from
26446              Doug Lankshear)
26447      Branch: maint-5.6/perl
26448            ! win32/perlhost.h
26449 ____________________________________________________________________________
26450 [ 12199] By: gsar                                  on 2001/09/25  15:19:13
26451         Log: avoid the use of ftime() (it does a useless, potentially
26452              expensive call to GetTimeZoneInformation()); this potentially
26453              also results in three more digits of precision from
26454              Time::HiRes::time()
26455      Branch: perl
26456            ! ext/Time/HiRes/HiRes.xs
26457 ____________________________________________________________________________
26458 [ 12198] By: jhi                                   on 2001/09/25  14:27:01
26459         Log: Replace the use Test::More in t/{op,io,run} with t/test.pl.
26460              
26461              Note: io/binmode is failing, have to figure out why.
26462      Branch: perl
26463            + t/test.pl
26464            ! MANIFEST t/io/binmode.t t/op/chdir.t t/op/crypt.t
26465            ! t/op/inccode.t t/op/rand.t t/op/srand.t t/op/ver.t
26466            ! t/run/exit.t
26467 ____________________________________________________________________________
26468 [ 12197] By: ams                                   on 2001/09/25  13:48:55
26469         Log: Subject: [PATCH] AutoSplit.t (was Re: Untested libraries update)
26470              From: Nicholas Clark <nick@ccl4.org>
26471              Date: Tue, 25 Sep 2001 00:37:40 +0100
26472              Message-Id: <20010925003740.S4971@plum.flirble.org>
26473              (Further changes expected.)
26474      Branch: perl
26475            + lib/AutoSplit.t
26476            ! MANIFEST
26477 ____________________________________________________________________________
26478 [ 12196] By: sky                                   on 2001/09/25  13:37:12
26479         Log: Second attempt at fixing Time::HiRes::time on win32. Apperently if ENV{TZ} is wrong we fail. New attempt uses 
26480              _ftime to try and be more robust.
26481      Branch: perl
26482            ! ext/Time/HiRes/HiRes.xs
26483 ____________________________________________________________________________
26484 [ 12194] By: ams                                   on 2001/09/25  11:40:00
26485         Log: Subject: [PATCH perl@12180] perltootc -> perltooc in vms/descrip_mms.template
26486              From: "Craig A. Berry" <craigberry@mac.com>
26487              Date: Mon, 24 Sep 2001 17:54:20 -0500
26488              Message-Id: <5.1.0.14.0.20010924171225.01bb0428@exchi01>
26489      Branch: perl
26490            ! vms/descrip_mms.template
26491 ____________________________________________________________________________
26492 [ 12193] By: pudge                                 on 2001/09/25  02:53:42
26493         Log: Fixes for multiline error parsing (Bug #459263); cmd-.
26494              not working, cursor not spinning (Bug #422129); external
26495              editor problems (Bug #456329); escape/cmd-. not activating
26496              "Cancel" in Save dialog box (Bug #446960); Runtimes not
26497              executing on launch (Bug #464441).
26498      Branch: maint-5.6/macperl
26499            ! macos/macish.c macos/macish.h macos/macperl/MPEditor.c
26500            ! macos/macperl/MPGlobals.h macos/macperl/MPScript.c
26501            ! macos/macperl/MacPerl.r
26502 ____________________________________________________________________________
26503 [ 12192] By: pudge                                 on 2001/09/25  02:42:49
26504         Log: Update CPAN.pm to work with new Mac::BuildTools instead
26505              of ExtUtils::MM_MacOS "orphan" functions
26506      Branch: maint-5.6/macperl
26507            ! lib/CPAN.pm
26508 ____________________________________________________________________________
26509 [ 12191] By: pudge                                 on 2001/09/25  02:37:58
26510         Log: Fix up another xsubpp problem (Matthias Neeracher)
26511      Branch: maint-5.6/macperl
26512            ! macos/xsubpp
26513 ____________________________________________________________________________
26514 [ 12190] By: pudge                                 on 2001/09/25  02:37:38
26515         Log: Remove literal tabs from source in MM_MacOS.pm (Thomas Wegner)
26516      Branch: maint-5.6/macperl
26517            ! macos/lib/ExtUtils/MM_MacOS.pm
26518 ____________________________________________________________________________
26519 [ 12189] By: pudge                                 on 2001/09/25  02:37:08
26520         Log: Fix up Makefiles for more Mac:: modules (and prepare for
26521              static build ...?)
26522      Branch: maint-5.6/macperl
26523            ! macos/Makefile.mk macos/ext/Mac/Makefile.mk
26524            ! macos/macperl/Makefile.mk
26525 ____________________________________________________________________________
26526 [ 12188] By: pudge                                 on 2001/09/25  02:36:19
26527         Log: Fix up tests
26528      Branch: maint-5.6/macperl
26529            ! macos/MacPerlTests.cmd macos/MacPerlTests.plx
26530 ____________________________________________________________________________
26531 [ 12187] By: pudge                                 on 2001/09/25  02:11:13
26532         Log: Make malloc smarter, fix bugs.  (Bug #404030)
26533      Branch: maint-5.6/macperl
26534            ! macos/icemalloc.c macos/icemalloc.h
26535 ____________________________________________________________________________
26536 [ 12186] By: nick                                  on 2001/09/24  19:18:17
26537         Log: Integrate mainline
26538      Branch: perlio
26539           +> ext/I18N/Langinfo/fallback.c ext/I18N/Langinfo/fallback.xs
26540           +> lib/filetest.t
26541           !> (integrate 30 files)
26542 ____________________________________________________________________________
26543 [ 12185] By: jhi                                   on 2001/09/24  18:56:40
26544         Log: Retract #12136, the warnings::register is already
26545              tested by t/lib/warnings/9enabled, as pointed out
26546              by Paul Marquess.
26547      Branch: perl
26548            - lib/warnings/register.t
26549            ! MANIFEST lib/warnings/register.pm t/lib/1_compile.t
26550 ____________________________________________________________________________
26551 [ 12184] By: gsar                                  on 2001/09/24  18:39:58
26552         Log: fix Time::HiRes implementation of gettimeofday() on windows
26553              (HiRes.t#14 now passes)
26554      Branch: perl
26555            ! ext/Time/HiRes/HiRes.xs
26556 ____________________________________________________________________________
26557 [ 12183] By: gsar                                  on 2001/09/24  18:13:23
26558         Log: File::Spec::catfile() canonifies everything to blackslashes on
26559              windows :-(
26560      Branch: perl
26561            ! lib/ExtUtils/Manifest.t
26562 ____________________________________________________________________________
26563 [ 12182] By: gsar                                  on 2001/09/24  17:59:54
26564         Log: test number mismatch
26565      Branch: perl
26566            ! t/op/magic.t
26567 ____________________________________________________________________________
26568 [ 12181] By: jhi                                   on 2001/09/24  17:10:41
26569         Log: ok().
26570      Branch: perl
26571            ! t/op/pack.t
26572 ____________________________________________________________________________
26573 [ 12180] By: jhi                                   on 2001/09/24  16:09:37
26574         Log: unpack("Z*Z*", pack("Z*Z*", ..)) bug, patch and test from
26575              Wolfgang Laun <Wolfgang.Laun@alcatel.at>
26576      Branch: perl
26577            ! pp_pack.c t/op/pack.t
26578 ____________________________________________________________________________
26579 [ 12179] By: jhi                                   on 2001/09/24  15:46:49
26580         Log: Update Changes.
26581      Branch: perl
26582            ! Changes patchlevel.h
26583 ____________________________________________________________________________
26584 [ 12178] By: jhi                                   on 2001/09/24  14:12:06
26585         Log: Subject: [REPATCH] Re: [PATCH lib/ExtUtils/Manifest.pm] Minor bug in comment logic in maniread() on VMS
26586              From: Michael G Schwern <schwern@pobox.com>
26587              Date: Mon, 24 Sep 2001 11:12:13 -0400
26588              Message-ID: <20010924111213.G27885@blackrider>
26589      Branch: perl
26590            ! lib/ExtUtils/Manifest.pm
26591 ____________________________________________________________________________
26592 [ 12177] By: jhi                                   on 2001/09/24  14:02:32
26593         Log: Subject: [PATCH vms/test.com] Fixing inline TODO recognition
26594              From: Michael G Schwern <schwern@pobox.com> 
26595              Date: Mon, 24 Sep 2001 11:02:07 -0400
26596              Message-ID: <20010924110207.E27885@blackrider>
26597      Branch: perl
26598            ! vms/test.com
26599 ____________________________________________________________________________
26600 [ 12176] By: ams                                   on 2001/09/24  14:01:59
26601         Log: Update Changes.
26602      Branch: perl
26603            ! Changes
26604 ____________________________________________________________________________
26605 [ 12175] By: jhi                                   on 2001/09/24  13:20:28
26606         Log: Various cleanups.
26607      Branch: perl
26608            ! ext/threads/Makefile.PL ext/threads/threads.xs
26609 ____________________________________________________________________________
26610 [ 12173] By: pudge                                 on 2001/09/24  12:56:13
26611         Log: Integrate maint-5.6/perl changes 12024, 12026, 12145, 12146.
26612      Branch: maint-5.6/macperl
26613           !> (integrate 33 files)
26614 ____________________________________________________________________________
26615 [ 12171] By: jhi                                   on 2001/09/24  12:26:58
26616         Log: Subject: [PATCH gb2312.enc] (Re: [PATCH perl@12088] 2022-cn.enc of Encode.pm)
26617              From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
26618              Date: Mon, 24 Sep 2001 20:04:58 +0900
26619              Message-Id: <20010924200207.A030.BQW10602@nifty.com>         
26620      Branch: perl
26621            ! ext/Encode/Encode/gb2312.enc
26622 ____________________________________________________________________________
26623 [ 12170] By: jhi                                   on 2001/09/24  12:08:30
26624         Log: Clarifying comment to #12164.
26625      Branch: perl
26626            ! lib/Cwd.pm
26627 ____________________________________________________________________________
26628 [ 12169] By: jhi                                   on 2001/09/24  11:59:33
26629         Log: Subject: [PATCH] Re: What sort of Makefile.PL should h2xs write?
26630              From: Nicholas Clark <nick@ccl4.org>
26631              Date: Sun, 23 Sep 2001 23:00:56 +0100
26632              Message-ID: <20010923230055.Y4971@plum.flirble.org>
26633              
26634              (with "sample_constants" changed to "fallback")
26635      Branch: perl
26636            + ext/I18N/Langinfo/fallback.c ext/I18N/Langinfo/fallback.xs
26637            ! MANIFEST ext/I18N/Langinfo/Langinfo.xs
26638            ! ext/I18N/Langinfo/Makefile.PL lib/ExtUtils/Constant.pm
26639            ! lib/h2xs.t utils/h2xs.PL
26640 ____________________________________________________________________________
26641 [ 12168] By: jhi                                   on 2001/09/24  11:25:56
26642         Log: Metaconfig unit change for #12167.
26643      Branch: metaconfig
26644            ! U/modified/Cppsym.U
26645 ____________________________________________________________________________
26646 [ 12167] By: jhi                                   on 2001/09/24  11:25:22
26647         Log: Add a few glibc cpp symbols to probe for.
26648      Branch: perl
26649            ! Configure
26650 ____________________________________________________________________________
26651 [ 12166] By: jhi                                   on 2001/09/24  11:14:43
26652         Log: DJGPP tweaks for Laszlo Molnar.
26653      Branch: perl
26654            ! djgpp/djgppsed.sh dosish.h
26655 ____________________________________________________________________________
26656 [ 12165] By: ams                                   on 2001/09/24  10:07:08
26657         Log: Subject: [PATCH t/op/inccode.t] More tests
26658              From: rgarciasuarez@free.fr (Rafael Garcia-Suarez)
26659              Date: 24 Sep 2001 10:01:44 -0000
26660              Message-Id: <slrn9qu158.l2t.rgarciasuarez@rafael.kazibao.net>
26661      Branch: perl
26662            ! t/op/inccode.t
26663 ____________________________________________________________________________
26664 [ 12164] By: ams                                   on 2001/09/24  09:43:29
26665         Log: Subject: [PATCH Cwd.pm] local $/ = "\n";
26666              From: Jeff 'japhy/Marillion' Pinyan <jeffp@crusoe.net>
26667              Date: Mon, 24 Sep 2001 00:22:32 -0400 (EDT)
26668              Message-Id: <Pine.GSO.4.21.0109240021410.9178-100000@crusoe.crusoe.net>
26669      Branch: perl
26670            ! lib/Cwd.pm
26671 ____________________________________________________________________________
26672 [ 12163] By: jhi                                   on 2001/09/23  22:50:35
26673         Log: 1_compile updates.
26674      Branch: perl
26675            ! t/lib/1_compile.t
26676 ____________________________________________________________________________
26677 [ 12162] By: jhi                                   on 2001/09/23  21:11:22
26678         Log: Subject: [PATCH] proposal : put the @INC-hooks directly in %INC
26679              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
26680              Date: Wed, 19 Sep 2001 22:47:14 +0200
26681              Message-ID: <20010919224714.A6382@rafael>
26682      Branch: perl
26683            ! pod/perlvar.pod pp_ctl.c
26684 ____________________________________________________________________________
26685 [ 12161] By: ams                                   on 2001/09/23  17:40:02
26686         Log: Subject: [PATCH MANIFEST lib/filetest t/lib/1_compile.t] Add Tests for
26687              filetest Pragma
26688              From: "chromatic" <chromatic@rmci.net>
26689              Date: Sun, 23 Sep 2001 12:07:25 -0600
26690              Message-Id: <20010923181223.32427.qmail@onion.perl.org>
26691      Branch: perl
26692            + lib/filetest.t
26693            ! MANIFEST t/lib/1_compile.t
26694 ____________________________________________________________________________
26695 [ 12160] By: ams                                   on 2001/09/23  16:32:11
26696         Log: Additional minor chdir() tweak.
26697      Branch: perl
26698            ! pod/perlfunc.pod
26699 ____________________________________________________________________________
26700 [ 12159] By: ams                                   on 2001/09/23  16:25:01
26701         Log: Subject: PATCH lib/ExtUtils/Command.t
26702              From: Abe Timmerman <abe@ztreet.demon.nl>
26703              Date: Sun, 23 Sep 2001 19:11:44 +0200
26704              Message-Id: <b94sqtk7sidi2501apjssfubdc2ulmap38@4ax.com>
26705      Branch: perl
26706            ! lib/ExtUtils/Command.t
26707 ____________________________________________________________________________
26708 [ 12158] By: jhi                                   on 2001/09/23  12:52:36
26709         Log: Subject: [PATCH] Win32 compilation without USE_ITHREADS
26710              From: "Mattia Barbon" <mbarbon@dsi.unive.it>
26711              Date: Sun, 23 Sep 2001 02:02:26 +0200
26712              Message-ID: <3BAD42B2.2951.39B2E2A@localhost>
26713      Branch: perl
26714            ! makedef.pl
26715 ____________________________________________________________________________
26716 [ 12157] By: jhi                                   on 2001/09/23  12:46:05
26717         Log: Subject: [PATCH t/op/study.t] Cleanup & OS/390 "fix"
26718              From: Michael G Schwern <schwern@pobox.com> (by way of Craig A. Berry)         
26719              Date: Sat, 22 Sep 2001 12:54:39 -0500
26720              Message-Id: <a05101003b7d27f77cfa1@[172.16.52.1]>
26721      Branch: perl
26722            ! t/op/study.t
26723 ____________________________________________________________________________
26724 [ 12156] By: nick                                  on 2001/09/23  07:48:44
26725         Log: Integrate mainline
26726      Branch: perlio
26727            - check83.pl
26728           !> ext/Encode/Encode/2022-cn.enc
26729 ____________________________________________________________________________
26730 [ 12155] By: nick                                  on 2001/09/23  07:48:01
26731         Log: Integrate mainline
26732      Branch: perlio
26733           +> (branch 64 files)
26734            - ext/Encode/Encode/cns11643-1.enc
26735            - ext/Encode/Encode/cns11643-2.enc
26736            - ext/Encode/Encode/iso2022-cn.enc
26737            - ext/Encode/Encode/iso2022-jp.enc
26738            - ext/Encode/Encode/iso2022-jp1.enc
26739            - ext/Encode/Encode/iso2022-jp2.enc
26740            - ext/Encode/Encode/iso2022-kr.enc ext/Encode/Encode/iso2022.enc
26741            - ext/Encode/Encode/iso8859-1.enc
26742            - ext/Encode/Encode/iso8859-1.ucm
26743            - ext/Encode/Encode/iso8859-10.enc
26744            - ext/Encode/Encode/iso8859-10.ucm
26745            - ext/Encode/Encode/iso8859-13.enc
26746            - ext/Encode/Encode/iso8859-13.ucm
26747            - ext/Encode/Encode/iso8859-14.enc
26748            - ext/Encode/Encode/iso8859-14.ucm
26749            - ext/Encode/Encode/iso8859-15.enc
26750            - ext/Encode/Encode/iso8859-15.ucm
26751            - ext/Encode/Encode/iso8859-16.enc
26752            - ext/Encode/Encode/iso8859-16.ucm
26753            - ext/Encode/Encode/iso8859-2.enc
26754            - ext/Encode/Encode/iso8859-2.ucm
26755            - ext/Encode/Encode/iso8859-3.enc
26756            - ext/Encode/Encode/iso8859-3.ucm
26757            - ext/Encode/Encode/iso8859-4.enc
26758            - ext/Encode/Encode/iso8859-4.ucm
26759            - ext/Encode/Encode/iso8859-5.enc
26760            - ext/Encode/Encode/iso8859-5.ucm
26761            - ext/Encode/Encode/iso8859-6.enc
26762            - ext/Encode/Encode/iso8859-6.ucm
26763            - ext/Encode/Encode/iso8859-7.enc
26764            - ext/Encode/Encode/iso8859-7.ucm
26765            - ext/Encode/Encode/iso8859-8.enc
26766            - ext/Encode/Encode/iso8859-8.ucm
26767            - ext/Encode/Encode/iso8859-9.enc
26768            - ext/Encode/Encode/iso8859-9.ucm
26769            - ext/Encode/Encode/isoir-197.enc
26770            - ext/Encode/Encode/macRomania.enc pod/perltootc.pod
26771            - t/lib/sample-tests/header_at_end
26772            - t/lib/sample-tests/header_at_end_fail
26773           !> (integrate 174 files)
26774 ____________________________________________________________________________
26775 [ 12154] By: ams                                   on 2001/09/23  07:11:46
26776         Log: Mention $ENV{SYS$LOGIN} in chdir() documentation, as suggested
26777              by Blair Zajac.
26778      Branch: perl
26779            ! pod/perlfunc.pod
26780 ____________________________________________________________________________
26781 [ 12153] By: ams                                   on 2001/09/23  06:56:32
26782         Log: Subject: [PATCH pp.c t/op/gv.t pod/perlref.pod pod/perldiag.pod] Re:
26783              Forgotten deprecation of *glob{FILEHANDLE}?
26784              From: "chromatic" <chromatic@rmci.net>
26785              Date: Sat, 22 Sep 2001 21:27:56 -0600
26786              Message-Id: <20010923033252.33085.qmail@onion.perl.org>
26787      Branch: perl
26788            ! pod/perldiag.pod pod/perlref.pod pp.c t/op/gv.t
26789 ____________________________________________________________________________
26790 [ 12152] By: ams                                   on 2001/09/23  06:42:58
26791         Log: Subject: [PATCH lib/File/Find.pm] Fixing lib/File/Find/t/taint.t on VMS
26792              From: Michael G Schwern <schwern@pobox.com>
26793              Date: Sun, 23 Sep 2001 03:34:39 -0400
26794              Message-Id: <20010923033439.E7005@blackrider>
26795      Branch: perl
26796            ! lib/File/Find.pm
26797 ____________________________________________________________________________
26798 [ 12151] By: ams                                   on 2001/09/23  06:37:57
26799         Log: Subject: Re: t/op/magic.t missing tests on Win32
26800              From: Michael G Schwern <schwern@pobox.com>
26801              Date: Sat, 22 Sep 2001 20:29:09 -0400
26802              Message-Id: <20010922202909.I18223@blackrider>
26803      Branch: perl
26804            ! t/op/magic.t
26805 ____________________________________________________________________________
26806 [ 12150] By: ams                                   on 2001/09/23  06:36:26
26807         Log: Subject: [PATCH MANIFEST lib/Dumpvalue.t lib/Dumpvalue.pm] Add tests for
26808              Dumpvalue.pm
26809              From: "chromatic" <chromatic@rmci.net>
26810              Date: Sat, 22 Sep 2001 19:41:31 -0600
26811              Message-Id: <20010923014628.7739.qmail@onion.perl.org>
26812      Branch: perl
26813            + lib/Dumpvalue.t
26814            ! MANIFEST lib/Dumpvalue.pm
26815 ____________________________________________________________________________
26816 [ 12149] By: ams                                   on 2001/09/23  06:25:35
26817         Log: Subject: [PATCH perl@12088] 2022-cn.enc of Encode.pm
26818              From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
26819              Date: Sun, 23 Sep 2001 15:27:56 +0900
26820              Message-Id: <20010923152641.5E26.BQW10602@nifty.com>
26821      Branch: perl
26822            ! ext/Encode/Encode/2022-cn.enc
26823 ____________________________________________________________________________
26824 [ 12148] By: jhi                                   on 2001/09/22  23:33:42
26825         Log: Manual eror in #12147.
26826      Branch: perl
26827            ! win32/win32.c
26828 ____________________________________________________________________________
26829 [ 12147] By: jhi                                   on 2001/09/22  23:25:02
26830         Log: Integrate change #12146 from maintperl;
26831              win32_chdir() et al don't handle a NULL argument gracefully
26832      Branch: perl
26833           !> win32/perlhost.h win32/win32.c
26834 ____________________________________________________________________________
26835 [ 12146] By: gsar                                  on 2001/09/22  23:18:47
26836         Log: win32_chdir() et al don't handle a NULL argument gracefully
26837      Branch: maint-5.6/perl
26838            ! win32/perlhost.h win32/win32.c
26839 ____________________________________________________________________________
26840 [ 12145] By: gsar                                  on 2001/09/22  23:17:42
26841         Log: typo in change#12026
26842      Branch: maint-5.6/perl
26843            ! op.c
26844 ____________________________________________________________________________
26845 [ 12144] By: jhi                                   on 2001/09/22  21:22:28
26846         Log: Subject: [PATCH] Re: scalar context unpack bugs
26847              From: Nicholas Clark <nick@ccl4.org>
26848              Date: Sat, 22 Sep 2001 23:07:56 +0100
26849              Message-ID: <20010922230755.O4971@plum.flirble.org>
26850      Branch: perl
26851            ! pp_pack.c t/op/pack.t
26852 ____________________________________________________________________________
26853 [ 12143] By: jhi                                   on 2001/09/22  21:18:43
26854         Log: Try ExtUtils::Command.t everywhere, not just on Win32
26855              (as suggested by NI-S).  Also allow running it either
26856              in t/ or in the main directory.
26857      Branch: perl
26858            ! lib/ExtUtils/Command.t
26859 ____________________________________________________________________________
26860 [ 12142] By: jhi                                   on 2001/09/22  21:04:39
26861         Log: Update the test on warnings/register.t.
26862      Branch: perl
26863            ! t/lib/1_compile.t
26864 ____________________________________________________________________________
26865 [ 12141] By: jhi                                   on 2001/09/22  20:40:06
26866         Log: The code is now almost tidy enough to keep the IRIX cc happy.
26867      Branch: perl
26868            ! hints/irix_6.sh
26869 ____________________________________________________________________________
26870 [ 12140] By: ams                                   on 2001/09/22  17:26:32
26871         Log: Subject: [PATCH perl@12088] configure.com: don't build 'threads" w/out
26872              use_ithreads
26873              From: "Craig A. Berry" <craigberry@mac.com>
26874              Date: Sat, 22 Sep 2001 13:15:32 -0500
26875              Message-Id: <a05101005b7d284f5192c@[172.16.52.1]>
26876      Branch: perl
26877            ! configure.com
26878 ____________________________________________________________________________
26879 [ 12139] By: ams                                   on 2001/09/22  16:44:08
26880         Log: Do what perl_clone() does for sharedsv functions.
26881      Branch: perl
26882            ! embed.pl proto.h
26883 ____________________________________________________________________________
26884 [ 12138] By: jhi                                   on 2001/09/22  16:42:04
26885         Log: Retract #12134; reintroduce #11949: PADOFFSETs are now UVs
26886              (suggested by Sarathy, extensions shouldn't be dabbling with
26887              op structures, so binary backward compatibility should not be
26888              an issue.)
26889      Branch: perl
26890            ! hints/irix_6.sh op.h
26891 ____________________________________________________________________________
26892 [ 12137] By: ams                                   on 2001/09/22  16:21:05
26893         Log: More cleanups. (What's PERL_DECL_PROT?)
26894      Branch: perl
26895            ! embed.pl proto.h sharedsv.h
26896 ____________________________________________________________________________
26897 [ 12136] By: ams                                   on 2001/09/22  15:14:34
26898         Log: (Retracted by #12185)
26899              
26900              Subject: [PATCH MANIFEST lib/warnings/register.t lib/warnings/register.pm]
26901              Add Tests for warnings::register, Doc Update
26902              From: "chromatic" <chromatic@rmci.net>
26903              Date: Sat, 22 Sep 2001 09:43:20 -0600
26904              Message-Id: <20010922154815.32004.qmail@onion.perl.org>
26905      Branch: perl
26906            + lib/warnings/register.t
26907            ! MANIFEST lib/warnings/register.pm
26908 ____________________________________________________________________________
26909 [ 12135] By: ams                                   on 2001/09/22  15:07:50
26910         Log: `@foo' should be @foo for consistency.
26911      Branch: perl
26912            ! pod/perldiag.pod
26913 ____________________________________________________________________________
26914 [ 12134] By: jhi                                   on 2001/09/22  14:20:47
26915         Log: (Retracted by #12138)
26916              
26917              Add -woff (turn warning off) 3187:
26918              "A pointer is converted to a smaller integer."
26919              This happens when your pointers are 64-bit: then every case
26920              of converting pointers to PADOFFSETs (explicitly 32-bit)
26921              faces truncation (even explicit use of INT2PTR doesn't help).
26922              CxITERVAR(), POPLOOP(), and PUSHLOOP() are afflicted.
26923              Changing PADOFFSET from U32 to UV would help, but that
26924              would break binary backward compatibility of BASEOP and padop
26925              (assuming you have been using 64-bit pointers).
26926      Branch: perl
26927            ! hints/irix_6.sh
26928 ____________________________________________________________________________
26929 [ 12133] By: jhi                                   on 2001/09/22  13:53:49
26930         Log: More 8.3-cleanup: there isn't an encoding called macRumanian,
26931              but the name comes from the inside the file, not from the file
26932              name, and Rumanian is the name of the language.
26933      Branch: perl
26934            + ext/Encode/Encode/macRumanian.enc
26935            - ext/Encode/Encode/macRomania.enc
26936            ! MANIFEST
26937 ____________________________________________________________________________
26938 [ 12132] By: jhi                                   on 2001/09/22  13:48:29
26939         Log: Rename perltootc as perltooc for 8.3-friedliness.
26940      Branch: perl
26941            + pod/perltooc.pod
26942            - pod/perltootc.pod
26943            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perlboot.pod
26944            ! pod/perlmod.pod pod/perlobj.pod pod/perltoc.pod
26945            ! pod/perltoot.pod
26946 ____________________________________________________________________________
26947 [ 12131] By: jhi                                   on 2001/09/22  13:38:49
26948         Log: Find more conflicts by lowercasing.
26949      Branch: perl
26950            + Porting/check83.pl
26951            - check83.pl
26952            ! MANIFEST
26953 ____________________________________________________________________________
26954 [ 12130] By: jhi                                   on 2001/09/22  13:20:20
26955         Log: The AIX cc 5.0.0.0 is simply too buggy.
26956      Branch: perl
26957            ! hints/aix.sh
26958 ____________________________________________________________________________
26959 [ 12129] By: ams                                   on 2001/09/22  12:35:38
26960         Log: Uninteresting cleanup.
26961      Branch: perl
26962            ! form.h
26963 ____________________________________________________________________________
26964 [ 12128] By: ams                                   on 2001/09/22  12:28:48
26965         Log: Subject: [PATCH@12110] Missing ")" in CvFILEGV
26966              From: "Paul Marquess" <Paul_Marquess@Yahoo.co.uk>
26967              Date: Sat, 22 Sep 2001 14:29:13 +0100
26968              Message-Id: <AIEAJICLCBDNAAOLLOKLAEGADAAA.Paul_Marquess@Yahoo.co.uk>
26969      Branch: perl
26970            ! cv.h
26971 ____________________________________________________________________________
26972 [ 12127] By: ams                                   on 2001/09/22  12:04:28
26973         Log: What's a backet?
26974      Branch: perl
26975            ! dump.c
26976 ____________________________________________________________________________
26977 [ 12126] By: ams                                   on 2001/09/22  10:02:34
26978         Log: Removed duplicated tests #19 and #20.
26979      Branch: perl
26980            ! t/op/do.t
26981 ____________________________________________________________________________
26982 [ 12125] By: ams                                   on 2001/09/22  03:58:41
26983         Log: Subject: Re: [ID 20010919.001] local() fails on imported variables
26984              From: Michael Carman <mjcarman@home.com>
26985              Date: Fri, 21 Sep 2001 17:54:05 -0500
26986              Message-Id: <3BABC50D.6040202@home.com>
26987              (Applied with some changes.)
26988      Branch: perl
26989            ! pod/perlmod.pod
26990 ____________________________________________________________________________
26991 [ 12124] By: ams                                   on 2001/09/22  03:44:19
26992         Log: Subject: [PATCH t/op/chdir.t] Reconciling the Cwd/File::Spec differences
26993              From: Michael G Schwern <schwern@pobox.com>
26994              Date: Fri, 21 Sep 2001 19:20:40 -0400
26995              Message-Id: <20010921192040.E5494@blackrider>
26996      Branch: perl
26997            ! t/op/chdir.t
26998 ____________________________________________________________________________
26999 [ 12123] By: ams                                   on 2001/09/22  03:41:08
27000         Log: Subject: [PATCH] t/op/chdir.t won't pass on VMS
27001              From: Blair Zajac <blair@orcaware.com>
27002              Date: Fri, 21 Sep 2001 15:13:04 -0700
27003              Message-Id: <3BABBB70.55FD41DC@orcaware.com>
27004      Branch: perl
27005            ! t/op/chdir.t
27006 ____________________________________________________________________________
27007 [ 12122] By: ams                                   on 2001/09/22  03:37:07
27008         Log: Subject: [REPATCH] Re: [PATCH t/op/do.t] new regression tests for bug ID
27009              20010920.007
27010              From: Michael G Schwern <schwern@pobox.com>
27011              Date: Fri, 21 Sep 2001 17:59:03 -0400
27012              Message-Id: <20010921175903.V5494@blackrider>
27013      Branch: perl
27014            ! t/op/do.t
27015 ____________________________________________________________________________
27016 [ 12121] By: ams                                   on 2001/09/22  03:30:38
27017         Log: Subject: [PATCH pod/perlport.pod] expand DOS-like table (was Re: test
27018              suite on WinCE)
27019              From: Michael G Schwern <schwern@pobox.com>
27020              Date: Fri, 21 Sep 2001 19:41:03 -0400
27021              Message-Id: <20010921194103.G5494@blackrider>
27022      Branch: perl
27023            ! pod/perlport.pod
27024 ____________________________________________________________________________
27025 [ 12120] By: ams                                   on 2001/09/22  03:28:06
27026         Log: Subject: [PATCH t/op/magic.t] Re: Weird $ENV{FOO} = undef warning
27027              From: Michael G Schwern <schwern@pobox.com>
27028              Date: Fri, 21 Sep 2001 17:33:35 -0400
27029              Message-Id: <20010921173335.T5494@blackrider>
27030              ($ENV{FOO}=undef hunk not applied.)
27031      Branch: perl
27032            ! t/op/magic.t
27033 ____________________________________________________________________________
27034 [ 12119] By: ams                                   on 2001/09/22  03:02:26
27035         Log: Subject: [PATCH] perldiag.pod
27036              From: Peter Scott <Peter@PSDT.com>
27037              Date: Fri, 21 Sep 2001 18:54:50 -0700
27038              Message-Id: <4.3.2.7.2.20010921183823.00aa9890@mail.webquarry.com>
27039              (Moved to the right place.)
27040      Branch: perl
27041            ! pod/perldiag.pod
27042 ____________________________________________________________________________
27043 [ 12118] By: ams                                   on 2001/09/21  20:05:29
27044         Log: Subject: [PATCH t/op/do.t] new regression tests for bug ID 20010920.007
27045              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
27046              Date: Fri, 21 Sep 2001 22:36:54 +0200
27047              Message-Id: <20010921223654.A12742@rafael>
27048      Branch: perl
27049            ! t/op/do.t
27050 ____________________________________________________________________________
27051 [ 12117] By: jhi                                   on 2001/09/21  20:05:23
27052         Log: Restore things as they were before
27053              the backward compatibility police notices.
27054      Branch: perl
27055            ! lib/Cwd.pm
27056 ____________________________________________________________________________
27057 [ 12116] By: jhi                                   on 2001/09/21  17:52:28
27058         Log: More Cwd from Schwern: make also OS/2 and DOS
27059              Cwd agree with File::Spec (that is, native path
27060              syntax using \ instead of / -- backward compatibility
27061              polic warning) and stop Win32 from using bsd_realpath().
27062      Branch: perl
27063            ! lib/Cwd.pm
27064 ____________________________________________________________________________
27065 [ 12115] By: jhi                                   on 2001/09/21  17:19:03
27066         Log: Subject: [PATCH @12110] RE: Untested libraries update
27067              From: "Paul Marquess" <Paul_Marquess@Yahoo.co.uk>
27068              Date: Fri, 21 Sep 2001 18:21:07 +0100
27069              Message-ID: <AIEAJICLCBDNAAOLLOKLOEENDAAA.Paul_Marquess@Yahoo.co.uk>
27070      Branch: perl
27071            ! lib/warnings/register.pm
27072 ____________________________________________________________________________
27073 [ 12114] By: jhi                                   on 2001/09/21  17:09:52
27074         Log: Subject: Re: And now the Cwd problem (was Re: chdir.t problem...)
27075              From: Michael G Schwern <schwern@pobox.com>
27076              Date: Thu, 20 Sep 2001 22:54:02 -0400
27077              Message-ID: <20010920225402.A3611@blackrider>
27078      Branch: perl
27079            ! lib/Cwd.pm
27080 ____________________________________________________________________________
27081 [ 12113] By: ams                                   on 2001/09/21  17:08:24
27082         Log: Subject: [PATCH] avoid v-strings with require/use
27083              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
27084              Date: Fri, 21 Sep 2001 12:34:40 -0400
27085              Message-Id: <20010921123440.A148500@linguist.thayer.dartmouth.edu>
27086      Branch: perl
27087            ! ext/ByteLoader/bytecode.h ext/Data/Dumper/Dumper.pm
27088            ! ext/Devel/DProf/DProf.pm ext/IO/lib/IO/Dir.pm
27089            ! ext/IO/lib/IO/File.pm ext/IO/lib/IO/Handle.pm
27090            ! ext/IO/lib/IO/Pipe.pm ext/IO/lib/IO/Seekable.pm
27091            ! ext/Opcode/Opcode.pm lib/AnyDBM_File.pm lib/AutoLoader.pm
27092            ! lib/AutoSplit.pm lib/Class/Struct.pm lib/Cwd.pm
27093            ! lib/Dumpvalue.pm lib/ExtUtils/Command.pm
27094            ! lib/ExtUtils/Install.pm lib/ExtUtils/Installed.pm
27095            ! lib/ExtUtils/Liblist.pm lib/ExtUtils/Mksymlists.pm
27096            ! lib/ExtUtils/Packlist.pm lib/Fatal.pm lib/File/Basename.pm
27097            ! lib/File/CheckTree.pm lib/File/Compare.pm lib/File/Copy.pm
27098            ! lib/File/Find.pm lib/File/Path.pm lib/File/stat.pm
27099            ! lib/FileHandle.pm lib/Math/Trig.pm lib/Net/Ping.pm
27100            ! lib/Net/hostent.pm lib/Net/netent.pm lib/Net/protoent.pm
27101            ! lib/Net/servent.pm lib/Shell.pm lib/Tie/Array.pm
27102            ! lib/Tie/Handle.pm lib/Time/Local.pm lib/Time/gmtime.pm
27103            ! lib/Time/localtime.pm lib/User/grent.pm lib/base.pm
27104            ! lib/diagnostics.pm lib/fields.pm lib/vars.pm
27105            ! pod/perl56delta.pod pod/perlfunc.pod pp_ctl.c utils/pl2pm.PL
27106 ____________________________________________________________________________
27107 [ 12110] By: jhi                                   on 2001/09/21  13:59:13
27108         Log: Update Changes.
27109      Branch: perl
27110            ! Changes patchlevel.h
27111 ____________________________________________________________________________
27112 [ 12109] By: jhi                                   on 2001/09/21  13:44:43
27113         Log: Make AIX and Tru64 compilers happy.  
27114      Branch: perl
27115            ! ext/threads/threads.h ext/threads/threads.xs
27116 ____________________________________________________________________________
27117 [ 12108] By: jhi                                   on 2001/09/21  12:16:27
27118         Log: Subject: [PATCH] Re: [ID 20010920.007] q and qq does not work after do
27119              From: rgarciasuarez@free.fr (Rafael Garcia-Suarez)
27120              Date: 21 Sep 2001 09:16:37 -0000
27121              Message-Id: <slrn9qm1ca.h6b.rgarciasuarez@rafael.kazibao.net>
27122      Branch: perl
27123            ! toke.c
27124 ____________________________________________________________________________
27125 [ 12107] By: jhi                                   on 2001/09/21  12:14:41
27126         Log: Subject: [PATCH pp_sys.c] pp_chdir Win32 fix
27127              From: Michael G Schwern <schwern@pobox.com>
27128              Date: Thu, 20 Sep 2001 21:21:34 -0400
27129              Message-ID: <20010920212134.Y28291@blackrider>
27130      Branch: perl
27131            ! pp_sys.c
27132 ____________________________________________________________________________
27133 [ 12106] By: jhi                                   on 2001/09/21  12:12:09
27134         Log: Subject: Re: GDB Debugging Macros from mod_perl
27135              From: rspier@pobox.com (Robert Spier)
27136              Date: Thu, 20 Sep 2001 22:45:03 -0700
27137              Message-ID: <15274.54239.413929.49430@rls.cx>
27138      Branch: perl
27139            ! pod/perltodo.pod
27140 ____________________________________________________________________________
27141 [ 12105] By: sky                                   on 2001/09/21  10:33:34
27142         Log: Fixed bug where Time::HiRes::time returned time adjusted to 
27143              timezone! GetSystemTime should be available on all Win32 
27144              platforms we support. Perhaps Time::HiRes should be extended to
27145              support WinCE and Novell?
27146      Branch: perl
27147            ! ext/Time/HiRes/HiRes.xs
27148 ____________________________________________________________________________
27149 [ 12104] By: sky                                   on 2001/09/21  08:12:39
27150         Log: Attempt to fix solaris issue raised by Andy Dougherty.  
27151      Branch: perl
27152            ! ext/threads/threads.h ext/threads/threads.xs
27153 ____________________________________________________________________________
27154 [ 12103] By: sky                                   on 2001/09/21  07:57:41
27155         Log: Rename the *thread* functions to Perl_* to avoid clashes.
27156              Notably on AIX but could become a problem on other platforms.
27157      Branch: perl
27158            ! ext/threads/threads.h ext/threads/threads.xs
27159 ____________________________________________________________________________
27160 [ 12102] By: sky                                   on 2001/09/21  07:35:30
27161         Log: Add the shared sv space to the global vars.
27162              Fix problems compiling on win32.
27163      Branch: perl
27164            ! embedvar.h ext/threads/threads.xs perlapi.h perlvars.h
27165            ! sharedsv.c sharedsv.h
27166 ____________________________________________________________________________
27167 [ 12101] By: ams                                   on 2001/09/21  00:19:55
27168         Log: Subject: [PATCH] win32/Makefile warning fix
27169              From: Blair Zajac <blair@orcaware.com>
27170              Date: Thu, 20 Sep 2001 18:15:43 -0700
27171              Message-Id: <3BAA94BF.FFD5FC3A@orcaware.com>
27172      Branch: perl
27173            ! win32/Makefile
27174 ____________________________________________________________________________
27175 [ 12100] By: jhi                                   on 2001/09/20  21:57:04
27176         Log: Subject: [PATCH bleadperl] Command.t patch had some errors... sorry.
27177              From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu>
27178              Date: Thu, 20 Sep 2001 18:36:22 +0200
27179              Message-ID: <549856591.20010920183622@tesla.rcub.bg.ac.yu>
27180      Branch: perl
27181            ! lib/ExtUtils/Command.t
27182 ____________________________________________________________________________
27183 [ 12099] By: jhi                                   on 2001/09/20  21:53:00
27184         Log: Cant spl wirth a dam.
27185      Branch: perl
27186            ! intrpvar.h
27187 ____________________________________________________________________________
27188 [ 12098] By: jhi                                   on 2001/09/20  21:52:24
27189         Log: Don't use C++ comments.
27190      Branch: perl
27191            ! ext/threads/threads.xs
27192 ____________________________________________________________________________
27193 [ 12097] By: ams                                   on 2001/09/20  21:42:07
27194         Log: Change #12044 didn't.
27195      Branch: perl
27196            ! lib/constant.pm
27197 ____________________________________________________________________________
27198 [ 12096] By: jhi                                   on 2001/09/20  13:38:44
27199         Log: Metaconfig unit changes for #12095.
27200      Branch: metaconfig
27201            ! U/modified/Myinit.U U/modified/libs.U
27202 ____________________________________________________________________________
27203 [ 12095] By: jhi                                   on 2001/09/20  13:38:22
27204         Log: Remove iconv references since we are not using it
27205              and not going to; regen perltoc, perlmodlib.
27206              (Some references still linger in perltoc, have to figure
27207              out where they are coming from.)
27208      Branch: perl
27209            ! Configure NetWare/config.wc NetWare/config_H.wc
27210            ! Porting/Glossary Porting/config.sh Porting/config_H
27211            ! config_h.SH configure.com epoc/config.sh perl.h
27212            ! pod/perlmodlib.pod pod/perltoc.pod uconfig.h uconfig.sh
27213            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
27214            ! vos/config.ga.h win32/config.bc win32/config.gc
27215            ! win32/config.vc win32/config_H.bc win32/config_H.gc
27216            ! win32/config_H.vc wince/config.ce wince/config.h
27217            ! wince/config_H.ce
27218 ____________________________________________________________________________
27219 [ 12094] By: jhi                                   on 2001/09/20  12:49:17
27220         Log: Subject: [PATCH docs] Re: ARGV and read
27221              From: Dave Mitchell <davem@fdgroup.co.uk>
27222              Date: Thu, 20 Sep 2001 13:21:31 +0100 (BST)
27223              Message-Id: <200109201221.NAA04258@gizmo.fdgroup.co.uk>
27224      Branch: perl
27225            ! pod/perltodo.pod pod/perlvar.pod
27226 ____________________________________________________________________________
27227 [ 12093] By: jhi                                   on 2001/09/20  12:45:35
27228         Log: Fresh copies from the cvs.perl.org perlfaq repository.
27229      Branch: perl
27230            ! pod/perlfaq.pod pod/perlfaq1.pod pod/perlfaq2.pod
27231            ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq5.pod
27232            ! pod/perlfaq6.pod pod/perlfaq7.pod pod/perlfaq8.pod
27233            ! pod/perlfaq9.pod
27234 ____________________________________________________________________________
27235 [ 12092] By: jhi                                   on 2001/09/20  12:32:44
27236         Log: Subject: [PATCH] Re: n questions (was Re: 4 questions about pack/unpack)        
27237              From: Nicholas Clark <nick@ccl4.org>
27238              Date: Thu, 20 Sep 2001 14:27:08 +0100
27239              Message-ID: <20010920142708.X4971@plum.flirble.org>
27240      Branch: perl
27241            ! pp_pack.c t/op/pack.t
27242 ____________________________________________________________________________
27243 [ 12091] By: jhi                                   on 2001/09/20  12:16:50
27244         Log: The sharedsv_space* are variables, not code.  Duh.
27245      Branch: perl
27246            ! intrpvar.h makedef.pl
27247 ____________________________________________________________________________
27248 [ 12090] By: ams                                   on 2001/09/20  11:26:06
27249         Log: Subject: [patch lib/lib_pm.PL]
27250              From: Stas Bekman <stas@stason.org>
27251              Date: Thu, 20 Sep 2001 18:48:53 +0800
27252              Message-Id: <3BA9C995.6010302@stason.org>
27253              (Applied by hand.)
27254      Branch: perl
27255            ! lib/lib_pm.PL
27256 ____________________________________________________________________________
27257 [ 12089] By: jhi                                   on 2001/09/20  01:36:23
27258         Log: Only 21 tests, skipping or not.
27259      Branch: perl
27260            ! lib/ExtUtils/Command.t
27261 ____________________________________________________________________________
27262 [ 12088] By: jhi                                   on 2001/09/19  18:54:37
27263         Log: New exported symbols.
27264      Branch: perl
27265            ! makedef.pl
27266 ____________________________________________________________________________
27267 [ 12087] By: jhi                                   on 2001/09/19  13:45:59
27268         Log: Update Changes.
27269      Branch: perl
27270            ! Changes patchlevel.h
27271 ____________________________________________________________________________
27272 [ 12086] By: jhi                                   on 2001/09/19  13:02:58
27273         Log: Correct numbering of the tests is useful.
27274      Branch: perl
27275            ! ext/threads/t/basic.t
27276 ____________________________________________________________________________
27277 [ 12085] By: jhi                                   on 2001/09/19  12:11:15
27278         Log: More tests now too.
27279      Branch: perl
27280            ! lib/ExtUtils/Command.t
27281 ____________________________________________________________________________
27282 [ 12084] By: jhi                                   on 2001/09/19  12:08:33
27283         Log: More tests now.
27284      Branch: perl
27285            ! ext/threads/t/basic.t
27286 ____________________________________________________________________________
27287 [ 12083] By: jhi                                   on 2001/09/19  11:35:55
27288         Log: The test assumed 7-bit ASCII.  Now it "just"
27289              assumes 8-bit whatever.
27290      Branch: perl
27291            ! t/op/crypt.t
27292 ____________________________________________________________________________
27293 [ 12082] By: jhi                                   on 2001/09/19  11:19:56
27294         Log: Subject: Re: [PATCH] Smoke 12057 /pro/3gl/CPAN/perl-current
27295              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
27296              Date: Wed, 19 Sep 2001 11:45:28 +0200
27297              Message-Id: <20010919110037.19C7.H.M.BRAND@hccnet.nl>
27298              
27299              Lvalue casts are not portable.
27300      Branch: perl
27301            ! ext/threads/threads.xs
27302 ____________________________________________________________________________
27303 [ 12081] By: sky                                   on 2001/09/19  10:17:52
27304         Log: Make the basic test contain only realy basic API tests
27305              Seems to be a problem with detach.
27306      Branch: perl
27307            ! ext/threads/t/basic.t
27308 ____________________________________________________________________________
27309 [ 12080] By: ams                                   on 2001/09/19  01:23:55
27310         Log: Subject: [PATCH] Syncing with Test::Simple 0.19
27311              From: Michael G Schwern <schwern@pobox.com>
27312              Date: Tue, 18 Sep 2001 19:53:48 -0400
27313              Message-Id: <20010918195348.M585@blackrider>
27314              
27315              Subject: [REPATCH] Re: [PATCH lib/Test/More.pm] Stray newline confusing t/TEST
27316              From: Michael G Schwern <schwern@pobox.com>
27317              Date: Tue, 18 Sep 2001 22:07:13 -0400
27318              Message-Id: <20010918220713.B19616@blackrider>
27319      Branch: perl
27320            ! lib/Test/More.pm lib/Test/Simple.pm lib/Test/Simple/Changes
27321            ! lib/Test/Simple/t/exit.t lib/Test/Simple/t/extra.t
27322            ! lib/Test/Simple/t/fail-more.t lib/Test/Simple/t/fail.t
27323            ! lib/Test/Simple/t/missing.t lib/Test/Simple/t/todo.t
27324            ! lib/Test/Tutorial.pod
27325 ____________________________________________________________________________
27326 [ 12079] By: jhi                                   on 2001/09/19  00:19:45
27327         Log: Indent the test a bit.
27328      Branch: perl
27329            ! ext/threads/t/basic.t
27330 ____________________________________________________________________________
27331 [ 12078] By: jhi                                   on 2001/09/18  22:54:21
27332         Log: Subject: [PATCH bleadperl] added tainting for getcwd for Win32
27333              From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu>
27334              Date: Tue, 18 Sep 2001 18:06:44 +0200
27335              Message-ID: <11018348611.20010918180644@tesla.rcub.bg.ac.yu>
27336      Branch: perl
27337            ! win32/win32.c
27338 ____________________________________________________________________________
27339 [ 12077] By: jhi                                   on 2001/09/18  22:52:24
27340         Log: Subject: stat access time is wrong on Win95
27341              From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu>
27342              Date: Tue, 18 Sep 2001 21:59:24 +0200
27343              Message-ID: <413158386.20010918215924@tesla.rcub.bg.ac.yu>
27344      Branch: perl
27345            ! lib/ExtUtils/Command.pm lib/ExtUtils/Command.t
27346 ____________________________________________________________________________
27347 [ 12076] By: ams                                   on 2001/09/18  22:11:25
27348         Log: Subject: [PATCH] Re: [PATCH] t/op/crypt.t
27349              From: Michael G Schwern <schwern@pobox.com>
27350              Date: Tue, 18 Sep 2001 18:47:14 -0400
27351              Message-Id: <20010918184714.I585@blackrider>
27352      Branch: perl
27353            ! t/op/crypt.t
27354 ____________________________________________________________________________
27355 [ 12075] By: sky                                   on 2001/09/18  19:29:37
27356         Log: two test failures
27357              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
27358              Message-ID: <20010918221702.A17408@rafael>
27359              partly applied, #12074 already fixed half the patch
27360      Branch: perl
27361            ! ext/threads/t/basic.t
27362 ____________________________________________________________________________
27363 [ 12074] By: sky                                   on 2001/09/18  18:49:03
27364         Log: Fixes test case failure introduced by #12071, the warning is
27365              now correctly spelled :-)
27366      Branch: perl
27367            ! ext/IO/lib/IO/t/io_sel.t
27368 ____________________________________________________________________________
27369 [ 12073] By: sky                                   on 2001/09/18  18:46:22
27370         Log: Make the test behave properly!
27371      Branch: perl
27372            ! ext/threads/t/basic.t
27373 ____________________________________________________________________________
27374 [ 12072] By: ams                                   on 2001/09/18  18:44:59
27375         Log: OP_RCATLINE is an SVOP, not a BASEOP.
27376      Branch: perl
27377            ! opcode.h opcode.pl
27378 ____________________________________________________________________________
27379 [ 12071] By: ams                                   on 2001/09/18  18:06:27
27380         Log: Deprecate != Depreciate.
27381      Branch: perl
27382            ! ext/IO/lib/IO/Handle.pm ext/IO/lib/IO/Select.pm
27383            ! lib/Pod/ParseUtils.pm
27384 ____________________________________________________________________________
27385 [ 12070] By: ams                                   on 2001/09/18  15:14:58
27386         Log: Subject: [PATCH] Getopt::Std cleanup
27387              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
27388              Date: Tue, 18 Sep 2001 17:32:13 +0200
27389              Message-Id: <20010918173213.C777@rafael>
27390      Branch: perl
27391            ! lib/Getopt/Std.pm lib/Getopt/Std.t
27392 ____________________________________________________________________________
27393 [ 12069] By: sky                                   on 2001/09/18  14:56:33
27394         Log: Forgot the makefile
27395      Branch: perl
27396            + ext/threads/Makefile.PL
27397 ____________________________________________________________________________
27398 [ 12068] By: sky                                   on 2001/09/18  14:13:26
27399         Log: Adds the thread 0.05 module. It is now moved to the core from CPAN.
27400              The test will fail because of Test.pm not knowing about threads. 
27401              basic needs to be manually tested
27402              compile time warnings on IV2PTR conversions need to be fixed
27403      Branch: perl
27404            + ext/threads/Changes ext/threads/README ext/threads/t/basic.t
27405            + ext/threads/threads.h ext/threads/threads.pm
27406            + ext/threads/threads.xs
27407            ! MANIFEST
27408 ____________________________________________________________________________
27409 [ 12067] By: jhi                                   on 2001/09/18  11:51:08
27410         Log: DJGPP tweak from Laszlo Molnar.
27411      Branch: perl
27412            ! djgpp/config.over
27413 ____________________________________________________________________________
27414 [ 12066] By: sky                                   on 2001/09/18  10:24:31
27415         Log: Changed how ownership of mutexes are held. We never hold a mutex only a slot indicating that we own the lock.
27416      Branch: perl
27417            ! sharedsv.c sharedsv.h
27418 ____________________________________________________________________________
27419 [ 12065] By: jhi                                   on 2001/09/18  00:00:09
27420         Log: Strip ^iso- from the Encode filenames to be 8.3-friendly,
27421              ditto ^cns.
27422      Branch: perl
27423            + ext/Encode/Encode/11643-1.enc ext/Encode/Encode/11643-2.enc
27424            + ext/Encode/Encode/2022-cn.enc ext/Encode/Encode/2022-jp.enc
27425            + ext/Encode/Encode/2022-jp1.enc ext/Encode/Encode/2022-jp2.enc
27426            + ext/Encode/Encode/2022-kr.enc ext/Encode/Encode/2022.enc
27427            + ext/Encode/Encode/8859-1.enc ext/Encode/Encode/8859-1.ucm
27428            + ext/Encode/Encode/8859-10.enc ext/Encode/Encode/8859-10.ucm
27429            + ext/Encode/Encode/8859-11.enc ext/Encode/Encode/8859-11.ucm
27430            + ext/Encode/Encode/8859-13.enc ext/Encode/Encode/8859-13.ucm
27431            + ext/Encode/Encode/8859-14.enc ext/Encode/Encode/8859-14.ucm
27432            + ext/Encode/Encode/8859-15.enc ext/Encode/Encode/8859-15.ucm
27433            + ext/Encode/Encode/8859-16.enc ext/Encode/Encode/8859-16.ucm
27434            + ext/Encode/Encode/8859-2.enc ext/Encode/Encode/8859-2.ucm
27435            + ext/Encode/Encode/8859-3.enc ext/Encode/Encode/8859-3.ucm
27436            + ext/Encode/Encode/8859-4.enc ext/Encode/Encode/8859-4.ucm
27437            + ext/Encode/Encode/8859-5.enc ext/Encode/Encode/8859-5.ucm
27438            + ext/Encode/Encode/8859-6.enc ext/Encode/Encode/8859-6.ucm
27439            + ext/Encode/Encode/8859-7.enc ext/Encode/Encode/8859-7.ucm
27440            + ext/Encode/Encode/8859-8.enc ext/Encode/Encode/8859-8.ucm
27441            + ext/Encode/Encode/8859-9.enc ext/Encode/Encode/8859-9.ucm
27442            + ext/Encode/Encode/ir-197.enc
27443            - ext/Encode/Encode/cns11643-1.enc
27444            - ext/Encode/Encode/cns11643-2.enc
27445            - ext/Encode/Encode/iso2022-cn.enc
27446            - ext/Encode/Encode/iso2022-jp.enc
27447            - ext/Encode/Encode/iso2022-jp1.enc
27448            - ext/Encode/Encode/iso2022-jp2.enc
27449            - ext/Encode/Encode/iso2022-kr.enc ext/Encode/Encode/iso2022.enc
27450            - ext/Encode/Encode/iso8859-1.enc
27451            - ext/Encode/Encode/iso8859-1.ucm
27452            - ext/Encode/Encode/iso8859-10.enc
27453            - ext/Encode/Encode/iso8859-10.ucm
27454            - ext/Encode/Encode/iso8859-11.enc
27455            - ext/Encode/Encode/iso8859-11.ucm
27456            - ext/Encode/Encode/iso8859-13.enc
27457            - ext/Encode/Encode/iso8859-13.ucm
27458            - ext/Encode/Encode/iso8859-14.enc
27459            - ext/Encode/Encode/iso8859-14.ucm
27460            - ext/Encode/Encode/iso8859-15.enc
27461            - ext/Encode/Encode/iso8859-15.ucm
27462            - ext/Encode/Encode/iso8859-16.enc
27463            - ext/Encode/Encode/iso8859-16.ucm
27464            - ext/Encode/Encode/iso8859-2.enc
27465            - ext/Encode/Encode/iso8859-2.ucm
27466            - ext/Encode/Encode/iso8859-3.enc
27467            - ext/Encode/Encode/iso8859-3.ucm
27468            - ext/Encode/Encode/iso8859-4.enc
27469            - ext/Encode/Encode/iso8859-4.ucm
27470            - ext/Encode/Encode/iso8859-5.enc
27471            - ext/Encode/Encode/iso8859-5.ucm
27472            - ext/Encode/Encode/iso8859-6.enc
27473            - ext/Encode/Encode/iso8859-6.ucm
27474            - ext/Encode/Encode/iso8859-7.enc
27475            - ext/Encode/Encode/iso8859-7.ucm
27476            - ext/Encode/Encode/iso8859-8.enc
27477            - ext/Encode/Encode/iso8859-8.ucm
27478            - ext/Encode/Encode/iso8859-9.enc
27479            - ext/Encode/Encode/iso8859-9.ucm
27480            - ext/Encode/Encode/isoir-197.enc
27481            ! MANIFEST ext/Encode/Encode/Tcl.t ext/Encode/Makefile.PL
27482 ____________________________________________________________________________
27483 [ 12064] By: jhi                                   on 2001/09/17  23:53:38
27484         Log: Must Uppercase.
27485      Branch: perl
27486            ! ext/Encode/Encode.pm
27487 ____________________________________________________________________________
27488 [ 12063] By: jhi                                   on 2001/09/17  23:39:28
27489         Log: Add various encodings.
27490      Branch: perl
27491            + ext/Encode/Encode/iso8859-11.enc
27492            + ext/Encode/Encode/iso8859-11.ucm ext/Encode/Encode/koi8-f.enc
27493            + ext/Encode/Encode/koi8-f.ucm ext/Encode/Encode/koi8-u.enc
27494            + ext/Encode/Encode/koi8-u.ucm ext/Encode/Encode/nextstep.enc
27495            + ext/Encode/Encode/nextstep.ucm ext/Encode/Encode/roman8.enc
27496            + ext/Encode/Encode/roman8.ucm ext/Encode/Encode/viscii.enc
27497            + ext/Encode/Encode/viscii.ucm
27498            ! MANIFEST ext/Encode/Encode.pm
27499 ____________________________________________________________________________
27500 [ 12062] By: jhi                                   on 2001/09/17  22:48:21
27501         Log: lib/unicode relic.
27502      Branch: perl
27503            ! ext/Encode/compile
27504 ____________________________________________________________________________
27505 [ 12061] By: jhi                                   on 2001/09/17  20:50:16
27506         Log: Subject: [PATCH] Re: filename problems
27507              From: Michael G Schwern <schwern@pobox.com>
27508              Date: Mon, 17 Sep 2001 17:26:26 -0400
27509              Message-ID: <20010917172626.Q585@blackrider>
27510      Branch: perl
27511            + t/lib/sample-tests/head_end t/lib/sample-tests/head_fail
27512            - t/lib/sample-tests/header_at_end
27513            - t/lib/sample-tests/header_at_end_fail
27514            ! MANIFEST lib/Test/Harness/t/test-harness.t
27515 ____________________________________________________________________________
27516 [ 12060] By: jhi                                   on 2001/09/17  20:14:53
27517         Log: Explicitly explain the 1e9 seconds, not everybody
27518              is a C geek.
27519      Branch: perl
27520            ! ext/Time/HiRes/HiRes.pm
27521 ____________________________________________________________________________
27522 [ 12059] By: jhi                                   on 2001/09/17  20:07:20
27523         Log: Explain an apparent bug reported by
27524              Richard J. Barbalace <rjbarbal@MIT.EDU>,
27525              with additional explanation from Gisle Aas.
27526      Branch: perl
27527            ! ext/Time/HiRes/HiRes.pm
27528 ____________________________________________________________________________
27529 [ 12058] By: ams                                   on 2001/09/17  19:52:01
27530         Log: Subject: [PATCH t/lib/warnings/pp, t/lib/warnings/op] new tests
27531              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
27532              Date: Mon, 17 Sep 2001 22:48:05 +0200
27533              Message-Id: <20010917224805.C11744@rafael>
27534      Branch: perl
27535            ! t/lib/warnings/op t/lib/warnings/pp
27536 ____________________________________________________________________________
27537 [ 12057] By: ams                                   on 2001/09/17  16:51:18
27538         Log: Its a nit!
27539      Branch: perl
27540            ! sv.h
27541 ____________________________________________________________________________
27542 [ 12056] By: ams                                   on 2001/09/17  16:47:55
27543         Log: Subject: [PATCH perl@12023] waitpid enhancements for VMS
27544              From: "Craig A. Berry" <craigberry@mac.com>
27545              Date: Mon, 17 Sep 2001 12:34:20 -0500
27546              Message-Id: <5.1.0.14.0.20010916222208.0469cdf8@exchi01>
27547      Branch: perl
27548            ! vms/vms.c
27549 ____________________________________________________________________________
27550 [ 12055] By: ams                                   on 2001/09/17  16:05:15
27551         Log: Subject: [PATCH] Make CPAN.pm use Digest::MD5
27552              From: Gisle Aas <gisle@ActiveState.com>
27553              Date: 16 Apr 2001 16:20:34 -0700
27554              Message-ID: <lrlmp0sa7x.fsf@caliper.ActiveState.com>
27555              (Applied by hand.)
27556      Branch: perl
27557            ! lib/CPAN.pm lib/CPAN/Nox.pm
27558 ____________________________________________________________________________
27559 [ 12054] By: jhi                                   on 2001/09/17  14:06:26
27560         Log: Update Changes.
27561      Branch: perl
27562            ! Changes patchlevel.h
27563 ____________________________________________________________________________
27564 [ 12053] By: jhi                                   on 2001/09/17  13:45:26
27565         Log: Adding new files to the MANIFEST is always nice.
27566      Branch: perl
27567            ! MANIFEST
27568 ____________________________________________________________________________
27569 [ 12052] By: jhi                                   on 2001/09/17  13:12:31
27570         Log: Reindent the PerlIO files (suggested by NI-S), used
27571              indent -kr -nce -psl -sc -TSV -TAV -THV -TGV -TIV -TUV -TNV -TMAGIC -TFILE -TPerlIO -TPerlIO_list_t -TPerlIO_funcs -TPerlIO_pair_t
27572              (GNU indent).  Note that wholesale re-indenting might
27573              be nice, but that would break nice formatting/alignment
27574              of assignments, equality testing, and complex boolean
27575              expressions with lots of &s and |s.
27576      Branch: perl
27577            ! perlio.c perlio.h perliol.h
27578 ____________________________________________________________________________
27579 [ 12051] By: jhi                                   on 2001/09/17  12:55:53
27580         Log: Add a script for being 8.3-polite.
27581              The found conflicts are being worked on.
27582      Branch: perl
27583            + check83.pl
27584            ! MANIFEST Porting/pumpkin.pod
27585 ____________________________________________________________________________
27586 [ 12050] By: sky                                   on 2001/09/17  12:44:36
27587         Log: Fixes coredump introduced by 11755 and 11790. Thanks to Doug for
27588              finding it.
27589      Branch: perl
27590            ! sv.c
27591 ____________________________________________________________________________
27592 [ 12049] By: jhi                                   on 2001/09/17  11:55:07
27593         Log: Bump up versions because of #12041.
27594      Branch: perl
27595            ! ext/Devel/DProf/DProf.pm ext/IO/lib/IO/File.pm
27596            ! ext/IO/lib/IO/Pipe.pm lib/Fatal.pm lib/Time/gmtime.pm
27597            ! lib/Time/localtime.pm
27598 ____________________________________________________________________________
27599 [ 12048] By: jhi                                   on 2001/09/17  11:51:54
27600         Log: Bump the version number because of #12042.
27601      Branch: perl
27602            ! lib/CPAN/FirstTime.pm
27603 ____________________________________________________________________________
27604 [ 12047] By: ams                                   on 2001/09/17  11:21:40
27605         Log: Subject: Re: [PATCH] turn $a.=<F> into an RCATLINE
27606              From: Abhijit Menon-Sen <ams@wiw.org>
27607              Date: Mon, 17 Sep 2001 17:44:12 +0530
27608              Message-Id: <20010917174412.B7058@lustre.dyn.wiw.org>
27609      Branch: perl
27610            ! op.c
27611 ____________________________________________________________________________
27612 [ 12046] By: sky                                   on 2001/09/17  07:14:17
27613         Log: Subject: Re: t/op/ver.t using skip() improperly
27614              From: "chromatic" <chromatic@rmci.net>
27615              Date: Mon, 17 Sep 2001 00:22:29 -0600
27616              Message-ID: <20010917062713.47716.qmail@onion.perl.org>
27617      Branch: perl
27618            ! t/op/ver.t
27619 ____________________________________________________________________________
27620 [ 12045] By: nick                                  on 2001/09/17  07:12:14
27621         Log: Integrate mainline
27622      Branch: perlio
27623           +> t/op/chdir.t
27624           !> (integrate 117 files)
27625 ____________________________________________________________________________
27626 [ 12044] By: ams                                   on 2001/09/17  05:49:53
27627         Log: Subject: [PATCH lib/constant.pm] Major POD rewrite of constant.pm
27628              From: Ilmari Karonen <iltzu@sci.fi>
27629              Date: Mon, 17 Sep 2001 00:47:57 +0300 (EET DST)
27630              Message-Id: <Pine.SOL.3.96.1010917002916.13210A-100000@simpukka>
27631              (And $VERSION = '1.05'.)
27632      Branch: perl
27633            ! lib/constant.pm
27634 ____________________________________________________________________________
27635 [ 12043] By: ams                                   on 2001/09/17  05:44:50
27636         Log: Subject: Re: [BUG?] chdir(undef) == chdir() probably a bug
27637              From: Michael G Schwern <schwern@pobox.com>
27638              Date: Mon, 17 Sep 2001 07:49:04 +0200
27639              Message-Id: <20010917074904.V1588@blackrider>
27640              (Applied with tweaks to chdir.t and pp_sys.c hunks.)
27641      Branch: perl
27642            + t/op/chdir.t
27643            ! MANIFEST pp_sys.c
27644 ____________________________________________________________________________
27645 [ 12042] By: jhi                                   on 2001/09/17  02:54:13
27646         Log: Subject: Re: CPAN.pm needs some hacking 
27647              From: "chromatic" <chromatic@rmci.net>
27648              Date: Sun, 16 Sep 2001 16:46:29 -0600
27649              Message-ID: <20010916225113.5606.qmail@onion.perl.org>
27650      Branch: perl
27651            ! lib/CPAN/FirstTime.pm
27652 ____________________________________________________________________________
27653 [ 12041] By: jhi                                   on 2001/09/16  20:43:15
27654         Log: Change use|require 5.005_64 to use|require 5.6.1.
27655      Branch: perl
27656            ! ext/Data/Dumper/Dumper.pm ext/Devel/DProf/DProf.pm
27657            ! ext/IO/lib/IO/File.pm ext/IO/lib/IO/Handle.pm
27658            ! ext/IO/lib/IO/Pipe.pm ext/IO/lib/IO/Seekable.pm
27659            ! ext/Opcode/Opcode.pm lib/AnyDBM_File.pm lib/AutoSplit.pm
27660            ! lib/Class/Struct.pm lib/Dumpvalue.pm lib/ExtUtils/Command.pm
27661            ! lib/ExtUtils/Install.pm lib/ExtUtils/Installed.pm
27662            ! lib/ExtUtils/Liblist.pm lib/ExtUtils/Mksymlists.pm
27663            ! lib/ExtUtils/Packlist.pm lib/Fatal.pm lib/FileHandle.pm
27664            ! lib/Math/Trig.pm lib/Net/Ping.pm lib/Net/hostent.pm
27665            ! lib/Net/netent.pm lib/Net/protoent.pm lib/Net/servent.pm
27666            ! lib/Shell.pm lib/Tie/Array.pm lib/Tie/Handle.pm
27667            ! lib/Time/gmtime.pm lib/Time/localtime.pm lib/User/grent.pm
27668            ! lib/base.pm lib/fields.pm
27669 ____________________________________________________________________________
27670 [ 12040] By: jhi                                   on 2001/09/16  20:36:58
27671         Log: Bump up version numbers.
27672              
27673              TODO 1: double check that pre-5.6.1 CPAN.pm:s
27674              don't try to download 5.8.0 because of the
27675              version numbers.  Mainly this means using _00
27676              in the core version numbers.
27677              
27678              TODO 2: the "use 5.005_64" in many modules
27679              needs to be changed to, say, "use 5.6.1".
27680      Branch: perl
27681            ! ext/B/B/Assembler.pm ext/Data/Dumper/Dumper.pm
27682            ! lib/AutoLoader.pm lib/AutoSplit.pm lib/CPAN.pm
27683            ! lib/ExtUtils/Embed.pm lib/ExtUtils/Install.pm
27684            ! lib/ExtUtils/Installed.pm lib/ExtUtils/Manifest.pm
27685            ! lib/File/Basename.pm lib/File/Copy.pm lib/File/Find.pm
27686            ! lib/File/Path.pm lib/File/Spec.pm lib/File/Spec/Functions.pm
27687            ! lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
27688            ! lib/File/Spec/Win32.pm lib/FindBin.pm lib/Pod/Checker.pm
27689            ! lib/Pod/Find.pm lib/SelfLoader.pm lib/Shell.pm
27690            ! lib/Tie/Handle.pm lib/blib.pm lib/diagnostics.pm
27691            ! vms/ext/DCLsym/DCLsym.pm vms/ext/Stdio/Stdio.pm
27692 ____________________________________________________________________________
27693 [ 12039] By: jhi                                   on 2001/09/16  19:23:07
27694         Log: Use UCHARAT() as suggested by Inaba Hiroto.
27695      Branch: perl
27696            ! regexec.c
27697 ____________________________________________________________________________
27698 [ 12038] By: ams                                   on 2001/09/16  15:16:24
27699         Log: Subject: [PATCH] Re: Core module version numbers review
27700              From: Peter Scott <Peter@PSDT.com>
27701              Date: Sun, 16 Sep 2001 09:09:58 -0700
27702              Message-Id: <4.3.2.7.2.20010916090716.00b452a0@mail.webquarry.com>
27703      Branch: perl
27704            ! lib/perl5db.pl
27705 ____________________________________________________________________________
27706 [ 12037] By: jhi                                   on 2001/09/16  14:27:54
27707         Log: Supply more details on how lc/uc/lcfirst/ucfirst are
27708              not yet fully implemented.
27709      Branch: perl
27710            ! pod/perlfunc.pod pod/perlunicode.pod
27711 ____________________________________________________________________________
27712 [ 12036] By: jhi                                   on 2001/09/15  23:13:12
27713         Log: Subject: [patch] plug PL_beginav_save leak
27714              From: Doug MacEachern <dougm@covalent.net>
27715              Date: Sat, 15 Sep 2001 17:02:18 -0700 (PDT)
27716              Message-ID: <Pine.LNX.4.21.0109151659060.6089-100000@mako.covalent.net>
27717      Branch: perl
27718            ! perl.c
27719 ____________________________________________________________________________
27720 [ 12035] By: jhi                                   on 2001/09/15  23:12:28
27721         Log: (accidentally empty checkin)
27722      Branch: perl
27723            ! sv.c
27724 ____________________________________________________________________________
27725 [ 12034] By: jhi                                   on 2001/09/15  23:08:09
27726         Log: Subject: [patch] ithreads+PL_beginav_save
27727              From: Doug MacEachern <dougm@covalent.net>
27728              Date: Sat, 15 Sep 2001 16:53:01 -0700 (PDT)
27729              Message-ID: <Pine.LNX.4.21.0109151651050.6089-100000@mako.covalent.net>
27730      Branch: perl
27731            ! sv.c
27732 ____________________________________________________________________________
27733 [ 12033] By: jhi                                   on 2001/09/15  23:07:19
27734         Log: Subject: [PATCH] h2xs.PL with C::Scan
27735              From: Tim Jenness <t.jenness@jach.hawaii.edu>
27736              Date: Sat, 15 Sep 2001 13:41:28 -1000 (HST)
27737              Message-ID: <Pine.LNX.4.33.0109151338560.3075-100000@lapaki>
27738      Branch: perl
27739            ! utils/h2xs.PL
27740 ____________________________________________________________________________
27741 [ 12032] By: jhi                                   on 2001/09/15  18:43:20
27742         Log: Elaborate (well, make more vague, really) #12030.
27743      Branch: perl
27744            ! pod/perltodo.pod pod/perlunicode.pod
27745 ____________________________________________________________________________
27746 [ 12031] By: jhi                                   on 2001/09/15  18:37:07
27747         Log: Subject: [PATCH regexec.c] adding (U8) to case insensitive matching
27748              From: "Jeff 'japhy/Marillion' Pinyan" <jeffp@crusoe.net>
27749              Date: Fri, 14 Sep 2001 20:58:30 -0400 (EDT)
27750              Message-ID: <Pine.GSO.4.21.0109142057490.12393-100000@crusoe.crusoe.net>
27751      Branch: perl
27752            ! regexec.c
27753 ____________________________________________________________________________
27754 [ 12030] By: jhi                                   on 2001/09/15  17:15:40
27755         Log: Document that the lc(), uc(), lcfirst(), ucfirst()
27756              are not yet complete.
27757      Branch: perl
27758            ! pod/perltodo.pod pod/perlunicode.pod
27759 ____________________________________________________________________________
27760 [ 12029] By: jhi                                   on 2001/09/15  13:53:42
27761         Log: Document what's still to be done on the regular expression
27762              Unicode support, based on the UTR#18.
27763      Branch: perl
27764            ! pod/perltodo.pod pod/perlunicode.pod
27765 ____________________________________________________________________________
27766 [ 12028] By: jhi                                   on 2001/09/15  12:37:31
27767         Log: Regen headers.
27768      Branch: perl
27769            ! embedvar.h perlapi.h
27770 ____________________________________________________________________________
27771 [ 12027] By: jhi                                   on 2001/09/15  12:33:49
27772         Log: Subject: Re: [ID 20010815.012] Unfortunate interaction between -0 cmd line arg & (??{CODE}) regex 
27773              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
27774              Date: Sun, 09 Sep 2001 18:41:54 +0100
27775              Message-Id: <200109091741.f89HfsM18534@crypt.compulink.co.uk>
27776      Branch: perl
27777            ! Porting/findvars ext/ByteLoader/bytecode.h
27778            ! ext/Thread/Thread.xs mg.c op.c perl.c perl.h pp_ctl.c sv.c
27779            ! t/run/kill_perl.t thrdvar.h toke.c util.c wince/perldll.def
27780 ____________________________________________________________________________
27781 [ 12026] By: gsar                                  on 2001/09/15  04:04:04
27782         Log: enable most warnings for windows build; fix the various typecasting
27783              nits that showed up (no bugfixes here)
27784      Branch: maint-5.6/perl
27785            ! av.c cop.h doop.c dump.c ext/Devel/Peek/Peek.xs
27786            ! ext/POSIX/POSIX.xs gv.c hv.c mg.c op.c perl.c perl.h perly.c
27787            ! perly.y pp.c pp_ctl.c pp_hot.c pp_sys.c regcomp.c regexec.c
27788            ! sv.c toke.c universal.c utf8.c util.c vms/perly_c.vms
27789            ! win32/perllib.c win32/win32.c win32/win32.h win32/win32sck.c
27790            ! x2p/walk.c
27791 ____________________________________________________________________________
27792 [ 12025] By: jhi                                   on 2001/09/14  22:22:58
27793         Log: Integrate change #12024 from maintperl
27794              (a local() precedence bug)
27795      Branch: perl
27796           !> lib/ExtUtils/Install.pm
27797 ____________________________________________________________________________
27798 [ 12024] By: gsar                                  on 2001/09/14  22:11:06
27799         Log: fix local() precedence bug in change#8311, came into maint-5.6 as
27800              change#8642
27801      Branch: maint-5.6/perl
27802            ! lib/ExtUtils/Install.pm
27803 ____________________________________________________________________________
27804 [ 12023] By: jhi                                   on 2001/09/14  15:04:16
27805         Log: Update Changes.
27806      Branch: perl
27807            ! Changes patchlevel.h
27808 ____________________________________________________________________________
27809 [ 12022] By: jhi                                   on 2001/09/14  14:49:52
27810         Log: Subject: Re: [ID 20010911.001] Not OK: perl v5.7.2 +DEVEL11978 on
27811              From: "chromatic" <chromatic@rmci.net>
27812              Date: Fri, 14 Sep 2001 09:44:57 -0600 
27813              Message-ID: <20010914154936.70059.qmail@onion.perl.org>
27814      Branch: perl
27815            ! lib/ExtUtils/Manifest.t
27816 ____________________________________________________________________________
27817 [ 12021] By: jhi                                   on 2001/09/14  14:46:36
27818         Log: Hopefully better skipping of the Complete.t tests
27819              in case of not a tty. 
27820      Branch: perl
27821            ! lib/Term/Complete.t t/op/stat.t
27822 ____________________________________________________________________________
27823 [ 12020] By: jhi                                   on 2001/09/14  14:10:44
27824         Log: Subject: [PATCH regexec.c] more jumpables, and hit-bit bug
27825              From: "Jeff 'japhy/Marillion' Pinyan" <jeffp@crusoe.net>
27826              Date: Fri, 14 Sep 2001 09:58:24 -0400 (EDT)
27827              Message-ID: <Pine.GSO.4.21.0109140955250.12393-100000@crusoe.crusoe.net>     
27828      Branch: perl
27829            ! regexec.c t/op/pat.t
27830 ____________________________________________________________________________
27831 [ 12019] By: jhi                                   on 2001/09/14  14:02:59
27832         Log: Subject: Re: unterminated C<...> at line 426 in file perlport.pod
27833              From: Robin Barker <rmb1@cise.npl.co.uk>
27834              Date: Fri, 14 Sep 2001 16:01:11 +0100 (BST)
27835              Message-Id: <200109141501.QAA13044@tempest.npl.co.uk>
27836      Branch: perl
27837            ! pod/perlport.pod
27838 ____________________________________________________________________________
27839 [ 12018] By: jhi                                   on 2001/09/14  13:55:56
27840         Log: NetWare tweaks from Ananth Kesari.
27841      Branch: perl
27842            ! NetWare/NWUtil.c NetWare/Nwmain.c NetWare/Nwpipe.c
27843            ! NetWare/nwutil.h
27844 ____________________________________________________________________________
27845 [ 12017] By: jhi                                   on 2001/09/14  13:50:08
27846         Log: Subject: unterminated C<...> at line 426 in file perlport.pod
27847              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
27848              Date: Fri, 14 Sep 2001 10:51:13 +0200
27849              Message-Id: <20010914103300.4B59.H.M.BRAND@hccnet.nl>
27850      Branch: perl
27851            ! pod/perlport.pod
27852 ____________________________________________________________________________
27853 [ 12016] By: jhi                                   on 2001/09/14  13:28:08
27854         Log: Subject: Re: [PATCH 2 pl2pm.PL]
27855              From: Joe Smith <Joe.Smith@inwap.com>
27856              Date: Fri, 14 Sep 2001 00:13:32 -0700
27857              Message-Id: <3BA1AE1C.64313CEE@inwap.com>                 
27858              
27859              Eradicate qu.
27860      Branch: perl
27861            ! keywords.h keywords.pl utils/pl2pm.PL
27862 ____________________________________________________________________________
27863 [ 12015] By: jhi                                   on 2001/09/14  02:38:23
27864         Log: Retract #12013, didn't go over too well in Tru64.
27865      Branch: perl
27866            ! embed.h embed.pl sv.h
27867 ____________________________________________________________________________
27868 [ 12014] By: jhi                                   on 2001/09/14  02:31:05
27869         Log: Subject: [PATCH] Execute files of debugger commands
27870              From: Peter Scott <Peter@PSDT.com>
27871              Date: Thu, 13 Sep 2001 15:26:31 -0700
27872              Message-Id: <4.3.2.7.2.20010913115845.00b22100@mail.webquarry.com>
27873      Branch: perl
27874            ! lib/perl5db.pl pod/perldebug.pod
27875 ____________________________________________________________________________
27876 [ 12013] By: jhi                                   on 2001/09/14  02:25:05
27877         Log: (Retracted by #12015)
27878              Subject: [proposed PATCH] Re: perl@11920
27879              From: Nicholas Clark <nick@ccl4.org>
27880              Date: Wed, 12 Sep 2001 23:46:09 +0100
27881              Message-ID: <20010912234609.H4971@plum.flirble.org>     
27882      Branch: perl
27883            ! embed.h embed.pl sv.h
27884 ____________________________________________________________________________
27885 [ 12012] By: jhi                                   on 2001/09/14  02:12:02
27886         Log: ucblib shouldn't be linked against in nonstop-ux,
27887              from Tom Bates.
27888      Branch: perl
27889            ! hints/nonstopux.sh
27890 ____________________________________________________________________________
27891 [ 12011] By: jhi                                   on 2001/09/13  12:54:51
27892         Log: Do stty only if we have stty.
27893              
27894              TODO: non-UNIX platforms.  Solaris and /usr/ucb/stty?
27895      Branch: perl
27896            ! lib/Term/Complete.pm
27897 ____________________________________________________________________________
27898 [ 12010] By: jhi                                   on 2001/09/13  12:44:28
27899         Log: Skip the test if not running on a tty.
27900      Branch: perl
27901            ! lib/Term/Complete.t
27902 ____________________________________________________________________________
27903 [ 12009] By: jhi                                   on 2001/09/13  12:01:56
27904         Log: Regen headers.
27905      Branch: perl
27906            ! embed.h opcode.h pod/perlapi.pod proto.h
27907 ____________________________________________________________________________
27908 [ 12008] By: jhi                                   on 2001/09/12  17:51:32
27909         Log: Subject: [PATCH op.c] Re: perl@12003
27910              From: Robin Barker <rmb1@cise.npl.co.uk>
27911              Date: Wed, 12 Sep 2001 19:00:38 +0100 (BST)
27912              Message-Id: <200109121800.TAA05256@tempest.npl.co.uk>
27913      Branch: perl
27914            ! op.c
27915 ____________________________________________________________________________
27916 [ 12007] By: jhi                                   on 2001/09/12  17:49:39
27917         Log: Subject: [PATCH sv.c] may be uninitialized warning forperl@12003
27918              From: Robin Barker <rmb1@cise.npl.co.uk>
27919              Date: Wed, 12 Sep 2001 19:00:31 +0100 (BST)
27920              Message-Id: <200109121800.TAA05250@tempest.npl.co.uk>
27921      Branch: perl
27922            ! sv.c
27923 ____________________________________________________________________________
27924 [ 12006] By: jhi                                   on 2001/09/12  17:41:49
27925         Log: Upgrade to Memoize 0.66.
27926      Branch: perl
27927            ! lib/Memoize.pm lib/Memoize/AnyDBM_File.pm
27928            ! lib/Memoize/Expire.pm lib/Memoize/README lib/Memoize/TODO
27929            ! lib/Memoize/t/expire_module_t.t lib/Memoize/t/speed.t
27930 ____________________________________________________________________________
27931 [ 12005] By: jhi                                   on 2001/09/12  13:14:59
27932         Log: Subject: [ID 20010912.007] substr reference core dump
27933              From: me-01@ton.iguana.be
27934              Date: 12 Sep 2001 14:11:16 -0000
27935              Message-Id: <20010912141116.6058.qmail@quasar.home.lunix>
27936      Branch: perl
27937            ! mg.c
27938 ____________________________________________________________________________
27939 [ 12004] By: ams                                   on 2001/09/12  01:13:49
27940         Log: Subject: [PATCH perlfaq4.pod] Deobfuscate Fisher-Yates example code
27941              From: Ilmari Karonen <iltzu@sci.fi>
27942              Date: Tue, 11 Sep 2001 23:31:25 +0300 (EET DST)
27943              Message-Id: <Pine.SOL.3.96.1010911231925.688A-100000@simpukka>
27944      Branch: perl
27945            ! pod/perlfaq4.pod
27946 ____________________________________________________________________________
27947 [ 12003] By: jhi                                   on 2001/09/11  13:02:37
27948         Log: Update Changes.
27949      Branch: perl
27950            ! Changes patchlevel.h
27951 ____________________________________________________________________________
27952 [ 12002] By: jhi                                   on 2001/09/11  11:50:48
27953         Log: NetWare update from Ananth Kesari.
27954      Branch: perl
27955            ! NetWare/NWUtil.c NetWare/Nwmain.c NetWare/Nwpipe.c
27956            ! NetWare/config.wc NetWare/config_H.wc NetWare/nwutil.h
27957 ____________________________________________________________________________
27958 [ 12001] By: jhi                                   on 2001/09/11  11:40:51
27959         Log: Retract #11984: div() being redefined, and 1397
27960              failing on 64-bit platforms.
27961      Branch: perl
27962            ! lib/Math/BigInt/Calc.pm
27963 ____________________________________________________________________________
27964 [ 12000] By: jhi                                   on 2001/09/11  11:19:07
27965         Log: Metaconfig unit change for #11999.
27966      Branch: metaconfig
27967            ! U/protos/d_lseekproto.U
27968 ____________________________________________________________________________
27969 [ 11999] By: jhi                                   on 2001/09/11  11:18:36
27970         Log: The lseek fix (#11991) was no fix.
27971      Branch: perl
27972            ! Configure
27973 ____________________________________________________________________________
27974 [ 11998] By: sky                                   on 2001/09/11  07:52:06
27975         Log: Subject: [PATCH] Encode.pm add UCS-2 little endian support
27976              From: Matt Sergeant <MSergeant@star.net.uk>
27977              Date: Tue, 11 Sep 2001 09:22:32 +0100
27978              Message-ID: <315E8A8BF9D1D411AD3D00508BB1B0C004B9003C@UKS040>
27979      Branch: perl
27980            ! ext/Encode/Encode.pm
27981 ____________________________________________________________________________
27982 [ 11997] By: sky                                   on 2001/09/11  06:35:29
27983         Log: Sometimes dTHX is added because it is needed on non 
27984              gnuc platforms, but not needed there. This uses GCC
27985              to silence GCC specific warnings by marking pTHX as 
27986              unused.
27987      Branch: perl
27988            ! perl.h
27989 ____________________________________________________________________________
27990 [ 11996] By: nick                                  on 2001/09/11  06:25:27
27991         Log: Integrate mainline
27992      Branch: perlio
27993            - ext/POSIX/sigaction.t lib/File/Find/taint.t
27994           !> lib/CGI/t/carp.t lib/Test/Simple/t/simple.t t/op/crypt.t
27995 ____________________________________________________________________________
27996 [ 11995] By: nick                                  on 2001/09/11  06:23:39
27997         Log: Part Integrate mainline
27998      Branch: perlio
27999           +> (branch 69 files)
28000            - ext/Cwd/Cwd.t ext/Fcntl/Fcntl.t ext/Fcntl/syslfs.t
28001            - ext/POSIX/POSIX.t lib/Attribute/Handlers/test.pl
28002            - lib/Env/array.t lib/Env/env.t lib/File/Find/find.t
28003            - lib/Filter/Simple/test.pl lib/Switch/t/given_when.t
28004            - lib/Switch/t/switch_case.t lib/Test/Harness.t
28005            - lib/Test/More/Changes lib/Test/More/t/More.t
28006            - lib/Test/More/t/fail-like.t lib/Test/More/t/fail.t
28007            - lib/Test/More/t/plan_is_noplan.t lib/Test/More/t/skipall.t
28008            - lib/Text/Balanced.pod lib/Text/Balanced/t/genxt.t
28009            - lib/Text/Balanced/t/xbrak.t lib/Text/Balanced/t/xcode.t
28010            - lib/Text/Balanced/t/xdeli.t lib/Text/Balanced/t/xmult.t
28011            - lib/Text/Balanced/t/xquot.t lib/Text/Balanced/t/xtagg.t
28012            - lib/Text/Balanced/t/xvari.t objXSUB.h t/lib/MyFilter.pm
28013            - t/lib/Test/More/Catch.pm wince/perl.ico
28014           !> (integrate 197 files)
28015 ____________________________________________________________________________
28016 [ 11994] By: jhi                                   on 2001/09/11  03:12:44
28017         Log: Subject: Re: [PATCH] Encode.pm docs fix
28018              From: Gisle Aas <gisle@ActiveState.com>
28019              Date: 10 Sep 2001 11:27:02 -0700
28020              Message-ID: <lrwv363nrd.fsf@caliper.ActiveState.com>
28021      Branch: perl
28022            ! ext/Encode/Encode.pm
28023 ____________________________________________________________________________
28024 [ 11993] By: jhi                                   on 2001/09/11  02:27:25
28025         Log: Fix unpack U to be the reverse of pack U
28026              (but implement unpack U0U as a backdoor to get
28027              the UTF-8 malformed warnings from un-UTF-8 data)
28028      Branch: perl
28029            ! pod/perlunicode.pod pp_pack.c t/op/pack.t t/op/utf8decode.t
28030 ____________________________________________________________________________
28031 [ 11992] By: jhi                                   on 2001/09/11  00:14:24
28032         Log: Metaconfig unit change for #11991;
28033              delete an unused unit (d_strtoull.U is the one used)
28034      Branch: metaconfig
28035            ! U/protos/d_lseekproto.U
28036      Branch: metaconfig/U/perl
28037            - strtoull.U
28038 ____________________________________________________________________________
28039 [ 11991] By: jhi                                   on 2001/09/11  00:14:01
28040         Log: Subject: [PATCH] Configure not recording lseek proto
28041              From: Blair Zajac <blair@orcaware.com>
28042              Date: Mon, 10 Sep 2001 17:52:37 -0700
28043              Message-ID: <3B9D6055.BA334A31@orcaware.com>
28044              
28045              plus regen Configure.
28046      Branch: perl
28047            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
28048            ! config_h.SH uconfig.h
28049 ____________________________________________________________________________
28050 [ 11990] By: jhi                                   on 2001/09/10  23:59:25
28051         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?)))                  
28052              From: Nicholas Clark <nick@ccl4.org>
28053              Date: Tue, 11 Sep 2001 00:00:31 +0100
28054              Message-ID: <20010911000031.G1512@plum.flirble.org>
28055      Branch: perl
28056            + t/op/qq.t
28057            ! MANIFEST numeric.c perl.h regcomp.c t/op/pat.t toke.c
28058 ____________________________________________________________________________
28059 [ 11989] By: jhi                                   on 2001/09/10  23:31:45
28060         Log: Subject: [PATCH] Building on win32 w/o perlio
28061              From: "Mattia Barbon" <mbarbon@dsi.unive.it>
28062              Date: Mon, 10 Sep 2001 23:38:46 +0200
28063              Message-ID: <3B9D4F06.14433.2C37644@localhost>
28064      Branch: perl
28065            ! perl.c win32/Makefile win32/makefile.mk
28066 ____________________________________________________________________________
28067 [ 11988] By: jhi                                   on 2001/09/10  23:26:40
28068         Log: Subject: [PATCH MANIFEST lib/CGI/t/push.t] New Test for CGI::Push
28069              From: "chromatic" <chromatic@rmci.net>
28070              Date: Mon, 10 Sep 2001 15:14:01 -0600
28071              Message-ID: <20010910211833.30177.qmail@onion.perl.org>
28072      Branch: perl
28073            + lib/CGI/t/push.t
28074            ! MANIFEST
28075 ____________________________________________________________________________
28076 [ 11987] By: jhi                                   on 2001/09/10  23:24:11
28077         Log: Subject: avoiding hoardes of zombies
28078              From: Nicholas Clark <nick@ccl4.org>
28079              Date: Mon, 10 Sep 2001 22:00:40 +0100
28080              Message-ID: <20010910220040.C1512@plum.flirble.org>
28081      Branch: perl
28082            ! pod/perlipc.pod
28083 ____________________________________________________________________________
28084 [ 11986] By: jhi                                   on 2001/09/10  23:22:10
28085         Log: Subject: PATCH Resubmission  - was Re: [ID 20010902.001] v strings over 2*31 barf
28086              From: John Peacock <jpeacock@rowman.com>
28087              Date: Mon, 10 Sep 2001 16:34:30 -0400
28088              Message-ID: <3B9D23D6.90BCCC25@rowman.com>
28089      Branch: perl
28090            ! sv.c t/op/ver.t utf8.h
28091 ____________________________________________________________________________
28092 [ 11985] By: ams                                   on 2001/09/10  23:20:13
28093         Log: Typo fixed by Blair Zajac in <3B9D284C.23B8D20B@orcaware.com>.
28094      Branch: perl
28095            ! MANIFEST
28096 ____________________________________________________________________________
28097 [ 11984] By: jhi                                   on 2001/09/10  23:09:31
28098         Log: (Retracted by #12001)
28099              Subject: Calc with USE_MUL/USE_DIV
28100              From: Tels <perl_dummy@bloodgate.com>
28101              Date: Fri, 07 Sep 2001 18:52:08 +0200 (CEST)
28102              Message-Id: <200109071651.TAA11249@tiku.hut.fi>
28103      Branch: perl
28104            ! lib/Math/BigInt/Calc.pm
28105 ____________________________________________________________________________
28106 [ 11983] By: jhi                                   on 2001/09/10  22:37:14
28107         Log: Subject: [PATCH op.c] Re: perl@11978
28108              From: Robin Barker <rmb1@cise.npl.co.uk>
28109              Date: Mon, 10 Sep 2001 18:58:01 +0100 (BST)
28110              Message-Id: <200109101758.SAA07670@tempest.npl.co.uk>
28111              
28112              Format errors.
28113      Branch: perl
28114            ! op.c
28115 ____________________________________________________________________________
28116 [ 11982] By: jhi                                   on 2001/09/10  22:35:57
28117         Log: Switch PADOFFSET back to U32 both because of binary backward
28118              compatibility and because Arthur seems to have been fixing the
28119              problems with naughty integer-pointer casting.
28120      Branch: perl
28121            ! op.h
28122 ____________________________________________________________________________
28123 [ 11981] By: ams                                   on 2001/09/10  16:31:43
28124         Log: Subject: [PATCH MANIFEST, lib/ExtUtils/Command.pm, lib/ExtUtils/Command.t]
28125              Fix Pod Typo, Add Test for ExtUtils::Command
28126              From: "chromatic" <chromatic@rmci.net>
28127              Date: Mon, 10 Sep 2001 11:20:56 -0600
28128              Message-Id: <20010910172528.54160.qmail@onion.perl.org>
28129      Branch: perl
28130            + lib/ExtUtils/Command.t
28131            ! MANIFEST lib/ExtUtils/Command.pm
28132 ____________________________________________________________________________
28133 [ 11980] By: jhi                                   on 2001/09/10  13:29:35
28134         Log: Subject: [PATCH] Encode.pm docs fix
28135              From: Matt Sergeant <MSergeant@star.net.uk>
28136              Date: Mon, 10 Sep 2001 15:24:01 +0100
28137              Message-ID: <315E8A8BF9D1D411AD3D00508BB1B0C004B90035@UKS040>     
28138      Branch: perl
28139            ! ext/Encode/Encode.pm
28140 ____________________________________________________________________________
28141 [ 11979] By: jhi                                   on 2001/09/10  13:17:48
28142         Log: Update Changes.
28143      Branch: perl
28144            ! Changes patchlevel.h
28145 ____________________________________________________________________________
28146 [ 11978] By: jhi                                   on 2001/09/10  12:59:40
28147         Log: Revert #11973, the dTHX seems to be needed in there
28148              for threaded builds.
28149      Branch: perl
28150            ! perlio.c
28151 ____________________________________________________________________________
28152 [ 11977] By: jhi                                   on 2001/09/10  12:55:47
28153         Log: Detypo.
28154      Branch: perl
28155            ! pod/perlguts.pod
28156 ____________________________________________________________________________
28157 [ 11976] By: jhi                                   on 2001/09/10  12:46:34
28158         Log: Further Class::Struct patching from Damian.
28159              
28160              The new new semantics are:
28161              
28162              * If you pass an initializer for a nested object, it has to be:
28163              a) a reference to an object of that class, or      
28164              b) a reference to an object of a subclass of that class, or
28165              c) a reference to a hash of arguments to be passed to the
28166              class's constructor
28167              * If you pass no initializer for a nested object, the attribute
28168              is initialized to C<undef>
28169      Branch: perl
28170            ! lib/Class/Struct.pm
28171 ____________________________________________________________________________
28172 [ 11975] By: jhi                                   on 2001/09/10  12:42:24
28173         Log: Skip the crypt test if no crypt.
28174      Branch: perl
28175            ! t/op/crypt.t
28176 ____________________________________________________________________________
28177 [ 11974] By: jhi                                   on 2001/09/10  12:39:25
28178         Log: Warn against using bare v-strings as IP addresses
28179              (okay if using the wrappers from Socket)
28180      Branch: perl
28181            ! pod/perldata.pod pod/perlport.pod
28182 ____________________________________________________________________________
28183 [ 11973] By: sky                                   on 2001/09/10  11:57:58
28184         Log: Remove unused dTHX. Silenced another warning.
28185      Branch: perl
28186            ! perlio.c
28187 ____________________________________________________________________________
28188 [ 11972] By: sky                                   on 2001/09/10  11:54:25
28189         Log: Silence some more warnings INT2PTR.
28190      Branch: perl
28191            ! pp.c pp_ctl.c sharedsv.c sv.c taint.c
28192 ____________________________________________________________________________
28193 [ 11971] By: sky                                   on 2001/09/10  11:21:50
28194         Log: Silence another ITHREAD 64bit INT/32bit PTR warning.
28195      Branch: perl
28196            ! cop.h
28197 ____________________________________________________________________________
28198 [ 11970] By: sky                                   on 2001/09/10  11:17:25
28199         Log: Apply INT2PTR with force to silence warnings from
28200              PM_GETRE and friends. No more warnings with 64bit 
28201              IVs and 32bit pointers.    
28202      Branch: perl
28203            ! op.c op.h perl.c
28204 ____________________________________________________________________________
28205 [ 11969] By: sky                                   on 2001/09/10  10:13:02
28206         Log: Removed reference of -DPERL_CUSTOM_OPS in the documentation.
28207      Branch: perl
28208            ! pod/perlguts.pod
28209 ____________________________________________________________________________
28210 [ 11968] By: sky                                   on 2001/09/10  10:02:51
28211         Log: Remove #ifdef PERL_CUSTOM_OPS, always build with PERL_CUSTOM_OPS
28212              Rename to custop_op_name to Perl_custom_op_name to match perlapi
28213              Clone the hashtable PL_custom_op_names and PL_custop_op_descs in 
28214              perl_clone.
28215      Branch: perl
28216            ! embed.pl intrpvar.h makedef.pl op.c opcode.pl sv.c
28217 ____________________________________________________________________________
28218 [ 11967] By: jhi                                   on 2001/09/10  03:14:35
28219         Log: Using strlen() not good on embedded nul bytes.
28220      Branch: perl
28221            ! regcomp.c
28222 ____________________________________________________________________________
28223 [ 11966] By: ams                                   on 2001/09/09  21:06:13
28224         Log: Subject: Re: [ID 20010810.011] 'use v2b' not allowed with strict
28225              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
28226              Date: Mon, 13 Aug 2001 22:51:59 +0200
28227              Message-ID: <20010813225159.C6681@rafael>
28228              (Applied with several tweaks.)
28229      Branch: perl
28230            ! embed.h embed.pl proto.h toke.c
28231 ____________________________________________________________________________
28232 [ 11965] By: jhi                                   on 2001/09/09  14:40:39
28233         Log: The exact error message is system-dependent.
28234      Branch: perl
28235            ! lib/ExtUtils/Manifest.t
28236 ____________________________________________________________________________
28237 [ 11964] By: jhi                                   on 2001/09/09  14:38:05
28238         Log: Add Windows and Mac Sami support to Encode
28239              (http://www.egt.ie/standards/se/sami-teastabaiki.html)
28240      Branch: perl
28241            + ext/Encode/Encode/isoir-197.enc ext/Encode/Encode/macSami.enc
28242            ! MANIFEST
28243 ____________________________________________________________________________
28244 [ 11963] By: jhi                                   on 2001/09/09  13:54:07
28245         Log: Use the tried method.
28246      Branch: perl
28247            ! pod/perlport.pod
28248 ____________________________________________________________________________
28249 [ 11962] By: jhi                                   on 2001/09/09  13:46:59
28250         Log: Can't count parentheses.
28251      Branch: perl
28252            ! ext/IO/lib/IO/Socket/INET.pm
28253 ____________________________________________________________________________
28254 [ 11961] By: jhi                                   on 2001/09/09  13:34:12
28255         Log: perlport additions: 1 while unlink, add/delete directory
28256              entries and permissions, cygwin stat funkiness (from Michael
28257              Schwern and Nicholas Clark)
28258      Branch: perl
28259            ! pod/perlport.pod
28260 ____________________________________________________________________________
28261 [ 11960] By: jhi                                   on 2001/09/09  13:19:12
28262         Log: blib does have a detectable test.
28263      Branch: perl
28264            ! t/lib/1_compile.t
28265 ____________________________________________________________________________
28266 [ 11959] By: jhi                                   on 2001/09/09  13:16:43
28267         Log: Subject: [PATCH MANIFEST, lib/Term/Complete.t] Add Test for Term::Complete
28268              From: "chromatic" <chromatic@rmci.net>
28269              Date: Sat, 08 Sep 2001 19:33:42 -0600
28270              Message-ID: <20010909013810.11522.qmail@onion.perl.org>
28271      Branch: perl
28272            + lib/Term/Complete.t
28273            ! MANIFEST
28274 ____________________________________________________________________________
28275 [ 11958] By: jhi                                   on 2001/09/09  13:09:02
28276         Log: Subject: [PATCH MANIFEST lib/Test/Tutorial.pod] Test::Tutorial?
28277              From: Michael G Schwern <schwern@pobox.com> 
28278              Date: Sat, 8 Sep 2001 02:40:26 -0400
28279              Message-ID: <20010908024026.A26283@blackrider>
28280      Branch: perl
28281            + lib/Test/Tutorial.pod
28282            ! MANIFEST
28283 ____________________________________________________________________________
28284 [ 11957] By: jhi                                   on 2001/09/09  13:03:33
28285         Log: Try to look up protocol (by name) only iff it has non-numbers:
28286              nice if the server is in a chrooted environment (no /etc/protocols,
28287              server code using hardcorded protocol numbers like 6 for tcp),
28288              suggested by John Holdsworth <coldwave@bigfoot.com>.
28289              In other words, if we are given a number, why look it up again
28290              (by number)?
28291      Branch: perl
28292            ! ext/IO/lib/IO/Socket/INET.pm
28293 ____________________________________________________________________________
28294 [ 11956] By: jhi                                   on 2001/09/09  12:53:12
28295         Log: Subject: [PATCH regcomp.c] zero-width assertions CAN be ?'d
28296              From: "Jeff 'japhy/Marillion' Pinyan" <jeffp@crusoe.net>
28297              Date: Sat, 8 Sep 2001 15:42:30 -0400 (EDT) 
28298              Message-ID: <Pine.GSO.4.21.0109081535480.24489-100000@crusoe.crusoe.net>
28299              
28300              Subject: Re: [PATCH t/op/misc.t] regcomp.c patch broke test 
28301              From: "Jeff 'japhy/Marillion' Pinyan" <jeffp@crusoe.net>
28302              Date: Sat, 8 Sep 2001 18:33:12 -0400 (EDT)
28303              Message-ID: <Pine.GSO.4.21.0109081832030.24489-100000@crusoe.crusoe.net>
28304              Subject: [PATCH t/lib/warnings/regcomp] (?=...)? gives no warning now
28305              From: "Jeff 'japhy/Marillion' Pinyan" <jeffp@crusoe.net>
28306              Date: Sat, 8 Sep 2001 18:37:22 -0400 (EDT)
28307              Message-ID: <Pine.GSO.4.21.0109081835340.24489-100000@crusoe.crusoe.net>
28308      Branch: perl
28309            ! regcomp.c t/lib/warnings/regcomp t/run/kill_perl.t
28310 ____________________________________________________________________________
28311 [ 11955] By: ams                                   on 2001/09/09  02:54:21
28312         Log: Subject: Re: [PATCH perl@11938] slash slashes in lib/CGI/Carp.pm
28313              From: "Craig A. Berry" <craigberry@mac.com>
28314              Date: Sat, 08 Sep 2001 19:02:16 -0500
28315              Message-Id: <5.1.0.14.0.20010908185936.01aadcc0@mail.mac.com>
28316      Branch: perl
28317            ! lib/CGI/t/carp.t
28318 ____________________________________________________________________________
28319 [ 11954] By: jhi                                   on 2001/09/09  02:30:39
28320         Log: Documentation tweaks; think the IP address as an opaque string.
28321      Branch: perl
28322            ! ext/Socket/Socket.pm
28323 ____________________________________________________________________________
28324 [ 11953] By: jhi                                   on 2001/09/09  00:32:05
28325         Log: Subject: [REPATCH] Re: [PATCH] new test lib/blib.t
28326              From: Michael G Schwern <schwern@pobox.com>
28327              Date: Sat, 8 Sep 2001 19:45:46 -0400
28328              Message-ID: <20010908194546.C9193@blackrider>
28329      Branch: perl
28330            + lib/blib.t
28331            ! MANIFEST lib/blib.pm t/lib/1_compile.t
28332 ____________________________________________________________________________
28333 [ 11952] By: jhi                                   on 2001/09/09  00:27:15
28334         Log: Subject: [PATCH MANIFEST, lib/CGI/t/fast.t] Added Test for CGI::Fast
28335              From: "chromatic" <chromatic@rmci.net>
28336              Date: Sat, 08 Sep 2001 12:31:44 -0600
28337              Message-ID: <20010908183612.49960.qmail@onion.perl.org>
28338      Branch: perl
28339            + lib/CGI/t/fast.t
28340            ! MANIFEST
28341 ____________________________________________________________________________
28342 [ 11951] By: jhi                                   on 2001/09/09  00:24:07
28343         Log: The Socket tests were wrong: they were assuming too much.
28344      Branch: perl
28345            ! ext/Socket/Socket.pm ext/Socket/Socket.t ext/Socket/Socket.xs
28346 ____________________________________________________________________________
28347 [ 11950] By: jhi                                   on 2001/09/08  20:09:07
28348         Log: Retract the portability changes since they
28349              seem to have opened a can of worms... will
28350              go back to UNICOS/mk and do the bare minimum
28351              required to get the tests working.
28352      Branch: perl
28353            ! ext/Socket/Socket.xs
28354 ____________________________________________________________________________
28355 [ 11949] By: jhi                                   on 2001/09/08  19:48:20
28356         Log: PADOFFSET is used to cast pointers into integers,
28357              if pointers are 64 bits and U32 32 bits,
28358              bad things may happen, or at least warnings issued.
28359      Branch: perl
28360            ! op.h
28361 ____________________________________________________________________________
28362 [ 11948] By: jhi                                   on 2001/09/08  18:50:07
28363         Log: Still more Socket portability tweaking.
28364              Now Socket.t seems to be happy in all of
28365              Linux/x86, Tru64/alpha, Solaris/sparc,
28366              IRIX/MIPS (both 32-bit and 64-bit), and UNICOS/mk/alpha.
28367              
28368              Addendum: it seems that io_multihomed, io_sock, and hostent
28369              were broken in little-endians (linux/x86 and tru64/alpha)
28370              because of this change.  Argh.
28371      Branch: perl
28372            ! ext/Socket/Socket.xs
28373 ____________________________________________________________________________
28374 [ 11947] By: jhi                                   on 2001/09/08  17:23:23
28375         Log: More portability kicking on inet_ntoa().
28376      Branch: perl
28377            ! ext/Socket/Socket.xs
28378 ____________________________________________________________________________
28379 [ 11946] By: jhi                                   on 2001/09/08  15:09:58
28380         Log: Subject: [REPATCH] Re: [PATCH MANIFEST, lib/ExtUtils/Manifest.t] Another New Test
28381              From: Michael G Schwern <schwern@pobox.com> 
28382              Date: Fri, 7 Sep 2001 23:06:51 -0400
28383              Message-ID: <20010907230651.R606@blackrider>
28384      Branch: perl
28385            + lib/ExtUtils/Manifest.t
28386            ! MANIFEST lib/ExtUtils/MM_Unix.pm lib/ExtUtils/Manifest.pm
28387 ____________________________________________________________________________
28388 [ 11945] By: jhi                                   on 2001/09/08  14:49:15
28389         Log: Subject: Re: [PATCH MANIFEST, lib/ExtUtils/testlib.t] More Tests
28390              From: "chromatic" <chromatic@rmci.net>
28391              Date: Fri, 07 Sep 2001 17:53:15 -0600      
28392              Message-ID: <20010907235740.80566.qmail@onion.perl.org>              
28393      Branch: perl
28394            + lib/ExtUtils/testlib.t
28395            ! MANIFEST
28396 ____________________________________________________________________________
28397 [ 11944] By: jhi                                   on 2001/09/07  22:57:00
28398         Log: Thinko.
28399      Branch: perl
28400            ! lib/integer.t
28401 ____________________________________________________________________________
28402 [ 11943] By: jhi                                   on 2001/09/07  20:34:55
28403         Log: Subject: [PATCH perl@11938] slash slashes in lib/CGI/Carp.pm
28404              From: "Craig A. Berry" <craigberry@mac.com>
28405              Date: Fri, 07 Sep 2001 15:30:03 -0500
28406              Message-Id: <5.1.0.14.0.20010907142644.03700c38@exchi01>
28407      Branch: perl
28408            ! lib/CGI/Carp.pm
28409 ____________________________________________________________________________
28410 [ 11942] By: jhi                                   on 2001/09/07  20:30:43
28411         Log: Subject: [PATCH lib/ExtUtils/MM_Unix.pm] (was Re: MakeMaker: MM_Unix rule excluding pods)
28412              From: Michael G Schwern <schwern@pobox.com>
28413              Date: Fri, 7 Sep 2001 15:38:13 -0400
28414              Message-ID: <20010907153813.K606@blackrider>
28415      Branch: perl
28416            ! lib/ExtUtils/MM_Unix.pm
28417 ____________________________________________________________________________
28418 [ 11941] By: jhi                                   on 2001/09/07  20:28:24
28419         Log: Subject: [PATCH perl.h mg.c pp_sys.c] Silence the remaing format warning
28420              From: Robin Barker <rmb1@cise.npl.co.uk>
28421              Date: Fri, 7 Sep 2001 18:28:23 +0100 (BST)
28422              Message-Id: <200109071728.SAA13569@tempest.npl.co.uk>
28423      Branch: perl
28424            ! Porting/pumpkin.pod mg.c perl.h pp_sys.c
28425 ____________________________________________________________________________
28426 [ 11940] By: jhi                                   on 2001/09/07  20:26:29
28427         Log: Clean up 1_compile.t; move tests to more consistent
28428              places (t/ subdirectories); add integer.t (much of
28429              the pragma is tested elsewhere but there is no one
28430              centralized place)
28431      Branch: perl
28432            + ext/Fcntl/t/fcntl.t ext/Fcntl/t/syslfs.t ext/POSIX/t/posix.t
28433            + ext/POSIX/t/sigaction.t lib/Env/t/array.t lib/Env/t/env.t
28434            + lib/File/Find/t/find.t lib/File/Find/t/taint.t lib/integer.t
28435            - ext/Fcntl/Fcntl.t ext/Fcntl/syslfs.t ext/POSIX/POSIX.t
28436            - ext/POSIX/sigaction.t lib/Env/array.t lib/Env/env.t
28437            - lib/File/Find/find.t lib/File/Find/taint.t
28438            ! MANIFEST t/lib/1_compile.t t/op/lfs.t
28439 ____________________________________________________________________________
28440 [ 11939] By: jhi                                   on 2001/09/07  17:25:32
28441         Log: Subject: Re: [PATCH lib/File/Find/taint.t] Use Test::More
28442              From: "chromatic" <chromatic@rmci.net>
28443              Date: Fri, 07 Sep 2001 10:17:40 -0600
28444              Message-ID: <20010907162205.84723.qmail@onion.perl.org>
28445      Branch: perl
28446            ! lib/File/Find/taint.t
28447 ____________________________________________________________________________
28448 [ 11938] By: jhi                                   on 2001/09/07  14:04:43
28449         Log: Update Changes.
28450      Branch: perl
28451            ! Changes patchlevel.h
28452 ____________________________________________________________________________
28453 [ 11937] By: jhi                                   on 2001/09/07  13:52:03
28454         Log: Rename the old threading tutorial, start a new one,
28455              regen toc.
28456      Branch: perl
28457            + pod/perlothrtut.pod
28458            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perlthrtut.pod
28459            ! pod/perltoc.pod
28460 ____________________________________________________________________________
28461 [ 11936] By: jhi                                   on 2001/09/07  13:05:48
28462         Log: vars very much has a test.
28463      Branch: perl
28464            ! t/lib/1_compile.t
28465 ____________________________________________________________________________
28466 [ 11935] By: jhi                                   on 2001/09/07  12:52:06
28467         Log: Subject: Re: wince/perl.ico marked as binary
28468              From: Nicholas Clark <nick@ccl4.org>
28469              Date: Fri, 7 Sep 2001 13:54:40 +0100
28470              Message-ID: <20010907135439.D39150@plum.flirble.org>
28471              
28472              and wince/Makefile.ce change from Rainer Keuchel.
28473      Branch: perl
28474            + wince/makeico.pl
28475            ! MANIFEST wince/Makefile.ce
28476 ____________________________________________________________________________
28477 [ 11934] By: jhi                                   on 2001/09/07  12:43:50
28478         Log: Subject: Re: [PATCH regexec.c] more general .* and .*?
28479              From: "Jeff 'japhy/Marillion' Pinyan" <jeffp@crusoe.net>
28480              Date: Fri, 7 Sep 2001 09:41:10 -0400 (EDT)
28481              Message-ID: <Pine.GSO.4.21.0109070933530.7041-100000@crusoe.crusoe.net>
28482      Branch: perl
28483            ! regexec.c
28484 ____________________________________________________________________________
28485 [ 11933] By: jhi                                   on 2001/09/07  12:37:46
28486         Log: (Replaced by #11934)
28487              Subject: Re: [PATCH regexec.c] more general .* and .*?
28488              From: "Jeff 'japhy/Marillion' Pinyan" <jeffp@crusoe.net>
28489              Date: Fri, 7 Sep 2001 08:44:17 -0400 (EDT)
28490              Message-ID: <Pine.GSO.4.21.0109070836110.7041-100000@crusoe.crusoe.net>
28491      Branch: perl
28492            ! regexec.c
28493 ____________________________________________________________________________
28494 [ 11932] By: jhi                                   on 2001/09/07  12:27:14
28495         Log: The #11931 patching misbehaved.
28496      Branch: perl
28497            ! lib/Test/Harness/t/test-harness.t
28498 ____________________________________________________________________________
28499 [ 11931] By: jhi                                   on 2001/09/07  12:21:30
28500         Log: Subject: [PATCH lib/Test/Harness* t/TEST] Test::Harness 1.25 sync
28501              From: Michael G Schwern <schwern@pobox.com>
28502              Date: Fri, 7 Sep 2001 03:30:41 -0400
28503              Message-ID: <20010907033041.A2796@blackrider>
28504      Branch: perl
28505            + lib/Test/Harness/Changes lib/Test/Harness/t/base.t
28506            + lib/Test/Harness/t/ok.t lib/Test/Harness/t/test-harness.t
28507            + t/lib/sample-tests/header_at_end_fail
28508            + t/lib/sample-tests/skip_no_msg t/lib/sample-tests/todo_inline
28509            - lib/Test/Harness.t
28510            ! MANIFEST lib/Test/Harness.pm t/TEST
28511 ____________________________________________________________________________
28512 [ 11930] By: jhi                                   on 2001/09/07  11:59:17
28513         Log: Subject: [PATCH] Digest::MD5 update
28514              From: Gisle Aas <gisle@ActiveState.com>
28515              Date: 06 Sep 2001 23:32:56 -0700
28516              Message-ID: <lrofon5x47.fsf@caliper.ActiveState.com>
28517      Branch: perl
28518            ! ext/Digest/MD5/Changes ext/Digest/MD5/MD5.pm
28519            ! ext/Digest/MD5/MD5.xs ext/Digest/MD5/t/files.t
28520 ____________________________________________________________________________
28521 [ 11929] By: jhi                                   on 2001/09/07  11:23:05
28522         Log: Subject: [PATCH MANIFEST, lib/less.t] Add Tests for the less Pragma
28523              From: "chromatic" <chromatic@rmci.net>
28524              Date: Thu, 06 Sep 2001 23:11:44 -0600
28525              Message-ID: <20010907051609.91459.qmail@onion.perl.org>
28526      Branch: perl
28527            + lib/less.t
28528            ! MANIFEST t/lib/1_compile.t
28529 ____________________________________________________________________________
28530 [ 11928] By: jhi                                   on 2001/09/07  11:19:29
28531         Log: The binary file must somehow differently stored.
28532      Branch: perl
28533            - wince/perl.ico
28534            ! MANIFEST
28535 ____________________________________________________________________________
28536 [ 11927] By: jhi                                   on 2001/09/07  03:53:29
28537         Log: Add more modules to the list of modules that have tests,
28538              Schwern's wallet is getting more nervous.
28539              (Run t/lib/1_compile.t manually to see which modules
28540              are lacking tests, or the tests can't be run for some
28541              reason or another, such as the Net:: modules)
28542      Branch: perl
28543            ! t/lib/1_compile.t
28544 ____________________________________________________________________________
28545 [ 11926] By: jhi                                   on 2001/09/07  03:43:11
28546         Log: Try to make Socket::inet_ntoa() more robust.
28547      Branch: perl
28548            ! ext/Socket/Socket.t ext/Socket/Socket.xs pod/perldiag.pod
28549 ____________________________________________________________________________
28550 [ 11925] By: jhi                                   on 2001/09/07  01:57:58
28551         Log: Subject: Re: [PATCH lib/English.t] Test All Aliases (including %Errno)
28552              From: chromatic <chromatic@rmci.net>       
28553              Date: Wed, 5 Sep 2001 22:58:05 -0600                         
28554              Message-Id: <01090522580506.19590@firewheel>           
28555      Branch: perl
28556            ! lib/English.t
28557 ____________________________________________________________________________
28558 [ 11924] By: jhi                                   on 2001/09/07  01:55:05
28559         Log: Subject: Re: perlvar manpage and localizing special vars
28560              From: Stas Bekman <stas@stason.org>
28561              Date: Fri, 7 Sep 2001 10:10:24 +0800 (SGT)
28562              Message-ID: <Pine.LNX.4.33.0109071009240.19262-100000@stas.singnet.com.sg>
28563      Branch: perl
28564            ! pod/perlvar.pod
28565 ____________________________________________________________________________
28566 [ 11923] By: jhi                                   on 2001/09/07  01:49:36
28567         Log: Subject: [PATCH MakeMaker.pm] noise from make in ext/SDBM
28568              From: Robin Barker <rmb1@cise.npl.co.uk>
28569              Date: Thu, 6 Sep 2001 19:36:49 +0100 (BST)
28570              Message-Id: <200109061836.TAA08747@tempest.npl.co.uk>
28571      Branch: perl
28572            ! lib/ExtUtils/MakeMaker.pm
28573 ____________________________________________________________________________
28574 [ 11922] By: jhi                                   on 2001/09/06  18:09:08
28575         Log: Symbol missing; AIX unhappy.
28576      Branch: perl
28577            ! makedef.pl
28578 ____________________________________________________________________________
28579 [ 11921] By: jhi                                   on 2001/09/06  17:52:43
28580         Log: Add a test for [ID 20010906.019] perl crashes on "undef foo"
28581              Reported in 5.61, seems to work okay in blead.
28582      Branch: perl
28583            ! t/run/kill_perl.t
28584 ____________________________________________________________________________
28585 [ 11920] By: jhi                                   on 2001/09/06  14:35:09
28586         Log: Update Changes.
28587      Branch: perl
28588            ! Changes patchlevel.h
28589 ____________________________________________________________________________
28590 [ 11919] By: jhi                                   on 2001/09/06  14:20:10
28591         Log: Document the bad assumptions currently breaking
28592              the Socket.t tests 10, 11, and 13 in UNICOS.
28593      Branch: perl
28594            ! ext/Socket/Socket.xs
28595 ____________________________________________________________________________
28596 [ 11918] By: jhi                                   on 2001/09/06  14:07:45
28597         Log: Subject: [PATCH x2p] make OPTIMIZE=...
28598              From: Robin Barker <rmb1@cise.npl.co.uk>
28599              Date: Thu, 6 Sep 2001 13:31:37 +0100 (BST)
28600              Message-Id: <200109061231.NAA25265@tempest.npl.co.uk>
28601      Branch: perl
28602            ! x2p/Makefile.SH x2p/cflags.SH
28603 ____________________________________________________________________________
28604 [ 11917] By: jhi                                   on 2001/09/06  14:01:45
28605         Log: Subject: [PATCH] for perlhack.pod - no p5p archive on deja/google
28606              From: Ian Phillipps <Ian_Phillipps@yahoo.co.uk>
28607              Date: Thu, 6 Sep 2001 11:09:40 +0100
28608              Message-ID: <20010906110939.A914@homer.diplex.co.uk>
28609              
28610              Subject: Re: [PATCH] for perlhack.pod - no p5p archive on deja/google    
28611              From: rgarciasuarez@free.fr (Rafael Garcia-Suarez)
28612              Date: 6 Sep 2001 10:14:38 -0000
28613              Message-Id: <slrn9pej4m.1j8.rgarciasuarez@rafael.kazibao.net>   
28614      Branch: perl
28615            ! pod/perlfaq1.pod pod/perlhack.pod
28616 ____________________________________________________________________________
28617 [ 11916] By: jhi                                   on 2001/09/06  13:56:19
28618         Log: Subject: Extra NUL is Data::Dumper output - patch
28619              From: Tony Cook <tony@develop-help.com>
28620              Date: Thu, 6 Sep 2001 12:35:49 +1000 (EST)
28621              Message-ID: <Pine.LNX.4.10.10109061157210.9366-100000@develop-help.com>
28622      Branch: perl
28623            ! ext/Data/Dumper/Dumper.xs ext/Data/Dumper/t/dumper.t
28624 ____________________________________________________________________________
28625 [ 11915] By: jhi                                   on 2001/09/06  13:51:16
28626         Log: Avoid redefinition warning
28627              Subroutine Cwd::fastcwd redefined at lib/XSLoader.pm line 97.
28628              from
28629              perl -w -Ilib -MCwd -e ''
28630      Branch: perl
28631            ! lib/Cwd.pm
28632 ____________________________________________________________________________
28633 [ 11914] By: jhi                                   on 2001/09/06  13:30:32
28634         Log: Update the is_tainted() example implementation.
28635      Branch: perl
28636            ! pod/perlsec.pod
28637 ____________________________________________________________________________
28638 [ 11913] By: jhi                                   on 2001/09/06  13:15:59
28639         Log: Missing) in #11912.
28640      Branch: perl
28641            ! lib/Test/Simple/t/fail.t
28642 ____________________________________________________________________________
28643 [ 11912] By: jhi                                   on 2001/09/06  13:08:48
28644         Log: Rewhack Test-Simple into core harness.
28645      Branch: perl
28646            ! lib/Test/Simple/t/exit.t lib/Test/Simple/t/extra.t
28647            ! lib/Test/Simple/t/fail-like.t lib/Test/Simple/t/fail-more.t
28648            ! lib/Test/Simple/t/fail.t lib/Test/Simple/t/missing.t
28649            ! lib/Test/Simple/t/no_plan.t lib/Test/Simple/t/plan_is_noplan.t
28650            ! lib/Test/Simple/t/skipall.t
28651 ____________________________________________________________________________
28652 [ 11911] By: jhi                                   on 2001/09/06  11:54:06
28653         Log: Workaround for the new Exporter 'feature'.
28654      Branch: perl
28655            ! lib/Test/More.pm
28656 ____________________________________________________________________________
28657 [ 11910] By: jhi                                   on 2001/09/06  11:52:56
28658         Log: Re-introduce pure-Perl fall-back for abs_path,
28659              re-introduce #11898.
28660      Branch: perl
28661            ! lib/Cwd.pm lib/File/Find.pm
28662 ____________________________________________________________________________
28663 [ 11909] By: jhi                                   on 2001/09/06  03:49:13
28664         Log: More tests.
28665      Branch: perl
28666            ! lib/Exporter.t
28667 ____________________________________________________________________________
28668 [ 11908] By: jhi                                   on 2001/09/06  03:38:22
28669         Log: Retract #11898 for now because it introduces
28670              a rather nasty depencency: when B is being built,
28671              MakeMaker is used.  MakeMaker uses File::Find.
28672              File::Find uses Cwd::getcwd()...which doesn't
28673              exist yet.
28674      Branch: perl
28675            ! lib/File/Find.pm
28676 ____________________________________________________________________________
28677 [ 11907] By: jhi                                   on 2001/09/06  03:20:02
28678         Log: New test welcome.
28679      Branch: perl
28680            + lib/Test/Simple/t/simple.t
28681 ____________________________________________________________________________
28682 [ 11906] By: jhi                                   on 2001/09/06  03:08:01
28683         Log: Old test begone.
28684      Branch: perl
28685            - lib/Attribute/Handlers/test.pl
28686 ____________________________________________________________________________
28687 [ 11905] By: jhi                                   on 2001/09/06  01:41:03
28688         Log: Test-Simple syncup from Schwern.
28689      Branch: perl
28690            + lib/Test/Simple/t/More.t lib/Test/Simple/t/fail-like.t
28691            + lib/Test/Simple/t/fail-more.t lib/Test/Simple/t/skip.t
28692            + lib/Test/Simple/t/skipall.t lib/Test/Simple/t/todo.t
28693            + lib/Test/Simple/t/undef.t lib/Test/Simple/t/useing.t
28694            + lib/Test/Utils.pm t/lib/Test/Simple/Catch/More.pm
28695            - lib/Test/More/Changes lib/Test/More/t/More.t
28696            - lib/Test/More/t/fail-like.t lib/Test/More/t/fail.t
28697            - lib/Test/More/t/plan_is_noplan.t lib/Test/More/t/skipall.t
28698            - lib/Test/Simple/t/simple.t t/lib/Test/More/Catch.pm
28699            ! MANIFEST lib/Test/More.pm lib/Test/Simple.pm
28700            ! lib/Test/Simple/Changes lib/Test/Simple/t/exit.t
28701            ! lib/Test/Simple/t/extra.t lib/Test/Simple/t/fail.t
28702            ! lib/Test/Simple/t/missing.t lib/Test/Simple/t/no_plan.t
28703            ! lib/Test/Simple/t/plan_is_noplan.t t/lib/Test/Simple/Catch.pm
28704            ! t/lib/Test/Simple/sample_tests/death.plx
28705            ! t/lib/Test/Simple/sample_tests/death_in_eval.plx
28706            ! t/lib/Test/Simple/sample_tests/extras.plx
28707            ! t/lib/Test/Simple/sample_tests/five_fail.plx
28708            ! t/lib/Test/Simple/sample_tests/last_minute_death.plx
28709            ! t/lib/Test/Simple/sample_tests/one_fail.plx
28710            ! t/lib/Test/Simple/sample_tests/require.plx
28711            ! t/lib/Test/Simple/sample_tests/success.plx
28712            ! t/lib/Test/Simple/sample_tests/too_few.plx
28713            ! t/lib/Test/Simple/sample_tests/two_fail.plx
28714 ____________________________________________________________________________
28715 [ 11904] By: pudge                                 on 2001/09/06  00:28:01
28716         Log: Integrate File::Find changes from bleadperl
28717      Branch: maint-5.6/macperl
28718            ! lib/File/Find.pm t/lib/filefind-taint.t
28719 ____________________________________________________________________________
28720 [ 11903] By: pudge                                 on 2001/09/06  00:22:29
28721         Log: Integrate 11847 from maint-5.6/perl
28722      Branch: maint-5.6/macperl
28723           !> sv.c
28724 ____________________________________________________________________________
28725 [ 11902] By: jhi                                   on 2001/09/05  23:27:57
28726         Log: In UNICOS division yada yada.
28727      Branch: perl
28728            ! t/op/override.t
28729 ____________________________________________________________________________
28730 [ 11901] By: jhi                                   on 2001/09/05  23:26:23
28731         Log: In UNICOS division is really lossy, better use
28732              a tolerance test.
28733      Branch: perl
28734            ! ext/Time/HiRes/HiRes.t
28735 ____________________________________________________________________________
28736 [ 11900] By: jhi                                   on 2001/09/05  23:22:38
28737         Log: In UNICOS sigaction() sets an extra flag
28738              ("the signal has been registered for all the processes in
28739              a multitasking group.")
28740      Branch: perl
28741            ! ext/POSIX/sigaction.t
28742 ____________________________________________________________________________
28743 [ 11899] By: jhi                                   on 2001/09/05  23:18:48
28744         Log: Documentation micropatch from Damian.
28745      Branch: perl
28746            ! lib/Attribute/Handlers.pm
28747 ____________________________________________________________________________
28748 [ 11898] By: jhi                                   on 2001/09/05  23:16:50
28749         Log: (Retracted by #11908)
28750              Subject: [PATCH] Re: [PATCH lib/File/Find.pm lib/File/Find/taint.t] Fixing those damned taint tests
28751              From: Michael G Schwern <schwern@pobox.com>
28752              Date: Wed, 5 Sep 2001 15:58:21 -0400
28753              Message-ID: <20010905155821.I632@blackrider>
28754      Branch: perl
28755            ! lib/File/Find.pm lib/File/Find/taint.t
28756 ____________________________________________________________________________
28757 [ 11897] By: jhi                                   on 2001/09/05  23:14:43
28758         Log: Subject: [PATCH lib/CGI/t/carp.t] Tests for CGI::Carp               
28759              From: Michael G Schwern <schwern@pobox.com>
28760              Date: Wed, 5 Sep 2001 19:16:31 -0400
28761              Message-ID: <20010905191631.E11386@blackrider>
28762      Branch: perl
28763            + lib/CGI/t/carp.t
28764            ! MANIFEST
28765 ____________________________________________________________________________
28766 [ 11896] By: jhi                                   on 2001/09/05  23:14:11
28767         Log: Subject: Re: [PATCH] Re: English.pm should do *PREMATCH = \$`       
28768              From: chromatic <chromatic@rmci.net>
28769              Date: Wed, 5 Sep 2001 18:08:07 -0600
28770              Message-Id: <01090518080700.19590@firewheel>
28771      Branch: perl
28772            ! lib/English.pm
28773 ____________________________________________________________________________
28774 [ 11895] By: jhi                                   on 2001/09/05  22:52:01
28775         Log: Fix a typo #11889 and add a test for the same.
28776      Branch: perl
28777            ! ext/Socket/Socket.t ext/Socket/Socket.xs
28778 ____________________________________________________________________________
28779 [ 11894] By: jhi                                   on 2001/09/05  22:43:26
28780         Log: Subject: [PATCH bleadperl] tweak warnings.t and kill_perl.t for VMS
28781              From: "Craig A. Berry" <craigberry@mac.com>
28782              Date: Wed, 05 Sep 2001 17:48:54 -0500
28783              Message-Id: <5.1.0.14.0.20010905145002.02b45218@exchi01>
28784      Branch: perl
28785            ! lib/warnings.t t/run/kill_perl.t
28786 ____________________________________________________________________________
28787 [ 11893] By: jhi                                   on 2001/09/05  22:36:35
28788         Log: Subject: [PATCH t/run/kill_perl.t] tying a bareword causes a segfault in 5.6.1
28789              From: Michael G Schwern <schwern@pobox.com>
28790              Date: Wed, 5 Sep 2001 17:22:25 -0400
28791              Message-ID: <20010905172225.C11386@blackrider>
28792      Branch: perl
28793            ! t/run/kill_perl.t
28794 ____________________________________________________________________________
28795 [ 11892] By: jhi                                   on 2001/09/05  22:34:55
28796         Log: Subject: [PATCH] Re: [ID 20010825.006] -DCRIPPLED_CC is broken
28797              From: Nicholas Clark <nick@ccl4.org>
28798              Date: Wed, 5 Sep 2001 20:54:24 +0100
28799              Message-ID: <20010905205424.C25120@plum.flirble.org>
28800      Branch: perl
28801            ! embed.h embed.pl global.sym pod/perlapi.pod proto.h sv.c sv.h
28802 ____________________________________________________________________________
28803 [ 11891] By: jhi                                   on 2001/09/05  22:34:16
28804         Log: Forgotten thing.
28805      Branch: perl
28806            ! uconfig.h
28807 ____________________________________________________________________________
28808 [ 11890] By: jhi                                   on 2001/09/05  22:27:42
28809         Log: Subject: Re: [PATCH] Re: English.pm should do *PREMATCH = \$`
28810              From: chromatic <chromatic@rmci.net>               
28811              Date: Wed, 5 Sep 2001 13:22:08 -0600
28812              Message-Id: <01090513220807.10587@firewheel> 
28813      Branch: perl
28814            ! lib/English.pm
28815 ____________________________________________________________________________
28816 [ 11889] By: jhi                                   on 2001/09/05  22:23:06
28817         Log: inet_ntoa() tweaks:
28818              - don't allow addresses with > 255 characters
28819              - indent the HP-UX workaround
28820              - don't leak memory
28821      Branch: perl
28822            ! ext/Socket/Socket.xs
28823 ____________________________________________________________________________
28824 [ 11888] By: jhi                                   on 2001/09/05  16:26:17
28825         Log: Clear up a documentation confusion noticed by Xiaoyun Wu
28826              <xwu@theeducationcenter.com>
28827      Branch: perl
28828            ! lib/File/Find.pm
28829 ____________________________________________________________________________
28830 [ 11887] By: jhi                                   on 2001/09/05  15:40:03
28831         Log: Typo nits.
28832      Branch: perl
28833            ! lib/File/Find.pm
28834 ____________________________________________________________________________
28835 [ 11886] By: jhi                                   on 2001/09/05  15:30:11
28836         Log: -Wall nit.
28837      Branch: perl
28838            ! op.c
28839 ____________________________________________________________________________
28840 [ 11885] By: gbarr                                 on 2001/09/05  15:26:18
28841         Log: Update to Scalar-List-Utils 1.05
28842      Branch: perl
28843            ! ext/List/Util/ChangeLog ext/List/Util/README
28844            ! ext/List/Util/Util.xs ext/List/Util/lib/List/Util.pm
28845 ____________________________________________________________________________
28846 [ 11884] By: jhi                                   on 2001/09/05  13:05:14
28847         Log: Update Changes.
28848      Branch: perl
28849            ! Changes patchlevel.h
28850 ____________________________________________________________________________
28851 [ 11883] By: gbarr                                 on 2001/09/05  12:51:35
28852         Log: Update to Scalar-List-Utils 1.04
28853      Branch: perl
28854            ! ext/List/Util/ChangeLog ext/List/Util/Util.xs
28855            ! ext/List/Util/lib/List/Util.pm
28856            ! ext/List/Util/lib/Scalar/Util.pm
28857 ____________________________________________________________________________
28858 [ 11882] By: jhi                                   on 2001/09/05  12:29:44
28859         Log: Metaconfigify #11724.
28860      Branch: metaconfig
28861            ! U/threads/archname.U
28862 ____________________________________________________________________________
28863 [ 11881] By: jhi                                   on 2001/09/05  12:21:44
28864         Log: The MacOS reference is okay, no reason to hide it.
28865      Branch: perl
28866            ! lib/Cwd.pm
28867 ____________________________________________________________________________
28868 [ 11880] By: jhi                                   on 2001/09/05  12:20:49
28869         Log: Subject: [PATCH lib/Cwd.pm ext/Cwd/Makefile.PL] Full doc cleanup (was  Re: [PATCH lib/Cwd.pm]  Try this again.)
28870              From: Michael G Schwern <schwern@pobox.com>
28871              Date: Tue, 4 Sep 2001 15:30:10 -0400
28872              Message-ID: <20010904153010.H26466@blackrider> 
28873              
28874              (We'll see whether the ../../lib/Cwd.pm works in alien lands)
28875      Branch: perl
28876            ! ext/Cwd/Makefile.PL lib/Cwd.pm
28877 ____________________________________________________________________________
28878 [ 11879] By: jhi                                   on 2001/09/05  12:12:18
28879         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.))
28880              From: Michael G Schwern <schwern@pobox.com>
28881              Date: Tue, 4 Sep 2001 17:39:13 -0400
28882              Message-ID: <20010904173913.C626@blackrider>
28883      Branch: perl
28884            ! lib/Cwd.pm
28885 ____________________________________________________________________________
28886 [ 11878] By: jhi                                   on 2001/09/05  12:10:50
28887         Log: Subject: Re: Perl_pp_* in public API?
28888              From: "Craig A. Berry" <craigberry@mac.com>
28889              Date: Tue, 4 Sep 2001 21:51:29 -0500
28890              Message-Id: <a05101000b7bb3f558c8a@[172.16.52.1]>
28891      Branch: perl
28892            ! ext/List/Util/Util.xs
28893 ____________________________________________________________________________
28894 [ 11877] By: jhi                                   on 2001/09/05  12:07:53
28895         Log: From Damian: Class::Struct was unable to define
28896              recursive classes.  After the patch an object reference
28897              (rather than a hash) is required to initialize
28898              an object attribute.  If no such initializer is given to
28899              the constructor, object attributes are now default
28900              initialized to C<undef>.
28901      Branch: perl
28902            ! lib/Class/Struct.pm lib/Class/Struct.t
28903 ____________________________________________________________________________
28904 [ 11876] By: jhi                                   on 2001/09/05  11:51:24
28905         Log: Subject: Re: sv_catpvfn and sv_setpvfn
28906              From: Richard Soderberg <rs@oregonnet.com>
28907              Date: Tue, 4 Sep 2001 15:16:47 -0700
28908              Message-Id: <200109042216.PAA17858@oregonnet.com>
28909      Branch: perl
28910            ! pod/perlclib.pod pod/perlguts.pod
28911 ____________________________________________________________________________
28912 [ 11875] By: jhi                                   on 2001/09/05  11:48:14
28913         Log: NetWare updates from Ananth Kesari.
28914      Branch: perl
28915            ! NetWare/config.wc NetWare/netware.h NetWare/nw5.c
28916            ! NetWare/nw5thread.h
28917 ____________________________________________________________________________
28918 [ 11874] By: jhi                                   on 2001/09/05  11:30:59
28919         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?))
28920              From: Nicholas Clark <nick@ccl4.org>
28921              Date: Tue, 4 Sep 2001 22:42:50 +0100
28922              Message-ID: <20010904224250.P25120@plum.flirble.org>
28923      Branch: perl
28924            ! embed.h embed.pl numeric.c perl.c perl.h pod/perlclib.pod
28925            ! pod/perlfunc.pod pp.c proto.h regcomp.c t/op/64bitint.t
28926            ! t/op/oct.t toke.c
28927 ____________________________________________________________________________
28928 [ 11873] By: jhi                                   on 2001/09/04  21:03:17
28929         Log: Fix Cwd::getcwd() not being tainted, as noticed
28930              by Schwern.
28931      Branch: perl
28932            + ext/Cwd/t/cwd.t ext/Cwd/t/taint.t
28933            - ext/Cwd/Cwd.t
28934            ! MANIFEST ext/Cwd/Cwd.xs util.c
28935 ____________________________________________________________________________
28936 [ 11872] By: jhi                                   on 2001/09/04  20:00:50
28937         Log: Retract #11870 and volatilize the right destruct_level.
28938              Silly thinko pointed out by Sarathy.
28939      Branch: perl
28940            ! intrpvar.h perl.c
28941 ____________________________________________________________________________
28942 [ 11871] By: jhi                                   on 2001/09/04  19:45:59
28943         Log: At least a temporary fix for the mysterious scope core dumps
28944              in Tru64 from Graham.
28945      Branch: perl
28946            ! ext/List/Util/Util.xs
28947 ____________________________________________________________________________
28948 [ 11870] By: jhi                                   on 2001/09/04  19:01:48
28949         Log: (Retracted by #11872)
28950      Branch: perl
28951            ! intrpvar.h
28952 ____________________________________________________________________________
28953 [ 11869] By: jhi                                   on 2001/09/04  17:43:31
28954         Log: Quench a -Wall gripe noticed by Robin Barker.
28955      Branch: perl
28956            ! op.c
28957 ____________________________________________________________________________
28958 [ 11868] By: jhi                                   on 2001/09/04  16:38:07
28959         Log: Subject: [PATCH perl@11834] Unicode::UCD rewritten using Lingua::KO::Hangul::Util
28960              From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
28961              Date: Wed, 05 Sep 2001 02:01:32 +0900
28962              Message-Id: <20010905015059.E684.BQW10602@nifty.com>
28963      Branch: perl
28964            ! lib/Unicode/UCD.pm
28965 ____________________________________________________________________________
28966 [ 11867] By: jhi                                   on 2001/09/04  16:35:27
28967         Log: Subject: Re: [PATCH gv.c] @& sets PL_sawampersand
28968              From: "Jeff 'japhy/Marillion' Pinyan" <jeffp@crusoe.net>
28969              Date: Tue, 4 Sep 2001 12:51:02 -0400 (EDT)
28970              Message-ID: <Pine.GSO.4.21.0109041250420.7601-100000@crusoe.crusoe.net>
28971      Branch: perl
28972            ! gv.c
28973 ____________________________________________________________________________
28974 [ 11866] By: jhi                                   on 2001/09/04  13:52:28
28975         Log: Update Changes.
28976      Branch: perl
28977            ! Changes patchlevel.h
28978 ____________________________________________________________________________
28979 [ 11865] By: jhi                                   on 2001/09/04  13:36:58
28980         Log: Add the \[$@%&*] prototype support.
28981      Branch: perl
28982            ! op.c pod/perlsub.pod t/comp/proto.t
28983 ____________________________________________________________________________
28984 [ 11864] By: jhi                                   on 2001/09/04  13:10:38
28985         Log: Subject: [PATCH lib/CGI/t/form.t] Cleanup
28986              From: Michael G Schwern <schwern@pobox.com>
28987              Date: Mon, 3 Sep 2001 18:59:01 -0400
28988              Message-ID: <20010903185901.Z9233@blackrider>
28989      Branch: perl
28990            ! lib/CGI/t/form.t
28991 ____________________________________________________________________________
28992 [ 11863] By: jhi                                   on 2001/09/04  13:06:39
28993         Log: Subject: [PATCH gv.c] @& sets PL_sawampersand
28994              From: "Jeff 'japhy/Marillion' Pinyan" <jeffp@crusoe.net>
28995              Date: Mon, 3 Sep 2001 12:36:20 -0400 (EDT)
28996              Message-ID: <Pine.GSO.4.21.0109031235240.7601-100000@crusoe.crusoe.net>
28997      Branch: perl
28998            ! gv.c
28999 ____________________________________________________________________________
29000 [ 11862] By: jhi                                   on 2001/09/04  13:05:23
29001         Log: More srand entry tweakage based on Randal's suggestion.
29002      Branch: perl
29003            ! pod/perlfunc.pod
29004 ____________________________________________________________________________
29005 [ 11861] By: jhi                                   on 2001/09/04  12:48:14
29006         Log: Subject: [PATCH] 'main' *is* a reserved word
29007              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
29008              Date: Mon, 3 Sep 2001 22:55:41 +0200
29009              Message-ID: <20010903225541.A24097@rafael>
29010      Branch: perl
29011            ! toke.c
29012 ____________________________________________________________________________
29013 [ 11860] By: jhi                                   on 2001/09/04  12:46:30
29014         Log: Subject: [PATCH: bleedperl] s/ROOT\./_ROOT./ for VMS default install prefix appendage
29015              From: Peter Prymmer <pvhp@best.com>
29016              Date: Mon, 3 Sep 2001 13:43:04 -0700 (PDT)
29017              Message-ID: <Pine.BSF.4.21.0109031338300.5068-100000@shell8.ba.best.com>
29018      Branch: perl
29019            ! README.vms configure.com
29020 ____________________________________________________________________________
29021 [ 11859] By: jhi                                   on 2001/09/04  12:44:29
29022         Log: Subject: Re: A slightly better default seed?   
29023              From: Michael G Schwern <schwern@pobox.com>
29024              Date: Mon, 3 Sep 2001 18:08:15 -0400 
29025              Message-ID: <20010903180815.W9233@blackrider>
29026      Branch: perl
29027            ! t/op/srand.t
29028 ____________________________________________________________________________
29029 [ 11858] By: jhi                                   on 2001/09/04  12:41:59
29030         Log: Add sharedsv.o to microperl object files.
29031      Branch: perl
29032            ! Makefile.micro
29033 ____________________________________________________________________________
29034 [ 11857] By: jhi                                   on 2001/09/04  12:27:51
29035         Log: AUTHORS updates and
29036              
29037              Subject: [PATCH] Just some preening :-)        
29038              From: Ian Phillipps <Ian_Phillipps@yahoo.co.uk>
29039              Date: Tue, 4 Sep 2001 14:16:59 +0100
29040              Message-ID: <20010904141659.A10129@homer.diplex.co.uk>            
29041      Branch: perl
29042            ! AUTHORS ext/Data/Dumper/Changes lib/Text/Soundex.pm
29043 ____________________________________________________________________________
29044 [ 11856] By: jhi                                   on 2001/09/04  12:09:43
29045         Log: Typo fix and slight rewording.
29046      Branch: perl
29047            ! pod/perlfunc.pod
29048 ____________________________________________________________________________
29049 [ 11855] By: jhi                                   on 2001/09/04  12:04:16
29050         Log: Update the FAQ now that Scalar-List-Utils 1.03 has shuffle().
29051      Branch: perl
29052            ! pod/perlfaq4.pod
29053 ____________________________________________________________________________
29054 [ 11854] By: jhi                                   on 2001/09/03  20:12:21
29055         Log: The helper file changed name.
29056      Branch: perl
29057            ! MANIFEST
29058 ____________________________________________________________________________
29059 [ 11853] By: gbarr                                 on 2001/09/03  20:00:00
29060         Log: Update to Scalar-List-Utils 1.03
29061      Branch: perl
29062            + ext/List/Util/t/shuffle.t
29063            ! MANIFEST ext/List/Util/ChangeLog ext/List/Util/Util.xs
29064            ! ext/List/Util/lib/List/Util.pm ext/List/Util/t/blessed.t
29065            ! ext/List/Util/t/dualvar.t ext/List/Util/t/first.t
29066            ! ext/List/Util/t/max.t ext/List/Util/t/maxstr.t
29067            ! ext/List/Util/t/min.t ext/List/Util/t/minstr.t
29068            ! ext/List/Util/t/readonly.t ext/List/Util/t/reduce.t
29069            ! ext/List/Util/t/reftype.t ext/List/Util/t/sum.t
29070            ! ext/List/Util/t/tainted.t ext/List/Util/t/weak.t
29071 ____________________________________________________________________________
29072 [ 11852] By: jhi                                   on 2001/09/03  19:50:57
29073         Log: Make crypt() do something more sane for Unicode
29074              (take crypt() of the low eight bits of the characters,
29075              instead of taking crypt() of the UTF-8 of the scalar);
29076              add a test for crypt().
29077      Branch: perl
29078            + t/op/crypt.t
29079            ! MANIFEST pod/perlfunc.pod pp.c
29080 ____________________________________________________________________________
29081 [ 11851] By: jhi                                   on 2001/09/03  19:19:35
29082         Log: Reorganize the srand entry.
29083      Branch: perl
29084            ! pod/perlfunc.pod
29085 ____________________________________________________________________________
29086 [ 11850] By: jhi                                   on 2001/09/03  18:54:51
29087         Log: Remove the tests that assume something about
29088              calling srand() without arguments multiple times.
29089      Branch: perl
29090            ! t/op/srand.t
29091 ____________________________________________________________________________
29092 [ 11849] By: jhi                                   on 2001/09/03  18:15:16
29093         Log: Upgrade to Math::BigInt 1.42.
29094      Branch: perl
29095            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm
29096            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bigfltpm.t
29097            ! lib/Math/BigInt/t/bigintc.t lib/Math/BigInt/t/bigintpm.t
29098            ! lib/Math/BigInt/t/mbimbf.t
29099 ____________________________________________________________________________
29100 [ 11848] By: gsar                                  on 2001/09/03  17:07:54
29101         Log: integrate change#11847 from maint-5.6
29102              
29103              typo in perl_clone() code causes local(*foo) breakage in pseudo-fork()
29104      Branch: perl
29105            ! sv.c
29106 ____________________________________________________________________________
29107 [ 11847] By: gsar                                  on 2001/09/03  16:47:54
29108         Log: typo in perl_clone() code causes local(*foo) breakage in pseudo-fork()
29109      Branch: maint-5.6/perl
29110            ! sv.c
29111 ____________________________________________________________________________
29112 [ 11846] By: jhi                                   on 2001/09/03  15:12:58
29113         Log: As far as I can tell these functions have been Unicodified.
29114      Branch: perl
29115            ! doop.c
29116 ____________________________________________________________________________
29117 [ 11845] By: jhi                                   on 2001/09/03  15:11:27
29118         Log: Update to Storable 1.0.13.
29119      Branch: perl
29120            ! ext/Storable/ChangeLog ext/Storable/Storable.pm
29121            ! ext/Storable/Storable.xs
29122 ____________________________________________________________________________
29123 [ 11844] By: jhi                                   on 2001/09/03  12:42:06
29124         Log: Patch the Filter::Simple test to work with
29125              the core test suite (since the FilterTest.pm
29126              is in t/lib, not in lib).
29127      Branch: perl
29128            ! lib/Filter/Simple/t/filter.t
29129 ____________________________________________________________________________
29130 [ 11843] By: jhi                                   on 2001/09/03  12:39:11
29131         Log: Damian's Filter::Simple test uses FilterTest, not MyFilter.
29132      Branch: perl
29133            + t/lib/FilterTest.pm
29134            - t/lib/MyFilter.pm
29135 ____________________________________________________________________________
29136 [ 11842] By: jhi                                   on 2001/09/03  12:17:30
29137         Log: Damian-o-rama: upgrade to Attribute::Handlers 0.75,
29138              Filter::Simple 0.61, NEXT 0.02, Switch 2.05, and
29139              Text::Balanced 1.86.
29140      Branch: perl
29141            + lib/Attribute/Handlers/t/multi.t lib/Filter/Simple/Changes
29142            + lib/Filter/Simple/README lib/Filter/Simple/t/filter.t
29143            + lib/NEXT/Changes lib/NEXT/README lib/Switch/t/given.t
29144            + lib/Switch/t/nested.t lib/Switch/t/switch.t
29145            + lib/Text/Balanced/Changes lib/Text/Balanced/README
29146            + lib/Text/Balanced/t/extbrk.t lib/Text/Balanced/t/extcbk.t
29147            + lib/Text/Balanced/t/extdel.t lib/Text/Balanced/t/extmul.t
29148            + lib/Text/Balanced/t/extqlk.t lib/Text/Balanced/t/exttag.t
29149            + lib/Text/Balanced/t/extvar.t lib/Text/Balanced/t/gentag.t
29150            - lib/Filter/Simple/test.pl lib/Switch/t/given_when.t
29151            - lib/Switch/t/switch_case.t lib/Text/Balanced.pod
29152            - lib/Text/Balanced/t/genxt.t lib/Text/Balanced/t/xbrak.t
29153            - lib/Text/Balanced/t/xcode.t lib/Text/Balanced/t/xdeli.t
29154            - lib/Text/Balanced/t/xmult.t lib/Text/Balanced/t/xquot.t
29155            - lib/Text/Balanced/t/xtagg.t lib/Text/Balanced/t/xvari.t
29156            ! MANIFEST lib/Attribute/Handlers.pm
29157            ! lib/Attribute/Handlers/Changes lib/Attribute/Handlers/README
29158            ! lib/Attribute/Handlers/demo/Demo.pm
29159            ! lib/Attribute/Handlers/demo/Descriptions.pm
29160            ! lib/Attribute/Handlers/demo/MyClass.pm
29161            ! lib/Attribute/Handlers/demo/demo.pl
29162            ! lib/Attribute/Handlers/demo/demo2.pl
29163            ! lib/Attribute/Handlers/demo/demo3.pl
29164            ! lib/Attribute/Handlers/demo/demo4.pl
29165            ! lib/Attribute/Handlers/demo/demo_call.pl
29166            ! lib/Attribute/Handlers/demo/demo_chain.pl
29167            ! lib/Attribute/Handlers/demo/demo_cycle.pl
29168            ! lib/Attribute/Handlers/demo/demo_hashdir.pl
29169            ! lib/Attribute/Handlers/demo/demo_phases.pl
29170            ! lib/Attribute/Handlers/demo/demo_range.pl
29171            ! lib/Attribute/Handlers/demo/demo_rawdata.pl
29172            ! lib/Filter/Simple.pm lib/NEXT.pm lib/NEXT/test.pl
29173            ! lib/Switch.pm lib/Switch/Changes lib/Switch/README
29174            ! lib/Text/Balanced.pm
29175 ____________________________________________________________________________
29176 [ 11841] By: sky                                   on 2001/09/03  11:04:15
29177         Log: Forgot to add a file with Change #11840
29178      Branch: perl
29179            + t/op/srand.t
29180 ____________________________________________________________________________
29181 [ 11840] By: sky                                   on 2001/09/03  11:02:04
29182         Log: Subject: [PATCH t/op/srand.t t/op/rand.t pod/perlfunc.pod MANIFEST] Tests for srand()
29183              From: Michael G Schwern <schwern@pobox.com>
29184              Date: Mon, 3 Sep 2001 07:43:00 -0400
29185              Message-ID: <20010903074300.E9233@blackrider>
29186      Branch: perl
29187            ! MANIFEST pod/perlfunc.pod t/op/rand.t
29188 ____________________________________________________________________________
29189 [ 11839] By: sky                                   on 2001/09/03  10:47:11
29190         Log: Document the changes with regards to running of END blocks.
29191              And DESTROY on global objects are called in perl_destruct()!
29192      Branch: perl
29193            ! pod/perl572delta.pod pod/perlembed.pod
29194 ____________________________________________________________________________
29195 [ 11838] By: sky                                   on 2001/09/03  09:34:44
29196         Log: Subject: [PATCH t/op/time.t] Partial cleanup
29197              From: Michael G Schwern <schwern@pobox.com>
29198              Date: Mon, 3 Sep 2001 06:29:42 -0400
29199              Message-ID: <20010903062942.C9233@blackrider>
29200      Branch: perl
29201            ! t/op/time.t
29202 ____________________________________________________________________________
29203 [ 11837] By: sky                                   on 2001/09/03  09:30:02
29204         Log: Subject: [PATCH t/op/rand.t] Increase the repetitions
29205              From: Michael G Schwern <schwern@pobox.com>
29206              Date: Mon, 3 Sep 2001 06:24:13 -0400
29207              Message-ID: <20010903062413.B9233@blackrider>
29208      Branch: perl
29209            ! t/op/rand.t
29210 ____________________________________________________________________________
29211 [ 11836] By: sky                                   on 2001/09/03  07:56:47
29212         Log: Subject: [PATCH] CGI::Cookie, Apache & Switch tests
29213              From: Michael G Schwern <schwern@pobox.com>
29214              Date: Sun, 2 Sep 2001 21:38:43 -0400
29215              Message-ID: <20010902213843.L2711@blackrider>
29216      Branch: perl
29217            + lib/CGI/t/apache.t lib/CGI/t/cookie.t lib/CGI/t/switch.t
29218            ! MANIFEST
29219 ____________________________________________________________________________
29220 [ 11835] By: nick                                  on 2001/09/03  06:20:06
29221         Log: Integrate mainline
29222      Branch: perlio
29223           +> lib/Shell.t t/op/inccode.t t/run/kill_perl.t
29224            - t/op/misc.t
29225           !> (integrate 187 files)
29226 ____________________________________________________________________________
29227 [ 11834] By: jhi                                   on 2001/09/02  13:07:53
29228         Log: Update Changes.
29229      Branch: perl
29230            ! Changes patchlevel.h
29231 ____________________________________________________________________________
29232 [ 11833] By: jhi                                   on 2001/09/02  12:59:05
29233         Log: Slight tweaks.
29234      Branch: perl
29235            ! t/run/kill_perl.t
29236 ____________________________________________________________________________
29237 [ 11832] By: jhi                                   on 2001/09/02  12:41:12
29238         Log: Special casing had become a little bit more complex in Unicode 3.1.1.
29239      Branch: perl
29240            ! lib/Unicode/UCD.pm lib/Unicode/UCD.t
29241 ____________________________________________________________________________
29242 [ 11831] By: sky                                   on 2001/09/02  12:10:42
29243         Log: Change #11828 wasn't complete, this updates to intest path
29244      Branch: perl
29245            ! t/run/kill_perl.t
29246 ____________________________________________________________________________
29247 [ 11830] By: jhi                                   on 2001/09/02  11:56:18
29248         Log: 's's's.
29249      Branch: perl
29250            ! Changes
29251 ____________________________________________________________________________
29252 [ 11829] By: jhi                                   on 2001/09/02  11:54:22
29253         Log: Update Changes.
29254      Branch: perl
29255            ! Changes patchlevel.h
29256 ____________________________________________________________________________
29257 [ 11828] By: sky                                   on 2001/09/02  11:53:56
29258         Log: Subject: [PATCH] rm t/run/segfault.t; mv t/op/misc.t t/run/kill_perl.t
29259              From: Michael G Schwern <schwern@pobox.com>
29260              Date: Sat, 1 Sep 2001 20:18:58 -0400
29261              Message-ID: <20010901201858.X606@blackrider>
29262              +MANIFEST Fix
29263      Branch: perl
29264            + t/run/kill_perl.t
29265            - t/op/misc.t t/run/segfault.t
29266            ! MANIFEST
29267 ____________________________________________________________________________
29268 [ 11827] By: jhi                                   on 2001/09/02  11:46:47
29269         Log: Subject: [PATCH] lib/Time/Local.pm
29270              From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
29271              Date: Sun, 2 Sep 2001 06:50:01 -0500
29272              Message-ID: <20010902065001.A21529@staff1.cso.uiuc.edu>
29273      Branch: perl
29274            ! lib/Time/Local.pm
29275 ____________________________________________________________________________
29276 [ 11826] By: jhi                                   on 2001/09/02  11:40:49
29277         Log: Tick off Unicode collation and the normalization from
29278              the todo list.
29279      Branch: perl
29280            ! pod/perltodo.pod
29281 ____________________________________________________________________________
29282 [ 11825] By: jhi                                   on 2001/09/02  11:16:24
29283         Log: Update to Unicode 3.1.1.
29284      Branch: perl
29285            ! lib/unicore/ArabLink.pl lib/unicore/ArabLnkGrp.pl
29286            ! lib/unicore/ArabShap.txt lib/unicore/CaseFold.txt
29287            ! lib/unicore/EAWidth.txt lib/unicore/PropList.html
29288            ! lib/unicore/PropList.txt lib/unicore/README.perl
29289            ! lib/unicore/ReadMe.txt lib/unicore/SpecCase.txt
29290            ! lib/unicore/rename lib/unicore/version
29291 ____________________________________________________________________________
29292 [ 11824] By: jhi                                   on 2001/09/02  10:32:30
29293         Log: Slight doc tweaks for the module.
29294      Branch: perl
29295            ! lib/Unicode/UCD.pm
29296 ____________________________________________________________________________
29297 [ 11823] By: jhi                                   on 2001/09/02  10:02:20
29298         Log: Rename the variable: it *used* to be (wrongly) that the
29299              code related to PL_reg_sv (so PL_reg_sv_utf8 was logical)
29300              but that is no more the case: PL_reg_match_utf8 is better.
29301      Branch: perl
29302            ! embedvar.h mg.c perlapi.c perlapi.h pp.c pp_hot.c regcomp.c
29303            ! regexec.c sv.c thrdvar.h
29304 ____________________________________________________________________________
29305 [ 11822] By: ams                                   on 2001/09/02  02:54:50
29306         Log: Subject: RE: [PATCH] Add a nextstate into empty blocks
29307              From: Ilmari Karonen <iltzu@sci.fi>
29308              Date: Sun, 19 Aug 2001 19:27:33 +0300 (EET DST)
29309              Message-Id: <Pine.SOL.3.96.1010819163840.8384B-100000@simpukka>
29310              (op/sub_lval.t updated to take new error message into account.)
29311      Branch: perl
29312            ! op.c t/op/sub_lval.t
29313 ____________________________________________________________________________
29314 [ 11821] By: gsar                                  on 2001/09/02  01:06:30
29315         Log: remove stray CRs in files; keep all files with UNIX line-ends
29316              (Porting/makerel adds CRs to the files that need it in the
29317              distribution)
29318      Branch: perl
29319            ! NetWare/t/NWScripts.pl README.dos
29320            ! ext/Encode/Encode/cns11643-1.enc
29321            ! ext/Encode/Encode/cns11643-2.enc ext/SDBM_File/Makefile.PL
29322            ! jpl/JNI/JNI.xs jpl/JNI/Makefile.PL
29323 ____________________________________________________________________________
29324 [ 11820] By: gsar                                  on 2001/09/02  00:56:44
29325         Log: some remnants of change#11803
29326      Branch: perl
29327            ! ext/ByteLoader/byterun.h perl.h
29328 ____________________________________________________________________________
29329 [ 11819] By: jhi                                   on 2001/09/01  23:40:36
29330         Log: Update to Unicode::Collate 0.08.
29331      Branch: perl
29332            ! lib/Unicode/Collate.pm lib/Unicode/Collate/Changes
29333            ! lib/Unicode/Collate/README lib/Unicode/Collate/t/test.t
29334 ____________________________________________________________________________
29335 [ 11818] By: jhi                                   on 2001/09/01  23:02:09
29336         Log: Test tweaks.
29337      Branch: perl
29338            ! t/op/pat.t
29339 ____________________________________________________________________________
29340 [ 11817] By: pudge                                 on 2001/09/01  22:36:29
29341         Log: Fix test
29342      Branch: maint-5.6/macperl
29343            ! t/lib/b.t
29344 ____________________________________________________________________________
29345 [ 11816] By: pudge                                 on 2001/09/01  22:15:09
29346         Log: Misc. patches: fix tests script; add Mac::LowMem; quiet
29347              warnings in Config.pm with -W; increase default and
29348              minimum RAM; bump version number.
29349      Branch: maint-5.6/macperl
29350            + macos/lib/Mac/LowMem.pm
29351            ! macos/MPVersion.r macos/MacPerlTests.cmd macos/Makefile.mk
29352            ! macos/configpm macos/macperl/MacPerl.r
29353 ____________________________________________________________________________
29354 [ 11815] By: pudge                                 on 2001/09/01  22:10:49
29355         Log: Make syntax check report in MPW style, fix tests
29356              to use Mac::err=unix to get normal-style error
29357              messages.
29358      Branch: maint-5.6/macperl
29359            ! perl.c t/lib/b.t t/op/misc.t t/op/runlevel.t t/pod/testp2pt.pl
29360            ! t/pragma/strict.t t/pragma/subs.t t/pragma/warnings.t
29361 ____________________________________________________________________________
29362 [ 11814] By: pudge                                 on 2001/09/01  22:09:08
29363         Log: Make MPW-style errors optional (but the default); add
29364              MacPerl::ErrorFormat() function and Mac::err pragma
29365      Branch: maint-5.6/macperl
29366            + macos/ext/Mac/err/Makefile.PL macos/ext/Mac/err/err.pm
29367            + macos/ext/Mac/err/err.xs
29368            ! macos/ext/Mac/Makefile.mk macos/ext/MacPerl/MacPerl.xs
29369            ! macos/macish.c macos/macish.h macos/macperl.sym
29370 ____________________________________________________________________________
29371 [ 11813] By: pudge                                 on 2001/09/01  22:01:40
29372         Log: More module and test ports from Thomas Wegner et al
29373      Branch: maint-5.6/macperl
29374            ! ext/File/Glob/Glob.pm ext/File/Glob/bsd_glob.c
29375            ! lib/File/DosGlob.pm lib/File/Spec/Mac.pm lib/File/Temp.pm
29376            ! t/lib/dosglob.t t/lib/filespec.t t/lib/ftmp-security.t
29377            ! t/op/magic.t
29378 ____________________________________________________________________________
29379 [ 11812] By: sky                                   on 2001/09/01  17:19:30
29380         Log: Subject: [PATCH t/op/concat.t] cleanup
29381              From: Michael G Schwern <schwern@pobox.com>
29382              Date: Sat, 1 Sep 2001 14:06:28 -0400
29383              Message-ID: <20010901140628.C606@blackrider>
29384      Branch: perl
29385            ! t/op/concat.t
29386 ____________________________________________________________________________
29387 [ 11811] By: sky                                   on 2001/09/01  12:25:29
29388         Log: Change #11805 didn't update the MANIFEST
29389      Branch: perl
29390            ! MANIFEST
29391 ____________________________________________________________________________
29392 [ 11810] By: sky                                   on 2001/09/01  11:52:44
29393         Log: Subject: [PATCH], was t/op/incode.t breaks make minitest
29394              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
29395              Date: Sat, 1 Sep 2001 14:50:14 +0200
29396              Message-ID: <20010901145014.A691@rafael>
29397      Branch: perl
29398            ! t/op/inccode.t
29399 ____________________________________________________________________________
29400 [ 11809] By: sky                                   on 2001/09/01  11:49:22
29401         Log: Subject: PATCH: ExtUtils::MakeMaker
29402              From: Tony Bowden <tony@kasei.com>
29403              Date: Sat, 1 Sep 2001 10:33:53 +0100
29404              Message-ID: <20010901103353.A13863@soto.kasei.com>
29405              Manually applied
29406      Branch: perl
29407            ! lib/ExtUtils/MakeMaker.pm
29408 ____________________________________________________________________________
29409 [ 11808] By: sky                                   on 2001/09/01  11:39:13
29410         Log: Subject: [ID 20010831.002] Bug in Term::Cap on Solaris ansi terminal using CPAN::Shell
29411              From: mike808@users.sourceforge.net
29412              Date: Sat, 1 Sep 101 11:27:50 GMT
29413              Message-Id: <200108312123.QAA27476@smtp.networkusa.net>
29414              With little tweak
29415      Branch: perl
29416            ! lib/Term/Cap.pm
29417 ____________________________________________________________________________
29418 [ 11807] By: ams                                   on 2001/09/01  11:31:16
29419         Log: Subject: oct() and hex()
29420              From: Nicholas Clark <nick@ccl4.org>
29421              Date: Fri, 31 Aug 2001 23:14:13 +0100
29422              Message-Id: <20010831231413.J4950@plum.flirble.org>
29423      Branch: perl
29424            ! pod/perlclib.pod
29425 ____________________________________________________________________________
29426 [ 11806] By: pudge                                 on 2001/09/01  00:04:52
29427         Log: Integrate change 11801 from maintperl
29428      Branch: maint-5.6/macperl
29429            ! perl.c
29430 ____________________________________________________________________________
29431 [ 11805] By: sky                                   on 2001/08/31  21:35:10
29432         Log: Subject: Re: [ID 20010831.001] SEGV from ($a, b) = (1, 2)
29433              From: Michael G Schwern <schwern@pobox.com>
29434              Date: Fri, 31 Aug 2001 15:36:28 -0400
29435              Message-ID: <20010831153628.B598@blackrider>
29436              Check for things which used to segfault
29437      Branch: perl
29438            + t/run/segfault.t
29439 ____________________________________________________________________________
29440 [ 11804] By: gsar                                  on 2001/08/31  21:02:54
29441         Log: integrate change#11801 from maint-5.6
29442              
29443              remove age-old UNICOS "workaround" that introduces a static, and
29444              hence an egregious race condition for threaded builds (*sigh*
29445              beats me why this kludge wasn't guarded by a UNICOS-specific
29446              #define *sigh*)
29447      Branch: perl
29448            ! perl.c
29449 ____________________________________________________________________________
29450 [ 11803] By: gsar                                  on 2001/08/31  20:58:38
29451         Log: remove deprecated PERL_OBJECT cruft, it has long since stopped
29452              working in 5.7.x
29453      Branch: perl
29454            - objXSUB.h
29455            ! EXTERN.h MANIFEST Makefile.SH Makefile.micro NetWare/Makefile
29456            ! NetWare/config_h.PL NetWare/dl_netware.xs NetWare/interface.c
29457            ! NetWare/nw5.c NetWare/nw5sck.c NetWare/nw5thread.c
29458            ! NetWare/nwperlsys.c NetWare/nwperlsys.h Porting/makerel
29459            ! README.win32 XSUB.h bytecode.pl cv.h cygwin/cygwin.c
29460            ! emacs/ptags embed.h embed.pl embedvar.h epoc/epoc.c ext/B/B.xs
29461            ! ext/B/B/C.pm ext/ByteLoader/ByteLoader.xs
29462            ! ext/ByteLoader/bytecode.h ext/ByteLoader/byterun.c
29463            ! ext/DynaLoader/dlutils.c ext/Opcode/Opcode.xs
29464            ! ext/POSIX/POSIX.xs globals.c iperlsys.h lib/ExtUtils/Embed.pm
29465            ! lib/ExtUtils/MM_NW5.pm lib/ExtUtils/MM_Unix.pm
29466            ! lib/ExtUtils/MM_Win32.pm lib/ExtUtils/MakeMaker.pm
29467            ! lib/ExtUtils/xsubpp makedef.pl mg.c op.c perl.c perl.h
29468            ! perlapi.c perlapi.h perlio.c perly.c perly.y perly_c.diff
29469            ! pod/perlguts.pod pp_ctl.c pp_hot.c proto.h regcomp.c regexec.c
29470            ! scope.c sv.c sv.h toke.c universal.c vms/descrip_mms.template
29471            ! vms/perly_c.vms win32/Makefile win32/config_h.PL
29472            ! win32/dl_win32.xs win32/makefile.mk win32/perlhost.h
29473            ! win32/perllib.c win32/win32.c win32/win32.h win32/win32sck.c
29474            ! win32/win32thread.c wince/Makefile.ce wince/config_h.PL
29475            ! wince/dl_win32.xs wince/perllib.c wince/win32.h
29476            ! wince/win32thread.c wince/wince.c wince/wincesck.c xsutils.c
29477 ____________________________________________________________________________
29478 [ 11802] By: ams                                   on 2001/08/31  18:11:32
29479         Log: Subject: [DOC PATCH] Add perl4 warning messages to perldiag.pod
29480              From: "Philip Newton" <Philip.Newton@gmx.net>
29481              Date: Fri, 31 Aug 2001 21:12:56 +0200
29482              Message-Id: <20010831.211000@ID-11583.news.dfncis.de>
29483      Branch: perl
29484            ! pod/perldiag.pod
29485 ____________________________________________________________________________
29486 [ 11801] By: gsar                                  on 2001/08/31  17:49:03
29487         Log: remove age-old UNICOS "workaround" that introduces a static, and
29488              hence an egregious race condition for threaded builds (*sigh*
29489              beats me why this kludge wasn't guarded by a UNICOS-specific
29490              #define *sigh*)
29491      Branch: maint-5.6/perl
29492            ! perl.c
29493 ____________________________________________________________________________
29494 [ 11800] By: sky                                   on 2001/08/31  17:30:26
29495         Log: Fixes bug in change 11717 that bus errored on HP-UX 10.20
29496              Might break on platforms where bool is larger than 8 bites ???
29497      Branch: perl
29498            ! regcomp.c
29499 ____________________________________________________________________________
29500 [ 11799] By: ams                                   on 2001/08/31  12:15:44
29501         Log: Integrate 11778 into mainline.
29502      Branch: perl
29503            ! t/base/term.t
29504 ____________________________________________________________________________
29505 [ 11798] By: sky                                   on 2001/08/31  11:31:44
29506         Log: Change 11797 sneaked in a faulty regcomp.c change which wasn't
29507              supposed to happen.
29508      Branch: perl
29509            ! regcomp.c
29510 ____________________________________________________________________________
29511 [ 11797] By: sky                                   on 2001/08/31  11:28:17
29512         Log: Subject: Re: Problem in ext/Time/HiRest/HiRes.t 
29513              From: "John P. Linderman" <jpl@research.att.com>
29514              Date: Fri, 31 Aug 2001 08:20:35 -0400
29515              Message-Id: <200108311220.IAA54125@raptor.research.att.com>
29516              Fixes test 14 which could fail randomly in rare cases.
29517      Branch: perl
29518            ! ext/Time/HiRes/HiRes.t regcomp.c
29519 ____________________________________________________________________________
29520 [ 11796] By: ams                                   on 2001/08/31  01:13:07
29521         Log: Subject: [PATCH] Embaressing typo in Syslog's Makefile.PL
29522              From: Nicholas Clark <nick@ccl4.org>
29523              Date: Thu, 30 Aug 2001 23:21:50 +0100
29524              Message-Id: <20010830232150.D4950@plum.flirble.org>
29525      Branch: perl
29526            ! ext/Sys/Syslog/Makefile.PL
29527 ____________________________________________________________________________
29528 [ 11795] By: ams                                   on 2001/08/30  23:53:23
29529         Log: Subject: [PATCH pod/perlhack.pod] Yet another improvement to the
29530              patching example
29531              From: Michael G Schwern <schwern@pobox.com>
29532              Date: Thu, 30 Aug 2001 17:02:08 -0400
29533              Message-Id: <20010830170208.M2318@blackrider>
29534      Branch: perl
29535            ! pod/perlhack.pod
29536 ____________________________________________________________________________
29537 [ 11794] By: ams                                   on 2001/08/30  19:35:36
29538         Log: Subject: [PATCH] pp_modulo
29539              From: Nicholas Clark <nick@ccl4.org>
29540              Date: Thu, 30 Aug 2001 18:20:54 +0100
29541              Message-Id: <20010830182053.A4950@plum.flirble.org>
29542      Branch: perl
29543            ! pp.c t/op/64bitint.t
29544 ____________________________________________________________________________
29545 [ 11793] By: sky                                   on 2001/08/30  13:02:48
29546         Log: 11792 wasn't complete
29547      Branch: perl
29548            ! makedef.pl regcomp.c
29549 ____________________________________________________________________________
29550 [ 11792] By: sky                                   on 2001/08/30  12:21:11
29551         Log: Added checks for PL_custom* and Perl_custom* functions in makedef.pl
29552      Branch: perl
29553            ! makedef.pl
29554 ____________________________________________________________________________
29555 [ 11791] By: sky                                   on 2001/08/30  10:08:02
29556         Log: Due to braindamaged makedef.pl change 11758 broke makedef.pl
29557      Branch: perl
29558            ! config_h.SH
29559 ____________________________________________________________________________
29560 [ 11790] By: sky                                   on 2001/08/30  08:22:31
29561         Log: Introduces SvREPADTMP(sv) that marks a repad SvIV as a offset
29562              on the pad. Fixes coredumps in cleanups introduced by
29563              Change 11755  
29564      Branch: perl
29565            ! op.c perl.c sv.h
29566 ____________________________________________________________________________
29567 [ 11789] By: sky                                   on 2001/08/29  19:01:47
29568         Log: GCC on HP-UX 11 with 64bit support breaks inet_ntoa
29569              This is a replacement implmentation that works on HPUX.
29570              This bug should probably be fixed in GCC.
29571      Branch: perl
29572            ! ext/Socket/Socket.xs
29573 ____________________________________________________________________________
29574 [ 11788] By: ams                                   on 2001/08/29  17:35:33
29575         Log: Subject: [PATCH] pass all tests when compiling with -DNO_PERL_PRESERVE_IVUV
29576              From: Nicholas Clark <nick@ccl4.org>
29577              Date: Wed, 29 Aug 2001 18:21:56 +0100
29578              Message-Id: <20010829182156.O4950@plum.flirble.org>
29579      Branch: perl
29580            ! ext/Devel/Peek/Peek.t sv.c t/op/64bitint.t t/op/numconvert.t
29581 ____________________________________________________________________________
29582 [ 11787] By: sky                                   on 2001/08/29  10:42:54
29583         Log: Added test for pack_addr_in and unpack_addr_in
29584              Nitpik in test 10
29585      Branch: perl
29586            ! ext/Socket/Socket.t
29587 ____________________________________________________________________________
29588 [ 11786] By: sky                                   on 2001/08/29  10:28:14
29589         Log: Added three tests to test inet_ntoa/inet_aton and *packaddr*
29590              Trying to catch errors on HP-UX
29591      Branch: perl
29592            ! ext/Socket/Socket.t
29593 ____________________________________________________________________________
29594 [ 11785] By: sky                                   on 2001/08/29  09:07:03
29595         Log: make sure USE_THREADS is defined so external apps work
29596      Branch: perl
29597            ! config_h.SH
29598 ____________________________________________________________________________
29599 [ 11784] By: sky                                   on 2001/08/29  08:06:12
29600         Log: Subject: Re: The hitlist of untested modules.
29601              From: Jonathan Stowe <gellyfish@gellyfish.com>
29602              Date: Wed, 29 Aug 2001 09:25:49 +0100 (BST)
29603              Message-ID: <Pine.LNX.4.33.0108290923320.29273-100000@orpheus.gellyfish.com>
29604              Start of tests for Shell.pm (make Schwern poorer!)
29605      Branch: perl
29606            + lib/Shell.t
29607            ! MANIFEST
29608 ____________________________________________________________________________
29609 [ 11783] By: sky                                   on 2001/08/29  07:37:50
29610         Log: END{} can change the return value even if we die from BEGIN{}
29611      Branch: perl
29612            ! miniperlmain.c
29613 ____________________________________________________________________________
29614 [ 11782] By: ams                                   on 2001/08/29  06:32:17
29615         Log: Subject: Re: [PATCH] newer tests for the coderef-in-@INC !
29616              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
29617              Date: Wed, 29 Aug 2001 09:18:17 +0200
29618              Message-Id: <20010829091817.A4453@rafael>
29619      Branch: perl
29620            ! t/op/inccode.t
29621 ____________________________________________________________________________
29622 [ 11781] By: pudge                                 on 2001/08/29  02:28:33
29623         Log: Delete xsubpp.patch, as full copy exists now
29624      Branch: maint-5.6/macperl
29625            - macos/xsubpp.patch
29626 ____________________________________________________________________________
29627 [ 11780] By: pudge                                 on 2001/08/29  02:26:03
29628         Log: Add Changes file
29629      Branch: maint-5.6/macperl
29630            + macos/Changes
29631 ____________________________________________________________________________
29632 [ 11779] By: pudge                                 on 2001/08/29  02:23:11
29633         Log: Add Mac version of xsubpp as separate file
29634      Branch: maint-5.6/macperl
29635            + macos/xsubpp
29636            ! macos/Makefile.mk
29637 ____________________________________________________________________________
29638 [ 11778] By: pudge                                 on 2001/08/29  02:14:57
29639         Log: Fix open of /dev/null for Mac OS
29640      Branch: maint-5.6/macperl
29641            ! t/base/term.t
29642 ____________________________________________________________________________
29643 [ 11777] By: pudge                                 on 2001/08/29  02:12:52
29644         Log: Various patches: enable more tests; skip CVS in PerlInstall;
29645              fix typemap for Mac::Processes; remove comments in MM_MacOS.pm
29646      Branch: maint-5.6/macperl
29647            ! macos/MacPerlTests.cmd macos/PerlInstall
29648            ! macos/ext/Mac/Processes/typemap macos/lib/ExtUtils/MM_MacOS.pm
29649 ____________________________________________________________________________
29650 [ 11776] By: pudge                                 on 2001/08/29  02:11:42
29651         Log: Allow for platforms to override formatting of errors
29652              on output from Matthias Neeracher (Mac files)
29653      Branch: maint-5.6/macperl
29654            ! macos/macish.c macos/macish.h
29655 ____________________________________________________________________________
29656 [ 11775] By: pudge                                 on 2001/08/29  01:59:32
29657         Log: Allow for platforms to override formatting of errors
29658              on output from Matthias Neeracher (core files)
29659      Branch: maint-5.6/macperl
29660            ! perl.h pp_ctl.c util.c
29661 ____________________________________________________________________________
29662 [ 11774] By: pudge                                 on 2001/08/29  01:29:43
29663         Log: Add some param checking, from reports by Kevin Reid.
29664      Branch: maint-5.6/macperl
29665            ! macos/ext/Mac/Controls/Controls.pm
29666            ! macos/ext/Mac/Menus/Menus.pm macos/ext/Mac/Windows/Windows.pm
29667 ____________________________________________________________________________
29668 [ 11773] By: ams                                   on 2001/08/28  23:54:57
29669         Log: Subject: [PATCH] make coretest
29670              From: Paul Johnson <paul@pjcj.net>
29671              Date: Wed, 29 Aug 2001 00:11:38 +0200
29672              Message-Id: <20010829001138.B12169@pjcj.net>
29673              (Applied without the change to perlhack.pod. This should
29674              probably stay undocumented.)
29675      Branch: perl
29676            ! Makefile.SH t/TEST
29677 ____________________________________________________________________________
29678 [ 11772] By: sky                                   on 2001/08/28  13:01:20
29679         Log: Subject: [PATCH t/op/pack.t pod/perlhack.pod] Adding the failure diagnostic  
29680              From: Michael G Schwern <schwern@pobox.com>
29681              Date: Tue, 28 Aug 2001 09:57:39 -0400
29682              Message-ID: <20010828095738.E17775@blackrider>
29683      Branch: perl
29684            ! pod/perlhack.pod t/op/pack.t
29685 ____________________________________________________________________________
29686 [ 11771] By: sky                                   on 2001/08/28  11:20:13
29687         Log: Subject: [PATCH] put useful info in %INC for files loaded by a hook in @INC
29688              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
29689              Date: Tue, 28 Aug 2001 14:23:43 +0200
29690              Message-ID: <20010828142343.A19299@rafael>
29691      Branch: perl
29692            ! pod/perlvar.pod pp_ctl.c
29693 ____________________________________________________________________________
29694 [ 11770] By: ams                                   on 2001/08/28  10:13:21
29695         Log: Subject: [PATCH] odd typo in op.h
29696              From: Nicholas Clark <nick@ccl4.org>
29697              Date: Tue, 28 Aug 2001 12:10:26 +0100
29698              Message-Id: <20010828121026.V4950@plum.flirble.org>
29699      Branch: perl
29700            ! op.h
29701 ____________________________________________________________________________
29702 [ 11769] By: sky                                   on 2001/08/28  08:09:16
29703         Log: Subject: [ID 20010827.008] no-foo options broken in B::Lint
29704              From: Ville "Skyttä" <scop@cs132170.pp.htv.fi>
29705              Date: Tue, 28 Aug 2001 02:22:20 +0300
29706              Message-Id: <200108272322.f7RNMKd02261@cs132170.pp.htv.fi>
29707      Branch: perl
29708            ! ext/B/B/Lint.pm
29709 ____________________________________________________________________________
29710 [ 11768] By: ams                                   on 2001/08/28  00:47:35
29711         Log: Subject: Re: [PATCH pod/perlhack.pod t/op/pack.t] Fixing bad testing advice
29712              From: Michael G Schwern <schwern@pobox.com>
29713              Date: Mon, 27 Aug 2001 21:24:44 -0400
29714              Message-Id: <20010827212444.F12582@blackrider>
29715      Branch: perl
29716            ! pod/perlhack.pod t/op/pack.t
29717 ____________________________________________________________________________
29718 [ 11767] By: ams                                   on 2001/08/27  23:59:48
29719         Log: Subject: [PATCH pod/perlhack.pod t/op/pack.t] Fixing bad testing advice
29720              From: Michael G Schwern <schwern@pobox.com>
29721              Date: Mon, 27 Aug 2001 20:12:29 -0400
29722              Message-Id: <20010827201229.D12582@blackrider>
29723      Branch: perl
29724            ! pod/perlhack.pod t/op/pack.t
29725 ____________________________________________________________________________
29726 [ 11766] By: ams                                   on 2001/08/27  23:39:40
29727         Log: Update Changes.
29728      Branch: perl
29729            ! Changes
29730 ____________________________________________________________________________
29731 [ 11765] By: ams                                   on 2001/08/27  22:53:10
29732         Log: Subject: Re: [PATCH] new tests for the coderef-in-@INC
29733              From: Michael G Schwern <schwern@pobox.com>
29734              Date: Mon, 27 Aug 2001 19:47:30 -0400
29735              Message-Id: <20010827194730.C12582@blackrider>
29736      Branch: perl
29737            ! t/op/inccode.t
29738 ____________________________________________________________________________
29739 [ 11764] By: ams                                   on 2001/08/27  22:46:21
29740         Log: Subject: [PATCH] new tests for the coderef-in-@INC
29741              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
29742              Date: Mon, 27 Aug 2001 22:36:27 +0200
29743              Message-Id: <20010827223627.C690@rafael>
29744              
29745              Subject: Re: [PATCH] new tests for the coderef-in-@INC
29746              From: Nicholas Clark <nick@ccl4.org>
29747              Date: Tue, 28 Aug 2001 00:02:46 +0100
29748              Message-Id: <20010828000245.R4950@plum.flirble.org>
29749      Branch: perl
29750            + t/op/inccode.t
29751            ! MANIFEST
29752 ____________________________________________________________________________
29753 [ 11763] By: ams                                   on 2001/08/27  22:41:09
29754         Log: Subject: [PATCH lib/warnings.t] Removing 2>&1 requirement  (was Re:
29755              bleadperl on fire, Win95+4NT)
29756              From: Michael G Schwern <schwern@pobox.com>
29757              Date: Mon, 27 Aug 2001 16:54:42 -0400
29758              Message-Id: <20010827165442.F9436@blackrider>
29759      Branch: perl
29760            ! lib/warnings.t
29761 ____________________________________________________________________________
29762 [ 11762] By: sky                                   on 2001/08/27  19:19:17
29763         Log: Changed back Net/Ping.pm change #11759 since WNOHANG wasn't
29764              avaible at compile time. This broke the compilation of 
29765              Net/Ping.pm
29766      Branch: perl
29767            ! lib/Net/Ping.pm
29768 ____________________________________________________________________________
29769 [ 11761] By: sky                                   on 2001/08/27  18:34:48
29770         Log: Removed tripple definitions of CUSTOM_OP functions.
29771      Branch: perl
29772            ! embed.h embed.pl global.sym objXSUB.h perlapi.c proto.h
29773 ____________________________________________________________________________
29774 [ 11760] By: sky                                   on 2001/08/27  18:21:27
29775         Log: Regen headers
29776      Branch: perl
29777            ! embed.h embedvar.h objXSUB.h opcode.h opnames.h perlapi.c
29778            ! perlapi.h proto.h
29779 ____________________________________________________________________________
29780 [ 11759] By: ams                                   on 2001/08/27  16:31:53
29781         Log: Subject: [PATCH] pod/perlfunc.pod, lib/Net/Ping.pm, ext/POSIX/POSIX.pod
29782              From: "chromatic" <chromatic@rmci.net>
29783              Date: Mon, 27 Aug 2001 11:17:09 -0600
29784              Message-Id: <20010827172111.89491.qmail@onion.perl.org>
29785      Branch: perl
29786            ! ext/POSIX/POSIX.pod lib/Net/Ping.pm pod/perlfunc.pod
29787 ____________________________________________________________________________
29788 [ 11758] By: sky                                   on 2001/08/27  15:16:42
29789         Log: Changes USE_THREADS to USE_5005THREADS in the entire source.
29790              Thanks to H. Merijn Brand for the patch.
29791              Some of the comments and or guards might be removable in perl.h now.
29792      Branch: perl
29793            ! NetWare/config_H.wc NetWare/nw5thread.c NetWare/nw5thread.h
29794            ! Porting/Glossary Porting/config_H README.threads config_h.SH
29795            ! cop.h cv.h deb.c dosish.h dump.c embed.h embed.pl embedvar.h
29796            ! ext/B/B.xs ext/B/B/C.pm ext/B/B/Deparse.pm
29797            ! ext/B/ramblings/runtime.porting ext/DynaLoader/dl_aix.xs
29798            ! ext/Thread/Thread.xs gv.c intrpvar.h mg.c miniperlmain.c
29799            ! objXSUB.h op.c os2/os2.c os2/os2ish.h perl.c perl.h perlapi.c
29800            ! perlvars.h pod/perlguts.pod pp.c pp.h pp_ctl.c pp_hot.c
29801            ! proto.h regexec.c scope.c sv.c sv.h thrdvar.h thread.h toke.c
29802            ! uconfig.h util.c vms/genconfig.pl vms/vms.c vos/config.alpha.h
29803            ! vos/config.ga.h win32/config_H.bc win32/config_H.gc
29804            ! win32/config_H.vc win32/perllib.c win32/win32.h
29805            ! win32/win32sck.c win32/win32thread.c win32/win32thread.h
29806            ! wince/config.h wince/config_H.ce wince/win32.h
29807            ! wince/win32thread.c wince/win32thread.h wince/wincesck.c
29808 ____________________________________________________________________________
29809 [ 11757] By: sky                                   on 2001/08/27  13:39:16
29810         Log: Subject: GNU ld parses arguments different
29811              From: H.Merijn Brand <h.m.brand@hccnet.nl>
29812              Date: Mon, 27 Aug 2001 16:25:51 +0200
29813              Message-Id: <20010827162254.2EA6.H.M.BRAND@hccnet.nl>
29814      Branch: perl
29815            ! hints/hpux.sh
29816 ____________________________________________________________________________
29817 [ 11756] By: sky                                   on 2001/08/27  13:18:45
29818         Log: Subject: Custom Ops
29819              From: Simon Cozens <simon@netthink.co.uk>
29820              Date: Sat, 25 Aug 2001 17:45:09 +0100
29821              Message-ID: <20010825174509.A5752@netthink.co.uk>
29822              I also added a fix to Opcode.pm to quite test cases.
29823      Branch: perl
29824            ! dump.c embed.pl ext/Opcode/Opcode.pm intrpvar.h op.c op.h
29825            ! opcode.pl pod/perlguts.pod pp_ctl.c pp_sys.c run.c sv.c utf8.c
29826 ____________________________________________________________________________
29827 [ 11755] By: sky                                   on 2001/08/27  05:37:17
29828         Log: Plugs a memory leak on destruction of regular expressions
29829              introcued by #11274.
29830              PL_regex_padav now has an AV as it's first entry with a list
29831              of freed regex_padav slots that it will reuse on creating
29832              new PMOPs.
29833      Branch: perl
29834            ! op.c perl.c
29835 ____________________________________________________________________________
29836 [ 11754] By: ams                                   on 2001/08/26  14:38:52
29837         Log: Subject: [PATCH] t/io/binmode.t
29838              From: Nicholas Clark <nick@ccl4.org>
29839              Date: Sun, 26 Aug 2001 12:03:05 +0100
29840              Message-Id: <20010826120305.C4950@plum.flirble.org>
29841              
29842              (Also a nitpick in #11752 to t/op/universal.t)
29843      Branch: perl
29844            ! t/io/binmode.t t/op/universal.t
29845 ____________________________________________________________________________
29846 [ 11753] By: ams                                   on 2001/08/26  08:19:34
29847         Log: Subject: [PATCH] op/universal.t failing
29848              From: Nicholas Clark <nick@ccl4.org>
29849              Date: Sun, 26 Aug 2001 09:48:22 +0100
29850              Message-Id: <20010826094822.B4950@plum.flirble.org>
29851      Branch: perl
29852            ! t/op/universal.t
29853 ____________________________________________________________________________
29854 [ 11752] By: ams                                   on 2001/08/25  22:46:13
29855         Log: Subject: Re: 'can' with undefined subs
29856              From: Tony Bowden <tony@kasei.com>
29857              Date: Sat, 25 Aug 2001 14:58:17 +0100
29858              Message-Id: <20010825145817.A11788@soto.kasei.com>
29859              (Applied with minor modifications.)
29860      Branch: perl
29861            ! t/op/universal.t
29862 ____________________________________________________________________________
29863 [ 11751] By: ams                                   on 2001/08/25  18:28:43
29864         Log: Subject: Re: 'can' with undefined subs
29865              From: Tony Bowden <tony@kasei.com>
29866              Date: Sat, 25 Aug 2001 15:13:14 +0100
29867              Message-Id: <20010825151314.B11788@soto.kasei.com>
29868      Branch: perl
29869            ! lib/UNIVERSAL.pm
29870 ____________________________________________________________________________
29871 [ 11750] By: nick                                  on 2001/08/25  15:24:15
29872         Log: Integrate mainline
29873      Branch: perlio
29874           +> t/io/binmode.t
29875           !> (integrate 26 files)
29876 ____________________________________________________________________________
29877 [ 11749] By: nick                                  on 2001/08/25  14:55:41
29878         Log: Subject:  Re: [PATCH] Added wisdom to perlhack.pod
29879              From:  John Peacock <jpeacock@rowman.com>
29880              Date:  Wed, 22 Aug 2001 12:05:28 -0400
29881              Message-Id:  <3B83D848.7FD9C6EF@rowman.com>
29882      Branch: perl
29883            ! pod/perlhack.pod
29884 ____________________________________________________________________________
29885 [ 11748] By: nick                                  on 2001/08/25  14:53:04
29886         Log: Subject:  Re: [PATCH] (was Re: PerlIO regerssion tests?)
29887              From:  Michael G Schwern <schwern@pobox.com>
29888              Date:  Wed, 22 Aug 2001 19:22:45 -0400
29889              Message-Id:  <20010822192245.U619@blackrider>
29890      Branch: perl
29891            ! MANIFEST
29892 ____________________________________________________________________________
29893 [ 11747] By: nick                                  on 2001/08/25  14:52:33
29894         Log: Subject:  [PATCH] (was Re: PerlIO regerssion tests?)
29895              From:  Nicholas Clark <nick@ccl4.org>
29896              Date:  Wed, 22 Aug 2001 23:29:06 +0100
29897              Message-Id:  <20010822232906.Z82818@plum.flirble.org>
29898      Branch: perl
29899            + t/io/binmode.t
29900            ! perlio.c pod/perlfunc.pod
29901 ____________________________________________________________________________
29902 [ 11744] By: nick                                  on 2001/08/25  14:37:33
29903         Log: Subject:  [PATCH bleadperl] quiet down VC++ warnings in a2py.c and walk.c
29904              From:  Nikola Knezevic <indy@tesla.rcub.bg.ac.yu>
29905              Date:  Fri, 24 Aug 2001 22:10:42 +0200
29906              Message-Id:  <1065978076.20010824221042@tesla.rcub.bg.ac.yu>
29907      Branch: perl
29908            ! x2p/a2py.c x2p/walk.c
29909 ____________________________________________________________________________
29910 [ 11743] By: nick                                  on 2001/08/25  14:32:47
29911         Log: Subject:  [DOC PATCH] The coderef-in-@INC feature
29912              From:  Rafael Garcia-Suarez <rgarciasuarez@free.fr>
29913              Date:  Fri, 24 Aug 2001 23:34:13 +0200
29914              Message-Id:  <20010824233413.A1285@rafael>
29915      Branch: perl
29916            ! pod/perlfunc.pod pod/perlvar.pod
29917 ____________________________________________________________________________
29918 [ 11742] By: ams                                   on 2001/08/25  13:16:02
29919         Log: Subject: [PATCH] Re: The coderef in @INC strikes back
29920              From: Nicholas Clark <nick@ccl4.org>
29921              Date: Sat, 25 Aug 2001 14:50:07 +0100
29922              Message-Id: <20010825145007.L41464@plum.flirble.org>
29923      Branch: perl
29924            ! pp_ctl.c
29925 ____________________________________________________________________________
29926 [ 11741] By: nick                                  on 2001/08/24  07:08:45
29927         Log: When applying patch via Porting/apply fails, do p4 refresh
29928              to get old files back.
29929      Branch: perl
29930            ! Porting/apply
29931 ____________________________________________________________________________
29932 [ 11740] By: ams                                   on 2001/08/24  04:47:24
29933         Log: #11739 was incomplete.
29934      Branch: perl
29935            ! pod/perldiag.pod
29936 ____________________________________________________________________________
29937 [ 11739] By: ams                                   on 2001/08/24  04:09:40
29938         Log: Subject: [DOC patch bleadperl] "misspelled" misspelled
29939              From: "Philip Newton" <Philip.Newton@gmx.net>
29940              Date: Fri, 24 Aug 2001 07:08:34 +0200
29941      Branch: perl
29942            ! pod/perldiag.pod
29943 ____________________________________________________________________________
29944 [ 11738] By: ams                                   on 2001/08/24  02:19:42
29945         Log: Fixed Doug Wilson's email address.
29946      Branch: perl
29947            ! AUTHORS
29948 ____________________________________________________________________________
29949 [ 11737] By: ams                                   on 2001/08/24  00:10:13
29950         Log: Subject: [DOC PATCH] Adding new warning in perldiag.pod
29951              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
29952              Date: Thu, 23 Aug 2001 22:22:58 +0200
29953              Message-Id: <20010823222258.A901@rafael>
29954      Branch: perl
29955            ! pod/perldiag.pod
29956 ____________________________________________________________________________
29957 [ 11736] By: ams                                   on 2001/08/24  00:05:02
29958         Log: Subject: [PATCH perl@ ] add $Config('scriptdir'} on VMS
29959              From: "Craig A. Berry" <craigberry@mac.com>
29960              Date: Thu, 23 Aug 2001 19:07:45 -0500
29961              Message-Id: <a05101004b7ab4593bb24@[172.16.52.1]>
29962      Branch: perl
29963            ! configure.com
29964 ____________________________________________________________________________
29965 [ 11735] By: sky                                   on 2001/08/23  13:42:07
29966         Log: Backed out 11732, it breaks lib/strict.t 
29967      Branch: perl
29968            ! op.c
29969 ____________________________________________________________________________
29970 [ 11734] By: sky                                   on 2001/08/23  11:45:59
29971         Log: Removed toy from 17133 after Matt Sargeants request.
29972      Branch: perl
29973            ! pod/perlfaq4.pod
29974 ____________________________________________________________________________
29975 [ 11733] By: sky                                   on 2001/08/23  11:36:29
29976         Log: Subject: [PATCH perlfaq4] Faster permutation algorithms
29977              From: Robin Houston <robin@kitsite.com>
29978              Date: Wed, 22 Aug 2001 23:06:16 +0100
29979              Message-ID: <20010822230616.A254@robin.kitsite.com>
29980      Branch: perl
29981            ! pod/perlfaq4.pod
29982 ____________________________________________________________________________
29983 [ 11732] By: sky                                   on 2001/08/23  10:36:02
29984         Log: Subject: Re: [ID 20010822.001] Freeing pads after parse error
29985              From: Simon Cozens <simon@netthink.co.uk>
29986              Date: Thu, 23 Aug 2001 12:06:36 +0100
29987              Message-ID: <20010823120636.A9961@netthink.co.uk>
29988      Branch: perl
29989            ! op.c
29990 ____________________________________________________________________________
29991 [ 11731] By: gsar                                  on 2001/08/23  03:58:58
29992         Log: fix broken windows build
29993      Branch: perl
29994            ! perl.h
29995 ____________________________________________________________________________
29996 [ 11730] By: ams                                   on 2001/08/22  21:35:30
29997         Log: Subject: [PATCH] io/tell.t doesn't chdir t
29998              From: Nicholas Clark <nick@ccl4.org>
29999              Date: Wed, 22 Aug 2001 23:25:58 +0100
30000              Message-Id: <20010822232557.Y82818@plum.flirble.org>
30001      Branch: perl
30002            ! t/io/tell.t
30003 ____________________________________________________________________________
30004 [ 11729] By: ams                                   on 2001/08/22  20:32:21
30005         Log: Subject: [PATCH] Documentation in File::Spec (was Re: minor File::Spec
30006              questions)
30007              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
30008              Date: Wed, 22 Aug 2001 17:09:04 -0400
30009              Message-Id: <20010822170904.A76069@linguist.thayer.dartmouth.edu>
30010              (Oops, forgot File::Spec::Unix in the previous patch.)
30011      Branch: perl
30012            ! lib/File/Spec/Unix.pm
30013 ____________________________________________________________________________
30014 [ 11728] By: ams                                   on 2001/08/22  20:25:41
30015         Log: Subject: [PATCH] Documentation in File::Spec (was Re: minor File::Spec
30016              questions)
30017              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
30018              Date: Wed, 22 Aug 2001 17:09:04 -0400
30019              Message-Id: <20010822170904.A76069@linguist.thayer.dartmouth.edu>
30020      Branch: perl
30021            ! lib/File/Spec.pm
30022 ____________________________________________________________________________
30023 [ 11727] By: ams                                   on 2001/08/22  19:43:30
30024         Log: Subject: Re: [PATCH 1 of 3] $] is deprecated - eliminate from core tests
30025              From: John Peacock <jpeacock@rowman.com>
30026              Date: Wed, 22 Aug 2001 12:35:52 -0400
30027              Message-Id: <3B83DF68.5D89DC81@rowman.com>
30028              (Adds proper tests for $], notwithstanding Subject. +nitpick)
30029      Branch: perl
30030            ! t/op/ver.t
30031 ____________________________________________________________________________
30032 [ 11726] By: ams                                   on 2001/08/22  19:36:39
30033         Log: Subject: [ID 20010822.007] eval STRING & diagnostics.pm not mixing
30034              From: schwern@ool-18b93024.dyn.optonline.net (Michael G Schwern)
30035              Date: Wed, 22 Aug 2001 16:03:00 -0400 (EDT)
30036              Message-Id: <20010822200300.0D1638253@ool-18b93024.dyn.optonline.net>
30037      Branch: perl
30038            ! lib/diagnostics.pm lib/diagnostics.t
30039 ____________________________________________________________________________
30040 [ 11725] By: ams                                   on 2001/08/22  19:25:01
30041         Log: Subject: [PATCH] 64 bit integer preserving pp_divide
30042              From: Nicholas Clark <nick@ccl4.org>
30043              Date: Wed, 22 Aug 2001 20:59:05 +0100
30044              Message-Id: <20010822205905.U82818@plum.flirble.org>
30045      Branch: perl
30046            ! pp.c t/op/64bitint.t t/op/arith.t
30047 ____________________________________________________________________________
30048 [ 11724] By: ams                                   on 2001/08/22  10:02:33
30049         Log: Subject: Configure blooper
30050              From: H.Merijn Brand <h.m.brand@hccnet.nl>
30051              Date: Wed, 22 Aug 2001 12:38:35 +0200
30052              Message-Id: <20010822123750.A797.H.M.BRAND@hccnet.nl>
30053      Branch: perl
30054            ! Configure
30055 ____________________________________________________________________________
30056 [ 11723] By: ams                                   on 2001/08/21  16:17:53
30057         Log: Subject: [PATCH] installperl -help
30058              From: Nicholas Clark <nick@ccl4.org>
30059              Date: Tue, 21 Aug 2001 17:34:23 +0100
30060              Message-Id: <20010821173423.F82818@plum.flirble.org>
30061      Branch: perl
30062            ! installperl
30063 ____________________________________________________________________________
30064 [ 11722] By: ams                                   on 2001/08/20  07:46:31
30065         Log: Subject: [PATCH perlvar.pod] Rewrite $. entry and switch to -> syntax
30066              From: Ilmari Karonen <iltzu@sci.fi>
30067              Date: Mon, 20 Aug 2001 06:42:01 +0300 (EET DST)
30068              Message-Id: <Pine.SOL.3.96.1010820063126.28048A-100000@simpukka>
30069      Branch: perl
30070            ! pod/perlvar.pod
30071 ____________________________________________________________________________
30072 [ 11721] By: nick                                  on 2001/08/20  06:24:31
30073         Log: Integrate mainline
30074      Branch: perlio
30075           +> Porting/apply lib/Lingua/KO/Hangul/Util.pm
30076           +> lib/Lingua/KO/Hangul/Util/Changes
30077           +> lib/Lingua/KO/Hangul/Util/README
30078           +> lib/Lingua/KO/Hangul/Util/t/test.t lib/Unicode/Collate.pm
30079           +> lib/Unicode/Collate/Changes lib/Unicode/Collate/README
30080           +> lib/Unicode/Collate/keys.txt lib/Unicode/Collate/t/test.t
30081           +> lib/Unicode/Normalize.pm lib/Unicode/Normalize/Changes
30082           +> lib/Unicode/Normalize/README lib/Unicode/Normalize/t/norm.t
30083           +> lib/Unicode/Normalize/t/test.t
30084            - lib/Net/README.config lib/Net/demos/snpp lib/Net/libnet.ppd
30085           !> (integrate 55 files)
30086 ____________________________________________________________________________
30087 [ 11720] By: pudge                                 on 2001/08/19  19:00:16
30088         Log: Integrate Change #11599 from maint-5.6/perl
30089      Branch: maint-5.6/macperl
30090           !> README.win32
30091 ____________________________________________________________________________
30092 [ 11719] By: ams                                   on 2001/08/18  21:21:42
30093         Log: Add Porting/apply to MANIFEST.
30094      Branch: perl
30095            ! MANIFEST
30096 ____________________________________________________________________________
30097 [ 11718] By: sky                                   on 2001/08/18  14:38:01
30098         Log: PL_reentrant_buffer does not exist in 5005threaded perl.
30099              Better solution would be to make 5005threaded perl use
30100              the same system as ithreads do
30101      Branch: perl
30102            ! perl.h
30103 ____________________________________________________________________________
30104 [ 11717] By: jhi                                   on 2001/08/18  14:24:42
30105         Log: New try for ID 20010407.006: detach the semantics
30106              "was the last match target UTF8" into its own variable.
30107      Branch: perl
30108            ! embedvar.h intrpvar.h mg.c perlapi.h pod/perlapi.pod pp.c
30109            ! pp_hot.c regcomp.c regexec.c sv.c t/op/pat.t thrdvar.h
30110 ____________________________________________________________________________
30111 [ 11716] By: jhi                                   on 2001/08/18  12:11:14
30112         Log: UTF8 flag should be meaningful only when POK.
30113      Branch: perl
30114            ! dump.c
30115 ____________________________________________________________________________
30116 [ 11715] By: sky                                   on 2001/08/18  11:45:16
30117         Log: USE_THREADS and USE_ITHREADS are never true at the same time
30118      Branch: perl
30119            ! perl.h
30120 ____________________________________________________________________________
30121 [ 11714] By: jhi                                   on 2001/08/18  06:03:24
30122         Log: Retract #11712 for now.  The real fix would probably
30123              be something like making PL_reg_sv a copy (PV + UTF8)
30124              of the matched/substituted string (note: not just a SvPOK
30125              string, for example the stringified form of a ROK would
30126              be applicable)  Beware of leaks.
30127      Branch: perl
30128            ! pp_hot.c t/op/pat.t
30129 ____________________________________________________________________________
30130 [ 11713] By: jhi                                   on 2001/08/18  03:22:42
30131         Log: UTF8 wasn't printing for PVMGs.
30132      Branch: perl
30133            ! dump.c
30134 ____________________________________________________________________________
30135 [ 11712] By: jhi                                   on 2001/08/18  03:22:24
30136         Log: (Retracted by #11714)
30137              
30138              Okay analysis, debatable fix.  (The fix will inc
30139              the refcount of all temporary match objects,
30140              like for example tied(%h) =~ /^.../ from Tie/RefHash.t,
30141              which will then cause griping at untie() time
30142              ("inner references remain").
30143              
30144              Fix for ID 20010407.006: PL_reg_sv got wiped out
30145              by freetemps if the match target was a temporary
30146              (like function_call() =~ /.../), which in turn meant
30147              that the $1 et al stopped working if they had UTF-8
30148              in them.  Therefore bump up the refcount of PL_reg_sv.
30149      Branch: perl
30150            ! pp_hot.c t/op/pat.t
30151 ____________________________________________________________________________
30152 [ 11711] By: ams                                   on 2001/08/17  20:32:08
30153         Log: Subject: [PATCH] doesn't compile, was perl@11710
30154              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
30155              Date: Fri, 17 Aug 2001 23:21:10 +0200
30156              Message-Id: <20010817232110.C7041@rafael> 
30157      Branch: perl
30158            ! sharedsv.c
30159 ____________________________________________________________________________
30160 [ 11710] By: jhi                                   on 2001/08/17  14:26:57
30161         Log: Update Changes.
30162      Branch: perl
30163            ! Changes patchlevel.h
30164 ____________________________________________________________________________
30165 [ 11709] By: jhi                                   on 2001/08/17  13:47:53
30166         Log: Upgrade to libnet 1.0704.
30167      Branch: perl
30168            - lib/Net/README.config lib/Net/demos/snpp lib/Net/libnet.ppd
30169            ! MANIFEST lib/Net/ChangeLog.libnet lib/Net/Cmd.pm
30170            ! lib/Net/Config.pm lib/Net/Domain.pm lib/Net/FTP.pm
30171            ! lib/Net/FTP/A.pm lib/Net/FTP/I.pm lib/Net/FTP/dataconn.pm
30172            ! lib/Net/NNTP.pm lib/Net/Netrc.pm lib/Net/POP3.pm
30173            ! lib/Net/README.libnet lib/Net/SMTP.pm lib/Net/Time.pm
30174            ! lib/Net/libnetFAQ.pod lib/Net/t/ftp.t
30175 ____________________________________________________________________________
30176 [ 11708] By: sky                                   on 2001/08/17  13:34:04
30177         Log: Let perl_clone copy PL_exit_flags
30178      Branch: perl
30179            ! sv.c
30180 ____________________________________________________________________________
30181 [ 11707] By: sky                                   on 2001/08/17  12:28:41
30182         Log: Protext sharedsv_space better. Extended EDIT and RELEASE macro
30183      Branch: perl
30184            ! sharedsv.c sharedsv.h
30185 ____________________________________________________________________________
30186 [ 11706] By: jhi                                   on 2001/08/17  11:59:28
30187         Log: The metaconfig unit change for #11705.
30188      Branch: metaconfig/U/perl
30189            ! Extensions.U
30190 ____________________________________________________________________________
30191 [ 11705] By: jhi                                   on 2001/08/17  11:58:48
30192         Log: Allow the threads extension to be found if present.
30193      Branch: perl
30194            ! Configure
30195 ____________________________________________________________________________
30196 [ 11704] By: nick                                  on 2001/08/17  11:47:54
30197         Log: Mail -> change script (pre-alpha)
30198      Branch: perl
30199            + Porting/apply
30200 ____________________________________________________________________________
30201 [ 11703] By: sky                                   on 2001/08/17  07:11:24
30202         Log: Fixed macros for localtime_r under USE_REENTRANT_API, also fixed for HP-UX 10.20
30203              Thanks to Tom Hospel for pointing out my error.
30204      Branch: perl
30205            ! op.h
30206 ____________________________________________________________________________
30207 [ 11702] By: sky                                   on 2001/08/17  04:18:11
30208         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.
30209      Branch: perl
30210            ! embed.pl miniperlmain.c perl.c perl.h proto.h
30211 ____________________________________________________________________________
30212 [ 11701] By: jhi                                   on 2001/08/17  03:22:38
30213         Log: Integrate Lingua::KO::Hangul::Util 0.02, Unicode::Normalize,
30214              and Unicode::Collate 0.07, from SADAHIRO Tomoyuki.
30215      Branch: perl
30216            + lib/Lingua/KO/Hangul/Util.pm lib/Lingua/KO/Hangul/Util/Changes
30217            + lib/Lingua/KO/Hangul/Util/README
30218            + lib/Lingua/KO/Hangul/Util/t/test.t lib/Unicode/Collate.pm
30219            + lib/Unicode/Collate/Changes lib/Unicode/Collate/README
30220            + lib/Unicode/Collate/keys.txt lib/Unicode/Collate/t/test.t
30221            + lib/Unicode/Normalize.pm lib/Unicode/Normalize/Changes
30222            + lib/Unicode/Normalize/README lib/Unicode/Normalize/t/norm.t
30223            + lib/Unicode/Normalize/t/test.t
30224            ! MANIFEST
30225 ____________________________________________________________________________
30226 [ 11700] By: jhi                                   on 2001/08/17  02:58:59
30227         Log: Subject: [PATCH perl@11683] IEEE float tweak for VMS
30228              Date: Thu, 16 Aug 2001 22:46:15 -0500
30229              From: "Craig A. Berry" <craigberry@mac.com>
30230              Message-Id: <5.1.0.14.0.20010816204836.01ab4e58@exchi01>
30231      Branch: perl
30232            ! configure.com numeric.c
30233 ____________________________________________________________________________
30234 [ 11699] By: jhi                                   on 2001/08/17  02:33:00
30235         Log: It seems that Tru64 has "naturally" threadsafe APIs only for
30236              of the usual suspects (like getpwent) but not for others
30237              (like localtime and rand).  The _r versions are available
30238              for all of them, so let's use them.
30239      Branch: perl
30240            ! perl.h
30241 ____________________________________________________________________________
30242 [ 11698] By: jhi                                   on 2001/08/17  01:53:02
30243         Log: (Accidental apply; thankfully empty.)
30244      Branch: perl
30245            ! hints/os390.sh
30246 ____________________________________________________________________________
30247 [ 11697] By: jhi                                   on 2001/08/17  01:50:55
30248         Log: Subject: Re: [ID 20010803.016] Possible regex bug in 5.6.1 
30249              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
30250              Date: Thu, 16 Aug 2001 16:27:49 +0100
30251              Message-Id: <200108161527.f7GFRnH09419@crypt.compulink.co.uk>
30252      Branch: perl
30253            ! regexec.c t/op/re_tests
30254 ____________________________________________________________________________
30255 [ 11696] By: jhi                                   on 2001/08/17  01:50:01
30256         Log: Subject: Re: [ID 20010814.004] pos() doesn't work when using =~m// in list context 
30257              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
30258              Date: Thu, 16 Aug 2001 18:50:01 +0100
30259              Message-Id: <200108161750.f7GHo1l22207@crypt.compulink.co.uk>
30260      Branch: perl
30261            ! pp_hot.c t/op/pat.t
30262 ____________________________________________________________________________
30263 [ 11695] By: jhi                                   on 2001/08/17  01:49:12
30264         Log: Subject: [PATCH] *time_r again
30265              From: "Arthur Bergman" <arthur@contiller.se>
30266              Date: Thu, 16 Aug 2001 16:01:54 +0200
30267              Message-ID: <00ca01c1265c$0175f940$21000a0a@vogw2kdev>
30268      Branch: perl
30269            ! op.h
30270 ____________________________________________________________________________
30271 [ 11694] By: jhi                                   on 2001/08/17  01:47:53
30272         Log: system() and backtick error handling cleanup from Craig A. Berry.
30273      Branch: perl
30274            ! vms/vms.c
30275 ____________________________________________________________________________
30276 [ 11693] By: gsar                                  on 2001/08/17  01:07:21
30277         Log: change#10334 leaks memory, copies string when it doesn't
30278              need to
30279      Branch: perl
30280            ! perl.c
30281 ____________________________________________________________________________
30282 [ 11692] By: jhi                                   on 2001/08/16  12:22:29
30283         Log: One more twist to the sprintf + utf8 testing.
30284      Branch: perl
30285            ! t/op/misc.t
30286 ____________________________________________________________________________
30287 [ 11691] By: jhi                                   on 2001/08/16  11:46:02
30288         Log: Fix for 20010407.008 sprintf removes utf8-ness.
30289      Branch: perl
30290            ! pp.c t/op/misc.t
30291 ____________________________________________________________________________
30292 [ 11690] By: jhi                                   on 2001/08/16  11:31:00
30293         Log: Subject: [PATCH] *time_r fixes
30294              From: "Arthur Bergman" <arthur@contiller.se>
30295              Message-ID: <00b901c1264e$1cbe6970$21000a0a@vogw2kdev>
30296              Date: Thu, 16 Aug 2001 14:22:27 +0200
30297      Branch: perl
30298            ! op.h
30299 ____________________________________________________________________________
30300 [ 11689] By: jhi                                   on 2001/08/16  11:29:30
30301         Log: Upgrade to CGI.pm 2.77.
30302      Branch: perl
30303            ! lib/CGI.pm lib/CGI/Fast.pm lib/CGI/Util.pm lib/CGI/t/form.t
30304            ! lib/CGI/t/function.t
30305 ____________________________________________________________________________
30306 [ 11688] By: jhi                                   on 2001/08/16  01:07:21
30307         Log: Document the bytes-to-Unicode upgrading.
30308      Branch: perl
30309            ! pod/perlunicode.pod
30310 ____________________________________________________________________________
30311 [ 11687] By: jhi                                   on 2001/08/16  00:29:29
30312         Log: Add a test for Unicode sprintf.
30313      Branch: perl
30314            ! t/op/misc.t
30315 ____________________________________________________________________________
30316 [ 11686] By: jhi                                   on 2001/08/16  00:20:40
30317         Log: Add Unicode tests for index/rindex.
30318      Branch: perl
30319            ! t/op/index.t
30320 ____________________________________________________________________________
30321 [ 11685] By: jhi                                   on 2001/08/15  22:51:53
30322         Log: Document a bit the art of minimizing the installation,
30323              based on the p5p discussion.
30324      Branch: perl
30325            ! INSTALL
30326 ____________________________________________________________________________
30327 [ 11684] By: nick                                  on 2001/08/15  15:03:31
30328         Log: Integrate mainline
30329      Branch: perlio
30330           +> sharedsv.c sharedsv.h
30331           !> (integrate 53 files)
30332 ____________________________________________________________________________
30333 [ 11683] By: jhi                                   on 2001/08/15  13:49:07
30334         Log: Update Changes.
30335      Branch: perl
30336            ! Changes patchlevel.h
30337 ____________________________________________________________________________
30338 [ 11682] By: jhi                                   on 2001/08/15  13:26:00
30339         Log: The #11673 necessitated a test tweak.
30340      Branch: perl
30341            ! t/io/utf8.t
30342 ____________________________________________________________________________
30343 [ 11681] By: jhi                                   on 2001/08/15  13:12:50
30344         Log: Also UNICOS is in the general case unable to silently
30345              handle fp overflows.
30346      Branch: perl
30347            ! numeric.c
30348 ____________________________________________________________________________
30349 [ 11680] By: jhi                                   on 2001/08/15  13:05:15
30350         Log: Try to get NV_MIN, NV_MAX, NV_MIN_10_EXP, NV_MAX_10_EXP,
30351              NV_EPSILON #defined.
30352      Branch: perl
30353            ! perl.h
30354 ____________________________________________________________________________
30355 [ 11679] By: jhi                                   on 2001/08/15  12:48:32
30356         Log: Re-establish the fp overflow detection for VAX VMS; there
30357              is no easy way to have the IEEE fp silent overflow semantics.
30358              (in Alpha VMS we still will use IEEE fp by default-- but it
30359              is still possible to configure Perl to use G_FLOAT)
30360      Branch: perl
30361            ! numeric.c
30362 ____________________________________________________________________________
30363 [ 11678] By: jhi                                   on 2001/08/15  12:27:41
30364         Log: Subject: [PATCH] pp_lock 
30365              From: "Arthur Bergman" <arthur@contiller.se>
30366              Date: Wed, 15 Aug 2001 11:52:16 +0200
30367              Message-ID: <008401c1256f$f75a91b0$21000a0a@vogw2kdev>
30368      Branch: perl
30369            ! pp.c
30370 ____________________________________________________________________________
30371 [ 11677] By: jhi                                   on 2001/08/15  12:26:44
30372         Log: Subject: Re: [ID 20010809.023] perlre misleads when stating that (?i) should be at front of pattern 
30373              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
30374              Date: Wed, 15 Aug 2001 11:32:11 +0100
30375              Message-Id: <200108151032.f7FAWBI30961@crypt.compulink.co.uk>
30376      Branch: perl
30377            ! regcomp.c t/op/re_tests
30378 ____________________________________________________________________________
30379 [ 11676] By: jhi                                   on 2001/08/15  12:25:29
30380         Log: Subject: Re: [ID 20010811.006] re_eval: logical leaks 
30381              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
30382              Date: Wed, 15 Aug 2001 10:33:49 +0100
30383              Message-Id: <200108150933.f7F9Xnr11222@crypt.compulink.co.uk>
30384      Branch: perl
30385            ! regexec.c t/op/re_tests
30386 ____________________________________________________________________________
30387 [ 11675] By: jhi                                   on 2001/08/15  03:28:20
30388         Log: Subject: Re: bug in File::Spec 0.82 (canonpath)
30389              From: Barrie Slaymaker <barries@slaysys.com>
30390              Date: Tue, 14 Aug 2001 14:32:25 -0400
30391              Message-ID: <20010814143225.A19822@jester.slaysys.com>
30392      Branch: perl
30393            ! lib/File/Spec.t lib/File/Spec/Unix.pm
30394 ____________________________________________________________________________
30395 [ 11674] By: jhi                                   on 2001/08/15  03:25:32
30396         Log: Subject: [PATCH: perl@11626] modify VMS default prefix for installation
30397              From: Peter Prymmer <pvhp@forte.com>
30398              Date: Tue, 14 Aug 2001 13:33:32 -0700 (PDT)
30399              Message-ID: <Pine.OSF.4.10.10108141327590.192110-100000@aspara.forte.com>
30400      Branch: perl
30401            ! README.vms configure.com
30402 ____________________________________________________________________________
30403 [ 11673] By: jhi                                   on 2001/08/15  03:16:14
30404         Log: Subject: [PATCH perl@11660] Warning incorrectly reported without -w
30405              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
30406              Date: Tue, 14 Aug 2001 21:23:27 +0200
30407              Message-ID: <20010814212327.A1919@rafael>
30408      Branch: perl
30409            ! doio.c
30410 ____________________________________________________________________________
30411 [ 11672] By: jhi                                   on 2001/08/15  03:15:25
30412         Log: Subject: [PATCH bleadperl] fixing SDBM_File problems under win32
30413              From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu> 
30414              Date: Tue, 14 Aug 2001 22:30:11 +0200
30415              Message-ID: <4224685483.20010814223011@tesla.rcub.bg.ac.yu>
30416              
30417              Combination of nmake, quoting, and Perl expanded $( in here-doc.
30418      Branch: perl
30419            ! ext/SDBM_File/Makefile.PL
30420 ____________________________________________________________________________
30421 [ 11671] By: jhi                                   on 2001/08/14  13:44:40
30422         Log: Todo updates.
30423      Branch: perl
30424            ! pod/perltodo.pod
30425 ____________________________________________________________________________
30426 [ 11670] By: jhi                                   on 2001/08/14  13:10:36
30427         Log: Subject: [PATCH bleadperl CORE] removing sv.c warnings on VC++5.0
30428              From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu> 
30429              Date: Mon, 13 Aug 2001 23:15:01 +0200
30430              Message-ID: <6114148607.20010813231501@tesla.rcub.bg.ac.yu>
30431      Branch: perl
30432            ! sv.c
30433 ____________________________________________________________________________
30434 [ 11669] By: jhi                                   on 2001/08/14  13:07:09
30435         Log: Subject: [PATCH] [b-]showlex.t
30436              From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu>
30437              Date: Sun, 12 Aug 2001 22:24:51 +0200
30438              Message-ID: <6510457078.20010812222451@tesla.rcub.bg.ac.yu>
30439              
30440              The 4nt command shell will expand the % in command line
30441              no matter what quoting is attempted, changed the % to @.
30442      Branch: perl
30443            ! ext/B/Showlex.t
30444 ____________________________________________________________________________
30445 [ 11668] By: jhi                                   on 2001/08/14  13:01:02
30446         Log: Subject: [PATCH] magic.t
30447              From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu> 
30448              Date: Sun, 12 Aug 2001 20:49:27 +0200
30449              Message-ID: <844732764.20010812204927@tesla.rcub.bg.ac.yu>
30450      Branch: perl
30451            ! t/op/magic.t
30452 ____________________________________________________________________________
30453 [ 11667] By: jhi                                   on 2001/08/14  12:35:17
30454         Log: Add sharedsv* to the DOSish platforms; plus add
30455              some WinCE files to the list of DOSish files.
30456      Branch: perl
30457            ! NetWare/Makefile Porting/makerel win32/Makefile
30458            ! win32/makefile.mk wince/Makefile.ce
30459 ____________________________________________________________________________
30460 [ 11666] By: jhi                                   on 2001/08/14  12:29:57
30461         Log: More DOSish files.
30462      Branch: perl
30463            ! Porting/makerel
30464 ____________________________________________________________________________
30465 [ 11665] By: jhi                                   on 2001/08/14  12:27:58
30466         Log: Strip CRs from the WinCE files.  Now we need to
30467              figure out in which CRs are really needed: probably
30468              Makefile.ce and the README files, at least, probably
30469              also the registry.bat.
30470      Branch: perl
30471            ! wince/Makefile.ce wince/README.compile wince/README.perlce
30472            ! wince/config.h wince/include/cectype.h wince/include/errno.h
30473            ! wince/include/sys/stat.h wince/include/sys/types.h
30474            ! wince/include/sys/utime.h wince/include/time.h wince/perl.rc
30475            ! wince/perldll.def wince/registry.bat wince/wince.h
30476            ! wince/xbuildall.ksh wince/xdistclean.ksh wince/xmakediffs.ksh
30477 ____________________________________________________________________________
30478 [ 11664] By: jhi                                   on 2001/08/14  12:05:09
30479         Log: Add some files to DOSish and writables.
30480      Branch: perl
30481            ! Porting/makerel
30482 ____________________________________________________________________________
30483 [ 11663] By: jhi                                   on 2001/08/14  03:08:07
30484         Log: Compile failure message tidying.
30485      Branch: perl
30486            ! t/lib/1_compile.t
30487 ____________________________________________________________________________
30488 [ 11662] By: jhi                                   on 2001/08/14  01:41:22
30489         Log: The new sharedsv* should be exported only if usethreads.
30490      Branch: perl
30491            ! makedef.pl
30492 ____________________________________________________________________________
30493 [ 11661] By: jhi                                   on 2001/08/14  00:25:30
30494         Log: Subject: [PATCH: perl@11626] URL updates for README.os390
30495              From: Peter Prymmer <pvhp@forte.com>
30496              Date: Mon, 13 Aug 2001 15:21:06 -0700 (PDT)
30497              Message-ID: <Pine.OSF.4.10.10108131517570.151295-100000@aspara.forte.com>
30498      Branch: perl
30499            ! README.os390
30500 ____________________________________________________________________________
30501 [ 11660] By: jhi                                   on 2001/08/13  12:54:54
30502         Log: Update Changes.
30503      Branch: perl
30504            ! Changes patchlevel.h
30505 ____________________________________________________________________________
30506 [ 11659] By: jhi                                   on 2001/08/13  12:45:21
30507         Log: Subject: [PATHC] sharedsv.[c|h]
30508              From: "Artur Bergman" <artur@contiller.se>
30509              Date: Mon, 13 Aug 2001 14:38:41 +0200
30510              Message-ID: <005401c123f4$e1f53360$21000a0a@vogw2kdev>  
30511              
30512              Subject: [PATCH] embed.pl
30513              From: Arthur Bergman <arthur@contiller.se>
30514              Date: Mon, 13 Aug 2001 14:38:14 +0200
30515              Message-ID: <B79D96D6.3088%arthur@contiller.se>
30516              
30517              Subject: [PATCH] sharedsv cleanups
30518              From: "Arthur Bergman" <arthur@contiller.se>
30519              Date: Mon, 13 Aug 2001 15:14:25 +0200
30520              Message-ID: <005a01c123f9$dfe525d0$21000a0a@vogw2kdev>  
30521              
30522              Plus few tweaks: _init needs to be Adp, the prototypes
30523              should not be revealed unless using ithreads, #endif FOO
30524              must be #endif /* FOO */, adding (parentheses) around
30525              do { } while doesn't work too well.
30526      Branch: perl
30527            + sharedsv.c sharedsv.h
30528            ! MANIFEST Makefile.SH embed.h embed.pl global.sym objXSUB.h
30529            ! perl.h perlapi.c pod/perlapi.pod proto.h
30530 ____________________________________________________________________________
30531 [ 11658] By: jhi                                   on 2001/08/13  12:00:08
30532         Log: Subject: Re: END {} blocks run in perl_run
30533              From: Arthur Bergman <arthur@contiller.se>
30534              Date: Mon, 13 Aug 2001 11:11:30 +0200
30535              Message-ID: <B79D6661.3068%arthur@contiller.se>
30536      Branch: perl
30537            ! perl.c
30538 ____________________________________________________________________________
30539 [ 11657] By: nick                                  on 2001/08/13  09:03:02
30540         Log: Integrate mainline
30541      Branch: perlio
30542           +> (branch 326 files)
30543            - (delete 330 files)
30544           !> (integrate 85 files)
30545 ____________________________________________________________________________
30546 [ 11656] By: jhi                                   on 2001/08/12  23:24:18
30547         Log: If you want you can now add -DUSE_UTF8_SCRIPTS to your cflags
30548              and the Perl will be built to do that by default (adding that
30549              will break scripts having non-UTF-8 binary data, such as Latin-1.)
30550      Branch: perl
30551            ! op.c toke.c utf8.h
30552 ____________________________________________________________________________
30553 [ 11655] By: jhi                                   on 2001/08/12  23:05:14
30554         Log: Unnecessary downgrades.
30555      Branch: perl
30556            ! doop.c
30557 ____________________________________________________________________________
30558 [ 11654] By: jhi                                   on 2001/08/12  22:56:47
30559         Log: Failure not true anymore (probably caused by my broken setup).
30560      Branch: perl
30561            ! t/op/pat.t
30562 ____________________________________________________________________________
30563 [ 11653] By: jhi                                   on 2001/08/12  22:46:12
30564         Log: Not quite so relicy as thought in #11651 (op/concat #4 and #5
30565              stopped working).
30566      Branch: perl
30567            ! op.h pp_ctl.c regcomp.c
30568 ____________________________________________________________________________
30569 [ 11652] By: jhi                                   on 2001/08/12  22:30:04
30570         Log: There is no IN_UTF8.
30571      Branch: perl
30572            ! utf8.h
30573 ____________________________________________________________________________
30574 [ 11651] By: jhi                                   on 2001/08/12  21:08:06
30575         Log: More (less) regex/utf8 relics.  (Toned down later in #11653.)
30576      Branch: perl
30577            ! op.c op.h pp_ctl.c regcomp.c
30578 ____________________________________________________________________________
30579 [ 11650] By: jhi                                   on 2001/08/12  20:17:32
30580         Log: Relic in op.c (no regex feature should depend on the utf8 pragma),
30581              and a test tweak.
30582      Branch: perl
30583            ! op.c t/pod/find.t
30584 ____________________________________________________________________________
30585 [ 11649] By: jhi                                   on 2001/08/12  18:45:52
30586         Log: Todo updates and fixes.
30587      Branch: perl
30588            ! pod/perltodo.pod
30589 ____________________________________________________________________________
30590 [ 11648] By: jhi                                   on 2001/08/12  18:43:50
30591         Log: Mark tests (and one module) having explicit Latin-1
30592              (and one file having explicit UTF-8) with an explicit
30593              'no utf8' (and one explicit 'use utf8').
30594              
30595              NOTE: t/op/pat.t #64 fails mysteriously under 'use utf8'.
30596      Branch: perl
30597            ! lib/CGI/t/html.t lib/Locale/Codes/t/languages.t
30598            ! lib/Locale/Language.pm lib/charnames.t lib/locale.t
30599            ! t/lib/locale/latin1 t/lib/locale/utf8 t/op/pat.t
30600 ____________________________________________________________________________
30601 [ 11647] By: jhi                                   on 2001/08/12  17:10:22
30602         Log: Subject: SV: END {} blocks run in perl_run
30603              From: "Arthur Bergman" <arthur@contiller.se>
30604              Date: Sun, 12 Aug 2001 00:34:28 +0200 
30605              Message-ID: <03fd01c122b5$c803c600$052aa8c0@foo>
30606      Branch: perl
30607            ! miniperlmain.c perl.c
30608 ____________________________________________________________________________
30609 [ 11646] By: jhi                                   on 2001/08/12  16:59:00
30610         Log: Typos in #11645.
30611      Branch: perl
30612            ! perl.h
30613 ____________________________________________________________________________
30614 [ 11645] By: jhi                                   on 2001/08/12  16:55:31
30615         Log: On ithreads default to use_reentrant except on naturally
30616              threadsafe platforms.
30617      Branch: perl
30618            ! perl.h
30619 ____________________________________________________________________________
30620 [ 11644] By: jhi                                   on 2001/08/12  15:45:43
30621         Log: (Hopefully) a fix for 20010723.004: make install needs
30622              write permission in build directory.  The problem was
30623              probably caused by overeager sprinkling of the lib/re.pm
30624              dependencies (which was done to guarantee lib/re.pm being
30625              uptodate for parallel makes: now solved by funneling that
30626              through an explicit recursive make in the preplibrary target).
30627      Branch: perl
30628            ! Makefile.SH
30629 ____________________________________________________________________________
30630 [ 11643] By: jhi                                   on 2001/08/12  14:16:44
30631         Log: Dispell the "use utf8" superstition.
30632      Branch: perl
30633            ! lib/utf8.pm pod/perlfunc.pod pod/perlretut.pod pod/perltoc.pod
30634            ! pod/perlunicode.pod
30635 ____________________________________________________________________________
30636 [ 11642] By: jhi                                   on 2001/08/12  13:56:42
30637         Log: Subject: Re: [ID 20010730.010] FETCH called twice with -T
30638              From: "Abigail" <abigail@foad.org> 
30639              Date: Sat, 11 Aug 2001 23:49:49 +0200
30640              Message-ID: <20010811214950.23255.qmail@foad.org>
30641      Branch: perl
30642            ! t/op/taint.t
30643 ____________________________________________________________________________
30644 [ 11641] By: jhi                                   on 2001/08/12  13:56:18
30645         Log: Subject: Re: [ID 20010730.010] FETCH called twice with -T
30646              From: Abhijit Menon-Sen <ams@wiw.org>
30647              Date: Sat, 11 Aug 2001 06:18:19 +0530
30648              Message-ID: <20010811061819.P526@lustre.dyn.wiw.org>
30649      Branch: perl
30650            ! mg.c
30651 ____________________________________________________________________________
30652 [ 11640] By: jhi                                   on 2001/08/12  13:45:58
30653         Log: Test for change #11639.
30654      Branch: perl
30655            ! t/op/tiehandle.t
30656 ____________________________________________________________________________
30657 [ 11639] By: jhi                                   on 2001/08/12  13:42:03
30658         Log: Subject: Re: Can't localize *FH, then tie it
30659              From: Abhijit Menon-Sen <ams@wiw.org>
30660              Date: Sun, 12 Aug 2001 16:08:06 +0530
30661              Message-ID: <20010812160806.A28712@lustre.dyn.wiw.org>
30662      Branch: perl
30663            ! pp_hot.c pp_sys.c
30664 ____________________________________________________________________________
30665 [ 11638] By: jhi                                   on 2001/08/12  03:30:07
30666         Log: Drop all the unnecessary "use utf8" clauses and some of
30667              the unnecessary "use bytes" ones.
30668              
30669              TODO: scour the documentation for unnecessary "use utf8"
30670              and prominently display it in perldelta when the time comes.
30671              ("use utf8" should be necessary ONLY if one wants the script
30672              to be in UTF-8.)  Also should be checked in some non-ASCII
30673              non-Latin-1 platform, like EBCDIC.
30674      Branch: perl
30675            ! t/comp/require.t t/io/utf8.t t/op/concat.t t/op/each.t
30676            ! t/op/pat.t t/op/regmesg.t t/op/sprintf.t t/op/tr.t
30677 ____________________________________________________________________________
30678 [ 11637] By: jhi                                   on 2001/08/11  17:55:36
30679         Log: Add t/op/lc.t to see if lc, uc, lcfirst, ucfirst, quotemeta work.
30680              Smoked out bugs (well, the same bug twice) from ucfirst and lcfirst
30681              in Unicode handling.
30682      Branch: perl
30683            + t/op/lc.t
30684            ! MANIFEST pp.c t/op/misc.t t/op/readdir.t
30685 ____________________________________________________________________________
30686 [ 11636] By: jhi                                   on 2001/08/11  17:14:06
30687         Log: Thinko: we want the flags for native cc, not gcc.
30688      Branch: perl
30689            ! hints/dec_osf.sh
30690 ____________________________________________________________________________
30691 [ 11635] By: jhi                                   on 2001/08/11  15:14:48
30692         Log: (retracted by 13077)
30693              Subject: [PATCH] Re: [ID 20010809.028] x operator not copying elements in 'for' list?
30694              From: Robin Houston <robin@kitsite.com>
30695              Date: Fri, 10 Aug 2001 14:42:02 +0100
30696              Message-ID: <20010810144202.A32754@puffinry.freeserve.co.uk>
30697      Branch: perl
30698            ! pp.c
30699 ____________________________________________________________________________
30700 [ 11634] By: jhi                                   on 2001/08/11  14:59:22
30701         Log: Subject: [PATCH] turn $a.=<F> into an RCATLINE
30702              From: Abhijit Menon-Sen <ams@wiw.org>
30703              Date: Sat, 11 Aug 2001 16:31:04 +0530
30704              Message-ID: <20010811163104.Q526@lustre.dyn.wiw.org>
30705      Branch: perl
30706            ! op.c
30707 ____________________________________________________________________________
30708 [ 11633] By: jhi                                   on 2001/08/11  14:58:07
30709         Log: Get rid of indread, from Abhijit Menon-Sen.
30710      Branch: perl
30711            ! pp_sys.c
30712 ____________________________________________________________________________
30713 [ 11632] By: jhi                                   on 2001/08/10  23:39:04
30714         Log: CRLFgngngn.
30715      Branch: perl
30716            ! win32/Makefile win32/makefile.mk
30717 ____________________________________________________________________________
30718 [ 11631] By: jhi                                   on 2001/08/10  23:37:43
30719         Log: Decommission Time::Piece; unnecessary Yet Another Time-Date Module.
30720      Branch: perl
30721            - ext/Time/Piece/Makefile.PL ext/Time/Piece/Piece.pm
30722            - ext/Time/Piece/Piece.t ext/Time/Piece/Piece.xs
30723            - ext/Time/Piece/README ext/Time/Piece/Seconds.pm
30724            ! MANIFEST Porting/config.sh djgpp/config.over epoc/config.sh
30725            ! ext/POSIX/POSIX.pod hints/vmesa.sh pod/perlfaq4.pod
30726            ! pod/perllocale.pod pod/perltoc.pod t/lib/1_compile.t
30727            ! win32/Makefile win32/makefile.mk
30728 ____________________________________________________________________________
30729 [ 11630] By: jhi                                   on 2001/08/10  13:53:15
30730         Log: Avoid #elif (less portable than #else #if).
30731      Branch: perl
30732            ! handy.h
30733 ____________________________________________________________________________
30734 [ 11629] By: jhi                                   on 2001/08/10  13:49:53
30735         Log: Subject: patch for perlvar.pod
30736              From: mah@everybody.org (Mark A. Hershberger)
30737              Date: 08 Aug 2001 17:03:16 -0500
30738              Message-ID: <87g0b2w6or.fsf@mah.mcdermott.com>
30739      Branch: perl
30740            ! pod/perlvar.pod
30741 ____________________________________________________________________________
30742 [ 11628] By: jhi                                   on 2001/08/10  13:45:48
30743         Log: cpp commands must start (the # must be) at the column #0.
30744      Branch: perl
30745            ! op.c
30746 ____________________________________________________________________________
30747 [ 11627] By: jhi                                   on 2001/08/10  13:41:07
30748         Log: If using gcc -B/foo/bar makedepend would give
30749              unnecessary warnings about unused -B/foo/bar.
30750      Branch: perl
30751            ! makedepend.SH
30752 ____________________________________________________________________________
30753 [ 11626] By: jhi                                   on 2001/08/09  14:56:29
30754         Log: Update Changes.
30755      Branch: perl
30756            ! Changes patchlevel.h
30757 ____________________________________________________________________________
30758 [ 11625] By: jhi                                   on 2001/08/09  14:54:05
30759         Log: s/z/tz/
30760      Branch: perl
30761            ! pod/perlfaq2.pod
30762 ____________________________________________________________________________
30763 [ 11624] By: jhi                                   on 2001/08/09  14:52:52
30764         Log: Article nit.
30765      Branch: perl
30766            ! pod/perlfaq2.pod
30767 ____________________________________________________________________________
30768 [ 11623] By: jhi                                   on 2001/08/09  14:49:00
30769         Log: Rename lib/unicode files to lib/unicore to avoid
30770              conflicts between core lib/unicode and Unicode::
30771              files in case-ignoring filesystems.
30772      Branch: perl
30773            + (add 325 files)
30774            - (delete 324 files)
30775            ! MANIFEST lib/charnames.pm lib/utf8_heavy.pl pod/perlretut.pod
30776 ____________________________________________________________________________
30777 [ 11622] By: jhi                                   on 2001/08/09  13:33:47
30778         Log: Upgrade to Math::BigInt 1.41.
30779      Branch: perl
30780            ! lib/Math/BigInt.pm lib/Math/BigInt/t/bigintpm.t
30781 ____________________________________________________________________________
30782 [ 11621] By: jhi                                   on 2001/08/09  13:31:20
30783         Log: Subject: [PATCH] remove PL_na from typemap
30784              From: James <james@rf.net>
30785              Date: Mon, 06 Aug 2001 20:23:15 -0700
30786              Message-ID: <3B6F5F23.A31A81B1@rf.net>
30787              
30788              (had to be manually applied)
30789      Branch: perl
30790            ! lib/ExtUtils/typemap
30791 ____________________________________________________________________________
30792 [ 11620] By: jhi                                   on 2001/08/09  13:27:11
30793         Log: The metaconfig unit changes for #11618.
30794      Branch: metaconfig/U/perl
30795            + d_fpclassl.U i_fp.U
30796 ____________________________________________________________________________
30797 [ 11619] By: jhi                                   on 2001/08/09  13:25:21
30798         Log: Forgot this from #11618.
30799              
30800              NOTE: wince/config_H.ce needs updating.
30801      Branch: perl
30802            ! wince/config.ce
30803 ____________________________________________________________________________
30804 [ 11618] By: jhi                                   on 2001/08/09  13:21:51
30805         Log: Introduce more floating point classifying APIs;
30806              try to define (most importantly) Perl_is{inf,nan}(x).
30807              
30808              For this first cut, assume none such APIs exist in non-UNIXoid
30809              platforms-- this is of course too unkind: Win32 rumoredly has
30810              _fpclass() and _isnan(), and VMS/VOS very probably have some
30811              of the APIs available.     The only thing Perl uses at the moment
30812              is Perl_isnan() (has been in use for a while now).
30813              
30814              NOTE: the Win32 and NetWare config_h.?c need regenerating.
30815      Branch: perl
30816            ! Configure NetWare/config.wc Porting/Glossary Porting/config.sh
30817            ! Porting/config_H config_h.SH configure.com epoc/config.sh
30818            ! hints/hpux.sh perl.h pod/perltoc.pod uconfig.h uconfig.sh
30819            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
30820            ! vos/config.ga.h win32/config.bc win32/config.gc
30821            ! win32/config.vc win32/config_H.bc win32/config_H.gc
30822            ! win32/config_H.vc wince/config.ce wince/config.h
30823 ____________________________________________________________________________
30824 [ 11617] By: jhi                                   on 2001/08/09  11:08:51
30825         Log: Integrate change #11519 from perlio:
30826              
30827              Avoid testing for (non-)existance of "encoding(xxxx)"
30828              layer is called "encoding" the (xxxx) is an argument.
30829      Branch: perl
30830           !> lib/open.pm
30831 ____________________________________________________________________________
30832 [ 11616] By: nick                                  on 2001/08/09  07:50:24
30833         Log: Integrate mainline
30834      Branch: perlio
30835           +> ext/PerlIO/t/via.t lib/Getopt/Long/CHANGES
30836           +> lib/Getopt/Long/README lib/Getopt/Long/t/gol-basic.t
30837           +> lib/Getopt/Long/t/gol-compat.t lib/Getopt/Long/t/gol-linkage.t
30838           +> lib/Getopt/Long/t/gol-oo.t utils/perlivp.PL
30839            - lib/Getopt/Long/t/basic.t lib/Getopt/Long/t/compat.t
30840            - lib/Getopt/Long/t/linkage.t lib/Getopt/Long/t/oo.t
30841           !> (integrate 79 files)
30842 ____________________________________________________________________________
30843 [ 11615] By: nick                                  on 2001/08/09  06:23:44
30844         Log: Avoid testing for (non-)existance of "encoding(xxxx)"
30845              layer is called "encoding" the (xxxx) is an argument.
30846      Branch: perlio
30847            ! lib/open.pm
30848 ____________________________________________________________________________
30849 [ 11614] By: jhi                                   on 2001/08/08  21:50:19
30850         Log: Subject: [PATCH bleadperl] Teach B::Concise about PADOP
30851              From: Paul Johnson <paul@pjcj.net>
30852              Date: Wed, 8 Aug 2001 23:54:17 +0200
30853              Message-ID: <20010808235417.O1006@pjcj.net>
30854      Branch: perl
30855            ! ext/B/B/Concise.pm
30856 ____________________________________________________________________________
30857 [ 11613] By: jhi                                   on 2001/08/08  13:22:13
30858         Log: Make VMS use IEEE math by default; reorder Tru64 hints
30859              so that -fprm d -ieee (the -ieee gives as e.g. IEEE 754
30860              exception semantics) is always set if using (the new) cc.
30861      Branch: perl
30862            ! configure.com hints/dec_osf.sh
30863 ____________________________________________________________________________
30864 [ 11612] By: jhi                                   on 2001/08/08  12:14:56
30865         Log: Subject: Re: [ID 20010806.008] tied hashes, invocation of FIRSTKEY
30866              From: Abhijit Menon-Sen <ams@wiw.org>
30867              Date: Tue, 7 Aug 2001 17:16:05 +0530
30868              Message-ID: <20010807171605.K526@lustre.dyn.wiw.org>
30869      Branch: perl
30870            ! pp_sys.c
30871 ____________________________________________________________________________
30872 [ 11611] By: jhi                                   on 2001/08/08  02:28:58
30873         Log: Subject: [PATCH perl@11597] fix t/run/exit.t for VMS
30874              From: "Craig A. Berry" <craigberry@mac.com>
30875              Date: Tue, 07 Aug 2001 22:27:47 -0500
30876              Message-Id: <5.1.0.14.0.20010806105326.02d22298@exchi01>
30877      Branch: perl
30878            ! t/run/exit.t
30879 ____________________________________________________________________________
30880 [ 11610] By: jhi                                   on 2001/08/08  00:12:00
30881         Log: Subject: [PATCH bleadperl] better VMS docs for $?, exit(), and system()
30882              From: "Craig A. Berry" <craigberry@mac.com>
30883              Date: Tue, 07 Aug 2001 20:01:53 -0500
30884              Message-Id: <5.1.0.14.0.20010807155648.01ba3c98@exchi01>
30885      Branch: perl
30886            ! pod/perlport.pod pod/perlvar.pod vms/perlvms.pod
30887 ____________________________________________________________________________
30888 [ 11609] By: jhi                                   on 2001/08/07  23:49:09
30889         Log: Update the magazine information.
30890      Branch: perl
30891            ! pod/perlfaq2.pod
30892 ____________________________________________________________________________
30893 [ 11608] By: jhi                                   on 2001/08/07  23:35:27
30894         Log: Ignore SIGFPE everywhere.
30895      Branch: perl
30896            ! hints/os390.sh hints/posix-bc.sh hints/uts.sh numeric.c perl.h
30897 ____________________________________________________________________________
30898 [ 11607] By: jhi                                   on 2001/08/07  23:07:04
30899         Log: With permission, change the licensing of the docs by
30900              TomC (and Gnat) to comply with the rest of Perl.
30901      Branch: perl
30902            ! pod/perlfaq.pod pod/perlfaq1.pod pod/perlfaq2.pod
30903            ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq5.pod
30904            ! pod/perlfaq6.pod pod/perlfaq7.pod pod/perlfaq8.pod
30905            ! pod/perlfaq9.pod pod/perlopentut.pod pod/perltoot.pod
30906            ! pod/perltootc.pod
30907 ____________________________________________________________________________
30908 [ 11606] By: jhi                                   on 2001/08/07  22:50:04
30909         Log: Subject: [PATCH 5.6.x, 5.7.2] hints/openbsd.sh tweaks.
30910              From: Andy Dougherty <doughera@lafayette.edu>
30911              Date: Tue, 7 Aug 2001 15:49:33 -0400 (EDT)
30912              Message-ID: <Pine.SOL.4.10.10108071544040.2431-100000@maxwell.phys.lafayette.edu>
30913      Branch: perl
30914            ! hints/openbsd.sh
30915 ____________________________________________________________________________
30916 [ 11605] By: jhi                                   on 2001/08/07  22:49:18
30917         Log: Subject: [PATCH] Makefile.SH test_prep dependency
30918              From: Andy Dougherty <doughera@lafayette.edu>
30919              Date: Tue, 7 Aug 2001 15:44:01 -0400 (EDT)
30920              Message-ID: <Pine.SOL.4.10.10108071540190.2431-100000@maxwell.phys.lafayette.edu>
30921      Branch: perl
30922            ! Makefile.SH
30923 ____________________________________________________________________________
30924 [ 11604] By: jhi                                   on 2001/08/07  22:44:35
30925         Log: Don't autogenerate the headers et alia,
30926              make regen_headers explicitly.
30927      Branch: perl
30928            ! Makefile.SH
30929 ____________________________________________________________________________
30930 [ 11603] By: jhi                                   on 2001/08/07  22:33:48
30931         Log: Subject: Re: [ID 20010807.011] 5.6.1 coredumping on bleedperl embed.pl
30932              From: Gurusamy Sarathy <gsar@ActiveState.com> 
30933              Date: Tue, 07 Aug 2001 08:33:26 -0700
30934              Message-Id: <200108071533.f77FXQf01168@smtp3.ActiveState.com>
30935              
30936              Unnecessary dependency.
30937      Branch: perl
30938            ! embed.pl
30939 ____________________________________________________________________________
30940 [ 11602] By: jhi                                   on 2001/08/07  13:52:41
30941         Log: Subject: Re: [ID 20010806.006] Can't read coderef from tied variable
30942              From: Abhijit Menon-Sen <ams@wiw.org>
30943              Date: Tue, 7 Aug 2001 09:10:54 +0530
30944              Message-ID: <20010807091054.H526@lustre.dyn.wiw.org>
30945      Branch: perl
30946            ! pp_hot.c
30947 ____________________________________________________________________________
30948 [ 11601] By: jhi                                   on 2001/08/07  13:46:33
30949         Log: Subject: [PATCH perl@11597] B && BEGIN handling
30950              From: "James A. Duncan" <jduncan@fotango.com>
30951              Date: Mon, 6 Aug 2001 17:29:11 +0100
30952              Message-ID: <20010806172911.A2071@fotango.com>
30953              
30954              (the intrpvar.h addition moved to the end for bincompat)
30955      Branch: perl
30956            ! embedvar.h ext/B/B.xs intrpvar.h perl.c perlapi.h
30957 ____________________________________________________________________________
30958 [ 11600] By: jhi                                   on 2001/08/07  11:53:48
30959         Log: Integrate change #11598 from maintperl (fcrypt.c URL updates)
30960      Branch: perl
30961           !> README.win32
30962 ____________________________________________________________________________
30963 [ 11599] By: gsar                                  on 2001/08/07  06:31:39
30964         Log: fix URLs for fcrypt.c
30965      Branch: maint-5.6/perl
30966            ! README.win32
30967 ____________________________________________________________________________
30968 [ 11598] By: jhi                                   on 2001/08/06  15:02:48
30969         Log: Yet another way to say Infinity: HP-UX calls its "++".
30970      Branch: perl
30971            ! lib/Math/BigInt/t/bigintpm.t
30972 ____________________________________________________________________________
30973 [ 11597] By: jhi                                   on 2001/08/06  13:40:01
30974         Log: Update Changes.
30975      Branch: perl
30976            ! Changes patchlevel.h
30977 ____________________________________________________________________________
30978 [ 11596] By: jhi                                   on 2001/08/06  13:24:28
30979         Log: Advertise File::Temp, don't advertise POSIX::tmpnam().
30980      Branch: perl
30981            ! pod/perlfaq5.pod
30982 ____________________________________________________________________________
30983 [ 11595] By: jhi                                   on 2001/08/06  12:51:38
30984         Log: The #11593 wasn't right.
30985      Branch: perl
30986            ! lib/Math/BigInt/t/bigintpm.t
30987 ____________________________________________________________________________
30988 [ 11594] By: jhi                                   on 2001/08/06  12:34:15
30989         Log: Subject: [PATCH: perl@11564] introducing perlivp
30990              From: Prymmer/Kahn <pvhp@best.com>
30991              Date: Sun, 5 Aug 2001 22:00:14 -0700 (PDT)
30992              Message-ID: <Pine.BSF.4.21.0108052155110.7110-100000@shell8.ba.best.com>
30993              
30994              Subject: Re: [PATCH: perl@11564] introducing perlivp
30995              From: Prymmer/Kahn <pvhp@best.com>
30996              Date: Sun, 5 Aug 2001 22:32:59 -0700 (PDT)
30997              Message-ID: <Pine.BSF.4.21.0108052229470.9059-100000@shell8.ba.best.com>
30998      Branch: perl
30999            + utils/perlivp.PL
31000            ! MANIFEST utils.lst utils/Makefile vms/descrip_mms.template
31001            ! win32/Makefile win32/makefile.mk
31002 ____________________________________________________________________________
31003 [ 11593] By: jhi                                   on 2001/08/05  23:10:52
31004         Log: libcs are confused what to call Infinity.
31005      Branch: perl
31006            ! lib/Math/BigInt/t/bigintpm.t
31007 ____________________________________________________________________________
31008 [ 11592] By: jhi                                   on 2001/08/05  23:07:50
31009         Log: Avoid SIGFPE in Tru64.
31010      Branch: perl
31011            ! numeric.c
31012 ____________________________________________________________________________
31013 [ 11591] By: jhi                                   on 2001/08/05  22:46:10
31014         Log: Upgrade to Math::BigInt 1.40.
31015              
31016              NOTE: this patch necessitates doing something about
31017              infinity handling since the new bigintpm.t tests use
31018              infinity, which causes SIGFPEs at least in Tru64.
31019      Branch: perl
31020            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm
31021            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bigfltpm.t
31022            ! lib/Math/BigInt/t/bigintc.t lib/Math/BigInt/t/bigintpm.t
31023            ! lib/Math/BigInt/t/mbimbf.t
31024 ____________________________________________________________________________
31025 [ 11590] By: gsar                                  on 2001/08/05  21:57:43
31026         Log: remove hardcoded cmd shell in testsuite
31027      Branch: perl
31028            ! t/op/glob.t t/op/magic.t t/op/stat.t
31029 ____________________________________________________________________________
31030 [ 11589] By: gsar                                  on 2001/08/05  21:35:50
31031         Log: 4-arg select() was busted on windows because change#8178 didn't
31032              make it into mainline
31033      Branch: perl
31034            ! perl.h win32/include/sys/socket.h
31035 ____________________________________________________________________________
31036 [ 11588] By: jhi                                   on 2001/08/05  19:40:31
31037         Log: Rename the Getopt::Long tests to be as they are
31038              in the Getopt::Long official distribution.
31039      Branch: perl
31040            + lib/Getopt/Long/t/gol-basic.t lib/Getopt/Long/t/gol-compat.t
31041            + lib/Getopt/Long/t/gol-linkage.t lib/Getopt/Long/t/gol-oo.t
31042            - lib/Getopt/Long/t/basic.t lib/Getopt/Long/t/compat.t
31043            - lib/Getopt/Long/t/linkage.t lib/Getopt/Long/t/oo.t
31044            ! MANIFEST
31045 ____________________________________________________________________________
31046 [ 11587] By: jhi                                   on 2001/08/05  19:38:07
31047         Log: Upgrade to Getopt::Long 2.26.
31048      Branch: perl
31049            + lib/Getopt/Long/CHANGES lib/Getopt/Long/README
31050            ! MANIFEST lib/Getopt/Long.pm
31051 ____________________________________________________________________________
31052 [ 11586] By: jhi                                   on 2001/08/05  19:26:50
31053         Log: Retract #10874 (the hack should be unnecessary by now)
31054      Branch: perl
31055            ! lib/Test/Harness.pm
31056 ____________________________________________________________________________
31057 [ 11585] By: gsar                                  on 2001/08/05  16:45:54
31058         Log: avoid temp file littering in tests
31059      Branch: perl
31060            ! ext/PerlIO/t/encoding.t lib/Memoize/t/errors.t
31061 ____________________________________________________________________________
31062 [ 11584] By: jhi                                   on 2001/08/05  16:42:50
31063         Log: Subject: warning in sv.c: double format, NV arg
31064              From: "Philip Newton" <Philip.Newton@gmx.net>
31065              Date: Sun, 5 Aug 2001 19:41:07 +0200
31066              Message-Id: <200108051735.f75HZ1L18235@chaos.wustl.edu>
31067      Branch: perl
31068            ! sv.c
31069 ____________________________________________________________________________
31070 [ 11583] By: gsar                                  on 2001/08/05  16:28:22
31071         Log: fix POSIX.t#13 for windos
31072      Branch: perl
31073            ! ext/POSIX/POSIX.t
31074 ____________________________________________________________________________
31075 [ 11582] By: jhi                                   on 2001/08/05  16:10:59
31076         Log: Add a test for PerlIO::Via.
31077      Branch: perl
31078            + ext/PerlIO/t/via.t
31079            ! MANIFEST ext/PerlIO/Via/Via.pm
31080 ____________________________________________________________________________
31081 [ 11581] By: gsar                                  on 2001/08/05  15:00:26
31082         Log: flock() and link() are not available on Windows 9x
31083      Branch: perl
31084            ! win32/config_sh.PL
31085 ____________________________________________________________________________
31086 [ 11580] By: jhi                                   on 2001/08/05  13:56:46
31087         Log: Some Tru64 C compilers have C++ components that confuse
31088              the ccversion parsing.
31089      Branch: perl
31090            ! hints/dec_osf.sh
31091 ____________________________________________________________________________
31092 [ 11579] By: jhi                                   on 2001/08/05  13:31:07
31093         Log: (Reintroduce #11125)
31094              
31095              Subject: MakeMaker should pass through DEFINE and INC to subdirs 
31096              From: Alan Burlison <Alan.Burlison@sun.com> 
31097              Date: Tue, 03 Jul 2001 15:20:13 +0100   
31098              Message-ID: <3B41D49D.A923D4F9@sun.com> 
31099      Branch: perl
31100            ! lib/ExtUtils/MM_Unix.pm
31101 ____________________________________________________________________________
31102 [ 11578] By: jhi                                   on 2001/08/05  03:17:20
31103         Log: Little pointer juggling for HP-UX cc to avoid
31104              "warning 524: Cast (non-lvalue) appears on left-hand side of assignment."
31105              followed by
31106              "error 1549: Modifiable lvalue required for assignment operator."
31107      Branch: perl
31108            ! hv.c
31109 ____________________________________________________________________________
31110 [ 11577] By: jhi                                   on 2001/08/04  18:09:38
31111         Log: Continuation of #11575: SANY_SEEN completely deprecated,
31112              plus more tests that unearthed a bug in @a = ($utf8 =~ /\C/g),
31113              plus a fix for the bug.
31114      Branch: perl
31115            ! pp_hot.c regcomp.c regcomp.h regexec.c regexp.h t/op/pat.t
31116 ____________________________________________________________________________
31117 [ 11576] By: jhi                                   on 2001/08/04  17:31:06
31118         Log: Subject: Re: [patch] rid "Scalars leaked" from perl_clone
31119              From: Doug MacEachern <dougm@covalent.net>
31120              Date: Sat, 4 Aug 2001 11:09:37 -0700 (PDT)
31121              Message-ID: <Pine.LNX.4.21.0108041102390.23972-100000@mako.covalent.net>
31122      Branch: perl
31123            ! sv.c
31124 ____________________________________________________________________________
31125 [ 11575] By: jhi                                   on 2001/08/04  17:28:55
31126         Log: Decouple SANY into SANY and CANY: the new SANY is /./s,
31127              the new CANY is the \C.  The problem reported and the
31128              test case supplied in
31129              
31130              Subject: UTF-8 bugs in string length & single line regex matches
31131              From: "Daniel P. Berrange" <dan@berrange.com>
31132              Date: Fri, 3 Aug 2001 11:39:33 +0100
31133              Message-ID: <20010803113932.A19318@berrange.com>
31134      Branch: perl
31135            ! regcomp.c regcomp.h regcomp.sym regexec.c regexp.h regnodes.h
31136            ! t/op/pat.t
31137 ____________________________________________________________________________
31138 [ 11574] By: jhi                                   on 2001/08/04  15:42:34
31139         Log: Subject: Re: [patch] ignore PL_curpm in PL_regex_padav cleanup
31140              From: Doug MacEachern <dougm@covalent.net>
31141              Date: Sat, 4 Aug 2001 09:43:02 -0700 (PDT)
31142              Message-ID: <Pine.LNX.4.21.0108040939050.23972-100000@mako.covalent.net>
31143      Branch: perl
31144            ! perl.c regexec.c
31145 ____________________________________________________________________________
31146 [ 11573] By: jhi                                   on 2001/08/04  14:20:26
31147         Log: The #11572 didn't up the test count.
31148      Branch: perl
31149            ! t/op/length.t
31150 ____________________________________________________________________________
31151 [ 11572] By: jhi                                   on 2001/08/04  14:12:45
31152         Log: Subject: UTF-8 bugs in string length & single line regex matches
31153              From: "Daniel P. Berrange" <dan@berrange.com>
31154              Date: Fri, 3 Aug 2001 11:39:33 +0100         
31155              Message-ID: <20010803113932.A19318@berrange.com>
31156              
31157              (the mg_length() fix)
31158      Branch: perl
31159            ! mg.c t/op/length.t
31160 ____________________________________________________________________________
31161 [ 11571] By: jhi                                   on 2001/08/04  14:10:39
31162         Log: Subject: Re: [PATCH hv.c] newHVhv shouldn't reset xhv_max so often
31163              From: Abhijit Menon-Sen <ams@wiw.org>
31164              Date: Sat, 4 Aug 2001 16:56:35 +0530
31165              Message-ID: <20010804165635.E526@lustre.dyn.wiw.org>
31166      Branch: perl
31167            ! hv.c
31168 ____________________________________________________________________________
31169 [ 11570] By: jhi                                   on 2001/08/04  14:09:59
31170         Log: Subject: Re: [PATCH hv.c] newHVhv shouldn't reset xhv_max so often
31171              From: Abhijit Menon-Sen <ams@wiw.org>
31172              Date: Sat, 4 Aug 2001 16:16:03 +0530
31173              Message-ID: <20010804161603.C526@lustre.dyn.wiw.org>
31174      Branch: perl
31175            ! hv.c
31176 ____________________________________________________________________________
31177 [ 11569] By: jhi                                   on 2001/08/04  14:09:09
31178         Log: Subject: Re: [patch] refcount re ops
31179              From: Abhijit Menon-Sen <ams@wiw.org>
31180              Date: Sat, 4 Aug 2001 08:54:55 +0530
31181              Message-ID: <20010804085455.B526@lustre.dyn.wiw.org>
31182      Branch: perl
31183            ! sv.c
31184 ____________________________________________________________________________
31185 [ 11568] By: jhi                                   on 2001/08/04  14:08:19
31186         Log: Subject: [patch] refcount re ops
31187              From: Doug MacEachern <dougm@covalent.net>
31188              Date: Fri, 3 Aug 2001 18:17:41 -0700 (PDT)
31189              Message-ID: <Pine.LNX.4.21.0108031814240.23972-100000@mako.covalent.net>
31190      Branch: perl
31191            ! regcomp.c sv.c
31192 ____________________________________________________________________________
31193 [ 11567] By: jhi                                   on 2001/08/03  23:52:56
31194         Log: Subject: [patch] ignore PL_curpm in PL_regex_padav cleanup
31195              From: Doug MacEachern <dougm@covalent.net>
31196              Date: Fri, 3 Aug 2001 17:37:53 -0700 (PDT)
31197              Message-ID: <Pine.LNX.4.21.0108031730040.23972-100000@mako.covalent.net>
31198      Branch: perl
31199            ! perl.c regexec.c
31200 ____________________________________________________________________________
31201 [ 11566] By: jhi                                   on 2001/08/03  20:45:10
31202         Log: Subject: [PATCH perl@11564] fix t/op/misc.t for VMS
31203              From: "Craig A. Berry" <craigberry@mac.com> 
31204              Date: Fri, 03 Aug 2001 16:16:16 -0500
31205              Message-Id: <5.1.0.14.0.20010803161026.03530e58@exchi01> 
31206      Branch: perl
31207            ! t/op/misc.t
31208 ____________________________________________________________________________
31209 [ 11565] By: jhi                                   on 2001/08/03  13:46:40
31210         Log: Subject: Re: [ID 20010731.105] MinGW can't compile win32.c on Windows 2000
31211              From: John Kristian <jmk2001@engineer.com>
31212              Date: Fri, 03 Aug 2001 00:59:08 -0700
31213              Message-id: <03a101c11bf2$2c9b5ee0$0100a8c0@JOHNKRISTIAN>
31214      Branch: perl
31215            ! win32/win32.c
31216 ____________________________________________________________________________
31217 [ 11564] By: jhi                                   on 2001/08/03  13:25:39
31218         Log: Update Changes.
31219      Branch: perl
31220            ! Changes patchlevel.h
31221 ____________________________________________________________________________
31222 [ 11563] By: jhi                                   on 2001/08/03  12:13:17
31223         Log: Subject: [PATCH perl@11523] fix Stash.t for VMS
31224              From: "Craig A. Berry" <craigberry@mac.com>
31225              Date: Thu, 02 Aug 2001 23:15:24 -0500
31226              Message-Id: <5.1.0.14.0.20010802230843.03530e58@mail.mac.com>
31227      Branch: perl
31228            ! ext/B/Stash.t
31229 ____________________________________________________________________________
31230 [ 11562] By: jhi                                   on 2001/08/03  12:11:57
31231         Log: Subject: [patch] plug PL_cshname leak
31232              From: Doug MacEachern <dougm@covalent.net>
31233              Date: Thu, 2 Aug 2001 20:59:04 -0700 (PDT)
31234              Message-ID: <Pine.LNX.4.21.0108022058020.8991-100000@mako.covalent.net>
31235      Branch: perl
31236            ! sv.c
31237 ____________________________________________________________________________
31238 [ 11561] By: jhi                                   on 2001/08/03  12:10:32
31239         Log: Subject: [patch] plug PL_sh_path leak
31240              From: Doug MacEachern <dougm@covalent.net>
31241              Date: Thu, 2 Aug 2001 20:54:08 -0700 (PDT)
31242              Message-ID: <Pine.LNX.4.21.0108022043040.8991-100000@mako.covalent.net>
31243      Branch: perl
31244            ! sv.c
31245 ____________________________________________________________________________
31246 [ 11560] By: jhi                                   on 2001/08/03  12:09:50
31247         Log: Subject: [patch] plug PL_regex_padav leaks
31248              From: Doug MacEachern <dougm@covalent.net>
31249              Date: Thu, 2 Aug 2001 20:24:55 -0700 (PDT)
31250              Message-ID: <Pine.LNX.4.21.0108022020100.8991-100000@mako.covalent.net>
31251      Branch: perl
31252            ! op.c op.h perl.c
31253 ____________________________________________________________________________
31254 [ 11559] By: jhi                                   on 2001/08/03  12:08:59
31255         Log: Subject: [patch] plug PL_origargv leak
31256              From: Doug MacEachern <dougm@covalent.net>
31257              Date: Thu, 2 Aug 2001 18:15:22 -0700 (PDT)
31258              Message-ID: <Pine.LNX.4.21.0108021813380.8991-100000@mako.covalent.net>
31259      Branch: perl
31260            ! perl.c
31261 ____________________________________________________________________________
31262 [ 11558] By: jhi                                   on 2001/08/03  12:07:58
31263         Log: Subject: [PATCH hv.c] newHVhv shouldn't reset xhv_max so often
31264              From: Abhijit Menon-Sen <ams@wiw.org>
31265              Date: Fri, 3 Aug 2001 06:38:11 +0530
31266              Message-ID: <20010803063811.A19266@lustre.dyn.wiw.org>
31267      Branch: perl
31268            ! hv.c
31269 ____________________________________________________________________________
31270 [ 11557] By: nick                                  on 2001/08/03  08:17:38
31271         Log: Integrate mainline
31272      Branch: perlio
31273           +> (branch 47 files)
31274            - lib/Switch/test.pl
31275           !> (integrate 49 files)
31276 ____________________________________________________________________________
31277 [ 11556] By: jhi                                   on 2001/08/02  22:46:22
31278         Log: Subject: [PATCH perl@11523] fix Showlex.t for VMS
31279              From: "Craig A. Berry" <craigberry@mac.com>
31280              Date: Thu, 02 Aug 2001 12:56:19 -0500
31281              Message-Id: <5.1.0.14.0.20010802124618.034c5008@exchi01>
31282      Branch: perl
31283            ! ext/B/Showlex.t
31284 ____________________________________________________________________________
31285 [ 11555] By: jhi                                   on 2001/08/02  22:29:34
31286         Log: Be more careful about non-existent files.
31287      Branch: perl
31288            ! lib/File/Copy.pm
31289 ____________________________________________________________________________
31290 [ 11554] By: jhi                                   on 2001/08/02  21:37:27
31291         Log: Subject: [PATCH resend] deparse empty formats
31292              From: Robin Houston <robin@kitsite.com> 
31293              Date: Thu, 2 Aug 2001 14:32:36 +0100
31294              Message-ID: <20010802143236.A894@robin.kitsite.com>
31295      Branch: perl
31296            ! ext/B/B/Deparse.pm
31297 ____________________________________________________________________________
31298 [ 11553] By: jhi                                   on 2001/08/02  16:37:32
31299         Log: Subject: [patch] ithreads + refto fix improvement
31300              From: Doug MacEachern <dougm@covalent.net>
31301              Date: Thu, 2 Aug 2001 09:41:53 -0700 (PDT)
31302              Message-ID: <Pine.LNX.4.21.0108020939030.8991-100000@mako.covalent.net>
31303      Branch: perl
31304            ! pp.c
31305 ____________________________________________________________________________
31306 [ 11552] By: jhi                                   on 2001/08/02  14:24:26
31307         Log: Readability nit from Abhijit.
31308      Branch: perl
31309            ! op.c
31310 ____________________________________________________________________________
31311 [ 11551] By: jhi                                   on 2001/08/02  14:22:31
31312         Log: setproctitle() API version nit from Anton Berezin.
31313      Branch: perl
31314            ! mg.c
31315 ____________________________________________________________________________
31316 [ 11550] By: jhi                                   on 2001/08/02  13:51:41
31317         Log: Add PerlCE to the docs.
31318      Branch: perl
31319            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perlport.pod
31320            ! pod/perltoc.pod win32/Makefile win32/makefile.mk
31321 ____________________________________________________________________________
31322 [ 11549] By: jhi                                   on 2001/08/02  13:25:43
31323         Log: Integrate the PerlCE (WinCE Perl) port;
31324              kindly supplied by Rainer Keuchel <rkeuc@allgeier.com>.
31325      Branch: perl
31326            + README.ce wince/FindExt.pm wince/Makefile.ce
31327            + wince/README.compile wince/README.perlce wince/bin/exetype.pl
31328            + wince/bin/perlglob.pl wince/bin/pl2bat.pl wince/bin/runperl.pl
31329            + wince/bin/search.pl wince/config.ce wince/config.h
31330            + wince/config_H.ce wince/config_h.PL wince/config_sh.PL
31331            + wince/dl_win32.xs wince/include/arpa/inet.h
31332            + wince/include/cectype.h wince/include/errno.h
31333            + wince/include/netdb.h wince/include/sys/socket.h
31334            + wince/include/sys/stat.h wince/include/sys/types.h
31335            + wince/include/sys/utime.h wince/include/time.h wince/perl.ico
31336            + wince/perl.rc wince/perldll.def wince/perllib.c
31337            + wince/perlmain.c wince/registry.bat wince/runperl.c
31338            + wince/splittree.pl wince/win32.h wince/win32iop.h
31339            + wince/win32thread.c wince/win32thread.h wince/wince.c
31340            + wince/wince.h wince/wincesck.c wince/xbuildall.ksh
31341            + wince/xdistclean.ksh wince/xmakediffs.ksh
31342            ! MANIFEST perl.c perl.h perlio.c
31343 ____________________________________________________________________________
31344 [ 11548] By: jhi                                   on 2001/08/02  13:18:08
31345         Log: setproctitle() made simpler.  (This assumes the string is
31346              \0-terminated: if not, the three-arg form setproctitle(fmt, len, s)
31347              should be used.  Note len, not len + 1.)  BSD-fu from Anton
31348              Berezin.
31349      Branch: perl
31350            ! mg.c
31351 ____________________________________________________________________________
31352 [ 11547] By: jhi                                   on 2001/08/02  12:49:54
31353         Log: Subject: [PATCH] -Wall cleanup: op.c
31354              From: Richard Soderberg <rs@oregonnet.com>
31355              Date: Thu, 2 Aug 2001 00:17:09 -0700
31356              Message-Id: <200108020717.AAA26895@oregonnet.com>
31357              
31358              Subject: [PATCH] -Wall cleanup: sv.c
31359              From: Richard Soderberg <rs@oregonnet.com>
31360              Date: Thu, 2 Aug 2001 00:49:21 -0700
31361              Message-Id: <200108020749.AAA27492@oregonnet.com>
31362      Branch: perl
31363            ! op.c sv.c
31364 ____________________________________________________________________________
31365 [ 11546] By: jhi                                   on 2001/08/02  00:53:34
31366         Log: Update Changes.
31367      Branch: perl
31368            ! Changes patchlevel.h
31369 ____________________________________________________________________________
31370 [ 11545] By: jhi                                   on 2001/08/02  00:48:55
31371         Log: Subject: Re: [PATCH pp_ctl.c] proposed Windows safe-guard
31372              From: Doug MacEachern <dougm@covalent.net>
31373              Date: Wed, 1 Aug 2001 18:34:44 -0700 (PDT)
31374              Message-ID: <Pine.LNX.4.21.0108011830080.8991-100000@mako.covalent.net>
31375      Branch: perl
31376            ! op.c
31377 ____________________________________________________________________________
31378 [ 11544] By: jhi                                   on 2001/08/01  23:08:41
31379         Log: The #11541 didn't work under threads.
31380      Branch: perl
31381            ! op.c
31382 ____________________________________________________________________________
31383 [ 11543] By: jhi                                   on 2001/08/01  22:46:41
31384         Log: Subject: Re: [ID 20010621.002] UnixWare 7.1.1 and Perl-5.6.1 problems
31385              From: Hugo <hv@crypt.compulink.co.uk>
31386              Date: Fri, 22 Jun 2001 01:19:08 +0100 
31387              Message-Id: <200106220019.BAA03365@crypt.compulink.co.uk>
31388              
31389              (Skip tests if accept() failed)
31390      Branch: perl
31391            ! ext/IO/lib/IO/t/io_unix.t
31392 ____________________________________________________________________________
31393 [ 11542] By: jhi                                   on 2001/08/01  22:40:09
31394         Log: Subject: [ID 20010730.003] IRIX 6.5 already has struct sv in <sys/sema.h> (defined in perl.h)
31395              From: "Stian Seeberg" <sseeberg@nimsoft.no>
31396              Date: Mon, 30 Jul 2001 12:28:07 +0200
31397              Message-Id: <68236D3FC2D92347B466639324391D1A0432AB@PONDUS.nimsoft.no>
31398      Branch: perl
31399            ! perl.h
31400 ____________________________________________________________________________
31401 [ 11541] By: jhi                                   on 2001/08/01  22:38:31
31402         Log: Subject: Pluggable optimizer
31403              From: Simon Cozens <simon@netthink.co.uk>
31404              Date: Wed, 1 Aug 2001 13:57:02 -0700
31405              Message-ID: <20010801135702.I10442@netthink.co.uk>
31406      Branch: perl
31407            ! embedvar.h op.c perl.c perl.h perlapi.h sv.c thrdvar.h util.c
31408 ____________________________________________________________________________
31409 [ 11540] By: jhi                                   on 2001/08/01  22:29:54
31410         Log: Subject: [ID 20010801.039] perlre.pod message typo
31411              From: Autrijus Tang <autrijus@geb.elixus.org>
31412              Date: Thu, 2 Aug 2001 04:48:02 +0800 (CST)
31413              Message-Id: <200108012048.f71Km2r79890@geb.elixus.org>                         
31414      Branch: perl
31415            ! pod/perlre.pod
31416 ____________________________________________________________________________
31417 [ 11539] By: jhi                                   on 2001/08/01  16:32:52
31418         Log: Test for change #11536.
31419      Branch: perl
31420            ! t/op/tiehandle.t
31421 ____________________________________________________________________________
31422 [ 11538] By: jhi                                   on 2001/08/01  16:27:19
31423         Log: More test fixups for #11537.
31424      Branch: perl
31425            ! t/lib/warnings/4lint t/lib/warnings/9enabled
31426 ____________________________________________________________________________
31427 [ 11537] By: jhi                                   on 2001/08/01  16:26:25
31428         Log: Subject: Re: [PATCH pp_ctl.c] proposed Windows safe-guard
31429              From: Doug MacEachern <dougm@covalent.net>
31430              Date: Mon, 30 Jul 2001 17:38:50 -0700 (PDT)
31431              Message-ID: <Pine.LNX.4.21.0107301720310.25941-100000@mako.covalent.net>
31432      Branch: perl
31433            ! op.c t/TestInit.pm
31434 ____________________________________________________________________________
31435 [ 11536] By: jhi                                   on 2001/08/01  16:08:08
31436         Log: Subject: [patch] ithreads + refto bug
31437              From: Doug MacEachern <dougm@covalent.net>
31438              Date: Wed, 1 Aug 2001 09:47:28 -0700 (PDT)
31439              Message-ID: <Pine.LNX.4.21.0108010937240.7498-100000@mako.covalent.net>
31440              
31441              (Test in change #11539)
31442      Branch: perl
31443            ! pp.c
31444 ____________________________________________________________________________
31445 [ 11535] By: jhi                                   on 2001/08/01  16:05:56
31446         Log: Subject: [PATCH: perl@11523] fixups for t/harness
31447              From: Prymmer/Kahn <pvhp@best.com>
31448              Date: Wed, 1 Aug 2001 09:24:23 -0700 (PDT)
31449              Message-ID: <Pine.BSF.4.21.0108010910310.17655-100000@shell8.ba.best.com>
31450      Branch: perl
31451            ! t/harness
31452 ____________________________________________________________________________
31453 [ 11534] By: jhi                                   on 2001/08/01  16:00:45
31454         Log: Subject: [PATCH: perl@11523] add xsubpp and libnetcfg to installed *.bat files for win32 builds
31455              From: Prymmer/Kahn <pvhp@best.com>
31456              Date: Wed, 1 Aug 2001 09:07:13 -0700 (PDT)
31457              Message-ID: <Pine.BSF.4.21.0108010859230.17655-100000@shell8.ba.best.com>
31458      Branch: perl
31459            ! win32/Makefile win32/makefile.mk
31460 ____________________________________________________________________________
31461 [ 11533] By: jhi                                   on 2001/08/01  13:38:29
31462         Log: Need to know the number of tests.
31463      Branch: perl
31464            ! t/run/exit.t
31465 ____________________________________________________________________________
31466 [ 11532] By: jhi                                   on 2001/08/01  13:04:31
31467         Log: Subject: Re: new exit tests on VMS
31468              From: "Craig A. Berry" <craigberry@mac.com>
31469              Date: Tue, 31 Jul 2001 12:19:29 -0500
31470              Message-Id: <5.1.0.14.0.20010731114845.03743008@mail.telocity.com>
31471      Branch: perl
31472            ! t/run/exit.t
31473 ____________________________________________________________________________
31474 [ 11531] By: jhi                                   on 2001/08/01  12:46:43
31475         Log: Retract #11530 (the dTHX is needed under threads)
31476      Branch: perl
31477            ! perlio.c
31478 ____________________________________________________________________________
31479 [ 11530] By: jhi                                   on 2001/08/01  12:39:35
31480         Log: (Retracted by #11531)
31481      Branch: perl
31482            ! perlio.c
31483 ____________________________________________________________________________
31484 [ 11529] By: jhi                                   on 2001/08/01  12:32:22
31485         Log: Subject: [PATCH 1/4] -Wall cleanups: unixish.h
31486              From: Richard Soderberg <rs@crystalflame.net>
31487              Date: Tue, 31 Jul 2001 23:16:22 -0700 (PDT) 
31488              Message-ID: <Pine.LNX.4.21.0107312313490.24341-100000@oregonnet.com>
31489      Branch: perl
31490            ! unixish.h
31491 ____________________________________________________________________________
31492 [ 11528] By: jhi                                   on 2001/08/01  12:18:59
31493         Log: Subject: [PATCH 5.7.2] Allow for long long in h2xs 
31494              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
31495              Date: Tue, 31 Jul 2001 05:39:09 -0400
31496              Message-ID: <20010731053909.A1810@math.ohio-state.edu>
31497              
31498              (with a note about the case of UV being equal to long long)
31499      Branch: perl
31500            ! utils/h2xs.PL
31501 ____________________________________________________________________________
31502 [ 11527] By: jhi                                   on 2001/07/31  23:49:04
31503         Log: Subject: [PATCH perl@11487] fix fs.t for VMS
31504              From: "Craig A. Berry" <craigberry@mac.com>
31505              Date: Tue, 31 Jul 2001 14:57:43 -0500
31506              Message-Id: <5.1.0.14.0.20010731145015.03743008@exchi01>
31507      Branch: perl
31508            ! t/io/fs.t
31509 ____________________________________________________________________________
31510 [ 11526] By: jhi                                   on 2001/07/31  23:47:57
31511         Log: Fix for
31512              
31513              Subject: [ID 20010116.001] File::Copy truncates orig file 
31514              From: arbor@al37al08.telecel.pt
31515              Date: Tue, 16 Jan 2001 11:43:02 GMT
31516              Message-Id: <200101161143.AA11184@al37al08.telecel.pt>
31517              
31518              (copy($foo, $foo) would truncate $foo)
31519      Branch: perl
31520            ! lib/File/Copy.pm lib/File/Copy.t
31521 ____________________________________________________________________________
31522 [ 11525] By: jhi                                   on 2001/07/31  23:01:01
31523         Log: Metaconfig unit change for #11524.
31524      Branch: metaconfig/U/perl
31525            ! Extras.U
31526 ____________________________________________________________________________
31527 [ 11524] By: jhi                                   on 2001/07/31  23:00:36
31528         Log: Multiple modules didn't work; plus typo fixes.
31529      Branch: perl
31530            ! Configure
31531 ____________________________________________________________________________
31532 [ 11523] By: jhi                                   on 2001/07/31  15:29:58
31533         Log: Update Changes.
31534      Branch: perl
31535            ! Changes patchlevel.h
31536 ____________________________________________________________________________
31537 [ 11522] By: jhi                                   on 2001/07/31  15:25:35
31538         Log: Regen perlapi.
31539      Branch: perl
31540            ! pod/perlapi.pod
31541 ____________________________________________________________________________
31542 [ 11521] By: jhi                                   on 2001/07/31  15:19:01
31543         Log: Subject: Re: [PATCH sv.c] mortal doc thinko
31544              From: Dave Mitchell <davem@fdgroup.co.uk>
31545              Date: Tue, 31 Jul 2001 11:52:42 +0100 (BST)
31546              Message-Id: <200107311052.LAA14427@gizmo.fdgroup.co.uk>
31547      Branch: perl
31548            ! sv.c
31549 ____________________________________________________________________________
31550 [ 11520] By: jhi                                   on 2001/07/31  15:17:43
31551         Log: Regen toc.
31552      Branch: perl
31553            ! pod/perltoc.pod
31554 ____________________________________________________________________________
31555 [ 11519] By: jhi                                   on 2001/07/31  15:17:17
31556         Log: Regen Porting stuff.
31557      Branch: perl
31558            ! Porting/Glossary Porting/config.sh Porting/config_H
31559 ____________________________________________________________________________
31560 [ 11518] By: jhi                                   on 2001/07/31  14:16:08
31561         Log: Subject: [PATCH 5.7.2] Allow for GNU-isms in h2xs
31562              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
31563              Date: Tue, 31 Jul 2001 05:34:38 -0400
31564              Message-ID: <20010731053438.A1754@math.ohio-state.edu>
31565      Branch: perl
31566            ! utils/h2xs.PL
31567 ____________________________________________________________________________
31568 [ 11517] By: jhi                                   on 2001/07/31  14:15:01
31569         Log: Metaconfig unit change for #11516. 
31570      Branch: metaconfig/U/perl
31571            ! gccvers.U
31572 ____________________________________________________________________________
31573 [ 11516] By: jhi                                   on 2001/07/31  14:14:35
31574         Log: Add -Wall in cflags, not in Configure.
31575              (This way -Wall affects only the core and the core XS,
31576              not user modules' XS.  Concern from Paul Marquess,
31577              implementation idea from Andy Dougherty.)
31578      Branch: perl
31579            ! Configure cflags.SH
31580 ____________________________________________________________________________
31581 [ 11515] By: jhi                                   on 2001/07/31  13:57:15
31582         Log: Metaconfig unit changes for #11514.
31583      Branch: metaconfig
31584            + U/modified/sysman.U
31585            ! U/installdirs/man1dir.U
31586 ____________________________________________________________________________
31587 [ 11514] By: jhi                                   on 2001/07/31  13:56:26
31588         Log: Subject: Configure's detection of system manual
31589              From: Sean Dague <sean@dague.net> 
31590              Date: Sun, 13 May 2001 15:53:15 -0400
31591              Message-ID: <20010513155315.A15833@underhill.dague.net>
31592      Branch: perl
31593            ! Configure
31594 ____________________________________________________________________________
31595 [ 11513] By: jhi                                   on 2001/07/31  03:23:01
31596         Log: Subject: [ID 20010621.004] Typo in perlobj.pod
31597              From: Autrijus Tang <autrijus@autrijus.org> 
31598              Date: Thu, 21 Jun 2001 23:56:48 +0800
31599              Message-Id: <20010621235648.A57340@not.autrijus.org>
31600      Branch: perl
31601            ! pod/perlobj.pod
31602 ____________________________________________________________________________
31603 [ 11512] By: jhi                                   on 2001/07/31  03:13:35
31604         Log: Subject: Typo in DB_File.pm
31605              From: "Philip Newton" <Philip.Newton@gmx.net>
31606              Date: Tue, 31 Jul 2001 06:19:35 +0200
31607              Message-Id: <200107310413.f6V4DmL11900@chaos.wustl.edu>
31608      Branch: perl
31609            ! ext/DB_File/DB_File.pm
31610 ____________________________________________________________________________
31611 [ 11511] By: jhi                                   on 2001/07/31  03:01:49
31612         Log: Subject: Re: [ID 20010529.002] typos in man page perlre 
31613              From: "Stephen P. Potter" <spp@spotter.yi.org>
31614              Date: Wed, 30 May 2001 13:59:34 -0400
31615              Message-Id: <20010530175939.59DEC729E1@belgarath.spotter.yi.org>
31616      Branch: perl
31617            ! pod/perlre.pod
31618 ____________________________________________________________________________
31619 [ 11510] By: jhi                                   on 2001/07/31  02:13:58
31620         Log: eval "format foo=" would loop indefinitely; reported in
31621              
31622              Subject: A load of old rubbish
31623              From: Mike Guy <mjtg@cam.ac.uk>
31624              Date: Mon, 14 May 2001 16:12:22 +0100
31625              Message-Id: <E14zK1G-0003a2-00@virgo.cus.cam.ac.uk>
31626              
31627              (The core dumps reported in there already fixed.)
31628      Branch: perl
31629            ! toke.c
31630 ____________________________________________________________________________
31631 [ 11509] By: jhi                                   on 2001/07/31  00:37:49
31632         Log: Upgrade to Switch 2.04, now with Perl 6 given+when.
31633      Branch: perl
31634            + lib/Switch/Changes lib/Switch/README lib/Switch/t/given_when.t
31635            + lib/Switch/t/switch_case.t
31636            - lib/Switch/test.pl
31637            ! MANIFEST lib/Switch.pm
31638 ____________________________________________________________________________
31639 [ 11508] By: jhi                                   on 2001/07/31  00:17:38
31640         Log: Subject: [PATCH @11505] DB_File-1.78
31641              From: "Paul Marquess" <Paul_Marquess@Yahoo.co.uk>
31642              Date: Mon, 30 Jul 2001 22:54:37 +0100
31643              Message-ID: <AIEAJICLCBDNAAOLLOKLGELNCLAA.Paul_Marquess@Yahoo.co.uk>
31644      Branch: perl
31645            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
31646            ! ext/DB_File/DB_File.xs ext/DB_File/version.c
31647 ____________________________________________________________________________
31648 [ 11507] By: jhi                                   on 2001/07/30  23:11:10
31649         Log: Explain in more detail why -pipe and -fno-common are good.
31650      Branch: perl
31651            ! hints/darwin.sh
31652 ____________________________________________________________________________
31653 [ 11506] By: nick                                  on 2001/07/30  14:32:23
31654         Log: Integrate mainline
31655      Branch: perlio
31656           !> INSTALL Makefile.SH doio.c hints/darwin.sh
31657 ____________________________________________________________________________
31658 [ 11505] By: jhi                                   on 2001/07/30  14:14:39
31659         Log: Perl hasn't been putting man pages into $prefix/lib for
31660              a long time now; pointed out by Andy Dougherty. 
31661      Branch: perl
31662            ! hints/darwin.sh
31663 ____________________________________________________________________________
31664 [ 11504] By: jhi                                   on 2001/07/30  14:13:15
31665         Log: Document the extras Configure option.
31666      Branch: perl
31667            ! INSTALL
31668 ____________________________________________________________________________
31669 [ 11503] By: jhi                                   on 2001/07/30  13:52:14
31670         Log: Integrate change #11051 from macperl; O_RDONLY is not zero
31671              everywhere.
31672      Branch: perl
31673           !> doio.c
31674 ____________________________________________________________________________
31675 [ 11502] By: jhi                                   on 2001/07/30  13:45:27
31676         Log: Doubly guard against invoking CPAN if no extras defined,
31677              pointed out by H. Merijn Brand.
31678      Branch: perl
31679            ! Makefile.SH
31680 ____________________________________________________________________________
31681 [ 11501] By: pudge                                 on 2001/07/30  12:57:56
31682         Log: Fix O_RDONLY check to check for O_RDONLY.
31683      Branch: maint-5.6/macperl
31684            ! doio.c
31685 ____________________________________________________________________________
31686 [ 11500] By: pudge                                 on 2001/07/30  12:41:11
31687         Log: Integrate miscellaneous changes from maint-5.6/perl.
31688      Branch: maint-5.6/macperl
31689           !> MANIFEST t/TEST t/harness t/pod/testp2pt.pl t/run/runenv.t
31690 ____________________________________________________________________________
31691 [ 11499] By: nick                                  on 2001/07/30  06:52:42
31692         Log: Integrate mainline
31693      Branch: perlio
31694           +> macos/MacPerlTests.cmd macos/xsubpp.patch os2/perlrexx.c
31695           +> win32/sync_ext.pl
31696            - win32/sncfnmcs.pl
31697           !> (integrate 71 files)
31698 ____________________________________________________________________________
31699 [ 11498] By: jhi                                   on 2001/07/30  03:53:34
31700         Log: Update Changes.
31701      Branch: perl
31702            ! Changes patchlevel.h
31703 ____________________________________________________________________________
31704 [ 11497] By: jhi                                   on 2001/07/30  03:45:32
31705         Log: Now Configure -Dextras=Foo::Bar and "make install" will
31706              fetch and install Foo::Bar.
31707      Branch: perl
31708            ! Makefile.SH
31709 ____________________________________________________________________________
31710 [ 11496] By: jhi                                   on 2001/07/30  03:18:28
31711         Log: Metaconfig unit change for #11495.
31712      Branch: metaconfig/U/perl
31713            ! Extras.U
31714 ____________________________________________________________________________
31715 [ 11495] By: jhi                                   on 2001/07/30  03:18:01
31716         Log: extras.make, extras.test, and extras.install make targets.
31717      Branch: perl
31718            ! Configure Makefile.SH
31719 ____________________________________________________________________________
31720 [ 11494] By: jhi                                   on 2001/07/30  01:37:35
31721         Log: Metaconfig unit change for #11493.
31722      Branch: metaconfig/U/perl
31723            ! Extras.U
31724 ____________________________________________________________________________
31725 [ 11493] By: jhi                                   on 2001/07/30  01:37:14
31726         Log: Better to have the list of extras in $extras than 'define'.
31727      Branch: perl
31728            ! Configure
31729 ____________________________________________________________________________
31730 [ 11492] By: jhi                                   on 2001/07/30  01:33:16
31731         Log: The metaconfig unit change for #11490.
31732      Branch: metaconfig/U/perl
31733            + Extras.U
31734 ____________________________________________________________________________
31735 [ 11491] By: jhi                                   on 2001/07/30  01:32:54
31736         Log: Missed from #11490 (the required dependency).
31737      Branch: perl
31738            ! Makefile.SH
31739 ____________________________________________________________________________
31740 [ 11490] By: jhi                                   on 2001/07/30  01:32:02
31741         Log: Add the support of asking for extra modules or bundles of modules
31742              to be fetched from the CPAN and installed as a part of the Perl
31743              build process.  None of this installation is yet really done;
31744              only the list is asked, and saved away in extras.lst for
31745              the build and installation process to worry about later.
31746      Branch: perl
31747            ! Configure
31748 ____________________________________________________________________________
31749 [ 11489] By: jhi                                   on 2001/07/29  22:15:25
31750         Log: Beginnings of better Inf and NaN support.
31751              At least toke.c and sv.c still need quite a bit of work.
31752      Branch: perl
31753            ! numeric.c perl.h
31754 ____________________________________________________________________________
31755 [ 11488] By: jhi                                   on 2001/07/29  21:18:57
31756         Log: Top-level Makefile didn't honour OPTIMIZE.
31757      Branch: perl
31758            ! Makefile.SH
31759 ____________________________________________________________________________
31760 [ 11487] By: jhi                                   on 2001/07/29  20:56:04
31761         Log: Update Changes.
31762      Branch: perl
31763            ! Changes patchlevel.h
31764 ____________________________________________________________________________
31765 [ 11486] By: jhi                                   on 2001/07/29  20:38:09
31766         Log: Use Search::Dict 1.02 interface for charinfo().
31767      Branch: perl
31768            ! lib/UnicodeCD.pm
31769 ____________________________________________________________________________
31770 [ 11485] By: jhi                                   on 2001/07/29  20:37:11
31771         Log: Now also allow transforming the read lines before comparing them.
31772              (This will help UnicodeCD.) 
31773      Branch: perl
31774            ! lib/Search/Dict.pm
31775 ____________________________________________________________________________
31776 [ 11484] By: jhi                                   on 2001/07/29  20:03:13
31777         Log: Remove tiehandle code.
31778      Branch: perl
31779            ! lib/UnicodeCD.pm
31780 ____________________________________________________________________________
31781 [ 11483] By: jhi                                   on 2001/07/29  19:59:02
31782         Log: Allow specifying a comparison function for Search::Dict::look().
31783      Branch: perl
31784            ! lib/Search/Dict.pm
31785 ____________________________________________________________________________
31786 [ 11482] By: jhi                                   on 2001/07/29  18:55:04
31787         Log: Small UnicodeCD tweaks.
31788      Branch: perl
31789            ! lib/UnicodeCD.pm lib/UnicodeCD.t
31790 ____________________________________________________________________________
31791 [ 11481] By: jhi                                   on 2001/07/29  17:14:19
31792         Log: Subject: [PATCH @11446] UnicodeCD::charinfo
31793              From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
31794              Date: Tue, 24 Jul 2001 01:51:32 +0900
31795              Message-Id: <20010724015114.CF4D.BQW10602@nifty.com>
31796      Branch: perl
31797            ! lib/UnicodeCD.pm lib/UnicodeCD.t
31798 ____________________________________________________________________________
31799 [ 11480] By: jhi                                   on 2001/07/29  16:55:58
31800         Log: Subject: [PATCH] installperl
31801              From: Wilfredo Sánchez <wsanchez@MIT.EDU>
31802              Date: Fri, 27 Jul 2001 19:05:04 -0700
31803              Message-Id: <F7912758-82FC-11D5-BFC6-003065D59FBA@thor.sbay.org>
31804      Branch: perl
31805            ! installperl
31806 ____________________________________________________________________________
31807 [ 11479] By: jhi                                   on 2001/07/29  16:52:52
31808         Log: Subject: [PATCH] Set proper compatibility versions in core
31809              From: Wilfredo Sánchez <wsanchez@MIT.EDU>
31810              Date: Fri, 27 Jul 2001 20:01:49 -0700
31811              Message-Id: <E3A6C66A-8304-11D5-BFC6-003065D59FBA@thor.sbay.org>
31812      Branch: perl
31813            ! Makefile.SH
31814 ____________________________________________________________________________
31815 [ 11478] By: jhi                                   on 2001/07/29  16:50:55
31816         Log: Metaconfig unit change for #11477.
31817      Branch: metaconfig/U/perl
31818            ! dlsrc.U
31819 ____________________________________________________________________________
31820 [ 11477] By: jhi                                   on 2001/07/29  16:50:35
31821         Log: Subject: [PATCH] Darwin: -fpic not so good
31822              From: =?iso-8859-1?Q?Wilfredo_S=E1nchez?= <wsanchez@MIT.EDU>
31823              Date: Fri, 27 Jul 2001 18:57:38 -0700
31824              Message-Id: <EC1496A6-82FB-11D5-BFC6-003065D59FBA@thor.sbay.org>
31825      Branch: perl
31826            ! Configure
31827 ____________________________________________________________________________
31828 [ 11476] By: jhi                                   on 2001/07/29  16:44:03
31829         Log: Subject: [PATCH] Clean up Darwin hints
31830              From: =?iso-8859-1?Q?Wilfredo_S=E1nchez?= <wsanchez@MIT.EDU>
31831              Date: Fri, 27 Jul 2001 19:13:15 -0700
31832              Message-Id: <1A70CA3F-82FE-11D5-BFC6-003065D59FBA@thor.sbay.org>
31833      Branch: perl
31834            ! hints/darwin.sh
31835 ____________________________________________________________________________
31836 [ 11475] By: jhi                                   on 2001/07/29  16:28:45
31837         Log: Subject: [PATCH split()] split()'s unused captures should be undef, not ''
31838              From: "Jeff 'japhy/Marillion' Pinyan" <jeffp@crusoe.net>
31839              Date: Fri, 27 Jul 2001 14:00:37 -0400 (EDT)
31840              Message-ID: <Pine.GSO.4.21.0107271358310.28213-100000@crusoe.crusoe.net>
31841      Branch: perl
31842            ! pod/perlfunc.pod pp.c t/op/split.t
31843 ____________________________________________________________________________
31844 [ 11474] By: jhi                                   on 2001/07/29  16:27:54
31845         Log: Subject: [PATCH perlvar.pod] $^N foolery as well
31846              From: "Jeff 'japhy/Marillion' Pinyan" <jeffp@crusoe.net>
31847              Date: Thu, 26 Jul 2001 20:03:12 -0400 (EDT)
31848              Message-ID: <Pine.GSO.4.21.0107261958380.28213-100000@crusoe.crusoe.net>
31849      Branch: perl
31850            ! pod/perlvar.pod
31851 ____________________________________________________________________________
31852 [ 11473] By: jhi                                   on 2001/07/29  16:27:00
31853         Log: Subject: [PATCH] fixes to constant.pm documentation
31854              From: Ilmari Karonen <iltzu@sci.fi>
31855              Date: Tue, 24 Jul 2001 16:44:24 +0300 (EET DST)
31856              Message-ID: <Pine.SOL.3.96.1010724163055.6822A-100000@simpukka>
31857      Branch: perl
31858            ! lib/constant.pm
31859 ____________________________________________________________________________
31860 [ 11472] By: jhi                                   on 2001/07/28  18:39:03
31861         Log: Subject: [DOC PATCH bleadperl] perlport.pod and C<..">>"...>
31862              From: "Philip Newton" <Philip.Newton@gmx.net>
31863              Date: Fri, 27 Jul 2001 07:51:10 +0200
31864              Message-Id: <200107270548.f6R5mJL09063@chaos.wustl.edu>
31865      Branch: perl
31866            ! pod/perlport.pod
31867 ____________________________________________________________________________
31868 [ 11471] By: nick                                  on 2001/07/26  06:23:32
31869         Log: Subject:  [PATCH] Doc fix for perlguts / threading
31870              From:  Arthur Bergman <arthur@contiller.se>
31871              Date:  Wed, 25 Jul 2001 11:28:23 +0200
31872              Message-Id:  <B7845DD6.2812%arthur@contiller.se>
31873      Branch: perl
31874            ! pod/perlguts.pod
31875 ____________________________________________________________________________
31876 [ 11470] By: nick                                  on 2001/07/26  06:21:06
31877         Log: Subject:  [DOC PATCH bleadperl] INSTALL: README for Unix systems exist
31878              From:  Philip Newton <Philip.Newton@gmx.net>
31879              Date:  Wed, 25 Jul 2001 08:19:47 +0200
31880              Message-Id:  <E15PHy4-0000cR-00@mserv1f.vianw.co.uk>
31881      Branch: perl
31882            ! INSTALL
31883 ____________________________________________________________________________
31884 [ 11469] By: nick                                  on 2001/07/26  06:20:25
31885         Log: Subject:  [DOC PATCH bleadperl] typo in INSTALL?
31886              From:  Philip Newton <Philip.Newton@gmx.net>
31887              Date:  Wed, 25 Jul 2001 08:12:48 +0200
31888              Message-Id:  <E15PHrJ-00003f-00@mserv1f.vianw.co.uk>
31889      Branch: perl
31890            ! INSTALL
31891 ____________________________________________________________________________
31892 [ 11468] By: jhi                                   on 2001/07/25  01:39:11
31893         Log: More +x.
31894      Branch: perl
31895            ! Porting/makerel
31896 ____________________________________________________________________________
31897 [ 11467] By: jhi                                   on 2001/07/24  16:05:34
31898         Log: Update Changes.
31899      Branch: perl
31900            ! Changes patchlevel.h
31901 ____________________________________________________________________________
31902 [ 11466] By: jhi                                   on 2001/07/24  15:40:28
31903         Log: Subject: [PATCH bleadperl os2/perlrexx.c] my C compiler has no HTML parser
31904              From: "Philip Newton" <Philip.Newton@gmx.net>
31905              Date: Tue, 24 Jul 2001 06:45:55 +0200
31906              Message-ID: <20010724.064500@ID-11583.news.dfncis.de>
31907      Branch: perl
31908            ! os2/perlrexx.c
31909 ____________________________________________________________________________
31910 [ 11465] By: jhi                                   on 2001/07/24  15:37:48
31911         Log: Subject: [PATCH: perl@11446] add io/fs.t to vmsperl test suite
31912              From: Peter Prymmer <pvhp@forte.com>
31913              Date: Mon, 23 Jul 2001 16:58:30 -0700 (PDT)
31914              Message-ID: <Pine.OSF.4.10.10107231643480.401242-100000@aspara.forte.com>
31915      Branch: perl
31916            ! pod/perlport.pod t/io/fs.t vms/test.com
31917 ____________________________________________________________________________
31918 [ 11464] By: jhi                                   on 2001/07/24  02:58:20
31919         Log: Workaround on Cwd bootstrap problem.
31920      Branch: perl
31921            ! lib/ExtUtils/MakeMaker.pm
31922 ____________________________________________________________________________
31923 [ 11463] By: jhi                                   on 2001/07/23  23:11:41
31924         Log: When in Rome, quote like the Romans do.
31925      Branch: perl
31926            ! cflags.SH
31927 ____________________________________________________________________________
31928 [ 11462] By: jhi                                   on 2001/07/23  23:04:02
31929         Log: Subject: [PATCH 5.7.2] OS/2 multi-architecture
31930              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
31931              Date: Mon, 23 Jul 2001 19:29:49 -0400
31932              Message-ID: <20010723192949.A14802@math.ohio-state.edu>
31933      Branch: perl
31934            + os2/perlrexx.c
31935            ! MANIFEST configpm makedef.pl mg.c os2/Makefile.SHs
31936            ! os2/OS2/REXX/t/rx_vrexx.t os2/os2.c os2/os2ish.h perl.c
31937            ! t/op/write.t
31938 ____________________________________________________________________________
31939 [ 11461] By: jhi                                   on 2001/07/23  22:58:15
31940         Log: Subject: [PATCH 5.7.2] MakeMaker FIRST_MAKEFILE and subdir
31941              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
31942              Date: Mon, 23 Jul 2001 18:43:42 -0400
31943              Message-ID: <20010723184342.A14494@math.ohio-state.edu>
31944      Branch: perl
31945            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MakeMaker.pm
31946 ____________________________________________________________________________
31947 [ 11460] By: jhi                                   on 2001/07/23  22:54:52
31948         Log: Subject: [PATCH 5.7.2] MakeMaker subdir
31949              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
31950              Date: Mon, 23 Jul 2001 18:33:16 -0400
31951              Message-ID: <20010723183316.A14298@math.ohio-state.edu>
31952      Branch: perl
31953            ! lib/ExtUtils/MakeMaker.pm
31954 ____________________________________________________________________________
31955 [ 11459] By: jhi                                   on 2001/07/23  22:52:02
31956         Log: Subject: [PATCH 5.7.2] OPTIMIZE= during perl make
31957              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
31958              Date: Mon, 23 Jul 2001 18:20:35 -0400
31959              Message-ID: <20010723182035.A14192@math.ohio-state.edu>
31960      Branch: perl
31961            ! Makefile.SH cflags.SH
31962 ____________________________________________________________________________
31963 [ 11458] By: jhi                                   on 2001/07/23  22:41:19
31964         Log: Subject: [PATCH] Print CONFIGURE params in ExtUtils::MakeMaker output
31965              From: "David D. Kilzer" <ddkilzer@lubricants-oil.com>
31966              Date: Mon, 23 Jul 2001 11:32:17 -0500
31967              Message-ID: <20010723113217.A28614@elbonia.lubricants-oil.com>
31968      Branch: perl
31969            ! lib/ExtUtils/MakeMaker.pm
31970 ____________________________________________________________________________
31971 [ 11457] By: jhi                                   on 2001/07/23  21:22:36
31972         Log: Subject: [PATCH 5.7.2] debug reloading selfloaded stuff
31973              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
31974              Date: Mon, 23 Jul 2001 18:13:20 -0400
31975              Message-ID: <20010723181320.A14005@math.ohio-state.edu>
31976      Branch: perl
31977            ! lib/perl5db.pl
31978 ____________________________________________________________________________
31979 [ 11456] By: jhi                                   on 2001/07/23  21:19:28
31980         Log: Subject: [PATCH 5.7.2] debugging selfloaded stuff
31981              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
31982              Date: Mon, 23 Jul 2001 18:07:40 -0400
31983              Message-ID: <20010723180740.A13960@math.ohio-state.edu>
31984      Branch: perl
31985            ! op.c
31986 ____________________________________________________________________________
31987 [ 11455] By: jhi                                   on 2001/07/23  21:13:12
31988         Log: Subject: [PATCH perl@11446] util.c: return required in Perl_my_fork
31989              From: "Craig A. Berry" <craigberry@mac.com>
31990              Date: Mon, 23 Jul 2001 15:35:06 -0500
31991              Message-Id: <5.1.0.14.0.20010723152732.02ad4470@exchi01>
31992      Branch: perl
31993            ! util.c
31994 ____________________________________________________________________________
31995 [ 11454] By: jhi                                   on 2001/07/23  21:09:13
31996         Log: Subject: [PATCH perlfaq9.pod typo]
31997              From: "Larry Shatzer, Jr." <lshatzer@islanddata.com>
31998              Date: Mon, 23 Jul 2001 07:49:05 -0700
31999              Message-ID: <002f01c11386$a8539580$bb01a8c0@LSHATZER>
32000      Branch: perl
32001            ! pod/perlfaq9.pod
32002 ____________________________________________________________________________
32003 [ 11453] By: jhi                                   on 2001/07/23  21:06:42
32004         Log: Subject: win32\sncfnmcs.pl corrections
32005              From: "Konovalov, Vadim Vladimirovich (Vadim)" <vkonovalov@lucent.com>
32006              Date: Mon, 23 Jul 2001 12:56:54 +0200
32007              Message-ID: <E3FB32585BF1D411B9E900805FF51A080C1C5D@RU0022EXCH001U>
32008              
32009              Rename the script a little bit more sensibly.
32010      Branch: perl
32011            + win32/sync_ext.pl
32012            - win32/sncfnmcs.pl
32013            ! MANIFEST README.win32
32014 ____________________________________________________________________________
32015 [ 11452] By: jhi                                   on 2001/07/23  17:22:37
32016         Log: Test tweak.
32017      Branch: perl
32018            ! ext/B/Deparse.t
32019 ____________________________________________________________________________
32020 [ 11451] By: jhi                                   on 2001/07/23  17:10:52
32021         Log: Metaconfig unit tweak for #11450.
32022      Branch: metaconfig/U/perl
32023            ! Mksymlinks.U
32024 ____________________________________________________________________________
32025 [ 11450] By: jhi                                   on 2001/07/23  17:09:46
32026         Log: Too volatile failsafe check.
32027      Branch: perl
32028            ! Configure
32029 ____________________________________________________________________________
32030 [ 11449] By: jhi                                   on 2001/07/23  16:53:59
32031         Log: Further doc tweaks.
32032      Branch: perl
32033            ! lib/UnicodeCD.pm
32034 ____________________________________________________________________________
32035 [ 11448] By: jhi                                   on 2001/07/23  05:26:50
32036         Log: Doc tweaks.
32037      Branch: perl
32038            ! lib/UnicodeCD.pm
32039 ____________________________________________________________________________
32040 [ 11447] By: jhi                                   on 2001/07/23  04:57:49
32041         Log: Doc tweakery from Abhijit.
32042      Branch: perl
32043            ! Porting/repository.pod
32044 ____________________________________________________________________________
32045 [ 11446] By: jhi                                   on 2001/07/22  15:41:02
32046         Log: An accidental empty line.
32047      Branch: perl
32048            ! MANIFEST
32049 ____________________________________________________________________________
32050 [ 11445] By: jhi                                   on 2001/07/22  15:38:30
32051         Log: Missing MANIFESTations.
32052      Branch: perl
32053            ! MANIFEST
32054 ____________________________________________________________________________
32055 [ 11444] By: jhi                                   on 2001/07/22  15:30:10
32056         Log: Update Changes.
32057      Branch: perl
32058            ! Changes patchlevel.h
32059 ____________________________________________________________________________
32060 [ 11443] By: jhi                                   on 2001/07/22  15:02:11
32061         Log: Subject: Re: Typo in Porting/pumpkin/pod ?
32062              From: Mike Guy <mjtg@cam.ac.uk>
32063              Date: Fri, 20 Jul 2001 16:12:49 +0100
32064              Message-Id: <E15NbxR-0006HD-00@draco.cus.cam.ac.uk>
32065      Branch: perl
32066            ! Porting/pumpkin.pod
32067 ____________________________________________________________________________
32068 [ 11442] By: jhi                                   on 2001/07/22  14:58:33
32069         Log: Subject: Re: [PATCH: perl@11373] pod fixups for pod/perlhack.pod
32070              From: Peter Prymmer <pvhp@forte.com>
32071              Date: Fri, 20 Jul 2001 17:04:55 -0700 (PDT)
32072              Message-ID: <Pine.OSF.4.10.10107201650510.144528-100000@aspara.forte.com>
32073      Branch: perl
32074            ! pod/perlhack.pod
32075 ____________________________________________________________________________
32076 [ 11441] By: jhi                                   on 2001/07/22  14:54:29
32077         Log: Subject: [PATCH Test.pm] Getting rid of the expected "UNEXPECTEDLY SUCCEEDED"
32078              From: Michael G Schwern <schwern@pobox.com>
32079              Date: Fri, 20 Jul 2001 20:22:35 -0400
32080              Message-ID: <20010720202235.O4498@blackrider>
32081      Branch: perl
32082            ! lib/Test.pm lib/Test/t/mix.t lib/Test/t/success.t
32083            ! lib/Test/t/todo.t
32084 ____________________________________________________________________________
32085 [ 11440] By: jhi                                   on 2001/07/22  14:51:14
32086         Log: Subject: Re: [ID 20010720.010] WHere's [:isprint:]?
32087              From: Jeffrey Friedl <jfriedl@yahoo-inc.com>
32088              Message-Id: <200107210559.WAA09160@ventrue.corp.yahoo.com>
32089              Date: Fri, 20 Jul 2001 22:59:25 -0700 (PDT)
32090      Branch: perl
32091            ! ext/POSIX/POSIX.pod
32092 ____________________________________________________________________________
32093 [ 11439] By: jhi                                   on 2001/07/22  14:49:25
32094         Log: Subject: Re: [ID 20010720.010] WHere's [:isprint:]? 
32095              From: Mark-Jason Dominus <mjd@plover.com>
32096              Date: Fri, 20 Jul 2001 23:16:54 -0400
32097              Message-ID: <20010721031654.21877.qmail@plover.com>
32098      Branch: perl
32099            ! ext/POSIX/POSIX.pod
32100 ____________________________________________________________________________
32101 [ 11438] By: jhi                                   on 2001/07/22  14:41:58
32102         Log: Subject: Re: [PATCH O.pm] avoid to clutter output with -l
32103              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
32104              Date: Sun, 22 Jul 2001 14:56:09 +0200
32105              Message-ID: <20010722145609.A766@rafael>
32106      Branch: perl
32107            ! ext/B/O.pm
32108 ____________________________________________________________________________
32109 [ 11437] By: jhi                                   on 2001/07/22  14:39:07
32110         Log: Subject: regexec.c #define cleanup
32111              From: Mark-Jason Dominus <mjd@plover.com>
32112              Date: Sat, 21 Jul 2001 18:33:25 -0400
32113              Message-ID: <20010721223325.3069.qmail@plover.com>
32114      Branch: perl
32115            ! regexec.c
32116 ____________________________________________________________________________
32117 [ 11436] By: jhi                                   on 2001/07/22  14:36:43
32118         Log: Subject: [PATCH: perl@11373] Win32 update for t/io/fs.t (may effect NetWare)
32119              From: Prymmer/Kahn <pvhp@best.com>
32120              Date: Sat, 21 Jul 2001 12:08:29 -0700 (PDT)
32121              Message-ID: <Pine.BSF.4.21.0107211156160.17271-100000@shell8.ba.best.com>
32122      Branch: perl
32123            ! t/io/fs.t
32124 ____________________________________________________________________________
32125 [ 11435] By: jhi                                   on 2001/07/22  00:22:51
32126         Log: Typo in #11432.
32127      Branch: perl
32128            ! ext/POSIX/POSIX.t
32129 ____________________________________________________________________________
32130 [ 11434] By: jhi                                   on 2001/07/21  23:12:26
32131         Log: Integrate (manually) change #11424 from macperl.
32132      Branch: perl
32133            ! ext/Filter/t/call.t
32134 ____________________________________________________________________________
32135 [ 11433] By: jhi                                   on 2001/07/21  23:07:43
32136         Log: Integrate change #11408 from macperl.
32137      Branch: perl
32138           !> README.macos pod/perlport.pod
32139 ____________________________________________________________________________
32140 [ 11432] By: jhi                                   on 2001/07/21  23:02:30
32141         Log: Integrate change #11388 from macperl (the *.t parts needed hand massage).
32142      Branch: perl
32143           +> macos/MacPerlTests.cmd macos/xsubpp.patch
32144            ! ext/DB_File/t/db-btree.t ext/DB_File/t/db-hash.t
32145            ! ext/DB_File/t/db-recno.t ext/NDBM_File/ndbm.t
32146            ! ext/POSIX/POSIX.t
32147 ____________________________________________________________________________
32148 [ 11431] By: gsar                                  on 2001/07/21  05:03:44
32149         Log: pod/*.t tests not picked up by t/TEST either
32150      Branch: maint-5.6/perl
32151            ! t/TEST
32152 ____________________________________________________________________________
32153 [ 11430] By: gsar                                  on 2001/07/21  04:58:12
32154         Log: better tweak for change#11429 (windows has both / and \ separated
32155              paths in @INC at that point)
32156      Branch: maint-5.6/perl
32157            ! t/pod/testp2pt.pl
32158 ____________________________________________________________________________
32159 [ 11429] By: gsar                                  on 2001/07/21  04:41:15
32160         Log: MacOS pod test tweak needs \Escape
32161      Branch: maint-5.6/perl
32162            ! t/pod/testp2pt.pl
32163 ____________________________________________________________________________
32164 [ 11428] By: gsar                                  on 2001/07/21  04:39:34
32165         Log: run/runenv.t needs fflushNULL sanity (t/TEST is too dumb to detect
32166              resulting duplicate output, but t/harness isn't)
32167      Branch: maint-5.6/perl
32168            ! t/run/runenv.t
32169 ____________________________________________________________________________
32170 [ 11427] By: gsar                                  on 2001/07/21  04:37:26
32171         Log: t/harness wasn't picking up all the tests
32172      Branch: maint-5.6/perl
32173            ! t/harness
32174 ____________________________________________________________________________
32175 [ 11426] By: gsar                                  on 2001/07/21  04:09:26
32176         Log: update MANIFEST for new file
32177      Branch: maint-5.6/perl
32178            ! MANIFEST
32179 ____________________________________________________________________________
32180 [ 11425] By: gsar                                  on 2001/07/21  04:07:46
32181         Log: integrate maint-5.6/macperl changes into maint-5.6/perl, with
32182              the exception of the macperl/macos/... tree
32183      Branch: maint-5.6/perl
32184           +> t/lib/filefind-taint.t
32185           !> (integrate 72 files)
32186 ____________________________________________________________________________
32187 [ 11424] By: pudge                                 on 2001/07/20  18:55:25
32188         Log: Fix test.
32189      Branch: maint-5.6/macperl
32190            ! macos/bundled_ext/Filter/t/call.t
32191 ____________________________________________________________________________
32192 [ 11423] By: gsar                                  on 2001/07/20  18:38:48
32193         Log: Make perl fork()-safe (in a slightly limited way) even on
32194              platforms that don't have pthread_atfork() (extension of
32195              the fix in change#11151).
32196              
32197              Note that this will not help extensions that call fork()
32198              directly in C, or that link to libraries that call fork()
32199              directly.  Such cases must be fixed to either call
32200              PerlProc_fork(), or call atfork_lock() in parent before the
32201              calling the function that forks and call atfork_unlock()
32202              in both parent and child immediately after the fork().
32203              (There are no worries if C code calls exec() in the child
32204              immediately after a fork().  Only cases where the child
32205              calls perl's API functions (including New()) after the
32206              fork() are problematic.)
32207              
32208              This change also eliminates the use of vfork() from perl,
32209              since all such uses were violating the severe restrictions
32210              on modifying the state of the process between the vfork()
32211              and the exec().
32212              
32213              This is a modified version of patches suggested by Abhijit
32214              Menon-Sen and Richard Soderberg.
32215      Branch: perl
32216            ! embed.h embed.pl global.sym iperlsys.h miniperlmain.c
32217            ! objXSUB.h perl.c perlapi.c pp_sys.c proto.h thread.h util.c
32218 ____________________________________________________________________________
32219 [ 11422] By: pudge                                 on 2001/07/20  18:16:37
32220         Log: Add Filter::Util::Call, Class::ISA, Digest, Filter::Simple,
32221              Switch, and Text::Balanced.
32222      Branch: maint-5.6/macperl
32223            + macos/bundled_ext/Filter/Util/Call/Call.pm
32224            + macos/bundled_ext/Filter/Util/Call/Call.xs
32225            + macos/bundled_ext/Filter/Util/Call/Makefile.PL
32226            + macos/bundled_ext/Filter/t/MyFilter.pm
32227            + macos/bundled_ext/Filter/t/call.t
32228            + macos/bundled_ext/Filter/t/filter-util.pl
32229            + macos/bundled_lib/blib/lib/Class/ISA.pm
32230            + macos/bundled_lib/blib/lib/Digest.pm
32231            + macos/bundled_lib/blib/lib/Filter/Simple.pm
32232            + macos/bundled_lib/blib/lib/Switch.pm
32233            + macos/bundled_lib/blib/lib/Text/Balanced.pm
32234            + macos/bundled_lib/blib/lib/Text/Balanced.pod
32235            + macos/bundled_lib/t/Class/ISA/test.pl
32236            + macos/bundled_lib/t/Digest/Digest.t
32237            + macos/bundled_lib/t/Filter/Simple/test.pl
32238            + macos/bundled_lib/t/Switch/test.pl
32239            + macos/bundled_lib/t/Text/Balanced/t/genxt.t
32240            + macos/bundled_lib/t/Text/Balanced/t/xbrak.t
32241            + macos/bundled_lib/t/Text/Balanced/t/xcode.t
32242            + macos/bundled_lib/t/Text/Balanced/t/xdeli.t
32243            + macos/bundled_lib/t/Text/Balanced/t/xmult.t
32244            + macos/bundled_lib/t/Text/Balanced/t/xquot.t
32245            + macos/bundled_lib/t/Text/Balanced/t/xtagg.t
32246            + macos/bundled_lib/t/Text/Balanced/t/xvari.t
32247 ____________________________________________________________________________
32248 [ 11421] By: pudge                                 on 2001/07/20  18:03:28
32249         Log: Add Filter::Util::Call to config/make files; edit utils
32250              to recognize the module (it was descended too far down).
32251              Bump version to 5.6.1a4.
32252      Branch: maint-5.6/macperl
32253            ! macos/InstallBLIB macos/MPVersion.r macos/Makefile.mk
32254            ! macos/config.sh macos/lib/ExtUtils/MM_MacOS.pm
32255            ! macos/macperl/Makefile.mk macos/xsubpp.patch
32256 ____________________________________________________________________________
32257 [ 11420] By: pudge                                 on 2001/07/20  18:02:05
32258         Log: Make DB_File the default for MLDBM on MacOS.
32259      Branch: maint-5.6/macperl
32260            ! macos/bundled_lib/blib/lib/MLDBM.pm
32261 ____________________________________________________________________________
32262 [ 11419] By: nick                                  on 2001/07/20  14:51:03
32263         Log: Subject:  [PATCH UnicodeCD.pm] Fix erronous documentation
32264              From:  Simon Cozens <simon@netthink.co.uk>
32265              Date:  Fri, 20 Jul 2001 11:42:35 -0400
32266              Message-Id:  <20010720114235.A5235@netthink.co.uk>
32267      Branch: perl
32268            ! lib/UnicodeCD.pm
32269 ____________________________________________________________________________
32270 [ 11418] By: nick                                  on 2001/07/20  14:48:12
32271         Log: Subject:  [PATCH regcomp.h] adds a comment
32272              From:  Abhijit Menon-Sen <ams@wiw.org>
32273              Date:  Fri, 20 Jul 2001 21:05:37 +0530
32274              Message-Id:  <20010720210537.A7678@lustre.dyn.wiw.org>
32275      Branch: perl
32276            ! regcomp.h
32277 ____________________________________________________________________________
32278 [ 11417] By: nick                                  on 2001/07/20  14:16:38
32279         Log: Subject:  [PATCH 5.7.2] INSTALL updates
32280              From:  Andy Dougherty <doughera@lafayette.edu>
32281              Date:  Fri, 20 Jul 2001 11:01:40 -0400 (EDT)
32282              Message-Id:  <Pine.SOL.4.10.10107201059510.16494-100000@maxwell.phys.lafayette.edu>
32283      Branch: perl
32284            ! INSTALL
32285 ____________________________________________________________________________
32286 [ 11416] By: nick                                  on 2001/07/20  06:44:44
32287         Log: Subject:  Re: [PATCH: perl@11373] pod fixups for pod/perlhack.pod
32288              From:  Russ Allbery <rra@stanford.edu>
32289              Date:  19 Jul 2001 15:52:37 -0700
32290              Message-Id:  <ylvgko4jm2.fsf@windlord.stanford.edu>
32291      Branch: perl
32292            ! lib/Pod/Man.pm
32293 ____________________________________________________________________________
32294 [ 11415] By: nick                                  on 2001/07/20  06:35:11
32295         Log: Subject:  [PATCH] defer op_seq allocation
32296              From:  Abhijit Menon-Sen <ams@wiw.org>
32297              Date:  Thu, 19 Jul 2001 22:12:24 +0530
32298              Message-Id:  <20010719221224.A13786@lustre.dyn.wiw.org>
32299      Branch: perl
32300            ! op.c
32301 ____________________________________________________________________________
32302 [ 11414] By: nick                                  on 2001/07/20  06:23:36
32303         Log: Subject:  [PATCH] prototype for Time::HiRes::sleep()
32304              From:  Abhijit Menon-Sen <ams@wiw.org>
32305              Date:  Fri, 20 Jul 2001 01:18:50 +0530
32306              Message-Id:  <20010720011850.A19650@lustre.dyn.wiw.org>
32307              (Private e-mail)
32308      Branch: perl
32309            ! ext/Time/HiRes/HiRes.xs
32310 ____________________________________________________________________________
32311 [ 11413] By: nick                                  on 2001/07/20  06:18:53
32312         Log: Integrate mainline
32313      Branch: perlio
32314           +> ext/Encode/Encode/euc-jp-0212.enc t/lib/commonsense.t
32315            - t/base/commonsense.t
32316           !> MANIFEST doio.c ext/B/B/Deparse.pm ext/Encode/Encode/Tcl.pm
32317           !> ext/POSIX/POSIX.t ext/Time/HiRes/HiRes.xs gv.c hints/darwin.sh
32318           !> hints/rhapsody.sh numeric.c pod/perlfunc.pod pod/perlhack.pod
32319           !> pod/perlre.pod pp_sys.c sv.c t/README t/op/arith.t
32320           !> t/op/sprintf.t thread.h utils/h2xs.PL win32/perlhost.h
32321           !> win32/win32.c
32322 ____________________________________________________________________________
32323 [ 11412] By: nick                                  on 2001/07/19  06:44:27
32324         Log: Integrate win32/perlhost.h from maintenance branch.
32325              (Rest of $ENV{PATH} / system() fix.)
32326      Branch: perl
32327           !> win32/perlhost.h
32328 ____________________________________________________________________________
32329 [ 11411] By: nick                                  on 2001/07/19  06:41:34
32330         Log: Subject:  [DOC PATCH bleadperl] its vs it's in perlhack.pod
32331              From:  Philip Newton <Philip.Newton@gmx.net>
32332              Date:  Wed, 18 Jul 2001 21:43:57 +0200
32333              Message-Id:  <E15Mx9y-0007Oz-00@mserv1b.vianw.co.uk>
32334      Branch: perl
32335            ! pod/perlhack.pod
32336 ____________________________________________________________________________
32337 [ 11410] By: nick                                  on 2001/07/19  06:39:35
32338         Log: Subject:  Security hole in taint checking in open()
32339              From:  deekoo@tentacle.net
32340              Date:  Thu, 19 Jul 2001 00:03:46 -0700 (PDT)
32341              Message-Id:  <Pine.LNX.4.33.0107182248330.11996-100000@chaos.tentacle.net>
32342      Branch: perl
32343            ! doio.c
32344 ____________________________________________________________________________
32345 [ 11409] By: nick                                  on 2001/07/19  06:28:08
32346         Log: Subject:  [PATCH] Re: Time::HiRes qw(sleep) fails
32347              From:  Abhijit Menon-Sen <ams@wiw.org>
32348              Date:  Thu, 19 Jul 2001 04:30:43 +0530
32349              Message-Id:  <20010719043043.A10327@lustre.dyn.wiw.org>
32350      Branch: perl
32351            ! ext/Time/HiRes/HiRes.xs
32352 ____________________________________________________________________________
32353 [ 11408] By: pudge                                 on 2001/07/19  03:27:36
32354         Log: Update docs with latest implementation information and new URLs.
32355      Branch: maint-5.6/macperl
32356            ! README.macos pod/perlport.pod
32357 ____________________________________________________________________________
32358 [ 11407] By: pudge                                 on 2001/07/19  02:35:46
32359         Log: Add Time::HiRes, and add default Makefile.mk for Digest::MD5.
32360              Fix BuildRules to accept optimization variables.
32361      Branch: maint-5.6/macperl
32362            + macos/bundled_ext/Digest/MD5/Makefile.mk
32363            ! macos/BuildRules.mk macos/Makefile.mk
32364            ! macos/bundled_ext/Time/HiRes/HiRes.xs macos/config.sh
32365            ! macos/macish.c macos/macish.h macos/macperl/Makefile.mk
32366 ____________________________________________________________________________
32367 [ 11406] By: pudge                                 on 2001/07/19  01:11:39
32368         Log: Integrate changes 11399,11401
32369      Branch: maint-5.6/macperl
32370           !> win32/perlhost.h win32/win32.c
32371 ____________________________________________________________________________
32372 [ 11405] By: nick                                  on 2001/07/18  06:50:33
32373         Log: Integrate Sarathy's Win32 $ENV{'PATH'}/system fixes (11399, 11400)
32374              from perl5.6*
32375      Branch: perl
32376           !> win32/perlhost.h win32/win32.c
32377 ____________________________________________________________________________
32378 [ 11404] By: nick                                  on 2001/07/18  06:43:59
32379         Log: Subject:  Re: Perl 5.7.2 Has Been Released 
32380              From:  hv@crypt0.demon.co.uk
32381              Date:  Wed, 18 Jul 2001 05:58:46 +0100
32382              Message-Id:  <200107180458.f6I4wlJ19966@crypt0.demon.co.uk>
32383      Branch: perl
32384            ! ext/POSIX/POSIX.t
32385 ____________________________________________________________________________
32386 [ 11403] By: nick                                  on 2001/07/18  06:38:57
32387         Log: Subject:  Re: [ID 20010716.005] numeric conversions in 5.7.[12] changed from perl5.6.1 (leading whitespace) 
32388              From:  hv@crypt0.demon.co.uk
32389              Date:  Wed, 18 Jul 2001 05:21:54 +0100
32390              Message-Id:  <200107180421.f6I4Ltc00987@crypt0.demon.co.uk>
32391      Branch: perl
32392            ! numeric.c t/op/arith.t
32393 ____________________________________________________________________________
32394 [ 11402] By: nick                                  on 2001/07/18  06:19:17
32395         Log: Subject:  Doc patch: perlre should mention perlrequick and perlretut
32396              From:  mjd@plover.com
32397              Date:  17 Jul 2001 17:59:20 -0000
32398              Message-Id:  <20010717175920.8177.qmail@plover.com>
32399      Branch: perl
32400            ! pod/perlre.pod
32401 ____________________________________________________________________________
32402 [ 11401] By: gsar                                  on 2001/07/17  21:31:31
32403         Log: thinko in change#11400 (duh)
32404      Branch: maint-5.6/perl
32405            ! win32/perlhost.h
32406 ____________________________________________________________________________
32407 [ 11400] By: gsar                                  on 2001/07/17  19:46:34
32408         Log: change#11399 revealed another unrelated bug; this is just a temporary
32409              bandaid
32410      Branch: maint-5.6/perl
32411            ! win32/perlhost.h
32412 ____________________________________________________________________________
32413 [ 11399] By: gsar                                  on 2001/07/17  19:11:57
32414         Log: fix bugs in handling of the virtualized environment under windows;
32415              there were bugs in propagating any changes to %ENV down to the real
32416              environment when such changes happened in the toplevel process
32417              (thanks to Johan Holmberg <holmberg@iar.se> for the excellent
32418              problem identification, and for a part of the fix)
32419      Branch: maint-5.6/perl
32420            ! win32/perlhost.h win32/win32.c
32421 ____________________________________________________________________________
32422 [ 11398] By: nick                                  on 2001/07/17  08:26:35
32423         Log: Subject: Re: [PATCH: perl@11359] possible fix for sprintf.t on VAX that loads %Config
32424              From: Peter Prymmer <pvhp@forte.com>
32425              Date: Mon, 16 Jul 2001 16:43:14 -0700 (PDT)
32426              Message-Id: <Pine.OSF.4.10.10107161631300.464972-100000@aspara.forte.com>
32427              
32428              Move t/base/commonsense.t to t/lib/commonsense.t - base tests
32429              should not depend on existance of Config.pm
32430      Branch: perl
32431           +> t/lib/commonsense.t
32432            - t/base/commonsense.t
32433            ! MANIFEST t/README
32434 ____________________________________________________________________________
32435 [ 11397] By: nick                                  on 2001/07/17  08:09:58
32436         Log: Subject:  [PATCH pod/perlhack.pod] Sections on writing tests & patching core mods
32437              From:  Michael G Schwern <schwern@pobox.com>
32438              Date:  Mon, 16 Jul 2001 18:20:31 -0400
32439              Message-Id:  <20010716182031.A1128@blackrider>
32440      Branch: perl
32441            ! pod/perlhack.pod
32442 ____________________________________________________________________________
32443 [ 11396] By: nick                                  on 2001/07/17  08:04:11
32444         Log: Subject:  [PATCH perlfunc.pod] make printf refer to sprintf
32445              From:  Gwyn Judd <b.judd@xtra.co.nz>
32446              Date:  Tue, 17 Jul 2001 20:55:58 +1200
32447              Message-Id:  <20010717205558.A3107@thislove>
32448      Branch: perl
32449            ! pod/perlfunc.pod
32450 ____________________________________________________________________________
32451 [ 11395] By: nick                                  on 2001/07/17  08:02:22
32452         Log: Subject:  [PATCH: perl@11373] fix t/op/sprintf.t to not load %Config
32453              From:  Peter Prymmer <pvhp@forte.com>
32454              Date:  Mon, 16 Jul 2001 15:48:33 -0700 (PDT)
32455              Message-Id:  <Pine.OSF.4.10.10107161543400.464972-100000@aspara.forte.com>
32456      Branch: perl
32457            ! t/op/sprintf.t
32458 ____________________________________________________________________________
32459 [ 11394] By: nick                                  on 2001/07/17  07:57:06
32460         Log: Subject:  Re: [PATCH gv.c] allow ${"1f"} to be non-regex var 
32461              From:  Jeff 'Japhy' Pinyan <jeffp@crusoe.net>
32462              Date:  Mon, 16 Jul 2001 18:46:53 -0400 (EDT)
32463              Message-Id:  <Pine.GSO.4.21.0107161829390.1405-100000@crusoe.crusoe.net>
32464      Branch: perl
32465            ! gv.c
32466 ____________________________________________________________________________
32467 [ 11392] By: nick                                  on 2001/07/17  07:50:12
32468         Log: Subject:  [PATCH] fix PTHREAD_ATFORK croaking too early, too often
32469              From:  Coral <coral@moonlight.crystalflame.net>
32470              Date:  Mon, 16 Jul 2001 14:25:19 -0700 (PDT)
32471              Message-Id:  <200107162125.f6GLPJ345261@moonlight.crystalflame.net>
32472      Branch: perl
32473            ! pp_sys.c thread.h
32474 ____________________________________________________________________________
32475 [ 11391] By: nick                                  on 2001/07/17  07:34:28
32476         Log: Subject:  Re: [PATCH h2xs.PL ] use Test::More where appropriate (was Re:   
32477              From:  Jonathan Stowe <gellyfish@gellyfish.com>
32478              Date:  Mon, 16 Jul 2001 18:31:21 +0100 (BST)
32479              Message-Id:  <Pine.LNX.4.33.0107161827570.15520-100000@orpheus.gellyfish.com>
32480      Branch: perl
32481            ! utils/h2xs.PL
32482 ____________________________________________________________________________
32483 [ 11390] By: pudge                                 on 2001/07/16  23:54:44
32484         Log: Add in List::Util, Memoize, NEXT, and a bunch of tests for other
32485              modules.  Also added Mac::BuildTools, Mac::AppleEvents::Simple,
32486              and Mac::Apps::Launch, which don't work, and Time::HiRes and
32487              Time::Piece, which don't yet work.
32488      Branch: maint-5.6/macperl
32489            + (add 154 files)
32490 ____________________________________________________________________________
32491 [ 11389] By: pudge                                 on 2001/07/16  23:13:10
32492         Log: Fix %ENV to be tainted [SF bug #231848, Thomas Wegner].
32493              Also add hack to get around missing setenv for PERL5DB.
32494      Branch: maint-5.6/macperl
32495            ! macos/macish.c macos/macish.h
32496 ____________________________________________________________________________
32497 [ 11388] By: pudge                                 on 2001/07/16  23:11:26
32498         Log: Fix DB_File, and patch tests for it, and NDBM_File, and POSIX.
32499      Branch: maint-5.6/macperl
32500            ! macos/MacPerlTests.cmd macos/xsubpp.patch t/lib/db-btree.t
32501            ! t/lib/db-hash.t t/lib/db-recno.t t/lib/ndbm.t t/lib/posix.t
32502 ____________________________________________________________________________
32503 [ 11387] By: pudge                                 on 2001/07/16  23:05:12
32504         Log: Fix up some configuration and make options, add extra
32505              extensions.
32506      Branch: maint-5.6/macperl
32507            ! macos/ExtBuildRules.mk macos/Makefile.mk macos/config.sh
32508            ! macos/macperl/Makefile.mk
32509 ____________________________________________________________________________
32510 [ 11386] By: pudge                                 on 2001/07/16  21:22:32
32511         Log: From Change 11374 in maintperl.
32512      Branch: maint-5.6/macperl
32513           !> utils/h2ph.PL
32514 ____________________________________________________________________________
32515 [ 11385] By: nick                                  on 2001/07/16  14:12:58
32516         Log: Back out change to h2xs till it passes its test.
32517      Branch: perl
32518            ! utils/h2xs.PL
32519 ____________________________________________________________________________
32520 [ 11384] By: nick                                  on 2001/07/16  14:00:10
32521         Log: Subject:  [PATCH h2xs.PL ] use Test::More where appropriate (was Re: [PATCH]
32522              From:  Jonathan Stowe <gellyfish@gellyfish.com>
32523              Date:  Mon, 16 Jul 2001 08:37:05 +0100 (BST)
32524              Message-Id:  <Pine.LNX.4.33.0107160830480.9915-100000@orpheus.gellyfish.com>
32525      Branch: perl
32526            ! utils/h2xs.PL
32527 ____________________________________________________________________________
32528 [ 11383] By: nick                                  on 2001/07/16  13:53:12
32529         Log: Subject:  [PATCH hints/darwin.sh] Don't override user-specified optimize flag
32530              From:  Robin Houston <robin@kitsite.com>
32531              Date:  Sun, 15 Jul 2001 18:22:31 +0100
32532              Message-Id:  <20010715182230.A11174@robin>
32533      Branch: perl
32534            ! hints/darwin.sh
32535 ____________________________________________________________________________
32536 [ 11382] By: nick                                  on 2001/07/16  13:52:49
32537         Log: Subject:  [PATCH perl@11372] re_dup
32538              From:  Radu Greab <radu@netsoft.ro>
32539              Date:  Sun, 15 Jul 2001 04:50:06 +0300
32540              Message-Id:  <15184.63182.656988.340591@ix.netsoft.ro>
32541      Branch: perl
32542            ! sv.c
32543 ____________________________________________________________________________
32544 [ 11379] By: nick                                  on 2001/07/16  13:35:39
32545         Log: Subject:  [PATCH B::Deparse] formats can't contain formats
32546              From:  Robin Houston <robin@kitsite.com>
32547              Date:  Sat, 14 Jul 2001 14:28:50 +0100
32548              Message-Id:  <20010714142850.A10205@robin>
32549      Branch: perl
32550            ! ext/B/B/Deparse.pm
32551 ____________________________________________________________________________
32552 [ 11378] By: nick                                  on 2001/07/16  13:30:36
32553         Log: Subject:  [PATCH @11359] Encode::Tcl.pm, EUC-JP with jis-x0212
32554              From:  Sadahiro Tomoyuki <BQW10602@nifty.com>
32555              Date:  Sat, 14 Jul 2001 22:17:42 +0900
32556              Message-Id:  <20010714221736.6CA3.BQW10602@nifty.com>
32557      Branch: perl
32558            + ext/Encode/Encode/euc-jp-0212.enc
32559            ! ext/Encode/Encode/Tcl.pm
32560 ____________________________________________________________________________
32561 [ 11377] By: nick                                  on 2001/07/16  13:17:28
32562         Log: Subject:  [PATCH 5.7.2] Remove useless ccflags hints
32563              From:  Andy Dougherty <doughera@lafayette.edu>
32564              Date:  Sun, 15 Jul 2001 22:52:54 -0400 (EDT)
32565              Message-Id:  <Pine.SOL.4.10.10107152250230.10344-100000@maxwell.phys.lafayette.edu>
32566      Branch: perl
32567            ! hints/darwin.sh hints/rhapsody.sh
32568 ____________________________________________________________________________
32569 [ 11376] By: nick                                  on 2001/07/16  09:05:00
32570         Log: Integrate mainline
32571      Branch: perlio
32572           +> ext/Encode/Encode/7bit-greek.enc
32573           +> ext/Encode/Encode/7bit-latin1.enc
32574           +> ext/Encode/Encode/cns11643-1.enc
32575           +> ext/Encode/Encode/cns11643-2.enc
32576           +> ext/Encode/Encode/iso2022-cn.enc
32577           +> ext/Encode/Encode/iso2022-jp1.enc
32578           +> ext/Encode/Encode/iso2022-jp2.enc
32579           !> Changes Configure MANIFEST Makefile.SH
32580           !> ext/Encode/Encode/Tcl.pm ext/Encode/Encode/Tcl.t
32581           !> ext/Encode/Encode/iso2022-kr.enc ext/POSIX/POSIX.pm
32582           !> ext/PerlIO/Via/Via.pm handy.h myconfig.SH patchlevel.h
32583           !> pod/perlhack.pod pod/perlre.pod pod/perltoc.pod regcomp.c sv.c
32584           !> t/op/pat.t t/op/sprintf.t utils/h2ph.PL utils/h2xs.PL
32585 ____________________________________________________________________________
32586 [ 11375] By: gsar                                  on 2001/07/16  02:46:11
32587         Log: integrate change#11374 from maint-5.6
32588              
32589              make h2ph grok ccsymbols fo the form 1234L, 1234ULL etc.
32590      Branch: perl
32591           !> utils/h2ph.PL
32592 ____________________________________________________________________________
32593 [ 11374] By: gsar                                  on 2001/07/16  02:10:51
32594         Log: make h2ph grok ccsymbols fo the form 1234L, 1234ULL etc.
32595      Branch: maint-5.6/perl
32596            ! utils/h2ph.PL
32597 ____________________________________________________________________________
32598 [ 11373] By: jhi                                   on 2001/07/14  09:27:10
32599         Log: Update Changes.
32600      Branch: perl
32601            ! Changes patchlevel.h
32602 ____________________________________________________________________________
32603 [ 11372] By: jhi                                   on 2001/07/14  09:19:18
32604         Log: Subject: [PATCH h2xs.PL] use Getopt::Long (was Re: [PATCH] h2xs)
32605              From: Jonathan Stowe <gellyfish@gellyfish.com>
32606              Date: Sat, 14 Jul 2001 10:14:34 +0100 (BST)
32607              Message-ID: <Pine.LNX.4.33.0107141008350.9915-100000@orpheus.gellyfish.com>
32608      Branch: perl
32609            ! utils/h2xs.PL
32610 ____________________________________________________________________________
32611 [ 11371] By: jhi                                   on 2001/07/14  09:18:09
32612         Log: Subject: patch to add DEL to [:cntrl:]
32613              From: Jeffrey Friedl <jfriedl@yahoo-inc.com>
32614              Date: Fri, 13 Jul 2001 23:25:12 -0700 (PDT)
32615              Message-Id: <200107140625.XAA01517@ventrue.corp.yahoo.com>
32616      Branch: perl
32617            ! handy.h pod/perlre.pod regcomp.c t/op/pat.t
32618 ____________________________________________________________________________
32619 [ 11370] By: jhi                                   on 2001/07/14  01:33:17
32620         Log: Metaconfig unit change for #11369; plus a dependency nit.
32621      Branch: metaconfig
32622            ! U/compline/nblock_io.U
32623      Branch: metaconfig/U/perl
32624            ! Extensions.U
32625 ____________________________________________________________________________
32626 [ 11369] By: jhi                                   on 2001/07/14  01:32:33
32627         Log: #include <stdlib.h> so that exit() is prototyped,
32628              noticed by Hugo.
32629      Branch: perl
32630            ! Configure
32631 ____________________________________________________________________________
32632 [ 11368] By: jhi                                   on 2001/07/14  01:18:28
32633         Log: Subject: [PATCH: perl@11359] possible fix for sprintf.t on VAX that loads %Config
32634              From: Peter Prymmer <pvhp@forte.com>
32635              Date: Fri, 13 Jul 2001 19:15:45 -0700 (PDT)
32636              Message-ID: <Pine.OSF.4.10.10107131908370.270775-100000@aspara.forte.com>
32637      Branch: perl
32638            ! t/op/sprintf.t
32639 ____________________________________________________________________________
32640 [ 11367] By: jhi                                   on 2001/07/14  01:07:03
32641         Log: Subject: [PATCH: perl@11359] fixup for Encode/Tcl.t on ruthless filesystems
32642              From: Peter Prymmer <pvhp@forte.com>
32643              Date: Fri, 13 Jul 2001 19:00:20 -0700 (PDT)
32644              Message-ID: <Pine.OSF.4.10.10107131856280.270775-100000@aspara.forte.com>
32645      Branch: perl
32646            ! ext/Encode/Encode/Tcl.t
32647 ____________________________________________________________________________
32648 [ 11366] By: jhi                                   on 2001/07/13  22:48:47
32649         Log: Add information about gcc 3.0 basic block profiling.
32650      Branch: perl
32651            ! Makefile.SH pod/perlhack.pod pod/perltoc.pod
32652 ____________________________________________________________________________
32653 [ 11365] By: jhi                                   on 2001/07/13  21:22:20
32654         Log: Subject: Error in lib/PerlIO/Via.pm ?
32655              From: Mark-Jason Dominus <mjd@plover.com>
32656              Date: Fri, 13 Jul 2001 15:55:41 -0400
32657              Message-ID: <20010713195541.26751.qmail@plover.com>
32658      Branch: perl
32659            ! ext/PerlIO/Via/Via.pm
32660 ____________________________________________________________________________
32661 [ 11364] By: jhi                                   on 2001/07/13  21:21:23
32662         Log: Move both usemymalloc and d_bincompat5005 to the Platfom
32663              section from the Compiler section.
32664      Branch: perl
32665            ! myconfig.SH
32666 ____________________________________________________________________________
32667 [ 11363] By: jhi                                   on 2001/07/13  21:19:34
32668         Log: Handle glibc style of constant definitions using enum
32669              with intervening #defines; from Brendan O'Dea.
32670      Branch: perl
32671            ! utils/h2ph.PL
32672 ____________________________________________________________________________
32673 [ 11362] By: jhi                                   on 2001/07/13  21:17:40
32674         Log: Add LC_MESSAGES to the locale_h export tag (it already is
32675              in the Makefile.PL and thusly eligible for an XS constant)
32676              (see also maintperl #10543)
32677      Branch: perl
32678            ! ext/POSIX/POSIX.pm
32679 ____________________________________________________________________________
32680 [ 11361] By: jhi                                   on 2001/07/13  15:12:37
32681         Log: Subject: Re: [patch] re_dup
32682              From: Abhijit Menon-Sen <ams@wiw.org>
32683              Date: Fri, 13 Jul 2001 21:41:09 +0530
32684              Message-ID: <20010713214109.A3328@lustre.dyn.wiw.org>
32685      Branch: perl
32686            ! sv.c
32687 ____________________________________________________________________________
32688 [ 11360] By: jhi                                   on 2001/07/13  15:11:45
32689         Log: Subject: [patch] re_dup
32690              From: Doug MacEachern <dougm@covalent.net>
32691              Date: Fri, 13 Jul 2001 08:51:24 -0700 (PDT)
32692              Message-ID: <Pine.LNX.4.21.0107130848530.28844-100000@mako.covalent.net>
32693      Branch: perl
32694            ! sv.c
32695 ____________________________________________________________________________
32696 [ 11359] By: jhi                                   on 2001/07/13  14:30:32
32697         Log: Update Changes.
32698      Branch: perl
32699            ! Changes patchlevel.h
32700 ____________________________________________________________________________
32701 [ 11358] By: jhi                                   on 2001/07/13  14:26:36
32702         Log: Subject: [PATCH @11328] Encode::Tcl.pm for iso-2022-(?:jp-[12]|cn)
32703              From: SADAHIRO Tomoyuki <BQW10602@nifty.com> 
32704              Date: Sat, 14 Jul 2001 00:06:30 +0900
32705              Message-Id: <20010713235522.8406.BQW10602@nifty.com>
32706      Branch: perl
32707            + ext/Encode/Encode/7bit-greek.enc
32708            + ext/Encode/Encode/7bit-latin1.enc
32709            + ext/Encode/Encode/cns11643-1.enc
32710            + ext/Encode/Encode/cns11643-2.enc
32711            + ext/Encode/Encode/iso2022-cn.enc
32712            + ext/Encode/Encode/iso2022-jp1.enc
32713            + ext/Encode/Encode/iso2022-jp2.enc
32714            ! MANIFEST ext/Encode/Encode/Tcl.pm
32715            ! ext/Encode/Encode/iso2022-kr.enc
32716 ____________________________________________________________________________
32717 [ 11357] By: nick                                  on 2001/07/13  14:24:06
32718         Log: Blind integrate mainline (as of 5.7.2?)
32719      Branch: perlio
32720           !> AUTHORS Changes Porting/config.sh Porting/config_H
32721           !> README.netware ext/PerlIO/t/encoding.t makedef.pl patchlevel.h
32722           !> pod/perlhist.pod utils/libnetcfg.PL win32/Makefile
32723           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
32724           !> win32/makefile.mk
32725 ____________________________________________________________________________
32726 [ 11355] By: jhi                                   on 2001/07/13  13:13:46
32727         Log: Snip away the devel patchlevel.
32728      Branch: perl
32729            ! patchlevel.h
32730 ____________________________________________________________________________
32731 [ 11354] By: jhi                                   on 2001/07/13  13:12:01
32732         Log: Bump the version to 5.7.2.
32733      Branch: perl
32734            ! Porting/config.sh Porting/config_H patchlevel.h
32735            ! pod/perlhist.pod utils/libnetcfg.PL win32/Makefile
32736            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
32737            ! win32/makefile.mk
32738 ____________________________________________________________________________
32739 [ 11353] By: jhi                                   on 2001/07/13  13:00:00
32740         Log: Update Changes.
32741      Branch: perl
32742            ! Changes
32743 ____________________________________________________________________________
32744 [ 11352] By: jhi                                   on 2001/07/13  12:54:49
32745         Log: Reword.
32746      Branch: perl
32747            ! AUTHORS
32748 ____________________________________________________________________________
32749 [ 11351] By: jhi                                   on 2001/07/13  12:52:47
32750         Log: AUTHORS update.
32751      Branch: perl
32752            ! AUTHORS
32753 ____________________________________________________________________________
32754 [ 11350] By: jhi                                   on 2001/07/13  12:24:36
32755         Log: Ignore PL_regex_pad and PL_regex_padav from symbols
32756              unless ithreads.
32757      Branch: perl
32758            ! makedef.pl
32759 ____________________________________________________________________________
32760 [ 11349] By: jhi                                   on 2001/07/13  11:54:10
32761         Log: Integrate perlio.
32762      Branch: perl
32763           !> win32/distclean.bat
32764 ____________________________________________________________________________
32765 [ 11348] By: jhi                                   on 2001/07/13  11:49:50
32766         Log: Test the encoding transform only iff we have PerlIO,
32767              noticed by H. Merijn Brand.
32768      Branch: perl
32769            ! ext/PerlIO/t/encoding.t
32770 ____________________________________________________________________________
32771 [ 11347] By: jhi                                   on 2001/07/13  11:40:13
32772         Log: README.netware tweaks from Ananth Kesari.
32773      Branch: perl
32774            ! README.netware
32775 ____________________________________________________________________________
32776 [ 11346] By: nick                                  on 2001/07/13  09:18:51
32777         Log: Win32/distclean.bat - Down-case all MANIFEST and File::Find results so 
32778              to avoid /unicode vs /Unicode issues.
32779      Branch: perlio
32780            ! win32/distclean.bat
32781 ____________________________________________________________________________
32782 [ 11345] By: nick                                  on 2001/07/13  06:24:18
32783         Log: Integrate mainline
32784      Branch: perlio
32785           +> README.uts lib/UnicodeCD.pm lib/UnicodeCD.t
32786            - lib/Unicode/UCD.pm lib/Unicode/UCD.t lib/unicode/distinct.pm
32787           !> (integrate 63 files)
32788 ____________________________________________________________________________
32789 [ 11344] By: jhi                                   on 2001/07/13  04:50:22
32790         Log: Add d_bincompat5005 information to perl -V.
32791      Branch: perl
32792            ! myconfig.SH
32793 ____________________________________________________________________________
32794 [ 11343] By: jhi                                   on 2001/07/13  03:42:05
32795         Log: Subject: Re: [PATCH] Re: Memory corruption? Read-only $_?
32796              From: Abhijit Menon-Sen <ams@wiw.org>
32797              Date: Fri, 13 Jul 2001 07:12:36 +0530
32798              Message-ID: <20010713071236.C5669@lustre.dyn.wiw.org>
32799      Branch: perl
32800            ! sv.c
32801 ____________________________________________________________________________
32802 [ 11342] By: jhi                                   on 2001/07/13  03:36:22
32803         Log: Remove unicode::distinct, as per Inaba Hiroto.
32804      Branch: perl
32805            - lib/unicode/distinct.pm
32806            ! MANIFEST hv.c perl.h pod/perlmodlib.pod pod/perltoc.pod sv.c
32807            ! t/lib/1_compile.t
32808 ____________________________________________________________________________
32809 [ 11341] By: jhi                                   on 2001/07/13  00:05:53
32810         Log: Paging for Dr Octothorpe.
32811      Branch: perl
32812            ! pod/perlfaq4.pod
32813 ____________________________________________________________________________
32814 [ 11340] By: jhi                                   on 2001/07/12  23:53:44
32815         Log: cut-n-paste error noticed by mjd.
32816      Branch: perl
32817            ! pod/perlfaq4.pod
32818 ____________________________________________________________________________
32819 [ 11339] By: jhi                                   on 2001/07/12  23:39:42
32820         Log: Subject: [PATCH: perl@11328] update the octal situation in perlfaq4.pod
32821              From: Peter Prymmer <pvhp@forte.com>
32822              Date: Thu, 12 Jul 2001 17:04:22 -0700 (PDT)
32823              Message-ID: <Pine.OSF.4.10.10107121703040.219875-100000@aspara.forte.com>
32824      Branch: perl
32825            ! pod/perlfaq4.pod
32826 ____________________________________________________________________________
32827 [ 11338] By: jhi                                   on 2001/07/12  23:38:49
32828         Log: Subject: Re: [randy@qualcomm.com: Corrections for ' repository - Using the Perl repository ']
32829              From: Randall Gellens <randy@qualcomm.com>
32830              Date: Thu, 12 Jul 2001 16:56:23 -0700
32831              Message-Id: <p05100301b773e9751c04@[129.46.176.61]>
32832      Branch: perl
32833            ! Porting/repository.pod
32834 ____________________________________________________________________________
32835 [ 11337] By: jhi                                   on 2001/07/12  23:35:06
32836         Log: Make PTHREAD_ATFORK() to croak if HAS_FORK, noop otherwise.
32837      Branch: perl
32838            ! thread.h
32839 ____________________________________________________________________________
32840 [ 11336] By: jhi                                   on 2001/07/12  23:23:39
32841         Log: Subject: [PATCH] pthread_atfork on FreeBSD - Part 1: #ifdef HAS_PTHREAD_ATFORK  
32842              From: coral <coral@moonlight.crystalflame.net>
32843              Date: Thu, 12 Jul 2001 16:16:50 -0700 (PDT)
32844              Message-Id: <200107122316.f6CNGoq09171@moonlight.crystalflame.net>
32845      Branch: perl
32846            ! thread.h
32847 ____________________________________________________________________________
32848 [ 11335] By: jhi                                   on 2001/07/12  23:23:14
32849         Log: Metaconfig unit change for #11134.
32850      Branch: metaconfig
32851            + U/threads/d_pthread_atfork.U
32852 ____________________________________________________________________________
32853 [ 11334] By: jhi                                   on 2001/07/12  23:22:42
32854         Log: Add HAS_PTHREAD_ATFORK.
32855      Branch: perl
32856            ! Configure NetWare/config.wc NetWare/config_H.wc
32857            ! Porting/Glossary Porting/config.sh Porting/config_H
32858            ! config_h.SH configure.com epoc/config.sh pod/perltoc.pod
32859            ! uconfig.h uconfig.sh vos/config.alpha.def vos/config.alpha.h
32860            ! vos/config.ga.def vos/config.ga.h win32/config.bc
32861            ! win32/config.gc win32/config.vc win32/config_H.bc
32862            ! win32/config_H.gc win32/config_H.vc
32863 ____________________________________________________________________________
32864 [ 11333] By: jhi                                   on 2001/07/12  22:58:35
32865         Log: Subject: [PATCH] File::Copy fails on tied handles
32866              From: "Wilson, Doug" <Doug_Wilson@intuit.com>
32867              Date: Thu, 12 Jul 2001 15:18:51 -0700
32868              Message-ID: <35A280DF784CD411A06B0008C7B130ADB5505B@sdex04.sd.intuit.com>
32869      Branch: perl
32870            ! lib/File/Copy.pm
32871 ____________________________________________________________________________
32872 [ 11332] By: jhi                                   on 2001/07/12  22:57:04
32873         Log: Subject: [PATCH] Langinfo.t
32874              From: Nicholas Clark <nick@ccl4.org>
32875              Date: Thu, 12 Jul 2001 23:55:38 +0100
32876              Message-ID: <20010712235538.M5827@plum.flirble.org>
32877      Branch: perl
32878            ! ext/I18N/Langinfo/Langinfo.t
32879 ____________________________________________________________________________
32880 [ 11331] By: jhi                                   on 2001/07/12  22:56:09
32881         Log: Subject: [PATCH: perl@11328] informational tweaks to perl572delta.pod
32882              From: Peter Prymmer <pvhp@forte.com>
32883              Date: Thu, 12 Jul 2001 16:38:00 -0700 (PDT)
32884              Message-ID: <Pine.OSF.4.10.10107121633340.219875-100000@aspara.forte.com>
32885      Branch: perl
32886            ! pod/perl572delta.pod
32887 ____________________________________________________________________________
32888 [ 11330] By: jhi                                   on 2001/07/12  22:55:23
32889         Log: Subject: [PATCH] Re: Memory corruption? Read-only $_?
32890              From: Abhijit Menon-Sen <ams@wiw.org>
32891              Date: Fri, 13 Jul 2001 05:21:16 +0530
32892              Message-ID: <20010713052116.B5669@lustre.dyn.wiw.org>
32893      Branch: perl
32894            ! sv.c
32895 ____________________________________________________________________________
32896 [ 11329] By: jhi                                   on 2001/07/12  22:54:39
32897         Log: Subject: [PATCH 20010712.005] Re: Perl bug with "delete" on arrays
32898              From: Abhijit Menon-Sen <ams@wiw.org>
32899              Date: Fri, 13 Jul 2001 03:04:25 +0530
32900              Message-ID: <20010713030425.A5669@lustre.dyn.wiw.org>
32901      Branch: perl
32902            ! av.c
32903 ____________________________________________________________________________
32904 [ 11328] By: gsar                                  on 2001/07/12  19:02:01
32905         Log: s/^M$//g
32906      Branch: perl
32907            ! win32/Makefile win32/makefile.mk
32908 ____________________________________________________________________________
32909 [ 11327] By: jhi                                   on 2001/07/12  18:54:09
32910         Log: Update Changes.
32911      Branch: perl
32912            ! Changes patchlevel.h
32913 ____________________________________________________________________________
32914 [ 11326] By: jhi                                   on 2001/07/12  18:17:18
32915         Log: Typo spotted by Philip Newton.
32916      Branch: perl
32917            ! pod/perl572delta.pod
32918 ____________________________________________________________________________
32919 [ 11325] By: jhi                                   on 2001/07/12  18:11:42
32920         Log: Subject: [PATCH] fixes perl_clone of perl_clone
32921              From: Artur Bergman <artur@contiller.se>
32922              Date: Thu, 12 Jul 2001 20:57:09 +0200
32923              Message-ID: <B773BFA4.236B%artur@contiller.se>
32924      Branch: perl
32925            ! sv.c
32926 ____________________________________________________________________________
32927 [ 11324] By: jhi                                   on 2001/07/12  18:09:17
32928         Log: Add README.uts from Hal Morris.
32929      Branch: perl
32930            + README.uts
32931            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perl572delta.pod
32932            ! pod/perltoc.pod win32/Makefile win32/makefile.mk
32933 ____________________________________________________________________________
32934 [ 11323] By: jhi                                   on 2001/07/12  17:48:33
32935         Log: Subject: Re: AIX 4.3.3 w/ vac 5.0 [ FATAL in B ]
32936              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
32937              Date: Thu, 12 Jul 2001 20:32:37 +0200
32938              Message-Id: <20010712201743.E108.H.M.BRAND@hccnet.nl>
32939      Branch: perl
32940            ! hints/aix.sh
32941 ____________________________________________________________________________
32942 [ 11322] By: jhi                                   on 2001/07/12  17:44:29
32943         Log: Subject: Patch: document reg_data.what member
32944              From: Mark-Jason Dominus <mjd@plover.com>
32945              Message-ID: <20010712182532.14821.qmail@plover.com>
32946              Date: Thu, 12 Jul 2001 14:25:32 -0400
32947      Branch: perl
32948            ! regcomp.c regcomp.h
32949 ____________________________________________________________________________
32950 [ 11321] By: jhi                                   on 2001/07/12  17:43:18
32951         Log: Subject: [PATCH] Perl_re_dup()
32952              From: Abhijit Menon-Sen <ams@wiw.org>
32953              Date: Thu, 12 Jul 2001 23:54:32 +0530
32954              Message-ID: <20010712235432.J24707@lustre.dyn.wiw.org>
32955      Branch: perl
32956            ! embed.h embed.pl perlapi.c proto.h sv.c
32957 ____________________________________________________________________________
32958 [ 11320] By: jhi                                   on 2001/07/12  17:18:54
32959         Log: Regen Configure, modlib, toc.
32960      Branch: perl
32961            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
32962            ! pod/perlmodlib.pod pod/perltoc.pod
32963 ____________________________________________________________________________
32964 [ 11319] By: jhi                                   on 2001/07/12  17:08:15
32965         Log: The problem seems to be in PerlIO::Layer::->find() not
32966              accepting the ":encoding(blurflur)" arguments.
32967      Branch: perl
32968            ! lib/PerlIO.pm lib/open.pm
32969 ____________________________________________________________________________
32970 [ 11318] By: jhi                                   on 2001/07/12  16:58:11
32971         Log: AIX doc update.
32972      Branch: perl
32973            ! README.aix pod/perl572delta.pod
32974 ____________________________________________________________________________
32975 [ 11317] By: jhi                                   on 2001/07/12  16:39:11
32976         Log: Subject: AIX README update
32977              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
32978              Date: Thu, 12 Jul 2001 19:28:30 +0200
32979              Message-Id: <20010712192620.E0F9.H.M.BRAND@hccnet.nl>
32980      Branch: perl
32981            ! README.aix
32982 ____________________________________________________________________________
32983 [ 11316] By: jhi                                   on 2001/07/12  16:37:15
32984         Log: Subject: [PATCH ext/IO/lib/IO/t/io_unix.t] for QNX6
32985              From: Norton Allen <allen@huarp.harvard.edu>
32986              Date: Thu, 12 Jul 2001 11:30:51 -0400 (edt)
32987              Message-Id: <200107121530.LAA12631@bottesini.harvard.edu>
32988      Branch: perl
32989            ! ext/IO/lib/IO/t/io_unix.t
32990 ____________________________________________________________________________
32991 [ 11315] By: jhi                                   on 2001/07/12  16:35:53
32992         Log: Subject: [PATCH README.qnx hints/qnx.sh]
32993              From: Norton Allen <allen@huarp.harvard.edu>
32994              Date: Thu, 12 Jul 2001 11:29:19 -0400 (edt)
32995              Message-Id: <200107121529.LAA23411@bottesini.harvard.edu>
32996      Branch: perl
32997            ! README.qnx hints/qnx.sh
32998 ____________________________________________________________________________
32999 [ 11314] By: jhi                                   on 2001/07/12  16:13:15
33000         Log: Subject: [patch] faster PM_GETRE
33001              From: Doug MacEachern <dougm@covalent.net>
33002              Date: Thu, 12 Jul 2001 10:13:27 -0700 (PDT)
33003              Message-ID: <Pine.LNX.4.21.0107121011530.28844-100000@mako.covalent.net>
33004      Branch: perl
33005            ! op.h
33006 ____________________________________________________________________________
33007 [ 11313] By: jhi                                   on 2001/07/12  16:12:23
33008         Log: Subject: Re: [PATCH] Threadsafe PMOPs! We might still win this war.
33009              From: Doug MacEachern <dougm@covalent.net>
33010              Date: Thu, 12 Jul 2001 10:11:28 -0700 (PDT)
33011              Message-ID: <Pine.LNX.4.21.0107121010160.28844-100000@mako.covalent.net>
33012      Branch: perl
33013            ! op.c
33014 ____________________________________________________________________________
33015 [ 11312] By: jhi                                   on 2001/07/12  16:07:22
33016         Log: Tell where the nice Estonian database is.
33017      Branch: perl
33018            ! lib/open.pm
33019 ____________________________________________________________________________
33020 [ 11311] By: jhi                                   on 2001/07/12  16:05:31
33021         Log: Retract #11309 since #11310 is a better fix.
33022      Branch: perl
33023            ! t/lib/1_compile.t
33024 ____________________________________________________________________________
33025 [ 11310] By: gsar                                  on 2001/07/12  15:50:40
33026         Log: fix for failing fork.t#12 on windows (win32_execvp() tweak in
33027              change#11300 needs to return the status of failed win32_spawnvp())
33028              
33029              fix various open.pm bugs: '\0' isn't the same as "\0", so it wasn't
33030              splitting correctly; remove unused variables; 'require' at run time
33031              rather than 'use' at compile time for I18N::Langinfo, since it
33032              isn't everyware
33033      Branch: perl
33034            ! lib/open.pm win32/win32.c
33035 ____________________________________________________________________________
33036 [ 11309] By: jhi                                   on 2001/07/12  15:29:55
33037         Log: Temporary workaround.
33038      Branch: perl
33039            ! t/lib/1_compile.t
33040 ____________________________________________________________________________
33041 [ 11308] By: jhi                                   on 2001/07/12  14:44:51
33042         Log: UCD typo in #11306 and add also more known-to-be-tested
33043              modules to the skip list.
33044      Branch: perl
33045            ! t/lib/1_compile.t
33046 ____________________________________________________________________________
33047 [ 11307] By: jhi                                   on 2001/07/12  14:38:38
33048         Log: Rename Unicode::UCD to UnicodeCD to avoid
33049              messups with case-insensitive filesystems.
33050      Branch: perl
33051            + lib/UnicodeCD.pm lib/UnicodeCD.t
33052            - lib/Unicode/UCD.pm lib/Unicode/UCD.t
33053            ! MANIFEST pod/perl572delta.pod t/lib/1_compile.t
33054 ____________________________________________________________________________
33055 [ 11306] By: jhi                                   on 2001/07/12  13:32:05
33056         Log: Subject: [ID 20010711.005] in Tie::Array, SPLICE ignores context, breaking SHIFT 
33057              From: daniel@biz.bitpusher.com
33058              Date: Wed, 11 Jul 2001 23:25:47 -0700
33059              Message-Id: <200107120625.f6C6PkJ13065@biz.bitpusher.com>
33060      Branch: perl
33061            ! lib/Tie/Array.pm t/op/splice.t
33062 ____________________________________________________________________________
33063 [ 11305] By: jhi                                   on 2001/07/12  13:05:46
33064         Log: Subject: [PATCH] More accurate line numbers in messages
33065              From: Paul Johnson <paul@pjcj.net>
33066              Date: Thu, 12 Jul 2001 04:14:11 +0200
33067              Message-ID: <20010712041411.A3467@pjcj.net>
33068              
33069              (With prototyping and multiplicity tweaks.)
33070      Branch: perl
33071            ! dump.c embed.h embed.pl t/lib/warnings/util util.c
33072 ____________________________________________________________________________
33073 [ 11304] By: nick                                  on 2001/07/12  12:53:40
33074         Log: Integrate mainline
33075      Branch: perlio
33076           !> ext/ByteLoader/bytecode.h hints/aix.sh pod/perl572delta.pod
33077           !> regexec.c thread.h
33078 ____________________________________________________________________________
33079 [ 11303] By: jhi                                   on 2001/07/12  12:46:20
33080         Log: Cut-and-pasto in #11298.
33081      Branch: perl
33082            ! ext/ByteLoader/bytecode.h
33083 ____________________________________________________________________________
33084 [ 11302] By: jhi                                   on 2001/07/12  12:42:35
33085         Log: Update the AIX known problems section.
33086      Branch: perl
33087            ! pod/perl572delta.pod
33088 ____________________________________________________________________________
33089 [ 11301] By: jhi                                   on 2001/07/12  12:36:46
33090         Log: Subject: Re: HiRes on AIX 4.2 in threaded mode
33091              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
33092              Date: Thu, 12 Jul 2001 12:16:16 +0200
33093              Message-Id: <20010712114215.E0D9.H.M.BRAND@hccnet.nl>
33094      Branch: perl
33095            ! hints/aix.sh
33096 ____________________________________________________________________________
33097 [ 11300] By: jhi                                   on 2001/07/12  12:35:44
33098         Log: Integrate perlio.
33099      Branch: perl
33100           !> makedef.pl win32/win32.c
33101 ____________________________________________________________________________
33102 [ 11299] By: jhi                                   on 2001/07/12  12:33:57
33103         Log: Subject: [PATCH] fix for PMOP threadness failures
33104              From: Artur Bergman <artur@contiller.se>
33105              Date: Thu, 12 Jul 2001 09:48:06 +0200
33106              Message-ID: <B77322D6.22DD%artur@contiller.se>
33107      Branch: perl
33108            ! regexec.c
33109 ____________________________________________________________________________
33110 [ 11298] By: jhi                                   on 2001/07/12  12:27:47
33111         Log: Subject: RE: Win32 Failure, was Re: perl@11278 - LAST CALL FOR 5.7.2
33112              From: "Konovalov, Vadim Vladimirovich (Vadim)" <vkonovalov@lucent.com>
33113              Date: Thu, 12 Jul 2001 09:09:48 +0200
33114              Message-ID: <E3FB32585BF1D411B9E900805FF51A0808CE70@RU0022EXCH001U> 
33115              
33116              More parentheses to keep bcc happy.
33117      Branch: perl
33118            ! ext/ByteLoader/bytecode.h
33119 ____________________________________________________________________________
33120 [ 11297] By: jhi                                   on 2001/07/12  12:24:50
33121         Log: Subject: Re: [patch] pthread_atfork bandaid
33122              From: Doug MacEachern <dougm@covalent.net>
33123              Date: Wed, 11 Jul 2001 23:43:17 -0700 (PDT)
33124              Message-ID: <Pine.LNX.4.21.0107112342330.28844-100000@mako.covalent.net>
33125      Branch: perl
33126            ! thread.h
33127 ____________________________________________________________________________
33128 [ 11296] By: nick                                  on 2001/07/12  11:55:48
33129         Log: Exclude reentrant_buffer from .def file
33130      Branch: perlio
33131            ! makedef.pl
33132 ____________________________________________________________________________
33133 [ 11295] By: nick                                  on 2001/07/12  11:11:44
33134         Log: Honour void-ness of my_exit()
33135      Branch: perlio
33136            ! win32/win32.c
33137 ____________________________________________________________________________
33138 [ 11294] By: nick                                  on 2001/07/12  07:51:04
33139         Log: Integrate mainline
33140      Branch: perlio
33141           +> uts/sprintf_wrap.c
33142           !> (integrate 35 files)
33143 ____________________________________________________________________________
33144 [ 11293] By: jhi                                   on 2001/07/12  04:58:08
33145         Log: Retract #11289.
33146      Branch: perl
33147            ! embed.h embed.pl perl.c proto.h thread.h
33148 ____________________________________________________________________________
33149 [ 11292] By: jhi                                   on 2001/07/12  04:47:43
33150         Log: Now the :locale pseudolayer *almost* works...
33151      Branch: perl
33152            ! lib/open.pm
33153 ____________________________________________________________________________
33154 [ 11291] By: jhi                                   on 2001/07/12  04:36:47
33155         Log: Locale encoding tweaks.
33156      Branch: perl
33157            ! lib/open.pm
33158 ____________________________________________________________________________
33159 [ 11290] By: jhi                                   on 2001/07/12  04:25:53
33160         Log: Subject: Re: [PATCH: perl@11181] UCD.t fails LATIN|Latin test
33161              From: Mark-Jason Dominus <mjd@plover.com>
33162              Date: Thu, 12 Jul 2001 00:59:31 -0400
33163              Message-ID: <20010712045931.8543.qmail@plover.com>
33164              
33165              Remove the chmod/umask leading zero warning.
33166      Branch: perl
33167            ! lib/warnings.pm pod/perldiag.pod pod/perllexwarn.pod
33168            ! t/lib/warnings/toke toke.c warnings.h warnings.pl
33169 ____________________________________________________________________________
33170 [ 11289] By: jhi                                   on 2001/07/12  04:16:41
33171         Log: (Retracted by #11289.)
33172      Branch: perl
33173            ! embed.h embed.pl perl.c proto.h thread.h
33174 ____________________________________________________________________________
33175 [ 11288] By: jhi                                   on 2001/07/12  03:45:11
33176         Log: Needed by #11283.
33177      Branch: perl
33178            ! intrpvar.h
33179 ____________________________________________________________________________
33180 [ 11287] By: jhi                                   on 2001/07/12  03:40:04
33181         Log: Metaconfig unit change for #11286.
33182      Branch: metaconfig/U/perl
33183            ! patchlevel.U
33184 ____________________________________________________________________________
33185 [ 11286] By: jhi                                   on 2001/07/12  03:39:18
33186         Log: Subject: Re: [PATCH Configure] perl -V broken
33187              From: Andy Dougherty <doughera@lafayette.edu>
33188              Date: Wed, 11 Jul 2001 13:30:27 -0400 (EDT)
33189              Message-ID: <Pine.SOL.4.10.10107111329060.2021-100000@maxwell.phys.lafayette.edu>
33190      Branch: perl
33191            ! Configure myconfig.SH
33192 ____________________________________________________________________________
33193 [ 11285] By: jhi                                   on 2001/07/12  03:27:28
33194         Log: Retract #11166 (and #11237).
33195      Branch: perl
33196            ! dump.c embed.h lib/warnings.pm op.c op.h opcode.h opcode.pl
33197            ! pod/perldiag.pod pp.sym pp_proto.h t/lib/warnings/op
33198            ! t/lib/warnings/toke toke.c warnings.h warnings.pl
33199 ____________________________________________________________________________
33200 [ 11284] By: jhi                                   on 2001/07/12  02:36:42
33201         Log: UTS tweaks for Hal Morris.
33202      Branch: perl
33203            + uts/sprintf_wrap.c
33204            ! MANIFEST hints/uts.sh perl.h
33205 ____________________________________________________________________________
33206 [ 11283] By: jhi                                   on 2001/07/12  00:52:36
33207         Log: Subject: [PATCH] Use reentrant API glibc
33208              From: Artur Bergman <artur@contiller.se>
33209              Date: Thu, 12 Jul 2001 00:58:21 +0200
33210              Message-ID: <B772A6AD.2288%artur@contiller.se>
33211      Branch: perl
33212            ! embedvar.h intrpvar.h op.h perl.c perlapi.h pod/perlapi.pod
33213            ! sv.c
33214 ____________________________________________________________________________
33215 [ 11282] By: jhi                                   on 2001/07/12  00:35:27
33216         Log: Subject: Re: ActivePerl 628 + warnings + fork + exec = spurious "Can't exec"?
33217              From: barries <barries@slaysys.com>
33218              Date: Wed, 11 Jul 2001 15:11:46 -0400
33219              Message-ID: <20010711151146.G24560@jester.slaysys.com>
33220      Branch: perl
33221            ! pp_sys.c t/lib/warnings/doio win32/win32.c
33222 ____________________________________________________________________________
33223 [ 11281] By: jhi                                   on 2001/07/12  00:32:17
33224         Log: Subject: [patch] pthread_atfork bandaid
33225              From: Doug MacEachern <dougm@covalent.net>
33226              Date: Wed, 11 Jul 2001 08:59:12 -0700 (PDT)
33227              Message-ID: <Pine.LNX.4.21.0107110855070.11688-100000@mako.covalent.net>
33228      Branch: perl
33229            ! miniperlmain.c perl.c
33230 ____________________________________________________________________________
33231 [ 11280] By: jhi                                   on 2001/07/12  00:31:34
33232         Log: Subject: [patch] perl_clone leaks
33233              From: Doug MacEachern <dougm@covalent.net>
33234              Date: Wed, 11 Jul 2001 08:43:32 -0700 (PDT)
33235              Message-ID: <Pine.LNX.4.21.0107110842390.11688-100000@mako.covalent.net>
33236      Branch: perl
33237            ! sv.c
33238 ____________________________________________________________________________
33239 [ 11279] By: nick                                  on 2001/07/11  15:49:38
33240         Log: Integrate mainline
33241      Branch: perlio
33242           +> ext/Encode/Encode/HZ.enc ext/PerlIO/t/encoding.t
33243           +> ext/Time/HiRes/hints/dynixptx.pl lib/Math/BigInt/Calc.pm
33244           +> lib/Math/BigInt/t/bigintc.t lib/Term/ANSIColor/ChangeLog
33245           +> lib/Term/ANSIColor/README
33246           !> (integrate 54 files)
33247 ____________________________________________________________________________
33248 [ 11278] By: jhi                                   on 2001/07/11  13:52:20
33249         Log: Update Changes.
33250      Branch: perl
33251            ! Changes patchlevel.h
33252 ____________________________________________________________________________
33253 [ 11277] By: jhi                                   on 2001/07/11  13:31:43
33254         Log: Subject: blead kit timestamps && the problem with running perl embed.pl
33255              From: Peter Prymmer <pvhp@forte.com>
33256              Date: Tue, 10 Jul 2001 19:33:00 -0700 (PDT)
33257              Message-ID: <Pine.OSF.4.10.10107101906360.137455-100000@aspara.forte.com>
33258              
33259              Backport of embed.pl to 5.003.
33260      Branch: perl
33261            ! embed.pl
33262 ____________________________________________________________________________
33263 [ 11276] By: jhi                                   on 2001/07/11  13:18:07
33264         Log: Subject: Re: POSIX test #14 on UTS 
33265              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
33266              Date: Wed, 11 Jul 2001 03:02:14 +0100
33267              Message-Id: <200107110202.f6B22Ea10727@crypt.compulink.co.uk>
33268      Branch: perl
33269            ! ext/POSIX/POSIX.t
33270 ____________________________________________________________________________
33271 [ 11275] By: jhi                                   on 2001/07/11  13:15:49
33272         Log: Make the I32 an IV to preserve structure alignment and size.
33273      Branch: perl
33274            ! op.h
33275 ____________________________________________________________________________
33276 [ 11274] By: jhi                                   on 2001/07/11  13:13:27
33277         Log: Subject: [PATCH] Threadsafe PMOPs! We might still win this war.
33278              From: "Artur Bergman" <artur@contiller.se>
33279              Date: Wed, 11 Jul 2001 14:23:37 +0200
33280              Message-ID: <000b01c10a04$4fa16a10$21000a0a@vogw2kdev>
33281              
33282              Threadsafe PMOPs for ithreads, waiting for AMS's Perl_re_dup().
33283      Branch: perl
33284            ! embedvar.h intrpvar.h op.c op.h perl.c perlapi.h
33285            ! pod/perlapi.pod sv.c
33286 ____________________________________________________________________________
33287 [ 11273] By: jhi                                   on 2001/07/11  03:53:28
33288         Log: Tweak until Pod::Parser gets updated.
33289      Branch: perl
33290            ! t/pod/special_seqs.xr
33291 ____________________________________________________________________________
33292 [ 11272] By: jhi                                   on 2001/07/11  00:46:05
33293         Log: File::Spec usage tweak.
33294      Branch: perl
33295            ! lib/ExtUtils.t
33296 ____________________________________________________________________________
33297 [ 11271] By: jhi                                   on 2001/07/11  00:37:19
33298         Log: Integrate #11263 from macperl; macos and macosx updates.
33299      Branch: perl
33300           !> pod/perlport.pod
33301 ____________________________________________________________________________
33302 [ 11270] By: jhi                                   on 2001/07/11  00:33:27
33303         Log: Subject: [PATCH: perl@11238] dynixptx updates for osvers='4.5.2'
33304              From: Peter Prymmer <pvhp@forte.com>
33305              Date: Tue, 10 Jul 2001 15:29:45 -0700 (PDT)
33306              Message-ID: <Pine.OSF.4.10.10107101519160.137455-100000@aspara.forte.com>
33307      Branch: perl
33308            + ext/Time/HiRes/hints/dynixptx.pl
33309            ! MANIFEST hints/dynixptx.sh
33310 ____________________________________________________________________________
33311 [ 11269] By: jhi                                   on 2001/07/11  00:32:16
33312         Log: Subject: [PATCH] ExtUtils::Constant (was Re: funny numconvert test in perl@11006 (was Re: report on BS2000 wit h perl@11006))
33313              From: Nicholas Clark <nick@ccl4.org>
33314              Date: Tue, 10 Jul 2001 23:17:43 +0100
33315              Message-ID: <20010710231742.B59620@plum.flirble.org>
33316      Branch: perl
33317            ! lib/ExtUtils.t lib/ExtUtils/Constant.pm
33318 ____________________________________________________________________________
33319 [ 11268] By: jhi                                   on 2001/07/11  00:30:56
33320         Log: Subject: [DOC PATCH] Pluggable runops
33321              From: Paul Johnson <paul@pjcj.net>
33322              Date: Tue, 10 Jul 2001 21:53:28 +0200
33323              Message-ID: <20010710215328.B26577@pjcj.net>
33324      Branch: perl
33325            ! pod/perlguts.pod
33326 ____________________________________________________________________________
33327 [ 11267] By: jhi                                   on 2001/07/11  00:29:59
33328         Log: Subject: [PATCH] Authors
33329              From: Artur Bergman <artur@contiller.se>
33330              Date: Tue, 10 Jul 2001 20:39:12 +0200
33331              Message-ID: <B771186F.21CD%artur@contiller.se>
33332      Branch: perl
33333            ! AUTHORS
33334 ____________________________________________________________________________
33335 [ 11266] By: jhi                                   on 2001/07/11  00:29:13
33336         Log: Subject: Re: [PATCH] Small fix to pp_gmtime
33337              From: Doug MacEachern <dougm@covalent.net>
33338              Date: Tue, 10 Jul 2001 11:19:43 -0700 (PDT)
33339              Message-ID: <Pine.LNX.4.21.0107101118020.10475-100000@mako.covalent.net>
33340      Branch: perl
33341            ! pp_ctl.c
33342 ____________________________________________________________________________
33343 [ 11265] By: jhi                                   on 2001/07/11  00:28:15
33344         Log: Subject: doc patch; times() in scalar context
33345              From: mjd@plover.com
33346              Date: 10 Jul 2001 18:01:17 -0000
33347              Message-ID: <20010710180117.12477.qmail@plover.com>
33348      Branch: perl
33349            ! pod/perlfunc.pod
33350 ____________________________________________________________________________
33351 [ 11264] By: jhi                                   on 2001/07/11  00:27:17
33352         Log: Subject: [PATCH] Small fix to pp_gmtime
33353              From: Artur Bergman <artur@contiller.se>
33354              Date: Tue, 10 Jul 2001 19:54:52 +0200
33355              Message-ID: <B7710E0B.21C5%artur@contiller.se>
33356      Branch: perl
33357            ! pp_sys.c
33358 ____________________________________________________________________________
33359 [ 11263] By: pudge                                 on 2001/07/10  21:06:10
33360         Log: Integrate changes from mainline perl, add notes about
33361              Mac OS X and Mac OS.
33362      Branch: maint-5.6/macperl
33363            ! pod/perlport.pod
33364 ____________________________________________________________________________
33365 [ 11262] By: jhi                                   on 2001/07/10  15:21:26
33366         Log: A proof of the dangers of package; ?
33367      Branch: perl
33368            ! t/lib/warnings/op
33369 ____________________________________________________________________________
33370 [ 11261] By: jhi                                   on 2001/07/10  15:02:27
33371         Log: Regen toc and modlib.
33372      Branch: perl
33373            ! pod/perlmodlib.pod pod/perltoc.pod
33374 ____________________________________________________________________________
33375 [ 11260] By: jhi                                   on 2001/07/10  15:00:37
33376         Log: Add compexcl(), casefold(), and casespec() interfaces;
33377              and make all interfaces to return hash references instead
33378              of hashes. 
33379      Branch: perl
33380            ! lib/Unicode/UCD.pm lib/Unicode/UCD.t
33381 ____________________________________________________________________________
33382 [ 11259] By: jhi                                   on 2001/07/10  13:50:17
33383         Log: Subject: [PATCH bleadperl] Math::Big* doc patches (and some code)
33384              From: "Philip Newton" <Philip.Newton@gmx.net>
33385              Date: Tue, 10 Jul 2001 09:55:59 +0200
33386              Message-ID: <20010710.095300@ID-11583.news.dfncis.de>
33387              
33388              Subject: [DOC PATCH bleadperl] detypo Math::BigInt docs
33389              From: "Philip Newton" <Philip.Newton@gmx.net>
33390              Date: Tue, 10 Jul 2001 09:56:37 +0200
33391              Message-ID: <20010710.095600@ID-11583.news.dfncis.de>
33392      Branch: perl
33393            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm
33394            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bigintpm.t
33395 ____________________________________________________________________________
33396 [ 11258] By: jhi                                   on 2001/07/10  13:47:20
33397         Log: Subject: [patch] undef &xsub for 1,2
33398              From: Doug MacEachern <dougm@covalent.net>
33399              Date: Mon, 9 Jul 2001 20:16:49 -0700 (PDT)
33400              Message-ID: <Pine.LNX.4.21.0107092012570.1913-100000@mako.covalent.net>
33401              
33402              (This version of the patch with a comment from Gisle.)
33403      Branch: perl
33404            ! op.c
33405 ____________________________________________________________________________
33406 [ 11257] By: jhi                                   on 2001/07/10  13:45:44
33407         Log: Mention package; deprecation and the Win32 problems.
33408      Branch: perl
33409            ! pod/perl572delta.pod
33410 ____________________________________________________________________________
33411 [ 11256] By: jhi                                   on 2001/07/10  13:45:12
33412         Log: Subject: [PATCH] deprecate package with no arguments
33413              From: Robin Houston <robin@kitsite.com>
33414              Date: Tue, 10 Jul 2001 13:33:40 +0100
33415              Message-ID: <20010710133340.A13452@robin.kitsite.com>
33416      Branch: perl
33417            ! op.c pod/perldiag.pod pod/perlfunc.pod t/lib/warnings/op
33418 ____________________________________________________________________________
33419 [ 11255] By: jhi                                   on 2001/07/10  13:16:11
33420         Log: Upgrade to podlators 1.10.
33421      Branch: perl
33422            ! lib/Pod/Man.pm lib/Pod/Text.pm lib/Pod/Text/Color.pm
33423            ! lib/Pod/Text/Overstrike.pm lib/Pod/Text/Termcap.pm
33424            ! pod/pod2man.PL pod/pod2text.PL
33425 ____________________________________________________________________________
33426 [ 11254] By: jhi                                   on 2001/07/10  13:09:34
33427         Log: Upgrade to Term::ANSIColor 1.04.
33428      Branch: perl
33429            + lib/Term/ANSIColor/ChangeLog lib/Term/ANSIColor/README
33430            ! MANIFEST lib/Term/ANSIColor.pm lib/Term/ANSIColor/test.pl
33431 ____________________________________________________________________________
33432 [ 11253] By: jhi                                   on 2001/07/10  12:59:27
33433         Log: Integrate perlio (the right fix for the ":layer(args)")
33434      Branch: perl
33435           !> perlio.c
33436 ____________________________________________________________________________
33437 [ 11252] By: nick                                  on 2001/07/10  06:58:14
33438         Log: Fix open(...,"...:layer(xxx)",...)
33439              - use memEQ not strEQ as there is '(' not '\0'
33440      Branch: perlio
33441            ! perlio.c
33442 ____________________________________________________________________________
33443 [ 11251] By: jhi                                   on 2001/07/10  04:04:18
33444         Log: Telling the number of tests helps.
33445      Branch: perl
33446            ! ext/PerlIO/t/encoding.t
33447 ____________________________________________________________________________
33448 [ 11250] By: jhi                                   on 2001/07/10  03:55:38
33449         Log: Require I18N::Langinfo, not use.
33450      Branch: perl
33451            ! lib/open.pm
33452 ____________________________________________________________________________
33453 [ 11249] By: jhi                                   on 2001/07/10  03:50:18
33454         Log: Add a test for for PerlIO ":encoding(...)" layer.
33455      Branch: perl
33456            + ext/PerlIO/t/encoding.t
33457            ! MANIFEST ext/Encode/Encode.pm
33458 ____________________________________________________________________________
33459 [ 11248] By: jhi                                   on 2001/07/10  02:06:57
33460         Log: PerlIO ":encoding(foobar)" temporary fix.
33461              Not really correct, I think, since the change means
33462              that prefixes match.
33463      Branch: perl
33464            ! perlio.c
33465 ____________________________________________________________________________
33466 [ 11247] By: jhi                                   on 2001/07/10  01:38:11
33467         Log: Update to Math::BigInt 1.36.  The biggest news is
33468              the separation of the backend; now the pure Perl
33469              implementation is in Math::BigInt::Calc, but one
33470              can plugin, say, Math::BigInt::BitVect, and get
33471              considerable speedup.
33472      Branch: perl
33473            + lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bigintc.t
33474            ! MANIFEST lib/Math/BigFloat.pm lib/Math/BigInt.pm
33475            ! lib/Math/BigInt/t/bigfltpm.t lib/Math/BigInt/t/bigintpm.t
33476            ! lib/Math/BigInt/t/mbimbf.t
33477 ____________________________________________________________________________
33478 [ 11246] By: jhi                                   on 2001/07/10  01:19:55
33479         Log: Subject: Re: compatibility question
33480              From: Peter Prymmer <pvhp@forte.com>
33481              Date: Mon, 9 Jul 2001 18:04:33 -0700 (PDT)
33482              Message-ID: <Pine.OSF.4.10.10107091619360.86512-100000@aspara.forte.com>
33483      Branch: perl
33484            ! lib/ExtUtils/MM_VMS.pm
33485 ____________________________________________________________________________
33486 [ 11245] By: jhi                                   on 2001/07/10  01:18:04
33487         Log: Subject: [PATCH ext/File/Glob/t/basic.t]
33488              From: Norton Allen <allen@huarp.harvard.edu>
33489              Date: Mon, 9 Jul 2001 17:16:15 -0400 (edt)
33490              Message-Id: <200107092116.RAA12010@bottesini.harvard.edu>
33491      Branch: perl
33492            ! ext/File/Glob/t/basic.t
33493 ____________________________________________________________________________
33494 [ 11244] By: jhi                                   on 2001/07/10  01:16:27
33495         Log: Subject: [PATCH] Encode::Tcl. add "HZ" encoding and bugfix
33496              From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
33497              Date: Tue, 10 Jul 2001 00:29:55 +0900
33498              Message-Id: <20010710002756.B497.BQW10602@nifty.com>
33499      Branch: perl
33500            + ext/Encode/Encode/HZ.enc
33501            ! MANIFEST ext/Encode/Encode/7bit-kana.enc
33502            ! ext/Encode/Encode/Tcl.pm ext/Encode/Encode/Tcl.t
33503            ! ext/Encode/Encode/iso2022-jp.enc
33504            ! ext/Encode/Encode/iso2022-kr.enc
33505 ____________________________________________________________________________
33506 [ 11243] By: pudge                                 on 2001/07/09  22:16:12
33507         Log: Add in all them there macos/ files.
33508      Branch: maint-5.6/macperl
33509            + (add 577 files)
33510 ____________________________________________________________________________
33511 [ 11242] By: jhi                                   on 2001/07/09  20:26:04
33512         Log: Add the new modules to the list of having those own tests.
33513      Branch: perl
33514            ! t/lib/1_compile.t
33515 ____________________________________________________________________________
33516 [ 11241] By: jhi                                   on 2001/07/09  19:09:58
33517         Log: Add INOUT to control both ways at the same time.
33518      Branch: perl
33519            ! lib/open.pm
33520 ____________________________________________________________________________
33521 [ 11240] By: nick                                  on 2001/07/09  16:33:50
33522         Log: Integrate mainline
33523      Branch: perlio
33524           +> ext/I18N/Langinfo/Langinfo.pm ext/I18N/Langinfo/Langinfo.t
33525           +> ext/I18N/Langinfo/Langinfo.xs ext/I18N/Langinfo/Makefile.PL
33526           !> (integrate 41 files)
33527 ____________________________________________________________________________
33528 [ 11239] By: jhi                                   on 2001/07/09  16:14:35
33529         Log: More encoding mapping magic.
33530      Branch: perl
33531            ! lib/open.pm
33532 ____________________________________________________________________________
33533 [ 11238] By: jhi                                   on 2001/07/09  14:40:43
33534         Log: Update Changes.
33535      Branch: perl
33536            ! Changes patchlevel.h
33537 ____________________________________________________________________________
33538 [ 11237] By: jhi                                   on 2001/07/09  14:27:27
33539         Log: (Retracted by #11285).
33540              
33541              Subject: [PATCH] OPpCONST_OCTAL fixes
33542              From: Abhijit Menon-Sen <ams@wiw.org>
33543              Date: Mon, 9 Jul 2001 07:38:45 +0530
33544              Message-ID: <20010709073845.A25406@lustre.dyn.wiw.org>
33545      Branch: perl
33546            ! op.c
33547 ____________________________________________________________________________
33548 [ 11236] By: jhi                                   on 2001/07/09  14:10:07
33549         Log: Add a pseudolayer ":locale" to the open pragma which
33550              will get the encoding from the locale.  Yet undocumented
33551              because I can't get the PerlIO :encoding(foobar) to work.
33552      Branch: perl
33553            ! ext/Encode/Encode.pm lib/open.pm
33554 ____________________________________________________________________________
33555 [ 11235] By: jhi                                   on 2001/07/09  13:38:43
33556         Log: Add more encoding mappings.
33557      Branch: perl
33558            ! ext/Encode/Encode.pm
33559 ____________________________________________________________________________
33560 [ 11234] By: jhi                                   on 2001/07/09  13:24:54
33561         Log: Document that using :encoding layer requires using Encode.
33562      Branch: perl
33563            ! ext/Encode/Encode.pm lib/PerlIO.pm
33564 ____________________________________________________________________________
33565 [ 11233] By: jhi                                   on 2001/07/09  13:19:34
33566         Log: Netware tweak from Ananth Kesari.
33567      Branch: perl
33568            ! NetWare/netware.h
33569 ____________________________________________________________________________
33570 [ 11232] By: gsar                                  on 2001/07/09  04:40:07
33571         Log: t/harness doesn't know about run/*.t
33572      Branch: perl
33573            ! t/harness
33574 ____________________________________________________________________________
33575 [ 11231] By: gsar                                  on 2001/07/09  04:36:30
33576         Log: run/exit.t busted on windows
33577      Branch: perl
33578            ! t/run/exit.t
33579 ____________________________________________________________________________
33580 [ 11230] By: gsar                                  on 2001/07/09  04:14:54
33581         Log: fix a couple of UCD.t tests that fail due to bad case
33582      Branch: perl
33583            ! lib/Unicode/UCD.t
33584 ____________________________________________________________________________
33585 [ 11229] By: gsar                                  on 2001/07/09  03:57:06
33586         Log: test skip logic was broken
33587      Branch: perl
33588            ! ext/I18N/Langinfo/Langinfo.t
33589 ____________________________________________________________________________
33590 [ 11228] By: gsar                                  on 2001/07/09  03:42:20
33591         Log: remove *.pdb files on windows upon $(MAKE) clean (fixes
33592              failure of ExtUtils.t#27 when built in debug mode)
33593      Branch: perl
33594            ! lib/ExtUtils/MM_Win32.pm
33595 ____________________________________________________________________________
33596 [ 11227] By: gsar                                  on 2001/07/09  02:11:04
33597         Log: I18N::Langinfo is not available on windows
33598      Branch: perl
33599            ! win32/FindExt.pm
33600 ____________________________________________________________________________
33601 [ 11226] By: gsar                                  on 2001/07/09  01:55:23
33602         Log: save a dTHX
33603      Branch: perl
33604            ! ext/POSIX/POSIX.xs
33605 ____________________________________________________________________________
33606 [ 11225] By: jhi                                   on 2001/07/08  23:42:37
33607         Log: Update Changes.
33608      Branch: perl
33609            ! Changes patchlevel.h
33610 ____________________________________________________________________________
33611 [ 11224] By: jhi                                   on 2001/07/08  23:05:41
33612         Log: Guard the nl_langinfo() with HAS_NL_LANGINFO 
33613              as pointed out by Sarathy.
33614      Branch: perl
33615            ! ext/I18N/Langinfo/Langinfo.xs
33616 ____________________________________________________________________________
33617 [ 11223] By: jhi                                   on 2001/07/08  22:59:01
33618         Log: Retract #11212.
33619      Branch: perl
33620            ! cv.h ext/Opcode/Opcode.xs op.c pp_hot.c sv.h toke.c
33621 ____________________________________________________________________________
33622 [ 11222] By: jhi                                   on 2001/07/08  17:41:22
33623         Log: Bump up the VERSION of Cwd.xs.
33624      Branch: perl
33625            ! ext/Cwd/Makefile.PL
33626 ____________________________________________________________________________
33627 [ 11221] By: jhi                                   on 2001/07/08  17:13:38
33628         Log: Retract #11220, the problem wasn't the missing leading zero.
33629              Here's the problem:
33630              $ ./perl -we 'chmod(oct("755"), ".")'
33631              Non-octal literal mode (493) specified at -e line 1.
33632              (Did you mean 0493 instead?)
33633      Branch: perl
33634            ! lib/ExtUtils/MM_Unix.pm
33635 ____________________________________________________________________________
33636 [ 11220] By: jhi                                   on 2001/07/08  17:05:55
33637         Log: (Retracted by #11221)
33638              Change the PERM_RW and PERM_RWX to 0644 and 0755
33639              (add the leading zero).
33640      Branch: perl
33641            ! lib/ExtUtils/MM_Unix.pm
33642 ____________________________________________________________________________
33643 [ 11219] By: jhi                                   on 2001/07/08  16:17:32
33644         Log: Integrate changes #11193, 11205, 11209 from macperl.
33645              
33646              Fix up AutoLoader to fudge for Mac paths in import().
33647              
33648              Allow symbols in try_symbol() to begin with "_".
33649              
33650              Small portability fix for Mac OS.
33651      Branch: perl
33652           !> lib/AutoLoader.pm lib/Cwd.pm makedef.pl
33653 ____________________________________________________________________________
33654 [ 11218] By: jhi                                   on 2001/07/08  16:10:30
33655         Log: Metaconfig unit change for #11217.
33656      Branch: metaconfig/U/perl
33657            ! Extensions.U
33658 ____________________________________________________________________________
33659 [ 11217] By: jhi                                   on 2001/07/08  16:10:07
33660         Log: Detypo, problem noticed by Gerrit P. Haase.
33661      Branch: perl
33662            ! Configure config_h.SH
33663 ____________________________________________________________________________
33664 [ 11216] By: jhi                                   on 2001/07/08  15:58:35
33665         Log: Cwd cleanups.
33666      Branch: perl
33667            ! ext/Cwd/Cwd.xs
33668 ____________________________________________________________________________
33669 [ 11215] By: jhi                                   on 2001/07/08  15:52:57
33670         Log: Slight tweaks on #11213.
33671      Branch: perl
33672            ! toke.c
33673 ____________________________________________________________________________
33674 [ 11214] By: jhi                                   on 2001/07/08  14:32:28
33675         Log: A missing dTHX noticed by Gerrit P. Haase.
33676      Branch: perl
33677            ! ext/POSIX/POSIX.xs
33678 ____________________________________________________________________________
33679 [ 11213] By: jhi                                   on 2001/07/08  14:24:44
33680         Log: Subject: [PATCH toke.c] Simplify yytoke()
33681              From: Simon Cozens <simon@netthink.co.uk>
33682              Date: Sun, 8 Jul 2001 13:24:34 +0100
33683              Message-ID: <20010708132434.A9448@deep-dark-truthful-mirror>
33684              
33685              Split out pending_ident().
33686      Branch: perl
33687            ! embed.h embed.pl pod/perlapi.pod proto.h toke.c
33688 ____________________________________________________________________________
33689 [ 11212] By: jhi                                   on 2001/07/08  14:17:10
33690         Log: (Retracted by #11223.)
33691              Subject: [PATCH] Re: Problem with Safe.pm and Perl 5.004
33692              Date: Wed, 05 Nov 1997 17:22:34 -0600
33693              From: Graham Barr <gbarr@ti.com>
33694              Message-Id: <3460FFBA.6DA51F46@ti.com>
33695      Branch: perl
33696            ! cv.h ext/Opcode/Opcode.xs op.c pp_hot.c sv.h toke.c
33697 ____________________________________________________________________________
33698 [ 11211] By: jhi                                   on 2001/07/08  13:53:38
33699         Log: Fix I18N::Langinfo nits noticed but Philip Newton.
33700      Branch: perl
33701            ! ext/I18N/Langinfo/Langinfo.pm ext/I18N/Langinfo/Langinfo.t
33702            ! pod/perllocale.pod
33703 ____________________________________________________________________________
33704 [ 11210] By: jhi                                   on 2001/07/08  01:34:09
33705         Log: Really do the test under the C locale.
33706      Branch: perl
33707            ! ext/I18N/Langinfo/Langinfo.t
33708 ____________________________________________________________________________
33709 [ 11209] By: pudge                                 on 2001/07/08  01:19:25
33710         Log: Small portability fix for Mac OS.
33711      Branch: maint-5.6/macperl
33712            ! lib/Cwd.pm
33713 ____________________________________________________________________________
33714 [ 11208] By: jhi                                   on 2001/07/08  01:14:58
33715         Log: Metaconfig unit change for #11207.
33716      Branch: metaconfig/U/perl
33717            ! Extensions.U
33718 ____________________________________________________________________________
33719 [ 11207] By: jhi                                   on 2001/07/08  01:14:02
33720         Log: Add I18N::Langinfo, which is basically a wrapper around
33721              nl_langinfo(), which is an additional way to query locale
33722              specific information.
33723      Branch: perl
33724            + ext/I18N/Langinfo/Langinfo.pm ext/I18N/Langinfo/Langinfo.t
33725            + ext/I18N/Langinfo/Langinfo.xs ext/I18N/Langinfo/Makefile.PL
33726            ! Configure MANIFEST pod/perl572delta.pod pod/perllocale.pod
33727 ____________________________________________________________________________
33728 [ 11206] By: pudge                                 on 2001/07/08  00:56:29
33729         Log: Bugfixes for some tests.  commonsense.t not in perl 5.6,
33730              used in File::Find tests; replace with if.t.
33731      Branch: maint-5.6/macperl
33732            ! t/lib/filefind-taint.t t/lib/filefind.t t/op/taint.t
33733            ! t/pragma/warn/op
33734 ____________________________________________________________________________
33735 [ 11205] By: pudge                                 on 2001/07/07  23:55:56
33736         Log: Allow symbols in try_symbol() to begin with "_".
33737      Branch: maint-5.6/macperl
33738            ! makedef.pl
33739 ____________________________________________________________________________
33740 [ 11204] By: pudge                                 on 2001/07/07  23:53:37
33741         Log: Sync up the File::Find changes from the rewrite by
33742              Thomas Wegner, et al.
33743      Branch: maint-5.6/macperl
33744            + t/lib/filefind-taint.t
33745            ! lib/File/Find.pm t/lib/filefind.t
33746 ____________________________________________________________________________
33747 [ 11203] By: pudge                                 on 2001/07/07  23:43:06
33748         Log: Subject: [PATCHES] :t:pod: and :lib:Pod: stuff
33749              From: Thomas Wegner <wegner_thomas@yahoo.com>
33750              Date: Thu, 5 Jul 2001 20:31:25 +0200
33751              Message-Id: <p04320400b76a0fc8dea5@[149.225.100.38]>
33752      Branch: maint-5.6/macperl
33753            ! lib/Pod/Find.pm t/pod/find.t t/pod/testp2pt.pl
33754 ____________________________________________________________________________
33755 [ 11202] By: pudge                                 on 2001/07/07  23:38:36
33756         Log: Some more test portability fixes.
33757      Branch: maint-5.6/macperl
33758            ! t/lib/filecopy.t t/pragma/warn/pp_sys
33759 ____________________________________________________________________________
33760 [ 11201] By: jhi                                   on 2001/07/07  22:52:38
33761         Log: The #11200 removed wrong (non-existent) target.  Duh.
33762      Branch: perl
33763            ! Makefile.SH
33764 ____________________________________________________________________________
33765 [ 11200] By: jhi                                   on 2001/07/07  22:44:14
33766         Log: Zap the lib/re.pm before creating it.
33767      Branch: perl
33768            ! Makefile.SH
33769 ____________________________________________________________________________
33770 [ 11199] By: pudge                                 on 2001/07/07  20:54:35
33771         Log: Another test.  Please ignore.
33772      Branch: maint-5.6/macperl
33773            ! README.macos
33774 ____________________________________________________________________________
33775 [ 11198] By: pudge                                 on 2001/07/07  20:44:12
33776         Log: Portability fixes for a lot of tests, especially IO-related
33777              tests, and warnings, and the harness script.
33778      Branch: maint-5.6/macperl
33779            ! t/harness t/io/argv.t t/io/dup.t t/io/fs.t t/io/inplace.t
33780            ! t/io/iprefix.t t/io/open.t t/io/openpid.t t/lib/filepath.t
33781            ! t/lib/findbin.t t/lib/io_dup.t t/lib/socket.t t/op/die_exit.t
33782            ! t/op/misc.t t/op/read.t t/op/readdir.t t/op/runlevel.t
33783            ! t/op/stat.t t/op/subst_wamp.t t/op/taint.t
33784            ! t/pragma/diagnostics.t t/pragma/subs.t t/pragma/warn/doio
33785            ! t/pragma/warn/mg t/pragma/warn/op t/pragma/warn/pp_sys
33786            ! t/pragma/warnings.t
33787 ____________________________________________________________________________
33788 [ 11197] By: jhi                                   on 2001/07/07  20:32:28
33789         Log: Subject: [PATCH] lib/h2xs.t (was Re: [PATCH] h2xs)
33790              From: Nicholas Clark <nick@ccl4.org>
33791              Date: Sat, 7 Jul 2001 21:00:17 +0100
33792              Message-ID: <20010707210017.H59620@plum.flirble.org>
33793      Branch: perl
33794            ! lib/h2xs.t
33795 ____________________________________________________________________________
33796 [ 11196] By: jhi                                   on 2001/07/07  20:26:36
33797         Log: The UNICOS/mk SysV IPC problem has been fixed.
33798      Branch: perl
33799            ! pod/perl572delta.pod
33800 ____________________________________________________________________________
33801 [ 11195] By: jhi                                   on 2001/07/07  19:59:51
33802         Log: Slight update tweaks on perlunicode.pod.
33803      Branch: perl
33804            ! pod/perlunicode.pod
33805 ____________________________________________________________________________
33806 [ 11194] By: jhi                                   on 2001/07/07  17:53:03
33807         Log: Subject: Doc patch DB_File.pm: use umask-friendly modes
33808              From: Mark-Jason Dominus <mjd@plover.com>
33809              Date: Sat, 07 Jul 2001 13:04:04 -0400
33810              Message-ID: <20010707170404.32694.qmail@plover.com>
33811      Branch: perl
33812            ! ext/DB_File/DB_File.pm
33813 ____________________________________________________________________________
33814 [ 11193] By: pudge                                 on 2001/07/07  17:26:28
33815         Log: Fix up AutoLoader to fudge for Mac paths in import().
33816      Branch: maint-5.6/macperl
33817            ! lib/AutoLoader.pm
33818 ____________________________________________________________________________
33819 [ 11192] By: jhi                                   on 2001/07/07  17:03:06
33820         Log: Try to force the lib/re.pm to be there before entering
33821              the extensions builds, should help for parallel makes.
33822      Branch: perl
33823            ! Makefile.SH
33824 ____________________________________________________________________________
33825 [ 11191] By: jhi                                   on 2001/07/07  15:26:16
33826         Log: Subject: Re: [PATCH ext/POSIX/POSIX.pm] Re: sigaction.t under QNX
33827              From: Norton Allen <allen@huarp.harvard.edu>
33828              Date: Fri, 6 Jul 2001 12:01:14 -0400 (edt)
33829              Message-Id: <200107061601.MAA00597@bottesini.harvard.edu>
33830      Branch: perl
33831            ! ext/POSIX/POSIX.xs
33832 ____________________________________________________________________________
33833 [ 11190] By: jhi                                   on 2001/07/07  15:22:08
33834         Log: Subject: [PATCH] Re: op/arith.t
33835              From: Nicholas Clark <nick@ccl4.org>
33836              Date: Sat, 7 Jul 2001 13:04:54 +0100
33837              Message-ID: <20010707130454.D59620@plum.flirble.org>
33838      Branch: perl
33839            ! numeric.c toke.c
33840 ____________________________________________________________________________
33841 [ 11189] By: jhi                                   on 2001/07/07  15:20:44
33842         Log: Subject: [PATCH] h2xs
33843              From: Nicholas Clark <nick@ccl4.org>
33844              Date: Fri, 6 Jul 2001 23:25:14 +0100
33845              Message-ID: <20010706232514.X59620@plum.flirble.org>
33846      Branch: perl
33847            ! utils/h2xs.PL
33848 ____________________________________________________________________________
33849 [ 11188] By: jhi                                   on 2001/07/07  15:12:36
33850         Log: Subject: Re: bleedperl perl_alloc..free leakage
33851              From: Radu Greab <radu@netsoft.ro>
33852              Date: Fri, 6 Jul 2001 19:48:54 +0300
33853              Message-ID: <15173.60406.308246.456184@ix.netsoft.ro>
33854              
33855              Leak-be-gone.
33856      Branch: perl
33857            ! op.c
33858 ____________________________________________________________________________
33859 [ 11187] By: pudge                                 on 2001/07/07  02:11:36
33860         Log: Test again.  Please ignore.
33861      Branch: maint-5.6/macperl
33862            ! README.macos
33863 ____________________________________________________________________________
33864 [ 11186] By: pudge                                 on 2001/07/07  02:08:13
33865         Log: Test.  Please ignore.
33866      Branch: maint-5.6/macperl
33867            ! README.macos
33868 ____________________________________________________________________________
33869 [ 11185] By: pudge                                 on 2001/07/06  23:46:57
33870         Log: Include changes already sent in separately as patches,
33871              before branch was created.
33872      Branch: maint-5.6/macperl
33873            ! ext/File/Glob/bsd_glob.c ext/IO/lib/IO/Dir.pm gv.c
33874            ! lib/DirHandle.pm lib/File/Basename.pm lib/File/Copy.pm
33875            ! lib/File/Find.pm lib/diagnostics.pm perl.c t/base/term.t
33876            ! t/comp/cpp.t t/comp/multiline.t t/comp/script.t t/comp/term.t
33877            ! t/lib/anydbm.t t/lib/autoloader.t t/lib/dirhand.t
33878            ! t/lib/filefind.t t/lib/io_dir.t t/lib/selfloader.t
33879            ! t/op/anonsub.t t/op/closure.t t/op/defins.t t/op/die_exit.t
33880            ! t/op/exec.t t/op/goto.t t/op/misc.t t/op/pack.t t/op/regexp.t
33881            ! t/op/regexp_noamp.t t/op/split.t t/op/write.t
33882            ! t/pragma/strict.t
33883 ____________________________________________________________________________
33884 [ 11184] By: jhi                                   on 2001/07/06  16:41:30
33885         Log: Subject: [PATCH lib/Cwd.pm] QNX patch extended for NTO
33886              From: Norton Allen <allen@huarp.harvard.edu>
33887              Date: Fri, 6 Jul 2001 09:39:57 -0400 (edt)
33888              Message-Id: <200107061339.JAA12582@bottesini.harvard.edu>
33889      Branch: perl
33890            ! utf8.h
33891 ____________________________________________________________________________
33892 [ 11183] By: nick                                  on 2001/07/06  16:27:40
33893         Log: Integrate mainline
33894      Branch: perlio
33895           +> (branch 42 files)
33896            - NetWare/perlsdio.h ext/util/mkbootstrap lib/Net/DummyInetd.pm
33897            - lib/Net/PH.pm lib/Net/SNPP.pm lib/Net/t/ph.t
33898            - win32/bin/mdelete.bat
33899           !> (integrate 215 files)
33900 ____________________________________________________________________________
33901 [ 11182] By: jhi                                   on 2001/07/06  15:57:16
33902         Log: The #11166 needed also these updated.
33903      Branch: perl
33904            ! lib/warnings.pm warnings.h
33905 ____________________________________________________________________________
33906 [ 11181] By: jhi                                   on 2001/07/06  13:24:42
33907         Log: Update Changes.
33908      Branch: perl
33909            ! Changes patchlevel.h
33910 ____________________________________________________________________________
33911 [ 11180] By: jhi                                   on 2001/07/06  13:20:08
33912         Log: Regen toc.
33913      Branch: perl
33914            ! pod/perltoc.pod
33915 ____________________________________________________________________________
33916 [ 11179] By: jhi                                   on 2001/07/06  12:57:13
33917         Log: Nit from Abhijit.
33918      Branch: perl
33919            ! lib/CPAN.pm
33920 ____________________________________________________________________________
33921 [ 11178] By: jhi                                   on 2001/07/06  12:53:04
33922         Log: Retract #11172.
33923      Branch: perl
33924            ! t/op/method.t
33925 ____________________________________________________________________________
33926 [ 11177] By: jhi                                   on 2001/07/06  12:44:51
33927         Log: Subject: [PATCH lib/Cwd.pm] QNX patch extended for NTO
33928              From: Norton Allen <allen@huarp.harvard.edu>
33929              Date: Fri, 6 Jul 2001 09:39:57 -0400 (edt)
33930              Message-Id: <200107061339.JAA12582@bottesini.harvard.edu>
33931      Branch: perl
33932            ! lib/Cwd.pm
33933 ____________________________________________________________________________
33934 [ 11176] By: jhi                                   on 2001/07/06  12:42:45
33935         Log: (Accidentally empty check-in.)
33936      Branch: perl
33937            ! utf8.h
33938 ____________________________________________________________________________
33939 [ 11175] By: jhi                                   on 2001/07/06  12:29:56
33940         Log: Retract #11165 since Sarathy pointed out it'll not
33941              work properly under threads, the problem should be
33942              solved using "the savestack, either via SSNEW() or
33943              using a newSVpv()+SAVEFREESV() combo."
33944      Branch: perl
33945            ! ext/POSIX/POSIX.xs
33946 ____________________________________________________________________________
33947 [ 11174] By: jhi                                   on 2001/07/06  12:27:31
33948         Log: Retract #11125 since NI-S pointed out it'll not work in
33949              cases where the extension has their own handcrafted INC
33950              et alia.
33951      Branch: perl
33952            ! lib/ExtUtils/MM_Unix.pm
33953 ____________________________________________________________________________
33954 [ 11173] By: jhi                                   on 2001/07/06  12:20:50
33955         Log: Subject: RE: [PATCH] -I and MakeMaker again
33956              From: "Konovalov, Vadim Vladimirovich (Vadim)" <vkonovalov@lucent.com>
33957              Date: Fri, 6 Jul 2001 09:18:29 +0200
33958              Message-ID: <E3FB32585BF1D411B9E900805FF51A0808C221@RU0022EXCH001U>
33959      Branch: perl
33960            ! lib/ExtUtils/MM_NW5.pm lib/ExtUtils/MM_VMS.pm
33961            ! lib/ExtUtils/MM_Win32.pm
33962 ____________________________________________________________________________
33963 [ 11172] By: jhi                                   on 2001/07/06  12:18:39
33964         Log: (Retracted by #11178)
33965              Subject: [PATCH t/op/method.t] SUPER:: strangeness
33966              From: Piers Cawley <pdcawley@iterative-software.com>
33967              Date: 06 Jul 2001 10:49:01 +0100
33968              Message-ID: <m2ith6xu9e.fsf@despairon.bofh.org.uk>
33969      Branch: perl
33970            ! t/op/method.t
33971 ____________________________________________________________________________
33972 [ 11171] By: jhi                                   on 2001/07/06  01:38:55
33973         Log: VOS README update from Paul Green.
33974      Branch: perl
33975            ! README.vos
33976 ____________________________________________________________________________
33977 [ 11170] By: jhi                                   on 2001/07/06  01:19:33
33978         Log: Subject: [PATCH README.qnx hints/qnx.sh]
33979              From: Norton Allen <allen@huarp.harvard.edu>
33980              Message-Id: <200107051755.NAA21422@bottesini.harvard.edu>
33981              Date: Thu, 5 Jul 2001 13:55:11 -0400 (edt)
33982      Branch: perl
33983            ! README.qnx hints/qnx.sh
33984 ____________________________________________________________________________
33985 [ 11169] By: jhi                                   on 2001/07/06  01:17:43
33986         Log: Subject: [PATCH] Doc patch for Tie::Hash
33987              From: Artur Bergman <artur@contiller.se>
33988              Date: Thu, 05 Jul 2001 22:51:18 +0200
33989              Message-ID: <B76A9FE6.1F04%artur@contiller.se>
33990      Branch: perl
33991            ! lib/Tie/Hash.pm
33992 ____________________________________________________________________________
33993 [ 11168] By: jhi                                   on 2001/07/06  01:16:27
33994         Log: Subject: [PATCH] perlfaq4.pod
33995              From: "Liney, Dave" <dave.liney@gbr.conoco.com>
33996              Message-ID: <1BB544A41666D311836C00902751FF6D01FD2D07@LONEX02>
33997              Date: Thu, 5 Jul 2001 18:44:10 +0100 
33998      Branch: perl
33999            ! pod/perlfaq4.pod
34000 ____________________________________________________________________________
34001 [ 11167] By: jhi                                   on 2001/07/06  01:14:41
34002         Log: Subject: [PATCH B::Deparse] Make warnings handling more robust
34003              From: Robin Houston <robin@kitsite.com>
34004              Date: Thu, 5 Jul 2001 18:33:21 +0100
34005              Message-ID: <20010705183321.A27345@robin.kitsite.com>
34006      Branch: perl
34007            ! ext/B/B/Deparse.pm
34008 ____________________________________________________________________________
34009 [ 11166] By: jhi                                   on 2001/07/06  01:11:50
34010         Log: (Retracted by #11285.)
34011              
34012              Subject: Re: [PATCH] mkdir() mode argument is missing initial 0
34013              From: Abhijit Menon-Sen <ams@wiw.org>
34014              Date: Fri, 6 Jul 2001 01:26:32 +0530
34015              Message-ID: <20010706012632.A28327@lustre.dyn.wiw.org>
34016      Branch: perl
34017            ! dump.c op.c op.h opcode.h opcode.pl pod/perldiag.pod pp.sym
34018            ! pp_proto.h t/lib/warnings/op t/lib/warnings/toke toke.c
34019            ! warnings.pl
34020 ____________________________________________________________________________
34021 [ 11165] By: jhi                                   on 2001/07/06  00:19:26
34022         Log: (Retracted by #11175)
34023              Subject: [PATCH ext/POSIX/POSIX.pm] Re: sigaction.t under QNX
34024              From: Norton Allen <allen@huarp.harvard.edu>
34025              Message-Id: <200107051734.NAA13375@bottesini.harvard.edu>
34026              Date: Thu, 5 Jul 2001 13:34:51 -0400 (edt)
34027      Branch: perl
34028            ! ext/POSIX/POSIX.xs
34029 ____________________________________________________________________________
34030 [ 11164] By: jhi                                   on 2001/07/06  00:14:57
34031         Log: Unterminated C< (noticed by Richard Hatch), and few other
34032              small Unicode doc tweaks.
34033      Branch: perl
34034            ! pod/perlretut.pod
34035 ____________________________________________________________________________
34036 [ 11163] By: jhi                                   on 2001/07/05  19:33:34
34037         Log: More flexible argument understanding; add charblocks() and
34038              charscripts(); make charblock() and charscript() two-way;
34039              add charinrange(); separate the $Unicode::UCD::VERSION and
34040              the version of the Unicode by adding UnicodeVersion().
34041      Branch: perl
34042            ! lib/Unicode/UCD.pm lib/Unicode/UCD.t
34043 ____________________________________________________________________________
34044 [ 11162] By: jhi                                   on 2001/07/05  13:38:36
34045         Log: Update Unicode::UCD on \p{In...}.
34046      Branch: perl
34047            ! lib/Unicode/UCD.pm
34048 ____________________________________________________________________________
34049 [ 11161] By: jhi                                   on 2001/07/05  13:26:00
34050         Log: Subject: Re: [PATCH lib/ExtUtils.t] Extra Files for QNX
34051              From: Norton Allen <allen@huarp.harvard.edu>
34052              Date: Thu, 5 Jul 2001 09:57:14 -0400 (edt)
34053              Message-Id: <200107051357.JAA06285@bottesini.harvard.edu>
34054      Branch: perl
34055            ! lib/ExtUtils/MM_Unix.pm
34056 ____________________________________________________________________________
34057 [ 11160] By: jhi                                   on 2001/07/05  13:06:53
34058         Log: POSIX-BC tweaks from Thomas Dorner.
34059      Branch: perl
34060            ! hints/posix-bc.sh perlio.h
34061 ____________________________________________________________________________
34062 [ 11159] By: jhi                                   on 2001/07/05  04:17:18
34063         Log: Module updates for the delta.
34064      Branch: perl
34065            ! pod/perl572delta.pod
34066 ____________________________________________________________________________
34067 [ 11158] By: jhi                                   on 2001/07/05  03:45:19
34068         Log: Subject: [PATCH ext/IO/lib/IO/t/io_sock.t] for QNX
34069              From: Norton Allen <allen@huarp.harvard.edu>
34070              Message-Id: <200107050259.WAA06843@bottesini.harvard.edu>
34071              Date: Wed, 4 Jul 2001 22:59:00 -0400 (edt)
34072      Branch: perl
34073            ! ext/IO/lib/IO/t/io_sock.t
34074 ____________________________________________________________________________
34075 [ 11157] By: jhi                                   on 2001/07/05  03:44:19
34076         Log: Subject: [PATCH perldiag.pod] Quick fixes
34077              From: Simon Cozens <simon@netthink.co.uk>
34078              Date: Wed, 4 Jul 2001 20:22:12 +0100
34079              Message-ID: <20010704202212.A3690@deep-dark-truthful-mirror>
34080      Branch: perl
34081            ! pod/perldiag.pod
34082 ____________________________________________________________________________
34083 [ 11156] By: jhi                                   on 2001/07/05  03:43:28
34084         Log: (retracted by #13533)
34085              
34086              Subject: [PATCH perl@11099]Re: [ID 20010704.003] Taint mode breaks global match
34087              From: Radu Greab <radu@netsoft.ro>
34088              Date: Wed, 4 Jul 2001 22:13:31 +0300
34089              Message-ID: <15171.27355.895094.128142@ix.netsoft.ro>
34090      Branch: perl
34091            ! op.c sv.c t/op/pos.t
34092 ____________________________________________________________________________
34093 [ 11155] By: jhi                                   on 2001/07/05  03:40:24
34094         Log: Subject: [PATCH] -I and MakeMaker again
34095              From: Michael G Schwern <schwern@pobox.com>
34096              Date: Wed, 4 Jul 2001 15:03:07 -0400
34097              Message-ID: <20010704150307.I20340@blackrider>
34098              
34099              (and retract #11145)
34100      Branch: perl
34101            ! ext/util/make_ext lib/ExtUtils/MM_Unix.pm
34102            ! lib/ExtUtils/MakeMaker.pm
34103 ____________________________________________________________________________
34104 [ 11154] By: jhi                                   on 2001/07/05  03:32:43
34105         Log: Subject: Re: PERFORCE change 11142 for review
34106              From: "Philip Newton" <Philip.Newton@gmx.net>
34107              Date: Wed, 4 Jul 2001 20:46:26 +0200
34108              Message-Id: <200107041841.VAA25380@taas.iki.fi>
34109      Branch: perl
34110            ! lib/ExtUtils/MakeMaker.pm
34111 ____________________________________________________________________________
34112 [ 11153] By: jhi                                   on 2001/07/05  03:29:21
34113         Log: Subject: Re: [PATCH 2 pl2pm.PL] (was Re: [PATCH pl2pm.PL] Make pl2pm be nice with 'strict' and 'warnings')
34114              From: Jonathan Stowe <gellyfish@gellyfish.com>
34115              Date: Mon, 2 Jul 2001 20:45:53 +0100 (BST)
34116              Message-ID: <Pine.LNX.4.33.0107022042570.8640-100000@orpheus.gellyfish.com>
34117      Branch: perl
34118            ! utils/pl2pm.PL
34119 ____________________________________________________________________________
34120 [ 11152] By: gsar                                  on 2001/07/05  00:52:57
34121         Log: fix the binary compatibility issue when building with/without
34122              usemymalloc by exporting Perl_malloc() et al as simple wrappers
34123              around the system functions (this allows most extensions built
34124              using one mode to coexist with perls built in the other mode)
34125              
34126              XXX the Perl_mfree() wrapper might need to do return(free()) on
34127              platforms where Free_t isn't "void"
34128      Branch: perl
34129            ! embed.h embed.pl makedef.pl proto.h util.c
34130 ____________________________________________________________________________
34131 [ 11151] By: gsar                                  on 2001/07/05  00:42:49
34132         Log: perl built with USE_ITHREADS can deadlock during fork() or backticks
34133              since it doesn't ensure threads other than the one calling fork()
34134              aren't holding any locks; the fix is to use pthread_atfork() to
34135              hold global locks
34136              
34137              building perl with -Dusemymalloc exacerbates the problem since
34138              Perl_malloc() holds a mutex, and perl's exec() calls New()
34139              
34140              XXX the code in win32thread.h may be needed on platforms that have
34141              no pthread_atfork()
34142      Branch: perl
34143            ! perl.c thread.h win32/win32thread.h
34144 ____________________________________________________________________________
34145 [ 11150] By: pudge                                 on 2001/07/04  20:07:54
34146         Log: Integrate #11009 from maintperl.
34147      Branch: maint-5.6/macperl
34148           !> lib/ExtUtils/Manifest.pm
34149 ____________________________________________________________________________
34150 [ 11149] By: pudge                                 on 2001/07/04  19:54:46
34151         Log: Flexing my Perforce muscles.
34152      Branch: maint-5.6/macperl
34153            ! README.macos
34154 ____________________________________________________________________________
34155 [ 11148] By: jhi                                   on 2001/07/04  17:14:51
34156         Log: Update Changes.
34157      Branch: perl
34158            ! Changes patchlevel.h
34159 ____________________________________________________________________________
34160 [ 11147] By: jhi                                   on 2001/07/04  16:41:25
34161         Log: Metaconfig unit change for #11146.
34162      Branch: metaconfig/U/perl
34163            ! d_fcntl_can_lock.U
34164 ____________________________________________________________________________
34165 [ 11146] By: jhi                                   on 2001/07/04  16:36:31
34166         Log: Somehow the #ifdefs of the added code (in #11093) made
34167              HP-UX to fail the fcntl locking test, without the ifdefs
34168              the test seems to be working again.  Reason unknown:
34169              HP-UX cc doesn't complain either way.
34170      Branch: perl
34171            ! Configure
34172 ____________________________________________________________________________
34173 [ 11145] By: jhi                                   on 2001/07/04  16:08:00
34174         Log: (Retracted by #11155) PERLRUNINST needed in some spots.
34175      Branch: perl
34176            ! lib/ExtUtils/MM_Unix.pm
34177 ____________________________________________________________________________
34178 [ 11144] By: jhi                                   on 2001/07/04  16:07:35
34179         Log: gcc -Wall nit.
34180      Branch: perl
34181            ! pp_hot.c
34182 ____________________________________________________________________________
34183 [ 11143] By: jhi                                   on 2001/07/04  15:08:26
34184         Log: When removing tests updating the test count is a good idea, too.
34185      Branch: perl
34186            ! lib/Net/t/require.t
34187 ____________________________________________________________________________
34188 [ 11142] By: jhi                                   on 2001/07/04  14:57:51
34189         Log: Document #11134 and add the new symbols to the list of
34190              of MakeMaker known ones.
34191      Branch: perl
34192            ! lib/ExtUtils/MakeMaker.pm
34193 ____________________________________________________________________________
34194 [ 11141] By: jhi                                   on 2001/07/04  14:34:11
34195         Log: Microperl update.
34196      Branch: perl
34197            ! uconfig.h
34198 ____________________________________________________________________________
34199 [ 11140] By: jhi                                   on 2001/07/04  14:32:27
34200         Log: Update the libnet tests as per #11138.
34201      Branch: perl
34202            - lib/Net/t/ph.t
34203            ! MANIFEST lib/Net/t/require.t
34204 ____________________________________________________________________________
34205 [ 11139] By: jhi                                   on 2001/07/04  14:14:33
34206         Log: Regen toc and modlib.
34207      Branch: perl
34208            ! pod/perlmodlib.pod pod/perltoc.pod
34209 ____________________________________________________________________________
34210 [ 11138] By: jhi                                   on 2001/07/04  14:10:38
34211         Log: Remove DummyInetd, PH, and SNPP from the libnet, as per
34212              Graham's request.
34213      Branch: perl
34214            - lib/Net/DummyInetd.pm lib/Net/PH.pm lib/Net/SNPP.pm
34215            ! MANIFEST
34216 ____________________________________________________________________________
34217 [ 11137] By: jhi                                   on 2001/07/04  14:06:35
34218         Log: Add the OS/390 harness results to the delta.
34219      Branch: perl
34220            ! pod/perl572delta.pod
34221 ____________________________________________________________________________
34222 [ 11136] By: jhi                                   on 2001/07/04  13:59:01
34223         Log: Avoid the two study tests in OS/390 until the bug has been solved.
34224      Branch: perl
34225            ! t/op/study.t
34226 ____________________________________________________________________________
34227 [ 11135] By: jhi                                   on 2001/07/04  13:49:08
34228         Log: DOS/DJGPP tweaks from Laszlo Molnar.
34229      Branch: perl
34230            ! AUTHORS djgpp/djgppsed.sh hints/dos_djgpp.sh t/op/write.t
34231 ____________________________________________________________________________
34232 [ 11134] By: jhi                                   on 2001/07/04  13:47:46
34233         Log: Subject: [PATCH lib/ExtUtils/MM_Unix.pm and others] Fixing extra -I's with PERL_CORE
34234              From: Michael G Schwern <schwern@pobox.com>
34235              Date: Wed, 4 Jul 2001 00:01:16 -0400
34236              Message-ID: <20010704000116.C591@blackrider>
34237      Branch: perl
34238            ! ext/util/make_ext lib/ExtUtils.t lib/ExtUtils/MM_Unix.pm
34239 ____________________________________________________________________________
34240 [ 11133] By: jhi                                   on 2001/07/04  01:55:20
34241         Log: The #11132 missed singleton characters (not part
34242              of a unilo..unihi range) in Unicode scripts.
34243      Branch: perl
34244            ! lib/unicode/In/0.pl lib/unicode/In/1.pl lib/unicode/In/10.pl
34245            ! lib/unicode/In/11.pl lib/unicode/In/12.pl lib/unicode/In/13.pl
34246            ! lib/unicode/In/15.pl lib/unicode/In/16.pl lib/unicode/In/17.pl
34247            ! lib/unicode/In/18.pl lib/unicode/In/19.pl lib/unicode/In/20.pl
34248            ! lib/unicode/In/21.pl lib/unicode/In/24.pl lib/unicode/In/29.pl
34249            ! lib/unicode/In/3.pl lib/unicode/In/30.pl lib/unicode/In/34.pl
34250            ! lib/unicode/In/35.pl lib/unicode/In/37.pl lib/unicode/In/39.pl
34251            ! lib/unicode/In/4.pl lib/unicode/In/5.pl lib/unicode/In/6.pl
34252            ! lib/unicode/In/8.pl lib/unicode/In/9.pl lib/unicode/Scripts.pl
34253            ! lib/unicode/mktables.PL t/op/pat.t
34254 ____________________________________________________________________________
34255 [ 11132] By: jhi                                   on 2001/07/04  01:32:11
34256         Log: Support preferentially the Unicode 'scripts' definition
34257              in the \p{In...} notation since according to Unicode the
34258              scripts concept is more natural for matching than using
34259              the somewhat artificial block names.  The block names are
34260              still available, though, and if there's a name conflict,
34261              the scripts one wins and the blocks one has to do with
34262              'Block' appended to its name.  For more information see
34263              
34264              http://www.unicode.org/unicode/reports/tr24/
34265      Branch: perl
34266            + lib/unicode/In/100.pl lib/unicode/In/101.pl
34267            + lib/unicode/In/102.pl lib/unicode/In/103.pl
34268            + lib/unicode/In/104.pl lib/unicode/In/105.pl
34269            + lib/unicode/In/106.pl lib/unicode/In/107.pl
34270            + lib/unicode/In/108.pl lib/unicode/In/109.pl
34271            + lib/unicode/In/110.pl lib/unicode/In/111.pl
34272            + lib/unicode/In/112.pl lib/unicode/In/113.pl
34273            + lib/unicode/In/114.pl lib/unicode/In/115.pl
34274            + lib/unicode/In/116.pl lib/unicode/In/117.pl
34275            + lib/unicode/In/118.pl lib/unicode/In/119.pl
34276            + lib/unicode/In/120.pl lib/unicode/In/121.pl
34277            + lib/unicode/In/122.pl lib/unicode/In/123.pl
34278            + lib/unicode/In/124.pl lib/unicode/In/125.pl
34279            + lib/unicode/In/126.pl lib/unicode/In/127.pl
34280            + lib/unicode/In/128.pl lib/unicode/In/129.pl
34281            + lib/unicode/In/130.pl lib/unicode/In/131.pl
34282            + lib/unicode/In/132.pl lib/unicode/In/133.pl
34283            + lib/unicode/In/134.pl lib/unicode/In/135.pl
34284            + lib/unicode/In/96.pl lib/unicode/In/97.pl lib/unicode/In/98.pl
34285            + lib/unicode/In/99.pl lib/unicode/Scripts.pl
34286            ! (edit 106 files)
34287 ____________________________________________________________________________
34288 [ 11131] By: jhi                                   on 2001/07/03  23:02:02
34289         Log: Better document the difference between a block and a script.
34290      Branch: perl
34291            ! lib/Unicode/UCD.pm
34292 ____________________________________________________________________________
34293 [ 11130] By: jhi                                   on 2001/07/03  22:49:15
34294         Log: Subject: [ perl 5.6.1 ] CPAN.pm doc patch
34295              From: Elaine -HFB- Ashton <elaine@chaos.wustl.edu>
34296              Date: Tue, 3 Jul 2001 15:04:23 -0500
34297              Message-ID: <20010703150423.C9787@chaos.wustl.edu>
34298      Branch: perl
34299            ! lib/CPAN.pm
34300 ____________________________________________________________________________
34301 [ 11129] By: jhi                                   on 2001/07/03  22:45:41
34302         Log: Add tests for charscript().
34303      Branch: perl
34304            ! lib/Unicode/UCD.pm lib/Unicode/UCD.t
34305 ____________________________________________________________________________
34306 [ 11128] By: jhi                                   on 2001/07/03  20:41:54
34307         Log: Add charscript() to get the UTR#24 script names of characters.
34308      Branch: perl
34309            ! lib/Unicode/UCD.pm
34310 ____________________________________________________________________________
34311 [ 11127] By: jhi                                   on 2001/07/03  19:53:29
34312         Log: Todo updates.
34313      Branch: perl
34314            ! pod/perltodo.pod
34315 ____________________________________________________________________________
34316 [ 11126] By: jhi                                   on 2001/07/03  19:45:30
34317         Log: Unicode::UCD updates.
34318      Branch: perl
34319            ! lib/Unicode/UCD.pm
34320 ____________________________________________________________________________
34321 [ 11125] By: jhi                                   on 2001/07/03  16:12:20
34322         Log: (Retracted by #11174)
34323              Subject: MakeMaker should pass through DEFINE and INC to subdirs
34324              From: Alan Burlison <Alan.Burlison@sun.com>
34325              Date: Tue, 03 Jul 2001 15:20:13 +0100
34326              Message-ID: <3B41D49D.A923D4F9@sun.com>
34327      Branch: perl
34328            ! lib/ExtUtils/MM_Unix.pm
34329 ____________________________________________________________________________
34330 [ 11124] By: jhi                                   on 2001/07/03  16:06:53
34331         Log: Subject: Patch needed for UTS
34332              From: hom00@utsglobal.com (Hal Morris)
34333              Date: Tue, 3 Jul 2001 09:38:22 -0700 (PDT)
34334              Message-Id: <200107031638.JAA11998@cepheus.utsglobal.com>
34335              
34336              Replace #11113 with a better version.
34337      Branch: perl
34338            ! perl.h
34339 ____________________________________________________________________________
34340 [ 11123] By: jhi                                   on 2001/07/03  16:04:49
34341         Log: Subject: Re: POINTERRIGOR
34342              From: Andy Dougherty <doughera@lafayette.edu>
34343              Date: Tue, 3 Jul 2001 11:49:28 -0400 (EDT)
34344              Message-ID: <Pine.SOL.4.10.10107031040030.1982-100000@maxwell.phys.lafayette.edu>
34345      Branch: perl
34346            ! util.c
34347 ____________________________________________________________________________
34348 [ 11122] By: jhi                                   on 2001/07/03  16:03:31
34349         Log: Subject: Re: [PATCH @11016] Fixes compile errors in four files
34350              From: "Philip Newton" <pnewton@gmx.de>
34351              Date: Tue, 3 Jul 2001 17:03:34 +0200
34352              Message-ID: <3B41FAE6.29564.660E117@localhost>
34353      Branch: perl
34354            ! pp_hot.c
34355 ____________________________________________________________________________
34356 [ 11121] By: jhi                                   on 2001/07/03  13:26:08
34357         Log: Typos.
34358      Branch: perl
34359            ! INSTALL
34360 ____________________________________________________________________________
34361 [ 11120] By: jhi                                   on 2001/07/03  11:34:47
34362         Log: Subject: [PATCH 5.6.1] debugger fixes
34363              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
34364              Date: Tue, 3 Jul 2001 03:38:18 -0400
34365              Message-ID: <20010703033818.A16788@math.ohio-state.edu>
34366              
34367              The $^S is working again.
34368      Branch: perl
34369            ! lib/perl5db.pl
34370 ____________________________________________________________________________
34371 [ 11119] By: jhi                                   on 2001/07/03  11:33:27
34372         Log: Subject: Re: [PATCH 5.6.1] OS/2 improvements
34373              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
34374              Date: Tue, 3 Jul 2001 03:34:06 -0400
34375              Message-ID: <20010703033406.A16776@math.ohio-state.edu>
34376      Branch: perl
34377            ! os2/OS2/Process/Process.pm
34378 ____________________________________________________________________________
34379 [ 11118] By: jhi                                   on 2001/07/03  11:29:54
34380         Log: Subject: [PATCH bleadperl] Bad lishp in change 11084
34381              From: "Philip Newton" <Philip.Newton@gmx.net>
34382              Date: Tue, 3 Jul 2001 09:11:27 +0200
34383              Message-Id: <200107030706.KAA04596@taas.iki.fi>
34384      Branch: perl
34385            ! lib/FindBin.pm
34386 ____________________________________________________________________________
34387 [ 11117] By: jhi                                   on 2001/07/03  11:25:14
34388         Log: Delta delta.
34389      Branch: perl
34390            ! pod/perl572delta.pod
34391 ____________________________________________________________________________
34392 [ 11116] By: jhi                                   on 2001/07/02  23:06:50
34393         Log: Metaconfig unit change for 11115.
34394      Branch: metaconfig
34395            ! U/modified/libc.U
34396 ____________________________________________________________________________
34397 [ 11115] By: jhi                                   on 2001/07/02  23:06:27
34398         Log: Whitespace allowed at the ends of /lib/syscalls.exp lines
34399              (from Richard Hatch) (this was the cause of pipes() and
34400              times() mysteriously not being found)
34401      Branch: perl
34402            ! Configure
34403 ____________________________________________________________________________
34404 [ 11114] By: jhi                                   on 2001/07/02  22:58:41
34405         Log: Retract #10142, the real culprit found by Richard Hatch,
34406              coming soon to Configure near you.
34407      Branch: perl
34408            ! hints/aix.sh
34409 ____________________________________________________________________________
34410 [ 11113] By: jhi                                   on 2001/07/02  22:56:09
34411         Log: (Replaced by #11124) UTS workaround from Hal Morris.
34412      Branch: perl
34413            ! perl.h
34414 ____________________________________________________________________________
34415 [ 11112] By: jhi                                   on 2001/07/02  22:53:29
34416         Log: Subject: [PATCH] grok not grocking correctly
34417              From: Nicholas Clark <nick@ccl4.org>
34418              Date: Tue, 3 Jul 2001 00:19:08 +0100
34419              Message-ID: <20010703001908.H59620@plum.flirble.org>
34420      Branch: perl
34421            ! numeric.c
34422 ____________________________________________________________________________
34423 [ 11111] By: jhi                                   on 2001/07/02  22:48:42
34424         Log: Subject: [PATCH Deparse.t] test just-posted patches
34425              From: Robin Houston <robin@kitsite.com>
34426              Date: Mon, 2 Jul 2001 23:46:15 +0100
34427              Message-Id: <E15HCUN-0000Rh-00.2001-07-02-23-48-19@mail18.svr.pol.co.uk>
34428      Branch: perl
34429            ! ext/B/Deparse.t
34430 ____________________________________________________________________________
34431 [ 11110] By: jhi                                   on 2001/07/02  22:27:10
34432         Log: Subject: [PATCH toke.c] autosplit into @F
34433              From: Robin Houston <robin@kitsite.com>
34434              Date: Mon, 2 Jul 2001 23:18:20 +0100
34435              Message-Id: <E15HC3M-0007jL-00.2001-07-02-23-20-24@mail18.svr.pol.co.uk>
34436      Branch: perl
34437            ! perl.c toke.c
34438 ____________________________________________________________________________
34439 [ 11109] By: jhi                                   on 2001/07/02  22:25:03
34440         Log: Subject: [PATCH B::Deparse] hash key auto-quoting
34441              From: Robin Houston <robin@kitsite.com>
34442              Date: Mon, 2 Jul 2001 23:00:48 +0100
34443              Message-Id: <E15HBmR-0006mc-00.2001-07-02-23-02-55@mail18.svr.pol.co.uk>
34444      Branch: perl
34445            ! ext/B/B/Deparse.pm
34446 ____________________________________________________________________________
34447 [ 11108] By: jhi                                   on 2001/07/02  19:21:18
34448         Log: Subject: Re: [PATCH perlsnap] '-' !~ /\w/
34449              From: "Philip Newton" <Philip.Newton@gmx.net>
34450              Date: Mon, 2 Jul 2001 22:06:22 +0200
34451              (no Message-Id)
34452      Branch: perl
34453            ! ext/NDBM_File/hints/linux.pl
34454 ____________________________________________________________________________
34455 [ 11107] By: jhi                                   on 2001/07/02  19:19:25
34456         Log: Subject: Re: Fixed pack problem - sort of
34457              From: Nicholas Clark <nick@ccl4.org>
34458              Date: Mon, 2 Jul 2001 20:59:20 +0100
34459              Message-ID: <20010702205919.F59620@plum.flirble.org>
34460      Branch: perl
34461            ! pp_pack.c t/op/pack.t
34462 ____________________________________________________________________________
34463 [ 11106] By: jhi                                   on 2001/07/02  19:18:28
34464         Log: Subject: Re: [PATCH 5.6.1] OS/2 cwd
34465              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
34466              Date: Mon, 2 Jul 2001 15:45:41 -0400
34467              Message-ID: <20010702154541.B24295@math.ohio-state.edu>
34468      Branch: perl
34469            ! os2/os2.c
34470 ____________________________________________________________________________
34471 [ 11105] By: jhi                                   on 2001/07/02  19:17:27
34472         Log: (Mistaken retraction)
34473      Branch: perl
34474            ! utils/pl2pm.PL
34475 ____________________________________________________________________________
34476 [ 11104] By: jhi                                   on 2001/07/02  18:56:15
34477         Log: Detypo in #11103.
34478      Branch: perl
34479            ! utils/pl2pm.PL
34480 ____________________________________________________________________________
34481 [ 11103] By: jhi                                   on 2001/07/02  18:54:53
34482         Log: Subject: [PATCH 2 pl2pm.PL] (was Re: [PATCH pl2pm.PL] Make pl2pm be nice with 'strict' and 'warnings')
34483              From: Jonathan Stowe <gellyfish@gellyfish.com>
34484              Date: Mon, 2 Jul 2001 19:17:21 +0100 (BST)
34485              Message-ID: <Pine.LNX.4.33.0107021904530.7401-100000@orpheus.gellyfish.com>
34486      Branch: perl
34487            ! utils/pl2pm.PL
34488 ____________________________________________________________________________
34489 [ 11102] By: jhi                                   on 2001/07/02  18:16:09
34490         Log: Subject: [PATCH perl@11059] UCD.pm: if at first you don't succeed, croak?
34491              From: "Craig A. Berry" <craigberry@mac.com>
34492              Date: Mon, 02 Jul 2001 14:11:23 -0500
34493              Message-Id: <5.1.0.14.0.20010702140058.01b6c9c0@exchi01>
34494      Branch: perl
34495            ! lib/Unicode/UCD.pm
34496 ____________________________________________________________________________
34497 [ 11101] By: jhi                                   on 2001/07/02  18:14:51
34498         Log: Subject: [PATCH] Re: op/numconvert.t failures
34499              From: Nicholas Clark <nick@ccl4.org>
34500              Date: Mon, 2 Jul 2001 20:10:48 +0100
34501              Message-ID: <20010702201048.E59620@plum.flirble.org>
34502      Branch: perl
34503            ! t/op/numconvert.t
34504 ____________________________________________________________________________
34505 [ 11100] By: jhi                                   on 2001/07/02  17:51:44
34506         Log: Update Changes.
34507      Branch: perl
34508            ! Changes patchlevel.h
34509 ____________________________________________________________________________
34510 [ 11099] By: jhi                                   on 2001/07/02  17:46:31
34511         Log: Retract #11055, didn't help much (2736 bytes vs 2725 bytes leaked).
34512              The real fix must be more involved.  The line of code all the leaky
34513              call stacks seem to go through is op.c:2949, the PmopSTASH_set()
34514              line of Perl_newPMOP().
34515      Branch: perl
34516            ! op.h
34517 ____________________________________________________________________________
34518 [ 11098] By: jhi                                   on 2001/07/02  17:37:44
34519         Log: Based on
34520              
34521              Subject: Re: sizeof(struct sembuf)
34522              From: Nicholas Clark <nick@ccl4.org>
34523              Date: Sun, 1 Jul 2001 22:26:48 +0100
34524              Message-ID: <20010701222648.W59620@plum.flirble.org>
34525              
34526              but do semop() always the slow way.
34527      Branch: perl
34528            ! doio.c
34529 ____________________________________________________________________________
34530 [ 11097] By: jhi                                   on 2001/07/02  17:22:14
34531         Log: Subject: [PATCH] Encode/Tcl.t, for esc-seq encodings
34532              From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
34533              Date: Tue, 03 Jul 2001 00:56:30 +0900
34534              Message-Id: <20010703005600.2225.BQW10602@nifty.com>
34535      Branch: perl
34536            ! ext/Encode/Encode/Tcl.t
34537 ____________________________________________________________________________
34538 [ 11096] By: jhi                                   on 2001/07/02  17:11:24
34539         Log: Subject: [PATCH] Encode/Tcl.pm, continuous sequences
34540              From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
34541              Date: Tue, 03 Jul 2001 00:55:46 +0900
34542              Message-Id: <20010703005516.2222.BQW10602@nifty.com>
34543      Branch: perl
34544            ! ext/Encode/Encode/Tcl.pm
34545 ____________________________________________________________________________
34546 [ 11095] By: jhi                                   on 2001/07/02  17:07:14
34547         Log: Regen api and toc.
34548      Branch: perl
34549            ! pod/perlapi.pod pod/perltoc.pod
34550 ____________________________________________________________________________
34551 [ 11094] By: jhi                                   on 2001/07/02  16:29:42
34552         Log: Metaconfig unit change for #11093.
34553      Branch: metaconfig/U/perl
34554            ! d_fcntl_can_lock.U
34555 ____________________________________________________________________________
34556 [ 11093] By: jhi                                   on 2001/07/02  16:28:56
34557         Log: The fcntl locking test may hang if NFS locking messed up;
34558              break out with alarm(10).
34559      Branch: perl
34560            ! Configure
34561 ____________________________________________________________________________
34562 [ 11092] By: jhi                                   on 2001/07/02  14:11:31
34563         Log: Move the mdelete.bat from win32/bin to win32.
34564      Branch: perl
34565            ! MANIFEST
34566 ____________________________________________________________________________
34567 [ 11091] By: jhi                                   on 2001/07/02  14:10:01
34568         Log: Typo in #11083.
34569      Branch: perl
34570            ! ext/Time/Piece/Piece.t
34571 ____________________________________________________________________________
34572 [ 11090] By: jhi                                   on 2001/07/02  13:36:58
34573         Log: Netware tweaks from Guruprasad.
34574      Branch: perl
34575            - NetWare/perlsdio.h
34576            ! MANIFEST NetWare/Makefile NetWare/interface.c
34577            ! NetWare/interface.h NetWare/iperlhost.h NetWare/nwtinfo.h
34578            ! perlsdio.h
34579 ____________________________________________________________________________
34580 [ 11089] By: jhi                                   on 2001/07/02  13:25:40
34581         Log: Subject: Re: [PATH] shared -> unique;
34582              From: Abhijit Menon-Sen <ams@wiw.org>
34583              Date: Wed, 27 Jun 2001 03:51:27 +0530
34584              Message-ID: <20010627035127.A17623@lustre.lustre.dyn.wiw.org>
34585      Branch: perl
34586            ! dump.c gv.c gv.h op.c pp_sys.c sv.c toke.c xsutils.c
34587 ____________________________________________________________________________
34588 [ 11088] By: jhi                                   on 2001/07/02  13:24:27
34589         Log: Subject: Re: AIX / gcc-3.0
34590              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
34591              Date: Mon, 02 Jul 2001 15:20:21 +0200
34592              Message-Id: <20010702151904.49BB.H.M.BRAND@hccnet.nl>
34593      Branch: perl
34594            ! hints/aix.sh
34595 ____________________________________________________________________________
34596 [ 11087] By: jhi                                   on 2001/07/02  13:23:21
34597         Log: Subject: Re: Bug report: split splits on wrong pattern
34598              From: Abhijit Menon-Sen <ams@wiw.org>
34599              Message-ID: <20010702163133.A23186@lustre.dyn.wiw.org>
34600              Date: Mon, 2 Jul 2001 16:31:33 +0530
34601      Branch: perl
34602            ! pp_ctl.c
34603 ____________________________________________________________________________
34604 [ 11086] By: jhi                                   on 2001/07/02  13:22:30
34605         Log: Subject: [PATCH 5.6.1] test harness
34606              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
34607              Date: Mon, 2 Jul 2001 06:29:21 -0400
34608              Message-ID: <20010702062921.A1810@math.ohio-state.edu>
34609      Branch: perl
34610            ! lib/Test/Harness.pm
34611 ____________________________________________________________________________
34612 [ 11085] By: jhi                                   on 2001/07/02  13:21:39
34613         Log: Subject: [PATCH 5.6.1] debugger goof
34614              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
34615              Date: Mon, 2 Jul 2001 06:27:22 -0400
34616              Message-ID: <20010702062722.A1746@math.ohio-state.edu>
34617      Branch: perl
34618            ! lib/perl5db.pl
34619 ____________________________________________________________________________
34620 [ 11084] By: jhi                                   on 2001/07/02  13:20:50
34621         Log: Subject: [PATCH 5.6.1] OS/2 cwd
34622              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
34623              Date: Mon, 2 Jul 2001 06:21:17 -0400
34624              Message-ID: <20010702062117.A1401@math.ohio-state.edu>
34625      Branch: perl
34626            ! lib/Cwd.pm lib/File/Find/taint.t lib/FindBin.pm os2/os2.c
34627 ____________________________________________________________________________
34628 [ 11083] By: jhi                                   on 2001/07/02  13:19:18
34629         Log: Make #11082 more OS/2-specific.
34630      Branch: perl
34631            ! ext/Time/Piece/Piece.t
34632 ____________________________________________________________________________
34633 [ 11082] By: jhi                                   on 2001/07/02  13:14:36
34634         Log: Subject: [PATCH 5.6.1] OS/2 gmtime()
34635              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
34636              Date: Mon, 2 Jul 2001 06:06:34 -0400
34637              Message-ID: <20010702060634.A1356@math.ohio-state.edu>
34638      Branch: perl
34639            ! ext/Time/Piece/Piece.t
34640 ____________________________________________________________________________
34641 [ 11081] By: jhi                                   on 2001/07/02  13:13:08
34642         Log: Subject: [PATCH B::Deparse] version number & changes
34643              From: Robin Houston <robin@kitsite.com>  
34644              Date: Sun, 1 Jul 2001 17:17:29 +0100
34645              Message-ID: <20010701171729.A30678@puffinry.freeserve.co.uk>
34646      Branch: perl
34647            ! ext/B/B/Deparse.pm
34648 ____________________________________________________________________________
34649 [ 11080] By: jhi                                   on 2001/07/02  13:11:48
34650         Log: Subject: a small fix.
34651              From: "Konovalov, Vadim Vladimirovich (Vadim)" <vkonovalov@lucent.com>
34652              Date: Mon, 2 Jul 2001 12:17:53 +0200
34653              Message-ID: <E3FB32585BF1D411B9E900805FF51A08074B35@RU0022EXCH001U>
34654      Branch: perl
34655            ! ext/Thread/Thread.xs
34656 ____________________________________________________________________________
34657 [ 11079] By: jhi                                   on 2001/07/02  13:10:39
34658         Log: Subject: RE: perl@10907
34659              From: "Konovalov, Vadim Vladimirovich (Vadim)" <vkonovalov@lucent.com>
34660              Date: Mon, 2 Jul 2001 12:06:16 +0200
34661              Message-ID: <E3FB32585BF1D411B9E900805FF51A08074B2C@RU0022EXCH001U>
34662              
34663              Borland C vs PerlIO.
34664      Branch: perl
34665            ! win32/config.bc win32/config_H.bc
34666 ____________________________________________________________________________
34667 [ 11078] By: jhi                                   on 2001/07/02  13:03:44
34668         Log: Subject: [PATCH] Report /pro/3gl/CPAN/perl-5.7.1
34669              From: "H.M. Brand" <merijn@l1.procura.nl>
34670              Date: Mon, 02 Jul 2001 11:18:57 +0200
34671              Message-Id: <20010702100811.4999.MERIJN@l1.procura.nl>
34672      Branch: perl
34673            ! t/op/write.t
34674 ____________________________________________________________________________
34675 [ 11077] By: jhi                                   on 2001/07/02  12:58:27
34676         Log: Subject: [PATCH] Deleting ext/util/mkbootstrap
34677              From: Michael G Schwern <schwern@pobox.com>
34678              Date: Mon, 2 Jul 2001 00:26:24 -0400
34679              Message-ID: <20010702002624.A18302@blackrider>
34680      Branch: perl
34681            - ext/util/mkbootstrap
34682 ____________________________________________________________________________
34683 [ 11076] By: jhi                                   on 2001/07/02  12:56:20
34684         Log: Subject: [PATCH op.h] v minor comment tweak
34685              From: Robin Houston <robin@puffinry.freeserve.co.uk>
34686              Date: Mon, 2 Jul 2001 00:42:01 +0100
34687              Message-Id: <E15GqxK-0006WZ-00.2001-07-02-00-48-46@mail18.svr.pol.co.uk>
34688      Branch: perl
34689            ! op.h
34690 ____________________________________________________________________________
34691 [ 11075] By: jhi                                   on 2001/07/02  12:53:48
34692         Log: SysV IPC semops use native shorts, not forced-to-16-bit-shorts.
34693      Branch: perl
34694            ! pod/perlfunc.pod
34695 ____________________________________________________________________________
34696 [ 11074] By: jhi                                   on 2001/07/02  12:52:28
34697         Log: Subject: Re: sizeof(struct sembuf)
34698              From: Nicholas Clark <nick@ccl4.org>
34699              Date: Sun, 1 Jul 2001 19:23:16 +0100
34700              Message-ID: <20010701192316.V59620@plum.flirble.org>
34701              
34702              s/signaling/signalling/
34703      Branch: perl
34704            ! pod/perlfunc.pod
34705 ____________________________________________________________________________
34706 [ 11073] By: jhi                                   on 2001/07/02  12:49:51
34707         Log: Subject: [PATCH perlsnap] Suggestion for mnemonic for $^N
34708              From: "Philip Newton" <Philip.Newton@gmx.net>
34709              Date: Sun, 1 Jul 2001 09:37:56 +0200
34710              Message-Id: <200107010733.KAA03920@taas.iki.fi>
34711      Branch: perl
34712            ! pod/perlvar.pod
34713 ____________________________________________________________________________
34714 [ 11072] By: jhi                                   on 2001/07/02  12:48:03
34715         Log: Subject: [PATCH perlsnap] /^qnx|nto$/ --> /^(?:qnx|nto)$/
34716              From: "Philip Newton" <Philip.Newton@gmx.net>
34717              Date: Sun, 1 Jul 2001 09:37:56 +0200
34718              Message-Id: <200107010733.KAA03925@taas.iki.fi>
34719      Branch: perl
34720            ! lib/ExtUtils/MM_Unix.pm lib/File/Spec/Unix.pm
34721 ____________________________________________________________________________
34722 [ 11071] By: jhi                                   on 2001/07/02  12:45:12
34723         Log: Metaconfig unit change for #11070.
34724      Branch: metaconfig
34725            ! U/compline/randfunc.U
34726 ____________________________________________________________________________
34727 [ 11070] By: jhi                                   on 2001/07/02  12:43:58
34728         Log: Subject: [PATCH perlsnap] its --> it's --> its
34729              From: "Philip Newton" <Philip.Newton@gmx.net>
34730              Date: Sun, 1 Jul 2001 09:37:56 +0200
34731              Message-Id: <200107010733.KAA03914@taas.iki.fi>
34732      Branch: perl
34733            ! Porting/config_H
34734 ____________________________________________________________________________
34735 [ 11069] By: jhi                                   on 2001/07/02  12:01:52
34736         Log: Sync with Sarathy; integrate with perlio.
34737      Branch: perl
34738           !> gv.c
34739 ____________________________________________________________________________
34740 [ 11068] By: gsar                                  on 2001/07/02  08:07:54
34741         Log: regenerate win32/config_H.?c files
34742      Branch: perl
34743            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
34744 ____________________________________________________________________________
34745 [ 11067] By: gsar                                  on 2001/07/02  08:03:55
34746         Log: rename s/sv_getcwd/getcwd_sv/ for better conformance to existing
34747              naming discipline
34748              
34749              win32 fix: enable getcwd_sv() to work on windows (POSIX.t was failing
34750              because of this)
34751              
34752              fix a warning about "fd" being used without being set in Cwd.xs
34753      Branch: perl
34754            ! embed.h embed.pl ext/Cwd/Cwd.xs ext/POSIX/POSIX.t
34755            ! ext/POSIX/POSIX.xs global.sym objXSUB.h perlapi.c
34756            ! pod/perlapi.pod proto.h util.c win32/config.bc win32/config.gc
34757            ! win32/config.vc
34758 ____________________________________________________________________________
34759 [ 11066] By: gsar                                  on 2001/07/02  07:12:10
34760         Log: win32 fixes: fix various syntax errors ("no preprocessor directives
34761              within macro arguments") and warnings ("unary minus applied to
34762              unsigned type", among others)
34763      Branch: perl
34764            ! gv.c hv.c op.c pp.c sv.c toke.c
34765 ____________________________________________________________________________
34766 [ 11065] By: gsar                                  on 2001/07/02  06:26:22
34767         Log: win32 fixes: more spurious CRs
34768      Branch: perl
34769            ! win32/mdelete.bat
34770 ____________________________________________________________________________
34771 [ 11064] By: gsar                                  on 2001/07/02  06:25:22
34772         Log: win32 tweaks: remove extra CRs from makefile.mk; move mdelete.bat
34773              from win32/bin (or it gets deleted by distclean); don't delete
34774              lib/Cwd.pm during distclean; mdelete.bat doesn't work properly on
34775              NT (should be made Win9x specific, and added to makefile.mk)
34776      Branch: perl
34777           +> win32/mdelete.bat
34778            - win32/bin/mdelete.bat
34779            ! win32/Makefile win32/makefile.mk
34780 ____________________________________________________________________________
34781 [ 11063] By: nick                                  on 2001/07/01  18:54:09
34782         Log: Quick for for #ifdef mess
34783      Branch: perlio
34784            ! gv.c
34785 ____________________________________________________________________________
34786 [ 11062] By: nick                                  on 2001/07/01  18:47:42
34787         Log: Raw integrate - does not build #if mess in gv.c
34788      Branch: perlio
34789           !> (integrate 29 files)
34790 ____________________________________________________________________________
34791 [ 11061] By: jhi                                   on 2001/07/01  15:20:38
34792         Log: Make 'compile' target a little less broken.
34793              Still very broken, though: -Wall warnings from
34794              the generated code, boot_Foo prototypes missing,
34795              can't autoload Fcntl::SEEK_CUR et alia, ...
34796      Branch: perl
34797            ! ext/B/B/C.pm pod/Makefile.SH t/TEST utils/Makefile
34798            ! utils/perlcc.PL x2p/Makefile.SH
34799 ____________________________________________________________________________
34800 [ 11060] By: jhi                                   on 2001/07/01  14:04:20
34801         Log: Upgrade to Storable 1.0.12, from Raphael Manfredi.
34802      Branch: perl
34803            ! ext/Storable/ChangeLog ext/Storable/Storable.pm
34804            ! ext/Storable/Storable.xs ext/Storable/t/freeze.t
34805 ____________________________________________________________________________
34806 [ 11059] By: jhi                                   on 2001/07/01  05:02:59
34807         Log: Update Changes.
34808      Branch: perl
34809            ! Changes patchlevel.h
34810 ____________________________________________________________________________
34811 [ 11058] By: jhi                                   on 2001/07/01  04:57:05
34812         Log: Still one typo, regen toc.
34813      Branch: perl
34814            ! lib/Unicode/UCD.pm pod/perltoc.pod
34815 ____________________________________________________________________________
34816 [ 11057] By: jhi                                   on 2001/07/01  04:54:35
34817         Log: Detypos and regen toc.
34818      Branch: perl
34819            ! README.os2 lib/Unicode/UCD.pm pod/perltoc.pod
34820 ____________________________________________________________________________
34821 [ 11056] By: jhi                                   on 2001/07/01  04:26:08
34822         Log: VERSION tweak.
34823      Branch: perl
34824            ! ext/List/Util/lib/List/Util.pm
34825 ____________________________________________________________________________
34826 [ 11055] By: jhi                                   on 2001/06/30  22:18:37
34827         Log: Attempt at plugging the leak under ithreads detected by Doug.
34828      Branch: perl
34829            ! op.h
34830 ____________________________________________________________________________
34831 [ 11054] By: jhi                                   on 2001/06/30  21:33:29
34832         Log: gcc -Wall lint after #11051.
34833      Branch: perl
34834            ! pp_sys.c
34835 ____________________________________________________________________________
34836 [ 11053] By: jhi                                   on 2001/06/30  21:13:55
34837         Log: Integrate perlio.
34838      Branch: perl
34839           !> lib/File/Find/taint.t
34840 ____________________________________________________________________________
34841 [ 11052] By: jhi                                   on 2001/06/30  21:07:38
34842         Log: Don't use the v-strings for module VERSIONs.
34843      Branch: perl
34844            ! lib/Unicode/UCD.pm
34845 ____________________________________________________________________________
34846 [ 11051] By: jhi                                   on 2001/06/30  20:59:57
34847         Log: Code cleanup based on turning off the -woffs in IRIX.
34848              Not all of the gripes cleaned up (hairy code in hv.c and
34849              regcomp.c; unused newsp, gimme, and optype from cop.h macros;
34850              unused 'key' arguments in ?DBM_File.xs) (and the -woffs left
34851              to the IRIX hints)
34852      Branch: perl
34853            ! ext/DB_File/DB_File.xs ext/Data/Dumper/Dumper.xs
34854            ! ext/IPC/SysV/SysV.xs ext/List/Util/Util.xs
34855            ! ext/PerlIO/Scalar/Scalar.xs gv.c mg.c op.c perlio.c pp_sys.c
34856            ! regcomp.c sv.c
34857 ____________________________________________________________________________
34858 [ 11050] By: nick                                  on 2001/06/30  20:46:46
34859         Log: Jeffrey Friedl's <jfriedl@yahoo.com> fix for lib/File/Find/taint.t
34860      Branch: perlio
34861            ! lib/File/Find/taint.t
34862 ____________________________________________________________________________
34863 [ 11049] By: nick                                  on 2001/06/30  18:13:33
34864         Log: Integrate mainline
34865      Branch: perlio
34866           +> NetWare/nwstdio.h NetWare/perlsdio.h
34867           +> ext/Encode/Encode/7bit-jis.enc ext/Encode/Encode/7bit-kana.enc
34868           +> ext/Encode/Encode/7bit-kr.enc lib/Unicode/UCD.pm
34869           +> lib/Unicode/UCD.t t/run/exit.t
34870           !> (integrate 60 files)
34871 ____________________________________________________________________________
34872 [ 11048] By: jhi                                   on 2001/06/30  16:23:39
34873         Log: Delta delta.
34874      Branch: perl
34875            ! pod/perl572delta.pod
34876 ____________________________________________________________________________
34877 [ 11047] By: jhi                                   on 2001/06/30  16:03:40
34878         Log: More VERSION tuning: to avoid unnecessary Perl upgrades
34879              by CPAN.pm, use rather _00.
34880      Branch: perl
34881            ! ext/Errno/Errno_pm.PL ext/IO/lib/IO/Dir.pm
34882            ! ext/IO/lib/IO/Handle.pm ext/IO/lib/IO/Seekable.pm
34883            ! ext/IO/lib/IO/Socket/UNIX.pm ext/IPC/SysV/Msg.pm
34884            ! ext/IPC/SysV/Semaphore.pm ext/IPC/SysV/SysV.pm
34885            ! ext/Time/HiRes/HiRes.pm lib/CGI/Pretty.pm lib/CPAN/Nox.pm
34886            ! lib/ExtUtils/Embed.pm lib/Test.pm
34887 ____________________________________________________________________________
34888 [ 11046] By: jhi                                   on 2001/06/30  15:53:22
34889         Log: Add a simple Unicode character database interface, Unicode::UCD.
34890      Branch: perl
34891            + lib/Unicode/UCD.pm lib/Unicode/UCD.t
34892            ! MANIFEST
34893 ____________________________________________________________________________
34894 [ 11045] By: jhi                                   on 2001/06/30  13:42:37
34895         Log: Subject: [PATCH] op/numconver.t
34896              From: Nicholas Clark <nick@ccl4.org>
34897              Date: Sat, 30 Jun 2001 15:40:10 +0100
34898              Message-ID: <20010630154010.I59620@plum.flirble.org>
34899      Branch: perl
34900            ! t/op/numconvert.t
34901 ____________________________________________________________________________
34902 [ 11044] By: jhi                                   on 2001/06/30  13:29:25
34903         Log: The $^N is now taken (by #11038).
34904      Branch: perl
34905            ! t/base/lex.t
34906 ____________________________________________________________________________
34907 [ 11043] By: jhi                                   on 2001/06/30  13:15:59
34908         Log: The #11040 had slipped to a wrong function...
34909      Branch: perl
34910            ! sv.c
34911 ____________________________________________________________________________
34912 [ 11042] By: jhi                                   on 2001/06/30  13:08:25
34913         Log: In 64-bit AIX 5L (oslevel 5.1.0.0, ccversion 5.0.2.0)
34914              the Configure library symbol probe mysteriously finds all
34915              symbols but those of pipe() and times().
34916      Branch: perl
34917            ! hints/aix.sh
34918 ____________________________________________________________________________
34919 [ 11041] By: jhi                                   on 2001/06/30  13:01:25
34920         Log: Subject: [PATCH] (was Re: not OK: perl@11006 on HP-UX B.11.00)
34921              From: Nicholas Clark <nick@ccl4.org>
34922              Date: Fri, 29 Jun 2001 23:49:07 +0100
34923              Message-ID: <20010629234907.D59620@plum.flirble.org>
34924      Branch: perl
34925            ! lib/ExtUtils.t
34926 ____________________________________________________________________________
34927 [ 11040] By: jhi                                   on 2001/06/30  13:00:24
34928         Log: Subject: [PATCH] weakref fix 2, not yet there
34929              From: Artur Bergman <artur@contiller.se>
34930              Date: Sat, 30 Jun 2001 01:18:16 +0200
34931              Message-ID: <B762D957.1CC9%artur@contiller.se>
34932      Branch: perl
34933            ! sv.c
34934 ____________________________________________________________________________
34935 [ 11039] By: jhi                                   on 2001/06/30  12:59:25
34936         Log: Subject: [PATCH t/run/exit.t] Another shot at testing exit codes.
34937              From: Michael G Schwern <schwern@pobox.com>
34938              Date: Fri, 29 Jun 2001 19:39:11 -0400
34939              Message-ID: <20010629193910.D25304@blackrider>
34940      Branch: perl
34941            + t/run/exit.t
34942            ! MANIFEST
34943 ____________________________________________________________________________
34944 [ 11038] By: jhi                                   on 2001/06/30  12:58:16
34945         Log: Add support for $^N, the most-recently closed group.
34946      Branch: perl
34947            ! embedvar.h gv.c mg.c perlapi.h pod/perlretut.pod
34948            ! pod/perltoc.pod pod/perlvar.pod regexec.c regexp.h t/op/pat.t
34949            ! thrdvar.h
34950 ____________________________________________________________________________
34951 [ 11037] By: jhi                                   on 2001/06/30  12:53:40
34952         Log: Subject: [ID 20010630.001] Editorial nits in README.solaris
34953              From: lvirden@cas.org
34954              Date: Sat, 30 Jun 2001 04:12:36 -0400 (EDT)
34955              Message-Id: <200106300812.f5U8CaG10447@lwv26awu.cas.org>
34956              
34957              Subject: [ID 20010630.002] Another editorial tweak to README.solaris
34958              From: lvirden@cas.org
34959              Date: Sat, 30 Jun 2001 04:17:55 -0400 (EDT)
34960              Message-Id: <200106300817.f5U8HtN10626@lwv26awu.cas.org>
34961      Branch: perl
34962            ! README.solaris
34963 ____________________________________________________________________________
34964 [ 11036] By: jhi                                   on 2001/06/30  12:51:45
34965         Log: Subject: [PATCH] Encode.pm to use escape-sequence encoding
34966              From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
34967              Date: Sat, 30 Jun 2001 07:33:37 +0900
34968              Message-Id: <20010630073226.7C79.BQW10602@nifty.com>
34969              
34970              Subject: Re: [PATCH] Encode.pm to use escape-sequence encoding
34971              From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
34972              Date: Sat, 30 Jun 2001 21:38:14 +0900
34973              Message-Id: <20010630213554.F67A.BQW10602@nifty.com>
34974      Branch: perl
34975            + ext/Encode/Encode/7bit-jis.enc ext/Encode/Encode/7bit-kana.enc
34976            + ext/Encode/Encode/7bit-kr.enc
34977            ! MANIFEST ext/Encode/Encode/Tcl.pm
34978 ____________________________________________________________________________
34979 [ 11035] By: jhi                                   on 2001/06/30  12:44:51
34980         Log: NetWare tweaks from Guruprasad.
34981      Branch: perl
34982            + NetWare/nwstdio.h NetWare/perlsdio.h
34983            ! MANIFEST NetWare/Makefile NetWare/config.wc
34984            ! NetWare/config_H.wc NetWare/nwperlsys.c NetWare/nwperlsys.h
34985            ! NetWare/t/Readme.txt
34986 ____________________________________________________________________________
34987 [ 11034] By: jhi                                   on 2001/06/29  23:28:16
34988         Log: More module $VERSION bump-ups.
34989      Branch: perl
34990            ! ext/Devel/Peek/Peek.pm lib/ExtUtils/Embed.pm
34991            ! lib/ExtUtils/Liblist.pm lib/ExtUtils/Manifest.pm
34992            ! lib/ExtUtils/Mksymlists.pm lib/IPC/Open3.pm
34993 ____________________________________________________________________________
34994 [ 11033] By: jhi                                   on 2001/06/29  21:25:23
34995         Log: Doc update due to #11032.
34996      Branch: perl
34997            ! pod/perl572delta.pod
34998 ____________________________________________________________________________
34999 [ 11032] By: jhi                                   on 2001/06/29  21:19:44
35000         Log: Subject: [PATCH: perl@11006] s/div/lib\$ediv/ in Time::HiRes for VAX
35001              From: Peter Prymmer <pvhp@forte.com>
35002              Date: Fri, 29 Jun 2001 14:02:16 -0700 (PDT)
35003              Message-ID: <Pine.OSF.4.10.10106291337520.65853-100000@aspara.forte.com>
35004      Branch: perl
35005            ! ext/Time/HiRes/HiRes.xs
35006 ____________________________________________________________________________
35007 [ 11031] By: jhi                                   on 2001/06/29  14:31:53
35008         Log: -lpthreads missing in AIX.
35009      Branch: perl
35010            ! hints/aix.sh
35011 ____________________________________________________________________________
35012 [ 11030] By: jhi                                   on 2001/06/29  14:08:12
35013         Log: Subject: [PATCH] CLONE && weakrefs
35014              From: Artur Bergman <artur@contiller.se>
35015              Date: Fri, 29 Jun 2001 17:02:00 +0200
35016              Message-ID: <B7626508.1CA0%artur@contiller.se>
35017      Branch: perl
35018            ! sv.c
35019 ____________________________________________________________________________
35020 [ 11029] By: jhi                                   on 2001/06/29  14:06:50
35021         Log: Subject: Re: Bug report: split splits on wrong pattern
35022              From: Radu Greab <radu@netsoft.ro>
35023              Date: Wed, 27 Jun 2001 21:50:52 +0300
35024              Message-ID: <15162.11020.279064.471031@ix.netsoft.ro>
35025      Branch: perl
35026            ! pp_ctl.c t/op/split.t
35027 ____________________________________________________________________________
35028 [ 11028] By: jhi                                   on 2001/06/29  13:47:38
35029         Log: Metaconfig unit change for #11027.
35030      Branch: metaconfig/U/perl
35031            ! d_modfl.U
35032 ____________________________________________________________________________
35033 [ 11027] By: jhi                                   on 2001/06/29  13:47:03
35034         Log: I thought this Configure glitch for AIX was just recently fixed?
35035      Branch: perl
35036            ! Configure
35037 ____________________________________________________________________________
35038 [ 11026] By: jhi                                   on 2001/06/29  13:14:07
35039         Log: Update Changes.
35040      Branch: perl
35041            ! Changes patchlevel.h
35042 ____________________________________________________________________________
35043 [ 11025] By: jhi                                   on 2001/06/29  13:07:57
35044         Log: Subject: Re: perl@10967, File::Find, and Cwd
35045              From: Mike Guy <mjtg@cam.ac.uk>
35046              Date: Fri, 29 Jun 2001 14:56:49 +0100
35047              Message-Id: <E15FylN-0004LT-00@draco.cus.cam.ac.uk>
35048      Branch: perl
35049            ! lib/File/Find/taint.t
35050 ____________________________________________________________________________
35051 [ 11024] By: jhi                                   on 2001/06/29  12:39:23
35052         Log: Update the sv_pvprintify() spec.
35053      Branch: perl
35054            ! pod/perltodo.pod
35055 ____________________________________________________________________________
35056 [ 11023] By: jhi                                   on 2001/06/29  12:33:33
35057         Log: Known test failures update.
35058      Branch: perl
35059            ! pod/perl572delta.pod
35060 ____________________________________________________________________________
35061 [ 11022] By: jhi                                   on 2001/06/29  12:24:32
35062         Log: Based on
35063              
35064              Subject: [PATCH @11016] More );) fixes
35065              From: Richard Soderberg <rs@crystalflame.net>
35066              Date: Fri, 29 Jun 2001 04:09:24 -0700 (PDT)
35067              Message-ID: <Pine.LNX.4.21.0106290408200.12037-100000@oregonnet.com> 
35068      Branch: perl
35069            ! ext/Thread/Thread.xs ext/Thread/typemap
35070 ____________________________________________________________________________
35071 [ 11021] By: jhi                                   on 2001/06/29  12:21:51
35072         Log: Subject: [PATCH @11016] Fixes compile errors in four files
35073              From: Richard Soderberg <rs@crystalflame.net>
35074              Date: Fri, 29 Jun 2001 03:35:11 -0700 (PDT)
35075              Message-ID: <Pine.LNX.4.21.0106290333270.9768-100000@oregonnet.com>
35076      Branch: perl
35077            ! mg.c pp.c pp_hot.c util.c
35078 ____________________________________________________________________________
35079 [ 11020] By: jhi                                   on 2001/06/29  12:05:54
35080         Log: AIX hints tweaking continues, from Merijn Brand.
35081      Branch: perl
35082            ! hints/aix.sh
35083 ____________________________________________________________________________
35084 [ 11019] By: jhi                                   on 2001/06/29  12:05:10
35085         Log: HP-UX needs gccversion sooner, from Merijn Brand.
35086      Branch: perl
35087            ! hints/hpux.sh
35088 ____________________________________________________________________________
35089 [ 11018] By: jhi                                   on 2001/06/29  11:52:31
35090         Log: Subject: [PATCH 5.6.1] OS/2 docs
35091              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
35092              Date: Fri, 29 Jun 2001 02:34:12 -0400
35093              Message-ID: <20010629023412.A6033@math.ohio-state.edu>
35094      Branch: perl
35095            ! README.os2 os2/Changes
35096 ____________________________________________________________________________
35097 [ 11017] By: nick                                  on 2001/06/29  10:20:30
35098         Log: Integrate mainline
35099      Branch: perlio
35100           +> (branch 37 files)
35101            - ext/ODBM_File/sdbm.t
35102           !> (integrate 211 files)
35103 ____________________________________________________________________________
35104 [ 11016] By: jhi                                   on 2001/06/29  03:38:56
35105         Log: Bump up the VERSIONs of modules that have changed since 5.6.0,
35106              the modules found using a script written by Larry Schatzer Jr.
35107      Branch: perl
35108            ! ext/IO/lib/IO/Dir.pm ext/IO/lib/IO/Handle.pm
35109            ! ext/IO/lib/IO/Seekable.pm ext/IO/lib/IO/Select.pm
35110            ! ext/IO/lib/IO/Socket/INET.pm ext/IO/lib/IO/Socket/UNIX.pm
35111            ! ext/IPC/SysV/Msg.pm ext/IPC/SysV/Semaphore.pm
35112            ! ext/IPC/SysV/SysV.pm ext/Opcode/Opcode.pm ext/Opcode/Safe.pm
35113            ! ext/Thread/Thread.pm ext/attrs/attrs.pm ext/re/re.pm
35114            ! lib/AutoSplit.pm lib/Benchmark.pm lib/CGI/Pretty.pm
35115            ! lib/CPAN/Nox.pm lib/Exporter.pm lib/ExtUtils/Command.pm
35116            ! lib/ExtUtils/MakeMaker.pm lib/ExtUtils/Packlist.pm
35117            ! lib/File/Compare.pm lib/FileHandle.pm lib/Math/Complex.pm
35118            ! lib/Math/Trig.pm lib/Pod/Html.pm lib/Symbol.pm
35119            ! lib/Text/ParseWords.pm lib/Text/Soundex.pm lib/Text/Tabs.pm
35120            ! lib/Tie/Array.pm lib/attributes.pm lib/autouse.pm lib/base.pm
35121            ! lib/constant.pm lib/fields.pm lib/strict.pm
35122 ____________________________________________________________________________
35123 [ 11015] By: jhi                                   on 2001/06/29  02:55:58
35124         Log: The latest JPL from the anoncvs.
35125      Branch: perl
35126            ! jpl/JNI/JNI.pm jpl/JNI/JNI.xs jpl/JNI/Makefile.PL
35127 ____________________________________________________________________________
35128 [ 11014] By: jhi                                   on 2001/06/29  02:16:55
35129         Log: In EBCDIC assume UTF-EBCDIC, not UTF-8.
35130      Branch: perl
35131            ! t/op/pat.t
35132 ____________________________________________________________________________
35133 [ 11013] By: jhi                                   on 2001/06/28  23:14:53
35134         Log: Worrying about insecure directories now is a bit too late.
35135      Branch: perl
35136            ! lib/File/Find/taint.t
35137 ____________________________________________________________________________
35138 [ 11012] By: jhi                                   on 2001/06/28  21:36:36
35139         Log: Cannot DIE() in a void function,
35140              from Richard Hatch <rhatch@austin.ibm.com>.
35141      Branch: perl
35142            ! ext/IPC/SysV/SysV.xs
35143 ____________________________________________________________________________
35144 [ 11011] By: jhi                                   on 2001/06/28  19:32:13
35145         Log: Subject: [PATCH: perl@11006] s/qdiv/div/ in Time::HiRes for VAX
35146              From: Peter Prymmer <pvhp@forte.com>
35147              Date: Thu, 28 Jun 2001 13:00:18 -0700 (PDT)
35148              Message-ID: <Pine.OSF.4.10.10106281125220.508935-100000@aspara.forte.com>
35149              
35150              (unfinished: time/hires tests 3, 5, 14 failing, but better
35151              than wholesale failure)
35152      Branch: perl
35153            ! ext/Time/HiRes/HiRes.xs
35154 ____________________________________________________________________________
35155 [ 11010] By: jhi                                   on 2001/06/28  19:10:54
35156         Log: Subject: [PATCH 5.6.1] OS/2 improvements
35157              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
35158              Date: Thu, 28 Jun 2001 16:03:14 -0400
35159              Message-ID: <20010628160314.A17906@math.ohio-state.edu>
35160      Branch: perl
35161            + os2/os2_base.t
35162            ! MANIFEST hints/os2.sh makedef.pl os2/OS2/PrfDB/PrfDB.xs
35163            ! os2/OS2/Process/Process.pm os2/OS2/Process/Process.xs
35164            ! os2/OS2/REXX/REXX.xs os2/dl_os2.c os2/dlfcn.h os2/os2.c
35165            ! os2/os2ish.h
35166 ____________________________________________________________________________
35167 [ 11009] By: jhi                                   on 2001/06/28  18:54:14
35168         Log: Subject: Incrementing Extutils::Manifest's $VERSION
35169              From: Michael G Schwern <schwern@pobox.com>
35170              Date: Thu, 28 Jun 2001 13:13:49 -0400
35171              Message-ID: <20010628131349.A14738@blackrider>
35172      Branch: maint-5.6/perl
35173            ! lib/ExtUtils/Manifest.pm
35174 ____________________________________________________________________________
35175 [ 11008] By: jhi                                   on 2001/06/28  18:52:20
35176         Log: AIX tweak from Merijn Brand.
35177      Branch: perl
35178            ! hints/aix.sh
35179 ____________________________________________________________________________
35180 [ 11007] By: jhi                                   on 2001/06/28  17:46:27
35181         Log: Create the macperl branch.
35182      Branch: maint-5.6/macperl
35183           +> (branch 1728 files)
35184 ____________________________________________________________________________
35185 [ 11006] By: jhi                                   on 2001/06/28  14:46:21
35186         Log: Update Changes.
35187      Branch: perl
35188            ! Changes patchlevel.h
35189 ____________________________________________________________________________
35190 [ 11005] By: jhi                                   on 2001/06/28  14:40:11
35191         Log: More Perforce lore.
35192      Branch: perl
35193            ! Porting/repository.pod
35194 ____________________________________________________________________________
35195 [ 11004] By: jhi                                   on 2001/06/28  14:12:50
35196         Log: Metaconfig unit changes for #11003.
35197      Branch: metaconfig/U/perl
35198            + d_nl_langinfo.U i_langinfo.U
35199 ____________________________________________________________________________
35200 [ 11003] By: jhi                                   on 2001/06/28  14:12:27
35201         Log: Add Configure probes for nl_langinfo() and <langinfo.h>.
35202              Expected not to exist in non-UNIX excepting in VMS, where
35203              according to a quick web survey they just might.
35204      Branch: perl
35205            ! Configure NetWare/config.wc Porting/Glossary Porting/config.sh
35206            ! Porting/config_H config_h.SH configure.com epoc/config.sh
35207            ! perl.h uconfig.h uconfig.sh vos/config.alpha.def
35208            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
35209            ! win32/config.bc win32/config.gc win32/config.vc
35210 ____________________________________________________________________________
35211 [ 11002] By: jhi                                   on 2001/06/28  13:39:11
35212         Log: One shouldn't use XBS5_ILP32_OFFBIG_CFLAGS et alia
35213              in AIX is one is doing a 64-bit build.
35214      Branch: perl
35215            ! hints/aix.sh
35216 ____________________________________________________________________________
35217 [ 11001] By: jhi                                   on 2001/06/28  13:28:37
35218         Log: Metaconfig unit changes for #11000.
35219      Branch: metaconfig/U/perl
35220            ! use64bits.U uselfs.U
35221 ____________________________________________________________________________
35222 [ 11000] By: jhi                                   on 2001/06/28  13:21:16
35223         Log: Move use64bitint and use64bitall before uselargefiles.
35224      Branch: perl
35225            ! Configure
35226 ____________________________________________________________________________
35227 [ 10999] By: jhi                                   on 2001/06/28  03:49:07
35228         Log: Subject: [ID 20010625.009] open(FILE,"+foo") [PATCH]
35229              From: Robert Spier <rspier@pobox.com>
35230              Message-ID: <15162.41164.618712.841415@rls.cx>
35231              Date: Wed, 27 Jun 2001 23:13:16 -0400
35232      Branch: perl
35233            ! doio.c
35234 ____________________________________________________________________________
35235 [ 10998] By: jhi                                   on 2001/06/28  03:42:57
35236         Log: Subject: [PATCH: perl@10996] avoid overflow in numeric.c:S_mulexp10() on VAX
35237              From: Peter Prymmer <pvhp@forte.com>
35238              Date: Wed, 27 Jun 2001 19:25:49 -0700 (PDT)
35239              Message-ID: <Pine.OSF.4.10.10106271922120.465082-100000@aspara.forte.com>
35240      Branch: perl
35241            ! numeric.c
35242 ____________________________________________________________________________
35243 [ 10997] By: jhi                                   on 2001/06/28  03:42:12
35244         Log: Subject: [patch perl@10996] "fix" VAX Digest/MD5, Fcntl, brokennes in SDBM
35245              From: Peter Prymmer <pvhp@forte.com>
35246              Date: Wed, 27 Jun 2001 17:33:33 -0700 (PDT)
35247              Message-ID: <Pine.OSF.4.10.10106271705390.467850-100000@aspara.forte.com>
35248      Branch: perl
35249            ! configure.com ext/Digest/MD5/Makefile.PL
35250 ____________________________________________________________________________
35251 [ 10996] By: jhi                                   on 2001/06/27  20:34:11
35252         Log: Update Changes.
35253      Branch: perl
35254            ! Changes patchlevel.h
35255 ____________________________________________________________________________
35256 [ 10995] By: jhi                                   on 2001/06/27  20:06:28
35257         Log: Tiny EPOC updates.
35258      Branch: perl
35259            ! epoc/config.sh
35260 ____________________________________________________________________________
35261 [ 10994] By: jhi                                   on 2001/06/27  19:55:16
35262         Log: The Test::More and Test::Simple tests required help
35263              thanks to our schizophrenic test scheme.
35264      Branch: perl
35265            ! lib/Test/More/t/fail-like.t lib/Test/More/t/fail.t
35266            ! lib/Test/More/t/plan_is_noplan.t lib/Test/More/t/skipall.t
35267            ! lib/Test/Simple/t/exit.t lib/Test/Simple/t/extra.t
35268            ! lib/Test/Simple/t/fail.t lib/Test/Simple/t/missing.t
35269            ! lib/Test/Simple/t/no_plan.t lib/Test/Simple/t/plan_is_noplan.t
35270 ____________________________________________________________________________
35271 [ 10993] By: jhi                                   on 2001/06/27  17:17:30
35272         Log: Upgrade to Test::Simple 0.09.
35273      Branch: perl
35274            + lib/Test/Simple/Changes
35275            ! MANIFEST lib/Test/Simple.pm lib/Test/Simple/t/exit.t
35276            ! lib/Test/Simple/t/extra.t lib/Test/Simple/t/fail.t
35277            ! lib/Test/Simple/t/missing.t lib/Test/Simple/t/no_plan.t
35278            ! lib/Test/Simple/t/plan_is_noplan.t
35279 ____________________________________________________________________________
35280 [ 10992] By: jhi                                   on 2001/06/27  17:11:28
35281         Log: Upgrade to Test::More 0.07.
35282      Branch: perl
35283            + lib/Test/More/Changes
35284            ! MANIFEST lib/Test/More.pm lib/Test/More/t/fail-like.t
35285            ! lib/Test/More/t/fail.t lib/Test/More/t/plan_is_noplan.t
35286            ! lib/Test/More/t/skipall.t
35287 ____________________________________________________________________________
35288 [ 10991] By: jhi                                   on 2001/06/27  17:04:13
35289         Log: Subject: Re: [PATCH] gcc-3.0 warnings on HP-UX
35290              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
35291              Date: Wed, 27 Jun 2001 18:40:04 +0200
35292              Message-Id: <20010627182601.7261.H.M.BRAND@hccnet.nl>
35293      Branch: perl
35294            ! hints/hpux.sh
35295 ____________________________________________________________________________
35296 [ 10990] By: jhi                                   on 2001/06/27  17:02:55
35297         Log: Subject: [PATCH README.qnx hints/qnx.sh]
35298              From: Norton Allen <allen@huarp.harvard.edu>
35299              Date: Wed, 27 Jun 2001 13:46:03 -0400 (edt)
35300              Message-Id: <200106271746.NAA02789@bottesini.harvard.edu>
35301      Branch: perl
35302            ! README.qnx hints/qnx.sh
35303 ____________________________________________________________________________
35304 [ 10989] By: jhi                                   on 2001/06/27  14:33:53
35305         Log: Subject: [PATCH] two little documentation nits
35306              From: Abhijit Menon-Sen <ams@wiw.org>
35307              Date: Wed, 27 Jun 2001 20:07:50 +0530
35308              Message-ID: <20010627200750.A15756@lustre.lustre.dyn.wiw.org>
35309      Branch: perl
35310            ! sv.c sv.h
35311 ____________________________________________________________________________
35312 [ 10988] By: jhi                                   on 2001/06/27  13:33:32
35313         Log: Subject: [PATCH File/Spec/Unix.pm ExtUtils/MM_Unix.pm] for QNX
35314              From: Norton Allen <allen@huarp.harvard.edu>
35315              Date: Wed, 27 Jun 2001 10:33:05 -0400 (edt)
35316              Message-Id: <200106271433.KAA04947@bottesini.harvard.edu>
35317      Branch: perl
35318            ! lib/ExtUtils/MM_Unix.pm lib/File/Spec/Unix.pm
35319 ____________________________________________________________________________
35320 [ 10987] By: jhi                                   on 2001/06/27  12:14:36
35321         Log: Subject: [PATCH vms/test.com] Adding TODO tests (was:  Re: a report on perl@10930 results on a couple of Alphas)
35322              From: Michael G Schwern <schwern@pobox.com>
35323              Date: Wed, 27 Jun 2001 02:34:58 -0400
35324              Message-ID: <20010627023458.K23874@blackrider>
35325      Branch: perl
35326            ! vms/test.com
35327 ____________________________________________________________________________
35328 [ 10986] By: jhi                                   on 2001/06/27  12:01:49
35329         Log: Add perl_clone_host() for Netware.
35330      Branch: perl
35331            ! NetWare/nw5.c
35332 ____________________________________________________________________________
35333 [ 10985] By: jhi                                   on 2001/06/27  11:56:53
35334         Log: GCC 3.0 hints for HP-UX.
35335      Branch: perl
35336            ! hints/hpux.sh
35337 ____________________________________________________________________________
35338 [ 10984] By: jhi                                   on 2001/06/27  11:55:06
35339         Log: In some Linux distributions the libndbm is broken
35340              (no null key support), therefore link with libgdbm
35341              (if available), since it has a working ndbm emulation,
35342              from Jonathan Stowe.
35343      Branch: perl
35344            + ext/NDBM_File/hints/linux.pl
35345            ! MANIFEST
35346 ____________________________________________________________________________
35347 [ 10983] By: jhi                                   on 2001/06/27  11:48:56
35348         Log: Subject: [PATCH perl@10930] find.t hack for VMS
35349              From: "Craig A. Berry" <craigberry@mac.com>
35350              Date: Tue, 26 Jun 2001 23:40:25 -0500
35351              Message-Id: <a05101000b75f10cdc80f@[192.168.56.145]>
35352      Branch: perl
35353            ! lib/File/Find/find.t
35354 ____________________________________________________________________________
35355 [ 10982] By: jhi                                   on 2001/06/27  11:47:30
35356         Log: AUTHORS updates.
35357      Branch: perl
35358            ! AUTHORS
35359 ____________________________________________________________________________
35360 [ 10981] By: jhi                                   on 2001/06/27  11:46:02
35361         Log: Metaconfig unit change like #10980.
35362      Branch: metaconfig
35363            ! U/compline/d_stdstdio.U
35364 ____________________________________________________________________________
35365 [ 10980] By: jhi                                   on 2001/06/27  11:45:29
35366         Log: "lose the it's", from Abhijit Menon-Sen.
35367              ("It's" not searched, pods not searched.)
35368      Branch: perl
35369            ! Porting/Glossary Porting/config_H README.qnx config_h.SH
35370            ! emacs/cperl-mode.el ext/IPC/SysV/Semaphore.pm
35371            ! ext/List/Util/lib/Scalar/Util.pm hints/next_3.sh hints/qnx.sh
35372            ! lib/CPAN/Nox.pm lib/ExtUtils/Embed.pm lib/ExtUtils/MM_NW5.pm
35373            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_VMS.pm
35374            ! lib/ExtUtils/MM_Win32.pm lib/Net/DummyInetd.pm win32/win32.c
35375 ____________________________________________________________________________
35376 [ 10979] By: jhi                                   on 2001/06/27  11:36:40
35377         Log: "lose the looses", from Abhijit Menon-Sen.
35378      Branch: perl
35379            ! ext/B/B/Assembler.pm gv.c
35380 ____________________________________________________________________________
35381 [ 10978] By: jhi                                   on 2001/06/27  11:35:38
35382         Log: Catch FP exceptions also in z/OS (aka OS/390), from Peter Prymmer.
35383      Branch: perl
35384            ! hints/os390.sh
35385 ____________________________________________________________________________
35386 [ 10977] By: jhi                                   on 2001/06/27  11:33:28
35387         Log: DEC C 5.3 on the VAX simply doesn't seem to like
35388              compiling the MD5 extension, disable it there for now,
35389              from Peter Prymmer.
35390      Branch: perl
35391            ! configure.com
35392 ____________________________________________________________________________
35393 [ 10976] By: jhi                                   on 2001/06/26  21:35:40
35394         Log: Subject: Re: [PATCH perlfaq3.pod] and a question about it.
35395              From: Jonathan Stowe <gellyfish@gellyfish.com>
35396              Date: Tue, 26 Jun 2001 20:53:40 +0100 (BST)
35397              Message-ID: <Pine.LNX.4.33.0106262052060.10849-100000@orpheus.gellyfish.com>
35398      Branch: perl
35399            ! pod/perlfaq3.pod
35400 ____________________________________________________________________________
35401 [ 10975] By: jhi                                   on 2001/06/26  21:32:41
35402         Log: Subject: [PATCH 5.6.1] perlxs misprints
35403              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
35404              Date: Tue, 26 Jun 2001 17:20:00 -0400
35405              Message-ID: <20010626172000.A26951@math.ohio-state.edu>
35406      Branch: perl
35407            ! pod/perlxs.pod
35408 ____________________________________________________________________________
35409 [ 10974] By: jhi                                   on 2001/06/26  21:31:51
35410         Log: Subject: [PATCH 5.6.1] xsubpp flags from the command line
35411              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
35412              Date: Tue, 26 Jun 2001 17:27:07 -0400
35413              Message-ID: <20010626172707.A27097@math.ohio-state.edu>
35414      Branch: perl
35415            ! lib/ExtUtils/MM_Unix.pm
35416 ____________________________________________________________________________
35417 [ 10973] By: jhi                                   on 2001/06/26  21:27:05
35418         Log: Subject: [PATCH 5.6.1] OPTIMIZE=-g
35419              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
35420              Date: Tue, 26 Jun 2001 17:23:24 -0400
35421              Message-ID: <20010626172324.A27003@math.ohio-state.edu>
35422      Branch: perl
35423            ! hints/os2.sh lib/ExtUtils/MM_Unix.pm os2/Makefile.SHs
35424 ____________________________________________________________________________
35425 [ 10972] By: jhi                                   on 2001/06/26  20:27:19
35426         Log: Better place for nop IN_LOCALE_NUMERIC, pointed out
35427              by Olaf Flebbe.
35428      Branch: perl
35429            ! perl.h
35430 ____________________________________________________________________________
35431 [ 10971] By: jhi                                   on 2001/06/26  19:59:41
35432         Log: Detypo.
35433      Branch: perl
35434            ! lib/Memoize/t/tie_sdbm.t
35435 ____________________________________________________________________________
35436 [ 10970] By: jhi                                   on 2001/06/26  19:10:19
35437         Log: perl_clone_host() needs PERL_IMPLICIT_SYS.
35438      Branch: perl
35439            ! win32/perllib.c
35440 ____________________________________________________________________________
35441 [ 10969] By: jhi                                   on 2001/06/26  17:21:31
35442         Log: Subject: [patch] perl_clone+CvFILE
35443              From: Doug MacEachern <dougm@covalent.net>
35444              Date: Tue, 26 Jun 2001 09:01:16 -0700 (PDT)
35445              Message-ID: <Pine.LNX.4.21.0106260900480.28420-100000@mako.covalent.net>
35446      Branch: perl
35447            ! sv.c
35448 ____________________________________________________________________________
35449 [ 10968] By: jhi                                   on 2001/06/26  16:48:32
35450         Log: Subject: Re: SDBM on VMS (was Re: a report on perl@10930 results on a couple of Alphas)
35451              From: Mark-Jason Dominus <mjd@plover.com>
35452              Date: Tue, 26 Jun 2001 12:33:01 -0400
35453              Message-ID: <20010626163301.31298.qmail@plover.com>
35454      Branch: perl
35455            ! lib/Memoize/t/tie.t lib/Memoize/t/tie_sdbm.t
35456 ____________________________________________________________________________
35457 [ 10967] By: jhi                                   on 2001/06/26  14:21:49
35458         Log: Update Changes.
35459      Branch: perl
35460            ! Changes patchlevel.h
35461 ____________________________________________________________________________
35462 [ 10966] By: jhi                                   on 2001/06/26  14:08:34
35463         Log: Also catfile() needs now to explicitly exported.
35464      Branch: perl
35465            ! lib/Memoize/t/tie.t lib/Memoize/t/tie_sdbm.t
35466 ____________________________________________________________________________
35467 [ 10965] By: jhi                                   on 2001/06/26  13:57:54
35468         Log: Regen toc.
35469      Branch: perl
35470            ! pod/perltoc.pod
35471 ____________________________________________________________________________
35472 [ 10964] By: jhi                                   on 2001/06/26  13:56:11
35473         Log: Nonexistent pod command.
35474      Branch: perl
35475            ! pod/perl572delta.pod
35476 ____________________________________________________________________________
35477 [ 10963] By: jhi                                   on 2001/06/26  13:50:53
35478         Log: Be more portable in the quest for tmpdir.
35479      Branch: perl
35480            ! lib/Memoize/t/tie.t lib/Memoize/t/tie_sdbm.t
35481 ____________________________________________________________________________
35482 [ 10962] By: jhi                                   on 2001/06/26  13:43:51
35483         Log: Be more portable in finding out the home directory,
35484              and use File::Spec to do the concat.
35485              (Come to think of it, couldn't File::Spec provide
35486              for a ->homedir method?)
35487      Branch: perl
35488            ! lib/Net/Config.pm
35489 ____________________________________________________________________________
35490 [ 10961] By: jhi                                   on 2001/06/26  13:37:30
35491         Log: Doc patch for #10959.
35492      Branch: perl
35493            ! pod/perlfunc.pod
35494 ____________________________________________________________________________
35495 [ 10960] By: jhi                                   on 2001/06/26  13:33:07
35496         Log: Subject: Re: [DOC PATCH bleadperl] Document $count = () = $string =~ /\d+/g
35497              From: "Philip Newton" <pnewton@gmx.de>
35498              Date: Tue, 26 Jun 2001 16:26:47 +0200
35499              Message-ID: <3B38B7C7.32635.1E8DC14@localhost>
35500      Branch: perl
35501            ! pod/perldata.pod
35502 ____________________________________________________________________________
35503 [ 10959] By: jhi                                   on 2001/06/26  13:31:57
35504         Log: Subject: [PATH] shared -> unique;
35505              From: "Artur Bergman" <artur@contiller.se>
35506              Date: Tue, 26 Jun 2001 16:18:40 +0200
35507              Message-ID: <002001c0fe4a$e623ba30$21000a0a@vogw2kdev>
35508              
35509              Because "shared" isn't: it's read-only.
35510      Branch: perl
35511            ! toke.c xsutils.c
35512 ____________________________________________________________________________
35513 [ 10958] By: jhi                                   on 2001/06/26  13:28:27
35514         Log: Escape multiline croak messages.
35515      Branch: perl
35516            ! t/op/ver.t
35517 ____________________________________________________________________________
35518 [ 10957] By: jhi                                   on 2001/06/26  13:18:34
35519         Log: No more pragma/*.t for minitest.
35520      Branch: perl
35521            ! Makefile.SH
35522 ____________________________________________________________________________
35523 [ 10956] By: jhi                                   on 2001/06/26  13:18:00
35524         Log: AUTHORS updates.
35525      Branch: perl
35526            ! AUTHORS
35527 ____________________________________________________________________________
35528 [ 10955] By: jhi                                   on 2001/06/26  13:17:05
35529         Log: delta updates.
35530      Branch: perl
35531            ! pod/perl572delta.pod
35532 ____________________________________________________________________________
35533 [ 10954] By: jhi                                   on 2001/06/26  12:36:07
35534         Log: Subject: [PATCH] Adds perl_clone_host under IMPLICIT SYS
35535              From: Artur Bergman <artur@contiller.se> 
35536              Date: Tue, 26 Jun 2001 15:32:53 +0200
35537              Message-ID: <B75E5BA5.1A7C%artur@contiller.se>
35538      Branch: perl
35539            ! makedef.pl sv.c sv.h win32/perllib.c
35540 ____________________________________________________________________________
35541 [ 10953] By: jhi                                   on 2001/06/26  12:33:55
35542         Log: Subject: [PATCH ext/Time/HiRes/Makefile.PL perl@10929] Test Fails on SCO
35543              From: Jonathan Stowe <gellyfish@gellyfish.com>
35544              Date: Tue, 26 Jun 2001 10:29:57 +0100 (BST)
35545              Message-ID: <Pine.LNX.4.33.0106261021540.18774-100000@orpheus.gellyfish.com>
35546              
35547              SCO OpenServer 5.0.5 needs an explicit -lc for usleep().
35548      Branch: perl
35549            + ext/Time/HiRes/hints/sco.pl
35550            ! MANIFEST
35551 ____________________________________________________________________________
35552 [ 10952] By: jhi                                   on 2001/06/26  11:57:44
35553         Log: Subject: [PATCH 5.6.1] static build
35554              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
35555              Date: Tue, 26 Jun 2001 04:22:25 -0400
35556              Message-ID: <20010626042225.A2604@math.ohio-state.edu>
35557      Branch: perl
35558            ! ext/List/Util/Makefile.PL lib/ExtUtils.t
35559            ! lib/ExtUtils/MM_Unix.pm os2/Makefile.SHs
35560 ____________________________________________________________________________
35561 [ 10951] By: jhi                                   on 2001/06/26  11:55:59
35562         Log: DJGPP patches from Laszlo Molnar.
35563      Branch: perl
35564            ! djgpp/djgpp.c perl.c util.c
35565 ____________________________________________________________________________
35566 [ 10950] By: jhi                                   on 2001/06/26  11:54:32
35567         Log: Netware patches from Ananth Kesari.
35568      Branch: perl
35569            ! NetWare/Makefile NetWare/config_H.wc NetWare/nw5sck.c
35570            ! NetWare/nw5sck.h NetWare/nwperlsys.c NetWare/nwperlsys.h
35571            ! NetWare/nwtinfo.h
35572 ____________________________________________________________________________
35573 [ 10949] By: jhi                                   on 2001/06/26  11:49:09
35574         Log: Detypo.
35575      Branch: perl
35576            ! ext/Errno/Errno_pm.PL
35577 ____________________________________________________________________________
35578 [ 10948] By: jhi                                   on 2001/06/26  03:44:29
35579         Log: There seems to be two ways of spelling the $^O in *STEP.
35580      Branch: perl
35581            ! ext/Errno/Errno_pm.PL
35582 ____________________________________________________________________________
35583 [ 10947] By: jhi                                   on 2001/06/26  03:01:01
35584         Log: OpenSTEP has gcc 2.7.2.1 which recognizes but does not implement
35585              the -dM flag, from Daniel Ashton <jdashton@AshtonFam.org>.
35586      Branch: perl
35587            ! ext/Errno/Errno_pm.PL
35588 ____________________________________________________________________________
35589 [ 10946] By: jhi                                   on 2001/06/26  02:50:46
35590         Log: Known bugs update.
35591      Branch: perl
35592            ! pod/perl572delta.pod
35593 ____________________________________________________________________________
35594 [ 10945] By: jhi                                   on 2001/06/26  01:15:39
35595         Log: The default installation of Cygwin has 500 as root's uid.
35596      Branch: perl
35597            ! lib/User/pwent.t
35598 ____________________________________________________________________________
35599 [ 10944] By: jhi                                   on 2001/06/26  01:12:39
35600         Log: Be even more relaxed (re-allow having only one entry).
35601      Branch: perl
35602            ! t/op/grent.t t/op/pwent.t
35603 ____________________________________________________________________________
35604 [ 10943] By: jhi                                   on 2001/06/26  01:03:30
35605         Log: Test failure updates.
35606      Branch: perl
35607            ! pod/perl572delta.pod
35608 ____________________________________________________________________________
35609 [ 10942] By: jhi                                   on 2001/06/25  23:32:05
35610         Log: MPE/iX test tweaks from Mark Bixby.
35611      Branch: perl
35612            ! ext/POSIX/POSIX.t ext/Storable/t/lock.t ext/Time/HiRes/HiRes.t
35613            ! t/io/fs.t t/op/stat.t
35614 ____________________________________________________________________________
35615 [ 10941] By: jhi                                   on 2001/06/25  22:18:31
35616         Log: Microperl findings.
35617      Branch: perl
35618            ! perl.h pp_sys.c
35619 ____________________________________________________________________________
35620 [ 10940] By: jhi                                   on 2001/06/25  21:59:29
35621         Log: Touch uconfig.h.
35622      Branch: perl
35623            ! uconfig.h
35624 ____________________________________________________________________________
35625 [ 10939] By: jhi                                   on 2001/06/25  21:32:52
35626         Log: Subject: [PATCH] Proposed fix for Pod::Man
35627              From: Rob Napier <rnapier@employees.org>
35628              Date: Mon, 25 Jun 2001 15:49:24 -0400
35629              Message-ID: <20010625154924.N27568@rnapier-u5.cisco.com>
35630              
35631              Cater for Solaris nroff brokenness (shortchanges daisywheel
35632              printers, but hey, we also no more support PDPs.)
35633      Branch: perl
35634            ! lib/Pod/Man.pm
35635 ____________________________________________________________________________
35636 [ 10938] By: jhi                                   on 2001/06/25  21:14:41
35637         Log: Typo in #10937.
35638      Branch: perl
35639            ! ext/POSIX/sigaction.t
35640 ____________________________________________________________________________
35641 [ 10937] By: jhi                                   on 2001/06/25  19:42:02
35642         Log: SIGCONT not trappable in VMS.
35643      Branch: perl
35644            ! ext/POSIX/sigaction.t
35645 ____________________________________________________________________________
35646 [ 10936] By: jhi                                   on 2001/06/25  19:28:13
35647         Log: Subject: [DRAFT] Encode-Tcl.t
35648              From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
35649              Date: Tue, 26 Jun 2001 03:38:08 +0900
35650              Message-Id: <20010626033550.BC35.BQW10602@nifty.com>
35651      Branch: perl
35652            + ext/Encode/Encode/Tcl.t
35653            ! MANIFEST ext/Encode/Encode/Tcl.pm
35654 ____________________________________________________________________________
35655 [ 10935] By: jhi                                   on 2001/06/25  18:40:03
35656         Log: Because of #10932 retract also the perlfunc hunk of #10910.
35657      Branch: perl
35658            ! pod/perlfunc.pod
35659 ____________________________________________________________________________
35660 [ 10934] By: jhi                                   on 2001/06/25  18:27:19
35661         Log: Tweak the XSFUNCTION, from Doug MacEachern, as suggested
35662              by Ilya Zakharevich in
35663              http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/2001-05/msg01582.html
35664      Branch: perl
35665            ! XSUB.h
35666 ____________________________________________________________________________
35667 [ 10933] By: jhi                                   on 2001/06/25  18:25:26
35668         Log: Typo in #10889.
35669      Branch: perl
35670            ! hints/uts.sh
35671 ____________________________________________________________________________
35672 [ 10932] By: jhi                                   on 2001/06/25  18:23:30
35673         Log: Subject: Re: [ID 20010621.007] readline() not quite as equal as <>
35674              From: Abhijit Menon-Sen <ams@wiw.org>
35675              Date: Mon, 25 Jun 2001 23:45:45 +0530
35676              Message-ID: <20010625234545.A5022@lustre.linux.in>
35677      Branch: perl
35678            ! lib/overload.t opcode.h opcode.pl t/op/flip.t
35679 ____________________________________________________________________________
35680 [ 10931] By: jhi                                   on 2001/06/25  17:50:38
35681         Log: Subject: [PATCH lib/Test.pm] Re: "Deprecated interface" ??
35682              From: Michael G Schwern <schwern@pobox.com>
35683              Date: Mon, 25 Jun 2001 14:35:51 -0400
35684              Message-ID: <20010625143551.H13819@blackrider>
35685      Branch: perl
35686            ! lib/Test.pm
35687 ____________________________________________________________________________
35688 [ 10930] By: jhi                                   on 2001/06/25  14:33:46
35689         Log: Update Changes.
35690      Branch: perl
35691            ! Changes patchlevel.h
35692 ____________________________________________________________________________
35693 [ 10929] By: jhi                                   on 2001/06/25  14:17:57
35694         Log: Regen toc and modlib.
35695      Branch: perl
35696            ! pod/perlmodlib.pod pod/perltoc.pod
35697 ____________________________________________________________________________
35698 [ 10928] By: jhi                                   on 2001/06/25  14:13:09
35699         Log: Enclose the new symbols in START_EXTERN_C and END_EXTERN_C
35700              for the benefit of C++ compilers, as suggested by Guruprasad.
35701      Branch: perl
35702            ! embed.pl proto.h
35703 ____________________________________________________________________________
35704 [ 10927] By: jhi                                   on 2001/06/25  14:11:59
35705         Log: Subject: [PATCH ] Re: [ID 20010625.003] perlfaq5 correction
35706              From: Jonathan Stowe <gellyfish@gellyfish.com>
35707              Date: Mon, 25 Jun 2001 14:39:43 +0100 (BST)
35708              Message-ID: <Pine.LNX.4.33.0106251438080.14795-100000@orpheus.gellyfish.com>
35709      Branch: perl
35710            ! pod/perlfaq5.pod
35711 ____________________________________________________________________________
35712 [ 10926] By: jhi                                   on 2001/06/25  14:04:07
35713         Log: Missed from #10925.
35714      Branch: perl
35715            ! gv.c
35716 ____________________________________________________________________________
35717 [ 10925] By: jhi                                   on 2001/06/25  14:00:06
35718         Log: Subject: [PATCH] Re: CvFILE corruption under ithreads
35719              From: Robin Houston <robin@kitsite.com>
35720              Date: Sat, 19 May 2001 16:19:34 +0100
35721              Message-ID: <20010519161934.A12751@puffinry.freeserve.co.uk>
35722      Branch: perl
35723            ! cv.h gv.h op.c
35724 ____________________________________________________________________________
35725 [ 10924] By: jhi                                   on 2001/06/25  13:58:18
35726         Log: Netware README tweak.
35727      Branch: perl
35728            ! README.netware
35729 ____________________________________________________________________________
35730 [ 10923] By: jhi                                   on 2001/06/25  13:57:13
35731         Log: Subject: [PATCH] Re: overload.t fails
35732              From: Abhijit Menon-Sen <ams@wiw.org>
35733              Date: Mon, 25 Jun 2001 14:52:20 +0530
35734              Message-ID: <20010625145220.A24114@lustre.linux.in>
35735      Branch: perl
35736            ! lib/overload.t
35737 ____________________________________________________________________________
35738 [ 10922] By: jhi                                   on 2001/06/25  13:56:20
35739         Log: Subject: Re: [PATCH] Re: [ID 20010624.001] debugger T, and Carp::carp don't trace arg of
35740              From: Mike Guy <mjtg@cam.ac.uk>
35741              Date: Mon, 25 Jun 2001 11:43:23 +0100
35742              Message-Id: <E15ETpz-0007AD-00@draco.cus.cam.ac.uk>
35743      Branch: perl
35744            ! lib/Carp.pm
35745 ____________________________________________________________________________
35746 [ 10921] By: jhi                                   on 2001/06/25  13:50:02
35747         Log: Subject: Re: [PATCH 5.6.1] OS2 syslog
35748              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
35749              Date: Sun, 24 Jun 2001 05:17:05 -0400
35750              Message-ID: <20010624051704.A27604@math.ohio-state.edu>
35751      Branch: perl
35752            ! os2/os2ish.h
35753 ____________________________________________________________________________
35754 [ 10920] By: jhi                                   on 2001/06/25  13:49:13
35755         Log: Subject: [PATCH 5.6.1] crypt() on OS/2
35756              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
35757              Date: Mon, 25 Jun 2001 05:52:27 -0400
35758              Message-ID: <20010625055227.A24635@math.ohio-state.edu>
35759      Branch: perl
35760            ! hints/os2.sh
35761 ____________________________________________________________________________
35762 [ 10919] By: jhi                                   on 2001/06/25  13:48:30
35763         Log: Subject: Re: [PATCH 5.6.1] OS2 system() broken
35764              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
35765              Date: Mon, 25 Jun 2001 05:23:35 -0400
35766              Message-ID: <20010625052334.A24320@math.ohio-state.edu>
35767      Branch: perl
35768            ! os2/os2.c
35769 ____________________________________________________________________________
35770 [ 10918] By: jhi                                   on 2001/06/25  13:47:46
35771         Log: Subject: Re: [PATCH 5.6.1] OS2::DLL
35772              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
35773              Date: Mon, 25 Jun 2001 05:04:32 -0400
35774              Message-ID: <20010625050432.A24128@math.ohio-state.edu>
35775      Branch: perl
35776            ! os2/OS2/REXX/DLL/DLL.pm
35777 ____________________________________________________________________________
35778 [ 10917] By: jhi                                   on 2001/06/25  13:44:14
35779         Log: Subject: Re: [PATCH 5.6.1] $^E on OS/2
35780              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
35781              Date: Mon, 25 Jun 2001 05:02:36 -0400
35782              Message-ID: <20010625050235.A24046@math.ohio-state.edu>
35783      Branch: perl
35784            ! mg.c os2/dl_os2.c os2/os2.c
35785 ____________________________________________________________________________
35786 [ 10916] By: jhi                                   on 2001/06/25  13:41:20
35787         Log: Subject: Re: [PATCH 5.6.1] misprints
35788              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
35789              Date: Mon, 25 Jun 2001 04:50:50 -0400
35790              Message-ID: <20010625045049.A23965@math.ohio-state.edu>
35791      Branch: perl
35792            ! os2/os2.c pp_sys.c
35793 ____________________________________________________________________________
35794 [ 10915] By: jhi                                   on 2001/06/25  13:39:59
35795         Log: Add Test::More and Test::Simple to the delta.
35796      Branch: perl
35797            ! pod/perl572delta.pod
35798 ____________________________________________________________________________
35799 [ 10914] By: jhi                                   on 2001/06/25  13:38:08
35800         Log: Add Test::More, from Michael G Schwern.
35801      Branch: perl
35802            + lib/Test/More.pm lib/Test/More/t/More.t
35803            + lib/Test/More/t/fail-like.t lib/Test/More/t/fail.t
35804            + lib/Test/More/t/plan_is_noplan.t lib/Test/More/t/skipall.t
35805            + t/lib/Test/More/Catch.pm
35806            ! MANIFEST
35807 ____________________________________________________________________________
35808 [ 10913] By: jhi                                   on 2001/06/25  13:35:41
35809         Log: Add Test::Simple from Michael G Schwern.
35810      Branch: perl
35811            + lib/Test/Simple.pm lib/Test/Simple/t/exit.t
35812            + lib/Test/Simple/t/extra.t lib/Test/Simple/t/fail.t
35813            + lib/Test/Simple/t/missing.t lib/Test/Simple/t/no_plan.t
35814            + lib/Test/Simple/t/plan_is_noplan.t lib/Test/Simple/t/simple.t
35815            + t/lib/Test/Simple/Catch.pm
35816            + t/lib/Test/Simple/sample_tests/death.plx
35817            + t/lib/Test/Simple/sample_tests/death_in_eval.plx
35818            + t/lib/Test/Simple/sample_tests/extras.plx
35819            + t/lib/Test/Simple/sample_tests/five_fail.plx
35820            + t/lib/Test/Simple/sample_tests/last_minute_death.plx
35821            + t/lib/Test/Simple/sample_tests/one_fail.plx
35822            + t/lib/Test/Simple/sample_tests/require.plx
35823            + t/lib/Test/Simple/sample_tests/success.plx
35824            + t/lib/Test/Simple/sample_tests/too_few.plx
35825            + t/lib/Test/Simple/sample_tests/two_fail.plx
35826            ! MANIFEST
35827 ____________________________________________________________________________
35828 [ 10912] By: jhi                                   on 2001/06/25  13:31:57
35829         Log: Subject: [PATCH perl@10907] RETURN requires dSP in pp_sys.c
35830              From: "Craig A. Berry" <craigberry@mac.com>
35831              Date: Sun, 24 Jun 2001 23:41:36 -0500
35832              Message-Id: <a0510100db75c6d44e34c@[172.16.52.1]>
35833      Branch: perl
35834            ! pp_sys.c
35835 ____________________________________________________________________________
35836 [ 10911] By: jhi                                   on 2001/06/25  13:05:00
35837         Log: Upgrade to Attribute::Handlers 0.70.
35838      Branch: perl
35839            + lib/Attribute/Handlers/Changes lib/Attribute/Handlers/README
35840            ! MANIFEST lib/Attribute/Handlers.pm
35841 ____________________________________________________________________________
35842 [ 10910] By: jhi                                   on 2001/06/25  00:09:27
35843         Log: Subject: Re: [ID 20010621.007] readline() not quite as equal as <>
35844              From: Abhijit Menon-Sen <ams@wiw.org>
35845              Date: Sat, 23 Jun 2001 05:17:44 +0530
35846              Message-ID: <20010623051744.A18583@lustre.linux.in>
35847              
35848              (Can't think of a good place to put tests.)
35849      Branch: perl
35850            ! opcode.pl pod/perlfunc.pod t/op/flip.t toke.c
35851 ____________________________________________________________________________
35852 [ 10909] By: jhi                                   on 2001/06/24  23:45:13
35853         Log: Subject: [PATCH] t/op/pat.t typo fix
35854              From: Richard Soderberg <rs@crystalflame.net>
35855              Date: Sun, 24 Jun 2001 12:07:42 -0700 (PDT)
35856              Message-ID: <Pine.LNX.4.21.0106241207320.17075-100000@oregonnet.com>
35857      Branch: perl
35858            ! t/op/pat.t
35859 ____________________________________________________________________________
35860 [ 10908] By: jhi                                   on 2001/06/24  22:24:49
35861         Log: Move the pack warnings to their own file, as pointed
35862              out by Spider.
35863      Branch: perl
35864            + t/lib/warnings/pp_pack
35865            ! MANIFEST t/lib/warnings/pp
35866 ____________________________________________________________________________
35867 [ 10907] By: jhi                                   on 2001/06/24  19:55:15
35868         Log: Update Changes.
35869      Branch: perl
35870            ! Changes patchlevel.h
35871 ____________________________________________________________________________
35872 [ 10906] By: jhi                                   on 2001/06/24  19:50:40
35873         Log: Partially fix a problem noticed by IRIX compiler:
35874              the initialization of parse_start was bypassed by
35875              several gotos.  Now initialized to zero, which may
35876              not be the best choice.
35877      Branch: perl
35878            ! regcomp.c
35879 ____________________________________________________________________________
35880 [ 10905] By: jhi                                   on 2001/06/24  19:43:25
35881         Log: Relax the group and password tests back to moaning only
35882              if no matches at all are found.  (Even with a small sample
35883              I could find many sites where there are, umm, anomalies in
35884              the said databases.)       
35885      Branch: perl
35886            ! t/op/grent.t t/op/pwent.t
35887 ____________________________________________________________________________
35888 [ 10904] By: jhi                                   on 2001/06/24  18:45:55
35889         Log: Argh.  How hard it can be to re-apply a patch manually? :-)
35890      Branch: perl
35891            ! pp_ctl.c
35892 ____________________________________________________________________________
35893 [ 10903] By: jhi                                   on 2001/06/24  18:40:52
35894         Log: De-cut-and-pasto in #10902.
35895      Branch: perl
35896            ! pp_ctl.c
35897 ____________________________________________________________________________
35898 [ 10902] By: jhi                                   on 2001/06/24  18:35:18
35899         Log: The #10771 didn't take?
35900      Branch: perl
35901            ! pp_ctl.c
35902 ____________________________________________________________________________
35903 [ 10901] By: jhi                                   on 2001/06/24  18:29:50
35904         Log: Undo the filetests part of #10900, under multiplicity
35905              weird errors take place.
35906      Branch: perl
35907            ! pp_sys.c
35908 ____________________________________________________________________________
35909 [ 10900] By: jhi                                   on 2001/06/24  18:20:36
35910         Log: Misplaces dSPs and the like revealed by MPE/iX and Cygwin.
35911      Branch: perl
35912            ! ext/Cwd/Cwd.xs ext/Devel/Peek/Peek.xs pp_sys.c
35913 ____________________________________________________________________________
35914 [ 10899] By: jhi                                   on 2001/06/24  17:00:34
35915         Log: (Replaced by #10922)
35916              
35917              Subject: Re: [PATCH] Re: [ID 20010624.001] debugger T, and Carp::carp don't trace arg of
35918              From: Tony Bowden <tony@kasei.com>
35919              Date: Sun, 24 Jun 2001 17:32:40 +0100
35920              Message-ID: <20010624173240.A16293@blackstar.co.uk>
35921              
35922              Document (well, mention) shortmess() and longmess()
35923              to rob people of their fun of reinventing the wheel.
35924      Branch: perl
35925            ! lib/Carp.pm
35926 ____________________________________________________________________________
35927 [ 10898] By: jhi                                   on 2001/06/24  16:51:40
35928         Log: Subject: Patch: pp_system() bounces out of Cygwin subsystem
35929              From: Brian Jepson <bjepson@oreilly.com>
35930              Date: Sun, 24 Jun 2001 12:13:21 -0400 (EDT)
35931              Message-ID: <Pine.GSO.4.21.0106241044110.15051-200000@sol.east.ora.com>
35932      Branch: perl
35933            ! pp_sys.c
35934 ____________________________________________________________________________
35935 [ 10897] By: jhi                                   on 2001/06/24  16:38:23
35936         Log: Subject: [PATCH CPAN.pm] missing DATE_OF_02
35937              From: Robin Barker <rmb1@cise.npl.co.uk> 
35938              Date: Fri, 22 Jun 2001 19:25:56 +0100 (BST)
35939              Message-Id: <200106221825.TAA16884@tempest.npl.co.uk>
35940      Branch: perl
35941            ! lib/CPAN.pm
35942 ____________________________________________________________________________
35943 [ 10896] By: jhi                                   on 2001/06/24  16:36:32
35944         Log: Memoize patch from mjd.
35945      Branch: perl
35946            ! lib/Memoize/t/tie_storable.t
35947 ____________________________________________________________________________
35948 [ 10895] By: jhi                                   on 2001/06/24  16:33:59
35949         Log: Spec the sv_pvprintify() a bit more.
35950      Branch: perl
35951            ! pod/perltodo.pod
35952 ____________________________________________________________________________
35953 [ 10894] By: jhi                                   on 2001/06/24  14:43:36
35954         Log: Upgrade to Memoize 0.65.
35955      Branch: perl
35956            + lib/Memoize/t/array_confusion.t
35957            ! MANIFEST lib/Memoize.pm lib/Memoize/AnyDBM_File.pm
35958            ! lib/Memoize/Expire.pm lib/Memoize/ExpireFile.pm
35959            ! lib/Memoize/ExpireTest.pm lib/Memoize/NDBM_File.pm
35960            ! lib/Memoize/README lib/Memoize/SDBM_File.pm
35961            ! lib/Memoize/Saves.pm lib/Memoize/Storable.pm lib/Memoize/TODO
35962            ! lib/Memoize/t/errors.t lib/Memoize/t/expire.t
35963            ! lib/Memoize/t/expire_file.t lib/Memoize/t/expire_module_n.t
35964            ! lib/Memoize/t/expire_module_t.t lib/Memoize/t/speed.t
35965            ! lib/Memoize/t/tie.t lib/Memoize/t/tie_gdbm.t
35966            ! lib/Memoize/t/tie_ndbm.t lib/Memoize/t/tie_sdbm.t
35967            ! lib/Memoize/t/tie_storable.t
35968 ____________________________________________________________________________
35969 [ 10893] By: jhi                                   on 2001/06/24  14:21:09
35970         Log: Metaconfig unit change for #10892.
35971      Branch: metaconfig
35972            ! U/modified/Options.U
35973 ____________________________________________________________________________
35974 [ 10892] By: jhi                                   on 2001/06/24  14:20:38
35975         Log: Subject: Re: [PATCH 5.6.1] OS2 Configure
35976              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
35977              Date: Sun, 24 Jun 2001 05:24:40 -0400
35978              Message-ID: <20010624052440.A27698@math.ohio-state.edu>
35979      Branch: perl
35980            ! Configure hints/os2.sh
35981 ____________________________________________________________________________
35982 [ 10891] By: jhi                                   on 2001/06/24  13:50:26
35983         Log: Subject: [PATCH] Re: [ID 20010624.001] debugger T, and Carp::carp don't trace arg of 
35984              From: Mike Guy <mjtg@cam.ac.uk>
35985              Date: Sun, 24 Jun 2001 15:28:39 +0100
35986              Message-Id: <E15EAsR-0007Bi-00@draco.cus.cam.ac.uk>
35987              
35988              Fix an ancient (5.002) bug.
35989      Branch: perl
35990            ! lib/Carp/Heavy.pm
35991 ____________________________________________________________________________
35992 [ 10890] By: jhi                                   on 2001/06/24  13:44:43
35993         Log: The #10881 was too vigorous in pp_system() in moving 'unused'
35994              variables.
35995      Branch: perl
35996            ! pp_sys.c
35997 ____________________________________________________________________________
35998 [ 10889] By: jhi                                   on 2001/06/24  13:24:00
35999         Log: Make UTS as per #10888.
36000      Branch: perl
36001            ! hints/uts.sh
36002 ____________________________________________________________________________
36003 [ 10888] By: jhi                                   on 2001/06/24  13:21:23
36004         Log: Factor the PERL_SYS_INIT() code, from Hugo van der Sanden.
36005      Branch: perl
36006            ! hints/freebsd.sh hints/posix-bc.sh hints/sco.sh
36007            ! mpeix/mpeixish.h perl.h unixish.h
36008 ____________________________________________________________________________
36009 [ 10887] By: jhi                                   on 2001/06/24  13:15:45
36010         Log: AUTHORS update.
36011      Branch: perl
36012            ! AUTHORS
36013 ____________________________________________________________________________
36014 [ 10886] By: jhi                                   on 2001/06/24  13:14:31
36015         Log: Subject: Encode::Tcl for multibyte doesnot work
36016              From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
36017              Date: Sun, 24 Jun 2001 22:48:21 +0900
36018              Message-Id: <20010624223252.6658.BQW10602@nifty.com>
36019      Branch: perl
36020            ! ext/Encode/Encode/Tcl.pm
36021 ____________________________________________________________________________
36022 [ 10885] By: jhi                                   on 2001/06/24  13:12:46
36023         Log: Subject: [PATCH] Remove tautology in error messages
36024              From: Mike Guy <mjtg@cam.ac.uk>
36025              Date: Sun, 24 Jun 2001 13:31:00 +0100
36026              Message-Id: <E15E92a-0006em-00@draco.cus.cam.ac.uk>
36027      Branch: perl
36028            ! pp_sys.c
36029 ____________________________________________________________________________
36030 [ 10884] By: jhi                                   on 2001/06/24  13:11:36
36031         Log: Darwin needs -traditional-cpp for cppflags to build Errno. 
36032      Branch: perl
36033            ! hints/darwin.sh
36034 ____________________________________________________________________________
36035 [ 10883] By: jhi                                   on 2001/06/24  13:09:55
36036         Log: Subject: Re: [PATCH 5.6.1] test suite
36037              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
36038              Date: Sun, 24 Jun 2001 05:47:05 -0400
36039              Message-ID: <20010624054705.A27890@math.ohio-state.edu>
36040              
36041              Test suite fixes.
36042      Branch: perl
36043            ! ext/POSIX/sigaction.t lib/File/stat.t perl.c t/io/utf8.t
36044 ____________________________________________________________________________
36045 [ 10882] By: jhi                                   on 2001/06/24  13:07:46
36046         Log: Subject: Re: [PATCH 5.6.1] OS2 warnings
36047              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
36048              Date: Sun, 24 Jun 2001 05:37:19 -0400
36049              Message-ID: <20010624053719.A27866@math.ohio-state.edu>
36050      Branch: perl
36051            ! os2/dl_os2.c os2/os2.c os2/os2ish.h
36052 ____________________________________________________________________________
36053 [ 10881] By: jhi                                   on 2001/06/24  13:05:24
36054         Log: Subject: Re: [PATCH 5.6.1] pp_sys.c warnings
36055              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
36056              Date: Sun, 24 Jun 2001 05:34:50 -0400
36057              Message-ID: <20010624053450.A27856@math.ohio-state.edu>
36058              
36059              Pacify compiler warnings.
36060      Branch: perl
36061            ! pp_sys.c
36062 ____________________________________________________________________________
36063 [ 10880] By: jhi                                   on 2001/06/24  13:02:30
36064         Log: Subject: Re: [PATCH 5.6.1] OS2 linking
36065              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
36066              Date: Sun, 24 Jun 2001 05:21:18 -0400
36067              Message-ID: <20010624052118.A27615@math.ohio-state.edu>
36068              
36069              Enable compression of executables during link time.
36070      Branch: perl
36071            ! hints/os2.sh
36072 ____________________________________________________________________________
36073 [ 10879] By: jhi                                   on 2001/06/24  13:00:47
36074         Log: Subject: Re: [PATCH 5.6.1] OS2 linking
36075              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
36076              Date: Sun, 24 Jun 2001 05:15:11 -0400
36077              Message-ID: <20010624051511.A27544@math.ohio-state.edu>
36078              
36079              Add ordinals to the export list for Perl DLL.
36080              (Breaks intra-version DLL compatibility.)
36081      Branch: perl
36082            ! makedef.pl
36083 ____________________________________________________________________________
36084 [ 10878] By: jhi                                   on 2001/06/24  02:12:04
36085         Log: Allow (displaying and) re-editing the Subject in perlbug.
36086              Also abstract the Subject quality control into a function.
36087      Branch: perl
36088            ! utils/perlbug.PL
36089 ____________________________________________________________________________
36090 [ 10877] By: jhi                                   on 2001/06/24  01:40:53
36091         Log: Display $ENV{CYGWIN} in perlbug if set (like #10875 for perl -V).
36092      Branch: perl
36093            ! utils/perlbug.PL
36094 ____________________________________________________________________________
36095 [ 10876] By: jhi                                   on 2001/06/24  01:37:05
36096         Log: Regen toc and modlib.
36097      Branch: perl
36098            ! pod/perlmodlib.pod pod/perltoc.pod
36099 ____________________________________________________________________________
36100 [ 10875] By: jhi                                   on 2001/06/24  01:29:33
36101         Log: In Cygwin display the $ENV{CYGWIN} under perl -V, as suggested
36102              by John Peacock.  (Can be 'ntea' which means emulate UNIX file
36103              attribute semantics as much as possible, or 'ntsec' which uses
36104              native NTFS semantics.)  (See also #10877.)
36105      Branch: perl
36106            ! perl.c
36107 ____________________________________________________________________________
36108 [ 10874] By: jhi                                   on 2001/06/23  23:57:28
36109         Log: (Retracted by #11586)
36110              
36111              Hack to get rid of the UNEXPECTEDLY succeeded message for now.
36112      Branch: perl
36113            ! lib/Test/Harness.pm
36114 ____________________________________________________________________________
36115 [ 10873] By: jhi                                   on 2001/06/23  23:36:56
36116         Log: Just zap the -uPerlio.
36117      Branch: perl
36118            ! ext/B/Stash.t
36119 ____________________________________________________________________________
36120 [ 10872] By: jhi                                   on 2001/06/23  21:29:10
36121         Log: Do not test PerlIO if PerlIO not used.
36122      Branch: perl
36123            ! ext/PerlIO/PerlIO.t
36124 ____________________________________________________________________________
36125 [ 10871] By: jhi                                   on 2001/06/23  21:12:49
36126         Log: Regen perlapi.
36127      Branch: perl
36128            ! pod/perlapi.pod
36129 ____________________________________________________________________________
36130 [ 10870] By: jhi                                   on 2001/06/23  21:03:31
36131         Log: Subject: [PATCH] Re: [PATCH] nuke strtol (was Re: One fix for strtoul not setting errno)
36132              From: Nicholas Clark <nick@ccl4.org>
36133              Date: Sat, 23 Jun 2001 22:55:47 +0100
36134              Message-ID: <20010623225547.Z98663@plum.flirble.org>
36135      Branch: perl
36136            ! numeric.c
36137 ____________________________________________________________________________
36138 [ 10869] By: jhi                                   on 2001/06/23  17:13:21
36139         Log: Subject: [PATCH: perl@10825] MacOS fixups for new lib/h2xs.t
36140              From: Prymmer/Kahn <pvhp@best.com>
36141              Date: Sat, 23 Jun 2001 11:08:52 -0700 (PDT)
36142              Message-ID: <Pine.BSF.4.21.0106231105380.25634-100000@shell8.ba.best.com>
36143      Branch: perl
36144            ! lib/h2xs.t
36145 ____________________________________________________________________________
36146 [ 10868] By: jhi                                   on 2001/06/23  16:04:38
36147         Log: cygwin needs cygwin1.dll in PATH or cwd to run external programs.
36148              cygwin does not taint cwd, just like win32.
36149      Branch: perl
36150            ! lib/File/Find/taint.t t/op/taint.t
36151 ____________________________________________________________________________
36152 [ 10867] By: jhi                                   on 2001/06/23  15:39:15
36153         Log: Retract #10865, the patch should be unnecessary.
36154              (But seemingly helpful in Cygwin?  Strange.)
36155      Branch: perl
36156            ! lib/Memoize/t/tie_ndbm.t
36157 ____________________________________________________________________________
36158 [ 10866] By: jhi                                   on 2001/06/23  15:06:30
36159         Log: Misplaced test file; plus Cygwin filesystem semantics.
36160      Branch: perl
36161            + ext/SDBM_File/sdbm.t
36162            - ext/ODBM_File/sdbm.t
36163            ! MANIFEST
36164 ____________________________________________________________________________
36165 [ 10865] By: jhi                                   on 2001/06/23  15:01:02
36166         Log: (Retracted by #10867.)
36167      Branch: perl
36168            ! lib/Memoize/t/tie_ndbm.t
36169 ____________________________________________________________________________
36170 [ 10864] By: jhi                                   on 2001/06/23  14:25:43
36171         Log: Metaconfig unit change for #10863.
36172      Branch: metaconfig/U/perl
36173            ! Extensions.U
36174 ____________________________________________________________________________
36175 [ 10863] By: jhi                                   on 2001/06/23  14:25:20
36176         Log: In Cygwin do not build NDBM_File and ODBM_File unless
36177              -lndbm and -ldbm are available.
36178      Branch: perl
36179            ! Configure config_h.SH
36180 ____________________________________________________________________________
36181 [ 10862] By: jhi                                   on 2001/06/23  14:02:14
36182         Log: More Cygwin filesystem semantics.
36183      Branch: perl
36184            ! t/io/fs.t t/op/stat.t
36185 ____________________________________________________________________________
36186 [ 10861] By: jhi                                   on 2001/06/23  13:38:00
36187         Log: More DOSish permission semantics for Cygwin.
36188      Branch: perl
36189            ! lib/AnyDBM_File.t
36190 ____________________________________________________________________________
36191 [ 10860] By: jhi                                   on 2001/06/23  13:32:41
36192         Log: Cygwin too has different permission semantics.
36193      Branch: perl
36194            ! ext/GDBM_File/gdbm.t
36195 ____________________________________________________________________________
36196 [ 10859] By: jhi                                   on 2001/06/23  13:30:06
36197         Log: The group (and assumedly passwd) databases can have
36198              only one entry (this is the case in cygwin).
36199      Branch: perl
36200            ! t/op/grent.t t/op/pwent.t
36201 ____________________________________________________________________________
36202 [ 10858] By: jhi                                   on 2001/06/23  13:16:26
36203         Log: Also in Cygwin use Socket to figure out domainname
36204              (if any) (avoids trying to call external 'domainname',
36205              which doesn't at the moment exist in Cygwin)
36206      Branch: perl
36207            ! lib/Net/Domain.pm
36208 ____________________________________________________________________________
36209 [ 10857] By: jhi                                   on 2001/06/23  12:48:32
36210         Log: Remove also the lib$Foo.def, not just $Foo.def.
36211      Branch: perl
36212            ! lib/ExtUtils/MM_Unix.pm
36213 ____________________________________________________________________________
36214 [ 10856] By: jhi                                   on 2001/06/23  12:21:53
36215         Log: In UTS do signal(SIGFPE, SIG_IGN) in PERL_SYS_INIT().
36216      Branch: perl
36217            ! unixish.h
36218 ____________________________________________________________________________
36219 [ 10855] By: jhi                                   on 2001/06/23  12:14:15
36220         Log: Fix for ID 20010619.003, the [[:print:]] is not supposed
36221              to match the whole isprint(), only the space character.
36222      Branch: perl
36223            ! handy.h pod/perlre.pod t/op/pat.t
36224 ____________________________________________________________________________
36225 [ 10854] By: nick                                  on 2001/06/23  08:09:33
36226         Log: Integrate mainline
36227      Branch: perlio
36228           !> Configure ext/IPC/SysV/Semaphore.pm hints/unicos.sh
36229           !> lib/ExtUtils.t lib/File/Find/taint.t
36230           !> lib/Math/BigInt/t/bigintpm.t lib/Net/netent.t
36231           !> lib/Net/protoent.t lib/Net/servent.t mg.c t/op/mkdir.t
36232           !> t/op/sprintf.t vms/descrip_mms.template vms/ext/Stdio/Stdio.xs
36233 ____________________________________________________________________________
36234 [ 10853] By: jhi                                   on 2001/06/23  03:48:09
36235         Log: Make also the bigintpm.t (like op/sprintf.t) be less demanding
36236              with its floats    in os390 and s390 (UTS).
36237      Branch: perl
36238            ! lib/Math/BigInt/t/bigintpm.t
36239 ____________________________________________________________________________
36240 [ 10852] By: jhi                                   on 2001/06/23  03:38:53
36241         Log: Add also UTS (s390) to the non-IEEE float platforms.
36242      Branch: perl
36243            ! t/op/sprintf.t
36244 ____________________________________________________________________________
36245 [ 10851] By: jhi                                   on 2001/06/23  03:36:04
36246         Log: Subject: RFC: what are applicable standards for exponent sizes?
36247              From: Peter Prymmer <pvhp@forte.com>
36248              Date: Tue, 19 Jun 2001 17:18:06 -0700 (PDT)
36249              Message-ID: <Pine.OSF.4.10.10106191712070.361736-100000@aspara.forte.com>
36250      Branch: perl
36251            ! t/op/sprintf.t
36252 ____________________________________________________________________________
36253 [ 10850] By: jhi                                   on 2001/06/23  03:29:04
36254         Log: Subject: [PATCH: perl@10825] build (and test!) VMS::Stdio on VMS
36255              From: Peter Prymmer <pvhp@forte.com>
36256              Date: Fri, 22 Jun 2001 19:08:23 -0700 (PDT)
36257              Message-ID: <Pine.OSF.4.10.10106221903270.24012-100000@aspara.forte.com>
36258      Branch: perl
36259            ! vms/descrip_mms.template vms/ext/Stdio/Stdio.xs
36260 ____________________________________________________________________________
36261 [ 10849] By: jhi                                   on 2001/06/23  03:27:21
36262         Log: Subject: [PATCH: perl@10825] correction to lib/ExtUtils.t patch
36263              From: Peter Prymmer <pvhp@forte.com>
36264              Date: Fri, 22 Jun 2001 17:56:01 -0700 (PDT)
36265              Message-ID: <Pine.OSF.4.10.10106221754180.24012-100000@aspara.forte.com>
36266      Branch: perl
36267            ! lib/ExtUtils.t
36268 ____________________________________________________________________________
36269 [ 10848] By: jhi                                   on 2001/06/22  21:51:31
36270         Log: Retract #10845.
36271      Branch: perl
36272            ! lib/File/Find/taint.t
36273 ____________________________________________________________________________
36274 [ 10847] By: jhi                                   on 2001/06/22  21:50:38
36275         Log: Yet another error message.
36276      Branch: perl
36277            ! t/op/mkdir.t
36278 ____________________________________________________________________________
36279 [ 10846] By: jhi                                   on 2001/06/22  21:48:39
36280         Log: The croak message for nonexistent socket functions may vary.
36281      Branch: perl
36282            ! lib/Net/netent.t lib/Net/protoent.t lib/Net/servent.t
36283 ____________________________________________________________________________
36284 [ 10845] By: jhi                                   on 2001/06/22  21:42:38
36285         Log: (Retracted by #10848.)
36286      Branch: perl
36287            ! lib/File/Find/taint.t
36288 ____________________________________________________________________________
36289 [ 10844] By: jhi                                   on 2001/06/22  21:32:58
36290         Log: Integrate perlio.
36291      Branch: perl
36292           !> lib/File/Find/taint.t t/op/write.t
36293 ____________________________________________________________________________
36294 [ 10843] By: nick                                  on 2001/06/22  21:24:51
36295         Log: Back out debug in taint.t
36296      Branch: perlio
36297            ! lib/File/Find/taint.t
36298 ____________________________________________________________________________
36299 [ 10842] By: jhi                                   on 2001/06/22  21:20:02
36300         Log: setitimer() does not exist in Unicos, despite of what
36301              Configure thinks, from Mark P. Lutz.
36302      Branch: perl
36303            ! hints/unicos.sh
36304 ____________________________________________________________________________
36305 [ 10841] By: nick                                  on 2001/06/22  21:19:36
36306         Log: Skip cwd test on Win32 ???
36307      Branch: perlio
36308            ! lib/File/Find/taint.t
36309 ____________________________________________________________________________
36310 [ 10840] By: jhi                                   on 2001/06/22  21:17:34
36311         Log: Casting this way seems to keep both 64-bitint x86 FreeBSD
36312              and Tru64 gcc -Wall happy.
36313      Branch: perl
36314            ! mg.c
36315 ____________________________________________________________________________
36316 [ 10839] By: jhi                                   on 2001/06/22  21:15:32
36317         Log: The packs must be done in native shorts, fix from Mark P. Lutz.
36318      Branch: perl
36319            ! ext/IPC/SysV/Semaphore.pm
36320 ____________________________________________________________________________
36321 [ 10838] By: jhi                                   on 2001/06/22  21:12:02
36322         Log: Metaconfig unit change for #10837.
36323      Branch: metaconfig/U/perl
36324            ! Cross.U
36325 ____________________________________________________________________________
36326 [ 10837] By: jhi                                   on 2001/06/22  21:09:42
36327         Log: Cleanup of the cross-compilation unit.
36328      Branch: perl
36329            ! Configure
36330 ____________________________________________________________________________
36331 [ 10836] By: nick                                  on 2001/06/22  20:45:12
36332         Log: Skip |- based op/write.t on Win32 as well as VMS
36333      Branch: perlio
36334            ! t/op/write.t
36335 ____________________________________________________________________________
36336 [ 10835] By: jhi                                   on 2001/06/22  20:44:20
36337         Log: Integrate perlio.
36338      Branch: perl
36339           !> util.c
36340 ____________________________________________________________________________
36341 [ 10834] By: nick                                  on 2001/06/22  20:41:54
36342         Log: Integrate mainline
36343      Branch: perlio
36344           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
36345           !> config_h.SH pp_sys.c uconfig.h util.c vos/config.alpha.h
36346           !> vos/config.ga.h
36347 ____________________________________________________________________________
36348 [ 10833] By: nick                                  on 2001/06/22  20:22:58
36349         Log: Patcho fix.
36350      Branch: perlio
36351            ! util.c
36352 ____________________________________________________________________________
36353 [ 10832] By: jhi                                   on 2001/06/22  20:13:02
36354         Log: Metaconfig unit changes for #10831.
36355      Branch: metaconfig
36356            ! U/compline/d_safebcpy.U U/compline/d_safemcpy.U
36357 ____________________________________________________________________________
36358 [ 10831] By: jhi                                   on 2001/06/22  20:12:29
36359         Log: Subject: [PATCH 5.7.x] Further tiny bcopy cleanup
36360              From: Andy Dougherty <doughera@lafayette.edu>
36361              Date: Fri, 22 Jun 2001 14:29:51 -0400 (EDT)
36362              Message-ID: <Pine.SOL.4.10.10106221417030.28044-100000@maxwell.phys.lafayette.edu>
36363      Branch: perl
36364            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
36365            ! config_h.SH uconfig.h vos/config.alpha.h vos/config.ga.h
36366 ____________________________________________________________________________
36367 [ 10830] By: jhi                                   on 2001/06/22  19:50:15
36368         Log: MPE/iX prototype nits from Mark Bixby.
36369      Branch: perl
36370            ! pp_sys.c
36371 ____________________________________________________________________________
36372 [ 10829] By: jhi                                   on 2001/06/22  16:25:16
36373         Log: Detypo.
36374      Branch: perl
36375            ! util.c
36376 ____________________________________________________________________________
36377 [ 10828] By: nick                                  on 2001/06/22  15:33:37
36378         Log: Integrate mainline (in near desperate attempt to get Win32 to build...)
36379      Branch: perlio
36380           +> lib/h2xs.t
36381           !> AUTHORS Changes MANIFEST Makefile.SH NetWare/t/NWScripts.pl
36382           !> ext/B/Deparse.t ext/POSIX/POSIX.xs lib/ExtUtils.t
36383           !> lib/ExtUtils/Constant.pm lib/I18N/LangTags.pm
36384           !> lib/I18N/LangTags/ChangeLog lib/I18N/LangTags/test.pl
36385           !> lib/Locale/Maketext.pm lib/Locale/Maketext.pod
36386           !> lib/Locale/Maketext/ChangeLog lib/Locale/Maketext/test.pl
36387           !> lib/Math/BigFloat.pm lib/Math/BigInt.pm patchlevel.h
36388           !> t/op/write.t t/pod/plainer.t utils/h2xs.PL vms/vms.c
36389           !> vms/vmsish.h
36390 ____________________________________________________________________________
36391 [ 10827] By: jhi                                   on 2001/06/22  14:15:26
36392         Log: Subject: [PATCH perl@10800] sigaction workaround for VMS
36393              Date: Fri, 22 Jun 2001 10:08:35 -0500
36394              From: "Craig A. Berry" <craigberry@mac.com>
36395              Message-Id: <a05101001b75908704194@[192.168.56.145]>
36396      Branch: perl
36397            ! vms/vms.c vms/vmsish.h
36398 ____________________________________________________________________________
36399 [ 10826] By: jhi                                   on 2001/06/22  13:35:37
36400         Log: NetWare scripts tweak from Ananth Kesari.
36401      Branch: perl
36402            ! NetWare/t/NWScripts.pl
36403 ____________________________________________________________________________
36404 [ 10825] By: jhi                                   on 2001/06/22  13:00:55
36405         Log: Update Changes.
36406      Branch: perl
36407            ! Changes patchlevel.h
36408 ____________________________________________________________________________
36409 [ 10824] By: jhi                                   on 2001/06/22  12:46:56
36410         Log: Add .i and .s targets.
36411      Branch: perl
36412            ! Makefile.SH
36413 ____________________________________________________________________________
36414 [ 10823] By: jhi                                   on 2001/06/22  12:25:20
36415         Log: Upgrade to Locale::Maketext 1.03.
36416      Branch: perl
36417            ! lib/Locale/Maketext.pm lib/Locale/Maketext.pod
36418            ! lib/Locale/Maketext/ChangeLog lib/Locale/Maketext/test.pl
36419 ____________________________________________________________________________
36420 [ 10822] By: jhi                                   on 2001/06/22  12:23:57
36421         Log: Upgrade to I18N::LangTags 0.26.
36422      Branch: perl
36423            ! lib/I18N/LangTags.pm lib/I18N/LangTags/ChangeLog
36424            ! lib/I18N/LangTags/test.pl
36425 ____________________________________________________________________________
36426 [ 10821] By: jhi                                   on 2001/06/22  12:16:41
36427         Log: The #10792 didn't take, and s/sighni/signi/, as noticed by
36428              Philip Newton.
36429      Branch: perl
36430            ! lib/ExtUtils/Constant.pm lib/Locale/Maketext.pod
36431            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm
36432 ____________________________________________________________________________
36433 [ 10820] By: jhi                                   on 2001/06/22  12:13:37
36434         Log: Subject: [PATCH: perl@10800] trigraphs and tests for h2xs
36435              From: Prymmer/Kahn <pvhp@best.com>
36436              Date: Fri, 22 Jun 2001 00:03:24 -0700 (PDT)
36437              Message-ID: <Pine.BSF.4.21.0106212354510.6026-100000@shell8.ba.best.com>
36438      Branch: perl
36439            + lib/h2xs.t
36440            ! MANIFEST utils/h2xs.PL
36441 ____________________________________________________________________________
36442 [ 10819] By: jhi                                   on 2001/06/22  12:11:56
36443         Log: Subject: [PATCH: perl@10800] nmake specific cleanliness for lib/ExtUtils.t
36444              From: Prymmer/Kahn <pvhp@best.com>
36445              Date: Thu, 21 Jun 2001 23:53:27 -0700 (PDT)
36446              Message-ID: <Pine.BSF.4.21.0106212346540.6026-100000@shell8.ba.best.com>
36447      Branch: perl
36448            ! lib/ExtUtils.t
36449 ____________________________________________________________________________
36450 [ 10818] By: jhi                                   on 2001/06/22  12:11:08
36451         Log: Subject: [PATCH: perl@10800] clean up after t/pod/plainer.t on Win32
36452              From: Prymmer/Kahn <pvhp@best.com>
36453              Date: Thu, 21 Jun 2001 23:45:15 -0700 (PDT)
36454              Message-ID: <Pine.BSF.4.21.0106212341510.6026-100000@shell8.ba.best.com>
36455      Branch: perl
36456            ! t/pod/plainer.t
36457 ____________________________________________________________________________
36458 [ 10817] By: jhi                                   on 2001/06/22  12:10:05
36459         Log: AUTHORS update.
36460      Branch: perl
36461            ! AUTHORS
36462 ____________________________________________________________________________
36463 [ 10816] By: jhi                                   on 2001/06/22  12:08:24
36464         Log: Subject: should POSIX.xs use XSRETURN_UNDEF in sigaction?
36465              From: "Craig A. Berry" <craigberry@mac.com>
36466              Date: Thu, 21 Jun 2001 18:20:38 -0500
36467              Message-Id: <5.1.0.14.0.20010621180227.02a8e930@exchi01>
36468      Branch: perl
36469            ! ext/POSIX/POSIX.xs
36470 ____________________________________________________________________________
36471 [ 10815] By: jhi                                   on 2001/06/22  12:07:19
36472         Log: Subject: [PATCH perl@10765] fix Deparse.t and write.t for VMS
36473              From: "Craig A. Berry" <craigberry@mac.com>
36474              Date: Thu, 21 Jun 2001 09:58:52 -0500
36475              Message-Id: <5.1.0.14.0.20010620172532.033cdb88@exchi01>
36476      Branch: perl
36477            ! ext/B/Deparse.t t/op/write.t
36478 ____________________________________________________________________________
36479 [ 10814] By: nick                                  on 2001/06/22  08:13:09
36480         Log: Integrate mainline.
36481      Branch: perlio
36482           !> (integrate 46 files)
36483 ____________________________________________________________________________
36484 [ 10813] By: jhi                                   on 2001/06/22  02:48:58
36485         Log: Change the prefixes only if $prefix is unset,
36486              as originally patched by Marcel Grunauer.
36487      Branch: perl
36488            ! hints/darwin.sh hints/rhapsody.sh
36489 ____________________________________________________________________________
36490 [ 10812] By: jhi                                   on 2001/06/22  02:44:41
36491         Log: Subject: Re: Patch for hints/darwin.sh
36492              From: Wilfredo Sanchez <wsanchez@MIT.EDU>
36493              Date: Thu, 21 Jun 2001 11:23:46 -0700
36494              Message-Id: <200106211823.OAA01089@melbourne-city-street.mit.edu>
36495      Branch: perl
36496            ! hints/darwin.sh hints/rhapsody.sh
36497 ____________________________________________________________________________
36498 [ 10811] By: jhi                                   on 2001/06/22  02:34:27
36499         Log: Add .PHONY targets for non-file targets,
36500              from Wilfredo Sánchez.  Should help saying
36501              "make install" on case-insensitive filesystems.
36502      Branch: perl
36503            ! Makefile.SH
36504 ____________________________________________________________________________
36505 [ 10810] By: jhi                                   on 2001/06/22  02:01:23
36506         Log: Subject: Re: Automated smoke report for patch 10764 (truncated)
36507              From: Doug MacEachern <dougm@covalent.net>
36508              Date: Thu, 21 Jun 2001 19:32:05 -0700 (PDT)
36509              Message-ID: <Pine.LNX.4.21.0106211925020.17261-100000@mako.covalent.net>
36510              
36511              plus reword the getcwd() comment, plus use getcwd() buffer
36512              size minus one.
36513      Branch: perl
36514            ! util.c
36515 ____________________________________________________________________________
36516 [ 10809] By: jhi                                   on 2001/06/22  01:16:58
36517         Log: More gprofing from Doug MacEachern.
36518      Branch: perl
36519            ! Makefile.SH
36520 ____________________________________________________________________________
36521 [ 10808] By: jhi                                   on 2001/06/22  01:15:11
36522         Log: Metaconfig unit change for #10807.
36523      Branch: metaconfig/U/perl
36524            ! d_sfio.U
36525 ____________________________________________________________________________
36526 [ 10807] By: jhi                                   on 2001/06/22  01:14:43
36527         Log: Tell that you are removing the unneeded -lsfio.
36528      Branch: perl
36529            ! Configure
36530 ____________________________________________________________________________
36531 [ 10806] By: jhi                                   on 2001/06/22  01:03:14
36532         Log: More MPE/iX tweaks from Mark Bixby.
36533      Branch: perl
36534            ! perl.c t/op/magic.t
36535 ____________________________________________________________________________
36536 [ 10805] By: jhi                                   on 2001/06/21  22:41:11
36537         Log: The fchdir() proto is supposed to live in <unistd.h>.
36538      Branch: perl
36539            ! ext/Cwd/Cwd.xs
36540 ____________________________________________________________________________
36541 [ 10804] By: jhi                                   on 2001/06/21  22:24:42
36542         Log: This town is too small for the Cwd extension and me,
36543              it would seem...
36544      Branch: perl
36545            ! ext/Cwd/Cwd.xs
36546 ____________________________________________________________________________
36547 [ 10803] By: jhi                                   on 2001/06/21  21:54:00
36548         Log: Metaconfig unit change for #10802.
36549      Branch: metaconfig/U/perl
36550            ! d_modfl.U
36551 ____________________________________________________________________________
36552 [ 10802] By: jhi                                   on 2001/06/21  21:53:37
36553         Log: More d'ohs.
36554      Branch: perl
36555            ! Configure
36556 ____________________________________________________________________________
36557 [ 10801] By: jhi                                   on 2001/06/21  21:38:38
36558         Log: Off-by-one.  I'm so classic.
36559      Branch: perl
36560            ! util.c
36561 ____________________________________________________________________________
36562 [ 10800] By: jhi                                   on 2001/06/21  20:10:19
36563         Log: Update Changes.
36564      Branch: perl
36565            ! Changes patchlevel.h
36566 ____________________________________________________________________________
36567 [ 10799] By: jhi                                   on 2001/06/21  20:03:54
36568         Log: Subject: Documentation patch for Net::FTP
36569              From: Marcel Grunauer <marcel@codewerk.com>
36570              Date: Wed, 20 Jun 2001 23:03:26 +0200
36571              Message-Id: <20010620210309.DCMT6087.viemta06@localhost>
36572      Branch: perl
36573            ! lib/Net/FTP.pm
36574 ____________________________________________________________________________
36575 [ 10798] By: jhi                                   on 2001/06/21  20:01:14
36576         Log: Retract the #10417 mg.c and embed.pl parts because of
36577              strange SEGVs in 64bit x86 FreeBSD observed by
36578              Nicholas Clark.
36579      Branch: perl
36580            ! embed.pl mg.c perlapi.c pod/perlintern.pod proto.h
36581 ____________________________________________________________________________
36582 [ 10797] By: jhi                                   on 2001/06/21  19:40:34
36583         Log: Add fchdir() probe (in non-UNIX systems assume it doesn't exist).
36584      Branch: perl
36585            ! Configure NetWare/config.wc NetWare/config_H.wc
36586            ! Porting/Glossary Porting/config.sh Porting/config_H
36587            ! config_h.SH configure.com epoc/config.sh uconfig.h uconfig.sh
36588            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
36589            ! vos/config.ga.h win32/config.bc win32/config.gc
36590            ! win32/config.vc win32/config_H.bc win32/config_H.gc
36591            ! win32/config_H.vc
36592 ____________________________________________________________________________
36593 [ 10796] By: jhi                                   on 2001/06/21  19:08:28
36594         Log: Cwd tweak from Doug MacEachern.
36595      Branch: perl
36596            ! ext/Cwd/Cwd.xs
36597 ____________________________________________________________________________
36598 [ 10795] By: jhi                                   on 2001/06/21  19:03:48
36599         Log: Protect the fchdir() and lstat() with ifdefs.
36600              fchdir() needs a Configure probe.
36601      Branch: perl
36602            ! ext/Cwd/Cwd.xs
36603 ____________________________________________________________________________
36604 [ 10794] By: nick                                  on 2001/06/21  17:11:35
36605         Log: Integrate mainline
36606      Branch: perlio
36607           +> ext/File/Glob/t/basic.t ext/File/Glob/t/case.t
36608           +> ext/File/Glob/t/global.t ext/File/Glob/t/taint.t
36609           +> lib/Attribute/Handlers/test.pl lib/File/Temp/t/mktemp.t
36610           +> lib/File/Temp/t/posix.t lib/File/Temp/t/security.t
36611           +> lib/File/Temp/t/tempfile.t lib/Getopt/Long/t/basic.t
36612           +> lib/Getopt/Long/t/compat.t lib/Getopt/Long/t/linkage.t
36613           +> lib/Getopt/Long/t/oo.t lib/Text/TabsWrap/t/fill.t
36614           +> lib/Text/TabsWrap/t/tabs.t lib/Text/TabsWrap/t/wrap.t
36615            - lib/Attribute/Handlers.t lib/File/Glob/basic.t
36616            - lib/File/Glob/case.t lib/File/Glob/global.t
36617            - lib/File/Glob/taint.t lib/File/Temp/mktemp.t
36618            - lib/File/Temp/posix.t lib/File/Temp/security.t
36619            - lib/File/Temp/tempfile.t lib/Getopt/Long/basic.t
36620            - lib/Getopt/Long/compat.t lib/Getopt/Long/linkage.t
36621            - lib/Getopt/Long/oo.t lib/Text/Tabs.t lib/Text/Wrap/fill.t
36622            - lib/Text/Wrap/wrap.t
36623           !> (integrate 41 files)
36624 ____________________________________________________________________________
36625 [ 10793] By: jhi                                   on 2001/06/21  17:01:26
36626         Log: Subject: [PATCH perl@10765] fix Cwd.xs for VMS
36627              From: "Craig A. Berry" <craig.berry@SignalTreeSolutions.com>
36628              Date: Thu, 21 Jun 2001 13:04:54 -0500
36629              Message-Id: <5.1.0.14.0.20010621124127.029fe120@exchi01>
36630      Branch: perl
36631            ! ext/Cwd/Cwd.xs
36632 ____________________________________________________________________________
36633 [ 10792] By: jhi                                   on 2001/06/21  16:13:57
36634         Log: Subject: [PATCH pod] overlong =item
36635              From: Robin Barker <rmb1@cise.npl.co.uk>
36636              Date: Thu, 21 Jun 2001 18:08:04 +0100 (BST)
36637              Message-Id: <200106211708.SAA08097@tempest.npl.co.uk>
36638      Branch: perl
36639            ! lib/ExtUtils/Constant.pm lib/Locale/Maketext.pod
36640            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm
36641 ____________________________________________________________________________
36642 [ 10791] By: jhi                                   on 2001/06/21  16:10:51
36643         Log: Subject: [PATCH perlio.c] format 
36644              From: Robin Barker <rmb1@cise.npl.co.uk>
36645              Date: Thu, 21 Jun 2001 18:05:02 +0100 (BST)
36646              Message-Id: <200106211705.SAA08067@tempest.npl.co.uk>
36647      Branch: perl
36648            ! perlio.c
36649 ____________________________________________________________________________
36650 [ 10790] By: jhi                                   on 2001/06/21  15:52:04
36651         Log: Subject: Re: [PATCH 5.7.1] sv.c documentation
36652              From: Radu Greab <radu@netsoft.ro>
36653              Date: Thu, 21 Jun 2001 19:06:02 +0300
36654              Message-ID: <15154.7018.376419.295092@ix.netsoft.ro>
36655      Branch: perl
36656            ! pod/perlapi.pod sv.c
36657 ____________________________________________________________________________
36658 [ 10789] By: jhi                                   on 2001/06/21  14:48:25
36659         Log: The metaconfig unit changes for #10788.
36660      Branch: metaconfig/U/perl
36661            ! Cross.U fflushall.U
36662 ____________________________________________________________________________
36663 [ 10788] By: jhi                                   on 2001/06/21  14:47:48
36664         Log: Cross-configuration changes: make $from to rm the files
36665              before copying them over (this means that he rm can be
36666              removed from the fflushall test), create $targetmkdir      
36667              (not documented in install since it is supposed to internal
36668              use only), make $run to copy over the executable only if
36669              a stamp file .xok doesn't already exist (to avoid unnecessary
36670              copying of the executable)
36671      Branch: perl
36672            ! Configure Makefile.SH
36673 ____________________________________________________________________________
36674 [ 10787] By: nick                                  on 2001/06/21  14:16:18
36675         Log: Integrate mainline
36676      Branch: perlio
36677           +> lib/I18N/LangTags/ChangeLog lib/I18N/LangTags/List.pm
36678           +> lib/I18N/LangTags/README lib/Locale/Maketext/ChangeLog
36679           +> lib/Locale/Maketext/README lib/Locale/Maketext/test.pl
36680            - lib/I18N/LangTags/List.pod lib/Locale/Maketext.t
36681           !> (integrate 34 files)
36682 ____________________________________________________________________________
36683 [ 10786] By: jhi                                   on 2001/06/21  13:59:32
36684         Log: Re-add the files as text.
36685      Branch: perl
36686            + t/lib/locale/latin1 t/lib/locale/utf8 t/lib/warnings/utf8
36687 ____________________________________________________________________________
36688 [ 10785] By: jhi                                   on 2001/06/21  13:57:55
36689         Log: Delete the binary files.
36690      Branch: perl
36691            - t/lib/locale/latin1 t/lib/locale/utf8 t/lib/warnings/utf8
36692 ____________________________________________________________________________
36693 [ 10784] By: jhi                                   on 2001/06/21  13:49:47
36694         Log: Subject: [PATCH 5.7.x] Unnecessary pod2man calls in new extensions
36695              From: Andy Dougherty <doughera@lafayette.edu>
36696              Date: Thu, 21 Jun 2001 10:44:05 -0400 (EDT)
36697              Message-ID: <Pine.SOL.4.10.10106211040180.26439-100000@maxwell.phys.lafayette.edu>
36698      Branch: perl
36699            ! ext/Digest/MD5/Makefile.PL ext/List/Util/Makefile.PL
36700            ! ext/MIME/Base64/Makefile.PL ext/PerlIO/Scalar/Makefile.PL
36701            ! ext/PerlIO/Via/Makefile.PL ext/Time/HiRes/Makefile.PL
36702            ! ext/Time/Piece/Makefile.PL ext/XS/Typemap/Makefile.PL
36703 ____________________________________________________________________________
36704 [ 10783] By: jhi                                   on 2001/06/21  13:46:50
36705         Log: Subject: [ID 20010621.002] UnixWare 7.1.1 and Perl-5.6.1 problems
36706              From: 0000-Admin <root@egg.karlov.mff.cuni.cz>(0000)
36707              Date: Wed, 20 Jun 2001 14:11:49 +0200 (MET DST) 
36708              Message-Id: <200106201211.f5KCBnm24320@egg.karlov.mff.cuni.cz>
36709              
36710              Setting umask to something friendlier.
36711      Branch: perl
36712            ! installman installperl
36713 ____________________________________________________________________________
36714 [ 10782] By: jhi                                   on 2001/06/21  13:42:17
36715         Log: Shuffle around tests to (ext|lib)/.../t/ subdirectories.
36716              Resort MANIFEST with sort -f, looks much better.
36717      Branch: perl
36718            + ext/File/Glob/t/basic.t ext/File/Glob/t/case.t
36719            + ext/File/Glob/t/global.t ext/File/Glob/t/taint.t
36720            + lib/Attribute/Handlers/test.pl lib/File/Temp/t/mktemp.t
36721            + lib/File/Temp/t/posix.t lib/File/Temp/t/security.t
36722            + lib/File/Temp/t/tempfile.t lib/Getopt/Long/t/basic.t
36723            + lib/Getopt/Long/t/compat.t lib/Getopt/Long/t/linkage.t
36724            + lib/Getopt/Long/t/oo.t lib/Text/TabsWrap/t/fill.t
36725            + lib/Text/TabsWrap/t/tabs.t lib/Text/TabsWrap/t/wrap.t
36726            - lib/Attribute/Handlers.t lib/File/Glob/basic.t
36727            - lib/File/Glob/case.t lib/File/Glob/global.t
36728            - lib/File/Glob/taint.t lib/File/Temp/mktemp.t
36729            - lib/File/Temp/posix.t lib/File/Temp/security.t
36730            - lib/File/Temp/tempfile.t lib/Getopt/Long/basic.t
36731            - lib/Getopt/Long/compat.t lib/Getopt/Long/linkage.t
36732            - lib/Getopt/Long/oo.t lib/Text/Tabs.t lib/Text/Wrap/fill.t
36733            - lib/Text/Wrap/wrap.t
36734            ! MANIFEST
36735 ____________________________________________________________________________
36736 [ 10781] By: jhi                                   on 2001/06/21  13:16:04
36737         Log: Upgrade to I18N::LangTags 0.25.
36738      Branch: perl
36739            ! lib/I18N/LangTags.pm lib/I18N/LangTags/ChangeLog
36740            ! lib/I18N/LangTags/List.pm
36741 ____________________________________________________________________________
36742 [ 10780] By: jhi                                   on 2001/06/21  13:12:54
36743         Log: Subject: [PATCH] Step 2: Use the new PM_GETRE/SETRE macros everywhere.
36744              From: Richard Soderberg <rs@crystalflame.net>
36745              Date: Thu, 21 Jun 2001 07:01:22 -0700 (PDT)
36746              Message-ID: <Pine.LNX.4.21.0106210657400.1693-100000@oregonnet.com>
36747      Branch: perl
36748            ! dump.c ext/B/B.xs ext/B/B/C.pm ext/ByteLoader/bytecode.h mg.c
36749            ! op.c pp.c pp_ctl.c pp_hot.c regexec.c
36750 ____________________________________________________________________________
36751 [ 10779] By: jhi                                   on 2001/06/21  12:59:57
36752         Log: Test obsoleted by change #10777.
36753      Branch: perl
36754            ! t/op/sub_lval.t
36755 ____________________________________________________________________________
36756 [ 10778] By: jhi                                   on 2001/06/21  12:52:37
36757         Log: Case of confused test numbering.
36758      Branch: perl
36759            ! t/op/pat.t
36760 ____________________________________________________________________________
36761 [ 10777] By: jhi                                   on 2001/06/21  12:30:57
36762         Log: Subject: Re: Opinion on undef lvalue
36763              From: Abhijit Menon-Sen <ams@wiw.org>
36764              Date: Sun, 17 Jun 2001 13:04:46 +0530
36765              Message-ID: <20010617130446.B27925@lustre.linux.in>
36766              
36767              Allow lvalue subs to return undef in array context.
36768      Branch: perl
36769            ! pp_hot.c
36770 ____________________________________________________________________________
36771 [ 10776] By: jhi                                   on 2001/06/21  12:27:48
36772         Log: Just a guess that using the same hack for cygwin as
36773              for win32 might help.
36774      Branch: perl
36775            ! lib/File/Find/find.t
36776 ____________________________________________________________________________
36777 [ 10775] By: jhi                                   on 2001/06/21  12:25:58
36778         Log: NetWare tweaks from Guruprasad.
36779      Branch: perl
36780            ! NetWare/Makefile NetWare/Nwmain.c NetWare/config.wc
36781            ! NetWare/config_H.wc NetWare/nw5sck.c NetWare/nw5sck.h
36782            ! NetWare/nwperlsys.c NetWare/t/NWModify.pl
36783            ! NetWare/t/NWScripts.pl NetWare/t/Readme.txt
36784 ____________________________________________________________________________
36785 [ 10774] By: jhi                                   on 2001/06/21  12:21:17
36786         Log: Subject: Re: perl@10722: Bogus warnings on REs 
36787              From: Hugo <hv@crypt.compulink.co.uk>
36788              Date: Thu, 21 Jun 2001 09:51:17 +0100
36789              Message-Id: <200106210851.JAA01942@crypt.compulink.co.uk>
36790              
36791              Unroll to avoid a UTS compiler bug.
36792      Branch: perl
36793            ! regcomp.c
36794 ____________________________________________________________________________
36795 [ 10773] By: jhi                                   on 2001/06/21  12:13:13
36796         Log: Subject: Re: [PATCH] Make /o work under i?threads
36797              From: Artur Bergman <artur@contiller.se>
36798              Date: Thu, 21 Jun 2001 14:38:03 +0200
36799              Message-ID: <B757B74A.184D%artur@contiller.se>
36800      Branch: perl
36801            ! t/op/pat.t
36802 ____________________________________________________________________________
36803 [ 10772] By: jhi                                   on 2001/06/21  12:12:23
36804         Log: Subject: Re: [PATCH] Step 1 of moving regexps to the pad
36805              From: Artur Bergman <artur@contiller.se> 
36806              Date: Thu, 21 Jun 2001 14:27:33 +0200
36807              Message-ID: <B757B4D4.1849%artur@contiller.se>
36808              
36809              Plus extra parentheses.
36810      Branch: perl
36811            ! op.h
36812 ____________________________________________________________________________
36813 [ 10771] By: jhi                                   on 2001/06/21  12:10:29
36814         Log: Subject: [PATCH] Make /o work under i?threads
36815              From: Richard Soderberg <rs@crystalflame.net>
36816              Date: Thu, 21 Jun 2001 05:21:43 -0700 (PDT)
36817              Message-ID: <Pine.LNX.4.21.0106210518210.2479-100000@oregonnet.com>
36818      Branch: perl
36819            ! pp_ctl.c
36820 ____________________________________________________________________________
36821 [ 10770] By: jhi                                   on 2001/06/21  12:09:28
36822         Log: Subject: Re: [PATCH] Step 1 of moving regexps to the pad
36823              From: Artur Bergman <artur@contiller.se>
36824              Date: Thu, 21 Jun 2001 14:04:54 +0200
36825              Message-ID: <B757AF86.1842%artur@contiller.se>
36826      Branch: perl
36827            ! op.h
36828 ____________________________________________________________________________
36829 [ 10769] By: jhi                                   on 2001/06/21  12:08:03
36830         Log: Subject: Re: perl@10765: sv.c not OK on win32
36831              From: Artur Bergman <artur@contiller.se>
36832              Date: Thu, 21 Jun 2001 10:31:06 +0200
36833              Message-ID: <B7577D69.182C%artur@contiller.se>
36834      Branch: perl
36835            ! sv.c
36836 ____________________________________________________________________________
36837 [ 10768] By: jhi                                   on 2001/06/21  12:03:56
36838         Log: Subject: [PATCH 5.6.1] OS2 getpw*, getgr*
36839              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
36840              Date: Thu, 21 Jun 2001 06:23:56 -0400
36841              Message-ID: <20010621062356.A8619@math.ohio-state.edu>
36842              
36843              Subject: Re: [PATCH 5.6.1] OS2 getpw*, getgr*
36844              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
36845              Date: Thu, 21 Jun 2001 06:32:21 -0400
36846              Message-ID: <20010621063221.A8823@math.ohio-state.edu>
36847      Branch: perl
36848            ! lib/File/Glob/basic.t makedef.pl os2/os2.c os2/os2ish.h
36849 ____________________________________________________________________________
36850 [ 10767] By: jhi                                   on 2001/06/21  12:00:07
36851         Log: Subject: [PATCH] make syslog test more verbose
36852              From: Robert Spier <rspier@pobox.com>
36853              Date: Thu, 21 Jun 2001 00:54:32 -0400
36854              Message-ID: <15153.32264.295807.333073@rls.cx>
36855      Branch: perl
36856            ! ext/Sys/Syslog/syslog.t
36857 ____________________________________________________________________________
36858 [ 10766] By: jhi                                   on 2001/06/20  23:27:57
36859         Log: Subject: op/study.t refinements
36860              From: Hugo <hv@crypt.compulink.co.uk>
36861              Date: Thu, 21 Jun 2001 00:29:07 +0100
36862              Message-Id: <200106202329.AAA31397@crypt.compulink.co.uk>
36863      Branch: perl
36864            ! t/op/study.t
36865 ____________________________________________________________________________
36866 [ 10765] By: jhi                                   on 2001/06/20  19:51:47
36867         Log: Update Changes.
36868      Branch: perl
36869            ! Changes patchlevel.h
36870 ____________________________________________________________________________
36871 [ 10764] By: jhi                                   on 2001/06/20  19:00:23
36872         Log: Subject: Re: [PATCH] djgpp updates
36873              From: Laszlo Molnar <laszlo.molnar@eth.ericsson.se>
36874              Date: Wed, 20 Jun 2001 10:05:15 +0200
36875              Message-ID: <20010620100515.L5600@libra.eth.ericsson.se>
36876      Branch: perl
36877            ! djgpp/config.over
36878 ____________________________________________________________________________
36879 [ 10763] By: jhi                                   on 2001/06/20  18:58:06
36880         Log: Fix for ID 20010619.002 "When building hash, hash keys that
36881              are function calls are not being called", from Abhijit.
36882      Branch: perl
36883            ! t/base/lex.t toke.c
36884 ____________________________________________________________________________
36885 [ 10762] By: jhi                                   on 2001/06/20  18:45:00
36886         Log: Upgrade to Locale::Maketext 1.02, from Sean Burke.
36887      Branch: perl
36888            + lib/Locale/Maketext/ChangeLog lib/Locale/Maketext/README
36889            + lib/Locale/Maketext/test.pl
36890            - lib/Locale/Maketext.t
36891            ! MANIFEST lib/Locale/Maketext.pm lib/Locale/Maketext.pod
36892            ! lib/Locale/Maketext/TPJ13.pod
36893 ____________________________________________________________________________
36894 [ 10761] By: jhi                                   on 2001/06/20  18:44:15
36895         Log: Metaconfig unit change for #10760.
36896      Branch: metaconfig
36897            ! U/modified/Cppsym.U
36898 ____________________________________________________________________________
36899 [ 10760] By: jhi                                   on 2001/06/20  18:42:04
36900         Log: Do not remove the ccsym* Cppsym* files since
36901              they are useful for metaconfig units coming after us.
36902              (This is the Configure nit mentioned in #10752.)
36903      Branch: perl
36904            ! Configure
36905 ____________________________________________________________________________
36906 [ 10759] By: jhi                                   on 2001/06/20  18:02:18
36907         Log: Update to I18N::LangTags 0.24, from Sean Burke.
36908      Branch: perl
36909            + lib/I18N/LangTags/ChangeLog lib/I18N/LangTags/List.pm
36910            + lib/I18N/LangTags/README
36911            - lib/I18N/LangTags/List.pod
36912            ! MANIFEST lib/I18N/LangTags.pm lib/I18N/LangTags/test.pl
36913 ____________________________________________________________________________
36914 [ 10758] By: jhi                                   on 2001/06/20  17:34:43
36915         Log: Regen headers.
36916      Branch: perl
36917            ! embed.h embedvar.h global.sym perlapi.c perlapi.h
36918            ! pod/perlapi.pod proto.h
36919 ____________________________________________________________________________
36920 [ 10757] By: jhi                                   on 2001/06/20  17:23:08
36921         Log: Subject: [PATCH] Fixes case of CvDEPTH for perl_clone
36922              From: Artur Bergman <artur@contiller.se>
36923              Date: Wed, 20 Jun 2001 11:31:32 +0200
36924              Message-ID: <B7563A14.17D8%artur@contiller.se>
36925      Branch: perl
36926            ! embed.pl hv.c intrpvar.h sv.c sv.h
36927 ____________________________________________________________________________
36928 [ 10756] By: jhi                                   on 2001/06/20  17:13:26
36929         Log: Subject: Fix for [ID 20010124.001] POSIX::errno unreliable
36930              From: Tim Sweetman <tim@aldigital.co.uk> 
36931              Date: Wed, 13 Jun 2001 14:25:17 +0100 
36932              Message-ID: <3B2769BD.68B4F4B3@aldigital.co.uk> 
36933      Branch: perl
36934            ! ext/POSIX/POSIX.t lib/AutoLoader.pm
36935 ____________________________________________________________________________
36936 [ 10755] By: nick                                  on 2001/06/20  16:12:37
36937         Log: Integrate mainline
36938      Branch: perlio
36939           !> embed.h embed.pl ext/Cwd/Cwd.xs ext/Filter/t/call.t
36940           !> ext/IO/lib/IO/Socket/INET.pm ext/IO/lib/IO/t/io_sock.t
36941           !> ext/POSIX/POSIX.xs hints/mpeix.sh lib/File/Temp/security.t
36942           !> lib/FileHandle.t mpeix/mpeixish.h mpeix/relink objXSUB.h
36943           !> perlapi.c pod/perldiag.pod pp_sys.c proto.h t/op/pwent.t
36944           !> t/op/study.t util.c
36945 ____________________________________________________________________________
36946 [ 10754] By: gsar                                  on 2001/06/20  15:22:27
36947         Log: missing ld entry in Config.pm on Windows (makefile.mk had it,
36948              but not Makefile)
36949      Branch: maint-5.6/perl
36950            ! win32/Makefile
36951 ____________________________________________________________________________
36952 [ 10753] By: jhi                                   on 2001/06/20  14:03:20
36953         Log: Security tweak on readlink().
36954      Branch: perl
36955            ! pp_sys.c
36956 ____________________________________________________________________________
36957 [ 10752] By: jhi                                   on 2001/06/20  14:00:23
36958         Log: MPE/iX fixes from Mark Bixby (a Configure fix is also needed.)
36959      Branch: perl
36960            ! ext/Filter/t/call.t ext/IO/lib/IO/t/io_sock.t hints/mpeix.sh
36961            ! lib/File/Temp/security.t lib/FileHandle.t mpeix/mpeixish.h
36962            ! mpeix/relink t/op/pwent.t
36963 ____________________________________________________________________________
36964 [ 10751] By: jhi                                   on 2001/06/20  13:57:27
36965         Log: Reinstate #10725 (with probe for alarm()).
36966      Branch: perl
36967            ! t/op/study.t
36968 ____________________________________________________________________________
36969 [ 10750] By: jhi                                   on 2001/06/20  13:53:46
36970         Log: Replace our implementation of realpath() with OpenBSD's
36971              (src/lib/libc/stdlib/realpath.c 1.4).
36972      Branch: perl
36973            ! embed.h embed.pl ext/Cwd/Cwd.xs objXSUB.h perlapi.c
36974            ! pod/perldiag.pod proto.h util.c
36975 ____________________________________________________________________________
36976 [ 10749] By: jhi                                   on 2001/06/20  13:07:49
36977         Log: Integrate perlio.
36978      Branch: perl
36979           !> perlio.c
36980 ____________________________________________________________________________
36981 [ 10748] By: jhi                                   on 2001/06/20  13:07:18
36982         Log: No point in going into memory-saving contortions
36983              with getcwd() since there's a danger of buffer overflow.
36984              Also make the POSIX extension to use sv_getcwd().
36985              Finally, a missed proto.h fragment.
36986      Branch: perl
36987            ! ext/POSIX/POSIX.xs proto.h util.c
36988 ____________________________________________________________________________
36989 [ 10747] By: nick                                  on 2001/06/20  12:38:26
36990         Log: Fix PERLIO=unix bug, while restoring maximal buffer in PerlIOBuf_unread.
36991      Branch: perlio
36992            ! perlio.c
36993 ____________________________________________________________________________
36994 [ 10746] By: jhi                                   on 2001/06/20  11:51:10
36995         Log: Subject: Re: Bug in IO::Socket::INET module (repeat)
36996              From: Graham Barr <gbarr@pobox.com>
36997              Date: Wed, 20 Jun 2001 11:05:49 +0100
36998              Message-ID: <20010620110549.I19188@pobox.com>
36999              
37000              reported in        
37001              
37002              Subject: Bug in IO::Socket::INET module (repeat)
37003              From: "Harmon S. Nine" <hnine@netarx.com>
37004              Date: Tue, 19 Jun 2001 09:41:35 -0400
37005              Message-ID: <3B2F568F.8080605@netarx.com>
37006              
37007              The bug was that the IO::Socket::INET constructor
37008              did not allow a 'LocalPort' of 0.
37009      Branch: perl
37010            ! ext/IO/lib/IO/Socket/INET.pm
37011 ____________________________________________________________________________
37012 [ 10745] By: nick                                  on 2001/06/20  08:56:39
37013         Log: Integrate mainline.
37014      Branch: perlio
37015           !> (integrate 37 files)
37016 ____________________________________________________________________________
37017 [ 10744] By: jhi                                   on 2001/06/20  04:54:53
37018         Log: After some reading I don't think we can blindly
37019              use systems' realpath().  Too many security problems,
37020              too many buggy implementations.
37021              
37022              TODO: the realpath() emulation code in util.c doesn't
37023              seem fully operational?  (readlink(), for example?)
37024      Branch: perl
37025            ! Configure Makefile.micro Porting/Glossary Porting/config.sh
37026            ! Porting/config_H config_h.SH embed.h embed.pl global.sym
37027            ! objXSUB.h perlapi.c pod/perldiag.pod pod/perltoc.pod uconfig.h
37028            ! uconfig.sh util.c vos/config.alpha.def vos/config.alpha.h
37029            ! vos/config.ga.def vos/config.ga.h win32/config_H.bc
37030            ! win32/config_H.gc win32/config_H.vc
37031 ____________________________________________________________________________
37032 [ 10743] By: jhi                                   on 2001/06/20  00:48:48
37033         Log: Metaconfig unit change for #10738.
37034      Branch: metaconfig
37035            ! U/compline/d_gconvert.U
37036 ____________________________________________________________________________
37037 [ 10742] By: jhi                                   on 2001/06/20  00:48:20
37038         Log: Integrate change #10739 from maintperl:
37039              
37040              C<eval "/x$\r\n/x"> fails to compile correctly 
37041      Branch: perl
37042           !> t/op/pat.t toke.c
37043 ____________________________________________________________________________
37044 [ 10741] By: jhi                                   on 2001/06/20  00:41:05
37045         Log: Retract #10725 (Hugo asked NOT to apply the patch)
37046      Branch: perl
37047            ! t/op/study.t
37048 ____________________________________________________________________________
37049 [ 10740] By: jhi                                   on 2001/06/19  23:58:25
37050         Log: The test.third results were funnily named because of the
37051              new test scheme.
37052      Branch: perl
37053            ! t/TEST
37054 ____________________________________________________________________________
37055 [ 10739] By: gsar                                  on 2001/06/19  23:49:15
37056         Log: C<eval "/x$\r\n/x"> fails to compile correctly
37057      Branch: maint-5.6/perl
37058            ! t/op/pat.t toke.c
37059 ____________________________________________________________________________
37060 [ 10738] By: jhi                                   on 2001/06/19  23:04:15
37061         Log: Subject: [ID 20010619.012] Not OK: perl v5.7.1 +DEVEL10721 +devel-10722 on alpha-dec_osf-per lio 4.0f (UNINSTALLED) 
37062              From: Spider Boardman <spider@Orb.Nashua.NH.US>
37063              Date: Tue, 19 Jun 2001 19:15:40 -0400
37064              Message-Id: <200106192315.TAA18531@Orb.Nashua.NH.US>
37065              
37066              The bigintpm.t #1183 failing in Tru64 (and also Cygwin)
37067              because "1e+129" being expected but "1.e+129" being returned.
37068              The culprit (at least in Tru64) is the use of gcvt().
37069      Branch: perl
37070            ! Configure
37071 ____________________________________________________________________________
37072 [ 10737] By: jhi                                   on 2001/06/19  22:56:52
37073         Log: Subject: [PATCH perl@10722] test hunting on VMS
37074              From: "Craig A. Berry" <craigberry@mac.com>
37075              Message-Id: <5.1.0.14.0.20010619183530.01c4bdb8@exchi01>
37076              Date: Tue, 19 Jun 2001 18:59:01 -0500
37077      Branch: perl
37078            ! vms/test.com
37079 ____________________________________________________________________________
37080 [ 10736] By: jhi                                   on 2001/06/19  21:32:29
37081         Log: Subject: [PATCH] s/typos//
37082              From: Abhijit Menon-Sen <ams@wiw.org>
37083              Date: Wed, 20 Jun 2001 02:15:02 +0530
37084              Message-ID: <20010620021502.A14541@lustre.linux.in>
37085              
37086              Without the op.h s/bearword/bareword/ hunk, see
37087              http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/1998-02/msg00370.html
37088      Branch: perl
37089            ! util.c
37090 ____________________________________________________________________________
37091 [ 10735] By: jhi                                   on 2001/06/19  21:26:43
37092         Log: Metaconfig unit change for #10732 and #10733.
37093      Branch: metaconfig/U/perl
37094            ! fflushall.U
37095 ____________________________________________________________________________
37096 [ 10734] By: jhi                                   on 2001/06/19  21:24:41
37097         Log: Subject: [PATCH perl@10722] build ext/Socket dynamically on VMS
37098              From: "Craig A. Berry" <craigberry@mac.com>
37099              Date: Tue, 19 Jun 2001 17:19:48 -0500
37100              Message-Id: <5.1.0.14.0.20010619165650.01bd8478@exchi01>
37101      Branch: perl
37102            ! configure.com vms/descrip_mms.template
37103 ____________________________________________________________________________
37104 [ 10733] By: jhi                                   on 2001/06/19  19:57:44
37105         Log: Subject: [ID 20010619.011] Not OK: perl v5.7.1 +DEVEL10721 +devel-10722 on alpha-dec_osf-per lio 4.0f (UNINSTALLED)
37106              From: Spider Boardman <spider@Orb.Nashua.NH.US>
37107              Date: Tue, 19 Jun 2001 16:48:07 -0400
37108              Message-Id: <200106192048.QAA20849@Orb.Nashua.NH.US>
37109              
37110              Further fixes to fflush(NULL) detection.
37111      Branch: perl
37112            ! Configure
37113 ____________________________________________________________________________
37114 [ 10732] By: jhi                                   on 2001/06/19  19:38:20
37115         Log: AIX test -s hangs with non-existent files?
37116              (A genuine logic bug in Configure, but AIX also broken?)
37117      Branch: perl
37118            ! Configure
37119 ____________________________________________________________________________
37120 [ 10731] By: jhi                                   on 2001/06/19  19:17:35
37121         Log: AUTHORS updates.
37122      Branch: perl
37123            ! AUTHORS
37124 ____________________________________________________________________________
37125 [ 10730] By: jhi                                   on 2001/06/19  19:03:07
37126         Log: Subject: [ID 20010619.007] Not OK: perl v5.7.1 +DEVEL10721 +devel-10722 on alpha-dec_osf-perlio 4.0f (UNINSTALLED)
37127              From: Spider Boardman <spider@Orb.Nashua.NH.US>
37128              Date: Tue, 19 Jun 2001 15:33:25 -0400
37129              Message-Id: <200106191933.PAA08415@Orb.Nashua.NH.US>
37130      Branch: perl
37131            ! ext/POSIX/POSIX.t lib/warnings.t perlio.c t/lib/1_compile.t
37132            ! t/lib/warnings/pp
37133 ____________________________________________________________________________
37134 [ 10729] By: jhi                                   on 2001/06/19  18:34:10
37135         Log: Integrate perlio.
37136      Branch: perl
37137           !> lib/File/Find/find.t win32/distclean.bat
37138 ____________________________________________________________________________
37139 [ 10728] By: nick                                  on 2001/06/19  18:24:53
37140         Log: Hack File/Find/find.t to use File::Spec::Unix on Win32.
37141      Branch: perlio
37142            ! lib/File/Find/find.t win32/distclean.bat
37143 ____________________________________________________________________________
37144 [ 10727] By: jhi                                   on 2001/06/19  18:07:31
37145         Log: Furthwer tweak the fdopen() spot as suggseted by Jeff Pinyan;
37146              also add information how to find out whether one has PerlIO.
37147      Branch: perl
37148            ! pod/perlfunc.pod
37149 ____________________________________________________________________________
37150 [ 10726] By: jhi                                   on 2001/06/19  17:59:30
37151         Log: Subject: [ID 20010619.005] two typos in pod/perlfunc.pod
37152              From: Jeffrey Friedl <jfriedl@yahoo-inc.com>
37153              Date: Tue, 19 Jun 2001 11:36:32 -0700 (PDT)
37154              Message-Id: <200106191836.LAA21471@ventrue.corp.yahoo.com>
37155      Branch: perl
37156            ! pod/perlfunc.pod
37157 ____________________________________________________________________________
37158 [ 10725] By: jhi                                   on 2001/06/19  17:28:30
37159         Log: Subject: Re: [ID 20010618.006] some end-anchored regexps hang when using study 
37160              From: Hugo <hv@crypt.compulink.co.uk>
37161              Date: Tue, 19 Jun 2001 12:37:30 +0100
37162              Message-Id: <200106191137.MAA15185@crypt.compulink.co.uk>
37163      Branch: perl
37164            ! t/op/study.t
37165 ____________________________________________________________________________
37166 [ 10724] By: jhi                                   on 2001/06/19  17:22:20
37167         Log: Subject: Re: [ID 20010618.006] some end-anchored regexps hang when using study 
37168              From: Hugo <hv@crypt.compulink.co.uk>
37169              Message-Id: <200106191215.NAA17691@crypt.compulink.co.uk>
37170              Date: Tue, 19 Jun 2001 13:15:17 +0100
37171      Branch: perl
37172            ! util.c
37173 ____________________________________________________________________________
37174 [ 10723] By: nick                                  on 2001/06/19  14:46:15
37175         Log: Integrate mainline
37176      Branch: perlio
37177           +> ext/IPC/SysV/ipcsysv.t ext/Thread/create.tx ext/Thread/die.tx
37178           +> ext/Thread/die2.tx ext/Thread/io.tx ext/Thread/join.tx
37179           +> ext/Thread/join2.tx ext/Thread/list.tx ext/Thread/lock.tx
37180           +> ext/Thread/queue.tx ext/Thread/specific.tx ext/Thread/sync.tx
37181           +> ext/Thread/sync2.tx ext/Thread/unsync.tx ext/Thread/unsync2.tx
37182           +> ext/Thread/unsync3.tx ext/Thread/unsync4.tx
37183            - ext/Thread/create.t ext/Thread/die.t ext/Thread/die2.t
37184            - ext/Thread/io.t ext/Thread/join.t ext/Thread/join2.t
37185            - ext/Thread/list.t ext/Thread/lock.t ext/Thread/queue.t
37186            - ext/Thread/specific.t ext/Thread/sync.t ext/Thread/sync2.t
37187            - ext/Thread/unsync.t ext/Thread/unsync2.t ext/Thread/unsync3.t
37188            - ext/Thread/unsync4.t
37189           !> Changes MANIFEST NetWare/Makefile NetWare/config.wc
37190           !> djgpp/config.over djgpp/fixpmain
37191           !> ext/DynaLoader/DynaLoader_pm.PL ext/IPC/SysV/t/msg.t
37192           !> ext/IPC/SysV/t/sem.t handy.h hv.c lib/ExtUtils/MM_Unix.pm
37193           !> patchlevel.h perl.h utils/libnetcfg.PL win32/Makefile
37194 ____________________________________________________________________________
37195 [ 10722] By: jhi                                   on 2001/06/19  11:55:30
37196         Log: Update Changes.
37197      Branch: perl
37198            ! Changes patchlevel.h
37199 ____________________________________________________________________________
37200 [ 10721] By: jhi                                   on 2001/06/19  11:29:34
37201         Log: The existence shall be MANIFESted.
37202      Branch: perl
37203            ! MANIFEST
37204 ____________________________________________________________________________
37205 [ 10720] By: jhi                                   on 2001/06/19  10:58:09
37206         Log: The old libnet.cfg is first searched from the current directory,
37207              only then from the module path.
37208      Branch: perl
37209            ! utils/libnetcfg.PL
37210 ____________________________________________________________________________
37211 [ 10719] By: jhi                                   on 2001/06/19  10:55:59
37212         Log: NetWare tweaks from Guruprasad.
37213      Branch: perl
37214            ! NetWare/Makefile NetWare/config.wc
37215 ____________________________________________________________________________
37216 [ 10718] By: jhi                                   on 2001/06/19  10:54:22
37217         Log: Subject: [PATCH] djgpp updates
37218              From: Laszlo Molnar <laszlo.molnar@eth.ericsson.se>
37219              Date: Tue, 19 Jun 2001 10:59:06 +0200
37220              Message-ID: <20010619105906.C5600@libra.eth.ericsson.se>
37221      Branch: perl
37222            ! djgpp/config.over djgpp/fixpmain
37223 ____________________________________________________________________________
37224 [ 10717] By: jhi                                   on 2001/06/19  10:53:20
37225         Log: Subject: [PATCH: perl@10689]let MS VC 5 resolve _PerlIO_win32
37226              From: Prymmer/Kahn <pvhp@best.com>
37227              Date: Mon, 18 Jun 2001 23:48:52 -0700 (PDT)
37228              Message-ID: <Pine.BSF.4.21.0106182345100.17670-100000@shell8.ba.best.com>
37229      Branch: perl
37230            ! win32/Makefile
37231 ____________________________________________________________________________
37232 [ 10716] By: jhi                                   on 2001/06/19  10:52:25
37233         Log: The INT32_MIN_BROKEN and INT64_MIN_BROKEN tweaks needs
37234              to happen right after the inclusion of <inttypes.h>,
37235              from Edward Moy.
37236      Branch: perl
37237            ! handy.h perl.h
37238 ____________________________________________________________________________
37239 [ 10715] By: jhi                                   on 2001/06/19  10:49:21
37240         Log: Subject: [patch] preserve @DynaLoader::dl_{librefs,modules}
37241              From: Doug MacEachern <dougm@covalent.net>
37242              Date: Mon, 18 Jun 2001 22:13:38 -0700 (PDT)
37243              Message-ID: <Pine.LNX.4.21.0106182210570.22114-100000@mako.covalent.net>
37244      Branch: perl
37245            ! ext/DynaLoader/DynaLoader_pm.PL
37246 ____________________________________________________________________________
37247 [ 10714] By: jhi                                   on 2001/06/19  10:48:19
37248         Log: Revert #10656 for performance reasons but leave in the
37249              use of Hv*() macros -- in comments, so that grepping the
37250              source is easier, from Abhijit.  (Also add the ENV_HV_NAME speedup
37251              suggested by Sarathy, also by Abhijit.)
37252      Branch: perl
37253            ! hv.c
37254 ____________________________________________________________________________
37255 [ 10713] By: jhi                                   on 2001/06/19  10:46:08
37256         Log: Subject: [patch] .s MakeMaker suffix
37257              From: Doug MacEachern <dougm@covalent.net>
37258              Date: Mon, 18 Jun 2001 21:23:11 -0700 (PDT)
37259              Message-ID: <Pine.LNX.4.21.0106182120250.22114-100000@mako.covalent.net>
37260      Branch: perl
37261            ! lib/ExtUtils/MM_Unix.pm
37262 ____________________________________________________________________________
37263 [ 10712] By: jhi                                   on 2001/06/19  10:34:35
37264         Log: One test lost in the big shuffle restored.
37265      Branch: perl
37266            + ext/IPC/SysV/ipcsysv.t
37267            ! MANIFEST ext/IPC/SysV/t/msg.t ext/IPC/SysV/t/sem.t
37268 ____________________________________________________________________________
37269 [ 10711] By: jhi                                   on 2001/06/19  10:25:46
37270         Log: Rename the old non-standard threads tests so that
37271              they won't be invoked.
37272      Branch: perl
37273            + ext/Thread/create.tx ext/Thread/die.tx ext/Thread/die2.tx
37274            + ext/Thread/io.tx ext/Thread/join.tx ext/Thread/join2.tx
37275            + ext/Thread/list.tx ext/Thread/lock.tx ext/Thread/queue.tx
37276            + ext/Thread/specific.tx ext/Thread/sync.tx ext/Thread/sync2.tx
37277            + ext/Thread/unsync.tx ext/Thread/unsync2.tx
37278            + ext/Thread/unsync3.tx ext/Thread/unsync4.tx
37279            - ext/Thread/create.t ext/Thread/die.t ext/Thread/die2.t
37280            - ext/Thread/io.t ext/Thread/join.t ext/Thread/join2.t
37281            - ext/Thread/list.t ext/Thread/lock.t ext/Thread/queue.t
37282            - ext/Thread/specific.t ext/Thread/sync.t ext/Thread/sync2.t
37283            - ext/Thread/unsync.t ext/Thread/unsync2.t ext/Thread/unsync3.t
37284            - ext/Thread/unsync4.t
37285            ! MANIFEST
37286 ____________________________________________________________________________
37287 [ 10710] By: jhi                                   on 2001/06/19  10:18:41
37288         Log: Integrate perlio.
37289      Branch: perl
37290           !> win32/config_sh.PL
37291 ____________________________________________________________________________
37292 [ 10709] By: nick                                  on 2001/06/19  08:18:18
37293         Log: Integrate mainline
37294      Branch: perlio
37295           +> (branch 40 files)
37296            - lib/locale/latin1 lib/locale/utf8 lib/strict/refs
37297            - lib/strict/subs lib/strict/vars lib/warnings/1global
37298            - lib/warnings/2use lib/warnings/3both lib/warnings/4lint
37299            - lib/warnings/5nolint lib/warnings/6default lib/warnings/7fatal
37300            - lib/warnings/8signal lib/warnings/9enabled lib/warnings/av
37301            - lib/warnings/doio lib/warnings/doop lib/warnings/gv
37302            - lib/warnings/hv lib/warnings/malloc lib/warnings/mg
37303            - lib/warnings/op lib/warnings/perl lib/warnings/perlio
37304            - lib/warnings/perly lib/warnings/pp lib/warnings/pp_ctl
37305            - lib/warnings/pp_hot lib/warnings/pp_sys lib/warnings/regcomp
37306            - lib/warnings/regexec lib/warnings/run lib/warnings/sv
37307            - lib/warnings/taint lib/warnings/toke lib/warnings/universal
37308            - lib/warnings/utf8 lib/warnings/util
37309           !> (integrate 57 files)
37310 ____________________________________________________________________________
37311 [ 10708] By: nick                                  on 2001/06/19  07:57:10
37312         Log: Get Win32 known_extensions and extensions right in config.sh and hence Config.pm
37313      Branch: perlio
37314            ! win32/config_sh.PL
37315 ____________________________________________________________________________
37316 [ 10707] By: nick                                  on 2001/06/19  07:05:07
37317         Log: Perly.y and related file fixes to keep mainframe yacc (and bison) happy.
37318      Branch: perl
37319            ! perly.c perly.y perly_c.diff vms/perly_c.vms
37320 ____________________________________________________________________________
37321 [ 10706] By: jhi                                   on 2001/06/19  02:58:26
37322         Log: More perl572delta tweaks.
37323      Branch: perl
37324            ! pod/perl572delta.pod
37325 ____________________________________________________________________________
37326 [ 10705] By: jhi                                   on 2001/06/19  01:53:40
37327         Log: Update perl572delta.
37328      Branch: perl
37329            ! pod/perl572delta.pod
37330 ____________________________________________________________________________
37331 [ 10704] By: jhi                                   on 2001/06/19  01:28:40
37332         Log: VOS updates from Paul Green.
37333      Branch: perl
37334            ! vos/Changes vos/build.cm vos/perl.bind
37335 ____________________________________________________________________________
37336 [ 10703] By: jhi                                   on 2001/06/19  01:03:53
37337         Log: Update the vos/config.*.* files.
37338      Branch: perl
37339            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
37340            ! vos/config.ga.h
37341 ____________________________________________________________________________
37342 [ 10702] By: jhi                                   on 2001/06/19  01:03:32
37343         Log: Add a makefile for more painless adding of symbols to the
37344              VOS headers while in UNIX (in VOS the vos/configure_perl.cm
37345              takes care of the adding)
37346      Branch: perl
37347            + vos/Makefile
37348 ____________________________________________________________________________
37349 [ 10701] By: jhi                                   on 2001/06/19  00:51:44
37350         Log: Make libnetcfg by default display the libnet configuration,
37351              -c to change, add -i for old config, document all options,
37352              regen toc.
37353      Branch: perl
37354            ! pod/perltoc.pod pod/perlutil.pod utils/libnetcfg.PL
37355 ____________________________________________________________________________
37356 [ 10700] By: jhi                                   on 2001/06/18  23:45:12
37357         Log: gcc -Wall sweep.
37358      Branch: perl
37359            ! ext/IO/IO.xs ext/Time/Piece/Piece.xs
37360 ____________________________________________________________________________
37361 [ 10699] By: jhi                                   on 2001/06/18  23:19:53
37362         Log: So there.
37363      Branch: perl
37364            ! universal.c
37365 ____________________________________________________________________________
37366 [ 10698] By: jhi                                   on 2001/06/18  23:10:22
37367         Log: Document the need for sv_printify().
37368              
37369              Document that 'use utf8' has been considered.
37370              
37371              (An unfinished, gcc 3.0 -Wall nit fix also slipped in, gack.)
37372      Branch: perl
37373            ! pod/perltodo.pod universal.c
37374 ____________________________________________________________________________
37375 [ 10697] By: jhi                                   on 2001/06/18  22:50:53
37376         Log: Subject: Re: [PATCH] Re: [PATCH] Re: perl@10611
37377              From: Nicholas Clark <nick@ccl4.org>
37378              Date: Mon, 18 Jun 2001 23:29:23 +0100
37379              Message-ID: <20010618232923.I98663@plum.flirble.org>
37380      Branch: perl
37381            ! ext/POSIX/Makefile.PL ext/Socket/Makefile.PL
37382            ! ext/Sys/Syslog/Makefile.PL
37383 ____________________________________________________________________________
37384 [ 10696] By: jhi                                   on 2001/06/18  22:39:32
37385         Log: Subject: [PATCH: 5.6.1] perl5db.pl v1.07 + docs
37386              From: Scott.L.Miller@Compaq.com
37387              Date: Mon, 18 Jun 2001 10:12:27 -0500
37388              Message-ID: <86256A6F.00538A54.00@omacmta01.custom-edge.com>
37389      Branch: perl
37390            ! lib/perl5db.pl pod/perldebug.pod
37391 ____________________________________________________________________________
37392 [ 10695] By: jhi                                   on 2001/06/18  22:35:13
37393         Log: Subject: [PATCH lib/Carp/Heavy.pm] malformed POSIX negation
37394              From: "Jeff 'japhy' Pinyan" <jeffp@crusoe.net>
37395              Date: Mon, 18 Jun 2001 16:52:24 -0400 (EDT)
37396              Message-ID: <Pine.GSO.4.21.0106181650590.17386-100000@crusoe.crusoe.net>
37397      Branch: perl
37398            ! lib/Carp/Heavy.pm
37399 ____________________________________________________________________________
37400 [ 10694] By: jhi                                   on 2001/06/18  22:34:06
37401         Log: Subject: [PATCH] Documentation changes for CLONE
37402              From: Artur Bergman <artur@contiller.se>
37403              Date: Mon, 18 Jun 2001 22:06:37 +0200
37404              Message-ID: <B7542BEC.1719%artur@contiller.se>
37405      Branch: perl
37406            ! pod/perlmod.pod pod/perlsub.pod
37407 ____________________________________________________________________________
37408 [ 10693] By: jhi                                   on 2001/06/18  22:31:38
37409         Log: Subject: Re: configure.com
37410              From: "Craig A. Berry" <craigberry@mac.com>
37411              Date: Mon, 18 Jun 2001 16:04:38 -0500
37412              Message-Id: <5.1.0.14.0.20010618154549.0318c090@mail.mac.com>
37413      Branch: perl
37414            ! configure.com
37415 ____________________________________________________________________________
37416 [ 10692] By: jhi                                   on 2001/06/18  22:30:43
37417         Log: Subject: PL_nullstash + perl_clone()
37418              From: Doug MacEachern <dougm@covalent.net>
37419              Date: Mon, 18 Jun 2001 16:24:22 -0700 (PDT)
37420              Message-ID: <Pine.LNX.4.21.0106181621040.11974-100000@mako.covalent.net>
37421      Branch: perl
37422            ! sv.c
37423 ____________________________________________________________________________
37424 [ 10691] By: jhi                                   on 2001/06/18  22:26:20
37425         Log: Subject: Re: [PATCH 5.7.1] sv.c documentation
37426              From: davem@fdgroup.co.uk
37427              Date: Mon, 18 Jun 2001 21:29:45 +0100 (BST)
37428              Message-Id: <200106182029.VAA06503@gizmo.fdgroup.co.uk>
37429      Branch: perl
37430            ! embed.pl pod/perlapi.pod
37431 ____________________________________________________________________________
37432 [ 10690] By: jhi                                   on 2001/06/18  22:17:05
37433         Log: More cross-compilation defaults gleaned from -Dcc
37434              if it is CPU-OS-gcc.
37435      Branch: metaconfig
37436            ! U/modified/libc.U
37437      Branch: metaconfig/U/perl
37438            ! Cross.U
37439      Branch: perl
37440            ! Configure INSTALL
37441 ____________________________________________________________________________
37442 [ 10689] By: jhi                                   on 2001/06/18  13:59:47
37443         Log: Update Changes.
37444      Branch: perl
37445            ! Changes patchlevel.h
37446 ____________________________________________________________________________
37447 [ 10688] By: jhi                                   on 2001/06/18  13:44:18
37448         Log: Subject: [PATCH 5.7.1] sv.c documentation
37449              From: davem@fdgroup.co.uk
37450              Date: Mon, 18 Jun 2001 00:47:52 +0100 (BST)
37451              Message-Id: <200106172347.AAA05475@gizmo.fdgroup.co.uk>
37452      Branch: perl
37453            ! embed.pl pod/perlapi.pod pod/perlguts.pod pod/perlintern.pod
37454            ! sv.c sv.h
37455 ____________________________________________________________________________
37456 [ 10687] By: jhi                                   on 2001/06/18  13:38:03
37457         Log: Subject: [PATCH bleadperl DOC] $@ Clarification in pod/perlvar.pod
37458              From: "Jon Gunnip" <jongunnip@hotmail.com>
37459              Date: Sun, 17 Jun 2001 18:24:29 -0400
37460              Message-ID: <F136EXUIEAOeIiGXix40000e3a7@hotmail.com>
37461      Branch: perl
37462            ! pod/perlvar.pod
37463 ____________________________________________________________________________
37464 [ 10686] By: jhi                                   on 2001/06/18  13:32:13
37465         Log: Move the locale/strict/warnings helper files back
37466              under the t/lib; this way the amount of non-installabled
37467              stuff under lib/ stays smaller.
37468      Branch: perl
37469            + t/lib/locale/latin1 t/lib/locale/utf8 t/lib/strict/refs
37470            + t/lib/strict/subs t/lib/strict/vars t/lib/warnings/1global
37471            + t/lib/warnings/2use t/lib/warnings/3both t/lib/warnings/4lint
37472            + t/lib/warnings/5nolint t/lib/warnings/6default
37473            + t/lib/warnings/7fatal t/lib/warnings/8signal
37474            + t/lib/warnings/9enabled t/lib/warnings/av t/lib/warnings/doio
37475            + t/lib/warnings/doop t/lib/warnings/gv t/lib/warnings/hv
37476            + t/lib/warnings/malloc t/lib/warnings/mg t/lib/warnings/op
37477            + t/lib/warnings/perl t/lib/warnings/perlio t/lib/warnings/perly
37478            + t/lib/warnings/pp t/lib/warnings/pp_ctl t/lib/warnings/pp_hot
37479            + t/lib/warnings/pp_sys t/lib/warnings/regcomp
37480            + t/lib/warnings/regexec t/lib/warnings/run t/lib/warnings/sv
37481            + t/lib/warnings/taint t/lib/warnings/toke
37482            + t/lib/warnings/universal t/lib/warnings/utf8
37483            + t/lib/warnings/util
37484            - lib/locale/latin1 lib/locale/utf8 lib/strict/refs
37485            - lib/strict/subs lib/strict/vars lib/warnings/1global
37486            - lib/warnings/2use lib/warnings/3both lib/warnings/4lint
37487            - lib/warnings/5nolint lib/warnings/6default lib/warnings/7fatal
37488            - lib/warnings/8signal lib/warnings/9enabled lib/warnings/av
37489            - lib/warnings/doio lib/warnings/doop lib/warnings/gv
37490            - lib/warnings/hv lib/warnings/malloc lib/warnings/mg
37491            - lib/warnings/op lib/warnings/perl lib/warnings/perlio
37492            - lib/warnings/perly lib/warnings/pp lib/warnings/pp_ctl
37493            - lib/warnings/pp_hot lib/warnings/pp_sys lib/warnings/regcomp
37494            - lib/warnings/regexec lib/warnings/run lib/warnings/sv
37495            - lib/warnings/taint lib/warnings/toke lib/warnings/universal
37496            - lib/warnings/utf8 lib/warnings/util
37497            ! MANIFEST installperl lib/locale.t lib/strict.t
37498 ____________________________________________________________________________
37499 [ 10685] By: jhi                                   on 2001/06/18  13:11:49
37500         Log: Split off the pack/unpack code, from Nicholas Clark.
37501      Branch: perl
37502            + pp_pack.c
37503            ! MANIFEST Makefile.SH Makefile.micro cflags.SH embed.h embed.pl
37504            ! objXSUB.h perlapi.c pod/perlhack.pod pp.c proto.h
37505            ! vms/descrip_mms.template win32/Makefile win32/makefile.mk
37506 ____________________________________________________________________________
37507 [ 10684] By: jhi                                   on 2001/06/18  12:25:55
37508         Log: Guard the SysV IPC tests against being invoked in
37509              SysV-IPC-less places.
37510      Branch: perl
37511            ! ext/IPC/SysV/t/msg.t ext/IPC/SysV/t/sem.t
37512 ____________________________________________________________________________
37513 [ 10683] By: nick                                  on 2001/06/18  12:24:42
37514         Log: Integrate mainline (new test scheme now ok on Linux).
37515      Branch: perlio
37516           +> lib/warnings.t
37517           !> dump.c sv.c
37518 ____________________________________________________________________________
37519 [ 10682] By: jhi                                   on 2001/06/18  12:20:50
37520         Log: Add the locale.c and numeric.c to the microperl sources.
37521      Branch: perl
37522            ! Makefile.micro win32/Makefile
37523 ____________________________________________________________________________
37524 [ 10681] By: jhi                                   on 2001/06/18  11:57:45
37525         Log: Subject: [PATCH dump.c] FLAGS = (...,OUR,TYPED,...)
37526              From: Abhijit Menon-Sen <ams@wiw.org>
37527              Date: Mon, 18 Jun 2001 14:23:44 +0530
37528              Message-ID: <20010618142344.A13136@lustre.linux.in>
37529      Branch: perl
37530            ! dump.c
37531 ____________________________________________________________________________
37532 [ 10680] By: jhi                                   on 2001/06/18  11:56:12
37533         Log: Subject: Re: [PATCH] more anonymous stash cleanups
37534              From: Abhijit Menon-Sen <ams@wiw.org>
37535              Date: Mon, 18 Jun 2001 15:50:32 +0530
37536              Message-ID: <20010618155032.A13223@lustre.linux.in>
37537              
37538              Plus the comment left in as suggested by NI-S.
37539      Branch: perl
37540            ! sv.c
37541 ____________________________________________________________________________
37542 [ 10679] By: jhi                                   on 2001/06/18  11:49:27
37543         Log: One missed file.
37544      Branch: perl
37545            + lib/warnings.t
37546 ____________________________________________________________________________
37547 [ 10678] By: nick                                  on 2001/06/18  08:05:29
37548         Log: Integrate mainline (part2 - the deletes)
37549      Branch: perlio
37550            - lib/Text/Abbrev/t/abbrev.t t/lib/anydbm.t t/lib/b-stash.t
37551            - t/lib/bigfltpm.t t/lib/bigintpm.t t/lib/cwd.t t/lib/db-btree.t
37552            - t/lib/db-hash.t t/lib/db-recno.t t/lib/extutils.t
37553            - t/lib/filefind.t t/lib/filehand.t t/lib/filter-util.t
37554            - t/lib/findtaint.t t/lib/ftmp-security.t t/lib/gdbm.t
37555            - t/lib/glob-basic.t t/lib/glob-case.t t/lib/io_dup.t
37556            - t/lib/io_poll.t t/lib/io_sel.t t/lib/io_taint.t t/lib/mbimbf.t
37557            - t/lib/ndbm.t t/lib/net-hostent.t t/lib/odbm.t t/lib/open2.t
37558            - t/lib/open3.t t/lib/posix.t t/lib/sdbm.t t/lib/sigaction.t
37559            - t/lib/syslfs.t t/pragma/locale.t t/pragma/strict.t
37560            - t/pragma/subs.t t/pragma/warn/mg t/pragma/warnings.t
37561 ____________________________________________________________________________
37562 [ 10677] By: nick                                  on 2001/06/18  08:04:44
37563         Log: Integrate mainline (part1)
37564      Branch: perlio
37565           +> (branch 376 files)
37566            - (delete 219 files)
37567           !> (integrate 151 files)
37568 ____________________________________________________________________________
37569 [ 10676] By: jhi                                   on 2001/06/18  04:17:15
37570         Log: The Grand Trek: move the *.t files from t/ to lib/ and ext/.
37571              No doubt I made some mistakes like missed some files or
37572              misnamed some files.  The naming rules were more or less:
37573              (1) if the module is from CPAN, follows its ways, be it
37574              t/*.t or test.pl.
37575              (2) otherwise if there are multiple tests for a module
37576              put them in a t/
37577              (3) otherwise if there's only one test put it in Module.t
37578              (4) helper files go to module/ (locale, strict, warnings)
37579              (5) use longer filenames now that we can (but e.g. the
37580              compat-0.6.t and the Text::Balanced test files still
37581              were renamed to be more civil against the 8.3 people)
37582              installperl was updated appropriately not to install the
37583              *.t files or the help files from under lib.
37584              
37585              TODO: some helper files still remain under t/ that could
37586              follow their 'masters'.  UPDATE: On second thoughts, why
37587              should they.  They can continue to live under t/lib, and
37588              in fact the locale/strict/warnings helpers that were moved
37589              could be moved back.  This way the amount of non-installable
37590              stuff under lib/ stays smaller.
37591      Branch: perl
37592            + (add 253 files)
37593            - (delete 254 files)
37594            ! MANIFEST installperl lib/Test/Harness.pm t/TEST t/harness
37595 ____________________________________________________________________________
37596 [ 10675] By: jhi                                   on 2001/06/18  03:15:02
37597         Log: The warning no more comes from util.c, it comes from numeric.c.
37598      Branch: perl
37599            ! README.tru64
37600 ____________________________________________________________________________
37601 [ 10674] By: jhi                                   on 2001/06/18  00:56:22
37602         Log: Subject: Re: anyone good at casting spells?
37603              From: Spider Boardman <spider@Orb.Nashua.NH.US>
37604              Date: Sun, 17 Jun 2001 21:21:04 -0400
37605              Message-Id: <200106180121.VAA10195@Orb.Nashua.NH.US> 
37606      Branch: perl
37607            ! ext/POSIX/POSIX.xs hv.h
37608 ____________________________________________________________________________
37609 [ 10673] By: jhi                                   on 2001/06/17  22:24:53
37610         Log: Protect the (original) thread tests against testing if no 5.005
37611              threads have been configured.
37612      Branch: perl
37613            ! ext/Thread/create.t ext/Thread/die.t ext/Thread/die2.t
37614            ! ext/Thread/io.t ext/Thread/join.t ext/Thread/join2.t
37615            ! ext/Thread/list.t ext/Thread/lock.t ext/Thread/queue.t
37616            ! ext/Thread/specific.t ext/Thread/sync.t ext/Thread/sync2.t
37617            ! ext/Thread/unsync.t ext/Thread/unsync2.t ext/Thread/unsync3.t
37618            ! ext/Thread/unsync4.t
37619 ____________________________________________________________________________
37620 [ 10672] By: jhi                                   on 2001/06/17  22:09:28
37621         Log: Try the new test scanning scheme on Text::Abbrev.
37622      Branch: perl
37623            + lib/Text/Abbrev.t
37624            - lib/Text/Abbrev/t/abbrev.t
37625            ! MANIFEST
37626 ____________________________________________________________________________
37627 [ 10671] By: jhi                                   on 2001/06/17  22:07:08
37628         Log: Change the scan policy of the *.t and test.pl files,
37629              now the *.t do not need to live in a t/ directory.
37630      Branch: perl
37631            ! t/TEST t/harness
37632 ____________________________________________________________________________
37633 [ 10670] By: jhi                                   on 2001/06/17  20:32:35
37634         Log: Subject: [PATCH perlfaq7.pod] fix dangling L<perlobj/"WARNING">
37635              From: Ilmari Karonen <iltzu@sci.fi>
37636              Date: Mon, 18 Jun 2001 00:30:21 +0300 (EET DST)
37637              Message-ID: <Pine.SOL.3.96.1010618002009.6629A-100000@simpukka>
37638      Branch: perl
37639            ! pod/perlfaq7.pod
37640 ____________________________________________________________________________
37641 [ 10669] By: jhi                                   on 2001/06/17  20:30:22
37642         Log: Quench the warnings from Tru64; the HP-UX is still
37643              broken because it really, REALLY, doesn't like the
37644              HvARRAY() being lvalue:
37645              
37646              cc: "hv.c", line 192: warning 524: Cast (non-lvalue) appears on left-hand side of assignment.
37647              cc: "hv.c", line 192: error 1549: Modifiable lvalue required for assignment operator.
37648      Branch: perl
37649            ! hv.c
37650 ____________________________________________________________________________
37651 [ 10668] By: jhi                                   on 2001/06/17  19:13:24
37652         Log: Integrate change #10667 from maintperl:
37653              
37654              change#10449 broke the special-case that makes lexicals inside the
37655              eval"" within DB::DB() visible
37656      Branch: perl
37657           !> op.c
37658 ____________________________________________________________________________
37659 [ 10667] By: gsar                                  on 2001/06/17  19:08:27
37660         Log: change#10449 broke the special-case that makes lexicals inside the
37661              eval"" within DB::DB() visible
37662      Branch: maint-5.6/perl
37663            ! op.c
37664 ____________________________________________________________________________
37665 [ 10666] By: jhi                                   on 2001/06/17  17:50:07
37666         Log: Still spurious output; indent the code a bit.
37667              
37668              TODO1: separate the utility functions like MkDir
37669              into a helper script?
37670              
37671              TODO2: I see a lot of repetition in the filepath()
37672              and dirpath() calls.
37673      Branch: perl
37674            ! t/lib/filefind.t t/lib/findtaint.t
37675 ____________________________________________________________________________
37676 [ 10665] By: jhi                                   on 2001/06/17  16:59:42
37677         Log: Regen modlib, toc.
37678      Branch: perl
37679            ! pod/perlmodlib.pod pod/perltoc.pod
37680 ____________________________________________________________________________
37681 [ 10664] By: jhi                                   on 2001/06/17  16:55:28
37682         Log: Add libnetcfg to perlutil.
37683      Branch: perl
37684            ! pod/perlutil.pod
37685 ____________________________________________________________________________
37686 [ 10663] By: jhi                                   on 2001/06/17  16:53:29
37687         Log: Initial integration of libnet-1.0703.
37688              The Configure script renamed as libnetcfg, will be
37689              installed along other utilities.
37690      Branch: perl
37691            + lib/Net/ChangeLog.libnet lib/Net/Cmd.pm lib/Net/Config.eg
37692            + lib/Net/Config.pm lib/Net/Domain.pm lib/Net/DummyInetd.pm
37693            + lib/Net/FTP.pm lib/Net/FTP/A.pm lib/Net/FTP/E.pm
37694            + lib/Net/FTP/I.pm lib/Net/FTP/L.pm lib/Net/FTP/dataconn.pm
37695            + lib/Net/Hostname.eg lib/Net/NNTP.pm lib/Net/Netrc.pm
37696            + lib/Net/PH.pm lib/Net/POP3.pm lib/Net/README.config
37697            + lib/Net/README.libnet lib/Net/SMTP.pm lib/Net/SNPP.pm
37698            + lib/Net/Time.pm lib/Net/demos/ftp lib/Net/demos/inetd
37699            + lib/Net/demos/nntp lib/Net/demos/nntp.mirror
37700            + lib/Net/demos/pop3 lib/Net/demos/smtp.self lib/Net/demos/snpp
37701            + lib/Net/demos/time lib/Net/libnet.ppd lib/Net/libnetFAQ.pod
37702            + lib/Net/t/ftp.t lib/Net/t/hostname.t lib/Net/t/nntp.t
37703            + lib/Net/t/ph.t lib/Net/t/require.t lib/Net/t/smtp.t
37704            + utils/libnetcfg.PL
37705            ! MANIFEST utils.lst utils/Makefile
37706 ____________________________________________________________________________
37707 [ 10662] By: jhi                                   on 2001/06/17  15:37:32
37708         Log: Less potentially test-harness-confusing output.
37709      Branch: perl
37710            ! lib/Memoize/t/expire_module_t.t
37711 ____________________________________________________________________________
37712 [ 10661] By: jhi                                   on 2001/06/17  15:31:04
37713         Log: The final print annoys make test.
37714      Branch: perl
37715            ! t/lib/filefind.t t/lib/findtaint.t
37716 ____________________________________________________________________________
37717 [ 10660] By: jhi                                   on 2001/06/17  14:00:21
37718         Log: Add an option for handling dangling symbolic links.
37719      Branch: perl
37720            ! lib/File/Find.pm t/lib/filefind.t
37721 ____________________________________________________________________________
37722 [ 10659] By: jhi                                   on 2001/06/17  13:45:48
37723         Log: Subject: Re: [MacPerl-Porters] Re: [PATCH] File::Find for bleadperl, Mac OS  etc.
37724              From: Thomas Wegner <wegner_thomas@yahoo.com>
37725              Date: Sun, 17 Jun 2001 14:43:11 +0200
37726              Message-Id: <p04320400b751fb74714a@[149.225.10.45]>
37727      Branch: perl
37728            + t/lib/findtaint.t
37729            ! MANIFEST lib/File/Find.pm t/lib/filefind.t
37730 ____________________________________________________________________________
37731 [ 10658] By: jhi                                   on 2001/06/17  13:13:25
37732         Log: Subject: [PATCH ExtUtils/MM_Unix.pm perl@10654] Remove tmon.out in make clean
37733              From: Jonathan Stowe <gellyfish@gellyfish.com>
37734              Date: Sun, 17 Jun 2001 11:26:21 +0100 (BST)
37735              Message-ID: <Pine.LNX.4.33.0106171120540.28753-100000@orpheus.gellyfish.com>
37736      Branch: perl
37737            ! lib/ExtUtils/MM_Unix.pm
37738 ____________________________________________________________________________
37739 [ 10657] By: jhi                                   on 2001/06/17  13:12:25
37740         Log: Subject: [PATCH] more anonymous stash cleanups
37741              From: Abhijit Menon-Sen <ams@wiw.org>
37742              Date: Sun, 17 Jun 2001 11:44:06 +0530
37743              Message-ID: <20010617114406.A25203@lustre.linux.in>
37744      Branch: perl
37745            ! op.c
37746 ____________________________________________________________________________
37747 [ 10656] By: jhi                                   on 2001/06/17  13:11:11
37748         Log: Subject: [PATCH #1/7] xhv_array (was Re: Using xhv_foo instead of HvFOO)
37749              From: Abhijit Menon-Sen <ams@wiw.org>
37750              Date: Sun, 17 Jun 2001 08:02:59 +0530
37751              Message-ID: <20010617080259.A28776@lustre.linux.in>
37752              
37753              Subject: [PATCH #2/7] xhv_eiter
37754              From: Abhijit Menon-Sen <ams@wiw.org>
37755              Date: Sun, 17 Jun 2001 08:13:18 +0530
37756              Message-ID: <20010617081318.B28776@lustre.linux.in>
37757              
37758              Subject: [PATCH #3/7] xhv_fill
37759              From: Abhijit Menon-Sen <ams@wiw.org>
37760              Date: Sun, 17 Jun 2001 08:25:16 +0530
37761              Message-ID: <20010617082516.C28776@lustre.linux.in>
37762              
37763              Subject: [PATCH #4/7] xhv_keys
37764              From: Abhijit Menon-Sen <ams@wiw.org>
37765              Date: Sun, 17 Jun 2001 08:36:17 +0530
37766              Message-ID: <20010617083617.D28776@lustre.linux.in>
37767              
37768              Subject: [PATCH #5/7] xhv_max
37769              From: Abhijit Menon-Sen <ams@wiw.org>
37770              Date: Sun, 17 Jun 2001 08:39:48 +0530
37771              Message-ID: <20010617083948.E28776@lustre.linux.in>
37772              
37773              Subject: [PATCH #6,7/7] xhv_pmroot, xhv_riter
37774              From: Abhijit Menon-Sen <ams@wiw.org>
37775              Date: Sun, 17 Jun 2001 08:51:11 +0530
37776              Message-ID: <20010617085111.F28776@lustre.linux.in>
37777      Branch: perl
37778            ! hv.c
37779 ____________________________________________________________________________
37780 [ 10655] By: jhi                                   on 2001/06/16  23:32:03
37781         Log: Update Changes.
37782      Branch: perl
37783            ! Changes patchlevel.h
37784 ____________________________________________________________________________
37785 [ 10654] By: jhi                                   on 2001/06/16  23:18:37
37786         Log: Subject: [PATCH] Re: DYNAMIC_ENV_FETCH HvNAME abuse.
37787              From: Abhijit Menon-Sen <ams@wiw.org>
37788              Date: Sat, 16 Jun 2001 07:41:19 +0530
37789              Message-ID: <20010616074119.A24720@lustre.linux.in>
37790      Branch: perl
37791            ! hv.c perl.c vms/vmsish.h win32/win32.h
37792 ____________________________________________________________________________
37793 [ 10653] By: jhi                                   on 2001/06/16  23:15:11
37794         Log: Document tests failing when threaded, since we now have more.
37795      Branch: perl
37796            ! pod/perl572delta.pod
37797 ____________________________________________________________________________
37798 [ 10652] By: jhi                                   on 2001/06/16  23:12:19
37799         Log: -Wall cleanup.
37800      Branch: perl
37801            ! ext/Thread/Thread.xs
37802 ____________________________________________________________________________
37803 [ 10651] By: jhi                                   on 2001/06/16  23:06:55
37804         Log: pthread_attr_setstacksize() isn't absolutely necessary
37805              to call, only iff THREAD_CREATE_NEEDS_STACK.
37806      Branch: perl
37807            ! ext/Thread/Thread.xs
37808 ____________________________________________________________________________
37809 [ 10650] By: jhi                                   on 2001/06/16  22:58:48
37810         Log: -Wall strays.
37811      Branch: perl
37812            ! perl.c util.c
37813 ____________________________________________________________________________
37814 [ 10649] By: jhi                                   on 2001/06/16  22:47:40
37815         Log: Add workaround for Darwin's (Mac OS X's) INT32_MIN
37816              (and INT64_MIN) brokenness.
37817      Branch: perl
37818            ! hints/darwin.sh perl.h
37819 ____________________________________________________________________________
37820 [ 10648] By: jhi                                   on 2001/06/16  22:27:48
37821         Log: Subject: [PATCH] Re: [PATCH] Re: perl@10611
37822              From: Nicholas Clark <nick@ccl4.org>
37823              Date: Sun, 17 Jun 2001 00:16:05 +0100
37824              Message-ID: <20010617001605.V98663@plum.flirble.org>
37825      Branch: perl
37826            ! ext/Fcntl/Fcntl.xs ext/Fcntl/Makefile.PL ext/File/Glob/Glob.pm
37827            ! ext/File/Glob/Glob.xs ext/File/Glob/Makefile.PL
37828            ! lib/ExtUtils/Constant.pm t/lib/extutils.t
37829 ____________________________________________________________________________
37830 [ 10647] By: jhi                                   on 2001/06/16  22:24:47
37831         Log: Add perlnetware to docs; regen toc; supply skeleton
37832              docs for some Memoize submodules.
37833      Branch: perl
37834            ! lib/Memoize/AnyDBM_File.pm lib/Memoize/ExpireFile.pm
37835            ! lib/Memoize/ExpireTest.pm lib/Memoize/NDBM_File.pm
37836            ! lib/Memoize/SDBM_File.pm lib/Memoize/Storable.pm
37837            ! pod/buildtoc.PL pod/perl.pod pod/perlport.pod pod/perltoc.pod
37838            ! win32/Makefile win32/makefile.mk
37839 ____________________________________________________________________________
37840 [ 10646] By: jhi                                   on 2001/06/16  22:06:52
37841         Log: pod cleanup.
37842      Branch: perl
37843            ! README.netware
37844 ____________________________________________________________________________
37845 [ 10645] By: jhi                                   on 2001/06/16  21:47:00
37846         Log: Integrate Memoize 0.64.  Few tweaks were required in
37847              the test scripts.  Note that the speed and expire*
37848              tests take several dozen seconds to run.
37849      Branch: perl
37850            + lib/Memoize.pm lib/Memoize/AnyDBM_File.pm
37851            + lib/Memoize/Expire.pm lib/Memoize/ExpireFile.pm
37852            + lib/Memoize/ExpireTest.pm lib/Memoize/NDBM_File.pm
37853            + lib/Memoize/README lib/Memoize/SDBM_File.pm
37854            + lib/Memoize/Saves.pm lib/Memoize/Storable.pm lib/Memoize/TODO
37855            + lib/Memoize/t/array.t lib/Memoize/t/correctness.t
37856            + lib/Memoize/t/errors.t lib/Memoize/t/expire.t
37857            + lib/Memoize/t/expire_file.t lib/Memoize/t/expire_module_n.t
37858            + lib/Memoize/t/expire_module_t.t lib/Memoize/t/flush.t
37859            + lib/Memoize/t/normalize.t lib/Memoize/t/prototype.t
37860            + lib/Memoize/t/speed.t lib/Memoize/t/tie.t
37861            + lib/Memoize/t/tie_gdbm.t lib/Memoize/t/tie_ndbm.t
37862            + lib/Memoize/t/tie_sdbm.t lib/Memoize/t/tie_storable.t
37863            + lib/Memoize/t/tiefeatures.t lib/Memoize/t/unmemoize.t
37864            ! MANIFEST t/lib/1_compile.t
37865 ____________________________________________________________________________
37866 [ 10644] By: jhi                                   on 2001/06/16  20:35:49
37867         Log: Document the cross-compilation options.
37868      Branch: perl
37869            ! Cross/README INSTALL
37870 ____________________________________________________________________________
37871 [ 10643] By: jhi                                   on 2001/06/16  19:46:38
37872         Log: NetWare port from Guruprasad S <SGURUPRASAD@novell.com>.
37873      Branch: perl
37874            + NetWare/CLIBsdio.h NetWare/CLIBstr.h NetWare/CLIBstuf.c
37875            + NetWare/CLIBstuf.h NetWare/Main.c NetWare/Makefile
37876            + NetWare/NWTInfo.c NetWare/NWUtil.c NetWare/Nwmain.c
37877            + NetWare/Nwpipe.c NetWare/bat/BldNWExt.bat
37878            + NetWare/bat/Buildtype.bat NetWare/bat/MPKBuild.bat
37879            + NetWare/bat/SetNWBld.bat NetWare/bat/Setmpksdk.bat
37880            + NetWare/bat/Setnlmsdk.bat NetWare/bat/Setwatcom.bat
37881            + NetWare/bat/ToggleD2.bat NetWare/bat/ToggleXDC.bat
37882            + NetWare/config.wc NetWare/config_H.wc NetWare/config_h.PL
37883            + NetWare/config_sh.PL NetWare/deb.h NetWare/dl_netware.xs
37884            + NetWare/intdef.h NetWare/interface.c NetWare/interface.h
37885            + NetWare/iperlhost.h NetWare/netware.h NetWare/nw5.c
37886            + NetWare/nw5iop.h NetWare/nw5sck.c NetWare/nw5sck.h
37887            + NetWare/nw5thread.c NetWare/nw5thread.h NetWare/nwperlsys.c
37888            + NetWare/nwperlsys.h NetWare/nwpipe.h NetWare/nwplglob.c
37889            + NetWare/nwplglob.h NetWare/nwtinfo.h NetWare/nwutil.h
37890            + NetWare/t/NWModify.pl NetWare/t/NWScripts.pl
37891            + NetWare/t/Readme.txt NetWare/testnlm/echo/echo.c
37892            + NetWare/testnlm/type/type.c NetWare/win32ish.h README.netware
37893            + lib/ExtUtils/MM_NW5.pm
37894            ! MANIFEST XSUB.h dosish.h ext/Errno/Errno_pm.PL ext/IO/IO.xs
37895            ! ext/POSIX/POSIX.xs ext/Socket/Socket.xs installperl iperlsys.h
37896            ! lib/AutoLoader.pm lib/AutoSplit.pm lib/ExtUtils/MakeMaker.pm
37897            ! lib/File/Copy.pm lib/File/Find.pm lib/perl5db.pl makedef.pl
37898            ! perl.c perl.h perlio.c perlio.h pp_sys.c t/comp/multiline.t
37899            ! t/comp/script.t t/io/argv.t t/io/dup.t t/io/fs.t
37900            ! t/io/inplace.t t/io/iprefix.t t/io/tell.t t/lib/anydbm.t
37901            ! t/lib/b-stash.t t/lib/cwd.t t/lib/db-btree.t t/lib/db-hash.t
37902            ! t/lib/db-recno.t t/lib/filehand.t t/lib/filter-util.t
37903            ! t/lib/ftmp-security.t t/lib/gdbm.t t/lib/glob-basic.t
37904            ! t/lib/glob-case.t t/lib/io_dup.t t/lib/io_poll.t
37905            ! t/lib/io_sel.t t/lib/io_taint.t t/lib/ndbm.t
37906            ! t/lib/net-hostent.t t/lib/odbm.t t/lib/open2.t t/lib/open3.t
37907            ! t/lib/posix.t t/lib/sdbm.t t/lib/sigaction.t t/lib/syslfs.t
37908            ! t/op/anonsub.t t/op/closure.t t/op/die_exit.t t/op/exec.t
37909            ! t/op/fork.t t/op/goto.t t/op/groups.t t/op/lfs.t t/op/magic.t
37910            ! t/op/misc.t t/op/rand.t t/op/runlevel.t t/op/split.t
37911            ! t/op/stat.t t/op/sysio.t t/op/taint.t t/op/write.t
37912            ! t/pragma/locale.t t/pragma/strict.t t/pragma/subs.t
37913            ! t/pragma/warn/mg t/pragma/warnings.t thread.h toke.c util.c
37914            ! util.h x2p/a2py.c
37915 ____________________________________________________________________________
37916 [ 10642] By: jhi                                   on 2001/06/16  19:16:04
37917         Log: Resort MANIFEST.
37918      Branch: perl
37919            ! MANIFEST
37920 ____________________________________________________________________________
37921 [ 10641] By: jhi                                   on 2001/06/16  18:52:26
37922         Log: Integrate perlio.
37923      Branch: perl
37924           +> win32/win32io.c
37925           !> MANIFEST perlio.c perliol.h win32/makefile.mk
37926 ____________________________________________________________________________
37927 [ 10640] By: nick                                  on 2001/06/16  18:38:31
37928         Log: Disable :win32 layer as default till I get it working
37929      Branch: perlio
37930            ! MANIFEST perlio.c
37931 ____________________________________________________________________________
37932 [ 10639] By: jhi                                   on 2001/06/16  18:35:46
37933         Log: Try the new scheme by moving the Text::Abbrev test
37934              to a new place under lib.
37935      Branch: perl
37936            + lib/Text/Abbrev/t/abbrev.t
37937            - t/lib/abbrev.t
37938            ! MANIFEST
37939 ____________________________________________________________________________
37940 [ 10638] By: jhi                                   on 2001/06/16  18:34:30
37941         Log: Make the code even more dynamical so that testname
37942              suffix length can change.
37943      Branch: perl
37944            ! lib/Test/Harness.pm t/TEST
37945 ____________________________________________________________________________
37946 [ 10637] By: jhi                                   on 2001/06/16  18:16:28
37947         Log: Allow for deeper t/ and also a single test.pl.
37948      Branch: perl
37949            ! t/TEST t/harness
37950 ____________________________________________________________________________
37951 [ 10636] By: jhi                                   on 2001/06/16  18:13:59
37952         Log: #define fix from Nicholas Clark.
37953      Branch: perl
37954            ! ext/POSIX/POSIX.xs
37955 ____________________________________________________________________________
37956 [ 10635] By: jhi                                   on 2001/06/16  17:50:43
37957         Log: Initialization is nice.
37958      Branch: perl
37959            ! lib/Test/Harness.pm
37960 ____________________________________________________________________________
37961 [ 10634] By: jhi                                   on 2001/06/16  17:38:53
37962         Log: Make t/TEST and t/harness to test also the t/ tests
37963              under the main lib/ and ext/ directories.  Fix Test::Harness
37964              to dynamically change the width of its "foo/bar....ok" output.
37965      Branch: perl
37966            ! lib/Test/Harness.pm t/TEST t/TestInit.pm t/harness
37967 ____________________________________________________________________________
37968 [ 10633] By: jhi                                   on 2001/06/16  16:58:57
37969         Log: Subject: [PATCH] Re: perl@10611 
37970              From: Nicholas Clark <nick@ccl4.org>
37971              Date: Sat, 16 Jun 2001 16:52:47 +0100
37972              Message-ID: <20010616165247.O98663@plum.flirble.org>
37973              
37974              The .xs parts, too.
37975      Branch: perl
37976            ! ext/GDBM_File/GDBM_File.xs ext/POSIX/POSIX.xs
37977            ! ext/Socket/Socket.xs ext/Sys/Syslog/Syslog.xs
37978 ____________________________________________________________________________
37979 [ 10632] By: nick                                  on 2001/06/16  16:44:35
37980         Log: Work-in-progress win32 layer semi-functional, checking 
37981              for UNIX breakage.
37982      Branch: perlio
37983            ! perlio.c perliol.h win32/makefile.mk win32/win32io.c
37984 ____________________________________________________________________________
37985 [ 10631] By: jhi                                   on 2001/06/16  16:40:30
37986         Log: Subject: [PATCH] Re: perl@10611 
37987              From: Nicholas Clark <nick@ccl4.org>
37988              Date: Sat, 16 Jun 2001 16:52:47 +0100
37989              Message-ID: <20010616165247.O98663@plum.flirble.org>
37990      Branch: perl
37991            ! ext/GDBM_File/GDBM_File.xs ext/GDBM_File/Makefile.PL
37992            ! ext/POSIX/Makefile.PL ext/POSIX/POSIX.xs
37993            ! ext/Socket/Makefile.PL ext/Socket/Socket.xs
37994            ! ext/Sys/Syslog/Makefile.PL ext/Sys/Syslog/Syslog.xs
37995            ! lib/ExtUtils/Constant.pm
37996 ____________________________________________________________________________
37997 [ 10630] By: jhi                                   on 2001/06/16  15:11:38
37998         Log: Metaconfig unit change for #10629.
37999      Branch: metaconfig
38000            ! U/modified/Finish.U
38001 ____________________________________________________________________________
38002 [ 10629] By: jhi                                   on 2001/06/16  15:11:10
38003         Log: The extraction changed directories.
38004      Branch: perl
38005            ! Configure
38006 ____________________________________________________________________________
38007 [ 10628] By: jhi                                   on 2001/06/16  14:59:38
38008         Log: Math::BigInt 1.35 from Tels.
38009      Branch: perl
38010            + t/lib/mbimbf.t
38011            ! MANIFEST lib/Math/BigFloat.pm lib/Math/BigInt.pm
38012            ! t/lib/bigfltpm.t t/lib/bigintpm.t
38013 ____________________________________________________________________________
38014 [ 10627] By: nick                                  on 2001/06/16  14:54:52
38015         Log: Work in progress UNIX-side edit of win32 PerLIO layer
38016      Branch: perlio
38017            + win32/win32io.c
38018            ! perlio.c win32/makefile.mk
38019 ____________________________________________________________________________
38020 [ 10626] By: jhi                                   on 2001/06/16  14:01:50
38021         Log: Subject: [PATCH 5.6.1] os2/diff-configure
38022              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
38023              Date: Fri, 15 Jun 2001 01:19:36 -0400
38024              Message-ID: <20010615011936.A26982@math.ohio-state.edu>
38025              
38026              Empty all of it because I think #10624 made even the
38027              last patch hunk unnecessary.
38028      Branch: perl
38029            ! os2/diff.configure
38030 ____________________________________________________________________________
38031 [ 10625] By: jhi                                   on 2001/06/16  13:58:34
38032         Log: Metaconfig unit change for 10624.
38033      Branch: metaconfig
38034            ! U/modified/libc.U
38035      Branch: perl
38036            ! config_h.SH
38037 ____________________________________________________________________________
38038 [ 10624] By: jhi                                   on 2001/06/16  13:58:13
38039         Log: Move the initialization of libnames to the beginning so
38040              that can one 'seed' it (as OS/2 does.)
38041      Branch: perl
38042            ! Configure
38043 ____________________________________________________________________________
38044 [ 10623] By: jhi                                   on 2001/06/16  13:47:54
38045         Log: Subject: [PATCH 5.6.1] OS2::DLL patch
38046              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
38047              Date: Fri, 15 Jun 2001 19:10:57 -0400
38048              Message-ID: <20010615191057.A8050@math.ohio-state.edu>
38049      Branch: perl
38050            ! os2/OS2/REXX/DLL/DLL.pm
38051 ____________________________________________________________________________
38052 [ 10622] By: jhi                                   on 2001/06/16  13:29:42
38053         Log: Subject: [PATCH perl@10611] make VMS find util.c's offspring 
38054              From: "Craig A. Berry" <craigberry@mac.com>
38055              Date: Fri, 15 Jun 2001 17:00:03 -0500
38056              Message-Id: <a05101007b750342599be@[172.16.52.1]>
38057      Branch: perl
38058            ! vms/descrip_mms.template
38059 ____________________________________________________________________________
38060 [ 10621] By: jhi                                   on 2001/06/16  13:28:37
38061         Log: Subject: [PATCH perl@10611] get extutils.t working on VMS (again)
38062              From: "Craig A. Berry" <craigberry@mac.com>
38063              Date: Fri, 15 Jun 2001 18:39:42 -0500
38064              Message-Id: <a05101008b7503dc9dc2f@[172.16.52.1]>
38065      Branch: perl
38066            ! lib/File/Spec/VMS.pm t/lib/extutils.t
38067 ____________________________________________________________________________
38068 [ 10620] By: jhi                                   on 2001/06/16  13:25:06
38069         Log: Integrate perlio.
38070      Branch: perl
38071           !> embed.h embed.pl lib/open.pm perl.c perlio.c proto.h
38072           !> t/io/utf8.t t/lib/io_scalar.t
38073 ____________________________________________________________________________
38074 [ 10619] By: nick                                  on 2001/06/15  21:05:19
38075         Log: Generated files
38076      Branch: perlio
38077            ! embed.h proto.h
38078 ____________________________________________________________________________
38079 [ 10618] By: nick                                  on 2001/06/15  20:27:42
38080         Log: Fix open.pm to work via XS-implemented method calls rather
38081              than *open::layers variables which caused all the HV/AV hassle.
38082      Branch: perlio
38083            ! embed.pl lib/open.pm perl.c perlio.c t/io/utf8.t
38084            ! t/lib/io_scalar.t
38085 ____________________________________________________________________________
38086 [ 10617] By: jhi                                   on 2001/06/15  18:50:53
38087         Log: Integrate perlio.
38088      Branch: perl
38089           !> lib/ExtUtils/Constant.pm
38090 ____________________________________________________________________________
38091 [ 10616] By: nick                                  on 2001/06/15  18:46:47
38092         Log: pTHX_ / aTHX_ for ExtUtils/Constant.pm
38093      Branch: perlio
38094            ! lib/ExtUtils/Constant.pm
38095 ____________________________________________________________________________
38096 [ 10615] By: jhi                                   on 2001/06/15  18:36:43
38097         Log: Integrate perlio.
38098      Branch: perl
38099           !> ext/Socket/Socket.xs
38100 ____________________________________________________________________________
38101 [ 10614] By: nick                                  on 2001/06/15  18:33:37
38102         Log: MULTIPLICITY fix for Socket.xs
38103      Branch: perlio
38104            ! ext/Socket/Socket.xs
38105 ____________________________________________________________________________
38106 [ 10613] By: jhi                                   on 2001/06/15  16:34:06
38107         Log: Subject: Re: perl@10611
38108              From: Doug MacEachern <dougm@covalent.net>
38109              Date: Fri, 15 Jun 2001 10:10:33 -0700 (PDT)
38110              Message-ID: <Pine.LNX.4.21.0106151007420.10871-100000@mako.covalent.net>
38111      Branch: perl
38112            ! ext/Socket/Socket.xs
38113 ____________________________________________________________________________
38114 [ 10612] By: nick                                  on 2001/06/15  16:14:38
38115         Log: Raw integrate on mainline - MULTIPLICITY issues with Socket.xs
38116      Branch: perlio
38117           !> Changes ext/GDBM_File/GDBM_File.pm ext/GDBM_File/GDBM_File.xs
38118           !> ext/Socket/Socket.pm ext/Socket/Socket.xs
38119           !> lib/ExtUtils/Constant.pm lib/File/Find.pm opcode.pl
38120           !> patchlevel.h perlio.c t/lib/extutils.t t/lib/filefind.t
38121           !> t/lib/gdbm.t t/lib/h2ph.h t/lib/h2ph.pht t/lib/h2ph.t
38122           !> utils/h2ph.PL
38123 ____________________________________________________________________________
38124 [ 10611] By: jhi                                   on 2001/06/15  14:29:04
38125         Log: Update Changes.
38126      Branch: perl
38127            ! Changes patchlevel.h
38128 ____________________________________________________________________________
38129 [ 10610] By: jhi                                   on 2001/06/15  14:20:33
38130         Log: Upping the test count.
38131      Branch: perl
38132            ! t/lib/filefind.t
38133 ____________________________________________________________________________
38134 [ 10609] By: jhi                                   on 2001/06/15  14:13:29
38135         Log: Integrate perlio.
38136      Branch: perl
38137           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
38138 ____________________________________________________________________________
38139 [ 10608] By: jhi                                   on 2001/06/15  14:12:31
38140         Log: Subject: Re: [ID 20010608.010] File::Find re-entrancy
38141              From: andreas.koenig@anima.de (Andreas J. Koenig)
38142              Date: 15 Jun 2001 13:30:39 +0200
38143              Message-ID: <m3hexikmjk.fsf@ak-71.mind.de>
38144              
38145              Record the grim history.
38146      Branch: perl
38147            ! lib/File/Find.pm
38148 ____________________________________________________________________________
38149 [ 10607] By: jhi                                   on 2001/06/15  14:08:19
38150         Log: Subject: Re: [ID 20010608.010] File::Find re-entrancy
38151              From: Brian McCauley <nobull@mail.com>
38152              Date: 15 Jun 2001 07:51:26 +0100
38153              Message-Id: <200106150923.f5F9NpG02725@wcl-l.bham.ac.uk>
38154      Branch: perl
38155            ! lib/File/Find.pm t/lib/filefind.t
38156 ____________________________________________________________________________
38157 [ 10606] By: nick                                  on 2001/06/15  14:00:08
38158         Log: regen_config_h for Win32.
38159      Branch: perlio
38160            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
38161 ____________________________________________________________________________
38162 [ 10605] By: jhi                                   on 2001/06/15  13:49:55
38163         Log: Subject: [PATCH: perl@10576] handle tri graphs in h2ph.PL -> h2ph*
38164              From: Peter Prymmer <pvhp@forte.com>
38165              Date: Thu, 14 Jun 2001 16:25:33 -0700 (PDT)
38166              Message-ID: <Pine.OSF.4.10.10106141608080.110974-100000@aspara.forte.com>
38167      Branch: perl
38168            ! t/lib/h2ph.h t/lib/h2ph.pht t/lib/h2ph.t utils/h2ph.PL
38169 ____________________________________________________________________________
38170 [ 10604] By: jhi                                   on 2001/06/15  13:45:03
38171         Log: Some filesystems require writability for rename/unlink.
38172      Branch: perl
38173            ! opcode.pl
38174 ____________________________________________________________________________
38175 [ 10603] By: jhi                                   on 2001/06/15  13:41:34
38176         Log: Subject: Re: [PATCH} perlio and threading @ 10576 + report 
38177              From: "H.Merijn Brand" <h.m.brand@hccnet.nl> 
38178              Date: Fri, 15 Jun 2001 12:08:53 +0200
38179              Message-Id: <20010615120320.F009.H.M.BRAND@hccnet.nl>
38180      Branch: perl
38181            ! perlio.c
38182 ____________________________________________________________________________
38183 [ 10602] By: jhi                                   on 2001/06/15  13:27:04
38184         Log: Subject: Re: [PATCH] opcode.pl is chmod'ing the original source tree
38185              From: Mike Guy <mjtg@cam.ac.uk>
38186              Date: Fri, 15 Jun 2001 14:11:49 +0100
38187              Message-Id: <E15AtO9-0006Nd-00@draco.cus.cam.ac.uk>
38188      Branch: perl
38189            ! opcode.pl
38190 ____________________________________________________________________________
38191 [ 10601] By: jhi                                   on 2001/06/15  13:21:18
38192         Log: Subject: [PATCH ?] INADDR_ANY INADDR_BROADCAST INADDR_LOOPBACK INADDR_NONE
38193              From: Nicholas Clark <nick@ccl4.org>
38194              Date: Thu, 14 Jun 2001 23:52:56 +0100
38195              Message-ID: <20010614235256.G98663@plum.flirble.org>
38196      Branch: perl
38197            ! ext/Socket/Socket.pm ext/Socket/Socket.xs
38198            ! lib/ExtUtils/Constant.pm t/lib/extutils.t
38199 ____________________________________________________________________________
38200 [ 10600] By: jhi                                   on 2001/06/15  13:16:56
38201         Log: Subject: Re: [PATCH] GDBM_File (wasRe: ext/ + -Wall)
38202              From: Russ Allbery <rra@stanford.edu>
38203              Date: 14 Jun 2001 13:24:43 -0700
38204              Message-ID: <ylzobaizck.fsf@windlord.stanford.edu>
38205      Branch: perl
38206            ! ext/GDBM_File/GDBM_File.pm
38207 ____________________________________________________________________________
38208 [ 10599] By: jhi                                   on 2001/06/15  13:15:26
38209         Log: Subject: [PATCH] GDBM_File (wasRe: ext/ + -Wall)
38210              From: Nicholas Clark <nick@ccl4.org>
38211              Date: Thu, 14 Jun 2001 20:37:47 +0100
38212              Message-ID: <20010614203747.F98663@plum.flirble.org>
38213      Branch: perl
38214            ! ext/GDBM_File/GDBM_File.pm ext/GDBM_File/GDBM_File.xs
38215            ! t/lib/gdbm.t
38216 ____________________________________________________________________________
38217 [ 10598] By: jhi                                   on 2001/06/15  13:13:13
38218         Log: Integrate perlio.
38219      Branch: perl
38220           !> makedef.pl sv.c
38221 ____________________________________________________________________________
38222 [ 10597] By: nick                                  on 2001/06/15  11:08:13
38223         Log: Check that HVs with HvNAME() != NULL are really stashes before
38224              treating them as such. Also be more defensive on the GvCV.
38225              Win32 fork and dprof now working again. 
38226      Branch: perlio
38227            ! sv.c
38228 ____________________________________________________________________________
38229 [ 10596] By: nick                                  on 2001/06/15  10:11:20
38230         Log: Integrate mainline.
38231      Branch: perlio
38232           +> Cross/README
38233           !> Configure Makefile.SH Porting/Glossary Porting/config.sh
38234           !> Porting/config_H config_h.SH configure.com epoc/config.sh
38235           !> hints/linux.sh pod/perltoc.pod uconfig.h uconfig.sh
38236           !> vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
38237           !> vos/config.ga.h win32/config.bc win32/config.gc
38238           !> win32/config.vc win32/config_H.bc win32/config_H.gc
38239           !> win32/config_H.vc
38240 ____________________________________________________________________________
38241 [ 10595] By: nick                                  on 2001/06/15  09:37:17
38242         Log: Skip Perl_my_bcopy in .def file as we do not provide it.
38243              - Win32 (VC++) now builds but fails:
38244              filefind.t - suspect Win32's builtin cwd is not doing insecure dir test
38245              fork.t     - No &___ENV_HV_NAME___::CLONE method ???
38246              write.t    - open(...,"|-") not implemented on Win32 
38247      Branch: perlio
38248            ! makedef.pl
38249 ____________________________________________________________________________
38250 [ 10594] By: jhi                                   on 2001/06/15  00:17:16
38251         Log: Integrate perlio.
38252      Branch: perl
38253           !> perlio.c win32/makefile.mk
38254 ____________________________________________________________________________
38255 [ 10593] By: jhi                                   on 2001/06/15  00:16:44
38256         Log: Metaconfig unit changes for #10592.
38257      Branch: metaconfig
38258            + U/modified/i_varhdr.U U/modified/startsh.U
38259            - U/a_dvisory/crosscompile.U U/target/Target.U
38260            ! U/a_dvisory/intsize.U U/compline/alignbytes.U
38261            ! U/compline/bitpbyte.U U/compline/byteorder.U
38262            ! U/compline/ccflags.U U/compline/charsize.U
38263            ! U/compline/d_casti32.U U/compline/d_castneg.U
38264            ! U/compline/d_closedir.U U/compline/d_fd_set.U
38265            ! U/compline/d_gconvert.U U/compline/d_gnulibc.U
38266            ! U/compline/d_keepsig.U U/compline/d_open3.U
38267            ! U/compline/d_safebcpy.U U/compline/d_safemcpy.U
38268            ! U/compline/d_sanemcmp.U U/compline/d_scannl.U
38269            ! U/compline/d_sgndchr.U U/compline/d_sigsetjmp.U
38270            ! U/compline/d_stdstdio.U U/compline/d_vprintf.U
38271            ! U/compline/doublesize.U U/compline/floatsize.U
38272            ! U/compline/nblock_io.U U/compline/orderlib.U
38273            ! U/compline/ptrsize.U U/compline/ssizetype.U U/ebcdic/ebcdic.U
38274            ! U/modified/Cppsym.U U/modified/Oldconfig.U U/modified/Signal.U
38275            ! U/modified/d_getpgrp.U U/modified/d_longdbl.U
38276            ! U/modified/d_longlong.U U/modified/d_setpgrp.U
38277            ! U/modified/d_strtoul.U U/modified/d_union_semun.U
38278            ! U/modified/spitshell.U U/threads/archname.U
38279            ! U/threads/d_pthreadj.U U/typedefs/gidsign.U
38280            ! U/typedefs/gidsize.U U/typedefs/lseektype.U
38281            ! U/typedefs/pidsign.U U/typedefs/pidsize.U
38282            ! U/typedefs/sizesize.U U/typedefs/ssizesize.U
38283            ! U/typedefs/uidsign.U U/typedefs/uidsize.U
38284      Branch: metaconfig/U/perl
38285            + Cross.U
38286            ! d_dlsymun.U d_fcntl_can_lock.U d_modfl.U d_printfed.U
38287            ! d_strtoll.U d_strtoull.U d_strtouq.U d_u32align.U dlsrc.U
38288            ! fflushall.U fpossize.U gccvers.U i_db.U longdblfio.U
38289            ! need_va_copy.U perlxv.U quadfio.U selectminbits.U
38290            ! stdio_streams.U uselfs.U
38291 ____________________________________________________________________________
38292 [ 10592] By: jhi                                   on 2001/06/15  00:15:52
38293         Log: The first steps towards cross-compilation.
38294              
38295              Abstract execution of compiled test executables with $run,
38296              and abstract transfer of files with $to and $from.
38297              
38298              Under cross-compilation the $run, $to, and $from will point
38299              to appropriate wrapper scripts, by default ssh and scp,
38300              but also rsh, rcp, and cp are supported.  If not
38301              cross-compiling, they will be set to '', ':', and ':',
38302              respectively.
38303              
38304              With these patches I was able to get Configure for
38305              iPAQ ARM Linux on an Intel Linux about 95% right
38306              (only a few tests failed to execute or they produced
38307              incorrect results), and I was able to compile
38308              a functional miniperl.
38309              
38310              The symbol crosscompile renamed to be usecrosscompile,
38311              the corresponding C symbol from CROSSCOMPILE to
38312              USE_CROSS_COMPILE.
38313      Branch: perl
38314            ! Configure Cross/README Makefile.SH Porting/Glossary
38315            ! Porting/config.sh Porting/config_H config_h.SH configure.com
38316            ! epoc/config.sh hints/linux.sh pod/perltoc.pod uconfig.h
38317            ! uconfig.sh vos/config.alpha.def vos/config.alpha.h
38318            ! vos/config.ga.def vos/config.ga.h win32/config.bc
38319            ! win32/config.gc win32/config.vc win32/config_H.bc
38320            ! win32/config_H.gc win32/config_H.vc
38321 ____________________________________________________________________________
38322 [ 10591] By: nick                                  on 2001/06/14  20:00:12
38323         Log: Steps along the road toward Win32 building again.
38324      Branch: perlio
38325            ! perlio.c win32/makefile.mk
38326 ____________________________________________________________________________
38327 [ 10590] By: jhi                                   on 2001/06/14  16:11:11
38328         Log: Integrate perlio.
38329      Branch: perl
38330           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
38331 ____________________________________________________________________________
38332 [ 10589] By: nick                                  on 2001/06/14  13:54:07
38333         Log: Routine regen_config_h for Win32
38334      Branch: perlio
38335            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
38336 ____________________________________________________________________________
38337 [ 10588] By: jhi                                   on 2001/06/14  12:30:46
38338         Log: Integrate perlio.
38339      Branch: perl
38340           +> perlyline.pl
38341           !> MANIFEST Makefile.SH perly.c t/lib/filefind.t
38342 ____________________________________________________________________________
38343 [ 10587] By: jhi                                   on 2001/06/14  12:23:24
38344         Log: A placeholder.
38345      Branch: perl
38346            + Cross/README
38347 ____________________________________________________________________________
38348 [ 10586] By: nick                                  on 2001/06/14  08:25:07
38349         Log: Add new step to run_byacc which:
38350              A. Corrects #line NNN "perly.c" lines so warnings etc. are trackable
38351              B. Adds extra () to the two if (var = ...) constructs gcc -Wall winges about.
38352      Branch: perlio
38353            + perlyline.pl
38354            ! MANIFEST Makefile.SH perly.c
38355 ____________________________________________________________________________
38356 [ 10585] By: nick                                  on 2001/06/14  08:22:29
38357         Log: Integrate mainline
38358      Branch: perlio
38359           +> locale.c numeric.c
38360           !> Changes cygwin/Makefile.SHs embed.h embed.pl
38361           !> ext/re/Makefile.PL lib/Math/BigFloat.pm lib/Math/BigInt.pm
38362           !> objXSUB.h opcode.pl patchlevel.h perlapi.c pod/perlapi.pod
38363           !> proto.h t/lib/bigfltpm.t t/lib/bigintpm.t util.c
38364           !> x2p/Makefile.SH
38365 ____________________________________________________________________________
38366 [ 10584] By: nick                                  on 2001/06/14  08:05:53
38367         Log: Hack to remove insecure directories from PATH so test will run.
38368      Branch: perlio
38369            ! t/lib/filefind.t
38370 ____________________________________________________________________________
38371 [ 10583] By: jhi                                   on 2001/06/14  03:11:16
38372         Log: The test doesn't work (yet?), Math::BigInt::round_mode() is missing.
38373      Branch: perl
38374            - t/lib/mbimbf.t
38375            ! MANIFEST
38376 ____________________________________________________________________________
38377 [ 10582] By: jhi                                   on 2001/06/14  03:04:51
38378         Log: Detypo.
38379      Branch: perl
38380            ! x2p/Makefile.SH
38381 ____________________________________________________________________________
38382 [ 10581] By: jhi                                   on 2001/06/14  03:03:14
38383         Log: de-$CONFIG continues.
38384      Branch: perl
38385            ! cygwin/Makefile.SHs x2p/Makefile.SH
38386 ____________________________________________________________________________
38387 [ 10580] By: jhi                                   on 2001/06/13  23:56:59
38388         Log: Subject: [PATCH] opcode.pl is chmod'ing the original source tree
38389              From: Nicholas Clark <nick@ccl4.org>
38390              Date: Wed, 13 Jun 2001 21:20:13 +0100
38391              Message-ID: <20010613212013.D98663@plum.flirble.org>
38392      Branch: perl
38393            ! opcode.pl
38394 ____________________________________________________________________________
38395 [ 10579] By: jhi                                   on 2001/06/13  23:55:29
38396         Log: Subject: splitting util.c
38397              From: Hugo <hv@crypt.compulink.co.uk>
38398              Date: Thu, 14 Jun 2001 00:41:08 +0100
38399              Message-Id: <200106132341.AAA24935@crypt.compulink.co.uk>
38400      Branch: perl
38401            + locale.c numeric.c
38402            ! MANIFEST Makefile.SH embed.h embed.pl objXSUB.h perlapi.c
38403            ! pod/perlapi.pod proto.h util.c
38404 ____________________________________________________________________________
38405 [ 10578] By: jhi                                   on 2001/06/13  23:45:11
38406         Log: Upgrade to Math::BigInt 1.34 from Tels.
38407      Branch: perl
38408            + t/lib/mbimbf.t
38409            ! MANIFEST lib/Math/BigFloat.pm lib/Math/BigInt.pm
38410            ! t/lib/bigfltpm.t t/lib/bigintpm.t
38411 ____________________________________________________________________________
38412 [ 10577] By: nick                                  on 2001/06/13  19:02:48
38413         Log: Integrate mainline. Storable fail has gone, insecure dependancy still there.
38414      Branch: perlio
38415           !> (integrate 125 files)
38416 ____________________________________________________________________________
38417 [ 10576] By: jhi                                   on 2001/06/13  18:10:01
38418         Log: Update Changes.
38419      Branch: perl
38420            ! Changes patchlevel.h
38421 ____________________________________________________________________________
38422 [ 10575] By: jhi                                   on 2001/06/13  18:05:09
38423         Log: Subject: Re: [PATCH perl@10538] make ext/re play nice with DEBUGGING override
38424              From: "Craig A. Berry" <craigberry@mac.com>
38425              Date: Wed, 13 Jun 2001 13:24:28 -0500
38426              Message-Id: <5.1.0.14.0.20010613131907.01bbc210@mail.mac.com>
38427      Branch: perl
38428            ! ext/re/Makefile.PL
38429 ____________________________________________________________________________
38430 [ 10574] By: jhi                                   on 2001/06/13  17:34:36
38431         Log: Mc.u.c. for #10573.
38432      Branch: metaconfig
38433            ! U/threads/usethreads.U
38434 ____________________________________________________________________________
38435 [ 10573] By: jhi                                   on 2001/06/13  17:34:00
38436         Log: It would be also be good if I could type.
38437      Branch: perl
38438            ! Configure
38439 ____________________________________________________________________________
38440 [ 10572] By: jhi                                   on 2001/06/13  17:26:29
38441         Log: Metaconfig unit change for #10571.
38442      Branch: metaconfig
38443            ! U/threads/usethreads.U
38444 ____________________________________________________________________________
38445 [ 10571] By: jhi                                   on 2001/06/13  17:26:05
38446         Log: A non-empty default is a good thing.
38447      Branch: perl
38448            ! Configure
38449 ____________________________________________________________________________
38450 [ 10570] By: jhi                                   on 2001/06/13  17:15:16
38451         Log: Metaconfig unit change for #10569.
38452      Branch: metaconfig
38453            ! U/threads/usethreads.U
38454 ____________________________________________________________________________
38455 [ 10569] By: jhi                                   on 2001/06/13  17:14:17
38456         Log: Add Configure directive -Dusereentrant for Artur's ithreads work,
38457              extremely experimental, not even prompted for.
38458      Branch: perl
38459            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
38460            ! config_h.SH configure.com epoc/config.sh perl.h uconfig.h
38461            ! uconfig.sh vos/config.alpha.def vos/config.ga.def
38462            ! win32/config.bc win32/config.gc win32/config.vc
38463 ____________________________________________________________________________
38464 [ 10568] By: jhi                                   on 2001/06/13  16:22:27
38465         Log: FAQ tweak for Vanina Arca <varca@baufest.com>.
38466      Branch: perl
38467            ! pod/perlfaq6.pod
38468 ____________________________________________________________________________
38469 [ 10567] By: jhi                                   on 2001/06/13  16:20:23
38470         Log: Integrate perlio; conflicts, accept Nick's versions.
38471      Branch: perl
38472           !> ext/Encode/Encode.xs ext/PerlIO/Scalar/Scalar.xs
38473           !> ext/PerlIO/Via/Via.xs perlio.c perlio.h perliol.h
38474 ____________________________________________________________________________
38475 [ 10566] By: jhi                                   on 2001/06/13  16:17:42
38476         Log: Subject: Re: ext/ + -Wall
38477              From: Doug MacEachern <dougm@covalent.net>
38478              Date: Wed, 13 Jun 2001 10:02:16 -0700 (PDT)
38479              Message-ID: <Pine.LNX.4.21.0106130959050.24181-100000@mako.covalent.net>
38480      Branch: perl
38481            ! XSUB.h lib/ExtUtils/xsubpp perl.h
38482 ____________________________________________________________________________
38483 [ 10565] By: jhi                                   on 2001/06/13  16:16:07
38484         Log: Similar logic as DB_File.xs, using the modern macros and
38485              defines them to older ones for older Perls where PERL_VERSION
38486              is not defined, from Doug MacEachern.
38487      Branch: perl
38488            ! ext/Storable/Storable.xs
38489 ____________________________________________________________________________
38490 [ 10564] By: nick                                  on 2001/06/13  15:22:01
38491         Log: Avoid AV and HV in perlio.c by inventing PerlIO_list_t which is AV-ish
38492              and using that instead (name lookups are sequential search for now).
38493      Branch: perlio
38494            ! ext/Encode/Encode.xs ext/PerlIO/Scalar/Scalar.xs
38495            ! ext/PerlIO/Via/Via.xs perlio.c perlio.h perliol.h
38496 ____________________________________________________________________________
38497 [ 10563] By: jhi                                   on 2001/06/13  14:07:43
38498         Log: Subject: [PATCH] Re: [ID 20010526.001] localized glob loses value when assigned to
38499              From: "Richard Soderberg" <rs@crystalflame.net>
38500              Date: Sat, 26 May 2001 06:44:20 -0700
38501              Message-ID: <NAEKLNAAHLMBPMPNBMLECECHDFAA.rs@crystalflame.net>
38502      Branch: perl
38503            ! sv.c t/op/glob.t
38504 ____________________________________________________________________________
38505 [ 10562] By: jhi                                   on 2001/06/13  13:55:10
38506         Log: Subject: [PATCH perl@10538] make ext/re play nice with DEBUGGING override
38507              From: "Craig A. Berry" <craigberry@mac.com>
38508              Date: Tue, 12 Jun 2001 23:55:26 -0500
38509              Message-Id: <a05101002b74ca0013cf5@[192.168.56.160]>
38510      Branch: perl
38511            ! ext/re/Makefile.PL ext/re/re.xs
38512 ____________________________________________________________________________
38513 [ 10561] By: jhi                                   on 2001/06/13  13:44:58
38514         Log: Hide __attribute__((unused)) behind PERL_UNUSED_DECL as
38515              suggested by NI-S.
38516      Branch: perl
38517            ! XSUB.h malloc.c perl.h
38518 ____________________________________________________________________________
38519 [ 10560] By: jhi                                   on 2001/06/13  13:35:42
38520         Log: Regen toc.
38521      Branch: perl
38522            ! pod/perltoc.pod
38523 ____________________________________________________________________________
38524 [ 10559] By: jhi                                   on 2001/06/13  12:53:18
38525         Log: Subject: [patch] perl.gprof control
38526              From: Doug MacEachern <dougm@covalent.net>
38527              Date: Tue, 12 Jun 2001 23:05:44 -0700 (PDT)
38528              Message-ID: <Pine.LNX.4.21.0106122247380.24181-100000@mako.covalent.net>
38529      Branch: perl
38530            ! miniperlmain.c perl.h
38531 ____________________________________________________________________________
38532 [ 10558] By: jhi                                   on 2001/06/13  12:51:47
38533         Log: Subject: Re: ext/ + -Wall
38534              From: Doug MacEachern <dougm@covalent.net>
38535              Date: Tue, 12 Jun 2001 22:04:50 -0700 (PDT)
38536              Message-ID: <Pine.LNX.4.21.0106122151180.24181-100000@mako.covalent.net>
38537              
38538              Document ax and break up dXSARGS.
38539      Branch: perl
38540            ! XSUB.h pod/perlapi.pod
38541 ____________________________________________________________________________
38542 [ 10557] By: jhi                                   on 2001/06/13  12:39:55
38543         Log: More AIX tweakage from Merijn.
38544      Branch: perl
38545            ! hints/aix.sh
38546 ____________________________________________________________________________
38547 [ 10556] By: jhi                                   on 2001/06/13  03:26:58
38548         Log: Subject: [PATCH perl@10538] make VMS autosplit earlier in build
38549              From: "Craig A. Berry" <craigberry@mac.com>
38550              Date: Tue, 12 Jun 2001 22:57:45 -0500
38551              Message-Id: <a05101001b74c943d7af4@[192.168.56.160]>
38552      Branch: perl
38553            ! vms/descrip_mms.template
38554 ____________________________________________________________________________
38555 [ 10555] By: jhi                                   on 2001/06/13  02:50:43
38556         Log: Subject: Re: hacking util.c, attrs.xs, and re.xs to compile on VMS
38557              From: "Craig A. Berry" <craigberry@mac.com>
38558              Date: Tue, 12 Jun 2001 22:21:39 -0500
38559              Message-Id: <a05101000b74c8698483b@[172.16.52.1]>
38560      Branch: perl
38561            ! configure.com util.c
38562 ____________________________________________________________________________
38563 [ 10554] By: jhi                                   on 2001/06/13  02:23:16
38564         Log: New AIX dynaloading code from Jens-Uwe Mager.
38565              Does break binary compatibility.
38566      Branch: perl
38567            ! ext/DynaLoader/dl_aix.xs hints/aix.sh makedef.pl
38568 ____________________________________________________________________________
38569 [ 10553] By: jhi                                   on 2001/06/13  02:10:16
38570         Log: VMS DEC C compiler found nits by Peter Prymmer.
38571      Branch: perl
38572            ! util.c
38573 ____________________________________________________________________________
38574 [ 10552] By: jhi                                   on 2001/06/13  01:36:12
38575         Log: Subject: [PATCH: perl@10538] fix for file locking and filecomp test
38576              From: Peter Prymmer <pvhp@forte.com>
38577              Date: Tue, 12 Jun 2001 19:34:08 -0700 (PDT)
38578              Message-ID: <Pine.OSF.4.10.10106121927580.15174-100000@aspara.forte.com>
38579      Branch: perl
38580            ! t/lib/filecomp.t
38581 ____________________________________________________________________________
38582 [ 10551] By: jhi                                   on 2001/06/13  01:26:53
38583         Log: I wonder how many $CONFIGs still lurk in the shadows.
38584      Branch: perl
38585            ! pod/Makefile.SH x2p/cflags.SH
38586 ____________________________________________________________________________
38587 [ 10550] By: jhi                                   on 2001/06/13  01:25:12
38588         Log: Grok three kinds of line endings, should fix [ID 20010612.003]
38589      Branch: perl
38590            ! pod/checkpods.PL
38591 ____________________________________________________________________________
38592 [ 10549] By: jhi                                   on 2001/06/13  01:05:28
38593         Log: Use __attribute__((unused)) to silence -Wall on unused ax.
38594      Branch: perl
38595            ! XSUB.h ext/DB_File/DB_File.xs lib/ExtUtils/xsubpp
38596 ____________________________________________________________________________
38597 [ 10548] By: jhi                                   on 2001/06/13  00:41:28
38598         Log: Subject: [patch] rid local_patches warnings
38599              From: Doug MacEachern <dougm@covalent.net>
38600              Date: Tue, 12 Jun 2001 10:26:34 -0700 (PDT)
38601              Message-ID: <Pine.LNX.4.21.0106121024470.24181-100000@mako.covalent.net>
38602      Branch: perl
38603            ! ext/List/Util/Util.xs ext/Storable/Storable.xs
38604 ____________________________________________________________________________
38605 [ 10547] By: jhi                                   on 2001/06/13  00:40:29
38606         Log: Subject: Re: ext/ + -Wall
38607              From: Doug MacEachern <dougm@covalent.net>
38608              Date: Tue, 12 Jun 2001 09:38:09 -0700 (PDT)
38609              Message-ID: <Pine.LNX.4.21.0106120927100.24181-100000@mako.covalent.net>
38610      Branch: perl
38611            ! ext/attrs/attrs.xs
38612 ____________________________________________________________________________
38613 [ 10546] By: jhi                                   on 2001/06/13  00:39:06
38614         Log: Subject: [PATCH] perlretut.pod: unterminated C<>
38615              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
38616              Date: Tue, 12 Jun 2001 14:36:20 -0400
38617              Message-ID: <20010612143619.A37113@linguist.thayer.dartmouth.edu>
38618      Branch: perl
38619            ! pod/perlretut.pod
38620 ____________________________________________________________________________
38621 [ 10545] By: jhi                                   on 2001/06/13  00:38:02
38622         Log: Subject: Re: [ID 20010612.001] out of memory during regex compilation
38623              From: Mike Guy <mjtg@cam.ac.uk>
38624              Date: Tue, 12 Jun 2001 19:10:31 +0100
38625              Message-Id: <E159scZ-0000r2-00@draco.cus.cam.ac.uk>
38626              
38627              Subject: Re: [ID 20010612.001] out of memory during regex compilation
38628              From: Mike Guy <mjtg@cam.ac.uk>
38629              Date: Tue, 12 Jun 2001 19:21:01 +0100
38630              Message-Id: <E159smj-0000wY-00@draco.cus.cam.ac.uk>
38631      Branch: perl
38632            ! pod/perlop.pod
38633 ____________________________________________________________________________
38634 [ 10544] By: jhi                                   on 2001/06/13  00:34:39
38635         Log: AIX tweaks from Merijn H. Brand.
38636      Branch: perl
38637            ! hints/aix.sh
38638 ____________________________________________________________________________
38639 [ 10543] By: jhi                                   on 2001/06/13  00:11:42
38640         Log: Subject: [PATCH] 5.6.1 -- add LC_MESSAGES constant to POSIX module
38641              From: "Brendan O'Dea" <bod@compusol.com.au>
38642              Date: Wed, 13 Jun 2001 05:16:47 +1000
38643              Message-ID: <20010613051647.A8945@compusol.com.au>
38644      Branch: maint-5.6/perl
38645            ! ext/POSIX/POSIX.pm ext/POSIX/POSIX.xs
38646 ____________________________________________________________________________
38647 [ 10542] By: jhi                                   on 2001/06/13  00:07:50
38648         Log: Subject: Small bcopy cleanup
38649              From: Andy Dougherty <doughera@lafayette.edu>
38650              Date: Tue, 12 Jun 2001 17:11:52 -0400 (EDT)
38651              Message-ID: <Pine.SOL.4.10.10106121706360.11034-100000@maxwell.phys.lafayette.edu>
38652      Branch: perl
38653            ! embed.h embed.pl objXSUB.h perlapi.c proto.h util.c x2p/a2p.h
38654 ____________________________________________________________________________
38655 [ 10541] By: jhi                                   on 2001/06/13  00:05:18
38656         Log: Subject: [PATCH] Re: ext/ + -Wall
38657              From: Nicholas Clark <nick@ccl4.org>
38658              Date: Wed, 13 Jun 2001 00:04:30 +0100
38659              Message-ID: <20010613000430.M5901@plum.flirble.org>
38660      Branch: perl
38661            ! ext/POSIX/POSIX.pm ext/POSIX/POSIX.xs
38662 ____________________________________________________________________________
38663 [ 10540] By: jhi                                   on 2001/06/13  00:02:25
38664         Log: Subject: [PATCH] Re: [PATCH] ExtUtils::Constant
38665              From: Nicholas Clark <nick@ccl4.org>
38666              Date: Tue, 12 Jun 2001 23:53:07 +0100
38667              Message-ID: <20010612235307.L5901@plum.flirble.org>
38668      Branch: perl
38669            ! lib/ExtUtils/Constant.pm t/lib/extutils.t
38670 ____________________________________________________________________________
38671 [ 10539] By: jhi                                   on 2001/06/12  23:59:10
38672         Log: MPE/iX tweaks from Mark Bixby.
38673      Branch: perl
38674            ! hints/mpeix.sh mpeix/mpeixish.h util.c
38675 ____________________________________________________________________________
38676 [ 10538] By: jhi                                   on 2001/06/12  14:16:15
38677         Log: Update Changes.
38678      Branch: perl
38679            ! Changes patchlevel.h
38680 ____________________________________________________________________________
38681 [ 10537] By: jhi                                   on 2001/06/12  14:11:26
38682         Log: One less -Wall whine (found under DEBUGGING).
38683      Branch: perl
38684            ! x2p/Makefile.SH x2p/a2p.c
38685 ____________________________________________________________________________
38686 [ 10536] By: jhi                                   on 2001/06/12  13:32:09
38687         Log: s/case-independent/case-insensitive/g
38688      Branch: perl
38689            ! pod/perldebug.pod
38690 ____________________________________________________________________________
38691 [ 10535] By: jhi                                   on 2001/06/12  13:27:28
38692         Log: As suggested in    
38693              
38694              Subject: Re: ext/ + -Wall
38695              From: Gurusamy Sarathy <gsar@ActiveState.com>
38696              Date: Mon, 11 Jun 2001 23:34:31 -0700
38697              Message-Id: <200106120634.f5C6YVM07246@smtp3.ActiveState.com>
38698      Branch: perl
38699            ! ext/PerlIO/Scalar/Scalar.xs ext/PerlIO/Via/Via.xs globals.c
38700            ! perl.h
38701 ____________________________________________________________________________
38702 [ 10534] By: jhi                                   on 2001/06/12  13:13:27
38703         Log: Subject: ext/ + -Wall
38704              From: Doug MacEachern <dougm@covalent.net>
38705              Date: Mon, 11 Jun 2001 22:19:45 -0700 (PDT)
38706              Message-ID: <Pine.LNX.4.21.0106112212261.24181-100000@mako.covalent.net>
38707      Branch: perl
38708            ! ext/ByteLoader/ByteLoader.xs ext/DB_File/DB_File.xs
38709            ! ext/DB_File/version.c ext/Devel/DProf/DProf.xs
38710            ! ext/DynaLoader/dl_dlopen.xs ext/DynaLoader/dlutils.c
38711            ! ext/Encode/Encode.xs ext/File/Glob/bsd_glob.c
38712            ! ext/Filter/Util/Call/Call.xs ext/GDBM_File/GDBM_File.xs
38713            ! ext/List/Util/Util.xs ext/MIME/Base64/Base64.xs
38714            ! ext/POSIX/POSIX.xs ext/PerlIO/Scalar/Scalar.xs
38715            ! ext/PerlIO/Via/Via.xs ext/Time/HiRes/HiRes.xs
38716            ! ext/Time/Piece/Piece.xs ext/attrs/attrs.xs globals.c
38717            ! lib/ExtUtils/xsubpp
38718 ____________________________________________________________________________
38719 [ 10533] By: jhi                                   on 2001/06/12  12:52:57
38720         Log: Subject: [PATCH] anonymous stashes
38721              From: Abhijit Menon-Sen <ams@wiw.org>
38722              Date: Tue, 12 Jun 2001 12:47:04 +0530
38723              Message-ID: <20010612124704.A29029@lustre.linux.in>
38724      Branch: perl
38725            ! dump.c gv.c sv.c xsutils.c
38726 ____________________________________________________________________________
38727 [ 10532] By: jhi                                   on 2001/06/12  12:37:36
38728         Log: One more test for $^S.
38729      Branch: perl
38730            ! t/op/magic.t
38731 ____________________________________________________________________________
38732 [ 10531] By: jhi                                   on 2001/06/12  12:35:02
38733         Log: Subject: [PATCH 20010612.002] $^S almost entirely broken with 5.6.1
38734              From: Abhijit Menon-Sen <ams@wiw.org>
38735              Date: Tue, 12 Jun 2001 17:35:55 +0530
38736              Message-ID: <20010612173555.A32426@lustre.linux.in>
38737      Branch: perl
38738            ! mg.c t/op/magic.t
38739 ____________________________________________________________________________
38740 [ 10530] By: jhi                                   on 2001/06/12  12:31:11
38741         Log: Subject: Re: [ID 20010612.001] out of memory during regex compilation
38742              From: Mike Guy <mjtg@cam.ac.uk>
38743              Date: Tue, 12 Jun 2001 13:14:15 +0100
38744              Message-Id: <E159n3n-0000xa-00@draco.cus.cam.ac.uk>
38745      Branch: perl
38746            ! pod/perlop.pod
38747 ____________________________________________________________________________
38748 [ 10529] By: jhi                                   on 2001/06/12  12:21:06
38749         Log: AUTHORS updates.
38750      Branch: perl
38751            ! AUTHORS
38752 ____________________________________________________________________________
38753 [ 10528] By: jhi                                   on 2001/06/12  12:19:47
38754         Log: Subject: [PATCH] rhapsody/darwin minor cleanup
38755              From: Wilfredo Sanchez <wsanchez@MIT.EDU>
38756              Content-Transfer-Encoding: 7bit
38757              Message-Id: <200106121009.GAA01968@melbourne-city-street.mit.edu>
38758      Branch: perl
38759            ! Makefile.SH hints/darwin.sh hints/rhapsody.sh
38760 ____________________________________________________________________________
38761 [ 10527] By: jhi                                   on 2001/06/12  11:58:53
38762         Log: Subject: [MacPerl-Porters] Re: [PATCH] Mac OS Compatability for bleadperl
38763              From: "Philip Newton" <Philip.Newton@gmx.net>
38764              Date: Mon, 11 Jun 2001 07:08:03 +0200
38765              Message-Id: <200106120802.LAA08992@taas.iki.fi>
38766      Branch: perl
38767            ! t/base/term.t
38768 ____________________________________________________________________________
38769 [ 10526] By: jhi                                   on 2001/06/12  01:35:34
38770         Log: Cleanup the a2p.c for -Wall.
38771      Branch: perl
38772            ! x2p/Makefile.SH x2p/a2p.c
38773 ____________________________________________________________________________
38774 [ 10525] By: jhi                                   on 2001/06/12  01:10:56
38775         Log: File::Find update for MacOS from Chris Nandor.
38776      Branch: perl
38777            ! lib/File/Find.pm t/lib/filefind.t
38778 ____________________________________________________________________________
38779 [ 10524] By: jhi                                   on 2001/06/12  00:29:20
38780         Log: gcc -Wall nits picked out by a non-UNIX system
38781              (courtesy of Mark Bixby)
38782      Branch: perl
38783            ! doio.c ext/Devel/Peek/Peek.xs ext/DynaLoader/dl_mpeix.xs
38784            ! ext/IO/IO.xs ext/PerlIO/Via/Via.xs ext/Socket/Socket.xs
38785            ! pp_sys.c util.c
38786 ____________________________________________________________________________
38787 [ 10523] By: jhi                                   on 2001/06/11  22:34:03
38788         Log: Metaconfig unit change for #10522.  (The d_modfl changes
38789              placate metalint.)
38790      Branch: metaconfig/U/perl
38791            ! d_modfl.U d_u32align.U
38792 ____________________________________________________________________________
38793 [ 10522] By: jhi                                   on 2001/06/11  22:33:00
38794         Log: Buglet found by Mark Bixby: "./try >&2 >/dev/null" should
38795              be "./try 2>&1 >/dev/null".
38796      Branch: perl
38797            ! Configure
38798 ____________________________________________________________________________
38799 [ 10521] By: jhi                                   on 2001/06/11  19:49:54
38800         Log: Subject: [PATCH perl@10517] DCL quoting syntax drives pumpking mad
38801              From: "Craig A. Berry" <craigberry@mac.com>
38802              Date: Mon, 11 Jun 2001 14:00:32 -0500
38803              Message-Id: <5.1.0.14.0.20010611134750.03985cb8@exchi01>
38804      Branch: perl
38805            ! configure.com
38806 ____________________________________________________________________________
38807 [ 10520] By: jhi                                   on 2001/06/11  17:55:47
38808         Log: Move the full \p\P lists to perlunicode.
38809      Branch: perl
38810            ! pod/perlretut.pod pod/perlunicode.pod
38811 ____________________________________________________________________________
38812 [ 10519] By: jhi                                   on 2001/06/11  17:10:00
38813         Log: VOS build tweak for 5.6.1 from Paul Green.
38814      Branch: maint-5.6/perl
38815            ! vos/build.cm
38816 ____________________________________________________________________________
38817 [ 10518] By: jhi                                   on 2001/06/11  17:07:03
38818         Log: Subject: [PATCH perl@10476] no PerlIO at startup time on VMS
38819              From: "Craig A. Berry" <craigberry@mac.com>
38820              Date: Fri, 8 Jun 2001 18:08:18 -0500
38821              Message-Id: <a05101000b746f9dd4fca@[192.168.56.145]>
38822      Branch: perl
38823            ! vms/vms.c
38824 ____________________________________________________________________________
38825 [ 10517] By: jhi                                   on 2001/06/11  14:52:01
38826         Log: Update Changes.
38827      Branch: perl
38828            ! Changes patchlevel.h
38829 ____________________________________________________________________________
38830 [ 10516] By: jhi                                   on 2001/06/11  14:46:33
38831         Log: Add the modfl_pow32_bug (anti)definition also to VOS headers.
38832      Branch: perl
38833            ! vos/config.alpha.h vos/config.ga.h
38834 ____________________________________________________________________________
38835 [ 10515] By: jhi                                   on 2001/06/11  14:39:05
38836         Log: VOS updates from Paul Green for @10476.
38837      Branch: perl
38838            ! README.vos vos/Changes vos/build.cm vos/compile_perl.cm
38839            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
38840            ! vos/config.ga.h vos/configure_perl.cm
38841 ____________________________________________________________________________
38842 [ 10514] By: jhi                                   on 2001/06/11  12:58:43
38843         Log: Subject: [PATCH] Not many people know this ...
38844              From: Mike Guy <mjtg@cam.ac.uk>
38845              Date: Mon, 11 Jun 2001 14:55:15 +0100
38846              Message-Id: <E159S9z-00015D-00@draco.cus.cam.ac.uk>
38847      Branch: perl
38848            ! pod/perldebug.pod
38849 ____________________________________________________________________________
38850 [ 10513] By: jhi                                   on 2001/06/11  12:30:06
38851         Log: Add final commas to lists as suggested by Philip Newton.
38852      Branch: perl
38853            ! lib/ExtUtils/Constant.pm t/lib/extutils.t
38854 ____________________________________________________________________________
38855 [ 10512] By: jhi                                   on 2001/06/11  12:28:49
38856         Log: Subject: [MacPerl-Porters] [PATCH] Mac OS Compatability for bleadperl
38857              Date: Sun, 10 Jun 2001 23:35:38 -0400
38858              From: Chris Nandor <pudge@pobox.com>
38859              Message-Id: <p05100306b749ec0eaade@[10.0.1.177]>
38860      Branch: perl
38861            ! lib/DirHandle.pm lib/File/Basename.pm lib/diagnostics.pm
38862            ! perl.c t/base/term.t t/comp/cpp.t t/comp/multiline.t
38863            ! t/comp/script.t t/lib/anydbm.t t/lib/autoloader.t
38864            ! t/lib/dirhand.t t/lib/selfloader.t t/op/anonsub.t
38865            ! t/op/closure.t t/op/defins.t t/op/exec.t t/op/goto.t
38866            ! t/op/pack.t t/op/regexp.t t/op/regexp_noamp.t t/op/split.t
38867            ! t/op/write.t t/pragma/strict.t
38868 ____________________________________________________________________________
38869 [ 10511] By: jhi                                   on 2001/06/11  12:13:31
38870         Log: Subject: [RESEND] [PATCH] Mac OS lib patches for bleadperl
38871              From: Chris Nandor <pudge@pobox.com>
38872              Date: Mon, 11 Jun 2001 08:24:28 -0400
38873              Message-Id: <p05100303b74a66faf625@[10.0.1.177]>
38874      Branch: perl
38875            ! ext/IO/lib/IO/Dir.pm lib/File/Copy.pm t/lib/filecopy.t
38876            ! t/lib/io_dir.t
38877 ____________________________________________________________________________
38878 [ 10510] By: jhi                                   on 2001/06/11  12:03:16
38879         Log: One more run_byacc (a hand-tweaked version had slipped in).
38880      Branch: perl
38881            ! perly.c vms/perly_c.vms
38882 ____________________________________________________________________________
38883 [ 10509] By: nick                                  on 2001/06/11  07:49:15
38884         Log: Integrate mainline
38885      Branch: perlio
38886           !> Makefile.SH embed.h embed.pl global.sym
38887           !> lib/ExtUtils/Constant.pm lib/ExtUtils/Manifest.pm objXSUB.h
38888           !> perl.h perlapi.c perlapi.h perly.c perly.fixer perly.h perly.y
38889           !> perly_c.diff pod/perl572delta.pod pod/perlapi.pod proto.h sv.c
38890           !> t/lib/extutils.t util.c vms/perly_c.vms vms/perly_h.vms
38891 ____________________________________________________________________________
38892 [ 10508] By: jhi                                   on 2001/06/10  22:38:05
38893         Log: Subject: [PATCH] ExtUtils::Manifest not -w clean
38894              From: Mike Guy <mjtg@cam.ac.uk>
38895              Reply-To: mjtg@cam.ac.uk
38896              Message-Id: <E159Ei8-0006Tz-00@draco.cus.cam.ac.uk>
38897      Branch: perl
38898            ! lib/ExtUtils/Manifest.pm
38899 ____________________________________________________________________________
38900 [ 10507] By: jhi                                   on 2001/06/10  22:37:16
38901         Log: Subject: [PATCH] ExtUtils::Constant
38902              From: Nicholas Clark <nick@ccl4.org>
38903              Date: Sun, 10 Jun 2001 23:25:41 +0100
38904              Message-ID: <20010610232540.C76396@plum.flirble.org>
38905      Branch: perl
38906            ! lib/ExtUtils/Constant.pm t/lib/extutils.t
38907 ____________________________________________________________________________
38908 [ 10506] By: jhi                                   on 2001/06/10  20:57:20
38909         Log: Integrate perlio.
38910      Branch: perl
38911           !> iperlsys.h
38912 ____________________________________________________________________________
38913 [ 10505] By: jhi                                   on 2001/06/10  18:37:57
38914         Log: Move the grok_number and its lieutenant grok_numeric_radix
38915              from sv.c statics to util.c and public.
38916      Branch: perl
38917            ! embed.h embed.pl global.sym objXSUB.h perl.h perlapi.c
38918            ! perlapi.h pod/perlapi.pod proto.h sv.c util.c
38919 ____________________________________________________________________________
38920 [ 10504] By: nick                                  on 2001/06/10  17:47:06
38921         Log: Fix (valid) -Wall warnings in perlio.c
38922      Branch: perlio
38923            ! iperlsys.h
38924 ____________________________________________________________________________
38925 [ 10503] By: jhi                                   on 2001/06/10  17:38:28
38926         Log: Update perly_c.diff, update perly.fixer to edit away
38927              some of the -Wall noise.
38928      Branch: perl
38929            ! perly.c perly.fixer perly_c.diff vms/perly_c.vms
38930 ____________________________________________________________________________
38931 [ 10502] By: jhi                                   on 2001/06/10  17:09:42
38932         Log: Check the version of byacc.
38933      Branch: perl
38934            ! Makefile.SH
38935 ____________________________________________________________________________
38936 [ 10501] By: jhi                                   on 2001/06/10  17:00:08
38937         Log: Subject: [PATCH] perly.y overhaul
38938              From: Simon Cozens <simon@netthink.co.uk>
38939              Date: Sun, 10 Jun 2001 16:56:54 +0100
38940              Message-ID: <20010610165654.A16597@deep-dark-truthful-mirror.pmb.ox.ac.uk>
38941              
38942              Plus make run_byacc.
38943      Branch: perl
38944            ! perly.c perly.h perly.y vms/perly_c.vms vms/perly_h.vms
38945 ____________________________________________________________________________
38946 [ 10500] By: jhi                                   on 2001/06/10  16:07:28
38947         Log: Integrate perlio.
38948      Branch: perl
38949           !> perlio.c perlsfio.h
38950 ____________________________________________________________________________
38951 [ 10499] By: nick                                  on 2001/06/10  15:01:08
38952         Log: Integrate mainline
38953      Branch: perlio
38954           !> Changes Configure embed.h embed.pl patchlevel.h proto.h sv.c
38955           !> t/pragma/locale.t util.c
38956 ____________________________________________________________________________
38957 [ 10498] By: jhi                                   on 2001/06/10  13:49:23
38958         Log: Put some meat on the perl572delta bones.  The list of
38959              selected bug fixes needs more work, as does still the
38960              whole document.
38961      Branch: perl
38962            ! pod/perl572delta.pod
38963 ____________________________________________________________________________
38964 [ 10497] By: nick                                  on 2001/06/10  12:27:51
38965         Log: Paper over a crack or two with USE_SFIO
38966      Branch: perlio
38967            ! perlio.c perlsfio.h
38968 ____________________________________________________________________________
38969 [ 10496] By: jhi                                   on 2001/06/10  11:04:22
38970         Log: Update Changes.
38971      Branch: perl
38972            ! Changes patchlevel.h
38973 ____________________________________________________________________________
38974 [ 10495] By: jhi                                   on 2001/06/10  10:55:34
38975         Log: Subject: Re: pragma/locale.t #107
38976              From: Hugo <hv@crypt.compulink.co.uk>
38977              Date: Sun, 10 Jun 2001 11:23:30 +0100
38978              Message-Id: <200106101023.LAA32085@crypt.compulink.co.uk>
38979              
38980              Encapsulate the scan of the decimal radix separator.
38981      Branch: perl
38982            ! embed.h embed.pl proto.h sv.c
38983 ____________________________________________________________________________
38984 [ 10494] By: jhi                                   on 2001/06/10  03:00:17
38985         Log: Try to grok numbers both with the locale specific separator
38986              and with the usual "." (if different from the lss); add a test
38987              to locale.t to do also a little bit of math in addition to just
38988              equalness testing; remove extraneous logic as suggested in
38989              
38990              Subject: Re: pragma/locale.t #107
38991              From: Nicholas Clark <nick@ccl4.org>
38992              Date: Sat, 9 Jun 2001 22:37:36 +0100
38993              Message-ID: <20010609223735.Y76396@plum.flirble.org>
38994      Branch: perl
38995            ! sv.c t/pragma/locale.t
38996 ____________________________________________________________________________
38997 [ 10493] By: jhi                                   on 2001/06/10  01:25:23
38998         Log: Metaconfig unit change for #10492.
38999      Branch: metaconfig/U/perl
39000            ! Extensions.U
39001 ____________________________________________________________________________
39002 [ 10492] By: jhi                                   on 2001/06/10  01:23:59
39003         Log: Subject: [PATCH] Don't build Thread.pm if USEITHREADS
39004              From: Artur Bergman <artur@contiller.se> 
39005              Date: Sat, 09 Jun 2001 21:03:51 +0200
39006              Message-ID: <B7483FB6.1398%artur@contiller.se>
39007      Branch: perl
39008            ! Configure
39009 ____________________________________________________________________________
39010 [ 10491] By: jhi                                   on 2001/06/10  01:15:40
39011         Log: Integrate perlio.
39012      Branch: perl
39013           !> perlsfio.h
39014 ____________________________________________________________________________
39015 [ 10490] By: jhi                                   on 2001/06/10  01:08:26
39016         Log: Do locale specific separator if only in locale.
39017      Branch: perl
39018            ! util.c
39019 ____________________________________________________________________________
39020 [ 10489] By: nick                                  on 2001/06/09  19:13:25
39021         Log: Make XS/Typemap compile (but fail) with sfio
39022      Branch: perlio
39023            ! perlsfio.h
39024 ____________________________________________________________________________
39025 [ 10488] By: nick                                  on 2001/06/09  19:12:51
39026         Log: Re-integrate mainline
39027      Branch: perlio
39028           !> embed.h embed.pl embedvar.h intrpvar.h perl.h perlapi.h
39029           !> proto.h sv.c util.c
39030 ____________________________________________________________________________
39031 [ 10487] By: nick                                  on 2001/06/09  16:26:29
39032         Log: Integrate mainline
39033      Branch: perlio
39034           !> (integrate 31 files)
39035 ____________________________________________________________________________
39036 [ 10486] By: jhi                                   on 2001/06/09  16:11:51
39037         Log: Subject: [PATCH] New attempt to clone callack
39038              From: Artur Bergman <artur@contiller.se> 
39039              Date: Thu, 07 Jun 2001 11:52:16 +0200
39040              Message-ID: <B7451B6F.12B7%artur@contiller.se>
39041      Branch: perl
39042            ! embedvar.h intrpvar.h perlapi.h sv.c
39043 ____________________________________________________________________________
39044 [ 10485] By: jhi                                   on 2001/06/09  15:23:52
39045         Log: Numeric conversion tweaks suggested by Hugo and Nicholas.
39046      Branch: perl
39047            ! embed.h embed.pl perl.h proto.h sv.c util.c
39048 ____________________________________________________________________________
39049 [ 10484] By: jhi                                   on 2001/06/09  14:47:25
39050         Log: Subject: Re: pragma/locale.t #107
39051              From: Nicholas Clark <nick@ccl4.org>
39052              Date: Sat, 9 Jun 2001 16:26:10 +0100
39053              Message-ID: <20010609162609.V76396@plum.flirble.org>
39054              
39055              A missing NVification.
39056      Branch: perl
39057            ! sv.c
39058 ____________________________________________________________________________
39059 [ 10483] By: jhi                                   on 2001/06/08  19:40:32
39060         Log: Redo the #10482, there already was a test script for formats.
39061      Branch: perl
39062            - t/io/format.t
39063            ! MANIFEST t/op/write.t
39064 ____________________________________________________________________________
39065 [ 10482] By: jhi                                   on 2001/06/08  19:34:45
39066         Log: Twisted format testing, from Merijn.
39067      Branch: perl
39068            + t/io/format.t
39069            ! MANIFEST
39070 ____________________________________________________________________________
39071 [ 10481] By: jhi                                   on 2001/06/08  19:21:56
39072         Log: More \p{In...} testing, combined with \N{...}.
39073      Branch: perl
39074            ! lib/utf8_heavy.pl t/op/pat.t
39075 ____________________________________________________________________________
39076 [ 10480] By: jhi                                   on 2001/06/08  14:16:06
39077         Log: Metaconfig changes for #10479.
39078      Branch: metaconfig
39079            ! U/Glossary.patch
39080      Branch: metaconfig/U/perl
39081            ! d_modfl.U
39082 ____________________________________________________________________________
39083 [ 10479] By: jhi                                   on 2001/06/08  14:15:32
39084         Log: Be inspired more by Hugo-- introduce HAS_MODFL_POW32_BUG.
39085      Branch: perl
39086            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
39087            ! config_h.SH configure.com epoc/config.sh pp.c uconfig.h
39088            ! uconfig.sh vos/config.alpha.def vos/config.ga.def
39089            ! win32/config.bc win32/config.gc win32/config.vc
39090 ____________________________________________________________________________
39091 [ 10478] By: jhi                                   on 2001/06/08  12:20:41
39092         Log: Subject: Re: [PATCH perl@10439] fix old $^S description in perlvms.pod
39093              From: "Craig A. Berry" <craigberry@mac.com>
39094              Date: Thu, 7 Jun 2001 14:27:20 -0500
39095              Message-Id: <a05100e01b7458075db7d@[172.16.52.1]>
39096      Branch: perl
39097            ! vms/perlvms.pod
39098 ____________________________________________________________________________
39099 [ 10477] By: jhi                                   on 2001/06/08  12:19:00
39100         Log: Subject: [PATCH] Unresolved symbol in ext/re/re.xs
39101              From: Gisle Aas <gisle@ActiveState.com>
39102              Date: 07 Jun 2001 17:04:29 -0700
39103              Message-ID: <lrae3jsupe.fsf@caliper.ActiveState.com>
39104      Branch: perl
39105            ! ext/re/re.xs
39106 ____________________________________________________________________________
39107 [ 10476] By: jhi                                   on 2001/06/08  01:35:42
39108         Log: Update Changes.
39109      Branch: perl
39110            ! Changes patchlevel.h
39111 ____________________________________________________________________________
39112 [ 10475] By: jhi                                   on 2001/06/08  00:53:45
39113         Log: Regen Glossary et alia.
39114      Branch: perl
39115            ! Porting/Glossary Porting/config.sh Porting/config_H
39116 ____________________________________________________________________________
39117 [ 10474] By: jhi                                   on 2001/06/07  22:06:38
39118         Log: Metaconfig unit changes for #10473.
39119      Branch: metaconfig/U/perl
39120            ! d_modfl.U
39121 ____________________________________________________________________________
39122 [ 10473] By: jhi                                   on 2001/06/07  22:06:16
39123         Log: Harumph, also AIX will spill its guts (i.e. dump core)
39124              if an executable contains modfl() but it hasn't been
39125              compiled right (in the case of AIX, with cc -qlongdouble).
39126      Branch: perl
39127            ! Configure
39128 ____________________________________________________________________________
39129 [ 10472] By: gsar                                  on 2001/06/07  20:04:28
39130         Log: integrate change#10471 from mainline
39131              
39132              in change#10451, check that CvOUTSIDE is a CV before looking in
39133              (it can apparently be SVt_NULL during global destruction)
39134      Branch: maint-5.6/perl
39135           !> op.c
39136 ____________________________________________________________________________
39137 [ 10471] By: gsar                                  on 2001/06/07  20:01:31
39138         Log: in change#10451, check that CvOUTSIDE is a CV before looking in
39139              (it can apparently be SVt_NULL during global destruction)
39140      Branch: perl
39141            ! op.c
39142 ____________________________________________________________________________
39143 [ 10470] By: jhi                                   on 2001/06/07  12:17:51
39144         Log: Subject: Re: [PATCH perl@10439] diagnostics and long C<=item>s
39145              From: Robin Barker <rmb1@cise.npl.co.uk>
39146              Date: Thu, 7 Jun 2001 13:01:06 +0100 (BST)
39147              Message-Id: <200106071201.NAA13627@tempest.npl.co.uk>
39148      Branch: perl
39149            ! lib/diagnostics.pm pod/perldiag.pod
39150 ____________________________________________________________________________
39151 [ 10469] By: jhi                                   on 2001/06/07  12:16:12
39152         Log: Subject: [PATCH perl@10439] long =item
39153              From: Robin Barker <rmb1@cise.npl.co.uk>
39154              Date: Thu, 7 Jun 2001 12:34:08 +0100 (BST)
39155              Message-Id: <200106071134.MAA10288@tempest.npl.co.uk>
39156      Branch: perl
39157            ! README.amiga lib/Attribute/Handlers.pm
39158            ! lib/ExtUtils/Constant.pm lib/Locale/Maketext.pod
39159 ____________________________________________________________________________
39160 [ 10468] By: jhi                                   on 2001/06/07  12:08:56
39161         Log: Subject: [PATCH 5.7.1 pod/perlguts.pod] IOK vs pIOK docs
39162              Date: Thu, 7 Jun 2001 10:09:59 +0100 (BST)
39163              Reply-To: Dave Mitchell <davem@fdgroup.co.uk>
39164              Message-Id: <200106070909.KAA25610@gizmo.fdgroup.co.uk>
39165      Branch: perl
39166            ! pod/perlguts.pod
39167 ____________________________________________________________________________
39168 [ 10467] By: jhi                                   on 2001/06/07  12:04:26
39169         Log: Integrate perlio.
39170      Branch: perl
39171           !> sv.c
39172 ____________________________________________________________________________
39173 [ 10466] By: nick                                  on 2001/06/07  10:25:40
39174         Log: MULTIPLICITY fix for S_grok_number(), also a few gratuitious trailing
39175              whitespace tweaks.
39176              Still coredumps in pragma/overload.t - what a nice hard fail that is...
39177      Branch: perlio
39178            ! sv.c
39179 ____________________________________________________________________________
39180 [ 10465] By: nick                                  on 2001/06/07  08:41:58
39181         Log: Raw integrate of mainline for S_grok_number debug
39182              (sv.c has MULTIPLICITY issues as well as whatever else ...)
39183      Branch: perlio
39184            - plan9/perlplan9.doc plan9/perlplan9.pod
39185           !> (integrate 46 files)
39186 ____________________________________________________________________________
39187 [ 10464] By: jhi                                   on 2001/06/06  23:33:58
39188         Log: The proper prototyping for #10463.
39189      Branch: perl
39190            ! embed.h embed.pl proto.h sv.c
39191 ____________________________________________________________________________
39192 [ 10463] By: jhi                                   on 2001/06/06  23:15:30
39193         Log: Subject: Re: [PATCH] nuke strtol (was Re: One fix for strtoul not setting errno)
39194              From: Nicholas Clark <nick@ccl4.org>
39195              Date: Thu, 7 Jun 2001 00:29:59 +0100
39196              Message-ID: <20010607002959.Z76396@plum.flirble.org>
39197      Branch: perl
39198            ! sv.c
39199 ____________________________________________________________________________
39200 [ 10462] By: jhi                                   on 2001/06/06  23:13:19
39201         Log: Subject: [PATCH perl@10439] fix old $^S description in perlvms.pod
39202              From: "Craig A. Berry" <craigberry@mac.com>
39203              Date: Wed, 06 Jun 2001 17:54:30 -0500
39204              Message-Id: <5.1.0.14.0.20010606174814.03c2c880@exchi01>
39205      Branch: perl
39206            ! vms/perlvms.pod
39207 ____________________________________________________________________________
39208 [ 10461] By: jhi                                   on 2001/06/06  23:10:00
39209         Log: Podify the remaining README.platform files;
39210              merge README.plan9 and plan9/perlplan9.pod;
39211              delete plan9/perlplan9.* (the perlplan.doc needs to
39212              be regenerated in Plan 9); make the =head1 and =head2
39213              in the README.platform to be a little more verbose
39214              (skipped README.os2 not to anger Ilya) so that they
39215              look better in the toc; regen toc.
39216      Branch: perl
39217            - plan9/perlplan9.doc plan9/perlplan9.pod
39218            ! MANIFEST README.aix README.amiga README.apollo README.beos
39219            ! README.bs2000 README.cygwin README.dgux README.dos README.epoc
39220            ! README.hpux README.hurd README.machten README.macos
39221            ! README.micro README.mint README.mpeix README.os390
39222            ! README.plan9 README.qnx README.solaris README.threads
39223            ! README.tru64 README.vmesa README.vms README.vos README.win32
39224            ! plan9/mkfile pod/buildtoc.PL pod/perl.pod pod/perlport.pod
39225            ! pod/perltoc.pod win32/Makefile win32/makefile.mk
39226 ____________________________________________________________________________
39227 [ 10460] By: jhi                                   on 2001/06/06  20:58:53
39228         Log: Subject: [PATCH] Re: Bug in perlguts documentation?
39229              From: Mike Guy <mjtg@cam.ac.uk>
39230              Reply-To: mjtg@cam.ac.uk
39231              Message-Id: <E157fiS-0006Q7-00@draco.cus.cam.ac.uk>
39232      Branch: perl
39233            ! pod/perlguts.pod
39234 ____________________________________________________________________________
39235 [ 10459] By: jhi                                   on 2001/06/06  20:58:15
39236         Log: Subject: [PATCH] Re: [ID 20010604.015] taint + comma = false insecurity
39237              From: Mike Guy <mjtg@cam.ac.uk>
39238              Reply-To: mjtg@cam.ac.uk
39239              Message-Id: <E157flx-0006Uz-00@draco.cus.cam.ac.uk>
39240      Branch: perl
39241            ! pod/perlsec.pod
39242 ____________________________________________________________________________
39243 [ 10458] By: jhi                                   on 2001/06/06  20:56:04
39244         Log: Disable long doubles from pre-5.0 Tru64s.
39245      Branch: perl
39246            ! README.tru64 hints/dec_osf.sh
39247 ____________________________________________________________________________
39248 [ 10457] By: jhi                                   on 2001/06/06  20:49:23
39249         Log: The #10455 exposed that modfl() is fundamentally busted
39250              (as in: dumps core) in pre-5.0 Tru64, so better avoid even
39251              testing it.
39252      Branch: perl
39253            ! hints/dec_osf.sh
39254 ____________________________________________________________________________
39255 [ 10456] By: jhi                                   on 2001/06/06  20:48:35
39256         Log: Metaconfig unit change for #10455.
39257      Branch: metaconfig/U/perl
39258            ! d_modfl.U
39259 ____________________________________________________________________________
39260 [ 10455] By: jhi                                   on 2001/06/06  20:48:09
39261         Log: Configure check for geborken modfl(), inspired by
39262              
39263              Subject: Re: [20010118.017] op/int.t failure 
39264              From: Hugo <hv@crypt.compulink.co.uk>
39265              Date: Tue, 05 Jun 2001 13:43:27 +0100
39266              Message-Id: <200106051243.NAA15525@crypt.compulink.co.uk>
39267      Branch: perl
39268            ! Configure
39269 ____________________________________________________________________________
39270 [ 10454] By: jhi                                   on 2001/06/06  11:45:08
39271         Log: Integrate changes #10450 and #10451 from maintperl:
39272              
39273              optimize change#10448 slightly (don't repeat search in eval""s lexical
39274              scope, since that has already been searched)
39275              
39276              change#9108 needs subtler treatment for case of closures created
39277              within eval""
39278      Branch: perl
39279           !> op.c t/op/misc.t
39280 ____________________________________________________________________________
39281 [ 10453] By: jhi                                   on 2001/06/06  11:42:10
39282         Log: MakeMaker magic to compile (when no dynamic loading)
39283              List/Util.xsc as (ListUtil.c and) ListUtil.o since
39284              POSIX-BC (BS2000) linker has an evil limitation of
39285              being unable to include in the same executable several
39286              object files with the same name - case-insensitively -
39287              because otherwise we conflict with util.c.
39288              Strictly speaking currently required only in POSIX-BC
39289              but probably will do no harm elsewhere where static
39290              linking is required.
39291      Branch: perl
39292            ! ext/List/Util/Makefile.PL
39293 ____________________________________________________________________________
39294 [ 10452] By: nick                                  on 2001/06/06  08:59:51
39295         Log: Integrate mainline.
39296      Branch: perlio
39297           +> lib/Attribute/Handlers/demo/Demo.pm
39298           +> lib/Attribute/Handlers/demo/Descriptions.pm
39299           +> lib/Attribute/Handlers/demo/MyClass.pm
39300           +> lib/Attribute/Handlers/demo/demo.pl
39301           +> lib/Attribute/Handlers/demo/demo2.pl
39302           +> lib/Attribute/Handlers/demo/demo3.pl
39303           +> lib/Attribute/Handlers/demo/demo4.pl
39304           +> lib/Attribute/Handlers/demo/demo_call.pl
39305           +> lib/Attribute/Handlers/demo/demo_chain.pl
39306           +> lib/Attribute/Handlers/demo/demo_cycle.pl
39307           +> lib/Attribute/Handlers/demo/demo_hashdir.pl
39308           +> lib/Attribute/Handlers/demo/demo_phases.pl
39309           +> lib/Attribute/Handlers/demo/demo_range.pl
39310           +> lib/Attribute/Handlers/demo/demo_rawdata.pl t/op/override.t
39311           +> uts/strtol_wrap.c
39312           !> (integrate 91 files)
39313 ____________________________________________________________________________
39314 [ 10451] By: gsar                                  on 2001/06/06  07:11:36
39315         Log: change#9108 needs subtler treatment for case of closures created
39316              within eval""
39317      Branch: maint-5.6/perl
39318            ! op.c t/op/misc.t
39319 ____________________________________________________________________________
39320 [ 10450] By: gsar                                  on 2001/06/06  05:47:25
39321         Log: optimize change#10448 slightly (don't repeat search in eval""s lexical
39322              scope, since that has already been searched)
39323      Branch: maint-5.6/perl
39324            ! op.c
39325 ____________________________________________________________________________
39326 [ 10449] By: jhi                                   on 2001/06/06  01:33:31
39327         Log: Integrate change #10448 from maintperl; lexicals
39328              outside an eval"" weren't resolved correctly inside a subroutine
39329              definition inside the eval"" if they were not already referenced
39330              in the toplevel of the eval""-ed code
39331      Branch: perl
39332           !> cop.h op.c pp_ctl.c t/op/misc.t
39333 ____________________________________________________________________________
39334 [ 10448] By: gsar                                  on 2001/06/06  01:03:26
39335         Log: fix yet another bug of hoary vintage found by change#10394: lexicals
39336              outside an eval"" weren't resolved correctly inside a subroutine
39337              definition inside the eval"" if they were not already referenced
39338              in the toplevel of the eval""-ed code
39339      Branch: maint-5.6/perl
39340            ! cop.h op.c pp_ctl.c t/op/misc.t
39341 ____________________________________________________________________________
39342 [ 10447] By: jhi                                   on 2001/06/06  00:51:04
39343         Log: Subject: [PATCH] perl570delta.pod
39344              From: Peter Scott <Peter@PSDT.com> 
39345              Date: Tue, 05 Jun 2001 18:51:02 -0700
39346              Message-Id: <4.3.2.7.2.20010605183619.00a94400@psdt.com>
39347      Branch: perl
39348            ! pod/perl570delta.pod
39349 ____________________________________________________________________________
39350 [ 10446] By: jhi                                   on 2001/06/05  23:45:05
39351         Log: The fudge factor is no more needed.  I hope.
39352      Branch: perl
39353            ! t/lib/posix.t
39354 ____________________________________________________________________________
39355 [ 10445] By: jhi                                   on 2001/06/05  23:19:19
39356         Log: Subject: Re: [ID 20010529.006] String plus zero inconsistent across platforms 
39357              From: Hugo <hv@crypt.compulink.co.uk>
39358              Date: Tue, 05 Jun 2001 12:58:19 +0100
39359              Message-Id: <200106051158.MAA04605@crypt.compulink.co.uk>
39360      Branch: perl
39361            ! util.c
39362 ____________________________________________________________________________
39363 [ 10444] By: jhi                                   on 2001/06/05  11:09:01
39364         Log: Make up prototypes only for those who have the functions
39365              but not the prototypes.
39366      Branch: perl
39367            ! perl.h
39368 ____________________________________________________________________________
39369 [ 10443] By: jhi                                   on 2001/06/05  11:02:13
39370         Log: Subject: Re: Not OK: perl@10439 on win32 
39371              From: Prymmer/Kahn <pvhp@best.com> 
39372              Date: Mon, 4 Jun 2001 22:11:02 -0700 (PDT)
39373              Message-ID: <Pine.BSF.4.21.0106042136410.26316-100000@shell8.ba.best.com>
39374      Branch: perl
39375            ! perl.h util.c
39376 ____________________________________________________________________________
39377 [ 10442] By: jhi                                   on 2001/06/05  00:55:46
39378         Log: The metaconfig units changes for #10441.
39379      Branch: metaconfig
39380            ! U/modified/Extract.U U/modified/Extractall.U
39381            ! U/modified/Finish.U
39382 ____________________________________________________________________________
39383 [ 10441] By: jhi                                   on 2001/06/05  00:55:17
39384         Log: Extraction of the *.SH wasn't quite working with -Dmksymlinks.
39385      Branch: perl
39386            ! Configure
39387 ____________________________________________________________________________
39388 [ 10440] By: jhi                                   on 2001/06/05  00:28:27
39389         Log: Unnecessary fuzziness undone, noted by Mike Guy.
39390      Branch: perl
39391            ! t/op/tr.t
39392 ____________________________________________________________________________
39393 [ 10439] By: jhi                                   on 2001/06/04  17:14:31
39394         Log: Update Changes.
39395      Branch: perl
39396            ! Changes patchlevel.h
39397 ____________________________________________________________________________
39398 [ 10438] By: jhi                                   on 2001/06/04  17:10:16
39399         Log: Test case for 'eval "a.b.c.d.e.f;sub"' save stack imbalance
39400              bug found by Ilmari Karonen; the bug fixed by Sarathy's lexical
39401              leakage patch.
39402      Branch: perl
39403            ! t/op/misc.t
39404 ____________________________________________________________________________
39405 [ 10437] By: jhi                                   on 2001/06/04  17:01:06
39406         Log: Test case for #10433/#10424.
39407      Branch: perl
39408            ! t/op/misc.t
39409 ____________________________________________________________________________
39410 [ 10436] By: jhi                                   on 2001/06/04  16:54:21
39411         Log: Subject: One fix for strtoul not setting errno
39412              From: hom00@utsglobal.com (Hal Morris)
39413              Date: Sat, 2 Jun 2001 09:23:11 -0700 (PDT)
39414              Message-Id: <200106021623.JAA06906@cepheus.utsglobal.com>
39415      Branch: perl
39416            + uts/strtol_wrap.c
39417            ! MANIFEST hints/uts.sh
39418 ____________________________________________________________________________
39419 [ 10435] By: jhi                                   on 2001/06/04  16:54:01
39420         Log: Metaconfig units changes for #10434.
39421      Branch: metaconfig
39422            ! U/modified/Cppsym.U
39423      Branch: metaconfig/U/perl
39424            + d_dbminitproto.U d_flockproto.U d_sockatmarkproto.U
39425            + d_syscallproto.U d_usleepproto.U
39426            ! longdblfio.U quadfio.U
39427 ____________________________________________________________________________
39428 [ 10434] By: jhi                                   on 2001/06/04  16:48:33
39429         Log: Configure tweaks; add prototype probes, make the cpp symbols
39430              probe to cast, not whine; test for %Ld and %Lf before %lld and
39431              %llf because the L is the ANSI way.
39432      Branch: perl
39433            ! Configure config_h.SH configure.com epoc/config.sh
39434            ! ext/ODBM_File/ODBM_File.xs perl.h pod/perltoc.pod uconfig.h
39435            ! uconfig.sh vos/config.alpha.def vos/config.ga.def
39436            ! win32/config.bc win32/config.gc win32/config.vc x2p/str.c
39437 ____________________________________________________________________________
39438 [ 10433] By: jhi                                   on 2001/06/04  16:45:23
39439         Log: Sigh.  This is what #10424 was supposed to check in.
39440      Branch: perl
39441            ! op.c sv.c sv.h
39442 ____________________________________________________________________________
39443 [ 10432] By: jhi                                   on 2001/06/04  16:29:40
39444         Log: More verbose failure.
39445      Branch: perl
39446            ! t/op/ver.t
39447 ____________________________________________________________________________
39448 [ 10431] By: jhi                                   on 2001/06/04  16:21:55
39449         Log: The .pm changes to go with #10428.
39450      Branch: perl
39451            ! ext/Fcntl/Fcntl.pm ext/Socket/Socket.pm
39452            ! ext/Sys/Syslog/Syslog.pm
39453 ____________________________________________________________________________
39454 [ 10430] By: jhi                                   on 2001/06/04  16:05:20
39455         Log: On second thoughts show to utf8 skippage message only
39456              on failures, it's too confusing otherwise,
39457      Branch: perl
39458            ! t/pragma/locale.t
39459 ____________________________________________________________________________
39460 [ 10429] By: jhi                                   on 2001/06/04  14:47:50
39461         Log: Do not import anything from Encode.
39462      Branch: perl
39463            ! ext/MIME/Base64/QuotedPrint.pm
39464 ____________________________________________________________________________
39465 [ 10428] By: jhi                                   on 2001/06/04  14:45:47
39466         Log: The #10402 didn't take.  Weird.
39467      Branch: perl
39468            ! ext/Fcntl/Fcntl.xs ext/Socket/Socket.xs
39469            ! ext/Sys/Syslog/Syslog.xs
39470 ____________________________________________________________________________
39471 [ 10427] By: jhi                                   on 2001/06/04  12:55:39
39472         Log: Eradicate traces of 'asciirange' re subpragma.
39473      Branch: perl
39474            ! ext/B/B/Deparse.pm ext/MIME/Base64/QuotedPrint.pm ext/re/re.pm
39475            ! pod/perldiag.pod
39476 ____________________________________________________________________________
39477 [ 10426] By: jhi                                   on 2001/06/04  12:44:05
39478         Log: use is a compile-time thing.
39479      Branch: perl
39480            ! ext/MIME/Base64/QuotedPrint.pm
39481 ____________________________________________________________________________
39482 [ 10425] By: jhi                                   on 2001/06/04  12:39:44
39483         Log: Subject: [PATCH perl@10419] -Wall casting patch
39484              From: Robin Barker <rmb1@cise.npl.co.uk>
39485              Date: Mon, 4 Jun 2001 14:27:28 +0100 (BST)
39486              Message-Id: <200106041327.OAA15338@tempest.npl.co.uk>
39487      Branch: perl
39488            ! ext/Devel/DProf/DProf.xs mg.c
39489 ____________________________________________________________________________
39490 [ 10424] By: jhi                                   on 2001/06/04  12:23:30
39491         Log: Subject: [PATCH #2] introducing SVpad_TYPED
39492              From: Abhijit Menon-Sen <ams@wiw.org>
39493              Date: Mon, 4 Jun 2001 12:26:02 +0530
39494              Message-ID: <20010604122602.A5775@lustre.linux.in>
39495      Branch: perl
39496            ! op.c sv.c sv.h
39497 ____________________________________________________________________________
39498 [ 10423] By: gsar                                  on 2001/06/04  05:12:18
39499         Log: testsuite for change#10192 (from Gisle Aas)
39500      Branch: perl
39501            + t/op/override.t
39502            ! MANIFEST
39503 ____________________________________________________________________________
39504 [ 10422] By: gsar                                  on 2001/06/04  02:32:03
39505         Log: integrate changes#10414-10416 from mainline
39506              
39507              Potential buffer overrun if the radix separator is more than
39508              one byte.  Also, under locales, prefer the locale-specific
39509              separator over the old boring ".".
39510              
39511              "10.", that is, decimal numbers can have no decimal part at all.
39512              
39513              The non-locale places need love, too.
39514      Branch: maint-5.6/perl
39515           !> perl.h sv.c
39516 ____________________________________________________________________________
39517 [ 10421] By: jhi                                   on 2001/06/04  02:25:53
39518         Log: Missed from #10420.
39519      Branch: perl
39520            ! epoc/config.sh
39521 ____________________________________________________________________________
39522 [ 10420] By: jhi                                   on 2001/06/04  02:19:58
39523         Log: Missed HAS_SETRESGID_PROTO.  No serious harm done since
39524              often this prototype goes with HAS_SETRESUID_PROTO.
39525      Branch: perl
39526            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
39527            ! config_h.SH configure.com perl.h uconfig.h
39528 ____________________________________________________________________________
39529 [ 10419] By: jhi                                   on 2001/06/04  00:24:55
39530         Log: Update Changes.
39531      Branch: perl
39532            ! Changes patchlevel.h
39533 ____________________________________________________________________________
39534 [ 10418] By: jhi                                   on 2001/06/03  23:58:04
39535         Log: -Wall "subscript has type `char'" cleanup.
39536      Branch: perl
39537            ! ext/File/Glob/bsd_glob.c x2p/a2py.c x2p/str.c x2p/walk.c
39538 ____________________________________________________________________________
39539 [ 10417] By: jhi                                   on 2001/06/03  23:37:17
39540         Log: Various "cast to pointer from integer of different size"
39541              picked up by gcc -Wall (in Tru64 where pointers are 64 bits
39542              wide but I32 (int) only 32 bits wide).
39543              
39544              WARNING: the classnum and tagnum changes in Storable.xs
39545              may not be wise, they may be breaking binary compatibility
39546              (in 64-bit platforms), asked Raphael Manfredi about the changes.
39547      Branch: perl
39548            ! embed.pl ext/Devel/DProf/DProf.xs ext/Storable/Storable.xs
39549            ! mg.c proto.h
39550 ____________________________________________________________________________
39551 [ 10416] By: jhi                                   on 2001/06/03  23:15:24
39552         Log: The non-locale places need love, too.
39553      Branch: perl
39554            ! perl.h
39555 ____________________________________________________________________________
39556 [ 10415] By: jhi                                   on 2001/06/03  23:10:55
39557         Log: "10.", that is, decimal numbers can have no decimal part at all.
39558      Branch: perl
39559            ! perl.h
39560 ____________________________________________________________________________
39561 [ 10414] By: jhi                                   on 2001/06/03  22:49:55
39562         Log: Potential buffer overrun if the radix separator is more than
39563              one byte.  Also, under locales, prefer the locale-specific
39564              separator over the old boring ".".
39565      Branch: perl
39566            ! perl.h sv.c
39567 ____________________________________________________________________________
39568 [ 10413] By: jhi                                   on 2001/06/03  22:42:10
39569         Log: Integrate change #10412 from maintperl; locale is now
39570              per-cop, not per-op; plus retweak the locale.t to always
39571              list the skipped utf8 locales.
39572      Branch: perl
39573            ! t/pragma/locale.t
39574           !> embed.h lib/locale.pm op.c op.h opcode.h opcode.pl perl.h pp.c
39575           !> pp.sym pp_ctl.c pp_proto.h pp_sys.c util.c
39576 ____________________________________________________________________________
39577 [ 10412] By: gsar                                  on 2001/06/03  22:23:16
39578         Log: rationalize locale handling to fix the bugs uncovered by change#10394
39579              
39580              the major issue was that the runtime was looking at PL_hints rather
39581              than op_private to notice whether locale was enabled
39582              
39583              the secondary issue was that many locale-sensitive numeric ops didn't
39584              have HINT_LOCALE propagated into their op_private
39585              
39586              HINT_LOCALE is now propagated per-statement (i.e., via PL_curcop)
39587              instead of per-op, just like HINT_BYTE and the hints for lexical
39588              warnings (this makes the hint available to every op via PL_curcop)
39589              
39590              pragma/locale.t may need to be reworked with these fixes in mind
39591              (it currently passes its tests)
39592      Branch: maint-5.6/perl
39593            ! embed.h lib/locale.pm op.c op.h opcode.h opcode.pl perl.h pp.c
39594            ! pp.sym pp_ctl.c pp_proto.h pp_sys.c t/pragma/locale.t util.c
39595 ____________________________________________________________________________
39596 [ 10411] By: jhi                                   on 2001/06/03  17:50:49
39597         Log: More verbose debugging.
39598      Branch: perl
39599            ! t/pragma/locale.t
39600 ____________________________________________________________________________
39601 [ 10410] By: jhi                                   on 2001/06/03  17:36:40
39602         Log: Subject: RE: [PATCHES] regcomp.c, pod/perldiag.pod, t/op/pat.t
39603              From: "Paul Marquess" <Paul_Marquess@Yahoo.co.uk>
39604              Date: Sat, 2 Jun 2001 22:53:33 +0100
39605              Message-ID: <000601c0ebae$77d10dc0$99dcfea9@bfs.phone.com>
39606      Branch: perl
39607            ! regcomp.c t/pragma/warn/regcomp
39608 ____________________________________________________________________________
39609 [ 10409] By: jhi                                   on 2001/06/03  17:27:13
39610         Log: Mention that lexicalizing $a or $b is a bad idea if one
39611              wants to use sort().
39612      Branch: perl
39613            ! pod/perlvar.pod
39614 ____________________________________________________________________________
39615 [ 10408] By: jhi                                   on 2001/06/03  16:52:41
39616         Log: Tweak the test to be happy if the accuracy is 'good enough'.
39617      Branch: perl
39618            ! t/lib/posix.t
39619 ____________________________________________________________________________
39620 [ 10407] By: jhi                                   on 2001/06/03  16:50:33
39621         Log: Upgrade to Attribute::Handlers 0.70.
39622              
39623              NOTE: this unearthed the "too late for CHECK block" bug,
39624              that's why the 1_compile.t change.
39625      Branch: perl
39626            + lib/Attribute/Handlers/demo/Demo.pm
39627            + lib/Attribute/Handlers/demo/Descriptions.pm
39628            + lib/Attribute/Handlers/demo/MyClass.pm
39629            + lib/Attribute/Handlers/demo/demo.pl
39630            + lib/Attribute/Handlers/demo/demo2.pl
39631            + lib/Attribute/Handlers/demo/demo3.pl
39632            + lib/Attribute/Handlers/demo/demo4.pl
39633            + lib/Attribute/Handlers/demo/demo_call.pl
39634            + lib/Attribute/Handlers/demo/demo_chain.pl
39635            + lib/Attribute/Handlers/demo/demo_cycle.pl
39636            + lib/Attribute/Handlers/demo/demo_hashdir.pl
39637            + lib/Attribute/Handlers/demo/demo_phases.pl
39638            + lib/Attribute/Handlers/demo/demo_range.pl
39639            + lib/Attribute/Handlers/demo/demo_rawdata.pl
39640            ! MANIFEST lib/Attribute/Handlers.pm t/lib/1_compile.t
39641            ! t/lib/attrhand.t
39642 ____________________________________________________________________________
39643 [ 10406] By: jhi                                   on 2001/06/03  16:40:03
39644         Log: One less -Wall whine.
39645      Branch: perl
39646            ! regcomp.c
39647 ____________________________________________________________________________
39648 [ 10405] By: jhi                                   on 2001/06/03  16:30:34
39649         Log: Integrate change #10404 from maintperl; eval.t was in pre-10394 mood.
39650      Branch: perl
39651           !> t/op/eval.t
39652 ____________________________________________________________________________
39653 [ 10404] By: gsar                                  on 2001/06/03  16:23:07
39654         Log: eval.t was relying on pre-change#10394 buggy behavior (lexicals
39655              aren't "normally" visible inside eval""s contained in subs unless
39656              a cloned reference to them already exists)
39657              
39658              strangely enough, t/harness didn't show this up as a failure
39659              (harness needs fixing?)
39660      Branch: maint-5.6/perl
39661            ! t/op/eval.t
39662 ____________________________________________________________________________
39663 [ 10403] By: jhi                                   on 2001/06/03  16:22:59
39664         Log: Update to Text::Balanced 1.85.
39665      Branch: perl
39666            ! lib/Text/Balanced.pm t/lib/tb-xvari.t
39667 ____________________________________________________________________________
39668 [ 10402] By: jhi                                   on 2001/06/03  16:18:09
39669         Log: Subject: [PATCH] Re: ext/Socket/Socket.xs
39670              From: Nicholas Clark <nick@ccl4.org>
39671              Date: Sun, 3 Jun 2001 17:54:36 +0100
39672              Message-ID: <20010603175436.E76396@plum.flirble.org> 
39673      Branch: perl
39674            ! ext/Fcntl/Fcntl.xs ext/Socket/Socket.xs
39675            ! ext/Sys/Syslog/Syslog.xs
39676 ____________________________________________________________________________
39677 [ 10401] By: jhi                                   on 2001/06/03  16:09:33
39678         Log: Unused variables.
39679      Branch: perl
39680            ! util.c
39681 ____________________________________________________________________________
39682 [ 10400] By: jhi                                   on 2001/06/03  16:04:26
39683         Log: Subject: [PATCH] APIfy op_clear 
39684              From: Simon Cozens <simon@netthink.co.uk>
39685              Date: Sun, 3 Jun 2001 13:51:46 +0100
39686              Message-ID: <20010603135146.A9984@deep-dark-truthful-mirror.pmb.ox.ac.uk>
39687              
39688              (despite the subject line, op_null is APIfied by the patch)
39689      Branch: perl
39690            ! embed.h embed.pl global.sym objXSUB.h perlapi.c
39691 ____________________________________________________________________________
39692 [ 10399] By: jhi                                   on 2001/06/03  15:51:35
39693         Log: Subject: [PATCH] t/lib/extutils.t
39694              From: Nicholas Clark <nick@ccl4.org>
39695              Date: Sat, 2 Jun 2001 23:57:05 +0100
39696              Message-ID: <20010602235705.Q12698@plum.flirble.org>
39697      Branch: perl
39698            ! lib/ExtUtils/Constant.pm t/lib/extutils.t
39699 ____________________________________________________________________________
39700 [ 10398] By: jhi                                   on 2001/06/03  15:34:11
39701         Log: Subject: [PATCH: perl@10360] update two win32 Makefiles
39702              From: Prymmer/Kahn <pvhp@best.com>
39703              Date: Sun, 3 Jun 2001 08:55:14 -0700 (PDT)
39704              Message-ID: <Pine.BSF.4.21.0106030845550.21619-100000@shell8.ba.best.com>
39705      Branch: perl
39706            ! win32/Makefile win32/makefile.mk
39707 ____________________________________________________________________________
39708 [ 10397] By: jhi                                   on 2001/06/03  15:12:13
39709         Log: Subject: Re: 'decimal digits' macro? 
39710              From: Hugo <hv@crypt.compulink.co.uk>
39711              Date: Sun, 03 Jun 2001 04:26:36 +0100
39712              Message-Id: <200106030326.EAA18786@crypt.compulink.co.uk>
39713      Branch: perl
39714            ! handy.h t/lib/posix.t t/op/tr.t
39715 ____________________________________________________________________________
39716 [ 10396] By: jhi                                   on 2001/06/03  15:10:49
39717         Log: Subject: Re: [ID 20010529.006] String plus zero inconsistent across platforms
39718              From: Hugo <hv@crypt.compulink.co.uk>
39719              Date: Sun, 03 Jun 2001 14:56:30 +0100
39720              Message-Id: <200106031356.OAA12517@crypt.compulink.co.uk>
39721      Branch: perl
39722            ! util.c
39723 ____________________________________________________________________________
39724 [ 10395] By: jhi                                   on 2001/06/03  14:59:41
39725         Log: Integrate change #10394 from maintperl; lexical file scope leakage.
39726      Branch: perl
39727           !> perly.c perly.y t/op/misc.t t/pragma/warn/universal
39728           !> vms/perly_c.vms
39729 ____________________________________________________________________________
39730 [ 10394] By: gsar                                  on 2001/06/03  03:05:43
39731         Log: fix leakage of lexicals at file scope into subroutines that were
39732              declared before them; this appears to be a longstanding bug that
39733              meant that lexicals at file scope were never "deintroduced", meaning
39734              their scope range was never properly closed, and their visibility
39735              extended to all subsequent eval""s or requires
39736              
39737              added a test case
39738              
39739              seems to also fix a case of bogus duplicate warnings
39740      Branch: maint-5.6/perl
39741            ! perly.c perly.y t/op/misc.t t/pragma/warn/universal
39742            ! vms/perly_c.vms
39743 ____________________________________________________________________________
39744 [ 10393] By: jhi                                   on 2001/06/02  16:55:03
39745         Log: More VMS tweaks from Craig A. Berry.
39746      Branch: perl
39747            ! configure.com t/lib/extutils.t
39748 ____________________________________________________________________________
39749 [ 10392] By: jhi                                   on 2001/06/02  16:48:26
39750         Log: -Wall cleanup continues.
39751      Branch: perl
39752            ! README.tru64 embed.h embed.pl ext/NDBM_File/NDBM_File.xs
39753            ! ext/POSIX/POSIX.xs ext/PerlIO/Scalar/Scalar.xs
39754            ! ext/Storable/Storable.xs ext/Sys/Hostname/Hostname.xs
39755            ! ext/Sys/Syslog/Syslog.xs perl.c proto.h regcomp.c regexec.c
39756            ! run.c toke.c util.c
39757 ____________________________________________________________________________
39758 [ 10391] By: jhi                                   on 2001/06/02  13:29:47
39759         Log: The metaconfig unit change for #10390.
39760      Branch: metaconfig/U/perl
39761            ! gccvers.U
39762 ____________________________________________________________________________
39763 [ 10390] By: jhi                                   on 2001/06/02  13:29:12
39764         Log: Drop the -ansi from the default gcc flags.
39765              
39766              Off_t/off_t is a struct in Solaris with largefiles, and with -ansi
39767              that struct cannot be compared with a flat integer, such as STRLEN.
39768              The -ansi will also cause a lot of noise in Solaris because of:
39769              /usr/include/sys/resource.h:148: warning: `struct rlimit64' declared inside parameter list
39770      Branch: perl
39771            ! Configure
39772 ____________________________________________________________________________
39773 [ 10389] By: jhi                                   on 2001/06/02  13:14:57
39774         Log: Integrate perlio.
39775      Branch: perl
39776           !> pod/perlapi.pod util.c
39777 ____________________________________________________________________________
39778 [ 10388] By: nick                                  on 2001/06/02  08:01:12
39779         Log: Integrate mainline
39780      Branch: perlio
39781           +> lib/Attribute/Handlers.pm t/lib/attrhand.t
39782           !> MANIFEST configure.com ext/MIME/Base64/QuotedPrint.pm
39783           !> lib/File/Find.pm pod/perlmodlib.pod pod/perltoc.pod
39784           !> t/lib/1_compile.t t/lib/mimeqp.t
39785 ____________________________________________________________________________
39786 [ 10387] By: nick                                  on 2001/06/02  07:39:17
39787         Log: Tweak util.c's atof2 for MULTIPLICITY
39788      Branch: perlio
39789            ! util.c
39790 ____________________________________________________________________________
39791 [ 10386] By: nick                                  on 2001/06/02  07:38:33
39792         Log: Integrate mainline
39793      Branch: perlio
39794           !> (integrate 41 files)
39795 ____________________________________________________________________________
39796 [ 10385] By: jhi                                   on 2001/06/01  22:12:48
39797         Log: Add Attribute::Handlers 0.61 from Damian Conway.
39798      Branch: perl
39799            + lib/Attribute/Handlers.pm t/lib/attrhand.t
39800            ! MANIFEST pod/perlmodlib.pod pod/perltoc.pod t/lib/1_compile.t
39801 ____________________________________________________________________________
39802 [ 10384] By: jhi                                   on 2001/06/01  21:53:14
39803         Log: Subject: [PATCH: perl@10328] allow MIME::QuotePrint to handle ASCII code numbers on EBCDIC machines
39804              From: Peter Prymmer <pvhp@forte.com>
39805              Date: Fri, 1 Jun 2001 15:49:22 -0700 (PDT)
39806              Message-ID: <Pine.OSF.4.10.10106011545140.323662-100000@aspara.forte.com>
39807      Branch: perl
39808            ! ext/MIME/Base64/QuotedPrint.pm t/lib/mimeqp.t
39809 ____________________________________________________________________________
39810 [ 10383] By: jhi                                   on 2001/06/01  21:36:11
39811         Log: Subject: [PATCH File::Find] 'do 1' and puzzling (?>...)
39812              From: Jeff Pinyan <jeffp@crusoe.net>
39813              Date: Fri, 1 Jun 2001 14:13:56 -0400 (EDT)
39814              Message-ID: <Pine.GSO.4.21.0106011412520.21027-100000@crusoe.crusoe.net>
39815      Branch: perl
39816            ! lib/File/Find.pm
39817 ____________________________________________________________________________
39818 [ 10382] By: jhi                                   on 2001/06/01  21:35:02
39819         Log: Subject: [PATCH perl@10381] configure.com tweaks
39820              From: "Craig A. Berry" <craigberry@mac.com>
39821              Date: Fri, 1 Jun 2001 13:55:43 -0500
39822              Message-Id: <a05100e00b73d942aa9da@[172.16.52.1]>
39823      Branch: perl
39824            ! configure.com
39825 ____________________________________________________________________________
39826 [ 10381] By: jhi                                   on 2001/06/01  16:37:21
39827         Log: Update Changes.
39828      Branch: perl
39829            ! Changes patchlevel.h
39830 ____________________________________________________________________________
39831 [ 10380] By: jhi                                   on 2001/06/01  16:19:18
39832         Log: Subject: [PATCH] Re: [ID 20010529.004] program doesn't work unless in debug mode
39833              From: Mike Guy <mjtg@cam.ac.uk>
39834              Date: Fri, 01 Jun 2001 18:17:02 +0100
39835              Message-Id: <E155sXm-0001C2-00@draco.cus.cam.ac.uk>
39836      Branch: perl
39837            ! lib/perl5db.pl
39838 ____________________________________________________________________________
39839 [ 10379] By: jhi                                   on 2001/06/01  16:13:28
39840         Log: Subject: Re: [ID 20010529.006] String plus zero inconsistent across platforms
39841              From: Hugo <hv@crypt.compulink.co.uk>
39842              Date: Thu, 31 May 2001 20:49:48 +0100
39843              Message-Id: <200105311949.UAA02798@crypt.compulink.co.uk>
39844      Branch: perl
39845            ! embed.h embed.pl global.sym objXSUB.h perl.h perlapi.c proto.h
39846            ! util.c
39847 ____________________________________________________________________________
39848 [ 10378] By: jhi                                   on 2001/06/01  15:56:35
39849         Log: Zero() is not available in x2p (or, rather, some of its
39850              implementations like memzero() might not be available.)
39851      Branch: perl
39852            ! x2p/hash.c
39853 ____________________________________________________________________________
39854 [ 10377] By: jhi                                   on 2001/06/01  15:44:48
39855         Log: Subject: [PATCH x2p/hash.c] bzero -> memset
39856              From: Michael G Schwern <schwern@pobox.com>
39857              Date: Fri, 1 Jun 2001 12:00:29 +0100
39858              Message-ID: <20010601120029.F29027@blackrider.blackstar.co.uk>
39859              
39860              (But use Zero() instead of memset.)
39861      Branch: perl
39862            ! x2p/hash.c
39863 ____________________________________________________________________________
39864 [ 10376] By: jhi                                   on 2001/06/01  15:39:52
39865         Log: Subject: Re: [PATCHES] regcomp.c, pod/perldiag.pod, t/op/pat.t
39866              From: Jeff Pinyan <jeffp@crusoe.net>
39867              Date: Fri, 1 Jun 2001 10:33:55 -0400 (EDT)
39868              Message-ID: <Pine.GSO.4.21.0106011032080.21027-100000@crusoe.crusoe.net>
39869      Branch: perl
39870            ! pod/perldiag.pod regcomp.c t/op/pat.t
39871 ____________________________________________________________________________
39872 [ 10375] By: jhi                                   on 2001/06/01  15:36:35
39873         Log: Retract #10324 and #10333; not needed.
39874      Branch: perl
39875            ! hints/irix_6.sh hints/linux.sh
39876 ____________________________________________________________________________
39877 [ 10374] By: jhi                                   on 2001/06/01  15:35:19
39878         Log: The #10370 wasn't quite right.
39879      Branch: perl
39880            ! ext/XS/Typemap/Typemap.xs
39881 ____________________________________________________________________________
39882 [ 10373] By: jhi                                   on 2001/06/01  15:34:49
39883         Log: The metaconfig units changes for #10372.
39884      Branch: metaconfig/U/perl
39885            + d_realpath.U d_sresgproto.U d_sresuproto.U
39886            ! gccvers.U i_db.U
39887 ____________________________________________________________________________
39888 [ 10372] By: jhi                                   on 2001/06/01  15:34:24
39889         Log: Configure tweaks; record the Berkeley DB version,
39890              probe for realpath(), for setresuid() and setresgid()
39891              prototypes; use realpath() (try to be paranoid enough),
39892              use the setres[ug]id prototypes because glibc has the functions
39893              but not their prototypes; add -Wall -ansi to gcc ccflags;
39894              regen toc.
39895      Branch: perl
39896            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
39897            ! config_h.SH configure.com epoc/config.sh
39898            ! ext/DB_File/DB_File.xs perl.h pod/perlapi.pod pod/perltoc.pod
39899            ! uconfig.h uconfig.sh util.c vos/config.alpha.def
39900            ! vos/config.ga.def win32/config.bc win32/config.gc
39901            ! win32/config.vc
39902 ____________________________________________________________________________
39903 [ 10371] By: jhi                                   on 2001/06/01  12:50:05
39904         Log: Subject: Re: [PATCH xsutils.c] Quieting warnings
39905              From: Michael G Schwern <schwern@pobox.com>
39906              Date: Fri, 1 Jun 2001 11:28:14 +0100
39907              Message-ID: <20010601112814.B29027@blackrider.blackstar.co.uk>
39908      Branch: perl
39909            ! lib/attributes.pm xsutils.c
39910 ____________________________________________________________________________
39911 [ 10370] By: jhi                                   on 2001/06/01  12:48:55
39912         Log: Subject: [PATCH] Fix -Wall on XS::Typemap
39913              From: Tim Jenness <t.jenness@jach.hawaii.edu>
39914              Date: Thu, 31 May 2001 16:15:37 -1000 (HST)
39915              Message-ID: <Pine.LNX.4.33.0105311610110.9337-100000@lapaki.jach.hawaii.edu>
39916      Branch: perl
39917            ! ext/XS/Typemap/Typemap.xs
39918 ____________________________________________________________________________
39919 [ 10369] By: jhi                                   on 2001/06/01  12:47:21
39920         Log: Subject: [patch] Cwd.xs optimizations/abstraction
39921              From: Doug MacEachern <dougm@covalent.net>
39922              Date: Thu, 31 May 2001 17:37:37 -0700 (PDT)
39923              Message-ID: <Pine.LNX.4.21.0105311733270.732-100000@mako.covalent.net> 
39924      Branch: perl
39925            ! embed.h embed.pl ext/Cwd/Cwd.xs global.sym lib/Cwd.pm
39926            ! objXSUB.h perlapi.c pod/perlapi.pod proto.h util.c
39927 ____________________________________________________________________________
39928 [ 10368] By: jhi                                   on 2001/06/01  12:32:00
39929         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!])
39930              From: Nicholas Clark <nick@ccl4.org>
39931              Date: Thu, 31 May 2001 23:56:40 +0100
39932              Message-ID: <20010531235640.F12698@plum.flirble.org>
39933              
39934              Make the test work also under only static extensions
39935              (sh Configure -Uusedl fakes this nicely)
39936      Branch: perl
39937            ! t/lib/extutils.t
39938 ____________________________________________________________________________
39939 [ 10367] By: jhi                                   on 2001/06/01  12:27:53
39940         Log: Subject: [PATCH hv.c] Eliminating trigraph
39941              From: Michael G Schwern <schwern@pobox.com>
39942              Message-ID: <20010601114955.E29027@blackrider.blackstar.co.uk>
39943              Date: Fri, 1 Jun 2001 11:49:56 +0100
39944      Branch: perl
39945            ! hv.c
39946 ____________________________________________________________________________
39947 [ 10366] By: jhi                                   on 2001/06/01  12:14:57
39948         Log: Subject: Re: [PATCH] Tests for File::Compare 
39949              From: "Philip Newton" <Philip.Newton@gmx.net>
39950              Date: Thu, 31 May 2001 19:44:05 +0200
39951              Message-Id: <200105311748.f4VHmCt18269@chaos.wustl.edu>
39952              
39953              Unnecessary "quotation marks".
39954      Branch: perl
39955            ! t/lib/filecomp.t
39956 ____________________________________________________________________________
39957 [ 10365] By: jhi                                   on 2001/06/01  12:13:26
39958         Log: Integrate perlio.
39959      Branch: perl
39960           !> lib/ExtUtils/MM_Win32.pm t/lib/filecomp.t
39961 ____________________________________________________________________________
39962 [ 10364] By: nick                                  on 2001/06/01  10:13:31
39963         Log: Cleanup dll.base and dll.exp created by GCC builds.
39964      Branch: perlio
39965            ! lib/ExtUtils/MM_Win32.pm
39966 ____________________________________________________________________________
39967 [ 10363] By: nick                                  on 2001/06/01  10:02:17
39968         Log: Make filecomp test work on CRLF platforms by adding binmode.
39969      Branch: perlio
39970            ! t/lib/filecomp.t
39971 ____________________________________________________________________________
39972 [ 10362] By: nick                                  on 2001/06/01  08:37:17
39973         Log: Integrate mainline
39974      Branch: perlio
39975           !> Changes Configure patchlevel.h perlio.c
39976 ____________________________________________________________________________
39977 [ 10361] By: jhi                                   on 2001/05/31  15:09:34
39978         Log: panic:claustrophobia.
39979      Branch: perl
39980            ! perlio.c
39981 ____________________________________________________________________________
39982 [ 10360] By: jhi                                   on 2001/05/31  13:04:25
39983         Log: Update Changes.
39984      Branch: perl
39985            ! Changes patchlevel.h
39986 ____________________________________________________________________________
39987 [ 10359] By: nick                                  on 2001/05/31  12:35:50
39988         Log: Integrate mainline.
39989      Branch: perlio
39990           +> t/lib/filecomp.t
39991           !> AUTHORS MANIFEST ext/Storable/Storable.xs gv.c perl.c perl.h
39992           !> pp_ctl.c sv.c t/lib/1_compile.t toke.c util.c
39993 ____________________________________________________________________________
39994 [ 10358] By: jhi                                   on 2001/05/31  12:35:05
39995         Log: Integrate perlio.
39996      Branch: perl
39997           !> t/pragma/warn/toke win32/config_H.bc win32/config_H.gc
39998           !> win32/config_H.vc
39999 ____________________________________________________________________________
40000 [ 10357] By: jhi                                   on 2001/05/31  12:34:04
40001         Log: Metaconfig unit change for #10356.
40002      Branch: metaconfig
40003            ! U/installdirs/inc_version_list.U
40004 ____________________________________________________________________________
40005 [ 10356] By: jhi                                   on 2001/05/31  12:33:41
40006         Log: Allow Configure -Dinc_version_list='5.6.0/$archname 5.6.0' ...
40007              (idea from Sarathy; implementation from Andy)
40008      Branch: perl
40009            ! Configure
40010 ____________________________________________________________________________
40011 [ 10355] By: jhi                                   on 2001/05/31  12:18:06
40012         Log: More AUTHORS.
40013      Branch: perl
40014            ! AUTHORS
40015 ____________________________________________________________________________
40016 [ 10354] By: jhi                                   on 2001/05/31  12:16:24
40017         Log: Subject: Re: [PATCH] Tests for File::Compare
40018              From: Alexander Gough <alexander.gough@st-hughs.oxford.ac.uk>
40019              Date: Thu, 31 May 2001 13:26:34 +0100 (GMT)
40020              Message-Id: <E155RX8-0004X2-00@wing1.herald.ox.ac.uk>
40021      Branch: perl
40022            + t/lib/filecomp.t
40023            ! MANIFEST t/lib/1_compile.t
40024 ____________________________________________________________________________
40025 [ 10353] By: jhi                                   on 2001/05/31  12:11:24
40026         Log: Subject: [PATCH] DEBUG_* macro cleanups
40027              From: Abhijit Menon-Sen <ams@wiw.org>
40028              Date: Thu, 31 May 2001 12:16:22 +0530
40029              Message-ID: <20010531121622.B4829@lustre.linux.in>
40030              
40031              Subject: Re: [PATCH] DEBUG_* macro cleanups
40032              From: Abhijit Menon-Sen <ams@wiw.org>
40033              Date: Thu, 31 May 2001 13:57:01 +0530
40034              Message-ID: <20010531135701.A21775@lustre.linux.in>
40035              
40036              (The DEBUG_ definitions in perl.h changed to use the
40037              STMT_START and STMT_END.)
40038      Branch: perl
40039            ! perl.h pp_ctl.c sv.c toke.c
40040 ____________________________________________________________________________
40041 [ 10352] By: jhi                                   on 2001/05/31  11:53:31
40042         Log: Subject: [PATCH] -Wall cleanups: perl.c, gv.c, Storable.xs
40043              From: Abhijit Menon-Sen <ams@wiw.org>
40044              Date: Thu, 31 May 2001 08:27:55 +0530
40045              Message-ID: <20010531082755.A10018@lustre.linux.in>
40046      Branch: perl
40047            ! ext/Storable/Storable.xs gv.c perl.c
40048 ____________________________________________________________________________
40049 [ 10351] By: jhi                                   on 2001/05/31  11:45:16
40050         Log: Subject: [PATCH] AUTHORS
40051              From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
40052              Date: Thu, 31 May 2001 01:27:59 -0500
40053              Message-ID: <20010531012758.A1595@staff1.cso.uiuc.edu>
40054              
40055              Subject: Re: [PATCH] AUTHORS
40056              From: "Philip Newton" <Philip.Newton@gmx.net>
40057              Date: Thu, 31 May 2001 10:08:06 +0200
40058              (Message-Id missing?)
40059      Branch: perl
40060            ! AUTHORS
40061 ____________________________________________________________________________
40062 [ 10350] By: nick                                  on 2001/05/31  11:40:43
40063         Log: win32 - dmake regen_config_h
40064      Branch: perlio
40065            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
40066 ____________________________________________________________________________
40067 [ 10349] By: jhi                                   on 2001/05/31  11:38:27
40068         Log: Subject: Re: [PATCH util.c] More warning cleanups.
40069              From: "Philip Newton" <Philip.Newton@gmx.net>
40070              Date: Thu, 31 May 2001 07:41:36 +0200
40071              Message-Id: <200105310538.IAA25458@taku.hut.fi>
40072              
40073              Undo C++-ism that snekt in.
40074      Branch: perl
40075            ! util.c
40076 ____________________________________________________________________________
40077 [ 10348] By: nick                                  on 2001/05/31  11:36:46
40078         Log: Tolerate Win32 numerics
40079      Branch: perlio
40080            ! t/pragma/warn/toke
40081 ____________________________________________________________________________
40082 [ 10347] By: jhi                                   on 2001/05/31  11:29:40
40083         Log: Integrate perlio.
40084      Branch: perl
40085           !> perlio.c win32/win32.h
40086 ____________________________________________________________________________
40087 [ 10346] By: nick                                  on 2001/05/31  10:54:55
40088         Log: Hack to restore Win32 pseudo fork broken by Multiple Interpreter
40089              perlio.c change 10255.
40090      Branch: perlio
40091            ! perlio.c
40092 ____________________________________________________________________________
40093 [ 10345] By: nick                                  on 2001/05/31  10:01:57
40094         Log: Conditionally put back some "unused" dTHX which are used
40095              with PERL_IMPLICIT_SYS
40096      Branch: perlio
40097            ! perlio.c
40098 ____________________________________________________________________________
40099 [ 10344] By: nick                                  on 2001/05/31  10:00:59
40100         Log: Fix Win32 for new spelling IN_BYTES 
40101      Branch: perlio
40102            ! win32/win32.h
40103 ____________________________________________________________________________
40104 [ 10343] By: nick                                  on 2001/05/31  08:01:32
40105         Log: perlio.c -Wall cleaner under MULTIPLICITY
40106              - still minor noise with linux stdio
40107      Branch: perlio
40108            ! perlio.c
40109 ____________________________________________________________________________
40110 [ 10342] By: nick                                  on 2001/05/31  07:52:23
40111         Log: Integrate mainline.
40112      Branch: perlio
40113           !> (integrate 42 files)
40114 ____________________________________________________________________________
40115 [ 10341] By: jhi                                   on 2001/05/31  01:39:02
40116         Log: AUTHORS updates.
40117      Branch: perl
40118            ! AUTHORS
40119 ____________________________________________________________________________
40120 [ 10340] By: jhi                                   on 2001/05/31  00:19:29
40121         Log: Subject: [PATCH: perl@10328] new md5sum for modified MD5.xs file
40122              From: Peter Prymmer <pvhp@forte.com>
40123              Date: Wed, 30 May 2001 17:57:20 -0700 (PDT)
40124              Message-ID: <Pine.OSF.4.10.10105301753210.129765-100000@aspara.forte.com>
40125      Branch: perl
40126            ! t/lib/md5-file.t
40127 ____________________________________________________________________________
40128 [ 10339] By: jhi                                   on 2001/05/31  00:16:44
40129         Log: Salvage bits and pieces from the experimental 'utf8 everywhere'
40130              patch: rename HINT_BYTE and IN_BYTE to HINT_BYTES and IN_BYTES
40131              to match the pragma name; various robustness cleanups.
40132      Branch: perl
40133            ! lib/utf8_heavy.pl mg.c perl.h pp.c pp_ctl.c pp_sys.c regexec.c
40134            ! sv.c toke.c utf8.c utf8.h utfebcdic.h
40135 ____________________________________________________________________________
40136 [ 10338] By: jhi                                   on 2001/05/30  23:56:14
40137         Log: More -Wall sweeping.
40138      Branch: perl
40139            ! av.c doio.c ext/Cwd/Cwd.xs ext/Devel/DProf/DProf.xs
40140            ! ext/Devel/Peek/Peek.xs ext/Encode/Encode.xs
40141            ! ext/List/Util/Util.xs gv.c op.c pp.c pp_ctl.c pp_hot.c
40142            ! regcomp.c sv.c toke.c utf8.c
40143 ____________________________________________________________________________
40144 [ 10337] By: jhi                                   on 2001/05/30  23:20:23
40145         Log: Subject: [PATCH] (was Re: [PATCH] Re: Report /pro/3gl/CPAN/perl-5.7.1)
40146              From: Nicholas Clark <nick@ccl4.org>
40147              Date: Wed, 30 May 2001 22:34:41 +0100
40148              Message-ID: <20010530223441.Y86445@plum.flirble.org>
40149      Branch: perl
40150            ! t/op/cmp.t
40151 ____________________________________________________________________________
40152 [ 10336] By: jhi                                   on 2001/05/30  23:18:48
40153         Log: It's is not, it isn't ain't, and it's it's, not its,
40154              if you mean it is. If you don't, it's its. Then too,
40155              it's hers. It isn't her's. It isn't our's either.
40156              It's ours, and likewise yours and theirs.
40157              -- Oxford University Press, Edpress News
40158      Branch: perl
40159            ! lib/autouse.pm
40160 ____________________________________________________________________________
40161 [ 10335] By: jhi                                   on 2001/05/30  23:12:30
40162         Log: More -Wall silencing from Michael Schwern and Jarkko Hietaniemi.
40163      Branch: perl
40164            ! doop.c ext/ByteLoader/bytecode.h ext/DB_File/DB_File.xs mg.c
40165            ! perl.c perlio.c regexec.c universal.c util.c x2p/a2py.c
40166            ! x2p/str.c x2p/walk.c xsutils.c
40167 ____________________________________________________________________________
40168 [ 10334] By: jhi                                   on 2001/05/30  22:52:41
40169         Log: Subject: [PATCH perl.c t/run/runenv.t] (was Re: [[ID 20010514.042] Perl v5.6.1 mangles PERL5OPT])
40170              From: Michael G Schwern <schwern@pobox.com>
40171              Date: Wed, 30 May 2001 17:10:38 +0100
40172              Message-ID: <20010530171038.L670@blackrider.blackstar.co.uk>
40173              
40174              Subject: Re: [PATCH perl.c t/run/runenv.t] (was Re: [ID 20010514.042] Perl v5.6.1 mangles PERL5OPT])
40175              From: Abhijit Menon-Sen <ams@wiw.org>
40176              Date: Wed, 30 May 2001 23:16:13 +0530
40177              Message-ID: <20010530231613.A31933@lustre.linux.in>
40178      Branch: perl
40179            ! perl.c t/run/runenv.t
40180 ____________________________________________________________________________
40181 [ 10333] By: jhi                                   on 2001/05/30  22:25:02
40182         Log: (Retracted by #10375.)
40183              
40184              IRIX hints patch from Merijn Broeren.
40185              
40186              TODO: (this and the earlier Linux hints patch) should be solved
40187              at Configure level.  Merijn: -ldb should not be used on any platform
40188              for perl, just when linking DBFile itself. Trying to be helpful here
40189              is counterproductive.
40190      Branch: perl
40191            ! hints/irix_6.sh
40192 ____________________________________________________________________________
40193 [ 10332] By: jhi                                   on 2001/05/30  22:11:13
40194         Log: Subject: Re: [PATCH doop.c] unused variable in Perl_do_join
40195              From: Nicholas Clark <nick@ccl4.org>
40196              Date: Wed, 30 May 2001 23:20:58 +0100
40197              Message-ID: <20010530232058.B86445@plum.flirble.org>
40198      Branch: perl
40199            ! doop.c
40200 ____________________________________________________________________________
40201 [ 10331] By: jhi                                   on 2001/05/30  22:09:49
40202         Log: Subject: Re: [PATCH perl@10298] fix extutils.t and autouse.t for VMS
40203              From: Michael G Schwern <schwern@pobox.com> 
40204              Date: Wed, 30 May 2001 15:24:20 +0100
40205              Message-ID: <20010530152420.H670@blackrider.blackstar.co.uk>
40206      Branch: perl
40207            ! t/pragma/autouse.t
40208 ____________________________________________________________________________
40209 [ 10330] By: jhi                                   on 2001/05/30  22:02:21
40210         Log: The regex trick wasn't a good idea.
40211      Branch: perl
40212            ! pod/perlfaq4.pod
40213 ____________________________________________________________________________
40214 [ 10329] By: nick                                  on 2001/05/30  18:34:35
40215         Log: Integrate mainline
40216      Branch: perlio
40217           !> (integrate 40 files)
40218 ____________________________________________________________________________
40219 [ 10328] By: jhi                                   on 2001/05/30  14:28:39
40220         Log: Update Changes.
40221      Branch: perl
40222            ! Changes patchlevel.h
40223 ____________________________________________________________________________
40224 [ 10327] By: jhi                                   on 2001/05/30  14:07:01
40225         Log: The metaconfig unit change for #10325.
40226      Branch: metaconfig
40227            + U/modified/afs.U
40228 ____________________________________________________________________________
40229 [ 10326] By: jhi                                   on 2001/05/30  14:06:36
40230         Log: More -Wall cleanup from Schwern; the EBCDIC MD5.xs checksum
40231              is now wrong.
40232      Branch: perl
40233            ! ext/Digest/MD5/MD5.xs t/lib/md5-file.t
40234 ____________________________________________________________________________
40235 [ 10325] By: jhi                                   on 2001/05/30  14:04:28
40236         Log: Introduce $Config{afsroot}.
40237      Branch: perl
40238            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
40239            ! config_h.SH epoc/config.sh uconfig.sh win32/config.bc
40240            ! win32/config.gc win32/config.vc
40241 ____________________________________________________________________________
40242 [ 10324] By: jhi                                   on 2001/05/30  13:49:44
40243         Log: (Retracted by #10375.)
40244              
40245              Linux DB tweak from Merijn Broeren <merijnb@iloquent.nl>.
40246      Branch: perl
40247            ! hints/linux.sh
40248 ____________________________________________________________________________
40249 [ 10323] By: jhi                                   on 2001/05/30  13:49:29
40250         Log: AFS patches from Merijn Broeren <merijnb@iloquent.nl>.
40251              (Also Configure tweaks needed; coming up soon.)
40252      Branch: perl
40253            ! t/io/fs.t t/lib/glob-basic.t t/op/stat.t
40254 ____________________________________________________________________________
40255 [ 10322] By: jhi                                   on 2001/05/30  13:37:56
40256         Log: Subject: [PATCH lib/perl5db.pl] Conditional breakpoints
40257              From: Michael G Schwern <schwern@pobox.com>
40258              Date: Sun, 27 May 2001 10:29:43 +0100
40259              Message-ID: <20010527102942.J711@blackrider.blackstar.co.uk>
40260      Branch: perl
40261            ! lib/perl5db.pl
40262 ____________________________________________________________________________
40263 [ 10321] By: jhi                                   on 2001/05/30  13:36:28
40264         Log: Medley of -Wall cleanups from Michael Schwen, Hugo van der Sanden,
40265              and Abhijit Menon-Sen.
40266      Branch: perl
40267            ! av.c doio.c doop.c dump.c ext/Digest/MD5/MD5.xs malloc.c op.c
40268            ! perl.c pp_sys.c regcomp.c
40269 ____________________________________________________________________________
40270 [ 10320] By: jhi                                   on 2001/05/30  13:35:27
40271         Log: Fix the BOOT section to call myU2time properly.
40272      Branch: perl
40273            ! ext/Time/HiRes/HiRes.xs
40274 ____________________________________________________________________________
40275 [ 10319] By: jhi                                   on 2001/05/30  13:06:09
40276         Log: Subject: Re: [PATCH pod/perlfaq4.pod] Example of working in integers to avoid floating point errors
40277              From: Ronald J Kimball <rjk@linguist.thayer.dartmouth.edu>
40278              Date: Wed, 30 May 2001 09:44:29 -0400
40279              Message-ID: <20010530094429.B133085@linguist.thayer.dartmouth.edu>
40280              
40281              Detypo; plus add one more trick.
40282      Branch: perl
40283            ! pod/perlfaq4.pod
40284 ____________________________________________________________________________
40285 [ 10318] By: jhi                                   on 2001/05/30  12:47:11
40286         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)
40287              From: Michael G Schwern <schwern@pobox.com>
40288              Date: Wed, 30 May 2001 14:39:06 +0100
40289              Message-ID: <20010530143906.E670@blackrider.blackstar.co.uk>
40290      Branch: perl
40291            ! lib/autouse.pm t/pragma/autouse.t
40292 ____________________________________________________________________________
40293 [ 10317] By: jhi                                   on 2001/05/30  12:46:02
40294         Log: Subject: Re: AIX and gcc (moving targets)
40295              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
40296              Date: Wed, 30 May 2001 15:25:08 +0200
40297              Message-Id: <20010530152117.7097.H.M.BRAND@hccnet.nl>
40298      Branch: perl
40299            ! ext/Time/HiRes/HiRes.xs
40300 ____________________________________________________________________________
40301 [ 10316] By: jhi                                   on 2001/05/30  12:40:46
40302         Log: Subject: [PATCH t/TEST] sorting tests
40303              From: Michael G Schwern <schwern@pobox.com>
40304              Date: Wed, 30 May 2001 10:24:02 +0100
40305              Message-ID: <20010530102402.Q670@blackrider.blackstar.co.uk>
40306      Branch: perl
40307            ! t/TEST
40308 ____________________________________________________________________________
40309 [ 10315] By: jhi                                   on 2001/05/30  12:37:43
40310         Log: Subject: [ID 20010529.002] typos in man page perlre
40311              From: bart@cg681574-a.adubn1.nj.home.com 
40312              Date: Tue, 29 May 2001 13:58:59 -0500
40313              Message-Id: <E154ohn-00053j-00@debian.adubn1.nj.home.com>
40314      Branch: perl
40315            ! pod/perlre.pod
40316 ____________________________________________________________________________
40317 [ 10314] By: jhi                                   on 2001/05/30  12:33:53
40318         Log: Subject: [PATCH perl@10298] fix extutils.t and autouse.t for VMS
40319              From: "Craig A. Berry" <craigberry@mac.com>
40320              Date: Tue, 29 May 2001 23:23:45 -0500
40321              Message-Id: <a05100e01b73a21721dee@[192.168.56.153]>
40322      Branch: perl
40323            ! t/lib/extutils.t t/pragma/autouse.t
40324 ____________________________________________________________________________
40325 [ 10313] By: jhi                                   on 2001/05/30  12:32:17
40326         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)
40327              From: David Dyck <dcd@tc.fluke.com>
40328              Date: Tue, 29 May 2001 22:05:28 -0700 (PDT)
40329              Message-ID: <Pine.LNX.4.33.0105292200060.26992-100000@dd.tc.fluke.com>
40330      Branch: perl
40331            ! t/lib/filefind.t
40332 ____________________________________________________________________________
40333 [ 10312] By: jhi                                   on 2001/05/30  12:31:02
40334         Log: AIX hints update for gcc from Merijn H. Brand.
40335      Branch: perl
40336            ! hints/aix.sh
40337 ____________________________________________________________________________
40338 [ 10311] By: jhi                                   on 2001/05/30  12:18:20
40339         Log: Retract #10295 and #10296: a more generic solution
40340              is needed (there's something funny with gcc on AIX).
40341      Branch: perl
40342            ! ext/POSIX/Makefile.PL ext/Storable/Makefile.PL
40343 ____________________________________________________________________________
40344 [ 10310] By: jhi                                   on 2001/05/30  12:08:07
40345         Log: Subject: Re: [ID 20010528.004] dual bug under utf8: $@ has UTF8 flag and \s+ does not match
40346              From: Hugo <hv@crypt.compulink.co.uk>
40347              Date: Wed, 30 May 2001 11:59:19 +0100
40348              Message-Id: <200105301059.LAA03182@crypt.compulink.co.uk>
40349              
40350              localizing $@ has unfortunate semantics - if you die past
40351              a local $@, the die message is lost.
40352      Branch: perl
40353            ! lib/utf8_heavy.pl
40354 ____________________________________________________________________________
40355 [ 10309] By: nick                                  on 2001/05/30  08:23:02
40356         Log: Integrate mainline (autouse works again.)
40357      Branch: perlio
40358           !> ext/Time/Piece/Piece.pm hints/os2.sh lib/File/Find.pm
40359           !> lib/autouse.pm pod/perlfaq4.pod pod/perlfaq6.pod
40360           !> pod/perlvar.pod t/op/cmp.t
40361 ____________________________________________________________________________
40362 [ 10308] By: jhi                                   on 2001/05/30  01:55:02
40363         Log: Subject: [ID 20010529.003] find2perl and File::Find doesn't emulate find when path is a symlink (with proposed patch)
40364              From: David Dyck <dcd@tc.fluke.com>
40365              Date: Tue, 29 May 2001 12:19:38 -0700 (PDT)
40366              Message-Id: <Pine.LNX.4.33.0105291216510.17409-100000@dd.tc.fluke.com>
40367      Branch: perl
40368            ! lib/File/Find.pm
40369 ____________________________________________________________________________
40370 [ 10307] By: jhi                                   on 2001/05/30  01:47:22
40371         Log: Subject: [PATCH] Re: Report /pro/3gl/CPAN/perl-5.7.1
40372              From: Nicholas Clark <nick@ccl4.org>
40373              Date: Tue, 29 May 2001 23:16:09 +0100
40374              Message-ID: <20010529231609.U86445@plum.flirble.org>
40375              
40376              Make the test output slightly clearer by distinguishing
40377              between '' and undef.
40378      Branch: perl
40379            ! t/op/cmp.t
40380 ____________________________________________________________________________
40381 [ 10306] By: jhi                                   on 2001/05/30  01:45:12
40382         Log: Subject: [PATCH 5.6.1] flushNULL OS/2
40383              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
40384              Date: Tue, 29 May 2001 19:15:19 -0400
40385              Message-ID: <20010529191519.A16020@math.ohio-state.edu>
40386      Branch: perl
40387            ! hints/os2.sh
40388 ____________________________________________________________________________
40389 [ 10305] By: jhi                                   on 2001/05/30  01:42:36
40390         Log: Subject: perlvar.pod addition
40391              From: Peter Gessner <peter.gessner@post.rwth-aachen.de>
40392              Date: Fri, 25 May 2001 20:23:12 +0200
40393              Message-ID: <3B0EA310.B265C048@post.rwth-aachen.de>
40394              
40395              Subject: Re: perlvar.pod addition
40396              From: "Abigail" <abigail@foad.org> 
40397              Date: Fri, 25 May 2001 22:00:39 +0200
40398              Message-ID: <20010525200039.28029.qmail@foad.org>
40399              
40400              Mention $a and $b in perlvar.
40401      Branch: perl
40402            ! pod/perlvar.pod
40403 ____________________________________________________________________________
40404 [ 10304] By: jhi                                   on 2001/05/30  01:36:37
40405         Log: Subject: [PATCH] perlvar.pod -- why isn't @F here?
40406              From: Jeff Pinyan <jeffp@crusoe.net>
40407              Date: Tue, 29 May 2001 22:27:51 -0400 (EDT)
40408              Message-ID: <Pine.GSO.4.21.0105292227150.1961-100000@crusoe.crusoe.net>
40409      Branch: perl
40410            ! pod/perlvar.pod
40411 ____________________________________________________________________________
40412 [ 10303] By: jhi                                   on 2001/05/30  01:35:31
40413         Log: Subject: Re: [PATCH] perlfaq6.pod -- case-aware s///
40414              From: Jeff Pinyan <jeffp@crusoe.net>
40415              Date: Tue, 29 May 2001 18:03:27 -0400 (EDT)
40416              Message-ID: <Pine.GSO.4.21.0105291802330.1961-100000@crusoe.crusoe.net>
40417      Branch: perl
40418            ! pod/perlfaq6.pod
40419 ____________________________________________________________________________
40420 [ 10302] By: jhi                                   on 2001/05/29  20:18:49
40421         Log: Mention Time::localtime and Time::gmtime.
40422      Branch: perl
40423            ! ext/Time/Piece/Piece.pm
40424 ____________________________________________________________________________
40425 [ 10301] By: jhi                                   on 2001/05/29  20:13:54
40426         Log: Subject: [PATCH pod/perlfaq4.pod] Example of working in integers to avoid floating point errors
40427              From: Michael G Schwern <schwern@pobox.com>
40428              Date: Tue, 29 May 2001 18:51:32 +0100
40429              Message-ID: <20010529185132.C706@blackrider.blackstar.co.uk>
40430      Branch: perl
40431            ! pod/perlfaq4.pod
40432 ____________________________________________________________________________
40433 [ 10300] By: jhi                                   on 2001/05/29  20:12:09
40434         Log: Retract #10243.
40435      Branch: perl
40436            ! lib/autouse.pm
40437 ____________________________________________________________________________
40438 [ 10299] By: nick                                  on 2001/05/29  18:41:19
40439         Log: Post weekend integrate mainline (fails one test pragma/autouse).
40440      Branch: perlio
40441           +> (branch 29 files)
40442           !> (integrate 91 files)
40443 ____________________________________________________________________________
40444 [ 10298] By: jhi                                   on 2001/05/29  16:29:19
40445         Log: Update Changes.
40446      Branch: perl
40447            ! Changes patchlevel.h
40448 ____________________________________________________________________________
40449 [ 10297] By: jhi                                   on 2001/05/29  16:25:47
40450         Log: Fix Perl_swash_init & Perl_swash_fetch to save ERRSV (= $@)
40451              before Perl_load_module/Perl_call_method and restore the value
40452              after if !SvTRUE(ERRSV).  (from Inaba Hiroto)
40453      Branch: perl
40454            ! utf8.c
40455 ____________________________________________________________________________
40456 [ 10296] By: jhi                                   on 2001/05/29  16:01:53
40457         Log: Subject: Re: AIX and gcc (moving targets)
40458              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
40459              Date: Tue, 29 May 2001 17:59:40 +0200
40460              Message-Id: <20010529175841.7078.H.M.BRAND@hccnet.nl>
40461      Branch: perl
40462            ! ext/Storable/Makefile.PL
40463 ____________________________________________________________________________
40464 [ 10295] By: jhi                                   on 2001/05/29  15:59:05
40465         Log: Subject: Re: AIX and gcc (moving targets)
40466              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
40467              Date: Tue, 29 May 2001 12:32:57 +0200
40468              Message-Id: <20010529115151.9FE0.H.M.BRAND@hccnet.nl>
40469      Branch: perl
40470            ! ext/POSIX/Makefile.PL
40471 ____________________________________________________________________________
40472 [ 10294] By: jhi                                   on 2001/05/29  15:53:43
40473         Log: Subject: [PATCH lib/Test/Harness.pm t/lib/test-harness.t] Syncing with 1.21
40474              From: Michael G Schwern <schwern@pobox.com>
40475              Date: Tue, 29 May 2001 09:53:29 +0100
40476              Message-ID: <20010529095329.T675@blackrider.blackstar.co.uk>
40477              
40478              (#10280 retracted)
40479      Branch: perl
40480            ! lib/Test/Harness.pm t/lib/test-harness.t
40481 ____________________________________________________________________________
40482 [ 10293] By: jhi                                   on 2001/05/29  15:46:10
40483         Log: Subject: [PATCH t/TEST lib/Test.pm t/lib/Test/*.t] Syncing with Test-1.17
40484              From: Michael G Schwern <schwern@pobox.com>
40485              Date: Tue, 29 May 2001 09:19:52 +0100
40486              Message-ID: <20010529091952.R675@blackrider.blackstar.co.uk>
40487      Branch: perl
40488            + t/lib/Test/fail.t t/lib/Test/mix.t t/lib/Test/onfail.t
40489            + t/lib/Test/qr.t t/lib/Test/skip.t t/lib/Test/success.t
40490            + t/lib/Test/todo.t
40491            ! MANIFEST lib/Test.pm t/TEST
40492 ____________________________________________________________________________
40493 [ 10292] By: jhi                                   on 2001/05/29  15:34:08
40494         Log: From: Michael G Schwern <schwern@pobox.com>
40495              Subject: Re: [PATCH t/TEST] Allowing deeper test subdirectories
40496              Date: Tue, 29 May 2001 08:26:09 +0100
40497              Message-ID: <20010529082609.P675@blackrider.blackstar.co.uk>
40498      Branch: perl
40499            ! t/TEST
40500 ____________________________________________________________________________
40501 [ 10291] By: jhi                                   on 2001/05/29  15:29:37
40502         Log: Add tests for Time::gmtime and Time::localtime.
40503      Branch: perl
40504            + t/lib/time-gmtime.t t/lib/time-localtime.t
40505            ! MANIFEST t/lib/1_compile.t
40506 ____________________________________________________________________________
40507 [ 10290] By: jhi                                   on 2001/05/29  15:15:44
40508         Log: Add test for File::stat.
40509      Branch: perl
40510            + t/lib/filestat.t
40511            ! MANIFEST t/lib/1_compile.t
40512 ____________________________________________________________________________
40513 [ 10289] By: jhi                                   on 2001/05/29  15:05:38
40514         Log: Add test for Net::servent.
40515      Branch: perl
40516            + t/lib/net-sent.t
40517            ! MANIFEST t/lib/1_compile.t
40518 ____________________________________________________________________________
40519 [ 10288] By: jhi                                   on 2001/05/29  14:57:15
40520         Log: Add test for Net::protoent.
40521      Branch: perl
40522            + t/lib/net-pent.t
40523            ! MANIFEST t/lib/1_compile.t
40524 ____________________________________________________________________________
40525 [ 10287] By: jhi                                   on 2001/05/29  14:53:10
40526         Log: Add test for Net::netent.
40527      Branch: perl
40528            + t/lib/net-nent.t
40529            ! MANIFEST t/lib/1_compile.t
40530 ____________________________________________________________________________
40531 [ 10286] By: jhi                                   on 2001/05/29  14:31:57
40532         Log: Add test for User::grent.  Portability doubtful.
40533      Branch: perl
40534            + t/lib/user-grent.t
40535            ! MANIFEST t/lib/1_compile.t
40536 ____________________________________________________________________________
40537 [ 10285] By: jhi                                   on 2001/05/29  14:24:20
40538         Log: Add test for User::pwent.
40539              Probably will fall down somewhere for portability reasons.
40540      Branch: perl
40541            + t/lib/user-pwent.t
40542            ! MANIFEST t/lib/1_compile.t
40543 ____________________________________________________________________________
40544 [ 10284] By: jhi                                   on 2001/05/29  13:26:43
40545         Log: Metaconfig units changes for #10283.
40546      Branch: metaconfig
40547            ! U/installdirs/inc_version_list.U U/installdirs/perl5.U
40548            ! U/installdirs/siteman1.U U/installdirs/siteman3.U
40549            ! U/installdirs/sitescript.U U/modified/Signal.U
40550 ____________________________________________________________________________
40551 [ 10283] By: jhi                                   on 2001/05/29  13:26:24
40552         Log: Subject: [PATCH 5.6.1] signal names in Configure
40553              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
40554              Date: Tue, 29 May 2001 03:52:25 -0400
40555              Message-ID: <20010529035225.A9400@math.ohio-state.edu>
40556              
40557              Subject: [PATCH 5.6.1] older perl in Configure
40558              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
40559              Date: Tue, 29 May 2001 03:55:40 -0400
40560              Message-ID: <20010529035539.A9411@math.ohio-state.edu>
40561              
40562              Subject: [PATCH 5.6.1] goofs in Configure
40563              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
40564              Date: Tue, 29 May 2001 04:13:07 -0400
40565              Message-ID: <20010529041307.A9658@math.ohio-state.edu>
40566              
40567              Configure portability tweaks.
40568      Branch: perl
40569            ! Configure
40570 ____________________________________________________________________________
40571 [ 10282] By: jhi                                   on 2001/05/29  12:41:41
40572         Log: Subject: [PATCH 5.6.1] extLibpath for OS/2
40573              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
40574              Date: Tue, 29 May 2001 04:07:06 -0400
40575              Message-ID: <20010529040706.A9579@math.ohio-state.edu>
40576      Branch: perl
40577            ! os2/os2.c
40578 ____________________________________________________________________________
40579 [ 10281] By: jhi                                   on 2001/05/29  12:40:31
40580         Log: Subject: [PATCH 5.6.1] extra static libs for OS/2
40581              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
40582              Date: Tue, 29 May 2001 04:01:38 -0400
40583              Message-ID: <20010529040138.A9482@math.ohio-state.edu>
40584      Branch: perl
40585            ! hints/os2.sh os2/Makefile.SHs
40586 ____________________________________________________________________________
40587 [ 10280] By: jhi                                   on 2001/05/29  12:38:48
40588         Log: Subject: Re: [PATCH 5.6.1] Test::Harness clumsy
40589              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
40590              Date: Tue, 29 May 2001 03:50:18 -0400
40591              Message-ID: <20010529035018.A9387@math.ohio-state.edu>
40592      Branch: perl
40593            ! lib/Test/Harness.pm
40594 ____________________________________________________________________________
40595 [ 10279] By: jhi                                   on 2001/05/29  12:34:53
40596         Log: Additional safeguard against $@ getting trampled; idea from Hugo.
40597      Branch: perl
40598            ! lib/utf8_heavy.pl
40599 ____________________________________________________________________________
40600 [ 10278] By: jhi                                   on 2001/05/29  02:15:24
40601         Log: Subject: Re: [ID 20010528.004] dual bug under utf8: $@ has UTF8 flag and \s+ does not match
40602              From: Hugo <hv@crypt.compulink.co.uk>
40603              Date: Tue, 29 May 2001 03:03:45 +0100
40604              Message-Id: <200105290203.DAA00825@crypt.compulink.co.uk>
40605              
40606              Explanation why the $@ always gets the UTF8 flag when under use utf8--
40607              because we told it to have the flag when under use utf8.
40608      Branch: perl
40609            ! pp_ctl.c
40610 ____________________________________________________________________________
40611 [ 10277] By: jhi                                   on 2001/05/29  00:51:34
40612         Log: At least a partial fix for 20010528.004.
40613      Branch: perl
40614            ! lib/utf8_heavy.pl
40615 ____________________________________________________________________________
40616 [ 10276] By: jhi                                   on 2001/05/29  00:42:59
40617         Log: Subject: Re: Report /pro/3gl/CPAN/perl-5.7.1
40618              From: Nicholas Clark <nick@ccl4.org> 
40619              Date: Mon, 28 May 2001 23:39:38 +0100
40620              Message-ID: <20010528233938.M86445@plum.flirble.org>
40621              
40622              More portable non-zero UV.
40623      Branch: perl
40624            ! t/lib/extutils.t
40625 ____________________________________________________________________________
40626 [ 10275] By: jhi                                   on 2001/05/29  00:40:28
40627         Log: Subject: [PATCH] (was Re: Why t/lib/extutils.t is failing ...
40628              From: Nicholas Clark <nick@ccl4.org>
40629              Date: Mon, 28 May 2001 22:46:09 +0100
40630              Message-ID: <20010528224608.L86445@plum.flirble.org>
40631              
40632              Test also "make clean".
40633      Branch: perl
40634            ! t/lib/extutils.t
40635 ____________________________________________________________________________
40636 [ 10274] By: jhi                                   on 2001/05/29  00:39:18
40637         Log: Subject: Re: Would -Wno-unused -Wall be better?
40638              From: Michael G Schwern <schwern@pobox.com>
40639              Date: Tue, 29 May 2001 00:55:54 +0100
40640              Message-ID: <20010529005553.B675@blackrider.blackstar.co.uk>
40641      Branch: perl
40642            ! pp.h
40643 ____________________________________________________________________________
40644 [ 10273] By: jhi                                   on 2001/05/29  00:36:06
40645         Log: Add a test for 20010528.007, fixed in #10272.
40646      Branch: perl
40647            ! t/op/misc.t toke.c
40648 ____________________________________________________________________________
40649 [ 10272] By: jhi                                   on 2001/05/29  00:21:12
40650         Log: Subject: Re: [ID 20010528.007] "\x{" causes panic:constant overflowed allocated space 
40651              From: Hugo <hv@crypt.compulink.co.uk>
40652              Date: Tue, 29 May 2001 00:23:23 +0100
40653              Message-Id: <200105282323.AAA07930@crypt.compulink.co.uk>
40654      Branch: perl
40655            ! toke.c
40656 ____________________________________________________________________________
40657 [ 10271] By: jhi                                   on 2001/05/28  22:52:11
40658         Log: Subject: Re: [ID 20010528.001] use autouse 'URI::Escape' => qw(URI::Escape::uri_escape) failed
40659              From: Michael G Schwern <schwern@pobox.com>
40660              Date: Tue, 29 May 2001 00:42:59 +0100
40661              Message-ID: <20010529004259.A675@blackrider.blackstar.co.uk>
40662      Branch: perl
40663            ! t/pragma/autouse.t
40664 ____________________________________________________________________________
40665 [ 10270] By: jhi                                   on 2001/05/28  21:44:06
40666         Log: Some shells seemingly arrange the signal handlers differently
40667              (bug id 20010521.004).
40668      Branch: perl
40669            ! t/lib/sigaction.t
40670 ____________________________________________________________________________
40671 [ 10269] By: jhi                                   on 2001/05/28  20:34:21
40672         Log: Regen perlmodlib.
40673      Branch: perl
40674            ! pod/perlmodlib.pod
40675 ____________________________________________________________________________
40676 [ 10268] By: jhi                                   on 2001/05/28  19:08:45
40677         Log: Update Changes.
40678      Branch: perl
40679            ! Changes patchlevel.h
40680 ____________________________________________________________________________
40681 [ 10267] By: jhi                                   on 2001/05/28  19:03:54
40682         Log: Subject: [PATCH] perlnewmod.pod to reflect DLSI(P) change
40683              From: Elaine -HFB- Ashton <elaine@chaos.wustl.edu>
40684              Date: Mon, 28 May 2001 14:56:35 -0500
40685              Message-ID: <20010528145635.L8487@chaos.wustl.edu>
40686      Branch: perl
40687            ! pod/perlnewmod.pod
40688 ____________________________________________________________________________
40689 [ 10266] By: jhi                                   on 2001/05/28  18:35:03
40690         Log: Regen toc.
40691      Branch: perl
40692            ! pod/perltoc.pod
40693 ____________________________________________________________________________
40694 [ 10265] By: jhi                                   on 2001/05/28  18:33:32
40695         Log: Subject: [PATCH] RE: [20000223.001] no test cases for splice(@array) 
40696              From: "Richard Soderberg" <rs@crystalflame.net>
40697              Date: Mon, 28 May 2001 12:31:23 -0700
40698              Message-ID: <NAEKLNAAHLMBPMPNBMLEOEFLDFAA.rs@crystalflame.net>
40699      Branch: perl
40700            ! t/op/splice.t
40701 ____________________________________________________________________________
40702 [ 10264] By: jhi                                   on 2001/05/28  17:59:00
40703         Log: The #10260 was too bold: locales and utf8 still do not mix.
40704      Branch: perl
40705            ! t/pragma/locale.t
40706 ____________________________________________________________________________
40707 [ 10263] By: jhi                                   on 2001/05/28  17:52:25
40708         Log: Subject: [PATCH] Pod nitpicks
40709              From: "Richard Soderberg" <rs@crystalflame.net>
40710              Date: Mon, 28 May 2001 10:08:58 -0700
40711              Message-ID: <NAEKLNAAHLMBPMPNBMLEOEFGDFAA.rs@crystalflame.net>
40712      Branch: perl
40713            ! pod/perl571delta.pod pod/perlapi.pod sv.h
40714 ____________________________________________________________________________
40715 [ 10262] By: jhi                                   on 2001/05/28  17:50:05
40716         Log: Upgrade to I18N::LangTags 0.22.
40717      Branch: perl
40718            + lib/I18N/LangTags/List.pod
40719            ! MANIFEST lib/I18N/LangTags.pm
40720 ____________________________________________________________________________
40721 [ 10261] By: jhi                                   on 2001/05/28  17:23:40
40722         Log: A slightly more serious bug found by -Mutf8; op/misc and
40723              lib/complex dumped core.
40724      Branch: perl
40725            ! regexec.c
40726 ____________________________________________________________________________
40727 [ 10260] By: jhi                                   on 2001/05/28  16:58:11
40728         Log: Various buglets shaken out by -Mutf8.
40729      Branch: perl
40730            ! t/io/utf8.t t/lib/charnames.t t/lib/lc-language.t
40731            ! t/pragma/locale.t
40732 ____________________________________________________________________________
40733 [ 10259] By: jhi                                   on 2001/05/28  15:48:46
40734         Log: STDERR looks much like STDOUT.  (Subtest #2 wasn't really okay.)
40735      Branch: perl
40736            ! t/lib/carp.t
40737 ____________________________________________________________________________
40738 [ 10258] By: jhi                                   on 2001/05/28  15:32:41
40739         Log: Subject: [PATCH] todo patch
40740              From: Artur Bergman <artur@contiller.se> 
40741              Date: Mon, 28 May 2001 17:03:51 +0200
40742              Message-ID: <B7383577.F34%artur@contiller.se>
40743      Branch: perl
40744            ! pod/perltodo.pod
40745 ____________________________________________________________________________
40746 [ 10257] By: jhi                                   on 2001/05/28  15:31:25
40747         Log: Subject: typo in perlguts.pod
40748              From: "John P. Linderman" <jpl@research.att.com>
40749              Date: Mon, 28 May 2001 09:35:47 -0400 (EDT)
40750              Message-Id: <200105281335.JAA27851@raptor.research.att.com>
40751      Branch: perl
40752            ! pod/perlguts.pod
40753 ____________________________________________________________________________
40754 [ 10256] By: jhi                                   on 2001/05/28  15:30:42
40755         Log: Subject: AIX and gcc (moving targets)
40756              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
40757              Date: Mon, 28 May 2001 12:54:04 +0200
40758              Message-Id: <20010528124531.9FAB.H.M.BRAND@hccnet.nl>
40759      Branch: perl
40760            ! hints/aix.sh
40761 ____________________________________________________________________________
40762 [ 10255] By: jhi                                   on 2001/05/28  15:28:55
40763         Log: Subject: Re: perlio + multiple perl_alloc..destruct
40764              From: Doug MacEachern <dougm@covalent.net>
40765              Date: Sun, 27 May 2001 13:47:13 -0700 (PDT)
40766              Message-ID: <Pine.LNX.4.21.0105271340370.5938-100000@mako.covalent.net>
40767      Branch: perl
40768            ! perlio.c
40769 ____________________________________________________________________________
40770 [ 10254] By: jhi                                   on 2001/05/28  15:27:49
40771         Log: The #10251 wasn't quite up-to-the-code.
40772      Branch: perl
40773            ! t/op/misc.t
40774 ____________________________________________________________________________
40775 [ 10253] By: jhi                                   on 2001/05/28  15:26:39
40776         Log: Test case for bug 20010526.004, fixed in #10252.
40777      Branch: perl
40778            ! t/op/taint.t
40779 ____________________________________________________________________________
40780 [ 10252] By: jhi                                   on 2001/05/28  15:26:14
40781         Log: Subject: Re: [ID 20010526.004] Taint looses value
40782              From: Hugo <hv@crypt.compulink.co.uk>
40783              Date: Sun, 27 May 2001 20:39:32 +0100
40784              Message-Id: <200105271939.UAA27591@crypt.compulink.co.uk>
40785      Branch: perl
40786            ! sv.c
40787 ____________________________________________________________________________
40788 [ 10251] By: jhi                                   on 2001/05/28  15:13:40
40789         Log: Test case for 20010422.005, fixed by #10250.
40790      Branch: perl
40791            ! t/op/misc.t
40792 ____________________________________________________________________________
40793 [ 10250] By: jhi                                   on 2001/05/28  15:11:16
40794         Log: Subject: [PATCH] Re: [ID 20010422.005] perl -e '{s//${}/; //}' # segfaults on FreeBSD 
40795              From: Spider Boardman <spider@Orb.Nashua.NH.US>
40796              Date: Mon, 28 May 2001 06:39:12 -0400
40797              Message-Id: <200105281039.GAA03962@Orb.Nashua.NH.US>
40798      Branch: perl
40799            ! toke.c
40800 ____________________________________________________________________________
40801 [ 10249] By: jhi                                   on 2001/05/28  15:09:24
40802         Log: Linerewrapping.
40803      Branch: perl
40804            ! lib/open.pm
40805 ____________________________________________________________________________
40806 [ 10248] By: jhi                                   on 2001/05/28  15:09:07
40807         Log: Updates on the modules list.
40808      Branch: perl
40809            ! t/lib/1_compile.t
40810 ____________________________________________________________________________
40811 [ 10247] By: jhi                                   on 2001/05/28  15:03:35
40812         Log: Add a test for PerlIO.
40813              
40814              (I probably got the crlf/raw thing wrong for clrfy platforms...)
40815      Branch: perl
40816            + t/lib/perlio.t
40817            ! MANIFEST lib/PerlIO.pm
40818 ____________________________________________________________________________
40819 [ 10246] By: jhi                                   on 2001/05/28  14:24:08
40820         Log: Add a test for carp et alia.
40821      Branch: perl
40822            + t/lib/carp.t
40823            ! MANIFEST
40824 ____________________________________________________________________________
40825 [ 10245] By: jhi                                   on 2001/05/28  13:42:55
40826         Log: Adding the new test would be swell.
40827      Branch: perl
40828            + t/pragma/autouse.t
40829 ____________________________________________________________________________
40830 [ 10244] By: jhi                                   on 2001/05/28  13:42:34
40831         Log: Add a test for the autouse pragma.
40832      Branch: perl
40833            ! MANIFEST
40834 ____________________________________________________________________________
40835 [ 10243] By: jhi                                   on 2001/05/28  13:26:25
40836         Log: Subject: [ID 20010528.001] use autouse 'URI::Escape' => qw(URI::Escape::uri_escape) failed
40837              From: dLux <dlux@spam.sch.bme.hu>
40838              Date: Sun, 27 May 2001 16:14:26 +0200
40839              Message-Id: <E1541JK-0000YC-00@dl.sch.bme.hu>
40840      Branch: perl
40841            ! lib/autouse.pm
40842 ____________________________________________________________________________
40843 [ 10242] By: jhi                                   on 2001/05/28  13:21:50
40844         Log: Subject: [PATCH #2] RE: [ID 20010528.002] dprofpp: "-R" does not work
40845              From: "Richard Soderberg" <rs@crystalflame.net>
40846              Date: Mon, 28 May 2001 03:56:36 -0700
40847              Message-ID: <NAEKLNAAHLMBPMPNBMLEEEFADFAA.rs@crystalflame.net>
40848      Branch: perl
40849            ! utils/dprofpp.PL
40850 ____________________________________________________________________________
40851 [ 10241] By: jhi                                   on 2001/05/28  13:18:56
40852         Log: Subject: Re: [ID 20010522.003] Time::Local module bug
40853              From: "Stephen P. Potter" <spp@spotter.yi.org>
40854              Date: Tue, 22 May 2001 11:40:25 -0400
40855              Message-Id: <20010522154030.584F4729E2@belgarath.spotter.yi.org>
40856              
40857              Subject: Re: [ID 20010522.003] Time::Local module bug
40858              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu> 
40859              Date: Tue, 22 May 2001 11:50:19 -0400
40860              Message-ID: <20010522115019.D48634@linguist.thayer.dartmouth.edu>
40861      Branch: perl
40862            ! lib/Time/Local.pm
40863 ____________________________________________________________________________
40864 [ 10240] By: jhi                                   on 2001/05/27  22:44:49
40865         Log: The PERL_DL_NONLAZY can have whitespace in front.
40866      Branch: perl
40867            ! t/lib/extutils.t
40868 ____________________________________________________________________________
40869 [ 10239] By: jhi                                   on 2001/05/27  21:23:21
40870         Log: Document strftime() and strptime().
40871      Branch: perl
40872            ! ext/POSIX/POSIX.pod ext/Time/Piece/Piece.pm t/lib/time-piece.t
40873 ____________________________________________________________________________
40874 [ 10238] By: jhi                                   on 2001/05/27  20:29:07
40875         Log: Make Time::Piece::strptime() to be a function, not a method.
40876      Branch: perl
40877            ! ext/Time/Piece/Piece.pm t/lib/time-piece.t
40878 ____________________________________________________________________________
40879 [ 10237] By: jhi                                   on 2001/05/27  20:22:09
40880         Log: Tweak the test to be more portable.
40881      Branch: perl
40882            ! t/lib/extutils.t
40883 ____________________________________________________________________________
40884 [ 10236] By: jhi                                   on 2001/05/27  19:15:54
40885         Log: Subject: PATCH: Re: Re: Attributes that tie
40886              From: Leon Brocard <acme@astray.com>
40887              Date: Sun, 27 May 2001 12:37:29 +0100
40888              Message-ID: <20010527123729.A22663@ns0.astray.com>
40889              
40890              Document that variable attributes are not currently usable
40891              for tieing.  (An ugly limitation that should be fixed.)
40892      Branch: perl
40893            ! lib/attributes.pm
40894 ____________________________________________________________________________
40895 [ 10235] By: jhi                                   on 2001/05/27  19:03:31
40896         Log: Microperl tweaks.
40897      Branch: perl
40898            ! Makefile.micro uconfig.h uconfig.sh
40899 ____________________________________________________________________________
40900 [ 10234] By: jhi                                   on 2001/05/27  18:22:09
40901         Log: Add make target for microperl (kind of silly, but convenient).
40902      Branch: perl
40903            ! Makefile.SH
40904 ____________________________________________________________________________
40905 [ 10233] By: jhi                                   on 2001/05/27  18:18:56
40906         Log: O_APPEND and O_TRUNC are not portable.  (Not available e.g.
40907              for microperl.)
40908      Branch: perl
40909            ! doio.c
40910 ____________________________________________________________________________
40911 [ 10232] By: jhi                                   on 2001/05/27  17:57:18
40912         Log: Subject: [PATCH] [ID 19991013.005] utime undef, undef, @files  
40913              From: rspier@pobox.com (Robert Spier)
40914              Date: Sat, 26 May 2001 20:05:23 -0400
40915              Message-ID: <15120.17603.148648.12430@rls.cx>
40916              
40917              Subject: Re: [PATCH] [ID 19991013.005] utime undef, undef, @files
40918              From: rspier@pobox.com (Robert Spier)
40919              Date: Sun, 27 May 2001 00:23:12 -0400
40920              Message-ID: <15120.33072.511966.767230@rls.cx>
40921      Branch: perl
40922            ! doio.c pod/perlfunc.pod
40923 ____________________________________________________________________________
40924 [ 10231] By: jhi                                   on 2001/05/27  15:45:20
40925         Log: Regen toc.  (And add the README.tru64 from #10230 to MANIFEST.)
40926      Branch: perl
40927            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
40928 ____________________________________________________________________________
40929 [ 10230] By: jhi                                   on 2001/05/27  15:41:06
40930         Log: Add README.tru64.
40931      Branch: perl
40932            + README.tru64
40933 ____________________________________________________________________________
40934 [ 10229] By: jhi                                   on 2001/05/27  13:50:57
40935         Log: Integrate Locale::Maketext 1.01 from Sean Burke.
40936      Branch: perl
40937            + lib/Locale/Maketext.pm lib/Locale/Maketext.pod
40938            + lib/Locale/Maketext/TPJ13.pod t/lib/lc-maketext.t
40939            ! MANIFEST
40940 ____________________________________________________________________________
40941 [ 10228] By: jhi                                   on 2001/05/27  13:43:38
40942         Log: Integrate I18N::LangTags from Sean Burke.
40943              
40944              TODO: the language list from RFC 3066 needs to be integrated
40945              and made available somehow.  The list is included in the
40946              I18N-LangTags 0.21 distribution, but it is undocumented
40947              and unconnected to the module.
40948      Branch: perl
40949            + lib/I18N/LangTags.pm t/lib/i18n-langtags.t
40950            ! MANIFEST
40951 ____________________________________________________________________________
40952 [ 10227] By: jhi                                   on 2001/05/27  01:41:33
40953         Log: Allow 'eval "v200"' to work (part of 20000323.059); fix as
40954              envisioned by Sarathy.
40955      Branch: perl
40956            ! t/op/ver.t toke.c
40957 ____________________________________________________________________________
40958 [ 10226] By: jhi                                   on 2001/05/27  00:28:34
40959         Log: Subject: [ID 20010525.001] Pod typo nits fixed
40960              From: lvirden@cas.org
40961              Date: Fri, 25 May 2001 06:57:43 -0400 (EDT)
40962              Message-Id: <200105251057.f4PAvhY13003@lwv26awu.cas.org>
40963              
40964              minus the perlsolaris decimation plus the
40965              
40966              Subject: Re: [ID 20010525.001] Pod typo nits fixed
40967              From: "Philip Newton" <Philip.Newton@gmx.net>
40968              Date: Fri, 25 May 2001 18:05:55 +0200
40969              Message-Id: <200105251604.f4PG4kt15034@chaos.wustl.edu>
40970      Branch: perl
40971            ! README.amiga README.cygwin README.mpeix pod/perl5005delta.pod
40972            ! pod/perldebtut.pod pod/perlebcdic.pod pod/perlfaq3.pod
40973            ! pod/perlhack.pod pod/perltoc.pod pod/perltodo.pod
40974            ! pod/perlutil.pod pod/perlxstut.pod
40975 ____________________________________________________________________________
40976 [ 10225] By: jhi                                   on 2001/05/26  22:38:16
40977         Log: return clauses are nice.
40978      Branch: perl
40979            ! sv.c
40980 ____________________________________________________________________________
40981 [ 10224] By: jhi                                   on 2001/05/26  22:35:31
40982         Log: Subject: change 10199 backwards?
40983              From: Doug MacEachern <dougm@covalent.net>
40984              Date: Sat, 26 May 2001 11:26:07 -0700 (PDT)
40985              Message-ID: <Pine.LNX.4.21.0105261118510.22038-100000@mako.covalent.net>
40986      Branch: perl
40987            ! sv.c
40988 ____________________________________________________________________________
40989 [ 10223] By: jhi                                   on 2001/05/26  22:31:46
40990         Log: Subject: Re: 5.6.*, bleadperl: bugs in pp_concat
40991              From: Hugo <hv@crypt.compulink.co.uk>
40992              Date: Sat, 26 May 2001 17:05:12 +0100
40993              Message-Id: <200105261605.RAA12295@crypt.compulink.co.uk>
40994      Branch: perl
40995            + t/op/gmagic.t
40996            ! MANIFEST doop.c embed.h embed.pl global.sym
40997            ! lib/File/Basename.pm objXSUB.h perlapi.c pod/perlapi.pod
40998            ! pp_hot.c proto.h sv.c sv.h t/pragma/warn/pp_hot
40999 ____________________________________________________________________________
41000 [ 10222] By: jhi                                   on 2001/05/26  22:10:38
41001         Log: Regen headers for #10221.
41002      Branch: perl
41003            ! global.sym objXSUB.h perlapi.c
41004 ____________________________________________________________________________
41005 [ 10221] By: jhi                                   on 2001/05/26  22:06:06
41006         Log: Subject: [ID 20010506.012] Patch for 5.6.1 embed.pl (shared libperl&mod_perl)
41007              From: Juha Laiho <juha.laiho@Elma.Net>
41008              Date: Thu, 3 May 2001 09:51:30 +0300
41009              Message-Id: <200105030651.JAA327254@tokka.elma.fi>
41010      Branch: perl
41011            ! embed.pl
41012 ____________________________________________________________________________
41013 [ 10220] By: jhi                                   on 2001/05/26  22:01:30
41014         Log: Subject: Re: [PATCH] Re: stability of sort()?
41015              From: "John P. Linderman" <jpl@research.att.com>
41016              Date: Sat, 26 May 2001 13:27:19 -0400
41017              Message-Id: <200105261727.NAA06654@raptor.research.att.com>
41018      Branch: perl
41019            ! pod/perlfunc.pod
41020 ____________________________________________________________________________
41021 [ 10219] By: jhi                                   on 2001/05/26  14:02:34
41022         Log: Integrate perlio.
41023      Branch: perl
41024           !> pod/perlguts.pod
41025 ____________________________________________________________________________
41026 [ 10218] By: jhi                                   on 2001/05/26  13:39:52
41027         Log: Subject: [PATCH perl@10210] PerlIO for VMS
41028              From: "Craig A. Berry" <craigberry@mac.com>
41029              Date: Sat, 26 May 2001 09:34:11 -0500
41030              Message-Id: <a05100e0ab734816701a5@[172.16.52.1]>
41031      Branch: perl
41032            ! configure.com doio.c iperlsys.h perlio.c perlio.h perliol.h
41033            ! perlsdio.h vms/ext/Stdio/Stdio.xs vms/gen_shrfls.pl vms/vms.c
41034            ! vms/vmsish.h
41035 ____________________________________________________________________________
41036 [ 10217] By: jhi                                   on 2001/05/26  13:19:05
41037         Log: Subject: patch to fix: [ID 20010524.004] perl5db.pl version 1.12  doesn't stop on breakpoints
41038              From: David Dyck <dcd@tc.fluke.com>
41039              Date: Fri, 25 May 2001 00:03:04 -0700 (PDT)
41040              Message-ID: <Pine.LNX.4.33.0105242354030.17331-100000@dd.tc.fluke.com>
41041      Branch: perl
41042            ! lib/perl5db.pl
41043 ____________________________________________________________________________
41044 [ 10216] By: jhi                                   on 2001/05/26  13:17:47
41045         Log: Subject: utf8 regexp tests
41046              From: Hugo <hv@crypt.compulink.co.uk>
41047              Date: Fri, 25 May 2001 22:35:01 +0100
41048              Message-Id: <200105252135.WAA03197@crypt.compulink.co.uk>
41049      Branch: perl
41050            ! t/op/regexp.t
41051 ____________________________________________________________________________
41052 [ 10215] By: jhi                                   on 2001/05/26  13:15:40
41053         Log: Subject: [PATCH] Re: stability of sort()?
41054              From: Nicholas Clark <nick@ccl4.org>
41055              Date: Fri, 25 May 2001 22:40:19 +0100
41056              Message-ID: <20010525224019.B86445@plum.flirble.org>
41057      Branch: perl
41058            ! pod/perlfunc.pod
41059 ____________________________________________________________________________
41060 [ 10214] By: jhi                                   on 2001/05/26  13:14:30
41061         Log: Subject: Re: [ID 20010426.005] Magic not being removed at scope exit [PATCH]
41062              From: John Peacock <jpeacock@rowman.com>
41063              Date: Thu, 24 May 2001 22:14:01 -0400
41064              Message-ID: <3B0DBFE9.A7C49084@rowman.com>
41065      Branch: perl
41066            ! mg.c scope.c sv.c
41067 ____________________________________________________________________________
41068 [ 10213] By: jhi                                   on 2001/05/26  13:08:56
41069         Log: Subject: [PATCH] Re: [PATCH] Re: h2xs [was Re: HEAR YE, HEAR YE!]
41070              From: Nicholas Clark <nick@ccl4.org>
41071              Date: Sun, 20 May 2001 19:24:13 +0100
41072              Message-ID: <20010520192413.G83222@plum.flirble.org>
41073      Branch: perl
41074            + lib/ExtUtils/Constant.pm t/lib/extutils.t
41075            ! MANIFEST utils/h2xs.PL
41076 ____________________________________________________________________________
41077 [ 10212] By: nick                                  on 2001/05/26  09:49:28
41078         Log: Change perlguts docs to not suggest PUSHi etc. for multiple results,
41079              add a few more notes there on use of mortals on the stack.
41080      Branch: perlio
41081            ! pod/perlguts.pod
41082 ____________________________________________________________________________
41083 [ 10211] By: nick                                  on 2001/05/26  09:05:36
41084         Log: Integrate mainline
41085      Branch: perlio
41086           +> t/lib/fcntl.t t/pragma/vars.t
41087           !> (integrate 49 files)
41088 ____________________________________________________________________________
41089 [ 10210] By: jhi                                   on 2001/05/25  12:29:16
41090         Log: Update Changes.
41091      Branch: perl
41092            ! Changes patchlevel.h
41093 ____________________________________________________________________________
41094 [ 10209] By: jhi                                   on 2001/05/25  12:24:45
41095         Log: Based on
41096              
41097              Subject: [PATCH pp.c] Wrapping pack("C",256)
41098              From: Simon Cozens <simon@netthink.co.uk>
41099              Date: Sat, 12 May 2001 17:58:41 +0100
41100              Message-ID: <20010512175841.A6132@netthink.co.uk>
41101      Branch: perl
41102            ! pod/perldiag.pod pp.c t/pragma/warn/pp
41103 ____________________________________________________________________________
41104 [ 10208] By: jhi                                   on 2001/05/25  01:37:03
41105         Log: Subject: [PATCH] 5.6.1 Term::Cap -- add terminfo fallback
41106              From: "Brendan O'Dea" <bod@compusol.com.au>
41107              Date: Fri, 25 May 2001 11:18:29 +1000
41108              Message-ID: <20010525111829.A28411@compusol.com.au>
41109              
41110              (Slightly modified.)
41111      Branch: perl
41112            ! lib/Term/Cap.pm
41113 ____________________________________________________________________________
41114 [ 10207] By: jhi                                   on 2001/05/25  01:12:14
41115         Log: Subject: Re: [ID 20010506.041] segfault when matching utf8 string 
41116              From: Hugo <hv@crypt.compulink.co.uk>
41117              Date: Fri, 25 May 2001 02:13:25 +0100
41118              Message-Id: <200105250113.CAA23158@crypt.compulink.co.uk>
41119      Branch: perl
41120            ! t/op/misc.t
41121 ____________________________________________________________________________
41122 [ 10206] By: jhi                                   on 2001/05/25  01:07:59
41123         Log: Subject: Re: [ID 20010506.041] segfault when matching utf8 string
41124              From: Inaba Hiroto <hiroto.inaba@toshiba.co.jp>
41125              Date: Fri, 25 May 2001 10:25:36 +0900
41126              Message-Id: <200105250124.KAA19571@toshiba.co.jp> 
41127      Branch: perl
41128            ! regcomp.c regexec.c
41129 ____________________________________________________________________________
41130 [ 10205] By: jhi                                   on 2001/05/25  01:07:00
41131         Log: Subject: [PATCH #2] stash autovivification and method call error messages
41132              From: Ilmari Karonen <iltzu@sci.fi>
41133              Date: Thu, 24 May 2001 01:51:48 +0300 (EET DST)
41134              Message-ID: <Pine.SOL.3.96.1010524013737.18819D-100000@simpukka>
41135      Branch: perl
41136            ! gv.c pp_hot.c t/op/method.t
41137 ____________________________________________________________________________
41138 [ 10204] By: jhi                                   on 2001/05/25  01:03:50
41139         Log: Add make target and documentation for gprof profiling.
41140      Branch: perl
41141            ! Makefile.SH pod/perlhack.pod
41142 ____________________________________________________________________________
41143 [ 10203] By: jhi                                   on 2001/05/24  21:09:36
41144         Log: Subject: Don't think about UTF8 
41145              From: Mike Guy <mjtg@cam.ac.uk> 
41146              Date: Tue, 22 May 2001 14:35:39 +0100
41147              Message-Id: <E152CK3-00028O-00@virgo.cus.cam.ac.uk>
41148      Branch: perl
41149            ! sv.h
41150 ____________________________________________________________________________
41151 [ 10202] By: jhi                                   on 2001/05/24  21:07:25
41152         Log: Subject: [ID 20010524.002] find2perl bug in fileglob_to_re
41153              From: Geraint A Edwards <gedge@serf.org> 
41154              Date: Thu, 24 May 2001 22:51:24 +0100
41155              Message-Id: <20010524225124.A34981@cymru.serf.org>
41156      Branch: perl
41157            ! x2p/find2perl.PL
41158 ____________________________________________________________________________
41159 [ 10201] By: jhi                                   on 2001/05/24  21:02:30
41160         Log: DB_File has its own attribute story.
41161      Branch: perl
41162            ! ext/DB_File/DB_File.xs
41163 ____________________________________________________________________________
41164 [ 10200] By: jhi                                   on 2001/05/24  19:54:21
41165         Log: Subject: Re: Making perl with -Wall
41166              From: Andy Dougherty <doughera@lafayette.edu>
41167              Date: Thu, 24 May 2001 14:33:37 -0400 (EDT)
41168              Message-ID: <Pine.SOL.4.10.10105241415460.2443-100000@maxwell.phys.lafayette.edu>
41169      Branch: perl
41170            ! perl.h
41171 ____________________________________________________________________________
41172 [ 10199] By: jhi                                   on 2001/05/24  15:15:03
41173         Log: Subject: RE: [ID 20010521.003] - [PATCH #2] sv.c: sv_dup_inc(SvRV(sstr)) wasn't checking SvWEAKREF
41174              From: "Richard Soderberg" <rs@crystalflame.net>
41175              Date: Thu, 24 May 2001 08:58:16 -0700
41176              Message-ID: <NAEKLNAAHLMBPMPNBMLEOEPODEAA.rs@crystalflame.net>
41177      Branch: perl
41178            ! sv.c
41179 ____________________________________________________________________________
41180 [ 10198] By: jhi                                   on 2001/05/24  15:10:04
41181         Log: IV/UV casting fixes from Nicholas Clark.
41182      Branch: perl
41183            ! perl.h pp_sys.c util.c
41184 ____________________________________________________________________________
41185 [ 10197] By: jhi                                   on 2001/05/24  14:19:44
41186         Log: Subject: Re: Making perl with -Wall
41187              From: Michael G Schwern <schwern@pobox.com>
41188              Date: Thu, 24 May 2001 15:40:28 +0100
41189              Message-ID: <20010524154028.B1988@blackrider.blackstar.co.uk>
41190      Branch: perl
41191            ! malloc.c perl.h
41192 ____________________________________________________________________________
41193 [ 10196] By: jhi                                   on 2001/05/24  14:04:41
41194         Log: Subject: [PATCH] Re: [ID 20010521.004] Two test suite failures on this platform with latest rsync 
41195              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
41196              Date: Tue, 22 May 2001 11:49:37 +0200
41197              Message-Id: <20010522114044.BC4E.H.M.BRAND@hccnet.nl>
41198      Branch: metaconfig
41199            ! U/modified/Oldsym.U
41200      Branch: metaconfig/U/perl
41201            ! patchlevel.U
41202      Branch: perl
41203            ! Configure config_h.SH myconfig.SH
41204 ____________________________________________________________________________
41205 [ 10195] By: jhi                                   on 2001/05/24  13:25:04
41206         Log: Under versiononly install also the scripts with the version suffix.
41207              (e.g. .../bin/h2xs5.7.1)
41208      Branch: perl
41209            ! installperl
41210 ____________________________________________________________________________
41211 [ 10194] By: jhi                                   on 2001/05/24  13:02:49
41212         Log: Subject: [PATCH] Stop segfault in mg.c:636
41213              From: "Richard Soderberg" <rs@crystalflame.net>
41214              Date: Thu, 24 May 2001 05:51:52 -0700
41215              Message-ID: <NAEKLNAAHLMBPMPNBMLEGEPGDEAA.rs@crystalflame.net>
41216      Branch: perl
41217            ! mg.c
41218 ____________________________________________________________________________
41219 [ 10193] By: jhi                                   on 2001/05/24  12:37:13
41220         Log: Iteration continues; hopefully convergently.
41221      Branch: perl
41222            ! t/lib/b-stash.t
41223 ____________________________________________________________________________
41224 [ 10192] By: jhi                                   on 2001/05/24  12:36:35
41225         Log: Subject: [PATCH] CORE::GLOBAL::require override happens too early
41226              From: Gisle Aas <gisle@ActiveState.com>
41227              Date: 23 May 2001 16:13:10 -0700
41228              Message-ID: <lrofsjfym1.fsf@caliper.ActiveState.com>
41229      Branch: perl
41230            ! op.c toke.c
41231 ____________________________________________________________________________
41232 [ 10191] By: jhi                                   on 2001/05/24  12:25:12
41233         Log: Subject: [PATCH] lib/dumpvar.pl, lib/perl5db.pl - fix warnings
41234              From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
41235              Date: Thu, 24 May 2001 05:05:22 -0500
41236              Message-ID: <20010524050522.A18997@staff1.cso.uiuc.edu>
41237      Branch: perl
41238            ! lib/dumpvar.pl lib/perl5db.pl
41239 ____________________________________________________________________________
41240 [ 10190] By: jhi                                   on 2001/05/24  12:24:07
41241         Log: Subject: Re: [ID 20010524.001] perl5db.pl   x @INC  doesn't work like it used to
41242              From: David Dyck <dcd@tc.fluke.com>
41243              Date: Thu, 24 May 2001 01:42:09 -0700 (PDT)
41244              Message-ID: <Pine.LNX.4.33.0105240134580.5179-100000@dd.tc.fluke.com>
41245      Branch: perl
41246            ! lib/perl5db.pl
41247 ____________________________________________________________________________
41248 [ 10189] By: jhi                                   on 2001/05/23  22:43:31
41249         Log: Tiny pod nits on READMEs, mostly whitespace issues.
41250      Branch: perl
41251            ! README.amiga README.dos README.macos README.mpeix README.vmesa
41252            ! README.win32
41253 ____________________________________________________________________________
41254 [ 10188] By: jhi                                   on 2001/05/23  22:26:03
41255         Log: The DG/UX part of the 20010521.005.
41256      Branch: perl
41257            ! README.dgux
41258 ____________________________________________________________________________
41259 [ 10187] By: jhi                                   on 2001/05/23  22:04:05
41260         Log: Subject: Re: [ID 20000716.007] \G in a m//g expression causes problems 
41261              From: Hugo <hv@crypt.compulink.co.uk>
41262              Date: Mon, 21 May 2001 16:32:02 +0100
41263              Message-Id: <200105211532.QAA03999@crypt.compulink.co.uk>
41264      Branch: perl
41265            ! regcomp.c t/op/misc.t
41266 ____________________________________________________________________________
41267 [ 10186] By: jhi                                   on 2001/05/23  21:42:15
41268         Log: Subject: [PATCH] Extra UNIVERSAL tests
41269              From: Mike Guy <mjtg@cam.ac.uk>
41270              Date: Wed, 23 May 2001 12:29:20 +0100
41271              Message-Id: <E152WpM-0001yP-00@virgo.cus.cam.ac.uk>
41272      Branch: perl
41273            ! t/op/universal.t
41274 ____________________________________________________________________________
41275 [ 10185] By: jhi                                   on 2001/05/23  21:38:48
41276         Log: Subject: [PATCH] Remove EQ keyword
41277              From: Mike Guy <mjtg@cam.ac.uk>
41278              Message-Id: <E152Vhp-00072x-00@virgo.cus.cam.ac.uk>
41279              Date: Wed, 23 May 2001 11:17:29 +0100
41280      Branch: perl
41281            ! keywords.h keywords.pl
41282 ____________________________________________________________________________
41283 [ 10184] By: jhi                                   on 2001/05/23  21:29:41
41284         Log: Subject: [PATCH] lib/perl5db.pl
41285              From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
41286              Date: Wed, 23 May 2001 02:18:03 -0500
41287              Message-ID: <20010523021803.A21965@staff1.cso.uiuc.edu>
41288      Branch: perl
41289            ! lib/perl5db.pl
41290 ____________________________________________________________________________
41291 [ 10183] By: jhi                                   on 2001/05/23  21:27:54
41292         Log: Subject: [PATCH lib/Term/Cap.pm] Avoid -W warnings in Tgetent and Tputs
41293              From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
41294              Date: Tue, 22 May 2001 23:34:41 -0500
41295              Message-ID: <20010522233441.A12431@staff1.cso.uiuc.edu>
41296      Branch: perl
41297            ! lib/Term/Cap.pm
41298 ____________________________________________________________________________
41299 [ 10182] By: jhi                                   on 2001/05/23  21:24:30
41300         Log: Subject: [PATCH emacs/e2ctags.pl] big speedup
41301              From: davem@fdgroup.co.uk
41302              Date: Tue, 22 May 2001 22:08:09 +0100 (BST)
41303              Message-Id: <200105222108.WAA09442@gizmo.fdgroup.co.uk>
41304      Branch: perl
41305            ! emacs/e2ctags.pl
41306 ____________________________________________________________________________
41307 [ 10181] By: jhi                                   on 2001/05/23  21:23:29
41308         Log: Subject: [PATCH lib/vars.pm] Sensible minimum version
41309              From: Michael G Schwern <schwern@pobox.com>
41310              Date: Tue, 22 May 2001 14:15:09 +0100
41311              Message-ID: <20010522141509.J701@blackrider.blackstar.co.uk>
41312      Branch: perl
41313            ! lib/vars.pm
41314 ____________________________________________________________________________
41315 [ 10180] By: jhi                                   on 2001/05/23  21:22:14
41316         Log: Subject: [PATCH lib/vars.pm] Odd code nit
41317              From: Michael G Schwern <schwern@pobox.com>
41318              Date: Tue, 22 May 2001 14:14:28 +0100
41319              Message-ID: <20010522141427.I701@blackrider.blackstar.co.uk>
41320      Branch: perl
41321            ! lib/vars.pm
41322 ____________________________________________________________________________
41323 [ 10179] By: jhi                                   on 2001/05/23  21:19:51
41324         Log: Use the new use vars feature.
41325      Branch: perl
41326            ! t/lib/b-stash.t
41327 ____________________________________________________________________________
41328 [ 10178] By: jhi                                   on 2001/05/23  21:19:28
41329         Log: Subject: [PATCH] vars.pm to support qualified variables (was Re: [ID 20010521.001])
41330              From: Mike Guy <mjtg@cam.ac.uk>
41331              Sender: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
41332              Date: Tue, 22 May 2001 13:11:39 +0100
41333      Branch: perl
41334            + t/pragma/vars.t
41335            ! MANIFEST lib/vars.pm t/lib/1_compile.t
41336 ____________________________________________________________________________
41337 [ 10177] By: jhi                                   on 2001/05/23  21:01:48
41338         Log: -qlongdouble considered harmful by Merijn.
41339      Branch: perl
41340            ! hints/aix.sh
41341 ____________________________________________________________________________
41342 [ 10176] By: jhi                                   on 2001/05/21  13:21:21
41343         Log: Update Changes.
41344      Branch: perl
41345            ! Changes patchlevel.h
41346 ____________________________________________________________________________
41347 [ 10175] By: jhi                                   on 2001/05/21  13:17:28
41348         Log: Add a test of its very own for Fcntl.  Hopefully portable.
41349      Branch: perl
41350            + t/lib/fcntl.t
41351            ! MANIFEST
41352 ____________________________________________________________________________
41353 [ 10174] By: jhi                                   on 2001/05/21  12:45:41
41354         Log: Must be trickier for 'minitest' not to die.
41355      Branch: perl
41356            ! t/op/taint.t
41357 ____________________________________________________________________________
41358 [ 10173] By: jhi                                   on 2001/05/21  11:24:43
41359         Log: Can't declare other people's variables.
41360      Branch: perl
41361            ! t/lib/b-stash.t
41362 ____________________________________________________________________________
41363 [ 10172] By: jhi                                   on 2001/05/20  20:33:08
41364         Log: Fix for ID 20010519.003: sysopen() wasn't tainting :-(
41365      Branch: perl
41366            ! doio.c t/op/taint.t
41367 ____________________________________________________________________________
41368 [ 10171] By: jhi                                   on 2001/05/20  20:18:45
41369         Log: The OS/2 variable needs to be declared.
41370      Branch: perl
41371            ! t/lib/b-stash.t
41372 ____________________________________________________________________________
41373 [ 10170] By: nick                                  on 2001/05/20  16:48:29
41374         Log: Integrate mainline
41375      Branch: perlio
41376           !> (integrate 41 files)
41377 ____________________________________________________________________________
41378 [ 10169] By: jhi                                   on 2001/05/20  11:50:20
41379         Log: Small perlsec updates: clarify the taintedness of filename
41380              globbing; suggest using Scalar::Util::tainted().
41381      Branch: perl
41382            ! pod/perlsec.pod
41383 ____________________________________________________________________________
41384 [ 10168] By: jhi                                   on 2001/05/20  11:24:11
41385         Log: Subject: [PATCH 5.7.1@10135] [LARGE!] symbolic magic
41386              From: Dave Mitchell <davem@fdgroup.co.uk>
41387              Date: Sat, 19 May 2001 20:12:56 +0100 (BST)
41388              Message-Id: <200105191912.UAA23925@gizmo.fdgroup.co.uk>
41389      Branch: perl
41390            ! av.c cc_runtime.h doop.c dump.c gv.c hv.c mg.c op.c perl.c
41391            ! perl.h perlio.c pod/perlguts.pod pp.c pp_ctl.c pp_hot.c
41392            ! pp_sys.c regexec.c scope.c sv.c t/lib/peek.t taint.c util.c
41393            ! xsutils.c
41394 ____________________________________________________________________________
41395 [ 10167] By: jhi                                   on 2001/05/20  11:12:14
41396         Log: Subject: [PATCH 5.6.1] DLL descriptions on OS/2
41397              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
41398              Date: Sat, 19 May 2001 04:08:46 -0400
41399              Message-ID: <20010519040846.A16969@math.ohio-state.edu>
41400      Branch: perl
41401            ! lib/ExtUtils/Mksymlists.pm makedef.pl
41402 ____________________________________________________________________________
41403 [ 10166] By: jhi                                   on 2001/05/20  11:08:27
41404         Log: Subject: [PATCH 5.6.1] DLL name mangling on OS/2
41405              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
41406              Date: Sat, 19 May 2001 04:30:45 -0400
41407              Message-ID: <20010519043045.A17033@math.ohio-state.edu>
41408      Branch: perl
41409            ! os2/os2.c
41410 ____________________________________________________________________________
41411 [ 10165] By: jhi                                   on 2001/05/20  11:07:06
41412         Log: Subject: [PATCH 5.6.1] build bugs OS/2
41413              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
41414              Date: Sat, 19 May 2001 04:35:28 -0400
41415              Message-ID: <20010519043528.A17363@math.ohio-state.edu>
41416      Branch: perl
41417            ! os2/Makefile.SHs os2/os2.c
41418 ____________________________________________________________________________
41419 [ 10164] By: jhi                                   on 2001/05/20  11:06:01
41420         Log: Subject: [PATCH 5.6.1] Mis-Failing tests
41421              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
41422              Date: Sat, 19 May 2001 04:04:23 -0400
41423              Message-ID: <20010519040423.A16861@math.ohio-state.edu>
41424              
41425              (In bleadperl patched b-stash.t instead of b.t)
41426      Branch: perl
41427            ! t/lib/b-stash.t t/lib/bigfltpm.t
41428 ____________________________________________________________________________
41429 [ 10163] By: jhi                                   on 2001/05/20  10:59:46
41430         Log: Subject: [PATCH 5.6.1] perl5db
41431              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
41432              Date: Sat, 19 May 2001 03:49:09 -0400
41433              Message-ID: <20010519034909.A14902@math.ohio-state.edu>
41434      Branch: perl
41435            ! lib/perl5db.pl
41436 ____________________________________________________________________________
41437 [ 10162] By: jhi                                   on 2001/05/20  10:58:18
41438         Log: Subject: [PATCH] require $mod where $mod has touched numeric context
41439              From: Gisle Aas <gisle@ActiveState.com>
41440              Date: 18 May 2001 14:24:51 -0700
41441              Message-ID: <lr3da2cpuk.fsf@caliper.ActiveState.com>
41442      Branch: perl
41443            ! pp_ctl.c
41444 ____________________________________________________________________________
41445 [ 10161] By: jhi                                   on 2001/05/20  10:57:00
41446         Log: Subject: [PATCH] Chomp should not always stringify
41447              From: Gisle Aas <gisle@ActiveState.com>
41448              Date: 18 May 2001 07:55:25 -0700
41449              Message-ID: <lrk83eogf6.fsf@caliper.ActiveState.com>
41450      Branch: perl
41451            ! doop.c t/op/chop.t
41452 ____________________________________________________________________________
41453 [ 10160] By: jhi                                   on 2001/05/20  10:49:40
41454         Log: Integrate perlio.
41455      Branch: perl
41456           !> pod/perlfunc.pod
41457 ____________________________________________________________________________
41458 [ 10159] By: nick                                  on 2001/05/20  09:39:46
41459         Log: Document some more of open's features.
41460      Branch: perlio
41461            ! pod/perlfunc.pod
41462 ____________________________________________________________________________
41463 [ 10158] By: gsar                                  on 2001/05/18  18:43:38
41464         Log: back out change#10153 (it has compatibility issues such as the
41465              changed behavior of /[~%@+-]/, and after talking to Jarkko, the
41466              benefit for 5.6.x doesn't seem worth the risk)
41467      Branch: maint-5.6/perl
41468            ! toke.c
41469 ____________________________________________________________________________
41470 [ 10157] By: jhi                                   on 2001/05/18  17:05:40
41471         Log: \$escaping the $vars in !GROK!THIS! section is a good idea.
41472      Branch: perl
41473            ! x2p/s2p.PL
41474 ____________________________________________________________________________
41475 [ 10156] By: jhi                                   on 2001/05/18  12:06:40
41476         Log: Update Changes.
41477      Branch: perl
41478            ! Changes patchlevel.h
41479 ____________________________________________________________________________
41480 [ 10155] By: jhi                                   on 2001/05/18  11:58:57
41481         Log: Integrate change #10144 from maintperl.
41482              
41483              s/CONFIGDOTSH/PERL_CONFIG_SH/ for Win32, too.
41484      Branch: perl
41485           !> win32/config.bc win32/config.gc win32/config.vc
41486           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
41487 ____________________________________________________________________________
41488 [ 10154] By: nick                                  on 2001/05/18  07:23:03
41489         Log: Integrate mainline.
41490      Branch: perlio
41491           +> README.dgux t/lib/i18n-collate.t utils.lst
41492           !> (integrate 49 files)
41493 ____________________________________________________________________________
41494 [ 10153] By: jhi                                   on 2001/05/18  00:41:51
41495         Log: Integrate change #7224 from mainline into maintperl.
41496              
41497              Allow @+ and @- to be doublequoted, from Simon Cozens. 
41498              (Approved by Larry, see Tom's comment in 20000830.005.)
41499      Branch: maint-5.6/perl
41500           !> toke.c
41501 ____________________________________________________________________________
41502 [ 10152] By: jhi                                   on 2001/05/17  23:18:15
41503         Log: Subject: [PATCH bleadperl] small lookbehind fix
41504              From: Hugo <hv@crypt.compulink.co.uk>
41505              Date: Fri, 18 May 2001 00:07:19 +0100
41506              Message-Id: <200105172307.AAA06142@crypt.compulink.co.uk>
41507      Branch: perl
41508            ! regexec.c
41509 ____________________________________________________________________________
41510 [ 10151] By: jhi                                   on 2001/05/17  22:00:06
41511         Log: Detypos.
41512      Branch: perl
41513            ! installman utils.lst
41514 ____________________________________________________________________________
41515 [ 10150] By: jhi                                   on 2001/05/17  20:32:48
41516         Log: Add better debug to glob/basic #8 as suggested by Nick Clark
41517              in 20001222.001.
41518      Branch: perl
41519            ! t/lib/glob-basic.t
41520 ____________________________________________________________________________
41521 [ 10149] By: jhi                                   on 2001/05/17  20:08:58
41522         Log: Subject: [PATCH] Test for bug 20010515.004
41523              From: Benjamin Sugars <bsugars@canoe.ca>
41524              Date: Thu, 17 May 2001 15:48:18 -0400 (EDT)
41525              Message-ID: <Pine.LNX.4.21.0105171544270.9064-100000@marmot.rim.canoe.ca>
41526      Branch: perl
41527            ! t/op/misc.t
41528 ____________________________________________________________________________
41529 [ 10148] By: jhi                                   on 2001/05/17  20:06:23
41530         Log: Integrate #10145 from maintperl.
41531              
41532              fix for ID 20010515.004 (needs test)
41533      Branch: perl
41534           !> pp_hot.c
41535 ____________________________________________________________________________
41536 [ 10147] By: jhi                                   on 2001/05/17  19:10:46
41537         Log: Thinko noticed by Doug MacEachern.
41538      Branch: perl
41539            ! thread.h
41540 ____________________________________________________________________________
41541 [ 10146] By: jhi                                   on 2001/05/17  17:30:37
41542         Log: Subject: Re: [PATCH] HERE mark in regex
41543              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
41544              Date: Thu, 17 May 2001 12:20:33 -0400
41545              Message-ID: <20010517122033.B1547290@linguist.thayer.dartmouth.edu> 
41546      Branch: perl
41547            ! t/op/re_tests
41548 ____________________________________________________________________________
41549 [ 10145] By: gsar                                  on 2001/05/17  16:59:55
41550         Log: fix for ID 20010515.004 (needs test)
41551      Branch: maint-5.6/perl
41552            ! pp_hot.c
41553 ____________________________________________________________________________
41554 [ 10144] By: gsar                                  on 2001/05/17  16:39:02
41555         Log: s/CONFIGDOTSH/PERL_CONFIG_SH/g
41556      Branch: maint-5.6/perl
41557            ! win32/config.bc win32/config.gc win32/config.vc
41558            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
41559 ____________________________________________________________________________
41560 [ 10143] By: jhi                                   on 2001/05/17  14:21:08
41561         Log: Macrofy the getspecific (and use it also in util.c)
41562      Branch: perl
41563            ! thread.h util.c
41564 ____________________________________________________________________________
41565 [ 10142] By: jhi                                   on 2001/05/17  01:43:50
41566         Log: Use the unchecked thread-specific key fetch also in Tru64.
41567      Branch: perl
41568            ! thread.h
41569 ____________________________________________________________________________
41570 [ 10141] By: jhi                                   on 2001/05/17  01:41:07
41571         Log: Subject: [PATCH 5.6.1]Quick thread speedup
41572              From: Dan Sugalski <dan@sidhe.org> 
41573              Date: Wed, 16 May 2001 18:05:19 -0400
41574              Message-Id: <5.1.0.14.0.20010516175826.01afde08@24.8.96.48>
41575      Branch: perl
41576            ! thread.h util.c
41577 ____________________________________________________________________________
41578 [ 10140] By: jhi                                   on 2001/05/16  19:58:29
41579         Log: I think this is quite enough testing for a deprecated feature.
41580      Branch: perl
41581            + t/lib/i18n-collate.t
41582            ! MANIFEST t/lib/1_compile.t
41583 ____________________________________________________________________________
41584 [ 10139] By: jhi                                   on 2001/05/16  18:47:03
41585         Log: More HP-UX lore from Jeff Okamoto.
41586      Branch: perl
41587            ! README.hpux
41588 ____________________________________________________________________________
41589 [ 10138] By: jhi                                   on 2001/05/16  18:21:04
41590         Log: Sort utils.lst for easier maintenance.
41591      Branch: perl
41592            ! utils.lst
41593 ____________________________________________________________________________
41594 [ 10137] By: jhi                                   on 2001/05/16  18:12:01
41595         Log: Subject: Re: [PATCH] Abstract "utility" information from installman
41596              From: Tim Jenness <t.jenness@jach.hawaii.edu>
41597              Date: Wed, 16 May 2001 08:59:59 -1000 (HST)
41598              Message-ID: <Pine.LNX.4.33.0105160858480.2488-100000@lapaki.jach.hawaii.edu>
41599              
41600              Add pod2latex to utils.lst.
41601      Branch: perl
41602            ! MANIFEST utils.lst
41603 ____________________________________________________________________________
41604 [ 10136] By: jhi                                   on 2001/05/16  18:00:00
41605         Log: Subject: Re: [PATCH] HERE mark in regex
41606              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
41607              Date: Wed, 16 May 2001 13:04:43 -0400
41608              Message-ID: <20010516130443.E1516273@linguist.thayer.dartmouth.edu> 
41609      Branch: perl
41610            ! pod/perldiag.pod regcomp.c t/op/misc.t t/op/re_tests
41611            ! t/op/regmesg.t t/pragma/warn/regcomp
41612 ____________________________________________________________________________
41613 [ 10135] By: jhi                                   on 2001/05/16  17:51:50
41614         Log: Subject: Re: [PATCH] Abstract "utility" information from installman
41615              From: Simon Cozens <simon@netthink.co.uk>
41616              Date: Wed, 16 May 2001 18:02:08 +0100
41617              Message-ID: <20010516180208.A6458@netthink.co.uk>
41618      Branch: perl
41619            ! installman utils.lst
41620 ____________________________________________________________________________
41621 [ 10134] By: jhi                                   on 2001/05/16  17:47:26
41622         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
41623              From: "Philip Newton" <pnewton@gmx.de>
41624              Date: Tue, 15 May 2001 15:09:30 +0200
41625              Message-ID: <3B0146AA.2839.17BFDA6@localhost>
41626              
41627              Test case for #10128.
41628      Branch: perl
41629            ! t/pragma/warn/pp_hot
41630 ____________________________________________________________________________
41631 [ 10133] By: jhi                                   on 2001/05/16  15:12:52
41632         Log: Update Changes.
41633      Branch: perl
41634            ! Changes patchlevel.h
41635 ____________________________________________________________________________
41636 [ 10132] By: jhi                                   on 2001/05/16  14:50:55
41637         Log: Deprecate pseudo-hashes.
41638      Branch: perl
41639            ! pod/perl572delta.pod pod/perlref.pod pod/perltodo.pod
41640 ____________________________________________________________________________
41641 [ 10131] By: jhi                                   on 2001/05/16  14:26:01
41642         Log: HP-UX hints update from Merijn.
41643      Branch: perl
41644            ! hints/hpux.sh
41645 ____________________________________________________________________________
41646 [ 10130] By: jhi                                   on 2001/05/16  14:23:01
41647         Log: README.hpux update from Merijn.
41648      Branch: perl
41649            ! README.hpux
41650 ____________________________________________________________________________
41651 [ 10129] By: jhi                                   on 2001/05/16  14:18:56
41652         Log: Subject: Re: [PATCH] Abstract "utility" information from installman
41653              From: Simon Cozens <simon@netthink.co.uk>
41654              Date: Wed, 16 May 2001 15:57:55 +0100
41655              Message-ID: <20010516155755.A4728@netthink.co.uk>
41656      Branch: perl
41657            + utils.lst
41658            ! MANIFEST installman installperl
41659 ____________________________________________________________________________
41660 [ 10128] By: jhi                                   on 2001/05/16  14:15:36
41661         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
41662              From: "Philip Newton" <pnewton@gmx.de>
41663              Date: Tue, 15 May 2001 16:31:05 +0200
41664              Message-ID: <3B0159C9.1905.1C6AEF9@localhost>
41665              
41666              Fix PERL_Y2KWARN test to check before rather than after appending.
41667      Branch: perl
41668            ! pp_hot.c
41669 ____________________________________________________________________________
41670 [ 10127] By: jhi                                   on 2001/05/16  14:08:15
41671         Log: Regen Porting stuff.
41672      Branch: perl
41673            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
41674            ! config_h.SH
41675 ____________________________________________________________________________
41676 [ 10126] By: jhi                                   on 2001/05/16  13:41:50
41677         Log: Metaconfig unit change for #10125.
41678      Branch: metaconfig
41679            ! U/modified/Oldconfig.U
41680 ____________________________________________________________________________
41681 [ 10125] By: jhi                                   on 2001/05/16  13:41:35
41682         Log: Use OSVERS.
41683      Branch: perl
41684            ! Configure config_h.SH perl.c
41685 ____________________________________________________________________________
41686 [ 10124] By: jhi                                   on 2001/05/16  13:41:09
41687         Log: Regen toc.
41688      Branch: perl
41689            ! pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
41690 ____________________________________________________________________________
41691 [ 10123] By: jhi                                   on 2001/05/16  13:25:38
41692         Log: Adding the README.dgux to the MANIFEST would be a good idea.
41693      Branch: perl
41694            ! MANIFEST
41695 ____________________________________________________________________________
41696 [ 10122] By: jhi                                   on 2001/05/16  13:08:33
41697         Log: Move the stack desire definition to thread.h.
41698      Branch: perl
41699            ! ext/Thread/Thread.xs thread.h
41700 ____________________________________________________________________________
41701 [ 10121] By: jhi                                   on 2001/05/16  13:00:12
41702         Log: DG-UX threading patches, including a README.dgux,
41703              from Takis Psarogiannakopoulos.
41704      Branch: perl
41705            + README.dgux
41706            ! config_h.SH ext/Thread/Thread.xs hints/dgux.sh perl.c
41707 ____________________________________________________________________________
41708 [ 10120] By: jhi                                   on 2001/05/16  12:55:33
41709         Log: Subject: [PATCH B::Deparse] More on /x regexes
41710              From: Robin Houston <robin@kitsite.com>
41711              Date: Tue, 15 May 2001 19:09:35 +0100
41712              Message-ID: <20010515190935.A27268@penderel>
41713      Branch: perl
41714            ! ext/B/B/Deparse.pm
41715 ____________________________________________________________________________
41716 [ 10119] By: jhi                                   on 2001/05/16  12:45:29
41717         Log: Document that the core time() may be rounding rather
41718              than truncating, would have saved at least my confusion.
41719      Branch: perl
41720            ! ext/Time/HiRes/HiRes.pm
41721 ____________________________________________________________________________
41722 [ 10118] By: jhi                                   on 2001/05/16  12:37:57
41723         Log: Subject: perl-current/t/time-hires.t
41724              From: John Peacock <jpeacock@rowman.com>
41725              Date: Fri, 11 May 2001 14:09:41 -0400
41726              Message-ID: <3AFC2AE5.5E787E54@rowman.com>
41727      Branch: perl
41728            ! t/lib/time-hires.t
41729 ____________________________________________________________________________
41730 [ 10117] By: jhi                                   on 2001/05/15  13:40:33
41731         Log: Subject: [PATCH dump.c] Op private flags
41732              From: Simon Cozens <simon@netthink.co.uk>
41733              Date: Sun, 13 May 2001 20:20:36 +0100
41734              Message-ID: <20010513202036.A21896@netthink.co.uk>
41735      Branch: perl
41736            ! dump.c
41737 ____________________________________________________________________________
41738 [ 10116] By: jhi                                   on 2001/05/15  13:28:26
41739         Log: Upgrade to Switch 2.03.
41740      Branch: perl
41741            ! lib/Switch.pm
41742 ____________________________________________________________________________
41743 [ 10115] By: jhi                                   on 2001/05/15  13:19:01
41744         Log: Integrate change #10113 from mainline: rename CONFIGDOTSH
41745              to PERL_CONFIG_SH and use it consistently.
41746      Branch: maint-5.6/perl
41747           !> Configure Makefile.SH Policy_sh.SH cflags.SH config_h.SH
41748           !> configpm configure.com makeaperl.SH makedepend.SH makedir.SH
41749           !> myconfig.SH writemain.SH
41750 ____________________________________________________________________________
41751 [ 10114] By: jhi                                   on 2001/05/15  13:13:21
41752         Log: Metaconfig units changes for #10113.
41753      Branch: metaconfig
41754            ! U/modified/Config_h.U U/modified/Extract.U U/modified/Oldsym.U
41755 ____________________________________________________________________________
41756 [ 10113] By: jhi                                   on 2001/05/15  13:12:40
41757         Log: The problem described in 20010514.031 still wasn't
41758              fully cured, there were remnants of $CONFIG when
41759              $CONFIGDOTSH was expected.  Now renamed to PERL_CONFIG_SH
41760              to avoid future conflicts.
41761      Branch: perl
41762            ! Configure Makefile.SH Policy_sh.SH cflags.SH config_h.SH
41763            ! configpm configure.com makeaperl.SH makedepend.SH makedir.SH
41764            ! myconfig.SH writemain.SH
41765 ____________________________________________________________________________
41766 [ 10112] By: jhi                                   on 2001/05/15  11:55:44
41767         Log: Half of #10107 got lost.
41768      Branch: perl
41769            ! ext/B/B/Deparse.pm
41770 ____________________________________________________________________________
41771 [ 10111] By: nick                                  on 2001/05/15  08:39:14
41772         Log: Integrate mainline.
41773      Branch: perlio
41774           +> ext/POSIX/hints/uts.pl
41775            - Todo Todo-5.6 t/camel-III/vstring.t
41776           !> (integrate 48 files)
41777 ____________________________________________________________________________
41778 [ 10110] By: jhi                                   on 2001/05/15  02:04:05
41779         Log: Subject: [PATCH TestInit.pm] Give Deparse tester a fair chance
41780              From: Robin Houston <robin@kitsite.com>
41781              Date: Mon, 14 May 2001 22:27:08 +0100
41782              Message-ID: <20010514222708.A22963@penderel>
41783      Branch: perl
41784            ! t/TestInit.pm
41785 ____________________________________________________________________________
41786 [ 10109] By: jhi                                   on 2001/05/15  02:03:12
41787         Log: Subject: [PATCH B::Deparse] Lvaluable method calls
41788              From: Robin Houston <robin@kitsite.com>
41789              Date: Mon, 14 May 2001 22:16:43 +0100
41790              Message-ID: <20010514221643.A22437@penderel>
41791      Branch: perl
41792            ! ext/B/B/Deparse.pm
41793 ____________________________________________________________________________
41794 [ 10108] By: jhi                                   on 2001/05/15  02:02:17
41795         Log: Subject: [PATCH B::Deparse] C<$foo =~ give_me_a_regex>; /x modifier
41796              From: Robin Houston <robin@kitsite.com>
41797              Date: Mon, 14 May 2001 22:03:44 +0100
41798              Message-ID: <20010514220344.A20643@penderel>
41799      Branch: perl
41800            ! ext/B/B/Deparse.pm
41801 ____________________________________________________________________________
41802 [ 10107] By: jhi                                   on 2001/05/15  02:01:24
41803         Log: Subject: [PATCH B::Deparse] "${foo}_bar"
41804              From: Robin Houston <robin@kitsite.com>
41805              Date: Mon, 14 May 2001 22:10:07 +0100
41806              Message-ID: <20010514221007.A21118@penderel>
41807      Branch: perl
41808            ! ext/B/B/Deparse.pm
41809 ____________________________________________________________________________
41810 [ 10106] By: jhi                                   on 2001/05/15  01:41:26
41811         Log: Fix for 20010514.037; substr() didn't invalidate the locale
41812              collation magic.
41813      Branch: perl
41814            ! pp.c
41815 ____________________________________________________________________________
41816 [ 10105] By: jhi                                   on 2001/05/14  18:18:24
41817         Log: Update Changes.
41818      Branch: perl
41819            ! Changes patchlevel.h
41820 ____________________________________________________________________________
41821 [ 10104] By: jhi                                   on 2001/05/14  18:09:07
41822         Log: Retract #10094.
41823      Branch: perl
41824            ! lib/Pod/Text.pm
41825 ____________________________________________________________________________
41826 [ 10103] By: jhi                                   on 2001/05/14  15:20:58
41827         Log: Integrate change #10100 from maintperl.
41828              
41829              PL_last_in_gv may not be a GV if it was a stale filehandle (fix for
41830              bug ID 20010514.027)
41831      Branch: perl
41832           !> mg.c pp_ctl.c
41833 ____________________________________________________________________________
41834 [ 10102] By: jhi                                   on 2001/05/14  15:19:21
41835         Log: Document the deprecatedness of suidperl.
41836      Branch: perl
41837            ! INSTALL pod/perlfaq1.pod
41838 ____________________________________________________________________________
41839 [ 10101] By: jhi                                   on 2001/05/14  14:54:31
41840         Log: Subject: Re: [ID 20010514.022] Makemaker a bit too prefix-happy
41841              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
41842              Date: Mon, 14 May 2001 09:38:59 -0400
41843              Message-ID: <20010514093859.A1479715@linguist.thayer.dartmouth.edu>
41844      Branch: perl
41845            ! lib/ExtUtils/MM_Unix.pm
41846 ____________________________________________________________________________
41847 [ 10100] By: gsar                                  on 2001/05/14  14:43:50
41848         Log: PL_last_in_gv may not be a GV if it was a stale filehandle (fix for
41849              bug ID 20010514.027)
41850              
41851              TODO: this needs a testsuite addition
41852      Branch: maint-5.6/perl
41853            ! mg.c pp_ctl.c
41854 ____________________________________________________________________________
41855 [ 10099] By: jhi                                   on 2001/05/14  13:42:38
41856         Log: More DWIMminess for Class::Struct: calling the array or hash
41857              accessors only with one argument, an array or a hash reference,
41858              sets the underlying array or hash.  This mirrors nicely also
41859              the usage in the constructor.
41860              From Bernd Sokolowsky <ulmo@garozzo.franken.de>, via Damian Conway.
41861      Branch: perl
41862            ! lib/Class/Struct.pm t/lib/class-struct.t
41863 ____________________________________________________________________________
41864 [ 10098] By: jhi                                   on 2001/05/14  13:10:34
41865         Log: Reference cmp'ing should go through the whole stringification
41866              process shebang, as pointed out by Sarathy in #10091.
41867      Branch: perl
41868            ! pp.c
41869 ____________________________________________________________________________
41870 [ 10097] By: jhi                                   on 2001/05/14  12:54:31
41871         Log: Subject: Re: [LONG] Cleaning up Todo/Todo-5.6/perltodo
41872              From: Simon Cozens <simon@netthink.co.uk>
41873              Date: Sat, 12 May 2001 16:36:27 +0100
41874              Message-ID: <20010512163627.A5522@netthink.co.uk>
41875              
41876              with some additions salvaged from Todo and Todo-5.6 before
41877              retiring them.
41878      Branch: perl
41879            - Todo Todo-5.6
41880            ! MANIFEST pod/perltodo.pod
41881 ____________________________________________________________________________
41882 [ 10096] By: jhi                                   on 2001/05/14  12:37:01
41883         Log: Subject: [ID 20010514.025] _SVID3 in <sys/statvfs.h>
41884              From: "Golubev I. N." <gin@mo.msk.ru>
41885              Date: Mon, 07 May 2001 14:33:34 (GMT)
41886              Message-Id: <02453af6b23e63-gin@mo.msk.ru>
41887      Branch: perl
41888            ! perl.h
41889 ____________________________________________________________________________
41890 [ 10095] By: jhi                                   on 2001/05/14  12:34:24
41891         Log: Subject: [ID 20010514.022] Makemaker a bit too prefix-happy
41892              From: "Todd C. Miller" <Todd.Miller@courtesan.com>
41893              Date: Mon, 7 May 2001 09:35:57 -0600 (MDT)
41894              Message-Id: <200105071535.f47FZvf27235@xerxes.courtesan.com>
41895      Branch: perl
41896            ! lib/ExtUtils/MM_Unix.pm
41897 ____________________________________________________________________________
41898 [ 10094] By: jhi                                   on 2001/05/14  12:32:44
41899         Log: (Retracted by #10104.)
41900              
41901              Subject: [PATCH bleadperl Pod::Text] avoid overquoting [Was: rand(0) is rand(1)]
41902              From: barries <barries@slaysys.com>
41903              Date: Sat, 12 May 2001 01:28:10 -0400
41904              Message-ID: <20010512012810.B26358@jester.slaysys.com>
41905      Branch: perl
41906            ! lib/Pod/Text.pm
41907 ____________________________________________________________________________
41908 [ 10093] By: jhi                                   on 2001/05/14  12:30:38
41909         Log: Subject: [PATCH] Incorrect line numbers in AutoSplit
41910              From: Mike Guy <mjtg@cam.ac.uk>
41911              Date: Sat, 12 May 2001 19:24:33 +0100
41912              Message-Id: <E14ye49-0006Fn-00@libra.cus.cam.ac.uk>
41913      Branch: perl
41914            ! lib/AutoSplit.pm
41915 ____________________________________________________________________________
41916 [ 10092] By: jhi                                   on 2001/05/14  12:29:21
41917         Log: Yet another HP-UX hints tweak from Merijn.
41918      Branch: perl
41919            ! hints/hpux.sh
41920 ____________________________________________________________________________
41921 [ 10091] By: gsar                                  on 2001/05/14  04:38:32
41922         Log: $ref1 == $ref2 behaves unpredictably on platforms where NV_PRESERVES_UV
41923              isn't defined (changes#9366,9368,9370 from mainline without the
41924              pp_scmp() change)
41925      Branch: maint-5.6/perl
41926            ! pp.c pp.h pp_hot.c
41927 ____________________________________________________________________________
41928 [ 10090] By: jhi                                   on 2001/05/12  13:39:43
41929         Log: The sorting seems to happen now automatically.
41930      Branch: perl
41931            ! t/lib/glob-basic.t
41932 ____________________________________________________________________________
41933 [ 10089] By: jhi                                   on 2001/05/12  03:38:15
41934         Log: Subject: Re: [PATCH perlfunc.pod] split on an empty string
41935              From: Benjamin Sugars <bsugars@canoe.ca>
41936              Date: Fri, 11 May 2001 11:36:04 -0400 (EDT)
41937              Message-ID: <Pine.LNX.4.21.0105111131540.1804-100000@marmot.rim.canoe.ca>
41938      Branch: perl
41939            ! pod/perlfunc.pod
41940 ____________________________________________________________________________
41941 [ 10088] By: jhi                                   on 2001/05/12  03:37:00
41942         Log: Subject: Re: undef(&foo) does not work for XS functions
41943              From: Doug MacEachern <dougm@covalent.net>
41944              Date: Fri, 11 May 2001 16:52:29 -0700 (PDT)
41945              Message-ID: <Pine.LNX.4.21.0105111647240.4478-100000@mako.covalent.net>
41946      Branch: perl
41947            ! op.c
41948 ____________________________________________________________________________
41949 [ 10087] By: jhi                                   on 2001/05/12  03:35:58
41950         Log: Subject: [PATCH: perl@10086] fixup t/op/append.t for UTF-EBCDIC
41951              From: Peter Prymmer <pvhp@forte.com>
41952              Date: Fri, 11 May 2001 17:38:43 -0700 (PDT)
41953              Message-ID: <Pine.OSF.4.10.10105111736190.73589-100000@aspara.forte.com>
41954      Branch: perl
41955            ! t/op/append.t
41956 ____________________________________________________________________________
41957 [ 10086] By: jhi                                   on 2001/05/11  14:23:08
41958         Log: Update Changes.
41959      Branch: perl
41960            ! Changes patchlevel.h
41961 ____________________________________________________________________________
41962 [ 10085] By: jhi                                   on 2001/05/11  14:08:20
41963         Log: Remove the 'asciir' re subpragma.  Should instead implement
41964              the 'physical vs logical' range scheme:
41965              
41966              \xAA-\xCC is a native physical range, you want that range of
41967              codepoints in your native encoding.  In EBCDIC the codepoints
41968              in the gaps (between i-j and r-s) should be included.
41969              
41970              \x{AA}-\x{CC} is a physical Unicode range, you want that range of
41971              codepoints in Unicode.
41972              
41973              a-z is a logical range, you want that range of 'logical' codepoints
41974              in your native encoding.  In EBCDIC the codepoints in the gaps
41975              (between i-j and r-s) should not be included.
41976              
41977              Mixed cases (a-\xAA, etc) should either be errors, or maybe
41978              the 'logical' endpoints should be converted to native/Unicode
41979              codepoints, and the range handled as a physical range.
41980              
41981              'Logical endpoints' are to be recognized only in the A-Z, a-z,
41982              and 0-9 ranges.  Probably a warning should be given for mixed
41983              cases like A-z or a-9 (since such expressions are encoding
41984              dependent), with a recommendation to use physical ranges.
41985      Branch: perl
41986            ! ext/re/re.pm perl.h regcomp.c regcomp.h t/op/pat.t
41987            ! t/op/regexp.t
41988 ____________________________________________________________________________
41989 [ 10084] By: jhi                                   on 2001/05/11  13:56:16
41990         Log: Make the test to cleanup the test directory tree
41991              both before and after the testing so that we always
41992              have a clean slate to work with.
41993      Branch: perl
41994            ! t/lib/filefind.t
41995 ____________________________________________________________________________
41996 [ 10083] By: jhi                                   on 2001/05/11  13:46:30
41997         Log: Subject: Re: [PATCH perlfunc.pod] split on an empty string
41998              From: Jon Eveland <jweveland@yahoo.com>
41999              Date: Fri, 11 May 2001 07:36:28 -0700 (PDT)
42000              Message-ID: <20010511143628.24225.qmail@web10402.mail.yahoo.com>
42001      Branch: perl
42002            ! pod/perlfunc.pod
42003 ____________________________________________________________________________
42004 [ 10082] By: jhi                                   on 2001/05/11  13:45:06
42005         Log: Merge the camel-III/vstring.t with op/ver.t.
42006      Branch: perl
42007            - t/camel-III/vstring.t
42008            ! MANIFEST t/TEST t/harness t/op/ver.t
42009 ____________________________________________________________________________
42010 [ 10081] By: jhi                                   on 2001/05/11  13:15:55
42011         Log: Add test.deparse make target.
42012      Branch: perl
42013            ! Makefile.SH
42014 ____________________________________________________________________________
42015 [ 10080] By: jhi                                   on 2001/05/11  12:52:49
42016         Log: Subject: [PATCH B::Deparse] $foo->bar(0)
42017              From: Robin Houston <robin@kitsite.com>
42018              Date: Fri, 11 May 2001 12:02:22 +0100
42019              Message-ID: <20010511120222.A11529@penderel>
42020      Branch: perl
42021            ! ext/B/B/Deparse.pm t/op/method.t
42022 ____________________________________________________________________________
42023 [ 10079] By: jhi                                   on 2001/05/11  01:59:06
42024         Log: A nicely working combination for UTS from Hal Morris.
42025      Branch: perl
42026            + ext/POSIX/hints/uts.pl
42027            ! MANIFEST hints/uts.sh
42028 ____________________________________________________________________________
42029 [ 10078] By: jhi                                   on 2001/05/11  01:15:04
42030         Log: i_ieeefp=undef for UTS.
42031      Branch: perl
42032            ! hints/uts.sh
42033 ____________________________________________________________________________
42034 [ 10077] By: jhi                                   on 2001/05/10  22:42:35
42035         Log: Subject: RE: rand(0) is rand(1)
42036              From: Larry Shatzer <lshatzer@islanddata.com>
42037              Date: Thu, 10 May 2001 11:09:27 -0700
42038              Message-ID: <95CD90709D74D4118F4600D0B79E8BC9995027@mail.islanddata.com>
42039      Branch: perl
42040            ! pod/perlfunc.pod
42041 ____________________________________________________________________________
42042 [ 10076] By: jhi                                   on 2001/05/10  22:36:50
42043         Log: Subject: [patch] make op_{clear,null} public
42044              From: Doug MacEachern <dougm@covalent.net>
42045              Date: Thu, 10 May 2001 15:54:09 -0700 (PDT)
42046              Message-ID: <Pine.LNX.4.21.0105101546510.2962-100000@mako.covalent.net>
42047      Branch: perl
42048            ! embed.h embed.pl op.c proto.h
42049 ____________________________________________________________________________
42050 [ 10075] By: jhi                                   on 2001/05/10  22:28:36
42051         Log: Subject: [PATCH B.xs] Extend tr/\0-\377/blah/c support
42052              From: Robin Houston <robin@kitsite.com>
42053              Date: Thu, 10 May 2001 18:54:59 +0100
42054              Message-ID: <20010510185459.A5995@penderel>
42055      Branch: perl
42056            ! ext/B/B.xs ext/B/B/Deparse.pm t/op/tr.t
42057 ____________________________________________________________________________
42058 [ 10074] By: jhi                                   on 2001/05/10  22:23:41
42059         Log: Subject: [PATCH B::Deparse] t/op/64bitint.t
42060              From: Robin Houston <robin@kitsite.com>
42061              Date: Thu, 10 May 2001 12:56:39 +0100
42062              Message-ID: <20010510125639.A2119@penderel>
42063      Branch: perl
42064            ! ext/B/B/Deparse.pm
42065 ____________________________________________________________________________
42066 [ 10073] By: jhi                                   on 2001/05/10  14:26:01
42067         Log: Retract #10070, not ready yet.
42068      Branch: perl
42069            ! ext/B/B/Deparse.pm
42070 ____________________________________________________________________________
42071 [ 10072] By: jhi                                   on 2001/05/10  13:40:24
42072         Log: The metaconfig unit change for #10071.
42073      Branch: metaconfig
42074            ! U/modified/mallocsrc.U
42075 ____________________________________________________________________________
42076 [ 10071] By: jhi                                   on 2001/05/10  13:39:57
42077         Log: The #9525+#9526 didn't allow for overriding usemymalloc.
42078      Branch: perl
42079            ! Configure
42080 ____________________________________________________________________________
42081 [ 10070] By: jhi                                   on 2001/05/10  13:18:42
42082         Log: (Retracted by #10073)
42083              
42084              Subject: Re: [PATCH t/TEST] B::Deparse tester 
42085              From: Hugo <hv@crypt.compulink.co.uk>
42086              Date: Thu, 10 May 2001 05:48:09 +0100
42087              Message-Id: <200105100448.FAA13584@crypt.compulink.co.uk>
42088      Branch: perl
42089            ! ext/B/B/Deparse.pm
42090 ____________________________________________________________________________
42091 [ 10069] By: jhi                                   on 2001/05/10  12:24:06
42092         Log: Add a for(func()) test.
42093      Branch: perl
42094            ! t/cmd/for.t
42095 ____________________________________________________________________________
42096 [ 10068] By: jhi                                   on 2001/05/10  12:16:00
42097         Log: Subject: [PATCH B::Deparse] our() lists and foreach loops
42098              From: Robin Houston <robin@kitsite.com>
42099              Date: Thu, 10 May 2001 13:50:08 +0100
42100              Message-ID: <20010510135008.A2454@penderel>
42101      Branch: perl
42102            ! ext/B/B/Deparse.pm
42103 ____________________________________________________________________________
42104 [ 10067] By: jhi                                   on 2001/05/10  01:45:03
42105         Log: A thinko in #10065.
42106      Branch: perl
42107            ! hv.c
42108 ____________________________________________________________________________
42109 [ 10066] By: jhi                                   on 2001/05/10  01:33:12
42110         Log: Subject: [PATCH B::Deparse] Fix tr///ansliteration
42111              From: Robin Houston <robin@kitsite.com>
42112              Date: Thu, 10 May 2001 02:10:34 +0100
42113              Message-ID: <20010510021034.A19421@penderel>
42114      Branch: perl
42115            ! ext/B/B.xs ext/B/B/Deparse.pm
42116 ____________________________________________________________________________
42117 [ 10065] By: jhi                                   on 2001/05/10  01:30:43
42118         Log: Subject: [patch] make hv_fetch{_ent} SvGMAGICAL aware
42119              From: Doug MacEachern <dougm@covalent.net>
42120              Date: Mon, 7 May 2001 09:50:58 -0700 (PDT)
42121              Message-ID: <Pine.LNX.4.21.0105070947060.23808-100000@mako.covalent.net>
42122      Branch: perl
42123            ! hv.c
42124 ____________________________________________________________________________
42125 [ 10064] By: jhi                                   on 2001/05/09  23:13:29
42126         Log: One more workaround for the UTS compiler from Hal Morris.
42127      Branch: perl
42128            ! perl.h
42129 ____________________________________________________________________________
42130 [ 10063] By: jhi                                   on 2001/05/09  23:09:53
42131         Log: Subject: [PATCH B::Debug] Show string for PVOP, and referent for RV
42132              From: Robin Houston <robin@kitsite.com>
42133              Date: Thu, 10 May 2001 01:02:08 +0100
42134              Message-ID: <20010510010208.A18200@penderel>
42135      Branch: perl
42136            ! ext/B/B/Debug.pm
42137 ____________________________________________________________________________
42138 [ 10062] By: jhi                                   on 2001/05/09  23:06:25
42139         Log: Subject: [PATCH] Simplify deb_curcv() a bit
42140              From: Benjamin Sugars <bsugars@canoe.ca>
42141              Date: Wed, 9 May 2001 18:14:34 -0400 (EDT)
42142              Message-ID: <Pine.LNX.4.21.0105091811340.1160-100000@marmot.rim.canoe.ca>
42143      Branch: perl
42144            ! run.c
42145 ____________________________________________________________________________
42146 [ 10061] By: jhi                                   on 2001/05/09  23:05:28
42147         Log: Subject: [PATCH] Additional test case for PerlIO::Scalar
42148              From: Benjamin Sugars <bsugars@canoe.ca>
42149              Date: Wed, 9 May 2001 18:03:45 -0400 (EDT)
42150              Message-ID: <Pine.LNX.4.21.0105091758220.1160-100000@marmot.rim.canoe.ca>
42151      Branch: perl
42152            ! t/lib/io_scalar.t
42153 ____________________________________________________________________________
42154 [ 10060] By: jhi                                   on 2001/05/09  23:04:38
42155         Log: Subject: [PATCH: perl@10022] update md5sum for MD5.xs on IBM-1047
42156              From: Peter Prymmer <pvhp@forte.com>
42157              Date: Wed, 9 May 2001 12:08:02 -0700 (PDT)
42158              Message-ID: <Pine.OSF.4.10.10105091205250.455254-100000@aspara.forte.com>
42159      Branch: perl
42160            ! t/lib/md5-file.t
42161 ____________________________________________________________________________
42162 [ 10059] By: jhi                                   on 2001/05/09  23:03:52
42163         Log: Subject: [PATCH t/TEST] B::Deparse tester
42164              From: Robin Houston <robin@kitsite.com>
42165              Date: Wed, 9 May 2001 19:17:50 +0100
42166              Message-ID: <20010509191750.A16940@penderel>
42167      Branch: perl
42168            ! ext/B/O.pm t/TEST
42169 ____________________________________________________________________________
42170 [ 10058] By: jhi                                   on 2001/05/09  23:02:56
42171         Log: Subject: [PATCH] Pod::Html -- fixes extra gaps in raw text
42172              From: Jeff Pinyan <jeffp@crusoe.net>
42173              Date: Wed, 9 May 2001 14:36:25 -0400 (EDT)
42174              Message-ID: <Pine.GSO.4.21.0105091430420.357-100000@crusoe.crusoe.net>
42175      Branch: perl
42176            ! lib/Pod/Html.pm
42177 ____________________________________________________________________________
42178 [ 10057] By: nick                                  on 2001/05/09  18:37:56
42179         Log: Integrate mainline.
42180      Branch: perlio
42181           !> Changes epoc/epocish.h ext/PerlIO/Scalar/Scalar.xs
42182           !> hints/hpux.sh lib/Pod/Html.pm patchlevel.h perlio.c
42183 ____________________________________________________________________________
42184 [ 10056] By: jhi                                   on 2001/05/09  16:44:44
42185         Log: Update Changes.
42186      Branch: perl
42187            ! Changes patchlevel.h
42188 ____________________________________________________________________________
42189 [ 10055] By: jhi                                   on 2001/05/09  16:26:47
42190         Log: Integrate perlio.
42191      Branch: perl
42192           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
42193 ____________________________________________________________________________
42194 [ 10054] By: jhi                                   on 2001/05/09  16:25:42
42195         Log: Subject: Re: [PATCH] Test offset when reading from a PerlIO::Scalar
42196              From: Benjamin Sugars <bsugars@canoe.ca>
42197              Date: Wed, 9 May 2001 12:42:30 -0400 (EDT)
42198              Message-ID: <Pine.LNX.4.21.0105091230110.1516-100000@marmot.rim.canoe.ca>
42199      Branch: perl
42200            ! perlio.c
42201 ____________________________________________________________________________
42202 [ 10053] By: jhi                                   on 2001/05/09  16:24:37
42203         Log: Subject: [PATCH] Test offset when reading from a PerlIO::Scalar
42204              From: Benjamin Sugars <bsugars@canoe.ca>
42205              Date: Tue, 8 May 2001 17:09:44 -0400 (EDT)
42206              Message-ID: <Pine.LNX.4.21.0105081654140.1212-100000@marmot.rim.canoe.ca>
42207      Branch: perl
42208            ! ext/PerlIO/Scalar/Scalar.xs
42209 ____________________________________________________________________________
42210 [ 10052] By: jhi                                   on 2001/05/09  16:19:04
42211         Log: Subject: [PATCH] Pod::Html doesn't honor =begin ... =end properly
42212              From: Jeff Pinyan <jeffp@crusoe.net>
42213              Date: Wed, 9 May 2001 12:35:24 -0400 (EDT)
42214              Message-ID: <Pine.GSO.4.21.0105091233430.357-100000@crusoe.crusoe.net>
42215      Branch: perl
42216            ! lib/Pod/Html.pm
42217 ____________________________________________________________________________
42218 [ 10051] By: jhi                                   on 2001/05/09  15:30:17
42219         Log: EPOC tweak from Olaf Flebbe.
42220      Branch: perl
42221            ! epoc/epocish.h
42222 ____________________________________________________________________________
42223 [ 10050] By: nick                                  on 2001/05/09  14:37:57
42224         Log: win32, regen_config_h
42225      Branch: perlio
42226            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
42227 ____________________________________________________________________________
42228 [ 10049] By: jhi                                   on 2001/05/09  12:33:39
42229         Log: Integrate perlio.
42230      Branch: perl
42231           !> pp_sys.c
42232 ____________________________________________________________________________
42233 [ 10048] By: nick                                  on 2001/05/09  11:59:50
42234         Log: If wait() or waitpid() ends due to EINTR despatch perl interrupt handler
42235              and re-try. Fixes "perl 5.7.x prefers suicide over killing more than one child."
42236      Branch: perlio
42237            ! pp_sys.c
42238 ____________________________________________________________________________
42239 [ 10047] By: jhi                                   on 2001/05/09  10:50:12
42240         Log: Integrate perlio.
42241      Branch: perl
42242           !> run.c
42243 ____________________________________________________________________________
42244 [ 10046] By: jhi                                   on 2001/05/09  10:49:34
42245         Log: Subject: Re: Less warnings during configure
42246              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
42247              Date: Wed, 09 May 2001 13:12:49 +0200
42248              Message-Id: <20010509125337.995D.H.M.BRAND@hccnet.nl>
42249      Branch: perl
42250            ! hints/hpux.sh
42251 ____________________________________________________________________________
42252 [ 10045] By: nick                                  on 2001/05/09  09:56:59
42253         Log: MULTIPLICITY/DEBUGGING build fix.
42254      Branch: perlio
42255            ! run.c
42256 ____________________________________________________________________________
42257 [ 10044] By: nick                                  on 2001/05/09  09:46:37
42258         Log: Merge of mainline (does not build MULTIPLICITY/DEBUGGING issue).
42259      Branch: perlio
42260           +> hints/atheos.sh pod/perl572delta.pod t/pod/plainer.t
42261            - ext/SDBM_File/sdbm/dbm.c ext/SDBM_File/sdbm/dbm.h
42262           !> (integrate 65 files)
42263 ____________________________________________________________________________
42264 [ 10043] By: jhi                                   on 2001/05/08  22:41:49
42265         Log: Subject: [PATCH op.c] Deprecate %x->{'foo'}, @y->[23] etc
42266              From: Robin Houston <robin@kitsite.com>
42267              Date: Tue, 8 May 2001 19:38:00 +0100
42268              Message-ID: <20010508193800.A4389@penderel>
42269              
42270              Subject: Re: [PATCH op.c] Deprecate %x->{'foo'}, @y->[23] etc
42271              From: Robin Houston <robin@kitsite.com>
42272              Date: Tue, 8 May 2001 20:03:57 +0100
42273              Message-ID: <20010508200357.A4614@penderel>
42274              
42275              Subject: Re: [PATCH op.c] Deprecate %x->{'foo'}, @y->[23] etc
42276              From: Robin Houston <robin@kitsite.com>
42277              Date: Wed, 9 May 2001 00:12:05 +0100
42278              Message-ID: <20010509001205.A18521@puffinry.freeserve.co.uk>
42279      Branch: perl
42280            ! op.c pod/perldiag.pod t/pragma/overload.t t/pragma/warn/op
42281 ____________________________________________________________________________
42282 [ 10042] By: jhi                                   on 2001/05/08  22:09:35
42283         Log: Retract #10031.
42284      Branch: perl
42285            ! pod/perlfunc.pod
42286 ____________________________________________________________________________
42287 [ 10041] By: jhi                                   on 2001/05/08  18:27:34
42288         Log: The metaconfig unit changes for #10040.
42289      Branch: metaconfig/U/perl
42290            ! Checkcc.U d_dlsymun.U dlsrc.U
42291 ____________________________________________________________________________
42292 [ 10040] By: jhi                                   on 2001/05/08  18:24:47
42293         Log: The Configure half of
42294              
42295              Subject: Less warnings during configure
42296              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
42297              Date: Tue, 08 May 2001 08:44:02 +0200
42298              Message-Id: <20010508084158.D793.H.M.BRAND@hccnet.nl>
42299      Branch: perl
42300            ! Configure
42301 ____________________________________________________________________________
42302 [ 10039] By: jhi                                   on 2001/05/08  16:48:31
42303         Log: Subject: Less warnings during configure
42304              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
42305              Date: Tue, 08 May 2001 08:44:02 +0200
42306              Message-Id: <20010508084158.D793.H.M.BRAND@hccnet.nl>
42307      Branch: perl
42308            ! hints/hpux.sh
42309 ____________________________________________________________________________
42310 [ 10038] By: jhi                                   on 2001/05/08  16:32:07
42311         Log: Don't forget to whine about \d__\d.
42312      Branch: perl
42313            ! t/pragma/warn/toke toke.c
42314 ____________________________________________________________________________
42315 [ 10037] By: jhi                                   on 2001/05/08  16:07:05
42316         Log: Allow underscores also in the exponent part.
42317      Branch: perl
42318            ! t/pragma/warn/toke toke.c
42319 ____________________________________________________________________________
42320 [ 10036] By: jhi                                   on 2001/05/08  13:33:55
42321         Log: CodeMagicCD doesn't look like an *I*DE.
42322      Branch: perl
42323            ! pod/perlfaq3.pod
42324 ____________________________________________________________________________
42325 [ 10035] By: jhi                                   on 2001/05/08  13:27:48
42326         Log: Add Open Perl IDE, remove Perl Code Magic (the site seems
42327              to be consistently down).
42328      Branch: perl
42329            ! pod/perlfaq3.pod
42330 ____________________________________________________________________________
42331 [ 10034] By: jhi                                   on 2001/05/08  13:21:07
42332         Log: Upgrade to Text::Balanced 1.84.
42333      Branch: perl
42334            ! lib/Text/Balanced.pm t/lib/tb-xbrak.t
42335 ____________________________________________________________________________
42336 [ 10033] By: jhi                                   on 2001/05/08  12:41:53
42337         Log: Subject: Re: [PATCH] Find the last of the missing pad variables 
42338              From: Benjamin Sugars <bsugars@canoe.ca>
42339              Date: Tue, 8 May 2001 09:14:30 -0400 (EDT)
42340              Message-ID: <Pine.LNX.4.21.0105080912370.1930-100000@marmot.rim.canoe.ca>
42341      Branch: perl
42342            ! run.c
42343 ____________________________________________________________________________
42344 [ 10032] By: jhi                                   on 2001/05/08  12:40:28
42345         Log: Subject: [PATCH: perl@10022] cleaner cleanup for t/pod/plainer.t
42346              From: Peter Prymmer <pvhp@forte.com>
42347              Date: Mon, 7 May 2001 18:13:06 -0700 (PDT)
42348              Message-ID: <Pine.OSF.4.10.10105071810100.317708-100000@aspara.forte.com>
42349      Branch: perl
42350            ! t/pod/plainer.t
42351 ____________________________________________________________________________
42352 [ 10031] By: jhi                                   on 2001/05/08  12:35:25
42353         Log: (Retracted by #10042)
42354              
42355              Subject: Re: [ID 20010506.040] Infinite loop in lib/selfstubber.t under Cygwin
42356              From: "Philip Newton" <pnewton@gmx.de>
42357              Date: Tue, 8 May 2001 09:18:10 +0200
42358              Message-ID: <3AF7B9D2.28861.603732@localhost>
42359      Branch: perl
42360            ! pod/perlfunc.pod
42361 ____________________________________________________________________________
42362 [ 10030] By: jhi                                   on 2001/05/08  12:32:23
42363         Log: Subject: [PATCH B::Deparse] Document known bugs
42364              From: Robin Houston <robin@kitsite.com>
42365              Date: Tue, 8 May 2001 01:53:34 +0100
42366              Message-ID: <20010508015334.A32394@penderel>
42367      Branch: perl
42368            ! ext/B/B/Deparse.pm
42369 ____________________________________________________________________________
42370 [ 10029] By: jhi                                   on 2001/05/08  12:28:28
42371         Log: Subject: Re: Perl book, magazine and website updates.
42372              From: "Philip Newton" <pnewton@gmx.de>
42373              Date: Mon, 7 May 2001 17:03:58 +0200
42374              Message-ID: <3AF6D57E.5387.1E29930@localhost>
42375      Branch: perl
42376            ! pod/perlfaq2.pod
42377 ____________________________________________________________________________
42378 [ 10028] By: jhi                                   on 2001/05/07  23:53:30
42379         Log: Subject: [PATCH: perl@10022] YA tweak to avoid open file conflict in io/fflush.t
42380              From: Peter Prymmer <pvhp@forte.com>
42381              Date: Mon, 7 May 2001 17:50:48 -0700 (PDT)
42382              Message-ID: <Pine.OSF.4.10.10105071746570.317708-100000@aspara.forte.com> 
42383      Branch: perl
42384            ! t/io/fflush.t
42385 ____________________________________________________________________________
42386 [ 10027] By: jhi                                   on 2001/05/07  23:22:48
42387         Log: Subject: [PATCH B::Deparse] Give (?{...}) a taste of its own medicine
42388              From: Robin Houston <robin@kitsite.com>
42389              Date: Tue, 8 May 2001 01:14:55 +0100
42390              Message-ID: <20010508011455.A32162@penderel>
42391      Branch: perl
42392            ! ext/B/B/Deparse.pm
42393 ____________________________________________________________________________
42394 [ 10026] By: jhi                                   on 2001/05/07  23:15:05
42395         Log: Typo in #10025.
42396      Branch: perl
42397            ! hints/uts.sh
42398 ____________________________________________________________________________
42399 [ 10025] By: jhi                                   on 2001/05/07  21:15:35
42400         Log: cc, cflags, and optimize tweaks for UTS from Hal Morris.
42401      Branch: perl
42402            ! hints/uts.sh
42403 ____________________________________________________________________________
42404 [ 10024] By: jhi                                   on 2001/05/07  20:58:40
42405         Log: Subject: Re: [ID 20010506.045] question about hash syntax
42406              From: Peter Scott <Peter@PSDT.com>
42407              Date: Sun, 06 May 2001 13:10:40 -0700
42408              Message-Id: <4.3.2.7.2.20010506113015.00b46100@psdt.com>
42409      Branch: perl
42410            ! pod/perl56delta.pod
42411 ____________________________________________________________________________
42412 [ 10023] By: jhi                                   on 2001/05/07  20:41:26
42413         Log: Configure should figure out the list of dynamic extensions
42414              just fine in UTS-- and in fact it does, as reported by Hal Morris.
42415      Branch: perl
42416            ! hints/uts.sh
42417 ____________________________________________________________________________
42418 [ 10022] By: jhi                                   on 2001/05/07  20:24:11
42419         Log: Update Changes.
42420      Branch: perl
42421            ! Changes patchlevel.h
42422 ____________________________________________________________________________
42423 [ 10021] By: jhi                                   on 2001/05/07  20:11:31
42424         Log: Subject: [PATCH regcomp.c] Insecure regexes
42425              From: Robin Houston <robin@kitsite.com>
42426              Date: Mon, 7 May 2001 21:56:12 +0100
42427              Message-ID: <20010507215612.A31114@penderel>
42428      Branch: perl
42429            ! regcomp.c
42430 ____________________________________________________________________________
42431 [ 10020] By: jhi                                   on 2001/05/07  20:02:30
42432         Log: Drop the foobar.perl.com references for now until Simon
42433              gets them sorted out.
42434      Branch: perl
42435            ! pod/perlfaq2.pod
42436 ____________________________________________________________________________
42437 [ 10019] By: jhi                                   on 2001/05/07  19:54:33
42438         Log: Subject: Re: RFC: changing Devel::SelfStubber to relinquish its grasp
42439              From: Prymmer/Kahn <pvhp@best.com>
42440              Date: Mon, 7 May 2001 07:47:21 -0700 (PDT)
42441              Message-ID: <Pine.BSF.4.21.0105070733080.13301-100000@shell8.ba.best.com>
42442      Branch: perl
42443            ! lib/Devel/SelfStubber.pm
42444 ____________________________________________________________________________
42445 [ 10018] By: jhi                                   on 2001/05/07  19:53:10
42446         Log: Subject: Re: [ID 20010506.022] Win32/Makefile problems in 5.7.1 
42447              From: Prymmer/Kahn <pvhp@best.com>
42448              Date: Sun, 6 May 2001 21:34:56 -0700 (PDT)
42449              Message-ID: <Pine.BSF.4.21.0105062131520.17625-100000@shell8.ba.best.com>
42450      Branch: perl
42451            ! win32/Makefile
42452 ____________________________________________________________________________
42453 [ 10017] By: jhi                                   on 2001/05/07  19:35:10
42454         Log: s/WebTechnique's/WebTechniques/
42455      Branch: perl
42456            ! pod/perlfaq2.pod
42457 ____________________________________________________________________________
42458 [ 10016] By: jhi                                   on 2001/05/07  12:26:29
42459         Log: Llama 3 updates from Randal.
42460      Branch: perl
42461            ! pod/perlfaq2.pod
42462 ____________________________________________________________________________
42463 [ 10015] By: jhi                                   on 2001/05/07  01:34:38
42464         Log: Subject: [PATCH] Help -Dt show correct pad variables
42465              From: Benjamin Sugars <ben.sugars@home.com>
42466              Date: Sun, 6 May 2001 12:54:13 -0400 (EDT)
42467              Message-ID: <Pine.LNX.4.21.0105061142040.12858-100000@localhost.localdomain>
42468      Branch: perl
42469            ! embed.h embed.pl proto.h run.c
42470 ____________________________________________________________________________
42471 [ 10014] By: jhi                                   on 2001/05/07  01:23:56
42472         Log: Subject: [PATCH] Document C<our $foo : shared>
42473              From: Benjamin Sugars <ben.sugars@home.com>
42474              Date: Sun, 6 May 2001 19:00:55 -0400 (EDT)
42475              Message-ID: <Pine.LNX.4.21.0105061847090.9500-100000@localhost.localdomain>
42476      Branch: perl
42477            ! pod/perlfunc.pod
42478 ____________________________________________________________________________
42479 [ 10013] By: jhi                                   on 2001/05/07  01:22:22
42480         Log: Subject: [PATCH B::Deparse] undefined folded constants
42481              From: Robin Houston <robin@kitsite.com>
42482              Date: Sun, 6 May 2001 17:19:09 +0100
42483              Message-ID: <20010506171909.A7046@penderel>
42484      Branch: perl
42485            ! ext/B/B/Deparse.pm
42486 ____________________________________________________________________________
42487 [ 10012] By: jhi                                   on 2001/05/07  00:57:38
42488         Log: Subject: [PATCH B::Deparse] use Foo (sub {...});
42489              From: Robin Houston <robin@kitsite.com>
42490              Message-ID: <20010506164654.A6848@penderel>
42491              Date: Sun, 6 May 2001 16:46:54 +0100
42492      Branch: perl
42493            ! ext/B/B/Deparse.pm
42494 ____________________________________________________________________________
42495 [ 10011] By: jhi                                   on 2001/05/07  00:52:18
42496         Log: Subject: [PATCH t/op/my_stash.t] Naughty?
42497              From: Robin Houston <robin@kitsite.com>
42498              Date: Sun, 6 May 2001 14:47:02 +0100
42499              Message-ID: <20010506144702.A6308@penderel>
42500      Branch: perl
42501            ! t/op/my_stash.t
42502 ____________________________________________________________________________
42503 [ 10010] By: jhi                                   on 2001/05/06  15:07:51
42504         Log: Subject: Perl book, magazine and website updates.
42505              From: Simon Cozens <simon@netthink.co.uk>
42506              Date: Sun, 6 May 2001 16:55:36 +0100
42507              Message-ID: <20010506165536.A1795@netthink.co.uk>
42508      Branch: perl
42509            ! pod/perlbook.pod pod/perlfaq2.pod
42510 ____________________________________________________________________________
42511 [ 10009] By: jhi                                   on 2001/05/06  14:11:40
42512         Log: Tweaks on the Tru64 prof options.
42513      Branch: perl
42514            ! pod/perlhack.pod
42515 ____________________________________________________________________________
42516 [ 10008] By: jhi                                   on 2001/05/06  13:51:49
42517         Log: Subject: [PATCH t/pod/testp2pt.pl] Give deparse tester a chance
42518              From: Robin Houston <robin@kitsite.com>
42519              Date: Sun, 6 May 2001 14:40:51 +0100
42520              Message-ID: <20010506144051.A6279@penderel>
42521      Branch: perl
42522            ! t/pod/testp2pt.pl
42523 ____________________________________________________________________________
42524 [ 10007] By: jhi                                   on 2001/05/06  13:49:31
42525         Log: Subject: [PATCH B::Deparse] scoping
42526              From: Robin Houston <robin@kitsite.com>
42527              Date: Sun, 6 May 2001 14:36:56 +0100
42528              Message-ID: <20010506143656.A4006@penderel>
42529      Branch: perl
42530            ! ext/B/B/Deparse.pm ext/B/defsubs_h.PL t/lib/b-deparse.t
42531 ____________________________________________________________________________
42532 [ 10006] By: jhi                                   on 2001/05/06  13:24:12
42533         Log: Document the undefinedness of bitshifting out of range.
42534      Branch: perl
42535            ! pod/perlop.pod
42536 ____________________________________________________________________________
42537 [ 10005] By: jhi                                   on 2001/05/06  13:03:17
42538         Log: Retract #10003 and update the IDE descriptions a bit.
42539      Branch: perl
42540            ! pod/perlfaq3.pod
42541 ____________________________________________________________________________
42542 [ 10004] By: jhi                                   on 2001/05/06  03:02:41
42543         Log: Subject: [PATCH: perl@10001] win32 update (VC,Borland,gcc), nmake update
42544              From: Prymmer/Kahn <pvhp@best.com>
42545              Date: Sat, 5 May 2001 20:30:49 -0700 (PDT)
42546              Message-ID: <Pine.BSF.4.21.0105052017370.3961-100000@shell8.ba.best.com>
42547      Branch: perl
42548            ! win32/Makefile win32/buildext.pl win32/config.bc
42549            ! win32/config.gc win32/config.vc
42550 ____________________________________________________________________________
42551 [ 10003] By: jhi                                   on 2001/05/05  20:24:44
42552         Log: (Retracted by #10005.)
42553      Branch: perl
42554            ! pod/perlfaq3.pod
42555 ____________________________________________________________________________
42556 [ 10002] By: jhi                                   on 2001/05/05  19:23:36
42557         Log: It's "psed", not "sed".
42558      Branch: perl
42559            ! x2p/s2p.PL
42560 ____________________________________________________________________________
42561 [ 10001] By: jhi                                   on 2001/05/05  18:35:38
42562         Log: Update Changes.
42563      Branch: perl
42564            ! Changes patchlevel.h
42565 ____________________________________________________________________________
42566 [ 10000] By: jhi                                   on 2001/05/05  18:32:15
42567         Log: Subject: Re: bleadperl make install fails due to "psed"
42568              From: andreas.koenig@anima.de (Andreas J. Koenig)
42569              Date: 05 May 2001 18:23:28 +0200
42570              Message-ID: <m3u22zg3y7.fsf@ak-71.mind.de>
42571      Branch: perl
42572            ! x2p/Makefile.SH x2p/s2p.PL
42573 ____________________________________________________________________________
42574 [  9999] By: jhi                                   on 2001/05/05  18:28:09
42575         Log: AUTHORS updates.
42576      Branch: perl
42577            ! AUTHORS
42578 ____________________________________________________________________________
42579 [  9998] By: jhi                                   on 2001/05/05  18:16:00
42580         Log: Updates on the pods related to the modules included since 5.6.
42581              
42582              TODO: perltodo really could use major updating.
42583      Branch: perl
42584            ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq7.pod
42585            ! pod/perlfaq8.pod pod/perlfilter.pod pod/perlfunc.pod
42586            ! pod/perlop.pod pod/perlport.pod pod/perlsec.pod
42587            ! pod/perlsyn.pod pod/perltodo.pod
42588 ____________________________________________________________________________
42589 [  9997] By: jhi                                   on 2001/05/05  17:35:17
42590         Log: Hints file for AtheOS ( http://www.atheos.cx/ ),
42591              from Kurt Skauen.
42592      Branch: perl
42593            + hints/atheos.sh
42594            ! MANIFEST
42595 ____________________________________________________________________________
42596 [  9996] By: jhi                                   on 2001/05/05  17:25:00
42597         Log: Add preemptive #undefs for some of the shorter and more prone
42598              to collision regcomp.h #defines.  (Background: the MASK collided
42599              with a system header #define in Rhapsody.)
42600      Branch: perl
42601            ! regcomp.h
42602 ____________________________________________________________________________
42603 [  9995] By: jhi                                   on 2001/05/05  13:24:21
42604         Log: Subject: [PATCH] Re: h2xs [was Re: HEAR YE, HEAR YE!]
42605              From: Nicholas Clark <nick@ccl4.org>
42606              Date: Sat, 5 May 2001 14:46:39 +0100
42607              Message-ID: <20010505144639.O53513@plum.flirble.org>
42608              
42609              Add a test for the constants (if any) being processed correctly.
42610      Branch: perl
42611            ! utils/h2xs.PL
42612 ____________________________________________________________________________
42613 [  9994] By: jhi                                   on 2001/05/05  02:11:03
42614         Log: Subject: [PATCH & retract: perl@9973] the real fix for t/lib/b-stash.t
42615              From: Peter Prymmer <pvhp@forte.com>
42616              Date: Fri, 4 May 2001 17:44:13 -0700 (PDT)
42617              Message-ID: <Pine.OSF.4.10.10105041734280.67333-100000@aspara.forte.com>
42618      Branch: perl
42619            ! t/lib/b-stash.t
42620 ____________________________________________________________________________
42621 [  9993] By: jhi                                   on 2001/05/05  02:03:49
42622         Log: Subject: [PATCH: perl@9973] fix const poisioning in  PerlIO_openn->fdopen->openn
42623              From: Peter Prymmer <pvhp@forte.com>
42624              Date: Fri, 4 May 2001 17:29:02 -0700 (PDT)
42625              Message-ID: <Pine.OSF.4.10.10105041727420.67333-100000@aspara.forte.com>
42626      Branch: perl
42627            ! perlio.c vms/vmsish.h
42628 ____________________________________________________________________________
42629 [  9992] By: jhi                                   on 2001/05/04  17:21:12
42630         Log: Subject: [PATHC perl@9944] missing library tests: Pod::Plainer
42631              From: Robin Barker <rmb1@cise.npl.co.uk>
42632              Date: Fri, 4 May 2001 18:13:47 +0100 (BST)
42633              Message-Id: <200105041713.SAA14842@tempest.npl.co.uk>
42634      Branch: perl
42635            + t/pod/plainer.t
42636            ! MANIFEST
42637 ____________________________________________________________________________
42638 [  9991] By: jhi                                   on 2001/05/04  16:47:45
42639         Log: Subject: [PATCH perl@9944] -Wformat error from ext/re/re_comp.c
42640              From: Robin Barker <rmb1@cise.npl.co.uk>
42641              Date: Fri, 4 May 2001 18:09:13 +0100 (BST)
42642              Message-Id: <200105041709.SAA14835@tempest.npl.co.uk>
42643      Branch: perl
42644            ! regcomp.c
42645 ____________________________________________________________________________
42646 [  9990] By: jhi                                   on 2001/05/04  14:37:20
42647         Log: Subject: [PATCH: perl@9973] let win32 run t/lib/b-stash.t
42648              From: Prymmer/Kahn <pvhp@best.com>
42649              Date: Fri, 4 May 2001 07:31:01 -0700 (PDT)
42650              Message-ID: <Pine.BSF.4.21.0105040727430.14844-100000@shell8.ba.best.com>
42651      Branch: perl
42652            ! t/lib/b-stash.t
42653 ____________________________________________________________________________
42654 [  9989] By: jhi                                   on 2001/05/04  14:03:58
42655         Log: Introduce perl572delta, update Todo, add the missing
42656              mention about signal safety since 5.7.1 (though this
42657              requires verification and more details.)
42658      Branch: perl
42659            + pod/perl572delta.pod
42660            ! MANIFEST Todo pod/perl571delta.pod
42661 ____________________________________________________________________________
42662 [  9988] By: jhi                                   on 2001/05/04  12:41:51
42663         Log: Subject: [PATCH perl@9944] long =item
42664              From: Robin Barker <rmb1@cise.npl.co.uk>
42665              Date: Fri, 4 May 2001 14:15:20 +0100 (BST)
42666              Message-Id: <200105041315.OAA00436@tempest.npl.co.uk>
42667      Branch: perl
42668            ! ext/Time/HiRes/HiRes.pm
42669 ____________________________________________________________________________
42670 [  9987] By: jhi                                   on 2001/05/04  12:39:19
42671         Log: The #9901 had removed one line essential for EBCDIC.
42672      Branch: perl
42673            ! regcomp.c
42674 ____________________________________________________________________________
42675 [  9986] By: jhi                                   on 2001/05/04  12:30:23
42676         Log: Subject: cygwin/Makefile.SHs INSTALL patch
42677              From: Reini Urban <rurban@sbox.tu-graz.ac.at>
42678              Date: Mon, 08 Jan 2001 04:59:21 +0200
42679              Message-ID: <3A592D09.FD6AD35D@sbox.tu-graz.ac.at> 
42680      Branch: perl
42681            ! cygwin/Makefile.SHs
42682 ____________________________________________________________________________
42683 [  9985] By: jhi                                   on 2001/05/04  03:51:39
42684         Log: Encode/IO doc tweaks.
42685      Branch: perl
42686            ! ext/Encode/Encode.pm
42687 ____________________________________________________________________________
42688 [  9984] By: jhi                                   on 2001/05/04  03:29:34
42689         Log: Remove GDBM_File from the dynamic extensions for UTS,
42690              GDBM is not a standard feature.
42691      Branch: perl
42692            ! hints/uts.sh
42693 ____________________________________________________________________________
42694 [  9983] By: jhi                                   on 2001/05/04  03:22:59
42695         Log: Document the \pX and \p{Yz} (and \p{BidiXYZ}) classes a bit more.
42696      Branch: perl
42697            ! pod/perlretut.pod
42698 ____________________________________________________________________________
42699 [  9982] By: jhi                                   on 2001/05/03  23:21:03
42700         Log: Subject: [PATCH] Let sv_dump understand GvSHARED
42701              From: Benjamin Sugars <bsugars@canoe.ca>
42702              Date: Thu, 3 May 2001 16:51:07 -0400 (EDT)
42703              Message-ID: <Pine.LNX.4.21.0105031645280.805-100000@marmot.rim.canoe.ca>
42704      Branch: perl
42705            ! dump.c
42706 ____________________________________________________________________________
42707 [  9981] By: jhi                                   on 2001/05/03  23:20:05
42708         Log: Subject: [PATCH] Allow clobbering of a PerlIO::Scalar and more tests
42709              From: Benjamin Sugars <bsugars@canoe.ca>
42710              Date: Thu, 3 May 2001 15:28:21 -0400 (EDT)
42711              Message-ID: <Pine.LNX.4.21.0105031508360.805-100000@marmot.rim.canoe.ca>
42712      Branch: perl
42713            ! ext/PerlIO/Scalar/Scalar.xs t/lib/io_scalar.t
42714 ____________________________________________________________________________
42715 [  9980] By: jhi                                   on 2001/05/03  23:15:29
42716         Log: Integrate perlio.
42717      Branch: perl
42718           !> ext/Encode/Encode.pm
42719 ____________________________________________________________________________
42720 [  9979] By: jhi                                   on 2001/05/03  16:54:59
42721         Log: Install psed man page.
42722      Branch: perl
42723            ! installman
42724 ____________________________________________________________________________
42725 [  9978] By: jhi                                   on 2001/05/03  16:45:58
42726         Log: Remove unused files; noted by Sarathy.
42727      Branch: perl
42728            - ext/SDBM_File/sdbm/dbm.c ext/SDBM_File/sdbm/dbm.h
42729            ! MANIFEST
42730 ____________________________________________________________________________
42731 [  9977] By: jhi                                   on 2001/05/03  16:42:30
42732         Log: Subject: [PATCH bleadperl] INSTALL patch -- space requirements
42733              From: Andy Dougherty <doughera@lafayette.edu>
42734              Date: Thu, 3 May 2001 11:16:10 -0400 (EDT)
42735              Message-ID: <Pine.SOL.4.10.10105031114500.17868-100000@maxwell.phys.lafayette.edu>
42736      Branch: perl
42737            ! INSTALL
42738 ____________________________________________________________________________
42739 [  9976] By: nick                                  on 2001/05/03  16:40:42
42740         Log: Allow $answer = encode($object,$text); like it says in docs.
42741      Branch: perlio
42742            ! ext/Encode/Encode.pm
42743 ____________________________________________________________________________
42744 [  9975] By: nick                                  on 2001/05/03  16:22:30
42745         Log: Fix latin1 etc. alias code - (bit rot?) - the @latin2iso array now seems to need
42746              to be in scope (fair enough), and also a package variable (our) for eval to see it.
42747      Branch: perlio
42748            ! ext/Encode/Encode.pm
42749 ____________________________________________________________________________
42750 [  9974] By: nick                                  on 2001/05/03  15:48:17
42751         Log: Integrate mainline.
42752      Branch: perlio
42753           +> lib/NEXT.pm t/io/fflush.t t/lib/MyFilter.pm
42754           +> t/lib/filter-simple.t t/lib/next.t
42755           !> (integrate 70 files)
42756 ____________________________________________________________________________
42757 [  9973] By: jhi                                   on 2001/05/03  13:09:09
42758         Log: Update Changes.
42759      Branch: perl
42760            ! Changes patchlevel.h
42761 ____________________________________________________________________________
42762 [  9972] By: jhi                                   on 2001/05/03  12:58:33
42763         Log: Subject: [PATCH: perl@9945] fix handling of $Config{variables} in io/fflush.t
42764              From: Prymmer/Kahn <pvhp@best.com>
42765              Date: Wed, 2 May 2001 23:56:13 -0700 (PDT)
42766              Message-ID: <Pine.BSF.4.21.0105022353380.24421-100000@shell8.ba.best.com>
42767      Branch: perl
42768            ! t/io/fflush.t
42769 ____________________________________________________________________________
42770 [  9971] By: jhi                                   on 2001/05/03  12:57:26
42771         Log: Subject: [PATCH: perl@9945] two fixes for win32/FindExt.pm
42772              From: Prymmer/Kahn <pvhp@best.com>
42773              Date: Wed, 2 May 2001 23:42:33 -0700 (PDT)
42774              Message-ID: <Pine.BSF.4.21.0105022337070.24421-100000@shell8.ba.best.com>
42775      Branch: perl
42776            ! win32/FindExt.pm
42777 ____________________________________________________________________________
42778 [  9970] By: jhi                                   on 2001/05/03  02:42:46
42779         Log: Can't croak sans thread context, from Doug MacEachern.
42780      Branch: perl
42781            ! toke.c
42782 ____________________________________________________________________________
42783 [  9969] By: jhi                                   on 2001/05/03  01:23:48
42784         Log: Subject: Random input test and Perl
42785              From: Ilya Zakharevich <ilya@math.berkeley.edu>
42786              Date: Wed, 2 May 2001 14:35:50 -0700 (PDT)
42787              Message-Id: <200105022135.OAA26245@fac-813-1.math.Berkeley.EDU>
42788      Branch: perl
42789            ! toke.c
42790 ____________________________________________________________________________
42791 [  9968] By: jhi                                   on 2001/05/02  22:17:21
42792         Log: Subject: [PATCH: perl@9945] fix some misinformation in perlfunc.pod
42793              From: Peter Prymmer <pvhp@forte.com>
42794              Date: Wed, 2 May 2001 15:58:18 -0700 (PDT)
42795              Message-ID: <Pine.OSF.4.10.10105021554040.342459-100000@aspara.forte.com>
42796      Branch: perl
42797            ! pod/perlfunc.pod pod/perlport.pod
42798 ____________________________________________________________________________
42799 [  9967] By: jhi                                   on 2001/05/02  20:12:45
42800         Log: Workaround for UTS compiler casting bug from Hal Morris.
42801      Branch: perl
42802            ! perl.h
42803 ____________________________________________________________________________
42804 [  9966] By: jhi                                   on 2001/05/02  18:31:37
42805         Log: Subject: Re: [PATCH 5.6.1] Multiplicity and thread fixes for VMS 
42806              From: Dan Sugalski <dan@sidhe.org>
42807              Date: Wed, 02 May 2001 15:23:22 -0400
42808              Message-Id: <5.0.2.1.0.20010502152210.01f65550@24.8.96.48>
42809      Branch: perl
42810            ! perl.c vms/vms.c
42811 ____________________________________________________________________________
42812 [  9965] By: jhi                                   on 2001/05/02  18:21:29
42813         Log: Minor doc tweaks on endianness, closes bug 20010327.004.
42814      Branch: perl
42815            ! pod/perlfunc.pod
42816 ____________________________________________________________________________
42817 [  9964] By: jhi                                   on 2001/05/02  18:15:01
42818         Log: Document large files in INSTALL, document also the %x
42819              limitation if not use64bitint, closes bug 20010326.007.
42820      Branch: perl
42821            ! INSTALL
42822 ____________________________________________________________________________
42823 [  9963] By: jhi                                   on 2001/05/02  17:24:47
42824         Log: perlmodlib tweaks; regen pods.
42825      Branch: perl
42826            ! pod/Makefile.SH pod/perlmodlib.PL pod/perlmodlib.pod
42827            ! pod/perltoc.pod
42828 ____________________________________________________________________________
42829 [  9962] By: jhi                                   on 2001/05/02  17:14:00
42830         Log: Fix for a segfault, from Marc Lehmann.
42831      Branch: perl
42832            ! ext/POSIX/POSIX.xs ext/Time/Piece/Piece.xs
42833 ____________________________________________________________________________
42834 [  9961] By: jhi                                   on 2001/05/02  15:55:53
42835         Log: Subject: [DOC PATCH bleadperl] minor nits in perlop.pod
42836              From: "Philip Newton" <pnewton@gmx.de>
42837              Date: Wed, 2 May 2001 18:39:03 +0200
42838              Message-ID: <3AF05447.15525.173B588@localhost>
42839      Branch: perl
42840            ! pod/perlop.pod
42841 ____________________________________________________________________________
42842 [  9960] By: jhi                                   on 2001/05/02  15:35:37
42843         Log: Subject: [PATCH 5.6.1] Multiplicity and thread fixes for VMS
42844              From: Dan Sugalski <dan@sidhe.org>
42845              Date: Wed, 02 May 2001 11:37:27 -0400
42846              Message-Id: <5.0.2.1.0.20010502112909.01f24e28@24.8.96.48>
42847      Branch: perl
42848            ! doio.c ext/File/Glob/bsd_glob.c perl.c perl.h pp_sys.c
42849            ! thread.h vms/vms.c vms/vmsish.h
42850 ____________________________________________________________________________
42851 [  9959] By: jhi                                   on 2001/05/02  15:21:08
42852         Log: Subject: Re: [PATCH] Allow appending on a PerlIO::Scalar
42853              From: Benjamin Sugars <bsugars@canoe.ca>
42854              Date: Wed, 2 May 2001 10:53:11 -0400 (EDT)
42855              Message-ID: <Pine.LNX.4.21.0105021041380.1652-100000@marmot.rim.canoe.ca>
42856      Branch: perl
42857            ! ext/PerlIO/Scalar/Scalar.xs
42858 ____________________________________________________________________________
42859 [  9958] By: jhi                                   on 2001/05/02  15:15:53
42860         Log: Bug in #9915, spotted by Mike Guy.
42861      Branch: perl
42862            ! installperl
42863 ____________________________________________________________________________
42864 [  9957] By: jhi                                   on 2001/05/02  13:26:01
42865         Log: Add a test for not griping about references as array
42866              indices if the reference has magic in it (overloaded
42867              methods).
42868      Branch: perl
42869            ! pod/perldiag.pod t/pragma/warn/pp_hot
42870 ____________________________________________________________________________
42871 [  9956] By: jhi                                   on 2001/05/02  13:07:01
42872         Log: Retracted a bit too much in #9952.
42873      Branch: perl
42874            ! t/pragma/sub_lval.t
42875 ____________________________________________________________________________
42876 [  9955] By: jhi                                   on 2001/05/02  13:05:38
42877         Log: Test for #9952.
42878      Branch: perl
42879            ! t/op/tie.t
42880 ____________________________________________________________________________
42881 [  9954] By: jhi                                   on 2001/05/02  11:48:18
42882         Log: Additional note on the encoding example: one cannot
42883              convert string constants in-place.
42884      Branch: perl
42885            ! ext/Encode/Encode.pm
42886 ____________________________________________________________________________
42887 [  9953] By: jhi                                   on 2001/05/02  11:43:51
42888         Log: Note that if you have recent enough Perl you already
42889              have Filter::Util::Call.
42890      Branch: perl
42891            ! lib/Filter/Simple.pm
42892 ____________________________________________________________________________
42893 [  9952] By: jhi                                   on 2001/05/02  11:31:53
42894         Log: Retract changes #8254 and #8255, causes coredump in
42895              'tie FH, "main"', reported by Abigail, culprit found by
42896              Benjamin Sugars.  Mirrors maintperl change #9950.
42897      Branch: perl
42898            ! op.c t/pragma/sub_lval.t
42899 ____________________________________________________________________________
42900 [  9951] By: jhi                                   on 2001/05/02  11:14:29
42901         Log: Forgot from #9942.  (Needed by t/lib/filter-simple.t.)
42902      Branch: perl
42903            + t/lib/MyFilter.pm
42904 ____________________________________________________________________________
42905 [  9950] By: gsar                                  on 2001/05/02  03:17:11
42906         Log: revert integration of changes#8254,8255 in change#8620 (causes
42907              a coredump in C<tie FH, 'foo'>; the idea itself may need better
42908              rationalization)
42909      Branch: maint-5.6/perl
42910            ! op.c t/pragma/sub_lval.t
42911 ____________________________________________________________________________
42912 [  9949] By: gsar                                  on 2001/05/02  02:56:32
42913         Log: integrate changes#9774,9814 from mainline (Unixware fixes)
42914              
42915              Subject: [ID 20010421.010] Perl 5.6.1 on Unixware 7
42916              
42917              Subject: Re: [ID 20010421.010] Perl 5.6.1 on Unixware 7
42918      Branch: maint-5.6/perl
42919           !> hints/svr5.sh
42920 ____________________________________________________________________________
42921 [  9948] By: gsar                                  on 2001/05/02  02:49:15
42922         Log: pod/find.t breaks on VMS (from Craig Berry)
42923      Branch: maint-5.6/perl
42924            ! t/pod/find.t
42925 ____________________________________________________________________________
42926 [  9947] By: jhi                                   on 2001/05/02  02:43:09
42927         Log: Add an encoding conversion example.
42928      Branch: perl
42929            ! ext/Encode/Encode.pm
42930 ____________________________________________________________________________
42931 [  9946] By: jhi                                   on 2001/05/02  01:34:22
42932         Log: Another coat of paint but still nowhere finished.
42933              Need to decide on the semantics of strptime(): should
42934              strptime() be a function instead of a method?  To do
42935              the week/monthname-strptiming the i18n/l10n bullet needs
42936              to be bitten with gusto.
42937      Branch: perl
42938            ! ext/Time/Piece/Piece.pm t/lib/time-piece.t
42939 ____________________________________________________________________________
42940 [  9945] By: jhi                                   on 2001/05/01  23:40:52
42941         Log: Update Changes.
42942      Branch: perl
42943            ! Changes patchlevel.h
42944 ____________________________________________________________________________
42945 [  9944] By: jhi                                   on 2001/05/01  23:33:37
42946         Log: Add known-to-be-tested modules to the list-to-be-skipped.
42947      Branch: perl
42948            ! t/lib/1_compile.t
42949 ____________________________________________________________________________
42950 [  9943] By: jhi                                   on 2001/05/01  23:24:40
42951         Log: Subject: BorlandC++ fix
42952              From: "Vadim Konovalov" <watman@inbox.ru>
42953              Date: Mon, 30 Apr 2001 20:12:26 -0700
42954              Message-ID: <006e01c0d1ec$8fb1b8d0$406bff87@vad>
42955      Branch: perl
42956            ! win32/makefile.mk
42957 ____________________________________________________________________________
42958 [  9942] By: jhi                                   on 2001/05/01  23:18:02
42959         Log: Update to Filter::Simple 0.60, create a test for it.
42960      Branch: perl
42961            + t/lib/filter-simple.t
42962            ! MANIFEST lib/Filter/Simple.pm
42963 ____________________________________________________________________________
42964 [  9941] By: jhi                                   on 2001/05/01  19:47:24
42965         Log: Subject: Re: bleadperl: s/// failure with \b and /g 
42966              From: Hugo <hv@crypt.compulink.co.uk>
42967              Date: Tue, 01 May 2001 20:12:20 +0100
42968              Message-Id: <200105011912.UAA06826@crypt.compulink.co.uk>
42969      Branch: perl
42970            ! pp_hot.c t/op/re_tests
42971 ____________________________________________________________________________
42972 [  9940] By: jhi                                   on 2001/05/01  19:42:16
42973         Log: Integrate perlio.
42974      Branch: perl
42975           !> lib/base.pm t/lib/fields.t
42976 ____________________________________________________________________________
42977 [  9939] By: jhi                                   on 2001/05/01  19:39:51
42978         Log: Subject: [PATCH] Allow appending on a PerlIO::Scalar
42979              From: Benjamin Sugars <bsugars@canoe.ca>
42980              Date: Tue, 1 May 2001 16:32:03 -0400 (EDT)
42981              Message-ID: <Pine.LNX.4.21.0105011627110.1526-100000@marmot.rim.canoe.ca>
42982      Branch: perl
42983            ! ext/PerlIO/Scalar/Scalar.xs t/lib/io_scalar.t
42984 ____________________________________________________________________________
42985 [  9938] By: jhi                                   on 2001/05/01  19:34:09
42986         Log: Add NEXT, a pseudo-class for method redispatching.
42987              <Damian>NEXT.pm probably offers more bang-for-buck
42988              than anything else I've ever written.</Damian>
42989      Branch: perl
42990            + lib/NEXT.pm t/lib/next.t
42991            ! MANIFEST
42992 ____________________________________________________________________________
42993 [  9937] By: jhi                                   on 2001/05/01  19:21:41
42994         Log: Update to Switch 2.02.
42995      Branch: perl
42996            ! lib/Switch.pm t/lib/switch.t
42997 ____________________________________________________________________________
42998 [  9936] By: nick                                  on 2001/05/01  19:09:21
42999         Log: Fix for base.pm clobbering $VERSION
43000      Branch: perlio
43001            ! lib/base.pm
43002 ____________________________________________________________________________
43003 [  9935] By: nick                                  on 2001/05/01  18:54:38
43004         Log: Test for base.pm clobbering $VERSION.
43005      Branch: perlio
43006            ! t/lib/fields.t
43007 ____________________________________________________________________________
43008 [  9934] By: jhi                                   on 2001/05/01  18:39:10
43009         Log: Add information about Scalar::Util::blessed.
43010      Branch: perl
43011            ! pod/perlobj.pod
43012 ____________________________________________________________________________
43013 [  9933] By: jhi                                   on 2001/05/01  18:33:51
43014         Log: Subject: Extra UNIVERSAL documentation
43015              From: Mike Guy <mjtg@cam.ac.uk>
43016              Date: Tue, 01 May 2001 20:12:11 +0100
43017              Message-Id: <E14ufZD-0007kD-00@libra.cus.cam.ac.uk>
43018      Branch: perl
43019            ! pod/perlobj.pod
43020 ____________________________________________________________________________
43021 [  9932] By: jhi                                   on 2001/05/01  18:26:54
43022         Log: Subject: Autoflush in tests as appropriate
43023              From: Mike Guy <mjtg@cam.ac.uk>
43024              Date: Tue, 01 May 2001 20:05:31 +0100
43025              Message-Id: <E14ufSl-0007gS-00@libra.cus.cam.ac.uk>
43026      Branch: perl
43027            ! t/lib/syslfs.t t/op/die_exit.t t/op/lex_assign.t t/op/lfs.t
43028            ! t/op/taint.t
43029 ____________________________________________________________________________
43030 [  9931] By: jhi                                   on 2001/05/01  18:02:29
43031         Log: Subject: [PATCH] Multiple consecutive writes on PerlIO::Scalar
43032              From: Benjamin Sugars <bsugars@canoe.ca>
43033              Date: Tue, 1 May 2001 14:58:24 -0400 (EDT)
43034              Message-ID: <Pine.LNX.4.21.0105011431300.1526-100000@marmot.rim.canoe.ca>
43035      Branch: perl
43036            ! ext/PerlIO/Scalar/Scalar.xs t/lib/io_scalar.t
43037 ____________________________________________________________________________
43038 [  9930] By: jhi                                   on 2001/05/01  15:12:26
43039         Log: Subject: Re: Finally got a round tuit
43040              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
43041              Date: Tue, 01 May 2001 14:14:10 +0200
43042              Message-Id: <20010501135740.19E4.H.M.BRAND@hccnet.nl>
43043              
43044              The -DP part, slightly modified.
43045      Branch: perl
43046            ! perl.c
43047 ____________________________________________________________________________
43048 [  9929] By: jhi                                   on 2001/05/01  14:17:15
43049         Log: Subject: Re: Finally got a round tuit
43050              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
43051              Date: Tue, 01 May 2001 16:34:06 +0200
43052              Message-Id: <20010501163255.19F2.H.M.BRAND@hccnet.nl>
43053              
43054              cpp and optimization tweaks for HP-UX.
43055      Branch: perl
43056            ! hints/hpux.sh
43057 ____________________________________________________________________________
43058 [  9928] By: jhi                                   on 2001/05/01  13:24:20
43059         Log: Tune the scan_num() comments to reality.
43060      Branch: perl
43061            ! toke.c
43062 ____________________________________________________________________________
43063 [  9927] By: jhi                                   on 2001/05/01  13:14:01
43064         Log: Subject: [PATCH B::Deparse] optimised sort
43065              From: Robin Houston <robin@kitsite.com>
43066              Date: Tue, 1 May 2001 14:07:12 +0100
43067              Message-ID: <20010501140712.A4266@penderel>
43068      Branch: perl
43069            ! ext/B/B/Deparse.pm
43070 ____________________________________________________________________________
43071 [  9926] By: jhi                                   on 2001/05/01  13:10:53
43072         Log: Subject: [PATCH t/lib/b-deparse.t] 
43073              From: Robin Houston <robin@kitsite.com>
43074              Date: Tue, 1 May 2001 13:37:42 +0100
43075              Message-ID: <20010501133742.A4082@penderel>
43076      Branch: perl
43077            ! t/lib/b-deparse.t
43078 ____________________________________________________________________________
43079 [  9925] By: jhi                                   on 2001/05/01  13:10:13
43080         Log: Subject: [PATCH B::Deparse] for(;;), sort
43081              From: Robin Houston <robin@kitsite.com>
43082              Date: Tue, 1 May 2001 13:35:00 +0100
43083              Message-ID: <20010501133500.A4061@penderel>
43084      Branch: perl
43085            ! ext/B/B/Deparse.pm
43086 ____________________________________________________________________________
43087 [  9924] By: jhi                                   on 2001/05/01  13:09:22
43088         Log: Subject: [PATCH B::Deparse] do, warn, use
43089              From: Robin Houston <robin@kitsite.com>
43090              Date: Tue, 1 May 2001 13:31:03 +0100
43091              Message-ID: <20010501133103.A4041@penderel>
43092      Branch: perl
43093            ! ext/B/B/Deparse.pm
43094 ____________________________________________________________________________
43095 [  9923] By: jhi                                   on 2001/05/01  11:45:36
43096         Log: Subject: [PATCH] Test autoflush on fork (Was: Should I remove something?)
43097              From: Benjamin Sugars <ben.sugars@home.com>
43098              Date: Mon, 30 Apr 2001 22:21:54 -0400 (EDT)
43099              Message-ID: <Pine.LNX.4.21.0104302213190.19002-100000@localhost.localdomain>
43100      Branch: perl
43101            + t/io/fflush.t
43102            ! MANIFEST
43103 ____________________________________________________________________________
43104 [  9922] By: jhi                                   on 2001/05/01  11:35:42
43105         Log: Subject: [PATCH: perl@9917] more VMS tweaks for addn'l selfstubber tests
43106              From: Peter Prymmer <pvhp@forte.com>
43107              Date: Mon, 30 Apr 2001 16:26:30 -0700 (PDT)
43108              Message-ID: <Pine.OSF.4.10.10104301621200.161547-100000@aspara.forte.com>
43109      Branch: perl
43110            ! t/lib/selfstubber.t
43111 ____________________________________________________________________________
43112 [  9921] By: jhi                                   on 2001/04/30  16:34:33
43113         Log: Subject: [PATCH B::Concise] suppress warning
43114              From: Robin Houston <robin@kitsite.com>
43115              Date: Mon, 30 Apr 2001 16:09:49 +0100
43116              Message-ID: <20010430160949.A25086@penderel>
43117      Branch: perl
43118            ! ext/B/B/Concise.pm
43119 ____________________________________________________________________________
43120 [  9920] By: jhi                                   on 2001/04/30  13:56:04
43121         Log: Strip the *markers* from #9919.
43122      Branch: perl
43123            ! pod/perlfaq.pod pod/perlfaq5.pod
43124 ____________________________________________________________________________
43125 [  9919] By: jhi                                   on 2001/04/30  13:54:04
43126         Log: Subject: [PATCH] (perlfaq/bleadperl) append mode and locking
43127              From: Gwyn Judd <b.judd@xtra.co.nz>
43128              Date: Sun, 29 Apr 2001 01:47:49 +1200
43129              Message-ID: <20010429014749.A4418@thislove>
43130      Branch: perl
43131            ! pod/perlfaq.pod pod/perlfaq5.pod
43132 ____________________________________________________________________________
43133 [  9918] By: jhi                                   on 2001/04/30  13:13:54
43134         Log: More_tweakage.
43135      Branch: perl
43136            ! pod/perldata.pod pod/perldiag.pod
43137 ____________________________________________________________________________
43138 [  9917] By: jhi                                   on 2001/04/30  13:01:27
43139         Log: Update Changes.
43140      Branch: perl
43141            ! Changes patchlevel.h
43142 ____________________________________________________________________________
43143 [  9916] By: jhi                                   on 2001/04/30  12:57:03
43144         Log: T_w_e_a_k_a_g_e.
43145      Branch: perl
43146            ! pod/perldata.pod pod/perldiag.pod
43147 ____________________________________________________________________________
43148 [  9915] By: jhi                                   on 2001/04/30  12:39:29
43149         Log: Install s2p also as psed.
43150              
43151              TODO: psed documentation?
43152      Branch: perl
43153            ! installperl
43154 ____________________________________________________________________________
43155 [  9914] By: jhi                                   on 2001/04/30  12:29:21
43156         Log: Subject: Re: [ID 20010303.009] SOCKS5 work around breaks other sockets
43157              From: Jens Hamisch <jens@Strawberry.COM>
43158              Date: Fri, 27 Apr 2001 17:00:36 +0200
43159              Message-ID: <20010427170036.K1372@Strawberry.COM>
43160              
43161              SOCKS5_VERSION_NAME is the right symbol to detect
43162              the presence of SOCKS5.  (HAS_SOCKS5_INIT is telling whether
43163              function called socks5_init() is available, and even that is
43164              not universal, most SOCKS5 installations use SOCKSinit()).
43165      Branch: perl
43166            ! perlio.c
43167 ____________________________________________________________________________
43168 [  9913] By: jhi                                   on 2001/04/30  12:22:15
43169         Log: Allow a zero timeout on IO::Socket accept and connect--
43170              though one really shouldn't do that.  Based on
43171              
43172              Subject: Not possible to set zero second timeout on accept() in IO::Socket and company..
43173              From: "John Holdsworth" <coldwave@bigfoot.com>
43174              Date: Sun, 4 Feb 2001 12:48:18 +0100
43175              Message-ID: <005a01c08ea0$5e6039d0$03ac2ac0@planc>
43176      Branch: perl
43177            ! ext/IO/lib/IO/Socket.pm
43178 ____________________________________________________________________________
43179 [  9912] By: jhi                                   on 2001/04/30  11:27:27
43180         Log: Save the spot of regprev (see #9911) for binary compatibility;
43181              regen API.
43182      Branch: perl
43183            ! embedvar.h perlapi.h thrdvar.h
43184 ____________________________________________________________________________
43185 [  9911] By: jhi                                   on 2001/04/30  11:22:03
43186         Log: Subject: Re: [PATCH bleadperl] [ID 20010426.002] Word boundry regex [...] 
43187              From: Hugo <hv@crypt.compulink.co.uk>
43188              Date: Sun, 29 Apr 2001 17:09:30 +0100
43189              Message-Id: <200104291609.RAA17790@crypt.compulink.co.uk>
43190      Branch: perl
43191            ! regcomp.c regexec.c sv.c t/op/re_tests t/op/subst.t thrdvar.h
43192 ____________________________________________________________________________
43193 [  9910] By: jhi                                   on 2001/04/30  11:15:12
43194         Log: Change PL_numeric_radix to PL_numeric_radix_sv (and leave in
43195              a dummy for PL_numeric_radix); no pressing reason to break
43196              binary compatibility; regen API.
43197      Branch: perl
43198            ! embedvar.h global.sym intrpvar.h objXSUB.h perl.c perl.h
43199            ! perlapi.c perlapi.h pod/perlapi.pod sv.c util.c
43200 ____________________________________________________________________________
43201 [  9909] By: jhi                                   on 2001/04/30  10:56:08
43202         Log: Subject: [DOC PATCH bleadperl] Document generation of random integers
43203              From: Walt Mankowski <waltman@netaxs.com>
43204              Date: Sun, 29 Apr 2001 21:53:48 -0400
43205              Message-ID: <20010429215348.A3971@netaxs.com>
43206      Branch: perl
43207            ! pod/perlfunc.pod
43208 ____________________________________________________________________________
43209 [  9908] By: jhi                                   on 2001/04/30  10:49:40
43210         Log: Reintroduce #9889 to unbuffer the stderr/stdout on stdio configs.
43211      Branch: perl
43212            ! t/lib/selfstubber.t
43213 ____________________________________________________________________________
43214 [  9907] By: nick                                  on 2001/04/30  09:26:50
43215         Log: Integrate mainline.
43216      Branch: perlio
43217           !> pod/perldata.pod pod/perldiag.pod t/pragma/warn/toke toke.c
43218 ____________________________________________________________________________
43219 [  9906] By: jhi                                   on 2001/04/29  23:24:20
43220         Log: Abigail spotted a thinko in #9905.
43221      Branch: perl
43222            ! pod/perldiag.pod
43223 ____________________________________________________________________________
43224 [  9905] By: jhi                                   on 2001/04/29  15:55:39
43225         Log: Changed the underscore/undebar syntax in numeric constants;
43226              now any grouping will do, as long as the underscores are not
43227              consecutive (so "zero-grouping" is out), and they do not begin
43228              or end the integer or fractional parts.
43229      Branch: perl
43230            ! pod/perldata.pod pod/perldiag.pod t/pragma/warn/toke toke.c
43231 ____________________________________________________________________________
43232 [  9904] By: nick                                  on 2001/04/29  15:43:22
43233         Log: Integrate mainline.
43234      Branch: perlio
43235           +> (branch 98 files)
43236            - lib/unicode/Block.pl
43237            - lib/unicode/In/AlphabeticPresentationForms.pl
43238            - lib/unicode/In/Arabic.pl
43239            - lib/unicode/In/ArabicPresentationForms-A.pl
43240            - lib/unicode/In/ArabicPresentationForms-B.pl
43241            - lib/unicode/In/Armenian.pl lib/unicode/In/Arrows.pl
43242            - lib/unicode/In/BasicLatin.pl lib/unicode/In/Bengali.pl
43243            - lib/unicode/In/BlockElements.pl lib/unicode/In/Bopomofo.pl
43244            - lib/unicode/In/BopomofoExtended.pl
43245            - lib/unicode/In/BoxDrawing.pl lib/unicode/In/BraillePatterns.pl
43246            - lib/unicode/In/CJKCompatibility.pl
43247            - lib/unicode/In/CJKCompatibilityForms.pl
43248            - lib/unicode/In/CJKCompatibilityIdeographs.pl
43249            - lib/unicode/In/CJKRadicalsSupplement.pl
43250            - lib/unicode/In/CJKSymbolsandPunctuation.pl
43251            - lib/unicode/In/CJKUnifiedIdeographs.pl
43252            - lib/unicode/In/CJKUnifiedIdeographsExtensionA.pl
43253            - lib/unicode/In/Cherokee.pl
43254            - lib/unicode/In/CombiningDiacriticalMarks.pl
43255            - lib/unicode/In/CombiningHalfMarks.pl
43256            - lib/unicode/In/CombiningMarksforSymbols.pl
43257            - lib/unicode/In/ControlPictures.pl
43258            - lib/unicode/In/CurrencySymbols.pl lib/unicode/In/Cyrillic.pl
43259            - lib/unicode/In/Devanagari.pl lib/unicode/In/Dingbats.pl
43260            - lib/unicode/In/EnclosedAlphanumerics.pl
43261            - lib/unicode/In/EnclosedCJKLettersandMonths.pl
43262            - lib/unicode/In/Ethiopic.pl
43263            - lib/unicode/In/GeneralPunctuation.pl
43264            - lib/unicode/In/GeometricShapes.pl lib/unicode/In/Georgian.pl
43265            - lib/unicode/In/Greek.pl lib/unicode/In/GreekExtended.pl
43266            - lib/unicode/In/Gujarati.pl lib/unicode/In/Gurmukhi.pl
43267            - lib/unicode/In/HalfwidthandFullwidthForms.pl
43268            - lib/unicode/In/HangulCompatibilityJamo.pl
43269            - lib/unicode/In/HangulJamo.pl lib/unicode/In/HangulSyllables.pl
43270            - lib/unicode/In/Hebrew.pl
43271            - lib/unicode/In/HighPrivateUseSurrogates.pl
43272            - lib/unicode/In/HighSurrogates.pl lib/unicode/In/Hiragana.pl
43273            - lib/unicode/In/IPAExtensions.pl
43274            - lib/unicode/In/IdeographicDescriptionCharacters.pl
43275            - lib/unicode/In/Kanbun.pl lib/unicode/In/KangxiRadicals.pl
43276            - lib/unicode/In/Kannada.pl lib/unicode/In/Katakana.pl
43277            - lib/unicode/In/Khmer.pl lib/unicode/In/Lao.pl
43278            - lib/unicode/In/Latin-1Supplement.pl
43279            - lib/unicode/In/LatinExtended-A.pl
43280            - lib/unicode/In/LatinExtended-B.pl
43281            - lib/unicode/In/LatinExtendedAdditional.pl
43282            - lib/unicode/In/LetterlikeSymbols.pl
43283            - lib/unicode/In/LowSurrogates.pl lib/unicode/In/Malayalam.pl
43284            - lib/unicode/In/MathematicalOperators.pl
43285            - lib/unicode/In/MiscellaneousSymbols.pl
43286            - lib/unicode/In/MiscellaneousTechnical.pl
43287            - lib/unicode/In/Mongolian.pl lib/unicode/In/Myanmar.pl
43288            - lib/unicode/In/NumberForms.pl lib/unicode/In/Ogham.pl
43289            - lib/unicode/In/OpticalCharacterRecognition.pl
43290            - lib/unicode/In/Oriya.pl lib/unicode/In/PrivateUse.pl
43291            - lib/unicode/In/Runic.pl lib/unicode/In/Sinhala.pl
43292            - lib/unicode/In/SmallFormVariants.pl
43293            - lib/unicode/In/SpacingModifierLetters.pl
43294            - lib/unicode/In/Specials.pl
43295            - lib/unicode/In/SuperscriptsandSubscripts.pl
43296            - lib/unicode/In/Syriac.pl lib/unicode/In/Tamil.pl
43297            - lib/unicode/In/Telugu.pl lib/unicode/In/Thaana.pl
43298            - lib/unicode/In/Thai.pl lib/unicode/In/Tibetan.pl
43299            - lib/unicode/In/UnifiedCanadianAboriginalSyllabics.pl
43300            - lib/unicode/In/YiRadicals.pl lib/unicode/In/YiSyllables.pl
43301           !> INSTALL MANIFEST doop.c embed.h embed.pl ext/B/B/Deparse.pm
43302           !> ext/IO/lib/IO/Seekable.pm hints/hpux.sh
43303           !> lib/unicode/mktables.PL lib/utf8_heavy.pl objXSUB.h perl.h
43304           !> pod/perldiag.pod pod/perlunicode.pod proto.h regcomp.c
43305           !> regexec.c t/lib/b-deparse.t t/lib/selfstubber.t t/op/pat.t
43306           !> utf8.c win32/Makefile
43307 ____________________________________________________________________________
43308 [  9903] By: jhi                                   on 2001/04/29  14:30:53
43309         Log: Subject: [PATCH: perl@9885] win32/Makefile (nmake) update
43310              From: Prymmer/Kahn <pvhp@best.com>
43311              Date: Sat, 28 Apr 2001 21:56:51 -0700 (PDT)
43312              Message-ID: <Pine.BSF.4.21.0104282147270.2927-100000@shell8.ba.best.com>
43313      Branch: perl
43314            ! win32/Makefile
43315 ____________________________________________________________________________
43316 [  9902] By: jhi                                   on 2001/04/29  02:52:44
43317         Log: Subject: [PATCH ext/IO/lib/IO/Seekable.pm] Doc fixes.
43318              From: "Abigail" <abigail@foad.org>
43319              Date: Sun, 29 Apr 2001 03:14:25 +0200
43320              Message-ID: <20010429011425.24503.qmail@foad.org>
43321      Branch: perl
43322            ! ext/IO/lib/IO/Seekable.pm
43323 ____________________________________________________________________________
43324 [  9901] By: jhi                                   on 2001/04/29  02:04:46
43325         Log: In character classes one couldn't have 0x80..0xff characters
43326              at the left hand side if there were 0x100.. characters in the
43327              character class.
43328      Branch: perl
43329            ! doop.c embed.h embed.pl objXSUB.h proto.h regcomp.c regexec.c
43330            ! t/op/pat.t utf8.c
43331 ____________________________________________________________________________
43332 [  9900] By: jhi                                   on 2001/04/28  22:55:04
43333         Log: Forgot the latest mktables.PL from #9899.
43334      Branch: perl
43335            ! lib/unicode/mktables.PL
43336 ____________________________________________________________________________
43337 [  9899] By: jhi                                   on 2001/04/28  22:53:28
43338         Log: Explain the \p{} and \P{} error message better and
43339              have prettier prettyprint in In.pl.
43340      Branch: perl
43341            ! lib/unicode/In.pl lib/unicode/mktables.PL lib/utf8_heavy.pl
43342            ! pod/perldiag.pod
43343 ____________________________________________________________________________
43344 [  9898] By: jhi                                   on 2001/04/28  21:03:34
43345         Log: Add one possible explanation for the "Invalid [] range" error.
43346      Branch: perl
43347            ! pod/perldiag.pod
43348 ____________________________________________________________________________
43349 [  9897] By: jhi                                   on 2001/04/28  17:18:26
43350         Log: Add a level of indirection to the implementation of \p{InFoo}
43351              so that we don't have to have long filenames.  (Nothing changes
43352              in the user interface.)   The indirection is defined in
43353              the file lib/unicode/In.pl and it is handled in lib/utf8_heavy.pl.
43354              Also rename some the character classes by removing '-' from
43355              the classnames, and finally renamed Block.pl as Blocks.pl.
43356      Branch: perl
43357            + lib/unicode/Blocks.pl lib/unicode/In.pl lib/unicode/In/0.pl
43358            + lib/unicode/In/1.pl lib/unicode/In/10.pl lib/unicode/In/11.pl
43359            + lib/unicode/In/12.pl lib/unicode/In/13.pl lib/unicode/In/14.pl
43360            + lib/unicode/In/15.pl lib/unicode/In/16.pl lib/unicode/In/17.pl
43361            + lib/unicode/In/18.pl lib/unicode/In/19.pl lib/unicode/In/2.pl
43362            + lib/unicode/In/20.pl lib/unicode/In/21.pl lib/unicode/In/22.pl
43363            + lib/unicode/In/23.pl lib/unicode/In/24.pl lib/unicode/In/25.pl
43364            + lib/unicode/In/26.pl lib/unicode/In/27.pl lib/unicode/In/28.pl
43365            + lib/unicode/In/29.pl lib/unicode/In/3.pl lib/unicode/In/30.pl
43366            + lib/unicode/In/31.pl lib/unicode/In/32.pl lib/unicode/In/33.pl
43367            + lib/unicode/In/34.pl lib/unicode/In/35.pl lib/unicode/In/36.pl
43368            + lib/unicode/In/37.pl lib/unicode/In/38.pl lib/unicode/In/39.pl
43369            + lib/unicode/In/4.pl lib/unicode/In/40.pl lib/unicode/In/41.pl
43370            + lib/unicode/In/42.pl lib/unicode/In/43.pl lib/unicode/In/44.pl
43371            + lib/unicode/In/45.pl lib/unicode/In/46.pl lib/unicode/In/47.pl
43372            + lib/unicode/In/48.pl lib/unicode/In/49.pl lib/unicode/In/5.pl
43373            + lib/unicode/In/50.pl lib/unicode/In/51.pl lib/unicode/In/52.pl
43374            + lib/unicode/In/53.pl lib/unicode/In/54.pl lib/unicode/In/55.pl
43375            + lib/unicode/In/56.pl lib/unicode/In/57.pl lib/unicode/In/58.pl
43376            + lib/unicode/In/59.pl lib/unicode/In/6.pl lib/unicode/In/60.pl
43377            + lib/unicode/In/61.pl lib/unicode/In/62.pl lib/unicode/In/63.pl
43378            + lib/unicode/In/64.pl lib/unicode/In/65.pl lib/unicode/In/66.pl
43379            + lib/unicode/In/67.pl lib/unicode/In/68.pl lib/unicode/In/69.pl
43380            + lib/unicode/In/7.pl lib/unicode/In/70.pl lib/unicode/In/71.pl
43381            + lib/unicode/In/72.pl lib/unicode/In/73.pl lib/unicode/In/74.pl
43382            + lib/unicode/In/75.pl lib/unicode/In/76.pl lib/unicode/In/77.pl
43383            + lib/unicode/In/78.pl lib/unicode/In/79.pl lib/unicode/In/8.pl
43384            + lib/unicode/In/80.pl lib/unicode/In/81.pl lib/unicode/In/82.pl
43385            + lib/unicode/In/83.pl lib/unicode/In/84.pl lib/unicode/In/85.pl
43386            + lib/unicode/In/86.pl lib/unicode/In/87.pl lib/unicode/In/88.pl
43387            + lib/unicode/In/89.pl lib/unicode/In/9.pl lib/unicode/In/90.pl
43388            + lib/unicode/In/91.pl lib/unicode/In/92.pl lib/unicode/In/93.pl
43389            + lib/unicode/In/94.pl lib/unicode/In/95.pl
43390            - lib/unicode/Block.pl
43391            - lib/unicode/In/AlphabeticPresentationForms.pl
43392            - lib/unicode/In/Arabic.pl
43393            - lib/unicode/In/ArabicPresentationForms-A.pl
43394            - lib/unicode/In/ArabicPresentationForms-B.pl
43395            - lib/unicode/In/Armenian.pl lib/unicode/In/Arrows.pl
43396            - lib/unicode/In/BasicLatin.pl lib/unicode/In/Bengali.pl
43397            - lib/unicode/In/BlockElements.pl lib/unicode/In/Bopomofo.pl
43398            - lib/unicode/In/BopomofoExtended.pl
43399            - lib/unicode/In/BoxDrawing.pl lib/unicode/In/BraillePatterns.pl
43400            - lib/unicode/In/CJKCompatibility.pl
43401            - lib/unicode/In/CJKCompatibilityForms.pl
43402            - lib/unicode/In/CJKCompatibilityIdeographs.pl
43403            - lib/unicode/In/CJKRadicalsSupplement.pl
43404            - lib/unicode/In/CJKSymbolsandPunctuation.pl
43405            - lib/unicode/In/CJKUnifiedIdeographs.pl
43406            - lib/unicode/In/CJKUnifiedIdeographsExtensionA.pl
43407            - lib/unicode/In/Cherokee.pl
43408            - lib/unicode/In/CombiningDiacriticalMarks.pl
43409            - lib/unicode/In/CombiningHalfMarks.pl
43410            - lib/unicode/In/CombiningMarksforSymbols.pl
43411            - lib/unicode/In/ControlPictures.pl
43412            - lib/unicode/In/CurrencySymbols.pl lib/unicode/In/Cyrillic.pl
43413            - lib/unicode/In/Devanagari.pl lib/unicode/In/Dingbats.pl
43414            - lib/unicode/In/EnclosedAlphanumerics.pl
43415            - lib/unicode/In/EnclosedCJKLettersandMonths.pl
43416            - lib/unicode/In/Ethiopic.pl
43417            - lib/unicode/In/GeneralPunctuation.pl
43418            - lib/unicode/In/GeometricShapes.pl lib/unicode/In/Georgian.pl
43419            - lib/unicode/In/Greek.pl lib/unicode/In/GreekExtended.pl
43420            - lib/unicode/In/Gujarati.pl lib/unicode/In/Gurmukhi.pl
43421            - lib/unicode/In/HalfwidthandFullwidthForms.pl
43422            - lib/unicode/In/HangulCompatibilityJamo.pl
43423            - lib/unicode/In/HangulJamo.pl lib/unicode/In/HangulSyllables.pl
43424            - lib/unicode/In/Hebrew.pl
43425            - lib/unicode/In/HighPrivateUseSurrogates.pl
43426            - lib/unicode/In/HighSurrogates.pl lib/unicode/In/Hiragana.pl
43427            - lib/unicode/In/IPAExtensions.pl
43428            - lib/unicode/In/IdeographicDescriptionCharacters.pl
43429            - lib/unicode/In/Kanbun.pl lib/unicode/In/KangxiRadicals.pl
43430            - lib/unicode/In/Kannada.pl lib/unicode/In/Katakana.pl
43431            - lib/unicode/In/Khmer.pl lib/unicode/In/Lao.pl
43432            - lib/unicode/In/Latin-1Supplement.pl
43433            - lib/unicode/In/LatinExtended-A.pl
43434            - lib/unicode/In/LatinExtended-B.pl
43435            - lib/unicode/In/LatinExtendedAdditional.pl
43436            - lib/unicode/In/LetterlikeSymbols.pl
43437            - lib/unicode/In/LowSurrogates.pl lib/unicode/In/Malayalam.pl
43438            - lib/unicode/In/MathematicalOperators.pl
43439            - lib/unicode/In/MiscellaneousSymbols.pl
43440            - lib/unicode/In/MiscellaneousTechnical.pl
43441            - lib/unicode/In/Mongolian.pl lib/unicode/In/Myanmar.pl
43442            - lib/unicode/In/NumberForms.pl lib/unicode/In/Ogham.pl
43443            - lib/unicode/In/OpticalCharacterRecognition.pl
43444            - lib/unicode/In/Oriya.pl lib/unicode/In/PrivateUse.pl
43445            - lib/unicode/In/Runic.pl lib/unicode/In/Sinhala.pl
43446            - lib/unicode/In/SmallFormVariants.pl
43447            - lib/unicode/In/SpacingModifierLetters.pl
43448            - lib/unicode/In/Specials.pl
43449            - lib/unicode/In/SuperscriptsandSubscripts.pl
43450            - lib/unicode/In/Syriac.pl lib/unicode/In/Tamil.pl
43451            - lib/unicode/In/Telugu.pl lib/unicode/In/Thaana.pl
43452            - lib/unicode/In/Thai.pl lib/unicode/In/Tibetan.pl
43453            - lib/unicode/In/UnifiedCanadianAboriginalSyllabics.pl
43454            - lib/unicode/In/YiRadicals.pl lib/unicode/In/YiSyllables.pl
43455            ! MANIFEST lib/unicode/mktables.PL lib/utf8_heavy.pl
43456            ! pod/perlunicode.pod
43457 ____________________________________________________________________________
43458 [  9896] By: jhi                                   on 2001/04/28  14:33:17
43459         Log: Update the information on shared library path on HP-UX.
43460      Branch: perl
43461            ! INSTALL
43462 ____________________________________________________________________________
43463 [  9895] By: jhi                                   on 2001/04/28  14:32:30
43464         Log: Because #9894 seems to do the trick, this workaround can be removed.
43465      Branch: perl
43466            ! t/lib/selfstubber.t
43467 ____________________________________________________________________________
43468 [  9894] By: jhi                                   on 2001/04/28  14:26:13
43469         Log: For PerlIO flush the children's file handles (on fork/exec/system).
43470      Branch: perl
43471            ! perl.h
43472 ____________________________________________________________________________
43473 [  9893] By: jhi                                   on 2001/04/28  14:23:15
43474         Log: Test tweak for #9891.
43475      Branch: perl
43476            ! t/lib/b-deparse.t
43477 ____________________________________________________________________________
43478 [  9892] By: jhi                                   on 2001/04/28  14:10:13
43479         Log: New HP-UX hints from Merijn.
43480      Branch: perl
43481            ! hints/hpux.sh
43482 ____________________________________________________________________________
43483 [  9891] By: jhi                                   on 2001/04/28  14:07:27
43484         Log: Subject: [PATCH B::Deparse] non-block scopes
43485              From: Robin Houston <robin@kitsite.com>
43486              Date: Fri, 27 Apr 2001 19:15:14 +0100
43487              Message-ID: <20010427191514.A30951@puffinry.freeserve.co.uk>
43488      Branch: perl
43489            ! ext/B/B/Deparse.pm
43490 ____________________________________________________________________________
43491 [  9890] By: nick                                  on 2001/04/27  19:41:25
43492         Log: Integrate mainline
43493      Branch: perlio
43494           +> t/lib/selfstubber.t
43495           !> (integrate 50 files)
43496 ____________________________________________________________________________
43497 [  9889] By: jhi                                   on 2001/04/27  18:23:46
43498         Log: Subject: Re: selfstubber test fail on bleadperl
43499              From: Mike Guy <mjtg@cam.ac.uk>
43500              Date: Fri, 27 Apr 2001 19:31:18 +0100
43501              Message-Id: <E14tD1S-0001tJ-00@libra.cus.cam.ac.uk>
43502      Branch: perl
43503            ! t/lib/selfstubber.t
43504 ____________________________________________________________________________
43505 [  9888] By: jhi                                   on 2001/04/27  16:20:54
43506         Log: Test tweak for #9886.
43507      Branch: perl
43508            ! t/lib/b-deparse.t
43509 ____________________________________________________________________________
43510 [  9887] By: jhi                                   on 2001/04/27  16:16:33
43511         Log: Buffering issue at least in Solaris (even with perlio).
43512      Branch: perl
43513            ! t/lib/selfstubber.t
43514 ____________________________________________________________________________
43515 [  9886] By: jhi                                   on 2001/04/27  14:59:23
43516         Log: Subject: [PATCH B::Deparse] Human-readable pragmas &c
43517              From: Robin Houston <robin@kitsite.com>
43518              Date: Fri, 27 Apr 2001 16:53:20 +0100
43519              Message-ID: <20010427165320.A30479@puffinry.freeserve.co.uk>
43520      Branch: perl
43521            ! ext/B/B/Deparse.pm
43522 ____________________________________________________________________________
43523 [  9885] By: jhi                                   on 2001/04/27  14:23:51
43524         Log: Update Changes.
43525      Branch: perl
43526            ! Changes patchlevel.h
43527 ____________________________________________________________________________
43528 [  9884] By: jhi                                   on 2001/04/27  14:14:12
43529         Log: Subject: [DOC PATCH bleadperl] Document underscores in numeric literals
43530              From: "Philip Newton" <pnewton@gmx.de>
43531              Date: Fri, 27 Apr 2001 16:40:13 +0200
43532              Message-ID: <3AE9A0ED.5248.CEA127@localhost>
43533      Branch: perl
43534            ! pod/perldata.pod
43535 ____________________________________________________________________________
43536 [  9883] By: jhi                                   on 2001/04/27  13:28:19
43537         Log: Add LOG_PERROR; prettify the "removed".
43538      Branch: perl
43539            ! ext/Sys/Syslog/Syslog.xs
43540 ____________________________________________________________________________
43541 [  9882] By: jhi                                   on 2001/04/27  13:13:18
43542         Log: h2xs tweaks: use NV instead of double, "quote" the removed
43543              prefixes for clarity (especially when nothing is removed),
43544              slight pod reformats.
43545      Branch: perl
43546            ! utils/h2xs.PL
43547 ____________________________________________________________________________
43548 [  9881] By: jhi                                   on 2001/04/27  12:58:48
43549         Log: Don't bother creating existing directories.
43550      Branch: perl
43551            ! utils/h2xs.PL
43552 ____________________________________________________________________________
43553 [  9880] By: jhi                                   on 2001/04/27  12:45:39
43554         Log: Subject: MakeMaker 'make test' weirdness -- fix for h2xs provided
43555              From: Mike Schilli <m@perlmeister.com>
43556              Date: Wed, 25 Apr 2001 01:29:21 -0700
43557              Message-id: <3AE68AE1.6A981723@perlmeister.com>
43558      Branch: perl
43559            ! utils/h2xs.PL
43560 ____________________________________________________________________________
43561 [  9879] By: jhi                                   on 2001/04/27  12:40:55
43562         Log: break is not yet Perl.  Added the template license also to README.
43563      Branch: perl
43564            ! utils/h2xs.PL
43565 ____________________________________________________________________________
43566 [  9878] By: jhi                                   on 2001/04/27  03:08:20
43567         Log: Subject: Re: [ID 20010426.003] Not OK: perl v5.7.1 +DEVEL9849 on i686-linux-thread-multi-64int-ld 2.2.13
43568              From: Tim Jenness <t.jenness@jach.hawaii.edu>
43569              Date: Thu, 26 Apr 2001 15:30:17 -1000 (HST)
43570              Message-ID: <Pine.LNX.4.33.0104261529300.13049-100000@lapaki.jach.hawaii.edu>
43571      Branch: perl
43572            ! t/lib/xs-typemap.t
43573 ____________________________________________________________________________
43574 [  9877] By: jhi                                   on 2001/04/26  23:54:40
43575         Log: Subject: [PATCH: utils/h2xs.PL (bleadperl)] Fill in details we're likely to know.
43576              From: "Abigail" <abigail@foad.org>
43577              Date: Fri, 27 Apr 2001 01:44:28 +0200
43578              Message-ID: <20010426234428.19786.qmail@foad.org>
43579      Branch: perl
43580            ! utils/h2xs.PL
43581 ____________________________________________________________________________
43582 [  9876] By: jhi                                   on 2001/04/26  23:52:06
43583         Log: Subject: [PATCH: perl@9865] vms specific tweak to new selfstubber.t
43584              From: Peter Prymmer <pvhp@forte.com>
43585              Date: Thu, 26 Apr 2001 17:41:58 -0700 (PDT)
43586              Message-ID: <Pine.OSF.4.10.10104261738370.338047-100000@aspara.forte.com>
43587      Branch: perl
43588            ! t/lib/selfstubber.t
43589 ____________________________________________________________________________
43590 [  9875] By: jhi                                   on 2001/04/26  23:48:10
43591         Log: Deparse nits.
43592      Branch: perl
43593            ! ext/B/B/Deparse.pm t/lib/b-deparse.t
43594 ____________________________________________________________________________
43595 [  9874] By: jhi                                   on 2001/04/26  22:46:05
43596         Log: Document ANYOF_CLASS.
43597      Branch: perl
43598            ! regcomp.h
43599 ____________________________________________________________________________
43600 [  9873] By: jhi                                   on 2001/04/26  22:35:03
43601         Log: Subject: Re: [PATCH @9846] dumping ANYOF
43602              From: Hugo <hv@crypt.compulink.co.uk>
43603              Date: Thu, 26 Apr 2001 23:33:38 +0100
43604              Message-Id: <200104262233.XAA22352@crypt.compulink.co.uk>
43605      Branch: perl
43606            ! regcomp.c regcomp.h
43607 ____________________________________________________________________________
43608 [  9872] By: jhi                                   on 2001/04/26  22:34:31
43609         Log: Subject: [PATCH] more for Devel::SelfStubber
43610              From: Nicholas Clark <nick@ccl4.org>
43611              Date: Fri, 27 Apr 2001 00:13:52 +0100
43612              Message-ID: <20010427001351.K88186@plum.flirble.org>
43613      Branch: perl
43614            ! lib/Devel/SelfStubber.pm lib/SelfLoader.pm t/lib/selfstubber.t
43615 ____________________________________________________________________________
43616 [  9871] By: jhi                                   on 2001/04/26  21:59:17
43617         Log: Subject: [PATCH B::Deparse] formats must be flush left
43618              From: Robin Houston <robin@kitsite.com>
43619              Date: Thu, 26 Apr 2001 23:54:29 +0100
43620              Message-ID: <20010426235429.A28747@puffinry.freeserve.co.uk>
43621      Branch: perl
43622            ! ext/B/B/Deparse.pm
43623 ____________________________________________________________________________
43624 [  9870] By: jhi                                   on 2001/04/26  21:57:37
43625         Log: If some of the constants are prefixes of others,
43626              the prefixes may never get recognized.  (See 20010426.006.)
43627      Branch: perl
43628            ! utils/h2xs.PL
43629 ____________________________________________________________________________
43630 [  9869] By: jhi                                   on 2001/04/26  21:50:42
43631         Log: Subject: [ID 20010426.006] Sys::Syslog ignores LOG_AUTH constant
43632              From: Chris Bongaarts <cab@tc.umn.edu>
43633              Date: Thu, 26 Apr 2001 17:10:31 -0500
43634              Message-Id: <iss.2042.3ae89cd7.6cfba.1@earth.tc.umn.edu>
43635      Branch: perl
43636            ! ext/Sys/Syslog/Syslog.xs
43637 ____________________________________________________________________________
43638 [  9868] By: jhi                                   on 2001/04/26  21:35:12
43639         Log: Further cuts and more docs from Graham Barr.
43640      Branch: perl
43641            ! ext/List/Util/lib/List/Util.pm
43642            ! ext/List/Util/lib/Scalar/Util.pm
43643 ____________________________________________________________________________
43644 [  9867] By: jhi                                   on 2001/04/26  21:18:57
43645         Log: Subject: [PATCH 5.7.1] DB_File-1.77
43646              From: "Paul Marquess" <Paul.Marquess@Openwave.com>
43647              Date: Thu, 26 Apr 2001 22:37:53 +0100
43648              Message-ID: <000a01c0ce99$269cc3e0$99dcfea9@bfs.phone.com>
43649      Branch: perl
43650            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
43651            ! ext/DB_File/DB_File.xs ext/DB_File/version.c
43652 ____________________________________________________________________________
43653 [  9866] By: jhi                                   on 2001/04/26  21:12:31
43654         Log: Subject: [PATCH B::Deparse] fix easy bugs
43655              From: Robin Houston <robin@kitsite.com>
43656              Date: Thu, 26 Apr 2001 23:03:33 +0100
43657              Message-ID: <20010426230333.A28657@puffinry.freeserve.co.uk>
43658      Branch: perl
43659            ! ext/B/B/Deparse.pm
43660 ____________________________________________________________________________
43661 [  9865] By: jhi                                   on 2001/04/26  20:26:13
43662         Log: Update Changes.
43663      Branch: perl
43664            ! Changes patchlevel.h
43665 ____________________________________________________________________________
43666 [  9864] By: jhi                                   on 2001/04/26  19:27:48
43667         Log: Dethinko from Robin Houston.
43668      Branch: perl
43669            ! ext/B/B/Deparse.pm
43670 ____________________________________________________________________________
43671 [  9863] By: jhi                                   on 2001/04/26  19:10:35
43672         Log: Subject: [PATCH B::Deparse] C<$x = /(.)/> ne C<($x) = /(.)/>
43673              From: Robin Houston <robin@kitsite.com>
43674              Date: Thu, 26 Apr 2001 21:08:32 +0100
43675              Message-ID: <20010426210832.A28419@puffinry.freeserve.co.uk>
43676      Branch: perl
43677            ! ext/B/B/Deparse.pm
43678 ____________________________________________________________________________
43679 [  9862] By: jhi                                   on 2001/04/26  19:04:23
43680         Log: Subject: Re: [PATCH B::Deparse] fix string uninterpretation
43681              From: Robin Houston <robin@kitsite.com>
43682              Date: Thu, 26 Apr 2001 20:52:50 +0100
43683              Message-ID: <20010426205249.A28328@puffinry.freeserve.co.uk>
43684      Branch: perl
43685            ! ext/B/B/Deparse.pm
43686 ____________________________________________________________________________
43687 [  9861] By: jhi                                   on 2001/04/26  18:56:14
43688         Log: Subject: Re: [PATCH] UNIVERSAL shouldn't require Exporter
43689              From: Mike Guy <mjtg@cam.ac.uk>
43690              Date: Thu, 26 Apr 2001 14:22:40 +0100
43691              Message-Id: <E14sljE-0003X9-00@libra.cus.cam.ac.uk>
43692      Branch: perl
43693            ! pod/perlobj.pod
43694 ____________________________________________________________________________
43695 [  9860] By: jhi                                   on 2001/04/26  18:46:42
43696         Log: Subject: Re: [PATCH B::Deparse] fix string uninterpretation
43697              From: Robin Houston <robin@kitsite.com>
43698              Date: Thu, 26 Apr 2001 20:34:29 +0100
43699              Message-ID: <20010426203429.A28261@puffinry.freeserve.co.uk>
43700              
43701              Hashes do not interpolate.
43702      Branch: perl
43703            ! ext/B/B/Deparse.pm
43704 ____________________________________________________________________________
43705 [  9859] By: jhi                                   on 2001/04/26  18:43:51
43706         Log: Subject: The Time::Piece conspiracy unmasked!!!
43707              From: Mike Guy <mjtg@cam.ac.uk>
43708              Date: Thu, 26 Apr 2001 19:02:50 +0100
43709              Message-Id: <E14sq6M-0002g9-00@libra.cus.cam.ac.uk>
43710              
43711              Subject: [PATCH] that's enough UNIVERSAL stuff for one day ...
43712              From: Mike Guy <mjtg@cam.ac.uk>
43713              Date: Thu, 26 Apr 2001 19:08:21 +0100
43714              Message-Id: <E14sqBh-0002mI-00@libra.cus.cam.ac.uk>
43715              
43716              Subject: Re: [PATCH] that's enough UNIVERSAL stuff for one day ...
43717              From: Graham Barr <gbarr@pobox.com>
43718              Date: Thu, 26 Apr 2001 19:12:03 +0100
43719              Message-ID: <20010426191203.A70835@pobox.com>
43720              
43721              Eradicate UNIVERSAL (Mike) and remove the fallback Perl code (Graham)
43722      Branch: perl
43723            ! ext/List/Util/lib/List/Util.pm
43724            ! ext/List/Util/lib/Scalar/Util.pm ext/Time/Piece/Piece.pm gv.c
43725 ____________________________________________________________________________
43726 [  9858] By: jhi                                   on 2001/04/26  18:17:42
43727         Log: Subject: [PATCH t/comp/proto.t] disable correct warning
43728              From: Robin Houston <robin@kitsite.com>
43729              Date: Thu, 26 Apr 2001 16:09:35 +0100
43730              Message-ID: <20010426160934.A27140@puffinry.freeserve.co.uk>
43731      Branch: perl
43732            ! t/comp/proto.t
43733 ____________________________________________________________________________
43734 [  9857] By: jhi                                   on 2001/04/26  18:04:59
43735         Log: Subject: Re: [PATCH perldiag.pod] Re: [PATCH] Re: Useless use of constants other than 0,1 in void context?
43736              From: barries <barries@slaysys.com>
43737              Date: Thu, 26 Apr 2001 12:01:10 -0400
43738              Message-ID: <20010426120110.E29698@jester.slaysys.com>
43739      Branch: perl
43740            ! pod/perldiag.pod
43741 ____________________________________________________________________________
43742 [  9856] By: jhi                                   on 2001/04/26  18:03:33
43743         Log: Subject: [PATCH B::Deparse] fix string uninterpretation
43744              Date: Thu, 26 Apr 2001 17:13:41 +0100
43745              From: Robin Houston <robin@kitsite.com>
43746              Message-ID: <20010426171341.A27299@puffinry.freeserve.co.uk>
43747              
43748              Subject: Re: [PATCH B::Deparse] fix string uninterpretation
43749              From: Robin Houston <robin@kitsite.com>
43750              Date: Thu, 26 Apr 2001 18:44:29 +0100
43751              Message-ID: <20010426184429.A27734@puffinry.freeserve.co.uk>
43752      Branch: perl
43753            ! ext/B/B/Deparse.pm
43754 ____________________________________________________________________________
43755 [  9855] By: jhi                                   on 2001/04/26  17:56:04
43756         Log: Subject: [PATCH B::Deparse] filetests, open(my $x,...), warnings, formats &c
43757              From: Robin Houston <robin@kitsite.com>
43758              Date: Thu, 26 Apr 2001 17:04:08 +0100
43759              Message-ID: <20010426170408.A27257@puffinry.freeserve.co.uk>
43760      Branch: perl
43761            ! ext/B/B/Deparse.pm
43762 ____________________________________________________________________________
43763 [  9854] By: jhi                                   on 2001/04/26  17:47:26
43764         Log: Subject: Re: Short test case for undef %stash:: crash
43765              From: Benjamin Sugars <bsugars@canoe.ca> 
43766              Date: Mon, 23 Apr 2001 16:59:33 -0400 (EDT) 
43767              Message-ID: <Pine.LNX.4.21.0104231623520.790-100000@marmot.rim.canoe.ca>
43768              Changed and moved the perldiag entry.
43769      Branch: perl
43770            ! gv.c pod/perldiag.pod
43771 ____________________________________________________________________________
43772 [  9853] By: jhi                                   on 2001/04/26  14:35:16
43773         Log: Beginnings of strptime().  Do not touch the wet paint.
43774      Branch: perl
43775            ! ext/Time/Piece/Piece.pm t/lib/time-piece.t
43776 ____________________________________________________________________________
43777 [  9852] By: jhi                                   on 2001/04/26  13:17:21
43778         Log: Retract #9851, core dumps from pod2man.
43779      Branch: perl
43780            ! regcomp.c
43781 ____________________________________________________________________________
43782 [  9851] By: jhi                                   on 2001/04/26  11:54:41
43783         Log: (Retracted by #9852.)
43784              
43785              Subject: [PATCH @9846] dumping ANYOF
43786              From: Hugo <hv@crypt.compulink.co.uk>
43787              Date: Thu, 26 Apr 2001 05:32:38 +0100
43788              Message-Id: <200104260432.FAA12669@crypt.compulink.co.uk>
43789      Branch: perl
43790            ! regcomp.c
43791 ____________________________________________________________________________
43792 [  9850] By: jhi                                   on 2001/04/26  02:34:44
43793         Log: If ccflags was empty the _previous_ $* containing all the
43794              environment variables and Configure variables was used,
43795              which lead, among other bad things, into $ccflags being your
43796              uname -a output, which lead into test compile with cc failing,
43797              which lead into gcc being selected, which didn't work that well
43798              since gcc (ancient 2.8.1 in that particular box) wasn't too happy
43799              with large files, et cetera.
43800      Branch: perl
43801            ! hints/hpux.sh
43802 ____________________________________________________________________________
43803 [  9849] By: jhi                                   on 2001/04/26  01:44:57
43804         Log: Make selfstubber test more portable.
43805      Branch: perl
43806            ! t/lib/selfstubber.t
43807 ____________________________________________________________________________
43808 [  9848] By: jhi                                   on 2001/04/26  00:50:26
43809         Log: Subject: Re: [PATCH: perl@9841] fix a typo for Cwd.xs
43810              From: Benjamin Sugars <ben.sugars@home.com>
43811              Date: Wed, 25 Apr 2001 21:47:37 -0400 (EDT)
43812              Message-ID: <Pine.LNX.4.21.0104252145280.30055-100000@localhost.localdomain>
43813      Branch: perl
43814            ! ext/Cwd/Cwd.xs
43815 ____________________________________________________________________________
43816 [  9847] By: jhi                                   on 2001/04/26  00:46:58
43817         Log: Subject: [PATCH: perl@9841] VMS updates
43818              From: Peter Prymmer <pvhp@forte.com>
43819              Date: Wed, 25 Apr 2001 18:43:27 -0700 (PDT)
43820              Message-ID: <Pine.OSF.4.10.10104251842130.257877-100000@aspara.forte.com>
43821      Branch: perl
43822            ! README.vms configure.com vms/descrip_mms.template
43823            ! vms/ext/filespec.t
43824 ____________________________________________________________________________
43825 [  9846] By: jhi                                   on 2001/04/26  00:11:56
43826         Log: re 'debug' was broken by #9084.
43827      Branch: perl
43828            ! ext/re/re.xs
43829 ____________________________________________________________________________
43830 [  9845] By: jhi                                   on 2001/04/25  22:33:17
43831         Log: Subject: [PATCH] test for Devel::SelfStubber
43832              From: Nicholas Clark <nick@ccl4.org>
43833              Date: Thu, 26 Apr 2001 00:00:54 +0100
43834              Message-ID: <20010426000054.D89026@plum.flirble.org>
43835      Branch: perl
43836            + t/lib/selfstubber.t
43837            ! MANIFEST lib/Devel/SelfStubber.pm t/lib/1_compile.t
43838 ____________________________________________________________________________
43839 [  9844] By: jhi                                   on 2001/04/25  22:29:32
43840         Log: Subject: Re: [PATCH 5.7.1] B::Concise and extra variables
43841              From: Paul Johnson <paul@pjcj.net>
43842              Date: Thu, 26 Apr 2001 00:46:08 +0200
43843              Message-ID: <20010426004608.H2338@pjcj.net>
43844      Branch: perl
43845            ! ext/B/B/Concise.pm
43846 ____________________________________________________________________________
43847 [  9843] By: jhi                                   on 2001/04/25  22:28:28
43848         Log: Subject: [PATCH: perl@9841] fix a typo for Cwd.xs
43849              From: Peter Prymmer <pvhp@forte.com>
43850              Date: Wed, 25 Apr 2001 16:18:44 -0700 (PDT)
43851              Message-ID: <Pine.OSF.4.10.10104251614200.257877-100000@aspara.forte.com>
43852      Branch: perl
43853            ! ext/Cwd/Cwd.xs
43854 ____________________________________________________________________________
43855 [  9842] By: jhi                                   on 2001/04/25  20:58:12
43856         Log: Subject: Re: [ID 20010422.002] 5.7.1 Breaks "use Module(version)"
43857              From: John Peacock <jpeacock@rowman.com>
43858              Date: Wed, 25 Apr 2001 17:30:26 -0400
43859              Message-ID: <3AE741F2.B3217464@rowman.com>
43860      Branch: perl
43861            ! lib/Math/BigInt.pm t/lib/bigintpm.t
43862 ____________________________________________________________________________
43863 [  9841] By: jhi                                   on 2001/04/25  20:07:05
43864         Log: Update Changes.
43865      Branch: perl
43866            ! Changes patchlevel.h
43867 ____________________________________________________________________________
43868 [  9840] By: jhi                                   on 2001/04/25  19:56:51
43869         Log: Yet another HP-UX hints version from Merijn.
43870      Branch: perl
43871            ! hints/hpux.sh
43872 ____________________________________________________________________________
43873 [  9839] By: jhi                                   on 2001/04/25  19:53:04
43874         Log: abs_path() didn't terminate the filename correctly,
43875              in DIRNAMLENless systems like HP-UX this would fail.
43876      Branch: perl
43877            ! ext/Cwd/Cwd.xs
43878 ____________________________________________________________________________
43879 [  9838] By: jhi                                   on 2001/04/25  16:37:26
43880         Log: Subject: [PATCH] Re: Useless use of constants other than 0,1 in void context?
43881              From: Mike Guy <mjtg@cam.ac.uk>
43882              Date: Wed, 25 Apr 2001 18:31:47 +0100
43883              Message-Id: <E14sT8l-0004IE-00@libra.cus.cam.ac.uk>
43884      Branch: perl
43885            ! op.c
43886 ____________________________________________________________________________
43887 [  9837] By: jhi                                   on 2001/04/25  16:21:53
43888         Log: Subject: Re: patch to perl5db.pl (formatting of h h screen)
43889              From: Jon Eveland <jweveland@yahoo.com>
43890              Date: Wed, 25 Apr 2001 09:42:46 -0700 (PDT)
43891              Message-ID: <20010425164246.21611.qmail@web10405.mail.yahoo.com>
43892      Branch: perl
43893            ! lib/perl5db.pl
43894 ____________________________________________________________________________
43895 [  9836] By: jhi                                   on 2001/04/25  14:17:50
43896         Log: Subject: [PATCH bleadperl] Porting/patching.pod: update version number format
43897              From: "Philip Newton" <pnewton@gmx.de>
43898              Date: Wed, 25 Apr 2001 17:05:58 +0200
43899              Message-ID: <3AE703F6.3234.1833C45@localhost>
43900      Branch: perl
43901            ! Porting/patching.pod
43902 ____________________________________________________________________________
43903 [  9835] By: jhi                                   on 2001/04/25  13:58:07
43904         Log: It would seem that both ar and full_ar need to be overridden
43905              for HP-UX to avoid the GNU ar.
43906      Branch: perl
43907            ! hints/hpux.sh
43908 ____________________________________________________________________________
43909 [  9834] By: jhi                                   on 2001/04/25  13:50:40
43910         Log: Subject: Re: [PATCH] foreach defelem magic should only be applied to PL_sv_undef
43911              From: "Philip Newton" <pnewton@gmx.de>
43912              Date: Wed, 25 Apr 2001 16:09:23 +0200
43913              Message-ID: <3AE6F6B3.30503.14F6DEB@localhost>
43914              
43915              Detypo.
43916      Branch: perl
43917            ! t/op/misc.t
43918 ____________________________________________________________________________
43919 [  9833] By: jhi                                   on 2001/04/25  12:36:11
43920         Log: In HP-UX set ar to /usr/bin/ar but only iff none set.
43921      Branch: perl
43922            ! hints/hpux.sh
43923 ____________________________________________________________________________
43924 [  9832] By: jhi                                   on 2001/04/25  12:33:36
43925         Log: New version of HP-UX hints from Merijn.
43926      Branch: perl
43927            ! hints/hpux.sh
43928 ____________________________________________________________________________
43929 [  9831] By: jhi                                   on 2001/04/25  03:39:45
43930         Log: Reintroduce the avoidance of mixing HP-UX cc and GNU ar.
43931      Branch: perl
43932            ! hints/hpux.sh
43933 ____________________________________________________________________________
43934 [  9830] By: jhi                                   on 2001/04/25  02:53:25
43935         Log: The tzname[] bit is not needed by util.c -- and causes
43936              heartburn in VMS (and it missing was probably the cause of
43937              the Mac OS X trouble).  Ouch.
43938      Branch: perl
43939            ! ext/POSIX/POSIX.xs util.c
43940 ____________________________________________________________________________
43941 [  9829] By: jhi                                   on 2001/04/25  00:10:06
43942         Log: Metaconfig unit change for #9828.
43943      Branch: metaconfig
43944            ! U/compline/ccflags.U
43945 ____________________________________________________________________________
43946 [  9828] By: jhi                                   on 2001/04/25  00:04:18
43947         Log: Allow setting cppflags hints.  This may affect Darwin (Mac OS X)
43948              (which is actually the reason for the change, we need to pass
43949              cppflags='-traditional-cpp' so that Errno builds right), Dynix/ptx,
43950              EP/IX, OS/2, and TitanOS, based on the hints files.
43951      Branch: perl
43952            ! Configure config_h.SH
43953 ____________________________________________________________________________
43954 [  9827] By: jhi                                   on 2001/04/24  23:49:20
43955         Log: makedepend.SH patch for AmigaOS from Jan-Erik Karlsson;
43956              the $cat must have an absolute path.
43957      Branch: perl
43958            ! makedepend.SH
43959 ____________________________________________________________________________
43960 [  9826] By: jhi                                   on 2001/04/24  23:40:53
43961         Log: 5.7.1-updated README.amiga from Jan-Erik Karlsson.
43962      Branch: perl
43963            ! README.amiga
43964 ____________________________________________________________________________
43965 [  9825] By: jhi                                   on 2001/04/24  23:35:35
43966         Log: Subject: [ID 20010424.002] [PATCH bleadperl] find2perl: prototypes and doexec
43967              From: "Philip Newton" <pnewton@gmx.de>
43968              Date: Tue, 24 Apr 2001 18:52:49 +0200
43969              Message-Id: <3AE5CB81.12234.1FC246F@localhost>
43970      Branch: perl
43971            ! x2p/find2perl.PL
43972 ____________________________________________________________________________
43973 [  9824] By: jhi                                   on 2001/04/24  23:33:07
43974         Log: New HP-UX hints from Jeff and Merijn, should work with IA-64.
43975              Some gcc specifics dropped out due to extensive rewriting;
43976              will be put back later as needed.
43977      Branch: perl
43978            ! hints/hpux.sh
43979 ____________________________________________________________________________
43980 [  9823] By: jhi                                   on 2001/04/24  23:27:57
43981         Log: Mac OS X patch for missing tzname definition from Paul Schinder.
43982      Branch: perl
43983            ! ext/POSIX/POSIX.xs
43984 ____________________________________________________________________________
43985 [  9822] By: jhi                                   on 2001/04/24  23:25:21
43986         Log: Subject: Re: [ID 20010421.032] Not OK: perl v5.7.1 +DEVEL9717 on sun4-solaris-64int-ld-stdio 2.8 (UNINSTALLED)
43987              From: Tim Jenness <t.jenness@jach.hawaii.edu>
43988              Date: Tue, 24 Apr 2001 11:29:28 -1000 (HST)
43989              Message-ID: <Pine.LNX.4.30.0104241123020.5085-100000@lapaki.jach.hawaii.edu>
43990      Branch: perl
43991            ! ext/XS/Typemap/Typemap.xs
43992 ____________________________________________________________________________
43993 [  9821] By: jhi                                   on 2001/04/24  23:24:10
43994         Log: Subject: [PATCH: pod/perlport.pod] Updated email addresses.
43995              From: "Abigail" <abigail@foad.org>
43996              Date: Tue, 24 Apr 2001 23:12:03 +0200
43997              Message-ID: <20010424211203.7901.qmail@foad.org>
43998      Branch: perl
43999            ! pod/perlport.pod
44000 ____________________________________________________________________________
44001 [  9820] By: jhi                                   on 2001/04/24  23:23:15
44002         Log: Subject: [PATCH pod/perlfaq4.pod] Time::Piece additions
44003              From: Matt Sergeant <matt@sergeant.org>
44004              Date: Tue, 24 Apr 2001 16:48:17 +0100 (BST)
44005              Message-ID: <Pine.LNX.4.30.0104241645030.32279-100000@ted.sergeant.org>
44006      Branch: perl
44007            ! pod/perlfaq4.pod
44008 ____________________________________________________________________________
44009 [  9819] By: nick                                  on 2001/04/24  18:49:43
44010         Log: Integrate mainline.
44011      Branch: perlio
44012           +> t/lib/cpan-loadme.t t/lib/cpan-vcmp.t
44013           !> (integrate 37 files)
44014 ____________________________________________________________________________
44015 [  9818] By: jhi                                   on 2001/04/24  14:35:23
44016         Log: Update Changes.
44017      Branch: perl
44018            ! Changes patchlevel.h
44019 ____________________________________________________________________________
44020 [  9817] By: jhi                                   on 2001/04/24  14:09:17
44021         Log: Subject: Re: [PATCH t/lib/1_compile.t] Skipping known tested libraries 
44022              From: "Philip Newton" <pnewton@gmx.de>
44023              Date: Tue, 24 Apr 2001 12:58:12 +0200
44024              Message-ID: <3AE57864.8304.B77A0A@localhost> 
44025              
44026              plus add CPAN to the list of modules that have their own tests.
44027      Branch: perl
44028            ! t/lib/1_compile.t
44029 ____________________________________________________________________________
44030 [  9816] By: jhi                                   on 2001/04/24  14:07:03
44031         Log: Subject: Re: [PATCH t/lib/1_compile.t] Skipping known tested libraries
44032              From: Michael G Schwern <schwern@pobox.com>
44033              Date: Sat, 21 Apr 2001 22:35:00 +0100
44034              Message-ID: <20010421223500.N2946@blackrider.blackstar.co.uk>
44035      Branch: perl
44036            ! t/lib/1_compile.t
44037 ____________________________________________________________________________
44038 [  9815] By: jhi                                   on 2001/04/24  13:54:32
44039         Log: Subject: Re: [ID 20010423.006] Test failed in perl@9794
44040              From: Robin Houston <robin@kitsite.com>
44041              Date: Tue, 24 Apr 2001 15:51:18 +0100
44042              Message-ID: <20010424155118.A22913@puffinry.freeserve.co.uk>
44043      Branch: perl
44044            ! ext/B/B/Deparse.pm
44045 ____________________________________________________________________________
44046 [  9814] By: jhi                                   on 2001/04/24  13:17:34
44047         Log: Subject: Re: [ID 20010421.010] Perl 5.6.1 on Unixware 7
44048              From: Bill Glicker <billg@burrelles.com>
44049              Date: Tue, 24 Apr 2001 09:22:40 -0400 (EDT)
44050              Message-ID: <Pine.SCO.4.30.0104240918160.13514-100000@laura.burrelles.com>
44051      Branch: perl
44052            ! hints/svr5.sh
44053 ____________________________________________________________________________
44054 [  9813] By: jhi                                   on 2001/04/24  12:54:23
44055         Log: Prevent path disclosure (probing for existence of filenames)
44056              using suidperl; bug id 20010322.218.
44057      Branch: perl
44058            ! perl.c pod/perldiag.pod
44059 ____________________________________________________________________________
44060 [  9812] By: jhi                                   on 2001/04/24  12:08:36
44061         Log: Retract #9811.
44062      Branch: perl
44063            ! ext/POSIX/POSIX.xs
44064 ____________________________________________________________________________
44065 [  9811] By: jhi                                   on 2001/04/24  11:57:35
44066         Log: (Retracted by #9812.)
44067      Branch: perl
44068            ! ext/POSIX/POSIX.xs
44069 ____________________________________________________________________________
44070 [  9810] By: jhi                                   on 2001/04/24  03:32:35
44071         Log: Fix for 20010219.013, "perlio perl -we tell goes SEGV".
44072      Branch: perl
44073            ! util.c
44074 ____________________________________________________________________________
44075 [  9809] By: jhi                                   on 2001/04/24  03:16:13
44076         Log: The Math::BigFloat::import() was broken.
44077              (Fixes bug id 20010422.002.)
44078      Branch: perl
44079            ! lib/Math/BigFloat.pm
44080 ____________________________________________________________________________
44081 [  9808] By: jhi                                   on 2001/04/24  01:11:40
44082         Log: Additional dependencies; should help for parallel makes
44083              not to fail on missing lib/lib.pm or lib/re.pm.
44084      Branch: perl
44085            ! Makefile.SH
44086 ____________________________________________________________________________
44087 [  9807] By: jhi                                   on 2001/04/24  00:57:01
44088         Log: Update the test failure disclaimer.
44089      Branch: perl
44090            ! t/pragma/warn/pp_hot
44091 ____________________________________________________________________________
44092 [  9806] By: jhi                                   on 2001/04/24  00:54:04
44093         Log: Add make target "install-all" which is alias for "install"
44094              to cater for case-preserving filesystems like HFS+.
44095      Branch: perl
44096            ! INSTALL Makefile.SH
44097 ____________________________________________________________________________
44098 [  9805] By: jhi                                   on 2001/04/24  00:47:28
44099         Log: Subject: Re: 5.6.1 darwin Configure fails to extract Makefile
44100              From: Peter Prymmer <pvhp@forte.com>
44101              Date: Wed, 11 Apr 2001 10:43:52 -0700 (PDT)
44102              Message-ID: <Pine.OSF.4.10.10104111038480.113314-100000@aspara.forte.com>
44103              
44104              (Ken William's message forwarded from macosx@perl.org)
44105      Branch: perl
44106            ! hints/darwin.sh
44107 ____________________________________________________________________________
44108 [  9804] By: jhi                                   on 2001/04/23  23:57:35
44109         Log: Cut-and-pasto.
44110      Branch: perl
44111            ! perlio.c
44112 ____________________________________________________________________________
44113 [  9803] By: jhi                                   on 2001/04/23  23:52:25
44114         Log: More PerlIO robustness.
44115      Branch: perl
44116            ! perlio.c
44117 ____________________________________________________________________________
44118 [  9802] By: jhi                                   on 2001/04/23  23:43:35
44119         Log: Make the "STD* opened only for ..." errors more consistent.
44120      Branch: perl
44121            ! doio.c
44122 ____________________________________________________________________________
44123 [  9801] By: jhi                                   on 2001/04/23  23:34:26
44124         Log: Test case for #9800.
44125      Branch: perl
44126            ! t/op/misc.t
44127 ____________________________________________________________________________
44128 [  9800] By: jhi                                   on 2001/04/23  23:14:43
44129         Log: Avoid coredump on 'close STDERR; die' by making
44130              the PerlIO calls more robust.  Also use SETERRNO()
44131              instead of errno = to be more VMS-ready.
44132      Branch: perl
44133            ! perlio.c
44134 ____________________________________________________________________________
44135 [  9799] By: jhi                                   on 2001/04/23  21:41:10
44136         Log: Subject: test for ID 20010423.002
44137              From: Robin Houston <robin@kitsite.com>
44138              Date: Mon, 23 Apr 2001 16:52:21 +0100
44139              Message-ID: <20010423165221.A20739@puffinry.freeserve.co.uk>
44140      Branch: perl
44141            ! t/op/avhv.t
44142 ____________________________________________________________________________
44143 [  9798] By: jhi                                   on 2001/04/23  21:40:07
44144         Log: Subject: patch to installperl (change warn to print STDERR in sub yn)
44145              From: David Dyck <dcd@tc.fluke.com>
44146              Date: Mon, 23 Apr 2001 10:19:46 -0700 (PDT)
44147              Message-ID: <Pine.LNX.4.33.0104231018270.10985-100000@dd.tc.fluke.com>
44148      Branch: perl
44149            ! installperl
44150 ____________________________________________________________________________
44151 [  9797] By: jhi                                   on 2001/04/23  21:37:56
44152         Log: Subject: [PATCH] Implement Cwd::abs_path in XS
44153              From: Benjamin Sugars <bsugars@canoe.ca>
44154              Date: Mon, 23 Apr 2001 11:59:48 -0400 (EDT)
44155              Message-ID: <Pine.LNX.4.21.0104231151340.3238-100000@marmot.rim.canoe.ca>
44156      Branch: perl
44157            ! ext/Cwd/Cwd.xs lib/Cwd.pm
44158 ____________________________________________________________________________
44159 [  9796] By: jhi                                   on 2001/04/23  21:29:24
44160         Log: Synchronize h2xs and pod2man some more on the documentation
44161              templates they propose.
44162      Branch: perl
44163            ! pod/pod2man.PL utils/h2xs.PL
44164 ____________________________________________________________________________
44165 [  9795] By: jhi                                   on 2001/04/23  17:30:40
44166         Log: Add one more naughty test for base64; make encoding logic cleaner.
44167      Branch: perl
44168            ! t/lib/mimeb64.t
44169 ____________________________________________________________________________
44170 [  9794] By: jhi                                   on 2001/04/23  13:51:32
44171         Log: Update Changes.
44172      Branch: perl
44173            ! Changes patchlevel.h
44174 ____________________________________________________________________________
44175 [  9793] By: jhi                                   on 2001/04/23  13:44:18
44176         Log: Duplicate lines.
44177      Branch: perl
44178            ! MANIFEST
44179 ____________________________________________________________________________
44180 [  9792] By: jhi                                   on 2001/04/23  13:39:13
44181         Log: Subject: Re: PATCH 5.7.1
44182              From: Mark-Jason Dominus <mjd@plover.com>
44183              Date: Mon, 23 Apr 2001 10:30:21 -0400
44184              Message-ID: <20010423143021.17335.qmail@plover.com>
44185      Branch: perl
44186            ! perl.h sv.c
44187 ____________________________________________________________________________
44188 [  9791] By: jhi                                   on 2001/04/23  13:32:40
44189         Log: Add the CPAN.pm 1.59_54 tests.
44190      Branch: perl
44191            + t/lib/cpan-loadme.t t/lib/cpan-vcmp.t
44192            ! MANIFEST
44193 ____________________________________________________________________________
44194 [  9790] By: jhi                                   on 2001/04/23  13:21:55
44195         Log: Subject: Deparse nit
44196              From: Robin Houston <robin@kitsite.com>
44197              Date: Mon, 23 Apr 2001 12:38:20 +0100
44198              Message-ID: <20010423123820.A19945@puffinry.freeserve.co.uk>
44199      Branch: perl
44200            ! ext/B/B/Deparse.pm
44201 ____________________________________________________________________________
44202 [  9789] By: jhi                                   on 2001/04/23  13:19:07
44203         Log: Subject: [PATCH] bug 20010423.002
44204              From: Robin Houston <robin@kitsite.com>
44205              Date: Mon, 23 Apr 2001 13:12:30 +0100
44206              Message-ID: <20010423131230.A20074@puffinry.freeserve.co.uk>
44207      Branch: perl
44208            ! pp.c
44209 ____________________________________________________________________________
44210 [  9788] By: jhi                                   on 2001/04/23  13:02:49
44211         Log: Subject: PATCH [5.7.1] hv.c unused #define
44212              From: Mark-Jason Dominus <mjd@plover.com>
44213              Date: Sun, 22 Apr 2001 14:17:49 -0400
44214              Message-ID: <20010422181749.26976.qmail@plover.com>
44215      Branch: perl
44216            ! hv.c
44217 ____________________________________________________________________________
44218 [  9787] By: jhi                                   on 2001/04/23  13:02:02
44219         Log: Subject: PATCH 5.7.1
44220              From: Mark-Jason Dominus <mjd@plover.com>
44221              Date: Sun, 22 Apr 2001 15:12:57 -0400
44222              Message-ID: <20010422191258.6539.qmail@plover.com>
44223              
44224              plus Sarathy's STMT_START + STMT_END suggestion.
44225      Branch: perl
44226            ! perl.h
44227 ____________________________________________________________________________
44228 [  9786] By: jhi                                   on 2001/04/23  12:53:25
44229         Log: Fix for
44230              
44231              Subject: [ID 20010423.001] perlapi documentation inconsistency (SvGROW)
44232              From: dLux <dlux@spam.sch.bme.hu>
44233              Date: Mon, 23 Apr 2001 01:25:26 +0200
44234              Message-Id: <E14rTEM-0000CB-00@dl.sch.bme.hu>
44235              
44236              (SvGROW really does return a char *.)
44237      Branch: perl
44238            ! pod/perlapi.pod sv.h
44239 ____________________________________________________________________________
44240 [  9785] By: jhi                                   on 2001/04/23  04:34:04
44241         Log: Time::Piece work continues.  $t->day removed since
44242              I think it's too confusing.  Now has normal and
44243              abbreviated length weekday names and month names,
44244              the names change with _names(), not _list().
44245              Now has strftime() in Perl, _strftime() is
44246              the libc version (to which strftime() falls back
44247              if it doesn't know the format.  To do: the reverse
44248              of strftime, strptime(), and the localisation of both.
44249      Branch: perl
44250            ! ext/Time/Piece/Piece.pm ext/Time/Piece/Piece.xs
44251            ! t/lib/time-piece.t
44252 ____________________________________________________________________________
44253 [  9784] By: jhi                                   on 2001/04/23  02:41:46
44254         Log: Subject: Re: [PATCH] Re: [ID 20010422.003] Core dump in overloaded bool while using ' 
44255              From: andreas.koenig@anima.de (Andreas J. Koenig)
44256              Date: 23 Apr 2001 05:20:55 +0200
44257              Message-ID: <m3ofto5mjs.fsf@ak-71.mind.de>
44258      Branch: perl
44259            ! t/pragma/overload.t
44260 ____________________________________________________________________________
44261 [  9783] By: jhi                                   on 2001/04/22  23:32:42
44262         Log: Subject: [PATCH B::Deparse] Distinguish package variables, if necessary
44263              From: Robin Houston <robin@kitsite.com>
44264              Date: Mon, 23 Apr 2001 00:38:18 +0100
44265              Message-ID: <20010423003818.A19109@puffinry.freeserve.co.uk>
44266      Branch: perl
44267            ! ext/B/B/Deparse.pm
44268 ____________________________________________________________________________
44269 [  9782] By: jhi                                   on 2001/04/22  20:55:43
44270         Log: Subject: [PATCH] Re: [ID 20010422.003] Core dump in overloaded bool while using '
44271              From: Simon Cozens <simon@netthink.co.uk>
44272              Date: Sun, 22 Apr 2001 18:47:25 +0100
44273              Message-ID: <20010422184725.A14411@netthink.co.uk>
44274      Branch: perl
44275            ! sv.c t/pragma/overload.t
44276 ____________________________________________________________________________
44277 [  9781] By: jhi                                   on 2001/04/22  20:52:13
44278         Log: Subject: [PATCH] Support BEGIN blocks in B::Deparse (& more)
44279              From: Robin Houston <robin@kitsite.com>
44280              Date: Sun, 22 Apr 2001 22:14:50 +0100
44281              Message-ID: <20010422221450.A18921@puffinry.freeserve.co.uk>
44282      Branch: perl
44283            ! ext/B/B/Concise.pm ext/B/B/Deparse.pm ext/B/O.pm
44284 ____________________________________________________________________________
44285 [  9780] By: nick                                  on 2001/04/22  20:40:31
44286         Log: Integrate mainline.
44287      Branch: perlio
44288           +> t/lib/b-debug.t t/lib/b-deparse.t t/lib/b-showlex.t
44289           +> t/lib/b-stash.t
44290           !> (integrate 38 files)
44291 ____________________________________________________________________________
44292 [  9779] By: jhi                                   on 2001/04/22  15:16:03
44293         Log: Subject: IO::Socket::INET patch
44294              From: andrew deryabin <djsf@technarchy.ru>
44295              Date: Sat, 21 Apr 2001 17:46:52 +0400
44296              Message-ID: <20010421174652.B1426@technarchy>
44297      Branch: perl
44298            ! ext/IO/lib/IO/Socket/INET.pm
44299 ____________________________________________________________________________
44300 [  9778] By: jhi                                   on 2001/04/22  15:14:33
44301         Log: Subject: Re: ANYOF_SIZE is wrong in 5.7.1 
44302              From: Mark-Jason Dominus <mjd@plover.com>
44303              Date: Sat, 21 Apr 2001 21:27:49 -0400
44304              Message-ID: <20010422012749.27024.qmail@plover.com>
44305      Branch: perl
44306            ! regcomp.c
44307 ____________________________________________________________________________
44308 [  9777] By: jhi                                   on 2001/04/22  15:10:51
44309         Log: Subject: Re: Regex debugger patch 
44310              From: Mark-Jason Dominus <mjd@plover.com>
44311              Date: Sat, 21 Apr 2001 21:48:51 -0400
44312              Message-ID: <20010422014851.27165.qmail@plover.com>
44313      Branch: perl
44314            ! pod/perldebguts.pod
44315 ____________________________________________________________________________
44316 [  9776] By: jhi                                   on 2001/04/22  15:09:48
44317         Log: Subject: Re: Regex debugger patch
44318              From: Mark-Jason Dominus <mjd@plover.com>
44319              Date: Sat, 21 Apr 2001 14:24:39 -0400
44320              Message-ID: <20010421182439.16508.qmail@plover.com>
44321              
44322              Regex debugger backend.
44323      Branch: perl
44324            ! regcomp.c regexp.h
44325 ____________________________________________________________________________
44326 [  9775] By: jhi                                   on 2001/04/21  16:45:40
44327         Log: Subject: [PATCH] Typo in utf8.h
44328              From: Jesús Quiroga <jquiroga@pobox.com>
44329              Date: Sat, 21 Apr 2001 19:25:33 +0200
44330              Message-Id: <5.0.2.1.1.20010421192107.01ce5a50@ix.netcorps.com>
44331      Branch: perl
44332            ! utf8.h
44333 ____________________________________________________________________________
44334 [  9774] By: jhi                                   on 2001/04/21  16:43:52
44335         Log: Subject: [ID 20010421.010] Perl 5.6.1 on Unixware 7
44336              From: Joe Orton <jorton@redhat.com>
44337              Date: Tue, 17 Apr 2001 15:50:43 +0100
44338              Message-Id: <20010417155043.D19132@eu.c2.net>
44339      Branch: perl
44340            ! hints/svr5.sh
44341 ____________________________________________________________________________
44342 [  9773] By: jhi                                   on 2001/04/21  15:30:15
44343         Log: Subject: Patch utils/h2xs.PL
44344              From: Elaine -HFB- Ashton <elaine@chaos.wustl.edu>
44345              Date: Sat, 21 Apr 2001 10:32:16 -0500
44346              Message-ID: <20010421103216.C14521@chaos.wustl.edu>
44347              
44348              Add MAILING list and LICENSE templates.
44349      Branch: perl
44350            ! utils/h2xs.PL
44351 ____________________________________________________________________________
44352 [  9772] By: jhi                                   on 2001/04/21  15:28:36
44353         Log: Subject: perlfaq2.patch for 5.7.1
44354              From: Elaine -HFB- Ashton <elaine@chaos.wustl.edu>
44355              Message-ID: <20010420164219.J3194@chaos.wustl.edu>
44356              Date: Fri, 20 Apr 2001 16:42:19 -0500
44357              
44358              rm an extra tab, a blurb about the xx.cpan to clarify
44359              which countries actually have that and dejanews is history
44360              as well as most of that nonsensical entry.
44361      Branch: perl
44362            ! pod/perlfaq2.pod
44363 ____________________________________________________________________________
44364 [  9771] By: jhi                                   on 2001/04/21  15:27:17
44365         Log: Subject: perlfaq1.patch for 5.7.1
44366              From: Elaine -HFB- Ashton <elaine@chaos.wustl.edu>
44367              Date: Fri, 20 Apr 2001 16:57:36 -0500
44368              Message-ID: <20010420165736.K3194@chaos.wustl.edu>
44369              
44370              Evil URLs must die. Especially when they are broken.
44371      Branch: perl
44372            ! pod/perlfaq1.pod
44373 ____________________________________________________________________________
44374 [  9770] By: jhi                                   on 2001/04/21  15:23:38
44375         Log: Subject: [PATCH ext/B/B.pm and tests] B::walksymtable improperly documented?
44376              From: Michael G Schwern <schwern@pobox.com>
44377              Date: Sat, 21 Apr 2001 16:11:12 +0100
44378              Message-ID: <20010421161112.L19736@blackrider.blackstar.co.uk>
44379      Branch: perl
44380            + t/lib/b-debug.t t/lib/b-deparse.t t/lib/b-showlex.t
44381            + t/lib/b-stash.t
44382            ! MANIFEST ext/B/B.pm t/lib/b.t
44383 ____________________________________________________________________________
44384 [  9769] By: jhi                                   on 2001/04/21  15:03:32
44385         Log: Subject: [PATCH utils/h2ph.PL] Confused by "#if &__GNUC_PREREQ (2,97)"
44386              From: Michael G Schwern <schwern@pobox.com>
44387              Date: Sat, 21 Apr 2001 09:48:00 +0100
44388              Message-ID: <20010421094759.B19736@blackrider.blackstar.co.uk>
44389      Branch: perl
44390            ! utils/h2ph.PL
44391 ____________________________________________________________________________
44392 [  9768] By: jhi                                   on 2001/04/21  14:33:49
44393         Log: PerlIO and Encode doc cleanup and tweaks.
44394      Branch: perl
44395            ! ext/Encode/Encode.pm ext/PerlIO/Scalar/Scalar.pm
44396            ! ext/PerlIO/Via/Via.pm lib/PerlIO.pm
44397 ____________________________________________________________________________
44398 [  9767] By: jhi                                   on 2001/04/21  12:40:16
44399         Log: Integrate perlio.
44400      Branch: perl
44401           !> doio.c
44402 ____________________________________________________________________________
44403 [  9766] By: nick                                  on 2001/04/20  18:28:35
44404         Log: Avoid core dump on
44405              open(STDOUT,">",\$foo);
44406      Branch: perlio
44407            ! doio.c
44408 ____________________________________________________________________________
44409 [  9765] By: jhi                                   on 2001/04/20  13:23:43
44410         Log: Subject: Re: [abigail@foad.org: [ID 20000901.065] -MO=Deparse and $^W and $[ in same string.]
44411              From: Robin Houston <robin@kitsite.com>
44412              Date: Fri, 20 Apr 2001 14:29:22 +0100
44413              Message-ID: <20010420142921.A14960@puffinry.freeserve.co.uk>
44414      Branch: perl
44415            ! ext/B/B.pm ext/B/B/Deparse.pm
44416 ____________________________________________________________________________
44417 [  9764] By: jhi                                   on 2001/04/20  13:19:33
44418         Log: Subject: [PATCH: perl@9742] avoid t/u-*.t test on platforms where List/Util was not built
44419              From: Peter Prymmer <pvhp@forte.com>
44420              Date: Thu, 19 Apr 2001 17:40:14 -0700 (PDT)
44421              Message-ID: <Pine.OSF.4.10.10104191737200.348917-100000@aspara.forte.com>
44422      Branch: perl
44423            ! t/lib/u-blessed.t t/lib/u-dualvar.t t/lib/u-first.t
44424            ! t/lib/u-max.t t/lib/u-maxstr.t t/lib/u-min.t t/lib/u-minstr.t
44425            ! t/lib/u-readonly.t t/lib/u-reduce.t t/lib/u-reftype.t
44426            ! t/lib/u-sum.t t/lib/u-tainted.t t/lib/u-weak.t
44427 ____________________________________________________________________________
44428 [  9763] By: jhi                                   on 2001/04/20  12:36:39
44429         Log: Subject: Re: A new PerlIO coredump
44430              From: Nick Ing-Simmons <nik@tiuk.ti.com>
44431              Date: Fri, 20 Apr 2001 14:29:41 +0100 (BST)
44432              Message-Id: <200104201329.OAA16021@mikado.tiuk.ti.com>
44433      Branch: perl
44434            ! doio.c
44435 ____________________________________________________________________________
44436 [  9762] By: jhi                                   on 2001/04/19  23:02:30
44437         Log: Update Changes.
44438      Branch: perl
44439            ! Changes patchlevel.h
44440 ____________________________________________________________________________
44441 [  9761] By: jhi                                   on 2001/04/19  22:59:19
44442         Log: More cleanup cleanup.
44443      Branch: perl
44444            ! Makefile.SH win32/Makefile win32/makefile.mk
44445 ____________________________________________________________________________
44446 [  9760] By: jhi                                   on 2001/04/19  22:50:31
44447         Log: lib/Time is non-empty, let's not rmdir it.
44448      Branch: perl
44449            ! Makefile.SH
44450 ____________________________________________________________________________
44451 [  9759] By: jhi                                   on 2001/04/19  22:36:51
44452         Log: Subject: Re: [abigail@foad.org: [ID 20000901.065] -MO=Deparse and $^W and $[ in same string.]
44453              From: Robin Houston <robin@kitsite.com>
44454              Date: Fri, 20 Apr 2001 00:18:53 +0100
44455              Message-ID: <20010420001853.A13350@puffinry.freeserve.co.uk>
44456      Branch: perl
44457            ! ext/B/B/Deparse.pm
44458 ____________________________________________________________________________
44459 [  9758] By: jhi                                   on 2001/04/19  22:36:00
44460         Log: Subject: [PATCH: perl@9742] void close_dir portability fix for Cwd.xs
44461              From: Peter Prymmer <pvhp@forte.com>
44462              Date: Thu, 19 Apr 2001 12:02:40 -0700 (PDT)
44463              Message-ID: <Pine.OSF.4.10.10104191158490.348917-100000@aspara.forte.com>
44464      Branch: perl
44465            ! ext/Cwd/Cwd.xs
44466 ____________________________________________________________________________
44467 [  9757] By: nick                                  on 2001/04/19  18:53:54
44468         Log: Blind (untested) integrate of mainline.
44469      Branch: perlio
44470           +> ext/Time/Piece/Makefile.PL ext/Time/Piece/Piece.pm
44471           +> ext/Time/Piece/Piece.xs ext/Time/Piece/README
44472           +> ext/Time/Piece/Seconds.pm t/lib/time-piece.t
44473           !> (integrate 53 files)
44474 ____________________________________________________________________________
44475 [  9756] By: jhi                                   on 2001/04/19  16:59:23
44476         Log: Document and test Time::Piece.
44477      Branch: perl
44478            ! ext/POSIX/POSIX.xs ext/Time/Piece/Piece.pm
44479            ! ext/Time/Piece/Piece.xs t/lib/time-piece.t
44480 ____________________________________________________________________________
44481 [  9755] By: jhi                                   on 2001/04/19  12:13:29
44482         Log: A better fix for the \x{12345678} trouble from NI-S.
44483      Branch: perl
44484            ! utf8.c
44485 ____________________________________________________________________________
44486 [  9754] By: jhi                                   on 2001/04/19  11:56:07
44487         Log: Subject: PATCH: Propagate low byte of hints in cop.op_private
44488              From: Robin Houston <robin@kitsite.com>
44489              Date: Wed, 18 Apr 2001 17:58:33 +0100
44490              Message-ID: <20010418175833.B8976@puffinry.freeserve.co.uk>
44491      Branch: perl
44492            ! ext/B/B/Deparse.pm op.c
44493 ____________________________________________________________________________
44494 [  9753] By: jhi                                   on 2001/04/19  04:21:52
44495         Log: Subject: [PATCH] h2ph test suite bugfix and refactoring
44496              From: "Kurt D. Starsinic" <kstar@wolfetech.com>
44497              Date: Thu, 19 Apr 2001 01:11:41 -0400
44498              Message-ID: <20010419011141.A5798@cpan.org>
44499      Branch: perl
44500            ! t/lib/h2ph.h t/lib/h2ph.pht utils/h2ph.PL
44501 ____________________________________________________________________________
44502 [  9752] By: jhi                                   on 2001/04/19  02:41:10
44503         Log: The new time utils need to be thread-aware, too.
44504      Branch: perl
44505            ! util.c
44506 ____________________________________________________________________________
44507 [  9751] By: jhi                                   on 2001/04/19  02:26:47
44508         Log: Compilation nit noticed by AIX compiler.
44509      Branch: perl
44510            ! perlio.c
44511 ____________________________________________________________________________
44512 [  9750] By: jhi                                   on 2001/04/19  02:20:06
44513         Log: The new time utils need to be public.
44514      Branch: perl
44515            ! embed.pl
44516 ____________________________________________________________________________
44517 [  9749] By: jhi                                   on 2001/04/19  01:42:39
44518         Log: Regen toc.
44519      Branch: perl
44520            ! pod/perltoc.pod
44521 ____________________________________________________________________________
44522 [  9748] By: jhi                                   on 2001/04/19  01:41:10
44523         Log: Add Time::Piece, a slight rewrite of Time::Object,
44524              from Matt Sergeant.
44525      Branch: perl
44526            + ext/Time/Piece/Makefile.PL ext/Time/Piece/Piece.pm
44527            + ext/Time/Piece/Piece.xs ext/Time/Piece/README
44528            + ext/Time/Piece/Seconds.pm t/lib/time-piece.t
44529            ! MANIFEST configure.com djgpp/config.over epoc/config.sh
44530            ! hints/uts.sh hints/uwin.sh hints/vmesa.sh win32/Makefile
44531            ! win32/makefile.mk
44532 ____________________________________________________________________________
44533 [  9747] By: jhi                                   on 2001/04/19  00:55:35
44534         Log: The new metaconfig unit from strftime.
44535      Branch: metaconfig/U/perl
44536            + d_strftime.U
44537 ____________________________________________________________________________
44538 [  9746] By: jhi                                   on 2001/04/19  00:54:54
44539         Log: Move the strftime() wrapper from POSIX.xs to util.c
44540              as my_strftime(), requires HAS_STRFTIME.
44541      Branch: perl
44542            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
44543            ! config_h.SH configure.com embed.h embed.pl epoc/config.sh
44544            ! ext/POSIX/POSIX.xs proto.h uconfig.h uconfig.sh util.c
44545            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
44546            ! vos/config.ga.h win32/config.bc win32/config.gc
44547            ! win32/config.vc
44548 ____________________________________________________________________________
44549 [  9745] By: jhi                                   on 2001/04/18  23:11:03
44550         Log: Move the init_tm() and mini_mktime() up from POSIX.xs to util.c
44551              in preparation of Time::Piece.
44552      Branch: perl
44553            ! embed.h embed.pl ext/POSIX/POSIX.xs proto.h util.c
44554 ____________________________________________________________________________
44555 [  9744] By: jhi                                   on 2001/04/18  22:33:12
44556         Log: Subject: [PATCH: perl@9718] fix new exporter test to work OK on VMS
44557              From: Peter Prymmer <pvhp@forte.com>
44558              Date: Wed, 18 Apr 2001 15:38:28 -0700 (PDT)
44559              Message-ID: <Pine.OSF.4.10.10104181536440.272477-100000@aspara.forte.com>
44560      Branch: perl
44561            ! t/lib/exporter.t
44562 ____________________________________________________________________________
44563 [  9743] By: jhi                                   on 2001/04/18  22:32:23
44564         Log: Subject: Fwd: pod2html leaves cache files lying around?
44565              From: Rajesh Vaidheeswarran <rv@gnu.org>
44566              Date: Tue, 17 Apr 2001 09:35:00 -0400 (EDT)
44567              Message-Id: <E14pVdE-0004P0-00@fencepost.gnu.org>
44568      Branch: perl
44569            ! lib/Pod/Html.pm
44570 ____________________________________________________________________________
44571 [  9742] By: jhi                                   on 2001/04/18  20:31:49
44572         Log: Update Changes.
44573      Branch: perl
44574            ! Changes patchlevel.h
44575 ____________________________________________________________________________
44576 [  9741] By: jhi                                   on 2001/04/18  20:23:02
44577         Log: Declare hints only if needed.
44578      Branch: perl
44579            ! ext/B/B/Deparse.pm
44580 ____________________________________________________________________________
44581 [  9740] By: jhi                                   on 2001/04/18  19:06:05
44582         Log: Workaround for the "\x{12345678}" plus s/(.)/$1/g plus ord/length
44583              bug noticed by Robin Houston; basically the code of detecting
44584              value wraparound was acting differently under different compilers
44585              and platforms.  The workaround is to remove the overflow check
44586              for now, a real fix would be to do the overflow (portably) right.
44587      Branch: perl
44588            ! t/op/pat.t utf8.c
44589 ____________________________________________________________________________
44590 [  9739] By: jhi                                   on 2001/04/18  19:01:23
44591         Log: Subject: [PATCH B::Deparse] some pragma support
44592              From: Robin Houston <robin@kitsite.com>
44593              Date: Wed, 18 Apr 2001 19:32:12 +0100
44594              Message-ID: <20010418193212.A9184@puffinry.freeserve.co.uk>
44595      Branch: perl
44596            ! ext/B/B/Deparse.pm
44597 ____________________________________________________________________________
44598 [  9738] By: jhi                                   on 2001/04/18  15:16:37
44599         Log: Subject: [PATCH] Test case for C<undef %File::Glob::>
44600              From: Benjamin Sugars <bsugars@canoe.ca>
44601              Date: Wed, 18 Apr 2001 10:53:44 -0400 (EDT)
44602              Message-ID: <Pine.LNX.4.21.0104181047010.2368-100000@marmot.rim.canoe.ca>
44603      Branch: perl
44604            ! t/op/glob.t
44605 ____________________________________________________________________________
44606 [  9737] By: jhi                                   on 2001/04/18  13:24:50
44607         Log: Subject: [PATCH] XS::Typemap - T_OPAQUE
44608              From: Tim Jenness <t.jenness@jach.hawaii.edu>
44609              Date: Tue, 17 Apr 2001 22:49:25 -1000 (HST)
44610              Message-ID: <Pine.LNX.4.30.0104172247440.28672-100000@lapaki.jach.hawaii.edu>
44611      Branch: perl
44612            ! ext/XS/Typemap/Typemap.pm ext/XS/Typemap/Typemap.xs
44613            ! ext/XS/Typemap/typemap lib/ExtUtils/typemap t/lib/xs-typemap.t
44614 ____________________________________________________________________________
44615 [  9736] By: jhi                                   on 2001/04/18  04:15:14
44616         Log: The #9735 also changes the subtest 12.
44617      Branch: perl
44618            ! t/lib/b.t
44619 ____________________________________________________________________________
44620 [  9735] By: jhi                                   on 2001/04/18  03:55:17
44621         Log: Subject: Deparse.pm of split(" ") decodes as /\s+/ (with PATCH)
44622              From: David Dyck <dcd@tc.fluke.com>
44623              Date: Tue, 17 Apr 2001 17:12:58 -0700 (PDT)
44624              Message-ID: <Pine.LNX.4.33.0104171508210.23062-100000@dd.tc.fluke.com>
44625      Branch: perl
44626            ! ext/B/B/Deparse.pm
44627 ____________________________________________________________________________
44628 [  9734] By: jhi                                   on 2001/04/18  03:54:11
44629         Log: Subject: [PATCH] foreach defelem magic should only be applied to PL_sv_undef
44630              From: Gisle Aas <gisle@ActiveState.com>
44631              Date: 17 Apr 2001 19:06:45 -0700
44632              Message-ID: <lrae5f9d1m.fsf@caliper.ActiveState.com>
44633      Branch: perl
44634            ! pp_hot.c t/op/misc.t
44635 ____________________________________________________________________________
44636 [  9733] By: jhi                                   on 2001/04/17  22:25:22
44637         Log: Subject: [PATCH: ext/Cwd/Cwd.xs & ext/PerlIO/Scalar/Scalar.xs] Missing prototype behaviour
44638              From: "Abigail" <abigail@foad.org>
44639              Date: Wed, 18 Apr 2001 01:17:46 +0200
44640              Message-ID: <20010417231746.21657.qmail@foad.org>
44641      Branch: perl
44642            ! ext/Cwd/Cwd.xs ext/PerlIO/Scalar/Scalar.xs
44643 ____________________________________________________________________________
44644 [  9732] By: jhi                                   on 2001/04/17  20:47:56
44645         Log: Subject: Re: Deparse - parenthesise args to undeclared subs
44646              From: Robin Houston <robin@kitsite.com>
44647              Date: Tue, 17 Apr 2001 22:37:42 +0100
44648              Message-ID: <20010417223742.A6681@puffinry.freeserve.co.uk>
44649      Branch: perl
44650            ! ext/B/B/Deparse.pm
44651 ____________________________________________________________________________
44652 [  9731] By: nick                                  on 2001/04/17  20:46:35
44653         Log: Re-sync for t/lib/b.t fix
44654      Branch: perlio
44655           !> ext/B/B/Deparse.pm t/lib/b.t t/lib/cwd.t
44656 ____________________________________________________________________________
44657 [  9730] By: jhi                                   on 2001/04/17  20:45:29
44658         Log: Subject: [PATCH B::Deparse] utf8 literal strings (and possibly a unicode/regex bug)
44659              From: Robin Houston <robin@kitsite.com>
44660              Date: Tue, 17 Apr 2001 22:29:36 +0100
44661              Message-ID: <20010417222936.A6644@puffinry.freeserve.co.uk>
44662      Branch: perl
44663            ! ext/B/B.xs ext/B/B/Deparse.pm
44664 ____________________________________________________________________________
44665 [  9729] By: jhi                                   on 2001/04/17  20:43:11
44666         Log: Subject: Deparse - parenthesise args to undeclared subs
44667              From: Robin Houston <robin@kitsite.com>
44668              Date: Tue, 17 Apr 2001 21:31:05 +0100
44669              Message-ID: <20010417213104.A6586@puffinry.freeserve.co.uk>
44670      Branch: perl
44671            ! ext/B/B/Deparse.pm
44672 ____________________________________________________________________________
44673 [  9728] By: jhi                                   on 2001/04/17  18:57:30
44674         Log: Subject: Re: [PATCH] Fix cwd.t when libpth contains symlinks
44675              From: Benjamin Sugars <ben.sugars@home.com>
44676              Date: Tue, 17 Apr 2001 15:27:28 -0400 (EDT)
44677              Message-ID: <Pine.LNX.4.21.0104171516090.22410-100000@localhost.localdomain>
44678      Branch: perl
44679            ! t/lib/cwd.t
44680 ____________________________________________________________________________
44681 [  9727] By: jhi                                   on 2001/04/17  18:20:20
44682         Log: Subject: [PATCH B::Deparse] ambient pragmas
44683              From: Robin Houston <robin@kitsite.com>
44684              Date: Tue, 17 Apr 2001 20:01:59 +0100
44685              Message-ID: <20010417200159.A4882@puffinry.freeserve.co.uk>
44686      Branch: perl
44687            ! ext/B/B/Deparse.pm t/lib/b.t
44688 ____________________________________________________________________________
44689 [  9726] By: nick                                  on 2001/04/17  16:33:51
44690         Log: Integrate mainline (t/lib/b.t fails test 2...)
44691      Branch: perlio
44692           +> ext/List/Util/ChangeLog ext/List/Util/Makefile.PL
44693           +> ext/List/Util/README ext/List/Util/Util.xs
44694           +> ext/List/Util/lib/List/Util.pm
44695           +> ext/List/Util/lib/Scalar/Util.pm t/lib/exporter.t
44696           +> t/lib/u-blessed.t t/lib/u-dualvar.t t/lib/u-first.t
44697           +> t/lib/u-max.t t/lib/u-maxstr.t t/lib/u-min.t t/lib/u-minstr.t
44698           +> t/lib/u-readonly.t t/lib/u-reduce.t t/lib/u-reftype.t
44699           +> t/lib/u-sum.t t/lib/u-tainted.t t/lib/u-weak.t
44700           !> (integrate 31 files)
44701 ____________________________________________________________________________
44702 [  9725] By: jhi                                   on 2001/04/17  12:14:24
44703         Log: Subject: multiple B::* changes
44704              From: Robin Houston <robin@kitsite.com>
44705              Date: Thu, 12 Apr 2001 20:12:27 +0100
44706              Message-ID: <20010412201226.A30940@puffinry.freeserve.co.uk>
44707      Branch: perl
44708            ! ext/B/B.pm ext/B/B/Concise.pm ext/B/B/Deparse.pm ext/B/O.pm
44709 ____________________________________________________________________________
44710 [  9724] By: jhi                                   on 2001/04/17  11:59:05
44711         Log: Thread-awareness from Doug MacEachern.
44712      Branch: perl
44713            ! ext/List/Util/Util.xs
44714 ____________________________________________________________________________
44715 [  9723] By: jhi                                   on 2001/04/17  11:57:41
44716         Log: Make the test more portable.
44717      Branch: perl
44718            ! t/lib/cwd.t
44719 ____________________________________________________________________________
44720 [  9722] By: jhi                                   on 2001/04/17  11:53:50
44721         Log: Subject: [PATCH] Fix cwd.t when libpth contains symlinks
44722              From: Benjamin Sugars <ben.sugars@home.com>
44723              Date: Mon, 16 Apr 2001 22:43:29 -0400 (EDT)
44724              Message-ID: <Pine.LNX.4.21.0104162234030.17949-100000@localhost.localdomain>
44725      Branch: perl
44726            ! t/lib/cwd.t
44727 ____________________________________________________________________________
44728 [  9721] By: jhi                                   on 2001/04/17  11:52:17
44729         Log: Subject: [PATCH] Fix core dump from undef %File::Glob::
44730              From: Benjamin Sugars <bsugars@canoe.ca>
44731              Date: Mon, 16 Apr 2001 13:23:59 -0400 (EDT)
44732              Message-ID: <Pine.LNX.4.21.0104161313160.1676-100000@marmot.rim.canoe.ca>
44733      Branch: perl
44734            ! op.c
44735 ____________________________________________________________________________
44736 [  9720] By: jhi                                   on 2001/04/17  11:35:42
44737         Log: Subject: [MacPerl-Porters] [PATCH] bsd_glob.c, gv.c fixes for Mac OS
44738              From: Chris Nandor <pudge@pobox.com>
44739              Date: Tue, 17 Apr 2001 00:30:49 -0400
44740              Message-Id: <p05100207b701768712de@[10.0.1.177]>
44741      Branch: perl
44742            ! ext/File/Glob/bsd_glob.c gv.c
44743 ____________________________________________________________________________
44744 [  9719] By: jhi                                   on 2001/04/17  11:32:13
44745         Log: Subject: [PATCH] Tweten->West
44746              From: Casey West <casey@geeknest.com>
44747              Date: Mon, 16 Apr 2001 12:11:22 -0400
44748              Message-ID: <20010416121122.B14554@stupid.geeknest.com>
44749      Branch: perl
44750            ! AUTHORS lib/Class/Struct.pm lib/Shell.pm lib/constant.pm
44751            ! pod/perltie.pod
44752 ____________________________________________________________________________
44753 [  9718] By: jhi                                   on 2001/04/16  03:22:52
44754         Log: Update Changes.
44755      Branch: perl
44756            ! Changes patchlevel.h
44757 ____________________________________________________________________________
44758 [  9717] By: jhi                                   on 2001/04/16  03:06:28
44759         Log: Regen toc.
44760      Branch: perl
44761            ! pod/perltoc.pod
44762 ____________________________________________________________________________
44763 [  9716] By: jhi                                   on 2001/04/16  02:58:42
44764         Log: Subject: [PATCH: perl@9699] updates to apidoc in utf8.c
44765              From: Prymmer/Kahn <pvhp@best.com>
44766              Date: Sun, 15 Apr 2001 20:47:45 -0700 (PDT)
44767              Message-ID: <Pine.BSF.4.21.0104152037470.8946-100000@shell8.ba.best.com>
44768      Branch: perl
44769            ! utf8.c
44770 ____________________________________________________________________________
44771 [  9715] By: jhi                                   on 2001/04/15  23:40:35
44772         Log: Subject: Re: Net::Ping patch, adds stream protocol
44773              From: bronson@rinspin.com (Scott Bronson)
44774              Date: Tue, 10 Apr 2001 23:58:33 -0700
44775              Message-ID: <20010410235833.N29719@rinspin.com>
44776      Branch: perl
44777            ! lib/Net/Ping.pm
44778 ____________________________________________________________________________
44779 [  9714] By: jhi                                   on 2001/04/15  23:31:46
44780         Log: Printing out the ok messages helps successful testing.
44781      Branch: perl
44782            ! t/lib/time-hires.t
44783 ____________________________________________________________________________
44784 [  9713] By: jhi                                   on 2001/04/15  21:43:24
44785         Log: Update Douglas Wegscheid's email.
44786      Branch: perl
44787            ! AUTHORS
44788 ____________________________________________________________________________
44789 [  9712] By: jhi                                   on 2001/04/15  21:40:41
44790         Log: Subject: [PATCH t/lib/exporter.t lib/Exporter/Heavy.pm] Testing Exporter
44791              From: Michael G Schwern <schwern@pobox.com>
44792              Date: Sat, 14 Apr 2001 22:40:50 +0100
44793              Message-ID: <20010414224050.A1872@blackrider.blackstar.co.uk>
44794      Branch: perl
44795            + t/lib/exporter.t
44796            ! MANIFEST lib/Exporter/Heavy.pm
44797 ____________________________________________________________________________
44798 [  9711] By: jhi                                   on 2001/04/15  21:39:21
44799         Log: Subject: [PATCH t/op/loopctl.t] Exit via last, part 1
44800              From: Michael G Schwern <schwern@pobox.com>
44801              Date: Sat, 14 Apr 2001 22:13:59 +0100
44802              Message-ID: <20010414221359.A413@blackrider.blackstar.co.uk>
44803      Branch: perl
44804            ! t/op/loopctl.t
44805 ____________________________________________________________________________
44806 [  9710] By: jhi                                   on 2001/04/15  21:30:19
44807         Log: Subject: [PATCH t/pragma/warnings.t] Doesn't skip RCS files
44808              From: Michael G Schwern <schwern@pobox.com>
44809              Date: Sat, 14 Apr 2001 22:05:32 +0100
44810              Message-ID: <20010414220531.A30178@blackrider.blackstar.co.uk>
44811      Branch: perl
44812            ! t/pragma/warnings.t
44813 ____________________________________________________________________________
44814 [  9709] By: jhi                                   on 2001/04/15  19:34:09
44815         Log: Integrate changes #9706,9707 from maintperl into mainline.
44816              
44817              change#7210 broke .packlist generation
44818              
44819              ExtUtils::Installed doesn't quote regex metacharacters in paths
44820              before using them in match; also make it work for dosish platforms
44821      Branch: perl
44822           !> lib/ExtUtils/Install.pm lib/ExtUtils/Installed.pm
44823 ____________________________________________________________________________
44824 [  9708] By: jhi                                   on 2001/04/15  19:31:01
44825         Log: Test also the scalar aspect of getitimer().
44826      Branch: perl
44827            ! t/lib/time-hires.t
44828 ____________________________________________________________________________
44829 [  9707] By: gsar                                  on 2001/04/15  17:24:20
44830         Log: ExtUtils::Installed doesn't quote regex metacharacters in paths
44831              before using them in match; also make it work for dosish platforms
44832      Branch: maint-5.6/perl
44833            ! lib/ExtUtils/Installed.pm
44834 ____________________________________________________________________________
44835 [  9706] By: gsar                                  on 2001/04/15  17:21:59
44836         Log: change#7210 broke .packlist generation (listed only filename
44837              rather than fully qualified path name)
44838      Branch: maint-5.6/perl
44839            ! lib/ExtUtils/Install.pm
44840 ____________________________________________________________________________
44841 [  9705] By: jhi                                   on 2001/04/15  12:36:33
44842         Log: Add interval timer (setitimer, getitimer) support to Time::HiRes.
44843      Branch: perl
44844            ! ext/Time/HiRes/HiRes.pm ext/Time/HiRes/HiRes.xs
44845            ! t/lib/time-hires.t
44846 ____________________________________________________________________________
44847 [  9704] By: jhi                                   on 2001/04/15  10:49:08
44848         Log: Subject: [PATCH: perl@9622]update perlebcdic.pod with UTF tbl; tweak utf8.pm
44849              From: Prymmer/Kahn <pvhp@best.com>
44850              Date: Sat, 14 Apr 2001 21:36:24 -0700 (PDT)
44851              Message-ID: <Pine.BSF.4.21.0104142127580.27582-100000@shell8.ba.best.com>
44852      Branch: perl
44853            ! lib/utf8.pm pod/perlebcdic.pod
44854 ____________________________________________________________________________
44855 [  9703] By: jhi                                   on 2001/04/15  02:26:26
44856         Log: I keep forgetting to sort MANIFEST.
44857      Branch: perl
44858            ! MANIFEST
44859 ____________________________________________________________________________
44860 [  9702] By: jhi                                   on 2001/04/15  02:07:47
44861         Log: Add Scalar-List-Utils 1.02, from Graham Barr.
44862              Now we have blessed, reftype, tainted, first, reduce, ...
44863      Branch: perl
44864            + ext/List/Util/ChangeLog ext/List/Util/Makefile.PL
44865            + ext/List/Util/README ext/List/Util/Util.xs
44866            + ext/List/Util/lib/List/Util.pm
44867            + ext/List/Util/lib/Scalar/Util.pm t/lib/u-blessed.t
44868            + t/lib/u-dualvar.t t/lib/u-first.t t/lib/u-max.t
44869            + t/lib/u-maxstr.t t/lib/u-min.t t/lib/u-minstr.t
44870            + t/lib/u-readonly.t t/lib/u-reduce.t t/lib/u-reftype.t
44871            + t/lib/u-sum.t t/lib/u-tainted.t t/lib/u-weak.t
44872            ! MANIFEST
44873 ____________________________________________________________________________
44874 [  9701] By: jhi                                   on 2001/04/14  15:05:25
44875         Log: Subject: RE: dprofpp.pl updates 
44876              From: Carl Eklof <CEklof@endeca.com>
44877              Date: Thu, 12 Apr 2001 18:45:46 -0400
44878              Message-ID: <D99914D9109BD411823800508BD957180E1269@exch01.ops.endeca.com>
44879      Branch: perl
44880            ! utils/dprofpp.PL
44881 ____________________________________________________________________________
44882 [  9700] By: jhi                                   on 2001/04/14  14:44:55
44883         Log: Do not just blindly add CR.
44884      Branch: perl
44885            ! Porting/makerel
44886 ____________________________________________________________________________
44887 [  9699] By: jhi                                   on 2001/04/13  13:17:01
44888         Log: Update Changes.
44889      Branch: perl
44890            ! Changes patchlevel.h
44891 ____________________________________________________________________________
44892 [  9698] By: jhi                                   on 2001/04/13  12:44:48
44893         Log: Integrate perlio.
44894      Branch: perl
44895           !> ext/PerlIO/Scalar/Scalar.xs
44896 ____________________________________________________________________________
44897 [  9697] By: jhi                                   on 2001/04/13  12:29:15
44898         Log: Add more debug output to the test.
44899      Branch: perl
44900            ! t/lib/cwd.t
44901 ____________________________________________________________________________
44902 [  9696] By: nick                                  on 2001/04/13  10:14:29
44903         Log: Fix core dump on binmode($fh,'Scalar')
44904      Branch: perlio
44905            ! ext/PerlIO/Scalar/Scalar.xs
44906 ____________________________________________________________________________
44907 [  9695] By: nick                                  on 2001/04/13  09:05:42
44908         Log: Integrate mainline
44909      Branch: perlio
44910           +> ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
44911           +> ext/Time/HiRes/HiRes.xs ext/Time/HiRes/Makefile.PL
44912           +> t/lib/time-hires.t
44913           !> AUTHORS MANIFEST Makefile.SH Todo-5.6 configure.com
44914           !> ext/Digest/MD5/MD5.xs ext/File/Glob/Glob.pm
44915           !> ext/File/Glob/Glob.xs ext/File/Glob/bsd_glob.c
44916           !> ext/File/Glob/bsd_glob.h ext/MIME/Base64/Base64.xs
44917           !> hints/uts.sh hints/vmesa.sh lib/Devel/SelfStubber.pm opcode.pl
44918           !> pod/perlfaq5.pod pp.c regexec.c t/comp/proto.t
44919           !> t/lib/md5-file.t t/op/pat.t win32/Makefile win32/makefile.mk
44920 ____________________________________________________________________________
44921 [  9694] By: jhi                                   on 2001/04/12  22:23:35
44922         Log: Integrate change #9693 from maintperl into mainline.
44923              
44924              $VERSION and Version() on the same line provokes a warning from
44925              CPAN.pm (from Jonathan Leffler <jleffler@informix.com>)
44926      Branch: perl
44927           !> lib/Devel/SelfStubber.pm
44928 ____________________________________________________________________________
44929 [  9693] By: gsar                                  on 2001/04/12  21:55:56
44930         Log: $VERSION and Version() on the same line provokes a warning from
44931              CPAN.pm (from Jonathan Leffler <jleffler@informix.com>)
44932      Branch: maint-5.6/perl
44933            ! lib/Devel/SelfStubber.pm
44934 ____________________________________________________________________________
44935 [  9692] By: jhi                                   on 2001/04/12  13:54:00
44936         Log: This is at least 5.005.
44937      Branch: perl
44938            ! ext/Time/HiRes/HiRes.xs
44939 ____________________________________________________________________________
44940 [  9691] By: jhi                                   on 2001/04/12  13:37:20
44941         Log: Non-UNIX platforms extensions update.  (Well, UTS is UNIX.)
44942      Branch: perl
44943            ! Makefile.SH configure.com hints/uts.sh hints/vmesa.sh
44944            ! win32/Makefile win32/makefile.mk
44945 ____________________________________________________________________________
44946 [  9690] By: jhi                                   on 2001/04/12  01:34:46
44947         Log: Integrate Time::Hires 1.20 from Douglas E. Wegscheid.
44948      Branch: perl
44949            + ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
44950            + ext/Time/HiRes/HiRes.xs ext/Time/HiRes/Makefile.PL
44951            + t/lib/time-hires.t
44952            ! MANIFEST
44953 ____________________________________________________________________________
44954 [  9689] By: jhi                                   on 2001/04/12  00:28:39
44955         Log: Subject: [PATCH] Digest::MD5 on UTF8 strings
44956              From: Gisle Aas <gisle@ActiveState.com>
44957              Date: 11 Apr 2001 16:36:11 -0700
44958              Message-ID: <lrlmp7102c.fsf@caliper.ActiveState.com>
44959      Branch: perl
44960            ! ext/Digest/MD5/MD5.xs t/lib/md5-file.t
44961 ____________________________________________________________________________
44962 [  9688] By: jhi                                   on 2001/04/12  00:27:39
44963         Log: Subject: Re: [PATCH] [ID 20010410.001] Not OK: perl v5.7.1 on i386-freebsd 4.3-rc (UNINSTALLED)
44964              From: Gisle Aas <gisle@ActiveState.com>
44965              Date: 11 Apr 2001 11:13:24 -0700
44966              Message-ID: <lrbsq371a3.fsf@caliper.ActiveState.com>
44967      Branch: perl
44968            ! ext/MIME/Base64/Base64.xs
44969 ____________________________________________________________________________
44970 [  9687] By: jhi                                   on 2001/04/11  19:51:47
44971         Log: Slight update on the Todo list.  (Should integrate to Todo?) 
44972      Branch: perl
44973            ! Todo-5.6
44974 ____________________________________________________________________________
44975 [  9686] By: jhi                                   on 2001/04/11  16:54:25
44976         Log: Subject: [PATCH opcode.pl] Documentation of table format
44977              From: Simon Cozens <simon@netthink.co.uk>
44978              Date: Wed, 11 Apr 2001 12:59:31 +0100
44979              Message-ID: <20010411125931.A25681@netthink.co.uk>
44980      Branch: perl
44981            ! opcode.pl
44982 ____________________________________________________________________________
44983 [  9685] By: jhi                                   on 2001/04/11  16:53:15
44984         Log: Subject: [PATCH] prototype("CORE::recv")
44985              From: Simon Cozens <simon@netthink.co.uk>
44986              Date: Wed, 11 Apr 2001 13:24:35 +0100
44987              Message-ID: <20010411132435.A26169@netthink.co.uk>
44988      Branch: perl
44989            ! pp.c t/comp/proto.t
44990 ____________________________________________________________________________
44991 [  9684] By: jhi                                   on 2001/04/11  16:47:13
44992         Log: FAQ (and AUTHORS) update from Dan Carson: the information
44993              was several years obsolete, Term::Readkey has been updated
44994              to have the functionality.
44995      Branch: perl
44996            ! AUTHORS pod/perlfaq5.pod
44997 ____________________________________________________________________________
44998 [  9683] By: jhi                                   on 2001/04/11  12:15:46
44999         Log: Subject: Re: [PATCH] [ID 20010410.001] Not OK: perl v5.7.1 on i386-freebsd 4.3-rc (UNINSTALLED)
45000              From: Calle Dybedahl <calle@lysator.liu.se>
45001              Date: 10 Apr 2001 16:44:16 +0200
45002              Message-ID: <86d7akbyrj.fsf@tezcatlipoca.algonet.se>
45003      Branch: perl
45004            ! ext/MIME/Base64/Base64.xs
45005 ____________________________________________________________________________
45006 [  9682] By: jhi                                   on 2001/04/11  12:12:26
45007         Log: A more minimal fix for 20010410.006 from Hugo.
45008      Branch: perl
45009            ! regexec.c
45010 ____________________________________________________________________________
45011 [  9681] By: jhi                                   on 2001/04/11  11:34:23
45012         Log: Integrate changes #9678,9679 from maintline into mainperl.
45013              
45014              addendum to change#9676
45015              
45016              up $File::Glob::VERSION; add a note pointing out the version of
45017              the OpenBSD glob bsd_glob.c resembles
45018      Branch: perl
45019           !> ext/File/Glob/Glob.pm ext/File/Glob/bsd_glob.c
45020           !> ext/File/Glob/bsd_glob.h
45021 ____________________________________________________________________________
45022 [  9680] By: jhi                                   on 2001/04/11  11:30:38
45023         Log: Bad test numbering in integrate in #9677.
45024              Fixes ID 20010411.001.
45025      Branch: perl
45026            ! t/op/pat.t
45027 ____________________________________________________________________________
45028 [  9679] By: gsar                                  on 2001/04/11  03:38:40
45029         Log: up $File::Glob::VERSION; add a note pointing out the version of
45030              the OpenBSD glob bsd_glob.c resembles
45031      Branch: maint-5.6/perl
45032            ! ext/File/Glob/Glob.pm ext/File/Glob/bsd_glob.c
45033            ! ext/File/Glob/bsd_glob.h
45034 ____________________________________________________________________________
45035 [  9678] By: gsar                                  on 2001/04/11  03:09:48
45036         Log: addendum to change#9676: some missing changes from OpenBSD glob.c
45037              revision 1.8.10.1 found here:
45038              
45039              http://www.openbsd.org/cgi-bin/cvsweb/src/lib/libc/gen/glob.c
45040      Branch: maint-5.6/perl
45041            ! ext/File/Glob/bsd_glob.c
45042 ____________________________________________________________________________
45043 [  9677] By: jhi                                   on 2001/04/11  02:54:39
45044         Log: Integrate changes #9675,9676 from maintperl into mainline.
45045              
45046              fix for bug 20010410.006, undo change#7115
45047              
45048              port the OpenBSD glob() security patch
45049      Branch: perl
45050           !> ext/File/Glob/Glob.pm ext/File/Glob/Glob.xs
45051           !> ext/File/Glob/bsd_glob.c ext/File/Glob/bsd_glob.h regexec.c
45052           !> t/op/pat.t
45053 ____________________________________________________________________________
45054 [  9676] By: gsar                                  on 2001/04/11  02:19:02
45055         Log: port the glob() security patch found at:
45056              
45057              ftp://ftp.openbsd.org/pub/OpenBSD/patches/2.8/common/025_glob.patch
45058              
45059              CERT advisory for the issue is here:
45060              
45061              http://www.cert.org/advisories/CA-2001-07.html
45062              
45063              Note that the security scare is only relevant for those who are
45064              foolish enough to build suidperl (which is now officially discouraged)
45065      Branch: maint-5.6/perl
45066            ! ext/File/Glob/Glob.pm ext/File/Glob/Glob.xs
45067            ! ext/File/Glob/bsd_glob.c ext/File/Glob/bsd_glob.h
45068 ____________________________________________________________________________
45069 [  9675] By: gsar                                  on 2001/04/10  23:52:11
45070         Log: fix for bug 20010410.006
45071              
45072              undo change#7115 (came into maint-5.6 as change#8156)
45073              
45074              add tests to keep it from coming back
45075      Branch: maint-5.6/perl
45076            ! regexec.c t/op/pat.t
45077 ____________________________________________________________________________
45078 [  9674] By: nick                                  on 2001/04/10  20:39:31
45079         Log: Integrate mainline
45080      Branch: perlio
45081           +> Porting/testall.atom
45082           !> MANIFEST t/lib/lc-all.t t/lib/lc-constants.t
45083           !> t/lib/lc-country.t t/lib/lc-currency.t t/lib/lc-language.t
45084           !> t/lib/lc-uk.t t/pod/find.t
45085 ____________________________________________________________________________
45086 [  9673] By: nick                                  on 2001/04/10  18:46:14
45087         Log: Integrate against change 9670 aka perl-5.7.1
45088      Branch: perlio
45089           +> jpl/ChangeLog jpl/README.JUST-JNI jpl/docs/Tutorial.pod
45090           !> (integrate 53 files)
45091 ____________________________________________________________________________
45092 [  9672] By: jhi                                   on 2001/04/10  13:45:01
45093         Log: Add a script for doing cumulative profile of the test suite.
45094              (Requires ATOM, that is, Tru64.)
45095      Branch: perl
45096            + Porting/testall.atom
45097            ! MANIFEST
45098 ____________________________________________________________________________
45099 [  9671] By: jhi                                   on 2001/04/10  12:38:53
45100         Log: Missing std block.
45101      Branch: perl
45102            ! t/lib/lc-all.t t/lib/lc-constants.t t/lib/lc-country.t
45103            ! t/lib/lc-currency.t t/lib/lc-language.t t/lib/lc-uk.t
45104            ! t/pod/find.t
45105 ____________________________________________________________________________
45106 [  9670] By: jhi                                   on 2001/04/10  01:25:58
45107         Log: This is 5.7.1.
45108      Branch: perl
45109            ! patchlevel.h
45110 ____________________________________________________________________________
45111 [  9669] By: jhi                                   on 2001/04/10  01:09:14
45112         Log: Update Changes.
45113      Branch: perl
45114            ! Changes patchlevel.h
45115 ____________________________________________________________________________
45116 [  9668] By: jhi                                   on 2001/04/10  01:00:38
45117         Log: Regen toc.
45118      Branch: perl
45119            ! pod/perltoc.pod
45120 ____________________________________________________________________________
45121 [  9667] By: jhi                                   on 2001/04/10  00:52:16
45122         Log: Update perlhist.
45123      Branch: perl
45124            ! pod/perlhist.pod
45125 ____________________________________________________________________________
45126 [  9666] By: jhi                                   on 2001/04/09  23:38:59
45127         Log: Slight wording tweaks from Damian to #9658.
45128      Branch: perl
45129            ! pod/perlobj.pod
45130 ____________________________________________________________________________
45131 [  9665] By: jhi                                   on 2001/04/09  19:56:06
45132         Log: Subject: [PATCH perlutil.pod] Nit
45133              From: Simon Cozens <simon@netthink.co.uk>
45134              Date: Mon, 9 Apr 2001 20:29:44 +0100
45135              Message-ID: <20010409202944.A14796@the.earth.li>
45136      Branch: perl
45137            ! pod/perlutil.pod
45138 ____________________________________________________________________________
45139 [  9664] By: jhi                                   on 2001/04/09  19:54:42
45140         Log: Subject: Re: perl571delta.pod@9631
45141              From: Mike Guy <mjtg@cam.ac.uk>
45142              Date: Mon, 09 Apr 2001 18:09:14 +0100
45143              Message-Id: <E14mfAA-0006vi-00@libra.cus.cam.ac.uk>
45144      Branch: perl
45145            ! pod/perl571delta.pod
45146 ____________________________________________________________________________
45147 [  9663] By: jhi                                   on 2001/04/09  13:43:35
45148         Log: Update Changes.
45149      Branch: perl
45150            ! Changes patchlevel.h
45151 ____________________________________________________________________________
45152 [  9662] By: jhi                                   on 2001/04/09  13:24:46
45153         Log: tweak tweak.
45154      Branch: perl
45155            ! AUTHORS pod/perl571delta.pod
45156 ____________________________________________________________________________
45157 [  9661] By: jhi                                   on 2001/04/09  13:15:13
45158         Log: Thinko in manual patch applying.
45159      Branch: perl
45160            ! sv.c
45161 ____________________________________________________________________________
45162 [  9660] By: jhi                                   on 2001/04/09  13:07:53
45163         Log: Subject: Re: [PATCH perl@9424] isn't numeric warning 
45164              From: Robin Barker <rmb1@cise.npl.co.uk> 
45165              Date: Mon, 9 Apr 2001 14:58:04 +0100 (BST)
45166              Message-Id: <200104091358.OAA24811@tempest.npl.co.uk>
45167              
45168              (This corrects the case where the "isn't numeric" string contains \0s
45169              and is longer than the temporary buffer, and contains \0 at the point
45170              the string would be truncated by "...".) 
45171      Branch: perl
45172            ! sv.c
45173 ____________________________________________________________________________
45174 [  9659] By: jhi                                   on 2001/04/09  12:57:41
45175         Log: Upgrade to CGI.pm 2.753, from Lincoln Stein.
45176      Branch: perl
45177            ! lib/CGI.pm lib/CGI/Cookie.pm t/lib/cgi-esc.t
45178            ! t/lib/cgi-function.t t/lib/cgi-html.t
45179 ____________________________________________________________________________
45180 [  9658] By: jhi                                   on 2001/04/09  12:48:47
45181         Log: Subject: [PATCH] Partial rewrite of perlobj.pod
45182              From: Ilmari Karonen <iltzu@sci.fi>
45183              Date: Sun, 8 Apr 2001 23:14:29 +0300 (EET DST)
45184              Message-ID: <Pine.SOL.3.96.1010408224105.425E-100000@simpukka>
45185              
45186              Rearrange and rewrite the Method Invocation section
45187              to explain the concepts in nicer order.
45188      Branch: perl
45189            ! pod/perlobj.pod
45190 ____________________________________________________________________________
45191 [  9657] By: jhi                                   on 2001/04/09  12:35:58
45192         Log: Upgrade to podlators 1.09, from Russ Allbery.
45193      Branch: perl
45194            ! lib/Pod/Man.pm lib/Pod/Text.pm
45195 ____________________________________________________________________________
45196 [  9656] By: jhi                                   on 2001/04/09  12:31:53
45197         Log: perl571delta.
45198      Branch: perl
45199            ! Todo-5.6 pod/perl571delta.pod pod/perlunicode.pod
45200 ____________________________________________________________________________
45201 [  9655] By: jhi                                   on 2001/04/09  12:20:09
45202         Log: Subject: [PATCH: perl@9622] documentation tweaks for UTF-EBCDIC support
45203              From: Prymmer/Kahn <pvhp@best.com>
45204              Date: Mon, 9 Apr 2001 00:08:58 -0700 (PDT)
45205              Message-ID: <Pine.BSF.4.21.0104090006190.21071-100000@shell8.ba.best.com>
45206      Branch: perl
45207            ! lib/utf8.pm pod/perlunicode.pod
45208 ____________________________________________________________________________
45209 [  9654] By: gsar                                  on 2001/04/09  03:38:33
45210         Log: here lies 5.6.1
45211      Branch: maint-5.6/perl
45212            ! Changes
45213 ____________________________________________________________________________
45214 [  9653] By: jhi                                   on 2001/04/09  03:25:24
45215         Log: Update perlhist.
45216      Branch: perl
45217            ! pod/perlhist.pod
45218 ____________________________________________________________________________
45219 [  9652] By: jhi                                   on 2001/04/09  03:18:49
45220         Log: perl571delta tweaking continues.
45221      Branch: perl
45222            ! pod/perl571delta.pod
45223 ____________________________________________________________________________
45224 [  9651] By: gsar                                  on 2001/04/09  03:11:19
45225         Log: update Changes, patchlevel.h &c.
45226      Branch: maint-5.6/perl
45227            ! Changes patchlevel.h pod/perldelta.pod pod/perlhist.pod
45228            ! pod/perltoc.pod
45229 ____________________________________________________________________________
45230 [  9650] By: jhi                                   on 2001/04/09  02:40:24
45231         Log: Integrate the perlfork half of #9513 from maintperl into mainline
45232              (the perlunicode half is obsolete)
45233      Branch: perl
45234            ! pod/perlfork.pod
45235 ____________________________________________________________________________
45236 [  9649] By: gsar                                  on 2001/04/09  02:35:43
45237         Log: tweak perldelta as suggested by Jarkko
45238      Branch: maint-5.6/perl
45239            ! pod/perldelta.pod
45240 ____________________________________________________________________________
45241 [  9648] By: jhi                                   on 2001/04/09  02:13:04
45242         Log: Integrate change #9646 from maintperl into mainline.
45243              
45244              add note about ithreads and Thread.pm
45245      Branch: perl
45246           !> ext/Thread/Thread.pm ext/Thread/Thread.xs
45247 ____________________________________________________________________________
45248 [  9647] By: jhi                                   on 2001/04/09  02:10:18
45249         Log: Bad assumption that shortsize == 2.
45250      Branch: perl
45251            ! t/lib/xs-typemap.t
45252 ____________________________________________________________________________
45253 [  9646] By: gsar                                  on 2001/04/09  00:48:04
45254         Log: add note about ithreads and Thread.pm (too many people are
45255              confused by the fact that Thread.pm is built and installed
45256              under non-5005threads but doesn't work)
45257      Branch: maint-5.6/perl
45258            ! ext/Thread/Thread.pm ext/Thread/Thread.xs
45259 ____________________________________________________________________________
45260 [  9645] By: gsar                                  on 2001/04/09  00:19:03
45261         Log: update perldelta.pod for changes in 5.6.1
45262      Branch: maint-5.6/perl
45263            ! Changes pod/perldelta.pod
45264 ____________________________________________________________________________
45265 [  9644] By: jhi                                   on 2001/04/08  20:37:00
45266         Log: Integrate change #9639 from maintperl into mainline:
45267              on windows, many of the README.* pods were being copied to
45268              the wrong location
45269      Branch: perl
45270           !> win32/Makefile win32/makefile.mk
45271 ____________________________________________________________________________
45272 [  9643] By: jhi                                   on 2001/04/08  20:07:11
45273         Log: Integrate change #9624 from maintperl into mainline:
45274              the pod tests were not okay.  (t/pod/find.t changes ignored)
45275      Branch: perl
45276           !> lib/Pod/Find.pm t/pod/emptycmd.t t/pod/for.t t/pod/headings.t
45277           !> t/pod/include.t t/pod/included.t t/pod/lref.t
45278           !> t/pod/multiline_items.t t/pod/nested_items.t
45279           !> t/pod/nested_seqs.t t/pod/oneline_cmds.t t/pod/pod2usage.t
45280           !> t/pod/poderrs.t t/pod/podselect.t t/pod/special_seqs.t
45281 ____________________________________________________________________________
45282 [  9642] By: jhi                                   on 2001/04/08  19:57:17
45283         Log: Integrate change #9638 from maintperl into mainline:
45284              update to latest JPL from the anoncvs repository
45285      Branch: perl
45286           +> jpl/ChangeLog jpl/README.JUST-JNI jpl/docs/Tutorial.pod
45287           !> MANIFEST jpl/JNI/JNI.pm jpl/JNI/JNI.xs jpl/JNI/Makefile.PL
45288           !> jpl/PerlInterpreter/PerlInterpreter.h jpl/README
45289 ____________________________________________________________________________
45290 [  9641] By: jhi                                   on 2001/04/08  19:53:30
45291         Log: perl571delta updates.
45292      Branch: perl
45293            ! lib/Filter/Simple.pm pod/perl571delta.pod
45294 ____________________________________________________________________________
45295 [  9640] By: gsar                                  on 2001/04/08  19:20:46
45296         Log: integrate change#9634 from mainline
45297              
45298              Fix the perlmodlib generation (didn't understand separate .pod
45299              files; didn't understand -- as the name-thing separator).
45300              Update the CPAN mirrors list.
45301      Branch: maint-5.6/perl
45302            ! pod/perlmodlib.pod
45303           !> pod/perlmodlib.PL
45304 ____________________________________________________________________________
45305 [  9639] By: gsar                                  on 2001/04/08  18:57:31
45306         Log: on windows, many of the README.* pods were being copied to the wrong
45307              location
45308      Branch: maint-5.6/perl
45309            ! win32/Makefile win32/makefile.mk
45310 ____________________________________________________________________________
45311 [  9638] By: gsar                                  on 2001/04/08  18:38:25
45312         Log: update to latest JPL from the anoncvs repository
45313      Branch: maint-5.6/perl
45314            + jpl/ChangeLog jpl/README.JUST-JNI jpl/docs/Tutorial.pod
45315            ! MANIFEST jpl/JNI/JNI.pm jpl/JNI/JNI.xs jpl/JNI/Makefile.PL
45316            ! jpl/PerlInterpreter/PerlInterpreter.h jpl/README
45317 ____________________________________________________________________________
45318 [  9637] By: jhi                                   on 2001/04/08  17:53:53
45319         Log: Britishify spellings; s/\b(front|back) (end)\b/\1\2/g;
45320      Branch: perl
45321            ! pod/perl571delta.pod
45322 ____________________________________________________________________________
45323 [  9636] By: jhi                                   on 2001/04/08  17:18:32
45324         Log: Regen toc.
45325      Branch: perl
45326            ! pod/perltoc.pod
45327 ____________________________________________________________________________
45328 [  9635] By: jhi                                   on 2001/04/08  17:16:33
45329         Log: Subject: [PATCH perl@9622] fix IO.xs compile failure on VMS
45330              From: "Craig A. Berry" <craigberry@mac.com>
45331              Date: Sun, 08 Apr 2001 12:30:16 -0500
45332              Message-Id: <5.0.2.1.0.20010408120154.02675eb8@exchi01>
45333      Branch: perl
45334            ! ext/IO/IO.xs lib/ExtUtils/xsubpp
45335 ____________________________________________________________________________
45336 [  9634] By: jhi                                   on 2001/04/08  17:09:19
45337         Log: Fix the perlmodlib generation (didn't understand separate .pod
45338              files; didn't understand -- as the name-thing separator).
45339              
45340              Update the CPAN mirrors list.
45341      Branch: perl
45342            ! pod/perlmodlib.PL pod/perlmodlib.pod
45343 ____________________________________________________________________________
45344 [  9633] By: jhi                                   on 2001/04/08  16:49:17
45345         Log: Sort MANIFEST.
45346      Branch: perl
45347            ! MANIFEST
45348 ____________________________________________________________________________
45349 [  9632] By: gsar                                  on 2001/04/08  16:36:06
45350         Log: add $Tie::RefHash::VERSION
45351      Branch: maint-5.6/perl
45352            ! lib/Tie/RefHash.pm
45353 ____________________________________________________________________________
45354 [  9631] By: jhi                                   on 2001/04/08  16:10:15
45355         Log: perl571delta updates based on p5p feedback; still needs
45356              lots of examples.
45357      Branch: perl
45358            ! pod/perl571delta.pod
45359 ____________________________________________________________________________
45360 [  9630] By: jhi                                   on 2001/04/08  15:59:13
45361         Log: Update the list of supported platforms to talk about 5.7.1
45362              (and 5.6.1)
45363      Branch: perl
45364            ! pod/perlport.pod
45365 ____________________________________________________________________________
45366 [  9629] By: jhi                                   on 2001/04/08  15:55:41
45367         Log: Integrate changes #8677,8680,8681,8725,8732,8776,8782,9290
45368              from maintperl into mainline: perlport updates.
45369      Branch: perl
45370            ! pod/perlport.pod
45371 ____________________________________________________________________________
45372 [  9628] By: jhi                                   on 2001/04/08  15:53:17
45373         Log: perlsolaris.pod copied to wrong directory.
45374      Branch: perl
45375            ! win32/makefile.mk
45376 ____________________________________________________________________________
45377 [  9627] By: jhi                                   on 2001/04/08  14:48:18
45378         Log: Subject: Typos in perl571delta.pod
45379              From: "Stephen P. Potter" <spp@spotter.yi.org>
45380              Date: Sat, 07 Apr 2001 20:37:05 -0400
45381              Message-Id: <20010408003710.2A8FC729DD@belgarath.spotter.yi.org>
45382      Branch: perl
45383            ! pod/perl571delta.pod
45384 ____________________________________________________________________________
45385 [  9626] By: jhi                                   on 2001/04/08  14:39:04
45386         Log: Smoke out dTHR, spotted by by Stephen P. Potter.
45387      Branch: perl
45388            ! gv.c
45389 ____________________________________________________________________________
45390 [  9625] By: nick                                  on 2001/04/08  10:14:23
45391         Log: Integrate mainline
45392      Branch: perlio
45393           +> pod/perl570delta.pod pod/perl571delta.pod
45394           !> (integrate 27 files)
45395 ____________________________________________________________________________
45396 [  9624] By: gsar                                  on 2001/04/08  06:08:17
45397         Log: test in t/pod/* were busted
45398              
45399              these tests are still not enabled in t/{harness,TEST}
45400      Branch: maint-5.6/perl
45401            ! lib/Pod/Find.pm t/pod/emptycmd.t t/pod/find.t t/pod/for.t
45402            ! t/pod/headings.t t/pod/include.t t/pod/included.t t/pod/lref.t
45403            ! t/pod/multiline_items.t t/pod/nested_items.t
45404            ! t/pod/nested_seqs.t t/pod/oneline_cmds.t t/pod/pod2usage.t
45405            ! t/pod/poderrs.t t/pod/podselect.t t/pod/special_seqs.t
45406 ____________________________________________________________________________
45407 [  9623] By: gsar                                  on 2001/04/08  03:37:01
45408         Log: integrate change#9470 from mainline
45409              
45410              Subject: Re: [ID 20010215.006] Bad arg length for Socket::unpack_sockaddr_un, length is 14 ... 
45411      Branch: maint-5.6/perl
45412           !> ext/Socket/Socket.xs
45413 ____________________________________________________________________________
45414 [  9622] By: jhi                                   on 2001/04/07  22:40:47
45415         Log: Update Changes.
45416      Branch: perl
45417            ! Changes patchlevel.h
45418 ____________________________________________________________________________
45419 [  9621] By: jhi                                   on 2001/04/07  22:34:16
45420         Log: Update AUTHORS.
45421      Branch: perl
45422            ! AUTHORS
45423 ____________________________________________________________________________
45424 [  9620] By: jhi                                   on 2001/04/07  22:12:47
45425         Log: Forgot to bump the number of tests in #9164.
45426      Branch: perl
45427            ! t/op/array.t
45428 ____________________________________________________________________________
45429 [  9619] By: jhi                                   on 2001/04/07  22:09:50
45430         Log: Bump patchlevel to 5.7.1.
45431      Branch: perl
45432            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
45433            ! config_h.SH patchlevel.h
45434 ____________________________________________________________________________
45435 [  9618] By: jhi                                   on 2001/04/07  22:02:41
45436         Log: Populate perl571delta.
45437      Branch: perl
45438            ! pod/perl571delta.pod
45439 ____________________________________________________________________________
45440 [  9617] By: jhi                                   on 2001/04/07  22:01:23
45441         Log: Change 5.7.0 to 5.7.1 in some of the places I would be guaranteed
45442              to forget it later; do not change patchlevel.h yet or regenerate
45443              Configure yet.
45444      Branch: perl
45445            ! epoc/config.sh win32/Makefile win32/config_H.bc
45446            ! win32/config_H.gc win32/config_H.vc win32/makefile.mk
45447 ____________________________________________________________________________
45448 [  9616] By: jhi                                   on 2001/04/07  17:46:33
45449         Log: Add PerlIO and Encode information to perl571delta, fron NI-S.
45450      Branch: perl
45451            ! pod/perl571delta.pod
45452 ____________________________________________________________________________
45453 [  9615] By: jhi                                   on 2001/04/07  17:33:21
45454         Log: Change the toc configuration.
45455      Branch: perl
45456            ! pod/buildtoc.PL pod/perl.pod
45457 ____________________________________________________________________________
45458 [  9614] By: jhi                                   on 2001/04/07  17:29:47
45459         Log: Subject: PATCH: $[
45460              From: Robin Houston <robin@kitsite.com>
45461              Date: Fri, 6 Apr 2001 18:10:14 +0100
45462              Message-ID: <20010406181014.A18803@puffinry.freeserve.co.uk>
45463      Branch: perl
45464            ! op.c t/op/array.t
45465 ____________________________________________________________________________
45466 [  9613] By: jhi                                   on 2001/04/07  17:28:26
45467         Log: Subject: [PATCH perl@9424] isn't numeric warning
45468              From: Robin Barker <rmb1@cise.npl.co.uk>
45469              Date: Fri, 6 Apr 2001 18:08:52 +0100 (BST)
45470              Message-Id: <200104061708.SAA06783@tempest.npl.co.uk>
45471      Branch: perl
45472            ! sv.c t/pragma/warn/sv
45473 ____________________________________________________________________________
45474 [  9612] By: jhi                                   on 2001/04/07  17:26:45
45475         Log: Subject: [PATCH bleadperl] Re: [PATCH dump.c] hash quality
45476              From: Mike Guy <mjtg@cam.ac.uk>
45477              Date: Fri, 06 Apr 2001 12:47:06 +0100
45478              Message-Id: <E14lUhm-0000rx-00@libra.cus.cam.ac.uk>
45479      Branch: perl
45480            ! dump.c t/lib/peek.t
45481 ____________________________________________________________________________
45482 [  9611] By: jhi                                   on 2001/04/07  17:21:35
45483         Log: Create perl571delta and seed it off with the perldelta changes
45484              since 5.7.0; remove those changes from perldelta and rename it
45485              as perl570delta; recreate perldelta but leave it almost empty.
45486      Branch: perl
45487            + pod/perl570delta.pod pod/perl571delta.pod
45488            ! MANIFEST pod/perldelta.pod
45489 ____________________________________________________________________________
45490 [  9610] By: jhi                                   on 2001/04/07  16:56:32
45491         Log: Denit.
45492      Branch: perl
45493            ! pod/perldelta.pod
45494 ____________________________________________________________________________
45495 [  9609] By: jhi                                   on 2001/04/07  16:38:32
45496         Log: Retract #9523: needs more thought.
45497      Branch: perl
45498            ! Makefile.SH
45499 ____________________________________________________________________________
45500 [  9608] By: jhi                                   on 2001/04/07  14:59:20
45501         Log: atmark() code cleanaup.
45502      Branch: perl
45503            ! ext/IO/IO.xs
45504 ____________________________________________________________________________
45505 [  9607] By: jhi                                   on 2001/04/07  14:48:14
45506         Log: Integrate change #9605 from maintperl into mainline.
45507              
45508              can't optimize away scope entry if tr/// is present
45509      Branch: perl
45510           !> op.c t/op/tr.t
45511 ____________________________________________________________________________
45512 [  9606] By: jhi                                   on 2001/04/07  14:43:59
45513         Log: Integrate perlio.
45514      Branch: perl
45515           +> win32/FindExt.pm
45516           !> MANIFEST ext/PerlIO/Via/Via.xs perlio.c t/lib/md5-file.t
45517           !> win32/buildext.pl win32/config_sh.PL win32/makefile.mk
45518 ____________________________________________________________________________
45519 [  9605] By: gsar                                  on 2001/04/07  11:52:40
45520         Log: can't optimize away scope entry if tr/// is present
45521      Branch: maint-5.6/perl
45522            ! op.c t/op/tr.t
45523 ____________________________________________________________________________
45524 [  9604] By: nick                                  on 2001/04/07  11:39:45
45525         Log: Split out extension finding code from buildext.pl into FindExt.pm
45526              Use it to get Config.pm's idea of available extensions in line
45527              with what is built.
45528      Branch: perlio
45529            + win32/FindExt.pm
45530            ! MANIFEST win32/buildext.pl win32/config_sh.PL
45531            ! win32/makefile.mk
45532 ____________________________________________________________________________
45533 [  9603] By: nick                                  on 2001/04/07  09:11:38
45534         Log: Cleanup correction for failed :Via() layer, also set an error code.
45535      Branch: perlio
45536            ! ext/PerlIO/Via/Via.xs
45537 ____________________________________________________________________________
45538 [  9602] By: nick                                  on 2001/04/07  08:38:04
45539         Log: Digests in lib/md5-file.t are for text files _without_ CRLF i.e. UNIX
45540              style. So don't use binmode() on the handles so that Win32 etc. see
45541              same sequence and produce same digests.
45542      Branch: perlio
45543            ! t/lib/md5-file.t
45544 ____________________________________________________________________________
45545 [  9601] By: nick                                  on 2001/04/07  08:36:26
45546         Log: Allow PerlIOBase_pushed to ignore prefix on mode (e.g. sysopen's "#r")
45547              Else it complains and so crlf layer (say) does not get pushed.
45548      Branch: perlio
45549            ! perlio.c
45550 ____________________________________________________________________________
45551 [  9600] By: jhi                                   on 2001/04/06  23:00:09
45552         Log: Integrate change #9599 from perlio into mainline.
45553      Branch: perl
45554           !> ext/Encode/Encode.pm win32/config_H.bc win32/config_H.gc
45555           !> win32/config_H.vc
45556 ____________________________________________________________________________
45557 [  9599] By: nick                                  on 2001/04/06  21:42:43
45558         Log: Quote $VERSION in Encode.pm.
45559              regen_config_h as requested.
45560      Branch: perlio
45561            ! ext/Encode/Encode.pm win32/config_H.bc win32/config_H.gc
45562            ! win32/config_H.vc
45563 ____________________________________________________________________________
45564 [  9598] By: nick                                  on 2001/04/06  20:34:59
45565         Log: Integrate mainline
45566      Branch: perlio
45567           +> README.macos
45568           !> (integrate 39 files)
45569 ____________________________________________________________________________
45570 [  9597] By: gsar                                  on 2001/04/06  18:06:35
45571         Log: integrate change#9464 from mainline (addendum to change#8313)
45572              
45573              Subject: [PATCH @9452] Better peep()ing for foreach() loops
45574      Branch: maint-5.6/perl
45575           !> op.c
45576 ____________________________________________________________________________
45577 [  9596] By: jhi                                   on 2001/04/06  17:26:03
45578         Log: The d_casti32=undef is good for you even when not use64bitall.
45579      Branch: perl
45580            ! hints/hpux.sh
45581 ____________________________________________________________________________
45582 [  9595] By: gsar                                  on 2001/04/06  14:57:17
45583         Log: add a low-impact fix to accommodate darwin-ism
45584      Branch: maint-5.6/perl
45585            ! ext/Errno/Errno_pm.PL
45586 ____________________________________________________________________________
45587 [  9594] By: jhi                                   on 2001/04/06  14:55:14
45588         Log: Integrate changes #9528,9593 from mainline into maintperl;
45589              tweaking the editor/IDE/shell list.
45590      Branch: maint-5.6/perl
45591           !> pod/perlfaq3.pod
45592 ____________________________________________________________________________
45593 [  9593] By: jhi                                   on 2001/04/06  14:51:39
45594         Log: Make the editor/IDE/shell list a little bit airier.
45595      Branch: perl
45596            ! pod/perlfaq3.pod
45597 ____________________________________________________________________________
45598 [  9592] By: gsar                                  on 2001/04/06  14:45:18
45599         Log: integrate change#9477 from mainline (base.pm doc tweak)
45600              
45601              missing doc entry for fmod()
45602      Branch: maint-5.6/perl
45603            ! lib/Math/BigFloat.pm
45604           !> lib/base.pm
45605 ____________________________________________________________________________
45606 [  9591] By: jhi                                   on 2001/04/06  13:55:48
45607         Log: Regen toc.
45608      Branch: perl
45609            ! pod/perltoc.pod
45610 ____________________________________________________________________________
45611 [  9590] By: jhi                                   on 2001/04/06  13:54:52
45612         Log: Math::BigFloat patches from John Peacock.  The equivalent
45613              of #9586 from maintperl but reworked by John to work with
45614              the bleadperl.
45615      Branch: perl
45616            ! lib/Math/BigFloat.pm t/lib/bigfltpm.t
45617 ____________________________________________________________________________
45618 [  9589] By: jhi                                   on 2001/04/06  13:42:23
45619         Log: Define the U32_ALIGNMENT_REQUIRED only if it's not already defined.
45620      Branch: perl
45621            ! ext/Digest/MD5/Makefile.PL
45622 ____________________________________________________________________________
45623 [  9588] By: jhi                                   on 2001/04/06  13:31:45
45624         Log: Integrate changes #9584,9587 from maintperl into mainline.
45625              
45626              keep eval"" CVs alive until the end of the statement in which
45627              they're called
45628              
45629              add README.macos (from Chris Nandor)
45630              
45631              tyop in change#9555
45632      Branch: perl
45633           +> README.macos
45634           !> MANIFEST embed.h embed.pl global.sym objXSUB.h perlapi.c
45635           !> pod/buildtoc.PL pod/perl.pod pod/perlfaq9.pod pod/perlguts.pod
45636           !> pp_ctl.c proto.h scope.c scope.h sv.c win32/Makefile
45637           !> win32/makefile.mk
45638 ____________________________________________________________________________
45639 [  9587] By: gsar                                  on 2001/04/06  07:31:30
45640         Log: add README.macos (from Chris Nandor)
45641              
45642              tyop in change#9555
45643      Branch: maint-5.6/perl
45644            + README.macos
45645            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perlfaq9.pod
45646            ! win32/Makefile win32/makefile.mk
45647 ____________________________________________________________________________
45648 [  9586] By: gsar                                  on 2001/04/06  07:08:54
45649         Log: fixes for Math::BigFloat bugs; add fmod() (from John Peacock)
45650      Branch: maint-5.6/perl
45651            ! lib/Math/BigFloat.pm t/lib/bigfltpm.t
45652 ____________________________________________________________________________
45653 [  9585] By: gsar                                  on 2001/04/06  06:58:44
45654         Log: integrate changes#9555,9556,9563..9567,9570..9575,9577..9578
45655              from mainline
45656              
45657              Subject: [PATCH] Base64 update to perlfaq9.pod
45658              
45659              Subject: [PATCH AUTHORS] Housekeeping
45660              
45661              Subject: Re: Not OK: perl v5.6.1 +fools-gold on darwin 1.3 (UNINSTALLED)
45662              Mac OS X (Darwin) has extra pwent fields.
45663              
45664              Subject: [PATCH B::*] print control-character vars readably
45665              Needs EBCDICification.
45666              
45667              Subject: [PATCH B::Deparse] lexical variables with ridiculously long names that are used in list assignments
45668              
45669              Subject: [PATCH B::*] cope with SVf_IVisUV, and cope with $^^ and friends
45670              
45671              Subject: [PATCH B::Deparse] "${foo}bar", "${foo}[1]" etc.
45672              
45673              Subject: [PATCH B::Deparse] binmode is no longer an UNOP
45674              
45675              Subject: [PATCH B::Deparse] regex quoting, and a minor milestone
45676              
45677              Subject: [PATCH B::Deparse] suppress "unintialized value" warnings
45678              
45679              Subject: bleadperl / hex ignores variable length and/or tr doesn't null terminate   ( with patch)
45680              
45681              Subject: patch for t/op/oct.t that shows need for patch supplied with bug 20010404.009, (bugs in hex and oct)
45682              
45683              FreeBSD hints tweak from Anton Berezin.
45684              
45685              Subject: [PATCH foolperl & bleadperl] README.vms update
45686              
45687              Subject: Re: [PATCH foolperl & bleadperl] README.vms update
45688      Branch: maint-5.6/perl
45689           !> AUTHORS README.vms ext/B/B.pm ext/B/B/Concise.pm
45690           !> ext/B/B/Debug.pm ext/B/B/Deparse.pm ext/B/B/Terse.pm
45691           !> hints/freebsd.sh pod/perlfaq9.pod pp.c t/op/oct.t t/op/pwent.t
45692 ____________________________________________________________________________
45693 [  9584] By: gsar                                  on 2001/04/06  04:09:00
45694         Log: keep eval"" CVs alive until the end of the statement in which
45695              they're called; this avoids a coredump ensuing from search for
45696              lexicals in code such as:
45697              
45698              sub bug {
45699              my $s = @_;
45700              eval q[sub { eval 'sub { &$s }' }];
45701              }
45702              bug("x")->()->();
45703              
45704              this code still doesn't work as intended (as it has remained
45705              since time immemorial), but it doesn't provoke a coredump anymore
45706      Branch: maint-5.6/perl
45707            ! embed.h embed.pl global.sym objXSUB.h perlapi.c
45708            ! pod/perlguts.pod pp_ctl.c proto.h scope.c scope.h sv.c
45709 ____________________________________________________________________________
45710 [  9583] By: jhi                                   on 2001/04/05  23:52:51
45711         Log: Update Changes.
45712      Branch: perl
45713            ! Changes patchlevel.h
45714 ____________________________________________________________________________
45715 [  9582] By: jhi                                   on 2001/04/05  23:11:23
45716         Log: Slight doc tweak.
45717      Branch: perl
45718            ! pod/perlunicode.pod
45719 ____________________________________________________________________________
45720 [  9581] By: jhi                                   on 2001/04/05  23:04:11
45721         Log: Integrate perlio.
45722      Branch: perl
45723           !> pod/perlunicode.pod
45724 ____________________________________________________________________________
45725 [  9580] By: jhi                                   on 2001/04/05  23:03:29
45726         Log: Test for #9579.
45727      Branch: perl
45728            ! t/op/do.t
45729 ____________________________________________________________________________
45730 [  9579] By: jhi                                   on 2001/04/05  22:54:17
45731         Log: Subject: [PATCH] Propagate calling context for do '...'
45732              From: Gisle Aas <gisle@ActiveState.com>
45733              Date: 04 Apr 2001 20:17:29 -0700
45734              Message-ID: <lrg0fo827q.fsf@caliper.ActiveState.com>
45735      Branch: perl
45736            ! pod/perlfunc.pod pp_ctl.c
45737 ____________________________________________________________________________
45738 [  9578] By: jhi                                   on 2001/04/05  22:52:51
45739         Log: Subject: Re: [PATCH foolperl & bleadperl] README.vms update
45740              From: Peter Prymmer <pvhp@forte.com>
45741              Date: Thu, 5 Apr 2001 12:00:04 -0700 (PDT)
45742              Message-ID: <Pine.OSF.4.10.10104051156340.518291-100000@aspara.forte.com>
45743      Branch: perl
45744            ! README.vms
45745 ____________________________________________________________________________
45746 [  9577] By: jhi                                   on 2001/04/05  22:48:22
45747         Log: Subject: [PATCH foolperl & bleadperl] README.vms update
45748              From: "Craig A. Berry" <craigberry@mac.com>
45749              Date: Thu, 5 Apr 2001 13:43:28 -0500
45750              Message-Id: <p04330101b6f269936918@[172.16.52.1]>
45751      Branch: perl
45752            ! README.vms
45753 ____________________________________________________________________________
45754 [  9576] By: jhi                                   on 2001/04/05  22:31:38
45755         Log: Subject: [PATCH lib/base.pm t/lib/base.t] Fix subtle $VERSION mistakes with base.pm
45756              From: Michael G Schwern <schwern@pobox.com>
45757              Date: Thu, 5 Apr 2001 21:53:21 +0100
45758              Message-ID: <20010405215321.A4828@blackrider.blackstar.co.uk>
45759      Branch: perl
45760            ! lib/base.pm t/lib/fields.t
45761 ____________________________________________________________________________
45762 [  9575] By: jhi                                   on 2001/04/05  22:26:10
45763         Log: FreeBSD hints tweak from Anton Berezin.
45764      Branch: perl
45765            ! hints/freebsd.sh
45766 ____________________________________________________________________________
45767 [  9574] By: jhi                                   on 2001/04/05  22:24:03
45768         Log: Subject: patch for t/op/oct.t that shows need for patch supplied with bug 20010404.009, (bugs in hex and oct)
45769              From: David Dyck <dcd@tc.fluke.com>
45770              Date: Thu, 5 Apr 2001 09:40:58 -0700 (PDT)
45771              Message-ID: <Pine.LNX.4.30.0104050838330.30478-100000@dd.tc.fluke.com>
45772      Branch: perl
45773            ! t/op/oct.t
45774 ____________________________________________________________________________
45775 [  9573] By: jhi                                   on 2001/04/05  22:23:06
45776         Log: Subject: bleadperl / hex ignores variable length and/or tr doesn't null terminate   ( with patch)
45777              Date: Wed, 4 Apr 2001 13:27:15 -0700 (PDT)
45778              From: David Dyck <dcd@tc.fluke.com>
45779              Message-ID: <Pine.LNX.4.30.0104041325310.25358-100000@dd.tc.fluke.com>
45780      Branch: perl
45781            ! pp.c
45782 ____________________________________________________________________________
45783 [  9572] By: jhi                                   on 2001/04/05  22:14:47
45784         Log: Subject: [PATCH B::Deparse] suppress "unintialized value" warnings
45785              From: Robin Houston <robin@kitsite.com>
45786              Date: Thu, 5 Apr 2001 20:56:48 +0100
45787              Message-ID: <20010405205648.A16814@puffinry.freeserve.co.uk>
45788      Branch: perl
45789            ! ext/B/B/Deparse.pm
45790 ____________________________________________________________________________
45791 [  9571] By: jhi                                   on 2001/04/05  22:12:53
45792         Log: Subject: [PATCH B::Deparse] regex quoting, and a minor milestone
45793              From: Robin Houston <robin@kitsite.com>
45794              Date: Thu, 5 Apr 2001 19:55:51 +0100
45795              Message-ID: <20010405195551.A16686@puffinry.freeserve.co.uk>
45796      Branch: perl
45797            ! ext/B/B/Deparse.pm
45798 ____________________________________________________________________________
45799 [  9570] By: jhi                                   on 2001/04/05  22:11:06
45800         Log: Subject: [PATCH B::Deparse] binmode is no longer an UNOP
45801              From: Robin Houston <robin@kitsite.com>
45802              Date: Thu, 5 Apr 2001 20:16:29 +0100
45803              Message-ID: <20010405201629.A16763@puffinry.freeserve.co.uk>
45804      Branch: perl
45805            ! ext/B/B/Deparse.pm
45806 ____________________________________________________________________________
45807 [  9569] By: nick                                  on 2001/04/05  21:32:26
45808         Log: Change sense from "incomplete" to "implemented but needs more work" in perlunicode.pod
45809      Branch: perlio
45810            ! pod/perlunicode.pod
45811 ____________________________________________________________________________
45812 [  9568] By: nick                                  on 2001/04/05  19:38:09
45813         Log: Integrate mainline
45814      Branch: perlio
45815           +> lib/Class/ISA.pm t/lib/class-isa.t t/lib/md5-align.t
45816           !> (integrate 35 files)
45817 ____________________________________________________________________________
45818 [  9567] By: jhi                                   on 2001/04/05  18:31:45
45819         Log: Subject: [PATCH B::Deparse] "${foo}bar", "${foo}[1]" etc.
45820              From: Robin Houston <robin@kitsite.com>
45821              Date: Thu, 5 Apr 2001 18:03:23 +0100
45822              Message-ID: <20010405180323.A16388@puffinry.freeserve.co.uk>
45823      Branch: perl
45824            ! ext/B/B/Deparse.pm
45825 ____________________________________________________________________________
45826 [  9566] By: jhi                                   on 2001/04/05  18:29:35
45827         Log: Subject: [PATCH B::*] cope with SVf_IVisUV, and cope with $^^ and friends
45828              From: Robin Houston <robin@kitsite.com>
45829              Date: Thu, 5 Apr 2001 16:45:18 +0100
45830              Message-ID: <20010405164517.B16037@puffinry.freeserve.co.uk>
45831      Branch: perl
45832            ! ext/B/B.pm ext/B/B/Deparse.pm ext/B/B/Terse.pm
45833 ____________________________________________________________________________
45834 [  9565] By: jhi                                   on 2001/04/05  18:24:23
45835         Log: Subject: [PATCH B::Deparse] lexical variables with ridiculously long names that are used in list assignments
45836              From: Robin Houston <robin@kitsite.com>
45837              Date: Thu, 5 Apr 2001 14:50:09 +0100
45838              Message-ID: <20010405145009.A15916@puffinry.freeserve.co.uk>
45839      Branch: perl
45840            ! ext/B/B/Deparse.pm
45841 ____________________________________________________________________________
45842 [  9564] By: jhi                                   on 2001/04/05  18:23:03
45843         Log: Subject: [PATCH B::*] print control-character vars readably
45844              From: Robin Houston <robin@kitsite.com>
45845              Date: Thu, 5 Apr 2001 14:27:38 +0100
45846              Message-ID: <20010405142738.A15855@puffinry.freeserve.co.uk>
45847              
45848              Needs EBCDICification.
45849      Branch: perl
45850            ! ext/B/B.pm ext/B/B/Concise.pm ext/B/B/Debug.pm
45851            ! ext/B/B/Terse.pm
45852 ____________________________________________________________________________
45853 [  9563] By: jhi                                   on 2001/04/05  18:20:32
45854         Log: Subject: Re: Not OK: perl v5.6.1 +fools-gold on darwin 1.3 (UNINSTALLED)
45855              Date: Thu, 5 Apr 2001 13:21:42 -0400
45856              From: Paul Schinder <schinder@pobox.com>
45857              Message-Id: <p05100900b6f25159e767@[10.0.1.52]>
45858              
45859              Mac OS X (Darwin) has extra pwent fields.
45860      Branch: perl
45861            ! t/op/pwent.t
45862 ____________________________________________________________________________
45863 [  9562] By: jhi                                   on 2001/04/05  17:57:51
45864         Log: Regen toc.
45865      Branch: perl
45866            ! pod/perltoc.pod
45867 ____________________________________________________________________________
45868 [  9561] By: jhi                                   on 2001/04/05  17:47:33
45869         Log: Metaconfig units changes for #9560, plus regen Glossary.patch.
45870      Branch: metaconfig
45871            ! U/Glossary.patch
45872      Branch: metaconfig/U/perl
45873            + d_u32align.U
45874            ! d_cmsghdr_s.U d_msghdr_s.U
45875 ____________________________________________________________________________
45876 [  9560] By: jhi                                   on 2001/04/05  17:47:01
45877         Log: Introduce d_u32align / U32_REQUIRES_ALIGNMENT, needed for
45878              ext/Digest/MD5/Makefile.PL and t/lib/md5-align.t.
45879              Introduce probes for struct msghdr, struct cmsghdr,
45880              sendmsg, recvmsg, readv, writev, setitimer, getitimer,
45881              ualarm, usleep, for possible later extension work.
45882      Branch: perl
45883            + t/lib/md5-align.t
45884            ! Configure MANIFEST Porting/Glossary Porting/config.sh
45885            ! Porting/config_H config_h.SH configure.com epoc/config.sh
45886            ! ext/Digest/MD5/Makefile.PL perl.h uconfig.h uconfig.sh
45887            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
45888            ! vos/config.ga.h win32/config.bc win32/config.gc
45889            ! win32/config.vc
45890 ____________________________________________________________________________
45891 [  9559] By: jhi                                   on 2001/04/05  13:03:04
45892         Log: Be traditional in your cpp (for the Errno extension).
45893      Branch: perl
45894            ! hints/darwin.sh
45895 ____________________________________________________________________________
45896 [  9558] By: jhi                                   on 2001/04/05  13:00:05
45897         Log: Add $Config{cppflags} to the gcc incantation.
45898      Branch: perl
45899            ! ext/Errno/Errno_pm.PL
45900 ____________________________________________________________________________
45901 [  9557] By: jhi                                   on 2001/04/05  04:22:39
45902         Log: Introduce Sean Burke's Class::ISA 0.32.
45903      Branch: perl
45904            + lib/Class/ISA.pm t/lib/class-isa.t
45905            ! MANIFEST
45906 ____________________________________________________________________________
45907 [  9556] By: jhi                                   on 2001/04/05  04:09:50
45908         Log: Subject: [PATCH AUTHORS] Housekeeping
45909              From: Paul Johnson <paul@pjcj.net> 
45910              Date: Wed, 4 Apr 2001 22:45:47 +0200
45911              Message-ID: <20010404224547.D9548@pjcj.net>
45912      Branch: perl
45913            ! AUTHORS
45914 ____________________________________________________________________________
45915 [  9555] By: jhi                                   on 2001/04/05  04:06:33
45916         Log: Subject: [PATCH] Base64 update to perlfaq9.pod
45917              From: Gisle Aas <gisle@ActiveState.com>
45918              Date: 04 Apr 2001 14:23:04 -0700
45919              Message-ID: <lrlmpg9x6v.fsf@caliper.ActiveState.com>
45920      Branch: perl
45921            ! pod/perlfaq9.pod
45922 ____________________________________________________________________________
45923 [  9554] By: jhi                                   on 2001/04/05  04:05:49
45924         Log: Downgrade also the "Wide character" diagnostic.
45925      Branch: perl
45926            ! pod/perldiag.pod
45927 ____________________________________________________________________________
45928 [  9553] By: jhi                                   on 2001/04/05  04:00:33
45929         Log: Integrate changes #9544,9547,9549(perlio),9550,9551 from
45930              maintperl into mainline.
45931              
45932              "double" should be "NV"; standard typemap is missing entry
45933              for NV
45934              
45935              s/djSP/dSP/
45936              
45937              Downgrade "Wide character in print" to a warning.
45938              
45939              B::Deparse fix for ${^FOO} and documentation for PVX() method
45940              (from Robin Houston)
45941              
45942              tr/// doesn't null-terminate the result in some situations
45943              (from Gisle Aas)
45944      Branch: perl
45945           !> doio.c doop.c ext/B/B.pm ext/B/B.xs ext/B/B/C.pm
45946           !> ext/B/B/Deparse.pm ext/Thread/Thread.xs lib/ExtUtils/typemap
45947           !> t/io/utf8.t t/op/tr.t
45948 ____________________________________________________________________________
45949 [  9552] By: jhi                                   on 2001/04/05  03:52:50
45950         Log: Retract changes #9542 and #9538 (from maintperl, integrated
45951              at #9540), shouldn't be needed because of the perlio changes.
45952      Branch: perl
45953            ! util.c
45954 ____________________________________________________________________________
45955 [  9551] By: gsar                                  on 2001/04/05  00:18:34
45956         Log: tr/// doesn't null-terminate the result in some situations
45957              (from Gisle Aas)
45958      Branch: maint-5.6/perl
45959            ! doop.c t/op/tr.t
45960 ____________________________________________________________________________
45961 [  9550] By: gsar                                  on 2001/04/04  20:04:17
45962         Log: B::Deparse fix for ${^FOO} and documentation for PVX() method
45963              (from Robin Houston)
45964      Branch: maint-5.6/perl
45965            ! ext/B/B.pm ext/B/B/Deparse.pm
45966 ____________________________________________________________________________
45967 [  9549] By: nick                                  on 2001/04/04  18:56:15
45968         Log: Downgrade "Wide character in print" to a warning.
45969      Branch: perlio
45970            ! doio.c t/io/utf8.t
45971 ____________________________________________________________________________
45972 [  9548] By: gsar                                  on 2001/04/04  18:51:49
45973         Log: integrate changes#9460,9462,9482,9521,9522
45974              
45975              Subject: PATCH: B::Debug should show LOOP-specific fields
45976              
45977              Subject: B::Deparse precedence bug. (Patch included.)
45978              
45979              Subject: Re: [ID 20010330.003] O=Deparse,-p does not preserve "operational semantics"
45980              
45981              Subject: [PATCH B::Concise] @stash_array = split(/pat/, str);
45982              
45983              Subject: [PATCH B::Concise] padname values may have bogus SvCUR
45984      Branch: maint-5.6/perl
45985           !> ext/B/B.pm ext/B/B.xs ext/B/B/Concise.pm ext/B/B/Debug.pm
45986           !> ext/B/B/Deparse.pm ext/B/B/Showlex.pm
45987 ____________________________________________________________________________
45988 [  9547] By: gsar                                  on 2001/04/04  18:49:16
45989         Log: s/djSP/dSP/
45990      Branch: maint-5.6/perl
45991            ! ext/Thread/Thread.xs
45992 ____________________________________________________________________________
45993 [  9546] By: nick                                  on 2001/04/04  18:44:00
45994         Log: Integrate mainline.
45995      Branch: perlio
45996           !> Makefile.SH embed.pl ext/File/Glob/Glob.pm jpl/JNI/JNI.pm op.c
45997           !> os2/OS2/Process/Process.pm perl.c pod/perlapi.pod util.c
45998 ____________________________________________________________________________
45999 [  9545] By: gsar                                  on 2001/04/04  18:38:52
46000         Log: integrate change#8837 from mainline
46001              
46002              Subject: [patch] -Wall cleanup round 2
46003      Branch: maint-5.6/perl
46004           !> ext/B/B.xs ext/Data/Dumper/Dumper.xs ext/Devel/DProf/DProf.xs
46005           !> ext/Devel/Peek/Peek.xs ext/Fcntl/Fcntl.xs
46006           !> ext/File/Glob/Glob.xs ext/GDBM_File/GDBM_File.xs ext/IO/IO.xs
46007           !> ext/IPC/SysV/SysV.xs ext/Opcode/Opcode.xs ext/POSIX/POSIX.xs
46008           !> ext/SDBM_File/SDBM_File.xs
46009 ____________________________________________________________________________
46010 [  9544] By: gsar                                  on 2001/04/04  17:49:57
46011         Log: "double" should be "NV"; standard typemap is missing entry
46012              for NV
46013      Branch: maint-5.6/perl
46014            ! ext/B/B.xs ext/B/B/C.pm lib/ExtUtils/typemap
46015 ____________________________________________________________________________
46016 [  9543] By: jhi                                   on 2001/04/04  14:13:18
46017         Log: Thou shalt not (just) match for English error messages.
46018      Branch: perl
46019            ! ext/File/Glob/Glob.pm jpl/JNI/JNI.pm
46020            ! os2/OS2/Process/Process.pm
46021 ____________________________________________________________________________
46022 [  9542] By: jhi                                   on 2001/04/04  13:20:39
46023         Log: Make the stdio tricks of fflush_all() to exist only if
46024              stdio is being used.
46025      Branch: perl
46026            ! util.c
46027 ____________________________________________________________________________
46028 [  9541] By: jhi                                   on 2001/04/04  04:20:24
46029         Log: Subject: Re: [PATCH] Lighten up glob
46030              From: Benjamin Sugars <bsugars@canoe.ca>
46031              Date: Tue, 3 Apr 2001 17:03:48 -0400 (EDT)
46032              Message-ID: <Pine.LNX.4.21.0104031700340.2143-100000@marmot.rim.canoe.ca>
46033      Branch: perl
46034            ! embed.pl ext/File/Glob/Glob.pm op.c perl.c pod/perlapi.pod
46035            ! util.c
46036 ____________________________________________________________________________
46037 [  9540] By: jhi                                   on 2001/04/04  04:03:57
46038         Log: Integrate changes #9538,9539 from maintperl into mainline.
46039              
46040              fflush() is a macro on SunOS 4.1.x, so provide a wrapper
46041              for use with _fwalk() (fix for change#7705)
46042              
46043              another tweak needed for SunOS 4.1.x build (from Mike Guy)
46044              (cp -f is not portable)
46045      Branch: perl
46046           !> Makefile.SH util.c
46047 ____________________________________________________________________________
46048 [  9539] By: gsar                                  on 2001/04/04  03:01:14
46049         Log: another tweak needed for SunOS 4.1.x build (from Mike Guy)
46050      Branch: maint-5.6/perl
46051            ! Makefile.SH
46052 ____________________________________________________________________________
46053 [  9538] By: gsar                                  on 2001/04/04  01:00:38
46054         Log: fflush() is a macro on SunOS 4.1.x, so provide a wrapper
46055              for use with _fwalk() (fix for change#7705)
46056      Branch: maint-5.6/perl
46057            ! util.c
46058 ____________________________________________________________________________
46059 [  9537] By: nick                                  on 2001/04/03  19:24:55
46060         Log: Integrate mainline
46061      Branch: perlio
46062           +> ext/Cwd/Cwd.xs ext/Cwd/Makefile.PL lib/unicode/NamesList.txt
46063           +> lib/unicode/PropList.html
46064            - lib/unicode/Names.txt lib/unicode/README.Ethiopic
46065           !> (integrate 69 files)
46066 ____________________________________________________________________________
46067 [  9536] By: jhi                                   on 2001/04/03  18:02:31
46068         Log: Integrate change #9533 from maintperl into mainline.
46069              
46070              better fix for change#9517 to accomodate UNC paths like
46071              \\server\share\foo, and paths with trailing backslash
46072              like c:\this\
46073      Branch: perl
46074           !> utils/perldoc.PL x2p/find2perl.PL x2p/s2p.PL
46075 ____________________________________________________________________________
46076 [  9535] By: jhi                                   on 2001/04/03  17:58:07
46077         Log: Change the push/unshift warning to be of class syntax, not misc.
46078      Branch: perl
46079            ! op.c pod/perldiag.pod t/pragma/warn/op
46080 ____________________________________________________________________________
46081 [  9534] By: jhi                                   on 2001/04/03  15:03:46
46082         Log: Change the push/unshift warning (#9532) to talk about "no values"
46083              instead of "no arguments".
46084      Branch: perl
46085            ! op.c pod/perldiag.pod t/pragma/warn/op
46086 ____________________________________________________________________________
46087 [  9533] By: gsar                                  on 2001/04/03  14:30:07
46088         Log: better fix for change#9517 to accomodate UNC paths like
46089              \\server\share\foo, and paths with trailing backslash
46090              like c:\this\
46091      Branch: maint-5.6/perl
46092            ! utils/perldoc.PL x2p/find2perl.PL x2p/s2p.PL
46093 ____________________________________________________________________________
46094 [  9532] By: jhi                                   on 2001/04/03  13:11:46
46095         Log: Subject: Re: [ID 20010331.003] new misc warning for push(@x), unshift(@x)
46096              From: Robin Houston <robin@kitsite.com>
46097              Date: Mon, 2 Apr 2001 15:03:29 +0100
46098              Message-ID: <20010402150329.A6636@puffinry.freeserve.co.uk>
46099      Branch: perl
46100            ! op.c pod/perldiag.pod t/lib/db-recno.t t/pragma/warn/op
46101 ____________________________________________________________________________
46102 [  9531] By: jhi                                   on 2001/04/03  13:06:34
46103         Log: Integrate change #9530 from maintperl into mainline.
46104              
46105              accomodate VMS "mailbox overflow" quirk in testsuite (from
46106              Craig Berry)
46107      Branch: perl
46108           !> t/lib/socket.t
46109 ____________________________________________________________________________
46110 [  9530] By: gsar                                  on 2001/04/03  04:56:41
46111         Log: accomodate VMS "mailbox overflow" quirk in testsuite (from
46112              Craig Berry)
46113      Branch: maint-5.6/perl
46114            ! t/lib/socket.t
46115 ____________________________________________________________________________
46116 [  9529] By: jhi                                   on 2001/04/03  02:34:34
46117         Log: Update Changes.
46118      Branch: perl
46119            ! Changes patchlevel.h
46120 ____________________________________________________________________________
46121 [  9528] By: jhi                                   on 2001/04/03  01:27:57
46122         Log: Subject: [PATCH: 9508] perlfaq3: extend the silly long list even further
46123              Date: Mon, 2 Apr 2001 18:24:53 -0700 (PDT)
46124              To: perl5-porters@perl.org
46125              Message-ID: <Pine.OSF.4.10.10104021823330.279908-100000@aspara.forte.com>
46126      Branch: perl
46127            ! pod/perlfaq3.pod
46128 ____________________________________________________________________________
46129 [  9527] By: jhi                                   on 2001/04/03  01:22:09
46130         Log: Subject: [PATCH: 9508] build && test XS::Typemap on VMS, glob-basic insensitivity training
46131              From: Peter Prymmer <pvhp@forte.com>
46132              Date: Mon, 2 Apr 2001 17:40:27 -0700 (PDT)
46133              Message-ID: <Pine.OSF.4.10.10104021727250.278825-100000@aspara.forte.com>      
46134      Branch: perl
46135            ! configure.com t/lib/glob-basic.t t/lib/xs-typemap.t
46136 ____________________________________________________________________________
46137 [  9526] By: jhi                                   on 2001/04/03  01:18:25
46138         Log: The metaconfig unit changes for #9525.
46139      Branch: metaconfig
46140            ! U/a_dvisory/quadtype.U U/modified/mallocsrc.U
46141      Branch: metaconfig/U/perl
46142            ! use64bits.U
46143 ____________________________________________________________________________
46144 [  9525] By: jhi                                   on 2001/04/03  01:17:30
46145         Log: Configure sanity checks:
46146              * if use64bitall is attempted but pointers are only 32-bit,
46147              'downgrade' to use64bitint
46148              * if use64bitint is attempted but there's no quad type,
46149              forget about use64bitint (well, the default for it is 'n',
46150              the user can still override this)
46151              * if pointers are 64 bits, do not try to use Perl's malloc
46152      Branch: perl
46153            ! Configure
46154 ____________________________________________________________________________
46155 [  9524] By: gsar                                  on 2001/04/03  01:09:12
46156         Log: EPOC fix for lib/io_udp.t failure (from Olaf Flebbe)
46157      Branch: maint-5.6/perl
46158            ! pp_sys.c
46159 ____________________________________________________________________________
46160 [  9523] By: jhi                                   on 2001/04/03  00:02:31
46161         Log: (Retracted by #9609)
46162              
46163              Make it harder for parallel makes to enter 'test' before
46164              Dynaloader and File::Glob are happy.  (In principle 'make_ext'
46165              should be unhappy enough, but sometimes parallel makes seem
46166              to sneak past both in Tru64 and AIX.)
46167      Branch: perl
46168            ! Makefile.SH
46169 ____________________________________________________________________________
46170 [  9522] By: jhi                                   on 2001/04/02  22:35:31
46171         Log: Subject: [PATCH B::Concise] padname values may have bogus SvCUR
46172              Date: Mon, 2 Apr 2001 22:54:10 +0100
46173              From: Robin Houston <robin@kitsite.com>
46174              Message-ID: <20010402225410.A8273@puffinry.freeserve.co.uk>
46175      Branch: perl
46176            ! ext/B/B.pm ext/B/B.xs ext/B/B/Concise.pm ext/B/B/Showlex.pm
46177 ____________________________________________________________________________
46178 [  9521] By: jhi                                   on 2001/04/02  22:32:23
46179         Log: Subject: [PATCH B::Concise] @stash_array = split(/pat/, str);
46180              From: Robin Houston <robin@kitsite.com>
46181              Date: Mon, 2 Apr 2001 20:24:03 +0100
46182              Message-ID: <20010402202402.A8005@puffinry.freeserve.co.uk>
46183      Branch: perl
46184            ! ext/B/B/Concise.pm
46185 ____________________________________________________________________________
46186 [  9520] By: jhi                                   on 2001/04/02  22:30:43
46187         Log: Subject: [PATCH] REALLY pedantic hv.h nit
46188              From: Simon Cozens <simon@netthink.co.uk>
46189              Date: Mon, 2 Apr 2001 15:43:06 +0100
46190              Message-ID: <20010402154306.A21711@netthink.co.uk>
46191      Branch: perl
46192            ! hv.h
46193 ____________________________________________________________________________
46194 [  9519] By: jhi                                   on 2001/04/02  22:28:04
46195         Log: Based on
46196              
46197              Subject: [foolperl] EPOC fix
46198              From: Olaf Flebbe <O.Flebbe@science-computing.de>
46199              Date: Mon, 2 Apr 2001 23:36:51 +0200 (CEST)
46200              Message-ID: <Pine.LNX.4.02.10104022335380.5547-100000@milkyway.science-computing.de>
46201      Branch: perl
46202            ! pp_sys.c
46203 ____________________________________________________________________________
46204 [  9518] By: jhi                                   on 2001/04/02  22:22:34
46205         Log: Integrate changes #9511,9514,9517 from maintperl into mainline.
46206              
46207              README.win32 tweaks; add a note about alternative location for
46208              getting a gcc-2.95.2 that will build perl properly on windows
46209              
46210              add some notes about gutsy threading matters
46211              
46212              many of the utilities interpolate literal paths within doublequotes
46213              (fails on dosish platforms where path contains backslashes)
46214      Branch: perl
46215           !> README.win32 pod/perlguts.pod utils/perldoc.PL
46216           !> x2p/find2perl.PL x2p/s2p.PL
46217 ____________________________________________________________________________
46218 [  9517] By: gsar                                  on 2001/04/02  19:52:21
46219         Log: many of the utilities interpolate literal paths within doublequotes
46220              (fails on dosish platforms where path contains backslashes)
46221      Branch: maint-5.6/perl
46222            ! utils/perldoc.PL x2p/find2perl.PL x2p/s2p.PL
46223 ____________________________________________________________________________
46224 [  9516] By: gsar                                  on 2001/04/02  05:49:37
46225         Log: a foolish release
46226      Branch: maint-5.6/perl
46227            ! Changes patchlevel.h pod/perldelta.pod pod/perlhist.pod
46228            ! pod/perltoc.pod
46229 ____________________________________________________________________________
46230 [  9515] By: gsar                                  on 2001/04/02  05:04:29
46231         Log: add missing changelog summaries
46232      Branch: maint-5.6/perl
46233            ! Changes
46234 ____________________________________________________________________________
46235 [  9514] By: gsar                                  on 2001/04/02  04:07:13
46236         Log: add some notes about gutsy threading matters
46237      Branch: maint-5.6/perl
46238            ! pod/perlguts.pod
46239 ____________________________________________________________________________
46240 [  9513] By: gsar                                  on 2001/04/02  03:25:21
46241         Log: add more prominent caveat notices about experimental features
46242      Branch: maint-5.6/perl
46243            ! pod/perlfork.pod pod/perlunicode.pod
46244 ____________________________________________________________________________
46245 [  9512] By: gsar                                  on 2001/04/02  02:54:33
46246         Log: integrate changes#9479,9509 from mainline
46247              
46248              [PATCH] File::Glob stuff for Mac OS
46249              
46250              [PATH bsd_glob.c perl@9472] Shut up gcc warning in bsd_glob.c
46251      Branch: maint-5.6/perl
46252           !> ext/File/Glob/Glob.pm ext/File/Glob/bsd_glob.c
46253           !> t/lib/glob-basic.t t/lib/glob-case.t t/lib/glob-global.t
46254           !> t/lib/glob-taint.t
46255 ____________________________________________________________________________
46256 [  9511] By: gsar                                  on 2001/04/02  02:38:24
46257         Log: README.win32 tweaks; add a note about alternative location for
46258              getting a gcc-2.95.2 that will build perl properly on windows
46259      Branch: maint-5.6/perl
46260            ! README.win32
46261 ____________________________________________________________________________
46262 [  9510] By: jhi                                   on 2001/04/01  20:45:10
46263         Log: An ambiguousity warning.
46264      Branch: perl
46265            ! t/lib/trig.t
46266 ____________________________________________________________________________
46267 [  9509] By: jhi                                   on 2001/04/01  19:53:47
46268         Log: Subject: [PATH bsd_glob.c perl@9472] Shut up gcc warning in bsd_glob.c
46269              From: Jonathan Stowe <gellyfish@gellyfish.com>
46270              Date: Sun, 1 Apr 2001 10:04:55 +0100 (BST)
46271              Message-ID: <Pine.LNX.4.30.0104010958250.7703-100000@orpheus.gellyfish.com>
46272      Branch: perl
46273            ! ext/File/Glob/bsd_glob.c
46274 ____________________________________________________________________________
46275 [  9508] By: jhi                                   on 2001/04/01  19:35:03
46276         Log: Update Changes.
46277      Branch: perl
46278            ! Changes patchlevel.h
46279 ____________________________________________________________________________
46280 [  9507] By: jhi                                   on 2001/04/01  19:24:01
46281         Log: Integrate changes #9378,9458,9469,9475,9489,9490,9505,9506
46282              from mainline to maintperl: pod tweaks.
46283      Branch: maint-5.6/perl
46284           !> pod/perldebug.pod pod/perldiag.pod pod/perlfaq1.pod
46285           !> pod/perlguts.pod pod/perlhack.pod pod/perlop.pod
46286           !> pod/perlvar.pod
46287 ____________________________________________________________________________
46288 [  9506] By: jhi                                   on 2001/04/01  19:11:53
46289         Log: Commit Sarathy to April release of 5.6.1 :-)
46290      Branch: perl
46291            ! pod/perlfaq1.pod
46292 ____________________________________________________________________________
46293 [  9505] By: jhi                                   on 2001/04/01  19:03:15
46294         Log: Subject: PATCH 5.6.0 (perldebug.pod)
46295              From: Mark-Jason Dominus <mjd@plover.com>
46296              Date: Sun, 01 Apr 2001 14:25:11 -0400
46297              Message-ID: <20010401182511.9247.qmail@plover.com>
46298      Branch: perl
46299            ! pod/perldebug.pod
46300 ____________________________________________________________________________
46301 [  9504] By: jhi                                   on 2001/04/01  18:43:09
46302         Log: Add great_circle_direction().
46303      Branch: perl
46304            ! lib/Math/Trig.pm t/lib/trig.t
46305 ____________________________________________________________________________
46306 [  9503] By: jhi                                   on 2001/04/01  17:29:12
46307         Log: Unicode ReadMe update for Unicode 3.1.
46308      Branch: perl
46309            ! lib/unicode/ReadMe.txt
46310 ____________________________________________________________________________
46311 [  9502] By: jhi                                   on 2001/04/01  17:18:40
46312         Log: Integrate change #9501 from maintperl into mainline.
46313              
46314              fix the perlembed notes on multiple interpreters
46315              
46316              fix ExtUtils::Embed to work passably on Windows
46317      Branch: perl
46318           !> lib/ExtUtils/Embed.pm pod/perlembed.pod
46319 ____________________________________________________________________________
46320 [  9501] By: gsar                                  on 2001/04/01  07:21:57
46321         Log: fix the perlembed notes on multiple interpreters
46322              
46323              fix ExtUtils::Embed to work passably on Windows
46324      Branch: maint-5.6/perl
46325            ! lib/ExtUtils/Embed.pm pod/perlembed.pod
46326 ____________________________________________________________________________
46327 [  9500] By: jhi                                   on 2001/04/01  05:58:23
46328         Log: Test for #9499.
46329      Branch: perl
46330            ! t/op/tr.t
46331 ____________________________________________________________________________
46332 [  9499] By: jhi                                   on 2001/04/01  05:55:46
46333         Log: tr/// UTF-8 tweaking from Inaba Hiroto.
46334      Branch: perl
46335            ! embed.h embed.pl op.c proto.h
46336 ____________________________________________________________________________
46337 [  9498] By: jhi                                   on 2001/04/01  05:44:34
46338         Log: Protect the workaround hunk more.
46339      Branch: perl
46340            ! toke.c
46341 ____________________________________________________________________________
46342 [  9497] By: jhi                                   on 2001/04/01  00:24:25
46343         Log: Integrate changes #9493,9494,9495,9496 from maintperl
46344              into mainline.
46345              
46346              fix a broken workaround for Borland compiler in change#4739
46347              (caused weird "short reads" on DATA, which caused op/misc.t to fail)
46348              
46349              nits spotted by Borland compiler
46350              
46351              avoid redefinition warnings under Borland 5.02
46352              
46353              various nits identified by the Borland 5.5 compiler; remove suppression
46354              of a few warnings
46355      Branch: perl
46356           !> ext/File/Glob/bsd_glob.c sv.c toke.c utf8.h win32/makefile.mk
46357           !> win32/win32.h
46358 ____________________________________________________________________________
46359 [  9496] By: gsar                                  on 2001/03/31  23:22:28
46360         Log: various nits identified by the Borland 5.5 compiler; remove suppression
46361              of a few warnings
46362      Branch: maint-5.6/perl
46363            ! ext/File/Glob/bsd_glob.c sv.c win32/win32.h
46364 ____________________________________________________________________________
46365 [  9495] By: gsar                                  on 2001/03/31  21:03:08
46366         Log: avoid redefinition warnings under Borland 5.02
46367      Branch: maint-5.6/perl
46368            ! win32/makefile.mk
46369 ____________________________________________________________________________
46370 [  9494] By: gsar                                  on 2001/03/31  20:18:59
46371         Log: nits spotted by Borland compiler
46372      Branch: maint-5.6/perl
46373            ! utf8.h win32/win32.h
46374 ____________________________________________________________________________
46375 [  9493] By: gsar                                  on 2001/03/31  20:18:05
46376         Log: fix a broken workaround for Borland compiler in change#4739
46377              (caused weird "short reads" on DATA, which caused op/misc.t to fail)
46378      Branch: maint-5.6/perl
46379            ! toke.c
46380 ____________________________________________________________________________
46381 [  9492] By: jhi                                   on 2001/03/31  18:36:24
46382         Log: Integrate change #9491 from maintperl into mainline.
46383              
46384              Cwd::chdir() doesn't set $ENV{PWD} correctly on windows when the
46385              directory is relative (need to fetch the full path name *before*
46386              the chdir!)
46387      Branch: perl
46388           !> lib/Cwd.pm
46389 ____________________________________________________________________________
46390 [  9491] By: gsar                                  on 2001/03/31  17:01:56
46391         Log: Cwd::chdir() doesn't set $ENV{PWD} correctly on windows when the
46392              directory is relative (need to fetch the full path name *before*
46393              the chdir!)
46394              
46395              this is a followup patch for change#6749
46396      Branch: maint-5.6/perl
46397            ! lib/Cwd.pm
46398 ____________________________________________________________________________
46399 [  9490] By: jhi                                   on 2001/03/31  15:50:18
46400         Log: Subject: Re: [PATCH] av.h cosmetics
46401              From: Simon Cozens <simon@netthink.co.uk>
46402              Date: Sat, 31 Mar 2001 13:09:59 +0100
46403              Message-ID: <20010331130959.A22000@netthink.co.uk>
46404              
46405              Document AvALLOC.
46406      Branch: perl
46407            ! pod/perlguts.pod
46408 ____________________________________________________________________________
46409 [  9489] By: jhi                                   on 2001/03/31  15:48:44
46410         Log: Subject: [PATCH] Re: Math::Big* v1.21
46411              From: Tels <perl_dummy@bloodgate.com>
46412              Date: Sat, 31 Mar 2001 13:21:05 +0200 (CEST)
46413              Message-Id: <200103311125.GAA377738@www08.hway.net>
46414      Branch: perl
46415            ! pod/perlop.pod
46416 ____________________________________________________________________________
46417 [  9488] By: jhi                                   on 2001/03/31  03:39:51
46418         Log: Debug output tweak.
46419      Branch: perl
46420            ! t/lib/cwd.t
46421 ____________________________________________________________________________
46422 [  9487] By: jhi                                   on 2001/03/31  03:33:02
46423         Log: OverVMSification.
46424      Branch: perl
46425            ! t/lib/cwd.t
46426 ____________________________________________________________________________
46427 [  9486] By: jhi                                   on 2001/03/31  03:01:40
46428         Log: Missed MANIFESTations in #9483.
46429      Branch: perl
46430            ! MANIFEST
46431 ____________________________________________________________________________
46432 [  9485] By: jhi                                   on 2001/03/31  02:58:17
46433         Log: Subject: Not OK: perl v5.7.0 +DEVEL9472 on VMS_AXP V7.1 (UNINSTALLED)
46434              From: Peter Prymmer <pvhp@forte.com>
46435              Date: Fri, 30 Mar 2001 18:06:36 -0800 (PST)
46436              Message-ID: <Pine.OSF.4.10.10103301805450.63762-100000@aspara.forte.com>
46437      Branch: perl
46438            ! regexec.c t/lib/cwd.t
46439 ____________________________________________________________________________
46440 [  9484] By: jhi                                   on 2001/03/31  01:04:41
46441         Log: Obsolete file (see #3938)
46442      Branch: perl
46443            - lib/unicode/README.Ethiopic
46444            ! MANIFEST
46445 ____________________________________________________________________________
46446 [  9483] By: jhi                                   on 2001/03/31  00:52:42
46447         Log: Update to Unicode 3.1.
46448              (Rename Names.txt to NamesList.txt.)
46449      Branch: perl
46450            + lib/unicode/NamesList.txt lib/unicode/PropList.html
46451            - lib/unicode/Names.txt
46452            ! lib/unicode/Is/LbrkAI.pl lib/unicode/Is/LbrkAL.pl
46453            ! lib/unicode/Is/LbrkBA.pl lib/unicode/Is/LbrkBB.pl
46454            ! lib/unicode/Is/LbrkID.pl lib/unicode/Is/LbrkSG.pl
46455            ! lib/unicode/LineBrk.txt lib/unicode/NamesList.html
46456            ! lib/unicode/UCD.html lib/unicode/Unicode.html
46457            ! lib/unicode/rename lib/unicode/version
46458 ____________________________________________________________________________
46459 [  9482] By: jhi                                   on 2001/03/30  23:33:44
46460         Log: Subject: Re: [ID 20010330.003] O=Deparse,-p does not preserve "operational semantics"
46461              From: Robin Houston <robin@kitsite.com>
46462              Date: Fri, 30 Mar 2001 20:07:22 +0100
46463              Message-ID: <20010330200722.A2010@puffinry.freeserve.co.uk>
46464      Branch: perl
46465            ! ext/B/B/Deparse.pm
46466 ____________________________________________________________________________
46467 [  9481] By: jhi                                   on 2001/03/30  23:20:25
46468         Log: Subject: Re: [PATCH] CwdXS, Take 2
46469              From: Benjamin Sugars <bsugars@canoe.ca>
46470              Date: Fri, 30 Mar 2001 14:08:51 -0500 (EST)
46471              Message-ID: <Pine.LNX.4.21.0103301357490.1927-100000@marmot.rim.canoe.ca>
46472      Branch: perl
46473            + ext/Cwd/Cwd.xs ext/Cwd/Makefile.PL
46474            ! MANIFEST lib/Cwd.pm t/lib/cwd.t
46475 ____________________________________________________________________________
46476 [  9480] By: jhi                                   on 2001/03/30  22:52:38
46477         Log: Subject: [ID 20010330.006] incorrect WARNING from installperl "You've never run 'make test' or some tests failed!"
46478              From: David Dyck <dcd@tc.fluke.com>
46479              Date: Fri, 30 Mar 2001 14:44:13 -0800
46480              Message-Id: <200103302244.OAA12204@dd.tc.fluke.com>
46481              
46482              The t/rantests flags file creation was accidentally
46483              removed by #9217.
46484      Branch: perl
46485            ! Makefile.SH
46486 ____________________________________________________________________________
46487 [  9479] By: jhi                                   on 2001/03/30  22:45:45
46488         Log: Subject: [PATCH] File::Glob stuff for Mac OS
46489              From: Chris Nandor <pudge@pobox.com>
46490              Date: Fri, 30 Mar 2001 16:51:00 -0500
46491              Message-Id: <p05010400b6eaab36051c@[10.0.1.177]>
46492      Branch: perl
46493            ! ext/File/Glob/Glob.pm ext/File/Glob/bsd_glob.c
46494            ! t/lib/glob-basic.t t/lib/glob-case.t t/lib/glob-global.t
46495            ! t/lib/glob-taint.t
46496 ____________________________________________________________________________
46497 [  9478] By: jhi                                   on 2001/03/30  22:43:12
46498         Log: Subject: fix for win32/buildext.pl
46499              From: "Vadim Konovalov" <watman@inbox.ru>
46500              Date: Sat, 31 Mar 2001 00:50:36 +0400
46501              Message-ID: <005b01c0b95c$ac277250$7542983e@vad>
46502      Branch: perl
46503            ! win32/buildext.pl
46504 ____________________________________________________________________________
46505 [  9477] By: jhi                                   on 2001/03/30  22:41:16
46506         Log: Subject: small base.pm doc patch
46507              From: Leon Brocard <acme@astray.com>
46508              Date: Fri, 30 Mar 2001 21:49:57 +0100
46509              Message-ID: <20010330214957.B8733@ns0.astray.com>
46510      Branch: perl
46511            ! lib/base.pm
46512 ____________________________________________________________________________
46513 [  9476] By: jhi                                   on 2001/03/30  18:16:57
46514         Log: Subject: [PATCH] av.h cosmetics
46515              From: Simon Cozens <simon@netthink.co.uk>
46516              Date: Fri, 30 Mar 2001 18:12:28 +0100
46517              Message-ID: <20010330181228.A9319@netthink.co.uk>
46518      Branch: perl
46519            ! av.h
46520 ____________________________________________________________________________
46521 [  9475] By: jhi                                   on 2001/03/30  18:15:50
46522         Log: Subject: [DOC PATCH bleadperl] Two nits in perlhack.pod
46523              From: "Philip Newton" <pnewton@gmx.de>
46524              Date: Fri, 30 Mar 2001 19:06:57 +0200
46525              Message-ID: <3AC4D951.14815.1AC7068@localhost>
46526      Branch: perl
46527            ! pod/perlhack.pod
46528 ____________________________________________________________________________
46529 [  9474] By: jhi                                   on 2001/03/30  18:14:02
46530         Log: Subject: [PATCH] glob-basic.t (Was: [ID 20010328.016])
46531              From: Benjamin Sugars <bsugars@canoe.ca>
46532              Date: Fri, 30 Mar 2001 11:04:35 -0500 (EST)
46533              Message-ID: <Pine.LNX.4.21.0103301045130.1927-100000@marmot.rim.canoe.ca>
46534      Branch: perl
46535            ! t/lib/glob-basic.t
46536 ____________________________________________________________________________
46537 [  9473] By: jhi                                   on 2001/03/30  16:09:24
46538         Log: Update Changes.
46539      Branch: perl
46540            ! Changes patchlevel.h
46541 ____________________________________________________________________________
46542 [  9472] By: jhi                                   on 2001/03/30  15:16:08
46543         Log: Integrate perlio.
46544      Branch: perl
46545           !> t/lib/cwd.t t/lib/glob-basic.t
46546 ____________________________________________________________________________
46547 [  9471] By: nick                                  on 2001/03/30  14:47:10
46548         Log: Should be (^O eq 'MSWin32') not 'Win32'
46549              Fail #12 seems real - chdir is in wrong dir.
46550      Branch: perlio
46551            ! t/lib/cwd.t
46552 ____________________________________________________________________________
46553 [  9470] By: jhi                                   on 2001/03/30  14:41:11
46554         Log: Subject: Re: [ID 20010215.006] Bad arg length for Socket::unpack_sockaddr_un, length is 14 ... 
46555              From: Radu Greab <radu@netsoft.ro>
46556              Date: Fri, 30 Mar 2001 15:09:06 +0300 (EEST)
46557              Message-ID: <15044.30562.566390.559726@ix.netsoft.ro>
46558              
46559              Replace #9352.
46560      Branch: perl
46561            ! ext/Socket/Socket.xs pp_sys.c
46562 ____________________________________________________________________________
46563 [  9469] By: jhi                                   on 2001/03/30  14:37:51
46564         Log: Subject: PATCH pod/perldiag.pod
46565              From: Robin Houston <robin@kitsite.com>
46566              Date: Fri, 30 Mar 2001 14:10:36 +0100
46567              Message-ID: <20010330141036.A1105@puffinry.freeserve.co.uk>
46568      Branch: perl
46569            ! pod/perldiag.pod t/lib/glob-basic.t
46570 ____________________________________________________________________________
46571 [  9468] By: jhi                                   on 2001/03/30  14:36:36
46572         Log: Subject: Better diagnostic in io/fs.t
46573              From: andreas.koenig@anima.de (Andreas J. Koenig)
46574              Date: 30 Mar 2001 10:11:43 +0200
46575              Message-ID: <m3hf0boev4.fsf@ak-71.mind.de>
46576      Branch: perl
46577            ! t/io/fs.t
46578 ____________________________________________________________________________
46579 [  9467] By: nick                                  on 2001/03/30  14:25:43
46580         Log: Skip order test of glob if case-ignoring system cannot 
46581              create a.test and A.test
46582      Branch: perlio
46583            ! t/lib/glob-basic.t
46584 ____________________________________________________________________________
46585 [  9466] By: nick                                  on 2001/03/30  13:03:12
46586         Log: Integrate mainline.
46587      Branch: perlio
46588            - ext/re/hints/aix.pl
46589           !> MANIFEST ext/B/B/Debug.pm ext/B/B/Deparse.pm
46590           !> lib/ExtUtils/MM_VMS.pm op.c pod/perlop.pod t/comp/require.t
46591           !> t/io/utf8.t t/lib/b.t t/lib/digest.t t/lib/glob-basic.t
46592           !> t/lib/io_multihomed.t t/lib/io_sock.t t/lib/md5-file.t
46593 ____________________________________________________________________________
46594 [  9465] By: jhi                                   on 2001/03/30  03:53:37
46595         Log: Add timeouts to the tests.  (In AIX 4.3.1.0 + vac 5.0.0.0
46596              the tests sometimes hang, sometimes not.)
46597      Branch: perl
46598            ! t/lib/io_multihomed.t t/lib/io_sock.t
46599 ____________________________________________________________________________
46600 [  9464] By: jhi                                   on 2001/03/30  02:56:04
46601         Log: Subject: [PATCH @9452] Better peep()ing for foreach() loops
46602              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
46603              Date: Thu, 29 Mar 2001 18:50:45 -0800 (PST)
46604              Message-ID: <15043.62129.253487.470281@soda.csua.berkeley.edu>
46605      Branch: perl
46606            ! op.c
46607 ____________________________________________________________________________
46608 [  9463] By: jhi                                   on 2001/03/30  02:34:48
46609         Log: Test for #9462.
46610      Branch: perl
46611            ! t/lib/b.t
46612 ____________________________________________________________________________
46613 [  9462] By: jhi                                   on 2001/03/30  02:29:37
46614         Log: Subject: B::Deparse precedence bug. (Patch included.)
46615              From: Jeremy Madea <jmadea@inktomi.com>
46616              Date: Thu, 29 Mar 2001 12:05:02 -0800
46617              Message-ID: <20010329120502.A24881@dr.inktomi.com>
46618      Branch: perl
46619            ! ext/B/B/Deparse.pm
46620 ____________________________________________________________________________
46621 [  9461] By: jhi                                   on 2001/03/30  02:18:41
46622         Log: Subject: [PATCH: 9452] more tests (was Re: Perl5.7.*  Unicode/EBCDIC status.)
46623              From: Peter Prymmer <pvhp@forte.com>
46624              Date: Thu, 29 Mar 2001 18:01:18 -0800 (PST)
46625              Message-ID: <Pine.OSF.4.10.10103291731150.1326-100000@aspara.forte.com>
46626      Branch: perl
46627            ! t/comp/require.t t/io/utf8.t t/lib/digest.t t/lib/glob-basic.t
46628            ! t/lib/md5-file.t
46629 ____________________________________________________________________________
46630 [  9460] By: jhi                                   on 2001/03/30  02:17:07
46631         Log: Subject: PATCH: B::Debug should show LOOP-specific fields
46632              From: Robin Houston <robin@kitsite.com>
46633              Date: Thu, 29 Mar 2001 20:47:56 +0100
46634              Message-ID: <20010329204756.A32042@puffinry.freeserve.co.uk>
46635      Branch: perl
46636            ! ext/B/B/Debug.pm
46637 ____________________________________________________________________________
46638 [  9459] By: jhi                                   on 2001/03/30  02:16:05
46639         Log: Subject: [PATCH perl@9424] further MM_VMS.pm tweak
46640              From: "Craig A. Berry" <craig.berry@SignalTreeSolutions.com>
46641              Date: Wed, 28 Mar 2001 18:02:20 -0600
46642              Message-Id: <5.0.2.1.0.20010328172535.017d5600@exchi01>
46643      Branch: perl
46644            ! lib/ExtUtils/MM_VMS.pm
46645 ____________________________________________________________________________
46646 [  9458] By: jhi                                   on 2001/03/30  02:07:58
46647         Log: Subject: [ID 20010328.013] Misspelling in perlop(1p) manual page
46648              From: "Joshua E. Rodd" <jrodd@pbs.org>
46649              Date: Wed, 28 Mar 2001 17:29:12 -0500
46650              Message-Id: <E14iORE-0000ZV-00@shaggy.pbs.org>
46651      Branch: perl
46652            ! pod/perlop.pod
46653 ____________________________________________________________________________
46654 [  9457] By: jhi                                   on 2001/03/30  02:04:33
46655         Log: Subject: ext/re/aix.pl can go
46656              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
46657              Date: Thu, 29 Mar 2001 12:03:28 +0200
46658              Message-Id: <20010329120132.7C3B.H.M.BRAND@hccnet.nl>
46659      Branch: perl
46660            - ext/re/hints/aix.pl
46661            ! MANIFEST
46662 ____________________________________________________________________________
46663 [  9456] By: jhi                                   on 2001/03/30  02:03:32
46664         Log: Integrate perlio.
46665      Branch: perl
46666           !> ext/Encode/Encode.xs installperl
46667 ____________________________________________________________________________
46668 [  9455] By: nick                                  on 2001/03/29  21:11:46
46669         Log: DLL name has changed so installperl needs to know
46670              (Why isn't it working it out or passed it?)
46671      Branch: perlio
46672            ! installperl
46673 ____________________________________________________________________________
46674 [  9454] By: nick                                  on 2001/03/29  20:56:12
46675         Log: Change Encode's check arguments to 'bool' so SvTRUE gets used
46676              and we don't get undef warnings.
46677      Branch: perlio
46678            ! ext/Encode/Encode.xs
46679 ____________________________________________________________________________
46680 [  9453] By: nick                                  on 2001/03/29  17:58:48
46681         Log: Integrate mainline
46682      Branch: perlio
46683           !> Changes patchlevel.h
46684 ____________________________________________________________________________
46685 [  9452] By: jhi                                   on 2001/03/29  16:44:55
46686         Log: Update Changes.
46687      Branch: perl
46688            ! Changes patchlevel.h
46689 ____________________________________________________________________________
46690 [  9451] By: nick                                  on 2001/03/29  16:31:38
46691         Log: Integrate mainline
46692      Branch: perlio
46693           !> Changes Makefile.SH dump.c ext/Data/Dumper/Dumper.xs
46694           !> ext/Encode/Encode.xs ext/Storable/Storable.xs
46695           !> lib/ExtUtils/typemap patchlevel.h pod/perlhack.pod
46696           !> pod/perliol.pod t/lib/charnames.t t/lib/cwd.t t/op/bop.t
46697           !> t/op/vec.t t/op/ver.t toke.c utils/h2xs.PL
46698 ____________________________________________________________________________
46699 [  9450] By: jhi                                   on 2001/03/29  16:29:17
46700         Log: Integrate perlio.
46701      Branch: perl
46702           !> win32/buildext.pl
46703 ____________________________________________________________________________
46704 [  9449] By: jhi                                   on 2001/03/29  15:50:01
46705         Log: Update Changes.
46706      Branch: perl
46707            ! Changes patchlevel.h
46708 ____________________________________________________________________________
46709 [  9448] By: nick                                  on 2001/03/29  15:47:15
46710         Log: Make sure buildext.pl finds Errno.pm
46711      Branch: perlio
46712            ! win32/buildext.pl
46713 ____________________________________________________________________________
46714 [  9447] By: jhi                                   on 2001/03/29  15:39:34
46715         Log: Integrate perlio.
46716      Branch: perl
46717           !> win32/makefile.mk
46718 ____________________________________________________________________________
46719 [  9446] By: nick                                  on 2001/03/29  15:30:03
46720         Log: Integrate win32/makefile.mk with mainline.
46721      Branch: perlio
46722           !> win32/makefile.mk
46723 ____________________________________________________________________________
46724 [  9445] By: nick                                  on 2001/03/29  15:27:32
46725         Log: Fix breakage ... 
46726      Branch: perlio
46727            ! win32/makefile.mk
46728 ____________________________________________________________________________
46729 [  9444] By: jhi                                   on 2001/03/29  15:03:08
46730         Log: Subject: RE: Borland C++ for Win32 fixes; perl@9359 (also perl@9424)
46731              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
46732              Date: Thu, 29 Mar 2001 10:32:59 +0400
46733              Message-ID: <402099F49BEED211999700805FC7359FA8442D@ru0028exch01.spb.lucent.com>
46734      Branch: perl
46735            ! win32/makefile.mk
46736 ____________________________________________________________________________
46737 [  9443] By: jhi                                   on 2001/03/29  15:02:12
46738         Log: Integrate perlio.
46739      Branch: perl
46740           +> win32/buildext.pl
46741           !> MANIFEST ext/PerlIO/Via/Via.xs perlio.c perlio.h sv.c
46742           !> t/io/utf8.t t/lib/io_scalar.t win32/makefile.mk
46743 ____________________________________________________________________________
46744 [  9442] By: nick                                  on 2001/03/29  14:59:11
46745         Log: Work in progress - determine win32 extensions to build via script.
46746      Branch: perlio
46747            + win32/buildext.pl
46748            ! MANIFEST win32/makefile.mk
46749 ____________________________________________________________________________
46750 [  9441] By: jhi                                   on 2001/03/29  14:51:47
46751         Log: Reintroduce the use of external pwd.
46752      Branch: perl
46753            ! t/lib/cwd.t
46754 ____________________________________________________________________________
46755 [  9440] By: jhi                                   on 2001/03/29  14:42:58
46756         Log: use warnings instead of -w.
46757      Branch: perl
46758            ! utils/h2xs.PL
46759 ____________________________________________________________________________
46760 [  9439] By: jhi                                   on 2001/03/29  14:41:52
46761         Log: Subject: [PATCH h2xs.PL perl@9423] h2xs -w nits
46762              From: Jonathan Stowe <gellyfish@gellyfish.com>
46763              Date: Thu, 29 Mar 2001 09:34:12 +0100 (BST)
46764              Message-ID: <Pine.LNX.4.30.0103290929130.19409-100000@orpheus.gellyfish.com>
46765      Branch: perl
46766            ! utils/h2xs.PL
46767 ____________________________________________________________________________
46768 [  9438] By: jhi                                   on 2001/03/29  14:39:38
46769         Log: Subject: [PATCH perl@9424] minor pod nits
46770              From: Robin Barker <rmb1@cise.npl.co.uk>
46771              Date: Thu, 29 Mar 2001 14:43:05 +0100 (BST)
46772              Message-Id: <200103291343.OAA10827@tempest.npl.co.uk>
46773      Branch: perl
46774            ! pod/perlhack.pod pod/perliol.pod
46775 ____________________________________________________________________________
46776 [  9437] By: jhi                                   on 2001/03/29  14:29:16
46777         Log: Subject: [PATCH perl@9424] typemap cast warning
46778              From: Robin Barker <rmb1@cise.npl.co.uk>
46779              Date: Thu, 29 Mar 2001 13:58:47 +0100 (BST)
46780              Message-Id: <200103291258.NAA09360@tempest.npl.co.uk>
46781      Branch: perl
46782            ! lib/ExtUtils/typemap
46783 ____________________________________________________________________________
46784 [  9436] By: jhi                                   on 2001/03/29  14:26:03
46785         Log: Subject: [PATCH perl@9424] printf warning
46786              From: Robin Barker <rmb1@cise.npl.co.uk>
46787              Date: Thu, 29 Mar 2001 13:29:21 +0100 (BST)
46788              Message-Id: <200103291229.NAA03968@tempest.npl.co.uk>
46789      Branch: perl
46790            ! dump.c ext/Data/Dumper/Dumper.xs ext/Encode/Encode.xs
46791            ! ext/Storable/Storable.xs toke.c
46792 ____________________________________________________________________________
46793 [  9435] By: nick                                  on 2001/03/29  14:23:31
46794         Log: Win32 has name conflict with ERROR
46795      Branch: perlio
46796            ! ext/PerlIO/Via/Via.xs
46797 ____________________________________________________________________________
46798 [  9434] By: jhi                                   on 2001/03/29  14:17:48
46799         Log: Subject: [PATCH: 9424] some tests (was Re: Perl5.7.*  Unicode/EBCDIC status.)
46800              From: Peter Prymmer <pvhp@forte.com>
46801              Date: Wed, 28 Mar 2001 19:09:57 -0800 (PST)
46802              Message-ID: <Pine.OSF.4.10.10103281858520.314137-100000@aspara.forte.com>
46803      Branch: perl
46804            ! t/lib/charnames.t t/op/bop.t t/op/vec.t t/op/ver.t
46805 ____________________________________________________________________________
46806 [  9433] By: jhi                                   on 2001/03/29  13:52:44
46807         Log: test-prep target was missing.
46808      Branch: perl
46809            ! Makefile.SH
46810 ____________________________________________________________________________
46811 [  9432] By: nick                                  on 2001/03/29  12:40:03
46812         Log: Make as-shipped compiler default to MSVC6 
46813      Branch: perlio
46814            ! win32/makefile.mk
46815 ____________________________________________________________________________
46816 [  9431] By: nick                                  on 2001/03/29  12:12:16
46817         Log: Allow someone to write PerlIO::Array, PerlIO::Code, ...
46818              akin to PerlIO::Scalar.
46819      Branch: perlio
46820            ! perlio.c perlio.h
46821 ____________________________________________________________________________
46822 [  9430] By: nick                                  on 2001/03/29  10:56:35
46823         Log: Integrate mainline.
46824      Branch: perlio
46825           !> lib/File/Basename.pm lib/File/CheckTree.pm lib/File/Compare.pm
46826           !> lib/File/Copy.pm lib/File/DosGlob.pm lib/File/Find.pm
46827           !> lib/File/Path.pm lib/File/stat.pm t/lib/filecopy.t
46828           !> win32/makefile.mk win32/win32sck.c
46829 ____________________________________________________________________________
46830 [  9429] By: nick                                  on 2001/03/29  09:03:43
46831         Log: Noticed that two tests were skipped as perlio:: package
46832              isn't there any more. Changed the skip condition.
46833              Avoid core-dump if sv_utf8_upgrade() called on something
46834              that does not become SvPOK after SvPV() (e.g. a ref).
46835      Branch: perlio
46836            ! sv.c t/io/utf8.t t/lib/io_scalar.t
46837 ____________________________________________________________________________
46838 [  9428] By: jhi                                   on 2001/03/29  01:31:47
46839         Log: Subject: [PATCH] Enable warnings in File::* (was: B::Terse and warnings)
46840              From: Benjamin Sugars <bsugars@canoe.ca> 
46841              Date: Tue, 27 Mar 2001 16:27:38 -0500 (EST)
46842              Message-ID: <Pine.LNX.4.21.0103271612250.2007-100000@marmot.rim.canoe.ca>
46843      Branch: perl
46844            ! lib/File/Basename.pm lib/File/CheckTree.pm lib/File/Compare.pm
46845            ! lib/File/Copy.pm lib/File/DosGlob.pm lib/File/Find.pm
46846            ! lib/File/Path.pm lib/File/stat.pm t/lib/filecopy.t
46847 ____________________________________________________________________________
46848 [  9427] By: jhi                                   on 2001/03/29  00:49:30
46849         Log: Subject: Borland C++ for Win32 fixes; perl@9359 (also perl@9424)
46850              From: "Vadim Konovalov" <watman@inbox.ru>
46851              Date: Thu, 29 Mar 2001 01:50:12 +0400
46852              Message-ID: <001c01c0b7d1$463dd880$5742983e@vad>
46853      Branch: perl
46854            ! win32/makefile.mk win32/win32sck.c
46855 ____________________________________________________________________________
46856 [  9426] By: gsar                                  on 2001/03/29  00:28:04
46857         Log: dmake can only handle == and != in comparisons; support building
46858              with Borland's VCL libraries (from Vadim Konovalov)
46859      Branch: maint-5.6/perl
46860            ! win32/makefile.mk
46861 ____________________________________________________________________________
46862 [  9425] By: nick                                  on 2001/03/28  19:29:56
46863         Log: Integrate (@snapshot)
46864      Branch: perlio
46865           !> Changes Makefile.SH patchlevel.h t/lib/cwd.t
46866 ____________________________________________________________________________
46867 [  9424] By: jhi                                   on 2001/03/28  19:03:16
46868         Log: Update Changes.
46869      Branch: perl
46870            ! Changes patchlevel.h
46871 ____________________________________________________________________________
46872 [  9423] By: jhi                                   on 2001/03/28  18:52:09
46873         Log: Rmdir lib/XS on cleanup.
46874      Branch: perl
46875            ! Makefile.SH
46876 ____________________________________________________________________________
46877 [  9422] By: jhi                                   on 2001/03/28  18:49:34
46878         Log: Integrate perlio.
46879      Branch: perl
46880           !> t/op/utf8decode.t
46881 ____________________________________________________________________________
46882 [  9421] By: nick                                  on 2001/03/28  18:46:44
46883         Log: Loose duplicate chunk.
46884      Branch: perlio
46885            ! t/op/utf8decode.t
46886 ____________________________________________________________________________
46887 [  9420] By: nick                                  on 2001/03/28  18:44:11
46888         Log: Integrate mainline.
46889      Branch: perlio
46890           !> ext/IO/IO.xs lib/ExtUtils/MM_VMS.pm makedef.pl vms/vms.c
46891           !> vms/vmsish.h
46892 ____________________________________________________________________________
46893 [  9419] By: jhi                                   on 2001/03/28  18:42:05
46894         Log: Can't trust external pwds
46895              (either shell builtins or external programs)
46896      Branch: perl
46897            ! t/lib/cwd.t
46898 ____________________________________________________________________________
46899 [  9418] By: jhi                                   on 2001/03/28  18:34:05
46900         Log: Integrate perlio.
46901      Branch: perl
46902            - lib/perlio.pm
46903           !> MANIFEST lib/PerlIO.pm lib/open.pm perlio.c t/lib/b.t
46904           !> t/op/utf8decode.t
46905 ____________________________________________________________________________
46906 [  9417] By: nick                                  on 2001/03/28  18:24:02
46907         Log: PerlIO.pm / perlio.pm conflict.
46908              Update some pods.
46909              Make t/op/utf8decode.t a text file.
46910      Branch: perlio
46911            - lib/perlio.pm
46912            ! MANIFEST lib/PerlIO.pm lib/open.pm perlio.c t/lib/b.t
46913            ! t/op/utf8decode.t
46914 ____________________________________________________________________________
46915 [  9416] By: jhi                                   on 2001/03/28  18:06:07
46916         Log: Integrate change #9409 from mainline to maintperl.
46917              
46918              Yet another tweak on AIX dynaloading.
46919      Branch: maint-5.6/perl
46920           !> ext/DynaLoader/dl_aix.xs ext/DynaLoader/hints/aix.pl
46921 ____________________________________________________________________________
46922 [  9415] By: gsar                                  on 2001/03/28  17:13:01
46923         Log: integrate changes#9377,9385,9401 from mainline
46924              
46925              Subject: RE: 5.6.0 BUG: Lexical warnings aren't lexical
46926              
46927              If directory entries compare equal case-insensitively,
46928              retry case-sensitively.
46929              
46930              Subject: [PATCH] B::Terse and warnings
46931      Branch: maint-5.6/perl
46932           !> ext/B/B.pm ext/B/B/Terse.pm ext/File/Glob/bsd_glob.c gv.c
46933           !> t/pragma/warn/perl
46934 ____________________________________________________________________________
46935 [  9414] By: jhi                                   on 2001/03/28  17:11:12
46936         Log: Subject: [PATCH perl@9359] VMS fix-ups and status
46937              From: "Craig A. Berry" <craigberry@mac.com>
46938              Date: Wed, 28 Mar 2001 10:55:20 -0600
46939              Message-Id: <5.0.2.1.0.20010327164600.031563e8@exchi01>
46940      Branch: perl
46941            ! ext/IO/IO.xs lib/ExtUtils/MM_VMS.pm vms/vms.c vms/vmsish.h
46942 ____________________________________________________________________________
46943 [  9413] By: jhi                                   on 2001/03/28  17:03:12
46944         Log: Dup hunk.
46945      Branch: perl
46946            ! t/op/utf8decode.t
46947 ____________________________________________________________________________
46948 [  9412] By: jhi                                   on 2001/03/28  17:02:36
46949         Log: Forced integrate from perlio.
46950      Branch: perl
46951           !> t/op/utf8decode.t
46952 ____________________________________________________________________________
46953 [  9411] By: nick                                  on 2001/03/28  16:50:03
46954         Log: Integrate mainline.
46955      Branch: perlio
46956           +> t/lib/cwd.t
46957           !> MANIFEST ext/DynaLoader/dl_aix.xs ext/DynaLoader/hints/aix.pl
46958           !> ext/IO/lib/IO/Socket.pm ext/XS/Typemap/Typemap.pm
46959           !> ext/XS/Typemap/Typemap.xs ext/XS/Typemap/typemap gv.c
46960           !> makedef.pl pp.c t/lib/xs-typemap.t t/op/utf8decode.t
46961           !> t/pragma/warn/perl
46962 ____________________________________________________________________________
46963 [  9410] By: jhi                                   on 2001/03/28  16:44:23
46964         Log: Subject: Re: [PATCH] 9403 cannot be tested
46965              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
46966              Date: Wed, 28 Mar 2001 18:33:56 +0200
46967              Message-Id: <20010328182418.7C17.H.M.BRAND@hccnet.nl>
46968      Branch: perl
46969            ! makedef.pl
46970 ____________________________________________________________________________
46971 [  9409] By: jhi                                   on 2001/03/28  16:12:45
46972         Log: Yet another tweak on AIX dynaloading.
46973      Branch: perl
46974            ! ext/DynaLoader/dl_aix.xs ext/DynaLoader/hints/aix.pl
46975 ____________________________________________________________________________
46976 [  9408] By: jhi                                   on 2001/03/28  15:52:55
46977         Log: Subject: [PATCH] 9403 cannot be tested
46978              From: "H.Merijn Brand" <h.m.brand@hccnet.nl> 
46979              Date: Wed, 28 Mar 2001 17:23:00 +0200
46980              Message-Id: <20010328171835.7C14.H.M.BRAND@hccnet.nl>
46981              
46982              A missing symbol.
46983      Branch: perl
46984            ! makedef.pl
46985 ____________________________________________________________________________
46986 [  9407] By: jhi                                   on 2001/03/28  15:47:43
46987         Log: Integrate perlio. (with tweaks on t/op/utf8decode.t)
46988      Branch: perl
46989            ! t/op/utf8decode.t
46990           !> ext/MIME/Base64/QuotedPrint.pm ext/re/re.pm perl.h regcomp.c
46991           !> t/op/each.t t/op/pat.t t/op/regexp.t utf8.c
46992 ____________________________________________________________________________
46993 [  9406] By: jhi                                   on 2001/03/28  15:37:08
46994         Log: Subject: [PATCH] cwd.t (was: Cwd has no tests?)
46995              From: Benjamin Sugars <bsugars@canoe.ca> 
46996              Date: Tue, 27 Mar 2001 17:37:05 -0500 (EST)
46997              Message-ID: <Pine.LNX.4.21.0103271719540.2007-100000@marmot.rim.canoe.ca>
46998      Branch: perl
46999            + t/lib/cwd.t
47000            ! MANIFEST
47001 ____________________________________________________________________________
47002 [  9405] By: jhi                                   on 2001/03/28  15:13:18
47003         Log: pp_ne() needs a CORRECT boolean.
47004      Branch: perl
47005            ! pp.c
47006 ____________________________________________________________________________
47007 [  9404] By: jhi                                   on 2001/03/28  15:09:23
47008         Log: pp_ne() needs a boolean, not an integer.
47009      Branch: perl
47010            ! pp.c
47011 ____________________________________________________________________________
47012 [  9403] By: jhi                                   on 2001/03/28  14:47:43
47013         Log: (Retracted by #9404.)
47014      Branch: perl
47015            ! pp.c
47016 ____________________________________________________________________________
47017 [  9402] By: jhi                                   on 2001/03/28  14:43:59
47018         Log: Subject: Re: [PATCH] Typemap testing
47019              From: Tim Jenness <t.jenness@jach.hawaii.edu> 
47020              Date: Tue, 27 Mar 2001 16:34:03 -1000 (HST)
47021              Message-ID: <Pine.LNX.4.30.0103271633030.21198-100000@lapaki.jach.hawaii.edu>
47022      Branch: perl
47023            ! ext/XS/Typemap/Typemap.pm ext/XS/Typemap/Typemap.xs
47024            ! ext/XS/Typemap/typemap t/lib/xs-typemap.t
47025 ____________________________________________________________________________
47026 [  9401] By: jhi                                   on 2001/03/28  14:42:14
47027         Log: Subject: RE: 5.6.0 BUG: Lexical warnings aren't lexical
47028              From: "Paul Marquess" <Paul_Marquess@Yahoo.co.uk>
47029              Date: Sun, 25 Mar 2001 21:59:15 +0100
47030              Message-ID: <000701c0b56e$73944220$07bdfea9@bfs.phone.com>
47031              
47032              A variable will be checked for the "use once" warnings if:
47033              
47034              1. It is in the scope of a use warnings 'once'
47035              2. It isn't in the scope of the warnings pragma at all AND $^W is set.
47036              
47037              Otherwise it won't be checked at all.
47038              
47039              Part 1 is what is in perl >= 5.6.0, Part 2 is what I'm fixing.
47040              
47041              The enclosed patch partially fixes this issue. What I didn't
47042              get to work was the case where the "used once" warning is enabled
47043              in any file other than the main file.
47044      Branch: perl
47045            ! gv.c t/pragma/warn/perl
47046 ____________________________________________________________________________
47047 [  9400] By: nick                                  on 2001/03/28  14:38:24
47048         Log: More EBCDIC tweaks:
47049              - one more swash issue &~(0xA0-1) did not do the right thing,
47050              for UTF-EBCDIC where &~(0x80-1) does for UTF-8.
47051              - add "use re 'asciirange'" to make [!-~] etc. work
47052              use it in MIME::QuotedPrint and t/op/regexp.t and t/op/pat.t
47053              - Choose a key for t/op/each.t test which gets encoded.
47054              - Skip utf8decode if this is UTF-EBCDIC.
47055      Branch: perlio
47056            ! ext/MIME/Base64/QuotedPrint.pm ext/re/re.pm perl.h regcomp.c
47057            ! t/op/each.t t/op/pat.t t/op/regexp.t t/op/utf8decode.t utf8.c
47058 ____________________________________________________________________________
47059 [  9399] By: jhi                                   on 2001/03/28  14:21:00
47060         Log: Extend the SvROK() testing also to pp_ne(), pointed out by
47061              Andreas Schwab.
47062      Branch: perl
47063            ! pp.c
47064 ____________________________________________________________________________
47065 [  9398] By: jhi                                   on 2001/03/28  00:55:56
47066         Log: Subject: [ID 20010327.007] New warning from IO::Socket for sockatmark
47067              From: David Dyck <dcd@tc.fluke.com>
47068              Date: Tue, 27 Mar 2001 15:16:24 -0800
47069              Message-Id: <200103272316.PAA21921@dd.tc.fluke.com>
47070      Branch: perl
47071            ! ext/IO/lib/IO/Socket.pm
47072 ____________________________________________________________________________
47073 [  9397] By: jhi                                   on 2001/03/27  21:52:49
47074         Log: Integrate perlio.
47075      Branch: perl
47076           +> ext/PerlIO/Via/Makefile.PL ext/PerlIO/Via/Via.pm
47077           +> ext/PerlIO/Via/Via.xs
47078           !> MANIFEST ext/PerlIO/Scalar/Scalar.pm lib/PerlIO.pm
47079 ____________________________________________________________________________
47080 [  9396] By: nick                                  on 2001/03/27  21:45:13
47081         Log: Integrate mainline.
47082      Branch: perlio
47083           !> embed.h embed.pl ext/XS/Typemap/Typemap.xs gv.c
47084           !> pod/perlapi.pod proto.h sv.c sv.h t/op/magic.t utils/h2xs.PL
47085 ____________________________________________________________________________
47086 [  9395] By: nick                                  on 2001/03/27  21:18:58
47087         Log: Outline docs for PerlIO and PerlIO::Scalar
47088      Branch: perlio
47089            ! ext/PerlIO/Scalar/Scalar.pm lib/PerlIO.pm
47090 ____________________________________________________________________________
47091 [  9394] By: nick                                  on 2001/03/27  20:50:13
47092         Log: PerlIO::Via layer (alpha-ish).
47093      Branch: perlio
47094            + ext/PerlIO/Via/Makefile.PL ext/PerlIO/Via/Via.pm
47095            + ext/PerlIO/Via/Via.xs
47096            ! MANIFEST
47097 ____________________________________________________________________________
47098 [  9393] By: jhi                                   on 2001/03/27  20:49:55
47099         Log: Retract #9329 now that 9390 should take care of the matter.
47100      Branch: perl
47101            ! utils/h2xs.PL
47102 ____________________________________________________________________________
47103 [  9390] By: jhi                                   on 2001/03/27  20:47:50
47104         Log: Subject: Autoloading Errno.pm when %! is encountered
47105              From: Robin Houston <robin@kitsite.com>
47106              Date: Tue, 27 Mar 2001 20:57:11 +0100
47107              Message-ID: <20010327205710.A24053@puffinry.freeserve.co.uk>
47108      Branch: perl
47109            ! embed.h embed.pl gv.c proto.h t/op/magic.t
47110 ____________________________________________________________________________
47111 [  9389] By: jhi                                   on 2001/03/27  20:24:31
47112         Log: Integrate perlio.
47113      Branch: perl
47114           !> doop.c ext/Encode/Encode.pm ext/MIME/Base64/Base64.xs
47115           !> ext/MIME/Base64/QuotedPrint.pm t/lib/encode.t t/lib/mimeb64.t
47116           !> utf8.c
47117 ____________________________________________________________________________
47118 [  9388] By: jhi                                   on 2001/03/27  20:21:38
47119         Log: Better have a three-element array if one is going to assign
47120              to the third element of that array. (from Tim Jenness)
47121      Branch: perl
47122            ! ext/XS/Typemap/Typemap.xs
47123 ____________________________________________________________________________
47124 [  9387] By: nick                                  on 2001/03/27  20:15:43
47125         Log: Integrate mainline.
47126      Branch: perlio
47127           +> ext/XS/Typemap/Makefile.PL ext/XS/Typemap/README
47128           +> ext/XS/Typemap/Typemap.pm ext/XS/Typemap/Typemap.xs
47129           +> ext/XS/Typemap/stdio.c ext/XS/Typemap/typemap
47130           +> t/lib/xs-typemap.t
47131           !> (integrate 34 files)
47132 ____________________________________________________________________________
47133 [  9386] By: jhi                                   on 2001/03/27  20:04:18
47134         Log: Subject: Re: perl@9359 breaks HTML::Parser
47135              From: Gisle Aas <gisle@ActiveState.com>
47136              Date: 27 Mar 2001 11:30:24 -0800
47137              Message-ID: <lrr8zjxb5b.fsf@caliper.ActiveState.com>
47138              
47139              Clarify the UTF-8 issues of the API docs.
47140              (Slightly reworded and expanded.)
47141      Branch: perl
47142            ! pod/perlapi.pod sv.c sv.h
47143 ____________________________________________________________________________
47144 [  9385] By: jhi                                   on 2001/03/27  19:44:25
47145         Log: If directory entries compare equal case-insensitively,
47146              retry case-sensitively.
47147      Branch: perl
47148            ! ext/File/Glob/bsd_glob.c
47149 ____________________________________________________________________________
47150 [  9384] By: nick                                  on 2001/03/27  19:38:50
47151         Log: Various EBCDIC fixes:
47152              - major revelation that swash code is encoding aware,
47153              (or thought it was) - now it is ;-)
47154              - With that out of the way fix a slab of tr/// cases.
47155              - Fix Encode 'Unicode' to be true Unicode so tests pass.
47156              - As anticipated Base64.xs needed tweaks.
47157              - Until tr/// works right avoid old_encode64 in MIME tests.
47158      Branch: perlio
47159            ! doop.c ext/Encode/Encode.pm ext/MIME/Base64/Base64.xs
47160            ! t/lib/encode.t t/lib/mimeb64.t utf8.c
47161 ____________________________________________________________________________
47162 [  9383] By: jhi                                   on 2001/03/27  18:34:41
47163         Log: Add the std test suite BEGIN block.
47164      Branch: perl
47165            ! t/lib/xs-typemap.t
47166 ____________________________________________________________________________
47167 [  9382] By: jhi                                   on 2001/03/27  15:16:07
47168         Log: Add debugging output to the test.
47169      Branch: perl
47170            ! t/lib/glob-basic.t
47171 ____________________________________________________________________________
47172 [  9381] By: jhi                                   on 2001/03/27  15:08:10
47173         Log: Add Tim Jenness' XS::Typemap for exercizing the standard typemap.
47174      Branch: perl
47175            + ext/XS/Typemap/Makefile.PL ext/XS/Typemap/README
47176            + ext/XS/Typemap/Typemap.pm ext/XS/Typemap/Typemap.xs
47177            + ext/XS/Typemap/stdio.c ext/XS/Typemap/typemap
47178            + t/lib/xs-typemap.t
47179            ! MANIFEST
47180 ____________________________________________________________________________
47181 [  9380] By: jhi                                   on 2001/03/27  14:48:34
47182         Log: Subject: [PATCH] Typemap testing
47183              From: Tim Jenness <t.jenness@jach.hawaii.edu> 
47184              Date: Sun, 25 Mar 2001 16:46:12 -1000 (HST)
47185              Message-ID: <Pine.LNX.4.30.0103251629350.16988-101000@lapaki.jach.hawaii.edu>
47186              
47187              (The first part of the patch.)
47188      Branch: perl
47189            ! lib/ExtUtils/typemap lib/ExtUtils/xsubpp
47190 ____________________________________________________________________________
47191 [  9379] By: jhi                                   on 2001/03/27  14:44:56
47192         Log: Subject: Re: [PATCH] t/lib/glob-basic.t  
47193              From: Benjamin Sugars <bsugars@canoe.ca> 
47194              Date: Mon, 26 Mar 2001 14:11:47 -0500 (EST)
47195              Message-ID: <Pine.LNX.4.21.0103261406170.2729-100000@marmot.rim.canoe.ca>
47196      Branch: perl
47197            ! t/lib/glob-basic.t
47198 ____________________________________________________________________________
47199 [  9378] By: jhi                                   on 2001/03/27  14:42:30
47200         Log: Subject: [PATCH] perlvar nit
47201              From: Simon Cozens <simon@netthink.co.uk>
47202              Date: Tue, 27 Mar 2001 01:12:01 +0100
47203              Message-ID: <20010327011201.A19179@netthink.co.uk>
47204      Branch: perl
47205            ! pod/perlvar.pod
47206 ____________________________________________________________________________
47207 [  9377] By: jhi                                   on 2001/03/27  14:36:26
47208         Log: Subject: [PATCH] B::Terse and warnings
47209              From: Benjamin Sugars <ben.sugars@home.com>
47210              Date: Mon, 26 Mar 2001 23:40:33 -0500 (EST)
47211              Message-ID: <Pine.LNX.4.21.0103262320170.20040-100000@localhost.localdomain>
47212      Branch: perl
47213            ! ext/B/B.pm ext/B/B/Terse.pm
47214 ____________________________________________________________________________
47215 [  9376] By: jhi                                   on 2001/03/27  14:31:31
47216         Log: Document sockatmark() some.
47217      Branch: perl
47218            ! pod/perldiag.pod pod/perlfunc.pod pod/perlport.pod
47219            ! pod/perltoc.pod
47220 ____________________________________________________________________________
47221 [  9375] By: jhi                                   on 2001/03/27  14:00:24
47222         Log: sv_catpvf(sv, "%c", 128) should not UTF-8-ify the sv,
47223              noted by Gisle and fixed by NI-S.
47224      Branch: perl
47225            ! sv.c
47226 ____________________________________________________________________________
47227 [  9374] By: jhi                                   on 2001/03/27  05:50:01
47228         Log: Regen toc.
47229      Branch: perl
47230            ! pod/perltoc.pod
47231 ____________________________________________________________________________
47232 [  9373] By: jhi                                   on 2001/03/27  05:43:51
47233         Log: Pixie documenting.
47234      Branch: perl
47235            ! Makefile.SH pod/perlhack.pod
47236 ____________________________________________________________________________
47237 [  9372] By: jhi                                   on 2001/03/27  05:29:34
47238         Log: Metaconfig unit changes for #9371.
47239      Branch: metaconfig
47240            ! U/modified/myhostname.U
47241      Branch: metaconfig/U/perl
47242            + d_sockatmark.U
47243            ! gccvers.U
47244 ____________________________________________________________________________
47245 [  9371] By: jhi                                   on 2001/03/27  05:29:07
47246         Log: Add sockatmark() probing.
47247      Branch: perl
47248            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
47249            ! config_h.SH configure.com epoc/config.sh uconfig.h uconfig.sh
47250            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
47251            ! vos/config.ga.h win32/config.bc win32/config.gc
47252            ! win32/config.vc
47253 ____________________________________________________________________________
47254 [  9370] By: jhi                                   on 2001/03/26  22:01:18
47255         Log: pp_ncmp() and pp_scmp() should return numeric values, not booleans.
47256              Really need to benchmark this.
47257      Branch: perl
47258            ! pp.c
47259 ____________________________________________________________________________
47260 [  9369] By: nick                                  on 2001/03/26  21:59:30
47261         Log: Integrate mainline.
47262      Branch: perlio
47263            ! ext/MIME/Base64/QuotedPrint.pm
47264           !> Changes Makefile.SH ext/IO/IO.xs ext/IO/lib/IO/Socket.pm
47265           !> patchlevel.h pod/perlhack.pod pp_sys.c
47266 ____________________________________________________________________________
47267 [  9368] By: jhi                                   on 2001/03/26  21:47:03
47268         Log: Treat pp_ncmp() and pp_scmp() as in #9366 (ROK).
47269              
47270              TODO1: perlbench.
47271              TODO2: le, lt, ge, gt?  Yech.
47272      Branch: perl
47273            ! pp.c
47274 ____________________________________________________________________________
47275 [  9367] By: jhi                                   on 2001/03/26  21:34:57
47276         Log: Too much cut-and-paste in #9363.
47277      Branch: perl
47278            ! pp_sys.c
47279 ____________________________________________________________________________
47280 [  9366] By: jhi                                   on 2001/03/26  21:20:53
47281         Log: Subject: $ref1 == $ref2 without NV_PRESERVES_UV
47282              From: Andreas Schwab <schwab@suse.de>
47283              Date: 26 Mar 2001 17:29:04 +0200
47284              Message-ID: <jeitkw5z27.fsf@hawking.suse.de>
47285              
47286              (The patch for 5.6.0 or so, this is a guess for bleadperl)
47287      Branch: perl
47288            ! pp_hot.c
47289 ____________________________________________________________________________
47290 [  9365] By: jhi                                   on 2001/03/26  21:07:54
47291         Log: Integrate perlio.
47292      Branch: perl
47293           !> perlio.c
47294 ____________________________________________________________________________
47295 [  9364] By: nick                                  on 2001/03/26  20:30:48
47296         Log: REFCNT botch in layer name cache hash.
47297      Branch: perlio
47298            ! perlio.c
47299 ____________________________________________________________________________
47300 [  9363] By: jhi                                   on 2001/03/26  18:44:32
47301         Log: Subject: [PATCH] socket() leaks file descriptors
47302              From: Benjamin Sugars <bsugars@canoe.ca>
47303              Date: Mon, 26 Mar 2001 13:29:54 -0500 (EST)
47304              Message-ID: <Pine.LNX.4.21.0103261315510.2729-100000@marmot.rim.canoe.ca>
47305              
47306              Also sockpair() fixed similarly.
47307      Branch: perl
47308            ! pp_sys.c
47309 ____________________________________________________________________________
47310 [  9362] By: jhi                                   on 2001/03/26  18:37:52
47311         Log: Integrate perlio.
47312      Branch: perl
47313           !> README.os390 miniperlmain.c perlio.c perliol.h t/op/pat.t
47314 ____________________________________________________________________________
47315 [  9361] By: nick                                  on 2001/03/26  17:32:06
47316         Log: Implement flush of linebuffered streams on read of a tty.
47317      Branch: perlio
47318            ! perlio.c perliol.h
47319 ____________________________________________________________________________
47320 [  9360] By: nick                                  on 2001/03/26  17:12:32
47321         Log: Memory tweaks and notes for OEMVS.
47322      Branch: perlio
47323            ! README.os390 miniperlmain.c t/op/pat.t
47324 ____________________________________________________________________________
47325 [  9359] By: jhi                                   on 2001/03/26  02:12:54
47326         Log: Update Changes.
47327      Branch: perl
47328            ! Changes patchlevel.h
47329 ____________________________________________________________________________
47330 [  9358] By: jhi                                   on 2001/03/26  02:05:32
47331         Log: Document the most common pixie options.
47332      Branch: perl
47333            ! pod/perlhack.pod
47334 ____________________________________________________________________________
47335 [  9357] By: jhi                                   on 2001/03/26  01:25:28
47336         Log: For perl.pixie check *before* compiling that optimize is -g,
47337              as for perl.third.
47338      Branch: perl
47339            ! Makefile.SH
47340 ____________________________________________________________________________
47341 [  9356] By: jhi                                   on 2001/03/26  01:13:41
47342         Log: rmdir lib/Digest, lib/MIME, and lib/PerlIO.
47343      Branch: perl
47344            ! Makefile.SH
47345 ____________________________________________________________________________
47346 [  9355] By: jhi                                   on 2001/03/26  01:11:19
47347         Log: Remove t/perl.third.
47348      Branch: perl
47349            ! Makefile.SH
47350 ____________________________________________________________________________
47351 [  9354] By: jhi                                   on 2001/03/26  00:23:38
47352         Log: Implement IO::Socket::atmark(), inspired by Lincoln Stein's
47353              IO::Sockatmark().
47354      Branch: perl
47355            ! ext/IO/IO.xs ext/IO/lib/IO/Socket.pm
47356 ____________________________________________________________________________
47357 [  9353] By: jhi                                   on 2001/03/25  22:25:04
47358         Log: Integrate perlio.
47359      Branch: perl
47360           !> ext/Encode/Encode.pm ext/Encode/Encode.xs
47361           !> ext/PerlIO/Scalar/Scalar.xs perl.c perlio.c perlio.h perliol.h
47362           !> pp_hot.c win32/makefile.mk
47363 ____________________________________________________________________________
47364 [  9352] By: jhi                                   on 2001/03/25  22:21:41
47365         Log: Subject: Re: [ID 20010215.006] Bad arg length for Socket::unpack_sockaddr_un, length is 14 ...
47366              From: Radu Greab <radu@netsoft.ro>
47367              Date: Fri, 23 Mar 2001 21:14:59 +0200 (EET)
47368              Message-ID: <15035.41139.646781.478457@ix.netsoft.ro>
47369      Branch: perl
47370            ! pp_sys.c
47371 ____________________________________________________________________________
47372 [  9351] By: nick                                  on 2001/03/25  22:15:02
47373         Log: Fix readline in list mode to tell rest of world that it has
47374              things on the stack. Otherwise if perl code gets invoked
47375              underneath it it scribbles over results-so-far.
47376              (Why TIEHANDLE has not tripped on this is a mystery.)
47377      Branch: perlio
47378            ! pp_hot.c
47379 ____________________________________________________________________________
47380 [  9350] By: nick                                  on 2001/03/25  22:10:13
47381         Log: win32/makefile.mk typos
47382      Branch: perlio
47383            ! win32/makefile.mk
47384 ____________________________________________________________________________
47385 [  9349] By: nick                                  on 2001/03/25  21:31:14
47386         Log: Integrate now-non-binary file.
47387      Branch: perlio
47388           !> t/lib/mimeqp.t
47389 ____________________________________________________________________________
47390 [  9348] By: nick                                  on 2001/03/25  21:27:24
47391         Log: Make it text
47392      Branch: perlio
47393            ! t/lib/mimeqp.t
47394 ____________________________________________________________________________
47395 [  9347] By: nick                                  on 2001/03/25  21:25:37
47396         Log: Integrate mainline.
47397      Branch: perlio
47398           !> ext/Digest/MD5/MD5.pm ext/MIME/Base64/Base64.pm
47399           !> lib/Term/ReadLine.pm t/lib/md5-file.t
47400 ____________________________________________________________________________
47401 [  9346] By: nick                                  on 2001/03/25  20:58:15
47402         Log: Add destruct time hook to PerlIO (for work-in-process implementing
47403              layers in perl code. In such cases layers need to be popped before
47404              we loose the ability to run perl code.)
47405              Also back-out "PerlIO::object" hook - it isn't going to work like that...
47406      Branch: perlio
47407            ! perl.c perlio.c perlio.h perliol.h
47408 ____________________________________________________________________________
47409 [  9345] By: nick                                  on 2001/03/25  20:49:11
47410         Log: Avoid at leasy one of undefined warnings in Encode.
47411      Branch: perlio
47412            ! ext/Encode/Encode.pm ext/Encode/Encode.xs
47413 ____________________________________________________________________________
47414 [  9344] By: jhi                                   on 2001/03/25  20:37:43
47415         Log: A workaround for using Term::ReadLine in emacs minibuffer
47416              from Wybo Dekker <wybo@servalys.nl> and Johan Vromans;
47417              additional tweaks from Ilya Zakharevich.
47418      Branch: perl
47419            ! lib/Term/ReadLine.pm
47420 ____________________________________________________________________________
47421 [  9343] By: nick                                  on 2001/03/25  20:21:14
47422         Log: Missing return value.
47423      Branch: perlio
47424            ! ext/PerlIO/Scalar/Scalar.xs
47425 ____________________________________________________________________________
47426 [  9342] By: jhi                                   on 2001/03/25  16:21:00
47427         Log: Roll back the version numbers of Digest::MD5 and MIME::Base64
47428              to equal the CPAN versions since no code changes have been made.
47429      Branch: perl
47430            ! ext/Digest/MD5/MD5.pm ext/MIME/Base64/Base64.pm
47431            ! t/lib/md5-file.t
47432 ____________________________________________________________________________
47433 [  9341] By: jhi                                   on 2001/03/25  16:01:48
47434         Log: Escape 8-bit characters.
47435      Branch: perl
47436            ! t/lib/mimeqp.t
47437 ____________________________________________________________________________
47438 [  9340] By: gsar                                  on 2001/03/25  15:50:53
47439         Log: readd mimeqp.t as xtext (used to be binary because of the literal 8-bit
47440              chars)
47441      Branch: perl
47442            + t/lib/mimeqp.t
47443 ____________________________________________________________________________
47444 [  9339] By: gsar                                  on 2001/03/25  15:48:50
47445         Log: delete mimeqp.t for later add with text mode set
47446      Branch: perl
47447            - t/lib/mimeqp.t
47448 ____________________________________________________________________________
47449 [  9338] By: nick                                  on 2001/03/25  09:01:57
47450         Log: Integrate mainline.
47451      Branch: perlio
47452           +> ext/MIME/Base64/Base64.pm ext/MIME/Base64/Base64.xs
47453           +> ext/MIME/Base64/Changes ext/MIME/Base64/Makefile.PL
47454           +> ext/MIME/Base64/QuotedPrint.pm t/lib/mimeb64.t
47455           +> t/lib/mimeb64u.t t/lib/mimeqp.t
47456           !> MANIFEST configure.com djgpp/config.over epoc/config.sh
47457           !> hints/uts.sh hints/uwin.sh hints/vmesa.sh t/lib/md5-file.t
47458           !> utils/h2xs.PL win32/Makefile win32/makefile.mk
47459 ____________________________________________________________________________
47460 [  9337] By: jhi                                   on 2001/03/25  04:23:24
47461         Log: Add MIME::Base64 here and there.  Again, a lot of
47462              optimism is in the air.
47463      Branch: perl
47464            ! configure.com djgpp/config.over epoc/config.sh hints/uts.sh
47465            ! hints/uwin.sh hints/vmesa.sh win32/Makefile win32/makefile.mk
47466 ____________________________________________________________________________
47467 [  9336] By: jhi                                   on 2001/03/25  04:12:43
47468         Log: Add PerlIO::Scalar to win32/Makefile. (I'm doing
47469              this by ear as I do not do Win32 programming.)
47470      Branch: perl
47471            ! win32/Makefile win32/makefile.mk
47472 ____________________________________________________________________________
47473 [  9335] By: jhi                                   on 2001/03/25  04:03:50
47474         Log: Put back the MD5-Base64 tests now that we have MIME::Base64.
47475      Branch: perl
47476            ! t/lib/md5-file.t
47477 ____________________________________________________________________________
47478 [  9334] By: jhi                                   on 2001/03/25  03:58:53
47479         Log: Add MIME::Base 2.12 from Gisle Aas, version number bumped to 2.13.
47480      Branch: perl
47481            + ext/MIME/Base64/Base64.pm ext/MIME/Base64/Base64.xs
47482            + ext/MIME/Base64/Changes ext/MIME/Base64/Makefile.PL
47483            + ext/MIME/Base64/QuotedPrint.pm t/lib/mimeb64.t
47484            + t/lib/mimeb64u.t t/lib/mimeqp.t
47485            ! MANIFEST
47486 ____________________________________________________________________________
47487 [  9333] By: jhi                                   on 2001/03/24  20:14:37
47488         Log: Integrate perlio.
47489      Branch: perl
47490           !> doio.c pod/perlfunc.pod pod/perliol.pod win32/makefile.mk
47491 ____________________________________________________________________________
47492 [  9332] By: nick                                  on 2001/03/24  19:40:34
47493         Log: Fix un-init variable leading to spurious "Out of Memory!"
47494      Branch: perlio
47495            ! doio.c
47496 ____________________________________________________________________________
47497 [  9331] By: nick                                  on 2001/03/24  19:09:59
47498         Log: Tweak docs for C<open> (boy does that need wholesale revision...)
47499              and update layers internals doc.
47500      Branch: perlio
47501            ! pod/perlfunc.pod pod/perliol.pod
47502 ____________________________________________________________________________
47503 [  9330] By: jhi                                   on 2001/03/24  18:42:11
47504         Log: The length might be uninitialized garbage if the *svp is the undef.
47505      Branch: perl
47506            ! doio.c
47507 ____________________________________________________________________________
47508 [  9329] By: jhi                                   on 2001/03/24  18:26:57
47509         Log: (Retracted by #9393)
47510              
47511              Subject: [PATCH h2xs] $!{EINVAL} requires "use Errno"
47512              From: Simon Cozens <simon@netthink.co.uk>
47513              Date: Sat, 24 Mar 2001 17:13:17 +0000
47514              Message-ID: <20010324171317.A13406@netthink.co.uk>
47515      Branch: perl
47516            ! utils/h2xs.PL
47517 ____________________________________________________________________________
47518 [  9328] By: nick                                  on 2001/03/24  17:22:02
47519         Log: Integrate mainline.
47520      Branch: perlio
47521           !> lib/unicode/Names.txt lib/unicode/ReadMe.txt
47522           !> lib/unicode/version
47523 ____________________________________________________________________________
47524 [  9327] By: nick                                  on 2001/03/24  17:16:02
47525         Log: Integrate mainline.
47526      Branch: perlio
47527           +> ext/Digest/MD5/Changes ext/Digest/MD5/MD5.pm
47528           +> ext/Digest/MD5/MD5.xs ext/Digest/MD5/Makefile.PL
47529           +> ext/Digest/MD5/hints/irix_6.pl ext/Digest/MD5/typemap
47530           +> lib/Digest.pm t/lib/digest.t t/lib/md5-aaa.t t/lib/md5-badf.t
47531           +> t/lib/md5-file.t
47532           !> MANIFEST Makefile.SH configure.com djgpp/config.over
47533           !> epoc/config.sh ext/DynaLoader/hints/aix.pl hints/aix.sh
47534           !> hints/uts.sh hints/uwin.sh hints/vmesa.sh lib/Net/Ping.pm op.c
47535           !> pp.c t/lib/b.t t/op/re_tests t/op/repeat.t win32/Makefile
47536           !> win32/makefile.mk
47537 ____________________________________________________________________________
47538 [  9326] By: jhi                                   on 2001/03/24  17:00:42
47539         Log: Upgrade to Unicode 3.1 beta 2001-03-23.
47540      Branch: perl
47541            ! lib/unicode/Names.txt lib/unicode/ReadMe.txt
47542            ! lib/unicode/version
47543 ____________________________________________________________________________
47544 [  9325] By: jhi                                   on 2001/03/24  16:22:33
47545         Log: Subject: Re: B::Deparse bug (5.6.0)
47546              From: Robin Houston <robin@kitsite.com>
47547              Date: Sat, 24 Mar 2001 14:33:09 +0000
47548              Message-ID: <20010324143309.B17734@puffinry.freeserve.co.uk>
47549      Branch: perl
47550            ! op.c pp.c t/lib/b.t t/op/repeat.t
47551 ____________________________________________________________________________
47552 [  9324] By: jhi                                   on 2001/03/24  16:21:56
47553         Log: Boldly add extensions to be built to VMS, EPOC, UTS,
47554              U/WIN, and VM/ESA (and fixups for DJGPP).  Some of
47555              these additions may be too optimistic.
47556      Branch: perl
47557            ! configure.com djgpp/config.over epoc/config.sh hints/uts.sh
47558            ! hints/uwin.sh hints/vmesa.sh
47559 ____________________________________________________________________________
47560 [  9323] By: jhi                                   on 2001/03/24  16:06:01
47561         Log: Integrate perlio.
47562      Branch: perl
47563           +> ext/PerlIO/Scalar/Makefile.PL ext/PerlIO/Scalar/Scalar.pm
47564           +> ext/PerlIO/Scalar/Scalar.xs t/lib/io_scalar.t
47565            ! Makefile.SH
47566           !> MANIFEST doio.c embed.h ext/Encode/Encode.xs
47567           !> ext/POSIX/POSIX.xs global.sym iperlsys.h makedef.pl objXSUB.h
47568           !> perlapi.c perlio.c perliol.h proto.h t/io/open.t t/io/utf8.t
47569           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
47570           !> win32/makefile.mk win32/perlhost.h win32/win32.c
47571           !> win32/win32iop.h
47572 ____________________________________________________________________________
47573 [  9322] By: nick                                  on 2001/03/24  14:39:12
47574         Log: Routine Win32 regen_config_h - no real changes.
47575      Branch: perlio
47576            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
47577 ____________________________________________________________________________
47578 [  9321] By: nick                                  on 2001/03/24  14:31:49
47579         Log: PerlIO fixups for Win32:
47580              - provide win33_popenlist() - non-functional as yet.
47581              - avoid need for aTHX in PerlIO_debug calls - even if not 
47582              enabled args are still evaluated so Win32 has trouble during fork().
47583              - Add PerlIO/Scalar to list of extensions in win32/makefile.mk
47584              - Fixup makedef.pl for latest set of symbols.
47585      Branch: perlio
47586            ! iperlsys.h makedef.pl perlio.c win32/makefile.mk
47587            ! win32/perlhost.h win32/win32.c win32/win32iop.h
47588 ____________________________________________________________________________
47589 [  9320] By: nick                                  on 2001/03/24  14:26:58
47590         Log: POSIX::getcwd XS code to call Cwd::cwd when HAS_GETCWD not defined
47591              was gibberish - broke it on WIn32 at least.
47592      Branch: perlio
47593            ! ext/POSIX/POSIX.xs
47594 ____________________________________________________________________________
47595 [  9319] By: nick                                  on 2001/03/24  11:29:41
47596         Log: Generated files.
47597      Branch: perlio
47598            ! embed.h global.sym objXSUB.h perlapi.c proto.h
47599 ____________________________________________________________________________
47600 [  9318] By: nick                                  on 2001/03/24  10:29:37
47601         Log: Implement:
47602              1.  open($fh,"+<",undef);  # add test to t/io/open.t
47603              2.  open($fh,"+<",\$var);  # New test t/lib/io_scalar.t
47604      Branch: perlio
47605            + ext/PerlIO/Scalar/Makefile.PL ext/PerlIO/Scalar/Scalar.pm
47606            + ext/PerlIO/Scalar/Scalar.xs t/lib/io_scalar.t
47607            ! MANIFEST doio.c ext/Encode/Encode.xs perlio.c perliol.h
47608            ! t/io/open.t t/io/utf8.t
47609 ____________________________________________________________________________
47610 [  9317] By: jhi                                   on 2001/03/23  23:41:25
47611         Log: AIX does seems to have optimization problems with its C compilers.
47612      Branch: perl
47613            ! hints/aix.sh
47614 ____________________________________________________________________________
47615 [  9316] By: jhi                                   on 2001/03/23  23:40:46
47616         Log: Integrate perlio.
47617      Branch: perl
47618           +> lib/PerlIO.pm
47619           !> MANIFEST doio.c ext/Encode/Encode.xs perlio.c perlio.h
47620           !> perliol.h
47621 ____________________________________________________________________________
47622 [  9315] By: jhi                                   on 2001/03/23  22:16:30
47623         Log: Fix the EBCDIC MD5.pm checksum, from Pter Prymmer.
47624      Branch: perl
47625            ! t/lib/md5-file.t
47626 ____________________________________________________________________________
47627 [  9314] By: nick                                  on 2001/03/23  20:49:02
47628         Log: Perlio internals re-organized.
47629              - open process creates AV of layer/arg pairs
47630              (appends layers from open() or open.pm to default list).
47631              - push arg is now an SV.
47632              - layer ->Open get passed the AV
47633              - open is no longer mandatory method.
47634              - topmost layer that has ->Open method does the open
47635              - any layers above are pushed once that returns.
47636              - vtable re-ordered so dummy layers need only provide push/pop methods.
47637      Branch: perlio
47638            ! ext/Encode/Encode.xs perlio.c perlio.h perliol.h
47639 ____________________________________________________________________________
47640 [  9313] By: nick                                  on 2001/03/23  16:27:41
47641         Log: Check in a stable (working) version before next round of tweaks.
47642              Changes include:
47643              - Move default layers code out of doio.c and into perlio.c
47644              - Single routine for parsing layer specification strings.
47645              - Skeleton support for demand loading of layers
47646              - Core-dump avoidance if PERLIO environment specifies loadable layer
47647              (does not _work_ as need IO to load and need load to do IO ...)
47648      Branch: perlio
47649            + lib/PerlIO.pm
47650            ! MANIFEST doio.c perlio.c
47651 ____________________________________________________________________________
47652 [  9312] By: gsar                                  on 2001/03/23  16:25:25
47653         Log: add execute bit to files with shebang lines in the repository;
47654              avoid clobbering execute bit in Porting/makerel 
47655      Branch: maint-5.6/perl
47656            ! (edit 144 files)
47657 ____________________________________________________________________________
47658 [  9311] By: jhi                                   on 2001/03/23  14:25:35
47659         Log: Forgot the unneeded hints/dec_osf.pl into MANIFEST in #9308.
47660      Branch: perl
47661            ! MANIFEST
47662 ____________________________________________________________________________
47663 [  9310] By: jhi                                   on 2001/03/23  13:45:04
47664         Log: Subject: [PATCH] Net::Ping
47665              From: Colin McMillen <mcmi0037@tc.umn.edu>
47666              Date: Thu, 22 Mar 2001 19:30:31 -0600
47667              Message-ID: <20010322193031.A18814@strago.jenovaproject.org>
47668      Branch: perl
47669            ! lib/Net/Ping.pm
47670 ____________________________________________________________________________
47671 [  9309] By: jhi                                   on 2001/03/23  13:39:13
47672         Log: EBCDIC patches for Digest::MD5 tests from Peter Prymmer.
47673      Branch: perl
47674            ! t/lib/md5-aaa.t t/lib/md5-file.t
47675 ____________________________________________________________________________
47676 [  9308] By: jhi                                   on 2001/03/23  13:20:34
47677         Log: Integrate Digest-1.00 and Digest-MD5-2.13, from Gisle Aas.
47678              - bump the version to 2.14
47679              - drop the base64 tests since they require MIME::Base64
47680              - drop the rfc1321.txt
47681              - drop the hints/dec_osf.pl since it's only needed for
47682              pre-5.005_03 Perls
47683              Todo:
47684              - the U32 alignment testing is now removed; it needs to
47685              be reintroduced as as a Config variable (meaning also
47686              as a Configure test)
47687              - get the new EBCDIC md5sum for MD5.pm
47688              - test in Win32 to see how badly I botched the makefiles
47689      Branch: perl
47690            + ext/Digest/MD5/Changes ext/Digest/MD5/MD5.pm
47691            + ext/Digest/MD5/MD5.xs ext/Digest/MD5/Makefile.PL
47692            + ext/Digest/MD5/hints/irix_6.pl ext/Digest/MD5/typemap
47693            + lib/Digest.pm t/lib/digest.t t/lib/md5-aaa.t t/lib/md5-badf.t
47694            + t/lib/md5-file.t
47695            ! MANIFEST configure.com hints/uwin.sh hints/vmesa.sh
47696            ! win32/Makefile win32/makefile.mk
47697 ____________________________________________________________________________
47698 [  9307] By: jhi                                   on 2001/03/23  12:56:14
47699         Log: Integrate change #9306 from maintperl into mainline,
47700              AIX dynaloader for AIXes without <load.h>.
47701      Branch: perl
47702           !> ext/DynaLoader/hints/aix.pl
47703 ____________________________________________________________________________
47704 [  9306] By: jhi                                   on 2001/03/23  12:51:36
47705         Log: There are AIXes without /usr/include/load.h,
47706              patch from H.Merijn Brand.
47707      Branch: maint-5.6/perl
47708            ! ext/DynaLoader/hints/aix.pl
47709 ____________________________________________________________________________
47710 [  9305] By: nick                                  on 2001/03/23  11:00:42
47711         Log: Add pTHX_ to -Duseperlio API where it does not conflict with legacy stuff.
47712      Branch: perlio
47713            ! ext/Encode/Encode.xs perlio.c perlio.h
47714 ____________________________________________________________________________
47715 [  9304] By: nick                                  on 2001/03/23  10:20:46
47716         Log: Render -Duseperlio functional again.
47717              - this is "quick fix" which calls PerlIO_apply_layers after opening,
47718              which is what old scheme did. New scheme needs to change that
47719              to make open(...,\$scalar) etc. work but this will do for now.
47720      Branch: perlio
47721            ! perlio.c
47722 ____________________________________________________________________________
47723 [  9303] By: nick                                  on 2001/03/23  09:53:20
47724         Log: Avoid "reopen" semantics for time being. Fix bug in dup logic.
47725              -Uuseperlio now works again.
47726              -Duseperlio is still poorly. Don't merge yet...
47727      Branch: perlio
47728            ! doio.c perlio.h
47729 ____________________________________________________________________________
47730 [  9302] By: nick                                  on 2001/03/22  22:26:51
47731         Log: Snapshot of new PerlIO open scheme. Still buggy - mainly in open($fh,">&STDOUT!")
47732              type code.
47733              - Invent PerlIO_openn() - which has "lots" of args a bit like do_openn() which
47734              is its main caller. In particular now has access to "extra" args, and
47735              can tell when an open handle is "reopened" (or duped?).
47736              - In -Duseperlio PerlIO_open() et. al. are now wrappers on PerlIO_openn().
47737              - In -Uuseperlio (untested as yet) PerlIO_openn() is a wrapper on
47738              PerlIO_open() et. al. (i.e. other way round).
47739              - Collapse "vtable" entries for layers - was fdopen/open/reopen now just open
47740              with args close to PerlIO_openn().
47741      Branch: perlio
47742            ! doio.c ext/Encode/Encode.xs perlio.c perlio.h perliol.h
47743 ____________________________________________________________________________
47744 [  9301] By: jhi                                   on 2001/03/22  20:58:04
47745         Log: Integrate perlio.
47746      Branch: perl
47747           !> doio.c embed.pl iperlsys.h perl.c perlio.c pp_hot.c pp_sys.c
47748           !> t/io/open.t util.c
47749 ____________________________________________________________________________
47750 [  9300] By: nick                                  on 2001/03/22  17:36:32
47751         Log: Don't include $@ in not ok message.
47752      Branch: perlio
47753            ! t/io/open.t
47754 ____________________________________________________________________________
47755 [  9299] By: gsar                                  on 2001/03/22  16:53:45
47756         Log: back out changes#7532,7521 for now (appears to have problems
47757              on IRIX)
47758      Branch: maint-5.6/perl
47759            ! ext/POSIX/POSIX.pm ext/POSIX/POSIX.pod ext/POSIX/POSIX.xs
47760            ! ext/POSIX/typemap pod/perlvar.pod
47761 ____________________________________________________________________________
47762 [  9298] By: nick                                  on 2001/03/22  14:35:46
47763         Log: Give a meaning to '&' in n-arg open case:
47764              open($fh,"<&",$scalar);
47765              $scalar can be:
47766              - an integer which does "fdopen"
47767              open($fh,"<&",2); # like open($fh,"<&2")
47768              - something that will yield a file handle via sv_2io()
47769              useful for dup'ing anonymous handles.
47770              e.g.:
47771              open(my $fh,"<&",\*STDIN);
47772              open(my $dup,"<&",$fh);
47773      Branch: perlio
47774            ! doio.c t/io/open.t
47775 ____________________________________________________________________________
47776 [  9297] By: nick                                  on 2001/03/22  13:34:35
47777         Log: Implement open($fh,"-|",prog,args...) for HAS_FORK cases.
47778      Branch: perlio
47779            ! util.c
47780 ____________________________________________________________________________
47781 [  9296] By: nick                                  on 2001/03/22  12:51:20
47782         Log: Re-instate warnings for 'eof STDOUT' etc. by marking STD* as appropriate IoTYPE.
47783      Branch: perlio
47784            ! perl.c
47785 ____________________________________________________________________________
47786 [  9295] By: nick                                  on 2001/03/22  11:59:44
47787         Log: If stdin, stdout or stderr get opened in unexpected read/write state
47788              then warn at time of open not at time of use.
47789      Branch: perlio
47790            ! doio.c pp_hot.c pp_sys.c
47791 ____________________________________________________________________________
47792 [  9294] By: nick                                  on 2001/03/22  10:54:35
47793         Log: Die on n-arg open(...,"",xxx,yyy,...)
47794              - redirect pipe cases to PerlProc_popen_list() (which just croaks for now)
47795              - die on read/write cases so we can decide what it means later.
47796      Branch: perlio
47797            ! doio.c embed.pl iperlsys.h util.c
47798 ____________________________________________________________________________
47799 [  9293] By: nick                                  on 2001/03/22  09:02:45
47800         Log: perlio tweaks (reported by Nick Clark)
47801              Line buffer ttys, PerlIOBuf_tell() on unseekable off-by one,
47802              error check in Pendinf_read().
47803      Branch: perlio
47804            ! perlio.c
47805 ____________________________________________________________________________
47806 [  9292] By: gsar                                  on 2001/03/22  07:12:00
47807         Log: integrate changes#8306,8532 from mainline (missing USE_PURE_BISON
47808              fixes)
47809      Branch: maint-5.6/perl
47810           !> embed.h embed.pl objXSUB.h perlapi.c perly.y proto.h toke.c
47811 ____________________________________________________________________________
47812 [  9291] By: jhi                                   on 2001/03/22  06:06:44
47813         Log: Regex tests from Chicheng Zhang.  (Already fixed.)
47814      Branch: perl
47815            ! t/op/re_tests
47816 ____________________________________________________________________________
47817 [  9290] By: jhi                                   on 2001/03/22  05:57:01
47818         Log: Move MacOS Classic higher in the list of supported platforms.
47819      Branch: maint-5.6/perl
47820            ! pod/perlport.pod
47821 ____________________________________________________________________________
47822 [  9289] By: gsar                                  on 2001/03/22  05:35:04
47823         Log: revert part of change#6438 for compatibility (av_reify()
47824              appears to be needed to implement av_splice()ish things
47825              in XS)
47826      Branch: maint-5.6/perl
47827            ! embed.pl global.sym objXSUB.h perlapi.c
47828 ____________________________________________________________________________
47829 [  9288] By: gsar                                  on 2001/03/22  03:09:19
47830         Log: update copyright year
47831      Branch: maint-5.6/perl
47832            ! EXTERN.h INTERN.h README av.c av.h cop.h cv.h deb.c doio.c
47833            ! doop.c dump.c form.h gv.c gv.h handy.h hv.c hv.h mg.c mg.h
47834            ! op.c op.h perl.c perl.h perlio.c perly.y pp.c pp.h pp_ctl.c
47835            ! pp_hot.c pp_sys.c regcomp.c regexec.c run.c scope.c sv.c sv.h
47836            ! toke.c utf8.c utf8.h util.c util.h x2p/EXTERN.h x2p/INTERN.h
47837            ! x2p/a2p.c x2p/a2p.h x2p/a2p.y x2p/a2py.c x2p/hash.c x2p/hash.h
47838            ! x2p/proto.h x2p/str.c x2p/str.h x2p/util.c x2p/util.h
47839            ! x2p/walk.c
47840 ____________________________________________________________________________
47841 [  9287] By: jhi                                   on 2001/03/21  20:30:54
47842         Log: Integrate perlio.
47843      Branch: perl
47844           !> ext/Data/Dumper/Dumper.xs
47845 ____________________________________________________________________________
47846 [  9286] By: gsar                                  on 2001/03/21  19:49:54
47847         Log: makefile.mk tweak
47848      Branch: maint-5.6/perl
47849            ! win32/Makefile win32/makefile.mk
47850 ____________________________________________________________________________
47851 [  9285] By: nick                                  on 2001/03/21  19:07:13
47852         Log: Multiplicity fix for Dumper.
47853      Branch: perlio
47854            ! ext/Data/Dumper/Dumper.xs
47855 ____________________________________________________________________________
47856 [  9284] By: nick                                  on 2001/03/21  19:01:07
47857         Log: Integrate mainline - (does not build xTHX issue in Dumper).
47858      Branch: perlio
47859           !> (integrate 27 files)
47860 ____________________________________________________________________________
47861 [  9283] By: jhi                                   on 2001/03/21  17:17:35
47862         Log: Integrate change #9282 from mainline into maintperl,
47863              4-arg UTF-8 substr().
47864      Branch: maint-5.6/perl
47865           !> pp.c
47866 ____________________________________________________________________________
47867 [  9282] By: jhi                                   on 2001/03/21  17:15:43
47868         Log: The #9270 would have leaked a scalar if pp_substr()
47869              returned early.
47870      Branch: perl
47871            ! pp.c
47872 ____________________________________________________________________________
47873 [  9281] By: gsar                                  on 2001/03/21  17:03:14
47874         Log: makefile.mk defaults to GCC, not BORLAND (as mentioned in README.win32)
47875      Branch: maint-5.6/perl
47876            ! win32/makefile.mk
47877 ____________________________________________________________________________
47878 [  9280] By: gsar                                  on 2001/03/21  17:01:20
47879         Log: some tweaks to change#9278 (fork() emulation should be enabled
47880              by setting BUILD_FLAVOR instead of changing the defaults)
47881      Branch: maint-5.6/perl
47882            ! win32/makefile.mk
47883 ____________________________________________________________________________
47884 [  9279] By: gsar                                  on 2001/03/21  16:47:19
47885         Log: integrate change#9271 from mainline; a tweak to Glob.pm docs
47886      Branch: maint-5.6/perl
47887            ! ext/File/Glob/Glob.pm
47888           !> lib/Cwd.pm
47889 ____________________________________________________________________________
47890 [  9278] By: jhi                                   on 2001/03/21  14:35:10
47891         Log: Subject: [PATCH: 5.6.1-trial3] Borland C++ for Win32 fixes
47892              From: "Vadim Konovalov" <watman@inbox.ru>
47893              Date: Wed, 21 Mar 2001 01:53:51 +0300
47894              Message-ID: <004101c0b190$a749ea20$f7c030d4@vad>
47895      Branch: maint-5.6/perl
47896            ! win32/makefile.mk win32/win32sck.c
47897 ____________________________________________________________________________
47898 [  9277] By: jhi                                   on 2001/03/21  13:58:28
47899         Log: Integrate change #9270 from mainline to maintperl:
47900              continued 4-arg UTF-8 substr() fixing.
47901      Branch: maint-5.6/perl
47902           !> pp.c t/op/substr.t
47903 ____________________________________________________________________________
47904 [  9276] By: jhi                                   on 2001/03/21  13:33:00
47905         Log: More pixie cleaning.
47906      Branch: perl
47907            ! Makefile.SH
47908 ____________________________________________________________________________
47909 [  9275] By: jhi                                   on 2001/03/21  03:54:17
47910         Log: Update Changes.
47911      Branch: perl
47912            ! Changes patchlevel.h
47913 ____________________________________________________________________________
47914 [  9274] By: jhi                                   on 2001/03/21  03:48:24
47915         Log: First stab at making Data::Dumper to grok Unicode.
47916              
47917              TODO: tests, EBCDICify.
47918      Branch: perl
47919            ! ext/Data/Dumper/Dumper.pm ext/Data/Dumper/Dumper.xs
47920 ____________________________________________________________________________
47921 [  9273] By: jhi                                   on 2001/03/21  02:23:00
47922         Log: Fix for
47923              
47924              Subject: Memory leak in unquoted print   
47925              From: Benjamin Sugars <bsugars@canoe.ca> 
47926              Date: Tue, 20 Mar 2001 10:02:56 -0500 (EST)
47927              Message-ID: <Pine.LNX.4.21.0103200958180.1538-100000@marmot.rim.canoe.ca>
47928      Branch: perl
47929            ! perlio.c
47930 ____________________________________________________________________________
47931 [  9272] By: jhi                                   on 2001/03/21  01:33:17
47932         Log: Subject: Re: [PATCH] POSIX::getcwd()
47933              From: Benjamin Sugars <bsugars@canoe.ca> 
47934              Date: Mon, 19 Mar 2001 15:07:03 -0500 (EST)
47935              Message-ID: <Pine.LNX.4.21.0103191454500.1820-100000@marmot.rim.canoe.ca>      
47936      Branch: perl
47937            ! ext/POSIX/POSIX.pm ext/POSIX/POSIX.xs
47938 ____________________________________________________________________________
47939 [  9271] By: jhi                                   on 2001/03/21  01:22:52
47940         Log: Subject: [PATCH] Cwd.pm docs
47941              From: Benjamin Sugars <bsugars@canoe.ca>
47942              Date: Tue, 20 Mar 2001 15:33:32 -0500 (EST)
47943              Message-ID: <Pine.LNX.4.21.0103201516550.7893-100000@marmot.rim.canoe.ca>
47944      Branch: perl
47945            ! lib/Cwd.pm
47946 ____________________________________________________________________________
47947 [  9270] By: jhi                                   on 2001/03/21  01:16:29
47948         Log: Continue 4-arg substr() UTF-8 fixage.
47949      Branch: perl
47950            ! pp.c t/op/substr.t
47951 ____________________________________________________________________________
47952 [  9269] By: jhi                                   on 2001/03/21  00:46:14
47953         Log: Integrate changes #9262,9264,9265,9266 from maintperl to mainline.
47954              
47955              revert the leak fix in change#9142 (problem needs a more experimental
47956              fix unsuitable for 5.6.1)
47957              
47958              do alphabetical sorting by default (for csh compatibility)
47959              
47960              cut-n-paste goof in change#9264
47961              
47962              VMS piping fixes (from Charles Lane)
47963      Branch: perl
47964           !> ext/File/Glob/Changes ext/File/Glob/Glob.pm
47965           !> ext/File/Glob/Glob.xs ext/File/Glob/bsd_glob.c
47966           !> ext/File/Glob/bsd_glob.h scope.c vms/vms.c vms/vmspipe.com
47967 ____________________________________________________________________________
47968 [  9268] By: jhi                                   on 2001/03/21  00:37:04
47969         Log: Integrate perlio.
47970      Branch: perl
47971           !> embed.pl lib/utf8.pm op.c regcomp.c regexec.c sv.c toke.c
47972           !> utf8.c utf8.h utfebcdic.h
47973 ____________________________________________________________________________
47974 [  9267] By: nick                                  on 2001/03/20  20:04:39
47975         Log: More EBCDIC stuff:
47976              - Loose the extra level of function on ASCII.
47977              - spotted a chr(0) issue in sv.c
47978              - re-work of UTF-X tr/// ranges to work in Unicode
47979              space. Still issues with the "0xff is illegal UTF-8" hack.
47980              - Yet another ad. hoc. utf8 'upgrade' in op.c recoded
47981              (why do it once when you can do it all over the place :-(
47982              - Enable HINTS_UTF8 on EBCDIC - then ignore it in toke.c,
47983              need utf8.pm for swashes.
47984              - Simplified and commented scan_const() in toke.c
47985              Still something wrong regexp and tr (swashes?).
47986      Branch: perlio
47987            ! embed.pl lib/utf8.pm op.c regcomp.c regexec.c sv.c toke.c
47988            ! utf8.c utf8.h utfebcdic.h
47989 ____________________________________________________________________________
47990 [  9266] By: gsar                                  on 2001/03/20  19:16:43
47991         Log: VMS piping fixes (from Charles Lane)
47992      Branch: maint-5.6/perl
47993            ! vms/vms.c vms/vmspipe.com
47994 ____________________________________________________________________________
47995 [  9265] By: gsar                                  on 2001/03/20  17:53:52
47996         Log: cut-n-paste goof in change#9264
47997      Branch: maint-5.6/perl
47998            ! ext/File/Glob/Glob.xs
47999 ____________________________________________________________________________
48000 [  9264] By: gsar                                  on 2001/03/20  17:43:47
48001         Log: do alphabetical sorting by default (for csh compatibility);
48002              bsd_glob() does ASCII sort by default as usual, unless
48003              GLOB_ALPHASORT was specified
48004      Branch: maint-5.6/perl
48005            ! ext/File/Glob/Changes ext/File/Glob/Glob.pm
48006            ! ext/File/Glob/Glob.xs ext/File/Glob/bsd_glob.c
48007            ! ext/File/Glob/bsd_glob.h
48008 ____________________________________________________________________________
48009 [  9263] By: gsar                                  on 2001/03/20  16:40:08
48010         Log: integrate change#9255 from mainline (unicode fix)
48011              
48012              substr($bytestr, i, n, $charstr)
48013      Branch: maint-5.6/perl
48014           !> Todo-5.6 pp.c t/op/substr.t
48015 ____________________________________________________________________________
48016 [  9262] By: gsar                                  on 2001/03/20  15:57:41
48017         Log: revert the leak fix in change#9142 (problem needs a more experimental
48018              fix unsuitable for 5.6.1)
48019      Branch: maint-5.6/perl
48020            ! scope.c
48021 ____________________________________________________________________________
48022 [  9261] By: jhi                                   on 2001/03/20  14:26:25
48023         Log: Integrate changes #9259,9260 from maintperl into mainline.
48024              
48025              Subject: [MacPerl-Porters] [PATCH] POSIX, File::Path (Mac OS) for 5.6.1 and 5.7
48026              
48027              Subject: [PATCH perl-5.6.1-TRIAL3/run.c] printf warning
48028      Branch: perl
48029           !> ext/POSIX/POSIX.xs lib/File/Path.pm run.c
48030 ____________________________________________________________________________
48031 [  9260] By: jhi                                   on 2001/03/20  14:05:46
48032         Log: Subject: [PATCH perl-5.6.1-TRIAL3/run.c] printf warning
48033              From: Robin Barker <rmb1@cise.npl.co.uk>
48034              Date: Tue, 20 Mar 2001 10:12:04 GMT
48035              Message-Id: <200103201012.KAA04738@tempest.npl.co.uk>
48036      Branch: maint-5.6/perl
48037            ! run.c
48038 ____________________________________________________________________________
48039 [  9259] By: jhi                                   on 2001/03/20  14:04:39
48040         Log: Subject: [MacPerl-Porters] [PATCH] POSIX, File::Path (Mac OS) for 5.6.1 and 5.7
48041              From: Chris Nandor <pudge@pobox.com>
48042              Date: Tue, 20 Mar 2001 00:40:56 -0500
48043              Message-Id: <p05010401b6dc9d57a62d@[10.0.1.107]>
48044      Branch: maint-5.6/perl
48045            ! ext/POSIX/POSIX.xs lib/File/Path.pm
48046 ____________________________________________________________________________
48047 [  9258] By: jhi                                   on 2001/03/20  05:09:34
48048         Log: Update Changes.
48049      Branch: perl
48050            ! Changes patchlevel.h
48051 ____________________________________________________________________________
48052 [  9257] By: jhi                                   on 2001/03/20  05:04:25
48053         Log: tr/// UTF-8 tests for Inaba Hiroto's latest patches.
48054      Branch: perl
48055            ! t/op/tr.t
48056 ____________________________________________________________________________
48057 [  9256] By: jhi                                   on 2001/03/20  04:43:12
48058         Log: Subject: [PATCH: 5.6.1-trial3] test fixes and installation cleanliness for OS/390
48059              From: Peter Prymmer <pvhp@forte.com>
48060              Date: Mon, 19 Mar 2001 16:43:13 -0800 (PST)
48061              Message-ID: <Pine.OSF.4.10.10103191627310.162127-100000@aspara.forte.com>
48062      Branch: maint-5.6/perl
48063            ! installperl t/comp/proto.t t/comp/require.t t/op/regmesg.t
48064 ____________________________________________________________________________
48065 [  9255] By: jhi                                   on 2001/03/19  23:17:17
48066         Log: substr($bytestr, i, n, $charstr)
48067              
48068              TODO: we are still broken if $bytestr needs UTF-8 upgrading.
48069      Branch: perl
48070            ! Todo-5.6 pp.c t/op/substr.t
48071 ____________________________________________________________________________
48072 [  9254] By: jhi                                   on 2001/03/19  22:25:09
48073         Log: Rearrange the make test target prerequisites so that
48074              in a parallel make 'all' is finished before 'test'.
48075      Branch: perl
48076            ! Makefile.SH
48077 ____________________________________________________________________________
48078 [  9253] By: jhi                                   on 2001/03/19  21:48:07
48079         Log: Subject: PATCH: cosmetic tweak in pp_ctl.c
48080              From: Robin Houston <robin@kitsite.com>
48081              Date: Mon, 19 Mar 2001 15:48:41 +0000
48082              Message-ID: <20010319154841.A28174@puffinry.freeserve.co.uk>
48083      Branch: perl
48084            ! pp_ctl.c
48085 ____________________________________________________________________________
48086 [  9252] By: jhi                                   on 2001/03/19  21:42:27
48087         Log: Integrate perlio.
48088      Branch: perl
48089           !> doop.c perly.c perly.y sv.c t/camel-III/vstring.t t/op/each.t
48090           !> t/op/length.t t/op/pack.t t/op/ver.t toke.c utf8.c utf8.h
48091           !> utfebcdic.h vms/perly_c.vms
48092 ____________________________________________________________________________
48093 [  9251] By: jhi                                   on 2001/03/19  21:31:28
48094         Log: Integrate changes #9244,9247,9250 from maintperl into mainline.
48095              
48096              Dynaloading in 64-bit AIX with vac.
48097      Branch: perl
48098           !> ext/DynaLoader/dl_aix.xs ext/DynaLoader/hints/aix.pl
48099           !> hints/aix.sh
48100 ____________________________________________________________________________
48101 [  9250] By: jhi                                   on 2001/03/19  21:18:00
48102         Log: A more robust solution for the 64bitall AIX dynaloading
48103              problem, from Jens-Uwe Mager.
48104      Branch: maint-5.6/perl
48105            ! ext/DynaLoader/dl_aix.xs ext/DynaLoader/hints/aix.pl
48106 ____________________________________________________________________________
48107 [  9249] By: nick                                  on 2001/03/19  20:59:37
48108         Log: Integrate mainline.
48109      Branch: perlio
48110           !> (integrate 42 files)
48111 ____________________________________________________________________________
48112 [  9248] By: nick                                  on 2001/03/19  20:22:07
48113         Log: Tweak to perly.y to allow -DDEBUGGING to compile on OS390.
48114              (Building on OS390 uses native YACC and YYDEBUG has other
48115              side effects.)
48116      Branch: perlio
48117            ! perly.c perly.y vms/perly_c.vms
48118 ____________________________________________________________________________
48119 [  9247] By: jhi                                   on 2001/03/19  19:59:53
48120         Log: 64-bit AIX dynaloading problem (see #9244) idea
48121              from Jens-Uwe Mager.
48122      Branch: maint-5.6/perl
48123            ! ext/DynaLoader/dl_aix.xs
48124 ____________________________________________________________________________
48125 [  9246] By: nick                                  on 2001/03/19  19:27:57
48126         Log: More EBCDIC fixes.
48127      Branch: perlio
48128            ! doop.c sv.c t/camel-III/vstring.t t/op/each.t t/op/length.t
48129            ! t/op/pack.t t/op/ver.t toke.c utf8.c utf8.h utfebcdic.h
48130 ____________________________________________________________________________
48131 [  9245] By: jhi                                   on 2001/03/19  19:05:19
48132         Log: Integrate change #9243 from mainline into maintperl.
48133              
48134              Subject: [PATCH perl-5.6.1-TRIAL3/README.vmesa] bad =item paragraphs
48135      Branch: maint-5.6/perl
48136           !> README.vmesa
48137 ____________________________________________________________________________
48138 [  9244] By: jhi                                   on 2001/03/19  19:03:15
48139         Log: Get 64bitall AIX building, but still does not test okay:
48140              dynaloading anything fails, for example for op/defins:
48141              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
48142              (update: fixed by #9247,9250)
48143      Branch: maint-5.6/perl
48144            ! hints/aix.sh
48145 ____________________________________________________________________________
48146 [  9243] By: jhi                                   on 2001/03/19  19:00:16
48147         Log: Subject: [PATCH perl-5.6.1-TRIAL3/README.vmesa] bad =item paragraphs
48148              From: Robin Barker <rmb1@cise.npl.co.uk>
48149              Date: Mon, 19 Mar 2001 18:01:57 GMT
48150              Message-Id: <200103191801.SAA01072@tempest.npl.co.uk>
48151      Branch: perl
48152            ! README.vmesa
48153 ____________________________________________________________________________
48154 [  9242] By: jhi                                   on 2001/03/19  18:58:43
48155         Log: UTF-8 tr/// battle continues, ammunition from Inaba Hiroto.
48156              
48157              TODO: tests.
48158      Branch: perl
48159            ! doop.c op.c
48160 ____________________________________________________________________________
48161 [  9241] By: gsar                                  on 2001/03/19  17:34:46
48162         Log: VMSify tests (from Charles Lane)
48163      Branch: maint-5.6/perl
48164            ! t/lib/filehand.t t/lib/texttabs.t
48165 ____________________________________________________________________________
48166 [  9240] By: jhi                                   on 2001/03/19  14:24:26
48167         Log: Integrate change #9233 from maintperl into mainline.
48168              
48169              some refcounts were incorrect in perl_clone()
48170      Branch: perl
48171           !> sv.c
48172 ____________________________________________________________________________
48173 [  9239] By: gsar                                  on 2001/03/19  09:23:17
48174         Log: this is 5.6.1-trial3
48175      Branch: maint-5.6/perl
48176            ! Changes
48177 ____________________________________________________________________________
48178 [  9238] By: gsar                                  on 2001/03/19  08:47:04
48179         Log: some new symbols are only available under ithreads
48180      Branch: maint-5.6/perl
48181            ! makedef.pl
48182 ____________________________________________________________________________
48183 [  9237] By: gsar                                  on 2001/03/19  08:42:28
48184         Log: update patchlevel.h, Changes, &c.
48185      Branch: maint-5.6/perl
48186            ! Changes patchlevel.h pod/perlhist.pod
48187           !> AUTHORS
48188 ____________________________________________________________________________
48189 [  9236] By: gsar                                  on 2001/03/19  08:17:49
48190         Log: integrate changes#8068,8717 from mainline
48191              
48192              [PATCH 5.7.0@8047] RE: [ID 20001013.009] DB_File issues warning when setting element to    undef
48193              
48194              [PATCH CPAN 1.59_51] warning message (not!)
48195      Branch: maint-5.6/perl
48196           !> ext/GDBM_File/GDBM_File.pm ext/GDBM_File/typemap
48197           !> ext/NDBM_File/NDBM_File.pm ext/NDBM_File/typemap
48198           !> ext/ODBM_File/ODBM_File.pm ext/ODBM_File/typemap
48199           !> ext/SDBM_File/SDBM_File.pm ext/SDBM_File/typemap lib/CPAN.pm
48200           !> t/lib/gdbm.t t/lib/ndbm.t t/lib/odbm.t t/lib/sdbm.t
48201 ____________________________________________________________________________
48202 [  9235] By: gsar                                  on 2001/03/19  08:07:09
48203         Log: integrate changes#8617,8713,8715,8716,8721,8953,8963 from mainline
48204              
48205              [PATCH] Add missing CV flags to dump.c
48206              
48207              Re: [patch] Re: PL_ptr_table
48208              
48209              Fixup non-ithread build after 8713
48210              
48211              Generated files form 8713 etc.
48212              
48213              Correct the correction :-(
48214              
48215              Documenting coderef @INC (Re: CPAN "make this script work" feature)
48216              
48217              Subject: Re: sync sync sync: have I missed any patches?
48218              Replace djSP with dSP.
48219      Branch: maint-5.6/perl
48220           !> cop.h doio.c doop.c dump.c embed.h embed.pl ext/B/B/C.pm
48221           !> ext/B/B/CC.pm global.sym objXSUB.h perl.c perlapi.c
48222           !> pod/perlhack.pod pp.c pp.h pp_ctl.c pp_hot.c pp_sys.c proto.h
48223           !> sv.c sv.h win32/perlhost.h
48224 ____________________________________________________________________________
48225 [  9234] By: gsar                                  on 2001/03/19  07:22:05
48226         Log: revert the change#9090 integrate for now (change looks somewhat
48227              incomplete in that [ha]v_exists() need something similar; lacks
48228              tests; &c.)
48229      Branch: maint-5.6/perl
48230            ! hv.c
48231 ____________________________________________________________________________
48232 [  9233] By: gsar                                  on 2001/03/19  07:10:01
48233         Log: some refcounts were incorrect in perl_clone(); avoid hang in global
48234              destruction when there are unreferenced scalars (SvREFCNT==0)
48235      Branch: maint-5.6/perl
48236            ! sv.c
48237 ____________________________________________________________________________
48238 [  9232] By: jhi                                   on 2001/03/19  05:11:02
48239         Log: Regen api and toc.
48240      Branch: maint-5.6/perl
48241            ! pod/perlapi.pod pod/perltoc.pod
48242 ____________________________________________________________________________
48243 [  9231] By: jhi                                   on 2001/03/19  04:06:03
48244         Log: Integrate changes in #9070,9072,9101 from mainline into maintperl,
48245              add a lost line in pp.c:pp_chop(), update to new op/chop.
48246              
48247              Clarify the description differentiating for and while; inspired by
48248              
48249              Subject: [ID 20010306.004] || != named unary operator
48250              
48251              The $Is_MacOS needs to be declared.
48252      Branch: maint-5.6/perl
48253            ! pp.c t/op/chop.t
48254           !> lib/ExtUtils/Manifest.pm pod/perlop.pod pod/perlsyn.pod
48255 ____________________________________________________________________________
48256 [  9230] By: jhi                                   on 2001/03/19  03:48:16
48257         Log: Integrate changes #7971(perlio),8982,9061,9062,9068,9069,
48258              9079,9083,9089,9090,9091 from mainline to maintperl.
48259              
48260              Quieten some noise in Win32 builds
48261              
48262              Fixes the bugs 20010221.005 and 20010221.008: "the taint checker..."
48263              
48264              The perlretut was still talking about the old \p and \P
48265              definitions.
48266              
48267              More tweakage on the Unicode character class descriptions.
48268              
48269              Subject: Re: [ID 20010305.012] chop() against list assignment returns char chopped from el zero
48270              
48271              Subject: 'no *POSIX' Patch speeding up make on BS2000 
48272              
48273              Subject: [PATCH] perldata.pod here-doc docs
48274              
48275              Add /sbin and /usr/sbin to the list of directories scanned
48276              for setuid programs.  Takes care of bug id 20010309.003.
48277              
48278              Subject: Re: [ID 19990808.001] [PATCH] FETCH triggered on exists()
48279              
48280              In op/stat #35 better to scan all the potential directories
48281              for setuids, not just the first one.
48282      Branch: maint-5.6/perl
48283            ! Makefile.SH
48284           !> doio.c hv.c lib/unicode/mktables.PL makedepend.SH perl.h
48285           !> pod/perldata.pod pod/perlretut.pod pp.c t/op/chop.t
48286           !> t/op/stat.t toke.c win32/win32.h
48287 ____________________________________________________________________________
48288 [  9229] By: jhi                                   on 2001/03/19  02:31:50
48289         Log: Subject: [MacPerl-Porters] [PATCH] Portability fixes for Mac OS / maint-5.6
48290              From: Chris Nandor <pudge@pobox.com>
48291              Date: Sat, 10 Mar 2001 14:22:19 -0500
48292              Message-Id: <p0501042db6cf0a8d0b63@[10.0.1.177]>
48293      Branch: maint-5.6/perl
48294            ! ext/B/defsubs_h.PL ext/DynaLoader/dl_mac.xs
48295            ! ext/Errno/Errno_pm.PL lib/ExtUtils/Manifest.pm perlsfio.h
48296            ! t/lib/b.t t/lib/errno.t
48297 ____________________________________________________________________________
48298 [  9228] By: jhi                                   on 2001/03/19  02:29:59
48299         Log: Integrate changes #9113,9122 from mainline into maintperl.
48300              
48301              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?)
48302      Branch: maint-5.6/perl
48303           !> Configure README.os390 hints/os390.sh
48304 ____________________________________________________________________________
48305 [  9227] By: jhi                                   on 2001/03/19  02:22:35
48306         Log: Integrate #9115,9121,9128,9163,9171,9174,9175 from mainline
48307              into maintperl.
48308              
48309              Subject: Re: [ID 20010305.005] "use integer" doesn't make rand() return integers
48310              
48311              Forgot to check-in the larger part of #9120, duh.
48312              
48313              Subject: Another patch for integer.pm POD 
48314              
48315              h2ph strictness and cleanliness from Kurt Starsinic.
48316              
48317              Borland filename case problem.
48318              
48319              h2ph strictness and cleanliness from Kurt Starsinic.
48320              
48321              Subject: [PATCH] the uncontroversial doc patches
48322      Branch: maint-5.6/perl
48323           +> win32/sncfnmcs.pl
48324           !> MANIFEST README.os2 README.win32 ext/GDBM_File/GDBM_File.pm
48325           !> ext/GDBM_File/GDBM_File.xs lib/integer.pm
48326           !> pod/perl5005delta.pod pod/perldebtut.pod pod/perlfunc.pod
48327           !> pod/perlhack.pod pod/perllexwarn.pod pod/perllocale.pod
48328           !> pod/perllol.pod pod/perlmod.pod pod/perlmodlib.pod
48329           !> pod/perlport.pod pod/perlrun.pod pod/perltoc.pod
48330           !> pod/perlxs.pod pod/perlxstut.pod utils/h2ph.PL
48331 ____________________________________________________________________________
48332 [  9226] By: jhi                                   on 2001/03/19  02:10:21
48333         Log: Integrate changes #9207,9214 from mainline into maintperl.
48334              
48335              podchecker relaxations: =over has an *optional* number after it,
48336              and whitespace in L<> is okay.
48337      Branch: maint-5.6/perl
48338           !> lib/Pod/Checker.pm lib/Pod/ParseUtils.pm pod/perlpod.pod
48339           !> t/pod/poderrs.xr
48340 ____________________________________________________________________________
48341 [  9225] By: jhi                                   on 2001/03/19  02:07:38
48342         Log: Integrate change #9219 from maintperl into mainline.
48343              
48344              remove duplicated tests
48345      Branch: perl
48346           !> t/op/re_tests
48347 ____________________________________________________________________________
48348 [  9224] By: jhi                                   on 2001/03/19  02:06:11
48349         Log: Integrate change #9223 from mainline to maintperl.
48350              
48351              Document -Dmksymlinks.
48352      Branch: maint-5.6/perl
48353           !> INSTALL
48354 ____________________________________________________________________________
48355 [  9223] By: jhi                                   on 2001/03/19  02:01:25
48356         Log: Document -Dmksymlinks.
48357      Branch: perl
48358            ! INSTALL
48359 ____________________________________________________________________________
48360 [  9222] By: jhi                                   on 2001/03/19  01:15:35
48361         Log: The -Dmksymlinks wasn't working for maintperl.
48362      Branch: maint-5.6/perl
48363            ! Configure
48364 ____________________________________________________________________________
48365 [  9221] By: jhi                                   on 2001/03/19  00:49:43
48366         Log: Cleanup pixie residue.
48367      Branch: perl
48368            ! Makefile.SH
48369 ____________________________________________________________________________
48370 [  9220] By: jhi                                   on 2001/03/19  00:44:47
48371         Log: Document the use of pixie/prof; create make targets for it.
48372              
48373              TODO: make t/TEST pixie-aware.
48374      Branch: perl
48375            ! Makefile.SH pod/perlhack.pod
48376 ____________________________________________________________________________
48377 [  9219] By: gsar                                  on 2001/03/19  00:16:55
48378         Log: remove duplicated tests
48379      Branch: maint-5.6/perl
48380            ! t/op/re_tests
48381 ____________________________________________________________________________
48382 [  9218] By: jhi                                   on 2001/03/18  23:59:31
48383         Log: Document Third Degree some more, and also PERL_DESTRUCT_LEVEL.
48384      Branch: perl
48385            ! pod/perlhack.pod pod/perlobj.pod pod/perlrun.pod
48386 ____________________________________________________________________________
48387 [  9217] By: jhi                                   on 2001/03/18  23:25:20
48388         Log: Rewrite the tests section of Makefile to be less redundant
48389              and to allow for more flexible test targets, many recursive
48390              make calls introduced.
48391      Branch: perl
48392            ! Makefile.SH
48393 ____________________________________________________________________________
48394 [  9216] By: jhi                                   on 2001/03/18  22:30:04
48395         Log: Document the use of Third Degree (sparsely).
48396      Branch: perl
48397            ! pod/perlhack.pod t/TEST
48398 ____________________________________________________________________________
48399 [  9215] By: jhi                                   on 2001/03/18  22:10:30
48400         Log: Make targets for testing with Third Degree.
48401      Branch: perl
48402            ! Makefile.SH
48403 ____________________________________________________________________________
48404 [  9214] By: jhi                                   on 2001/03/18  21:08:53
48405         Log: The podchecker relaxations need to mirrored also at the tests.
48406      Branch: perl
48407            ! t/pod/poderrs.xr
48408 ____________________________________________________________________________
48409 [  9213] By: jhi                                   on 2001/03/18  20:56:21
48410         Log: Update Changes.
48411      Branch: perl
48412            ! Changes patchlevel.h
48413 ____________________________________________________________________________
48414 [  9212] By: jhi                                   on 2001/03/18  20:36:59
48415         Log: Looking for config.sh in parent directories isn't
48416              very useful for the toplevel Makefile.
48417      Branch: perl
48418            ! Makefile.SH
48419 ____________________________________________________________________________
48420 [  9211] By: jhi                                   on 2001/03/18  20:33:37
48421         Log: On "make clean" take care of Third Degree droppings.
48422      Branch: perl
48423            ! Makefile.SH
48424 ____________________________________________________________________________
48425 [  9210] By: jhi                                   on 2001/03/18  20:21:34
48426         Log: Add a hook for running the tests under the Third Degree
48427              debugging tool (set $ENV{PERL_3LOG} to non-zero)
48428              
48429              TODO: Document the use of Third Degree.
48430      Branch: perl
48431            ! t/TEST
48432 ____________________________________________________________________________
48433 [  9209] By: jhi                                   on 2001/03/18  20:19:07
48434         Log: Regen toc and api pods.
48435      Branch: perl
48436            ! pod/perlapi.pod pod/perltoc.pod
48437 ____________________________________________________________________________
48438 [  9208] By: jhi                                   on 2001/03/18  20:12:12
48439         Log: Integrate changes #8128,9132 from mainline into maintperl,
48440              Tie::SubstrHash fixes.
48441      Branch: maint-5.6/perl
48442           !> lib/Tie/SubstrHash.pm t/lib/tie-substrhash.t
48443 ____________________________________________________________________________
48444 [  9207] By: jhi                                   on 2001/03/18  20:07:43
48445         Log: podchecker relaxations from Michael Stevens.
48446      Branch: perl
48447            ! lib/Pod/Checker.pm lib/Pod/ParseUtils.pm pod/perlpod.pod
48448 ____________________________________________________________________________
48449 [  9206] By: jhi                                   on 2001/03/18  20:04:24
48450         Log: Retract the changes made at #9176 to Neil's and Ilya's module pods.
48451      Branch: perl
48452            ! lib/Locale/Constants.pm lib/Locale/Country.pm
48453            ! lib/Locale/Currency.pm lib/Locale/Language.pm lib/overload.pm
48454            ! os2/OS2/ExtAttr/ExtAttr.pm os2/OS2/Process/Process.pm
48455 ____________________________________________________________________________
48456 [  9205] By: jhi                                   on 2001/03/18  19:54:45
48457         Log: Integrate changes #9161,9162 from maintperl to mainline.
48458              
48459              clearing of $ENV{PERL_DESTRUCT_LEVEL} interferes with purify
48460              results
48461      Branch: perl
48462           !> t/op/magic.t
48463 ____________________________________________________________________________
48464 [  9204] By: jhi                                   on 2001/03/18  19:37:46
48465         Log: Make perl.third checks more understandable to the builder.
48466      Branch: perl
48467            ! Makefile.SH
48468 ____________________________________________________________________________
48469 [  9203] By: jhi                                   on 2001/03/18  19:20:54
48470         Log: Re-integrate #9138 from maintperl to mainline,
48471              the squelching of the unneeded "Scalars leaked" messages.
48472      Branch: perl
48473           !> t/comp/proto.t t/op/lex_assign.t t/op/local.t t/op/pat.t
48474           !> t/op/regexp.t t/pragma/strict-vars t/pragma/warn/op
48475           !> t/pragma/warn/regcomp t/pragma/warn/toke t/pragma/warnings.t
48476 ____________________________________________________________________________
48477 [  9202] By: jhi                                   on 2001/03/18  18:48:36
48478         Log: More robust and more paranoid perl.third target.
48479      Branch: perl
48480            ! Makefile.SH
48481 ____________________________________________________________________________
48482 [  9201] By: jhi                                   on 2001/03/18  18:39:21
48483         Log: Integrate change #9197 from maintperl to mainline.
48484              
48485              more thorough cleaning of arenas.
48486      Branch: perl
48487           !> embed.pl perl.c proto.h sv.c t/op/sort.t
48488 ____________________________________________________________________________
48489 [  9200] By: jhi                                   on 2001/03/18  18:25:17
48490         Log: Integrate perlio.
48491      Branch: perl
48492           !> doop.c ext/Encode/Encode.pm ext/Encode/Encode.xs
48493           !> ext/Encode/compile lib/utf8.pm pp_ctl.c sv.c t/lib/b.t
48494           !> t/lib/encode.t toke.c universal.c utf8.c
48495 ____________________________________________________________________________
48496 [  9199] By: nick                                  on 2001/03/18  15:23:51
48497         Log: Prefer !UTF8_IS_INVARIANT() over UTF8_IS_CONTINUED() when that
48498              is the sense of the test being done. Avoid some magical 127 and 128 values
48499              by using macros.
48500      Branch: perlio
48501            ! doop.c pp_ctl.c sv.c toke.c
48502 ____________________________________________________________________________
48503 [  9198] By: nick                                  on 2001/03/18  14:18:12
48504         Log: UTF-X encoding invariance for Encode:
48505              - move Encode::utf8_encode to utf8::encode (likewise decode,upgrade,downgrade,valid)
48506              - move the XS code for those to universal.c (so in miniperl)
48507              - add utf8::unicode_to_native and its inverse to allow EBCDIC to work in true unicode.
48508              - change ext/Encode/compile to use above.
48509              - Fix t/lib/encode.t for above
48510              - Teach t/lib/b.t to expect -uutf8
48511              - In utf8.c look for SWASHNEW rather than just utf8:: package to see if
48512              utf8.pm is needed.
48513      Branch: perlio
48514            ! ext/Encode/Encode.pm ext/Encode/Encode.xs ext/Encode/compile
48515            ! lib/utf8.pm t/lib/b.t t/lib/encode.t universal.c utf8.c
48516 ____________________________________________________________________________
48517 [  9197] By: gsar                                  on 2001/03/18  12:15:57
48518         Log: more thorough cleaning of arenas--keep going until no more
48519              SvREFCNT_dec()s occur (this fixes the problem that causes the
48520              pesky "Scalars leaked" warnings)
48521      Branch: maint-5.6/perl
48522            ! embed.pl perl.c proto.h sv.c t/op/sort.t
48523 ____________________________________________________________________________
48524 [  9196] By: nick                                  on 2001/03/18  10:57:29
48525         Log: Fix pragma/utf8.t # 15
48526              - if toke.c is processing a SvUTF8 string then single quoted '...' etc.
48527              are SvUTF8 as well.
48528      Branch: perlio
48529            ! toke.c
48530 ____________________________________________________________________________
48531 [  9195] By: nick                                  on 2001/03/18  09:27:06
48532         Log: Integrate mainline
48533      Branch: perlio
48534           !> MANIFEST Makefile.SH doop.c mg.c op.c op.h t/op/misc.t
48535           !> t/op/pat.t
48536 ____________________________________________________________________________
48537 [  9194] By: jhi                                   on 2001/03/18  05:29:59
48538         Log: Sarathy's clear_pmop patch with Radu Greab's fix,
48539              Hiroto's, Nick Clark's, and Vadim Konovalov's tests.
48540      Branch: perl
48541            ! op.c op.h t/op/misc.t t/op/pat.t
48542 ____________________________________________________________________________
48543 [  9193] By: jhi                                   on 2001/03/18  05:15:06
48544         Log: NI-S' cunning idea of how to de-UTF8 the "\C-broken" submatches.
48545      Branch: perl
48546            ! mg.c t/op/pat.t
48547 ____________________________________________________________________________
48548 [  9192] By: jhi                                   on 2001/03/18  04:22:43
48549         Log: tr/// UTF-8 patches from Inaba Hiroto.
48550      Branch: perl
48551            ! doop.c op.c
48552 ____________________________________________________________________________
48553 [  9191] By: jhi                                   on 2001/03/18  04:21:17
48554         Log: Integrate perlio.
48555      Branch: perl
48556           !> utf8.c utfebcdic.h
48557 ____________________________________________________________________________
48558 [  9190] By: nick                                  on 2001/03/17  20:32:01
48559         Log: Correct #if EBCDIC side typos.
48560              Builds and passes many tests on OS390.
48561      Branch: perlio
48562            ! utf8.c utfebcdic.h
48563 ____________________________________________________________________________
48564 [  9189] By: jhi                                   on 2001/03/17  18:55:49
48565         Log: Add prerequisites for the perl.third target.
48566      Branch: perl
48567            ! Makefile.SH
48568 ____________________________________________________________________________
48569 [  9188] By: jhi                                   on 2001/03/17  18:46:00
48570         Log: Integrate perlio.
48571      Branch: perl
48572           +> utfebcdic.h
48573           !> MANIFEST doop.c perl.h pp.c utf8.c utf8.h
48574 ____________________________________________________________________________
48575 [  9187] By: jhi                                   on 2001/03/17  18:38:47
48576         Log: Add a make rule for perl.third (the Third Degree memory debugging
48577              tool of Tru64 / Digital UNIX / DEC OSF/1, see man third or man atom)
48578      Branch: perl
48579            ! Makefile.SH
48580 ____________________________________________________________________________
48581 [  9186] By: nick                                  on 2001/03/17  18:34:48
48582         Log: MANIFEST addition :-(
48583      Branch: perlio
48584            ! MANIFEST
48585 ____________________________________________________________________________
48586 [  9185] By: nick                                  on 2001/03/17  18:29:50
48587         Log: Infrastructure to use UTF-EBCDIC rather than UTF-8 as the internal
48588              encoding on EBCDIC platforms. This has property that U+0000..U+009F i.e.
48589              a superset of ASCII are invariant under the encoding. This is EBCDIC
48590              friendly as an encoded string can be looked at as being EBCDIC by lexer
48591              sprintf("%d",...) etc. in same manner that a UTF-8 string be considered
48592              ASCII on ASCII machines.
48593              
48594              - re-arrange utf8.h to get ASCII specific vs Unicode generic bits
48595              seperate.
48596              - Add some more macros to comprehend different shift amounts and
48597              possible swizzle in UTF-EBCDIC vs UTF-8. Change utf8.c to use them.
48598              - add utfebcdic.h which provides UTF-EBCDIC versions of the macros,
48599              and conditionally #include it.
48600              
48601              EBCDIC build as yet untested.  ASCII still fails the one test.
48602      Branch: perlio
48603            + utfebcdic.h
48604            ! utf8.c utf8.h
48605 ____________________________________________________________________________
48606 [  9184] By: nick                                  on 2001/03/17  17:44:16
48607         Log: Minor naming change UTF8_IS_ASCII => UTF8_IS_INVARIANT
48608      Branch: perlio
48609            ! doop.c perl.h pp.c utf8.h
48610 ____________________________________________________________________________
48611 [  9183] By: jhi                                   on 2001/03/17  15:55:42
48612         Log: Integrate perlio.
48613      Branch: perl
48614            ! MANIFEST
48615           !> perl.h sv.c t/op/pat.t toke.c utf8.c utf8.h
48616 ____________________________________________________________________________
48617 [  9182] By: nick                                  on 2001/03/17  09:16:06
48618         Log: Allow test to pass even when \C leaves SvUTF8 set by adding 'use bytes'
48619      Branch: perlio
48620            ! t/op/pat.t
48621 ____________________________________________________________________________
48622 [  9181] By: nick                                  on 2001/03/17  09:15:11
48623         Log: Integrate mainline.
48624      Branch: perlio
48625           +> lib/Locale/Constants.pm lib/Locale/Country.pm
48626           +> lib/Locale/Currency.pm lib/Locale/Language.pm t/lib/lc-all.t
48627           +> t/lib/lc-constants.t t/lib/lc-country.t t/lib/lc-currency.t
48628           +> t/lib/lc-language.t t/lib/lc-uk.t win32/sncfnmcs.pl
48629           !> (integrate 83 files)
48630 ____________________________________________________________________________
48631 [  9180] By: nick                                  on 2001/03/16  17:23:21
48632         Log: EBCDIC Fixes.
48633      Branch: perlio
48634            ! perl.h sv.c toke.c utf8.c utf8.h
48635 ____________________________________________________________________________
48636 [  9179] By: jhi                                   on 2001/03/16  14:10:12
48637         Log: Re-apply #9024 as the Storable 1.0.11 (#9069) overwrote
48638              a change needed to work around an AIX compiler bug.
48639      Branch: perl
48640            ! ext/Storable/Storable.xs
48641 ____________________________________________________________________________
48642 [  9178] By: jhi                                   on 2001/03/16  03:19:59
48643         Log: With Damian's approval synchronize damian's modules'
48644              licensing with Perl's standard module licensing.
48645      Branch: perl
48646            ! lib/Filter/Simple.pm lib/Switch.pm lib/Text/Balanced.pod
48647 ____________________________________________________________________________
48648 [  9177] By: jhi                                   on 2001/03/16  03:15:34
48649         Log: Make the Filter::Util:Call files have their own copies
48650              of the Perl standard module licensing, from Paul Marquess.
48651      Branch: perl
48652            ! ext/Filter/Util/Call/Call.pm ext/Filter/Util/Call/Call.xs
48653 ____________________________________________________________________________
48654 [  9176] By: jhi                                   on 2001/03/16  02:56:04
48655         Log: Subject: [PATCH] more pod patches
48656              From: Michael Stevens <michael@etla.org>
48657              Date: Thu, 15 Mar 2001 21:25:18 +0000
48658              Message-ID: <20010315212518.A18870@firedrake.org>
48659      Branch: perl
48660            ! configpm ext/B/B/Bytecode.pm ext/DB_File/DB_File.pm
48661            ! ext/Data/Dumper/Dumper.pm ext/Devel/Peek/Peek.pm
48662            ! ext/Filter/Util/Call/Call.pm ext/IO/lib/IO/Handle.pm
48663            ! ext/IO/lib/IO/Seekable.pm ext/IO/lib/IO/Socket/UNIX.pm
48664            ! ext/IPC/SysV/Msg.pm ext/IPC/SysV/Semaphore.pm
48665            ! ext/IPC/SysV/SysV.pm ext/NDBM_File/NDBM_File.pm
48666            ! ext/ODBM_File/ODBM_File.pm ext/Socket/Socket.pm
48667            ! ext/Storable/Storable.pm ext/Sys/Syslog/Syslog.pm
48668            ! ext/Thread/Thread.pm ext/Thread/Thread/Queue.pm
48669            ! ext/attrs/attrs.pm jpl/JNI/JNI.pm lib/CPAN.pm
48670            ! lib/Class/Struct.pm lib/Dumpvalue.pm lib/ExtUtils/Embed.pm
48671            ! lib/ExtUtils/Installed.pm lib/ExtUtils/MM_Cygwin.pm
48672            ! lib/ExtUtils/MM_OS2.pm lib/ExtUtils/MM_VMS.pm
48673            ! lib/ExtUtils/MM_Win32.pm lib/ExtUtils/Manifest.pm
48674            ! lib/ExtUtils/Mksymlists.pm lib/ExtUtils/Packlist.pm
48675            ! lib/File/Basename.pm lib/File/Spec/VMS.pm
48676            ! lib/File/Spec/Win32.pm lib/FileHandle.pm lib/Filter/Simple.pm
48677            ! lib/Getopt/Long.pm lib/Locale/Constants.pm
48678            ! lib/Locale/Country.pm lib/Locale/Language.pm
48679            ! lib/Term/ANSIColor.pm lib/Test.pm lib/Test/Harness.pm
48680            ! lib/Text/Wrap.pm lib/Tie/Array.pm lib/Tie/Handle.pm
48681            ! lib/Tie/Hash.pm lib/Tie/Scalar.pm lib/User/pwent.pm
48682            ! lib/autouse.pm lib/overload.pm os2/OS2/ExtAttr/ExtAttr.pm
48683            ! os2/OS2/Process/Process.pm
48684 ____________________________________________________________________________
48685 [  9175] By: jhi                                   on 2001/03/16  02:53:32
48686         Log: Subject: [PATCH] the uncontroversial doc patches
48687              From: Michael Stevens <michael@etla.org>
48688              Date: Thu, 15 Mar 2001 20:01:12 +0000
48689              Message-ID: <20010315200112.A7636@firedrake.org>
48690      Branch: perl
48691            ! pod/perl5005delta.pod pod/perldebtut.pod pod/perldelta.pod
48692            ! pod/perlfunc.pod pod/perlhack.pod pod/perllexwarn.pod
48693            ! pod/perllocale.pod pod/perllol.pod pod/perlmod.pod
48694            ! pod/perlmodlib.pod pod/perlport.pod pod/perlrun.pod
48695            ! pod/perltoc.pod pod/perlxs.pod pod/perlxstut.pod
48696 ____________________________________________________________________________
48697 [  9174] By: jhi                                   on 2001/03/16  02:50:49
48698         Log: Subject: [PATCH 5.6.1] ext/GDBM_File GDBM_NOLOCK constant
48699              From: Paul Lindner <lindner@inuus.com>
48700              Date: Fri, 16 Mar 2001 11:28:03 -0800
48701              Message-ID: <20010316112803.A7577@inuus.com>
48702      Branch: perl
48703            ! ext/GDBM_File/GDBM_File.pm ext/GDBM_File/GDBM_File.xs
48704 ____________________________________________________________________________
48705 [  9173] By: nick                                  on 2001/03/15  20:21:03
48706         Log: 1st day's EBCDIC fixes:
48707              - toke.c's parsing of strings needed attention
48708              needed to conditionally e2a if string was already UTF-8
48709              - e2a/a2e tables where wrong way round.
48710              - new macros in utf8.h
48711      Branch: perlio
48712            ! perl.h toke.c utf8.h
48713 ____________________________________________________________________________
48714 [  9172] By: jhi                                   on 2001/03/15  15:17:17
48715         Log: Update Changes.
48716      Branch: perl
48717            ! Changes patchlevel.h
48718 ____________________________________________________________________________
48719 [  9171] By: jhi                                   on 2001/03/15  15:09:32
48720         Log: Subject: Re: Another Borland C++ problem.
48721              From: "Vadim Konovalov" <watman@inbox.ru>
48722              Date: Sat, 10 Mar 2001 19:26:07 +0300
48723              Message-ID: <001601c0a97f$143fcc40$da7b55c2@vad>
48724              
48725              Borland filename case problem.
48726      Branch: perl
48727            + win32/sncfnmcs.pl
48728            ! MANIFEST README.win32
48729 ____________________________________________________________________________
48730 [  9170] By: jhi                                   on 2001/03/15  14:54:23
48731         Log: Add Locale::Codes 1.06, from Neil Bowers.
48732      Branch: perl
48733            + lib/Locale/Constants.pm lib/Locale/Country.pm
48734            + lib/Locale/Currency.pm lib/Locale/Language.pm t/lib/lc-all.t
48735            + t/lib/lc-constants.t t/lib/lc-country.t t/lib/lc-currency.t
48736            + t/lib/lc-language.t t/lib/lc-uk.t
48737            ! MANIFEST
48738 ____________________________________________________________________________
48739 [  9169] By: jhi                                   on 2001/03/15  14:19:01
48740         Log: Upgrade to Storable 1.0.11, from Raphael Manfredi.
48741      Branch: perl
48742            ! ext/Storable/ChangeLog ext/Storable/Storable.pm
48743            ! ext/Storable/Storable.xs
48744 ____________________________________________________________________________
48745 [  9168] By: jhi                                   on 2001/03/15  14:13:22
48746         Log: Integrate changes #9120,9167 from mainline to maintperl.
48747              
48748              Subject: [PATCH 5.6.1] OS/2 docs
48749              
48750              Subject: [PATCH 5.6.1] perldoc
48751      Branch: maint-5.6/perl
48752           !> os2/Changes utils/perldoc.PL
48753 ____________________________________________________________________________
48754 [  9167] By: jhi                                   on 2001/03/15  14:07:42
48755         Log: Subject: [PATCH 5.6.1] perldoc
48756              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
48757              Date: Wed, 14 Mar 2001 23:46:52 -0500
48758              Message-ID: <20010314234652.A7972@math.ohio-state.edu>
48759      Branch: perl
48760            ! utils/perldoc.PL
48761 ____________________________________________________________________________
48762 [  9166] By: jhi                                   on 2001/03/15  13:53:15
48763         Log: sigaction test condition tweakage.
48764      Branch: perl
48765            ! t/lib/sigaction.t
48766 ____________________________________________________________________________
48767 [  9165] By: alanbur                               on 2001/03/15  03:49:17
48768         Log: Resynchronised with parent
48769      Branch: maint-5.6/pureperl
48770           +> os2/os2add.sym t/op/anonsub.t
48771           !> (integrate 72 files)
48772 ____________________________________________________________________________
48773 [  9164] By: jhi                                   on 2001/03/15  01:05:01
48774         Log: Avoid stomping off the beginning of an array in tr///.
48775      Branch: perl
48776            ! op.c
48777 ____________________________________________________________________________
48778 [  9163] By: jhi                                   on 2001/03/15  00:58:57
48779         Log: h2ph strictness and cleanliness from Kurt Starsinic.
48780      Branch: perl
48781            ! utils/h2ph.PL
48782 ____________________________________________________________________________
48783 [  9162] By: gsar                                  on 2001/03/15  00:56:53
48784         Log: avoid warnings
48785      Branch: maint-5.6/perl
48786            ! t/op/magic.t
48787 ____________________________________________________________________________
48788 [  9161] By: gsar                                  on 2001/03/15  00:52:09
48789         Log: clearing of $ENV{PERL_DESTRUCT_LEVEL} interferes with purify
48790              results
48791      Branch: maint-5.6/perl
48792            ! t/op/magic.t
48793 ____________________________________________________________________________
48794 [  9160] By: jhi                                   on 2001/03/14  22:02:10
48795         Log: Do not use the Perl malloc in IRIX, suggested by
48796              Helmus Jarausch.
48797      Branch: perl
48798            ! hints/irix_6.sh
48799 ____________________________________________________________________________
48800 [  9159] By: nick                                  on 2001/03/14  21:45:59
48801         Log: Integrate mainline
48802      Branch: perlio
48803           +> t/op/loopctl.t
48804           !> (integrate 41 files)
48805 ____________________________________________________________________________
48806 [  9158] By: jhi                                   on 2001/03/14  21:10:09
48807         Log: The Day of the Retractions continues: the #9138
48808              (integrated in #9144) doesn't work well in mainline.
48809      Branch: perl
48810            ! t/comp/proto.t t/op/lex_assign.t t/op/local.t t/op/pat.t
48811            ! t/op/regexp.t t/pragma/strict-vars t/pragma/warn/op
48812            ! t/pragma/warn/regcomp t/pragma/warn/toke t/pragma/warnings.t
48813 ____________________________________________________________________________
48814 [  9157] By: jhi                                   on 2001/03/14  20:58:12
48815         Log: The #9145 CANNOT be enabled: the clear_pmop code still
48816              dumps core all over in Tru64.
48817      Branch: perl
48818            ! op.c op.h t/op/pat.t
48819 ____________________________________________________________________________
48820 [  9156] By: jhi                                   on 2001/03/14  20:48:06
48821         Log: Integrate change #9154 from maintperl to mainline.
48822              
48823              PerlIO_stdoutf() wasn't properly supported under PERL_IMPLICIT_SYS
48824              (caused Storable 1.0.10 to break on windows)
48825      Branch: perl
48826           !> embed.h embed.pl global.sym globals.c iperlsys.h objXSUB.h
48827           !> perlapi.c proto.h
48828 ____________________________________________________________________________
48829 [  9155] By: jhi                                   on 2001/03/14  20:23:53
48830         Log: Retract #9136: breaks threading (and binary compatibility).
48831      Branch: perl
48832            ! ext/DynaLoader/dl_aix.xs hints/aix.sh makedef.pl
48833 ____________________________________________________________________________
48834 [  9154] By: gsar                                  on 2001/03/14  17:48:18
48835         Log: PerlIO_stdoutf() wasn't properly supported under PERL_IMPLICIT_SYS
48836              (caused Storable 1.0.10 to break on windows)
48837      Branch: maint-5.6/perl
48838            ! embed.h embed.pl global.sym globals.c iperlsys.h objXSUB.h
48839            ! perlapi.c proto.h
48840 ____________________________________________________________________________
48841 [  9153] By: jhi                                   on 2001/03/14  13:35:21
48842         Log: Tweaked a tweak from H.Merijn Brand on the sigaction test.
48843      Branch: perl
48844            ! t/lib/sigaction.t
48845 ____________________________________________________________________________
48846 [  9152] By: gsar                                  on 2001/03/14  07:29:40
48847         Log: back out changes#9012,9010,9009 and parts of change#9016
48848              (causes ABRs under purify, and some prerequisites don't
48849              seem to be there in 5.6.x)
48850      Branch: maint-5.6/perl
48851            ! doop.c op.c t/op/tr.t toke.c
48852 ____________________________________________________________________________
48853 [  9151] By: gsar                                  on 2001/03/14  07:01:29
48854         Log: reenable change#9145 (the test was busted due to a missing
48855              C<print "ok 27\n">)
48856      Branch: perl
48857            ! op.c op.h t/op/pat.t
48858 ____________________________________________________________________________
48859 [  9150] By: jhi                                   on 2001/03/14  06:38:36
48860         Log: Retract #9145.
48861      Branch: perl
48862            ! op.c op.h t/op/pat.t
48863 ____________________________________________________________________________
48864 [  9149] By: jhi                                   on 2001/03/14  06:14:56
48865         Log: Retract #9143.
48866      Branch: perl
48867            ! op.c
48868 ____________________________________________________________________________
48869 [  9148] By: gsar                                  on 2001/03/14  06:13:02
48870         Log: Uninitialized Memory Read in regexec.c
48871      Branch: perl
48872            ! regexec.c
48873 ____________________________________________________________________________
48874 [  9147] By: jhi                                   on 2001/03/14  04:59:54
48875         Log: Subject: PATCH: make goto work in nested eval ""
48876              From: Robin Houston <robin@kitsite.com>
48877              Date: Wed, 14 Mar 2001 04:16:10 +0000
48878              Message-ID: <20010314041610.A16307@puffinry.freeserve.co.uk>
48879      Branch: perl
48880            ! pp_ctl.c t/op/goto.t
48881 ____________________________________________________________________________
48882 [  9146] By: jhi                                   on 2001/03/14  04:42:54
48883         Log: Preserve the #ifdef PERL_CORE in perly.h.
48884      Branch: perl
48885            ! perly.fixer
48886 ____________________________________________________________________________
48887 [  9145] By: jhi                                   on 2001/03/14  03:57:41
48888         Log: (Retracted by #9150.)
48889      Branch: perl
48890            ! op.c op.h t/op/pat.t
48891 ____________________________________________________________________________
48892 [  9144] By: jhi                                   on 2001/03/14  03:50:38
48893         Log: Integrate changes #9137,9138,9142 from maintperl into mainline.
48894              
48895              fix leak in pregcomp() when RE fails to compile (e.g. m/\\/)
48896              
48897              remove squelch controls for "Scalars leaked" messages in most places
48898              (these are now cured)
48899              
48900              fix another memory leak reported by purify (tie callbacks that
48901              croak can leak when wiping out magic)
48902      Branch: perl
48903           !> regcomp.c scope.c t/comp/proto.t t/op/lex_assign.t
48904           !> t/op/local.t t/op/pat.t t/op/regexp.t t/pragma/strict-vars
48905           !> t/pragma/warn/op t/pragma/warn/regcomp t/pragma/warn/toke
48906           !> t/pragma/warnings.t
48907 ____________________________________________________________________________
48908 [  9143] By: jhi                                   on 2001/03/14  03:37:53
48909         Log: (Retracted by #9149.)
48910      Branch: perl
48911            ! op.c
48912 ____________________________________________________________________________
48913 [  9142] By: gsar                                  on 2001/03/14  03:20:48
48914         Log: fix another memory leak reported by purify (tie callbacks that
48915              croak can leak when wiping out magic)
48916      Branch: maint-5.6/perl
48917            ! scope.c
48918 ____________________________________________________________________________
48919 [  9141] By: jhi                                   on 2001/03/14  02:55:00
48920         Log: Subject: PATCH for [ID 20010305.003]
48921              From: Robin Houston <robin@kitsite.com>
48922              Date: Wed, 14 Mar 2001 02:45:51 +0000
48923              Message-ID: <20010314024551.A16207@puffinry.freeserve.co.uk>
48924      Branch: perl
48925            ! pp_ctl.c t/op/eval.t
48926 ____________________________________________________________________________
48927 [  9140] By: jhi                                   on 2001/03/14  02:41:54
48928         Log: Subject: Re: [ID 20010309.004] my-variables lose values while goto'ing within a for(;;)-loop
48929              Date: Wed, 14 Mar 2001 01:52:51 +0000
48930              From: Robin Houston <robin@kitsite.com>
48931              Message-ID: <20010314015251.B16112@puffinry.freeserve.co.uk>
48932              
48933              Fix for 2000313.004.
48934      Branch: perl
48935            ! pp_ctl.c t/op/goto.t
48936 ____________________________________________________________________________
48937 [  9139] By: jhi                                   on 2001/03/14  02:40:50
48938         Log: Subject: Re: [ID 20010309.004] my-variables lose values while goto'ing within a for(;;)-loop
48939              From: Robin Houston <robin@kitsite.com>
48940              Date: Wed, 14 Mar 2001 00:43:45 +0000
48941              Message-ID: <20010314004345.A15892@puffinry.freeserve.co.uk>
48942      Branch: perl
48943            + t/op/loopctl.t
48944            ! AUTHORS MANIFEST perly.c perly.y perly_c.diff t/op/goto.t
48945            ! vms/perly_c.vms
48946 ____________________________________________________________________________
48947 [  9138] By: gsar                                  on 2001/03/14  01:18:00
48948         Log: remove squelch controls for "Scalars leaked" messages in most places
48949              (these are now cured)
48950      Branch: maint-5.6/perl
48951            ! t/comp/proto.t t/op/lex_assign.t t/op/local.t t/op/pat.t
48952            ! t/op/regexp.t t/pragma/strict-vars t/pragma/warn/op
48953            ! t/pragma/warn/regcomp t/pragma/warn/toke t/pragma/warnings.t
48954 ____________________________________________________________________________
48955 [  9137] By: gsar                                  on 2001/03/14  00:57:04
48956         Log: fix leak in pregcomp() when RE fails to compile (e.g. m/\\/)
48957      Branch: maint-5.6/perl
48958            ! regcomp.c
48959 ____________________________________________________________________________
48960 [  9136] By: jhi                                   on 2001/03/13  23:12:24
48961         Log: (Retracted by #9155)
48962              
48963              Subject: Re: [gsar@ActiveState.com: v5.6.1 trial2 is available]
48964              From: Jens-Uwe Mager <jum@helios.de>
48965              Date: Wed, 21 Feb 2001 21:32:04 +0100
48966              Message-ID: <20010221213203.A18340@ans.helios.de>
48967      Branch: perl
48968            ! ext/DynaLoader/dl_aix.xs hints/aix.sh makedef.pl
48969 ____________________________________________________________________________
48970 [  9135] By: jhi                                   on 2001/03/13  22:50:05
48971         Log: Integrate perlio.
48972      Branch: perl
48973           !> pp.c
48974 ____________________________________________________________________________
48975 [  9134] By: jhi                                   on 2001/03/13  22:49:05
48976         Log: Integrate change #9131 from maintperl into mainline.
48977              
48978              make the error text look more consistent in hints/hpux.sh
48979      Branch: perl
48980           !> hints/hpux.sh
48981 ____________________________________________________________________________
48982 [  9133] By: gsar                                  on 2001/03/13  22:46:20
48983         Log: integrate change#9067 from mainline
48984              
48985              Re: [PATCH: 5.6.1 trial2] DynaLoading for OS/390 build option
48986      Branch: maint-5.6/perl
48987           !> lib/ExtUtils/MM_Unix.pm
48988 ____________________________________________________________________________
48989 [  9132] By: jhi                                   on 2001/03/13  22:41:21
48990         Log: Subject:  Re: [ID 20010309.004] my-variables lose values while goto'ing within a for(;;)-loop
48991              From: "John P. Linderman" <jpl@research.att.com>
48992              Date: Tue, 13 Mar 2001 12:36:32 -0500 (EST)
48993              Message-Id: <200103131736.MAA35615@raptor.research.att.com>
48994              
48995              A more correct prime finder.
48996      Branch: perl
48997            ! lib/Tie/SubstrHash.pm
48998 ____________________________________________________________________________
48999 [  9131] By: gsar                                  on 2001/03/13  22:30:42
49000         Log: make the error text look more consistent in hints/hpux.sh
49001      Branch: maint-5.6/perl
49002            ! hints/hpux.sh
49003 ____________________________________________________________________________
49004 [  9130] By: jhi                                   on 2001/03/13  22:23:44
49005         Log: Subject: Re: 9122 and sigaction/switch on HP-UX 11.00
49006              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
49007              Date: Tue, 13 Mar 2001 18:41:26 +0100
49008              Message-Id: <20010313184043.BFFC.H.M.BRAND@hccnet.nl>
49009              
49010              If the test is run non-interactively the default handler
49011              is different.
49012      Branch: perl
49013            ! t/lib/sigaction.t
49014 ____________________________________________________________________________
49015 [  9129] By: jhi                                   on 2001/03/13  22:20:21
49016         Log: Subject:  [PATCH perl@9125] t/lib/1_compile.t  VMS mod
49017              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
49018              Message-Id: <010313164414.d1225@DUPHY4.Physics.Drexel.Edu>
49019              Date:     Tue, 13 Mar 2001 16:44:32 EST
49020      Branch: perl
49021            ! t/lib/1_compile.t
49022 ____________________________________________________________________________
49023 [  9128] By: jhi                                   on 2001/03/13  22:18:34
49024         Log: Subject: Another patch for integer.pm POD 
49025              From: "John L. Allen" <allen@grumman.com>
49026              Date: Tue, 13 Mar 2001 16:14:02 -0500 (EST)
49027              Message-ID: <Pine.SOL.3.91.1010313160755.1630A-100000@gateway.grumman.com>
49028      Branch: perl
49029            ! lib/integer.pm
49030 ____________________________________________________________________________
49031 [  9127] By: nick                                  on 2001/03/13  21:26:30
49032         Log: Integrate mainline.
49033      Branch: perlio
49034           +> lib/Switch.pm lib/Text/Balanced.pm lib/Text/Balanced.pod
49035           +> t/lib/switch.t t/lib/tb-genxt.t t/lib/tb-xbrak.t
49036           +> t/lib/tb-xcode.t t/lib/tb-xdeli.t t/lib/tb-xmult.t
49037           +> t/lib/tb-xquot.t t/lib/tb-xtagg.t t/lib/tb-xvari.t
49038           !> Changes Configure MANIFEST README.os2 README.os390
49039           !> ext/re/Makefile.PL hints/aix.sh hints/os390.sh lib/integer.pm
49040           !> os2/Changes patchlevel.h win32/perlhost.h
49041 ____________________________________________________________________________
49042 [  9126] By: nick                                  on 2001/03/13  20:39:51
49043         Log: #ifdef'ed out code to make packed side of pack/unpack
49044              octets. (i.e. pack('U') => encode_utf8).
49045      Branch: perlio
49046            ! pp.c
49047 ____________________________________________________________________________
49048 [  9125] By: jhi                                   on 2001/03/13  15:07:16
49049         Log: Update Changes.
49050      Branch: perl
49051            ! Changes patchlevel.h
49052 ____________________________________________________________________________
49053 [  9124] By: jhi                                   on 2001/03/13  14:22:45
49054         Log: Workaround for the buggy ("internal compiler error")
49055              AIX C compiler 5.0.1.0: skip the optimization for regcomp.c
49056              (and ext/re/re_comp.c).  The MakeMaker dark magic courtesy
49057              of Andreas König.
49058      Branch: perl
49059            ! ext/re/Makefile.PL hints/aix.sh
49060 ____________________________________________________________________________
49061 [  9123] By: jhi                                   on 2001/03/13  03:24:34
49062         Log: Typo in #9114.
49063      Branch: metaconfig
49064            ! U/modified/myhostname.U
49065 ____________________________________________________________________________
49066 [  9122] By: jhi                                   on 2001/03/13  03:24:06
49067         Log: Typo in #9113.
49068      Branch: perl
49069            ! Configure
49070 ____________________________________________________________________________
49071 [  9121] By: jhi                                   on 2001/03/13  01:53:05
49072         Log: Forgot to check-in the larger part of #9120, duh.
49073      Branch: perl
49074            ! README.os2
49075 ____________________________________________________________________________
49076 [  9120] By: jhi                                   on 2001/03/13  01:51:31
49077         Log: Subject: [PATCH 5.6.1] OS/2 docs
49078              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
49079              Date: Mon, 12 Mar 2001 03:27:32 -0500
49080              Message-ID: <20010312032732.A19283@math.ohio-state.edu>
49081      Branch: perl
49082            ! os2/Changes
49083 ____________________________________________________________________________
49084 [  9119] By: jhi                                   on 2001/03/13  01:49:41
49085         Log: Integrate change #9116 from maintperl into mainline.
49086              
49087              Win32::GetCwd() returns C: instead of C:\ in the root directory
49088              under ithreads
49089      Branch: perl
49090           !> win32/perlhost.h
49091 ____________________________________________________________________________
49092 [  9118] By: jhi                                   on 2001/03/13  01:13:39
49093         Log: Add Switch 2.01, resort MANIFEST (forgot that in #9117)
49094      Branch: perl
49095            + lib/Switch.pm t/lib/switch.t
49096            ! MANIFEST
49097 ____________________________________________________________________________
49098 [  9117] By: jhi                                   on 2001/03/13  01:03:17
49099         Log: Add Text::Balanced 1.83.
49100      Branch: perl
49101            + lib/Text/Balanced.pm lib/Text/Balanced.pod t/lib/tb-genxt.t
49102            + t/lib/tb-xbrak.t t/lib/tb-xcode.t t/lib/tb-xdeli.t
49103            + t/lib/tb-xmult.t t/lib/tb-xquot.t t/lib/tb-xtagg.t
49104            + t/lib/tb-xvari.t
49105            ! MANIFEST
49106 ____________________________________________________________________________
49107 [  9116] By: gsar                                  on 2001/03/13  00:55:53
49108         Log: Win32::GetCwd() returns C: instead of C:\ in the root directory
49109              under ithreads
49110      Branch: maint-5.6/perl
49111            ! win32/perlhost.h
49112 ____________________________________________________________________________
49113 [  9115] By: jhi                                   on 2001/03/13  00:54:09
49114         Log: Subject: Re: [ID 20010305.005] "use integer" doesn't make rand() return integers
49115              From: "John L. Allen" <allen@grumman.com>
49116              Date: Tue, 6 Mar 2001 10:50:51 -0500 (EST)
49117              Message-ID: <Pine.SOL.3.91.1010306103113.9094A-100000@gateway.grumman.com>
49118              
49119              use integer document clarification.
49120      Branch: perl
49121            ! lib/integer.pm
49122 ____________________________________________________________________________
49123 [  9114] By: jhi                                   on 2001/03/13  00:38:54
49124         Log: Metaconfig unit change for #9113.
49125      Branch: metaconfig
49126            ! U/modified/myhostname.U
49127 ____________________________________________________________________________
49128 [  9113] By: jhi                                   on 2001/03/13  00:38:35
49129         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?)
49130              From: Peter Prymmer <pvhp@forte.com>
49131              Date: Mon, 12 Mar 2001 16:25:56 -0800 (PST)
49132              Message-ID: <Pine.OSF.4.10.10103121619020.180841-100000@aspara.forte.com>
49133      Branch: perl
49134            ! Configure README.os390 hints/os390.sh
49135 ____________________________________________________________________________
49136 [  9112] By: jhi                                   on 2001/03/13  00:29:00
49137         Log: Integrate perlio.
49138      Branch: perl
49139           !> sv.c utf8.h
49140 ____________________________________________________________________________
49141 [  9111] By: nick                                  on 2001/03/12  21:16:33
49142         Log: Integrate mainline.
49143      Branch: perlio
49144           +> t/op/anonsub.t
49145           !> MANIFEST embed.h embed.pl op.c op.h pod/perlapi.pod pp_ctl.c
49146           !> proto.h sv.c
49147 ____________________________________________________________________________
49148 [  9110] By: nick                                  on 2001/03/12  21:00:13
49149         Log: #ifdef'ed out code for 'USE_BYTES_DOWNGRADES' case.
49150      Branch: perlio
49151            ! sv.c utf8.h
49152 ____________________________________________________________________________
49153 [  9109] By: jhi                                   on 2001/03/12  16:04:47
49154         Log: Integrate change #9108 from maintperl to mainline.
49155              
49156              fix memory leak in C<sub X { sub {} }> arising from a refcount
49157              loop between the outer sub and the inner prototype anonsub
49158              
49159              this also enables closures returned by subroutines that
49160              subsequently get redefined to work without generating coredumps :)
49161              
49162              completely removed the free_closures() hack--it shouldn't be
49163              needed anymore
49164      Branch: perl
49165           +> t/op/anonsub.t
49166           !> MANIFEST embed.h embed.pl op.c op.h pod/perlapi.pod pp_ctl.c
49167           !> proto.h sv.c
49168 ____________________________________________________________________________
49169 [  9108] By: gsar                                  on 2001/03/12  10:21:31
49170         Log: fix memory leak in C<sub X { sub {} }> arising from a refcount
49171              loop between the outer sub and the inner prototype anonsub
49172              
49173              this also enables closures returned by subroutines that
49174              subsequently get redefined to work without generating coredumps :)
49175              
49176              completely removed the free_closures() hack--it shouldn't be
49177              needed anymore
49178      Branch: maint-5.6/perl
49179            + t/op/anonsub.t
49180            ! MANIFEST embed.h embed.pl op.c op.h pod/perlapi.pod pp_ctl.c
49181            ! proto.h sv.c
49182 ____________________________________________________________________________
49183 [  9107] By: jhi                                   on 2001/03/12  05:15:31
49184         Log: Integrate perlio.
49185      Branch: perl
49186           !> ext/Encode/Encode.xs makedef.pl regcomp.c sv.c toke.c utf8.c
49187 ____________________________________________________________________________
49188 [  9106] By: nick                                  on 2001/03/11  20:10:12
49189         Log: regcomp.c is working in native space, not Unicode space (if different)
49190              as it is doing compare against 'W' in \W etc.
49191      Branch: perlio
49192            ! regcomp.c
49193 ____________________________________________________________________________
49194 [  9105] By: nick                                  on 2001/03/11  19:39:34
49195         Log: Audit #ifdef EBCDIC and #ifndef ASCIIish, replace latter with former.
49196              Use ASCII_TO_NATIVE and NATIVE_TO_ASCII to avoid some #ifs.
49197      Branch: perlio
49198            ! regcomp.c toke.c utf8.c
49199 ____________________________________________________________________________
49200 [  9104] By: nick                                  on 2001/03/11  18:15:44
49201         Log: Put utf8_downgrade in CRIPPLED_CC versions of SvPVbyte* before I forget.
49202      Branch: perlio
49203            ! sv.c
49204 ____________________________________________________________________________
49205 [  9103] By: nick                                  on 2001/03/11  18:03:28
49206         Log: Integrate mainline (for regexp stuff).
49207      Branch: perlio
49208           !> ext/B/defsubs_h.PL ext/DynaLoader/dl_mac.xs
49209           !> ext/Encode/Encode.xs ext/Errno/Errno_pm.PL
49210           !> lib/ExtUtils/Manifest.pm regcomp.c regexec.c t/lib/b.t
49211           !> t/lib/errno.t t/op/pat.t
49212 ____________________________________________________________________________
49213 [  9102] By: nick                                  on 2001/03/11  17:44:20
49214         Log: USE_SFIO issues as observed by Chris Nandor <pudge@pobox.com>
49215              - exclude layer syms in makedef.pl for sfio
49216              - also inhibit Encode from trying to build ":encode()" layer.
49217      Branch: perlio
49218            ! ext/Encode/Encode.xs makedef.pl
49219 ____________________________________________________________________________
49220 [  9101] By: jhi                                   on 2001/03/10  22:38:13
49221         Log: The $Is_MacOS needs to be declared.
49222      Branch: perl
49223            ! lib/ExtUtils/Manifest.pm
49224 ____________________________________________________________________________
49225 [  9100] By: jhi                                   on 2001/03/10  22:14:29
49226         Log: Use #if defined(USE_PERLIO) && !defined(USE_SFIO) instead of just
49227              #ifdef USE_PERLIO in Encode.xs so that the perlio symbols don't
49228              pollute the symbolspace if using sfio.
49229      Branch: perl
49230            ! ext/Encode/Encode.xs
49231 ____________________________________________________________________________
49232 [  9099] By: jhi                                   on 2001/03/10  21:58:48
49233         Log: Subject: [PATCH] Portability fixes for Mac OS / bleadperl
49234              Date: Sat, 10 Mar 2001 14:23:55 -0500
49235              From: Chris Nandor <pudge@pobox.com>
49236              Message-Id: <p05010401b6d02f70211f@[10.0.1.177]>
49237      Branch: perl
49238            ! ext/B/defsubs_h.PL ext/DynaLoader/dl_mac.xs
49239            ! ext/Errno/Errno_pm.PL lib/ExtUtils/Manifest.pm t/lib/b.t
49240            ! t/lib/errno.t
49241 ____________________________________________________________________________
49242 [  9098] By: jhi                                   on 2001/03/10  21:38:30
49243         Log: Fix for ID 20010306.008, UTF-8 and \w without 'use utf8' coredump.
49244      Branch: perl
49245            ! regcomp.c regexec.c t/op/pat.t
49246 ____________________________________________________________________________
49247 [  9097] By: jhi                                   on 2001/03/10  14:38:07
49248         Log: Integrate perlio.
49249      Branch: perl
49250           !> doop.c embed.h embed.pl ext/Encode/Encode.xs global.sym
49251           !> handy.h objXSUB.h op.c perl.c perlapi.c pp.c pp_ctl.c proto.h
49252           !> regcomp.c regexec.c sv.c toke.c utf8.c utf8.h
49253 ____________________________________________________________________________
49254 [  9096] By: nick                                  on 2001/03/10  11:55:43
49255         Log: EBCDIC sanity - phase I
49256              - rename utf8/uv functions to indicate what sort of uv they provide (uvuni/uvchr)
49257              - use utf8n_xxxx (c.f. pvn) for forms which take length.
49258              - back out vN.N and $^V exceptions to e2a/a2e
49259              - make "locale" isxxx macros be uvchr (may be redundant?)
49260              
49261              Not clear yet that toUPPER_uni et. al. return being handled correctly.
49262              The tr// and rexexp stuff still needs an audit, assumption is they are working
49263              in Unicode space.
49264              
49265              Need to provide v5.6 names for XS modules (decide is uni or chr ?).
49266      Branch: perlio
49267            ! doop.c embed.h embed.pl ext/Encode/Encode.xs global.sym
49268            ! handy.h objXSUB.h op.c perl.c perlapi.c pp.c pp_ctl.c proto.h
49269            ! regcomp.c regexec.c sv.c toke.c utf8.c utf8.h
49270 ____________________________________________________________________________
49271 [  9095] By: jhi                                   on 2001/03/09  22:10:01
49272         Log: Integrate perlio.
49273      Branch: perl
49274           !> dump.c
49275 ____________________________________________________________________________
49276 [  9094] By: nick                                  on 2001/03/09  17:36:38
49277         Log: Builds an passes all tests after integrate and this tweak.
49278      Branch: perlio
49279            ! dump.c
49280 ____________________________________________________________________________
49281 [  9093] By: nick                                  on 2001/03/09  17:16:03
49282         Log: Integrate mainline (does not build - sv_catpvf issue in dump.c)
49283      Branch: perlio
49284           +> lib/unicode/Scripts.txt t/lib/sigaction.t
49285           !> (integrate 79 files)
49286 ____________________________________________________________________________
49287 [  9092] By: jhi                                   on 2001/03/09  15:28:26
49288         Log: Update Changes.
49289      Branch: perl
49290            ! Changes patchlevel.h
49291 ____________________________________________________________________________
49292 [  9091] By: jhi                                   on 2001/03/09  15:25:05
49293         Log: In op/stat #35 better to scan all the potential directories
49294              for setuids, not just the first one.
49295      Branch: perl
49296            ! t/op/stat.t
49297 ____________________________________________________________________________
49298 [  9090] By: jhi                                   on 2001/03/09  15:01:27
49299         Log: Subject: Re: [ID 19990808.001] [PATCH] FETCH triggered on exists() 
49300              From: rspier@pobox.com (Robert Spier)
49301              Date: Fri, 9 Mar 2001 03:30:20 -0500
49302              Message-ID: <15016.38044.381174.160189@rls.cx>
49303              
49304              EXISTS() returning undef mistakenly triggered a FETCH().
49305      Branch: perl
49306            ! hv.c
49307 ____________________________________________________________________________
49308 [  9089] By: jhi                                   on 2001/03/09  14:59:02
49309         Log: Add /sbin and /usr/sbin to the list of directories scanned
49310              for setuid programs.  Takes care of bug id 20010309.003.
49311      Branch: perl
49312            ! t/op/stat.t
49313 ____________________________________________________________________________
49314 [  9088] By: jhi                                   on 2001/03/09  14:48:32
49315         Log: Regen perlapi, perltoc.
49316      Branch: perl
49317            ! ext/Encode/Encode/Tcl.pm pod/perlapi.pod pod/perltoc.pod
49318 ____________________________________________________________________________
49319 [  9087] By: jhi                                   on 2001/03/09  14:38:56
49320         Log: Subject: Re: [ PATCH perl@8956 ] new debug option -DR shows ref counts
49321              From: David Mitchell <davem@fdgroup.co.uk>
49322              Date: Fri, 9 Mar 2001 13:49:31 +0000 (GMT)
49323              Message-Id: <200103091349.NAA16617@tiree.fdgroup.co.uk>
49324      Branch: perl
49325            ! dump.c perl.c perl.h pod/perlrun.pod
49326 ____________________________________________________________________________
49327 [  9086] By: jhi                                   on 2001/03/09  01:47:16
49328         Log: A modified version of
49329              
49330              Subject: [ID 20010307.005] POSIX::sigaction has various problems
49331              From: anders@broadcom.com
49332              Date: Wed, 7 Mar 2001 14:35:24 -0800 (PST) 
49333              Message-Id: <200103072235.OAA25368@dt-sj1-130.sj.broadcom.com>
49334              
49335              Currently the sigaction.t test #6 fails (and is fudged to look
49336              like an "ok") in Linux (at least in Debian 2.2 Linux 2.4.2 x86).
49337              This may well be a genuine bug in Linux sigaction() (since at
49338              least Tru64, Solaris, and HP-UX disagree with Linux).
49339              Anyone with POSIX / SUSv2 tome handy?  The problem is that
49340              the flags of the oldaction don't match with the flags in
49341              the previously installed disposition.
49342      Branch: perl
49343            + t/lib/sigaction.t
49344            ! MANIFEST ext/POSIX/POSIX.pm ext/POSIX/POSIX.xs
49345 ____________________________________________________________________________
49346 [  9085] By: jhi                                   on 2001/03/09  01:30:13
49347         Log: Subject: Re: mission impossible for the day
49348              From: Alex Gough <alex@rcon.org>
49349              Date: Thu, 08 Mar 2001 17:18:19 +0000
49350              Message-ID: <3AA7BEDB.8070409@rcon.org>
49351              
49352              If references (are overloaded) and can be directly stringified,
49353              show that instead of "stringified".
49354              
49355              (The problem, infinite mutual recursion caused by overloaded bool
49356              in Switch.pm, tracked by David Mitchell)
49357      Branch: perl
49358            ! lib/Carp/Heavy.pm
49359 ____________________________________________________________________________
49360 [  9084] By: jhi                                   on 2001/03/09  01:20:39
49361         Log: Subject: Re: [ PATCH perl@8956 ] new debug option -DR shows ref counts
49362              Date: Thu, 8 Mar 2001 12:06:57 +0000 (GMT)
49363              From: David Mitchell <davem@fdgroup.co.uk>
49364              Message-Id: <200103081206.MAA06281@tiree.fdgroup.co.uk>
49365      Branch: perl
49366            ! ext/re/re.xs malloc.c mg.c perl.c perl.h perly.c perly.y
49367            ! pp_ctl.c regexec.c sv.c vms/perly_c.vms
49368 ____________________________________________________________________________
49369 [  9083] By: jhi                                   on 2001/03/09  01:16:51
49370         Log: Subject: [PATCH] perldata.pod here-doc docs
49371              From: Jeff Pinyan <jeffp@crusoe.net>
49372              Date: Thu, 8 Mar 2001 13:18:55 -0500 (EST)
49373              Message-ID: <Pine.GSO.4.21.0103081317530.20957-100000@crusoe.crusoe.net>
49374      Branch: perl
49375            ! pod/perldata.pod
49376 ____________________________________________________________________________
49377 [  9082] By: jhi                                   on 2001/03/09  01:01:27
49378         Log: Subject: Re: Unicode/EBCDIC
49379              From: Peter Prymmer <pvhp@forte.com>
49380              Date: Thu, 8 Mar 2001 16:23:25 -0800 (PST)
49381              Message-ID: <Pine.OSF.4.10.10103081617390.377472-100000@aspara.forte.com>
49382      Branch: perl
49383            ! perl.c perl.h sv.c toke.c utf8.c utf8.h
49384 ____________________________________________________________________________
49385 [  9081] By: jhi                                   on 2001/03/08  13:41:30
49386         Log: Subject: Ooops, wrong 'no *POSIX' Patch
49387              From: Dorner Thomas <Thomas.Dorner@start.de>
49388              Date: Thu, 8 Mar 2001 08:43:28 +0100
49389              Message-ID: <6727B1DACFCDD311A757009027CA8D69010A88D3@Ex02.inhouse.start.de>
49390      Branch: perl
49391            ! hints/posix-bc.sh
49392 ____________________________________________________________________________
49393 [  9080] By: jhi                                   on 2001/03/08  13:11:42
49394         Log: It's Scripts.txt, not Script.txt.
49395      Branch: perl
49396            ! MANIFEST
49397 ____________________________________________________________________________
49398 [  9079] By: jhi                                   on 2001/03/08  12:59:05
49399         Log: Subject: 'no *POSIX' Patch speeding up make on BS2000 
49400              From: Dorner Thomas <Thomas.Dorner@start.de>
49401              Date: Wed, 7 Mar 2001 14:13:31 +0100
49402              Message-ID: <6727B1DACFCDD311A757009027CA8D69010A88CB@Ex02.inhouse.start.de>
49403      Branch: perl
49404            ! makedepend.SH
49405 ____________________________________________________________________________
49406 [  9078] By: jhi                                   on 2001/03/08  12:57:43
49407         Log: Retract #9069, wrong patch.
49408      Branch: perl
49409            ! Makefile.SH
49410 ____________________________________________________________________________
49411 [  9077] By: jhi                                   on 2001/03/08  01:06:13
49412         Log: Upgrade to Unicode 3.1 beta 2001-03-01.
49413      Branch: perl
49414            + lib/unicode/Scripts.txt
49415            ! MANIFEST lib/unicode/Category.pl lib/unicode/Decomposition.pl
49416            ! lib/unicode/EAWidth.txt lib/unicode/Is/Alnum.pl
49417            ! lib/unicode/Is/Alpha.pl lib/unicode/Is/L.pl
49418            ! lib/unicode/Is/LbrkAI.pl lib/unicode/Is/LbrkAL.pl
49419            ! lib/unicode/Is/LbrkB2.pl lib/unicode/Is/LbrkBA.pl
49420            ! lib/unicode/Is/LbrkBB.pl lib/unicode/Is/LbrkBK.pl
49421            ! lib/unicode/Is/LbrkCB.pl lib/unicode/Is/LbrkCL.pl
49422            ! lib/unicode/Is/LbrkCM.pl lib/unicode/Is/LbrkCR.pl
49423            ! lib/unicode/Is/LbrkEX.pl lib/unicode/Is/LbrkGL.pl
49424            ! lib/unicode/Is/LbrkHY.pl lib/unicode/Is/LbrkID.pl
49425            ! lib/unicode/Is/LbrkIN.pl lib/unicode/Is/LbrkIS.pl
49426            ! lib/unicode/Is/LbrkLF.pl lib/unicode/Is/LbrkNS.pl
49427            ! lib/unicode/Is/LbrkNU.pl lib/unicode/Is/LbrkOP.pl
49428            ! lib/unicode/Is/LbrkPO.pl lib/unicode/Is/LbrkPR.pl
49429            ! lib/unicode/Is/LbrkQU.pl lib/unicode/Is/LbrkSA.pl
49430            ! lib/unicode/Is/LbrkSG.pl lib/unicode/Is/LbrkSP.pl
49431            ! lib/unicode/Is/LbrkSY.pl lib/unicode/Is/LbrkZW.pl
49432            ! lib/unicode/Is/Ll.pl lib/unicode/Is/Lower.pl
49433            ! lib/unicode/Is/S.pl lib/unicode/Is/Sm.pl
49434            ! lib/unicode/Is/Word.pl lib/unicode/Names.txt
49435            ! lib/unicode/PropList.txt lib/unicode/ReadMe.txt
49436            ! lib/unicode/Unicode.txt lib/unicode/mktables.PL
49437            ! lib/unicode/version
49438 ____________________________________________________________________________
49439 [  9076] By: jhi                                   on 2001/03/07  22:59:39
49440         Log: Integrate change #7784 from mainline into maintperl.
49441              
49442              Subject: [PATCH 5.7.0] lexicals not recognized in a run-time (?{})
49443      Branch: maint-5.6/perl
49444           !> pp_ctl.c t/op/pat.t
49445 ____________________________________________________________________________
49446 [  9075] By: jhi                                   on 2001/03/07  22:05:11
49447         Log: More UTF-8 test tweaks.
49448      Branch: perl
49449            ! t/op/pat.t t/op/split.t t/pragma/utf8.t
49450 ____________________________________________________________________________
49451 [  9074] By: nick                                  on 2001/03/07  21:39:29
49452         Log: Integrate mainline.
49453      Branch: perlio
49454           !> Changes Makefile.SH lib/ExtUtils/MM_Unix.pm
49455           !> lib/unicode/mktables.PL patchlevel.h perl.c pod/perlop.pod
49456           !> pod/perlretut.pod pod/perlsyn.pod pp.c pp_sys.c
49457           !> t/camel-III/vstring.t t/lib/charnames.t t/op/chop.t
49458           !> t/op/pack.t t/op/pat.t t/op/split.t t/pragma/utf8.t
49459 ____________________________________________________________________________
49460 [  9073] By: jhi                                   on 2001/03/07  16:37:09
49461         Log: Update Changes.
49462      Branch: perl
49463            ! Changes patchlevel.h
49464 ____________________________________________________________________________
49465 [  9072] By: jhi                                   on 2001/03/07  16:32:30
49466         Log: Subject: [ID 20010306.004] || != named unary operator
49467              From: abela@geneanet.org
49468              Date: Tue,  6 Mar 2001 15:57:57 +0100 (CET)
49469              Message-Id: <20010306145757.0CB03D183@little-roots.geneanet.org>
49470      Branch: perl
49471            ! pod/perlop.pod
49472 ____________________________________________________________________________
49473 [  9071] By: jhi                                   on 2001/03/07  15:14:11
49474         Log: Subject: downgrading to bytes for common functions
49475              From: andrew@pimlott.ne.mediaone.net (Andrew Pimlott)
49476              Date: Wed, 7 Mar 2001 02:36:55 -0500
49477              Message-ID: <20010307023655.J24024@pimlott.ne.mediaone.net>
49478      Branch: perl
49479            ! pp_sys.c
49480 ____________________________________________________________________________
49481 [  9070] By: jhi                                   on 2001/03/07  15:04:58
49482         Log: Clarify the description differentiating for and while; inspired by
49483              
49484              Subject: [ID 20010306.002] for/while difference in for definition
49485              From: abela@geneanet.org
49486              Date: Tue,  6 Mar 2001 09:40:36 +0100 (CET)
49487              Message-Id: <20010306084036.7BFD0D17F@little-roots.geneanet.org>
49488      Branch: perl
49489            ! pod/perlsyn.pod
49490 ____________________________________________________________________________
49491 [  9069] By: jhi                                   on 2001/03/07  14:55:30
49492         Log: (Retracted by #9078.)
49493      Branch: perl
49494            ! Makefile.SH
49495 ____________________________________________________________________________
49496 [  9068] By: jhi                                   on 2001/03/07  14:51:17
49497         Log: Subject: Re: [ID 20010305.012] chop() against list assignment returns char chopped from el zero
49498              From: Radu Greab <radu@netsoft.ro>
49499              Date: Tue, 6 Mar 2001 23:04:44 +0200 (EET)
49500              Message-ID: <15013.20716.201459.540421@ix.netsoft.ro>
49501      Branch: perl
49502            ! pp.c t/op/chop.t
49503 ____________________________________________________________________________
49504 [  9067] By: jhi                                   on 2001/03/07  14:48:57
49505         Log: Subject: Re: [PATCH: 5.6.1 trial2] DynaLoading for OS/390 build option
49506              From: Simon Cozens <simon@netthink.co.uk>
49507              Date: Wed, 7 Mar 2001 13:59:28 +0000
49508              Message-ID: <20010307135928.A21620@pembro26.pmb.ox.ac.uk>
49509              
49510              In order to allow MakeMaker to build correct Makefiles,
49511              you need to change the order of the arguments in MM_Unix.pm
49512              as well. (Unless you have C89_CCMODE set, but we're trying
49513              to be POSIXly correct)
49514              
49515              Thanks to Merijn Broeren for tracking this down.
49516      Branch: perl
49517            ! lib/ExtUtils/MM_Unix.pm
49518 ____________________________________________________________________________
49519 [  9066] By: jhi                                   on 2001/03/07  14:30:02
49520         Log: Floating point too messy.
49521      Branch: perl
49522            ! t/camel-III/vstring.t
49523 ____________________________________________________________________________
49524 [  9065] By: jhi                                   on 2001/03/07  14:17:44
49525         Log: Integrate change #9064 from maintperl into mainline.
49526              
49527              fix memory leak in pack("Bb",...)
49528      Branch: perl
49529           !> perl.c
49530 ____________________________________________________________________________
49531 [  9064] By: gsar                                  on 2001/03/07  06:29:24
49532         Log: fix memory leak in pack("Bb",...)
49533      Branch: maint-5.6/perl
49534            ! perl.c
49535 ____________________________________________________________________________
49536 [  9063] By: jhi                                   on 2001/03/07  00:55:04
49537         Log: Major utf8 test reorganisation and rewrite.
49538              Hopefully no tests were lost in the shuffle.
49539              (The beginning of pragma/utf8 was lost intentionally,
49540              the tests were rather bogus and incomplete.)
49541      Branch: perl
49542            ! t/lib/charnames.t t/op/pack.t t/op/pat.t t/op/split.t
49543            ! t/pragma/utf8.t
49544 ____________________________________________________________________________
49545 [  9062] By: jhi                                   on 2001/03/07  00:41:16
49546         Log: More tweakage on the Unicode character class descriptions.
49547      Branch: perl
49548            ! lib/unicode/mktables.PL pod/perlretut.pod
49549 ____________________________________________________________________________
49550 [  9061] By: jhi                                   on 2001/03/06  23:12:38
49551         Log: The perlretut was still talking about the old \p and \P
49552              definitions.
49553      Branch: perl
49554            ! pod/perlretut.pod
49555 ____________________________________________________________________________
49556 [  9060] By: nick                                  on 2001/03/06  20:52:37
49557         Log: Integrate mainline (make test works again now).
49558      Branch: perlio
49559           !> op.c op.h regcomp.c t/camel-III/vstring.t t/op/pat.t
49560 ____________________________________________________________________________
49561 [  9059] By: jhi                                   on 2001/03/06  15:36:14
49562         Log: 0.999... does equal 1.0, doesn't it?
49563      Branch: perl
49564            ! t/camel-III/vstring.t
49565 ____________________________________________________________________________
49566 [  9058] By: jhi                                   on 2001/03/06  15:34:00
49567         Log: Make /x{abcd}/ to work without use utf8.
49568      Branch: perl
49569            ! regcomp.c
49570 ____________________________________________________________________________
49571 [  9057] By: jhi                                   on 2001/03/06  03:02:36
49572         Log: Easier to outcomment all the three reset() tests for now.
49573      Branch: perl
49574            ! t/op/pat.t
49575 ____________________________________________________________________________
49576 [  9056] By: jhi                                   on 2001/03/06  02:30:02
49577         Log: Comment out the deadly reset; until the 20010301.005
49578              is finally fixed.
49579      Branch: perl
49580            ! t/op/pat.t
49581 ____________________________________________________________________________
49582 [  9055] By: jhi                                   on 2001/03/06  02:21:26
49583         Log: Integrate the change #9054 from mainline:
49584              retract the PMOP cleanup patch pending further investigation.
49585      Branch: maint-5.6/perl
49586           !> op.c op.h
49587 ____________________________________________________________________________
49588 [  9054] By: jhi                                   on 2001/03/06  02:19:57
49589         Log: Retract the PMOP cleanup patch: I'm seeing strange core dumps
49590              with oddly familiar stack traces.
49591      Branch: perl
49592            ! op.c op.h
49593 ____________________________________________________________________________
49594 [  9053] By: jhi                                   on 2001/03/05  23:20:28
49595         Log: Integrate perlio.
49596      Branch: perl
49597           +> ext/Encode/Encode/koi8-r.ucm
49598           !> MANIFEST ext/Encode/Encode.pm ext/Encode/Makefile.PL
49599           !> makedef.pl
49600 ____________________________________________________________________________
49601 [  9052] By: nick                                  on 2001/03/05  23:08:17
49602         Log: skipping USE_PERLIO symbols correction.
49603      Branch: perlio
49604            ! makedef.pl
49605 ____________________________________________________________________________
49606 [  9051] By: nick                                  on 2001/03/05  22:35:07
49607         Log: More Encode alias tidying.
49608      Branch: perlio
49609            + ext/Encode/Encode/koi8-r.ucm
49610            ! MANIFEST ext/Encode/Encode.pm ext/Encode/Makefile.PL
49611 ____________________________________________________________________________
49612 [  9050] By: jhi                                   on 2001/03/05  21:44:29
49613         Log: Integrate changes #9033 and #9044 from mainline into maintperl,
49614              Sarathy's fix for ID 20010301.005.
49615      Branch: maint-5.6/perl
49616           !> op.c op.h
49617 ____________________________________________________________________________
49618 [  9049] By: nick                                  on 2001/03/05  19:54:04
49619         Log: Integrate Jarkko's Encode.pm tweak.
49620      Branch: perlio
49621           !> ext/Encode/Encode.pm
49622 ____________________________________________________________________________
49623 [  9048] By: nick                                  on 2001/03/05  19:47:57
49624         Log: Integrate mainline (mostly - holding of on Encode.pm for a bit.)
49625      Branch: perlio
49626           +> os2/os2add.sym
49627           !> lib/ExtUtils/MM_OS2.pm lib/ExtUtils/MM_Unix.pm makedef.pl op.c
49628           !> op.h os2/Changes os2/Makefile.SHs os2/OS2/REXX/Makefile.PL
49629           !> os2/OS2/REXX/REXX.pm os2/OS2/REXX/REXX.xs
49630           !> os2/OS2/REXX/t/rx_cmprt.t os2/os2.c os2/os2.sym os2/os2ish.h
49631           !> pod/perlapi.pod t/op/pat.t t/op/tr.t
49632 ____________________________________________________________________________
49633 [  9047] By: jhi                                   on 2001/03/05  19:25:26
49634         Log: Regen perlapi.
49635      Branch: perl
49636            ! pod/perlapi.pod
49637 ____________________________________________________________________________
49638 [  9046] By: jhi                                   on 2001/03/05  19:12:14
49639         Log: Integrate perlio.
49640      Branch: perl
49641           +> t/camel-III/vstring.t
49642           !> MANIFEST pp.h pp_sys.c t/TEST t/harness
49643 ____________________________________________________________________________
49644 [  9045] By: jhi                                   on 2001/03/05  19:10:36
49645         Log: The mapping of ISO Latin X to ISO 8859-Y is tricky.
49646      Branch: perl
49647            ! ext/Encode/Encode.pm
49648 ____________________________________________________________________________
49649 [  9044] By: jhi                                   on 2001/03/05  18:49:12
49650         Log: Forgot the other half of the PMOP patch (#9033).
49651      Branch: perl
49652            ! op.h
49653 ____________________________________________________________________________
49654 [  9043] By: nick                                  on 2001/03/05  18:14:47
49655         Log: Update MANIFEST for new test.
49656      Branch: perlio
49657            ! MANIFEST
49658 ____________________________________________________________________________
49659 [  9042] By: nick                                  on 2001/03/05  18:12:41
49660         Log: Some tests for Camel 3rd edition features.
49661              Make gethostbyaddr() test in above work.
49662      Branch: perlio
49663            + t/camel-III/vstring.t
49664            ! pp.h pp_sys.c t/TEST t/harness
49665 ____________________________________________________________________________
49666 [  9041] By: jhi                                   on 2001/03/05  17:41:48
49667         Log: Add more ISO 8859 encoding aliases.
49668      Branch: perl
49669            ! ext/Encode/Encode.pm
49670 ____________________________________________________________________________
49671 [  9040] By: jhi                                   on 2001/03/05  17:30:43
49672         Log: Integrate perlio.
49673      Branch: perl
49674           !> MANIFEST sv.c
49675 ____________________________________________________________________________
49676 [  9039] By: nick                                  on 2001/03/05  17:11:36
49677         Log: Missed added file.
49678      Branch: perlio
49679            ! MANIFEST
49680 ____________________________________________________________________________
49681 [  9038] By: jhi                                   on 2001/03/05  15:58:01
49682         Log: Add tr tests for EBCDIC, from Karsten Sperling.
49683      Branch: perl
49684            ! t/op/tr.t
49685 ____________________________________________________________________________
49686 [  9037] By: nick                                  on 2001/03/05  15:56:35
49687         Log: Long-standing "defined but not used" SvPVbyte*() are about to get used
49688              for auto-downgrade hooks in gethostbyaddr() etc. (as per Camel-III).
49689              
49690              Make SvPVbyte*() symmetric with respect to SvPVutf8*() in that:
49691              - it does a sv_utf8_downgrade (c.f. SvPVutf8's sv_utf8_upgrade())
49692              - uses SvPV() rather than sv_2pv() in case it isn't a string.
49693      Branch: perlio
49694            ! sv.c
49695 ____________________________________________________________________________
49696 [  9036] By: jhi                                   on 2001/03/05  15:49:15
49697         Log: Add matching tests currently failing in EBCDIC,
49698              suggested by Karsten Sperling.
49699      Branch: perl
49700            ! t/op/pat.t
49701 ____________________________________________________________________________
49702 [  9035] By: jhi                                   on 2001/03/05  15:36:55
49703         Log: The #9034 needs a MANIFESTation.
49704      Branch: perl
49705            ! MANIFEST
49706 ____________________________________________________________________________
49707 [  9034] By: jhi                                   on 2001/03/05  15:35:14
49708         Log: Integrate perlio.
49709      Branch: perl
49710           +> ext/Encode/Encode/Tcl.pm
49711           !> ext/Encode/Encode.pm ext/Encode/Encode.xs
49712           !> ext/Encode/Encode/ascii.ucm ext/Encode/Encode/cp1250.ucm
49713           !> ext/Encode/Encode/iso8859-1.ucm
49714           !> ext/Encode/Encode/iso8859-10.ucm
49715           !> ext/Encode/Encode/iso8859-13.ucm
49716           !> ext/Encode/Encode/iso8859-14.ucm
49717           !> ext/Encode/Encode/iso8859-15.ucm
49718           !> ext/Encode/Encode/iso8859-16.ucm
49719           !> ext/Encode/Encode/iso8859-2.ucm
49720           !> ext/Encode/Encode/iso8859-3.ucm
49721           !> ext/Encode/Encode/iso8859-4.ucm
49722           !> ext/Encode/Encode/iso8859-5.ucm
49723           !> ext/Encode/Encode/iso8859-6.ucm
49724           !> ext/Encode/Encode/iso8859-7.ucm
49725           !> ext/Encode/Encode/iso8859-8.ucm
49726           !> ext/Encode/Encode/iso8859-9.ucm ext/Encode/compile
49727           !> t/lib/encode.t
49728 ____________________________________________________________________________
49729 [  9033] By: jhi                                   on 2001/03/05  15:33:18
49730         Log: Subject: Re: [ID 20010301.005] corrupt memory (since @8531, in 5.6.1-T2)
49731              From: Gurusamy Sarathy <gsar@ActiveState.com>
49732              Date: Sun, 04 Mar 2001 22:33:15 -0800
49733              Message-Id: <200103050633.f256XFo06998@smtp3.ActiveState.com>
49734              
49735              PMOPs need to remember their own stash so that they can
49736              gracefully remove themselves from their linked list.
49737      Branch: perl
49738            ! op.c
49739 ____________________________________________________________________________
49740 [  9032] By: nick                                  on 2001/03/05  14:51:50
49741         Log: Encode implementation "completion"
49742              Implement and document define_encoding()
49743              Implement and document encoding aliases including define_alias()
49744              Make Encode::XS use define_encoding() rather than back-door.
49745              Move run-time *.enc to separate Encode::Tcl module.
49746              Make 'compile' honour <codeset_name>
49747              Change canonical names of to iso-8859-* and US-ascii.
49748      Branch: perlio
49749            + ext/Encode/Encode/Tcl.pm
49750            ! ext/Encode/Encode.pm ext/Encode/Encode.xs
49751            ! ext/Encode/Encode/ascii.ucm ext/Encode/Encode/cp1250.ucm
49752            ! ext/Encode/Encode/iso8859-1.ucm
49753            ! ext/Encode/Encode/iso8859-10.ucm
49754            ! ext/Encode/Encode/iso8859-13.ucm
49755            ! ext/Encode/Encode/iso8859-14.ucm
49756            ! ext/Encode/Encode/iso8859-15.ucm
49757            ! ext/Encode/Encode/iso8859-16.ucm
49758            ! ext/Encode/Encode/iso8859-2.ucm
49759            ! ext/Encode/Encode/iso8859-3.ucm
49760            ! ext/Encode/Encode/iso8859-4.ucm
49761            ! ext/Encode/Encode/iso8859-5.ucm
49762            ! ext/Encode/Encode/iso8859-6.ucm
49763            ! ext/Encode/Encode/iso8859-7.ucm
49764            ! ext/Encode/Encode/iso8859-8.ucm
49765            ! ext/Encode/Encode/iso8859-9.ucm ext/Encode/compile
49766            ! t/lib/encode.t
49767 ____________________________________________________________________________
49768 [  9031] By: jhi                                   on 2001/03/05  13:51:17
49769         Log: Integrate change #9030 from maintperl into mainline.
49770              
49771              Subject: [PATCH 5.6.1] OS/2 cleanup
49772      Branch: perl
49773           +> os2/os2add.sym
49774           !> MANIFEST lib/ExtUtils/MM_OS2.pm lib/ExtUtils/MM_Unix.pm
49775           !> makedef.pl os2/Changes os2/Makefile.SHs
49776           !> os2/OS2/REXX/Makefile.PL os2/OS2/REXX/REXX.pm
49777           !> os2/OS2/REXX/REXX.xs os2/OS2/REXX/t/rx_cmprt.t os2/os2.c
49778           !> os2/os2.sym os2/os2ish.h
49779 ____________________________________________________________________________
49780 [  9030] By: jhi                                   on 2001/03/05  13:46:49
49781         Log: Subject: [PATCH 5.6.1] OS/2 cleanup
49782              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
49783              Date: Mon, 5 Mar 2001 02:29:44 -0500
49784              Message-ID: <20010305022944.A10117@math.ohio-state.edu>
49785      Branch: maint-5.6/perl
49786            + os2/os2add.sym
49787            ! MANIFEST lib/ExtUtils/MM_OS2.pm lib/ExtUtils/MM_Unix.pm
49788            ! makedef.pl os2/Changes os2/Makefile.SHs
49789            ! os2/OS2/REXX/Makefile.PL os2/OS2/REXX/REXX.pm
49790            ! os2/OS2/REXX/REXX.xs os2/OS2/REXX/t/rx_cmprt.t os2/os2.c
49791            ! os2/os2.sym os2/os2ish.h
49792 ____________________________________________________________________________
49793 [  9029] By: jhi                                   on 2001/03/05  13:40:35
49794         Log: Integrate change #9028 from maintperl into mainline.
49795              
49796              various nits in MM_Unix.pm found by disabling SelfLoader
49797      Branch: perl
49798           !> lib/ExtUtils/MM_Unix.pm
49799 ____________________________________________________________________________
49800 [  9028] By: gsar                                  on 2001/03/05  09:58:38
49801         Log: various nits in MM_Unix.pm found by disabling SelfLoader
49802      Branch: maint-5.6/perl
49803            ! lib/ExtUtils/MM_Unix.pm
49804 ____________________________________________________________________________
49805 [  9027] By: nick                                  on 2001/03/05  08:35:22
49806         Log: Integrate mainline
49807      Branch: perlio
49808           !> (integrate 28 files)
49809 ____________________________________________________________________________
49810 [  9026] By: jhi                                   on 2001/03/05  02:14:59
49811         Log: Integrate change #9025 from mainline to maintperl,
49812              retract \N{U+HHHH}.
49813      Branch: maint-5.6/perl
49814           !> lib/charnames.pm pod/perldiag.pod pod/perlretut.pod
49815           !> t/lib/charnames.t toke.c
49816 ____________________________________________________________________________
49817 [  9025] By: jhi                                   on 2001/03/05  02:13:09
49818         Log: Retracting \N{U+HHHH}.
49819      Branch: perl
49820            ! lib/charnames.pm pod/perldiag.pod pod/perlretut.pod
49821            ! t/lib/charnames.t toke.c
49822 ____________________________________________________________________________
49823 [  9024] By: jhi                                   on 2001/03/04  20:51:07
49824         Log: Subject: Re: Smoking patch 8898 for perl v5.7.0 on aix 4.3.0.0
49825              From: "H.Merijn Brand" <h.m.brand@hccnet.nl> 
49826              Date: Fri, 02 Mar 2001 18:25:26 +0100
49827              Message-Id: <20010302182416.1BF4.H.M.BRAND@hccnet.nl>
49828              
49829              Casting problem.
49830      Branch: perl
49831            ! ext/Storable/Storable.xs
49832 ____________________________________________________________________________
49833 [  9023] By: jhi                                   on 2001/03/04  19:46:45
49834         Log: Subject: [ID 20010303.009] SOCKS5 work around breaks other sockets
49835              From: nick@talking.bollo.cx
49836              Date: Sat, 03 Mar 2001 21:41:33 +0000
49837              Message-Id: <E14ZJmP-0000mE-00@Bagpuss.unfortu.net>
49838              
49839              Revert the workaround.
49840      Branch: perl
49841            ! perlio.c
49842 ____________________________________________________________________________
49843 [  9022] By: jhi                                   on 2001/03/04  19:36:28
49844         Log: Update Changes.
49845      Branch: perl
49846            ! Changes patchlevel.h
49847 ____________________________________________________________________________
49848 [  9021] By: jhi                                   on 2001/03/04  18:41:00
49849         Log: makedef.pl updates suggested by Chris Nandor; double-checking
49850              the changes in AIX, OS/2 Win32 would be nice.
49851      Branch: perl
49852            ! makedef.pl
49853 ____________________________________________________________________________
49854 [  9020] By: jhi                                   on 2001/03/04  18:23:58
49855         Log: Integrate change #9012 from maintperl into mainline,
49856              quench a compiler warning.
49857      Branch: perl
49858           !> toke.c
49859 ____________________________________________________________________________
49860 [  9019] By: jhi                                   on 2001/03/04  18:18:43
49861         Log: Integrate changes #9017 and 9018 from mainline into maintperl.
49862              
49863              \N{U+HHHH} fix.
49864              
49865              pattern in G_ARRAY context
49866      Branch: maint-5.6/perl
49867           !> pp_hot.c t/op/pat.t toke.c
49868 ____________________________________________________________________________
49869 [  9018] By: jhi                                   on 2001/03/04  18:07:48
49870         Log: Subject: [PATCH pp_hot.c regexp.t] pattern in G_ARRAY context
49871              From: Jeff Pinyan <jeffp@crusoe.net>
49872              Date: Sat, 3 Mar 2001 17:14:07 -0500 (EST)
49873              Message-ID: <Pine.GSO.4.21.0103031712070.1035-100000@crusoe.crusoe.net>
49874      Branch: perl
49875            ! pp_hot.c t/op/pat.t
49876 ____________________________________________________________________________
49877 [  9017] By: jhi                                   on 2001/03/04  18:06:21
49878         Log: I thought I tested the #9014.
49879      Branch: perl
49880            ! toke.c
49881 ____________________________________________________________________________
49882 [  9016] By: jhi                                   on 2001/03/04  17:41:22
49883         Log: Integrate changes #9013,9014,9015 from mainline into maintperl.
49884              
49885              Tweak the get*ent() OS/2 prototypes.
49886              
49887              Add the \N{U+HHHH} syntax.
49888              
49889              More tr/// UTF-8 fixes from Inaba Hiroto.
49890      Branch: maint-5.6/perl
49891           !> doop.c lib/charnames.pm os2/os2.c pod/perldiag.pod
49892           !> pod/perlretut.pod t/lib/charnames.t t/op/tr.t toke.c
49893 ____________________________________________________________________________
49894 [  9015] By: jhi                                   on 2001/03/04  17:36:04
49895         Log: More tr/// UTF-8 fixes from Inaba Hiroto.
49896      Branch: perl
49897            ! doop.c t/op/tr.t
49898 ____________________________________________________________________________
49899 [  9014] By: jhi                                   on 2001/03/04  17:24:49
49900         Log: Add the \N{U+HHHH} syntax.
49901      Branch: perl
49902            ! lib/charnames.pm pod/perldiag.pod pod/perlretut.pod
49903            ! t/lib/charnames.t toke.c
49904 ____________________________________________________________________________
49905 [  9013] By: jhi                                   on 2001/03/04  17:20:45
49906         Log: Tweak the get*ent() OS/2 prototypes.
49907      Branch: perl
49908            ! os2/os2.c
49909 ____________________________________________________________________________
49910 [  9012] By: gsar                                  on 2001/03/04  06:26:14
49911         Log: avoid warning (nit in change#9009)
49912      Branch: maint-5.6/perl
49913            ! toke.c
49914 ____________________________________________________________________________
49915 [  9011] By: gsar                                  on 2001/03/04  06:15:24
49916         Log: lib/charnames.t fails in 5.6.x because of older Unicode
49917              data
49918              
49919              TODO: need to revisit this after updating lib/unicode/...
49920      Branch: maint-5.6/perl
49921            ! t/lib/charnames.t
49922 ____________________________________________________________________________
49923 [  9010] By: gsar                                  on 2001/03/04  06:08:36
49924         Log: change#9009 breaks build (no "didrange" variable in 5.6.x)
49925      Branch: maint-5.6/perl
49926            ! toke.c
49927 ____________________________________________________________________________
49928 [  9009] By: jhi                                   on 2001/03/03  19:27:20
49929         Log: Integrate change #9008 from mainline to maintperl,
49930              UTF-8 tr/// fixes from Inaba Hiroto.
49931      Branch: maint-5.6/perl
49932           !> doop.c op.c t/op/tr.t toke.c
49933 ____________________________________________________________________________
49934 [  9008] By: jhi                                   on 2001/03/03  19:19:42
49935         Log: UTF8 tr/// fixes from Inaba Hiroto.
49936      Branch: perl
49937            ! doop.c op.c t/op/tr.t toke.c
49938 ____________________________________________________________________________
49939 [  9007] By: jhi                                   on 2001/03/03  19:00:30
49940         Log: Integrate change #9006 from maintperl to mainline,
49941              more robust quest for the infinite.
49942      Branch: perl
49943           !> lib/Math/Complex.pm
49944 ____________________________________________________________________________
49945 [  9006] By: jhi                                   on 2001/03/03  18:58:06
49946         Log: Subject: [PATCH 5.6.1] More robust Math::Complex
49947              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
49948              Date: Sat, 3 Mar 2001 12:51:50 -0500
49949              Message-ID: <20010303125150.A2147@math.ohio-state.edu>
49950              
49951              Be more robust in our quest for the infinite.
49952      Branch: maint-5.6/perl
49953            ! lib/Math/Complex.pm
49954 ____________________________________________________________________________
49955 [  9005] By: jhi                                   on 2001/03/03  17:55:50
49956         Log: The #8982 modified for perl 5.6.x, from Radu Greab.
49957      Branch: maint-5.6/perl
49958            ! doio.c
49959 ____________________________________________________________________________
49960 [  9004] By: jhi                                   on 2001/03/03  17:40:14
49961         Log: Rewrite REPORT() and REPORT2() (used for -DT) slightly
49962              so that picky compilers like IRIX won't get huffy about
49963              "statements without effect" (like 1;).
49964      Branch: perl
49965            ! toke.c
49966 ____________________________________________________________________________
49967 [  9003] By: jhi                                   on 2001/03/03  17:15:52
49968         Log: Integrate change #9002 from mainline to maintperl.
49969              
49970              Subject: [perl-5.6.x, perl-current] accept for EPOC
49971      Branch: maint-5.6/perl
49972           !> pp_sys.c
49973 ____________________________________________________________________________
49974 [  9002] By: jhi                                   on 2001/03/03  17:14:30
49975         Log: Subject: [perl-5.6.x, perl-current] accept for EPOC
49976              From: Olaf Flebbe <O.Flebbe@science-computing.de>
49977              Date: Sat, 3 Mar 2001 16:36:04 +0100 (CET)
49978              Message-ID: <Pine.LNX.4.02.10103031635190.4825-100000@milkyway.science-computing.de>
49979      Branch: perl
49980            ! pp_sys.c
49981 ____________________________________________________________________________
49982 [  9001] By: jhi                                   on 2001/03/03  17:13:13
49983         Log: Subject: [PATCH perl@8989] t/pod/find.t on VMS
49984              From: "Craig A. Berry" <craigberry@mac.com>
49985              Date: Fri, 02 Mar 2001 17:44:40 -0600
49986              Message-Id: <5.0.2.1.0.20010302172145.038d3c10@mail.mac.com>
49987      Branch: perl
49988            ! t/pod/find.t
49989 ____________________________________________________________________________
49990 [  9000] By: jhi                                   on 2001/03/03  17:11:55
49991         Log: Integrate changes #8997,8999 from maintperl.
49992              
49993              Subject: [PATCH 5.6.1] compiling on OS/2
49994              (Better error message from hints/os2.sh)
49995              
49996              Subject: [PATCH 5.6.1] syslog.t
49997      Branch: perl
49998           !> hints/os2.sh t/lib/syslog.t
49999 ____________________________________________________________________________
50000 [  8999] By: jhi                                   on 2001/03/03  17:09:28
50001         Log: Subject: [PATCH 5.6.1] syslog.t
50002              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
50003              Date: Sat, 3 Mar 2001 02:11:17 -0500
50004              Message-ID: <20010303021116.A11897@math.ohio-state.edu>
50005      Branch: maint-5.6/perl
50006            ! t/lib/syslog.t
50007 ____________________________________________________________________________
50008 [  8998] By: jhi                                   on 2001/03/03  17:07:50
50009         Log: Subject: Re: [PATCH 5.7.0] compiling on OS/2: 5.6.1 too
50010              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
50011              Date: Sat, 3 Mar 2001 01:53:52 -0500
50012              Message-ID: <20010303015352.A11741@math.ohio-state.edu>
50013      Branch: maint-5.6/perl
50014            ! opcode.pl os2/os2.c
50015 ____________________________________________________________________________
50016 [  8997] By: jhi                                   on 2001/03/03  17:03:30
50017         Log: Subject: [PATCH 5.6.1] compiling on OS/2
50018              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
50019              Date: Sat, 3 Mar 2001 01:59:59 -0500
50020              Message-ID: <20010303015959.B11741@math.ohio-state.edu>
50021      Branch: maint-5.6/perl
50022            ! hints/os2.sh
50023 ____________________________________________________________________________
50024 [  8996] By: jhi                                   on 2001/03/03  00:55:58
50025         Log: Regen files for mainline.
50026      Branch: perl
50027            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
50028            ! config_h.SH pod/perlapi.pod pod/perltoc.pod
50029 ____________________________________________________________________________
50030 [  8995] By: jhi                                   on 2001/03/03  00:35:22
50031         Log: Integrate changes #8099,8218,8220,8221,8227,8304,8317,
50032              8318,8320,8337,8503,8877,8890,8903,8971 from mainline
50033              to maintperl.
50034              
50035              Subject: Re: [ID 20000328.039] [PATCH] Eliminate Configure use of /tmp
50036              
50037              Add Configure option -Dmksymlinks which will create a symlink
50038              forest if the current/build differs from the source directory.
50039              (8218,8220,8221,8317,8318,8971)
50040              
50041              Subject: Re: A Configure option like 'otherlibdirs' but for *pre*pending?
50042              (Document APPLLIB_EXP in INSTALL.)
50043              
50044              If running byacc write-enable also perly.h.
50045              
50046              DB3 NDBM/ODBM emulation tweaks from Stanislav Brabec <utx@penguin.cz>.
50047              
50048              Subject: [PATCH 5.7.1/Configure] failure to set src='.'
50049              
50050              Sanity check for conflicting thread flavours.
50051              
50052              Fix the sys/fcntl.h problem reported by Peter Prymmer.
50053              
50054              Add few CPUs/architectures to the Cppsym scan,
50055              add -perlio to archname if so selected (modified 8890)
50056              
50057              Be more helpful for devel builders, suggested by John L. Allen.
50058              (admittedly pointless change for maintperl, but the usedevel
50059              code is there already)
50060      Branch: maint-5.6/perl
50061           !> Configure INSTALL Makefile.SH Porting/Glossary
50062           !> Porting/config.sh Porting/config_H config_h.SH embed.pl
50063           !> epoc/config.sh ext/NDBM_File/NDBM_File.xs
50064           !> ext/ODBM_File/ODBM_File.xs t/io/fs.t warnings.pl
50065           !> win32/config.bc win32/config.gc win32/config.vc
50066 ____________________________________________________________________________
50067 [  8994] By: jhi                                   on 2001/03/02  23:31:41
50068         Log: Use also $ccflags, not just $ldflags, when testing for gccness.
50069      Branch: metaconfig/U/perl
50070            ! gccvers.U
50071 ____________________________________________________________________________
50072 [  8993] By: jhi                                   on 2001/03/02  23:22:12
50073         Log: Regenerate various files for maint.
50074      Branch: maint-5.6/perl
50075            ! Porting/Glossary Porting/config.sh Porting/config_H objXSUB.h
50076            ! perlapi.c pod/perlapi.pod pod/perltoc.pod proto.h
50077 ____________________________________________________________________________
50078 [  8992] By: alanbur                               on 2001/03/02  22:48:34
50079         Log: Resync wuth parent
50080      Branch: maint-5.6/pureperl
50081           +> pod/perlclib.pod t/lib/cgi-esc.t t/run/runenv.t
50082           !> (integrate 60 files)
50083 ____________________________________________________________________________
50084 [  8991] By: jhi                                   on 2001/03/02  21:00:08
50085         Log: Retract the #8742 part of #8986, backward compat.
50086      Branch: maint-5.6/perl
50087            ! embed.pl
50088 ____________________________________________________________________________
50089 [  8990] By: jhi                                   on 2001/03/02  20:40:07
50090         Log: Retract the #8919 part of #8987, not applicable to the 5.6 branch.
50091      Branch: maint-5.6/perl
50092            ! hv.c
50093 ____________________________________________________________________________
50094 [  8989] By: jhi                                   on 2001/03/02  19:59:56
50095         Log: Update Changes.
50096      Branch: perl
50097            ! Changes patchlevel.h
50098 ____________________________________________________________________________
50099 [  8988] By: jhi                                   on 2001/03/02  19:57:08
50100         Log: Integrate perlio.
50101      Branch: perl
50102           !> ext/Encode/Encode/ascii.ucm ext/Encode/Encode/cp1047.ucm
50103           !> ext/Encode/Encode/cp1250.ucm ext/Encode/Encode/cp37.ucm
50104           !> ext/Encode/Encode/dingbats.ucm ext/Encode/Encode/iso8859-1.ucm
50105           !> ext/Encode/Encode/iso8859-10.ucm
50106           !> ext/Encode/Encode/iso8859-13.ucm
50107           !> ext/Encode/Encode/iso8859-14.ucm
50108           !> ext/Encode/Encode/iso8859-15.ucm
50109           !> ext/Encode/Encode/iso8859-16.ucm
50110           !> ext/Encode/Encode/iso8859-2.ucm
50111           !> ext/Encode/Encode/iso8859-3.ucm
50112           !> ext/Encode/Encode/iso8859-4.ucm
50113           !> ext/Encode/Encode/iso8859-5.ucm
50114           !> ext/Encode/Encode/iso8859-6.ucm
50115           !> ext/Encode/Encode/iso8859-7.ucm
50116           !> ext/Encode/Encode/iso8859-8.ucm
50117           !> ext/Encode/Encode/iso8859-9.ucm ext/Encode/Encode/posix-bc.ucm
50118           !> ext/Encode/Encode/symbol.ucm ext/Encode/compile
50119 ____________________________________________________________________________
50120 [  8987] By: jhi                                   on 2001/03/02  19:43:40
50121         Log: Integrate changes #8784,8839,8843,8847,8849,8859,8866,
50122              8873,8874,8876,8879,8901,8902,8908,8913,8918,8919,8946,8947,8948,
50123              8950,8952,8955 from mainline to maintperl.
50124              
50125              Subject: [PATCH: perl@8773] small fixups to perlclib.pod
50126              
50127              Put to rest the 20010205.001, the email address checking (not) regex.
50128              
50129              fork() not everywhere, cleanup temp files.
50130              
50131              The #8843 wasn't quite right: %Config needs to imported.
50132              
50133              Subject: [PATCH perl@8841] glob-basic.t, runenv.t fix-ups
50134              (#8849: the glob-basic hunk needed massaging as it depended
50135              on Schwern's large-scale (unintegrated) patches)
50136              
50137              Skip the Perl_sys_intern_clear and Perl_sys_intern_init.
50138              
50139              Upgrade to CGI.pm 2.752, from Lincoln Stein.
50140              (Note: there were some conflicts due to EBCDIC and EPOC
50141              patches, in general I preferred the repository code.)
50142              (When 2.753 comes out, we need to synchronize.)
50143              
50144              Subject: [PATCH] fix for charnames above FFFF
50145              
50146              Subject: [patch perl@8841] One URL update and a possible OS Version snag for perlport.pod
50147              
50148              If no sfio, no -lsfio.
50149              
50150              Run run/*.t also in minitest.
50151              
50152              Subject:  [PATCH perl 5.7.0] malloc message address offset
50153              
50154              Subject:  [PATCH 5.7.0] don't zero CvFLAGS before checking for CvCONST!
50155              
50156              Subject: fix for parameter -Dm (for perl@8867)
50157              
50158              Subject: [PATCH: perl@8892] was Re: hashing order difference?
50159              (make the test more portable)
50160              
50161              Subject: Re: [PATCH] fix for charnames above FFFF
50162              
50163              Subject: Re: I'm losing the war...
50164              (hv_store() not working correctly in ENV_IS_CASELESS case.)
50165              
50166              Subject: Modified README.bs2000 
50167              
50168              Subject: [PATCH: perl@8935] -Dt padsv($var)
50169              
50170              Subject: [PATCH: perl@8890] small fix in pod/perlop.pod
50171              
50172              Subject: PATCH: extra tests to check on negative float to unsigned cast
50173              
50174              Subject: [PATCH] XPUSH[insp] was Re: progress
50175              
50176              Subject: Re: Compile with perlcc..
50177      Branch: maint-5.6/perl
50178           !> (integrate 36 files)
50179 ____________________________________________________________________________
50180 [  8986] By: jhi                                   on 2001/03/02  18:51:25
50181         Log: Integrate changes #8689,8697,8724,8726,8731,8742,8754,8755,
50182              8763,8767,8770,8772,8795,8796,8813,8822,8823 from mainline
50183              to maintperl.
50184              
50185              Subject: Re: [PATCH lots of pod/] s/chop/chomp/g
50186              
50187              Subject: [DOC PATCH] overload.pm nits
50188              
50189              Add header for LIB$ prototypes (C. Berry)
50190              
50191              Convert fwrite()s to sockets to write()s, since some socket stacks
50192              don't take kindly to stdio.
50193              Ignore "expected" SS$_NOLOGNAM when doing internal LNM lookups
50194              (for often optional LNMs)
50195              Correct a few typos
50196              (C. Bailey)
50197              
50198              Subject: [PATCH: 5.6.1 trial2 && perl@8671] provide EBCDIC CGI::Util::escape() and test
50199              
50200              De-cut-and-pasto.
50201              
50202              Subject: Re: [PATCH embed.pl] Forgot to add ./lib to @INC for File::Glob
50203              
50204              Upgrade to Text-Tabs+Wrap-2001.0131 from David Muir Sharnoff.
50205              
50206              Upgrade to CPAN 1.59_54, from Andreas König.
50207              
50208              Bogus shebang.
50209              
50210              Subject: [PATCH] Document makepatch in Porting/patching
50211              
50212              UTF-8 documentation.
50213              
50214              Subject: Re: [PATCH] pod/perlclib.pod - Replacements for C library functions
50215              
50216              Sort the MANIFEST.
50217              
50218              Subject: [ID 20010210.002] perldiag doesn't include the "Scalars leaked" message
50219              
50220              Subject: [PATCH @8807] toke.c cleanup: scan_str()
50221              
50222              Subject: [PATCH perl.c] Fixing PERL5OPT (was Re: Warnings, strict, and CPAN)
50223              
50224              Add run/*.t to testables.
50225              
50226              TODO: integrate #8784.
50227      Branch: maint-5.6/perl
50228           +> pod/perlclib.pod t/lib/cgi-esc.t t/run/runenv.t
50229           !> (integrate 28 files)
50230 ____________________________________________________________________________
50231 [  8985] By: nick                                  on 2001/03/02  18:15:45
50232         Log: Integrate mainline
50233      Branch: perlio
50234           !> doio.c lib/File/Copy.pm pod/perldata.pod pod/perlfaq1.pod
50235           !> vms/vms.c
50236 ____________________________________________________________________________
50237 [  8984] By: jhi                                   on 2001/03/02  16:00:17
50238         Log: Integrate changes #8978,8979,8980,8981,8983 from mainline.
50239              
50240              perlfaq1 reworded to suggest 5.6.0 or 5.005_03, or POSSIBLY
50241              5.004_05, and mention the suidperl August 2000 security problem.
50242              (#8978,#8981)
50243              
50244              Subject: [ID 20010301.004] Technically speaking in perldata
50245              
50246              Subject: [PATCH] File::Copy for bleadperl, maintperl
50247              
50248              Subject:  [PATCH 5.7.0/5.6.0+] VMS piping ... cleanup at interpreter exit
50249              
50250              (The #8982, fix for 20010221.005 and 20010221.008,
50251              would be nice too but it didn't integrate cleanly.)
50252      Branch: maint-5.6/perl
50253           !> lib/File/Copy.pm pod/perldata.pod pod/perlfaq1.pod vms/vms.c
50254 ____________________________________________________________________________
50255 [  8983] By: jhi                                   on 2001/03/02  15:51:16
50256         Log: Subject:  [PATCH 5.7.0/5.6.0+] VMS piping ... cleanup at interpreter exit
50257              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
50258              Date:     Thu, 1 Mar 2001 15:54:09 EST
50259              Message-Id: <010301155258.b8cc1@DUPHY4.Physics.Drexel.Edu>
50260      Branch: perl
50261            ! vms/vms.c
50262 ____________________________________________________________________________
50263 [  8982] By: jhi                                   on 2001/03/02  15:43:31
50264         Log: Subject: Re: sync sync sync: have I missed any patches?
50265              From: Radu Greab <radu@netsoft.ro> 
50266              Date: Thu, 1 Mar 2001 21:47:22 +0200 (EET)
50267              Message-ID: <15006.42826.747914.669893@ix.netsoft.ro>
50268              
50269              Fixes the bugs 20010221.005 and 20010221.008: "the taint checker
50270              was checking argv[0] regardless of whether a different pathname
50271              will actually be executed."  Test case not supplied because 
50272              drafting that, ironically enough, revealed another bug
50273              (or a feature).
50274      Branch: perl
50275            ! doio.c
50276 ____________________________________________________________________________
50277 [  8981] By: jhi                                   on 2001/03/02  15:28:03
50278         Log: Misdate in #8978.
50279      Branch: perl
50280            ! pod/perlfaq1.pod
50281 ____________________________________________________________________________
50282 [  8980] By: jhi                                   on 2001/03/02  15:24:20
50283         Log: Subject: [PATCH] File::Copy for bleadperl, maintperl
50284              From: Chris Nandor <pudge@pobox.com>
50285              Date: Wed, 28 Feb 2001 22:10:15 -0500
50286              Message-Id: <p05010400b6c36d959ae8@[10.0.1.177]>
50287      Branch: perl
50288            ! lib/File/Copy.pm
50289 ____________________________________________________________________________
50290 [  8979] By: jhi                                   on 2001/03/02  15:17:16
50291         Log: Subject: [ID 20010301.004] Technically speaking in perldata
50292              From: abela@geneanet.org
50293              Date: Thu,  1 Mar 2001 17:59:27 +0100 (CET)
50294              Message-Id: <20010301165927.262C2D17D@little-roots.geneanet.org>
50295      Branch: perl
50296            ! pod/perldata.pod
50297 ____________________________________________________________________________
50298 [  8978] By: jhi                                   on 2001/03/02  15:15:27
50299         Log: Subject: [ID 20010301.003] ref to 5.004
50300              From: abela@geneanet.org
50301              Date: Thu,  1 Mar 2001 14:48:40 +0100 (CET)
50302              Message-Id: <20010301134840.C0CD1D171@little-roots.geneanet.org>
50303              
50304              Reworded to suggest 5.6.0 or 5.005_03, or POSSIBLY 5.004_05,
50305              and mention the suidperl August 2000 security problem.
50306      Branch: perl
50307            ! pod/perlfaq1.pod
50308 ____________________________________________________________________________
50309 [  8977] By: alanbur                               on 2001/03/02  14:17:45
50310         Log: Resynchronised with parent
50311      Branch: maint-5.6/pureperl
50312           !> AUTHORS README.epoc configure.com epoc/createpkg.pl
50313           !> lib/File/Temp.pm perl.c pp_sys.c t/lib/ftmp-mktemp.t
50314           !> t/lib/ftmp-posix.t t/op/append.t t/op/sprintf.t toke.c util.c
50315           !> vms/descrip_mms.template win32/win32.c win32/win32.h
50316           !> win32/win32iop.h
50317 ____________________________________________________________________________
50318 [  8976] By: nick                                  on 2001/03/01  23:25:30
50319         Log: Integrate mainline.
50320      Branch: perlio
50321            - t/op/qu.t
50322           !> (integrate 55 files)
50323 ____________________________________________________________________________
50324 [  8975] By: jhi                                   on 2001/03/01  16:51:34
50325         Log: Integrate change #8974 from maintperl, fix for bugid 20010226.008.
50326      Branch: perl
50327           !> toke.c
50328 ____________________________________________________________________________
50329 [  8974] By: gsar                                  on 2001/03/01  16:28:21
50330         Log: fix for bugid 20010226.008
50331              
50332              the problem was that some of the pointers (PL_last_lop and
50333              PL_last_uni specifically) into the lex buffers weren't correctly
50334              being invalidated when the buffer changed; this would leave the
50335              pointers pointing at an arbitrary location in the buffer if
50336              the buffer didn't need to be reallocated, or point into freed
50337              memory if the buffer had to be realloced
50338              
50339              TODO item for bugdb maintainers: check other seemingly random
50340              parser-related bugs--they might be cured by this
50341      Branch: maint-5.6/perl
50342            ! toke.c
50343 ____________________________________________________________________________
50344 [  8973] By: jhi                                   on 2001/03/01  02:23:25
50345         Log: Retract #8970 because of a completely mysterious core dump:
50346              adding the tests 241..244 causes op/pat dump core at test #25.
50347              The test needs a lot of whittling down before the bug can be solved.
50348      Branch: perl
50349            ! t/op/pat.t
50350 ____________________________________________________________________________
50351 [  8972] By: jhi                                   on 2001/03/01  01:58:38
50352         Log: Regen perlapi.
50353      Branch: perl
50354            ! pod/perlapi.pod
50355 ____________________________________________________________________________
50356 [  8971] By: jhi                                   on 2001/03/01  01:34:09
50357         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))
50358              From: Nicholas Clark <nick@ccl4.org>
50359              Date: Wed, 28 Feb 2001 23:28:49 +0000
50360              Message-ID: <20010228232849.A55187@plum.flirble.org>
50361              
50362              Allow a completely write protected source code tree
50363              when using the Configure -Dmksymlinks.
50364      Branch: perl
50365            ! embed.pl warnings.pl
50366 ____________________________________________________________________________
50367 [  8970] By: jhi                                   on 2001/03/01  01:32:04
50368         Log: Add back the EBCDIC character range tests (for matching).
50369      Branch: perl
50370            ! t/op/pat.t
50371 ____________________________________________________________________________
50372 [  8969] By: nick                                  on 2001/02/28  18:18:01
50373         Log: Add charname comments to .ucm files writen by 'compile',
50374              also order charmaps in those files by source encoding.
50375              regenerate distrubuted .ucm files
50376      Branch: perlio
50377            ! ext/Encode/Encode/ascii.ucm ext/Encode/Encode/cp1047.ucm
50378            ! ext/Encode/Encode/cp1250.ucm ext/Encode/Encode/cp37.ucm
50379            ! ext/Encode/Encode/dingbats.ucm ext/Encode/Encode/iso8859-1.ucm
50380            ! ext/Encode/Encode/iso8859-10.ucm
50381            ! ext/Encode/Encode/iso8859-13.ucm
50382            ! ext/Encode/Encode/iso8859-14.ucm
50383            ! ext/Encode/Encode/iso8859-15.ucm
50384            ! ext/Encode/Encode/iso8859-16.ucm
50385            ! ext/Encode/Encode/iso8859-2.ucm
50386            ! ext/Encode/Encode/iso8859-3.ucm
50387            ! ext/Encode/Encode/iso8859-4.ucm
50388            ! ext/Encode/Encode/iso8859-5.ucm
50389            ! ext/Encode/Encode/iso8859-6.ucm
50390            ! ext/Encode/Encode/iso8859-7.ucm
50391            ! ext/Encode/Encode/iso8859-8.ucm
50392            ! ext/Encode/Encode/iso8859-9.ucm ext/Encode/Encode/posix-bc.ucm
50393            ! ext/Encode/Encode/symbol.ucm ext/Encode/compile
50394 ____________________________________________________________________________
50395 [  8968] By: jhi                                   on 2001/02/28  16:26:37
50396         Log: Expand usemorebits early if d_casti32 needs to be undefined.
50397      Branch: perl
50398            ! hints/hpux.sh hints/irix_6.sh
50399 ____________________________________________________________________________
50400 [  8967] By: jhi                                   on 2001/02/28  16:22:26
50401         Log: Undo qu.  Retract #8814, rewrite op/each part of #8615,
50402              retract toke.c/qu parts of #8583, retract #8485, retract
50403              or rewrite qu parts of #8439 of toke.c, keywords.h, keywords.pl,
50404              op/length.t, and MANIFEST, and delete t/op/qu.t.
50405      Branch: perl
50406            - t/op/qu.t
50407            ! MANIFEST pod/perlfunc.pod pod/perlop.pod pod/perlre.pod
50408            ! pod/perlretut.pod pod/perlunicode.pod t/op/each.t
50409            ! t/op/length.t toke.c
50410 ____________________________________________________________________________
50411 [  8966] By: jhi                                   on 2001/02/28  15:00:27
50412         Log: Retract #8865 and #8869, un?pack C now again agree with Camel 3
50413              by not changing from pre-Unicode days into being Unicode-aware.
50414              Sniff.
50415      Branch: perl
50416            ! pp.c t/op/pack.t t/op/qu.t
50417 ____________________________________________________________________________
50418 [  8965] By: jhi                                   on 2001/02/28  14:37:55
50419         Log: Subject: Re: Errors in core PODs
50420              From: Michael Stevens <michael@etla.org> 
50421              Date: Fri, 23 Feb 2001 15:47:56 +0000
50422              Message-ID: <20010223154756.A7723@firedrake.org> 
50423      Branch: perl
50424            ! ext/Encode/Encode.pm lib/Exporter/Heavy.pm
50425            ! lib/File/Spec/Epoc.pm lib/Test/Harness.pm lib/utf8.pm
50426            ! makedef.pl vms/ext/DCLsym/DCLsym.pm vms/ext/Stdio/Stdio.pm
50427            ! x2p/a2p.pod
50428 ____________________________________________________________________________
50429 [  8964] By: jhi                                   on 2001/02/28  14:35:35
50430         Log: Do not force d_casti32 to undef if we are on a 64-bit environment.
50431              (The #8961 was too bold.)
50432      Branch: perl
50433            ! hints/hpux.sh hints/irix_6.sh
50434 ____________________________________________________________________________
50435 [  8963] By: jhi                                   on 2001/02/28  14:33:39
50436         Log: Subject: Re: sync sync sync: have I missed any patches?
50437              From: Tim Jenness <t.jenness@jach.hawaii.edu>
50438              In-Reply-To: <20010227140737.Y10633@chaos.wustl.edu>
50439              Date: Tue, 27 Feb 2001 13:24:58 -1000 (HST)
50440              Message-ID: <Pine.LNX.4.30.0102271322070.8623-100000@lapaki.jach.hawaii.edu>
50441              
50442              Replace djSP with dSP.
50443      Branch: perl
50444            ! cop.h doio.c doop.c ext/B/B/C.pm ext/B/B/CC.pm
50445            ! pod/perlhack.pod pp.c pp.h pp_ctl.c pp_hot.c pp_sys.c sv.c
50446            ! win32/perlhost.h
50447 ____________________________________________________________________________
50448 [  8962] By: jhi                                   on 2001/02/27  23:21:14
50449         Log: Upgrade to Filter::Simple 0.50 (just few doc tweaks).
50450      Branch: perl
50451            ! lib/Filter/Simple.pm
50452 ____________________________________________________________________________
50453 [  8961] By: jhi                                   on 2001/02/27  22:55:26
50454         Log: The casting mystery in HP-UX and IRIX needs at least a workaround
50455              and this would be it.
50456      Branch: perl
50457            ! hints/hpux.sh hints/irix_6.sh
50458 ____________________________________________________________________________
50459 [  8960] By: jhi                                   on 2001/02/27  22:51:33
50460         Log: Subject: [PATCH perl@8958 and 5.6.1-trial2] configure.com bug fixing spree
50461              From: "Craig A. Berry" <craigberry@mac.com>
50462              Date: Tue, 27 Feb 2001 16:11:44 -0600
50463              Message-Id: <5.0.2.1.0.20010227150548.02a200f8@exchi01>
50464      Branch: maint-5.6/perl
50465            ! configure.com vms/descrip_mms.template
50466 ____________________________________________________________________________
50467 [  8959] By: jhi                                   on 2001/02/27  22:47:23
50468         Log: Subject: [PATCH perl@8958 and 5.6.1-trial2] configure.com bug fixing spree
50469              From: "Craig A. Berry" <craigberry@mac.com>
50470              Date: Tue, 27 Feb 2001 16:11:44 -0600
50471              Message-Id: <5.0.2.1.0.20010227150548.02a200f8@exchi01>
50472      Branch: perl
50473            ! configure.com vms/descrip_mms.template
50474 ____________________________________________________________________________
50475 [  8958] By: jhi                                   on 2001/02/27  15:16:42
50476         Log: Update Changes.
50477      Branch: perl
50478            ! Changes patchlevel.h
50479 ____________________________________________________________________________
50480 [  8957] By: jhi                                   on 2001/02/27  06:15:07
50481         Log: Subject: [5.6.x] EPOC additions
50482              From: Olaf Flebbe <O.Flebbe@science-computing.de>
50483              Date: Mon, 26 Feb 2001 23:33:46 +0100 (CET)
50484              Message-ID: <Pine.LNX.4.02.10102262333040.3736-100000@milkyway.science-computing.de>
50485      Branch: maint-5.6/perl
50486            ! AUTHORS README.epoc epoc/createpkg.pl pp_sys.c
50487 ____________________________________________________________________________
50488 [  8956] By: jhi                                   on 2001/02/27  06:12:11
50489         Log: Subject: [perl-current] EPOC 
50490              From: Olaf Flebbe <O.Flebbe@science-computing.de>
50491              Date: Mon, 26 Feb 2001 23:34:36 +0100 (CET)
50492              Message-ID: <Pine.LNX.4.02.10102262333490.3781-100000@milkyway.science-computing.de>
50493      Branch: perl
50494            ! AUTHORS README.epoc epoc/createpkg.pl epoc/epoc.c
50495            ! epoc/epocish.c epoc/epocish.h pp_sys.c
50496 ____________________________________________________________________________
50497 [  8955] By: jhi                                   on 2001/02/27  05:59:50
50498         Log: Subject: Re: Compile with perlcc..
50499              From: Edward Peschko <edwardp@excitehome.net>
50500              Date: Mon, 26 Feb 2001 18:51:58 -0800
50501              Message-ID: <20010226185158.A9871@excitehome.net>
50502              
50503              plus add a simple usage message if no arguments given.
50504      Branch: perl
50505            ! lib/Test/Harness.pm pod/Makefile.SH t/TEST t/harness
50506            ! utils/Makefile utils/perlcc.PL win32/pod.mak
50507 ____________________________________________________________________________
50508 [  8954] By: nick                                  on 2001/02/26  21:02:59
50509         Log: Integrate mainline
50510      Branch: perlio
50511           !> README.bs2000 ext/Encode/compile lib/Test.pm op.c perlio.c
50512           !> pod/perlguts.pod pod/perlop.pod pp_ctl.c run.c t/op/bop.t
50513           !> t/op/sprintf.t
50514 ____________________________________________________________________________
50515 [  8953] By: jhi                                   on 2001/02/26  14:43:54
50516         Log: Subject: Documenting coderef @INC (Re: CPAN "make this script work" feature)
50517              From: Nicholas Clark <nick@ccl4.org>
50518              Date: Mon, 26 Feb 2001 00:42:07 +0000
50519              Message-ID: <20010226004207.F23333@plum.flirble.org>
50520      Branch: perl
50521            ! pp_ctl.c
50522 ____________________________________________________________________________
50523 [  8952] By: jhi                                   on 2001/02/26  14:42:13
50524         Log: Subject: [PATCH] XPUSH[insp] was Re: progress
50525              From: Simon Cozens <simon@netthink.co.uk>
50526              Date: Mon, 26 Feb 2001 12:23:48 +0000
50527              Message-ID: <20010226122348.A25536@pembro26.pmb.ox.ac.uk>
50528      Branch: perl
50529            ! pod/perlguts.pod
50530 ____________________________________________________________________________
50531 [  8951] By: jhi                                   on 2001/02/26  14:39:15
50532         Log: Subject: [PATCH] perlio - unknown layer
50533              From: Nicholas Clark <nick@ccl4.org>
50534              Date: Mon, 26 Feb 2001 00:27:19 +0000
50535              Message-ID: <20010226002719.E23333@plum.flirble.org>
50536      Branch: perl
50537            ! perlio.c
50538 ____________________________________________________________________________
50539 [  8950] By: jhi                                   on 2001/02/26  14:38:04
50540         Log: Subject: PATCH: extra tests to check on negative float to unsigned cast
50541              From: Jeff Okamoto <okamoto@xfiles.corp.hp.com>
50542              Message-Id: <200102232128.NAA28938@xfiles.corp.hp.com>
50543              Date: Fri, 23 Feb 2001 13:28:33 -0800 (PST)
50544      Branch: perl
50545            ! t/op/bop.t
50546 ____________________________________________________________________________
50547 [  8949] By: jhi                                   on 2001/02/26  14:37:07
50548         Log: Subject: Re: [PATCH: perl 5.005_03] Record I/O fix for Test.pm in older perl
50549              From: Peter Prymmer <pvhp@forte.com>
50550              Date: Fri, 23 Feb 2001 10:51:37 -0800 (PST)
50551              Message-ID: <Pine.OSF.4.10.10102231042010.79050-100000@aspara.forte.com>
50552      Branch: perl
50553            ! lib/Test.pm
50554 ____________________________________________________________________________
50555 [  8948] By: jhi                                   on 2001/02/26  14:35:53
50556         Log: Subject: [PATCH: perl@8890] small fix in pod/perlop.pod
50557              From: Radu Greab <radu@netsoft.ro>
50558              Date: Fri, 23 Feb 2001 18:50:48 +0200 (EET)
50559              Message-ID: <14998.38120.623015.916165@ix.netsoft.ro>
50560      Branch: perl
50561            ! pod/perlop.pod
50562 ____________________________________________________________________________
50563 [  8947] By: jhi                                   on 2001/02/26  14:34:46
50564         Log: Subject: [PATCH: perl@8935] -Dt padsv($var)
50565              From: David Mitchell <davem@fdgroup.co.uk>
50566              Date: Mon, 26 Feb 2001 11:01:24 +0000 (GMT)
50567              Message-Id: <200102261101.LAA12915@tiree.fdgroup.co.uk>
50568      Branch: perl
50569            ! run.c
50570 ____________________________________________________________________________
50571 [  8946] By: jhi                                   on 2001/02/26  14:32:37
50572         Log: Subject: Modified README.bs2000 
50573              From: Dorner Thomas <Thomas.Dorner@start.de>
50574              Date: Mon, 26 Feb 2001 09:22:17 +0100
50575              Message-ID: <6727B1DACFCDD311A757009027CA8D69010A889D@Ex02.inhouse.start.de>
50576      Branch: perl
50577            ! README.bs2000
50578 ____________________________________________________________________________
50579 [  8945] By: jhi                                   on 2001/02/26  14:19:53
50580         Log: Integrate the t/op/sprintf.t parts of #7909 and #8944 from mainline
50581              to maintperl, listing the known failures on the tests 129 and 130.
50582      Branch: maint-5.6/perl
50583           !> t/op/sprintf.t
50584 ____________________________________________________________________________
50585 [  8944] By: jhi                                   on 2001/02/26  14:14:15
50586         Log: Add more known sprintf failures.
50587      Branch: perl
50588            ! t/op/sprintf.t
50589 ____________________________________________________________________________
50590 [  8943] By: jhi                                   on 2001/02/26  13:56:22
50591         Log: perlglob.exe needs to be found in Win32, patch from
50592              Vadim Konovalov.  Nick I-S comments: "Perhaps a lingering glob()
50593              which needs external glob at mini-perl time."
50594      Branch: perl
50595            ! ext/Encode/compile
50596 ____________________________________________________________________________
50597 [  8942] By: jhi                                   on 2001/02/26  13:52:19
50598         Log: A missing dTHX from Vadim Konovalov.
50599      Branch: perl
50600            ! perlio.c
50601 ____________________________________________________________________________
50602 [  8941] By: jhi                                   on 2001/02/26  13:37:05
50603         Log: Miscommunication at #8914: #8902 was okay, #8881 was to be retracted.
50604      Branch: perl
50605            ! op.c
50606 ____________________________________________________________________________
50607 [  8940] By: jhi                                   on 2001/02/26  13:35:40
50608         Log: Integrate perlio.
50609      Branch: perl
50610           !> ext/Encode/Encode.pm
50611 ____________________________________________________________________________
50612 [  8939] By: nick                                  on 2001/02/25  23:47:09
50613         Log: Integrate mainline.
50614      Branch: perlio
50615           !> Changes lib/Pod/Find.pm patchlevel.h perl.h regcomp.c
50616           !> t/op/pat.t t/op/tr.t t/pod/find.t toke.c utf8.c
50617 ____________________________________________________________________________
50618 [  8938] By: nick                                  on 2001/02/25  19:36:28
50619         Log: Encode implementations docs.
50620      Branch: perlio
50621            ! ext/Encode/Encode.pm
50622 ____________________________________________________________________________
50623 [  8937] By: jhi                                   on 2001/02/25  19:26:16
50624         Log: Script wasn't aligned with reality.
50625      Branch: perl
50626            ! t/pod/find.t
50627 ____________________________________________________________________________
50628 [  8936] By: jhi                                   on 2001/02/25  18:54:55
50629         Log: Update Changes.
50630      Branch: perl
50631            ! Changes patchlevel.h
50632 ____________________________________________________________________________
50633 [  8935] By: jhi                                   on 2001/02/25  18:46:36
50634         Log: Retract #8929,8930,8932,8933 for now.
50635      Branch: perl
50636            ! perl.h regcomp.c t/op/pat.t t/op/tr.t toke.c
50637 ____________________________________________________________________________
50638 [  8934] By: jhi                                   on 2001/02/25  17:34:35
50639         Log: Integrate perlio.
50640      Branch: perl
50641           !> embed.pl ext/Encode/Encode.pm ext/Encode/Encode.xs
50642           !> lib/ExtUtils/typemap perl.h perlapi.c proto.h sv.c
50643           !> t/lib/encode.t
50644 ____________________________________________________________________________
50645 [  8933] By: jhi                                   on 2001/02/25  17:33:12
50646         Log: (Retracted by #8395.)
50647              
50648              Slight tweaks in scan_const(), not fixes yet, it seems like
50649              lots of work remains to be done...
50650      Branch: perl
50651            ! toke.c
50652 ____________________________________________________________________________
50653 [  8932] By: jhi                                   on 2001/02/25  17:27:11
50654         Log: (Retracted by #8395.)
50655              
50656              Missing from #8930.
50657      Branch: perl
50658            ! perl.h
50659 ____________________________________________________________________________
50660 [  8931] By: jhi                                   on 2001/02/25  17:26:19
50661         Log: A comment tweak.
50662      Branch: perl
50663            ! utf8.c
50664 ____________________________________________________________________________
50665 [  8930] By: jhi                                   on 2001/02/25  17:25:47
50666         Log: (Retracted by #8395.)
50667              
50668              Attempt to fix the EBCDIC character range problem with //.
50669      Branch: perl
50670            ! regcomp.c
50671 ____________________________________________________________________________
50672 [  8929] By: jhi                                   on 2001/02/25  17:23:45
50673         Log: (Retracted by #8395.)
50674              
50675              Expand the EBCDIC character range tests, and add few nasty
50676              tr tests from Karsten Sperling.
50677      Branch: perl
50678            ! t/op/pat.t t/op/tr.t
50679 ____________________________________________________________________________
50680 [  8928] By: jhi                                   on 2001/02/25  17:18:49
50681         Log: Missing check-in.
50682      Branch: perl
50683            ! lib/Pod/Find.pm
50684 ____________________________________________________________________________
50685 [  8927] By: nick                                  on 2001/02/25  11:30:22
50686         Log: Change method names in Encode implementation classes to something
50687              less confusing (preparing to "go public").
50688      Branch: perlio
50689            ! ext/Encode/Encode.pm ext/Encode/Encode.xs t/lib/encode.t
50690 ____________________________________________________________________________
50691 [  8926] By: nick                                  on 2001/02/25  10:53:24
50692         Log: GCC __atribute__ / printf fix
50693      Branch: perlio
50694            ! perl.h
50695 ____________________________________________________________________________
50696 [  8925] By: nick                                  on 2001/02/25  10:52:25
50697         Log: Checked in the wrong one ...
50698      Branch: perlio
50699            ! ext/Encode/Encode.pm
50700 ____________________________________________________________________________
50701 [  8924] By: nick                                  on 2001/02/24  18:46:51
50702         Log: Integrate mainline - to see what Jarkko has in ...
50703      Branch: perlio
50704           +> t/pod/testpods/lib/Pod/Stuff.pm
50705           !> MANIFEST t/TEST t/lib/glob-basic.t t/op/pat.t t/pod/find.t
50706 ____________________________________________________________________________
50707 [  8923] By: nick                                  on 2001/02/24  17:05:23
50708         Log: Encode API documentation nd tidy up.
50709              Minor additions to test.
50710              Tweaks sv_utf8_upgrade() to force SvPV, and always SvUTF8_on and return length.
50711              Adds STRLEN to standard typemap.
50712      Branch: perlio
50713            ! embed.pl ext/Encode/Encode.pm ext/Encode/Encode.xs
50714            ! lib/ExtUtils/typemap perlapi.c proto.h sv.c t/lib/encode.t
50715 ____________________________________________________________________________
50716 [  8922] By: jhi                                   on 2001/02/24  16:38:12
50717         Log: Add a test for the "character range should match in EBCDIC
50718              if specified using explicit numerics" bug found by Karsten
50719              Sperling.
50720      Branch: perl
50721            ! t/op/pat.t
50722 ____________________________________________________________________________
50723 [  8921] By: jhi                                   on 2001/02/24  16:30:16
50724         Log: Subject: [PATCH t/pod/find.t t/TEST] fixing t/pod/find.t, running t/pod
50725              From: schwern@pobox.com
50726              Date: Fri, 23 Feb 2001 03:21:37 -0500
50727              Message-ID: <20010223032137.A26022@magnonel.guild.net>
50728              
50729              plus Charles Lane's fixes, plus tweaks.
50730      Branch: perl
50731            + t/pod/testpods/lib/Pod/Stuff.pm
50732            ! MANIFEST t/TEST t/lib/glob-basic.t t/pod/find.t
50733 ____________________________________________________________________________
50734 [  8920] By: nick                                  on 2001/02/24  10:30:11
50735         Log: Integrate mainline
50736      Branch: perlio
50737           !> (integrate 33 files)
50738 ____________________________________________________________________________
50739 [  8919] By: jhi                                   on 2001/02/24  00:23:35
50740         Log: Subject: Re: I'm losing the war...
50741              From: "Vadim Konovalov" <watman@inbox.ru>
50742              Date: Sat, 24 Feb 2001 00:10:14 +0300
50743              Message-ID: <007501c09dde$a9b84420$2f7b55c2@vad>
50744              
50745              hv_store() not working correctly in ENV_IS_CASELESS case.
50746      Branch: perl
50747            ! hv.c
50748 ____________________________________________________________________________
50749 [  8918] By: jhi                                   on 2001/02/24  00:20:09
50750         Log: Subject: Re: [PATCH] fix for charnames above FFFF
50751              From: andreas.koenig@anima.de (Andreas J. Koenig)
50752              Date: 23 Feb 2001 02:39:03 +0100
50753              Message-ID: <m3u25mxjns.fsf@ak-71.mind.de>
50754              
50755              A further efficiency tweak.
50756      Branch: perl
50757            ! lib/charnames.pm
50758 ____________________________________________________________________________
50759 [  8917] By: jhi                                   on 2001/02/23  20:27:51
50760         Log: Integrate change #8916 from mainline,
50761              do away with USE_WIN32_RTL_ENV.
50762      Branch: maint-5.6/perl
50763           !> perl.c util.c win32/win32.c win32/win32.h win32/win32iop.h
50764 ____________________________________________________________________________
50765 [  8916] By: jhi                                   on 2001/02/23  20:02:25
50766         Log: Abolish USE_WIN32_RTL_ENV.
50767      Branch: perl
50768            ! perl.c util.c win32/win32.c win32/win32.h win32/win32iop.h
50769 ____________________________________________________________________________
50770 [  8915] By: jhi                                   on 2001/02/23  19:36:00
50771         Log: Retract #8893, zero-initializing may be costly, maybe reintroduce
50772              later protected by some #define.
50773      Branch: perl
50774            ! gv.c
50775 ____________________________________________________________________________
50776 [  8914] By: jhi                                   on 2001/02/23  19:31:38
50777         Log: Retract #8902 for now, requested by Charles Lane, the correct
50778              fix will be something else.
50779      Branch: perl
50780            ! op.c
50781 ____________________________________________________________________________
50782 [  8913] By: jhi                                   on 2001/02/23  19:11:36
50783         Log: Subject: [PATCH: perl@8892] was Re: hashing order difference?
50784              From: Peter Prymmer <pvhp@forte.com>
50785              Date: Fri, 23 Feb 2001 10:54:09 -0800 (PST)
50786              Message-ID: <Pine.OSF.4.10.10102231036100.79050-100000@aspara.forte.com>
50787      Branch: perl
50788            ! t/op/lex_assign.t
50789 ____________________________________________________________________________
50790 [  8912] By: jhi                                   on 2001/02/23  18:38:20
50791         Log: Subject: [patch] perlio + useithreads
50792              From: Doug MacEachern <dougm@covalent.net>
50793              Date: Fri, 23 Feb 2001 00:05:37 -0800 (PST)
50794              Message-ID: <Pine.LNX.4.21.0102222356460.14249-100000@mako.covalent.net>
50795              
50796              Gets things running but not complete.
50797      Branch: perl
50798            ! intrpvar.h objXSUB.h perlapi.c perlio.h proto.h sv.c
50799 ____________________________________________________________________________
50800 [  8911] By: jhi                                   on 2001/02/23  04:20:02
50801         Log: Integrate changes #8896,8897,8898,8906,8907,8908 from mainline.
50802              
50803              Duplicated environment freeing, File::Temp 0.12,
50804              op/append portability (EBCDIC) tweak.
50805      Branch: maint-5.6/perl
50806           !> lib/File/Temp.pm perl.c t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
50807           !> t/op/append.t
50808 ____________________________________________________________________________
50809 [  8910] By: jhi                                   on 2001/02/23  02:07:33
50810         Log: Integrate change #8909 from mainline, a better Borland
50811              putenv() workaround.
50812      Branch: maint-5.6/perl
50813           !> perl.c
50814 ____________________________________________________________________________
50815 [  8909] By: jhi                                   on 2001/02/23  02:05:46
50816         Log: A better workaround for Borland putenv() brokenness from Sarathy.
50817      Branch: perl
50818            ! perl.c
50819 ____________________________________________________________________________
50820 [  8908] By: jhi                                   on 2001/02/23  02:04:14
50821         Log: Subject: fix for parameter -Dm (for perl@8867)
50822              From: "Vadim Konovalov" <watman@inbox.ru>
50823              Date: Thu, 22 Feb 2001 17:30:12 +0300
50824              Message-ID: <001801c09cdc$2faba490$2a7b55c2@vad>
50825      Branch: perl
50826            ! perl.h
50827 ____________________________________________________________________________
50828 [  8907] By: jhi                                   on 2001/02/23  01:58:20
50829         Log: Subject: [PATCH: perl@8892] treat unicoding and null bytes in op/append.t
50830              From: Peter Prymmer <pvhp@forte.com>
50831              Date: Thu, 22 Feb 2001 13:23:59 -0800 (PST)
50832              Message-ID: <Pine.OSF.4.10.10102221319460.47500-100000@aspara.forte.com>
50833      Branch: perl
50834            ! t/op/append.t
50835 ____________________________________________________________________________
50836 [  8906] By: jhi                                   on 2001/02/23  01:48:34
50837         Log: Upgrade to File::Temp 0.12, from Tim Jenness.
50838      Branch: perl
50839            ! lib/File/Temp.pm t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
50840 ____________________________________________________________________________
50841 [  8905] By: jhi                                   on 2001/02/23  01:43:30
50842         Log: Subject: [PATCH: perl@8892] fix a patcho in t/lib/st-06compat.t
50843              From: Peter Prymmer <pvhp@forte.com>
50844              Date: Thu, 22 Feb 2001 12:54:31 -0800 (PST)
50845              Message-ID: <Pine.OSF.4.10.10102221249170.47500-100000@aspara.forte.com>
50846      Branch: perl
50847            ! t/lib/st-06compat.t
50848 ____________________________________________________________________________
50849 [  8904] By: jhi                                   on 2001/02/23  01:42:39
50850         Log: Metaconfig unit change for #8903.
50851      Branch: metaconfig/U/perl
50852            ! Devel.U
50853 ____________________________________________________________________________
50854 [  8903] By: jhi                                   on 2001/02/23  01:42:12
50855         Log: Be more helpful for devel builders, suggested by John L. Allen.
50856      Branch: perl
50857            ! Configure
50858 ____________________________________________________________________________
50859 [  8902] By: jhi                                   on 2001/02/23  01:37:41
50860         Log: (Retracted by #8914)
50861              (Wrongly, reinstated by #8941)
50862              
50863              Subject:  [PATCH 5.7.0] don't zero CvFLAGS before checking for CvCONST!
50864              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
50865              Date:     Thu, 22 Feb 2001 09:43:57 EST
50866              Message-Id: <010222094237.9d22e@DUPHY4.Physics.Drexel.Edu>
50867      Branch: perl
50868            ! op.c
50869 ____________________________________________________________________________
50870 [  8901] By: jhi                                   on 2001/02/23  01:20:32
50871         Log: Subject:  [PATCH perl 5.7.0] malloc message address offset
50872              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
50873              Date:     Thu, 22 Feb 2001 08:01:35 EST
50874              Message-Id: <010222075625.9d22e@DUPHY4.Physics.Drexel.Edu>
50875      Branch: perl
50876            ! malloc.c
50877 ____________________________________________________________________________
50878 [  8900] By: jhi                                   on 2001/02/23  01:18:02
50879         Log: Integrate changes #8898,8899 from mainline, environ handling.
50880      Branch: maint-5.6/perl
50881           !> perl.c
50882 ____________________________________________________________________________
50883 [  8899] By: jhi                                   on 2001/02/23  01:16:25
50884         Log: Rewrite putenv() using my_setenv().  (In general the vendors'
50885              putenv() is not to be relied on, they are either broken or leaky
50886              or both.)
50887      Branch: perl
50888            ! perl.c
50889 ____________________________________________________________________________
50890 [  8898] By: jhi                                   on 2001/02/22  23:36:59
50891         Log: Fix #8803 as #8897 fixed #8896: with environ safesysmalloc()
50892              and safesysfree() must be used.
50893      Branch: perl
50894            ! perl.c
50895 ____________________________________________________________________________
50896 [  8897] By: jhi                                   on 2001/02/22  23:25:45
50897         Log: With environ one must use safesysmalloc()/safesysfree().
50898      Branch: perl
50899            ! perl.c
50900 ____________________________________________________________________________
50901 [  8896] By: jhi                                   on 2001/02/22  22:13:18
50902         Log: If we have a duplicated environment free it
50903              if PERL_DESTRUCT_LEVEL.
50904      Branch: perl
50905            ! perl.c
50906 ____________________________________________________________________________
50907 [  8895] By: alanbur                               on 2001/02/22  19:31:57
50908         Log: Synchronised with parent
50909      Branch: maint-5.6/pureperl
50910           !> embed.h embed.pl ext/POSIX/POSIX.xs lib/File/Temp.pm op.c
50911 ____________________________________________________________________________
50912 [  8894] By: gsar                                  on 2001/02/22  19:06:18
50913         Log: integrate changes#6162,6163 from mainline (missing leak fixes!)
50914              
50915              fix memory leak in method call optimization (change#3768);
50916              made C<eval "$x->foo()"> leak
50917              
50918              fix memory leak in C<eval "BEGIN {}"> (bug in change#4579)
50919      Branch: maint-5.6/perl
50920           !> op.c
50921 ____________________________________________________________________________
50922 [  8893] By: jhi                                   on 2001/02/22  18:35:27
50923         Log: (Retracted by #8915.)
50924              
50925              Third Degree finding:
50926              reading uninitialized local variable smallbuf + 8 bytes of Perl_gv_fetchfile
50927      Branch: perl
50928            ! gv.c
50929 ____________________________________________________________________________
50930 [  8892] By: jhi                                   on 2001/02/22  14:28:32
50931         Log: Update Changes.
50932      Branch: perl
50933            ! Changes patchlevel.h
50934 ____________________________________________________________________________
50935 [  8891] By: jhi                                   on 2001/02/22  13:22:45
50936         Log: Metaconfig unit changes for #8890.
50937      Branch: metaconfig
50938            ! U/modified/Cppsym.U U/threads/archname.U
50939 ____________________________________________________________________________
50940 [  8890] By: jhi                                   on 2001/02/22  13:22:12
50941         Log: Add -stdio to the archname if no perlio selected,
50942              no -perlio added since that is now the default.
50943              
50944              Add few CPUs/architectures to the Cppsym scan.
50945      Branch: perl
50946            ! Configure config_h.SH
50947 ____________________________________________________________________________
50948 [  8889] By: jhi                                   on 2001/02/22  13:05:59
50949         Log: Metaconfig unit change for #8888.
50950      Branch: metaconfig/U/perl
50951            ! useperlio.U
50952 ____________________________________________________________________________
50953 [  8888] By: jhi                                   on 2001/02/22  13:05:28
50954         Log: *drum roll*  Make perlio the default.
50955      Branch: perl
50956            ! Configure config_h.SH
50957 ____________________________________________________________________________
50958 [  8887] By: jhi                                   on 2001/02/22  12:50:52
50959         Log: Integrate change #8665 from maintperl to mainline,
50960              IA64-induced POSIX::SigSet masking with IVs instead of NVs.
50961      Branch: perl
50962           !> ext/POSIX/POSIX.xs
50963 ____________________________________________________________________________
50964 [  8886] By: jhi                                   on 2001/02/22  12:49:24
50965         Log: Integrate changes #8883,8884 from mainline to maintperl.
50966              
50967              Subject: [patch: perl@8867] embed.{h|pl} need not mention ebcdic_control ...
50968              Subject: Re: File::Temp::_gettemp warning
50969      Branch: maint-5.6/perl
50970           !> embed.h embed.pl lib/File/Temp.pm
50971 ____________________________________________________________________________
50972 [  8885] By: jhi                                   on 2001/02/22  12:43:59
50973         Log: Based on
50974              
50975              Subject: [ID 20010222.001] POSIX.xs IV vs NV bug
50976              From: schwab@suse.de
50977              Date: Thu, 22 Feb 2001 13:08:09 +0100
50978              Message-Id: <200102221208.f1MC89H09364@sykes.suse.de>
50979              
50980              but the fix done slightly differently because the other
50981              half was already done in #8664.
50982      Branch: maint-5.6/perl
50983            ! ext/POSIX/POSIX.xs
50984 ____________________________________________________________________________
50985 [  8884] By: jhi                                   on 2001/02/22  12:37:15
50986         Log: Subject: Re: File::Temp::_gettemp warning
50987              From: Tim Jenness <t.jenness@jach.hawaii.edu>
50988              Date: Wed, 21 Feb 2001 22:15:32 -1000 (HST)
50989              Message-ID: <Pine.LNX.4.30.0102212211190.18964-100000@lapaki.jach.hawaii.edu>
50990              
50991              This patch to File::Temp does two things:
50992              
50993              1. Fixes the problem with CGI::Carp when determining
50994              the Fcntl constants
50995              
50996              2. Removes most of the carps and consolidates them so that all the
50997              reasons are included in a single die that is caught by the test. This
50998              means that the correct skipping behaviour is displayed by the test.
50999      Branch: perl
51000            ! lib/File/Temp.pm
51001 ____________________________________________________________________________
51002 [  8883] By: jhi                                   on 2001/02/22  12:29:19
51003         Log: Subject: [patch: perl@8867] embed.{h|pl} need not mention ebcdic_control ...
51004              From: Peter Prymmer <pvhp@forte.com>
51005              Date: Wed, 21 Feb 2001 16:30:06 -0800 (PST)
51006              Message-ID: <Pine.OSF.4.10.10102211624490.12601-100000@aspara.forte.com>
51007      Branch: perl
51008            ! embed.h embed.pl
51009 ____________________________________________________________________________
51010 [  8882] By: jhi                                   on 2001/02/21  19:41:33
51011         Log: Integrate change #8881 from mainlin to maintperl.
51012              
51013              Subject:  [PATCH - perl8585] glob-in-eval memory leak fix
51014      Branch: maint-5.6/perl
51015           !> op.c
51016 ____________________________________________________________________________
51017 [  8881] By: jhi                                   on 2001/02/21  19:38:57
51018         Log: Subject:  [PATCH - perl8585] glob-in-eval memory leak fix
51019              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
51020              Date:     Wed, 21 Feb 2001 13:08:03 EST
51021              Message-Id: <010221130721.7a2ab@DUPHY4.Physics.Drexel.Edu>
51022      Branch: perl
51023            ! op.c
51024 ____________________________________________________________________________
51025 [  8880] By: jhi                                   on 2001/02/21  19:34:34
51026         Log: Retract #8875, cannot let go of the old semantics of unpack U
51027              without rethinking utf8decode.t.
51028      Branch: perl
51029            ! pp.c t/op/pack.t
51030 ____________________________________________________________________________
51031 [  8879] By: jhi                                   on 2001/02/21  19:08:02
51032         Log: Run run/*.t also in minitest.
51033      Branch: perl
51034            ! Makefile.SH
51035 ____________________________________________________________________________
51036 [  8878] By: nick                                  on 2001/02/21  18:55:37
51037         Log: Integrate mainline
51038      Branch: perlio
51039           !> (integrate 76 files)
51040 ____________________________________________________________________________
51041 [  8877] By: jhi                                   on 2001/02/21  15:09:33
51042         Log: Fix the sys/fcntl.h problem reported by Peter Prymmer.
51043      Branch: metaconfig
51044            ! U/compline/nblock_io.U
51045      Branch: perl
51046            ! Configure config_h.SH
51047 ____________________________________________________________________________
51048 [  8876] By: jhi                                   on 2001/02/21  14:54:45
51049         Log: If no sfio, no -lsfio.
51050      Branch: metaconfig/U/perl
51051            ! d_sfio.U
51052      Branch: perl
51053            ! Configure config_h.SH
51054 ____________________________________________________________________________
51055 [  8875] By: jhi                                   on 2001/02/21  14:54:00
51056         Log: Make unpack C and unpack U truly equivalent.
51057      Branch: perl
51058            ! pp.c t/op/pack.t
51059 ____________________________________________________________________________
51060 [  8874] By: jhi                                   on 2001/02/21  14:26:02
51061         Log: Subject: [patch perl@8841] One URL update and a possible OS Version snag for perlport.pod
51062              From: Peter Prymmer <pvhp@forte.com>
51063              Date: Tue, 20 Feb 2001 14:51:55 -0800 (PST)
51064              Message-ID: <Pine.OSF.4.10.10102201447380.501692-100000@aspara.forte.com>
51065      Branch: perl
51066            ! pod/perlport.pod
51067 ____________________________________________________________________________
51068 [  8873] By: jhi                                   on 2001/02/21  14:24:31
51069         Log: Subject: [PATCH] fix for charnames above FFFF
51070              From: andreas.koenig@anima.de (Andreas J. Koenig)
51071              Date: 21 Feb 2001 07:05:45 +0100
51072              Message-ID: <m366i44ll2.fsf@ak-71.mind.de>
51073      Branch: perl
51074            ! lib/charnames.pm t/lib/charnames.t
51075 ____________________________________________________________________________
51076 [  8872] By: jhi                                   on 2001/02/21  14:15:25
51077         Log: Integrate change #8868 from pureperl to mainline.
51078              
51079              Fixed reference count loop caused by sv_magic.
51080      Branch: perl
51081           !> sv.c
51082 ____________________________________________________________________________
51083 [  8871] By: jhi                                   on 2001/02/21  14:07:29
51084         Log: Integrate change #8868 from pureperl to maintperl.
51085              
51086              Fixed reference count loop caused by sv_magic.
51087      Branch: maint-5.6/perl
51088           !> sv.c
51089 ____________________________________________________________________________
51090 [  8870] By: jhi                                   on 2001/02/21  14:04:41
51091         Log: Put back the #8840, it was innocent.
51092      Branch: perl
51093            ! embed.h embed.pl global.sym objXSUB.h perlapi.c
51094            ! pod/perlapi.pod pod/perlfunc.pod pod/perlguts.pod proto.h sv.c
51095 ____________________________________________________________________________
51096 [  8869] By: jhi                                   on 2001/02/21  14:00:03
51097         Log: unpack("C", ...) was left slightly unfinished by #8865.
51098      Branch: perl
51099            ! pp.c t/op/pack.t
51100 ____________________________________________________________________________
51101 [  8868] By: alanbur                               on 2001/02/21  01:33:45
51102         Log: Fixed reference count loop caused by sv_magic.  sv_magic is called
51103              from gv_fetchpv to create single-character magic variables (e.g. $!),
51104              and it is passed a sv and the gv that contains the sv as the mg_obj
51105              value.  When sv_magic stores the mg_obj pointer it increments the gv
51106              refcount, thus causing a sv-gv pair that can't be freed.  There is
51107              already a check for sv == obj which is used to prevent such reference
51108              loops.  This change extends the check to cover the case described above.
51109      Branch: maint-5.6/pureperl
51110            ! sv.c
51111 ____________________________________________________________________________
51112 [  8867] By: jhi                                   on 2001/02/21  00:52:39
51113         Log: Update Changes.
51114      Branch: perl
51115            ! Changes patchlevel.h
51116 ____________________________________________________________________________
51117 [  8866] By: jhi                                   on 2001/02/21  00:34:20
51118         Log: Upgrade to CGI.pm 2.752, from Lincoln Stein.
51119              (Note: there were some conflicts due to EBCDIC and EPOC
51120              patches, in general I preferred the repository code.)
51121              (When 2.753 comes out, we need to synchronize.)
51122      Branch: perl
51123            ! lib/CGI.pm lib/CGI/Carp.pm lib/CGI/Cookie.pm lib/CGI/Pretty.pm
51124            ! lib/CGI/Push.pm lib/CGI/Util.pm t/lib/cgi-form.t
51125            ! t/lib/cgi-html.t
51126 ____________________________________________________________________________
51127 [  8865] By: jhi                                   on 2001/02/21  00:24:22
51128         Log: Make pack("C", 0x100) to create Unicode, unless under the
51129              evil influence of 'use bytes'.  Similarly, unpack("C", ...)
51130              will understand Unicode, unless you under know what.
51131      Branch: perl
51132            ! pp.c t/op/pack.t t/op/qu.t
51133 ____________________________________________________________________________
51134 [  8864] By: alanbur                               on 2001/02/20  22:35:34
51135         Log: Resynchronised with parent
51136      Branch: maint-5.6/pureperl
51137           !> README.win32 ext/GDBM_File/GDBM_File.pm
51138           !> ext/NDBM_File/NDBM_File.pm ext/ODBM_File/ODBM_File.pm
51139           !> ext/SDBM_File/SDBM_File.pm handy.h lib/Test.pm makedef.pl mg.c
51140           !> pod/perlop.pod t/lib/gdbm.t t/lib/ndbm.t t/lib/odbm.t
51141           !> t/lib/sdbm.t util.c
51142 ____________________________________________________________________________
51143 [  8863] By: jhi                                   on 2001/02/20  20:55:11
51144         Log: Integrate change #8860,8861 from mainline into maintperl.
51145              
51146              "pseudo-literal j"
51147              
51148              Subject: [PATCH: 5.6.1 trial2 && perl@8807] workaround VMS I/O problem in Test.pm for bug ID 20010213.009
51149      Branch: maint-5.6/perl
51150           !> lib/Test.pm pod/perlop.pod
51151 ____________________________________________________________________________
51152 [  8862] By: jhi                                   on 2001/02/20  20:30:07
51153         Log: Don't do casting between pointers pointing to differently sized
51154              integers.
51155      Branch: perl
51156            ! hv.c sv.c
51157 ____________________________________________________________________________
51158 [  8861] By: jhi                                   on 2001/02/20  19:53:44
51159         Log: Subject: [PATCH: 5.6.1 trial2 && perl@8807] workaround VMS I/O problem in Test.pm for bug ID 20010213.009
51160              From: Peter Prymmer <pvhp@forte.com>
51161              Message-ID: <Pine.OSF.4.10.10102141617350.197219-100000@aspara.forte.com>
51162              Date: Wed, 14 Feb 2001 16:28:16 -0800 (PST)
51163      Branch: perl
51164            ! lib/Test.pm
51165 ____________________________________________________________________________
51166 [  8860] By: jhi                                   on 2001/02/20  19:48:02
51167         Log: "pseudo-literal j", a documentation glitch reported to Debian.
51168              The text recovered from Perl 5.005_03, and pseudo-literal replaced
51169              by "backtick string".
51170      Branch: perl
51171            ! pod/perlop.pod
51172 ____________________________________________________________________________
51173 [  8859] By: jhi                                   on 2001/02/20  19:15:46
51174         Log: Skip the Perl_sys_intern_clear and Perl_sys_intern_init,
51175              from Chris Nandor.
51176      Branch: perl
51177            ! makedef.pl
51178 ____________________________________________________________________________
51179 [  8858] By: jhi                                   on 2001/02/20  17:36:53
51180         Log: Integrate pureperl changes #8844,8845,8850 to mainline
51181              (via maintperl #8855).
51182              
51183              Fixed %^H scoping bug
51184              
51185              Removed GV <-> CV refcount loop
51186              
51187              Removed %ENV refcount loop
51188      Branch: perl
51189           !> gv.c op.c perl.c pp.c scope.c
51190 ____________________________________________________________________________
51191 [  8857] By: jhi                                   on 2001/02/20  17:34:32
51192         Log: Integrate changes #8853,8854 from maintperl to mainline.
51193              
51194              EBDIC fixes, README.win32 Borland update.
51195      Branch: perl
51196           !> README.win32 handy.h util.c
51197 ____________________________________________________________________________
51198 [  8856] By: jhi                                   on 2001/02/20  17:33:16
51199         Log: Integrate change #8848 from mainline to maintperl: ?DBM_File cleanup.
51200      Branch: maint-5.6/perl
51201           !> ext/GDBM_File/GDBM_File.pm ext/NDBM_File/NDBM_File.pm
51202           !> ext/ODBM_File/ODBM_File.pm ext/SDBM_File/SDBM_File.pm
51203           !> t/lib/gdbm.t t/lib/ndbm.t t/lib/odbm.t t/lib/sdbm.t
51204 ____________________________________________________________________________
51205 [  8855] By: jhi                                   on 2001/02/20  17:32:13
51206         Log: Integrate pureperl changes #8844,8845,8850 to maintperl.
51207              
51208              Fixed %^H scoping bug
51209              
51210              Removed GV <-> CV refcount loop
51211              
51212              Removed %ENV refcount loop
51213      Branch: maint-5.6/perl
51214           !> gv.c op.c perl.c pp.c scope.c
51215 ____________________________________________________________________________
51216 [  8854] By: jhi                                   on 2001/02/20  17:25:06
51217         Log: Subject: Addition to readme.win32 for Borland C++ compilers
51218              Date: Tue, 20 Feb 2001 02:15:25 +0300
51219              From: "Vadim Konovalov" <watman@inbox.ru>
51220              Message-ID: <011c01c09aca$93bbbec0$367b55c2@vad>
51221              
51222              Document Borland compiler misbehaviour.
51223      Branch: maint-5.6/perl
51224            ! README.win32
51225 ____________________________________________________________________________
51226 [  8853] By: jhi                                   on 2001/02/20  17:22:25
51227         Log: The assimilation of ebcdic.c didn't quite work at the first try,
51228              patches from Thomas Dorner.
51229      Branch: maint-5.6/perl
51230            ! handy.h util.c
51231 ____________________________________________________________________________
51232 [  8852] By: jhi                                   on 2001/02/20  17:20:15
51233         Log: Subject: [PATCH] More Mac OS patches for maint-5.6
51234              From: Chris Nandor <pudge@pobox.com>
51235              Date: Tue, 20 Feb 2001 08:32:45 -0500
51236              Message-Id: <p05010403b6b81ee8dca0@[10.0.1.177]>
51237      Branch: maint-5.6/perl
51238            ! makedef.pl mg.c
51239 ____________________________________________________________________________
51240 [  8851] By: jhi                                   on 2001/02/20  17:15:52
51241         Log: Filter::Util::Call update to 1.05, from Paul Marquess.
51242      Branch: perl
51243            ! ext/Filter/Util/Call/Call.pm t/lib/filter-util.pl
51244            ! t/lib/filter-util.t
51245 ____________________________________________________________________________
51246 [  8850] By: alanbur                               on 2001/02/20  17:12:40
51247         Log: Removed %ENV refcount loop.  Elements of %ENV are magical,
51248              and the magic pointer points back to the GV that contains the
51249              %ENV hash.  This creates a refcount loop that prevents members
51250              of %ENV from being freed correctly.  This change removes the
51251              refcount loop - the magic pointer was never used anyway, the
51252              only use of the magic was to check the type ('E') so that the
51253              appropriate environment manipulation code is called when %ENV
51254              is modified.
51255      Branch: maint-5.6/pureperl
51256            ! perl.c
51257 ____________________________________________________________________________
51258 [  8849] By: jhi                                   on 2001/02/20  17:12:20
51259         Log: Subject: [PATCH perl@8841] glob-basic.t, runenv.t fix-ups
51260              From: "Craig A. Berry" <craigberry@mac.com>
51261              Date: Mon, 19 Feb 2001 23:36:12 -0600
51262              Message-Id: <5.0.2.1.0.20010219230450.02762648@exchi01>
51263              
51264              Case-forgiving systems match TestInit.pm with TES*.
51265      Branch: perl
51266            ! t/lib/glob-basic.t
51267 ____________________________________________________________________________
51268 [  8848] By: jhi                                   on 2001/02/20  17:10:02
51269         Log: strict-w-proof the ?DBM_File, from Paul Marquess.
51270      Branch: perl
51271            ! ext/GDBM_File/GDBM_File.pm ext/NDBM_File/NDBM_File.pm
51272            ! ext/ODBM_File/ODBM_File.pm ext/SDBM_File/SDBM_File.pm
51273            ! t/lib/gdbm.t t/lib/ndbm.t t/lib/odbm.t t/lib/sdbm.t
51274 ____________________________________________________________________________
51275 [  8847] By: jhi                                   on 2001/02/20  15:34:41
51276         Log: The #8843 wasn't quite right: %Config needs to imported.
51277      Branch: perl
51278            ! t/run/runenv.t
51279 ____________________________________________________________________________
51280 [  8846] By: jhi                                   on 2001/02/20  15:31:50
51281         Log: Retract the #8838 and #8840 for now because of
51282              the DB_File tie problem.
51283      Branch: perl
51284            ! embed.h embed.pl global.sym lib/ExtUtils/xsubpp objXSUB.h
51285            ! perlapi.c pod/perlapi.pod pod/perlfunc.pod pod/perlguts.pod
51286            ! proto.h sv.c
51287 ____________________________________________________________________________
51288 [  8845] By: alanbur                               on 2001/02/20  14:25:41
51289         Log: Removed GV <-> CV refcount loop
51290              CvGV(mycv) points to the parent GV of the CV, and was previously
51291              refcounted.  The pointer remains, but the refcounting has been removed
51292              as it causes a refcount loop between the CV and GV that means the CV
51293              can't ever be deleted.
51294      Branch: maint-5.6/pureperl
51295            ! gv.c op.c pp.c
51296 ____________________________________________________________________________
51297 [  8844] By: alanbur                               on 2001/02/20  14:23:13
51298         Log: Fixed %^H scoping bug
51299      Branch: maint-5.6/pureperl
51300            ! scope.c
51301 ____________________________________________________________________________
51302 [  8843] By: jhi                                   on 2001/02/19  13:38:08
51303         Log: fork() not everywhere, cleanup temp files.
51304      Branch: perl
51305            ! t/run/runenv.t
51306 ____________________________________________________________________________
51307 [  8842] By: alanbur                               on 2001/02/19  12:42:07
51308         Log: Resynchronised with parent
51309      Branch: maint-5.6/pureperl
51310           !> pod/perlfaq4.pod sv.c utf8.c
51311 ____________________________________________________________________________
51312 [  8841] By: jhi                                   on 2001/02/19  03:35:51
51313         Log: Update Changes.
51314      Branch: perl
51315            ! Changes patchlevel.h
51316 ____________________________________________________________________________
51317 [  8840] By: jhi                                   on 2001/02/19  00:23:41
51318         Log: Subject: [patch] add sv_setref_uv
51319              From: Doug MacEachern <dougm@covalent.net>
51320              Date: Sun, 18 Feb 2001 14:49:33 -0800 (PST)
51321              Message-ID: <Pine.LNX.4.21.0102181448290.10021-100000@mako.covalent.net>
51322      Branch: perl
51323            ! embed.h embed.pl global.sym objXSUB.h perlapi.c
51324            ! pod/perlapi.pod pod/perlfunc.pod pod/perlguts.pod proto.h sv.c
51325 ____________________________________________________________________________
51326 [  8839] By: jhi                                   on 2001/02/19  00:01:38
51327         Log: Put to rest the 20010205.001, the email address checking (not) regex.
51328      Branch: perl
51329            ! pod/perlfaq9.pod
51330 ____________________________________________________________________________
51331 [  8838] By: jhi                                   on 2001/02/18  22:17:54
51332         Log: Subject: [patch] xsubpp: make sv_setref_* targetable
51333              From: Doug MacEachern <dougm@covalent.net>
51334              Date: Sun, 18 Feb 2001 12:58:23 -0800 (PST)
51335              Message-ID: <Pine.LNX.4.21.0102181256310.10021-100000@mako.covalent.net>
51336      Branch: perl
51337            ! lib/ExtUtils/xsubpp
51338 ____________________________________________________________________________
51339 [  8837] By: jhi                                   on 2001/02/18  22:16:50
51340         Log: Subject: [patch] -Wall cleanup round 2
51341              From: Doug MacEachern <dougm@covalent.net>
51342              Date: Sun, 18 Feb 2001 13:08:04 -0800 (PST)
51343              Message-ID: <Pine.LNX.4.21.0102181304520.10021-100000@mako.covalent.net>
51344      Branch: perl
51345            ! ext/B/B.xs ext/Data/Dumper/Dumper.xs ext/Devel/DProf/DProf.xs
51346            ! ext/Devel/Peek/Peek.xs ext/Fcntl/Fcntl.xs
51347            ! ext/File/Glob/Glob.xs ext/Filter/Util/Call/Call.xs
51348            ! ext/GDBM_File/GDBM_File.xs ext/IO/IO.xs ext/IPC/SysV/SysV.xs
51349            ! ext/Opcode/Opcode.xs ext/POSIX/POSIX.xs
51350            ! ext/SDBM_File/SDBM_File.xs
51351 ____________________________________________________________________________
51352 [  8836] By: jhi                                   on 2001/02/18  22:11:20
51353         Log: Misapplied regex optimizations when \C is present.
51354              Fixes 20001230.002.
51355              
51356              What still remains broken is that the submatches that
51357              have \C in them get their UTF8 flag on because their
51358              parent SV has it on.  This will result in malformed
51359              UTF8 if a \C happened to match a non-ASCII byte.
51360      Branch: perl
51361            ! regcomp.c regcomp.h regexec.c regexp.h t/op/pat.t
51362            ! t/pragma/utf8.t
51363 ____________________________________________________________________________
51364 [  8835] By: jhi                                   on 2001/02/18  20:12:02
51365         Log: Fix for "[ID 20010213.005] utf8 + localized hash elems + 64 bits?"
51366              
51367              The hash key got wrongly UTF8fied.
51368      Branch: perl
51369            ! pod/perlapi.pod toke.c utf8.c
51370 ____________________________________________________________________________
51371 [  8834] By: jhi                                   on 2001/02/18  19:44:25
51372         Log: Tweak on #8234 (Subject: Re: [PATCH] Warn on use of reference as array elem):
51373              don't warn on magical or overloaded things.
51374      Branch: perl
51375            ! pp_hot.c
51376 ____________________________________________________________________________
51377 [  8833] By: nick                                  on 2001/02/18  19:31:22
51378         Log: Integrate mainline
51379      Branch: perlio
51380           +> t/TestInit.pm t/run/runenv.t
51381            - t/UTEST
51382           !> MANIFEST Makefile.SH ext/Storable/ChangeLog
51383           !> ext/Storable/Storable.pm ext/Storable/Storable.xs
51384           !> lib/Test/Harness.pm perl.c pod/perlfaq4.pod sv.c t/TEST
51385           !> t/lib/charnames.t t/lib/glob-basic.t t/lib/st-06compat.t
51386           !> t/lib/st-overload.t t/lib/st-recurse.t t/lib/st-tiedhook.t
51387           !> t/op/chop.t t/op/eval.t t/op/regexp_noamp.t t/op/subst_wamp.t
51388           !> utf8.c
51389 ____________________________________________________________________________
51390 [  8832] By: jhi                                   on 2001/02/18  19:21:18
51391         Log: Integrate perlio.
51392      Branch: perl
51393           !> perlio.c pod/perldiag.pod
51394 ____________________________________________________________________________
51395 [  8831] By: jhi                                   on 2001/02/18  19:14:20
51396         Log: Integrate change #8827 from mainline.
51397              
51398              UTF8 tweaks.
51399      Branch: maint-5.6/perl
51400           !> sv.c utf8.c
51401 ____________________________________________________________________________
51402 [  8830] By: nick                                  on 2001/02/18  19:10:34
51403         Log: Apply the spirit of patch from Nick Clark:
51404              Subject: [PATCH] Re: extensions that provide layers
51405              From: Nicholas Clark <nick@ccl4.org>
51406              Date: Mon, 12 Feb 2001 16:43:51 +0000
51407              Message-Id: <20010212164350.Q3652@plum.flirble.org>
51408      Branch: perlio
51409            ! perlio.c pod/perldiag.pod
51410 ____________________________________________________________________________
51411 [  8829] By: jhi                                   on 2001/02/18  19:03:25
51412         Log: Subject: [PATCH t/TEST t/TestSetup.pm] Adding in TestSetup.pm to replace BEGIN  preamble on tests.
51413              From: schwern@pobox.com 
51414              Date: Sun, 18 Feb 2001 13:44:35 -0500
51415              Message-ID: <20010218134435.A17544@magnonel.guild.net>
51416              
51417              Applied, but as t/TestInit.pm.
51418      Branch: perl
51419            + t/TestInit.pm
51420            ! MANIFEST t/TEST t/op/eval.t t/op/regexp_noamp.t
51421            ! t/op/subst_wamp.t
51422 ____________________________________________________________________________
51423 [  8828] By: jhi                                   on 2001/02/18  18:43:52
51424         Log: Integrate perlio.
51425      Branch: perl
51426           !> perlio.c
51427 ____________________________________________________________________________
51428 [  8827] By: jhi                                   on 2001/02/18  18:41:33
51429         Log: UTF-8 tweaks.
51430      Branch: perl
51431            ! sv.c utf8.c
51432 ____________________________________________________________________________
51433 [  8826] By: nick                                  on 2001/02/18  17:40:59
51434         Log: Fix [ID 20010217.002]
51435              open FOO, "<:raw:perlio", ...
51436              :raw now inserts default base layer below itself.
51437              Also
51438              open FOO, "<:unix", ...
51439              works as well - but leaves buffer layer on stack under the unix layer.
51440      Branch: perlio
51441            ! perlio.c
51442 ____________________________________________________________________________
51443 [  8825] By: jhi                                   on 2001/02/18  17:15:39
51444         Log: Integrate perlio.
51445      Branch: perl
51446           !> perlio.c perliol.h
51447 ____________________________________________________________________________
51448 [  8824] By: jhi                                   on 2001/02/18  17:10:53
51449         Log: Subject: [PATCH t/TEST lib/Test/Harness.pm] Adding todo tests
51450              From: schwern@pobox.com
51451              Date: Sun, 18 Feb 2001 01:48:50 -0500
51452              Message-ID: <20010218014850.C19957@magnonel.guild.net>
51453      Branch: perl
51454            ! lib/Test/Harness.pm t/TEST t/op/chop.t
51455 ____________________________________________________________________________
51456 [  8823] By: jhi                                   on 2001/02/18  17:01:06
51457         Log: Add run/*.t to testables.
51458      Branch: perl
51459            ! t/TEST
51460 ____________________________________________________________________________
51461 [  8822] By: jhi                                   on 2001/02/18  16:58:58
51462         Log: Subject: [PATCH perl.c] Fixing PERL5OPT (was Re: Warnings, strict, and CPAN)
51463              From: schwern@pobox.com
51464              Date: Sun, 18 Feb 2001 01:11:35 -0500
51465              Message-ID: <20010218011135.A19957@magnonel.guild.net>
51466              
51467              Revive mjd's and Simon's PERL5OPT fix.
51468      Branch: perl
51469            + t/run/runenv.t
51470            ! MANIFEST perl.c
51471 ____________________________________________________________________________
51472 [  8821] By: jhi                                   on 2001/02/18  16:53:46
51473         Log: Subject: Re: Why t/TEST and not Test::Harness?
51474              From: schwern@pobox.com
51475              Date: Sat, 17 Feb 2001 22:44:44 -0500
51476              Message-ID: <20010217224444.A6679@magnonel.guild.net>
51477              
51478              Replace UTEST with TEST -utf8.
51479      Branch: perl
51480            - t/UTEST
51481            ! MANIFEST Makefile.SH t/TEST t/lib/charnames.t
51482            ! t/lib/glob-basic.t
51483 ____________________________________________________________________________
51484 [  8820] By: nick                                  on 2001/02/18  13:06:16
51485         Log: Clean up a few core dumps when layers are used in unexpected ways.
51486              (Still not "right"...)
51487      Branch: perlio
51488            ! perlio.c perliol.h
51489 ____________________________________________________________________________
51490 [  8819] By: jhi                                   on 2001/02/18  02:25:55
51491         Log: Integrate change #8818 from maintperl, a FAQ nit.
51492      Branch: perl
51493           !> pod/perlfaq4.pod
51494 ____________________________________________________________________________
51495 [  8818] By: jhi                                   on 2001/02/18  02:24:50
51496         Log: FAQ nit from Chris Fedde.
51497      Branch: maint-5.6/perl
51498            ! pod/perlfaq4.pod
51499 ____________________________________________________________________________
51500 [  8817] By: nick                                  on 2001/02/17  18:20:14
51501         Log: Integrate mainline
51502      Branch: perlio
51503           +> lib/unicode/UCD.html lib/unicode/Unicode.html
51504           +> lib/unicode/Unicode.txt lib/unicode/rename lib/unicode/version
51505           +> pod/perlclib.pod
51506            - ebcdic.c lib/unicode/UCD301.html lib/unicode/UCDFF301.html
51507            - lib/unicode/Unicode.301
51508           !> (integrate 324 files)
51509 ____________________________________________________________________________
51510 [  8816] By: jhi                                   on 2001/02/17  16:56:58
51511         Log: Upgrade to Storable 1.0.10, from Raphael Manfredi.
51512      Branch: perl
51513            ! ext/Storable/ChangeLog ext/Storable/Storable.pm
51514            ! ext/Storable/Storable.xs t/lib/st-06compat.t
51515            ! t/lib/st-overload.t t/lib/st-recurse.t t/lib/st-tiedhook.t
51516 ____________________________________________________________________________
51517 [  8815] By: jhi                                   on 2001/02/17  16:40:07
51518         Log: Subject: [patch] -Wall
51519              From: Doug MacEachern <dougm@covalent.net>
51520              Date: Fri, 16 Feb 2001 15:25:36 -0800 (PST)
51521              Message-ID: <Pine.LNX.4.21.0102161519500.30352-100000@mako.covalent.net>
51522      Branch: perl
51523            ! doio.c doop.c embed.h embed.pl gv.c objXSUB.h op.c perl.c
51524            ! perlapi.c pp_ctl.c pp_hot.c pp_sys.c proto.h sv.c toke.c
51525 ____________________________________________________________________________
51526 [  8814] By: jhi                                   on 2001/02/16  19:27:18
51527         Log: Document qu better.
51528      Branch: perl
51529            ! pod/perlop.pod
51530 ____________________________________________________________________________
51531 [  8813] By: jhi                                   on 2001/02/15  13:54:37
51532         Log: Subject: [PATCH @8807] toke.c cleanup: scan_str()
51533              From: Hugo <hv@crypt.compulink.co.uk>
51534              Date: Thu, 15 Feb 2001 13:39:49 +0000
51535              Message-Id: <200102151339.NAA32248@crypt.compulink.co.uk>
51536      Branch: perl
51537            ! toke.c
51538 ____________________________________________________________________________
51539 [  8812] By: alanbur                               on 2001/02/15  13:52:16
51540         Log: Resynchronised with parent
51541      Branch: maint-5.6/pureperl
51542            - ebcdic.c
51543           !> (integrate 36 files)
51544 ____________________________________________________________________________
51545 [  8811] By: jhi                                   on 2001/02/15  13:51:16
51546         Log: Integrate changes #8659,8702,8808,8809,8810 from maintperl.
51547              
51548              Subject: [PATCH 5.6.1-TRIAL? and 5.7.?] perldoc uses unescaped backslashes in filenames
51549              From: Jan Dubois <JanD@ActiveState.com>
51550              Date: Wed, 31 Jan 2001 21:17:03 -0800
51551              Message-ID: <8qrh7t069jt32m98sap53l9dfoge0vjrle@4ax.com>
51552              
51553              tweak change#8659 to keep it simple
51554              
51555              Subject: [PATCH 5.6.1-TRIAL2] perldoc.PL using install directories
51556              From: Russ Allbery <rra@stanford.edu>
51557              Date: 14 Feb 2001 10:15:41 -0800
51558              Message-ID: <ylzofpf7w2.fsf@windlord.stanford.edu>
51559              
51560              (8809 empty)
51561              
51562              Upgrade to podlators 1.08, from Russ Allbery.
51563      Branch: perl
51564           !> lib/Pod/Man.pm lib/Pod/Text.pm lib/Test/Harness.pm
51565           !> utils/perldoc.PL
51566 ____________________________________________________________________________
51567 [  8810] By: jhi                                   on 2001/02/15  13:35:08
51568         Log: Upgrade to podlators 1.08, from Russ Allbery.
51569      Branch: maint-5.6/perl
51570            ! lib/Pod/Man.pm lib/Pod/Text.pm
51571 ____________________________________________________________________________
51572 [  8809] By: jhi                                   on 2001/02/15  13:26:38
51573         Log: (accidentally empty check-in)
51574      Branch: maint-5.6/perl
51575            ! lib/Test/Harness.pm
51576 ____________________________________________________________________________
51577 [  8808] By: jhi                                   on 2001/02/15  13:23:47
51578         Log: Subject: [PATCH 5.6.1-TRIAL2] perldoc.PL using install directories
51579              From: Russ Allbery <rra@stanford.edu>
51580              Date: 14 Feb 2001 10:15:41 -0800
51581              Message-ID: <ylzofpf7w2.fsf@windlord.stanford.edu>
51582              
51583              perldoc was hardcoding $Config{installscript}, which breaks
51584              when install* isn't where Perl ends up (such as with AFS).
51585              
51586              Use $Config{scriptdir} instead.
51587      Branch: maint-5.6/perl
51588            ! utils/perldoc.PL
51589 ____________________________________________________________________________
51590 [  8807] By: jhi                                   on 2001/02/14  14:37:27
51591         Log: Update Changes.
51592      Branch: perl
51593            ! Changes patchlevel.h
51594 ____________________________________________________________________________
51595 [  8806] By: jhi                                   on 2001/02/14  14:25:31
51596         Log: Integrate changes #8803,8804,8805 from mainline.
51597              
51598              Duplicate environment for JPL so that JDK 1.2/1.3 don't get upset.
51599              
51600              Don't skip too much of the locale error message if no environ array,
51601              from Chris Nandor.
51602              
51603              More MacOS Classic fixes from Chris Nandor.
51604      Branch: maint-5.6/perl
51605           !> doop.c lib/Cwd.pm perl.c perl.h util.c
51606 ____________________________________________________________________________
51607 [  8805] By: jhi                                   on 2001/02/14  03:29:01
51608         Log: More MacOS Classic fixes from Chris Nandor.
51609      Branch: perl
51610            ! doop.c lib/Cwd.pm
51611 ____________________________________________________________________________
51612 [  8804] By: jhi                                   on 2001/02/14  03:18:35
51613         Log: Don't skip too much of the locale error message if no environ array,
51614              from Chris Nandor.
51615      Branch: perl
51616            ! util.c
51617 ____________________________________________________________________________
51618 [  8803] By: jhi                                   on 2001/02/14  03:14:14
51619         Log: Duplicate environment for JPL so that JDK 1.2/1.3 don't get upset.
51620      Branch: perl
51621            ! perl.c perl.h
51622 ____________________________________________________________________________
51623 [  8802] By: jhi                                   on 2001/02/13  18:31:33
51624         Log: AUTHORS update.
51625      Branch: perl
51626            ! AUTHORS
51627 ____________________________________________________________________________
51628 [  8801] By: jhi                                   on 2001/02/13  17:55:19
51629         Log: Integrate change #8792 from mainline.
51630              
51631              Subject: buncha MacPerl patches for bleadperl
51632              From: Chris Nandor <pudge@pobox.com>
51633              Date: Tue, 13 Feb 2001 00:02:43 -0500
51634              Message-Id: <p05010404b6ae6f85e07a@[10.0.1.177]>
51635      Branch: maint-5.6/perl
51636           !> lib/AutoLoader.pm lib/AutoSplit.pm lib/ExtUtils/MakeMaker.pm
51637           !> lib/File/Basename.pm makedef.pl perl.c pp_ctl.c
51638           !> t/lib/basename.t toke.c util.h
51639 ____________________________________________________________________________
51640 [  8800] By: jhi                                   on 2001/02/13  17:46:43
51641         Log: When doing that Fpos_t used in PerlIO_getpos proto needs
51642              to be forced to Off_t.
51643              
51644              Subject: [ID 20010201.009] 5.6.1-TRIAL2 sfio build fails
51645              From: nick@ccl4.org
51646              Date: Thu, 1 Feb 2001 12:01:04 +0000
51647              Message-Id: <20010201120103.E11401@plum.flirble.org>
51648      Branch: maint-5.6/perl
51649            ! iperlsys.h perlio.c
51650 ____________________________________________________________________________
51651 [  8799] By: jhi                                   on 2001/02/13  16:52:51
51652         Log: Duplex duplex hunk hunk.
51653      Branch: maint-5.6/perl
51654            ! Makefile.SH
51655 ____________________________________________________________________________
51656 [  8797] By: jhi                                   on 2001/02/13  14:52:04
51657         Log: Subject: [PATCH perl@8773] integral ok lines for VMS
51658              From: "Craig A. Berry" <craigberry@mac.com>
51659              Date: Mon, 12 Feb 2001 11:05:25 -0600
51660              Message-Id: <p04330104b6ac5dfe6d45@[172.16.52.1]>
51661      Branch: perl
51662            ! t/lib/filehand.t t/lib/test-harness.t t/lib/texttabs.t
51663 ____________________________________________________________________________
51664 [  8796] By: jhi                                   on 2001/02/13  14:36:47
51665         Log: Subject: [ID 20010210.002] perldiag doesn't include the "Scalars leaked" message
51666              From: simon.cozens@pembroke.oxford.ac.uk 
51667              Date: Sat, 10 Feb 2001 17:57:02 +0000
51668              Message-Id: <E14ReGc-0005Pk-00@pembro26.pmb.ox.ac.uk>
51669              
51670              Now it does include.
51671      Branch: perl
51672            ! pod/perldiag.pod
51673 ____________________________________________________________________________
51674 [  8795] By: jhi                                   on 2001/02/13  14:30:11
51675         Log: Sort the MANIFEST.
51676      Branch: perl
51677            ! MANIFEST
51678 ____________________________________________________________________________
51679 [  8794] By: jhi                                   on 2001/02/13  14:26:51
51680         Log: Integrate change #8793 from mainline, FAQ updates.
51681      Branch: maint-5.6/perl
51682           !> pod/perlfaq5.pod pod/perlfaq6.pod pod/perlfaq9.pod
51683 ____________________________________________________________________________
51684 [  8793] By: jhi                                   on 2001/02/13  14:25:13
51685         Log: FAQ updates from Chris Fedde <chris@fedde.littleton.co.us>.
51686      Branch: perl
51687            ! pod/perlfaq5.pod pod/perlfaq6.pod pod/perlfaq9.pod
51688 ____________________________________________________________________________
51689 [  8792] By: jhi                                   on 2001/02/13  14:22:50
51690         Log: Subject: buncha MacPerl patches for bleadperl
51691              From: Chris Nandor <pudge@pobox.com>
51692              Date: Tue, 13 Feb 2001 00:02:43 -0500
51693              Message-Id: <p05010404b6ae6f85e07a@[10.0.1.177]>
51694      Branch: perl
51695            ! lib/AutoLoader.pm lib/AutoSplit.pm lib/ExtUtils/MakeMaker.pm
51696            ! lib/File/Basename.pm makedef.pl perl.c pp_ctl.c
51697            ! t/lib/basename.t toke.c util.h
51698 ____________________________________________________________________________
51699 [  8791] By: jhi                                   on 2001/02/13  14:10:39
51700         Log: Integrate change #8790 from mainline.
51701              
51702              environ array wrongly assumed in Perl_init_i18nl10n(),
51703      Branch: maint-5.6/perl
51704           !> util.c
51705 ____________________________________________________________________________
51706 [  8790] By: jhi                                   on 2001/02/13  14:06:15
51707         Log: environ array wrongly assumed in Perl_init_i18nl10n(),
51708              noticed by Chris Nandor in MacOS Classic.
51709      Branch: perl
51710            ! util.c
51711 ____________________________________________________________________________
51712 [  8789] By: jhi                                   on 2001/02/13  13:58:07
51713         Log: Integrate changes #8373,8487,8544,8783 from mainline.
51714              
51715              Synchronize the EBCDIC platforms (os390,posix-bc,vmesa):
51716              hints files, the dynaloading, assimilate ebcdic into util.c.
51717      Branch: maint-5.6/perl
51718            - ebcdic.c
51719            ! MANIFEST hints/posix-bc.sh
51720           !> Makefile.SH embed.h embed.pl ext/DynaLoader/dl_dllload.xs
51721           !> handy.h hints/os390.sh hints/vmesa.sh installperl objXSUB.h
51722           !> perlapi.c proto.h util.c
51723 ____________________________________________________________________________
51724 [  8788] By: alanbur                               on 2001/02/13  10:33:13
51725         Log: Integrated changes from maint-5.6
51726      Branch: maint-5.6/pureperl
51727           !> Makefile.SH README.vos hints/openbsd.sh pod/perlport.pod
51728           !> regcomp.c t/op/re_tests vos/Changes vos/build.cm
51729           !> vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
51730           !> vos/config.ga.h vos/configure_perl.cm
51731 ____________________________________________________________________________
51732 [  8787] By: jhi                                   on 2001/02/13  05:56:36
51733         Log: Integrate change #8786 from maintperl, posix-bc byacc handling.
51734      Branch: perl
51735           !> Makefile.SH
51736 ____________________________________________________________________________
51737 [  8786] By: jhi                                   on 2001/02/13  05:54:34
51738         Log: Subject: perl@8671 on posix-bc aka BS2000 Posix (small Patch included!)
51739              From: Dorner Thomas <Thomas.Dorner@start.de>
51740              Date: Mon, 12 Feb 2001 15:06:26 +0100
51741              Message-ID: <6727B1DACFCDD311A757009027CA8D69010A8853@Ex02.inhouse.start.de>
51742      Branch: maint-5.6/perl
51743            ! Makefile.SH
51744 ____________________________________________________________________________
51745 [  8785] By: jhi                                   on 2001/02/13  05:29:04
51746         Log: Integrate change #8781 from maintperl, OpenBSD hints update.
51747      Branch: perl
51748           !> hints/openbsd.sh
51749 ____________________________________________________________________________
51750 [  8784] By: jhi                                   on 2001/02/13  02:25:24
51751         Log: Subject: [PATCH: perl@8773] small fixups to perlclib.pod
51752              From: Peter Prymmer <pvhp@forte.com>
51753              Date: Mon, 12 Feb 2001 18:23:09 -0800 (PST)
51754              Message-ID: <Pine.OSF.4.10.10102121821090.126445-100000@aspara.forte.com>
51755      Branch: perl
51756            ! pod/perlclib.pod
51757 ____________________________________________________________________________
51758 [  8783] By: jhi                                   on 2001/02/13  02:22:36
51759         Log: Merge ebcdic.c (only one function, ebcdic_control()) into util.c.
51760      Branch: perl
51761            - ebcdic.c
51762            ! MANIFEST embed.h embed.pl handy.h hints/os390.sh
51763            ! hints/posix-bc.sh hints/vmesa.sh objXSUB.h perlapi.c proto.h
51764            ! util.c
51765 ____________________________________________________________________________
51766 [  8782] By: jhi                                   on 2001/02/13  02:00:07
51767         Log: Add OpenBSD to the list of 5.6.1-okay platforms.
51768      Branch: maint-5.6/perl
51769            ! pod/perlport.pod
51770 ____________________________________________________________________________
51771 [  8781] By: jhi                                   on 2001/02/13  01:58:44
51772         Log: OpenBSD hints update for 5.6.1-TRIAL2 from Todd C. Miller.
51773      Branch: maint-5.6/perl
51774            ! hints/openbsd.sh
51775 ____________________________________________________________________________
51776 [  8780] By: jhi                                   on 2001/02/13  01:57:33
51777         Log: Synchronize the regexp tests between maintperl and mainline.
51778      Branch: maint-5.6/perl
51779           !> t/op/re_tests
51780 ____________________________________________________________________________
51781 [  8779] By: jhi                                   on 2001/02/13  01:49:35
51782         Log: Subject: Re: [ID 20010212.006] Core dump with /((?:hard|soft)cover)?/ 
51783              From: Hugo <hv@crypt.compulink.co.uk>
51784              Date: Tue, 13 Feb 2001 00:11:11 +0000
51785              Message-Id: <200102130011.AAA14310@crypt.compulink.co.uk>
51786      Branch: perl
51787            ! regcomp.c t/op/re_tests
51788 ____________________________________________________________________________
51789 [  8778] By: jhi                                   on 2001/02/13  00:23:10
51790         Log: Comments do not nest.
51791      Branch: perl
51792            ! perl.h
51793 ____________________________________________________________________________
51794 [  8777] By: jhi                                   on 2001/02/13  00:17:54
51795         Log: Subject: Re: [ID 20010212.006] Core dump with /((?:hard|soft)cover)?/ 
51796              From: Hugo <hv@crypt.compulink.co.uk>
51797              Date: Tue, 13 Feb 2001 00:11:11 +0000
51798              Message-Id: <200102130011.AAA14310@crypt.compulink.co.uk>
51799      Branch: maint-5.6/perl
51800            ! regcomp.c t/op/re_tests
51801 ____________________________________________________________________________
51802 [  8776] By: jhi                                   on 2001/02/12  23:25:52
51803         Log: Add VOS to the list of 5.6.1 known-to-be-working platforms.
51804      Branch: maint-5.6/perl
51805            ! pod/perlport.pod
51806 ____________________________________________________________________________
51807 [  8775] By: jhi                                   on 2001/02/12  23:04:28
51808         Log: VOS updates for 5.6-TRIAL2 from Paul Green.
51809      Branch: maint-5.6/perl
51810            ! README.vos vos/Changes vos/build.cm vos/config.alpha.def
51811            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
51812            ! vos/configure_perl.cm
51813 ____________________________________________________________________________
51814 [  8774] By: jhi                                   on 2001/02/12  22:59:11
51815         Log: Subject: Re: [patch] context for 'U' magic functions
51816              From: Doug MacEachern <dougm@covalent.net>
51817              Date: Mon, 12 Feb 2001 09:22:45 -0800 (PST)
51818              Message-ID: <Pine.LNX.4.21.0102120919040.26437-100000@mako.covalent.net>
51819              
51820              plus the suggestion by Nick Ing-Simmons to name the macro
51821              as PERL_MG_UFUNC to avoid namespace pollution, plus add
51822              the advice by Doug for XS writers to perl.h
51823      Branch: perl
51824            ! mg.c perl.h
51825 ____________________________________________________________________________
51826 [  8773] By: jhi                                   on 2001/02/11  20:14:12
51827         Log: Update Changes.
51828      Branch: perl
51829            ! Changes patchlevel.h
51830 ____________________________________________________________________________
51831 [  8772] By: jhi                                   on 2001/02/11  18:47:52
51832         Log: Subject: Re: [PATCH] pod/perlclib.pod - Replacements for C library functions
51833              From: Simon Cozens <simon@cozens.net>
51834              Date: Wed, 31 Jan 2001 16:31:43 +0000
51835              Message-ID: <20010131163143.A1427@pembro26.pmb.ox.ac.uk>
51836      Branch: perl
51837            + pod/perlclib.pod
51838            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perlguts.pod
51839            ! pod/perltoc.pod
51840 ____________________________________________________________________________
51841 [  8771] By: jhi                                   on 2001/02/11  18:36:48
51842         Log: Upgrade to Unicode 3.1 beta 2001-02-11.
51843              
51844              Blocks-4d3.beta.txt
51845              CaseFolding-3d4.beta.txt
51846              CompositionExclusions-3d6.beta.txt
51847              EastAsianWidth-4d4.beta.txt
51848              LineBreak-6d3.beta.txt
51849              NamesList-3.1.0d1.beta.txt
51850              PropList-3.1.0d4.beta.txt
51851              SpecialCasing-4d1.beta.txt
51852              UnicodeData-3.1.0d6.beta.txt
51853      Branch: perl
51854            + lib/unicode/Unicode.txt lib/unicode/rename lib/unicode/version
51855           +> lib/unicode/UCD.html lib/unicode/Unicode.html
51856            - lib/unicode/UCD301.html lib/unicode/UCDFF301.html
51857            - lib/unicode/Unicode.301
51858            ! (edit 257 files)
51859 ____________________________________________________________________________
51860 [  8770] By: jhi                                   on 2001/02/11  17:26:22
51861         Log: UTF-8 documentation.
51862      Branch: perl
51863            ! utf8.h
51864 ____________________________________________________________________________
51865 [  8769] By: jhi                                   on 2001/02/11  17:12:49
51866         Log: Retract #8762.
51867      Branch: perl
51868            ! regexec.c
51869 ____________________________________________________________________________
51870 [  8768] By: jhi                                   on 2001/02/11  16:54:45
51871         Log: Subject: [PATCH] Test::Harness
51872              From: andreas.koenig@anima.de (Andreas J. Koenig)
51873              Date: 11 Feb 2001 14:37:00 +0100
51874              Message-ID: <m3g0hll4sj.fsf@ak-71.mind.de>
51875      Branch: perl
51876            ! lib/Test/Harness.pm
51877 ____________________________________________________________________________
51878 [  8767] By: jhi                                   on 2001/02/11  16:53:52
51879         Log: Subject: [PATCH] Document makepatch in Porting/patching
51880              From: andreas.koenig@anima.de (Andreas J. Koenig)
51881              Date: 11 Feb 2001 16:46:28 +0100
51882              Message-ID: <m3bss9kysr.fsf@ak-71.mind.de>
51883      Branch: perl
51884            ! Porting/patching.pod
51885 ____________________________________________________________________________
51886 [  8766] By: jhi                                   on 2001/02/11  06:30:23
51887         Log: Subject: Re: [patch] GvSHARED
51888              Date: Sat, 10 Feb 2001 14:04:40 -0800 (PST)
51889              From: Doug MacEachern <dougm@covalent.net>
51890              Message-ID: <Pine.LNX.4.21.0102101356000.15298-100000@mako.covalent.net>
51891              
51892              Subject: Re: [patch] GvSHARED
51893              From: Doug MacEachern <dougm@covalent.net>
51894              Date: Sat, 10 Feb 2001 15:00:54 -0800 (PST)
51895              Message-ID: <Pine.LNX.4.21.0102101453220.15298-100000@mako.covalent.net>
51896              
51897              Subject: [patch] attributes.pm support for `shared'
51898              From: Doug MacEachern <dougm@covalent.net>
51899              Date: Sat, 10 Feb 2001 20:08:48 -0800 (PST)
51900              Message-ID: <Pine.LNX.4.21.0102102004190.15298-100000@mako.covalent.net>
51901              
51902              our() attributes were ignored, our :shared pieces missing,
51903              allow attributes.pm to turn on shared.
51904      Branch: perl
51905            ! op.c t/op/attrs.t toke.c xsutils.c
51906 ____________________________________________________________________________
51907 [  8765] By: alanbur                               on 2001/02/10  23:11:19
51908         Log: Resync with parent (hopefully sucessfully this time)
51909      Branch: maint-5.6/pureperl
51910           !> MANIFEST README.bs2000 README.hpux README.vmesa installhtml
51911           !> lib/Math/Complex.pm lib/Pod/Find.pm pod/buildtoc.PL
51912           !> pod/perl.pod pod/perlapi.pod pod/perlboot.pod pod/perlcall.pod
51913           !> pod/perlfaq2.pod pod/perlfaq3.pod pod/perlfaq9.pod
51914           !> pod/perlmodlib.PL pod/perlobj.pod pod/perlport.pod
51915           !> pod/perlre.pod pod/perltoc.pod pod/perltoot.pod
51916           !> pod/perltootc.pod win32/Makefile win32/makefile.mk
51917 ____________________________________________________________________________
51918 [  8764] By: jhi                                   on 2001/02/10  22:54:38
51919         Log: Make TEST and UTEST more verbose in case something goes
51920              wrong in running/compiling a script, suggested by Doug
51921              MacEachern.
51922      Branch: perl
51923            ! t/TEST t/UTEST
51924 ____________________________________________________________________________
51925 [  8763] By: jhi                                   on 2001/02/10  22:11:34
51926         Log: Bogus shebang.
51927      Branch: perl
51928            ! t/lib/texttabs.t
51929 ____________________________________________________________________________
51930 [  8762] By: jhi                                   on 2001/02/10  21:56:02
51931         Log: (Retracted by #8769)
51932      Branch: perl
51933            ! regexec.c
51934 ____________________________________________________________________________
51935 [  8761] By: jhi                                   on 2001/02/10  21:26:15
51936         Log: Subject: Re: [patch] GvSHARED 
51937              From: Doug MacEachern <dougm@covalent.net>
51938              Date: Sat, 10 Feb 2001 13:11:14 -0800 (PST)
51939              Message-ID: <Pine.LNX.4.21.0102101253070.15298-100000@mako.covalent.net>
51940              
51941              our @EXPORT : shared = (...);
51942      Branch: perl
51943            ! toke.c
51944 ____________________________________________________________________________
51945 [  8760] By: jhi                                   on 2001/02/10  21:25:07
51946         Log: Subject: [patch] GvSHARED
51947              From: Doug MacEachern <dougm@covalent.net>
51948              Date: Sat, 10 Feb 2001 10:57:12 -0800 (PST)
51949              Message-ID: <Pine.LNX.4.21.0102101047320.15298-100000@mako.covalent.net>
51950      Branch: perl
51951            ! embed.h embed.pl gv.c gv.h op.c pp_sys.c proto.h sv.c
51952 ____________________________________________________________________________
51953 [  8759] By: alanbur                               on 2001/02/10  21:24:27
51954         Log: Backed out mismerge.
51955      Branch: maint-5.6/pureperl
51956            ! MANIFEST README.hpux README.vmesa gv.c installhtml
51957            ! lib/Math/Complex.pm lib/Pod/Find.pm perl.c pod/buildtoc.PL
51958            ! pod/perl.pod pod/perlapi.pod pod/perlboot.pod pod/perlcall.pod
51959            ! pod/perlfaq2.pod pod/perlfaq3.pod pod/perlfaq9.pod
51960            ! pod/perlmodlib.PL pod/perlobj.pod pod/perlport.pod
51961            ! pod/perlre.pod pod/perltoc.pod pod/perltoot.pod
51962            ! pod/perltootc.pod sv.c win32/Makefile win32/makefile.mk
51963 ____________________________________________________________________________
51964 [  8758] By: jhi                                   on 2001/02/10  18:01:17
51965         Log: Integrate changes #8701,8704,8756 from pureperl to maintperl.
51966              
51967              Fixed UMRs and leak in Perl_pmtrans()
51968              
51969              Several leaks an UMRs fixed, mainly in the area of Perl_pmtrans and
51970              associated UTFied tr/// code.  Also fixed scoping leak of
51971              PL_reg_start_tmp.
51972              
51973              newATTRSUB leaks when an attempt to redefine the active sort sub is
51974              made.
51975      Branch: maint-5.6/perl
51976           !> op.c regcomp.c
51977 ____________________________________________________________________________
51978 [  8757] By: alanbur                               on 2001/02/10  17:56:46
51979         Log: Resynchronised with parent
51980      Branch: maint-5.6/pureperl
51981           +> README.bs2000
51982            - README.posix-bc
51983            ! gv.c perl.c sv.c
51984           !> MANIFEST README.hpux README.vmesa installhtml
51985           !> lib/Math/Complex.pm lib/Pod/Find.pm pod/buildtoc.PL
51986           !> pod/perl.pod pod/perlapi.pod pod/perlboot.pod pod/perlcall.pod
51987           !> pod/perlfaq2.pod pod/perlfaq3.pod pod/perlfaq9.pod
51988           !> pod/perlmodlib.PL pod/perlobj.pod pod/perlport.pod
51989           !> pod/perlre.pod pod/perltoc.pod pod/perltoot.pod
51990           !> pod/perltootc.pod win32/Makefile win32/makefile.mk
51991 ____________________________________________________________________________
51992 [  8756] By: alanbur                               on 2001/02/10  17:51:15
51993         Log: newATTRSUB leaks when an attempt to redefine the active sort sub is
51994              made.
51995      Branch: maint-5.6/pureperl
51996            ! op.c
51997 ____________________________________________________________________________
51998 [  8755] By: jhi                                   on 2001/02/09  22:41:35
51999         Log: Upgrade to CPAN 1.59_54, from Andreas König.
52000      Branch: perl
52001            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
52002 ____________________________________________________________________________
52003 [  8754] By: jhi                                   on 2001/02/09  22:29:20
52004         Log: Upgrade to Text-Tabs+Wrap-2001.0131 from David Muir Sharnoff.
52005              
52006              Didn't upgrade the fill.t since it has a dependency to File::Slurp
52007              purely for debugging purposes, the actual test hasn't changed.
52008      Branch: perl
52009            ! lib/Text/Tabs.pm lib/Text/Wrap.pm t/lib/texttabs.t
52010            ! t/lib/textwrap.t
52011 ____________________________________________________________________________
52012 [  8753] By: jhi                                   on 2001/02/09  20:17:50
52013         Log: Integrate change #8682 from maintperl.
52014              
52015              IRIX hints fix from Scott Henry, get Configure -Dcc="cc -64 -mips3"
52016              to work correctly.
52017      Branch: perl
52018           !> hints/irix_6.sh
52019 ____________________________________________________________________________
52020 [  8752] By: jhi                                   on 2001/02/09  20:00:46
52021         Log: Update Changes.
52022      Branch: perl
52023            ! Changes patchlevel.h
52024 ____________________________________________________________________________
52025 [  8751] By: nick                                  on 2001/02/09  19:48:37
52026         Log: Integrate mainline
52027      Branch: perlio
52028           +> README.bs2000 t/lib/cgi-esc.t
52029            - README.posix-bc
52030           !> (integrate 53 files)
52031 ____________________________________________________________________________
52032 [  8750] By: nick                                  on 2001/02/09  19:25:16
52033         Log: Subject: RE: Biannual Competition to Improve Hashing Function
52034              From: Fisher Mark <fisherm@tce.com>
52035              Date: Thu, 8 Feb 2001 10:44:00 -0500
52036              Message-Id: <A5E22933E3D5D4118FFE00508BF373C706A52F@indyexch28.indy.tce.
52037              Date: Thu, 8 Feb 2001 15:02:47 -0500
52038              Message-Id: <A5E22933E3D5D4118FFE00508BF373C706A52B@indyexch28.indy.tce.
52039      Branch: perl
52040            ! hv.h pod/perldelta.pod t/lib/dumper.t t/pragma/warn/perl
52041 ____________________________________________________________________________
52042 [  8749] By: jhi                                   on 2001/02/09  19:02:35
52043         Log: Forgotten fragment.
52044      Branch: perl
52045            ! pod/perlapi.pod
52046 ____________________________________________________________________________
52047 [  8748] By: jhi                                   on 2001/02/09  18:31:34
52048         Log: Integrate changes #8673,8674,8676 from maintperl into mainline,
52049              plus manual tweakage.
52050              
52051              Sync the perlfaq2 between mainline and maintperl.
52052      Branch: maint-5.6/perl
52053            ! pod/perlfaq2.pod
52054      Branch: perl
52055           !> pod/perlfaq2.pod
52056 ____________________________________________________________________________
52057 [  8747] By: jhi                                   on 2001/02/09  18:12:04
52058         Log: Subject: versiononly and installperl
52059              From: abigail@foad.org
52060              Date: Wed, 7 Feb 2001 22:43:12 +0100
52061              Message-ID: <20010207214312.7045.qmail@foad.org>    
52062              
52063              Add +v flag to force a normal install of the perl binary
52064              and the utilities.
52065              
52066              Subject: [PATCH] installperl
52067              From: Nicholas Clark <nick@ccl4.org>
52068              Date: Fri, 9 Feb 2001 16:28:57 +0000
52069              Message-ID: <20010209162857.B10931@plum.flirble.org>
52070              
52071              Add -A flag which also hardlinks the binary with
52072              the full architecture name.
52073      Branch: perl
52074            ! installperl
52075 ____________________________________________________________________________
52076 [  8746] By: jhi                                   on 2001/02/09  18:03:43
52077         Log: Integrate changes #8699,8708,8709,8744,8745 from mainline.
52078              
52079              Subject: perlfaq2, re: perlmongers
52080              
52081              Subject: Re: [PATCH pod/[bt]ootc?.pod] Adding mention of useful CPAN modules
52082              
52083              Subject: [PATCH pod/perlmodlib.PL 5.6.1-TRIAL2] Up to date CPAN mirror list
52084              
52085              Subject: [ID 20010205.001] typo in perlfaq9
52086              
52087              Subject: [ID 20010208.002] unordered explanation in perlcall
52088      Branch: maint-5.6/perl
52089           !> pod/perlapi.pod pod/perlboot.pod pod/perlcall.pod
52090           !> pod/perlfaq2.pod pod/perlfaq9.pod pod/perlmodlib.PL
52091           !> pod/perlobj.pod pod/perltoot.pod pod/perltootc.pod
52092 ____________________________________________________________________________
52093 [  8745] By: jhi                                   on 2001/02/09  17:59:09
52094         Log: Subject: [ID 20010208.002] unordered explanation in perlcall
52095              From: abela@geneanet.org
52096              Date: Thu,  8 Feb 2001 16:11:46 +0100 (CET)
52097              Message-Id: <20010208151146.0937BC97E@little-roots.geneanet.org>
52098      Branch: perl
52099            ! pod/perlcall.pod
52100 ____________________________________________________________________________
52101 [  8744] By: jhi                                   on 2001/02/09  17:48:16
52102         Log: Subject: [ID 20010205.001] typo in perlfaq9
52103              From: eserte@vran.herceg.de
52104              Date: Sun, 4 Feb 2001 23:44:09 +0100 (CET)
52105              Message-Id: <200102042244.XAA21926@vran.herceg.de>
52106      Branch: perl
52107            ! pod/perlfaq9.pod
52108 ____________________________________________________________________________
52109 [  8743] By: jhi                                   on 2001/02/09  17:25:12
52110         Log: Integrate change #8695 from maintperl.
52111              
52112              thread.h tweak to enable 5005threads on HP-UX 10.20 with DCE threads
52113      Branch: perl
52114           !> thread.h
52115 ____________________________________________________________________________
52116 [  8742] By: jhi                                   on 2001/02/09  17:21:22
52117         Log: Subject: Re: [PATCH embed.pl] Forgot to add ./lib to @INC for File::Glob
52118              From: Andy Dougherty <doughera@lafayette.edu>
52119              Date: Mon, 5 Feb 2001 10:19:29 -0500 (EST)
52120              Message-ID: <Pine.SOL.4.10.10102051013380.11242-100000@maxwell.phys.lafayette.edu>
52121      Branch: perl
52122            ! embed.pl
52123 ____________________________________________________________________________
52124 [  8741] By: jhi                                   on 2001/02/09  17:05:19
52125         Log: Integrate changes #8738,8739,8740 from maintperl.
52126              
52127              Html files will be installed in a more logical and easier to
52128              find directory. E.g. c:\perl\html instead of c:\perl\lib\pod\html
52129              
52130              Html files will be generated with a header to make them look
52131              a little less bare.
52132              
52133              Subject: [PATCH perl-current] perlfaq3.pod, URL for vile
52134      Branch: perl
52135           !> installhtml pod/perlfaq3.pod win32/Makefile win32/makefile.mk
52136 ____________________________________________________________________________
52137 [  8740] By: jhi                                   on 2001/02/09  17:03:46
52138         Log: Subject: [PATCH perl-current] perlfaq3.pod, URL for vile
52139              From: "Brendan O'Dea" <bod@compusol.com.au>
52140              Date: Sun, 4 Feb 2001 11:17:56 +1100
52141              Message-ID: <20010204111756.A16301@compusol.com.au>
52142      Branch: maint-5.6/perl
52143            ! pod/perlfaq3.pod
52144 ____________________________________________________________________________
52145 [  8739] By: jhi                                   on 2001/02/09  17:01:59
52146         Log: Subject: [PATCH: perl-5.6.1-TRIAL2] installhtml change to build prettier html files
52147              From: "Indy Singh" <indy@nusphere.com>
52148              Date: Fri, 2 Feb 2001 15:09:59 -0500
52149              Message-ID: <02b601c08d54$23fd3560$d24b7018@cr637287a>
52150              
52151              Html files will be generated with a header to make them look
52152              a little less bare.
52153      Branch: maint-5.6/perl
52154            ! installhtml
52155 ____________________________________________________________________________
52156 [  8738] By: jhi                                   on 2001/02/09  16:58:48
52157         Log: Subject: [PATCH: perl-5.6.1-TRIAL2] Win32 Makefile change to move html directory
52158              From: "Indy Singh" <indy@nusphere.com>
52159              Date: Fri, 2 Feb 2001 15:08:23 -0500
52160              Message-ID: <02b501c08d53$ec354550$d24b7018@cr637287a>
52161              
52162              Html files will be installed in a more logical and easier to
52163              find directory. E.g. c:\perl\html instead of c:\perl\lib\pod\html
52164      Branch: maint-5.6/perl
52165            ! win32/Makefile win32/makefile.mk
52166 ____________________________________________________________________________
52167 [  8737] By: jhi                                   on 2001/02/09  16:46:54
52168         Log: Integrate changes #8687,8736 from maintperl.
52169              
52170              HP-UX thread patches from Merijn H. Brand.
52171              
52172              Latin nit from Philip Newton.
52173      Branch: perl
52174           !> README.hpux hints/hpux.sh
52175 ____________________________________________________________________________
52176 [  8736] By: jhi                                   on 2001/02/09  16:42:31
52177         Log: Latin nit from Philip Newton.
52178      Branch: maint-5.6/perl
52179            ! README.hpux
52180 ____________________________________________________________________________
52181 [  8735] By: jhi                                   on 2001/02/09  16:24:03
52182         Log: Integrate changes #8704,8710 from pureperl.
52183              
52184              Fixed UMRs and leak in Perl_pmtrans()
52185              
52186              Several leaks an UMRs fixed, mainly in the area of Perl_pmtrans and
52187              associated UTFied tr/// code.  Also fixed scoping leak of
52188              PL_reg_start_tmp.
52189      Branch: perl
52190           !> op.c regcomp.c
52191 ____________________________________________________________________________
52192 [  8734] By: jhi                                   on 2001/02/09  15:40:21
52193         Log: Integrate change #8733 from maintperl.
52194              
52195              Subject: Re: [PATCH: 5.6.1 trial 2 && perl@8671] some coded char set issues in perlre.pod
52196      Branch: perl
52197           !> pod/perlre.pod
52198 ____________________________________________________________________________
52199 [  8733] By: jhi                                   on 2001/02/09  15:35:47
52200         Log: Subject: Re: [PATCH: 5.6.1 trial 2 && perl@8671] some coded char set issues in perlre.pod
52201              From: Prymmer/Kahn <pvhp@best.com>
52202              Date: Thu, 8 Feb 2001 21:21:22 -0800 (PST)
52203              Message-ID: <Pine.BSF.4.21.0102082048360.1499-100000@shell8.ba.best.com>
52204      Branch: maint-5.6/perl
52205            ! pod/perlre.pod
52206 ____________________________________________________________________________
52207 [  8732] By: jhi                                   on 2001/02/09  15:26:17
52208         Log: Rename README.posix-bc to README.bs2000 (to avoid the
52209              confusion of a "perlposix-bc.pod"), add a few missing
52210              arch pods, regen toc.
52211      Branch: maint-5.6/perl
52212           +> README.bs2000
52213            - README.posix-bc
52214            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perlport.pod
52215            ! pod/perltoc.pod win32/Makefile win32/makefile.mk
52216 ____________________________________________________________________________
52217 [  8731] By: jhi                                   on 2001/02/09  15:23:39
52218         Log: De-cut-and-pasto.
52219      Branch: perl
52220            ! pod/perl.pod
52221 ____________________________________________________________________________
52222 [  8730] By: jhi                                   on 2001/02/09  15:11:13
52223         Log: Rename README.posix-bc to README.bs2000 to avoid confusion
52224              when people think that perlposix-bc.pod tells anything about
52225              Perl and POSIX.  Regen toc.
52226      Branch: perl
52227           +> README.bs2000
52228            - README.posix-bc
52229            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perlport.pod
52230            ! pod/perltoc.pod win32/Makefile win32/makefile.mk
52231 ____________________________________________________________________________
52232 [  8729] By: jhi                                   on 2001/02/09  14:52:28
52233         Log: The README.vmesa part of #8712 from maintperl.
52234      Branch: perl
52235            ! README.vmesa
52236 ____________________________________________________________________________
52237 [  8728] By: jhi                                   on 2001/02/09  14:46:06
52238         Log: Subject: [PATCH: 5.6.1 trial 2 && perl@8671] podify README.vmesa
52239              From: Peter Prymmer <pvhp@forte.com>
52240              Date: Thu, 8 Feb 2001 13:00:30 -0800 (PST)
52241              Message-ID: <Pine.OSF.4.10.10102081246030.445810-100000@aspara.forte.com>
52242      Branch: maint-5.6/perl
52243            ! README.vmesa win32/Makefile win32/makefile.mk
52244 ____________________________________________________________________________
52245 [  8727] By: jhi                                   on 2001/02/09  14:33:25
52246         Log: Integrate change #8712 from mainline.
52247              
52248              [PATCH: perl-5.6.1 trial2 && perl@8671] VMS specific simplification for Pod::Find
52249      Branch: maint-5.6/perl
52250           !> lib/Pod/Find.pm
52251 ____________________________________________________________________________
52252 [  8726] By: jhi                                   on 2001/02/09  14:30:28
52253         Log: Subject: [PATCH: 5.6.1 trial2 && perl@8671] provide EBCDIC CGI::Util::escape() and test
52254              From: Peter Prymmer <pvhp@forte.com>
52255              Date: Mon, 5 Feb 2001 16:26:36 -0800 (PST)
52256              Message-ID: <Pine.OSF.4.10.10102051615260.280619-100000@aspara.forte.com>
52257      Branch: perl
52258            + t/lib/cgi-esc.t
52259            ! MANIFEST lib/CGI/Util.pm
52260 ____________________________________________________________________________
52261 [  8725] By: jhi                                   on 2001/02/09  04:56:47
52262         Log: Add NonStopUX to the list of 5.6.1-proven platforms.
52263      Branch: maint-5.6/perl
52264            ! pod/perlport.pod
52265 ____________________________________________________________________________
52266 [  8724] By: jhi                                   on 2001/02/09  04:40:59
52267         Log: Integrate changes 7819,7820 from vmsperl into mainline.
52268              
52269              Add header for LIB$ prototypes (C. Berry)
52270              
52271              Convert fwrite()s to sockets to write()s, since some socket stacks
52272              don't take kindly to stdio.
52273              Ignore "expected" SS$_NOLOGNAM when doing internal LNM lookups
52274              (for often optional LNMs)
52275              Correct a few typos
52276              (C. Bailey)
52277      Branch: perl
52278           !> ext/Devel/DProf/DProf.xs vms/vms.c vms/vmsish.h
52279 ____________________________________________________________________________
52280 [  8723] By: jhi                                   on 2001/02/09  03:29:29
52281         Log: Integrate change #8722 from mainline.
52282              
52283              The Im() function wasn't returning zero for non-Math::Complex
52284              arguments.  The bug reported by John Gamble.
52285      Branch: maint-5.6/perl
52286           !> lib/Math/Complex.pm
52287 ____________________________________________________________________________
52288 [  8722] By: jhi                                   on 2001/02/09  03:28:33
52289         Log: The Im() function wasn't returning zero for non-Math::Complex
52290              arguments.  The bug reported by John Gamble.
52291      Branch: perl
52292            ! lib/Math/Complex.pm
52293 ____________________________________________________________________________
52294 [  8721] By: nick                                  on 2001/02/08  22:11:35
52295         Log: Correct the correction :-(
52296      Branch: perl
52297            ! perl.c
52298 ____________________________________________________________________________
52299 [  8720] By: bailey                                on 2001/02/08  20:59:22
52300         Log: Convert fwrite()s to sockets to write()s, since some socket stacks
52301              don't take kindly to stdio.
52302              Ignore "expected" SS$_NOLOGNAM when doing internal LNM lookups
52303              (for often optional LNMs)
52304              Correct a few typos
52305              (C. Bailey)
52306      Branch: vmsperl
52307            ! vms/vms.c vms/vmsish.h
52308 ____________________________________________________________________________
52309 [  8719] By: bailey                                on 2001/02/08  20:51:02
52310         Log: Add header for LIB$ prototypes (C. Berry)
52311      Branch: vmsperl
52312            ! ext/Devel/DProf/DProf.xs
52313 ____________________________________________________________________________
52314 [  8718] By: bailey                                on 2001/02/08  20:49:00
52315         Log: SYN SYN
52316      Branch: vmsperl
52317           +> pod/perliol.pod t/lib/sample-tests/bailout
52318           +> t/lib/sample-tests/combined t/lib/sample-tests/descriptive
52319           +> t/lib/sample-tests/duplicates t/lib/sample-tests/header_at_end
52320           +> t/lib/sample-tests/no_nums t/lib/sample-tests/simple
52321           +> t/lib/sample-tests/simple_fail t/lib/sample-tests/skip
52322           +> t/lib/sample-tests/skip_all t/lib/sample-tests/todo
52323           +> t/lib/sample-tests/with_comments t/lib/test-harness.t
52324            - lib/unicode/Is/DCinital.pl
52325           !> (integrate 101 files)
52326 ____________________________________________________________________________
52327 [  8717] By: nick                                  on 2001/02/08  19:38:48
52328         Log: Subject: [PATCH CPAN 1.59_51] warning message (not!)
52329              From: Robin Barker <rmb1@cise.npl.co.uk>
52330              Date: Thu, 8 Feb 2001 14:38:07 GMT
52331              Message-Id: <200102081438.OAA20498@tempest.npl.co.uk>
52332      Branch: perl
52333            ! lib/CPAN.pm
52334 ____________________________________________________________________________
52335 [  8716] By: nick                                  on 2001/02/08  19:29:07
52336         Log: Generated files form 8713 etc.
52337      Branch: perl
52338            ! embed.h global.sym objXSUB.h perlapi.c proto.h
52339 ____________________________________________________________________________
52340 [  8715] By: nick                                  on 2001/02/08  19:26:08
52341         Log: Fixup non-ithread build after 8713
52342      Branch: perl
52343            ! perl.c
52344 ____________________________________________________________________________
52345 [  8714] By: nick                                  on 2001/02/08  19:17:45
52346         Log: Subject: [ID 20010206.010] S_ functions not declared STATIC
52347              From: nick@ccl4.org
52348              Date: Wed, 7 Feb 2001 00:27:47 +0000
52349              Message-Id: <20010207002747.B63724@plum.flirble.org>
52350      Branch: perl
52351            ! sv.c toke.c
52352 ____________________________________________________________________________
52353 [  8713] By: nick                                  on 2001/02/08  19:15:58
52354         Log: Subject: Re: [patch] Re: PL_ptr_table
52355              From: Doug Maceachern <dougm@covalent.net>
52356              Date: Wed, 7 Feb 2001 19:18:52 -0800 (PST)
52357              Message-Id: <Pine.LNX.4.21.0102071916270.29229-100000@mako.covalent.net>
52358      Branch: perl
52359            ! embed.pl perl.c sv.c sv.h
52360 ____________________________________________________________________________
52361 [  8712] By: nick                                  on 2001/02/08  19:12:47
52362         Log: Subject: [PATCH: perl-5.6.1 trial2 && perl@8671] VMS specific simplificationfor Pod::Find
52363              From: Peter Prymmer <pvhp@forte.com>
52364              Date: Wed, 7 Feb 2001 17:07:39 -0800 (PST)
52365              Message-Id: <Pine.OSF.4.10.10102071704150.411763-100000@aspara.forte.com
52366      Branch: perl
52367            ! lib/Pod/Find.pm
52368 ____________________________________________________________________________
52369 [  8711] By: nick                                  on 2001/02/07  21:06:11
52370         Log: Manually applied version for dev branch of Alan/Sarathy 5.6 patch.
52371              Subject: Re: Incorrect scoping of PL_reg_start_tmp causes leak
52372              From: Alan Burlison <Alan.Burlison@uk.sun.com>
52373              Date: Tue, 06 Feb 2001 23:37:01 +0000
52374              Message-Id: <3A808A9D.20F7A035@uk.sun.com>
52375      Branch: perl
52376            ! regcomp.c
52377 ____________________________________________________________________________
52378 [  8710] By: alanbur                               on 2001/02/07  00:22:04
52379         Log: Several leaks an UMRs fixed, mainly in the area of Perl_pmtrans and
52380              associated UTFied tr/// code.  Also fixed scoping leak of
52381              PL_reg_start_tmp.
52382      Branch: maint-5.6/pureperl
52383            ! op.c regcomp.c
52384 ____________________________________________________________________________
52385 [  8709] By: nick                                  on 2001/02/06  21:16:49
52386         Log: Subject: [PATCH pod/perlmodlib.PL 5.6.1-TRIAL2] Up to date CPAN mirror list
52387              From: Michael G Schwern <schwern@pobox.com>
52388              Date: Sun, 4 Feb 2001 19:47:14 -0500
52389              Message-Id: <20010204194714.A4698@blackrider.aocn.com>
52390      Branch: perl
52391            ! pod/perlapi.pod pod/perlmodlib.PL
52392 ____________________________________________________________________________
52393 [  8708] By: nick                                  on 2001/02/06  20:41:20
52394         Log: Subject: Re: [PATCH pod/[bt]ootc?.pod] Adding mention of useful CPAN modules
52395              From: Michael G Schwern <schwern@pobox.com>
52396              Date: Sun, 4 Feb 2001 21:17:49 -0500
52397              Message-Id: <20010204211748.A13415@blackrider.aocn.com>
52398      Branch: perl
52399            ! pod/perlboot.pod pod/perlobj.pod pod/perltoot.pod
52400            ! pod/perltootc.pod
52401 ____________________________________________________________________________
52402 [  8707] By: nick                                  on 2001/02/06  20:29:11
52403         Log: Subject: [PATCH lib/ExtUtils/MANIFEST.SKIP] Skipping CVS conflict backup files
52404              From: Michael G Schwern <schwern@pobox.com>
52405              Date: Tue, 6 Feb 2001 05:54:30 -0500
52406              Message-Id: <20010206055430.A951@blackrider.aocn.com>
52407      Branch: perl
52408            ! lib/ExtUtils/MANIFEST.SKIP lib/ExtUtils/Manifest.pm
52409 ____________________________________________________________________________
52410 [  8706] By: nick                                  on 2001/02/06  20:21:40
52411         Log: Subject: RE: some win32 fixes
52412              Date: Tue, 6 Feb 2001 09:23:20 +0300
52413              From: Vadim Konovalov <vkonovalov@lucent.com>
52414              Message-ID: <402099F49BEED211999700805FC7359F9CAF49@ru0028exch01.spb.lucent.com>
52415      Branch: perl
52416            ! toke.c win32/Makefile win32/config.bc win32/config.gc
52417            ! win32/config.vc win32/config_H.bc win32/makefile.mk
52418 ____________________________________________________________________________
52419 [  8705] By: alanbur                               on 2001/02/06  15:00:03
52420         Log: Synchronised with parent
52421      Branch: maint-5.6/pureperl
52422            ! regexec.c
52423           !> t/lib/db-btree.t t/lib/db-hash.t t/lib/db-recno.t
52424           !> utils/perldoc.PL win32/Makefile win32/makefile.mk
52425 ____________________________________________________________________________
52426 [  8704] By: alanbur                               on 2001/02/06  14:55:24
52427         Log: Fixed UMRs and leak in Perl_pmtrans()
52428      Branch: maint-5.6/pureperl
52429            ! op.c
52430 ____________________________________________________________________________
52431 [  8703] By: gsar                                  on 2001/02/06  02:29:37
52432         Log: $(MAKE) distclean doesn't clean up properly on windows
52433      Branch: maint-5.6/perl
52434            ! win32/Makefile win32/makefile.mk
52435 ____________________________________________________________________________
52436 [  8702] By: gsar                                  on 2001/02/06  01:00:46
52437         Log: tweak change#8659 to keep it simple
52438      Branch: maint-5.6/perl
52439            ! utils/perldoc.PL
52440 ____________________________________________________________________________
52441 [  8701] By: gsar                                  on 2001/02/05  22:45:41
52442         Log: change#8693 was missing testsuite changes
52443      Branch: maint-5.6/perl
52444           !> t/lib/db-btree.t t/lib/db-hash.t t/lib/db-recno.t
52445 ____________________________________________________________________________
52446 [  8700] By: nick                                  on 2001/02/05  20:32:52
52447         Log: Integrate mainline
52448      Branch: perlio
52449           +> t/lib/sample-tests/bailout t/lib/sample-tests/combined
52450           +> t/lib/sample-tests/descriptive t/lib/sample-tests/duplicates
52451           +> t/lib/sample-tests/header_at_end t/lib/sample-tests/no_nums
52452           +> t/lib/sample-tests/simple t/lib/sample-tests/simple_fail
52453           +> t/lib/sample-tests/skip t/lib/sample-tests/skip_all
52454           +> t/lib/sample-tests/todo t/lib/sample-tests/with_comments
52455           +> t/lib/test-harness.t
52456           !> Configure MANIFEST lib/Test/Harness.pm lib/overload.pm
52457           !> perlio.c pod/perldiag.pod pod/perlfaq2.pod pod/perlfaq8.pod
52458           !> pod/perlfunc.pod pod/perlop.pod pod/perlport.pod
52459           !> pod/perlutil.pod t/TEST utils/h2xs.PL
52460 ____________________________________________________________________________
52461 [  8699] By: nick                                  on 2001/02/05  19:41:07
52462         Log: Subject: perlfaq2, re: perlmongers
52463              From: David H. Adler <dha@panix.com>
52464              Date: Sun, 4 Feb 2001 23:48:23 -0500
52465              Message-Id: <20010204234823.A13429@panix.com>
52466      Branch: perl
52467            ! pod/perlfaq2.pod
52468 ____________________________________________________________________________
52469 [  8698] By: nick                                  on 2001/02/05  19:39:31
52470         Log: Missed file f#rom the testharness mess.
52471      Branch: perl
52472            + t/lib/test-harness.t
52473 ____________________________________________________________________________
52474 [  8697] By: nick                                  on 2001/02/05  19:37:21
52475         Log: Subject: [DOC PATCH] overload.pm nits
52476              From: John Tobey <jtobey@john-edwin-tobey.org>
52477              Date: Sun, 4 Feb 2001 20:40:47 -0500 (EST)
52478              Message-Id: <m14Pae7-000FOoC@feynman.localnet>
52479      Branch: perl
52480            ! lib/overload.pm
52481 ____________________________________________________________________________
52482 [  8696] By: alanbur                               on 2001/02/05  11:56:00
52483         Log: Sync with parent
52484      Branch: maint-5.6/pureperl
52485           !> thread.h
52486 ____________________________________________________________________________
52487 [  8695] By: gsar                                  on 2001/02/05  03:27:34
52488         Log: thread.h tweak to enable 5005threads on HP-UX 10.20 with DCE threads
52489      Branch: maint-5.6/perl
52490            ! thread.h
52491 ____________________________________________________________________________
52492 [  8694] By: alanbur                               on 2001/02/05  00:07:47
52493         Log: Initial branch creation from //depot/maint-5.6/perl
52494      Branch: maint-5.6/pureperl
52495           +> (branch 1719 files)
52496 ____________________________________________________________________________
52497 [  8693] By: gsar                                  on 2001/02/04  22:38:49
52498         Log: integrate changes#7801,8068,8094,8108,8196 from mainline (DB_File
52499              changes)
52500      Branch: maint-5.6/perl
52501           !> ext/DB_File/Changes ext/DB_File/DB_File.pm
52502           !> ext/DB_File/DB_File.xs ext/DB_File/dbinfo ext/DB_File/typemap
52503           !> ext/DB_File/version.c
52504 ____________________________________________________________________________
52505 [  8692] By: nick                                  on 2001/02/04  18:15:57
52506         Log: The missed t/TEST part of the grand testharness upgrade.
52507      Branch: perl
52508            ! t/TEST
52509 ____________________________________________________________________________
52510 [  8691] By: nick                                  on 2001/02/04  18:05:17
52511         Log: New improved test harness
52512              Subject: Re: [PATCH Test::Harness] Third time's a charm?
52513              From: Michael G Schwern <schwern@pobox.com>
52514              Date: Sun, 4 Feb 2001 08:01:20 -0500
52515              Message-Id: <20010204080120.G10493@blackrider.aocn.com>
52516      Branch: perl
52517            + t/lib/sample-tests/bailout t/lib/sample-tests/combined
52518            + t/lib/sample-tests/descriptive t/lib/sample-tests/duplicates
52519            + t/lib/sample-tests/header_at_end t/lib/sample-tests/no_nums
52520            + t/lib/sample-tests/simple t/lib/sample-tests/simple_fail
52521            + t/lib/sample-tests/skip t/lib/sample-tests/skip_all
52522            + t/lib/sample-tests/todo t/lib/sample-tests/with_comments
52523            ! MANIFEST lib/Test/Harness.pm
52524 ____________________________________________________________________________
52525 [  8690] By: nick                                  on 2001/02/04  17:57:51
52526         Log: Subject: [PATCH h2xs.PL perl@8670] Small usage change and author gueesing
52527              From: Jonathan Stowe <gellyfish@gellyfish.com>
52528              Date: Sun, 4 Feb 2001 10:46:01 +0000 (GMT)
52529              Message-Id: <Pine.LNX.4.32.0102041037510.1555-100000@orpheus.gellyfish.com>
52530      Branch: perl
52531            ! utils/h2xs.PL
52532 ____________________________________________________________________________
52533 [  8689] By: nick                                  on 2001/02/04  17:55:24
52534         Log: Subject: Re: [PATCH lots of pod/] s/chop/chomp/g
52535              From: Michael G Schwern <schwern@pobox.com>
52536              Date: Sat, 3 Feb 2001 22:46:38 -0500
52537              Message-Id: <20010203224638.E10493@blackrider.aocn.com>
52538      Branch: perl
52539            ! pod/perldiag.pod pod/perlfaq8.pod pod/perlfunc.pod
52540            ! pod/perlop.pod pod/perlport.pod pod/perlutil.pod
52541 ____________________________________________________________________________
52542 [  8688] By: nick                                  on 2001/02/04  17:43:55
52543         Log: Subject: [ID 20010203.006] perlio.c is mis-reporting argument
52544              length byfailing to spot lack of closing )
52545              From: nick@talking.bollo.cx
52546              Date: Sat, 03 Feb 2001 23:53:16 +0000
52547              Message-Id: <E14PCUW-0001Qo-00@Bagpuss.unfortu.net>
52548      Branch: perl
52549            ! perlio.c pod/perldiag.pod
52550 ____________________________________________________________________________
52551 [  8687] By: jhi                                   on 2001/02/03  17:11:42
52552         Log: HP-UX thread patches from Merijn H. Brand.
52553      Branch: maint-5.6/perl
52554            ! README.hpux hints/hpux.sh
52555 ____________________________________________________________________________
52556 [  8686] By: jhi                                   on 2001/02/03  16:40:12
52557         Log: Metaconfig changes for #8685.
52558      Branch: metaconfig
52559            ! U/installdirs/instubperl.U
52560      Branch: metaconfig/U/perl
52561            ! Devel.U versiononly.U
52562 ____________________________________________________________________________
52563 [  8685] By: jhi                                   on 2001/02/03  16:39:49
52564         Log: For -Dusedevel builds turn off installusrbinperl and turn on
52565              versiononly, a combined idea of Richard Soderberg and Merijn
52566              H. Brand.  You can still override both of these from the command
52567              line if you need to, -Dinstallusrbinperl and -Uversiononly.
52568      Branch: perl
52569            ! Configure
52570 ____________________________________________________________________________
52571 [  8684] By: jhi                                   on 2001/02/03  16:16:34
52572         Log: Metaconfig unit fix for #8683.
52573      Branch: metaconfig
52574            ! U/compline/nblock_io.U
52575 ____________________________________________________________________________
52576 [  8683] By: jhi                                   on 2001/02/03  16:16:12
52577         Log: Configure fix for the DYNIX/ptx F_SETFL problem,
52578              reported by Peter Prymmer for 5.6-TRIAL1.
52579      Branch: perl
52580            ! Configure
52581 ____________________________________________________________________________
52582 [  8682] By: jhi                                   on 2001/02/03  05:52:11
52583         Log: IRIX hints fix from Scott Henry, get Configure -Dcc="cc -64 -mips3"
52584              to work correctly.
52585      Branch: maint-5.6/perl
52586            ! hints/irix_6.sh
52587 ____________________________________________________________________________
52588 [  8681] By: jhi                                   on 2001/02/03  05:47:33
52589         Log: perlport tweaks from Peter Prymmer and Chris Nandor.
52590      Branch: maint-5.6/perl
52591            ! pod/perlport.pod
52592 ____________________________________________________________________________
52593 [  8680] By: jhi                                   on 2001/02/02  21:39:49
52594         Log: perlport update from Peter Prymmer.
52595      Branch: maint-5.6/perl
52596            ! pod/perlport.pod
52597 ____________________________________________________________________________
52598 [  8679] By: nick                                  on 2001/02/02  20:50:48
52599         Log: Integrate mainline
52600      Branch: perlio
52601           !> Changes Porting/makerel embed.pl embedvar.h ext/POSIX/POSIX.xs
52602           !> lib/Getopt/Long.pm patchlevel.h pod/perlfunc.pod
52603           !> pod/perlmodlib.PL pod/perlmodlib.pod pp.h sv.c t/lib/peek.t
52604 ____________________________________________________________________________
52605 [  8678] By: gsar                                  on 2001/02/02  16:02:12
52606         Log: note about bincompat, slightly modified (from Lupe Christoph)
52607      Branch: maint-5.6/perl
52608            ! README.solaris
52609 ____________________________________________________________________________
52610 [  8677] By: jhi                                   on 2001/02/02  15:46:20
52611         Log: Supported platforms updates.
52612      Branch: maint-5.6/perl
52613            ! pod/perlport.pod
52614 ____________________________________________________________________________
52615 [  8676] By: jhi                                   on 2001/02/02  03:41:26
52616         Log: A couple more perlfaq2 tweaks.
52617      Branch: maint-5.6/perl
52618            ! pod/perlfaq2.pod
52619 ____________________________________________________________________________
52620 [  8675] By: jhi                                   on 2001/02/02  03:17:44
52621         Log: Misedit in #8661.
52622      Branch: maint-5.6/perl
52623            ! Configure
52624 ____________________________________________________________________________
52625 [  8674] By: jhi                                   on 2001/02/02  03:14:38
52626         Log: Damien again.
52627      Branch: maint-5.6/perl
52628            ! pod/perlfaq2.pod
52629 ____________________________________________________________________________
52630 [  8673] By: jhi                                   on 2001/02/02  03:12:40
52631         Log: perlfaq update from Elaine Ashton.
52632      Branch: maint-5.6/perl
52633            ! pod/perlfaq2.pod
52634 ____________________________________________________________________________
52635 [  8672] By: jhi                                   on 2001/02/02  03:07:08
52636         Log: UTF-8 s/// patch from Inaba Hiroto.
52637      Branch: maint-5.6/perl
52638            ! pp_ctl.c pp_hot.c
52639 ____________________________________________________________________________
52640 [  8671] By: jhi                                   on 2001/02/01  22:34:31
52641         Log: Update Changes.
52642      Branch: perl
52643            ! Changes patchlevel.h
52644 ____________________________________________________________________________
52645 [  8670] By: jhi                                   on 2001/02/01  22:15:29
52646         Log: Integrate changes #8641,8644,8649,8654,8662,8663,8664,8665,8667,8669
52647              from maintperl.
52648              
52649              Upgrade to Getopt::Long 2.25, from Johan Vromans.
52650              
52651              more files need to be writable in the source distribution
52652              
52653              perl_clone() wants to clone PL_numeric_radix_sv (fix for change#8626)
52654              
52655              Solaris 2.7 i386 #defines SP in /usr/include/sys/reg.h
52656              
52657              Subject: Re: [PATCH perl5.6.1-TRIAL2] long C<=item>s in perlmodlib.pod
52658              
52659              Allow the float to be fuzzier.
52660              
52661              need to use INT2PTR instead of a straight cast or ia64 fails
52662              
52663              Subject: Re: [ID 20010201.006] bad pointer from perlfunc to perlmod 
52664              
52665              add ppaddr as one of the compatibility symbols under -DPERL_POLLUTE
52666      Branch: perl
52667           !> Porting/makerel embed.pl embedvar.h ext/POSIX/POSIX.xs
52668           !> lib/Getopt/Long.pm pod/perlfunc.pod pod/perlmodlib.PL
52669           !> pod/perlmodlib.pod pp.h sv.c t/lib/peek.t
52670 ____________________________________________________________________________
52671 [  8669] By: jhi                                   on 2001/02/01  21:57:02
52672         Log: Subject: Re: [PATCH perl5.6.1-TRIAL2] long C<=item>s in perlmodlib.pod
52673              From: Robin Barker <rmb1@cise.npl.co.uk>
52674              Date: Thu, 1 Feb 2001 16:59:05 GMT
52675              Message-Id: <200102011659.QAA01274@tempest.npl.co.uk>
52676      Branch: maint-5.6/perl
52677            ! pod/perlmodlib.PL
52678 ____________________________________________________________________________
52679 [  8668] By: nick                                  on 2001/02/01  19:41:40
52680         Log: Integrate mainline
52681      Branch: perlio
52682           !> dump.c ext/Errno/Errno_pm.PL intrpvar.h mg.c perl.c perl.h
52683           !> pod/perlapi.pod pp.c pp.h pp_hot.c sv.c t/op/arith.t
52684           !> t/op/each.t utf8.c utf8.h util.c vms/test.com
52685 ____________________________________________________________________________
52686 [  8667] By: gsar                                  on 2001/02/01  16:59:11
52687         Log: add ppaddr as one of the compatibility symbols under -DPERL_POLLUTE
52688      Branch: maint-5.6/perl
52689            ! embed.pl embedvar.h
52690 ____________________________________________________________________________
52691 [  8666] By: gsar                                  on 2001/02/01  16:34:51
52692         Log: add missing entries to win32/config.?c
52693      Branch: maint-5.6/perl
52694            ! win32/config.bc win32/config.gc win32/config.vc
52695            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
52696 ____________________________________________________________________________
52697 [  8665] By: jhi                                   on 2001/02/01  14:58:51
52698         Log: Subject: Re: [ID 20010201.006] bad pointer from perlfunc to perlmod 
52699              From: "Stephen P. Potter" <spp@spotter.yi.org>
52700              Date: Thu, 01 Feb 2001 10:45:46 -0500
52701              Message-Id: <200102011545.KAA31479@spotter.yi.org>
52702      Branch: maint-5.6/perl
52703            ! pod/perlfunc.pod
52704 ____________________________________________________________________________
52705 [  8664] By: gsar                                  on 2001/02/01  14:52:37
52706         Log: need to use INT2PTR instead of a straight cast or ia64 fails
52707              posix.t (from Brendan O'Dea <bod@compusol.com.au>)
52708      Branch: maint-5.6/perl
52709            ! ext/POSIX/POSIX.xs
52710 ____________________________________________________________________________
52711 [  8663] By: jhi                                   on 2001/02/01  14:09:13
52712         Log: Allow the float to be fuzzier.
52713      Branch: maint-5.6/perl
52714            ! t/lib/peek.t
52715 ____________________________________________________________________________
52716 [  8662] By: jhi                                   on 2001/02/01  13:59:00
52717         Log: Subject: [PATCH perl5.6.1-TRIAL2] long C<=item>s in perlmodlib.pod
52718              From: Robin Barker <rmb1@cise.npl.co.uk>
52719              Date: Thu, 1 Feb 2001 13:05:39 GMT
52720              Message-Id: <200102011305.NAA26160@tempest.npl.co.uk>
52721      Branch: maint-5.6/perl
52722            ! pod/perlmodlib.pod
52723 ____________________________________________________________________________
52724 [  8661] By: jhi                                   on 2001/02/01  13:57:38
52725         Log: Subject: [PATCH] Re: v5.6.1 trial2 is available
52726              Date: Thu, 01 Feb 2001 14:15:41 +0100
52727              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
52728              Message-Id: <20010201141104.303F.H.M.BRAND@hccnet.nl>
52729              
52730              Have the $ccflags in the gcc version test (strange, this change
52731              is claimed to be have been integrated already)
52732      Branch: maint-5.6/perl
52733            ! Configure
52734 ____________________________________________________________________________
52735 [  8660] By: jhi                                   on 2001/02/01  13:44:10
52736         Log: Integrate changes #7950,7964,7962 from mainline.
52737              
52738              Find the stdchar signedness using cpp, should fix some of
52739              the Solaris compiler warnings reported by Alan Burlison.
52740      Branch: maint-5.6/perl
52741           !> Configure config_h.SH
52742 ____________________________________________________________________________
52743 [  8659] By: jhi                                   on 2001/02/01  05:35:32
52744         Log: Subject: [PATCH 5.6.1-TRIAL? and 5.7.?] perldoc uses unescaped backslashes in filenames
52745              From: Jan Dubois <JanD@ActiveState.com>
52746              Date: Wed, 31 Jan 2001 21:17:03 -0800
52747              Message-ID: <8qrh7t069jt32m98sap53l9dfoge0vjrle@4ax.com>
52748      Branch: maint-5.6/perl
52749            ! utils/perldoc.PL
52750 ____________________________________________________________________________
52751 [  8658] By: jhi                                   on 2001/02/01  04:33:17
52752         Log: Integrate the README.os390 and README.posix-bc parts of mainline
52753              changes #8373,8486, 8544,8556.  (The hints/os390.sh,Makefile.SH,
52754              installperl parts were taken care of by #8657.)
52755      Branch: maint-5.6/perl
52756           !> README.os390 README.posix-bc
52757 ____________________________________________________________________________
52758 [  8657] By: jhi                                   on 2001/02/01  04:29:21
52759         Log: Subject: [PATCH: 5.6.1 trial2] DynaLoading for OS/390 build option
52760              From: Peter Prymmer <pvhp@forte.com>
52761              Date: Wed, 31 Jan 2001 18:18:11 -0800 (PST)
52762              Message-ID: <Pine.OSF.4.10.10101311815560.336633-100000@aspara.forte.com>
52763      Branch: maint-5.6/perl
52764            + ext/DynaLoader/dl_dllload.xs
52765            ! MANIFEST Makefile.SH hints/os390.sh installperl
52766 ____________________________________________________________________________
52767 [  8656] By: jhi                                   on 2001/02/01  04:25:45
52768         Log: Subject: [PATCH: 5.6.1 trial2]Not OK: perl v5.6.1 +v5.6.1-TRIAL2 on os390 05.00 (UNINSTALLED)
52769              From: Peter Prymmer <pvhp@forte.com>
52770              Date: Wed, 31 Jan 2001 15:26:57 -0800 (PST)
52771              Message-ID: <Pine.OSF.4.10.10101311523101.336633-100000@aspara.forte.com>
52772      Branch: maint-5.6/perl
52773            ! lib/Math/BigInt.pm lib/bigint.pl t/lib/b.t t/pragma/sub_lval.t
52774 ____________________________________________________________________________
52775 [  8655] By: jhi                                   on 2001/02/01  04:14:47
52776         Log: Subject: [ID 20010131.066] Not OK: perl v5.6.1 +v5.6.1-TRIAL2 on os2 2.40 (UNINSTALLED)
52777              From: troc@netrus.net
52778              Date: Wed, 31 Jan 2001 22:31:26 -0500
52779              Message-Id: <200102010331.WAA117.85@rocco.homenet>
52780      Branch: maint-5.6/perl
52781            ! os2/os2.c
52782 ____________________________________________________________________________
52783 [  8654] By: jhi                                   on 2001/02/01  04:12:52
52784         Log: Solaris 2.7 i386 #defines SP in /usr/include/sys/reg.h
52785              as reported by Alan Burlison.
52786      Branch: maint-5.6/perl
52787            ! pp.h
52788 ____________________________________________________________________________
52789 [  8653] By: jhi                                   on 2001/02/01  04:05:12
52790         Log: Subject: [ID 20010131.042] Not OK: perl v5.6.1 +v5.6.1-TRIAL2 on VMS_AXP V7.2-1
52791              From: dsugalski@northernlight.com
52792              Date: Wed, 31 Jan 2001 18:54:11 -0500
52793              Message-Id: <01013118541126@monsoon.stratus.northernlight.com>
52794      Branch: maint-5.6/perl
52795            ! configure.com
52796 ____________________________________________________________________________
52797 [  8652] By: jhi                                   on 2001/02/01  04:03:11
52798         Log: Misplaced #endif.
52799              
52800              Subject: [perl-5-6-1-trial2] patches for EPOC
52801              From: Olaf Flebbe <O.Flebbe@science-computing.de>
52802              Date: Wed, 31 Jan 2001 23:15:34 +0100 (CET)
52803              Message-ID: <Pine.LNX.4.02.10101312314470.5682-100000@milkyway.science-computing.de>
52804      Branch: maint-5.6/perl
52805            ! epoc/epocish.c
52806 ____________________________________________________________________________
52807 [  8651] By: jhi                                   on 2001/02/01  04:00:25
52808         Log: Integrate changes #8647,8648,8650 from mainline.
52809              
52810              Macrofy a magic UTF-8 test.
52811              
52812              Protect PL_numeric_radix_sv with USE_NUMERIC_LOCALE.
52813              
52814              Watch out for cross compiling for EPOC (usually done on linux).
52815      Branch: maint-5.6/perl
52816           !> ext/Errno/Errno_pm.PL sv.c utf8.c utf8.h
52817 ____________________________________________________________________________
52818 [  8650] By: jhi                                   on 2001/02/01  03:56:20
52819         Log: Watch out for cross compiling for EPOC (usually done on linux)
52820              
52821              Subject: [perl-5-6-1-trial2] patches for EPOC
52822              From: Olaf Flebbe <O.Flebbe@science-computing.de>
52823              Date: Wed, 31 Jan 2001 23:15:34 +0100 (CET)
52824              Message-ID: <Pine.LNX.4.02.10101312314470.5682-100000@milkyway.science-computing.de>
52825      Branch: perl
52826            ! ext/Errno/Errno_pm.PL
52827 ____________________________________________________________________________
52828 [  8649] By: gsar                                  on 2001/02/01  00:46:00
52829         Log: perl_clone() wants to clone PL_numeric_radix_sv (fix for change#8626)
52830      Branch: maint-5.6/perl
52831            ! sv.c
52832 ____________________________________________________________________________
52833 [  8648] By: jhi                                   on 2001/01/31  23:35:36
52834         Log: All the uses of PL_numeric_radix must be protected by
52835              USE_LOCALE_NUMERIC, noticed by Olaf Flebbe in
52836              
52837              Subject: [perl-5-6-1-trial2] patches for EPOC
52838              From: Olaf Flebbe <O.Flebbe@science-computing.de>
52839              Date: Wed, 31 Jan 2001 23:15:34 +0100 (CET)
52840              Message-ID: <Pine.LNX.4.02.10101312314470.5682-100000@milkyway.science-computing.de>
52841      Branch: perl
52842            ! sv.c
52843 ____________________________________________________________________________
52844 [  8647] By: jhi                                   on 2001/01/31  22:56:16
52845         Log: Macrofy a magic UTF-8 test.
52846      Branch: perl
52847            ! utf8.c utf8.h
52848 ____________________________________________________________________________
52849 [  8646] By: gsar                                  on 2001/01/31  15:55:12
52850         Log: update Changes
52851      Branch: maint-5.6/perl
52852            ! Changes
52853 ____________________________________________________________________________
52854 [  8645] By: gsar                                  on 2001/01/31  15:10:14
52855         Log: Configure tweak suggested by Peter Prymmer
52856      Branch: maint-5.6/perl
52857            ! Configure
52858 ____________________________________________________________________________
52859 [  8644] By: gsar                                  on 2001/01/31  15:06:32
52860         Log: more files need to be writable in the source distribution
52861      Branch: maint-5.6/perl
52862            ! Porting/makerel
52863 ____________________________________________________________________________
52864 [  8643] By: jhi                                   on 2001/01/31  14:59:46
52865         Log: Integrate changes #8258,8278,8279 from mainline.
52866              
52867              Make the large file tests more robust/talkative.
52868      Branch: maint-5.6/perl
52869           !> t/lib/syslfs.t t/op/lfs.t
52870 ____________________________________________________________________________
52871 [  8642] By: gsar                                  on 2001/01/31  14:53:48
52872         Log: integrate changes#8311,8334 from mainline
52873              
52874              Add a new MakeMaker variable PM_FILTER that defines a Unix
52875              filter to be run on each .pm during the pm_to_blib() phase,
52876              a fixed version of
52877              Subject: PATCH (blead 8269) ExtUtils::MakeMaker
52878              
52879              Subject: PATCH 5.6.1 & blead 8327 -- workaround for t/io/fs.t
52880              Apparently, the glibc2.2 + linux 2.4.0 + NFS combination prevent
52881              accurate reading of the "atime".  
52882      Branch: maint-5.6/perl
52883           !> lib/ExtUtils/Install.pm lib/ExtUtils/MM_Unix.pm
52884           !> lib/ExtUtils/MM_VMS.pm lib/ExtUtils/MM_Win32.pm
52885           !> lib/ExtUtils/MakeMaker.pm t/io/fs.t
52886 ____________________________________________________________________________
52887 [  8641] By: jhi                                   on 2001/01/31  14:46:37
52888         Log: Upgrade to Getopt::Long 2.25, from Johan Vromans.
52889      Branch: maint-5.6/perl
52890            ! lib/Getopt/Long.pm
52891 ____________________________________________________________________________
52892 [  8640] By: gsar                                  on 2001/01/31  14:40:24
52893         Log: make regen_all
52894      Branch: maint-5.6/perl
52895            ! patchlevel.h pod/perlmodlib.pod pod/perltoc.pod
52896 ____________________________________________________________________________
52897 [  8639] By: gsar                                  on 2001/01/31  14:37:25
52898         Log: refresh windows config files
52899      Branch: maint-5.6/perl
52900            ! win32/Makefile win32/config_H.bc win32/config_H.gc
52901            ! win32/config_H.vc win32/makefile.mk
52902 ____________________________________________________________________________
52903 [  8638] By: gsar                                  on 2001/01/31  14:28:10
52904         Log: makefile tweaks for windows: introduce a bulk-switch to enable
52905              same options as ActivePerl; sync changes with makefile.mk
52906      Branch: maint-5.6/perl
52907            ! win32/Makefile win32/makefile.mk
52908 ____________________________________________________________________________
52909 [  8637] By: jhi                                   on 2001/01/31  04:41:30
52910         Log: Subject: [PATCH] Re: [PATCH] Re: [ID 20010105.023] numeric problems in IRIX
52911              From: Nicholas Clark <nick@ccl4.org>
52912              Date: Tue, 30 Jan 2001 19:51:05 +0000
52913              Message-ID: <20010130195105.R76607@plum.flirble.org> 
52914              
52915              op/inc cure.
52916      Branch: perl
52917            ! pp.c pp.h pp_hot.c t/op/arith.t
52918 ____________________________________________________________________________
52919 [  8636] By: jhi                                   on 2001/01/31  02:38:32
52920         Log: Integrate changes #7884,8122,8155,8197,8213[just to /nolog part,
52921              no perlio],8257,8380,8479,8515 from mainline.
52922              
52923              Subject:  [PATCH perl@7795 (and earlier)] VMS test cleanup
52924              
52925              Subject: Re: [ID 20001214.011] Unreachable value in a search list logical name
52926              Subject: [PATCH perl@8133] fix-up for VMS extensions
52927              
52928              In VMS embedded perls couldn't access the statically built Socket.
52929              
52930              Subject: [patch: perl@8211]VMS: add -Duseperlio capacity to configure.com (8213)
52931              
52932              Further VMS piping fixes from Charles Lane.
52933              
52934              Subject:  [PATCH] make t/op/misc.t work on VMS
52935              
52936              Add tracing for debugging extensions builds in VMS.
52937              
52938              Subject: [PATCH perl@8506] typo in last week's configure.com frenzy
52939      Branch: maint-5.6/perl
52940           !> configure.com doio.c t/op/misc.t vms/descrip_mms.template
52941           !> vms/ext/DCLsym/Makefile.PL vms/ext/Stdio/Makefile.PL
52942           !> vms/test.com vms/vms.c vms/vmsish.h vms/vmspipe.com
52943 ____________________________________________________________________________
52944 [  8635] By: jhi                                   on 2001/01/31  01:46:41
52945         Log: Integrate change #7732 from mainline.
52946              
52947              Sparc 64-bit pack() fix from Jens Hamisch.
52948      Branch: maint-5.6/perl
52949           !> pp.c
52950 ____________________________________________________________________________
52951 [  8634] By: jhi                                   on 2001/01/31  01:41:16
52952         Log: One spot missing from #8626.
52953      Branch: maint-5.6/perl
52954            ! sv.c
52955 ____________________________________________________________________________
52956 [  8633] By: jhi                                   on 2001/01/31  00:49:17
52957         Log: Integrate change #7495 from mainline.
52958              
52959              Subject: [PATCH: perl@7483] generalize AIX ccversion hack for re extension
52960      Branch: maint-5.6/perl
52961           !> MANIFEST ext/re/Makefile.PL
52962 ____________________________________________________________________________
52963 [  8632] By: jhi                                   on 2001/01/30  23:38:49
52964         Log: Integrate change #8396 from mainline.
52965              
52966              Subject: [PATCH] add SO_REUSEPORT to export list in Socket.pm for
52967              better multicast support (resend)
52968      Branch: maint-5.6/perl
52969           !> ext/Socket/Socket.pm
52970 ____________________________________________________________________________
52971 [  8631] By: jhi                                   on 2001/01/30  23:28:03
52972         Log: Integrate changes #7514,7813,8113,8144,8397,8398,8490 from mainline.
52973              
52974              More AIX lore. (7514, ext/re/hints/aix.pl)
52975              
52976              Subject: Re: [PATCH bleadperl] Re: Not OK: perl5.7.0 +DEVEL7706    +Duseperlio on AIX4.[23]
52977              
52978              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)
52979              
52980              Subject: [ID 20001214.002] Net::Ping patch
52981              
52982              Subject: [patch perl@8133] Typo in my Net::Ping doc patch :(
52983              
52984              Subject: [PATCH] add ReusePort option to IO::Socket::INET for better multicast support (resend)
52985              
52986              Add ReuseAddr as a (preferred) alias for Reuse as we now
52987              also have ReusePort.
52988              
52989              Subject: [PATCH: perl@8482] minor typos in some dl_$foo.xs files
52990      Branch: maint-5.6/perl
52991           +> ext/re/hints/aix.pl
52992           !> ext/DynaLoader/dl_aix.xs ext/DynaLoader/dl_dlopen.xs
52993           !> ext/IO/lib/IO/Socket/INET.pm lib/Net/Ping.pm
52994 ____________________________________________________________________________
52995 [  8630] By: jhi                                   on 2001/01/30  23:03:59
52996         Log: Integrate changes #8215,8587 from mainline: missing pod nits.
52997              
52998              read() documentation tweak for 20001121.004.
52999              
53000              Subject: [ID 20010128.003] [PATCH] perlre.pod buglet
53001      Branch: maint-5.6/perl
53002           !> pod/perlfunc.pod pod/perlre.pod
53003 ____________________________________________________________________________
53004 [  8629] By: jhi                                   on 2001/01/30  22:41:57
53005         Log: Integrate change #8098 from mainline.
53006              
53007              fastgetcwd is defined using a glob alias on a $^O dependent basis
53008              and there was no default assignment or perl subroutine.
53009      Branch: maint-5.6/perl
53010           !> lib/Cwd.pm
53011 ____________________________________________________________________________
53012 [  8628] By: jhi                                   on 2001/01/30  21:58:52
53013         Log: Integrate change #7866 from mainline.
53014              
53015              File::Temp 0.11.
53016      Branch: maint-5.6/perl
53017           !> lib/File/Temp.pm t/lib/ftmp-tempfile.t
53018 ____________________________________________________________________________
53019 [  8627] By: jhi                                   on 2001/01/30  21:39:44
53020         Log: Integrate changes #8075,8086,8228 from mainline.  
53021              
53022              Darwin is not Windows. (8075,8086)
53023              
53024              Subject: [PATCH 5.6.1-TRIAL1 and @8223]; was Re: Perlbug 20000322.006 status +update
53025      Branch: maint-5.6/perl
53026           !> lib/CGI.pm lib/Pod/Select.pm lib/Text/ParseWords.pm
53027           !> pod/perl.pod pod/perl5004delta.pod pod/perl5005delta.pod
53028           !> pod/perldiag.pod pod/perlembed.pod pod/perlfaq4.pod
53029           !> pod/perllocale.pod pod/perlmodlib.pod pod/perlretut.pod
53030 ____________________________________________________________________________
53031 [  8626] By: jhi                                   on 2001/01/30  21:22:11
53032         Log: Integrate with tweakery the change #8625 from mainline,
53033              the multibyte decimal separator fix ("fa_IR locale failure").
53034      Branch: maint-5.6/perl
53035            ! embedvar.h perlapi.h
53036           !> intrpvar.h perl.c perl.h sv.c util.c
53037 ____________________________________________________________________________
53038 [  8625] By: jhi                                   on 2001/01/30  20:26:33
53039         Log: Fix for the fa_IR locale failure.  The reason for the failure
53040              was that Perl was assuming the decimal separator aka the radix
53041              separator is one character.  The Farsi-Iranian locale crushed
53042              that bad assumption since there the separator is 'Momayyez',
53043              glyphwise looking somewhat like a slash, and in Unicode UTF-8
53044              encoded in two bytes, 0xd9 0xab.
53045      Branch: perl
53046            ! intrpvar.h perl.c perl.h sv.c util.c
53047 ____________________________________________________________________________
53048 [  8624] By: gsar                                  on 2001/01/30  20:17:03
53049         Log: regen_headers
53050      Branch: maint-5.6/perl
53051            ! Makefile.SH pod/perlintern.pod
53052 ____________________________________________________________________________
53053 [  8623] By: gsar                                  on 2001/01/30  19:42:34
53054         Log: backout change#7431 and its dependents (causes spurious rebuilds
53055              of autogenerated files)
53056              
53057              fix benign b.t failure
53058      Branch: maint-5.6/perl
53059            ! Makefile.SH t/lib/b.t
53060 ____________________________________________________________________________
53061 [  8622] By: jhi                                   on 2001/01/30  19:41:41
53062         Log: Microperl sync.
53063      Branch: perl
53064            ! mg.c perl.h
53065 ____________________________________________________________________________
53066 [  8621] By: gsar                                  on 2001/01/30  19:24:47
53067         Log: integrate changes#8259,8442,8444,8445,8448,8449,8451,8455
53068              from mainline
53069              
53070              Subject: podlators 1.06 released
53071              
53072              Subject: [PATCH @8436] Eliminate op_children
53073              
53074              (Replaced by #8448)  Traces of op_children (cleanup of #8442)
53075              
53076              (Replaced by #8448)  More op_children traces (cleanup of #8442).
53077              
53078              Subject: [PATCH #3 @8436] Re: Eliminate op_children
53079              Replace #8444 and #8445.
53080              
53081              Under 5.005 threads and debugging crashed in Debian 2.2 Linux/x86
53082              at the setting of the ofs_sv in new_struct_thread() as the
53083              thr->Tofs_sv (PL_ofs_sv) was still 0xabab.... (this is what
53084              uninitialized fields are, uh, initialized with),
53085              SvREFCNT_inc()ing that invited a core dump.
53086              
53087              podlators 1.07, from Russ Allbery.
53088              
53089              Subject: [PATCH] regcomp.c old feature removal
53090              From: mjd@plover.com
53091              Date: 16 Jan 2001 14:43:18 -0000 
53092              Message-ID: <20010116144318.7140.qmail@plover.com> 
53093      Branch: maint-5.6/perl
53094           +> lib/Pod/Text/Overstrike.pm
53095           !> MANIFEST bytecode.pl ext/B/B.xs ext/B/B/Asmdata.pm
53096           !> ext/B/B/Bytecode.pm ext/B/B/C.pm ext/B/B/Concise.pm
53097           !> ext/B/B/Debug.pm ext/ByteLoader/byterun.c
53098           !> ext/ByteLoader/byterun.h lib/Pod/Man.pm lib/Pod/Text/Color.pm
53099           !> lib/Pod/Text/Termcap.pm op.c op.h pod/pod2text.PL regcomp.c
53100           !> util.c
53101 ____________________________________________________________________________
53102 [  8620] By: gsar                                  on 2001/01/30  18:48:32
53103         Log: integrate changes#8243,8254,8255,8313,8314,8363,8383,8390,8416,
53104              8417,8418,8419,8424,8427,8430,8441,8563 from mainline (TODO: b.t
53105              now fails one test)
53106              
53107              Subject: [PATCH] lvalue AUTOLOAD. No, really.
53108              
53109              Subject: [PATCH] Interesting syntax idea
53110              Make opens + bareword assigns do typeglob assigns.
53111              
53112              Tests for #8254.
53113              
53114              Subject: [PATCH @8269] Continue blocks and B::Deparse
53115              Make the peephole optimizer to bypass more null ops and
53116              and rewrite the deparse handling of continue blocks.
53117              
53118              Subject: Re: [PATCH @8269] Continue blocks and B::Deparse
53119              Doc tweak on #8313.
53120              
53121              Subject: [PATCH @8344] Fix spurious GVSV OPpOUR_INTRO
53122              
53123              Subject: [PATCH @8382] Remove FileHandle/IO dependence in t/io/openpid.t
53124              
53125              Subject:  [PATCH perl@8269] Opcode.XS, fix memory leak
53126              
53127              Subject: RE: [PATCH] [ID 20001223.002] lvalues in list context
53128              Replace 10000 with RETVAL_MAX, and compute RETVAL_MAX
53129              according to the platform.
53130              
53131              Subject: [PATCH @8404] Consolidated lvalue sub changes
53132              
53133              Subject: Re: [PATCH] [ID 20001223.002] lvalues in list context
53134              
53135              Rename RETVAL_MAX to RETURN_UNLIMITED_NUMBER.
53136              
53137              Subject: B::Concise -- an improved replacement for B::Terse 
53138              
53139              The B::Terse drop-in replacement wasn't quite drop-in.
53140              
53141              The LVRET macro needed an aTHX.
53142              
53143              Use the /^Perl_/-less form of is_lvalue_sub().
53144              
53145              Subject: [PATCH @8545] [ID 20000808.005] OP_REFGEN as an lvalue
53146      Branch: maint-5.6/perl
53147           +> ext/B/B/Concise.pm
53148           !> (integrate 27 files)
53149 ____________________________________________________________________________
53150 [  8619] By: nick                                  on 2001/01/30  18:40:28
53151         Log: Integrate mainline
53152      Branch: perlio
53153           !> (integrate 40 files)
53154 ____________________________________________________________________________
53155 [  8618] By: jhi                                   on 2001/01/30  18:37:18
53156         Log: Subject: [PATCH perl@8585] protect VMS test harness from chdir switcheroo
53157              Date: Mon, 29 Jan 2001 22:51:29 -0600
53158              From: "Craig A. Berry" <craigberry@mac.com>
53159              Message-Id: <p04330101b69bef0ebab4@[172.16.52.1]>
53160      Branch: perl
53161            ! vms/test.com
53162 ____________________________________________________________________________
53163 [  8617] By: jhi                                   on 2001/01/30  18:34:53
53164         Log: Subject: [PATCH] Add missing CV flags to dump.c
53165              From: Tim Jenness <t.jenness@jach.hawaii.edu>
53166              Date: Mon, 29 Jan 2001 21:48:55 -1000 (HST)
53167              Message-ID: <Pine.LNX.4.30.0101292144280.14179-100000@lapaki.jach.hawaii.edu>
53168      Branch: perl
53169            ! dump.c
53170 ____________________________________________________________________________
53171 [  8616] By: jhi                                   on 2001/01/30  18:20:58
53172         Log: Integrate partly the change #8615 from mainline, the t/op/each.t
53173              part isn't applicable to maintperl.
53174              
53175              UTF-8 nit from Inaba Hiroto.
53176      Branch: maint-5.6/perl
53177           !> pod/perlapi.pod utf8.c
53178 ____________________________________________________________________________
53179 [  8615] By: jhi                                   on 2001/01/30  18:18:51
53180         Log: UTF-8 nit from Inaba Hiroto.
53181      Branch: perl
53182            ! pod/perlapi.pod t/op/each.t utf8.c
53183 ____________________________________________________________________________
53184 [  8614] By: jhi                                   on 2001/01/30  18:13:38
53185         Log: Integrate changes #8608,8609,8610,8611,8612,8613 from maintperl.
53186              
53187              perl's internal variables are not for public consumption,
53188              move their docs from perlapi.pod to perlintern.pod
53189              
53190              support for -Dusethreads build under HP-UX 10.20 and DCE threads
53191              library (11.0 and later have pthreads but 10.x don't)
53192              
53193              avoid uninitialized value warnings
53194              
53195              canonicalize paths when doing chdir() on windows (or Cwd::getcwd()
53196              gets weird results)
53197              
53198              perldoc nit on windows
53199              
53200              make it possible to run the tests outside the source tree
53201              (there's still a dependency on ../lib being the library
53202              location)
53203      Branch: perl
53204           !> hints/hpux.sh intrpvar.h perlapi.c pod/perlapi.pod
53205           !> pod/perlintern.pod t/base/term.t t/io/tell.t t/lib/dprof/V.pm
53206           !> t/op/flip.t thrdvar.h thread.h utils/perldoc.PL
53207           !> win32/bin/search.pl win32/vdir.h
53208 ____________________________________________________________________________
53209 [  8613] By: gsar                                  on 2001/01/30  16:39:59
53210         Log: make it possible to run the tests outside the source tree
53211              (there's still a dependency on ../lib being the library
53212              location)
53213      Branch: maint-5.6/perl
53214            ! t/base/term.t t/io/tell.t t/lib/dprof/V.pm t/op/flip.t
53215 ____________________________________________________________________________
53216 [  8612] By: gsar                                  on 2001/01/30  16:31:12
53217         Log: perldoc nit on windows
53218      Branch: maint-5.6/perl
53219            ! utils/perldoc.PL
53220 ____________________________________________________________________________
53221 [  8611] By: gsar                                  on 2001/01/30  16:22:54
53222         Log: canonicalize paths when doing chdir() on windows (or Cwd::getcwd()
53223              gets weird results)
53224      Branch: maint-5.6/perl
53225            ! win32/vdir.h
53226 ____________________________________________________________________________
53227 [  8610] By: gsar                                  on 2001/01/30  16:12:45
53228         Log: avoid uninitialized value warnings
53229      Branch: maint-5.6/perl
53230            ! win32/bin/search.pl
53231 ____________________________________________________________________________
53232 [  8609] By: gsar                                  on 2001/01/30  16:08:01
53233         Log: support for -Dusethreads build under HP-UX 10.20 and DCE threads
53234              library (11.0 and later have pthreads but 10.x don't)
53235      Branch: maint-5.6/perl
53236            ! hints/hpux.sh thread.h
53237 ____________________________________________________________________________
53238 [  8608] By: gsar                                  on 2001/01/30  15:48:55
53239         Log: perl's internal variables are not for public consumption,
53240              move their docs from perlapi.pod to perlintern.pod
53241      Branch: maint-5.6/perl
53242            ! intrpvar.h perlapi.c pod/perlapi.pod pod/perlintern.pod
53243            ! thrdvar.h
53244 ____________________________________________________________________________
53245 [  8607] By: gsar                                  on 2001/01/30  15:44:27
53246         Log: mistakenly branched perl56delta.pod, revert
53247      Branch: maint-5.6/perl
53248            - pod/perl56delta.pod
53249           !> pod/perldelta.pod
53250 ____________________________________________________________________________
53251 [  8606] By: gsar                                  on 2001/01/30  14:20:24
53252         Log: integrate changes#7984,7987,8010 from mainline (gets rid of
53253              dTHR which has been a noop for a while now, except for the
53254              compatibility definition in thread.h)
53255      Branch: maint-5.6/perl
53256           !> (integrate 45 files)
53257 ____________________________________________________________________________
53258 [  8605] By: jhi                                   on 2001/01/30  05:43:58
53259         Log: Mark the UTF-8 APIs as experimental.
53260      Branch: maint-5.6/perl
53261            ! embed.pl pod/perlapi.pod
53262 ____________________________________________________________________________
53263 [  8604] By: jhi                                   on 2001/01/30  05:38:40
53264         Log: Nits from earlier integrates.
53265      Branch: maint-5.6/perl
53266            ! lib/Carp/Heavy.pm
53267           !> sv.c
53268 ____________________________________________________________________________
53269 [  8603] By: jhi                                   on 2001/01/30  05:27:26
53270         Log: Regenerate Porting files.
53271      Branch: maint-5.6/perl
53272            ! Porting/Glossary Porting/config.sh Porting/config_H
53273 ____________________________________________________________________________
53274 [  8602] By: jhi                                   on 2001/01/30  05:14:59
53275         Log: Integrate changes #7891,8034,8078,8110,8111,8112,8277,8291,
53276              8310,8339,8447,8492,8493,8505,8525: documentation changes.
53277              
53278              Subject: Re: perlfaq style changes
53279              
53280              Subject: DOC PATCH 5.6.0: -s return value incompletely documented
53281              
53282              Subject: [PATCH] docs on NaN
53283              
53284              Subject: [patch] perlfaq7
53285              
53286              Subject: [ID 20001214.003] [PATCH bleadperl] POSIX::tmpnam() is dangerous
53287              
53288              Subject: [PATCH] Re: [ID 20001013.006] XS subs are not define()ed
53289              
53290              Subject: [PATCH] open() example in perlfunc.pod
53291              
53292              Podify README.mpeix (a new version from the web)
53293              
53294              Subject: [PATCH 5.[67].1]; as Re: [PATCH 5.6.1-TRIAL1 and @8223]; was Re: Perlbug 20000322.006 status update
53295              
53296              Subject: [PATCH] format and rewording in perlfaq.pod
53297              
53298              Subject: [PATCH] API Variable documentation   
53299              
53300              Memory management calls documentation.
53301              
53302              Subject: [PATCH: perl@8482] README.vms URL updates
53303              
53304              Subject: Minor typos in perlfaq2.pod
53305              
53306              Subject: [PATCH] pod/perlvar.pod
53307      Branch: maint-5.6/perl
53308           +> pod/perl56delta.pod
53309            ! pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
53310           !> README.amiga README.epoc README.mpeix README.vms
53311           !> ext/POSIX/POSIX.pod lib/CPAN.pm lib/Carp/Heavy.pm
53312           !> lib/Win32.pod pod/perlapi.pod pod/perlfaq.pod pod/perlfaq1.pod
53313           !> pod/perlfaq2.pod pod/perlfaq6.pod pod/perlfaq7.pod
53314           !> pod/perlfunc.pod pod/perlop.pod pod/perlrequick.pod
53315           !> pod/perlvar.pod thrdvar.h
53316 ____________________________________________________________________________
53317 [  8601] By: jhi                                   on 2001/01/30  04:38:35
53318         Log: Integrate changes #8036,8096,8253 from mainline:
53319              hints changes.
53320              
53321              Subject: [ID 20001207.004] [PATCH 5.6.0 and 5.7.x] add NCR MP-RAS support
53322              Subject: [8095] HP-UX 11.00 / cc / 64bitint & 64bitall / perlio 
53323              
53324              Output the (apparent) version of gcc in Tru64.
53325      Branch: maint-5.6/perl
53326           +> ext/POSIX/hints/svr4.pl
53327           !> MANIFEST ext/POSIX/Makefile.PL hints/dec_osf.sh hints/hpux.sh
53328           !> hints/svr4.sh t/lib/bigfltpm.t
53329 ____________________________________________________________________________
53330 [  8600] By: jhi                                   on 2001/01/30  04:04:01
53331         Log: Integrate changes #7863,7868,7875,7876,7888,8384,8480 from mainline:
53332              locale fixes.
53333              
53334              sprintf() does not taint since print() does not. (7863,7875,7876,7888)
53335              
53336              Debian allows /usr/bin/locale to exist without any locales. (7868)
53337              
53338              Allow the locale test needing POSIX and the taint test
53339              needing IPC::SysV to run under 'minitest' (basically,
53340              bail out if loading the extension fails). (8384)
53341              
53342              Cleanup the locale.t output  (8480)
53343      Branch: maint-5.6/perl
53344           !> pod/perllocale.pod sv.c t/op/misc.t t/op/taint.t
53345           !> t/pragma/locale.t
53346 ____________________________________________________________________________
53347 [  8599] By: jhi                                   on 2001/01/30  03:51:04
53348         Log: Missing generated files from #8598.
53349      Branch: maint-5.6/perl
53350            ! embed.h global.sym objXSUB.h perlapi.c proto.h
53351 ____________________________________________________________________________
53352 [  8598] By: jhi                                   on 2001/01/30  03:41:54
53353         Log: Integrate change #8555 from mainline, manually integrate parts
53354              of changes 8452 and 8583.
53355              
53356              Subject: [PATCH] utf8.c documentation (8452)
53357              
53358              No point in checking the length if the pointer is bogus. (8555)
53359              
53360              Introduce bytes_from_utf8() and implement sv_eq() using it,
53361              tr/// did not handle UTF-8 ranges, \ before a raw UTF-8 character
53362              produced "Malformed UTF-8 character" warning, "\x{100}\N{CENT SIGN}"
53363              was malformed. (8583)
53364      Branch: maint-5.6/perl
53365            ! embed.pl t/lib/charnames.t t/op/tr.t toke.c
53366           !> pod/perlapi.pod sv.c utf8.c
53367 ____________________________________________________________________________
53368 [  8597] By: gsar                                  on 2001/01/30  02:37:26
53369         Log: get PERL_OBJECT build going again on windows
53370      Branch: maint-5.6/perl
53371            ! embed.h embed.pl global.sym objXSUB.h perlapi.c
53372            ! pod/perlapi.pod proto.h sv.c
53373 ____________________________________________________________________________
53374 [  8596] By: jhi                                   on 2001/01/30  02:16:17
53375         Log: Signedness nit.
53376      Branch: perl
53377            ! sv.c
53378 ____________________________________________________________________________
53379 [  8595] By: jhi                                   on 2001/01/30  02:11:07
53380         Log: EBCDIC patch for Storable, from Peter Prymmer.
53381      Branch: perl
53382            ! t/lib/st-06compat.t
53383 ____________________________________________________________________________
53384 [  8594] By: jhi                                   on 2001/01/30  01:04:48
53385         Log: Subject: [PATCH: perl@8585] yet another tweak to lib/b.t for EBCDIC
53386              From: Peter Prymmer <pvhp@forte.com>
53387              Date: Mon, 29 Jan 2001 16:51:38 -0800 (PST)
53388              Message-ID: <Pine.OSF.4.10.10101291646320.230748-100000@aspara.forte.com>
53389      Branch: perl
53390            ! t/lib/b.t
53391 ____________________________________________________________________________
53392 [  8593] By: jhi                                   on 2001/01/30  00:56:47
53393         Log: Subject: [PATCH: perl@8585] pod problems in io
53394              From: Peter Prymmer <pvhp@forte.com>
53395              Date: Mon, 29 Jan 2001 16:46:25 -0800 (PST)
53396              Message-ID: <Pine.OSF.4.10.10101291636420.230748-100000@aspara.forte.com>
53397      Branch: perl
53398            ! pod/perlapio.pod pod/perliol.pod
53399 ____________________________________________________________________________
53400 [  8592] By: jhi                                   on 2001/01/30  00:48:20
53401         Log: Integrate perlio.
53402      Branch: perl
53403           !> pod/perlapio.pod pod/perliol.pod
53404 ____________________________________________________________________________
53405 [  8591] By: nick                                  on 2001/01/29  22:02:28
53406         Log: GNU 'merge' Simon's copy of perliol.pod with version
53407              patched by Craig's patch.
53408      Branch: perlio
53409            ! pod/perliol.pod
53410 ____________________________________________________________________________
53411 [  8590] By: nick                                  on 2001/01/29  21:55:10
53412         Log: PerlIO doc tweaks from Craig A. Berry <craig.berry@psinetcs.com>
53413      Branch: perlio
53414            ! pod/perlapio.pod pod/perliol.pod
53415 ____________________________________________________________________________
53416 [  8589] By: jhi                                   on 2001/01/29  15:35:33
53417         Log: Integrate change #8586 from maint-5.6/perl.
53418              
53419              make the BOM detection code not call tell() until it has to
53420              (meant to fix esoteric compatibility issues where PL_rsfp
53421              is overridden)
53422      Branch: perl
53423           !> toke.c
53424 ____________________________________________________________________________
53425 [  8588] By: jhi                                   on 2001/01/29  15:29:11
53426         Log: Subject: MAking Solaris malloc() the default
53427              From: Lupe Christoph <lupe@lupe-christoph.de>
53428              Date: Mon, 29 Jan 2001 12:59:36 +0100
53429              Message-ID: <20010129125936.Z4830@alanya.lupe-christoph.de>
53430              
53431              The README.solaris part slightly tweaked.
53432      Branch: perl
53433            ! README.solaris hints/solaris_2.sh
53434 ____________________________________________________________________________
53435 [  8587] By: jhi                                   on 2001/01/29  15:17:34
53436         Log: Subject: [ID 20010128.003] [PATCH] perlre.pod \b buglet
53437              From: root@ak-75.mind.de
53438              Date: Sun, 28 Jan 2001 20:32:29 +0100
53439              Message-Id: <200101281932.UAA15768@ak-75.mind.de>
53440      Branch: perl
53441            ! pod/perlre.pod
53442 ____________________________________________________________________________
53443 [  8586] By: gsar                                  on 2001/01/29  13:43:44
53444         Log: make the BOM detection code not call tell() until it has to
53445              (meant to fix esoteric compatibility issues where PL_rsfp
53446              is overridden)
53447      Branch: maint-5.6/perl
53448            ! toke.c
53449 ____________________________________________________________________________
53450 [  8585] By: jhi                                   on 2001/01/28  20:05:45
53451         Log: Update Changes.
53452      Branch: perl
53453            ! Changes patchlevel.h
53454 ____________________________________________________________________________
53455 [  8584] By: jhi                                   on 2001/01/28  19:30:02
53456         Log: Integrate perlio.
53457      Branch: perl
53458           +> pod/perliol.pod
53459           !> MANIFEST pod/perlapio.pod
53460 ____________________________________________________________________________
53461 [  8583] By: jhi                                   on 2001/01/28  19:28:40
53462         Log: Patch from Inaba Hiroto:
53463              - canonical UTF-8 hash keys: if a key string for a hash is
53464              UTF8-on, try downgrade the string and use it if
53465              unicode::distinct is not in effect.
53466              For the task, I added a function bytes_from_utf8() to utf8.c.
53467              It might resemble utf8_to_bytes() but it is not convenient
53468              to the task.
53469              Made a test for it and added to t/op/each.t
53470              - Changed do_print in doio.c to apply sv_utf8_(downgrade|upgrade) to
53471              the mortal copy of the argument SV.
53472              And changed t/io/utf8.t test 18 which expects print() to
53473              upgrade its argument.
53474              - re-implement sv_eq with bytes_from_utf8()
53475              - some bug fixes
53476              - tr/// does not handle UTF8 range (\x{}-\x{})
53477              - \ before raw UTF8 character produced
53478              "Malformed UTF-8 character" warning.
53479              - "\x{100}\N{CENT SIGN}" is Malformed.
53480              Added tests for these 3.
53481              - and one silly bug (by me) with qu operator.
53482      Branch: perl
53483            ! doio.c embed.h embed.pl global.sym hv.c objXSUB.h perlapi.c
53484            ! pod/perlapi.pod proto.h sv.c t/io/utf8.t t/lib/charnames.t
53485            ! t/op/each.t t/op/tr.t t/pragma/utf8.t toke.c utf8.c
53486 ____________________________________________________________________________
53487 [  8582] By: nick                                  on 2001/01/28  19:25:04
53488         Log: Add pod/perliol.pod to MANIFEST :-(
53489      Branch: perlio
53490            ! MANIFEST
53491 ____________________________________________________________________________
53492 [  8581] By: nick                                  on 2001/01/28  19:22:40
53493         Log: PerlIO documentation. Proofing and sub-editing requested.
53494      Branch: perlio
53495            + pod/perliol.pod
53496            ! pod/perlapio.pod
53497 ____________________________________________________________________________
53498 [  8580] By: jhi                                   on 2001/01/28  05:16:25
53499         Log: Revert the change to sv_2pv() done by #8054: Someone who
53500              did SvNV_set() on a scalar that also happened to be POK,
53501              followed by sv_2pv() won't get the right coercion anymore.
53502              [Sarathy]
53503      Branch: maint-5.6/perl
53504            ! sv.c
53505 ____________________________________________________________________________
53506 [  8579] By: jhi                                   on 2001/01/28  05:15:04
53507         Log: Remove the #8084 effect: do not allow -Q to be interpreted
53508              as -&Q(), this is too much wiggle room.
53509      Branch: maint-5.6/perl
53510            ! toke.c
53511 ____________________________________________________________________________
53512 [  8578] By: jhi                                   on 2001/01/28  05:12:45
53513         Log: Needed bits of #8439 (should have been in #8576),
53514              mainly for lval substr().
53515      Branch: maint-5.6/perl
53516            ! mg.c pp.c pp_hot.c
53517 ____________________________________________________________________________
53518 [  8577] By: jhi                                   on 2001/01/28  05:02:46
53519         Log: A missing check-in.
53520      Branch: maint-5.6/perl
53521            ! utf8.c
53522 ____________________________________________________________________________
53523 [  8576] By: jhi                                   on 2001/01/28  04:26:18
53524         Log: Integrate changes #8425,8436,8439,8517 from mainline.
53525              The 8439 was not truly integrated because it had too many
53526              dependencies on the development branch and because it introduced
53527              concepts too bold for a maintenance branch (such as the qu operator).
53528              
53529              Subject: [PATCH perl@8342] -Wformat
53530              
53531              Tighten some of the UTF-8 tests a bit.
53532              
53533              More UTF-8 patches from Inaba Hiroto. (8439, but only partly)
53534              - The substr lval was still not okay.
53535              - Now pp_stringify and sv_setsv copies source's UTF8 flag
53536              even if IN_BYTE.  pp_stringify is called from fold_constants
53537              at optimization phase and "\x{100}" was made SvUTF8_off under
53538              use bytes (the bytes pragma is for "byte semantics" and not
53539              for "do not produce UTF8 data")
53540      Branch: maint-5.6/perl
53541            ! t/lib/charnames.t t/op/substr.t toke.c
53542           !> sv.c t/pragma/utf8.t
53543 ____________________________________________________________________________
53544 [  8575] By: jhi                                   on 2001/01/28  04:01:51
53545         Log: Integrate changes #8378,8379,8385,8386,8405 from mainline.
53546              
53547              Subject: One more patch for UTF8  (UTF-8 fixes for 'x' and tr////)
53548              
53549              Subject: [ID 20001230.003] UTF-8 tr still hurts
53550              
53551              Test cases for #8385 (from Simon's "torture.pl")
53552              
53553              Start fixing UTF-8 lval substr() (8405)
53554      Branch: maint-5.6/perl
53555           !> doop.c embed.h embed.pl mg.c op.c pod/perlapi.pod pp.c proto.h
53556           !> regcomp.c regexec.c t/op/substr.t t/op/tr.t toke.c utf8.c
53557 ____________________________________________________________________________
53558 [  8574] By: jhi                                   on 2001/01/28  03:09:06
53559         Log: Integrate changes #8328,8329,8330,8331,8332,8341,8343,8377
53560              from mainline.
53561              
53562              UTF-8 cleanup.
53563              
53564              Subject: [PATCH perl@8327] strings with \x{..} in the middle are corrupted 
53565              
53566              "\x{FF}\xFF" was broken.
53567              
53568              Tests for #8329 and #8330.
53569              
53570              Add a note about EBCDIC versus UTF-8 to a potential problem spot.
53571              
53572              IRIX compiler noticed that the bof initialization might be
53573              bypassed by control flow.
53574              
53575              Make explicit our assumption that (for now) "\x{80}" produces UTF-8.
53576      Branch: maint-5.6/perl
53577           !> doop.c op.c pp.c pp_ctl.c pp_hot.c pp_sys.c regcomp.c
53578           !> regexec.c sv.c t/op/bop.t toke.c utf8.c
53579 ____________________________________________________________________________
53580 [  8573] By: jhi                                   on 2001/01/28  02:06:12
53581         Log: Retract #8552.
53582      Branch: perl
53583            ! lib/Text/Wrap.pm t/lib/textwrap.t
53584 ____________________________________________________________________________
53585 [  8572] By: jhi                                   on 2001/01/28  02:04:49
53586         Log: Integrate changes #8267,8272[perlio],8274,8298,8300,8303,
53587              8305,8323,8324 from mainline.  The 8267,8272, and 8298 were
53588              not really integrated but instead salvaged by hand
53589              (they had too many dependencies on the development release
53590              to be cleanly integratable).
53591              
53592              Subject: more UTF8 test suites and an UTF8 patch
53593              
53594              Tweak for MULTIPLICITY/USE_PERLIO
53595              
53596              Signedness nit.
53597              
53598              Turn SvUTF8 off if not required in pp_chr and pp_stringify.
53599              
53600              Use the UTF8_XXX macros in is_utf8_char().
53601              
53602              Rewrite pp_concat() in terms of sv_catsv().  The . operator
53603              should now be UTF-8-proof.
53604              
53605              Subject: [PATCH perl@8269] scanning two hex-constants
53606              fails on EBCDIC environment (script length.t)
53607              
53608              Add some Unicode chop() tests.
53609      Branch: maint-5.6/perl
53610            ! doop.c mg.c pp.c pp_hot.c toke.c utf8.c
53611           !> sv.c t/op/chop.t utf8.h
53612 ____________________________________________________________________________
53613 [  8571] By: jhi                                   on 2001/01/28  00:35:59
53614         Log: Integrate changes #8090,8093[perlio,only the sv.c tweak],
53615              8245,8247,8248,8249,8250,8251,8260,8263,8264,8265 from mainline.
53616              
53617              Subject: [PATCH] Re: Breadperl & Tk (sv_utf8_upgrade fixes)
53618              
53619              The maxiters upper limit sanity check (guarding against
53620              non-progress) assumed bytes instead of characters in s///
53621              and split().
53622              
53623              Signedness nit.
53624              
53625              sv_catsv() rewrite (8248,8249,8251,8260,8263,8264,8265)
53626              join() should now be UTF-8-proof.
53627              
53628              More split // UTF-8 tests. (8250)
53629      Branch: maint-5.6/perl
53630           !> doop.c hv.c pp.c pp_hot.c sv.c t/op/join.t utf8.c utf8.h
53631           !> util.c
53632 ____________________________________________________________________________
53633 [  8570] By: jhi                                   on 2001/01/27  22:15:46
53634         Log: Integrate changes #7941,7943,7944,7958,7967,7995,7996,7998,
53635              8004,8005,8023,8024,8028,8030,8031,8033,8039,8042,8052[perlio],
53636              8053[perlio],8054[perlio,+sv.c(-PerlIO_isutf8),+require.t],
53637              8084,8204,8244,8333 from mainline.
53638              
53639              For -Q where Q might be a one-letter sub name one does no more
53640              get a warning about an unknown filetest (7941,7943,7944,8084).
53641              
53642              Subject: Re: [ID 20001130.011] expression parsing bug ?
53643              
53644              Make uv_to_utf8() to zero-terminate its output buffer.
53645              
53646              Split off t/op/length.t (7995)
53647              
53648              Split off t/op/utf8decode.t (7996)
53649              
53650              Remove an unnecessary 'use utf8' from the utf8.t (7998)
53651              
53652              Split off t/op/concat.t (8004)
53653              
53654              Split off t/op/ver.t (8005)
53655              
53656              Document utf8_length(), utf8_distance(), and utf8_hop().
53657              
53658              Document utf8_to_uv() better.
53659              
53660              Introduce macros for UTF8 decoding (8028,8033).
53661              
53662              Add test for reverse() (8030,8031).
53663              
53664              Subject: [PATCH] Re: ebcdic <-> ascii tables interjected in uv <-> utf8 considered harmful (8039,8333)
53665              
53666              Do not return the Unicode replacement character    on UTF-8
53667              decoding failure.
53668              
53669              Typo/thinko in S_scan_const() - seeing high bit sets has_utf8
53670              not this_utf8 i.e. the output string has one, but don't mess
53671              with source assumption. (8052,8053)
53672              
53673              Tweak t/comp/require.t to add a 'use bytes' to permit its dubious
53674              writing of BOM to a non-utf8 stream.  Fix SvPVutf8() - sv_2pv()
53675              was not expecting to be called with something that was already
53676              SvPOK() - (we just fossiked with SvUTF8 bit). Fix that and also
53677              just use the SvPV macro in sv_2pvutf8() to avoid the issue/overhead.
53678              (8054)
53679              
53680              Recode the naughty binary bytes in utf8decode.t using the \xHH.
53681              
53682              Make some panic messages a bit more logical.
53683      Branch: maint-5.6/perl
53684           +> t/op/concat.t t/op/length.t t/op/reverse.t t/op/utf8decode.t
53685           !> MANIFEST doop.c embed.pl lib/ExtUtils/Liblist.pm op.c
53686           !> pod/perlapi.pod pod/perldiag.pod pp.c pp_hot.c regcomp.c
53687           !> regexec.c sv.c t/comp/require.t t/op/misc.t t/op/ver.t
53688           !> t/pragma/utf8.t t/pragma/warn/toke t/pragma/warn/utf8 toke.c
53689           !> utf8.c utf8.h
53690 ____________________________________________________________________________
53691 [  8569] By: jhi                                   on 2001/01/27  19:16:43
53692         Log: Integrate changes #7750 from perlio and #8566 from mainline.
53693      Branch: maint-5.6/perl
53694           !> regexec.c sv.c
53695 ____________________________________________________________________________
53696 [  8568] By: jhi                                   on 2001/01/27  18:06:51
53697         Log: Integrate changes #7355[-doio.c],7691,7744,7753[perlio],
53698              7783,7790[perlio],7869,7871,7872,7911,7916,7932,
53699              7935[-perlio.c],7936,7959,7965 from mainline.
53700              
53701              Change the "big byte" error message to "Wide character".
53702              (7355, the croak-if-wide-chars-in-print part ignored)
53703              
53704              Use UINT64_C().
53705              
53706              Introduce Perl_utf8_length().
53707              
53708              diff -se shows these as different (7753, forgotten check-ins)
53709              
53710              Subject: [PATCH] doop.c - UTF8 tr///
53711              
53712              If we use (aTHX_ ...) then put Perl_ on the front.
53713              
53714              Make utf8_length() and utf8_distance() to be less forgiving
53715              about bad UTF-8.
53716              
53717              Test line numbers are different with utf8.
53718              
53719              No need to scan till infinity, 13 is enough. (7872,7911)
53720              
53721              Subject: [PATCH] Tokeniser debugging
53722              
53723              Subject: Re: question about retlen in utf8.c:Perl_utf8_to_uv()
53724              
53725              Subject: [PATCH perl@7930] toke.c perlio.c -Wformat nits (only toke.c)
53726              
53727              Be more careful in Perl_sv_utf8_downgrade().
53728              
53729              Use DO_UTF8().
53730              
53731              Raw zero bytes in text files confuse at least GNU patch 2.1.
53732      Branch: maint-5.6/perl
53733           !> doop.c embed.h embed.pl global.sym handy.h objXSUB.h op.c
53734           !> perl.c perl.h perlapi.c pod/perlapi.pod pod/perldiag.pod
53735           !> pod/perlrun.pod proto.h scope.h sv.c t/op/re_tests
53736           !> t/pragma/utf8.t toke.c utf8.c utf8.h
53737 ____________________________________________________________________________
53738 [  8567] By: nick                                  on 2001/01/27  11:10:38
53739         Log: Integrate mainline
53740      Branch: perlio
53741           !> Changes README.os390 embed.h embed.pl op.c patchlevel.h pp.c
53742           !> proto.h regexec.c sv.c t/lib/1_compile.t t/lib/b.t
53743           !> t/lib/st-06compat.t t/pragma/overload.t t/pragma/sub_lval.t
53744           !> toke.c
53745 ____________________________________________________________________________
53746 [  8566] By: jhi                                   on 2001/01/27  06:22:48
53747         Log: More documentation for the regexp context stack.
53748      Branch: perl
53749            ! regexec.c
53750 ____________________________________________________________________________
53751 [  8565] By: jhi                                   on 2001/01/27  05:21:57
53752         Log: Update Changes.
53753      Branch: perl
53754            ! Changes patchlevel.h
53755 ____________________________________________________________________________
53756 [  8564] By: jhi                                   on 2001/01/27  04:44:04
53757         Log: Threadedness patch for #8562 from Doug MacEachern.
53758      Branch: perl
53759            ! toke.c
53760 ____________________________________________________________________________
53761 [  8563] By: jhi                                   on 2001/01/27  04:26:24
53762         Log: Subject: [PATCH @8545] [ID 20000808.005] OP_REFGEN as an lvalue
53763              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
53764              Date: Thu, 25 Jan 2001 01:17:21 -0800 (PST)
53765              Message-ID: <14959.59703.507462.978833@soda.csua.berkeley.edu>
53766      Branch: perl
53767            ! op.c
53768 ____________________________________________________________________________
53769 [  8562] By: jhi                                   on 2001/01/27  04:20:30
53770         Log: Subject: Re: Announce : Tokener reporting patch
53771              From: Simon Cozens <simon@cozens.net>
53772              Date: Mon, 22 Jan 2001 02:17:22 +0000
53773              Message-ID: <20010122021722.A9334@pembro26.pmb.ox.ac.uk>
53774      Branch: perl
53775            ! embed.h embed.pl proto.h toke.c
53776 ____________________________________________________________________________
53777 [  8561] By: jhi                                   on 2001/01/27  04:17:24
53778         Log: Forgot from #8545.  Oops.
53779      Branch: perl
53780            ! pp.c t/pragma/overload.t
53781 ____________________________________________________________________________
53782 [  8560] By: jhi                                   on 2001/01/27  03:01:47
53783         Log: A better module compilation test, use MANIFEST as suggested
53784              by Spider.
53785      Branch: perl
53786            ! t/lib/1_compile.t
53787 ____________________________________________________________________________
53788 [  8559] By: jhi                                   on 2001/01/27  02:50:48
53789         Log: Subject: [PATCH: perl@8531] EBCDIC cleanup for B test
53790              From: Peter Prymmer <pvhp@forte.com>
53791              Date: Fri, 26 Jan 2001 16:38:08 -0800 (PST)
53792              Message-ID: <Pine.OSF.4.10.10101261635400.14820-100000@aspara.forte.com>
53793      Branch: perl
53794            ! t/lib/b.t
53795 ____________________________________________________________________________
53796 [  8558] By: jhi                                   on 2001/01/27  02:27:05
53797         Log: Subject: [PATCH: perl@8531] EBCDIC branch for pragma/sub-lval.t
53798              From: Peter Prymmer <pvhp@forte.com>
53799              Date: Fri, 26 Jan 2001 16:05:11 -0800 (PST)
53800              Message-ID: <Pine.OSF.4.10.10101261603460.14820-100000@aspara.forte.com>
53801      Branch: perl
53802            ! t/pragma/sub_lval.t
53803 ____________________________________________________________________________
53804 [  8557] By: jhi                                   on 2001/01/27  02:26:03
53805         Log: Subject: [PATCH: perl@8531] a peek at uuencoded EBCDIC (st-06compat.t)
53806              From: Peter Prymmer <pvhp@forte.com>
53807              Date: Fri, 26 Jan 2001 14:47:46 -0800 (PST)
53808              Message-ID: <Pine.OSF.4.10.10101261443561.14820-100000@aspara.forte.com>
53809      Branch: perl
53810            ! t/lib/st-06compat.t
53811 ____________________________________________________________________________
53812 [  8556] By: jhi                                   on 2001/01/27  02:24:33
53813         Log: Subject: [PATCH: perl@8531] minor update to README.os390
53814              From: Peter Prymmer <pvhp@forte.com>
53815              Date: Fri, 26 Jan 2001 14:33:27 -0800 (PST)
53816              Message-ID: <Pine.OSF.4.10.10101261425560.14820-100000@aspara.forte.com>
53817      Branch: perl
53818            ! README.os390
53819 ____________________________________________________________________________
53820 [  8555] By: jhi                                   on 2001/01/27  00:35:47
53821         Log: No point in checking the length before we know whether the pointer
53822              is bogus or not, fixes Abigail's odbm failures in Linux.
53823      Branch: perl
53824            ! sv.c
53825 ____________________________________________________________________________
53826 [  8554] By: nick                                  on 2001/01/26  19:01:31
53827         Log: Integrate mainline
53828      Branch: perlio
53829           !> lib/Text/Wrap.pm t/lib/textwrap.t
53830 ____________________________________________________________________________
53831 [  8553] By: jhi                                   on 2001/01/26  15:19:39
53832         Log: Integrate change #7792 from perlio (multiplicity fix),
53833              fix the AV leak in regex DEBUGGING (tiny part of the
53834              polymorphic regexp patch #8143).
53835      Branch: maint-5.6/perl
53836            ! regcomp.c
53837           !> scope.h
53838 ____________________________________________________________________________
53839 [  8552] By: jhi                                   on 2001/01/26  15:03:23
53840         Log: (Retracted by #8573)
53841              
53842              Subject: [PATCH Text::Wrap 2000.06292219] Spurious leading whitespace
53843              From: Michael G Schwern <schwern@pobox.com>
53844              Date: Fri, 26 Jan 2001 09:28:31 -0500
53845              Message-ID: <20010126092831.A15328@blackrider.aocn.com>
53846      Branch: perl
53847            ! lib/Text/Wrap.pm t/lib/textwrap.t
53848 ____________________________________________________________________________
53849 [  8551] By: jhi                                   on 2001/01/26  02:33:19
53850         Log: Integrate changes #7760,7815,7870,7873,7874,7877,7878,7879,7881,
53851              7937,7938,7939,7940,7968,7969,8403,8414,8510 from mainline.
53852              
53853              Subject: [PATCH 5.7.0] The first step in removing recursion from the REx engine
53854              
53855              Subject: [PATCH 5.7.0] Overeager visited-positions optimizations
53856              
53857              Message nit.
53858              
53859              BOUND regex opcodes (\b, \B) could try to scan zero length UTF-8.
53860              
53861              Debug dump of ANYOFUTF8 was garbage (data from ANYOF).
53862              
53863              (the cleanup of unused submatches in regtry() and regcppop())
53864              
53865              Fix for 20001130.008 and 20001130.010, the PL_regnpar wasn't
53866              stored and restored, and thusly was trounced by the utf8 swash
53867              routines.
53868              
53869              use utf8 not required to use \x{}.
53870              
53871              Removed two more tests that make no sense in UTF-8 since the test
53872              data is not in UTF-8.
53873              
53874              Get the three different space character classes right under utf8.
53875              
53876              Implement ANYOFUTF8 regprop() dumping.
53877              
53878              Subject: Re: [ID 20001029.005] Regex error: "cd. (A. Tw)" !~ /\((\w\. \w+)\)/
53879              
53880              Document the regex context pushing/popping a bit better.
53881      Branch: maint-5.6/perl
53882           +> lib/unicode/Is/Blank.pl lib/unicode/Is/SpacePerl.pl
53883           !> MANIFEST lib/unicode/mktables.PL pod/perlre.pod regcomp.c
53884           !> regexec.c scope.h t/op/pat.t t/op/re_tests t/op/regexp.t
53885           !> t/op/regmesg.t utf8.c
53886 ____________________________________________________________________________
53887 [  8550] By: nick                                  on 2001/01/25  19:42:30
53888         Log: Integrate mainline
53889      Branch: perlio
53890           !> Makefile.SH README.os390 gv.c hints/os390.sh installperl
53891           !> lib/Math/BigFloat.pm lib/Math/BigInt.pm lib/overload.pm perl.h
53892           !> pod/perlguts.pod t/lib/bigfloat.t t/lib/bigfltpm.t
53893           !> t/lib/bigint.t t/lib/bigintpm.t
53894 ____________________________________________________________________________
53895 [  8549] By: jhi                                   on 2001/01/25  15:22:28
53896         Log: Undo 6475: { use utf8; chr(128..255) } is better off producing bytes.
53897      Branch: maint-5.6/perl
53898            ! pod/perlfunc.pod pp.c t/pragma/utf8.t
53899 ____________________________________________________________________________
53900 [  8548] By: jhi                                   on 2001/01/25  15:02:55
53901         Log: Integrate changes #7997,8063,8492,8547 from mainline.
53902              
53903              Subject: Re: STRLEN - what?
53904              
53905              Subject: [PATCH] perlguts.pod
53906              
53907              Memory management calls documentation.
53908              
53909              Layout using tabulator is not a good idea in a pod.
53910      Branch: maint-5.6/perl
53911           !> pod/perlguts.pod
53912 ____________________________________________________________________________
53913 [  8547] By: jhi                                   on 2001/01/25  14:49:05
53914         Log: Layout using tabulator is not a good idea in a pod.
53915      Branch: perl
53916            ! pod/perlguts.pod
53917 ____________________________________________________________________________
53918 [  8546] By: jhi                                   on 2001/01/25  14:31:12
53919         Log: Integrate changes #8188,8189,8208,8209,8210,8212,8374,8388
53920              from mainline.
53921              
53922              Subject: [DOC PATCH: perl@7953] update list of lang. sensitive editors/IDES
53923              
53924              Subject: [DOC PATCH: perl@8150, 5.6.1-TRIAL1] update list of lang. sensitive editors/IDES
53925              
53926              More Win32 editor/IDE/shell hints.
53927              
53928              More Win32 Perling.
53929              
53930              Yet another editor edit.
53931              
53932              Edit edit edit.
53933              
53934              IDE/editor section tweaking.
53935              
53936              Few more IDE/editor nits from p5p.
53937      Branch: maint-5.6/perl
53938           !> pod/perlfaq3.pod
53939 ____________________________________________________________________________
53940 [  8545] By: jhi                                   on 2001/01/25  04:16:32
53941         Log: Subject: [PATCH 5.7.0] overload int()
53942              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
53943              Date: Wed, 24 Jan 2001 19:06:57 -0500
53944              Message-ID: <20010124190657.A8512@math.ohio-state.edu>
53945      Branch: perl
53946            ! gv.c lib/Math/BigFloat.pm lib/Math/BigInt.pm lib/overload.pm
53947            ! perl.h t/lib/bigfloat.t t/lib/bigfltpm.t t/lib/bigint.t
53948            ! t/lib/bigintpm.t
53949 ____________________________________________________________________________
53950 [  8544] By: jhi                                   on 2001/01/25  04:15:11
53951         Log: Subject: [PATCH: perl@8506]completion and docs for dynamic loading on OS/390
53952              From: Peter Prymmer <pvhp@forte.com>
53953              Date: Wed, 24 Jan 2001 17:17:14 -0800 (PST)
53954              Message-ID: <Pine.OSF.4.10.10101241706120.411912-100000@aspara.forte.com>
53955      Branch: perl
53956            ! Makefile.SH README.os390 hints/os390.sh installperl
53957 ____________________________________________________________________________
53958 [  8543] By: jhi                                   on 2001/01/25  03:52:08
53959         Log: Integrate change #8462,8469 from mainline.
53960              
53961              In VMS Perl subversion (perl -V) is undef.
53962      Branch: maint-5.6/perl
53963           !> configure.com
53964 ____________________________________________________________________________
53965 [  8542] By: jhi                                   on 2001/01/25  03:44:55
53966         Log: Integrate changes #7835,7850,8315,8316 from mainline.
53967              
53968              Solaris hints.
53969      Branch: maint-5.6/perl
53970           !> hints/solaris_2.sh
53971 ____________________________________________________________________________
53972 [  8541] By: jhi                                   on 2001/01/25  03:39:28
53973         Log: Integrate #8336 from mainline.
53974      Branch: maint-5.6/perl
53975           !> hv.c
53976 ____________________________________________________________________________
53977 [  8540] By: jhi                                   on 2001/01/25  03:23:50
53978         Log: Retract #8539.
53979      Branch: maint-5.6/perl
53980            ! pod/perlfaq3.pod
53981 ____________________________________________________________________________
53982 [  8539] By: jhi                                   on 2001/01/25  03:21:55
53983         Log: (Retracted by #8540.)
53984      Branch: maint-5.6/perl
53985            ! pod/perlfaq3.pod
53986 ____________________________________________________________________________
53987 [  8538] By: jhi                                   on 2001/01/25  03:14:07
53988         Log: Subject: [re-patch: 5.6.1-TRIAL1] was Re: [PATCH 5.6.1-TRIAL1]VMS buildpatches
53989              From: Peter Prymmer <pvhp@forte.com>
53990              Date: Mon, 18 Dec 2000 13:10:35 -0800 (PST)
53991              Message-ID: <Pine.OSF.4.10.10012181249310.410192-100000@aspara.forte.com>
53992              
53993              The VMS bits.
53994      Branch: maint-5.6/perl
53995            ! configure.com vms/descrip_mms.template
53996 ____________________________________________________________________________
53997 [  8537] By: jhi                                   on 2001/01/25  03:06:09
53998         Log: Integrate #7710,7824,7973 from mainline.
53999      Branch: maint-5.6/perl
54000           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
54001           !> config_h.SH configure.com epoc/config.sh hints/aix.sh malloc.c
54002           !> regcomp.c sv.c vos/config.alpha.def vos/config.alpha.h
54003           !> vos/config.ga.def vos/config.ga.h win32/config.bc
54004           !> win32/config.gc win32/config.vc
54005 ____________________________________________________________________________
54006 [  8536] By: jhi                                   on 2001/01/24  13:50:20
54007         Log: Revert the edits made by me so far to the 5.6 branch since
54008              the TRIAL1 since I did edits when I should have been using
54009              integrates.  Bad programmer.   (Will integrate them properly later.)
54010              Undoes #8347, #8349, #8350, #8351, #8353, #8355, #8376, #8463, #8470.
54011              The #8353 will not be reapplied at least for now since
54012              the UTF-8 hash keys need more thinking.
54013              (The patches #8347, #8354, #8454, #8473 were okay since they
54014              were original edits made specifically for the 5.6.1-TRIAL1.)
54015      Branch: maint-5.6/perl
54016            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
54017            ! config_h.SH configure.com embed.pl epoc/config.sh hints/aix.sh
54018            ! hints/solaris_2.sh hv.c hv.h malloc.c perlapi.c
54019            ! pod/perlapi.pod pod/perlfaq3.pod proto.h regcomp.c sv.c
54020            ! t/op/each.t vms/descrip_mms.template vos/config.alpha.def
54021            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
54022            ! win32/config.bc win32/config.gc win32/config.vc
54023 ____________________________________________________________________________
54024 [  8535] By: bailey                                on 2001/01/24  06:37:02
54025         Log: SYN SYN
54026      Branch: vmsperl
54027           +> (branch 26 files)
54028           !> (integrate 130 files)
54029 ____________________________________________________________________________
54030 [  8534] By: nick                                  on 2001/01/23  19:30:57
54031         Log: Integrate mainline.
54032      Branch: perlio
54033           !> Changes Configure Porting/Glossary Porting/config.sh
54034           !> Porting/config_H embed.h embed.pl ext/Encode/compile
54035           !> ext/Opcode/Opcode.xs ext/Opcode/Safe.pm installperl objXSUB.h
54036           !> patchlevel.h perlapi.c perly.y pod/perlfunc.pod
54037           !> pod/perlvar.pod proto.h t/lib/1_compile.t
54038 ____________________________________________________________________________
54039 [  8533] By: jhi                                   on 2001/01/23  16:15:46
54040         Log: Forgotten from #8501.
54041      Branch: perl
54042            ! Porting/Glossary Porting/config.sh Porting/config_H
54043 ____________________________________________________________________________
54044 [  8532] By: jhi                                   on 2001/01/23  16:13:27
54045         Log: Subject: RE: [PATCH perl@8269] Corrections for Perl_yylex_r (used by a reentrant parser as Bison) 
54046              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
54047              Date: Mon, 22 Jan 2001 17:51:58 +0100
54048              Message-ID: <5930DC161690D21196670090271575470397E915@madt009a.siemens.es>
54049      Branch: perl
54050            ! embed.h embed.pl objXSUB.h perlapi.c perly.y proto.h
54051 ____________________________________________________________________________
54052 [  8531] By: jhi                                   on 2001/01/23  15:46:01
54053         Log: Update Changes.
54054      Branch: perl
54055            ! Changes patchlevel.h
54056 ____________________________________________________________________________
54057 [  8530] By: jhi                                   on 2001/01/23  15:38:39
54058         Log: De-cut-and-pasto.
54059      Branch: perl
54060            ! t/lib/1_compile.t
54061 ____________________________________________________________________________
54062 [  8529] By: jhi                                   on 2001/01/23  15:11:04
54063         Log: Document the mkdir trailing slashes case.
54064      Branch: perl
54065            ! pod/perlfunc.pod
54066 ____________________________________________________________________________
54067 [  8528] By: jhi                                   on 2001/01/23  15:08:28
54068         Log: lib/lib.pm is arch dependent, and lib/lib_pm.PL shouldn't
54069              get installed:
54070              
54071              Subject: lib/lib.pm
54072              From: <abigail@foad.org>
54073              Date: Mon, 28 Aug 2000 20:35:08 -0400
54074              Message-ID: <20000829003508.21281.qmail@foad.org>
54075      Branch: perl
54076            ! installperl
54077 ____________________________________________________________________________
54078 [  8527] By: jhi                                   on 2001/01/23  14:44:04
54079         Log: Metaconfig unit change for #8526.
54080      Branch: metaconfig
54081            ! U/threads/archname.U
54082 ____________________________________________________________________________
54083 [  8526] By: jhi                                   on 2001/01/23  14:43:19
54084         Log: Attach -perlio to the archname if so selected.
54085      Branch: perl
54086            ! Configure
54087 ____________________________________________________________________________
54088 [  8525] By: jhi                                   on 2001/01/23  14:24:01
54089         Log: Subject: [PATCH] pod/perlvar.pod
54090              From: abigail@foad.org
54091              Date: Tue, 23 Jan 2001 01:41:10 +0100
54092              Message-ID: <20010123004110.22259.qmail@foad.org>
54093      Branch: perl
54094            ! pod/perlvar.pod
54095 ____________________________________________________________________________
54096 [  8524] By: jhi                                   on 2001/01/23  14:22:32
54097         Log: A bug introduced in #8217 (the undefined variable in the
54098              lib/safe1_t #3) fixed, by Charles Lane:
54099              
54100              The earlier patch made it so that stuff running in Safe
54101              compartments could do a "caller" and see "main".  That
54102              little change in name is done right before the code in
54103              the compartment is run, and apparantly the parser
54104              was picking up the stash name before it got changed.
54105              
54106              (why it was threaded vs. unthreaded Perl that was sensitive to this
54107              I still don't know...and it probably doesn't matter).
54108              
54109              I tryed removing the stash name-change and saw that threaded Perl
54110              did indeed pass the lib/safe1.t tests.
54111              
54112              So here's a patch; a routine (_safe_pkg_prep) is added to Opcode to
54113              do the name change (and to connect _ in the compartment to the global
54114              _) which is removed from _safe_call_sv.   Then Safe.pm is modified
54115              to call _safe_pkg_prep when creating a new compartment.
54116              
54117              Passes all tests with threaded perl on linux; passes all tests
54118              with unthreaded perl on VMS.
54119              
54120              At some point I'll probably want to revisit Safe and Opcode to
54121              provide more sensible handling of global variables...and to get
54122              formats working in Safe compartments, which they don't do currently.
54123      Branch: perl
54124            ! ext/Opcode/Opcode.xs ext/Opcode/Safe.pm
54125 ____________________________________________________________________________
54126 [  8523] By: jhi                                   on 2001/01/23  14:11:58
54127         Log: Also the lib/Thread.pm itself needs to be ignored if
54128              the Thread extension hasn't been built.
54129      Branch: perl
54130            ! t/lib/1_compile.t
54131 ____________________________________________________________________________
54132 [  8522] By: jhi                                   on 2001/01/23  13:51:28
54133         Log: print() instead of warn() so that stderr doesn't get
54134              unnecessarily polluted.
54135      Branch: perl
54136            ! ext/Encode/compile
54137 ____________________________________________________________________________
54138 [  8521] By: jhi                                   on 2001/01/23  13:49:48
54139         Log: Integrate perlio.
54140      Branch: perl
54141           !> ext/Encode/Encode.xs ext/Encode/Makefile.PL ext/Encode/compile
54142           !> ext/Encode/encode.h
54143 ____________________________________________________________________________
54144 [  8520] By: nick                                  on 2001/01/22  21:44:00
54145         Log: More messing with Encode:
54146              Extra fields in header to allow multiple names and to record
54147              other things "compile" knows.
54148              Re-organise compile to factor out common output routines.
54149      Branch: perlio
54150            ! ext/Encode/Encode.xs ext/Encode/compile ext/Encode/encode.h
54151 ____________________________________________________________________________
54152 [  8519] By: nick                                  on 2001/01/22  20:33:50
54153         Log: Change file-of-files command line from -F to -f to avoid case issues on VMS.
54154      Branch: perlio
54155            ! ext/Encode/Makefile.PL ext/Encode/compile
54156 ____________________________________________________________________________
54157 [  8518] By: nick                                  on 2001/01/22  20:28:13
54158         Log: Integrate mainline
54159      Branch: perlio
54160           !> MANIFEST configure.com epoc/config.sh pp_sys.c regexec.c sv.c
54161           !> vos/config.alpha.def vos/config.alpha.h
54162 ____________________________________________________________________________
54163 [  8517] By: jhi                                   on 2001/01/22  15:37:17
54164         Log: Add sv_force_normal() to sv_utf8_downgrade() as suggested
54165              by Inaba Hiroto.
54166      Branch: perl
54167            ! sv.c
54168 ____________________________________________________________________________
54169 [  8516] By: jhi                                   on 2001/01/22  14:55:15
54170         Log: More SIG_SIZE fixes.
54171      Branch: perl
54172            ! epoc/config.sh vos/config.alpha.def vos/config.alpha.h
54173 ____________________________________________________________________________
54174 [  8515] By: jhi                                   on 2001/01/22  14:50:27
54175         Log: Subject: [PATCH perl@8506] typo in last week's configure.com frenzy
54176              From: "Craig A. Berry" <craigberry@mac.com>
54177              Date: Mon, 22 Jan 2001 00:42:24 -0600
54178              Message-Id: <p04330103b6917f35375b@[172.16.52.1]>
54179      Branch: perl
54180            ! configure.com
54181 ____________________________________________________________________________
54182 [  8514] By: jhi                                   on 2001/01/22  14:31:17
54183         Log: Subject: [PATCH perl@8506] VMS catches up with change #8501
54184              From: "Craig A. Berry" <craigberry@mac.com>
54185              Date: Sun, 21 Jan 2001 23:03:25 -0600
54186              Message-Id: <p04330101b691596f577f@[172.16.52.1]>
54187      Branch: perl
54188            ! configure.com
54189 ____________________________________________________________________________
54190 [  8513] By: jhi                                   on 2001/01/22  14:14:00
54191         Log: Add the .ucm encoding tables to the MANIFEST.
54192      Branch: perl
54193            ! MANIFEST
54194 ____________________________________________________________________________
54195 [  8512] By: jhi                                   on 2001/01/22  13:43:33
54196         Log: Integrate perlio.
54197      Branch: perl
54198           +> ext/Encode/Encode/ascii.ucm ext/Encode/Encode/cp1047.ucm
54199           +> ext/Encode/Encode/cp1250.ucm ext/Encode/Encode/cp37.ucm
54200           +> ext/Encode/Encode/dingbats.ucm ext/Encode/Encode/iso8859-1.ucm
54201           +> ext/Encode/Encode/iso8859-10.ucm
54202           +> ext/Encode/Encode/iso8859-13.ucm
54203           +> ext/Encode/Encode/iso8859-14.ucm
54204           +> ext/Encode/Encode/iso8859-15.ucm
54205           +> ext/Encode/Encode/iso8859-16.ucm
54206           +> ext/Encode/Encode/iso8859-2.ucm
54207           +> ext/Encode/Encode/iso8859-3.ucm
54208           +> ext/Encode/Encode/iso8859-4.ucm
54209           +> ext/Encode/Encode/iso8859-5.ucm
54210           +> ext/Encode/Encode/iso8859-6.ucm
54211           +> ext/Encode/Encode/iso8859-7.ucm
54212           +> ext/Encode/Encode/iso8859-8.ucm
54213           +> ext/Encode/Encode/iso8859-9.ucm ext/Encode/Encode/posix-bc.ucm
54214           +> ext/Encode/Encode/symbol.ucm
54215           !> ext/Encode/Makefile.PL ext/Encode/compile lib/open.pm perlio.c
54216           !> perliol.h
54217 ____________________________________________________________________________
54218 [  8511] By: nick                                  on 2001/01/21  23:44:47
54219         Log: Make "real" layers of ":utf8" and ":raw".
54220              So now PERLIO=utf8 perl ...
54221              does what Andreas wanted.
54222              Fix arg passing in open.pm (still have a Carp issue).
54223      Branch: perlio
54224            ! lib/open.pm perlio.c perliol.h
54225 ____________________________________________________________________________
54226 [  8510] By: jhi                                   on 2001/01/21  22:56:53
54227         Log: Document the regex content pushing/popping a bit better.
54228      Branch: perl
54229            ! regexec.c
54230 ____________________________________________________________________________
54231 [  8509] By: jhi                                   on 2001/01/21  22:55:44
54232         Log: Tweak the mkdir trailing slash code some more.
54233              
54234              TO DO: the same handling should probably be done for
54235              all the other filesystem functions that can have directories
54236              as their arguments.
54237      Branch: perl
54238            ! pp_sys.c
54239 ____________________________________________________________________________
54240 [  8508] By: nick                                  on 2001/01/21  21:37:43
54241         Log: Switch "compiled in" encodings to .ucm format.
54242              (Leave others as .enc till we can run-time load .ucm,
54243              or find some other way to load them.)
54244      Branch: perlio
54245            + ext/Encode/Encode/ascii.ucm ext/Encode/Encode/cp1047.ucm
54246            + ext/Encode/Encode/cp1250.ucm ext/Encode/Encode/cp37.ucm
54247            + ext/Encode/Encode/dingbats.ucm ext/Encode/Encode/iso8859-1.ucm
54248            + ext/Encode/Encode/iso8859-10.ucm
54249            + ext/Encode/Encode/iso8859-13.ucm
54250            + ext/Encode/Encode/iso8859-14.ucm
54251            + ext/Encode/Encode/iso8859-15.ucm
54252            + ext/Encode/Encode/iso8859-16.ucm
54253            + ext/Encode/Encode/iso8859-2.ucm
54254            + ext/Encode/Encode/iso8859-3.ucm
54255            + ext/Encode/Encode/iso8859-4.ucm
54256            + ext/Encode/Encode/iso8859-5.ucm
54257            + ext/Encode/Encode/iso8859-6.ucm
54258            + ext/Encode/Encode/iso8859-7.ucm
54259            + ext/Encode/Encode/iso8859-8.ucm
54260            + ext/Encode/Encode/iso8859-9.ucm ext/Encode/Encode/posix-bc.ucm
54261            + ext/Encode/Encode/symbol.ucm
54262            ! ext/Encode/Makefile.PL ext/Encode/compile
54263 ____________________________________________________________________________
54264 [  8507] By: nick                                  on 2001/01/21  21:02:03
54265         Log: Integrate (partial) mainline.
54266      Branch: perlio
54267           !> Changes Configure config_h.SH patchlevel.h pod/perlfaq2.pod
54268           !> sv.c uconfig.h uconfig.sh vos/config.alpha.h vos/config.ga.h
54269           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
54270 ____________________________________________________________________________
54271 [  8506] By: jhi                                   on 2001/01/21  20:09:30
54272         Log: Update Changes.
54273      Branch: perl
54274            ! Changes patchlevel.h
54275 ____________________________________________________________________________
54276 [  8505] By: jhi                                   on 2001/01/21  19:39:59
54277         Log: Subject: Minor typos in perlfaq2.pod
54278              From: "Stephen P. Potter" <spp@spotter.yi.org>
54279              Message-Id: <200101192101.QAA11911@spotter.yi.org>
54280              Date: Fri, 19 Jan 2001 16:01:13 -0500
54281              
54282              with a nit from Philip Newton.
54283      Branch: perl
54284            ! pod/perlfaq2.pod
54285 ____________________________________________________________________________
54286 [  8504] By: jhi                                   on 2001/01/21  19:33:05
54287         Log: Metaconfig change for #8503.
54288      Branch: metaconfig
54289            ! U/threads/usethreads.U
54290 ____________________________________________________________________________
54291 [  8503] By: jhi                                   on 2001/01/21  19:32:21
54292         Log: Sanity check for conflicting thread flavours.
54293      Branch: perl
54294            ! Configure config_h.SH
54295 ____________________________________________________________________________
54296 [  8502] By: jhi                                   on 2001/01/21  19:23:00
54297         Log: Metaconfig change for #8501.
54298      Branch: metaconfig
54299            ! U/modified/sig_name.U
54300 ____________________________________________________________________________
54301 [  8501] By: jhi                                   on 2001/01/21  19:22:26
54302         Log: The SIG_SIZE is the number of the elements *excluding*
54303              the terminating NULL.
54304      Branch: perl
54305            ! Configure config_h.SH uconfig.h uconfig.sh vos/config.alpha.h
54306            ! vos/config.ga.h win32/config_H.bc win32/config_H.gc
54307            ! win32/config_H.vc
54308 ____________________________________________________________________________
54309 [  8500] By: jhi                                   on 2001/01/21  18:31:31
54310         Log: Integrate perlio.
54311      Branch: perl
54312           !> doio.c embed.h embed.pl ext/Encode/Encode.xs
54313           !> ext/Encode/Makefile.PL ext/Encode/compile global.sym objXSUB.h
54314           !> opcode.h opcode.pl opnames.h perlapi.c pp.sym pp_proto.h
54315           !> pp_sys.c proto.h sv.c
54316 ____________________________________________________________________________
54317 [  8499] By: jhi                                   on 2001/01/21  17:43:57
54318         Log: Subject: Re: 8482 busted for $^V sprintf()s on OS/390 
54319              From: Hugo <hv@crypt.compulink.co.uk>
54320              Date: Sun, 21 Jan 2001 13:34:05 +0000
54321              Message-Id: <200101211334.NAA18121@crypt.compulink.co.uk>
54322              
54323              In sprintf UTF8ize only if necessary.
54324      Branch: perl
54325            ! sv.c
54326 ____________________________________________________________________________
54327 [  8498] By: nick                                  on 2001/01/21  16:25:32
54328         Log: Encode cleanup.
54329              Add command line control over "compile" so that Makefile.PL
54330              needs can be combined with other uses.
54331              Use command line options in Makefile.PL.
54332              Fix multi-byte parsing in .ucm files.
54333      Branch: perlio
54334            ! ext/Encode/Makefile.PL ext/Encode/compile
54335 ____________________________________________________________________________
54336 [  8497] By: nick                                  on 2001/01/21  12:56:27
54337         Log: Warn and set errno when open(...,":encoding(xxxxx)",...) cannot find xxxxx.
54338      Branch: perlio
54339            ! ext/Encode/Encode.xs
54340 ____________________________________________________________________________
54341 [  8496] By: nick                                  on 2001/01/21  12:18:45
54342         Log: Fixup after integrate:
54343              missed the .sym files that are changed by regen_headers
54344              sv.c and proto.h disagreed about pTHX_ ness of EXPECT_NUMBER.
54345      Branch: perlio
54346            ! global.sym pp.sym sv.c
54347 ____________________________________________________________________________
54348 [  8495] By: nick                                  on 2001/01/21  11:51:07
54349         Log: Integrate mainline.
54350      Branch: perlio
54351           +> ext/DynaLoader/dl_dllload.xs t/op/qu.t
54352           !> MANIFEST Makefile.SH README.os390 README.posix-bc README.vms
54353           !> embed.h embed.pl ext/DynaLoader/dl_aix.xs
54354           !> ext/DynaLoader/dl_dlopen.xs hints/os390.sh pod/perlfunc.pod
54355           !> pod/perlguts.pod pod/perlop.pod pod/perlre.pod
54356           !> pod/perlretut.pod pod/perlunicode.pod proto.h sv.c
54357           !> win32/Makefile win32/makefile.mk
54358 ____________________________________________________________________________
54359 [  8494] By: jhi                                   on 2001/01/20  23:12:11
54360         Log: Forgot the expect_number() prototype.
54361      Branch: perl
54362            ! embed.h embed.pl proto.h
54363 ____________________________________________________________________________
54364 [  8493] By: jhi                                   on 2001/01/20  22:56:39
54365         Log: Subject: [PATCH: perl@8482] README.vms URL updates
54366              From: Peter Prymmer <pvhp@forte.com>
54367              Date: Fri, 19 Jan 2001 18:59:02 -0800 (PST)
54368              Message-ID: <Pine.OSF.4.10.10101191856510.61572-100000@aspara.forte.com>
54369              
54370              Plus Craig A. Berry's suggestion to use compaq.com instead
54371              of digital.com.
54372      Branch: perl
54373            ! README.vms
54374 ____________________________________________________________________________
54375 [  8492] By: jhi                                   on 2001/01/20  22:50:05
54376         Log: Memory management calls documentation.
54377      Branch: perl
54378            ! pod/perlguts.pod
54379 ____________________________________________________________________________
54380 [  8491] By: jhi                                   on 2001/01/20  22:38:33
54381         Log: Signedness nit plus few memcpy/Copy nits.
54382      Branch: perl
54383            ! sv.c
54384 ____________________________________________________________________________
54385 [  8490] By: jhi                                   on 2001/01/20  22:25:53
54386         Log: Subject: [PATCH: perl@8482] minor typos in some dl_$foo.xs files
54387              From: Peter Prymmer <pvhp@forte.com>
54388              Date: Fri, 19 Jan 2001 18:43:14 -0800 (PST)
54389              Message-ID: <Pine.OSF.4.10.10101191841080.61505-100000@aspara.forte.com>
54390      Branch: perl
54391            ! ext/DynaLoader/dl_aix.xs ext/DynaLoader/dl_dlopen.xs
54392 ____________________________________________________________________________
54393 [  8489] By: jhi                                   on 2001/01/20  22:24:41
54394         Log: Subject: [PATCH: perl@8482] win32 Makefile(s) handle podified READMEs
54395              From: Peter Prymmer <pvhp@forte.com>
54396              Date: Fri, 19 Jan 2001 18:33:43 -0800 (PST)
54397              Message-ID: <Pine.OSF.4.10.10101191828050.61158-100000@aspara.forte.com>
54398      Branch: perl
54399            ! win32/Makefile win32/makefile.mk
54400 ____________________________________________________________________________
54401 [  8488] By: jhi                                   on 2001/01/20  22:22:27
54402         Log: Subject: [PATCH: perl@8482] remove redundant dependencies that are unneeded
54403              From: Peter Prymmer <pvhp@forte.com>
54404              Date: Fri, 19 Jan 2001 18:25:38 -0800 (PST)
54405              Message-ID: <Pine.OSF.4.10.10101191816550.61158-100000@aspara.forte.com>
54406      Branch: perl
54407            ! Makefile.SH
54408 ____________________________________________________________________________
54409 [  8487] By: jhi                                   on 2001/01/20  22:21:18
54410         Log: Subject: [PATCH: perl@8482] partial support for dynaloading on OS/390
54411              From: Peter Prymmer <pvhp@forte.com>
54412              Date: Fri, 19 Jan 2001 18:12:05 -0800 (PST)
54413              Message-ID: <Pine.OSF.4.10.10101191646420.61158-100000@aspara.forte.com>
54414      Branch: perl
54415            + ext/DynaLoader/dl_dllload.xs
54416            ! MANIFEST Makefile.SH hints/os390.sh
54417 ____________________________________________________________________________
54418 [  8486] By: jhi                                   on 2001/01/20  22:17:53
54419         Log: Subject: [PATCH: perl@8482] floating point mangling warnings for README.os390 and README.posix-bc
54420              From: Peter Prymmer <pvhp@forte.com>
54421              Date: Fri, 19 Jan 2001 13:48:15 -0800 (PST)
54422              Message-ID: <Pine.OSF.4.10.10101191347140.59299-100000@aspara.forte.com>
54423      Branch: perl
54424            ! README.os390 README.posix-bc
54425 ____________________________________________________________________________
54426 [  8485] By: jhi                                   on 2001/01/20  20:15:30
54427         Log: Document and test the new qu operator.
54428      Branch: perl
54429            + t/op/qu.t
54430            ! MANIFEST pod/perlfunc.pod pod/perlop.pod pod/perlre.pod
54431            ! pod/perlretut.pod pod/perlunicode.pod
54432 ____________________________________________________________________________
54433 [  8484] By: nick                                  on 2001/01/20  19:42:30
54434         Log: Infrastructure to allow:
54435              open($fh,"|-",@array);
54436              to be implemented
54437              i.e. mark pp_open as needing a stack mark, and make pp_open
54438              process its args in that style (and pass them _all_ to tied handles OPEN).
54439              Invent do_openn() which takes SV ** at allow it to see multiple args.
54440              Note this does not _do_ anything yet.
54441      Branch: perlio
54442            ! doio.c embed.h embed.pl objXSUB.h opcode.h opcode.pl opnames.h
54443            ! perlapi.c pp_proto.h pp_sys.c proto.h
54444 ____________________________________________________________________________
54445 [  8483] By: nick                                  on 2001/01/20  17:23:14
54446         Log: Integrate mainline.
54447      Branch: perlio
54448           !> Changes configure.com patchlevel.h sv.c t/lib/1_compile.t
54449           !> t/op/sprintf.t t/op/ver.t t/pragma/locale.t
54450 ____________________________________________________________________________
54451 [  8482] By: jhi                                   on 2001/01/19  15:37:49
54452         Log: Update Changes.
54453      Branch: perl
54454            ! Changes patchlevel.h
54455 ____________________________________________________________________________
54456 [  8481] By: jhi                                   on 2001/01/19  14:41:24
54457         Log: Subject: Re: new feature: s?printf parameter reordering 
54458              From: Hugo <hv@crypt.compulink.co.uk>
54459              Date: Thu, 11 Jan 2001 17:09:03 +0000
54460              Message-Id: <200101111709.RAA23756@crypt.compulink.co.uk>
54461              
54462              - support reordering for all parameters: %, *v, *, .*
54463              - lay down that the reordering specification must immediately
54464              follow that parameter: %3$, *v3$, *3$, .*3$
54465              - fix vectorisation of a zero-length string
54466              - factor out the code choosing the argument to format
54467              
54468              Possibly unwanted side-effects:
54469              - the special format specifiers ' +-0' must now precede any
54470              vectorisation specifier. Tests in op/sprintf and op/ver
54471              have been changed to reflect this.
54472              - sprintf.t test #214 changed its expectations because in many
54473              cases, the next parameter has already been consumed when an
54474              invalid type letter is detected.
54475              
54476              Probably wanted side-effects:
54477              - attempts to format a non-existent parameter will warn as if C<undef>
54478              - attempt to write to non-existent parameter with '%n' will complain
54479              of "attempt to modify read-only value" instead of being silent
54480      Branch: perl
54481            ! sv.c t/op/sprintf.t t/op/ver.t
54482 ____________________________________________________________________________
54483 [  8480] By: jhi                                   on 2001/01/19  14:08:37
54484         Log: Subject: PATCH pragma/locale.t
54485              From: andreas.koenig@anima.de (Andreas J. Koenig)
54486              Date: 18 Jan 2001 09:45:37 +0100
54487              Message-ID: <m3lms98czy.fsf@ak-71.mind.de>
54488      Branch: perl
54489            ! t/pragma/locale.t
54490 ____________________________________________________________________________
54491 [  8479] By: jhi                                   on 2001/01/19  13:19:58
54492         Log: Add tracing for debugging extensions builds in VMS, from Charles Lane.
54493      Branch: perl
54494            ! configure.com
54495 ____________________________________________________________________________
54496 [  8478] By: jhi                                   on 2001/01/19  02:12:35
54497         Log: Automate 1_compile.t.
54498      Branch: perl
54499            ! t/lib/1_compile.t
54500 ____________________________________________________________________________
54501 [  8477] By: jhi                                   on 2001/01/19  01:49:56
54502         Log: Integrate perlio.
54503      Branch: perl
54504           !> sv.c win32/config.bc win32/config.gc win32/config.vc
54505           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
54506 ____________________________________________________________________________
54507 [  8476] By: nick                                  on 2001/01/18  21:51:52
54508         Log: Integrate mainline
54509      Branch: perlio
54510           +> t/lib/1_compile.t t/lib/compmod.pl
54511           !> MANIFEST configure.com lib/unicode/distinct.pm
54512 ____________________________________________________________________________
54513 [  8475] By: nick                                  on 2001/01/18  21:48:02
54514         Log: Win32 "safe signals" co-existance fix.
54515              Fix SIG_SIZE value.
54516              Clear PL_sig_pending when cloning (fork).
54517      Branch: perlio
54518            ! sv.c win32/config.bc win32/config.gc win32/config.vc
54519            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
54520 ____________________________________________________________________________
54521 [  8474] By: jhi                                   on 2001/01/18  14:40:57
54522         Log: It's Pod::Text::Overstrike, not Pod::Overstrike.
54523      Branch: perl
54524            ! t/lib/1_compile.t
54525 ____________________________________________________________________________
54526 [  8473] By: gsar                                  on 2001/01/18  11:42:31
54527         Log: unsubmitted trial1 change
54528      Branch: maint-5.6/perl
54529            ! Changes
54530 ____________________________________________________________________________
54531 [  8472] By: jhi                                   on 2001/01/18  04:30:24
54532         Log: The first bug found by 1_compile.t.
54533      Branch: perl
54534            ! lib/unicode/distinct.pm
54535 ____________________________________________________________________________
54536 [  8471] By: jhi                                   on 2001/01/18  04:29:42
54537         Log: Add Schwern's 1_compile test.  The compile_module script renamed
54538              to be a bit shorter for the 8.3 people.
54539      Branch: perl
54540            + t/lib/1_compile.t t/lib/compmod.pl
54541            ! MANIFEST
54542 ____________________________________________________________________________
54543 [  8470] By: jhi                                   on 2001/01/18  04:16:00
54544         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)
54545              From: Peter Prymmer <pvhp@forte.com>
54546              Date: Wed, 17 Jan 2001 13:07:11 -0800 (PST)
54547              Message-ID: <Pine.OSF.4.10.10101171255380.289071-100000@aspara.forte.com>
54548              Replace #8463.
54549      Branch: maint-5.6/perl
54550            ! configure.com
54551 ____________________________________________________________________________
54552 [  8469] By: jhi                                   on 2001/01/18  04:13:02
54553         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)
54554              From: Peter Prymmer <pvhp@forte.com>
54555              Date: Wed, 17 Jan 2001 13:07:11 -0800 (PST)
54556              Message-ID: <Pine.OSF.4.10.10101171255380.289071-100000@aspara.forte.com>
54557              Replace #8462.
54558      Branch: perl
54559            ! configure.com
54560 ____________________________________________________________________________
54561 [  8468] By: jhi                                   on 2001/01/18  03:42:08
54562         Log: Integrate perlio.
54563      Branch: perl
54564           !> gv.c mg.c perlio.c util.c
54565 ____________________________________________________________________________
54566 [  8467] By: nick                                  on 2001/01/17  22:41:10
54567         Log: "Safe" signals - trial implementation.
54568              gv.c tweaked to zero PL_sig_pend array
54569              perlio.c tweaked to PERL_ASYNC_CHECK() on EINTR
54570              util.c tweaked to not set SA_RESTART to give perlio.c a chance.
54571              Odd thing is that it "works" with PERLIO=stdio as well (linux).
54572      Branch: perlio
54573            ! gv.c mg.c perlio.c util.c
54574 ____________________________________________________________________________
54575 [  8466] By: nick                                  on 2001/01/17  20:40:20
54576         Log: Integrate mainline.
54577      Branch: perlio
54578           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
54579           !> config_h.SH configure.com epoc/config.sh gv.c pod/perltoc.pod
54580           !> pp.c pp_sys.c sv.c t/op/int.t uconfig.h uconfig.sh
54581           !> vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
54582           !> vos/config.ga.h win32/config.bc win32/config.gc
54583           !> win32/config.vc
54584 ____________________________________________________________________________
54585 [  8465] By: jhi                                   on 2001/01/17  18:37:13
54586         Log: Subject: [PATCH] Re: [PATCH: perl@8429]  lib/tie-substrhash.t FAILED at test 11
54587              From: Nicholas Clark <nick@ccl4.org>
54588              Date: Wed, 17 Jan 2001 17:31:33 +0000
54589              Message-ID: <20010117173133.I2633@plum.flirble.org>
54590      Branch: perl
54591            ! t/op/int.t
54592 ____________________________________________________________________________
54593 [  8464] By: jhi                                   on 2001/01/17  14:43:17
54594         Log: Subject: [PATCH: perl@8429]  lib/tie-substrhash.t FAILED at test 11
54595              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
54596              Date: Wed, 17 Jan 2001 15:16:43 +0100
54597              Message-ID: <5930DC161690D2119667009027157547038C8A85@madt009a.siemens.es> 
54598              
54599              pp_int() was dropping an NV to the floor,
54600              int(279964589018079/59) either returned not an integer
54601              4745162525730.15, or one got "Attempt to free unreferenced scalar."
54602      Branch: perl
54603            ! pp.c
54604 ____________________________________________________________________________
54605 [  8463] By: jhi                                   on 2001/01/17  06:12:42
54606         Log: (Replaced by #8470)
54607              
54608              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)
54609              From: "Craig A. Berry" <craigberry@mac.com>
54610              Date: Tue, 16 Jan 2001 23:38:46 -0600
54611              Message-Id: <p04330103b68ad8cfcbfd@[172.16.52.1]>
54612      Branch: maint-5.6/perl
54613            ! configure.com
54614 ____________________________________________________________________________
54615 [  8462] By: jhi                                   on 2001/01/17  06:11:31
54616         Log: (Replaced by #8469)
54617              
54618              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)
54619              From: "Craig A. Berry" <craigberry@mac.com>
54620              Date: Tue, 16 Jan 2001 23:38:46 -0600
54621              Message-Id: <p04330103b68ad8cfcbfd@[172.16.52.1]>
54622      Branch: perl
54623            ! configure.com
54624 ____________________________________________________________________________
54625 [  8461] By: jhi                                   on 2001/01/17  05:56:12
54626         Log: Allow for one trailing slash in the directory of mkdir().
54627      Branch: perl
54628            ! pp_sys.c
54629 ____________________________________________________________________________
54630 [  8460] By: jhi                                   on 2001/01/17  03:26:01
54631         Log: Metaconfig unit changes for #8459.
54632      Branch: metaconfig
54633            ! U/modified/Loc.U U/modified/sig_name.U
54634 ____________________________________________________________________________
54635 [  8459] By: jhi                                   on 2001/01/17  03:24:48
54636         Log: Define SIG_SIZE, the number of elements in the sig_name and
54637              sig_num arrays, including the final NULL entry.
54638      Branch: perl
54639            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
54640            ! config_h.SH configure.com epoc/config.sh gv.c pod/perltoc.pod
54641            ! sv.c uconfig.h uconfig.sh vos/config.alpha.def
54642            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
54643            ! win32/config.bc win32/config.gc win32/config.vc
54644 ____________________________________________________________________________
54645 [  8458] By: jhi                                   on 2001/01/17  01:41:33
54646         Log: Integrate perlio.
54647      Branch: perl
54648           !> embed.h embed.pl embedvar.h gv.c intrpvar.h mg.c perl.c perl.h
54649           !> perlapi.h proto.h sv.c
54650 ____________________________________________________________________________
54651 [  8457] By: nick                                  on 2001/01/16  22:07:26
54652         Log: Provide infrastructure for PERL_ASYNC_CHECK() style safe signals.
54653              Provides all the "cost" but no benefit yet - it is to allow cost
54654              to be measured, and implementation experiments (just in mg.c?).
54655      Branch: perlio
54656            ! embed.h embed.pl embedvar.h gv.c intrpvar.h mg.c perl.c perl.h
54657            ! perlapi.h proto.h sv.c
54658 ____________________________________________________________________________
54659 [  8456] By: nick                                  on 2001/01/16  21:07:07
54660         Log: Integrate mainline.
54661      Branch: perlio
54662           !> (integrate 51 files)
54663 ____________________________________________________________________________
54664 [  8455] By: jhi                                   on 2001/01/16  18:13:43
54665         Log: Subject: [PATCH] regcomp.c old feature removal
54666              From: mjd@plover.com
54667              Date: 16 Jan 2001 14:43:18 -0000 
54668              Message-ID: <20010116144318.7140.qmail@plover.com> 
54669      Branch: perl
54670            ! regcomp.c
54671 ____________________________________________________________________________
54672 [  8454] By: jhi                                   on 2001/01/16  16:12:39
54673         Log: Subject: [PATCH: perl-5.6.1-TRIAL1] Win32 Makefile fixes - v2
54674              From: "Indy Singh" <indy@nusphere.com>
54675              Date: Wed, 10 Jan 2001 20:17:49 -0500
54676              Message-ID: <003001c07b6c$524630b0$00957018@roadhog>
54677      Branch: maint-5.6/perl
54678            ! win32/Makefile
54679 ____________________________________________________________________________
54680 [  8453] By: jhi                                   on 2001/01/16  16:09:33
54681         Log: Update Changes.
54682      Branch: perl
54683            ! Changes patchlevel.h
54684 ____________________________________________________________________________
54685 [  8452] By: jhi                                   on 2001/01/16  15:42:04
54686         Log: Subject: Re: API Cleanup
54687              To: perl5-porters@perl.org
54688              Date: Tue, 16 Jan 2001 13:42:30 +0000
54689              Message-ID: <20010116134230.A13420@pembro26.pmb.ox.ac.uk>
54690              
54691              Subject: [PATCH] utf8.c documentation
54692              From: Simon Cozens <simon@cozens.net>
54693              Date: Tue, 16 Jan 2001 13:52:48 +0000
54694              Message-ID: <20010116135248.A13496@pembro26.pmb.ox.ac.uk>
54695              
54696              Subject: Re: API Cleanup
54697              From: Simon Cozens <simon@cozens.net>
54698              Date: Tue, 16 Jan 2001 14:58:55 +0000
54699              Message-ID: <20010116145855.A13794@pembro26.pmb.ox.ac.uk>
54700              
54701              UTF-8 doc patches.
54702      Branch: perl
54703            ! embed.pl pod/perlapi.pod utf8.c
54704 ____________________________________________________________________________
54705 [  8451] By: jhi                                   on 2001/01/16  14:41:39
54706         Log: podlators 1.07, from Russ Allbery.
54707      Branch: perl
54708            ! lib/Pod/Man.pm
54709 ____________________________________________________________________________
54710 [  8450] By: jhi                                   on 2001/01/16  14:24:19
54711         Log: Subject: [PATCH: perl@8429] Win32 Makefile fixes
54712              From: "Indy Singh" <indy@nusphere.com>
54713              Date: Mon, 15 Jan 2001 20:59:40 -0500
54714              Message-ID: <07be01c07f5f$fdadf270$d24b7018@cr637287a>
54715      Branch: perl
54716            ! win32/Makefile
54717 ____________________________________________________________________________
54718 [  8449] By: jhi                                   on 2001/01/16  03:42:55
54719         Log: Under 5.005 threads and debugging crashed in Debian 2.2 Linux/x86
54720              at the setting of the ofs_sv in new_struct_thread() as the
54721              thr->Tofs_sv (PL_ofs_sv) was still 0xabab.... (this is what
54722              uninitialized fields are, uh, initialized with),
54723              SvREFCNT_inc()ing that invited a core dump.
54724      Branch: perl
54725            ! util.c
54726 ____________________________________________________________________________
54727 [  8448] By: jhi                                   on 2001/01/16  01:49:07
54728         Log: Subject: [PATCH #3 @8436] Re: Eliminate op_children
54729              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
54730              Date: Mon, 15 Jan 2001 17:14:37 -0800 (PST)
54731              Message-ID: <14947.40656.841280.551785@soda.csua.berkeley.edu>
54732              
54733              Replace #8444 and #8445.
54734      Branch: perl
54735            ! ext/B/B.xs ext/B/B/Debug.pm
54736 ____________________________________________________________________________
54737 [  8447] By: jhi                                   on 2001/01/15  21:05:35
54738         Log: Subject: [PATCH] API Variable documentation   
54739              From: Simon Cozens <simon@cozens.net>
54740              Date: Mon, 15 Jan 2001 19:35:54 +0000
54741              Message-ID: <20010115193554.A9919@pembro26.pmb.ox.ac.uk> 
54742      Branch: perl
54743            ! pod/perlapi.pod thrdvar.h
54744 ____________________________________________________________________________
54745 [  8446] By: jhi                                   on 2001/01/15  20:49:20
54746         Log: Signedness nit.
54747      Branch: perl
54748            ! pp_ctl.c
54749 ____________________________________________________________________________
54750 [  8445] By: jhi                                   on 2001/01/15  20:28:48
54751         Log: (Replaced by #8448)  More op_children traces (cleanup of #8442).
54752      Branch: perl
54753            ! ext/B/B/Debug.pm
54754 ____________________________________________________________________________
54755 [  8444] By: jhi                                   on 2001/01/15  13:09:10
54756         Log: (Replaced by #8448)  Traces of op_children (cleanup of #8442)
54757      Branch: perl
54758            ! ext/B/B.xs
54759 ____________________________________________________________________________
54760 [  8443] By: jhi                                   on 2001/01/15  13:06:26
54761         Log: Missing from #8439.
54762      Branch: perl
54763            ! keywords.h mg.c
54764 ____________________________________________________________________________
54765 [  8442] By: jhi                                   on 2001/01/15  13:02:38
54766         Log: Subject: [PATCH @8436] Eliminate op_children
54767              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
54768              Date: Sun, 14 Jan 2001 03:00:13 -0800 (PST)
54769              Message-ID: <14945.32919.44271.685122@soda.csua.berkeley.edu>
54770              
54771              Subject: [PATCH @8436] Re: Eliminate op_children
54772              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
54773              Date: Sun, 14 Jan 2001 03:23:56 -0800 (PST)
54774              Message-ID: <14945.35680.571387.810763@soda.csua.berkeley.edu>
54775      Branch: perl
54776            ! bytecode.pl ext/B/B/Asmdata.pm ext/B/B/Bytecode.pm
54777            ! ext/B/B/C.pm ext/ByteLoader/byterun.c ext/ByteLoader/byterun.h
54778            ! op.c op.h
54779 ____________________________________________________________________________
54780 [  8441] By: jhi                                   on 2001/01/15  12:57:08
54781         Log: Use the /^Perl_/-less form of is_lvalue_sub().
54782      Branch: perl
54783            ! pp.h
54784 ____________________________________________________________________________
54785 [  8440] By: jhi                                   on 2001/01/15  05:13:09
54786         Log: Revert #8437 and #8438, the Linux large files story is more complex.
54787      Branch: metaconfig/U/perl
54788            ! d_fpos64_t.U d_off64_t.U
54789      Branch: perl
54790            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
54791            ! config_h.SH configure.com epoc/config.sh perl.h
54792            ! pod/perltoc.pod uconfig.h uconfig.sh vos/config.alpha.def
54793            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
54794            ! win32/config.bc win32/config.gc win32/config.vc
54795 ____________________________________________________________________________
54796 [  8439] By: jhi                                   on 2001/01/15  05:02:24
54797         Log: More UTF-8 patches from Inaba Hiroto.
54798              - The substr lval was still not okay.
54799              - Now pp_stringify and sv_setsv copies source's UTF8 flag
54800              even if IN_BYTE.  pp_stringify is called from fold_constants
54801              at optimization phase and "\x{100}" was made SvUTF8_off under
54802              use bytes (the bytes pragma is for "byte semantics" and not
54803              for "do not produce UTF8 data")
54804              - New `qu' operator to generate UTF8 string explicitly.
54805              Though I agree with the policy "0x00-0xff always produce bytes",
54806              sometimes want to such a string to be coded in UTF8.
54807              I can use pack"U0a*" but it requires more typing and has
54808              runtime overhead.
54809              - Fix pp_regcomp bug uncovered by "0x00-0xff always produce bytes"
54810              change, the bug appears if a pm has PMdf_UTF8 flag but interpolated
54811              string is not UTF8_on and has char 0x80-0xff.
54812              
54813              TODO: document and test qu.
54814      Branch: perl
54815            ! keywords.h keywords.pl mg.c pp.c pp_ctl.c pp_hot.c sv.c
54816            ! t/lib/charnames.t t/op/length.t t/op/substr.t t/pragma/utf8.t
54817            ! toke.c
54818 ____________________________________________________________________________
54819 [  8438] By: jhi                                   on 2001/01/14  05:10:23
54820         Log: (Reverted by #8440)
54821              
54822              Metaconfig unit changes for #8437.
54823      Branch: metaconfig/U/perl
54824            ! d_fpos64_t.U d_off64_t.U
54825 ____________________________________________________________________________
54826 [  8437] By: jhi                                   on 2001/01/14  04:55:34
54827         Log: (Reverted by #8440)
54828              
54829              Add <features.h> probing, seems to be needed for (some?)
54830              Linux largefileness.
54831      Branch: perl
54832            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
54833            ! config_h.SH configure.com epoc/config.sh perl.h
54834            ! pod/perltoc.pod uconfig.h uconfig.sh vos/config.alpha.def
54835            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
54836            ! win32/config.bc win32/config.gc win32/config.vc
54837 ____________________________________________________________________________
54838 [  8436] By: jhi                                   on 2001/01/13  17:47:21
54839         Log: Tighten some of the tests a bit.
54840      Branch: perl
54841            ! t/pragma/utf8.t
54842 ____________________________________________________________________________
54843 [  8435] By: jhi                                   on 2001/01/13  17:31:54
54844         Log: Integrate perlio.
54845      Branch: perl
54846           !> ext/Encode/Makefile.PL ext/Encode/compile win32/config_H.bc
54847           !> win32/config_H.gc win32/config_H.vc
54848 ____________________________________________________________________________
54849 [  8434] By: nick                                  on 2001/01/13  11:36:53
54850         Log: Run dmake regen_config_h for Win32
54851      Branch: perlio
54852            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
54853 ____________________________________________________________________________
54854 [  8433] By: nick                                  on 2001/01/13  11:31:55
54855         Log: VMS friendly patch to Encode compile process
54856      Branch: perlio
54857            ! ext/Encode/Makefile.PL ext/Encode/compile
54858 ____________________________________________________________________________
54859 [  8432] By: nick                                  on 2001/01/13  11:06:44
54860         Log: Integrate mainline
54861      Branch: perlio
54862           +> ext/B/B/Concise.pm
54863           !> (integrate 52 files)
54864 ____________________________________________________________________________
54865 [  8431] By: jhi                                   on 2001/01/13  05:55:55
54866         Log: Subject: [PATCH @8429] Re: B::Concise -- an improved replacement for B::Terse
54867              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
54868              Date: Fri, 12 Jan 2001 21:45:17 -0800 (PST)
54869              Message-ID: <14943.59712.993695.180189@soda.csua.berkeley.edu>
54870      Branch: perl
54871            ! ext/B/B/Concise.pm
54872 ____________________________________________________________________________
54873 [  8430] By: jhi                                   on 2001/01/13  04:24:18
54874         Log: The LVRET macro needed an aTHX.
54875      Branch: perl
54876            ! pp.h
54877 ____________________________________________________________________________
54878 [  8429] By: jhi                                   on 2001/01/13  02:12:42
54879         Log: Update Changes.
54880      Branch: perl
54881            ! Changes patchlevel.h
54882 ____________________________________________________________________________
54883 [  8428] By: jhi                                   on 2001/01/13  02:08:50
54884         Log: Subject: Re: [PATCH: perl@8342]  lib/bigfloat.t FAILED at test 351
54885              From: Peter Prymmer <pvhp@forte.com>
54886              Date: Fri, 12 Jan 2001 16:27:36 -0800 (PST)
54887              Message-ID: <Pine.OSF.4.10.10101121623130.478096-100000@aspara.forte.com>
54888              
54889              Add a BEGIN guard for sloppy floating point division.
54890      Branch: perl
54891            ! lib/Math/BigInt.pm lib/bigint.pl
54892 ____________________________________________________________________________
54893 [  8427] By: jhi                                   on 2001/01/13  01:47:16
54894         Log: The B::Terse drop-in replacement wasn't quite drop-in.
54895      Branch: perl
54896            ! ext/B/B/Terse.pm
54897 ____________________________________________________________________________
54898 [  8426] By: jhi                                   on 2001/01/12  21:20:43
54899         Log: Use UVXf.
54900      Branch: perl
54901            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
54902            ! config_h.SH configure.com epoc/config.sh sv.c uconfig.h
54903            ! uconfig.sh vos/config.alpha.def vos/config.alpha.h
54904            ! vos/config.ga.def vos/config.ga.h win32/config.bc
54905            ! win32/config.gc win32/config.vc
54906 ____________________________________________________________________________
54907 [  8425] By: jhi                                   on 2001/01/12  20:20:14
54908         Log: Subject: [PATCH perl@8342] -Wformat
54909              From: Robin Barker <rmb1@cise.npl.co.uk>
54910              Date: Fri, 12 Jan 2001 20:03:14 GMT
54911              Message-Id: <200101122003.UAA29599@tempest.npl.co.uk>
54912      Branch: perl
54913            ! ext/Encode/Encode.xs mg.c sv.c toke.c
54914 ____________________________________________________________________________
54915 [  8424] By: jhi                                   on 2001/01/12  20:01:48
54916         Log: Subject: B::Concise -- an improved replacement for B::Terse 
54917              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
54918              Date: Sat,  6 Jan 2001 20:18:05 -0800 (PST)
54919              Message-ID: <14935.43597.962940.803717@soda.csua.berkeley.edu>
54920      Branch: perl
54921            + ext/B/B/Concise.pm
54922            ! MANIFEST ext/B/B/Terse.pm
54923 ____________________________________________________________________________
54924 [  8423] By: jhi                                   on 2001/01/12  19:24:02
54925         Log: The new metaconfig unit from the #8421.
54926      Branch: metaconfig/U/perl
54927            + d_sigprocmask.U
54928 ____________________________________________________________________________
54929 [  8422] By: jhi                                   on 2001/01/12  19:23:43
54930         Log: Forgot the microperl config from the #8421.
54931      Branch: perl
54932            ! uconfig.h uconfig.sh
54933 ____________________________________________________________________________
54934 [  8421] By: jhi                                   on 2001/01/12  19:05:27
54935         Log: Add sigprocmask() probe, regen Configure, regen toc.
54936      Branch: perl
54937            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
54938            ! config_h.SH configure.com epoc/config.sh mg.c pod/perltoc.pod
54939            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
54940            ! vos/config.ga.h win32/config.bc win32/config.gc
54941            ! win32/config.vc
54942 ____________________________________________________________________________
54943 [  8420] By: jhi                                   on 2001/01/12  18:34:31
54944         Log: Add sockatmark() to the todo list.
54945      Branch: perl
54946            ! Todo-5.6
54947 ____________________________________________________________________________
54948 [  8419] By: jhi                                   on 2001/01/12  18:09:46
54949         Log: Rename RETVAL_MAX to RETURN_UNLIMITED_NUMBER.
54950      Branch: perl
54951            ! op.c
54952 ____________________________________________________________________________
54953 [  8418] By: jhi                                   on 2001/01/12  18:05:30
54954         Log: Subject: Re: [PATCH] [ID 20001223.002] lvalues in list context
54955              From: Radu Greab <radu@netsoft.ro>
54956              Message-ID: <14943.15321.515713.119805@ix.netsoft.ro>
54957              Date: Fri, 12 Jan 2001 19:16:09 +0200 (EET)
54958      Branch: perl
54959            ! op.c t/pragma/sub_lval.t
54960 ____________________________________________________________________________
54961 [  8417] By: jhi                                   on 2001/01/12  16:09:09
54962         Log: Subject: [PATCH @8404] Consolidated lvalue sub changes
54963              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU> 
54964              Date: Wed, 10 Jan 2001 21:36:51 -0800 (PST)
54965              Message-ID: <14941.16925.736415.785818@soda.csua.berkeley.edu>
54966      Branch: perl
54967            ! doop.c embed.h embed.pl op.c op.h opcode.h opcode.pl
54968            ! pod/perldiag.pod pod/perlintern.pod pod/perlsub.pod pp.c pp.h
54969            ! pp.sym pp_ctl.c pp_hot.c pp_proto.h proto.h t/lib/b.t
54970            ! t/pragma/sub_lval.t toke.c
54971 ____________________________________________________________________________
54972 [  8416] By: jhi                                   on 2001/01/12  15:42:06
54973         Log: Subject: RE: [PATCH] [ID 20001223.002] lvalues in list context
54974              From: "Richard Soderberg" <rs@crystalflame.net>
54975              Date: Fri, 12 Jan 2001 04:49:35 -0800
54976              Message-ID: <NAEKLNAAHLMBPMPNBMLEAELDCKAA.rs@crystalflame.net>
54977              
54978              Replace 10000 with RETVAL_MAX, and compute RETVAL_MAX
54979              according to the platform.
54980      Branch: perl
54981            ! op.c
54982 ____________________________________________________________________________
54983 [  8415] By: jhi                                   on 2001/01/12  15:33:41
54984         Log: One more UTF-8 fix from Inaba Hiroto.
54985      Branch: perl
54986            ! pp.c regexec.c t/pragma/utf8.t
54987 ____________________________________________________________________________
54988 [  8414] By: jhi                                   on 2001/01/12  15:30:18
54989         Log: Mea culpa: I botched up Hugo's "Tw" bug fix when applying it.
54990      Branch: perl
54991            ! regexec.c
54992 ____________________________________________________________________________
54993 [  8413] By: jhi                                   on 2001/01/12  15:22:10
54994         Log: Subject: [Patch perl@8375] pragma/subs.t ......FAILED tests 1-2 using Bison's parser
54995              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
54996              Date: Thu, 11 Jan 2001 12:53:36 +0100
54997              Message-ID: <5930DC161690D2119667009027157547038123E1@madt009a.siemens.es>
54998      Branch: perl
54999            ! toke.c
55000 ____________________________________________________________________________
55001 [  8412] By: jhi                                   on 2001/01/12  15:20:25
55002         Log: Subject: [PATCH: perl@8342] updates to posix-bc hints file
55003              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
55004              Date: Fri, 12 Jan 2001 14:37:55 +0100
55005              Message-ID: <5930DC161690D21196670090271575470384E3FC@madt009a.siemens.es>
55006      Branch: perl
55007            ! hints/posix-bc.sh
55008 ____________________________________________________________________________
55009 [  8411] By: jhi                                   on 2001/01/12  15:14:14
55010         Log: Subject: [PATCH: perl@8342]  op/regmesg FAILED at test 33 on EBCDIC machines
55011              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
55012              Date: Fri, 12 Jan 2001 10:42:21 +0100
55013              Message-ID: <5930DC161690D211966700902715754703812F33@madt009a.siemens.es>
55014      Branch: perl
55015            ! t/op/regmesg.t
55016 ____________________________________________________________________________
55017 [  8410] By: jhi                                   on 2001/01/12  05:48:55
55018         Log: Subject: Re: [ID 20010101.004] Not OK: perl v5.7.0 +DEVEL8268 on i586-linux-64int-ld 2.2.17-21mdk (UNINSTALLED)
55019              From: Nicholas Clark <nick@ccl4.org> 
55020              Date: Sun, 7 Jan 2001 19:47:14 +0000
55021              Message-ID: <20010107194714.B1048@plum.flirble.org>
55022      Branch: perl
55023            ! t/op/numconvert.t
55024 ____________________________________________________________________________
55025 [  8409] By: jhi                                   on 2001/01/12  05:41:28
55026         Log: Integrate perlio.
55027      Branch: perl
55028           !> mg.c scope.h
55029 ____________________________________________________________________________
55030 [  8408] By: nick                                  on 2001/01/11  22:43:28
55031         Log: Remove variables that were used in experiments.
55032      Branch: perlio
55033            ! mg.c
55034 ____________________________________________________________________________
55035 [  8407] By: nick                                  on 2001/01/11  20:57:44
55036         Log: Catch die in %SIG handler and unblock the signal before re-dying.
55037              This make Linux work _without_ sigsetjmp().
55038              Turn off sigsetjmp() to see what else it does.
55039              May need Configure probe for sigprocmask() if anything has sigaction()
55040              but not sigprocmask().
55041      Branch: perlio
55042            ! mg.c scope.h
55043 ____________________________________________________________________________
55044 [  8406] By: nick                                  on 2001/01/11  19:32:07
55045         Log: Integrate mainline
55046      Branch: perlio
55047           !> Changes ext/IO/lib/IO/Socket/INET.pm ext/Socket/Socket.pm mg.c
55048           !> patchlevel.h perl.h regexec.c t/op/re_tests t/op/split.t
55049           !> t/op/substr.t
55050 ____________________________________________________________________________
55051 [  8405] By: jhi                                   on 2001/01/11  17:11:01
55052         Log: Fix UTF-8 lval substr().
55053      Branch: perl
55054            ! mg.c t/op/substr.t
55055 ____________________________________________________________________________
55056 [  8404] By: jhi                                   on 2001/01/11  05:13:58
55057         Log: Update Changes.
55058      Branch: perl
55059            ! Changes patchlevel.h
55060 ____________________________________________________________________________
55061 [  8403] By: jhi                                   on 2001/01/11  04:38:24
55062         Log: Subject: Re: [ID 20001029.005] Regex error: "cd. (A. Tw)" !~ /\((\w\. \w+)\)/
55063              From: Hugo <hv@crypt.compulink.co.uk>
55064              Date: Mon, 30 Oct 2000 01:33:26 +0000
55065              Message-Id: <200010300133.BAA10390@crypt.compulink.co.uk>
55066      Branch: perl
55067            ! regexec.c t/op/re_tests
55068 ____________________________________________________________________________
55069 [  8402] By: jhi                                   on 2001/01/11  04:26:12
55070         Log: Integrate perlio.
55071      Branch: perl
55072           !> scope.h util.c
55073 ____________________________________________________________________________
55074 [  8401] By: nick                                  on 2001/01/10  22:52:55
55075         Log: Allow control of 2nd arg to segsetjmp() via -DSCOPE_SAVES_SIGNAL_MASK.
55076              (So Alan and Ilya can try setting via hints.)
55077              Verified Linux "works" with it true and fails to re-enable SIGINT if false.
55078              Restoring sigmask in Perl_sighandler() if handler dies is not equivalent;
55079              doing the save everywhere seems to restart read() correctly, but just
55080              doing it once "round" the handler does not.
55081      Branch: perlio
55082            ! scope.h
55083 ____________________________________________________________________________
55084 [  8400] By: jhi                                   on 2001/01/10  21:57:54
55085         Log: Not defining PERL_PRESERVE_IVUV fixes only the op/inc problem
55086              of IRIX, HP-UX is unaffected.
55087      Branch: perl
55088            ! perl.h
55089 ____________________________________________________________________________
55090 [  8399] By: nick                                  on 2001/01/10  21:29:19
55091         Log: Safe fix for Simon's pclose() doing SvIVX of undef -> core bug.
55092      Branch: perlio
55093            ! util.c
55094 ____________________________________________________________________________
55095 [  8398] By: jhi                                   on 2001/01/10  20:55:31
55096         Log: Add ReuseAddr as a (preferred) alias for Reuse as we know
55097              also have ReusePort.
55098      Branch: perl
55099            ! ext/IO/lib/IO/Socket/INET.pm
55100 ____________________________________________________________________________
55101 [  8397] By: jhi                                   on 2001/01/10  20:50:57
55102         Log: Subject: [PATCH] add ReusePort option to IO::Socket::INET for better multicast support (resend)
55103              From: "Jeremy D. Zawodny" <jzawodn@yahoo-inc.com>
55104              Date: Wed, 10 Jan 2001 01:38:13 -0800
55105              Message-ID: <20010110013813.B41744@yahoo-inc.com>
55106      Branch: perl
55107            ! ext/IO/lib/IO/Socket/INET.pm
55108 ____________________________________________________________________________
55109 [  8396] By: jhi                                   on 2001/01/10  20:49:30
55110         Log: Subject: [PATCH] add SO_REUSEPORT to export list in Socket.pm for better multicast support (resend)
55111              From: "Jeremy D. Zawodny" <jzawodn@yahoo-inc.com>
55112              Date: Wed, 10 Jan 2001 01:37:32 -0800
55113              Message-ID: <20010110013732.A41744@yahoo-inc.com>
55114      Branch: perl
55115            ! ext/Socket/Socket.pm
55116 ____________________________________________________________________________
55117 [  8395] By: jhi                                   on 2001/01/10  20:41:37
55118         Log: Test for bug id 20010105.016 (fixed by #8378).
55119      Branch: perl
55120            ! t/op/split.t
55121 ____________________________________________________________________________
55122 [  8394] By: jhi                                   on 2001/01/10  20:26:32
55123         Log: Integrate perlio.
55124      Branch: perl
55125            ! util.c
55126 ____________________________________________________________________________
55127 [  8393] By: nick                                  on 2001/01/10  19:34:30
55128         Log: Back out Simon's pid hackery for now.
55129      Branch: perlio
55130            ! util.c
55131 ____________________________________________________________________________
55132 [  8392] By: nick                                  on 2001/01/10  19:23:13
55133         Log: Integrate mainline. (Builds but does not work - something broke pipes...)
55134      Branch: perlio
55135           !> (integrate 29 files)
55136 ____________________________________________________________________________
55137 [  8391] By: jhi                                   on 2001/01/10  18:43:15
55138         Log: Subject: [PATCH] Fix my_pclose segfault
55139              From: Simon Cozens <simon@cozens.net>
55140              Date: Wed, 10 Jan 2001 18:39:35 +0000
55141              Message-ID: <20010110183934.A25640@pembro26.pmb.ox.ac.uk>
55142      Branch: perl
55143            ! util.c
55144 ____________________________________________________________________________
55145 [  8390] By: jhi                                   on 2001/01/10  18:42:08
55146         Log: Subject:  [PATCH perl@8269] Opcode.XS, fix memory leak
55147              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
55148              Date:     Wed, 10 Jan 2001 13:23:02 EST
55149              Message-Id: <010110132245.8129a@DUPHY4.Physics.Drexel.Edu>
55150      Branch: perl
55151            ! ext/Opcode/Opcode.xs
55152 ____________________________________________________________________________
55153 [  8389] By: jhi                                   on 2001/01/10  15:16:07
55154         Log: Turn off the integer preservation for now.
55155      Branch: perl
55156            ! perl.h
55157 ____________________________________________________________________________
55158 [  8388] By: jhi                                   on 2001/01/10  15:01:25
55159         Log: Few more IDE/editor nits from p5p.
55160      Branch: perl
55161            ! pod/perlfaq3.pod
55162 ____________________________________________________________________________
55163 [  8387] By: jhi                                   on 2001/01/10  06:53:16
55164         Log: Subject: Re: [ID 20010109.003] Patch 8138 broke a test in libwww
55165              To: "Andreas J. Koenig" <andreas.koenig@anima.de>
55166              Date: Tue, 9 Jan 2001 23:16:02 +0000
55167              Message-ID: <20010109231602.A81101@plum.flirble.org>
55168      Branch: perl
55169            ! sv.c
55170 ____________________________________________________________________________
55171 [  8386] By: jhi                                   on 2001/01/10  03:17:54
55172         Log: Test cases for #8385 (from Simon's "torture.pl")
55173      Branch: perl
55174            ! t/op/tr.t
55175 ____________________________________________________________________________
55176 [  8385] By: jhi                                   on 2001/01/10  03:17:11
55177         Log: Subject: Re: more UTF8 test suites and an UTF8 patch
55178              From: Inaba Hiroto <inaba@sdd.tokyo-sc.toshiba.co.jp>
55179              Date: Wed, 10 Jan 2001 11:39:39 +0900
55180              Message-Id: <10101100239.AA10002@tux0017.sdd.tokyo-sc.toshiba.co.jp>
55181              
55182              Some more UTF-8 tr cases fixed.
55183      Branch: perl
55184            ! doop.c
55185 ____________________________________________________________________________
55186 [  8384] By: jhi                                   on 2001/01/09  22:45:40
55187         Log: Allow the locale test needing POSIX and the taint test
55188              needing IPC::SysV to run under 'minitest' (basically,
55189              bail out if loading the extension fails)
55190      Branch: perl
55191            ! t/op/misc.t t/op/taint.t
55192 ____________________________________________________________________________
55193 [  8383] By: jhi                                   on 2001/01/09  21:36:04
55194         Log: Subject: [PATCH @8382] Remove FileHandle/IO dependence in t/io/openpid.t
55195              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
55196              Date: Tue,  9 Jan 2001 13:33:22 -0800 (PST)
55197              Message-ID: <14939.33475.474459.147429@soda.csua.berkeley.edu>
55198      Branch: perl
55199            ! t/io/openpid.t
55200 ____________________________________________________________________________
55201 [  8382] By: jhi                                   on 2001/01/09  21:06:08
55202         Log: save_delete(), err, SAVEDELETE() fixes from Charles Lane.
55203              Should finish up the bug id 20001205.022.
55204      Branch: perl
55205            ! pp.c pp_hot.c scope.c
55206 ____________________________________________________________________________
55207 [  8381] By: jhi                                   on 2001/01/09  18:27:43
55208         Log: Subject: Re: [PATCH: perl@8342] comp/proto..........FAILED tests 112-123
55209              From: Andy Dougherty <doughera@lafayette.edu>
55210              Date: Tue, 9 Jan 2001 12:11:16 -0500 (EST)
55211              Message-ID: <Pine.SOL.4.10.10101091144440.13124-100000@maxwell.phys.lafayette.edu>
55212              
55213              More robust yacc/bison error detection.
55214      Branch: perl
55215            ! t/comp/proto.t
55216 ____________________________________________________________________________
55217 [  8380] By: jhi                                   on 2001/01/09  15:21:38
55218         Log: Subject:  [PATCH] make t/op/misc.t work on VMS
55219              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
55220              Date:     Tue, 9 Jan 2001 07:53:55 EST
55221              Message-Id: <010109075323.91c8f@DUPHY4.Physics.Drexel.Edu> 
55222      Branch: perl
55223            ! t/op/misc.t vms/test.com
55224 ____________________________________________________________________________
55225 [  8379] By: jhi                                   on 2001/01/09  15:20:38
55226         Log: Subject: [ID 20001230.003] UTF-8 tr still hurts
55227              From: jhi@cc.hut.fi
55228              Date: Sat, 30 Dec 2000 22:57:32 +0200 (EET)
55229              Message-Id: <200012302057.WAA31168@alpha.hut.fi>
55230              
55231              The #8378 fixed this.
55232      Branch: perl
55233            ! t/op/tr.t
55234 ____________________________________________________________________________
55235 [  8378] By: jhi                                   on 2001/01/09  15:05:32
55236         Log: Subject: One more patch for UTF8 
55237              From: Inaba Hiroto <inaba@st.rim.or.jp>
55238              Date: Tue, 09 Jan 2001 01:04:32 +0900
55239              Message-ID: <3A59E510.52BAB5B9@st.rim.or.jp>
55240              
55241              UTF-8 fixes for 'x' and tr///.
55242      Branch: perl
55243            ! doop.c embed.h embed.pl op.c pod/perlapi.pod pp.c proto.h
55244            ! regcomp.c regexec.c toke.c utf8.c
55245 ____________________________________________________________________________
55246 [  8377] By: jhi                                   on 2001/01/09  14:32:17
55247         Log: Make explicit our assumption that (for now) "\x{80}" produces UTF-8.
55248      Branch: perl
55249            ! t/op/length.t
55250 ____________________________________________________________________________
55251 [  8376] By: jhi                                   on 2001/01/09  04:32:32
55252         Log: integrate changes #7775, #8316, #8316 from mainline
55253      Branch: maint-5.6/perl
55254            ! hints/solaris_2.sh
55255 ____________________________________________________________________________
55256 [  8375] By: jhi                                   on 2001/01/09  04:26:43
55257         Log: Update Changes.
55258      Branch: perl
55259            ! Changes patchlevel.h
55260 ____________________________________________________________________________
55261 [  8374] By: jhi                                   on 2001/01/09  04:14:32
55262         Log: IDE/editor section tweaking.
55263      Branch: perl
55264            ! pod/perlfaq3.pod
55265 ____________________________________________________________________________
55266 [  8373] By: jhi                                   on 2001/01/09  02:38:26
55267         Log: Subject: [PATCH: perl@8342] updates to OS/390 hints file
55268              From: Peter Prymmer <pvhp@forte.com>
55269              Date: Mon, 8 Jan 2001 18:06:51 -0800 (PST)
55270              Message-ID: <Pine.OSF.4.10.10101081805530.239173-100000@aspara.forte.com>
55271              
55272              In preparation os OS/390 dynamic loading.
55273      Branch: perl
55274            ! README.os390 hints/os390.sh
55275 ____________________________________________________________________________
55276 [  8372] By: jhi                                   on 2001/01/09  00:24:30
55277         Log: Integrate with perlio.
55278      Branch: perl
55279           !> embed.h embed.pl gv.c mg.c perl.h proto.h sv.c
55280 ____________________________________________________________________________
55281 [  8371] By: nick                                  on 2001/01/08  23:54:33
55282         Log: Fix "scalars leaked" bugs caused by overload magic
55283              (Highlighted by Ilya's DESTROY optimization.)
55284      Branch: perlio
55285            ! embed.h embed.pl gv.c mg.c perl.h proto.h sv.c
55286 ____________________________________________________________________________
55287 [  8370] By: nick                                  on 2001/01/08  20:19:41
55288         Log: Integrate mainline
55289      Branch: perlio
55290           !> README.epoc dump.c ext/GDBM_File/GDBM_File.xs gv.c
55291           !> lib/Getopt/Long.pm mg.c op.c scope.c sv.c t/io/pipe.t
55292           !> t/op/64bitint.t
55293 ____________________________________________________________________________
55294 [  8369] By: jhi                                   on 2001/01/08  17:30:52
55295         Log: save_delete() Safefree() doesn't (anymore?) work with shared
55296              strings, one test failure in op/misc and almost all of lib/b.
55297              (Outcomments #8369.)
55298      Branch: perl
55299            ! scope.c
55300 ____________________________________________________________________________
55301 [  8368] By: jhi                                   on 2001/01/08  14:47:10
55302         Log: (Outcommented by #8369.)
55303              
55304              Subject: Re: Perl BugID 20001205.022 ---- save_delete
55305              From: Simon Cozens <simon@cozens.net>
55306              Date: Sat, 6 Jan 2001 11:48:40 +0000
55307              Message-ID: <20010106114840.A13227@deep-dark-truthful-mirror.perlhacker.org>
55308              
55309              The save_delete() does need the Safefree.
55310      Branch: perl
55311            ! scope.c
55312 ____________________________________________________________________________
55313 [  8367] By: bailey                                on 2001/01/08  08:53:52
55314         Log: Once again syncing after too long an absence
55315      Branch: vmsperl
55316           +> (branch 55 files)
55317            - MAINTAIN fix_pl vos/config.def vos/config.h
55318            - vos/config_h.SH_orig
55319           !> (integrate 498 files)
55320 ____________________________________________________________________________
55321 [  8366] By: jhi                                   on 2001/01/08  02:42:59
55322         Log: Subject: [ID 20010107.012] [PATCH] 18446744073709551616e0 was treated as UV=18446744073709551615
55323              From: nick@ccl4.org
55324              Date: Sun, 7 Jan 2001 21:07:18 +0000
55325              Message-Id: <20010107210717.D1048@plum.flirble.org>
55326      Branch: perl
55327            ! sv.c t/op/64bitint.t
55328 ____________________________________________________________________________
55329 [  8365] By: jhi                                   on 2001/01/08  02:35:16
55330         Log: Subject: [PATCH] environ nit
55331              From: Simon Cozens <simon@cozens.net>
55332              Date: Sun, 7 Jan 2001 17:57:07 +0000
55333              Message-ID: <20010107175707.A2013@pembro26.pmb.ox.ac.uk>
55334              
55335              Use environ only if we have it.
55336      Branch: perl
55337            ! mg.c
55338 ____________________________________________________________________________
55339 [  8364] By: jhi                                   on 2001/01/08  02:24:51
55340         Log: Replace #6721, GDBM, system malloc, and LEAKTEST.
55341      Branch: perl
55342            ! ext/GDBM_File/GDBM_File.xs
55343 ____________________________________________________________________________
55344 [  8363] By: jhi                                   on 2001/01/08  02:19:24
55345         Log: Subject: [PATCH @8344] Fix spurious GVSV OPpOUR_INTRO
55346              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
55347              Date: Sat,  6 Jan 2001 15:25:02 -0800 (PST)
55348              Message-ID: <14935.41722.239364.55174@soda.csua.berkeley.edu>
55349      Branch: perl
55350            ! dump.c op.c
55351 ____________________________________________________________________________
55352 [  8362] By: jhi                                   on 2001/01/08  02:17:43
55353         Log: Subject: [patch] xsub AUTOLOAD fix/optimization
55354              From: Doug MacEachern <dougm@covalent.net>
55355              Date: Sat, 6 Jan 2001 09:30:05 -0800 (PST)
55356              Message-ID: <Pine.LNX.4.10.10101060924280.24460-100000@mojo.covalent.net>
55357              
55358              Allow AUTOLOAD to be an xsub and allow such xsubs
55359              to avoid use of $AUTOLOAD.
55360      Branch: perl
55361            ! gv.c
55362 ____________________________________________________________________________
55363 [  8361] By: jhi                                   on 2001/01/08  02:16:07
55364         Log: Subject: Re: [PATCH] Re: [ID 20010105.002] close() on process filehandle leaves defunct process
55365              From: Radu Greab <radu@netsoft.ro>
55366              Date: Sun, 7 Jan 2001 03:16:55 +0200 (EET)
55367              Message-ID: <14935.50055.838449.408835@ix.netsoft.ro>
55368              
55369              No need for the potentially nonportable $SIG{CHLD}.
55370      Branch: perl
55371            ! t/io/pipe.t
55372 ____________________________________________________________________________
55373 [  8360] By: jhi                                   on 2001/01/08  01:58:23
55374         Log: Update to Getopt::Long 2.24_02, from Johan Vromans.
55375      Branch: perl
55376            ! lib/Getopt/Long.pm
55377 ____________________________________________________________________________
55378 [  8359] By: jhi                                   on 2001/01/08  01:55:44
55379         Log: Integrate perlio.
55380      Branch: perl
55381           !> ext/Encode/Encode.xs lib/ExtUtils/typemap perl.c perlio.c
55382           !> perlio.h pp.c pp_hot.c pp_sys.c sv.c t/lib/tie-refhash.t
55383           !> utf8.c win32/Makefile
55384 ____________________________________________________________________________
55385 [  8358] By: jhi                                   on 2001/01/07  21:16:50
55386         Log: Update the EPOC cross SDK URL.
55387      Branch: perl
55388            ! README.epoc
55389 ____________________________________________________________________________
55390 [  8357] By: jhi                                   on 2001/01/07  21:16:09
55391         Log: Update the EPOC cross SDK URL.
55392      Branch: maint-5.6/perl
55393            ! README.epoc
55394 ____________________________________________________________________________
55395 [  8356] By: nick                                  on 2001/01/06  21:47:52
55396         Log: FILE * in XS code for PerlIO world:
55397              - make PERLIO_NOT_STDIO 0 (co-existance) default for non PERL_CORE case.
55398              - Add FILE * T_STDIO typemap.
55399              - Finish PerlIO_findFILE() and PerlIO_extprtFILE()
55400      Branch: perlio
55401            ! lib/ExtUtils/typemap perlio.c perlio.h
55402 ____________________________________________________________________________
55403 [  8355] By: jhi                                   on 2001/01/06  20:27:15
55404         Log: integrate change #8336 from mainline
55405              
55406              Scoping of %^H still broken in both perl@8269 and perl-5.6.1-TRIAL1
55407      Branch: maint-5.6/perl
55408            ! hv.c
55409 ____________________________________________________________________________
55410 [  8354] By: jhi                                   on 2001/01/06  20:24:29
55411         Log: Subject: [PATCH 5.6.1-TRIAL1 and @8223]; was Re: Perlbug 20000322.006 status update
55412              From: Robin Barker <rmb1@cise.npl.co.uk>
55413              Date: Fri, 22 Dec 2000 12:17:38 GMT
55414              Message-Id: <200012221217.MAA21332@tempest.npl.co.uk>
55415              
55416              The patch reformats some long =item lines so they give
55417              correct output via pod2man | nroff -man
55418              
55419              Subject: [PATCH 5.[67].1]; as Re: [PATCH 5.6.1-TRIAL1 and @8223]; was Re: Perlbug 20000322.006 status update
55420              From: Robin Barker <rmb1@cise.npl.co.uk>
55421              Date: Tue, 2 Jan 2001 15:35:03 GMT
55422              Message-Id: <200101021535.PAA15161@tempest.npl.co.uk>
55423              
55424              Here is a _further_ patch which corrects a few more errors:
55425              * an empty C<=item> in CPAN.pm
55426              * patching the wrong file (pod/perlamiga.pod not README.amiga)
55427              * leaving empty C<=item>s which formatted incorrectly
55428              * over long C<=item>s revealed by latest patch to Pod::Man
55429      Branch: maint-5.6/perl
55430            ! README.amiga lib/CGI.pm lib/CPAN.pm lib/Pod/Select.pm
55431            ! lib/Text/ParseWords.pm lib/Win32.pod pod/perl.pod
55432            ! pod/perl5004delta.pod pod/perl5005delta.pod pod/perlapi.pod
55433            ! pod/perldelta.pod pod/perldiag.pod pod/perlembed.pod
55434            ! pod/perlfaq4.pod pod/perllocale.pod pod/perlmodlib.pod
55435            ! pod/perlrequick.pod pod/perlretut.pod pod/perlsub.pod
55436 ____________________________________________________________________________
55437 [  8353] By: jhi                                   on 2001/01/06  20:21:10
55438         Log: integrate changes #7980, 8056, 8057 from mainline
55439              
55440              UTF-8 hash keys.
55441      Branch: maint-5.6/perl
55442            ! embed.h embed.pl hv.c hv.h perlapi.c proto.h t/op/each.t
55443 ____________________________________________________________________________
55444 [  8352] By: jhi                                   on 2001/01/06  20:18:44
55445         Log: Forgotten from #8438.
55446      Branch: maint-5.6/perl
55447            ! epoc/epocish.h
55448 ____________________________________________________________________________
55449 [  8351] By: jhi                                   on 2001/01/06  20:18:12
55450         Log: Forgotten from #8347.
55451      Branch: maint-5.6/perl
55452            ! config_h.SH
55453 ____________________________________________________________________________
55454 [  8350] By: jhi                                   on 2001/01/06  20:00:19
55455         Log: Thinko in #8347.
55456      Branch: maint-5.6/perl
55457            ! regcomp.c
55458 ____________________________________________________________________________
55459 [  8349] By: jhi                                   on 2001/01/06  18:05:30
55460         Log: Copy the FAQ3 IDE section from the development branch,
55461              changes originally by Peter Prymmer.
55462      Branch: maint-5.6/perl
55463            ! pod/perlfaq3.pod
55464 ____________________________________________________________________________
55465 [  8348] By: jhi                                   on 2001/01/06  18:03:02
55466         Log: EPOC updates for TRIAL1.
55467              
55468              Subject: [5.6.1 trial1] EPOC update
55469              From: Olaf Flebbe <O.Flebbe@science-computing.de>
55470              Date: Sun, 31 Dec 2000 16:04:52 +0100 (CET)
55471              Message-ID: <Pine.LNX.4.02.10012311603040.14097-100000@milkyway.science-computing.de> 
55472              
55473              Subject: epoc patch2 for perl-5.6.1-trial1
55474              From: Olaf Flebbe <O.Flebbe@science-computing.de>
55475              Date: Sat, 6 Jan 2001 13:55:53 +0100 (CET)
55476              Message-ID: <Pine.LNX.4.02.10101061355220.26469-100000@milkyway.science-computing.de> 
55477      Branch: maint-5.6/perl
55478            ! README.epoc epoc/config.sh epoc/createpkg.pl epoc/epoc.c
55479            ! epoc/epocish.c
55480 ____________________________________________________________________________
55481 [  8347] By: jhi                                   on 2001/01/06  17:29:10
55482         Log: integrate changes #7710,7824,7973 from mainline,
55483              plus VMS nits from Peter Prymmer and Dan Sugalski.
55484              
55485              AIX 4.2 (using latest patchlevels on 20001130) has a broken bind
55486              library (getprotobyname and getprotobynumber are outversioned by
55487              the same calls in libc, at least for xlc version 3.
55488              
55489              Add HAS_SBRK_PROTO.
55490              
55491              Fixes for signedness warnings noticed by VMSperlers.
55492      Branch: maint-5.6/perl
55493            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
55494            ! configure.com epoc/config.sh hints/aix.sh malloc.c regcomp.c
55495            ! sv.c vms/descrip_mms.template vos/config.alpha.def
55496            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
55497            ! win32/config.bc win32/config.gc win32/config.vc
55498 ____________________________________________________________________________
55499 [  8346] By: nick                                  on 2001/01/06  14:36:01
55500         Log: Fixup accumulated integrate muddles (perlio == devperl again)
55501      Branch: perlio
55502            ! ext/Encode/Encode.xs perl.c pp_sys.c t/lib/tie-refhash.t
55503 ____________________________________________________________________________
55504 [  8345] By: nick                                  on 2001/01/06  14:24:58
55505         Log: Integrate mainline
55506      Branch: perlio
55507           !> (integrate 55 files)
55508 ____________________________________________________________________________
55509 [  8344] By: jhi                                   on 2001/01/06  02:24:02
55510         Log: Subject: [patch] PerlIO_cleanup() prototype
55511              From: Doug MacEachern <dougm@covalent.net>
55512              Date: Fri, 5 Jan 2001 18:15:31 -0800 (PST)
55513              Message-ID: <Pine.LNX.4.10.10101051813220.340-100000@mojo.covalent.net>
55514      Branch: perl
55515            ! perlio.h
55516 ____________________________________________________________________________
55517 [  8343] By: jhi                                   on 2001/01/06  01:04:09
55518         Log: IRIX compiler noticed that the bof initialization might be
55519              bypassed by control flow.
55520      Branch: perl
55521            ! toke.c
55522 ____________________________________________________________________________
55523 [  8342] By: jhi                                   on 2001/01/06  00:10:48
55524         Log: Update Changes.
55525      Branch: perl
55526            ! Changes patchlevel.h
55527 ____________________________________________________________________________
55528 [  8341] By: jhi                                   on 2001/01/05  23:52:33
55529         Log: Add a note about EBCDIC versus UTF-8 to a potential problem spot.
55530      Branch: perl
55531            ! toke.c
55532 ____________________________________________________________________________
55533 [  8340] By: jhi                                   on 2001/01/05  22:44:08
55534         Log: Subject: [PATCH] Re: [ID 20010105.002] close() on process filehandle leaves defunct process
55535              From: Radu Greab <radu@netsoft.ro>
55536              Date: Fri, 5 Jan 2001 21:04:33 +0200 (EET)
55537              Message-ID: <14934.6849.742435.23178@ix.netsoft.ro>
55538      Branch: perl
55539            ! t/io/pipe.t util.c
55540 ____________________________________________________________________________
55541 [  8339] By: jhi                                   on 2001/01/05  22:35:17
55542         Log: Subject: [PATCH] format and rewording in perlfaq.pod
55543              From: Robin Barker <rmb1@cise.npl.co.uk>
55544              Date: Fri, 5 Jan 2001 18:51:20 GMT
55545              Message-Id: <200101051851.SAA03310@tempest.npl.co.uk>
55546      Branch: perl
55547            ! pod/perlfaq.pod
55548 ____________________________________________________________________________
55549 [  8338] By: jhi                                   on 2001/01/05  22:31:17
55550         Log: Subject: [patch: perl@8327] have perlbug's Save to File respect -F flag
55551              From: Peter Prymmer <pvhp@forte.com>
55552              Date: Fri, 5 Jan 2001 14:02:13 -0800 (PST)
55553              Message-ID: <Pine.OSF.4.10.10101051357400.28294-100000@aspara.forte.com>
55554      Branch: perl
55555            ! utils/perlbug.PL
55556 ____________________________________________________________________________
55557 [  8337] By: jhi                                   on 2001/01/05  18:15:11
55558         Log: Subject: [PATCH 5.7.1/Configure] failure to set src='.'
55559              From: Robin Barker <rmb1@cise.npl.co.uk>
55560              Date: Tue, 2 Jan 2001 15:24:07 GMT
55561              Message-Id: <200101021524.PAA15145@tempest.npl.co.uk>
55562              
55563              If you call configure as C<./Configure> or C<sh ./Configure>,
55564              $src is set to the absolute path name, not '.'.
55565              
55566              This, in turn, means -Dmksymlink tries to do its stuff because
55567              it does not think it is in the src directory.
55568              
55569              (plus a metaconfig nitfix)
55570      Branch: metaconfig
55571            ! U/compline/ccflags.U U/modified/src.U
55572      Branch: perl
55573            ! Configure config_h.SH
55574 ____________________________________________________________________________
55575 [  8336] By: jhi                                   on 2001/01/05  17:48:32
55576         Log: Subject: Re: [Fwd: Scoping of %^H still broken in both perl@8269 and perl-5.6.1-TRIAL1]
55577              From: Alan Burlison <Alan.Burlison@uk.sun.com>
55578              Message-ID: <3A5606C4.473D2226@uk.sun.com>
55579              Date: Fri, 05 Jan 2001 17:39:16 +0000
55580      Branch: perl
55581            ! hv.c
55582 ____________________________________________________________________________
55583 [  8335] By: jhi                                   on 2001/01/05  16:05:44
55584         Log: Upgrade to Getopt::Long 2.24_01, from Johan Vromans.
55585      Branch: perl
55586            ! lib/Getopt/Long.pm
55587 ____________________________________________________________________________
55588 [  8334] By: jhi                                   on 2001/01/05  16:00:51
55589         Log: Subject: PATCH 5.6.1 & blead 8327 -- workaround for t/io/fs.t
55590              From: Raphael Manfredi <Raphael_Manfredi@pobox.com>
55591              Date: Fri, 05 Jan 2001 13:46:51 +0100
55592              Message-ID: <13693.978698811@nice.ram.loc>
55593              
55594              Apparently, the glibc2.2 + linux 2.4.0 + NFS combination prevent
55595              accurate reading of the "atime".  
55596      Branch: perl
55597            ! t/io/fs.t
55598 ____________________________________________________________________________
55599 [  8333] By: jhi                                   on 2001/01/05  15:57:37
55600         Log: Subject: [PATCH] Re: ebcdic <-> ascii tables interjected in uv <-> utf8 considered harmful 
55601              From: Simon Cozens <simon@cozens.net>
55602              Date: Fri, 8 Dec 2000 13:33:31 +0000
55603              Message-ID: <20001208133331.A11535@deep-dark-truthful-mirror.perlhacker.org> 
55604              
55605              A lost patch fragment.
55606      Branch: perl
55607            ! doop.c
55608 ____________________________________________________________________________
55609 [  8332] By: jhi                                   on 2001/01/05  15:40:42
55610         Log: Do away with strncpy() and a fixed length buffer.
55611      Branch: perl
55612            ! utf8.c
55613 ____________________________________________________________________________
55614 [  8331] By: jhi                                   on 2001/01/05  15:03:07
55615         Log: Tests for #8329 and #8330.
55616      Branch: perl
55617            ! t/op/bop.t
55618 ____________________________________________________________________________
55619 [  8330] By: jhi                                   on 2001/01/05  15:02:38
55620         Log: "\x{FF}\xFF" was broken, the \xFF was appended in its
55621              raw 8-bit form to the UTF-8 string.
55622      Branch: perl
55623            ! toke.c
55624 ____________________________________________________________________________
55625 [  8329] By: jhi                                   on 2001/01/05  14:55:13
55626         Log: Subject: [PATCH perl@8327] strings with \x{..} in the middle are corrupted 
55627              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
55628              Date: Fri, 5 Jan 2001 12:28:52 +0100
55629              Message-ID: <5930DC161690D211966700902715754703738F96@madt009a.siemens.es>
55630              
55631              UTF-8 parsing fix that seems to be needed for EBCDIC, in ASCII
55632              no effect.  (changed the strncpy() to Copy())
55633      Branch: perl
55634            ! toke.c
55635 ____________________________________________________________________________
55636 [  8328] By: jhi                                   on 2001/01/05  06:44:27
55637         Log: UTF-8 cleanup.
55638      Branch: perl
55639            ! doop.c op.c pp.c pp_ctl.c pp_hot.c pp_sys.c regcomp.c
55640            ! regexec.c sv.c toke.c
55641 ____________________________________________________________________________
55642 [  8327] By: jhi                                   on 2001/01/05  01:11:29
55643         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')
55644              From: Radu Greab <radu@netsoft.ro>
55645              Message-ID: <14933.5458.672637.641215@ix.netsoft.ro>
55646              Date: Fri, 5 Jan 2001 02:29:06 +0200 (EET)
55647              
55648              Cleans up Harness to not use FileHandle, which uses IO.
55649      Branch: perl
55650            ! lib/Test/Harness.pm t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
55651 ____________________________________________________________________________
55652 [  8326] By: jhi                                   on 2001/01/05  00:56:37
55653         Log: Update Changes.
55654      Branch: perl
55655            ! Changes patchlevel.h
55656 ____________________________________________________________________________
55657 [  8325] By: jhi                                   on 2001/01/05  00:53:18
55658         Log: Subject: Re: [patch bug 20010103.019] Re: perl@8269: failure to build on NT 4.0.1381 with MSVC (fwd)
55659              From: Peter Prymmer <pvhp@forte.com>
55660              Date: Thu, 4 Jan 2001 14:20:15 -0800 (PST)
55661              Message-ID: <Pine.OSF.4.10.10101041406420.492782-100000@aspara.forte.com>
55662              
55663              plus a couple more tailing whitespace removals.
55664      Branch: perl
55665            ! win32/Makefile
55666 ____________________________________________________________________________
55667 [  8324] By: jhi                                   on 2001/01/05  00:47:39
55668         Log: Add some Unicode chop() tests.
55669      Branch: perl
55670            ! t/op/chop.t
55671 ____________________________________________________________________________
55672 [  8323] By: jhi                                   on 2001/01/05  00:47:23
55673         Log: Unify UTF-8 malformedness handling.
55674      Branch: perl
55675            ! doop.c pp.c sv.c toke.c utf8.c utf8.h
55676 ____________________________________________________________________________
55677 [  8322] By: jhi                                   on 2001/01/04  22:21:54
55678         Log: The new $issymlink was unknown to Mksymlinks.
55679      Branch: metaconfig/U/perl
55680            ! Mksymlinks.U issymlink.U
55681      Branch: perl
55682            ! Configure config_h.SH
55683 ____________________________________________________________________________
55684 [  8321] By: jhi                                   on 2001/01/04  21:51:05
55685         Log: The test didn't work under the core test framework.
55686      Branch: perl
55687            ! t/lib/st-lock.t
55688 ____________________________________________________________________________
55689 [  8320] By: jhi                                   on 2001/01/04  21:14:22
55690         Log: DB3 NDBM/ODBM emulation tweaks from Stanislav Brabec <utx@penguin.cz>.
55691      Branch: perl
55692            ! INSTALL ext/NDBM_File/NDBM_File.xs ext/ODBM_File/ODBM_File.xs
55693 ____________________________________________________________________________
55694 [  8319] By: jhi                                   on 2001/01/04  20:46:17
55695         Log: Typo in #8312 when manually applying a problematic patch fragment.
55696      Branch: perl
55697            ! ext/Storable/Storable.xs
55698 ____________________________________________________________________________
55699 [  8318] By: jhi                                   on 2001/01/04  20:43:01
55700         Log: The $sh_c didn't fly.
55701      Branch: metaconfig
55702            ! U/compline/ccflags.U U/compline/d_keepsig.U U/modified/Head.U
55703            ! U/modified/Loc.U U/modified/myhostname.U
55704            ! U/modified/spitshell.U
55705      Branch: metaconfig/U/perl
55706            ! issymlink.U
55707      Branch: perl
55708            ! Configure config_h.SH
55709 ____________________________________________________________________________
55710 [  8317] By: jhi                                   on 2001/01/04  19:58:01
55711         Log: AIX builtin test -h is broken, changes based on
55712              
55713              Subject: [PATCH] 8297. Symlink stuff breaks on AIX 4 bsh
55714              Date: Tue, 02 Jan 2001 11:24:39 +0100
55715              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
55716              Message-Id: <20010102093747.A6F7.H.M.BRAND@hccnet.nl>
55717      Branch: metaconfig
55718            + U/modified/spitshell.U
55719            ! U/compline/ccflags.U U/compline/d_keepsig.U U/modified/Head.U
55720            ! U/modified/Loc.U U/modified/myhostname.U
55721      Branch: metaconfig/U/perl
55722            ! Mksymlinks.U issymlink.U
55723      Branch: perl
55724            ! Configure
55725 ____________________________________________________________________________
55726 [  8316] By: jhi                                   on 2001/01/04  19:02:22
55727         Log: Subject: [PATCH] Re: New attempt on hints/solaris_2.sh
55728              From: Andy Dougherty <doughera@lafayette.edu>
55729              Message-ID: <Pine.SOL.4.10.10101031518320.28840-100000@maxwell.phys.lafayette.edu>
55730              Date: Wed, 3 Jan 2001 15:36:06 -0500 (EST)
55731              
55732              Beware of GNU ld.
55733      Branch: perl
55734            ! hints/solaris_2.sh
55735 ____________________________________________________________________________
55736 [  8315] By: jhi                                   on 2001/01/04  18:56:48
55737         Log: From: Lupe Christoph <lupe@lupe-christoph.de>
55738              Subject: Re: [PATCH 5.7.1/Configure] failure to set src='.'
55739              Date: Wed, 3 Jan 2001 07:58:51 +0100
55740              Message-ID: <20010103075851.P4594@alanya.lupe-christoph.de>
55741      Branch: perl
55742            ! hints/solaris_2.sh
55743 ____________________________________________________________________________
55744 [  8314] By: jhi                                   on 2001/01/04  18:54:07
55745         Log: Subject: Re: [PATCH @8269] Continue blocks and B::Deparse
55746              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
55747              Date: Wed,  3 Jan 2001 13:48:04 -0800 (PST)
55748              Message-ID: <14931.40265.379608.910008@soda.csua.berkeley.edu>
55749              
55750              Doc tweak on #8313.
55751      Branch: perl
55752            ! ext/B/B/Deparse.pm
55753 ____________________________________________________________________________
55754 [  8313] By: jhi                                   on 2001/01/04  18:52:27
55755         Log: Subject: [PATCH @8269] Continue blocks and B::Deparse
55756              Date: Wed,  3 Jan 2001 13:31:53 -0800 (PST)
55757              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
55758              Message-ID: <14931.37732.62835.279605@soda.csua.berkeley.edu>
55759              
55760              Make the peephole optimizer to bypass more null ops and
55761              and rewrite the deparse handling of continue blocks.
55762      Branch: perl
55763            ! ext/B/B/Deparse.pm op.c op.h t/lib/b.t
55764 ____________________________________________________________________________
55765 [  8312] By: jhi                                   on 2001/01/04  18:47:39
55766         Log: Upgrade to Storable 1.0.7, from Raphael Manfredi.
55767      Branch: perl
55768            ! ext/Storable/ChangeLog ext/Storable/Makefile.PL
55769            ! ext/Storable/Storable.pm ext/Storable/Storable.xs
55770            ! t/lib/st-lock.t
55771 ____________________________________________________________________________
55772 [  8311] By: jhi                                   on 2001/01/04  18:36:08
55773         Log: Add a new MakeMaker variable PM_FILTER that defines a Unix
55774              filter to be run on each .pm during the pm_to_blib() phase,
55775              a fixed version of
55776              
55777              Subject: PATCH (blead 8269) ExtUtils::MakeMaker
55778              From: Raphael Manfredi <Raphael_Manfredi@pobox.com>
55779              Date: Wed, 03 Jan 2001 22:01:30 +0100
55780              Message-ID: <5296.978555690@nice.ram.loc>
55781      Branch: perl
55782            ! lib/ExtUtils/Install.pm lib/ExtUtils/MM_Unix.pm
55783            ! lib/ExtUtils/MM_VMS.pm lib/ExtUtils/MM_Win32.pm
55784            ! lib/ExtUtils/MakeMaker.pm
55785 ____________________________________________________________________________
55786 [  8310] By: jhi                                   on 2001/01/04  18:32:54
55787         Log: Subject: [PATCH 5.[67].1]; as Re: [PATCH 5.6.1-TRIAL1 and @8223]; was Re: Perlbug 20000322.006 status update
55788              From: Robin Barker <rmb1@cise.npl.co.uk>
55789              Date: Tue, 2 Jan 2001 15:35:03 GMT
55790              Message-Id: <200101021535.PAA15161@tempest.npl.co.uk>
55791      Branch: perl
55792            ! README.amiga lib/CPAN.pm lib/Win32.pod pod/perl56delta.pod
55793            ! pod/perlrequick.pod
55794 ____________________________________________________________________________
55795 [  8309] By: jhi                                   on 2001/01/04  18:29:07
55796         Log: Subject: Re: [patch] static-ize XS()
55797              From: Doug MacEachern <dougm@covalent.net>
55798              Date: Mon, 1 Jan 2001 15:26:01 -0800 (PST)
55799              Message-ID: <Pine.LNX.4.10.10101011523560.3379-100000@mojo.covalent.net>
55800              
55801              Provide prototypes for the XS functions.
55802      Branch: perl
55803            ! lib/ExtUtils/xsubpp
55804 ____________________________________________________________________________
55805 [  8308] By: jhi                                   on 2001/01/04  18:27:44
55806         Log: Subject: [patch] typemap =~ s/croak/Perl_croak/
55807              From: Doug MacEachern <dougm@covalent.net>
55808              Date: Mon, 1 Jan 2001 11:41:57 -0800 (PST)
55809              Message-ID: <Pine.LNX.4.10.10101011139570.3379-100000@mojo.covalent.net>
55810      Branch: perl
55811            ! lib/ExtUtils/typemap
55812 ____________________________________________________________________________
55813 [  8307] By: jhi                                   on 2001/01/04  18:25:25
55814         Log: Subject: Re: [patch] MM_Unix cpprun shortcut
55815              From: Doug MacEachern <dougm@covalent.net>
55816              Date: Wed, 3 Jan 2001 20:09:57 -0800 (PST)
55817              Message-ID: <Pine.LNX.4.10.10101032009330.280-100000@mojo.covalent.net>
55818              
55819              Add a .c.i: MakeMaker make rule to create cpreprocessed outputs.
55820      Branch: perl
55821            ! lib/ExtUtils/MM_Unix.pm
55822 ____________________________________________________________________________
55823 [  8306] By: jhi                                   on 2001/01/04  18:23:00
55824         Log: Subject: [PATCH perl@8269] Corrections for Perl_yylex_r (used by a reentrant parser as Bison)
55825              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
55826              Date: Thu, 4 Jan 2001 12:47:10 +0100 
55827              Message-ID: <5930DC161690D21196670090271575470370111A@madt009a.siemens.es>
55828              
55829              The toke.c part only, patching embed.h and proto.h is futile.
55830      Branch: perl
55831            ! toke.c
55832 ____________________________________________________________________________
55833 [  8305] By: jhi                                   on 2001/01/04  18:05:51
55834         Log: Subject: [PATCH perl@8269] scanning two hex-constants fails on EBCDIC environment (script length.t)
55835              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
55836              Date: Thu, 4 Jan 2001 17:50:12 +0100 
55837              Message-ID: <5930DC161690D211966700902715754703738AA6@madt009a.siemens.es>
55838      Branch: perl
55839            ! toke.c
55840 ____________________________________________________________________________
55841 [  8304] By: jhi                                   on 2001/01/04  18:03:26
55842         Log: Subject: [PATCH perl@8269]
55843              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
55844              Date: Thu, 4 Jan 2001 12:53:39 +0100 
55845              Message-ID: <5930DC161690D211966700902715754703701130@madt009a.siemens.es>
55846              
55847              If running byacc write-enable also perly.h.
55848      Branch: perl
55849            ! Makefile.SH
55850 ____________________________________________________________________________
55851 [  8303] By: jhi                                   on 2001/01/04  15:40:49
55852         Log: Rewrite pp_concat() in terms of sv_catsv().
55853      Branch: perl
55854            ! pp_hot.c
55855 ____________________________________________________________________________
55856 [  8302] By: nick                                  on 2001/01/03  22:43:22
55857         Log: Integrate mainline.
55858      Branch: perlio
55859           !> ext/Encode/Encode.xs sv.c utf8.c
55860 ____________________________________________________________________________
55861 [  8301] By: jhi                                   on 2001/01/02  23:40:26
55862         Log: Variable naming tweak.
55863      Branch: perl
55864            ! sv.c
55865 ____________________________________________________________________________
55866 [  8300] By: jhi                                   on 2001/01/02  23:40:02
55867         Log: Use the UTF8_XXX macros in is_utf8_char(), a performance nit
55868              in is_utf8_string().
55869      Branch: perl
55870            ! utf8.c
55871 ____________________________________________________________________________
55872 [  8299] By: jhi                                   on 2001/01/02  22:14:40
55873         Log: Integrate perlio.
55874      Branch: perl
55875           !> pp.c pp_hot.c win32/Makefile
55876 ____________________________________________________________________________
55877 [  8298] By: nick                                  on 2001/01/02  22:03:06
55878         Log: Turn SvUTF8 off if not required in pp_chr and pp_stringify.
55879      Branch: perlio
55880            ! pp.c pp_hot.c
55881 ____________________________________________________________________________
55882 [  8297] By: jhi                                   on 2001/01/02  04:26:28
55883         Log: Signedness nit.
55884      Branch: perl
55885            ! ext/Encode/Encode.xs
55886 ____________________________________________________________________________
55887 [  8296] By: nick                                  on 2001/01/01  23:49:36
55888         Log: Add Encode and correct Filter/Util/Call in nmake Makefile
55889      Branch: perlio
55890            ! win32/Makefile
55891 ____________________________________________________________________________
55892 [  8295] By: jhi                                   on 2001/01/01  23:05:48
55893         Log: Integrate perlio.
55894      Branch: perl
55895           !> ext/Encode/Encode.pm ext/Encode/Encode.xs pp_hot.c
55896           !> t/lib/encode.t
55897 ____________________________________________________________________________
55898 [  8294] By: nick                                  on 2001/01/01  22:48:34
55899         Log: Integrate mainline
55900      Branch: perlio
55901            ! pp_hot.c t/lib/encode.t
55902           !> (integrate 65 files)
55903 ____________________________________________________________________________
55904 [  8293] By: nick                                  on 2001/01/01  21:58:50
55905         Log: More rigor in UTF-8-ness of Encode's toUnicode
55906              XS export some of the utf8 internal functions.
55907              Test some of the functions.
55908              Fix pp_concat() bug shown by said tests.
55909      Branch: perlio
55910            ! ext/Encode/Encode.pm ext/Encode/Encode.xs pp_hot.c
55911            ! t/lib/encode.t
55912 ____________________________________________________________________________
55913 [  8292] By: jhi                                   on 2001/01/01  18:11:44
55914         Log: Integrate perlio.
55915      Branch: perl
55916           !> ext/Encode/Encode.pm ext/Encode/Encode.xs ext/Encode/compile
55917           !> ext/Encode/encengine.c ext/Encode/encode.h
55918 ____________________________________________________________________________
55919 [  8291] By: jhi                                   on 2001/01/01  18:10:58
55920         Log: Podify README.mpeix (a new version from the web),
55921              add a dummy NAME to Carp::Heavy, regen toc.
55922      Branch: perl
55923            ! README.mpeix lib/Carp/Heavy.pm pod/buildtoc.PL pod/perl.pod
55924            ! pod/perltoc.pod
55925 ____________________________________________________________________________
55926 [  8290] By: nick                                  on 2001/01/01  17:43:47
55927         Log: Loose the "Loading..." warning.
55928              Another bug in fallback support
55929      Branch: perlio
55930            ! ext/Encode/Encode.pm ext/Encode/encengine.c
55931 ____________________________________________________________________________
55932 [  8289] By: jhi                                   on 2001/01/01  00:01:57
55933         Log: Bump up Larry's copyright.
55934      Branch: perl
55935            ! EXTERN.h INTERN.h README av.c av.h cop.h cv.h deb.c doio.c
55936            ! doop.c dump.c ext/DynaLoader/dl_dld.xs form.h gv.c gv.h
55937            ! handy.h hv.c hv.h mg.c mg.h op.c op.h perl.c perl.h perly.y
55938            ! pp.c pp.h pp_ctl.c pp_hot.c pp_sys.c regcomp.c regexec.c run.c
55939            ! scope.c sv.c sv.h toke.c utf8.c utf8.h util.c util.h
55940            ! x2p/EXTERN.h x2p/INTERN.h x2p/a2p.c x2p/a2p.h x2p/a2p.y
55941            ! x2p/a2py.c x2p/hash.c x2p/hash.h x2p/proto.h x2p/str.c
55942            ! x2p/str.h x2p/util.c x2p/util.h x2p/walk.c
55943 ____________________________________________________________________________
55944 [  8288] By: nick                                  on 2000/12/31  21:27:53
55945         Log: Fix .ucm reading - forgot a chr()
55946              Start of .ucm write (for .enc to .ucm)
55947      Branch: perlio
55948            ! ext/Encode/compile
55949 ____________________________________________________________________________
55950 [  8287] By: jhi                                   on 2000/12/31  18:15:56
55951         Log: Comment away a diagnostic message as noted by Craig A. Berry
55952              (the unexpected message was confusing testing)
55953      Branch: perl
55954            ! ext/Encode/Encode.pm
55955 ____________________________________________________________________________
55956 [  8286] By: jhi                                   on 2000/12/31  18:14:51
55957         Log: Subject: [PATCH perl@8269] ext/Encode/Makefile.PL line shortening
55958              Date: Sun, 31 Dec 2000 11:17:37 -0600
55959              From: "Craig A. Berry" <craigberry@mac.com>
55960              Message-Id: <5.0.2.1.0.20001230195844.025636c0@exchi01>
55961      Branch: perl
55962            ! ext/Encode/Makefile.PL
55963 ____________________________________________________________________________
55964 [  8285] By: nick                                  on 2000/12/31  18:11:54
55965         Log: Start of support of ICU-style .ucm files:
55966              - teach compile how to read a .ucm file
55967              - first guess at how to represent fallbacks in "tries".
55968              - use fallbacks if check == 0
55969              - new return code to indicate we used one.
55970      Branch: perlio
55971            ! ext/Encode/Encode.pm ext/Encode/Encode.xs ext/Encode/compile
55972            ! ext/Encode/encengine.c ext/Encode/encode.h
55973 ____________________________________________________________________________
55974 [  8284] By: jhi                                   on 2000/12/31  18:04:41
55975         Log: Pacify picky VMS compiler.
55976              
55977              Subject: perl@8269, whiny Compaq C compiler, unsigned expressions
55978              From: "Craig A. Berry" <craig.berry@psinetcs.com>
55979              Date: Sat, 30 Dec 2000 18:10:02 -0600
55980              Message-Id: <200012310010.CAA09719@tiku.hut.fi>
55981      Branch: perl
55982            ! sv.c
55983 ____________________________________________________________________________
55984 [  8283] By: jhi                                   on 2000/12/31  16:11:47
55985         Log: Wrong alarm: cygwin's getpwuid() is just fine (from Gerrit P. Haase)
55986      Branch: perl
55987            ! t/lib/glob-basic.t
55988 ____________________________________________________________________________
55989 [  8282] By: jhi                                   on 2000/12/31  15:26:11
55990         Log: Integrate perlio.
55991      Branch: perl
55992           !> makedef.pl opcode.pl os2/os2.c perlio.c
55993 ____________________________________________________________________________
55994 [  8281] By: nick                                  on 2000/12/31  10:06:15
55995         Log: Tweak perlio.c so that makedef.pl-exported perlsio_binmode()
55996              is available to be exported
55997      Branch: perlio
55998            ! makedef.pl perlio.c
55999 ____________________________________________________________________________
56000 [  8280] By: nick                                  on 2000/12/31  09:41:26
56001         Log: Ilya's OS2 patch (testing for damage on Win32)
56002      Branch: perlio
56003            ! makedef.pl opcode.pl os2/os2.c
56004 ____________________________________________________________________________
56005 [  8279] By: jhi                                   on 2000/12/30  21:52:07
56006         Log: Test nits.
56007      Branch: perl
56008            ! t/lib/syslfs.t t/op/lfs.t
56009 ____________________________________________________________________________
56010 [  8278] By: jhi                                   on 2000/12/30  21:47:49
56011         Log: Subject: Re: [ID 20001229.001] Not OK: perl v5.7.0 +DEVEL8221 on i686-linux 2.4.0-test13pre4-ac2 -2 (UNINSTALLED)
56012              From: andreas.koenig@anima.de (Andreas J. Koenig)
56013              Date: 30 Dec 2000 22:35:37 +0100
56014              Message-ID: <m3vgs1a8ye.fsf@ak-71.mind.de>
56015              
56016              The 32-bit wraparound test wasn't quite right.
56017      Branch: perl
56018            ! t/lib/syslfs.t t/op/lfs.t
56019 ____________________________________________________________________________
56020 [  8277] By: jhi                                   on 2000/12/30  21:33:44
56021         Log: Subject: [PATCH] open() example in perlfunc.pod 
56022              From: Karsten Sperling <s_sperli@ira.uka.de>
56023              Date: Sat, 30 Dec 2000 22:27:09 +0100
56024              Message-ID: <"iraun1.ira.0090801:001230.213049"@ira.uka.de>
56025      Branch: perl
56026            ! pod/perlfunc.pod
56027 ____________________________________________________________________________
56028 [  8276] By: jhi                                   on 2000/12/30  20:32:40
56029         Log: Not quite that many tests yet.
56030      Branch: perl
56031            ! t/op/pat.t
56032 ____________________________________________________________________________
56033 [  8275] By: jhi                                   on 2000/12/30  20:26:58
56034         Log: Integrate perlio.
56035      Branch: perl
56036           !> toke.c
56037 ____________________________________________________________________________
56038 [  8274] By: jhi                                   on 2000/12/30  20:24:56
56039         Log: Signedness nit.
56040      Branch: perl
56041            ! utf8.c
56042 ____________________________________________________________________________
56043 [  8273] By: jhi                                   on 2000/12/30  20:15:46
56044         Log: Add a test case for 20000731.001 which was fixed by the #8267.
56045      Branch: perl
56046            ! t/op/pat.t
56047 ____________________________________________________________________________
56048 [  8272] By: nick                                  on 2000/12/30  19:47:51
56049         Log: Tweak for MULTIPLICITY/USE_PERLIO
56050      Branch: perlio
56051            ! toke.c
56052 ____________________________________________________________________________
56053 [  8271] By: nick                                  on 2000/12/30  19:46:45
56054         Log: Integrate mainline
56055      Branch: perlio
56056           +> lib/unicode/distinct.pm
56057           !> Changes MANIFEST doop.c embed.h embed.pl mg.c op.c op.h
56058           !> patchlevel.h perl.h pod/perlapi.pod pp.c pp_ctl.c pp_hot.c
56059           !> proto.h regcomp.c regcomp.h regexec.c sv.c t/op/split.t utf8.c
56060 ____________________________________________________________________________
56061 [  8270] By: jhi                                   on 2000/12/30  19:39:50
56062         Log: Subject: RE: perl@8269
56063              From: "Richard Soderberg" <rs@crystalflame.net>
56064              Date: Sat, 30 Dec 2000 11:36:27 -0800
56065              Message-ID: <NAEKLNAAHLMBPMPNBMLEIEAKCKAA.rs@crystalflame.net>
56066              
56067              A missing aTHX_.
56068      Branch: perl
56069            ! toke.c
56070 ____________________________________________________________________________
56071 [  8269] By: jhi                                   on 2000/12/30  18:55:48
56072         Log: Update Changes.
56073      Branch: perl
56074            ! Changes patchlevel.h
56075 ____________________________________________________________________________
56076 [  8268] By: jhi                                   on 2000/12/30  17:18:40
56077         Log: Add a test for Unicode split //.  The #8267 was the cure.
56078      Branch: perl
56079            ! t/op/split.t
56080 ____________________________________________________________________________
56081 [  8267] By: jhi                                   on 2000/12/30  17:14:19
56082         Log: Subject: more UTF8 test suites and an UTF8 patch
56083              From: Inaba Hiroto <inaba@st.rim.or.jp>
56084              Date: Sat, 30 Dec 2000 14:27:10 +0900
56085              Message-ID: <3A4D722D.243AFD88@st.rim.or.jp> 
56086              
56087              Just the patch part for now, and the pragma renamed
56088              as unicode::distinct.
56089      Branch: perl
56090            + lib/unicode/distinct.pm
56091            ! MANIFEST doop.c embed.h embed.pl mg.c op.c op.h perl.h
56092            ! pod/perlapi.pod pp.c pp_ctl.c pp_hot.c proto.h regcomp.c
56093            ! regcomp.h regexec.c sv.c toke.c utf8.c
56094 ____________________________________________________________________________
56095 [  8266] By: nick                                  on 2000/12/30  16:40:49
56096         Log: Integrate mainline
56097      Branch: perlio
56098           +> lib/Pod/Text/Overstrike.pm
56099           !> MANIFEST doio.c hints/dec_osf.sh hv.c lib/Pod/Man.pm
56100           !> lib/Pod/Text/Color.pm lib/Pod/Text/Termcap.pm op.c
56101           !> pod/pod2text.PL sv.c t/lib/syslfs.t t/op/join.t t/op/lfs.t
56102           !> t/pragma/constant.t t/pragma/sub_lval.t t/pragma/utf8.t util.c
56103           !> vms/vms.c vms/vmsish.h vms/vmspipe.com
56104 ____________________________________________________________________________
56105 [  8265] By: jhi                                   on 2000/12/30  07:28:55
56106         Log: The sv_catsv() fix, take two.
56107      Branch: perl
56108            ! sv.c t/op/join.t
56109 ____________________________________________________________________________
56110 [  8264] By: jhi                                   on 2000/12/30  06:19:18
56111         Log: Undo all the join-related changes since #8248: relevant
56112              portions of 8248, 8249, 8250, 8251, 8260, 8263 must go.
56113              The new sv_catsv() doesn't fly so it must go back to
56114              the drawing board.
56115      Branch: perl
56116            ! sv.c t/op/join.t t/pragma/utf8.t
56117 ____________________________________________________________________________
56118 [  8263] By: jhi                                   on 2000/12/30  01:08:32
56119         Log: (Retracted by #8264)  Tweak sv_catsv() some more.
56120      Branch: perl
56121            ! sv.c
56122 ____________________________________________________________________________
56123 [  8262] By: jhi                                   on 2000/12/30  00:45:14
56124         Log: Retract #8261.
56125      Branch: perl
56126            ! hv.c util.c
56127 ____________________________________________________________________________
56128 [  8261] By: jhi                                   on 2000/12/30  00:38:32
56129         Log: (Retracted by #8261). (Unsuccessful memory access tweaks.)
56130      Branch: perl
56131            ! hv.c util.c
56132 ____________________________________________________________________________
56133 [  8260] By: jhi                                   on 2000/12/29  22:51:33
56134         Log: (Retracted by #8264)  More fixing for #8251.
56135      Branch: perl
56136            ! sv.c
56137 ____________________________________________________________________________
56138 [  8259] By: jhi                                   on 2000/12/29  18:27:30
56139         Log: Subject: podlators 1.06 released
56140              From: Russ Allbery <rra@stanford.edu>
56141              Date: 25 Dec 2000 05:09:30 -0800
56142              Message-ID: <ylwvcosl4l.fsf@windlord.stanford.edu>
56143      Branch: perl
56144            + lib/Pod/Text/Overstrike.pm
56145            ! MANIFEST lib/Pod/Man.pm lib/Pod/Text/Color.pm
56146            ! lib/Pod/Text/Termcap.pm pod/pod2text.PL
56147 ____________________________________________________________________________
56148 [  8258] By: jhi                                   on 2000/12/29  18:20:45
56149         Log: Make the large file tests more robust/talkative as suggested by
56150              
56151              Subject: Re: [ID 20001229.001] Not OK: perl v5.7.0 +DEVEL8221 on i686-linux 2.4.0-test13pre4-ac2 -2 (UNINSTALLED)
56152              From: andreas.koenig@anima.de (Andreas J. Koenig)
56153              Date: 29 Dec 2000 14:23:01 +0100
56154              Message-ID: <m3snn7uzt6.fsf@ak-71.mind.de>
56155      Branch: perl
56156            ! t/lib/syslfs.t t/op/lfs.t
56157 ____________________________________________________________________________
56158 [  8257] By: jhi                                   on 2000/12/29  17:48:04
56159         Log: Further VMS piping fixes from Charles Lane:
56160              
56161              In summary, error messages produced when a subprocess terminated
56162              abnormally were being sent not just to the parent process, but to
56163              grandparents, because of default values for error output that were
56164              not completely overridden when the subprocess was started.
56165              
56166              This patch fixes this behavior by defining user-mode (i.e., temporary
56167              for the duration of the program) logical names for SYS$OUTPUT and
56168              SYS$ERROR when they are (re)opened inside Perl.  And a bunch of other
56169              changes to make it so that the user-mode logicals are the ones that
56170              control where Perl's error messages go if it terminates abnormally.
56171              
56172              I also added some gratuitous fixes to the indentation of braces in
56173              the piping code.  It just looked ugly, before.
56174      Branch: perl
56175            ! doio.c vms/vms.c vms/vmsish.h vms/vmspipe.com
56176 ____________________________________________________________________________
56177 [  8256] By: jhi                                   on 2000/12/29  17:45:12
56178         Log: Subject: [PATCH] Idea: Declare multiple constants at once (fwd)
56179              From: "Casey R. Tweten" <crt@kiski.net>
56180              Date: Fri, 29 Dec 2000 12:03:00 -0500 (EST)
56181              Message-ID: <Pine.OSF.4.21.0012291201150.17186-100000@home.kiski.net>
56182              
56183              Tests for for #8240.
56184      Branch: perl
56185            ! t/pragma/constant.t
56186 ____________________________________________________________________________
56187 [  8255] By: jhi                                   on 2000/12/29  17:43:07
56188         Log: Subject: Re: [PATCH] Interesting syntax idea
56189              From: Simon Cozens <simon@cozens.net>
56190              Date: Fri, 29 Dec 2000 14:34:04 +0000
56191              Message-ID: <20001229143404.A7762@deep-dark-truthful-mirror.perlhacker.org>
56192              
56193              Tests for #8254.
56194      Branch: perl
56195            ! t/pragma/sub_lval.t
56196 ____________________________________________________________________________
56197 [  8254] By: jhi                                   on 2000/12/29  17:42:11
56198         Log: Subject: [PATCH] Interesting syntax idea
56199              From: Simon Cozens <simon@cozens.net>
56200              Date: Wed, 27 Dec 2000 05:08:57 +0000
56201              Message-ID: <20001227050857.A11296@deep-dark-truthful-mirror.perlhacker.org>
56202              
56203              Make opens + bareword assigns do typeglob assigns.
56204      Branch: perl
56205            ! op.c
56206 ____________________________________________________________________________
56207 [  8253] By: jhi                                   on 2000/12/29  17:36:45
56208         Log: Output the (apparent) version of gcc, as suggested by
56209              
56210              Subject: [ID 20001226.001] dec_osf.sh mis-parses gcc version 2.95.2 as less than 2.95, causing installation-failure
56211              From: jhbrown@ai.mit.edu (Jeremy H. Brown)
56212              Date: 26 Dec 2000 04:29:17 -0500
56213              Message-Id: <uv6puify1hu.fsf@suspiria.ai.mit.edu>
56214              
56215              (The patch as such didn't any more apply as the misparsing had
56216              already been addressed in #6474.)  Also change the wording about
56217              gcc 2.95.2, for Jeremy it didn't break sdbm, for me it did.
56218      Branch: perl
56219            ! hints/dec_osf.sh
56220 ____________________________________________________________________________
56221 [  8252] By: nick                                  on 2000/12/29  12:14:31
56222         Log: Integrate mainline
56223      Branch: perlio
56224           !> (integrate 27 files)
56225 ____________________________________________________________________________
56226 [  8251] By: jhi                                   on 2000/12/29  08:45:46
56227         Log: (Retracted by #8264)
56228              
56229              (Fixed by #8260.)
56230              
56231              sv_catsv() needs one more byte space than seems reasonable.
56232              (for join() and PERL_DESTRUCT_LEVEL=2, built with debugging).
56233              Curiouser and curiouser.
56234      Branch: perl
56235            ! sv.c
56236 ____________________________________________________________________________
56237 [  8250] By: jhi                                   on 2000/12/29  07:57:52
56238         Log: More split // UTF-8 tests.
56239      Branch: perl
56240            ! t/pragma/utf8.t
56241 ____________________________________________________________________________
56242 [  8249] By: jhi                                   on 2000/12/29  07:54:51
56243         Log: (Retracted by #8264)  More join() testing which was good because
56244              it revealed a bug in #8248 (the UTF8_EIGHT_BIT_LO() was wrong).
56245      Branch: perl
56246            ! pp.c t/op/join.t utf8.c utf8.h
56247 ____________________________________________________________________________
56248 [  8248] By: jhi                                   on 2000/12/29  07:08:32
56249         Log: (Retracted by #8264)  Externally: join() was still quite UTF-8-unaware.
56250              Internally: sv_catsv() wasn't quite okay on UTF-8, it assumed
56251              that the only cases to care about are byte+byte and byte+character.
56252              
56253              TODO: See how well pp_concat() could be implemented in terms
56254              of sv_catsv().
56255      Branch: perl
56256            ! doop.c sv.c t/op/join.t utf8.h
56257 ____________________________________________________________________________
56258 [  8247] By: jhi                                   on 2000/12/29  06:35:23
56259         Log: Signedness nit.
56260      Branch: perl
56261            ! pp_hot.c
56262 ____________________________________________________________________________
56263 [  8246] By: jhi                                   on 2000/12/29  01:23:31
56264         Log: Subject: Re: [ID 20001226.002] Not OK: perl v5.7.0 +DEVEL8221 on i86pc-solaris 2.8 (UNINSTALLED)
56265              From: Lupe Christoph <lupe@lupe-christoph.de>
56266              Date: Thu, 28 Dec 2000 23:00:00 +0100
56267              Message-ID: <20001228230000.F2574@alanya.lupe-christoph.de>
56268              
56269              Suggest rsync --delete --dry-run.
56270      Branch: perl
56271            ! pod/perlhack.pod
56272 ____________________________________________________________________________
56273 [  8245] By: jhi                                   on 2000/12/28  23:57:05
56274         Log: The maxiters upper limit sanity check (guarding against
56275              non-progress) assumed bytes instead of characters in s///
56276              and split().
56277      Branch: perl
56278            ! pp.c pp_hot.c
56279 ____________________________________________________________________________
56280 [  8244] By: jhi                                   on 2000/12/28  23:34:08
56281         Log: Make some panic messages a bit more logical.
56282      Branch: perl
56283            ! doop.c pod/perldiag.pod pp.c pp_hot.c
56284 ____________________________________________________________________________
56285 [  8243] By: jhi                                   on 2000/12/28  22:59:16
56286         Log: Subject: [PATCH] lvalue AUTOLOAD. No, really.
56287              From: Simon Cozens <simon@cozens.net>
56288              Date: Wed, 27 Dec 2000 02:30:03 +0000
56289              Message-ID: <20001227023003.A7677@deep-dark-truthful-mirror.perlhacker.org>
56290      Branch: perl
56291            ! pp.c t/pragma/sub_lval.t
56292 ____________________________________________________________________________
56293 [  8242] By: jhi                                   on 2000/12/28  22:56:53
56294         Log: Subject: [PATCH blead] Fix B::Terse indentation
56295              From: Daniel Chetlin <daniel@chetlin.com>
56296              Date: Wed, 27 Dec 2000 06:43:30 -0800
56297              Message-ID: <20001227064329.B9573@darkstar>
56298      Branch: perl
56299            ! ext/B/B.pm ext/B/B/Terse.pm t/lib/b.t
56300 ____________________________________________________________________________
56301 [  8241] By: jhi                                   on 2000/12/28  22:48:59
56302         Log: The latter patch from the
56303              
56304              Subject: [PATCH: perl@8211] directory depth typo in one win32 Makefile
56305              From: Peter Prymmer <pvhp@forte.com> 
56306              Date: Fri, 22 Dec 2000 14:52:12 -0800 (PST)
56307              Message-ID: <Pine.OSF.4.10.10012221433140.195493-100000@aspara.forte.com>
56308              
56309              (the former patch from the above should have been
56310              taken care of by Nick I-S)
56311      Branch: perl
56312            ! win32/Makefile
56313 ____________________________________________________________________________
56314 [  8240] By: jhi                                   on 2000/12/28  22:45:22
56315         Log: Subject: Re: [PATCH] Idea: Declare multiple constants at once
56316              From: "Casey R. Tweten" <crt@kiski.net>
56317              Date: Fri, 22 Dec 2000 10:35:53 -0500 (EST)
56318              Message-ID: <Pine.OSF.4.21.0012221032030.28992-100000@home.kiski.net>
56319      Branch: perl
56320            ! lib/constant.pm
56321 ____________________________________________________________________________
56322 [  8239] By: jhi                                   on 2000/12/28  22:37:45
56323         Log: Subject: [PATCH] Re: [ID 19991001.003] sort(sub(arg)) misparsed as sort sub args
56324              From: Simon Cozens <simon@cozens.net>
56325              Date: Wed, 27 Dec 2000 14:12:44 +0000
56326              Message-ID: <20001227141244.A13344@deep-dark-truthful-mirror.perlhacker.org>
56327      Branch: perl
56328            ! t/op/method.t t/op/sort.t toke.c
56329 ____________________________________________________________________________
56330 [  8238] By: jhi                                   on 2000/12/28  22:30:32
56331         Log: Subject: [PATCH perl@8229] Call.pm
56332              From: "Paul Marquess" <Paul.Marquess@btinternet.com>
56333              Date: Mon, 25 Dec 2000 10:47:15 -0000
56334              Message-ID: <000201c06e60$0b967760$a20a140a@bfs.phone.com>
56335      Branch: perl
56336            ! ext/Filter/Util/Call/Call.pm
56337 ____________________________________________________________________________
56338 [  8237] By: jhi                                   on 2000/12/28  22:19:21
56339         Log: Subject: [PATCH blead] Fix problem with `&' prototype
56340              From: Daniel Chetlin <daniel@chetlin.com>
56341              Date: Wed, 27 Dec 2000 15:55:32 -0800
56342              Message-ID: <20001227155532.D9573@darkstar>
56343      Branch: perl
56344            ! op.c t/comp/proto.t
56345 ____________________________________________________________________________
56346 [  8236] By: jhi                                   on 2000/12/28  22:09:25
56347         Log: Subject: Re: [PATCH blead] Fix segfault in gv_handler/mg_find
56348              From: Daniel Chetlin <daniel@chetlin.com>
56349              Date: Sun, 24 Dec 2000 04:09:49 -0800
56350              Message-ID: <20001224040949.B3090@darkstar>
56351      Branch: perl
56352            ! gv.c mg.c t/op/attrs.t
56353 ____________________________________________________________________________
56354 [  8235] By: jhi                                   on 2000/12/28  22:07:11
56355         Log: Subject: [PATCH] Win32::Spawn() didn't inherit cwd and env correctly
56356              From: Jan Dubois <jand@ActiveState.com>
56357              Date: Tue, 26 Dec 2000 20:57:31 -0800
56358              Message-ID: <reti4ts0php3anruv0qcjru3tl850g3sfd@4ax.com>
56359      Branch: perl
56360            ! win32/win32.c
56361 ____________________________________________________________________________
56362 [  8234] By: jhi                                   on 2000/12/28  21:52:42
56363         Log: Subject: Re: [PATCH] Warn on use of reference as array elem
56364              From: Simon Cozens <simon@cozens.net>
56365              Date: Thu, 28 Dec 2000 20:33:13 +0000
56366              Message-ID: <20001228203313.A2607@deep-dark-truthful-mirror.perlhacker.org>
56367      Branch: perl
56368            ! pod/perldiag.pod pp_hot.c t/pragma/warn/pp_hot
56369 ____________________________________________________________________________
56370 [  8233] By: jhi                                   on 2000/12/28  19:40:49
56371         Log: Integrate perlio.
56372      Branch: perl
56373           !> ext/Encode/Makefile.PL ext/Encode/compile
56374 ____________________________________________________________________________
56375 [  8232] By: nick                                  on 2000/12/23  16:06:00
56376         Log: Encode's Makefile.PL fix not good for dmake $(MAKEFILE) is set to -f Makefile
56377              and fails to make '-f'. (Also handle case where xxxx.c files have not been deleted.)
56378      Branch: perlio
56379            ! ext/Encode/Makefile.PL
56380 ____________________________________________________________________________
56381 [  8231] By: nick                                  on 2000/12/23  14:30:34
56382         Log: "Compiled" encode build cleanup
56383              - Makefile uses catfile $(MAKEFILE) etc. for platform issues.
56384              - .c files do not export sub-tables
56385      Branch: perlio
56386            ! ext/Encode/Makefile.PL ext/Encode/compile
56387 ____________________________________________________________________________
56388 [  8230] By: nick                                  on 2000/12/23  12:50:37
56389         Log: Integrate mainline
56390      Branch: perlio
56391           !> INSTALL lib/CGI.pm lib/CPAN.pm lib/Pod/Select.pm
56392           !> lib/Text/ParseWords.pm lib/Win32.pod pod/perl.pod
56393           !> pod/perl5004delta.pod pod/perl5005delta.pod
56394           !> pod/perl56delta.pod pod/perldelta.pod pod/perldiag.pod
56395           !> pod/perlembed.pod pod/perlfaq4.pod pod/perllocale.pod
56396           !> pod/perlmodlib.pod pod/perlrequick.pod pod/perlretut.pod
56397           !> pod/perlsub.pod
56398 ____________________________________________________________________________
56399 [  8229] By: jhi                                   on 2000/12/22  15:32:12
56400         Log: Integrate perlio.
56401      Branch: perl
56402           +> win32/distclean.bat
56403           !> MANIFEST t/io/utf8.t
56404 ____________________________________________________________________________
56405 [  8228] By: jhi                                   on 2000/12/22  15:29:40
56406         Log: Subject: [PATCH 5.6.1-TRIAL1 and @8223]; was Re: Perlbug 20000322.006 status +update
56407              From: Robin Barker <rmb1@cise.npl.co.uk>
56408              Date: Fri, 22 Dec 2000 12:17:38 GMT
56409              Message-Id: <200012221217.MAA21332@tempest.npl.co.uk>
56410      Branch: perl
56411            ! lib/CGI.pm lib/CPAN.pm lib/Pod/Select.pm
56412            ! lib/Text/ParseWords.pm lib/Win32.pod pod/perl.pod
56413            ! pod/perl5004delta.pod pod/perl5005delta.pod
56414            ! pod/perl56delta.pod pod/perldelta.pod pod/perldiag.pod
56415            ! pod/perlembed.pod pod/perlfaq4.pod pod/perllocale.pod
56416            ! pod/perlmodlib.pod pod/perlrequick.pod pod/perlretut.pod
56417            ! pod/perlsub.pod
56418 ____________________________________________________________________________
56419 [  8227] By: jhi                                   on 2000/12/22  15:24:28
56420         Log: Subject: Re: A Configure option like 'otherlibdirs' but for *pre*pending?
56421              From: "John L. Allen" <allen@grumman.com>
56422              Date: Thu, 21 Dec 2000 14:39:58 -0500 (EST)
56423              Message-ID: <Pine.SOL.3.91.1001221133227.23511A-100000@gateway.grumman.com>
56424              
56425              Document APPLLIB_EXP.
56426      Branch: perl
56427            ! INSTALL
56428 ____________________________________________________________________________
56429 [  8226] By: nick                                  on 2000/12/21  22:11:50
56430         Log: Handy script for when one forgets to "dmake clean" 
56431      Branch: perlio
56432            + win32/distclean.bat
56433            ! MANIFEST
56434 ____________________________________________________________________________
56435 [  8225] By: nick                                  on 2000/12/21  21:54:04
56436         Log: CRLF platform issue with io/utf8 fix.
56437      Branch: perlio
56438            ! t/io/utf8.t
56439 ____________________________________________________________________________
56440 [  8224] By: nick                                  on 2000/12/21  21:02:20
56441         Log: Integrate mainline
56442      Branch: perlio
56443           !> Changes Configure Makefile.SH Porting/Glossary
56444           !> Porting/config.sh Porting/config_H configure.com
56445           !> epoc/config.sh ext/Thread/Thread.xs patchlevel.h
56446           !> pod/perlfaq3.pod pod/perlfunc.pod pod/perltoc.pod pp_sys.c
56447           !> sv.c t/io/fs.t t/op/misc.t t/op/utf8decode.t t/pragma/utf8.t
56448           !> win32/config.bc win32/config.gc win32/config.vc
56449 ____________________________________________________________________________
56450 [  8223] By: jhi                                   on 2000/12/21  17:09:16
56451         Log: Update Changes.
56452      Branch: perl
56453            ! Changes patchlevel.h
56454 ____________________________________________________________________________
56455 [  8222] By: jhi                                   on 2000/12/21  16:24:01
56456         Log: Metaconfig unit changes for #8221.
56457      Branch: metaconfig/U/perl
56458           +> issymlink.U
56459            - testsyml.U
56460            ! Mksymlinks.U
56461 ____________________________________________________________________________
56462 [  8221] By: jhi                                   on 2000/12/21  16:23:48
56463         Log: Rename testsyml to issymlink.
56464      Branch: perl
56465            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
56466            ! epoc/config.sh pod/perltoc.pod win32/config.bc win32/config.gc
56467            ! win32/config.vc
56468 ____________________________________________________________________________
56469 [  8220] By: jhi                                   on 2000/12/21  15:47:26
56470         Log: Robustness support for #8218 (symlink forest) since the GNU
56471              tools seem to be overly picky about symlinkage depths.
56472      Branch: perl
56473            ! Makefile.SH t/io/fs.t
56474 ____________________________________________________________________________
56475 [  8219] By: jhi                                   on 2000/12/21  15:38:27
56476         Log: Metaconfig changes for #8218.
56477      Branch: metaconfig
56478            ! U/modified/Oldconfig.U
56479      Branch: metaconfig/U/perl
56480            + Mksymlinks.U
56481            ! testsyml.U
56482 ____________________________________________________________________________
56483 [  8218] By: jhi                                   on 2000/12/21  15:37:57
56484         Log: Add Configure option -Dmksymlinks which will create a symlink
56485              forest if the current/build differs from the source directory.
56486              TODO: mkdir -p is not portable.
56487      Branch: perl
56488            ! Configure
56489 ____________________________________________________________________________
56490 [  8217] By: jhi                                   on 2000/12/21  14:39:12
56491         Log: Subject: [PATCH] Re: Latest tarball doesn't build with threads
56492              From: Nick Ing-Simmons <nik@tiuk.ti.com> 
56493              Date: Thu, 21 Dec 2000 09:38:18 GMT
56494              Message-Id: <200012210938.JAA29043@mikado.tiuk.ti.com>
56495              
56496              The ofs became an SV.
56497      Branch: perl
56498            ! ext/Thread/Thread.xs
56499 ____________________________________________________________________________
56500 [  8216] By: jhi                                   on 2000/12/21  05:40:21
56501         Log: The polymorphism seems to have fixed 20000517.001.
56502      Branch: perl
56503            ! t/pragma/utf8.t
56504 ____________________________________________________________________________
56505 [  8215] By: jhi                                   on 2000/12/21  04:44:52
56506         Log: read() documentation tweak for 20001121.004.
56507      Branch: perl
56508            ! pod/perlfunc.pod
56509 ____________________________________________________________________________
56510 [  8214] By: jhi                                   on 2000/12/21  03:54:11
56511         Log: Fix for 20001210.003, "write(FH) on closed FH causes segv".
56512      Branch: perl
56513            ! pp_sys.c t/op/misc.t
56514 ____________________________________________________________________________
56515 [  8213] By: jhi                                   on 2000/12/21  00:28:10
56516         Log: Subject: [patch: perl@8211]VMS: add -Duseperlio capacity to configure.com
56517              From: Peter Prymmer <pvhp@forte.com>
56518              Date: Wed, 20 Dec 2000 16:13:32 -0800 (PST)
56519              Message-ID: <Pine.OSF.4.10.10012201609140.11967-100000@aspara.forte.com>
56520      Branch: perl
56521            ! configure.com
56522 ____________________________________________________________________________
56523 [  8212] By: jhi                                   on 2000/12/21  00:26:21
56524         Log: Edit edit edit.
56525      Branch: perl
56526            ! pod/perlfaq3.pod
56527 ____________________________________________________________________________
56528 [  8211] By: jhi                                   on 2000/12/20  18:52:46
56529         Log: Update Changes.
56530      Branch: perl
56531            ! Changes patchlevel.h
56532 ____________________________________________________________________________
56533 [  8210] By: jhi                                   on 2000/12/20  18:34:47
56534         Log: Yet another editor edit.
56535      Branch: perl
56536            ! pod/perlfaq3.pod
56537 ____________________________________________________________________________
56538 [  8209] By: jhi                                   on 2000/12/20  15:33:28
56539         Log: More Win32 Perling.
56540      Branch: perl
56541            ! pod/perlfaq3.pod
56542 ____________________________________________________________________________
56543 [  8208] By: jhi                                   on 2000/12/20  15:07:46
56544         Log: More Win32 editor/IDE/shell hints.
56545      Branch: perl
56546            ! pod/perlfaq3.pod
56547 ____________________________________________________________________________
56548 [  8207] By: jhi                                   on 2000/12/20  03:54:08
56549         Log: Subject: [PATCH] obscure timing knowledge
56550              From: Nicholas Clark <nick@ccl4.org>
56551              Date: Tue, 19 Dec 2000 19:22:31 +0000
56552              Message-ID: <20001219192231.F2827@plum.flirble.org>
56553      Branch: perl
56554            ! sv.c
56555 ____________________________________________________________________________
56556 [  8206] By: jhi                                   on 2000/12/20  03:45:57
56557         Log: Subject: [ID 20001219.011] Not OK: perl v5.7.1 +DEVEL8205 on alpha-dec_osf-perlio-multi 4.0f (UNINSTALLED)
56558              From: Spider Boardman <spider@leggy.zk3.dec.com>
56559              Date: Tue, 19 Dec 2000 21:30:16 -0500
56560              Message-Id: <200012200230.VAA17619@leggy.zk3.dec.com>
56561      Branch: perl
56562            ! sv.c
56563 ____________________________________________________________________________
56564 [  8205] By: jhi                                   on 2000/12/19  23:02:01
56565         Log: Update Changes.
56566      Branch: perl
56567            ! Changes patchlevel.h
56568 ____________________________________________________________________________
56569 [  8204] By: jhi                                   on 2000/12/19  22:58:18
56570         Log: Recode the naughty binary bytes ([\x00-\x08\x0b-\x1f\x7f-\xff])
56571              using the \xHH notation.  No more inlined UTF-8, sigh, but easier
56572              on editors and diffing/patching.
56573      Branch: perl
56574            ! t/op/utf8decode.t
56575 ____________________________________________________________________________
56576 [  8203] By: nick                                  on 2000/12/19  21:36:16
56577         Log: Integrate mainline (forgot my own change...)
56578      Branch: perlio
56579           !> ext/Encode/compile
56580 ____________________________________________________________________________
56581 [  8202] By: nick                                  on 2000/12/19  21:34:42
56582         Log: Integrate mainline.
56583      Branch: perlio
56584           !> (integrate 61 files)
56585 ____________________________________________________________________________
56586 [  8201] By: nick                                  on 2000/12/19  21:34:06
56587         Log: Avoid looking for File::Glob when we don't need it.
56588      Branch: perl
56589            ! ext/Encode/compile
56590 ____________________________________________________________________________
56591 [  8200] By: jhi                                   on 2000/12/19  18:35:49
56592         Log: Update Changes.
56593      Branch: perl
56594            ! Changes patchlevel.h
56595 ____________________________________________________________________________
56596 [  8199] By: jhi                                   on 2000/12/19  18:35:07
56597         Log: Microperl tweaks.
56598      Branch: perl
56599            ! sv.c uconfig.h uconfig.sh
56600 ____________________________________________________________________________
56601 [  8198] By: jhi                                   on 2000/12/19  18:29:59
56602         Log: Regen Configure, nitfix uconfig.sh (d_vendorarch is needed).
56603      Branch: perl
56604            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
56605            ! config_h.SH pod/perltoc.pod uconfig.h uconfig.sh
56606 ____________________________________________________________________________
56607 [  8197] By: jhi                                   on 2000/12/19  17:55:29
56608         Log: In VMS embedded perls couldn't access the statically built Socket,
56609              from Charles Lane.
56610      Branch: perl
56611            ! configure.com
56612 ____________________________________________________________________________
56613 [  8196] By: jhi                                   on 2000/12/19  17:49:50
56614         Log: Subject: [PATCH perl@8143] DB_File-1.75 (was RE: [8104] DB_File)
56615              From: "Paul Marquess" <Paul_Marquess@yahoo.co.uk> 
56616              Date: Sun, 17 Dec 2000 19:11:44 -0000
56617              Message-ID: <000801c0685d$3224e5a0$a20a140a@bfs.phone.com> 
56618      Branch: perl
56619            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
56620            ! ext/DB_File/DB_File.xs ext/DB_File/dbinfo
56621 ____________________________________________________________________________
56622 [  8195] By: jhi                                   on 2000/12/19  17:47:53
56623         Log: Subject: [patch perl@8150] h2xs SYNOPSIS
56624              From: Jonathan Stowe <gellyfish@gellyfish.com>
56625              Date: Mon, 18 Dec 2000 10:24:38 +0000 (GMT)
56626              Message-ID: <Pine.LNX.4.10.10012181021180.20731-100000@orpheus.gellyfish.com>
56627      Branch: perl
56628            ! utils/h2xs.PL
56629 ____________________________________________________________________________
56630 [  8194] By: jhi                                   on 2000/12/19  17:46:28
56631         Log: Subject: Re: useless use of void context work-around
56632              From: andreas.koenig@anima.de (Andreas J. Koenig)
56633              Date: 16 Dec 2000 15:13:36 +0100
56634              Message-ID: <m3g0jofo8f.fsf@ak-71.mind.de>
56635              
56636              Document (comment) the q(di ds ig) trick in the code.
56637      Branch: perl
56638            ! op.c
56639 ____________________________________________________________________________
56640 [  8193] By: jhi                                   on 2000/12/19  17:10:57
56641         Log: Subject: [ID 20001215.004] Sys::Syslog::xlate doesn't handle LOG_EMERG
56642              From: "Mark J. Reed" <mreed@strange.turner.com>
56643              Date: Fri, 15 Dec 2000 21:22:29 -0500 (EST)
56644              Message-Id: <200012160222.VAA13986@strange.turner.com>
56645      Branch: perl
56646            ! ext/Sys/Syslog/Syslog.pm
56647 ____________________________________________________________________________
56648 [  8192] By: jhi                                   on 2000/12/19  17:07:45
56649         Log: Subject: [PATCH] Re: [PATCH] strtoq, strtou(q|ll|l) testing
56650              From: Nicholas Clark <nick@ccl4.org>
56651              Date: Sat, 16 Dec 2000 19:03:13 +0000
56652              Message-ID: <20001216190313.D68304@plum.flirble.org>
56653      Branch: perl
56654            ! t/op/64bitint.t
56655 ____________________________________________________________________________
56656 [  8191] By: jhi                                   on 2000/12/19  17:06:13
56657         Log: Subject: [ID 20001218.005] Not OK: perl v5.7.0 +DEVEL8148 on powerpc-machten 4.1.4
56658              From: Dominic Dunlop <domo@computer.org>
56659              Date: Mon, 18 Dec 2000 12:00:15 +0100
56660              Message-Id: <p04320404b6639e7aa043@[192.168.1.4]>
56661              
56662              This patchlet is needed in order that perl can be statically linked.  
56663      Branch: perl
56664            ! regexec.c
56665 ____________________________________________________________________________
56666 [  8190] By: jhi                                   on 2000/12/19  17:03:08
56667         Log: Subject: [PATCH perl@8133] finding PerlIO symbols for VMS
56668              From: "Craig A. Berry" <craig.berry@psinetcs.com>
56669              Date: Sun, 17 Dec 2000 00:18:35 -0600
56670              Message-Id: <p04330102b661bc01daba@[172.16.52.1]>
56671      Branch: perl
56672            ! perlio.h vms/gen_shrfls.pl
56673 ____________________________________________________________________________
56674 [  8189] By: jhi                                   on 2000/12/19  16:20:28
56675         Log: Subject: [DOC PATCH: perl@8150, 5.6.1-TRIAL1] update list of lang. sensitive editors/IDES
56676              From: Prymmer/Kahn <pvhp@best.com>
56677              Date: Tue, 19 Dec 2000 08:08:31 -0800 (PST)
56678              Message-ID: <Pine.BSF.4.21.0012190804040.14656-100000@shell8.ba.best.com>
56679              
56680              A better version of #8188.
56681      Branch: perl
56682            ! pod/perlfaq3.pod
56683 ____________________________________________________________________________
56684 [  8188] By: jhi                                   on 2000/12/19  15:57:06
56685         Log: (Replaced by #8189)
56686              
56687              Subject: [DOC PATCH: perl@7953] update list of lang. sensitive editors/IDES
56688              Date: Mon, 18 Dec 2000 08:03:34 -0800 (PST)
56689              From: Prymmer/Kahn <pvhp@best.com>
56690              Message-ID: <Pine.BSF.4.21.0012180802090.27110-100000@shell8.ba.best.com>
56691              Subject: Re: [DOC PATCH: perl@7953] update list of lang. sensitive editors/IDES
56692              From: Ronald J Kimball <rjk@linguist.Thayer.Dartmouth.EDU>
56693              Date: Mon, 18 Dec 2000 11:10:45 -0500
56694              Message-ID: <20001218111044.B180222@linguist.thayer.dartmouth.edu>
56695      Branch: perl
56696            ! pod/perlfaq3.pod
56697 ____________________________________________________________________________
56698 [  8187] By: jhi                                   on 2000/12/19  15:54:19
56699         Log: Email address fix for Anton Berezin.
56700      Branch: perl
56701            ! AUTHORS
56702 ____________________________________________________________________________
56703 [  8186] By: jhi                                   on 2000/12/19  15:38:54
56704         Log: Subject: [PATCH perl@8102] cygwin port
56705              From: "Eric Fifer" <efifer@dircon.co.uk> 
56706              Date: Thu, 14 Dec 2000 13:41:29 -0000
56707              Message-Id: <200012141340.NAA54236@mailhost1.dircon.co.uk>
56708              
56709              When compiling modules the data item that is being imported
56710              from libperl.dll needs to be tagged as imported/shared data:
56711              extern __declspec(dllimport) PerlIO_funcs PerlIO_pending;
56712      Branch: perl
56713            ! perliol.h
56714 ____________________________________________________________________________
56715 [  8185] By: jhi                                   on 2000/12/19  14:53:24
56716         Log: Regen uconfig.h and uconfig.sh.
56717      Branch: perl
56718            ! uconfig.h uconfig.sh
56719 ____________________________________________________________________________
56720 [  8184] By: jhi                                   on 2000/12/18  20:43:49
56721         Log: Comments work so much better when they are closed.
56722      Branch: perl
56723            ! regcomp.c
56724 ____________________________________________________________________________
56725 [  8183] By: jhi                                   on 2000/12/18  18:04:02
56726         Log: Some compilers (e.g. HP-UX) can't switch on 64-bit integers.
56727              Fixes the bug 20001218.016.
56728      Branch: perl
56729            ! regcomp.c
56730 ____________________________________________________________________________
56731 [  8182] By: gsar                                  on 2000/12/18  09:53:47
56732         Log: delete spurious files
56733      Branch: maint-5.6/perl
56734            - lib/CGI/eg/make_links.pl lib/CGI/eg/wilogo.gif vos/config.def
56735            - vos/config.h vos/config_h.SH_orig
56736 ____________________________________________________________________________
56737 [  8181] By: gsar                                  on 2000/12/18  09:46:08
56738         Log: regen perltoc
56739      Branch: maint-5.6/perl
56740            ! pod/buildtoc.PL pod/perl.pod pod/perlapi.pod pod/perltoc.pod
56741 ____________________________________________________________________________
56742 [  8180] By: gsar                                  on 2000/12/18  09:20:27
56743         Log: integrate changes#7924..7926,7946,7952 from mainline
56744              
56745              A test works better if it has the right 1..$n output.
56746              
56747              All the core library users of Class::Struct seem to be
56748              using "use Class::Struct 'struct';" instead of the bare
56749              "use Class::Struct;", which isn't documented in Class::Struct.
56750              This can't be right.
56751              
56752              Make the Class::Struct import() wiser.
56753              
56754              Upgrade to CPAN 1.59_51, from Andreas König.
56755              
56756              Subject: Re: long shell lines
56757              Split overly long shell command lines.
56758      Branch: maint-5.6/perl
56759           !> lib/CPAN.pm lib/CPAN/FirstTime.pm lib/ExtUtils/MM_Unix.pm
56760           !> lib/File/stat.pm t/lib/class-struct.t
56761 ____________________________________________________________________________
56762 [  8179] By: gsar                                  on 2000/12/18  08:55:54
56763         Log: integrate changes#7889,7890,7900,7903,7904,7907,7910,7917,
56764              7918,7919,7988,8907 from mainline (various)
56765              
56766              Subject: [ID 20001127.004] White space problem in perlamiga.pod
56767              
56768              Subject: [PATCH perl@7825] Re: [ID 20001122.006] weird behaviour of $|
56769              
56770              Subject: [PATCH] perlcc.PL cleanups
56771              
56772              Subject: [PATCH] Updating perltie.pod for arrays
56773              
56774              Subject: [ID 20001128.002] what's the point of example code if it is buggy?
56775              Subject: Re: [PATCH] Updating perltie.pod for arrays
56776              Subject: Re: [PATCH] Updating perltie.pod for arrays
56777              
56778              One more perltie.pod nit from Casey R. Tweten.
56779              
56780              Subject: [PATCH] $^O  win32 -> MSWin32
56781              plus similar nits for vms, err, VMS, and UNICOS.
56782              
56783              Subject: Re: Minor suggestion for Sys::Syslog  [PATCH]
56784              More checking in case someone has broken their services or
56785              protocol databases.
56786              
56787              Make "use Class::Struct 'struct';" work again (broken by #7617);
56788              add a test for Class::Struct.
56789              
56790              Integrate the "skip" messages to explain().
56791              
56792              Subject: [PATCH: perl@8892] treat unicoding and null bytes in op/append.t
56793      Branch: maint-5.6/perl
56794           +> t/lib/class-struct.t
56795           !> MANIFEST README.amiga ext/Sys/Syslog/Syslog.pm gv.c
56796           !> lib/Class/Struct.pm pod/perlipc.pod pod/perltie.pod
56797           !> t/lib/syslfs.t t/op/lfs.t utils/perlcc.PL
56798 ____________________________________________________________________________
56799 [  8178] By: gsar                                  on 2000/12/18  08:16:30
56800         Log: avoid redefinition warnings on windows due to sys/socket.h getting
56801              #included before win32.h
56802      Branch: maint-5.6/perl
56803            ! win32/include/sys/socket.h
56804 ____________________________________________________________________________
56805 [  8177] By: gsar                                  on 2000/12/18  05:24:04
56806         Log: make regen_headers; fix POSIX.xs problems; remove outdated
56807              code from sys/socket.h that makes build fail now
56808      Branch: maint-5.6/perl
56809            ! ext/POSIX/POSIX.xs global.sym objXSUB.h perlapi.c
56810            ! pod/perlapi.pod
56811           !> win32/include/sys/socket.h
56812 ____________________________________________________________________________
56813 [  8176] By: gsar                                  on 2000/12/18  05:20:17
56814         Log: update Changes
56815      Branch: maint-5.6/perl
56816            ! Changes patchlevel.h
56817 ____________________________________________________________________________
56818 [  8175] By: gsar                                  on 2000/12/18  04:57:48
56819         Log: integrate changes#7643,7646..7649,7651..7654,7658,7659,
56820              7661..7665,7667..7669,7671,7673,7676,7677,7681..7683,
56821              7689..7697,7699..7701,7703,7705,7714,7715,7718..7723,
56822              7725,7726,7729..7732,7737,7748,7749,7758,7759,7761,7773,
56823              7775,7776,7782,7785..7787,7804,7807,7808,7810,7811,7816,
56824              7823,7825,7838
56825              
56826              Subject: Re: [PATCH] README.solaris
56827              
56828              Add getpagesize() probing, on non-UNIX guess 'undef'.
56829              
56830              Simplify the getpagesize() unit by dropping the
56831              pagesize probe since it's nowadays slightly more
56832              complicated because of sysconf(). (Note: if some
56833              platform really needs the -lPW for getpagesize,
56834              I just broke it.)
56835              TODO: a new pagesize unit.
56836              
56837              Subject: [PATCH] fwd: Re: [ID 20001105.011] Perl 5.6.0 documentation glitch
56838              
56839              MachTen doesn't really do mmap() and munmap().
56840              Subject: [PATCHES Bleadperl] Re: PerlIO - what all of you can all do.   
56841              
56842              More README.solaris updates from Andy Dougherty.
56843              
56844              Copy the s// information of README.hpux also to the perlrun.
56845              
56846              Add HAS_FSYNC, lack noticed by Nicholas Clark.
56847              
56848              Add a metaconfig unit for fsync.
56849              
56850              Subject: [ID 20001112.004] man perlfunc omits tell()'s error return
56851              
56852              Many subdocumented return values of the IO extension now documented.
56853              ungetc and write still left subdocumented.
56854              Subject: [PATCH] (was Re: IO::Handle::ungetc)
56855              
56856              Document tell() on special streams.
56857              
56858              Subject: [ID 20001112.006] IO::Seekable::getpos doesn't check for fgetpos() failure
56859              
56860              Subject: [ID 20001112.007] sfio's sftell isn't ftell
56861              
56862              Couple of tests from #7660 salvaged.
56863              
56864              Tweak the definition of the bit complement on UTF-8 data:
56865              if none of the characters in the string are > 0xff,
56866              the result is a complemented byte string, not a (UTF-8)
56867              char string.  Based on the summary in
56868              Subject: Re: [ID 20000918.005] ~ on wide chars
56869              This should give us the maximum backward (pre-char string)
56870              compatibility and utf8 compatibility.  The other alternative
56871              would be to limit the bit complement to be always byte only,
56872              taking the least significant byte of the chars.
56873              
56874              Cleanup messy #ifdef.
56875              
56876              Typos in #7667.
56877              
56878              Declare reg_data like reg_substr_data.
56879              
56880              Placate nervous compilers that see longer than ints switch()ing.
56881              
56882              Remove the new two tests of lib/io_xs for now, they seem to
56883              fail under perlio on some platforms.
56884              
56885              Subject: Re: [ID 20001112.008] perlio.c's PerlIO_getpos ingores error return
56886              
56887              Subject: [ID 20001113.003] utf8_to_uv on malformed utf returns wrong values
56888              
56889              Subject: tiny typo in perl5db.pl
56890              
56891              Subject: some additions for makefiles for win32 (for perl@7674)
56892              
56893              Hoist the duplicated socket/netdb include logic to perl.h;
56894              undef SETERRNO in case SOCKS has defined it.  Based on:
56895              Subject: [ID 20001114.002] Code-Cleanups concerning SOCKS5 and Solaris   
56896              
56897              Regen Configure.
56898              
56899              Defined INT64_C() and UINT64_C() unless defined by <inttypes.h>
56900              (a macro to define signed and unsigned integer constants).
56901              
56902              Use UINT64_C().
56903              Subject: [ID 20001114.006] 5.7.0-7680 Solaris 8, 64 bit, utf8 patch
56904              
56905              Use u_int32_t for the size of hash_cb(), not size_t.
56906              Subject: [ID 20001114.003] Solaris 8, 64 Bit DB_file patch
56907              
56908              Quit utf8_to_uv() instantly if curlen == 0.
56909              
56910              Subject: [PATCH: perl@7674] updates to README.os390
56911              
56912              Subject: [PATCH: perl@7674 + Scott-Thoennes] hush warnings about malformed EBCDIC text
56913              
56914              EBCDIC tweaks.
56915              Subject: [PATCH: perl@7674 ++] fixes for warnings and regmesg (reprise)
56916              
56917              Linenumber fix.
56918              
56919              SOCKS has its own USE_THREADS, based on
56920              Subject: [ID 20001114.002] et. al. bugfix followup
56921              
56922              UINT64_C() work continues.
56923              
56924              Detypo.
56925              
56926              The type of the hash_cb() size argument is tricky.
56927              
56928              Add fwalk() probe to the configuration files and regen perltoc.
56929              
56930              Subject: perllocale.pod changes
56931              
56932              Avoid an infinite loop in VMS when utils scripts are run
56933              with no arguments, from Charles Lane.
56934              
56935              Subject: Re: Bug in Carp::Heavy/5.6.0?
56936              
56937              For Solaris use64bitall the stdchar needs a little bit of help.
56938              
56939              The long double hints can be here or there.
56940              
56941              Test tweak for the open pragma.
56942              
56943              Also the 64bitall hints can be either here or there.
56944              
56945              As surmised the #7719 wasn't a good move.
56946              
56947              Subject: Fix for 20000409.001
56948              
56949              Subject: Fix for 20000815.006
56950              It's really 20000518.006.
56951              
56952              Subject: [PATCH 5.6.0 README.win32] very minor typos
56953              
56954              Subject: Fix for README.amiga (20000323.033)
56955              
56956              Explain in more detail the {} syntax ambiguousity.
56957              Subject: [PATCH] Re: [ID 20001117.003] map { "$_", 1} @array is syntax error
56958              
56959              Sparc 64-bit pack() fix from Jens Hamisch.
56960              
56961              Upgrade to CPAN.pm 1.58_93 (the RC1 for 1.59), from Andreas König.
56962              
56963              Subject: podlators 1.05 available        
56964              
56965              Subject: [ID 20001118.006] [PATCH] perl@7707 djgpp/config.over, hints/dos_djgpp.sh and Storable.pm
56966              
56967              Subject: [perl 7711: EPOC] updates
56968              
56969              Make certain MacOS Classic has NO_ENVIRON_ARRAY.
56970              
56971              Miraculous typo.
56972              
56973              sysseek() instead of seek().
56974              
56975              Solaris hints tweaks.
56976              
56977              Assume SOCKS is broken in all 64bitall platforms, not just Solaris.
56978              This may be overly harsh but until proven otherwise, we think this
56979              way, or until we have a simple test for Configure (having to start
56980              up servers is does not count as simple) to check for the problems.
56981              
56982              Remove the shared object before attempting to create
56983              (by linking) a new one.  E.g. in AIX not removing
56984              becomes quite painful if one tries to do more than one
56985              build in the same tree (an interrupted build, for example),
56986              since the AIX' shared dynaloader seemingly keeps the shared
56987              objects open and therefore 'busy' for quite a while, even when
56988              nobody is using the objects, leading into link failures.
56989              
56990              Subject: [ID 20001120.010] typo in lib/Cwd.pm broke Cwd::chdir
56991              
56992              Subject: DOC PATCH 5.6.0 perlreftut
56993              
56994              Subject: [PATCH: perl@7777] add system locale testing for VMS
56995              
56996              Subject: [PATCH] Test.pm POD peculiarity
56997              
56998              Subject: [ID 20001120.002] [PATCH] io_sock.t fails without 'localhost'
56999              
57000              Subject: [ID 20001120.003] [PATCH] io_udp.t fails without 'localhost'
57001              
57002              Subject: Re: perl@7777 
57003              Detypoing.
57004              
57005              Subject: [PATCH: perl@7777] make VMS' test.com tail compatible w/ unix
57006              
57007              Go ahead and #include <unistd.h> in perl.h.
57008              
57009              Subject: [PATCH perl@7795] small cleanup task for test suite
57010              
57011              Subject: Re: av.c patch (having slight problems)
57012              unshift() speedup.
57013              
57014              Reach back one higher up when searching for PERL_SRC.
57015      Branch: maint-5.6/perl
57016           +> lib/File/Spec/Epoc.pm
57017           !> (integrate 88 files)
57018 ____________________________________________________________________________
57019 [  8174] By: gsar                                  on 2000/12/18  03:53:09
57020         Log: integrate changes#7602,7604..7611,7614,7616..7619,7621..7623,
57021              7625..7629,7631..7634,7637,7639,7642 from mainline
57022              
57023              Fix for the tie-refhash string table leaks.
57024              
57025              Subject: [patch perl@7595] VMS configure.com tweak
57026              
57027              More careful detection of how well NVs and UVs mix.
57028              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))
57029              Added some SIGFPE paranoia.
57030              
57031              Forgot to bump the line numbers in #7601.
57032              
57033              Subject: PATCH std stdio for (Free)BSD
57034              
57035              Deleting $ENV{PATH} in VMS is not recommendable.
57036              
57037              Locale buglets.
57038              Subject: RE: Locales support (setlocale) fixes
57039              
57040              Do not test UTF-8 locales since that the tests would require
57041              polymorphic regexen.
57042              
57043              Subject: [PATCH bleadperl] Re: Patch 7533 prevents malloc.c from compiling on MachTen
57044              
57045              A missing aTHX_.
57046              
57047              Subject: [ID 20001108.013] spelling
57048              
57049              Subject: [PATCH] Class::Struct at compile time
57050              
57051              Make deleting for %ENV work for (newer versions of) VMS,
57052              from Craig A. Berry.
57053              
57054              Forgot from #7618.
57055              
57056              More VMS moves on environment handling, from Charles Lane.
57057              
57058              Remove unused extra arguments.
57059              
57060              Typo in an ifndef.
57061              Subject: Re: [PATCH 5.7.0] better messages from malloc()
57062              
57063              Subject: [PATCH: perl@7613] updates to Porting/pumpkin.pod
57064              All except the "cow orker" change.
57065              
57066              The generated boot_* headers are wrong.  Pickier compiler,
57067              such as KAI C++ will refuse to compile the resulting perlmain.
57068              Subject: [ID 20001109.005] Bug in minimod.pl, perl 5.6.0
57069              
57070              There's no =head3.
57071              
57072              Disable only the tests 99 and 166 for UTF-8 locales.
57073              
57074              Missing dTHXs.
57075              Subject: RE: perl@7595 builds not on cygwin
57076              
57077              Subject: Re: bash -c exit and linux hints 
57078              
57079              Various doc oddball characters.
57080              Subject: [ID 20001106.004] Perl 5.6.0 bugs  
57081              
57082              Subject: [PATCH] IO::Seekable pod
57083              
57084              Amdahl UTS hints updates.
57085              Subject: [ID 20001109.016] Trouble going from 5.4 to 5.6
57086              
57087              Explain better why certain regex tests are skipped.
57088              Subject: Re: tests skipped: unknown reason
57089              
57090              Subject: [PATCH] README.solaris
57091              
57092              Subject: [PATCH perl@7638] cygwin port
57093      Branch: maint-5.6/perl
57094           +> README.solaris
57095           !> (integrate 26 files)
57096 ____________________________________________________________________________
57097 [  8173] By: gsar                                  on 2000/12/18  03:37:02
57098         Log: integrate changes#7472,7474..7478,7481,7485,7489,7493,7494,7496,
57099              7497,7499..7503,7505..7507,7509..7513,7515..7523,7526..7534,
57100              7536,7540,7542,7544..7546,7549,7553,7556,7557,7559,7561..7563,
57101              7565,7568..7572,7576,7578..7589,9592..7594,7596..7601 from mainline
57102              
57103              Better create a true mailing list for the repository keepers.
57104              
57105              Subject: [ID 20001027.007] uniq array in perlfaq
57106              
57107              De-quoted-unreadable to ISO Latin 1.
57108              (There's one ISO-2022-JP name in Changes5.004.)
57109              
57110              Have only one master list of AUTHORS, drop unmaintained MAINTAIN.
57111              
57112              The #7476 needs a MANIFEST change, too.
57113              
57114              Add also emailless people.
57115              
57116              UTF-8 decoder tweak.
57117              
57118              Make \x{...} consistently produce UTF-8.
57119              Subject: Re: \x{...} is confused 
57120              
57121              Subject: [Chris Winters <cwinters@intes.net>] patch to ExtUtils::Manifest
57122              
57123              Add a perlbug flag, -A, to avoid acknowledgement messages.
57124              Subject: PATCH (Re: [ID 20001030.008] OK: perl v5.7.0 +DEVEL7445 on i586-linux 2.2.16 (UNINSTALLED))
57125              
57126              Use Errno magic.
57127              Subject: [ID 20001030.009] [PATCH] ftmp-mktemp failing
57128              
57129              Subject: [PATCH: perl@7483] CRLF fix for cgi-function.t tests
57130              
57131              Subject: [PATCH: perl@7483] fix coded control chars in cgi-html.t
57132              
57133              Subject: [ID 20001030.001] 5.7.0-7489: Null-Pointer reference in mg.c
57134              
57135              Be more lenient on bad UTF-8 when doing bit arithmetics.
57136              Subject: Re: [ID 20000918.005] ~ on wide chars
57137              (The ord() part of the patch skipped.)
57138              
57139              Subject: perlfaq style changes
57140              
57141              AUTHORS tweaks.
57142              
57143              Whitespace style tweak.  Was originally going to see to
57144              Subject: PATCH (Re: PerlIO - Configure tweak for Linux/glibc?)
57145              but that had already been taken care of.
57146              
57147              The compiler is either gcc or cc, from Tom Bates.
57148              
57149              The osname has been lowercased by now, from Tom Bates.
57150              
57151              The NonStop-UX libraries have a novel way to say NaN.
57152              
57153              printf UVs the correct way, noticed by Robin Barker.
57154              
57155              Subject: [PATCH] startperl to respect versiononly
57156              
57157              AUTHORS updates.
57158              
57159              Subject: [ID 20001031.004] Uninitialized auto variable in regcomp.c
57160              
57161              Subject: [ID 20001101.001] Net::Ping icmp odd $bytes
57162              
57163              Subject: [ID 20001005.004] doc bug: perlsec misleading re file output
57164              
57165              Generalize the Camel wording.
57166              Subject: Re: perlfaq style changes
57167              
57168              Subject: [ID 20001005.006] Documentation -- description of qr//
57169              
57170              C.pm part of
57171              Subject: [ID 20001010.001] [Daniel.Stutz@astaro.de: perlcc and C.pm in perl-5.7.0]
57172              
57173              Locale warning explanation tweak.
57174              
57175              Subject: [ID 20000904.004] perlsec Manual Page Incorrect Doing "Safe Backticks"
57176              
57177              Make the POSIX::setuid and POSIX::setgid to really call setuid()
57178              and setgid() because they were just changing $< and $( which means
57179              only changing the real uid/gid, as opposed to changing both
57180              real and effective ids.  (The alternative way could have been
57181              in POSIX.pm to change $> and $), too, but making a direct call
57182              to the C API feels cleaner.)  Fixes the bug
57183              Subject: [ID 20000904.005] POSIX::setuid() Doesn't Call setuid()
57184              
57185              Expand %Config variables and %ENV variables only if
57186              so requested during build time using the
57187              PERL_BUILD_EXPAND_CONFIG_VARS and PERL_BUILD_EXPAND_ENV_VARS.
57188              Not expanding makes relocating distributions easier.
57189              
57190              More tweaking on the #7522 theme.
57191              
57192              Test::Harness revealed buglets in the new DynaLoader.
57193              Subject: [ID 20001102.001] Not OK: perl v5.7.0 +DEVEL7523 on i686-linux 2.2.16a (UNINSTALLED)
57194              
57195              Add Tie::RefHash::Nestable (lives in Tie/RefHash.pm),
57196              fix a autovivification bug in Tie::RefHash, add tests for both.
57197              Subject: Re: Tie::RefHash: use hash refs as keys in nested hashes
57198              
57199              Detpyo.
57200              
57201              recv() can fail and return undef.
57202              Subject: [ID 20001102.003] Net::Ping patch: "Bad arg lenght" error appears if host is unreachable    
57203              
57204              Fix the problem discussed in
57205              Subject: [ID 20001015.004] Fwd: Tie::SubstrHash -- bug & fix (all Perl versions)
57206              originally from Linc Madison.  Also Andreas König's comments
57207              taken into account.  Some other problems with Tie::SubstrHash
57208              fixed: didn't croak when the table exceeded the requested number
57209              of entries (as documented) but instead when the number of entries
57210              exceeded the size of the table, a croak() had an unnecessary \n,
57211              didn't have a CLEAR method, documented that there is no exists().
57212              Didn't fix to be strict-proof because the module uses &foo; and
57213              dynamic scope.  Added a test script exercizing both first tamely 
57214              the basic functionality, and then the failure cases reported by
57215              Linc Madison.
57216              
57217              Subject:  [PATCH] Perl@7504, vms/gen_shrfls.pl
57218              
57219              The #7521 touched things it shouldn't have.
57220              
57221              Subject: [PATCH 5.7.0] better messages from malloc()
57222              
57223              Subject: Re: README.aix
57224              
57225              Add FCNTL_CAN_LOCK.
57226              Subject: Re: [ID 20001030.011] Not OK: perl v5.7.0 +DEVEL7481 on VMS_AXP V7.1 (UNINSTALLED)
57227              Subject: Re: [ID 20001030.011] Not OK: perl v5.7.0 +DEVEL7481 on VMS_AXP V7.1 (UNINSTALLED)
57228              
57229              Locale tweakery.  Add test case for bug id 20000809.003 to op/misc,
57230              create a "fast path" for locale name probing using "locale -a"
57231              if available, squash finally hopefully the s?printf resetting
57232              the numeric locale (since, IIUC perllocale, it never shouldn't). 
57233              
57234              More Changes tweakery.
57235              
57236              Dying is too strict here, better just skip.
57237              
57238              Subject: Locales support (setlocale) fixes
57239              Modified quite a bit to be more portable.
57240              
57241              Configure would use a bad $myuname from an old config.sh.
57242              Subject: [PATCH 5.6.1-to-be and 5.7.x] Very old Configure myuname bug
57243              
57244              Fix for
57245              Subject: [ID 20001004.006] undef is never tainted
57246              An undef read from a slurped file was not tainted.
57247              
57248              Fix for
57249              Subject: [ID 20001004.007] taint propogation is inconsistent
57250              The culprit was sv_setsv() which was rather blindly
57251              propagating taint, which lead to behaviour where if
57252              a tainted anon hash value was seen all the hash values
57253              from then on at that level became tainted, or at any
57254              upper levels in the case of nested anon hashes.
57255              
57256              Test tweak: show also the failed locales.
57257              Subject: [ID 20001105.001] Not OK: perl v5.7.0 +DEVEL7523 on i86pc-solaris 2.8  
57258              
57259              A fix of sorts for 20000329.026, a better error message
57260              for a missing "use charnames" when using the \N{...}. 
57261              
57262              Subject: [Corrected/tested PATCH] Re: [ID 20001102.008] Not OK: perl v5.7.0 +DEVEL7503 on i686-linux 2.2.16
57263              
57264              Add =pod to be tidy.
57265              
57266              Fix for bug id 19990615.008, pos() unset during s///ge.
57267              
57268              Add a note for future generations about bug id 20000229.006.
57269              
57270              Use -dM for gcc (the suggested patch did it only for Linux,
57271              but I think it can be generalized).
57272              Subject: Re: connect and $!{EINPROGRESS} pb (was [ID 20001030.010] [PATCH] io_multihomed.t failing)
57273              
57274              opmini.o can linger from Configures past.
57275              
57276              Document that the evaled syntax errors cause scalar leaks.
57277              
57278              Fix for
57279              Subject: [ID 20000728.005] perl -P broken
57280              (hopefully).  The fix is also not complete, it seems to break
57281              BOM swallowing for libc5 systems, but until someone figures
57282              out a way to do this without ftell(), this will do.
57283              
57284              AUTHORS updates.
57285              
57286              Subject: Re: rsync'ed patches vs. rsync'ed source
57287              
57288              Admit that the test leaks scalars.
57289              
57290              Sanitize the environment further.
57291              
57292              VOS updates from Paul Green.
57293              
57294              Document %ENV = () portability issues.
57295              
57296              Make the stdio test program of 7427 less noisy while being 
57297              compiled so that Digital UNIX wouldn't get both
57298              d_stdio_ptr_lval_nochange_cnt and d_stdio_ptr_lval_sets_cnt
57299              undefined.  This makes perlio happy.
57300              
57301              glibc5 detection by __GNU_LIBRARY__.
57302              
57303              %ENV note tweaks from Dan Sugalski.
57304              
57305              Varargs don't always work too well if one puts an unsigned
57306              char on the stack and pop an unsigned quad off the stack.
57307              Subject: Re: [ID 20001103.002] Not OK: perl v5.7.0 +DEVEL7523 on os2-64int-ld-2.30 (UNINSTALLED)
57308              
57309              Subject: Pod updates
57310              
57311              Fake support of holey files in win/dosish platforms.
57312              Subject: SDBM_File under MS-Windows95/98 does not work correctly. (APR#1302)
57313              
57314              A doc addition for bug id 20001105.019, beware \p.
57315              
57316              Tweak #7587.
57317              
57318              Subject: [PATCH perl@7573] configure.com and st-lock.t changes for   
57319              
57320              perlhack updates from H.Merijn Brand.
57321              
57322              Subject: [PATCH perl@7573] cygwin port
57323              Synchronize with Cygwin 1.1.5.
57324              
57325              Bad thinko in #7581 (I used the test program with the expanded
57326              values as-is).
57327              
57328              Make perlbug not insist on dumping to a file when stdout isn't a tty.
57329              Subject: [PATCH] perlbug.PL
57330              
57331              Overrideable keys, each, pop, push, shift, splice, unshift.
57332              Subject: [PATCH] prototyped functions that should be overrideable
57333              
57334              Try to avoid flockless and emulationless places.
57335      Branch: maint-5.6/perl
57336           +> t/lib/tie-refhash.t t/lib/tie-substrhash.t
57337            - MAINTAIN
57338           !> (integrate 111 files)
57339 ____________________________________________________________________________
57340 [  8172] By: jhi                                   on 2000/12/18  02:49:27
57341         Log: Regen pods.
57342      Branch: perl
57343            ! pod/perlmodlib.pod pod/perltoc.pod
57344 ____________________________________________________________________________
57345 [  8171] By: gsar                                  on 2000/12/18  02:49:24
57346         Log: integrate changes#7447,7448,7450,7454,7456,7457,7460,7462,
57347              7465..7471 from mainline
57348              
57349              Remains of the old UTF-8 API, utf8_to_uv_chk(): didn't link
57350              in platforms that strictly require all the symbols being present
57351              at link time.
57352              
57353              Subject: [PATCH: perl@7446] restore missing d_stdio_cnt_lval to VMS
57354              
57355              Subject: [ID 20001025.011] [PATCH] t/io/open.t perl@7369[  7350] breaks VMS perl
57356              
57357              Subject: [ID 20001026.006] C<use integer; $x += 1> gives uninitialized warning
57358              
57359              Subject: [PATCH] todo
57360              
57361              Subject: [ID 20001027.002] Patch 7380 followup - Perl_modfl *must* be defined
57362              
57363              Use $sort, $uniq (and $tr) consistently as wondered
57364              by Nicholas Clark.
57365              
57366              Too enthusiastic editing in #7460.
57367              
57368              The reëntrant version shouldn't be needed unless USE_PURE_BISON.
57369              
57370              Upgrade to CPAN 1.58_55.
57371              Subject: CPAN.pm status
57372              
57373              Subject: [ID 20001027.005] Nit in perlos2.pod - space needs deleted on line 118
57374              
57375              Make target reordering to avoid pointless re-makes.
57376              Subject: Re: Total re-make of 'make okfile' after 7451 ?
57377              
57378              Subject: [ID 20001027.010] [PATCH] Add info on building CPAN modules to README.dos
57379              
57380              Subject: DOC PATCH 5.6.0
57381              
57382              Add the repository doc by Malcolm, Sarathy, and by Simon,
57383              name as suggested by Michael Bletzinger <mbletzin@ncsa.uiuc.edu>.
57384      Branch: maint-5.6/perl
57385           +> Porting/repository.pod
57386           !> Configure MANIFEST Makefile.SH README.dos README.os2
57387           !> config_h.SH configure.com embed.h embed.pl handy.h lib/CPAN.pm
57388           !> lib/CPAN/FirstTime.pm perl.h pod/perlfunc.pod pod/perltodo.pod
57389           !> pp.c proto.h t/io/open.t t/op/assignwarn.t toke.c
57390 ____________________________________________________________________________
57391 [  8169] By: gsar                                  on 2000/12/18  02:33:34
57392         Log: integrate changes#7416,7417,7420..7422,7424,7426..7429,7431..7433,
57393              7435..7441,7445 from mainline
57394              
57395              Make the UTF-8 decoding stricter and more verbose when
57396              malformation happens.  This involved adding an argument
57397              to utf8_to_uv_chk(), which involved changing its prototype,
57398              and prefer STRLEN over I32 for the UTF-8 length, which as
57399              a domino effect necessitated changing the prototypes of
57400              scan_bin(), scan_oct(), scan_hex(), and reg_uni().
57401              The stricter UTF-8 decoding checking uses Markus Kuhn's
57402              UTF-8 Decode Stress Tester from
57403              http://www.cl.cam.ac.uk/~mgk25/ucs/examples/UTF-8-test.txt
57404              
57405              Run vms/vms_yfix.pl, should have done that after changing
57406              perly.c in #7382.
57407              
57408              Subject: [PATCH 5.7.0] static linking with uninstalled perl
57409              
57410              (Replaced by #7440.)
57411              Subject: Re: [ID 20001022.001] Not OK: perl v5.7.0 +DEVEL7368 on i686-linux 2.2.16
57412              
57413              Fix the bug ID 20001024.005, the bug introduced by #7416.
57414              
57415              Subject: Re: [ID 20001023.003] PATCH perlfaq5 [perl-current]
57416              
57417              Fix the bug reported in
57418              From: andreas.koenig@anima.de (Andreas J. Koenig)
57419              Also make is_utf8_char() stricter.
57420              
57421              Missed the header file changes from #7425.
57422              
57423              Check if stdio supports tweaking lval and cnt simultaneously.
57424              Subject: PATCH (Re: PerlIO - Configure tweak for Linux/glibc?)
57425              
57426              Stratus VOS updates from Paul Green.
57427              
57428              Podify README.epoc and README.vos.
57429              
57430              Add targets to Makefile.SH, most importantly
57431              'regen_all' which also remembers to update vms/perly*.
57432              
57433              Subject: Minor update to find2perl, for portability
57434              
57435              Subject: patch 7416 breaks sv.c on AIX and HP-UX (patch included)
57436              
57437              Subject: [ID 20001024.007] [PATCH] "Dump local *FH" causes SEGV
57438              
57439              Rename UTF8LEN() to be UNISKIP(), too confusing to have
57440              UTF8LEN() and UTF8SKIP(). 
57441              
57442              Allow poking holes at the UTF-8 decoding strictness.
57443              
57444              Continue the internal UTF-8 API tweaking.
57445              Rename utf8_to_uv_chk() back to utf8_to_uv() because it's
57446              used much more than the simpler API, now called utf8_to_uv_simple().
57447              Still not quite happy with API, too much partial duplication
57448              of functionality.
57449              
57450              A new version of making the syslog test more robust.
57451              (Replaces #7421.)
57452              Subject: Re: [ID 20001022.001] Not OK: perl v5.7.0 +DEVEL7368 on i686-linux 2.2.16
57453              
57454              buildtoc target tweaks.
57455              
57456              Integrate with vmsperl #7430 by Charles Bailey:
57457              
57458              Cleanup from prior patch (Charles Lane?):
57459              - improve handling of MFDs in Basename and Path
57460              - default to no xsubpp line # munging when building debug images
57461      Branch: maint-5.6/perl
57462           +> vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
57463           +> vos/config.ga.h vos/configure_perl.cm vos/install_perl.cm
57464           !> (integrate 67 files)
57465 ____________________________________________________________________________
57466 [  8168] By: gsar                                  on 2000/12/18  02:05:49
57467         Log: integrate changes#7512,7733 from mainline (regex bugfixes)
57468              
57469              Subject: [ID 20001031.004] Uninitialized auto variable in regcomp.c
57470              From: Martin Husemann <martin@duskware.de>
57471              
57472              Subject: [PATCH 5.7.0] restore match data on backtracing
57473              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
57474      Branch: maint-5.6/perl
57475           !> regcomp.c regexec.c t/op/re_tests
57476 ____________________________________________________________________________
57477 [  8167] By: gsar                                  on 2000/12/18  01:55:22
57478         Log: integrate changes#7858,7986 from mainline
57479              
57480              C<foreach my $x ...> in pseudo-fork()ed process may diddle
57481              parent's memory; fix it by keeping track of the actual pad
57482              offset rather than a raw pointer (this change is probably also
57483              relevant to non-ithreads case to avoid fallout from reallocs of
57484              the pad array, but is currently only enabled for the ithreads
57485              case in the interests of minimal disruption to existing "well
57486              tested" code)
57487              
57488              fix open(FOO, ">&MYSOCK") failure under Windows 9x (problem is
57489              due to the notorious GetFileType() bug in Windows 9x, which fstat()
57490              tickles)
57491      Branch: maint-5.6/perl
57492           !> embed.h embed.pl global.sym objXSUB.h perlapi.c pp_ctl.c
57493           !> proto.h scope.c scope.h sv.c t/op/fork.t win32/perlhost.h
57494           !> win32/win32.c win32/win32.h win32/win32sck.c
57495 ____________________________________________________________________________
57496 [  8166] By: gsar                                  on 2000/12/18  01:52:59
57497         Log: integrate changes#7626,7632,7717,7738,7814,7817,7902,7912,7915
57498              from mainline (xsubpp and ExtUtils::LibList fixups, various
57499              other small items)
57500              
57501              The generated boot_* headers are wrong.  Pickier compiler,
57502              such as KAI C++ will refuse to compile the resulting perlmain.
57503              Subject: [ID 20001109.005] Bug in minimod.pl, perl 5.6.0
57504              
57505              Various doc oddball characters.
57506              Subject: [ID 20001106.004] Perl 5.6.0 bugs  
57507              
57508              Subject: [PATCH] Re: 20001101.003 PDL
57509              
57510              Subject: [PATCH 5.7.0] etags broken again
57511              
57512              Subject: [PATCH 5.7.0] Liblist finally works
57513              
57514              Subject: [PATCH 5.7.0] Liblist returns found libraries
57515              
57516              Subject: [PATCH] Re: 5.6 bug: split /^/ implies /m modifier (from CLPM)
57517              
57518              Subject: [PATCH 5.7.0] OUT keyword for xsubpp
57519              
57520              Subject: Re: [PATCH 5.7.0] OUT keyword for xsubpp
57521              OUT keyword nits.
57522              Subject: Re: [PATCH 5.7.0] OUT keyword for xsubpp
57523              OUT and IN_OUT documentation.
57524      Branch: maint-5.6/perl
57525           !> emacs/cperl-mode.el emacs/ptags lib/ExtUtils/Liblist.pm
57526           !> lib/ExtUtils/MM_VMS.pm lib/ExtUtils/MakeMaker.pm
57527           !> lib/ExtUtils/xsubpp lib/unicode/syllables.txt minimod.pl
57528           !> pod/perlfunc.pod pod/perlxs.pod pod/perlxstut.pod t/op/split.t
57529           !> win32/bin/search.pl
57530 ____________________________________________________________________________
57531 [  8165] By: gsar                                  on 2000/12/18  01:28:45
57532         Log: integrate changes#7533,7563,7611,7623 from mainline (various
57533              malloc.c embellishments)
57534      Branch: maint-5.6/perl
57535           !> malloc.c pod/perldiag.pod
57536 ____________________________________________________________________________
57537 [  8164] By: gsar                                  on 2000/12/18  01:23:33
57538         Log: integrate changes#7419,7806,8129 from mainline (various h2xs
57539              fixups)
57540      Branch: maint-5.6/perl
57541           !> utils/h2xs.PL
57542 ____________________________________________________________________________
57543 [  8163] By: gsar                                  on 2000/12/18  01:17:50
57544         Log: integrate changes#7493,7599,7803 from mainline (various perlbug
57545              fixups)
57546      Branch: maint-5.6/perl
57547           !> Makefile.SH utils/perlbug.PL
57548 ____________________________________________________________________________
57549 [  8162] By: gsar                                  on 2000/12/18  00:25:43
57550         Log: always export Perl_deb() (it is required by re.xs whether
57551              Perl is built with or without -DDEBUGGING)
57552      Branch: maint-5.6/perl
57553            ! makedef.pl
57554 ____________________________________________________________________________
57555 [  8161] By: gsar                                  on 2000/12/18  00:23:38
57556         Log: integrate change#7414 from mainline
57557              
57558              Undo the basename() part of #7412 since the lib/basename
57559              tests would need upgrading too.
57560              
57561              squelch two tests in tr.t that rely on tr/// paranoia change
57562              that's not in 5.6.x
57563      Branch: maint-5.6/perl
57564            ! t/op/tr.t
57565           !> lib/File/Basename.pm
57566 ____________________________________________________________________________
57567 [  8160] By: gsar                                  on 2000/12/18  00:05:30
57568         Log: missing change in previous integrate
57569      Branch: maint-5.6/perl
57570           !> README.aix
57571 ____________________________________________________________________________
57572 [  8159] By: gsar                                  on 2000/12/18  00:03:38
57573         Log: integrate changes#7205..7210,7212,7214..7219,7222,7223,7225,7226,
57574              7228,7230..7241,7243,7346,7347,7350..7354,7356,7358..7360,7362,
57575              7363,7365..7368,7370..7374,7376..7386,7391,7393..7399,7404..7408,
57576              7410..7413 from mainline
57577              
57578              Introduce the man[24-8] variables, from Andy Dougherty.
57579              
57580              Upgrade to CPAN 1.58, from Andreas König.
57581              
57582              An updated EBCDIC tr patch.
57583              Subject: Re: [PATCH: perl@7181] op/tr tests on OS/390
57584              
57585              Subject:  [PATCH] 5.6.0 & 5.7.1,  VMS fixes
57586              
57587              Two thirds of
57588              Subject: Proposed patches, Install.pm getopts.pl termcap.pl
57589              The Install.pm changes will be submitted separately because
57590              they need some work and discussion still.
57591              
57592              The Install.pm third of
57593              Subject: Proposed patches, Install.pm getopts.pl termcap.pl
57594              
57595              Subject: [PATCH: perl@7181] was: Re: off to a bad start on fixing regression tests
57596              
57597              Subject: [PATCH 5.7.0] IVs in mtats
57598              
57599              Subject: [PATCH 5.7.0] Perl API for mstats
57600              
57601              Ilya implemented the memory profiling API.
57602              
57603              In Amdahl UTS "struct sv" is defined by a system header,
57604              <ksync.h>.
57605              
57606              Slight tweak of the code to appease Amdahl UTS cc.
57607              
57608              Amdahl UTS doesn't seem to do dynaloading.
57609              
57610              Use UTF8SKIP(), from Simon Cozens.
57611              
57612              Thinko in #7222.
57613              
57614              op/sprintf.t patch for OS/390 (and any other host with limited
57615              floating-point exponent length)
57616              Subject: Re: [ID 20001006.014] Not OK: perl v5.7.0 +DEVEL7158 on os390 05.00  (UNINSTALLED) [PATCH bleadperl]
57617              
57618              Tweak #7225.
57619              Subject: Re: [ID 20001006.014] Not OK: perl v5.7.0 +DEVEL7158 on os390 05.00 (UNINSTALLED) [PATCH bleadperl]
57620              
57621              Subject: RFC: a (temporary?) way around utf8.pm for EBCDIC
57622              
57623              Needs to be conditional on SunOS 4.
57624              Subject: [Pach 5.7.0@7229] Removing -ldb from the core build
57625              
57626              Test cases for bug id 20000323.056 (the bug seems to be fixed).
57627              
57628              Add test for bug id 20000427.003 (which seems to have
57629              been fixed) (also duplicate as 20000427.004, though
57630              with a higher severity).  Move one utf8 from op/append
57631              to pragma/utf8, tag the tests with bug ids.
57632              
57633              Document FNCASE=y as discussed in the bug 20000902.009.
57634              
57635              split() utf8 fixes.  Should fix both 20001014.001 and 20000426.003.
57636              The problem was that rx->minlen was in chars while pp_split()
57637              thought it would be in bytes. 
57638              
57639              Make ~(chr(a).chr(b)) eq chr(~a).chr(~b) on utf8.
57640              Subject: [PATCH] Re: [ID 20000918.005] ~ on wide chars
57641              
57642              Fix few quad issues, which for example broke chr(~chr(~0)) for UTF8.
57643              
57644              Fix a couple of compiler-noted nits in #7235.
57645              
57646              Tweak the test of #7235.
57647              
57648              One more ~utf8 tweak.
57649              
57650              -w cleanup.
57651              Subject: Re: Problems with bleadperl 
57652              
57653              Subject: small pod patch
57654              
57655              Subject: [PATCH perlguts.pod] Document offset hack
57656              
57657              Add Charles Lane.
57658              
57659              Add the capability to include/exclude branches.
57660              
57661              Subject: [ID 20001016.012] [PATCHes Included]OK: perl v5.7.0 on dos-djgpp djgpp
57662              
57663              Detect early whether the std streams have gone bad.
57664              Subject: PATCH (was Re: [ID 20001016.007] Not OK: perl v5.7.0 +DEVEL7228 on i586-linux 2.2.16 (UNINSTALLED))
57665              
57666              More IoTYPE sprinkling.
57667              
57668              Workaround for a sfio bug where the stream error indicator
57669              is not cleared as documented.
57670              Subject: PATCH (was Re: [ID 20001016.007] Not OK: perl v5.7.0 +DEVEL7228 on i586-linux 2.2.16 (UNINSTALLED))
57671              
57672              Clarify documentation on 'use bytes'.
57673              Subject: Re: What does 'use bytes' "mean" ?
57674              
57675              Show the failed remote port, instead of the failing line number.
57676              Subject: [PATCH 5.6.1 Debugger] More diagnostics
57677              
57678              Make Cwd more bulletproof in chrooted environments.
57679              Subject: [ID 20001018.001] Fix for Cwd.pm (chroot)
57680              
57681              Subject: Pod patch for Devel::Peek
57682              
57683              Subject: Re: [ID 20001013.008] perl 5.6.0 on AIX 4.3.2 w/GCC 2.95.2
57684              
57685              Borland C fstat() never saw the fd as writable.
57686              Subject: fix for Borland's weak "stat" (perl@7211)
57687              
57688              Missing change from #7362.
57689              
57690              Subject: [PATCH 5.7.0] Re: [ID 20001018.008] flip-flop bug when there's no <FH> 
57691              
57692              Add the test case for the bug id 20000730.004 which seems
57693              to have been fixed by now.
57694              
57695              Fix of sorts for bug id 20000901.092.  There seems to be no trace
57696              of a 'pmshort' anywhere in the B, so the offending line was simply
57697              removed.
57698              
57699              Subject: Re: [ID 20001013.008] perl 5.6.0 on AIX w/GCC
57700              
57701              Subject: PATCH do_print has 2 PerlIO_error()s
57702              
57703              NonStop-UX patches from Tom Bates <tom.bates@compaq.com>
57704              
57705              Typo noted by Mark Lutz.
57706              
57707              Subject: PATCH CR+LF should be "\cM\cJ" in perlop
57708              
57709              In the latest compiler builds cccdlflags must not become -fpic,
57710              from Wilfredo Sánchez.
57711              
57712              Subject:  [PATCH] Perl 5.6.0/5.7.0, vms/gen_shrfls.pl update
57713              
57714              Subject:  [PATCH] Perl 5.6.0/5.7.0 enable DProf test for VMS
57715              
57716              SOCKS function redefinitions need prototypes, too, otherwise
57717              for example 32 bit versus 64 bit differences cause a lot of
57718              problems.  Part of
57719              Subject: [ID 20001016.017] [jens: 5.7.0 Solaris 8, 64 Bit, Workshop 6.0 Compiler]
57720              
57721              Portability tweak on #7377.
57722              Subject:  Re: [nick@cow.org.uk: [ID 20001020.004] Not OK: perl v5.7.0 +DEVEL7368 on i386-freebsd-64all 4.1-stable (UNINSTALLED)]
57723              
57724              Don't write double values through long double pointers,
57725              based on a part of
57726              Subject: [ID 20001016.017] [jens: 5.7.0 Solaris 8, 64 Bit, Workshop 6.0 Compiler]
57727              
57728              Reëntrancy fix.
57729              Subject: [PATCH perl@7229] Rentrant parser and yylex()
57730              
57731              Make scan_num() reëntrant, as suggested in
57732              Subject: [PATCH perl@7229] Rentrant parser and yylex()
57733              
57734              Fix for ID 20001020.006, concatenating an unset submatch
57735              with utf8 resulted in "Modification of a read-only value".
57736              
57737              Fix for ID 20000915.011, IO::Select warning for an undefined fd.
57738              
57739              The #7383 was right only in the context of the original bug report,
57740              not in more general case.
57741              
57742              Update Changes.
57743              
57744              Testcases for a #7383,#7385 related bug.
57745              Subject: PATCH Re: [ID 20001020.006] "$2$utf8" == modification of read-only-variable
57746              
57747              Subject: [PATCH@blead Tie/Array.pm] Re: [ID 20001020.002] Tie::Array SPLICE method is buggy
57748              
57749              Tweak the Is* definitions of Unicode character classes
57750              to better match the official categorizations; embrace
57751              the official categorizations; add the combining marks
57752              as alpha (and -numeric); fix DCinital (a typo and edito)
57753              to be DCmedial.
57754              
57755              Hints tweak from Anton Berezin.
57756              
57757              Subject: installman go-faster stripes
57758              Subject: Re: installman go-faster stripes
57759              
57760              Subject: [ID 20001021.003] updated hints/openbsd.sh
57761              
57762              Subject: [PATCH bleadperl] -MO=C falls over on package <none>
57763              
57764              Subject: PATCH $Config::Config{ldlibpthname} in ext/DynaLoader/DynaLoader_pm.PL
57765              
57766              Subject: [PATCH] Re: [ID 20000121.007] XXX documentation in man ExtUtils::MakeMaker
57767              
57768              Doc patch.
57769              Subject: [ID 19991128.002] \&{'foo'} not caught by strict refs
57770              
57771              Retract #7404 with a patch from Robin Barker, via Andy Dougherty.
57772              
57773              Subject: Re: [ID 20001021.005] SEGV with regex match 
57774              
57775              Subject: Re: [20000731.007] potential syntax error not detected [PATCH]
57776              
57777              The change #7187 was not so good on VMS.
57778              Subject: [PATCH perl@7369] VMS perldoc.PL fix for double quoted temp filename
57779              
57780              Subject: [PATCH: perl@7386] miscellaneous typos in 3 pods
57781              
57782              Miscellaneous MacOS Classic library updates from Matthias Neeracher.
57783              
57784              Document PERL_INSTALL_ROOT of #7210.
57785      Branch: maint-5.6/perl
57786           +> README.aix hints/nonstopux.sh lib/unicode/Is/DCmedial.pl
57787           +> t/lib/tie-splice.t
57788            - lib/unicode/Is/DCinital.pl
57789           !> (integrate 112 files)
57790 ____________________________________________________________________________
57791 [  8158] By: jhi                                   on 2000/12/17  23:04:24
57792         Log: Subject: [PATCHES] RE: perl@8150 
57793              From: "Gerrit P. Haase" <gerrit.haase@t-online.de>
57794              Date: Sun, 17 Dec 2000 21:46:39 +0100
57795              Message-ID: <3A3D343F.13566.1ACA7D93@localhost>
57796              
57797              Neither cygwin has a getpwuid() one can trust on.
57798      Branch: perl
57799            ! t/lib/glob-basic.t
57800 ____________________________________________________________________________
57801 [  8157] By: jhi                                   on 2000/12/17  23:01:54
57802         Log: More MAN.PODS => {} fixes.
57803      Branch: perl
57804            ! os2/OS2/ExtAttr/Makefile.PL os2/OS2/PrfDB/Makefile.PL
57805            ! os2/OS2/Process/Makefile.PL os2/OS2/REXX/DLL/Makefile.PL
57806            ! os2/OS2/REXX/Makefile.PL
57807 ____________________________________________________________________________
57808 [  8156] By: gsar                                  on 2000/12/17  22:49:13
57809         Log: integrate changes#7069..7077,7079,7081..7087,7090,7092,7093,
57810              7096..7104,7109..7117,7119..7124,7126,7128,7129,7133,7134,
57811              7136..7139,7141..7146,7148,7149,7151,7153..7155,7157,7158,
57812              7160,7161,7164,7165,7169..7178,7180..7191,7193..7197,7199,
57813              7201,7204 from mainline
57814              
57815              Remove vestiges of tr//CU.
57816              Subject: [ID 20000912.009] perlunicode.pod still mentions tr///CU
57817              Subject: Re: [ID 20000912.009] perlunicode.pod still mentions tr///CU
57818              
57819              The return value of setlocale must be copied away.
57820              Subject: [ID 20000913.001] Heap corruption in Perl_init_i18nl10n
57821              
57822              Allow chop() and chomp() to be overridden.
57823              Subject: [PATCH] Re: [ID 20000911.006] I can override glob but not chop?
57824              
57825              Hints optimization.
57826              Subject: Minor nit
57827              
57828              Subject: [PATCH] de-wall t/README
57829              
57830              Subject: Re: Two advertising clauses need to be removed
57831              
57832              Batch of UTF-8 patches from Simon Cozens.
57833              
57834              Fix for a parsing bug, not for the original bug.
57835              Subject: Re: [ID 20000910.005] Another segfault with regexes. 
57836              
57837              Compilation warnings and an error.
57838              
57839              Subject: File::Find 5.7.0 POD nits
57840              
57841              Subject: [PATCH perl-5.7.0] continued -Wformat support
57842              
57843              The one that got away.
57844              
57845              Subject: Re: perl@7078
57846              
57847              UTF8-encoded version of 256 is 0xc4 0x80; test that a char is
57848              convertable to bytes by checking it doesn't go above 0xc3
57849              Subject: Re: perl@7078
57850              
57851              Replace #7084 with
57852              Subject: Re: perl@7078 
57853              
57854              We don't need to count the high bit bytes, a boolean is enough. 
57855              
57856              Subject: [PATCH] utf8.c apidoc
57857              
57858              Subject: Re: perl@7078 
57859              
57860              Botched the #7090 check-in.
57861              
57862              Fix for the charnames.t failures from Spider Boardman.
57863              
57864              Re-instate Perl_utf8_to_uv without checking parameter - added in change 7075.
57865              i.e. rename Simon's function to Perl_utf8_to_uv_chk, change all calls to it
57866              to use new name and add Perl_utf8_to_uv() as a wrapper which calls it passing
57867              0 to checking to get the warning.
57868              
57869              Subject: [PATCH] Nits in perlmod.pod
57870              
57871              Subject: Re: Trapping by opmask sets strange parser state [PATCH]
57872              
57873              Subject: Re: unicode support and perl [ID 20000901.097]
57874              
57875              Subject: Re: unicode support and perl [ID 20000901.097]
57876              
57877              Subject: [PATCH perl@7065] another VMS my_fwrite() fix for Storable
57878              
57879              Subject: [PATCH] Re: [ID 20000915.010] Infinite loop with -MO=Deparse
57880              
57881              Subject: [ID 20000917.002] 5.7.0 and blead@7095 make html makes man
57882              
57883              Subject: [PATCH@blead] Fix some recursion in overload.pm
57884              
57885              s/Robin Parker/Robin Barker/
57886              
57887              Subject: [PATCH] Fix aliasing of tied filehandles
57888              
57889              Subject: Re: [ID 20000912.008] substr replacement of tainted data (bug) 
57890              
57891              Subject: Re: [PATCH 5.005_64 missed]
57892              
57893              SOCK_DGRAM and listen() do not mix as reported in
57894              Subject: [ID 20000930.001] Bug in perl 5.00503 IO::Socket
57895              The patch for 5.7.0+ had to be reengineered, though.
57896              
57897              Subject: DOC PATCH 5.6.0
57898              
57899              Subject: [PATCH 5.7.0] Minor optimization in re_intuit_start
57900              
57901              Document the issue (is not a syntax error, kind of)
57902              Subject: Re: [ID 20000901.011] the list (1,,3) ought to be a syntax error
57903              
57904              Subject: [ID 20000928.002] perlcc & ByteCode.pm option mismatch
57905              Did not apply cleanly, manual intervention was needed.
57906              
57907              Subject: [PATCH] DLL not restartabke with threaded perl
57908              
57909              Inside require() $^S was always left undefined.
57910              Subject: Re: Tiny 2-byte change to fix debugger's eval bug
57911              
57912              Subject: [PATCH pod/perlop.pod]  Documentation glitch in magic autoincrement.
57913              
57914              OpenBSD flags tweak from Todd C. Miller, tweaked some more by Abigail.
57915              
57916              Regen headers.
57917              
57918              Subject: [PATCH 5.7.0] Epoc update
57919              
57920              Introduce NO_ENVIRON_ARRAY (and USE_ENVIRON_ARRAY) defines
57921              as suggested by Olaf Flebbe and Nick Clark.
57922              
57923              Subject: [ID 20000915.007] Not OK: perl v5.7.0 +DEVEL7092 on os2-64int-ld 2.30 '(UNINSTALLED)'
57924              
57925              Misplaced else.
57926              
57927              Scale down the VMS message boxes, by Charles Lane.
57928              Fix for ID 20000903.009, workaround at
57929              http://www.xray.mpe.mpg.de/mailing-lists/vmsperl/2000-09/msg00039.html
57930              
57931              Subject: [ID 20001003.006] B::Debug not -w clean
57932              
57933              Test harness update to sync with the new perlcc,
57934              from Simon Cozens.
57935              
57936              One remaining nit less at the VMS mailbox sizing.
57937              
57938              Subject: [PATCH: 7131] PWPASSWD problem for passwd less pwd's
57939              
57940              It is possible to have no hosts database at all.  Pointed out in
57941              Subject: [PATCH: 7131] PWPASSWD problem for passwd less pwd's
57942              
57943              Subject: [PATCH 5.7.0] h2xs not working
57944              Subject: [PATCH 5.7.0] h2xs not documenting the created module
57945              
57946              Subject:  [PATCH] 5.6.0 & 5.7.0  VMS TZ fix for VMS6.2 and earlier
57947              
57948              Subject: perlhack.pod Patch for Externals Tools
57949              
57950              Subject: [PATCH perlrun.pod] Re: [ID 20000930.002] perlrun nor perldelta mention -s modification
57951              
57952              Subject: Re: [PATCH 5.7.0] h2xs not documenting the created module
57953              
57954              Enable disabling scripts installation by Configure -Uinstallscripts,
57955              suggested by H. Merijn Brand.
57956              
57957              Code around the stat-on-a-pipe-returns-a-mode-of-zero bug
57958              reported several times by Dominic Dunlop, for example in
57959              ID 20000315.008.  Patch from Dominic.  Patch affects at
57960              least MachTen, and possibly other oldish BSDs. Should not
57961              break non-broken platforms (tested on LinuxPPC). 
57962              
57963              Regen toc.
57964              
57965              Subject: Re: Questions about Tie::Array and perl modules
57966              Bug reported and fix suggested by Philip D Crow <pcrow@hertz.com>.
57967              
57968              Patch from Simon Cozens to avoid using utf8 routines in EBCDIC.
57969              
57970              Tweak #7153.
57971              
57972              IO::Handle->syswrite() did not handle length omission
57973              like CORE::syswrite() does.
57974              Subject: [Fwd] IO::Handle, syswrite and arguments
57975              The original patch from andrew@ugh.net.au.
57976              
57977              Also the $ccflags is needed for the C compiler check.
57978              Subject: Configure (check for C-compiler)
57979              
57980              Eliminate $Is_VMS code from the test.
57981              Subject:  Re: [ID 20001004.005] Not OK: perl v5.7.0 +DEVEL7129 on VMS_AXP V7.1
57982              
57983              Fix bug in #7157 (s/cflags/ccflags); moved the -o foo
57984              as the first option of cc/ld because of ultrapicky compilers
57985              (e.g. OS/390 R2.5)
57986              
57987              Change the version number of Tie::Handle in the core to 4.0,
57988              the (unrelated) Tie::Handle in CPAN will remain at 3.0.
57989              Subject: Note on Tie::Handle
57990              
57991              UTF8ize split() so that the cloned substrings get the UTF8
57992              flag of the original scalar.  Problem reported by Simon Cozens.
57993              
57994              save_re_context() could reset PL_curcop to freed memory, causing core
57995              dumps in code such as C<use CGI::Carp; use something_that_calls_die;>
57996              
57997              Subject: PATCH 5.6 perldebguts grammar cleanup
57998              
57999              Add a todo note about overloadable assertions.
58000              
58001              on Windows, LoadLibrary() could load an extension DLL multiple
58002              times if forward slashes are used in the path
58003              
58004              on Windows, cwd strings in the environment should be of the
58005              form =X:=X:\foo instead of =X=X:\foo\
58006              
58007              on Windows, avoid potential exception (could happen if MSVCRT isn't
58008              being used) when closing a socket handle
58009              
58010              avoid nonportable example code
58011              
58012              Windows9x doesn't support link(), despite what Config.pm
58013              might think
58014              
58015              pod nit
58016              
58017              Change #7160 had a nasty typo.
58018              
58019              Warn about unknown scripts.
58020              Subject: Re: ideas? patches? [PATCH bleadperl]
58021              
58022              on Windows, clean targets might not work under some flavors of the shell
58023              
58024              tweak for change#7173
58025              
58026              Make eq work again with utf8 (disabling the upgrading
58027              should no more be necessary since the copies of the
58028              scalars are upgraded, not the scalars themselves).
58029              Takes care of ID 20001009.001.  (The claimed length()
58030              bug in 20001009.001 seems bogus to me.)
58031              
58032              Subject: [PATCH: perl@7159] various VMS cleanup issues + CXX configure
58033              
58034              Upgrade to CGI.pm 2.74, from Lincoln Stein.
58035              
58036              Upgrade to podlators 1.04, from Russ Allbery.
58037              
58038              Subject: [PATCH 5.6.0] Re: [ID 20001009.004] SEGV from sprintf in a thread 
58039              
58040              Quote the temp file name, needed in Win32 because the
58041              default name unfortunately contains spaces, shouldn't
58042              hurt elsewhere.
58043              Subject: FW: perldoc fails if $TEMP contains spaces
58044              
58045              Subject: RE: [ID 19990803.001] README.win32 suggestions 
58046              
58047              Subject: [ID 20000720.004] ExtUtils::MakeMaker finds wrong version of perl
58048              
58049              Subject: Re: utf8 concat, mg_get
58050              
58051              Subject: [PATCH: perl@7181] perlebcdic.pod updates and corrections
58052              
58053              Subject: [PATCH: perl@7181] op/tr tests on OS/390
58054              
58055              Subject: [PATCH: perl@7181] ver.t v string tests for os/390
58056              
58057              Use the versiononly instead of the installscripts,
58058              retract the changes 7146 and 7147.
58059              
58060              Reapply Andy's patch and regen Configure.
58061              
58062              Add the test case for #7190, from the original bug report
58063              by Andreas König.
58064              
58065              Remove duplicated code.
58066              
58067              SvPV() (via mg_get() of sv_2pv()) can update the UTF8ness of the SVs.
58068              
58069              restore change#7202
58070      Branch: maint-5.6/perl
58071           !> (integrate 121 files)
58072 ____________________________________________________________________________
58073 [  8155] By: jhi                                   on 2000/12/17  22:30:58
58074         Log: Subject: [PATCH perl@8133] fix-up for VMS extensions
58075              From: "Craig A. Berry" <craigberry@mac.com>
58076              Date: Sun, 17 Dec 2000 13:09:28 -0600
58077              Message-Id: <p04330103b6628cabe114@[172.16.52.1]>
58078              
58079              MAN.PODS => ' ' is naughty.
58080      Branch: perl
58081            ! vms/ext/DCLsym/Makefile.PL vms/ext/Stdio/Makefile.PL
58082 ____________________________________________________________________________
58083 [  8154] By: nick                                  on 2000/12/17  22:07:13
58084         Log: MULTIPLICITY nit.
58085      Branch: perl
58086            ! mg.c
58087 ____________________________________________________________________________
58088 [  8153] By: gsar                                  on 2000/12/17  21:23:05
58089         Log: integrate changes#7017..7019,7021..7025,7027..7036,7038,7039,
58090              7041..7044,7046..7048,7050..7061,7063,7066..7067,7069..7074
58091              from mainline
58092              
58093              Document the SvIOK_.*UV().
58094              
58095              Update Unicode todo list.
58096              
58097              Guard against bad string->int conversion for quads.
58098              
58099              Subject: small apidoc fix
58100              
58101              Subject: [PATCH] Tie::StdHandle did not know about 3-arg open
58102              
58103              Subject: [PATCH] Tied filehandle documentation
58104              
58105              Subject: [PATCH] Modernize Opcode.pm documentation
58106              
58107              Make Data::Dumper (non-XS) to work with changed semantics of ref().
58108              Subject: Re: Undocumented(?) change to "ref" semantics in 5.7.0
58109              [applied even though said semantics didn't change in 5.6.x]
58110              
58111              Subject: [PATCH@7014] \G in non-/g is well-defined now ... right?
58112              
58113              Subject: Re: [ID 20000905.001] Assertion failed: file "toke.c", line 202 
58114              
58115              Fix the URL, but the server is still missing in action.
58116              Subject: [ID 20000905.002] perlfaq1.pod URL error
58117              
58118              Subject: [ID 20000903.001] \w in utf8-strings
58119              
58120              Fix the ccversion detection for 5.1 and beyond.
58121              Subject: [ID 20000907.007] Not OK: perl v5.7.0 +devel-7030 on alpha-dec_osf 4.0f
58122              
58123              Subject: [PATCH 5.7.0] perl5db.pl [Was: Re: Debugger question]
58124              
58125              Subject: [ID 20000904.008] Tiny fix for perldiag
58126              
58127              Subject: Re: [ID 20000906.004] segfault with bad perl statement
58128              
58129              Subject: Re: [ID 20000907.007] Not OK: perl v5.7.0 +devel-7030 on alpha-dec_osf 4.0f
58130              
58131              Subject: [ID 20000908.002] perlipc documentation bug.
58132              
58133              Subject: [PATCH lib/Benchmark.pm]
58134              
58135              Re-allow vec() for characters > 255.
58136              Subject: [PATCH] Re: [ID 20000907.005] Not OK: perl v5.7.0 +devel-7030 on alpha-dec_osf-perlio 4.0f (UNINSTALLED) 
58137              
58138              Do away with memory models cruft.  Sorry, PDP users.
58139              
58140              Continue #7041.
58141              
58142              Subject: [PATCH (or RFC): 5.7.0] make the ran_tests intermediate file 8.3 friendly
58143              
58144              Subject: [PATCH: 5.7.0] proper setting for isnan for DECC 5.3
58145              
58146              Upgrade to CPAN 1.57_65, from Andreas König.
58147              
58148              Upgrade to podlators-1.03 (Pod::Man 1.07 and Pod::Text 2.05),
58149              by Russ Allbery.
58150              
58151              Silence t/pod/*.t about alternate quote-mappings now implemented
58152              by Pod::Text, from Brad Appleton.
58153              
58154              Modern Borland C now seems to have anon unions for info.wProcessorArchitecture
58155              Subject: borland C++ win32.c tweak
58156              
58157              C<@a = @b = split(...)> optimization coredumps under ithreads
58158              (missed a spot when fixing up op_pmreplroot hack for ithreads)
58159              
58160              Document the SvUTF8*().
58161              
58162              Subject:  [PATCH] Perl 5.6.0, 5.7.0 ... vms/test.com to eliminate spurious NL's in test output
58163              
58164              Subject: RE: [Patch 5.7.0] Removing -ldb from the core build
58165              
58166              Do in VMS as the #7054 does.
58167              
58168              Subject: [patch] perlfunc.pod -- POSIX::sigpause should be POSIX::pause
58169              
58170              Subject: [ID 20000911.008] Not OK: perl v5.7.0 +DEVEL7048 on os2-64int-ld 2.30 (UNINSTALLED)
58171              
58172              Subject: [patch: perl@7045] vms updates
58173              
58174              Test for the #7049.
58175              Subject: Re: [PATCH] Re: [ID 20000910.001] Not OK: perl v5.7.0 +DEVEL7044 on    i686-linux 2.2.16-raid (UNINSTALLED)
58176              
58177              Break up the myconfig lines a bit.
58178              Subject: perlbug/perl -V output format
58179              
58180              Subject: [ID 20000911.011] misplaced typemap in perlxs.pod
58181              
58182              The #7054 truncated Configure badly.
58183              
58184              change#6327 didn't quite go all the way to enable USE_SOCKETS_AS_HANDLES
58185              initialization in all the threads on Windows
58186              
58187              Allow for whitespace between "#" and "line" in cpp output.
58188              Subject: [PATCH] Re: Problems compiling bleadperl on Unicos 9
58189              
58190              Remove vestiges of tr//CU.
58191              Subject: [ID 20000912.009] perlunicode.pod still mentions tr///CU
58192              
58193              The return value of setlocale must be copied away.
58194              Subject: [ID 20000913.001] Heap corruption in Perl_init_i18nl10n
58195              
58196              Allow chop() and chomp() to be overridden.
58197              Subject: [PATCH] Re: [ID 20000911.006] I can override glob but not chop?
58198              
58199              Hints optimization.
58200              Subject: Minor nit
58201              
58202              Subject: [PATCH] de-wall t/README
58203              
58204              Subject: Re: Two advertising clauses need to be removed
58205      Branch: maint-5.6/perl
58206           !> (integrate 75 files)
58207 ____________________________________________________________________________
58208 [  8152] By: gsar                                  on 2000/12/17  20:30:11
58209         Log: integrate changes#6945,6947,6949..6954,6956,6958,6959,6961,
58210              6964..6972,6977..6981..6984,6987,6988,6991,6994,6997,
58211              6999..7001,7003..7005,7007,7009,7011,7012 from mainline
58212              
58213              Don't attach -ld to the archname if pointless.
58214              
58215              Document UNTIE in a very minimalistic way.
58216              
58217              POSIX doesn't report long double values under -Duselongdouble
58218              when the long doubles are "real" (bigger than doubles).
58219              
58220              More author updates.
58221              
58222              Try to deduce NV_MAX.  Really should be Configure fodder.
58223              
58224              :: not allowed in pathnames, change to .
58225              Subject: [PATCH perl@6938] cygwin port
58226              
58227              Forget about NV_MAX (#6951).  Various floating point tweaks,
58228              ideas from Eric Fifer, Yitzchak, Alan, and Spider.
58229              
58230              Move the Solaris 7 scan to use64bitall, make the
58231              failure to find 64-bot sparc libc to mention the
58232              possibility of being in an intel, from Lupe and Alan.
58233              
58234              Regen perltoc.
58235              
58236              AUTHORS tweaks, from Peter Prymmer.
58237              
58238              More address tweaking.
58239              
58240              Small tweaks all over.
58241              
58242              File::Temp patches from Andreas König,
58243              
58244              Subject: [PATCH perl@6962] 2 more vms.c fix-ups and status
58245              
58246              Subject: CPAN.pm beta 1.57_57 for the core
58247              
58248              Part of the solution.
58249              Subject: Re: [ID 20000807.004] [PATCH] conditional breakpoints leak memory
58250              
58251              Subject: [PATCH@6961] Fix misleading example in perlretut.pod
58252              
58253              Subject: [PATCH lib/overload.pm] Sanaty checking of arguments to overload::constant
58254              
58255              Add the overload warnings to perldiag.
58256              
58257              Drop unused argument.
58258              Subject: Re: [ID 20000831.034] overload::constant and number of arguments. 
58259              
58260              Subject: Nit in Configure (bleadperl@6961)
58261              
58262              Update to PodParser 1.18, from Brad Appleton.
58263              
58264              Subject: [ID 20000901.017] [PATCH] Basic test failure in an untidy world       
58265              
58266              Subject: [PATCH: 6948] add SCNfldbl to configure.com
58267              
58268              Document UNTIE. Also tweak implementation to suppress the 'inner references'
58269              warning when UNTIE exists and instead pass the cound of extra references to
58270              the UNTIE method.
58271              
58272              Rename the PRIElfbl, PRIX64, etc, to be PRIEUfldbl, PRIXU64,
58273              so that case-ignoring systems like DCL can tell them from
58274              PRIefldbl and PRIx64.  Apply Merijn's ccversion patches.
58275              
58276              Subject: Re: [PATCH lib/overload.pm] Sanaty checking of arguments to overload::constant
58277              
58278              Feature ordering tweak.
58279              
58280              Regen perltoc.
58281              
58282              Subject: [PATCH] Fix vec() / utf8   (was Re: bitvec ops still broken with utf8 -- or not?)
58283              
58284              Subject: Re: [PATCH perl@6962] 2 more vms.c fix-ups and status
58285              
58286              Subject: http:// in L<>
58287              
58288              Detypo.
58289              
58290              change#6791 accidentally clobbered change#6710, put it back
58291              
58292              Only the first line, thank you very much.
58293              
58294              Subject: [PATCH: 6996] minimal removal of 8 bit chrs from perlebcdic.pod
58295              plus rework the http: spots as suggested by Tom Christiansen,
58296              plus regen perltoc.
58297              
58298              Undo part of change 6489 which looks like a bulk edit which
58299              changed _all_ gv_efullname3() calls to gv_efullname4() calls.
58300              The supressing of main:: on return from select() is undesirable.
58301              
58302              Apparently avoiding the swapping is too costly.
58303              
58304              Various Configure nits by Philip Newton,
58305              plus the ebcdic one by me.
58306              
58307              Make certain cc is set before trying to run it.
58308              
58309              If overloaded %{} etc. return the object do not loop.
58310              Thus  sub deref { $_[0] } functions if object is wanted type.
58311              
58312              Update perlhist.
58313              
58314              More %{} and other deref special casing - do not pass to 'nomethod'.
58315      Branch: maint-5.6/perl
58316           !> (integrate 59 files)
58317 ____________________________________________________________________________
58318 [  8151] By: gsar                                  on 2000/12/17  19:14:38
58319         Log: integrate changes#6903,6905..6907,6909,6911..6913,6915,6917,6918,
58320              6920..6926,6928..6930,6934..6937,6939,6940,6942..6944 from mainline
58321              
58322              Subject: [PATCH perl@6889] Chuck Lane's OpenVMS piping improvements
58323              
58324              Make the epsilon to be relative, not absolute.
58325              
58326              Put back the flags dump as reasoned in
58327              Subject: Re: [PATCH] Glob dumping
58328              
58329              Introduce ccname to keep track of what compiler kind of we have.
58330              
58331              Subject: Re: [ID 20000829.020] perl -e 'package; print __PACKAGE__' core dumps 
58332              
58333              Put back the slice accidentally removed by #6907.
58334              
58335              Reset archname and archname64 always, forcing them be
58336              recomputed at each Configure run, make Configure and
58337              the hints files agree on the naming of largefiles variables.
58338              
58339              Don't say "Perl 5.0 source kit".
58340              
58341              Subject: [PATCH] fix misc cast warnings
58342              
58343              Subject: typos in pods
58344              
58345              NVs not necessarily doubles, as pointed out by Yitzchak.
58346              
58347              Subject: [PATCH 6889] add a few ldbl formats to configure.com
58348              
58349              Subject: [ID 20000830.036] [DOC] chom?p %hash not documented
58350              
58351              Better options for rsync.
58352              
58353              Subject: [PATCH perl@6889] fix Storable on VMS by fixing my_fwrite()
58354              
58355              Subject: Re: not OK, 6919 on Alpha VMS V 7.1 w/ DECC 6.0-001
58356              
58357              Subject: [PATCH] Re: UNTIE method 
58358              
58359              A better fix for the Socket building problem from Craig Berry.
58360              
58361              Retract the dummy test, skip the security tests (instead of failing),
58362              explain what the warnings mean.
58363              
58364              Heap decorruption.
58365              Subject: [PATCH] Fix for miniperl coredump on Solaris with -Duselongdouble
58366              
58367              Update to Unicode 3.0.1.
58368              
58369              Missed one Unicode file.
58370              
58371              Subject: Re: typos in pods
58372              
58373              The #6929 was too skimpy.
58374              
58375              sscanf() may be the only way to read long doubles from strings.
58376              
58377              Reveal Borland's isnan.
58378              Subject: build with BC++ tweak
58379              
58380              Issue useful diagnostic on unknown pod commands.
58381              Subject: [PATCH lib/Pod/Man.pm] Re: [ID 20000830.048]
58382              
58383              Subject: [PATCH] Re: [ID 20000830.048] Not OK: perl v5.7.0 +DEVEL6938 on i686-linux 2.2.13
58384              
58385              Clarify the third case of ftmp-security warnings.
58386              
58387              Make -Dusemorebits find long doubles in Solaris.
58388              
58389              Wrap the test in eval.
58390      Branch: maint-5.6/perl
58391           +> lib/unicode/BidiMirr.txt lib/unicode/CaseFold.txt
58392           +> lib/unicode/PropList.txt lib/unicode/README.perl
58393           +> lib/unicode/UCD301.html lib/unicode/UCDFF301.html
58394           +> lib/unicode/Unicode.301 vms/vmspipe.com
58395            - lib/unicode/Props.txt lib/unicode/UCD300.html
58396            - lib/unicode/Unicode.300 lib/unicode/Unicode3.html
58397           !> (integrate 305 files)
58398 ____________________________________________________________________________
58399 [  8150] By: jhi                                   on 2000/12/17  18:47:57
58400         Log: Uncheckedin generated files.
58401      Branch: perl
58402            ! global.sym perlapi.c pod/perlapi.pod
58403 ____________________________________________________________________________
58404 [  8149] By: jhi                                   on 2000/12/17  18:41:22
58405         Log: Update Changes.
58406      Branch: perl
58407            ! Changes patchlevel.h
58408 ____________________________________________________________________________
58409 [  8148] By: jhi                                   on 2000/12/17  18:39:16
58410         Log: Subject: [PATCH] Fcntl constants speedup
58411              From: Nicholas Clark <nick@ccl4.org>
58412              Date: Sun, 17 Dec 2000 16:29:24 +0000
58413              Message-ID: <20001217162924.E97668@plum.flirble.org>
58414              
58415              Use IVs for the Fcntl constants instead of NVs.
58416      Branch: perl
58417            ! ext/Fcntl/Fcntl.pm ext/Fcntl/Fcntl.xs t/op/goto_xs.t
58418 ____________________________________________________________________________
58419 [  8147] By: jhi                                   on 2000/12/17  18:33:41
58420         Log: Add test for #8145 (binmode() warning), add warning for
58421              ioctl() and sockpair(), document them. (fileno() cannot
58422              be tripwired with the same kind of warning because
58423              'defined fileno($foo)' seems to be an idiom.)
58424      Branch: perl
58425            ! pod/perldiag.pod pp_sys.c t/pragma/warn/pp_sys
58426 ____________________________________________________________________________
58427 [  8146] By: gsar                                  on 2000/12/17  18:09:08
58428         Log: update Changes
58429      Branch: maint-5.6/perl
58430            ! Changes
58431 ____________________________________________________________________________
58432 [  8145] By: jhi                                   on 2000/12/17  17:39:35
58433         Log: Subject: [PATCH] Re: The long awaited feature ...
58434              From: Simon Cozens <simon@cozens.net>
58435              Date: Sun, 17 Dec 2000 12:31:56 +0000
58436              Message-ID: <20001217123156.A3891@deep-dark-truthful-mirror.perlhacker.org>
58437              
58438              Add a warning to binmode() about using bad filehandles
58439              (can happen e.g. if someone forgets the filehandle argument)
58440      Branch: perl
58441            ! pp_sys.c
58442 ____________________________________________________________________________
58443 [  8144] By: jhi                                   on 2000/12/17  17:33:48
58444         Log: Subject: [patch perl@8133] Typo in my Net::Ping doc patch :(
58445              From: Jonathan Stowe <gellyfish@gellyfish.com>
58446              Date: Sun, 17 Dec 2000 17:08:10 +0000 (GMT)
58447              Message-ID: <Pine.LNX.4.10.10012171700010.3834-100000@orpheus.gellyfish.com>
58448      Branch: perl
58449            ! lib/Net/Ping.pm
58450 ____________________________________________________________________________
58451 [  8143] By: jhi                                   on 2000/12/17  05:31:37
58452         Log: Polymorphic regexps.
58453              
58454              Fixes at least the bugs 20001028.003 (both of them...) and
58455              20001108.001.  The bugs 20001114.001 and 20001205.014 seem
58456              also to be fixed by now, probably already before this patch.
58457      Branch: perl
58458            ! embed.h embed.pl mg.c objXSUB.h pp_ctl.c pp_hot.c proto.h
58459            ! regcomp.c regcomp.h regcomp.sym regexec.c regnodes.h sv.c
58460            ! t/op/utf8decode.t t/pragma/utf8.t
58461 ____________________________________________________________________________
58462 [  8142] By: jhi                                   on 2000/12/16  17:16:05
58463         Log: Subject: [patch perl@8102] dos/djgpp update
58464              From: Laszlo Molnar <ml1050@freemail.hu>
58465              Date: Sat, 16 Dec 2000 01:40:52 +0100
58466              Message-ID: <20001216014052.A335@freemail.hu>
58467      Branch: perl
58468            ! djgpp/config.over t/base/commonsense.t
58469 ____________________________________________________________________________
58470 [  8141] By: jhi                                   on 2000/12/16  17:09:27
58471         Log: Few uncheckedin files.
58472      Branch: perl
58473            ! global.sym perlapi.c pod/perlapi.pod pod/perlintern.pod
58474 ____________________________________________________________________________
58475 [  8140] By: nick                                  on 2000/12/15  22:14:31
58476         Log: Integrate mainline
58477      Branch: perlio
58478           !> (integrate 53 files)
58479 ____________________________________________________________________________
58480 [  8139] By: jhi                                   on 2000/12/15  19:49:49
58481         Log: One more IVUV tweak from Nicholas Clark.
58482      Branch: perl
58483            ! sv.c
58484 ____________________________________________________________________________
58485 [  8138] By: jhi                                   on 2000/12/15  19:17:06
58486         Log: Return of the IVUV-preservation, now seems to be happy even
58487              in Digital UNIX (the broken strtoul brokenness detection
58488              seems to have been the fly in the ointment).
58489      Branch: perl
58490            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
58491            ! config_h.SH configure.com embed.h embed.pl epoc/config.sh
58492            ! objXSUB.h op.c perl.h pp.c pp_hot.c proto.h sv.c sv.h
58493            ! t/lib/peek.t t/op/cmp.t t/op/numconvert.t uconfig.h
58494            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
58495            ! vos/config.ga.h win32/config.bc win32/config.gc
58496            ! win32/config.vc
58497 ____________________________________________________________________________
58498 [  8137] By: jhi                                   on 2000/12/15  18:12:14
58499         Log: Metaconfig unit change for #8136.
58500      Branch: metaconfig
58501            ! U/modified/d_strtoul.U
58502      Branch: metaconfig/U/perl
58503            ! d_strtoull.U d_strtouq.U
58504 ____________________________________________________________________________
58505 [  8136] By: jhi                                   on 2000/12/15  18:11:35
58506         Log: I don't think it's sensible or portable to test the strtou*
58507              on /^-/ strings.
58508      Branch: perl
58509            ! Configure
58510 ____________________________________________________________________________
58511 [  8135] By: jhi                                   on 2000/12/15  17:18:49
58512         Log: Metaconfig unit change for #8134.
58513      Branch: metaconfig
58514            ! U/modified/d_strtoul.U
58515 ____________________________________________________________________________
58516 [  8134] By: jhi                                   on 2000/12/15  17:14:13
58517         Log: If longsize is 8 we don't need a LL suffix for integer constants.
58518      Branch: perl
58519            ! Configure config_h.SH
58520 ____________________________________________________________________________
58521 [  8133] By: jhi                                   on 2000/12/15  16:00:23
58522         Log: Update Changes.
58523      Branch: perl
58524            ! Changes patchlevel.h
58525 ____________________________________________________________________________
58526 [  8132] By: jhi                                   on 2000/12/15  15:44:16
58527         Log: Some compilers get huffy if you do not cast a const pointer
58528              to a non-const when assigning.
58529      Branch: perl
58530            ! gv.c
58531 ____________________________________________________________________________
58532 [  8131] By: jhi                                   on 2000/12/15  15:38:30
58533         Log: Subject: [PATCH 5.7.0] speeding up object creation/destruction 4x times
58534              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
58535              Date: Fri, 15 Dec 2000 05:26:57 -0500
58536              Message-ID: <20001215052657.A8319@math.mps.ohio-state.edu>
58537      Branch: perl
58538            ! embed.h embed.pl gv.c objXSUB.h perl.h proto.h sv.c
58539            ! t/pragma/overload.t
58540 ____________________________________________________________________________
58541 [  8130] By: jhi                                   on 2000/12/15  15:36:08
58542         Log: Subject: [PATCH 5.7.0] cosmetic change to overloading
58543              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
58544              Date: Thu, 14 Dec 2000 22:02:43 -0500
58545              Message-ID: <20001214220243.A18437@monk.mps.ohio-state.edu>
58546      Branch: perl
58547            ! gv.c perl.h
58548 ____________________________________________________________________________
58549 [  8129] By: jhi                                   on 2000/12/15  15:34:16
58550         Log: Subject: PATCH: h2xs nit
58551              From: Tim Jenness <t.jenness@jach.hawaii.edu>
58552              Date: Thu, 14 Dec 2000 18:25:46 -1000 (HST)
58553              Message-ID: <Pine.LNX.4.30.0012141820340.2533-100000@lapaki.jach.hawaii.edu>
58554              
58555              Add a template README.
58556      Branch: perl
58557            ! utils/h2xs.PL
58558 ____________________________________________________________________________
58559 [  8128] By: jhi                                   on 2000/12/15  15:32:22
58560         Log: Still buggy findgteprime, fix from Eric Joanis <joanis@cs.toronto.edu>.
58561      Branch: perl
58562            ! lib/Tie/SubstrHash.pm t/lib/tie-substrhash.t
58563 ____________________________________________________________________________
58564 [  8127] By: jhi                                   on 2000/12/15  15:19:34
58565         Log: Subject:  [PATCH Opcode.XS, Perl 5.6+] stuff for caller and _ in Safe::
58566              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
58567              Date:     Thu, 14 Dec 2000 20:04:42 EST
58568              Message-Id: <001214200310.49929@DUPHY4.Physics.Drexel.Edu>
58569      Branch: perl
58570            ! ext/Opcode/Opcode.xs
58571 ____________________________________________________________________________
58572 [  8126] By: jhi                                   on 2000/12/15  15:17:49
58573         Log: Subject: [PATCH: perl@8102] s/use vars qw\(/our(/ for OS/390 extension builds
58574              From: Peter Prymmer <pvhp@forte.com>
58575              Date: Thu, 14 Dec 2000 15:50:20 -0800 (PST)
58576              Message-ID: <Pine.OSF.4.10.10012141548200.57557-100000@aspara.forte.com>
58577      Branch: perl
58578            ! ext/Errno/Errno_pm.PL lib/ExtUtils/MM_Unix.pm
58579            ! lib/ExtUtils/Manifest.pm lib/File/Spec.pm
58580            ! lib/File/Spec/Functions.pm lib/File/Spec/Unix.pm
58581 ____________________________________________________________________________
58582 [  8125] By: jhi                                   on 2000/12/15  15:11:05
58583         Log: This seems to be a stage sane and stable enough to checkin.
58584              (it basically is 8102..8118+8122 but no 8120, 8121, 8123, 8124)
58585      Branch: perl
58586            ! MANIFEST embed.h embed.pl objXSUB.h op.c perl.h perlapi.c
58587            ! pod/perlapi.pod pp.c pp_hot.c proto.h sv.c sv.h t/lib/peek.t
58588            ! t/op/cmp.t t/op/numconvert.t
58589 ____________________________________________________________________________
58590 [  8124] By: jhi                                   on 2000/12/15  04:20:26
58591         Log: Something is really wonky.
58592      Branch: perl
58593            ! sv.c
58594 ____________________________________________________________________________
58595 [  8123] By: jhi                                   on 2000/12/15  04:00:50
58596         Log: Fixes for the IV UV patches to compile in Digital UNIX.
58597      Branch: perl
58598            ! sv.c
58599 ____________________________________________________________________________
58600 [  8122] By: jhi                                   on 2000/12/15  02:53:40
58601         Log: Subject: Re: [ID 20001214.011] Unreachable value in a search list logical name
58602              From: "Craig A. Berry" <craigberry@mac.com>
58603              Date: Thu, 14 Dec 2000 19:10:49 -0600
58604              Message-Id: <p04330100b65efbe32f30@[172.16.52.1]>
58605      Branch: perl
58606            ! vms/vms.c
58607 ____________________________________________________________________________
58608 [  8121] By: jhi                                   on 2000/12/15  02:50:00
58609         Log: Metaconfig changes for #8120.
58610      Branch: metaconfig
58611            + U/modified/d_strtoul.U
58612      Branch: metaconfig/U/perl
58613            ! d_strtoull.U d_strtouq.U
58614 ____________________________________________________________________________
58615 [  8120] By: jhi                                   on 2000/12/15  02:49:42
58616         Log: From: Nicholas Clark <nick@ccl4.org> 
58617              Subject: [PATCH] strtoq, strtou(q|ll|l) testing (was [PATCH] faster and 64 bit  preserving arithmetic)
58618              Date: Thu, 14 Dec 2000 18:38:57 +0000
58619              Message-ID: <20001214183857.B97909@plum.flirble.org>
58620      Branch: perl
58621            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
58622            ! config_h.SH configure.com epoc/config.sh perl.h sv.c uconfig.h
58623            ! uconfig.sh vos/config.alpha.def vos/config.alpha.h
58624            ! vos/config.ga.def vos/config.ga.h win32/config.bc
58625            ! win32/config.gc win32/config.vc
58626 ____________________________________________________________________________
58627 [  8119] By: jhi                                   on 2000/12/14  23:40:58
58628         Log: Subject: [PATCH] faster and 64 bit preserving arithmetic
58629              From: Nicholas Clark <nick@ccl4.org>
58630              Date: Wed, 13 Dec 2000 20:08:50 +0000
58631              Message-ID: <20001213200849.B71166@plum.flirble.org>
58632      Branch: perl
58633            ! embed.h embed.pl objXSUB.h op.c perl.h pp.c pp_hot.c proto.h
58634            ! sv.c sv.h t/lib/peek.t t/op/cmp.t t/op/numconvert.t
58635 ____________________________________________________________________________
58636 [  8118] By: jhi                                   on 2000/12/14  22:46:26
58637         Log: Integrate perlio.
58638      Branch: perl
58639           !> MANIFEST ext/Encode/compile makedef.pl
58640 ____________________________________________________________________________
58641 [  8117] By: nick                                  on 2000/12/14  22:38:53
58642         Log: Win32 tweaks to get Encode to build
58643              - temp hack to makedef.pl till PerlIO is properly "exported".
58644              - MSVC dislikes  
58645              static encpage_t foo[];
58646              so make 'em extern for now.
58647      Branch: perlio
58648            ! ext/Encode/compile makedef.pl
58649 ____________________________________________________________________________
58650 [  8116] By: nick                                  on 2000/12/14  22:00:53
58651         Log: Document the new files
58652      Branch: perlio
58653            ! MANIFEST
58654 ____________________________________________________________________________
58655 [  8115] By: jhi                                   on 2000/12/14  21:58:01
58656         Log: MANIFEST new files of #8114.
58657      Branch: perl
58658            ! MANIFEST
58659 ____________________________________________________________________________
58660 [  8114] By: jhi                                   on 2000/12/14  21:50:49
58661         Log: Integrate perlio.
58662      Branch: perl
58663           +> ext/Encode/compile ext/Encode/encengine.c ext/Encode/encode.h
58664           !> ext/Encode/Encode.pm ext/Encode/Encode.xs
58665           !> ext/Encode/Encode/ascii.enc ext/Encode/Encode/cp1047.enc
58666           !> ext/Encode/Encode/cp37.enc ext/Encode/Encode/posix-bc.enc
58667           !> ext/Encode/Makefile.PL
58668 ____________________________________________________________________________
58669 [  8113] By: jhi                                   on 2000/12/14  21:48:49
58670         Log: The documentation part of the
58671              
58672              Subject: [ID 20001214.002] Net::Ping patch
58673              From: Jonathan Stowe <gellyfish@gellyfish.com>
58674              Date: Thu, 14 Dec 2000 08:28:14 +0000 (GMT)
58675              Message-Id: <Pine.LNX.4.10.10012140805480.19767-200000@orpheus.gellyfish.com>
58676              since the #7529 had already addressed the same problem.
58677      Branch: perl
58678            ! lib/Net/Ping.pm
58679 ____________________________________________________________________________
58680 [  8112] By: jhi                                   on 2000/12/14  21:42:57
58681         Log: Subject: [PATCH] Re: [ID 20001013.006] XS subs are not define()ed
58682              From: Dominic Dunlop <domo@computer.org>
58683              Date: Tue, 12 Dec 2000 10:47:10 +0100
58684              Message-Id: <p04320402b65ba33a92b2@[192.168.1.4]>
58685              
58686              Document how elusive subroutines can be.
58687      Branch: perl
58688            ! pod/perlfunc.pod
58689 ____________________________________________________________________________
58690 [  8111] By: jhi                                   on 2000/12/14  21:38:05
58691         Log: Subject: [ID 20001214.003] [PATCH bleadperl] POSIX::tmpnam() is dangerous
58692              From: Dominic Dunlop <domo@computer.org>
58693              Date: Thu, 14 Dec 2000 10:13:51 +0100
58694              Message-Id: <p04320407b65e3f4853aa@[192.168.1.4]>
58695      Branch: perl
58696            ! ext/POSIX/POSIX.pod
58697 ____________________________________________________________________________
58698 [  8110] By: jhi                                   on 2000/12/14  21:36:32
58699         Log: Subject: [patch] perlfaq7
58700              From: "Gerrit P. Haase" <gerrit.haase@t-online.de>
58701              Date: Thu, 14 Dec 2000 15:31:07 +0100
58702              Message-ID: <3A38E7BB.13178.11C40A8@localhost>
58703      Branch: perl
58704            ! pod/perlfaq7.pod
58705 ____________________________________________________________________________
58706 [  8109] By: jhi                                   on 2000/12/14  21:29:20
58707         Log: Subject: [8104] Encode
58708              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
58709              Date: Thu, 14 Dec 2000 14:49:34 +0100
58710              Message-Id: <20001214142101.B338.H.M.BRAND@hccnet.nl>
58711              
58712              Type casting for nervous compilers.
58713      Branch: perl
58714            ! ext/Encode/Encode.xs
58715 ____________________________________________________________________________
58716 [  8108] By: jhi                                   on 2000/12/14  21:26:17
58717         Log: Subject: [8104] DB_File
58718              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
58719              Date: Thu, 14 Dec 2000 14:49:35 +0100
58720              Message-Id: <20001214144439.B33A.H.M.BRAND@hccnet.nl>
58721              
58722              Type definition incorrect for DB 2.7.7.  Not known when it
58723              changed, so only changed it for a known revision.
58724      Branch: perl
58725            ! ext/DB_File/DB_File.xs
58726 ____________________________________________________________________________
58727 [  8107] By: jhi                                   on 2000/12/14  21:23:41
58728         Log: Subject: [PATCH: perl@8102] Re: Encode/cp1047.enc etc.
58729              From: Peter Prymmer <pvhp@forte.com>
58730              Date: Thu, 14 Dec 2000 11:11:50 -0800 (PST)
58731              Message-ID: <Pine.OSF.4.10.10012141057330.57557-100000@aspara.forte.com>
58732              
58733              Use '?' (0x6F in EBCDIC) for the illegal codepoint.
58734      Branch: perl
58735            ! ext/Encode/Encode/cp1047.enc ext/Encode/Encode/cp37.enc
58736            ! ext/Encode/Encode/posix-bc.enc
58737 ____________________________________________________________________________
58738 [  8106] By: nick                                  on 2000/12/14  20:36:13
58739         Log: "Cold" build correction to Encode's Makefile.PL
58740      Branch: perlio
58741            ! ext/Encode/Makefile.PL
58742 ____________________________________________________________________________
58743 [  8105] By: nick                                  on 2000/12/14  20:09:37
58744         Log: "Compiled" encodings.
58745              Correct replacement character in EBCDIC .enc files
58746              Add 0x7F to ASCII repertoire.
58747      Branch: perlio
58748            ! ext/Encode/Encode.pm ext/Encode/Encode.xs
58749            ! ext/Encode/Encode/ascii.enc ext/Encode/Encode/cp1047.enc
58750            ! ext/Encode/Encode/cp37.enc ext/Encode/Encode/posix-bc.enc
58751            ! ext/Encode/Makefile.PL ext/Encode/compile
58752            ! ext/Encode/encengine.c ext/Encode/encode.h
58753 ____________________________________________________________________________
58754 [  8104] By: nick                                  on 2000/12/14  00:38:20
58755         Log: Integrate mainline
58756      Branch: perlio
58757           !> Changes Configure doio.c embed.h embed.pl ext/DB_File/Changes
58758           !> ext/DB_File/DB_File.pm ext/DB_File/DB_File.xs
58759           !> ext/DB_File/dbinfo ext/DB_File/typemap ext/DB_File/version.c
58760           !> hints/hpux.sh lib/Cwd.pm objXSUB.h patchlevel.h perlapi.c
58761           !> pod/perlapi.pod pp_hot.c proto.h t/lib/db-btree.t
58762           !> t/lib/db-hash.t t/lib/db-recno.t
58763 ____________________________________________________________________________
58764 [  8103] By: nick                                  on 2000/12/13  23:16:13
58765         Log: Beginings of compiled encodings - checked in as a snapshot of thoughts
58766              so far and so it does not get lost.
58767      Branch: perlio
58768            + ext/Encode/compile ext/Encode/encengine.c ext/Encode/encode.h
58769 ____________________________________________________________________________
58770 [  8102] By: jhi                                   on 2000/12/13  17:14:22
58771         Log: Update Changes.
58772      Branch: perl
58773            ! Changes patchlevel.h
58774 ____________________________________________________________________________
58775 [  8101] By: jhi                                   on 2000/12/13  16:53:41
58776         Log: Move the proto of start_glob() to a better place; regen api files.
58777      Branch: perl
58778            ! embed.h embed.pl objXSUB.h perlapi.c pod/perlapi.pod proto.h
58779 ____________________________________________________________________________
58780 [  8100] By: jhi                                   on 2000/12/13  16:47:11
58781         Log: Metaconfig change for #8099.
58782      Branch: metaconfig
58783            ! U/modified/Head.U
58784 ____________________________________________________________________________
58785 [  8099] By: jhi                                   on 2000/12/13  16:46:48
58786         Log: Subject: Re: [ID 20000328.039] [PATCH] Eliminate Configure use of /tmp
58787              From: Andy Dougherty <doughera@lafayette.edu>
58788              Date: Wed, 13 Dec 2000 10:36:09 -0500 (EST)
58789              Message-ID: <Pine.SOL.4.10.10012131031230.2017-100000@maxwell.phys.lafayette.edu>
58790      Branch: perl
58791            ! Configure
58792 ____________________________________________________________________________
58793 [  8098] By: jhi                                   on 2000/12/13  16:39:02
58794         Log: Subject: [20000615.005] [PATCH] Cwd::fastgetcwd broken (or mis-named?) on Unix  
58795              From: rspier@pobox.com (Robert Spier)
58796              Date: Tue, 12 Dec 2000 21:12:39 -0500
58797              Message-ID: <14902.56087.678086.725773@rls.cx>
58798              
58799              fastgetcwd is defined using a glob alias on a $^O dependent basis -
58800              and there was no default assignment or perl subroutine.
58801      Branch: perl
58802            ! lib/Cwd.pm
58803 ____________________________________________________________________________
58804 [  8097] By: jhi                                   on 2000/12/13  16:16:01
58805         Log: Subject: [PATCH] move startglob out of pp_hot.c
58806              From: Nicholas Clark <nick@ccl4.org>
58807              Date: Mon, 11 Dec 2000 23:16:39 +0000
58808              Message-ID: <20001211231638.A55550@plum.flirble.org>
58809      Branch: perl
58810            ! doio.c embed.h embed.pl objXSUB.h pp_hot.c proto.h
58811 ____________________________________________________________________________
58812 [  8096] By: jhi                                   on 2000/12/13  15:26:23
58813         Log: Subject: [8095] HP-UX 11.00 / cc / 64bitint & 64bitall / perlio 
58814              From: "H.Merijn Brand" <h.m.brand@hccnet.nl> 
58815              Date: Wed, 13 Dec 2000 14:01:37 +0100
58816              Message-Id: <20001213135318.621A.H.M.BRAND@hccnet.nl>
58817              
58818              perl/64/HP-UX wants libdb-3.0 to be shared ELF 64 bit which
58819              in turn requires libpthread in libswanted.
58820      Branch: perl
58821            ! hints/hpux.sh
58822 ____________________________________________________________________________
58823 [  8095] By: jhi                                   on 2000/12/12  19:51:05
58824         Log: The integration wars continue.
58825      Branch: perl
58826           !> sv.c
58827 ____________________________________________________________________________
58828 [  8094] By: jhi                                   on 2000/12/12  19:48:26
58829         Log: Subject: [PATCH perl@8070] DB_File-1.74  
58830              From: "Paul Marquess" <paul_marquess@yahoo.co.uk> 
58831              Date: Mon, 11 Dec 2000 23:07:17 -0000
58832              Message-ID: <000001c063c7$1b9d28a0$a20a140a@bfs.phone.com> 
58833      Branch: perl
58834            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
58835            ! ext/DB_File/DB_File.xs ext/DB_File/dbinfo ext/DB_File/typemap
58836            ! ext/DB_File/version.c t/lib/db-btree.t t/lib/db-hash.t
58837            ! t/lib/db-recno.t
58838 ____________________________________________________________________________
58839 [  8093] By: nick                                  on 2000/12/12  19:42:13
58840         Log: Integrate/merge mainline with further efficiency tweak to sv.c's utf8 stuff.
58841      Branch: perlio
58842            ! sv.c
58843           !> lib/File/DosGlob.pm
58844 ____________________________________________________________________________
58845 [  8092] By: jhi                                   on 2000/12/12  19:28:11
58846         Log: Integrate perlio.
58847      Branch: perl
58848           !> sv.c
58849 ____________________________________________________________________________
58850 [  8091] By: nick                                  on 2000/12/12  18:49:45
58851         Log: Fix for Tk, and upgrading shared SVs.
58852      Branch: perlio
58853            ! sv.c
58854 ____________________________________________________________________________
58855 [  8090] By: jhi                                   on 2000/12/12  16:48:59
58856         Log: Subject: [PATCH] Re: Breadperl & Tk
58857              From: Nick Ing-Simmons <nik@tiuk.ti.com>
58858              Date: Tue, 12 Dec 2000 14:48:27 GMT
58859              Message-Id: <200012121448.OAA11516@mikado.tiuk.ti.com> 
58860      Branch: perl
58861            ! sv.c
58862 ____________________________________________________________________________
58863 [  8089] By: jhi                                   on 2000/12/12  03:37:19
58864         Log: Subject: DosGlob.pm diff for bash style brace expansion.
58865              From: "Mestnik, Mike" <MMestnik@rustconsulting.com>
58866              Date: Fri, 8 Dec 2000 10:45:30 -0600
58867              Message-ID: <B50C47897E98D3118130009027D3971920F278@EXCHANGE_M1>
58868      Branch: perl
58869            ! lib/File/DosGlob.pm
58870 ____________________________________________________________________________
58871 [  8088] By: nick                                  on 2000/12/11  23:59:59
58872         Log: Integrate mainline
58873      Branch: perlio
58874           !> ext/B/B.pm ext/B/B/Deparse.pm installperl lib/CGI.pm
58875           !> lib/ExtUtils/Liblist.pm lib/ExtUtils/MM_Unix.pm
58876           !> lib/ExtUtils/MakeMaker.pm lib/File/DosGlob.pm pod/perldiag.pod
58877           !> pod/perlop.pod pp.c pp_hot.c scope.c t/io/utf8.t t/lib/b.t
58878           !> t/op/local.t t/pragma/warn/toke toke.c
58879 ____________________________________________________________________________
58880 [  8087] By: jhi                                   on 2000/12/11  23:20:23
58881         Log: Integrate perlio.
58882      Branch: perl
58883           !> ext/Encode/Encode.xs perlio.c perlio.h perliol.h
58884 ____________________________________________________________________________
58885 [  8086] By: jhi                                   on 2000/12/11  22:50:59
58886         Log: Tune further the OS detection of CGI.
58887      Branch: perl
58888            ! lib/CGI.pm
58889 ____________________________________________________________________________
58890 [  8085] By: nick                                  on 2000/12/11  22:50:46
58891         Log: Finish 1st pass of "encoding" layer e.g. :
58892              open($fh,"<encoding(iso8859-7)",$greek) || die;
58893      Branch: perlio
58894            ! ext/Encode/Encode.xs perlio.c perliol.h
58895 ____________________________________________________________________________
58896 [  8084] By: jhi                                   on 2000/12/11  22:32:06
58897         Log: Revert the -f ambiguousity patch, seems to cause
58898              too much hassle (the interpret -Q as a function
58899              where Q is not a known filetest part is left in).
58900      Branch: perl
58901            ! lib/ExtUtils/Liblist.pm pod/perldiag.pod t/pragma/warn/toke
58902            ! toke.c
58903 ____________________________________________________________________________
58904 [  8083] By: jhi                                   on 2000/12/11  22:27:23
58905         Log: (accidentally empty check-in)
58906      Branch: perl
58907            ! lib/File/DosGlob.pm
58908 ____________________________________________________________________________
58909 [  8082] By: nick                                  on 2000/12/11  19:09:51
58910         Log: Restore mmap function (broken by tweaks to shared buffer
58911              layer for encode(xxxx)).
58912      Branch: perlio
58913            ! perlio.c
58914 ____________________________________________________________________________
58915 [  8081] By: jhi                                   on 2000/12/11  18:29:13
58916         Log: Subject: Re: The long awaited feature ...
58917              From: Simon Cozens <simon@cozens.net>
58918              Date: Mon, 11 Dec 2000 15:54:24 +0000
58919              Message-ID: <20001211155424.A17680@deep-dark-truthful-mirror.perlhacker.org>
58920              
58921              More io/utf8 tests.
58922      Branch: perl
58923            ! t/io/utf8.t
58924 ____________________________________________________________________________
58925 [  8080] By: jhi                                   on 2000/12/11  18:19:36
58926         Log: Subject: PATCH MakeMaker manpage clarification
58927              From: andreas.koenig@anima.de (Andreas J. Koenig)
58928              Date: 10 Dec 2000 20:46:13 +0100
58929              Message-ID: <m3aea4kqka.fsf@ak-71.mind.de>
58930      Branch: perl
58931            ! lib/ExtUtils/MakeMaker.pm
58932 ____________________________________________________________________________
58933 [  8079] By: jhi                                   on 2000/12/11  15:35:07
58934         Log: Subject: Re: [ID 20001204.007] -MO=Deparse -we '{234;}' failing
58935              From: Simon Cozens <simon@cozens.net>
58936              Date: Sun, 10 Dec 2000 19:06:19 +0000
58937              Message-ID: <20001210190619.B21402@deep-dark-truthful-mirror.perlhacker.org>
58938      Branch: perl
58939            ! ext/B/B/Deparse.pm t/lib/b.t
58940 ____________________________________________________________________________
58941 [  8078] By: jhi                                   on 2000/12/11  15:09:11
58942         Log: Subject: [PATCH] docs on NaN
58943              From: Nicholas Clark <nick@ccl4.org>
58944              Date: Mon, 11 Dec 2000 01:48:38 +0000
58945              Message-ID: <20001211014838.B99205@plum.flirble.org>
58946      Branch: perl
58947            ! pod/perlop.pod
58948 ____________________________________________________________________________
58949 [  8077] By: jhi                                   on 2000/12/11  15:02:21
58950         Log: Subject: [PATCH] Re: [Fwd: BUG 20001205.022] Local on Hash elements
58951              From: Simon Cozens <simon@cozens.net>
58952              Date: Mon, 11 Dec 2000 01:21:45 +0000
58953              Message-ID: <20001211012144.A23467@deep-dark-truthful-mirror.perlhacker.org>
58954      Branch: perl
58955            ! pp.c pp_hot.c scope.c t/op/local.t
58956 ____________________________________________________________________________
58957 [  8076] By: nick                                  on 2000/12/10  20:43:32
58958         Log: Not merge worthy...
58959              Allow arg to layers e.g. open($fh,"<:encode(iso8859-15)",$name)
58960              syntax is modelled on attributes.
58961              Untested fix for io/utf8 on Win32 etc.
58962              Very clumsy start to the encode layer.
58963      Branch: perlio
58964            ! ext/Encode/Encode.xs perlio.c perlio.h perliol.h
58965 ____________________________________________________________________________
58966 [  8075] By: jhi                                   on 2000/12/10  18:39:33
58967         Log: Darwin is not Windows.
58968      Branch: perl
58969            ! lib/CGI.pm
58970 ____________________________________________________________________________
58971 [  8074] By: jhi                                   on 2000/12/10  18:31:27
58972         Log: Subject: Ambiguous -%c() resolved as a file test
58973              From: "Paul Marquess" <Paul.Marquess@openwave.com>
58974              Date: Sun, 10 Dec 2000 15:35:07 -0000
58975              Message-ID: <002601c062be$c5f749c0$a20a140a@bfs.phone.com>
58976      Branch: perl
58977            ! lib/ExtUtils/Liblist.pm lib/ExtUtils/MM_Unix.pm
58978 ____________________________________________________________________________
58979 [  8073] By: jhi                                   on 2000/12/10  18:16:29
58980         Log: Subject: PATCH installperl misinformed 
58981              From: andreas.koenig@anima.de (Andreas J. Koenig)
58982              Date: 10 Dec 2000 13:01:32 +0100 
58983              Message-ID: <m3r93glc2r.fsf@ak-71.mind.de>
58984      Branch: perl
58985            ! installperl
58986 ____________________________________________________________________________
58987 [  8072] By: jhi                                   on 2000/12/10  18:07:55
58988         Log: The walkoptree confusion rages; walkoptree() seems to be coming
58989              from B.xs, while walkoptree_slow() comes from B.pm.
58990      Branch: perl
58991            ! ext/B/B.pm
58992 ____________________________________________________________________________
58993 [  8071] By: nick                                  on 2000/12/10  11:45:47
58994         Log: Integrate mainline
58995      Branch: perlio
58996           +> t/base/commonsense.t
58997           !> (integrate 37 files)
58998 ____________________________________________________________________________
58999 [  8070] By: jhi                                   on 2000/12/10  04:46:21
59000         Log: Update Changes.
59001      Branch: perl
59002            ! Changes patchlevel.h
59003 ____________________________________________________________________________
59004 [  8069] By: jhi                                   on 2000/12/10  04:39:19
59005         Log: Subject: Re: PATCH: Let Test::Harness bail out early (Was: Testing module dependencies)
59006              From: andreas.koenig@anima.de (Andreas J. Koenig)
59007              Date: 09 Dec 2000 17:14:25 +0100
59008              Message-ID: <m3wvd9o9lq.fsf@ak-71.mind.de>
59009      Branch: perl
59010            + t/base/commonsense.t
59011            ! MANIFEST lib/Test/Harness.pm t/TEST t/UTEST
59012 ____________________________________________________________________________
59013 [  8068] By: jhi                                   on 2000/12/10  04:17:36
59014         Log: Subject: [PATCH 5.7.0@8047] RE: [ID 20001013.009] DB_File issues warning when setting element to    undef
59015              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
59016              Date: Sat, 9 Dec 2000 16:47:22 -0000
59017              Message-ID: <002001c061ff$b3aba820$a20a140a@bfs.phone.com>
59018      Branch: perl
59019            ! ext/DB_File/typemap ext/GDBM_File/GDBM_File.pm
59020            ! ext/GDBM_File/typemap ext/NDBM_File/NDBM_File.pm
59021            ! ext/NDBM_File/typemap ext/ODBM_File/ODBM_File.pm
59022            ! ext/ODBM_File/typemap ext/SDBM_File/SDBM_File.pm
59023            ! ext/SDBM_File/typemap t/lib/db-btree.t t/lib/db-hash.t
59024            ! t/lib/db-recno.t t/lib/gdbm.t t/lib/ndbm.t t/lib/odbm.t
59025            ! t/lib/sdbm.t
59026 ____________________________________________________________________________
59027 [  8067] By: jhi                                   on 2000/12/10  03:52:02
59028         Log: Test case for #8066.
59029      Branch: perl
59030            ! t/op/misc.t
59031 ____________________________________________________________________________
59032 [  8066] By: jhi                                   on 2000/12/10  03:50:30
59033         Log: Subject: [PATCH] Re: [ID 20001202.002] [BUG all] 'die qr{pattern}' does not check termination
59034              From: Simon Cozens <simon@cozens.net>
59035              Date: Sun, 10 Dec 2000 00:55:37 +0000
59036              Message-ID: <20001210005537.B16221@deep-dark-truthful-mirror.perlhacker.org>
59037      Branch: perl
59038            ! pp_sys.c
59039 ____________________________________________________________________________
59040 [  8065] By: jhi                                   on 2000/12/10  03:44:52
59041         Log: Test case for #8064.
59042      Branch: perl
59043            ! t/comp/proto.t
59044 ____________________________________________________________________________
59045 [  8064] By: jhi                                   on 2000/12/10  03:42:32
59046         Log: Subject: Re: prototype of substr
59047              From: Simon Cozens <simon@cozens.net>
59048              Date: Sun, 10 Dec 2000 00:13:33 +0000
59049              Message-ID: <20001210001333.A16221@deep-dark-truthful-mirror.perlhacker.org>
59050              
59051              Make CORE::substr to be '$$;$$' instead of '$$;$;$'.
59052              In other words, make the returned prototypes for any function
59053              stop prepending the ';' optionality marker after the first one.
59054              If they start getting optional, all the rest are optional.
59055      Branch: perl
59056            ! pp.c
59057 ____________________________________________________________________________
59058 [  8063] By: jhi                                   on 2000/12/10  03:39:42
59059         Log: Subject: [PATCH] perlguts.pod
59060              From: Simon Cozens <simon@cozens.net>
59061              Date: Sun, 10 Dec 2000 00:06:47 +0000
59062              Message-ID: <20001210000647.A16203@deep-dark-truthful-mirror.perlhacker.org>
59063              
59064              Documentation of the different types of ops,
59065              plus the functions in dump.c
59066      Branch: perl
59067            ! pod/perlguts.pod
59068 ____________________________________________________________________________
59069 [  8062] By: jhi                                   on 2000/12/10  03:30:04
59070         Log: Subject: [ID 20001209.006] Not OK: perl v5.7.0 +DEVEL7978 on armv4l-linux-64int 2.2.17-rmk1 (UNINSTALLED)
59071              From: Nicholas Clark <nick@talking.bollo.cx>
59072              Date: Sat, 09 Dec 2000 18:57:25 +0000
59073              Message-Id: <E144pBV-0002Nv-00@Bagpuss.unfortu.net>
59074              
59075              Be more robust in weird hostname setups.
59076      Branch: perl
59077            ! t/lib/net-hostent.t
59078 ____________________________________________________________________________
59079 [  8061] By: jhi                                   on 2000/12/10  03:28:21
59080         Log: Pacify fussy compiler. 
59081      Branch: perl
59082            ! pp_sys.c
59083 ____________________________________________________________________________
59084 [  8060] By: jhi                                   on 2000/12/10  02:52:46
59085         Log: Integrate perlio.
59086      Branch: perl
59087           !> pp_sys.c t/io/utf8.t
59088 ____________________________________________________________________________
59089 [  8059] By: nick                                  on 2000/12/09  23:40:14
59090         Log: read/sysread/recv should now be utf8 aware.
59091              Basic test for utf8 read.
59092      Branch: perlio
59093            ! pp_sys.c t/io/utf8.t
59094 ____________________________________________________________________________
59095 [  8058] By: jhi                                   on 2000/12/09  21:56:02
59096         Log: Integrate perlio.
59097      Branch: perl
59098           +> t/io/utf8.t
59099           !> MANIFEST doio.c perlio.c pp_sys.c sv.c t/comp/require.t toke.c
59100 ____________________________________________________________________________
59101 [  8057] By: jhi                                   on 2000/12/09  21:53:35
59102         Log: Subject: Re: Additional patch for UTF8-keys (Re: perl@8016)
59103              From: Inaba Hiroto <inaba@st.rim.or.jp>
59104              Date: Sun, 10 Dec 2000 05:53:21 +0900
59105              Message-ID: <3A329BC0.15E8BFF9@st.rim.or.jp>
59106              
59107              Tests for #8056.
59108      Branch: perl
59109            ! t/op/each.t
59110 ____________________________________________________________________________
59111 [  8056] By: jhi                                   on 2000/12/09  21:51:16
59112         Log: Subject: Additional patch for UTF8-keys (Re: perl@8016)
59113              From: Inaba Hiroto <inaba@st.rim.or.jp>
59114              Date: Sat, 09 Dec 2000 18:02:00 +0900
59115              Message-ID: <3A31F508.34F4BB23@st.rim.or.jp>
59116              
59117              exists() didn't work for UTF-8 keys, and neither did shared hash keys.
59118      Branch: perl
59119            ! embed.h embed.pl hv.c objXSUB.h op.c proto.h sv.c
59120 ____________________________________________________________________________
59121 [  8055] By: nick                                  on 2000/12/09  20:11:48
59122         Log: Make write() (i.e. formats) utf8-aware by calling do_print() rather
59123              than raw PerlIO_write() - does not seem to break any tests.
59124      Branch: perlio
59125            ! pp_sys.c
59126 ____________________________________________________________________________
59127 [  8054] By: nick                                  on 2000/12/09  19:47:30
59128         Log: Make print, syswrite, send, readline, getc honour utf8-ness of PerlIO.
59129              (sysread, recv and write i.e. formats still to do...)
59130              Allow :utf8 or :bytes in PerlIO_apply_layers() so that
59131              open($fh,">:utf8","name")
59132              etc. work. - "applying" those just sets/clears the UTF8 bit of the top layer,
59133              so no extra overhead is involved.
59134              Tweak t/comp/require.t to add a 'use bytes' to permit its dubious writing of BOM
59135              to a non-utf8 stream.
59136              Add initial io/utf8.t
59137              Fix SvPVutf8() - sv_2pv() was not expecting to be called with something
59138              that was already SvPOK() - (we just fossiked with SvUTF8 bit). Fix that
59139              and also just use the SvPV macro in sv_2pvutf8() to avoid the issue/overhead.
59140      Branch: perlio
59141            + t/io/utf8.t
59142            ! MANIFEST doio.c perlio.c pp_sys.c sv.c t/comp/require.t
59143 ____________________________________________________________________________
59144 [  8053] By: nick                                  on 2000/12/09  19:26:37
59145         Log: Did not get that has_utf8/this_utf8 fix right last time, another spot
59146              was only testing this_utf8.
59147      Branch: perlio
59148            ! toke.c
59149 ____________________________________________________________________________
59150 [  8052] By: nick                                  on 2000/12/09  19:09:41
59151         Log: Typo/thinko in S_scan_const() - seeing high bit sets has_utf8 not this_utf8
59152              i.e. the output string has one, but don't mess with source assumption.
59153      Branch: perlio
59154            ! toke.c
59155 ____________________________________________________________________________
59156 [  8051] By: jhi                                   on 2000/12/09  16:55:17
59157         Log: Integrate perlio.
59158      Branch: perl
59159           !> MANIFEST embedvar.h intrpvar.h mg.c perl.c perlapi.h pp_hot.c
59160           !> sv.c thrdvar.h util.c
59161 ____________________________________________________________________________
59162 [  8050] By: jhi                                   on 2000/12/09  16:48:07
59163         Log: Nits noticed by Peter Prymmer.
59164      Branch: perl
59165            ! lib/ExtUtils/MM_VMS.pm
59166 ____________________________________________________________________________
59167 [  8049] By: nick                                  on 2000/12/09  13:49:40
59168         Log: UTF8 output prework.
59169              - Store $\ and $, as SVs so they can have SvUTF8 flag
59170              - use do_print() rather than raw PerlIO_write() to print them.
59171      Branch: perlio
59172            ! embedvar.h intrpvar.h mg.c perl.c perlapi.h pp_hot.c sv.c
59173            ! thrdvar.h util.c
59174 ____________________________________________________________________________
59175 [  8048] By: nick                                  on 2000/12/09  12:30:43
59176         Log: Integrate mainline.
59177      Branch: perlio
59178           +> ext/Encode/Encode/iso8859-16.enc ext/POSIX/hints/svr4.pl
59179           +> t/op/reverse.t
59180           !> Changes MANIFEST doop.c ext/POSIX/Makefile.PL hints/svr4.sh
59181           !> lib/ExtUtils/MM_OS2.pm lib/ExtUtils/MM_Unix.pm
59182           !> lib/ExtUtils/MM_VMS.pm lib/ExtUtils/Manifest.pm patchlevel.h
59183           !> pod/perlapi.pod pod/perlfunc.pod pod/perlintern.pod pp.h
59184           !> pp_hot.c t/README t/base/term.t t/lib/bigfltpm.t
59185           !> t/op/utf8decode.t t/pragma/warn/utf8 utf8.c utf8.h
59186 ____________________________________________________________________________
59187 [  8047] By: jhi                                   on 2000/12/09  00:23:27
59188         Log: Subject: Re: [pvhp@forte.com: [ID 20001208.004] Not OK: perl v5.7.0 +DEVEL8042 on VMS_AXP V7.1 (UNINSTALLED)]
59189              From: Michael G Schwern <schwern@pobox.com>
59190              Date: Fri, 8 Dec 2000 14:43:04 -0600
59191      Branch: perl
59192            ! lib/ExtUtils/MM_VMS.pm
59193 ____________________________________________________________________________
59194 [  8046] By: jhi                                   on 2000/12/08  23:10:27
59195         Log: A missed check-in.
59196      Branch: perl
59197            ! lib/ExtUtils/Manifest.pm
59198 ____________________________________________________________________________
59199 [  8045] By: jhi                                   on 2000/12/08  21:57:12
59200         Log: (null check-in)
59201      Branch: perl
59202            ! lib/ExtUtils/MM_Unix.pm pod/perlintern.pod
59203 ____________________________________________________________________________
59204 [  8044] By: jhi                                   on 2000/12/08  21:11:06
59205         Log: Add ISO 8859-16 encoding.  Not a standard yet but seems to be
59206              at the final draft stage.
59207      Branch: perl
59208            + ext/Encode/Encode/iso8859-16.enc
59209            ! MANIFEST
59210 ____________________________________________________________________________
59211 [  8043] By: jhi                                   on 2000/12/08  16:39:04
59212         Log: Update Changes.
59213      Branch: perl
59214            ! Changes patchlevel.h
59215 ____________________________________________________________________________
59216 [  8042] By: jhi                                   on 2000/12/08  16:33:39
59217         Log: Do not return the Unicode replacement character if UTF-8
59218              decoding goes awry, it should be up to the caller to decide.
59219      Branch: perl
59220            ! pod/perlapi.pod utf8.c
59221 ____________________________________________________________________________
59222 [  8041] By: jhi                                   on 2000/12/08  16:22:28
59223         Log: metaconfig maintenance.
59224      Branch: metaconfig
59225            ! U/modified/stdchar.U
59226      Branch: metaconfig/U/perl
59227            + testsyml.U
59228 ____________________________________________________________________________
59229 [  8040] By: jhi                                   on 2000/12/08  16:03:08
59230         Log: Subject: [ID 20001207.009] Not OK: perl v5.7.0 +DEVEL8030 on os2-64int-ld 2.30
59231              From: sthoenna@efn.org
59232              Date: Thu, 7 Dec 2000 21:32:43 -0800 (PST)
59233              Message-Id: <200012080532.eB85Wh729109@garcia.efn.org>
59234      Branch: perl
59235            ! Changes lib/ExtUtils/MM_OS2.pm
59236 ____________________________________________________________________________
59237 [  8039] By: jhi                                   on 2000/12/08  15:57:11
59238         Log: Subject: [PATCH] Re: ebcdic <-> ascii tables interjected in uv <-> utf8 considered harmful
59239              From: Simon Cozens <simon@cozens.net>
59240              Date: Fri, 8 Dec 2000 13:33:31 +0000
59241              Message-ID: <20001208133331.A11535@deep-dark-truthful-mirror.perlhacker.org>
59242              
59243              (The pp_hot part needed a rewrite.)
59244      Branch: perl
59245            ! doop.c pp_hot.c utf8.c
59246 ____________________________________________________________________________
59247 [  8038] By: jhi                                   on 2000/12/08  15:25:08
59248         Log: Subject: djSP
59249              From: Michael Stevens <michael@etla.org>
59250              Date: Wed, 6 Dec 2000 23:24:01 +0000
59251              Message-ID: <20001206232400.A21381@firedrake.org>
59252              
59253              Plus a note from Nick Ing-Simmons.
59254      Branch: perl
59255            ! pp.h
59256 ____________________________________________________________________________
59257 [  8037] By: jhi                                   on 2000/12/08  15:18:35
59258         Log: Filetype is text.
59259      Branch: perl
59260            ! t/op/utf8decode.t
59261 ____________________________________________________________________________
59262 [  8036] By: jhi                                   on 2000/12/08  03:31:27
59263         Log: Subject: [ID 20001207.004] [PATCH 5.6.0 and 5.7.x] add NCR MP-RAS support
59264              From: Andy Dougherty <doughera@lafayette.edu>
59265              Date: Thu, 7 Dec 2000 12:36:45 -0500 (EST)
59266              Message-Id: <Pine.SOL.4.10.10012071235400.13162-100000@maxwell.phys.lafayette.edu>
59267              
59268              Subject: Re: [ID 20001207.004] [PATCH 5.6.0 and 5.7.x] add NCR MP-RAS support
59269              From: Andy Dougherty <doughera@lafayette.edu>
59270              Date: Thu, 7 Dec 2000 13:56:10 -0500 (EST)
59271              Message-ID: <Pine.SOL.4.10.10012071354420.6665-100000@maxwell.phys.lafayette.edu>
59272      Branch: perl
59273            + ext/POSIX/hints/svr4.pl
59274            ! MANIFEST ext/POSIX/Makefile.PL hints/svr4.sh t/lib/bigfltpm.t
59275 ____________________________________________________________________________
59276 [  8035] By: jhi                                   on 2000/12/08  03:26:01
59277         Log: Subject: [ID 20001207.003] [PATCH] t/base/term.t causes abort if Config.pm not built
59278              From: Andy Dougherty <doughera@lafayette.edu>
59279              Date: Thu, 7 Dec 2000 10:50:47 -0500 (EST)
59280              Message-Id: <Pine.SOL.4.10.10012071049400.7566-100000@maxwell.phys.lafayette.edu>
59281      Branch: perl
59282            ! t/README t/base/term.t
59283 ____________________________________________________________________________
59284 [  8034] By: jhi                                   on 2000/12/08  03:21:59
59285         Log: Subject: DOC PATCH 5.6.0: -s return value incompletely documented
59286              From: mjd@plover.com  
59287              Date: 7 Dec 2000 21:04:20 -0000
59288              Message-ID: <20001207210420.22282.qmail@plover.com>
59289              
59290              Plus -z doc.
59291      Branch: perl
59292            ! pod/perlfunc.pod
59293 ____________________________________________________________________________
59294 [  8033] By: jhi                                   on 2000/12/08  03:19:03
59295         Log: Use the UTF8 macros a bit.  They can't be used with abandon
59296              everywhere because we do generate illegal UTF-8 in some situations.
59297              This is of course naughty.
59298      Branch: perl
59299            ! pod/perlapi.pod utf8.c utf8.h
59300 ____________________________________________________________________________
59301 [  8032] By: jhi                                   on 2000/12/08  03:00:09
59302         Log: Out of sync?
59303      Branch: perl
59304            ! t/pragma/warn/utf8
59305 ____________________________________________________________________________
59306 [  8031] By: jhi                                   on 2000/12/08  02:22:39
59307         Log: Cnt spl.
59308      Branch: perl
59309            ! MANIFEST
59310 ____________________________________________________________________________
59311 [  8030] By: jhi                                   on 2000/12/08  01:23:54
59312         Log: Add test for reverse().
59313      Branch: perl
59314            + t/op/reverse.t
59315            ! MANIFEST
59316 ____________________________________________________________________________
59317 [  8029] By: jhi                                   on 2000/12/08  01:21:47
59318         Log: Integrate perlio.
59319      Branch: perl
59320           !> ext/IO/IO.xs fakesdio.h global.sym lib/warnings.pm perlapi.c
59321           !> perlio.c perlio.h perlsdio.h warnings.pl
59322 ____________________________________________________________________________
59323 [  8028] By: jhi                                   on 2000/12/08  01:19:08
59324         Log: Introduce macros for UTF8 decoding.
59325      Branch: perl
59326            ! t/op/utf8decode.t t/pragma/warn/utf8 utf8.c utf8.h
59327 ____________________________________________________________________________
59328 [  8027] By: nick                                  on 2000/12/07  22:18:19
59329         Log: Integrate mainline
59330      Branch: perlio
59331           !> embed.pl pod/perlapi.pod utf8.c
59332 ____________________________________________________________________________
59333 [  8026] By: nick                                  on 2000/12/07  21:45:08
59334         Log: Various oddities p4 diff -se showed up
59335              Remove 'our' from warnings.pl
59336      Branch: perlio
59337            ! global.sym lib/warnings.pm pod/perlapi.pod warnings.pl
59338 ____________________________________________________________________________
59339 [  8025] By: nick                                  on 2000/12/07  21:43:32
59340         Log: Change PerlIO_(get|set)pos to take SV *
59341              Should fix, OS/2, VMS, (sfio??)
59342      Branch: perlio
59343            ! ext/IO/IO.xs fakesdio.h perlapi.c perlio.c perlio.h perlsdio.h
59344 ____________________________________________________________________________
59345 [  8024] By: jhi                                   on 2000/12/07  19:05:32
59346         Log: Document utf8_to_uv() better.
59347      Branch: perl
59348            ! pod/perlapi.pod utf8.c
59349 ____________________________________________________________________________
59350 [  8023] By: jhi                                   on 2000/12/07  18:23:47
59351         Log: Document utf8_length(), utf8_distance(), and utf8_hop().
59352      Branch: perl
59353            ! embed.pl pod/perlapi.pod utf8.c
59354 ____________________________________________________________________________
59355 [  8022] By: jhi                                   on 2000/12/07  04:13:51
59356         Log: Integrate perlio.
59357      Branch: perl
59358           !> perlio.c t/io/dup.t win32/config.vc win32/config_H.bc
59359           !> win32/config_H.gc win32/config_H.vc win32/config_h.PL
59360           !> win32/makefile.mk
59361 ____________________________________________________________________________
59362 [  8021] By: nick                                  on 2000/12/07  00:28:14
59363         Log: Various attempts at MSVC debug - not sure what has
59364              changed but works now. 
59365              Seems atexit() _may_ work for DLLs built with MSVC so don't
59366              call cleanup that way.
59367      Branch: perlio
59368            ! perlio.c win32/makefile.mk
59369 ____________________________________________________________________________
59370 [  8020] By: nick                                  on 2000/12/06  19:57:20
59371         Log: Integrate mainline
59372      Branch: perlio
59373           +> lib/ExtUtils/MANIFEST.SKIP t/op/concat.t
59374           !> (integrate 75 files)
59375 ____________________________________________________________________________
59376 [  8019] By: nick                                  on 2000/12/06  19:28:21
59377         Log: Add useperlio to config.vc
59378              Turn off binmode in config_H.PL
59379              Regen all the config_H.xx
59380              Attempt to get debugging build with MSVC.
59381      Branch: perlio
59382            ! win32/config.vc win32/config_H.bc win32/config_H.gc
59383            ! win32/config_H.vc win32/config_h.PL win32/makefile.mk
59384 ____________________________________________________________________________
59385 [  8018] By: nick                                  on 2000/12/06  19:21:57
59386         Log: Test various dup/external program options on all platforms.
59387      Branch: perlio
59388            ! t/io/dup.t
59389 ____________________________________________________________________________
59390 [  8017] By: nick                                  on 2000/12/06  19:20:47
59391         Log: Fix harness to be less picky
59392      Branch: perlio
59393            ! lib/Test/Harness.pm
59394 ____________________________________________________________________________
59395 [  8016] By: jhi                                   on 2000/12/06  16:45:12
59396         Log: Update Changes.
59397      Branch: perl
59398            ! Changes patchlevel.h
59399 ____________________________________________________________________________
59400 [  8015] By: jhi                                   on 2000/12/06  16:41:03
59401         Log: Test \x{...} with ord().
59402      Branch: perl
59403            ! t/op/ord.t
59404 ____________________________________________________________________________
59405 [  8014] By: jhi                                   on 2000/12/06  16:20:33
59406         Log: Test tweak because of #8013.
59407      Branch: perl
59408            ! t/lib/b.t
59409 ____________________________________________________________________________
59410 [  8013] By: jhi                                   on 2000/12/06  16:09:09
59411         Log: Subject: [PATCH] $VERSION crusade, strict, tests, etc... all over lib/
59412              From: Michael G Schwern <schwern@pobox.com>
59413              Date: Tue, 5 Dec 2000 21:23:28 -0500
59414              Message-ID: <20001205212328.C6473@blackrider.aocn.com>
59415              
59416              Carp::Heavy parts not very applicable because of recent changes.
59417      Branch: perl
59418            ! ext/Opcode/Opcode.pm lib/AnyDBM_File.pm lib/CGI/Apache.pm
59419            ! lib/CGI/Switch.pm lib/Carp.pm lib/Carp/Heavy.pm
59420            ! lib/DirHandle.pm lib/Dumpvalue.pm lib/English.pm lib/Env.pm
59421            ! lib/Exporter.pm lib/Exporter/Heavy.pm
59422            ! lib/ExtUtils/MM_Cygwin.pm lib/ExtUtils/MM_OS2.pm
59423            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_VMS.pm
59424            ! lib/ExtUtils/MM_Win32.pm lib/File/CheckTree.pm
59425            ! lib/File/DosGlob.pm lib/File/Find.pm lib/File/stat.pm
59426            ! lib/FileCache.pm lib/I18N/Collate.pm lib/Net/hostent.pm
59427            ! lib/Net/netent.pm lib/Net/protoent.pm lib/Net/servent.pm
59428            ! lib/Pod/Functions.pm lib/Pod/Html.pm lib/Search/Dict.pm
59429            ! lib/SelectSaver.pm lib/Term/Cap.pm lib/Term/Complete.pm
59430            ! lib/Term/ReadLine.pm lib/Text/Abbrev.pm lib/Tie/Hash.pm
59431            ! lib/Tie/RefHash.pm lib/Tie/Scalar.pm lib/Tie/SubstrHash.pm
59432            ! lib/Time/Local.pm lib/Time/tm.pm lib/UNIVERSAL.pm
59433            ! lib/User/grent.pm lib/User/pwent.pm lib/bytes.pm
59434            ! lib/charnames.pm lib/diagnostics.pm lib/filetest.pm
59435            ! lib/integer.pm lib/less.pm lib/locale.pm lib/open.pm
59436            ! lib/overload.pm lib/subs.pm lib/utf8.pm lib/vars.pm
59437            ! lib/warnings/register.pm t/lib/attrs.t t/lib/syslog.t
59438            ! warnings.pl
59439 ____________________________________________________________________________
59440 [  8012] By: jhi                                   on 2000/12/06  15:22:38
59441         Log: Subject: [PATCH] Re: New harness is failing things
59442              From: Nick Ing-Simmons <nik@tiuk.ti.com>
59443              Date: Wed, 6 Dec 2000 13:00:30 GMT
59444              Message-Id: <200012061300.NAA10567@mikado.tiuk.ti.com>
59445      Branch: perl
59446            ! lib/Test/Harness.pm
59447 ____________________________________________________________________________
59448 [  8011] By: jhi                                   on 2000/12/06  15:12:08
59449         Log: Subject: installhtml changes
59450              From: Michael Stevens <michael@etla.org>
59451              Date: Wed, 6 Dec 2000 13:15:53 +0000
59452              Message-ID: <20001206131553.A27317@firedrake.org>
59453      Branch: perl
59454            ! installhtml
59455 ____________________________________________________________________________
59456 [  8010] By: jhi                                   on 2000/12/06  15:06:05
59457         Log: Subject: the dTHR hits
59458              From: Michael Stevens <michael@etla.org>
59459              Date: Wed, 6 Dec 2000 12:06:03 +0000
59460              Message-ID: <20001206120603.A24581@firedrake.org>
59461              
59462              More, errrm, less dTHRs.
59463      Branch: perl
59464            ! bytecode.pl ext/B/B/C.pm
59465 ____________________________________________________________________________
59466 [  8009] By: jhi                                   on 2000/12/06  15:04:25
59467         Log: Subject: MakeMaker mailing list gone?
59468              From: Michael G Schwern <schwern@pobox.com>
59469              Date: Tue, 5 Dec 2000 19:29:59 -0500
59470              Message-ID: <20001205192959.B6473@blackrider.aocn.com>
59471              
59472              The MakeMaker mailing list is dead, perlbug is the right
59473              address to report bugs.
59474      Branch: perl
59475            ! lib/ExtUtils/MakeMaker.pm
59476 ____________________________________________________________________________
59477 [  8008] By: jhi                                   on 2000/12/06  15:00:32
59478         Log: Subject: [PATCH ExtUtils::Manifest 1.1] Default MANIFEST.SKIP]
59479              From: Michael G Schwern <schwern@pobox.com>
59480              Date: Tue, 5 Dec 2000 19:21:21 -0500
59481              Message-ID: <20001205192121.A6473@blackrider.aocn.com>
59482              
59483              Add a default MANIFEST skip that ignores things like
59484              version control files, editor temporary files, and the Makefile.
59485      Branch: perl
59486            + lib/ExtUtils/MANIFEST.SKIP
59487            ! MANIFEST lib/ExtUtils/Manifest.pm
59488 ____________________________________________________________________________
59489 [  8007] By: jhi                                   on 2000/12/06  14:57:20
59490         Log: In Amiga more manual hackery of the scripts seems to be needed,
59491              from Jan-Erik Karlsson.  Why Configure does not get this right
59492              is unknown, may be shell-induced.
59493      Branch: perl
59494            ! README.amiga
59495 ____________________________________________________________________________
59496 [  8006] By: jhi                                   on 2000/12/05  23:53:12
59497         Log: Add TOPm1s to peek at the second topmost stack item.
59498      Branch: perl
59499            ! pp.h
59500 ____________________________________________________________________________
59501 [  8005] By: jhi                                   on 2000/12/05  23:13:55
59502         Log: Avaunt, you foul UTF-8 tests.
59503      Branch: perl
59504            ! t/op/ver.t t/pragma/utf8.t
59505 ____________________________________________________________________________
59506 [  8004] By: jhi                                   on 2000/12/05  23:09:54
59507         Log: Continue utf8 dispersal. 
59508      Branch: perl
59509            + t/op/concat.t
59510            ! MANIFEST t/pragma/utf8.t
59511 ____________________________________________________________________________
59512 [  8003] By: nick                                  on 2000/12/05  23:02:39
59513         Log: Integrate mainline.
59514      Branch: perlio
59515           +> t/op/length.t t/op/utf8decode.t
59516           !> (integrate 69 files)
59517 ____________________________________________________________________________
59518 [  8002] By: jhi                                   on 2000/12/05  22:59:28
59519         Log: Integrate perlio.
59520      Branch: perl
59521           !> iperlsys.h perl.c perlio.c win32/perllib.c
59522 ____________________________________________________________________________
59523 [  8001] By: nick                                  on 2000/12/05  22:07:52
59524         Log: Win32 PERL_IMPLICIT_SYS passes all tests with USE_PERLIO
59525              - calloc/free suffer from damage on TerminateThread()
59526              - use PerlMemShared (as originally planned) now fixed
59527              - avoid doing anything important on DLL "detach".
59528      Branch: perlio
59529            ! perl.c perlio.c win32/perllib.c
59530 ____________________________________________________________________________
59531 [  8000] By: nick                                  on 2000/12/05  21:05:09
59532         Log: Fix gross PerlMemShared issue.
59533      Branch: perlio
59534            ! iperlsys.h
59535 ____________________________________________________________________________
59536 [  7999] By: jhi                                   on 2000/12/05  20:46:58
59537         Log: Test for Unicode (UTF-8) hash keys.
59538      Branch: perl
59539            ! t/op/each.t
59540 ____________________________________________________________________________
59541 [  7998] By: jhi                                   on 2000/12/05  20:30:35
59542         Log: Remove an unnecessary 'use utf8' (unnecessary because \x{...}
59543              is now always UTF-8), empty line cosmetics.
59544      Branch: perl
59545            ! t/pragma/utf8.t
59546 ____________________________________________________________________________
59547 [  7997] By: jhi                                   on 2000/12/05  20:15:40
59548         Log: Subject: Re: STRLEN - what?
59549              From: Andy Dougherty <doughera@lafayette.edu>
59550              Date: Tue, 5 Dec 2000 11:58:46 -0500 (EST)
59551              Message-ID: <Pine.SOL.4.10.10012051152100.3586-100000@maxwell.phys.lafayette.edu>
59552              
59553              Explain STRLEN.
59554      Branch: perl
59555            ! pod/perlguts.pod
59556 ____________________________________________________________________________
59557 [  7996] By: jhi                                   on 2000/12/05  20:13:34
59558         Log: Split off the UTF-8 decoder tests, make them to check also
59559              the error message.
59560      Branch: perl
59561            + t/op/utf8decode.t
59562            ! MANIFEST t/pragma/utf8.t utf8.c
59563 ____________________________________________________________________________
59564 [  7995] By: jhi                                   on 2000/12/05  16:39:47
59565         Log: Start migrating bits of pragma/utf8 to elsewhere
59566              (since the long term plan is to obsolete 'use utf8').
59567      Branch: perl
59568            + t/op/length.t
59569            ! MANIFEST t/pragma/utf8.t
59570 ____________________________________________________________________________
59571 [  7994] By: jhi                                   on 2000/12/05  16:30:21
59572         Log: Fix a manual edit typo from #7993, fix the message formatting
59573              for Unicode, add few our declarations.
59574      Branch: perl
59575            ! lib/Carp/Heavy.pm
59576 ____________________________________________________________________________
59577 [  7993] By: jhi                                   on 2000/12/05  16:09:15
59578         Log: Subject: Need help with warnings :-(
59579              From: "Ben Tilly" <ben_tilly@hotmail.com>
59580              Date: Tue, 05 Dec 2000 01:35:54 -0500
59581              Message-ID: <LAW2-F2380n7J95K7aI00001bb9@hotmail.com>
59582              
59583              Subject: UPDATE: Carp/Heavy now passes all tests
59584              From: "Ben Tilly" <ben_tilly@hotmail.com>
59585              Date: Tue, 05 Dec 2000 07:59:41 -0500
59586              Message-ID: <LAW2-F58V1qdiixjnzi00005523@hotmail.com>
59587              
59588              The Brave New Carp.
59589      Branch: perl
59590            ! lib/Carp.pm lib/Carp/Heavy.pm
59591 ____________________________________________________________________________
59592 [  7992] By: jhi                                   on 2000/12/05  15:55:08
59593         Log: Subject: [PATCH perl@7979] cygwin port
59594              From: "Eric Fifer" <efifer@dircon.co.uk>
59595              Date: Tue, 5 Dec 2000 14:04:09 -0000
59596              Message-Id: <200012051402.OAA60286@mailhost2.dircon.co.uk>
59597      Branch: perl
59598            ! t/lib/net-hostent.t
59599 ____________________________________________________________________________
59600 [  7991] By: jhi                                   on 2000/12/05  15:52:34
59601         Log: Subject: Re: [PATCH] The largest hoax of all times?
59602              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
59603              Date: Tue, 5 Dec 2000 00:40:25 -0500
59604              Message-ID: <20001205004025.A4050@monk.mps.ohio-state.edu>
59605              
59606              Subject: Re: [PATCH] The largest hoax of all times?
59607              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
59608              Date: Mon, 4 Dec 2000 23:55:53 -0500
59609              Message-ID: <20001204235553.A1140@monk.mps.ohio-state.edu>
59610              
59611              Subject: Re: [PATCH] The largest hoax of all times?
59612              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
59613              Date: Tue, 5 Dec 2000 01:28:45 -0500
59614              Message-ID: <20001205012844.A4227@monk.mps.ohio-state.edu>
59615              
59616              Fix the unpredictable order of DESTROYs.
59617      Branch: perl
59618            ! embed.h embed.pl objXSUB.h pod/perlapi.pod proto.h scope.c
59619            ! sv.c sv.h t/op/ref.t
59620 ____________________________________________________________________________
59621 [  7990] By: jhi                                   on 2000/12/05  14:38:53
59622         Log: Subject: [PATCH] shrink pp_hot fractionally
59623              From: Nicholas Clark <nick@ccl4.org>
59624              Date: Tue, 5 Dec 2000 12:44:31 +0000
59625              Message-ID: <20001205124431.E74518@plum.flirble.org>
59626              
59627              Use report_evil_fh().
59628      Branch: perl
59629            ! opcode.pl opnames.h pp_hot.c util.c
59630 ____________________________________________________________________________
59631 [  7989] By: jhi                                   on 2000/12/05  14:21:27
59632         Log: Subject: [PATCH] [ID 20001203.001] Not OK: perl v5.7.0 +DEVEL7965 on os2-64int-ld 2.30 (UNINSTALLED)
59633              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
59634              Date: Mon, 04 Dec 2000 22:21:59 -0800
59635              Message-ID: <HmIL6gzkgepS092yn@efn.org>
59636              
59637              Harness shouldn't ignore responses like "ok 3\r\r\n".
59638      Branch: perl
59639            ! lib/Test/Harness.pm
59640 ____________________________________________________________________________
59641 [  7988] By: jhi                                   on 2000/12/05  13:51:28
59642         Log: Integrate the "skip" messages to explain().
59643      Branch: perl
59644            ! t/lib/syslfs.t t/op/lfs.t
59645 ____________________________________________________________________________
59646 [  7987] By: jhi                                   on 2000/12/05  12:34:54
59647         Log: The one that got away in #7984.
59648              
59649              Subject: Re: dTHR - what and why?
59650              From: Michael Stevens <michael@etla.org> 
59651              Date: Tue, 5 Dec 2000 11:15:52 +0000
59652              Message-ID: <20001205111552.A4647@firedrake.org>
59653      Branch: perl
59654            ! sv.h
59655 ____________________________________________________________________________
59656 [  7986] By: gsar                                  on 2000/12/05  09:14:44
59657         Log: fix open(FOO, ">&MYSOCK") failure under Windows 9x (problem is
59658              due to the notorious GetFileType() bug in Windows 9x, which fstat()
59659              tickles)
59660      Branch: perl
59661            ! win32/perlhost.h win32/win32.c win32/win32.h win32/win32sck.c
59662 ____________________________________________________________________________
59663 [  7985] By: jhi                                   on 2000/12/05  05:49:03
59664         Log: Integrate perlio.
59665      Branch: perl
59666           !> iperlsys.h perl.c perlio.c perlio.h perliol.h sv.c t/op/fork.t
59667           !> win32/perlhost.h win32/perllib.c
59668 ____________________________________________________________________________
59669 [  7984] By: jhi                                   on 2000/12/05  05:48:16
59670         Log: dTHR is a nop in 5.6.0 onwards.  Ergo, it can go.
59671      Branch: perl
59672            ! av.c cygwin/cygwin.c deb.c djgpp/djgpp.c doio.c doop.c dump.c
59673            ! epoc/epoc.c ext/ByteLoader/ByteLoader.xs
59674            ! ext/ByteLoader/byterun.c ext/Devel/DProf/DProf.xs
59675            ! ext/Thread/Thread.xs ext/re/re.xs gv.c hv.c mg.c op.c
59676            ! os2/OS2/REXX/REXX.xs os2/os2.c os2/os2ish.h perl.c perl.h
59677            ! perlapi.c pp.c pp.h pp_ctl.c pp_hot.c pp_sys.c regcomp.c
59678            ! regexec.c run.c scope.c sv.c taint.c thread.h toke.c
59679            ! universal.c utf8.c util.c vmesa/vmesa.c vms/ext/Stdio/Stdio.xs
59680            ! win32/win32.c
59681 ____________________________________________________________________________
59682 [  7983] By: nick                                  on 2000/12/04  23:27:43
59683         Log: PERL_IMPLICIT_SYS (almost) works - something odd with "signal"
59684      Branch: perlio
59685            ! iperlsys.h perl.c perlio.c perlio.h perliol.h sv.c t/op/fork.t
59686            ! win32/perlhost.h win32/perllib.c
59687 ____________________________________________________________________________
59688 [  7982] By: jhi                                   on 2000/12/04  19:44:09
59689         Log: Yet Another Copying-Without-Paying-Attention-To-SvUTF8(sv) Bug
59690              uncovered by #7980.
59691      Branch: perl
59692            ! op.c
59693 ____________________________________________________________________________
59694 [  7981] By: jhi                                   on 2000/12/04  19:42:07
59695         Log: Subject: [PATCH] Trivial dump.c feature
59696              From: Simon Cozens <simon@cozens.net>
59697              Date: Mon, 4 Dec 2000 18:08:38 +0000
59698              Message-ID: <20001204180838.A5541@pembro33.pmb.ox.ac.uk>
59699              
59700              Show whether a constant is UTF-8.
59701      Branch: perl
59702            ! dump.c
59703 ____________________________________________________________________________
59704 [  7980] By: jhi                                   on 2000/12/04  19:36:51
59705         Log: UTF-8 hash keys, patch from Inaba Hiroto.
59706      Branch: perl
59707            ! embed.h embed.pl hv.c hv.h pod/perlapi.pod proto.h
59708 ____________________________________________________________________________
59709 [  7979] By: jhi                                   on 2000/12/04  17:36:28
59710         Log: Update Changes.
59711      Branch: perl
59712            ! Changes patchlevel.h
59713 ____________________________________________________________________________
59714 [  7978] By: jhi                                   on 2000/12/04  16:42:17
59715         Log: Retract #7977, still too volatile (the euphemism of the day
59716              for unfinished and buggy :-)
59717      Branch: perl
59718            ! doop.c hv.c pp.c sv.h
59719 ____________________________________________________________________________
59720 [  7977] By: jhi                                   on 2000/12/04  16:25:15
59721         Log: (Retracted by #7978, too shaky yet.)
59722              
59723              Subject: Re: utf8 in hash keys, implementor missing
59724              From: Simon Cozens <simon@cozens.net>
59725              Date: Sat, 2 Dec 2000 19:49:35 +0000
59726              Message-ID: <20001202194935.A25673@pembro33.pmb.ox.ac.uk>
59727              
59728              The first step at UTF-8 hash keys.
59729      Branch: perl
59730            ! doop.c hv.c pp.c sv.h
59731 ____________________________________________________________________________
59732 [  7976] By: jhi                                   on 2000/12/04  16:13:53
59733         Log: Subject: [ID 20001203.001] Not OK: perl v5.7.0 +DEVEL7965 on os2-64int-ld 2.30 (UNINSTALLED)
59734              From: sthoenna@efn.org
59735              Date: Sun, 3 Dec 2000 19:06:53 -0800 (PST)
59736              Message-Id: <200012040306.eB436rE18922@garcia.efn.org>
59737      Branch: perl
59738            ! os2/os2.c perlio.c
59739 ____________________________________________________________________________
59740 [  7975] By: jhi                                   on 2000/12/04  16:05:25
59741         Log: Subject: Re: [ID 20001129.009] Not OK: perl v5.7.0 +DEVEL7928 on os2-64int-ld 2.30 (UNINSTALLED)
59742              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
59743              Date: Thu, 30 Nov 2000 20:50:37 -0800
59744              Message-ID: <d4yJ6gzkgGsJ092yn@efn.org>
59745      Branch: perl
59746            ! os2/os2.c
59747 ____________________________________________________________________________
59748 [  7974] By: jhi                                   on 2000/12/04  16:03:57
59749         Log: Subject: [PATCH] ++ 20% faster
59750              From: Nicholas Clark <nick@ccl4.org>
59751              Date: Mon, 4 Dec 2000 12:17:27 +0000
59752              Message-ID: <20001204121726.B52976@plum.flirble.org>
59753              
59754              Make '$i = ""; $i++' to produce true IVs without a hint of NVs.
59755      Branch: perl
59756            ! sv.c
59757 ____________________________________________________________________________
59758 [  7973] By: jhi                                   on 2000/12/04  16:00:48
59759         Log: 
59760              Subject: Re: Not OK: perl v5.7.0 +DEVEL7825 on aix 4.2.1.0 (UNINSTALLED)
59761              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
59762              Date: Mon, 04 Dec 2000 12:30:45 +0100
59763              Message-Id: <20001204122118.E85D.H.M.BRAND@hccnet.nl>
59764              
59765              AIX 4.2 (using latest patchlevels on 20001130) has a broken bind
59766              library (getprotobyname and getprotobynumber are outversioned by
59767              the same calls in libc, at least for xlc version 3.
59768      Branch: perl
59769            ! hints/aix.sh
59770 ____________________________________________________________________________
59771 [  7972] By: jhi                                   on 2000/12/04  02:58:31
59772         Log: Integrate perlio.
59773      Branch: perl
59774           !> doio.c iperlsys.h perl.c perl.h perlio.c perlio.h toke.c
59775           !> win32/makefile.mk win32/perlhost.h win32/perllib.c
59776           !> win32/win32.h win32/win32iop.h win32/win32thread.h
59777 ____________________________________________________________________________
59778 [  7971] By: nick                                  on 2000/12/04  00:24:33
59779         Log: Quieten some noise in Win32 builds:
59780              - win32.h is included after <sys/socket.h>, so need to 
59781              set Win32SCK_IS_STDSCK earlier to avoid re-defined noise in XSUB.h
59782              - GCC (& MSVC?) have execv(...,const char *const *) so need a cast from char **.
59783      Branch: perlio
59784            ! doio.c perl.h toke.c win32/win32.h
59785 ____________________________________________________________________________
59786 [  7970] By: nick                                  on 2000/12/03  22:57:46
59787         Log: PERL_IMPLICIT_SYS compiles but does not work.
59788      Branch: perlio
59789            ! iperlsys.h perl.c perlio.c perlio.h win32/makefile.mk
59790            ! win32/perlhost.h win32/perllib.c win32/win32.h
59791            ! win32/win32iop.h win32/win32thread.h
59792 ____________________________________________________________________________
59793 [  7969] By: jhi                                   on 2000/12/03  22:12:58
59794         Log: On DEBUGGING make ANYOFUTF8 nodes store away also the SV
59795              used to swash_init(), makes regprop() dumps more informative
59796              (+utf8::IsAlpha, -utf8::IsDigit, for example).
59797      Branch: perl
59798            ! regcomp.c regexec.c
59799 ____________________________________________________________________________
59800 [  7968] By: jhi                                   on 2000/12/03  21:39:56
59801         Log: Implement ANYOFUTF8 regprop() dumping.
59802      Branch: perl
59803            ! regcomp.c
59804 ____________________________________________________________________________
59805 [  7967] By: jhi                                   on 2000/12/03  20:57:19
59806         Log: Make uv_to_utf8() to zero-terminate its output buffer,
59807              always use (at least) UTF8_MAXLEN + 1 U8s deep buffer.
59808      Branch: perl
59809            ! op.c pp.c regcomp.c regexec.c sv.c toke.c utf8.c
59810 ____________________________________________________________________________
59811 [  7966] By: nick                                  on 2000/12/03  18:41:21
59812         Log: Integrate mainline (STDCHAR)
59813      Branch: perlio
59814           !> Configure t/pragma/utf8.t
59815 ____________________________________________________________________________
59816 [  7965] By: jhi                                   on 2000/12/03  17:58:20
59817         Log: Raw zero bytes in text files confuse at least GNU patch 2.1.
59818      Branch: perl
59819            ! t/pragma/utf8.t
59820 ____________________________________________________________________________
59821 [  7964] By: jhi                                   on 2000/12/03  17:35:56
59822         Log: Integrate perlio.
59823      Branch: perl
59824           !> iperlsys.h perlio.c
59825 ____________________________________________________________________________
59826 [  7963] By: jhi                                   on 2000/12/03  17:33:55
59827         Log: Metaconfig unit change for #7962.
59828      Branch: metaconfig
59829            ! U/modified/stdchar.U
59830 ____________________________________________________________________________
59831 [  7962] By: jhi                                   on 2000/12/03  17:33:27
59832         Log: Untangle the <stdio.h> #include nest for the stdchar test,
59833              from Andy Dougherty.
59834      Branch: perl
59835            ! Configure
59836 ____________________________________________________________________________
59837 [  7961] By: nick                                  on 2000/12/03  16:53:00
59838         Log: Make iperlsys.h vector stdio not PerlIO.
59839      Branch: perlio
59840            ! iperlsys.h perlio.c
59841 ____________________________________________________________________________
59842 [  7960] By: nick                                  on 2000/12/03  14:43:01
59843         Log: Integrate mainline
59844      Branch: perlio
59845           !> Changes Configure config_h.SH lib/ExtUtils/MM_Unix.pm op.c
59846           !> patchlevel.h pod/perldiag.pod t/lib/net-hostent.t toke.c
59847 ____________________________________________________________________________
59848 [  7959] By: jhi                                   on 2000/12/03  08:16:36
59849         Log: Use DO_UTF8().
59850      Branch: perl
59851            ! op.c
59852 ____________________________________________________________________________
59853 [  7958] By: jhi                                   on 2000/12/02  18:33:05
59854         Log: Subject: Re: [ID 20001130.011] expression parsing bug ?
59855              From: Mike Guy <mjtg@cam.ac.uk>         
59856              Date: Sat, 02 Dec 2000 17:27:13 +0000
59857              Message-Id: <E142GRN-0003go-00@libra.cus.cam.ac.uk>
59858              
59859              An extraneous argument.
59860      Branch: perl
59861            ! toke.c
59862 ____________________________________________________________________________
59863 [  7957] By: jhi                                   on 2000/12/02  18:22:32
59864         Log: A missing hunk.
59865      Branch: perl
59866            ! t/lib/net-hostent.t
59867 ____________________________________________________________________________
59868 [  7956] By: jhi                                   on 2000/12/02  18:06:20
59869         Log: Subject: [PATCH] Re: [ID 20001202.001] (Net::hostent)
59870              From: Nicholas Clark <nick@ccl4.org>
59871              Date: Sat, 2 Dec 2000 14:28:27 +0000
59872              Message-ID: <20001202142827.A12308@plum.flirble.org>
59873              
59874              Test robustness.
59875      Branch: perl
59876            ! t/lib/net-hostent.t
59877 ____________________________________________________________________________
59878 [  7955] By: jhi                                   on 2000/12/02  17:58:06
59879         Log: Metaconfig unit change for #7954.
59880      Branch: metaconfig
59881            ! U/modified/stdchar.U
59882 ____________________________________________________________________________
59883 [  7954] By: jhi                                   on 2000/12/02  17:54:32
59884         Log: An inconvenient hang would happen if the stdio _ptr wasn't
59885              found in <stdio.h> and <stdio_impl.h> didn't exist.  (grep
59886              would be grepping stdin for all eternity for the _ptr.)
59887      Branch: perl
59888            ! Configure
59889 ____________________________________________________________________________
59890 [  7953] By: jhi                                   on 2000/12/02  00:07:15
59891         Log: Update Changes.
59892      Branch: perl
59893            ! Changes patchlevel.h
59894 ____________________________________________________________________________
59895 [  7952] By: jhi                                   on 2000/12/01  23:54:47
59896         Log: Subject: Re: long shell lines
59897              From: Andy Dougherty <doughera@lafayette.edu>
59898              Date: Thu, 30 Nov 2000 12:45:37 -0500 (EST)
59899              Message-ID: <Pine.SOL.4.10.10011301044590.26388-100000@maxwell.phys.lafayette.edu>
59900              
59901              Split overly long shell command lines.
59902      Branch: perl
59903            ! lib/ExtUtils/MM_Unix.pm
59904 ____________________________________________________________________________
59905 [  7951] By: jhi                                   on 2000/12/01  23:48:02
59906         Log: The metaconfig unit change for #7950.
59907      Branch: metaconfig
59908            + U/modified/stdchar.U
59909 ____________________________________________________________________________
59910 [  7950] By: jhi                                   on 2000/12/01  23:47:39
59911         Log: Try to find stdchar also from <stdio_impl.h>.
59912      Branch: perl
59913            ! Configure config_h.SH
59914 ____________________________________________________________________________
59915 [  7949] By: jhi                                   on 2000/12/01  23:46:45
59916         Log: Subject: Re: [ID 20001130.011] expression parsing bug ?
59917              From: Ronald J Kimball <rjk@linguist.dartmouth.edu>
59918              Date: Fri, 1 Dec 2000 16:26:08 -0500
59919              Message-ID: <20001201162608.B1436@linguist.dartmouth.edu>
59920              
59921              Reword the diagnostic message.
59922      Branch: perl
59923            ! pod/perldiag.pod
59924 ____________________________________________________________________________
59925 [  7948] By: nick                                  on 2000/12/01  22:49:43
59926         Log: Integrate mainline (for s/y/m as sub names stuff).
59927      Branch: perlio
59928           !> lib/CPAN.pm lib/CPAN/FirstTime.pm pod/perldiag.pod t/op/misc.t
59929           !> t/pragma/warn/toke toke.c
59930 ____________________________________________________________________________
59931 [  7947] By: jhi                                   on 2000/12/01  20:55:41
59932         Log: Integrate perlio.
59933      Branch: perl
59934           !> perlio.c perliol.h t/io/pipe.t
59935 ____________________________________________________________________________
59936 [  7946] By: jhi                                   on 2000/12/01  20:36:51
59937         Log: Upgrade to CPAN 1.59_51, from Andreas König.
59938      Branch: perl
59939            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
59940 ____________________________________________________________________________
59941 [  7945] By: nick                                  on 2000/12/01  20:31:32
59942         Log: Integrate mainline
59943      Branch: perlio
59944           +> ext/Encode/Encode/EncodeFormat.pod lib/unicode/Is/Blank.pl
59945           +> lib/unicode/Is/SpacePerl.pl t/lib/class-struct.t
59946           +> t/lib/net-hostent.t
59947           !> (integrate 35 files)
59948 ____________________________________________________________________________
59949 [  7944] By: jhi                                   on 2000/12/01  20:23:29
59950         Log: Some help for 20001130.011.  Now one gets warnings like
59951              "Ambiguous -f() resolved as a file test ..."
59952      Branch: perl
59953            ! pod/perldiag.pod t/pragma/warn/toke toke.c
59954 ____________________________________________________________________________
59955 [  7943] By: jhi                                   on 2000/12/01  19:44:44
59956         Log: Retract #7941.  Forbidding subs m/s/etc is too cruel because
59957              that also breaks using them as methods. 
59958      Branch: perl
59959            ! pod/perldiag.pod t/op/misc.t toke.c
59960 ____________________________________________________________________________
59961 [  7942] By: nick                                  on 2000/12/01  17:56:46
59962         Log: Fix 'mmap' lib/filehand.t (ungetc) test fail.
59963              Make 'unix' pass most tests
59964              - do unread by temporary push of layer ("pending") holding unread chars
59965              - fast_gets is now based on per-handle flag
59966              - relax one of io/pipe.t tests to allow print to fail and close to
59967              succeed so that it passes on unbuffered "unix" layer.
59968              Remaining fail is sporadic and a genuine race condition between
59969              parent/child in fork test.
59970      Branch: perlio
59971            ! perlio.c perliol.h t/io/pipe.t
59972 ____________________________________________________________________________
59973 [  7941] By: jhi                                   on 2000/12/01  15:28:58
59974         Log: (Retracted by #7943.)
59975              
59976              Reserve the short named string operator names.
59977      Branch: perl
59978            ! pod/perldiag.pod t/op/misc.t toke.c
59979 ____________________________________________________________________________
59980 [  7940] By: jhi                                   on 2000/12/01  06:45:53
59981         Log: Get the three different space character classes right under utf8.
59982      Branch: perl
59983            + lib/unicode/Is/Blank.pl lib/unicode/Is/SpacePerl.pl
59984            ! MANIFEST lib/unicode/mktables.PL pod/perlre.pod regcomp.c
59985            ! regexec.c t/op/pat.t utf8.c
59986 ____________________________________________________________________________
59987 [  7939] By: jhi                                   on 2000/12/01  03:26:26
59988         Log: Two more tests that make no sense in UTF-8 since the test
59989              data is not in UTF-8.
59990      Branch: perl
59991            ! t/op/regexp.t
59992 ____________________________________________________________________________
59993 [  7938] By: jhi                                   on 2000/12/01  03:20:39
59994         Log: \x{} doesn't any more require 'use utf8' outside regexen so why
59995              should it be required inside regexen?
59996      Branch: perl
59997            ! regcomp.c t/op/regmesg.t
59998 ____________________________________________________________________________
59999 [  7937] By: jhi                                   on 2000/12/01  02:58:53
60000         Log: Fix for 20001130.008 and 20001130.010, the PL_regnpar wasn't
60001              stored and restored, and thusly was trounced by the utf8 swash
60002              routines.
60003      Branch: perl
60004            ! regcomp.c
60005 ____________________________________________________________________________
60006 [  7936] By: jhi                                   on 2000/11/30  20:41:39
60007         Log: Fix for 20001128.006, be more careful in Perl_sv_utf8_downgrade().
60008              Why the different platforms behave so differently (core dump vs
60009              no core dump) on this bug is a but of a mystery, but if I had to
60010              guess I would mumble something like 'alignment'.
60011      Branch: perl
60012            ! sv.c
60013 ____________________________________________________________________________
60014 [  7935] By: jhi                                   on 2000/11/30  16:17:02
60015         Log: Subject: [PATCH perl@7930] toke.c perlio.c -Wformat nits
60016              From: Robin Barker <rmb1@cise.npl.co.uk>
60017              Message-Id: <200011301427.OAA00030@tempest.npl.co.uk>
60018              Date: Thu, 30 Nov 2000 14:27:12 GMT
60019      Branch: perl
60020            ! perlio.c toke.c
60021 ____________________________________________________________________________
60022 [  7934] By: jhi                                   on 2000/11/30  16:04:49
60023         Log: In OS/390 'localhost' can be 'localhost.FOO.BAR'.
60024      Branch: perl
60025            ! t/lib/net-hostent.t
60026 ____________________________________________________________________________
60027 [  7933] By: jhi                                   on 2000/11/30  06:07:26
60028         Log: Subject: [ID 20001129.007] Not OK: perl v5.7.0 +DEVEL7928 on VMS_AXP V7.1 (UNINSTALLED)
60029              From: Peter Prymmer <pvhp@forte.com>
60030              Date: Wed, 29 Nov 2000 15:16:45 -0800 (PST)
60031              Message-Id: <Pine.OSF.4.10.10011291515570.328738-100000@aspara.forte.com>
60032              
60033              In VMS the localhost may be LOCALHOST.
60034      Branch: perl
60035            ! t/lib/net-hostent.t
60036 ____________________________________________________________________________
60037 [  7932] By: jhi                                   on 2000/11/30  01:11:11
60038         Log: Subject: Re: question about retlen in utf8.c:Perl_utf8_to_uv()
60039              From: Peter Prymmer <pvhp@forte.com>
60040              Date: Wed, 29 Nov 2000 12:36:40 -0800 (PST)
60041              Message-ID: <Pine.OSF.4.10.10011291233120.328738-100000@aspara.forte.com>
60042              
60043              plus regen perlapi.pod.
60044      Branch: perl
60045            ! pod/perlapi.pod utf8.c
60046 ____________________________________________________________________________
60047 [  7931] By: jhi                                   on 2000/11/30  01:06:19
60048         Log: Subject:  [PATCH perl@7930] get t/lib/filter-util.t to work on VMS 
60049              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
60050              Date:     Wed, 29 Nov 2000 17:15:11 EST
60051              Message-Id: <001129171439.6099b@DUPHY4.Physics.Drexel.Edu>
60052      Branch: perl
60053            ! t/lib/filter-util.pl t/lib/filter-util.t
60054 ____________________________________________________________________________
60055 [  7930] By: jhi                                   on 2000/11/29  18:51:55
60056         Log: Update Changes.
60057      Branch: perl
60058            ! Changes patchlevel.h
60059 ____________________________________________________________________________
60060 [  7929] By: jhi                                   on 2000/11/29  18:50:55
60061         Log: Update the va_copy() metaconfig unit.
60062      Branch: metaconfig/U/perl
60063            ! need_va_copy.U
60064 ____________________________________________________________________________
60065 [  7928] By: jhi                                   on 2000/11/29  17:50:43
60066         Log: Subject: [ID 20001128.003] Not OK: perl v5.7.0 +DEVEL7891 on ppc-linux 2.2.17  
60067              From: Dominic Dunlop <domo@computer.org>
60068              Date: Tue, 28 Nov 2000 16:41:57 +0100
60069              Message-Id: <p04320400b649771b9797@[192.168.1.4]>
60070              
60071              Patch to catch a core dump in the Configure va_copy test.
60072      Branch: perl
60073            ! Configure config_h.SH
60074 ____________________________________________________________________________
60075 [  7927] By: jhi                                   on 2000/11/29  17:31:59
60076         Log: Retract #7921, the patch shouldn't be needed.
60077      Branch: perl
60078            ! sv.c
60079 ____________________________________________________________________________
60080 [  7926] By: jhi                                   on 2000/11/29  17:01:41
60081         Log: Make the Class::Struct import() wiser.
60082      Branch: perl
60083            ! lib/Class/Struct.pm t/lib/class-struct.t
60084 ____________________________________________________________________________
60085 [  7925] By: jhi                                   on 2000/11/29  16:36:33
60086         Log: All the core library users of Class::Struct seem to be
60087              using "use Class::Struct 'struct';" instead of the bare
60088              "use Class::Struct;", which isn't documented in Class::Struct.
60089              This can't be right.
60090      Branch: perl
60091            ! lib/File/stat.pm
60092 ____________________________________________________________________________
60093 [  7924] By: jhi                                   on 2000/11/29  16:32:15
60094         Log: A test works better if it has the right 1..$n output.
60095      Branch: perl
60096            ! t/lib/class-struct.t
60097 ____________________________________________________________________________
60098 [  7923] By: jhi                                   on 2000/11/29  16:29:11
60099         Log: Forgot to MANIFEST the new Net::hostent test.
60100      Branch: perl
60101            ! MANIFEST
60102 ____________________________________________________________________________
60103 [  7922] By: jhi                                   on 2000/11/29  16:27:49
60104         Log: Integrate perlio.
60105      Branch: perl
60106           !> iperlsys.h perlio.c
60107 ____________________________________________________________________________
60108 [  7921] By: jhi                                   on 2000/11/29  16:27:10
60109         Log: (Retracted by #7927.)
60110              
60111              Subject: [PATCH] Is infinity a number?
60112              From: Simon Cozens <simon@cozens.net>
60113              Date: Wed, 29 Nov 2000 14:48:20 +0000
60114              Message-ID: <20001129144820.A31339@pembro33.pmb.ox.ac.uk>
60115      Branch: perl
60116            ! sv.c
60117 ____________________________________________________________________________
60118 [  7920] By: jhi                                   on 2000/11/29  16:23:02
60119         Log: Subject: net_hostent.t (was Re: [ID 20001128.002] what's the point of example code if it is buggy?)
60120              From: rspier@pobox.com (Robert Spier)
60121              Date: Wed, 29 Nov 2000 02:17:49 -0500
60122              Message-ID: <14884.44445.760322.278647@localhost.localdomain>
60123              
60124              Add a test for Net::hostent.
60125      Branch: perl
60126            + t/lib/net-hostent.t
60127 ____________________________________________________________________________
60128 [  7919] By: jhi                                   on 2000/11/29  16:21:31
60129         Log: Make "use Class::Struct 'struct';" work again (broken by #7617);
60130              add a test for Class::Struct.
60131      Branch: perl
60132            + t/lib/class-struct.t
60133            ! MANIFEST lib/Class/Struct.pm
60134 ____________________________________________________________________________
60135 [  7918] By: jhi                                   on 2000/11/29  15:48:40
60136         Log: Subject: Re: Minor suggestion for Sys::Syslog  [PATCH]
60137              From: rspier@pobox.com (Robert Spier)
60138              Date: Wed, 29 Nov 2000 02:25:39 -0500
60139              Message-ID: <14884.44915.86028.422238@localhost.localdomain>
60140              
60141              More checking in case someone has broken their services or
60142              protocol databases.
60143      Branch: perl
60144            ! ext/Sys/Syslog/Syslog.pm
60145 ____________________________________________________________________________
60146 [  7917] By: jhi                                   on 2000/11/29  15:46:25
60147         Log: Subject: [PATCH] $^O  win32 -> MSWin32
60148              From: rspier@pobox.com (Robert Spier)
60149              Date: Wed, 29 Nov 2000 02:17:38 -0500
60150              Message-ID: <14884.44434.340627.126145@localhost.localdomain>
60151              
60152              plus similar nits for vms, err, VMS, and UNICOS.
60153      Branch: perl
60154            ! t/lib/syslfs.t t/op/lfs.t
60155 ____________________________________________________________________________
60156 [  7916] By: jhi                                   on 2000/11/29  15:42:51
60157         Log: Subject: [PATCH] Tokeniser debugging
60158              From: Simon Cozens <simon@cozens.net>
60159              Date: Wed, 29 Nov 2000 14:15:45 +0000
60160              Message-ID: <20001129141545.A30864@pembro33.pmb.ox.ac.uk>
60161      Branch: perl
60162            ! perl.c perl.h pod/perlrun.pod toke.c
60163 ____________________________________________________________________________
60164 [  7915] By: jhi                                   on 2000/11/29  15:41:36
60165         Log: Subject: Re: [PATCH 5.7.0] OUT keyword for xsubpp
60166              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
60167              Date: Wed, 29 Nov 2000 02:13:14 -0500
60168              Message-ID: <20001129021314.A2532@monk.mps.ohio-state.edu>
60169              
60170              OUT keyword nits.
60171              
60172              Subject: Re: [PATCH 5.7.0] OUT keyword for xsubpp
60173              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
60174              Date: Wed, 29 Nov 2000 03:09:04 -0500
60175              Message-ID: <20001129030904.A2754@monk.mps.ohio-state.edu>
60176              
60177              OUT and IN_OUT documentation.
60178      Branch: perl
60179            ! lib/ExtUtils/xsubpp pod/perlxs.pod
60180 ____________________________________________________________________________
60181 [  7914] By: jhi                                   on 2000/11/29  03:35:01
60182         Log: Subject: Re: [ID 20001127.002] const subs hurt under debugger
60183              From: John Tobey <jtobey@john-edwin-tobey.org>
60184              Date: Tue, 28 Nov 2000 01:13:41 -0500 (EST)
60185              Message-Id: <m140e1N-000FOoC@feynman.localnet>
60186              
60187              plus a performance speedup noticed by Sarathy.
60188      Branch: perl
60189            ! op.c
60190 ____________________________________________________________________________
60191 [  7913] By: jhi                                   on 2000/11/29  03:16:59
60192         Log: Use "1 while unlink" so that VMS gets clean, too.
60193      Branch: perl
60194            ! t/lib/filter-util.t
60195 ____________________________________________________________________________
60196 [  7912] By: jhi                                   on 2000/11/29  03:09:08
60197         Log: Subject: [PATCH 5.7.0] OUT keyword for xsubpp
60198              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
60199              Date: Tue, 28 Nov 2000 03:27:09 -0500
60200              Message-ID: <20001128032709.A23401@monk.mps.ohio-state.edu>
60201      Branch: perl
60202            ! lib/ExtUtils/xsubpp
60203 ____________________________________________________________________________
60204 [  7911] By: jhi                                   on 2000/11/29  03:06:30
60205         Log: This should have been part of #7872: no need to scan UTF-8
60206              until eternity.
60207      Branch: perl
60208            ! utf8.c
60209 ____________________________________________________________________________
60210 [  7910] By: jhi                                   on 2000/11/29  02:50:04
60211         Log: One more perltie.pod nit from Casey R. Tweten.
60212      Branch: perl
60213            ! pod/perltie.pod
60214 ____________________________________________________________________________
60215 [  7909] By: jhi                                   on 2000/11/29  02:44:23
60216         Log: Document the known sprintf test failures, exact standard
60217              reference from Dominic Dunlop, NonStop-UX testing from Tom Bates.
60218      Branch: perl
60219            ! pod/perldelta.pod t/op/sprintf.t
60220 ____________________________________________________________________________
60221 [  7908] By: jhi                                   on 2000/11/29  02:36:23
60222         Log: Add the Encoding table format documentation.
60223      Branch: perl
60224            + ext/Encode/Encode/EncodeFormat.pod
60225            ! MANIFEST
60226 ____________________________________________________________________________
60227 [  7907] By: jhi                                   on 2000/11/29  02:07:24
60228         Log: Subject: Re: [PATCH] Updating perltie.pod for arrays
60229              From: "Casey R. Tweten" <crt@kiski.net>
60230              Date: Tue, 28 Nov 2000 12:11:41 -0500 (EST)
60231              Message-ID: <Pine.OSF.4.21.0011281209050.25178-100000@home.kiski.net>
60232              
60233              Subject: Re: [PATCH] Updating perltie.pod for arrays
60234              From: "Casey R. Tweten" <crt@kiski.net>
60235              Date: Tue, 28 Nov 2000 15:03:50 -0500 (EST)
60236              Message-ID: <Pine.OSF.4.21.0011281458500.10331-100000@home.kiski.net>
60237      Branch: perl
60238            ! pod/perltie.pod
60239 ____________________________________________________________________________
60240 [  7906] By: nick                                  on 2000/11/28  22:40:59
60241         Log: Initial tidy of setmode() muddle (UNIX does not have, nor need it).
60242      Branch: perlio
60243            ! iperlsys.h perlio.c
60244 ____________________________________________________________________________
60245 [  7905] By: nick                                  on 2000/11/28  22:04:34
60246         Log: Integrate mainline
60247      Branch: perlio
60248           !> (integrate 39 files)
60249 ____________________________________________________________________________
60250 [  7904] By: jhi                                   on 2000/11/28  16:44:43
60251         Log: Subject: [ID 20001128.002] what's the point of example code if it is buggy?
60252              From: Nicholas Clark <nick@babyhippo.co.uk>
60253              Date: Tue, 28 Nov 2000 11:16:57 +0000
60254              Message-Id: <E140ikr-00076N-00@fruitbat.babyhippo.co.uk>
60255      Branch: perl
60256            ! pod/perlipc.pod
60257 ____________________________________________________________________________
60258 [  7903] By: jhi                                   on 2000/11/28  16:40:31
60259         Log: Subject: [PATCH] Updating perltie.pod for arrays
60260              From: "Casey R. Tweten" <crt@kiski.net>
60261              Date: Mon, 27 Nov 2000 17:47:20 -0500 (EST)
60262              Message-ID: <Pine.OSF.4.21.0011271746360.11659-100000@home.kiski.net>
60263      Branch: perl
60264            ! pod/perltie.pod
60265 ____________________________________________________________________________
60266 [  7902] By: jhi                                   on 2000/11/28  16:39:37
60267         Log: Subject: [PATCH] Re: 5.6 bug: split /^/ implies /m modifier (from CLPM)
60268              From: Robin Barker <rmb1@cise.npl.co.uk>
60269              Date: Mon, 27 Nov 2000 17:56:44 GMT
60270              Message-Id: <200011271756.RAA22706@tempest.npl.co.uk>
60271      Branch: perl
60272            ! pod/perlfunc.pod t/op/split.t
60273 ____________________________________________________________________________
60274 [  7901] By: jhi                                   on 2000/11/28  16:28:04
60275         Log: setmode() is a DOSish-only thing.
60276      Branch: perl
60277            ! perlio.c
60278 ____________________________________________________________________________
60279 [  7900] By: jhi                                   on 2000/11/28  16:21:46
60280         Log: Subject: [PATCH] perlcc.PL cleanups
60281              From: Simon Cozens <simon@cozens.net>
60282              Date: Tue, 28 Nov 2000 12:44:35 +0000
60283              Message-ID: <20001128124435.A5500@pembro33.pmb.ox.ac.uk>
60284      Branch: perl
60285            ! utils/perlcc.PL
60286 ____________________________________________________________________________
60287 [  7899] By: gsar                                  on 2000/11/28  06:32:55
60288         Log: reintegrate files missed by change#7895
60289      Branch: maint-5.6/perl
60290           +> ext/ByteLoader/bytecode.h utils/Makefile
60291            - utils/perlbc.PL
60292 ____________________________________________________________________________
60293 [  7897] By: gsar                                  on 2000/11/27  18:22:47
60294         Log: can't integrate these two files, for some reason
60295      Branch: maint-5.6/perl
60296            - ext/ByteLoader/bytecode.h utils/Makefile
60297 ____________________________________________________________________________
60298 [  7895] By: gsar                                  on 2000/11/27  18:11:21
60299         Log: integrate changes#6763..6766,6770,6773,6775..6776,6778,6780,
60300              6782..6791,6793..6814,6816,6818..6822,6824..6830,6838..6849,
60301              6757..6890,6892..6901 from mainline
60302              
60303              Bytecompiler patches from Benjamin Stuhl.
60304              
60305              More bytecompiler.
60306              
60307              Subject: [PATCH blead] B:: missing dependency
60308              
60309              Subject: [PATCH: 6757] configure.com updates and syslog build
60310              
60311              Long double Gconvert fixes from Yitzchak Scott-Thoennes
60312              and Spider Boardman.
60313              
60314              Subject: [PATCH blead] nextchar() abuse misses an optimisation
60315              
60316              Long double fixes from Spider Boardman.
60317              
60318              Make the selection of NVff et al stricter.
60319              
60320              cSVOPo_*v things index into the current PL_curpad
60321              under ithreads, which is different from the curpad
60322              used by the XSUB.  (In other words, the code as-is
60323              before this patch wouldn't work under ithreads.)
60324              
60325              Be portable.
60326              
60327              VMS MMS (make) wants null action.
60328              
60329              Mac and other portability updates from Chris Nandor.
60330              
60331              Storable support, v-version fixes.
60332              Subject: CPAN.pm beta for testing available
60333              
60334              Portability fix from Hugo van der Sanden.
60335              
60336              Bad makefile.
60337              
60338              Subject: [ID 20000823.004] [PATCH 5.6.0+] Pod::Html is too self-contained
60339              
60340              Subject: [PATCH] (Mac OS X): Don't #define environ unless PERL_CORE
60341              
60342              Subject: [PATCH] Re: [ID 20000821.008] Negitive numbers with vec dumps core
60343              
60344              Replace #6705 with a minimal doc patch.
60345              Subject: [PATCH 5.6.0] replace change #6705
60346              
60347              Drop the separate perlbc, perlcc -b should be enough.
60348              
60349              installperl couldn't tell whether it had run tests or not.
60350              Subject: [PATCH] Re: installperl and t/TEST
60351              
60352              Add silencer flags to installperl.
60353              Subject: [PATCH] Making installperl silent.
60354              
60355              Make "make install" by default silent.  A new "install-verbose"
60356              target is verbose.
60357              
60358              More liberal parsing of version numbers.
60359              Subject: Re: CPAN.pm beta for testing available
60360              
60361              Create directories in silence.
60362              Subject: [PATCH] Another silencer for MakeMaker
60363              
60364              DOS patches and portability/porting notes, from Tim Jenness.
60365              
60366              Make installman to recognize the silence flag -S.
60367              
60368              Actually do something with the silencer option.
60369              
60370              Continue silencing.
60371              
60372              Show the doc file, not the temp file.
60373              
60374              Regen perltoc.
60375              
60376              Subject: [PATCH] More silencing of installman.
60377              
60378              Better wording for the vec lvalue diagnostic.
60379              Subject: Re: [PATCH] Re: [ID 20000821.008] Negitive numbers with vec dumps core
60380              
60381              Subject: [PATCH: 6805] several more tweaks to configure.com
60382              
60383              Subject: [PATCH perl@6805, 5.6.0, 5.005_03] prevent rare Perl hang on VMS
60384              
60385              Missing parts of 
60386              Subject: [PATCH: 6789] some endl fixes for VMS wackiness
60387              
60388              Subject: [ID 20000824.029] MakeMaker manifypods fails on DJGPP systems
60389              (applied slightly modified)
60390              
60391              installperl --verbose and --silent.
60392              Subject: Re: [PATCH] More silencing of installman.
60393              
60394              Add install-silent target.
60395              
60396              AIX 4.3.3 has SOCKS in libc with a differently named init routine,
60397              the problem reported in
60398              Subject: [ID 20000825.007] Building stable 5.6.0 on AIX 4.3.3 using SOCKS
60399              
60400              Tweak the sfio/useperlio logic, hopefully as wished in
60401              Subject: [ID 20000825.004] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6804 on i586-linux 2.2.12 (UNINSTALLED)
60402              
60403              One forgotten file from #6816.
60404              
60405              Subject: [PATCH @6820] installman under -w and strict (was Re: [PATCH] More silencing of installman.)
60406              
60407              Remove duplicately applied patch shards.
60408              Subject: [ID 20000825.012] [PATCH@6822] t/lib/cgi-html.t produces ugly cruft during 'make test'
60409              
60410              Support preserving extremely big/small angles.
60411              
60412              Subject: Re: [ID 20000825.019] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6820 on alpha-dec_osf 5.1 (UNINSTALLED) 
60413              
60414              Subject: [PATCH] installation not quite silent yet.
60415              
60416              Update the test count.
60417              
60418              Use UVxf, PTR2UV, NVff.
60419              
60420              Document PTR2XX and INT2PTR.
60421              
60422              no-install target a la make -n.
60423              Subject: [PATCH] make no-install (was Re: [PATCH] installation not quite silent yet.)
60424              
60425              grep -e isn't portable.
60426              Subject: [ID 20000825.027] let me (perlbug@perl.com) know how I blew it
60427              
60428              Can't get the test to reliably work thanks to the
60429              inaccurateness of floating point.  "Resolves" bug ids
60430              20000826.003, 20000826.009, 20000826.010,
60431              
60432              Subject: installman buglet
60433              
60434              DJGPP update from Laszlo Molnar.
60435              
60436              Subject: MM_Unix.pm LD_RUN_PATH niggles on Solaris
60437              
60438              Passing -R in ldflags makes now it to appear in the default
60439              for lddlflags, just like with -L.
60440              Subject: Re: MM_Unix.pm LD_RUN_PATH niggles on Solaris
60441              
60442              Test nit.
60443              
60444              Use the actual thread type, not the pointer-to-struct.
60445              
60446              Provice virtual $Config{ccflags_nolargefiles} etc. 
60447              
60448              display_format used as a class method without arguments was broken,
60449              reported in
60450              Subject: Math::Complex->display_format() sets style to 'Math::Complex'
60451              
60452              Subject: [ID 20000828.006] dir name "0" not safe with Cwd.pm
60453              
60454              Subject: [ID 20000828.009] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6855 on i586-linux 2.2.12 (UNINSTALLED)
60455              
60456              Subject: [PATCH@6855] _Minor_ change to overload.pm pod
60457              
60458              opmini.o may be left around if a build is interrupted.
60459              
60460              Typo in #6858.
60461              
60462              Fix for ID 20000828.001, long doubles were not formatted
60463              correctly (showed up in $], which stopped installing perl).
60464              
60465              An attempt to fix the problem reported in
60466              Subject: Building perl@6856 using gcc/AIX 4.3.3 
60467              I can't test this properly since the gcc installation I have
60468              access to seems to be botched (gcc is calling the AIX cpp,
60469              a losing proposition...)
60470              
60471              Add -ld to archname on long tr...double platforms.
60472              
60473              Subject: hv.h Doc Patch
60474              
60475              Potential cruft.
60476              
60477              Subject: [PATCH bleedperl@6856] warnings fixes
60478              
60479              -S is the silent flag, -s is the strip flag.
60480              Subject: [PATCH] Re: [PATCH] make no-install          
60481              
60482              Take out the SUIDMAIL thing, that will not be
60483              a problem in 5.7.*.
60484              
60485              Subject: [PATCH bleedperl@6866] spellings
60486              
60487              Subject: [PATCH] Re: files not cleaned even by veryclean
60488              
60489              Use minimal @INC in tests, most of the time just '../lib',
60490              so that we simply can't pick up stuff from other Perls than
60491              the one we are testing.  Pointed out by
60492              Subject: Re: [PATCH: 6757] make new Storable tests forgiving of places where not built   
60493              
60494              Update to Getopt::Long 2.24, from Johan Vromans.
60495              
60496              Fix for thinko in #6848.
60497              Subject: Compiler error in ext/Thread/Thread.c (bleadperl@6866)
60498              
60499              Patches all over for people and the files they (hopefully) care about.
60500              
60501              Subject: Net::protoent does not export 'getproto'
60502              
60503              Missed a change in #6869.
60504              
60505              Subject: [PATCH] Warnings in B::Deparse
60506              
60507              Subject: [PATCH] Glob dumping
60508              
60509              Disable one of the tests for now.
60510              
60511              Disabling the one test is a bit tricky.
60512              
60513              Don't forget to tidy up.
60514              
60515              The #6881 removed one dump line.
60516              
60517              Subject: Re: [ID 20000525.003] perldoc fails when Makefile.PL is in cwd
60518              
60519              Under usethreads the dumped variable is IN_PAD.
60520              Subject: Re: [PATCH] Glob dumping
60521              
60522              Subject: [ID 20000829.026] [PATCH 6868] File::Temp
60523              
60524              Subject: [ID 20000829.022] [PATCH 6868] Minor nit in installhtml
60525              
60526              Subject: [ID 20000829.023] [PATCH 6868] perlbug@perl.com --> perlbug@perl.org
60527              
60528              Regen Configure for #6894.
60529              
60530              Subject: [PATCH: 6889] updates to perlebcdic.pod
60531              
60532              Undo namespace pollution of #6878.
60533              Subject: Re: Net::protoent does not export 'getproto'
60534              
60535              Admit that we are leaking scalars.
60536              
60537              Subject: [PATCH 5.6.0] [ID 20000608.006] panic: magic_killbackrefs with blessed global weakrefs
60538      Branch: maint-5.6/perl
60539           !> (integrate 271 files)
60540 ____________________________________________________________________________
60541 [  7894] By: gsar                                  on 2000/11/27  16:00:34
60542         Log: a couple of nits
60543      Branch: maint-5.6/perl
60544            ! MANIFEST pp_sys.c
60545 ____________________________________________________________________________
60546 [  7893] By: gsar                                  on 2000/11/27  15:10:56
60547         Log: integrate changes#6666..6678,6680..6682,6684..6691,6699..6733,
60548              6740..6745,6747..6757,6760
60549              
60550              Subject: Re: [ID 20000816.006] [PATCH @6655] Shell.pm, bug fix, strict and OO Interface
60551              
60552              Subject: [PATCH(2) @6655] Re: perldebut.pod - spelling
60553              
60554              Doc nits spotted by Richard Soderberg.
60555              
60556              move WNOHANG definition to where other such things are
60557              
60558              Make $Config{byteorder} more magical so that it is
60559              dynamically computed: nice for 'fat binaries'.
60560              Subject: [PATCH]: default byteorder
60561              
60562              Subject: [PATCH] Cwd.pm now uses strict
60563              
60564              Subject: Re: [PATCH]Re: Questions about Math::BigFloat
60565              
60566              Get -DLEAKTEST to compile (not necessarily to work, mind)
60567              Subject: [ID 20000724.006] -DLEAKTEST problem
60568              
60569              perldebtut 1.10 from Richard Foley, plus Celsius and Fahrenheit.
60570              
60571              Add perlebcdic from Peter Prymmer, regen toc.
60572              
60573              Don't propose using modules built for 5.005 if no binary
60574              compatibility with 5.005 is attempted.
60575              
60576              Do not use prototyping here.
60577              Subject: [ID 20000817.016] [PATCH] Peek.xs
60578              
60579              Document what the backtick returns if the command fails.
60580              
60581              Add byteorder to the myconfig output.
60582              
60583              Introduce NVef, NVff, and NVgf, use the middle one.
60584              (helps for lib/peek + Linux + long doubles)  Reported in
60585              Subject: [ID 20000814.005] Not OK: perl v5.6.0 on i686-linux-64int 2.2.13       
60586              Use NVs in POSIX math, not doubles.
60587              Subject: [ID 20000817.014] POSIX & modfl
60588              
60589              Subject: [PATCH 5.6.0+] newSVrv() memory leak
60590              
60591              The byteorder code in #6671 was wrong.
60592              
60593              Fix the lib/complex failure of
60594              Subject: [ID 20000814.005] Not OK: perl v5.6.0 on i686-linux-64int 2.2.13       
60595              Linux long double accuracy issue: something that
60596              when printed with %g looks like "2" but int() of it is 1.
60597              
60598              Propagate new Configure vars.
60599              
60600              Unbuffer the output.
60601              
60602              Subject: [PATCH] perltrap.pod spring cleaning
60603              
60604              Subject: [PATCH] perlfunc.pod -- clarifying sprintf array argument issues
60605              Subject: [ID 20000817.018] behaviour change 5.5.3 -> 5.6.0 re "Modification of a read-only value"
60606              
60607              Tiny Getopt::Long patch from Johan Vromans.
60608              
60609              Document code point which makes if (defined %stash::) to work
60610              (noted by Spider Boardman).
60611              
60612              Subject: [PATCH perl@6698] cygwin port
60613              
60614              Document the NDBM_File and ODBM_File as SDBM_File
60615              was documented in #6417.
60616              
60617              The new tests were missing from #6415.
60618              
60619              Add [[:blank:]] as suggested in
60620              Subject: [ID 20000716.024] [=cc=] / [:blank:]
60621              (the [=cc=] has already been taken care of by #6439
60622              so the whole bug report can be closed)
60623              and make [[:space:]] to be equivalent to isspace(3)
60624              (as opposed to \s, which is isSPACE()).  The difference
60625              is that now [[:space:]] matches the mythical vertical tab,
60626              while \s doesn't.
60627              
60628              Don't eat leading os from index entries.
60629              Subject: Re: [ID 20000810.006] Pod::Man Ate My 'O'!
60630              
60631              Subject: [PATCH 5.6.0+] fix for Win32::DomainName
60632              
60633              Typo in pp_complement().
60634              Subject: [PATCH perl-current] Deparse
60635              
60636              Add warnif(), check warnings further up the stack,
60637              all the warnings functions now can take an optional object reference.
60638              Subject: [PATCH bleedperl@6691] warnings pragma update
60639              
60640              Fix a core dump in lib/selfloader under -DDEBUGGING.
60641              Subject: PATCH @6698 for [ID 20000817.007] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6676 on alpha-dec_osf 4.0f (UNINSTALLED) 
60642              
60643              Subject: [PATCH 5.6.0+] fix for Win32::GetFullPathName and Win32::GetShortPathName
60644              
60645              Subject: [PATCH: 6698] tidy up the temp files left by peek tests on VMS
60646              
60647              Subject: [PATCH: 6698] was Re: [PATCH: 6640] VMS Makefile.SH update (fwd)
60648              Put back the long double avoidance code to POSIX.xs
60649              because VMS seems to need it still.
60650              
60651              Introduce a 'veryclean' target that is like 'distclean'
60652              but also removes *~ and *.orig.
60653              
60654              Subject: [ID 20000817.023] endianness description in perlfunc.pod
60655              
60656              Subject: [PATCH perl@6698] File::Temp fix-ups for OpenVMS
60657              
60658              Let's try #6717 again.
60659              
60660              UTF8 concat fixes.
60661              Subject: [PATCH @6713] Re: [ID 20000815.006] latest patched perl core dumps
60662              
60663              pp_open() could pass an uninitialized filename down to do_open9().
60664              
60665              Subject: Re: [ID 20000819.002] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6707 on i686-linux 2.2.5-16 (UNINSTALLED)
60666              
60667              Update to CGI 2.72, from Lincoln Stein.
60668              
60669              Subject: [PATCH] Silence MakeMaker (Was: installman)
60670              
60671              Use temporary directory instead of current directory.
60672              Subject: Re: [ID 20000816.011] Test failure in lib/ftmp-security.t
60673              
60674              Document odd vs even subreleases and -Dusedevel.
60675              
60676              The veryclean target needs to clobber.
60677              
60678              Use File::Spec->tmpdir().
60679              
60680              Document the number of exponent digits.
60681              
60682              Mention perlebcdic and perlposix-bc.
60683              
60684              s/this one/the 5.6.0 release/
60685              
60686              The #6724 is here.
60687              
60688              The correct cleaning order is an art.
60689              
60690              small tweaks for change#6705: avoid C++ style comments in C code;
60691              use Perl's malloc API rather than the low level system one
60692              
60693              Array context keeps slithering in.
60694              
60695              Subject: Re: 5.7.0 getting really close, new snapshot: perldelta, Storable
60696              
60697              Subject: [PATCH] os2.c fix for use64bitint
60698              
60699              Update to Pod::LaTeX 0.53.
60700              Subject: [PATCH] lib/Pod/LaTeX.pm updates
60701              
60702              Document the endianness of Alpha more precisely.
60703              
60704              Subject: RE: [PATCH perl@6736] t/pragma/warn/9enabled assumes stdout buffered
60705              
60706              Rename the macro argument because some preprocessors
60707              can't tell the difference and expand arguments also inside
60708              double quoted strings.
60709              
60710              free TLS slot properly on Windows
60711              
60712              use Cwd 'chdir' didn't set $ENV{PWD} correctly on Windows
60713              
60714              Unicos/mk requires elaborate paranoia.
60715              
60716              Tweak the floating point output routine preferences.
60717              
60718              Also under djgpp the timestamps are funky.
60719              
60720              Apply some PodParser 1.18 patches; the Pod/Find.pm
60721              patches cannot be applied since #6712 conflicts.
60722              
60723              Use PodParser 1.18 new test.
60724              
60725              A pod nit.
60726              Subject: [PATCH] pod/perlre.pod (was Re: [ID 20000821.007] $&, $1, etc. disappear when sub returns)
60727              
60728              Be verydeepclean.
60729      Branch: maint-5.6/perl
60730           +> pod/perlebcdic.pod
60731           !> (integrate 106 files)
60732 ____________________________________________________________________________
60733 [  7892] By: jhi                                   on 2000/11/27  15:02:32
60734         Log: Update Changes.
60735      Branch: perl
60736            ! Changes patchlevel.h
60737 ____________________________________________________________________________
60738 [  7891] By: jhi                                   on 2000/11/27  14:57:23
60739         Log: Subject: Re: perlfaq style changes
60740              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
60741              Date: Sat, 25 Nov 2000 23:32:26 -0800
60742              Message-ID: <KyLI6gzkgiRK092yn@efn.org>
60743              
60744              plus a note from Ronald Kimball.
60745      Branch: perl
60746            ! pod/perlfaq.pod pod/perlfaq1.pod pod/perlfaq6.pod
60747 ____________________________________________________________________________
60748 [  7890] By: jhi                                   on 2000/11/27  14:53:14
60749         Log: Subject: [PATCH perl@7825] Re: [ID 20001122.006] weird behaviour of $|
60750              From: Benjamin Holzman <bah@ecnvantage.com>
60751              Date: Sun, 26 Nov 2000 16:27:33 -0500
60752              Message-ID: <20001126162733.J25040@ecnvantage.com>
60753      Branch: perl
60754            ! gv.c
60755 ____________________________________________________________________________
60756 [  7889] By: jhi                                   on 2000/11/27  14:43:11
60757         Log: Subject: [ID 20001127.004] White space problem in perlamiga.pod
60758              From: lvirden@cas.org
60759              Date: Mon, 27 Nov 2000 09:32:06 -0500 (EST)
60760              Message-Id: <200011271432.JAA09550@lwv26awu.cas.org>     
60761      Branch: perl
60762            ! README.amiga
60763 ____________________________________________________________________________
60764 [  7888] By: jhi                                   on 2000/11/27  14:32:34
60765         Log: Restore also the locale test to no-sprintf-taint state.
60766              Fixes the bug 20001127.003.
60767      Branch: perl
60768            ! sv.c t/pragma/locale.t
60769 ____________________________________________________________________________
60770 [  7887] By: gsar                                  on 2000/11/27  14:13:05
60771         Log: integrate changes#6613..6616,6620..6665 from mainline
60772              
60773              VMS configure.com update continues.
60774              
60775              Subject: Test fails / warnings with perl-current #6612
60776              
60777              Subject: [PATCH] @+, @- readonly (was Re: @<punct> interpolating in "")
60778              
60779              Subject: Re: [ID 20000807.003] [PATCH] Debugger treatment of condition "0"
60780              
60781              For now remove the mail code.
60782              
60783              Subject: Re: [PATCH] @+, @- readonly
60784              
60785              Subject: warning: storage class after type is obsolescent
60786              
60787              Subject: sfio2000
60788              
60789              Subject: Re: File::Temp problems on VMS in bleedperl
60790              
60791              README.os2 update.
60792              Subject: Re: [PATCH perl-current] Make op/sprintf.t more comprehensive,
60793              
60794              Make the user to give up his firstborn, err, to knowingly
60795              verify installing an unstable developer release.  Also bump
60796              the release to 5.7.0, but leave a patch tag in the local
60797              patches saying that this is not yet the real thing.
60798              
60799              Update (kinda) to Test 1.14, from Joshua Pritikin.
60800              
60801              make ok etc also for win32.
60802              
60803              Subject: [ID 20000815.005] [PATCH] perldoc not looking in the right place for script pod
60804              
60805              Don't blow limited stacks, a lower number is enough to
60806              tickle the lookbehind limit.
60807              
60808              Use -Dusedevel; regen Configure and the respective Porting stuff.
60809              
60810              Subject: [PATCH] debugger exit code should reflect user exit code
60811              
60812              Subject: [PATCH perl@6620] cygwin port
60813              
60814              Missed a file from #6638.
60815              
60816              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)
60817              
60818              magic callbacks all need to have same type signature
60819              
60820              Subject: [ID 20000815.014] [PATCH] INSTALL doesn't mention 64 bit support.
60821              
60822              Fix a dependency problem.
60823              Subject: [PATCH: 6640] VMS Makefile.SH update
60824              
60825              The numeric locale was reset to "C" by s?printf and never restored.
60826              Subject: [ID 20000809.003] setlocale(LC_NUMERIC...) produces different results in 5.005 and 5.6
60827              No test since adding the failing example to locale.t
60828              does not fail -- probably because the locale settings are so
60829              thoroughly tweaked by that time.  Running the example standalone
60830              does fail, though.  UPDATE: test case added at change #7540.
60831              
60832              Subject: [ID 20000324.040] minor fix to perlhpux.pod
60833              
60834              Update to CPAN 1.57.
60835              
60836              Subject: [PATCH] Cwd::_backtick_pwd does not check return value
60837              
60838              Change the perlbug address to perl.org since it's more forgiving.
60839              
60840              Change the regx compilation error markers to use = instead of <
60841              since pod makes using the latter quite messy.  Reported in
60842              ID 20000814.006 by Abigail and in
60843              Subject: Unknown escape E<> ?
60844              
60845              Update to perldebtut 1.9, from Richard Foley.
60846              
60847              check that the number pseudo children doesn't exceed
60848              MAXIMUM_WAIT_OBJECTS, which is currently 64 (avoids overflowing
60849              the WaitForMultipleObjects() limit that would cause wait()
60850              to crash)
60851              wait() and waitpid() could potentially be rewritten to use
60852              more than one thread to do the waiting to eliminate this
60853              limitation
60854              
60855              change#6328 could make close(SOCKET) return false on windows
60856              when it shouldn't
60857              
60858              pod nit seen in passing
60859              
60860              on windows, the return values from wait() and waitpid() don't
60861              match those of pseudo-pids
60862              
60863              waitpid() now handles externally spawned pids correctly;
60864              fixes for backtick/wait/waitpid failures on Windows 9x
60865              these changes make the pid returned by process functions on
60866              Windows 9x always positive by clearing the high bit (which
60867              is always set on Win9x); pseudo-process PIDs are likewise
60868              always negative now on Win9x (just as on NT/2000)
60869              
60870              trailing new %ENV entries weren't being pushed into the real
60871              environment of subprocesses on Windows
60872              
60873              Tweak the regex compilation errors once more.
60874              
60875              avoid warnings from dense compiler
60876              
60877              add "ok" targets from change#6632 in makefile.mk
60878      Branch: maint-5.6/perl
60879            - lib/Pod/PlainText.pm vms/configure.com
60880           !> (integrate 66 files)
60881 ____________________________________________________________________________
60882 [  7886] By: jhi                                   on 2000/11/27  13:54:18
60883         Log: __FUNCTION__ isn't portable and trying to emulate it leads
60884              into practically spelling out the name of the function.
60885              Takes care of the bug 20001127.001.
60886      Branch: perl
60887            ! perlio.c
60888 ____________________________________________________________________________
60889 [  7885] By: gsar                                  on 2000/11/27  13:53:18
60890         Log: integrate changes#6540..6541,6546..6549,6552..6554,6557..6606,
60891              6610..6611 from mainline
60892              
60893              Make regular expression parse error messages easier to understand.
60894              Subject: Re: enhanced(?) regex error messages
60895              
60896              Tiny tidying on report_evil_fh().
60897              
60898              Subject: Re: enhanced(?) regex error messages 
60899              plus Capitalize the error messages, plus perldiag them.
60900              
60901              Subject: Patch against 5.6.0 to allow "-d:Module=arg,arg,arg"
60902              
60903              Document here-doc better.
60904              
60905              Subject: [ID 20000807.003] [PATCH] Debugger treatment of condition "0"
60906              
60907              Subject: [PATCH] Re: [ID 20000807.008] Double reads considered evil? (deja vu)
60908              Do away with array context, from Daniel Chetlin <daniel@chetlin.com>
60909              (either perlbug or p5p ate the original), plus regen
60910              perlapi and perltoc. 
60911              
60912              Regen global.sym.
60913              
60914              Double check that we have a dirhandle.
60915              
60916              Subject: Re: enhanced(?) regex error messages
60917              (plus two small patches sent privately)
60918              (this still seems to leave few test failures)
60919              
60920              warn is a macro, avoid using at a variable to avoid warnings
60921              in some configurations; readdir.t is too conservative in
60922              estimating number of *.t's
60923              
60924              Get back into sync with Jeffrey on the enhanced regex warnings.
60925              
60926              Subject: [PATCH 5.6.0] cygwin port
60927              
60928              Zero entries were skipped, fix from Adrian Goalby
60929              <argoalby@yahoo.co.uk>
60930              
60931              Subject: Remove dead entry in perldiag
60932              
60933              Amend the description of Perl6.
60934              Subject: [PATCH Perl-5.6.0] perlfaq1.pod
60935              
60936              detypo
60937              
60938              It's the 2ndO'ROSSC.
60939              
60940              Revert the sv.c part of #6559, a better fix is needed.
60941              
60942              Iterating perl6 description.
60943              
60944              Update to Term::ANSIColor 1.03, from Russ Allbery.
60945              
60946              Update to Getopt::Long 2.23_05, from Johan Vromans.
60947              
60948              Small AUTHORS and MAINTAIN updates.  Could do with big updates.
60949              
60950              Update to Pod::Parser 1.17, from Brad Appleton.
60951              
60952              Update to CPAN 1.56, from Andreas König.
60953              
60954              Update to CGI 2.70, from Lincoln Stein.
60955              
60956              Put back the std @INC thing.
60957              
60958              Fixes to looking-like-number to keep behaviour as it was in 5.005_03.
60959              Subject: Re: [ID 20000810.002] $a["1foo"] same as $a[0]
60960              
60961              Document the IO::Select timeout.
60962              
60963              sleep(1) does not necessarily return 1.
60964              Subject: [PATCH bleadperl] op/lex_assign.t  
60965              
60966              Subject: debugger "d" command doesnt check line number
60967              
60968              B::Deparse didn't do sub attributes.
60969              Subject: B::Deparse was Re: [ID 20000808.005] refs to returned lvalues are lvalues??
60970              
60971              Preprocessing and postprocessing for File::Find.
60972              Subject: Patch to Find::File.pm to allow alphabetical results
60973              
60974              Subject: Re: [ID 20000809.005] trouble with long string and /m modifier - uninitialized value 
60975              
60976              Subject: Re: [ID 20000809.006] Debugger lost the ability to see $1 et al
60977              
60978              Subject: Re: [ID 20000730.003] utf8::length() bad
60979              
60980              Subject: Getting perlio and threads to compile
60981              (the Solaris version changes in Configure skipped)
60982              
60983              Tests for #6589.
60984              Subject: Re: B::Deparse was Re: [ID 20000808.005] refs to returned lvalues are lvalues??
60985              
60986              Add Perl debugging tutorial, regen toc. 
60987              Subject: perldebtut.pod
60988              
60989              Add a few missing files, update MANIFEST.
60990              
60991              Rewrite of vms/subconfigure.com as configure.com,
60992              from Peter Prymmer and the vmsperl crew.
60993              
60994              Should have deleted this in #6603.
60995              
60996              Fix the test for 5005threads.
60997              
60998              Fix-n-skip the tests under 5005threads.
60999              
61000              Subject: [PATCH] t/op/regmesg.t fails if REG_INFTY set
61001              
61002              Upgrade to CGI 2.71, from Lincoln Stein.
61003      Branch: maint-5.6/perl
61004           +> lib/CGI/eg/make_links.pl lib/CGI/eg/wilogo.gif
61005           +> lib/Pod/PlainText.pm pod/perldebtut.pod t/lib/gol-oo.t
61006           +> t/op/regmesg.t t/pod/find.t vms/configure.com
61007            - vms/subconfigure.com
61008            ! lib/lib.pm
61009           !> (integrate 115 files)
61010 ____________________________________________________________________________
61011 [  7884] By: jhi                                   on 2000/11/27  13:44:33
61012         Log: Subject:  [PATCH perl@7795 (and earlier)] VMS test cleanup
61013              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
61014              Date:     Mon, 27 Nov 2000 08:23:54 EST
61015              Message-Id: <001127082318.6381c@DUPHY4.Physics.Drexel.Edu>
61016      Branch: perl
61017            ! vms/descrip_mms.template vms/test.com
61018 ____________________________________________________________________________
61019 [  7883] By: gsar                                  on 2000/11/27  11:50:46
61020         Log: integrate changes#6469..6484,6486..6501,6504..6505,6507..6509,
61021              6511..6513,6515..6523,6525..6536
61022              
61023              The swallow_bom() saga continues.  The #23 of require.t
61024              (UTF16-LE) still fails (silently, no output) but the #22
61025              (UTF16-BE) seems to be working now.  The root of the
61026              failure may be in sv_gets(): is it UTF-16LE-aware,
61027              especially when it comes to line endings? 
61028              
61029              Document the problem with -P in HP-UX and its workaround.
61030              
61031              Subject: [PATCH] allow non-variable as lhs of non-updating tr///
61032              (aka ID 20000730.002)
61033              
61034              Subject: fix and question re: waitpid() under win32
61035              
61036              Make the safety catch for buggy gccs work with triple version
61037              numbers like 2.95.2.  Reported in
61038              Subject: [ID 20000731.005] Perl 5.6.0 "Configure" fails to recognize gcc 2.95.2
61039              
61040              In Digital UNIX warn if gcc explicitly chosen because even
61041              2.95.2 is known to cause problems.
61042              
61043              Make chr() for values >127 to create utf8 when under utf8.
61044              
61045              various syntax errors and such (not fixed: comp/require.t#22 coredump
61046              on Windows)
61047              
61048              Stash away the largefiles flags and libswanted.
61049              
61050              BOM patching from Simon Cozens.
61051              
61052              If gccosandvers is equal to osname, clear gccosandvers.
61053              
61054              Make p4desc to skip non-mainperl branches by default.
61055              
61056              Subject: [Proposed PATCH] Let Perl define QUAD_MIN and _MAX itself
61057              
61058              The test from this
61059              Subject: Re: [ID 20000411.002] qw() gives different results in 5.6 to previous versions
61060              
61061              In new BSDs changes to argv[] do not show up in ps(1) output,
61062              instead one must use setproctitle().  This was already addressed
61063              by change #6457, but the below has a new variant for FreeBSD 4.0
61064              or later, and the matter is also documented more.
61065              
61066              FreeBSD 3.* updates from
61067              Subject: [ID 20000801.007] setting $0 on FreeBSD 4.x does not get reflected in /bin/ps
61068              
61069              regen_headers, regen perltoc.
61070              
61071              Document in one place the memory abstractions used in Perl core.
61072              
61073              memcpy has n o in it, as pinted ut by Sarathy.
61074              
61075              Remove the extraneous "main::" prefix from all the
61076              "opened only for", "on closed", and "never opened" warnings.
61077              
61078              The name of a filehandle does not have <these>.
61079              
61080              The tr utf8 patching continues.
61081              
61082              The new setproctitle() feature is available only in 
61083              bleeding edge FreeBSD.  From Paul Saab.
61084              
61085              Subject: [PATCH bleadperl] [ID 20000731.010] regex error 
61086              
61087              Dump UVs as UVs in Data::Dumper.
61088              
61089              detypo #6494
61090              
61091              Document the IVdf UVuf UVof UVxf.
61092              
61093              require.t needs binmode() to work on windows
61094              
61095              Generate OP_IS_SOCKET() and OP_IS_FILETEST() macros
61096              that are hopefully soon put into use.
61097              
61098              Allow "no Module;" even if there is no 'unimport'.
61099              
61100              Better skip message for the test; one of the two problems in
61101              Subject: [ID 20000224.003] Not OK: perl v5.5.660 on i86pc-solaris 2.7
61102              
61103              The subtest 4 may fail also on VOBS, as pointed out
61104              by Nick Ing-Simmons in November 1999, bug id 19991124.003
61105              (but the failure in that bug report isn't the subtest 4).
61106              
61107              Be more informative on what is skipped and why,
61108              also repeat the list at the end.
61109              
61110              Add a URL for FSF.
61111              
61112              Subject: [PATCH] sv.h documentation - SvLEN
61113              
61114              Subject: [PATCH bleadperl] [ID 20000803.001] further regexp counting problems
61115              
61116              Subject: [PATCH perl-current] Comings and goings in op/sprintf.t
61117              
61118              Subject: [PATCH] bad cppsymbols on os2 + Configure question
61119              
61120              Subject: [ID 20000802.002] [PATCH] memory pseudo-leak in sv_dump
61121              
61122              Subject: [ID 20000802.004] Tests op/grent.t and op/pwent.t fail unnecessarily
61123              mention the idea of @( and @)
61124              
61125              This is 6512.  Really.
61126              
61127              Subject: [ID 19990721.004] Documentation bug in perlfunc
61128              
61129              Subject: Minor tweak to perlvar.pod
61130              
61131              In the warnings call filehandles consistently so;
61132              add "unopened" warning for stat().
61133              
61134              After the #6519 a warning about stat() is just that,
61135              not about a filetest, which now have their own warning.
61136              
61137              Subject: [ID 20000804.002] configure.gnu and arguments with whitespace characters
61138              
61139              Subject: Re: Array vs. List context
61140              
61141              Subject: New perlcc, take 2
61142              
61143              Weed buglets pointed out by
61144              Subject: Re: [ID 20000803.005] miniperl aborts during Perl make
61145              
61146              gcc versions might have (parentheses) in them.
61147              
61148              Subject: [ID 20000724.004] Perl interpreter segfault when using built-in flock
61149              
61150              Essential prototype changes were missing from #6527.
61151              Also make report_evil_fh() more bomb-proof.
61152              
61153              Zap lib/Sys directory when cleaning up.
61154              
61155              Change the Policy policy: now -Dprefix= with an existing
61156              Policy.sh and prefix == siteprefix == vendorprefix, then all
61157              of them follow along the new prefix.
61158              Subject: Re: [ID 20000508.002] -Dprefix completely broken [PATCH]
61159              
61160              Continue fixing the io warnings.  This also
61161              sort of fixes bug ID 20000802.003: the core dump
61162              is no more.  Whether the current behaviour is correct
61163              (giving a warning: "Not a format reference"), is another matter.
61164              
61165              Have symbols for the IoTYPEs.
61166              
61167              Subject: [PATCH] perlfunc.pod use documentation (5.6.0)
61168              
61169              Document a bit that UDP is not what you might think.
61170              Subject: Re: IO::Socket::INET bug sending large UDP packets/fragmentation
61171              tr memory corruption fix from Simon Cozens.
61172              
61173              Plug the security hole described in the Aug 05 2000 bugtraq message
61174              "sperl 5.00503 (and newer ;) exploit" by Michal Zalewski.
61175              The security hole exists only in suidperls, which isn't
61176              installed or even built by default.
61177      Branch: maint-5.6/perl
61178           !> (integrate 71 files)
61179 ____________________________________________________________________________
61180 [  7882] By: gsar                                  on 2000/11/27  10:25:36
61181         Log: integrate changes#6439..6444,6446..6453,6455..6457,6460..6465,6467..6468
61182              from mainline
61183              
61184              Make the unimplemented POSIX regex features [[.cc.]] and [[=c=]]
61185              to be fatal errors (instead of by default ignoring them, and
61186              ignoring with a bug: even though -w gave an error, the opening [
61187              was left in)  Reported in:
61188              
61189              Subject: [PATCH: perl@6409] bug fix for munchconfig (turned up by CXX)
61190              
61191              Subject: [PATCH] split /^/
61192              
61193              MacOS nits from Matthias Neeracher.
61194              
61195              More split() doc and test patches from Mike Guy.
61196              
61197              Allow "sub AUTOLOAD;" to stop AUTOLOAD inheritance,
61198              from Graham Barr in the module list.
61199              
61200              docfix from Peter Scott <Peter@PSDT.com>.
61201              
61202              File::Temp patches for VMS and OS/2 from Tim Jenness.
61203              
61204              open() wariness in perlbug.
61205              
61206              Subject: [PATCH] minor doc change - perlguts
61207              
61208              Subject: Minor doc patch: handy.h
61209              
61210              Be wary of close()s, too.
61211              
61212              Further File::Temp patches from Yitzchak Scott-Thoennes
61213              and Craig A. Berry.
61214              
61215              Subject: [PATCH] fixes bug 20000508.004
61216              
61217              Subject: [ID 19990709.002] [DOCUMENTATION PATCH] perldiag
61218              
61219              Allow "no AutoLoader;", based on change #6444,
61220              suggested by Graham Barr.
61221              
61222              Use setproctitle() if available to modify $0.
61223              
61224              Warn if the version of the operating system used to compile gcc
61225              differs from the current version of the operating system.
61226              Also display the gcc compilation os and version in myconfig.
61227              Inspiration from
61228              
61229              Tiny fixes for #6460.
61230              
61231              The problem described in this
61232              Subject: [ID 20000322.018] named chars aren't magical enough
61233              has been fixed in perl 5.6.0 but just in case added a test
61234              to keep it away.  (The report from Joseph Hall.)
61235              
61236              Tune the comments and hopefully stop a memory leak.
61237              
61238              Subject: UTF8 concat
61239              (with a memory leak fixed, plus a few casts added)
61240              This also seems to help for
61241              Subject: [ID 20000716.015] join UTF8 weirdness
61242              
61243              Do not upgrade SVs into utf8 just because they participate
61244              in eq or cmp.  Reported and fix suggested in
61245              Subject: [ID 20000720.009] sv_eq UTF8 bug
61246              
61247              Fix the HALF_UPGRADE() macro introduced in #6263.
61248              
61249              Find green threads before native threads.
61250              Subject: Re: Patch to jpl/JNI/Makefile.PL
61251      Branch: maint-5.6/perl
61252           !> (integrate 30 files)
61253 ____________________________________________________________________________
61254 [  7881] By: jhi                                   on 2000/11/27  05:48:41
61255         Log: It seems that *both* the unused submatch loop cleanup
61256              codes are needed.
61257      Branch: perl
61258            ! regexec.c
61259 ____________________________________________________________________________
61260 [  7880] By: jhi                                   on 2000/11/27  04:50:07
61261         Log: Clean .exists deeper.
61262      Branch: perl
61263            ! Makefile.SH
61264 ____________________________________________________________________________
61265 [  7879] By: jhi                                   on 2000/11/27  02:31:35
61266         Log: The code in regcppop() (see #7878) contains the correct lower
61267              limit for the unused submatch 'cleanup' loop so that under
61268              "use utf8" the following code wouldn't dump core:
61269              "," =~ /([^,]*,)*/  With the the wrong lower limit (>=1)
61270              the cleanup loop in regtry() stomped beyond allocated area
61271              in the startp[] array.  Therefore, copied the correct lower
61272              loop limit (*PL_reglastparen) to regtry().  Note: something
61273              may still not be quite right: why was the _higher_ loop limit
61274              (prog->nparens) different in the utf8 case?
61275              
61276              After this patch "./perl -Ilib -Mutf8 t/op/regexp.t" works
61277              without core dumps, there were about 17 of them before
61278              the patch (with us since Perl 5.7.0).  Two failures, still:
61279              496 and 505 (though these may not be severe).
61280              
61281              Patch #7881 is also needed since both the cleanup loops
61282              seem to be needed.
61283              
61284              Also, the t/op/pat#44 seems to core dump under utf8.
61285              Plus a couple of failures.  UGH-8.
61286      Branch: perl
61287            ! regexec.c
61288 ____________________________________________________________________________
61289 [  7878] By: jhi                                   on 2000/11/27  02:21:17
61290         Log: The unused submatch cleanup code in regtry() seems to be more crucial,
61291              the code in regcppop() seems to be redundant for the test suite --
61292              but it contains a germ of truth, and it needed for the build
61293              process itself: see #7879 and #7881.
61294      Branch: perl
61295            ! regexec.c
61296 ____________________________________________________________________________
61297 [  7877] By: jhi                                   on 2000/11/27  01:53:09
61298         Log: Comment on comment.
61299      Branch: perl
61300            ! regexec.c
61301 ____________________________________________________________________________
61302 [  7876] By: jhi                                   on 2000/11/27  00:49:59
61303         Log: Adjust the docs to agree with #7875.
61304      Branch: perl
61305            ! pod/perllocale.pod
61306 ____________________________________________________________________________
61307 [  7875] By: jhi                                   on 2000/11/27  00:49:27
61308         Log: Retract #7863.  It makes more sense not to taint formatted output,
61309              not even by sprintf().
61310      Branch: perl
61311            ! sv.c
61312 ____________________________________________________________________________
61313 [  7874] By: jhi                                   on 2000/11/26  23:36:02
61314         Log: Debug dump of ANYOFUTF8 was garbage (data from ANYOF).
61315              Not really fixed (should really dump the UTF-8 charclass),
61316              but stopped displaying the garbage.
61317              
61318              Also add a note on the (missing) Unicode PSXSPC and BLANK.
61319      Branch: perl
61320            ! regcomp.c
61321 ____________________________________________________________________________
61322 [  7873] By: jhi                                   on 2000/11/26  21:31:13
61323         Log: BOUND regex opcodes (\b, \B) could try to scan zero length UTF-8.
61324      Branch: perl
61325            ! regexec.c
61326 ____________________________________________________________________________
61327 [  7872] By: jhi                                   on 2000/11/26  21:06:04
61328         Log: No need to scan till infinity, 13 is enough.
61329      Branch: perl
61330            ! handy.h utf8.c
61331 ____________________________________________________________________________
61332 [  7871] By: jhi                                   on 2000/11/26  20:20:32
61333         Log: Test line numbers are different with utf8.
61334      Branch: perl
61335            ! t/op/re_tests
61336 ____________________________________________________________________________
61337 [  7870] By: jhi                                   on 2000/11/26  20:10:12
61338         Log: Message nit.
61339      Branch: perl
61340            ! regcomp.c
61341 ____________________________________________________________________________
61342 [  7869] By: jhi                                   on 2000/11/26  19:01:05
61343         Log: Make utf8_length() and utf8_distance() (the latter of which
61344              is unused at the moment) to be less forgiving about bad UTF-8.
61345      Branch: perl
61346            ! embed.h embed.pl objXSUB.h proto.h utf8.c
61347 ____________________________________________________________________________
61348 [  7868] By: jhi                                   on 2000/11/26  18:45:56
61349         Log: Subject: Re: [ID 20001125.004] OK: perl v5.7.0 +DEVEL7825 on i686-linux 2.2.17 (UNINSTALLED)
61350              From: Benjamin Holzman <bah@ecnvantage.com>
61351              Date: Sat, 25 Nov 2000 20:40:20 -0500       
61352              Message-ID: <20001125204020.A25040@ecnvantage.com>              
61353              
61354              Debian allows installing /usr/bin/locale without installing
61355              any locales, an error message will ensue.
61356      Branch: perl
61357            ! t/pragma/locale.t
61358 ____________________________________________________________________________
61359 [  7867] By: jhi                                   on 2000/11/26  18:31:12
61360         Log: Subject: Re: [PATCH: perl@7825] SvTEMP-ness on rhs of aassign can wreak havoc
61361              From: Benjamin Holzman <bah@ecnvantage.com>
61362              Date: Sun, 26 Nov 2000 02:42:34 -0500
61363              Message-ID: <20001126024234.G25040@ecnvantage.com>
61364              
61365              Patch for the bug 20000212.002.
61366      Branch: perl
61367            ! sv.c t/op/array.t
61368 ____________________________________________________________________________
61369 [  7866] By: jhi                                   on 2000/11/26  18:28:09
61370         Log: Subject: PATCH: File::Temp fix on WindowsNT/VMS
61371              From: Tim Jenness <t.jenness@jach.hawaii.edu>
61372              Date: Fri, 24 Nov 2000 18:38:34 -1000 (HST)
61373              Message-ID: <Pine.LNX.4.21.0011241833230.18423-100000@lapaki.jach.hawaii.edu>
61374              
61375              File::Temp 0.11.
61376      Branch: perl
61377            ! lib/File/Temp.pm t/lib/ftmp-tempfile.t
61378 ____________________________________________________________________________
61379 [  7865] By: jhi                                   on 2000/11/26  18:24:22
61380         Log: The metaconfig unit change for #7864.
61381      Branch: metaconfig/U/perl
61382            ! need_va_copy.U
61383 ____________________________________________________________________________
61384 [  7864] By: jhi                                   on 2000/11/26  18:23:41
61385         Log: Make the va_copy() test not to be so talkative.
61386      Branch: perl
61387            ! Configure config_h.SH
61388 ____________________________________________________________________________
61389 [  7863] By: jhi                                   on 2000/11/26  18:11:02
61390         Log: Fix locale inconsistencies unearthed by Hugo's work.
61391              Now the floating point sprintf really does taint the result
61392              string as perllocale promises (has promised for a long time)
61393              if "use locale" is in the lexical scope.
61394      Branch: perl
61395            ! sv.c t/pragma/locale.t
61396 ____________________________________________________________________________
61397 [  7862] By: jhi                                   on 2000/11/26  00:35:15
61398         Log: Subject: [PATCH] Re: pp_add -> pp_i_add efficiency hack?
61399              From: Nicholas Clark <nick@ccl4.org>
61400              Date: Sun, 26 Nov 2000 00:07:50 +0000
61401              Message-ID: <20001126000750.A22446@plum.flirble.org>
61402              
61403              Infinit.
61404      Branch: perl
61405            ! sv.c
61406 ____________________________________________________________________________
61407 [  7861] By: jhi                                   on 2000/11/26  00:01:26
61408         Log: Integrate perlio.
61409      Branch: perl
61410           !> doio.c perlio.c perliol.h pp_sys.c win32/makefile.mk
61411 ____________________________________________________________________________
61412 [  7860] By: nick                                  on 2000/11/25  22:04:17
61413         Log: Correct relative path from new ext\Filter\Util\Call location
61414              back to miniperl.
61415      Branch: perlio
61416            ! win32/makefile.mk
61417 ____________________________________________________________________________
61418 [  7859] By: nick                                  on 2000/11/25  21:26:54
61419         Log: Integrate mainline.
61420      Branch: perlio
61421           +> ext/Filter/Util/Call/Call.pm ext/Filter/Util/Call/Call.xs
61422           +> ext/Filter/Util/Call/Makefile.PL t/lib/filter-util.pl
61423           +> t/lib/filter-util.t
61424            - ext/Filter/Util/Call.pm ext/Filter/Util/Call.xs
61425            - ext/Filter/Util/Makefile.PL t/lib/filt-util.pl
61426            - t/lib/filt-util.t
61427           !> AUTHORS Configure MANIFEST README.amiga configure.com doio.c
61428           !> embed.h embed.pl ext/B/B.pm ext/B/B/Lint.pm ext/B/B/Terse.pm
61429           !> hints/solaris_2.sh hints/uwin.sh hints/vmesa.sh
61430           !> lib/ExtUtils/MM_Unix.pm makedef.pl perl.h perlio.c perlio.h
61431           !> perlsdio.h proto.h t/lib/io_sock.t win32/Makefile
61432           !> win32/makefile.mk
61433 ____________________________________________________________________________
61434 [  7858] By: gsar                                  on 2000/11/25  20:52:17
61435         Log: C<foreach my $x ...> in pseudo-fork()ed process may diddle
61436              parent's memory; fix it by keeping track of the actual pad
61437              offset rather than a raw pointer (this change is probably also
61438              relevant to non-ithreads case to avoid fallout from reallocs of
61439              the pad array, but is currently only enabled for the ithreads
61440              case in the interests of minimal disruption to existing "well
61441              tested" code)
61442      Branch: perl
61443            ! embed.h embed.pl global.sym objXSUB.h perlapi.c pp_ctl.c
61444            ! proto.h scope.c scope.h sv.c t/op/fork.t
61445 ____________________________________________________________________________
61446 [  7857] By: nick                                  on 2000/11/25  20:01:28
61447         Log: All tests pass on Win32/gcc/USE_PERLIO.
61448              - when crlf layer is pushed make unix-level binary.
61449              - remove :crlf injection in pp_backtick in pp_sys.c
61450              - (Change dependacy of extension .dll's to perldll.def rather than perl.exe)
61451      Branch: perlio
61452            ! doio.c perlio.c pp_sys.c win32/makefile.mk
61453 ____________________________________________________________________________
61454 [  7856] By: jhi                                   on 2000/11/25  18:38:30
61455         Log: Update the metaconfig units for #7855.
61456      Branch: metaconfig/U/perl
61457            ! useperlio.U usesocks.U
61458 ____________________________________________________________________________
61459 [  7855] By: jhi                                   on 2000/11/25  18:37:54
61460         Log: Undo the SOCKS workarounds, instead start using PerlIO
61461              if SOCKS is selected.
61462              
61463              Subject: perl@7847, [ID 20001030.005], close-patch, perlio - The big cleanup
61464              From: Jens Hamisch <jens@Strawberry.COM>
61465              Date: Fri, 24 Nov 2000 18:31:30 +0100
61466              Message-ID: <20001124183130.E28337@Strawberry.COM>
61467              
61468              Subject: Re: perl@7847, [ID 20001030.005], close-patch, perlio - Patch the patch ...
61469              From: Jens Hamisch <jens@Strawberry.COM>
61470              Date: Fri, 24 Nov 2000 19:11:51 +0100
61471              Message-ID: <20001124191151.A28753@Strawberry.COM>
61472      Branch: perl
61473            ! Configure doio.c embed.h embed.pl makedef.pl perl.h perlio.c
61474            ! perlio.h perlsdio.h proto.h t/lib/io_sock.t
61475 ____________________________________________________________________________
61476 [  7854] By: jhi                                   on 2000/11/25  17:39:08
61477         Log: Undo #7848.  Some of the code seems to use walkoptree(),
61478              some walkoptree_slow().  An unfinished renaming?
61479              Now the sub is walkoptree() (which is @EXPORT_OK),
61480              the walkoptree_slow() is a typeglob alias to walkoptree.
61481              This makes the tests to pass, at least.
61482      Branch: perl
61483            ! ext/B/B.pm ext/B/B/Lint.pm ext/B/B/Terse.pm
61484 ____________________________________________________________________________
61485 [  7853] By: nick                                  on 2000/11/24  22:24:33
61486         Log: Re-arrange crlf vs binary for platforms that care.
61487              crlf layer is now "the" buffer layer and can turn its behaviour on/off.
61488              Lip-service to making stdio layer work on such platforms (untested).
61489              Now fails 3 tests rather than one, checkin to see if I can debug 
61490              the issue under linux. (Do not merge.)
61491      Branch: perlio
61492            ! doio.c perlio.c perliol.h
61493 ____________________________________________________________________________
61494 [  7852] By: jhi                                   on 2000/11/24  18:57:39
61495         Log: AUTHORS edits.
61496      Branch: perl
61497            ! AUTHORS
61498 ____________________________________________________________________________
61499 [  7851] By: jhi                                   on 2000/11/24  17:34:56
61500         Log: Add Jan-Erik Karlsson.
61501      Branch: perl
61502            ! AUTHORS
61503 ____________________________________________________________________________
61504 [  7850] By: jhi                                   on 2000/11/24  17:27:56
61505         Log: Configure should find stdchar on its own.
61506      Branch: perl
61507            ! hints/solaris_2.sh
61508 ____________________________________________________________________________
61509 [  7849] By: jhi                                   on 2000/11/24  17:24:55
61510         Log: Subject: PATCH over 7848: Filter test flawed
61511              From: andreas.koenig@anima.de (Andreas J. Koenig)
61512              Date: 24 Nov 2000 10:28:29 +0100
61513              Message-ID: <m3k89tbtxe.fsf@ak-71.mind.de>
61514      Branch: perl
61515            ! t/lib/filter-util.t
61516 ____________________________________________________________________________
61517 [  7848] By: jhi                                   on 2000/11/24  17:22:15
61518         Log: Subject: [ID 20001124.001] B exports "walkoptree" but does not define it
61519              From: Simon Cozens <simon@pembro4.pmb.ox.ac.uk>
61520              Date: Fri, 24 Nov 2000 16:12:58 +0000
61521              Message-Id: <E13zLT8-0005FN-00@pembro4.pmb.ox.ac.uk>
61522      Branch: perl
61523            ! ext/B/B.pm
61524 ____________________________________________________________________________
61525 [  7847] By: jhi                                   on 2000/11/24  03:07:01
61526         Log: Integrate perlio.
61527      Branch: perl
61528           !> doio.c perlio.c perlio.h pp_sys.c t/lib/io_tell.t
61529           !> win32/makefile.mk
61530 ____________________________________________________________________________
61531 [  7846] By: gsar                                  on 2000/11/24  00:55:57
61532         Log: integrate changes#6415..6418,6420..6438 from mainline
61533              
61534              Fix the bitvector ops for utf8 (tricky since past 7 bits
61535              the utf8 'characters' can be more than one octet).
61536              
61537              MPE/ix updates for perl 5.6.0 from Mark Bixby.
61538              
61539              Subject: SDBM_File documentation
61540              
61541              Detypo.
61542              
61543              Decutandpasto.
61544              
61545              Send all installperl messages to STDERR and be -w clean.
61546              
61547              Out-of-date note removed.
61548              
61549              Protect against "wild next"s, that is, callbacks doing "next"
61550              instead of "return".
61551              
61552              Use STDOUT consistently.
61553              
61554              The output might have been produced in the wrong order.
61555              
61556              A missing 'break' after the [[:space:]] switch case.
61557              
61558              Add tests for
61559              [ID 19991110.003] another matching finding by pcre author
61560              which has already been fixed by some patch, as verified in
61561              
61562              Documentation to explain the behaviour of map().
61563              
61564              Add an optimization for map-maps-a-list-element-to-more-list-elements
61565              case, but add also notes explaining the relationship of this
61566              patch and the earlier notes by Sarathy.
61567              
61568              Subject: [ID 20000716.023] syslog test fails without sockets
61569              
61570              Subject: Re: [PATCH] [ID 20000716.011] strangeness with split($_ =~ m/.../)
61571              Test cases for #6431.
61572              
61573              File::Spec::VMS fixup for tmpdir from Craig Berry.
61574              
61575              Make the "uninit variable" warning to say "concat or string"
61576              or "join or string" when in concat or join .
61577              
61578              Get UTF16 BOMs working.  Patch from
61579              Subject: Re: [ID 20000719.001] Problem with bleadperl of 7/18/00
61580              
61581              Subject: [PATCH] Make large file tests deal with SIGXFSZ
61582              
61583              Subject: [ID 20000724.003] Documentation changes for perllocale.pod
61584              
61585              Subject: [PATCH] av.c apidoc
61586      Branch: maint-5.6/perl
61587           !> (integrate 43 files)
61588 ____________________________________________________________________________
61589 [  7845] By: gsar                                  on 2000/11/24  00:20:45
61590         Log: integrate changes#6406..6414 from mainline
61591              
61592              Merge perlhacktut into perlhack, update perlguts.
61593              
61594              Fix AutoSplit to use File::Spec the right way in VMS,
61595              from Peter Prymmer.
61596              
61597              The bug report
61598              [ID 19991110.002] minimal matching discrepancy found by pcre author
61599              seems to have been fixed (though differently from what was suggested
61600              in the report) in 5.6.0.  Add tests to keep the bug from reappearing.
61601              
61602              thinko fix in vms/descrip_mms.template, the win32.pod in lib,
61603              not in pod, from Peter Prymmer
61604              
61605              Subject: [docpatch] Re: [ID 19991002.011] perldoc -f shift
61606              From: Hugo <hv@crypt.compulink.co.uk>
61607              Date: Fri, 14 Jul 2000 23:05:20 +0100
61608              Message-Id: <200007142205.XAA17882@crypt.compulink.co.uk>
61609              
61610              Didn't anymore apply, but that point still could use another fix.
61611              
61612              lib/b test fixes from Peter Prymmer.
61613              
61614              More docs for sv functions.
61615              
61616              perlvms.pod whitespace cleanup to keep pod utils happy.
61617              
61618              another VMS build tweak from Peter Prymmer
61619      Branch: maint-5.6/perl
61620           !> embed.pl lib/AutoSplit.pm pod/perlapi.pod pod/perlfunc.pod
61621           !> pod/perlguts.pod pod/perlhack.pod sv.c t/lib/b.t t/op/re_tests
61622           !> vms/descrip_mms.template vms/perlvms.pod
61623 ____________________________________________________________________________
61624 [  7844] By: nick                                  on 2000/11/23  23:42:45
61625         Log: Win32/perlio Now just fails one io/argv.t test - lack 
61626              of default :crlf on standard streams.
61627      Branch: perlio
61628            ! doio.c perlio.c
61629 ____________________________________________________________________________
61630 [  7843] By: nick                                  on 2000/11/23  23:04:05
61631         Log: Win32 passes all but t/lib/peek.t with perlio and home-grown crlf.
61632              peek fail is showing a real problem (multiple crlf layers
61633              are getting pushed.)
61634      Branch: perlio
61635            ! doio.c perlio.c win32/makefile.mk
61636 ____________________________________________________________________________
61637 [  7842] By: nick                                  on 2000/11/23  19:46:23
61638         Log: Implement PerlIO_binmode()
61639              Fix PerlIOCrlf_unread() (*--ptr rather than *ptr-- ...)
61640              Test on UNIX with PERLIO="perlio crlf" to mimic Win32,
61641              make binmode in t/lib/io_tell.t unconditional so that works.
61642              Checkin just so Win32 machine can see these changes.
61643      Branch: perlio
61644            ! doio.c perlio.c perlio.h pp_sys.c t/lib/io_tell.t
61645 ____________________________________________________________________________
61646 [  7841] By: jhi                                   on 2000/11/23  19:30:00
61647         Log: README.amiga changes from Jan-Erik Karlsson <trg@privat.utfors.se>.
61648      Branch: perl
61649            ! README.amiga
61650 ____________________________________________________________________________
61651 [  7840] By: jhi                                   on 2000/11/23  17:18:02
61652         Log: SOCKS wrestling continues, patches from Jens Hamisch.
61653      Branch: perl
61654            ! doio.c embed.h embed.pl perlsdio.h proto.h
61655 ____________________________________________________________________________
61656 [  7839] By: jhi                                   on 2000/11/23  16:54:14
61657         Log: Push Filter::Util::Call one level deeper.
61658      Branch: perl
61659            + t/lib/filter-util.t
61660           +> ext/Filter/Util/Call/Call.pm ext/Filter/Util/Call/Call.xs
61661           +> ext/Filter/Util/Call/Makefile.PL t/lib/filter-util.pl
61662            - ext/Filter/Util/Call.pm ext/Filter/Util/Call.xs
61663            - ext/Filter/Util/Makefile.PL t/lib/filt-util.pl
61664            - t/lib/filt-util.t
61665            ! MANIFEST configure.com hints/uwin.sh hints/vmesa.sh
61666            ! win32/Makefile win32/makefile.mk
61667 ____________________________________________________________________________
61668 [  7838] By: jhi                                   on 2000/11/23  16:52:40
61669         Log: Reach back one higher up when searching for PERL_SRC.
61670      Branch: perl
61671            ! lib/ExtUtils/MM_Unix.pm
61672 ____________________________________________________________________________
61673 [  7837] By: jhi                                   on 2000/11/23  16:05:41
61674         Log: Subject: Re: perl@7826
61675              Date: Thu, 23 Nov 2000 02:20:25 -0600
61676              From: "Craig A. Berry" <craigberry@mac.com>
61677              Message-Id: <p04330102b6424b6cd4c9@[172.16.52.1]>
61678              
61679              Make VMS to like Filter::Util::Call. 
61680      Branch: perl
61681            ! configure.com ext/Filter/Util/Makefile.PL
61682 ____________________________________________________________________________
61683 [  7836] By: nick                                  on 2000/11/23  16:04:08
61684         Log: Implement crlf layer - not ready for merge.
61685      Branch: perlio
61686            ! perlio.c win32/makefile.mk
61687 ____________________________________________________________________________
61688 [  7835] By: jhi                                   on 2000/11/23  15:56:52
61689         Log: STDCHAR is different in Sparc v9 vs x86.
61690      Branch: perl
61691            ! hints/solaris_2.sh
61692 ____________________________________________________________________________
61693 [  7834] By: jhi                                   on 2000/11/23  15:50:47
61694         Log: The type needs to be visible to protos.
61695      Branch: perl
61696            ! perl.h
61697 ____________________________________________________________________________
61698 [  7833] By: jhi                                   on 2000/11/23  15:40:46
61699         Log: Finish unfinished SOCKS workaround changes.
61700      Branch: perl
61701            ! doio.c
61702 ____________________________________________________________________________
61703 [  7832] By: jhi                                   on 2000/11/23  15:33:30
61704         Log: Integrate perlio.
61705      Branch: perl
61706           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
61707           !> win32/makefile.mk
61708 ____________________________________________________________________________
61709 [  7831] By: nick                                  on 2000/11/23  10:31:07
61710         Log: Correct makefile.mk dependancies for ext/Filter/Util
61711              Build ext/Encode
61712              Run dmake regen_config_h
61713      Branch: perlio
61714            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
61715            ! win32/makefile.mk
61716 ____________________________________________________________________________
61717 [  7830] By: nick                                  on 2000/11/23  08:05:07
61718         Log: Integrate mainline
61719      Branch: perlio
61720           +> ext/Filter/Util/Call.pm ext/Filter/Util/Call.xs
61721           +> ext/Filter/Util/Makefile.PL lib/Filter/Simple.pm
61722           +> t/lib/filt-util.pl t/lib/filt-util.t
61723           !> (integrate 41 files)
61724 ____________________________________________________________________________
61725 [  7829] By: gsar                                  on 2000/11/23  03:07:11
61726         Log: build the Filter extension on windows
61727      Branch: perl
61728            ! win32/Makefile win32/makefile.mk
61729 ____________________________________________________________________________
61730 [  7828] By: gsar                                  on 2000/11/23  02:46:35
61731         Log: regenerate win32/config* and fix some inconsistencies in the
61732              makefiles; always export Perl_deb() because it is needed
61733              by ext/re/* (whether perl itself is built with -DDEBUGGING
61734              or not)
61735      Branch: perl
61736            ! makedef.pl win32/Makefile win32/config_H.bc win32/config_H.gc
61737            ! win32/config_H.vc win32/makefile.mk
61738 ____________________________________________________________________________
61739 [  7827] By: gsar                                  on 2000/11/23  02:18:38
61740         Log: get sources building on windows+MSVC again (untested with other
61741              compilers)
61742      Branch: perl
61743            ! win32/include/sys/socket.h win32/perllib.c
61744 ____________________________________________________________________________
61745 [  7826] By: jhi                                   on 2000/11/23  01:18:26
61746         Log: Update Changes.
61747      Branch: perl
61748            ! Changes patchlevel.h
61749 ____________________________________________________________________________
61750 [  7825] By: jhi                                   on 2000/11/23  00:20:41
61751         Log: Subject: Re: av.c patch (having slight problems)
61752              From: "Ben Tilly" <ben_tilly@hotmail.com>
61753              Date: Tue, 21 Nov 2000 23:29:31 -0500
61754              Message-ID: <LAW2-F113pL32ctFfj800000d81@hotmail.com>
61755              
61756              unshift() speedup.
61757      Branch: perl
61758            ! av.c
61759 ____________________________________________________________________________
61760 [  7824] By: jhi                                   on 2000/11/22  23:59:15
61761         Log: Fixes for signedness warnings noticed by VMSperlers.
61762      Branch: perl
61763            ! ext/Storable/Storable.xs regcomp.c sv.c
61764 ____________________________________________________________________________
61765 [  7823] By: jhi                                   on 2000/11/22  23:19:31
61766         Log: Subject: [PATCH perl@7795] small cleanup task for test suite
61767              From: Peter Prymmer <pvhp@forte.com>
61768              Date: Wed, 22 Nov 2000 15:04:13 -0800 (PST)
61769              Message-ID: <Pine.OSF.4.10.10011221457530.519633-100000@aspara.forte.com>
61770      Branch: perl
61771            ! t/pragma/warn/pp_hot
61772 ____________________________________________________________________________
61773 [  7822] By: jhi                                   on 2000/11/22  22:52:20
61774         Log: Be clean.
61775      Branch: perl
61776            ! Makefile.SH
61777 ____________________________________________________________________________
61778 [  7821] By: jhi                                   on 2000/11/22  22:46:39
61779         Log: Add the simple frontend to Filter::Util:Call, Filter::Simple 0.01
61780              by Damian Conway, as suggested by Paul Marquess.
61781      Branch: perl
61782            + lib/Filter/Simple.pm
61783 ____________________________________________________________________________
61784 [  7820] By: jhi                                   on 2000/11/22  22:45:51
61785         Log: Add the Filter::Util::Call 1.04 by Paul Marquess from Filter-1.19.
61786      Branch: perl
61787            + ext/Filter/Util/Call.pm ext/Filter/Util/Call.xs
61788            + ext/Filter/Util/Makefile.PL t/lib/filt-util.pl
61789            + t/lib/filt-util.t
61790            ! MANIFEST
61791 ____________________________________________________________________________
61792 [  7819] By: jhi                                   on 2000/11/22  22:03:27
61793         Log: Integrate perlio.
61794      Branch: perl
61795           !> README.win32 perlio.c t/pragma/warnings.t win32/config_H.gc
61796           !> win32/makefile.mk
61797 ____________________________________________________________________________
61798 [  7818] By: jhi                                   on 2000/11/22  21:56:02
61799         Log: More SOCKS versus 64-bit patches from Jens Hamisch.
61800      Branch: perl
61801            ! doio.c embed.h embed.pl makedef.pl perl.h pp_sys.c proto.h
61802            ! t/lib/io_sock.t
61803 ____________________________________________________________________________
61804 [  7817] By: jhi                                   on 2000/11/22  21:39:49
61805         Log: Subject: [PATCH 5.7.0] Liblist returns found libraries
61806              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
61807              Date: Wed, 22 Nov 2000 16:08:12 -0500
61808              Message-ID: <20001122160812.A24269@monk.mps.ohio-state.edu>
61809      Branch: perl
61810            ! lib/ExtUtils/Liblist.pm
61811 ____________________________________________________________________________
61812 [  7816] By: jhi                                   on 2000/11/22  21:38:25
61813         Log: Go ahead and #include <unistd.h> in perl.h.
61814      Branch: perl
61815            ! doio.c malloc.c mg.c perl.h pp.c pp_hot.c pp_sys.c toke.c
61816            ! util.c
61817 ____________________________________________________________________________
61818 [  7815] By: jhi                                   on 2000/11/22  21:22:52
61819         Log: Subject: [PATCH 5.7.0] Overeager visited-positions optimizations
61820              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
61821              Date: Mon, 20 Nov 2000 18:30:52 -0500
61822              Message-ID: <20001120183051.A15228@monk.mps.ohio-state.edu>
61823      Branch: perl
61824            ! pod/perlre.pod regcomp.c t/op/re_tests
61825 ____________________________________________________________________________
61826 [  7814] By: jhi                                   on 2000/11/22  21:21:46
61827         Log: Subject: [PATCH 5.7.0] Liblist finally works
61828              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
61829              Date: Tue, 21 Nov 2000 22:02:17 -0500
61830              Message-ID: <20001121220217.A24174@monk.mps.ohio-state.edu>
61831      Branch: perl
61832            ! lib/ExtUtils/Liblist.pm lib/ExtUtils/MM_VMS.pm
61833            ! lib/ExtUtils/MakeMaker.pm
61834 ____________________________________________________________________________
61835 [  7813] By: jhi                                   on 2000/11/22  21:20:23
61836         Log: Subject: Re: [PATCH bleadperl] Re: Not OK: perl5.7.0 +DEVEL7706    +Duseperlio on AIX4.[23]
61837              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
61838              Date: Wed, 22 Nov 2000 17:53:15 +0100
61839              Message-Id: <20001122174544.49A2.H.M.BRAND@hccnet.nl>
61840              
61841              AIX dynaloader and perlio patch.
61842      Branch: perl
61843            ! ext/DynaLoader/dl_aix.xs
61844 ____________________________________________________________________________
61845 [  7812] By: jhi                                   on 2000/11/22  21:17:52
61846         Log: (Accidentally empty patch.)
61847      Branch: perl
61848            ! av.c
61849 ____________________________________________________________________________
61850 [  7811] By: jhi                                   on 2000/11/22  21:16:31
61851         Log: Subject: [PATCH: perl@7777] make VMS' test.com tail compatible w/ unix
61852              From: Peter Prymmer <pvhp@forte.com>
61853              Date: Mon, 20 Nov 2000 16:53:54 -0800 (PST)
61854              Message-ID: <Pine.OSF.4.10.10011201651050.373336-100000@aspara.forte.com>
61855      Branch: perl
61856            ! vms/test.com
61857 ____________________________________________________________________________
61858 [  7810] By: jhi                                   on 2000/11/22  21:15:36
61859         Log: Subject: Re: perl@7777 
61860              From: "John P. Linderman" <jpl@research.att.com>
61861              Date: Wed, 22 Nov 2000 13:11:11 -0500
61862              Message-Id: <200011221811.NAA90072@raptor.research.att.com>
61863              
61864              Detypoing.
61865      Branch: perl
61866            ! lib/CPAN.pm
61867 ____________________________________________________________________________
61868 [  7809] By: jhi                                   on 2000/11/22  21:14:19
61869         Log: Subject:  [PATCH perl@7795] Perlio_tell fix
61870              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
61871              Date:     Wed, 22 Nov 2000 13:51:37 EST
61872              Message-Id: <001122135058.56e24@DUPHY4.Physics.Drexel.Edu>
61873      Branch: perl
61874            ! perlsdio.h
61875 ____________________________________________________________________________
61876 [  7808] By: jhi                                   on 2000/11/22  21:13:27
61877         Log: Subject: [ID 20001120.003] [PATCH] io_udp.t fails without 'localhost'
61878              From: Casey Tweten <crt@kiski.net>
61879              Date: Mon, 20 Nov 2000 11:53:03 -0500 (EST)
61880              Message-Id: <200011201653.LAA10194@home.kiski.net>
61881      Branch: perl
61882            ! t/lib/io_udp.t
61883 ____________________________________________________________________________
61884 [  7807] By: jhi                                   on 2000/11/22  21:12:35
61885         Log: Subject: [ID 20001120.002] [PATCH] io_sock.t fails without 'localhost'
61886              From: Casey Tweten <crt@kiski.net>
61887              Date: Mon, 20 Nov 2000 11:36:11 -0500 (EST)
61888              Message-Id: <200011201636.LAA07227@home.kiski.net>
61889      Branch: perl
61890            ! t/lib/io_sock.t
61891 ____________________________________________________________________________
61892 [  7806] By: jhi                                   on 2000/11/22  21:10:59
61893         Log: Subject: Re: [PATCH] Evolution of h2xs [WAS: Re: PATCH subs.pm]
61894              From: "Casey R. Tweten" <crt@kiski.net>
61895              Date: Wed, 22 Nov 2000 09:05:07 -0500 (EST)
61896              Message-ID: <Pine.OSF.4.21.0011220903580.1811-100000@home.kiski.net>
61897      Branch: perl
61898            ! utils/h2xs.PL
61899 ____________________________________________________________________________
61900 [  7805] By: nick                                  on 2000/11/22  21:05:06
61901         Log: Integrate mainline
61902      Branch: perlio
61903           !> Changes Porting/genlog ext/DB_File/DB_File.xs
61904           !> ext/DB_File/version.c lib/Test.pm patchlevel.h
61905           !> utils/perlbug.PL
61906 ____________________________________________________________________________
61907 [  7804] By: jhi                                   on 2000/11/22  21:01:12
61908         Log: Subject: [PATCH] Test.pm POD peculiarity
61909              From: "Casey R. Tweten" <crt@kiski.net>
61910              Date: Tue, 21 Nov 2000 15:01:25 -0500 (EST)
61911              Message-ID: <Pine.OSF.4.21.0011211458020.20114-100000@home.kiski.net>
61912      Branch: perl
61913            ! lib/Test.pm
61914 ____________________________________________________________________________
61915 [  7803] By: jhi                                   on 2000/11/22  20:59:59
61916         Log: Subject: [ID 20001122.002] [PATCH 5.7.0@7795] two small patches to perlbug
61917              From: "Philip Newton" <pnewton@gmx.de>
61918              Date: Wed, 22 Nov 2000 14:25:53 +0100
61919              Message-Id: <3A1BD771.25462.1939FAD@localhost>
61920              
61921              Be case-understanding also on 's', and use the -oi of sendmail
61922              not to terminate the transmission on a lone '.'.
61923      Branch: perl
61924            ! utils/perlbug.PL
61925 ____________________________________________________________________________
61926 [  7802] By: nick                                  on 2000/11/22  20:51:42
61927         Log: Win32 PerlIO intermediate state now working as expected.
61928              - In current state we are still using C runtime in text/binary
61929              mode and "crlf" layer is just a dummy (clone of perlio buffer layer).
61930              - PERLIO=stdio and PERLIO=unix pass all expected tests.
61931              - PERLIO=perlio fails t/lib/dprof.t because Dprof.xs calls PerlIO_tell()
61932              and PerlIO_seek() and the dummy crlf layer is not making adjustments
61933              for CRLF translation happening in C runtime. All other tests pass.
61934              
61935              Added note to README.win32 to point out the snags of doing a perl build
61936              with Norton AntiVirus turned on.
61937              
61938              Tweaked t/pragma/warnings.t so that when run stand-alone you can tell
61939              which file a fail comes from.
61940              
61941              Updated "canned" config.h to match the one generated.
61942      Branch: perlio
61943            ! README.win32 perlio.c t/pragma/warnings.t win32/config_H.gc
61944            ! win32/makefile.mk
61945 ____________________________________________________________________________
61946 [  7801] By: jhi                                   on 2000/11/22  06:50:20
61947         Log: Nickety nits.
61948      Branch: perl
61949            ! ext/DB_File/DB_File.xs ext/DB_File/version.c
61950 ____________________________________________________________________________
61951 [  7800] By: jhi                                   on 2000/11/22  01:29:55
61952         Log: Changes had accidentally gone too silent on non-main branches.
61953      Branch: perl
61954            ! Changes Porting/genlog patchlevel.h
61955 ____________________________________________________________________________
61956 [  7799] By: gsar                                  on 2000/11/22  01:02:56
61957         Log: some lib_pm.PL changes snuck in via change#7772
61958      Branch: maint-5.6/perl
61959            ! Makefile.SH
61960 ____________________________________________________________________________
61961 [  7798] By: nick                                  on 2000/11/21  21:59:40
61962         Log: Integrate mainline
61963      Branch: perlio
61964           !> (integrate 28 files)
61965 ____________________________________________________________________________
61966 [  7797] By: jhi                                   on 2000/11/21  21:01:45
61967         Log: Integrate perlio.
61968      Branch: perl
61969           !> doio.c perlio.c perlio.h win32/perllib.c win32/win32.c
61970 ____________________________________________________________________________
61971 [  7796] By: nick                                  on 2000/11/21  20:36:22
61972         Log: Win32 builds and runs (mostly) with USE_PERLIO.
61973              PERLIO=perlio passes all tests. 
61974              PERLIO=stdio (sadly the default) hangs in t.pragma/warnings.t #319
61975      Branch: perlio
61976            ! perlio.c win32/perllib.c win32/win32.c
61977 ____________________________________________________________________________
61978 [  7795] By: jhi                                   on 2000/11/21  19:03:44
61979         Log: Update Changes.
61980      Branch: perl
61981            ! Changes patchlevel.h
61982 ____________________________________________________________________________
61983 [  7794] By: jhi                                   on 2000/11/21  18:56:34
61984         Log: Subject: PerlIO_apply_layers prototype (was Re: [PATCH: perl@7777] add system locale testing for VMS)
61985              From: "Craig A. Berry" <craigberry@mac.com>
61986              Date: Mon, 20 Nov 2000 20:27:06 -0600
61987              Message-Id: <p04330101b63f8baf25a2@[172.16.52.1]>
61988              
61989              A cut-and-pasto.
61990      Branch: perl
61991            ! perlio.h
61992 ____________________________________________________________________________
61993 [  7793] By: jhi                                   on 2000/11/21  18:54:41
61994         Log: Subject: [PATCH bleadperl] Re: Not OK: perl5.7.0 +DEVEL7706 +Duseperlio on AIX4.[23]
61995              From: Dominic Dunlop <domo@computer.org> 
61996              Date: Mon, 20 Nov 2000 18:55:29 +0100
61997              Message-Id: <p04320403b63b2c750dce@[192.168.1.4]> 
61998              
61999              va_copy() and the need of it.
62000              See <http://wwwold.dkuug.dk/JTC1/SC22/WG14/www/docs/n907.ps>.
62001      Branch: metaconfig/U/perl
62002            + need_va_copy.U
62003      Branch: perl
62004            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
62005            ! config_h.SH configure.com epoc/config.sh handy.h perlio.c
62006            ! pod/perltoc.pod uconfig.h uconfig.sh vos/config.alpha.def
62007            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
62008            ! win32/config.bc win32/config.gc win32/config.vc
62009 ____________________________________________________________________________
62010 [  7792] By: jhi                                   on 2000/11/21  17:04:10
62011         Log: Integrate scope.h@7790 from perlio, works better with multiplicity.
62012      Branch: perl
62013           !> scope.h
62014 ____________________________________________________________________________
62015 [  7791] By: jhi                                   on 2000/11/21  17:01:16
62016         Log: Export the SOCKS workaround symbols only if necessary.
62017      Branch: perl
62018            ! doio.c embed.h embed.pl makedef.pl perlsdio.h proto.h
62019 ____________________________________________________________________________
62020 [  7790] By: nick                                  on 2000/11/20  23:57:11
62021         Log: If we use (aTHX_ ...) then put Perl_ on the front. (Or drop the aTHX_).
62022      Branch: perlio
62023            ! scope.h
62024 ____________________________________________________________________________
62025 [  7789] By: nick                                  on 2000/11/20  23:38:33
62026         Log: Integrate mainline
62027      Branch: perlio
62028           +> lib/File/Spec/Epoc.pm
62029           !> (integrate 34 files)
62030 ____________________________________________________________________________
62031 [  7788] By: nick                                  on 2000/11/20  23:20:18
62032         Log: Make extra buffer layer work (dummy crlf layer)
62033      Branch: perlio
62034            ! doio.c perlio.c perlio.h
62035 ____________________________________________________________________________
62036 [  7787] By: jhi                                   on 2000/11/20  22:44:04
62037         Log: Subject: [PATCH: perl@7777] add system locale testing for VMS
62038              From: Peter Prymmer <pvhp@forte.com>
62039              Date: Mon, 20 Nov 2000 12:56:52 -0800 (PST)
62040              Message-ID: <Pine.OSF.4.10.10011201244390.376086-100000@aspara.forte.com>
62041      Branch: perl
62042            ! t/pragma/locale.t
62043 ____________________________________________________________________________
62044 [  7786] By: jhi                                   on 2000/11/20  22:29:10
62045         Log: Subject: DOC PATCH 5.6.0 perlreftut
62046              From: mjd@plover.com
62047              Date: 20 Nov 2000 19:45:06 -0000
62048              Message-ID: <20001120194506.9505.qmail@plover.com>
62049      Branch: perl
62050            ! pod/perlreftut.pod
62051 ____________________________________________________________________________
62052 [  7785] By: jhi                                   on 2000/11/20  22:27:44
62053         Log: Subject: [ID 20001120.010] typo in lib/Cwd.pm broke Cwd::chdir
62054              From: David Dyck <dcd@tc.fluke.com>
62055              Date: Mon, 20 Nov 2000 11:43:40 -0800
62056              Message-Id: <200011201943.LAA08451@dd.tc.fluke.com>
62057      Branch: perl
62058            ! lib/Cwd.pm
62059 ____________________________________________________________________________
62060 [  7784] By: jhi                                   on 2000/11/20  22:23:21
62061         Log: Subject: [PATCH 5.7.0] lexicals not recognized in a run-time (?{})
62062              Date: Mon, 20 Nov 2000 17:06:10 -0500
62063              To: Mailing list Perl5 <perl5-porters@perl.org>
62064              Message-ID: <20001120170609.A11780@monk.mps.ohio-state.edu>
62065      Branch: perl
62066            ! pp_ctl.c t/op/pat.t
62067 ____________________________________________________________________________
62068 [  7783] By: jhi                                   on 2000/11/20  22:11:18
62069         Log: Subject: [PATCH] doop.c - UTF8 tr///               
62070              From: Simon Cozens <simon@cozens.net>
62071              Date: Sat, 18 Nov 2000 18:49:30 +0000
62072              Message-ID: <20001118184930.A31687@pembro4.pmb.ox.ac.uk>
62073              
62074              Subject: Re: [PATCH] doop.c - UTF8 tr///           
62075              From: Simon Cozens <simon@cozens.net>
62076              Date: Mon, 20 Nov 2000 20:45:22 +0000
62077              Message-ID: <20001120204522.A26042@pembro4.pmb.ox.ac.uk>
62078              
62079              Make tr on UTF-8 better but still not correct.
62080      Branch: perl
62081            ! doop.c
62082 ____________________________________________________________________________
62083 [  7782] By: jhi                                   on 2000/11/20  22:02:16
62084         Log: Remove the shared object before attempting to create
62085              (by linking) a new one.  E.g. in AIX not removing
62086              becomes quite painful if one tries to do more than one
62087              build in the same tree (an interrupted build, for example),
62088              since the AIX' shared dynaloader seemingly keeps the shared
62089              objects open and therefore 'busy' for quite a while, even when
62090              nobody is using the objects, leading into link failures.
62091      Branch: perl
62092            ! lib/ExtUtils/MM_Unix.pm
62093 ____________________________________________________________________________
62094 [  7781] By: gsar                                  on 2000/11/20  19:02:55
62095         Log: type mismatch due to faulty integration
62096      Branch: maint-5.6/perl
62097            ! toke.c win32/Makefile
62098 ____________________________________________________________________________
62099 [  7780] By: gsar                                  on 2000/11/20  17:31:55
62100         Log: integrate changes#6392,6394..6399,6401..6404
62101              
62102              The {multiplier} of a fixed substring was overlooked which
62103              caused a wrong initial search offset for that substring.
62104              
62105              Subject: [PATCH 5.6.0] Re: [ID 20000613.001] Regex works in v5.005_03 but fails in v5.06
62106              From: Hugo <hv@crypt.compulink.co.uk>
62107              Message-Id: <200007131827.TAA14487@crypt.compulink.co.uk>
62108              Date: Thu, 13 Jul 2000 19:27:13 +0100
62109              
62110              Fix the BOM bug: not a byteorder bug, a signedness bug.
62111              
62112              Replace change #6337 with a better one.
62113              
62114              Subject: Re: [PATCH] [ID 20000701.002] Regular Expressions Not Unsetting $1 Vars When Backtracking
62115              From: Hugo <hv@crypt.compulink.co.uk>
62116              Date: Fri, 14 Jul 2000 04:16:20 +0100
62117              Message-Id: <200007140316.EAA15857@crypt.compulink.co.uk>
62118              
62119              MakeMaker should not remove editor backups (*~) on `make clean`
62120              by default (completes change#6383)
62121              
62122              move new variables to the end of the interpreter structure (for
62123              bincompat in code that doesn't #include XSUB.h)
62124              
62125              rename totally bletcherous SvLOCK() thingy (doesn't do what the
62126              name suggests anyway)
62127              
62128              various cleanups (typos, misformatted code, and small bugs)
62129              
62130              typecasts needed for change#6394
62131              
62132              typos in change#6399, regen headers
62133              
62134              inconsistent types needs casts
62135              
62136              PERL_OBJECT build tweaks
62137      Branch: maint-5.6/perl
62138           !> MANIFEST doop.c embed.h embed.pl embedvar.h
62139           !> ext/IPC/SysV/Makefile.PL global.sym intrpvar.h
62140           !> lib/ExtUtils/MM_Unix.pm mg.c op.c perlapi.h pod/perlapi.pod
62141           !> pp.c proto.h regcomp.c regexec.c sv.h t/op/re_tests thread.h
62142           !> toke.c util.c
62143 ____________________________________________________________________________
62144 [  7779] By: gsar                                  on 2000/11/20  17:06:29
62145         Log: integrate changes#6376..6378,6380,6383,6385..6388,6391
62146              
62147              Cosmetics and perldelta.
62148              
62149              Fix nits noticed by Boston.pm.
62150              
62151              Do the cc sanity check both before the hints and
62152              after the cc selction.
62153              
62154              get sprintf.t to adjust properly for 3-digit exponents
62155              
62156              don't clobber *.orig files on *clean targets
62157              
62158              fix bugs in processing %v-*d and similar format specs (from
62159              Avi Finkel <avi@finkel.org>)
62160              
62161              sprintf test tweaks (from Dominic Dunlop)
62162              
62163              new selfloader.t in change#6183 doesn't close DATA handles,
62164              and thus fails to clean up tmp files on dosish platforms
62165              
62166              typos (spotted by Peter Prymmer)
62167              
62168              typo fix from Craig Berry
62169      Branch: maint-5.6/perl
62170           !> Configure Makefile.SH config_h.SH ext/IPC/SysV/Makefile.PL
62171           !> pod/perldelta.pod pod/perlre.pod sv.c t/lib/english.t
62172           !> t/lib/selfloader.t t/op/sprintf.t vms/subconfigure.com
62173           !> x2p/Makefile.SH
62174 ____________________________________________________________________________
62175 [  7778] By: gsar                                  on 2000/11/20  16:46:51
62176         Log: integrate changes#6340..6342,6348,6354,6356,6357,6371,6372,6375
62177              
62178              Subject: Re: format bug report  [Patch]
62179              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
62180              Date: Wed, 05 Jul 2000 13:12:52 +0200
62181              Message-Id: <20000705130745.67BF.H.M.BRAND@hccnet.nl>
62182              
62183              Subject: Re: format bug report  [Patch]
62184              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
62185              Date: Wed, 05 Jul 2000 14:10:01 +0200
62186              Message-Id: <20000705140837.73C2.H.M.BRAND@hccnet.nl>
62187              
62188              Subject: Re: [ID 20000704.002] [PATCH] memory leak with debug / anon subs
62189              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
62190              Message-Id: <E13AbRE-00009T-00@libra.cus.cam.ac.uk>
62191              Date: Fri, 07 Jul 2000 17:57:16 +0100
62192              
62193              Subject: [ID 20000710.002] fatal error or memory loss when deleting symbols in evaled code with syntax errors
62194              To: perl5-porters@perl.org
62195              From: Karsten Sperling <spiff@phreax.net>
62196              Date: Mon, 10 Jul 2000 15:12:52 +0200
62197              Message-Id: <200007101315.e6ADFrg21041@chthon.perl.com>
62198              
62199              README.posix-bc podified from Thomas Dorner.
62200              
62201              Subject: [PATCH perl-current] Make op/sprintf.t more comprehensive, take2
62202              From: Dominic Dunlop <domo@computer.org>
62203              Date: Tue, 11 Jul 2000 12:27:33 +0200
62204              Message-Id: <p04320405b590a14d4650@[192.168.1.4]>
62205              
62206              Typo in #6341.
62207              
62208              Fix for
62209              Subject: [ID 20000711.005] spurious uninit warning with msgrcv()
62210              From: Roderick Schertler <roderick@argon.org>
62211              Date: Tue, 11 Jul 2000 13:55:05 -0400
62212              Message-Id: <200007111755.NAA05077@jones.argon.org>
62213              
62214              Minor cleanups on the booklist.
62215              
62216              Reintroduce perlbook (updated for Mk III), introduce perlposix-bc,
62217              regen perltoc.
62218              
62219              windows build tweaks (op/sprintf.t still fails tests 120-121, 149)
62220      Branch: maint-5.6/perl
62221           +> pod/perlbook.pod
62222           !> MANIFEST README.posix-bc doio.c lib/Symbol.pm pod/Makefile.SH
62223           !> pod/buildtoc.PL pod/perl.pod pod/perlfaq2.pod pod/perltoc.pod
62224           !> pp_hot.c t/op/sprintf.t t/op/write.t toke.c win32/win32sck.c
62225 ____________________________________________________________________________
62226 [  7777] By: jhi                                   on 2000/11/20  16:08:49
62227         Log: Update Changes.
62228      Branch: perl
62229            ! Changes patchlevel.h
62230 ____________________________________________________________________________
62231 [  7776] By: jhi                                   on 2000/11/20  15:27:56
62232         Log: Assume SOCKS is broken in all 64bitall platforms, not just Solaris.
62233              This may be overly harsh but until proven otherwise, we think this
62234              way, or until we have a simple test for Configure (having to start
62235              up servers is does not count as simple) to check for the problems.
62236      Branch: perl
62237            ! perl.h
62238 ____________________________________________________________________________
62239 [  7775] By: jhi                                   on 2000/11/20  15:22:17
62240         Log: Solaris hints tweaks.
62241      Branch: perl
62242            ! hints/solaris_2.sh
62243 ____________________________________________________________________________
62244 [  7774] By: jhi                                   on 2000/11/20  15:01:20
62245         Log: Add a workaround to SOCKS 64-bit problems.
62246      Branch: perl
62247            ! doio.c embed.h embed.pl perlsdio.h proto.h
62248 ____________________________________________________________________________
62249 [  7773] By: jhi                                   on 2000/11/20  14:51:47
62250         Log: sysseek() instead of seek().
62251      Branch: perl
62252            ! t/lib/syslfs.t
62253 ____________________________________________________________________________
62254 [  7772] By: gsar                                  on 2000/11/20  13:06:23
62255         Log: integrate changes#6315..6319,6321..6331,6333..6338
62256              
62257              Integrate with Sarathy, preliminary fix for unicos
62258              alignment problems in [ID 20000612.002] Perl problem on Cray system.
62259              
62260              some debugger output does not go to the socket when RemotePort is set
62261              
62262              winsock cleanup never done on Windows (leads to handle leaks)
62263              
62264              fix UNC path handling on Windows under ithreads, and chdir()
62265              return value when given a non-existent directory
62266              
62267              Autogenerate pod/Makefile and pod/buildtoc.
62268              buildtoc also checks whether the existin pods are
62269              mentioned in MANIFEST and perl.pod, and vice versa.
62270              (None of the thusly found discrepancies fixed yet.)
62271              roffitall also needs to be autogenerated similarly but it
62272              seems so badly out of date that I didn't touch it yet.
62273              
62274              Config is being used.
62275              
62276              Add =head1 NAMEs so that buildtoc is happy.
62277              (The CGI::Util nit reported to Lincoln.)
62278              
62279              Fix complaints of buildtoc.
62280              
62281              Fix the alignment problem in Crays ([ID 20000612.002]).
62282              
62283              Remove perlbook, update perlfaq book listing,
62284              rearrange perl.pod, regenerate perltoc.
62285              
62286              Fix a nit spotted by 64bit IRIX compilation: a (64-bit) pointer
62287              was cast to an unsigned (32-bit) integer with wild abandon.
62288              
62289              winsock options weren't being set in all threads under ithreads
62290              (caused send()s from second and subsequent threads to fail)
62291              
62292              accept() leaks memory on windows due to incorrect ordering of
62293              closesocket() and fclose() calls
62294              
62295              Reorder perl.pod once more.
62296              
62297              More POSIX.pod tweaks.
62298              
62299              Sprinkle ldlibpath.
62300              
62301              Precedence goof, fix based on
62302              Subject: [PATCH 5.6.0] op/taint.t continues on failed shmget()
62303              From: Hugo <hv@crypt.compulink.co.uk>
62304              Date: Tue, 11 Jul 2000 12:52:38 +0100
62305              Message-Id: <200007111152.MAA05488@crypt.compulink.co.uk>
62306              
62307              Subject: PATCH perlguts.pod: Document D and d magic types
62308              From: mjd@plover.com
62309              Date: 5 Jul 2000 18:01:51 -0000
62310              Message-ID: <20000705180151.29413.qmail@plover.com>
62311              
62312              Subject: [ID 20000705.002] problem with perl 5.6.0 on NetBSD/sparc
62313              From: Hubert Feyrer <feyrer@rfhs8012.fh-regensburg.de>
62314              Date: Wed, 5 Jul 2000 14:56:43 +0200 (MET DST)
62315              Message-Id: <Pine.GSO.4.10.10007051452330.29215-100000@rfhpc8320.fh-regensburg.de>
62316              
62317              Subject: [PATCH cfgperl] $& segfaults if you trick it
62318              From: simon@brecon.co.uk (Simon Cozens)
62319              Date: 7 Jul 2000 11:26:09 GMT
62320              Message-ID: <slrn8mbfif.ead.simon@justanother.perlhacker.org>
62321              
62322              Subject: [PATCH] [ID 20000701.002] Regular Expressions Not Unsetting $1 Vars When Backtracking
62323              From: Hugo <hv@crypt.compulink.co.uk>
62324              Date: Tue, 11 Jul 2000 12:44:50 +0100
62325              Message-Id: <200007111144.MAA04446@crypt.compulink.co.uk>
62326              
62327              Subject: [PATCH] Re: "%#p" format specifier: document and test or not?
62328              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
62329              Date: Tue, 11 Jul 2000 13:50:51 +0100
62330              Message-Id: <E13BzUx-00033c-00@libra.cus.cam.ac.uk>
62331      Branch: maint-5.6/perl
62332           +> ext/DynaLoader/hints/netbsd.pl lib/Win32.pod pod/Makefile.SH
62333           +> pod/buildtoc.PL
62334            - pod/Makefile pod/Win32.pod pod/buildtoc pod/perlbook.pod
62335           !> (integrate 26 files)
62336 ____________________________________________________________________________
62337 [  7771] By: gsar                                  on 2000/11/20  12:31:42
62338         Log: integrate changes#6283..6285,6291,6294..6300,6302..6304,6306..6307,
62339              6310,6311,6314
62340              
62341              Subject: [PATCH bleedperl] File::Spec 0.82 beta
62342              From: Barrie Slaymaker <barries@jester.slaysys.com>
62343              Date: Wed, 28 Jun 2000 11:35:29 -0400
62344              Message-Id: <200006281535.LAA21095@jester.slaysys.com>
62345              
62346              tweak perlembed for multiplicity/usethreads sanity; correct notes
62347              about Windows
62348              
62349              localize %INC in a Safe compartment so that use/require work
62350              (many other magic globals probably need similar treatment)
62351              
62352              dounwind() may cause POPSUB() to diddle the wrong PL_curpad
62353              when @_ is modified, causing coredumps
62354              
62355              slurp mode fix in change#4736 still not quite right
62356              
62357              Point to perlipc for more SysV IPC examples.
62358              
62359              Elaborate POSIX.pod.  Still needs work.
62360              
62361              fix ~320 byte memory leak (psig_{ptr,name} tables were never freed)
62362              
62363              fix large memory leak that has been around for ever, masked by
62364              -DPURIFY (most of the arenas were never freed!)
62365              
62366              fix memory leak on Windows (PL_sys_intern contents were never
62367              freed)
62368              
62369              PERL_OBJECT build tweak
62370              
62371              adjust change#6299
62372              
62373              remove rel2abs prototypes (from Barrie Slaymaker)
62374              
62375              missing perldiag entry for unpack("w",...) diagnostic (from
62376              Andreas Koenig)
62377              
62378              better diagnostic on Frob->stuff() when Frob:: doesn't exist
62379              (from Richard Soderberg <rs@oregonnet.com>)
62380              
62381              Win32 patches for cfgperl from Sarathy.
62382              
62383              b.t fails under OS/2 (from Yitzchak Scott-Thoennes)
62384              
62385              More POSIX.pod embellishment.
62386              
62387              tyop in change#6306
62388      Branch: maint-5.6/perl
62389           !> (integrate 44 files)
62390 ____________________________________________________________________________
62391 [  7770] By: gsar                                  on 2000/11/20  11:51:00
62392         Log: integrate changes#6268..6282 from cfgperl branch
62393              
62394              Subject: [PATCH perl-current] Make op/sprintf.t more comprehensive
62395              From: Dominic Dunlop <domo@computer.org>
62396              Date: Thu, 29 Jun 2000 12:32:39 +0200
62397              Message-Id: <p04320403b580cc1338db@[192.168.1.4]>
62398              
62399              Regen headers for #6261 (and update embed.pl for this) and #6267,
62400              silence few compiler warnings.
62401              
62402              Subject: PATCH (Re: [ID 20000612.004] Should regression tests fail if user doesn't build XS extensions?)
62403              From: Nicholas Clark <nick@talking.bollo.cx>
62404              Date: Fri, 23 Jun 2000 16:21:15 +0100
62405              Message-ID: <20000623162115.A19894@Bagpuss.unfortu.net>
62406              
62407              Subject: PATCH pod/perltie.pod
62408              From: Ian Phillipps <Ian.Phillipps@iname.com>
62409              Date: Fri, 16 Jun 2000 00:17:19 +0100
62410              Message-ID: <20000616001719.A17108@homer.diplex.co.uk>
62411              (only the first hunk, the second hunk had already been done
62412              by some other patch)
62413              
62414              Subject: [ID 20000614.005] [patch] Tweak to Net::Ping docs
62415              From: Tom Phoenix <rootbeer@redcat.com>
62416              Received: (qmail 6398 invoked by uid 508); 15 Jun 2000 00:30:54 -0000
62417              Date: Wed, 14 Jun 2000 17:30:37 -0700 (PDT)
62418              
62419              Subject: [PATCH] xsub attributes
62420              From: Doug MacEachern <dougm@covalent.net>
62421              Date: Wed, 14 Jun 2000 15:09:22 -0700 (PDT)
62422              Message-ID: <Pine.LNX.4.10.10006141456050.340-100000@mojo.covalent.net>
62423              
62424              Subject: [ID 20000614.003] 5.6.0 File/Glob.pm incompatibility
62425              From: Andy Dougherty <doughera@lafayette.edu>
62426              Date: Wed, 14 Jun 2000 13:33:32 -0400 (EDT)
62427              Message-Id: <Pine.SOL.4.10.10006141332220.3643-100000@maxwell.phys.lafayette.edu>
62428              
62429              Subject: [PATCH] 5.6.0 lib/Pod/{Html,Man,Text}.pm
62430              From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
62431              Date: Tue, 13 Jun 2000 02:43:48 -0500
62432              Message-ID: <20000613024347.A28388@staff2.cso.uiuc.edu>
62433              
62434              Subject: [PATCH] Re: eval documentation: context
62435              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
62436              Date: Mon, 12 Jun 2000 15:07:29 +0100
62437              Message-Id: <E131UsD-0002ke-00@ursa.cus.cam.ac.uk>
62438              
62439              Subject: [PATCH] Re: [ID 20000612.001] map {chop; $_} (Literals problem)
62440              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
62441              Date: Mon, 12 Jun 2000 14:55:59 +0100
62442              Message-Id: <E131Uh5-0002cj-00@ursa.cus.cam.ac.uk>
62443              
62444              Subject: [ID 20000609.002] Text::Wrap::wrap does not handle multiline strings properly
62445              From: "Milton L. Hankins" <mlh@swl.msd.ray.com>
62446              Date: Fri, 09 Jun 2000 12:39:27 -0400
62447              Message-Id: <39411DBF.A04BB1A@swl.msd.ray.com>
62448              (plus update the version "number" of Text::Wrap)
62449              
62450              Subject: [ID 20000602.002] [PATCH] perlsub.pod: ambiguous usage of "closure"
62451              From: Tim Ayers <tayers@bridge.com>
62452              Date: Thu, 08 Jun 2000 08:11:06 +0200
62453              Message-id: <393F38FA.9B5F4C7D@m.dasa.de>
62454              [resent by Richard Foley, Message-Id probably wrong]
62455              
62456              Subject: Re: backwards compatibility in h2xs and makemaker  [PATCH]
62457              From: rspier@pobox.com (Robert Spier)
62458              Date: Wed, 7 Jun 2000 12:47:37 -0400 (EDT)
62459              Message-ID: <14654.31913.845602.610277@rls.cx>
62460              
62461              Subject: [PATCH 5.6.0] utils/h2xs.PL
62462              From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
62463              Date: Wed, 7 Jun 2000 04:02:04 -0500
62464              Message-ID: <20000607040201.A22568@staff1.cso.uiuc.edu>
62465              
62466              Subject: [PATCH 5.6.0]ITHREADs for VMS
62467              From: Dan Sugalski <dan@sidhe.org>
62468              Date: Tue, 06 Jun 2000 11:59:50 -0400
62469              Message-Id: <4.3.2.7.0.20000606115752.01c82220@24.8.96.48>
62470      Branch: maint-5.6/perl
62471           !> (integrate 31 files)
62472 ____________________________________________________________________________
62473 [  7769] By: gsar                                  on 2000/11/20  11:29:06
62474         Log: integrate changes#6261..6266 from cfgperl
62475              
62476              Subject: Re: [PATCH cfgperl] BOMs away!
62477              From: simon@brecon.co.uk (Simon Cozens)
62478              Date: 17 Jun 2000 11:49:57 GMT
62479              Message-ID: <slrn8kmpf5.8pl.simon@justanother.perlhacker.org>
62480              
62481              Subject: 5.6.0 Patch for EPOC
62482              From: Olaf Flebbe <o.flebbe@gmx.de>
62483              Date: Tue, 13 Jun 2000 22:59:29 +0200 (MEST)
62484              Message-ID: <23449.960929969@www11.gmx.net>
62485              
62486              tr fixes from Simon Cozens
62487              
62488              Subject: [ID 20000628.004] Re: Problem compiling perl? [BSDI-Support-Request #71232]
62489              From: Marty Lucich <marty@netcom.com>
62490              Date: Wed, 28 Jun 2000 14:16:05 -0700 (PDT)
62491              Message-Id: <200006282116.OAA11148@netcom.com>
62492              ccdlflags update (the BSD/OS 4.1 part had already been taken
62493              care of by #6141).
62494              
62495              Subject: Re: [ID 20000628.006] POSIX::STRERR_FILENO typo
62496              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
62497              Date: Wed, 28 Jun 2000 17:50:12 -0700
62498              Message-ID: <E1pW5gzkg2kV092yn@efn.org>
62499              
62500              Subject: [PATCH 5.6.0] cygwin port
62501              Message-ID: <779F20BCCE5AD31186A50008C75D997917173C@silldn_mail1.sanwaint.com>
62502              From: "Fifer, Eric" <EFifer@sanwaint.com>
62503              Date: Thu, 29 Jun 2000 12:58:29 +0100
62504      Branch: maint-5.6/perl
62505           !> README.epoc cygwin/Makefile.SHs doop.c epoc/config.sh
62506           !> epoc/createpkg.pl epoc/epocish.c epoc/epocish.h
62507           !> ext/POSIX/POSIX.pm ext/POSIX/POSIX.pod ext/POSIX/POSIX.xs
62508           !> hints/bsdos.sh pod/perldiag.pod t/comp/require.t toke.c
62509 ____________________________________________________________________________
62510 [  7768] By: gsar                                  on 2000/11/20  11:13:44
62511         Log: integrate changes#6252..6256,6259..6260
62512              
62513              Paranoia tweak on #6249.
62514              Subject: Re: [PATCH 5.6.0 IPC/Open3.pm] Allow the use of numeric fd's
62515              From: Ronald J Kimball <rjk@linguist.dartmouth.edu>
62516              Date: Sun, 25 Jun 2000 23:43:12 -0400
62517              Message-ID: <20000625234312.B74147@linguist.dartmouth.edu>
62518              
62519              Subject: tr///, help wanted.
62520              From: simon@brecon.co.uk (Simon Cozens)
62521              Date: 28 Jun 2000 11:29:04 GMT
62522              Message-ID: <slrn8ljoc0.fbd.simon@justanother.perlhacker.org>
62523              
62524              small thinko tweaks
62525              
62526              tweaks from Simon Conzes to further fix tr/// under utf8
62527              
62528              perlnewmod was missing from MANIFEST.
62529              
62530              Subject: Re: [PATCH] pack('U',$foo) doesn't UTF8
62531              From: simon@brecon.co.uk (Simon Cozens)
62532              Date: 17 Jun 2000 11:56:44 GMT
62533              Message-ID: <slrn8kmprs.8pl.simon@justanother.perlhacker.org>
62534              pack U0, pack C0
62535      Branch: maint-5.6/perl
62536           !> MANIFEST doop.c embed.h embed.pl embedvar.h global.sym
62537           !> lib/Exporter.pm lib/IPC/Open3.pm objXSUB.h op.c
62538           !> pod/perlfunc.pod pp.c pp_proto.h proto.h sv.c t/op/my_stash.t
62539           !> t/op/pack.t t/op/tr.t t/pragma/constant.t t/pragma/warn/op
62540 ____________________________________________________________________________
62541 [  7767] By: gsar                                  on 2000/11/20  10:51:38
62542         Log: integrate change#6250 from cfgperl
62543              
62544              Subject: Re: [PATCH] support 'my __PACKAGE__ $obj = ...'
62545              From: Doug MacEachern <dougm@covalent.net>
62546              Date: Tue, 27 Jun 2000 14:17:28 -0700 (PDT)
62547              Message-ID: <Pine.LNX.4.10.10006271412340.7587-100000@mojo.covalent.net>
62548      Branch: maint-5.6/perl
62549           +> t/op/my_stash.t
62550           !> MANIFEST embed.pl global.sym proto.h toke.c
62551 ____________________________________________________________________________
62552 [  7766] By: gsar                                  on 2000/11/20  10:48:34
62553         Log: integrate changes#6240,6242..6246,6248,6249 from cfgperl
62554              
62555              Subject: [ID 20000626.007] h2xs man page contains trailing garbage
62556              From: Nicholas Clark <nick@Bagpuss.unfortu.net>
62557              Date: Mon, 26 Jun 2000 18:40:14 +0100
62558              Message-Id: <200006261740.SAA02740@Bagpuss.unfortu.net>
62559              
62560              Subject: [PATCH] bytes<->utf8 fixes
62561              From: simon@brecon.co.uk (Simon Cozens)
62562              Date: 26 Jun 2000 04:55:45 GMT
62563              Message-ID: <slrn8ldoih.fbd.simon@justanother.perlhacker.org>
62564              
62565              Subject: [PATCH] is_utf8_string
62566              From: simon@brecon.co.uk (Simon Cozens)
62567              Date: 26 Jun 2000 02:25:59 GMT
62568              Message-ID: <slrn8ldfpn.h5k.simon@justanother.perlhacker.org>
62569              
62570              Subject: [PATCH] avoid mg_ptr in '*' magic
62571              From: Doug MacEachern <dougm@covalent.net>
62572              Date: Sun, 25 Jun 2000 11:16:08 -0700 (PDT)
62573              Message-ID: <Pine.LNX.4.10.10006251045190.461-100000@mojo.covalent.net>
62574              
62575              Subject: [ID 20000624.001] PERL_DL_DEBUG=1 DynaLoader message appears to be wrong
62576              From: Nicholas Clark <nick@Bagpuss.unfortu.net>
62577              Date: Sat, 24 Jun 2000 13:06:20 +0100
62578              Message-Id: <200006241206.NAA03771@Bagpuss.unfortu.net>
62579              
62580              Allow for standalone testing.
62581              
62582              Subject: DOC PATCH 5.6.0: perlfunc/sprintf does not contain an example
62583              From: Mark-Jason Dominus <mjd@plover.com>
62584              Date: Tue, 27 Jun 2000 22:36:42 -0400
62585              Message-ID: <20000628023642.12166.qmail@plover.com>
62586              
62587              Subject: Re: [PATCH 5.6.0 IPC/Open3.pm] Allow the use of numeric fd's
62588              From: Frank Tobin <ftobin@uiuc.edu>
62589              Date: Sun, 25 Jun 2000 19:00:58 -0500 (CDT)
62590              Message-ID: <Pine.BSF.4.21.0006251855340.20487-100000@srh0902.urh.uiuc.edu>
62591      Branch: maint-5.6/perl
62592           !> embed.h embed.pl embedvar.h ext/DynaLoader/DynaLoader_pm.PL
62593           !> global.sym gv.c lib/IPC/Open3.pm objXSUB.h perlapi.c perlapi.h
62594           !> pod/perlapi.pod pod/perlfunc.pod pod/perlintern.pod pp_proto.h
62595           !> proto.h sv.c t/lib/filefunc.t t/lib/filespec.t t/lib/peek.t
62596           !> utf8.c utils/h2xs.PL
62597 ____________________________________________________________________________
62598 [  7765] By: gsar                                  on 2000/11/20  10:29:13
62599         Log: integrate change#6239 from cfgperl
62600              
62601              Configure maintenance.  Sever some dependency cycles,
62602              separate gccversion from the cc unit,
62603              address [ID 20000623.006] Configure script patch for using gcc on AIX
62604              (but solve it a little bit differently),
62605              unduplex some accidentally duplicated units,
62606              suggest using gcc if no cc available
62607              (p5p thread: "Solaris configure: counterproposal", 1999-09)
62608      Branch: maint-5.6/perl
62609           !> Configure Todo-5.6 config_h.SH
62610 ____________________________________________________________________________
62611 [  7764] By: gsar                                  on 2000/11/20  10:25:55
62612         Log: integrate changes#6233..6238 from cfgperl
62613              
62614              Subject: PATCH 5.6.0: Document OPf_SPECIAL flag in regcomp op nodes
62615              From: Mark-Jason Dominus <mjd@plover.com>
62616              Date: Fri, 16 Jun 2000 20:53:04 -0400
62617              Message-ID: <20000617005304.8008.qmail@plover.com>
62618              
62619              Prefer C:/temp in Win32 as File::Spec->tmpdir to /tmp
62620              because when run as services (Win32ese for daemons)
62621              no environment variables are set and tmpdir ends up as /tmp,
62622              which is ambiguous.
62623              Subject:[ID 20000616.002] File::Spec->tmpdir broken when running as service
62624              From: matt@sergeant.org
62625              Date: 16 Jun 2000 16:30:43 -0000
62626              Message-Id: <20000616163043.26398.qmail@mail.sergeant.org>
62627              
62628              The thread begun by
62629              Subject: [ID 20000616.001] Typo on line 390 of .../hints/solaris_2.sh
62630              From: Kevin.Ruscoe@ubsw.com
62631              Date: Fri, 16 Jun 2000 16:38:51 +0100
62632              Message-Id: <H000019b03c300d6@MHS>
62633              
62634              Tweak embed.pl, regen headers.
62635              
62636              Subject: [PATCH 5.6.0] XS module loading fixup for VMS
62637              From: Dan Sugalski <dan@sidhe.org>
62638              Date: Fri, 23 Jun 2000 17:00:00 -0400
62639              Message-Id: <4.3.2.7.0.20000623165934.00c93d10@24.8.96.48>
62640      Branch: maint-5.6/perl
62641           !> (integrate 27 files)
62642 ____________________________________________________________________________
62643 [  7763] By: gsar                                  on 2000/11/20  10:08:08
62644         Log: s/perl56delta/perldelta/g
62645      Branch: maint-5.6/perl
62646            ! pod/Makefile
62647 ____________________________________________________________________________
62648 [  7762] By: gsar                                  on 2000/11/20  10:04:00
62649         Log: integrate changes#6225,6229,6231,6232 from cfgperl
62650              
62651              Add source code filenames to apidoc.
62652              From: simon@brecon.co.uk (Simon Cozens)
62653              Subject: [PATCH embed.pl] Source X-ref
62654              Date: 22 Jun 2000 02:18:49 GMT
62655              Message-ID: <slrn8l2ts8.h5k.simon@justanother.perlhacker.org>
62656              
62657              Subject: README.hpux version 0.6.1
62658              Date: Tue, 20 Jun 2000 15:25:51 -0700 (PDT)
62659              From: Jeff Okamoto <okamoto@xfiles.intercon.hp.com>
62660              Message-Id: <200006202225.PAA26205@xfiles.intercon.hp.com>
62661              
62662              Subject: [PATCH 5.6.0] cygwin port
62663              From: "Fifer, Eric" <EFifer@sanwaint.com>
62664              Date: Tue, 20 Jun 2000 14:30:58 +0100
62665              Message-ID: <779F20BCCE5AD31186A50008C75D9979171734@silldn_mail1.sanwaint.com>
62666              
62667              Subject: PATCH: pod/perlutil.pod - utilities packaged with the Perl distribution
62668              From: simon@brecon.co.uk (Simon Cozens)
62669              Date: 19 Jun 2000 15:18:27 GMT
62670              Message-ID: <slrn8ksee3.cp9.simon@justanother.perlhacker.org>
62671              
62672              plus update pod/Makefile and regenerate perltoc
62673      Branch: maint-5.6/perl
62674           +> pod/perlutil.pod
62675           !> MANIFEST README.cygwin README.hpux Todo-5.6 embed.pl
62676           !> lib/File/Find.pm pod/Makefile pod/perltoc.pod pod/roffitall
62677 ____________________________________________________________________________
62678 [  7761] By: jhi                                   on 2000/11/20  04:09:55
62679         Log: Miraculous typo.
62680      Branch: perl
62681            ! t/op/pat.t
62682 ____________________________________________________________________________
62683 [  7760] By: jhi                                   on 2000/11/20  04:06:08
62684         Log: Subject: [PATCH 5.7.0] The first step in removing recursion from the REx engine
62685              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
62686              Date: Sun, 19 Nov 2000 22:30:26 -0500
62687              Message-ID: <20001119223026.A5165@monk.mps.ohio-state.edu>
62688      Branch: perl
62689            ! regexec.c scope.h t/op/pat.t
62690 ____________________________________________________________________________
62691 [  7759] By: jhi                                   on 2000/11/20  02:05:22
62692         Log: Make certain MacOS Classic has NO_ENVIRON_ARRAY.
62693      Branch: perl
62694            ! perl.h
62695 ____________________________________________________________________________
62696 [  7758] By: jhi                                   on 2000/11/20  01:58:11
62697         Log: Subject: [perl 7711: EPOC] updates
62698              From: Olaf Flebbe <o.flebbe@gmx.de>
62699              Date: Sun, 19 Nov 2000 19:33:30 +0100 (MET)
62700              Message-ID: <25575.974658810@www23.gmx.net>               
62701      Branch: perl
62702            + lib/File/Spec/Epoc.pm
62703            ! MANIFEST epoc/epocish.c lib/CGI.pm lib/Cwd.pm
62704            ! lib/File/Basename.pm lib/File/Find.pm lib/File/Path.pm
62705            ! lib/File/Spec.pm perl.c sv.c
62706 ____________________________________________________________________________
62707 [  7757] By: jhi                                   on 2000/11/20  01:53:11
62708         Log: ext/re/hints/MSWin32.pl seems to be missing from perlio.
62709      Branch: perl
62710            ! MANIFEST
62711 ____________________________________________________________________________
62712 [  7756] By: jhi                                   on 2000/11/20  01:47:22
62713         Log: Integrate perlio.
62714      Branch: perl
62715            - ext/re/hints/MSWin32.pl
62716           !> global.sym perlio.c perlio.h perliol.h pod/perlapi.pod sv.c
62717           !> win32/config.gc win32/config_H.gc win32/win32sck.c
62718 ____________________________________________________________________________
62719 [  7755] By: nick                                  on 2000/11/19  20:57:17
62720         Log: Add dummy crlf layer (just as buffer)
62721              Correct 1st bug - one layer of indirection.
62722      Branch: perlio
62723            ! perlio.c perlio.h perliol.h
62724 ____________________________________________________________________________
62725 [  7754] By: nick                                  on 2000/11/19  20:56:12
62726         Log: Work-round to Perl_deb_nocontext is no longer required
62727      Branch: perlio
62728            - ext/re/hints/MSWin32.pl
62729 ____________________________________________________________________________
62730 [  7753] By: nick                                  on 2000/11/19  20:01:16
62731         Log: diff -se shows these as different
62732      Branch: perlio
62733            ! global.sym pod/perlapi.pod
62734 ____________________________________________________________________________
62735 [  7752] By: nick                                  on 2000/11/19  18:57:30
62736         Log: Configure GCC/Win32 build -Duseperlio
62737              Fix a couple of gross issues
62738              - double-include of ../deb.o in re.dll
62739              - win32sck.c needs PerlIO and FILE 
62740      Branch: perlio
62741            ! ext/re/hints/MSWin32.pl win32/config.gc win32/config_H.gc
62742            ! win32/win32sck.c
62743 ____________________________________________________________________________
62744 [  7751] By: nick                                  on 2000/11/19  17:05:36
62745         Log: Special case :crlf and :raw in dummy PerlIO_apply_layers
62746      Branch: perlio
62747            ! perlio.c
62748 ____________________________________________________________________________
62749 [  7750] By: nick                                  on 2000/11/19  16:57:14
62750         Log: Missing aTHX_
62751      Branch: perlio
62752            ! sv.c
62753 ____________________________________________________________________________
62754 [  7749] By: jhi                                   on 2000/11/19  16:28:40
62755         Log: Subject: [ID 20001118.006] [PATCH] perl@7707 djgpp/config.over, hints/dos_djgpp.sh and Storable.pm
62756              From: "Peter J. Farley III" <pjfarley@banet.net>
62757              Date: Sun, 19 Nov 2000 01:42:58 -0500
62758              Message-Id: <5.0.1.4.0.20001119011855.00a55ec0@pop5.banet.net>
62759      Branch: perl
62760            ! djgpp/config.over ext/Storable/Storable.pm hints/dos_djgpp.sh
62761 ____________________________________________________________________________
62762 [  7748] By: jhi                                   on 2000/11/19  16:08:10
62763         Log: Subject: podlators 1.05 available        
62764              From: Russ Allbery <rra@stanford.edu>   
62765              Date: 18 Nov 2000 22:04:28 -0800
62766              Message-ID: <ylitpkijkj.fsf@windlord.stanford.edu>
62767      Branch: perl
62768            ! lib/Pod/Man.pm lib/Pod/Text.pm pod/pod2man.PL
62769 ____________________________________________________________________________
62770 [  7747] By: nick                                  on 2000/11/19  11:19:39
62771         Log: Integrate mainline
62772      Branch: perlio
62773           !> embed.h embed.pl objXSUB.h perlapi.c proto.h sv.c utf8.c
62774           !> util.c
62775 ____________________________________________________________________________
62776 [  7746] By: jhi                                   on 2000/11/19  06:42:22
62777         Log: Make hex scanning warn on "\x{x}" and "\xx".
62778              "\x" and and hex("x") are still valid.
62779      Branch: perl
62780            ! util.c
62781 ____________________________________________________________________________
62782 [  7745] By: nick                                  on 2000/11/18  22:52:28
62783         Log: Integrate mainline
62784      Branch: perlio
62785           !> emacs/ptags embed.h embed.pl lib/CPAN.pm lib/CPAN/FirstTime.pm
62786           !> perl.h perlio.c proto.h regcomp.c regcomp.h
62787 ____________________________________________________________________________
62788 [  7744] By: jhi                                   on 2000/11/18  22:50:28
62789         Log: Introduce Perl_utf8_length().  Use it.
62790      Branch: perl
62791            ! embed.h embed.pl objXSUB.h perlapi.c proto.h sv.c utf8.c
62792 ____________________________________________________________________________
62793 [  7743] By: jhi                                   on 2000/11/18  22:38:51
62794         Log: Compiler denit.
62795      Branch: perl
62796            ! perlio.c
62797 ____________________________________________________________________________
62798 [  7742] By: jhi                                   on 2000/11/18  20:33:05
62799         Log: Integrate perlio.
62800      Branch: perl
62801           !> cop.h doio.c gv.c lib/open.pm mg.c op.c perl.c perlio.c
62802           !> perlio.h pp_ctl.c pp_sys.c sv.c
62803 ____________________________________________________________________________
62804 [  7741] By: jhi                                   on 2000/11/18  20:31:27
62805         Log: Subject: [PATCH 5.7.0] make regcomp reenterable
62806              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
62807              Date: Fri, 17 Nov 2000 20:35:11 -0500
62808              Message-ID: <20001117203511.A13121@monk.mps.ohio-state.edu>
62809              
62810              Subject: Re: [PATCH 5.7.0] make regcomp reenterable
62811              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
62812              Date: Fri, 17 Nov 2000 21:03:47 -0500
62813              Message-ID: <20001117210347.A16570@monk.mps.ohio-state.edu>
62814              
62815              Plus a little bit of tweaking in pregcomp().
62816      Branch: perl
62817            ! embed.h embed.pl perl.h proto.h regcomp.c regcomp.h
62818 ____________________________________________________________________________
62819 [  7740] By: nick                                  on 2000/11/18  20:17:22
62820         Log: Lexical use open ... support:
62821              add ->cop_io to COP structure in cop.h.
62822              Make mg.c and gv.c associate it with ${^OPEN}.
62823              Make lib/open.pm set it.
62824              Have sv.c, perl.c, pp_ctl.c, op.c manipulate it in a manner
62825              manner similar to ->cop_warnings.
62826              Have doio.c's do_open9 and pp_sys.c's pp_backticks use it as default and
62827              call new PerlIO_apply_layers().
62828              Declare latter in perlio.h and define in perlio.c
62829      Branch: perlio
62830            ! cop.h doio.c gv.c lib/open.pm mg.c op.c perl.c perlio.c
62831            ! perlio.h pp_ctl.c pp_sys.c sv.c
62832 ____________________________________________________________________________
62833 [  7739] By: jhi                                   on 2000/11/18  19:54:00
62834         Log: Integrate perlio.
62835      Branch: perl
62836           !> doio.c perlio.c pp.c
62837 ____________________________________________________________________________
62838 [  7738] By: jhi                                   on 2000/11/18  17:16:13
62839         Log: Subject: [PATCH 5.7.0] etags broken again
62840              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
62841              Date: Sat, 18 Nov 2000 02:41:36 -0500
62842              Message-ID: <20001118024136.A19097@monk.mps.ohio-state.edu>
62843      Branch: perl
62844            ! emacs/ptags
62845 ____________________________________________________________________________
62846 [  7737] By: jhi                                   on 2000/11/18  17:12:18
62847         Log: Upgrade to CPAN.pm 1.58_93 (the RC1 for 1.59), from Andreas König.
62848      Branch: perl
62849            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
62850 ____________________________________________________________________________
62851 [  7736] By: nick                                  on 2000/11/18  14:06:20
62852         Log: Basic tweaks to do_open() type parsing to allow layer/discipline
62853              part to be isolated.
62854      Branch: perlio
62855            ! doio.c perlio.c
62856 ____________________________________________________________________________
62857 [  7735] By: nick                                  on 2000/11/18  11:03:32
62858         Log: Integrate mainline
62859      Branch: perlio
62860           !> Changes README.amiga README.win32 patchlevel.h
62861           !> pod/perlfunc.pod pp.c regcomp.c regexec.c t/op/re_tests
62862 ____________________________________________________________________________
62863 [  7734] By: jhi                                   on 2000/11/18  01:18:56
62864         Log: Update Changes.
62865      Branch: perl
62866            ! Changes patchlevel.h
62867 ____________________________________________________________________________
62868 [  7733] By: jhi                                   on 2000/11/18  00:32:54
62869         Log: Subject: [PATCH 5.7.0] restore match data on backtracing
62870              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
62871              Date: Fri, 17 Nov 2000 17:28:02 -0500
62872              Message-ID: <20001117172802.A1032@monk.mps.ohio-state.edu>
62873      Branch: perl
62874            ! regcomp.c regexec.c t/op/re_tests
62875 ____________________________________________________________________________
62876 [  7732] By: jhi                                   on 2000/11/18  00:28:56
62877         Log: Sparc 64-bit pack() fix from Jens Hamisch.
62878      Branch: perl
62879            ! pp.c
62880 ____________________________________________________________________________
62881 [  7731] By: jhi                                   on 2000/11/18  00:18:39
62882         Log: Explain in more detail the {} syntax ambiguousity.
62883              
62884              Subject: [PATCH] Re: [ID 20001117.003] map { "$_", 1} @array is syntax error
62885              From: Nicholas Clark <nick@ccl4.org>
62886              Date: Fri, 17 Nov 2000 22:10:28 +0000
62887              Message-ID: <20001117221028.A88930@plum.flirble.org>
62888      Branch: perl
62889            ! pod/perlfunc.pod
62890 ____________________________________________________________________________
62891 [  7730] By: jhi                                   on 2000/11/18  00:12:18
62892         Log: Subject: Fix for README.amiga (20000323.033)
62893              From: "Stephen P. Potter" <spp@spotter.yi.org>
62894              Date: Fri, 17 Nov 2000 12:25:51 -0500
62895              Message-Id: <200011171725.MAA05768@spotter.yi.org>
62896      Branch: perl
62897            ! README.amiga
62898 ____________________________________________________________________________
62899 [  7729] By: jhi                                   on 2000/11/18  00:08:34
62900         Log: Subject: [PATCH 5.6.0 README.win32] very minor typos
62901              From: "A. C. Yardley" <yardley@tanet.net>
62902              Date: Mon, 3 Apr 2000 11:35:33 -0700
62903              Message-ID: <3483.000403@tanet.net>
62904      Branch: perl
62905            ! README.win32
62906 ____________________________________________________________________________
62907 [  7728] By: nick                                  on 2000/11/17  21:59:47
62908         Log: Integrate mainline
62909      Branch: perlio
62910           !> configure.com hints/solaris_2.sh lib/Carp/Heavy.pm
62911           !> lib/ExtUtils/xsubpp lib/Pod/Checker.pm pod/perlfaq9.pod
62912           !> pod/perlhack.pod pod/perllocale.pod pod/perlmodlib.PL
62913           !> pod/perlpod.pod pod/perlxs.pod pod/perlxstut.pod t/lib/b.t
62914 ____________________________________________________________________________
62915 [  7727] By: nick                                  on 2000/11/17  21:56:31
62916         Log: Experiment on use of attributes.pm interface.
62917              Valid generic fix to auto-vivify code in rv2gv - only "upgrade" to
62918              SVt_PVRV if not already something better (else vivify of say magic gets
62919              core dump).
62920      Branch: perlio
62921            ! perlio.c pp.c
62922 ____________________________________________________________________________
62923 [  7726] By: jhi                                   on 2000/11/17  14:15:49
62924         Log: Subject: Fix for 20000815.006
62925              From: "Stephen P. Potter" <spp@spotter.yi.org>
62926              Date: Fri, 17 Nov 2000 08:57:45 -0500
62927              Message-Id: <200011171357.IAA05122@spotter.yi.org>
62928              
62929              It's really 20000518.006.
62930      Branch: perl
62931            ! pod/perlmodlib.PL
62932 ____________________________________________________________________________
62933 [  7725] By: jhi                                   on 2000/11/17  14:12:31
62934         Log: Subject: Fix for 20000409.001
62935              From: "Stephen P. Potter" <spp@spotter.yi.org>
62936              Date: Fri, 17 Nov 2000 08:55:45 -0500
62937              Message-Id: <200011171355.IAA05104@spotter.yi.org>
62938      Branch: perl
62939            ! pod/perlfaq9.pod
62940 ____________________________________________________________________________
62941 [  7724] By: jhi                                   on 2000/11/17  14:08:58
62942         Log: Undo #7627 now that we have =head3.
62943      Branch: perl
62944            ! pod/perlhack.pod
62945 ____________________________________________________________________________
62946 [  7723] By: jhi                                   on 2000/11/17  14:04:09
62947         Log: As surmised the #7719 wasn't a good move.
62948      Branch: perl
62949            ! hints/solaris_2.sh
62950 ____________________________________________________________________________
62951 [  7722] By: jhi                                   on 2000/11/17  13:59:04
62952         Log: Also the 64bitall hints can be either here or there.
62953      Branch: perl
62954            ! hints/solaris_2.sh
62955 ____________________________________________________________________________
62956 [  7721] By: jhi                                   on 2000/11/17  02:26:23
62957         Log: Test tweak for the open pragma.
62958      Branch: perl
62959            ! t/lib/b.t
62960 ____________________________________________________________________________
62961 [  7720] By: jhi                                   on 2000/11/17  00:23:22
62962         Log: The long double hints can be here or there.
62963      Branch: perl
62964            ! hints/solaris_2.sh
62965 ____________________________________________________________________________
62966 [  7719] By: jhi                                   on 2000/11/17  00:14:06
62967         Log: For Solaris use64bitall the stdchar needs a little bit of help.
62968      Branch: perl
62969            ! hints/solaris_2.sh
62970 ____________________________________________________________________________
62971 [  7718] By: jhi                                   on 2000/11/16  23:27:34
62972         Log: Subject: Re: Bug in Carp::Heavy/5.6.0?
62973              From: Wolfgang Laun <Wolfgang.Laun@alcatel.at>
62974              Date: Wed, 15 Nov 2000 08:56:32 +0100
62975              Message-ID: <3A1241B0.64477E00@alcatel.at>
62976      Branch: perl
62977            ! lib/Carp/Heavy.pm
62978 ____________________________________________________________________________
62979 [  7717] By: jhi                                   on 2000/11/16  23:23:29
62980         Log: Subject: [PATCH] Re: 20001101.003 PDL
62981              From: Nicholas Clark <nick@ccl4.org>
62982              Date: Thu, 16 Nov 2000 16:48:25 +0000
62983              Message-ID: <20001116164825.B93487@plum.flirble.org>
62984      Branch: perl
62985            ! lib/ExtUtils/xsubpp pod/perlxs.pod pod/perlxstut.pod
62986 ____________________________________________________________________________
62987 [  7716] By: jhi                                   on 2000/11/16  23:21:31
62988         Log: Subject: [PATCH] Re: [p5p] [PATCH perlpod.pod] Digging into the =head
62989              From: "Casey R. Tweten" <crt@kiski.net>
62990              Date: Thu, 16 Nov 2000 12:02:47 -0500 (EST)
62991              Message-ID: <Pine.OSF.4.21.0011161200410.700-100000@home.kiski.net>
62992      Branch: perl
62993            ! lib/Pod/Checker.pm pod/perlpod.pod
62994 ____________________________________________________________________________
62995 [  7715] By: jhi                                   on 2000/11/16  23:19:40
62996         Log: Avoid an infinite loop in VMS when utils scripts are run
62997              with no arguments, from Charles Lane.
62998      Branch: perl
62999            ! configure.com
63000 ____________________________________________________________________________
63001 [  7714] By: jhi                                   on 2000/11/16  23:17:08
63002         Log: Subject: perllocale.pod changes
63003              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
63004              Date: Mon, 13 Nov 2000 10:09:22 +0300
63005              Message-ID: <402099F49BEED211999700805FC7359F825416@ru0028exch01.spb.lucent.com>
63006      Branch: perl
63007            ! pod/perllocale.pod
63008 ____________________________________________________________________________
63009 [  7713] By: jhi                                   on 2000/11/16  23:14:06
63010         Log: Integrate perlio.
63011      Branch: perl
63012           !> doio.c perlio.c perlio.h util.c
63013 ____________________________________________________________________________
63014 [  7712] By: nick                                  on 2000/11/16  21:10:58
63015         Log: Integrate mainline
63016      Branch: perlio
63017           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
63018           !> config_h.SH configure.com epoc/config.sh malloc.c uconfig.h
63019           !> uconfig.sh vos/config.alpha.def vos/config.alpha.h
63020           !> vos/config.ga.def vos/config.ga.h win32/config.bc
63021           !> win32/config.gc win32/config.vc
63022 ____________________________________________________________________________
63023 [  7711] By: nick                                  on 2000/11/16  19:56:41
63024         Log: Minor tweaks:
63025              consistent way of getting 'rb', 'wb' etc. for binary opens
63026              move *perlio::layers to *open::layers
63027              a #define to show layers available
63028              DOSISH popen/PerlIO had export/import sense inverted.
63029      Branch: perlio
63030            ! doio.c perlio.c perlio.h util.c
63031 ____________________________________________________________________________
63032 [  7710] By: jhi                                   on 2000/11/16  15:46:05
63033         Log: Add HAS_SBRK_PROTO.
63034      Branch: metaconfig/U/perl
63035            + d_sbrkproto.U
63036      Branch: perl
63037            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
63038            ! config_h.SH configure.com epoc/config.sh malloc.c uconfig.h
63039            ! uconfig.sh vos/config.alpha.def vos/config.alpha.h
63040            ! vos/config.ga.def vos/config.ga.h win32/config.bc
63041            ! win32/config.gc win32/config.vc
63042 ____________________________________________________________________________
63043 [  7709] By: nick                                  on 2000/11/16  07:31:49
63044         Log: Integrate mainline
63045      Branch: perlio
63046           !> (integrate 35 files)
63047 ____________________________________________________________________________
63048 [  7708] By: jhi                                   on 2000/11/16  05:33:03
63049         Log: These files are text, not binary.
63050      Branch: perl
63051            ! ext/Encode/Encode/iso8859-10.enc
63052            ! ext/Encode/Encode/iso8859-13.enc
63053            ! ext/Encode/Encode/iso8859-14.enc
63054            ! ext/Encode/Encode/iso8859-15.enc
63055 ____________________________________________________________________________
63056 [  7707] By: jhi                                   on 2000/11/16  01:53:37
63057         Log: Update Changes.
63058      Branch: perl
63059            ! Changes patchlevel.h
63060 ____________________________________________________________________________
63061 [  7706] By: jhi                                   on 2000/11/16  01:35:59
63062         Log: More #undefing of stdio.
63063      Branch: perl
63064            ! fakesdio.h nostdio.h
63065 ____________________________________________________________________________
63066 [  7705] By: jhi                                   on 2000/11/16  01:34:18
63067         Log: Add fwalk() probe to the configuration files and regen perltoc.
63068      Branch: perl
63069            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
63070            ! config_h.SH configure.com epoc/config.sh pod/perltoc.pod
63071            ! uconfig.h uconfig.sh util.c vos/config.alpha.def
63072            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
63073            ! win32/config.bc win32/config.gc win32/config.vc
63074 ____________________________________________________________________________
63075 [  7704] By: jhi                                   on 2000/11/16  01:33:07
63076         Log: Add the _fwalk() unit.  (The probe says 'fwalk()'.  Time for
63077              an optional third argument to Inlibc?)
63078      Branch: metaconfig/U/perl
63079            + d__fwalk.U
63080 ____________________________________________________________________________
63081 [  7703] By: jhi                                   on 2000/11/16  01:09:22
63082         Log: The type of the hash_cb() size argument is tricky.
63083      Branch: perl
63084            ! ext/DB_File/DB_File.xs
63085 ____________________________________________________________________________
63086 [  7702] By: jhi                                   on 2000/11/15  23:01:16
63087         Log: Quick temporary fix for 20001114.008 as suggested by Nick Ing-Simmons.
63088      Branch: perl
63089            ! nostdio.h
63090 ____________________________________________________________________________
63091 [  7701] By: jhi                                   on 2000/11/15  22:52:32
63092         Log: Detypo.
63093      Branch: perl
63094            ! t/lib/bigfltpm.t
63095 ____________________________________________________________________________
63096 [  7700] By: jhi                                   on 2000/11/15  22:51:56
63097         Log: UINT64_C() work continues.
63098      Branch: perl
63099            ! handy.h perl.h utf8.h
63100 ____________________________________________________________________________
63101 [  7699] By: jhi                                   on 2000/11/15  14:13:04
63102         Log: SOCKS has its own USE_THREADS, based on
63103              
63104              Subject: [ID 20001114.002] et. al. bugfix followup
63105              From: Jens Hamisch <jens@Strawberry.COM> 
63106              Date: Wed, 15 Nov 2000 14:23:11 +0100
63107              Message-ID: <20001115142311.A21164@Strawberry.COM>
63108      Branch: perl
63109            ! perl.h
63110 ____________________________________________________________________________
63111 [  7698] By: jhi                                   on 2000/11/15  03:50:56
63112         Log: Add few missing #undefs and sort them.
63113      Branch: perl
63114            ! fakesdio.h
63115 ____________________________________________________________________________
63116 [  7697] By: jhi                                   on 2000/11/15  03:39:14
63117         Log: Linenumber fix.
63118      Branch: perl
63119            ! t/pragma/warn/utf8
63120 ____________________________________________________________________________
63121 [  7696] By: jhi                                   on 2000/11/15  02:55:26
63122         Log: EBCDIC tweaks.
63123              
63124              Subject: [PATCH: perl@7674 ++] fixes for warnings and regmesg (reprise)
63125              From: Peter Prymmer <pvhp@forte.com>
63126              Date: Tue, 14 Nov 2000 17:05:11 -0800 (PST)
63127              Message-ID: <Pine.OSF.4.10.10011141653510.106218-100000@aspara.forte.com>
63128      Branch: perl
63129            ! t/op/regmesg.t t/pragma/warn/utf8
63130 ____________________________________________________________________________
63131 [  7695] By: jhi                                   on 2000/11/15  02:53:58
63132         Log: Subject: [PATCH: perl@7674 + Scott-Thoennes] hush warnings about malformed EBCDIC text
63133              From: Peter Prymmer <pvhp@forte.com>
63134              Date: Tue, 14 Nov 2000 15:09:41 -0800 (PST)
63135              Message-ID: <Pine.OSF.4.10.10011141500260.106218-100000@aspara.forte.com>
63136      Branch: perl
63137            ! utf8.c
63138 ____________________________________________________________________________
63139 [  7694] By: jhi                                   on 2000/11/15  02:50:55
63140         Log: Subject: [PATCH: perl@7674] updates to README.os390
63141              From: Prymmer/Kahn <pvhp@best.com>
63142              Date: Tue, 14 Nov 2000 09:20:20 -0800 (PST)
63143              Message-ID: <Pine.BSF.4.21.0011140913370.15162-100000@shell8.ba.best.com>
63144      Branch: perl
63145            ! README.os390
63146 ____________________________________________________________________________
63147 [  7693] By: jhi                                   on 2000/11/15  02:48:37
63148         Log: Quit utf8_to_uv() instantly if curlen == 0.
63149      Branch: perl
63150            ! utf8.c
63151 ____________________________________________________________________________
63152 [  7692] By: jhi                                   on 2000/11/15  02:24:29
63153         Log: Use u_int32_t for the size of hash_cb(), not size_t.
63154              
63155              Subject: [ID 20001114.003] Solaris 8, 64 Bit DB_file patch
63156              From: Jens Hamisch <jens@Strawberry.COM>     
63157              Date: Tue, 14 Nov 2000 19:03:55 +0100
63158              Message-Id: <20001114190355.A20559@Strawberry.COM>
63159      Branch: perl
63160            ! ext/DB_File/DB_File.xs
63161 ____________________________________________________________________________
63162 [  7691] By: jhi                                   on 2000/11/15  02:20:12
63163         Log: Use UINT64_C().
63164              
63165              Subject: [ID 20001114.006] 5.7.0-7680 Solaris 8, 64 bit, utf8 patch
63166              From: Jens Hamisch <jens@Strawberry.COM>
63167              Date: Tue, 14 Nov 2000 19:16:23 +0100
63168              Message-Id: <20001114191623.G20559@Strawberry.COM>
63169      Branch: perl
63170            ! utf8.c utf8.h
63171 ____________________________________________________________________________
63172 [  7690] By: jhi                                   on 2000/11/15  02:17:06
63173         Log: Defined INT64_C() and UINT64_C() unless defined by <inttypes.h>
63174              (a macro to define signed and unsigned integer constants).
63175      Branch: perl
63176            ! handy.h
63177 ____________________________________________________________________________
63178 [  7689] By: jhi                                   on 2000/11/15  01:56:51
63179         Log: Regen Configure.
63180      Branch: perl
63181            ! Configure
63182 ____________________________________________________________________________
63183 [  7688] By: jhi                                   on 2000/11/15  01:56:32
63184         Log: Make the unit know about SOCKS.
63185      Branch: metaconfig
63186            ! U/protos/socksizetype.U
63187 ____________________________________________________________________________
63188 [  7687] By: jhi                                   on 2000/11/15  01:54:47
63189         Log: Remove unused dependencies.
63190      Branch: metaconfig
63191            ! U/compline/d_getpagsz.U
63192 ____________________________________________________________________________
63193 [  7686] By: nick                                  on 2000/11/14  21:25:13
63194         Log: Integrate mainline.
63195      Branch: perlio
63196           +> ext/re/hints/MSWin32.pl win32/bin/mdelete.bat
63197           !> MANIFEST doio.c doop.c ext/IO/lib/IO/Handle.pm
63198           !> ext/IO/lib/IO/Seekable.pm ext/SDBM_File/Makefile.PL
63199           !> lib/ExtUtils/MM_Unix.pm lib/perl5db.pl makedef.pl perl.h
63200           !> perlio.c pp.c pp_sys.c toke.c utf8.c utf8.h win32/Makefile
63201           !> win32/config.bc win32/config.gc win32/config.vc
63202           !> win32/makefile.mk win32/win32.c win32/win32.h win32/win32sck.c
63203 ____________________________________________________________________________
63204 [  7685] By: jhi                                   on 2000/11/14  17:54:56
63205         Log: Integrate perlio.
63206      Branch: perl
63207           +> fakesdio.h perliol.h
63208           !> MANIFEST iperlsys.h nostdio.h perl.c perlio.c perlio.h
63209           !> perlsdio.h perlsfio.h pod/perlfunc.pod
63210 ____________________________________________________________________________
63211 [  7684] By: nick                                  on 2000/11/14  17:43:04
63212         Log: PerlIO #include and #ifdef re-work.
63213      Branch: perlio
63214            + fakesdio.h perliol.h
63215            ! MANIFEST iperlsys.h nostdio.h perl.c perlio.c perlio.h
63216            ! perlsdio.h perlsfio.h
63217 ____________________________________________________________________________
63218 [  7683] By: jhi                                   on 2000/11/14  15:42:40
63219         Log: Hoist the duplicated socket/netdb include logic to perl.h;
63220              undef SETERRNO in case SOCKS has defined it.  Based on:
63221              
63222              Subject: [ID 20001114.002] Code-Cleanups concerning SOCKS5 and Solaris   
63223              From: Jens Hamisch <jens@Strawberry.COM> 
63224              Date: Tue, 14 Nov 2000 11:34:40 +0100
63225              Message-Id: <20001114113440.A20005@Strawberry.COM>
63226      Branch: perl
63227            ! doio.c perl.h pp_sys.c
63228 ____________________________________________________________________________
63229 [  7682] By: jhi                                   on 2000/11/14  14:07:28
63230         Log: Subject: some additions for makefiles for win32 (for perl@7674)
63231              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
63232              Date: Tue, 14 Nov 2000 09:31:13 +0300
63233              Message-ID: <402099F49BEED211999700805FC7359F8254FC@ru0028exch01.spb.lucent.com>
63234      Branch: perl
63235            ! win32/Makefile win32/config.bc win32/config.gc win32/config.vc
63236            ! win32/makefile.mk
63237 ____________________________________________________________________________
63238 [  7681] By: jhi                                   on 2000/11/14  14:01:41
63239         Log: Subject: tiny typo in perl5db.pl
63240              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
63241              Date: Tue, 14 Nov 2000 09:29:28 +0300
63242              Message-ID: <402099F49BEED211999700805FC7359F8254F7@ru0028exch01.spb.lucent.com>
63243      Branch: perl
63244            ! lib/perl5db.pl
63245 ____________________________________________________________________________
63246 [  7680] By: jhi                                   on 2000/11/14  04:13:50
63247         Log: Redo #7679 with LFs instead of CRLFs.
63248      Branch: perl
63249            ! ext/SDBM_File/Makefile.PL lib/ExtUtils/MM_Unix.pm makedef.pl
63250            ! perlio.c win32/Makefile win32/bin/mdelete.bat win32/config.gc
63251            ! win32/config.vc win32/win32.c win32/win32.h win32/win32sck.c
63252 ____________________________________________________________________________
63253 [  7679] By: jhi                                   on 2000/11/14  01:21:09
63254         Log: Subject: [PATCH perl@7638] Get PerlIO building on Win32
63255              From: Benjamin Stuhl <tiriath@yahoo.com> 
63256              Date: Mon, 13 Nov 2000 15:08:08 -0800 (PST)
63257              Message-ID: <20001113230808.18659.qmail@web6305.mail.yahoo.com>
63258      Branch: perl
63259            + win32/bin/mdelete.bat
63260            ! MANIFEST ext/SDBM_File/Makefile.PL lib/ExtUtils/MM_Unix.pm
63261            ! makedef.pl perlio.c win32/Makefile win32/config.gc
63262            ! win32/config.vc win32/win32.c win32/win32.h win32/win32sck.c
63263 ____________________________________________________________________________
63264 [  7678] By: jhi                                   on 2000/11/14  01:19:20
63265         Log: Fix the re extension building for Win32.
63266              
63267              Subject: [PATCH perl@7638] Get PerlIO building on Win32
63268              From: Benjamin Stuhl <tiriath@yahoo.com> 
63269              Date: Mon, 13 Nov 2000 15:08:08 -0800 (PST)
63270              Message-ID: <20001113230808.18659.qmail@web6305.mail.yahoo.com>
63271      Branch: perl
63272            + ext/re/hints/MSWin32.pl
63273            ! MANIFEST
63274 ____________________________________________________________________________
63275 [  7677] By: jhi                                   on 2000/11/14  01:13:54
63276         Log: Subject: [ID 20001113.003] utf8_to_uv on malformed utf returns wrong values
63277              From: sthoenna@efn.org
63278              Date: Mon, 13 Nov 2000 14:49:40 -0800 (PST)
63279              Message-Id: <200011132249.eADMnek09679@garcia.efn.org>
63280      Branch: perl
63281            ! doop.c pp.c toke.c utf8.c utf8.h
63282 ____________________________________________________________________________
63283 [  7676] By: jhi                                   on 2000/11/13  20:23:15
63284         Log: Subject: Re: [ID 20001112.008] perlio.c's PerlIO_getpos ingores error return
63285              From: Nicholas Clark <nick@ccl4.org>
63286              Date: Mon, 13 Nov 2000 18:55:04 +0000
63287              Message-ID: <20001113185504.J29183@plum.flirble.org>
63288      Branch: perl
63289            ! ext/IO/lib/IO/Handle.pm ext/IO/lib/IO/Seekable.pm
63290 ____________________________________________________________________________
63291 [  7675] By: nick                                  on 2000/11/13  20:21:57
63292         Log: Integrate mainline ...
63293      Branch: perlio
63294           !> Changes MANIFEST doop.c ext/IO/IO.xs ext/IO/lib/IO/Handle.pm
63295           !> ext/IO/lib/IO/Seekable.pm patchlevel.h perl.h perlio.c
63296           !> perlsfio.h pod/perlfunc.pod pod/perlunicode.pod pp.c regexp.h
63297           !> t/io/tell.t t/lib/io_xs.t t/op/bop.t utf8.c
63298 ____________________________________________________________________________
63299 [  7674] By: jhi                                   on 2000/11/13  15:07:56
63300         Log: Update Changes.
63301      Branch: perl
63302            ! Changes patchlevel.h
63303 ____________________________________________________________________________
63304 [  7673] By: jhi                                   on 2000/11/13  14:42:42
63305         Log: Remove the new two tests of lib/io_xs for now, they seem to
63306              fail under perlio on some platforms.
63307      Branch: perl
63308            ! t/lib/io_xs.t
63309 ____________________________________________________________________________
63310 [  7672] By: jhi                                   on 2000/11/13  13:57:53
63311         Log: Make PerlIO_getpos() to behave like fgetpos() on return.
63312      Branch: perl
63313            ! perlio.c
63314 ____________________________________________________________________________
63315 [  7671] By: jhi                                   on 2000/11/13  05:30:48
63316         Log: Placate nervous compilers that see longer than ints switch()ing.
63317      Branch: perl
63318            ! utf8.c
63319 ____________________________________________________________________________
63320 [  7670] By: jhi                                   on 2000/11/13  05:14:21
63321         Log: fputs() does return EOF on error but here we don't care.
63322      Branch: perl
63323            ! perlio.c
63324 ____________________________________________________________________________
63325 [  7669] By: jhi                                   on 2000/11/13  05:02:45
63326         Log: Declare reg_data like reg_substr_data.
63327      Branch: perl
63328            ! regexp.h
63329 ____________________________________________________________________________
63330 [  7668] By: jhi                                   on 2000/11/13  04:54:34
63331         Log: Typos in #7667.
63332      Branch: perl
63333            ! perl.h
63334 ____________________________________________________________________________
63335 [  7667] By: jhi                                   on 2000/11/13  04:49:49
63336         Log: Cleanup messy #ifdef.
63337      Branch: perl
63338            ! perl.h
63339 ____________________________________________________________________________
63340 [  7666] By: jhi                                   on 2000/11/13  04:17:34
63341         Log: Subject: [ID 20001112.008] perlio.c's PerlIO_getpos ingores error return
63342              From: Nicholas Clark <nick@talking.bollo.cx>
63343              Date: Sun, 12 Nov 2000 21:14:11 +0000
63344              Message-Id: <E13v4S3-0000iY-00@Bagpuss.unfortu.net>
63345              
63346              Note: only one breakage of the two reported is fixed by this patch.
63347      Branch: perl
63348            ! perlio.c
63349 ____________________________________________________________________________
63350 [  7665] By: jhi                                   on 2000/11/13  04:05:07
63351         Log: Tweak the definition of the bit complement on UTF-8 data:
63352              if none of the characters in the string are > 0xff,
63353              the result is a complemented byte string, not a (UTF-8)
63354              char string.  Based on the summary in
63355              
63356              Subject: Re: [ID 20000918.005] ~ on wide chars
63357              From: sthoenna@efn.org (Yitzchak Scott-Thoennes) 
63358              Date: Fri, 10 Nov 2000 09:47:15 -0800
63359              Message-ID: <jSDD6gzkgi/T092yn@efn.org>
63360              
63361              This should give us the maximum backward (pre-char string)
63362              compatibility and utf8 compatibility.  The other alternative
63363              would be to limit the bit complement to be always byte only,
63364              taking the least significant byte of the chars.
63365      Branch: perl
63366            ! doop.c pod/perlunicode.pod pp.c t/op/bop.t
63367 ____________________________________________________________________________
63368 [  7664] By: jhi                                   on 2000/11/13  00:23:44
63369         Log: Couple of tests from #7660 salvaged.
63370      Branch: perl
63371            - t/op/tell.t
63372            ! MANIFEST t/io/tell.t
63373 ____________________________________________________________________________
63374 [  7663] By: jhi                                   on 2000/11/13  00:02:48
63375         Log: Subject: [ID 20001112.007] sfio's sftell isn't ftell
63376              From: Nicholas Clark <nick@talking.bollo.cx>
63377              Date: Sun, 12 Nov 2000 21:23:43 +0000
63378              Message-Id: <E13v4bH-0000lN-00@Bagpuss.unfortu.net>
63379      Branch: perl
63380            ! perlsfio.h
63381 ____________________________________________________________________________
63382 [  7662] By: jhi                                   on 2000/11/13  00:01:39
63383         Log: Subject: [ID 20001112.006] IO::Seekable::getpos doesn't check for fgetpos() failure
63384              From: Nicholas Clark <nick@talking.bollo.cx>
63385              Date: Sun, 12 Nov 2000 21:30:04 +0000
63386              Message-Id: <E13v4hQ-0000mn-00@Bagpuss.unfortu.net>
63387      Branch: perl
63388            ! ext/IO/IO.xs ext/IO/lib/IO/Seekable.pm t/lib/io_xs.t
63389 ____________________________________________________________________________
63390 [  7661] By: jhi                                   on 2000/11/12  23:57:29
63391         Log: Document tell() on special streams.
63392      Branch: perl
63393            ! pod/perlfunc.pod
63394 ____________________________________________________________________________
63395 [  7660] By: jhi                                   on 2000/11/12  23:54:22
63396         Log: (Subsumed by #7664)
63397      Branch: perl
63398            + t/op/tell.t
63399            ! MANIFEST
63400 ____________________________________________________________________________
63401 [  7659] By: jhi                                   on 2000/11/12  22:55:25
63402         Log: Many subdocumented return values of the IO extension now documented.
63403              ungetc and write still left subdocumented.
63404              
63405              Subject: [PATCH] (was Re: IO::Handle::ungetc)
63406              From: Nicholas Clark <nick@talking.bollo.cx>
63407              Date: Sun, 12 Nov 2000 21:35:53 +0000
63408              Message-ID: <20001112213552.A3034@Bagpuss.unfortu.net>
63409      Branch: perl
63410            ! ext/IO/lib/IO/Handle.pm
63411 ____________________________________________________________________________
63412 [  7658] By: jhi                                   on 2000/11/12  21:37:06
63413         Log: Subject: [ID 20001112.004] man perlfunc omits tell()'s error return
63414              From: Nicholas Clark <nick@talking.bollo.cx>
63415              Date: Sun, 12 Nov 2000 20:03:22 +0000
63416              Message-Id: <E13v3LV-0008Pd-00@Bagpuss.unfortu.net>
63417      Branch: perl
63418            ! pod/perlfunc.pod
63419 ____________________________________________________________________________
63420 [  7657] By: jhi                                   on 2000/11/12  20:34:55
63421         Log: Integrate perlio.
63422      Branch: perl
63423           !> perlio.c
63424 ____________________________________________________________________________
63425 [  7656] By: nick                                  on 2000/11/12  19:25:06
63426         Log: Add aTHX_ to Perl_croak's (MULTIPLICITY et. al.)
63427      Branch: perlio
63428            ! perlio.c
63429 ____________________________________________________________________________
63430 [  7655] By: nick                                  on 2000/11/12  19:09:41
63431         Log: Integrate mainline
63432      Branch: perlio
63433           +> README.solaris ext/Encode/Encode/cp1006.enc
63434           +> ext/Encode/Encode/cp424.enc ext/Encode/Encode/cp856.enc
63435           +> ext/Encode/Encode/gsm0338.enc ext/Encode/Encode/iso8859-10.enc
63436           +> ext/Encode/Encode/iso8859-13.enc
63437           +> ext/Encode/Encode/iso8859-14.enc
63438           +> ext/Encode/Encode/iso8859-15.enc
63439           !> (integrate 34 files)
63440 ____________________________________________________________________________
63441 [  7654] By: jhi                                   on 2000/11/12  19:00:22
63442         Log: Add a metaconfig unit for fsync.
63443      Branch: metaconfig/U/perl
63444            + d_fsync.U
63445 ____________________________________________________________________________
63446 [  7653] By: jhi                                   on 2000/11/12  19:00:01
63447         Log: Add HAS_FSYNC, lack noticed by Nicholas Clark.
63448      Branch: perl
63449            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
63450            ! config_h.SH configure.com epoc/config.sh uconfig.h uconfig.sh
63451            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
63452            ! vos/config.ga.h win32/config.bc win32/config.gc
63453            ! win32/config.vc
63454 ____________________________________________________________________________
63455 [  7652] By: jhi                                   on 2000/11/11  21:12:01
63456         Log: Copy the s// information of README.hpux also to the perlrun.
63457      Branch: perl
63458            ! README.hpux pod/perlrun.pod
63459 ____________________________________________________________________________
63460 [  7651] By: jhi                                   on 2000/11/11  21:03:13
63461         Log: More README.solaris updates from Andy Dougherty.
63462      Branch: perl
63463            ! README.solaris
63464 ____________________________________________________________________________
63465 [  7650] By: jhi                                   on 2000/11/11  18:38:57
63466         Log: More descriptive error for unknown perlio layers.
63467              
63468              Subject: [PATCHES Bleadperl] Re: PerlIO - what all of you can all do.   
63469              From: Dominic Dunlop <domo@computer.org> 
63470              Date: Sat, 11 Nov 2000 18:20:32 +0100             
63471              Message-Id: <p04320401b632c4c3335b@[192.168.1.4]>
63472      Branch: perl
63473            ! perlio.c pod/perldiag.pod
63474 ____________________________________________________________________________
63475 [  7649] By: jhi                                   on 2000/11/11  18:37:52
63476         Log: MachTen doesn't really do mmap() and munmap().
63477              
63478              Subject: [PATCHES Bleadperl] Re: PerlIO - what all of you can all do.   
63479              From: Dominic Dunlop <domo@computer.org> 
63480              Date: Sat, 11 Nov 2000 18:20:32 +0100             
63481              Message-Id: <p04320401b632c4c3335b@[192.168.1.4]>
63482      Branch: perl
63483            ! hints/machten.sh
63484 ____________________________________________________________________________
63485 [  7648] By: jhi                                   on 2000/11/11  18:36:46
63486         Log: Subject: [PATCH] fwd: Re: [ID 20001105.011] Perl 5.6.0 documentation glitch
63487              From: rspier@pobox.com (Robert Spier)
63488              Date: Sat, 11 Nov 2000 12:22:15 -0500 (EST)
63489              Message-ID: <14861.32839.491271.985797@rls.cx>
63490      Branch: perl
63491            ! Porting/Contract pod/perltoot.pod
63492 ____________________________________________________________________________
63493 [  7647] By: jhi                                   on 2000/11/11  18:35:30
63494         Log: Simplify the getpagesize() unit by dropping the
63495              pagesize probe since it's nowadays slightly more
63496              complicated because of sysconf(). (Note: if some
63497              platform really needs the -lPW for getpagesize,
63498              I just broke it.)
63499              
63500              TODO: a new pagesize unit.
63501      Branch: metaconfig
63502            ! U/compline/d_getpagsz.U
63503 ____________________________________________________________________________
63504 [  7646] By: jhi                                   on 2000/11/11  18:33:23
63505         Log: Add getpagesize() probing, on non-UNIX guess 'undef'.
63506      Branch: perl
63507            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
63508            ! config_h.SH configure.com epoc/config.sh uconfig.h uconfig.sh
63509            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
63510            ! vos/config.ga.h win32/config.bc win32/config.gc
63511            ! win32/config.vc
63512 ____________________________________________________________________________
63513 [  7645] By: jhi                                   on 2000/11/11  16:45:15
63514         Log: Use sysconf() or getpagesize() to find out the pagesize.
63515      Branch: perl
63516            ! perlio.c
63517 ____________________________________________________________________________
63518 [  7644] By: jhi                                   on 2000/11/11  15:46:08
63519         Log: Integrate perlio.
63520      Branch: perl
63521           !> perlio.c
63522 ____________________________________________________________________________
63523 [  7643] By: jhi                                   on 2000/11/11  15:33:36
63524         Log: Subject: Re: [PATCH] README.solaris
63525              From: Lupe Christoph <lupe@lupe-christoph.de>
63526              Date: Sat, 11 Nov 2000 14:08:10 +0100
63527              Message-ID: <20001111140810.C10394@alanya.lupe-christoph.de>
63528      Branch: perl
63529            ! README.solaris
63530 ____________________________________________________________________________
63531 [  7642] By: jhi                                   on 2000/11/11  15:22:12
63532         Log: Subject: [PATCH perl@7638] cygwin port
63533              From: "Eric Fifer" <egf7@columbia.edu>            
63534              Date: Fri, 10 Nov 2000 19:30:30 -0000
63535              Message-ID: <000001c04b4c$b96b7980$243670c2@fifer>
63536      Branch: perl
63537            ! README.cygwin lib/ExtUtils/MM_Cygwin.pm
63538 ____________________________________________________________________________
63539 [  7641] By: nick                                  on 2000/11/11  14:50:36
63540         Log: Fixup mmap layer by doing mmap() calls on pagesize boundaries.
63541              Also call "Buf" layer directly when unread'ing non-read chars.
63542      Branch: perlio
63543            ! perlio.c
63544 ____________________________________________________________________________
63545 [  7640] By: jhi                                   on 2000/11/11  02:05:02
63546         Log: Add more encoding tables.
63547      Branch: perl
63548            + ext/Encode/Encode/cp1006.enc ext/Encode/Encode/cp424.enc
63549            + ext/Encode/Encode/cp856.enc ext/Encode/Encode/gsm0338.enc
63550            + ext/Encode/Encode/iso8859-10.enc
63551            + ext/Encode/Encode/iso8859-13.enc
63552            + ext/Encode/Encode/iso8859-14.enc
63553            + ext/Encode/Encode/iso8859-15.enc
63554            ! MANIFEST
63555 ____________________________________________________________________________
63556 [  7639] By: jhi                                   on 2000/11/10  18:49:25
63557         Log: Subject: [PATCH] README.solaris
63558              From: Andy Dougherty <doughera@lafayette.edu>
63559              Date: Fri, 10 Nov 2000 12:18:00 -0500 (EST)
63560              Message-ID: <Pine.SOL.4.10.10011101217100.28341-100000@maxwell.phys.lafayette.edu>
63561      Branch: perl
63562            + README.solaris
63563            ! INSTALL MANIFEST hints/solaris_2.sh pod/buildtoc.PL
63564            ! pod/perl.pod pod/perltoc.pod
63565 ____________________________________________________________________________
63566 [  7638] By: jhi                                   on 2000/11/10  15:04:15
63567         Log: Update Changes.
63568      Branch: perl
63569            ! Changes patchlevel.h
63570 ____________________________________________________________________________
63571 [  7637] By: jhi                                   on 2000/11/10  14:14:28
63572         Log: Explain better why certain regex tests are skipped.
63573              
63574              Subject: Re: tests skipped: unknown reason
63575              From: Lupe Christoph <lupe@lupe-christoph.de>
63576              Date: Fri, 10 Nov 2000 09:08:56 +0100
63577              Message-ID: <20001110090856.J785@alanya.lupe-christoph.de>
63578      Branch: perl
63579            ! t/op/regexp.t
63580 ____________________________________________________________________________
63581 [  7636] By: nick                                  on 2000/11/10  13:40:00
63582         Log: Integrate mainline.
63583      Branch: perlio
63584           !> emacs/cperl-mode.el ext/IO/lib/IO/Handle.pm hints/linux.sh
63585           !> hints/uts.sh lib/unicode/syllables.txt perlio.c
63586           !> win32/bin/search.pl
63587 ____________________________________________________________________________
63588 [  7635] By: nick                                  on 2000/11/10  13:25:52
63589         Log: Re-instate stdio large file support via perlio.
63590      Branch: perl
63591            ! perlio.c
63592 ____________________________________________________________________________
63593 [  7634] By: jhi                                   on 2000/11/10  04:49:55
63594         Log: Amdahl UTS hints updates.
63595              
63596              Subject: [ID 20001109.016] Trouble going from 5.4 to 5.6
63597              From: hom00@utsglobal.com (Harold O Morris)
63598              Date: Thu, 9 Nov 2000 20:02 PST
63599              Message-Id: <m13u5OV-000045C@juno.uts.utsglobal.com>
63600      Branch: perl
63601            ! hints/uts.sh
63602 ____________________________________________________________________________
63603 [  7633] By: jhi                                   on 2000/11/09  23:33:28
63604         Log: Subject: [PATCH] IO::Seekable pod
63605              From: Nicholas Clark <nick@talking.bollo.cx>
63606              Date: Thu, 9 Nov 2000 20:29:45 +0000
63607              Message-ID: <20001109202945.A10451@Bagpuss.unfortu.net>
63608      Branch: perl
63609            ! ext/IO/lib/IO/Handle.pm
63610 ____________________________________________________________________________
63611 [  7632] By: jhi                                   on 2000/11/09  21:55:41
63612         Log: Various doc oddball characters.
63613              
63614              Subject: [ID 20001106.004] Perl 5.6.0 bugs  
63615              From: Michael Somos <somos@grail.cba.csuohio.edu>
63616              Date: Mon, 6 Nov 2000 17:44:20 -0500
63617              Message-Id: <200011062244.RAA28632@grail.cba.csuohio.edu>
63618      Branch: perl
63619            ! emacs/cperl-mode.el lib/unicode/syllables.txt
63620            ! win32/bin/search.pl
63621 ____________________________________________________________________________
63622 [  7631] By: jhi                                   on 2000/11/09  21:12:29
63623         Log: Subject: Re: bash -c exit and linux hints 
63624              From: "John P. Linderman" <jpl@research.att.com>
63625              Date: Thu, 02 Nov 2000 09:37:25 -0500
63626              Message-Id: <200011021437.JAA63199@raptor.research.att.com>
63627      Branch: perl
63628            ! hints/linux.sh
63629 ____________________________________________________________________________
63630 [  7630] By: nick                                  on 2000/11/09  20:34:11
63631         Log: Integrate mainline.
63632      Branch: perlio
63633           !> (integrate 91 files)
63634 ____________________________________________________________________________
63635 [  7629] By: jhi                                   on 2000/11/09  19:46:31
63636         Log: Missing dTHXs.
63637              
63638              Subject: RE: perl@7595 builds not on cygwin
63639              From: "Eric Fifer" <egf7@columbia.edu>
63640              Date: Thu, 9 Nov 2000 19:26:50 -0000
63641              Message-ID: <000201c04a83$05ef1660$933570c2@fifer>
63642      Branch: perl
63643            ! ext/Devel/Peek/Peek.xs
63644 ____________________________________________________________________________
63645 [  7628] By: jhi                                   on 2000/11/09  14:48:27
63646         Log: Disable only the tests 99 and 166 for UTF-8 locales.
63647      Branch: perl
63648            ! t/pragma/locale.t
63649 ____________________________________________________________________________
63650 [  7627] By: jhi                                   on 2000/11/09  14:40:27
63651         Log: There's no =head3.
63652      Branch: perl
63653            ! pod/perlhack.pod
63654 ____________________________________________________________________________
63655 [  7626] By: jhi                                   on 2000/11/09  13:54:26
63656         Log: The generated boot_* headers are wrong.  Pickier compiler,
63657              such as KAI C++ will refuse to compile the resulting perlmain.
63658              
63659              Subject: [ID 20001109.005] Bug in minimod.pl, perl 5.6.0
63660              From: Harri Pasanen <harri.pasanen@trema.com>
63661              Date: Thu, 09 Nov 2000 14:23:28 +0100
63662              Message-Id: <3A0AA550.26D548A3@trema.com>
63663      Branch: perl
63664            ! minimod.pl
63665 ____________________________________________________________________________
63666 [  7625] By: jhi                                   on 2000/11/09  13:50:44
63667         Log: Subject: [PATCH: perl@7613] updates to Porting/pumpkin.pod
63668              From: Prymmer/Kahn <pvhp@best.com>
63669              Date: Wed, 8 Nov 2000 22:13:26 -0800 (PST)
63670              Message-ID: <Pine.BSF.4.21.0011082208390.5584-100000@shell8.ba.best.com>
63671              
63672              All except the "cow orker" change.
63673      Branch: perl
63674            ! Porting/pumpkin.pod
63675 ____________________________________________________________________________
63676 [  7624] By: jhi                                   on 2000/11/09  13:45:33
63677         Log: Fix for
63678              
63679              Subject: [ID 20001109.003] Not OK: perl v5.7.0 +DEVEL7620 on PA-RISC2.0 11.00 (UNINSTALLED)
63680              From: "H.Merijn Brand" <h.m.brand@hccnet.nl> 
63681              Date: Thu, 09 Nov 2000 11:05:52 +0100
63682              Message-Id: <20001109110452.66CF.H.M.BRAND@hccnet.nl>
63683      Branch: perl
63684            ! pod/perldiag.pod t/pragma/warn/pp_sys
63685 ____________________________________________________________________________
63686 [  7623] By: jhi                                   on 2000/11/09  13:37:16
63687         Log: Typo in an ifndef.
63688              
63689              Subject: Re: [PATCH 5.7.0] better messages from malloc()
63690              From: Joe Smith <jms@inwap.com>         
63691              Date: Thu, 09 Nov 2000 01:33:14 -0800
63692              Message-Id: <3A0A6F5A.1E3969BB@inwap.com>
63693      Branch: perl
63694            ! malloc.c
63695 ____________________________________________________________________________
63696 [  7622] By: jhi                                   on 2000/11/09  13:31:18
63697         Log: Remove unused extra arguments.
63698      Branch: metaconfig/U/perl
63699            ! perlxv.U
63700      Branch: perl
63701            ! Configure config_h.SH
63702 ____________________________________________________________________________
63703 [  7621] By: jhi                                   on 2000/11/09  13:16:36
63704         Log: More VMS moves on environment handling, from Charles Lane.
63705      Branch: perl
63706            ! t/pragma/locale.t
63707 ____________________________________________________________________________
63708 [  7620] By: jhi                                   on 2000/11/09  04:42:38
63709         Log: Subject: patch to detect stat followed by lstat(_): [ID 20001106.006] find2perl generated scripts issue new lstat()    on filehandle _ warning
63710              From: David Dyck <dcd@tc.fluke.com>
63711              Date: Wed, 8 Nov 2000 18:36:26 -0800 (PST)
63712              Message-ID: <Pine.LNX.4.30.0011081817490.177-100000@dd.tc.fluke.com>
63713      Branch: perl
63714            ! pp_sys.c
63715 ____________________________________________________________________________
63716 [  7619] By: jhi                                   on 2000/11/09  04:36:21
63717         Log: Forgot from #7618.
63718      Branch: perl
63719            ! lib/File/stat.pm
63720 ____________________________________________________________________________
63721 [  7618] By: jhi                                   on 2000/11/09  04:28:44
63722         Log: Make deleting for %ENV work for (newer versions of) VMS,
63723              from Craig A. Berry.
63724      Branch: perl
63725            ! vms/vms.c
63726 ____________________________________________________________________________
63727 [  7617] By: jhi                                   on 2000/11/09  04:25:05
63728         Log: Subject: [PATCH] Class::Struct at compile time
63729              From: "Casey R. Tweten" <crt@kiski.net>
63730              Date: Wed, 8 Nov 2000 20:46:41 -0500 (EST)
63731              Message-ID: <Pine.OSF.4.21.0011082041360.8238-100000@home.kiski.net>
63732      Branch: perl
63733            ! lib/Class/Struct.pm
63734 ____________________________________________________________________________
63735 [  7616] By: jhi                                   on 2000/11/09  04:15:17
63736         Log: Subject: [ID 20001108.013] spelling
63737              From: "Todd T. Fries" <todd@fries.int.mrleng.com>
63738              Date: Wed, 8 Nov 2000 18:36:42 -0600 (CST)
63739              Message-Id: <200011090036.eA90agN05921@fries.int.mrleng.com>
63740      Branch: perl
63741            ! lib/ftp.pl
63742 ____________________________________________________________________________
63743 [  7615] By: jhi                                   on 2000/11/09  04:12:42
63744         Log: Subject: [PATCH: perl@7613] add Encode to VMS build and tests
63745              From: Peter Prymmer <pvhp@forte.com>
63746              Date: Wed, 8 Nov 2000 15:29:06 -0800 (PST)
63747              Message-ID: <Pine.OSF.4.10.10011081524450.248546-100000@aspara.forte.com>
63748      Branch: perl
63749            ! configure.com
63750 ____________________________________________________________________________
63751 [  7614] By: jhi                                   on 2000/11/08  22:42:55
63752         Log: A missing aTHX_.
63753      Branch: perl
63754            ! ext/IPC/SysV/SysV.xs
63755 ____________________________________________________________________________
63756 [  7613] By: jhi                                   on 2000/11/08  19:30:21
63757         Log: Update Changes.
63758      Branch: perl
63759            ! Changes patchlevel.h
63760 ____________________________________________________________________________
63761 [  7612] By: jhi                                   on 2000/11/08  18:35:25
63762         Log: Subject: is this the appropriate patch to fix: [ID 20001106.006] find2perl generated scripts issue new lstat()    on filehandle _ warning
63763              From: David Dyck <dcd@tc.fluke.com>
63764              Date: Wed, 8 Nov 2000 10:05:44 -0800 (PST)
63765              Message-ID: <Pine.LNX.4.30.0011080957440.2572-100000@dd.tc.fluke.com>
63766      Branch: perl
63767            ! pp_sys.c
63768 ____________________________________________________________________________
63769 [  7611] By: jhi                                   on 2000/11/08  18:30:26
63770         Log: Subject: [PATCH bleadperl] Re: Patch 7533 prevents malloc.c from compiling on MachTen
63771              From: Dominic Dunlop <domo@computer.org>
63772              Date: Tue, 7 Nov 2000 12:05:25 +0100
63773              Message-Id: <p04320403b62d8e0870cf@[192.168.1.4]>
63774      Branch: perl
63775            ! malloc.c
63776 ____________________________________________________________________________
63777 [  7610] By: jhi                                   on 2000/11/08  18:25:14
63778         Log: Do not test UTF-8 locales since that the tests would require
63779              polymorphic regexen.
63780      Branch: perl
63781            ! t/pragma/locale.t
63782 ____________________________________________________________________________
63783 [  7609] By: jhi                                   on 2000/11/08  17:12:51
63784         Log: Locale buglets.
63785              
63786              Subject: RE: Locales support (setlocale) fixes
63787              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
63788              Date: Wed, 8 Nov 2000 20:01:39 +0300
63789              Message-ID: <402099F49BEED211999700805FC7359F825283@ru0028exch01.spb.lucent.com>
63790      Branch: perl
63791            ! t/pragma/locale.t util.c
63792 ____________________________________________________________________________
63793 [  7608] By: jhi                                   on 2000/11/08  17:00:16
63794         Log: Deleting $ENV{PATH} in VMS is not recommendable.
63795      Branch: perl
63796            ! t/pragma/locale.t
63797 ____________________________________________________________________________
63798 [  7607] By: jhi                                   on 2000/11/08  16:58:26
63799         Log: Subject: PATCH std stdio for (Free)BSD
63800              From: Nicholas Clark <nick@ccl4.org>
63801              Date: Wed, 8 Nov 2000 15:36:29 +0000
63802              Message-ID: <20001108153629.D98736@plum.flirble.org>
63803      Branch: metaconfig
63804            ! U/compline/d_stdstdio.U
63805      Branch: perl
63806            ! Configure config_h.SH
63807 ____________________________________________________________________________
63808 [  7606] By: jhi                                   on 2000/11/08  16:43:31
63809         Log: Forgot to bump the line numbers in #7601.
63810      Branch: perl
63811            ! t/pragma/warn/pp_sys
63812 ____________________________________________________________________________
63813 [  7605] By: jhi                                   on 2000/11/08  16:39:12
63814         Log: More careful detection of how well NVs and UVs mix.
63815              
63816              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))
63817              From: Nicholas Clark <nick@ccl4.org>
63818              Date: Wed, 8 Nov 2000 15:14:12 +0000
63819              Message-ID: <20001108151412.B98736@plum.flirble.org>
63820              
63821              Added some SIGFPE paranoia.
63822      Branch: metaconfig/U/perl
63823            ! perlxv.U
63824      Branch: perl
63825            ! Configure config_h.SH
63826 ____________________________________________________________________________
63827 [  7604] By: jhi                                   on 2000/11/08  14:39:10
63828         Log: Subject: [patch perl@7595] VMS configure.com tweak
63829              From: "Craig A. Berry" <craigberry@mac.com>
63830              Date: Wed, 8 Nov 2000 00:24:12 -0600
63831              Message-Id: <p04330103b62e879ceeff@[192.168.56.177]>
63832      Branch: perl
63833            ! configure.com
63834 ____________________________________________________________________________
63835 [  7603] By: jhi                                   on 2000/11/08  14:27:11
63836         Log: Subject: [PATCH @7595] int/ptr casts in perlio.c
63837              From: Robin Barker <rmb1@cise.npl.co.uk>
63838              Date: Wed, 8 Nov 2000 11:11:39 GMT
63839              Message-Id: <200011081111.LAA07377@tempest.npl.co.uk>
63840      Branch: perl
63841            ! perlio.c
63842 ____________________________________________________________________________
63843 [  7602] By: jhi                                   on 2000/11/08  14:25:03
63844         Log: Fix for the tie-refhash string table leaks.
63845              
63846              From: Nick Ing-Simmons <nik@tiuk.ti.com> 
63847              Date: Wed, 8 Nov 2000 13:03:04 GMT
63848              Message-Id: <200011081303.NAA07042@mikado.tiuk.ti.com>
63849      Branch: perl
63850            ! t/lib/tie-refhash.t
63851 ____________________________________________________________________________
63852 [  7601] By: jhi                                   on 2000/11/08  14:21:08
63853         Log: Try to avoid flockless and emulationless places.
63854      Branch: perl
63855            ! t/pragma/warn/pp_sys
63856 ____________________________________________________________________________
63857 [  7600] By: jhi                                   on 2000/11/08  02:28:54
63858         Log: Overrideable keys, each, pop, push, shift, splice, unshift.
63859              
63860              Subject: [PATCH] prototyped functions that should be overrideable
63861              From: "Casey R. Tweten" <crt@kiski.net>
63862              Date: Fri, 3 Nov 2000 11:09:12 -0500 (EST)
63863              Message-ID: <Pine.OSF.4.21.0011031100470.17471-100000@home.kiski.net>
63864      Branch: perl
63865            ! toke.c
63866 ____________________________________________________________________________
63867 [  7599] By: jhi                                   on 2000/11/08  01:12:05
63868         Log: Make perlbug not insist on dumping to a file when stdout isn't a tty.
63869              
63870              Subject: [PATCH] perlbug.PL
63871              From: "Kurt D. Starsinic" <kstar@chapin.edu>
63872              Date: Mon, 6 Nov 2000 21:39:01 -0500
63873              Message-ID: <20001106213901.B20955@O2.chapin.edu>
63874      Branch: perl
63875            ! utils/perlbug.PL
63876 ____________________________________________________________________________
63877 [  7598] By: jhi                                   on 2000/11/07  23:42:00
63878         Log: Bad thinko in #7581 (I used the test program with the expanded
63879              values as-is).
63880      Branch: metaconfig
63881            ! U/compline/d_stdstdio.U
63882      Branch: perl
63883            ! Configure
63884 ____________________________________________________________________________
63885 [  7597] By: jhi                                   on 2000/11/07  21:43:29
63886         Log: Subject: [PATCH perl@7573] cygwin port
63887              From: "Fifer, Eric" <EFifer@sanwaint.com>
63888              Date: Tue, 7 Nov 2000 18:08:51 -0000 
63889              Message-ID: <779F20BCCE5AD31186A50008C75D99791717BB@silldn_mail1.sanwaint.com>
63890              
63891              Synchronize with Cygwin 1.1.5.
63892      Branch: perl
63893            ! AUTHORS README.cygwin cygwin/cygwin.c hints/cygwin.sh mg.c
63894            ! pod/perlport.pod unixish.h util.c
63895 ____________________________________________________________________________
63896 [  7596] By: jhi                                   on 2000/11/07  21:39:25
63897         Log: perlhack updates from H.Merijn Brand.
63898      Branch: perl
63899            ! pod/perlhack.pod
63900 ____________________________________________________________________________
63901 [  7595] By: jhi                                   on 2000/11/07  20:21:41
63902         Log: Update Changes.
63903      Branch: perl
63904            ! Changes patchlevel.h
63905 ____________________________________________________________________________
63906 [  7594] By: jhi                                   on 2000/11/07  19:18:58
63907         Log: Be more robust in Dynaloader.pm.
63908      Branch: perl
63909            ! ext/DynaLoader/DynaLoader_pm.PL
63910 ____________________________________________________________________________
63911 [  7593] By: jhi                                   on 2000/11/07  16:49:31
63912         Log: AUTHORS update.
63913      Branch: perl
63914            ! AUTHORS
63915 ____________________________________________________________________________
63916 [  7592] By: gsar                                  on 2000/11/07  16:39:51
63917         Log: normalize relative paths in virtualized current directory on windows,
63918              under ithreads (avoids ".." etc showing up in what Cwd::cwd()
63919              returns)
63920      Branch: perl
63921            ! win32/vdir.h
63922 ____________________________________________________________________________
63923 [  7591] By: jhi                                   on 2000/11/07  16:04:26
63924         Log: Too profiler-happy: with optimization the #7590 actually makes
63925              the test to run 0.5% _slower_.  Requires much more instrumentation.
63926              Retract #7590.
63927      Branch: perl
63928            ! regcomp.c regcomp.h
63929 ____________________________________________________________________________
63930 [  7590] By: jhi                                   on 2000/11/07  15:51:13
63931         Log: Shave off about 5% (Digital UNIX, -g, pixie) of the op/regexp
63932              execution time in regcomp.c S_cl_any() and S_cl_is_anything()
63933              by using memset() and testing bytewise (as opposed to bitwise).
63934      Branch: perl
63935            ! regcomp.c regcomp.h
63936 ____________________________________________________________________________
63937 [  7589] By: jhi                                   on 2000/11/07  12:56:39
63938         Log: Subject: [PATCH perl@7573] configure.com and st-lock.t changes for   
63939              From: "Craig A. Berry" <craig.berry@psinetcs.com>
63940              Date: Mon, 06 Nov 2000 23:45:30 -0500
63941              Message-Id: <0011079735.AA973576259@univpress.com>
63942      Branch: perl
63943            ! configure.com t/lib/st-lock.t
63944 ____________________________________________________________________________
63945 [  7588] By: jhi                                   on 2000/11/07  01:03:28
63946         Log: Tweak #7587.
63947      Branch: perl
63948            ! pod/perldiag.pod
63949 ____________________________________________________________________________
63950 [  7587] By: jhi                                   on 2000/11/07  01:00:27
63951         Log: A doc addition for bug id 20001105.019, beware \p.
63952      Branch: perl
63953            ! pod/perldiag.pod
63954 ____________________________________________________________________________
63955 [  7586] By: jhi                                   on 2000/11/07  00:32:22
63956         Log: Fake support of holey files in win/dosish platforms.
63957              
63958              Subject: SDBM_File under MS-Windows95/98 does not work correctly. (APR#1302)
63959              From: kipp@shonanblue.ne.jp
63960              Date: Mon, 6 Nov 2000 13:30:55 -0800
63961              Message-Id: <200011062130.eA6LUpZ17387@smtp3.ActiveState.com>
63962      Branch: perl
63963            ! ext/SDBM_File/sdbm/sdbm.c
63964 ____________________________________________________________________________
63965 [  7585] By: jhi                                   on 2000/11/07  00:12:54
63966         Log: Subject: Pod updates
63967              From: "Stephen P. Potter" <spp@spotter.yi.org>
63968              Date: Mon, 06 Nov 2000 18:56:43 -0500
63969              Message-Id: <200011062357.SAA18173@spotter.yi.org>
63970      Branch: perl
63971            ! README.dos README.os2 README.win32 pod/buildtoc.PL
63972            ! pod/perl.pod pod/perl5004delta.pod pod/perl5005delta.pod
63973            ! pod/perl56delta.pod pod/perldebguts.pod pod/perldebtut.pod
63974            ! pod/perldebug.pod pod/perldelta.pod pod/perldiag.pod
63975            ! pod/perlembed.pod pod/perlfaq.pod pod/perlfaq1.pod
63976            ! pod/perlfaq2.pod pod/perlfaq5.pod pod/perlfaq7.pod
63977            ! pod/perlfaq8.pod pod/perlfilter.pod pod/perlfunc.pod
63978            ! pod/perlguts.pod pod/perlhack.pod pod/perlhist.pod
63979            ! pod/perlipc.pod pod/perllexwarn.pod pod/perllocale.pod
63980            ! pod/perlmodlib.pod pod/perlnumber.pod pod/perlop.pod
63981            ! pod/perlopentut.pod pod/perlport.pod pod/perlre.pod
63982            ! pod/perlsub.pod pod/perltie.pod pod/perltoot.pod
63983            ! pod/perltootc.pod pod/perlunicode.pod
63984 ____________________________________________________________________________
63985 [  7584] By: jhi                                   on 2000/11/07  00:04:17
63986         Log: Varargs don't always work too well if one puts an unsigned
63987              char on the stack and pop an unsigned quad off the stack.
63988              
63989              Subject: Re: [ID 20001103.002] Not OK: perl v5.7.0 +DEVEL7523 on os2-64int-ld-2.30 (UNINSTALLED)
63990              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)         
63991              Date: Mon, 06 Nov 2000 15:19:05 -0800
63992              Message-ID: <pxzB6gzkgKXY092yn@efn.org>  
63993      Branch: perl
63994            ! utf8.c
63995 ____________________________________________________________________________
63996 [  7583] By: jhi                                   on 2000/11/06  23:58:48
63997         Log: %ENV note tweaks from Dan Sugalski.
63998      Branch: perl
63999            ! pod/perlport.pod vms/perlvms.pod
64000 ____________________________________________________________________________
64001 [  7582] By: jhi                                   on 2000/11/06  23:05:49
64002         Log: glibc5 detection by __GNU_LIBRARY__.
64003      Branch: perl
64004            ! toke.c
64005 ____________________________________________________________________________
64006 [  7581] By: jhi                                   on 2000/11/06  22:51:29
64007         Log: Make the stdio test program of 7427 less noisy while being 
64008              compiled so that Digital UNIX wouldn't get both
64009              d_stdio_ptr_lval_nochange_cnt and d_stdio_ptr_lval_sets_cnt
64010              undefined.  This makes perlio happy.
64011      Branch: metaconfig
64012            ! U/compline/d_stdstdio.U
64013      Branch: perl
64014            ! Configure config_h.SH
64015 ____________________________________________________________________________
64016 [  7580] By: jhi                                   on 2000/11/06  22:41:41
64017         Log: Document %ENV = () portability issues.
64018      Branch: perl
64019            ! pod/perlport.pod vms/perlvms.pod
64020 ____________________________________________________________________________
64021 [  7579] By: jhi                                   on 2000/11/06  21:29:24
64022         Log: VOS updates from Paul Green.
64023      Branch: perl
64024            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
64025 ____________________________________________________________________________
64026 [  7578] By: jhi                                   on 2000/11/06  21:00:40
64027         Log: Sanitize the environment further.
64028      Branch: perl
64029            ! t/pragma/locale.t
64030 ____________________________________________________________________________
64031 [  7577] By: jhi                                   on 2000/11/06  20:53:51
64032         Log: Re-introduce 7552 lost in integration.
64033      Branch: perl
64034            ! perlio.c
64035 ____________________________________________________________________________
64036 [  7576] By: jhi                                   on 2000/11/06  20:33:46
64037         Log: Admit that the test leaks scalars.
64038      Branch: perl
64039            ! t/comp/proto.t
64040 ____________________________________________________________________________
64041 [  7575] By: jhi                                   on 2000/11/06  20:17:08
64042         Log: Integrate perlio.
64043      Branch: perl
64044           !> perlio.c
64045 ____________________________________________________________________________
64046 [  7574] By: nick                                  on 2000/11/06  20:07:28
64047         Log: Remove debug. Try (Mmap_t) on madvise() call.
64048      Branch: perlio
64049            ! perlio.c
64050 ____________________________________________________________________________
64051 [  7573] By: jhi                                   on 2000/11/06  13:56:05
64052         Log: Update Changes.
64053      Branch: perl
64054            ! Changes patchlevel.h
64055 ____________________________________________________________________________
64056 [  7572] By: jhi                                   on 2000/11/06  13:48:41
64057         Log: Subject: Re: rsync'ed patches vs. rsync'ed source
64058              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
64059              Date: Mon, 06 Nov 2000 10:11:42 +0100
64060              Message-Id: <20001106100920.9BAD.H.M.BRAND@hccnet.nl>
64061      Branch: perl
64062            ! pod/perlhack.pod
64063 ____________________________________________________________________________
64064 [  7571] By: jhi                                   on 2000/11/06  01:45:51
64065         Log: AUTHORS updates.
64066      Branch: perl
64067            ! AUTHORS
64068 ____________________________________________________________________________
64069 [  7570] By: jhi                                   on 2000/11/06  00:18:00
64070         Log: Fix for
64071              
64072              Subject: [ID 20000728.005] perl -P broken
64073              From: David Dyck <dcd@tc.fluke.com>
64074              Date: Fri, 28 Jul 2000 17:19:16 -0700
64075              Message-Id: <200007290019.RAA08484@dd.tc.fluke.com>
64076              
64077              (hopefully).  The fix is also not complete, it seems to break
64078              BOM swallowing for libc5 systems, but until someone figures
64079              out a way to do this without ftell(), this will do.
64080      Branch: perl
64081            ! toke.c
64082 ____________________________________________________________________________
64083 [  7569] By: jhi                                   on 2000/11/06  00:05:30
64084         Log: Document that the evaled syntax errors cause scalar leaks.
64085      Branch: perl
64086            ! t/comp/proto.t
64087 ____________________________________________________________________________
64088 [  7568] By: jhi                                   on 2000/11/05  23:14:47
64089         Log: opmini.o can linger from Configures past.
64090      Branch: perl
64091            ! Makefile.SH
64092 ____________________________________________________________________________
64093 [  7567] By: jhi                                   on 2000/11/05  21:28:39
64094         Log: Fake __FUNCTION__ for non-gcc builds, cast madvise()
64095              first argument correctly.
64096      Branch: perl
64097            ! perlio.c
64098 ____________________________________________________________________________
64099 [  7566] By: jhi                                   on 2000/11/05  21:15:56
64100         Log: Integrate perlio.
64101      Branch: perl
64102           !> perlio.c
64103 ____________________________________________________________________________
64104 [  7565] By: jhi                                   on 2000/11/05  21:15:13
64105         Log: Use -dM for gcc (the suggested patch did it only for Linux,
64106              but I think it can be generalized).
64107              
64108              Subject: Re: connect and $!{EINPROGRESS} pb (was [ID 20001030.010] [PATCH] io_multihomed.t failing)
64109              From: Pixel <pixel@mandrakesoft.com>
64110              Date: 05 Nov 2000 21:49:34 +0100 
64111              Message-ID: <ly8zqygn4x.fsf@leia.mandrakesoft.com>
64112      Branch: perl
64113            ! ext/Errno/Errno_pm.PL
64114 ____________________________________________________________________________
64115 [  7564] By: nick                                  on 2000/11/05  21:09:18
64116         Log: Added a mmap layer as a "subclass" of perlio.
64117              PERLIO=mmap ./perl harness passes
64118      Branch: perlio
64119            ! perlio.c
64120 ____________________________________________________________________________
64121 [  7563] By: jhi                                   on 2000/11/05  19:48:55
64122         Log: Add a note for future generations about bug id 20000229.006.
64123      Branch: perl
64124            ! malloc.c
64125 ____________________________________________________________________________
64126 [  7562] By: jhi                                   on 2000/11/05  19:38:24
64127         Log: Fix for bug id 19990615.008, pos() unset during s///ge.
64128      Branch: perl
64129            ! pp_ctl.c t/op/pos.t
64130 ____________________________________________________________________________
64131 [  7561] By: jhi                                   on 2000/11/05  18:21:46
64132         Log: Add =pod to be tidy.
64133      Branch: perl
64134            ! lib/Math/Complex.pm
64135 ____________________________________________________________________________
64136 [  7560] By: jhi                                   on 2000/11/05  17:38:46
64137         Log: Upgrade to Storable 1.0.6, from Raphael Manfredi.
64138      Branch: perl
64139            ! ext/Storable/ChangeLog ext/Storable/Storable.pm
64140            ! ext/Storable/Storable.xs t/lib/st-recurse.t
64141 ____________________________________________________________________________
64142 [  7559] By: jhi                                   on 2000/11/05  17:32:59
64143         Log: Subject: [Corrected/tested PATCH] Re: [ID 20001102.008] Not OK: perl v5.7.0 +DEVEL7503 on i686-linux 2.2.16
64144              From: "Peter J. Farley III" <pjfarley@banet.net>
64145              Date: Sun, 05 Nov 2000 11:55:59 -0500
64146              Message-Id: <4.3.1.0.20001105115341.00b35160@pop5.banet.net> 
64147      Branch: perl
64148            ! t/lib/syslog.t
64149 ____________________________________________________________________________
64150 [  7558] By: jhi                                   on 2000/11/05  17:29:19
64151         Log: Integrate perlio.
64152      Branch: perl
64153           !> perlio.c
64154 ____________________________________________________________________________
64155 [  7557] By: jhi                                   on 2000/11/05  17:22:01
64156         Log: A fix of sorts for 20000329.026, a better error message
64157              for a missing "use charnames" when using the \N{...}. 
64158      Branch: perl
64159            ! pod/perldiag.pod toke.c
64160 ____________________________________________________________________________
64161 [  7556] By: jhi                                   on 2000/11/05  16:33:50
64162         Log: Test tweak: show also the failed locales.
64163              
64164              Subject: [ID 20001105.001] Not OK: perl v5.7.0 +DEVEL7523 on i86pc-solaris 2.8  
64165              From: Lupe Christoph <lupe@lupe-christoph.de>         
64166              Date: Sun, 5 Nov 2000 12:39:27 +0100 (MET)
64167              Message-Id: <200011051139.MAA12442@lupe-christoph.de>
64168      Branch: perl
64169            ! t/pragma/locale.t
64170 ____________________________________________________________________________
64171 [  7555] By: nick                                  on 2000/11/05  11:09:34
64172         Log: Fix read from STDERR on raw unix layer for Solaris where fd 2 is
64173              open RDWR so does not fail. (pragma/warnings 303 again...)
64174      Branch: perlio
64175            ! perlio.c
64176 ____________________________________________________________________________
64177 [  7554] By: nick                                  on 2000/11/05  10:10:13
64178         Log: Fix case where ungetc(f,EOF) was allowed.
64179              Move PerlIO_ungetc() near PerlIO_putc()/PerlIO_getc() in the file
64180              so we can see similarities.
64181              Use types more carefully and a STDCHAR array in hope that this will
64182              fix Jarrko's 64bit machine.
64183      Branch: perlio
64184            ! perlio.c
64185 ____________________________________________________________________________
64186 [  7553] By: jhi                                   on 2000/11/05  01:12:16
64187         Log: Fix for
64188              
64189              Subject: [ID 20001004.007] taint propogation is inconsistent
64190              From: pimlott@idiomtech.com (Andrew Pimlott) 
64191              Date: Wed, 4 Oct 2000 23:17:44 -0400 (EDT)
64192              Message-Id: <m13h1XU-000SEmC@nolfolan.idiomtech.com>
64193              
64194              The culprit was sv_setsv() which was rather blindly
64195              propagating taint, which lead to behaviour where if
64196              a tainted anon hash value was seen all the hash values
64197              from then on at that level became tainted, or at any
64198              upper levels in the case of nested anon hashes.
64199      Branch: perl
64200            ! sv.c t/op/taint.t
64201 ____________________________________________________________________________
64202 [  7552] By: jhi                                   on 2000/11/04  23:44:18
64203         Log: Some cpps don't like splitting conditionals across several lines.
64204      Branch: perl
64205            ! perlio.c
64206 ____________________________________________________________________________
64207 [  7551] By: nick                                  on 2000/11/04  23:40:44
64208         Log: Integrate mainline
64209      Branch: perlio
64210           !> pp_hot.c t/op/taint.t
64211 ____________________________________________________________________________
64212 [  7550] By: nick                                  on 2000/11/04  23:39:05
64213         Log: Integrate mainline again
64214      Branch: perlio
64215           !> Configure config_h.SH embed.h embed.pl perl.h proto.h
64216           !> t/lib/b.t t/op/misc.t util.c
64217 ____________________________________________________________________________
64218 [  7549] By: jhi                                   on 2000/11/04  23:14:01
64219         Log: Fix for
64220              
64221              Subject: [ID 20001004.006] undef is never tainted
64222              From: pimlott@idiomtech.com (Andrew Pimlott)
64223              Date: Wed, 4 Oct 2000 21:57:43 -0400 (EDT)
64224              Message-Id: <m13h0I3-000SEmC@nolfolan.idiomtech.com>
64225              
64226              An undef read from a slurped file was not tainted.
64227      Branch: perl
64228            ! pp_hot.c t/op/taint.t
64229 ____________________________________________________________________________
64230 [  7548] By: jhi                                   on 2000/11/04  22:56:21
64231         Log: Test tweak ($Config{useperlio} is by default undef) .
64232      Branch: perl
64233            ! t/lib/b.t
64234 ____________________________________________________________________________
64235 [  7547] By: jhi                                   on 2000/11/04  22:43:56
64236         Log: Integrate perlio.
64237      Branch: perl
64238           +> lib/perlio.pm
64239           !> MANIFEST iperlsys.h objXSUB.h perlapi.c perlio.c
64240           !> pod/perlapi.pod t/lib/b.t
64241 ____________________________________________________________________________
64242 [  7546] By: jhi                                   on 2000/11/04  22:40:59
64243         Log: Configure would use a bad $myuname from an old config.sh.
64244              
64245              Subject: [PATCH 5.6.1-to-be and 5.7.x] Very old Configure myuname bug
64246              From: Andy Dougherty <doughera@lafayette.edu>
64247              Date: Sat, 4 Nov 2000 14:15:29 -0500 (EST)
64248              Message-ID: <Pine.SOL.4.10.10011041410120.982-100000@maxwell.phys.lafayette.edu>
64249      Branch: metaconfig
64250            ! U/modified/Oldconfig.U
64251      Branch: perl
64252            ! Configure config_h.SH
64253 ____________________________________________________________________________
64254 [  7545] By: jhi                                   on 2000/11/04  22:36:54
64255         Log: Subject: Locales support (setlocale) fixes
64256              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
64257              Date: Sat, 4 Nov 2000 10:15:48 +0300 
64258              Message-ID: <402099F49BEED211999700805FC7359F82511F@ru0028exch01.spb.lucent.com>
64259              
64260              Modified quite a bit to be more portable.
64261      Branch: perl
64262            ! embed.h embed.pl perl.h proto.h util.c
64263 ____________________________________________________________________________
64264 [  7544] By: jhi                                   on 2000/11/04  22:32:47
64265         Log: Dying is too strict here, better just skip.
64266      Branch: perl
64267            ! t/op/misc.t
64268 ____________________________________________________________________________
64269 [  7543] By: nick                                  on 2000/11/04  21:55:13
64270         Log: Merge mainline
64271      Branch: perlio
64272           +> ext/Encode/Encode/cp1047.enc ext/Encode/Encode/cp37.enc
64273           +> ext/Encode/Encode/posix-bc.enc ext/re/hints/aix.pl
64274           +> t/lib/tie-refhash.t t/lib/tie-substrhash.t
64275           !> (integrate 64 files)
64276 ____________________________________________________________________________
64277 [  7542] By: jhi                                   on 2000/11/04  21:09:28
64278         Log: More Changes tweakery.
64279      Branch: perl
64280            ! Changes Porting/genlog
64281 ____________________________________________________________________________
64282 [  7541] By: jhi                                   on 2000/11/04  20:58:18
64283         Log: Changes fixups.
64284      Branch: perl
64285            ! Changes
64286 ____________________________________________________________________________
64287 [  7540] By: jhi                                   on 2000/11/04  20:42:38
64288         Log: Locale tweakery.  Add test case for bug id 20000809.003 to op/misc,
64289              create a "fast path" for locale name probing using "locale -a"
64290              if available, squash finally hopefully the s?printf resetting
64291              the numeric locale (since, IIUC perllocale, it never shouldn't). 
64292      Branch: perl
64293            ! sv.c t/op/misc.t t/pragma/locale.t
64294 ____________________________________________________________________________
64295 [  7539] By: nick                                  on 2000/11/04  19:56:10
64296         Log: PerlIO infrastructure complete.
64297      Branch: perlio
64298            + lib/perlio.pm
64299            ! MANIFEST iperlsys.h perlio.c t/lib/b.t
64300 ____________________________________________________________________________
64301 [  7538] By: nick                                  on 2000/11/04  14:31:32
64302         Log: Type tweaks + less contorted allocation scheme
64303      Branch: perlio
64304            ! perlio.c
64305 ____________________________________________________________________________
64306 [  7537] By: nick                                  on 2000/11/04  12:40:42
64307         Log: Fix for stdio as default "discipline" - PerlIO_init() was fdopen(2,"w")'ing
64308              a fresh FILE * rather than re-using stderr. Which meant PerlIO_stderr() was
64309              fully buffered rather than unbuffered (on Solaris, Linux seemed to do something
64310              sensible) which lead to some interesting fails.
64311      Branch: perlio
64312            ! perlio.c
64313 ____________________________________________________________________________
64314 [  7536] By: jhi                                   on 2000/11/04  00:20:02
64315         Log: Add FCNTL_CAN_LOCK.
64316              
64317              Subject: Re: [ID 20001030.011] Not OK: perl v5.7.0 +DEVEL7481 on VMS_AXP V7.1 (UNINSTALLED)
64318              From: Andy Dougherty <doughera@lafayette.edu>
64319              Date: Fri, 3 Nov 2000 15:32:14 -0500 (EST)
64320              Message-ID: <Pine.SOL.4.10.10011031528090.29-100000@maxwell.phys.lafayette.edu>
64321              
64322              Subject: Re: [ID 20001030.011] Not OK: perl v5.7.0 +DEVEL7481 on VMS_AXP V7.1 (UNINSTALLED)
64323              From: Andy Dougherty <doughera@lafayette.edu>
64324              In-Reply-To: <4.3.1.0.20001031222203.00b24b20@pop5.banet.net>
64325              Message-ID: <Pine.SOL.4.10.10011031532170.29-100000@maxwell.phys.lafayette.edu>
64326      Branch: metaconfig/U/perl
64327            + d_fcntl_can_lock.U
64328            ! startperl.U
64329      Branch: perl
64330            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
64331            ! config_h.SH epoc/config.sh pp_sys.c uconfig.h uconfig.sh
64332            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
64333            ! vos/config.ga.h win32/config.bc win32/config.gc
64334            ! win32/config.vc
64335 ____________________________________________________________________________
64336 [  7535] By: nick                                  on 2000/11/03  22:19:10
64337         Log: Implement stack of layers - (perlio.c _is_ derived from the old file honest...)
64338              - Works on Linux with
64339              perlio + unix
64340              stdio
64341              - Works on Solaris with
64342              perlio + unix
64343              - Fails ONE test (print to STDIN should fail) on Solaris with stdio.
64344              - Fails (hangs in openpid) if you try and stack
64345              perlio + stdio - Linux stdio's read() logic is hanging.
64346      Branch: perlio
64347            ! iperlsys.h perlio.c
64348 ____________________________________________________________________________
64349 [  7534] By: jhi                                   on 2000/11/03  15:16:02
64350         Log: Subject: Re: README.aix
64351              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
64352              Date: Fri, 03 Nov 2000 16:03:15 +0100
64353              Message-Id: <20001103151040.95C6.H.M.BRAND@hccnet.nl>
64354      Branch: perl
64355            ! README.aix
64356 ____________________________________________________________________________
64357 [  7533] By: jhi                                   on 2000/11/03  03:59:02
64358         Log: Subject: [PATCH 5.7.0] better messages from malloc()
64359              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
64360              Date: Wed, 1 Nov 2000 23:39:56 -0500
64361              Message-ID: <20001101233956.A520@monk.mps.ohio-state.edu>
64362      Branch: perl
64363            ! malloc.c pod/perldiag.pod
64364 ____________________________________________________________________________
64365 [  7532] By: jhi                                   on 2000/11/03  00:11:56
64366         Log: The #7521 touched things it shouldn't have.
64367      Branch: perl
64368            ! ext/POSIX/POSIX.xs ext/POSIX/typemap
64369 ____________________________________________________________________________
64370 [  7531] By: jhi                                   on 2000/11/02  22:32:33
64371         Log: Subject:  [PATCH] Perl@7504, vms/gen_shrfls.pl
64372              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
64373              Date:     Thu, 2 Nov 2000 16:58:36 EST
64374              Message-Id: <001102165758.31020@DUPHY4.Physics.Drexel.Edu>
64375      Branch: perl
64376            ! vms/gen_shrfls.pl
64377 ____________________________________________________________________________
64378 [  7530] By: jhi                                   on 2000/11/02  22:08:49
64379         Log: Fix the problem discussed in
64380              
64381              Subject: [ID 20001015.004] Fwd: Tie::SubstrHash -- bug & fix (all Perl versions)
64382              Date: Mon, 16 Oct 2000 04:48:59 +0300 (EET DST) 
64383              Message-Id: <200010160148.EAA14523@alpha.hut.fi> 
64384              
64385              originally from Linc Madison.  Also Andreas König's comments
64386              taken into account.  Some other problems with Tie::SubstrHash
64387              fixed: didn't croak when the table exceeded the requested number
64388              of entries (as documented) but instead when the number of entries
64389              exceeded the size of the table, a croak() had an unnecessary \n,
64390              didn't have a CLEAR method, documented that there is no exists().
64391              Didn't fix to be strict-proof because the module uses &foo; and
64392              dynamic scope.  Added a test script exercizing both first tamely 
64393              the basic functionality, and then the failure cases reported by
64394              Linc Madison.
64395      Branch: perl
64396            + t/lib/tie-substrhash.t
64397            ! MANIFEST lib/Tie/SubstrHash.pm
64398 ____________________________________________________________________________
64399 [  7529] By: jhi                                   on 2000/11/02  17:58:08
64400         Log: recv() can fail and return undef.
64401              
64402              Subject: [ID 20001102.003] Net::Ping patch: "Bad arg lenght" error appears if host is unreachable    
64403              From: "Alexey V. Barantsev" <barancev@kazbek.ispras.ru>
64404              Date: Thu, 2 Nov 2000 20:12:20 +0300
64405              Message-Id: <200011021712.UAA07919@dallas.kazbek.ispras.ru>
64406      Branch: perl
64407            ! lib/Net/Ping.pm
64408 ____________________________________________________________________________
64409 [  7528] By: jhi                                   on 2000/11/02  17:49:09
64410         Log: Detpyo.
64411      Branch: perl
64412            ! pod/perlop.pod
64413 ____________________________________________________________________________
64414 [  7527] By: jhi                                   on 2000/11/02  15:48:37
64415         Log: Add Tie::RefHash::Nestable (lives in Tie/RefHash.pm),
64416              fix a autovivification bug in Tie::RefHash, add tests for both.
64417              
64418              Subject: Re: Tie::RefHash: use hash refs as keys in nested hashes
64419              From: Edward Avis <epa98@doc.ic.ac.uk>
64420              Date: Thu, 2 Nov 2000 15:24:30 +0000 (GMT)
64421              Message-ID: <Pine.LNX.4.21.0011021516010.8344-100000@texel03.doc.ic.ac.uk>
64422      Branch: perl
64423            + t/lib/tie-refhash.t
64424            ! MANIFEST lib/Tie/RefHash.pm
64425 ____________________________________________________________________________
64426 [  7526] By: jhi                                   on 2000/11/02  13:56:26
64427         Log: Test::Harness revealed buglets in the new DynaLoader.
64428              
64429              Subject: [ID 20001102.001] Not OK: perl v5.7.0 +DEVEL7523 on i686-linux 2.2.16a (UNINSTALLED)
64430              From: andreas.koenig@anima.de (Andreas J. Koenig)
64431              Date: 02 Nov 2000 11:26:48 +0100 
64432              Message-Id: <m3vgu6k6tz.fsf@ak-71.mind.de>
64433      Branch: perl
64434            ! ext/DynaLoader/DynaLoader_pm.PL
64435 ____________________________________________________________________________
64436 [  7525] By: jhi                                   on 2000/11/01  23:52:08
64437         Log: The entry for #7503 was missing.
64438      Branch: perl
64439            ! Changes
64440 ____________________________________________________________________________
64441 [  7524] By: jhi                                   on 2000/11/01  23:40:52
64442         Log: Update Changes.
64443      Branch: perl
64444            ! Changes patchlevel.h
64445 ____________________________________________________________________________
64446 [  7523] By: jhi                                   on 2000/11/01  22:57:09
64447         Log: More tweaking on the #7522 theme.
64448      Branch: perl
64449            ! ext/DynaLoader/DynaLoader_pm.PL
64450 ____________________________________________________________________________
64451 [  7522] By: jhi                                   on 2000/11/01  22:06:15
64452         Log: Expand %Config variables and %ENV variables only if
64453              so requested during build time using the
64454              PERL_BUILD_EXPAND_CONFIG_VARS and PERL_BUILD_EXPAND_ENV_VARS.
64455              Not expanding makes relocating distributions easier.
64456      Branch: perl
64457            ! ext/DynaLoader/DynaLoader_pm.PL
64458 ____________________________________________________________________________
64459 [  7521] By: jhi                                   on 2000/11/01  20:56:34
64460         Log: Make the POSIX::setuid and POSIX::setgid to really call setuid()
64461              and setgid() because they were just changing $< and $( which means
64462              only changing the real uid/gid, as opposed to changing both
64463              real and effective ids.  (The alternative way could have been
64464              in POSIX.pm to change $> and $), too, but making a direct call
64465              to the C API feels cleaner.)  Fixes the bug
64466              
64467              Subject: [ID 20000904.005] POSIX::setuid() Doesn't Call setuid()
64468              From: "Garry T. Williams" <garry@zvolve.com>
64469              Date: Mon, 4 Sep 2000 12:09:44 -0400 (EDT)
64470              Message-Id: <200009041609.e84G9iN12155@ifr.inside.zvolve.net>
64471      Branch: perl
64472            ! ext/POSIX/POSIX.pm ext/POSIX/POSIX.pod ext/POSIX/POSIX.xs
64473            ! ext/POSIX/typemap pod/perlvar.pod
64474 ____________________________________________________________________________
64475 [  7520] By: jhi                                   on 2000/11/01  20:08:33
64476         Log: Subject: [ID 20000904.004] perlsec Manual Page Incorrect Doing "Safe Backticks"
64477              From: "Garry T. Williams" <garry@zvolve.com>
64478              Date: Mon, 4 Sep 2000 11:32:38 -0400 (EDT)
64479              Message-Id: <200009041532.e84FWcl12106@ifr.inside.zvolve.net>
64480      Branch: perl
64481            ! pod/perlsec.pod
64482 ____________________________________________________________________________
64483 [  7519] By: jhi                                   on 2000/11/01  20:01:22
64484         Log: Locale warning explanation tweak.
64485      Branch: perl
64486            ! pod/perldiag.pod
64487 ____________________________________________________________________________
64488 [  7518] By: jhi                                   on 2000/11/01  18:57:13
64489         Log: C.pm part of
64490              
64491              Subject: [ID 20001010.001] [Daniel.Stutz@astaro.de: perlcc and C.pm in perl-5.7.0]
64492              From: Jarkko Hietaniemi <jhi@iki.fi>
64493              Date: Tue, 10 Oct 2000 08:22:28 -0500
64494              Message-Id: <20001010082228.B17030@chaos.wustl.edu>
64495      Branch: perl
64496            ! ext/B/B/C.pm
64497 ____________________________________________________________________________
64498 [  7517] By: jhi                                   on 2000/11/01  18:41:59
64499         Log: Subject: [ID 20001005.006] Documentation -- description of qr//
64500              From: Martien Verbruggen <mgjv@comdyn.com.au>
64501              Date: Fri, 6 Oct 2000 14:09:10 +1100
64502              Message-Id: <200010060309.OAA03457@verbruggen.comdyn.com.au>
64503      Branch: perl
64504            ! pod/perlop.pod
64505 ____________________________________________________________________________
64506 [  7516] By: jhi                                   on 2000/11/01  18:34:55
64507         Log: Generalize the Camel wording.
64508              
64509              Subject: Re: perlfaq style changes
64510              From: John Borwick <jhborwic@unity.ncsu.edu>
64511              Date: Wed, 1 Nov 2000 13:19:21 -0500 (EST)
64512              Message-ID: <Pine.GSO.4.21.0011011318270.7428-100000@eos00du.eos.ncsu.edu>
64513      Branch: perl
64514            ! pod/perlfaq3.pod pod/perlfaq8.pod pod/perlfaq9.pod
64515 ____________________________________________________________________________
64516 [  7515] By: jhi                                   on 2000/11/01  16:52:31
64517         Log: Subject: [ID 20001005.004] doc bug: perlsec misleading re file output
64518              From: pimlott@idiomtech.com (Andrew Pimlott)
64519              Date: Thu, 5 Oct 2000 13:20:58 -0400 (EDT)
64520              Message-Id: <m13hEhW-000SEmC@nolfolan.idiomtech.com>
64521      Branch: perl
64522            ! pod/perlsec.pod
64523 ____________________________________________________________________________
64524 [  7514] By: jhi                                   on 2000/11/01  15:03:40
64525         Log: More AIX lore.
64526      Branch: perl
64527            ! ext/re/hints/aix.pl
64528 ____________________________________________________________________________
64529 [  7513] By: jhi                                   on 2000/11/01  14:48:30
64530         Log: Subject: [ID 20001101.001] Net::Ping icmp odd $bytes
64531              From: root <root@chronos.fi.muni.cz>
64532              Date: Wed, 1 Nov 2000 12:31:32 +0100
64533              Message-Id: <200011011131.MAA03310@chronos.fi.muni.cz>
64534      Branch: perl
64535            ! lib/Net/Ping.pm
64536 ____________________________________________________________________________
64537 [  7512] By: jhi                                   on 2000/11/01  14:46:47
64538         Log: Subject: [ID 20001031.004] Uninitialized auto variable in regcomp.c
64539              From: Martin Husemann <martin@duskware.de>
64540              Date: Tue, 31 Oct 2000 23:39:35 +0100 (MET)
64541              Message-Id: <200010312239.e9VMdZR01580@night-porter.duskware.de>
64542      Branch: perl
64543            ! regcomp.c
64544 ____________________________________________________________________________
64545 [  7511] By: jhi                                   on 2000/11/01  14:39:50
64546         Log: AUTHORS updates.
64547      Branch: perl
64548            ! AUTHORS
64549 ____________________________________________________________________________
64550 [  7510] By: jhi                                   on 2000/11/01  14:29:50
64551         Log: Subject: [PATCH] startperl to respect versiononly
64552              From: Robin Barker <rmb1@cise.npl.co.uk> 
64553              Date: Tue, 31 Oct 2000 16:29:36 GMT
64554              Message-Id: <200010311629.QAA01771@tempest.npl.co.uk>
64555      Branch: metaconfig/U/perl
64556            ! startperl.U
64557      Branch: perl
64558            ! Configure config_h.SH
64559 ____________________________________________________________________________
64560 [  7509] By: jhi                                   on 2000/11/01  14:19:53
64561         Log: printf UVs the correct way, noticed by Robin Barker.
64562      Branch: perl
64563            ! utf8.c
64564 ____________________________________________________________________________
64565 [  7508] By: jhi                                   on 2000/11/01  14:10:03
64566         Log: Do not cleanup *% because the % has special meanings in some
64567              shell environments.
64568      Branch: perl
64569            ! ext/Storable/Makefile.PL
64570 ____________________________________________________________________________
64571 [  7507] By: jhi                                   on 2000/11/01  14:06:00
64572         Log: The NonStop-UX libraries have a novel way to say NaN.
64573      Branch: perl
64574            ! t/lib/bigfltpm.t
64575 ____________________________________________________________________________
64576 [  7506] By: jhi                                   on 2000/11/01  14:03:35
64577         Log: The osname has been lowercased by now, from Tom Bates.
64578      Branch: metaconfig
64579            ! U/modified/Oldconfig.U
64580      Branch: perl
64581            ! Configure config_h.SH
64582 ____________________________________________________________________________
64583 [  7505] By: jhi                                   on 2000/10/31  19:18:39
64584         Log: The compiler is either gcc or cc, from Tom Bates.
64585      Branch: perl
64586            ! hints/nonstopux.sh
64587 ____________________________________________________________________________
64588 [  7504] By: jhi                                   on 2000/10/31  14:53:42
64589         Log: Update Changes.
64590      Branch: perl
64591            ! Changes patchlevel.h
64592 ____________________________________________________________________________
64593 [  7503] By: jhi                                   on 2000/10/31  14:30:50
64594         Log: Whitespace style tweak.  Was originally going to see to
64595              
64596              Subject: PATCH (Re: PerlIO - Configure tweak for Linux/glibc?)
64597              From: Joe Smith <jms@inwap.com>
64598              Date: Mon, 30 Oct 2000 18:47:57 -0800
64599              Message-Id: <39FE32DD.24AAC4D@inwap.com>
64600              
64601              but that had already been taken care of.
64602      Branch: metaconfig
64603            ! U/compline/d_stdstdio.U
64604      Branch: perl
64605            ! Configure config_h.SH
64606 ____________________________________________________________________________
64607 [  7502] By: jhi                                   on 2000/10/31  14:25:02
64608         Log: AUTHORS tweaks.
64609      Branch: perl
64610            ! AUTHORS
64611 ____________________________________________________________________________
64612 [  7501] By: jhi                                   on 2000/10/31  14:23:59
64613         Log: Subject: perlfaq style changes
64614              From: John Borwick <jhborwic@unity.ncsu.edu>
64615              Date: Tue, 31 Oct 2000 03:15:11 -0500 (EST)
64616              Message-ID: <Pine.GSO.4.21.0010310307500.5819-100000@eos00du.eos.ncsu.edu>
64617      Branch: perl
64618            ! pod/perlfaq.pod pod/perlfaq1.pod pod/perlfaq2.pod
64619            ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq5.pod
64620            ! pod/perlfaq6.pod pod/perlfaq7.pod pod/perlfaq8.pod
64621            ! pod/perlfaq9.pod
64622 ____________________________________________________________________________
64623 [  7500] By: jhi                                   on 2000/10/31  14:22:15
64624         Log: Be more lenient on bad UTF-8 when doing bit arithmetics.
64625              
64626              Subject: Re: [ID 20000918.005] ~ on wide chars
64627              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
64628              Date: Mon, 30 Oct 2000 21:09:55 -0800
64629              Message-ID: <jQl/5gzkgWYL092yn@efn.org>
64630              
64631              (The ord() part of the patch skipped.)
64632      Branch: perl
64633            ! doop.c
64634 ____________________________________________________________________________
64635 [  7499] By: jhi                                   on 2000/10/31  14:20:08
64636         Log: Subject: [ID 20001030.001] 5.7.0-7489: Null-Pointer reference in mg.c
64637              From: Jens Hamisch <jens@Strawberry.COM>
64638              Date: Mon, 30 Oct 2000 15:17:07 +0100
64639              Message-Id: <20001030151707.A9597@Strawberry.COM>
64640      Branch: perl
64641            ! av.c
64642 ____________________________________________________________________________
64643 [  7498] By: jhi                                   on 2000/10/31  14:16:29
64644         Log: Subject: [PATCH: perl@7483] add three new EBCDIC Encode-ings && many tests
64645              From: Peter Prymmer <pvhp@forte.com>
64646              Date: Mon, 30 Oct 2000 16:59:11 -0800 (PST)
64647              Message-ID: <Pine.OSF.4.10.10010301643590.67363-100000@aspara.forte.com>
64648      Branch: perl
64649            + ext/Encode/Encode/cp1047.enc ext/Encode/Encode/cp37.enc
64650            + ext/Encode/Encode/posix-bc.enc
64651            ! MANIFEST t/lib/encode.t
64652 ____________________________________________________________________________
64653 [  7497] By: jhi                                   on 2000/10/31  14:13:22
64654         Log: Subject: [PATCH: perl@7483] fix coded control chars in cgi-html.t
64655              From: Peter Prymmer <pvhp@forte.com>
64656              Date: Mon, 30 Oct 2000 17:48:11 -0800 (PST)
64657              Message-ID: <Pine.OSF.4.10.10010301746350.69159-100000@aspara.forte.com>
64658      Branch: perl
64659            ! t/lib/cgi-html.t
64660 ____________________________________________________________________________
64661 [  7496] By: jhi                                   on 2000/10/31  14:12:05
64662         Log: Subject: [PATCH: perl@7483] CRLF fix for cgi-function.t tests
64663              From: Peter Prymmer <pvhp@forte.com>
64664              Date: Mon, 30 Oct 2000 17:46:33 -0800 (PST)
64665              Message-ID: <Pine.OSF.4.10.10010301745120.69159-100000@aspara.forte.com>
64666      Branch: perl
64667            ! t/lib/cgi-function.t
64668 ____________________________________________________________________________
64669 [  7495] By: jhi                                   on 2000/10/31  14:11:08
64670         Log: Subject: [PATCH: perl@7483] generalize AIX ccversion hack for re extension
64671              From: Peter Prymmer <pvhp@forte.com>
64672              Date: Mon, 30 Oct 2000 16:41:21 -0800 (PST)
64673              Message-ID: <Pine.OSF.4.10.10010301634500.67363-100000@aspara.forte.com>
64674      Branch: perl
64675            + ext/re/hints/aix.pl
64676            ! MANIFEST ext/re/Makefile.PL
64677 ____________________________________________________________________________
64678 [  7494] By: jhi                                   on 2000/10/31  14:08:32
64679         Log: Use Errno magic.
64680              
64681              Subject: [ID 20001030.009] [PATCH] ftmp-mktemp failing
64682              From: Casey Tweten <perl@ctweten.amsite.com>
64683              Date: Mon, 30 Oct 2000 15:51:17 -0500
64684              Message-Id: <200010302051.e9UKpHd02194@ctweten.amsite.com>
64685      Branch: perl
64686            ! lib/File/Temp.pm
64687 ____________________________________________________________________________
64688 [  7493] By: jhi                                   on 2000/10/31  14:05:07
64689         Log: Add a perlbug flag, -A, to avoid acknowledgement messages.
64690              
64691              Subject: PATCH (Re: [ID 20001030.008] OK: perl v5.7.0 +DEVEL7445 on i586-linux 2.2.16 (UNINSTALLED))
64692              From: Nicholas Clark <nick@ccl4.org>
64693              Date: Mon, 30 Oct 2000 17:38:45 +0000
64694              Message-ID: <20001030173845.O60355@plum.flirble.org>
64695      Branch: perl
64696            ! Makefile.SH utils/perlbug.PL
64697 ____________________________________________________________________________
64698 [  7492] By: nick                                  on 2000/10/30  19:37:23
64699         Log: Change files which are mysteriously different to mainline to be
64700              copies of mainline.
64701      Branch: perlio
64702            ! objXSUB.h perlapi.c pod/perlapi.pod
64703 ____________________________________________________________________________
64704 [  7491] By: nick                                  on 2000/10/30  18:05:54
64705         Log: Perlio fixes discovered on big-endian & very traditional Solaris:
64706              - typo in endian code in putc.
64707              - Don't allow read of write-only files and vice-versa
64708              - and off-by-one in flush-all loop.
64709              Remove debug calls as they were using GCC specific features.
64710      Branch: perlio
64711            ! perlio.c
64712 ____________________________________________________________________________
64713 [  7490] By: nick                                  on 2000/10/29  21:45:45
64714         Log: Integrate mainline to perlio
64715      Branch: perlio
64716           !> lib/ExtUtils/Manifest.pm op.c t/comp/proto.t t/pragma/utf8.t
64717           !> toke.c
64718 ____________________________________________________________________________
64719 [  7489] By: jhi                                   on 2000/10/29  21:11:08
64720         Log: Subject: [Chris Winters <cwinters@intes.net>] patch to ExtUtils::Manifest
64721              From: andreas.koenig@anima.de (Andreas J. Koenig)
64722              Date: 29 Oct 2000 22:05:59 +0100
64723              Message-ID: <m3snpfqrwo.fsf@ak-71.mind.de>
64724      Branch: perl
64725            ! lib/ExtUtils/Manifest.pm
64726 ____________________________________________________________________________
64727 [  7488] By: jhi                                   on 2000/10/29  21:07:47
64728         Log: Tests for #7487.
64729              
64730              Subject: Re: [ID 20001029.002] Not OK: perl v5.7.0 +DEVEL7462 on i686-linux 2.2.16a (UNINSTALLED)
64731              From: andreas.koenig@anima.de (Andreas J. Koenig)
64732              Date: 29 Oct 2000 19:37:09 +0100
64733              Message-ID: <m34s1vsdd6.fsf@ak-71.mind.de>
64734      Branch: perl
64735            ! t/comp/proto.t
64736 ____________________________________________________________________________
64737 [  7487] By: jhi                                   on 2000/10/29  21:06:27
64738         Log: constsub spillage.
64739              
64740              Subject: Re: [ID 20001029.002] Not OK: perl v5.7.0 +DEVEL7462 on i686-linux 2.2.16a (UNINSTALLED)
64741              From: John Tobey <jtobey@john-edwin-tobey.org>
64742              Date: Sun, 29 Oct 2000 11:37:45 -0500 (EST)
64743              Message-Id: <m13pvSr-000FObC@feynman.localnet>
64744      Branch: perl
64745            ! op.c
64746 ____________________________________________________________________________
64747 [  7486] By: nick                                  on 2000/10/29  21:05:04
64748         Log: Integrate mainline to perlio branch
64749      Branch: perlio
64750           +> Porting/repository.pod lib/unicode/Is/DCmedial.pl
64751           +> t/lib/tie-splice.t vos/config.alpha.def vos/config.alpha.h
64752           +> vos/config.ga.def vos/config.ga.h vos/configure_perl.cm
64753           +> vos/install_perl.cm
64754            - MAINTAIN fix_pl lib/unicode/Is/DCinital.pl vos/config.def
64755            - vos/config.h vos/config_h.SH_orig
64756           !> (integrate 141 files)
64757 ____________________________________________________________________________
64758 [  7485] By: jhi                                   on 2000/10/29  21:00:47
64759         Log: Make \x{...} consistently produce UTF-8.
64760              
64761              Subject: Re: \x{...} is confused 
64762              From: Simon Cozens <simon@cozens.net>
64763              Date: Sun, 29 Oct 2000 19:36:48 +0000
64764              Message-ID: <20001029193648.A6287@pembro4.pmb.ox.ac.uk>
64765      Branch: perl
64766            ! t/pragma/utf8.t toke.c
64767 ____________________________________________________________________________
64768 [  7484] By: nick                                  on 2000/10/29  20:05:29
64769         Log: PerlIO passes all tests.
64770      Branch: perlio
64771            ! perlio.c
64772 ____________________________________________________________________________
64773 [  7483] By: jhi                                   on 2000/10/29  18:06:55
64774         Log: Update Changes.
64775      Branch: perl
64776            ! Changes patchlevel.h
64777 ____________________________________________________________________________
64778 [  7482] By: nick                                  on 2000/10/29  17:43:28
64779         Log: Include <unistd.h> to get correct lseek() prototype etc.
64780              (I thought perl.h did that) - down to two fails
64781              - comp/require.t (last test)
64782              - lib/io_xs.t - possibly import/export of FILE * ?
64783      Branch: perlio
64784            ! perlio.c
64785 ____________________________________________________________________________
64786 [  7481] By: jhi                                   on 2000/10/29  17:02:37
64787         Log: UTF-8 decoder tweak.
64788      Branch: perl
64789            ! utf8.c
64790 ____________________________________________________________________________
64791 [  7480] By: nick                                  on 2000/10/29  16:26:11
64792         Log: Fixed two bugs:
64793              - error code not being set on close (of broken pipe)
64794              - append mode was truncating.
64795              At least one seek/tell bug remains.
64796      Branch: perlio
64797            ! perlio.c
64798 ____________________________________________________________________________
64799 [  7479] By: nick                                  on 2000/10/29  11:18:16
64800         Log: Prototype (stdio-like) PerlIO passing basic tests. Checked in
64801              in case of accidents. Still several worrying fails, no line disciplines yet.
64802      Branch: perlio
64803            ! iperlsys.h perlio.c
64804 ____________________________________________________________________________
64805 [  7478] By: jhi                                   on 2000/10/29  02:04:01
64806         Log: Add also emailless people.
64807      Branch: perl
64808            ! AUTHORS
64809 ____________________________________________________________________________
64810 [  7477] By: jhi                                   on 2000/10/29  01:36:00
64811         Log: The #7476 needs a MANIFEST change, too.
64812      Branch: perl
64813            ! MANIFEST
64814 ____________________________________________________________________________
64815 [  7476] By: jhi                                   on 2000/10/29  01:35:21
64816         Log: Have only one master list of AUTHORS, drop unmaintained MAINTAIN.
64817      Branch: perl
64818            - MAINTAIN
64819            ! AUTHORS Changes
64820 ____________________________________________________________________________
64821 [  7475] By: jhi                                   on 2000/10/28  23:57:25
64822         Log: De-quoted-unreadable to ISO Latin 1.
64823              (There's one ISO-2022-JP name in Changes5.004.)
64824      Branch: perl
64825            ! Changes Changes5.6
64826 ____________________________________________________________________________
64827 [  7474] By: jhi                                   on 2000/10/28  19:13:06
64828         Log: Subject: [ID 20001027.007] uniq array in perlfaq
64829              From: Hans Ginzel <hans@kolej.mff.cuni.cz>     
64830              Date: Fri, 27 Oct 2000 19:28:30 +0200
64831              Message-Id: <20001027192830.A1564@kolej.mff.cuni.cz> 
64832      Branch: perl
64833            ! pod/perlfaq4.pod
64834 ____________________________________________________________________________
64835 [  7473] By: jhi                                   on 2000/10/28  18:02:05
64836         Log: Locking null mutexes is not recommendable.
64837              
64838              Subject: Re: [ID 20001027.008] Not OK: perl v5.7.0 +DEVEL7462 on i386-freebsd-thread-64all 4.1-stable (UNINSTALLED) 
64839              From: Hugo <hv@crypt.compulink.co.uk>
64840              Date: Sat, 28 Oct 2000 18:41:12 +0100
64841              Message-Id: <200010281741.SAA31327@crypt.compulink.co.uk>
64842      Branch: perl
64843            ! op.c
64844 ____________________________________________________________________________
64845 [  7472] By: jhi                                   on 2000/10/28  17:52:58
64846         Log: Better create a true mailing list for the repository keepers.
64847      Branch: perl
64848            ! Porting/repository.pod
64849 ____________________________________________________________________________
64850 [  7471] By: jhi                                   on 2000/10/28  17:28:24
64851         Log: Add the repository doc by Malcolm, Sarathy, and by Simon,
64852              name as suggested by Michael Bletzinger <mbletzin@ncsa.uiuc.edu>.
64853      Branch: perl
64854            + Porting/repository.pod
64855            ! MANIFEST
64856 ____________________________________________________________________________
64857 [  7470] By: jhi                                   on 2000/10/28  17:20:54
64858         Log: Subject: DOC PATCH 5.6.0
64859              From: mjd@plover.com
64860              Date: 27 Oct 2000 17:32:44 -0000
64861              Message-ID: <20001027173244.23754.qmail@plover.com>
64862      Branch: perl
64863            ! pod/perlfunc.pod
64864 ____________________________________________________________________________
64865 [  7469] By: jhi                                   on 2000/10/28  17:16:45
64866         Log: Subject: [ID 20001027.010] [PATCH] Add info on building CPAN modules to README.dos
64867              From: "Peter J. Farley III" <pjfarley@banet.net>
64868              Date: Fri, 27 Oct 2000 20:32:56 -0400
64869              Message-Id: <4.3.1.0.20001027202303.00ad8900@pop5.banet.net>
64870      Branch: perl
64871            ! README.dos
64872 ____________________________________________________________________________
64873 [  7468] By: jhi                                   on 2000/10/28  17:07:18
64874         Log: Make target reordering to avoid pointless re-makes.
64875              
64876              Subject: Re: Total re-make of 'make okfile' after 7451 ?
64877              From: Nicholas Clark <nick@ccl4.org>
64878              Date: Sat, 28 Oct 2000 00:31:02 +0100
64879              Message-ID: <20001028003101.A54517@plum.flirble.org>
64880      Branch: perl
64881            ! Makefile.SH
64882 ____________________________________________________________________________
64883 [  7467] By: jhi                                   on 2000/10/28  17:05:31
64884         Log: Subject: [ID 20001027.005] Nit in perlos2.pod - space needs deleted on line 118
64885              From: lvirden@cas.org
64886              Date: Fri, 27 Oct 2000 13:14:41 -0400 (EDT)
64887              Message-Id: <200010271714.NAA22015@lwv26awu.cas.org>
64888      Branch: perl
64889            ! README.os2
64890 ____________________________________________________________________________
64891 [  7466] By: jhi                                   on 2000/10/28  16:09:16
64892         Log: Upgrade to CPAN 1.58_55.
64893              
64894              Subject: CPAN.pm status
64895              From: andreas.koenig@anima.de (Andreas J. Koenig) 
64896              Date: 28 Oct 2000 08:18:00 +0200 
64897              Message-ID: <m3n1fpa3qf.fsf@ak-71.mind.de>
64898      Branch: perl
64899            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
64900 ____________________________________________________________________________
64901 [  7465] By: jhi                                   on 2000/10/28  16:02:47
64902         Log: The reëntrant version shouldn't be needed unless USE_PURE_BISON.
64903      Branch: perl
64904            ! embed.h embed.pl perl.h proto.h toke.c
64905 ____________________________________________________________________________
64906 [  7464] By: nick                                  on 2000/10/28  10:43:44
64907         Log: Fix for sv_2iv() on "shared" value from keys %hash.
64908      Branch: perl
64909            ! sv.c
64910 ____________________________________________________________________________
64911 [  7463] By: jhi                                   on 2000/10/27  16:18:29
64912         Log: Update Changes.
64913      Branch: perl
64914            ! Changes patchlevel.h
64915 ____________________________________________________________________________
64916 [  7462] By: jhi                                   on 2000/10/27  16:17:44
64917         Log: Too enthusiastic editing in #7460.
64918      Branch: metaconfig
64919            ! U/modified/Oldsym.U
64920      Branch: perl
64921            ! Configure config_h.SH
64922 ____________________________________________________________________________
64923 [  7461] By: jhi                                   on 2000/10/27  15:37:38
64924         Log: Retract #7459, the script needs more work.
64925      Branch: perl
64926            - mkreef
64927            ! MANIFEST
64928 ____________________________________________________________________________
64929 [  7460] By: jhi                                   on 2000/10/27  15:23:14
64930         Log: Use $sort, $uniq (and $tr) consistently as wondered
64931              by Nicholas Clark.
64932      Branch: metaconfig
64933            ! U/modified/Cppsym.U U/modified/Getfile.U U/modified/Guess.U
64934            ! U/modified/Myread.U U/modified/Oldsym.U U/modified/Signal.U
64935            ! U/modified/libc.U
64936      Branch: perl
64937            ! Configure config_h.SH
64938 ____________________________________________________________________________
64939 [  7459] By: jhi                                   on 2000/10/27  15:02:07
64940         Log: (Retracted by #7461)
64941              
64942              Add a shell script for creating/removing symbolic link farms,
64943              useful for keeping the source code read-only and doing the
64944              builds somewhere else.
64945      Branch: perl
64946            + mkreef
64947            ! MANIFEST
64948 ____________________________________________________________________________
64949 [  7458] By: jhi                                   on 2000/10/27  14:42:20
64950         Log: Do away with the fix_pl.
64951      Branch: perl
64952            - fix_pl
64953            ! MANIFEST Makefile.SH
64954 ____________________________________________________________________________
64955 [  7457] By: jhi                                   on 2000/10/27  12:43:13
64956         Log: Subject: [ID 20001027.002] Patch 7380 followup - Perl_modfl *must* be defined
64957              From: Jens Hamisch <jens@Strawberry.COM>
64958              Date: Fri, 27 Oct 2000 14:38:21 +0200
64959              Message-Id: <20001027143821.B3366@Strawberry.COM>
64960      Branch: perl
64961            ! perl.h
64962 ____________________________________________________________________________
64963 [  7456] By: jhi                                   on 2000/10/27  12:33:42
64964         Log: Subject: [PATCH] todo
64965              From: Nicholas Clark <nick@ccl4.org>
64966              Date: Thu, 26 Oct 2000 22:32:29 +0100
64967              Message-ID: <20001026223229.A44540@plum.flirble.org>
64968      Branch: perl
64969            ! pod/perltodo.pod
64970 ____________________________________________________________________________
64971 [  7455] By: jhi                                   on 2000/10/27  12:02:21
64972         Log: Subject: Re: [PATCH bleadperl] ripples from constsub patch
64973              From: John Tobey <jtobey@john-edwin-tobey.org>
64974              Date: Thu, 26 Oct 2000 22:29:53 -0400 (EDT)
64975              Message-Id: <m13ozHF-000FObC@feynman.localnet>
64976      Branch: perl
64977            ! op.c t/pragma/sub_lval.t
64978 ____________________________________________________________________________
64979 [  7454] By: jhi                                   on 2000/10/27  11:59:42
64980         Log: Subject: [ID 20001026.006] C<use integer; $x += 1> gives uninitialized warning
64981              From: sthoenna@efn.org
64982              Date: Thu, 26 Oct 2000 14:00:03 -0700 (PDT)
64983              Message-Id: <200010262100.e9QL03U06386@garcia.efn.org>
64984      Branch: perl
64985            ! pp.c t/op/assignwarn.t
64986 ____________________________________________________________________________
64987 [  7453] By: jhi                                   on 2000/10/27  00:15:08
64988         Log: Upgrade to Storable 1.0.5, from Raphael Manfredi.
64989      Branch: perl
64990            ! ext/Storable/ChangeLog ext/Storable/Storable.pm
64991            ! ext/Storable/Storable.xs t/lib/st-lock.t
64992 ____________________________________________________________________________
64993 [  7452] By: jhi                                   on 2000/10/26  13:05:52
64994         Log: Undo #7451, this seems to be a deficiency in Perforce,
64995              there is no per-file line-terminator type, only per-client.
64996      Branch: perl
64997            ! README.dos README.win32 djgpp/configure.bat win32/Makefile
64998            ! win32/makefile.mk
64999 ____________________________________________________________________________
65000 [  7451] By: jhi                                   on 2000/10/26  04:56:03
65001         Log: Experimenting in DOS arcana.
65002      Branch: perl
65003            ! README.dos README.win32 djgpp/configure.bat win32/Makefile
65004            ! win32/makefile.mk
65005 ____________________________________________________________________________
65006 [  7450] By: jhi                                   on 2000/10/26  04:50:52
65007         Log: Subject: [ID 20001025.011] [PATCH] t/io/open.t perl@7369[  7350] breaks VMS perl
65008              From: "Peter J. Farley III" <pjfarley@banet.net>            
65009              Date: Wed, 25 Oct 2000 23:10:18 -0400
65010              Message-Id: <4.3.1.0.20001025230222.00accba0@pop5.banet.net>
65011      Branch: perl
65012            ! t/io/open.t
65013 ____________________________________________________________________________
65014 [  7449] By: jhi                                   on 2000/10/26  04:49:16
65015         Log: Subject: Re: [PATCH 5.6.0]Add non-blocking thread doneness checking
65016              From: Hugo <hv@crypt.compulink.co.uk>
65017              Date: Thu, 26 Oct 2000 01:55:17 +0100
65018              Message-Id: <200010260055.BAA27869@crypt.compulink.co.uk>
65019              
65020              minus one unneeded mutex lock/unlock pointed out by Dan Sugalski.
65021      Branch: perl
65022            ! ext/Thread/Thread.pm ext/Thread/Thread.xs t/lib/thr5005.t
65023 ____________________________________________________________________________
65024 [  7448] By: jhi                                   on 2000/10/26  04:38:36
65025         Log: Subject: [PATCH: perl@7446] restore missing d_stdio_cnt_lval to VMS
65026              From: Peter Prymmer <pvhp@forte.com>
65027              Date: Wed, 25 Oct 2000 18:23:56 -0700 (PDT)                          
65028              Message-ID: <Pine.OSF.4.10.10010251816200.247618-100000@aspara.forte.com>
65029      Branch: perl
65030            ! configure.com
65031 ____________________________________________________________________________
65032 [  7447] By: jhi                                   on 2000/10/25  23:20:02
65033         Log: Remains of the old UTF-8 API, utf8_to_uv_chk(): didn't link
65034              in platforms that strictly require all the symbols being present
65035              at link time.
65036      Branch: perl
65037            ! handy.h
65038 ____________________________________________________________________________
65039 [  7446] By: jhi                                   on 2000/10/25  21:55:57
65040         Log: Update Changes.
65041      Branch: perl
65042            ! Changes patchlevel.h
65043 ____________________________________________________________________________
65044 [  7445] By: jhi                                   on 2000/10/25  21:27:08
65045         Log: Integrate with vmsperl #7430 by Charles Bailey:
65046              
65047              Cleanup from prior patch (Charles Lane?):
65048              - improve handling of MFDs in Basename and Path
65049              - default to no xsubpp line # munging when building debug images
65050      Branch: perl
65051           !> lib/ExtUtils/MM_VMS.pm lib/File/Basename.pm lib/File/Path.pm
65052 ____________________________________________________________________________
65053 [  7444] By: jhi                                   on 2000/10/25  21:03:50
65054         Log: Subject: [PATCH] Zero-padded Numerics in Perl Format
65055              From: John Peacock <JPeacock@UnivPress.com>
65056              Date: Thu, 18 May 2000 11:55:27 -0400
65057              Message-ID: <3924126F.A58BE57A@UnivPress.com>
65058      Branch: perl
65059            ! form.h pod/perldelta.pod pod/perlform.pod pp_ctl.c
65060            ! t/op/write.t
65061 ____________________________________________________________________________
65062 [  7443] By: jhi                                   on 2000/10/25  20:43:10
65063         Log: Temporary stopgap for the self-tying issue: for now only
65064              array and hash self-ties are verboten.  The real fix, of
65065              course, would be to comprehensively test (and implement?)
65066              and debug (and document) self-ties.
65067      Branch: perl
65068            ! pod/perldiag.pod pp_sys.c t/op/tie.t
65069 ____________________________________________________________________________
65070 [  7442] By: jhi                                   on 2000/10/25  20:14:30
65071         Log: Subject: [PATCH 5.6.0]Add non-blocking thread doneness checking
65072              From: Dan Sugalski <dan@sidhe.org>
65073              Date: Wed, 25 Oct 2000 13:36:35 -0400
65074              Message-Id: <5.0.0.25.0.20001025133504.01ef1e20@24.8.96.48>
65075              
65076              plus regen global.sym.
65077      Branch: perl
65078            ! ext/Thread/Thread.pm ext/Thread/Thread.xs global.sym perl.c
65079            ! thrdvar.h util.c
65080 ____________________________________________________________________________
65081 [  7441] By: jhi                                   on 2000/10/25  20:12:20
65082         Log: buildtoc target tweaks.
65083      Branch: perl
65084            ! pod/Makefile.SH
65085 ____________________________________________________________________________
65086 [  7440] By: jhi                                   on 2000/10/25  20:03:53
65087         Log: A new version of making the syslog test more robust.
65088              (Replaces #7421.)
65089              
65090              Subject: Re: [ID 20001022.001] Not OK: perl v5.7.0 +DEVEL7368 on i686-linux 2.2.16
65091              From: "Kurt D. Starsinic" <kstar@chapin.edu>
65092              Date: Wed, 25 Oct 2000 12:13:54 -0400
65093              Message-ID: <20001025121354.B2264@O2.chapin.edu>
65094      Branch: perl
65095            ! t/lib/syslog.t
65096 ____________________________________________________________________________
65097 [  7439] By: jhi                                   on 2000/10/25  20:00:48
65098         Log: Continue the internal UTF-8 API tweaking.
65099              Rename utf8_to_uv_chk() back to utf8_to_uv() because it's
65100              used much more than the simpler API, now called utf8_to_uv_simple().
65101              Still not quite happy with API, too much partial duplication
65102              of functionality.
65103      Branch: perl
65104            ! doop.c embed.h embed.pl handy.h objXSUB.h op.c perlapi.c
65105            ! pod/perlapi.pod pod/perlunicode.pod pp.c pp_ctl.c proto.h
65106            ! regcomp.c regexec.c sv.c toke.c utf8.c
65107 ____________________________________________________________________________
65108 [  7438] By: jhi                                   on 2000/10/25  18:52:30
65109         Log: Allow poking holes at the UTF-8 decoding strictness.
65110      Branch: perl
65111            ! embed.pl pp.c proto.h sv.c t/pragma/utf8.t toke.c utf8.c
65112            ! utf8.h
65113 ____________________________________________________________________________
65114 [  7437] By: jhi                                   on 2000/10/25  13:53:05
65115         Log: Rename UTF8LEN() to be UNISKIP(), too confusing to have
65116              UTF8LEN() and UTF8SKIP(). 
65117      Branch: perl
65118            ! pp.c utf8.c utf8.h
65119 ____________________________________________________________________________
65120 [  7436] By: jhi                                   on 2000/10/25  13:51:37
65121         Log: Subject: [PATCH] Re: PerlIO - Configure tweak for Linux/glibc?
65122              From: Nicholas Clark <nick@ccl4.org>
65123              Date: Wed, 25 Oct 2000 14:44:05 +0100
65124              Message-ID: <20001025144404.D27253@plum.flirble.org>
65125      Branch: perl
65126            ! pod/perlrun.pod
65127 ____________________________________________________________________________
65128 [  7435] By: jhi                                   on 2000/10/25  13:49:32
65129         Log: Subject: [ID 20001024.007] [PATCH] "Dump local *FH" causes SEGV
65130              From: Mike Guy <mjtg@cam.ac.uk>
65131              Date: Tue, 24 Oct 2000 14:59:40 +0100
65132              Message-Id: <E13o4c8-00076u-00@libra.cus.cam.ac.uk>
65133      Branch: perl
65134            ! scope.c
65135 ____________________________________________________________________________
65136 [  7434] By: jhi                                   on 2000/10/25  13:48:41
65137         Log: AIX is picky about its symbol exports.  Solution for now
65138              is to include the deb.o explicitly to the re extension build.
65139              
65140              Subject: Re: introduce missing .Perl_deb symbol to aix build (Questions)
65141              From: Peter Prymmer <pvhp@forte.com>
65142              Date: Tue, 24 Oct 2000 12:57:22 -0700 (PDT)
65143              Message-ID: <Pine.OSF.4.10.10010241252180.127055-100000@aspara.forte.com>
65144      Branch: perl
65145            ! ext/re/Makefile.PL hints/aix.sh
65146 ____________________________________________________________________________
65147 [  7433] By: jhi                                   on 2000/10/25  13:46:49
65148         Log: Subject: patch 7416 breaks sv.c on AIX and HP-UX (patch included)
65149              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
65150              Date: Wed, 25 Oct 2000 12:02:20 +0200
65151              Message-Id: <20001025114712.C9F9.H.M.BRAND@hccnet.nl>
65152      Branch: perl
65153            ! perlsdio.h
65154 ____________________________________________________________________________
65155 [  7432] By: jhi                                   on 2000/10/25  13:44:28
65156         Log: Subject: Minor update to find2perl, for portability
65157              From: "Moore, Paul" <Paul.Moore@uk.origin-it.com>
65158              Date: Wed, 25 Oct 2000 12:05:47 +0100
65159              Message-ID: <714DFA46B9BBD0119CD000805FC1F53B012A8355@UKRUX002.rundc.uk.origin-it.com>
65160      Branch: perl
65161            ! x2p/find2perl.PL
65162 ____________________________________________________________________________
65163 [  7431] By: jhi                                   on 2000/10/25  13:40:39
65164         Log: Add targets to Makefile.SH, most importantly
65165              'regen_all' which also remembers to update vms/perly*.
65166      Branch: perl
65167            ! Makefile.SH
65168 ____________________________________________________________________________
65169 [  7430] By: bailey                                on 2000/10/25  03:13:53
65170         Log: Cleanup from prior patch (Charles Lane?):
65171              - improve handling of MFDs in Basename and Path
65172              - default to no xsubpp line # munging when building debug images
65173      Branch: vmsperl
65174            ! lib/ExtUtils/MM_VMS.pm lib/File/Basename.pm lib/File/Path.pm
65175 ____________________________________________________________________________
65176 [  7429] By: jhi                                   on 2000/10/24  20:03:40
65177         Log: Podify README.epoc and README.vos.
65178      Branch: perl
65179            ! README.epoc README.vos pod/buildtoc.PL pod/perl.pod
65180            ! pod/perlport.pod pod/perltoc.pod
65181 ____________________________________________________________________________
65182 [  7428] By: jhi                                   on 2000/10/24  19:10:33
65183         Log: Stratus VOS updates from Paul Green.
65184      Branch: perl
65185            + vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
65186            + vos/config.ga.h vos/configure_perl.cm vos/install_perl.cm
65187            - vos/config.def vos/config.h vos/config_h.SH_orig
65188            ! MANIFEST README.vos pod/perlport.pod vos/Changes vos/build.cm
65189            ! vos/compile_perl.cm vos/config.pl vos/perl.bind vos/vosish.h
65190 ____________________________________________________________________________
65191 [  7427] By: jhi                                   on 2000/10/24  18:59:48
65192         Log: Check if stdio supports tweaking lval and cnt simultaneously.
65193              
65194              Subject: PATCH (Re: PerlIO - Configure tweak for Linux/glibc?)
65195              From: Nicholas Clark <nick@ccl4.org>
65196              Date: Mon, 23 Oct 2000 15:39:32 +0100
65197              Message-ID: <20001023153932.A10786@plum.flirble.org>
65198      Branch: metaconfig
65199            ! U/compline/d_stdstdio.U
65200      Branch: perl
65201            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
65202            ! config_h.SH configure.com epoc/config.sh iperlsys.h perlio.c
65203            ! perlsdio.h perlsfio.h pod/Makefile.SH pod/perltoc.pod
65204            ! uconfig.h uconfig.sh vms/genconfig.pl vos/config.def
65205            ! vos/config.h vos/config_h.SH_orig win32/config.bc
65206            ! win32/config.gc win32/config.vc
65207 ____________________________________________________________________________
65208 [  7426] By: jhi                                   on 2000/10/24  17:57:44
65209         Log: Missed the header file changes from #7425.
65210      Branch: perl
65211            ! embed.h embed.pl objXSUB.h proto.h
65212 ____________________________________________________________________________
65213 [  7425] By: jhi                                   on 2000/10/24  17:55:17
65214         Log: Fix the bug reported in
65215              
65216              From: andreas.koenig@anima.de (Andreas J. Koenig)
65217              Subject: Encode bug?
65218              Date: 24 Oct 2000 14:01:26 +0200 
65219              Message-ID: <m3lmveqwh5.fsf@ak-71.mind.de>
65220              
65221              Also make is_utf8_char() stricter.
65222      Branch: perl
65223            ! ext/Encode/Encode.xs utf8.c
65224 ____________________________________________________________________________
65225 [  7424] By: jhi                                   on 2000/10/24  15:15:39
65226         Log: Subject: Re: [ID 20001023.003] PATCH perlfaq5 [perl-current]
65227              From: Peter Scott <Peter@PSDT.com>
65228              Date: Mon, 23 Oct 2000 19:46:01 -0700
65229              Message-Id: <4.3.2.7.2.20001023194324.00ab7220@psdt.com>
65230      Branch: perl
65231            ! pod/perlfaq5.pod
65232 ____________________________________________________________________________
65233 [  7423] By: jhi                                   on 2000/10/24  14:25:30
65234         Log: Test tweak to avoid pulling in the whole Config.
65235      Branch: perl
65236            ! t/lib/st-lock.t
65237 ____________________________________________________________________________
65238 [  7422] By: jhi                                   on 2000/10/24  14:03:16
65239         Log: Fix the bug ID 20001024.005, the bug introduced by #7416.
65240      Branch: perl
65241            ! pp.c
65242 ____________________________________________________________________________
65243 [  7421] By: jhi                                   on 2000/10/24  13:32:09
65244         Log: (Replaced by #7440.)
65245              
65246              Subject: Re: [ID 20001022.001] Not OK: perl v5.7.0 +DEVEL7368 on i686-linux 2.2.16
65247              From: "Kurt D. Starsinic" <kstar@chapin.edu>
65248              Date: Mon, 23 Oct 2000 16:40:54 -0400
65249              Message-ID: <20001023164054.B14491@O2.chapin.edu>
65250      Branch: perl
65251            ! t/lib/syslog.t
65252 ____________________________________________________________________________
65253 [  7420] By: jhi                                   on 2000/10/24  13:30:53
65254         Log: Subject: [PATCH 5.7.0] static linking with uninstalled perl
65255              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
65256              Date: Mon, 23 Oct 2000 17:29:03 -0400
65257              Message-ID: <20001023172903.A18749@monk.mps.ohio-state.edu>
65258      Branch: perl
65259            ! lib/ExtUtils/MM_Unix.pm
65260 ____________________________________________________________________________
65261 [  7419] By: jhi                                   on 2000/10/24  13:29:57
65262         Log: Subject: Re: [PATCH 5.7.0] h2xs not documenting the created module
65263              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
65264              Date: Mon, 23 Oct 2000 19:01:32 -0400
65265              Message-ID: <20001023190132.A19791@monk.mps.ohio-state.edu>
65266      Branch: perl
65267            ! utils/h2xs.PL
65268 ____________________________________________________________________________
65269 [  7418] By: jhi                                   on 2000/10/24  13:26:04
65270         Log: Replace #7409 with
65271              
65272              Subject: Re: [PATCH] Re: [ID 20001020.009] Not OK: perl v5.7.0 +DEVEL7368 on dos-djgpp djgp
65273              From: Raphael Manfredi <Raphael_Manfredi@pobox.com>
65274              Date: Mon, 23 Oct 2000 20:08:56 +0200
65275              Message-ID: <20001023200855.A14850@nice.ram.loc>
65276      Branch: perl
65277            ! ext/Storable/Storable.pm t/lib/st-lock.t
65278 ____________________________________________________________________________
65279 [  7417] By: jhi                                   on 2000/10/24  13:17:52
65280         Log: Run vms/vms_yfix.pl, should have done that after changing
65281              perly.c in #7382.
65282      Branch: perl
65283            ! vms/perly_c.vms vms/perly_h.vms
65284 ____________________________________________________________________________
65285 [  7416] By: jhi                                   on 2000/10/24  02:55:33
65286         Log: Make the UTF-8 decoding stricter and more verbose when
65287              malformation happens.  This involved adding an argument
65288              to utf8_to_uv_chk(), which involved changing its prototype,
65289              and prefer STRLEN over I32 for the UTF-8 length, which as
65290              a domino effect necessitated changing the prototypes of
65291              scan_bin(), scan_oct(), scan_hex(), and reg_uni().
65292              The stricter UTF-8 decoding checking uses Markus Kuhn's
65293              UTF-8 Decode Stress Tester from
65294              http://www.cl.cam.ac.uk/~mgk25/ucs/examples/UTF-8-test.txt
65295      Branch: perl
65296            ! doop.c embed.h embed.pl handy.h objXSUB.h op.c perl.c
65297            ! perlapi.c pod/perlapi.pod pod/perldiag.pod pod/perlunicode.pod
65298            ! pp.c pp_ctl.c proto.h regcomp.c regexec.c sv.c t/pragma/utf8.t
65299            ! t/pragma/warn/utf8 toke.c utf8.c utf8.h util.c
65300 ____________________________________________________________________________
65301 [  7415] By: jhi                                   on 2000/10/23  14:06:06
65302         Log: Update Changes.
65303      Branch: perl
65304            ! Changes patchlevel.h
65305 ____________________________________________________________________________
65306 [  7414] By: jhi                                   on 2000/10/23  12:39:52
65307         Log: Undo the basename() part of #7412 since the lib/basename
65308              tests would need upgrading too.
65309      Branch: perl
65310            ! lib/File/Basename.pm
65311 ____________________________________________________________________________
65312 [  7413] By: jhi                                   on 2000/10/23  12:19:27
65313         Log: Document PERL_INSTALL_ROOT of #7210.
65314      Branch: perl
65315            ! lib/ExtUtils/Install.pm
65316 ____________________________________________________________________________
65317 [  7412] By: jhi                                   on 2000/10/23  12:16:47
65318         Log: Miscellaneous MacOS Classic library updates from Matthias Neeracher.
65319      Branch: perl
65320            ! lib/ExtUtils/Mksymlists.pm lib/File/Basename.pm
65321            ! lib/File/Path.pm lib/Term/ReadLine.pm lib/perl5db.pl
65322 ____________________________________________________________________________
65323 [  7411] By: jhi                                   on 2000/10/23  12:07:41
65324         Log: Subject: [PATCH: perl@7386] miscellaneous typos in 3 pods
65325              From: Prymmer/Kahn <pvhp@best.com>
65326              Date: Sun, 22 Oct 2000 22:18:40 -0700 (PDT)
65327              Message-ID: <Pine.BSF.4.21.0010222214150.11774-100000@shell8.ba.best.com>
65328      Branch: perl
65329            ! README.aix pod/perlebcdic.pod vms/ext/Stdio/Stdio.pm
65330 ____________________________________________________________________________
65331 [  7410] By: jhi                                   on 2000/10/23  04:10:11
65332         Log: The change #7187 was not so good on VMS.
65333              
65334              Subject: [PATCH perl@7369] VMS perldoc.PL fix for double quoted temp filename
65335              From: "Craig A. Berry" <craig.berry@psinetcs.com>
65336              Date: Sun, 22 Oct 2000 23:03:08 -0500
65337              Message-Id: <p04330102b617d093470b@[172.16.52.1]>
65338      Branch: perl
65339            ! utils/perldoc.PL
65340 ____________________________________________________________________________
65341 [  7409] By: jhi                                   on 2000/10/23  03:57:36
65342         Log: Avoid Storable locking on DJGPP for now.
65343              
65344              Subject: [PATCH] Re: [ID 20001020.009] Not OK: perl v5.7.0 +DEVEL7368 on dos-djgpp djgpp
65345              From: "Peter J. Farley III" <pjfarley@banet.net>
65346              Date: Sun, 22 Oct 2000 20:00:00 -0400
65347              Message-Id: <4.3.1.0.20001022194247.00acfee0@pop5.banet.net>
65348      Branch: perl
65349            ! ext/Storable/Storable.pm t/lib/st-lock.t
65350 ____________________________________________________________________________
65351 [  7408] By: jhi                                   on 2000/10/23  03:50:24
65352         Log: Subject: Re: [20000731.007] potential syntax error not detected [PATCH]
65353              From: Ronald J Kimball <rjk@linguist.dartmouth.edu>
65354              Date: Sun, 22 Oct 2000 21:12:22 -0400
65355              Message-ID: <20001022211222.A1062496@linguist.dartmouth.edu>
65356      Branch: perl
65357            ! lib/vars.pm
65358 ____________________________________________________________________________
65359 [  7407] By: jhi                                   on 2000/10/23  03:43:12
65360         Log: Subject: Re: [ID 20001021.005] SEGV with regex match 
65361              From: Hugo <hv@crypt.compulink.co.uk>
65362              Date: Mon, 23 Oct 2000 00:47:22 +0100
65363              Message-Id: <200010222347.AAA09697@crypt.compulink.co.uk>
65364      Branch: perl
65365            ! regexec.c t/op/pat.t
65366 ____________________________________________________________________________
65367 [  7406] By: jhi                                   on 2000/10/23  03:40:29
65368         Log: Retract #7404 with a patch from Robin Barker, via Andy Dougherty.
65369      Branch: perl
65370            ! lib/ExtUtils/MakeMaker.pm
65371 ____________________________________________________________________________
65372 [  7405] By: jhi                                   on 2000/10/22  21:32:00
65373         Log: Doc patch.
65374              
65375              Subject: [ID 19991128.002] \&{'foo'} not caught by strict refs
65376              From: rspier@pobox.com (Robert Spier)
65377              Date: Sun, 22 Oct 2000 15:24:32 -0400 (EDT)
65378              Message-ID: <14835.16112.13457.447971@rls.cx>
65379      Branch: perl
65380            ! lib/strict.pm
65381 ____________________________________________________________________________
65382 [  7404] By: jhi                                   on 2000/10/22  21:30:51
65383         Log: Subject: [PATCH] Re: [ID 20000121.007] XXX documentation in man ExtUtils::MakeMaker
65384              From: rspier@pobox.com (Robert Spier)
65385              Date: Sun, 22 Oct 2000 15:43:03 -0400 (EDT)
65386              Message-ID: <14835.17223.72448.705566@rls.cx>
65387      Branch: perl
65388            ! lib/ExtUtils/MakeMaker.pm
65389 ____________________________________________________________________________
65390 [  7403] By: jhi                                   on 2000/10/22  21:24:11
65391         Log: Subject: [PATCH bleadperl] ripples from constsub patch
65392              From: John Tobey <jtobey@john-edwin-tobey.org>
65393              Date: Sun, 22 Oct 2000 17:10:43 -0400 (EDT)
65394              Message-Id: <m13nSOB-000FObC@feynman.localnet>
65395      Branch: perl
65396            ! dump.c ext/B/B.pm ext/B/B.xs ext/B/B/Deparse.pm t/lib/b.t
65397 ____________________________________________________________________________
65398 [  7402] By: jhi                                   on 2000/10/22  20:59:35
65399         Log: Support s?printf parameter reordering.
65400      Branch: perl
65401            ! pod/perldelta.pod pod/perlfunc.pod sv.c t/op/sprintf.t
65402 ____________________________________________________________________________
65403 [  7401] By: jhi                                   on 2000/10/22  19:19:14
65404         Log: Expand %Config variables only if explicitly so requested
65405              during build time by PERL_BUILD_EXPAND_CONFIG_VARS.
65406              
65407              Subject: Re: PATCH $Config::Config{ldlibpthname} in ext/DynaLoader/DynaLoader_pm.PL
65408              From: Gurusamy Sarathy <gsar@ActiveState.com>
65409              Date: Sun, 22 Oct 2000 11:47:32 -0700
65410              Message-Id: <200010221847.LAA02167@smtp3.ActiveState.com>            
65411      Branch: perl
65412            ! Makefile.SH lib/lib_pm.PL
65413 ____________________________________________________________________________
65414 [  7400] By: jhi                                   on 2000/10/22  18:24:10
65415         Log: Move the #7390 test from warn/op to comp/redef.
65416              
65417              Subject: Re: Creating const subs for constants.
65418              From: John Tobey <jtobey@john-edwin-tobey.org>
65419              Date: Sun, 22 Oct 2000 04:04:12 -0400 (EDT)
65420              Message-Id: <m13nG72-000FObC@feynman.localnet>               
65421      Branch: perl
65422            ! t/comp/redef.t t/pragma/warn/op
65423 ____________________________________________________________________________
65424 [  7399] By: jhi                                   on 2000/10/22  17:49:59
65425         Log: Subject: PATCH $Config::Config{ldlibpthname} in ext/DynaLoader/DynaLoader_pm.PL
65426              From: Nicholas Clark <nick@ccl4.org>
65427              Date: Sat, 21 Oct 2000 22:23:19 +0100
65428              Message-ID: <20001021222319.B45586@plum.flirble.org>
65429      Branch: perl
65430            ! ext/DynaLoader/DynaLoader_pm.PL
65431 ____________________________________________________________________________
65432 [  7398] By: jhi                                   on 2000/10/22  17:47:35
65433         Log: Subject: [PATCH bleadperl] -MO=C falls over on package <none>
65434              From: Hugo <hv@crypt.compulink.co.uk>
65435              Date: Sat, 21 Oct 2000 18:19:59 +0100
65436              Message-Id: <200010211719.SAA02087@crypt.compulink.co.uk>
65437      Branch: perl
65438            ! ext/B/B.pm ext/B/B/C.pm
65439 ____________________________________________________________________________
65440 [  7397] By: jhi                                   on 2000/10/22  17:35:18
65441         Log: Subject: [ID 20001021.003] updated hints/openbsd.sh
65442              From: "Todd C. Miller" <Todd.Miller@courtesan.com>
65443              Date: Sat, 21 Oct 2000 13:55:50 -0600 (MDT)
65444              Message-Id: <200010211955.e9LJton24170@xerxes.courtesan.com>
65445      Branch: perl
65446            ! hints/openbsd.sh
65447 ____________________________________________________________________________
65448 [  7396] By: jhi                                   on 2000/10/22  17:19:46
65449         Log: Subject: installman go-faster stripes
65450              From: Nicholas Clark <nick@talking.bollo.cx>
65451              Date: Sat, 21 Oct 2000 17:24:53 +0100
65452              Message-ID: <20001021172452.A20371@Bagpuss.unfortu.net>
65453              
65454              Subject: Re: installman go-faster stripes
65455              From: Russ Allbery <rra@stanford.edu>
65456              Date: 21 Oct 2000 11:04:13 -0700
65457              Message-ID: <ylbswe5aw2.fsf@windlord.stanford.edu>
65458      Branch: perl
65459            ! installman pod/pod2man.PL
65460 ____________________________________________________________________________
65461 [  7395] By: jhi                                   on 2000/10/22  17:17:35
65462         Log: Hints tweak from Anton Berezin.
65463      Branch: perl
65464            ! hints/freebsd.sh
65465 ____________________________________________________________________________
65466 [  7394] By: jhi                                   on 2000/10/22  04:50:04
65467         Log: Tweak the Is* definitions of Unicode character classes
65468              to better match the official categorizations; embrace
65469              the official categorizations; add the combining marks
65470              as alpha (and -numeric); fix DCinital (a typo and edito)
65471              to be DCmedial.
65472      Branch: perl
65473            + lib/unicode/Is/DCmedial.pl
65474            - lib/unicode/Is/DCinital.pl
65475            ! MANIFEST lib/unicode/Is/Alnum.pl lib/unicode/Is/Alpha.pl
65476            ! lib/unicode/Is/Graph.pl lib/unicode/Is/Print.pl
65477            ! lib/unicode/Is/Punct.pl lib/unicode/Is/Space.pl
65478            ! lib/unicode/Is/Word.pl lib/unicode/mktables.PL
65479 ____________________________________________________________________________
65480 [  7393] By: jhi                                   on 2000/10/21  18:06:05
65481         Log: Subject: [PATCH@blead Tie/Array.pm] Re: [ID 20001020.002] Tie::Array SPLICE method is buggy
65482              From: Daniel Chetlin <daniel@chetlin.com>
65483              Date: Sat, 21 Oct 2000 02:57:03 -0700
65484              Message-ID: <20001021025703.A2115@darkstar.chetlin.org>
65485      Branch: perl
65486            + t/lib/tie-splice.t
65487            ! MANIFEST lib/Tie/Array.pm
65488 ____________________________________________________________________________
65489 [  7392] By: gsar                                  on 2000/10/21  18:05:15
65490         Log: resync utfperl branch with mainline
65491      Branch: utfperl
65492           !> (integrate 1760 files)
65493 ____________________________________________________________________________
65494 [  7391] By: jhi                                   on 2000/10/21  14:37:49
65495         Log: Testcases for a #7383,#7385 related bug.
65496              
65497              Subject: PATCH Re: [ID 20001020.006] "$2$utf8" == modification of read-only-variable
65498              From: Nicholas Clark <nick@ccl4.org>
65499              Date: Sat, 21 Oct 2000 15:04:51 +0100
65500              Message-ID: <20001021150451.A51566@plum.flirble.org>
65501      Branch: perl
65502            ! t/pragma/utf8.t
65503 ____________________________________________________________________________
65504 [  7390] By: jhi                                   on 2000/10/21  14:35:57
65505         Log: Add a testcase for #7389.
65506      Branch: perl
65507            ! t/pragma/warn/op
65508 ____________________________________________________________________________
65509 [  7389] By: jhi                                   on 2000/10/21  14:26:45
65510         Log: Subject: Re: Creating const subs for constants.
65511              From: John Tobey <jtobey@john-edwin-tobey.org>
65512              Date: Fri, 20 Oct 2000 22:03:27 -0400 (EDT)
65513              Message-Id: <m13mo0N-000FObC@feynman.localnet>
65514      Branch: perl
65515            ! cv.h embed.h embed.pl objXSUB.h op.c perlapi.c pod/perlapi.pod
65516            ! proto.h sv.c
65517 ____________________________________________________________________________
65518 [  7388] By: nick                                  on 2000/10/21  11:44:23
65519         Log: Populate perlio branch
65520      Branch: perlio
65521           +> (branch 1760 files)
65522 ____________________________________________________________________________
65523 [  7387] By: nick                                  on 2000/10/21  10:52:05
65524         Log: Get branch back as replica of mainline via :
65525              p4 integrate -b utfperl
65526              p4 resolve -at ./...
65527      Branch: utfperl
65528           +> (branch 269 files)
65529            - Todo-5.005 eg/ADB eg/README eg/cgi/RunMeFirst
65530            - eg/cgi/caution.xbm eg/cgi/clickable_image.cgi
65531            - eg/cgi/cookie.cgi eg/cgi/crash.cgi eg/cgi/customize.cgi
65532            - eg/cgi/diff_upload.cgi eg/cgi/dna_small_gif.uu
65533            - eg/cgi/file_upload.cgi eg/cgi/frameset.cgi eg/cgi/index.html
65534            - eg/cgi/internal_links.cgi eg/cgi/javascript.cgi
65535            - eg/cgi/monty.cgi eg/cgi/multiple_forms.cgi
65536            - eg/cgi/nph-clock.cgi eg/cgi/nph-multipart.cgi eg/cgi/popup.cgi
65537            - eg/cgi/save_state.cgi eg/cgi/tryit.cgi eg/cgi/wilogo_gif.uu
65538            - eg/changes eg/client eg/down eg/dus eg/findcp eg/findtar
65539            - eg/g/gcp eg/g/gcp.man eg/g/ged eg/g/ghosts eg/g/gsh
65540            - eg/g/gsh.man eg/muck eg/muck.man eg/myrup eg/nih eg/relink
65541            - eg/rename eg/rmfrom eg/scan/scan_df eg/scan/scan_last
65542            - eg/scan/scan_messages eg/scan/scan_passwd eg/scan/scan_ps
65543            - eg/scan/scan_sudo eg/scan/scan_suid eg/scan/scanner eg/server
65544            - eg/shmkill eg/sysvipc/README eg/sysvipc/ipcmsg
65545            - eg/sysvipc/ipcsem eg/sysvipc/ipcshm eg/travesty eg/unuc
65546            - eg/uudecode eg/van/empty eg/van/unvanish eg/van/vanexp
65547            - eg/van/vanish eg/who eg/wrapsuid epoc/Config.pm
65548            - epoc/autosplit.pl epoc/config.h epoc/perl.mmp epoc/perl.pkg
65549            - ext/DynaLoader/dl_rhapsody.xs lib/Sys/Hostname.pm
65550            - lib/Sys/Syslog.pm lib/byte.pm lib/byte_heavy.pl lib/caller.pm
65551            - lib/chat2.pl lib/lib.pm lib/unicode/Eq/Latin1.pl
65552            - lib/unicode/Eq/Unicode.pl lib/unicode/Props.txt
65553            - lib/unicode/UCD300.html lib/unicode/Unicode.300
65554            - lib/unicode/Unicode3.html os2/POSIX.mkfifo pod/Makefile
65555            - pod/Win32.pod pod/buildtoc t/lib/thread.t t/op/64bit.t
65556            - t/op/nothread.t utils/perlbc.PL vms/subconfigure.com
65557            - win32/PerlCRT.def win32/gstartup.c win32/oldnames.def
65558           !> (integrate 965 files)
65559 ____________________________________________________________________________
65560 [  7386] By: jhi                                   on 2000/10/21  01:31:12
65561         Log: Update Changes.
65562      Branch: perl
65563            ! Changes patchlevel.h
65564 ____________________________________________________________________________
65565 [  7385] By: jhi                                   on 2000/10/21  01:28:42
65566         Log: The #7383 was right only in the context of the original bug report,
65567              not in more general case.
65568      Branch: perl
65569            ! pp_hot.c
65570 ____________________________________________________________________________
65571 [  7384] By: jhi                                   on 2000/10/21  01:08:23
65572         Log: Fix for ID 20000915.011, IO::Select warning for an undefined fd.
65573      Branch: perl
65574            ! ext/IO/lib/IO/Select.pm
65575 ____________________________________________________________________________
65576 [  7383] By: jhi                                   on 2000/10/21  00:44:18
65577         Log: Fix for ID 20001020.006, concatenating an unset submatch
65578              with utf8 resulted in "Modification of a read-only value".
65579      Branch: perl
65580            ! pp_hot.c t/pragma/utf8.t
65581 ____________________________________________________________________________
65582 [  7382] By: jhi                                   on 2000/10/20  20:44:31
65583         Log: Make scan_num() reëntrant, as suggested in
65584              
65585              Subject: [PATCH perl@7229] Rentrant parser and yylex()
65586              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
65587              Date: Fri, 20 Oct 2000 14:17:27 +0100
65588              Message-ID: <5930DC161690D211966700902715754702DA09CD@madt009a.siemens.es>
65589      Branch: perl
65590            ! embed.h embed.pl objXSUB.h perlapi.c perly.c perly.y proto.h
65591            ! toke.c
65592 ____________________________________________________________________________
65593 [  7381] By: jhi                                   on 2000/10/20  20:07:29
65594         Log: Reëntrancy fix.
65595              
65596              Subject: [PATCH perl@7229] Rentrant parser and yylex()
65597              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
65598              Date: Fri, 20 Oct 2000 14:17:27 +0100
65599              Message-ID: <5930DC161690D211966700902715754702DA09CD@madt009a.siemens.es>
65600      Branch: perl
65601            ! embed.h embed.pl perl.h proto.h toke.c
65602 ____________________________________________________________________________
65603 [  7380] By: jhi                                   on 2000/10/20  19:15:54
65604         Log: Don't write double values through long double pointers,
65605              based on a part of
65606              
65607              Subject: [ID 20001016.017] [jens: 5.7.0 Solaris 8, 64 Bit, Workshop 6.0 Compiler]
65608              From: Jens Hamisch <jens@Strawberry.COM>
65609              Date: Tue, 17 Oct 2000 08:39:36 +0200
65610              Message-Id: <20001017083936.A11104@Strawberry.COM>
65611      Branch: perl
65612            ! perl.h pp.c
65613 ____________________________________________________________________________
65614 [  7379] By: jhi                                   on 2000/10/20  18:43:37
65615         Log: Portability tweak on #7377.
65616              
65617              Subject:  Re: [nick@cow.org.uk: [ID 20001020.004] Not OK: perl v5.7.0 +DEVEL7368 on i386-freebsd-64all 4.1-stable (UNINSTALLED)]
65618              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
65619              Date:     Fri, 20 Oct 2000 13:13:41 EDT
65620              Message-Id: <001020131216.3b141@DUPHY4.Physics.Drexel.Edu>
65621      Branch: perl
65622            ! t/lib/dprof.t
65623 ____________________________________________________________________________
65624 [  7378] By: jhi                                   on 2000/10/20  12:57:19
65625         Log: SOCKS function redefinitions need prototypes, too, otherwise
65626              for example 32 bit versus 64 bit differences cause a lot of
65627              problems.  Part of
65628              
65629              Subject: [ID 20001016.017] [jens: 5.7.0 Solaris 8, 64 Bit, Workshop 6.0 Compiler]
65630              From: Jens Hamisch <jens@Strawberry.COM>
65631              Date: Tue, 17 Oct 2000 08:39:36 +0200
65632              Message-Id: <20001017083936.A11104@Strawberry.COM>
65633      Branch: perl
65634            ! doio.c pp_sys.c
65635 ____________________________________________________________________________
65636 [  7377] By: jhi                                   on 2000/10/20  12:37:12
65637         Log: Subject:  [PATCH] Perl 5.6.0/5.7.0 enable DProf test for VMS
65638              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
65639              Date:     Fri, 20 Oct 2000 08:26:04 EDT
65640              Message-Id: <001020074851.3751a@DUPHY4.Physics.Drexel.Edu>
65641      Branch: perl
65642            ! configure.com t/lib/dprof.t t/lib/dprof/V.pm vms/test.com
65643 ____________________________________________________________________________
65644 [  7376] By: jhi                                   on 2000/10/20  12:35:31
65645         Log: Subject:  [PATCH] Perl 5.6.0/5.7.0, vms/gen_shrfls.pl update
65646              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
65647              Date:     Fri, 20 Oct 2000 07:48:15 EDT
65648              Message-Id: <001020074423.39b82@DUPHY4.Physics.Drexel.Edu>
65649      Branch: perl
65650            ! configure.com vms/gen_shrfls.pl
65651 ____________________________________________________________________________
65652 [  7375] By: bailey                                on 2000/10/20  04:44:37
65653         Log: SYN SYN
65654      Branch: vmsperl
65655           +> (branch 134 files)
65656            - eg/ADB eg/README eg/cgi/RunMeFirst eg/cgi/caution.xbm
65657            - eg/cgi/clickable_image.cgi eg/cgi/cookie.cgi eg/cgi/crash.cgi
65658            - eg/cgi/customize.cgi eg/cgi/diff_upload.cgi
65659            - eg/cgi/dna_small_gif.uu eg/cgi/file_upload.cgi
65660            - eg/cgi/frameset.cgi eg/cgi/index.html
65661            - eg/cgi/internal_links.cgi eg/cgi/javascript.cgi
65662            - eg/cgi/monty.cgi eg/cgi/multiple_forms.cgi
65663            - eg/cgi/nph-clock.cgi eg/cgi/nph-multipart.cgi eg/cgi/popup.cgi
65664            - eg/cgi/save_state.cgi eg/cgi/tryit.cgi eg/cgi/wilogo_gif.uu
65665            - eg/changes eg/client eg/down eg/dus eg/findcp eg/findtar
65666            - eg/g/gcp eg/g/gcp.man eg/g/ged eg/g/ghosts eg/g/gsh
65667            - eg/g/gsh.man eg/muck eg/muck.man eg/myrup eg/nih eg/relink
65668            - eg/rename eg/rmfrom eg/scan/scan_df eg/scan/scan_last
65669            - eg/scan/scan_messages eg/scan/scan_passwd eg/scan/scan_ps
65670            - eg/scan/scan_sudo eg/scan/scan_suid eg/scan/scanner eg/server
65671            - eg/shmkill eg/sysvipc/README eg/sysvipc/ipcmsg
65672            - eg/sysvipc/ipcsem eg/sysvipc/ipcshm eg/travesty eg/unuc
65673            - eg/uudecode eg/van/empty eg/van/unvanish eg/van/vanexp
65674            - eg/van/vanish eg/who eg/wrapsuid lib/chat2.pl
65675            - lib/unicode/Props.txt lib/unicode/UCD300.html
65676            - lib/unicode/Unicode.300 lib/unicode/Unicode3.html
65677            - utils/perlbc.PL vms/subconfigure.com
65678           !> (integrate 785 files)
65679 ____________________________________________________________________________
65680 [  7374] By: jhi                                   on 2000/10/20  00:59:48
65681         Log: In the latest compiler builds cccdlflags must not become -fpic,
65682              from Wilfredo Sánchez.
65683      Branch: perl
65684            ! hints/darwin.sh
65685 ____________________________________________________________________________
65686 [  7373] By: jhi                                   on 2000/10/20  00:56:35
65687         Log: Subject: PATCH CR+LF should be "\cM\cJ" in perlop
65688              From: Tony Cook <tony@develop-help.com>
65689              Date: Fri, 20 Oct 2000 07:29:15 +1100 (EST)
65690              Message-ID: <Pine.LNX.4.10.10010200725530.12682-100000@develop-help.com>
65691      Branch: perl
65692            ! pod/perlop.pod
65693 ____________________________________________________________________________
65694 [  7372] By: jhi                                   on 2000/10/19  19:34:40
65695         Log: Typo noted by Mark Lutz.
65696      Branch: perl
65697            ! t/op/64bitint.t
65698 ____________________________________________________________________________
65699 [  7371] By: jhi                                   on 2000/10/19  19:33:13
65700         Log: NonStop-UX patches from Tom Bates <tom.bates@compaq.com>
65701      Branch: metaconfig
65702            ! U/modified/Cppsym.U U/modified/Oldconfig.U
65703      Branch: metaconfig/U/perl
65704            ! End.U dlsrc.U libperl.U
65705      Branch: perl
65706            + hints/nonstopux.sh
65707            ! Configure MANIFEST config_h.SH
65708 ____________________________________________________________________________
65709 [  7370] By: jhi                                   on 2000/10/19  17:18:08
65710         Log: Subject: PATCH do_print has 2 PerlIO_error()s
65711              From: nick@ccl4.org
65712              Date: Thu, 19 Oct 2000 18:09:20 +0100
65713              Message-ID: <20001019180920.A8440@babyhippo.co.uk>
65714      Branch: perl
65715            ! doio.c
65716 ____________________________________________________________________________
65717 [  7369] By: jhi                                   on 2000/10/19  14:01:49
65718         Log: Update Changes.
65719      Branch: perl
65720            ! Changes patchlevel.h
65721 ____________________________________________________________________________
65722 [  7368] By: jhi                                   on 2000/10/19  13:04:29
65723         Log: Subject: Re: [ID 20001013.008] perl 5.6.0 on AIX w/GCC
65724              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
65725              Date: Wed, 18 Oct 2000 13:12:01 +0200
65726              Message-Id: <20001018131021.F844.H.M.BRAND@hccnet.nl>
65727      Branch: perl
65728            ! hints/aix.sh
65729 ____________________________________________________________________________
65730 [  7367] By: jhi                                   on 2000/10/19  02:22:40
65731         Log: Fix of sorts for bug id 20000901.092.  There seems to be no trace
65732              of a 'pmshort' anywhere in the B, so the offending line was simply
65733              removed.
65734      Branch: perl
65735            ! ext/B/B/Debug.pm
65736 ____________________________________________________________________________
65737 [  7366] By: jhi                                   on 2000/10/19  02:12:37
65738         Log: Add the test case for the bug id 20000730.004 which seems
65739              to have been fixed by now.
65740      Branch: perl
65741            ! t/pragma/utf8.t
65742 ____________________________________________________________________________
65743 [  7365] By: jhi                                   on 2000/10/18  23:36:24
65744         Log: Subject: [PATCH 5.7.0] Re: [ID 20001018.008] flip-flop bug when there's no <FH> 
65745              From: Hugo <hv@crypt.compulink.co.uk>
65746              Date: Wed, 18 Oct 2000 23:25:58 +0100
65747              Message-Id: <200010182225.XAA20330@crypt.compulink.co.uk>
65748      Branch: perl
65749            ! pp_ctl.c pp_hot.c t/op/flip.t t/pragma/warn/pp_hot
65750 ____________________________________________________________________________
65751 [  7364] By: jhi                                   on 2000/10/18  21:12:53
65752         Log: (retracted)
65753      Branch: perl
65754            ! pp.c
65755 ____________________________________________________________________________
65756 [  7363] By: jhi                                   on 2000/10/18  20:55:38
65757         Log: Missing change from #7362.
65758      Branch: perl
65759            ! win32/perlhost.h
65760 ____________________________________________________________________________
65761 [  7362] By: jhi                                   on 2000/10/18  20:52:01
65762         Log: Borland C fstat() never saw the fd as writable.
65763              
65764              Subject: fix for Borland's weak "stat" (perl@7211)
65765              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
65766              Date: Mon, 16 Oct 2000 09:55:03 +0400
65767              Message-ID: <402099F49BEED211999700805FC7359F7C0E40@ru0028exch01.spb.lucent.com>
65768      Branch: perl
65769            ! win32/win32.c
65770 ____________________________________________________________________________
65771 [  7361] By: jhi                                   on 2000/10/18  17:43:50
65772         Log: Regen toc.
65773      Branch: perl
65774            ! pod/buildtoc.PL pod/perl.pod pod/perlport.pod pod/perltoc.pod
65775 ____________________________________________________________________________
65776 [  7360] By: jhi                                   on 2000/10/18  17:07:44
65777         Log: From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
65778              Subject: Re: [ID 20001013.008] perl 5.6.0 on AIX 4.3.2 w/GCC 2.95.2
65779              Message-Id: <20001016151837.9977.H.M.BRAND@hccnet.nl>
65780              Date: Mon, 16 Oct 2000 15:19:49 +0200
65781      Branch: perl
65782            + README.aix
65783            ! MANIFEST
65784 ____________________________________________________________________________
65785 [  7359] By: jhi                                   on 2000/10/18  17:04:49
65786         Log: Subject: Pod patch for Devel::Peek
65787              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
65788              Message-Id: <20001016121252.996B.H.M.BRAND@hccnet.nl>
65789              Date: Mon, 16 Oct 2000 12:26:34 +0200
65790      Branch: perl
65791            ! ext/Devel/Peek/Peek.pm
65792 ____________________________________________________________________________
65793 [  7358] By: jhi                                   on 2000/10/18  17:03:15
65794         Log: Make Cwd more bulletproof in chrooted environments.
65795              
65796              Subject: [ID 20001018.001] Fix for Cwd.pm (chroot)
65797              From: "Eric E. Coe" <Eric.Coe@oracle.com>
65798              Date: Wed, 18 Oct 2000 04:03:54 -0400
65799              Message-Id: <39ED596A.70E599FE@oracle.com>
65800      Branch: perl
65801            ! lib/Cwd.pm
65802 ____________________________________________________________________________
65803 [  7357] By: jhi                                   on 2000/10/18  16:37:26
65804         Log: Disable the UTF8 downgrade croakage for now to avoid
65805              too many not okay messages.
65806      Branch: perl
65807            ! doio.c
65808 ____________________________________________________________________________
65809 [  7356] By: jhi                                   on 2000/10/17  23:29:41
65810         Log: Show the failed remote port, instead of the failing line number.
65811              
65812              Subject: [PATCH 5.6.1 Debugger] More diagnostics
65813              From: David Sparks <daves@ActiveState.com>
65814              Date: Tue, 17 Oct 2000 15:00:24 -0700
65815              Message-Id: <5.0.0.25.0.20001017144037.02551e10@pop3>
65816      Branch: perl
65817            ! lib/perl5db.pl
65818 ____________________________________________________________________________
65819 [  7355] By: jhi                                   on 2000/10/17  14:11:31
65820         Log: On output try to downgrade to bytes, croak if impossible,
65821              from Simon Cozens.  This means that outputting >255 UTF8
65822              is impossible.  Consider this as a strong incentive to get
65823              the I/O disciplines implemented.
65824      Branch: perl
65825            ! doio.c pod/perldiag.pod sv.c
65826 ____________________________________________________________________________
65827 [  7354] By: jhi                                   on 2000/10/17  13:42:23
65828         Log: Clarify documentation on 'use bytes'.
65829              
65830              Subject: Re: What does 'use bytes' "mean" ?
65831              From: Simon Cozens <simon@cozens.net>
65832              Date: Mon, 18 Sep 2000 18:24:25 +0100
65833              Message-ID: <20000918182425.A26765@deep-dark-truthful-mirror.perlhacker.org>
65834      Branch: perl
65835            ! lib/bytes.pm
65836 ____________________________________________________________________________
65837 [  7353] By: jhi                                   on 2000/10/17  13:28:12
65838         Log: Workaround for a sfio bug where the stream error indicator
65839              is not cleared as documented.
65840              
65841              Subject: PATCH (was Re: [ID 20001016.007] Not OK: perl v5.7.0 +DEVEL7228 on i586-linux 2.2.16 (UNINSTALLED))
65842              From: Nicholas Clark <nick@ccl4.org>
65843              Date: Mon, 16 Oct 2000 18:28:23 +0100
65844              Message-ID: <20001016182823.J19700@plum.flirble.org>
65845      Branch: perl
65846            ! doio.c
65847 ____________________________________________________________________________
65848 [  7352] By: jhi                                   on 2000/10/17  13:06:19
65849         Log: More IoTYPE sprinkling.
65850      Branch: perl
65851            ! doio.c pp_hot.c
65852 ____________________________________________________________________________
65853 [  7351] By: jhi                                   on 2000/10/16  22:47:07
65854         Log: Detect early whether the std streams have gone bad.
65855              
65856              Subject: PATCH (was Re: [ID 20001016.007] Not OK: perl v5.7.0 +DEVEL7228 on i586-linux 2.2.16 (UNINSTALLED))
65857              Date: Mon, 16 Oct 2000 23:28:42 +0100
65858              From: Nicholas Clark <nick@ccl4.org>
65859              Message-ID: <20001016232842.A37942@plum.flirble.org>
65860      Branch: perl
65861            ! t/op/misc.t
65862 ____________________________________________________________________________
65863 [  7350] By: jhi                                   on 2000/10/16  22:45:16
65864         Log: Subject: [ID 20001016.012] [PATCHes Included]OK: perl v5.7.0 on dos-djgpp djgpp
65865              From: "Peter J. Farley III" <pjfarley@banet.net>
65866              Date: Mon, 16 Oct 2000 18:15:59 -0400
65867              Message-Id: <4.3.1.0.20001016180235.00ac65a0@pop5.banet.net>
65868      Branch: perl
65869            ! djgpp/djgpp.c dosish.h t/io/open.t
65870 ____________________________________________________________________________
65871 [  7349] By: jhi                                   on 2000/10/16  22:36:45
65872         Log: perldelta tweak.
65873      Branch: perl
65874            ! pod/perldelta.pod
65875 ____________________________________________________________________________
65876 [  7348] By: jhi                                   on 2000/10/16  15:17:53
65877         Log: Update Changes.
65878      Branch: perl
65879            ! Changes patchlevel.h
65880 ____________________________________________________________________________
65881 [  7347] By: jhi                                   on 2000/10/16  13:55:27
65882         Log: Add the capability to include/exclude branches.
65883      Branch: perl
65884            ! Porting/genlog
65885 ____________________________________________________________________________
65886 [  7346] By: jhi                                   on 2000/10/16  13:18:04
65887         Log: Add Charles Lane.
65888      Branch: perl
65889            ! AUTHORS Changes
65890 ____________________________________________________________________________
65891 [  7345] By: jhi                                   on 2000/10/16  13:13:21
65892         Log: Add a perldelta note about the change #6024, pointed out by Sarathy.
65893      Branch: perl
65894            ! pod/perldelta.pod
65895 ____________________________________________________________________________
65896 [  7344] By: gsar                                  on 2000/10/16  09:30:21
65897         Log: integrate change#6220 from cfgperl
65898              
65899              Win32 patches from Benjamin Stuhl.
65900      Branch: maint-5.6/perl
65901           !> makedef.pl win32/win32.h
65902 ____________________________________________________________________________
65903 [  7343] By: gsar                                  on 2000/10/16  08:32:19
65904         Log: integrate changes#6221,6222 from cfgperl
65905              
65906              Remove tr///CU (the feature is to be obsoleted by better interfaces).
65907              From: simon@brecon.co.uk (Simon Cozens)
65908              Subject: [PATCH] Eliminate tr///[CU][CU]
65909              Date: 23 Jun 2000 11:05:40 GMT
65910              Message-ID: <slrn8l6h44.h5k.simon@justanother.perlhacker.org>
65911              
65912              doc typo fix
65913              Subject: [PATCH] documentation typo in lib/Pod/Usage.pm
65914              From: Ian Phillipps <Ian.Phillipps@iname.com>
65915              Date: Fri, 23 Jun 2000 10:40:58 +0100
65916              Message-ID: <20000623104058.A22791@homer.diplex.co.uk>
65917      Branch: maint-5.6/perl
65918           !> doop.c embed.pl lib/Pod/Usage.pm pod/perlop.pod toke.c utf8.c
65919 ____________________________________________________________________________
65920 [  7342] By: gsar                                  on 2000/10/16  08:28:08
65921         Log: integrate change#6217 from cfgperl (in part)
65922              
65923              Rename the fdpid locking and integrate with Sarathy.
65924      Branch: maint-5.6/perl
65925           !> Configure config_h.SH doio.c embed.h embed.pl embedvar.h
65926           !> global.sym gv.c intrpvar.h objXSUB.h perl.c perlapi.h pp.c
65927           !> pp_ctl.c proto.h sv.h util.c util.h vmesa/vmesa.c
65928           !> win32/win32.c
65929 ____________________________________________________________________________
65930 [  7341] By: gsar                                  on 2000/10/16  08:23:39
65931         Log: integrate changes#6214..6216 from mainline
65932              
65933              @_ can't have junk in it even in the non-USE_ITHREADS case because
65934              caller() wants to populate @DB::args with it (causes a coredump
65935              in Carp::confess())
65936              
65937              tweak comment about @DB::args
65938              
65939              be more optimal about clearing @_
65940      Branch: maint-5.6/perl
65941           !> av.h cop.h pp_ctl.c t/op/runlevel.t
65942 ____________________________________________________________________________
65943 [  7340] By: gsar                                  on 2000/10/16  08:20:37
65944         Log: integrate changes#6207..6210 from cfgperl
65945              
65946              Subject: [PATCH 5.6.0] Threadsafe patches
65947              From: Dan Sugalski <dan@sidhe.org>
65948              To: perl5-porters@perl.org
65949              Date: Mon, 08 May 2000 18:08:13 -0400
65950              Message-Id: <4.3.1.0.20000508180729.02182de0@24.8.96.48>
65951              
65952              Regen headers for #6207.
65953              
65954              Lock PL_fdpid against race conditions, based on:
65955              Subject: [PATCH 5.6.0]subprocess fixup for threads
65956              From: Dan Sugalski <dan@sidhe.org>
65957              To: perl5-porters@perl.org
65958              Date: Tue, 11 Apr 2000 17:02:32 -0400
65959              Message-Id: <4.3.0.20000411170218.01d2f580@24.8.96.48>
65960              
65961              Mopup for #6207 and #6209.
65962      Branch: maint-5.6/perl
65963           !> doio.c embed.h embed.pl global.sym gv.c intrpvar.h objXSUB.h
65964           !> perl.c pp.c pp_ctl.c proto.h sv.h util.c vmesa/vmesa.c
65965           !> win32/win32.c
65966 ____________________________________________________________________________
65967 [  7339] By: gsar                                  on 2000/10/16  08:14:34
65968         Log: integrate change#6203 from cfgperl
65969              
65970              perldiag should refer to perlos2.pod not README.os2
65971      Branch: maint-5.6/perl
65972           !> pod/perldiag.pod
65973 ____________________________________________________________________________
65974 [  7338] By: gsar                                  on 2000/10/16  08:11:42
65975         Log: integrate change#6201 from mainline
65976              
65977              Perl_eval_pv() leaks 4 bytes every time it is called because it
65978              does a PUSHMARK that's never ever POPMARKed; in general, only
65979              Perl_call_[sp]v() need a PUSHMARK for incoming arguments;
65980              Perl_eval_[sp]v() don't because they don't take any incoming
65981              arguments (this leak has been around since the original version
65982              of perl_eval_pv() in 5.003_97e)
65983      Branch: maint-5.6/perl
65984           !> perl.c
65985 ____________________________________________________________________________
65986 [  7337] By: gsar                                  on 2000/10/16  08:08:47
65987         Log: integrate changes#6197..6200 from cfgperl
65988              
65989              Subject: [ID 20000602.005] [PATCH]5.6.0 (DOC) tiny change to perlsyn.pod
65990              From: John Borwick <jhborwic@unity.ncsu.edu>
65991              Date: Fri, 2 Jun 2000 14:35:03 -0400 (EDT)
65992              Message-Id: <Pine.GSO.4.21.0006021420290.11432-100000@eos00du.eos.ncsu.edu>
65993              
65994              Subject: [PATCH 5.6.0]VMS fixups so we can build with MULTIPLICITY
65995              From: Dan Sugalski <dan@sidhe.org>
65996              To: vmsperl@perl.org, perl5-porters@perl.org
65997              Date: Fri, 02 Jun 2000 16:00:41 -0400
65998              Message-Id: <4.3.2.7.0.20000602155951.01f02b20@24.8.96.48>
65999              Message-Id: <4.3.2.7.0.20000602164011.01ec8c30@24.8.96.48>
66000              
66001              Subject: [PATCH 5.6.0]Make perl's malloc work on VMS
66002              From: Dan Sugalski <dan@sidhe.org>
66003              To: perl5-porters@perl.org, vmsperl@perl.org
66004              Date: Fri, 02 Jun 2000 17:30:51 -0400
66005              Message-Id: <4.3.2.7.0.20000602173021.01f03570@24.8.96.48>
66006              
66007              Update to cperl-mode.el 4.31 from
66008              ftp://ftp.math.ohio-state.edu/pub/users/ilya/cperl-mode.el
66009              Subject: A couple of notes
66010              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
66011              To: Mailing list Perl5 <perl5-porters@perl.org>
66012              Date: Sat, 3 Jun 2000 23:33:32 -0400
66013              Message-ID: <20000603233332.A6790@monk.mps.ohio-state.edu>
66014      Branch: maint-5.6/perl
66015           !> emacs/cperl-mode.el embed.h embed.pl embedvar.h
66016           !> ext/POSIX/POSIX.xs global.sym objXSUB.h perlapi.c perlapi.h
66017           !> pod/perlapi.pod pod/perlintern.pod pod/perlsyn.pod proto.h
66018           !> vms/descrip_mms.template vms/gen_shrfls.pl vms/vms.c
66019           !> vms/vmsish.h
66020 ____________________________________________________________________________
66021 [  7336] By: gsar                                  on 2000/10/16  08:03:46
66022         Log: integrate changes#6194,6195 from mainline
66023              
66024              fix small eval"" memory leaks under USE_ITHREADS
66025              
66026              fix yet another eval"" leak under USE_ITHREADS
66027      Branch: maint-5.6/perl
66028           !> cop.h embed.h embed.pl objXSUB.h op.c perl.c perlapi.c perly.c
66029           !> perly_c.diff pp_ctl.c proto.h scope.c scope.h sv.c toke.c
66030           !> vms/perly_c.vms
66031 ____________________________________________________________________________
66032 [  7335] By: gsar                                  on 2000/10/16  08:02:15
66033         Log: integrate changes#6190,6191 from mainline
66034              
66035              submit missing embed.pl change
66036              
66037              vec() loses numericalness (modified version of patch suggested
66038              by Robin Barker)
66039      Branch: maint-5.6/perl
66040           !> doop.c embed.pl t/op/vec.t
66041 ____________________________________________________________________________
66042 [  7334] By: gsar                                  on 2000/10/16  08:01:03
66043         Log: integrate change#6189 from mainline
66044              
66045              counting tr/// corrupts later operation (from M.J.T Guy)
66046      Branch: maint-5.6/perl
66047           !> doop.c t/op/tr.t
66048 ____________________________________________________________________________
66049 [  7333] By: gsar                                  on 2000/10/16  07:59:07
66050         Log: integrate changes#6183..6188 from mainline
66051              
66052              SelfLoader can lose $@ in AUTOLOAD() (from Nicholas Clark
66053              <nick@ccl4.org>)
66054              
66055              tweak for change#6127
66056              
66057              remove incorrect documentation about implicit split to @_ in
66058              list context, which never really worked in perl 5 (from
66059              M.J.T. Guy)
66060              
66061              further qualify references to "alphanumeric" (from Wolfgang Laun
66062              <wolfgang.laun@alcatel.at>)
66063              
66064              replace pod2latex with the one in Pod-LaTeX v0.52 from CPAN
66065              (from Tim Jenness <t.jenness@jach.hawaii.edu>)
66066              
66067              h2xs tweaks
66068      Branch: maint-5.6/perl
66069           +> lib/Pod/LaTeX.pm t/lib/selfloader.t
66070           !> AUTHORS MAINTAIN MANIFEST ext/Devel/Peek/Peek.pm handy.h
66071           !> lib/SelfLoader.pm perl.c pod/perlapi.pod pod/perldata.pod
66072           !> pod/perlfaq6.pod pod/perlfaq9.pod pod/perlfunc.pod
66073           !> pod/perllocale.pod pod/perlre.pod pod/perltrap.pod
66074           !> pod/pod2latex.PL utils/h2xs.PL
66075 ____________________________________________________________________________
66076 [  7332] By: gsar                                  on 2000/10/16  07:53:52
66077         Log: integrate change#6179 from mainline
66078              
66079              buggy modulus on UVs introduced by change#3378 (resulted in
66080              4063328477 % 65535 amounting to 27406, instead of 27407)
66081      Branch: maint-5.6/perl
66082           !> pp.c t/op/arith.t
66083 ____________________________________________________________________________
66084 [  7331] By: gsar                                  on 2000/10/16  07:52:49
66085         Log: integrate changes#6176,6177,6178,6182 from cfgperl
66086              
66087              Single-quoted utf8 patch from Simon Cozens.
66088              
66089              Substitution utf8 patch from Simon Cozens.
66090              
66091              Be cleaner.
66092              
66093              Be Cleaner Part Deux.
66094      Branch: maint-5.6/perl
66095           !> Makefile.SH pp_hot.c toke.c
66096 ____________________________________________________________________________
66097 [  7330] By: gsar                                  on 2000/10/16  07:41:36
66098         Log: integrate change#6172 from mainline
66099              
66100              fix buggy multiline matching of C<"a\nxb\n" =~ /(?!\A)x/m>
66101              (from Ilya Zakharevich)
66102      Branch: maint-5.6/perl
66103           !> regexec.c t/op/re_tests
66104 ____________________________________________________________________________
66105 [  7329] By: gsar                                  on 2000/10/16  07:40:25
66106         Log: integrate change#6171 from mainline
66107              
66108              scalar() doesn't force scalar context when used in void context
66109              (from Simon Cozens)
66110      Branch: maint-5.6/perl
66111           !> op.c t/op/wantarray.t
66112 ____________________________________________________________________________
66113 [  7328] By: gsar                                  on 2000/10/16  07:39:33
66114         Log: integrate change#6170 from mainline
66115              
66116              change#6142 needs tweaks to tests to work where there's no
66117              symlink() (from Helmut Jarausch <jarausch@igpm.rwth-aachen.de>)
66118      Branch: maint-5.6/perl
66119           !> t/lib/filefind.t
66120 ____________________________________________________________________________
66121 [  7327] By: gsar                                  on 2000/10/16  07:35:34
66122         Log: integrate changes#6166..6168 from cfgperl
66123              
66124              Introduce HAS_GETESPWNAM, HAS_GETPRPWNAM, and I_PROT
66125              in case somebody wants to write an extension for more
66126              shadow database interfaces.
66127              
66128              tweak todo
66129              
66130              Tweak NV_PRESERVES_UV*, vms/subconfigure.com left untouched.
66131      Branch: maint-5.6/perl
66132           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
66133           !> Todo-5.6 config_h.SH epoc/config.sh perl.h pp_sys.c toke.c
66134           !> vms/subconfigure.com vos/config.def vos/config.h vos/config.pl
66135           !> vos/config_h.SH_orig win32/config.bc win32/config.gc
66136           !> win32/config.vc win32/config_H.bc win32/config_H.gc
66137           !> win32/config_H.vc win32/config_h.PL win32/config_sh.PL
66138 ____________________________________________________________________________
66139 [  7326] By: gsar                                  on 2000/10/16  07:29:05
66140         Log: integrate changes#6157,6159..6161,6164 from cfgperl
66141              
66142              Regen Configure to jive with #6149.
66143              
66144              Upgrade to File::Temp 0.08 from Tim Jenness via CPAN.
66145              
66146              Changes for the File::Temp 0.08 (change #6159) test suite
66147              to fit better into the Perl distribution test framework.
66148              
66149              Add autogeneration of perlmodlib.pod and the new perlnewmod.pod,
66150              both from Simon Cozens.
66151              
66152              detypo
66153      Branch: maint-5.6/perl
66154           +> pod/perlmodlib.PL pod/perlnewmod.pod
66155           !> AUTHORS Configure MAINTAIN MANIFEST config_h.SH
66156           !> lib/File/Temp.pm pod/Makefile pod/perl.pod pod/perlmodlib.pod
66157           !> pod/perltoc.pod t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
66158           !> t/lib/ftmp-security.t t/lib/ftmp-tempfile.t
66159 ____________________________________________________________________________
66160 [  7325] By: gsar                                  on 2000/10/16  07:25:13
66161         Log: integrate change#6158 from vmsperl
66162              
66163              Add fallback to tmpfile for use in cases where user's relying on
66164              ACLs on SYS$SCRATCH to permit file creation. (based on Charles
66165              Lane's patch)
66166      Branch: maint-5.6/perl
66167           !> vms/vms.c vms/vmsish.h
66168 ____________________________________________________________________________
66169 [  7324] By: gsar                                  on 2000/10/16  07:20:50
66170         Log: integrate changes#6153..6155 from mainline
66171              
66172              prettier Test::Harness output on failed tests (from Nicholas Clark
66173              <nick@Bagpuss.uk.boo.com>)
66174              
66175              avoid type mismatch warning
66176              
66177              small bug in change#6144; remove random \xA0 character that snuck
66178              in via change#6145
66179      Branch: maint-5.6/perl
66180           !> lib/AutoSplit.pm lib/ExtUtils/xsubpp lib/Test/Harness.pm
66181           !> perl.c
66182 ____________________________________________________________________________
66183 [  7323] By: gsar                                  on 2000/10/16  07:18:47
66184         Log: integrate changes#6151,6152 from mainline
66185              
66186              fix accidental pessimization in RE optimizer (from Ilya Zakharevich)
66187              
66188              cosmetic fixups of RE debug output (from Ilya Zakharevich)
66189      Branch: maint-5.6/perl
66190           !> regexec.c
66191 ____________________________________________________________________________
66192 [  7322] By: gsar                                  on 2000/10/16  07:17:25
66193         Log: integrate changes#6146..6150 from mainline
66194              
66195              doc typo
66196              
66197              add a make entry to Config.pm so "perl -V:make" works on VMS
66198              (from Peter Prymmer)
66199              
66200              close open file before chmod() (from Rocco Caputo <troc@netrus.net>)
66201              
66202              OS/2 tweaks for usethreads build (from Rocco Caputo
66203              <troc@netrus.net>)
66204              
66205              perlrequick.pod updates (from Mark Kvale <kvale@phy.ucsf.edu>)
66206      Branch: maint-5.6/perl
66207           !> Configure hints/os2.sh lib/ExtUtils/MM_Unix.pm lib/warnings.pm
66208           !> makedef.pl os2/Makefile.SHs os2/OS2/REXX/t/rx_dllld.t
66209           !> os2/OS2/REXX/t/rx_objcall.t os2/OS2/REXX/t/rx_tievar.t
66210           !> os2/OS2/REXX/t/rx_tieydb.t os2/os2.c os2/os2ish.h perl.c
66211           !> pod/perlrequick.pod util.c vms/subconfigure.com warnings.h
66212           !> warnings.pl x2p/a2p.h
66213 ____________________________________________________________________________
66214 [  7321] By: gsar                                  on 2000/10/16  07:14:02
66215         Log: integrate changes#6143..6145 from mainline
66216              
66217              MacOS support, part 1 (from Matthias Neeracher
66218              <neeri@iis.ee.ethz.ch>)
66219              
66220              MacOS support, part 2: make AutoSplit use File::Spec instead
66221              of assuming Unixisms; *UNTESTED on Unix* (from Matthias Neeracher
66222              <neeri@iis.ee.ethz.ch>)
66223              
66224              make xsubpp skip embedded pod (from Matthias Neeracher
66225              <neeri@iis.ee.ethz.ch>)
66226      Branch: maint-5.6/perl
66227           +> ext/DynaLoader/dl_mac.xs
66228           !> MANIFEST ext/DB_File/Makefile.PL ext/NDBM_File/Makefile.PL
66229           !> ext/POSIX/POSIX.xs lib/AutoSplit.pm lib/ExtUtils/MakeMaker.pm
66230           !> lib/ExtUtils/xsubpp mg.c perl.c perlsfio.h pod/perlfaq4.pod
66231           !> pp_ctl.c proto.h toke.c util.c util.h
66232 ____________________________________________________________________________
66233 [  7320] By: gsar                                  on 2000/10/16  07:12:13
66234         Log: integrate changes#6141,6142 from mainline
66235              
66236              BSD/OS (bsdi) hints update by Timur I. Bakeyev and Todd C. Miller,
66237              forwarded by Peter Seebach from the bsdi-users mailing list.
66238              p5p Message-Id: <200005280543.AAA24519@guild.plethora.net>
66239              
66240              File::Find fails to chdir when chasing symlinks (from
66241              Helmut Jarausch <jarausch@igpm.rwth-aachen.de>)
66242      Branch: maint-5.6/perl
66243           !> hints/bsdos.sh lib/File/Find.pm t/lib/filefind.t
66244 ____________________________________________________________________________
66245 [  7319] By: gsar                                  on 2000/10/16  07:04:30
66246         Log: integrate change#6139 from mainline
66247              
66248              revise mktables.PL for bugs and newness in Unicode 3.0
66249              (from James Bence <jbence@amgen.com>)
66250      Branch: maint-5.6/perl
66251           +> (branch 30 files)
66252           !> (integrate 49 files)
66253 ____________________________________________________________________________
66254 [  7318] By: gsar                                  on 2000/10/16  07:01:01
66255         Log: integrate changes#6137,6138 from mainline
66256              
66257              fix bogus redeclaration warning for "our" variables in different
66258              scopes
66259              
66260              add note about the handling of negative indices to tied arrays
66261              (from Michael G Schwern <schwern@pobox.com>)
66262      Branch: maint-5.6/perl
66263           !> op.c pod/perltie.pod t/pragma/strict-vars
66264 ____________________________________________________________________________
66265 [  7317] By: gsar                                  on 2000/10/16  06:58:46
66266         Log: integrate changes#6127..6136 from mainline
66267              
66268              call_method(...,G_EVAL) can longjmp() out if the method probing
66269              failed (from Gisle Aas)
66270              
66271              new perlxstut example for passing/returning refs to arrays
66272              (from David Lowe <dlowe@pootpoot.com>)
66273              
66274              VMS test harness tweak (from Jesper Naur <jesper.naur@post.tele.dk>)
66275              
66276              fix places that mean C<"word" character> but say C<alphanumeric
66277              character>
66278              
66279              avoid warnings in POSIX.pm (from Barrie Slaymaker)
66280              
66281              warnings::enabled() doesn't fall back to looking at $^W if
66282              caller isn't using lexical warnings (from Paul Marquess)
66283              
66284              elide bogus test in change#6132
66285              
66286              make Test::Harness use wait.h/WCOREDUMP if available
66287              (from Ben Tilly <ben_tilly@hotmail.com>)
66288              
66289              enable Test::Harness to dynamically determine column width etc.
66290              (from Rob Napier <rnapier@employees.org>)
66291              
66292              random pod typos (from Peter Scott <Peter@PSDT.com>)
66293      Branch: maint-5.6/perl
66294           !> cop.h ext/Devel/Peek/Peek.pm ext/POSIX/POSIX.pm
66295           !> lib/Test/Harness.pm perl.c pod/perldebguts.pod
66296           !> pod/perlfunc.pod pod/perlre.pod pod/perlretut.pod
66297           !> pod/perlxstut.pod pp_ctl.c t/pragma/warn/9enabled vms/test.com
66298 ____________________________________________________________________________
66299 [  7316] By: gsar                                  on 2000/10/16  06:53:23
66300         Log: integrate change#6126 from mainline
66301              
66302              change#2879 broke rvalue autovivification of magicals such as
66303              ${$num} (reworked variant of patch suggested by Simon Cozens)
66304      Branch: maint-5.6/perl
66305           !> embed.h embed.pl gv.c pod/perlapi.pod pod/perlintern.pod pp.c
66306           !> pp_hot.c proto.h t/op/gv.t
66307 ____________________________________________________________________________
66308 [  7315] By: gsar                                  on 2000/10/16  06:51:38
66309         Log: integrate changes#6123,6125 from mainline
66310              
66311              clarify gotcha with #line directives (from Rocco Caputo
66312              <troc@netrus.net>)
66313              
66314              enable propagating exception objects via Perl_croak() in XS code
66315              (from Gisle Aas)
66316      Branch: maint-5.6/perl
66317           !> pod/perldebug.pod pod/perlsyn.pod util.c
66318 ____________________________________________________________________________
66319 [  7314] By: gsar                                  on 2000/10/16  06:49:28
66320         Log: integrate change#6122 from mainline
66321              
66322              downgrade fatal error on C<"foo@nosucharray.com"> to optional
66323              warning (from Mark-Jason Dominus)
66324      Branch: maint-5.6/perl
66325           !> lib/ExtUtils/typemap pod/perldelta.pod pod/perlsub.pod
66326           !> pod/perltrap.pod t/base/lex.t t/pragma/strict-vars
66327           !> t/pragma/strict.t t/pragma/warn/toke t/pragma/warnings.t
66328           !> toke.c
66329 ____________________________________________________________________________
66330 [  7313] By: gsar                                  on 2000/10/16  06:46:54
66331         Log: integrate changes#6112..6121 from vmsperl
66332              
66333              Check for existence of file before trying to delete
66334              
66335              Ugly workaround for version-specific RTL error
66336              
66337              Urk -- undo previous removal of vmsish 'exit' change
66338              
66339              Add bounds checking for several strings (Charles Lane)
66340              
66341              Miscellaneous cosmetic fixes (Charles Lane)
66342              
66343              Treat sockets as special in sys(read|write) (Charles Lane et al.)
66344              
66345              Regularize distinction between RMS$_DNF and RMS$_DIR (Craig Berry)
66346              Flatten case labels in switch statements uniformly (Charles Bailey)
66347              
66348              Quiet error messages in vmsish.t (Charles Lane)
66349              
66350              Add missing escape (Charles Lane)
66351              
66352              Allow eliminate_macros() and fixpath() to handle space-delimited
66353              lists (based on fixes by Craig Berry)
66354      Branch: maint-5.6/perl
66355           !> lib/ExtUtils/MM_VMS.pm lib/File/Spec/VMS.pm t/op/lex_assign.t
66356           !> vms/ext/vmsish.pm vms/ext/vmsish.t vms/test.com vms/vms.c
66357           !> vms/vmsish.h
66358 ____________________________________________________________________________
66359 [  7312] By: gsar                                  on 2000/10/16  06:41:18
66360         Log: integrate changes#6107,6110 from cfgperl
66361              
66362              Tweak the todo list.
66363              
66364              todo tweak
66365      Branch: maint-5.6/perl
66366           !> Todo-5.6
66367 ____________________________________________________________________________
66368 [  7311] By: gsar                                  on 2000/10/16  06:38:38
66369         Log: integrate changes#6104,6108 from mainline
66370              
66371              PL_sys_intern was being initialized too late on windows
66372              
66373              reenable fake signal handling on Windows, bugs and all
66374      Branch: maint-5.6/perl
66375           !> embed.h embed.pl global.sym makedef.pl mg.c objXSUB.h perl.c
66376           !> perl.h perlapi.c pod/perlapi.pod proto.h win32/perlhost.h
66377           !> win32/win32.c
66378 ____________________________________________________________________________
66379 [  7310] By: gsar                                  on 2000/10/16  06:36:03
66380         Log: integrate changes#6095,6097..6103 from cfgperl
66381              
66382              Introduce NV_PRESERVED_BITS.  Not yet used anywhere but
66383              might be useful in future.
66384              
66385              Add a note about possible compilation problems from Allen Smith.
66386              
66387              Add a note about other, yet unsupported, shadow password APIs.
66388              
66389              Tweaks for the cc bugs from Allen Smith.
66390              
66391              More compilation tweakery from Allen Smith.
66392              
66393              Hints and test tweaks for Unicos.
66394              
66395              The test suite tweak in #6101 wasn't quite right.
66396              
66397              Test tweaking for Unicos continues.
66398      Branch: maint-5.6/perl
66399           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
66400           !> config_h.SH hints/irix_6.sh hints/unicos.sh pp_sys.c t/lib/b.t
66401           !> t/lib/complex.t t/op/64bitint.t
66402 ____________________________________________________________________________
66403 [  7309] By: gsar                                  on 2000/10/16  06:29:41
66404         Log: integrate changes#6093,6094 from mainline
66405              
66406              fork() failure to create pseudo process sets errno=EAGAIN and returns
66407              undef on windows (from Clinton Pierce <clintp@geeksalad.org>)
66408              
66409              cygwin update (from Eric Fifer <efifer@sanwaint.com>)
66410      Branch: maint-5.6/perl
66411           !> README.cygwin cygwin/Makefile.SHs cygwin/cygwin.c
66412           !> hints/cygwin.sh pp_sys.c sv.c win32/perlhost.h
66413 ____________________________________________________________________________
66414 [  7308] By: gsar                                  on 2000/10/16  06:27:29
66415         Log: integrate change#6092 from cfgperl
66416              
66417              Regen perltoc with the fixed buildtoc.
66418      Branch: maint-5.6/perl
66419           !> pod/perltoc.pod
66420 ____________________________________________________________________________
66421 [  7307] By: gsar                                  on 2000/10/16  06:26:40
66422         Log: integrate changes#6089,6090 from mainline
66423              
66424              buildtoc tweak to fix newline lossage
66425              
66426              concat doesn't preserve utf8-ness, and doesn't invalidate
66427              [NI]OK; added tests for both
66428      Branch: maint-5.6/perl
66429           !> perl.c pod/buildtoc pp_hot.c sv.c t/op/substr.t
66430 ____________________________________________________________________________
66431 [  7306] By: gsar                                  on 2000/10/16  06:24:05
66432         Log: integrate change#6088 from cfgperl
66433              
66434              Remove HAS_SETSPENT, HAS_GETSPENT, HAS_ENDSPENT,
66435              because we do not use those.  The HAS_GETSPNAM remains,
66436              though, because we still do use that.
66437      Branch: maint-5.6/perl
66438           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
66439           !> config_h.SH epoc/config.sh hints/machten.sh pod/perltoc.pod
66440           !> pp_sys.c vms/subconfigure.com vos/config.def vos/config.h
66441           !> vos/config_h.SH_orig win32/config.bc win32/config.gc
66442           !> win32/config.vc win32/config_H.bc win32/config_H.gc
66443           !> win32/config_H.vc win32/config_h.PL win32/config_sh.PL
66444 ____________________________________________________________________________
66445 [  7305] By: gsar                                  on 2000/10/16  06:15:52
66446         Log: integrate changes#6084,6085,6087 from mainline
66447              
66448              substr() does not preserve utf8-ness (from Stefan Eissing
66449              <Eissing@medicaldataservice.de>); added tests
66450              
66451              repeat operator (x) doesn't preserve utf8-ness
66452              
66453              reverse() and quotemeta() weren't preserving utf8-ness; add tests
66454      Branch: maint-5.6/perl
66455           !> pp.c sv.c t/op/quotemeta.t t/op/substr.t toke.c
66456 ____________________________________________________________________________
66457 [  7304] By: gsar                                  on 2000/10/16  06:13:10
66458         Log: integrate changes#6077..6083 from mainline
66459              
66460              avoid warnings in diagnostics.pm; pod tweaks (from Peter Prymmer
66461              and Tom Phoenix)
66462              
66463              workaround for CRT bug in chdir() (from Charles Lane, via
66464              Peter Prymmer)
66465              
66466              remove outdated kludge in Carp (NULLs are permitted in diagnostics
66467              now)
66468              
66469              add File::Temp v0.08 from CPAN, with small tweaks to testsuite
66470              (from Tim Jenness <t.jenness@jach.hawaii.edu>)
66471              
66472              better default perlbug categories for ok reports (from Richard Foley)
66473              
66474              peek.t non-portable to ithreads
66475              
66476              note about undocumented caller() return value (from M.J.T. Guy);
66477              yet another peek.t tweak
66478      Branch: maint-5.6/perl
66479           +> lib/File/Temp.pm t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
66480           +> t/lib/ftmp-security.t t/lib/ftmp-tempfile.t
66481           !> AUTHORS MAINTAIN MANIFEST iperlsys.h lib/Carp/Heavy.pm
66482           !> lib/diagnostics.pm pod/perlfunc.pod pod/perlrun.pod
66483           !> pod/perltie.pod t/lib/peek.t utils/perlbug.PL vms/vms.c
66484           !> vms/vmsish.h
66485 ____________________________________________________________________________
66486 [  7303] By: gsar                                  on 2000/10/16  06:03:18
66487         Log: integrate changes#6011,6016,6033,6035..6039,6047..6052,6054..6059,
66488              6073..6075 from cfgperl (pp_sys.c manually merged due to conflicts)
66489              
66490              &HUGE_VAL is not defined, it exists.
66491              
66492              Do not warn that an infinity does not look like a number.
66493              
66494              Rewrite the pwent/spent logic to be a little bit more clearer.
66495              
66496              Continue on the pwent/spent case.
66497              
66498              Correct Freudian slip.
66499              
66500              Use HUGE_VALL if applicable.
66501              
66502              pwent/spent #ifdef imbalance.
66503              
66504              Infinite problems.
66505              
66506              Call getspnam() only iff needd.
66507              
66508              Test both the scalar and list contexts.
66509              
66510              Use setxxent()/endxxent().
66511              
66512              Complex tweakery.
66513              
66514              Unicos hint tweak.
66515              
66516              Be more forgiving in POSIX about HUGE_VALL.
66517              
66518              Detypo.
66519              
66520              The search of infinity continues, this time simplified.
66521              
66522              The logic of choosing strtol/strtoul/strtoll/strtoull was wrong
66523              in natively 64-bit platforms where a long is a quad (no need
66524              for long longs).  Also added bias for IVs.
66525              
66526              Complex tweaks.
66527              
66528              Introduce t/lib/peek.t.
66529              
66530              Make the test more portable.
66531      Branch: maint-5.6/perl
66532           +> t/lib/peek.t
66533            ! pp_sys.c
66534           !> MANIFEST ext/POSIX/POSIX.xs hints/unicos.sh
66535           !> lib/Math/Complex.pm sv.c t/lib/complex.t t/op/grent.t
66536           !> t/op/pwent.t toke.c util.c
66537 ____________________________________________________________________________
66538 [  7302] By: gsar                                  on 2000/10/16  05:03:37
66539         Log: integrate changes#6066..6071 from mainline
66540              
66541              s/END/CHECK/
66542              
66543              replace direct call to sighandler() with (*PL_sighandlerp)()
66544              
66545              note about values()
66546              
66547              File::Spec compatibility update (from Barrie Slaymaker
66548              <barries@slaysys.com>)
66549              
66550              remove misleading comment (from M.J.T. Guy)
66551              
66552              misformatted perllocal.pod (from Tim Jenness
66553              <t.jenness@jach.hawaii.edu>)
66554      Branch: maint-5.6/perl
66555           !> lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_Win32.pm
66556           !> lib/File/Spec.pm lib/File/Spec/Mac.pm lib/File/Spec/Unix.pm
66557           !> lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm perl.c
66558           !> pod/perlfunc.pod t/lib/anydbm.t win32/win32.c
66559 ____________________________________________________________________________
66560 [  7301] By: gsar                                  on 2000/10/16  05:00:08
66561         Log: integrate changes#6061..6063 from mainline
66562              
66563              change#5921 neglected to make eq honor "use bytes"
66564              
66565              additional tests for utf8.t
66566              
66567              tokeq() could read unallocated field in argument
66568      Branch: maint-5.6/perl
66569           !> sv.c t/pragma/utf8.t toke.c
66570 ____________________________________________________________________________
66571 [  7300] By: gsar                                  on 2000/10/16  04:56:54
66572         Log: integrate changes#6046,6048,6057,6058 from mainline
66573              
66574              libscheck has insufficient checks for n32 libs (from
66575              Albert Chin-A-Young <china@thewrittenword.com>)
66576              
66577              add note about how $( doesn't interpolate in REs (from
66578              Philip Newton <newton@ficus.frogspace.net>)
66579              
66580              fix broken parsing of /\x{ab}/
66581              
66582              printf(...) should be PerlIO_printf(PerlIO_stdout(), ...)
66583              (spotted by Donald Kinzer <dkinzer@premia.com>)
66584      Branch: maint-5.6/perl
66585           !> hints/irix_6.sh perl.c pod/perlop.pod regcomp.c
66586           !> t/pragma/utf8.t
66587 ____________________________________________________________________________
66588 [  7299] By: gsar                                  on 2000/10/16  04:52:50
66589         Log: integrate change#6044 from mainline
66590              
66591              change#3798 broke the meaning of "\0_7_7", tr/\0_// etc.; fix it
66592              such that underscores are only ignored in literal numbers,
66593              "\x{...}", and hex/oct argument
66594      Branch: maint-5.6/perl
66595           !> perl.c pp.c regcomp.c t/op/oct.t toke.c util.c
66596 ____________________________________________________________________________
66597 [  7298] By: gsar                                  on 2000/10/16  04:50:53
66598         Log: integrate changes#6027..6043 from mainline
66599              
66600              podlators-1.02 update (from Russ Allbery)
66601              
66602              Pod::Man generates groff-incompatible macro definition (from
66603              Tom Christiansen)
66604              
66605              add CGI.pm v2.66 (from Lincoln Stein)
66606              
66607              introduce @LAST_MATCH_START and @LAST_MATCH_END, English aliases
66608              for @- and @+ (from Johan Vromans)
66609              
66610              small nits in diagnostics.pm (from Robin Barker)
66611              
66612              whitespace adjustments
66613              
66614              missing files in MANIFEST
66615              
66616              cpio 2.4.2 on Linux creates directories in 0700 mode, adjust makerel
66617              to compensate
66618              
66619              remove outdated perltrap entry (from Peter Scott <Peter@PSDT.com>)
66620              
66621              perlretut revisions (from Mark Kvale <kvale@phy.ucsf.edu>)
66622      Branch: maint-5.6/perl
66623           +> lib/CGI/Util.pm t/lib/cgi-pretty.t
66624           !> MANIFEST Porting/makerel lib/CGI.pm lib/CGI/Carp.pm
66625           !> lib/CGI/Cookie.pm lib/CGI/Pretty.pm lib/CGI/Push.pm
66626           !> lib/English.pm lib/Pod/Man.pm lib/Pod/Text.pm
66627           !> lib/diagnostics.pm pod/perldiag.pod pod/perlretut.pod
66628           !> pod/perltrap.pod pod/perlvar.pod pp_sys.c t/lib/cgi-function.t
66629           !> t/lib/cgi-html.t t/lib/cgi-request.t
66630 ____________________________________________________________________________
66631 [  7297] By: gsar                                  on 2000/10/16  04:44:30
66632         Log: integrate change#6025 from mainline
66633              
66634              Is{Alnum,Alpha,Word} don't match titlecase
66635              TODO: IsSpace is defined recursively!
66636              (both spotted by Larry)
66637      Branch: maint-5.6/perl
66638           !> lib/unicode/Is/Alnum.pl lib/unicode/Is/Alpha.pl
66639           !> lib/unicode/Is/Word.pl lib/unicode/mktables.PL
66640 ____________________________________________________________________________
66641 [  7296] By: gsar                                  on 2000/10/16  04:39:30
66642         Log: integrate change#6023 from mainline
66643              
66644              debugger stomps on $. (from M.J.T. Guy)
66645      Branch: maint-5.6/perl
66646           !> lib/perl5db.pl
66647 ____________________________________________________________________________
66648 [  7295] By: gsar                                  on 2000/10/16  04:38:02
66649         Log: integrate change#6022 from mainline
66650              
66651              unbalanced LEAVE after perl_clone(...,0) (from Doug MacEachern)
66652      Branch: maint-5.6/perl
66653           !> sv.c
66654 ____________________________________________________________________________
66655 [  7294] By: gsar                                  on 2000/10/16  04:37:05
66656         Log: integrate changes#6018..6021 from mainline
66657              
66658              make lib/syslog.t portable to systems that don't have _PATH_LOG,
66659              make _PATH_LOG() return "" if unavailable
66660              
66661              windows portability tweaks
66662              
66663              test tweak
66664              
66665              remove Win2K issue in pod (fixed by change#6020)
66666      Branch: maint-5.6/perl
66667           !> README.win32 ext/File/Glob/Glob.pm ext/Sys/Syslog/Syslog.pm
66668           !> ext/Sys/Syslog/Syslog.xs pod/perldelta.pod t/lib/b.t
66669           !> t/lib/open3.t t/lib/syslog.t win32/win32.h
66670 ____________________________________________________________________________
66671 [  7293] By: gsar                                  on 2000/10/16  04:20:00
66672         Log: integrate changes#6013..6015 from mainline
66673              
66674              tweak change#5945 to display correct switch name in diagnostic
66675              
66676              glob() loading File::Glob behind the scenes may cause syntax errors
66677              
66678              tweak test for portability
66679      Branch: maint-5.6/perl
66680           !> op.c perl.c pod/perldiag.pod t/lib/b.t
66681 ____________________________________________________________________________
66682 [  7292] By: gsar                                  on 2000/10/16  04:18:11
66683         Log: integrate changes#6005..6010 from mainline, cfgperl
66684              
66685              perldoc might fail via "use blib" (from Hugo van der Sanden)
66686              
66687              Regen Configure.
66688              
66689              note about compile failures and END blocks (from M.J.T. Guy)
66690              
66691              VMS config tweak (from Craig A. Berry <craig.berry@metamorgs.com>)
66692              
66693              (change#6009 integrated earlier in change#7255)
66694              
66695              clarify note about shadow password support (from
66696              gellyfish@gellyfish.com)
66697      Branch: maint-5.6/perl
66698           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
66699           !> config_h.SH installperl pod/perldelta.pod pod/perlfunc.pod
66700           !> pod/perlmod.pod utils/perldoc.PL vms/subconfigure.com
66701 ____________________________________________________________________________
66702 [  7291] By: gsar                                  on 2000/10/16  04:12:03
66703         Log: integrate changes#6002,6003 from mainline
66704              
66705              destructive sv_setsv() can lose UV-ness from source, causing
66706              numeric promotions/comparisons to fail to do the right thing
66707              
66708              allow REG_EXPAND_SZ keys in Windows registry (from
66709              John Clayton <John.Clayton@barclayscapital.com>)
66710      Branch: maint-5.6/perl
66711           !> sv.c win32/win32.c
66712 ____________________________________________________________________________
66713 [  7290] By: gsar                                  on 2000/10/16  04:10:19
66714         Log: integrate change#6001 from mainline
66715              
66716              support additional library locations via $Config{otherlibdirs}
66717              (from Andy Dougherty)
66718      Branch: maint-5.6/perl
66719           !> Configure INSTALL Porting/Glossary Porting/config.sh
66720           !> Porting/config_H config_h.SH epoc/config.sh perl.c
66721           !> vms/subconfigure.com vos/config.def vos/config_h.SH_orig
66722           !> win32/config.bc win32/config.gc win32/config.vc
66723 ____________________________________________________________________________
66724 [  7289] By: gsar                                  on 2000/10/16  04:08:28
66725         Log: integrate change#5999 from mainline
66726              
66727              fix line renumbering bug in C<eval qq[#line 10 "X"\nwarn]>
66728      Branch: maint-5.6/perl
66729           !> t/pragma/warn/toke toke.c
66730 ____________________________________________________________________________
66731 [  7288] By: gsar                                  on 2000/10/16  04:07:01
66732         Log: integrate changes#5997,5998 from cfgperl
66733              
66734              Preserve $!.
66735              
66736              Try to get "Inf" by using &POSIX::HUGE_VAL in sprintf.
66737      Branch: maint-5.6/perl
66738           !> lib/Math/Complex.pm
66739 ____________________________________________________________________________
66740 [  7287] By: gsar                                  on 2000/10/16  04:04:37
66741         Log: integrate change#5995 from mainline
66742              
66743              fixes for bugs in C<use warnings qw(FATAL all)> (from Paul Marquess)
66744      Branch: maint-5.6/perl
66745           !> mg.c t/pragma/warn/7fatal warnings.h warnings.pl
66746 ____________________________________________________________________________
66747 [  7286] By: gsar                                  on 2000/10/16  04:03:21
66748         Log: integrate change#5994 from mainline
66749              
66750              fix for missed accounting for null byte in pack("Z",...) (from
66751              M.J.T. Guy)
66752      Branch: maint-5.6/perl
66753           !> pp.c t/op/pack.t
66754 ____________________________________________________________________________
66755 [  7285] By: gsar                                  on 2000/10/16  04:02:11
66756         Log: integrate changes#5989..5993 from mainline
66757              
66758              qw(a\\b) must be parsed like 'a\\b', i.e., backslash escapes
66759              itself and no other (from Tom Hughes)
66760              
66761              use $ENV{LIB} to search for libs under Visual C compiler
66762              on Windows (from Jochen Wiedmann <joe@ispsoft.de>)
66763              
66764              posix-bc patches (from Dorner Thomas <Thomas.Dorner@start.de>)
66765              
66766              pod nit (from Simon Cozens)
66767              
66768              various minor tweaks seen on p5p
66769      Branch: maint-5.6/perl
66770           !> README.posix-bc hints/posix-bc.sh lib/ExtUtils/Liblist.pm
66771           !> lib/perl5db.pl pod/perlipc.pod pod/perlop.pod pod/perlvar.pod
66772           !> t/op/array.t toke.c
66773 ____________________________________________________________________________
66774 [  7284] By: gsar                                  on 2000/10/16  03:59:00
66775         Log: integrate changes#5978..5988 from mainline
66776              
66777              sync version numbers in File::Spec with the ones on CPAN
66778              (from Barrie Slaymaker)
66779              
66780              under useithreads, constant pad entries could inadvertantly be
66781              shared across threads (from Eric Blood <eblood@xmission.com>);
66782              added Eric's test case to testsuite
66783              
66784              allow Configure -S to run non-interactively (spotted by Greg Hudson
66785              <ghudson@mit.edu>)
66786              
66787              rename File::Glob::glob() to File::Glob::bsd_glob() to avoid
66788              prototype mismatch with CORE::glob(); update pod and tests to
66789              suit (File::Glob::glob() is still available for backward
66790              compatibility, but should be considered deprecated)
66791              
66792              avoid error in IO::Socket::INET when given an unknown service name
66793              with a port number (from Brian Raven <brianr@ssprdmh01.liffe.com>)
66794              
66795              numeric conversion of non-number in change#3378 tramples on
66796              OOK offset, causing segfaults
66797              
66798              attributes::reftype() doesn't work on tied argument
66799              
66800              forked child may not exit correctly if it failed to open
66801              /dev/console (from Graham Barr)
66802              
66803              add regular expressions tutorial and quick-start guide (from
66804              Mark Kvale <kvale@phy.ucsf.edu>)
66805              
66806              B::Bytecode tweaks (from Simon Cozens <simon@brecon.co.uk>)
66807              
66808              s/HTMLSCRIPTPOD/HTMLSCRIPTPODS/ (from Paul Sharpe
66809              <paul@miraclefish.com>)
66810      Branch: maint-5.6/perl
66811           +> pod/perlrequick.pod pod/perlretut.pod
66812           !> AUTHORS Configure MAINTAIN MANIFEST ext/B/B/Bytecode.pm
66813           !> ext/B/B/Disassembler.pm ext/File/Glob/Glob.pm
66814           !> ext/IO/lib/IO/Socket/INET.pm ext/Sys/Syslog/Syslog.pm
66815           !> lib/ExtUtils/MakeMaker.pm lib/File/Spec/Functions.pm
66816           !> lib/File/Spec/Mac.pm lib/File/Spec/OS2.pm
66817           !> lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
66818           !> lib/File/Spec/Win32.pm op.c sv.c t/lib/glob-basic.t
66819           !> t/lib/glob-case.t t/lib/glob-taint.t t/op/misc.t xsutils.c
66820 ____________________________________________________________________________
66821 [  7283] By: gsar                                  on 2000/10/16  03:52:14
66822         Log: integrate change#5977 from mainline
66823              
66824              autoquote barewords followed by newline and arrow properly
66825              (variant of fix suggested by Rick Delaney and M.J.T. Guy)
66826      Branch: maint-5.6/perl
66827           !> t/pragma/warn/toke toke.c
66828 ____________________________________________________________________________
66829 [  7282] By: gsar                                  on 2000/10/16  03:50:48
66830         Log: integrate change#5976 from mainline
66831              
66832              DB_File v1.73 update (from Paul Marquess)
66833      Branch: maint-5.6/perl
66834           !> ext/DB_File/Changes ext/DB_File/DB_File.pm
66835           !> ext/DB_File/DB_File.xs ext/DB_File/version.c
66836 ____________________________________________________________________________
66837 [  7281] By: gsar                                  on 2000/10/16  03:49:14
66838         Log: integrate change#5975 from mainline
66839              
66840              allow sort() reentrancy (variant of patch suggested by
66841              Hugo van der Sanden)
66842      Branch: maint-5.6/perl
66843           !> pp_ctl.c t/op/sort.t
66844 ____________________________________________________________________________
66845 [  7280] By: gsar                                  on 2000/10/16  03:48:22
66846         Log: integrate change#5974 from mainline
66847              
66848              change#4197 somehow missed initializing PL_errors, meaning
66849              syntax error queueing wasn't working outside eval"" at all;
66850              also fixed eval"" to localize PL_error_count, so that compile-time
66851              eval's don't clobber the error state of the outer context
66852      Branch: maint-5.6/perl
66853           !> lib/Math/Complex.pm perl.c pp_ctl.c t/pragma/warn/op
66854           !> t/pragma/warn/toke
66855 ____________________________________________________________________________
66856 [  7279] By: gsar                                  on 2000/10/16  03:46:21
66857         Log: integrate change#5973 from mainline
66858              
66859              fix for failure to match $foo =~ /(?i)/ (from Ilya Zakharevich)
66860      Branch: maint-5.6/perl
66861           !> regcomp.c regexec.c t/op/re_tests
66862 ____________________________________________________________________________
66863 [  7278] By: gsar                                  on 2000/10/16  03:44:54
66864         Log: integrate change#5971 from cfgperl
66865              
66866              Unicos tweaks from Mark P. Lutz.
66867      Branch: maint-5.6/perl
66868           !> hints/unicos.sh lib/Math/Complex.pm
66869 ____________________________________________________________________________
66870 [  7277] By: gsar                                  on 2000/10/16  03:42:59
66871         Log: integrate changes#5966..5970 from mainline
66872              
66873              add testsuite for B backends, fix bug in B::Deparse (from
66874              Simon Cozens <simon@brecon.co.uk>)
66875              
66876              improved docs on the warn_uninit diagnostic (from David Glasser
66877              and Simon Cozens)
66878              
66879              tolerate spaces in group names in test on solaris (from David Boyce
66880              <dsb@boyski.com>)
66881              
66882              fix Sys::Syslog breakage on domain sockets (from Tom Hughes)
66883              
66884              Data::Dumper fumbles negative numbers on 32-bit platforms where
66885              IV is >32bits
66886      Branch: maint-5.6/perl
66887           +> t/lib/b.t t/lib/syslog.t
66888           !> MANIFEST ext/B/B/Deparse.pm ext/B/B/Stash.pm
66889           !> ext/Data/Dumper/Dumper.xs ext/Sys/Syslog/Syslog.pm
66890           !> pod/perldiag.pod t/lib/dumper.t t/op/groups.t
66891 ____________________________________________________________________________
66892 [  7276] By: gsar                                  on 2000/10/16  03:39:30
66893         Log: integrate change#5965 from mainline
66894              
66895              avoid "will not stay shared" warnings for our variables (from
66896              Robin Barker)
66897      Branch: maint-5.6/perl
66898           !> op.c t/pragma/warn/op
66899 ____________________________________________________________________________
66900 [  7275] By: gsar                                  on 2000/10/16  03:38:18
66901         Log: integrate change#5964 from mainline
66902              
66903              reformat to 72 columns (again)
66904      Branch: maint-5.6/perl
66905           !> pod/perldiag.pod
66906 ____________________________________________________________________________
66907 [  7274] By: gsar                                  on 2000/10/16  03:36:58
66908         Log: integrate change#5963 from mainline
66909              
66910              patch from Larry to make (\&) prototype work; added tests for
66911              the same
66912      Branch: maint-5.6/perl
66913           !> op.c t/comp/proto.t
66914 ____________________________________________________________________________
66915 [  7273] By: gsar                                  on 2000/10/16  03:35:51
66916         Log: integrate changes#5956..5962 from mainline
66917              
66918              better diagnostics on failed tests (from Ilya Zakharevich)
66919              
66920              pod nits (from A. C. Yardley <yardley@tanet.net>)
66921              
66922              change#3569 deleted some essential code, revert; avoid use of
66923              atexit() to make DynaLoader work properly on AIX under mod_perl
66924              (from Jens-Uwe Mager <jum@helios.de>)
66925              
66926              doubled words in pods (from Simon Cozens
66927              <simon.p.cozens@jp.pwcglobal.com>)
66928              
66929              better INSTALL notes on Solaris issues (from Dominic Dunlop)
66930              
66931              recognize our, CHECK and INIT in cperl-mode (from Doug MacEachern)
66932              
66933              updated README.hpux (from Jeff Okamoto)
66934      Branch: maint-5.6/perl
66935           !> INSTALL README.hpux emacs/cperl-mode.el
66936           !> ext/DynaLoader/dl_aix.xs pod/perldebguts.pod pod/perldelta.pod
66937           !> pod/perlfaq5.pod pod/perlfork.pod pod/perlfunc.pod
66938           !> pod/perlipc.pod pod/perllexwarn.pod pod/perllocale.pod
66939           !> pod/perlmod.pod pod/perlmodlib.pod pod/perlnumber.pod
66940           !> pod/perlopentut.pod pod/perltodo.pod pod/perltootc.pod
66941           !> t/op/lex_assign.t
66942 ____________________________________________________________________________
66943 [  7272] By: gsar                                  on 2000/10/16  03:31:22
66944         Log: integrate change#5955 from mainline
66945              
66946              longstanding bug exposed by change#3307: sort arguments weren't
66947              compiled with the right wantarray context (ensuing runtime lookup
66948              via block_gimme() was getting the incidental context of the
66949              sort() itself)
66950      Branch: maint-5.6/perl
66951           !> op.c t/op/sort.t
66952 ____________________________________________________________________________
66953 [  7271] By: gsar                                  on 2000/10/16  03:29:11
66954         Log: integrate changes#5933,5935,5940..5944,5946,5951,5952 from cfgperl
66955              branch
66956              
66957              Flatten the cpp jungle doing the nosuid checking.
66958              
66959              Do not assume sign propagation. (from M.J.T. Guy)
66960              
66961              Various Unicos 10.0.0.6 fixes. (from Mark Lutz)
66962              
66963              Add HAS_FREXPL, HAS_ISNAN, HAS_ISNANL, and HAS_MODFL.
66964              Now pp_ncmp() returns undef is either operand is a NaN.
66965              
66966              On second thoughts frexp() does have two arguments.
66967              
66968              Document that tr() is not tr(1).
66969              
66970              Be more robust on "extreme" (large absolute value)
66971              arguments.  Originally reported by Daniel Connelly
66972              as a problem with asinh() on large negative arguments,
66973              asinh() used to bail out because an argument to log()
66974              ended up being zero.  Ilya Zakharevich proposed using
66975              Taylor's series in such cases, which for such large
66976              arguments is a very good approximation.
66977              
66978              Undo "use integer" addition from 64bitint as it seems
66979              to break most of the subtests in Digital UNIX;
66980              Unicos needs to find another way.
66981      Branch: maint-5.6/perl
66982           !> (integrate 29 files)
66983 ____________________________________________________________________________
66984 [  7270] By: gsar                                  on 2000/10/16  03:09:44
66985         Log: integrate changes#5948,5949,5950 from mainline
66986              
66987              typo in vars.pm that leads to cryptic message (from Piotr
66988              Piatkowski <kompas@kompas.usr.onet.pl>)
66989              
66990              make perldoc use the pod2man from the same version (from
66991              M.J.T. Guy)
66992              
66993              reformat perldiag to avoid long lines
66994      Branch: maint-5.6/perl
66995           !> lib/vars.pm pod/perldiag.pod utils/perldoc.PL
66996 ____________________________________________________________________________
66997 [  7269] By: gsar                                  on 2000/10/16  03:05:54
66998         Log: integrate change#5947 from mainline
66999              
67000              use &dl_error rather than &dl_load_file as the guard for calling
67001              boot_DynaLoader() (meant to fix dl_error() redefined warnings in
67002              statically built perl)
67003      Branch: maint-5.6/perl
67004           !> ext/DynaLoader/DynaLoader_pm.PL ext/DynaLoader/XSLoader_pm.PL
67005 ____________________________________________________________________________
67006 [  7268] By: gsar                                  on 2000/10/16  03:04:48
67007         Log: integrate change#5945 from mainline
67008              
67009              make module name mandatory after -M switch; reorder perldiag
67010              alphabetically (from Mark-Jason Dominus)
67011      Branch: maint-5.6/perl
67012           !> perl.c pod/perldiag.pod
67013 ____________________________________________________________________________
67014 [  7267] By: gsar                                  on 2000/10/16  03:03:01
67015         Log: integrate change#5939 from mainline
67016              
67017              more pod nits (from Larry Virden)
67018      Branch: maint-5.6/perl
67019           !> README.win32 pod/perlsub.pod pod/perlsyn.pod
67020           !> pod/perlthrtut.pod pod/perltoc.pod pod/perltodo.pod
67021           !> pod/perlxs.pod pod/perlxstut.pod vms/perlvms.pod
67022 ____________________________________________________________________________
67023 [  7266] By: gsar                                  on 2000/10/16  03:01:39
67024         Log: integrate change#5938 from mainline
67025              
67026              Consolidated B::Deparse fixes (from Stephen McCamant)
67027      Branch: maint-5.6/perl
67028           !> ext/B/B/Deparse.pm
67029 ____________________________________________________________________________
67030 [  7265] By: gsar                                  on 2000/10/16  03:00:43
67031         Log: integrate change#5936 from mainline
67032              
67033              additional tests for change#7263 (from Paul Marquess)
67034      Branch: maint-5.6/perl
67035           !> t/pragma/warn/2use t/pragma/warn/3both t/pragma/warn/4lint
67036           !> t/pragma/warn/5nolint t/pragma/warn/6default
67037 ____________________________________________________________________________
67038 [  7264] By: gsar                                  on 2000/10/16  02:58:34
67039         Log: integrate change#5934 from mainline
67040              
67041              propagate lexical warnings from surrounding scope correctly
67042              within string eval() (from Paul Marquess)
67043      Branch: maint-5.6/perl
67044           !> pp_ctl.c t/pragma/warn/pp_ctl
67045 ____________________________________________________________________________
67046 [  7263] By: gsar                                  on 2000/10/16  02:56:53
67047         Log: integrate change#5932 from mainline
67048              
67049              add rsignal(), whichsig() and do_join() to public API list
67050              (mod_perl uses them to good advantage)
67051      Branch: maint-5.6/perl
67052           !> embed.pl global.sym objXSUB.h perlapi.c proto.h
67053 ____________________________________________________________________________
67054 [  7262] By: gsar                                  on 2000/10/16  02:55:53
67055         Log: integrate change#5931 from mainline
67056              
67057              fix RE brokenness on refs/overloaded things (from Ilya Zakharevich)
67058      Branch: maint-5.6/perl
67059           !> pp_hot.c regexec.c t/op/pat.t
67060 ____________________________________________________________________________
67061 [  7261] By: gsar                                  on 2000/10/16  02:55:01
67062         Log: integrate change#5930 from mainline
67063              
67064              small os390 tweaks (from Peter Prymmer)
67065      Branch: maint-5.6/perl
67066           !> config_h.SH makedepend.SH
67067 ____________________________________________________________________________
67068 [  7260] By: gsar                                  on 2000/10/16  02:54:10
67069         Log: integrate change#5929 from mainline
67070              
67071              pod nits
67072      Branch: maint-5.6/perl
67073           !> pod/perlguts.pod
67074 ____________________________________________________________________________
67075 [  7259] By: gsar                                  on 2000/10/16  02:52:55
67076         Log: integrate change#5927 from mainline
67077              
67078              arrange for next() to resume at the unstack op rather than the
67079              loop conditional, so that scope cleanup happens correctly
67080              (from Stephen McCamant)
67081      Branch: maint-5.6/perl
67082           !> op.c pp_ctl.c t/op/misc.t
67083 ____________________________________________________________________________
67084 [  7258] By: gsar                                  on 2000/10/16  02:51:38
67085         Log: integrate change#5926 from mainline
67086              
67087              on windows, reserve 16M of stack rather than 128M (allows more
67088              threads to run concurrently)
67089      Branch: maint-5.6/perl
67090           !> win32/Makefile win32/makefile.mk
67091 ____________________________________________________________________________
67092 [  7257] By: gsar                                  on 2000/10/16  02:50:37
67093         Log: integrate change#5925 from mainline
67094              
67095              POSIX-BC tweak (from Ignasi Roca <ignasi.roca@fujitsu.siemens.es>)
67096      Branch: maint-5.6/perl
67097           !> toke.c
67098 ____________________________________________________________________________
67099 [  7256] By: gsar                                  on 2000/10/16  02:49:36
67100         Log: integrate change#5924 from mainline
67101              
67102              avoid using uninitialized memory in require version check
67103      Branch: maint-5.6/perl
67104           !> pp_ctl.c universal.c
67105 ____________________________________________________________________________
67106 [  7255] By: gsar                                  on 2000/10/16  02:48:03
67107         Log: integrate changes#5923,5928,6009 from mainline
67108              
67109              IO::Poll bugs fixed (from Lincoln Stein <lstein@cshl.org>)
67110      Branch: maint-5.6/perl
67111           !> ext/IO/lib/IO/Poll.pm t/lib/io_poll.t
67112 ____________________________________________________________________________
67113 [  7254] By: gsar                                  on 2000/10/16  02:44:46
67114         Log: integrate change#5922 from mainline
67115              
67116              commentary about IoTYPE() (from Nathan Torkington)
67117      Branch: maint-5.6/perl
67118           !> sv.h
67119 ____________________________________________________________________________
67120 [  7253] By: gsar                                  on 2000/10/16  02:43:49
67121         Log: integrate change#5921 from mainline
67122              
67123              make eq unicode-aware (from Gisle Aas); fix bogus tests revealed
67124      Branch: maint-5.6/perl
67125           !> sv.c t/lib/charnames.t t/pragma/utf8.t
67126 ____________________________________________________________________________
67127 [  7252] By: gsar                                  on 2000/10/16  02:42:31
67128         Log: integrate change#5920 from mainline
67129              
67130              Larry's fix for buggy propagation of utf8-ness in join(); add test
67131      Branch: maint-5.6/perl
67132           !> doop.c t/op/ver.t
67133 ____________________________________________________________________________
67134 [  7251] By: gsar                                  on 2000/10/16  02:41:14
67135         Log: integrate changes#5915..5919 from mainline
67136              
67137              various (pod tweaks &c)
67138      Branch: maint-5.6/perl
67139           !> (integrate 33 files)
67140 ____________________________________________________________________________
67141 [  7250] By: gsar                                  on 2000/10/16  02:38:16
67142         Log: integrate change#5914 from mainline
67143              
67144              caller() wasn't returning the right number of elements for
67145              eval {...}
67146      Branch: maint-5.6/perl
67147           !> pp_ctl.c t/pragma/warn/9enabled
67148 ____________________________________________________________________________
67149 [  7249] By: gsar                                  on 2000/10/16  02:37:02
67150         Log: integrate change#5913 from mainline
67151              
67152              pod nit: $yday range for localtime/gmtime is 0..364 not 1..365
67153              (from Mark-Jason Dominus)
67154      Branch: maint-5.6/perl
67155           !> pod/perlfunc.pod
67156 ____________________________________________________________________________
67157 [  7248] By: gsar                                  on 2000/10/16  02:35:58
67158         Log: integrate change#5912 from mainline
67159              
67160              fix totally broken caching in UNIVERSAL::isa() (from
67161              Nick Ing-Simmons)
67162      Branch: maint-5.6/perl
67163           !> t/op/universal.t universal.c
67164 ____________________________________________________________________________
67165 [  7247] By: gsar                                  on 2000/10/16  02:34:27
67166         Log: integrate changes#5910,5911 from mainline
67167              
67168              typo in pod
67169              
67170              add linebreak properties from unicode/LineBrk.txt (from
67171              Dave Hartnoll <Dave_Hartnoll@3b2.com>)
67172      Branch: maint-5.6/perl
67173           +> (branch 29 files)
67174           !> ext/Thread/Thread.pm lib/unicode/mktables.PL
67175 ____________________________________________________________________________
67176 [  7246] By: gsar                                  on 2000/10/16  02:33:29
67177         Log: integrate change#5909 from mainline
67178              
67179              mode argument to do_binmode() should be file mode, not boolean
67180      Branch: maint-5.6/perl
67181           !> pp_sys.c
67182 ____________________________________________________________________________
67183 [  7245] By: gsar                                  on 2000/10/16  02:31:04
67184         Log: integrate change#5908 from mainline
67185              
67186              introduce illegal symbols into null package so that
67187              gv_fetchpv(...,TRUE) always returns a valid GV even when the
67188              symbol is trapped by strictures (avoids coredumps)
67189      Branch: maint-5.6/perl
67190           !> embedvar.h gv.c intrpvar.h perl.c perlapi.h
67191           !> t/pragma/strict-vars
67192 ____________________________________________________________________________
67193 [  7244] By: jhi                                   on 2000/10/16  02:29:54
67194         Log: Subject: $Carp::ExportLevel confusion in Exporter
67195              From: "Ben Tilly" <ben_tilly@hotmail.com>
67196              Date: Sat, 14 Oct 2000 16:44:34 EDT
67197              Message-ID: <LAW2-F258sQwY6YHkid00003788@hotmail.com>
67198      Branch: perl
67199            ! lib/Exporter/Heavy.pm
67200 ____________________________________________________________________________
67201 [  7243] By: jhi                                   on 2000/10/16  02:28:33
67202         Log: Subject: [PATCH perlguts.pod] Document offset hack
67203              From: Simon Cozens <simon@cozens.net>
67204              Message-ID: <20001014193225.A6568@pembro4.pmb.ox.ac.uk>
67205              Date: Sat, 14 Oct 2000 19:32:25 +0100
67206      Branch: perl
67207            ! pod/perlguts.pod
67208 ____________________________________________________________________________
67209 [  7242] By: gsar                                  on 2000/10/16  02:26:51
67210         Log: integrate changes#5905,5906,5907,6064 from mainline
67211              
67212              printf/sprintf didn't get quad types right under use64bitint
67213      Branch: maint-5.6/perl
67214           !> pp_sys.c sv.c t/op/64bitint.t
67215 ____________________________________________________________________________
67216 [  7241] By: jhi                                   on 2000/10/16  02:22:44
67217         Log: Subject: small pod patch
67218              From: Dan Boorstein <dan_boo@bellsouth.net>
67219              Date: Sat, 14 Oct 2000 14:29:24 -0400
67220              Message-ID: <39E8A604.B501DB4F@bellsouth.net>
67221      Branch: perl
67222            ! pod/perlfaq7.pod pod/perlmod.pod
67223 ____________________________________________________________________________
67224 [  7240] By: jhi                                   on 2000/10/16  02:13:46
67225         Log: -w cleanup.
67226              
67227              Subject: Re: Problems with bleadperl 
67228              From: "Stephen P. Potter" <spp@ds.net>
67229              Date: Fri, 13 Oct 2000 13:32:49 -0400
67230              Message-Id: <200010131732.NAA19391@spp.users.ds.net>
67231      Branch: perl
67232            ! t/pragma/overload.t
67233 ____________________________________________________________________________
67234 [  7239] By: jhi                                   on 2000/10/16  01:41:18
67235         Log: One more ~utf8 tweak.
67236      Branch: perl
67237            ! t/op/bop.t
67238 ____________________________________________________________________________
67239 [  7238] By: jhi                                   on 2000/10/16  01:34:14
67240         Log: Tweak the test of #7235.
67241      Branch: perl
67242            ! t/op/bop.t
67243 ____________________________________________________________________________
67244 [  7237] By: jhi                                   on 2000/10/16  01:25:04
67245         Log: Fix a couple of compiler-noted nits in #7235.
67246      Branch: perl
67247            ! pp.c
67248 ____________________________________________________________________________
67249 [  7236] By: jhi                                   on 2000/10/16  01:22:46
67250         Log: Fix few quad issues, which for example broke chr(~chr(~0)) for UTF8.
67251      Branch: perl
67252            ! pp.c pp_hot.c
67253 ____________________________________________________________________________
67254 [  7235] By: jhi                                   on 2000/10/15  16:24:44
67255         Log: Make ~(chr(a).chr(b)) eq chr(~a).chr(~b) on utf8.
67256              
67257              From: Simon Cozens <simon@cozens.net>
67258              Subject: [PATCH] Re: [ID 20000918.005] ~ on wide chars
67259              Date: Sat, 14 Oct 2000 20:52:13 +0100
67260              Message-ID: <20001014205213.A9645@pembro4.pmb.ox.ac.uk>
67261      Branch: perl
67262            ! pp.c t/op/bop.t utf8.h
67263 ____________________________________________________________________________
67264 [  7234] By: jhi                                   on 2000/10/15  15:19:29
67265         Log: split() utf8 fixes.  Should fix both 20001014.001 and 20000426.003.
67266              The problem was that rx->minlen was in chars while pp_split()
67267              thought it would be in bytes. 
67268      Branch: perl
67269            ! pp.c t/pragma/utf8.t
67270 ____________________________________________________________________________
67271 [  7233] By: jhi                                   on 2000/10/14  20:24:24
67272         Log: Document FNCASE=y as discussed in the bug 20000902.009.
67273      Branch: perl
67274            ! README.dos
67275 ____________________________________________________________________________
67276 [  7232] By: jhi                                   on 2000/10/14  18:52:21
67277         Log: Add test for bug id 20000427.003 (which seems to have
67278              been fixed) (also duplicate as 20000427.004, though
67279              with a higher severity).  Move one utf8 from op/append
67280              to pragma/utf8, tag the tests with bug ids.
67281      Branch: perl
67282            ! t/op/append.t t/pragma/utf8.t
67283 ____________________________________________________________________________
67284 [  7231] By: jhi                                   on 2000/10/14  17:28:37
67285         Log: Test cases for bug id 20000323.056 (the bug seems to be fixed).
67286      Branch: perl
67287            ! t/pragma/utf8.t
67288 ____________________________________________________________________________
67289 [  7230] By: jhi                                   on 2000/10/14  14:24:50
67290         Log: Needs to be conditional on SunOS 4.
67291              
67292              Subject: [Pach 5.7.0@7229] Removing -ldb from the core build
67293              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
67294              Date: Sat, 14 Oct 2000 13:37:49 +0100
67295              Message-ID: <000101c035db$8ffb60a0$2614140a@bfs.phone.com>
67296      Branch: metaconfig/U/perl
67297            ! End.U
67298      Branch: perl
67299            ! Configure myconfig.SH pod/perldelta.pod
67300 ____________________________________________________________________________
67301 [  7229] By: jhi                                   on 2000/10/14  00:49:22
67302         Log: Update Changes.
67303      Branch: perl
67304            ! Changes patchlevel.h
67305 ____________________________________________________________________________
67306 [  7228] By: jhi                                   on 2000/10/14  00:46:10
67307         Log: Subject: RFC: a (temporary?) way around utf8.pm for EBCDIC
67308              From: Peter Prymmer <pvhp@forte.com>
67309              Date: Fri, 13 Oct 2000 15:59:56 -0700 (PDT)
67310              Message-ID: <Pine.OSF.4.10.10010131548260.133963-100000@aspara.forte.com>
67311      Branch: perl
67312            ! lib/utf8.pm
67313 ____________________________________________________________________________
67314 [  7227] By: jhi                                   on 2000/10/13  23:20:30
67315         Log: Make the test acknowledge that self-ties are disabled as #7213 said.
67316      Branch: perl
67317            ! t/op/tie.t
67318 ____________________________________________________________________________
67319 [  7226] By: jhi                                   on 2000/10/13  22:14:32
67320         Log: Tweak #7225.
67321              
67322              Subject: Re: [ID 20001006.014] Not OK: perl v5.7.0 +DEVEL7158 on os390 05.00 (UNINSTALLED) [PATCH bleadperl]
67323              From: Peter Prymmer <pvhp@forte.com>
67324              Date: Fri, 13 Oct 2000 14:44:49 -0700 (PDT)
67325              Message-ID: <Pine.OSF.4.10.10010131414410.133963-100000@aspara.forte.com>
67326      Branch: perl
67327            ! t/op/sprintf.t
67328 ____________________________________________________________________________
67329 [  7225] By: jhi                                   on 2000/10/13  22:11:31
67330         Log: op/sprintf.t patch for OS/390 (and any other host with limited
67331              floating-point exponent length)
67332              
67333              Subject: Re: [ID 20001006.014] Not OK: perl v5.7.0 +DEVEL7158 on os390 05.00  (UNINSTALLED) [PATCH bleadperl]
67334              From: Dominic Dunlop <domo@computer.org>
67335              Date: Fri, 13 Oct 2000 19:17:57 +0200
67336              Message-Id: <p04320400b60cf2a6a05c@[192.168.1.4]>
67337      Branch: perl
67338            ! t/op/sprintf.t
67339 ____________________________________________________________________________
67340 [  7224] By: jhi                                   on 2000/10/13  18:40:48
67341         Log: Allow @+ and @- to be doublequoted, from Simon Cozens. 
67342      Branch: perl
67343            ! toke.c
67344 ____________________________________________________________________________
67345 [  7223] By: jhi                                   on 2000/10/13  18:37:13
67346         Log: Thinko in #7222.
67347      Branch: perl
67348            ! utf8.c
67349 ____________________________________________________________________________
67350 [  7222] By: jhi                                   on 2000/10/13  18:05:23
67351         Log: Use UTF8SKIP(), from Simon Cozens.
67352      Branch: perl
67353            ! utf8.c
67354 ____________________________________________________________________________
67355 [  7221] By: jhi                                   on 2000/10/13  15:43:19
67356         Log: (accidentally empty check-in)
67357      Branch: perl
67358            ! utf8.c
67359 ____________________________________________________________________________
67360 [  7220] By: jhi                                   on 2000/10/13  15:23:51
67361         Log: Add (optimistically) Storable to static extensions.
67362      Branch: perl
67363            ! hints/uwin.sh hints/vmesa.sh
67364 ____________________________________________________________________________
67365 [  7219] By: jhi                                   on 2000/10/13  15:20:05
67366         Log: Amdahl UTS doesn't seem to do dynaloading.
67367      Branch: perl
67368            ! hints/uts.sh
67369 ____________________________________________________________________________
67370 [  7218] By: jhi                                   on 2000/10/13  15:15:20
67371         Log: Slight tweak of the code to appease Amdahl UTS cc.
67372      Branch: perl
67373            ! pp.c
67374 ____________________________________________________________________________
67375 [  7217] By: jhi                                   on 2000/10/13  14:50:42
67376         Log: In Amdahl UTS "struct sv" is defined by a system header,
67377              <ksync.h>.
67378      Branch: perl
67379            ! perl.h sv.h
67380 ____________________________________________________________________________
67381 [  7216] By: jhi                                   on 2000/10/13  11:58:25
67382         Log: Ilya implemented the memory profiling API.
67383      Branch: perl
67384            ! Todo
67385 ____________________________________________________________________________
67386 [  7215] By: jhi                                   on 2000/10/13  02:56:38
67387         Log: Subject: [PATCH 5.7.0] Perl API for mstats
67388              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
67389              Date: Thu, 12 Oct 2000 22:52:40 -0400
67390              Message-ID: <20001012225240.A7113@monk.mps.ohio-state.edu>
67391      Branch: perl
67392            ! ext/Devel/Peek/Peek.pm ext/Devel/Peek/Peek.xs
67393 ____________________________________________________________________________
67394 [  7214] By: jhi                                   on 2000/10/13  02:55:38
67395         Log: Subject: [PATCH 5.7.0] IVs in mtats
67396              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
67397              Date: Thu, 12 Oct 2000 22:51:04 -0400
67398              Message-ID: <20001012225104.A7103@monk.mps.ohio-state.edu>
67399      Branch: perl
67400            ! malloc.c perl.h
67401 ____________________________________________________________________________
67402 [  7213] By: jhi                                   on 2000/10/13  02:31:47
67403         Log: Self-ties are unsupported currently, stopgap patch from Alan Burlison.
67404      Branch: perl
67405            ! pod/perldiag.pod pp_sys.c
67406 ____________________________________________________________________________
67407 [  7212] By: jhi                                   on 2000/10/13  01:27:38
67408         Log: Subject: [PATCH: perl@7181] was: Re: off to a bad start on fixing regression tests
67409              From: Peter Prymmer <pvhp@forte.com>
67410              Date: Tue, 10 Oct 2000 10:26:07 -0700 (PDT)
67411              Message-ID: <Pine.OSF.4.10.10010101020180.441897-100000@aspara.forte.com>
67412      Branch: perl
67413            ! t/op/oct.t
67414 ____________________________________________________________________________
67415 [  7211] By: jhi                                   on 2000/10/13  00:35:09
67416         Log: Update Changes.
67417      Branch: perl
67418            ! Changes patchlevel.h
67419 ____________________________________________________________________________
67420 [  7210] By: jhi                                   on 2000/10/12  23:59:40
67421         Log: The Install.pm third of
67422              
67423              Subject: Proposed patches, Install.pm getopts.pl termcap.pl
67424              From: Bill Campbell <bill@celestial.com>
67425              Message-ID: <20001005180451.A22029@kstarr.celestial.com>
67426              Date: Thu, 5 Oct 2000 18:04:51 -0700
67427      Branch: perl
67428            ! lib/ExtUtils/Install.pm
67429 ____________________________________________________________________________
67430 [  7209] By: jhi                                   on 2000/10/12  23:58:43
67431         Log: Two thirds of
67432              
67433              Subject: Proposed patches, Install.pm getopts.pl termcap.pl
67434              Date: Thu, 5 Oct 2000 18:04:51 -0700
67435              From: Bill Campbell <bill@celestial.com>
67436              Message-ID: <20001005180451.A22029@kstarr.celestial.com>
67437              
67438              The Install.pm changes will be submitted separately because
67439              they need some work and discussion still.
67440      Branch: perl
67441            ! lib/getopts.pl lib/termcap.pl
67442 ____________________________________________________________________________
67443 [  7208] By: jhi                                   on 2000/10/12  23:41:19
67444         Log: Subject:  [PATCH] 5.6.0 & 5.7.1,  VMS fixes
67445              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
67446              Date:     Thu, 12 Oct 2000 07:30:02 EDT
67447              Message-Id: <001012072828.2eabc@DUPHY4.Physics.Drexel.Edu>
67448      Branch: perl
67449            ! lib/File/Temp.pm t/lib/st-lock.t t/pod/find.t
67450            ! t/pod/testp2pt.pl vms/gen_shrfls.pl
67451 ____________________________________________________________________________
67452 [  7207] By: jhi                                   on 2000/10/12  23:39:01
67453         Log: An updated EBCDIC tr patch.
67454              
67455              Subject: Re: [PATCH: perl@7181] op/tr tests on OS/390
67456              From: Peter Prymmer <pvhp@forte.com>
67457              Date: Wed, 11 Oct 2000 17:16:30 -0700 (PDT)
67458              Message-ID: <Pine.OSF.4.10.10010111707430.516446-100000@aspara.forte.com>
67459      Branch: perl
67460            ! t/op/tr.t
67461 ____________________________________________________________________________
67462 [  7206] By: jhi                                   on 2000/10/12  23:34:55
67463         Log: Upgrade to CPAN 1.58, from Andreas König.
67464      Branch: perl
67465            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
67466 ____________________________________________________________________________
67467 [  7205] By: jhi                                   on 2000/10/12  23:29:08
67468         Log: Introduce the man[24-8] variables, from Andy Dougherty.
67469      Branch: metaconfig/U/perl
67470            + mandirs.U mandirstyle.U
67471      Branch: perl
67472            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
67473            ! config_h.SH epoc/config.sh uconfig.h uconfig.sh vos/config.def
67474            ! vos/config.h vos/config.pl vos/config_h.SH_orig
67475            ! win32/config.bc win32/config.gc win32/config.vc
67476 ____________________________________________________________________________
67477 [  7204] By: gsar                                  on 2000/10/12  18:11:24
67478         Log: restore change#7202
67479      Branch: perl
67480            ! mg.c
67481 ____________________________________________________________________________
67482 [  7203] By: gsar                                  on 2000/10/12  18:09:40
67483         Log: another test of the Emergency Broadcast System--back out 
67484              change#7202
67485      Branch: perl
67486            ! mg.c
67487 ____________________________________________________________________________
67488 [  7202] By: gsar                                  on 2000/10/12  16:40:47
67489         Log: (submitted on behalf of Jarkko)
67490              Fix the lib/encode.t subtest 6 failure as reported by Andreas
67491              Koenig, gmagical substr() wasn't propagating UTF8ness.  The bug
67492              was unearthed by change 7182, as was a bug in HTML::Entities.
67493      Branch: perl
67494            ! mg.c
67495 ____________________________________________________________________________
67496 [  7201] By: jhi                                   on 2000/10/11  03:16:05
67497         Log: SvPV() (via mg_get() of sv_2pv()) can update the UTF8ness of the SVs.
67498      Branch: perl
67499            ! pp_hot.c t/pragma/utf8.t
67500 ____________________________________________________________________________
67501 [  7200] By: jhi                                   on 2000/10/11  00:40:30
67502         Log: The #7198 was a false alarm.
67503      Branch: perl
67504            ! pp_hot.c
67505 ____________________________________________________________________________
67506 [  7199] By: jhi                                   on 2000/10/11  00:26:04
67507         Log: Remove duplicated code.
67508      Branch: perl
67509            ! t/lib/cgi-html.t
67510 ____________________________________________________________________________
67511 [  7198] By: jhi                                   on 2000/10/10  23:30:46
67512         Log: (Retracted by #7200.)
67513      Branch: perl
67514            ! pp_hot.c
67515 ____________________________________________________________________________
67516 [  7197] By: jhi                                   on 2000/10/10  21:49:30
67517         Log: Add the test case for #7190, from the original bug report
67518              by Andreas König.
67519      Branch: perl
67520            ! t/pragma/utf8.t
67521 ____________________________________________________________________________
67522 [  7196] By: jhi                                   on 2000/10/10  21:40:49
67523         Log: Reapply Andy's patch and regen Configure.
67524      Branch: perl
67525            ! Configure INSTALL Makefile.SH Porting/Glossary
67526            ! Porting/config.sh config_h.SH epoc/config.sh installperl
67527            ! uconfig.sh vos/config.def win32/config.bc win32/config.gc
67528            ! win32/config.vc
67529 ____________________________________________________________________________
67530 [  7195] By: jhi                                   on 2000/10/10  21:09:30
67531         Log: Use the versiononly instead of the installscripts,
67532              retract the changes 7146 and 7147.
67533      Branch: perl
67534            ! Configure INSTALL Makefile.SH Porting/Glossary
67535            ! Porting/config.sh Porting/config_H config_h.SH epoc/config.sh
67536            ! installperl uconfig.sh vos/config.def win32/config.bc
67537            ! win32/config.gc win32/config.vc
67538 ____________________________________________________________________________
67539 [  7194] By: jhi                                   on 2000/10/10  21:06:15
67540         Log: Subject: [PATCH: perl@7181] ver.t v string tests for os/390
67541              From: Peter Prymmer <pvhp@forte.com>
67542              Date: Tue, 10 Oct 2000 13:24:18 -0700 (PDT)
67543              Message-ID: <Pine.OSF.4.10.10010101322510.441897-100000@aspara.forte.com>
67544      Branch: perl
67545            ! t/op/ver.t
67546 ____________________________________________________________________________
67547 [  7193] By: jhi                                   on 2000/10/10  21:05:12
67548         Log: Subject: [PATCH: perl@7181] op/tr tests on OS/390
67549              From: Peter Prymmer <pvhp@forte.com>
67550              Date: Tue, 10 Oct 2000 13:56:35 -0700 (PDT)
67551              Message-ID: <Pine.OSF.4.10.10010101355140.441897-100000@aspara.forte.com>
67552      Branch: perl
67553            ! t/op/tr.t
67554 ____________________________________________________________________________
67555 [  7192] By: jhi                                   on 2000/10/10  20:57:30
67556         Log: Add versiononly, delete installscripts, from Andy Dougherty.
67557      Branch: metaconfig
67558            - U/installdirs/installscripts.U
67559      Branch: metaconfig/U/perl
67560            + versiononly.U
67561 ____________________________________________________________________________
67562 [  7191] By: jhi                                   on 2000/10/10  19:41:21
67563         Log: Subject: [PATCH: perl@7181] perlebcdic.pod updates and corrections
67564              From: Peter Prymmer <pvhp@forte.com>
67565              Date: Tue, 10 Oct 2000 12:35:57 -0700 (PDT)
67566              Message-ID: <Pine.OSF.4.10.10010101231390.441897-100000@aspara.forte.com>
67567      Branch: perl
67568            ! pod/perlebcdic.pod
67569 ____________________________________________________________________________
67570 [  7190] By: jhi                                   on 2000/10/10  19:26:14
67571         Log: Subject: Re: utf8 concat, mg_get
67572              From: Simon Cozens <simon@cozens.net>
67573              Date: Tue, 10 Oct 2000 17:40:17 +0100
67574              Message-ID: <20001010174017.A13130@pembro4.pmb.ox.ac.uk>
67575      Branch: perl
67576            ! pp_hot.c
67577 ____________________________________________________________________________
67578 [  7189] By: jhi                                   on 2000/10/10  19:23:03
67579         Log: Subject: [ID 20000720.004] ExtUtils::MakeMaker finds wrong version of perl
67580              From: jdb@dfwnet.sbms.sbc.com (J. David Blackstone)
67581              Date: Thu, 20 Jul 2000 13:31:22 -0500 (CDT)
67582              Message-Id: <200007201831.NAA05776@dfwnet1.dfwnet.sbms.sbc.com>
67583      Branch: perl
67584            ! lib/ExtUtils/MM_Unix.pm
67585 ____________________________________________________________________________
67586 [  7188] By: jhi                                   on 2000/10/10  15:31:24
67587         Log: Subject: RE: [ID 19990803.001] README.win32 suggestions 
67588              From: "Moore, Paul" <Paul.Moore@uk.origin-it.com>
67589              Date: Fri, 14 Jul 2000 10:47:36 +0100
67590              Message-ID: <714DFA46B9BBD0119CD000805FC1F53B012A8224@UKRUX002.rundc.uk.origin-it.com>
67591      Branch: perl
67592            ! README.win32
67593 ____________________________________________________________________________
67594 [  7187] By: jhi                                   on 2000/10/10  13:30:10
67595         Log: Quote the temp file name, needed in Win32 because the
67596              default name unfortunately contains spaces, shouldn't
67597              hurt elsewhere.
67598              
67599              Subject: FW: perldoc fails if $TEMP contains spaces
67600              From: "Moore, Paul" <Paul.Moore@uk.origin-it.com>
67601              Date: Thu, 14 Sep 2000 08:58:45 +0100
67602              Message-ID: <714DFA46B9BBD0119CD000805FC1F53B012A82AA@UKRUX002.rundc.uk.origin-it.com>
67603      Branch: perl
67604            ! utils/perldoc.PL
67605 ____________________________________________________________________________
67606 [  7186] By: jhi                                   on 2000/10/10  13:16:27
67607         Log: Subject: [PATCH 5.6.0] Re: [ID 20001009.004] SEGV from sprintf in a thread 
67608              From: hv@hugo.hybyte.com
67609              Date: Tue, 10 Oct 2000 14:10:20 +0100
67610              Message-Id: <200010101310.OAA00953@hugo.hybyte.com>
67611      Branch: perl
67612            ! t/lib/thr5005.t util.c
67613 ____________________________________________________________________________
67614 [  7185] By: jhi                                   on 2000/10/10  12:06:22
67615         Log: Upgrade to podlators 1.04, from Russ Allbery.
67616      Branch: perl
67617            ! lib/Pod/Man.pm lib/Pod/Text.pm
67618 ____________________________________________________________________________
67619 [  7184] By: jhi                                   on 2000/10/10  12:01:32
67620         Log: Upgrade to CGI.pm 2.74, from Lincoln Stein.
67621      Branch: perl
67622            ! lib/CGI.pm t/lib/cgi-form.t t/lib/cgi-html.t
67623 ____________________________________________________________________________
67624 [  7183] By: jhi                                   on 2000/10/09  23:47:15
67625         Log: Subject: [PATCH: perl@7159] various VMS cleanup issues + CXX configure
67626              From: Peter Prymmer <pvhp@forte.com>
67627              Message-ID: <Pine.OSF.4.10.10010091625290.260786-100000@aspara.forte.com>
67628              Date: Mon, 9 Oct 2000 16:30:44 -0700 (PDT)
67629      Branch: perl
67630            ! configure.com vms/descrip_mms.template vms/vms.c vms/vmsish.h
67631 ____________________________________________________________________________
67632 [  7182] By: jhi                                   on 2000/10/09  23:43:16
67633         Log: Make eq work again with utf8 (disabling the upgrading
67634              should no more be necessary since the copies of the
67635              scalars are upgraded, not the scalars themselves).
67636              Takes care of ID 20001009.001.  (The claimed length()
67637              bug in 20001009.001 seems bogus to me.)
67638      Branch: perl
67639            ! sv.c t/pragma/utf8.t
67640 ____________________________________________________________________________
67641 [  7181] By: gsar                                  on 2000/10/09  19:41:54
67642         Log: tweak for change#7173
67643      Branch: perl
67644            ! win32/win32sck.c
67645 ____________________________________________________________________________
67646 [  7180] By: gsar                                  on 2000/10/09  19:26:56
67647         Log: on Windows, clean targets might not work under some flavors of the shell
67648      Branch: perl
67649            ! win32/Makefile win32/makefile.mk
67650 ____________________________________________________________________________
67651 [  7179] By: jhi                                   on 2000/10/09  19:21:02
67652         Log: Update Changes.
67653      Branch: perl
67654            ! Changes patchlevel.h
67655 ____________________________________________________________________________
67656 [  7178] By: jhi                                   on 2000/10/09  19:18:23
67657         Log: Warn about unknown scripts.
67658              
67659              Subject: Re: ideas? patches? [PATCH bleadperl]
67660              From: Dominic Dunlop <domo@computer.org>
67661              Date: Mon, 9 Oct 2000 14:57:17 +0200
67662              Message-Id: <p04320400b6076a75b15f@[192.168.1.4]>
67663      Branch: perl
67664            ! lib/charnames.pm
67665 ____________________________________________________________________________
67666 [  7177] By: jhi                                   on 2000/10/09  19:13:27
67667         Log: Change #7160 had a nasty typo.
67668      Branch: metaconfig
67669            ! U/compline/Compile.U
67670      Branch: perl
67671            ! Configure config_h.SH
67672 ____________________________________________________________________________
67673 [  7176] By: gsar                                  on 2000/10/09  18:59:33
67674         Log: pod nit
67675      Branch: perl
67676            ! pod/perlport.pod
67677 ____________________________________________________________________________
67678 [  7175] By: gsar                                  on 2000/10/09  18:54:28
67679         Log: Windows9x doesn't support link(), despite what Config.pm
67680              might think
67681      Branch: perl
67682            ! lib/ExtUtils/Manifest.pm
67683 ____________________________________________________________________________
67684 [  7174] By: gsar                                  on 2000/10/09  18:50:03
67685         Log: avoid nonportable example code
67686      Branch: perl
67687            ! lib/File/Copy.pm
67688 ____________________________________________________________________________
67689 [  7173] By: gsar                                  on 2000/10/09  18:46:54
67690         Log: on Windows, avoid potential exception (could happen if MSVCRT isn't
67691              being used) when closing a socket handle
67692      Branch: perl
67693            ! win32/win32.c win32/win32.h win32/win32sck.c
67694 ____________________________________________________________________________
67695 [  7172] By: gsar                                  on 2000/10/09  18:41:40
67696         Log: on Windows, cwd strings in the environment should be of the
67697              form =X:=X:\foo instead of =X=X:\foo\
67698      Branch: perl
67699            ! win32/vdir.h
67700 ____________________________________________________________________________
67701 [  7171] By: gsar                                  on 2000/10/09  18:30:09
67702         Log: on Windows, LoadLibrary() could load an extension DLL multiple
67703              times if forward slashes are used in the path
67704      Branch: perl
67705            ! win32/win32.c
67706 ____________________________________________________________________________
67707 [  7170] By: jhi                                   on 2000/10/09  17:53:59
67708         Log: Add a todo note about overloadable assertions.
67709      Branch: perl
67710            ! Todo-5.6
67711 ____________________________________________________________________________
67712 [  7169] By: jhi                                   on 2000/10/09  13:43:45
67713         Log: Subject: PATCH 5.6 perldebguts grammar cleanup
67714              From: mjd@plover.com
67715              Date: 9 Oct 2000 00:24:44 -0000
67716              Message-ID: <20001009002444.10616.qmail@plover.com>
67717      Branch: perl
67718            ! pod/perldebguts.pod
67719 ____________________________________________________________________________
67720 [  7168] By: nick                                  on 2000/10/08  13:16:33
67721         Log: Tables assume network byte order for 16 bit forms, so 'S' packing
67722              is not right thing to do on (e.g. x86). Network order is also "right" for
67723              X fonts.
67724      Branch: perl
67725            ! ext/Encode/Encode.pm
67726 ____________________________________________________________________________
67727 [  7167] By: nick                                  on 2000/10/08  12:54:42
67728         Log: Make "encodings" work post-install when Encode/*.enc files may not
67729              be in same directory as Encode.pm
67730      Branch: perl
67731            ! ext/Encode/Encode.pm
67732 ____________________________________________________________________________
67733 [  7166] By: nick                                  on 2000/10/08  11:51:26
67734         Log: Work round the fact that $hash->{$key} does not take into account
67735              UTF8'ness of $key yet.  Thus fromUnicode needs to do $hash->{chr(ord($ch))}
67736              so that key is always in the "expected" encoding - i.e. same way we put
67737              it in the hash.
67738      Branch: perl
67739            ! ext/Encode/Encode.pm
67740 ____________________________________________________________________________
67741 [  7165] By: gsar                                  on 2000/10/08  04:15:29
67742         Log: save_re_context() could reset PL_curcop to freed memory, causing core
67743              dumps in code such as C<use CGI::Carp; use something_that_calls_die;>
67744      Branch: perl
67745            ! pp_ctl.c
67746 ____________________________________________________________________________
67747 [  7164] By: jhi                                   on 2000/10/06  20:51:48
67748         Log: UTF8ize split() so that the cloned substrings get the UTF8
67749              flag of the original scalar.  Problem reported by Simon Cozens.
67750      Branch: perl
67751            ! pp.c t/pragma/utf8.t
67752 ____________________________________________________________________________
67753 [  7163] By: nick                                  on 2000/10/06  20:48:34
67754         Log: Fix in change 7162 was too-late for case where we "upgraded" to PVIV and
67755              got a false +ve and so did not reach code which would have un-FAKEd the SV.
67756      Branch: perl
67757            ! sv.c
67758 ____________________________________________________________________________
67759 [  7162] By: nick                                  on 2000/10/06  20:25:37
67760         Log: Make sv_upgrade() undo READONLY|FAKE shared string hackery.
67761              To fix  (sort {$a <=> $b} keys %hash) in particular but
67762              should cover a number of other as-yet-unknown cases as well.
67763      Branch: perl
67764            ! sv.c
67765 ____________________________________________________________________________
67766 [  7161] By: jhi                                   on 2000/10/06  19:56:18
67767         Log: Change the version number of Tie::Handle in the core to 4.0,
67768              the (unrelated) Tie::Handle in CPAN will remain at 3.0.
67769              
67770              Subject: Note on Tie::Handle
67771              From: andreas.koenig@anima.de (Andreas J. Koenig)
67772              Date:      06 Oct 2000 21:48:58 +0200
67773              Message-ID: <m3ya01kaxh.fsf@ak-71.mind.de>
67774      Branch: perl
67775            ! lib/Tie/Handle.pm
67776 ____________________________________________________________________________
67777 [  7160] By: jhi                                   on 2000/10/06  18:20:35
67778         Log: Fix bug in #7157 (s/cflags/ccflags); moved the -o foo
67779              as the first option of cc/ld because of ultrapicky compilers
67780              (e.g. OS/390 R2.5)
67781      Branch: metaconfig
67782            + U/modified/d_getpgrp.U U/modified/d_setpgrp.U
67783            ! U/compline/Compile.U U/compline/Csym.U U/compline/ccflags.U
67784            ! U/compline/orderlib.U U/modified/Cppsym.U
67785            ! U/modified/d_access.U
67786      Branch: metaconfig/U/perl
67787            ! Checkcc.U d_dlsymun.U gccvers.U
67788      Branch: perl
67789            ! Configure config_h.SH
67790 ____________________________________________________________________________
67791 [  7159] By: jhi                                   on 2000/10/06  13:56:39
67792         Log: Update Changes.
67793      Branch: perl
67794            ! Changes patchlevel.h
67795 ____________________________________________________________________________
67796 [  7158] By: jhi                                   on 2000/10/06  12:48:40
67797         Log: Eliminate $Is_VMS code from the test.
67798              
67799              Subject:  Re: [ID 20001004.005] Not OK: perl v5.7.0 +DEVEL7129 on VMS_AXP V7.1
67800              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
67801              Message-Id: <001005074528.21621@DUPHY4.Physics.Drexel.Edu>
67802              Date:     Thu, 5 Oct 2000 07:46:33 EDT
67803      Branch: perl
67804            ! t/lib/b.t
67805 ____________________________________________________________________________
67806 [  7157] By: jhi                                   on 2000/10/06  12:47:13
67807         Log: Also the $ccflags is needed for the C compiler check.
67808              
67809              Subject: Configure (check for C-compiler)
67810              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
67811              Date: Fri, 06 Oct 2000 08:47:15 +0200
67812              Message-Id: <20001006084120.C52B.H.M.BRAND@hccnet.nl>
67813      Branch: metaconfig/U/perl
67814            ! Checkcc.U
67815      Branch: perl
67816            ! Configure config_h.SH
67817 ____________________________________________________________________________
67818 [  7156] By: jhi                                   on 2000/10/06  11:45:15
67819         Log: The HINT_BYTE patch is apparently unnecessary, retracted.
67820      Branch: perl
67821            ! perl.c pp_ctl.c sv.h utf8.c
67822 ____________________________________________________________________________
67823 [  7155] By: jhi                                   on 2000/10/06  11:40:41
67824         Log: IO::Handle->syswrite() did not handle length omission
67825              like CORE::syswrite() does.
67826              
67827              Subject: [Fwd] IO::Handle, syswrite and arguments
67828              From: Graham Barr <gbarr@pobox.com>
67829              Date: Fri, 6 Oct 2000 10:22:05 +0100
67830              Message-ID: <20001006102205.U6312@pobox.com>
67831              
67832              The original patch from andrew@ugh.net.au.
67833      Branch: perl
67834            ! ext/IO/lib/IO/Handle.pm
67835 ____________________________________________________________________________
67836 [  7154] By: jhi                                   on 2000/10/06  01:42:15
67837         Log: Tweak #7153.
67838      Branch: perl
67839            ! utf8.h
67840 ____________________________________________________________________________
67841 [  7153] By: jhi                                   on 2000/10/06  00:39:55
67842         Log: Patch from Simon Cozens to avoid using utf8 routines in EBCDIC.
67843      Branch: perl
67844            ! utf8.h
67845 ____________________________________________________________________________
67846 [  7152] By: jhi                                   on 2000/10/06  00:38:11
67847         Log: Patch from Peter Prymmer to disable utf8 in EBCDIC platforms.
67848      Branch: perl
67849            ! perl.c pp_ctl.c sv.h utf8.c
67850 ____________________________________________________________________________
67851 [  7151] By: jhi                                   on 2000/10/06  00:36:38
67852         Log: Subject: Re: Questions about Tie::Array and perl modules
67853              From: Nick Ing-Simmons <nik@tiuk.ti.com>
67854              Date: Thu, 5 Oct 2000 09:37:11 +0100 (BST)
67855              Message-Id: <200010050837.JAA00564@mikado.tiuk.ti.com>
67856              
67857              Bug reported and fix suggested by Philip D Crow <pcrow@hertz.com>.
67858      Branch: perl
67859            ! lib/Tie/Array.pm t/op/array.t
67860 ____________________________________________________________________________
67861 [  7150] By: jhi                                   on 2000/10/05  00:20:45
67862         Log: Regen Changes.
67863      Branch: perl
67864            ! Changes patchlevel.h
67865 ____________________________________________________________________________
67866 [  7149] By: jhi                                   on 2000/10/05  00:20:01
67867         Log: Regen toc.
67868      Branch: perl
67869            ! pod/perltoc.pod
67870 ____________________________________________________________________________
67871 [  7148] By: jhi                                   on 2000/10/04  23:35:08
67872         Log: Code around the stat-on-a-pipe-returns-a-mode-of-zero bug
67873              reported several times by Dominic Dunlop, for example in
67874              ID 20000315.008.  Patch from Dominic.  Patch affects at
67875              least MachTen, and possibly other oldish BSDs. Should not
67876              break non-broken platforms (tested on LinuxPPC). 
67877      Branch: perl
67878            ! doio.c
67879 ____________________________________________________________________________
67880 [  7147] By: jhi                                   on 2000/10/04  23:26:34
67881         Log: The one that got away from 7146.
67882      Branch: metaconfig
67883            + U/installdirs/installscripts.U
67884 ____________________________________________________________________________
67885 [  7146] By: jhi                                   on 2000/10/04  23:25:04
67886         Log: Enable disabling scripts installation by Configure -Uinstallscripts,
67887              suggested by H. Merijn Brand.
67888      Branch: perl
67889            ! Configure INSTALL Makefile.SH Porting/Glossary
67890            ! Porting/config.sh Porting/config_H epoc/config.sh installperl
67891            ! uconfig.sh vos/config.def win32/config.bc win32/config.gc
67892            ! win32/config.vc
67893 ____________________________________________________________________________
67894 [  7145] By: jhi                                   on 2000/10/04  22:08:21
67895         Log: Subject: Re: [PATCH 5.7.0] h2xs not documenting the created module
67896              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
67897              Date: Wed, 4 Oct 2000 17:37:46 -0400
67898              Message-ID: <20001004173746.A26697@monk.mps.ohio-state.edu>
67899      Branch: perl
67900            ! utils/h2xs.PL
67901 ____________________________________________________________________________
67902 [  7144] By: jhi                                   on 2000/10/04  18:11:41
67903         Log: Subject: [PATCH perlrun.pod] Re: [ID 20000930.002] perlrun nor perldelta mention -s modification
67904              From: Jeff Pinyan <jeffp@crusoe.net>
67905              Date: Tue, 3 Oct 2000 16:35:42 -0400 (EDT)
67906              Message-ID: <Pine.GSO.4.21.0010031634530.14163-100000@crusoe.crusoe.net>
67907      Branch: perl
67908            ! pod/perlrun.pod
67909 ____________________________________________________________________________
67910 [  7143] By: jhi                                   on 2000/10/04  18:09:58
67911         Log: Subject: perlhack.pod Patch for Externals Tools
67912              From: Fisher Mark <fisherm@tce.com>
67913              Date: Tue, 3 Oct 2000 15:43:27 -0500 
67914              Message-ID: <B9B6874277EED211B1890008C707AF530505B180@indyexch3.indy.tce.com>
67915      Branch: perl
67916            ! pod/perlhack.pod
67917 ____________________________________________________________________________
67918 [  7142] By: jhi                                   on 2000/10/04  18:08:41
67919         Log: Subject:  [PATCH] 5.6.0 & 5.7.0  VMS TZ fix for VMS6.2 and earlier
67920              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
67921              Date:     Wed, 4 Oct 2000 12:11:11 EDT
67922              Message-Id: <001004120530.25cb5@DUPHY4.Physics.Drexel.Edu>
67923      Branch: perl
67924            ! vms/vms.c
67925 ____________________________________________________________________________
67926 [  7141] By: jhi                                   on 2000/10/04  12:20:16
67927         Log: Subject: [PATCH 5.7.0] h2xs not working
67928              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
67929              Message-ID: <20001003214301.A22851@monk.mps.ohio-state.edu>
67930              Date: Tue, 3 Oct 2000 21:43:01 -0400
67931              
67932              Subject: [PATCH 5.7.0] h2xs not documenting the created module
67933              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
67934              Date: Tue, 3 Oct 2000 22:55:19 -0400
67935              Message-ID: <20001003225519.A23360@monk.mps.ohio-state.edu>
67936      Branch: perl
67937            ! utils/h2xs.PL
67938 ____________________________________________________________________________
67939 [  7140] By: jhi                                   on 2000/10/04  11:53:44
67940         Log: Subject: [ID 20001004.003] installman "Ambiguous call resolved as CORE::"
67941              From: nick@babyhippo.com
67942              Date: Wed, 4 Oct 2000 12:06:45 +0100
67943              Message-Id: <20001004120645.A7356@babyhippo.com>
67944              
67945              Retract 7118 and 7135.
67946      Branch: perl
67947            ! installman installperl op.c t/pragma/subs.t
67948 ____________________________________________________________________________
67949 [  7139] By: jhi                                   on 2000/10/03  22:09:41
67950         Log: It is possible to have no hosts database at all.  Pointed out in
67951              
67952              Subject: [PATCH: 7131] PWPASSWD problem for passwd less pwd's
67953              From: Peter Prymmer <pvhp@forte.com>
67954              Date: Tue, 3 Oct 2000 12:05:59 -0700 (PDT)
67955              Message-ID: <Pine.OSF.4.10.10010031203470.388222-100000@aspara.forte.com>
67956      Branch: metaconfig
67957            ! U/modified/myhostname.U
67958      Branch: perl
67959            ! Configure config_h.SH
67960 ____________________________________________________________________________
67961 [  7138] By: jhi                                   on 2000/10/03  21:49:49
67962         Log: Subject: [PATCH: 7131] PWPASSWD problem for passwd less pwd's
67963              From: Peter Prymmer <pvhp@forte.com>
67964              Date: Tue, 3 Oct 2000 12:05:59 -0700 (PDT)
67965              Message-ID: <Pine.OSF.4.10.10010031203470.388222-100000@aspara.forte.com>
67966      Branch: perl
67967            ! pp_sys.c
67968 ____________________________________________________________________________
67969 [  7137] By: jhi                                   on 2000/10/03  20:10:05
67970         Log: One remaining nit less at the VMS mailbox sizing.
67971      Branch: perl
67972            ! vms/vms.c
67973 ____________________________________________________________________________
67974 [  7136] By: jhi                                   on 2000/10/03  20:08:47
67975         Log: Test harness update to sync with the new perlcc,
67976              from Simon Cozens.
67977      Branch: perl
67978            ! t/TEST t/UTEST
67979 ____________________________________________________________________________
67980 [  7135] By: jhi                                   on 2000/10/03  15:15:42
67981         Log: Subject: Re: PATCH for 20001003.004
67982              Date: Tue, 3 Oct 2000 11:03:04 -0400 (EDT)
67983              From: "AARON B. DOSSETT" <aaron@iglou.com>
67984              Message-Id: <E13gTay-0006od-00@iglou.com>
67985      Branch: perl
67986            ! installman installperl
67987 ____________________________________________________________________________
67988 [  7134] By: jhi                                   on 2000/10/03  15:00:34
67989         Log: Subject: [ID 20001003.006] B::Debug not -w clean
67990              From: Nicholas Clark <nick@babyhippo.co.uk>
67991              Date: Tue, 03 Oct 2000 15:46:32 +0100
67992              Message-Id: <E13gTKy-0002R2-00@fruitbat.babyhippo.co.uk>
67993      Branch: perl
67994            ! ext/B/B/Debug.pm
67995 ____________________________________________________________________________
67996 [  7133] By: jhi                                   on 2000/10/03  14:58:39
67997         Log: Scale down the VMS message boxes, by Charles Lane.
67998              Fix for ID 20000903.009, workaround at
67999              http://www.xray.mpe.mpg.de/mailing-lists/vmsperl/2000-09/msg00039.html
68000      Branch: perl
68001            ! vms/vms.c
68002 ____________________________________________________________________________
68003 [  7132] By: jhi                                   on 2000/10/03  11:20:37
68004         Log: Upgrade to Storable 1.0.3, from Raphael Manfredi.
68005      Branch: perl
68006            + t/lib/st-lock.t t/lib/st-utf8.t
68007            ! MANIFEST ext/Storable/ChangeLog ext/Storable/Storable.pm
68008            ! ext/Storable/Storable.xs t/lib/st-recurse.t
68009 ____________________________________________________________________________
68010 [  7131] By: jhi                                   on 2000/10/03  03:38:23
68011         Log: Encode nits.
68012      Branch: perl
68013            ! MANIFEST Makefile.SH
68014 ____________________________________________________________________________
68015 [  7130] By: jhi                                   on 2000/10/03  03:31:05
68016         Log: Update Changes.
68017      Branch: perl
68018            ! Changes patchlevel.h
68019 ____________________________________________________________________________
68020 [  7129] By: jhi                                   on 2000/10/03  02:24:02
68021         Log: Misplaced else.
68022      Branch: metaconfig/U/perl
68023            ! d_strtoll.U
68024      Branch: perl
68025            ! Configure config_h.SH
68026 ____________________________________________________________________________
68027 [  7128] By: jhi                                   on 2000/10/03  02:08:29
68028         Log: Subject: [ID 20000915.007] Not OK: perl v5.7.0 +DEVEL7092 on os2-64int-ld 2.30 '(UNINSTALLED)'
68029              From: sthoenna@efn.org
68030              Date: Fri, 15 Sep 2000 07:19:57 -0700 (PDT)
68031              Message-Id: <200009151419.e8FEJvE19796@garcia.efn.org>
68032      Branch: metaconfig/U/perl
68033            ! d_strtoll.U
68034      Branch: perl
68035            ! Configure config_h.SH hints/os2.sh os2/os2ish.h
68036 ____________________________________________________________________________
68037 [  7127] By: jhi                                   on 2000/10/03  01:13:14
68038         Log: Update Changes.
68039      Branch: perl
68040            ! Changes patchlevel.h
68041 ____________________________________________________________________________
68042 [  7126] By: jhi                                   on 2000/10/03  00:57:08
68043         Log: Introduce NO_ENVIRON_ARRAY (and USE_ENVIRON_ARRAY) defines
68044              as suggested by Olaf Flebbe and Nick Clark.
68045      Branch: perl
68046            ! epoc/epocish.h perl.h sv.c unixish.h util.c vms/vmsish.h
68047 ____________________________________________________________________________
68048 [  7125] By: jhi                                   on 2000/10/03  00:50:56
68049         Log: Subject: [ID 20001002.001] Not OK: perl v5.7.0 +DEVEL7093 +...001 on i586-linux 2.2.16 (UNINSTALLED)
68050              From: Nick Clark <nick@plum.flirble.org>
68051              Date: Mon, 2 Oct 2000 11:03:24 +0100
68052              Message-Id: <20001002110324.D20073@plum.flirble.org>
68053              
68054              Also fixes bug ID 20001002.005.
68055      Branch: perl
68056            ! t/lib/encode.t
68057 ____________________________________________________________________________
68058 [  7124] By: jhi                                   on 2000/10/03  00:34:59
68059         Log: Subject: [PATCH 5.7.0] Epoc update
68060              From: Olaf Flebbe <o.flebbe@gmx.de>
68061              Date: Wed, 20 Sep 2000 23:16:26 +0200 (MEST)
68062              Message-ID: <26423.969484586@www10.gmx.net>
68063      Branch: perl
68064            ! README.epoc epoc/config.sh epoc/createpkg.pl epoc/epoc.c
68065            ! epoc/epoc_stubs.c epoc/epocish.h epoc/link.pl
68066            ! lib/AutoLoader.pm lib/Cwd.pm mg.c perl.c perl.h pp_sys.c sv.c
68067            ! util.c util.h
68068 ____________________________________________________________________________
68069 [  7123] By: jhi                                   on 2000/10/03  00:30:07
68070         Log: Regen headers.
68071      Branch: perl
68072            ! embed.h opcode.h pod/perlapi.pod pp.sym pp_proto.h
68073 ____________________________________________________________________________
68074 [  7122] By: jhi                                   on 2000/10/03  00:10:48
68075         Log: OpenBSD flags tweak from Todd C. Miller, tweaked some more by Abigail.
68076      Branch: perl
68077            ! hints/openbsd.sh
68078 ____________________________________________________________________________
68079 [  7121] By: jhi                                   on 2000/10/03  00:05:06
68080         Log: Subject: [PATCH pod/perlop.pod]  Documentation glitch in magic autoincrement.
68081              From: <abigail@foad.org>
68082              Date: Tue, 26 Sep 2000 13:36:14 -0400
68083              Message-ID: <20000926173614.4356.qmail@foad.org>
68084      Branch: perl
68085            ! pod/perlop.pod
68086 ____________________________________________________________________________
68087 [  7120] By: jhi                                   on 2000/10/03  00:04:00
68088         Log: Inside require() $^S was always left undefined.
68089              
68090              Subject: Re: Tiny 2-byte change to fix debugger's eval bug
68091              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
68092              Date: Wed, 27 Sep 2000 18:54:49 -0400
68093              Message-ID: <20000927185449.A24927@monk.mps.ohio-state.edu>
68094      Branch: perl
68095            ! cop.h mg.c pp_ctl.c util.c
68096 ____________________________________________________________________________
68097 [  7119] By: jhi                                   on 2000/10/03  00:00:16
68098         Log: Subject: [PATCH] DLL not restartabke with threaded perl
68099              From: "Dave Hartnoll" <Dave_Hartnoll@3b2.com>
68100              Date: Thu, 28 Sep 2000 09:20:46 +0100
68101              Message-ID: <002101c02925$00aa8d80$7e0aa8c0@3b2.com>
68102      Branch: perl
68103            ! perl.c
68104 ____________________________________________________________________________
68105 [  7118] By: jhi                                   on 2000/10/02  23:59:20
68106         Log: Subject: Re: [ID 20000828.017] bytecode fails with use subs;
68107              From: Nicholas Clark <nick@ccl4.org>
68108              Date: Thu, 28 Sep 2000 11:52:24 +0100
68109              Message-ID: <20000928115224.D7924@plum.flirble.org>
68110      Branch: perl
68111            ! op.c
68112 ____________________________________________________________________________
68113 [  7117] By: jhi                                   on 2000/10/02  23:57:51
68114         Log: Subject: [ID 20000928.002] perlcc & ByteCode.pm option mismatch
68115              From: Nicholas Clark <nick@babyhippo.co.uk>
68116              Date: Thu, 28 Sep 2000 12:18:10 +0100
68117              Message-Id: <E13ebha-0004IV-00@fruitbat.babyhippo.co.uk>
68118              
68119              Did not apply cleanly, manual intervention was needed.
68120      Branch: perl
68121            ! ext/B/B/Bytecode.pm utils/perlcc.PL
68122 ____________________________________________________________________________
68123 [  7116] By: jhi                                   on 2000/10/02  23:50:40
68124         Log: Document the issue (is not a syntax error, kind of)
68125              
68126              Subject: Re: [ID 20000901.011] the list (1,,3) ought to be a syntax error
68127              From: Nicholas Clark <nick@ccl4.org>
68128              Date: Thu, 28 Sep 2000 17:12:42 +0100
68129              Message-ID: <20000928171242.K7924@plum.flirble.org>
68130      Branch: perl
68131            ! pod/perldata.pod
68132 ____________________________________________________________________________
68133 [  7115] By: jhi                                   on 2000/10/02  23:48:58
68134         Log: Subject: [PATCH 5.7.0] Minor optimization in re_intuit_start
68135              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
68136              Date: Thu, 28 Sep 2000 21:55:31 -0400
68137              Message-ID: <20000928215531.A4315@monk.mps.ohio-state.edu>
68138      Branch: perl
68139            ! regexec.c
68140 ____________________________________________________________________________
68141 [  7114] By: jhi                                   on 2000/10/02  23:47:57
68142         Log: Subject: DOC PATCH 5.6.0
68143              From: mjd@plover.com
68144              Date: 30 Sep 2000 06:02:34 -0000
68145              Message-ID: <20000930060234.4559.qmail@plover.com>
68146      Branch: perl
68147            ! pod/perldebguts.pod
68148 ____________________________________________________________________________
68149 [  7113] By: jhi                                   on 2000/10/02  23:46:43
68150         Log: SOCK_DGRAM and listen() do not mix as reported in
68151              
68152              Subject: [ID 20000930.001] Bug in perl 5.00503 IO::Socket
68153              From: Petter Reinholdtsen <pere@hungry.com>
68154              Date: Sun, 1 Oct 2000 10:57:20 +0800
68155              Message-Id: <200010010257.KAA05735@localhost.localdomain>
68156              
68157              The patch for 5.7.0+ had to be reengineered, though.
68158      Branch: perl
68159            ! ext/IO/lib/IO/Socket/UNIX.pm
68160 ____________________________________________________________________________
68161 [  7112] By: jhi                                   on 2000/10/02  23:36:57
68162         Log: Subject: Re: [PATCH 5.005_64 missed]
68163              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
68164              Date: Sun, 1 Oct 2000 18:50:10 -0400
68165              Message-ID: <20001001185010.A14152@monk.mps.ohio-state.edu>
68166      Branch: perl
68167            ! pod/perlxs.pod
68168 ____________________________________________________________________________
68169 [  7111] By: jhi                                   on 2000/10/02  23:35:40
68170         Log: Subject: Re: [ID 20000912.008] substr replacement of tainted data (bug) 
68171              From: Radu Greab <radu@netsoft.ro>
68172              Date: Mon, 2 Oct 2000 22:03:44 +0300 (EEST)
68173              Message-ID: <14808.56336.594486.626712@busy.netsoft.ro>
68174      Branch: perl
68175            ! op.c opcode.pl t/op/substr.t
68176 ____________________________________________________________________________
68177 [  7110] By: jhi                                   on 2000/10/02  23:32:38
68178         Log: Subject: [PATCH] Fix aliasing of tied filehandles
68179              From: Daniel Chetlin <daniel@chetlin.com>
68180              Date: Mon, 2 Oct 2000 14:53:27 -0700
68181              Message-ID: <20001002145327.C1617@ilmd>
68182      Branch: perl
68183            ! perl.h pp_hot.c t/op/tiehandle.t
68184 ____________________________________________________________________________
68185 [  7109] By: jhi                                   on 2000/10/02  23:31:30
68186         Log: s/Robin Parker/Robin Barker/
68187      Branch: perl
68188            ! Changes5.6
68189 ____________________________________________________________________________
68190 [  7108] By: jhi                                   on 2000/10/02  23:15:46
68191         Log: Retract #7091 as suggested in
68192              
68193              From: Robin Barker <rmb1@cise.npl.co.uk> 
68194              Subject: [PATCH-R]  was Re: SuSE's gcc-2.95.2 and //depot/perl
68195              Date: Fri, 29 Sep 2000 13:10:22 +0100 (BST)
68196              Message-Id: <200009291210.NAA17098@tempest.npl.co.uk>
68197      Branch: perl
68198            ! embed.pl proto.h
68199 ____________________________________________________________________________
68200 [  7107] By: nick                                  on 2000/10/02  18:23:14
68201         Log: A few tweaks to get Tk803 to work with Encode scheme.
68202      Branch: perl
68203            ! ext/Encode/Encode.pm ext/Encode/Encode.xs t/lib/encode.t
68204 ____________________________________________________________________________
68205 [  7106] By: nick                                  on 2000/10/01  21:34:14
68206         Log: Add checking cases to Encode's toUnicode and fromUnicode.
68207      Branch: perl
68208            ! ext/Encode/Encode.pm
68209 ____________________________________________________________________________
68210 [  7105] By: nick                                  on 2000/10/01  17:18:01
68211         Log: Add encoding tables from tcl8.3.2 and perl code in Encode.pm
68212              To read and use them.
68213              Add a lib/encode.t which checks a few things.
68214      Branch: perl
68215            + ext/Encode/Encode/ascii.enc ext/Encode/Encode/big5.enc
68216            + ext/Encode/Encode/cp1250.enc ext/Encode/Encode/cp1251.enc
68217            + ext/Encode/Encode/cp1252.enc ext/Encode/Encode/cp1253.enc
68218            + ext/Encode/Encode/cp1254.enc ext/Encode/Encode/cp1255.enc
68219            + ext/Encode/Encode/cp1256.enc ext/Encode/Encode/cp1257.enc
68220            + ext/Encode/Encode/cp1258.enc ext/Encode/Encode/cp437.enc
68221            + ext/Encode/Encode/cp737.enc ext/Encode/Encode/cp775.enc
68222            + ext/Encode/Encode/cp850.enc ext/Encode/Encode/cp852.enc
68223            + ext/Encode/Encode/cp855.enc ext/Encode/Encode/cp857.enc
68224            + ext/Encode/Encode/cp860.enc ext/Encode/Encode/cp861.enc
68225            + ext/Encode/Encode/cp862.enc ext/Encode/Encode/cp863.enc
68226            + ext/Encode/Encode/cp864.enc ext/Encode/Encode/cp865.enc
68227            + ext/Encode/Encode/cp866.enc ext/Encode/Encode/cp869.enc
68228            + ext/Encode/Encode/cp874.enc ext/Encode/Encode/cp932.enc
68229            + ext/Encode/Encode/cp936.enc ext/Encode/Encode/cp949.enc
68230            + ext/Encode/Encode/cp950.enc ext/Encode/Encode/dingbats.enc
68231            + ext/Encode/Encode/euc-cn.enc ext/Encode/Encode/euc-jp.enc
68232            + ext/Encode/Encode/euc-kr.enc ext/Encode/Encode/gb12345.enc
68233            + ext/Encode/Encode/gb1988.enc ext/Encode/Encode/gb2312.enc
68234            + ext/Encode/Encode/iso2022-jp.enc
68235            + ext/Encode/Encode/iso2022-kr.enc ext/Encode/Encode/iso2022.enc
68236            + ext/Encode/Encode/iso8859-1.enc
68237            + ext/Encode/Encode/iso8859-2.enc
68238            + ext/Encode/Encode/iso8859-3.enc
68239            + ext/Encode/Encode/iso8859-4.enc
68240            + ext/Encode/Encode/iso8859-5.enc
68241            + ext/Encode/Encode/iso8859-6.enc
68242            + ext/Encode/Encode/iso8859-7.enc
68243            + ext/Encode/Encode/iso8859-8.enc
68244            + ext/Encode/Encode/iso8859-9.enc ext/Encode/Encode/jis0201.enc
68245            + ext/Encode/Encode/jis0208.enc ext/Encode/Encode/jis0212.enc
68246            + ext/Encode/Encode/koi8-r.enc ext/Encode/Encode/ksc5601.enc
68247            + ext/Encode/Encode/macCentEuro.enc
68248            + ext/Encode/Encode/macCroatian.enc
68249            + ext/Encode/Encode/macCyrillic.enc
68250            + ext/Encode/Encode/macDingbats.enc
68251            + ext/Encode/Encode/macGreek.enc
68252            + ext/Encode/Encode/macIceland.enc
68253            + ext/Encode/Encode/macJapan.enc ext/Encode/Encode/macRoman.enc
68254            + ext/Encode/Encode/macRomania.enc ext/Encode/Encode/macThai.enc
68255            + ext/Encode/Encode/macTurkish.enc
68256            + ext/Encode/Encode/macUkraine.enc
68257            + ext/Encode/Encode/shiftjis.enc ext/Encode/Encode/symbol.enc
68258            + t/lib/encode.t
68259            ! MANIFEST ext/Encode/Encode.pm
68260 ____________________________________________________________________________
68261 [  7104] By: nick                                  on 2000/09/30  13:04:30
68262         Log: Subject: [PATCH@blead] Fix some recursion in overload.pm
68263              From: Daniel Chetlin <daniel@chetlin.com>
68264              Date: Mon, 18 Sep 2000 05:05:40 -0700
68265              Message-Id: <20000918050540.C652@ilmd>
68266      Branch: perl
68267            ! lib/overload.pm sv.c t/pragma/overload.t
68268 ____________________________________________________________________________
68269 [  7103] By: nick                                  on 2000/09/30  12:53:36
68270         Log: Subject: [ID 20000917.002] 5.7.0 and blead@7095 make html makes man
68271              From: Johan Vromans <jvromans@squirrel.nl>
68272              Date: Sun, 17 Sep 2000 19:46:05 +0200 (CEST)
68273              Message-Id: <14789.861.376723.870640@phoenix.squirrel.nl>
68274      Branch: perl
68275            ! pod/Makefile.SH
68276 ____________________________________________________________________________
68277 [  7102] By: nick                                  on 2000/09/30  12:52:31
68278         Log: Subject: [PATCH] Re: [ID 20000915.010] Infinite loop with -MO=Deparse
68279              From: Spider Boardman <spider@Orb.Nashua.NH.US>
68280              Date: Sat, 16 Sep 2000 16:36:45 -0400
68281              Message-Id: <200009162036.QAA11694@Orb.Nashua.NH.US>
68282      Branch: perl
68283            ! ext/B/B/Deparse.pm
68284 ____________________________________________________________________________
68285 [  7101] By: nick                                  on 2000/09/30  12:51:41
68286         Log: Subject: [PATCH perl@7065] another VMS my_fwrite() fix for Storable
68287              From: Craig A. Berry <craig.berry@psinetcs.com>
68288              Date: Sat, 16 Sep 2000 10:11:10 -0500
68289              Message-Id: <4.3.2.7.2.20000916010548.01ce1b60@exchi01>
68290      Branch: perl
68291            ! vms/vms.c
68292 ____________________________________________________________________________
68293 [  7100] By: nick                                  on 2000/09/30  12:50:33
68294         Log: Subject: Re: unicode support and perl [ID 20000901.097]
68295              From: Spider Boardman <spider@Orb.Nashua.NH.US>
68296              Date: Fri, 15 Sep 2000 16:37:58 -0400
68297              Message-Id: <200009152037.QAA19056@Orb.Nashua.NH.US>
68298      Branch: perl
68299            ! t/op/append.t
68300 ____________________________________________________________________________
68301 [  7099] By: nick                                  on 2000/09/30  12:49:35
68302         Log: Subject: Re: unicode support and perl [ID 20000901.097]
68303              From: Spider Boardman <spider@Orb.Nashua.NH.US>
68304              Date: Fri, 15 Sep 2000 16:25:30 -0400
68305              Message-Id: <200009152025.QAA18540@Orb.Nashua.NH.US>
68306      Branch: perl
68307            ! pp_hot.c
68308 ____________________________________________________________________________
68309 [  7098] By: nick                                  on 2000/09/30  12:48:00
68310         Log: Subject: Re: Trapping by opmask sets strange parser state [PATCH]
68311              From: Gisle Aas <gisle@ActiveState.com>
68312              Date: 15 Sep 2000 16:23:41 +0200
68313              Message-Id: <m3aed9ybrm.fsf@eik.g.aas.no>
68314      Branch: perl
68315            ! toke.c
68316 ____________________________________________________________________________
68317 [  7097] By: nick                                  on 2000/09/30  12:45:16
68318         Log: Subject: [PATCH] Nits in perlmod.pod
68319              From: Daniel Chetlin <daniel@chetlin.com>
68320              Date: Fri, 15 Sep 2000 02:04:09 -0700
68321              Message-Id: <20000915020409.A2104@ilmd>
68322      Branch: perl
68323            ! pod/perlmod.pod
68324 ____________________________________________________________________________
68325 [  7096] By: nick                                  on 2000/09/30  12:18:00
68326         Log: Re-instate Perl_utf8_to_uv without checking parameter - added in change 7075.
68327              i.e. rename Simon's function to Perl_utf8_to_uv_chk, change all calls to it
68328              to use new name and add Perl_utf8_to_uv() as a wrapper which calls it passing
68329              0 to checking to get the warning.
68330      Branch: perl
68331            ! doop.c embed.h embed.pl global.sym handy.h objXSUB.h op.c
68332            ! perlapi.c pod/perlapi.pod pp.c pp_ctl.c proto.h regcomp.c
68333            ! regexec.c sv.c toke.c utf8.c
68334 ____________________________________________________________________________
68335 [  7095] By: nick                                  on 2000/09/15  16:55:59
68336         Log: Multiplicity & ithreads fix for sv.c/Encode.xs
68337              
68338              Subject: [ID 20000915.004] Not OK: perl v5.7.1 +devel-7094 on alpha-dec_osf-thread-multi 4.0f (UNINSTALLED)
68339              From: Spider Boardman <spider@Orb.Nashua.NH.US>
68340              Message-Id: <200009151037.GAA07447@Orb.Nashua.NH.US>
68341              Date: Fri, 15 Sep 2000 06:37:30 -0400
68342      Branch: perl
68343            ! ext/Encode/Encode.xs sv.c
68344 ____________________________________________________________________________
68345 [  7094] By: jhi                                   on 2000/09/15  03:23:32
68346         Log: Update Changes.
68347      Branch: perl
68348            ! Changes patchlevel.h
68349 ____________________________________________________________________________
68350 [  7093] By: jhi                                   on 2000/09/15  03:11:44
68351         Log: Fix for the charnames.t failures from Spider Boardman.
68352      Branch: perl
68353            ! toke.c
68354 ____________________________________________________________________________
68355 [  7092] By: jhi                                   on 2000/09/15  00:15:48
68356         Log: Botched the #7090 check-in.
68357      Branch: perl
68358            ! sv.c
68359 ____________________________________________________________________________
68360 [  7091] By: jhi                                   on 2000/09/14  23:33:24
68361         Log: Part of #7081 didn't come through.
68362      Branch: perl
68363            ! embed.pl proto.h
68364 ____________________________________________________________________________
68365 [  7090] By: jhi                                   on 2000/09/14  23:17:39
68366         Log: Subject: Re: perl@7078 
68367              From: Spider Boardman <spider@web.zk3.dec.com>
68368              Date: Thu, 14 Sep 2000 19:06:36 -0400
68369              Message-Id: <200009142306.TAA20082@leggy.zk3.dec.com>
68370      Branch: perl
68371            ! sv.c toke.c
68372 ____________________________________________________________________________
68373 [  7089] By: jhi                                   on 2000/09/14  23:11:21
68374         Log: Small portability tweaks.
68375      Branch: perl
68376            ! ext/Encode/Encode.xs
68377 ____________________________________________________________________________
68378 [  7088] By: jhi                                   on 2000/09/14  22:57:23
68379         Log: Fake return to pacify picky compilers.
68380      Branch: perl
68381            ! ext/Encode/Encode.xs
68382 ____________________________________________________________________________
68383 [  7087] By: jhi                                   on 2000/09/14  22:53:37
68384         Log: Subject: [PATCH] utf8.c apidoc
68385              From: Simon Cozens <simon@cozens.net>
68386              Date: Thu, 14 Sep 2000 23:46:57 +0100
68387              Message-ID: <20000914234657.A13953@deep-dark-truthful-mirror.perlhacker.org>
68388      Branch: perl
68389            ! perlapi.c pod/perlapi.pod utf8.c
68390 ____________________________________________________________________________
68391 [  7086] By: jhi                                   on 2000/09/14  22:40:38
68392         Log: We don't need to count the high bit bytes, a boolean is enough. 
68393      Branch: perl
68394            ! sv.c
68395 ____________________________________________________________________________
68396 [  7085] By: jhi                                   on 2000/09/14  21:20:09
68397         Log: Replace #7084 with
68398              
68399              Subject: Re: perl@7078 
68400              From: Spider Boardman <spider@web.zk3.dec.com>
68401              Date: Thu, 14 Sep 2000 17:09:36 -0400
68402              Message-Id: <200009142109.RAA03425@leggy.zk3.dec.com>
68403      Branch: perl
68404            ! sv.c utf8.c
68405 ____________________________________________________________________________
68406 [  7084] By: jhi                                   on 2000/09/14  20:03:34
68407         Log: UTF8-encoded version of 256 is 0xc4 0x80; test that a char is
68408              convertible to bytes by checking it doesn't go above 0xc3
68409              
68410              Subject: Re: perl@7078
68411              From: Simon Cozens <simon@cozens.net>
68412              Date: Thu, 14 Sep 2000 20:59:19 +0100
68413              Message-ID: <20000914205919.A11098@deep-dark-truthful-mirror.perlhacker.org>
68414      Branch: perl
68415            ! utf8.c
68416 ____________________________________________________________________________
68417 [  7083] By: jhi                                   on 2000/09/14  19:38:47
68418         Log: Subject: Re: perl@7078
68419              From: Simon Cozens <simon@cozens.net>
68420              Date: Thu, 14 Sep 2000 20:13:09 +0100
68421              Message-ID: <20000914201309.A10640@deep-dark-truthful-mirror.perlhacker.org>
68422      Branch: perl
68423            ! t/op/bop.t
68424 ____________________________________________________________________________
68425 [  7082] By: jhi                                   on 2000/09/14  17:50:44
68426         Log: The one that got away.
68427      Branch: perl
68428            ! lib/File/Find.pm
68429 ____________________________________________________________________________
68430 [  7081] By: jhi                                   on 2000/09/14  17:45:35
68431         Log: Subject: [PATCH perl-5.7.0] continued -Wformat support
68432              From: Robin Barker <rmb1@cise.npl.co.uk>
68433              Message-Id: <200009141707.SAA13276@tempest.npl.co.uk>
68434              Date: Thu, 14 Sep 2000 18:07:38 +0100 (BST)
68435      Branch: perl
68436            ! Porting/pumpkin.pod embed.pl ext/ByteLoader/bytecode.h
68437            ! ext/Devel/Peek/Peek.xs ext/DynaLoader/dl_dlopen.xs
68438            ! ext/Storable/Storable.xs malloc.c perl.c perl.h pp.c proto.h
68439            ! regcomp.c toke.c universal.c
68440 ____________________________________________________________________________
68441 [  7080] By: jhi                                   on 2000/09/14  17:40:35
68442         Log: Problems picked up by AIX cc.
68443              
68444              Subject: Re: perl@7078 (patch included)
68445              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
68446              Date: Thu, 14 Sep 2000 18:53:30 +0200
68447              Message-Id: <20000914182304.7017.H.M.BRAND@hccnet.nl>
68448      Branch: perl
68449            ! ext/Encode/Encode.xs
68450 ____________________________________________________________________________
68451 [  7079] By: jhi                                   on 2000/09/14  17:38:27
68452         Log: Subject: File::Find 5.7.0 POD nits
68453              From: Rich Morin <rdm@cfcl.com>
68454              Date: Wed, 13 Sep 2000 22:03:58 -0700
68455              Message-Id: <v042208a0b5e60b3149be@w205.z205158144.scl-ca.dsl.cnc.net>
68456      Branch: perl
68457            ! lib/File/Find.pm
68458 ____________________________________________________________________________
68459 [  7078] By: jhi                                   on 2000/09/14  14:58:20
68460         Log: Update Changes.
68461      Branch: perl
68462            ! Changes patchlevel.h
68463 ____________________________________________________________________________
68464 [  7077] By: jhi                                   on 2000/09/14  14:55:54
68465         Log: Compilation warnings and an error.
68466      Branch: perl
68467            ! sv.c
68468 ____________________________________________________________________________
68469 [  7076] By: jhi                                   on 2000/09/14  14:42:56
68470         Log: Fix for a parsing bug, not for the original bug.
68471              
68472              Subject: Re: [ID 20000910.005] Another segfault with regexes. 
68473              From: Spider Boardman <spider@web.zk3.dec.com>
68474              Date: Wed, 13 Sep 2000 17:52:20 -0400
68475              Message-Id: <200009132152.RAA24029@leggy.zk3.dec.com>
68476      Branch: perl
68477            ! regcomp.c
68478 ____________________________________________________________________________
68479 [  7075] By: jhi                                   on 2000/09/14  14:40:40
68480         Log: Batch of UTF-8 patches from Simon Cozens.
68481      Branch: perl
68482            ! doop.c embed.h embed.pl ext/Encode/Encode.xs handy.h op.c
68483            ! pod/perlapi.pod pp.c pp_ctl.c proto.h regcomp.c regexec.c sv.c
68484            ! toke.c utf8.c
68485 ____________________________________________________________________________
68486 [  7074] By: jhi                                   on 2000/09/14  14:29:58
68487         Log: Subject: Re: Two advertising clauses need to be removed
68488              From: Russ Allbery <rra@stanford.edu>
68489              Date: 13 Sep 2000 18:50:26 -0700
68490              Message-ID: <ylwvgfvj19.fsf@windlord.stanford.edu>
68491      Branch: perl
68492            ! ext/SDBM_File/sdbm/dbm.c ext/SDBM_File/sdbm/dbm.h
68493 ____________________________________________________________________________
68494 [  7073] By: jhi                                   on 2000/09/14  14:28:20
68495         Log: Subject: [PATCH] de-wall t/README
68496              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
68497              Date: Wed, 13 Sep 2000 17:46:55 -0700
68498              Message-ID: <//Bw5gzkge/e092yn@efn.org>
68499      Branch: perl
68500            ! t/README
68501 ____________________________________________________________________________
68502 [  7072] By: jhi                                   on 2000/09/14  14:25:10
68503         Log: Hints optimization.
68504              
68505              Subject: Minor nit
68506              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
68507              Date: Wed, 13 Sep 2000 21:42:07 +0200
68508              Message-Id: <20000913214116.1D38.H.M.BRAND@hccnet.nl>
68509      Branch: perl
68510            ! hints/hpux.sh
68511 ____________________________________________________________________________
68512 [  7071] By: jhi                                   on 2000/09/14  14:23:30
68513         Log: Allow chop() and chomp() to be overridden.
68514              
68515              Subject: [PATCH] Re: [ID 20000911.006] I can override glob but not chop?
68516              From: "Casey R. Tweten" <crt@kiski.net>
68517              Date: Wed, 13 Sep 2000 12:41:31 -0400 (EDT)
68518              Message-ID: <Pine.OSF.4.21.0009131154120.6661-100000@home.kiski.net>
68519      Branch: perl
68520            ! toke.c
68521 ____________________________________________________________________________
68522 [  7070] By: jhi                                   on 2000/09/14  14:20:36
68523         Log: The return value of setlocale must be copied away.
68524              
68525              Subject: [ID 20000913.001] Heap corruption in Perl_init_i18nl10n
68526              From: Alan Burlison <Alan.Burlison@uk.sun.com>
68527              Date: Wed, 13 Sep 2000 16:27:37 +0100 
68528              Message-Id: <39BF9CE9.3D7FBBDD@uk.sun.com>
68529      Branch: perl
68530            ! util.c
68531 ____________________________________________________________________________
68532 [  7069] By: jhi                                   on 2000/09/14  14:16:27
68533         Log: Remove vestiges of tr//CU.
68534              
68535              Subject: [ID 20000912.009] perlunicode.pod still mentions tr///CU
68536              From: Nick Clark <nick@plum.flirble.org>
68537              Date: Tue, 12 Sep 2000 22:50:14 +0100
68538              Message-Id: <E13YxwU-000DDQ-00@plum.flirble.org>
68539              
68540              Subject: Re: [ID 20000912.009] perlunicode.pod still mentions tr///CU
68541              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
68542              Date: Tue, 12 Sep 2000 21:38:48 -0700
68543              Message-ID: <YTwv5gzkgmfL092yn@efn.org>
68544      Branch: perl
68545            ! op.h pod/perlunicode.pod
68546 ____________________________________________________________________________
68547 [  7068] By: jhi                                   on 2000/09/13  14:18:39
68548         Log: Add the Encode extension.  The code is still largely just skeleton.
68549      Branch: perl
68550            + ext/Encode/Encode.pm ext/Encode/Encode.xs
68551            + ext/Encode/Makefile.PL ext/Encode/Todo
68552            ! MANIFEST Todo-5.6
68553 ____________________________________________________________________________
68554 [  7067] By: jhi                                   on 2000/09/12  17:43:33
68555         Log: Allow for whitespace between "#" and "line" in cpp output.
68556              
68557              Subject: [PATCH] Re: Problems compiling bleadperl on Unicos 9
68558              From: Calle Dybedahl <calle@lysator.liu.se>
68559              Date: 12 Sep 2000 19:38:02 +0200 
68560              Message-ID: <867l8hy0hx.fsf_-_@tezcatlipoca.algonet.se>
68561      Branch: perl
68562            ! ext/Errno/ChangeLog ext/Errno/Errno_pm.PL
68563 ____________________________________________________________________________
68564 [  7066] By: gsar                                  on 2000/09/12  17:24:29
68565         Log: change#6327 didn't quite go all the way to enable USE_SOCKETS_AS_HANDLES
68566              initialization in all the threads on Windows
68567      Branch: perl
68568            ! win32/win32.c
68569 ____________________________________________________________________________
68570 [  7065] By: jhi                                   on 2000/09/12  15:11:31
68571         Log: Update Changes.
68572      Branch: perl
68573            ! Changes patchlevel.h
68574 ____________________________________________________________________________
68575 [  7064] By: jhi                                   on 2000/09/12  14:54:54
68576         Log: Retract #7062, the pod tests are not ready.
68577      Branch: perl
68578            ! t/TEST t/harness
68579 ____________________________________________________________________________
68580 [  7063] By: jhi                                   on 2000/09/12  14:25:41
68581         Log: The #7054 truncated Configure badly.
68582      Branch: metaconfig/U/perl
68583            ! End.U
68584      Branch: perl
68585            ! Configure config_h.SH
68586 ____________________________________________________________________________
68587 [  7062] By: jhi                                   on 2000/09/12  14:08:32
68588         Log: Subject: [ID 20000911.009] t/pod/*.t tests not run by harness or make test
68589              From: sthoenna@efn.org
68590              Date: Mon, 11 Sep 2000 17:56:47 -0700 (PDT)
68591              Message-Id: <200009120056.e8C0ulZ21635@garcia.efn.org>
68592      Branch: perl
68593            ! t/TEST t/harness
68594 ____________________________________________________________________________
68595 [  7061] By: jhi                                   on 2000/09/12  14:07:18
68596         Log: Subject: [ID 20000911.011] misplaced typemap in perlxs.pod
68597              From: sthoenna@efn.org
68598              Date: Mon, 11 Sep 2000 22:07:21 -0700 (PDT)
68599              Message-Id: <200009120507.e8C57LA02461@garcia.efn.org>
68600      Branch: perl
68601            ! pod/perlxs.pod
68602 ____________________________________________________________________________
68603 [  7060] By: jhi                                   on 2000/09/12  14:06:08
68604         Log: Break up the myconfig lines a bit.
68605              
68606              Subject: perlbug/perl -V output format
68607              From: sthoenna@efn.org
68608              Date: Tue, 12 Sep 2000 00:04:11 -0700 (PDT)
68609              Message-Id: <200009120704.e8C74BX10562@garcia.efn.org>
68610      Branch: perl
68611            ! myconfig.SH
68612 ____________________________________________________________________________
68613 [  7059] By: jhi                                   on 2000/09/12  14:05:04
68614         Log: Test for the #7049.
68615              
68616              Subject: Re: [PATCH] Re: [ID 20000910.001] Not OK: perl v5.7.0 +DEVEL7044 on    i686-linux 2.2.16-raid (UNINSTALLED)
68617              From: andreas.koenig@anima.de (Andreas J. Koenig)
68618              Date: 12 Sep 2000 06:42:01 +0200
68619              Message-ID: <m3k8cigr1i.fsf@ak-71.mind.de>
68620      Branch: perl
68621            ! t/op/my.t
68622 ____________________________________________________________________________
68623 [  7058] By: jhi                                   on 2000/09/12  14:03:05
68624         Log: Subject: [patch: perl@7045] vms updates
68625              From: Peter Prymmer <pvhp@forte.com>
68626              Date: Mon, 11 Sep 2000 18:41:48 -0700 (PDT)
68627              Message-ID: <Pine.OSF.4.10.10009111840030.339348-100000@aspara.forte.com>
68628      Branch: perl
68629            ! configure.com lib/ExtUtils/MM_VMS.pm vms/descrip_mms.template
68630 ____________________________________________________________________________
68631 [  7057] By: jhi                                   on 2000/09/12  14:00:51
68632         Log: Subject: [ID 20000911.008] Not OK: perl v5.7.0 +DEVEL7048 on os2-64int-ld 2.30 (UNINSTALLED)
68633              From: sthoenna@efn.org
68634              Date: Mon, 11 Sep 2000 16:28:13 -0700 (PDT)
68635              Message-Id: <200009112328.e8BNSD616812@garcia.efn.org>
68636      Branch: perl
68637            ! t/op/64bitint.t
68638 ____________________________________________________________________________
68639 [  7056] By: jhi                                   on 2000/09/12  13:58:14
68640         Log: Subject: [patch] perlfunc.pod -- POSIX::sigpause should be POSIX::pause
68641              From: Jeff Pinyan <jeffp@crusoe.net>
68642              Date: Sun, 10 Sep 2000 12:01:21 -0400 (EDT)
68643              Message-ID: <Pine.GSO.4.21.0009101200190.12441-100000@crusoe.crusoe.net>
68644      Branch: perl
68645            ! pod/perlfunc.pod
68646 ____________________________________________________________________________
68647 [  7055] By: jhi                                   on 2000/09/12  13:56:32
68648         Log: Do in VMS as the #7054 does.
68649      Branch: perl
68650            ! configure.com
68651 ____________________________________________________________________________
68652 [  7054] By: jhi                                   on 2000/09/12  13:50:31
68653         Log: Subject: RE: [Patch 5.7.0] Removing -ldb from the core build
68654              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
68655              Date: Mon, 11 Sep 2000 08:33:09 +0100
68656              Message-ID: <000e01c01bc2$88b2d2c0$0e14140a@bfs.phone.com>
68657      Branch: metaconfig/U/perl
68658            ! End.U
68659      Branch: perl
68660            ! Configure Makefile.SH config_h.SH lib/ExtUtils/Embed.pm
68661            ! lib/ExtUtils/Liblist.pm lib/ExtUtils/MM_Unix.pm
68662 ____________________________________________________________________________
68663 [  7053] By: jhi                                   on 2000/09/12  13:29:19
68664         Log: Subject:  [PATCH] Perl 5.6.0, 5.7.0 ... vms/test.com to eliminate spurious NL's in test output
68665              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
68666              Date:     Tue, 12 Sep 2000 08:35:59 EDT
68667              Message-Id: <000912081130.13ca9@DUPHY4.Physics.Drexel.Edu>
68668      Branch: perl
68669            ! vms/test.com
68670 ____________________________________________________________________________
68671 [  7052] By: jhi                                   on 2000/09/11  23:01:50
68672         Log: Document the SvUTF8*().
68673      Branch: perl
68674            ! pod/perlapi.pod sv.h
68675 ____________________________________________________________________________
68676 [  7051] By: gsar                                  on 2000/09/11  14:46:30
68677         Log: C<@a = @b = split(...)> optimization coredumps under ithreads
68678              (missed a spot when fixing up op_pmreplroot hack for ithreads)
68679      Branch: perl
68680            ! op.c t/op/split.t
68681 ____________________________________________________________________________
68682 [  7050] By: nick                                  on 2000/09/11  10:03:51
68683         Log: Modern Borland C now seems to have anon unions for info.wProcessorArchitecture
68684              
68685              Subject: borland C++ win32.c tweak
68686              From: Vadim Konovalov <vkonovalov@lucent.com>
68687              Message-ID: <402099F49BEED211999700805FC7359F6FB379@ru0028exch01.spb.lucent.com>
68688              Date: Mon, 11 Sep 2000 11:22:33 +0400
68689      Branch: perl
68690            ! win32/win32.c
68691 ____________________________________________________________________________
68692 [  7049] By: nick                                  on 2000/09/11  09:57:33
68693         Log: Point fix for s/// on foreach (keys %xxx).
68694      Branch: perl
68695            ! pp_hot.c
68696 ____________________________________________________________________________
68697 [  7048] By: jhi                                   on 2000/09/10  23:37:09
68698         Log: Silence t/pod/*.t about alternate quote-mappings now implemented
68699              by Pod::Text, from Brad Appleton.
68700      Branch: perl
68701            ! t/pod/testp2pt.pl
68702 ____________________________________________________________________________
68703 [  7047] By: jhi                                   on 2000/09/10  14:32:53
68704         Log: Upgrade to podlators-1.03 (Pod::Man 1.07 and Pod::Text 2.05),
68705              by Russ Allbery.
68706      Branch: perl
68707            ! lib/Pod/Man.pm lib/Pod/Text.pm pod/pod2man.PL pod/pod2text.PL
68708 ____________________________________________________________________________
68709 [  7046] By: jhi                                   on 2000/09/10  14:15:08
68710         Log: Upgrade to CPAN 1.57_65, from Andreas König.
68711      Branch: perl
68712            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
68713 ____________________________________________________________________________
68714 [  7045] By: jhi                                   on 2000/09/08  21:36:32
68715         Log: Update Changes.
68716      Branch: perl
68717            ! Changes patchlevel.h
68718 ____________________________________________________________________________
68719 [  7044] By: jhi                                   on 2000/09/08  21:29:56
68720         Log: Subject: [PATCH: 5.7.0] proper setting for isnan for DECC 5.3
68721              From: Peter Prymmer <pvhp@forte.com>
68722              Date: Fri, 8 Sep 2000 13:33:27 -0700 (PDT)
68723              Message-ID: <Pine.OSF.4.10.10009081331420.132461-100000@aspara.forte.com>
68724      Branch: perl
68725            ! configure.com
68726 ____________________________________________________________________________
68727 [  7043] By: jhi                                   on 2000/09/08  21:27:50
68728         Log: Subject: [PATCH (or RFC): 5.7.0] make the ran_tests intermediate file 8.3 friendly
68729              From: Peter Prymmer <pvhp@forte.com>
68730              Date: Fri, 8 Sep 2000 11:02:19 -0700 (PDT)
68731              Message-ID: <Pine.OSF.4.10.10009081054340.132461-100000@aspara.forte.com>
68732      Branch: perl
68733            ! Makefile.SH installperl
68734 ____________________________________________________________________________
68735 [  7042] By: jhi                                   on 2000/09/08  21:23:21
68736         Log: Continue #7041.
68737      Branch: perl
68738            ! cygwin/Makefile.SHs os2/Makefile.SHs
68739 ____________________________________________________________________________
68740 [  7041] By: jhi                                   on 2000/09/08  21:18:10
68741         Log: Do away with memory models cruft.  Sorry, PDP users.
68742      Branch: metaconfig
68743            ! U/modified/cc.U U/modified/libpth.U
68744      Branch: perl
68745            ! Configure Makefile.SH Porting/Glossary Porting/config.sh
68746            ! Porting/config_H cflags.SH config_h.SH configure.com
68747            ! epoc/config.sh hints/mint.sh hints/titanos.sh hints/vmesa.sh
68748            ! lib/ExtUtils/MM_Unix.pm win32/config.bc win32/config.gc
68749            ! win32/config.vc x2p/Makefile.SH x2p/cflags.SH
68750 ____________________________________________________________________________
68751 [  7040] By: jhi                                   on 2000/09/08  14:34:18
68752         Log: Major rewrite of s2p.  And I mean really major, it is
68753              an implementation of sed in perl.  If called as s2p it
68754              will function as s2p.  Note: needs non-UNIXifying.
68755              
68756              Subject: s2p
68757              From: Wolfgang Laun <Wolfgang.Laun@alcatel.at>
68758              Date: Mon, 28 Aug 2000 14:05:12 +0200
68759              Message-ID: <39AA5578.2102E2AA@alcatel.at>
68760      Branch: perl
68761            ! x2p/s2p.PL
68762 ____________________________________________________________________________
68763 [  7039] By: jhi                                   on 2000/09/08  14:19:49
68764         Log: Re-allow vec() for characters > 255.
68765              
68766              Subject: [PATCH] Re: [ID 20000907.005] Not OK: perl v5.7.0 +devel-7030 on alpha-dec_osf-perlio 4.0f (UNINSTALLED) 
68767              From: Spider Boardman <spider@web.zk3.dec.com>
68768              Date: Fri, 08 Sep 2000 02:21:02 -0400
68769              Message-Id: <200009080621.CAA03409@leggy.zk3.dec.com>
68770      Branch: perl
68771            ! doop.c pod/perldelta.pod pod/perldiag.pod pod/perlfunc.pod
68772            ! t/op/vec.t
68773 ____________________________________________________________________________
68774 [  7038] By: jhi                                   on 2000/09/08  14:14:18
68775         Log: Subject: [PATCH lib/Benchmark.pm]
68776              From: <abigail@foad.org>
68777              Date: Thu, 7 Sep 2000 15:03:20 -0400
68778              Message-ID: <20000907190320.888.qmail@foad.org>
68779      Branch: perl
68780            ! lib/Benchmark.pm
68781 ____________________________________________________________________________
68782 [  7037] By: jhi                                   on 2000/09/08  14:11:06
68783         Log: Optimizing hash keys into shared strings doesn't work with ithreads.
68784              
68785              Subject: Re: [ID 20000907.008] Not OK: v5.7.0 on alpha-dec_osf-thread-multi    
68786              From: Spider Boardman <spider@web.zk3.dec.com>
68787              Date: Fri, 08 Sep 2000 01:30:27 -0400
68788              Message-Id: <200009080530.BAA10498@leggy.zk3.dec.com>
68789      Branch: perl
68790            ! op.c
68791 ____________________________________________________________________________
68792 [  7036] By: jhi                                   on 2000/09/08  14:08:58
68793         Log: Subject: [ID 20000908.002] perlipc documentation bug.
68794              From: Major Sébastien <sebastien.major@crdp.ac-caen.fr>
68795              Date: Fri, 08 Sep 2000 12:38:32 +0200
68796              Message-Id: <39B8C1A8.3DC36E6D@crdp.ac-caen.fr>
68797      Branch: perl
68798            ! pod/perlipc.pod
68799 ____________________________________________________________________________
68800 [  7035] By: jhi                                   on 2000/09/08  14:03:12
68801         Log: Subject: Re: [ID 20000907.007] Not OK: perl v5.7.0 +devel-7030 on alpha-dec_osf 4.0f
68802              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
68803              Date: Fri, 08 Sep 2000 11:47:34 +0200
68804              Message-Id: <20000908111426.FBDB.H.M.BRAND@hccnet.nl>
68805      Branch: perl
68806            ! hints/dec_osf.sh
68807 ____________________________________________________________________________
68808 [  7034] By: jhi                                   on 2000/09/08  13:59:35
68809         Log: Subject: Re: [ID 20000906.004] segfault with bad perl statement
68810              From: Simon Cozens <simon@cozens.net>
68811              Date: Thu, 7 Sep 2000 20:40:38 +0100
68812              Message-ID: <20000907204038.A15650@deep-dark-truthful-mirror.perlhacker.org>
68813      Branch: perl
68814            ! pp_hot.c
68815 ____________________________________________________________________________
68816 [  7033] By: jhi                                   on 2000/09/08  04:03:03
68817         Log: Subject: [ID 20000904.008] Tiny fix for perldiag
68818              From: "Larry W. Virden" <lvirden@cas.org>
68819              Date: Mon, 4 Sep 2000 18:45:44 -0400 (EDT)
68820              Message-Id: <200009042245.SAA22916@lwv26awu.cas.org>
68821      Branch: perl
68822            ! pod/perldiag.pod
68823 ____________________________________________________________________________
68824 [  7032] By: jhi                                   on 2000/09/07  22:18:30
68825         Log: Subject: [PATCH 5.7.0] perl5db.pl [Was: Re: Debugger question]
68826              From: Peter Scott <Peter.J.Scott@jpl.nasa.gov>
68827              Date: Mon, 04 Sep 2000 13:16:38 -0700
68828              Message-Id: <4.3.2.7.2.20000904130939.00adae90@mail2a.jpl.nasa.gov>
68829      Branch: perl
68830            ! lib/perl5db.pl
68831 ____________________________________________________________________________
68832 [  7031] By: jhi                                   on 2000/09/07  22:02:29
68833         Log: Fix the ccversion detection for 5.1 and beyond.
68834              
68835              Subject: [ID 20000907.007] Not OK: perl v5.7.0 +devel-7030 on alpha-dec_osf 4.0f
68836              From: Spider Boardman <spider@leggy.zk3.dec.com>
68837              Date: Thu, 7 Sep 2000 17:54:27 -0400
68838              Message-Id: <200009072154.RAA14747@leggy.zk3.dec.com>
68839      Branch: perl
68840            ! hints/dec_osf.sh
68841 ____________________________________________________________________________
68842 [  7030] By: jhi                                   on 2000/09/07  19:12:28
68843         Log: Fix for
68844              
68845              Subject: [ID 20000903.001] \w in utf8-strings
68846              From: Marc Lehmann <pcg@goof.com>
68847              Date: Sun, 03 Sep 2000 09:44:29 +0200
68848              Message-Id: <E13VUS5-0000cv-00.pgcc-forever-2000-09-03-09-44-29@fuji>
68849              
68850              and various related nits.
68851      Branch: perl
68852            ! lib/unicode/mktables.PL regcomp.h regexec.c utf8.c
68853 ____________________________________________________________________________
68854 [  7029] By: jhi                                   on 2000/09/07  18:49:09
68855         Log: Fix the URL, but the server is still missing in action.
68856              
68857              Subject: [ID 20000905.002] perlfaq1.pod URL error
68858              From: "Larry W. Virden" <lvirden@cas.org>
68859              Date: Tue, 5 Sep 2000 08:24:40 -0400 (EDT)
68860              Message-Id: <200009051224.IAA11226@lwv26awu.cas.org>
68861      Branch: perl
68862            ! pod/perlfaq1.pod
68863 ____________________________________________________________________________
68864 [  7028] By: jhi                                   on 2000/09/07  18:47:13
68865         Log: Subject: Re: [ID 20000905.001] Assertion failed: file "toke.c", line 202 
68866              From: Hugo <hv@crypt.compulink.co.uk>
68867              Date: Tue, 05 Sep 2000 14:13:37 +0100
68868              Message-Id: <200009051313.OAA24507@crypt.compulink.co.uk>
68869      Branch: perl
68870            ! toke.c
68871 ____________________________________________________________________________
68872 [  7027] By: jhi                                   on 2000/09/07  18:45:35
68873         Log: Subject: [PATCH@7014] \G in non-/g is well-defined now ... right?
68874              From: Daniel Chetlin <daniel@chetlin.com>
68875              Date: Tue, 5 Sep 2000 04:57:07 -0700
68876              Message-ID: <20000905045707.A8620@ilmd.chetlin.org>
68877      Branch: perl
68878            ! pod/perlfaq6.pod pod/perlop.pod
68879 ____________________________________________________________________________
68880 [  7026] By: jhi                                   on 2000/09/07  18:44:01
68881         Log: Document the new ref() semantics.
68882              
68883              Subject: Re: Undocumented(?) change to "ref" semantics in 5.7.0
68884              From: Gisle Aas <gisle@ActiveState.com>
68885              Date: 05 Sep 2000 08:10:30 +0200
68886              Message-ID: <m3vgwb8j3d.fsf@eik.g.aas.no>
68887      Branch: perl
68888            ! pod/perldelta.pod
68889 ____________________________________________________________________________
68890 [  7025] By: jhi                                   on 2000/09/07  18:42:27
68891         Log: Make Data::Dumper (non-XS) to work with changed semantics of ref().
68892              
68893              Subject: Re: Undocumented(?) change to "ref" semantics in 5.7.0
68894              From: Gisle Aas <gisle@ActiveState.com>
68895              Date: 05 Sep 2000 08:11:40 +0200
68896              Message-ID: <m3snrf8j1f.fsf@eik.g.aas.no>
68897      Branch: perl
68898            ! ext/Data/Dumper/Dumper.pm t/lib/dumper.t
68899 ____________________________________________________________________________
68900 [  7024] By: jhi                                   on 2000/09/07  18:39:32
68901         Log: Subject: [PATCH] Modernize Opcode.pm documentation
68902              From: Gisle Aas <gisle@ActiveState.com>
68903              Date: 4 Sep 2000 00:18:55 -0000
68904              Message-ID: <20000904001855.26128.qmail@eik.g.aas.no>
68905      Branch: perl
68906            ! ext/Opcode/Opcode.pm
68907 ____________________________________________________________________________
68908 [  7023] By: jhi                                   on 2000/09/07  18:37:42
68909         Log: Subject: [PATCH] Tied filehandle documentation
68910              From: Gisle Aas <gisle@ActiveState.com>
68911              Date: 4 Sep 2000 00:14:40 -0000
68912              Message-ID: <20000904001440.26084.qmail@eik.g.aas.no>
68913      Branch: perl
68914            ! pod/perlfunc.pod pod/perltie.pod
68915 ____________________________________________________________________________
68916 [  7022] By: jhi                                   on 2000/09/07  18:35:37
68917         Log: Subject: [PATCH] Tie::StdHandle did not know about 3-arg open
68918              From: Gisle Aas <gisle@ActiveState.com>
68919              Date: 4 Sep 2000 00:04:22 -0000
68920              Message-ID: <20000904000422.26002.qmail@eik.g.aas.no>
68921      Branch: perl
68922            ! lib/Tie/Handle.pm t/lib/tie-stdhandle.t
68923 ____________________________________________________________________________
68924 [  7021] By: jhi                                   on 2000/09/07  18:33:22
68925         Log: Subject: small apidoc fix
68926              From: Marc Lehmann <pcg@goof.com>
68927              Date: Sun, 3 Sep 2000 05:12:06 +0200
68928              Message-ID: <20000903051206.A5909@cerebro.laendle>
68929      Branch: perl
68930            ! pod/perlapi.pod utf8.c
68931 ____________________________________________________________________________
68932 [  7020] By: jhi                                   on 2000/09/07  16:14:57
68933         Log: Tiny perldelta nits.
68934      Branch: perl
68935            ! pod/perldelta.pod
68936 ____________________________________________________________________________
68937 [  7019] By: jhi                                   on 2000/09/07  16:04:20
68938         Log: Guard against bad string->int conversion for quads.
68939      Branch: perl
68940            ! t/op/64bitint.t
68941 ____________________________________________________________________________
68942 [  7018] By: jhi                                   on 2000/09/06  17:07:03
68943         Log: Update Unicode todo list.
68944      Branch: perl
68945            ! Todo-5.6
68946 ____________________________________________________________________________
68947 [  7017] By: jhi                                   on 2000/09/05  21:16:01
68948         Log: Document the SvIOK_.*UV().
68949      Branch: perl
68950            ! pod/perlapi.pod sv.h
68951 ____________________________________________________________________________
68952 [  7016] By: nick                                  on 2000/09/03  21:54:46
68953         Log: Hash lookup of constant strings optimization:
68954              Introduce SvREADONLY && SvFAKE to flag an SV which has SvPVX pointing
68955              to string table (as per sharepvn). Add newSV_pvn_share to create such
68956              a thing. Make hv.c compare addresses of strings and skip string compare
68957              if equal. Make method_named and helem ops use these shared-string SVs
68958              when arg is constant. Make keys op return shared-string SVs (less clearly
68959              a win).
68960      Branch: perl
68961            ! embed.h embed.pl embedvar.h global.sym hv.c objXSUB.h op.c
68962            ! opcode.h opnames.h perlapi.c perlapi.h pod/perlapi.pod
68963            ! pod/perlintern.pod pp_hot.c proto.h sv.c
68964 ____________________________________________________________________________
68965 [  7015] By: jhi                                   on 2000/09/02  17:48:59
68966         Log: This is 5.7.0.
68967      Branch: perl
68968            ! Changes
68969 ____________________________________________________________________________
68970 [  7014] By: jhi                                   on 2000/09/02  17:35:45
68971         Log: Changes and patchlevel tweaks.
68972      Branch: perl
68973            ! Changes patchlevel.h
68974 ____________________________________________________________________________
68975 [  7013] By: jhi                                   on 2000/09/02  17:30:50
68976         Log: Update Changes.
68977      Branch: perl
68978            ! Changes patchlevel.h
68979 ____________________________________________________________________________
68980 [  7012] By: nick                                  on 2000/09/02  17:25:20
68981         Log: More %{} and other deref special casing - do not pass to 'nomethod'.
68982      Branch: perl
68983            ! gv.c lib/overload.pm
68984 ____________________________________________________________________________
68985 [  7011] By: jhi                                   on 2000/09/02  17:16:25
68986         Log: Update perlhist.
68987      Branch: perl
68988            ! pod/perlhist.pod
68989 ____________________________________________________________________________
68990 [  7010] By: jhi                                   on 2000/09/02  17:01:35
68991         Log: perldelta nits.
68992      Branch: perl
68993            ! pod/perldelta.pod
68994 ____________________________________________________________________________
68995 [  7009] By: nick                                  on 2000/09/02  16:48:35
68996         Log: If overloaded %{} etc. return the object do not loop.
68997              Thus  sub deref { $_[0] } functions if object is wanted type.
68998      Branch: perl
68999            ! pp.h
69000 ____________________________________________________________________________
69001 [  7008] By: jhi                                   on 2000/09/02  16:26:11
69002         Log: Retab MANIFEST.
69003      Branch: perl
69004            ! ext/Storable/MANIFEST
69005 ____________________________________________________________________________
69006 [  7007] By: jhi                                   on 2000/09/02  16:23:02
69007         Log: Make certain cc is set before trying to run it.
69008      Branch: perl
69009            ! hints/hpux.sh hints/irix_6.sh hints/solaris_2.sh
69010 ____________________________________________________________________________
69011 [  7006] By: jhi                                   on 2000/09/02  15:45:41
69012         Log: Unicode notes.
69013      Branch: perl
69014            ! pod/perldelta.pod
69015 ____________________________________________________________________________
69016 [  7005] By: jhi                                   on 2000/09/02  15:42:11
69017         Log: Various Configure nits by Philip Newton,
69018              plus the ebcdic one by me.
69019      Branch: metaconfig
69020            + U/modified/pager.U
69021            ! U/ebcdic/ebcdic.U U/modified/Finish.U U/modified/Guess.U
69022      Branch: metaconfig/U/perl
69023            ! Devel.U quadfio.U
69024      Branch: perl
69025            ! Configure config_h.SH
69026 ____________________________________________________________________________
69027 [  7004] By: jhi                                   on 2000/09/02  15:06:14
69028         Log: Apparently avoiding the swapping is too costly.
69029              
69030              From: "Ben Tilly" <ben_tilly@hotmail.com>
69031              Subject: Re: the door is closed.
69032              Date: Fri, 01 Sep 2000 20:23:16 EDT
69033              Message-ID: <LAW2-F2963JkUwWpSWe00000904@hotmail.com>
69034      Branch: perl
69035            ! pod/perlfaq4.pod
69036 ____________________________________________________________________________
69037 [  7003] By: nick                                  on 2000/09/02  12:26:04
69038         Log: Undo part of change 6489 which looks like a bulk edit which
69039              changed _all_ gv_efullname3() calls to gv_efullname4() calls.
69040              The supressing of main:: on return from select() is undesirable.
69041      Branch: perl
69042            ! pp_sys.c
69043 ____________________________________________________________________________
69044 [  7002] By: jhi                                   on 2000/09/01  23:08:54
69045         Log: Update Changes.
69046      Branch: perl
69047            ! Changes patchlevel.h
69048 ____________________________________________________________________________
69049 [  7001] By: jhi                                   on 2000/09/01  23:00:13
69050         Log: Subject: [PATCH: 6996] minimal removal of 8 bit chrs from perlebcdic.pod
69051              From: Peter Prymmer <pvhp@forte.com>
69052              Date: Fri, 1 Sep 2000 15:50:57 -0700 (PDT)
69053              Message-ID: <Pine.OSF.4.10.10009011542550.147696-100000@aspara.forte.com>
69054              
69055              plus rework the http: spots as suggested by Tom Christiansen,
69056              plus regen perltoc.
69057      Branch: perl
69058            ! README.os2 pod/perl56delta.pod pod/perlebcdic.pod
69059            ! pod/perlguts.pod pod/perltoc.pod pod/perlxs.pod
69060 ____________________________________________________________________________
69061 [  7000] By: jhi                                   on 2000/09/01  22:36:01
69062         Log: Only the first line, thank you very much.
69063      Branch: perl
69064            ! hints/solaris_2.sh
69065 ____________________________________________________________________________
69066 [  6999] By: gsar                                  on 2000/09/01  22:16:40
69067         Log: change#6791 accidentally clobbered change#6710, put it back
69068      Branch: perl
69069            ! win32/win32.c
69070 ____________________________________________________________________________
69071 [  6998] By: jhi                                   on 2000/09/01  22:14:16
69072         Log: Mention the HP-UX LP64 freak failure.
69073      Branch: perl
69074            ! pod/perldelta.pod
69075 ____________________________________________________________________________
69076 [  6997] By: jhi                                   on 2000/09/01  21:48:32
69077         Log: Detypo.
69078      Branch: perl
69079            ! hints/hpux.sh
69080 ____________________________________________________________________________
69081 [  6996] By: jhi                                   on 2000/09/01  21:27:10
69082         Log: Update Changes.
69083      Branch: perl
69084            ! Changes patchlevel.h
69085 ____________________________________________________________________________
69086 [  6995] By: jhi                                   on 2000/09/01  21:14:24
69087         Log: Mi splgn s gnin.g
69088      Branch: perl
69089            ! pp_ctl.c
69090 ____________________________________________________________________________
69091 [  6994] By: jhi                                   on 2000/09/01  21:09:54
69092         Log: Subject: http:// in L<>
69093              From: Nicholas Clark <nick@ccl4.org>
69094              Date: Fri, 1 Sep 2000 22:03:21 +0100
69095              Message-ID: <20000901220321.B72074@plum.flirble.org>
69096      Branch: perl
69097            ! README.os2 pod/perl56delta.pod pod/perlxs.pod
69098 ____________________________________________________________________________
69099 [  6993] By: jhi                                   on 2000/09/01  21:06:54
69100         Log: Update to Storable 1.0, from Raphael Manfredi.
69101      Branch: perl
69102            ! ext/Storable/ChangeLog ext/Storable/MANIFEST
69103            ! ext/Storable/Makefile.PL ext/Storable/README
69104            ! ext/Storable/Storable.pm ext/Storable/Storable.xs
69105            ! t/lib/st-06compat.t t/lib/st-blessed.t t/lib/st-canonical.t
69106            ! t/lib/st-dclone.t t/lib/st-dump.pl t/lib/st-forgive.t
69107            ! t/lib/st-freeze.t t/lib/st-overload.t t/lib/st-recurse.t
69108            ! t/lib/st-retrieve.t t/lib/st-store.t t/lib/st-tied.t
69109            ! t/lib/st-tiedhook.t t/lib/st-tieditems.t
69110 ____________________________________________________________________________
69111 [  6992] By: jhi                                   on 2000/09/01  20:43:05
69112         Log: Mention known sfio+linux buglet.
69113      Branch: perl
69114            ! pod/perldelta.pod
69115 ____________________________________________________________________________
69116 [  6991] By: jhi                                   on 2000/09/01  20:40:11
69117         Log: Subject: Re: [PATCH perl@6962] 2 more vms.c fix-ups and status
69118              From: Peter Prymmer <pvhp@forte.com>
69119              Date: Fri, 1 Sep 2000 12:03:38 -0700 (PDT)
69120              Message-ID: <Pine.OSF.4.10.10009011140240.147696-100000@aspara.forte.com>
69121      Branch: perl
69122            ! vms/vms.c
69123 ____________________________________________________________________________
69124 [  6990] By: jhi                                   on 2000/09/01  20:25:26
69125         Log: Retract #6986.
69126      Branch: perl
69127            ! hints/solaris_2.sh
69128 ____________________________________________________________________________
69129 [  6989] By: jhi                                   on 2000/09/01  20:23:00
69130         Log: Mergesort is back.
69131      Branch: perl
69132            ! pod/perldelta.pod pod/perltoc.pod pp_ctl.c
69133 ____________________________________________________________________________
69134 [  6988] By: jhi                                   on 2000/09/01  19:37:40
69135         Log: Subject: [PATCH] Fix vec() / utf8   (was Re: bitvec ops still broken with utf8 -- or not?)
69136              From: Mike Guy <mjtg@cam.ac.uk>
69137              Date: Fri, 01 Sep 2000 17:43:33 +0100
69138              Message-Id: <E13Utuf-0004Bw-00@draco.cus.cam.ac.uk>
69139      Branch: perl
69140            ! doop.c embed.pl perlapi.c pod/perlapi.pod pod/perldiag.pod
69141            ! pod/perlfunc.pod proto.h t/op/vec.t utf8.c
69142 ____________________________________________________________________________
69143 [  6987] By: jhi                                   on 2000/09/01  19:17:10
69144         Log: Regen perltoc.
69145      Branch: perl
69146            ! pod/perltoc.pod
69147 ____________________________________________________________________________
69148 [  6986] By: jhi                                   on 2000/09/01  18:51:10
69149         Log: Subject: Re: Solaris x86 has no SPARC libraries!
69150              From: Lupe Christoph <lupe@lupe-christoph.de>
69151              Date: Fri, 1 Sep 2000 20:41:20 +0200
69152              Message-ID: <20000901204120.P13547@alanya.lupe-christoph.de>
69153      Branch: perl
69154            ! hints/solaris_2.sh
69155 ____________________________________________________________________________
69156 [  6985] By: jhi                                   on 2000/09/01  18:28:10
69157         Log: Update Changes.
69158      Branch: perl
69159            ! Changes patchlevel.h
69160 ____________________________________________________________________________
69161 [  6984] By: jhi                                   on 2000/09/01  18:26:53
69162         Log: Feature ordering tweak.
69163      Branch: perl
69164            ! myconfig.SH
69165 ____________________________________________________________________________
69166 [  6983] By: jhi                                   on 2000/09/01  18:19:50
69167         Log: Subject: Re: [PATCH lib/overload.pm] Sanaty checking of arguments to overload::constant
69168              From: <abigail@foad.org>
69169              Date: Fri, 1 Sep 2000 13:07:32 -0400
69170              Message-ID: <20000901170732.18249.qmail@foad.org>
69171      Branch: perl
69172            ! t/pragma/overload.t
69173 ____________________________________________________________________________
69174 [  6982] By: jhi                                   on 2000/09/01  18:17:54
69175         Log: Rename the PRIElfbl, PRIX64, etc, to be PRIEUfldbl, PRIXU64,
69176              so that case-ignoring systems like DCL can tell them from
69177              PRIefldbl and PRIx64.  Apply Merijn's ccversion patches.
69178      Branch: metaconfig/U/perl
69179            ! Checkcc.U gccvers.U longdblfio.U perlxvf.U quadfio.U
69180      Branch: perl
69181            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
69182            ! config_h.SH configure.com epoc/config.sh hints/aix.sh
69183            ! hints/dec_osf.sh hints/hpux.sh hints/irix_6.sh
69184            ! hints/solaris_2.sh myconfig.SH uconfig.h uconfig.sh
69185            ! vos/config.def vos/config.h vos/config_h.SH_orig
69186            ! win32/config.bc win32/config.gc win32/config.vc
69187 ____________________________________________________________________________
69188 [  6981] By: nick                                  on 2000/09/01  17:21:57
69189         Log: Document UNTIE. Also tweak implementation to suppress the 'inner references'
69190              warning when UNTIE exists and instead pass the count of extra references to
69191              the UNTIE method.
69192      Branch: perl
69193            ! pod/perltie.pod pp_sys.c
69194 ____________________________________________________________________________
69195 [  6980] By: jhi                                   on 2000/09/01  16:54:44
69196         Log: Subject: [PATCH: 6948] add SCNfldbl to configure.com
69197              From: Peter Prymmer <pvhp@forte.com>
69198              Date: Thu, 31 Aug 2000 18:47:18 -0700 (PDT)
69199              Message-ID: <Pine.OSF.4.10.10008311811060.91659-100000@aspara.forte.com>
69200      Branch: perl
69201            ! configure.com
69202 ____________________________________________________________________________
69203 [  6979] By: jhi                                   on 2000/09/01  16:06:20
69204         Log: Subject: [ID 20000901.017] [PATCH] Basic test failure in an untidy world       
69205              From: Mike Guy <mjtg@cam.ac.uk> 
69206              Date: Fri, 01 Sep 2000 16:49:27 +0100
69207              Message-Id: <E13Ut4J-0002sd-00@draco.cus.cam.ac.uk>  
69208      Branch: perl
69209            ! t/base/rs.t
69210 ____________________________________________________________________________
69211 [  6978] By: jhi                                   on 2000/09/01  16:00:42
69212         Log: Update to PodParser 1.18, from Brad Appleton.
69213      Branch: perl
69214            ! lib/Pod/Checker.pm t/pod/find.t
69215 ____________________________________________________________________________
69216 [  6977] By: jhi                                   on 2000/09/01  14:48:58
69217         Log: Subject: Nit in Configure (bleadperl@6961)
69218              From: Lupe Christoph <lupe@lupe-christoph.de>
69219              Date: Fri, 1 Sep 2000 16:34:29 +0200
69220              Message-ID: <20000901163429.K13547@alanya.lupe-christoph.de>
69221      Branch: metaconfig
69222            ! U/compline/ccflags.U
69223      Branch: perl
69224            ! Configure config_h.SH
69225 ____________________________________________________________________________
69226 [  6976] By: jhi                                   on 2000/09/01  14:39:52
69227         Log: Update Changes.
69228      Branch: perl
69229            ! Changes patchlevel.h
69230 ____________________________________________________________________________
69231 [  6975] By: jhi                                   on 2000/09/01  14:37:36
69232         Log: microperl config update.
69233      Branch: perl
69234            ! uconfig.h uconfig.sh
69235 ____________________________________________________________________________
69236 [  6974] By: jhi                                   on 2000/09/01  14:36:53
69237         Log: Document known deficiencies.
69238      Branch: perl
69239            ! pod/perldelta.pod
69240 ____________________________________________________________________________
69241 [  6973] By: jhi                                   on 2000/09/01  14:10:20
69242         Log: Mention warnings fixes and updates.
69243      Branch: perl
69244            ! pod/perldelta.pod
69245 ____________________________________________________________________________
69246 [  6972] By: jhi                                   on 2000/09/01  14:01:52
69247         Log: Drop unused argument.
69248              
69249              Subject: Re: [ID 20000831.034] overload::constant and number of arguments. 
69250              From: Spider Boardman <spider@web.zk3.dec.com>
69251              Date: Thu, 31 Aug 2000 16:10:15 -0400
69252              Message-Id: <200008312010.QAA20392@leggy.zk3.dec.com>
69253      Branch: perl
69254            ! toke.c
69255 ____________________________________________________________________________
69256 [  6971] By: jhi                                   on 2000/09/01  13:59:24
69257         Log: Add the overload warnings to perldiag.
69258      Branch: perl
69259            ! lib/overload.pm pod/perldiag.pod
69260 ____________________________________________________________________________
69261 [  6970] By: jhi                                   on 2000/09/01  13:55:10
69262         Log: Subject: RE: [PATCH lib/overload.pm] Sanaty checking of arguments to overload::constant
69263              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
69264              Date: Fri, 1 Sep 2000 13:43:15 +0100 
69265              Message-ID: <001001c01412$32c7dde0$a20a140a@bfs.phone.com>                
69266      Branch: perl
69267            ! lib/overload.pm t/pragma/overload.t
69268 ____________________________________________________________________________
69269 [  6969] By: jhi                                   on 2000/09/01  13:52:27
69270         Log: Subject: [PATCH lib/overload.pm] Sanaty checking of arguments to overload::constant
69271              From: <abigail@foad.org>
69272              Date: Fri, 1 Sep 2000 05:46:54 -0400
69273              Message-ID: <20000901094654.6476.qmail@foad.org>
69274      Branch: perl
69275            ! lib/overload.pm
69276 ____________________________________________________________________________
69277 [  6968] By: jhi                                   on 2000/09/01  13:50:05
69278         Log: Subject: [PATCH@6961] Fix misleading example in perlretut.pod
69279              From: Daniel Chetlin <daniel@chetlin.com>
69280              Date: Fri, 1 Sep 2000 02:10:55 -0700
69281              Message-ID: <20000901021055.C3400@ilmd.chetlin.org>
69282      Branch: perl
69283            ! pod/perlretut.pod
69284 ____________________________________________________________________________
69285 [  6967] By: jhi                                   on 2000/09/01  13:47:54
69286         Log: Part of the solution.
69287              
69288              Subject: Re: [ID 20000807.004] [PATCH] conditional breakpoints leak memory
69289              From: Mike Guy <mjtg@cam.ac.uk>
69290              Date: Fri, 01 Sep 2000 14:16:01 +0100
69291              Message-Id: <E13Uqfp-0006dN-00@draco.cus.cam.ac.uk>
69292      Branch: perl
69293            ! gv.c mg.c
69294 ____________________________________________________________________________
69295 [  6966] By: jhi                                   on 2000/09/01  13:46:17
69296         Log: Subject: CPAN.pm beta 1.57_57 for the core
69297              From: andreas.koenig@anima.de (Andreas J. Koenig)
69298              Date: 01 Sep 2000 15:16:31 +0200
69299              Message-ID: <m3r974z1zk.fsf@ak-71.mind.de>
69300      Branch: perl
69301            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
69302 ____________________________________________________________________________
69303 [  6965] By: jhi                                   on 2000/09/01  13:43:18
69304         Log: Subject: [PATCH perl@6962] 2 more vms.c fix-ups and status
69305              From: "Craig A. Berry" <craig.berry@psinetcs.com>
69306              Date: Fri, 01 Sep 2000 01:47:22 -0500
69307              Message-Id: <4.3.2.7.2.20000901011206.01ca2e88@exchi01>
69308      Branch: perl
69309            ! pod/perldelta.pod vms/vms.c
69310 ____________________________________________________________________________
69311 [  6964] By: jhi                                   on 2000/09/01  13:35:35
69312         Log: File::Temp patches from Andreas König,
69313              
69314              Subject: Re: [ID 20000831.046] OK: perl v5.7.0 +DEVEL6961 on sun4-solaris 2.8  (UNINSTALLED)
69315              From: andreas.koenig@anima.de (Andreas J. Koenig)
69316              Date: 01 Sep 2000 10:07:20 +0200
69317              Message-ID: <m3lmxc1qo7.fsf@ak-71.mind.de>
69318              
69319              Subject: Re: Almost OK: perl v5.7.0 +DEVEL6937 on PA-RISC2.0 11.00 (INSTALLED)
69320              From: andreas.koenig@anima.de (Andreas J. Koenig)
69321              Date: 31 Aug 2000 23:26:08 +0200
69322              Message-ID: <m3bsy92kcv.fsf@ak-71.mind.de>
69323      Branch: perl
69324            ! lib/File/Temp.pm t/lib/ftmp-security.t
69325 ____________________________________________________________________________
69326 [  6963] By: jhi                                   on 2000/09/01  02:22:24
69327         Log: Retract the mergesort code, way too incompatible licensing
69328              and copyrights.
69329      Branch: perl
69330            ! pod/perldelta.pod pp_ctl.c
69331 ____________________________________________________________________________
69332 [  6962] By: jhi                                   on 2000/08/31  23:27:32
69333         Log: Update Changes.
69334      Branch: perl
69335            ! Changes patchlevel.h
69336 ____________________________________________________________________________
69337 [  6961] By: jhi                                   on 2000/08/31  23:20:04
69338         Log: Small tweaks all over.
69339      Branch: metaconfig
69340            ! U/compline/d_gconvert.U
69341      Branch: perl
69342            ! AUTHORS Configure config_h.SH pp_ctl.c
69343 ____________________________________________________________________________
69344 [  6960] By: jhi                                   on 2000/08/31  22:39:36
69345         Log: Further rewording.
69346      Branch: perl
69347            ! pp_ctl.c
69348 ____________________________________________________________________________
69349 [  6959] By: jhi                                   on 2000/08/31  21:26:44
69350         Log: More address tweaking.
69351      Branch: perl
69352            ! AUTHORS Changes
69353 ____________________________________________________________________________
69354 [  6958] By: jhi                                   on 2000/08/31  20:47:25
69355         Log: AUTHORS tweaks, from Peter Prymmer.
69356              
69357              Subject: [PATCH: 6948] mvs doesn't exist (not any more)
69358              From: Peter Prymmer <pvhp@forte.com>
69359              Date: Thu, 31 Aug 2000 12:56:32 -0700 (PDT) 
69360              Message-ID: <Pine.OSF.4.10.10008311248410.91659-100000@aspara.forte.com>
69361      Branch: perl
69362            ! AUTHORS MAINTAIN
69363 ____________________________________________________________________________
69364 [  6957] By: jhi                                   on 2000/08/31  20:34:43
69365         Log: perldelta tweaks.
69366      Branch: perl
69367            ! pod/perldelta.pod
69368 ____________________________________________________________________________
69369 [  6956] By: jhi                                   on 2000/08/31  19:11:06
69370         Log: Regen perltoc.
69371      Branch: perl
69372            ! pod/perltoc.pod
69373 ____________________________________________________________________________
69374 [  6955] By: jhi                                   on 2000/08/31  19:06:30
69375         Log: Clarify the mergesort situation.
69376      Branch: perl
69377            ! pp_ctl.c
69378 ____________________________________________________________________________
69379 [  6954] By: jhi                                   on 2000/08/31  18:24:17
69380         Log: Move the Solaris 7 scan to use64bitall, make the
69381              failure to find 64-bot sparc libc to mention the
69382              possibility of being in an intel, from Lupe and Alan.
69383      Branch: perl
69384            ! hints/solaris_2.sh
69385 ____________________________________________________________________________
69386 [  6953] By: jhi                                   on 2000/08/31  18:09:20
69387         Log: Forget about NV_MAX (#6951).  Various floating point tweaks,
69388              ideas from Eric Fifer, Yitzchak, Alan, and Spider.
69389      Branch: metaconfig
69390            ! U/compline/d_gconvert.U U/threads/archname.U
69391      Branch: metaconfig/U/perl
69392            ! perlxv.U
69393      Branch: perl
69394            ! Configure config_h.SH sv.c
69395 ____________________________________________________________________________
69396 [  6952] By: jhi                                   on 2000/08/31  17:42:24
69397         Log: :: not allowed in pathnames, change to .
69398              
69399              Subject: [PATCH perl@6938] cygwin port
69400              From: "Fifer, Eric" <EFifer@sanwaint.com>
69401              Date: Thu, 31 Aug 2000 16:32:59 +0100
69402              Message-ID: <779F20BCCE5AD31186A50008C75D997917179A@silldn_mail1.sanwaint.com>
69403      Branch: metaconfig/U/perl
69404            ! perlxv.U
69405 ____________________________________________________________________________
69406 [  6951] By: jhi                                   on 2000/08/31  17:02:05
69407         Log: Try to deduce NV_MAX.  Really should be Configure fodder.
69408      Branch: perl
69409            ! perl.h
69410 ____________________________________________________________________________
69411 [  6950] By: jhi                                   on 2000/08/31  16:26:08
69412         Log: More author updates.
69413              
69414              Subject: Re: [PATCH] Mark-Jason Dominus Does Exist
69415              From: Simon Cozens <simon@cozens.net>
69416              Date: Thu, 31 Aug 2000 17:13:32 +0100
69417              Message-ID: <20000831171332.A22498@deep-dark-truthful-mirror.perlhacker.org>
69418      Branch: perl
69419            ! AUTHORS
69420 ____________________________________________________________________________
69421 [  6949] By: jhi                                   on 2000/08/31  16:04:49
69422         Log: POSIX doesn't report long double values under -Duselongdouble
69423              when the long doubles are "real" (bigger than doubles).
69424              
69425              Subject: [ID 20000831.014] Not OK: perl v5.7.0 +DEVEL6919 on alpha-dec_osf-ld 5.1
69426              From: Spider Boardman <spider@peano.zk3.dec.com>
69427              Date: Thu, 31 Aug 2000 11:48:48 -0400 (EDT)
69428              Message-Id: <200008311548.LAA0000161952@peano.zk3.dec.com>
69429      Branch: perl
69430            ! ext/POSIX/POSIX.xs
69431 ____________________________________________________________________________
69432 [  6948] By: jhi                                   on 2000/08/31  15:25:10
69433         Log: Update Changes.
69434      Branch: perl
69435            ! Changes patchlevel.h
69436 ____________________________________________________________________________
69437 [  6947] By: jhi                                   on 2000/08/31  15:22:29
69438         Log: Document UNTIE in a very minimalistic way.
69439      Branch: perl
69440            ! pod/perlfunc.pod pod/perltie.pod
69441 ____________________________________________________________________________
69442 [  6946] By: jhi                                   on 2000/08/31  15:15:23
69443         Log: Document known failures.
69444      Branch: perl
69445            ! pod/perldelta.pod
69446 ____________________________________________________________________________
69447 [  6945] By: jhi                                   on 2000/08/31  15:07:00
69448         Log: Don't attach -ld to the archname if pointless.
69449      Branch: metaconfig
69450            ! U/threads/archname.U
69451      Branch: perl
69452            ! Configure config_h.SH
69453 ____________________________________________________________________________
69454 [  6944] By: jhi                                   on 2000/08/31  14:37:42
69455         Log: Wrap the test in eval.
69456              
69457              Subject: Re: [ID 20000831.009] Not OK: perl v5.7.0 +DEVEL6932 on sun4-solaris2.8 (UNINSTALLED)
69458              From: Tim Jenness <timj@jach.hawaii.edu>
69459              Date: Thu, 31 Aug 2000 03:39:33 -1000 (HST)
69460              Message-ID: <Pine.LNX.4.21.0008310311190.7444-100000@lapaki.jach.hawaii.edu>
69461      Branch: perl
69462            ! t/lib/ftmp-security.t
69463 ____________________________________________________________________________
69464 [  6943] By: jhi                                   on 2000/08/31  14:30:57
69465         Log: Make -Dusemorebits find long doubles in Solaris.
69466      Branch: perl
69467            ! hints/solaris_2.sh
69468 ____________________________________________________________________________
69469 [  6942] By: jhi                                   on 2000/08/31  13:48:45
69470         Log: Clarify the third case of ftmp-security warnings.
69471      Branch: perl
69472            ! INSTALL
69473 ____________________________________________________________________________
69474 [  6941] By: jhi                                   on 2000/08/31  13:40:31
69475         Log: Subject: [PATCH] Re: [ID 20000830.048] Not OK: perl v5.7.0 +DEVEL6938 on i686-linux 2.2.13
69476              From: <abigail@foad.org>
69477              Date: Thu, 31 Aug 2000 01:35:05 -0400
69478              Message-ID: <20000831053505.32120.qmail@foad.org>
69479      Branch: perl
69480            ! pod/perldelta.pod
69481 ____________________________________________________________________________
69482 [  6940] By: jhi                                   on 2000/08/31  13:38:48
69483         Log: Issue useful diagnostic on unknown pod commands.
69484              
69485              Subject: [PATCH lib/Pod/Man.pm] Re: [ID 20000830.048]
69486              From: <abigail@foad.org>
69487              Date: Thu, 31 Aug 2000 03:41:18 -0400
69488              Message-ID: <20000831074118.24880.qmail@foad.org>
69489      Branch: perl
69490            ! lib/Pod/Man.pm
69491 ____________________________________________________________________________
69492 [  6939] By: jhi                                   on 2000/08/31  13:34:33
69493         Log: Reveal Borland's isnan.
69494              
69495              Subject: build with BC++ tweak
69496              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
69497              Date: Thu, 31 Aug 2000 13:09:37 +0400
69498              Message-ID: <402099F49BEED211999700805FC7359F6FACA6@ru0028exch01.spb.lucent.com>
69499      Branch: perl
69500            ! win32/win32.h
69501 ____________________________________________________________________________
69502 [  6938] By: jhi                                   on 2000/08/31  05:01:20
69503         Log: Update Changes.
69504      Branch: perl
69505            ! Changes patchlevel.h
69506 ____________________________________________________________________________
69507 [  6937] By: jhi                                   on 2000/08/31  04:26:23
69508         Log: sscanf() may be the only way to read long doubles from strings.
69509      Branch: metaconfig/U/perl
69510            ! longdblfio.U
69511      Branch: perl
69512            ! Configure config_h.SH perl.h util.c
69513 ____________________________________________________________________________
69514 [  6936] By: jhi                                   on 2000/08/31  04:18:19
69515         Log: The #6929 was too skimpy.
69516      Branch: perl
69517            ! sv.c
69518 ____________________________________________________________________________
69519 [  6935] By: jhi                                   on 2000/08/31  02:47:07
69520         Log: Subject: Re: typos in pods
69521              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
69522              Date: Wed, 30 Aug 2000 19:25:34 -0700
69523              Message-ID: <eIcr5gzkg25X092yn@efn.org>
69524      Branch: perl
69525            ! lib/CPAN.pm lib/Pod/Checker.pm pod/perlmodlib.PL
69526 ____________________________________________________________________________
69527 [  6934] By: jhi                                   on 2000/08/31  02:42:55
69528         Log: Missed one Unicode file.
69529      Branch: perl
69530            + lib/unicode/UCDFF301.html
69531 ____________________________________________________________________________
69532 [  6933] By: jhi                                   on 2000/08/30  23:42:27
69533         Log: Update Changes.
69534      Branch: perl
69535            ! Changes patchlevel.h
69536 ____________________________________________________________________________
69537 [  6932] By: jhi                                   on 2000/08/30  23:40:07
69538         Log: Mention UNTIE in perldelta.  Still needs documenting
69539              in perltie et alia.
69540      Branch: perl
69541            ! pod/perldelta.pod
69542 ____________________________________________________________________________
69543 [  6931] By: jhi                                   on 2000/08/30  23:36:02
69544         Log: Subject: [PATCH] Don't use big-Oh when talking about lower bounds.
69545              From: <abigail@foad.org>
69546              Date: Wed, 30 Aug 2000 19:28:07 -0400
69547              Message-ID: <20000830232807.305.qmail@foad.org>
69548      Branch: perl
69549            ! pod/perldelta.pod
69550 ____________________________________________________________________________
69551 [  6930] By: jhi                                   on 2000/08/30  23:32:40
69552         Log: Update to Unicode 3.0.1.
69553      Branch: perl
69554            + lib/unicode/BidiMirr.txt lib/unicode/CaseFold.txt
69555            + lib/unicode/PropList.txt lib/unicode/README.perl
69556            + lib/unicode/UCD301.html lib/unicode/Unicode.301
69557            - lib/unicode/Props.txt lib/unicode/UCD300.html
69558            - lib/unicode/Unicode.300 lib/unicode/Unicode3.html
69559            ! (edit 257 files)
69560 ____________________________________________________________________________
69561 [  6929] By: jhi                                   on 2000/08/30  22:38:18
69562         Log: Heap decorruption.
69563              
69564              Subject: [PATCH] Fix for miniperl coredump on Solaris with -Duselongdouble
69565              From: Alan Burlison <Alan.Burlison@uk.sun.com>
69566              Date: Wed, 30 Aug 2000 22:39:52 +0100
69567              Message-ID: <39AD7F28.A06533CF@uk.sun.com>
69568      Branch: perl
69569            ! sv.c
69570 ____________________________________________________________________________
69571 [  6928] By: jhi                                   on 2000/08/30  22:29:34
69572         Log: Retract the dummy test, skip the security tests (instead of failing),
69573              explain what the warnings mean.
69574      Branch: perl
69575            ! INSTALL lib/File/Temp.pm t/lib/ftmp-security.t
69576 ____________________________________________________________________________
69577 [  6927] By: jhi                                   on 2000/08/30  22:14:13
69578         Log: Change the internal implementation of sort() to be mergesort
69579              instead of quicksort, from John Linderman <jpl@research.att.com>.
69580              Gives us better worst case, better average case, and stability.
69581              What's there not to like?  (Small fixes for threaded builds
69582              were required).
69583      Branch: perl
69584            ! pod/perldelta.pod pp_ctl.c t/op/runlevel.t
69585 ____________________________________________________________________________
69586 [  6926] By: jhi                                   on 2000/08/30  20:55:20
69587         Log: A better fix for the Socket building problem from Craig Berry.
69588      Branch: perl
69589            ! vms/vms.c
69590 ____________________________________________________________________________
69591 [  6925] By: jhi                                   on 2000/08/30  20:20:25
69592         Log: Subject: [PATCH] Re: UNTIE method 
69593              From: Nick Ing-Simmons <nik@tiuk.ti.com>
69594              Date: Wed, 30 Aug 2000 18:26:55 +0100 (BST)
69595              Message-Id: <200008301726.SAA01114@mikado.tiuk.ti.com>
69596      Branch: perl
69597            ! pp_sys.c t/op/tie.t
69598 ____________________________________________________________________________
69599 [  6924] By: jhi                                   on 2000/08/30  20:17:11
69600         Log: Subject: Re: not OK, 6919 on Alpha VMS V 7.1 w/ DECC 6.0-001
69601              From: "Craig A. Berry" <craig.berry@psinetcs.com>
69602              Date: Wed, 30 Aug 2000 15:03:14 -0500
69603              Message-Id: <4.3.2.7.2.20000830144622.028fe7a8@exchi01>
69604      Branch: perl
69605            ! vms/vms.c
69606 ____________________________________________________________________________
69607 [  6923] By: jhi                                   on 2000/08/30  20:15:18
69608         Log: Subject: [PATCH perl@6889] fix Storable on VMS by fixing my_fwrite()
69609              From: "Craig A. Berry" <craig.berry@psinetcs.com>
69610              Date: Wed, 30 Aug 2000 13:30:36 -0500
69611              Message-Id: <4.3.2.7.2.20000830130617.02b8b968@exchi01>
69612      Branch: perl
69613            ! vms/vms.c
69614 ____________________________________________________________________________
69615 [  6922] By: jhi                                   on 2000/08/30  19:54:43
69616         Log: Better options for rsync.
69617      Branch: perl
69618            ! pod/perlhack.pod
69619 ____________________________________________________________________________
69620 [  6921] By: jhi                                   on 2000/08/30  19:40:16
69621         Log: Subject: [ID 20000830.036] [DOC] chom?p %hash not documented
69622              From: Rick Delaney <rick@consumercontact.com>
69623              Date: Wed, 30 Aug 2000 15:36:55 -0400 (EDT)
69624              Message-Id: <Pine.UW2.4.10.10008301535210.1949-100000@consumer>
69625      Branch: perl
69626            ! pod/perlfunc.pod
69627 ____________________________________________________________________________
69628 [  6920] By: jhi                                   on 2000/08/30  19:36:40
69629         Log: Subject: [PATCH 6889] add a few ldbl formats to configure.com
69630              From: Peter Prymmer <pvhp@forte.com>
69631              Date: Tue, 29 Aug 2000 17:36:00 -0700 (PDT)
69632              Message-ID: <Pine.OSF.4.10.10008291720260.502507-100000@aspara.forte.com>
69633      Branch: perl
69634            ! configure.com
69635 ____________________________________________________________________________
69636 [  6919] By: jhi                                   on 2000/08/30  14:52:02
69637         Log: Update Changes.
69638      Branch: perl
69639            ! Changes patchlevel.h
69640 ____________________________________________________________________________
69641 [  6918] By: jhi                                   on 2000/08/30  14:48:34
69642         Log: NVs not necessarily doubles, as pointed out by Yitzchak.
69643      Branch: perl
69644            ! lib/ExtUtils/typemap
69645 ____________________________________________________________________________
69646 [  6917] By: jhi                                   on 2000/08/30  14:46:34
69647         Log: Subject: typos in pods
69648              From: Nicholas Clark <nick@ccl4.org>
69649              Date: Wed, 30 Aug 2000 01:12:50 +0100
69650              Message-ID: <20000830011249.A61388@plum.flirble.org>
69651      Branch: perl
69652            ! pod/perldbmfilter.pod pod/perldebtut.pod pod/perldebug.pod
69653            ! pod/perldiag.pod pod/perlebcdic.pod pod/perlfunc.pod
69654            ! pod/perlguts.pod pod/perlhack.pod pod/perlmodlib.pod
69655            ! pod/perlnewmod.pod pod/perlport.pod pod/perltoc.pod
69656 ____________________________________________________________________________
69657 [  6916] By: jhi                                   on 2000/08/30  14:19:09
69658         Log: Document Storable problems on Crays.  (Will have
69659              to document all the other Storable problems, too.)
69660      Branch: perl
69661            ! pod/perldelta.pod
69662 ____________________________________________________________________________
69663 [  6915] By: jhi                                   on 2000/08/30  14:06:02
69664         Log: Subject: [PATCH] fix misc cast warnings
69665              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
69666              Date: Tue, 29 Aug 2000 23:16:14 -0700
69667              Message-ID: <uaKr5gzkgGwQ092yn@efn.org>
69668      Branch: perl
69669            ! lib/ExtUtils/typemap os2/OS2/ExtAttr/ExtAttr.xs
69670            ! os2/OS2/ExtAttr/typemap os2/OS2/REXX/REXX.xs os2/os2.c
69671            ! os2/os2ish.h
69672 ____________________________________________________________________________
69673 [  6914] By: jhi                                   on 2000/08/30  14:03:45
69674         Log: Timestamp mismatch again.  Need to fix this dependence on
69675              config_h.SH timestamp, since it's the contents of config_h.SH
69676              that matter.
69677      Branch: perl
69678            ! uconfig.h uconfig.sh
69679 ____________________________________________________________________________
69680 [  6913] By: jhi                                   on 2000/08/30  13:54:06
69681         Log: Don't say "Perl 5.0 source kit".
69682      Branch: perl
69683            ! perl.c
69684 ____________________________________________________________________________
69685 [  6912] By: jhi                                   on 2000/08/30  13:51:24
69686         Log: Reset archname and archname64 always, forcing them be
69687              recomputed at each Configure run, make Configure and
69688              the hints files agree on the naming of largefiles variables.
69689      Branch: metaconfig
69690            ! U/threads/archname.U
69691      Branch: metaconfig/U/perl
69692            ! use64bits.U
69693      Branch: perl
69694            ! Configure config_h.SH configpm hints/aix.sh hints/hpux.sh
69695            ! hints/linux.sh hints/solaris_2.sh
69696 ____________________________________________________________________________
69697 [  6911] By: jhi                                   on 2000/08/30  13:30:13
69698         Log: Put back the slice accidentally removed by #6907.
69699      Branch: perl
69700            ! hints/solaris_2.sh
69701 ____________________________________________________________________________
69702 [  6910] By: jhi                                   on 2000/08/30  01:24:26
69703         Log: Be consistent: other Net::get* do export theirs.
69704              
69705              Subject: Re: Net::protoent does not export 'getproto'
69706              From: Yasushi Nakajima <sey@jkc.co.jp>
69707              Date: Wed, 30 Aug 2000 09:53:14 +0900
69708              Message-Id: <200008300051.DAA24700@taku.hut.fi>
69709      Branch: perl
69710            ! lib/Net/protoent.pm
69711 ____________________________________________________________________________
69712 [  6909] By: jhi                                   on 2000/08/30  01:17:25
69713         Log: Subject: Re: [ID 20000829.020] perl -e 'package; print __PACKAGE__' core dumps 
69714              From: Gurusamy Sarathy <gsar@ActiveState.com>
69715              Date: Tue, 29 Aug 2000 17:17:07 -0700
69716              Message-Id: <200008300017.RAA25382@smtp3.ActiveState.com>
69717      Branch: perl
69718            ! cop.h
69719 ____________________________________________________________________________
69720 [  6908] By: jhi                                   on 2000/08/30  00:58:05
69721         Log: Update Changes.
69722      Branch: perl
69723            ! Changes patchlevel.h
69724 ____________________________________________________________________________
69725 [  6907] By: jhi                                   on 2000/08/30  00:57:22
69726         Log: Introduce ccname to keep track of what compiler kind of we have.
69727      Branch: metaconfig/U/perl
69728            ! Checkcc.U gccvers.U
69729      Branch: perl
69730            ! Configure config_h.SH hints/solaris_2.sh
69731 ____________________________________________________________________________
69732 [  6906] By: jhi                                   on 2000/08/30  00:25:47
69733         Log: Put back the flags dump as reasoned in
69734              
69735              Subject: Re: [PATCH] Glob dumping
69736              From: Mike Guy <mjtg@cam.ac.uk> 
69737              Date: Tue, 29 Aug 2000 21:41:32 +0100
69738              Message-Id: <E13TsCK-0007iL-00@draco.cus.cam.ac.uk>
69739      Branch: perl
69740            ! dump.c t/lib/peek.t
69741 ____________________________________________________________________________
69742 [  6905] By: jhi                                   on 2000/08/30  00:16:17
69743         Log: Make the epsilon to be relative, not absolute.
69744              
69745              Subject: Re: [ID 20000829.039] Not OK: perl v5.7.0 +DEVEL6899 +[ID on alpha-dec_osf-ld 5.1 (UNINSTALLED)
69746              From: Spider Boardman <spider-perl@orb.nashua.nh.us>
69747              Date: Tue, 29 Aug 2000 19:58:56 -0400
69748              Message-Id: <200008292358.TAA31114@leggy.zk3.dec.com>
69749      Branch: perl
69750            ! t/lib/trig.t
69751 ____________________________________________________________________________
69752 [  6904] By: jhi                                   on 2000/08/30  00:13:09
69753         Log: From now on, Gisle is on my list of usual suspects :-)
69754              Retract #6902.
69755      Branch: perl
69756            ! ext/Opcode/Safe.pm
69757 ____________________________________________________________________________
69758 [  6903] By: jhi                                   on 2000/08/29  23:51:20
69759         Log: Subject: [PATCH perl@6889] Chuck Lane's OpenVMS piping improvements
69760              From: "Craig A. Berry" <craig.berry@psinetcs.com>
69761              Date: Tue, 29 Aug 2000 18:43:26 -0500
69762              Message-Id: <4.3.2.7.2.20000829180705.01b005b8@exchi01>
69763      Branch: perl
69764            + vms/vmspipe.com
69765            ! MANIFEST t/io/openpid.t vms/descrip_mms.template vms/test.com
69766            ! vms/vms.c
69767 ____________________________________________________________________________
69768 [  6902] By: jhi                                   on 2000/08/29  23:44:14
69769         Log: Retry what #6882 attempted.
69770              
69771              Subject: Re: [ID 20000829.004] Sharing leak root name into safe compartment
69772              From: Gisle Aas <gisle@ActiveState.com>
69773              Date: 30 Aug 2000 00:33:09 +0200
69774              Message-ID: <m3pumry9y2.fsf@eik.g.aas.no>
69775      Branch: perl
69776            ! ext/Opcode/Safe.pm
69777 ____________________________________________________________________________
69778 [  6901] By: jhi                                   on 2000/08/29  22:59:32
69779         Log: Subject: [PATCH 5.6.0] [ID 20000608.006] panic: magic_killbackrefs with blessed global weakrefs
69780              From: Hugo <hv@crypt.compulink.co.uk>
69781              Date: Mon, 12 Jun 2000 19:36:08 +0100
69782              Message-Id: <200006121836.TAA16977@crypt.compulink.co.uk>
69783      Branch: perl
69784            ! sv.c
69785 ____________________________________________________________________________
69786 [  6900] By: jhi                                   on 2000/08/29  22:58:35
69787         Log: Admit that we are leaking scalars.
69788              
69789              Subject: [ID 20000829.037] Not OK: perl v5.7.0 +DEVEL6899 on alpha-dec_osf 4.0f (UNINSTALLED)
69790              From: Spider Boardman <spider@leggy.zk3.dec.com>
69791              Date: Tue, 29 Aug 2000 18:48:29 -0400
69792              Message-Id: <200008292248.SAA31507@leggy.zk3.dec.com>
69793      Branch: perl
69794            ! t/pragma/warnings.t
69795 ____________________________________________________________________________
69796 [  6899] By: jhi                                   on 2000/08/29  20:53:13
69797         Log: Update Changes.
69798      Branch: perl
69799            ! Changes patchlevel.h
69800 ____________________________________________________________________________
69801 [  6898] By: jhi                                   on 2000/08/29  20:46:21
69802         Log: Undo namespace pollution of #6878.
69803              
69804              Subject: Re: Net::protoent does not export 'getproto'
69805              From: Mike Guy <mjtg@cam.ac.uk>
69806              Date: Tue, 29 Aug 2000 21:32:37 +0100
69807              Message-Id: <E13Ts3h-0007eN-00@draco.cus.cam.ac.uk>
69808      Branch: perl
69809            ! lib/Net/protoent.pm
69810 ____________________________________________________________________________
69811 [  6897] By: jhi                                   on 2000/08/29  20:44:29
69812         Log: Subject: [PATCH: 6889] updates to perlebcdic.pod
69813              From: Peter Prymmer <pvhp@forte.com>
69814              Date: Tue, 29 Aug 2000 13:32:41 -0700 (PDT)
69815              Message-ID: <Pine.OSF.4.10.10008291327500.502507-100000@aspara.forte.com>
69816      Branch: perl
69817            ! pod/perlebcdic.pod
69818 ____________________________________________________________________________
69819 [  6896] By: jhi                                   on 2000/08/29  20:40:57
69820         Log: There's no point repeating the 'revision' (5) of perl5.
69821      Branch: metaconfig/U/perl
69822            ! Devel.U patchlevel.U
69823      Branch: perl
69824            ! Configure config_h.SH
69825 ____________________________________________________________________________
69826 [  6895] By: jhi                                   on 2000/08/29  20:16:58
69827         Log: Regen Configure for #6894.
69828      Branch: metaconfig/U/perl
69829            ! perladmin.U
69830      Branch: perl
69831            ! Configure config_h.SH
69832 ____________________________________________________________________________
69833 [  6894] By: jhi                                   on 2000/08/29  19:59:52
69834         Log: Subject: [ID 20000829.023] [PATCH 6868] perlbug@perl.com --> perlbug@perl.org
69835              From: "Philip Newton" <Philip.Newton@gmx.net>
69836              Date: Tue, 29 Aug 2000 21:39:14 +0200
69837              Message-Id: <200008291938.VAA98259@smtp1.nikoma.de>
69838      Branch: perl
69839            ! Configure INSTALL README hints/README.hints hints/bsdos.sh
69840            ! hints/freebsd.sh pod/perl.pod pod/perl56delta.pod
69841            ! pod/perlfaq2.pod pod/perllocale.pod pod/perlxs.pod
69842            ! utils/perlbug.PL
69843 ____________________________________________________________________________
69844 [  6893] By: jhi                                   on 2000/08/29  19:55:30
69845         Log: Subject: [ID 20000829.022] [PATCH 6868] Minor nit in installhtml
69846              From: "Philip Newton" <Philip.Newton@gmx.net>
69847              Date: Tue, 29 Aug 2000 21:39:14 +0200
69848              Message-Id: <200008291938.VAA98255@smtp1.nikoma.de>
69849      Branch: perl
69850            ! installhtml
69851 ____________________________________________________________________________
69852 [  6892] By: jhi                                   on 2000/08/29  19:53:59
69853         Log: Subject: [ID 20000829.026] [PATCH 6868] File::Temp
69854              From: "Philip Newton" <Philip.Newton@gmx.net>
69855              Date: Tue, 29 Aug 2000 21:48:18 +0200
69856              Message-Id: <200008291947.VAA13628@smtp2.nikoma.de>
69857      Branch: perl
69858            ! lib/File/Temp.pm
69859 ____________________________________________________________________________
69860 [  6891] By: jhi                                   on 2000/08/29  18:30:03
69861         Log: Nail the ID 20000828.023.
69862      Branch: perl
69863            ! ext/Storable/Storable.xs
69864 ____________________________________________________________________________
69865 [  6890] By: jhi                                   on 2000/08/29  16:50:17
69866         Log: Under usethreads the dumped variable is IN_PAD.
69867              
69868              Subject: Re: [PATCH] Glob dumping
69869              From: Gisle Aas <gisle@ActiveState.com>
69870              Date: 29 Aug 2000 18:45:05 +0200
69871              Message-ID: <m37l9010fi.fsf@eik.g.aas.no>
69872      Branch: perl
69873            ! t/lib/peek.t
69874 ____________________________________________________________________________
69875 [  6889] By: jhi                                   on 2000/08/29  15:17:37
69876         Log: Update Changes.
69877      Branch: perl
69878            ! Changes patchlevel.h
69879 ____________________________________________________________________________
69880 [  6888] By: jhi                                   on 2000/08/29  14:49:59
69881         Log: Retract #6882, broke the safe tests.
69882      Branch: perl
69883            ! ext/Opcode/Safe.pm
69884 ____________________________________________________________________________
69885 [  6887] By: jhi                                   on 2000/08/29  14:47:06
69886         Log: Subject: Re: [ID 20000525.003] perldoc fails when Makefile.PL is in cwd
69887              From: Gisle Aas <gisle@ActiveState.com> 
69888              Date: 09 Jun 2000 20:00:11 +0200
69889              Message-ID: <m3n1kud9as.fsf@eik.g.aas.no>
69890      Branch: perl
69891            ! utils/perldoc.PL
69892 ____________________________________________________________________________
69893 [  6886] By: jhi                                   on 2000/08/29  14:42:45
69894         Log: The #6881 removed one dump line.
69895      Branch: perl
69896            ! t/lib/peek.t
69897 ____________________________________________________________________________
69898 [  6885] By: jhi                                   on 2000/08/29  14:30:47
69899         Log: Don't forget to tidy up.
69900      Branch: perl
69901            ! t/lib/ftmp-security.t
69902 ____________________________________________________________________________
69903 [  6884] By: jhi                                   on 2000/08/29  14:25:17
69904         Log: Disabling the one test is a bit tricky.
69905      Branch: perl
69906            ! t/lib/ftmp-security.t
69907 ____________________________________________________________________________
69908 [  6883] By: jhi                                   on 2000/08/29  14:16:25
69909         Log: Disable one of the tests for now.
69910      Branch: perl
69911            ! t/lib/ftmp-security.t
69912 ____________________________________________________________________________
69913 [  6882] By: jhi                                   on 2000/08/29  14:05:50
69914         Log: Subject: [ID 20000829.004] Sharing leak root name into safe compartment
69915              From: gisle@aas.no
69916              Date: 29 Aug 2000 10:35:06 -0000
69917              Message-Id: <20000829103506.21538.qmail@eik.g.aas.no>
69918      Branch: perl
69919            ! ext/Opcode/Safe.pm
69920 ____________________________________________________________________________
69921 [  6881] By: jhi                                   on 2000/08/29  14:03:51
69922         Log: Subject: [PATCH] Glob dumping
69923              From: Gisle Aas <gisle@ActiveState.com>
69924              Date: 29 Aug 2000 07:59:42 -0000
69925              Message-ID: <20000829075942.20923.qmail@eik.g.aas.no>
69926      Branch: perl
69927            ! dump.c
69928 ____________________________________________________________________________
69929 [  6880] By: jhi                                   on 2000/08/29  14:02:01
69930         Log: Subject: [PATCH] Warnings in B::Deparse
69931              From: <abigail@foad.org>
69932              Date: Tue, 29 Aug 2000 00:00:01 -0400
69933              Message-ID: <20000829040001.2999.qmail@foad.org>
69934      Branch: perl
69935            ! ext/B/B/Deparse.pm
69936 ____________________________________________________________________________
69937 [  6879] By: jhi                                   on 2000/08/29  13:57:26
69938         Log: Missed a change in #6869.
69939      Branch: perl
69940            ! mg.c
69941 ____________________________________________________________________________
69942 [  6878] By: jhi                                   on 2000/08/29  13:45:04
69943         Log: Subject: Net::protoent does not export 'getproto'
69944              From: Yasushi Nakajima <sey@jkc.co.jp>
69945              Date: Tue, 29 Aug 2000 17:28:57 +0900                 
69946      Branch: perl
69947            ! lib/Net/protoent.pm
69948 ____________________________________________________________________________
69949 [  6877] By: jhi                                   on 2000/08/29  13:39:19
69950         Log: Patches all over for people and the files they (hopefully) care about.
69951      Branch: perl
69952            ! AUTHORS Changes MAINTAIN
69953 ____________________________________________________________________________
69954 [  6876] By: jhi                                   on 2000/08/29  12:53:54
69955         Log: Fix for thinko in #6848.
69956              
69957              Subject: Compiler error in ext/Thread/Thread.c (bleadperl@6866)
69958              From: Lupe Christoph <lupe@lupe-christoph.de>
69959              Date: Tue, 29 Aug 2000 09:04:08 +0200
69960              Message-ID: <20000829090408.V4437@alanya.lupe-christoph.de>
69961      Branch: perl
69962            ! ext/Thread/Thread.xs
69963 ____________________________________________________________________________
69964 [  6875] By: jhi                                   on 2000/08/29  12:50:14
69965         Log: Update to Getopt::Long 2.24, from Johan Vromans.
69966      Branch: perl
69967            ! lib/Getopt/Long.pm t/lib/gol-basic.t t/lib/gol-oo.t
69968 ____________________________________________________________________________
69969 [  6874] By: jhi                                   on 2000/08/29  02:09:53
69970         Log: Use minimal @INC in tests, most of the time just '../lib',
69971              so that we simply can't pick up stuff from other Perls than
69972              the one we are testing.  Pointed out by
69973              
69974              From: Mike Guy <mjtg@cam.ac.uk>
69975              Subject: Re: [PATCH: 6757] make new Storable tests forgiving of places where not built   
69976              Date: Fri, 25 Aug 2000 15:15:59 +0100
69977              Message-Id: <E13SKH1-00031D-00@virgo.cus.cam.ac.uk>
69978      Branch: perl
69979            ! (edit 185 files)
69980 ____________________________________________________________________________
69981 [  6873] By: jhi                                   on 2000/08/29  01:07:11
69982         Log: Subject: [PATCH] Re: files not cleaned even by veryclean
69983              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
69984              Date: Mon, 28 Aug 2000 17:45:52 -0700
69985              Message-ID: <Afwq5gzkg2UB092yn@efn.org>
69986      Branch: perl
69987            ! Makefile.SH hints/os2.sh
69988 ____________________________________________________________________________
69989 [  6872] By: jhi                                   on 2000/08/28  23:33:39
69990         Log: Subject: [PATCH bleedperl@6866] spellings
69991              From: marcel@codewerk.com (Marcel Grunauer)
69992              Date: Tue, 29 Aug 2000 01:19:59 +0200
69993              Message-Id: <200008282319.BAA29862@gandalf.local>
69994      Branch: perl
69995            ! README.os390 pod/perl5004delta.pod pod/perldebtut.pod
69996            ! pod/perlebcdic.pod pod/perlfunc.pod pod/perlguts.pod
69997            ! pod/perlipc.pod pod/perlthrtut.pod pod/perlutil.pod
69998 ____________________________________________________________________________
69999 [  6871] By: jhi                                   on 2000/08/28  23:22:09
70000         Log: Take out the SUIDMAIL thing, that will not be
70001              a problem in 5.7.*.
70002      Branch: perl
70003            ! patchlevel.h
70004 ____________________________________________________________________________
70005 [  6870] By: jhi                                   on 2000/08/28  23:19:30
70006         Log: -S is the silent flag, -s is the strip flag.
70007              
70008              Subject: [PATCH] Re: [PATCH] make no-install          
70009              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
70010              Date: Mon, 28 Aug 2000 15:12:55 -0700
70011              Message-ID: <nPuq5gzkg2FO092yn@efn.org> 
70012      Branch: perl
70013            ! Makefile.SH
70014 ____________________________________________________________________________
70015 [  6869] By: jhi                                   on 2000/08/28  23:12:05
70016         Log: Subject: [PATCH bleedperl@6856] warnings fixes
70017              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
70018              Date: Mon, 28 Aug 2000 23:55:06 +0100
70019              Message-ID: <000501c01143$0230af80$2014140a@bfs.phone.com>
70020      Branch: perl
70021            ! lib/warnings.pm pod/perllexwarn.pod t/pragma/warn/7fatal
70022            ! warnings.h warnings.pl
70023 ____________________________________________________________________________
70024 [  6868] By: jhi                                   on 2000/08/28  21:38:22
70025         Log: Potential cruft.
70026      Branch: perl
70027            ! Makefile.SH
70028 ____________________________________________________________________________
70029 [  6867] By: jhi                                   on 2000/08/28  21:35:36
70030         Log: Update Changes.
70031      Branch: perl
70032            ! Changes patchlevel.h
70033 ____________________________________________________________________________
70034 [  6866] By: jhi                                   on 2000/08/28  21:33:49
70035         Log: Subject: hv.h Doc Patch
70036              From: Fisher Mark <fisherm@tce.com>
70037              Date: Mon, 28 Aug 2000 16:24:59 -0500
70038              Message-ID: <B9B6874277EED211B1890008C707AF5302881C77@indyexch3.indy.tce.com>
70039      Branch: perl
70040            ! hv.h
70041 ____________________________________________________________________________
70042 [  6865] By: jhi                                   on 2000/08/28  21:02:15
70043         Log: Add -ld to archname on long tr...double platforms.
70044      Branch: metaconfig
70045            ! U/threads/archname.U
70046      Branch: perl
70047            ! Configure config_h.SH
70048 ____________________________________________________________________________
70049 [  6864] By: jhi                                   on 2000/08/28  20:38:59
70050         Log: An attempt to fix the problem reported in
70051              
70052              Subject: Building perl@6856 using gcc/AIX 4.3.3 
70053              From: Daniel Muino <dmuino@afip.gov.ar> 
70054              Date: Mon, 28 Aug 2000 15:50:01 -0300   
70055              Message-ID: <20000828155001.A14403@con2-dgi>
70056              
70057              I can't test this properly since the gcc installation I have
70058              access to seems to be botched (gcc is calling the AIX cpp,
70059              a losing proposition...)
70060      Branch: perl
70061            ! hints/aix.sh
70062 ____________________________________________________________________________
70063 [  6863] By: jhi                                   on 2000/08/28  18:57:52
70064         Log: Fix for ID 20000828.001, long doubles were not formatted
70065              correctly (showed up in $], which stopped installing perl).
70066      Branch: perl
70067            ! sv.c
70068 ____________________________________________________________________________
70069 [  6862] By: jhi                                   on 2000/08/28  18:07:15
70070         Log: Typo in #6858.
70071      Branch: perl
70072            ! lib/Cwd.pm
70073 ____________________________________________________________________________
70074 [  6861] By: jhi                                   on 2000/08/28  17:57:27
70075         Log: opmini.o may be left around if a build is interrupted.
70076      Branch: perl
70077            ! Makefile.SH
70078 ____________________________________________________________________________
70079 [  6860] By: jhi                                   on 2000/08/28  16:52:50
70080         Log: Subject: [PATCH@6855] _Minor_ change to overload.pm pod
70081              From: Daniel Chetlin <daniel@chetlin.com>
70082              Date: Mon, 28 Aug 2000 01:14:18 -0700
70083              Message-ID: <20000828011418.J769@ilmd.chetlin.org>
70084      Branch: perl
70085            ! lib/overload.pm
70086 ____________________________________________________________________________
70087 [  6859] By: jhi                                   on 2000/08/28  16:08:46
70088         Log: Subject: [ID 20000828.009] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6855 on i586-linux 2.2.12 (UNINSTALLED)
70089              From: Nicholas Clark <nick@ccl4.org>
70090              Date: Mon, 28 Aug 2000 16:03:27 +0100
70091              Message-Id: <20000828160327.C49785@plum.flirble.org>
70092      Branch: perl
70093            ! ext/ByteLoader/bytecode.h
70094 ____________________________________________________________________________
70095 [  6858] By: jhi                                   on 2000/08/28  16:02:10
70096         Log: Subject: [ID 20000828.006] dir name "0" not safe with Cwd.pm
70097              From: Wolfgang Laun <wolfgang.laun@alcatel.at>
70098              Date: Mon, 28 Aug 2000 13:08:30 +0200
70099              Message-Id: <200008281108.NAA00782@localhost.aut.alcatel.at>
70100      Branch: perl
70101            ! lib/Cwd.pm
70102 ____________________________________________________________________________
70103 [  6857] By: jhi                                   on 2000/08/28  15:42:47
70104         Log: display_format used as a class method without arguments was broken,
70105              reported in
70106              
70107              Subject: Math::Complex->display_format() sets style to 'Math::Complex'
70108              From: Yasushi Nakajima <sey@san.p.kyoto.jkc.co.jp>
70109              Date: Mon, 28 Aug 2000 16:38:08 +0900 (JST)
70110              Message-Id: <200008280738.QAA00215@san.p.kyoto.jkc.co.jp>
70111      Branch: perl
70112            ! lib/Math/Complex.pm t/lib/complex.t
70113 ____________________________________________________________________________
70114 [  6856] By: jhi                                   on 2000/08/27  22:09:48
70115         Log: Update Changes.
70116      Branch: perl
70117            ! Changes patchlevel.h
70118 ____________________________________________________________________________
70119 [  6855] By: jhi                                   on 2000/08/27  21:59:21
70120         Log: Retract #6853 (false alarm).
70121      Branch: perl
70122            ! lib/ExtUtils/xsubpp
70123 ____________________________________________________________________________
70124 [  6854] By: jhi                                   on 2000/08/27  21:37:44
70125         Log: Update Changes.
70126      Branch: perl
70127            ! Changes patchlevel.h
70128 ____________________________________________________________________________
70129 [  6853] By: jhi                                   on 2000/08/27  21:37:16
70130         Log: Subject: [PATCH perl@6850] workaround for xsubpp
70131              From: Hugo <hv@crypt.compulink.co.uk>
70132              Date: Sun, 27 Aug 2000 22:30:25 +0100
70133              Message-Id: <200008272130.WAA10083@crypt.compulink.co.uk>
70134      Branch: perl
70135            ! lib/ExtUtils/xsubpp
70136 ____________________________________________________________________________
70137 [  6852] By: jhi                                   on 2000/08/27  21:33:58
70138         Log: Big-endian 64-bit patch from Raphael Manfredi.
70139      Branch: perl
70140            ! ext/Storable/Storable.xs
70141 ____________________________________________________________________________
70142 [  6851] By: jhi                                   on 2000/08/27  21:22:21
70143         Log: More ruthless editing from Hugo van der Sanden.
70144      Branch: perl
70145            ! pod/perldelta.pod
70146 ____________________________________________________________________________
70147 [  6850] By: jhi                                   on 2000/08/27  16:11:46
70148         Log: Update Changes.
70149      Branch: perl
70150            ! Changes patchlevel.h
70151 ____________________________________________________________________________
70152 [  6849] By: jhi                                   on 2000/08/27  16:11:05
70153         Log: Provice virtual $Config{ccflags_nolargefiles} etc. 
70154      Branch: perl
70155            ! configpm pod/perldelta.pod
70156 ____________________________________________________________________________
70157 [  6848] By: jhi                                   on 2000/08/27  15:35:08
70158         Log: Use the actual thread type, not the pointer-to-struct.
70159      Branch: perl
70160            ! ext/Thread/Thread.xs
70161 ____________________________________________________________________________
70162 [  6847] By: jhi                                   on 2000/08/27  15:30:49
70163         Log: Test nit.
70164      Branch: perl
70165            ! t/pragma/warn/pp_sys
70166 ____________________________________________________________________________
70167 [  6846] By: jhi                                   on 2000/08/27  15:19:02
70168         Log: Passing -R in ldflags makes now it to appear in the default
70169              for lddlflags, just like with -L.
70170              
70171              Subject: Re: MM_Unix.pm LD_RUN_PATH niggles on Solaris
70172              From: Lupe Christoph <lupe@lupe-christoph.de>
70173              Date: Sun, 27 Aug 2000 10:28:21 +0200
70174              Message-ID: <20000827102821.B4437@alanya.lupe-christoph.de>
70175      Branch: metaconfig/U/perl
70176            ! dlsrc.U
70177      Branch: perl
70178            ! Configure
70179 ____________________________________________________________________________
70180 [  6845] By: jhi                                   on 2000/08/27  15:08:54
70181         Log: Subject: MM_Unix.pm LD_RUN_PATH niggles on Solaris
70182              From: Alan Burlison <Alan.Burlison@uk.sun.com>
70183              Date: Sat, 26 Aug 2000 22:23:27 +0100
70184              Message-ID: <39A8354F.E1E832C9@uk.sun.com>
70185      Branch: perl
70186            ! lib/ExtUtils/MM_Unix.pm
70187 ____________________________________________________________________________
70188 [  6844] By: jhi                                   on 2000/08/27  15:02:37
70189         Log: DJGPP update from Laszlo Molnar.
70190              
70191              Subject: [ID 20000826.014] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6788 on dos-djgpp djgpp (UNINSTALLED) [PATCH]
70192              From: ml1050 <ml1050@freemail.hu>
70193              Date: Sat, 26 Aug 2000 23:24:40 +0200
70194              Message-Id: <20000826232440.A439@freemail.hu>
70195      Branch: perl
70196            ! djgpp/config.over lib/File/Temp.pm pod/buildtoc.PL
70197            ! t/lib/ftmp-security.t t/lib/posix.t t/pragma/warn/pp_sys
70198 ____________________________________________________________________________
70199 [  6843] By: jhi                                   on 2000/08/27  14:53:58
70200         Log: Subject: installman buglet
70201              From: Lupe Christoph <lupe@lupe-christoph.de>
70202              Date: Sun, 27 Aug 2000 14:38:59 +0200
70203              Message-ID: <20000827143859.E4437@alanya.lupe-christoph.de>
70204      Branch: perl
70205            ! installman
70206 ____________________________________________________________________________
70207 [  6842] By: jhi                                   on 2000/08/27  14:52:08
70208         Log: Can't get the test to reliably work thanks to the
70209              inaccurateness of floating point.  "Resolves" bug ids
70210              20000826.003, 20000826.009, 20000826.010,
70211      Branch: perl
70212            ! t/lib/trig.t
70213 ____________________________________________________________________________
70214 [  6841] By: jhi                                   on 2000/08/26  15:53:58
70215         Log: Update Changes.
70216      Branch: perl
70217            ! Changes patchlevel.h
70218 ____________________________________________________________________________
70219 [  6840] By: jhi                                   on 2000/08/26  14:23:03
70220         Log: grep -e isn't portable.
70221              
70222              Subject: [ID 20000825.027] let me (perlbug@perl.com) know how I blew it
70223              From: chris@broadband.att.com
70224              Date: Sat, 26 Aug 2000 00:17:27 -0600 (MDT)
70225              Message-Id: <200008260617.AAA10219@lazlo.tci.com>
70226      Branch: perl
70227            ! hints/solaris_2.sh
70228 ____________________________________________________________________________
70229 [  6839] By: jhi                                   on 2000/08/26  14:12:23
70230         Log: no-install target a la make -n.
70231              
70232              Subject: [PATCH] make no-install (was Re: [PATCH] installation not quite silent yet.)
70233              From: <abigail@foad.org>
70234              Date: Sat, 26 Aug 2000 03:57:34 -0400
70235              Message-ID: <20000826075735.18912.qmail@foad.org>
70236      Branch: perl
70237            ! Makefile.SH installman installperl
70238 ____________________________________________________________________________
70239 [  6838] By: jhi                                   on 2000/08/26  14:06:33
70240         Log: Retract #6826 as the #6828 should be do the same
70241              in a More Correct Way.
70242      Branch: perl
70243            ! installperl
70244 ____________________________________________________________________________
70245 [  6837] By: jhi                                   on 2000/08/26  05:24:00
70246         Log: More casting.
70247      Branch: perl
70248            ! ext/Storable/Storable.xs
70249 ____________________________________________________________________________
70250 [  6836] By: jhi                                   on 2000/08/26  05:05:46
70251         Log: Nicer in decimal.
70252      Branch: perl
70253            ! ext/Storable/Storable.xs
70254 ____________________________________________________________________________
70255 [  6835] By: jhi                                   on 2000/08/26  05:03:50
70256         Log: There be no UVdf.
70257      Branch: perl
70258            ! ext/Storable/Storable.xs
70259 ____________________________________________________________________________
70260 [  6834] By: jhi                                   on 2000/08/26  05:00:18
70261         Log: Continue IVdfing and UVxfing.
70262      Branch: perl
70263            ! ext/Storable/Storable.xs
70264 ____________________________________________________________________________
70265 [  6833] By: jhi                                   on 2000/08/26  04:53:14
70266         Log: Use IVdf.
70267      Branch: perl
70268            ! ext/Storable/Storable.xs
70269 ____________________________________________________________________________
70270 [  6832] By: jhi                                   on 2000/08/26  04:40:41
70271         Log: Document PTR2XX and INT2PTR.
70272      Branch: perl
70273            ! pod/perlguts.pod
70274 ____________________________________________________________________________
70275 [  6831] By: jhi                                   on 2000/08/26  04:33:18
70276         Log: Use UVxf, PTR2UV, NVff.
70277      Branch: perl
70278            ! ext/Storable/Storable.xs
70279 ____________________________________________________________________________
70280 [  6830] By: jhi                                   on 2000/08/26  04:31:32
70281         Log: Update the test count.
70282      Branch: perl
70283            ! t/lib/trig.t
70284 ____________________________________________________________________________
70285 [  6829] By: jhi                                   on 2000/08/26  03:05:50
70286         Log: Subject: [PATCH] installation not quite silent yet.
70287              From: <abigail@foad.org>
70288              Date: Fri, 25 Aug 2000 20:07:53 -0400
70289              Message-ID: <20000826000753.7822.qmail@foad.org>
70290      Branch: perl
70291            ! installman installperl
70292 ____________________________________________________________________________
70293 [  6828] By: jhi                                   on 2000/08/26  03:05:14
70294         Log: Subject: Re: [ID 20000825.019] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6820 on alpha-dec_osf 5.1 (UNINSTALLED) 
70295              From: Spider Boardman <spider@web.zk3.dec.com>
70296              Date: Fri, 25 Aug 2000 19:12:40 -0400
70297              Message-Id: <200008252312.TAA17828@leggy.zk3.dec.com>
70298      Branch: perl
70299            ! gv.c
70300 ____________________________________________________________________________
70301 [  6827] By: jhi                                   on 2000/08/25  23:54:34
70302         Log: Support preserving extremely big/small angles.
70303      Branch: perl
70304            ! lib/Math/Trig.pm pod/perldelta.pod t/lib/trig.t
70305 ____________________________________________________________________________
70306 [  6826] By: jhi                                   on 2000/08/25  23:01:20
70307         Log: Patch installperl to be long double-aware.
70308              
70309              Subject: Re: [PATCH] [ID 20000825.019] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6820 on alpha-dec_osf 5.1 (UNINSTALLED) 
70310              From: Spider Boardman <spider@web.zk3.dec.com>
70311              Date: Fri, 25 Aug 2000 18:15:23 -0400
70312              Message-Id: <200008252215.SAA28740@leggy.zk3.dec.com>
70313      Branch: perl
70314            ! installperl
70315 ____________________________________________________________________________
70316 [  6825] By: jhi                                   on 2000/08/25  22:58:25
70317         Log: Remove duplicately applied patch shards.
70318              
70319              Subject: [ID 20000825.012] [PATCH@6822] t/lib/cgi-html.t produces ugly cruft during 'make test'
70320              From: Spider Boardman <spider@leggy.zk3.dec.com>
70321              Date: Fri, 25 Aug 2000 16:45:03 -0400
70322              Message-Id: <200008252045.QAA23518@leggy.zk3.dec.com>
70323      Branch: perl
70324            ! t/lib/cgi-html.t
70325 ____________________________________________________________________________
70326 [  6824] By: jhi                                   on 2000/08/25  22:57:00
70327         Log: Subject: [PATCH @6820] installman under -w and strict (was Re: [PATCH] More silencing of installman.)
70328              From: Daniel Chetlin <daniel@chetlin.com>
70329              Date: Fri, 25 Aug 2000 12:23:16 -0700
70330              Message-ID: <20000825122316.A10250@ilmd.chetlin.org>
70331              
70332              Subject: Re: [PATCH @6820] installman under -w and strict (was Re: [PATCH] More silencing of installman.)
70333              From: Daniel Chetlin <daniel@chetlin.com>
70334              Date: Fri, 25 Aug 2000 14:47:19 -0700
70335              Message-ID: <20000825144719.A20587@ilmd.chetlin.org>
70336      Branch: perl
70337            ! installman
70338 ____________________________________________________________________________
70339 [  6823] By: jhi                                   on 2000/08/25  22:44:17
70340         Log: Timestamp problem?
70341      Branch: perl
70342            ! uconfig.h uconfig.sh
70343 ____________________________________________________________________________
70344 [  6822] By: jhi                                   on 2000/08/25  19:01:06
70345         Log: One forgotten file from #6816.
70346      Branch: perl
70347            ! vos/config.h
70348 ____________________________________________________________________________
70349 [  6821] By: jhi                                   on 2000/08/25  18:56:39
70350         Log: Regen Changes.
70351      Branch: perl
70352            ! Changes patchlevel.h
70353 ____________________________________________________________________________
70354 [  6820] By: jhi                                   on 2000/08/25  18:52:35
70355         Log: Fix Changes ordering.
70356      Branch: perl
70357            ! Changes
70358 ____________________________________________________________________________
70359 [  6819] By: jhi                                   on 2000/08/25  18:50:25
70360         Log: Update Changes.
70361      Branch: perl
70362            ! Changes patchlevel.h
70363 ____________________________________________________________________________
70364 [  6818] By: jhi                                   on 2000/08/25  18:47:45
70365         Log: Tweak the sfio/useperlio logic, hopefully as wished in
70366              
70367              Subject: [ID 20000825.004] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6804 on i586-linux 2.2.12 (UNINSTALLED)
70368              From: Nicholas Clark <nick@babyhippo.co.uk>
70369              Date: Fri, 25 Aug 2000 12:01:45 +0100
70370              Message-Id: <E13SHF3-0005I9-00@fruitbat.babyhippo.co.uk>
70371      Branch: metaconfig/U/perl
70372            ! d_sfio.U
70373      Branch: perl
70374            ! Configure
70375 ____________________________________________________________________________
70376 [  6817] By: jhi                                   on 2000/08/25  18:32:51
70377         Log: Allow microperl to assume <math.h>, without it the math
70378              functions like floor() are assumed to return int, which makes
70379              for core dumps in machines where integer and floating register
70380              don't mix.
70381      Branch: perl
70382            ! uconfig.h uconfig.sh
70383 ____________________________________________________________________________
70384 [  6816] By: jhi                                   on 2000/08/25  18:27:17
70385         Log: AIX 4.3.3 has SOCKS in libc with a differently named init routine,
70386              the problem reported in
70387              
70388              Subject: [ID 20000825.007] Building stable 5.6.0 on AIX 4.3.3 using SOCKS
70389              From: danhale@us.ibm.com
70390              Date: Fri, 25 Aug 2000 10:58:06 -0400
70391              Message-Id: <85256946.005238A3.00@d54mta02.raleigh.ibm.com>
70392      Branch: metaconfig/U/perl
70393            + d_socks5_init.U
70394      Branch: perl
70395            ! Configure INSTALL config_h.SH configure.com epoc/config.sh
70396            ! perl.c uconfig.h uconfig.sh vos/config.def vos/config.h
70397            ! vos/config.pl vos/config_h.SH_orig win32/config.bc
70398            ! win32/config.gc win32/config.vc
70399 ____________________________________________________________________________
70400 [  6815] By: jhi                                   on 2000/08/25  17:43:31
70401         Log: A solution for the retrieve_fd autosplit warning,
70402              idea suggested by Mike Guy.
70403      Branch: perl
70404            ! ext/Storable/Storable.pm
70405 ____________________________________________________________________________
70406 [  6814] By: jhi                                   on 2000/08/25  17:16:03
70407         Log: Add install-silent target.
70408      Branch: perl
70409            ! Makefile.SH
70410 ____________________________________________________________________________
70411 [  6813] By: jhi                                   on 2000/08/25  17:14:23
70412         Log: Subject: Re: [PATCH] More silencing of installman.
70413              From: <abigail@foad.org>
70414              Date: Thu, 24 Aug 2000 19:27:03 -0400
70415              Message-ID: <20000824232703.7001.qmail@foad.org>
70416              
70417              Subject: Re: [PATCH] More silencing of installman.
70418              From: <abigail@foad.org>
70419              Date: Fri, 25 Aug 2000 03:00:58 -0400
70420              Message-ID: <20000825070058.10697.qmail@foad.org>
70421      Branch: perl
70422            ! installman
70423 ____________________________________________________________________________
70424 [  6812] By: jhi                                   on 2000/08/25  17:11:28
70425         Log: installperl --verbose and --silent.
70426              
70427              Subject: Re: [PATCH] More silencing of installman.
70428              From: <abigail@foad.org>
70429              Message-ID: <20000825064430.9719.qmail@foad.org>
70430              Date: Fri, 25 Aug 2000 02:44:30 -0400
70431      Branch: perl
70432            ! installperl
70433 ____________________________________________________________________________
70434 [  6811] By: jhi                                   on 2000/08/25  17:05:43
70435         Log: Subject: [ID 20000824.029] MakeMaker manifypods fails on DJGPP systems
70436              From: "Peter J. Farley III" <pjfarley@banet.net>
70437              Date: Thu, 24 Aug 2000 21:58:03 -0400
70438              Message-Id: <4.3.1.0.20000824215500.00ac3df0@pop5.banet.net>
70439              
70440              (applied slightly modified)
70441      Branch: perl
70442            ! lib/ExtUtils/MM_Unix.pm
70443 ____________________________________________________________________________
70444 [  6810] By: jhi                                   on 2000/08/25  17:01:18
70445         Log: Missing parts of 
70446              
70447              Subject: [PATCH: 6789] some endl fixes for VMS wackiness
70448              From: Peter Prymmer <pvhp@forte.com>
70449              Date: Wed, 23 Aug 2000 13:58:31 -0700 (PDT)
70450              Message-ID: <Pine.OSF.4.10.10008231351000.126820-100000@aspara.forte.com>
70451      Branch: perl
70452            ! t/lib/cgi-html.t
70453 ____________________________________________________________________________
70454 [  6809] By: jhi                                   on 2000/08/25  16:46:32
70455         Log: Subject: [PATCH perl@6805, 5.6.0, 5.005_03] prevent rare Perl hang on VMS
70456              From: "Craig A. Berry" <craig.berry@psinetcs.com>
70457              Date: Thu, 24 Aug 2000 19:13:11 -0500
70458              Message-Id: <4.3.2.7.2.20000824174417.02479ef8@exchi01>
70459      Branch: perl
70460            ! vms/vms.c
70461 ____________________________________________________________________________
70462 [  6808] By: jhi                                   on 2000/08/25  16:39:22
70463         Log: Subject: [PATCH: 6805] several more tweaks to configure.com
70464              From: Peter Prymmer <pvhp@forte.com>
70465              Date: Thu, 24 Aug 2000 16:25:48 -0700 (PDT)
70466              Message-ID: <Pine.OSF.4.10.10008241623420.181493-100000@aspara.forte.com>
70467      Branch: perl
70468            ! configure.com
70469 ____________________________________________________________________________
70470 [  6807] By: jhi                                   on 2000/08/25  16:36:37
70471         Log: Better wording for the vec lvalue diagnostic.
70472              
70473              Subject: Re: [PATCH] Re: [ID 20000821.008] Negitive numbers with vec dumps core
70474              From: Ronald J Kimball <rjk@linguist.dartmouth.edu>
70475              Date: Wed, 23 Aug 2000 14:12:16 -0400
70476              Message-ID: <20000823141215.A173200@linguist.dartmouth.edu>
70477      Branch: perl
70478            ! pod/perldiag.pod
70479 ____________________________________________________________________________
70480 [  6806] By: jhi                                   on 2000/08/24  18:17:22
70481         Log: Subject: [PATCH] More silencing of installman.
70482              From: <abigail@foad.org>
70483              Date: Thu, 24 Aug 2000 14:01:44 -0400
70484              Message-ID: <20000824180144.20062.qmail@foad.org>
70485      Branch: perl
70486            ! installman
70487 ____________________________________________________________________________
70488 [  6805] By: jhi                                   on 2000/08/24  15:00:31
70489         Log: Update Changes.
70490      Branch: perl
70491            ! Changes patchlevel.h
70492 ____________________________________________________________________________
70493 [  6804] By: jhi                                   on 2000/08/24  14:59:07
70494         Log: Regen perltoc.
70495      Branch: perl
70496            ! pod/perltoc.pod
70497 ____________________________________________________________________________
70498 [  6803] By: jhi                                   on 2000/08/24  14:44:39
70499         Log: Show the doc file, not the temp file.
70500      Branch: perl
70501            ! installman
70502 ____________________________________________________________________________
70503 [  6802] By: jhi                                   on 2000/08/24  14:41:53
70504         Log: Continue silencing.
70505      Branch: perl
70506            ! installman
70507 ____________________________________________________________________________
70508 [  6801] By: jhi                                   on 2000/08/24  14:34:40
70509         Log: Actually do something with the silencer option.
70510      Branch: perl
70511            ! installman
70512 ____________________________________________________________________________
70513 [  6800] By: jhi                                   on 2000/08/24  14:26:22
70514         Log: Make installman to recognize the silence flag -S.
70515      Branch: perl
70516            ! installman
70517 ____________________________________________________________________________
70518 [  6799] By: jhi                                   on 2000/08/24  13:49:38
70519         Log: DOS patches and portability/porting notes, from Tim Jenness.
70520      Branch: perl
70521            ! lib/File/Temp.pm
70522 ____________________________________________________________________________
70523 [  6798] By: jhi                                   on 2000/08/24  13:48:27
70524         Log: Create directories in silence.
70525              
70526              Subject: [PATCH] Another silencer for MakeMaker
70527              From: andreas.koenig@anima.de (Andreas J. Koenig)
70528              Date: 24 Aug 2000 14:18:52 +0200
70529              Message-ID: <m3zom297ir.fsf@ak-71.mind.de>
70530      Branch: perl
70531            ! lib/ExtUtils/Command.pm
70532 ____________________________________________________________________________
70533 [  6797] By: jhi                                   on 2000/08/24  13:46:42
70534         Log: More liberal parsing of version numbers.
70535              
70536              Subject: Re: CPAN.pm beta for testing available
70537              From: andreas.koenig@anima.de (Andreas J. Koenig)
70538              Date: 24 Aug 2000 13:51:57 +0200
70539              Message-ID: <m34s4aanc2.fsf@ak-71.mind.de>
70540      Branch: perl
70541            ! lib/CPAN.pm
70542 ____________________________________________________________________________
70543 [  6796] By: jhi                                   on 2000/08/24  13:44:36
70544         Log: Make "make install" by default silent.  A new "install-verbose"
70545              target is verbose.
70546      Branch: perl
70547            ! Makefile.SH
70548 ____________________________________________________________________________
70549 [  6795] By: jhi                                   on 2000/08/24  13:39:14
70550         Log: Add silencer flags to installperl.
70551              
70552              Subject: [PATCH] Making installperl silent.
70553              From: <abigail@foad.org>
70554              Date: Thu, 24 Aug 2000 05:01:45 -0400
70555              Message-ID: <20000824090145.13141.qmail@foad.org>
70556      Branch: perl
70557            ! installperl
70558 ____________________________________________________________________________
70559 [  6794] By: jhi                                   on 2000/08/24  13:35:50
70560         Log: installperl couldn't tell whether it had run tests or not.
70561              
70562              Subject: [PATCH] Re: installperl and t/TEST
70563              From: <abigail@foad.org>
70564              Date: Thu, 24 Aug 2000 04:00:53 -0400
70565              Message-ID: <20000824080053.2494.qmail@foad.org>
70566      Branch: perl
70567            ! Makefile.SH installperl
70568 ____________________________________________________________________________
70569 [  6793] By: jhi                                   on 2000/08/24  13:27:50
70570         Log: Drop the separate perlbc, perlcc -b should be enough.
70571      Branch: perl
70572            - utils/perlbc.PL
70573            ! MANIFEST pod/perldelta.pod pod/perlutil.pod utils/Makefile
70574 ____________________________________________________________________________
70575 [  6792] By: jhi                                   on 2000/08/24  04:41:30
70576         Log: Upgrade to Storable 0.7.4, from Raphael Manfredi,
70577              plus the typo fix from Peter Prymmer.
70578      Branch: perl
70579            ! ext/Storable/ChangeLog ext/Storable/Makefile.PL
70580            ! ext/Storable/Storable.pm ext/Storable/Storable.xs
70581 ____________________________________________________________________________
70582 [  6791] By: jhi                                   on 2000/08/24  02:10:43
70583         Log: Replace #6705 with a minimal doc patch.
70584              
70585              Subject: [PATCH 5.6.0] replace change #6705
70586              From: Jan Dubois <jand@ActiveState.com>
70587              Date: Wed, 23 Aug 2000 18:31:51 -0700
70588              Message-ID: <dau8qsolaurdcbom4810gfuhbjegemtr58@4ax.com>
70589      Branch: perl
70590            ! lib/Win32.pod win32/win32.c
70591 ____________________________________________________________________________
70592 [  6790] By: jhi                                   on 2000/08/23  17:52:00
70593         Log: Subject: [PATCH] Re: [ID 20000821.008] Negitive numbers with vec dumps core
70594              From: Mike Guy <mjtg@cam.ac.uk>
70595              Date: Wed, 23 Aug 2000 18:38:46 +0100
70596              Message-Id: <E13ReUA-0000vC-00@virgo.cus.cam.ac.uk>
70597      Branch: perl
70598            ! doop.c pod/perldiag.pod pod/perlfunc.pod t/op/vec.t
70599 ____________________________________________________________________________
70600 [  6789] By: jhi                                   on 2000/08/23  15:34:21
70601         Log: Update Changes.
70602      Branch: perl
70603            ! Changes patchlevel.h
70604 ____________________________________________________________________________
70605 [  6788] By: jhi                                   on 2000/08/23  15:33:40
70606         Log: Subject: [PATCH] (Mac OS X): Don't #define environ unless PERL_CORE
70607              From: Wilfredo Sánchez <wsanchez@apple.com>
70608              Date: Tue, 22 Aug 2000 19:31:27 -0700
70609              Message-Id: <200008230231.TAA00461@ns1.abstrata.com>
70610      Branch: perl
70611            ! perl.h
70612 ____________________________________________________________________________
70613 [  6787] By: jhi                                   on 2000/08/23  15:29:31
70614         Log: Subject: [ID 20000823.004] [PATCH 5.6.0+] Pod::Html is too self-contained
70615              From: Spider Boardman <spider@leggy.zk3.dec.com>
70616              Date: Wed, 23 Aug 2000 10:33:23 -0400
70617              Message-Id: <200008231433.KAA28122@leggy.zk3.dec.com>
70618      Branch: perl
70619            ! lib/Pod/Html.pm
70620 ____________________________________________________________________________
70621 [  6786] By: jhi                                   on 2000/08/23  15:28:11
70622         Log: Bad makefile.
70623      Branch: perl
70624            ! ext/B/Makefile.PL
70625 ____________________________________________________________________________
70626 [  6785] By: jhi                                   on 2000/08/23  14:37:04
70627         Log: Update Changes.
70628      Branch: perl
70629            ! Changes patchlevel.h
70630 ____________________________________________________________________________
70631 [  6784] By: jhi                                   on 2000/08/23  13:58:41
70632         Log: Portability fix from Hugo van der Sanden.
70633      Branch: perl
70634            ! ext/re/Makefile.PL
70635 ____________________________________________________________________________
70636 [  6783] By: jhi                                   on 2000/08/23  13:53:53
70637         Log: Storable support, v-version fixes.
70638              
70639              Subject: CPAN.pm beta for testing available
70640              From: andreas.koenig@anima.de (Andreas J. Koenig)
70641              Date: 22 Aug 2000 23:31:33 +0200
70642              Message-ID: <m3hf8dc79m.fsf@ak-71.mind.de>
70643      Branch: perl
70644            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
70645 ____________________________________________________________________________
70646 [  6782] By: jhi                                   on 2000/08/23  13:51:26
70647         Log: Mac and other portability updates from Chris Nandor.
70648      Branch: perl
70649            ! pod/perlmodinstall.pod
70650 ____________________________________________________________________________
70651 [  6781] By: jhi                                   on 2000/08/23  13:47:33
70652         Log: Subject: [PATCH: 6778] fix a small typo in Storable.xs
70653              From: Peter Prymmer <pvhp@forte.com>
70654              Date: Tue, 22 Aug 2000 16:20:41 -0700 (PDT)
70655              Message-ID: <Pine.OSF.4.10.10008221616430.68568-100000@aspara.forte.com>
70656      Branch: perl
70657            ! ext/Storable/Storable.xs
70658 ____________________________________________________________________________
70659 [  6780] By: jhi                                   on 2000/08/23  13:33:34
70660         Log: VMS MMS (make) wants null action.
70661      Branch: perl
70662            ! ext/B/Makefile.PL
70663 ____________________________________________________________________________
70664 [  6779] By: jhi                                   on 2000/08/22  19:44:47
70665         Log: Forgot portability nit.
70666      Branch: perl
70667            ! t/lib/st-forgive.t
70668 ____________________________________________________________________________
70669 [  6778] By: jhi                                   on 2000/08/22  19:35:25
70670         Log: Be portable.
70671      Branch: perl
70672            ! ext/B/Makefile.PL t/lib/st-forgive.t t/lib/st-retrieve.t
70673            ! t/lib/st-store.t
70674 ____________________________________________________________________________
70675 [  6777] By: jhi                                   on 2000/08/22  18:50:53
70676         Log: Update Changes.
70677      Branch: perl
70678            ! Changes patchlevel.h
70679 ____________________________________________________________________________
70680 [  6776] By: jhi                                   on 2000/08/22  18:44:46
70681         Log: cSVOPo_*v things index into the current PL_curpad
70682              under ithreads, which is different from the curpad
70683              used by the XSUB.  (In other words, the code as-is
70684              before this patch wouldn't work under ithreads.)
70685              From Sarathy.
70686      Branch: perl
70687            ! ext/B/B.xs
70688 ____________________________________________________________________________
70689 [  6775] By: jhi                                   on 2000/08/22  18:18:37
70690         Log: Make the selection of NVff et al stricter.
70691      Branch: metaconfig/U/perl
70692            ! perlxvf.U
70693      Branch: perl
70694            ! Configure config_h.SH
70695 ____________________________________________________________________________
70696 [  6774] By: jhi                                   on 2000/08/22  17:19:42
70697         Log: perldelta nits.
70698      Branch: perl
70699            ! pod/perldelta.pod
70700 ____________________________________________________________________________
70701 [  6773] By: jhi                                   on 2000/08/22  17:06:26
70702         Log: Long double fixes from Spider Boardman.
70703              
70704              Subject: [ID 20000821.014] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6756 on alpha-dec_osf 5.1 (UNINSTALLED)
70705              From: system PRIVILEGED account <root@peano.zk3.dec.com>
70706              Date: Mon, 21 Aug 2000 18:41:15 -0400 (EDT)
70707              Message-Id: <200008212241.SAA0000014255@peano.zk3.dec.com>
70708      Branch: perl
70709            ! t/lib/bigfltpm.t t/lib/st-06compat.t
70710 ____________________________________________________________________________
70711 [  6772] By: jhi                                   on 2000/08/22  15:04:53
70712         Log: Update Changes.
70713      Branch: perl
70714            ! Changes patchlevel.h
70715 ____________________________________________________________________________
70716 [  6771] By: jhi                                   on 2000/08/22  15:01:44
70717         Log: perldelta fixes from Hugo van der Sanden.
70718      Branch: perl
70719            ! pod/perldelta.pod
70720 ____________________________________________________________________________
70721 [  6770] By: jhi                                   on 2000/08/22  14:34:49
70722         Log: Subject: [PATCH blead] nextchar() abuse misses an optimisation
70723              From: Hugo <hv@crypt.compulink.co.uk>
70724              Date: Tue, 22 Aug 2000 11:21:53 +0100
70725              Message-Id: <200008221021.LAA03332@crypt.compulink.co.uk>
70726      Branch: perl
70727            ! regcomp.c
70728 ____________________________________________________________________________
70729 [  6769] By: jhi                                   on 2000/08/22  14:30:02
70730         Log: Add Yitzchak, reformat.
70731      Branch: perl
70732            ! Changes config_h.SH
70733 ____________________________________________________________________________
70734 [  6768] By: jhi                                   on 2000/08/22  14:21:35
70735         Log: Long double Gconvert fixes from Yitzchak Scott-Thoennes
70736              and Spider Boardman.
70737      Branch: metaconfig
70738            ! U/compline/d_gconvert.U
70739      Branch: perl
70740            ! Configure
70741 ____________________________________________________________________________
70742 [  6767] By: jhi                                   on 2000/08/22  14:11:24
70743         Log: Subject: Re: [PATCH] [ID 20000820.012] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6735 on
70744              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
70745              Date: Mon, 21 Aug 2000 19:08:31 -0700
70746              Message-ID: <fCeo5gzkgmhY092yn@efn.org>
70747      Branch: perl
70748            - ext/Storable/patchlevel.h
70749            ! MANIFEST ext/Storable/MANIFEST
70750 ____________________________________________________________________________
70751 [  6766] By: jhi                                   on 2000/08/22  13:49:29
70752         Log: Subject: [PATCH: 6757] configure.com updates and syslog build
70753              From: Peter Prymmer <pvhp@forte.com>
70754              Date: Mon, 21 Aug 2000 17:15:35 -0700 (PDT)
70755              Message-ID: <Pine.OSF.4.10.10008211653270.17516-100000@aspara.forte.com>
70756      Branch: perl
70757            ! configure.com ext/Storable/Makefile.PL
70758 ____________________________________________________________________________
70759 [  6765] By: jhi                                   on 2000/08/22  13:44:59
70760         Log: Subject: [PATCH blead] B:: missing dependency
70761              From: Hugo <hv@crypt.compulink.co.uk>
70762              Date: Tue, 22 Aug 2000 06:44:33 +0100
70763              Message-Id: <200008220544.GAA31051@crypt.compulink.co.uk>
70764      Branch: perl
70765            ! ext/B/Makefile.PL
70766 ____________________________________________________________________________
70767 [  6764] By: jhi                                   on 2000/08/22  13:38:12
70768         Log: More bytecompiler.
70769      Branch: perl
70770            ! pod/perlutil.pod utils/Makefile utils/perlbc.PL
70771 ____________________________________________________________________________
70772 [  6763] By: jhi                                   on 2000/08/22  13:36:44
70773         Log: Bytecompiler patches from Benjamin Stuhl.
70774      Branch: perl
70775            ! bytecode.pl embedvar.h ext/B/B.pm ext/B/B.xs
70776            ! ext/B/B/Asmdata.pm ext/B/B/Assembler.pm ext/B/B/Bytecode.pm
70777            ! ext/B/O.pm ext/B/defsubs_h.PL ext/ByteLoader/ByteLoader.pm
70778            ! ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
70779            ! ext/ByteLoader/byterun.c ext/ByteLoader/byterun.h intrpvar.h
70780            ! perl.c perlapi.h pod/perldelta.pod
70781 ____________________________________________________________________________
70782 [  6762] By: jhi                                   on 2000/08/21  23:43:40
70783         Log: An obsoleted diagnostic.
70784      Branch: perl
70785            ! pod/perldelta.pod
70786 ____________________________________________________________________________
70787 [  6761] By: jhi                                   on 2000/08/21  23:01:45
70788         Log: The #6759 wasn't quite right.
70789      Branch: perl
70790            ! t/lib/st-06compat.t t/lib/st-blessed.t t/lib/st-canonical.t
70791            ! t/lib/st-dclone.t t/lib/st-forgive.t t/lib/st-freeze.t
70792            ! t/lib/st-overload.t t/lib/st-recurse.t t/lib/st-retrieve.t
70793            ! t/lib/st-store.t t/lib/st-tied.t t/lib/st-tiedhook.t
70794            ! t/lib/st-tieditems.t
70795 ____________________________________________________________________________
70796 [  6760] By: jhi                                   on 2000/08/21  22:35:49
70797         Log: Be verydeepclean.
70798      Branch: perl
70799            ! Makefile.SH
70800 ____________________________________________________________________________
70801 [  6759] By: jhi                                   on 2000/08/21  22:25:40
70802         Log: Subject: [PATCH: 6757] make new Storable tests forgiving of places where not built
70803              From: Peter Prymmer <pvhp@forte.com>
70804              Date: Mon, 21 Aug 2000 14:58:16 -0700 (PDT)
70805              Message-ID: <Pine.OSF.4.10.10008211456250.17516-100000@aspara.forte.com>
70806      Branch: perl
70807            ! t/lib/st-06compat.t t/lib/st-blessed.t t/lib/st-canonical.t
70808            ! t/lib/st-dclone.t t/lib/st-forgive.t t/lib/st-freeze.t
70809            ! t/lib/st-overload.t t/lib/st-recurse.t t/lib/st-retrieve.t
70810            ! t/lib/st-store.t t/lib/st-tied.t t/lib/st-tiedhook.t
70811            ! t/lib/st-tieditems.t
70812 ____________________________________________________________________________
70813 [  6758] By: jhi                                   on 2000/08/21  22:22:32
70814         Log: Few more casts, need reported in
70815              
70816              Subject: Re: [ID 20000821.010] OK: perl v5.7.0 +SUIDMAIL +DEVEL6756 on i586-linux-64all 2.2.16-9mdk (UNINSTALLED)
70817              From: Mike Stok <mike@stok.co.uk>
70818              Date: Mon, 21 Aug 2000 15:59:29 -0500 (CDT)
70819              Message-ID: <Pine.LNX.4.21.0008211558480.19081-100000@ratdog.stok.co.uk>
70820              
70821              and
70822              
70823              Subject: [ID 20000821.013] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6756 on i686-linux-64int 2.2.13
70824              From: abigail@foad.org
70825              Date: 21 Aug 2000 21:31:34 -0000
70826              Message-Id: <20000821213134.30170.qmail@foad.org>
70827      Branch: perl
70828            ! ext/Storable/Storable.xs
70829 ____________________________________________________________________________
70830 [  6757] By: jhi                                   on 2000/08/21  18:37:07
70831         Log: Update Changes.
70832      Branch: perl
70833            ! Changes patchlevel.h
70834 ____________________________________________________________________________
70835 [  6756] By: jhi                                   on 2000/08/21  18:34:02
70836         Log: A pod nit.
70837              
70838              Subject: [PATCH] pod/perlre.pod (was Re: [ID 20000821.007] $&, $1, etc. disappear when sub returns)
70839              From: <abigail@foad.org>
70840              Date: Mon, 21 Aug 2000 14:00:16 -0400
70841              Message-ID: <20000821180016.28627.qmail@foad.org>
70842      Branch: perl
70843            ! pod/perlre.pod
70844 ____________________________________________________________________________
70845 [  6755] By: jhi                                   on 2000/08/21  18:30:56
70846         Log: Use PodParser 1.18 new test.
70847      Branch: perl
70848            ! t/pod/special_seqs.t t/pod/special_seqs.xr
70849 ____________________________________________________________________________
70850 [  6754] By: jhi                                   on 2000/08/21  18:28:35
70851         Log: Apply some PodParser 1.18 patches; the Pod/Find.pm
70852              patches cannot be applied since #6712 conflicts.
70853      Branch: perl
70854            ! lib/Pod/InputObjects.pm lib/Pod/Parser.pm lib/Pod/Usage.pm
70855 ____________________________________________________________________________
70856 [  6753] By: jhi                                   on 2000/08/21  18:15:11
70857         Log: Weed out some smaller changes.
70858      Branch: perl
70859            ! pod/perldelta.pod
70860 ____________________________________________________________________________
70861 [  6752] By: jhi                                   on 2000/08/21  18:02:30
70862         Log: Also under djgpp the timestamps are funky.
70863      Branch: perl
70864            ! t/op/stat.t
70865 ____________________________________________________________________________
70866 [  6751] By: jhi                                   on 2000/08/21  17:55:56
70867         Log: Tweak the floating point output routine preferences.
70868      Branch: metaconfig
70869            ! U/compline/d_gconvert.U
70870      Branch: perl
70871            ! Configure
70872 ____________________________________________________________________________
70873 [  6750] By: jhi                                   on 2000/08/21  17:51:29
70874         Log: Unicos/mk requires elaborate paranoia.
70875      Branch: perl
70876            ! lib/Math/Complex.pm
70877 ____________________________________________________________________________
70878 [  6749] By: gsar                                  on 2000/08/21  16:53:31
70879         Log: use Cwd 'chdir' didn't set $ENV{PWD} correctly on Windows
70880      Branch: perl
70881            ! lib/Cwd.pm
70882 ____________________________________________________________________________
70883 [  6748] By: gsar                                  on 2000/08/21  16:22:19
70884         Log: free TLS slot properly on Windows
70885      Branch: perl
70886            ! thread.h win32/perllib.c win32/win32thread.h
70887 ____________________________________________________________________________
70888 [  6747] By: jhi                                   on 2000/08/21  16:20:58
70889         Log: Rename the macro argument because some preprocessors
70890              can't tell the difference and expand arguments also inside
70891              double quoted strings.
70892      Branch: perl
70893            ! regcomp.c
70894 ____________________________________________________________________________
70895 [  6746] By: jhi                                   on 2000/08/21  16:09:41
70896         Log: Support long doubles in Storable.
70897              
70898              Subject: Re: Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6735 on i686-linux-thread-multi-64int 2.2.14-5.0 (UNINSTALLED)
70899              From: Radu Greab <radu@netsoft.ro>
70900              Date: Mon, 21 Aug 2000 18:05:59 +0300 (EET DST)
70901              Message-ID: <Pine.GSO.4.05.10008211804210.10137-100000@localhost>
70902      Branch: perl
70903            ! ext/Storable/Storable.xs
70904 ____________________________________________________________________________
70905 [  6745] By: jhi                                   on 2000/08/21  15:51:40
70906         Log: Subject: RE: [PATCH perl@6736] t/pragma/warn/9enabled assumes stdout buffered
70907              From: "Fifer, Eric" <EFifer@sanwaint.com>
70908              Date: Mon, 21 Aug 2000 15:34:49 +0100
70909              Message-ID: <779F20BCCE5AD31186A50008C75D9979171786@silldn_mail1.sanwaint.com>
70910      Branch: perl
70911            ! t/pragma/warn/9enabled
70912 ____________________________________________________________________________
70913 [  6744] By: jhi                                   on 2000/08/21  15:39:35
70914         Log: Document the endianness of Alpha more precisely.
70915      Branch: perl
70916            ! hints/unicos.sh pod/perldelta.pod pod/perlfunc.pod
70917            ! pod/perlport.pod
70918 ____________________________________________________________________________
70919 [  6743] By: jhi                                   on 2000/08/21  14:47:05
70920         Log: perldelta fixes from the p5p crowd.
70921      Branch: perl
70922            ! pod/perldelta.pod pod/perlop.pod
70923 ____________________________________________________________________________
70924 [  6742] By: jhi                                   on 2000/08/21  13:34:51
70925         Log: Update to Pod::LaTeX 0.53.
70926              
70927              Subject: [PATCH] lib/Pod/LaTeX.pm updates
70928              From: Tim Jenness <timj@jach.hawaii.edu>
70929              Date: Sun, 20 Aug 2000 23:09:48 -1000 (HST)
70930              Message-ID: <Pine.LNX.4.21.0008202308040.12047-100000@lapaki.jach.hawaii.edu>
70931      Branch: perl
70932            ! lib/Pod/LaTeX.pm
70933 ____________________________________________________________________________
70934 [  6741] By: jhi                                   on 2000/08/21  13:33:01
70935         Log: Subject: [PATCH] os2.c fix for use64bitint
70936              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
70937              Date: Mon, 21 Aug 2000 01:32:25 -0700
70938              Message-ID: <ZkOo5gzkgWEb092yn@efn.org>
70939      Branch: perl
70940            ! os2/os2.c
70941 ____________________________________________________________________________
70942 [  6740] By: jhi                                   on 2000/08/21  13:28:52
70943         Log: Array context keeps slithering in.
70944              
70945              Subject: Re: 5.7.0 getting really close, new snapshot: perldelta, Storable
70946              From: Daniel Chetlin <daniel@chetlin.com>
70947              Date: Sun, 20 Aug 2000 21:40:25 -0700
70948              Message-ID: <20000820214025.C29387@ilmd.chetlin.org>
70949      Branch: perl
70950            ! ext/Storable/Storable.xs lib/Pod/InputObjects.pm
70951            ! pod/perldebtut.pod
70952 ____________________________________________________________________________
70953 [  6739] By: jhi                                   on 2000/08/21  13:23:55
70954         Log: Big-endian quad fixes for Storable from Radu Greab,
70955              plus few explicit null casts for picky compilers.
70956      Branch: perl
70957            ! ext/Storable/Storable.xs
70958 ____________________________________________________________________________
70959 [  6738] By: gsar                                  on 2000/08/21  05:56:13
70960         Log: small tweaks for change#6705: avoid C++ style comments in C code;
70961              use Perl's malloc API rather than the low level system one
70962      Branch: perl
70963            ! win32/win32.c
70964 ____________________________________________________________________________
70965 [  6737] By: gsar                                  on 2000/08/21  05:35:41
70966         Log: add Storable to list of extensions on Windows
70967      Branch: perl
70968            ! win32/Makefile win32/makefile.mk
70969 ____________________________________________________________________________
70970 [  6736] By: jhi                                   on 2000/08/21  02:57:53
70971         Log: Update Changes.
70972      Branch: perl
70973            ! Changes patchlevel.h
70974 ____________________________________________________________________________
70975 [  6735] By: jhi                                   on 2000/08/21  02:57:20
70976         Log: Draft 0.
70977      Branch: perl
70978            ! pod/perldelta.pod
70979 ____________________________________________________________________________
70980 [  6734] By: jhi                                   on 2000/08/21  02:57:03
70981         Log: Add Storable 0.7.2 from Raphael Manfredi,
70982              plus the patch from
70983              
70984              Subject: Re: someone with too much time and a 64-bit box and interest in Storable?
70985              From: Radu Greab <radu@netsoft.ro>
70986              Date: Mon, 21 Aug 2000 03:10:05 +0300 (EEST)
70987              Message-ID: <Pine.LNX.4.10.10008210258160.1292-100000@busy.netsoft.ro>
70988              
70989              plus changes to get Storable to compile with
70990              picky ANSI compilers.
70991      Branch: perl
70992            + ext/Storable/ChangeLog ext/Storable/MANIFEST
70993            + ext/Storable/Makefile.PL ext/Storable/README
70994            + ext/Storable/Storable.pm ext/Storable/Storable.xs
70995            + ext/Storable/patchlevel.h t/lib/st-06compat.t
70996            + t/lib/st-blessed.t t/lib/st-canonical.t t/lib/st-dclone.t
70997            + t/lib/st-dump.pl t/lib/st-forgive.t t/lib/st-freeze.t
70998            + t/lib/st-overload.t t/lib/st-recurse.t t/lib/st-retrieve.t
70999            + t/lib/st-store.t t/lib/st-tied.t t/lib/st-tiedhook.t
71000            + t/lib/st-tieditems.t
71001            ! MANIFEST
71002 ____________________________________________________________________________
71003 [  6733] By: jhi                                   on 2000/08/21  02:29:09
71004         Log: The correct cleaning order is an art.
71005      Branch: perl
71006            ! Makefile.SH
71007 ____________________________________________________________________________
71008 [  6732] By: jhi                                   on 2000/08/21  01:23:39
71009         Log: The #6724 is here.
71010      Branch: perl
71011            ! t/lib/ftmp-security.t
71012 ____________________________________________________________________________
71013 [  6731] By: jhi                                   on 2000/08/20  23:17:03
71014         Log: s/this one/the 5.6.0 release/
71015      Branch: perl
71016            ! pod/perl56delta.pod
71017 ____________________________________________________________________________
71018 [  6730] By: jhi                                   on 2000/08/20  23:07:34
71019         Log: Mention perlebcdic and perlposix-bc.
71020      Branch: perl
71021            ! pod/perlport.pod
71022 ____________________________________________________________________________
71023 [  6729] By: jhi                                   on 2000/08/20  21:32:59
71024         Log: Document the number of exponent digits.
71025      Branch: perl
71026            ! pod/perlfunc.pod
71027 ____________________________________________________________________________
71028 [  6728] By: jhi                                   on 2000/08/20  21:16:47
71029         Log: Use File::Spec->tmpdir().
71030              
71031              Subject: Re: [ID 20000820.001] not OK - Perl 5.7.0 (uninstalled)
71032              From: Tim Jenness <timj@jach.hawaii.edu>
71033              Message-ID: <Pine.LNX.4.21.0008201057080.20544-100000@lapaki.jach.hawaii.edu>
71034              MIME-Version: 1.0
71035              Date: Sun, 20 Aug 2000 11:01:25 -1000 (HST)
71036      Branch: perl
71037            ! utils/perlbug.PL
71038 ____________________________________________________________________________
71039 [  6727] By: jhi                                   on 2000/08/20  20:43:32
71040         Log: Update Changes.
71041      Branch: perl
71042            ! Changes patchlevel.h
71043 ____________________________________________________________________________
71044 [  6726] By: jhi                                   on 2000/08/20  20:41:44
71045         Log: The veryclean target needs to clobber.
71046      Branch: perl
71047            ! Makefile.SH
71048 ____________________________________________________________________________
71049 [  6725] By: jhi                                   on 2000/08/20  20:37:38
71050         Log: Document odd vs even subreleases and -Dusedevel.
71051      Branch: perl
71052            ! INSTALL
71053 ____________________________________________________________________________
71054 [  6724] By: jhi                                   on 2000/08/20  19:58:05
71055         Log: Use temporary directory instead of current directory.
71056              
71057              Subject: Re: [ID 20000816.011] Test failure in lib/ftmp-security.t
71058              From: Tim Jenness <timj@jach.hawaii.edu>
71059              Date: Sat, 19 Aug 2000 10:26:07 -1000 (HST)
71060              Message-ID: <Pine.LNX.4.21.0008191015090.13727-100000@lapaki.jach.hawaii.edu>
71061      Branch: perl
71062            ! t/lib/ftmp-security.t
71063 ____________________________________________________________________________
71064 [  6723] By: jhi                                   on 2000/08/20  19:55:55
71065         Log: Subject: [PATCH] Silence MakeMaker (Was: installman)
71066              From: andreas.koenig@anima.de (Andreas J. Koenig)
71067              Date: 20 Aug 2000 15:52:03 +0200
71068              Message-ID: <m3em3khwfw.fsf_-_@ak-71.mind.de>
71069      Branch: perl
71070            ! lib/ExtUtils/MM_Unix.pm
71071 ____________________________________________________________________________
71072 [  6722] By: jhi                                   on 2000/08/20  19:46:01
71073         Log: Update to CGI 2.72, from Lincoln Stein.
71074      Branch: perl
71075            ! lib/CGI.pm
71076 ____________________________________________________________________________
71077 [  6721] By: jhi                                   on 2000/08/20  19:43:54
71078         Log: (Replaced by #8364.)
71079              
71080              Subject: Re: [ID 20000819.002] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6707 on i686-linux 2.2.5-16 (UNINSTALLED)
71081              From: Radu Greab <radu@netsoft.ro>
71082              Date: Sun, 20 Aug 2000 18:03:26 +0300 (EEST)
71083              Message-ID: <Pine.LNX.4.10.10008201753260.1292-100000@busy.netsoft.ro>
71084      Branch: perl
71085            ! ext/GDBM_File/GDBM_File.xs
71086 ____________________________________________________________________________
71087 [  6720] By: jhi                                   on 2000/08/20  19:42:01
71088         Log: pp_open() could pass an uninitialized filename down to do_open9().
71089      Branch: perl
71090            ! pp_sys.c
71091 ____________________________________________________________________________
71092 [  6719] By: jhi                                   on 2000/08/20  14:06:41
71093         Log: UTF8 concat fixes.
71094              
71095              Subject: [PATCH @6713] Re: [ID 20000815.006] latest patched perl core dumps
71096              From: Hugo <hv@crypt.compulink.co.uk>
71097              Date: Sun, 20 Aug 2000 07:30:46 +0100
71098              Message-Id: <200008200630.HAA18053@crypt.compulink.co.uk>
71099      Branch: perl
71100            ! pp_hot.c t/op/append.t
71101 ____________________________________________________________________________
71102 [  6718] By: jhi                                   on 2000/08/20  02:09:37
71103         Log: Let's try #6717 again.
71104      Branch: perl
71105            ! lib/File/Temp.pm
71106 ____________________________________________________________________________
71107 [  6717] By: jhi                                   on 2000/08/20  01:56:55
71108         Log: Subject: [PATCH perl@6698] File::Temp fix-ups for OpenVMS
71109              From: "Craig A. Berry" <craig.berry@metamorgs.com>
71110              Date: Sat, 19 Aug 2000 18:15:39 -0500
71111              Message-Id: <p04320402b5c4c10bc280@[192.168.56.169]>
71112      Branch: perl
71113            ! lib/File/Temp.pm
71114 ____________________________________________________________________________
71115 [  6716] By: jhi                                   on 2000/08/19  15:50:11
71116         Log: Update Changes.
71117      Branch: perl
71118            ! Changes patchlevel.h
71119 ____________________________________________________________________________
71120 [  6715] By: jhi                                   on 2000/08/19  15:39:09
71121         Log: Subject: [ID 20000817.023] endianness description in perlfunc.pod
71122              From: Jonathan D Johnston <jdjohnston2@juno.com>
71123              Date: Thu, 17 Aug 2000 23:13:01 -0400       
71124              Message-Id: <20000817.231304.-743351.1.jdjohnston2@juno.com>
71125      Branch: perl
71126            ! pod/perlfunc.pod
71127 ____________________________________________________________________________
71128 [  6714] By: jhi                                   on 2000/08/19  15:34:04
71129         Log: Introduce a 'veryclean' target that is like 'distclean'
71130              but also removes *~ and *.orig.
71131      Branch: perl
71132            ! Makefile.SH lib/ExtUtils/MM_Unix.pm pod/Makefile.SH
71133            ! utils/Makefile x2p/Makefile.SH
71134 ____________________________________________________________________________
71135 [  6713] By: jhi                                   on 2000/08/19  14:15:45
71136         Log: Put back the long double avoidance code to POSIX.xs
71137              because VMS seems to need it still.
71138      Branch: perl
71139            ! ext/POSIX/POSIX.xs
71140 ____________________________________________________________________________
71141 [  6712] By: jhi                                   on 2000/08/19  14:10:41
71142         Log: Subject: [PATCH: 6698] was Re: [PATCH: 6640] VMS Makefile.SH update (fwd)
71143              From: Peter Prymmer <pvhp@forte.com>
71144              Date: Fri, 18 Aug 2000 18:18:31 -0700 (PDT)
71145              Message-ID: <Pine.OSF.4.10.10008181818100.322420-100000@aspara.forte.com>
71146      Branch: perl
71147            ! lib/Pod/Find.pm t/pod/find.t
71148 ____________________________________________________________________________
71149 [  6711] By: jhi                                   on 2000/08/19  14:09:19
71150         Log: Subject: [PATCH: 6698] tidy up the temp files left by peek tests on VMS
71151              From: Peter Prymmer <pvhp@forte.com>
71152              Date: Fri, 18 Aug 2000 17:54:10 -0700 (PDT)
71153              Message-ID: <Pine.OSF.4.10.10008181751350.322420-100000@aspara.forte.com>
71154              cc: vmsperl@perl.org
71155      Branch: perl
71156            ! t/lib/peek.t
71157 ____________________________________________________________________________
71158 [  6710] By: jhi                                   on 2000/08/19  14:08:01
71159         Log: Subject: [PATCH 5.6.0+] fix for Win32::GetFullPathName and Win32::GetShortPathName
71160              From: Jan Dubois <jand@ActiveState.com>
71161              Date: Fri, 18 Aug 2000 16:31:48 -0700
71162              Message-ID: <2ihrps00u6qkpjtfq6f2b1d1ndkrs7l04u@4ax.com>
71163      Branch: perl
71164            ! win32/win32.c
71165 ____________________________________________________________________________
71166 [  6709] By: jhi                                   on 2000/08/19  14:06:57
71167         Log: Fix a core dump in lib/selfloader under -DDEBUGGING.
71168              
71169              Subject: PATCH @6698 for [ID 20000817.007] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6676 on alpha-dec_osf 4.0f (UNINSTALLED) 
71170              From: Spider.Boardman@Orb.Nashua.NH.US
71171              Date: Fri, 18 Aug 2000 18:41:14 -0400
71172              Message-Id: <200008182241.SAA29667@Orb.Nashua.NH.US>
71173      Branch: perl
71174            ! regcomp.c
71175 ____________________________________________________________________________
71176 [  6708] By: jhi                                   on 2000/08/18  22:04:49
71177         Log: Update Changes.
71178      Branch: perl
71179            ! Changes patchlevel.h
71180 ____________________________________________________________________________
71181 [  6707] By: jhi                                   on 2000/08/18  21:55:14
71182         Log: Add warnif(), check warnings further up the stack,
71183              all the warnings functions now can take an optional object reference.
71184              
71185              Subject: [PATCH bleedperl@6691] warnings pragma update
71186              From: "Paul Marquess" <Paul.Marquess@btinternet.com>
71187              Date: Fri, 18 Aug 2000 22:42:06 +0100
71188              Message-ID: <000c01c0095d$278e0040$ca01073e@bfs.phone.com>
71189      Branch: perl
71190            ! lib/Class/Struct.pm lib/Tie/Handle.pm lib/Tie/Hash.pm
71191            ! lib/Tie/Scalar.pm lib/fields.pm lib/syslog.pl lib/warnings.pm
71192            ! pod/perllexwarn.pod t/pragma/warn/9enabled warnings.pl
71193 ____________________________________________________________________________
71194 [  6706] By: jhi                                   on 2000/08/18  21:41:45
71195         Log: Typo in pp_complement().
71196              
71197              Subject: [PATCH perl-current] Deparse
71198              From: Peter Scott <Peter@PSDT.com>
71199              Date: Fri, 18 Aug 2000 12:44:37 -0700
71200              Message-Id: <4.3.2.7.2.20000818124024.00ba2be0@psdt.com>
71201      Branch: perl
71202            ! ext/B/B/Deparse.pm
71203 ____________________________________________________________________________
71204 [  6705] By: jhi                                   on 2000/08/18  21:25:59
71205         Log: Subject: [PATCH 5.6.0+] fix for Win32::DomainName
71206              From: Jan Dubois <jand@ActiveState.com>
71207              Date: Fri, 18 Aug 2000 14:22:51 -0700
71208              Message-ID: <0o9rps458r29eb97h5csuq81b1eip4no33@4ax.com>
71209      Branch: perl
71210            ! lib/Win32.pod win32/win32.c
71211 ____________________________________________________________________________
71212 [  6704] By: jhi                                   on 2000/08/18  21:16:14
71213         Log: Don't eat leading os from index entries.
71214              
71215              Subject: Re: [ID 20000810.006] Pod::Man Ate My 'O'!
71216              From: Russ Allbery <rra@stanford.edu>
71217              Date: 10 Aug 2000 20:49:25 -0700
71218              Message-ID: <ylu2cs78ze.fsf@windlord.stanford.edu>
71219      Branch: perl
71220            ! lib/Pod/Man.pm
71221 ____________________________________________________________________________
71222 [  6703] By: jhi                                   on 2000/08/18  21:07:06
71223         Log: Add [[:blank:]] as suggested in
71224              
71225              Subject: [ID 20000716.024] [=cc=] / [:blank:]
71226              From: Jeffrey Friedl <jfriedl@fummy.dsl.yahoo.com>
71227              Date: Sun, 16 Jul 2000 17:55:29 -0700
71228              Message-Id: <200007170055.RAA23528@fummy.dsl.yahoo.com>
71229              
71230              (the [=cc=] has already been taken care of by #6439
71231              so the whole bug report can be closed)
71232              
71233              and make [[:space:]] to be equivalent to isspace(3)
71234              (as opposed to \s, which is isSPACE()).  The difference
71235              is that now [[:space:]] matches the mythical vertical tab,
71236              while \s doesn't.
71237      Branch: perl
71238            ! handy.h pod/perlre.pod pod/perlretut.pod regcomp.c regcomp.h
71239            ! regexec.c t/op/pat.t
71240 ____________________________________________________________________________
71241 [  6702] By: jhi                                   on 2000/08/18  18:47:47
71242         Log: The new tests were missing from #6415.
71243      Branch: perl
71244            ! t/op/bop.t
71245 ____________________________________________________________________________
71246 [  6701] By: jhi                                   on 2000/08/18  18:20:40
71247         Log: Document the NDBM_File and ODBM_File as SDBM_File
71248              was documented in #6417.
71249      Branch: perl
71250            ! ext/NDBM_File/NDBM_File.pm ext/ODBM_File/ODBM_File.pm
71251            ! ext/SDBM_File/SDBM_File.pm
71252 ____________________________________________________________________________
71253 [  6700] By: jhi                                   on 2000/08/18  18:10:39
71254         Log: Subject: [PATCH perl@6698] cygwin port
71255              From: "Fifer, Eric" <EFifer@sanwaint.com>
71256              Date: Fri, 18 Aug 2000 17:30:05 +0100
71257              Message-ID: <779F20BCCE5AD31186A50008C75D9979171784@silldn_mail1.sanwaint.com>
71258      Branch: perl
71259            ! lib/File/Temp.pm
71260 ____________________________________________________________________________
71261 [  6699] By: jhi                                   on 2000/08/18  16:21:49
71262         Log: Document code point which makes if (defined %stash::) to work
71263              (noted by Spider Boardman).
71264      Branch: perl
71265            ! op.c
71266 ____________________________________________________________________________
71267 [  6698] By: jhi                                   on 2000/08/18  13:43:27
71268         Log: Update Changes.
71269      Branch: perl
71270            ! Changes patchlevel.h
71271 ____________________________________________________________________________
71272 [  6697] By: jhi                                   on 2000/08/18  13:35:57
71273         Log: Tiny Getopt::Long patch from Johan Vromans.
71274      Branch: perl
71275            ! lib/Getopt/Long.pm t/lib/gol-basic.t t/lib/gol-oo.t
71276 ____________________________________________________________________________
71277 [  6696] By: jhi                                   on 2000/08/18  13:26:14
71278         Log: Subject: [ID 20000817.018] behaviour change 5.5.3 -> 5.6.0 re "Modification of a read-only value"
71279              From: Paul David Fardy <pdf@morgan.ucs.mun.ca>
71280              Date: Thu, 17 Aug 2000 17:23:40 -0230 (NDT)
71281              Message-Id: <200008171953.RAA17673@porthos.ucs.mun.ca>
71282      Branch: perl
71283            ! pod/perldiag.pod pod/perlsyn.pod
71284 ____________________________________________________________________________
71285 [  6695] By: jhi                                   on 2000/08/18  13:13:26
71286         Log: Subject: [PATCH] perlfunc.pod -- clarifying sprintf array argument issues
71287              From: Daniel Chetlin <daniel@chetlin.com>
71288              Date: Fri, 18 Aug 2000 03:13:36 -0700
71289              Message-ID: <20000818031336.B14165@ilmd.chetlin.org>
71290      Branch: perl
71291            ! pod/perlfunc.pod
71292 ____________________________________________________________________________
71293 [  6694] By: jhi                                   on 2000/08/18  13:08:05
71294         Log: Subject: [PATCH] perltrap.pod spring cleaning
71295              From: Daniel Chetlin <daniel@chetlin.com>
71296              Date: Fri, 18 Aug 2000 03:06:54 -0700
71297              Message-ID: <20000818030654.A14165@ilmd.chetlin.org>
71298              
71299              plus Mike Guy's nitfix.
71300      Branch: perl
71301            ! pod/perltrap.pod
71302 ____________________________________________________________________________
71303 [  6693] By: jhi                                   on 2000/08/18  13:00:26
71304         Log: Unbuffer the output.
71305              
71306              Subject: Re: [ID 20000817.017] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6680 on
71307              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
71308              Date: Thu, 17 Aug 2000 18:39:29 -0700
71309              Message-ID: <RPJn5gzkgydf092yn@efn.org>
71310      Branch: perl
71311            ! t/op/fork.t
71312 ____________________________________________________________________________
71313 [  6692] By: jhi                                   on 2000/08/18  05:19:17
71314         Log: Delete the image, too, not just its MANIFEStation.
71315      Branch: perl
71316            - lib/CGI/eg/wilogo.gif
71317 ____________________________________________________________________________
71318 [  6691] By: jhi                                   on 2000/08/18  05:10:26
71319         Log: Propagate new Configure vars.
71320      Branch: perl
71321            ! configure.com epoc/config.sh uconfig.h uconfig.sh
71322            ! vos/config.def vos/config.h vos/config_h.SH_orig
71323            ! win32/config.bc win32/config.gc win32/config.vc
71324            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
71325 ____________________________________________________________________________
71326 [  6690] By: jhi                                   on 2000/08/18  04:30:56
71327         Log: Update Changes.
71328      Branch: perl
71329            ! Changes patchlevel.h
71330 ____________________________________________________________________________
71331 [  6689] By: jhi                                   on 2000/08/18  04:12:30
71332         Log: Fix the lib/complex failure of
71333              
71334              From: abigail@foad.org
71335              Subject: [ID 20000814.005] Not OK: perl v5.6.0 on i686-linux-64int 2.2.13       
71336              Date: 15 Aug 2000 04:06:38 -0000
71337              Message-Id: <20000815040638.8524.qmail@foad.org> 
71338              
71339              Linux long double accuracy issue: something that
71340              when printed with %g looks like "2" but int() of it is 1.
71341      Branch: perl
71342            ! lib/Math/Complex.pm
71343 ____________________________________________________________________________
71344 [  6688] By: jhi                                   on 2000/08/18  03:15:35
71345         Log: The byteorder code in #6671 was wrong.
71346      Branch: perl
71347            ! configpm
71348 ____________________________________________________________________________
71349 [  6687] By: jhi                                   on 2000/08/18  02:08:42
71350         Log: Subject: [PATCH 5.6.0+] newSVrv() memory leak
71351              From: Jan Dubois <jand@ActiveState.com>
71352              Date: Thu, 17 Aug 2000 18:31:55 -0700
71353              Message-ID: <l64ppsggaiuc4t6msm45iqohmhpjblb4qf@4ax.com>
71354      Branch: perl
71355            ! sv.c
71356 ____________________________________________________________________________
71357 [  6686] By: jhi                                   on 2000/08/18  02:04:15
71358         Log: Use NVs in POSIX math, not doubles.
71359              
71360              From: abigail@foad.org
71361              Subject: [ID 20000817.014] POSIX & modfl
71362              Date: 17 Aug 2000 20:49:18 -0000
71363              Message-Id: <20000817204918.23123.qmail@foad.org>
71364      Branch: perl
71365            ! ext/POSIX/POSIX.xs ext/POSIX/typemap
71366 ____________________________________________________________________________
71367 [  6685] By: jhi                                   on 2000/08/18  02:02:12
71368         Log: Introduce NVef, NVff, and NVgf, use the middle one.
71369              (helps for lib/peek + Linux + long doubles)  Reported in
71370              
71371              From: abigail@foad.org
71372              Subject: [ID 20000814.005] Not OK: perl v5.6.0 on i686-linux-64int 2.2.13       
71373              Date: 15 Aug 2000 04:06:38 -0000
71374              Message-Id: <20000815040638.8524.qmail@foad.org> 
71375              
71376              (note: the lib/complex failure has not yet been addressed)
71377      Branch: metaconfig/U/perl
71378            ! perlxvf.U
71379      Branch: perl
71380            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
71381            ! config_h.SH dump.c perl.h pod/perlguts.pod
71382 ____________________________________________________________________________
71383 [  6684] By: jhi                                   on 2000/08/17  23:22:19
71384         Log: Add byteorder to the myconfig output.
71385      Branch: perl
71386            ! myconfig.SH
71387 ____________________________________________________________________________
71388 [  6683] By: jhi                                   on 2000/08/17  23:20:19
71389         Log: The image doth not exist, spotted by Johan Vromans.
71390      Branch: perl
71391            ! MANIFEST
71392 ____________________________________________________________________________
71393 [  6682] By: jhi                                   on 2000/08/17  22:38:16
71394         Log: Document what the backtick returns if the command fails.
71395      Branch: perl
71396            ! pod/perlop.pod
71397 ____________________________________________________________________________
71398 [  6681] By: jhi                                   on 2000/08/17  22:33:12
71399         Log: Do not use prototyping here.
71400              
71401              Subject: [ID 20000817.016] [PATCH] Peek.xs
71402              From: abigail@foad.org
71403              Date: 17 Aug 2000 20:55:56 -0000
71404              Message-Id: <20000817205556.24270.qmail@foad.org>
71405      Branch: perl
71406            ! ext/Devel/Peek/Makefile.PL
71407 ____________________________________________________________________________
71408 [  6680] By: jhi                                   on 2000/08/17  19:46:43
71409         Log: Don't propose using modules built for 5.005 if no binary
71410              compatibility with 5.005 is attempted.
71411              
71412              From: Jeff Okamoto <okamoto@xfiles.intercon.hp.com>
71413              Subject: Minor nit with 5.7.0 (6655)
71414              Date: Wed, 16 Aug 2000 15:56:14 -0700 (PDT)
71415              Message-Id: <200008162256.PAA06964@xfiles.intercon.hp.com>
71416      Branch: metaconfig
71417            ! U/installdirs/inc_version_list.U
71418      Branch: perl
71419            ! Configure config_h.SH
71420 ____________________________________________________________________________
71421 [  6679] By: jhi                                   on 2000/08/17  19:16:39
71422         Log: Microperl config update.
71423      Branch: perl
71424            ! uconfig.h uconfig.sh
71425 ____________________________________________________________________________
71426 [  6678] By: jhi                                   on 2000/08/17  19:16:13
71427         Log: The #6648 wasn't protective enough for limited platforms
71428              (like microperl).
71429      Branch: perl
71430            ! dump.c sv.c
71431 ____________________________________________________________________________
71432 [  6677] By: jhi                                   on 2000/08/17  14:46:35
71433         Log: Update Changes.
71434      Branch: perl
71435            ! Changes patchlevel.h
71436 ____________________________________________________________________________
71437 [  6676] By: jhi                                   on 2000/08/17  14:44:02
71438         Log: Add perlebcdic from Peter Prymmer, regen toc.
71439      Branch: perl
71440            + pod/perlebcdic.pod
71441            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
71442 ____________________________________________________________________________
71443 [  6675] By: jhi                                   on 2000/08/17  14:41:52
71444         Log: perldebtut 1.10 from Richard Foley, plus Celsius and Fahrenheit.
71445      Branch: perl
71446            ! pod/perldebtut.pod
71447 ____________________________________________________________________________
71448 [  6674] By: jhi                                   on 2000/08/17  14:29:43
71449         Log: Get -DLEAKTEST to compile (not necessarily to work, mind)
71450              
71451              Subject: [ID 20000724.006] -DLEAKTEST problem
71452              From: Gregory Martin Pfeil <pfeilgm@technomadic.org>
71453              Date: Tue, 25 Jul 2000 00:36:32 -0500
71454              Message-Id: <20000725003632.A26186@www.llamacom.com>
71455              
71456              Reminder sent
71457              
71458              Subject: [PATCH bleadperl@6647] -DLEAKTEST compile error      
71459              From: Hugo <hv@crypt.compulink.co.uk>
71460              Date: Thu, 17 Aug 2000 15:23:42 +0100
71461              Message-Id: <200008171423.PAA06749@crypt.compulink.co.uk>
71462      Branch: perl
71463            ! util.c
71464 ____________________________________________________________________________
71465 [  6673] By: jhi                                   on 2000/08/17  04:07:10
71466         Log: Subject: Re: [PATCH]Re: Questions about Math::BigFloat
71467              From: John Peacock <JPeacock@UnivPress.com>
71468              Date: Tue, 01 Aug 2000 09:38:12 -0400
71469              Message-ID: <3986D2C4.54B78FE4@UnivPress.com>
71470      Branch: perl
71471            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm t/lib/bigfltpm.t
71472 ____________________________________________________________________________
71473 [  6672] By: jhi                                   on 2000/08/17  03:04:35
71474         Log: Subject: [PATCH] Cwd.pm now uses strict
71475              From: Tim Jenness <timj@jach.hawaii.edu>
71476              Date: Wed, 16 Aug 2000 16:42:35 -1000 (HST)
71477              Message-ID: <Pine.LNX.4.21.0008161639510.1135-100000@lapaki.jach.hawaii.edu>
71478      Branch: perl
71479            ! lib/Cwd.pm
71480 ____________________________________________________________________________
71481 [  6671] By: jhi                                   on 2000/08/17  02:16:35
71482         Log: Make $Config{byteorder} more magical so that it is
71483              dynamically computed: nice for 'fat binaries'.
71484              
71485              Subject: [PATCH]: default byteorder
71486              From: Wilfredo Sánchez <wsanchez@apple.com>
71487              Date: Mon, 31 Jul 2000 19:45:31 -0700
71488              Message-Id: <200008010245.TAA04459@ns1.abstrata.com>
71489      Branch: perl
71490            ! configpm
71491 ____________________________________________________________________________
71492 [  6670] By: gsar                                  on 2000/08/17  01:22:21
71493         Log: move WNOHANG definition to where other such things are
71494      Branch: perl
71495            ! win32/win32.h
71496 ____________________________________________________________________________
71497 [  6669] By: jhi                                   on 2000/08/17  01:19:17
71498         Log: Update Changes.
71499      Branch: perl
71500            ! Changes patchlevel.h
71501 ____________________________________________________________________________
71502 [  6668] By: jhi                                   on 2000/08/17  01:16:29
71503         Log: Doc nits spotted by Richard Soderberg.
71504      Branch: perl
71505            ! README.posix-bc README.vmesa
71506 ____________________________________________________________________________
71507 [  6667] By: jhi                                   on 2000/08/17  01:12:11
71508         Log: Subject: [PATCH(2) @6655] Re: perldebut.pod - spelling
71509              From: "Casey R. Tweten" <crt@kiski.net>
71510              Date: Wed, 16 Aug 2000 12:39:08 -0400 (EDT)
71511              Message-ID: <Pine.OSF.4.21.0008161238250.32058-100000@home.kiski.net>
71512      Branch: perl
71513            ! pod/perldebtut.pod
71514 ____________________________________________________________________________
71515 [  6666] By: jhi                                   on 2000/08/17  01:09:31
71516         Log: Subject: Re: [ID 20000816.006] [PATCH @6655] Shell.pm, bug fix, strict and OO Interface
71517              From: "Casey R. Tweten" <crt@kiski.net>
71518              Date: Wed, 16 Aug 2000 11:35:09 -0400 (EDT)
71519              Message-ID: <Pine.OSF.4.21.0008161132270.10885-100000@home.kiski.net>
71520      Branch: perl
71521            ! lib/Shell.pm
71522 ____________________________________________________________________________
71523 [  6665] By: gsar                                  on 2000/08/17  01:03:52
71524         Log: add "ok" targets from change#6632 in makefile.mk
71525      Branch: perl
71526            ! pod/perlport.pod win32/Makefile win32/makefile.mk
71527 ____________________________________________________________________________
71528 [  6664] By: gsar                                  on 2000/08/17  00:56:11
71529         Log: avoid warnings from dense compiler
71530      Branch: perl
71531            ! win32/win32.c
71532 ____________________________________________________________________________
71533 [  6663] By: jhi                                   on 2000/08/17  00:51:49
71534         Log: Tweak the regex compilation errors once more.
71535      Branch: perl
71536            ! pod/perldiag.pod regcomp.c t/op/misc.t t/op/re_tests
71537            ! t/op/regmesg.t t/pragma/warn/regcomp
71538 ____________________________________________________________________________
71539 [  6662] By: gsar                                  on 2000/08/17  00:28:19
71540         Log: trailing new %ENV entries weren't being pushed into the real
71541              environment of subprocesses on Windows
71542      Branch: perl
71543            ! t/op/magic.t win32/perlhost.h
71544 ____________________________________________________________________________
71545 [  6661] By: gsar                                  on 2000/08/17  00:19:20
71546         Log: waitpid() now handles externally spawned pids correctly;
71547              fixes for backtick/wait/waitpid failures on Windows 9x
71548              
71549              these changes make the pid returned by process functions on
71550              Windows 9x always positive by clearing the high bit (which
71551              is always set on Win9x); pseudo-process PIDs are likewise
71552              always negative now on Win9x (just as on NT/2000)
71553      Branch: perl
71554            ! pp_sys.c win32/perlhost.h win32/win32.c
71555 ____________________________________________________________________________
71556 [  6660] By: jhi                                   on 2000/08/17  00:04:32
71557         Log: Retract #6645.
71558      Branch: perl
71559            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
71560            ! config_h.SH pod/perldelta.pod pod/perlfunc.pod sv.c
71561            ! t/op/sprintf.t
71562 ____________________________________________________________________________
71563 [  6659] By: gsar                                  on 2000/08/16  23:59:28
71564         Log: on windows, the return values from wait() and waitpid() don't
71565              match those of pseudo-pids
71566      Branch: perl
71567            ! pp_sys.c t/op/fork.t util.c win32/win32.c
71568 ____________________________________________________________________________
71569 [  6658] By: gsar                                  on 2000/08/16  23:56:14
71570         Log: pod nit seen in passing
71571      Branch: perl
71572            ! pod/perlfunc.pod
71573 ____________________________________________________________________________
71574 [  6657] By: gsar                                  on 2000/08/16  23:53:42
71575         Log: change#6328 could make close(SOCKET) return false on windows
71576              when it shouldn't
71577      Branch: perl
71578            ! win32/win32sck.c
71579 ____________________________________________________________________________
71580 [  6656] By: gsar                                  on 2000/08/16  23:46:57
71581         Log: check that the number pseudo children doesn't exceed
71582              MAXIMUM_WAIT_OBJECTS, which is currently 64 (avoids overflowing
71583              the WaitForMultipleObjects() limit that would cause wait()
71584              to crash)
71585              
71586              wait() and waitpid() could potentially be rewritten to use
71587              more than one thread to do the waiting to eliminate this
71588              limitation
71589      Branch: perl
71590            ! win32/perlhost.h
71591 ____________________________________________________________________________
71592 [  6655] By: jhi                                   on 2000/08/16  14:11:05
71593         Log: Update Changes.
71594      Branch: perl
71595            ! Changes patchlevel.h
71596 ____________________________________________________________________________
71597 [  6654] By: jhi                                   on 2000/08/16  14:10:12
71598         Log: Update to perldebtut 1.9, from Richard Foley.
71599      Branch: perl
71600            ! pod/perldebtut.pod
71601 ____________________________________________________________________________
71602 [  6653] By: jhi                                   on 2000/08/16  14:08:17
71603         Log: Change the regx compilation error markers to use = instead of <
71604              since pod makes using the latter quite messy.  Reported in
71605              ID 20000814.006 by Abigail and in
71606              Subject: Unknown escape E<> ?
71607              From: Lupe Christoph <lupe@lupe-christoph.de>
71608              Date: Fri, 11 Aug 2000 00:30:27 +0200
71609              Message-ID: <20000811003027.F17420@alanya.lupe-christoph.de>
71610      Branch: perl
71611            ! pod/perldiag.pod regcomp.c t/op/misc.t t/op/re_tests
71612            ! t/op/regmesg.t t/pragma/warn/regcomp
71613 ____________________________________________________________________________
71614 [  6652] By: jhi                                   on 2000/08/16  13:25:31
71615         Log: Change the perlbug address to perl.org since it's more forgiving.
71616              
71617              Subject: [ID 20000814.007] [PATCH] Email address in perlbug.
71618              From: abigail@foad.org
71619              Date: 15 Aug 2000 04:15:40 -0000
71620              Message-Id: <20000815041540.8633.qmail@foad.org>
71621      Branch: perl
71622            ! utils/perlbug.PL
71623 ____________________________________________________________________________
71624 [  6651] By: jhi                                   on 2000/08/16  13:22:35
71625         Log: Subject: [PATCH] Cwd::_backtick_pwd does not check return value
71626              From: Tim Jenness <timj@jach.hawaii.edu>
71627              Date: Tue, 15 Aug 2000 15:51:59 -1000 (HST)
71628              Message-ID: <Pine.LNX.4.21.0008151547560.1223-100000@lapaki.jach.hawaii.edu>
71629      Branch: perl
71630            ! lib/Cwd.pm
71631 ____________________________________________________________________________
71632 [  6650] By: jhi                                   on 2000/08/16  13:18:13
71633         Log: Update to CPAN 1.57.
71634              
71635              Subject: Re: [PATCH] Cwd::_backtick_pwd does not check return value
71636              From: andreas.koenig@anima.de (Andreas J. Koenig)
71637              Date: 16 Aug 2000 15:09:46 +0200
71638              Message-ID: <m3k8dh5p45.fsf@ak-71.mind.de>
71639      Branch: perl
71640            ! lib/CPAN.pm
71641 ____________________________________________________________________________
71642 [  6649] By: jhi                                   on 2000/08/16  13:12:31
71643         Log: Subject: [ID 20000324.040] minor fix to perlhpux.pod
71644              From: "Larry W. Virden" <lvirden@cas.org>
71645              Date: Fri, 24 Mar 2000 14:25:37 -0500 (EST)
71646              Message-Id: <200003241925.OAA27985@lwv26awu.cas.org>
71647      Branch: perl
71648            ! README.hpux
71649 ____________________________________________________________________________
71650 [  6648] By: jhi                                   on 2000/08/16  13:03:53
71651         Log: The numeric locale was reset to "C" by s?printf and never restored.
71652              
71653              Subject: [ID 20000809.003] setlocale(LC_NUMERIC...) produces different results in 5.005 and 5.6
71654              From: Christian Kirsch <ck@held.mind.de>
71655              Date: Wed, 9 Aug 2000 17:05:17 +0200
71656              Message-Id: <20000809170517.A25389@held>
71657              
71658              No test since adding the failing example to locale.t
71659              does not fail -- probably because the locale settings are so
71660              thoroughly tweaked by that time.  Running the example standalone
71661              does fail, though.  UPDATE: test case added at change #7540.
71662      Branch: perl
71663            ! dump.c perl.h pp.c pp_ctl.c sv.c
71664 ____________________________________________________________________________
71665 [  6647] By: jhi                                   on 2000/08/16  00:07:54
71666         Log: Update Changes and test semi-automatic patchlevel updating.
71667      Branch: perl
71668            ! Changes patchlevel.h
71669 ____________________________________________________________________________
71670 [  6646] By: jhi                                   on 2000/08/15  23:35:07
71671         Log: Fix a dependency problem.
71672              
71673              Subject: [PATCH: 6640] VMS Makefile.SH update
71674              From: Peter Prymmer <pvhp@forte.com>
71675              Date: Tue, 15 Aug 2000 16:31:34 -0700 (PDT)
71676              Message-ID: <Pine.OSF.4.10.10008151613140.141017-100000@aspara.forte.com>
71677      Branch: perl
71678            ! vms/descrip_mms.template
71679 ____________________________________________________________________________
71680 [  6645] By: jhi                                   on 2000/08/15  23:33:23
71681         Log: (Retracted by #6660)
71682              
71683              Subject: [PATCH perl-current] make s?printf() produce two exponent digits where possible
71684              From: Dominic Dunlop <domo@computer.org>
71685              Date: Tue, 15 Aug 2000 22:20:52 +0200
71686              Message-Id: <p04320403b5bf4c32d381@[192.168.1.4]>
71687      Branch: metaconfig/U/perl
71688            + d_printfed.U
71689      Branch: perl
71690            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
71691            ! config_h.SH pod/perldelta.pod pod/perlfunc.pod sv.c
71692            ! t/op/sprintf.t
71693 ____________________________________________________________________________
71694 [  6644] By: jhi                                   on 2000/08/15  21:17:20
71695         Log: Subject: [ID 20000815.014] [PATCH] INSTALL doesn't mention 64 bit support.
71696              From: abigail@foad.org
71697              Date: 15 Aug 2000 20:12:41 -0000
71698              Message-Id: <20000815201241.25556.qmail@foad.org>
71699      Branch: perl
71700            ! INSTALL
71701 ____________________________________________________________________________
71702 [  6643] By: jhi                                   on 2000/08/15  21:15:28
71703         Log: (an already applied patch)
71704      Branch: perl
71705            ! lib/CGI.pm
71706 ____________________________________________________________________________
71707 [  6642] By: gsar                                  on 2000/08/15  19:54:05
71708         Log: magic callbacks all need to have same type signature
71709      Branch: perl
71710            ! embed.pl mg.c proto.h
71711 ____________________________________________________________________________
71712 [  6641] By: jhi                                   on 2000/08/15  17:56:27
71713         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)
71714              From: Mike Guy <mjtg@cam.ac.uk>
71715              Message-Id: <E13OkU9-0006rb-00@libra.cus.cam.ac.uk>
71716              Date: Tue, 15 Aug 2000 18:26:45 +0100
71717              
71718              Only the peek.t part applied, not the hash quality part.
71719      Branch: perl
71720            ! t/lib/peek.t
71721 ____________________________________________________________________________
71722 [  6640] By: jhi                                   on 2000/08/15  16:37:37
71723         Log: Update Changes.
71724      Branch: perl
71725            ! Changes
71726 ____________________________________________________________________________
71727 [  6639] By: jhi                                   on 2000/08/15  16:34:55
71728         Log: Missed a file from #6638.
71729      Branch: perl
71730            ! lib/File/Temp.pm
71731 ____________________________________________________________________________
71732 [  6638] By: jhi                                   on 2000/08/15  16:33:19
71733         Log: Subject: [PATCH perl@6620] cygwin port
71734              From: "Fifer, Eric" <EFifer@sanwaint.com>
71735              Date: Tue, 15 Aug 2000 17:00:49 +0100
71736              Message-ID: <779F20BCCE5AD31186A50008C75D9979171779@silldn_mail1.sanwaint.com>
71737      Branch: perl
71738            ! README.cygwin hints/cygwin.sh pod/perlport.pod t/lib/b.t
71739 ____________________________________________________________________________
71740 [  6637] By: jhi                                   on 2000/08/15  16:29:22
71741         Log: Subject: [PATCH] debugger exit code should reflect user exit code
71742              From: Mike Guy <mjtg@cam.ac.uk>
71743              Date: Tue, 15 Aug 2000 16:55:59 +0100
71744              Message-Id: <E13Oj4J-0005FS-00@libra.cus.cam.ac.uk>
71745      Branch: perl
71746            ! lib/perl5db.pl
71747 ____________________________________________________________________________
71748 [  6636] By: jhi                                   on 2000/08/15  15:30:58
71749         Log: Update Changes.
71750      Branch: perl
71751            ! Changes
71752 ____________________________________________________________________________
71753 [  6635] By: jhi                                   on 2000/08/15  15:27:21
71754         Log: Use -Dusedevel; regen Configure and the respective Porting stuff.
71755      Branch: metaconfig
71756            ! U/mkglossary U/mksample
71757      Branch: metaconfig/U/perl
71758            ! Devel.U
71759      Branch: perl
71760            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
71761 ____________________________________________________________________________
71762 [  6634] By: jhi                                   on 2000/08/15  14:11:55
71763         Log: Don't blow limited stacks, a lower number is enough to
71764              tickle the lookbehind limit.
71765              
71766              Subject: [ID 20000815.007] Not OK: perl@6627 +SUIDMAIL on powerpc-machten 4.1.4 (UNINSTALLED) [PATCH]
71767              From: Dominic Dunlop <domo@computer.org>
71768              Date: Tue, 15 Aug 2000 13:51:24 +0200
71769              Message-Id: <p04320400b5bedcedaf22@[192.168.1.4]>
71770      Branch: perl
71771            ! t/op/regmesg.t
71772 ____________________________________________________________________________
71773 [  6633] By: jhi                                   on 2000/08/15  14:01:46
71774         Log: Subject: [ID 20000815.005] [PATCH] perldoc not looking in the right place for script pod
71775              From: Mike Guy <mjtg@cam.ac.uk>
71776              Date: Tue, 15 Aug 2000 12:10:50 +0100
71777              Message-Id: <E13OecM-0006nF-00@libra.cus.cam.ac.uk>
71778      Branch: perl
71779            ! utils/perldoc.PL
71780 ____________________________________________________________________________
71781 [  6632] By: jhi                                   on 2000/08/15  13:58:48
71782         Log: make ok etc also for win32.
71783              
71784              Subject: [ID 20000814.008] Not OK: perl v5.6.0 (6620) on MSWin32-x86 4.0 (UNINSTALLED)
71785              From: Prymmer/Kahn <pvhp@best.com>
71786              Date: Mon, 14 Aug 2000 22:42:06 -0700 (PDT)
71787              Message-Id: <Pine.BSF.4.21.0008142240280.3888-100000@shell8.ba.best.com>
71788      Branch: perl
71789            ! win32/Makefile
71790 ____________________________________________________________________________
71791 [  6631] By: jhi                                   on 2000/08/15  13:45:03
71792         Log: Update (kinda) to Test 1.14, from Joshua Pritikin.
71793      Branch: perl
71794            ! lib/Test.pm
71795 ____________________________________________________________________________
71796 [  6630] By: jhi                                   on 2000/08/15  03:25:09
71797         Log: Update Changes.
71798      Branch: perl
71799            ! Changes
71800 ____________________________________________________________________________
71801 [  6629] By: jhi                                   on 2000/08/15  03:23:53
71802         Log: magic_regdatum_set() is void, not int.
71803      Branch: perl
71804            ! embed.pl mg.c proto.h
71805 ____________________________________________________________________________
71806 [  6628] By: jhi                                   on 2000/08/15  03:08:02
71807         Log: Make the user to give up his firstborn, err, to knowingly
71808              verify installing an unstable developer release.  Also bump
71809              the release to 5.7.0, but leave a patch tag in the local
71810              patches saying that this is not yet the real thing.
71811      Branch: metaconfig
71812            ! U/modified/Instruct.U
71813      Branch: metaconfig/U/perl
71814            + Devel.U
71815      Branch: perl
71816            ! Configure patchlevel.h
71817 ____________________________________________________________________________
71818 [  6627] By: jhi                                   on 2000/08/14  22:32:52
71819         Log: README.os2 update.
71820              
71821              Subject: Re: [PATCH perl-current] Make op/sprintf.t more comprehensive,
71822              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
71823              Date: Wed, 02 Aug 2000 21:55:09 -0700
71824              Message-ID: <tsPi5gzkgegX092yn@efn.org>
71825      Branch: perl
71826            ! README.os2
71827 ____________________________________________________________________________
71828 [  6626] By: jhi                                   on 2000/08/14  21:00:02
71829         Log: Subject: Re: File::Temp problems on VMS in bleedperl
71830              From: Tim Jenness <timj@jach.hawaii.edu>
71831              cc: vmsperl@perl.org
71832              Date: Mon, 14 Aug 2000 09:44:33 -1000 (HST)
71833              Message-ID: <Pine.LNX.4.21.0008140941300.6753-100000@lapaki.jach.hawaii.edu>
71834      Branch: perl
71835            ! lib/File/Temp.pm t/lib/ftmp-tempfile.t
71836 ____________________________________________________________________________
71837 [  6625] By: jhi                                   on 2000/08/14  20:52:16
71838         Log: Add SUIDMAIL as was done for the CERT alert.
71839      Branch: perl
71840            ! patchlevel.h
71841 ____________________________________________________________________________
71842 [  6624] By: jhi                                   on 2000/08/14  20:48:50
71843         Log: Subject: sfio2000
71844              From: Daniel Muino <dmuino@afip.gov.ar>
71845              Date: Mon, 14 Aug 2000 16:58:11 -0300
71846              Message-ID: <20000814165811.B16368@con2-dgi>
71847      Branch: perl
71848            ! perlsdio.h perlsfio.h
71849 ____________________________________________________________________________
71850 [  6623] By: jhi                                   on 2000/08/14  20:47:36
71851         Log: Subject: warning: storage class after type is obsolescent
71852              From: Daniel Muino <dmuino@afip.gov.ar>
71853              Date: Mon, 14 Aug 2000 16:42:47 -0300
71854              Message-ID: <20000814164247.A16368@con2-dgi>
71855      Branch: perl
71856            ! regcomp.pl regnodes.h
71857 ____________________________________________________________________________
71858 [  6622] By: jhi                                   on 2000/08/14  20:43:05
71859         Log: Subject: [ID 20000814.002] [Patch] Email address in Changes.
71860              From: abigail@foad.org
71861              Date: 14 Aug 2000 20:00:10 -0000
71862              Message-Id: <20000814200010.27271.qmail@foad.org>
71863      Branch: perl
71864            ! Changes
71865 ____________________________________________________________________________
71866 [  6621] By: jhi                                   on 2000/08/14  15:23:05
71867         Log: Update Changes.
71868      Branch: perl
71869            ! Changes
71870 ____________________________________________________________________________
71871 [  6620] By: jhi                                   on 2000/08/14  15:22:14
71872         Log: Subject: Re: [PATCH] @+, @- readonly
71873              From: Mike Guy <mjtg@cam.ac.uk>
71874              Date: Mon, 14 Aug 2000 15:26:55 +0100
71875              Message-Id: <E13OLCZ-00020N-00@libra.cus.cam.ac.uk>
71876      Branch: perl
71877            ! XSUB.h embed.h embed.pl globvar.sym gv.c mg.c perl.h proto.h
71878            ! sv.c t/op/pat.t
71879 ____________________________________________________________________________
71880 [  6619] By: jhi                                   on 2000/08/14  14:12:08
71881         Log: Update Changes.
71882      Branch: perl
71883            ! Changes
71884 ____________________________________________________________________________
71885 [  6618] By: jhi                                   on 2000/08/14  14:09:34
71886         Log: For now remove the mail code.
71887      Branch: perl
71888            ! perl.c
71889 ____________________________________________________________________________
71890 [  6617] By: jhi                                   on 2000/08/14  14:08:28
71891         Log: Drop the eg/ mentions and also mention the recent suidperl thing.
71892      Branch: perl
71893            ! jpl/README lib/ExtUtils/Embed.pm pod/perlcompile.pod
71894            ! pod/perlfaq8.pod pod/perlsec.pod
71895 ____________________________________________________________________________
71896 [  6616] By: jhi                                   on 2000/08/14  14:00:11
71897         Log: Subject: Re: [ID 20000807.003] [PATCH] Debugger treatment of condition "0"
71898              From: Mike Guy <mjtg@cam.ac.uk>
71899              Date: Mon, 14 Aug 2000 08:26:02 +0100
71900              Message-Id: <E13OEdG-0007LT-00@libra.cus.cam.ac.uk>
71901      Branch: perl
71902            ! lib/perl5db.pl
71903 ____________________________________________________________________________
71904 [  6615] By: jhi                                   on 2000/08/14  13:58:45
71905         Log: Subject: [PATCH] @+, @- readonly (was Re: @<punct> interpolating in "")
71906              From: Mike Guy <mjtg@cam.ac.uk>
71907              Date: Mon, 14 Aug 2000 08:04:22 +0100
71908              Message-Id: <E13OEII-0007B2-00@libra.cus.cam.ac.uk>
71909      Branch: perl
71910            ! gv.c mg.c t/op/pat.t
71911 ____________________________________________________________________________
71912 [  6614] By: jhi                                   on 2000/08/14  13:56:45
71913         Log: Subject: Test fails / warnings with perl-current #6612
71914              From: Mike Guy <mjtg@cam.ac.uk>
71915              Date: Mon, 14 Aug 2000 07:57:23 +0100
71916              Message-Id: <E13OEBX-000776-00@libra.cus.cam.ac.uk>
71917      Branch: perl
71918            ! t/lib/b.t t/lib/peek.t
71919 ____________________________________________________________________________
71920 [  6613] By: jhi                                   on 2000/08/14  13:45:33
71921         Log: VMS configure.com update continues.
71922      Branch: perl
71923            - vms/configure.com
71924            ! MANIFEST configure.com
71925 ____________________________________________________________________________
71926 [  6612] By: jhi                                   on 2000/08/13  22:13:35
71927         Log: Update Changes.
71928      Branch: perl
71929            ! Changes
71930 ____________________________________________________________________________
71931 [  6611] By: jhi                                   on 2000/08/13  16:21:45
71932         Log: Upgrade to CGI 2.71, from Lincoln Stein.
71933      Branch: perl
71934            ! lib/CGI.pm lib/CGI/Cookie.pm t/lib/cgi-function.t
71935 ____________________________________________________________________________
71936 [  6610] By: jhi                                   on 2000/08/13  15:09:16
71937         Log: Subject: [PATCH] t/op/regmesg.t fails if REG_INFTY set
71938              From: Mike Guy <mjtg@cam.ac.uk>
71939              Date: Sun, 13 Aug 2000 13:45:51 +0100
71940              Message-Id: <E13Nx9D-00027M-00@libra.cus.cam.ac.uk>
71941      Branch: perl
71942            ! t/op/regmesg.t
71943 ____________________________________________________________________________
71944 [  6609] By: jhi                                   on 2000/08/13  14:31:26
71945         Log: Andreas says that 1.56 is fine, so reverting back to it.
71946      Branch: perl
71947            ! lib/CPAN.pm
71948 ____________________________________________________________________________
71949 [  6608] By: jhi                                   on 2000/08/13  05:34:20
71950         Log: Update Changes.
71951      Branch: perl
71952            ! Changes
71953 ____________________________________________________________________________
71954 [  6607] By: jhi                                   on 2000/08/13  05:32:01
71955         Log: Put back the \z changes of #5406 to CPAN.pm.
71956      Branch: perl
71957            ! lib/CPAN.pm
71958 ____________________________________________________________________________
71959 [  6606] By: jhi                                   on 2000/08/13  05:20:16
71960         Log: Fix-n-skip the tests under 5005threads.
71961      Branch: perl
71962            ! t/lib/b.t
71963 ____________________________________________________________________________
71964 [  6605] By: jhi                                   on 2000/08/13  05:07:48
71965         Log: Fix the test for 5005threads.
71966      Branch: perl
71967            ! t/lib/peek.t
71968 ____________________________________________________________________________
71969 [  6604] By: jhi                                   on 2000/08/13  03:35:37
71970         Log: Should have deleted this in #6603.
71971      Branch: perl
71972            - vms/subconfigure.com
71973 ____________________________________________________________________________
71974 [  6603] By: jhi                                   on 2000/08/12  18:29:32
71975         Log: Rewrite of vms/subconfigure.com as configure.com,
71976              from Peter Prymmer and the vmsperl crew.
71977      Branch: perl
71978            + vms/configure.com
71979            ! MANIFEST
71980 ____________________________________________________________________________
71981 [  6602] By: jhi                                   on 2000/08/11  13:00:01
71982         Log: PlainText.pm is dead.
71983      Branch: perl
71984            - lib/Pod/PlainText.pm
71985            ! MANIFEST
71986 ____________________________________________________________________________
71987 [  6601] By: jhi                                   on 2000/08/11  04:06:45
71988         Log: Update Changes.
71989      Branch: perl
71990            ! Changes
71991 ____________________________________________________________________________
71992 [  6600] By: jhi                                   on 2000/08/11  04:06:10
71993         Log: Add a few missing files, update MANIFEST.
71994      Branch: perl
71995            + lib/CGI/eg/make_links.pl lib/CGI/eg/wilogo.gif
71996            + lib/Pod/PlainText.pm t/pod/find.t
71997            ! MANIFEST t/op/regmesg.t
71998 ____________________________________________________________________________
71999 [  6599] By: jhi                                   on 2000/08/11  03:31:10
72000         Log: Add Perl debugging tutorial, regen toc. 
72001              
72002              Subject: perldebtut.pod
72003              From: Richard Foley <Richard.Foley@m.dasa.de>
72004              Date: Wed, 09 Aug 2000 10:17:15 +0200
72005              Message-id: <3991138B.262247B8@m.dasa.de>
72006      Branch: perl
72007            + pod/perldebtut.pod
72008            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
72009 ____________________________________________________________________________
72010 [  6598] By: jhi                                   on 2000/08/11  02:48:56
72011         Log: tiny Changes edit
72012      Branch: perl
72013            ! Changes
72014 ____________________________________________________________________________
72015 [  6597] By: jhi                                   on 2000/08/11  02:39:04
72016         Log: Tests for #6589.
72017              
72018              Subject: Re: B::Deparse was Re: [ID 20000808.005] refs to returned lvalues are lvalues??
72019              From: simon@brecon.co.uk (Simon Cozens)
72020              Date: 11 Aug 2000 02:24:52 GMT
72021              Message-ID: <slrn8p6ovk.5sh.simon@justanother.perlhacker.org>
72022      Branch: perl
72023            ! t/lib/b.t
72024 ____________________________________________________________________________
72025 [  6596] By: jhi                                   on 2000/08/11  01:50:07
72026         Log: Update Changes.
72027      Branch: perl
72028            ! Changes
72029 ____________________________________________________________________________
72030 [  6595] By: jhi                                   on 2000/08/11  01:47:16
72031         Log: nitfix
72032      Branch: perl
72033            ! Changes
72034 ____________________________________________________________________________
72035 [  6594] By: jhi                                   on 2000/08/11  01:36:16
72036         Log: Subject: Getting perlio and threads to compile
72037              From: Lupe Christoph <lupe@lupe-christoph.de>
72038              Date: Wed, 9 Aug 2000 11:35:54 +0200
72039              Message-ID: <20000809113554.G23160@alanya.lupe-christoph.de>
72040              
72041              (the Solaris version changes in Configure skipped)
72042      Branch: perl
72043            ! hints/solaris_2.sh thread.h
72044 ____________________________________________________________________________
72045 [  6593] By: jhi                                   on 2000/08/11  01:30:16
72046         Log: Subject: Re: [ID 20000730.003] utf8::length() bad
72047              From: simon@brecon.co.uk (Simon Cozens)
72048              Date: 1 Aug 2000 06:55:19 GMT
72049              Message-ID: <slrn8oct2n.19l.simon@justanother.perlhacker.org>
72050      Branch: perl
72051            ! lib/utf8.pm
72052 ____________________________________________________________________________
72053 [  6592] By: jhi                                   on 2000/08/11  01:26:39
72054         Log: Subject: Re: [ID 20000809.006] Debugger lost the ability to see $1 et al
72055              From: Peter Scott <Peter@PeterScott.com>
72056              Date: Thu, 10 Aug 2000 08:23:27 -0700
72057              Message-Id: <4.3.2.7.2.20000810081749.00aa92c0@peterscott.com>
72058      Branch: perl
72059            ! lib/perl5db.pl
72060 ____________________________________________________________________________
72061 [  6591] By: jhi                                   on 2000/08/11  01:22:02
72062         Log: Subject: Re: [ID 20000809.005] trouble with long string and /m modifier - uninitialized value 
72063              From: Hugo <hv@crypt.compulink.co.uk>
72064              Date: Thu, 10 Aug 2000 19:23:04 +0100
72065              Message-Id: <200008101823.TAA23580@crypt.compulink.co.uk>
72066      Branch: perl
72067            ! regexec.c t/op/pat.t
72068 ____________________________________________________________________________
72069 [  6590] By: jhi                                   on 2000/08/11  01:19:19
72070         Log: Preprocessing and postprocessing for File::Find.
72071              
72072              Subject: Patch to Find::File.pm to allow alphabetical results
72073              From: Joe Smith <jsmith@inwap.com>
72074              Date: Wed, 9 Aug 2000 02:44:54 -0700
72075              Message-Id: <20000809024453.A21193@tardis.Tymnet.COM>
72076      Branch: perl
72077            ! lib/File/Find.pm
72078 ____________________________________________________________________________
72079 [  6589] By: jhi                                   on 2000/08/11  01:12:39
72080         Log: B::Deparse didn't do sub attributes.
72081              
72082              Subject: B::Deparse was Re: [ID 20000808.005] refs to returned lvalues are lvalues??
72083              From: simon@brecon.co.uk (Simon Cozens)
72084              Date: 9 Aug 2000 04:49:20 GMT
72085              Message-ID: <slrn8p1omg.beq.simon@justanother.perlhacker.org>
72086      Branch: perl
72087            ! ext/B/B.xs ext/B/B/Deparse.pm ext/B/defsubs_h.PL
72088 ____________________________________________________________________________
72089 [  6588] By: jhi                                   on 2000/08/11  01:06:40
72090         Log: Subject: debugger "d" command doesnt check line number
72091              From: Mike Guy <mjtg@cam.ac.uk>
72092              Date: Tue, 08 Aug 2000 21:54:29 +0100
72093              Message-Id: <E13MGOL-000053-00@libra.cus.cam.ac.uk>
72094      Branch: perl
72095            ! lib/perl5db.pl mg.c pod/perldiag.pod
72096 ____________________________________________________________________________
72097 [  6587] By: jhi                                   on 2000/08/11  00:45:03
72098         Log: sleep(1) does not necessarily return 1.
72099              
72100              Subject: [PATCH bleadperl] op/lex_assign.t  
72101              From: Hugo <hv@crypt.compulink.co.uk>
72102              Date: Thu, 03 Aug 2000 14:34:22 +0100        
72103              Message-Id: <200008031334.OAA03379@crypt.compulink.co.uk>
72104      Branch: perl
72105            ! t/op/lex_assign.t
72106 ____________________________________________________________________________
72107 [  6586] By: jhi                                   on 2000/08/11  00:31:50
72108         Log: Document the IO::Select timeout.
72109      Branch: perl
72110            ! ext/IO/lib/IO/Select.pm
72111 ____________________________________________________________________________
72112 [  6585] By: jhi                                   on 2000/08/11  00:13:54
72113         Log: Forgot contributor.
72114      Branch: perl
72115            ! Changes
72116 ____________________________________________________________________________
72117 [  6584] By: jhi                                   on 2000/08/11  00:09:19
72118         Log: detypo
72119      Branch: perl
72120            ! Changes
72121 ____________________________________________________________________________
72122 [  6583] By: jhi                                   on 2000/08/11  00:07:53
72123         Log: Fixes to looking-like-number to keep behaviour as it was in 5.005_03.
72124              
72125              Subject: Re: [ID 20000810.002] $a["1foo"] same as $a[0]
72126              From: Mike Guy <mjtg@cam.ac.uk> 
72127              Date: Thu, 10 Aug 2000 15:50:54 +0100
72128              Message-Id: <E13Mtfa-0005Ge-00@libra.cus.cam.ac.uk>
72129      Branch: perl
72130            ! sv.c t/op/int.t
72131 ____________________________________________________________________________
72132 [  6582] By: jhi                                   on 2000/08/10  23:29:32
72133         Log: Update Changes.
72134      Branch: perl
72135            ! Changes
72136 ____________________________________________________________________________
72137 [  6581] By: jhi                                   on 2000/08/10  23:26:16
72138         Log: Put back the std @INC thing.
72139      Branch: perl
72140            ! t/lib/ansicolor.t t/lib/cgi-form.t t/lib/cgi-function.t
72141            ! t/lib/cgi-html.t t/lib/cgi-pretty.t t/lib/cgi-request.t
72142            ! t/lib/gol-basic.t t/lib/gol-compat.t t/lib/gol-linkage.t
72143            ! t/lib/gol-oo.t
72144 ____________________________________________________________________________
72145 [  6580] By: jhi                                   on 2000/08/10  23:03:34
72146         Log: Update to CGI 2.70, from Lincoln Stein.
72147      Branch: perl
72148            ! lib/CGI.pm lib/CGI/Carp.pm lib/CGI/Cookie.pm lib/CGI/Pretty.pm
72149            ! lib/CGI/Push.pm lib/CGI/Util.pm t/lib/cgi-form.t
72150            ! t/lib/cgi-function.t t/lib/cgi-html.t t/lib/cgi-pretty.t
72151            ! t/lib/cgi-request.t
72152 ____________________________________________________________________________
72153 [  6579] By: jhi                                   on 2000/08/10  22:41:50
72154         Log: Update to CPAN 1.56, from Andreas König.
72155      Branch: perl
72156            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
72157 ____________________________________________________________________________
72158 [  6578] By: jhi                                   on 2000/08/10  22:38:13
72159         Log: Update to Pod::Parser 1.17, from Brad Appleton.
72160      Branch: perl
72161            ! lib/Pod/Checker.pm lib/Pod/Find.pm lib/Pod/InputObjects.pm
72162            ! lib/Pod/ParseUtils.pm lib/Pod/Parser.pm lib/Pod/Select.pm
72163            ! lib/Pod/Usage.pm pod/pod2usage.PL pod/podchecker.PL
72164            ! pod/podselect.PL t/pod/emptycmd.t t/pod/for.t t/pod/headings.t
72165            ! t/pod/include.t t/pod/included.t t/pod/lref.t
72166            ! t/pod/multiline_items.t t/pod/nested_items.t
72167            ! t/pod/nested_seqs.t t/pod/oneline_cmds.t t/pod/pod2usage.t
72168            ! t/pod/poderrs.t t/pod/poderrs.xr t/pod/podselect.t
72169            ! t/pod/special_seqs.t
72170 ____________________________________________________________________________
72171 [  6577] By: jhi                                   on 2000/08/10  22:35:41
72172         Log: Small AUTHORS and MAINTAIN updates.  Could do with big updates.
72173      Branch: perl
72174            ! AUTHORS MAINTAIN
72175 ____________________________________________________________________________
72176 [  6576] By: jhi                                   on 2000/08/10  22:24:54
72177         Log: Update to Getopt::Long 2.23_05, from Johan Vromans.
72178      Branch: perl
72179            + t/lib/gol-oo.t
72180            ! MANIFEST lib/Getopt/Long.pm lib/newgetopt.pl t/lib/gol-basic.t
72181            ! t/lib/gol-compat.t t/lib/gol-linkage.t
72182 ____________________________________________________________________________
72183 [  6575] By: jhi                                   on 2000/08/10  22:02:07
72184         Log: Update to Term::ANSIColor 1.03, from Russ Allbery.
72185      Branch: perl
72186            ! lib/Term/ANSIColor.pm t/lib/ansicolor.t
72187 ____________________________________________________________________________
72188 [  6574] By: jhi                                   on 2000/08/10  21:55:03
72189         Log: Iterating perl6 description.
72190      Branch: perl
72191            ! pod/perlfaq1.pod
72192 ____________________________________________________________________________
72193 [  6573] By: jhi                                   on 2000/08/10  21:48:26
72194         Log: Revert the sv.c part of #6559, a better fix is needed.
72195      Branch: perl
72196            ! sv.c
72197 ____________________________________________________________________________
72198 [  6572] By: jhi                                   on 2000/08/10  20:33:43
72199         Log: It's the 2ndO'ROSSC.
72200      Branch: perl
72201            ! pod/perlfaq1.pod
72202 ____________________________________________________________________________
72203 [  6571] By: jhi                                   on 2000/08/10  15:55:48
72204         Log: detypo
72205      Branch: perl
72206            ! pod/perlfaq1.pod
72207 ____________________________________________________________________________
72208 [  6570] By: jhi                                   on 2000/08/10  14:11:17
72209         Log: An exceptionally sticky typo.
72210      Branch: perl
72211            ! Changes
72212 ____________________________________________________________________________
72213 [  6569] By: jhi                                   on 2000/08/10  14:09:33
72214         Log: detypo (and test Changes updating script)
72215      Branch: perl
72216            ! Changes
72217 ____________________________________________________________________________
72218 [  6568] By: jhi                                   on 2000/08/10  14:07:07
72219         Log: Update Changes.
72220      Branch: perl
72221            ! Changes
72222 ____________________________________________________________________________
72223 [  6567] By: jhi                                   on 2000/08/10  14:06:19
72224         Log: Amend the description of Perl6.
72225              Subject: [PATCH Perl-5.6.0] perlfaq1.pod
72226              From: Elaine -HFB- Ashton <elaine@chaos.wustl.edu>
72227              Date: Wed, 9 Aug 2000 22:11:06 -0500
72228              Message-ID: <20000809221106.A12246@chaos.wustl.edu>
72229      Branch: perl
72230            ! pod/perlfaq1.pod
72231 ____________________________________________________________________________
72232 [  6566] By: jhi                                   on 2000/08/10  13:58:57
72233         Log: Subject: Remove dead entry in perldiag
72234              From: Mike Guy <mjtg@cam.ac.uk>
72235              Date: Thu, 10 Aug 2000 14:19:19 +0100
72236              Message-Id: <E13MsEx-00033G-00@libra.cus.cam.ac.uk>
72237      Branch: perl
72238            ! pod/perldiag.pod
72239 ____________________________________________________________________________
72240 [  6565] By: jhi                                   on 2000/08/10  13:51:48
72241         Log: Zero entries were skipped, fix from Adrian Goalby
72242              <argoalby@yahoo.co.uk>
72243      Branch: perl
72244            ! lib/unicode/Number.pl lib/unicode/mktables.PL
72245 ____________________________________________________________________________
72246 [  6564] By: jhi                                   on 2000/08/10  13:00:12
72247         Log: Subject: [PATCH 5.6.0] cygwin port
72248              From: "Fifer, Eric" <EFifer@sanwaint.com>
72249              Date: Thu, 10 Aug 2000 13:15:36 +0100
72250              Message-ID: <779F20BCCE5AD31186A50008C75D997917176A@silldn_mail1.sanwaint.com>
72251      Branch: perl
72252            ! README.cygwin hints/cygwin.sh
72253 ____________________________________________________________________________
72254 [  6563] By: jhi                                   on 2000/08/10  12:55:16
72255         Log: Get back into sync with Jeffrey on the enhanced regex warnings.
72256      Branch: perl
72257            ! pod/perldiag.pod regcomp.c t/op/re_tests t/op/readdir.t
72258 ____________________________________________________________________________
72259 [  6562] By: gsar                                  on 2000/08/10  08:38:39
72260         Log: warn is a macro, avoid using at a variable to avoid warnings
72261              in some configurations; readdir.t is too conservative in
72262              estimating number of *.t's
72263      Branch: perl
72264            ! t/op/readdir.t util.c
72265 ____________________________________________________________________________
72266 [  6561] By: jhi                                   on 2000/08/09  23:35:42
72267         Log: Update Changes.
72268      Branch: perl
72269            ! Changes
72270 ____________________________________________________________________________
72271 [  6560] By: jhi                                   on 2000/08/09  23:05:47
72272         Log: Subject: Re: enhanced(?) regex error messages
72273              From: Jeffrey Friedl <jfriedl@yahoo-inc.com>
72274              Date: Wed, 9 Aug 2000 00:59:43 -0700 (PDT)
72275              Message-Id: <200008090759.AAA07144@ventrue.yahoo.com>
72276              
72277              (plus two small patches sent privately)
72278              (this still seems to leave few test failures)
72279      Branch: perl
72280            + t/op/regmesg.t
72281            ! MANIFEST pod/perldiag.pod regcomp.c regcomp.h t/op/misc.t
72282            ! t/pragma/warn/regcomp
72283 ____________________________________________________________________________
72284 [  6559] By: jhi                                   on 2000/08/09  20:41:18
72285         Log: (The fix did work but was not right, retracted in #6573)
72286              
72287              Subject: [ID 20000809.003] setlocale(LC_NUMERIC...) produces different results in 5.005 and 5.6
72288              From: Christian Kirsch <ck@held.mind.de>
72289              Date: Wed, 9 Aug 2000 17:05:17 +0200
72290              Message-Id: <20000809170517.A25389@held>
72291      Branch: perl
72292            ! sv.c t/pragma/locale.t
72293 ____________________________________________________________________________
72294 [  6558] By: jhi                                   on 2000/08/08  22:34:08
72295         Log: Tiny updates on the contributors list.
72296      Branch: perl
72297            ! Changes
72298 ____________________________________________________________________________
72299 [  6557] By: jhi                                   on 2000/08/08  19:34:28
72300         Log: Double check that we have a dirhandle.
72301      Branch: perl
72302            ! util.c
72303 ____________________________________________________________________________
72304 [  6556] By: jhi                                   on 2000/08/08  19:01:51
72305         Log: Delete eg as agreed at TPC3 (yes, 3).  Dusty, obsolete, non-w-clean.
72306              May be repopulated with fresh maintained examples.
72307      Branch: perl
72308            + lib/CGI/eg/RunMeFirst lib/CGI/eg/caution.xbm
72309            + lib/CGI/eg/clickable_image.cgi lib/CGI/eg/cookie.cgi
72310            + lib/CGI/eg/crash.cgi lib/CGI/eg/customize.cgi
72311            + lib/CGI/eg/diff_upload.cgi lib/CGI/eg/dna_small_gif.uu
72312            + lib/CGI/eg/file_upload.cgi lib/CGI/eg/frameset.cgi
72313            + lib/CGI/eg/index.html lib/CGI/eg/internal_links.cgi
72314            + lib/CGI/eg/javascript.cgi lib/CGI/eg/monty.cgi
72315            + lib/CGI/eg/multiple_forms.cgi lib/CGI/eg/nph-clock.cgi
72316            + lib/CGI/eg/nph-multipart.cgi lib/CGI/eg/popup.cgi
72317            + lib/CGI/eg/save_state.cgi lib/CGI/eg/tryit.cgi
72318            + lib/CGI/eg/wilogo_gif.uu
72319            - eg/ADB eg/README eg/cgi/RunMeFirst eg/cgi/caution.xbm
72320            - eg/cgi/clickable_image.cgi eg/cgi/cookie.cgi eg/cgi/crash.cgi
72321            - eg/cgi/customize.cgi eg/cgi/diff_upload.cgi
72322            - eg/cgi/dna_small_gif.uu eg/cgi/file_upload.cgi
72323            - eg/cgi/frameset.cgi eg/cgi/index.html
72324            - eg/cgi/internal_links.cgi eg/cgi/javascript.cgi
72325            - eg/cgi/monty.cgi eg/cgi/multiple_forms.cgi
72326            - eg/cgi/nph-clock.cgi eg/cgi/nph-multipart.cgi eg/cgi/popup.cgi
72327            - eg/cgi/save_state.cgi eg/cgi/tryit.cgi eg/cgi/wilogo_gif.uu
72328            - eg/changes eg/client eg/down eg/dus eg/findcp eg/findtar
72329            - eg/g/gcp eg/g/gcp.man eg/g/ged eg/g/ghosts eg/g/gsh
72330            - eg/g/gsh.man eg/muck eg/muck.man eg/myrup eg/nih eg/relink
72331            - eg/rename eg/rmfrom eg/scan/scan_df eg/scan/scan_last
72332            - eg/scan/scan_messages eg/scan/scan_passwd eg/scan/scan_ps
72333            - eg/scan/scan_sudo eg/scan/scan_suid eg/scan/scanner eg/server
72334            - eg/shmkill eg/sysvipc/README eg/sysvipc/ipcmsg
72335            - eg/sysvipc/ipcsem eg/sysvipc/ipcshm eg/travesty eg/unuc
72336            - eg/uudecode eg/van/empty eg/van/unvanish eg/van/vanexp
72337            - eg/van/vanish eg/who eg/wrapsuid
72338            ! MANIFEST
72339 ____________________________________________________________________________
72340 [  6555] By: jhi                                   on 2000/08/08  18:51:08
72341         Log: Delete chat2 as requested by Randal.
72342              
72343              Subject: Re: perlfaq8 coyness
72344              From: merlyn@stonehenge.com (Randal L. Schwartz) 
72345              Date: 15 May 2000 18:52:42 -0700 
72346              Message-ID: <m166sfl0r9.fsf@halfdome.holdit.com> 
72347      Branch: perl
72348            - lib/chat2.pl
72349            ! MANIFEST
72350 ____________________________________________________________________________
72351 [  6554] By: jhi                                   on 2000/08/08  18:31:35
72352         Log: Regen global.sym.
72353      Branch: perl
72354            ! global.sym
72355 ____________________________________________________________________________
72356 [  6553] By: jhi                                   on 2000/08/08  18:28:13
72357         Log: Do away with array context, from Daniel Chetlin <daniel@chetlin.com>
72358              (either perlbug or p5p ate the original), plus regen
72359              perlapi and perltoc. 
72360      Branch: perl
72361            ! Changes Changes5.004 README.Y2K cop.h emacs/cperl-mode.el
72362            ! ext/B/ramblings/flip-flop ext/Data/Dumper/Dumper.pm
72363            ! ext/IO/lib/IO/Handle.pm ext/IO/lib/IO/Socket.pm
72364            ! ext/Socket/Socket.pm lib/CGI.pm lib/CGI/Cookie.pm
72365            ! lib/File/Temp.pm lib/FileHandle.pm lib/Pod/Functions.pm
72366            ! lib/Pod/InputObjects.pm lib/Pod/LaTeX.pm lib/Text/Soundex.pm
72367            ! lib/perl5db.pl op.h opcode.pl perlapi.c perlapi.h
72368            ! pod/perlapi.pod pod/perltoc.pod t/lib/dosglob.t
72369            ! t/lib/ftmp-posix.t t/lib/glob-global.t t/op/grent.t
72370            ! t/op/pwent.t vms/ext/DCLsym/DCLsym.pm
72371 ____________________________________________________________________________
72372 [  6552] By: jhi                                   on 2000/08/08  18:06:29
72373         Log: Subject: [PATCH] Re: [ID 20000807.008] Double reads considered evil? (deja vu)
72374              From: Mike Guy <mjtg@cam.ac.uk>
72375              Message-Id: <E13MAj1-00038W-00@libra.cus.cam.ac.uk>
72376              Date: Tue, 08 Aug 2000 15:51:27 +0100
72377      Branch: perl
72378            ! doop.c sv.h t/op/join.t t/pragma/overload.t
72379 ____________________________________________________________________________
72380 [  6551] By: jhi                                   on 2000/08/08  18:01:11
72381         Log: Re-apply #6549.
72382      Branch: perl
72383            ! lib/perl5db.pl
72384 ____________________________________________________________________________
72385 [  6550] By: jhi                                   on 2000/08/08  17:43:08
72386         Log: Accidental retraction of #6549.
72387      Branch: perl
72388            ! lib/perl5db.pl
72389 ____________________________________________________________________________
72390 [  6549] By: jhi                                   on 2000/08/08  17:40:04
72391         Log: Subject: [ID 20000807.003] [PATCH] Debugger treatment of condition "0"
72392              From: Mike Guy <mjtg@cam.ac.uk>
72393              Date: Mon, 07 Aug 2000 21:49:58 +0100
72394              Message-Id: <E13LtqQ-0006Jc-00@libra.cus.cam.ac.uk>
72395      Branch: perl
72396            ! lib/perl5db.pl
72397 ____________________________________________________________________________
72398 [  6548] By: jhi                                   on 2000/08/08  17:37:57
72399         Log: Document here-doc better.
72400              
72401              Subject: Re: [ID 20000804.003] heredoc in s///e replacement
72402              From: Mike Guy <mjtg@cam.ac.uk>
72403              Date: Mon, 07 Aug 2000 14:02:09 +0100
72404              Message-Id: <E13LmXh-0006rM-00@libra.cus.cam.ac.uk>
72405      Branch: perl
72406            ! pod/perldata.pod
72407 ____________________________________________________________________________
72408 [  6547] By: jhi                                   on 2000/08/08  17:33:34
72409         Log: Subject: Patch against 5.6.0 to allow "-d:Module=arg,arg,arg"
72410              From: "Randy J. Ray" <rjray@redhat.com>
72411              Date: Mon, 07 Aug 2000 19:12:25 -0700
72412              Message-Id: <200008080212.TAA12784@tzimisce.soma.redhat.com>
72413      Branch: perl
72414            ! perl.c pod/perlrun.pod
72415 ____________________________________________________________________________
72416 [  6546] By: jhi                                   on 2000/08/08  17:29:26
72417         Log: Subject: Re: enhanced(?) regex error messages 
72418              From: Hugo <hv@crypt.compulink.co.uk>
72419              Date: Tue, 08 Aug 2000 03:25:51 +0100
72420              Message-Id: <200008080225.DAA10998@crypt.compulink.co.uk>
72421              
72422              plus Capitalize the error messages, plus perldiag them.
72423      Branch: perl
72424            ! pod/perldiag.pod regcomp.c t/op/pat.t t/op/re_tests
72425 ____________________________________________________________________________
72426 [  6545] By: jhi                                   on 2000/08/08  13:59:28
72427         Log: Augment #6539 a bit: don't croak if there's magic in the air.
72428              
72429              Subject: Re: [PATCH bleadperl-6530] bless, REF, and bless(REF, REF) 
72430              From: Hugo <hv@crypt.compulink.co.uk>
72431              Date: Tue, 08 Aug 2000 03:02:03 +0100
72432              Message-Id: <200008080202.DAA09147@crypt.compulink.co.uk>
72433      Branch: perl
72434            ! pp.c t/op/bless.t
72435 ____________________________________________________________________________
72436 [  6544] By: jhi                                   on 2000/08/07  21:11:52
72437         Log: Make the test -w clean.
72438      Branch: perl
72439            ! t/op/bless.t
72440 ____________________________________________________________________________
72441 [  6543] By: jhi                                   on 2000/08/07  19:49:53
72442         Log: use warnings instead of $^W.
72443      Branch: perl
72444            ! t/op/bless.t
72445 ____________________________________________________________________________
72446 [  6542] By: jhi                                   on 2000/08/07  17:41:41
72447         Log: Disable a portability warning Because We Know What We Are Doing.
72448      Branch: perl
72449            ! t/op/bless.t
72450 ____________________________________________________________________________
72451 [  6541] By: jhi                                   on 2000/08/07  17:29:51
72452         Log: Tiny tidying on report_evil_fh().
72453      Branch: perl
72454            ! util.c
72455 ____________________________________________________________________________
72456 [  6540] By: jhi                                   on 2000/08/07  16:37:38
72457         Log: Make regular expression parse error messages easier to understand.
72458              
72459              Subject: Re: enhanced(?) regex error messages
72460              From: Jeffrey Friedl <jfriedl@yahoo-inc.com>
72461              Date: Fri, 4 Aug 2000 23:34:07 -0700 (PDT)
72462              Message-Id: <200008050634.XAA20360@ventrue.yahoo.com>
72463      Branch: perl
72464            ! regcomp.c
72465 ____________________________________________________________________________
72466 [  6539] By: jhi                                   on 2000/08/07  16:12:27
72467         Log: Make bless(REF, REF) a fatal error, add bless tests.
72468              
72469              Subject: [PATCH bleadperl-6530] bless, REF, and bless(REF, REF)
72470              From: Hugo <hv@crypt.compulink.co.uk>
72471              Date: Mon, 07 Aug 2000 16:59:38 +0100
72472              Message-Id: <200008071559.QAA29541@crypt.compulink.co.uk>
72473      Branch: perl
72474            + t/op/bless.t
72475            ! MANIFEST pod/perldiag.pod pp.c sv.c
72476 ____________________________________________________________________________
72477 [  6538] By: jhi                                   on 2000/08/07  15:59:43
72478         Log: Subject: [ID 20000803.006] 'use lib ...' doesn't behave as documented
72479              From: Tim Conrow <tim@spindrift.srl.caltech.edu>
72480              Date: Thu, 3 Aug 2000 14:29:21 -0700
72481              Message-Id: <200008032129.OAA27898@spindrift.caltech.edu>
72482      Branch: perl
72483            ! lib/lib_pm.PL
72484 ____________________________________________________________________________
72485 [  6537] By: jhi                                   on 2000/08/07  15:47:18
72486         Log: Retract #6419 for now since it breaks in AFS and MachTen.
72487      Branch: perl
72488            ! lib/Cwd.pm
72489 ____________________________________________________________________________
72490 [  6536] By: jhi                                   on 2000/08/07  15:05:29
72491         Log: Plug the security hole described in the Aug 05 2000 bugtraq message
72492              "sperl 5.00503 (and newer ;) exploit" by Michal Zalewski.
72493              The security hole exists only in suidperls, which isn't
72494              installed or even built by default.
72495      Branch: perl
72496            ! perl.c
72497 ____________________________________________________________________________
72498 [  6535] By: jhi                                   on 2000/08/07  14:45:14
72499         Log: tr memory corruption fix from Simon Cozens.
72500      Branch: perl
72501            ! doop.c
72502 ____________________________________________________________________________
72503 [  6534] By: jhi                                   on 2000/08/06  11:38:16
72504         Log: Document a bit that UDP is not what you might think.
72505              
72506              Subject: Re: IO::Socket::INET bug sending large UDP packets/fragmentation
72507              From: Lupe Christoph <lupe@lupe-christoph.de>
72508              Message-ID: <20000724085915.B13172@alanya.lupe-christoph.de>
72509              Date: Mon, 24 Jul 2000 08:59:15 +0200
72510      Branch: perl
72511            ! pod/perlipc.pod
72512 ____________________________________________________________________________
72513 [  6533] By: jhi                                   on 2000/08/06  11:35:01
72514         Log: Subject: [PATCH] perlfunc.pod use documentation (5.6.0)
72515              From: Jeff Pinyan <jeffp@hut.crusoe.net>
72516              Date: Sat, 5 Aug 2000 00:22:01 -0400 (EDT)
72517              Message-ID: <Pine.BSF.3.96.1000805002052.23260A-100000@hut.crusoe.net>
72518      Branch: perl
72519            ! pod/perlfunc.pod
72520 ____________________________________________________________________________
72521 [  6532] By: jhi                                   on 2000/08/06  03:45:41
72522         Log: Have symbols for the IoTYPEs.
72523      Branch: perl
72524            ! doio.c pp_ctl.c pp_sys.c sv.h toke.c util.c
72525 ____________________________________________________________________________
72526 [  6531] By: jhi                                   on 2000/08/06  01:33:55
72527         Log: Continue fixing the io warnings.  This also
72528              sort of fixes bug ID 20000802.003: the core dump
72529              is no more.  Whether the current behaviour is correct
72530              (giving a warning: "Not a format reference"), is another matter.
72531      Branch: perl
72532            ! doio.c pod/perldiag.pod pp_hot.c pp_sys.c t/pragma/warn/doio
72533            ! t/pragma/warn/pp_hot t/pragma/warn/pp_sys util.c
72534 ____________________________________________________________________________
72535 [  6530] By: jhi                                   on 2000/08/05  21:33:12
72536         Log: Change the Policy policy: now -Dprefix= with an existing
72537              Policy.sh and prefix == siteprefix == vendorprefix, then all
72538              of them follow along the new prefix.
72539              
72540              Subject: Re: [ID 20000508.002] -Dprefix completely broken [PATCH]
72541              From: Andy Dougherty <doughera@lafayette.edu>
72542              Date: Fri, 4 Aug 2000 14:53:50 -0400 (EDT)
72543              Message-ID: <Pine.SOL.4.10.10008041440560.17981-100000@maxwell.phys.lafayette.edu>
72544      Branch: perl
72545            ! Policy_sh.SH
72546 ____________________________________________________________________________
72547 [  6529] By: jhi                                   on 2000/08/05  18:57:28
72548         Log: Zap lib/Sys directory when cleaning up.
72549      Branch: perl
72550            ! Makefile.SH
72551 ____________________________________________________________________________
72552 [  6528] By: jhi                                   on 2000/08/05  18:40:44
72553         Log: Essential prototype changes were missing from #6527.
72554              Also make report_evil_fh() more bomb-proof.
72555      Branch: perl
72556            ! embed.h util.c
72557 ____________________________________________________________________________
72558 [  6527] By: jhi                                   on 2000/08/05  03:22:05
72559         Log: Subject: [ID 20000724.004] Perl interpreter segfault when using built-in flock
72560              From: "Ronald F. Guilmette" <rfg@monkeys.com>
72561              Date: Mon, 24 Jul 2000 15:47:00 -0700 (PDT)
72562              Message-Id: <200007242247.PAA52177@monkeys.com>
72563      Branch: perl
72564            ! embed.pl pp_hot.c pp_sys.c proto.h t/pragma/warn/pp_sys util.c
72565 ____________________________________________________________________________
72566 [  6526] By: jhi                                   on 2000/08/04  21:23:27
72567         Log: gcc versions might have (parentheses) in them.
72568      Branch: metaconfig/U/perl
72569            ! gccvers.U
72570      Branch: perl
72571            ! Configure config_h.SH
72572 ____________________________________________________________________________
72573 [  6525] By: jhi                                   on 2000/08/04  20:23:12
72574         Log: Weed buglets pointed out by
72575              
72576              From: Lupe Christoph <lupe@lupe-christoph.de>
72577              Subject: Re: [ID 20000803.005] miniperl aborts during Perl make
72578              Date: Fri, 4 Aug 2000 17:34:39 +0200
72579              Message-ID: <20000804173439.L8087@alanya.lupe-christoph.de>
72580      Branch: metaconfig/U/perl
72581            ! gccvers.U uselfs.U
72582      Branch: perl
72583            ! Configure config_h.SH
72584 ____________________________________________________________________________
72585 [  6524] By: jhi                                   on 2000/08/04  19:02:08
72586         Log: Warn under -w if lstat(FH) is attempted.
72587              
72588              Subject: [ID 20000421.003] perlfunc says you can lstat a file handle but you cannot
72589              From: "Todd C. Miller" <Todd.Miller@courtesan.com> 
72590              Date: Fri, 21 Apr 2000 10:43:46 -0600 (MDT) 
72591              Message-Id: <200004211643.e3LGhkX24720@xerxes.courtesan.com> 
72592      Branch: perl
72593            ! pod/perldiag.pod pod/perlfunc.pod pp_sys.c
72594            ! t/pragma/warn/pp_sys
72595 ____________________________________________________________________________
72596 [  6523] By: jhi                                   on 2000/08/04  12:31:11
72597         Log: Subject: New perlcc, take 2
72598              From: simon@brecon.co.uk (Simon Cozens)
72599              Date: 4 Aug 2000 06:21:04 GMT
72600              Message-ID: <slrn8oko6g.da2.simon@justanother.perlhacker.org>
72601      Branch: perl
72602            ! utils/perlcc.PL
72603 ____________________________________________________________________________
72604 [  6522] By: jhi                                   on 2000/08/04  12:26:33
72605         Log: Subject: Re: Array vs. List context
72606              From: Daniel Chetlin <daniel@chetlin.com>
72607              Date: Fri, 4 Aug 2000 00:22:44 -0700
72608              Message-ID: <20000804002244.A5924@ilmd.chetlin.org>
72609      Branch: perl
72610            ! pod/perlapi.pod pod/perlcall.pod pod/perlembed.pod
72611            ! pod/perlfaq4.pod
72612 ____________________________________________________________________________
72613 [  6521] By: jhi                                   on 2000/08/04  12:22:38
72614         Log: Subject: [ID 20000804.002] configure.gnu and arguments with whitespace characters
72615              From: Raymund Will <ray@caldera.de>
72616              Date: Fri, 4 Aug 2000 12:07:09 +0200
72617              Message-Id: <20000804120709.A14982@caldera.de>
72618      Branch: perl
72619            ! configure.gnu
72620 ____________________________________________________________________________
72621 [  6520] By: jhi                                   on 2000/08/04  04:09:06
72622         Log: After the #6519 a warning about stat() is just that,
72623              not about a filetest, which now have their own warning.
72624      Branch: perl
72625            ! pod/perldiag.pod
72626 ____________________________________________________________________________
72627 [  6519] By: jhi                                   on 2000/08/04  04:06:30
72628         Log: In the warnings call filehandles consistently so;
72629              add "unopened" warning for stat().
72630      Branch: perl
72631            ! doio.c pod/perldiag.pod pp_sys.c t/pragma/warn/doio
72632            ! t/pragma/warn/pp_sys
72633 ____________________________________________________________________________
72634 [  6518] By: jhi                                   on 2000/08/04  02:55:35
72635         Log: Subject: Minor tweak to perlvar.pod
72636              From: "Stephen P. Potter" <spp@ds.net>
72637              Date: Tue, 18 Apr 2000 09:26:03 -0400
72638              Message-Id: <200004181326.JAA01560@spp.users.ds.net>
72639      Branch: perl
72640            ! pod/perlvar.pod
72641 ____________________________________________________________________________
72642 [  6517] By: jhi                                   on 2000/08/04  02:50:08
72643         Log: Subject: [ID 19990721.004] Documentation bug in perlfunc
72644              From: "Clinton Pierce" <cpierce1@ford.com>
72645              Date: Wed, 21 Jul 1999 16:45:31 -0400
72646              Message-Id: <199907212049.QAA12875@mailfw3.ford.com>
72647              
72648              Fix by Stephen Potter (visible in the bug db but not in p5p?)
72649      Branch: perl
72650            ! pod/perlfunc.pod pod/perlop.pod
72651 ____________________________________________________________________________
72652 [  6516] By: jhi                                   on 2000/08/04  02:09:25
72653         Log: This is 6512.  Really.
72654      Branch: perl
72655            ! dump.c
72656 ____________________________________________________________________________
72657 [  6515] By: jhi                                   on 2000/08/04  01:25:50
72658         Log: mention the idea of @( and @)
72659      Branch: perl
72660            ! Todo-5.6
72661 ____________________________________________________________________________
72662 [  6514] By: bailey                                on 2000/08/04  01:18:46
72663         Log: YA resync with mainstem, including VMS patches from others
72664      Branch: vmsperl
72665           +> (branch 48 files)
72666            - lib/lib.pm pod/Makefile pod/Win32.pod pod/buildtoc
72667           !> (integrate 354 files)
72668 ____________________________________________________________________________
72669 [  6513] By: jhi                                   on 2000/08/04  01:18:18
72670         Log: Subject: [ID 20000802.004] Tests op/grent.t and op/pwent.t fail unnecessarily
72671              From: Mark Dickinson <dickins3@fas.harvard.edu>
72672              Date: Wed, 2 Aug 2000 13:25:07 -0400 (EDT)
72673              Message-Id: <Pine.OSF.4.10.10008021321380.32190-200000@is07.fas.harvard.edu>
72674      Branch: perl
72675            ! t/op/grent.t t/op/pwent.t
72676 ____________________________________________________________________________
72677 [  6512] By: jhi                                   on 2000/08/04  01:14:06
72678         Log: Subject: [ID 20000802.002] [PATCH] memory pseudo-leak in sv_dump
72679              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
72680              Date: Wed, 02 Aug 2000 10:51:01 +0100
72681              Message-Id: <E13JvAz-0005B5-00@libra.cus.cam.ac.uk>
72682      Branch: perl
72683            ! sv.c
72684 ____________________________________________________________________________
72685 [  6511] By: jhi                                   on 2000/08/04  00:57:00
72686         Log: Subject: [PATCH] bad cppsymbols on os2 + Configure question                
72687              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
72688              Date: Thu, 03 Aug 2000 17:20:04 -0700
72689              Message-ID: <0wgi5gzkgqLb092yn@efn.org> 
72690      Branch: metaconfig
72691            ! U/modified/Cppsym.U
72692      Branch: perl
72693            ! Configure config_h.SH
72694 ____________________________________________________________________________
72695 [  6510] By: jhi                                   on 2000/08/04  00:25:28
72696         Log: detypo
72697      Branch: perl
72698            ! Makefile.SH
72699 ____________________________________________________________________________
72700 [  6509] By: jhi                                   on 2000/08/03  23:43:18
72701         Log: Subject: [PATCH perl-current] Comings and goings in op/sprintf.t
72702              From: Dominic Dunlop <domo@computer.org>
72703              Date: Thu, 3 Aug 2000 22:16:46 +0200
72704              Message-Id: <p04320411b5af8091f6fe@[194.235.193.148]>
72705      Branch: perl
72706            ! t/op/sprintf.t
72707 ____________________________________________________________________________
72708 [  6508] By: jhi                                   on 2000/08/03  23:40:37
72709         Log: Subject: [PATCH bleadperl] [ID 20000803.001] further regexp counting problems
72710              From: Hugo <hv@crypt.compulink.co.uk>
72711              Date: Thu, 03 Aug 2000 18:25:30 +0100
72712              Message-Id: <200008031725.SAA10580@crypt.compulink.co.uk>
72713      Branch: perl
72714            ! regcomp.c t/op/re_tests
72715 ____________________________________________________________________________
72716 [  6507] By: jhi                                   on 2000/08/03  23:38:28
72717         Log: Subject: [PATCH] sv.h documentation - SvLEN
72718              From: Mike Guy <mjtg@cam.ac.uk>
72719              Date: Thu, 03 Aug 2000 14:43:09 +0100
72720              Message-Id: <E13KLHB-0004UK-00@libra.cus.cam.ac.uk>
72721      Branch: perl
72722            ! sv.h
72723 ____________________________________________________________________________
72724 [  6506] By: jhi                                   on 2000/08/03  15:49:14
72725         Log: Disable the fix_pl hack for now.
72726      Branch: perl
72727            ! Makefile.SH
72728 ____________________________________________________________________________
72729 [  6505] By: jhi                                   on 2000/08/03  13:49:04
72730         Log: Add a URL for FSF.
72731              
72732              Subject: Patch for README
72733              From: Elaine -HFB- Ashton <elaine@chaos.wustl.edu>
72734              Date: Wed, 2 Aug 2000 13:25:09 -0500
72735              Message-ID: <20000802132509.I10379@chaos.wustl.edu>
72736      Branch: perl
72737            ! README
72738 ____________________________________________________________________________
72739 [  6504] By: jhi                                   on 2000/08/03  13:29:19
72740         Log: Be more informative on what is skipped and why,
72741              also repeat the list at the end.
72742      Branch: perl
72743            ! Porting/p4desc
72744 ____________________________________________________________________________
72745 [  6503] By: jhi                                   on 2000/08/03  13:07:05
72746         Log: Circumvent the removal of .patch by fix_pl.
72747              
72748              Subject: Re: [ID 20000802.011] unable to 'make test'          
72749              From: simon@brecon.co.uk (Simon Cozens) 
72750              Date: 3 Aug 2000 04:17:00 GMT
72751              Message-ID: <slrn8ohshs.81o.simon@justanother.perlhacker.org> 
72752      Branch: perl
72753            ! Makefile.SH
72754 ____________________________________________________________________________
72755 [  6502] By: jhi                                   on 2000/08/03  00:14:34
72756         Log: Add the missing setproctitle unit.
72757      Branch: metaconfig/U/perl
72758            + d_setproctitle.U
72759 ____________________________________________________________________________
72760 [  6501] By: jhi                                   on 2000/08/03  00:00:26
72761         Log: The subtest 4 may fail also on VOBS, as pointed out
72762              by Nick Ing-Simmons in November 1999, bug id 19991124.003
72763              (but the failure in that bug report isn't the subtest 4).
72764      Branch: perl
72765            ! t/op/stat.t
72766 ____________________________________________________________________________
72767 [  6500] By: jhi                                   on 2000/08/02  23:49:30
72768         Log: Better skip message for the test; one of the two problems in
72769              
72770              Subject: [ID 20000224.003] Not OK: perl v5.5.660 on i86pc-solaris 2.7
72771              From: Lupe Christoph <lupe@lupe-christoph.de>
72772              Date: Thu, 24 Feb 2000 11:54:50 +0100 (MET)
72773              Message-Id: <200002241054.LAA06808@lupe-christoph.de>
72774      Branch: perl
72775            ! t/op/numconvert.t
72776 ____________________________________________________________________________
72777 [  6499] By: jhi                                   on 2000/08/02  22:49:16
72778         Log: Allow "no Module;" even if there is no 'unimport'.
72779              
72780              Subject: [ID 20000324.029] `unimport' is not special the way `import' is
72781              From: mjd@plover.com
72782              Date: 24 Mar 2000 15:24:34 -0000
72783              Message-Id: <20000324152434.15160.qmail@plover.com>
72784      Branch: perl
72785            ! gv.c
72786 ____________________________________________________________________________
72787 [  6498] By: jhi                                   on 2000/08/02  22:42:58
72788         Log: Generate OP_IS_SOCKET() and OP_IS_FILETEST() macros
72789              that are hopefully soon put into use.
72790      Branch: perl
72791            ! opcode.h opcode.pl opnames.h
72792 ____________________________________________________________________________
72793 [  6497] By: gsar                                  on 2000/08/02  22:28:59
72794         Log: require.t needs binmode() to work on windows
72795      Branch: perl
72796            ! t/comp/require.t
72797 ____________________________________________________________________________
72798 [  6496] By: jhi                                   on 2000/08/02  22:08:51
72799         Log: Document the IVdf UVuf UVof UVxf.
72800      Branch: perl
72801            ! pod/perlguts.pod
72802 ____________________________________________________________________________
72803 [  6495] By: jhi                                   on 2000/08/02  21:54:26
72804         Log: detypo #6494
72805      Branch: perl
72806            ! ext/Data/Dumper/Dumper.xs
72807 ____________________________________________________________________________
72808 [  6494] By: jhi                                   on 2000/08/02  21:49:17
72809         Log: Dump UVs as UVs in Data::Dumper.
72810              
72811              Subject: Re: [ID 20000405.018] Data::Dumper and negative numbers
72812              From: Gurusamy Sarathy <gsar@ActiveState.com>
72813              Date: Thu, 27 Apr 2000 12:26:25 -0700
72814              Message-Id: <200004271926.MAA04331@molotok.activestate.com>
72815      Branch: perl
72816            ! ext/Data/Dumper/Dumper.xs
72817 ____________________________________________________________________________
72818 [  6493] By: jhi                                   on 2000/08/02  17:01:58
72819         Log: Subject: [PATCH bleadperl] [ID 20000731.010] regex error 
72820              From: Hugo <hv@crypt.compulink.co.uk>
72821              Date: Wed, 02 Aug 2000 14:53:56 +0100
72822              Message-Id: <200008021353.OAA24761@crypt.compulink.co.uk>
72823      Branch: perl
72824            ! regexec.c t/op/re_tests
72825 ____________________________________________________________________________
72826 [  6492] By: jhi                                   on 2000/08/02  15:02:46
72827         Log: The new setproctitle() feature is available only in 
72828              bleeding edge FreeBSD.  From Paul Saab.
72829      Branch: perl
72830            ! mg.c
72831 ____________________________________________________________________________
72832 [  6491] By: jhi                                   on 2000/08/02  13:34:36
72833         Log: The tr utf8 patching continues.
72834              
72835              Subject: Re: #6469, too many tests claimed in require.t
72836              From: simon@brecon.co.uk (Simon Cozens)
72837              Date: 2 Aug 2000 02:37:17 GMT
72838              Message-ID: <slrn8of2at.81o.simon@justanother.perlhacker.org>
72839              
72840              (the logic of the test was the wrong way round in the patch)
72841      Branch: perl
72842            ! doop.c
72843 ____________________________________________________________________________
72844 [  6490] By: jhi                                   on 2000/08/02  13:27:38
72845         Log: The name of a filehandle does not have <these>.
72846      Branch: perl
72847            ! doio.c pod/perldiag.pod pp_sys.c t/pragma/warn/doio
72848            ! t/pragma/warn/pp_sys util.c
72849 ____________________________________________________________________________
72850 [  6489] By: jhi                                   on 2000/08/02  04:26:46
72851         Log: Remove the extraneous "main::" prefix from all the
72852              "opened only for", "on closed", and "never opened" warnings.
72853              
72854              Subject: Re: inappropriate warning
72855              From: Gurusamy Sarathy <gsar@ActiveState.com>
72856              Date: Mon, 20 Mar 2000 11:28:02 -0800
72857              Message-Id: <200003201928.LAA32224@maul.ActiveState.com>
72858      Branch: perl
72859            ! doio.c embed.h embed.pl gv.c objXSUB.h pp_hot.c pp_sys.c
72860            ! proto.h t/pragma/warn/4lint t/pragma/warn/doio
72861            ! t/pragma/warn/pp_hot t/pragma/warn/pp_sys util.c
72862 ____________________________________________________________________________
72863 [  6488] By: jhi                                   on 2000/08/02  03:02:57
72864         Log: memcpy has n o in it, as pinted ut by Sarathy.
72865      Branch: perl
72866            ! pod/perlguts.pod
72867 ____________________________________________________________________________
72868 [  6487] By: jhi                                   on 2000/08/02  02:44:51
72869         Log: Document in one place the memory abstractions used in Perl core.
72870              
72871              Subject: Re: Memory abstraction
72872              From: simon@brecon.co.uk (Simon Cozens)
72873              Date: 2 Aug 2000 02:20:23 GMT
72874              Organization: Earth.li Origins
72875      Branch: perl
72876            ! pod/perlguts.pod
72877 ____________________________________________________________________________
72878 [  6486] By: jhi                                   on 2000/08/02  02:41:57
72879         Log: regen_headers, regen perltoc.
72880      Branch: perl
72881            ! perlapi.c pod/perltoc.pod
72882 ____________________________________________________________________________
72883 [  6485] By: jhi                                   on 2000/08/02  01:43:33
72884         Log: "This little thing tests for a file .patch, and if it contains
72885              a number, pops into patchlevel.h" (making it easier to track
72886              which development version people are reporting bugs against)
72887              
72888              Subject: Patchlevel autogeneration for repository perls
72889              From: simon@brecon.co.uk (Simon Cozens)
72890              Date: 14 Jul 2000 07:12:15 GMT
72891              Message-ID: <slrn8mtfaf.1qo.simon@justanother.perlhacker.org>
72892      Branch: perl
72893            + fix_pl
72894            ! MANIFEST Makefile.SH
72895 ____________________________________________________________________________
72896 [  6484] By: jhi                                   on 2000/08/02  01:32:54
72897         Log: FreeBSD 3.* updates from
72898              
72899              From: Paul Saab <ps@yahoo-inc.com>
72900              Subject: [ID 20000801.007] setting $0 on FreeBSD 4.x does not get reflected in /bin/ps
72901              Date: Tue, 1 Aug 2000 15:41:39 -0700
72902              Message-Id: <20000801154139.A53740@yahoo-inc.com>
72903      Branch: perl
72904            ! hints/freebsd.sh
72905 ____________________________________________________________________________
72906 [  6483] By: jhi                                   on 2000/08/02  01:27:44
72907         Log: In new BSDs changes to argv[] do not show up in ps(1) output,
72908              instead one must use setproctitle().  This was already addressed
72909              by change #6457, but the below has a new variant for FreeBSD 4.0
72910              or later, and the matter is also documented more.
72911              
72912              From: Paul Saab <ps@yahoo-inc.com>
72913              Subject: [ID 20000801.007] setting $0 on FreeBSD 4.x does not get reflected in /bin/ps
72914              Date: Tue, 1 Aug 2000 15:41:39 -0700
72915              Message-Id: <20000801154139.A53740@yahoo-inc.com>
72916      Branch: metaconfig/U/perl
72917            + i_libutil.U
72918      Branch: perl
72919            ! Configure config_h.SH mg.c perl.h pod/perlvar.pod
72920 ____________________________________________________________________________
72921 [  6482] By: jhi                                   on 2000/08/01  22:17:32
72922         Log: The test from this
72923              
72924              Subject: Re: [ID 20000411.002] qw() gives different results in 5.6 to previous versions
72925              Date: Sat, 15 Apr 2000 17:03:44 +0100
72926              From: Tom Hughes <tom@compton.nu>
72927              Message-ID: <d1c9b2af49.tom@compton.compton.nu>
72928              
72929              was missing, the code change went in as #5989
72930              (which had a different test?)
72931      Branch: perl
72932            ! t/op/misc.t
72933 ____________________________________________________________________________
72934 [  6481] By: jhi                                   on 2000/08/01  21:48:38
72935         Log: Subject: [Proposed PATCH] Let Perl define QUAD_MIN and _MAX itself
72936              From: Jeff Okamoto <okamoto@xfiles.intercon.hp.com>
72937              Date: Thu, 27 Jul 2000 13:51:41 -0700 (PDT)
72938              Message-Id: <200007272051.NAA02178@xfiles.intercon.hp.com>
72939      Branch: perl
72940            ! perl.h
72941 ____________________________________________________________________________
72942 [  6480] By: jhi                                   on 2000/08/01  18:05:28
72943         Log: Make p4desc to skip non-mainperl branches by default.
72944      Branch: perl
72945            ! Porting/p4desc
72946 ____________________________________________________________________________
72947 [  6479] By: jhi                                   on 2000/08/01  17:29:19
72948         Log: If gccosandvers is equal to osname, clear gccosandvers.
72949      Branch: metaconfig/U/perl
72950            ! gccvers.U
72951      Branch: perl
72952            ! Configure config_h.SH
72953 ____________________________________________________________________________
72954 [  6478] By: jhi                                   on 2000/08/01  15:54:08
72955         Log: BOM patching from Simon Cozens.
72956      Branch: perl
72957            ! toke.c
72958 ____________________________________________________________________________
72959 [  6477] By: jhi                                   on 2000/08/01  04:50:33
72960         Log: Stash away the largefiles flags and libswanted.
72961      Branch: perl
72962            ! hints/aix.sh hints/hpux.sh hints/linux.sh hints/solaris_2.sh
72963 ____________________________________________________________________________
72964 [  6476] By: gsar                                  on 2000/08/01  04:24:24
72965         Log: various syntax errors and such (not fixed: comp/require.t#22 coredump
72966              on Windows)
72967      Branch: perl
72968            ! t/pragma/utf8.t utf8.c win32/win32.c
72969 ____________________________________________________________________________
72970 [  6475] By: jhi                                   on 2000/08/01  03:35:24
72971         Log: Make chr() for values >127 to create utf8 when under utf8.
72972              
72973              Subject: Re: uft8/chr()
72974              From: simon@brecon.co.uk (Simon Cozens)
72975              Date: 1 Aug 2000 02:37:02 GMT
72976              Message-ID: <slrn8ocdud.19l.simon@justanother.perlhacker.org>
72977      Branch: perl
72978            ! pod/perlfunc.pod pp.c t/pragma/utf8.t
72979 ____________________________________________________________________________
72980 [  6474] By: jhi                                   on 2000/08/01  02:36:18
72981         Log: In Digital UNIX warn if gcc explicitly chosen because even
72982              2.95.2 is known to cause problems.
72983      Branch: perl
72984            ! hints/dec_osf.sh
72985 ____________________________________________________________________________
72986 [  6473] By: jhi                                   on 2000/08/01  02:00:56
72987         Log: Make the safety catch for buggy gccs work with triple version
72988              numbers like 2.95.2.  Reported in
72989              
72990              Subject: [ID 20000731.005] Perl 5.6.0 "Configure" fails to recognize gcc 2.95.2
72991              From: Maurizio Loreti <maurizio.loreti@pd.infn.it>
72992              Date: Mon, 31 Jul 2000 14:55:06 +0200
72993              Message-Id: <200007311255.AA25586@axcdf4.pd.infn.it>
72994      Branch: perl
72995            ! hints/dec_osf.sh
72996 ____________________________________________________________________________
72997 [  6472] By: jhi                                   on 2000/08/01  01:13:33
72998         Log: Subject: fix and question re: waitpid() under win32
72999              From: Brian Clarke <clarke@appliedmeta.com>
73000              Date: Fri, 28 Jul 2000 15:18:29 -0400
73001              Message-ID: <3981DC85.290314EB@appliedmeta.com>
73002              
73003              Slightly reformatted and WNOHANG # define moved to win32.h
73004              so that also POSIX.xs sees it, as suggsted by Sarathy.
73005      Branch: perl
73006            ! win32/win32.c win32/win32.h
73007 ____________________________________________________________________________
73008 [  6471] By: jhi                                   on 2000/08/01  00:55:05
73009         Log: Subject: [PATCH] allow non-variable as lhs of non-updating tr///
73010              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
73011              Message-Id: <E13JEgd-0003fy-00@libra.cus.cam.ac.uk>
73012              Date: Mon, 31 Jul 2000 13:28:51 +0100
73013              
73014              (aka ID 20000730.002)
73015      Branch: perl
73016            ! op.c t/op/tr.t
73017 ____________________________________________________________________________
73018 [  6470] By: jhi                                   on 2000/07/31  23:34:42
73019         Log: Document the problem with -P in HP-UX and its workaround.
73020              
73021              Subject: [ID 20000628.002] HPUX 11: -Ae compiler flag breaks perl -P
73022              From: Milton Hankins {64892} <webtools@uewrhp03.msd.ray.com>
73023              Date: Wed, 28 Jun 2000 13:58:21 -0400 (EDT)
73024              Message-Id: <200006281758.NAA10339@uewrhp03.msd.ray.com>
73025      Branch: perl
73026            ! README.hpux
73027 ____________________________________________________________________________
73028 [  6469] By: jhi                                   on 2000/07/31  04:15:02
73029         Log: The swallow_bom() saga continues.  The #23 of require.t
73030              (UTF16-LE) still fails (silently, no output) but the #22
73031              (UTF16-BE) seems to be working now.  The root of the
73032              failure may be in sv_gets(): is it UTF-16LE-aware,
73033              especially when it comes to line endings? 
73034      Branch: perl
73035            ! embed.h embed.pl objXSUB.h pod/perldiag.pod proto.h
73036            ! t/comp/require.t toke.c utf8.c
73037 ____________________________________________________________________________
73038 [  6468] By: jhi                                   on 2000/07/30  19:05:48
73039         Log: Find green threads before native threads.
73040              
73041              Subject: Re: Patch to jpl/JNI/Makefile.PL
73042              From: Jens Thomsen <jens@fiend.cis.com>
73043              Date: Fri, 28 Jul 2000 15:54:49 -0600 (MDT)
73044              Message-ID: <Pine.LNX.4.21.0007281553470.687-200000@fiend.cis.com>
73045      Branch: perl
73046            ! jpl/JNI/Makefile.PL
73047 ____________________________________________________________________________
73048 [  6467] By: jhi                                   on 2000/07/30  18:36:22
73049         Log: Fix the HALF_UPGRADE() macro introduced in #6263.
73050      Branch: perl
73051            ! doop.c
73052 ____________________________________________________________________________
73053 [  6466] By: jhi                                   on 2000/07/30  04:37:29
73054         Log: A new version of the "remove UPPERACSE string comparison"
73055              operators.  The problem with the previous one (change #6454)
73056              was that it was for Perl 5.6.0.  From Paul Marquess.
73057      Branch: perl
73058            ! t/op/do.t t/pragma/warn/2use t/pragma/warn/3both
73059            ! t/pragma/warn/4lint t/pragma/warn/5nolint t/pragma/warn/7fatal
73060            ! t/pragma/warn/8signal t/pragma/warn/toke toke.c
73061 ____________________________________________________________________________
73062 [  6465] By: jhi                                   on 2000/07/29  22:39:56
73063         Log: Do not upgrade SVs into utf8 just because they participate
73064              in eq or cmp.  Reported and fix suggested in
73065              
73066              Subject: [ID 20000720.009] sv_eq UTF8 bug
73067              From: "Simon Cozens" <simon@othersideofthe.earth.li>
73068              Date: 21 Jul 2000 04:37:29 -0000
73069              Message-Id: <20000721043729.30081.qmail@othersideofthe.earth.li>
73070              
73071              Exercise for the kind reader: should we or should we not
73072              cache the utf8 conversion alongside the SV? (as magic,
73073              as the strxfrm()ed version is cached under use locale)
73074              Argue both for and against.
73075      Branch: perl
73076            ! sv.c
73077 ____________________________________________________________________________
73078 [  6464] By: jhi                                   on 2000/07/29  22:36:22
73079         Log: Subject: UTF8 concat
73080              From: simon@brecon.co.uk (Simon Cozens) 
73081              Date: 30 Jun 2000 06:13:25 GMT
73082              Message-ID: <slrn8loek5.9ai.simon@justanother.perlhacker.org> 
73083              
73084              (with a memory leak fixed, plus a few casts added)
73085              
73086              This also seems to help for
73087              
73088              Subject: [ID 20000716.015] join UTF8 weirdness
73089              From: root <root@ak-71.mind.de> 
73090              Date: Sat, 15 Jul 2000 15:29:54 +0200
73091              Message-Id: <200007151329.PAA13970@ak-71.mind.de>
73092              
73093              (from Andreas König)
73094      Branch: perl
73095            ! pp_hot.c
73096 ____________________________________________________________________________
73097 [  6463] By: jhi                                   on 2000/07/29  00:55:39
73098         Log: Tune the comments and hopefully stop a memory leak.
73099      Branch: perl
73100            ! toke.c utf8.c
73101 ____________________________________________________________________________
73102 [  6462] By: jhi                                   on 2000/07/29  00:16:53
73103         Log: The problem described in this
73104              
73105              Subject: [ID 20000322.018] named chars aren't magical enough
73106              From: root <root@dixie.cscaper.com>     
73107              Date: Wed, 22 Mar 2000 18:37:42 -0700
73108              Message-Id: <200003230137.SAA29532@dixie.cscaper.com>
73109              
73110              has been fixed in perl 5.6.0 but just in case added a test
73111              to keep it away.  (The report from Joseph Hall.)
73112      Branch: perl
73113            ! t/lib/charnames.t
73114 ____________________________________________________________________________
73115 [  6461] By: jhi                                   on 2000/07/28  23:56:36
73116         Log: Tiny fixes for #6460.
73117      Branch: metaconfig/U/perl
73118            ! gccvers.U
73119      Branch: perl
73120            ! Configure config_h.SH
73121 ____________________________________________________________________________
73122 [  6460] By: jhi                                   on 2000/07/28  23:24:41
73123         Log: Warn if the version of the operating system used to compile gcc
73124              differs from the current version of the operating system.
73125              Also display the gcc compilation os and version in myconfig.
73126              Inspiration from
73127              
73128              Subject: Re: [ID 20000710.003] ERRORS!!         
73129              From: "Kurt D. Starsinic" <kstar@chapin.edu>
73130              Date: Mon, 10 Jul 2000 15:54:16 -0400
73131              Message-ID: <20000710155416.A1384@O2.chapin.edu>
73132      Branch: metaconfig/U/perl
73133            ! gccvers.U
73134      Branch: perl
73135            ! Configure config_h.SH myconfig.SH
73136 ____________________________________________________________________________
73137 [  6459] By: jhi                                   on 2000/07/28  22:00:32
73138         Log: In DEC OSF aka Digital UNIX aka Tru64 add the version
73139              letter to $Config{osvers}.
73140      Branch: metaconfig
73141            ! U/modified/Oldconfig.U
73142      Branch: perl
73143            ! Configure config_h.SH
73144 ____________________________________________________________________________
73145 [  6458] By: jhi                                   on 2000/07/28  04:15:39
73146         Log: Back out #6454, doesn't seem to work.
73147              (Reason: that patch was for perl 5.6.0, not perl-current)
73148              (A version of the patch for perl-current came in later as #6466)
73149      Branch: perl
73150            ! regcomp.c t/op/do.t t/pragma/warn/2use t/pragma/warn/4lint
73151            ! t/pragma/warn/5nolint t/pragma/warn/7fatal
73152            ! t/pragma/warn/8signal t/pragma/warn/toke toke.c
73153 ____________________________________________________________________________
73154 [  6457] By: jhi                                   on 2000/07/27  23:31:49
73155         Log: Use setproctitle() if available to modify $0.
73156              
73157              Subject: setting $* on BSD4 broken
73158              From: Jeffrey Friedl <jfriedl@yahoo-inc.com>
73159              Date: Sun, 23 Jul 2000 01:31:34 -0700 (PDT)
73160              Message-Id: <200007230831.BAA08379@ventrue.yahoo.com>
73161      Branch: metaconfig
73162            ! U/modified/Myinit.U
73163      Branch: perl
73164            ! Configure config_h.SH mg.c
73165 ____________________________________________________________________________
73166 [  6456] By: jhi                                   on 2000/07/27  14:50:47
73167         Log: Allow "no AutoLoader;", based on change #6444,
73168              suggested by Graham Barr.
73169      Branch: perl
73170            ! lib/AutoLoader.pm
73171 ____________________________________________________________________________
73172 [  6455] By: jhi                                   on 2000/07/27  14:19:10
73173         Log: Subject: [ID 19990709.002] [DOCUMENTATION PATCH] perldiag
73174              From: rspier@pobox.com (Robert Spier)
73175              Date: Thu, 27 Jul 2000 09:49:35 -0400 (EDT)
73176              Message-ID: <14720.15855.787664.424783@rls.cx>
73177      Branch: perl
73178            ! pod/perldiag.pod
73179 ____________________________________________________________________________
73180 [  6454] By: jhi                                   on 2000/07/27  14:03:02
73181         Log: Remove EQ, NE, GT, LT, GE, LE (they have been deprecated
73182              for a long time).
73183              
73184              Reported in
73185              
73186              Subject: [ID 20000717.004] Unexpected complaint of NE deprecation
73187              From: Ryan Herbert <rherbert@sycamorehq.com>
73188              Date: Mon, 17 Jul 2000 11:40:42 -0400
73189              Message-Id: <200007171540.LAA20480@beorn.hq.sai>
73190              
73191              Patched in
73192              
73193              Subject: RE: [ID 20000717.004] Unexpected complaint of NE deprecation
73194              From: "Paul Marquess" <Paul.Marquess@btinternet.com>
73195              Date: Wed, 26 Jul 2000 23:40:18 +0100
73196              Message-ID: <000001bff752$79511880$0a17073e@tiny>
73197              
73198              based on an earlier patch from Stephen P. Potter.
73199              
73200              (Removed later by change #6458 because this patch was for
73201              perl 5.6.0, not perl-current)
73202      Branch: perl
73203            ! t/op/do.t t/pragma/warn/2use t/pragma/warn/4lint
73204            ! t/pragma/warn/5nolint t/pragma/warn/7fatal
73205            ! t/pragma/warn/8signal t/pragma/warn/toke toke.c
73206 ____________________________________________________________________________
73207 [  6453] By: jhi                                   on 2000/07/27  13:48:02
73208         Log: Subject: [PATCH] fixes bug 20000508.004
73209              From: Michael Stevens <mstevens@globnix.org>
73210              Date: Thu, 27 Jul 2000 13:49:04 +0100
73211              Message-ID: <20000727134903.A9351@athenaeum.globnix.org>
73212      Branch: perl
73213            ! pod/perldata.pod
73214 ____________________________________________________________________________
73215 [  6452] By: jhi                                   on 2000/07/26  23:51:26
73216         Log: Further File::Temp patches from Yitzchak Scott-Thoennes
73217              and Craig A. Berry.
73218      Branch: perl
73219            ! lib/File/Temp.pm pod/perlport.pod
73220 ____________________________________________________________________________
73221 [  6451] By: jhi                                   on 2000/07/26  19:43:30
73222         Log: Be wary of close()s, too.
73223              
73224              Subject: Re: [PATCH] perlbug cleanup
73225              From: Tim Jenness <t.jenness@jach.hawaii.edu>
73226              Date: Wed, 26 Jul 2000 09:32:43 -1000 (HST)
73227              Message-ID: <Pine.LNX.4.10.10007260931540.27658-100000@lapaki.jach.hawaii.edu>
73228      Branch: perl
73229            ! utils/perlbug.PL
73230 ____________________________________________________________________________
73231 [  6450] By: jhi                                   on 2000/07/26  18:41:40
73232         Log: Subject: Minor doc patch: handy.h
73233              From: Daniel =?iso-8859-1?Q?Mui=F1o?= <dmuino@afip.gov.ar>
73234              Date: Wed, 26 Jul 2000 15:34:25 -0300
73235              Message-ID: <397F2F31.F3F9F4F3@afip.gov.ar>
73236      Branch: perl
73237            ! handy.h pod/perlapi.pod
73238 ____________________________________________________________________________
73239 [  6449] By: jhi                                   on 2000/07/26  18:23:55
73240         Log: Subject: [PATCH] minor doc change - perlguts
73241              From: Michael Stevens <mstevens@globnix.org>
73242              Date: Thu, 13 Jul 2000 12:39:18 +0100
73243              Message-ID: <20000713123918.A26561@athenaeum.globnix.org>
73244      Branch: perl
73245            ! pod/perlguts.pod
73246 ____________________________________________________________________________
73247 [  6448] By: jhi                                   on 2000/07/26  18:20:30
73248         Log: open() wariness in perlbug.
73249              
73250              Subject: [PATCH] perlbug cleanup
73251              From: Michael Stevens <mstevens@globnix.org>
73252              Message-ID: <20000713155222.A11380@athenaeum.globnix.org>
73253              Date: Thu, 13 Jul 2000 15:52:23 +0100
73254      Branch: perl
73255            ! utils/perlbug.PL
73256 ____________________________________________________________________________
73257 [  6447] By: jhi                                   on 2000/07/26  18:13:04
73258         Log: File::Temp patches for VMS and OS/2 from Tim Jenness.
73259      Branch: perl
73260            ! lib/File/Temp.pm t/lib/ftmp-security.t
73261 ____________________________________________________________________________
73262 [  6446] By: jhi                                   on 2000/07/26  18:06:32
73263         Log: docfix from Peter Scott <Peter@PSDT.com>.
73264      Branch: perl
73265            ! pod/perlfunc.pod
73266 ____________________________________________________________________________
73267 [  6445] By: jhi                                   on 2000/07/26  17:53:31
73268         Log: Fix *foo{FORMAT}.
73269              
73270              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
73271              Subject: Re: Looking for a starting point (Mark-Jason?, Chip?, Jarkko?)
73272              Date: Wed, 26 Jul 2000 19:51:02 +0200
73273              Message-Id: <20000726194952.41DD.H.M.BRAND@hccnet.nl>
73274              
73275              From: Graham Barr <gbarr@pobox.com>
73276              Subject: Re: Looking for a starting point (Mark-Jason?, Chip?, Jarkko?)
73277              Date: Wed, 26 Jul 2000 17:38:36 +0100
73278              Message-ID: <20000726173836.L472@pobox.com>
73279      Branch: perl
73280            ! pp.c sv.c t/op/gv.t
73281 ____________________________________________________________________________
73282 [  6444] By: jhi                                   on 2000/07/26  17:49:14
73283         Log: Allow "sub AUTOLOAD;" to stop AUTOLOAD inheritance,
73284              from Graham Barr in the module list.
73285      Branch: perl
73286            ! gv.c pod/perlobj.pod
73287 ____________________________________________________________________________
73288 [  6443] By: jhi                                   on 2000/07/26  16:06:56
73289         Log: More split() doc and test patches from Mike Guy.
73290      Branch: perl
73291            ! pod/perlfunc.pod t/op/split.t
73292 ____________________________________________________________________________
73293 [  6442] By: jhi                                   on 2000/07/26  16:05:30
73294         Log: MacOS nits from Matthias Neeracher.
73295      Branch: perl
73296            ! perl.c pp_ctl.c
73297 ____________________________________________________________________________
73298 [  6441] By: jhi                                   on 2000/07/26  04:39:57
73299         Log: Subject: [PATCH] split /^/
73300              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
73301              Date: Tue, 25 Jul 2000 14:18:57 +0100
73302              Message-Id: <E13H4bp-00062h-00@libra.cus.cam.ac.uk>
73303              
73304              (with notes from tchrist and gbarr)
73305      Branch: perl
73306            ! pod/perlfunc.pod t/op/split.t
73307 ____________________________________________________________________________
73308 [  6440] By: jhi                                   on 2000/07/26  04:32:32
73309         Log: Subject: [PATCH: perl@6409] bug fix for munchconfig (turned up by CXX)
73310              From: Peter Prymmer <pvhp@forte.com>
73311              Date: Tue, 25 Jul 2000 18:59:16 -0700 (PDT)
73312              Message-ID: <Pine.OSF.4.10.10007251805350.294719-100000@aspara.forte.com>
73313      Branch: perl
73314            ! vms/munchconfig.c
73315 ____________________________________________________________________________
73316 [  6439] By: jhi                                   on 2000/07/26  04:31:01
73317         Log: Make the unimplemented POSIX regex features [[.cc.]] and [[=c=]]
73318              to be fatal errors (instead of by default ignoring them, and
73319              ignoring with a bug: even though -w gave an error, the opening [
73320              was left in)  Reported in:
73321              
73322              Subject: [ID 20000716.024] [=cc=] / [:blank:]
73323              From: Jeffrey Friedl <jfriedl@fummy.dsl.yahoo.com>
73324              Date: Sun, 16 Jul 2000 17:55:29 -0700
73325              Message-Id: <200007170055.RAA23528@fummy.dsl.yahoo.com>
73326      Branch: perl
73327            ! pod/perldiag.pod regcomp.c t/pragma/warn/regcomp
73328 ____________________________________________________________________________
73329 [  6438] By: jhi                                   on 2000/07/25  15:41:15
73330         Log: Subject: [PATCH] av.c apidoc
73331              From: simon@brecon.co.uk (Simon Cozens)
73332              Date: 24 Jul 2000 06:40:52 GMT
73333              Message-ID: <slrn8nnp7k.cgv.simon@justanother.perlhacker.org>
73334      Branch: perl
73335            ! av.c embed.h embed.pl embedvar.h global.sym objXSUB.h
73336            ! perlapi.c perlapi.h pod/perlapi.pod proto.h
73337 ____________________________________________________________________________
73338 [  6437] By: jhi                                   on 2000/07/25  14:05:36
73339         Log: Subject: [ID 20000724.003] Documentation changes for perllocale.pod
73340              From: "Stephen P. Potter" <spp@ds.net>
73341              Date: Mon, 24 Jul 2000 14:22:23 -0400
73342              Message-Id: <200007241822.OAA06827@spp.users.ds.net>
73343      Branch: perl
73344            ! pod/perllocale.pod
73345 ____________________________________________________________________________
73346 [  6436] By: jhi                                   on 2000/07/25  14:02:03
73347         Log: Subject: [PATCH] Make large file tests deal with SIGXFSZ
73348              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
73349              Date: Mon, 24 Jul 2000 18:04:28 +0100
73350              Message-Id: <E13GleW-0000fr-00@libra.cus.cam.ac.uk>
73351      Branch: perl
73352            ! t/lib/syslfs.t t/op/lfs.t
73353 ____________________________________________________________________________
73354 [  6435] By: jhi                                   on 2000/07/25  13:59:28
73355         Log: Get UTF16 BOMs working.  Patch from
73356              
73357              Subject: Re: [ID 20000719.001] Problem with bleadperl of 7/18/00
73358              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
73359              Date: Tue, 25 Jul 2000 12:52:45 +0100
73360              Message-Id: <E13H3GP-0004MR-00@libra.cus.cam.ac.uk>
73361              
73362              and notes from
73363              
73364              Subject: Re: [ID 20000719.001] Problem with bleadperl of 7/18/00
73365              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
73366              Date: Tue, 25 Jul 2000 11:43:25 +0100
73367              Message-Id: <E13H2BJ-0002nG-00@libra.cus.cam.ac.uk>
73368      Branch: perl
73369            ! t/comp/require.t toke.c utf8.c
73370 ____________________________________________________________________________
73371 [  6434] By: jhi                                   on 2000/07/25  02:39:54
73372         Log: Make the "uninit variable" warning to say "concat or string"
73373              or "join or string" when in concat or join .
73374              
73375              Subject: Re: [ID 20000403.009] uninitialised concatenation???
73376              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
73377              Date: Tue, 04 Apr 2000 18:22:58 +0100
73378              Message-Id: <E12cX2Y-000364-00@taurus.cus.cam.ac.uk>
73379              
73380              Subject: [ID 20000330.052] Use of uninitialized value in concatenation (.)
73381              From: William R Ward <hermit@BayView.COM>
73382              Date: Thu, 30 Mar 2000 19:50:03 -0800
73383              Message-Id: <200003310350.TAA13319@komodo.bayview.com>
73384      Branch: perl
73385            ! opcode.h opcode.pl opnames.h pp.sym pp_proto.h
73386            ! t/pragma/warn/op t/pragma/warn/sv
73387 ____________________________________________________________________________
73388 [  6433] By: jhi                                   on 2000/07/24  17:52:56
73389         Log: File::Spec::VMS fixup for tmpdir from Craig Berry.
73390      Branch: perl
73391            ! lib/File/Spec/VMS.pm
73392 ____________________________________________________________________________
73393 [  6432] By: jhi                                   on 2000/07/24  17:44:44
73394         Log: Test cases for #6431.
73395              
73396              Subject: Re: [PATCH] [ID 20000716.011] strangeness with split($_ =~ m/.../)
73397              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
73398              Date: Mon, 24 Jul 2000 15:32:29 +0100
73399              Message-Id: <E13GjHR-00058t-00@libra.cus.cam.ac.uk>
73400      Branch: perl
73401            ! t/op/pat.t t/op/split.t
73402 ____________________________________________________________________________
73403 [  6431] By: jhi                                   on 2000/07/24  17:43:17
73404         Log: Bind op fix.
73405              
73406              Subject: Re: [PATCH] [ID 20000716.011] strangeness with split($_ =~ m/.../)
73407              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
73408              Date: Mon, 17 Jul 2000 20:04:56 +0100
73409              Message-Id: <E13EGCG-0006oO-00@libra.cus.cam.ac.uk>
73410      Branch: perl
73411            ! op.c
73412 ____________________________________________________________________________
73413 [  6430] By: jhi                                   on 2000/07/24  03:42:42
73414         Log: Subject: [ID 20000716.023] syslog test fails without sockets
73415              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
73416              Date: Sun, 16 Jul 2000 12:07:42 -0700 (PDT)
73417              Message-Id: <200007161907.e6GJ7g115736@garcia.efn.org>
73418      Branch: metaconfig/U/perl
73419            ! Extensions.U
73420      Branch: perl
73421            ! Configure config_h.SH
73422 ____________________________________________________________________________
73423 [  6429] By: jhi                                   on 2000/07/24  03:11:52
73424         Log: Add an optimization for map-maps-a-list-element-to-more-list-elements
73425              case, but add also notes explaining the relationship of this
73426              patch and the earlier notes by Sarathy.
73427              
73428              Subject: Map is still slow
73429              From: "Ben Tilly" <ben_tilly@hotmail.com>
73430              Date: Sat, 15 Jul 2000 17:23:27 EDT
73431              Message-ID: <20000715212327.21656.qmail@hotmail.com>
73432      Branch: perl
73433            ! pp_ctl.c
73434 ____________________________________________________________________________
73435 [  6428] By: jhi                                   on 2000/07/24  02:58:52
73436         Log: Documentation to explain the behaviour of map().
73437              
73438              Subject: Re: Map is still slow 
73439              From: Gurusamy Sarathy <gsar@ActiveState.com>
73440              Date: Sat, 15 Jul 2000 16:05:09 -0700
73441              Message-Id: <200007152305.QAA26887@molotok.activestate.com>
73442      Branch: perl
73443            ! pp_ctl.c
73444 ____________________________________________________________________________
73445 [  6427] By: jhi                                   on 2000/07/24  02:50:03
73446         Log: Add tests for
73447              [ID 19991110.003] another matching finding by pcre author
73448              which has already been fixed by some patch, as verified in
73449              
73450              Subject: Re: two regex bugs from the mists of time (well, last November)
73451              From: Hugo <hv@crypt.compulink.co.uk>
73452              Date: Sat, 22 Jul 2000 18:12:58 +0100
73453              Message-Id: <200007221712.SAA26770@crypt.compulink.co.uk>
73454      Branch: perl
73455            ! t/op/re_tests
73456 ____________________________________________________________________________
73457 [  6426] By: jhi                                   on 2000/07/24  02:11:20
73458         Log: A missing 'break' after the [[:space:]] switch case.
73459              
73460              Subject: [ID 20000718.006] Missing 'break' in regcomp.c
73461              From: "Stephen P. Potter" <spp@ds.net>
73462              Date: Tue, 18 Jul 2000 16:25:17 -0400
73463              Message-Id: <200007182025.QAA28383@spp.users.ds.net>
73464      Branch: perl
73465            ! regcomp.c
73466 ____________________________________________________________________________
73467 [  6425] By: jhi                                   on 2000/07/24  02:06:12
73468         Log: The output might have been produced in the wrong order.
73469              
73470              Subject: [ID 20000720.003] [PATCH] t/op/write.t
73471              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
73472              Date: Thu, 20 Jul 2000 18:49:18 +0100
73473              Message-Id: <E13FKRi-0004rF-00@libra.cus.cam.ac.uk>
73474      Branch: perl
73475            ! t/op/write.t
73476 ____________________________________________________________________________
73477 [  6424] By: jhi                                   on 2000/07/24  02:00:07
73478         Log: Use STDOUT consistently.
73479              
73480              Subject: [ID 20000720.002] [PATCH] Consistency of Test::Harness output
73481              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
73482              Date: Thu, 20 Jul 2000 18:04:01 +0100
73483              Message-Id: <E13FJjt-0004Jh-00@libra.cus.cam.ac.uk>
73484      Branch: perl
73485            ! lib/Test/Harness.pm
73486 ____________________________________________________________________________
73487 [  6423] By: jhi                                   on 2000/07/24  01:54:54
73488         Log: Protect against "wild next"s, that is, callbacks doing "next"
73489              instead of "return".
73490              
73491              Subject: [PATCH] Re: [ID 20000717.003] Core dump in 5.6.0
73492              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
73493              Date: Tue, 18 Jul 2000 11:30:16 +0100
73494              Message-Id: <E13EUdk-0006ha-00@libra.cus.cam.ac.uk>
73495      Branch: perl
73496            ! lib/File/Find.pm
73497 ____________________________________________________________________________
73498 [  6422] By: jhi                                   on 2000/07/24  01:35:47
73499         Log: Out-of-date note removed.
73500              
73501              Subject: [PATCH] documentation perlipc
73502              From: rspier@pobox.com (Robert Spier)
73503              Date: Thu, 20 Jul 2000 19:21:14 -0400 (EDT)
73504              Message-ID: <14711.35178.572612.502654@rls.cx>
73505      Branch: perl
73506            ! pod/perlipc.pod
73507 ____________________________________________________________________________
73508 [  6421] By: jhi                                   on 2000/07/24  00:09:18
73509         Log: Send all installperl messages to STDERR and be -w clean.
73510              
73511              Subject: [PATCH] Re: [ID 20000721.003] installperl stderr/stdout problem
73512              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
73513              Date: Sat, 22 Jul 2000 14:02:11 +0100
73514              Message-Id: <E13Fyux-0003Q2-00@libra.cus.cam.ac.uk>
73515      Branch: perl
73516            ! installperl
73517 ____________________________________________________________________________
73518 [  6420] By: jhi                                   on 2000/07/24  00:04:19
73519         Log: Decutandpasto.
73520              
73521              Subject: [PATCH perl-current] 19990607.008 - perlipc.pod
73522              From: "Richard Soderberg" <rs@crystalflame.net>
73523              Date: Sun, 23 Jul 2000 01:37:23 -0700
73524              Message-ID: <NAEKLNAAHLMBPMPNBMLECEIKCBAA.rs@crystalflame.net>
73525      Branch: perl
73526            ! pod/perlipc.pod
73527 ____________________________________________________________________________
73528 [  6419] By: jhi                                   on 2000/07/24  00:01:12
73529         Log: A cleaner abs_path().
73530              Subject: Re: unix alternative to Cwd.pm
73531              From: Jeff Pinyan <jeffp@crusoe.net>
73532              Date: Sun, 23 Jul 2000 17:43:02 -0400 (EDT)
73533              Message-ID: <Pine.GSO.4.21.0007231739120.4304-100000@crusoe.crusoe.net>
73534      Branch: perl
73535            ! lib/Cwd.pm
73536 ____________________________________________________________________________
73537 [  6418] By: jhi                                   on 2000/07/23  23:48:56
73538         Log: Detypo.
73539              
73540              Subject: [PATCH perl-current] Typo in hints/powerux.sh
73541              From: "Richard Soderberg" <rs@crystalflame.net>
73542              Date: Sun, 23 Jul 2000 01:27:33 -0700
73543              Message-ID: <NAEKLNAAHLMBPMPNBMLEOEIJCBAA.rs@crystalflame.net>
73544      Branch: perl
73545            ! hints/powerux.sh
73546 ____________________________________________________________________________
73547 [  6417] By: jhi                                   on 2000/07/17  22:13:31
73548         Log: Subject: SDBM_File documentation
73549              From: mjd@plover.com
73550              Date: 16 Jul 2000 17:41:17 -0000
73551              Message-ID: <20000716174117.18515.qmail@plover.com>
73552      Branch: perl
73553            ! ext/SDBM_File/SDBM_File.pm
73554 ____________________________________________________________________________
73555 [  6416] By: jhi                                   on 2000/07/17  19:13:26
73556         Log: MPE/ix updates for perl 5.6.0 from Mark Bixby.
73557      Branch: perl
73558            ! hints/mpeix.sh mpeix/relink
73559 ____________________________________________________________________________
73560 [  6415] By: jhi                                   on 2000/07/15  14:11:02
73561         Log: Fix the bitvector ops for utf8 (tricky since past 7 bits
73562              the utf8 'characters' can be more than one octet).
73563              
73564              Date: Sat, 15 Jul 2000 00:21:56 +0100
73565              From: Tom Hughes <tom@compton.nu>
73566              Subject: Re: [ID 20000714.002]
73567              Message-ID: <db2334de49.tom@compton.compton.nu>
73568              
73569              Reported in
73570              
73571              Subject: [ID 20000714.002]
73572              From: "Simon Cozens" <simon@othersideofthe.earth.li>
73573              Date: 14 Jul 2000 15:13:09 -0000
73574              Message-Id: <20000714151309.7170.qmail@othersideofthe.earth.li>
73575      Branch: perl
73576            ! doop.c
73577 ____________________________________________________________________________
73578 [  6414] By: jhi                                   on 2000/07/15  03:13:41
73579         Log: another VMS build tweak from Peter Prymmer
73580      Branch: perl
73581            ! vms/descrip_mms.template
73582 ____________________________________________________________________________
73583 [  6413] By: jhi                                   on 2000/07/15  03:10:40
73584         Log: perlvms.pod whitespace cleanup to keep pod utils happy.
73585      Branch: perl
73586            ! vms/perlvms.pod
73587 ____________________________________________________________________________
73588 [  6412] By: jhi                                   on 2000/07/15  00:31:05
73589         Log: More docs for sv functions.
73590              
73591              Subject: [PATCH cfgperl] sv.c apidoc
73592              From: simon@brecon.co.uk (Simon Cozens)
73593              Date: 13 Jul 2000 09:00:20 GMT
73594              Message-ID: <slrn8mr194.2em.simon@justanother.perlhacker.org>
73595              
73596              Subject: Re: [PATCH cfgperl] sv.c apidoc
73597              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
73598              Date: Thu, 13 Jul 2000 12:27:41 +0100
73599              Message-Id: <E13Ch9Z-0006QL-00@libra.cus.cam.ac.uk>
73600              
73601              Subject: Re: [PATCH cfgperl] sv.c apidoc
73602              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
73603              Date: Thu, 13 Jul 2000 13:23:09 +0100
73604              Message-Id: <E13Ci1F-0007WR-00@libra.cus.cam.ac.uk>
73605              
73606              Subject: Re: [PATCH cfgperl] sv.c apidoc
73607              From: simon@brecon.co.uk (Simon Cozens)
73608              Date: 14 Jul 2000 06:51:02 GMT
73609              Message-ID: <slrn8mte2m.1qo.simon@justanother.perlhacker.org>
73610      Branch: perl
73611            ! embed.pl pod/perlapi.pod sv.c
73612 ____________________________________________________________________________
73613 [  6411] By: jhi                                   on 2000/07/15  00:10:41
73614         Log: lib/b test fixes from Peter Prymmer.
73615      Branch: perl
73616            ! t/lib/b.t
73617 ____________________________________________________________________________
73618 [  6410] By: jhi                                   on 2000/07/15  00:02:09
73619         Log: Subject: [docpatch] Re: [ID 19991002.011] perldoc -f shift
73620              From: Hugo <hv@crypt.compulink.co.uk>
73621              Date: Fri, 14 Jul 2000 23:05:20 +0100
73622              Message-Id: <200007142205.XAA17882@crypt.compulink.co.uk>
73623              
73624              Didn't anymore apply, but that point still could use another fix.
73625      Branch: perl
73626            ! pod/perlfunc.pod
73627 ____________________________________________________________________________
73628 [  6409] By: jhi                                   on 2000/07/14  23:15:15
73629         Log: thinko fix in vms/descrip_mms.template, the win32.pod in lib,
73630              not in pod, from Peter Prymmer
73631      Branch: perl
73632            ! vms/descrip_mms.template
73633 ____________________________________________________________________________
73634 [  6408] By: jhi                                   on 2000/07/14  20:35:05
73635         Log: The bug report
73636              [ID 19991110.002] minimal matching discrepancy found by pcre author
73637              seems to have been fixed (though differently from what was suggested
73638              in the report) in 5.6.0.  Add tests to keep the bug from reappearing.
73639      Branch: perl
73640            ! t/op/re_tests
73641 ____________________________________________________________________________
73642 [  6407] By: jhi                                   on 2000/07/14  17:38:08
73643         Log: Fix AutoSplit to use File::Spec the right way in VMS,
73644              from Peter Prymmer.
73645      Branch: perl
73646            ! lib/AutoSplit.pm
73647 ____________________________________________________________________________
73648 [  6406] By: jhi                                   on 2000/07/14  14:13:22
73649         Log: Merge perlhacktut into perlhack, update perlguts.
73650              
73651              Subject: Re: Perlhacktut
73652              From: simon@brecon.co.uk (Simon Cozens)
73653              Date: 14 Jul 2000 06:49:21 GMT
73654              Message-ID: <slrn8mtdvh.1qo.simon@justanother.perlhacker.org>
73655              
73656              Subject: Re: Perlhacktut
73657              From: simon@brecon.co.uk (Simon Cozens)
73658              Date: 14 Jul 2000 07:09:45 GMT
73659              Message-ID: <slrn8mtf5p.1qo.simon@justanother.perlhacker.org>
73660      Branch: perl
73661            ! pod/perlguts.pod pod/perlhack.pod
73662 ____________________________________________________________________________
73663 [  6405] By: jhi                                   on 2000/07/14  14:02:31
73664         Log: Integrate with Sarathy.
73665      Branch: cfgperl
73666           !> doop.c embed.h embed.pl embedvar.h ext/IPC/SysV/Makefile.PL
73667           !> intrpvar.h lib/ExtUtils/MM_Unix.pm mg.c op.c perlapi.h
73668           !> pod/perlapi.pod pp.c proto.h sv.h thread.h toke.c util.c
73669 ____________________________________________________________________________
73670 [  6404] By: gsar                                  on 2000/07/14  12:15:02
73671         Log: PERL_OBJECT build tweaks
73672      Branch: perl
73673            ! toke.c
73674 ____________________________________________________________________________
73675 [  6403] By: gsar                                  on 2000/07/14  11:23:41
73676         Log: inconsistent types needs casts
73677      Branch: perl
73678            ! toke.c
73679 ____________________________________________________________________________
73680 [  6402] By: gsar                                  on 2000/07/14  11:12:04
73681         Log: typos in change#6399, regen headers
73682      Branch: perl
73683            ! doop.c embed.h embedvar.h perlapi.h pod/perlapi.pod proto.h
73684 ____________________________________________________________________________
73685 [  6401] By: gsar                                  on 2000/07/14  10:59:12
73686         Log: typecasts needed for change#6394
73687      Branch: perl
73688            ! toke.c
73689 ____________________________________________________________________________
73690 [  6400] By: gsar                                  on 2000/07/14  10:49:37
73691         Log: integrate cfgperl contents into mainline
73692      Branch: perl
73693           !> Configure MANIFEST config_h.SH embed.pl global.sym proto.h
73694           !> regcomp.c regexec.c t/op/re_tests toke.c vms/subconfigure.com
73695 ____________________________________________________________________________
73696 [  6399] By: gsar                                  on 2000/07/14  10:38:35
73697         Log: enable UTF-16 filter by default if relevant BOM is seen; various
73698              cleanups (typos, misformatted code, and small bugs)
73699      Branch: perl
73700            ! doop.c embed.pl mg.c op.c pp.c toke.c
73701 ____________________________________________________________________________
73702 [  6398] By: gsar                                  on 2000/07/14  08:55:38
73703         Log: rename totally bletcherous SvLOCK() thingy (doesn't do what the
73704              name suggests anyway)
73705      Branch: perl
73706            ! ext/IPC/SysV/Makefile.PL sv.h thread.h util.c
73707 ____________________________________________________________________________
73708 [  6397] By: gsar                                  on 2000/07/14  08:44:33
73709         Log: move new variables to the end of the interpreter structure (for
73710              bincompat in code that doesn't #include XSUB.h)
73711      Branch: perl
73712            ! intrpvar.h
73713 ____________________________________________________________________________
73714 [  6396] By: gsar                                  on 2000/07/14  08:13:58
73715         Log: MakeMaker should not remove editor backups (*~) on `make clean`
73716              by default (completes change#6383)
73717      Branch: perl
73718            ! lib/ExtUtils/MM_Unix.pm
73719 ____________________________________________________________________________
73720 [  6395] By: jhi                                   on 2000/07/14  05:20:33
73721         Log: Replace change #6337 with a better one.
73722              
73723              Subject: Re: [PATCH] [ID 20000701.002] Regular Expressions Not Unsetting $1 Vars When Backtracking 
73724              From: Hugo <hv@crypt.compulink.co.uk>
73725              Date: Fri, 14 Jul 2000 04:16:20 +0100
73726              Message-Id: <200007140316.EAA15857@crypt.compulink.co.uk>
73727      Branch: cfgperl
73728            ! regexec.c t/op/re_tests
73729 ____________________________________________________________________________
73730 [  6394] By: jhi                                   on 2000/07/14  01:33:59
73731         Log: Fix the BOM bug: not a byteorder bug, a signedness bug.
73732      Branch: cfgperl
73733            ! embed.pl global.sym proto.h toke.c
73734 ____________________________________________________________________________
73735 [  6393] By: jhi                                   on 2000/07/13  23:41:23
73736         Log: remove discarded test
73737      Branch: cfgperl
73738            ! MANIFEST
73739 ____________________________________________________________________________
73740 [  6392] By: jhi                                   on 2000/07/13  23:32:25
73741         Log: The {multiplier} of a fixed substring was overlooked which
73742              caused a wrong initial search offset for that substring.
73743              
73744              Subject: [PATCH 5.6.0] Re: [ID 20000613.001] Regex works in v5.005_03 but fails in v5.06
73745              From: Hugo <hv@crypt.compulink.co.uk>
73746              Message-Id: <200007131827.TAA14487@crypt.compulink.co.uk>
73747              Date: Thu, 13 Jul 2000 19:27:13 +0100
73748      Branch: cfgperl
73749            ! regcomp.c t/op/re_tests
73750 ____________________________________________________________________________
73751 [  6391] By: jhi                                   on 2000/07/13  16:37:42
73752         Log: typo fix from Craig Berry
73753      Branch: cfgperl
73754            ! vms/subconfigure.com
73755 ____________________________________________________________________________
73756 [  6390] By: jhi                                   on 2000/07/13  13:20:12
73757         Log: Integrate with Sarathy.
73758      Branch: cfgperl
73759            - t/op/method2entersub.t
73760           !> Changes Configure Makefile.SH ext/IPC/SysV/Makefile.PL
73761           !> pod/perldelta.pod sv.c t/lib/english.t t/lib/selfloader.t
73762           !> t/op/sprintf.t toke.c win32/Makefile win32/config_h.PL
73763           !> win32/makefile.mk win32/win32sck.c x2p/Makefile.SH
73764 ____________________________________________________________________________
73765 [  6389] By: jhi                                   on 2000/07/13  13:18:48
73766         Log: Detypo from Peter Prymmer, part of #6388.
73767      Branch: cfgperl
73768            ! Configure config_h.SH
73769      Branch: metaconfig
73770            ! U/modified/d_longlong.U
73771 ____________________________________________________________________________
73772 [  6388] By: gsar                                  on 2000/07/13  06:33:40
73773         Log: typos (spotted by Peter Prymmer)
73774      Branch: perl
73775            ! Configure t/lib/english.t
73776 ____________________________________________________________________________
73777 [  6387] By: gsar                                  on 2000/07/13  05:35:28
73778         Log: new selfloader.t in change#6183 doesn't close DATA handles,
73779              and thus fails to clean up tmp files on dosish platforms
73780      Branch: perl
73781            ! t/lib/selfloader.t
73782 ____________________________________________________________________________
73783 [  6386] By: gsar                                  on 2000/07/12  21:42:39
73784         Log: sprintf test tweaks (from Dominic Dunlop)
73785      Branch: perl
73786            ! t/op/sprintf.t
73787 ____________________________________________________________________________
73788 [  6385] By: gsar                                  on 2000/07/12  21:33:46
73789         Log: fix bugs in processing %v-*d and similar format specs (from
73790              Avi Finkel <avi@finkel.org>)
73791      Branch: perl
73792            ! sv.c t/op/sprintf.t
73793 ____________________________________________________________________________
73794 [  6384] By: gsar                                  on 2000/07/12  16:04:19
73795         Log: readd missing perldelta.pod changes from changes#6339,6376
73796      Branch: perl
73797            ! pod/perldelta.pod
73798 ____________________________________________________________________________
73799 [  6383] By: gsar                                  on 2000/07/12  16:00:51
73800         Log: don't clobber *.orig files on *clean targets
73801      Branch: perl
73802            ! Makefile.SH ext/IPC/SysV/Makefile.PL x2p/Makefile.SH
73803 ____________________________________________________________________________
73804 [  6382] By: gsar                                  on 2000/07/12  07:59:12
73805         Log: fix broken integrations in cfgperl
73806      Branch: cfgperl
73807           !> Changes pod/perldelta.pod
73808 ____________________________________________________________________________
73809 [  6381] By: gsar                                  on 2000/07/12  07:42:17
73810         Log: integrate cfgperl changes into mainline
73811      Branch: perl
73812            ! Changes
73813           !> Configure config_h.SH pod/perlbook.pod pod/perldelta.pod
73814           !> pod/perlre.pod
73815 ____________________________________________________________________________
73816 [  6380] By: gsar                                  on 2000/07/12  07:31:00
73817         Log: get sprintf.t to adjust properly for 3-digit exponents
73818      Branch: perl
73819            ! t/op/sprintf.t
73820 ____________________________________________________________________________
73821 [  6379] By: gsar                                  on 2000/07/12  06:40:04
73822         Log: change#6174 needs corresponding change in win32/config_h.PL,
73823              which grovels through config_h.SH to find the config.h name
73824      Branch: perl
73825            ! win32/config_h.PL
73826 ____________________________________________________________________________
73827 [  6378] By: jhi                                   on 2000/07/12  05:03:59
73828         Log: Do the cc sanity check both before the hints and
73829              after the cc selction.
73830      Branch: cfgperl
73831            ! Configure config_h.SH
73832      Branch: metaconfig
73833            ! U/modified/Oldconfig.U U/modified/cc.U
73834      Branch: metaconfig/U/perl
73835            + Checkcc.U
73836 ____________________________________________________________________________
73837 [  6377] By: jhi                                   on 2000/07/12  02:49:22
73838         Log: Fix nits noticed by Boston.pm.
73839      Branch: cfgperl
73840            ! pod/perlre.pod
73841 ____________________________________________________________________________
73842 [  6376] By: jhi                                   on 2000/07/11  21:22:13
73843         Log: Configure cosmetics and perldelta.
73844      Branch: cfgperl
73845            ! Configure config_h.SH pod/perldelta.pod
73846      Branch: metaconfig
73847            ! U/modified/cc.U
73848 ____________________________________________________________________________
73849 [  6375] By: gsar                                  on 2000/07/11  21:17:35
73850         Log: windows build tweaks (op/sprintf.t still fails tests 120-121, 149)
73851      Branch: perl
73852            ! t/op/sprintf.t win32/Makefile win32/makefile.mk
73853            ! win32/win32sck.c
73854 ____________________________________________________________________________
73855 [  6374] By: gsar                                  on 2000/07/11  20:48:50
73856         Log: tweak for build failure under multiplicity
73857      Branch: perl
73858            ! toke.c
73859 ____________________________________________________________________________
73860 [  6373] By: gsar                                  on 2000/07/11  20:37:23
73861         Log: integrate cfgperl changes#6325..6373 into mainline
73862              (NOTE: today's batch of integrations still untested)
73863      Branch: perl
73864           +> ext/DynaLoader/hints/netbsd.pl
73865            ! Changes
73866           !> (integrate 26 files)
73867 ____________________________________________________________________________
73868 [  6372] By: jhi                                   on 2000/07/11  20:30:36
73869         Log: Reintroduce perlbook (updated for Mk III), introduce perlposix-bc,
73870              regen perltoc.
73871      Branch: cfgperl
73872            + pod/perlbook.pod
73873            ! MANIFEST pod/Makefile.SH pod/buildtoc.PL pod/perl.pod
73874            ! pod/perltoc.pod
73875 ____________________________________________________________________________
73876 [  6371] By: jhi                                   on 2000/07/11  20:08:56
73877         Log: Minor cleanups on the booklist.
73878      Branch: cfgperl
73879            ! pod/perlfaq2.pod
73880 ____________________________________________________________________________
73881 [  6370] By: jhi                                   on 2000/07/11  19:31:13
73882         Log: mjd's tr patches "broke" tr/z-Z/z-Z/
73883      Branch: cfgperl
73884            ! t/pragma/overload.t
73885 ____________________________________________________________________________
73886 [  6369] By: gsar                                  on 2000/07/11  19:27:48
73887         Log: integrate cfgperl changes#6293..6324 into mainline
73888      Branch: perl
73889           +> lib/Win32.pod lib/lib_pm.PL pod/Makefile.SH pod/buildtoc.PL
73890            - lib/lib.pm.PL pod/Makefile pod/Win32.pod pod/buildtoc
73891           !> (integrate 30 files)
73892 ____________________________________________________________________________
73893 [  6368] By: gsar                                  on 2000/07/11  19:18:57
73894         Log: skip integrate of problematic change#6292 from cfgperl into mainline
73895      Branch: perl
73896           !> pp_hot.c
73897 ____________________________________________________________________________
73898 [  6367] By: gsar                                  on 2000/07/11  19:17:21
73899         Log: integrate cfgperl changes#6288..6290 into mainline
73900      Branch: perl
73901           !> lib/File/Spec/Functions.pm lib/File/Spec/OS2.pm
73902 ____________________________________________________________________________
73903 [  6366] By: gsar                                  on 2000/07/11  19:11:18
73904         Log: integrate cfgperl changes#6268..6282 into mainline
73905      Branch: perl
73906           !> (integrate 30 files)
73907 ____________________________________________________________________________
73908 [  6365] By: gsar                                  on 2000/07/11  18:57:00
73909         Log: delete new accidentally branched file
73910      Branch: perl
73911            - t/op/method2entersub.t
73912 ____________________________________________________________________________
73913 [  6364] By: gsar                                  on 2000/07/11  18:55:13
73914         Log: skip integrate of change#6267 from cfgperl into mainline (the
73915              method call optimization is flawed without additional hints
73916              from user about immutableness of @ISA and no runtime method
73917              definitions)
73918      Branch: perl
73919           +> t/op/method2entersub.t
73920           !> MANIFEST embed.pl lib/ExtUtils/Install.pm lib/base.pm op.c
73921           !> perl.h t/op/sprintf.t xsutils.c
73922 ____________________________________________________________________________
73923 [  6363] By: gsar                                  on 2000/07/11  18:49:43
73924         Log: integrate cfgperl changes#6261..6266 into mainline
73925      Branch: perl
73926           !> README.epoc cygwin/Makefile.SHs doop.c epoc/config.sh
73927           !> epoc/createpkg.pl epoc/epocish.c epoc/epocish.h
73928           !> ext/POSIX/POSIX.pm ext/POSIX/POSIX.pod ext/POSIX/POSIX.xs
73929           !> hints/bsdos.sh pod/perldiag.pod t/comp/require.t toke.c
73930 ____________________________________________________________________________
73931 [  6362] By: gsar                                  on 2000/07/11  18:43:26
73932         Log: integrate cfgperl changes#6252..6260 into mainline
73933      Branch: perl
73934           !> MANIFEST doop.c embed.h embed.pl embedvar.h lib/Exporter.pm
73935           !> lib/IPC/Open3.pm objXSUB.h op.c pod/perlfunc.pod pp.c
73936           !> pp_proto.h proto.h sv.c t/op/my_stash.t t/op/pack.t t/op/tr.t
73937           !> t/pragma/constant.t t/pragma/warn/op t/pragma/warn/regcomp
73938 ____________________________________________________________________________
73939 [  6361] By: gsar                                  on 2000/07/11  18:37:12
73940         Log: skip integrate of problematic change#6251 from cfgperl into mainline
73941      Branch: perl
73942           !> lib/Exporter.pm
73943 ____________________________________________________________________________
73944 [  6360] By: gsar                                  on 2000/07/11  18:34:56
73945         Log: integrate cfgperl change#6250 into mainline
73946      Branch: perl
73947           +> t/op/my_stash.t
73948           !> MANIFEST embed.pl proto.h toke.c
73949 ____________________________________________________________________________
73950 [  6359] By: gsar                                  on 2000/07/11  18:21:19
73951         Log: integrate cfgperl changes#6242..6249 into mainline
73952      Branch: perl
73953           !> embed.h embed.pl embedvar.h ext/DynaLoader/DynaLoader_pm.PL
73954           !> gv.c lib/File/Spec.pm lib/IPC/Open3.pm objXSUB.h perlapi.c
73955           !> perlapi.h pod/perlapi.pod pod/perlfunc.pod pod/perlintern.pod
73956           !> pp_proto.h proto.h sv.c t/lib/filefunc.t t/lib/filespec.t
73957           !> t/lib/peek.t utf8.c
73958 ____________________________________________________________________________
73959 [  6358] By: gsar                                  on 2000/07/11  18:15:45
73960         Log: skip integrate of problematic change#6241 from cfgperl into mainline
73961      Branch: perl
73962           !> regcomp.c t/pragma/warn/regcomp t/pragma/warn/toke toke.c
73963 ____________________________________________________________________________
73964 [  6357] By: jhi                                   on 2000/07/11  18:15:16
73965         Log: Fix for
73966              Subject: [ID 20000711.005] spurious uninit warning with msgrcv()
73967              From: Roderick Schertler <roderick@argon.org> 
73968              Date: Tue, 11 Jul 2000 13:55:05 -0400 
73969              Message-Id: <200007111755.NAA05077@jones.argon.org> 
73970      Branch: cfgperl
73971            ! doio.c
73972 ____________________________________________________________________________
73973 [  6356] By: jhi                                   on 2000/07/11  18:12:51
73974         Log: Typo in #6341.
73975      Branch: cfgperl
73976            ! pp_hot.c
73977 ____________________________________________________________________________
73978 [  6355] By: gsar                                  on 2000/07/11  18:12:10
73979         Log: integrate cfgperl changes#6231..6240 into mainline
73980      Branch: perl
73981           +> pod/perlutil.pod
73982           !> (integrate 35 files)
73983 ____________________________________________________________________________
73984 [  6354] By: jhi                                   on 2000/07/11  18:04:34
73985         Log: Subject: [PATCH perl-current] Make op/sprintf.t more comprehensive, take 2
73986              From: Dominic Dunlop <domo@computer.org> 
73987              Date: Tue, 11 Jul 2000 12:27:33 +0200 
73988              Message-Id: <p04320405b590a14d4650@[192.168.1.4]> 
73989              
73990              Replaces change #6268.
73991      Branch: cfgperl
73992            ! t/op/sprintf.t
73993 ____________________________________________________________________________
73994 [  6353] By: gsar                                  on 2000/07/11  17:59:51
73995         Log: skip integrate of problematic change#6230 from cfgperl into mainline
73996              (a later version of File::Spec is already in mainline)
73997      Branch: perl
73998           !> lib/File/Spec.pm lib/File/Spec/Functions.pm
73999           !> lib/File/Spec/OS2.pm t/lib/filefunc.t t/lib/filespec.t
74000 ____________________________________________________________________________
74001 [  6352] By: gsar                                  on 2000/07/11  17:57:48
74002         Log: integrate cfgperl changes#6224..6229 into mainline
74003      Branch: perl
74004           +> lib/lib.pm.PL
74005            - lib/lib.pm
74006           !> MANIFEST Makefile.SH README.hpux embed.pl ext/Socket/Socket.pm
74007           !> lib/English.pm op.c t/lib/english.t
74008 ____________________________________________________________________________
74009 [  6351] By: gsar                                  on 2000/07/11  17:50:10
74010         Log: skip integrate of problematic change#6223 from cfgperl into mainline
74011      Branch: perl
74012           !> doio.c
74013 ____________________________________________________________________________
74014 [  6350] By: gsar                                  on 2000/07/11  17:48:28
74015         Log: integrate cfgperl changes#6220..6222 into mainline
74016      Branch: perl
74017           !> doop.c embed.pl lib/Pod/Usage.pm makedef.pl pod/perlop.pod
74018           !> toke.c utf8.c win32/win32.h
74019 ____________________________________________________________________________
74020 [  6349] By: gsar                                  on 2000/07/11  17:46:13
74021         Log: skip integrate of problematic changes#6218..6219 from cfgperl into
74022              mainline
74023      Branch: perl
74024           !> bytecode.pl ext/B/B/Assembler.pm ext/B/B/Bytecode.pm
74025           !> ext/B/O.pm ext/B/defsubs_h.PL ext/ByteLoader/ByteLoader.pm
74026           !> ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
74027 ____________________________________________________________________________
74028 [  6348] By: jhi                                   on 2000/07/11  17:45:49
74029         Log: README.posix-bc podified from Thomas Dorner.
74030      Branch: cfgperl
74031            ! README.posix-bc
74032 ____________________________________________________________________________
74033 [  6347] By: gsar                                  on 2000/07/11  17:42:04
74034         Log: integrate cfgperl change#6217 into mainline
74035      Branch: perl
74036           !> Configure config_h.SH doio.c embed.h embed.pl embedvar.h gv.c
74037           !> intrpvar.h objXSUB.h perl.c perlapi.h pp.c pp_ctl.c proto.h
74038           !> sv.h util.c util.h vmesa/vmesa.c win32/win32.c
74039 ____________________________________________________________________________
74040 [  6346] By: gsar                                  on 2000/07/11  17:39:37
74041         Log: skip integrate of problematic changes#6211..6212 from cfgperl into
74042              mainline
74043      Branch: perl
74044           !> embedvar.h ext/B/B.xs ext/B/B/Asmdata.pm ext/B/defsubs_h.PL
74045           !> ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
74046           !> ext/ByteLoader/byterun.c ext/ByteLoader/byterun.h perlapi.c
74047           !> perlapi.h pod/perlapi.pod
74048 ____________________________________________________________________________
74049 [  6345] By: gsar                                  on 2000/07/11  17:36:42
74050         Log: integrate cfgperl changes#6207..6210 into mainline
74051      Branch: perl
74052           !> doio.c embed.h embed.pl gv.c intrpvar.h objXSUB.h perl.c pp.c
74053           !> pp_ctl.c proto.h sv.h util.c vmesa/vmesa.c win32/win32.c
74054 ____________________________________________________________________________
74055 [  6344] By: gsar                                  on 2000/07/11  17:31:20
74056         Log: skip integrate of problematic changes#6204..6206 from cfgperl into
74057              mainline
74058      Branch: perl
74059           !> (integrate 40 files)
74060 ____________________________________________________________________________
74061 [  6343] By: gsar                                  on 2000/07/11  17:19:08
74062         Log: integrate cfgperl changes#6174..6203 into mainline (first of several)
74063      Branch: perl
74064           +> Makefile.micro README.micro Todo.micro uconfig.h uconfig.sh
74065            ! Changes
74066           !> (integrate 34 files)
74067 ____________________________________________________________________________
74068 [  6342] By: jhi                                   on 2000/07/11  16:05:48
74069         Log: Subject: [ID 20000710.002] fatal error or memory loss when deleting symbols in evaled code with syntax errors
74070              To: perl5-porters@perl.org
74071              From: Karsten Sperling <spiff@phreax.net>
74072              Date: Mon, 10 Jul 2000 15:12:52 +0200
74073              Message-Id: <200007101315.e6ADFrg21041@chthon.perl.com>
74074      Branch: cfgperl
74075            ! lib/Symbol.pm
74076 ____________________________________________________________________________
74077 [  6341] By: jhi                                   on 2000/07/11  15:59:23
74078         Log: Subject: Re: [ID 20000704.002] [PATCH] memory leak with debug / anon subs
74079              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
74080              Message-Id: <E13AbRE-00009T-00@libra.cus.cam.ac.uk>
74081              Date: Fri, 07 Jul 2000 17:57:16 +0100
74082      Branch: cfgperl
74083            ! pp_hot.c
74084 ____________________________________________________________________________
74085 [  6340] By: jhi                                   on 2000/07/11  15:55:47
74086         Log: Subject: Re: format bug report  [Patch]
74087              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
74088              Date: Wed, 05 Jul 2000 13:12:52 +0200
74089              Message-Id: <20000705130745.67BF.H.M.BRAND@hccnet.nl>
74090              
74091              Subject: Re: format bug report  [Patch]
74092              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
74093              Date: Wed, 05 Jul 2000 14:10:01 +0200
74094              Message-Id: <20000705140837.73C2.H.M.BRAND@hccnet.nl>
74095      Branch: cfgperl
74096            ! t/op/write.t toke.c
74097 ____________________________________________________________________________
74098 [  6339] By: jhi                                   on 2000/07/11  13:54:09
74099         Log: Be less forgiving about ambiguous and illegal tr ranges.
74100              Subject: Re: [ID 20000703.001] tr/// operator understands multiple hyphens in a bizarre way 
74101              From: Mark-Jason Dominus <mjd@plover.com>
74102              Date: Tue, 04 Jul 2000 10:00:12 -0400
74103              Message-ID: <20000704140012.17772.qmail@plover.com>
74104              
74105              Subject: Re: [ID 20000703.001] tr/// operator understands multiple hyphens in a bizarre way 
74106              From: Mark-Jason Dominus <mjd@plover.com>
74107              Date: Wed, 05 Jul 2000 09:37:36 -0400
74108              Message-ID: <20000705133736.27293.qmail@plover.com>
74109      Branch: cfgperl
74110            ! pod/perldelta.pod pod/perldiag.pod t/op/tr.t toke.c
74111 ____________________________________________________________________________
74112 [  6338] By: jhi                                   on 2000/07/11  13:31:24
74113         Log: Subject: [PATCH] Re: "%#p" format specifier: document and test or not?
74114              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
74115              Date: Tue, 11 Jul 2000 13:50:51 +0100
74116              Message-Id: <E13BzUx-00033c-00@libra.cus.cam.ac.uk>
74117      Branch: cfgperl
74118            ! sv.c
74119 ____________________________________________________________________________
74120 [  6337] By: jhi                                   on 2000/07/11  13:29:14
74121         Log: Subject: [PATCH] [ID 20000701.002] Regular Expressions Not Unsetting $1 Vars When Backtracking 
74122              From: Hugo <hv@crypt.compulink.co.uk>
74123              Date: Tue, 11 Jul 2000 12:44:50 +0100
74124              Message-Id: <200007111144.MAA04446@crypt.compulink.co.uk>
74125      Branch: cfgperl
74126            ! regexec.c t/op/re_tests
74127 ____________________________________________________________________________
74128 [  6336] By: jhi                                   on 2000/07/11  13:26:47
74129         Log: Subject: [PATCH cfgperl] $& segfaults if you trick it
74130              From: simon@brecon.co.uk (Simon Cozens)
74131              Date: 7 Jul 2000 11:26:09 GMT
74132              Message-ID: <slrn8mbfif.ead.simon@justanother.perlhacker.org>
74133      Branch: cfgperl
74134            ! mg.c
74135 ____________________________________________________________________________
74136 [  6335] By: jhi                                   on 2000/07/11  13:23:37
74137         Log: Subject: [ID 20000705.002] problem with perl 5.6.0 on NetBSD/sparc
74138              From: Hubert Feyrer <feyrer@rfhs8012.fh-regensburg.de>
74139              Date: Wed, 5 Jul 2000 14:56:43 +0200 (MET DST)
74140              Message-Id: <Pine.GSO.4.10.10007051452330.29215-100000@rfhpc8320.fh-regensburg.de>
74141      Branch: cfgperl
74142            + ext/DynaLoader/hints/netbsd.pl
74143            ! MANIFEST ext/DynaLoader/hints/openbsd.pl
74144 ____________________________________________________________________________
74145 [  6334] By: jhi                                   on 2000/07/11  13:20:38
74146         Log: Subject: PATCH perlguts.pod: Document D and d magic types
74147              From: mjd@plover.com
74148              Date: 5 Jul 2000 18:01:51 -0000
74149              Message-ID: <20000705180151.29413.qmail@plover.com>
74150      Branch: cfgperl
74151            ! pod/perlguts.pod
74152 ____________________________________________________________________________
74153 [  6333] By: jhi                                   on 2000/07/11  13:15:51
74154         Log: Precedence goof, fix based on
74155              Subject: [PATCH 5.6.0] op/taint.t continues on failed shmget()
74156              From: Hugo <hv@crypt.compulink.co.uk>
74157              Date: Tue, 11 Jul 2000 12:52:38 +0100
74158              Message-Id: <200007111152.MAA05488@crypt.compulink.co.uk>
74159      Branch: cfgperl
74160            ! t/op/taint.t
74161 ____________________________________________________________________________
74162 [  6332] By: jhi                                   on 2000/07/11  12:40:17
74163         Log: Integrate with Sarathy.
74164      Branch: cfgperl
74165           !> win32/win32sck.c
74166 ____________________________________________________________________________
74167 [  6331] By: jhi                                   on 2000/07/10  20:14:16
74168         Log: Sprinkle ldlibpath.
74169      Branch: cfgperl
74170            ! pod/Makefile.SH
74171 ____________________________________________________________________________
74172 [  6330] By: jhi                                   on 2000/07/10  17:54:49
74173         Log: More POSIX.pod tweaks.
74174      Branch: cfgperl
74175            ! ext/POSIX/POSIX.pod
74176 ____________________________________________________________________________
74177 [  6329] By: jhi                                   on 2000/07/10  14:02:12
74178         Log: Reorder perl.pod once more.
74179      Branch: cfgperl
74180            ! pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
74181 ____________________________________________________________________________
74182 [  6328] By: gsar                                  on 2000/07/10  07:06:00
74183         Log: accept() leaks memory on windows due to incorrect ordering of
74184              closesocket() and fclose() calls
74185      Branch: perl
74186            ! win32/win32sck.c
74187 ____________________________________________________________________________
74188 [  6327] By: gsar                                  on 2000/07/10  06:49:17
74189         Log: winsock options weren't being set in all threads under ithreads
74190              (caused send()s from second and subsequent threads to fail)
74191      Branch: perl
74192            ! win32/win32sck.c
74193 ____________________________________________________________________________
74194 [  6326] By: jhi                                   on 2000/07/08  02:45:40
74195         Log: Fix a nit spotted by 64bit IRIX compilation: a (64-bit) pointer
74196              was cast to an unsigned (32-bit) integer with wild abandon.
74197      Branch: cfgperl
74198            ! ext/Devel/DProf/DProf.xs
74199 ____________________________________________________________________________
74200 [  6325] By: jhi                                   on 2000/07/07  18:50:33
74201         Log: Remove perlbook, update perlfaq book listing,
74202              rearrange perl.pod, regenerate perltoc.
74203      Branch: cfgperl
74204            - pod/perlbook.pod
74205            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perldiag.pod
74206            ! pod/perlfaq2.pod pod/perltoc.pod
74207 ____________________________________________________________________________
74208 [  6324] By: jhi                                   on 2000/07/07  14:03:40
74209         Log: Fix the alignment problem in Crays ([ID 20000612.002]).
74210      Branch: cfgperl
74211            ! sv.h toke.c
74212 ____________________________________________________________________________
74213 [  6323] By: jhi                                   on 2000/07/06  16:03:55
74214         Log: Fix complaints of buildtoc.
74215      Branch: cfgperl
74216            + lib/Win32.pod
74217            - pod/Win32.pod
74218            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
74219 ____________________________________________________________________________
74220 [  6322] By: jhi                                   on 2000/07/06  15:15:52
74221         Log: Add =head1 NAMEs so that buildtoc is happy.
74222              (The CGI::Util nit reported to Lincoln.)
74223      Branch: cfgperl
74224            ! ext/B/B/Stash.pm lib/CGI/Util.pm lib/warnings/register.pm
74225            ! pod/perltoc.pod
74226 ____________________________________________________________________________
74227 [  6321] By: jhi                                   on 2000/07/06  03:16:04
74228         Log: Config is being used.
74229      Branch: cfgperl
74230            ! t/op/method.t
74231 ____________________________________________________________________________
74232 [  6320] By: jhi                                   on 2000/07/06  03:13:13
74233         Log: Integrate with Sarathy.
74234      Branch: cfgperl
74235           !> lib/perl5db.pl win32/perllib.c win32/vdir.h win32/win32sck.c
74236 ____________________________________________________________________________
74237 [  6319] By: jhi                                   on 2000/07/06  03:11:46
74238         Log: Autogenerate pod/Makefile and pod/buildtoc.
74239              buildtoc also checks whether the existing pods are
74240              mentioned in MANIFEST and perl.pod, and vice versa.
74241              (None of the thusly found discrepancies fixed yet.)
74242              roffitall also needs to be autogenerated similarly but it
74243              seems so badly out of date that I didn't touch it yet.
74244      Branch: cfgperl
74245            + pod/Makefile.SH pod/buildtoc.PL
74246            - pod/Makefile pod/buildtoc
74247            ! MANIFEST Makefile.SH pod/perl.pod pod/perltoc.pod
74248 ____________________________________________________________________________
74249 [  6318] By: gsar                                  on 2000/07/05  22:10:54
74250         Log: fix UNC path handling on Windows under ithreads, and chdir()
74251              return value when given a non-existent directory
74252      Branch: perl
74253            ! win32/vdir.h
74254 ____________________________________________________________________________
74255 [  6317] By: gsar                                  on 2000/07/05  22:08:19
74256         Log: winsock cleanup never done on Windows (leads to handle leaks)
74257      Branch: perl
74258            ! win32/perllib.c win32/win32sck.c
74259 ____________________________________________________________________________
74260 [  6316] By: gsar                                  on 2000/07/05  22:06:19
74261         Log: some debugger output does not go to the socket when RemotePort is set
74262      Branch: perl
74263            ! lib/perl5db.pl
74264 ____________________________________________________________________________
74265 [  6315] By: jhi                                   on 2000/07/05  00:25:21
74266         Log: Integrate with Sarathy, preliminary fix for unicos
74267              alignment problems in [ID 20000612.002] Perl problem on Cray system.
74268      Branch: cfgperl
74269            ! sv.h
74270           !> pp_hot.c
74271 ____________________________________________________________________________
74272 [  6314] By: gsar                                  on 2000/07/04  23:34:02
74273         Log: tyop in change#6306
74274      Branch: perl
74275            ! pp_hot.c
74276 ____________________________________________________________________________
74277 [  6313] By: jhi                                   on 2000/07/04  22:14:38
74278         Log: Multiline string literals ENONPORTABLE.
74279      Branch: cfgperl
74280            ! pp_hot.c
74281 ____________________________________________________________________________
74282 [  6312] By: jhi                                   on 2000/07/04  20:34:44
74283         Log: Integrate with Sarathy.
74284      Branch: cfgperl
74285           !> pod/perldelta.pod pod/perldiag.pod pp_hot.c t/lib/b.t
74286           !> t/op/method.t
74287 ____________________________________________________________________________
74288 [  6311] By: jhi                                   on 2000/07/04  20:30:56
74289         Log: More POSIX.pod embellishment.
74290      Branch: cfgperl
74291            ! ext/POSIX/POSIX.pod
74292 ____________________________________________________________________________
74293 [  6310] By: gsar                                  on 2000/07/04  17:28:48
74294         Log: b.t fails under OS/2 (from Yitzchak Scott-Thoennes)
74295      Branch: perl
74296            ! t/lib/b.t
74297 ____________________________________________________________________________
74298 [  6309] By: jhi                                   on 2000/07/04  17:22:18
74299         Log: The #6308 required a little bit more.
74300      Branch: cfgperl
74301            ! Makefile.SH win32/Makefile
74302 ____________________________________________________________________________
74303 [  6308] By: jhi                                   on 2000/07/04  16:35:24
74304         Log: Rename lib.pm.PL to lib_pm.PL to keep the 8.3 people happy.
74305      Branch: cfgperl
74306            + lib/lib_pm.PL
74307            - lib/lib.pm.PL
74308            ! MANIFEST Makefile.SH
74309 ____________________________________________________________________________
74310 [  6307] By: jhi                                   on 2000/07/04  16:28:58
74311         Log: Win32 patches for cfgperl from Sarathy.
74312      Branch: cfgperl
74313            ! doio.c doop.c embed.h embed.pl global.sym gv.c makedef.pl
74314            ! objXSUB.h op.c perlapi.c pp.c pp_ctl.c pp_hot.c proto.h
74315            ! thread.h toke.c util.c win32/Makefile win32/win32.c
74316 ____________________________________________________________________________
74317 [  6306] By: gsar                                  on 2000/07/04  16:28:40
74318         Log: better diagnostic on Frob->stuff() when Frob:: doesn't exist
74319              (from Richard Soderberg <rs@oregonnet.com>)
74320      Branch: perl
74321            ! pod/perldelta.pod pod/perldiag.pod pp_hot.c t/op/method.t
74322 ____________________________________________________________________________
74323 [  6305] By: jhi                                   on 2000/07/04  16:24:24
74324         Log: Integrate with Sarathy.
74325      Branch: cfgperl
74326           !> embed.h embed.pl global.sym lib/File/Spec/Mac.pm
74327           !> lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
74328           !> lib/File/Spec/Win32.pm objXSUB.h perlapi.c pod/perldiag.pod
74329           !> proto.h win32/win32.c
74330 ____________________________________________________________________________
74331 [  6304] By: gsar                                  on 2000/07/04  16:17:24
74332         Log: missing perldiag entry for unpack("w",...) diagnostic (from
74333              Andreas Koenig)
74334      Branch: perl
74335            ! pod/perldiag.pod
74336 ____________________________________________________________________________
74337 [  6303] By: gsar                                  on 2000/07/04  16:14:44
74338         Log: remove rel2abs prototypes (from Barrie Slaymaker)
74339      Branch: perl
74340            ! lib/File/Spec/Mac.pm lib/File/Spec/Unix.pm
74341            ! lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm
74342 ____________________________________________________________________________
74343 [  6302] By: gsar                                  on 2000/07/04  04:59:35
74344         Log: adjust change#6299
74345      Branch: perl
74346            ! embed.h embed.pl global.sym objXSUB.h perlapi.c proto.h
74347            ! win32/win32.c
74348 ____________________________________________________________________________
74349 [  6301] By: jhi                                   on 2000/07/04  04:50:07
74350         Log: Integrate with Sarathy.
74351      Branch: cfgperl
74352           !> embed.h embed.pl embedvar.h global.sym hv.c intrpvar.h
74353           !> makedef.pl objXSUB.h perl.c perl.h perlapi.c perlapi.h
74354           !> pp_hot.c proto.h sv.c t/io/argv.t win32/win32.c
74355 ____________________________________________________________________________
74356 [  6300] By: gsar                                  on 2000/07/04  04:42:09
74357         Log: PERL_OBJECT build tweak
74358      Branch: perl
74359            ! perl.h
74360 ____________________________________________________________________________
74361 [  6299] By: gsar                                  on 2000/07/04  04:37:00
74362         Log: fix memory leak on Windows (PL_sys_intern contents were never
74363              freed)
74364      Branch: perl
74365            ! embed.h embed.pl global.sym makedef.pl objXSUB.h perl.c
74366            ! perlapi.c proto.h win32/win32.c
74367 ____________________________________________________________________________
74368 [  6298] By: gsar                                  on 2000/07/04  04:15:59
74369         Log: fix large memory leak that has been around for ever, masked by
74370              -DPURIFY (most of the arenas were never freed!)
74371      Branch: perl
74372            ! embedvar.h global.sym hv.c intrpvar.h perl.c perlapi.h sv.c
74373 ____________________________________________________________________________
74374 [  6297] By: gsar                                  on 2000/07/04  04:07:46
74375         Log: fix ~320 byte memory leak (psig_{ptr,name} tables were never freed)
74376      Branch: perl
74377            ! perl.c
74378 ____________________________________________________________________________
74379 [  6296] By: jhi                                   on 2000/06/30  18:28:37
74380         Log: Elaborate POSIX.pod.  Still needs work.
74381      Branch: cfgperl
74382            ! ext/POSIX/POSIX.pod
74383 ____________________________________________________________________________
74384 [  6295] By: jhi                                   on 2000/06/30  14:58:18
74385         Log: Point to perlipc for more SysV IPC examples.
74386      Branch: cfgperl
74387            ! pod/perlfunc.pod
74388 ____________________________________________________________________________
74389 [  6294] By: gsar                                  on 2000/06/30  14:47:45
74390         Log: slurp mode fix in change#4736 still not quite right
74391      Branch: perl
74392            ! pp_hot.c t/io/argv.t
74393 ____________________________________________________________________________
74394 [  6293] By: jhi                                   on 2000/06/30  12:02:55
74395         Log: Integrate with Sarathy.
74396      Branch: cfgperl
74397           !> cop.h pp_ctl.c pp_hot.c t/op/args.t
74398 ____________________________________________________________________________
74399 [  6292] By: jhi                                   on 2000/06/30  12:01:11
74400         Log: From: simon@brecon.co.uk (Simon Cozens)
74401              Subject: UTF8 concat
74402              Date: 30 Jun 2000 06:13:25 GMT
74403              Message-ID: <slrn8loek5.9ai.simon@justanother.perlhacker.org>
74404      Branch: cfgperl
74405            ! pp_hot.c
74406 ____________________________________________________________________________
74407 [  6291] By: gsar                                  on 2000/06/30  04:37:33
74408         Log: dounwind() may cause POPSUB() to diddle the wrong PL_curpad
74409              when @_ is modified, causing coredumps
74410      Branch: perl
74411            ! cop.h pp_ctl.c pp_hot.c t/op/args.t
74412 ____________________________________________________________________________
74413 [  6290] By: jhi                                   on 2000/06/30  02:21:44
74414         Log: Integrate with Sarathy.
74415      Branch: cfgperl
74416           !> vms/vms.c vms/vmsish.h
74417 ____________________________________________________________________________
74418 [  6289] By: jhi                                   on 2000/06/30  02:21:02
74419         Log: Check VERSIONs.
74420      Branch: cfgperl
74421            ! lib/File/Spec/Functions.pm lib/File/Spec/Mac.pm
74422            ! lib/File/Spec/OS2.pm lib/File/Spec/Unix.pm
74423            ! lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm
74424 ____________________________________________________________________________
74425 [  6288] By: jhi                                   on 2000/06/30  02:18:52
74426         Log: Integrate with Sarathy.
74427      Branch: cfgperl
74428           !> ext/Opcode/Opcode.xs lib/File/Spec.pm
74429           !> lib/File/Spec/Functions.pm lib/File/Spec/Mac.pm
74430           !> lib/File/Spec/OS2.pm lib/File/Spec/Unix.pm
74431           !> lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm pod/perlembed.pod
74432 ____________________________________________________________________________
74433 [  6287] By: gsar                                  on 2000/06/30  02:17:08
74434         Log: integrate vmsperl changes into mainline
74435      Branch: perl
74436           !> vms/vms.c vms/vmsish.h
74437 ____________________________________________________________________________
74438 [  6285] By: gsar                                  on 2000/06/30  02:05:28
74439         Log: localize %INC in a Safe compartment so that use/require work
74440              (many other magic globals probably need similar treatment)
74441      Branch: perl
74442            ! ext/Opcode/Opcode.xs
74443 ____________________________________________________________________________
74444 [  6284] By: gsar                                  on 2000/06/30  01:54:54
74445         Log: tweak perlembed for multiplicity/usethreads sanity; correct notes
74446              about Windows
74447      Branch: perl
74448            ! pod/perlembed.pod
74449 ____________________________________________________________________________
74450 [  6283] By: jhi                                   on 2000/06/30  01:50:10
74451         Log: Subject: [PATCH bleedperl] File::Spec 0.82 beta
74452              From: Barrie Slaymaker <barries@jester.slaysys.com>
74453              Date: Wed, 28 Jun 2000 11:35:29 -0400
74454              Message-Id: <200006281535.LAA21095@jester.slaysys.com>
74455      Branch: perl
74456            ! lib/File/Spec.pm lib/File/Spec/Functions.pm
74457            ! lib/File/Spec/Mac.pm lib/File/Spec/OS2.pm
74458            ! lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
74459            ! lib/File/Spec/Win32.pm
74460 ____________________________________________________________________________
74461 [  6282] By: jhi                                   on 2000/06/29  22:57:22
74462         Log: Subject: [PATCH 5.6.0]ITHREADs for VMS
74463              From: Dan Sugalski <dan@sidhe.org>
74464              Date: Tue, 06 Jun 2000 11:59:50 -0400
74465              Message-Id: <4.3.2.7.0.20000606115752.01c82220@24.8.96.48>
74466      Branch: cfgperl
74467            ! vms/vms.c
74468 ____________________________________________________________________________
74469 [  6281] By: jhi                                   on 2000/06/29  22:52:50
74470         Log: Subject: [PATCH 5.6.0] utils/h2xs.PL
74471              From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
74472              Date: Wed, 7 Jun 2000 04:02:04 -0500
74473              Message-ID: <20000607040201.A22568@staff1.cso.uiuc.edu>
74474      Branch: cfgperl
74475            ! utils/h2xs.PL
74476 ____________________________________________________________________________
74477 [  6280] By: jhi                                   on 2000/06/29  22:45:47
74478         Log: Subject: Re: backwards compatibility in h2xs and makemaker  [PATCH]
74479              From: rspier@pobox.com (Robert Spier)
74480              Date: Wed, 7 Jun 2000 12:47:37 -0400 (EDT)
74481              Message-ID: <14654.31913.845602.610277@rls.cx>
74482      Branch: cfgperl
74483            ! utils/h2xs.PL
74484 ____________________________________________________________________________
74485 [  6279] By: jhi                                   on 2000/06/29  22:38:16
74486         Log: Subject: [ID 20000602.002] [PATCH] perlsub.pod: ambiguous usage of "closure"
74487              From: Tim Ayers <tayers@bridge.com>
74488              Date: Thu, 08 Jun 2000 08:11:06 +0200
74489              Message-id: <393F38FA.9B5F4C7D@m.dasa.de>
74490              [resent by Richard Foley, Message-Id probably wrong]
74491      Branch: cfgperl
74492            ! pod/perlsub.pod
74493 ____________________________________________________________________________
74494 [  6278] By: jhi                                   on 2000/06/29  22:21:45
74495         Log: Subject: [ID 20000609.002] Text::Wrap::wrap does not handle multiline strings properly
74496              From: "Milton L. Hankins" <mlh@swl.msd.ray.com>
74497              Date: Fri, 09 Jun 2000 12:39:27 -0400
74498              Message-Id: <39411DBF.A04BB1A@swl.msd.ray.com>
74499              (plus update the version "number" of Text::Wrap)
74500      Branch: cfgperl
74501            ! lib/Text/Wrap.pm
74502 ____________________________________________________________________________
74503 [  6277] By: jhi                                   on 2000/06/29  22:13:10
74504         Log: Subject: [PATCH] Re: [ID 20000612.001] map {chop; $_} (Literals problem)
74505              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
74506              Date: Mon, 12 Jun 2000 14:55:59 +0100
74507              Message-Id: <E131Uh5-0002cj-00@ursa.cus.cam.ac.uk>
74508      Branch: cfgperl
74509            ! pod/perlfunc.pod
74510 ____________________________________________________________________________
74511 [  6276] By: jhi                                   on 2000/06/29  22:11:06
74512         Log: Subject: [PATCH] Re: eval documentation: context
74513              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
74514              Date: Mon, 12 Jun 2000 15:07:29 +0100
74515              Message-Id: <E131UsD-0002ke-00@ursa.cus.cam.ac.uk>
74516      Branch: cfgperl
74517            ! pod/perlfunc.pod
74518 ____________________________________________________________________________
74519 [  6275] By: jhi                                   on 2000/06/29  21:59:46
74520         Log: Subject: [PATCH] 5.6.0 lib/Pod/{Html,Man,Text}.pm
74521              From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
74522              Date: Tue, 13 Jun 2000 02:43:48 -0500
74523              Message-ID: <20000613024347.A28388@staff2.cso.uiuc.edu>
74524      Branch: cfgperl
74525            ! lib/Pod/Html.pm lib/Pod/Man.pm lib/Pod/Text.pm
74526 ____________________________________________________________________________
74527 [  6274] By: jhi                                   on 2000/06/29  21:56:14
74528         Log: Subject: [ID 20000614.003] 5.6.0 File/Glob.pm incompatibility
74529              From: Andy Dougherty <doughera@lafayette.edu>
74530              Date: Wed, 14 Jun 2000 13:33:32 -0400 (EDT)
74531              Message-Id: <Pine.SOL.4.10.10006141332220.3643-100000@maxwell.phys.lafayette.edu>
74532      Branch: cfgperl
74533            ! ext/File/Glob/Glob.pm
74534 ____________________________________________________________________________
74535 [  6273] By: jhi                                   on 2000/06/29  21:49:09
74536         Log: Subject: [PATCH] xsub attributes
74537              From: Doug MacEachern <dougm@covalent.net>
74538              Date: Wed, 14 Jun 2000 15:09:22 -0700 (PDT)
74539              Message-ID: <Pine.LNX.4.10.10006141456050.340-100000@mojo.covalent.net>
74540      Branch: cfgperl
74541            ! embed.h embed.pl embedvar.h global.sym lib/ExtUtils/xsubpp
74542            ! objXSUB.h op.c perlapi.c perlapi.h proto.h
74543 ____________________________________________________________________________
74544 [  6272] By: jhi                                   on 2000/06/29  21:41:28
74545         Log: Subject: [ID 20000614.005] [patch] Tweak to Net::Ping docs
74546              From: Tom Phoenix <rootbeer@redcat.com>
74547              Received: (qmail 6398 invoked by uid 508); 15 Jun 2000 00:30:54 -0000
74548              Date: Wed, 14 Jun 2000 17:30:37 -0700 (PDT)
74549      Branch: cfgperl
74550            ! lib/Net/Ping.pm
74551 ____________________________________________________________________________
74552 [  6271] By: jhi                                   on 2000/06/29  21:36:55
74553         Log: Subject: PATCH pod/perltie.pod
74554              From: Ian Phillipps <Ian.Phillipps@iname.com>
74555              Date: Fri, 16 Jun 2000 00:17:19 +0100
74556              Message-ID: <20000616001719.A17108@homer.diplex.co.uk>
74557              (only the first hunk, the second hunk had already been done
74558              by some other patch)
74559      Branch: cfgperl
74560            ! pod/perltie.pod
74561 ____________________________________________________________________________
74562 [  6270] By: jhi                                   on 2000/06/29  21:24:51
74563         Log: Subject: PATCH (Re: [ID 20000612.004] Should regression tests fail if user doesn't build XS extensions?)
74564              From: Nicholas Clark <nick@talking.bollo.cx>
74565              Date: Fri, 23 Jun 2000 16:21:15 +0100
74566              Message-ID: <20000623162115.A19894@Bagpuss.unfortu.net>
74567      Branch: cfgperl
74568            ! t/lib/anydbm.t t/lib/dprof.t t/lib/dumper-ovl.t t/lib/dumper.t
74569            ! t/lib/hostname.t t/lib/ipc_sysv.t t/op/taint.t
74570 ____________________________________________________________________________
74571 [  6269] By: jhi                                   on 2000/06/29  19:38:15
74572         Log: Regen headers for #6261 (and update embed.pl for this) and #6267,
74573              silence few compiler warnings.
74574      Branch: cfgperl
74575            ! doop.c embed.pl global.sym objXSUB.h op.c proto.h toke.c
74576 ____________________________________________________________________________
74577 [  6268] By: jhi                                   on 2000/06/29  18:21:50
74578         Log: Subject: [PATCH perl-current] Make op/sprintf.t more comprehensive
74579              From: Dominic Dunlop <domo@computer.org> 
74580              Date: Thu, 29 Jun 2000 12:32:39 +0200 
74581              Message-Id: <p04320403b580cc1338db@[192.168.1.4]> 
74582      Branch: cfgperl
74583            ! t/op/sprintf.t
74584 ____________________________________________________________________________
74585 [  6267] By: jhi                                   on 2000/06/29  18:16:07
74586         Log: Subject: Re: [PATCH] Re: Speeding up method lookups 
74587              From: Doug MacEachern <dougm@covalent.net>
74588              Date: Sun, 18 Jun 2000 13:24:55 -0700 (PDT)
74589              Message-ID: <Pine.LNX.4.10.10006181306031.397-100000@mojo.covalent.net>
74590      Branch: cfgperl
74591            + t/op/method2entersub.t
74592            ! MANIFEST embed.pl lib/ExtUtils/Install.pm lib/File/Spec/Mac.pm
74593            ! lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
74594            ! lib/File/Spec/Win32.pm lib/base.pm op.c perl.h t/op/sprintf.t
74595            ! xsutils.c
74596 ____________________________________________________________________________
74597 [  6266] By: jhi                                   on 2000/06/29  15:11:15
74598         Log: Subject: [PATCH 5.6.0] cygwin port
74599              Message-ID: <779F20BCCE5AD31186A50008C75D997917173C@silldn_mail1.sanwaint.com>
74600              From: "Fifer, Eric" <EFifer@sanwaint.com>
74601              Date: Thu, 29 Jun 2000 12:58:29 +0100
74602      Branch: cfgperl
74603            ! cygwin/Makefile.SHs
74604 ____________________________________________________________________________
74605 [  6265] By: jhi                                   on 2000/06/29  15:04:05
74606         Log: Subject: Re: [ID 20000628.006] POSIX::STRERR_FILENO typo
74607              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
74608              Date: Wed, 28 Jun 2000 17:50:12 -0700
74609              Message-ID: <E1pW5gzkg2kV092yn@efn.org>
74610      Branch: cfgperl
74611            ! ext/POSIX/POSIX.pm ext/POSIX/POSIX.pod ext/POSIX/POSIX.xs
74612 ____________________________________________________________________________
74613 [  6264] By: jhi                                   on 2000/06/29  15:00:57
74614         Log: Subject: [ID 20000628.004] Re: Problem compiling perl? [BSDI-Support-Request #71232]
74615              From: Marty Lucich <marty@netcom.com>
74616              Date: Wed, 28 Jun 2000 14:16:05 -0700 (PDT)
74617              Message-Id: <200006282116.OAA11148@netcom.com>
74618              ccdlflags update (the BSD/OS 4.1 part had already been taken
74619              care of by #6141).
74620      Branch: cfgperl
74621            ! hints/bsdos.sh
74622 ____________________________________________________________________________
74623 [  6263] By: jhi                                   on 2000/06/29  13:47:44
74624         Log: tr fixes from Simon Cozens
74625      Branch: cfgperl
74626            ! doop.c
74627 ____________________________________________________________________________
74628 [  6262] By: jhi                                   on 2000/06/28  18:46:01
74629         Log: Subject: 5.6.0 Patch for EPOC
74630              From: Olaf Flebbe <o.flebbe@gmx.de>
74631              Date: Tue, 13 Jun 2000 22:59:29 +0200 (MEST)
74632              Message-ID: <23449.960929969@www11.gmx.net>
74633      Branch: cfgperl
74634            ! README.epoc epoc/config.sh epoc/createpkg.pl epoc/epocish.c
74635            ! epoc/epocish.h
74636 ____________________________________________________________________________
74637 [  6261] By: jhi                                   on 2000/06/28  18:29:07
74638         Log: Subject: Re: [PATCH cfgperl] BOMs away!
74639              From: simon@brecon.co.uk (Simon Cozens)
74640              Date: 17 Jun 2000 11:49:57 GMT
74641              Message-ID: <slrn8kmpf5.8pl.simon@justanother.perlhacker.org>
74642      Branch: cfgperl
74643            ! pod/perldiag.pod t/comp/require.t toke.c
74644 ____________________________________________________________________________
74645 [  6260] By: jhi                                   on 2000/06/28  17:47:16
74646         Log: Subject: Re: [PATCH] pack('U',$foo) doesn't UTF8
74647              From: simon@brecon.co.uk (Simon Cozens) 
74648              Date: 17 Jun 2000 11:56:44 GMT 
74649              Message-ID: <slrn8kmprs.8pl.simon@justanother.perlhacker.org> 
74650              pack U0, pack C0
74651      Branch: cfgperl
74652            ! pod/perlfunc.pod pp.c t/op/pack.t
74653 ____________________________________________________________________________
74654 [  6259] By: jhi                                   on 2000/06/28  16:43:17
74655         Log: perlnewmod was missing from MANIFEST.
74656      Branch: cfgperl
74657            ! MANIFEST
74658 ____________________________________________________________________________
74659 [  6258] By: jhi                                   on 2000/06/28  15:54:30
74660         Log: linenumber tweak
74661      Branch: cfgperl
74662            ! t/pragma/warn/regcomp
74663 ____________________________________________________________________________
74664 [  6257] By: jhi                                   on 2000/06/28  15:50:44
74665         Log: Subject: Re: [PATCH] "Constant subroutine redefined" mandatory warning
74666              From: Doug MacEachern <dougm@covalent.net>
74667              Date: Sun, 25 Jun 2000 12:11:28 -0700 (PDT)
74668              Message-ID: <Pine.LNX.4.10.10006251209191.461-100000@mojo.covalent.net>
74669              (one part of the patch had been applied earlier)
74670      Branch: cfgperl
74671            ! op.c sv.c t/pragma/constant.t t/pragma/warn/op
74672 ____________________________________________________________________________
74673 [  6256] By: jhi                                   on 2000/06/28  15:40:22
74674         Log: tweaks from Simon Cozens to further fix tr/// under utf8
74675      Branch: cfgperl
74676            ! doop.c
74677 ____________________________________________________________________________
74678 [  6255] By: jhi                                   on 2000/06/28  15:33:45
74679         Log: small thinko tweaks
74680      Branch: cfgperl
74681            ! lib/IPC/Open3.pm t/op/my_stash.t
74682 ____________________________________________________________________________
74683 [  6254] By: jhi                                   on 2000/06/28  15:33:25
74684         Log: Subject: tr///, help wanted.
74685              From: simon@brecon.co.uk (Simon Cozens)
74686              Date: 28 Jun 2000 11:29:04 GMT
74687              Message-ID: <slrn8ljoc0.fbd.simon@justanother.perlhacker.org>
74688      Branch: cfgperl
74689            ! doop.c embed.h embed.pl embedvar.h global.sym objXSUB.h
74690            ! pp_proto.h proto.h t/op/tr.t
74691 ____________________________________________________________________________
74692 [  6253] By: jhi                                   on 2000/06/28  15:09:17
74693         Log: Paranoia tweak on #6249.
74694              Subject: Re: [PATCH 5.6.0 IPC/Open3.pm] Allow the use of numeric fd's
74695              From: Ronald J Kimball <rjk@linguist.dartmouth.edu>
74696              Date: Sun, 25 Jun 2000 23:43:12 -0400
74697              Message-ID: <20000625234312.B74147@linguist.dartmouth.edu>
74698      Branch: cfgperl
74699            ! lib/IPC/Open3.pm
74700 ____________________________________________________________________________
74701 [  6252] By: jhi                                   on 2000/06/28  15:01:38
74702         Log: Document #6249 and #6251.
74703      Branch: cfgperl
74704            ! lib/Exporter.pm lib/IPC/Open3.pm
74705 ____________________________________________________________________________
74706 [  6251] By: jhi                                   on 2000/06/28  14:50:43
74707         Log: Subject: [PATCH] inline AUTOLOADed constants via Exporter.pm
74708              From: Doug MacEachern <dougm@covalent.net>
74709              Date: Fri, 23 Jun 2000 00:16:39 -0700 (PDT)
74710              Message-ID: <Pine.LNX.4.10.10006230009400.322-100000@mojo.covalent.net>
74711      Branch: cfgperl
74712            ! lib/Exporter.pm
74713 ____________________________________________________________________________
74714 [  6250] By: jhi                                   on 2000/06/28  14:45:23
74715         Log: Subject: Re: [PATCH] support 'my __PACKAGE__ $obj = ...'
74716              From: Doug MacEachern <dougm@covalent.net>
74717              Date: Tue, 27 Jun 2000 14:17:28 -0700 (PDT)
74718              Message-ID: <Pine.LNX.4.10.10006271412340.7587-100000@mojo.covalent.net>
74719      Branch: cfgperl
74720            + t/op/my_stash.t
74721            ! MANIFEST embed.pl global.sym proto.h toke.c
74722 ____________________________________________________________________________
74723 [  6249] By: jhi                                   on 2000/06/28  14:36:34
74724         Log: Subject: Re: [PATCH 5.6.0 IPC/Open3.pm] Allow the use of numeric fd's 
74725              From: Frank Tobin <ftobin@uiuc.edu>
74726              Date: Sun, 25 Jun 2000 19:00:58 -0500 (CDT)
74727              Message-ID: <Pine.BSF.4.21.0006251855340.20487-100000@srh0902.urh.uiuc.edu>
74728      Branch: cfgperl
74729            ! lib/IPC/Open3.pm
74730 ____________________________________________________________________________
74731 [  6248] By: jhi                                   on 2000/06/28  14:11:25
74732         Log: Subject: DOC PATCH 5.6.0: perlfunc/sprintf does not contain an example
74733              From: Mark-Jason Dominus <mjd@plover.com>
74734              Date: Tue, 27 Jun 2000 22:36:42 -0400
74735              Message-ID: <20000628023642.12166.qmail@plover.com>
74736      Branch: cfgperl
74737            ! pod/perlfunc.pod
74738 ____________________________________________________________________________
74739 [  6247] By: jhi                                   on 2000/06/27  12:46:37
74740         Log: Tweak $VERSION, patch from Doug MacEachern.
74741      Branch: cfgperl
74742            ! lib/File/Spec.pm
74743 ____________________________________________________________________________
74744 [  6246] By: jhi                                   on 2000/06/27  03:34:46
74745         Log: Allow for standalone testing.
74746      Branch: cfgperl
74747            ! t/lib/filefunc.t t/lib/filespec.t
74748 ____________________________________________________________________________
74749 [  6245] By: jhi                                   on 2000/06/27  02:50:02
74750         Log: Subject: [ID 20000624.001] PERL_DL_DEBUG=1 DynaLoader message appears to be wrong
74751              From: Nicholas Clark <nick@Bagpuss.unfortu.net>
74752              Date: Sat, 24 Jun 2000 13:06:20 +0100
74753              Message-Id: <200006241206.NAA03771@Bagpuss.unfortu.net>
74754      Branch: cfgperl
74755            ! ext/DynaLoader/DynaLoader_pm.PL
74756 ____________________________________________________________________________
74757 [  6244] By: jhi                                   on 2000/06/27  02:46:10
74758         Log: Subject: [PATCH] avoid mg_ptr in '*' magic
74759              From: Doug MacEachern <dougm@covalent.net>
74760              Date: Sun, 25 Jun 2000 11:16:08 -0700 (PDT)
74761              Message-ID: <Pine.LNX.4.10.10006251045190.461-100000@mojo.covalent.net>
74762      Branch: cfgperl
74763            ! gv.c sv.c t/lib/peek.t
74764 ____________________________________________________________________________
74765 [  6243] By: jhi                                   on 2000/06/27  02:38:07
74766         Log: Subject: [PATCH] is_utf8_string
74767              From: simon@brecon.co.uk (Simon Cozens)
74768              Date: 26 Jun 2000 02:25:59 GMT
74769              Message-ID: <slrn8ldfpn.h5k.simon@justanother.perlhacker.org>
74770      Branch: cfgperl
74771            ! embed.h embed.pl embedvar.h global.sym objXSUB.h perlapi.c
74772            ! perlapi.h pod/perlapi.pod pod/perlintern.pod pp_proto.h
74773            ! proto.h utf8.c
74774 ____________________________________________________________________________
74775 [  6242] By: jhi                                   on 2000/06/27  02:24:00
74776         Log: Subject: [PATCH] bytes<->utf8 fixes
74777              From: simon@brecon.co.uk (Simon Cozens)
74778              Date: 26 Jun 2000 04:55:45 GMT
74779              Message-ID: <slrn8ldoih.fbd.simon@justanother.perlhacker.org>
74780      Branch: cfgperl
74781            ! embed.pl perlapi.c pod/perlapi.pod proto.h utf8.c
74782 ____________________________________________________________________________
74783 [  6241] By: jhi                                   on 2000/06/27  02:12:42
74784         Log: Do no -warn on \_, only on \alpha.
74785              Subject: New Unrecognized escape warning for /\_/ from activestate perl-current5.6.0
74786              From: David Dyck <dcd@tc.fluke.com>
74787              Date: Mon, 26 Jun 2000 09:32:02 -0700 (PDT)
74788              Message-ID: <Pine.LNX.4.05.10006260830280.3054-100000@dd.tc.fluke.com>
74789      Branch: cfgperl
74790            ! regcomp.c t/pragma/warn/regcomp t/pragma/warn/toke toke.c
74791 ____________________________________________________________________________
74792 [  6240] By: jhi                                   on 2000/06/27  02:00:01
74793         Log: Subject: [ID 20000626.007] h2xs man page contains trailing garbage
74794              From: Nicholas Clark <nick@Bagpuss.unfortu.net>
74795              Date: Mon, 26 Jun 2000 18:40:14 +0100
74796              Message-Id: <200006261740.SAA02740@Bagpuss.unfortu.net>
74797      Branch: cfgperl
74798            ! utils/h2xs.PL
74799 ____________________________________________________________________________
74800 [  6239] By: jhi                                   on 2000/06/27  01:53:40
74801         Log: Configure maintenance.  Sever some dependency cycles,
74802              separate gccversion from the cc unit,
74803              address [ID 20000623.006] Configure script patch for using gcc on AIX
74804              (but solve it a little bit differently),
74805              unduplex some accidentally duplicated units,
74806              suggest using gcc if no cc available
74807              (p5p thread: "Solaris configure: counterproposal", 1999-09)
74808      Branch: cfgperl
74809            ! Configure Todo-5.6 config_h.SH
74810      Branch: metaconfig
74811            ! U/modified/Config_h.U U/modified/cc.U U/modified/cpp_stuff.U
74812            ! U/modified/libs.U U/modified/models.U U/modified/usrinc.U
74813      Branch: metaconfig/U/perl
74814            + gccvers.U
74815            ! d_getespwnam.U d_getprpwnam.U i_prot.U
74816 ____________________________________________________________________________
74817 [  6238] By: jhi                                   on 2000/06/25  18:04:56
74818         Log: Subject: [PATCH 5.6.0] XS module loading fixup for VMS
74819              From: Dan Sugalski <dan@sidhe.org>
74820              Date: Fri, 23 Jun 2000 17:00:00 -0400
74821              Message-Id: <4.3.2.7.0.20000623165934.00c93d10@24.8.96.48>
74822      Branch: cfgperl
74823            ! lib/ExtUtils/MM_VMS.pm vms/vms.c
74824 ____________________________________________________________________________
74825 [  6237] By: jhi                                   on 2000/06/25  16:36:45
74826         Log: Tweak embed.pl, regen headers.
74827      Branch: cfgperl
74828            ! embed.h embed.pl embedvar.h ext/B/B/Asmdata.pm
74829            ! ext/ByteLoader/byterun.c ext/ByteLoader/byterun.h global.sym
74830            ! keywords.h lib/warnings.pm objXSUB.h opcode.h opnames.h
74831            ! perlapi.c perlapi.h pod/perlapi.pod pod/perlintern.pod pp.sym
74832            ! pp_proto.h proto.h regnodes.h utf8.c warnings.h
74833 ____________________________________________________________________________
74834 [  6236] By: jhi                                   on 2000/06/25  15:26:42
74835         Log: Regen headers.
74836      Branch: cfgperl
74837            ! embed.h embedvar.h ext/B/B/Asmdata.pm ext/ByteLoader/byterun.c
74838            ! ext/ByteLoader/byterun.h global.sym keywords.h lib/warnings.pm
74839            ! objXSUB.h opcode.h opnames.h perlapi.c perlapi.h
74840            ! pod/perlapi.pod pod/perlintern.pod pp.sym pp_proto.h proto.h
74841            ! regnodes.h warnings.h
74842 ____________________________________________________________________________
74843 [  6235] By: jhi                                   on 2000/06/23  19:39:35
74844         Log: The thread begun by
74845              Subject: [ID 20000616.001] Typo on line 390 of .../hints/solaris_2.sh
74846              From: Kevin.Ruscoe@ubsw.com
74847              Date: Fri, 16 Jun 2000 16:38:51 +0100
74848              Message-Id: <H000019b03c300d6@MHS>
74849      Branch: cfgperl
74850            ! hints/solaris_2.sh
74851 ____________________________________________________________________________
74852 [  6234] By: jhi                                   on 2000/06/23  19:23:36
74853         Log: Prefer C:/temp in Win32 as File::Spec->tmpdir to /tmp
74854              because when run as services (Win32ese for daemons)
74855              no environment variables are set and tmpdir ends up as /tmp,
74856              which is ambiguous.
74857              
74858              Subject:[ID 20000616.002] File::Spec->tmpdir broken when running as service
74859              From: matt@sergeant.org
74860              Date: 16 Jun 2000 16:30:43 -0000
74861              Message-Id: <20000616163043.26398.qmail@mail.sergeant.org>
74862      Branch: cfgperl
74863            ! lib/File/Spec/Win32.pm
74864 ____________________________________________________________________________
74865 [  6233] By: jhi                                   on 2000/06/23  19:18:58
74866         Log: Subject: PATCH 5.6.0: Document OPf_SPECIAL flag in regcomp op nodes
74867              From: Mark-Jason Dominus <mjd@plover.com>
74868              Date: Fri, 16 Jun 2000 20:53:04 -0400
74869              Message-ID: <20000617005304.8008.qmail@plover.com>
74870      Branch: cfgperl
74871            ! op.h
74872 ____________________________________________________________________________
74873 [  6232] By: jhi                                   on 2000/06/23  16:10:02
74874         Log: Subject: PATCH: pod/perlutil.pod - utilities packaged with the Perl distribution
74875              From: simon@brecon.co.uk (Simon Cozens)
74876              Date: 19 Jun 2000 15:18:27 GMT
74877              Message-ID: <slrn8ksee3.cp9.simon@justanother.perlhacker.org>
74878              
74879              plus update pod/Makefile and regenerate perltoc
74880      Branch: cfgperl
74881            + pod/perlutil.pod
74882            ! MANIFEST Todo-5.6 pod/Makefile pod/perltoc.pod pod/roffitall
74883 ____________________________________________________________________________
74884 [  6231] By: jhi                                   on 2000/06/23  15:19:18
74885         Log: Subject: [PATCH 5.6.0] cygwin port
74886              From: "Fifer, Eric" <EFifer@sanwaint.com>
74887              Date: Tue, 20 Jun 2000 14:30:58 +0100
74888              Message-ID: <779F20BCCE5AD31186A50008C75D9979171734@silldn_mail1.sanwaint.com>
74889      Branch: cfgperl
74890            ! README.cygwin lib/File/Find.pm
74891 ____________________________________________________________________________
74892 [  6230] By: jhi                                   on 2000/06/23  14:25:21
74893         Log: Upgrade to File::Spec 0.810_01 from CPAN by Barrie Slaymaker.
74894      Branch: cfgperl
74895            ! lib/File/Spec.pm lib/File/Spec/Functions.pm
74896            ! lib/File/Spec/Mac.pm lib/File/Spec/OS2.pm
74897            ! lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
74898            ! lib/File/Spec/Win32.pm t/lib/filefunc.t t/lib/filespec.t
74899 ____________________________________________________________________________
74900 [  6229] By: jhi                                   on 2000/06/23  14:13:34
74901         Log: Subject: README.hpux version 0.6.1
74902              Date: Tue, 20 Jun 2000 15:25:51 -0700 (PDT)
74903              From: Jeff Okamoto <okamoto@xfiles.intercon.hp.com>
74904              Message-Id: <200006202225.PAA26205@xfiles.intercon.hp.com>
74905      Branch: cfgperl
74906            ! README.hpux
74907 ____________________________________________________________________________
74908 [  6228] By: jhi                                   on 2000/06/23  14:07:20
74909         Log: Subject: [PATCH] "Constant subroutine redefined" mandatory warning
74910              From: Doug MacEachern <dougm@covalent.net>
74911              Date: Tue, 20 Jun 2000 21:23:56 -0700 (PDT)
74912              Message-ID: <Pine.LNX.4.10.10006202116340.321-100000@mojo.covalent.net>
74913      Branch: cfgperl
74914            ! op.c
74915 ____________________________________________________________________________
74916 [  6227] By: jhi                                   on 2000/06/23  14:01:06
74917         Log: Subject: [PATCH] lib.pm -> lib.pm.PL
74918              From: Doug MacEachern <dougm@covalent.net>
74919              Date: Tue, 20 Jun 2000 22:14:41 -0700 (PDT)
74920              Message-ID: <Pine.LNX.4.10.10006202208210.321-100000@mojo.covalent.net>
74921      Branch: cfgperl
74922            + lib/lib.pm.PL
74923            - lib/lib.pm
74924            ! MANIFEST Makefile.SH
74925 ____________________________________________________________________________
74926 [  6226] By: jhi                                   on 2000/06/23  13:53:07
74927         Log: Subject: [PATCH] remove forward declarations in Socket.pm
74928              From: Doug MacEachern <dougm@covalent.net>
74929              Date: Tue, 20 Jun 2000 21:54:12 -0700 (PDT)
74930              Message-ID: <Pine.LNX.4.10.10006202149190.321-100000@mojo.covalent.net>
74931              
74932              From: Doug MacEachern <dougm@covalent.net>
74933              Subject: Re: [PATCH] remove forward declarations in Socket.pm
74934              Date: Fri, 23 Jun 2000 00:09:29 -0700 (PDT)
74935              Message-ID: <Pine.LNX.4.10.10006222349440.322-100000@mojo.covalent.net>
74936      Branch: cfgperl
74937            ! ext/Socket/Socket.pm op.c
74938 ____________________________________________________________________________
74939 [  6225] By: jhi                                   on 2000/06/23  13:41:52
74940         Log: Add source code filenames to apidoc.
74941              From: simon@brecon.co.uk (Simon Cozens)
74942              Subject: [PATCH embed.pl] Source X-ref
74943              Date: 22 Jun 2000 02:18:49 GMT
74944              Message-ID: <slrn8l2ts8.h5k.simon@justanother.perlhacker.org>
74945      Branch: cfgperl
74946            ! embed.pl
74947 ____________________________________________________________________________
74948 [  6224] By: jhi                                   on 2000/06/23  13:32:33
74949         Log: A way to avoid English.pm performance hit.
74950              From: root <root@jester.slaysys.com>
74951              Subject: [YAPATCH English.pm] My turn to putt again
74952              Date: Thu, 22 Jun 2000 20:33:58 -0400
74953              Message-Id: <200006230033.UAA05960@jester.slaysys.com>
74954      Branch: cfgperl
74955            ! lib/English.pm t/lib/english.t
74956 ____________________________________________________________________________
74957 [  6223] By: jhi                                   on 2000/06/23  13:27:06
74958         Log: Avoid double close().
74959              Subject: [PATCH] avoid double close()
74960              From: Doug MacEachern <dougm@covalent.net>
74961              Date: Thu, 22 Jun 2000 23:08:06 -0700 (PDT)
74962              Message-ID: <Pine.LNX.4.10.10006222251260.322-100000@mojo.covalent.net>
74963      Branch: cfgperl
74964            ! doio.c
74965 ____________________________________________________________________________
74966 [  6222] By: jhi                                   on 2000/06/23  13:25:54
74967         Log: doc typo fix
74968              Subject: [PATCH] documentation typo in lib/Pod/Usage.pm
74969              From: Ian Phillipps <Ian.Phillipps@iname.com>
74970              Date: Fri, 23 Jun 2000 10:40:58 +0100
74971              Message-ID: <20000623104058.A22791@homer.diplex.co.uk>
74972      Branch: cfgperl
74973            ! lib/Pod/Usage.pm
74974 ____________________________________________________________________________
74975 [  6221] By: jhi                                   on 2000/06/23  13:24:15
74976         Log: Remove tr///CU (the feature is to be obsoleted by better interfaces).
74977              From: simon@brecon.co.uk (Simon Cozens)
74978              Subject: [PATCH] Eliminate tr///[CU][CU]
74979              Date: 23 Jun 2000 11:05:40 GMT
74980              Message-ID: <slrn8l6h44.h5k.simon@justanother.perlhacker.org>
74981      Branch: cfgperl
74982            ! doop.c embed.pl pod/perlop.pod toke.c utf8.c
74983 ____________________________________________________________________________
74984 [  6220] By: jhi                                   on 2000/06/22  16:07:51
74985         Log: Win32 patches from Benjamin Stuhl.
74986      Branch: cfgperl
74987            ! makedef.pl win32/win32.h
74988 ____________________________________________________________________________
74989 [  6219] By: jhi                                   on 2000/06/22  16:06:34
74990         Log: Bytecode patches from Benjamin Stuhl.
74991      Branch: cfgperl
74992            ! bytecode.pl ext/B/B/Assembler.pm ext/B/B/Bytecode.pm
74993            ! ext/B/O.pm ext/B/defsubs_h.PL ext/ByteLoader/ByteLoader.pm
74994            ! ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
74995 ____________________________________________________________________________
74996 [  6218] By: jhi                                   on 2000/06/15  23:54:16
74997         Log: Bytecode patches from Benjamin Stuhl.
74998      Branch: cfgperl
74999            ! ext/B/B/Assembler.pm ext/B/B/Bytecode.pm
75000 ____________________________________________________________________________
75001 [  6217] By: jhi                                   on 2000/06/09  13:38:29
75002         Log: Rename the fdpid locking and integrate with Sarathy.
75003      Branch: cfgperl
75004            ! Configure config_h.SH doio.c embed.h embed.pl embedvar.h
75005            ! global.sym gv.c intrpvar.h objXSUB.h perl.c perlapi.h pp.c
75006            ! pp_ctl.c proto.h sv.h util.c util.h vmesa/vmesa.c
75007            ! win32/win32.c
75008           !> av.h cop.h hints/solaris_2.sh t/op/runlevel.t
75009 ____________________________________________________________________________
75010 [  6216] By: gsar                                  on 2000/06/08  14:54:21
75011         Log: be more optimal about clearing @_
75012      Branch: perl
75013            ! cop.h
75014 ____________________________________________________________________________
75015 [  6215] By: gsar                                  on 2000/06/08  14:33:04
75016         Log: tweak comment about @DB::args
75017      Branch: perl
75018            ! av.h pp_ctl.c
75019 ____________________________________________________________________________
75020 [  6214] By: gsar                                  on 2000/06/08  13:57:54
75021         Log: @_ can't have junk in it even in the non-USE_ITHREADS case because
75022              caller() wants to populate @DB::args with it (causes a coredump
75023              in Carp::confess())
75024      Branch: perl
75025            ! cop.h t/op/runlevel.t
75026 ____________________________________________________________________________
75027 [  6213] By: gsar                                  on 2000/06/08  07:06:35
75028         Log: back out change#6106 (seems problematic)
75029      Branch: perl
75030            ! hints/solaris_2.sh
75031 ____________________________________________________________________________
75032 [  6212] By: jhi                                   on 2000/06/07  03:10:36
75033         Log: Continuing mopup for #6204.
75034      Branch: cfgperl
75035            ! ext/B/defsubs_h.PL
75036 ____________________________________________________________________________
75037 [  6211] By: jhi                                   on 2000/06/07  02:41:50
75038         Log: Mopup for #6204.
75039              Under the 5005 threads the t/lib/b.t for B::Deparse fails:
75040              Can't locate object method "PV" via package "B::RV" at ../lib/B/Deparse.pm line 2360.
75041              This is comes from const() where POK isn't on when expected.
75042      Branch: cfgperl
75043            ! embedvar.h ext/B/B.xs ext/B/B/Asmdata.pm
75044            ! ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
75045            ! ext/ByteLoader/byterun.c ext/ByteLoader/byterun.h perlapi.c
75046            ! perlapi.h pod/perlapi.pod
75047 ____________________________________________________________________________
75048 [  6210] By: jhi                                   on 2000/06/07  01:56:29
75049         Log: Mopup for #6207 and #6209.
75050      Branch: cfgperl
75051            ! doio.c gv.c sv.h util.c vmesa/vmesa.c win32/win32.c
75052 ____________________________________________________________________________
75053 [  6209] By: jhi                                   on 2000/06/07  01:33:12
75054         Log: Lock PL_fdpid against race conditions, based on:
75055              Subject: [PATCH 5.6.0]subprocess fixup for threads
75056              From: Dan Sugalski <dan@sidhe.org>
75057              To: perl5-porters@perl.org
75058              Date: Tue, 11 Apr 2000 17:02:32 -0400
75059              Message-Id: <4.3.0.20000411170218.01d2f580@24.8.96.48>
75060      Branch: cfgperl
75061            ! doio.c intrpvar.h perl.c sv.h util.c vmesa/vmesa.c
75062            ! win32/win32.c
75063 ____________________________________________________________________________
75064 [  6208] By: jhi                                   on 2000/06/07  01:05:23
75065         Log: Regen headers for #6207.
75066      Branch: cfgperl
75067            ! embed.h global.sym objXSUB.h proto.h
75068 ____________________________________________________________________________
75069 [  6207] By: jhi                                   on 2000/06/06  23:43:13
75070         Log: Subject: [PATCH 5.6.0] Threadsafe patches
75071              From: Dan Sugalski <dan@sidhe.org>
75072              To: perl5-porters@perl.org
75073              Date: Mon, 08 May 2000 18:08:13 -0400
75074              Message-Id: <4.3.1.0.20000508180729.02182de0@24.8.96.48>
75075      Branch: cfgperl
75076            ! embed.pl global.sym gv.c intrpvar.h perl.c pp.c pp_ctl.c
75077            ! proto.h sv.h util.c
75078 ____________________________________________________________________________
75079 [  6206] By: jhi                                   on 2000/06/06  23:21:23
75080         Log: Subject: [PATCH] Eliminate $a/$b in pod
75081              From: David Glasser <me@davidglasser.net>
75082              To: perl5-porters@perl.org
75083              Date: Mon, 29 May 2000 21:15:59 -0400
75084              Message-Id: <l03130302b558bb2640ce@[209.195.241.121]>
75085      Branch: cfgperl
75086            ! pod/perl5004delta.pod pod/perl56delta.pod pod/perlboot.pod
75087            ! pod/perlbot.pod pod/perlcall.pod pod/perldata.pod
75088            ! pod/perldbmfilter.pod pod/perldiag.pod pod/perldsc.pod
75089            ! pod/perlembed.pod pod/perlfaq4.pod pod/perlfaq6.pod
75090            ! pod/perlfaq7.pod pod/perlfilter.pod pod/perlfunc.pod
75091            ! pod/perlguts.pod pod/perllexwarn.pod pod/perllocale.pod
75092            ! pod/perlobj.pod pod/perlop.pod pod/perlref.pod pod/perlsub.pod
75093            ! pod/perlsyn.pod pod/perltie.pod pod/perltrap.pod
75094            ! pod/perlvar.pod pod/perlxs.pod
75095 ____________________________________________________________________________
75096 [  6205] By: jhi                                   on 2000/06/06  23:12:14
75097         Log: Subject: [PATCH] Win32 improvements
75098              From: "Benjamin Stuhl" <sho_pi@hotmail.com>
75099              To: gsar@activestate.com, perl5-porters@perl.org
75100              Date: Mon, 29 May 2000 17:22:24 PDT
75101              Message-ID: <20000530002224.91142.qmail@hotmail.com>
75102              (MUA had mangled many lines by wordwrapping)
75103      Branch: cfgperl
75104            ! utils/c2ph.PL win32/makefile.mk win32/win32.c win32/win32sck.c
75105 ____________________________________________________________________________
75106 [  6204] By: jhi                                   on 2000/06/06  23:01:50
75107         Log: Subject: [PATCH] B::Bytecode patches
75108              From: "Benjamin Stuhl" <sho_pi@hotmail.com>
75109              To: gsar@activestate.com, jhi@iki.fi
75110              Cc: perl5-porters@perl.org
75111              Message-ID: <20000602202526.48694.qmail@hotmail.com>
75112              (MUA had mangled many lines by wordwrapping)
75113      Branch: cfgperl
75114            ! bytecode.pl ext/B/B.pm ext/B/B.xs ext/B/B/Assembler.pm
75115            ! ext/B/B/Bytecode.pm ext/B/O.pm ext/B/defsubs_h.PL
75116            ! ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
75117            ! intrpvar.h perl.c
75118 ____________________________________________________________________________
75119 [  6203] By: jhi                                   on 2000/06/06  22:32:43
75120         Log: Subject: [PATCH] perldiag should refer to perlos2.pod not README.os2
75121              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
75122              Date: Tue, 06 Jun 2000 13:07:45 -0700
75123              Message-ID: <RoVP5gzkgmTL092yn@efn.org>
75124      Branch: cfgperl
75125            ! pod/perldiag.pod
75126 ____________________________________________________________________________
75127 [  6202] By: jhi                                   on 2000/06/06  19:38:35
75128         Log: Integrate with Sarathy.
75129      Branch: cfgperl
75130           !> perl.c
75131 ____________________________________________________________________________
75132 [  6201] By: gsar                                  on 2000/06/06  00:42:59
75133         Log: Perl_eval_pv() leaks 4 bytes every time it is called because it
75134              does a PUSHMARK that's never ever POPMARKed; in general, only
75135              Perl_call_[sp]v() need a PUSHMARK for incoming arguments;
75136              Perl_eval_[sp]v() don't because they don't take any incoming
75137              arguments (this leak has been around since the original version
75138              of perl_eval_pv() in 5.003_97e)
75139      Branch: perl
75140            ! perl.c
75141 ____________________________________________________________________________
75142 [  6200] By: jhi                                   on 2000/06/04  03:44:52
75143         Log: Update to cperl-mode.el 4.31 from
75144              ftp://ftp.math.ohio-state.edu/pub/users/ilya/cperl-mode.el
75145              Subject: A couple of notes
75146              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
75147              To: Mailing list Perl5 <perl5-porters@perl.org>
75148              Date: Sat, 3 Jun 2000 23:33:32 -0400
75149              Message-ID: <20000603233332.A6790@monk.mps.ohio-state.edu>
75150      Branch: cfgperl
75151            ! emacs/cperl-mode.el
75152 ____________________________________________________________________________
75153 [  6199] By: jhi                                   on 2000/06/03  15:11:05
75154         Log: Subject: [PATCH 5.6.0]Make perl's malloc work on VMS
75155              From: Dan Sugalski <dan@sidhe.org>
75156              To: perl5-porters@perl.org, vmsperl@perl.org
75157              Date: Fri, 02 Jun 2000 17:30:51 -0400
75158              Message-Id: <4.3.2.7.0.20000602173021.01f03570@24.8.96.48>
75159      Branch: cfgperl
75160            ! vms/descrip_mms.template vms/gen_shrfls.pl
75161 ____________________________________________________________________________
75162 [  6198] By: jhi                                   on 2000/06/03  14:59:15
75163         Log: Subject: [PATCH 5.6.0]VMS fixups so we can build with MULTIPLICITY
75164              From: Dan Sugalski <dan@sidhe.org>
75165              To: vmsperl@perl.org, perl5-porters@perl.org
75166              Date: Fri, 02 Jun 2000 16:00:41 -0400
75167              Message-Id: <4.3.2.7.0.20000602155951.01f02b20@24.8.96.48>
75168              Message-Id: <4.3.2.7.0.20000602164011.01ec8c30@24.8.96.48>
75169      Branch: cfgperl
75170            ! embed.h embed.pl embedvar.h ext/POSIX/POSIX.xs global.sym
75171            ! objXSUB.h perlapi.c perlapi.h pod/perlapi.pod
75172            ! pod/perlintern.pod proto.h vms/vms.c vms/vmsish.h
75173 ____________________________________________________________________________
75174 [  6197] By: jhi                                   on 2000/06/03  14:41:30
75175         Log: Subject: [ID 20000602.005] [PATCH]5.6.0 (DOC) tiny change to perlsyn.pod
75176              From: John Borwick <jhborwic@unity.ncsu.edu>
75177              Date: Fri, 2 Jun 2000 14:35:03 -0400 (EDT)
75178              Message-Id: <Pine.GSO.4.21.0006021420290.11432-100000@eos00du.eos.ncsu.edu>
75179      Branch: cfgperl
75180            ! pod/perlsyn.pod
75181 ____________________________________________________________________________
75182 [  6196] By: jhi                                   on 2000/06/03  14:38:09
75183         Log: Integrate with Sarathy.
75184      Branch: cfgperl
75185           !> cop.h embed.h embed.pl objXSUB.h op.c perl.c perlapi.c perly.c
75186           !> perly_c.diff pp_ctl.c proto.h scope.c scope.h sv.c toke.c
75187           !> vms/perly_c.vms
75188 ____________________________________________________________________________
75189 [  6195] By: gsar                                  on 2000/06/02  22:43:13
75190         Log: fix yet another eval"" leak under USE_ITHREADS
75191      Branch: perl
75192            ! op.c
75193 ____________________________________________________________________________
75194 [  6194] By: gsar                                  on 2000/06/02  18:22:06
75195         Log: fix small eval"" memory leaks under USE_ITHREADS
75196      Branch: perl
75197            ! cop.h embed.h embed.pl objXSUB.h op.c perl.c perlapi.c perly.c
75198            ! perly_c.diff pp_ctl.c proto.h scope.c scope.h sv.c toke.c
75199            ! vms/perly_c.vms
75200 ____________________________________________________________________________
75201 [  6193] By: jhi                                   on 2000/06/01  13:03:56
75202         Log: Signals-be-gone for microperl.
75203      Branch: cfgperl
75204            ! Todo.micro doop.c mg.c perl.c perl.h pp_sys.c util.c
75205 ____________________________________________________________________________
75206 [  6192] By: jhi                                   on 2000/06/01  12:52:02
75207         Log: Integrate with Sarathy.
75208      Branch: cfgperl
75209           +> lib/Pod/LaTeX.pm t/lib/selfloader.t
75210           !> AUTHORS MAINTAIN MANIFEST doop.c embed.pl
75211           !> ext/Devel/Peek/Peek.pm handy.h lib/SelfLoader.pm perl.c
75212           !> pod/perlapi.pod pod/perldata.pod pod/perlfaq6.pod
75213           !> pod/perlfaq9.pod pod/perlfunc.pod pod/perllocale.pod
75214           !> pod/perlre.pod pod/perltrap.pod pod/pod2latex.PL t/op/tr.t
75215           !> t/op/vec.t utils/h2xs.PL
75216 ____________________________________________________________________________
75217 [  6191] By: gsar                                  on 2000/06/01  09:38:21
75218         Log: vec() loses numericalness (modified version of patch suggested
75219              by Robin Barker)
75220      Branch: perl
75221            ! doop.c t/op/vec.t
75222 ____________________________________________________________________________
75223 [  6190] By: gsar                                  on 2000/06/01  09:26:15
75224         Log: submit missing embed.pl change
75225      Branch: perl
75226            ! embed.pl
75227 ____________________________________________________________________________
75228 [  6189] By: gsar                                  on 2000/06/01  09:05:34
75229         Log: counting tr/// corrupts later operation (from M.J.T Guy)
75230      Branch: perl
75231            ! doop.c t/op/tr.t
75232 ____________________________________________________________________________
75233 [  6188] By: gsar                                  on 2000/06/01  08:58:39
75234         Log: h2xs tweaks
75235      Branch: perl
75236            ! utils/h2xs.PL
75237 ____________________________________________________________________________
75238 [  6187] By: gsar                                  on 2000/06/01  08:50:07
75239         Log: replace pod2latex with the one in Pod-LaTeX v0.52 from CPAN
75240              (from Tim Jenness <t.jenness@jach.hawaii.edu>)
75241      Branch: perl
75242            + lib/Pod/LaTeX.pm
75243            ! AUTHORS MAINTAIN MANIFEST ext/Devel/Peek/Peek.pm
75244            ! pod/pod2latex.PL
75245 ____________________________________________________________________________
75246 [  6186] By: gsar                                  on 2000/06/01  08:24:40
75247         Log: further qualify references to "alphanumeric" (from Wolfgang Laun
75248              <wolfgang.laun@alcatel.at>)
75249      Branch: perl
75250            ! handy.h pod/perlapi.pod pod/perldata.pod pod/perlfaq6.pod
75251            ! pod/perlfaq9.pod pod/perllocale.pod pod/perlre.pod
75252 ____________________________________________________________________________
75253 [  6185] By: gsar                                  on 2000/06/01  08:12:00
75254         Log: remove incorrect documentation about implicit split to @_ in
75255              list context, which never really worked in perl 5 (from
75256              M.J.T. Guy)
75257      Branch: perl
75258            ! pod/perlfunc.pod pod/perltrap.pod
75259 ____________________________________________________________________________
75260 [  6184] By: gsar                                  on 2000/06/01  07:52:27
75261         Log: tweak for change#6127
75262      Branch: perl
75263            ! perl.c
75264 ____________________________________________________________________________
75265 [  6183] By: gsar                                  on 2000/06/01  07:41:02
75266         Log: SelfLoader can lose $@ in AUTOLOAD() (from Nicholas Clark
75267              <nick@ccl4.org>)
75268      Branch: perl
75269            + t/lib/selfloader.t
75270            ! MANIFEST lib/SelfLoader.pm
75271 ____________________________________________________________________________
75272 [  6182] By: jhi                                   on 2000/06/01  00:34:42
75273         Log: Be Cleaner Part Deux.
75274      Branch: cfgperl
75275            ! Makefile.SH
75276 ____________________________________________________________________________
75277 [  6181] By: jhi                                   on 2000/06/01  00:32:09
75278         Log: Integrate with Sarathy.
75279      Branch: cfgperl
75280           !> pp.c t/op/arith.t
75281 ____________________________________________________________________________
75282 [  6180] By: jhi                                   on 2000/06/01  00:31:13
75283         Log: microperl nits from Simon Cozens.
75284      Branch: cfgperl
75285            + uconfig.h
75286            ! MAINTAIN MANIFEST Makefile.SH Todo.micro perl.h uconfig.sh
75287            ! unixish.h
75288 ____________________________________________________________________________
75289 [  6179] By: gsar                                  on 2000/05/31  22:37:51
75290         Log: buggy modulus on UVs introduced by change#3378 (resulted in
75291              4063328477 % 65535 amounting to 27406, instead of 27407)
75292      Branch: perl
75293            ! pp.c t/op/arith.t
75294 ____________________________________________________________________________
75295 [  6178] By: jhi                                   on 2000/05/31  21:52:41
75296         Log: Be cleaner.
75297      Branch: cfgperl
75298            ! Makefile.SH
75299 ____________________________________________________________________________
75300 [  6177] By: jhi                                   on 2000/05/31  21:47:33
75301         Log: Substitution utf8 patch from Simon Cozens.
75302      Branch: cfgperl
75303            ! pp_hot.c
75304 ____________________________________________________________________________
75305 [  6176] By: jhi                                   on 2000/05/31  21:45:34
75306         Log: Single-quoted utf8 patch from Simon Cozens.
75307      Branch: cfgperl
75308            ! toke.c
75309 ____________________________________________________________________________
75310 [  6175] By: jhi                                   on 2000/05/31  21:40:18
75311         Log: Integrate with Sarathy.
75312      Branch: cfgperl
75313           !> op.c regexec.c t/lib/filefind.t t/op/re_tests t/op/wantarray.t
75314 ____________________________________________________________________________
75315 [  6174] By: jhi                                   on 2000/05/31  21:37:31
75316         Log: microperl changes from Simon Cozens; Makefile for microperl
75317              written from scratch; few casts added as microperl compilation
75318              doesn't have all prototypes available.
75319      Branch: cfgperl
75320            + Makefile.micro README.micro Todo.micro uconfig.sh
75321            ! Configure MAINTAIN MANIFEST config_h.SH doop.c mg.c op.c
75322            ! perl.c perl.h perlio.c unixish.h utf8.c util.c
75323      Branch: metaconfig
75324            + U/modified/Config_h.U
75325 ____________________________________________________________________________
75326 [  6173] By: jhi                                   on 2000/05/31  20:00:24
75327         Log: metaconfig maintenance.
75328      Branch: metaconfig
75329            + U/modified/Inhdr.U U/typedefs/inotype.U
75330      Branch: metaconfig/U/perl
75331            + d_finitel.U d_getcwd.U d_llseek.U i_fp_class.U i_iconv.U
75332            + i_ieeefp.U i_syslog.U i_sysrusage.U i_ulimit.U
75333 ____________________________________________________________________________
75334 [  6172] By: gsar                                  on 2000/05/31  05:05:42
75335         Log: fix buggy multiline matching of C<"a\nxb\n" =~ /(?!\A)x/m>
75336              (from Ilya Zakharevich)
75337      Branch: perl
75338            ! regexec.c t/op/re_tests
75339 ____________________________________________________________________________
75340 [  6171] By: gsar                                  on 2000/05/31  05:01:47
75341         Log: scalar() doesn't force scalar context when used in void context
75342              (from Simon Cozens)
75343      Branch: perl
75344            ! op.c t/op/wantarray.t
75345 ____________________________________________________________________________
75346 [  6170] By: gsar                                  on 2000/05/31  04:41:33
75347         Log: change#6142 needs tweaks to tests to work where there's no symlink()
75348              (from Helmut Jarausch <jarausch@igpm.rwth-aachen.de>)
75349      Branch: perl
75350            ! t/lib/filefind.t
75351 ____________________________________________________________________________
75352 [  6169] By: gsar                                  on 2000/05/31  04:29:49
75353         Log: integrate cfgperl contents into mainline
75354      Branch: perl
75355           +> pod/perlmodlib.PL pod/perlnewmod.pod
75356           !> (integrate 42 files)
75357 ____________________________________________________________________________
75358 [  6168] By: jhi                                   on 2000/05/30  22:53:37
75359         Log: Tweak NV_PRESERVES_UV*, vms/subconfigure.com left untouched.
75360      Branch: cfgperl
75361            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
75362            ! config_h.SH epoc/config.sh perl.h toke.c vms/subconfigure.com
75363            ! vos/config.def vos/config.h vos/config.pl vos/config_h.SH_orig
75364            ! win32/config.bc win32/config.gc win32/config.vc
75365            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
75366            ! win32/config_h.PL win32/config_sh.PL
75367      Branch: metaconfig/U/perl
75368            ! perlxv.U
75369 ____________________________________________________________________________
75370 [  6167] By: jhi                                   on 2000/05/30  22:20:21
75371         Log: tweak todo 
75372      Branch: cfgperl
75373            ! Todo-5.6
75374 ____________________________________________________________________________
75375 [  6166] By: jhi                                   on 2000/05/30  22:11:51
75376         Log: Introduce HAS_GETESPWNAM, HAS_GETPRPWNAM, and I_PROT
75377              in case somebody wants to write an extension for more
75378              shadow database interfaces.
75379      Branch: cfgperl
75380            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
75381            ! config_h.SH epoc/config.sh pp_sys.c vms/subconfigure.com
75382            ! vos/config.def vos/config.h vos/config_h.SH_orig
75383            ! win32/config.bc win32/config.gc win32/config.vc
75384            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
75385      Branch: metaconfig
75386            ! U/modified/Myinit.U
75387      Branch: metaconfig/U/perl
75388            + d_getespwnam.U d_getprpwnam.U i_prot.U
75389 ____________________________________________________________________________
75390 [  6165] By: jhi                                   on 2000/05/30  18:35:34
75391         Log: Integrate with Sarathy.
75392      Branch: cfgperl
75393           !> op.c
75394 ____________________________________________________________________________
75395 [  6164] By: jhi                                   on 2000/05/30  18:30:16
75396         Log: detypo
75397      Branch: cfgperl
75398            ! Configure config_h.SH
75399      Branch: metaconfig/U/perl
75400            ! perlxv.U
75401 ____________________________________________________________________________
75402 [  6163] By: gsar                                  on 2000/05/30  03:24:03
75403         Log: fix memory leak in C<eval "BEGIN {}"> (bug in change#4579)
75404      Branch: perl
75405            ! op.c
75406 ____________________________________________________________________________
75407 [  6162] By: gsar                                  on 2000/05/30  03:09:38
75408         Log: fix memory leak in method call optimization (change#3768);
75409              made C<eval "$x->foo()"> leak
75410      Branch: perl
75411            ! op.c
75412 ____________________________________________________________________________
75413 [  6161] By: jhi                                   on 2000/05/29  17:56:26
75414         Log: Add autogeneration of perlmodlib.pod and the new perlnewmod.pod,
75415              both from Simon Cozens.
75416      Branch: cfgperl
75417            + pod/perlmodlib.PL pod/perlnewmod.pod
75418            ! AUTHORS MAINTAIN MANIFEST pod/Makefile pod/perl.pod
75419            ! pod/perlmodlib.pod pod/perltoc.pod
75420 ____________________________________________________________________________
75421 [  6160] By: jhi                                   on 2000/05/29  17:23:55
75422         Log: Changes for the File::Temp 0.08 (change #6159) test suite
75423              to fit better into the Perl distribution test framework.
75424      Branch: cfgperl
75425            ! t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t t/lib/ftmp-security.t
75426            ! t/lib/ftmp-tempfile.t
75427 ____________________________________________________________________________
75428 [  6159] By: jhi                                   on 2000/05/29  16:55:36
75429         Log: Upgrade to File::Temp 0.08 from Tim Jenness via CPAN.
75430      Branch: cfgperl
75431            ! lib/File/Temp.pm t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
75432            ! t/lib/ftmp-security.t t/lib/ftmp-tempfile.t
75433 ____________________________________________________________________________
75434 [  6158] By: bailey                                on 2000/05/29  16:22:08
75435         Log: Add fallback to tmpfile for use in cases where user's relying on
75436              ACLs on SYS$SCRATCH to permit file creation. (based on Charles
75437              Lane's patch)
75438      Branch: vmsperl
75439            ! vms/vms.c vms/vmsish.h
75440 ____________________________________________________________________________
75441 [  6157] By: jhi                                   on 2000/05/29  03:10:36
75442         Log: Regen Configure to jive with #6149.
75443      Branch: cfgperl
75444            ! Configure
75445      Branch: metaconfig
75446            ! U/modified/Getfile.U
75447 ____________________________________________________________________________
75448 [  6156] By: jhi                                   on 2000/05/29  03:01:38
75449         Log: Integrate with Sarathy.
75450      Branch: cfgperl
75451           +> ext/DynaLoader/dl_mac.xs
75452           !> (integrate 38 files)
75453 ____________________________________________________________________________
75454 [  6155] By: gsar                                  on 2000/05/28  21:15:58
75455         Log: small bug in change#6144; remove random \xA0 character that snuck
75456              in via change#6145
75457      Branch: perl
75458            ! lib/AutoSplit.pm lib/ExtUtils/xsubpp
75459 ____________________________________________________________________________
75460 [  6154] By: gsar                                  on 2000/05/28  21:04:19
75461         Log: avoid type mismatch warning
75462      Branch: perl
75463            ! perl.c
75464 ____________________________________________________________________________
75465 [  6153] By: gsar                                  on 2000/05/28  20:58:31
75466         Log: prettier Test::Harness output on failed tests (from Nicholas Clark
75467              <nick@Bagpuss.uk.boo.com>)
75468      Branch: perl
75469            ! lib/Test/Harness.pm
75470 ____________________________________________________________________________
75471 [  6152] By: gsar                                  on 2000/05/28  20:53:42
75472         Log: cosmetic fixups of RE debug output (from Ilya Zakharevich)
75473      Branch: perl
75474            ! regexec.c
75475 ____________________________________________________________________________
75476 [  6151] By: gsar                                  on 2000/05/28  20:50:28
75477         Log: fix accidental pessimization in RE optimizer (from Ilya Zakharevich)
75478      Branch: perl
75479            ! regexec.c
75480 ____________________________________________________________________________
75481 [  6150] By: gsar                                  on 2000/05/28  20:39:58
75482         Log: perlrequick.pod updates (from Mark Kvale <kvale@phy.ucsf.edu>)
75483      Branch: perl
75484            ! pod/perlrequick.pod
75485 ____________________________________________________________________________
75486 [  6149] By: gsar                                  on 2000/05/28  20:35:16
75487         Log: OS/2 tweaks for usethreads build (from Rocco Caputo
75488              <troc@netrus.net>)
75489      Branch: perl
75490            ! Configure hints/os2.sh makedef.pl os2/Makefile.SHs
75491            ! os2/OS2/REXX/t/rx_dllld.t os2/OS2/REXX/t/rx_objcall.t
75492            ! os2/OS2/REXX/t/rx_tievar.t os2/OS2/REXX/t/rx_tieydb.t
75493            ! os2/os2.c os2/os2ish.h perl.c util.c x2p/a2p.h
75494 ____________________________________________________________________________
75495 [  6148] By: gsar                                  on 2000/05/28  20:21:07
75496         Log: close open file before chmod() (from Rocco Caputo <troc@netrus.net>)
75497      Branch: perl
75498            ! lib/ExtUtils/MM_Unix.pm
75499 ____________________________________________________________________________
75500 [  6147] By: gsar                                  on 2000/05/28  20:12:41
75501         Log: add a make entry to Config.pm so "perl -V:make" works on VMS
75502              (from Peter Prymmer)
75503      Branch: perl
75504            ! vms/subconfigure.com
75505 ____________________________________________________________________________
75506 [  6146] By: gsar                                  on 2000/05/28  20:06:15
75507         Log: doc typo
75508      Branch: perl
75509            ! lib/warnings.pm warnings.h warnings.pl
75510 ____________________________________________________________________________
75511 [  6145] By: gsar                                  on 2000/05/28  18:44:33
75512         Log: make xsubpp skip embedded pod (from Matthias Neeracher
75513              <neeri@iis.ee.ethz.ch>)
75514      Branch: perl
75515            ! lib/ExtUtils/xsubpp
75516 ____________________________________________________________________________
75517 [  6144] By: gsar                                  on 2000/05/28  18:42:49
75518         Log: MacOS support, part 2: make AutoSplit use File::Spec instead
75519              of assuming Unixisms; *UNTESTED on Unix* (from Matthias Neeracher
75520              <neeri@iis.ee.ethz.ch>)
75521      Branch: perl
75522            ! lib/AutoSplit.pm
75523 ____________________________________________________________________________
75524 [  6143] By: gsar                                  on 2000/05/28  18:41:12
75525         Log: MacOS support, part 1 (from Matthias Neeracher
75526              <neeri@iis.ee.ethz.ch>)
75527      Branch: perl
75528            + ext/DynaLoader/dl_mac.xs
75529            ! MANIFEST ext/DB_File/Makefile.PL ext/NDBM_File/Makefile.PL
75530            ! ext/POSIX/POSIX.xs lib/ExtUtils/MakeMaker.pm mg.c perl.c
75531            ! perlsfio.h pod/perlfaq4.pod pp_ctl.c proto.h toke.c util.c
75532            ! util.h
75533 ____________________________________________________________________________
75534 [  6142] By: gsar                                  on 2000/05/28  18:21:51
75535         Log: File::Find fails to chdir when chasing symlinks (from
75536              Helmut Jarausch <jarausch@igpm.rwth-aachen.de>)
75537      Branch: perl
75538            ! lib/File/Find.pm t/lib/filefind.t
75539 ____________________________________________________________________________
75540 [  6141] By: jhi                                   on 2000/05/28  14:25:15
75541         Log: BSD/OS (bsdi) hints update by Timur I. Bakeyev and Todd C. Miller,
75542              forwarded by Peter Seebach from the bsdi-users mailing list.
75543              p5p Message-Id: <200005280543.AAA24519@guild.plethora.net>
75544      Branch: perl
75545            ! hints/bsdos.sh
75546 ____________________________________________________________________________
75547 [  6140] By: jhi                                   on 2000/05/28  14:11:57
75548         Log: Integrate with Sarathy.
75549      Branch: cfgperl
75550           +> (branch 30 files)
75551           !> (integrate 93 files)
75552 ____________________________________________________________________________
75553 [  6139] By: gsar                                  on 2000/05/28  10:01:48
75554         Log: revise mktables.PL for bugs and newness in Unicode 3.0
75555              (from James Bence <jbence@amgen.com>)
75556      Branch: perl
75557            + lib/unicode/Is/BidiAL.pl lib/unicode/Is/BidiBN.pl
75558            + lib/unicode/Is/BidiLRE.pl lib/unicode/Is/BidiLRO.pl
75559            + lib/unicode/Is/BidiNSM.pl lib/unicode/Is/BidiPDF.pl
75560            + lib/unicode/Is/BidiRLE.pl lib/unicode/Is/BidiRLO.pl
75561            + lib/unicode/Is/Cf.pl lib/unicode/Is/Cs.pl
75562            + lib/unicode/Is/DCfraction.pl lib/unicode/Is/Me.pl
75563            + lib/unicode/Is/Nl.pl lib/unicode/Is/Pc.pl lib/unicode/Is/Pf.pl
75564            + lib/unicode/Is/Pi.pl lib/unicode/Is/Sk.pl
75565            + lib/unicode/Is/SylAA.pl lib/unicode/Is/SylAAI.pl
75566            + lib/unicode/Is/SylAI.pl lib/unicode/Is/SylEE.pl
75567            + lib/unicode/Is/SylII.pl lib/unicode/Is/SylN.pl
75568            + lib/unicode/Is/SylOO.pl lib/unicode/Is/SylWAA.pl
75569            + lib/unicode/Is/SylWEE.pl lib/unicode/Is/SylWII.pl
75570            + lib/unicode/Is/SylWO.pl lib/unicode/Is/SylWOO.pl
75571            + lib/unicode/Is/SylWU.pl
75572            ! MANIFEST lib/unicode/Is/Cn.pl lib/unicode/Is/Graph.pl
75573            ! lib/unicode/Is/LbrkAI.pl lib/unicode/Is/LbrkAL.pl
75574            ! lib/unicode/Is/LbrkB2.pl lib/unicode/Is/LbrkBA.pl
75575            ! lib/unicode/Is/LbrkBB.pl lib/unicode/Is/LbrkBK.pl
75576            ! lib/unicode/Is/LbrkCB.pl lib/unicode/Is/LbrkCL.pl
75577            ! lib/unicode/Is/LbrkCM.pl lib/unicode/Is/LbrkCR.pl
75578            ! lib/unicode/Is/LbrkEX.pl lib/unicode/Is/LbrkGL.pl
75579            ! lib/unicode/Is/LbrkHY.pl lib/unicode/Is/LbrkID.pl
75580            ! lib/unicode/Is/LbrkIN.pl lib/unicode/Is/LbrkIS.pl
75581            ! lib/unicode/Is/LbrkLF.pl lib/unicode/Is/LbrkNS.pl
75582            ! lib/unicode/Is/LbrkNU.pl lib/unicode/Is/LbrkOP.pl
75583            ! lib/unicode/Is/LbrkPO.pl lib/unicode/Is/LbrkPR.pl
75584            ! lib/unicode/Is/LbrkQU.pl lib/unicode/Is/LbrkSA.pl
75585            ! lib/unicode/Is/LbrkSG.pl lib/unicode/Is/LbrkSP.pl
75586            ! lib/unicode/Is/LbrkSY.pl lib/unicode/Is/LbrkXX.pl
75587            ! lib/unicode/Is/LbrkZW.pl lib/unicode/Is/Punct.pl
75588            ! lib/unicode/Is/Space.pl lib/unicode/Is/SylA.pl
75589            ! lib/unicode/Is/SylC.pl lib/unicode/Is/SylE.pl
75590            ! lib/unicode/Is/SylI.pl lib/unicode/Is/SylO.pl
75591            ! lib/unicode/Is/SylU.pl lib/unicode/Is/SylV.pl
75592            ! lib/unicode/Is/SylWA.pl lib/unicode/Is/SylWC.pl
75593            ! lib/unicode/Is/SylWE.pl lib/unicode/Is/SylWI.pl
75594            ! lib/unicode/Is/SylWV.pl lib/unicode/Is/Upper.pl
75595            ! lib/unicode/Makefile lib/unicode/mktables.PL
75596 ____________________________________________________________________________
75597 [  6138] By: gsar                                  on 2000/05/28  08:50:32
75598         Log: add note about the handling of negative indices to tied arrays
75599              (from Michael G Schwern <schwern@pobox.com>)
75600      Branch: perl
75601            ! pod/perltie.pod
75602 ____________________________________________________________________________
75603 [  6137] By: gsar                                  on 2000/05/28  08:46:10
75604         Log: fix bogus redeclaration warning for "our" variables in different
75605              scopes
75606      Branch: perl
75607            ! op.c t/pragma/strict-vars
75608 ____________________________________________________________________________
75609 [  6136] By: gsar                                  on 2000/05/28  08:31:20
75610         Log: random pod typos (from Peter Scott <Peter@PSDT.com>)
75611      Branch: perl
75612            ! ext/Devel/Peek/Peek.pm pod/perldebguts.pod
75613 ____________________________________________________________________________
75614 [  6135] By: gsar                                  on 2000/05/28  08:17:50
75615         Log: enable Test::Harness to dynamically determine column width etc.
75616              (from Rob Napier <rnapier@employees.org>)
75617      Branch: perl
75618            ! lib/Test/Harness.pm
75619 ____________________________________________________________________________
75620 [  6134] By: gsar                                  on 2000/05/28  08:13:39
75621         Log: make Test::Harness use wait.h/WCOREDUMP if available
75622              (from Ben Tilly <ben_tilly@hotmail.com>)
75623      Branch: perl
75624            ! lib/Test/Harness.pm
75625 ____________________________________________________________________________
75626 [  6133] By: gsar                                  on 2000/05/28  08:08:05
75627         Log: elide bogus test in change#6132
75628      Branch: perl
75629            ! t/pragma/warn/9enabled
75630 ____________________________________________________________________________
75631 [  6132] By: gsar                                  on 2000/05/28  08:03:14
75632         Log: warnings::enabled() doesn't fall back to looking at $^W if
75633              caller isn't using lexical warnings (from Paul Marquess)
75634      Branch: perl
75635            ! pp_ctl.c t/pragma/warn/9enabled
75636 ____________________________________________________________________________
75637 [  6131] By: gsar                                  on 2000/05/28  07:57:47
75638         Log: avoid warnings in POSIX.pm (from Barrie Slaymaker)
75639      Branch: perl
75640            ! ext/POSIX/POSIX.pm
75641 ____________________________________________________________________________
75642 [  6130] By: gsar                                  on 2000/05/28  07:29:12
75643         Log: fix places that mean C<"word" character> but say C<alphanumeric
75644              character>
75645      Branch: perl
75646            ! pod/perlfunc.pod pod/perlre.pod pod/perlretut.pod
75647 ____________________________________________________________________________
75648 [  6129] By: gsar                                  on 2000/05/28  07:18:41
75649         Log: VMS test harness tweak (from Jesper Naur <jesper.naur@post.tele.dk>)
75650      Branch: perl
75651            ! vms/test.com
75652 ____________________________________________________________________________
75653 [  6128] By: gsar                                  on 2000/05/28  07:12:55
75654         Log: new perlxstut example for passing/returning refs to arrays
75655              (from David Lowe <dlowe@pootpoot.com>)
75656      Branch: perl
75657            ! pod/perlxstut.pod
75658 ____________________________________________________________________________
75659 [  6127] By: gsar                                  on 2000/05/28  07:02:50
75660         Log: call_method(...,G_EVAL) can longjmp() out if the method probing
75661              failed (from Gisle Aas)
75662      Branch: perl
75663            ! cop.h perl.c
75664 ____________________________________________________________________________
75665 [  6126] By: gsar                                  on 2000/05/28  06:39:53
75666         Log: change#2879 broke rvalue autovivification of magicals such as ${$num}
75667              (reworked variant of patch suggested by Simon Cozens)
75668      Branch: perl
75669            ! embed.h embed.pl gv.c pod/perlapi.pod pod/perlintern.pod pp.c
75670            ! pp_hot.c proto.h t/op/gv.t
75671 ____________________________________________________________________________
75672 [  6125] By: gsar                                  on 2000/05/28  05:14:55
75673         Log: enable propagating exception objects via Perl_croak() in XS code
75674              (from Gisle Aas)
75675      Branch: perl
75676            ! util.c
75677 ____________________________________________________________________________
75678 [  6124] By: gsar                                  on 2000/05/28  05:07:28
75679         Log: integrate vmsperl contents into mainline
75680      Branch: perl
75681           !> lib/ExtUtils/MM_VMS.pm lib/File/Spec/VMS.pm t/op/lex_assign.t
75682           !> vms/ext/vmsish.pm vms/ext/vmsish.t vms/test.com vms/vms.c
75683           !> vms/vmsish.h
75684 ____________________________________________________________________________
75685 [  6123] By: gsar                                  on 2000/05/28  05:03:53
75686         Log: clarify gotcha with #line directives (from Rocco Caputo
75687              <troc@netrus.net>)
75688      Branch: perl
75689            ! pod/perldebug.pod pod/perlsyn.pod
75690 ____________________________________________________________________________
75691 [  6122] By: gsar                                  on 2000/05/28  04:58:29
75692         Log: downgrade fatal error on C<"foo@nosucharray.com"> to optional warning
75693              (from Mark-Jason Dominus)
75694      Branch: perl
75695            ! lib/ExtUtils/typemap pod/perl56delta.pod pod/perlsub.pod
75696            ! pod/perltrap.pod t/base/lex.t t/pragma/strict-vars
75697            ! t/pragma/strict.t t/pragma/warn/toke t/pragma/warnings.t
75698            ! toke.c
75699 ____________________________________________________________________________
75700 [  6121] By: bailey                                on 2000/05/25  04:46:54
75701         Log: Allow eliminate_macros() and fixpath() to handle space-delimited
75702              lists (based on fixes by Craig Berry)
75703      Branch: vmsperl
75704            ! lib/File/Spec/VMS.pm
75705 ____________________________________________________________________________
75706 [  6120] By: bailey                                on 2000/05/25  04:25:38
75707         Log: Add missing escape (Charles Lane)
75708      Branch: vmsperl
75709            ! t/op/lex_assign.t
75710 ____________________________________________________________________________
75711 [  6119] By: bailey                                on 2000/05/25  04:21:25
75712         Log: Quiet error messages in vmsish.t (Charles Lane)
75713      Branch: vmsperl
75714            ! vms/ext/vmsish.t
75715 ____________________________________________________________________________
75716 [  6118] By: bailey                                on 2000/05/25  04:17:57
75717         Log: Regularize distinction between RMS$_DNF and RMS$_DIR (Craig Berry)
75718              Flatten case labels in switch statements uniformly (Charles Bailey)
75719      Branch: vmsperl
75720            ! vms/vms.c
75721 ____________________________________________________________________________
75722 [  6117] By: bailey                                on 2000/05/25  03:58:09
75723         Log: Treat sockets as special in sys(read|write) (Charles Lane et al.)
75724      Branch: vmsperl
75725            ! vms/vmsish.h
75726 ____________________________________________________________________________
75727 [  6116] By: bailey                                on 2000/05/25  03:11:15
75728         Log: Miscellaneous cosmetic fixes (Charles Lane)
75729      Branch: vmsperl
75730            ! lib/ExtUtils/MM_VMS.pm
75731 ____________________________________________________________________________
75732 [  6115] By: bailey                                on 2000/05/25  03:10:36
75733         Log: Add bounds checking for several strings (Charles Lane)
75734      Branch: vmsperl
75735            ! vms/vms.c
75736 ____________________________________________________________________________
75737 [  6114] By: bailey                                on 2000/05/25  02:25:34
75738         Log: Urk -- undo previous removal of vmsish 'exit' change
75739      Branch: vmsperl
75740            ! vms/ext/vmsish.pm vms/vmsish.h
75741 ____________________________________________________________________________
75742 [  6113] By: bailey                                on 2000/05/24  02:24:40
75743         Log: Ugly workaround for version-specific RTL error
75744      Branch: vmsperl
75745            ! vms/vms.c
75746 ____________________________________________________________________________
75747 [  6112] By: bailey                                on 2000/05/24  02:19:55
75748         Log: Check for existence of file before trying to delete
75749      Branch: vmsperl
75750            ! vms/test.com
75751 ____________________________________________________________________________
75752 [  6111] By: bailey                                on 2000/05/23  23:35:13
75753         Log: Resync with mainline prior to post-5.6.0 updates
75754      Branch: vmsperl
75755           +> (branch 49 files)
75756            - t/lib/thread.t t/op/64bit.t t/op/nothread.t
75757            ! vms/ext/vmsish.pm
75758           !> (integrate 334 files)
75759 ____________________________________________________________________________
75760 [  6110] By: jhi                                   on 2000/05/23  19:28:32
75761         Log: todo tweak
75762      Branch: cfgperl
75763            ! Todo-5.6
75764 ____________________________________________________________________________
75765 [  6109] By: jhi                                   on 2000/05/18  17:38:54
75766         Log: Integrate with Sarathy.
75767      Branch: cfgperl
75768           !> mg.c perl.h win32/perlhost.h
75769 ____________________________________________________________________________
75770 [  6108] By: gsar                                  on 2000/05/17  02:24:56
75771         Log: reenable fake signal handling on Windows, bugs and all
75772      Branch: perl
75773            ! mg.c perl.h win32/perlhost.h
75774 ____________________________________________________________________________
75775 [  6107] By: jhi                                   on 2000/05/15  18:01:41
75776         Log: Tweak the todo list.
75777      Branch: cfgperl
75778            ! Todo-5.6
75779 ____________________________________________________________________________
75780 [  6106] By: jhi                                   on 2000/05/15  13:41:48
75781         Log: The (Configure) script refuses to go on, after asking for
75782              'You may also choose to try maximal 64-bitness....'.
75783              If answer is yes the script can't find the 'workshoplibpth.cbu' file.
75784              -- Patrick Zima
75785              p5p Message-Id: <200005151108.NAA19733@pc026991.otn.lm.dasa.de> 
75786      Branch: cfgperl
75787            ! hints/solaris_2.sh
75788 ____________________________________________________________________________
75789 [  6105] By: jhi                                   on 2000/05/11  14:37:43
75790         Log: Integrate with Sarathy.
75791      Branch: cfgperl
75792           !> embed.h embed.pl global.sym makedef.pl objXSUB.h perl.c
75793           !> perlapi.c pod/perlapi.pod proto.h win32/win32.c
75794 ____________________________________________________________________________
75795 [  6104] By: gsar                                  on 2000/05/11  03:39:07
75796         Log: PL_sys_intern was being initialized too late on windows
75797      Branch: perl
75798            ! embed.h embed.pl global.sym makedef.pl objXSUB.h perl.c
75799            ! perlapi.c pod/perlapi.pod proto.h win32/win32.c
75800 ____________________________________________________________________________
75801 [  6103] By: jhi                                   on 2000/05/09  19:42:20
75802         Log: Test tweaking for Unicos continues.
75803      Branch: cfgperl
75804            ! t/op/64bitint.t
75805 ____________________________________________________________________________
75806 [  6102] By: jhi                                   on 2000/05/09  16:47:27
75807         Log: The test suite tweak in #6101 wasn't quite right.
75808      Branch: cfgperl
75809            ! t/lib/complex.t
75810 ____________________________________________________________________________
75811 [  6101] By: jhi                                   on 2000/05/09  15:35:34
75812         Log: Hints and test tweaks for Unicos.
75813      Branch: cfgperl
75814            ! hints/unicos.sh t/lib/b.t t/lib/complex.t t/op/64bitint.t
75815 ____________________________________________________________________________
75816 [  6100] By: jhi                                   on 2000/05/08  21:15:06
75817         Log: More compilation tweakery from Allen Smith.
75818      Branch: cfgperl
75819            ! hints/irix_6.sh
75820 ____________________________________________________________________________
75821 [  6099] By: jhi                                   on 2000/05/08  19:21:18
75822         Log: Tweaks for the cc bugs from Allen Smith.
75823      Branch: cfgperl
75824            ! hints/irix_6.sh
75825 ____________________________________________________________________________
75826 [  6098] By: jhi                                   on 2000/05/08  19:13:37
75827         Log: Add a note about other, yet unsupported, shadow password APIs.
75828      Branch: cfgperl
75829            ! pp_sys.c
75830 ____________________________________________________________________________
75831 [  6097] By: jhi                                   on 2000/05/08  18:46:34
75832         Log: Add a note about possible compilation problems from Allen Smith.
75833      Branch: cfgperl
75834            ! hints/irix_6.sh
75835 ____________________________________________________________________________
75836 [  6096] By: jhi                                   on 2000/05/08  17:33:10
75837         Log: Integrate with Sarathy.
75838      Branch: cfgperl
75839           !> README.cygwin cygwin/Makefile.SHs cygwin/cygwin.c
75840           !> hints/cygwin.sh pp_sys.c sv.c win32/perlhost.h
75841 ____________________________________________________________________________
75842 [  6095] By: jhi                                   on 2000/05/08  16:21:33
75843         Log: Introduce NV_PRESERVED_BITS.  Not yet used anywhere but
75844              might be useful in future.
75845      Branch: cfgperl
75846            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
75847            ! config_h.SH
75848      Branch: metaconfig
75849            ! U/installdirs/inc_version_list.U
75850      Branch: metaconfig/U/perl
75851            ! perlxv.U
75852 ____________________________________________________________________________
75853 [  6094] By: gsar                                  on 2000/05/08  14:22:22
75854         Log: cygwin update (from Eric Fifer <efifer@sanwaint.com>)
75855      Branch: perl
75856            ! README.cygwin cygwin/Makefile.SHs cygwin/cygwin.c
75857            ! hints/cygwin.sh pp_sys.c
75858 ____________________________________________________________________________
75859 [  6093] By: gsar                                  on 2000/05/08  12:52:28
75860         Log: fork() failure to create pseudo process sets errno=EAGAIN and returns
75861              undef on windows (from Clinton Pierce <clintp@geeksalad.org>)
75862      Branch: perl
75863            ! pp_sys.c sv.c win32/perlhost.h
75864 ____________________________________________________________________________
75865 [  6092] By: jhi                                   on 2000/05/07  22:40:34
75866         Log: Regen perltoc with the fixed buildtoc.
75867      Branch: cfgperl
75868            ! pod/perltoc.pod
75869 ____________________________________________________________________________
75870 [  6091] By: jhi                                   on 2000/05/07  22:24:16
75871         Log: Integrate with Sarathy.
75872      Branch: cfgperl
75873           !> perl.c pod/buildtoc pp.c pp_hot.c sv.c t/op/quotemeta.t
75874           !> t/op/substr.t toke.c
75875 ____________________________________________________________________________
75876 [  6090] By: gsar                                  on 2000/05/07  19:47:07
75877         Log: concat doesn't preserve utf8-ness, and doesn't invalidate
75878              [NI]OK; added tests for both
75879      Branch: perl
75880            ! perl.c pp_hot.c sv.c t/op/substr.t
75881 ____________________________________________________________________________
75882 [  6089] By: gsar                                  on 2000/05/07  18:18:38
75883         Log: buildtoc tweak to fix newline lossage
75884      Branch: perl
75885            ! pod/buildtoc
75886 ____________________________________________________________________________
75887 [  6088] By: jhi                                   on 2000/05/07  16:35:36
75888         Log: Remove HAS_SETSPENT, HAS_GETSPENT, HAS_ENDSPENT,
75889              because we do not use those.  The HAS_GETSPNAM remains,
75890              though, because we still do use that.
75891      Branch: cfgperl
75892            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
75893            ! config_h.SH epoc/config.sh hints/machten.sh pod/perltoc.pod
75894            ! pp_sys.c vms/subconfigure.com vos/config.def vos/config.h
75895            ! vos/config_h.SH_orig win32/config.bc win32/config.gc
75896            ! win32/config.vc win32/config_H.bc win32/config_H.gc
75897            ! win32/config_H.vc win32/config_h.PL win32/config_sh.PL
75898 ____________________________________________________________________________
75899 [  6087] By: gsar                                  on 2000/05/07  16:05:16
75900         Log: reverse() and quotemeta() weren't preserving utf8-ness; add tests
75901      Branch: perl
75902            ! pp.c sv.c t/op/quotemeta.t t/op/substr.t toke.c
75903 ____________________________________________________________________________
75904 [  6086] By: jhi                                   on 2000/05/07  15:27:07
75905         Log: Integrate with Sarathy.
75906      Branch: cfgperl
75907           +> lib/File/Temp.pm t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
75908           +> t/lib/ftmp-security.t t/lib/ftmp-tempfile.t
75909           !> AUTHORS MAINTAIN MANIFEST iperlsys.h lib/Carp/Heavy.pm
75910           !> lib/diagnostics.pm pod/perlfunc.pod pod/perlrun.pod
75911           !> pod/perltie.pod pp.c t/lib/peek.t t/op/substr.t
75912           !> utils/perlbug.PL vms/vms.c vms/vmsish.h
75913 ____________________________________________________________________________
75914 [  6085] By: gsar                                  on 2000/05/07  05:52:02
75915         Log: repeat operator (x) doesn't preserve utf8-ness
75916      Branch: perl
75917            ! pp.c t/op/substr.t
75918 ____________________________________________________________________________
75919 [  6084] By: gsar                                  on 2000/05/07  05:39:55
75920         Log: substr() does not preserve utf8-ness (from Stefan Eissing
75921              <Eissing@medicaldataservice.de>); added tests
75922      Branch: perl
75923            ! pp.c t/op/substr.t
75924 ____________________________________________________________________________
75925 [  6083] By: gsar                                  on 2000/05/07  05:24:46
75926         Log: note about undocumented caller() return value (from M.J.T. Guy);
75927              yet another peek.t tweak
75928      Branch: perl
75929            ! pod/perlfunc.pod t/lib/peek.t
75930 ____________________________________________________________________________
75931 [  6082] By: gsar                                  on 2000/05/07  05:08:40
75932         Log: peek.t non-portable to ithreads
75933      Branch: perl
75934            ! t/lib/peek.t
75935 ____________________________________________________________________________
75936 [  6081] By: gsar                                  on 2000/05/07  04:17:04
75937         Log: better default perlbug categories for ok reports (from Richard Foley)
75938      Branch: perl
75939            ! utils/perlbug.PL
75940 ____________________________________________________________________________
75941 [  6080] By: gsar                                  on 2000/05/07  04:08:07
75942         Log: add File::Temp v0.08 from CPAN, with small tweaks to testsuite
75943              (from Tim Jenness <t.jenness@jach.hawaii.edu>)
75944      Branch: perl
75945            + lib/File/Temp.pm t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
75946            + t/lib/ftmp-security.t t/lib/ftmp-tempfile.t
75947            ! AUTHORS MAINTAIN MANIFEST
75948 ____________________________________________________________________________
75949 [  6079] By: gsar                                  on 2000/05/07  04:01:38
75950         Log: remove outdated kludge in Carp (NULLs are permitted in diagnostics now)
75951      Branch: perl
75952            ! lib/Carp/Heavy.pm
75953 ____________________________________________________________________________
75954 [  6078] By: gsar                                  on 2000/05/07  01:24:19
75955         Log: workaround for CRT bug in chdir() (from Charles Lane, via
75956              Peter Prymmer)
75957      Branch: perl
75958            ! iperlsys.h vms/vms.c vms/vmsish.h
75959 ____________________________________________________________________________
75960 [  6077] By: gsar                                  on 2000/05/07  01:22:23
75961         Log: avoid warnings in diagnostics.pm; pod tweaks (from Peter Prymmer
75962              and Tom Phoenix)
75963      Branch: perl
75964            ! lib/diagnostics.pm pod/perlrun.pod pod/perltie.pod
75965 ____________________________________________________________________________
75966 [  6076] By: gsar                                  on 2000/05/06  17:36:29
75967         Log: integrate cfgperl contents into mainline
75968      Branch: perl
75969           +> t/lib/peek.t
75970           !> Configure MANIFEST Porting/Glossary Porting/config.sh
75971           !> Porting/config_H config_h.SH ext/POSIX/POSIX.xs
75972           !> hints/unicos.sh lib/Math/Complex.pm pp_sys.c sv.c
75973           !> t/lib/complex.t t/op/grent.t t/op/pwent.t toke.c util.c
75974 ____________________________________________________________________________
75975 [  6075] By: jhi                                   on 2000/05/05  18:56:10
75976         Log: Make the test more portable.
75977      Branch: cfgperl
75978            ! t/lib/peek.t
75979 ____________________________________________________________________________
75980 [  6074] By: jhi                                   on 2000/05/05  18:49:20
75981         Log: Introduce t/lib/peek.t.
75982      Branch: cfgperl
75983            + t/lib/peek.t
75984            ! MANIFEST
75985 ____________________________________________________________________________
75986 [  6073] By: jhi                                   on 2000/05/05  14:30:45
75987         Log: Complex tweaks.
75988      Branch: cfgperl
75989            ! lib/Math/Complex.pm t/lib/complex.t
75990 ____________________________________________________________________________
75991 [  6072] By: jhi                                   on 2000/05/05  12:27:13
75992         Log: Integrate with Sarathy.
75993      Branch: cfgperl
75994           !> lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_Win32.pm
75995           !> lib/File/Spec.pm lib/File/Spec/Mac.pm lib/File/Spec/Unix.pm
75996           !> lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm perl.c
75997           !> pod/perlfunc.pod t/lib/anydbm.t win32/win32.c
75998 ____________________________________________________________________________
75999 [  6071] By: gsar                                  on 2000/05/05  02:24:46
76000         Log: misformatted perllocal.pod (from Tim Jenness
76001              <t.jenness@jach.hawaii.edu>)
76002      Branch: perl
76003            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_Win32.pm
76004 ____________________________________________________________________________
76005 [  6070] By: gsar                                  on 2000/05/05  02:16:52
76006         Log: remove misleading comment (from M.J.T. Guy)
76007      Branch: perl
76008            ! t/lib/anydbm.t
76009 ____________________________________________________________________________
76010 [  6069] By: gsar                                  on 2000/05/05  02:15:13
76011         Log: File::Spec compatibility update (from Barrie Slaymaker
76012              <barries@slaysys.com>)
76013      Branch: perl
76014            ! lib/File/Spec.pm lib/File/Spec/Mac.pm lib/File/Spec/Unix.pm
76015            ! lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm
76016 ____________________________________________________________________________
76017 [  6068] By: gsar                                  on 2000/05/05  02:01:50
76018         Log: note about values()
76019      Branch: perl
76020            ! pod/perlfunc.pod
76021 ____________________________________________________________________________
76022 [  6067] By: gsar                                  on 2000/05/05  01:33:09
76023         Log: replace direct call to sighandler() with (*PL_sighandlerp)()
76024      Branch: perl
76025            ! win32/win32.c
76026 ____________________________________________________________________________
76027 [  6066] By: gsar                                  on 2000/05/05  01:23:43
76028         Log: s/END/CHECK/
76029      Branch: perl
76030            ! perl.c
76031 ____________________________________________________________________________
76032 [  6065] By: jhi                                   on 2000/05/04  17:30:22
76033         Log: Integrate with Sarathy.
76034      Branch: cfgperl
76035           !> pp_sys.c sv.c t/pragma/utf8.t toke.c
76036 ____________________________________________________________________________
76037 [  6064] By: gsar                                  on 2000/05/04  17:26:14
76038         Log: change#5905 wasn't quite right--it's intent only applies when arguments
76039              to sv_vcatpvfn() are SVs instead of C types; back out change#5907 as well
76040      Branch: perl
76041            ! pp_sys.c sv.c
76042 ____________________________________________________________________________
76043 [  6063] By: gsar                                  on 2000/05/04  16:52:29
76044         Log: tokeq() could read unallocated field in argument
76045      Branch: perl
76046            ! toke.c
76047 ____________________________________________________________________________
76048 [  6062] By: gsar                                  on 2000/05/04  16:34:51
76049         Log: additional tests for utf8.t
76050      Branch: perl
76051            ! t/pragma/utf8.t
76052 ____________________________________________________________________________
76053 [  6061] By: gsar                                  on 2000/05/04  16:09:28
76054         Log: change#5921 neglected to make eq honor "use bytes"
76055      Branch: perl
76056            ! sv.c
76057 ____________________________________________________________________________
76058 [  6060] By: jhi                                   on 2000/05/04  15:30:16
76059         Log: Integrate with Sarathy.
76060      Branch: cfgperl
76061           !> perl.c regcomp.c t/pragma/utf8.t
76062 ____________________________________________________________________________
76063 [  6059] By: jhi                                   on 2000/05/04  15:26:37
76064         Log: The logic of choosing strtol/strtoul/strtoll/strtoull was wrong
76065              in natively 64-bit platforms where a long is a quad (no need
76066              for long longs).  Also added bias for IVs.
76067      Branch: cfgperl
76068            ! toke.c
76069 ____________________________________________________________________________
76070 [  6058] By: gsar                                  on 2000/05/04  00:19:14
76071         Log: printf(...) should be PerlIO_printf(PerlIO_stdout(), ...)
76072              (spotted by Donald Kinzer <dkinzer@premia.com>)
76073      Branch: perl
76074            ! perl.c
76075 ____________________________________________________________________________
76076 [  6057] By: gsar                                  on 2000/05/03  18:34:01
76077         Log: fix broken parsing of /\x{ab}/
76078      Branch: perl
76079            ! regcomp.c t/pragma/utf8.t
76080 ____________________________________________________________________________
76081 [  6056] By: jhi                                   on 2000/05/03  17:57:16
76082         Log: The search of infinity continues, this time simplified.
76083      Branch: cfgperl
76084            ! lib/Math/Complex.pm
76085 ____________________________________________________________________________
76086 [  6055] By: jhi                                   on 2000/05/03  17:45:30
76087         Log: Detypo.
76088      Branch: cfgperl
76089            ! hints/unicos.sh
76090 ____________________________________________________________________________
76091 [  6054] By: jhi                                   on 2000/05/02  22:28:27
76092         Log: Be more forgiving in POSIX about HUGE_VALL.
76093      Branch: cfgperl
76094            ! ext/POSIX/POSIX.xs
76095 ____________________________________________________________________________
76096 [  6053] By: jhi                                   on 2000/05/02  22:25:05
76097         Log: Integrate with Sarathy.
76098      Branch: cfgperl
76099           !> hints/irix_6.sh pod/perlop.pod
76100 ____________________________________________________________________________
76101 [  6052] By: jhi                                   on 2000/05/02  22:24:31
76102         Log: Unicos hint tweak.
76103      Branch: cfgperl
76104            ! hints/unicos.sh
76105 ____________________________________________________________________________
76106 [  6051] By: jhi                                   on 2000/05/02  22:21:26
76107         Log: Complex tweakery.
76108      Branch: cfgperl
76109            ! lib/Math/Complex.pm t/lib/complex.t
76110 ____________________________________________________________________________
76111 [  6050] By: jhi                                   on 2000/05/02  19:26:22
76112         Log: Use setxxent()/endxxent().
76113      Branch: cfgperl
76114            ! t/op/grent.t t/op/pwent.t
76115 ____________________________________________________________________________
76116 [  6049] By: jhi                                   on 2000/05/02  19:06:02
76117         Log: Test both the scalar and list contexts.
76118      Branch: cfgperl
76119            ! t/op/grent.t t/op/pwent.t
76120 ____________________________________________________________________________
76121 [  6048] By: gsar                                  on 2000/05/02  18:29:10
76122         Log: add note about how $( doesn't interpolate in REs (from
76123              Philip Newton <newton@ficus.frogspace.net>)
76124      Branch: perl
76125            ! pod/perlop.pod
76126 ____________________________________________________________________________
76127 [  6047] By: jhi                                   on 2000/05/02  17:41:24
76128         Log: Call getspnam() only iff needed.
76129      Branch: cfgperl
76130            ! pp_sys.c
76131 ____________________________________________________________________________
76132 [  6046] By: gsar                                  on 2000/05/02  17:07:25
76133         Log: libscheck has insufficient checks for n32 libs (from
76134              Albert Chin-A-Young <china@thewrittenword.com>)
76135      Branch: perl
76136            ! hints/irix_6.sh
76137 ____________________________________________________________________________
76138 [  6045] By: jhi                                   on 2000/05/02  13:57:17
76139         Log: Integrate with Sarathy.
76140      Branch: cfgperl
76141           !> MANIFEST Porting/makerel perl.c pod/perlretut.pod
76142           !> pod/perltrap.pod pp.c regcomp.c t/op/oct.t toke.c util.c
76143 ____________________________________________________________________________
76144 [  6044] By: gsar                                  on 2000/05/02  06:48:19
76145         Log: change#3798 broke the meaning of "\0_7_7", tr/\0_// etc.; fix it
76146              such that underscores are only ignored in literal numbers,
76147              "\x{...}", and hex/oct argument
76148      Branch: perl
76149            ! perl.c pp.c regcomp.c t/op/oct.t toke.c util.c
76150 ____________________________________________________________________________
76151 [  6043] By: gsar                                  on 2000/05/02  02:22:29
76152         Log: perlretut revisions (from Mark Kvale <kvale@phy.ucsf.edu>)
76153      Branch: perl
76154            ! pod/perlretut.pod
76155 ____________________________________________________________________________
76156 [  6042] By: gsar                                  on 2000/05/02  02:17:51
76157         Log: remove outdated perltrap entry (from Peter Scott <Peter@PSDT.com>)
76158      Branch: perl
76159            ! pod/perltrap.pod
76160 ____________________________________________________________________________
76161 [  6041] By: gsar                                  on 2000/05/02  01:53:51
76162         Log: cpio 2.4.2 on Linux creates directories in 0700 mode, adjust makerel
76163              to compensate
76164      Branch: perl
76165            ! Porting/makerel
76166 ____________________________________________________________________________
76167 [  6040] By: gsar                                  on 2000/05/02  01:51:57
76168         Log: missing files in MANIFEST
76169      Branch: perl
76170            ! MANIFEST
76171 ____________________________________________________________________________
76172 [  6039] By: jhi                                   on 2000/05/02  00:36:46
76173         Log: Infinite problems.
76174      Branch: cfgperl
76175            ! lib/Math/Complex.pm
76176 ____________________________________________________________________________
76177 [  6038] By: jhi                                   on 2000/05/02  00:06:38
76178         Log: pwent/spent #ifdef imbalance.
76179      Branch: cfgperl
76180            ! pp_sys.c
76181 ____________________________________________________________________________
76182 [  6037] By: jhi                                   on 2000/05/01  22:50:11
76183         Log: Use HUGE_VALL if applicable.
76184      Branch: cfgperl
76185            ! ext/POSIX/POSIX.xs util.c
76186 ____________________________________________________________________________
76187 [  6036] By: jhi                                   on 2000/05/01  22:20:53
76188         Log: Correct Freudian slip.
76189      Branch: cfgperl
76190            ! pp_sys.c
76191 ____________________________________________________________________________
76192 [  6035] By: jhi                                   on 2000/05/01  21:07:38
76193         Log: Continue on the pwent/spent case.
76194      Branch: cfgperl
76195            ! pp_sys.c
76196 ____________________________________________________________________________
76197 [  6034] By: jhi                                   on 2000/05/01  17:45:14
76198         Log: Integrate with Sarathy; unfortunately Sarathy's whitespace
76199              adjustments in 6032 conflicted badly with this, will have
76200              to revisit them later.
76201      Branch: cfgperl
76202           +> lib/CGI/Util.pm t/lib/cgi-pretty.t
76203           !> MANIFEST lib/CGI.pm lib/CGI/Carp.pm lib/CGI/Cookie.pm
76204           !> lib/CGI/Pretty.pm lib/CGI/Push.pm lib/English.pm
76205           !> lib/Pod/Man.pm lib/Pod/Text.pm lib/diagnostics.pm
76206           !> pod/perldiag.pod pod/perlvar.pod pp_sys.c t/lib/cgi-function.t
76207           !> t/lib/cgi-html.t t/lib/cgi-request.t
76208 ____________________________________________________________________________
76209 [  6033] By: jhi                                   on 2000/05/01  17:40:49
76210         Log: Rewrite the pwent/spent logic to be a little bit more clearer.
76211      Branch: cfgperl
76212            ! pp_sys.c
76213 ____________________________________________________________________________
76214 [  6032] By: gsar                                  on 2000/05/01  15:56:32
76215         Log: whitespace adjustments
76216      Branch: perl
76217            ! pp_sys.c
76218 ____________________________________________________________________________
76219 [  6031] By: gsar                                  on 2000/05/01  15:19:41
76220         Log: small nits in diagnostics.pm (from Robin Barker)
76221      Branch: perl
76222            ! lib/diagnostics.pm pod/perldiag.pod
76223 ____________________________________________________________________________
76224 [  6030] By: gsar                                  on 2000/05/01  08:39:18
76225         Log: introduce @LAST_MATCH_START and @LAST_MATCH_END, English aliases
76226              for @- and @+ (from Johan Vromans)
76227      Branch: perl
76228            ! lib/English.pm pod/perlvar.pod
76229 ____________________________________________________________________________
76230 [  6029] By: gsar                                  on 2000/05/01  08:16:10
76231         Log: add CGI.pm v2.66 (from Lincoln Stein)
76232      Branch: perl
76233            + lib/CGI/Util.pm t/lib/cgi-pretty.t
76234            ! MANIFEST lib/CGI.pm lib/CGI/Carp.pm lib/CGI/Cookie.pm
76235            ! lib/CGI/Pretty.pm lib/CGI/Push.pm t/lib/cgi-function.t
76236            ! t/lib/cgi-html.t t/lib/cgi-request.t
76237 ____________________________________________________________________________
76238 [  6028] By: gsar                                  on 2000/05/01  06:34:41
76239         Log: Pod::Man generates groff-incompatible macro definition (from
76240              Tom Christiansen)
76241      Branch: perl
76242            ! lib/Pod/Man.pm
76243 ____________________________________________________________________________
76244 [  6027] By: gsar                                  on 2000/05/01  06:31:36
76245         Log: podlators-1.02 update (from Russ Allbery)
76246      Branch: perl
76247            ! lib/Pod/Man.pm lib/Pod/Text.pm
76248 ____________________________________________________________________________
76249 [  6026] By: jhi                                   on 2000/04/30  23:24:23
76250         Log: Integrate with Sarathy.
76251      Branch: cfgperl
76252           !> README.win32 ext/File/Glob/Glob.pm ext/Sys/Syslog/Syslog.pm
76253           !> ext/Sys/Syslog/Syslog.xs lib/perl5db.pl
76254           !> lib/unicode/Is/Alnum.pl lib/unicode/Is/Alpha.pl
76255           !> lib/unicode/Is/Word.pl lib/unicode/mktables.PL
76256           !> pod/perl56delta.pod sv.c t/lib/b.t t/lib/open3.t
76257           !> t/lib/syslog.t toke.c win32/win32.h
76258 ____________________________________________________________________________
76259 [  6025] By: gsar                                  on 2000/04/30  18:17:47
76260         Log: Is{Alnum,Alpha,Word} don't match titlecase
76261              
76262              TODO: IsSpace is defined recursively!
76263              
76264              (both spotted by Larry)
76265      Branch: perl
76266            ! lib/unicode/Is/Alnum.pl lib/unicode/Is/Alpha.pl
76267            ! lib/unicode/Is/Word.pl lib/unicode/mktables.PL
76268 ____________________________________________________________________________
76269 [  6024] By: gsar                                  on 2000/04/30  17:50:19
76270         Log: extend "Unrecognized escape" warning to \8, \9, and \_ as well
76271              (from Hugo van der Sanden)
76272      Branch: perl
76273            ! toke.c
76274 ____________________________________________________________________________
76275 [  6023] By: gsar                                  on 2000/04/30  17:14:43
76276         Log: debugger stomps on $. (from M.J.T. Guy)
76277      Branch: perl
76278            ! lib/perl5db.pl
76279 ____________________________________________________________________________
76280 [  6022] By: gsar                                  on 2000/04/30  16:59:22
76281         Log: unbalanced LEAVE after perl_clone(...,0) (from Doug MacEachern)
76282      Branch: perl
76283            ! sv.c
76284 ____________________________________________________________________________
76285 [  6021] By: gsar                                  on 2000/04/29  21:00:08
76286         Log: remove Win2K issue in pod (fixed by change#6020)
76287      Branch: perl
76288            ! README.win32 pod/perl56delta.pod
76289 ____________________________________________________________________________
76290 [  6020] By: gsar                                  on 2000/04/29  20:51:49
76291         Log: test tweak
76292      Branch: perl
76293            ! t/lib/open3.t
76294 ____________________________________________________________________________
76295 [  6019] By: gsar                                  on 2000/04/29  20:34:27
76296         Log: windows portability tweaks
76297      Branch: perl
76298            ! t/lib/b.t win32/win32.h
76299 ____________________________________________________________________________
76300 [  6018] By: gsar                                  on 2000/04/29  19:55:24
76301         Log: make lib/syslog.t portable to systems that don't have _PATH_LOG,
76302              make _PATH_LOG() return "" if unavailable
76303      Branch: perl
76304            ! ext/File/Glob/Glob.pm ext/Sys/Syslog/Syslog.pm
76305            ! ext/Sys/Syslog/Syslog.xs t/lib/syslog.t
76306 ____________________________________________________________________________
76307 [  6017] By: jhi                                   on 2000/04/28  22:49:46
76308         Log: Integrate with Sarathy.
76309      Branch: cfgperl
76310           !> op.c perl.c pod/perldiag.pod t/lib/b.t
76311 ____________________________________________________________________________
76312 [  6016] By: jhi                                   on 2000/04/28  22:46:14
76313         Log: Do not warn that an infinity does not look like a number.
76314      Branch: cfgperl
76315            ! sv.c
76316 ____________________________________________________________________________
76317 [  6015] By: gsar                                  on 2000/04/28  22:35:49
76318         Log: tweak test for portability
76319      Branch: perl
76320            ! t/lib/b.t
76321 ____________________________________________________________________________
76322 [  6014] By: gsar                                  on 2000/04/28  22:05:31
76323         Log: glob() loading File::Glob behind the scenes may cause syntax errors
76324      Branch: perl
76325            ! op.c
76326 ____________________________________________________________________________
76327 [  6013] By: gsar                                  on 2000/04/28  21:25:22
76328         Log: tweak change#5945 to display correct switch name in diagnostic
76329      Branch: perl
76330            ! perl.c pod/perldiag.pod
76331 ____________________________________________________________________________
76332 [  6012] By: jhi                                   on 2000/04/28  21:08:12
76333         Log: Integrate with Sarathy.
76334      Branch: cfgperl
76335           !> Changes ext/IO/lib/IO/Poll.pm installperl pod/perl56delta.pod
76336           !> pod/perldelta.pod pod/perlfunc.pod pod/perlmod.pod
76337           !> t/lib/io_poll.t utils/perldoc.PL vms/subconfigure.com
76338 ____________________________________________________________________________
76339 [  6011] By: jhi                                   on 2000/04/28  21:04:46
76340         Log: &HUGE_VAL is not defined, it exists.
76341      Branch: cfgperl
76342            ! lib/Math/Complex.pm
76343 ____________________________________________________________________________
76344 [  6010] By: gsar                                  on 2000/04/28  21:02:58
76345         Log: clarify note about shadow password support (from
76346              gellyfish@gellyfish.com)
76347      Branch: perl
76348            ! pod/perlfunc.pod
76349 ____________________________________________________________________________
76350 [  6009] By: gsar                                  on 2000/04/28  21:00:00
76351         Log: IO::Poll bugs fixed (from Lincoln Stein <lstein@cshl.org>)
76352      Branch: perl
76353            ! ext/IO/lib/IO/Poll.pm t/lib/io_poll.t
76354 ____________________________________________________________________________
76355 [  6008] By: gsar                                  on 2000/04/28  20:56:33
76356         Log: VMS config tweak (from Craig A. Berry <craig.berry@metamorgs.com>)
76357      Branch: perl
76358            ! installperl vms/subconfigure.com
76359 ____________________________________________________________________________
76360 [  6007] By: gsar                                  on 2000/04/28  20:51:21
76361         Log: note about compile failures and END blocks (from M.J.T. Guy)
76362      Branch: perl
76363            ! pod/perl56delta.pod pod/perlmod.pod
76364 ____________________________________________________________________________
76365 [  6006] By: jhi                                   on 2000/04/28  20:42:14
76366         Log: Regen Configure.
76367      Branch: cfgperl
76368            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
76369            ! config_h.SH
76370 ____________________________________________________________________________
76371 [  6005] By: gsar                                  on 2000/04/28  20:41:16
76372         Log: perldoc might fail via "use blib" (from Hugo van der Sanden)
76373      Branch: perl
76374            ! utils/perldoc.PL
76375 ____________________________________________________________________________
76376 [  6004] By: jhi                                   on 2000/04/28  20:28:21
76377         Log: Integrate with Sarathy.
76378      Branch: cfgperl
76379           !> Configure INSTALL Porting/Glossary Porting/config.sh
76380           !> Porting/config_H config_h.SH epoc/config.sh perl.c sv.c
76381           !> t/pragma/warn/toke toke.c vms/subconfigure.com vos/config.def
76382           !> vos/config_h.SH_orig win32/config.bc win32/config.gc
76383           !> win32/config.vc win32/win32.c
76384 ____________________________________________________________________________
76385 [  6003] By: gsar                                  on 2000/04/28  20:11:20
76386         Log: allow REG_EXPAND_SZ keys in Windows registry (from
76387              John Clayton <John.Clayton@barclayscapital.com>)
76388      Branch: perl
76389            ! win32/win32.c
76390 ____________________________________________________________________________
76391 [  6002] By: gsar                                  on 2000/04/28  19:34:16
76392         Log: destructive sv_setsv() can lose UV-ness from source, causing
76393              numeric promotions/comparisons to fail to do the right thing
76394      Branch: perl
76395            ! sv.c
76396 ____________________________________________________________________________
76397 [  6001] By: gsar                                  on 2000/04/28  18:44:15
76398         Log: support additional library locations via $Config{otherlibdirs}
76399              (from Andy Dougherty)
76400      Branch: perl
76401            ! Configure INSTALL Porting/Glossary Porting/config.sh
76402            ! Porting/config_H config_h.SH epoc/config.sh perl.c
76403            ! vms/subconfigure.com vos/config.def vos/config_h.SH_orig
76404            ! win32/config.bc win32/config.gc win32/config.vc
76405 ____________________________________________________________________________
76406 [  6000] By: gsar                                  on 2000/04/28  18:26:58
76407         Log: reworked otherlibdirs.U (from Andy Dougherty)
76408      Branch: metaconfig
76409            ! U/installdirs/otherlibdirs.U
76410 ____________________________________________________________________________
76411 [  5999] By: gsar                                  on 2000/04/28  18:17:07
76412         Log: fix line renumbering bug in C<eval qq[#line 10 "X"\nwarn]>
76413      Branch: perl
76414            ! t/pragma/warn/toke toke.c
76415 ____________________________________________________________________________
76416 [  5998] By: jhi                                   on 2000/04/28  13:32:17
76417         Log: Try to get "Inf" by using &POSIX::HUGE_VAL in sprintf.
76418      Branch: cfgperl
76419            ! lib/Math/Complex.pm
76420 ____________________________________________________________________________
76421 [  5997] By: jhi                                   on 2000/04/28  13:14:04
76422         Log: Preserve $!.
76423      Branch: cfgperl
76424            ! lib/Math/Complex.pm
76425 ____________________________________________________________________________
76426 [  5996] By: jhi                                   on 2000/04/28  12:59:23
76427         Log: Integrate with Sarathy.
76428      Branch: cfgperl
76429           +> pod/perlrequick.pod pod/perlretut.pod
76430           !> (integrate 51 files)
76431 ____________________________________________________________________________
76432 [  5995] By: gsar                                  on 2000/04/28  09:37:36
76433         Log: fixes for bugs in C<use warnings qw(FATAL all)> (from Paul Marquess)
76434      Branch: perl
76435            ! mg.c t/pragma/warn/7fatal warnings.h warnings.pl
76436 ____________________________________________________________________________
76437 [  5994] By: gsar                                  on 2000/04/28  09:33:26
76438         Log: fix for missed accounting for null byte in pack("Z",...) (from
76439              M.J.T. Guy)
76440      Branch: perl
76441            ! pp.c t/op/pack.t
76442 ____________________________________________________________________________
76443 [  5993] By: gsar                                  on 2000/04/28  09:30:05
76444         Log: various minor tweaks seen on p5p
76445      Branch: perl
76446            ! lib/perl5db.pl pod/perlipc.pod pod/perlvar.pod
76447 ____________________________________________________________________________
76448 [  5992] By: gsar                                  on 2000/04/28  09:08:19
76449         Log: pod nit (from Simon Cozens)
76450      Branch: perl
76451            ! pod/perlop.pod
76452 ____________________________________________________________________________
76453 [  5991] By: gsar                                  on 2000/04/28  09:06:36
76454         Log: posix-bc patches (from Dorner Thomas <Thomas.Dorner@start.de>)
76455      Branch: perl
76456            ! README.posix-bc hints/posix-bc.sh
76457 ____________________________________________________________________________
76458 [  5990] By: gsar                                  on 2000/04/28  08:54:52
76459         Log: use $ENV{LIB} to search for libs under Visual C compiler
76460              on Windows (from Jochen Wiedmann <joe@ispsoft.de>)
76461      Branch: perl
76462            ! lib/ExtUtils/Liblist.pm
76463 ____________________________________________________________________________
76464 [  5989] By: gsar                                  on 2000/04/28  08:27:12
76465         Log: qw(a\\b) must be parsed like 'a\\b', i.e., backslash escapes
76466              itself and no other (from Tom Hughes)
76467      Branch: perl
76468            ! t/op/array.t toke.c
76469 ____________________________________________________________________________
76470 [  5988] By: gsar                                  on 2000/04/28  08:01:38
76471         Log: s/HTMLSCRIPTPOD/HTMLSCRIPTPODS/ (from Paul Sharpe
76472              <paul@miraclefish.com>)
76473      Branch: perl
76474            ! lib/ExtUtils/MakeMaker.pm
76475 ____________________________________________________________________________
76476 [  5987] By: gsar                                  on 2000/04/28  07:53:09
76477         Log: B::Bytecode tweaks (from Simon Cozens <simon@brecon.co.uk>)
76478      Branch: perl
76479            ! ext/B/B/Bytecode.pm ext/B/B/Disassembler.pm
76480 ____________________________________________________________________________
76481 [  5986] By: gsar                                  on 2000/04/28  07:44:17
76482         Log: add regular expressions tutorial and quick-start guide (from
76483              Mark Kvale <kvale@phy.ucsf.edu>)
76484      Branch: perl
76485            + pod/perlrequick.pod pod/perlretut.pod
76486            ! AUTHORS MAINTAIN MANIFEST
76487 ____________________________________________________________________________
76488 [  5985] By: gsar                                  on 2000/04/28  07:30:28
76489         Log: forked child may not exit correctly if it failed to open
76490              /dev/console (from Graham Barr)
76491      Branch: perl
76492            ! ext/Sys/Syslog/Syslog.pm
76493 ____________________________________________________________________________
76494 [  5984] By: gsar                                  on 2000/04/28  07:27:20
76495         Log: attributes::reftype() doesn't work on tied argument
76496      Branch: perl
76497            ! xsutils.c
76498 ____________________________________________________________________________
76499 [  5983] By: gsar                                  on 2000/04/28  07:15:04
76500         Log: numeric conversion of non-number in change#3378 tramples on
76501              OOK offset, causing segfaults
76502      Branch: perl
76503            ! sv.c
76504 ____________________________________________________________________________
76505 [  5982] By: gsar                                  on 2000/04/28  04:48:25
76506         Log: avoid error in IO::Socket::INET when given an unknown service name
76507              with a port number (from Brian Raven <brianr@ssprdmh01.liffe.com>)
76508      Branch: perl
76509            ! ext/IO/lib/IO/Socket/INET.pm
76510 ____________________________________________________________________________
76511 [  5981] By: gsar                                  on 2000/04/28  04:31:31
76512         Log: rename File::Glob::glob() to File::Glob::bsd_glob() to avoid
76513              prototype mismatch with CORE::glob(); update pod and tests to
76514              suit (File::Glob::glob() is still available for backward
76515              compatibility, but should be considered deprecated)
76516      Branch: perl
76517            ! ext/File/Glob/Glob.pm t/lib/glob-basic.t t/lib/glob-case.t
76518            ! t/lib/glob-taint.t
76519 ____________________________________________________________________________
76520 [  5980] By: gsar                                  on 2000/04/28  03:47:29
76521         Log: allow Configure -S to run non-interactively (spotted by Greg Hudson
76522              <ghudson@mit.edu>)
76523      Branch: metaconfig
76524            ! U/modified/Options.U
76525      Branch: perl
76526            ! Configure
76527 ____________________________________________________________________________
76528 [  5979] By: gsar                                  on 2000/04/28  03:07:54
76529         Log: under useithreads, constant pad entries could inadvertently be
76530              shared across threads (from Eric Blood <eblood@xmission.com>);
76531              added Eric's test case to testsuite
76532      Branch: perl
76533            ! op.c t/op/misc.t
76534 ____________________________________________________________________________
76535 [  5978] By: gsar                                  on 2000/04/27  21:13:00
76536         Log: sync version numbers in File::Spec with the ones on CPAN
76537              (from Barrie Slaymaker)
76538      Branch: perl
76539            ! lib/File/Spec/Functions.pm lib/File/Spec/Mac.pm
76540            ! lib/File/Spec/OS2.pm lib/File/Spec/Unix.pm
76541            ! lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm
76542 ____________________________________________________________________________
76543 [  5977] By: gsar                                  on 2000/04/27  21:07:29
76544         Log: autoquote barewords followed by newline and arrow properly
76545              (variant of fix suggested by Rick Delaney and M.J.T. Guy)
76546      Branch: perl
76547            ! t/pragma/warn/toke toke.c
76548 ____________________________________________________________________________
76549 [  5976] By: gsar                                  on 2000/04/27  20:41:20
76550         Log: DB_File v1.73 update (from Paul Marquess)
76551      Branch: perl
76552            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
76553            ! ext/DB_File/DB_File.xs ext/DB_File/version.c
76554 ____________________________________________________________________________
76555 [  5975] By: gsar                                  on 2000/04/27  20:34:24
76556         Log: allow sort() reentrancy (variant of patch suggested by
76557              Hugo van der Sanden)
76558      Branch: perl
76559            ! pp_ctl.c t/op/sort.t
76560 ____________________________________________________________________________
76561 [  5974] By: gsar                                  on 2000/04/27  19:46:57
76562         Log: change#4197 somehow missed initializing PL_errors, meaning
76563              sytax error queueing wasn't working outside eval"" at all;
76564              also fixed eval"" to localize PL_error_count, so that compile-time
76565              eval's don't clobber the error state of the outer context
76566      Branch: perl
76567            ! lib/Math/Complex.pm perl.c pp_ctl.c t/pragma/warn/op
76568            ! t/pragma/warn/toke
76569 ____________________________________________________________________________
76570 [  5973] By: gsar                                  on 2000/04/27  18:29:05
76571         Log: fix for failure to match $foo =~ /(?i)/ (from Ilya Zakharevich)
76572      Branch: perl
76573            ! regcomp.c regexec.c t/op/re_tests
76574 ____________________________________________________________________________
76575 [  5972] By: jhi                                   on 2000/04/27  18:22:41
76576         Log: Integrate with Sarathy.
76577      Branch: cfgperl
76578           +> t/lib/b.t t/lib/syslog.t
76579           !> (integrate 31 files)
76580 ____________________________________________________________________________
76581 [  5971] By: jhi                                   on 2000/04/27  18:18:46
76582         Log: Unicos tweaks from Mark P. Lutz.
76583      Branch: cfgperl
76584            ! hints/unicos.sh lib/Math/Complex.pm
76585 ____________________________________________________________________________
76586 [  5970] By: gsar                                  on 2000/04/27  18:05:11
76587         Log: Data::Dumper fumbles negative numbers on 32-bit platforms where
76588              IV is >32bits
76589      Branch: perl
76590            ! ext/Data/Dumper/Dumper.xs t/lib/dumper.t
76591 ____________________________________________________________________________
76592 [  5969] By: gsar                                  on 2000/04/27  17:50:56
76593         Log: fix Sys::Syslog breakage on domain sockets (from Tom Hughes)
76594      Branch: perl
76595            + t/lib/syslog.t
76596            ! MANIFEST ext/Sys/Syslog/Syslog.pm
76597 ____________________________________________________________________________
76598 [  5968] By: gsar                                  on 2000/04/27  17:44:49
76599         Log: tolerate spaces in group names in test on solaris (from David Boyce
76600              <dsb@boyski.com>)
76601      Branch: perl
76602            ! t/op/groups.t
76603 ____________________________________________________________________________
76604 [  5967] By: gsar                                  on 2000/04/27  17:41:22
76605         Log: improved docs on the warn_uninit diagnostic (from David Glasser
76606              and Simon Cozens)
76607      Branch: perl
76608            ! pod/perldiag.pod
76609 ____________________________________________________________________________
76610 [  5966] By: gsar                                  on 2000/04/27  16:54:58
76611         Log: add testsuite for B backends, fix bug in B::Deparse (from
76612              Simon Cozens <simon@brecon.co.uk>)
76613      Branch: perl
76614            + t/lib/b.t
76615            ! MANIFEST ext/B/B/Deparse.pm ext/B/B/Stash.pm
76616 ____________________________________________________________________________
76617 [  5965] By: gsar                                  on 2000/04/27  16:10:37
76618         Log: avoid "will not stay shared" warnings for our variables (from
76619              Robin Barker)
76620      Branch: perl
76621            ! op.c t/pragma/warn/op
76622 ____________________________________________________________________________
76623 [  5964] By: gsar                                  on 2000/04/27  07:05:05
76624         Log: reformat to 72 columns (again)
76625      Branch: perl
76626            ! pod/perldiag.pod
76627 ____________________________________________________________________________
76628 [  5963] By: gsar                                  on 2000/04/27  06:28:31
76629         Log: patch from Larry to make (\&) prototype work; added tests for
76630              the same
76631      Branch: perl
76632            ! op.c t/comp/proto.t
76633 ____________________________________________________________________________
76634 [  5962] By: gsar                                  on 2000/04/27  06:15:47
76635         Log: updated README.hpux (from Jeff Okamoto)
76636      Branch: perl
76637            ! README.hpux
76638 ____________________________________________________________________________
76639 [  5961] By: gsar                                  on 2000/04/27  05:55:03
76640         Log: recognize our, CHECK and INIT in cperl-mode (from Doug MacEachern)
76641      Branch: perl
76642            ! emacs/cperl-mode.el
76643 ____________________________________________________________________________
76644 [  5960] By: gsar                                  on 2000/04/27  05:49:26
76645         Log: better INSTALL notes on Solaris issues (from Dominic Dunlop)
76646      Branch: perl
76647            ! INSTALL
76648 ____________________________________________________________________________
76649 [  5959] By: gsar                                  on 2000/04/27  05:33:41
76650         Log: doubled words in pods (from Simon Cozens
76651              <simon.p.cozens@jp.pwcglobal.com>)
76652      Branch: perl
76653            ! pod/perl56delta.pod pod/perldebguts.pod pod/perlfaq5.pod
76654            ! pod/perlfork.pod pod/perlfunc.pod pod/perlipc.pod
76655            ! pod/perllexwarn.pod pod/perllocale.pod pod/perlmodlib.pod
76656            ! pod/perlnumber.pod pod/perlopentut.pod pod/perltodo.pod
76657            ! pod/perltootc.pod
76658 ____________________________________________________________________________
76659 [  5958] By: gsar                                  on 2000/04/27  05:11:39
76660         Log: change#3569 deleted some essential code, revert; avoid use of
76661              atexit() to make DynaLoader work properly on AIX under mod_perl
76662              (from Jens-Uwe Mager <jum@helios.de>)
76663      Branch: perl
76664            ! ext/DynaLoader/dl_aix.xs
76665 ____________________________________________________________________________
76666 [  5957] By: gsar                                  on 2000/04/27  04:54:51
76667         Log: pod nits (from A. C. Yardley <yardley@tanet.net>)
76668      Branch: perl
76669            ! pod/perlmod.pod
76670 ____________________________________________________________________________
76671 [  5956] By: gsar                                  on 2000/04/27  04:51:47
76672         Log: better diagnostics on failed tests (from Ilya Zakharevich)
76673      Branch: perl
76674            ! t/op/lex_assign.t
76675 ____________________________________________________________________________
76676 [  5955] By: gsar                                  on 2000/04/27  04:26:44
76677         Log: longstanding bug exposed by change#3307: sort arguments weren't
76678              compiled with the right wantarray context (ensuing runtime lookup
76679              via block_gimme() was getting the incidental context of the
76680              sort() itself)
76681      Branch: perl
76682            ! op.c t/op/sort.t
76683 ____________________________________________________________________________
76684 [  5954] By: gsar                                  on 2000/04/26  23:42:12
76685         Log: integrate cfgperl contents into mainline
76686      Branch: perl
76687           !> (integrate 30 files)
76688 ____________________________________________________________________________
76689 [  5953] By: jhi                                   on 2000/04/26  23:06:42
76690         Log: Integrate with Sarathy.
76691      Branch: cfgperl
76692           !> README.win32 ext/B/B/Deparse.pm
76693           !> ext/DynaLoader/DynaLoader_pm.PL ext/DynaLoader/XSLoader_pm.PL
76694           !> lib/vars.pm perl.c pod/perldiag.pod pod/perlsub.pod
76695           !> pod/perlsyn.pod pod/perlthrtut.pod pod/perltoc.pod
76696           !> pod/perltodo.pod pod/perlxs.pod pod/perlxstut.pod
76697           !> utils/perldoc.PL vms/perlvms.pod
76698 ____________________________________________________________________________
76699 [  5952] By: jhi                                   on 2000/04/26  23:03:46
76700         Log: Undo "use integer" addition from 64bitint as it seems
76701              to break most of the subtests in Digital UNIX;
76702              Unicos needs to find another way.
76703      Branch: cfgperl
76704            ! t/op/64bitint.t
76705 ____________________________________________________________________________
76706 [  5951] By: jhi                                   on 2000/04/26  22:57:53
76707         Log: Be more robust on "extreme" (large absolute value)
76708              arguments.  Originally reported by Daniel Connelly
76709              as a problem with asinh() on large negative arguments,
76710              asinh() used to bail out because an argument to log()
76711              ended up being zero.  Ilya Zakharevich proposed using
76712              Taylor's series in such cases, which for such large
76713              arguments is a very good approximation.
76714      Branch: cfgperl
76715            ! lib/Math/Complex.pm t/lib/complex.t
76716 ____________________________________________________________________________
76717 [  5950] By: gsar                                  on 2000/04/25  19:13:12
76718         Log: reformat perldiag to avoid long lines
76719      Branch: perl
76720            ! pod/perldiag.pod
76721 ____________________________________________________________________________
76722 [  5949] By: gsar                                  on 2000/04/25  18:41:11
76723         Log: make perldoc use the pod2man from the same version (from
76724              M.J.T. Guy)
76725      Branch: perl
76726            ! utils/perldoc.PL
76727 ____________________________________________________________________________
76728 [  5948] By: gsar                                  on 2000/04/25  18:21:57
76729         Log: typo in vars.pm that leads to cryptic message (from Piotr Piatkowski
76730              <kompas@kompas.usr.onet.pl>)
76731      Branch: perl
76732            ! lib/vars.pm
76733 ____________________________________________________________________________
76734 [  5947] By: gsar                                  on 2000/04/25  18:11:53
76735         Log: use &dl_error rather than &dl_load_file as the guard for calling
76736              boot_DynaLoader() (meant to fix dl_error() redefined warnings in
76737              statically built perl)
76738      Branch: perl
76739            ! ext/DynaLoader/DynaLoader_pm.PL ext/DynaLoader/XSLoader_pm.PL
76740 ____________________________________________________________________________
76741 [  5946] By: jhi                                   on 2000/04/25  17:37:54
76742         Log: Document that tr() is not tr(1).
76743      Branch: cfgperl
76744            ! pod/perlop.pod
76745 ____________________________________________________________________________
76746 [  5945] By: gsar                                  on 2000/04/25  16:34:33
76747         Log: make module name mandatory after -M switch; reorder perldiag
76748              alphabetically (from Mark-Jason Dominus)
76749      Branch: perl
76750            ! perl.c pod/perldiag.pod
76751 ____________________________________________________________________________
76752 [  5944] By: jhi                                   on 2000/04/25  01:15:18
76753         Log: On second thoughts frexp() does have two arguments.
76754      Branch: cfgperl
76755            ! perl.h
76756 ____________________________________________________________________________
76757 [  5943] By: jhi                                   on 2000/04/24  22:56:32
76758         Log: Add HAS_FREXPL, HAS_ISNAN, HAS_ISNANL, and HAS_MODFL.
76759              Now pp_ncmp() returns undef is either operand is a NaN.
76760      Branch: cfgperl
76761            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
76762            ! Todo-5.6 config_h.SH epoc/config.sh perl.h pp.c pp_sys.c
76763            ! vms/subconfigure.com vos/config.def vos/config.h
76764            ! vos/config_h.SH_orig win32/config.bc win32/config.gc
76765            ! win32/config.vc win32/config_H.bc win32/config_H.gc
76766            ! win32/config_H.vc
76767      Branch: metaconfig/U/perl
76768            + d_modfl.U
76769 ____________________________________________________________________________
76770 [  5942] By: jhi                                   on 2000/04/24  19:45:17
76771         Log: Regen Configure to match #5937.
76772      Branch: cfgperl
76773            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
76774            ! config_h.SH
76775      Branch: metaconfig
76776            ! U/installdirs/inc_version_list.U U/modified/cpp_stuff.U
76777 ____________________________________________________________________________
76778 [  5941] By: jhi                                   on 2000/04/24  19:24:11
76779         Log: Further Unicos fixes for Mark Lutz.
76780      Branch: cfgperl
76781            ! hints/unicos.sh pp_ctl.c
76782 ____________________________________________________________________________
76783 [  5940] By: jhi                                   on 2000/04/24  19:09:06
76784         Log: Various Unicos 10.0.0.6 fixes.
76785              
76786              Subject: [ID 20000414.007] Test suite failures in perl 5.6 on Cray T90
76787              From: Mark P Lutz <tecmpl1@triton.ca.boeing.com> 
76788              Reply-To: tecmpl1@triton.ca.boeing.com 
76789              To: perl5-porters@perl.org 
76790              Date: Fri, 14 Apr 2000 20:21:00 GMT 
76791              Message-Id: <200004142021.UAA36232@triton.ca.boeing.com> 
76792      Branch: cfgperl
76793            ! hints/unicos.sh pp.c pp_ctl.c t/op/64bitint.t
76794 ____________________________________________________________________________
76795 [  5939] By: gsar                                  on 2000/04/24  19:01:24
76796         Log: more pod nits (from Larry Virden)
76797      Branch: perl
76798            ! README.win32 pod/perlsub.pod pod/perlsyn.pod
76799            ! pod/perlthrtut.pod pod/perltoc.pod pod/perltodo.pod
76800            ! pod/perlxs.pod pod/perlxstut.pod vms/perlvms.pod
76801 ____________________________________________________________________________
76802 [  5938] By: gsar                                  on 2000/04/24  18:54:01
76803         Log: Consolidated B::Deparse fixes (from Stephen McCamant)
76804      Branch: perl
76805            ! ext/B/B/Deparse.pm
76806 ____________________________________________________________________________
76807 [  5937] By: jhi                                   on 2000/04/24  17:39:00
76808         Log: Integrate with Sarathy.
76809      Branch: cfgperl
76810           +> (branch 31 files)
76811           !> (integrate 73 files)
76812 ____________________________________________________________________________
76813 [  5936] By: gsar                                  on 2000/04/24  17:30:06
76814         Log: additional tests for change#5934 (from Paul Marquess, who also
76815              sent in the same fix)
76816      Branch: perl
76817            ! t/pragma/warn/2use t/pragma/warn/3both t/pragma/warn/4lint
76818            ! t/pragma/warn/5nolint t/pragma/warn/6default
76819 ____________________________________________________________________________
76820 [  5935] By: jhi                                   on 2000/04/24  17:26:05
76821         Log: Do not assume sign propagation.
76822              Subject:  [PATCH] Re: [ID 20000410.010] Unicoss 10.0.0.6 and perl 5.6.0
76823              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk> 
76824              To: payner@ncifcrf.gov, perl5-porters@perl.org 
76825              Date: Tue, 18 Apr 2000 18:24:49 +0100 
76826              Message-Id: <E12hbk1-0006Ws-00@ursa.cus.cam.ac.uk> 
76827      Branch: cfgperl
76828            ! t/op/bop.t t/op/misc.t
76829 ____________________________________________________________________________
76830 [  5934] By: gsar                                  on 2000/04/24  17:16:54
76831         Log: propagate lexical warnings from surrounding scope correctly
76832              within string eval()
76833      Branch: perl
76834            ! pp_ctl.c t/pragma/warn/pp_ctl
76835 ____________________________________________________________________________
76836 [  5933] By: jhi                                   on 2000/04/24  17:01:07
76837         Log: Flatten the cpp jungle doing the nosuid checking.
76838      Branch: cfgperl
76839            ! perl.c
76840 ____________________________________________________________________________
76841 [  5932] By: gsar                                  on 2000/04/24  09:08:14
76842         Log: add rsignal(), whichsig() and do_join() to public API list
76843              (mod_perl uses them to good advantage)
76844      Branch: perl
76845            ! embed.pl global.sym objXSUB.h perlapi.c proto.h
76846 ____________________________________________________________________________
76847 [  5931] By: gsar                                  on 2000/04/24  09:01:40
76848         Log: fix RE brokenness on refs/overloaded things (from Ilya Zakharevich)
76849      Branch: perl
76850            ! pp_hot.c regexec.c t/op/pat.t
76851 ____________________________________________________________________________
76852 [  5930] By: gsar                                  on 2000/04/24  08:58:33
76853         Log: small os390 tweaks (from Peter Prymmer)
76854      Branch: perl
76855            ! config_h.SH makedepend.SH
76856 ____________________________________________________________________________
76857 [  5929] By: gsar                                  on 2000/04/24  08:55:25
76858         Log: pod nits
76859      Branch: perl
76860            ! pod/perlguts.pod
76861 ____________________________________________________________________________
76862 [  5928] By: gsar                                  on 2000/04/24  08:50:13
76863         Log: revert change#5923 ("breaks" t/lib/io_poll.t)
76864      Branch: perl
76865            ! ext/IO/lib/IO/Poll.pm
76866 ____________________________________________________________________________
76867 [  5927] By: gsar                                  on 2000/04/24  08:43:24
76868         Log: arrange for next() to resume at the unstack op rather than the
76869              loop conditional, so that scope cleanup happens correctly
76870              (from Stephen McCamant)
76871      Branch: perl
76872            ! op.c pp_ctl.c t/op/misc.t
76873 ____________________________________________________________________________
76874 [  5926] By: gsar                                  on 2000/04/24  08:18:40
76875         Log: on windows, reserve 16M of stack rather than 128M (allows more
76876              threads to run concurrently)
76877      Branch: perl
76878            ! win32/Makefile win32/makefile.mk
76879 ____________________________________________________________________________
76880 [  5925] By: gsar                                  on 2000/04/24  08:13:52
76881         Log: POSIX-BC tweak (from Ignasi Roca <ignasi.roca@fujitsu.siemens.es>)
76882      Branch: perl
76883            ! toke.c
76884 ____________________________________________________________________________
76885 [  5924] By: gsar                                  on 2000/04/24  08:08:59
76886         Log: avoid using uninitialized memory in require version check
76887      Branch: perl
76888            ! pp_ctl.c universal.c
76889 ____________________________________________________________________________
76890 [  5923] By: gsar                                  on 2000/04/24  07:20:14
76891         Log: various bugs in IO::Poll (from Lincoln D. Stein <lstein@cshl.org>)
76892      Branch: perl
76893            ! ext/IO/lib/IO/Poll.pm
76894 ____________________________________________________________________________
76895 [  5922] By: gsar                                  on 2000/04/24  07:08:42
76896         Log: commentary about IoTYPE() (from Nathan Torkington)
76897      Branch: perl
76898            ! sv.h
76899 ____________________________________________________________________________
76900 [  5921] By: gsar                                  on 2000/04/24  06:58:26
76901         Log: make eq unicode-aware (from Gisle Aas); fix bogus tests revealed
76902              by fix
76903      Branch: perl
76904            ! sv.c t/lib/charnames.t t/pragma/utf8.t
76905 ____________________________________________________________________________
76906 [  5920] By: gsar                                  on 2000/04/24  06:37:59
76907         Log: Larry's fix for buggy propagation of utf8-ness in join(); add test
76908      Branch: perl
76909            ! doop.c t/op/ver.t
76910 ____________________________________________________________________________
76911 [  5919] By: gsar                                  on 2000/04/24  06:21:58
76912         Log: Configure might miss old directories when prefix must be
76913              expanded (from Robin Barker)
76914      Branch: metaconfig
76915            ! U/installdirs/inc_version_list.U
76916      Branch: perl
76917            ! Configure
76918 ____________________________________________________________________________
76919 [  5918] By: gsar                                  on 2000/04/24  06:16:11
76920         Log: VMS nits in glob() test (from Charles Lane)
76921      Branch: perl
76922            ! t/lib/glob-basic.t
76923 ____________________________________________________________________________
76924 [  5917] By: gsar                                  on 2000/04/24  06:11:56
76925         Log: various pod nits (from Larry Virden and others)
76926      Branch: perl
76927            ! README.amiga README.hpux README.machten README.os2
76928            ! README.os390 README.win32 embed.pl handy.h lib/IPC/Open3.pm
76929            ! pod/Win32.pod pod/perl56delta.pod pod/perlapi.pod
76930            ! pod/perlbook.pod pod/perlcompile.pod pod/perldebguts.pod
76931            ! pod/perldiag.pod pod/perlfork.pod pod/perlfunc.pod
76932            ! pod/perlguts.pod pod/perlintern.pod pod/perlipc.pod
76933            ! pod/perlmod.pod pod/perlmodinstall.pod pod/perlnumber.pod
76934            ! pod/perlop.pod pod/perlport.pod pod/perlre.pod
76935            ! pod/perltrap.pod pod/perlunicode.pod pod/perlvar.pod pp.h
76936 ____________________________________________________________________________
76937 [  5916] By: gsar                                  on 2000/04/24  05:52:43
76938         Log: ignore dotfiles (.cvsignore etc) in test (from Warren Jones
76939              <wjones@tc.fluke.com>)
76940      Branch: perl
76941            ! t/lib/glob-basic.t
76942 ____________________________________________________________________________
76943 [  5915] By: gsar                                  on 2000/04/24  05:07:01
76944         Log: supported platforms mixed up
76945      Branch: perl
76946            ! pod/perl56delta.pod pod/perlport.pod
76947 ____________________________________________________________________________
76948 [  5914] By: gsar                                  on 2000/04/24  04:56:08
76949         Log: caller() wasn't returning the right number of elements for
76950              eval {...}
76951      Branch: perl
76952            ! pp_ctl.c t/pragma/warn/9enabled
76953 ____________________________________________________________________________
76954 [  5913] By: gsar                                  on 2000/04/24  04:35:41
76955         Log: pod nit: $yday range for localtime/gmtime is 0..364 not 1..365 (from
76956              Mark-Jason Dominus)
76957      Branch: perl
76958            ! pod/perlfunc.pod
76959 ____________________________________________________________________________
76960 [  5912] By: gsar                                  on 2000/04/24  04:17:15
76961         Log: fix totally broken caching in UNIVERSAL::isa() (from
76962              Nick Ing-Simmons)
76963      Branch: perl
76964            ! t/op/universal.t universal.c
76965 ____________________________________________________________________________
76966 [  5911] By: gsar                                  on 2000/04/24  03:39:47
76967         Log: add linebreak properties from unicode/LineBrk.txt (from
76968              Dave Hartnoll <Dave_Hartnoll@3b2.com>)
76969      Branch: perl
76970            + lib/unicode/Is/LbrkAI.pl lib/unicode/Is/LbrkAL.pl
76971            + lib/unicode/Is/LbrkB2.pl lib/unicode/Is/LbrkBA.pl
76972            + lib/unicode/Is/LbrkBB.pl lib/unicode/Is/LbrkBK.pl
76973            + lib/unicode/Is/LbrkCB.pl lib/unicode/Is/LbrkCL.pl
76974            + lib/unicode/Is/LbrkCM.pl lib/unicode/Is/LbrkCR.pl
76975            + lib/unicode/Is/LbrkEX.pl lib/unicode/Is/LbrkGL.pl
76976            + lib/unicode/Is/LbrkHY.pl lib/unicode/Is/LbrkID.pl
76977            + lib/unicode/Is/LbrkIN.pl lib/unicode/Is/LbrkIS.pl
76978            + lib/unicode/Is/LbrkLF.pl lib/unicode/Is/LbrkNS.pl
76979            + lib/unicode/Is/LbrkNU.pl lib/unicode/Is/LbrkOP.pl
76980            + lib/unicode/Is/LbrkPO.pl lib/unicode/Is/LbrkPR.pl
76981            + lib/unicode/Is/LbrkQU.pl lib/unicode/Is/LbrkSA.pl
76982            + lib/unicode/Is/LbrkSG.pl lib/unicode/Is/LbrkSP.pl
76983            + lib/unicode/Is/LbrkSY.pl lib/unicode/Is/LbrkXX.pl
76984            + lib/unicode/Is/LbrkZW.pl
76985            ! lib/unicode/mktables.PL
76986 ____________________________________________________________________________
76987 [  5910] By: gsar                                  on 2000/04/24  03:23:10
76988         Log: typo in pod
76989      Branch: perl
76990            ! ext/Thread/Thread.pm
76991 ____________________________________________________________________________
76992 [  5909] By: gsar                                  on 2000/04/24  03:22:03
76993         Log: mode argument to do_binmode() should be file mode, not boolean
76994      Branch: perl
76995            ! pp_sys.c
76996 ____________________________________________________________________________
76997 [  5908] By: gsar                                  on 2000/04/16  16:51:08
76998         Log: introduce illegal symbols into null package so that gv_fetchpv(...,TRUE)
76999              always returns a valid GV even when the symbol is trapped by strictures
77000              (avoids coredumps)
77001              
77002              TODO: the C<package;> hack needs similar treatment
77003      Branch: perl
77004            ! embedvar.h gv.c intrpvar.h perl.c perlapi.h
77005            ! t/pragma/strict-vars
77006 ____________________________________________________________________________
77007 [  5907] By: jhi                                   on 2000/03/31  23:42:56
77008         Log: pp_gmtime() assumed that newSVpvf %d would take C ints,
77009              an assumption which #5905 demolished.
77010      Branch: cfgperl
77011            ! pp_sys.c
77012 ____________________________________________________________________________
77013 [  5906] By: jhi                                   on 2000/03/31  18:54:37
77014         Log: Typo in #5905.
77015      Branch: cfgperl
77016            ! t/op/64bitint.t
77017 ____________________________________________________________________________
77018 [  5905] By: jhi                                   on 2000/03/31  18:50:54
77019         Log: Fix for "[ID 20000329.080] quad printing does not work as documented",
77020              reported by Joseph N. Hall.  The bug was that even with use64bitint
77021              one had to use the prefixes q, L, or ll with printf/sprintf,
77022              contrary to the documentation and common sense.
77023      Branch: cfgperl
77024            ! sv.c t/op/64bitint.t
77025 ____________________________________________________________________________
77026 [  5904] By: gsar                                  on 2000/03/28  02:31:32
77027         Log: add Changes, perldelta.pod
77028      Branch: perl
77029            + Changes pod/perldelta.pod
77030 ____________________________________________________________________________
77031 [  5903] By: gsar                                  on 2000/03/28  02:03:55
77032         Log: rename Changes and perldelta.pod
77033      Branch: perl
77034           +> Changes5.6 pod/perl56delta.pod
77035            - Changes pod/perldelta.pod
77036            ! MANIFEST
77037 ____________________________________________________________________________
77038 [  5902] By: gsar                                  on 2000/03/28  01:59:14
77039         Log: create maint-5.6 branch
77040      Branch: maint-5.6/perl
77041           +> (branch 1611 files)
77042 ____________________________________________________________________________
77043 [  5901] By: jhi                                   on 2000/03/23  05:48:43
77044         Log: Integrate with Sarathy.
77045      Branch: cfgperl
77046           !> Changes patchlevel.h pod/perlhist.pod pod/perltoc.pod
77047 ____________________________________________________________________________
77048 [  5900] By: gsar                                  on 2000/03/23  05:42:43
77049         Log: three guesses on what this is :-)
77050      Branch: perl
77051            ! Changes