Update Changes.
[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 [ 15421] By: jhi                                   on 2002/03/22  15:18:30
32         Log: Forgot from #15416.
33      Branch: perl
34            ! pod/perlfaq3.pod
35 ____________________________________________________________________________
36 [ 15420] By: jhi                                   on 2002/03/22  15:15:37
37         Log: Subject: Re: Argument "1.23_45" isn't numeric in subroutine entry
38              From: andreas.koenig@anima.de (Andreas J. Koenig)
39              Date: Fri, 22 Mar 2002 16:27:51 +0100
40              Message-ID: <m3n0x0vczs.fsf@anima.de>
41      Branch: perl
42            ! pod/perlmodstyle.pod
43 ____________________________________________________________________________
44 [ 15419] By: jhi                                   on 2002/03/22  15:14:42
45         Log: metaconfig unit changes for #15418.
46      Branch: metaconfig
47            ! U/threads/d_asctime_r.U U/threads/d_crypt_r.U
48            ! U/threads/d_ctermid_r.U U/threads/d_ctime_r.U
49            ! U/threads/d_drand48_r.U U/threads/d_endgrent_r.U
50            ! U/threads/d_endhostent_r.U U/threads/d_endnetent_r.U
51            ! U/threads/d_endprotoent_r.U U/threads/d_endpwent_r.U
52            ! U/threads/d_endservent_r.U U/threads/d_getgrent_r.U
53            ! U/threads/d_getgrgid_r.U U/threads/d_getgrnam_r.U
54            ! U/threads/d_gethostbyaddr_r.U U/threads/d_gethostbyname_r.U
55            ! U/threads/d_gethostent_r.U U/threads/d_getlogin_r.U
56            ! U/threads/d_getnetbyaddr_r.U U/threads/d_getnetbyname_r.U
57            ! U/threads/d_getnetent_r.U U/threads/d_getprotobyname_r.U
58            ! U/threads/d_getprotobynumber_r.U U/threads/d_getprotoent_r.U
59            ! U/threads/d_getpwent_r.U U/threads/d_getpwnam_r.U
60            ! U/threads/d_getpwuid_r.U U/threads/d_getservbyname_r.U
61            ! U/threads/d_getservbyport_r.U U/threads/d_getservent_r.U
62            ! U/threads/d_getspnam_r.U U/threads/d_gmtime_r.U
63            ! U/threads/d_localtime_r.U U/threads/d_random_r.U
64            ! U/threads/d_readdir64_r.U U/threads/d_readdir_r.U
65            ! U/threads/d_setgrent_r.U U/threads/d_sethostent_r.U
66            ! U/threads/d_setlocale_r.U U/threads/d_setnetent_r.U
67            ! U/threads/d_setprotoent_r.U U/threads/d_setpwent_r.U
68            ! U/threads/d_setservent_r.U U/threads/d_srand48_r.U
69            ! U/threads/d_srandom_r.U U/threads/d_strerror_r.U
70            ! U/threads/d_tmpnam_r.U U/threads/d_ttyname_r.U
71 ____________________________________________________________________________
72 [ 15418] By: jhi                                   on 2002/03/22  15:14:09
73         Log: The I_CSD, I_S, and V_S had wrong recepting datatype.
74              Also, there's no i_stdio.
75      Branch: perl
76            ! Configure reentr.h reentr.pl
77 ____________________________________________________________________________
78 [ 15417] By: jhi                                   on 2002/03/22  15:07:33
79         Log: Document a known AIX warning.
80      Branch: perl
81            ! pod/perldelta.pod
82 ____________________________________________________________________________
83 [ 15416] By: jhi                                   on 2002/03/22  15:03:05
84         Log: Undo #15415, allow the faq people to catch up first.
85      Branch: perl
86            ! pod/perlfaq4.pod pod/perlfaq5.pod pod/perlfaq6.pod
87 ____________________________________________________________________________
88 [ 15415] By: jhi                                   on 2002/03/22  13:30:38
89         Log: FAQ sync.
90      Branch: perl
91            ! pod/perlfaq3.pod pod/perlfaq5.pod pod/perlfaq6.pod
92 ____________________________________________________________________________
93 [ 15414] By: jhi                                   on 2002/03/22  13:25:17
94         Log: Subject: Re: Change 15398: Assuming the Apache 1.3 -D_GNU_SOURCE problem       
95              From: andreas.koenig@anima.de (Andreas J. Koenig)
96              Date: Fri, 22 Mar 2002 15:16:19 +0100
97              Message-ID: <m38z8kwuvg.fsf@anima.de>
98              
99              (plus reformat)
100      Branch: perl
101            ! pod/perldelta.pod
102 ____________________________________________________________________________
103 [ 15413] By: jhi                                   on 2002/03/22  13:20:48
104         Log: Integrate perlio;
105              
106              Fix [ID 20020318.003] cannot open STDOUT into in memory variable
107              
108              Check for sanity of UTF-8 keys in hashes
109      Branch: perl
110           +> t/op/utfhash.t
111           !> MANIFEST doio.c
112 ____________________________________________________________________________
113 [ 15412] By: nick                                  on 2002/03/22  10:50:53
114         Log: Check for sanity of UTF-8 keys in hashes
115              (feel free to add more tests...)
116      Branch: perlio
117            + t/op/utfhash.t
118            ! MANIFEST
119 ____________________________________________________________________________
120 [ 15411] By: ams                                   on 2002/03/22  08:36:33
121         Log: Revert #15200 for backwards compatiblity reasons.
122      Branch: perl
123            ! lib/AutoSplit.t lib/Test/Simple/t/fail-more.t pod/perldiag.pod
124            ! pp_ctl.c t/op/override.t
125 ____________________________________________________________________________
126 [ 15410] By: nick                                  on 2002/03/22  07:47:41
127         Log: Fix [ID 20020318.003] cannot open STDOUT into in memory variable
128              - when (e.g.) STDOUT is char special file and gets IoOFP
129              created - do _NOT_ pass num_svs as that fopen-s stringified
130              glob, and not fdopen-s the fd.
131      Branch: perlio
132            ! doio.c
133 ____________________________________________________________________________
134 [ 15409] By: nick                                  on 2002/03/22  07:19:33
135         Log: Integrate mainline
136      Branch: perlio
137           +> ext/Encode/Encode/ibm-1250.ucm ext/Encode/Encode/ibm-1251.ucm
138           +> ext/Encode/Encode/ibm-1252.ucm ext/Encode/Encode/ibm-1253.ucm
139           +> ext/Encode/Encode/ibm-1254.ucm ext/Encode/Encode/ibm-1255.ucm
140           +> ext/Encode/Encode/ibm-1256.ucm ext/Encode/Encode/ibm-1257.ucm
141           +> ext/Encode/Encode/ibm-1258.ucm ext/Encode/lib/Encode/Alias.pm
142           +> ext/Encode/lib/Encode/Details.pod
143           +> ext/Encode/lib/Encode/Supported.pod ext/Encode/t/Aliases.t
144           +> lib/Pod/t/htmlescp.pod lib/Pod/t/htmlescp.t
145           +> lib/Pod/t/htmlview.pod lib/Pod/t/htmlview.t
146           +> lib/Pod/t/pod2html-lib.pl
147            - ext/Encode/lib/Encode/Description.pod ext/Encode/t/CJKalias.t
148           !> (integrate 39 files)
149 ____________________________________________________________________________
150 [ 15408] By: jhi                                   on 2002/03/22  04:09:19
151         Log: Win32 tweak from mjd.
152      Branch: perl
153            ! lib/Tie/File.pm
154 ____________________________________________________________________________
155 [ 15407] By: jhi                                   on 2002/03/22  04:07:13
156         Log: If Unicode keys are entered to a hash, a bit is turned on.
157              If the bit is on, when the keys are fetched from the hash
158              (%h, each %h, keys %h), the Unicodified versions of the keys
159              are returned if needed.  This solution errs on the size of
160              over-Unicodifying, the old solution erred on the side of
161              under-Unicodifying.  As long as the hash keys can be a mix
162              of byte and Unicode strings, a perfect fit is hard to come by.
163      Branch: perl
164            ! doop.c dump.c ext/Devel/Peek/Peek.t hv.c hv.h
165            ! pod/perlunicode.pod pp.c sv.h t/op/pat.t
166 ____________________________________________________________________________
167 [ 15406] By: jhi                                   on 2002/03/22  01:21:57
168         Log: Subject: Re: Change 15398: Assuming the Apache 1.3 -D_GNU_SOURCE problem
169              From: Mike Guy <mjtg@cam.ac.uk>
170              Date: Fri, 22 Mar 2002 02:08:20 +0000
171              Message-Id: <E16oETc-0000vE-00@virgo.cus.cam.ac.uk>
172      Branch: perl
173            ! pod/perldelta.pod
174 ____________________________________________________________________________
175 [ 15405] By: jhi                                   on 2002/03/21  23:13:44
176         Log: PM_SETRE() fallout.
177      Branch: perl
178            ! ext/ByteLoader/bytecode.h
179 ____________________________________________________________________________
180 [ 15404] By: jhi                                   on 2002/03/21  22:54:42
181         Log: Subject: [PATCH pod/perlxs.pod] doc fix
182              From: Stas Bekman <stas@stason.org>
183              Date: Thu, 21 Mar 2002 18:47:35 +0800
184              Message-ID: <3C99BA47.9010403@stason.org>
185      Branch: perl
186            ! pod/perlxs.pod
187 ____________________________________________________________________________
188 [ 15403] By: jhi                                   on 2002/03/21  22:53:11
189         Log: Subject: [PATCH]
190              From: Slaven Rezic <slaven.rezic@berlin.de>
191              Date: 21 Mar 2002 10:19:23 +0100
192              Message-ID: <87n0x2wa5g.fsf@vran.herceg.de>
193              
194              Disable gethostbyaddr_r for all 4.x FreeBSD versions.
195      Branch: perl
196            ! hints/freebsd.sh
197 ____________________________________________________________________________
198 [ 15402] By: jhi                                   on 2002/03/21  22:50:19
199         Log: Subject: Storable is inefficient retreiving large hashes [PATCH]
200              From: Tim Bunce <Tim.Bunce@pobox.com>
201              Date: Thu, 21 Mar 2002 21:18:05 +0000
202              Message-ID: <20020321211805.E25276@dansat.data-plan.com>
203      Branch: perl
204            ! ext/Storable/Storable.xs
205 ____________________________________________________________________________
206 [ 15401] By: jhi                                   on 2002/03/21  20:48:52
207         Log: Reword the Apache^Wmod_perl bit so that Sarathy
208              can sleep easier :-)
209      Branch: perl
210            ! pod/perldelta.pod
211 ____________________________________________________________________________
212 [ 15400] By: jhi                                   on 2002/03/21  20:19:31
213         Log: It seems that the strange failure (core dump) of
214              t/uni/fold.t on ithreads Solaris builds is a gcc bug:
215              (1) using Sun's cc helps
216              (2) rewriting the ithreads PM_SETRE() to do the
217              setting in two steps helps
218              (3) no other platforms have the crash
219              (4) Tru64's Third Degree sees nothing evil
220              So we implement (2).
221      Branch: perl
222            ! op.h
223 ____________________________________________________________________________
224 [ 15399] By: jhi                                   on 2002/03/21  20:09:23
225         Log: Solaris: default to the SUNwspro cc if it is available.
226      Branch: perl
227            ! hints/solaris_2.sh
228 ____________________________________________________________________________
229 [ 15398] By: jhi                                   on 2002/03/21  18:41:57
230         Log: Assuming the Apache 1.3 -D_GNU_SOURCE problem
231              does not get fixed in time.
232      Branch: perl
233            ! pod/perldelta.pod
234 ____________________________________________________________________________
235 [ 15397] By: jhi                                   on 2002/03/21  18:19:53
236         Log: Subject: [PATCH@15387] -DCRIPPLED_CC RIP
237              From: Dave Mitchell <davem@fdgroup.com>
238              Date: Thu, 21 Mar 2002 17:24:40 +0000
239              Message-ID: <20020321172440.C13683@fdgroup.com>
240      Branch: perl
241            ! INSTALL embed.fnc embed.h ext/Devel/PPPort/PPPort.pm gv.c gv.h
242            ! pod/perlapi.pod proto.h sv.h toke.c
243 ____________________________________________________________________________
244 [ 15396] By: jhi                                   on 2002/03/21  18:00:51
245         Log: One more proto escapee.
246      Branch: perl
247            ! hints/linux.sh
248 ____________________________________________________________________________
249 [ 15395] By: jhi                                   on 2002/03/21  17:56:57
250         Log: metaconfig unit change for #15394.
251      Branch: metaconfig/U/perl
252            ! Checkcc.U
253 ____________________________________________________________________________
254 [ 15394] By: jhi                                   on 2002/03/21  17:56:34
255         Log: Subject: [PATCH Configure] must do -Dcc=gcc with -Dusethreads
256              From: Robin Barker <rmb1@cise.npl.co.uk>
257              Date: Thu, 21 Mar 2002 17:35:00 GMT
258              Message-Id: <200203211735.RAA15135@tempest.npl.co.uk>
259      Branch: perl
260            ! Configure
261 ____________________________________________________________________________
262 [ 15393] By: jhi                                   on 2002/03/21  17:36:06
263         Log: Subject: Re: [tests for Pod::Html]
264              From: Stas Bekman <stas@stason.org>
265              Date: Fri, 22 Mar 2002 01:28:03 +0800 (SGT)
266              Message-ID: <Pine.LNX.4.44.0203220126250.29991-100000@hope.stason.org>
267      Branch: perl
268            + lib/Pod/t/htmlview.pod lib/Pod/t/htmlview.t
269            - t/pod2html/README
270            ! MANIFEST lib/Pod/t/pod2html-lib.pl
271 ____________________________________________________________________________
272 [ 15392] By: jhi                                   on 2002/03/21  16:17:53
273         Log: Subject: Re: [PATCH lib/Cwd.pm] fixing proto mismatch warning
274              From: Stas Bekman <stas@stason.org>
275              Date: Thu, 21 Mar 2002 18:50:56 +0800
276              Message-ID: <3C99BB10.50004@stason.org>
277      Branch: perl
278            ! ext/Cwd/Cwd.xs
279 ____________________________________________________________________________
280 [ 15391] By: jhi                                   on 2002/03/21  16:16:57
281         Log: Upgrade to Encode 0.95, from Dan Kogai.
282      Branch: perl
283            + ext/Encode/Encode/ibm-1250.ucm ext/Encode/Encode/ibm-1251.ucm
284            + ext/Encode/Encode/ibm-1252.ucm ext/Encode/Encode/ibm-1253.ucm
285            + ext/Encode/Encode/ibm-1254.ucm ext/Encode/Encode/ibm-1255.ucm
286            + ext/Encode/Encode/ibm-1256.ucm ext/Encode/Encode/ibm-1257.ucm
287            + ext/Encode/Encode/ibm-1258.ucm ext/Encode/lib/Encode/Alias.pm
288            + ext/Encode/lib/Encode/Details.pod
289            + ext/Encode/lib/Encode/Supported.pod ext/Encode/t/Aliases.t
290            - ext/Encode/lib/Encode/Description.pod ext/Encode/t/CJKalias.t
291            ! MANIFEST ext/Encode/AUTHORS ext/Encode/CN/CN.pm
292            ! ext/Encode/Changes ext/Encode/Encode.pm ext/Encode/MANIFEST
293            ! ext/Encode/Makefile.PL
294 ____________________________________________________________________________
295 [ 15390] By: jhi                                   on 2002/03/21  14:48:35
296         Log: Mention the new syslog try-harder feature.
297      Branch: perl
298            ! pod/perldelta.pod
299 ____________________________________________________________________________
300 [ 15389] By: jhi                                   on 2002/03/21  14:44:56
301         Log: metaconfig unit changes for #15388.
302      Branch: metaconfig
303            ! U/threads/d_asctime_r.U U/threads/d_crypt_r.U
304            ! U/threads/d_ctermid_r.U U/threads/d_ctime_r.U
305            ! U/threads/d_drand48_r.U U/threads/d_endgrent_r.U
306            ! U/threads/d_endhostent_r.U U/threads/d_endnetent_r.U
307            ! U/threads/d_endprotoent_r.U U/threads/d_endpwent_r.U
308            ! U/threads/d_endservent_r.U U/threads/d_getgrent_r.U
309            ! U/threads/d_getgrgid_r.U U/threads/d_getgrnam_r.U
310            ! U/threads/d_gethostbyaddr_r.U U/threads/d_gethostbyname_r.U
311            ! U/threads/d_gethostent_r.U U/threads/d_getlogin_r.U
312            ! U/threads/d_getnetbyaddr_r.U U/threads/d_getnetbyname_r.U
313            ! U/threads/d_getnetent_r.U U/threads/d_getprotobyname_r.U
314            ! U/threads/d_getprotobynumber_r.U U/threads/d_getprotoent_r.U
315            ! U/threads/d_getpwent_r.U U/threads/d_getpwnam_r.U
316            ! U/threads/d_getpwuid_r.U U/threads/d_getservbyname_r.U
317            ! U/threads/d_getservbyport_r.U U/threads/d_getservent_r.U
318            ! U/threads/d_getspnam_r.U U/threads/d_gmtime_r.U
319            ! U/threads/d_localtime_r.U U/threads/d_random_r.U
320            ! U/threads/d_readdir64_r.U U/threads/d_readdir_r.U
321            ! U/threads/d_setgrent_r.U U/threads/d_sethostent_r.U
322            ! U/threads/d_setlocale_r.U U/threads/d_setnetent_r.U
323            ! U/threads/d_setprotoent_r.U U/threads/d_setpwent_r.U
324            ! U/threads/d_setservent_r.U U/threads/d_srand48_r.U
325            ! U/threads/d_srandom_r.U U/threads/d_strerror_r.U
326            ! U/threads/d_tmpnam_r.U U/threads/d_ttyname_r.U
327 ____________________________________________________________________________
328 [ 15388] By: jhi                                   on 2002/03/21  14:44:09
329         Log: Subject: [PATCH @15373] More HP-UX/IA64 work
330              From: Spider Boardman <spider@web.zk3.dec.com>
331              Date: Thu, 21 Mar 2002 09:23:45 -0500
332              Message-Id: <200203211423.JAA61178@leggy.zk3.dec.com>
333      Branch: perl
334            ! Configure hints/hpux.sh reentr.pl
335 ____________________________________________________________________________
336 [ 15387] By: jhi                                   on 2002/03/21  14:37:56
337         Log: NetWare diff from C Aditya.
338      Branch: perl
339            ! perl.h
340 ____________________________________________________________________________
341 [ 15386] By: jhi                                   on 2002/03/21  14:36:05
342         Log: The htmlview test doesn't work yet.
343      Branch: perl
344            + t/pod2html/README
345            - lib/Pod/t/htmlview.pod lib/Pod/t/htmlview.t
346            ! MANIFEST
347 ____________________________________________________________________________
348 [ 15385] By: jhi                                   on 2002/03/21  14:15:01
349         Log: Placeholder.
350      Branch: perl
351            ! MANIFEST
352 ____________________________________________________________________________
353 [ 15384] By: jhi                                   on 2002/03/21  14:03:50
354         Log: Integrate perlio: missing tabs in makefile.mk.
355      Branch: perl
356           !> win32/makefile.mk
357 ____________________________________________________________________________
358 [ 15383] By: jhi                                   on 2002/03/21  13:52:18
359         Log: Subject: [tests for Pod::Html]
360              From: Stas Bekman <stas@stason.org>
361              Date: Tue, 19 Mar 2002 14:39:03 +0800 (SGT)
362              Message-ID: <Pine.LNX.4.44.0203191437360.25475-100000@hope.stason.org>
363      Branch: perl
364            + lib/Pod/t/htmlescp.pod lib/Pod/t/htmlescp.t
365            + lib/Pod/t/htmlview.pod lib/Pod/t/htmlview.t
366            + lib/Pod/t/pod2html-lib.pl
367            ! MANIFEST
368 ____________________________________________________________________________
369 [ 15382] By: nick                                  on 2002/03/21  07:21:57
370         Log: Integrate mainline (Win2k/MinGW all ok except threads/t/end.t)
371      Branch: perlio
372           +> ext/Encode/AUTHORS ext/Encode/Changes
373           +> ext/Encode/lib/Encode/Description.pod ext/Encode/t/CJKalias.t
374           +> ext/Encode/t/jisx0208.euc ext/Encode/t/jisx0208.ref
375           +> ext/Encode/t/jisx0212.euc ext/Encode/t/jisx0212.ref
376           +> ext/I18N/Langinfo/fallback/const-c.inc
377           +> ext/I18N/Langinfo/fallback/const-xs.inc
378           +> lib/ExtUtils/t/Constant.t
379            - ext/Encode/Encode/euc-jp-0212.enc
380            - ext/Encode/lib/Encode/Tcl/Extended.pm ext/Encode/t/japanese.pl
381            - ext/Encode/t/table.euc ext/Encode/t/table.ref
382            - ext/I18N/Langinfo/fallback.xs lib/ExtUtils/t/ExtUtils.t
383           !> (integrate 105 files)
384 ____________________________________________________________________________
385 [ 15381] By: nick                                  on 2002/03/21  06:59:57
386         Log: Restore tabs so dmake will parse file!
387      Branch: perlio
388            ! win32/makefile.mk
389 ____________________________________________________________________________
390 [ 15380] By: jhi                                   on 2002/03/21  04:26:03
391         Log: Upgrade to Unicode::Normalize 0.16.
392      Branch: perl
393            ! ext/Unicode/Normalize/Changes
394            ! ext/Unicode/Normalize/Normalize.pm
395 ____________________________________________________________________________
396 [ 15379] By: jhi                                   on 2002/03/21  02:59:46
397         Log: Schwern's wallet is a bit more loose.
398      Branch: perl
399            ! t/lib/1_compile.t
400 ____________________________________________________________________________
401 [ 15378] By: jhi                                   on 2002/03/20  21:57:22
402         Log: Subject: [PATCH]
403              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
404              Date: Wed, 20 Mar 2002 22:56:17 -0000
405              Message-ID: <AIEAJICLCBDNAAOLLOKLEEEAEAAA.paul_marquess@yahoo.co.uk>
406              
407              packWARN also for subdirs.
408      Branch: perl
409            ! NetWare/nw5.c cygwin/cygwin.c djgpp/djgpp.c
410            ! ext/Encode/Encode.xs ext/attrs/attrs.xs os2/os2.c vms/vms.c
411            ! win32/win32.c
412 ____________________________________________________________________________
413 [ 15377] By: jhi                                   on 2002/03/20  21:50:11
414         Log: A plan is better.
415      Branch: perl
416            ! ext/Encode/t/CJKalias.t
417 ____________________________________________________________________________
418 [ 15376] By: jhi                                   on 2002/03/20  21:26:09
419         Log: Upgrade to Encode 0.94, from Dan Kogai.
420      Branch: perl
421            + ext/Encode/lib/Encode/Description.pod
422            ! MANIFEST ext/Encode/AUTHORS ext/Encode/CN/CN.pm
423            ! ext/Encode/Changes ext/Encode/Encode.pm ext/Encode/JP/JP.pm
424            ! ext/Encode/KR/KR.pm ext/Encode/MANIFEST ext/Encode/TW/TW.pm
425            ! ext/Encode/lib/Encode/Encoding.pm
426            ! ext/Encode/lib/Encode/JP/ISO_2022_JP.pm
427            ! ext/Encode/lib/Encode/JP/JIS.pm ext/Encode/lib/Encode/Tcl.pm
428            ! ext/Encode/t/CJKalias.t
429 ____________________________________________________________________________
430 [ 15375] By: jhi                                   on 2002/03/20  21:09:27
431         Log: Rats' nest.
432      Branch: perl
433            ! hints/solaris_2.sh
434 ____________________________________________________________________________
435 [ 15374] By: jhi                                   on 2002/03/20  21:01:59
436         Log: Rrright.
437      Branch: perl
438            ! pod/perlguts.pod
439 ____________________________________________________________________________
440 [ 15373] By: jhi                                   on 2002/03/20  17:36:43
441         Log: Update Changes.
442      Branch: perl
443            ! Changes patchlevel.h
444 ____________________________________________________________________________
445 [ 15372] By: jhi                                   on 2002/03/20  16:54:35
446         Log: Reapply #15336.
447      Branch: perl
448            ! ext/Encode/lib/Encode/Tcl.pm
449 ____________________________________________________________________________
450 [ 15371] By: jhi                                   on 2002/03/20  15:28:44
451         Log: Upgrade to Encode 0.93, from Dan Kogai.
452      Branch: perl
453            + ext/Encode/AUTHORS ext/Encode/Changes ext/Encode/t/CJKalias.t
454            ! MANIFEST ext/Encode/CN/CN.pm ext/Encode/Encode.pm
455            ! ext/Encode/JP/JP.pm ext/Encode/KR/KR.pm ext/Encode/MANIFEST
456            ! ext/Encode/README ext/Encode/TW/TW.pm
457            ! ext/Encode/lib/Encode/CN/HZ.pm
458            ! ext/Encode/lib/Encode/Encoding.pm
459            ! ext/Encode/lib/Encode/Internal.pm
460            ! ext/Encode/lib/Encode/JP/Constants.pm
461            ! ext/Encode/lib/Encode/JP/H2Z.pm
462            ! ext/Encode/lib/Encode/JP/ISO_2022_JP.pm
463            ! ext/Encode/lib/Encode/JP/JIS.pm ext/Encode/lib/Encode/Tcl.pm
464            ! ext/Encode/lib/Encode/Tcl/Escape.pm
465            ! ext/Encode/lib/Encode/Tcl/Table.pm
466            ! ext/Encode/lib/Encode/Unicode.pm ext/Encode/lib/Encode/XS.pm
467            ! ext/Encode/lib/Encode/iso10646_1.pm
468            ! ext/Encode/lib/Encode/ucs2_le.pm ext/Encode/lib/Encode/utf8.pm
469            ! ext/Encode/t/JP.t
470 ____________________________________________________________________________
471 [ 15370] By: jhi                                   on 2002/03/20  15:13:42
472         Log: Subject: patch for syslog
473              From: <Nick.Williams@morganstanley.com>
474              Date: Wed, 20 Mar 2002 15:54:14 +0000 (GMT)
475              Message-ID: <Pine.GSO.4.33.0203201548300.14623-200000@cwit119>
476      Branch: perl
477            ! ext/Sys/Syslog/Syslog.pm
478 ____________________________________________________________________________
479 [ 15369] By: jhi                                   on 2002/03/20  15:10:17
480         Log: Some failure updates.
481      Branch: perl
482            ! pod/perldelta.pod
483 ____________________________________________________________________________
484 [ 15368] By: jhi                                   on 2002/03/20  15:02:04
485         Log: Getopt::Long 2.29 from Johan Vromans.
486      Branch: perl
487            ! lib/Getopt/Long.pm lib/Getopt/Long/CHANGES
488 ____________________________________________________________________________
489 [ 15367] By: jhi                                   on 2002/03/20  14:58:56
490         Log: Rename ExtUtils.t to Constant.t, as suggested by
491              Nicholas Clark.
492      Branch: perl
493            + lib/ExtUtils/t/Constant.t
494            - lib/ExtUtils/t/ExtUtils.t
495            ! MANIFEST
496 ____________________________________________________________________________
497 [ 15366] By: jhi                                   on 2002/03/20  14:56:27
498         Log: Subject: [PATCH] TODO - Make Schwern Poorer
499              From: Nicholas Clark <nick@unfortu.net>
500              Date: Tue, 19 Mar 2002 22:50:28 +0000
501              Message-ID: <20020319225027.GF311@Bagpuss.unfortu.net>
502      Branch: perl
503            ! t/lib/1_compile.t
504 ____________________________________________________________________________
505 [ 15365] By: jhi                                   on 2002/03/20  14:47:15
506         Log: Subject: Re: The story of O [PATCH]
507              From: Richard.Foley@t-online.de (Richard Foley)
508              Date: Sun, 17 Mar 2002 08:37:26 +0100
509              Message-ID: <16mUNX-293TDkC@fwd08.sul.t-online.com>
510      Branch: perl
511            ! lib/perl5db.pl
512 ____________________________________________________________________________
513 [ 15364] By: jhi                                   on 2002/03/20  14:43:11
514         Log: Mention the external modules Encode::HanExtra and
515              PadWalker.
516      Branch: perl
517            ! pod/perldelta.pod
518 ____________________________________________________________________________
519 [ 15363] By: jhi                                   on 2002/03/20  14:38:23
520         Log: Subject: [PATCH] List lexicals from debugger
521              From: Peter Scott <Peter@PSDT.com>
522              Date: Tue, 19 Mar 2002 12:28:52 -0800
523              Message-id: <4.3.2.7.2.20020319101746.00aa7aa0@shell2.webquarry.com>
524      Branch: perl
525            ! lib/dumpvar.pl lib/perl5db.pl pod/perldebug.pod
526 ____________________________________________________________________________
527 [ 15362] By: jhi                                   on 2002/03/20  14:37:05
528         Log: Tweaks from Autrijus Tang: should use euc-tw for Taiwan,
529              and :encoding(xxx) was errorneously parsed.
530      Branch: perl
531            ! lib/open.pm
532 ____________________________________________________________________________
533 [ 15361] By: jhi                                   on 2002/03/20  14:34:38
534         Log: Subject: [PATCH bleadperl] exec.t tweak
535              From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu>
536              Date: Wed, 20 Mar 2002 01:21:40 +0100
537              Message-ID: <18918217607.20020320012140@tesla.rcub.bg.ac.yu>
538              
539              4NT returns 2 as error-code for nonexistant file.
540      Branch: perl
541            ! t/op/exec.t
542 ____________________________________________________________________________
543 [ 15360] By: jhi                                   on 2002/03/20  14:33:09
544         Log: minor Tie::File test patch to make win32 happier, from mjd.
545      Branch: perl
546            ! lib/Tie/File/t/30_defer.t
547 ____________________________________________________________________________
548 [ 15359] By: jhi                                   on 2002/03/20  14:31:53
549         Log: Subject: [PATCH bleadperl] magic.t tweak
550              From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu>
551              Date: Wed, 20 Mar 2002 00:39:16 +0100
552              Message-ID: <14415673404.20020320003916@tesla.rcub.bg.ac.yu>
553      Branch: perl
554            ! t/op/magic.t
555 ____________________________________________________________________________
556 [ 15358] By: jhi                                   on 2002/03/20  14:23:46
557         Log: Typo fix from Andreas Koenig, plus a tweak.
558      Branch: perl
559            ! pod/perlunicode.pod
560 ____________________________________________________________________________
561 [ 15357] By: jhi                                   on 2002/03/20  14:21:33
562         Log: Sigh.  The _GNU_SOURCE is needed for the struct crypt_data
563              in Mandrake 8.2.  Now we need to figure out a way not to
564              unbreak Apache.
565      Branch: perl
566            ! hints/linux.sh
567 ____________________________________________________________________________
568 [ 15356] By: jhi                                   on 2002/03/20  13:59:58
569         Log: Fix for "UTF-8 bug with s///" from Hugo.
570      Branch: perl
571            ! embed.fnc embed.h proto.h regcomp.c regcomp.h regexec.c sv.c
572            ! t/op/pat.t
573 ____________________________________________________________________________
574 [ 15355] By: jhi                                   on 2002/03/20  02:23:23
575         Log: metaconfig unit change for #15354.
576      Branch: metaconfig
577            ! U/threads/usethreads.U
578 ____________________________________________________________________________
579 [ 15354] By: jhi                                   on 2002/03/20  02:23:01
580         Log: Installation updates on threads and perlio.
581      Branch: perl
582            ! Configure INSTALL
583 ____________________________________________________________________________
584 [ 15353] By: jhi                                   on 2002/03/20  01:17:27
585         Log: Tpo.
586      Branch: perl
587            ! pod/perlfaq6.pod
588 ____________________________________________________________________________
589 [ 15352] By: jhi                                   on 2002/03/20  01:15:54
590         Log: Regen modlib and toc.
591      Branch: perl
592            ! pod/perlmodlib.pod pod/perltoc.pod
593 ____________________________________________________________________________
594 [ 15351] By: jhi                                   on 2002/03/20  01:12:28
595         Log: Whitespace tweaks.
596      Branch: perl
597            ! pod/perldebguts.pod pod/perlfaq5.pod pod/perlfunc.pod
598            ! pod/perltodo.pod pod/perlunicode.pod
599 ____________________________________________________________________________
600 [ 15350] By: jhi                                   on 2002/03/20  00:55:54
601         Log: If it looks like UTF-8 (either nl_langinfo or locale variables),
602              think UTF-8, embrace your inner UTF-8, as suggested by Larry.
603              (And as suggested by Markus Kuhn.)
604              
605              While we are at it, document also the case of
606              mixed hash keys as a known potential troublemaker.
607              (Since it's locale-related, sometimes.)
608      Branch: perl
609            ! embedvar.h intrpvar.h lib/open.pm locale.c perl.c perlapi.h
610            ! pod/perldelta.pod pod/perllocale.pod pod/perlunicode.pod
611            ! pod/perluniintro.pod
612 ____________________________________________________________________________
613 [ 15349] By: jhi                                   on 2002/03/20  00:47:17
614         Log: Surely a typo.
615      Branch: perl
616            ! gv.c
617 ____________________________________________________________________________
618 [ 15348] By: jhi                                   on 2002/03/19  22:05:29
619         Log: Take two.
620      Branch: perl
621            + ext/Encode/t/jisx0208.euc ext/Encode/t/jisx0208.ref
622            + ext/Encode/t/jisx0212.euc ext/Encode/t/jisx0212.ref
623 ____________________________________________________________________________
624 [ 15347] By: jhi                                   on 2002/03/19  22:04:45
625         Log: Let's try this from scratch.
626      Branch: perl
627            - ext/Encode/t/jisx0208.euc ext/Encode/t/jisx0208.ref
628            - ext/Encode/t/jisx0212.euc ext/Encode/t/jisx0212.ref
629 ____________________________________________________________________________
630 [ 15346] By: jhi                                   on 2002/03/19  21:59:14
631         Log: I could do this all day...
632      Branch: perl
633            ! ext/Encode/t/jisx0208.euc ext/Encode/t/jisx0208.ref
634            ! ext/Encode/t/jisx0212.euc ext/Encode/t/jisx0212.ref
635 ____________________________________________________________________________
636 [ 15345] By: jhi                                   on 2002/03/19  21:54:20
637         Log: Grrr.
638      Branch: perl
639            ! ext/Encode/t/jisx0208.euc ext/Encode/t/jisx0208.ref
640            ! ext/Encode/t/jisx0212.euc ext/Encode/t/jisx0212.ref
641 ____________________________________________________________________________
642 [ 15344] By: jhi                                   on 2002/03/19  21:49:47
643         Log: Subject: Re: Nearly OK for cygwin@15318
644              From: John Peacock <jpeacock@rowman.com>
645              Date: Tue, 19 Mar 2002 15:58:08 -0500
646              Message-ID: <3C97A660.3060302@rowman.com>
647      Branch: perl
648            ! pod/perlport.pod
649 ____________________________________________________________________________
650 [ 15343] By: jhi                                   on 2002/03/19  21:47:02
651         Log: Subject: Re: Nearly OK for cygwin@15318
652              From: <slaven.rezic@berlin.de>
653              Date: Tue, 19 Mar 2002 21:47:49 +0100
654              Message-Id: <20020319204958.PTWF27460.mailoutvl21@[192.168.139.30]>
655              
656              Subject: Re: Nearly OK for cygwin@15318
657              From: <slaven.rezic@berlin.de>
658              Date: Tue, 19 Mar 2002 21:37:18 +0100
659              Message-Id: <20020319203927.PTPI27460.mailoutvl21@[192.168.139.30]>
660      Branch: perl
661            ! pod/perlport.pod t/io/fs.t
662 ____________________________________________________________________________
663 [ 15342] By: jhi                                   on 2002/03/19  21:41:12
664         Log: D'oh.
665      Branch: perl
666            + ext/I18N/Langinfo/fallback/const-c.inc
667            + ext/I18N/Langinfo/fallback/const-xs.inc
668 ____________________________________________________________________________
669 [ 15341] By: jhi                                   on 2002/03/19  21:40:49
670         Log: Subject: [PATCH] proper fallback for I18N::Langinfo
671              From: Nicholas Clark <nick@unfortu.net>
672              Date: Tue, 19 Mar 2002 22:37:08 +0000
673              Message-ID: <20020319223707.GE311@Bagpuss.unfortu.net>
674              
675              Subject: Re: [PATCH] proper fallback for I18N::Langinfo
676              From: Nicholas Clark <nick@ccl4.org>
677              Date: Tue, 19 Mar 2002 22:39:55 +0000
678              Message-ID: <20020319223954.G94831@plum.flirble.org>
679      Branch: perl
680            - ext/I18N/Langinfo/fallback.xs
681            ! MANIFEST
682 ____________________________________________________________________________
683 [ 15340] By: jhi                                   on 2002/03/19  21:31:16
684         Log: Text, not binary.
685      Branch: perl
686            ! ext/Encode/t/jisx0208.euc ext/Encode/t/jisx0208.ref
687            ! ext/Encode/t/jisx0212.euc ext/Encode/t/jisx0212.ref
688 ____________________________________________________________________________
689 [ 15339] By: jhi                                   on 2002/03/19  21:26:10
690         Log: Subject: Re: perl@15244
691              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
692              Date: Mon, 18 Mar 2002 17:37:31 +0100
693              Message-Id: <20020318173508.8D96.H.M.BRAND@hccnet.nl>
694              
695              (Goedendag: Dutch whitespace police)
696      Branch: perl
697            ! hints/hpux.sh
698 ____________________________________________________________________________
699 [ 15338] By: jhi                                   on 2002/03/19  21:10:29
700         Log: Subject: [PATCH] Re: [ID 20020305.026] Not OK: perl v5.7.3 +DEVEL15046 on sun4-solaris 2.7
701              From: Nicholas Clark <nick@unfortu.net>
702              Date: Tue, 19 Mar 2002 21:52:47 +0000
703              Message-ID: <20020319215246.GC311@Bagpuss.unfortu.net>
704      Branch: perl
705            ! ext/Fcntl/Makefile.PL ext/File/Glob/Makefile.PL
706            ! ext/GDBM_File/Makefile.PL ext/I18N/Langinfo/Makefile.PL
707            ! ext/POSIX/Makefile.PL ext/Socket/Makefile.PL
708            ! ext/Sys/Syslog/Makefile.PL
709 ____________________________________________________________________________
710 [ 15337] By: jhi                                   on 2002/03/19  20:09:22
711         Log: More pathname portability checks.
712      Branch: perl
713            ! Porting/check83.pl
714 ____________________________________________________________________________
715 [ 15336] By: jhi                                   on 2002/03/19  18:41:50
716         Log: Begone, Encode::Tcl::Extended.
717      Branch: perl
718            ! ext/Encode/lib/Encode/Tcl.pm
719 ____________________________________________________________________________
720 [ 15335] By: jhi                                   on 2002/03/19  18:40:10
721         Log: This is like trying to put the shaving cream
722              back to the can...
723      Branch: perl
724            ! hints/linux.sh
725 ____________________________________________________________________________
726 [ 15334] By: jhi                                   on 2002/03/19  18:31:59
727         Log: With the -D_SVID_SOURCE Debian 2.2 dies on conflicting
728              types of usleep().  Fun, fun. fun.
729      Branch: perl
730            ! hints/linux.sh
731 ____________________________________________________________________________
732 [ 15333] By: jhi                                   on 2002/03/19  18:25:21
733         Log: Sarathy's new suggestion for Linux threading flags.
734      Branch: perl
735            ! hints/linux.sh
736 ____________________________________________________________________________
737 [ 15332] By: jhi                                   on 2002/03/19  18:23:30
738         Log: Rename euc-jp-012 as euc-jp, as suggested by Dan Kogai.
739      Branch: perl
740            - ext/Encode/Encode/euc-jp-0212.ucm
741            ! MANIFEST ext/Encode/Encode/euc-jp.ucm
742            ! ext/Encode/JP/Makefile.PL ext/Encode/MANIFEST
743 ____________________________________________________________________________
744 [ 15331] By: jhi                                   on 2002/03/19  18:18:21
745         Log: Subject: [PATCH bleadperl] Add targer _test to win32 makefiles
746              From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu>
747              Date: Tue, 19 Mar 2002 00:42:22 +0100
748              Message-ID: <1199171923.20020319004222@tesla.rcub.bg.ac.yu>
749      Branch: perl
750            ! win32/Makefile win32/Makefile.win64 win32/makefile.mk
751 ____________________________________________________________________________
752 [ 15330] By: jhi                                   on 2002/03/19  18:00:48
753         Log: "+" is not a valid filename character in VMS.
754      Branch: perl
755            + ext/Encode/Encode/euc-jp-0212.ucm
756            - ext/Encode/Encode/euc-jp+0212.ucm
757            ! ext/Encode/JP/Makefile.PL ext/Encode/MANIFEST
758 ____________________________________________________________________________
759 [ 15329] By: jhi                                   on 2002/03/19  15:49:12
760         Log: Update Changes.
761      Branch: perl
762            ! Changes patchlevel.h
763 ____________________________________________________________________________
764 [ 15328] By: jhi                                   on 2002/03/19  15:25:58
765         Log: Take away _GNU_SOURCE since that does not seem
766              to play well with other software (like Apache),
767              just hint away the WHOAs.
768      Branch: perl
769            ! hints/linux.sh
770 ____________________________________________________________________________
771 [ 15327] By: jhi                                   on 2002/03/19  15:17:12
772         Log: metaconfig unit change for #15326.
773      Branch: metaconfig
774            ! U/threads/d_crypt_r.U
775 ____________________________________________________________________________
776 [ 15326] By: jhi                                   on 2002/03/19  15:16:43
777         Log: Support crypt_r(const char*,const char*, CRYPTD*).
778      Branch: perl
779            ! Configure reentr.h reentr.pl
780 ____________________________________________________________________________
781 [ 15325] By: jhi                                   on 2002/03/19  14:54:21
782         Log: VMS acrobatics from Peter Prymmer.
783      Branch: perl
784            ! lib/ExtUtils/t/ExtUtils.t
785 ____________________________________________________________________________
786 [ 15324] By: jhi                                   on 2002/03/19  14:51:56
787         Log: Subject: [PATCH lib/Pod/Html.pm] remove warning
788              From: Stas Bekman <stas@stason.org>
789              Date: Tue, 19 Mar 2002 13:14:53 +0800 (SGT)
790              Message-ID: <Pine.LNX.4.44.0203191311530.14113-100000@hope.stason.org>
791      Branch: perl
792            ! lib/Pod/Html.pm
793 ____________________________________________________________________________
794 [ 15323] By: jhi                                   on 2002/03/19  14:51:09
795         Log: Subject: [PATCH] Re: ext/B/t/xref.t @15300 on VMS
796              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
797              Date: Tue, 19 Mar 2002 10:49:27 +0100
798              Message-ID: <20020319104927.C705@rafael>   
799      Branch: perl
800            ! ext/B/t/xref.t
801 ____________________________________________________________________________
802 [ 15322] By: jhi                                   on 2002/03/19  14:50:02
803         Log: Integrate perlio;
804              
805              Move docs for Encode::valid_utf8 (which does not exist)
806              to be docs for utf8::valid() (which does).
807      Branch: perl
808           !> ext/Encode/Encode.pm lib/utf8.pm
809 ____________________________________________________________________________
810 [ 15321] By: jhi                                   on 2002/03/19  14:48:57
811         Log: Remove Encode::Tcl::Extended, suggested by
812              SADAHIRO Tomoyuki.
813      Branch: perl
814            - ext/Encode/Encode/euc-jp-0212.enc
815            - ext/Encode/lib/Encode/Tcl/Extended.pm
816            ! MANIFEST ext/Encode/MANIFEST
817            ! ext/Encode/lib/Encode/Tcl/Escape.pm
818            ! ext/Encode/lib/Encode/Tcl/Table.pm ext/Encode/t/Tcl.t
819 ____________________________________________________________________________
820 [ 15320] By: jhi                                   on 2002/03/19  14:44:18
821         Log: Encode 0.90 (the one with jisx0212-1990) from Dan Kogai.
822      Branch: perl
823            + ext/Encode/Encode/euc-jp+0212.ucm ext/Encode/t/jisx0208.euc
824            + ext/Encode/t/jisx0208.ref ext/Encode/t/jisx0212.euc
825            + ext/Encode/t/jisx0212.ref
826            - ext/Encode/t/japanese.pl ext/Encode/t/table.euc
827            - ext/Encode/t/table.ref
828            ! MANIFEST ext/Encode/CN/CN.pm ext/Encode/Encode.pm
829            ! ext/Encode/Encode.xs ext/Encode/JP/JP.pm
830            ! ext/Encode/JP/Makefile.PL ext/Encode/KR/KR.pm
831            ! ext/Encode/MANIFEST ext/Encode/TW/TW.pm
832            ! ext/Encode/lib/Encode/CN/HZ.pm
833            ! ext/Encode/lib/Encode/Encoding.pm
834            ! ext/Encode/lib/Encode/Internal.pm
835            ! ext/Encode/lib/Encode/JP/Constants.pm
836            ! ext/Encode/lib/Encode/JP/H2Z.pm
837            ! ext/Encode/lib/Encode/JP/ISO_2022_JP.pm
838            ! ext/Encode/lib/Encode/JP/JIS.pm ext/Encode/lib/Encode/Tcl.pm
839            ! ext/Encode/lib/Encode/Tcl/Escape.pm
840            ! ext/Encode/lib/Encode/Tcl/Extended.pm
841            ! ext/Encode/lib/Encode/Tcl/Table.pm
842            ! ext/Encode/lib/Encode/Unicode.pm ext/Encode/lib/Encode/XS.pm
843            ! ext/Encode/lib/Encode/iso10646_1.pm
844            ! ext/Encode/lib/Encode/ucs2_le.pm ext/Encode/lib/Encode/utf8.pm
845            ! ext/Encode/t/CN.t ext/Encode/t/Encode.t ext/Encode/t/JP.t
846            ! ext/Encode/t/TW.t ext/Encode/t/Tcl.t
847 ____________________________________________________________________________
848 [ 15319] By: jhi                                   on 2002/03/19  14:36:41
849         Log: constness+signedness nit.
850      Branch: perl
851            ! ext/Unicode/Normalize/Normalize.xs
852 ____________________________________________________________________________
853 [ 15318] By: jhi                                   on 2002/03/19  14:04:55
854         Log: Update to Unicode::Normalize 0.15 (+ the EBCDIC guards)
855      Branch: perl
856            ! ext/Unicode/Normalize/Changes
857            ! ext/Unicode/Normalize/Normalize.pm
858            ! ext/Unicode/Normalize/Normalize.xs
859            ! ext/Unicode/Normalize/README ext/Unicode/Normalize/mkheader
860            ! ext/Unicode/Normalize/t/func.t
861 ____________________________________________________________________________
862 [ 15317] By: jhi                                   on 2002/03/19  13:56:27
863         Log: Split the ebcdic details to perlebcdic.
864      Branch: perl
865            ! pod/perlebcdic.pod pod/perluniintro.pod
866 ____________________________________________________________________________
867 [ 15316] By: jhi                                   on 2002/03/19  13:31:55
868         Log: Be explicit.
869      Branch: perl
870            ! pod/perluniintro.pod
871 ____________________________________________________________________________
872 [ 15315] By: nick                                  on 2002/03/19  09:24:18
873         Log: Integrate mainline
874      Branch: perlio
875           +> ext/List/Util/t/openhan.t
876           !> (integrate 53 files)
877 ____________________________________________________________________________
878 [ 15314] By: nick                                  on 2002/03/19  07:39:07
879         Log: Move docs for Encode::valid_utf8 (which does not exist)
880              to be docs for utf8::valid() (which does).
881      Branch: perlio
882            ! ext/Encode/Encode.pm lib/utf8.pm
883 ____________________________________________________________________________
884 [ 15313] By: jhi                                   on 2002/03/19  04:58:22
885         Log: Update the Unicode vs EBCDIC situation.
886      Branch: perl
887            ! pod/perlebcdic.pod pod/perluniintro.pod
888 ____________________________________________________________________________
889 [ 15312] By: jhi                                   on 2002/03/19  04:01:39
890         Log: Subject: [DOC PATCH] end.t (was RE: perl@15300 )
891              From: Robert Spier <rspier@pobox.com>
892              Date: Mon, 18 Mar 2002 19:22:55 -0800
893              Message-ID: <15510.44815.383439.823671@rls.cx>
894      Branch: perl
895            ! ext/threads/t/end.t
896 ____________________________________________________________________________
897 [ 15311] By: jhi                                   on 2002/03/19  04:00:38
898         Log: UTF-8 walk errors that become visible in EBCDIC.
899      Branch: perl
900            ! regexec.c
901 ____________________________________________________________________________
902 [ 15310] By: jhi                                   on 2002/03/19  03:48:27
903         Log: s/regcinclasslen/reginclass/ and remove the old
904              reginclass since nothing is using it.
905      Branch: perl
906            ! embed.fnc embed.h proto.h regexec.c
907 ____________________________________________________________________________
908 [ 15309] By: jhi                                   on 2002/03/18  22:18:37
909         Log: Close the file so it can be (a) removed (b) reopened.
910      Branch: perl
911            ! ext/B/t/xref.t
912 ____________________________________________________________________________
913 [ 15308] By: jhi                                   on 2002/03/18  22:17:25
914         Log: Subject: [PATCH utf8.c B.xs] B::perlstring and unicode
915              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
916              Date: Mon, 18 Mar 2002 23:14:31 +0100
917              Message-ID: <20020318231431.A699@rafael>
918      Branch: perl
919            ! ext/B/B.xs utf8.c
920 ____________________________________________________________________________
921 [ 15307] By: jhi                                   on 2002/03/18  20:54:07
922         Log: Failed patch hunk reapplied.
923      Branch: perl
924            ! lib/Tie/File/t/32_defer_misc.t
925 ____________________________________________________________________________
926 [ 15306] By: jhi                                   on 2002/03/18  20:18:25
927         Log: For DEBUGGING threaded builds.
928      Branch: perl
929            ! sv.c
930 ____________________________________________________________________________
931 [ 15305] By: jhi                                   on 2002/03/18  19:11:43
932         Log: AUTHORS update.
933      Branch: perl
934            ! AUTHORS
935 ____________________________________________________________________________
936 [ 15304] By: jhi                                   on 2002/03/18  19:08:32
937         Log: Someone (*cough* *cough*) stole VMS' getpwent prototype.
938              (Fix from Craig Berry)
939      Branch: perl
940            ! pp_sys.c
941 ____________________________________________________________________________
942 [ 15303] By: jhi                                   on 2002/03/18  18:54:27
943         Log: Subject: [PATCH] configure.com home-grown kill() check
944              From: "Craig A. Berry" <craigberry@mac.com>
945              Date: Mon, 18 Mar 2002 13:52:59 -0600
946              Message-Id: <5.1.0.14.2.20020318134016.01c5ee00@exchi01>
947      Branch: perl
948            ! configure.com
949 ____________________________________________________________________________
950 [ 15302] By: jhi                                   on 2002/03/18  15:58:00
951         Log: Upgrade to Tie::File 0.50.
952      Branch: perl
953            ! lib/Tie/File.pm lib/Tie/File/t/00_version.t
954            ! lib/Tie/File/t/32_defer_misc.t
955 ____________________________________________________________________________
956 [ 15301] By: jhi                                   on 2002/03/18  15:54:52
957         Log: AUTHORS updates.
958      Branch: perl
959            ! AUTHORS
960 ____________________________________________________________________________
961 [ 15300] By: jhi                                   on 2002/03/18  14:58:27
962         Log: Update Changes.
963      Branch: perl
964            ! Changes patchlevel.h
965 ____________________________________________________________________________
966 [ 15299] By: jhi                                   on 2002/03/18  14:53:11
967         Log: OS/390 update.
968      Branch: perl
969            ! pod/perldelta.pod
970 ____________________________________________________________________________
971 [ 15298] By: jhi                                   on 2002/03/18  14:44:19
972         Log: Forgot from #15288.
973      Branch: perl
974            ! ext/B/B.xs
975 ____________________________________________________________________________
976 [ 15297] By: jhi                                   on 2002/03/18  14:39:15
977         Log: Make regex DEBUGGING faster.
978      Branch: perl
979            ! perl.c perl.h regexec.c
980 ____________________________________________________________________________
981 [ 15296] By: jhi                                   on 2002/03/18  14:28:10
982         Log: Undo accidental perl.h part of #15295 (wait for #15297)
983      Branch: perl
984            ! perl.h
985 ____________________________________________________________________________
986 [ 15295] By: jhi                                   on 2002/03/18  14:26:59
987         Log: Subject: prefix slip
988              From: andreas.koenig@anima.de (Andreas J. Koenig)
989              Date: Mon, 18 Mar 2002 16:24:46 +0100
990              Message-ID: <m3y9gp3nlt.fsf@anima.de>
991              
992              (perl.h part accidental, undone by #15296)
993      Branch: perl
994            ! INSTALL perl.h
995 ____________________________________________________________________________
996 [ 15294] By: jhi                                   on 2002/03/18  14:19:29
997         Log: Be tidy.
998      Branch: perl
999            ! ext/B/t/xref.t
1000 ____________________________________________________________________________
1001 [ 15293] By: jhi                                   on 2002/03/18  14:14:17
1002         Log: Subject: [PATCH] re: long double vs. Tru64 UNIX 
1003              From: Spider Boardman <spider@web.zk3.dec.com>
1004              Date: Mon, 18 Mar 2002 10:09:50 -0500
1005              Message-Id: <200203181509.KAA419788@leggy.zk3.dec.com>
1006      Branch: perl
1007            ! README.tru64 hints/dec_osf.sh
1008 ____________________________________________________________________________
1009 [ 15292] By: jhi                                   on 2002/03/18  13:57:06
1010         Log: NetWare tweaks from C Aditya <caditya@novell.com>
1011      Branch: perl
1012            ! NetWare/nwperlsys.c cop.h iperlsys.h op.c
1013 ____________________________________________________________________________
1014 [ 15291] By: jhi                                   on 2002/03/18  13:52:40
1015         Log: metaconfig unit change for #15290.
1016      Branch: metaconfig/U/perl
1017            ! perlxv.U
1018 ____________________________________________________________________________
1019 [ 15290] By: jhi                                   on 2002/03/18  13:52:15
1020         Log: Subject: d_nv_preserves_uv_bits
1021              From: Nicholas Clark <nick@unfortu.net>
1022              Date: Thu, 14 Mar 2002 22:24:19 +0000
1023              Message-ID: <20020314222419.GE363@Bagpuss.unfortu.net>
1024      Branch: perl
1025            ! Configure Porting/Glossary Porting/config.sh config_h.SH
1026            ! configure.com epoc/config.sh pod/perltoc.pod t/op/pack.t
1027            ! uconfig.sh vos/config.alpha.def vos/config.ga.def
1028            ! win32/config.bc win32/config.gc win32/config.vc
1029            ! win32/config.win64
1030 ____________________________________________________________________________
1031 [ 15289] By: jhi                                   on 2002/03/18  13:44:14
1032         Log: Subject: Re: perl@15244
1033              From: Spider Boardman <spider@web.zk3.dec.com>
1034              Date: Mon, 18 Mar 2002 09:38:55 -0500
1035              Message-Id: <200203181438.JAA406792@leggy.zk3.dec.com>
1036              
1037              (IA64 work.)
1038      Branch: perl
1039            ! hints/hpux.sh perl.h
1040 ____________________________________________________________________________
1041 [ 15288] By: jhi                                   on 2002/03/18  13:41:34
1042         Log: Subject: [PATCH B] B::perlstring()
1043              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
1044              Date: Sun, 17 Mar 2002 23:06:12 +0100
1045              Message-ID: <20020317230612.A24442@rafael>
1046      Branch: perl
1047            ! ext/B/B.pm ext/B/B/Deparse.pm ext/B/Makefile.PL
1048 ____________________________________________________________________________
1049 [ 15287] By: jhi                                   on 2002/03/18  13:40:28
1050         Log: Subject: [PATCH] another pack "w" thing
1051              From: Nicholas Clark <nick@unfortu.net>
1052              Date: Sat, 16 Mar 2002 21:52:15 +0000
1053              Message-ID: <20020316215215.GF330@Bagpuss.unfortu.net>
1054      Branch: perl
1055            ! pp_pack.c t/op/pack.t
1056 ____________________________________________________________________________
1057 [ 15286] By: jhi                                   on 2002/03/18  13:39:20
1058         Log: More prototypes blindness in Solaris.
1059              (TODO: readdir64_r really needs to be seen.)
1060      Branch: perl
1061            ! hints/solaris_2.sh
1062 ____________________________________________________________________________
1063 [ 15285] By: jhi                                   on 2002/03/18  13:24:03
1064         Log: Integrate perlio;
1065              
1066              Tidy the "does not map" message for non-characters
1067              (e.g. iso-8859-3 "\xA5").
1068      Branch: perl
1069           !> ext/Encode/Encode.xs
1070 ____________________________________________________________________________
1071 [ 15284] By: nick                                  on 2002/03/18  11:00:31
1072         Log: Integrate mainline
1073      Branch: perlio
1074           +> lib/Tie/File/t/30_defer.t lib/Tie/File/t/31_autodefer.t
1075           +> lib/Tie/File/t/32_defer_misc.t
1076           !> MANIFEST embed.fnc embed.h global.sym hints/solaris_2.sh
1077           !> lib/Tie/File.pm lib/Tie/File/t/00_version.t
1078           !> lib/Tie/File/t/15_pushpop.t lib/Tie/File/t/17_misc_meth.t
1079           !> lib/Tie/File/t/22_autochomp.t pod/perlfaq3.pod
1080           !> pod/perlhack.pod pp_hot.c pp_sys.c proto.h reentr.c reentr.h
1081           !> reentr.pl regexec.c t/op/pat.t util.c
1082 ____________________________________________________________________________
1083 [ 15283] By: gbarr                                 on 2002/03/18  10:10:55
1084         Log: Sync with Scalar-List-Utils-1.07
1085      Branch: perl
1086            + ext/List/Util/t/openhan.t
1087            ! MANIFEST ext/List/Util/ChangeLog
1088            ! ext/List/Util/lib/List/Util.pm
1089            ! ext/List/Util/lib/Scalar/Util.pm
1090 ____________________________________________________________________________
1091 [ 15282] By: nick                                  on 2002/03/18  08:11:28
1092         Log: Tidy the "does not map" message for non-characters
1093              (e.g. iso-8859-3 "\xA5").
1094      Branch: perlio
1095            ! ext/Encode/Encode.xs
1096 ____________________________________________________________________________
1097 [ 15281] By: ams                                   on 2002/03/18  04:44:37
1098         Log: URL fix from MJD.
1099      Branch: perl
1100            ! pod/perlfaq3.pod
1101 ____________________________________________________________________________
1102 [ 15280] By: jhi                                   on 2002/03/18  01:58:51
1103         Log: More prototype calming (really should fix the Configure
1104              protochk, but not at this point in time).
1105      Branch: perl
1106            ! hints/solaris_2.sh
1107 ____________________________________________________________________________
1108 [ 15279] By: jhi                                   on 2002/03/18  01:19:40
1109         Log: return at the wrong side of #endif.
1110      Branch: perl
1111            ! util.c
1112 ____________________________________________________________________________
1113 [ 15278] By: ams                                   on 2002/03/17  23:45:31
1114         Log: Typo fix from Stas Bekman.
1115      Branch: perl
1116            ! pod/perlhack.pod
1117 ____________________________________________________________________________
1118 [ 15277] By: ams                                   on 2002/03/17  23:41:35
1119         Log: Upgrade to Tie::File 0.21.
1120      Branch: perl
1121            + lib/Tie/File/t/30_defer.t lib/Tie/File/t/31_autodefer.t
1122            + lib/Tie/File/t/32_defer_misc.t
1123            ! MANIFEST lib/Tie/File.pm lib/Tie/File/t/00_version.t
1124            ! lib/Tie/File/t/15_pushpop.t lib/Tie/File/t/17_misc_meth.t
1125            ! lib/Tie/File/t/22_autochomp.t
1126 ____________________________________________________________________________
1127 [ 15276] By: jhi                                   on 2002/03/17  21:50:26
1128         Log: Simple speed gainback (as it was in 5.6): for non-Unicode
1129              character classes use inlined macros instead of the full
1130              function call.
1131      Branch: perl
1132            ! regexec.c
1133 ____________________________________________________________________________
1134 [ 15275] By: jhi                                   on 2002/03/17  20:14:18
1135         Log: Integrate perlio;
1136              
1137              Avoid overwrite of un-allocated memory when SvCUR > SvLEN
1138              
1139              Other :encoding oddities
1140              - we should really pop while we can still make method calls
1141              in case DESTROY does something.
1142              - Provide a no-op DESTROY
1143              - Use SvPV_only() rather than just SvPV_on()
1144      Branch: perl
1145           !> ext/Encode/Encode.pm ext/Encode/Encode.xs
1146           !> ext/Encode/lib/Encode/Encoding.pm sv.c
1147 ____________________________________________________________________________
1148 [ 15274] By: nick                                  on 2002/03/17  20:00:12
1149         Log: Other :encoding oddities
1150              - we should really pop while we can still make method calls
1151              in case DESTROY does something.
1152              - Provide a no-op DESTROY
1153              - Use SvPV_only() rather than just SvPV_on()
1154      Branch: perlio
1155            ! ext/Encode/Encode.pm ext/Encode/Encode.xs
1156            ! ext/Encode/lib/Encode/Encoding.pm
1157 ____________________________________________________________________________
1158 [ 15273] By: nick                                  on 2002/03/17  19:53:24
1159         Log: Avoid overwrite of un-allocated memory when SvCUR > SvLEN
1160      Branch: perlio
1161            ! sv.c
1162 ____________________________________________________________________________
1163 [ 15272] By: jhi                                   on 2002/03/17  18:39:22
1164         Log: Implement the retry-on-ERANGE for the get*_r().
1165              The buffer will keep doubling until 64k.
1166      Branch: perl
1167            ! embed.fnc embed.h global.sym pp_sys.c proto.h reentr.c
1168            ! reentr.h reentr.pl
1169 ____________________________________________________________________________
1170 [ 15271] By: nick                                  on 2002/03/17  17:38:44
1171         Log: Integrate mainline
1172      Branch: perlio
1173           +> lib/Tie/File/t/22_autochomp.t lib/Tie/File/t/23_rv_ac_splice.t
1174           +> t/op/pow.t
1175           !> (integrate 28 files)
1176 ____________________________________________________________________________
1177 [ 15270] By: jhi                                   on 2002/03/17  15:49:38
1178         Log: Subject: UTF-8 bug (maybe alreayd known?)
1179              From: andreas.koenig@anima.de (Andreas J. Koenig)
1180              Date: Fri, 08 Mar 2002 16:36:01 +0100
1181              Message-ID: <m3n0xjul5q.fsf@anima.de>
1182      Branch: perl
1183            ! pp_hot.c t/op/pat.t
1184 ____________________________________________________________________________
1185 [ 15269] By: nick                                  on 2002/03/17  09:12:39
1186         Log: Integarate mainline
1187      Branch: perlio
1188           +> lib/Tie/File/t/00_version.t lib/Tie/File/t/18_rs_fixrec.t
1189           +> lib/Tie/File/t/19_cache.t lib/Tie/File/t/20_cache_full.t
1190           +> lib/Tie/File/t/21_win32.t reentr.c reentr.h reentr.pl
1191           !> (integrate 69 files)
1192 ____________________________________________________________________________
1193 [ 15268] By: jhi                                   on 2002/03/17  04:23:49
1194         Log: Subject: SEGV in s/// and UTF-8
1195              From: andreas.koenig@anima.de (Andreas J. Koenig)
1196              Date: Tue, 12 Mar 2002 00:40:09 +0100
1197              Message-ID: <m3r8mqad2e.fsf@anima.de>
1198      Branch: perl
1199            ! regexec.c t/op/pat.t
1200 ____________________________________________________________________________
1201 [ 15267] By: jhi                                   on 2002/03/16  19:57:03
1202         Log: Thwart IRIX long doubles and sloppy pow() (in Perl, **);
1203              from Nicholas Clark.  Fixes lib/integer.t and t/op/pack.t
1204              which assume that 2**someinteger is accurate.
1205      Branch: perl
1206            + t/op/pow.t
1207            ! MANIFEST pp.c t/test.pl
1208 ____________________________________________________________________________
1209 [ 15266] By: jhi                                   on 2002/03/16  18:55:53
1210         Log: _r-ify config.win64, too.
1211      Branch: perl
1212            ! win32/config.win64
1213 ____________________________________________________________________________
1214 [ 15265] By: jhi                                   on 2002/03/16  18:51:45
1215         Log: Better place to initialize (IRIX cc noticed that
1216              the many "goto defchars" bypass the initialization)
1217      Branch: perl
1218            ! regcomp.c
1219 ____________________________________________________________________________
1220 [ 15264] By: jhi                                   on 2002/03/16  18:41:19
1221         Log: If not building threaded, never mind the threaded prototypes.
1222      Branch: perl
1223            ! Configure reentr.pl
1224 ____________________________________________________________________________
1225 [ 15263] By: jhi                                   on 2002/03/16  18:40:53
1226         Log: metaconfig: If not using threads, not point probing for the
1227              prototypes (since they might be hidden behind many defines
1228              we won't have if not building threaded)
1229      Branch: metaconfig
1230            ! U/threads/d_asctime_r.U U/threads/d_crypt_r.U
1231            ! U/threads/d_ctermid_r.U U/threads/d_ctime_r.U
1232            ! U/threads/d_drand48_r.U U/threads/d_endgrent_r.U
1233            ! U/threads/d_endhostent_r.U U/threads/d_endnetent_r.U
1234            ! U/threads/d_endprotoent_r.U U/threads/d_endpwent_r.U
1235            ! U/threads/d_endservent_r.U U/threads/d_getgrent_r.U
1236            ! U/threads/d_getgrgid_r.U U/threads/d_getgrnam_r.U
1237            ! U/threads/d_gethostbyaddr_r.U U/threads/d_gethostbyname_r.U
1238            ! U/threads/d_gethostent_r.U U/threads/d_getlogin_r.U
1239            ! U/threads/d_getnetbyaddr_r.U U/threads/d_getnetbyname_r.U
1240            ! U/threads/d_getnetent_r.U U/threads/d_getprotobyname_r.U
1241            ! U/threads/d_getprotobynumber_r.U U/threads/d_getprotoent_r.U
1242            ! U/threads/d_getpwent_r.U U/threads/d_getpwnam_r.U
1243            ! U/threads/d_getpwuid_r.U U/threads/d_getservbyname_r.U
1244            ! U/threads/d_getservbyport_r.U U/threads/d_getservent_r.U
1245            ! U/threads/d_getspnam_r.U U/threads/d_gmtime_r.U
1246            ! U/threads/d_localtime_r.U U/threads/d_random_r.U
1247            ! U/threads/d_readdir64_r.U U/threads/d_readdir_r.U
1248            ! U/threads/d_setgrent_r.U U/threads/d_sethostent_r.U
1249            ! U/threads/d_setlocale_r.U U/threads/d_setnetent_r.U
1250            ! U/threads/d_setprotoent_r.U U/threads/d_setpwent_r.U
1251            ! U/threads/d_setservent_r.U U/threads/d_srand48_r.U
1252            ! U/threads/d_srandom_r.U U/threads/d_strerror_r.U
1253            ! U/threads/d_tmpnam_r.U U/threads/d_ttyname_r.U
1254 ____________________________________________________________________________
1255 [ 15262] By: jhi                                   on 2002/03/16  18:29:26
1256         Log: FreeBSD is lying to us: there is no threadsafe gethostbyaddr_r.
1257      Branch: perl
1258            ! hints/freebsd.sh
1259 ____________________________________________________________________________
1260 [ 15261] By: ams                                   on 2002/03/16  18:14:04
1261         Log: Upgrade to Tie::File 0.20.
1262      Branch: perl
1263            + lib/Tie/File/t/22_autochomp.t lib/Tie/File/t/23_rv_ac_splice.t
1264            ! MANIFEST lib/Tie/File.pm lib/Tie/File/t/00_version.t
1265            ! lib/Tie/File/t/01_gen.t lib/Tie/File/t/02_fetchsize.t
1266            ! lib/Tie/File/t/03_longfetch.t lib/Tie/File/t/07_rv_splice.t
1267            ! lib/Tie/File/t/08_ro.t lib/Tie/File/t/09_gen_rs.t
1268            ! lib/Tie/File/t/11_rv_splice_rs.t
1269            ! lib/Tie/File/t/12_longfetch_rs.t lib/Tie/File/t/15_pushpop.t
1270            ! lib/Tie/File/t/16_handle.t
1271 ____________________________________________________________________________
1272 [ 15260] By: jhi                                   on 2002/03/16  18:12:25
1273         Log: There seems to be a trend for the *time_r to be hidden.
1274      Branch: perl
1275            ! hints/irix_6.sh
1276 ____________________________________________________________________________
1277 [ 15259] By: jhi                                   on 2002/03/16  17:58:08
1278         Log: Subject: [PATCH lib/Pod/Html.pm] fix anchor generation code (ID 20020312.006)  
1279              From: Stas Bekman <stas@stason.org>
1280              Date: Sun, 17 Mar 2002 02:11:26 +0800 (SGT)
1281              Message-ID: <Pine.LNX.4.44.0203170205130.16962-100000@hope.stason.org>
1282      Branch: perl
1283            ! lib/Pod/Html.pm
1284 ____________________________________________________________________________
1285 [ 15258] By: jhi                                   on 2002/03/16  17:54:49
1286         Log: Subject: [PATCH] Re: dumpvar.pl bug
1287              From: Peter Scott <Peter@PSDT.com>
1288              Date: Fri, 15 Mar 2002 18:19:21 -0800
1289              Message-id: <4.3.2.7.2.20020315153302.00bac420@shell2.webquarry.com>
1290      Branch: perl
1291            ! lib/dumpvar.pl lib/perl5db.pl
1292 ____________________________________________________________________________
1293 [ 15257] By: jhi                                   on 2002/03/16  17:52:29
1294         Log: More paranoid _r protochecking.  At least Tru64 and
1295              Linux need additional hinting help to believe that
1296              the time_r protos exist; turn on FreeBSD _THREAD_SAFE
1297              to see what goes bang.
1298      Branch: perl
1299            ! Configure hints/dec_osf.sh hints/freebsd.sh hints/linux.sh
1300            ! reentr.pl
1301 ____________________________________________________________________________
1302 [ 15256] By: jhi                                   on 2002/03/16  17:51:08
1303         Log: metaconfig: more paranoid _r protochecking.
1304      Branch: metaconfig
1305            ! U/threads/d_asctime_r.U U/threads/d_crypt_r.U
1306            ! U/threads/d_ctermid_r.U U/threads/d_ctime_r.U
1307            ! U/threads/d_drand48_r.U U/threads/d_endgrent_r.U
1308            ! U/threads/d_endhostent_r.U U/threads/d_endnetent_r.U
1309            ! U/threads/d_endprotoent_r.U U/threads/d_endpwent_r.U
1310            ! U/threads/d_endservent_r.U U/threads/d_getgrent_r.U
1311            ! U/threads/d_getgrgid_r.U U/threads/d_getgrnam_r.U
1312            ! U/threads/d_gethostbyaddr_r.U U/threads/d_gethostbyname_r.U
1313            ! U/threads/d_gethostent_r.U U/threads/d_getlogin_r.U
1314            ! U/threads/d_getnetbyaddr_r.U U/threads/d_getnetbyname_r.U
1315            ! U/threads/d_getnetent_r.U U/threads/d_getprotobyname_r.U
1316            ! U/threads/d_getprotobynumber_r.U U/threads/d_getprotoent_r.U
1317            ! U/threads/d_getpwent_r.U U/threads/d_getpwnam_r.U
1318            ! U/threads/d_getpwuid_r.U U/threads/d_getservbyname_r.U
1319            ! U/threads/d_getservbyport_r.U U/threads/d_getservent_r.U
1320            ! U/threads/d_getspnam_r.U U/threads/d_gmtime_r.U
1321            ! U/threads/d_localtime_r.U U/threads/d_random_r.U
1322            ! U/threads/d_readdir64_r.U U/threads/d_readdir_r.U
1323            ! U/threads/d_setgrent_r.U U/threads/d_sethostent_r.U
1324            ! U/threads/d_setlocale_r.U U/threads/d_setnetent_r.U
1325            ! U/threads/d_setprotoent_r.U U/threads/d_setpwent_r.U
1326            ! U/threads/d_setservent_r.U U/threads/d_srand48_r.U
1327            ! U/threads/d_srandom_r.U U/threads/d_strerror_r.U
1328            ! U/threads/d_tmpnam_r.U U/threads/d_ttyname_r.U
1329 ____________________________________________________________________________
1330 [ 15255] By: jhi                                   on 2002/03/16  16:23:07
1331         Log: HP-UX gcc 3 warnings found by Sarathy.
1332      Branch: perl
1333            ! regcomp.c sv.c
1334 ____________________________________________________________________________
1335 [ 15254] By: jhi                                   on 2002/03/16  16:18:49
1336         Log: Subject: Re: [ID 20020315.003] timelocal does not return fractal values anymore
1337              From: Slaven Rezic <slaven.rezic@berlin.de>
1338              Date: 16 Mar 2002 15:29:18 +0100
1339              Message-ID: <877kocwpq9.fsf@vran.herceg.de>
1340      Branch: perl
1341            ! pod/perldelta.pod
1342 ____________________________________________________________________________
1343 [ 15253] By: jhi                                   on 2002/03/16  16:11:49
1344         Log: HP-UX has also endgrent_r/endpwent_r marked obsolete.
1345      Branch: perl
1346            ! Porting/findrfuncs reentr.h reentr.pl
1347 ____________________________________________________________________________
1348 [ 15252] By: gsar                                  on 2002/03/16  15:36:16
1349         Log: UIN32_MAX with borken under HP-UX+gcc
1350      Branch: perl
1351            ! handy.h
1352 ____________________________________________________________________________
1353 [ 15251] By: ams                                   on 2002/03/16  02:38:08
1354         Log: Subject: [PATCH @15047] Use of inherited AUTOLOAD for non-method
1355              *::DESTROY() is deprecated
1356              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
1357              Date: Thu, 14 Mar 2002 18:39:22 -0500
1358              Message-Id: <20020314183922.A8448@math.ohio-state.edu>
1359              
1360              Subject: Re: [PATCH @15047] Use of inherited AUTOLOAD for non-method
1361              *::DESTROY() is deprecated
1362              From: Dave Mitchell <davem@fdgroup.com>
1363              Date: Fri, 15 Mar 2002 19:22:49 +0000
1364              Message-Id: <20020315192249.A22389@fdgroup.com>
1365      Branch: perl
1366            ! gv.c t/op/method.t
1367 ____________________________________________________________________________
1368 [ 15250] By: ams                                   on 2002/03/16  02:14:41
1369         Log: Plural nit.
1370      Branch: perl
1371            ! pod/perldelta.pod
1372 ____________________________________________________________________________
1373 [ 15249] By: jhi                                   on 2002/03/15  20:46:10
1374         Log: Doesn't make sense to test for protos if the
1375              functions are not to be used (!= functions exist!)
1376              This might be the key (well, a key) to the HP-UX
1377              problems.
1378      Branch: perl
1379            ! reentr.h reentr.pl
1380 ____________________________________________________________________________
1381 [ 15248] By: jhi                                   on 2002/03/15  20:05:46
1382         Log: Typo in #15247.
1383      Branch: perl
1384            ! hints/hpux.sh
1385 ____________________________________________________________________________
1386 [ 15247] By: jhi                                   on 2002/03/15  19:41:43
1387         Log: The UINT32_MAX_BROKEN is still needed for pre-gcc-3
1388              in HP-UX (from H.Merijn Brand)
1389      Branch: perl
1390            ! hints/hpux.sh
1391 ____________________________________________________________________________
1392 [ 15246] By: ams                                   on 2002/03/15  17:53:23
1393         Log: Subject: minor corrections in perldelta.pod
1394              From: mjd@plover.com
1395              Date: 15 Mar 2002 18:48:42 -0000
1396              Message-Id: <20020315184842.13573.qmail@plover.com>
1397      Branch: perl
1398            ! pod/perldelta.pod
1399 ____________________________________________________________________________
1400 [ 15245] By: ams                                   on 2002/03/15  17:37:52
1401         Log: Upgrade to Tie::File 0.19.
1402      Branch: perl
1403            + lib/Tie/File/t/00_version.t lib/Tie/File/t/18_rs_fixrec.t
1404            + lib/Tie/File/t/19_cache.t lib/Tie/File/t/20_cache_full.t
1405            + lib/Tie/File/t/21_win32.t
1406            ! MANIFEST lib/Tie/File.pm lib/Tie/File/t/01_gen.t
1407            ! lib/Tie/File/t/02_fetchsize.t lib/Tie/File/t/03_longfetch.t
1408            ! lib/Tie/File/t/04_splice.t lib/Tie/File/t/05_size.t
1409            ! lib/Tie/File/t/06_fixrec.t lib/Tie/File/t/07_rv_splice.t
1410            ! lib/Tie/File/t/08_ro.t lib/Tie/File/t/09_gen_rs.t
1411            ! lib/Tie/File/t/10_splice_rs.t lib/Tie/File/t/13_size_rs.t
1412            ! lib/Tie/File/t/15_pushpop.t lib/Tie/File/t/16_handle.t
1413            ! lib/Tie/File/t/17_misc_meth.t
1414 ____________________________________________________________________________
1415 [ 15244] By: jhi                                   on 2002/03/15  17:13:33
1416         Log: Update Changes.
1417      Branch: perl
1418            ! Changes patchlevel.h
1419 ____________________________________________________________________________
1420 [ 15243] By: jhi                                   on 2002/03/15  16:18:16
1421         Log: Forgot from #15241.
1422      Branch: perl
1423            ! win32/config_sh.PL
1424 ____________________________________________________________________________
1425 [ 15242] By: jhi                                   on 2002/03/15  16:15:52
1426         Log: Subject: patch pod/perltodo.pod
1427              From: mjd@plover.com
1428              Date: 15 Mar 2002 15:42:18 -0000
1429              Message-ID: <20020315154218.10163.qmail@plover.com>
1430              
1431              (With s/WANT/Want/)
1432      Branch: perl
1433            ! pod/perltodo.pod
1434 ____________________________________________________________________________
1435 [ 15241] By: jhi                                   on 2002/03/15  16:14:25
1436         Log: Subject: [PATCH bleadperl] (revision 5 undef)
1437              From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu>
1438              Date: Fri, 15 Mar 2002 00:39:48 +0100
1439              Message-ID: <116078615.20020315003948@tesla.rcub.bg.ac.yu>
1440      Branch: perl
1441            ! win32/config.bc win32/config.gc win32/config.vc
1442            ! win32/config.win64
1443 ____________________________________________________________________________
1444 [ 15240] By: jhi                                   on 2002/03/15  16:12:25
1445         Log: Subject: [BUG & PATCH] can't quit the debugger after run completes
1446              From: Michael G Schwern <schwern@pobox.com>
1447              Date: Thu, 14 Mar 2002 16:39:29 -0500
1448              Message-ID: <20020314213929.GA2912@blackrider>
1449      Branch: perl
1450            ! lib/perl5db.pl
1451 ____________________________________________________________________________
1452 [ 15239] By: jhi                                   on 2002/03/15  16:11:17
1453         Log: Integrate perlio.
1454      Branch: perl
1455           !> embed.fnc ext/Encode/t/JP.t
1456 ____________________________________________________________________________
1457 [ 15238] By: jhi                                   on 2002/03/15  16:07:58
1458         Log: Monster _r patch: try to scan for all known _r variants,
1459              and then use them (under ithreads).  May fail in HP-UX,
1460              and the op/groups is known to be fickle everywhere.  Known
1461              to work in Solaris, Linux, Tru64, IRIX, AIX.  (Some compiler
1462              warnings in AIX since the first arguments of getnetbyaddr
1463              and getnetbyadd_r are of different types.  Thanks, IBM.)
1464              
1465              In non-Configure platforms deny the existence of any
1466              of the _r thingies.  (Also add the recently introduced
1467              d_tm_* to places it wasn't already in.)
1468              
1469              TODO: the suggested glibc buffer growth retry loop in case
1470              some entries (at least for: gr*, host*) are big.
1471              Forgot win32/config.win64.
1472      Branch: perl
1473            + reentr.c reentr.h reentr.pl
1474            ! Configure MANIFEST Makefile.SH NetWare/Makefile
1475            ! NetWare/config.wc Porting/Glossary Porting/config.sh
1476            ! Porting/config_H Porting/findrfuncs config_h.SH configure.com
1477            ! embed.fnc embed.h epoc/config.sh global.sym hints/hpux.sh
1478            ! intrpvar.h makedef.pl op.h perl.c perl.h plan9/mkfile pp_sys.c
1479            ! proto.h uconfig.h uconfig.sh util.c vms/descrip_mms.template
1480            ! vos/build.cm vos/config.alpha.def vos/config.alpha.h
1481            ! vos/config.ga.def vos/config.ga.h vos/perl.bind win32/Makefile
1482            ! win32/config.bc win32/config.gc win32/config.vc
1483            ! win32/makefile.mk wince/Makefile.ce wince/config.ce
1484 ____________________________________________________________________________
1485 [ 15237] By: jhi                                   on 2002/03/15  15:18:46
1486         Log: Be more explicit on when is the $! worth anything.
1487      Branch: perl
1488            ! pod/perlvar.pod
1489 ____________________________________________________________________________
1490 [ 15236] By: jhi                                   on 2002/03/15  14:44:09
1491         Log: metaconfig: _r _r we go.
1492      Branch: metaconfig
1493            ! U/threads/d_asctime_r.U U/threads/d_crypt_r.U
1494            ! U/threads/d_ctermid_r.U U/threads/d_ctime_r.U
1495            ! U/threads/d_drand48_r.U U/threads/d_endgrent_r.U
1496            ! U/threads/d_endhostent_r.U U/threads/d_endnetent_r.U
1497            ! U/threads/d_endprotoent_r.U U/threads/d_endpwent_r.U
1498            ! U/threads/d_endservent_r.U U/threads/d_getgrent_r.U
1499            ! U/threads/d_getgrgid_r.U U/threads/d_getgrnam_r.U
1500            ! U/threads/d_gethostbyaddr_r.U U/threads/d_gethostbyname_r.U
1501            ! U/threads/d_gethostent_r.U U/threads/d_getlogin_r.U
1502            ! U/threads/d_getnetbyaddr_r.U U/threads/d_getnetbyname_r.U
1503            ! U/threads/d_getnetent_r.U U/threads/d_getprotobyname_r.U
1504            ! U/threads/d_getprotobynumber_r.U U/threads/d_getprotoent_r.U
1505            ! U/threads/d_getpwent_r.U U/threads/d_getpwnam_r.U
1506            ! U/threads/d_getpwuid_r.U U/threads/d_getservbyname_r.U
1507            ! U/threads/d_getservbyport_r.U U/threads/d_getservent_r.U
1508            ! U/threads/d_getspnam_r.U U/threads/d_gmtime_r.U
1509            ! U/threads/d_localtime_r.U U/threads/d_random_r.U
1510            ! U/threads/d_readdir64_r.U U/threads/d_readdir_r.U
1511            ! U/threads/d_setgrent_r.U U/threads/d_sethostent_r.U
1512            ! U/threads/d_setlocale_r.U U/threads/d_setnetent_r.U
1513            ! U/threads/d_setprotoent_r.U U/threads/d_setpwent_r.U
1514            ! U/threads/d_setservent_r.U U/threads/d_srand48_r.U
1515            ! U/threads/d_srandom_r.U U/threads/d_strerror_r.U
1516            ! U/threads/d_tmpnam_r.U U/threads/d_ttyname_r.U
1517 ____________________________________________________________________________
1518 [ 15235] By: nick                                  on 2002/03/15  07:31:54
1519         Log: Add the binmode()s to make JP.t pass on Win32
1520      Branch: perlio
1521            ! ext/Encode/t/JP.t
1522 ____________________________________________________________________________
1523 [ 15234] By: nick                                  on 2002/03/15  07:20:49
1524         Log: Integrate perlio
1525      Branch: perl
1526           !> ext/Encode/t/table.euc ext/Encode/t/table.ref
1527 ____________________________________________________________________________
1528 [ 15233] By: nick                                  on 2002/03/15  07:18:02
1529         Log: Mark JP.t's data files as binary
1530      Branch: perlio
1531            ! ext/Encode/t/table.euc ext/Encode/t/table.ref
1532 ____________________________________________________________________________
1533 [ 15232] By: nick                                  on 2002/03/15  07:13:38
1534         Log: Integrate mainline
1535      Branch: perlio
1536           +> ext/B/t/xref.t
1537           !> MANIFEST Makefile.SH ext/B/B/Xref.pm ext/Safe/safe2.t
1538           !> lib/Benchmark.t lib/Exporter.pm lib/Pod/Html.pm makedepend.SH
1539           !> perl.c t/op/arith.t
1540 ____________________________________________________________________________
1541 [ 15231] By: jhi                                   on 2002/03/15  04:49:10
1542         Log: The section needs to be in the makedepend script
1543              (from Jan-Erik Karlsson).
1544      Branch: perl
1545            ! makedepend.SH
1546 ____________________________________________________________________________
1547 [ 15230] By: jhi                                   on 2002/03/15  02:59:46
1548         Log: Subject: Re: Réf. : Re: PATCH proposal for ext/Safe/safe2.t
1549              From: Nicholas Clark <nick@unfortu.net>
1550              Date: Thu, 14 Mar 2002 23:05:23 +0000
1551              Message-ID: <20020314230522.GG363@Bagpuss.unfortu.net>
1552      Branch: perl
1553            ! ext/Safe/safe2.t
1554 ____________________________________________________________________________
1555 [ 15229] By: jhi                                   on 2002/03/15  02:55:34
1556         Log: Subject: RE: [PATCH] Get rid of bad error message formatting in Pod::Html
1557              From: "Brent Dax" <brentdax@cpan.org>
1558              Date: Thu, 14 Mar 2002 09:08:41 -0800
1559              Message-ID: <FJELLKOPEAGHOOODKEDPOEIBDFAA.brentdax@cpan.org>
1560      Branch: perl
1561            ! lib/Pod/Html.pm
1562 ____________________________________________________________________________
1563 [ 15228] By: jhi                                   on 2002/03/15  02:00:23
1564         Log: metaconfig: one round again for the _r.
1565      Branch: metaconfig
1566            ! U/threads/d_asctime_r.U U/threads/d_crypt_r.U
1567            ! U/threads/d_ctermid_r.U U/threads/d_ctime_r.U
1568            ! U/threads/d_drand48_r.U U/threads/d_endgrent_r.U
1569            ! U/threads/d_endhostent_r.U U/threads/d_endnetent_r.U
1570            ! U/threads/d_endprotoent_r.U U/threads/d_endpwent_r.U
1571            ! U/threads/d_endservent_r.U U/threads/d_getgrent_r.U
1572            ! U/threads/d_getgrgid_r.U U/threads/d_getgrnam_r.U
1573            ! U/threads/d_gethostbyaddr_r.U U/threads/d_gethostbyname_r.U
1574            ! U/threads/d_gethostent_r.U U/threads/d_getlogin_r.U
1575            ! U/threads/d_getnetbyaddr_r.U U/threads/d_getnetbyname_r.U
1576            ! U/threads/d_getnetent_r.U U/threads/d_getprotobyname_r.U
1577            ! U/threads/d_getprotobynumber_r.U U/threads/d_getprotoent_r.U
1578            ! U/threads/d_getpwent_r.U U/threads/d_getpwnam_r.U
1579            ! U/threads/d_getpwuid_r.U U/threads/d_getservbyname_r.U
1580            ! U/threads/d_getservbyport_r.U U/threads/d_getservent_r.U
1581            ! U/threads/d_getspnam_r.U U/threads/d_gmtime_r.U
1582            ! U/threads/d_localtime_r.U U/threads/d_random_r.U
1583            ! U/threads/d_readdir64_r.U U/threads/d_readdir_r.U
1584            ! U/threads/d_setgrent_r.U U/threads/d_sethostent_r.U
1585            ! U/threads/d_setlocale_r.U U/threads/d_setnetent_r.U
1586            ! U/threads/d_setprotoent_r.U U/threads/d_setpwent_r.U
1587            ! U/threads/d_setservent_r.U U/threads/d_srand48_r.U
1588            ! U/threads/d_srandom_r.U U/threads/d_strerror_r.U
1589            ! U/threads/d_tmpnam_r.U U/threads/d_ttyname_r.U
1590 ____________________________________________________________________________
1591 [ 15227] By: jhi                                   on 2002/03/14  17:46:43
1592         Log: metaconfig: new round of the _r units.
1593      Branch: metaconfig
1594            ! U/threads/d_asctime_r.U U/threads/d_crypt_r.U
1595            ! U/threads/d_ctermid_r.U U/threads/d_ctime_r.U
1596            ! U/threads/d_drand48_r.U U/threads/d_endgrent_r.U
1597            ! U/threads/d_endhostent_r.U U/threads/d_endnetent_r.U
1598            ! U/threads/d_endprotoent_r.U U/threads/d_endpwent_r.U
1599            ! U/threads/d_endservent_r.U U/threads/d_getgrent_r.U
1600            ! U/threads/d_getgrgid_r.U U/threads/d_getgrnam_r.U
1601            ! U/threads/d_gethostbyaddr_r.U U/threads/d_gethostbyname_r.U
1602            ! U/threads/d_gethostent_r.U U/threads/d_getlogin_r.U
1603            ! U/threads/d_getnetbyaddr_r.U U/threads/d_getnetbyname_r.U
1604            ! U/threads/d_getnetent_r.U U/threads/d_getprotobyname_r.U
1605            ! U/threads/d_getprotobynumber_r.U U/threads/d_getprotoent_r.U
1606            ! U/threads/d_getpwent_r.U U/threads/d_getpwnam_r.U
1607            ! U/threads/d_getpwuid_r.U U/threads/d_getservbyname_r.U
1608            ! U/threads/d_getservbyport_r.U U/threads/d_getservent_r.U
1609            ! U/threads/d_getspnam_r.U U/threads/d_gmtime_r.U
1610            ! U/threads/d_localtime_r.U U/threads/d_random_r.U
1611            ! U/threads/d_readdir64_r.U U/threads/d_readdir_r.U
1612            ! U/threads/d_setgrent_r.U U/threads/d_sethostent_r.U
1613            ! U/threads/d_setlocale_r.U U/threads/d_setnetent_r.U
1614            ! U/threads/d_setprotoent_r.U U/threads/d_setpwent_r.U
1615            ! U/threads/d_setservent_r.U U/threads/d_srand48_r.U
1616            ! U/threads/d_srandom_r.U U/threads/d_strerror_r.U
1617            ! U/threads/d_tmpnam_r.U U/threads/d_ttyname_r.U
1618      Branch: metaconfig/U/perl
1619            + i_crypt.U
1620 ____________________________________________________________________________
1621 [ 15226] By: jhi                                   on 2002/03/14  15:12:19
1622         Log: Subject: [PATCH] Better patch for Benchmark.t and arith.t
1623              From: Paul_GreenVOS@vos.stratus.com
1624              Date: Tue, 12 Mar 02 19:22 est   
1625              Message-Id: <200203130025.TAA20113@mailhub1.stratus.com>
1626      Branch: perl
1627            ! lib/Benchmark.t t/op/arith.t
1628 ____________________________________________________________________________
1629 [ 15225] By: jhi                                   on 2002/03/14  14:31:30
1630         Log: Subject: Re: Win32: C:\Program Files
1631              From: "Ken Williams" <ken@mathforum.org>
1632              Date: Wed, 13 Mar 2002 17:50:59 -0600
1633              Message-Id: <2B174669-36DD-11D6-87FA-003065F6D85A@mathforum.org>
1634              
1635              Add -t to perl -h.
1636      Branch: perl
1637            ! perl.c
1638 ____________________________________________________________________________
1639 [ 15224] By: jhi                                   on 2002/03/14  14:24:44
1640         Log: Extra paranoia from Nick Clark.
1641      Branch: perl
1642            ! ext/Safe/safe2.t
1643 ____________________________________________________________________________
1644 [ 15223] By: jhi                                   on 2002/03/14  14:19:41
1645         Log: Subject: Re: PATCH proposal for ext/Safe/safe2.t
1646              From: Nicholas Clark <nick@ccl4.org>
1647              Date: Wed, 13 Mar 2002 14:22:50 +0000
1648              Message-ID: <20020313142250.G92566@plum.flirble.org>
1649      Branch: perl
1650            ! ext/Safe/safe2.t
1651 ____________________________________________________________________________
1652 [ 15222] By: jhi                                   on 2002/03/14  14:00:36
1653         Log: Subject: Re: [PATCH] really protect spaces in Makefile.SH
1654              From: <slaven.rezic@berlin.de>
1655              Date: Tue, 12 Mar 2002 13:03:41 +0100      
1656              Message-Id: <20020312120547.JGIP27460.mailoutvl21@[192.168.139.30]>
1657      Branch: perl
1658            ! Makefile.SH
1659 ____________________________________________________________________________
1660 [ 15221] By: jhi                                   on 2002/03/14  13:51:17
1661         Log: Subject: [PATCH] a test for B::Xref
1662              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
1663              Date: Wed, 13 Mar 2002 17:18:57 +0100
1664              Message-ID: <20020313171857.F1144@rafael>
1665      Branch: perl
1666            + ext/B/t/xref.t
1667            ! MANIFEST ext/B/B/Xref.pm
1668 ____________________________________________________________________________
1669 [ 15220] By: jhi                                   on 2002/03/14  13:48:46
1670         Log: Subject: [PATCH] Exporter.pm POD fixups
1671              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
1672              Date: Wed, 13 Mar 2002 16:21:42 +0100
1673              Message-ID: <20020313162142.A1144@rafael>
1674      Branch: perl
1675            ! lib/Exporter.pm
1676 ____________________________________________________________________________
1677 [ 15219] By: nick                                  on 2002/03/14  07:00:16
1678         Log: Integrate mainline
1679      Branch: perlio
1680           !> lib/ExtUtils/MM_VMS.pm lib/open.pm vms/descrip_mms.template
1681 ____________________________________________________________________________
1682 [ 15218] By: jhi                                   on 2002/03/13  22:15:00
1683         Log: Subject: [PATCH lib/ExtUtils/MM_VMS.pm] Re: [PATCH] 'all ::' for one and one for 'all ::'
1684              From: Michael G Schwern <schwern@pobox.com>
1685              Date: Wed, 13 Mar 2002 17:43:00 -0500
1686              Message-ID: <20020313224300.GG3311@blackrider>
1687      Branch: perl
1688            ! lib/ExtUtils/MM_VMS.pm
1689 ____________________________________________________________________________
1690 [ 15217] By: jhi                                   on 2002/03/13  17:28:36
1691         Log: Pod tweak.
1692      Branch: perl
1693            ! lib/open.pm
1694 ____________________________________________________________________________
1695 [ 15216] By: jhi                                   on 2002/03/13  17:14:51
1696         Log: Subject: [PATCH] 'all ::' for one and one for 'all ::'
1697              From: "Craig A. Berry" <craigberry@mac.com>
1698              Date: Wed, 13 Mar 2002 01:44:01 -0600
1699              Message-Id: <a05101501b8b4ad54a28f@[172.16.52.1]>
1700      Branch: perl
1701            ! vms/descrip_mms.template
1702 ____________________________________________________________________________
1703 [ 15215] By: nick                                  on 2002/03/13  08:08:36
1704         Log: Integrate mainline.
1705      Branch: perlio
1706           +> lib/Hash/Util.pm lib/Hash/Util.t lib/Internals.t
1707            - ext/Data/Util/Changes ext/Data/Util/Makefile.PL
1708            - ext/Data/Util/Util.xs ext/Data/Util/lib/Data/Util.pm
1709            - ext/Data/Util/lib/Hash/Util.pm ext/Data/Util/t/Data.t
1710            - ext/Data/Util/t/Hash.t
1711           !> MANIFEST Porting/findrfuncs ext/B/t/stash.t
1712           !> ext/Encode/lib/Encode/CN/HZ.pm
1713           !> ext/Encode/lib/Encode/JP/ISO_2022_JP.pm
1714           !> ext/Encode/lib/Encode/JP/JIS.pm lib/AutoSplit.t
1715           !> lib/File/stat.t lib/Test/Simple/t/fail-more.t
1716           !> pod/perldelta.pod pod/perldiag.pod pod/perlfunc.pod
1717           !> pod/perlhack.pod pod/perlmodlib.pod pod/perltoc.pod pp_ctl.c
1718           !> t/op/override.t toke.c universal.c
1719 ____________________________________________________________________________
1720 [ 15214] By: jhi                                   on 2002/03/13  04:38:41
1721         Log: metaconfig: three guesses.
1722      Branch: metaconfig
1723            ! U/threads/d_asctime_r.U U/threads/d_crypt_r.U
1724            ! U/threads/d_ctermid_r.U U/threads/d_ctime_r.U
1725            ! U/threads/d_drand48_r.U U/threads/d_endgrent_r.U
1726            ! U/threads/d_endhostent_r.U U/threads/d_endnetent_r.U
1727            ! U/threads/d_endprotoent_r.U U/threads/d_endpwent_r.U
1728            ! U/threads/d_endservent_r.U U/threads/d_getgrent_r.U
1729            ! U/threads/d_getgrgid_r.U U/threads/d_getgrnam_r.U
1730            ! U/threads/d_gethostbyaddr_r.U U/threads/d_gethostbyname_r.U
1731            ! U/threads/d_gethostent_r.U U/threads/d_getlogin_r.U
1732            ! U/threads/d_getnetbyaddr_r.U U/threads/d_getnetbyname_r.U
1733            ! U/threads/d_getnetent_r.U U/threads/d_getprotobyname_r.U
1734            ! U/threads/d_getprotobynumber_r.U U/threads/d_getprotoent_r.U
1735            ! U/threads/d_getpwent_r.U U/threads/d_getpwnam_r.U
1736            ! U/threads/d_getpwuid_r.U U/threads/d_getservbyname_r.U
1737            ! U/threads/d_getservbyport_r.U U/threads/d_getservent_r.U
1738            ! U/threads/d_getspnam_r.U U/threads/d_gmtime_r.U
1739            ! U/threads/d_localtime_r.U U/threads/d_random_r.U
1740            ! U/threads/d_readdir64_r.U U/threads/d_readdir_r.U
1741            ! U/threads/d_setgrent_r.U U/threads/d_sethostent_r.U
1742            ! U/threads/d_setlocale_r.U U/threads/d_setnetent_r.U
1743            ! U/threads/d_setprotoent_r.U U/threads/d_setpwent_r.U
1744            ! U/threads/d_setservent_r.U U/threads/d_srand48_r.U
1745            ! U/threads/d_srandom_r.U U/threads/d_strerror_r.U
1746            ! U/threads/d_tmpnam_r.U U/threads/d_ttyname_r.U
1747 ____________________________________________________________________________
1748 [ 15213] By: jhi                                   on 2002/03/13  04:05:27
1749         Log: metaconfig: regen _r units again.
1750      Branch: metaconfig
1751            ! U/threads/d_asctime_r.U U/threads/d_crypt_r.U
1752            ! U/threads/d_ctermid_r.U U/threads/d_ctime_r.U
1753            ! U/threads/d_drand48_r.U U/threads/d_endgrent_r.U
1754            ! U/threads/d_endhostent_r.U U/threads/d_endnetent_r.U
1755            ! U/threads/d_endprotoent_r.U U/threads/d_endpwent_r.U
1756            ! U/threads/d_endservent_r.U U/threads/d_getgrent_r.U
1757            ! U/threads/d_getgrgid_r.U U/threads/d_getgrnam_r.U
1758            ! U/threads/d_gethostbyaddr_r.U U/threads/d_gethostbyname_r.U
1759            ! U/threads/d_gethostent_r.U U/threads/d_getlogin_r.U
1760            ! U/threads/d_getnetbyaddr_r.U U/threads/d_getnetbyname_r.U
1761            ! U/threads/d_getnetent_r.U U/threads/d_getprotobyname_r.U
1762            ! U/threads/d_getprotobynumber_r.U U/threads/d_getprotoent_r.U
1763            ! U/threads/d_getpwent_r.U U/threads/d_getpwnam_r.U
1764            ! U/threads/d_getpwuid_r.U U/threads/d_getservbyname_r.U
1765            ! U/threads/d_getservbyport_r.U U/threads/d_getservent_r.U
1766            ! U/threads/d_getspnam_r.U U/threads/d_gmtime_r.U
1767            ! U/threads/d_localtime_r.U U/threads/d_random_r.U
1768            ! U/threads/d_readdir64_r.U U/threads/d_readdir_r.U
1769            ! U/threads/d_setgrent_r.U U/threads/d_sethostent_r.U
1770            ! U/threads/d_setlocale_r.U U/threads/d_setnetent_r.U
1771            ! U/threads/d_setprotoent_r.U U/threads/d_setpwent_r.U
1772            ! U/threads/d_setservent_r.U U/threads/d_srand48_r.U
1773            ! U/threads/d_srandom_r.U U/threads/d_strerror_r.U
1774            ! U/threads/d_tmpnam_r.U U/threads/d_ttyname_r.U
1775 ____________________________________________________________________________
1776 [ 15212] By: jhi                                   on 2002/03/13  03:14:23
1777         Log: metaconfig: regen _r units.
1778      Branch: metaconfig
1779            - U/threads/d_gethbyaddr_r.U U/threads/d_gethbyname_r.U
1780            ! U/threads/d_asctime_r.U U/threads/d_crypt_r.U
1781            ! U/threads/d_ctermid_r.U U/threads/d_ctime_r.U
1782            ! U/threads/d_drand48_r.U U/threads/d_endgrent_r.U
1783            ! U/threads/d_endhostent_r.U U/threads/d_endnetent_r.U
1784            ! U/threads/d_endprotoent_r.U U/threads/d_endpwent_r.U
1785            ! U/threads/d_endservent_r.U U/threads/d_getgrent_r.U
1786            ! U/threads/d_getgrgid_r.U U/threads/d_getgrnam_r.U
1787            ! U/threads/d_gethostbyaddr_r.U U/threads/d_gethostbyname_r.U
1788            ! U/threads/d_gethostent_r.U U/threads/d_getlogin_r.U
1789            ! U/threads/d_getnetbyaddr_r.U U/threads/d_getnetbyname_r.U
1790            ! U/threads/d_getnetent_r.U U/threads/d_getprotobyname_r.U
1791            ! U/threads/d_getprotobynumber_r.U U/threads/d_getprotoent_r.U
1792            ! U/threads/d_getpwent_r.U U/threads/d_getpwnam_r.U
1793            ! U/threads/d_getpwuid_r.U U/threads/d_getservbyname_r.U
1794            ! U/threads/d_getservbyport_r.U U/threads/d_getservent_r.U
1795            ! U/threads/d_getspnam_r.U U/threads/d_gmtime_r.U
1796            ! U/threads/d_localtime_r.U U/threads/d_random_r.U
1797            ! U/threads/d_readdir64_r.U U/threads/d_readdir_r.U
1798            ! U/threads/d_setgrent_r.U U/threads/d_sethostent_r.U
1799            ! U/threads/d_setlocale_r.U U/threads/d_setnetent_r.U
1800            ! U/threads/d_setprotoent_r.U U/threads/d_setpwent_r.U
1801            ! U/threads/d_setservent_r.U U/threads/d_srand48_r.U
1802            ! U/threads/d_srandom_r.U U/threads/d_strerror_r.U
1803            ! U/threads/d_tmpnam_r.U U/threads/d_ttyname_r.U
1804 ____________________________________________________________________________
1805 [ 15211] By: jhi                                   on 2002/03/13  01:11:36
1806         Log: metaconfig unit tweaks.
1807      Branch: metaconfig
1808            + U/threads/d_setprotoent_r.U
1809            ! U/threads/d_crypt_r.U U/threads/d_ctermid_r.U
1810            ! U/threads/d_tmpnam_r.U
1811 ____________________________________________________________________________
1812 [ 15210] By: jhi                                   on 2002/03/13  00:12:13
1813         Log: metaconfig: replace the _r units with autogenerated ones.
1814      Branch: metaconfig
1815            + U/threads/d_endhostent_r.U U/threads/d_endnetent_r.U
1816            + U/threads/d_endprotoent_r.U U/threads/d_endservent_r.U
1817            + U/threads/d_gethostbyaddr_r.U U/threads/d_gethostbyname_r.U
1818            + U/threads/d_gethostent_r.U U/threads/d_getnetbyaddr_r.U
1819            + U/threads/d_getnetbyname_r.U U/threads/d_getnetent_r.U
1820            + U/threads/d_getprotobyname_r.U
1821            + U/threads/d_getprotobynumber_r.U U/threads/d_getprotoent_r.U
1822            + U/threads/d_getservbyname_r.U U/threads/d_getservbyport_r.U
1823            + U/threads/d_getservent_r.U U/threads/d_sethostent_r.U
1824            + U/threads/d_setlocale_r.U U/threads/d_setnetent_r.U
1825            + U/threads/d_setservent_r.U
1826            - U/threads/d_endhent_r.U U/threads/d_endnent_r.U
1827            - U/threads/d_endpent_r.U U/threads/d_endsent_r.U
1828            - U/threads/d_gethent_r.U U/threads/d_getnbyaddr_r.U
1829            - U/threads/d_getnbyname_r.U U/threads/d_getnent_r.U
1830            - U/threads/d_getpbyname_r.U U/threads/d_getpbynumber_r.U
1831            - U/threads/d_getpent_r.U U/threads/d_getsbyname_r.U
1832            - U/threads/d_getsbyport_r.U U/threads/d_getsent_r.U
1833            - U/threads/d_sethent_r.U U/threads/d_setnent_r.U
1834            - U/threads/d_setpent_r.U U/threads/d_setsent_r.U
1835            ! U/threads/d_asctime_r.U U/threads/d_crypt_r.U
1836            ! U/threads/d_ctermid_r.U U/threads/d_ctime_r.U
1837            ! U/threads/d_drand48_r.U U/threads/d_endgrent_r.U
1838            ! U/threads/d_endpwent_r.U U/threads/d_getgrent_r.U
1839            ! U/threads/d_getgrgid_r.U U/threads/d_getgrnam_r.U
1840            ! U/threads/d_getlogin_r.U U/threads/d_getpwent_r.U
1841            ! U/threads/d_getpwnam_r.U U/threads/d_getpwuid_r.U
1842            ! U/threads/d_getspnam_r.U U/threads/d_gmtime_r.U
1843            ! U/threads/d_localtime_r.U U/threads/d_random_r.U
1844            ! U/threads/d_readdir64_r.U U/threads/d_readdir_r.U
1845            ! U/threads/d_setgrent_r.U U/threads/d_setpwent_r.U
1846            ! U/threads/d_srand48_r.U U/threads/d_srandom_r.U
1847            ! U/threads/d_strerror_r.U U/threads/d_tmpnam_r.U
1848            ! U/threads/d_ttyname_r.U
1849 ____________________________________________________________________________
1850 [ 15209] By: jhi                                   on 2002/03/12  23:24:59
1851         Log: More known threadsafings.
1852      Branch: perl
1853            ! Porting/findrfuncs
1854 ____________________________________________________________________________
1855 [ 15208] By: jhi                                   on 2002/03/12  20:43:46
1856         Log: Small tweaks.
1857      Branch: perl
1858            ! lib/Internals.t universal.c
1859 ____________________________________________________________________________
1860 [ 15207] By: jhi                                   on 2002/03/12  17:38:46
1861         Log: VERSIONize.
1862      Branch: perl
1863            ! ext/Encode/lib/Encode/CN/HZ.pm
1864            ! ext/Encode/lib/Encode/JP/ISO_2022_JP.pm
1865            ! ext/Encode/lib/Encode/JP/JIS.pm
1866 ____________________________________________________________________________
1867 [ 15206] By: jhi                                   on 2002/03/12  17:22:49
1868         Log: Subject: perl datastructure conversion shortcuts for DDD
1869              From: Stas Bekman <stas@stason.org>
1870              Date: Mon, 11 Mar 2002 14:54:31 +0800
1871              Message-ID: <3C8C54A7.5020502@stason.org>
1872      Branch: perl
1873            ! pod/perlhack.pod
1874 ____________________________________________________________________________
1875 [ 15205] By: jhi                                   on 2002/03/12  17:09:50
1876         Log: Regen modlib.
1877      Branch: perl
1878            ! pod/perlmodlib.pod
1879 ____________________________________________________________________________
1880 [ 15204] By: jhi                                   on 2002/03/12  17:07:57
1881         Log: Regen toc.
1882      Branch: perl
1883            ! pod/perltoc.pod
1884 ____________________________________________________________________________
1885 [ 15203] By: jhi                                   on 2002/03/12  16:45:32
1886         Log: Tiny pod tweaks.
1887      Branch: perl
1888            ! lib/Hash/Util.pm
1889 ____________________________________________________________________________
1890 [ 15202] By: jhi                                   on 2002/03/12  16:06:04
1891         Log: perldeltaize Hash::Util.
1892      Branch: perl
1893            ! pod/perldelta.pod
1894 ____________________________________________________________________________
1895 [ 15201] By: jhi                                   on 2002/03/12  15:41:23
1896         Log: Move the readonly interface back to universal.c,
1897              (new name: Internals::SvREADONLY), remove Data::Util,
1898              move Hash::Util to lib, also introduce refcnt interface
1899              (Internals::SvREFCNT).     Make both the new interfaces
1900              to be more sane so that if they set the value, they return
1901              the new value, not the old one.
1902      Branch: perl
1903            + lib/Hash/Util.pm lib/Hash/Util.t lib/Internals.t
1904            - ext/Data/Util/Changes ext/Data/Util/Makefile.PL
1905            - ext/Data/Util/Util.xs ext/Data/Util/lib/Data/Util.pm
1906            - ext/Data/Util/lib/Hash/Util.pm ext/Data/Util/t/Data.t
1907            - ext/Data/Util/t/Hash.t
1908            ! MANIFEST ext/B/t/stash.t universal.c
1909 ____________________________________________________________________________
1910 [ 15200] By: ams                                   on 2002/03/12  15:16:05
1911         Log: Subject: Disambiguate "Can't locate"
1912              From: Mike Guy <mjtg@cam.ac.uk>
1913              Date: Tue, 12 Mar 2002 16:04:23 +0000
1914              Message-Id: <E16kolD-0002S0-00@draco.cus.cam.ac.uk>
1915      Branch: perl
1916            ! lib/AutoSplit.t lib/Test/Simple/t/fail-more.t pod/perldiag.pod
1917            ! pp_ctl.c t/op/override.t
1918 ____________________________________________________________________________
1919 [ 15199] By: ams                                   on 2002/03/12  15:04:43
1920         Log: Subject: [PATCH] perl/lib/File/stat.t
1921              From: Paul_GreenVOS@vos.stratus.com
1922              Date: Tue, 12 Mar 02 11:00 est
1923              Message-Id: <200203121602.LAA29760@mailhub1.stratus.com>
1924      Branch: perl
1925            ! lib/File/stat.t
1926 ____________________________________________________________________________
1927 [ 15198] By: ams                                   on 2002/03/12  15:00:44
1928         Log: Subject: [PATCH perlfunc.pod] Re[2]: Related issues? [ID 20020222.011]
1929              From: Robin Barker <rmb1@cise.npl.co.uk>
1930              Date: Tue, 12 Mar 2002 13:31:58 GMT
1931              Message-Id: <200203121331.NAA21278@tempest.npl.co.uk>
1932      Branch: perl
1933            ! pod/perlfunc.pod
1934 ____________________________________________________________________________
1935 [ 15197] By: ams                                   on 2002/03/12  14:57:34
1936         Log: Subject: [PATCH toke.c] Inappropriate termination of POD
1937              From: "Clinton A. Pierce" <clintp@geeksalad.org>
1938              Date: Tue, 12 Mar 2002 10:11:53 -0500
1939              Message-Id: <5.1.0.14.2.20020312095400.00aed218@www.geeksalad.org>
1940      Branch: perl
1941            ! toke.c
1942 ____________________________________________________________________________
1943 [ 15196] By: nick                                  on 2002/03/12  13:40:35
1944         Log: Integrate mainline
1945      Branch: perlio
1946           +> ext/Data/Util/Changes ext/Data/Util/Makefile.PL
1947           +> ext/Data/Util/Util.xs ext/Data/Util/lib/Data/Util.pm
1948           +> ext/Data/Util/lib/Hash/Util.pm ext/Data/Util/t/Data.t
1949           +> ext/Data/Util/t/Hash.t lib/Locale/Codes/t/rename.t
1950            - t/lib/access.t
1951           !> (integrate 96 files)
1952 ____________________________________________________________________________
1953 [ 15195] By: nick                                  on 2002/03/12  06:08:24
1954         Log: Integrate mainline (a while ago)
1955      Branch: perlio
1956           +> Porting/findrfuncs ext/B/t/lint.t ext/Encode/t/CN.t
1957           +> ext/Encode/t/TW.t
1958            - ext/Encode/Encode/7bit-kr.enc ext/Encode/lib/Encode/JP/Tr.pm
1959            - ext/Encode/lib/Encode/Tcl/HanZi.pm
1960            - ext/I18N/Langinfo/fallback.c
1961           !> (integrate 80 files)
1962 ____________________________________________________________________________
1963 [ 15194] By: ams                                   on 2002/03/12  06:02:20
1964         Log: Subject: [PATCH ext/Encode/CN/Makefile.PL] Prototyping ...
1965              From: Jonathan Stowe <gellyfish@gellyfish.com>
1966              Date: Mon, 11 Mar 2002 08:12:15 +0000 (GMT)
1967              Message-Id: <Pine.LNX.4.44.0203110808140.4580-100000@orpheus.gellyfish.com>
1968      Branch: perl
1969            ! ext/Encode/CN/Makefile.PL
1970 ____________________________________________________________________________
1971 [ 15193] By: ams                                   on 2002/03/12  05:55:07
1972         Log: Subject: [PATCH: pod/perlguts.pod] get magic typo
1973              From: Dave Mitchell <davem@fdgroup.co.uk>
1974              Date: Fri, 8 Mar 2002 17:08:45 +0000 (GMT)
1975              Message-Id: <200203081708.RAA29941@gizmo.fdgroup.co.uk>
1976      Branch: perl
1977            ! pod/perlguts.pod
1978 ____________________________________________________________________________
1979 [ 15192] By: ams                                   on 2002/03/12  05:50:08
1980         Log: Subject: [PATCH] fix format in lib/utf8.pm and polish the meaning
1981              From: Anton Tagunov <tagunov@motor.ru>
1982              Date: Tue, 12 Mar 2002 01:40:58 +0300
1983              Message-Id: <1194068830.20020312014058@motor.ru>
1984              (Applied with tweaks.)
1985      Branch: perl
1986            ! lib/utf8.pm
1987 ____________________________________________________________________________
1988 [ 15191] By: ams                                   on 2002/03/12  05:42:21
1989         Log: Subject: [PATCH] alarm(), Win32, no PERL_IMPLICIT_SYS
1990              From: "Mattia Barbon" <mbarbon@dsi.unive.it>
1991              Date: Sun, 10 Mar 2002 22:10:15 +0100
1992              Message-Id: <3C8BD9C7.13988.73992D@localhost>
1993      Branch: perl
1994            ! iperlsys.h
1995 ____________________________________________________________________________
1996 [ 15190] By: ams                                   on 2002/03/12  05:38:08
1997         Log: Subject: Re[2]: [Patch docs] perlsub. Re: [ID 20020227.012], [ID 20020227.018]
1998              From: Anton Tagunov <tagunov@motor.ru>
1999              Date: Mon, 11 Mar 2002 23:27:47 +0300
2000              Message-Id: <19414222180.20020311232747@motor.ru>
2001      Branch: perl
2002            ! pod/perlsub.pod
2003 ____________________________________________________________________________
2004 [ 15189] By: ams                                   on 2002/03/12  05:34:49
2005         Log: Subject: minor patch for comment in utfebcdic.h
2006              From: Anton Tagunov <tagunov@motor.ru>
2007              Date: Tue, 12 Mar 2002 00:20:21 +0300
2008              Message-Id: <13817376786.20020312002021@motor.ru>
2009      Branch: perl
2010            ! utfebcdic.h
2011 ____________________________________________________________________________
2012 [ 15188] By: ams                                   on 2002/03/12  05:32:30
2013         Log: Subject: [PATCH ?] B::Xref improvements
2014              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
2015              Date: Mon, 11 Mar 2002 23:32:20 +0100
2016              Message-Id: <20020311233220.A12677@rafael>
2017      Branch: perl
2018            ! ext/B/B/Xref.pm
2019 ____________________________________________________________________________
2020 [ 15187] By: ams                                   on 2002/03/12  05:30:02
2021         Log: Subject: [PATCH] lib/ExtUtils/MM_Unix.pm
2022              From: Paul_GreenVOS@vos.stratus.com
2023              Date: Mon, 11 Mar 02 17:23 est
2024              Message-Id: <200203112225.RAA27594@mailhub1.stratus.com>
2025      Branch: perl
2026            ! lib/ExtUtils/MM_Unix.pm
2027 ____________________________________________________________________________
2028 [ 15186] By: ams                                   on 2002/03/12  05:27:06
2029         Log: Subject: [PATCH] installperl - minor untangle for VOS
2030              From: Paul_GreenVOS@vos.stratus.com
2031              Date: Mon, 11 Mar 02 17:05 est
2032              Message-Id: <200203112203.RAA21987@mailhub2.stratus.com>
2033      Branch: perl
2034            ! installperl
2035 ____________________________________________________________________________
2036 [ 15185] By: ams                                   on 2002/03/12  05:25:59
2037         Log: Subject: [PATCH B::Deparse] fix to deparse ${^WARNINGS_BITS}
2038              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
2039              Date: Mon, 11 Mar 2002 22:37:39 +0100
2040              Message-Id: <20020311223739.A691@rafael>
2041      Branch: perl
2042            ! ext/B/B/Deparse.pm
2043 ____________________________________________________________________________
2044 [ 15184] By: ams                                   on 2002/03/12  05:20:54
2045         Log: Subject: [PATCH hints/netbsd.sh] Stray whitespace mucking here-doc
2046              From: Michael G Schwern <schwern@pobox.com>
2047              Date: Tue, 12 Mar 2002 01:12:08 -0500
2048              Message-Id: <20020312061208.GD904@blackrider>
2049      Branch: perl
2050            ! hints/netbsd.sh
2051 ____________________________________________________________________________
2052 [ 15183] By: ams                                   on 2002/03/12  04:12:30
2053         Log: Subject: Re: ext/Encode/t/Tcl.t on VMS @15173
2054              From: Autrijus Tang <autrijus@autrijus.org>
2055              Date: Tue, 12 Mar 2002 13:05:53 +0800
2056              Message-Id: <20020312050553.GA7864@not.autrijus.org>
2057              (Only doc hunk applied, supplementing #15182.)
2058      Branch: perl
2059            ! ext/Encode/Encode.pm
2060 ____________________________________________________________________________
2061 [ 15182] By: ams                                   on 2002/03/12  04:04:34
2062         Log: Subject: Re: ext/Encode/t/Tcl.t on VMS @15173
2063              From: Autrijus Tang <autrijus@autrijus.org>
2064              Date: Tue, 12 Mar 2002 12:56:46 +0800
2065              Message-Id: <20020312045646.GA7689@not.autrijus.org>
2066              (Private mail.)
2067      Branch: perl
2068            ! ext/Encode/Encode.pm ext/Encode/lib/Encode/Tcl.pm
2069 ____________________________________________________________________________
2070 [ 15181] By: ams                                   on 2002/03/12  03:09:20
2071         Log: Subject: Re: ext/Encode/t/Tcl.t on VMS @15173
2072              From: Autrijus Tang <autrijus@autrijus.org>
2073              Date: Tue, 12 Mar 2002 11:55:06 +0800
2074              Message-Id: <20020312035506.GA6946@not.autrijus.org>
2075      Branch: perl
2076            ! ext/Encode/Encode.pm
2077 ____________________________________________________________________________
2078 [ 15180] By: jhi                                   on 2002/03/11  22:32:10
2079         Log: Deypo.
2080      Branch: metaconfig
2081            ! U/threads/d_asctime_r.U
2082 ____________________________________________________________________________
2083 [ 15179] By: jhi                                   on 2002/03/11  21:42:58
2084         Log: FAQ sync.
2085      Branch: perl
2086            ! pod/perlfaq.pod pod/perlfaq1.pod pod/perlfaq2.pod
2087            ! pod/perlfaq4.pod pod/perlfaq5.pod
2088 ____________________________________________________________________________
2089 [ 15178] By: jhi                                   on 2002/03/11  17:34:34
2090         Log: The test needs perlio.
2091      Branch: perl
2092            ! lib/open.t
2093 ____________________________________________________________________________
2094 [ 15177] By: ams                                   on 2002/03/11  15:41:08
2095         Log: Subject: perlreftut update
2096              From: Mark-Jason Dominus <mjd@plover.com>
2097              Date: Mon, 11 Mar 2002 11:36:27 -0500
2098              Message-Id: <20020311163627.31020.qmail@plover.com>
2099      Branch: perl
2100            ! pod/perlreftut.pod
2101 ____________________________________________________________________________
2102 [ 15176] By: ams                                   on 2002/03/11  15:35:24
2103         Log: Subject: Minor correction in perlfaq5
2104              From: mjd@plover.com
2105              Date: 11 Mar 2002 16:34:22 -0000
2106              Message-Id: <20020311163422.30963.qmail@plover.com>
2107      Branch: perl
2108            ! pod/perlfaq5.pod
2109 ____________________________________________________________________________
2110 [ 15175] By: gsar                                  on 2002/03/11  15:11:42
2111         Log: number of skipped tests was incorrect
2112      Branch: perl
2113            ! t/op/stat.t
2114 ____________________________________________________________________________
2115 [ 15174] By: gsar                                  on 2002/03/11  14:39:11
2116         Log: remove doubled CRs
2117      Branch: perl
2118            ! win32/Makefile
2119 ____________________________________________________________________________
2120 [ 15173] By: jhi                                   on 2002/03/11  14:07:01
2121         Log: Update Changes.
2122      Branch: perl
2123            ! Changes patchlevel.h
2124 ____________________________________________________________________________
2125 [ 15172] By: jhi                                   on 2002/03/11  13:54:49
2126         Log: Regen toc.
2127      Branch: perl
2128            ! pod/perltoc.pod
2129 ____________________________________________________________________________
2130 [ 15171] By: jhi                                   on 2002/03/11  13:48:09
2131         Log: Add t/CN.t and t/TW.t; re-sort.
2132      Branch: perl
2133            ! ext/Encode/MANIFEST
2134 ____________________________________________________________________________
2135 [ 15170] By: jhi                                   on 2002/03/11  13:04:25
2136         Log: Document what to do if one yearns back to
2137              the old legacy encoding.
2138      Branch: perl
2139            ! lib/encoding.pm
2140 ____________________________________________________________________________
2141 [ 15169] By: jhi                                   on 2002/03/11  12:57:45
2142         Log: Undocument the use of .*utf8.*{upgrade,downgrade,encode,decode}
2143              as general purpose encoding transformation interfaces
2144              since that's not what they are.
2145      Branch: perl
2146            ! lib/utf8.pm pod/perlunicode.pod sv.c
2147 ____________________________________________________________________________
2148 [ 15168] By: ams                                   on 2002/03/11  12:54:16
2149         Log: Subject: [PATCH] Re: Smoke 15089 Tru64/OSF  Problems: numconvert, lstat
2150              warnings
2151              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
2152              Date: Mon, 11 Mar 2002 14:35:22 +0100
2153              Message-Id: <20020311143522.A7431@rafael>
2154      Branch: perl
2155            ! t/lib/warnings/pp_sys
2156 ____________________________________________________________________________
2157 [ 15167] By: ams                                   on 2002/03/11  04:57:20
2158         Log: A little commonsense is better than 1_compile.
2159      Branch: perl
2160            ! lib/File/Find/t/find.t lib/File/Find/t/taint.t
2161 ____________________________________________________________________________
2162 [ 15166] By: ams                                   on 2002/03/11  04:53:50
2163         Log: Subject: [PATCH] Hash::Util & restricted hash touch up, part 1
2164              From: Michael G Schwern <schwern@pobox.com>
2165              Date: Sun, 10 Mar 2002 13:27:12 -0500
2166              Message-Id: <20020310182712.GC693@blackrider>
2167              
2168              Subject: [PATCH] Hash::Util part 2
2169              From: Michael G Schwern <schwern@pobox.com>
2170              Date: Sun, 10 Mar 2002 15:09:34 -0500
2171              Message-Id: <20020310200934.GB27112@blackrider>
2172              
2173              Subject: [PATCH] Hash::Util MANIFEST correction
2174              From: Michael G Schwern <schwern@pobox.com>
2175              Date: Sun, 10 Mar 2002 16:27:07 -0500
2176              Message-Id: <20020310212707.GF27112@blackrider>
2177              
2178              (Also changes find.t and taint.t, which were looking for access.t)
2179      Branch: perl
2180            + ext/Data/Util/Changes ext/Data/Util/Makefile.PL
2181            + ext/Data/Util/Util.xs ext/Data/Util/lib/Data/Util.pm
2182            + ext/Data/Util/lib/Hash/Util.pm ext/Data/Util/t/Data.t
2183            + ext/Data/Util/t/Hash.t
2184            - t/lib/access.t
2185            ! MANIFEST hv.c lib/File/Find/t/find.t lib/File/Find/t/taint.t
2186            ! pod/perldiag.pod pod/perltodo.pod universal.c
2187 ____________________________________________________________________________
2188 [ 15165] By: jhi                                   on 2002/03/11  04:52:56
2189         Log: metaconfig: more thready fixes.
2190      Branch: metaconfig
2191            ! U/threads/d_asctime_r.U U/threads/d_ctime_r.U
2192            ! U/threads/d_endgrent_r.U U/threads/d_endpwent_r.U
2193            ! U/threads/d_getgrent_r.U U/threads/d_getgrgid_r.U
2194            ! U/threads/d_getgrnam_r.U U/threads/d_getpwent_r.U
2195            ! U/threads/d_getpwnam_r.U U/threads/d_getpwuid_r.U
2196            ! U/threads/d_gmtime_r.U U/threads/d_localtime_r.U
2197            ! U/threads/d_readdir64_r.U U/threads/d_readdir_r.U
2198            ! U/threads/d_setgrent_r.U U/threads/d_setpwent_r.U
2199            ! U/threads/d_strerror_r.U U/threads/d_ttyname_r.U
2200 ____________________________________________________________________________
2201 [ 15163] By: jhi                                   on 2002/03/11  04:39:54
2202         Log: Skip obsoleted interfaces.
2203      Branch: perl
2204            ! Porting/findrfuncs
2205 ____________________________________________________________________________
2206 [ 15162] By: ams                                   on 2002/03/11  03:48:14
2207         Log: Typo fixes.
2208      Branch: perl
2209            ! perl.c
2210 ____________________________________________________________________________
2211 [ 15161] By: jhi                                   on 2002/03/11  03:36:51
2212         Log: Upgrade to Locale::Codes 2.02.
2213      Branch: perl
2214            + lib/Locale/Codes/t/rename.t
2215            ! MANIFEST lib/Locale/Codes/ChangeLog lib/Locale/Codes/README
2216            ! lib/Locale/Codes/t/uk.t lib/Locale/Country.pm
2217            ! lib/Locale/Country.pod
2218 ____________________________________________________________________________
2219 [ 15160] By: jhi                                   on 2002/03/11  03:36:32
2220         Log: Subject: Re: [PATCH] for broken /proc/curproc/file on FreeBSD
2221              From: Nicholas Clark <nick@unfortu.net>
2222              Date: Sun, 10 Mar 2002 18:17:50 +0000
2223              Message-ID: <20020310181749.GC317@Bagpuss.unfortu.net>
2224              
2225              Subject: Re: [PATCH] for broken /proc/curproc/file on FreeBSD
2226              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
2227              Date: Sun, 10 Mar 2002 13:53:34 -0800
2228              Message-ID: <eX9i8gzkg26G092yn@efn.org>
2229              
2230              (and reenable the feature in freebsd,
2231              and move the freebsd pr url to perl.c)
2232      Branch: perl
2233            ! hints/freebsd.sh perl.c pod/perldelta.pod
2234 ____________________________________________________________________________
2235 [ 15159] By: ams                                   on 2002/03/11  03:34:13
2236         Log: Subject: [PATCH stash.t] access::readonly is gone
2237              From: Michael G Schwern <schwern@pobox.com>
2238              Date: Sun, 10 Mar 2002 16:18:14 -0500
2239              Message-Id: <20020310211813.GE27112@blackrider>
2240      Branch: perl
2241            ! ext/B/t/stash.t
2242 ____________________________________________________________________________
2243 [ 15158] By: ams                                   on 2002/03/11  03:28:04
2244         Log: Subject: [PATCH] Raw socket require privileged user on Win2k
2245              From: "Mattia Barbon" <mbarbon@dsi.unive.it>
2246              Date: Sun, 10 Mar 2002 22:10:15 +0100
2247              Message-Id: <3C8BD9C7.610.7398DD@localhost>
2248      Branch: perl
2249            ! lib/Net/Ping/t/110_icmp_inst.t
2250 ____________________________________________________________________________
2251 [ 15157] By: jhi                                   on 2002/03/11  03:12:01
2252         Log: Subject: [PATCH] Test::Simple/More/Builder 0.42
2253              From: Michael G Schwern <schwern@pobox.com>
2254              Date: Sun, 10 Mar 2002 19:22:33 -0500
2255              Message-ID: <20020311002233.GE4927@blackrider>
2256      Branch: perl
2257            ! lib/Test/Builder.pm lib/Test/More.pm lib/Test/Simple.pm
2258            ! lib/Test/Simple/Changes lib/Test/Simple/t/Builder.t
2259            ! lib/Test/Simple/t/fail-more.t
2260 ____________________________________________________________________________
2261 [ 15156] By: jhi                                   on 2002/03/11  03:10:55
2262         Log: Subject: [PATCH] Test.pm 1.18 -> 1.20
2263              From: Michael G Schwern <schwern@pobox.com>
2264              Date: Sun, 10 Mar 2002 17:14:10 -0500
2265              Message-ID: <20020310221410.GA4915@blackrider>
2266      Branch: perl
2267            ! lib/Test.pm lib/Test/t/fail.t lib/Test/t/mix.t
2268            ! lib/Test/t/onfail.t lib/Test/t/skip.t lib/Test/t/todo.t
2269 ____________________________________________________________________________
2270 [ 15155] By: jhi                                   on 2002/03/11  03:09:16
2271         Log: Subject: [PATCH] more warnings tidyup
2272              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
2273              Date: Sun, 10 Mar 2002 21:01:39 -0000
2274              Message-ID: <AIEAJICLCBDNAAOLLOKLMEEGDPAA.paul_marquess@yahoo.co.uk>
2275      Branch: perl
2276            ! av.c doio.c doop.c dump.c gv.c hv.c malloc.c mg.c numeric.c
2277            ! op.c perl.c pp.c pp_ctl.c pp_hot.c pp_pack.c pp_sys.c
2278            ! regcomp.c regexec.c sv.c taint.c toke.c universal.c utf8.c
2279            ! util.c
2280 ____________________________________________________________________________
2281 [ 15154] By: jhi                                   on 2002/03/11  03:07:03
2282         Log: Subject: Re: [PATCH] xsubpp prototypes warnings
2283              From: Nicholas Clark <nick@unfortu.net>
2284              Date: Sun, 10 Mar 2002 23:21:07 +0000
2285              Message-ID: <20020310232107.GI317@Bagpuss.unfortu.net>
2286      Branch: perl
2287            ! ext/B/C/C.xs ext/Encode/CN/Makefile.PL
2288            ! ext/Encode/JP/Makefile.PL ext/Encode/KR/Makefile.PL
2289            ! ext/Encode/TW/Makefile.PL
2290 ____________________________________________________________________________
2291 [ 15153] By: ams                                   on 2002/03/11  03:06:59
2292         Log: Subject: Re: [patch] IO::Socket::INET Broadcast patch
2293              From: Max Baker <max@warped.org>
2294              Date: Fri, 8 Mar 2002 10:56:19 -0800
2295              Message-Id: <20020308105619.A15039@warped.org>
2296      Branch: perl
2297            ! ext/IO/lib/IO/Socket/INET.pm
2298 ____________________________________________________________________________
2299 [ 15152] By: jhi                                   on 2002/03/11  03:05:54
2300         Log: Subject: [PATCH] spelling correction
2301              From: Nicholas Clark <nick@unfortu.net>
2302              Date: Sun, 10 Mar 2002 18:34:42 +0000
2303              Message-ID: <20020310183441.GE317@Bagpuss.unfortu.net>
2304      Branch: perl
2305            ! pp.c pp_hot.c
2306 ____________________________________________________________________________
2307 [ 15151] By: jhi                                   on 2002/03/11  03:04:33
2308         Log: DG/UX updates from Takis Psarogiannakopoulos.
2309      Branch: perl
2310            ! README.dgux hints/dgux.sh perl.h t/op/stat.t thread.h
2311 ____________________________________________________________________________
2312 [ 15150] By: ams                                   on 2002/03/11  03:02:47
2313         Log: Subject: [PATCH] debugger filenames for Mac OS - db.patch (1/1)
2314              From: Chris Nandor <pudge@pobox.com>
2315              Date: Mon, 04 Mar 2002 17:48:12 -0500
2316              Message-Id: <pudge-3FDB8F.17481204032002@onion.valueclick.com>
2317      Branch: perl
2318            ! lib/DB.pm lib/perl5db.pl
2319 ____________________________________________________________________________
2320 [ 15149] By: jhi                                   on 2002/03/11  03:01:26
2321         Log: metaconfig unit changes in preparation of reentrancy changes.
2322      Branch: metaconfig
2323            + U/threads/d_ctermid_r.U U/threads/d_readdir64_r.U
2324            + U/threads/d_ttyname_r.U
2325            ! U/threads/d_asctime_r.U U/threads/d_ctime_r.U
2326            ! U/threads/d_endgrent_r.U U/threads/d_endhent_r.U
2327            ! U/threads/d_endnent_r.U U/threads/d_endpent_r.U
2328            ! U/threads/d_endpwent_r.U U/threads/d_getgrent_r.U
2329            ! U/threads/d_getgrgid_r.U U/threads/d_getgrnam_r.U
2330            ! U/threads/d_gethent_r.U U/threads/d_getnent_r.U
2331            ! U/threads/d_getpwent_r.U U/threads/d_getpwnam_r.U
2332            ! U/threads/d_getpwuid_r.U U/threads/d_gmtime_r.U
2333            ! U/threads/d_localtime_r.U U/threads/d_readdir_r.U
2334            ! U/threads/d_setgrent_r.U U/threads/d_setpwent_r.U
2335            ! U/threads/d_strerror_r.U
2336 ____________________________________________________________________________
2337 [ 15148] By: jhi                                   on 2002/03/10  22:32:33
2338         Log: Mysterious characters.
2339      Branch: perl
2340            ! utf8.h
2341 ____________________________________________________________________________
2342 [ 15147] By: jhi                                   on 2002/03/10  17:58:43
2343         Log: Unused.
2344      Branch: perl
2345            ! op.c
2346 ____________________________________________________________________________
2347 [ 15146] By: jhi                                   on 2002/03/10  16:35:55
2348         Log: Implement :std subpragma of the open pragma
2349              that makes the standard filehandles to talk in
2350              encodings.  This change set off a weird warning
2351              from op.c, though: disabled it now until someone
2352              who knows what it is about comes along.
2353      Branch: perl
2354            ! lib/open.pm op.c
2355 ____________________________________________________________________________
2356 [ 15145] By: jhi                                   on 2002/03/10  16:00:46
2357         Log: Document the logic of :locale better.
2358      Branch: perl
2359            ! lib/open.pm
2360 ____________________________________________________________________________
2361 [ 15144] By: jhi                                   on 2002/03/10  15:53:57
2362         Log: Subject: [PATCH] for broken /proc/curproc/file on FreeBSD
2363              From: Slaven Rezic <slaven.rezic@berlin.de>
2364              Date: 10 Mar 2002 02:49:17 +0100
2365              Message-ID: <87lmd1qjj6.fsf@vran.herceg.de>
2366      Branch: perl
2367            ! hints/freebsd.sh
2368 ____________________________________________________________________________
2369 [ 15143] By: jhi                                   on 2002/03/10  15:46:22
2370         Log: Subject: Encode::Tcl docs (was Re: UTF-16 and other missing(?) encodings)    
2371              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
2372              Date: Sun, 10 Mar 2002 17:08:54 +0900
2373              Message-Id: <20020310170748.1F29.BQW10602@nifty.com>
2374      Branch: perl
2375            ! ext/Encode/lib/Encode/Tcl.pm
2376            ! ext/Encode/lib/Encode/Tcl/Escape.pm
2377            ! ext/Encode/lib/Encode/Tcl/Extended.pm
2378            ! ext/Encode/lib/Encode/Tcl/Table.pm
2379 ____________________________________________________________________________
2380 [ 15142] By: jhi                                   on 2002/03/10  15:43:54
2381         Log: The patch does the following:
2382              - Nix the unneccessary diagnostics line
2383              - Quell -w warnings if the first ENV doesn't exist
2384              - While zh_CN means euc-cn, zh_TW almost invariably mean big5, as euc-tw
2385              is too baroque and bloated for daily use (and for perl core inclusion).
2386              - "Cannot figure out an encoding to use" when locale is 'C' is rendered
2387              non-fatal.
2388              - Consequently, the ^OPEN bits is set only when needed.
2389      Branch: perl
2390            ! lib/open.pm
2391 ____________________________________________________________________________
2392 [ 15141] By: jhi                                   on 2002/03/10  05:15:26
2393         Log: Misc tiny tweaks from Sarathy, good for threaded builds.
2394      Branch: perl
2395            ! ext/Socket/Socket.xs hints/linux.sh pp_sys.c
2396 ____________________________________________________________________________
2397 [ 15140] By: jhi                                   on 2002/03/10  05:12:08
2398         Log: Precedence problem.
2399      Branch: perl
2400            ! ext/Socket/socketpair.t
2401 ____________________________________________________________________________
2402 [ 15139] By: jhi                                   on 2002/03/10  04:57:07
2403         Log: Renaming tweaks, and split off the reentrant "superbuffer"
2404              init routine.
2405      Branch: perl
2406            ! embed.fnc embed.h global.sym intrpvar.h op.h perl.c proto.h
2407            ! sv.c util.c
2408 ____________________________________________________________________________
2409 [ 15138] By: jhi                                   on 2002/03/10  00:59:50
2410         Log: The 7-bit jis seems to be the hanging one.
2411      Branch: perl
2412            ! ext/Encode/t/Tcl.t
2413 ____________________________________________________________________________
2414 [ 15137] By: jhi                                   on 2002/03/10  00:39:18
2415         Log: Begone.
2416      Branch: perl
2417            ! ext/Encode/MANIFEST
2418 ____________________________________________________________________________
2419 [ 15136] By: jhi                                   on 2002/03/09  23:56:42
2420         Log: Better fix from Autrijus.
2421      Branch: perl
2422            ! ext/Encode/CN/CN.pm ext/Encode/Encode.pm ext/Encode/JP/JP.pm
2423            ! ext/Encode/KR/KR.pm ext/Encode/TW/TW.pm
2424 ____________________________________________________________________________
2425 [ 15135] By: jhi                                   on 2002/03/09  18:49:55
2426         Log: Not everybody has Encode::HanExtra.
2427      Branch: perl
2428            ! ext/Encode/Encode.pm
2429 ____________________________________________________________________________
2430 [ 15134] By: jhi                                   on 2002/03/09  18:30:18
2431         Log: Decutandpasto.
2432      Branch: perl
2433            ! ext/Encode/lib/Encode/Tcl.pm
2434 ____________________________________________________________________________
2435 [ 15133] By: jhi                                   on 2002/03/09  18:19:38
2436         Log: Subject: [PATCH] Data::Dumper
2437              From: Nicholas Clark <nick@unfortu.net>
2438              Date: Sat, 9 Mar 2002 19:03:54 +0000
2439              Message-ID: <20020309190353.GE307@Bagpuss.unfortu.net>
2440      Branch: perl
2441            ! ext/Data/Dumper/Dumper.pm ext/Data/Dumper/Dumper.xs
2442            ! ext/Data/Dumper/t/dumper.t
2443 ____________________________________________________________________________
2444 [ 15132] By: jhi                                   on 2002/03/09  16:55:40
2445         Log: Subject: [PATCH] socketpair.t w/o fork
2446              From: "Mattia Barbon" <mbarbon@dsi.unive.it>
2447              Date: Sat, 9 Mar 2002 14:55:11 +0100
2448              Message-ID: <3C8A224F.29578.13691BA@localhost>
2449              
2450              (modified as suggested by Sarathy)
2451      Branch: perl
2452            ! ext/Socket/socketpair.t
2453 ____________________________________________________________________________
2454 [ 15131] By: jhi                                   on 2002/03/09  16:05:00
2455         Log: Subject: [PATCH perldelta] Mention Change 14727
2456              From: Autrijus Tang <autrijus@autrijus.org>
2457              Date: Sat, 9 Mar 2002 23:31:40 +0800
2458              Message-ID: <20020309153140.GA4224@not.autrijus.org>
2459      Branch: perl
2460            ! pod/perldelta.pod
2461 ____________________________________________________________________________
2462 [ 15130] By: jhi                                   on 2002/03/09  16:02:58
2463         Log: Make Encode.pm implicitly load external CJK tables the first
2464              time they're needed (instead of immediately), from Autrijus
2465              Tang.
2466      Branch: perl
2467            ! ext/Encode/Encode.pm
2468 ____________________________________________________________________________
2469 [ 15129] By: jhi                                   on 2002/03/09  16:01:00
2470         Log: Subject: Re: Two questions
2471              From: Nicholas Clark <nick@unfortu.net>
2472              Date: Sat, 9 Mar 2002 12:42:40 +0000
2473              Message-ID: <20020309124239.GC307@Bagpuss.unfortu.net>
2474      Branch: perl
2475            ! Porting/pumpkin.pod
2476 ____________________________________________________________________________
2477 [ 15128] By: jhi                                   on 2002/03/09  04:19:22
2478         Log: Subject: [PATCH] pp_sys.c (pp_sselect to not clobber storage on BigEndian
2479              From: Paul_GreenVOS@vos.stratus.com
2480              Date: Fri, 8 Mar 02 22:34 est
2481              Message-Id: <200203090336.WAA11215@mailhub1.stratus.com>
2482      Branch: perl
2483            ! pp_sys.c
2484 ____________________________________________________________________________
2485 [ 15127] By: jhi                                   on 2002/03/09  01:34:41
2486         Log: Subject: [PATCH @15084] perl -Dt doesnt output newlines
2487              From: davem@fdgroup.co.uk
2488              Date: Sat, 9 Mar 2002 00:13:27 GMT
2489              Message-Id: <200203090013.AAA01000@gizmo.fdgroup.co.uk>
2490      Branch: perl
2491            ! dump.c
2492 ____________________________________________________________________________
2493 [ 15126] By: jhi                                   on 2002/03/09  01:23:16
2494         Log: Deglitch from Rafael.
2495      Branch: perl
2496            ! ext/B/t/lint.t
2497 ____________________________________________________________________________
2498 [ 15125] By: jhi                                   on 2002/03/08  23:49:00
2499         Log: Still more portability.
2500      Branch: perl
2501            ! Porting/findrfuncs
2502 ____________________________________________________________________________
2503 [ 15124] By: jhi                                   on 2002/03/08  22:54:50
2504         Log: More portability.
2505      Branch: perl
2506            ! Porting/findrfuncs
2507 ____________________________________________________________________________
2508 [ 15123] By: jhi                                   on 2002/03/08  22:14:37
2509         Log: Shared library paths; running tests manually.
2510      Branch: perl
2511            ! INSTALL
2512 ____________________________________________________________________________
2513 [ 15122] By: jhi                                   on 2002/03/08  22:02:37
2514         Log: Subject: RE: Two questions
2515              From: "Green, Paul" <Paul.Green@stratus.com>
2516              Date: Fri, 8 Mar 2002 17:55:19 -0500
2517              Message-ID: <A2A34F15EE916148BC4C4748223E67A4014E231C@EXNA4.stratus.com>
2518      Branch: perl
2519            ! Porting/pumpkin.pod
2520 ____________________________________________________________________________
2521 [ 15121] By: jhi                                   on 2002/03/08  21:52:51
2522         Log: New shinier lint.t (and Lint.pm) from Rafael Garcia-Suarez.
2523              (Lint.pm nit noticed by Michael Cook <michael@waxrat.com>)
2524      Branch: perl
2525            + ext/B/t/lint.t
2526            ! MANIFEST ext/B/B/Lint.pm
2527 ____________________________________________________________________________
2528 [ 15120] By: jhi                                   on 2002/03/08  20:27:42
2529         Log: metaconfig unit change for #15119.
2530      Branch: metaconfig
2531            ! U/threads/d_pthread_atfork.U
2532 ____________________________________________________________________________
2533 [ 15119] By: jhi                                   on 2002/03/08  20:27:17
2534         Log: In DG/UX finding pthread_atfork requires a true compile,
2535              from Takis Psarogiannakopoulos.
2536      Branch: perl
2537            ! Configure config_h.SH
2538 ____________________________________________________________________________
2539 [ 15118] By: jhi                                   on 2002/03/08  20:07:07
2540         Log: Subject: [PATCH] Forgot an OVERLOAD character in xsubpp
2541              From: John Peacock <jpeacock@rowman.com>
2542              Date: Fri, 08 Mar 2002 15:52:41 -0500
2543              Message-ID: <3C892499.4050502@rowman.com>
2544      Branch: perl
2545            ! lib/ExtUtils/xsubpp
2546 ____________________________________________________________________________
2547 [ 15117] By: jhi                                   on 2002/03/08  20:05:41
2548         Log: Subject: [PATCH @15109] test numbers for t/op/write.t
2549              From: "Craig A. Berry" <craigberry@mac.com>
2550              Date: Fri, 08 Mar 2002 15:02:51 -0600
2551              Message-Id: <5.1.0.14.2.20020308145949.030c8c90@exchi01>
2552      Branch: perl
2553            ! t/op/write.t
2554 ____________________________________________________________________________
2555 [ 15116] By: jhi                                   on 2002/03/08  18:53:42
2556         Log: Subject: [PATCH] *BETTER* installperl script patch for VOS
2557              From: Paul_GreenVOS@vos.stratus.com
2558              Date: Fri, 8 Mar 02 14:45 est
2559              Message-Id: <200203081947.OAA29065@mailhub1.stratus.com>
2560      Branch: perl
2561            ! installperl
2562 ____________________________________________________________________________
2563 [ 15115] By: jhi                                   on 2002/03/08  18:52:30
2564         Log: Subject: [PATCH @15109] tm_tm_* for VMS
2565              From: "Craig A. Berry" <craigberry@mac.com>
2566              Date: Fri, 08 Mar 2002 13:07:52 -0600
2567              Message-Id: <5.1.0.14.2.20020308123619.01ae5230@exchi01>
2568      Branch: perl
2569            ! configure.com
2570 ____________________________________________________________________________
2571 [ 15114] By: jhi                                   on 2002/03/08  18:51:27
2572         Log: Detypo.
2573      Branch: perl
2574            ! Changes
2575 ____________________________________________________________________________
2576 [ 15113] By: jhi                                   on 2002/03/08  18:49:56
2577         Log: Better test for #14795 (bug id 20020124.005) from Andreas.
2578      Branch: perl
2579            ! t/op/pat.t
2580 ____________________________________________________________________________
2581 [ 15112] By: jhi                                   on 2002/03/08  17:56:36
2582         Log: HP-UX nm seems to repeat itself.
2583      Branch: perl
2584            ! Porting/findrfuncs
2585 ____________________________________________________________________________
2586 [ 15111] By: jhi                                   on 2002/03/08  17:50:21
2587         Log: Nice porting script from Sarathy.  Well, less nice
2588              in the sense that it shows the looong road ahead.
2589      Branch: perl
2590            + Porting/findrfuncs
2591            ! MANIFEST Porting/makerel
2592 ____________________________________________________________________________
2593 [ 15110] By: jhi                                   on 2002/03/08  15:58:25
2594         Log: Subject: Re: Performance considerations for UTF-8
2595              From: Jarkko Hietaniemi <jhi@iki.fi>
2596              Date: Fri, 8 Mar 2002 18:53:28 +0200
2597              Message-ID: <20020308185328.D640@alpha.hut.fi>
2598              
2599              (put all in perlunicode)
2600      Branch: perl
2601            ! pod/perlunicode.pod
2602 ____________________________________________________________________________
2603 [ 15109] By: jhi                                   on 2002/03/08  15:09:38
2604         Log: Update Changes.
2605      Branch: perl
2606            ! Changes patchlevel.h
2607 ____________________________________________________________________________
2608 [ 15108] By: jhi                                   on 2002/03/08  14:59:50
2609         Log: Subject: Cygwin cygipc support skipped
2610              From: "Gerrit P. Haase" <gerrit@familiehaase.de>
2611              Date: Fri, 8 Mar 2002 16:59:34 +0100
2612              Message-ID: <113694157285.20020308165934@familiehaase.de>
2613      Branch: perl
2614            ! hints/cygwin.sh
2615 ____________________________________________________________________________
2616 [ 15107] By: jhi                                   on 2002/03/08  14:48:36
2617         Log: metaconfig unit change for #15106.
2618      Branch: metaconfig
2619            ! U/compline/d_gconvert.U
2620 ____________________________________________________________________________
2621 [ 15106] By: jhi                                   on 2002/03/08  14:48:14
2622         Log: Subject: Re: [PATCH] tests for Gconvert
2623              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
2624              Date: Thu, 07 Mar 2002 16:48:10 -0800
2625              Message-ID: <KpAi8gzkganW092yn@efn.org>
2626      Branch: perl
2627            ! Configure config_h.SH t/base/num.t
2628 ____________________________________________________________________________
2629 [ 15105] By: jhi                                   on 2002/03/08  14:32:55
2630         Log: The new test has some teething problems.
2631      Branch: perl
2632            - ext/B/t/lint.t
2633            ! MANIFEST
2634 ____________________________________________________________________________
2635 [ 15104] By: jhi                                   on 2002/03/08  13:42:24
2636         Log: Subject: [PATCH] B::Lint tests
2637              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
2638              Date: Fri, 8 Mar 2002 14:47:19 +0100
2639              Message-ID: <20020308144719.A2663@rafael>
2640      Branch: perl
2641            + ext/B/t/lint.t
2642            ! MANIFEST ext/B/B/Lint.pm
2643 ____________________________________________________________________________
2644 [ 15103] By: jhi                                   on 2002/03/08  13:40:35
2645         Log: Subject: [PATCH] hints/powerux.sh for perl-5.7.3
2646              From: Tom Horsley <Tom.Horsley@mail.ccur.com>
2647              Date: Fri, 8 Mar 2002 13:24:14 GMT
2648              Message-Id: <200203081324.NAA00642@cleo>
2649      Branch: perl
2650            ! hints/powerux.sh
2651 ____________________________________________________________________________
2652 [ 15102] By: jhi                                   on 2002/03/08  13:37:04
2653         Log: Subject: HP has some new models
2654              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
2655              Date: Fri, 08 Mar 2002 13:07:02 +0100
2656              Message-Id: <20020308130529.E335.H.M.BRAND@hccnet.nl>
2657      Branch: perl
2658            ! README.hpux
2659 ____________________________________________________________________________
2660 [ 15101] By: ams                                   on 2002/03/08  09:11:40
2661         Log: Subject: [PATCH: pod/perlguts.pod] pod markup fixes
2662              From: Stas Bekman <stas@stason.org>
2663              Date: Fri, 8 Mar 2002 15:29:53 +0800 (SGT)
2664              Message-Id: <Pine.LNX.4.44.0203081529050.5375-100000@hope.stason.org>
2665      Branch: perl
2666            ! pod/perlguts.pod
2667 ____________________________________________________________________________
2668 [ 15100] By: pudge                                 on 2002/03/08  03:23:17
2669         Log: Update Changes
2670      Branch: maint-5.6/macperl
2671            ! macos/Changes
2672 ____________________________________________________________________________
2673 [ 15099] By: pudge                                 on 2002/03/08  03:20:06
2674         Log: Replace macperlbundled with macperldelta
2675      Branch: maint-5.6/macperl
2676            ! macos/macperl/MacPerl.podhelp
2677 ____________________________________________________________________________
2678 [ 15098] By: pudge                                 on 2002/03/08  03:19:44
2679         Log: Comsetic fixes (Thomas Wegner)
2680      Branch: maint-5.6/macperl
2681            ! macos/macperl/MPBalloons.ball macos/macperl/MacPerl.r
2682 ____________________________________________________________________________
2683 [ 15097] By: pudge                                 on 2002/03/08  03:19:08
2684         Log: Bump OS version
2685      Branch: maint-5.6/macperl
2686            ! macos/config.sh
2687 ____________________________________________________________________________
2688 [ 15096] By: jhi                                   on 2002/03/08  03:14:41
2689         Log: Thought I deleted this already?
2690      Branch: perl
2691            - ext/I18N/Langinfo/fallback.c
2692 ____________________________________________________________________________
2693 [ 15095] By: jhi                                   on 2002/03/08  03:06:20
2694         Log: perlport updates from Pudge.
2695      Branch: perl
2696            ! pod/perlport.pod
2697 ____________________________________________________________________________
2698 [ 15094] By: ams                                   on 2002/03/08  03:06:03
2699         Log: Nitpick.
2700      Branch: perl
2701            ! MANIFEST
2702 ____________________________________________________________________________
2703 [ 15093] By: jhi                                   on 2002/03/08  03:00:46
2704         Log: Wrong test.
2705      Branch: perl
2706            ! pod/perldelta.pod
2707 ____________________________________________________________________________
2708 [ 15091] By: jhi                                   on 2002/03/08  02:25:23
2709         Log: Integrate change 14064 from macperl to blead.
2710      Branch: perl
2711           !> pod/perlmodinstall.pod pod/perlport.pod
2712 ____________________________________________________________________________
2713 [ 15090] By: pudge                                 on 2002/03/08  02:15:01
2714         Log: Integrate recent perlport changes
2715      Branch: maint-5.6/macperl
2716           !> pod/perlport.pod
2717 ____________________________________________________________________________
2718 [ 15089] By: ams                                   on 2002/03/08  01:54:03
2719         Log: Subject: [ID 20020307.010] [Patch docs] A _very_ small patch to correct a
2720              minor typo in perlguts.pod
2721              From: Anton Tagunov <tagunov@motor.ru>
2722              Date: Fri, 8 Mar 2002 05:26:59 +0300
2723              Message-Id: <4649821189.20020308052659@motor.ru>
2724      Branch: perl
2725            ! pod/perlguts.pod
2726 ____________________________________________________________________________
2727 [ 15088] By: jhi                                   on 2002/03/08  01:40:41
2728         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"! 
2729              From: Anton Tagunov <tagunov@newmail.ru>
2730              Date: Fri, 8 Mar 2002 04:31:44 +0300
2731              Message-ID: <13946506773.20020308043144@newmail.ru>
2732              
2733              (one test changed)
2734      Branch: perl
2735            ! lib/encoding.t sv.c
2736 ____________________________________________________________________________
2737 [ 15087] By: jhi                                   on 2002/03/08  00:15:08
2738         Log: Subject: [PATCH perldelta] some more deltas
2739              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
2740              Date: Thu, 7 Mar 2002 23:13:23 +0100
2741              Message-ID: <20020307231323.A13068@rafael>
2742      Branch: perl
2743            ! pod/perldelta.pod
2744 ____________________________________________________________________________
2745 [ 15086] By: jhi                                   on 2002/03/07  22:43:31
2746         Log: Subject: [PATCH] perl/t/io/fs.t -- VOS bug
2747              From: Paul_GreenVOS@vos.stratus.com
2748              Date: Thu, 7 Mar 02 14:25 est
2749              Message-Id: <200203071924.OAA03273@mailhub2.stratus.com>
2750      Branch: perl
2751            ! t/io/fs.t
2752 ____________________________________________________________________________
2753 [ 15085] By: jhi                                   on 2002/03/07  22:37:51
2754         Log: As suggested by Anton Tagunov, eq and cmp now obey the
2755              encoding pragma (by remapping their byte argument if the
2756              other argument is in Unicode).  Also fix a bug found by
2757              Anton where ord undef under the encoding pragma would barf.
2758              ([ID 20020307.009] A null pointer dereference with 'use encoding')
2759              Finally, use the nicer form of sv_recode_to_utf8.
2760      Branch: perl
2761            ! lib/encoding.pm lib/encoding.t pp.c regcomp.c sv.c toke.c
2762 ____________________________________________________________________________
2763 [ 15084] By: jhi                                   on 2002/03/07  20:54:02
2764         Log: Retract #14985, #14899, and #14990, following the principles
2765              "Do no harm." and "If it ain't broke, don't fix it."
2766              
2767              Firstly, the #14985 broke badly on UTF-EBCDIC, #14990 fixed
2768              some, but still broken, and I do not have the extra brain
2769              cells for the EBCDIC backport.  Secondly, the old version
2770              worked both in EBCDIC and non-.  Thirdly, the old version
2771              may be more amenable for the behaviour suggsted by Anton
2772              Tagunov regarding the encoding pragma.
2773      Branch: perl
2774            ! embed.fnc embed.h global.sym proto.h sv.c util.c
2775 ____________________________________________________________________________
2776 [ 15083] By: jhi                                   on 2002/03/07  20:26:36
2777         Log: Long doubles give you long doubles.
2778      Branch: perl
2779            ! t/base/num.t
2780 ____________________________________________________________________________
2781 [ 15082] By: jhi                                   on 2002/03/07  18:16:39
2782         Log: Forgotten deMANIFESTation.
2783      Branch: perl
2784            ! MANIFEST
2785 ____________________________________________________________________________
2786 [ 15081] By: jhi                                   on 2002/03/07  17:29:17
2787         Log: Obsolete unused file, noticed by Dank Kogai.
2788      Branch: perl
2789            - ext/Encode/lib/Encode/JP/Tr.pm
2790 ____________________________________________________________________________
2791 [ 15080] By: ams                                   on 2002/03/07  11:31:46
2792         Log: Subject: [PATCH Changes] Changes should mirror version number
2793              From: Robin Barker <rmb1@cise.npl.co.uk>
2794              Date: Thu, 7 Mar 2002 11:04:24 GMT
2795              Message-Id: <200203071104.LAA17200@tempest.npl.co.uk>
2796      Branch: perl
2797            ! Porting/pumpkin.pod
2798 ____________________________________________________________________________
2799 [ 15079] By: jhi                                   on 2002/03/07  04:40:06
2800         Log: metaconfig unit change for #15078.
2801      Branch: metaconfig
2802            ! U/compline/d_gconvert.U
2803 ____________________________________________________________________________
2804 [ 15078] By: jhi                                   on 2002/03/07  04:39:39
2805         Log: Subject: Re: [PATCH] tests for Gconvert
2806              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
2807              Date: Wed, 06 Mar 2002 20:22:54 -0800
2808              Message-ID: <esuh8gzkg2/b092yn@efn.org>
2809      Branch: perl
2810            ! Configure pod/perldelta.pod t/base/num.t
2811 ____________________________________________________________________________
2812 [ 15077] By: jhi                                   on 2002/03/07  03:27:38
2813         Log: Mac OS X UFS does not do ctime.
2814      Branch: perl
2815            ! pod/perldelta.pod pod/perlport.pod
2816 ____________________________________________________________________________
2817 [ 15076] By: jhi                                   on 2002/03/07  02:40:09
2818         Log: AUTHORS updates.
2819      Branch: perl
2820            ! AUTHORS
2821 ____________________________________________________________________________
2822 [ 15075] By: jhi                                   on 2002/03/07  01:48:46
2823         Log: Continued Chinese puzzles from Autrijus.
2824      Branch: perl
2825            + ext/Encode/t/CN.t ext/Encode/t/TW.t
2826            ! MANIFEST ext/Encode/lib/Encode/CN/HZ.pm
2827 ____________________________________________________________________________
2828 [ 15074] By: jhi                                   on 2002/03/07  00:16:10
2829         Log: Subject: [PATCH bleadperl] reordering conditions in Win32.pm
2830              From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu>
2831              Date: Wed, 6 Mar 2002 18:13:51 +0100
2832              Message-ID: <16925657426.20020306181351@tesla.rcub.bg.ac.yu>
2833      Branch: perl
2834            ! lib/File/Spec/Win32.pm
2835 ____________________________________________________________________________
2836 [ 15073] By: jhi                                   on 2002/03/07  00:15:11
2837         Log: perlport tweaks.
2838      Branch: perl
2839            ! pod/perlport.pod
2840 ____________________________________________________________________________
2841 [ 15072] By: jhi                                   on 2002/03/07  00:05:11
2842         Log: Subject: Re: [PATCH docs] Re: Bug with -M
2843              From: Michael G Schwern <schwern@pobox.com>
2844              Date: Wed, 6 Mar 2002 16:20:27 -0500
2845              Message-ID: <20020306212027.GC4257@blackrider>
2846      Branch: perl
2847            ! pod/perlfunc.pod pod/perlport.pod
2848 ____________________________________________________________________________
2849 [ 15071] By: jhi                                   on 2002/03/06  20:20:29
2850         Log: perldelta updates.
2851      Branch: perl
2852            ! pod/perldelta.pod
2853 ____________________________________________________________________________
2854 [ 15070] By: jhi                                   on 2002/03/06  20:06:37
2855         Log: 5005threads wasn't even compiling.
2856      Branch: perl
2857            ! perl.c
2858 ____________________________________________________________________________
2859 [ 15069] By: jhi                                   on 2002/03/06  15:06:33
2860         Log: Subject: Re: perl@15047 New format tests for still existing bugs
2861              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
2862              Date: Wed, 06 Mar 2002 12:59:29 +0100
2863              Message-Id: <20020306125854.C6F5.H.M.BRAND@hccnet.nl>
2864      Branch: perl
2865            ! t/op/write.t
2866 ____________________________________________________________________________
2867 [ 15068] By: jhi                                   on 2002/03/06  15:04:41
2868         Log: Regen Glossary et al.
2869      Branch: perl
2870            ! Porting/Glossary Porting/config.sh Porting/config_H
2871 ____________________________________________________________________________
2872 [ 15067] By: jhi                                   on 2002/03/06  14:39:58
2873         Log: Use HAS_TM_TM_ZONE (from #15065).  Should help
2874              [ID 20020305.022] POSIX::strftime dumps core: STRUCT_TM_HASZONE should be set
2875      Branch: perl
2876            ! util.c
2877 ____________________________________________________________________________
2878 [ 15066] By: jhi                                   on 2002/03/06  14:39:40
2879         Log: metaconfig unit change for #15065.
2880      Branch: metaconfig
2881            ! U/compline/i_time.U
2882 ____________________________________________________________________________
2883 [ 15065] By: jhi                                   on 2002/03/06  14:39:18
2884         Log: Scan for tm_zone (and tm_gmtoff, while we are at it).
2885      Branch: perl
2886            ! Configure config_h.SH
2887 ____________________________________________________________________________
2888 [ 15064] By: jhi                                   on 2002/03/06  14:14:02
2889         Log: Must remove fallback.c also from here.
2890      Branch: perl
2891            ! MANIFEST
2892 ____________________________________________________________________________
2893 [ 15063] By: jhi                                   on 2002/03/06  13:37:31
2894         Log: Subject: Re: perl@15047 WinCE
2895              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
2896              Date: Wed, 06 Mar 2002 13:41:30 +0100
2897              Message-Id: <20020306134107.C6F8.H.M.BRAND@hccnet.nl>
2898              
2899              Subject: Re: perl@15047 Win32
2900              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
2901              Date: Wed, 06 Mar 2002 13:46:02 +0100
2902              Message-Id: <20020306134539.C6FB.H.M.BRAND@hccnet.nl>
2903              
2904              Subject: Re: perl@15047 Epoc
2905              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
2906              Date: Wed, 06 Mar 2002 13:48:31 +0100
2907              Message-Id: <20020306134811.C6FE.H.M.BRAND@hccnet.nl>
2908              
2909              Subject: Re: perl@15047 NetWare
2910              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
2911              Date: Wed, 06 Mar 2002 13:55:46 +0100
2912              Message-Id: <20020306135406.C701.H.M.BRAND@hccnet.nl>
2913      Branch: perl
2914            ! NetWare/config_H.wc epoc/config.sh win32/Makefile
2915            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
2916            ! wince/Makefile.ce wince/config.h
2917 ____________________________________________________________________________
2918 [ 15062] By: ams                                   on 2002/03/06  09:26:49
2919         Log: Subject: Re: perl@15047
2920              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
2921              Date: Wed, 06 Mar 2002 11:25:50 +0100
2922              Message-Id: <20020306112536.C6E9.H.M.BRAND@hccnet.nl>
2923      Branch: perl
2924            ! cygwin/perlld.in
2925 ____________________________________________________________________________
2926 [ 15061] By: ams                                   on 2002/03/06  08:44:12
2927         Log: Subject: Re: perl@15047
2928              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
2929              Date: Wed, 06 Mar 2002 10:38:02 +0100
2930              Message-Id: <20020306103741.C6E3.H.M.BRAND@hccnet.nl>
2931      Branch: perl
2932            ! pod/perldelta.pod
2933 ____________________________________________________________________________
2934 [ 15060] By: ams                                   on 2002/03/06  08:30:33
2935         Log: Subject: Update perlhist.pod
2936              From: mjd@plover.com
2937              Date: 6 Mar 2002 07:11:55 -0000
2938              Message-Id: <20020306071155.10240.qmail@plover.com>
2939              
2940              Subject: [PATCH pod/perlvar.pod] $^V => string
2941              From: Stas Bekman <stas@stason.org>
2942              Date: Wed, 06 Mar 2002 14:56:55 +0800
2943              Message-Id: <3C85BDB7.7050700@stason.org>
2944      Branch: perl
2945            ! pod/perlhist.pod pod/perlvar.pod
2946 ____________________________________________________________________________
2947 [ 15059] By: ams                                   on 2002/03/06  04:15:38
2948         Log: Subject: [PATCH] assorted configure.com fix-ups
2949              From: "Craig A. Berry" <craigberry@mac.com>
2950              Date: Tue, 5 Mar 2002 23:11:22 -0600
2951              Message-Id: <a05101507b8ab5389f9be@[172.16.52.1]>
2952      Branch: perl
2953            ! configure.com
2954 ____________________________________________________________________________
2955 [ 15058] By: jhi                                   on 2002/03/06  04:01:27
2956         Log: IRIX failure with long doubles.
2957      Branch: perl
2958            ! t/op/pack.t
2959 ____________________________________________________________________________
2960 [ 15057] By: jhi                                   on 2002/03/06  03:12:15
2961         Log: Make reality and Changes coincide.
2962      Branch: perl
2963            ! Changes
2964 ____________________________________________________________________________
2965 [ 15056] By: jhi                                   on 2002/03/06  00:49:03
2966         Log: Subject: Re[2]: [ID 20020303.005] Patch ... C API description
2967              From: Anton Tagunov <tagunov@motor.ru>
2968              Date: Wed, 6 Mar 2002 02:10:21 +0300
2969              Message-ID: <11152782757.20020306021021@motor.ru>
2970              
2971              (reworded)
2972      Branch: perl
2973            ! pod/perluniintro.pod
2974 ____________________________________________________________________________
2975 [ 15055] By: jhi                                   on 2002/03/06  00:35:22
2976         Log: Subject: [PATCH] B::Lint doesn't work
2977              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
2978              Date: Tue, 5 Mar 2002 22:51:18 +0100
2979              Message-ID: <20020305225118.C733@rafael>
2980      Branch: perl
2981            ! ext/B/B/Lint.pm
2982 ____________________________________________________________________________
2983 [ 15054] By: jhi                                   on 2002/03/06  00:34:32
2984         Log: Subject: Re: [PATCH] Re: [ID 20000922.001] Implicit comparison to $. not performed before filehandle read
2985              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
2986              Date: Mon, 04 Mar 2002 16:24:32 -0800
2987              Message-ID: <ABBh8gzkgezX092yn@efn.org>
2988      Branch: perl
2989            ! op.h pp_ctl.c t/op/flip.t
2990 ____________________________________________________________________________
2991 [ 15053] By: jhi                                   on 2002/03/06  00:31:02
2992         Log: Subject: [PATCH] Re: [ID 20020305.018] test failures with perl5.7.3 on FreeBSD 4.3
2993              From: Nicholas Clark <nick@unfortu.net>
2994              Date: Tue, 5 Mar 2002 22:30:49 +0000
2995              Message-ID: <20020305223049.GH1693@Bagpuss.unfortu.net>
2996      Branch: perl
2997            ! pod/perldelta.pod
2998 ____________________________________________________________________________
2999 [ 15052] By: jhi                                   on 2002/03/06  00:28:40
3000         Log: Subject: [PATCH] tests for Gconvert
3001              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
3002              Date: Tue, 05 Mar 2002 16:35:45 -0800
3003              Message-ID: <hRWh8gzkgONX092yn@efn.org>
3004      Branch: perl
3005            ! t/base/num.t
3006 ____________________________________________________________________________
3007 [ 15051] By: jhi                                   on 2002/03/06  00:25:27
3008         Log: Subject: [PATCH] toplevel Makefile.SH
3009              From: Paul_GreenVOS@vos.stratus.com
3010              Date: Tue, 5 Mar 02 17:34 est
3011              Message-Id: <200203052233.RAA18424@mailhub2.stratus.com>
3012      Branch: perl
3013            ! Makefile.SH
3014 ____________________________________________________________________________
3015 [ 15050] By: jhi                                   on 2002/03/05  20:46:40
3016         Log: Subject: [PATCH] pointer to perldelta in Changes
3017              From: Chris Nandor <pudge@pobox.com>
3018              Date: Tue, 05 Mar 2002 16:04:50 -0500
3019              Message-ID: <pudge-920238.16045005032002@onion.valueclick.com>
3020      Branch: perl
3021            ! Changes
3022 ____________________________________________________________________________
3023 [ 15049] By: jhi                                   on 2002/03/05  20:45:33
3024         Log: Subject: [PATCH perldelta] chom?p overridability is the other way
3025              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
3026              Date: Tue, 5 Mar 2002 22:26:20 +0100
3027              Message-ID: <20020305222620.A733@rafael>
3028      Branch: perl
3029            ! pod/perldelta.pod
3030 ____________________________________________________________________________
3031 [ 15048] By: jhi                                   on 2002/03/05  20:43:45
3032         Log: Solaris: allow for /usr/bin/df not to exist.
3033              
3034              Subject: [ID 20020305.014] Configure: /usr/bin/df: not found
3035              From: Kingpin <mthurn@copper.dulles.tasc.com>
3036              Date: Tue, 5 Mar 2002 15:26:55 -0500 (EST)
3037              Message-Id: <200203052026.g25KQtV24683@copper.dulles.tasc.com>
3038      Branch: perl
3039            ! hints/solaris_2.sh
3040 ____________________________________________________________________________
3041 [ 15047] By: jhi                                   on 2002/03/05  15:36:10
3042         Log: Update Changes.
3043      Branch: perl
3044            ! Changes patchlevel.h
3045 ____________________________________________________________________________
3046 [ 15046] By: jhi                                   on 2002/03/05  14:56:19
3047         Log: Double MANIFESTing.
3048      Branch: perl
3049            ! ext/Encode/MANIFEST
3050 ____________________________________________________________________________
3051 [ 15045] By: jhi                                   on 2002/03/05  14:29:41
3052         Log: Remove HanZi and 7bit-kr, from SADAHIRO Tomoyuki.
3053      Branch: perl
3054            - ext/Encode/Encode/7bit-kr.enc
3055            - ext/Encode/lib/Encode/Tcl/HanZi.pm
3056            ! MANIFEST ext/Encode/lib/Encode/Tcl.pm
3057 ____________________________________________________________________________
3058 [ 15044] By: jhi                                   on 2002/03/05  13:40:31
3059         Log: Subject: [PATCH] Re: [ID 20020227.024] unexpected warning getc() on unopened filehandle STDIN
3060              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
3061              Date: Tue, 5 Mar 2002 14:35:57 +0100
3062              Message-ID: <20020305143557.C695@rafael>   
3063      Branch: perl
3064            ! pp_sys.c t/lib/warnings/pp_sys
3065 ____________________________________________________________________________
3066 [ 15043] By: jhi                                   on 2002/03/05  13:36:30
3067         Log: Subject: [PATCH Devel::PPPort]
3068              From: Robin Barker <rmb1@cise.npl.co.uk>
3069              Date: Tue, 5 Mar 2002 13:37:59 GMT
3070              Message-Id: <200203051337.NAA14686@tempest.npl.co.uk>
3071      Branch: perl
3072            ! ext/Devel/PPPort/Makefile.PL
3073 ____________________________________________________________________________
3074 [ 15042] By: jhi                                   on 2002/03/05  13:33:55
3075         Log: Real patch from SADAHIRO Tomoyuki to remove the HZ tests.
3076      Branch: perl
3077            ! ext/Encode/t/Tcl.t
3078 ____________________________________________________________________________
3079 [ 15041] By: nick                                  on 2002/03/05  07:23:58
3080         Log: Integrate mainline (5.7.3)
3081      Branch: perlio
3082           +> ext/Encode/lib/Encode/CN/HZ.pm
3083            - ext/Encode/Encode/HZ.enc ext/Encode/Encode/gbk.enc
3084           !> (integrate 54 files)
3085 ____________________________________________________________________________
3086 [ 15040] By: ams                                   on 2002/03/05  05:10:33
3087         Log: Subject: DOC PATCH 5.7.3 (perldelta)
3088              From: mjd@plover.com
3089              Date: 5 Mar 2002 05:35:58 -0000
3090              Message-Id: <20020305053558.31677.qmail@plover.com>
3091      Branch: perl
3092            ! pod/perldelta.pod
3093 ____________________________________________________________________________
3094 [ 15039] By: jhi                                   on 2002/03/05  03:32:07
3095         Log: This is 5.7.3.
3096      Branch: perl
3097            ! patchlevel.h
3098 ____________________________________________________________________________
3099 [ 15038] By: jhi                                   on 2002/03/05  03:31:32
3100         Log: Shoo.
3101      Branch: perl
3102            ! ext/Encode/t/Tcl.t
3103 ____________________________________________________________________________
3104 [ 15037] By: jhi                                   on 2002/03/05  03:15:17
3105         Log: Update Changes.
3106      Branch: perl
3107            ! Changes patchlevel.h
3108 ____________________________________________________________________________
3109 [ 15036] By: jhi                                   on 2002/03/05  03:11:17
3110         Log: Regen perlapi.
3111      Branch: perl
3112            ! pod/perlapi.pod
3113 ____________________________________________________________________________
3114 [ 15035] By: jhi                                   on 2002/03/05  03:08:50
3115         Log: Tie::File doc tweak for Win32 from mjd. 
3116      Branch: perl
3117            ! lib/Tie/File.pm
3118 ____________________________________________________________________________
3119 [ 15034] By: jhi                                   on 2002/03/05  02:51:47
3120         Log: Regen toc.
3121      Branch: perl
3122            ! pod/perltoc.pod
3123 ____________________________________________________________________________
3124 [ 15033] By: jhi                                   on 2002/03/05  02:34:32
3125         Log: Decommission Encode::Tcl HZ testing for now.
3126      Branch: perl
3127            ! ext/Encode/t/Tcl.t
3128 ____________________________________________________________________________
3129 [ 15032] By: jhi                                   on 2002/03/05  02:05:23
3130         Log: Must have a return.
3131      Branch: perl
3132            ! pp_pack.c
3133 ____________________________________________________________________________
3134 [ 15031] By: jhi                                   on 2002/03/05  01:45:21
3135         Log: The very latest win32 score from Jan Dubois.
3136      Branch: perl
3137            ! pod/perldelta.pod
3138 ____________________________________________________________________________
3139 [ 15030] By: ams                                   on 2002/03/05  01:40:01
3140         Log: Subject: [PATCH] README.macos
3141              From: Chris Nandor <pudge@pobox.com>
3142              Date: Mon, 04 Mar 2002 17:37:59 -0500
3143              Message-Id: <pudge-AB6431.17375904032002@onion.valueclick.com>
3144      Branch: perl
3145            ! README.macos
3146 ____________________________________________________________________________
3147 [ 15029] By: jhi                                   on 2002/03/05  01:39:29
3148         Log: "The last pieces of Chinese puzzle" from Autrijus.
3149      Branch: perl
3150            + ext/Encode/lib/Encode/CN/HZ.pm
3151            - ext/Encode/Encode/HZ.enc
3152            ! MANIFEST ext/Encode/CN/CN.pm ext/Encode/Encode.pm
3153            ! ext/Encode/KR/KR.pm ext/Encode/MANIFEST ext/Encode/TW/TW.pm
3154 ____________________________________________________________________________
3155 [ 15028] By: jhi                                   on 2002/03/05  00:53:36
3156         Log: Known test failures updates.
3157      Branch: perl
3158            ! pod/perldelta.pod
3159 ____________________________________________________________________________
3160 [ 15027] By: jhi                                   on 2002/03/04  23:48:07
3161         Log: One more nit from mjd.
3162      Branch: perl
3163            ! lib/Tie/File/t/16_handle.t
3164 ____________________________________________________________________________
3165 [ 15026] By: jhi                                   on 2002/03/04  23:42:28
3166         Log: Upgrade to Tie::File 0.17 from mjd.
3167      Branch: perl
3168            ! lib/Tie/File.pm lib/Tie/File/t/05_size.t
3169            ! lib/Tie/File/t/16_handle.t lib/Tie/File/t/17_misc_meth.t
3170 ____________________________________________________________________________
3171 [ 15025] By: jhi                                   on 2002/03/04  23:14:54
3172         Log: Subject: Re: [PATCH] Re: For 5.7.3, known failure for rel2abs2rel.t on FreeBSD 4.5
3173              From: Nicholas Clark <nick@unfortu.net>
3174              Date: Mon, 4 Mar 2002 23:33:52 +0000
3175              Message-ID: <20020304233351.GB4284@Bagpuss.unfortu.net>
3176      Branch: perl
3177            ! pod/perldelta.pod
3178 ____________________________________________________________________________
3179 [ 15024] By: jhi                                   on 2002/03/04  22:21:44
3180         Log: Escapee.
3181      Branch: perl
3182            ! proto.h
3183 ____________________________________________________________________________
3184 [ 15023] By: jhi                                   on 2002/03/04  22:17:56
3185         Log: Subject: [PATCH] (was Re: [PATCH @13746] h2xs)
3186              From: Nicholas Clark <nick@unfortu.net>
3187              Date: Mon, 4 Mar 2002 22:48:38 +0000
3188              Message-ID: <20020304224837.GA4284@Bagpuss.unfortu.net>
3189      Branch: perl
3190            ! ext/Fcntl/Fcntl.xs ext/Fcntl/Makefile.PL ext/File/Glob/Glob.xs
3191            ! ext/File/Glob/Makefile.PL ext/GDBM_File/GDBM_File.xs
3192            ! ext/GDBM_File/Makefile.PL ext/I18N/Langinfo/Langinfo.xs
3193            ! ext/I18N/Langinfo/Makefile.PL ext/POSIX/Makefile.PL
3194            ! ext/POSIX/POSIX.xs ext/Socket/Makefile.PL ext/Socket/Socket.xs
3195            ! ext/Sys/Syslog/Makefile.PL ext/Sys/Syslog/Syslog.xs
3196            ! lib/ExtUtils/Constant.pm lib/h2xs.t utils/h2xs.PL
3197 ____________________________________________________________________________
3198 [ 15022] By: jhi                                   on 2002/03/04  22:09:39
3199         Log: Cleaner.
3200      Branch: perl
3201            ! Makefile.SH
3202 ____________________________________________________________________________
3203 [ 15021] By: jhi                                   on 2002/03/04  22:06:22
3204         Log: Subject: [PATCH] small doc update to promote '-no_match_vars' of 'use English'
3205              From: Jeffrey Friedl <jfriedl@yahoo.com>
3206              Date: Mon, 4 Mar 2002 12:14:45 -0800 (PST)
3207              Message-Id: <200203042014.g24KEjP08407@ventrue.corp.yahoo.com>
3208      Branch: perl
3209            ! pod/perlform.pod pod/perlipc.pod pod/perlsec.pod
3210            ! pod/perlvar.pod
3211 ____________________________________________________________________________
3212 [ 15020] By: jhi                                   on 2002/03/04  21:44:42
3213         Log: More Han tweaks from Autrjius Tang: most importantly,
3214              gbk is identical to cp936, so gbk can be removed and
3215              taken care of by an alias.
3216      Branch: perl
3217            - ext/Encode/Encode/gbk.enc
3218            ! MANIFEST ext/Encode/CN/CN.pm ext/Encode/CN/Makefile.PL
3219            ! ext/Encode/Encode.pm ext/Encode/KR/KR.pm
3220            ! ext/Encode/KR/Makefile.PL ext/Encode/MANIFEST
3221            ! ext/Encode/TW/Makefile.PL ext/Encode/TW/TW.pm
3222 ____________________________________________________________________________
3223 [ 15019] By: jhi                                   on 2002/03/04  21:23:42
3224         Log: Subject: [PATCH] Re: For 5.7.3, known failure for rel2abs2rel.t on FreeBSD 4.5
3225              From: Nicholas Clark <nick@unfortu.net>
3226              Date: Mon, 4 Mar 2002 22:20:13 +0000
3227              Message-ID: <20020304222012.GE334@Bagpuss.unfortu.net>
3228      Branch: perl
3229            ! pod/perldelta.pod
3230 ____________________________________________________________________________
3231 [ 15018] By: jhi                                   on 2002/03/04  21:19:31
3232         Log: Based on
3233              
3234              Subject: Re[2]: [ID 20020303.005] Patch perlinicode C API description
3235              From: Anton Tagunov <tagunov@motor.ru>
3236              Date: Mon, 4 Mar 2002 21:14:39 +0300
3237              Message-ID: <1814137429.20020304211439@motor.ru>
3238      Branch: perl
3239            ! pod/perlunicode.pod
3240 ____________________________________________________________________________
3241 [ 15017] By: jhi                                   on 2002/03/04  20:43:05
3242         Log: Subject: [PATCH] enhance xsubpp to support OVERLOAD: keyword
3243              From: John Peacock <jpeacock@rowman.com>
3244              Date: Mon, 04 Mar 2002 16:18:42 -0500
3245              Message-ID: <3C83E4B2.3060700@rowman.com>
3246              
3247              Subject: Re: [PATCH] enhance xsubpp to support OVERLOAD: keyword
3248              From: John Peacock <jpeacock@rowman.com>
3249              Date: Mon, 04 Mar 2002 16:42:55 -0500
3250              Message-ID: <3C83EA5F.80303@rowman.com>
3251      Branch: perl
3252            ! lib/ExtUtils/xsubpp pod/perlxs.pod
3253 ____________________________________________________________________________
3254 [ 15016] By: jhi                                   on 2002/03/04  20:07:04
3255         Log: Subject: [PATCH @15001] ISO-IR-165 --> ISO_IR_165
3256              From: "Craig A. Berry" <craigberry@mac.com>
3257              Date: Mon, 04 Mar 2002 14:47:59 -0600
3258              Message-Id: <5.1.0.14.2.20020304144257.0366deb0@exchi01>
3259              
3260              Subject: Re: [PATCH @15001] ISO-IR-165 --> ISO_IR_165
3261              From: "Craig A. Berry" <craigberry@mac.com>
3262              Date: Mon, 04 Mar 2002 15:04:58 -0600
3263              Message-Id: <5.1.0.14.2.20020304150245.01ae4968@mail.mac.com>
3264      Branch: perl
3265            ! ext/Encode/CN/Makefile.PL ext/Encode/TW/Makefile.PL
3266 ____________________________________________________________________________
3267 [ 15015] By: jhi                                   on 2002/03/04  18:58:03
3268         Log: metaconfig unit change for #15014.
3269      Branch: metaconfig/U/perl
3270            ! Extensions.U
3271 ____________________________________________________________________________
3272 [ 15014] By: jhi                                   on 2002/03/04  18:57:23
3273         Log: Add Encode::CN, Encode::KR, and Encode::TW to the list
3274              of known extensions, where Encode::JP already is.
3275      Branch: perl
3276            ! Configure Porting/config.sh Porting/config_H uconfig.h
3277 ____________________________________________________________________________
3278 [ 15013] By: jhi                                   on 2002/03/04  18:36:05
3279         Log: SJIS, from Dan Kogai.
3280      Branch: perl
3281            ! ext/Encode/JP/JP.pm ext/Encode/JP/Makefile.PL
3282 ____________________________________________________________________________
3283 [ 15012] By: nick                                  on 2002/03/04  17:35:50
3284         Log: Intergrate perlio's Encode/compile
3285      Branch: perl
3286           !> ext/Encode/compile
3287 ____________________________________________________________________________
3288 [ 15011] By: nick                                  on 2002/03/04  17:29:54
3289         Log: Avoid $Id$ cleverness and just have a $VERSION.
3290      Branch: perlio
3291            ! ext/Encode/compile
3292 ____________________________________________________________________________
3293 [ 15010] By: nick                                  on 2002/03/04  17:29:14
3294         Log: Integrate mainline
3295      Branch: perlio
3296           +> lib/Math/BigInt/t/isa.t
3297           !> MANIFEST embed.fnc embed.h ext/Encode/t/JP.t gv.c
3298           !> lib/warnings.pm op.c perly.c pod/perldelta.pod
3299           !> pod/perllexwarn.pod pp.c pp_sys.c proto.h regcomp.c
3300           !> t/lib/warnings/regcomp t/op/taint.t toke.c warnings.h
3301           !> warnings.pl
3302 ____________________________________________________________________________
3303 [ 15009] By: jhi                                   on 2002/03/04  17:24:30
3304         Log: Integrate ext/Encode/compile from perlio.
3305      Branch: perl
3306           !> ext/Encode/compile
3307 ____________________________________________________________________________
3308 [ 15008] By: jhi                                   on 2002/03/04  17:11:19
3309         Log: Integrate perlio: win32 tweaks.  (ext/Encode/compile
3310              updates not integrated, something odd going on in there.)
3311      Branch: perl
3312           !> ext/Encode/t/JP.t ext/threads/shared/shared.xs
3313           !> lib/Tie/File/t/16_handle.t
3314 ____________________________________________________________________________
3315 [ 15007] By: nick                                  on 2002/03/04  17:08:17
3316         Log: Integrate mainline
3317      Branch: perlio
3318           !> AUTHORS Changes Porting/Glossary Porting/config.sh
3319           !> Porting/config_H ext/Encode/Encode.pm patchlevel.h
3320           !> pod/perltoc.pod
3321 ____________________________________________________________________________
3322 [ 15006] By: jhi                                   on 2002/03/04  16:46:49
3323         Log: A new M::BI test.
3324      Branch: perl
3325            + lib/Math/BigInt/t/isa.t
3326            ! MANIFEST
3327 ____________________________________________________________________________
3328 [ 15005] By: jhi                                   on 2002/03/04  16:43:53
3329         Log: Subject: VMS test and perldelta update
3330              From: "Craig A. Berry" <craigberry@mac.com>
3331              Date: Mon, 04 Mar 2002 11:03:37 -0600
3332              Message-Id: <5.1.0.14.2.20020304105500.01ae4968@exchi01>
3333      Branch: perl
3334            ! ext/Encode/t/JP.t pod/perldelta.pod t/op/taint.t
3335 ____________________________________________________________________________
3336 [ 15004] By: jhi                                   on 2002/03/04  16:41:50
3337         Log: Needed for threaded builds.
3338      Branch: perl
3339            ! embed.fnc embed.h
3340 ____________________________________________________________________________
3341 [ 15003] By: jhi                                   on 2002/03/04  16:37:13
3342         Log: Subject: [PATCH] taint + deprecated warnings
3343              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
3344              Date: Mon, 4 Mar 2002 16:33:23 -0000
3345              Message-ID: <AIEAJICLCBDNAAOLLOKLCEKGDOAA.paul_marquess@yahoo.co.uk>
3346      Branch: perl
3347            ! embed.h gv.c lib/warnings.pm op.c perly.c pod/perldelta.pod
3348            ! pod/perllexwarn.pod pp.c pp_sys.c proto.h regcomp.c
3349            ! t/lib/warnings/regcomp toke.c warnings.h warnings.pl
3350 ____________________________________________________________________________
3351 [ 15002] By: nick                                  on 2002/03/04  16:19:06
3352         Log: Win32 tweak
3353      Branch: perlio
3354            ! lib/Tie/File/t/16_handle.t
3355 ____________________________________________________________________________
3356 [ 15001] By: jhi                                   on 2002/03/04  15:39:11
3357         Log: Update Changes.
3358      Branch: perl
3359            ! Changes patchlevel.h
3360 ____________________________________________________________________________
3361 [ 15000] By: jhi                                   on 2002/03/04  15:28:01
3362         Log: AUTHORS updates.
3363      Branch: perl
3364            ! AUTHORS
3365 ____________________________________________________________________________
3366 [ 14999] By: nick                                  on 2002/03/04  15:26:43
3367         Log: Win32 hack
3368      Branch: perlio
3369            ! ext/Encode/compile ext/Encode/t/JP.t
3370 ____________________________________________________________________________
3371 [ 14998] By: jhi                                   on 2002/03/04  15:23:35
3372         Log: Encode doc tweak from Autrijus Tang.
3373      Branch: perl
3374            ! ext/Encode/Encode.pm
3375 ____________________________________________________________________________
3376 [ 14997] By: jhi                                   on 2002/03/04  14:53:38
3377         Log: Regen Glossary et al.  (It seems the #14875 didn't
3378              quite work in removing the double-dot?)
3379      Branch: perl
3380            ! Porting/Glossary Porting/config.sh Porting/config_H
3381 ____________________________________________________________________________
3382 [ 14996] By: jhi                                   on 2002/03/04  14:46:29
3383         Log: Regen toc.
3384      Branch: perl
3385            ! pod/perltoc.pod
3386 ____________________________________________________________________________
3387 [ 14995] By: nick                                  on 2002/03/04  14:42:09
3388         Log: Remove debugging assert
3389      Branch: perlio
3390            ! ext/threads/shared/shared.xs
3391 ____________________________________________________________________________
3392 [ 14994] By: nick                                  on 2002/03/04  14:41:54
3393         Log: Integrate mainline
3394      Branch: perlio
3395           !> MANIFEST ext/Encode/Encode.pm lib/Tie/File/t/01_gen.t
3396           !> lib/Tie/File/t/04_splice.t lib/Tie/File/t/10_splice_rs.t
3397           !> lib/Tie/File/t/15_pushpop.t util.c
3398 ____________________________________________________________________________
3399 [ 14993] By: jhi                                   on 2002/03/04  14:10:07
3400         Log: Han update from Autrijus Tang. 
3401      Branch: perl
3402            ! ext/Encode/Encode.pm
3403 ____________________________________________________________________________
3404 [ 14992] By: nick                                  on 2002/03/04  14:08:38
3405         Log: Integrate mainline - all tests pass - some noise from threads
3406              av_simple (SuSE7.3).
3407      Branch: perlio
3408           +> lib/Tie/File/t/01_gen.t lib/Tie/File/t/02_fetchsize.t
3409           +> lib/Tie/File/t/03_longfetch.t lib/Tie/File/t/04_splice.t
3410           +> lib/Tie/File/t/05_size.t lib/Tie/File/t/06_fixrec.t
3411           +> lib/Tie/File/t/07_rv_splice.t lib/Tie/File/t/08_ro.t
3412           +> lib/Tie/File/t/09_gen_rs.t lib/Tie/File/t/10_splice_rs.t
3413           +> lib/Tie/File/t/11_rv_splice_rs.t
3414           +> lib/Tie/File/t/12_longfetch_rs.t lib/Tie/File/t/13_size_rs.t
3415           +> lib/Tie/File/t/14_lock.t lib/Tie/File/t/15_pushpop.t
3416           +> lib/Tie/File/t/16_handle.t lib/Tie/File/t/17_misc_meth.t
3417            - lib/Tie/File/01_gen.t lib/Tie/File/02_fetchsize.t
3418            - lib/Tie/File/03_longfetch.t lib/Tie/File/04_splice.t
3419            - lib/Tie/File/05_size.t lib/Tie/File/06_fixrec.t
3420            - lib/Tie/File/07_rv_splice.t lib/Tie/File/08_ro.t
3421            - lib/Tie/File/09_gen_rs.t lib/Tie/File/10_splice_rs.t
3422            - lib/Tie/File/11_rv_splice_rs.t lib/Tie/File/12_longfetch_rs.t
3423            - lib/Tie/File/13_size_rs.t lib/Tie/File/14_lock.t
3424            - lib/Tie/File/15_pushpop.t
3425           !> (integrate 47 files)
3426 ____________________________________________________________________________
3427 [ 14991] By: jhi                                   on 2002/03/04  13:37:52
3428         Log: Missing MANIFESTations.
3429      Branch: perl
3430            ! MANIFEST
3431 ____________________________________________________________________________
3432 [ 14990] By: jhi                                   on 2002/03/04  13:34:15
3433         Log: Attempt at portability.
3434      Branch: perl
3435            ! util.c
3436 ____________________________________________________________________________
3437 [ 14989] By: jhi                                   on 2002/03/04  13:04:06
3438         Log: Needed by #14985.
3439      Branch: perl
3440            ! embed.h global.sym proto.h
3441 ____________________________________________________________________________
3442 [ 14988] By: ams                                   on 2002/03/04  08:59:27
3443         Log: Upgrade to Tie::File 0.16.
3444      Branch: perl
3445            + lib/Tie/File/t/16_handle.t lib/Tie/File/t/17_misc_meth.t
3446            ! lib/Tie/File.pm lib/Tie/File/t/01_gen.t
3447            ! lib/Tie/File/t/04_splice.t lib/Tie/File/t/10_splice_rs.t
3448            ! lib/Tie/File/t/15_pushpop.t
3449 ____________________________________________________________________________
3450 [ 14987] By: ams                                   on 2002/03/04  08:48:11
3451         Log: Subject: [PATCH @14577] perly-fixer
3452              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
3453              Date: Mon, 4 Mar 2002 02:28:51 -0500
3454              Message-Id: <20020304022851.A14119@math.ohio-state.edu>
3455      Branch: perl
3456            ! Makefile.SH perly.fixer
3457 ____________________________________________________________________________
3458 [ 14986] By: ams                                   on 2002/03/04  08:43:37
3459         Log: Subject: [PATCH @14577] xsubpp
3460              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
3461              Date: Mon, 4 Mar 2002 02:25:52 -0500
3462              Message-Id: <20020304022552.A14106@math.ohio-state.edu>
3463      Branch: perl
3464            ! lib/ExtUtils/xsubpp pod/perlxs.pod
3465 ____________________________________________________________________________
3466 [ 14985] By: ams                                   on 2002/03/04  08:40:46
3467         Log: Subject: [PATCH @14577] sv_cmp and friends
3468              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
3469              Date: Mon, 4 Mar 2002 02:31:04 -0500
3470              Message-Id: <20020304023103.A14140@math.ohio-state.edu>
3471      Branch: perl
3472            ! embed.fnc sv.c util.c
3473 ____________________________________________________________________________
3474 [ 14984] By: ams                                   on 2002/03/04  08:16:06
3475         Log: Fix File::Path docs as suggested by Ronald Kimball.
3476      Branch: perl
3477            ! lib/File/Path.pm
3478 ____________________________________________________________________________
3479 [ 14983] By: ams                                   on 2002/03/04  08:11:20
3480         Log: Update perldata fix as suggested by Benjamin Goldberg.
3481      Branch: perl
3482            ! pod/perldata.pod
3483 ____________________________________________________________________________
3484 [ 14982] By: jhi                                   on 2002/03/04  03:56:46
3485         Log: Faulty skip.
3486      Branch: perl
3487            ! ext/DB_File/t/db-recno.t
3488 ____________________________________________________________________________
3489 [ 14981] By: jhi                                   on 2002/03/04  03:46:31
3490         Log: Subject: [ID 20020303.006] [Doc][utf8::up/down grade][use encoding] application for clarification
3491              From: Anton Tagunov <tagunov@motor.ru>
3492              Date: Mon, 4 Mar 2002 05:41:41 +0300
3493              Message-Id: <7916563907.20020304054141@motor.ru>
3494              
3495              Subject: [ID 20020303.005] Patch perlinicode C API description
3496              From: Anton Tagunov <tagunov@motor.ru>
3497              Date: Mon, 4 Mar 2002 06:08:23 +0300
3498              Message-Id: <2018165510.20020304060823@motor.ru>
3499      Branch: perl
3500            ! lib/utf8.pm pod/perlunicode.pod
3501 ____________________________________________________________________________
3502 [ 14980] By: ams                                   on 2002/03/04  02:19:20
3503         Log: Subject: Re[2]: [ID 20020227.016] Fix perldata manpage?
3504              From: Anton Tagunov <tagunov@motor.ru>
3505              Date: Mon, 4 Mar 2002 02:17:40 +0300
3506              Message-Id: <1344322124.20020304021740@motor.ru>
3507      Branch: perl
3508            ! pod/perldata.pod
3509 ____________________________________________________________________________
3510 [ 14979] By: ams                                   on 2002/03/04  02:17:54
3511         Log: Subject: RE: [PATCH] RE: DB_File breakage
3512              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
3513              Date: Sun, 3 Mar 2002 23:56:31 -0000
3514              Message-Id: <AIEAJICLCBDNAAOLLOKLIEJADOAA.paul_marquess@yahoo.co.uk>
3515      Branch: perl
3516            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
3517            ! ext/DB_File/t/db-recno.t
3518 ____________________________________________________________________________
3519 [ 14978] By: ams                                   on 2002/03/04  02:07:16
3520         Log: Subject: [PATCH] docs for ExtUtils::Manifest
3521              From: Nicholas Clark <nick@unfortu.net>
3522              Date: Sun, 3 Mar 2002 23:29:25 +0000
3523              Message-Id: <20020303232924.GG322@Bagpuss.unfortu.net>
3524      Branch: perl
3525            ! lib/ExtUtils/Manifest.pm
3526 ____________________________________________________________________________
3527 [ 14977] By: jhi                                   on 2002/03/04  02:07:06
3528         Log: Forgot from the M::BI 1.54 update.
3529      Branch: perl
3530            ! lib/Math/BigInt/t/bigfltpm.inc lib/Math/BigInt/t/bigintpm.inc
3531            ! lib/Math/BigInt/t/upgrade.inc
3532 ____________________________________________________________________________
3533 [ 14976] By: ams                                   on 2002/03/04  02:04:32
3534         Log: Subject: [PATCH] attr
3535              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
3536              Date: Sun, 3 Mar 2002 22:09:58 -0000
3537              Message-Id: <AIEAJICLCBDNAAOLLOKLOEINDOAA.paul_marquess@yahoo.co.uk>
3538      Branch: perl
3539            ! lib/warnings.pm warnings.pl
3540 ____________________________________________________________________________
3541 [ 14975] By: ams                                   on 2002/03/04  02:01:27
3542         Log: Subject: [PATCH] File::Path documentation
3543              From: Colin Meyer <cmeyer@helvella.org>
3544              Date: Sun, 3 Mar 2002 14:54:24 -0800
3545              Message-Id: <20020303145424.A21774@hobart.helvella.org>
3546      Branch: perl
3547            ! lib/File/Path.pm
3548 ____________________________________________________________________________
3549 [ 14974] By: jhi                                   on 2002/03/04  01:54:17
3550         Log: Typo.
3551      Branch: perl
3552            ! lib/Math/BigInt/t/upgrade.t
3553 ____________________________________________________________________________
3554 [ 14973] By: jhi                                   on 2002/03/04  01:30:49
3555         Log: Editing errors.
3556      Branch: perl
3557            ! MANIFEST
3558 ____________________________________________________________________________
3559 [ 14972] By: jhi                                   on 2002/03/04  01:18:02
3560         Log: Upgrade to Math::BigInt 1.54.
3561      Branch: perl
3562            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm
3563            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bare_mbf.t
3564            ! lib/Math/BigInt/t/bare_mbi.t lib/Math/BigInt/t/bigfltpm.t
3565            ! lib/Math/BigInt/t/bigintpm.t lib/Math/BigInt/t/config.t
3566            ! lib/Math/BigInt/t/downgrade.t lib/Math/BigInt/t/sub_mbf.t
3567            ! lib/Math/BigInt/t/sub_mbi.t lib/Math/BigInt/t/upgrade.t
3568 ____________________________________________________________________________
3569 [ 14971] By: jhi                                   on 2002/03/04  01:06:53
3570         Log: Test tweak from Craig Berry.
3571      Branch: perl
3572            ! lib/Tie/File/t/15_pushpop.t
3573 ____________________________________________________________________________
3574 [ 14970] By: jhi                                   on 2002/03/04  01:05:17
3575         Log: Upgrade to Tie::File 0.15.
3576      Branch: perl
3577            + lib/Tie/File/t/01_gen.t lib/Tie/File/t/02_fetchsize.t
3578            + lib/Tie/File/t/03_longfetch.t lib/Tie/File/t/04_splice.t
3579            + lib/Tie/File/t/05_size.t lib/Tie/File/t/06_fixrec.t
3580            + lib/Tie/File/t/07_rv_splice.t lib/Tie/File/t/08_ro.t
3581            + lib/Tie/File/t/09_gen_rs.t lib/Tie/File/t/10_splice_rs.t
3582            + lib/Tie/File/t/11_rv_splice_rs.t
3583            + lib/Tie/File/t/12_longfetch_rs.t lib/Tie/File/t/13_size_rs.t
3584            + lib/Tie/File/t/14_lock.t lib/Tie/File/t/15_pushpop.t
3585            - lib/Tie/File/01_gen.t lib/Tie/File/02_fetchsize.t
3586            - lib/Tie/File/03_longfetch.t lib/Tie/File/04_splice.t
3587            - lib/Tie/File/05_size.t lib/Tie/File/06_fixrec.t
3588            - lib/Tie/File/07_rv_splice.t lib/Tie/File/08_ro.t
3589            - lib/Tie/File/09_gen_rs.t lib/Tie/File/10_splice_rs.t
3590            - lib/Tie/File/11_rv_splice_rs.t lib/Tie/File/12_longfetch_rs.t
3591            - lib/Tie/File/13_size_rs.t lib/Tie/File/14_lock.t
3592            - lib/Tie/File/15_pushpop.t
3593            ! MANIFEST lib/Tie/File.pm
3594 ____________________________________________________________________________
3595 [ 14969] By: jhi                                   on 2002/03/04  00:25:33
3596         Log: The EBCDIC gaps apply only to the real A-Z.
3597      Branch: perl
3598            ! ext/B/B/Deparse.pm
3599 ____________________________________________________________________________
3600 [ 14968] By: jhi                                   on 2002/03/03  19:00:06
3601         Log: EBCDIC: deparse \cX correctly.
3602      Branch: perl
3603            ! ext/B/B/Deparse.pm
3604 ____________________________________________________________________________
3605 [ 14967] By: ams                                   on 2002/03/03  18:18:00
3606         Log: Subject: [PATCH] nit in perlsyn.pod
3607              From: "Wolfgang Laun" <wolfgang.laun@chello.at>
3608              Date: Sun, 03 Mar 2002 20:16:10 +0100
3609              Message-Id: <200203032016100050.00066EE7@smtp.chello.at>
3610      Branch: perl
3611            ! pod/perlsyn.pod
3612 ____________________________________________________________________________
3613 [ 14966] By: ams                                   on 2002/03/03  18:06:32
3614         Log: Subject: [PATCH utils/h2xs.PL] use Config; use Config; require Config;
3615              From: Michael G Schwern <schwern@pobox.com>
3616              Date: Sun, 3 Mar 2002 13:33:28 -0500
3617              Message-Id: <20020303183328.GA3296@blackrider>
3618      Branch: perl
3619            ! utils/h2xs.PL
3620 ____________________________________________________________________________
3621 [ 14965] By: ams                                   on 2002/03/03  18:00:03
3622         Log: Subject: [ PATCH ] HP back to default
3623              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
3624              Date: Sun, 03 Mar 2002 18:48:34 +0100
3625              Message-Id: <20020303184627.A69C.H.M.BRAND@hccnet.nl>
3626      Branch: perl
3627            ! hints/hpux.sh
3628 ____________________________________________________________________________
3629 [ 14964] By: jhi                                   on 2002/03/03  16:54:55
3630         Log: EBCDIC: special cases of special cases.
3631      Branch: perl
3632            ! t/uni/case.pl
3633 ____________________________________________________________________________
3634 [ 14963] By: jhi                                   on 2002/03/03  16:11:07
3635         Log: EBCDIC: the v-string components cannot exceed 2147483647.
3636      Branch: perl
3637            ! pod/perldiag.pod pod/perlport.pod t/op/ver.t util.c
3638 ____________________________________________________________________________
3639 [ 14962] By: jhi                                   on 2002/03/03  15:06:55
3640         Log: Remove the bogus "incorrect case" warning completely.
3641              The problem exists, but the cure, in which ever form
3642              it will be, needs to be something more subtle.
3643      Branch: perl
3644            ! op.c pod/perldiag.pod
3645 ____________________________________________________________________________
3646 [ 14961] By: ams                                   on 2002/03/03  13:39:09
3647         Log: Subject: Re: PATCH (bleadperl): Quieter handling of tied arrays
3648              From: Mark-Jason Dominus <mjd@plover.com>
3649              Date: Sun, 03 Mar 2002 09:32:16 -0500
3650              Message-Id: <20020303143216.10536.qmail@plover.com>
3651      Branch: perl
3652            ! t/op/tiearray.t
3653 ____________________________________________________________________________
3654 [ 14960] By: nick                                  on 2002/03/03  09:59:59
3655         Log: Integrate mainline
3656      Branch: perlio
3657           +> lib/Tie/File/14_lock.t lib/Tie/File/15_pushpop.t
3658            - ext/Encode/t/table.rnd ext/Encode/t/table.utf8
3659            ! ext/Encode/compile
3660           !> (integrate 27 files)
3661 ____________________________________________________________________________
3662 [ 14959] By: ams                                   on 2002/03/03  08:11:34
3663         Log: Fix #14957.
3664      Branch: perl
3665            ! ext/DB_File/t/db-recno.t
3666 ____________________________________________________________________________
3667 [ 14958] By: ams                                   on 2002/03/03  05:51:00
3668         Log: Subject: [PATCH @14577] NL in debugger
3669              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
3670              Date: Sat, 2 Mar 2002 05:34:12 -0500
3671              Message-Id: <20020302053412.A5465@math.ohio-state.edu>
3672      Branch: perl
3673            ! lib/perl5db.pl
3674 ____________________________________________________________________________
3675 [ 14957] By: ams                                   on 2002/03/03  05:00:04
3676         Log: Subject: Re: DB_File breakage
3677              From: Schuyler Erle <schuyler@oreilly.com>
3678              Date: Sat, 02 Mar 2002 21:50:30 -0800
3679              Message-Id: <3C81B9A6.A6B6C7FE@oreilly.com>
3680      Branch: perl
3681            ! ext/DB_File/t/db-recno.t
3682 ____________________________________________________________________________
3683 [ 14956] By: ams                                   on 2002/03/03  04:40:08
3684         Log: Subject: [PATCH @14577] Debugging OPs
3685              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
3686              Date: Sat, 2 Mar 2002 05:49:58 -0500
3687              Message-Id: <20020302054958.A5511@math.ohio-state.edu>
3688      Branch: perl
3689            ! deb.c dump.c ext/Devel/Peek/Peek.pm perl.c perl.h
3690            ! pod/perlrun.pod sv.h
3691 ____________________________________________________________________________
3692 [ 14955] By: ams                                   on 2002/03/03  04:34:41
3693         Log: Subject: Tie::Array doc patch
3694              From: Tatsuhiko Miyagawa <miyagawa@edge.co.jp>
3695              Date: Sat, 02 Mar 2002 08:42:56 +0900
3696              Message-Id: <863czj97nj.wl@mail.edge.co.jp>
3697      Branch: perl
3698            ! lib/Tie/Array.pm
3699 ____________________________________________________________________________
3700 [ 14954] By: ams                                   on 2002/03/03  04:23:33
3701         Log: Subject: Re: Smoke 14870
3702              From: Nicholas Clark <nick@unfortu.net>
3703              Date: Sat, 2 Mar 2002 20:00:53 +0000
3704              Message-Id: <20020302200053.GB384@Bagpuss.unfortu.net>
3705      Branch: perl
3706            ! README.hpux
3707 ____________________________________________________________________________
3708 [ 14953] By: ams                                   on 2002/03/03  04:15:49
3709         Log: Subject: RE: VERSION core
3710              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
3711              Date: Sat, 2 Mar 2002 22:50:44 -0000
3712              Message-Id: <AIEAJICLCBDNAAOLLOKLEEHNDOAA.paul_marquess@yahoo.co.uk>
3713      Branch: perl
3714            ! t/comp/use.t
3715 ____________________________________________________________________________
3716 [ 14952] By: jhi                                   on 2002/03/02  23:41:54
3717         Log: The #14949 removed this error from non-Win32.
3718      Branch: perl
3719            ! t/lib/warnings/op
3720 ____________________________________________________________________________
3721 [ 14951] By: jhi                                   on 2002/03/02  19:54:15
3722         Log: BeOS back on track.
3723      Branch: perl
3724            ! README.beos
3725 ____________________________________________________________________________
3726 [ 14950] By: jhi                                   on 2002/03/02  19:52:58
3727         Log: The _POSIX_OPEN_MAX values are allowed *minimums*,
3728              higher is okay.
3729      Branch: perl
3730            ! ext/POSIX/t/posix.t
3731 ____________________________________________________________________________
3732 [ 14949] By: jhi                                   on 2002/03/02  19:33:29
3733         Log: For now, make "incorrect case" a Win32-only warning.
3734      Branch: perl
3735            ! op.c
3736 ____________________________________________________________________________
3737 [ 14948] By: jhi                                   on 2002/03/02  17:55:48
3738         Log: Demand more before attempting socketpair().
3739      Branch: perl
3740            ! pp_sys.c
3741 ____________________________________________________________________________
3742 [ 14947] By: jhi                                   on 2002/03/02  17:35:09
3743         Log: Remove obsolete hack.
3744      Branch: perl
3745            ! makedepend.SH
3746 ____________________________________________________________________________
3747 [ 14946] By: ams                                   on 2002/03/02  16:00:32
3748         Log: Forgot to delete encode.* from MANIFEST.
3749      Branch: perl
3750            ! MANIFEST
3751 ____________________________________________________________________________
3752 [ 14945] By: ams                                   on 2002/03/02  14:41:03
3753         Log: Delete ex-test output.
3754      Branch: perl
3755            - ext/Encode/t/table.rnd ext/Encode/t/table.utf8
3756 ____________________________________________________________________________
3757 [ 14944] By: ams                                   on 2002/03/02  13:54:35
3758         Log: Subject: [PATCH] DB_File 1.803
3759              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
3760              Date: Sat, 2 Mar 2002 14:33:32 -0000
3761              Message-Id: <AIEAJICLCBDNAAOLLOKLAEHGDOAA.paul_marquess@yahoo.co.uk>
3762      Branch: perl
3763            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
3764            ! ext/DB_File/DB_File.xs ext/DB_File/t/db-btree.t
3765 ____________________________________________________________________________
3766 [ 14943] By: ams                                   on 2002/03/02  13:43:06
3767         Log: Upgrade to Tie::File 0.14.
3768      Branch: perl
3769            + lib/Tie/File/14_lock.t lib/Tie/File/15_pushpop.t
3770            ! MANIFEST lib/Tie/File.pm lib/Tie/File/01_gen.t
3771            ! lib/Tie/File/04_splice.t lib/Tie/File/07_rv_splice.t
3772 ____________________________________________________________________________
3773 [ 14942] By: nick                                  on 2002/03/02  11:05:53
3774         Log: Integrate mainline
3775      Branch: perlio
3776           +> ext/Encode/Encode/big5-hkscs.enc ext/Encode/Encode/gbk.enc
3777           +> ext/Encode/Encode/iso-ir-165.enc ext/Encode/t/table.rnd
3778           +> ext/Encode/t/table.utf8
3779           !> Configure MANIFEST av.c ext/Encode/CN/CN.pm
3780           !> ext/Encode/CN/Makefile.PL ext/Encode/Encode.pm
3781           !> ext/Encode/TW/Makefile.PL ext/Encode/TW/TW.pm
3782           !> ext/Encode/lib/Encode/XS.pm pod/perldelta.pod pod/perldiag.pod
3783           !> pod/perlfaq5.pod pod/perlfunc.pod pp.c t/op/splice.t
3784           !> universal.c utils/perldoc.PL
3785 ____________________________________________________________________________
3786 [ 14941] By: jhi                                   on 2002/03/02  02:40:01
3787         Log: More CJK (just C, really) tables from Autrijus Tang
3788              (originally from iconv, used with permission of Bruno Haible)
3789      Branch: perl
3790            + ext/Encode/Encode/big5-hkscs.enc ext/Encode/Encode/gbk.enc
3791            + ext/Encode/Encode/iso-ir-165.enc
3792            ! MANIFEST ext/Encode/CN/CN.pm ext/Encode/CN/Makefile.PL
3793            ! ext/Encode/Encode.pm ext/Encode/TW/Makefile.PL
3794            ! ext/Encode/TW/TW.pm ext/Encode/lib/Encode/XS.pm
3795 ____________________________________________________________________________
3796 [ 14940] By: jhi                                   on 2002/03/02  02:29:11
3797         Log: Subject: [PATCH] perldoc -q outputs Author and Copyright section
3798              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
3799              Date: Fri, 1 Mar 2002 15:32:13 -0500
3800              Message-ID: <20020301153212.E1461198@linguist.thayer.dartmouth.edu>
3801      Branch: perl
3802            ! utils/perldoc.PL
3803 ____________________________________________________________________________
3804 [ 14939] By: jhi                                   on 2002/03/02  02:27:05
3805         Log: Subject: PATCH: "splice() offset past end of array" warning. (take 2)     
3806              From: Schuyler Erle <schuyler@oreilly.com>
3807              Date: Fri, 01 Mar 2002 14:22:19 -0800
3808              Message-ID: <3C7FFF1B.E74979B1@oreilly.com>
3809              
3810              Subject: Re: PATCH: "splice() offset past end of array" warning.
3811              From: Mark-Jason Dominus <mjd@plover.com>
3812              Date: Fri, 01 Mar 2002 17:19:49 -0500
3813              Message-ID: <20020301221949.7610.qmail@plover.com>
3814      Branch: perl
3815            ! pod/perldiag.pod pod/perlfunc.pod pp.c t/op/splice.t
3816 ____________________________________________________________________________
3817 [ 14938] By: jhi                                   on 2002/03/02  02:24:25
3818         Log: Subject: PATCH (bleadperl): Quieter handling of tied arrays
3819              From: Mark-Jason Dominus <mjd@plover.com>
3820              Date: Fri, 01 Mar 2002 18:35:35 -0500
3821              Message-ID: <20020301233535.15969.qmail@plover.com>
3822      Branch: perl
3823            ! av.c
3824 ____________________________________________________________________________
3825 [ 14937] By: jhi                                   on 2002/03/01  23:00:08
3826         Log: Subject: RE: VERSION core
3827              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
3828              Date: Fri, 1 Mar 2002 23:47:48 -0000
3829              Message-ID: <AIEAJICLCBDNAAOLLOKLEEGMDOAA.paul_marquess@yahoo.co.uk>
3830      Branch: perl
3831            ! pod/perldiag.pod universal.c
3832 ____________________________________________________________________________
3833 [ 14936] By: pudge                                 on 2002/03/01  18:02:45
3834         Log: Update Changes
3835      Branch: maint-5.6/macperl
3836            ! macos/Changes
3837 ____________________________________________________________________________
3838 [ 14935] By: pudge                                 on 2002/03/01  17:58:11
3839         Log: Fix update to resources
3840      Branch: maint-5.6/macperl
3841            ! macos/macperl/MacPerl.r
3842 ____________________________________________________________________________
3843 [ 14934] By: jhi                                   on 2002/03/01  17:35:14
3844         Log: metaconfig unit change for #14930.
3845      Branch: metaconfig
3846            ! U/modified/Init.U
3847 ____________________________________________________________________________
3848 [ 14933] By: pudge                                 on 2002/03/01  17:32:52
3849         Log: Fix debugger to handle Mac OS psedofiles
3850      Branch: maint-5.6/macperl
3851            ! lib/DB.pm lib/perl5db.pl
3852 ____________________________________________________________________________
3853 [ 14932] By: pudge                                 on 2002/03/01  17:32:02
3854         Log: Various fixes from Thomas Wegner
3855      Branch: maint-5.6/macperl
3856            ! macos/macperl/MPAppleEvents.c macos/macperl/MPPreferences.c
3857 ____________________________________________________________________________
3858 [ 14931] By: pudge                                 on 2002/03/01  17:30:00
3859         Log: Some resource updates
3860      Branch: maint-5.6/macperl
3861            ! macos/macperl/MPUtils.c macos/macperl/MacPerl.r
3862            ! macos/macperl/MacPerl.rsrc
3863 ____________________________________________________________________________
3864 [ 14930] By: jhi                                   on 2002/03/01  17:29:32
3865         Log: Subject: Re: [PATCH] Configure to correctly recognize Amiga OS
3866              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
3867              Date: Fri, 01 Mar 2002 09:38:59 -0800
3868              Message-ID: <zy7f8gzkgWgY092yn@efn.org>
3869      Branch: perl
3870            ! Configure
3871 ____________________________________________________________________________
3872 [ 14928] By: pudge                                 on 2002/03/01  17:28:09
3873         Log: Add some missing sfio symbols (Alan Fry)
3874      Branch: maint-5.6/macperl
3875            ! macos/macperl.sym
3876 ____________________________________________________________________________
3877 [ 14927] By: pudge                                 on 2002/03/01  17:27:29
3878         Log: Update version and README
3879      Branch: maint-5.6/macperl
3880            ! README.macos macos/MPVersion.r
3881 ____________________________________________________________________________
3882 [ 14926] By: nick                                  on 2002/03/01  15:56:41
3883         Log: Integrate mainline
3884      Branch: perlio
3885           +> lib/Math/BigInt/t/downgrade.t lib/Tie/File.pm
3886           +> lib/Tie/File/01_gen.t lib/Tie/File/02_fetchsize.t
3887           +> lib/Tie/File/03_longfetch.t lib/Tie/File/04_splice.t
3888           +> lib/Tie/File/05_size.t lib/Tie/File/06_fixrec.t
3889           +> lib/Tie/File/07_rv_splice.t lib/Tie/File/08_ro.t
3890           +> lib/Tie/File/09_gen_rs.t lib/Tie/File/10_splice_rs.t
3891           +> lib/Tie/File/11_rv_splice_rs.t lib/Tie/File/12_longfetch_rs.t
3892           +> lib/Tie/File/13_size_rs.t
3893           !> (integrate 80 files)
3894 ____________________________________________________________________________
3895 [ 14925] By: jhi                                   on 2002/03/01  15:28:10
3896         Log: Better advertising.
3897      Branch: perl
3898            ! pod/perldelta.pod pod/perlfaq5.pod
3899 ____________________________________________________________________________
3900 [ 14924] By: jhi                                   on 2002/03/01  14:32:16
3901         Log: Update Changes.
3902      Branch: perl
3903            ! Changes patchlevel.h
3904 ____________________________________________________________________________
3905 [ 14923] By: jhi                                   on 2002/03/01  14:17:54
3906         Log: Lost in the shuffle.
3907      Branch: perl
3908            + lib/Math/BigInt/t/downgrade.t
3909            ! MANIFEST
3910 ____________________________________________________________________________
3911 [ 14922] By: jhi                                   on 2002/03/01  13:23:41
3912         Log: Advertise Tie::File.
3913      Branch: perl
3914            ! pod/perldelta.pod pod/perlfaq5.pod
3915 ____________________________________________________________________________
3916 [ 14921] By: jhi                                   on 2002/03/01  13:14:18
3917         Log: Subject: Re: Smoke 14900 /pro/3gl/CPAN/perl-current
3918              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
3919              Date: Thu, 28 Feb 2002 18:55:48 +0100
3920              Message-Id: <20020228173120.6A15.H.M.BRAND@hccnet.nl>
3921      Branch: perl
3922            ! x2p/walk.c
3923 ____________________________________________________________________________
3924 [ 14920] By: ams                                   on 2002/03/01  09:06:01
3925         Log: Subject: [PATCH @14577] autoloaded DESTROY bugfix
3926              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
3927              Date: Tue, 26 Feb 2002 19:54:31 -0500
3928              Message-Id: <20020226195431.A9625@math.ohio-state.edu>
3929      Branch: perl
3930            ! embed.fnc ext/B/B/Deparse.pm gv.c
3931 ____________________________________________________________________________
3932 [ 14919] By: ams                                   on 2002/03/01  03:03:12
3933         Log: Upgrade to Tie::File 0.13 (Win32 fixes.)
3934      Branch: perl
3935            ! lib/Tie/File.pm lib/Tie/File/01_gen.t
3936            ! lib/Tie/File/02_fetchsize.t lib/Tie/File/03_longfetch.t
3937            ! lib/Tie/File/04_splice.t lib/Tie/File/05_size.t
3938            ! lib/Tie/File/06_fixrec.t lib/Tie/File/07_rv_splice.t
3939            ! lib/Tie/File/08_ro.t lib/Tie/File/09_gen_rs.t
3940            ! lib/Tie/File/10_splice_rs.t lib/Tie/File/11_rv_splice_rs.t
3941            ! lib/Tie/File/12_longfetch_rs.t lib/Tie/File/13_size_rs.t
3942 ____________________________________________________________________________
3943 [ 14918] By: ams                                   on 2002/03/01  02:36:58
3944         Log: Add Tie::File 0.12 from MJD.
3945      Branch: perl
3946            + lib/Tie/File.pm lib/Tie/File/01_gen.t
3947            + lib/Tie/File/02_fetchsize.t lib/Tie/File/03_longfetch.t
3948            + lib/Tie/File/04_splice.t lib/Tie/File/05_size.t
3949            + lib/Tie/File/06_fixrec.t lib/Tie/File/07_rv_splice.t
3950            + lib/Tie/File/08_ro.t lib/Tie/File/09_gen_rs.t
3951            + lib/Tie/File/10_splice_rs.t lib/Tie/File/11_rv_splice_rs.t
3952            + lib/Tie/File/12_longfetch_rs.t lib/Tie/File/13_size_rs.t
3953            ! MANIFEST
3954 ____________________________________________________________________________
3955 [ 14917] By: jhi                                   on 2002/03/01  02:13:24
3956         Log: Encoding name mapping tweaks.
3957      Branch: perl
3958            ! ext/Encode/Encode.pm
3959 ____________________________________________________________________________
3960 [ 14916] By: jhi                                   on 2002/02/28  21:26:07
3961         Log: metaconfig unit change for #14915.
3962      Branch: metaconfig
3963            ! U/modified/Init.U
3964 ____________________________________________________________________________
3965 [ 14915] By: jhi                                   on 2002/02/28  21:25:23
3966         Log: Subject: [PATCH] Configure to correctly recognize Amiga OS
3967              From: Paul_GreenVOS@vos.stratus.com
3968              Date: Thu, 28 Feb 02 15:05 est
3969              Message-Id: <200202282007.PAA11412@mailhub1.stratus.com>
3970      Branch: perl
3971            ! Configure
3972 ____________________________________________________________________________
3973 [ 14914] By: jhi                                   on 2002/02/28  14:10:44
3974         Log: PL_bostr was pointing to the wrong string
3975              (a string left around from the loading of the Unicode \w)
3976              "UTF-8 panic, blocks, coredumps, etc. in debugger with \w and m//g"
3977              http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/2002-01/msg01267.html
3978      Branch: perl
3979            ! regexec.c
3980 ____________________________________________________________________________
3981 [ 14913] By: gbarr                                 on 2002/02/28  13:06:11
3982         Log: Sync with libnet-1.10
3983      Branch: perl
3984            ! lib/Net/ChangeLog.libnet lib/Net/Cmd.pm lib/Net/Config.pm
3985            ! lib/Net/FTP.pm lib/Net/FTP/I.pm lib/Net/NNTP.pm
3986            ! lib/Net/Netrc.pm lib/Net/POP3.pm lib/Net/SMTP.pm
3987            ! lib/Net/t/netrc.t
3988 ____________________________________________________________________________
3989 [ 14912] By: ams                                   on 2002/02/28  13:02:50
3990         Log: Subject: [PATCH] perldelta.pod fixes
3991              From: Autrijus Tang <autrijus@autrijus.org>
3992              Date: Thu, 28 Feb 2002 21:44:15 +0800
3993              Message-Id: <20020228134415.GB16422@not.autrijus.org>
3994      Branch: perl
3995            ! pod/perldelta.pod
3996 ____________________________________________________________________________
3997 [ 14911] By: ams                                   on 2002/02/28  11:31:44
3998         Log: Subject: File::Copy::syscopy doesn't preserve OS attrs on UNIX
3999              From: Stas Bekman <stas@stason.org>
4000              Date: Mon, 04 Feb 2002 16:18:53 +0800
4001              Message-Id: <3C7E1E5F.1000605@stason.org>
4002              (Applied by hand).
4003      Branch: perl
4004            ! lib/File/Copy.pm
4005 ____________________________________________________________________________
4006 [ 14910] By: ams                                   on 2002/02/28  11:26:47
4007         Log: Subject: [PATCH lib/Pod/Html.pm]
4008              From: Stas Bekman <stas@stason.org>
4009              Date: Thu, 28 Feb 2002 20:05:01 +0800
4010              Message-Id: <3C7E1CED.7000307@stason.org>
4011      Branch: perl
4012            ! lib/Pod/Html.pm
4013 ____________________________________________________________________________
4014 [ 14909] By: jhi                                   on 2002/02/28  05:50:24
4015         Log: Tests for #14908.
4016      Branch: perl
4017            ! t/op/pat.t
4018 ____________________________________________________________________________
4019 [ 14908] By: jhi                                   on 2002/02/28  05:43:45
4020         Log: Make shared hash keys to be \0-terminated:
4021              one possible resolution for
4022              "UTF-8, weird \w behaviour after HASH-KEY-ification"
4023              http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/2002-01/msg01327.html
4024              The hash keys were shared (the SvLEN(sv) = 0 was the giveaway).
4025              The hash keys weren't \0-terminated.  This meant that the EOL ($)
4026              in regmatch() got the nextchr beyond the last character.  Since
4027              the keys were UTF-8, the nextchr was \1, not the usual
4028              string-terminating \0.  Wham, no match.
4029              
4030              I think another possible resolution could be to stop the nextchr
4031              computation in regmatch() from peeking beyond the last character
4032              of the string:
4033              
4034              nextchr = locinput < PL_regeol ? UCHARAT(locinput) : 0;
4035      Branch: perl
4036            ! hv.c hv.h
4037 ____________________________________________________________________________
4038 [ 14907] By: jhi                                   on 2002/02/28  03:25:44
4039         Log: Subject: [PATCH] Perl interface to newIO()
4040              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
4041              Date: Wed, 27 Feb 2002 20:15:27 -0800
4042              Message-ID: <f7af8gzkgaET092yn@efn.org>
4043      Branch: perl
4044            ! lib/Symbol.pm
4045 ____________________________________________________________________________
4046 [ 14906] By: jhi                                   on 2002/02/28  00:50:01
4047         Log: The "list" part of
4048              
4049              Subject: [PATCH perlop] .. returns a *list* of *integers*
4050              From: Mike Guy <mjtg@cam.ac.uk>
4051              Date: Tue, 26 Feb 2002 18:30:22 +0000
4052              Message-Id: <E16fmMo-00048Y-00@draco.cus.cam.ac.uk>
4053              
4054              plus few nits.
4055      Branch: perl
4056            ! pod/perlop.pod
4057 ____________________________________________________________________________
4058 [ 14905] By: jhi                                   on 2002/02/27  22:44:52
4059         Log: Subject: [PATCH lib/File/stat.t] Win32 not happy with new test
4060              From: Abe Timmerman <abe@ztreet.demon.nl>
4061              Date: Thu, 28 Feb 2002 00:04:06 +0100
4062              Message-ID: <fhnq7u8ref3nqgsa0p4f9u1v5r3sv3akm1@4ax.com>
4063      Branch: perl
4064            ! lib/File/stat.t
4065 ____________________________________________________________________________
4066 [ 14904] By: pudge                                 on 2002/02/27  21:25:39
4067         Log: Integrate from maintperl.
4068      Branch: maint-5.6/macperl
4069           !> doio.c op.c t/io/open.t t/pragma/strict-subs
4070 ____________________________________________________________________________
4071 [ 14903] By: jhi                                   on 2002/02/27  21:23:14
4072         Log: Upgrade to Math::BigInt 1.53.
4073      Branch: perl
4074            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm
4075            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bare_mbi.t
4076            ! lib/Math/BigInt/t/bigintpm.inc lib/Math/BigInt/t/bigintpm.t
4077            ! lib/Math/BigInt/t/config.t lib/Math/BigInt/t/mbimbf.inc
4078            ! lib/Math/BigInt/t/mbimbf.t lib/Math/BigInt/t/sub_mbi.t
4079            ! lib/Math/BigInt/t/sub_mif.t lib/Math/BigInt/t/upgrade.t
4080 ____________________________________________________________________________
4081 [ 14902] By: jhi                                   on 2002/02/27  21:17:38
4082         Log: Subject: [PATCH] assorted VMS test fix-ups, $Config{prefixexp} revisited
4083              From: "Craig A. Berry" <craigberry@mac.com>
4084              Date: Wed, 27 Feb 2002 15:36:38 -0600
4085              Message-Id: <5.1.0.14.2.20020227152131.01ade728@exchi01>
4086      Branch: perl
4087            ! configure.com ext/Cwd/t/cwd.t lib/ExtUtils/t/Installed.t
4088            ! vms/ext/filespec.t
4089 ____________________________________________________________________________
4090 [ 14901] By: jhi                                   on 2002/02/27  21:14:22
4091         Log: Subject: [PATCH] Some minor changes for Cygwin
4092              From: "Gerrit P. Haase" <gerrit@familiehaase.de>
4093              Date: Wed, 27 Feb 2002 22:25:41 +0100
4094              Message-ID: <14296492589.20020227222541@familiehaase.de>
4095      Branch: perl
4096            ! Makefile.SH README.cygwin cygwin/perlld.in
4097 ____________________________________________________________________________
4098 [ 14900] By: jhi                                   on 2002/02/27  19:06:39
4099         Log: Update the UTF-8 explanation table.
4100      Branch: perl
4101            ! pod/perlunicode.pod utf8.h
4102 ____________________________________________________________________________
4103 [ 14899] By: jhi                                   on 2002/02/27  17:50:09
4104         Log: Repatch from Robin Barker: anon subs in C<package;> are
4105              now __ANON__::__ANON__ (should help for mod_perl package
4106              since #12251)
4107      Branch: perl
4108            ! gv.c op.c t/op/runlevel.t toke.c
4109 ____________________________________________________________________________
4110 [ 14898] By: jhi                                   on 2002/02/27  16:01:47
4111         Log: Update Changes.
4112      Branch: perl
4113            ! Changes patchlevel.h
4114 ____________________________________________________________________________
4115 [ 14897] By: jhi                                   on 2002/02/27  15:26:12
4116         Log: perldelta updates.
4117      Branch: perl
4118            ! pod/perldelta.pod
4119 ____________________________________________________________________________
4120 [ 14896] By: jhi                                   on 2002/02/27  15:23:21
4121         Log: Signedness nit.
4122      Branch: perl
4123            ! regexec.c
4124 ____________________________________________________________________________
4125 [ 14895] By: jhi                                   on 2002/02/27  15:12:36
4126         Log: Subject: Re: Smoke 14870
4127              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
4128              Date: Wed, 27 Feb 2002 16:48:35 +0100
4129              Message-Id: <20020227163729.1D2B.H.M.BRAND@hccnet.nl>
4130              
4131              (with some additional garnish)
4132      Branch: perl
4133            ! README.hpux hints/hpux.sh
4134 ____________________________________________________________________________
4135 [ 14894] By: jhi                                   on 2002/02/27  15:08:06
4136         Log: Avoid PL_OpPtr et al getting unnecessarily (when not used)
4137              into perl.exp in AIX.
4138      Branch: perl
4139            ! makedef.pl perl.h
4140 ____________________________________________________________________________
4141 [ 14893] By: jhi                                   on 2002/02/27  13:49:59
4142         Log: Subject: [PATCH pod/perlrun.pod] Re: [ID 20020227.003] minor text imperfection in perlrun manpage
4143              From: Robin Barker <rmb1@cise.npl.co.uk>
4144              Date: Wed, 27 Feb 2002 14:39:35 GMT
4145              Message-Id: <200202271439.OAA25005@tempest.npl.co.uk>
4146      Branch: perl
4147            ! pod/perlrun.pod
4148 ____________________________________________________________________________
4149 [ 14892] By: jhi                                   on 2002/02/27  13:41:14
4150         Log: Subject: Re: [PATCH @14870] long C<=item>s and other pod->man->troff problems
4151              From: Robin Barker <rmb1@cise.npl.co.uk>
4152              Date: Wed, 27 Feb 2002 12:25:30 GMT
4153              Message-Id: <200202271225.MAA24806@tempest.npl.co.uk>
4154      Branch: perl
4155            ! README.cygwin README.os2 ext/Time/HiRes/HiRes.pm lib/CGI.pm
4156            ! lib/Math/BigInt.pm pod/perl561delta.pod pod/perliol.pod
4157            ! pod/perlunicode.pod pod/perluniintro.pod
4158 ____________________________________________________________________________
4159 [ 14891] By: jhi                                   on 2002/02/27  01:11:13
4160         Log: Only modify LD_LIBRARY_PATH in case there are directories.
4161      Branch: perl
4162            ! hints/dec_osf.sh
4163 ____________________________________________________________________________
4164 [ 14890] By: jhi                                   on 2002/02/27  01:01:11
4165         Log: Subject: [PATCH] perl/hints/vos.sh
4166              From: Paul_GreenVOS@vos.stratus.com
4167              Date: Tue, 26 Feb 02 15:19 est
4168              Message-Id: <200202262021.PAA24979@mailhub1.stratus.com>
4169      Branch: perl
4170            ! hints/vos.sh
4171 ____________________________________________________________________________
4172 [ 14889] By: jhi                                   on 2002/02/27  00:59:33
4173         Log: Forgot from #14888.
4174      Branch: perl
4175            ! ext/Unicode/Normalize/mkheader
4176 ____________________________________________________________________________
4177 [ 14888] By: jhi                                   on 2002/02/27  00:50:55
4178         Log: Unicode::Normalize 0.14 synch, from SADAHIRO Tomoyuki.
4179      Branch: perl
4180            ! ext/Unicode/Normalize/Changes
4181            ! ext/Unicode/Normalize/Normalize.pm
4182            ! ext/Unicode/Normalize/Normalize.xs
4183            ! ext/Unicode/Normalize/README ext/Unicode/Normalize/t/func.t
4184            ! ext/Unicode/Normalize/t/test.t
4185 ____________________________________________________________________________
4186 [ 14887] By: ams                                   on 2002/02/26  23:51:52
4187         Log: Subject: Missing diagnostics
4188              From: Simon Glover <scog@roe.ac.uk>
4189              Date: Tue, 26 Feb 2002 17:56:42 +0000 (BST)
4190              Message-Id: <Pine.GSO.4.10.10202261754170.23317-100000@muinntiarach.roe.ac.uk>
4191              
4192              Subject: [PATCH] Better wording for the lvalue vec diagnostic
4193              From: Simon Glover <scog@roe.ac.uk>
4194              Date: Tue, 26 Feb 2002 18:08:04 +0000 (BST)
4195              Message-Id: <Pine.GSO.4.10.10202261756560.23317-100000@muinntiarach.roe.ac.uk>
4196      Branch: perl
4197            ! doop.c pod/perldiag.pod t/op/vec.t
4198 ____________________________________________________________________________
4199 [ 14886] By: ams                                   on 2002/02/26  15:48:34
4200         Log: Subject: [PATCH] Not OK 5.7.2@14884
4201              From: andreas.koenig@anima.de (Andreas J. Koenig)
4202              Date: Tue, 26 Feb 2002 15:03:55 +0100
4203              Message-Id: <m38z9gfigk.fsf@anima.de>
4204      Branch: perl
4205            ! t/lib/access.t
4206 ____________________________________________________________________________
4207 [ 14885] By: nick                                  on 2002/02/26  13:48:55
4208         Log: Integrate mainline
4209      Branch: perlio
4210           +> lib/Math/BigInt/t/bare_mbf.t lib/Math/BigInt/t/config.t
4211           +> lib/Math/BigInt/t/constant.t lib/Math/BigInt/t/inf_nan.t
4212           +> lib/Math/BigInt/t/upgrade.inc lib/Math/BigInt/t/upgrade.t
4213            - NetWare/t/NWModify-Exist.pl NetWare/t/NWScripts-Exist.pl
4214           !> (integrate 102 files)
4215 ____________________________________________________________________________
4216 [ 14884] By: jhi                                   on 2002/02/26  11:17:42
4217         Log: Cray FP strikes again: things like 1.1 + 0.1 are easily
4218              1.1999999999999996, or thereabouts (yes, even sprintf).
4219      Branch: perl
4220            ! t/base/num.t
4221 ____________________________________________________________________________
4222 [ 14883] By: jhi                                   on 2002/02/26  11:09:07
4223         Log: Neither.
4224      Branch: perl
4225            ! pod/perldelta.pod
4226 ____________________________________________________________________________
4227 [ 14882] By: ams                                   on 2002/02/26  08:46:55
4228         Log: Subject: [PATCH hv.c pod/perldiag.pod] "Attempt to access to key"?
4229              From: Michael G Schwern <schwern@pobox.com>
4230              Date: Tue, 26 Feb 2002 01:01:28 -0500
4231              Message-Id: <20020226060128.GA2439@blackrider>
4232      Branch: perl
4233            ! hv.c pod/perldiag.pod
4234 ____________________________________________________________________________
4235 [ 14881] By: jhi                                   on 2002/02/26  03:01:28
4236         Log: Subject: [PATCH B::Concise] docs, typos
4237              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
4238              Date: Mon, 25 Feb 2002 16:41:16 +0100
4239              Message-ID: <20020225164116.A1054@rafael>
4240      Branch: perl
4241            ! ext/B/B/Concise.pm
4242 ____________________________________________________________________________
4243 [ 14880] By: jhi                                   on 2002/02/26  02:36:16
4244         Log: POSIX: add isatty to @EXPORT_OK, reformat.
4245      Branch: perl
4246            ! ext/POSIX/POSIX.pm
4247 ____________________________________________________________________________
4248 [ 14879] By: jhi                                   on 2002/02/26  01:03:17
4249         Log: If using -Dloclibpth=... the directories need to
4250              be appended to LD_LIBRARY_PATH (and ickily, if those
4251              directories contain a (newer?) libdb.so, we need to
4252              prepend    /usr/shlib to loclibpth).
4253      Branch: perl
4254            ! hints/dec_osf.sh
4255 ____________________________________________________________________________
4256 [ 14878] By: jhi                                   on 2002/02/26  01:01:13
4257         Log: Subject: [PATCH] Perl interface to newIO()
4258              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)      
4259              Date: Mon, 25 Feb 2002 15:04:57 -0800
4260              Message-ID: <ZMse8gzkg6oQ092yn@efn.org>
4261      Branch: perl
4262            ! lib/Symbol.pm lib/Symbol.t
4263 ____________________________________________________________________________
4264 [ 14877] By: jhi                                   on 2002/02/26  00:06:16
4265         Log: Subject: [PATCH perlvar] "." is not in @INC when -T
4266              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>    
4267              Date: Mon, 25 Feb 2002 21:58:30 +0100
4268              Message-ID: <20020225215830.A744@rafael>
4269      Branch: perl
4270            ! pod/perlvar.pod
4271 ____________________________________________________________________________
4272 [ 14876] By: jhi                                   on 2002/02/25  22:23:11
4273         Log: Big5 tweaks from Autrijus Tang.
4274      Branch: perl
4275            ! ext/Encode/Encode/big5.enc
4276 ____________________________________________________________________________
4277 [ 14875] By: jhi                                   on 2002/02/25  22:19:56
4278         Log: Subject: [PATCH Glossary configpm] cleanups
4279              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
4280              Date: Mon, 25 Feb 2002 23:27:15 +0100
4281              Message-ID: <20020225232715.C744@rafael>
4282      Branch: perl
4283            ! Porting/Glossary Porting/config.sh Porting/config_H configpm
4284 ____________________________________________________________________________
4285 [ 14874] By: jhi                                   on 2002/02/25  21:53:29
4286         Log: Subject: [PATCH] compile warnings (was Re: Smoke 14756 /pro/3gl/CPAN/perl-current)
4287              From: Nicholas Clark <nick@unfortu.net>
4288              Date: Mon, 25 Feb 2002 21:53:24 +0000
4289              Message-ID: <20020225215323.GN365@Bagpuss.unfortu.net>
4290      Branch: perl
4291            ! ext/Encode/CN/Makefile.PL ext/Encode/JP/Makefile.PL
4292            ! ext/Encode/KR/Makefile.PL ext/Encode/Makefile.PL
4293            ! ext/Encode/TW/Makefile.PL ext/Encode/compile
4294 ____________________________________________________________________________
4295 [ 14873] By: jhi                                   on 2002/02/25  21:28:54
4296         Log: Upgrade to I18N::LangTags 0.27.
4297              (Causes one flipflop back to perl.com URL, must poke Sean.)
4298      Branch: perl
4299            ! lib/I18N/LangTags.pm lib/I18N/LangTags/ChangeLog
4300            ! lib/I18N/LangTags/List.pm
4301 ____________________________________________________________________________
4302 [ 14872] By: jhi                                   on 2002/02/25  21:22:32
4303         Log: Upgrade to Getopt::Long 2.28.
4304      Branch: perl
4305            ! lib/Getopt/Long.pm lib/Getopt/Long/CHANGES
4306            ! lib/Getopt/Long/README
4307 ____________________________________________________________________________
4308 [ 14871] By: jhi                                   on 2002/02/25  19:46:35
4309         Log: No =head.
4310      Branch: perl
4311            ! pod/perlebcdic.pod
4312 ____________________________________________________________________________
4313 [ 14870] By: jhi                                   on 2002/02/25  15:02:50
4314         Log: Update Changes.
4315      Branch: perl
4316            ! Changes patchlevel.h
4317 ____________________________________________________________________________
4318 [ 14869] By: jhi                                   on 2002/02/25  14:54:00
4319         Log: metaconfig unit change for #14868.
4320      Branch: metaconfig
4321            ! U/modified/Chk_MANI.U
4322 ____________________________________________________________________________
4323 [ 14868] By: jhi                                   on 2002/02/25  14:53:43
4324         Log: Some hosts understand split -l 50, some only split -50
4325              (from Paul Eggert).
4326      Branch: perl
4327            ! Configure
4328 ____________________________________________________________________________
4329 [ 14867] By: jhi                                   on 2002/02/25  14:44:07
4330         Log: Subject: Re: [PATCH bleadperl] socketpair.t
4331              From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu>
4332              Date: Sun, 24 Feb 2002 10:31:25 +0100
4333              Message-ID: <179381153.20020224103125@tesla.rcub.bg.ac.yu>
4334              
4335              (the pid half only)
4336      Branch: perl
4337            ! win32/win32.c
4338 ____________________________________________________________________________
4339 [ 14866] By: jhi                                   on 2002/02/25  14:35:19
4340         Log: Mention the new pack tricks.
4341      Branch: perl
4342            ! pod/perldelta.pod
4343 ____________________________________________________________________________
4344 [ 14865] By: jhi                                   on 2002/02/25  14:30:28
4345         Log: Subject: [PATCH] consistent commands for perl5db.pl etc.
4346              From: Richard.Foley@t-online.de (Richard Foley)
4347              Date: Mon, 25 Feb 2002 13:47:03 +0100
4348              Message-ID: <16fJgP-1mbVeSC@fwd04.sul.t-online.com>
4349      Branch: perl
4350            ! lib/perl5db.pl pod/perldebguts.pod pod/perldebtut.pod
4351            ! pod/perldebug.pod pod/perldelta.pod
4352 ____________________________________________________________________________
4353 [ 14864] By: jhi                                   on 2002/02/25  13:51:32
4354         Log: Typo corrections from John P. Linderman.
4355      Branch: perl
4356            ! ext/IPC/SysV/Semaphore.pm
4357 ____________________________________________________________________________
4358 [ 14863] By: jhi                                   on 2002/02/25  13:49:32
4359         Log: Upgrade to Math::BigInt 1.52.
4360      Branch: perl
4361            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm
4362            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bare_mbf.t
4363            ! lib/Math/BigInt/t/bigfltpm.inc lib/Math/BigInt/t/bigfltpm.t
4364            ! lib/Math/BigInt/t/config.t lib/Math/BigInt/t/inf_nan.t
4365            ! lib/Math/BigInt/t/sub_mbf.t t/lib/Math/BigFloat/Subclass.pm
4366 ____________________________________________________________________________
4367 [ 14862] By: ams                                   on 2002/02/25  10:39:40
4368         Log: Subject: [PATCH Cwd.pm] cut-n-paste error?
4369              From: Robin Barker <rmb1@cise.npl.co.uk>
4370              Date: Mon, 25 Feb 2002 11:35:06 GMT
4371              Message-Id: <200202251135.LAA00573@tempest.npl.co.uk>
4372              
4373              Subject: [PATCH Net/Cmd.pm]
4374              From: Robin Barker <rmb1@cise.npl.co.uk>
4375              Date: Mon, 25 Feb 2002 11:37:06 GMT
4376              Message-Id: <200202251137.LAA00579@tempest.npl.co.uk>
4377      Branch: perl
4378            ! lib/Cwd.pm lib/Net/Cmd.pm
4379 ____________________________________________________________________________
4380 [ 14861] By: jhi                                   on 2002/02/25  03:40:45
4381         Log: Cut-and-paste errors.
4382      Branch: perl
4383            ! t/op/pat.t
4384 ____________________________________________________________________________
4385 [ 14860] By: jhi                                   on 2002/02/25  03:36:24
4386         Log: EBCDIC: the control characters are not that easy to find.
4387      Branch: perl
4388            ! t/op/pat.t
4389 ____________________________________________________________________________
4390 [ 14859] By: jhi                                   on 2002/02/25  03:02:23
4391         Log: Subject: Re: [PATCH] Re: Copying PV only with possible UTF-8 characters
4392              From: John Peacock <jpeacock@rowman.com>
4393              Date: Sun, 24 Feb 2002 22:08:28 -0500
4394              Message-ID: <3C79AAAC.6060903@rowman.com>
4395      Branch: perl
4396            ! sv.c
4397 ____________________________________________________________________________
4398 [ 14858] By: jhi                                   on 2002/02/25  00:01:13
4399         Log: SvSetSV() is not returnable, but that's okay since
4400              sv_copypv() returns void.
4401      Branch: perl
4402            ! sv.c
4403 ____________________________________________________________________________
4404 [ 14857] By: jhi                                   on 2002/02/24  23:33:33
4405         Log: Subject: [PATCH] Re: Copying PV only with possible UTF-8 characters
4406              From: John Peacock <jpeacock@rowman.com>                 
4407              Date: Sun, 24 Feb 2002 16:40:07 -0500
4408              Message-ID: <3C795DB7.40105@rowman.com>               
4409      Branch: perl
4410            ! embed.fnc embed.h global.sym lib/overload.t pod/perlapi.pod
4411            ! pp_hot.c proto.h sv.c
4412 ____________________________________________________________________________
4413 [ 14856] By: jhi                                   on 2002/02/24  20:15:51
4414         Log: Tiny code cleanup.
4415      Branch: perl
4416            ! regexec.c
4417 ____________________________________________________________________________
4418 [ 14855] By: jhi                                   on 2002/02/24  19:49:01
4419         Log: Use to_uni_fold().
4420      Branch: perl
4421            ! regcomp.c
4422 ____________________________________________________________________________
4423 [ 14854] By: jhi                                   on 2002/02/24  19:45:43
4424         Log: Document the new taint behaviour of exec LIST and
4425              system LIST.
4426      Branch: perl
4427            ! pod/perldelta.pod
4428 ____________________________________________________________________________
4429 [ 14853] By: jhi                                   on 2002/02/24  18:28:31
4430         Log: Subject: [PATCH] Re: taint news
4431              From: Rick Delaney <rick.delaney@rogers.com>             
4432              Date: 24 Feb 2002 11:35:00 -0500
4433              Message-ID: <m3d6yuvnwr.fsf@cs839290-a.mtth.phub.net.cable.rogers.com>
4434      Branch: perl
4435            ! pod/perldiag.pod pod/perlsec.pod pp_sys.c t/op/taint.t
4436 ____________________________________________________________________________
4437 [ 14852] By: jhi                                   on 2002/02/24  18:20:55
4438         Log: EBCDIC tweak (native instead of uni) and comment update.
4439      Branch: perl
4440            ! regexec.c
4441 ____________________________________________________________________________
4442 [ 14851] By: jhi                                   on 2002/02/24  13:02:53
4443         Log: Using uninitialized (and wrong) variables is not good.
4444      Branch: perl
4445            ! regcomp.c
4446 ____________________________________________________________________________
4447 [ 14850] By: jhi                                   on 2002/02/24  05:28:15
4448         Log: EBCDIC: this seems to calm the last of the
4449              Malformed UTF-8 warnings.
4450      Branch: perl
4451            ! regcomp.c utf8.c
4452 ____________________________________________________________________________
4453 [ 14849] By: jhi                                   on 2002/02/23  23:35:03
4454         Log: EBCDIC: document using Encode for character conversions.
4455      Branch: perl
4456            ! pod/perlebcdic.pod
4457 ____________________________________________________________________________
4458 [ 14848] By: jhi                                   on 2002/02/23  23:20:57
4459         Log: EBCDIC: disable also Unicode::Collate and
4460              Unicode::Normalize for now.  Real users of
4461              EBCDIC have to decide what they want.
4462      Branch: perl
4463            ! ext/Unicode/Normalize/Normalize.pm
4464            ! ext/Unicode/Normalize/t/func.t ext/Unicode/Normalize/t/norm.t
4465            ! ext/Unicode/Normalize/t/test.t lib/Unicode/Collate.pm
4466            ! lib/Unicode/Collate/t/test.t
4467 ____________________________________________________________________________
4468 [ 14847] By: jhi                                   on 2002/02/23  20:12:21
4469         Log: AUTHORS updates.
4470      Branch: perl
4471            ! AUTHORS
4472 ____________________________________________________________________________
4473 [ 14846] By: jhi                                   on 2002/02/23  20:05:10
4474         Log: Retract #14571: there may be a better solution than
4475              tweaking the test.
4476      Branch: perl
4477            ! ext/Unicode/Normalize/t/func.t ext/Unicode/Normalize/t/norm.t
4478 ____________________________________________________________________________
4479 [ 14845] By: jhi                                   on 2002/02/23  19:15:32
4480         Log: Subject: [PATCH @14833] $Config{prefixexp} for VMS                
4481              From: "Craig A. Berry" <craigberry@mac.com> 
4482              Date: Sat, 23 Feb 2002 14:14:35 -0600
4483              Message-Id: <a05101400b89d8666cc6c@[192.168.56.188]>         
4484      Branch: perl
4485            ! configure.com
4486 ____________________________________________________________________________
4487 [ 14844] By: jhi                                   on 2002/02/23  18:37:14
4488         Log: metaconfig unit change for #14843.
4489      Branch: metaconfig/U/perl
4490            ! Extensions.U
4491 ____________________________________________________________________________
4492 [ 14843] By: jhi                                   on 2002/02/23  18:36:43
4493         Log: Also Encode/JP needs to be listed explicitly.
4494              (Any other sub-Encode extensions?)
4495      Branch: perl
4496            ! Configure
4497 ____________________________________________________________________________
4498 [ 14842] By: jhi                                   on 2002/02/23  18:17:07
4499         Log: Document known UNICOS/mk deficiency.
4500      Branch: perl
4501            ! pod/perldelta.pod
4502 ____________________________________________________________________________
4503 [ 14841] By: jhi                                   on 2002/02/23  16:29:49
4504         Log: Subject: [PATCH] README mention version 5.0
4505              From: Autrijus Tang <autrijus@autrijus.org>
4506              Date: Sat, 23 Feb 2002 09:35:22 +0800
4507              Message-ID: <20020223013522.GA8694@not.autrijus.org>
4508      Branch: perl
4509            ! README
4510 ____________________________________________________________________________
4511 [ 14840] By: jhi                                   on 2002/02/23  03:32:59
4512         Log: metaconfig unit change for #14839.
4513      Branch: metaconfig
4514            ! U/modified/Signal.U
4515 ____________________________________________________________________________
4516 [ 14839] By: jhi                                   on 2002/02/23  03:32:32
4517         Log: Old hosts like NeXT Classic don't have sort -k,
4518              from Paul Eggert.
4519      Branch: perl
4520            ! Configure
4521 ____________________________________________________________________________
4522 [ 14838] By: ams                                   on 2002/02/22  21:14:29
4523         Log: Minor clarifications as suggested by Anton Tagunov.
4524      Branch: perl
4525            ! pod/perlsyn.pod
4526 ____________________________________________________________________________
4527 [ 14837] By: ams                                   on 2002/02/22  21:07:02
4528         Log: Subject: [PATCH] Re: Prototype checking on assignment of coderef to typeglob
4529              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
4530              Date: Fri, 22 Feb 2002 23:01:07 +0100
4531              Message-Id: <20020222230107.A15069@rafael>
4532      Branch: perl
4533            ! sv.c t/op/gv.t
4534 ____________________________________________________________________________
4535 [ 14836] By: jhi                                   on 2002/02/22  20:39:11
4536         Log: metaconfig unit change for #14835.
4537      Branch: metaconfig
4538            ! U/modified/Chk_MANI.U
4539 ____________________________________________________________________________
4540 [ 14835] By: jhi                                   on 2002/02/22  20:38:32
4541         Log: In AIX the split(1) default (1000 lines) chokes the /usr/bin/ls.
4542      Branch: perl
4543            ! Configure
4544 ____________________________________________________________________________
4545 [ 14834] By: jhi                                   on 2002/02/22  18:06:01
4546         Log: Subject: [PATCH] Re: Pyrrhic compression in Encode
4547              From: Michael G Schwern <schwern@pobox.com>
4548              Date: Fri, 22 Feb 2002 12:10:28 -0500
4549              Message-ID: <20020222171027.GB4181@blackrider>
4550      Branch: perl
4551            ! ext/Encode/compile
4552 ____________________________________________________________________________
4553 [ 14833] By: jhi                                   on 2002/02/22  14:51:17
4554         Log: Update Changes.
4555      Branch: perl
4556            ! Changes patchlevel.h
4557 ____________________________________________________________________________
4558 [ 14832] By: jhi                                   on 2002/02/22  14:25:18
4559         Log: Implement IV/UV/NV/long double pack/unpack with
4560              template letters j/J/F/D (the latter two have been
4561              undocumented aliases of f/d).
4562      Branch: perl
4563            ! pod/perlfunc.pod pod/perltodo.pod pp_pack.c t/op/pack.t
4564 ____________________________________________________________________________
4565 [ 14831] By: jhi                                   on 2002/02/22  13:47:08
4566         Log: Subject: Re: [PATCH++] Re: [PATCH] go faster for Encode's compile
4567              From: Nicholas Clark <nick@unfortu.net>
4568              Date: Fri, 22 Feb 2002 14:01:25 +0000
4569              Message-ID: <20020222140123.GD358@Bagpuss.unfortu.net>
4570      Branch: perl
4571            ! ext/Encode/compile
4572 ____________________________________________________________________________
4573 [ 14830] By: jhi                                   on 2002/02/22  13:44:27
4574         Log: NetWare change from Ananth Kesari.
4575      Branch: perl
4576            - NetWare/t/NWModify-Exist.pl NetWare/t/NWScripts-Exist.pl
4577            ! MANIFEST
4578 ____________________________________________________________________________
4579 [ 14829] By: jhi                                   on 2002/02/22  13:42:42
4580         Log: Subject: [PATCH @14577] pack with a human face: part ]|[
4581              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
4582              Date: Fri, 22 Feb 2002 03:55:13 -0500
4583              Message-ID: <20020222035513.A894@math.ohio-state.edu>
4584      Branch: perl
4585            ! pod/perlfunc.pod pp_pack.c t/op/pack.t
4586 ____________________________________________________________________________
4587 [ 14828] By: jhi                                   on 2002/02/22  13:19:19
4588         Log: EBCDIC: Disable Encode::JP and Encode::Tcl for now.
4589      Branch: perl
4590            ! ext/Encode/JP/JP.pm ext/Encode/lib/Encode/Tcl.pm
4591 ____________________________________________________________________________
4592 [ 14827] By: jhi                                   on 2002/02/22  13:11:00
4593         Log: Make measure_struct a file static.
4594      Branch: perl
4595            ! pp_pack.c
4596 ____________________________________________________________________________
4597 [ 14826] By: jhi                                   on 2002/02/22  04:30:27
4598         Log: EBCDIC: someone who knows what they are doing
4599              and whether it is possible at all in the first
4600              place needs to figure these tests out on EBCDIC.
4601              The CJK encodings heavily abuse their knowledge
4602              of ASCII and that may require a translation layer
4603              or four to survive UTF-EBCDIC.
4604      Branch: perl
4605            ! ext/Encode/t/JP.t ext/Encode/t/Tcl.t
4606 ____________________________________________________________________________
4607 [ 14825] By: jhi                                   on 2002/02/22  02:43:03
4608         Log: croak() needs context.
4609      Branch: perl
4610            ! pp_pack.c
4611 ____________________________________________________________________________
4612 [ 14824] By: jhi                                   on 2002/02/22  01:56:06
4613         Log: Subject: [PATCH @14577] pack with a human face: the sequel
4614              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
4615              Date: Thu, 21 Feb 2002 21:33:37 -0500
4616              Message-ID: <20020221213337.A23848@math.ohio-state.edu>
4617      Branch: perl
4618            ! embed.fnc embed.h pod/perldiag.pod pod/perlfunc.pod pp_pack.c
4619            ! proto.h t/op/pack.t
4620 ____________________________________________________________________________
4621 [ 14823] By: jhi                                   on 2002/02/22  00:38:19
4622         Log: Subject: [PATCH+=2] Re: [PATCH++] Re: [PATCH] go faster for Encode's compile
4623              From: Nicholas Clark <nick@unfortu.net> 
4624              Date: Fri, 22 Feb 2002 00:49:44 +0000
4625              Message-ID: <20020222004943.GK394@Bagpuss.unfortu.net>
4626      Branch: perl
4627            ! ext/Encode/compile
4628 ____________________________________________________________________________
4629 [ 14822] By: jhi                                   on 2002/02/21  22:42:17
4630         Log: Test for #14795.
4631      Branch: perl
4632            ! t/op/pat.t
4633 ____________________________________________________________________________
4634 [ 14821] By: jhi                                   on 2002/02/21  22:05:20
4635         Log: Testing for ASCII in EBCDIC makes one's brain hurt.
4636      Branch: perl
4637            ! t/op/pat.t
4638 ____________________________________________________________________________
4639 [ 14820] By: jhi                                   on 2002/02/21  21:53:00
4640         Log: Subject: [PATCH] next batch of bugfixes
4641              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
4642              Date: Thu, 21 Feb 2002 23:54:41 +0100
4643              Message-ID: <20020221235441.A17260@rafael>
4644      Branch: perl
4645            ! ext/B/B/Deparse.pm
4646 ____________________________________________________________________________
4647 [ 14819] By: jhi                                   on 2002/02/21  21:06:54
4648         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)
4649              From: chromatic <chromatic@rmci.net>
4650              Date: Thu, 21 Feb 2002 14:17:35 -0700
4651              Message-ID: <20020221211823.80922.qmail@onion.perl.org>
4652      Branch: perl
4653            ! lib/File/stat.pm lib/File/stat.t
4654 ____________________________________________________________________________
4655 [ 14818] By: jhi                                   on 2002/02/21  21:01:36
4656         Log: Externalization from Jatan Shah <jshah@broadcom.com>.
4657      Branch: perl
4658            ! ext/re/re.xs
4659 ____________________________________________________________________________
4660 [ 14817] By: jhi                                   on 2002/02/21  20:02:27
4661         Log: Upgrade to Math::BigInt 1.51.
4662      Branch: perl
4663            + lib/Math/BigInt/t/bare_mbf.t lib/Math/BigInt/t/config.t
4664            + lib/Math/BigInt/t/constant.t lib/Math/BigInt/t/inf_nan.t
4665            + lib/Math/BigInt/t/upgrade.inc lib/Math/BigInt/t/upgrade.t
4666            ! MANIFEST lib/Math/BigFloat.pm lib/Math/BigInt.pm
4667            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bare_mbi.t
4668            ! lib/Math/BigInt/t/bigfltpm.inc lib/Math/BigInt/t/bigfltpm.t
4669            ! lib/Math/BigInt/t/bigintc.t lib/Math/BigInt/t/bigintpm.inc
4670            ! lib/Math/BigInt/t/bigintpm.t lib/Math/BigInt/t/calling.t
4671            ! lib/Math/BigInt/t/mbimbf.inc lib/Math/BigInt/t/mbimbf.t
4672            ! lib/Math/BigInt/t/require.t lib/Math/BigInt/t/sub_mbf.t
4673            ! lib/Math/BigInt/t/sub_mbi.t lib/Math/BigInt/t/sub_mif.t
4674            ! t/lib/Math/BigFloat/Subclass.pm t/lib/Math/BigInt/Subclass.pm
4675 ____________________________________________________________________________
4676 [ 14816] By: jhi                                   on 2002/02/21  19:33:01
4677         Log: Subject: Re: [PATCH] 'make clobber' on Cygwin broken
4678              From: "Gerrit P. Haase" <gp@familiehaase.de>
4679              Date: Thu, 21 Feb 2002 21:20:25 +0100
4680              Message-ID: <69510538936.20020221212025@familiehaase.de>
4681      Branch: perl
4682            ! Makefile.SH
4683 ____________________________________________________________________________
4684 [ 14815] By: jhi                                   on 2002/02/21  17:28:23
4685         Log: Subject: [PATCH @14577] grouping in pack/unpack
4686              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
4687              Date: Thu, 21 Feb 2002 06:06:14 -0500
4688              Message-ID: <20020221060614.A29836@math.ohio-state.edu>
4689      Branch: perl
4690            ! embed.fnc embed.h global.sym pod/perldiag.pod pod/perlfunc.pod
4691            ! pod/perltodo.pod pp_pack.c proto.h t/op/pack.t
4692 ____________________________________________________________________________
4693 [ 14814] By: jhi                                   on 2002/02/21  15:41:10
4694         Log: Subject: [PATCH propose] question about fs.t
4695              From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu>
4696              Date: Thu, 21 Feb 2002 15:10:21 +0100
4697              Message-ID: <725805519.20020221151021@tesla.rcub.bg.ac.yu>
4698      Branch: perl
4699            ! t/io/fs.t
4700 ____________________________________________________________________________
4701 [ 14813] By: jhi                                   on 2002/02/21  15:37:44
4702         Log: Subject: [PATCH] 'make clobber' on Cygwin broken    
4703              From: "Gerrit P. Haase" <gerrit@familiehaase.de>         
4704              Date: Thu, 21 Feb 2002 09:54:28 +0100
4705              Message-ID: <13576559576.20020221095428@familiehaase.de>     
4706      Branch: perl
4707            ! Makefile.SH
4708 ____________________________________________________________________________
4709 [ 14812] By: ams                                   on 2002/02/21  14:59:09
4710         Log: Subject: typo correction
4711              From: mjd@plover.com
4712              Date: 21 Feb 2002 15:43:49 -0000
4713              Message-Id: <20020221154349.22772.qmail@plover.com>
4714      Branch: perl
4715            ! pod/perldebug.pod
4716 ____________________________________________________________________________
4717 [ 14811] By: ams                                   on 2002/02/21  14:02:12
4718         Log: Subject: [PATCH] No OPf_SPECIAL on OP_ENTERSUB when readline() is overriden
4719              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
4720              Date: Thu, 21 Feb 2002 15:22:22 +0100
4721              Message-Id: <20020221152222.A15095@rafael>
4722      Branch: perl
4723            ! op.h toke.c
4724 ____________________________________________________________________________
4725 [ 14810] By: ams                                   on 2002/02/21  12:45:28
4726         Log: Subject: [PATCH @14577] cosmetic OS/2 patches
4727              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
4728              Date: Thu, 21 Feb 2002 06:02:48 -0500
4729              Message-Id: <20020221060248.A29705@math.ohio-state.edu>
4730      Branch: perl
4731            ! lib/ExtUtils/Mksymlists.pm makedef.pl
4732 ____________________________________________________________________________
4733 [ 14809] By: nick                                  on 2002/02/21  09:31:08
4734         Log: Integrate mainline
4735      Branch: perlio
4736           +> lib/Pod/t/Select.t
4737           !> (integrate 37 files)
4738 ____________________________________________________________________________
4739 [ 14808] By: jhi                                   on 2002/02/21  05:33:27
4740         Log: metaconfig unit change for #14807.
4741      Branch: metaconfig
4742            ! U/modified/Signal.U
4743 ____________________________________________________________________________
4744 [ 14807] By: jhi                                   on 2002/02/21  05:33:07
4745         Log: Revert #14805, didn't quite work.
4746      Branch: perl
4747            ! Configure config_h.SH
4748 ____________________________________________________________________________
4749 [ 14806] By: jhi                                   on 2002/02/21  05:21:52
4750         Log: metaconfig changes for #14805.
4751      Branch: metaconfig
4752            ! U/modified/Signal.U dist-3.0at70b/kit/makeSH
4753 ____________________________________________________________________________
4754 [ 14805] By: jhi                                   on 2002/02/21  05:21:21
4755         Log: Subject: Re: [ID 20020220.002] Perl 5.7.2 porting patches for POSIX 1003.1-2001 hosts 
4756              From: Paul Eggert <eggert@twinsun.com>
4757              Date: Wed, 20 Feb 2002 11:23:04 -0800 (PST)
4758              Message-Id: <200202201923.g1KJN4d06394@shade.twinsun.com>
4759      Branch: perl
4760            ! Configure config_h.SH
4761 ____________________________________________________________________________
4762 [ 14804] By: jhi                                   on 2002/02/21  04:56:05
4763         Log: More advice.
4764      Branch: perl
4765            ! README.os390
4766 ____________________________________________________________________________
4767 [ 14803] By: jhi                                   on 2002/02/21  04:40:37
4768         Log: Missing MANIFESTation.
4769      Branch: perl
4770            ! MANIFEST
4771 ____________________________________________________________________________
4772 [ 14802] By: ams                                   on 2002/02/20  22:55:25
4773         Log: Subject: [PATCH] Add missing Tolkien quotes to *.c
4774              From: Autrijus Tang <autrijus@autrijus.org>
4775              Date: Thu, 21 Feb 2002 07:13:12 +0800
4776              Message-Id: <20020220231312.GA775@not.autrijus.org>
4777      Branch: perl
4778            ! globals.c malloc.c perlio.c pp_pack.c universal.c xsutils.c
4779 ____________________________________________________________________________
4780 [ 14801] By: ams                                   on 2002/02/20  22:27:20
4781         Log: Subject: Re: Make Schwern poor in just 20 easy steps!
4782              From: Abe Timmerman <abe@ztreet.demon.nl>
4783              Date: Thu, 21 Feb 2002 00:20:40 +0100
4784              Message-Id: <dgb87ukjfanphg45i4skobhe40s1g4sujj@4ax.com>
4785      Branch: perl
4786            + lib/Pod/t/Select.t
4787 ____________________________________________________________________________
4788 [ 14800] By: jhi                                   on 2002/02/20  22:15:23
4789         Log: In EBCDIC the UNI_TO_NATIVE() macro evaluates its argument
4790              twice, causing the loop to skip every other character.
4791      Branch: perl
4792            ! utf8.c
4793 ____________________________________________________________________________
4794 [ 14799] By: jhi                                   on 2002/02/20  21:43:21
4795         Log: Better debugging info.
4796      Branch: perl
4797            ! t/uni/case.pl
4798 ____________________________________________________________________________
4799 [ 14798] By: jhi                                   on 2002/02/20  21:13:50
4800         Log: Subject: [PATCH++] Re: [PATCH] go faster for Encode's compile
4801              From: Nicholas Clark <nick@unfortu.net>
4802              Date: Wed, 20 Feb 2002 22:13:05 +0000
4803              Message-ID: <20020220221304.GE371@Bagpuss.unfortu.net>
4804      Branch: perl
4805            ! ext/Encode/compile
4806 ____________________________________________________________________________
4807 [ 14797] By: jhi                                   on 2002/02/20  18:31:14
4808         Log: Subject: Re: [ID 20020220.002] Perl 5.7.2 porting patches for POSIX 1003.1-2001 hosts
4809              From: Paul Eggert <eggert@twinsun.com>
4810              Date: Wed, 20 Feb 2002 11:29:30 -0800 (PST)
4811              Message-Id: <200202201929.g1KJTUb06403@shade.twinsun.com>
4812      Branch: perl
4813            ! pod/perlhack.pod
4814 ____________________________________________________________________________
4815 [ 14796] By: nick                                  on 2002/02/20  18:15:00
4816         Log: Integrate mainline
4817      Branch: perlio
4818           +> lib/Locale/Codes/ChangeLog lib/Locale/Codes/README
4819           +> lib/Locale/Codes/t/script.t lib/Locale/Constants.pod
4820           +> lib/Locale/Country.pod lib/Locale/Currency.pod
4821           +> lib/Locale/Language.pod lib/Locale/Script.pm
4822           +> lib/Locale/Script.pod t/uni/case.pl t/uni/lower.t
4823           +> t/uni/title.t t/uni/upper.t
4824           !> (integrate 41 files)
4825 ____________________________________________________________________________
4826 [ 14795] By: ams                                   on 2002/02/20  17:08:38
4827         Log: Subject: Re: Re-posts of some unresolved bleadperl bugreports
4828              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
4829              Date: Wed, 20 Feb 2002 18:06:59 +0000
4830              Message-Id: <200202201807.g1KI6xj08220@crypt.compulink.co.uk>
4831      Branch: perl
4832            ! pp_ctl.c
4833 ____________________________________________________________________________
4834 [ 14794] By: ams                                   on 2002/02/20  16:41:56
4835         Log: Subject: [PATCH] perl/Makefile.SH -- care with question mark
4836              From: Paul_GreenVOS@vos.stratus.com
4837              Date: Wed, 20 Feb 02 12:21 est
4838              Message-Id: <200202201723.MAA24639@mailhub1.stratus.com>
4839      Branch: perl
4840            ! Makefile.SH
4841 ____________________________________________________________________________
4842 [ 14793] By: jhi                                   on 2002/02/20  16:26:56
4843         Log: Forgot from #14790.
4844      Branch: perl
4845            ! pp_pack.c
4846 ____________________________________________________________________________
4847 [ 14792] By: jhi                                   on 2002/02/20  16:23:00
4848         Log: Update Changes.
4849      Branch: perl
4850            ! Changes patchlevel.h
4851 ____________________________________________________________________________
4852 [ 14791] By: jhi                                   on 2002/02/20  15:24:19
4853         Log: Integrate change #14778 from maintperl.
4854      Branch: perl
4855            ! t/lib/strict/subs
4856           !> op.c
4857 ____________________________________________________________________________
4858 [ 14790] By: jhi                                   on 2002/02/20  15:08:06
4859         Log: Subject: Re: [ID 20020220.001] pack w with objects
4860              From: Ulrich Pfeifer <upf@de.uu.net>
4861              Date: 20 Feb 2002 11:21:15 +0100
4862              Message-ID: <p5g03wcv38.fsf@de.uu.net>
4863      Branch: perl
4864            ! t/op/pack.t
4865 ____________________________________________________________________________
4866 [ 14789] By: jhi                                   on 2002/02/20  15:05:54
4867         Log: Subject: Re: [PATCH] go faster for Encode's compile
4868              From: Nicholas Clark <nick@unfortu.net> 
4869              Date: Tue, 19 Feb 2002 23:38:36 +0000
4870              Message-ID: <20020219233836.GG464@Bagpuss.unfortu.net>
4871      Branch: perl
4872            ! ext/Encode/compile
4873 ____________________________________________________________________________
4874 [ 14788] By: jhi                                   on 2002/02/20  15:02:31
4875         Log: Regen Glossary.
4876      Branch: perl
4877            ! Porting/Glossary Porting/config.sh Porting/config_H
4878 ____________________________________________________________________________
4879 [ 14787] By: jhi                                   on 2002/02/20  14:57:37
4880         Log: metaconfig unit change for #14786 (not visible yet,
4881              since Glossary needs regenerating)
4882      Branch: metaconfig
4883            ! U/compline/d_gconvert.U
4884 ____________________________________________________________________________
4885 [ 14786] By: jhi                                   on 2002/02/20  14:56:55
4886         Log: Subject: d_Gconvert hints and Glossary
4887              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
4888              Date: Tue, 19 Feb 2002 11:55:36 -0800
4889              Message-ID: <42qc8gzkgOFN092yn@efn.org> 
4890      Branch: perl
4891            ! Configure config_h.SH configpm hints/aix.sh hints/dec_osf.sh
4892            ! hints/newsos4.sh hints/os2.sh hints/os390.sh hints/svr4.sh
4893            ! hints/svr5.sh
4894 ____________________________________________________________________________
4895 [ 14785] By: jhi                                   on 2002/02/20  14:38:45
4896         Log: metaconfig unit changes for #14784.
4897      Branch: metaconfig
4898            ! U/modified/Chk_MANI.U U/modified/Signal.U U/modified/libs.U
4899 ____________________________________________________________________________
4900 [ 14784] By: jhi                                   on 2002/02/20  14:38:14
4901         Log: Subject: [ID 20020220.002] Perl 5.7.2 porting patches for POSIX 1003.1-2001 hosts 
4902              From: Paul Eggert <eggert@twinsun.com>              
4903              Date: Wed, 20 Feb 2002 03:03:51 -0800 (PST) 
4904              Message-Id: <200202201103.g1KB3p427665@sic.twinsun.com>
4905      Branch: perl
4906            ! Configure Porting/pumpkin.pod hints/freebsd.sh hints/irix_6.sh
4907            ! pod/perlhack.pod
4908 ____________________________________________________________________________
4909 [ 14783] By: jhi                                   on 2002/02/20  14:21:32
4910         Log: metaconfig unit change for #14782.
4911      Branch: metaconfig/U/perl
4912            ! Mksymlinks.U
4913 ____________________________________________________________________________
4914 [ 14782] By: jhi                                   on 2002/02/20  14:20:33
4915         Log: Subject: [patch] Configure problem on Cygwin (was: Re: dubious configure error on cygwin)
4916              From: "Gerrit P. Haase" <gp@familiehaase.de>
4917              Date: Wed, 20 Feb 2002 00:23:29 +0100
4918              Message-ID: <70348722516.20020220002329@familiehaase.de>
4919      Branch: perl
4920            ! Configure
4921 ____________________________________________________________________________
4922 [ 14781] By: jhi                                   on 2002/02/20  13:58:16
4923         Log: Subject: Re: Lexical scoping bug with EXPR for EXPR?
4924              From: Nicholas Clark <nick@unfortu.net> 
4925              Date: Tue, 19 Feb 2002 19:27:42 +0000
4926              Message-ID: <20020219192740.GF12268@Bagpuss.unfortu.net>
4927              
4928              (with modifications)
4929      Branch: perl
4930            ! pod/perlsub.pod
4931 ____________________________________________________________________________
4932 [ 14780] By: jhi                                   on 2002/02/20  13:49:44
4933         Log: NetWare tweak from Ananth Kesari.
4934      Branch: perl
4935            ! lib/ExtUtils/MakeMaker.pm
4936 ____________________________________________________________________________
4937 [ 14779] By: ams                                   on 2002/02/20  06:51:55
4938         Log: Fix suggested by Anton Tagunov <tagunov@motor.ru>.
4939      Branch: perl
4940            ! pod/perlfaq4.pod
4941 ____________________________________________________________________________
4942 [ 14778] By: gsar                                  on 2002/02/20  04:17:22
4943         Log: constant folding on the range operator had the effect of disabling
4944              peephole optimizations in all the siblings of the range OP; the
4945              effect of this was that barewords could escape strictures when
4946              they were hiding in such places
4947      Branch: maint-5.6/perl
4948            ! op.c t/pragma/strict-subs
4949 ____________________________________________________________________________
4950 [ 14777] By: ams                                   on 2002/02/20  00:56:21
4951         Log: Subject: [PATCH] Re: Cannot handle date (0, 0, 0, 2, 0, 1970)
4952              From: Graham Barr <gbarr@pobox.com>
4953              Date: Tue, 19 Feb 2002 23:08:47 +0000
4954              Message-Id: <20020219230847.G66560@pobox.com>
4955      Branch: perl
4956            ! lib/Time/Local.pm
4957 ____________________________________________________________________________
4958 [ 14776] By: ams                                   on 2002/02/19  17:20:28
4959         Log: Subject: [DOCPATCH] C<< >> in Tie::Hash
4960              From: Nicholas Clark <nick@unfortu.net>
4961              Date: Tue, 19 Feb 2002 16:23:22 +0000
4962              Message-Id: <20020219162322.GB12268@Bagpuss.unfortu.net>
4963      Branch: perl
4964            ! lib/Tie/Hash.pm
4965 ____________________________________________________________________________
4966 [ 14775] By: jhi                                   on 2002/02/19  15:20:52
4967         Log: Regen doc, regen toc.
4968      Branch: perl
4969            ! pod/buildtoc.PL pod/perlapi.pod pod/perltoc.pod
4970 ____________________________________________________________________________
4971 [ 14774] By: jhi                                   on 2002/02/19  15:18:03
4972         Log: Subject: Re: {PATCH] Re: Lexical scoping bug with EXPR for EXPR?
4973              From: Dave Mitchell <davem@fdgroup.co.uk>
4974              Date: Tue, 19 Feb 2002 16:07:52 +0000 (GMT) 
4975              Message-Id: <200202191607.QAA25164@gizmo.fdgroup.co.uk>           
4976      Branch: perl
4977            ! pod/perlsub.pod
4978 ____________________________________________________________________________
4979 [ 14773] By: jhi                                   on 2002/02/19  15:13:57
4980         Log: Detypo.
4981      Branch: perl
4982            ! lib/Tie/Memoize.pm
4983 ____________________________________________________________________________
4984 [ 14772] By: jhi                                   on 2002/02/19  15:01:25
4985         Log: UTF-8 C API doc tweaks.
4986      Branch: perl
4987            ! pod/perlunicode.pod
4988 ____________________________________________________________________________
4989 [ 14771] By: jhi                                   on 2002/02/19  14:03:08
4990         Log: Mention that the case-switchers know about Unicode, too.
4991      Branch: perl
4992            ! pod/perlop.pod
4993 ____________________________________________________________________________
4994 [ 14770] By: jhi                                   on 2002/02/19  13:49:52
4995         Log: Upgrade to Locale::Codes 2.01.
4996      Branch: perl
4997            + lib/Locale/Constants.pod lib/Locale/Country.pod
4998            + lib/Locale/Currency.pod lib/Locale/Language.pod
4999            + lib/Locale/Script.pod
5000            ! MANIFEST lib/Locale/Codes/ChangeLog lib/Locale/Codes/README
5001            ! lib/Locale/Constants.pm lib/Locale/Country.pm
5002            ! lib/Locale/Currency.pm lib/Locale/Language.pm
5003            ! lib/Locale/Maketext.pm lib/Locale/Script.pm
5004 ____________________________________________________________________________
5005 [ 14769] By: jhi                                   on 2002/02/19  13:34:16
5006         Log: Subject: {PATCH] Re: Lexical scoping bug with EXPR for EXPR?
5007              From: Dave Mitchell <davem@fdgroup.co.uk>
5008              Date: Tue, 19 Feb 2002 10:30:30 +0000 (GMT) 
5009              Message-Id: <200202191030.KAA24180@gizmo.fdgroup.co.uk>
5010      Branch: perl
5011            ! pod/perlsub.pod
5012 ____________________________________________________________________________
5013 [ 14768] By: jhi                                   on 2002/02/19  13:32:32
5014         Log: Subject: [PATCH] Clarify SvPV and SvPV_force api docs
5015              From: Sam Tregar <sam@tregar.com> 
5016              Date: Mon, 18 Feb 2002 23:09:22 -0500 (EST) 
5017              Message-ID: <Pine.LNX.4.44.0202182305350.10037-100000@localhost.localdomain>   
5018      Branch: perl
5019            ! sv.h
5020 ____________________________________________________________________________
5021 [ 14767] By: jhi                                   on 2002/02/19  13:29:04
5022         Log: The test requires perlio.
5023      Branch: perl
5024            ! ext/Encode/t/JP.t
5025 ____________________________________________________________________________
5026 [ 14766] By: jhi                                   on 2002/02/19  04:57:59
5027         Log: Misplaced block end.
5028      Branch: perl
5029            ! utf8.c
5030 ____________________________________________________________________________
5031 [ 14765] By: jhi                                   on 2002/02/19  04:53:30
5032         Log: The POSIX extensions are deadly.
5033      Branch: perl
5034            ! regcomp.c
5035 ____________________________________________________________________________
5036 [ 14764] By: jhi                                   on 2002/02/19  04:44:41
5037         Log: Let's not overdo the growth.
5038      Branch: perl
5039            ! pp.c
5040 ____________________________________________________________________________
5041 [ 14763] By: jhi                                   on 2002/02/19  04:19:21
5042         Log: Third time makes the charm.
5043      Branch: perl
5044            ! README.os390
5045 ____________________________________________________________________________
5046 [ 14762] By: jhi                                   on 2002/02/19  04:03:46
5047         Log: Oops.
5048      Branch: perl
5049            ! utf8.c
5050 ____________________________________________________________________________
5051 [ 14761] By: jhi                                   on 2002/02/19  03:49:34
5052         Log: Add back the new casing tests.
5053      Branch: perl
5054            + t/uni/case.pl t/uni/lower.t t/uni/title.t t/uni/upper.t
5055            ! MANIFEST
5056 ____________________________________________________________________________
5057 [ 14760] By: jhi                                   on 2002/02/19  03:49:16
5058         Log: Prefer special case mappings.
5059      Branch: perl
5060            ! lib/unicore/To/Lower.pl lib/unicore/To/Title.pl
5061            ! lib/unicore/To/Upper.pl lib/unicore/mktables
5062 ____________________________________________________________________________
5063 [ 14759] By: jhi                                   on 2002/02/19  03:48:46
5064         Log: Try special casing first.
5065      Branch: perl
5066            ! utf8.c
5067 ____________________________________________________________________________
5068 [ 14758] By: jhi                                   on 2002/02/19  01:55:14
5069         Log: Not extending enough.
5070      Branch: perl
5071            ! pp.c utf8.h
5072 ____________________________________________________________________________
5073 [ 14757] By: jhi                                   on 2002/02/19  00:21:07
5074         Log: No need to store identity mappings.
5075      Branch: perl
5076            ! lib/unicore/To/Lower.pl lib/unicore/To/Title.pl
5077            ! lib/unicore/mktables
5078 ____________________________________________________________________________
5079 [ 14756] By: ams                                   on 2002/02/18  20:21:17
5080         Log: Forward port #14704 from maint-5.6.
5081      Branch: perl
5082            ! doio.c
5083 ____________________________________________________________________________
5084 [ 14755] By: jhi                                   on 2002/02/18  20:16:40
5085         Log: Regen Changes.
5086      Branch: perl
5087            ! Changes
5088 ____________________________________________________________________________
5089 [ 14754] By: ams                                   on 2002/02/18  19:01:09
5090         Log: Subject: [PATCH] VMS cando_by_name and current process privs
5091              From: "Craig A. Berry" <craigberry@mac.com>
5092              Date: Mon, 18 Feb 2002 14:03:30 -0600
5093              Message-Id: <5.1.0.14.2.20020218132536.01b7a0b8@exchi01>
5094      Branch: perl
5095            ! vms/vms.c
5096 ____________________________________________________________________________
5097 [ 14753] By: jhi                                   on 2002/02/18  17:58:39
5098         Log: Update Changes.
5099      Branch: perl
5100            ! Changes patchlevel.h
5101 ____________________________________________________________________________
5102 [ 14752] By: jhi                                   on 2002/02/18  17:54:44
5103         Log: What do you know; these tests unearthed nasty problems.
5104              Will resolve those first.
5105      Branch: perl
5106            - t/uni/case.pl t/uni/lower.t t/uni/title.t t/uni/upper.t
5107            ! MANIFEST
5108 ____________________________________________________________________________
5109 [ 14751] By: jhi                                   on 2002/02/18  17:52:23
5110         Log: Update Changes.
5111      Branch: perl
5112            ! Changes patchlevel.h
5113 ____________________________________________________________________________
5114 [ 14750] By: ams                                   on 2002/02/18  17:36:05
5115         Log: Subject: Re: IO::Poll: Removing Handles
5116              From: Matthew Sachs <matthewg@zevils.com>
5117              Date: Mon, 18 Feb 2002 13:19:01 -0500
5118              Message-Id: <20020218181901.GA19377@allevil.dhcp.zevils.com>
5119      Branch: perl
5120            ! ext/IO/lib/IO/t/io_poll.t
5121 ____________________________________________________________________________
5122 [ 14749] By: jhi                                   on 2002/02/18  16:49:51
5123         Log: Subject: VMS test fix-ups (alarm.t and glob.t)
5124              From: "Craig A. Berry" <craigberry@mac.com>
5125              Date: Mon, 18 Feb 2002 11:52:21 -0600
5126              Message-Id: <5.1.0.14.2.20020218114540.01b2b458@exchi01>
5127      Branch: perl
5128            ! t/op/alarm.t t/op/glob.t
5129 ____________________________________________________________________________
5130 [ 14748] By: ams                                   on 2002/02/18  15:53:36
5131         Log: s/load_module/Perl_load_module/
5132      Branch: perl
5133            ! gv.c
5134 ____________________________________________________________________________
5135 [ 14747] By: jhi                                   on 2002/02/18  15:43:06
5136         Log: Unused in ASCII, used in EBCDIC.
5137      Branch: perl
5138            ! utf8.c
5139 ____________________________________________________________________________
5140 [ 14746] By: jhi                                   on 2002/02/18  15:26:32
5141         Log: Upgrade to Locale::Codes 2.00.
5142      Branch: perl
5143            + lib/Locale/Codes/ChangeLog lib/Locale/Codes/README
5144            + lib/Locale/Codes/t/script.t lib/Locale/Script.pm
5145            ! MANIFEST lib/Locale/Codes/t/all.t lib/Locale/Codes/t/country.t
5146            ! lib/Locale/Constants.pm lib/Locale/Country.pm
5147            ! lib/Locale/Currency.pm lib/Locale/Language.pm
5148 ____________________________________________________________________________
5149 [ 14745] By: ams                                   on 2002/02/18  15:20:44
5150         Log: Subject: Re: [ID 20020213.001] "Unknown error" as a message from compilation
5151              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
5152              Date: Sat, 16 Feb 2002 00:06:01 +0100
5153              Message-Id: <20020216000601.A17249@rafael>
5154      Branch: perl
5155            ! gv.c
5156 ____________________________________________________________________________
5157 [ 14744] By: jhi                                   on 2002/02/18  14:54:47
5158         Log: More Unicode casing checks.
5159      Branch: perl
5160            + t/uni/case.pl t/uni/lower.t t/uni/title.t t/uni/upper.t
5161            ! MANIFEST
5162 ____________________________________________________________________________
5163 [ 14743] By: ams                                   on 2002/02/18  14:35:38
5164         Log: Subject: IO::Poll: Removing Handles
5165              From: Matthew Sachs <matthewg@zevils.com>
5166              Date: Sun, 17 Feb 2002 04:49:46 -0500
5167              Message-Id: <20020217094946.GA13130@allevil.dhcp.zevils.com>
5168      Branch: perl
5169            ! ext/IO/lib/IO/Poll.pm
5170 ____________________________________________________________________________
5171 [ 14741] By: ams                                   on 2002/02/18  13:59:48
5172         Log: Subject: [PATCH pp_ctl.c] bug on "do NUMBER"
5173              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
5174              Date: Mon, 18 Feb 2002 15:41:26 +0100
5175              Message-Id: <20020218154126.A692@rafael>
5176      Branch: perl
5177            ! pp_ctl.c t/op/do.t
5178 ____________________________________________________________________________
5179 [ 14740] By: nick                                  on 2002/02/18  09:09:23
5180         Log: Integrate mainline
5181      Branch: perlio
5182           +> ext/Encode/CN/CN.pm ext/Encode/CN/Makefile.PL
5183           +> ext/Encode/JP/JP.pm ext/Encode/JP/Makefile.PL
5184           +> ext/Encode/KR/KR.pm ext/Encode/KR/Makefile.PL
5185           +> ext/Encode/TW/Makefile.PL ext/Encode/TW/TW.pm
5186           +> ext/Encode/lib/Encode/JP/Constants.pm
5187           +> ext/Encode/lib/Encode/JP/H2Z.pm
5188           +> ext/Encode/lib/Encode/JP/ISO_2022_JP.pm
5189           +> ext/Encode/lib/Encode/JP/JIS.pm ext/Encode/lib/Encode/JP/Tr.pm
5190           +> ext/Encode/t/JP.t ext/Encode/t/japanese.pl
5191           +> os2/OS2/Process/t/os2_process.t
5192           +> os2/OS2/Process/t/os2_process_kid.t
5193           +> os2/OS2/Process/t/os2_process_text.t
5194            - ext/Encode/EUC_JP/Japanese.pm ext/Encode/EUC_JP/Makefile.PL
5195            - ext/Encode/t/Japanese.t
5196           !> (integrate 47 files)
5197 ____________________________________________________________________________
5198 [ 14739] By: jhi                                   on 2002/02/18  05:02:47
5199         Log: EBCDIC: now the worst seems to be over for
5200              the "Malformed" warnings.  Still a few of them,
5201              and plenty of test failures, but getting better.
5202      Branch: perl
5203            ! regcomp.c utf8.c
5204 ____________________________________________________________________________
5205 [ 14738] By: jhi                                   on 2002/02/18  02:31:05
5206         Log: Upgrade to Net::Ping 2.12.
5207      Branch: perl
5208            ! lib/Net/Ping.pm lib/Net/Ping/CHANGES lib/Net/Ping/README
5209            ! lib/Net/Ping/t/110_icmp_inst.t
5210 ____________________________________________________________________________
5211 [ 14737] By: jhi                                   on 2002/02/18  02:24:31
5212         Log: After much rewriting we are now pretty much
5213              back to where we started.
5214      Branch: perl
5215            ! utf8.c
5216 ____________________________________________________________________________
5217 [ 14736] By: ams                                   on 2002/02/18  01:23:00
5218         Log: Subject: [PATCH B::Deparse] two fixes
5219              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
5220              Date: Sun, 17 Feb 2002 23:58:59 +0100
5221              Message-Id: <20020217235859.A32513@rafael>
5222      Branch: perl
5223            ! ext/B/B/Deparse.pm
5224 ____________________________________________________________________________
5225 [ 14735] By: jhi                                   on 2002/02/17  21:24:26
5226         Log: Buglet.
5227      Branch: perl
5228            ! ext/Encode/lib/Encode/JP/JIS.pm
5229 ____________________________________________________________________________
5230 [ 14734] By: jhi                                   on 2002/02/17  20:44:59
5231         Log: Clearing up to_utf8_case() continues: this time use
5232              a single return, and EBCDICification for all paths.
5233      Branch: perl
5234            ! utf8.c
5235 ____________________________________________________________________________
5236 [ 14733] By: jhi                                   on 2002/02/17  19:51:01
5237         Log: Small tweaks to get the test running (fix @INC and
5238              do not overwrite the table.utf8 and table.rnd).
5239      Branch: perl
5240            ! ext/Encode/t/JP.t
5241 ____________________________________________________________________________
5242 [ 14732] By: jhi                                   on 2002/02/17  18:40:24
5243         Log: Tiny tweak.
5244      Branch: perl
5245            ! utf8.c
5246 ____________________________________________________________________________
5247 [ 14731] By: jhi                                   on 2002/02/17  16:56:17
5248         Log: Redundant casts.
5249      Branch: perl
5250            ! utf8.c
5251 ____________________________________________________________________________
5252 [ 14730] By: jhi                                   on 2002/02/17  16:50:34
5253         Log: More filename portability tips.
5254      Branch: perl
5255            ! pod/perlport.pod
5256 ____________________________________________________________________________
5257 [ 14729] By: jhi                                   on 2002/02/17  16:25:06
5258         Log: FAQ sync.
5259      Branch: perl
5260            ! pod/perlfaq3.pod pod/perlfaq5.pod
5261 ____________________________________________________________________________
5262 [ 14728] By: ams                                   on 2002/02/17  16:15:09
5263         Log: Subject: podlators 1.21 released
5264              From: Russ Allbery <rra@stanford.edu>
5265              Date: Sat, 16 Feb 2002 21:42:56 -0800
5266              Message-Id: <yladu8irz3.fsf@windlord.stanford.edu>
5267      Branch: perl
5268            ! lib/Pod/Text/Overstrike.pm
5269 ____________________________________________________________________________
5270 [ 14727] By: sky                                   on 2002/02/17  11:36:52
5271         Log: Subject: [PATCH] Tied STDERR should catch messages from warn() and die()
5272              From: Autrijus Tang <autrijus@autrijus.org>
5273              Date: Sun, 17 Feb 2002 19:46:47 +0800
5274              Message-ID: <20020217194647.A1410@not.autrijus.org>
5275      Branch: perl
5276            ! pp_ctl.c t/op/tiehandle.t util.c
5277 ____________________________________________________________________________
5278 [ 14726] By: jhi                                   on 2002/02/17  03:13:30
5279         Log: EBCDIC: to_utf8_case() is supposed to get its low 256
5280              input in native code points, not Unicode.
5281      Branch: perl
5282            ! utf8.c
5283 ____________________________________________________________________________
5284 [ 14725] By: jhi                                   on 2002/02/17  01:43:42
5285         Log: Regen Glossary.
5286      Branch: perl
5287            ! Porting/Glossary Porting/config.sh Porting/config_H
5288 ____________________________________________________________________________
5289 [ 14724] By: jhi                                   on 2002/02/17  01:12:37
5290         Log: The #14715 and #14716 were okay: they just revealed
5291              a bug in the EXACTF matching.
5292      Branch: perl
5293            ! regexec.c utf8.c
5294 ____________________________________________________________________________
5295 [ 14723] By: jhi                                   on 2002/02/16  16:14:19
5296         Log: Retreat, retreat! (retract #14715 and #14716)
5297      Branch: perl
5298            ! utf8.c
5299 ____________________________________________________________________________
5300 [ 14722] By: jhi                                   on 2002/02/16  16:06:00
5301         Log: Encode 0.40, from Dan Kogai.
5302      Branch: perl
5303            + ext/Encode/CN/CN.pm ext/Encode/CN/Makefile.PL
5304            + ext/Encode/JP/JP.pm ext/Encode/JP/Makefile.PL
5305            + ext/Encode/KR/KR.pm ext/Encode/KR/Makefile.PL
5306            + ext/Encode/TW/Makefile.PL ext/Encode/TW/TW.pm
5307            + ext/Encode/lib/Encode/JP/Constants.pm
5308            + ext/Encode/lib/Encode/JP/H2Z.pm
5309            + ext/Encode/lib/Encode/JP/ISO_2022_JP.pm
5310            + ext/Encode/lib/Encode/JP/JIS.pm ext/Encode/lib/Encode/JP/Tr.pm
5311            + ext/Encode/t/JP.t ext/Encode/t/japanese.pl
5312            + ext/Encode/t/table.rnd ext/Encode/t/table.utf8
5313            - ext/Encode/EUC_JP/Japanese.pm ext/Encode/EUC_JP/Makefile.PL
5314            - ext/Encode/t/Japanese.t
5315            ! MANIFEST ext/Encode/Encode.pm ext/Encode/MANIFEST
5316            ! ext/Encode/t/Encode.t
5317 ____________________________________________________________________________
5318 [ 14721] By: jhi                                   on 2002/02/16  15:37:40
5319         Log: metaconfig unit change for #14720.
5320      Branch: perl
5321            ! Configure
5322 ____________________________________________________________________________
5323 [ 14720] By: jhi                                   on 2002/02/16  15:36:42
5324         Log: Regenerate Configure (small tweaks on Yitzchak's,
5325              main difference being that the preference variables are
5326              called gconvert_...).
5327      Branch: metaconfig
5328            ! U/compline/d_gconvert.U
5329 ____________________________________________________________________________
5330 [ 14719] By: ams                                   on 2002/02/16  14:11:01
5331         Log: Subject: Re: [proof-of-concept PATCH] d_Gconvert and Configure
5332              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
5333              Date: Thu, 14 Feb 2002 22:27:33 -0800
5334              Message-Id: <VpKb8gzkgCdK092yn@efn.org>
5335              (Applied by hand.)
5336      Branch: perl
5337            ! Configure
5338 ____________________________________________________________________________
5339 [ 14718] By: ams                                   on 2002/02/16  13:45:28
5340         Log: Subject: [DOC PATCH perlport.pod] Typo fix and three-arg open
5341              From: Philip Newton <Philip.Newton@gmx.net>
5342              Date: Sat, 16 Feb 2002 10:05:05 +0100
5343              Message-Id: <558s6u4djrbk46q44fvqs5mfviq9311lj1@4ax.com>
5344              (Applied by hand.)
5345      Branch: perl
5346            ! pod/perlport.pod
5347 ____________________________________________________________________________
5348 [ 14717] By: ams                                   on 2002/02/16  04:30:23
5349         Log: Remove dubious test.
5350      Branch: perl
5351            ! t/io/open.t
5352 ____________________________________________________________________________
5353 [ 14716] By: jhi                                   on 2002/02/16  04:24:45
5354         Log: Tiny tweak.
5355      Branch: perl
5356            ! utf8.c
5357 ____________________________________________________________________________
5358 [ 14715] By: jhi                                   on 2002/02/16  03:49:14
5359         Log: Restructure to_utf8_case() for simpler execution paths.
5360      Branch: perl
5361            ! utf8.c
5362 ____________________________________________________________________________
5363 [ 14714] By: ams                                   on 2002/02/16  02:43:59
5364         Log: Absorb #14701 by Sarathy from maint-5.6.
5365      Branch: perl
5366            ! doio.c t/io/open.t
5367 ____________________________________________________________________________
5368 [ 14713] By: ams                                   on 2002/02/16  01:51:27
5369         Log: Subject: [PATCH] VOS patches for perl 5.8
5370              From: Paul_GreenVOS@vos.stratus.com
5371              Date: Fri, 15 Feb 02 17:41 est
5372              Message-Id: <200202152243.RAA01195@mailhub1.stratus.com>
5373      Branch: perl
5374            ! README.vos vos/Changes vos/build.cm vos/config.alpha.def
5375            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
5376            ! vos/install_perl.cm
5377 ____________________________________________________________________________
5378 [ 14712] By: jhi                                   on 2002/02/15  21:08:13
5379         Log: Subject: [PATCH B::Deparse] Fix another bug introduced by #14615
5380              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
5381              Date: Fri, 15 Feb 2002 23:05:44 +0100
5382              Message-ID: <20020215230544.A690@rafael>
5383      Branch: perl
5384            ! ext/B/B/Deparse.pm
5385 ____________________________________________________________________________
5386 [ 14711] By: jhi                                   on 2002/02/15  19:26:07
5387         Log: Add $VERSION.
5388      Branch: perl
5389            ! lib/Tie/Memoize.pm
5390 ____________________________________________________________________________
5391 [ 14710] By: jhi                                   on 2002/02/15  15:40:30
5392         Log: Update Changes.
5393      Branch: perl
5394            ! Changes patchlevel.h
5395 ____________________________________________________________________________
5396 [ 14709] By: jhi                                   on 2002/02/15  15:01:54
5397         Log: Subject: [PATCH hints/solaris_2.sh]; was Re: [PATCH Configure] Interaction of cc.cbu and checkcc
5398              From: Robin Barker <rmb1@cise.npl.co.uk>
5399              Date: Thu, 14 Feb 2002 19:07:40 GMT
5400              Message-Id: <200202141907.TAA21516@tempest.npl.co.uk>
5401              
5402              (the hints part only)
5403      Branch: perl
5404            ! hints/solaris_2.sh
5405 ____________________________________________________________________________
5406 [ 14708] By: jhi                                   on 2002/02/15  15:00:27
5407         Log: metaconfig unit changes for #14707.
5408      Branch: metaconfig
5409            ! U/modified/cc.U
5410      Branch: metaconfig/U/perl
5411            ! Checkcc.U
5412 ____________________________________________________________________________
5413 [ 14707] By: jhi                                   on 2002/02/15  15:00:01
5414         Log: Subject: Re: [PATCH hints/solaris_2.sh]; was Re: [PATCH Configure] Interaction  of cc.cbu and checkcc
5415              From: Robin Barker <rmb1@cise.npl.co.uk>
5416              Date: Fri, 15 Feb 2002 12:14:39 GMT
5417              Message-Id: <200202151214.MAA26466@tempest.npl.co.uk>
5418              
5419              Split checking-for-gcc and checking-for-cc.
5420      Branch: perl
5421            ! Configure
5422 ____________________________________________________________________________
5423 [ 14706] By: ams                                   on 2002/02/15  13:57:15
5424         Log: Subject: Re: [ID 20020213.015] Pod::Html XHTML update for 5.7.2
5425              From: Ville =?ISO-8859-1?Q?Skytt=E4?= <ville.skytta@iki.fi>
5426              Date: 15 Feb 2002 10:53:06 +0200
5427              Message-Id: <1013763186.28457.6.camel@cs78130147.pp.htv.fi>
5428      Branch: perl
5429            ! lib/Pod/Html.pm
5430 ____________________________________________________________________________
5431 [ 14705] By: ams                                   on 2002/02/15  08:42:55
5432         Log: Subject: [PATCH @14577] OS/2 tests and more
5433              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
5434              Date: Fri, 15 Feb 2002 03:56:24 -0500
5435              Message-Id: <20020215035624.A16467@math.ohio-state.edu>
5436      Branch: perl
5437            + os2/OS2/Process/t/os2_process.t
5438            + os2/OS2/Process/t/os2_process_kid.t
5439            + os2/OS2/Process/t/os2_process_text.t
5440            ! MANIFEST configpm hints/os2.sh makedef.pl
5441            ! os2/OS2/Process/Makefile.PL os2/OS2/Process/Process.pm
5442            ! os2/OS2/Process/Process.xs os2/os2.c os2/os2_base.t
5443            ! os2/os2ish.h
5444 ____________________________________________________________________________
5445 [ 14704] By: gsar                                  on 2002/02/15  08:42:48
5446         Log: don't Safefree() PerlIO pointers we didn't allocate to begin with;
5447              avoid wasteful PL_fdpid fiddling where that is not warranted;
5448              mostly whitespace fixes
5449              
5450              these were longstanding todo items from:
5451              http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/1998-04/msg01019.html
5452      Branch: maint-5.6/perl
5453            ! doio.c
5454 ____________________________________________________________________________
5455 [ 14702] By: nick                                  on 2002/02/15  08:31:41
5456         Log: Integrate mainline
5457      Branch: perlio
5458           +> lib/if.pm lib/if.t
5459           !> Configure MANIFEST ext/B/B/Deparse.pm ext/B/t/deparse.t
5460           !> lib/Net/Ping.pm lib/Net/Ping/CHANGES lib/Net/Ping/README
5461           !> lib/Net/Ping/t/110_icmp_inst.t lib/Net/Ping/t/120_udp_inst.t
5462           !> lib/Net/Ping/t/130_tcp_inst.t lib/Net/Ping/t/140_stream_inst.t
5463           !> lib/Net/Ping/t/200_ping_tcp.t lib/Net/Ping/t/300_ping_stream.t
5464           !> lib/Pod/Html.pm lib/Tie/Handle.pm lib/charnames.pm
5465           !> lib/charnames.t pod/perluniintro.pod pp_sys.c
5466           !> t/lib/warnings/pp_sys
5467 ____________________________________________________________________________
5468 [ 14701] By: gsar                                  on 2002/02/15  08:04:58
5469         Log: open(STDOUT, ">&=FOO") leaks PerlIO pointers badly on all platforms
5470              (and also dies quickly on Windows); this bug crept in as
5471              change#610, a.k.a change#646
5472      Branch: maint-5.6/perl
5473            ! doio.c t/io/open.t
5474 ____________________________________________________________________________
5475 [ 14700] By: jhi                                   on 2002/02/15  02:51:13
5476         Log: Subject: [ID 20020213.015] Pod::Html XHTML update for 5.7.2
5477              From: Ville "Skyttä" <ville.skytta@iki.fi>
5478              Date: Wed, 13 Feb 2002 22:29:39 +0200
5479              Message-Id: <20020213222939.5321b5ce.ville.skytta@iki.fi>
5480      Branch: perl
5481            ! lib/Pod/Html.pm
5482 ____________________________________________________________________________
5483 [ 14699] By: jhi                                   on 2002/02/14  23:47:43
5484         Log: Document and test the C0 and C1.
5485      Branch: perl
5486            ! lib/charnames.pm lib/charnames.t
5487 ____________________________________________________________________________
5488 [ 14698] By: jhi                                   on 2002/02/14  22:21:55
5489         Log: metaconfig unit change for #14697.
5490      Branch: metaconfig
5491            ! U/modified/Init.U
5492 ____________________________________________________________________________
5493 [ 14697] By: jhi                                   on 2002/02/14  22:21:20
5494         Log: Also OS/2 seems to need exe set early.
5495      Branch: perl
5496            ! Configure
5497 ____________________________________________________________________________
5498 [ 14696] By: jhi                                   on 2002/02/14  22:13:18
5499         Log: Document pack U0U.
5500      Branch: perl
5501            ! pod/perluniintro.pod
5502 ____________________________________________________________________________
5503 [ 14695] By: jhi                                   on 2002/02/14  21:56:52
5504         Log: Subject: [PATCH] Re: bug? no warning from getc BOLLOCKS
5505              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
5506              Date: Thu, 14 Feb 2002 23:58:00 +0100
5507              Message-ID: <20020214235800.A12901@rafael>
5508      Branch: perl
5509            ! pp_sys.c t/lib/warnings/pp_sys
5510 ____________________________________________________________________________
5511 [ 14694] By: jhi                                   on 2002/02/14  21:54:43
5512         Log: Subject: [PATCH @13746] conditional pragmas
5513              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
5514              Date: Mon, 31 Dec 2001 18:18:09 -0500
5515              Message-ID: <20011231181809.A29528@math.ohio-state.edu>
5516      Branch: perl
5517            + lib/if.pm lib/if.t
5518            ! MANIFEST
5519 ____________________________________________________________________________
5520 [ 14693] By: jhi                                   on 2002/02/14  21:47:08
5521         Log: Deparse bug introduced by #14615: the fix is just a workaround,
5522              I suspect there to be another deeper bug, must distill simpler
5523              test case.
5524      Branch: perl
5525            ! ext/B/B/Deparse.pm ext/B/t/deparse.t
5526 ____________________________________________________________________________
5527 [ 14692] By: jhi                                   on 2002/02/14  19:52:26
5528         Log: Integrate perlio; 
5529              
5530              Make dependencies more precise (for nmake)
5531      Branch: perl
5532           !> ext/Encode/EUC_JP/Makefile.PL
5533 ____________________________________________________________________________
5534 [ 14691] By: jhi                                   on 2002/02/14  18:08:58
5535         Log: Just a guess.
5536      Branch: perl
5537            ! lib/Tie/Handle.pm
5538 ____________________________________________________________________________
5539 [ 14690] By: nick                                  on 2002/02/14  16:30:56
5540         Log: Integrate mainline
5541      Branch: perlio
5542           +> ext/threads/t/end.t lib/Tie/Memoize.pm lib/Tie/Memoize.t
5543           !> Changes MANIFEST Makefile.SH ext/threads/threads.pm
5544           !> ext/threads/threads.xs lib/ExtUtils/Installed.pm
5545           !> lib/ExtUtils/t/Installed.t lib/File/Spec/t/rel2abs2rel.t
5546           !> lib/Tie/Hash.pm patchlevel.h pod/perltie.pod t/op/groups.t
5547           !> utf8.c
5548 ____________________________________________________________________________
5549 [ 14689] By: jhi                                   on 2002/02/14  16:03:50
5550         Log: Upgrade to Net::Ping 2.11.
5551      Branch: perl
5552            ! lib/Net/Ping.pm lib/Net/Ping/CHANGES lib/Net/Ping/README
5553            ! lib/Net/Ping/t/110_icmp_inst.t lib/Net/Ping/t/120_udp_inst.t
5554            ! lib/Net/Ping/t/130_tcp_inst.t lib/Net/Ping/t/140_stream_inst.t
5555            ! lib/Net/Ping/t/200_ping_tcp.t lib/Net/Ping/t/300_ping_stream.t
5556 ____________________________________________________________________________
5557 [ 14688] By: jhi                                   on 2002/02/14  15:15:17
5558         Log: Subject: [PATCH ExtUtils/Installed.pm ExtUtils/t/Installed.t]
5559              From: Robin Barker <rmb1@cise.npl.co.uk>
5560              Date: Wed, 13 Feb 2002 17:37:07 GMT
5561              Message-Id: <200202131737.RAA29010@tempest.npl.co.uk>
5562              
5563              (updated version of the above)
5564      Branch: perl
5565            ! lib/ExtUtils/Installed.pm lib/ExtUtils/t/Installed.t
5566 ____________________________________________________________________________
5567 [ 14687] By: jhi                                   on 2002/02/14  14:44:02
5568         Log: Excise inexact blather.
5569      Branch: perl
5570            ! utf8.c
5571 ____________________________________________________________________________
5572 [ 14686] By: jhi                                   on 2002/02/14  14:30:35
5573         Log: Subject: Re: [PATCH @13746] tied hashes: memoization
5574              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
5575              Date: Mon, 31 Dec 2001 20:28:46 -0500
5576              Message-ID: <20011231202845.A1323@math.ohio-state.edu>
5577      Branch: perl
5578            + lib/Tie/Memoize.pm lib/Tie/Memoize.t
5579            ! MANIFEST
5580 ____________________________________________________________________________
5581 [ 14685] By: nick                                  on 2002/02/14  14:20:20
5582         Log: Make dependencies more precise (for nmake)
5583      Branch: perlio
5584            ! ext/Encode/EUC_JP/Makefile.PL
5585 ____________________________________________________________________________
5586 [ 14684] By: jhi                                   on 2002/02/14  14:09:10
5587         Log: Subject: [PATCH @13746] tied hashes
5588              From: Ilya Zakharevich <ilya@math.ohio-state.edu>             
5589              Date: Mon, 31 Dec 2001 19:15:39 -0500
5590              Message-ID: <20011231191539.A46@math.ohio-state.edu>
5591      Branch: perl
5592            ! lib/Tie/Hash.pm pod/perltie.pod
5593 ____________________________________________________________________________
5594 [ 14683] By: jhi                                   on 2002/02/13  22:30:55
5595         Log: Subject: Re: [PATCH] Configure followed by make minitest
5596              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
5597              Date: Sun, 10 Feb 2002 23:22:05 -0800
5598              Message-ID: <dE3Z8gzkgyBD092yn@efn.org>
5599      Branch: perl
5600            ! Makefile.SH
5601 ____________________________________________________________________________
5602 [ 14682] By: jhi                                   on 2002/02/13  15:50:37
5603         Log: Subject: Re: perl@14647
5604              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
5605              Date: Mon, 11 Feb 2002 19:30:36 +0100
5606              Message-Id: <20020211192820.C199.H.M.BRAND@hccnet.nl>
5607      Branch: perl
5608            ! t/op/groups.t
5609 ____________________________________________________________________________
5610 [ 14681] By: jhi                                   on 2002/02/13  15:14:25
5611         Log: Update Changes.
5612      Branch: perl
5613            ! Changes patchlevel.h
5614 ____________________________________________________________________________
5615 [ 14680] By: jhi                                   on 2002/02/13  13:41:50
5616         Log: Integrate perlio;
5617              
5618              Do not lc() the file names before doing dirname() or they don't match.
5619      Branch: perl
5620           !> lib/ExtUtils/t/Installed.t
5621 ____________________________________________________________________________
5622 [ 14679] By: sky                                   on 2002/02/13  12:56:13
5623         Log: rename mutex to make a bit more sense
5624      Branch: perl
5625            ! ext/threads/threads.xs
5626 ____________________________________________________________________________
5627 [ 14678] By: sky                                   on 2002/02/13  12:46:11
5628         Log: Track active threads....
5629      Branch: perl
5630            ! ext/threads/threads.pm ext/threads/threads.xs
5631 ____________________________________________________________________________
5632 [ 14677] By: nick                                  on 2002/02/13  09:30:42
5633         Log: Do not lc() the file names before doing dirname() or they don't match.
5634      Branch: perlio
5635            ! lib/ExtUtils/t/Installed.t
5636 ____________________________________________________________________________
5637 [ 14676] By: sky                                   on 2002/02/13  09:03:37
5638         Log: Subject: [PATCH] Re: File/Spec/t/rel2abs2rel2whatever broken again
5639              From: Michael G Schwern <schwern@pobox.com>
5640              Date: ons feb 13, 2002  11:00:17  Europe/Stockholm
5641              Message-Id: <20020213100017.GA6288@blackrider>
5642      Branch: perl
5643            ! lib/File/Spec/t/rel2abs2rel.t
5644 ____________________________________________________________________________
5645 [ 14675] By: sky                                   on 2002/02/13  09:00:24
5646         Log: Do not propagate END blocks to child threads, test.
5647      Branch: perl
5648            + ext/threads/t/end.t
5649            ! MANIFEST ext/threads/threads.xs
5650 ____________________________________________________________________________
5651 [ 14674] By: nick                                  on 2002/02/13  08:34:55
5652         Log: Integrate mainline
5653      Branch: perlio
5654           +> ext/threads/t/join.t
5655           !> Configure MANIFEST ext/threads/threads.xs hints/solaris_2.sh
5656           !> lib/dumpvar.pl lib/perl5db.pl pod/perldebug.pod pp_pack.c
5657           !> t/op/lc.t t/op/length.t t/uni/fold.t utf8.c
5658 ____________________________________________________________________________
5659 [ 14673] By: jhi                                   on 2002/02/13  05:17:26
5660         Log: metaconfig unit change for #14672.
5661      Branch: metaconfig
5662            ! U/modified/lns.U
5663 ____________________________________________________________________________
5664 [ 14672] By: jhi                                   on 2002/02/13  05:17:07
5665         Log: $ln is supposed to be already set to $ln + executable suffix
5666              on platforms that need it, from Paul Green.
5667      Branch: perl
5668            ! Configure
5669 ____________________________________________________________________________
5670 [ 14671] By: jhi                                   on 2002/02/13  05:12:28
5671         Log: Subject: New command syntax for 'x' command
5672              From: Mark-Jason Dominus <mjd@plover.com>
5673              Date: Tue, 12 Feb 2002 20:54:01 -0500
5674              Message-ID: <20020213015401.25685.qmail@plover.com>
5675      Branch: perl
5676            ! lib/perl5db.pl pod/perldebug.pod
5677 ____________________________________________________________________________
5678 [ 14670] By: jhi                                   on 2002/02/13  05:11:12
5679         Log: Subject: New debugger option 'dumpDepth' controls recursion depth of 'x' command
5680              From: Mark-Jason Dominus <mjd@plover.com>
5681              Date: Tue, 12 Feb 2002 20:20:42 -0500
5682              Message-ID: <20020213012042.25245.qmail@plover.com>
5683      Branch: perl
5684            ! lib/dumpvar.pl lib/perl5db.pl pod/perldebug.pod
5685 ____________________________________________________________________________
5686 [ 14669] By: jhi                                   on 2002/02/13  04:43:43
5687         Log: Iteration continues.
5688      Branch: perl
5689            ! utf8.c
5690 ____________________________________________________________________________
5691 [ 14668] By: jhi                                   on 2002/02/13  02:37:31
5692         Log: Duh.
5693      Branch: perl
5694            ! pp_pack.c t/op/length.t
5695 ____________________________________________________________________________
5696 [ 14667] By: jhi                                   on 2002/02/13  01:33:01
5697         Log: Retract #14666.
5698      Branch: perl
5699            ! t/op/lc.t
5700 ____________________________________________________________________________
5701 [ 14666] By: jhi                                   on 2002/02/13  01:22:13
5702         Log: (retracted by #14667)
5703      Branch: perl
5704            ! t/op/lc.t
5705 ____________________________________________________________________________
5706 [ 14665] By: jhi                                   on 2002/02/13  00:45:02
5707         Log: Tiny test script tweaks.
5708      Branch: perl
5709            ! t/uni/fold.t
5710 ____________________________________________________________________________
5711 [ 14664] By: jhi                                   on 2002/02/13  00:24:37
5712         Log: Rewrite the "special mapping" part of to_utf8_case(),
5713              this time with fewer bugs.  (See: The Law of Cybernetic
5714              Entymology.)
5715      Branch: perl
5716            ! utf8.c
5717 ____________________________________________________________________________
5718 [ 14663] By: sky                                   on 2002/02/12  18:26:16
5719         Log: Stop failures if you pass an object, sv_dup might not be the right 
5720              thing to use since I have a feeling we end up cloning far too much. 
5721              (Like the stash for example).... Maybe we need a lightweight sv_dup 
5722              that searches the target for things....
5723              Real fix is another option to perl_clone which controls if you should 
5724              save stashes.
5725      Branch: perl
5726            ! ext/threads/threads.xs
5727 ____________________________________________________________________________
5728 [ 14662] By: jhi                                   on 2002/02/12  17:19:49
5729         Log: Retract #14661.
5730      Branch: perl
5731            ! hints/solaris_2.sh
5732 ____________________________________________________________________________
5733 [ 14661] By: jhi                                   on 2002/02/12  17:16:20
5734         Log: (retracted by #14662)
5735      Branch: perl
5736            ! hints/solaris_2.sh
5737 ____________________________________________________________________________
5738 [ 14660] By: jhi                                   on 2002/02/12  15:03:58
5739         Log: EBCDIC: another "can't happen".
5740      Branch: perl
5741            ! utf8.c
5742 ____________________________________________________________________________
5743 [ 14659] By: sky                                   on 2002/02/12  14:38:21
5744         Log: Join support, however something wierd seems to happen with filehandles that are passed along threads...
5745      Branch: perl
5746            + ext/threads/t/join.t
5747            ! MANIFEST ext/threads/threads.xs
5748 ____________________________________________________________________________
5749 [ 14658] By: nick                                  on 2002/02/12  13:54:06
5750         Log: Integrate mainline
5751      Branch: perlio
5752           !> lib/ExtUtils/Installed.pm lib/ExtUtils/t/Embed.t
5753           !> lib/File/Spec/t/rel2abs2rel.t lib/Win32.pod t/op/each.t
5754           !> t/op/length.t t/test.pl toke.c win32/win32.c win32/win32.h
5755 ____________________________________________________________________________
5756 [ 14657] By: jhi                                   on 2002/02/12  13:44:34
5757         Log: Subject: Re: [PATCH 5.6.1] Win32: Give user control over window creation behavior of system() function 
5758              From: Jan Dubois <JanD@ActiveState.com> 
5759              Date: Tue, 12 Feb 2002 00:56:31 -0800
5760              Message-ID: <4llh6uc4gnqtk3csmfoqed3t6q85436bb1@4ax.com>
5761      Branch: perl
5762            ! lib/Win32.pod win32/win32.c win32/win32.h
5763 ____________________________________________________________________________
5764 [ 14656] By: jhi                                   on 2002/02/12  13:39:18
5765         Log: Subject: [PATCH] Re: 14654 introduced a bug 
5766              From: Michael G Schwern <schwern@pobox.com> 
5767              Date: Tue, 12 Feb 2002 05:37:36 -0500
5768              Message-ID: <20020212103736.GC14327@blackrider>
5769      Branch: perl
5770            ! lib/File/Spec/t/rel2abs2rel.t
5771 ____________________________________________________________________________
5772 [ 14655] By: jhi                                   on 2002/02/12  04:50:58
5773         Log: More unset installman[13]dir tweaks from chromatic.
5774      Branch: perl
5775            ! lib/ExtUtils/Installed.pm
5776 ____________________________________________________________________________
5777 [ 14654] By: jhi                                   on 2002/02/12  04:31:44
5778         Log: Subject: Re: [PATCH] Re: Change 14566: Re: File::Spec::rel2abs2rel (?)
5779              From: Michael G Schwern <schwern@pobox.com>
5780              Date: Mon, 11 Feb 2002 12:23:02 -0500
5781              Message-ID: <20020211172302.GD9556@blackrider>
5782      Branch: perl
5783            ! lib/File/Spec/t/rel2abs2rel.t
5784 ____________________________________________________________________________
5785 [ 14653] By: jhi                                   on 2002/02/12  04:29:10
5786         Log: Use `` instead of -| to be a little bit more portable,
5787              from Michael Schwern.
5788      Branch: perl
5789            ! lib/ExtUtils/t/Embed.t
5790 ____________________________________________________________________________
5791 [ 14652] By: jhi                                   on 2002/02/12  03:17:44
5792         Log: EBCDIC: this change for \N{} in particular is now
5793              unnecessary because of the recent more general
5794              pack U change.
5795      Branch: perl
5796            ! toke.c
5797 ____________________________________________________________________________
5798 [ 14651] By: jhi                                   on 2002/02/12  02:15:05
5799         Log: Subject: [PATCH @14647] t/test.pl fix for VMS
5800              From: "Craig A. Berry" <craigberry@mac.com>
5801              Date: Mon, 11 Feb 2002 17:13:47 -0600
5802              Message-Id: <5.1.0.14.2.20020211170332.01b94e88@exchi01>
5803      Branch: perl
5804            ! t/test.pl
5805 ____________________________________________________________________________
5806 [ 14650] By: jhi                                   on 2002/02/11  23:44:09
5807         Log: EBCDIC: pack U bytes change.
5808      Branch: perl
5809            ! t/op/length.t
5810 ____________________________________________________________________________
5811 [ 14649] By: jhi                                   on 2002/02/11  23:38:28
5812         Log: EBCDIC: pack U is no more equal to concat of \xHHs.
5813      Branch: perl
5814            ! t/op/each.t
5815 ____________________________________________________________________________
5816 [ 14648] By: nick                                  on 2002/02/11  16:14:50
5817         Log: Integrate mainline
5818      Branch: perlio
5819           !> Changes Configure Makefile.SH autodoc.pl
5820           !> ext/Socket/socketpair.t hints/os2.sh lib/ExtUtils/Embed.pm
5821           !> lib/ExtUtils/t/Embed.t opcode.pl os2/Makefile.SHs os2/os2.c
5822           !> os2/os2ish.h patchlevel.h pod/perltoc.pod
5823 ____________________________________________________________________________
5824 [ 14647] By: jhi                                   on 2002/02/11  15:11:14
5825         Log: Update Changes.
5826      Branch: perl
5827            ! Changes patchlevel.h
5828 ____________________________________________________________________________
5829 [ 14646] By: jhi                                   on 2002/02/11  15:07:28
5830         Log: Regen toc.
5831      Branch: perl
5832            ! pod/perltoc.pod
5833 ____________________________________________________________________________
5834 [ 14645] By: jhi                                   on 2002/02/11  14:59:02
5835         Log: Forgot from #14641.
5836      Branch: perl
5837            ! lib/ExtUtils/t/Embed.t
5838 ____________________________________________________________________________
5839 [ 14644] By: jhi                                   on 2002/02/11  14:49:14
5840         Log: A forgotten metaconfig unit.
5841      Branch: metaconfig/U/perl
5842            + i_features.U
5843 ____________________________________________________________________________
5844 [ 14643] By: jhi                                   on 2002/02/11  14:47:11
5845         Log: metaconfig unit changes for #14642.
5846      Branch: metaconfig
5847            + U/modified/lns.U
5848      Branch: metaconfig/U/perl
5849            ! issymlink.U
5850 ____________________________________________________________________________
5851 [ 14642] By: jhi                                   on 2002/02/11  14:46:39
5852         Log: -Dmksymlinks was broken by #14628.
5853      Branch: perl
5854            ! Configure
5855 ____________________________________________________________________________
5856 [ 14641] By: jhi                                   on 2002/02/11  14:32:12
5857         Log: Subject: [PATCH @14577] OS/2 build
5858              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
5859              Date: Mon, 11 Feb 2002 06:56:41 -0500
5860              Message-ID: <20020211065640.A14993@math.ohio-state.edu> 
5861              
5862              (sans the Configure, perlio.sym, and t/op/stat.t parts)
5863      Branch: perl
5864            ! Makefile.SH autodoc.pl ext/Socket/socketpair.t hints/os2.sh
5865            ! lib/ExtUtils/Embed.pm opcode.pl os2/Makefile.SHs os2/os2.c
5866            ! os2/os2ish.h
5867 ____________________________________________________________________________
5868 [ 14640] By: jhi                                   on 2002/02/11  14:11:13
5869         Log: Integrate perlio;
5870              
5871              Re-structure Japanese encodings - part 1
5872              
5873              Split Japanese encodings - part 2
5874              - build separate .c files with separate 'compile' steps
5875              - overall Japanese.xs / Japanese.pm which loads them
5876              
5877              Add test for Japanese encoding (well euc-jp anyway).
5878              Fix one bug shown by above
5879              Skip test which does not pass yet.
5880              
5881              Patch up the failing multi-byte write case, and un-skip
5882              the test.
5883      Branch: perl
5884           +> ext/Encode/EUC_JP/Japanese.pm ext/Encode/t/Japanese.t
5885           +> ext/Encode/t/table.euc ext/Encode/t/table.ref
5886            - ext/Encode/EUC_JP/EUC_JP.pm
5887           !> MANIFEST ext/Encode/EUC_JP/Makefile.PL ext/Encode/Encode.xs
5888 ____________________________________________________________________________
5889 [ 14639] By: nick                                  on 2002/02/11  11:59:18
5890         Log: Patch up the failing multi-byte write case, and un-skip
5891              the test.
5892      Branch: perlio
5893            ! ext/Encode/Encode.xs ext/Encode/t/Japanese.t
5894 ____________________________________________________________________________
5895 [ 14638] By: nick                                  on 2002/02/11  10:55:39
5896         Log: Add test for Japanese encoding (well euc-jp anyway).
5897              Fix one bug shown by above
5898              Skip test which does not pass yet.
5899      Branch: perlio
5900            + ext/Encode/t/Japanese.t ext/Encode/t/table.euc
5901            + ext/Encode/t/table.ref
5902            ! MANIFEST ext/Encode/Encode.xs
5903 ____________________________________________________________________________
5904 [ 14637] By: nick                                  on 2002/02/11  09:07:04
5905         Log: Split Japanese encodings - part 2
5906              - build separate .c files with separate 'compile' steps
5907              - overall Japanese.xs / Japanese.pm which loads them
5908      Branch: perlio
5909            ! ext/Encode/EUC_JP/Japanese.pm ext/Encode/EUC_JP/Makefile.PL
5910 ____________________________________________________________________________
5911 [ 14636] By: nick                                  on 2002/02/11  08:15:42
5912         Log: Re-structure Japanese encodings - part 1
5913      Branch: perlio
5914           +> ext/Encode/EUC_JP/Japanese.pm
5915            - ext/Encode/EUC_JP/EUC_JP.pm
5916            ! MANIFEST ext/Encode/EUC_JP/Makefile.PL
5917 ____________________________________________________________________________
5918 [ 14635] By: nick                                  on 2002/02/11  08:05:12
5919         Log: Integrate mainline
5920      Branch: perlio
5921           !> Configure djgpp/djgpp.c lib/ExtUtils/t/Installed.t
5922           !> lib/File/Spec.pm lib/perl5db.pl pod/perldiag.pod
5923           !> pod/perlport.pod pp_pack.c regcomp.c t/op/arith.t t/op/pack.t
5924 ____________________________________________________________________________
5925 [ 14634] By: jhi                                   on 2002/02/11  03:40:01
5926         Log: Subject: Re: [PATCH] Re: Modulus operator inconsistency
5927              From: Mike Guy <mjtg@cam.ac.uk>
5928              Date: Mon, 11 Feb 2002 02:50:42 +0000
5929              Message-Id: <E16a6YE-0006fq-00@libra.cus.cam.ac.uk>
5930      Branch: perl
5931            ! t/op/arith.t
5932 ____________________________________________________________________________
5933 [ 14633] By: jhi                                   on 2002/02/11  01:53:01
5934         Log: "Can't happen" - yes, it can, with buggy UTF-8/EBCDIC.
5935              Stepping backward in the string would be majorly bad.
5936      Branch: perl
5937            ! regcomp.c
5938 ____________________________________________________________________________
5939 [ 14632] By: jhi                                   on 2002/02/11  01:38:40
5940         Log: The debugger part of
5941              
5942              Subject: [PATCH hints/os2.sh lib/perl5db.pl] Debugger to use proper pager
5943              From: Michael G Schwern <schwern@pobox.com> 
5944              Date: Wed, 6 Feb 2002 17:32:12 -0500
5945              Message-ID: <20020206223212.GG1346@blackrider>
5946      Branch: perl
5947            ! lib/perl5db.pl
5948 ____________________________________________________________________________
5949 [ 14631] By: jhi                                   on 2002/02/10  22:11:53
5950         Log: Integrate perlio;
5951              
5952              Borland/Win32 tuning
5953              
5954              Move PerlIO_perlio to layer_syms where it belongs?
5955      Branch: perl
5956           !> makedef.pl perlio.sym t/op/stat.t win32/config_H.bc
5957 ____________________________________________________________________________
5958 [ 14630] By: jhi                                   on 2002/02/10  22:10:19
5959         Log: EBCDIC: the low 256 needs to be shuffled also
5960              in pack/unpack U (this breaks the equivalence
5961              of pack U and v-strings, but I think if someone
5962              has to give, v-strings are a good victim)
5963      Branch: perl
5964            ! pp_pack.c t/op/pack.t
5965 ____________________________________________________________________________
5966 [ 14629] By: jhi                                   on 2002/02/10  21:56:17
5967         Log: metaconfig unit changes for #14628.
5968      Branch: metaconfig/U/perl
5969            ! d_u32align.U issymlink.U
5970 ____________________________________________________________________________
5971 [ 14628] By: jhi                                   on 2002/02/10  21:55:45
5972         Log: Two Configure tweaks; the u32align test was trying
5973              to write into a string literal, the ln -s test was
5974              failing in VOS.
5975      Branch: perl
5976            ! Configure
5977 ____________________________________________________________________________
5978 [ 14627] By: jhi                                   on 2002/02/10  21:07:20
5979         Log: DJGPP tweaks from Laszlo Molnar.
5980      Branch: perl
5981            ! djgpp/djgpp.c lib/File/Spec.pm
5982 ____________________________________________________________________________
5983 [ 14626] By: nick                                  on 2002/02/10  18:36:47
5984         Log: Move PerlIO_perlio to layer_syms where it belongs?
5985      Branch: perlio
5986            ! makedef.pl
5987 ____________________________________________________________________________
5988 [ 14625] By: nick                                  on 2002/02/10  18:02:21
5989         Log: Borland/Win32 tuning
5990      Branch: perlio
5991            ! makedef.pl perlio.sym t/op/stat.t win32/config_H.bc
5992 ____________________________________________________________________________
5993 [ 14624] By: jhi                                   on 2002/02/10  15:33:40
5994         Log: Additional explanation for the [:...:] failure.
5995      Branch: perl
5996            ! pod/perldiag.pod
5997 ____________________________________________________________________________
5998 [ 14623] By: jhi                                   on 2002/02/10  15:15:53
5999         Log: Subject: [ PATCH ] Re: Smoke 14612 /pro/3gl/CPAN/perl-current
6000              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
6001              Date: Sun, 10 Feb 2002 13:32:48 +0100
6002              Message-Id: <20020210115736.3702.H.M.BRAND@hccnet.nl>
6003      Branch: perl
6004            ! makedef.pl
6005 ____________________________________________________________________________
6006 [ 14622] By: jhi                                   on 2002/02/10  15:08:06
6007         Log: Test tweaks from chromatic for cases where there
6008              are no installman1dir or installman3dir.
6009      Branch: perl
6010            ! lib/ExtUtils/t/Installed.t
6011 ____________________________________________________________________________
6012 [ 14621] By: jhi                                   on 2002/02/10  15:07:21
6013         Log: Integrate perlio;
6014              
6015              Nick Clark's tweaks to Encode compile process
6016              1. Use decimal constants to unit string arrays rather than
6017              very long string litterals (latter having possible "\0"
6018              on end issues, and needing ANSI C line splicing).
6019              2. Replace tail-recursion during insert process with itteration.
6020              Nick C sees 12% speedup from these.
6021      Branch: perl
6022           !> ext/Encode/Encode.pm ext/Encode/compile
6023 ____________________________________________________________________________
6024 [ 14620] By: jhi                                   on 2002/02/10  15:04:19
6025         Log: Portability notes: filename characters, character sets.
6026      Branch: perl
6027            ! pod/perlport.pod
6028 ____________________________________________________________________________
6029 [ 14619] By: nick                                  on 2002/02/10  11:06:05
6030         Log: Integrate mainline
6031      Branch: perlio
6032            ! ext/Encode/Encode.pm
6033           !> Configure cop.h deb.c ext/B/B/Deparse.pm hints/bsdos.sh
6034           !> hints/os390.sh lib/ExtUtils/Embed.pm lib/perl5db.pl
6035           !> lib/unicore/Name.pl lib/unicore/mktables op.c pod/perlfaq2.pod
6036           !> pod/perlfaq3.pod pod/perlfaq4.pod pp_ctl.c
6037           !> t/lib/warnings/pp_hot t/op/arith.t toke.c util.c
6038 ____________________________________________________________________________
6039 [ 14618] By: nick                                  on 2002/02/10  10:48:15
6040         Log: Nick Clark's tweaks to Encode compile process
6041              1. Use decimal constants to unit string arrays rather than
6042              very long string litterals (latter having possible "\0"
6043              on end issues, and needing ANSI C line splicing).
6044              2. Replace tail-recursion during insert process with itteration.
6045              Nick C sees 12% speedup from these.
6046      Branch: perlio
6047            ! ext/Encode/compile
6048 ____________________________________________________________________________
6049 [ 14617] By: jhi                                   on 2002/02/10  02:56:54
6050         Log: Use the "Unicode 1.0" name field for control characters,
6051              as suggested by Mark Davis.  Note that Unicode 3.2 will
6052              require some more legwork on this because of certain
6053              alternative names.
6054      Branch: perl
6055            ! lib/unicore/Name.pl lib/unicore/mktables
6056 ____________________________________________________________________________
6057 [ 14616] By: jhi                                   on 2002/02/09  22:41:18
6058         Log: The -W 0,float(ieee) and gcvt() are the bad combination.
6059      Branch: perl
6060            ! hints/os390.sh
6061 ____________________________________________________________________________
6062 [ 14615] By: jhi                                   on 2002/02/09  22:34:00
6063         Log: EBCDIC: the non-printable characters are different.
6064      Branch: perl
6065            ! ext/B/B/Deparse.pm
6066 ____________________________________________________________________________
6067 [ 14614] By: jhi                                   on 2002/02/09  21:42:26
6068         Log: Subject: [PATCH] Re: FreeBSD hangs when reading from dup'd STDOUT/ERR w/o perlio
6069              From: Nicholas Clark <nick@unfortu.net> 
6070              Date: Sat, 9 Feb 2002 22:31:29 +0000
6071              Message-ID: <20020209223129.GH410@Bagpuss.unfortu.net>
6072      Branch: perl
6073            ! t/lib/warnings/pp_hot
6074 ____________________________________________________________________________
6075 [ 14613] By: jhi                                   on 2002/02/09  21:12:12
6076         Log: Subject: [PATCH] Re: Modulus operator inconsistency
6077              From: Nicholas Clark <nick@unfortu.net>
6078              Date: Sat, 9 Feb 2002 21:00:13 +0000
6079              Message-ID: <20020209210013.GG410@Bagpuss.unfortu.net>
6080      Branch: perl
6081            ! op.c t/op/arith.t
6082 ____________________________________________________________________________
6083 [ 14612] By: jhi                                   on 2002/02/09  18:15:39
6084         Log: Use the same escaping mechanism for all the *flags.
6085      Branch: perl
6086            ! lib/ExtUtils/Embed.pm
6087 ____________________________________________________________________________
6088 [ 14611] By: jhi                                   on 2002/02/09  17:26:06
6089         Log: Protect possible parentheses in ccflags, ccdlflags, and
6090              ldflags.  (In OS/390 there are parentheses in ccflags.)
6091      Branch: perl
6092            ! lib/ExtUtils/Embed.pm
6093 ____________________________________________________________________________
6094 [ 14610] By: jhi                                   on 2002/02/09  16:12:03
6095         Log: Subject: [PATCH] perl5db.pl: restart in taint mode
6096              From: Peter Scott <Peter@PSDT.com>
6097              Date: Fri, 08 Feb 2002 19:20:19 -0800
6098              Message-id: <4.3.2.7.2.20020208191757.00b4cea0@shell2.webquarry.com>
6099      Branch: perl
6100            ! lib/perl5db.pl
6101 ____________________________________________________________________________
6102 [ 14609] By: jhi                                   on 2002/02/08  21:33:59
6103         Log: FAQ sync.
6104      Branch: perl
6105            ! pod/perlfaq2.pod pod/perlfaq3.pod pod/perlfaq4.pod
6106 ____________________________________________________________________________
6107 [ 14608] By: jhi                                   on 2002/02/08  20:46:38
6108         Log: Subject: [PATCH] CopFILE / MacPerl_MPWFileName
6109              From: Chris Nandor <pudge@pobox.com>
6110              Date: Fri, 08 Feb 2002 16:31:41 -0500
6111              Message-ID: <pudge-10FC3D.16314108022002@onion.valueclick.com>
6112      Branch: perl
6113            ! cop.h deb.c pp_ctl.c toke.c util.c
6114 ____________________________________________________________________________
6115 [ 14607] By: pudge                                 on 2002/02/08  19:21:04
6116         Log: Redo CopFILE / MacPerl_MPWFIleName patch
6117      Branch: maint-5.6/macperl
6118            ! cop.h deb.c pp_ctl.c toke.c util.c
6119 ____________________________________________________________________________
6120 [ 14606] By: jhi                                   on 2002/02/08  19:18:41
6121         Log: The metaconfig unit change to go with #14605.
6122      Branch: metaconfig/U/perl
6123            ! libperl.U
6124 ____________________________________________________________________________
6125 [ 14605] By: jhi                                   on 2002/02/08  19:18:17
6126         Log: The Configure change to go with #14604.
6127      Branch: perl
6128            ! Configure
6129 ____________________________________________________________________________
6130 [ 14604] By: jhi                                   on 2002/02/08  19:13:56
6131         Log: Subject: [PATCH] Re:  [ID 20020205.007] BSDi test failure perl 5.6.1
6132              From: Andy Dougherty <doughera@lafayette.edu>
6133              Date: Fri, 8 Feb 2002 13:43:49 -0500 (EST)
6134              Message-ID: <Pine.SOL.4.10.10202081341170.15295-100000@maxwell.phys.lafayette.edu>
6135      Branch: perl
6136            ! hints/bsdos.sh
6137 ____________________________________________________________________________
6138 [ 14603] By: nick                                  on 2002/02/08  18:16:09
6139         Log: Integrate mainline
6140      Branch: perlio
6141           +> ext/threads/t/libc.t
6142           !> Configure MANIFEST djgpp/djgppsed.sh doio.c perl.c pp_sys.c
6143           !> t/io/argv.t t/op/taint.t t/run/fresh_perl.t
6144 ____________________________________________________________________________
6145 [ 14602] By: sky                                   on 2002/02/08  15:19:15
6146         Log: Start testing for safe localtime functions, TODO, test more functions.
6147      Branch: perl
6148            + ext/threads/t/libc.t
6149            ! MANIFEST
6150 ____________________________________________________________________________
6151 [ 14601] By: jhi                                   on 2002/02/08  14:14:16
6152         Log: Subject: Re: [PATCH] eof() coredumps when ARGV is aliased to another filehandle
6153              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
6154              Date: Fri, 8 Feb 2002 00:21:07 +0100
6155              Message-ID: <20020208002107.E763@rafael>
6156      Branch: perl
6157            ! doio.c pp_sys.c t/io/argv.t
6158 ____________________________________________________________________________
6159 [ 14600] By: jhi                                   on 2002/02/08  14:07:15
6160         Log: Subject: [PATCH] Configure followed by make minitest
6161              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
6162              Date: Wed, 06 Feb 2002 21:35:20 -0800
6163              Message-ID: <YIhY8gzkgSbC092yn@efn.org>
6164      Branch: perl
6165            ! t/op/taint.t t/run/fresh_perl.t
6166 ____________________________________________________________________________
6167 [ 14599] By: jhi                                   on 2002/02/08  14:05:12
6168         Log: Integrate perlio;
6169              
6170              Extract something from yesterdays effort - convert my mail on pad
6171              data structures (incoporating Sarathy's corrections/clarifications)
6172              into POD in cv.h which gets autodoc.pl'ed into pod/perlintern.pod.
6173      Branch: perl
6174           !> cv.h pod/perlapi.pod pod/perlintern.pod
6175 ____________________________________________________________________________
6176 [ 14598] By: jhi                                   on 2002/02/08  14:01:28
6177         Log: metaconfig unit changes for #14597.
6178      Branch: metaconfig
6179            ! U/modified/Loc.U
6180      Branch: metaconfig/U/perl
6181            ! libperl.U
6182 ____________________________________________________________________________
6183 [ 14597] By: jhi                                   on 2002/02/08  14:01:01
6184         Log: Configure DJGPP tweak from Laszlo Molnar.
6185      Branch: perl
6186            ! Configure
6187 ____________________________________________________________________________
6188 [ 14596] By: jhi                                   on 2002/02/08  14:00:23
6189         Log: DJGPP tweaks from Laszlo Molnar.
6190      Branch: perl
6191            ! djgpp/djgppsed.sh perl.c
6192 ____________________________________________________________________________
6193 [ 14595] By: nick                                  on 2002/02/08  09:19:29
6194         Log: Extract something from yesterdays effort - convert my mail on pad
6195              data structures (incoporating Sarathy's corrections/clarifications)
6196              into POD in cv.h which gets autodoc.pl'ed into pod/perlintern.pod.
6197      Branch: perlio
6198            ! cv.h pod/perlapi.pod pod/perlintern.pod
6199 ____________________________________________________________________________
6200 [ 14594] By: nick                                  on 2002/02/08  08:34:49
6201         Log: Integrate mainline
6202      Branch: perlio
6203           +> NetWare/bat/BldNWExt-Exist.bat NetWare/t/NWModify-Exist.pl
6204           +> NetWare/t/NWScripts-Exist.pl t/base/num.t
6205           !> Changes MANIFEST ext/Encode/Encode.xs ext/Encode/Makefile.PL
6206           !> ext/Unicode/Normalize/t/norm.t ext/Unicode/Normalize/t/test.t
6207           !> hints/os390.sh lib/Benchmark.t lib/encoding.pm lib/encoding.t
6208           !> op.c patchlevel.h t/run/fresh_perl.t utf8.c
6209 ____________________________________________________________________________
6210 [ 14593] By: jhi                                   on 2002/02/08  03:08:20
6211         Log: To really skip the test an exit() is needed.
6212      Branch: perl
6213            ! lib/encoding.t
6214 ____________________________________________________________________________
6215 [ 14592] By: jhi                                   on 2002/02/08  02:57:30
6216         Log: More diagnostics from Nicholas Clark.
6217      Branch: perl
6218            ! lib/Benchmark.t
6219 ____________________________________________________________________________
6220 [ 14591] By: jhi                                   on 2002/02/07  22:54:57
6221         Log: In case of failure be more verbose.
6222      Branch: perl
6223            ! t/base/num.t
6224 ____________________________________________________________________________
6225 [ 14590] By: pudge                                 on 2002/02/07  19:29:03
6226         Log: Update Changes
6227      Branch: maint-5.6/macperl
6228            ! macos/Changes
6229 ____________________________________________________________________________
6230 [ 14589] By: pudge                                 on 2002/02/07  19:26:55
6231         Log: Merge AEGizmos library into PPC binary
6232      Branch: maint-5.6/macperl
6233            ! macos/Makefile.mk
6234 ____________________________________________________________________________
6235 [ 14588] By: pudge                                 on 2002/02/07  18:51:05
6236         Log: Add -ansifor for MrCpp options
6237      Branch: maint-5.6/macperl
6238            ! macos/BuildRules.mk
6239 ____________________________________________________________________________
6240 [ 14587] By: pudge                                 on 2002/02/07  18:46:28
6241         Log: Check ownership of CatInfos (MacPerl Bug #494482)
6242      Branch: maint-5.6/macperl
6243            ! macos/ext/Mac/Files/Files.xs
6244 ____________________________________________________________________________
6245 [ 14586] By: pudge                                 on 2002/02/07  18:40:21
6246         Log: Resource updates
6247      Branch: maint-5.6/macperl
6248            ! macos/macperl/MacPerl.r macos/macperl/MacPerl.rsrc
6249 ____________________________________________________________________________
6250 [ 14585] By: pudge                                 on 2002/02/07  18:38:44
6251         Log: Empty path is ENOENT (MacPerl Bug #512351)
6252      Branch: maint-5.6/macperl
6253            ! macos/macperl/MPAppleEvents.c
6254 ____________________________________________________________________________
6255 [ 14584] By: pudge                                 on 2002/02/07  18:38:03
6256         Log: Fix horrible list maintencance bugs (MacPerl Bug #443568)
6257      Branch: maint-5.6/macperl
6258            ! macos/macperl/MPAEVTStream.cp
6259 ____________________________________________________________________________
6260 [ 14583] By: pudge                                 on 2002/02/07  18:36:29
6261         Log: macify(ABSTRACT_FROM)
6262      Branch: maint-5.6/macperl
6263            ! macos/lib/ExtUtils/MM_MacOS.pm
6264 ____________________________________________________________________________
6265 [ 14582] By: pudge                                 on 2002/02/07  18:35:20
6266         Log: Use correct Mac filenames in error messages, caller()
6267      Branch: maint-5.6/macperl
6268            ! deb.c pp_ctl.c toke.c util.c
6269 ____________________________________________________________________________
6270 [ 14581] By: jhi                                   on 2002/02/07  17:10:06
6271         Log: Sanity checks to see that the IV/NV and the PV of numeric
6272              scalars stay in sync (unearthed this via the OS/390 gcvt()
6273              brokenness)
6274      Branch: perl
6275            + t/base/num.t
6276            ! MANIFEST
6277 ____________________________________________________________________________
6278 [ 14580] By: jhi                                   on 2002/02/07  14:07:33
6279         Log: Retract the anon leak subpatch of #14418 and #14431
6280              (the latter came into bleadperl as part of #14433).
6281      Branch: perl
6282            ! op.c t/run/fresh_perl.t
6283 ____________________________________________________________________________
6284 [ 14579] By: jhi                                   on 2002/02/06  23:38:10
6285         Log: OS/390 gcvt() seems buggy: with -W 0,float(ieee) it
6286              mangles 0.1 to "10".  sprintf() seems more well-behaved.
6287      Branch: perl
6288            ! hints/os390.sh
6289 ____________________________________________________________________________
6290 [ 14578] By: jhi                                   on 2002/02/06  19:56:53
6291         Log: Subject: [PATCH @14557] another Encode fix for VMS
6292              From: "Craig A. Berry" <craigberry@mac.com>
6293              Date: Wed, 06 Feb 2002 14:44:20 -0600
6294              Message-Id: <5.1.0.14.2.20020206143717.01baf008@exchi01>
6295      Branch: perl
6296            ! ext/Encode/Encode.xs ext/Encode/Makefile.PL
6297 ____________________________________________________________________________
6298 [ 14577] By: jhi                                   on 2002/02/06  15:38:25
6299         Log: Integrate perlio;
6300              
6301              One way to avoid OS390 winge about #line directives.
6302      Branch: perl
6303           !> ext/Encode/EUC_JP/Makefile.PL
6304 ____________________________________________________________________________
6305 [ 14576] By: jhi                                   on 2002/02/06  15:36:55
6306         Log: Update Changes.
6307      Branch: perl
6308            ! Changes patchlevel.h
6309 ____________________________________________________________________________
6310 [ 14575] By: nick                                  on 2002/02/06  15:23:24
6311         Log: One way to avoid OS390 winge about #line directives.
6312      Branch: perlio
6313            ! ext/Encode/EUC_JP/Makefile.PL
6314 ____________________________________________________________________________
6315 [ 14574] By: jhi                                   on 2002/02/06  15:11:05
6316         Log: s/Netware/NetWare/
6317      Branch: perl
6318            ! MANIFEST
6319 ____________________________________________________________________________
6320 [ 14573] By: jhi                                   on 2002/02/06  15:10:00
6321         Log: New Netware scripts.
6322      Branch: perl
6323            + NetWare/bat/BldNWExt-Exist.bat NetWare/t/NWModify-Exist.pl
6324            + NetWare/t/NWScripts-Exist.pl
6325            ! MANIFEST
6326 ____________________________________________________________________________
6327 [ 14572] By: jhi                                   on 2002/02/06  15:02:20
6328         Log: EBCDIC: the encoding pragma would need some rethinking,
6329              probably a pass of EBCDIC->Unicode mapping.  For now,
6330              disable it on EBCDIC.
6331      Branch: perl
6332            ! lib/encoding.pm lib/encoding.t
6333 ____________________________________________________________________________
6334 [ 14571] By: jhi                                   on 2002/02/06  14:44:27
6335         Log: EBCDIC: Unicode::Normalize NFC emits EBCDIC code points
6336              for the low 256.  Now tweaked the tests, but maybe it's
6337              the module that needs few NATIVE_TO_UNI()s somewhere?
6338      Branch: perl
6339            ! ext/Unicode/Normalize/t/norm.t ext/Unicode/Normalize/t/test.t
6340 ____________________________________________________________________________
6341 [ 14570] By: jhi                                   on 2002/02/06  13:59:19
6342         Log: Subject: [PATCH utf8.c] format problem
6343              From: Robin Barker <rmb1@cise.npl.co.uk>
6344              Date: Wed, 6 Feb 2002 14:01:43 GMT
6345              Message-Id: <200202061401.OAA25053@tempest.npl.co.uk>
6346      Branch: perl
6347            ! utf8.c
6348 ____________________________________________________________________________
6349 [ 14569] By: nick                                  on 2002/02/06  09:52:23
6350         Log: Integrate mainline
6351      Branch: perlio
6352           !> NetWare/Makefile NetWare/bat/BldNWExt.bat
6353           !> NetWare/dl_netware.xs NetWare/interface.c NetWare/interface.h
6354           !> NetWare/iperlhost.h NetWare/nw5.c NetWare/nw5sck.c
6355           !> NetWare/nw5sck.h NetWare/nw5thread.h NetWare/t/NWModify.pl
6356           !> NetWare/t/NWScripts.pl ext/Encode/t/Encode.t
6357           !> lib/File/Spec/t/rel2abs2rel.t makedef.pl
6358 ____________________________________________________________________________
6359 [ 14568] By: jhi                                   on 2002/02/06  04:44:33
6360         Log: EBCDIC: 0x41 is not cricket.
6361      Branch: perl
6362            ! ext/Encode/t/Encode.t
6363 ____________________________________________________________________________
6364 [ 14567] By: jhi                                   on 2002/02/05  23:12:19
6365         Log: NetWare update from Ananth Kesari.
6366      Branch: perl
6367            ! NetWare/Makefile NetWare/bat/BldNWExt.bat
6368            ! NetWare/dl_netware.xs NetWare/interface.c NetWare/interface.h
6369            ! NetWare/iperlhost.h NetWare/nw5.c NetWare/nw5sck.c
6370            ! NetWare/nw5sck.h NetWare/nw5thread.h NetWare/t/NWModify.pl
6371            ! NetWare/t/NWScripts.pl makedef.pl
6372 ____________________________________________________________________________
6373 [ 14566] By: sky                                   on 2002/02/05  18:39:13
6374         Log: Subject: Re: File::Spec::rel2abs2rel (?)
6375              From: Michael G Schwern <schwern@pobox.com>
6376              Date: Tue, 5 Feb 2002 13:47:39 -0500
6377              Message-ID: <20020205184739.GB17375@blackrider>
6378      Branch: perl
6379            ! lib/File/Spec/t/rel2abs2rel.t
6380 ____________________________________________________________________________
6381 [ 14565] By: nick                                  on 2002/02/05  17:31:24
6382         Log: Integrate mainline
6383      Branch: perlio
6384           !> ext/DynaLoader/dl_dyld.xs ext/POSIX/t/posix.t hints/darwin.sh
6385           !> lib/File/Spec/t/rel2abs2rel.t perl.h regexec.c t/op/filetest.t
6386           !> utf8.h
6387 ____________________________________________________________________________
6388 [ 14564] By: jhi                                   on 2002/02/05  17:05:40
6389         Log: Integrate perlio;
6390              
6391              More Encode tweaks:
6392              - make expensive and marginal substring search optional (-O)
6393              - enable -O for ASCII-oid encodings (search space is small)
6394              - add ASCII-oid jis0201 to basic Encode.so
6395              - add some other Japanese encodings to EUC_JP bundle (without -O)
6396      Branch: perl
6397           +> ext/Encode/Encode/jis0201.ucm
6398           !> MANIFEST ext/Encode/EUC_JP/Makefile.PL ext/Encode/Makefile.PL
6399           !> ext/Encode/compile
6400 ____________________________________________________________________________
6401 [ 14563] By: nick                                  on 2002/02/05  16:01:15
6402         Log: More Encode tweaks:
6403              - make expensive and marginal substring search optional (-O)
6404              - enable -O for ASCII-oid encodings (search space is small)
6405              - add ASCII-oid jis0201 to basic Encode.so
6406              - add some other Japanese encodings to EUC_JP bundle (without -O)
6407      Branch: perlio
6408            + ext/Encode/Encode/jis0201.ucm
6409            ! MANIFEST ext/Encode/EUC_JP/Makefile.PL ext/Encode/Makefile.PL
6410            ! ext/Encode/compile
6411 ____________________________________________________________________________
6412 [ 14562] By: sky                                   on 2002/02/05  14:50:36
6413         Log: Add in change for Apple/Darwin Bug: 2785519 to fix memory leaks.
6414      Branch: perl
6415            ! ext/DynaLoader/dl_dyld.xs ext/POSIX/t/posix.t
6416 ____________________________________________________________________________
6417 [ 14561] By: jhi                                   on 2002/02/05  14:25:36
6418         Log: EBCDIC: SHARP S is different.
6419      Branch: perl
6420            ! regexec.c utf8.h
6421 ____________________________________________________________________________
6422 [ 14560] By: sky                                   on 2002/02/05  13:49:40
6423         Log: Don't assume that we can chmod symlinks. It fails on MacOSX HFS+ when building using mksymlinks
6424      Branch: perl
6425            ! t/op/filetest.t
6426 ____________________________________________________________________________
6427 [ 14559] By: sky                                   on 2002/02/05  11:39:24
6428         Log: Add . first to the PATH environment to test that we really
6429              get ./perl and not some other older perl.
6430      Branch: perl
6431            ! lib/File/Spec/t/rel2abs2rel.t
6432 ____________________________________________________________________________
6433 [ 14558] By: sky                                   on 2002/02/05  11:20:21
6434         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...
6435      Branch: perl
6436            ! ext/POSIX/t/posix.t
6437 ____________________________________________________________________________
6438 [ 14557] By: sky                                   on 2002/02/05  10:30:58
6439         Log: Enable building with threads under macosx, assume __APPLE__ means darwin and disable _r functions, since we don't have them.
6440      Branch: perl
6441            ! hints/darwin.sh perl.h
6442 ____________________________________________________________________________
6443 [ 14556] By: nick                                  on 2002/02/05  06:58:52
6444         Log: Integrate mainline
6445      Branch: perlio
6446           !> MANIFEST configure.com ext/Encode/EUC_JP/Makefile.PL
6447           !> ext/Encode/Encode.xs lib/File/Find/t/find.t
6448           !> lib/File/Find/t/taint.t
6449 ____________________________________________________________________________
6450 [ 14555] By: pudge                                 on 2002/02/05  02:20:45
6451         Log: Integrate change #14439 from maintperl
6452      Branch: maint-5.6/macperl
6453           !> op.c
6454 ____________________________________________________________________________
6455 [ 14554] By: jhi                                   on 2002/02/04  23:22:28
6456         Log: Subject: [PATCH] File::Find tests not cleaning up properly
6457              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
6458              Date: Mon, 4 Feb 2002 22:09:07 +0100
6459              Message-ID: <20020204220907.A8288@rafael>
6460      Branch: perl
6461            ! lib/File/Find/t/find.t lib/File/Find/t/taint.t
6462 ____________________________________________________________________________
6463 [ 14553] By: jhi                                   on 2002/02/04  22:27:11
6464         Log: Signedness mumblings from Tru64.
6465      Branch: perl
6466            ! ext/Encode/Encode.xs
6467 ____________________________________________________________________________
6468 [ 14552] By: jhi                                   on 2002/02/04  22:22:16
6469         Log: Subject: [PATCH @14550] Encode build fix-ups for VMS
6470              From: "Craig A. Berry" <craigberry@mac.com>
6471              Date: Mon, 04 Feb 2002 17:16:00 -0600
6472              Message-Id: <5.1.0.14.2.20020204161211.01c0a178@exchi01>
6473      Branch: perl
6474            ! MANIFEST configure.com ext/Encode/EUC_JP/Makefile.PL
6475            ! ext/Encode/Encode.xs
6476 ____________________________________________________________________________
6477 [ 14551] By: nick                                  on 2002/02/04  16:00:31
6478         Log: Integrate mainline
6479      Branch: perlio
6480           !> Changes lib/CPAN.pm lib/h2xs.t lib/locale.t
6481           !> lib/unicore/mktables patchlevel.h pod/perluniintro.pod
6482           !> regcomp.c
6483 ____________________________________________________________________________
6484 [ 14550] By: jhi                                   on 2002/02/04  14:47:00
6485         Log: Update Changes.
6486      Branch: perl
6487            ! Changes patchlevel.h
6488 ____________________________________________________________________________
6489 [ 14549] By: jhi                                   on 2002/02/04  13:57:42
6490         Log: Comment microtweaks.
6491      Branch: perl
6492            ! lib/locale.t
6493 ____________________________________________________________________________
6494 [ 14548] By: jhi                                   on 2002/02/04  13:32:00
6495         Log: Subject: trivial docu patch
6496              From: andreas.koenig@anima.de (Andreas J. Koenig)
6497              Date: 04 Feb 2002 08:15:19 +0100
6498              Message-ID: <m3pu3l7m60.fsf@anima.de>
6499      Branch: perl
6500            ! pod/perluniintro.pod
6501 ____________________________________________________________________________
6502 [ 14547] By: jhi                                   on 2002/02/04  13:30:55
6503         Log: Subject: [PATCH] (??{ }) anomaly
6504              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
6505              Date: Sun, 03 Feb 2002 20:21:45 -0800
6506              Message-ID: <ZxgX8gzkgCXO092yn@efn.org> 
6507      Branch: perl
6508            ! regcomp.c
6509 ____________________________________________________________________________
6510 [ 14546] By: jhi                                   on 2002/02/04  04:41:02
6511         Log: Integrate perlio.
6512              
6513              Carry on where we left off if we have to grow destination
6514              SV during XS encode/decode
6515              
6516              Remove debugging warning, be consistent about API fails.
6517      Branch: perl
6518           !> ext/Encode/Encode.xs
6519 ____________________________________________________________________________
6520 [ 14545] By: nick                                  on 2002/02/03  20:03:38
6521         Log: Remove debugging warning, be consistent about API fails.
6522      Branch: perlio
6523            ! ext/Encode/Encode.xs
6524 ____________________________________________________________________________
6525 [ 14544] By: nick                                  on 2002/02/03  19:47:48
6526         Log: Carry on where we left off if we have to grow destination SV during XS encode/decode
6527      Branch: perlio
6528            ! ext/Encode/Encode.xs
6529 ____________________________________________________________________________
6530 [ 14543] By: jhi                                   on 2002/02/03  19:06:06
6531         Log: Subject: PATCH CPAN.pm
6532              From: Mark-Jason Dominus <mjd@plover.com>
6533              Date: Sun, 03 Feb 2002 12:36:36 -0500
6534              Message-ID: <20020203173636.27451.qmail@plover.com>
6535      Branch: perl
6536            ! lib/CPAN.pm
6537 ____________________________________________________________________________
6538 [ 14542] By: jhi                                   on 2002/02/03  19:05:13
6539         Log: Must search further back.
6540      Branch: perl
6541            ! lib/h2xs.t
6542 ____________________________________________________________________________
6543 [ 14541] By: nick                                  on 2002/02/03  18:52:09
6544         Log: Integrate mainline
6545      Branch: perlio
6546           !> (integrate 29 files)
6547 ____________________________________________________________________________
6548 [ 14540] By: jhi                                   on 2002/02/03  18:33:53
6549         Log: EBCDIC: more natification.
6550      Branch: perl
6551            ! regcomp.c
6552 ____________________________________________________________________________
6553 [ 14539] By: jhi                                   on 2002/02/03  18:32:31
6554         Log: Debug noise.
6555      Branch: perl
6556            ! ext/Encode/Encode.xs
6557 ____________________________________________________________________________
6558 [ 14538] By: jhi                                   on 2002/02/03  18:13:07
6559         Log: Integrate perlio;
6560              
6561              Stable intermediate point in Encode cleanup.
6562              :encode(euc-jp) works on Dan's table.euc
6563              Much buffer copying and other silliness remains.
6564      Branch: perl
6565           !> ext/Encode/Encode.pm ext/Encode/Encode.xs
6566           !> ext/Encode/lib/Encode/Encoding.pm
6567 ____________________________________________________________________________
6568 [ 14537] By: jhi                                   on 2002/02/03  17:57:31
6569         Log: Prettify.
6570      Branch: perl
6571            ! lib/unicore/mktables
6572 ____________________________________________________________________________
6573 [ 14536] By: nick                                  on 2002/02/03  17:32:03
6574         Log: Stable intermediate point in Encode cleanup.
6575              :encode(euc-jp) works on Dan's table.euc
6576              Much buffer copying and other silliness remains.
6577      Branch: perlio
6578            ! ext/Encode/Encode.pm ext/Encode/Encode.xs
6579            ! ext/Encode/lib/Encode/Encoding.pm
6580 ____________________________________________________________________________
6581 [ 14535] By: jhi                                   on 2002/02/03  17:29:57
6582         Log: EBCDIC: it's much nicer to compare Unicode code points
6583              to Unicode code points.
6584      Branch: perl
6585            ! regexec.c
6586 ____________________________________________________________________________
6587 [ 14534] By: jhi                                   on 2002/02/03  17:04:34
6588         Log: EBCDIC: character classes must remap the low 256.
6589      Branch: perl
6590            ! regcomp.c
6591 ____________________________________________________________________________
6592 [ 14533] By: jhi                                   on 2002/02/03  16:05:12
6593         Log: Upgrade to I18N::LangTags::List 0.27, from Sean Burke.
6594      Branch: perl
6595            ! lib/I18N/LangTags/List.pm
6596 ____________________________________________________________________________
6597 [ 14532] By: jhi                                   on 2002/02/03  15:36:36
6598         Log: FAQ sync.
6599      Branch: perl
6600            ! pod/perlfaq.pod pod/perlfaq1.pod pod/perlfaq4.pod
6601            ! pod/perlfaq6.pod pod/perlfaq7.pod
6602 ____________________________________________________________________________
6603 [ 14531] By: jhi                                   on 2002/02/03  15:35:28
6604         Log: Integrate perlio;
6605              
6606              Re-indent Encode.xs
6607              
6608              Fix SvGROW on an SV with SvLEN == 0 - copy in any existing data.
6609              (Mis-feature discovered by Encode.)
6610      Branch: perl
6611           !> ext/Encode/Encode.pm ext/Encode/Encode.xs sv.c
6612 ____________________________________________________________________________
6613 [ 14530] By: jhi                                   on 2002/02/03  15:30:24
6614         Log: Subject: [PATCH] lstat FH and -l FH warnings
6615              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
6616              Date: Sat, 2 Feb 2002 22:24:54 +0100           
6617              Message-ID: <20020202222454.A11608@rafael>       
6618      Branch: perl
6619            ! doio.c lib/File/Copy.pm pod/perldiag.pod pp_sys.c
6620            ! t/lib/warnings/doio t/lib/warnings/pp_sys t/op/stat.t
6621 ____________________________________________________________________________
6622 [ 14529] By: jhi                                   on 2002/02/03  15:27:26
6623         Log: Subject: [PATCH t/op/taint.t] remove possible false positive
6624              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
6625              Date: Sat, 2 Feb 2002 13:11:01 +0100           
6626              Message-ID: <20020202131101.A722@rafael>               
6627              
6628              Subject: [PATCH t/op/ver.t] another false positive
6629              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
6630              Date: Sat, 2 Feb 2002 13:38:22 +0100           
6631              Message-ID: <20020202133822.E722@rafael>         
6632              
6633              Subject: [PATCH] t/test.pl:ok() doesn't work
6634              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)  
6635              Date: Sun, 03 Feb 2002 00:02:38 -0800          
6636              Message-ID: <e6OX8gzkgSMO092yn@efn.org>          
6637      Branch: perl
6638            ! lib/Net/t/netrc.t t/op/stat.t t/op/taint.t t/op/ver.t
6639            ! t/test.pl
6640 ____________________________________________________________________________
6641 [ 14528] By: jhi                                   on 2002/02/03  15:26:33
6642         Log: Subject: [PATCH @13746] OS2::Process's constants
6643              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
6644              Date: Sat, 2 Feb 2002 01:00:55 -0500           
6645              Message-ID: <20020202010055.A12924@math.ohio-state.edu>
6646      Branch: perl
6647            ! os2/OS2/Process/Makefile.PL
6648 ____________________________________________________________________________
6649 [ 14527] By: jhi                                   on 2002/02/03  15:16:46
6650         Log: Subject: [PATCH @13746] h2xs   
6651              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
6652              Date: Sat, 2 Feb 2002 00:58:44 -0500           
6653              Message-ID: <20020202005844.A12756@math.ohio-state.edu>
6654      Branch: perl
6655            ! utils/h2xs.PL
6656 ____________________________________________________________________________
6657 [ 14526] By: nick                                  on 2002/02/03  14:54:18
6658         Log: Fix SvGROW on an SV with SvLEN == 0 - copy in any existing data.
6659              (Mis-feature discovered by Encode.)
6660      Branch: perlio
6661            ! sv.c
6662 ____________________________________________________________________________
6663 [ 14525] By: jhi                                   on 2002/02/02  16:44:58
6664         Log: EBCDIC: since #14519 made \N{...} to remap,
6665              the test cannot expect an ASCII code point.
6666      Branch: perl
6667            ! lib/charnames.t
6668 ____________________________________________________________________________
6669 [ 14524] By: jhi                                   on 2002/02/02  05:03:24
6670         Log: Sub-MANIFEST-tweak.
6671      Branch: perl
6672            ! ext/Encode/MANIFEST
6673 ____________________________________________________________________________
6674 [ 14523] By: jhi                                   on 2002/02/02  02:54:44
6675         Log: Subject: [Patch] Encode::Tcl::Escape, more ISO2022 like
6676              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
6677              Date: Fri, 01 Feb 2002 23:51:03 +0900
6678              Message-Id: <20020201234727.15ED.BQW10602@nifty.com>
6679      Branch: perl
6680            ! ext/Encode/lib/Encode/Tcl/Escape.pm
6681 ____________________________________________________________________________
6682 [ 14522] By: jhi                                   on 2002/02/02  02:53:29
6683         Log: Subject: [PATCH] (Was Re: [ID 20020129.003] Trouble building perl 5.6.1)
6684              From: Andy Dougherty <doughera@lafayette.edu>
6685              Date: Fri, 1 Feb 2002 13:06:05 -0500 (EST)
6686              Message-ID: <Pine.SOL.4.10.10202011243130.24740-100000@maxwell.phys.lafayette.edu>
6687      Branch: perl
6688            ! README.solaris hints/solaris_2.sh
6689 ____________________________________________________________________________
6690 [ 14521] By: jhi                                   on 2002/02/02  02:08:42
6691         Log: EBCDIC: no hope to get the low 256 right in unifolding.
6692      Branch: perl
6693            ! t/uni/fold.t
6694 ____________________________________________________________________________
6695 [ 14520] By: jhi                                   on 2002/02/02  02:02:13
6696         Log: todo entry for missing pack formats.
6697      Branch: perl
6698            ! pod/perltodo.pod
6699 ____________________________________________________________________________
6700 [ 14519] By: jhi                                   on 2002/02/02  01:31:50
6701         Log: EBCDIC: the low 256 \N{...} need to be remapped.
6702      Branch: perl
6703            ! toke.c
6704 ____________________________________________________________________________
6705 [ 14518] By: nick                                  on 2002/02/01  18:32:03
6706         Log: indent -kr -nce and some manual tweaks to match perl style.
6707      Branch: perlio
6708            ! ext/Encode/Encode.xs
6709 ____________________________________________________________________________
6710 [ 14517] By: nick                                  on 2002/02/01  18:20:46
6711         Log: Integrate mainline
6712      Branch: perlio
6713           !> Changes MANIFEST configpm doio.c lib/Attribute/Handlers.pm
6714           !> lib/Attribute/Handlers/t/multi.t lib/CPAN.pm
6715           !> lib/Math/Complex.pm lib/Math/Complex.t lib/open.pm
6716           !> patchlevel.h pod/perldiag.pod pod/perlfunc.pod
6717           !> pod/perluniintro.pod pp.c pp_sys.c regexec.c t/io/utf8.t
6718           !> t/lib/warnings/pp_sys t/lib/warnings/utf8 t/op/inccode.t
6719           !> t/op/lc.t t/op/stat.t t/run/switches.t utf8.c
6720 ____________________________________________________________________________
6721 [ 14516] By: jhi                                   on 2002/02/01  16:46:16
6722         Log: Integrate perlio; 
6723              
6724              Minor Encode tweaks:
6725              - move Encode.pm back to top of Encode like normal XS extension
6726              - avoid .def as a file extension (Win32 builds)
6727      Branch: perl
6728            ! MANIFEST
6729           !> ext/Encode/EUC_JP/Makefile.PL ext/Encode/Encode.xs
6730           !> ext/Encode/Makefile.PL ext/Encode/compile
6731 ____________________________________________________________________________
6732 [ 14515] By: nick                                  on 2002/02/01  16:27:59
6733         Log: Minor Encode tweaks:
6734              - move Encode.pm back to top of Encode like normal XS extension
6735              - avoid .def as a file extension (Win32 builds)
6736      Branch: perlio
6737           +> ext/Encode/Encode.pm
6738            - ext/Encode/lib/Encode.pm
6739            ! MANIFEST ext/Encode/EUC_JP/Makefile.PL ext/Encode/Encode.xs
6740            ! ext/Encode/Makefile.PL ext/Encode/compile
6741 ____________________________________________________________________________
6742 [ 14514] By: jhi                                   on 2002/02/01  14:45:26
6743         Log: Subject: [PATCH utf8.t] temp file not cleaned up
6744              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
6745              Date: Fri, 1 Feb 2002 15:47:46 +0100
6746              Message-ID: <20020201154746.A24079@rafael>
6747      Branch: perl
6748            ! t/io/utf8.t
6749 ____________________________________________________________________________
6750 [ 14513] By: jhi                                   on 2002/02/01  14:44:39
6751         Log: Subject: [PATCH] make "lstat FH" croak
6752              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
6753              Date: Fri, 1 Feb 2002 15:12:50 +0100
6754              Message-ID: <20020201151250.A738@rafael>
6755      Branch: perl
6756            ! pod/perldiag.pod pp_sys.c t/op/stat.t
6757 ____________________________________________________________________________
6758 [ 14512] By: jhi                                   on 2002/02/01  14:42:58
6759         Log: Subject: [PATCH t/op/stat.t] Mentioning Darwins UFS ctime failure
6760              From: Kay Röpke <kroepke@dolphin-services.de>
6761              Date: Fri, 1 Feb 2002 01:10:43 +0100
6762              Message-Id: <2255B944-16A8-11D6-814B-000393414688@dolphin-services.de>
6763      Branch: perl
6764            ! t/op/stat.t
6765 ____________________________________________________________________________
6766 [ 14511] By: jhi                                   on 2002/02/01  05:17:59
6767         Log: The Malformed UTF-8 Heisenbug seen by Merijn and NickC
6768              I got it in Tru64 + ithreads but only without -g, took
6769              some debugging by printf (which was no fun either since
6770              adding some debug printfs hid the error)
6771      Branch: perl
6772            ! regexec.c utf8.c
6773 ____________________________________________________________________________
6774 [ 14510] By: jhi                                   on 2002/01/31  22:48:13
6775         Log: Subject: Re: [PATCH] perl -V:
6776              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)            
6777              Date: Thu, 31 Jan 2002 12:10:20 -0800
6778              Message-ID: <sSaW8gzkgaNQ092yn@efn.org>
6779              
6780              Subject: Re: [PATCH] perl -V:
6781              From: Michael G Schwern <schwern@pobox.com>
6782              Date: Thu, 31 Jan 2002 16:43:13 -0500
6783              Message-ID: <20020131214313.GH6498@blackrider>
6784      Branch: perl
6785            ! t/run/switches.t
6786 ____________________________________________________________________________
6787 [ 14509] By: jhi                                   on 2002/01/31  21:30:46
6788         Log: #14505 effect.
6789      Branch: perl
6790            ! pod/perluniintro.pod
6791 ____________________________________________________________________________
6792 [ 14508] By: jhi                                   on 2002/01/31  16:57:18
6793         Log: Daniel S. Lewart adopts the Math::Complex.
6794      Branch: perl
6795            ! lib/Math/Complex.pm
6796 ____________________________________________________________________________
6797 [ 14507] By: jhi                                   on 2002/01/31  16:54:44
6798         Log: More Complex DWIMmery.
6799      Branch: perl
6800            ! lib/Math/Complex.pm lib/Math/Complex.t
6801 ____________________________________________________________________________
6802 [ 14506] By: jhi                                   on 2002/01/31  15:27:49
6803         Log: Subject: [PATCH 20020124.004] forbid -l _ after -T _
6804              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
6805              Date: Thu, 31 Jan 2002 14:37:52 +0100
6806              Message-ID: <20020131143752.A1452@rafael>
6807      Branch: perl
6808            ! pod/perlfunc.pod pp_sys.c t/lib/warnings/pp_sys t/op/stat.t
6809 ____________________________________________________________________________
6810 [ 14505] By: jhi                                   on 2002/01/31  15:26:41
6811         Log: Turn the I/O Unicode error by default on, but the
6812              character-generating Unicode error by default off,
6813              as Larry suggested.
6814      Branch: perl
6815            ! doio.c pod/perldiag.pod pp.c t/io/utf8.t t/lib/warnings/utf8
6816            ! utf8.c
6817 ____________________________________________________________________________
6818 [ 14504] By: jhi                                   on 2002/01/31  14:08:44
6819         Log: Subject: [PATCH] open.pm minor cleanup
6820              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
6821              Date: Thu, 31 Jan 2002 15:03:02 +0100
6822              Message-ID: <20020131150302.C1452@rafael>
6823      Branch: perl
6824            ! lib/open.pm
6825 ____________________________________________________________________________
6826 [ 14503] By: jhi                                   on 2002/01/30  15:28:29
6827         Log: Update Changes.
6828      Branch: perl
6829            ! Changes patchlevel.h
6830 ____________________________________________________________________________
6831 [ 14502] By: jhi                                   on 2002/01/30  14:32:25
6832         Log: Subject: [PATCH re bug 200713.003] Re: Perlbug - reminder of bug(20010713.003) status
6833              From: Robin Barker <rmb1@cise.npl.co.uk>
6834              Date: Wed, 30 Jan 2002 11:58:33 GMT
6835              Message-Id: <200201301158.LAA14883@tempest.npl.co.uk>
6836      Branch: perl
6837            ! lib/CPAN.pm
6838 ____________________________________________________________________________
6839 [ 14501] By: jhi                                   on 2002/01/30  14:20:32
6840         Log: Move ext/Encode/lib/Encode.pm to ext/Encode/Encode.pm;
6841              re-sort MANIFEST.
6842      Branch: perl
6843            + ext/Encode/Encode.pm
6844            - ext/Encode/lib/Encode.pm
6845            ! MANIFEST ext/Encode/Makefile.PL
6846 ____________________________________________________________________________
6847 [ 14500] By: jhi                                   on 2002/01/30  14:05:13
6848         Log: Integrate perlio;
6849              
6850              Collect some stats during compile process.
6851              Experiment with effect of bundling all EUC-JP, EUC-CN, EUC-KR
6852              as one XS - inconclusive - marginal win?
6853              Add some comments to encode.h
6854      Branch: perl
6855           !> ext/Encode/EUC_JP/Makefile.PL ext/Encode/compile
6856           !> ext/Encode/encode.h
6857 ____________________________________________________________________________
6858 [ 14499] By: nick                                  on 2002/01/30  09:57:47
6859         Log: Collect some stats during compile process.
6860              Experiment with effect of bundling all EUC-JP, EUC-CN, EUC-KR
6861              as one XS - inconclusive - marginal win?
6862              Add some comments to encode.h
6863      Branch: perlio
6864            ! ext/Encode/EUC_JP/Makefile.PL ext/Encode/compile
6865            ! ext/Encode/encode.h
6866 ____________________________________________________________________________
6867 [ 14498] By: nick                                  on 2002/01/30  07:27:55
6868         Log: Integrate Jarkko's path/INC tweaks
6869      Branch: perlio
6870           !> ext/Encode/compile
6871 ____________________________________________________________________________
6872 [ 14497] By: jhi                                   on 2002/01/30  04:40:56
6873         Log: Subject: [PATCH] perl -V: (was: Re: Inline::C and Perl objects with C API's)   
6874              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
6875              Date: Tue, 29 Jan 2002 01:13:09 -0800
6876              Message-ID: <lemV8gzkgu/K092yn@efn.org>
6877      Branch: perl
6878            ! configpm
6879 ____________________________________________________________________________
6880 [ 14496] By: jhi                                   on 2002/01/30  01:55:57
6881         Log: Subject: [PATCH t/op/inccode.t] new test
6882              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
6883              Date: Tue, 29 Jan 2002 22:03:45 +0100
6884              Message-ID: <20020129220345.A704@rafael>
6885      Branch: perl
6886            ! t/op/inccode.t
6887 ____________________________________________________________________________
6888 [ 14495] By: jhi                                   on 2002/01/30  01:01:26
6889         Log: EBCDIC: t/op/lc.t now passes.
6890      Branch: perl
6891            ! t/op/lc.t
6892 ____________________________________________________________________________
6893 [ 14494] By: jhi                                   on 2002/01/30  00:41:52
6894         Log: EBCDIC fix: t/op/lc.t failures 24-25, 29-30, 34-35, 39-40
6895      Branch: perl
6896            ! utf8.c
6897 ____________________________________________________________________________
6898 [ 14493] By: jhi                                   on 2002/01/29  22:32:05
6899         Log: Must find stuff during build.
6900      Branch: perl
6901            ! ext/Encode/compile
6902 ____________________________________________________________________________
6903 [ 14492] By: jhi                                   on 2002/01/29  22:24:54
6904         Log: Integrate with perlio;
6905              
6906              Basics of a compiled Encode XS extension
6907      Branch: perl
6908           +> ext/Encode/EUC_JP/EUC_JP.pm ext/Encode/EUC_JP/Makefile.PL
6909           +> ext/Encode/Encode/euc-jp.ucm
6910           !> MANIFEST ext/Encode/Encode.xs ext/Encode/compile
6911           !> ext/Encode/encode.h
6912 ____________________________________________________________________________
6913 [ 14491] By: jhi                                   on 2002/01/29  22:23:25
6914         Log: EBCDIC tweaks-- no new test passes, but getting closer.
6915      Branch: perl
6916            ! utf8.c
6917 ____________________________________________________________________________
6918 [ 14490] By: nick                                  on 2002/01/29  21:20:57
6919         Log: Basics of a compiled Encode XS extension
6920      Branch: perlio
6921            + ext/Encode/EUC_JP/EUC_JP.pm ext/Encode/EUC_JP/Makefile.PL
6922            + ext/Encode/Encode/euc-jp.ucm
6923            ! MANIFEST ext/Encode/Encode.xs ext/Encode/compile
6924            ! ext/Encode/encode.h
6925 ____________________________________________________________________________
6926 [ 14489] By: nick                                  on 2002/01/29  18:40:54
6927         Log: Integrate mainline
6928      Branch: perlio
6929           +> ext/Encode/MANIFEST ext/Encode/README ext/Encode/lib/Encode.pm
6930           +> ext/Encode/lib/Encode/Encoding.pm
6931           +> ext/Encode/lib/Encode/Internal.pm ext/Encode/lib/Encode/Tcl.pm
6932           +> ext/Encode/lib/Encode/Tcl/Escape.pm
6933           +> ext/Encode/lib/Encode/Tcl/Extended.pm
6934           +> ext/Encode/lib/Encode/Tcl/HanZi.pm
6935           +> ext/Encode/lib/Encode/Tcl/Table.pm
6936           +> ext/Encode/lib/Encode/Unicode.pm ext/Encode/lib/Encode/XS.pm
6937           +> ext/Encode/lib/Encode/iso10646_1.pm
6938           +> ext/Encode/lib/Encode/ucs2_le.pm ext/Encode/lib/Encode/utf8.pm
6939           +> ext/Encode/lib/EncodeFormat.pod ext/Encode/t/Encode.t
6940           +> ext/Encode/t/Tcl.t
6941            - ext/Encode.t ext/Encode/Encode.pm
6942            - ext/Encode/Encode/EncodeFormat.pod ext/Encode/Encode/Tcl.pm
6943            - ext/Encode/Encode/Tcl.t ext/Encode/Todo
6944           !> (integrate 33 files)
6945 ____________________________________________________________________________
6946 [ 14488] By: jhi                                   on 2002/01/29  16:38:58
6947         Log: Subject: Re: [PATCH] Attribute::Handlers lexical refcount skew (was Re: lexical with attribute, refcount high)
6948              From: Richard Clamp <richardc@unixbeard.net>
6949              Date: Mon, 28 Jan 2002 02:17:55 +0000
6950              Message-ID: <20020128021755.GA28344@mirth.demon.co.uk>
6951      Branch: perl
6952            ! lib/Attribute/Handlers.pm lib/Attribute/Handlers/t/multi.t
6953 ____________________________________________________________________________
6954 [ 14487] By: jhi                                   on 2002/01/29  14:23:03
6955         Log: OS/390 seems to do length 0 udp reads, Nicholas says
6956              skippage is for now the best cause of action.
6957      Branch: perl
6958            ! ext/Socket/socketpair.t
6959 ____________________________________________________________________________
6960 [ 14486] By: jhi                                   on 2002/01/29  14:09:21
6961         Log: Encode cleanup from Dan Kogai; reworked even further.
6962      Branch: perl
6963            + ext/Encode/MANIFEST ext/Encode/README ext/Encode/lib/Encode.pm
6964            + ext/Encode/lib/Encode/Encoding.pm
6965            + ext/Encode/lib/Encode/Internal.pm ext/Encode/lib/Encode/Tcl.pm
6966            + ext/Encode/lib/Encode/Tcl/Escape.pm
6967            + ext/Encode/lib/Encode/Tcl/Extended.pm
6968            + ext/Encode/lib/Encode/Tcl/HanZi.pm
6969            + ext/Encode/lib/Encode/Tcl/Table.pm
6970            + ext/Encode/lib/Encode/Unicode.pm ext/Encode/lib/Encode/XS.pm
6971            + ext/Encode/lib/Encode/iso10646_1.pm
6972            + ext/Encode/lib/Encode/ucs2_le.pm ext/Encode/lib/Encode/utf8.pm
6973            + ext/Encode/lib/EncodeFormat.pod ext/Encode/t/Encode.t
6974            + ext/Encode/t/Tcl.t
6975            - ext/Encode.t ext/Encode/Encode.pm
6976            - ext/Encode/Encode/EncodeFormat.pod ext/Encode/Encode/Tcl.pm
6977            - ext/Encode/Encode/Tcl.t ext/Encode/Todo
6978            ! MANIFEST ext/Encode/Encode/8859-1.ucm
6979            ! ext/Encode/Encode/8859-10.ucm ext/Encode/Encode/8859-13.ucm
6980            ! ext/Encode/Encode/8859-14.ucm ext/Encode/Encode/8859-15.ucm
6981            ! ext/Encode/Encode/8859-16.ucm ext/Encode/Encode/8859-2.ucm
6982            ! ext/Encode/Encode/8859-3.ucm ext/Encode/Encode/8859-4.ucm
6983            ! ext/Encode/Encode/8859-5.ucm ext/Encode/Encode/8859-6.ucm
6984            ! ext/Encode/Encode/8859-7.ucm ext/Encode/Encode/8859-8.ucm
6985            ! ext/Encode/Encode/8859-9.ucm ext/Encode/Encode/ascii.ucm
6986            ! ext/Encode/Encode/cp1047.ucm ext/Encode/Encode/cp1250.ucm
6987            ! ext/Encode/Encode/cp37.ucm ext/Encode/Encode/dingbats.ucm
6988            ! ext/Encode/Encode/koi8-r.ucm ext/Encode/Encode/posix-bc.ucm
6989            ! ext/Encode/Encode/symbol.ucm ext/Encode/Makefile.PL
6990            ! ext/Encode/compile
6991 ____________________________________________________________________________
6992 [ 14485] By: jhi                                   on 2002/01/28  23:17:20
6993         Log: Workaround for DJGPP broken F_GETFL from Laszlo.
6994      Branch: perl
6995            ! djgpp/djgpp.c perlio.c
6996 ____________________________________________________________________________
6997 [ 14484] By: jhi                                   on 2002/01/28  23:15:22
6998         Log: Prettier printing from Michael Schwern.
6999      Branch: perl
7000            ! t/test.pl
7001 ____________________________________________________________________________
7002 [ 14483] By: jhi                                   on 2002/01/28  23:08:27
7003         Log: Show also the debug and debugcolor as known pragmas.
7004      Branch: perl
7005            ! ext/re/re.pm
7006 ____________________________________________________________________________
7007 [ 14482] By: jhi                                   on 2002/01/28  22:08:38
7008         Log: Subject: [PATCH] skip assembler.t when there is no ByteLoader
7009              From: "Craig A. Berry" <craigberry@mac.com>
7010              Date: Mon, 28 Jan 2002 16:30:30 -0600
7011              Message-Id: <5.1.0.14.2.20020128162440.01ae7868@exchi01>
7012      Branch: perl
7013            ! ext/B/t/assembler.t
7014 ____________________________________________________________________________
7015 [ 14481] By: jhi                                   on 2002/01/28  21:58:44
7016         Log: metaconfig unit change for #14480.
7017      Branch: metaconfig
7018            ! U/modified/Init.U
7019 ____________________________________________________________________________
7020 [ 14480] By: jhi                                   on 2002/01/28  21:57:37
7021         Log: DJGPP needs to know its exe soon, too.
7022      Branch: perl
7023            ! Configure
7024 ____________________________________________________________________________
7025 [ 14479] By: jhi                                   on 2002/01/28  21:36:34
7026         Log: Round #2 on EBCDICation.
7027      Branch: perl
7028            ! t/op/append.t
7029 ____________________________________________________________________________
7030 [ 14478] By: jhi                                   on 2002/01/28  21:19:40
7031         Log: Integrate perlio;
7032              
7033              Set makefile.mk CCHOME etc. for default locations of MinGW and free
7034              Borland compilers. (Borland builds one or two oddities.)
7035      Branch: perl
7036           !> win32/config.bc win32/makefile.mk
7037 ____________________________________________________________________________
7038 [ 14477] By: nick                                  on 2002/01/28  20:12:31
7039         Log: Set makefile.mk CCHOME etc. for default locations of MinGW and free
7040              Borland compilers. (Borland builds one or two oddities.)
7041      Branch: perlio
7042            ! win32/config.bc win32/makefile.mk
7043 ____________________________________________________________________________
7044 [ 14476] By: nick                                  on 2002/01/28  18:43:47
7045         Log: Integrate mainline
7046      Branch: perlio
7047           !> Configure hints/hpux.sh
7048 ____________________________________________________________________________
7049 [ 14475] By: nick                                  on 2002/01/28  17:15:12
7050         Log: Integrate mainline
7051      Branch: perlio
7052           !> Changes Configure ext/B/B.xs hints/hpux.sh lib/warnings.t
7053           !> patchlevel.h pp_sys.c t/lib/warnings/perl
7054 ____________________________________________________________________________
7055 [ 14474] By: jhi                                   on 2002/01/28  17:12:51
7056         Log: metaconfig unit change for #14472.
7057      Branch: metaconfig/U/perl
7058            ! d_u32align.U
7059 ____________________________________________________________________________
7060 [ 14473] By: jhi                                   on 2002/01/28  17:12:27
7061         Log: Misunderstood Merijn's patch.
7062      Branch: perl
7063            ! hints/hpux.sh
7064 ____________________________________________________________________________
7065 [ 14472] By: jhi                                   on 2002/01/28  17:11:58
7066         Log: Misapplied Merijn's patch.
7067      Branch: perl
7068            ! Configure
7069 ____________________________________________________________________________
7070 [ 14471] By: jhi                                   on 2002/01/28  14:51:20
7071         Log: Update Changes.
7072      Branch: perl
7073            ! Changes patchlevel.h
7074 ____________________________________________________________________________
7075 [ 14470] By: jhi                                   on 2002/01/28  14:33:36
7076         Log: BeOS has sockets but not true ones.
7077      Branch: perl
7078            ! pp_sys.c
7079 ____________________________________________________________________________
7080 [ 14469] By: jhi                                   on 2002/01/28  14:04:44
7081         Log: metaconfig unit change for #14467.
7082      Branch: metaconfig/U/perl
7083            ! d_u32align.U
7084 ____________________________________________________________________________
7085 [ 14468] By: jhi                                   on 2002/01/28  14:03:01
7086         Log: For some strange reason under the smoke harness the alignment
7087              test hangs in HP-UX 10.20.  So hint it to avoid the test.
7088      Branch: perl
7089            ! hints/hpux.sh
7090 ____________________________________________________________________________
7091 [ 14467] By: jhi                                   on 2002/01/28  14:00:32
7092         Log: Allow d_u32align to be hinted.
7093      Branch: perl
7094            ! Configure
7095 ____________________________________________________________________________
7096 [ 14466] By: jhi                                   on 2002/01/28  13:41:18
7097         Log: The shift key is important.
7098      Branch: perl
7099            ! ext/B/B.xs
7100 ____________________________________________________________________________
7101 [ 14465] By: jhi                                   on 2002/01/28  13:36:15
7102         Log: The "used only once" warnings (from gv_check) come
7103              in pseudorandom hash order-- in EBCDIC the order
7104              is different.  Add a new option that allow the warnings
7105              to come in any order (Paul Marquess).
7106      Branch: perl
7107            ! lib/warnings.t t/lib/warnings/perl
7108 ____________________________________________________________________________
7109 [ 14464] By: jhi                                   on 2002/01/28  13:04:58
7110         Log: Integrate perlio; the 0nothread test failure without threads.
7111      Branch: perl
7112           !> ext/threads/shared/t/0nothread.t
7113 ____________________________________________________________________________
7114 [ 14463] By: nick                                  on 2002/01/28  08:22:36
7115         Log: Integrate mainline
7116      Branch: perlio
7117           !> (integrate 37 files)
7118 ____________________________________________________________________________
7119 [ 14462] By: nick                                  on 2002/01/28  08:09:53
7120         Log: 1st attempt at skipping broke threads case.
7121      Branch: perlio
7122            ! ext/threads/shared/t/0nothread.t
7123 ____________________________________________________________________________
7124 [ 14461] By: nick                                  on 2002/01/28  07:25:58
7125         Log: Skip new threads::shared test unless -Duseithreads
7126      Branch: perlio
7127            ! ext/threads/shared/t/0nothread.t
7128 ____________________________________________________________________________
7129 [ 14460] By: jhi                                   on 2002/01/28  03:37:30
7130         Log: FAQ sync.
7131      Branch: perl
7132            ! pod/perlfaq.pod pod/perlfaq1.pod pod/perlfaq2.pod
7133            ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq5.pod
7134            ! pod/perlfaq6.pod pod/perlfaq7.pod pod/perlfaq8.pod
7135            ! pod/perlfaq9.pod
7136 ____________________________________________________________________________
7137 [ 14459] By: jhi                                   on 2002/01/28  02:28:10
7138         Log: Upgrade to podlators 1.20.
7139      Branch: perl
7140            ! lib/Pod/Text/Overstrike.pm lib/Pod/t/basic.t
7141 ____________________________________________________________________________
7142 [ 14458] By: jhi                                   on 2002/01/28  01:36:28
7143         Log: Retract #14448, a better patch coming up.
7144      Branch: perl
7145            ! lib/Pod/t/basic.t
7146 ____________________________________________________________________________
7147 [ 14457] By: jhi                                   on 2002/01/28  01:31:40
7148         Log: EBCDIC portability.
7149      Branch: perl
7150            ! t/op/append.t
7151 ____________________________________________________________________________
7152 [ 14456] By: jhi                                   on 2002/01/27  23:49:40
7153         Log: Further cygwin installperl tweak from Gerrit P. Haase.
7154      Branch: perl
7155            ! installperl
7156 ____________________________________________________________________________
7157 [ 14455] By: jhi                                   on 2002/01/27  23:47:42
7158         Log: A bug in Bulgarian EBCDIC locale (this sounds like
7159              a Sherlock Holmes mystery...)  Well, a few more EBCDICs
7160              locales failed, too.  The patch works around the bug by
7161              skipping the test, but the real problem may be deeper
7162              (affecting probably only EBCDIC platforms, though):
7163              see the comment in locale.t for more details.
7164      Branch: perl
7165            ! lib/locale.t
7166 ____________________________________________________________________________
7167 [ 14454] By: jhi                                   on 2002/01/27  22:37:48
7168         Log: metaconfig unit change for #14453.
7169      Branch: metaconfig/U/perl
7170            ! libperl.U
7171 ____________________________________________________________________________
7172 [ 14453] By: jhi                                   on 2002/01/27  22:36:08
7173         Log: Subject: Bleadperl on Cygwin today
7174              From: "Gerrit P. Haase" <gp@familiehaase.de>              
7175              Date: Sun, 27 Jan 2002 22:30:41 +0100
7176              Message-ID: <462007239437.20020127223041@familiehaase.de>
7177      Branch: perl
7178            ! Configure cygwin/Makefile.SHs cygwin/perlld.in installperl
7179            ! lib/ExtUtils/MM_Cygwin.pm lib/ExtUtils/t/Embed.t
7180            ! lib/ExtUtils/t/MM_Cygwin.t
7181 ____________________________________________________________________________
7182 [ 14452] By: jhi                                   on 2002/01/27  21:57:56
7183         Log: Unfinished EBCDIC branch.
7184      Branch: perl
7185            ! t/op/ver.t
7186 ____________________________________________________________________________
7187 [ 14451] By: jhi                                   on 2002/01/27  21:47:29
7188         Log: B::cstring() and B::Deparse EBCDIC fixes from Rafael Garcia-Suarez.
7189      Branch: perl
7190            ! ext/B/B.xs ext/B/B/Deparse.pm
7191 ____________________________________________________________________________
7192 [ 14450] By: jhi                                   on 2002/01/27  21:44:37
7193         Log: Cleanup the stash test, and reclaim it in non-ASCII-sorting
7194              platforms.
7195      Branch: perl
7196            ! ext/B/t/stash.t
7197 ____________________________________________________________________________
7198 [ 14449] By: jhi                                   on 2002/01/27  19:34:56
7199         Log: Apparently no need for EBCDIC exception any more.
7200      Branch: perl
7201            ! ext/B/t/showlex.t
7202 ____________________________________________________________________________
7203 [ 14448] By: jhi                                   on 2002/01/27  18:48:17
7204         Log: (retracted by #14458)
7205              (Russ Allbery) OS/390 is using a high-bit character for ESC,
7206              skip the test for now.  A better fix would be to override
7207              the notion of the platform's escape sequence in the test
7208              of Pod::Text::Termcap.  We may have to apply a filter to
7209              the output to substitute back in the ESC character that
7210              the test expects, but only on OS/390.
7211      Branch: perl
7212            ! lib/Pod/t/basic.t
7213 ____________________________________________________________________________
7214 [ 14447] By: jhi                                   on 2002/01/27  18:19:01
7215         Log: Detypo.
7216      Branch: perl
7217            ! ext/Devel/Peek/Peek.t
7218 ____________________________________________________________________________
7219 [ 14446] By: jhi                                   on 2002/01/27  17:57:21
7220         Log: OS/390 USS has a different idea of the pw* functions.
7221              Also, test the name with eq, not with ==.
7222      Branch: perl
7223            ! lib/User/pwent.t
7224 ____________________________________________________________________________
7225 [ 14445] By: jhi                                   on 2002/01/27  17:37:54
7226         Log: O_RDONLY/O_WRONLY/O_RDWR portability.
7227      Branch: perl
7228            ! doio.c
7229 ____________________________________________________________________________
7230 [ 14444] By: jhi                                   on 2002/01/27  16:32:32
7231         Log: ASCIIisms.
7232      Branch: perl
7233            ! ext/PerlIO/t/encoding.t
7234 ____________________________________________________________________________
7235 [ 14443] By: jhi                                   on 2002/01/27  15:59:31
7236         Log: chr(42) ne '*'  if one is in EBCDIC.
7237      Branch: perl
7238            ! t/op/pack.t
7239 ____________________________________________________________________________
7240 [ 14442] By: jhi                                   on 2002/01/27  15:26:52
7241         Log: Subject: [PATCH] Fix up recent op/stat.t failures
7242              From: Andy Dougherty <doughera@lafayette.edu>
7243              Date: Sun, 27 Jan 2002 09:46:38 -0500 (EST)
7244              Message-ID: <Pine.SOL.4.10.10201270943120.4253-100000@maxwell.phys.lafayette.edu>         
7245      Branch: perl
7246            ! t/op/stat.t
7247 ____________________________________________________________________________
7248 [ 14441] By: jhi                                   on 2002/01/27  15:21:49
7249         Log: Subject: [ PATCH ] Re: Smoke 14406 /pro/3gl/CPAN/perl-current
7250              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
7251              Date: Sun, 27 Jan 2002 15:03:18 +0100
7252              Message-Id: <20020127145902.0EA2.H.M.BRAND@hccnet.nl>
7253      Branch: perl
7254            ! lib/ExtUtils/t/Command.t
7255 ____________________________________________________________________________
7256 [ 14440] By: jhi                                   on 2002/01/27  15:20:52
7257         Log: Subject: [PATCH B::Deparse] new switch: don't check prototypes while deparsing
7258              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
7259              Date: Sun, 27 Jan 2002 14:51:10 +0100
7260              Message-ID: <20020127145110.A16332@rafael>
7261      Branch: perl
7262            ! ext/B/B/Deparse.pm
7263 ____________________________________________________________________________
7264 [ 14439] By: gsar                                  on 2002/01/27  00:02:48
7265         Log: integrate change#14431 from perlio branch (Nick's fix for
7266              change#13474 to be more defensive about looking at pad entries
7267              that may not exist yet)
7268      Branch: maint-5.6/perl
7269            ! op.c
7270 ____________________________________________________________________________
7271 [ 14438] By: jhi                                   on 2002/01/26  23:56:53
7272         Log: Comment to avoid later "cleanups."
7273      Branch: perl
7274            ! lib/ExtUtils/MakeMaker.pm
7275 ____________________________________________________________________________
7276 [ 14437] By: jhi                                   on 2002/01/26  23:54:50
7277         Log: USS V2R10 seems to be happier with env FOO=... cmd ...
7278              instead of just FOO=... cmd ...
7279      Branch: perl
7280            ! Makefile.SH
7281 ____________________________________________________________________________
7282 [ 14436] By: jhi                                   on 2002/01/26  23:14:04
7283         Log: Overquoting bad (in UNIX one would get
7284              Can't open perl script "'-I../lib'": No such file or directory)
7285      Branch: perl
7286            ! lib/Pod/t/Usage.t
7287 ____________________________________________________________________________
7288 [ 14435] By: jhi                                   on 2002/01/26  22:41:05
7289         Log: Integrate perlio;
7290              
7291              "All tests successful" VC6.0 Win32
7292              (Update config.vc to need cppstdin so those tests are skipped...)
7293      Branch: perl
7294           !> win32/config.vc win32/config_H.bc win32/config_H.gc
7295           !> win32/config_H.vc
7296 ____________________________________________________________________________
7297 [ 14434] By: nick                                  on 2002/01/26  22:27:08
7298         Log: "All tests successful" VC6.0 Win32
7299              (Update config.vc to need cppstdin so those tests are skipped...)
7300      Branch: perlio
7301            ! win32/config.vc win32/config_H.bc win32/config_H.gc
7302            ! win32/config_H.vc
7303 ____________________________________________________________________________
7304 [ 14433] By: jhi                                   on 2002/01/26  21:38:56
7305         Log: Integrate perlio;
7306              
7307              1st two tests of File/Find/t/find.t and taint.t were run after 
7308              calling cleanup(). If previous fail had left for_find directory,
7309              but no content in it then cleanup() returned cd'ed to that directory.
7310              So tests failed. Fixed cleanup()-s.
7311              
7312              If we get to sighandler by mistake (no perl handler set) then
7313              warn() and exit() rather than die() - should never happen
7314              but if it does context needed to die is likely to be trashed
7315              as well.
7316              
7317              Win32 signal emulation cleanup.
7318              
7319              Tinkering with thread cleanup mutex-ing - not the problem 
7320              (op.c is) but could have been...
7321              
7322              Fix/band-aid for op.c's anon CV leak fix co-existing with threads.
7323              Should really be looked at by someone that knows about pads.
7324              
7325              Gurusamy Sarathy <gsar@ActiveState.com>'s patch to Filter::Simple
7326              for CRLF line endings.
7327      Branch: perl
7328           !> ext/threads/threads.xs lib/File/Find/t/find.t
7329           !> lib/File/Find/t/taint.t lib/Filter/Simple.pm mg.c op.c
7330           !> win32/perlhost.h win32/win32.c win32/win32.h win32/win32iop.h
7331 ____________________________________________________________________________
7332 [ 14432] By: nick                                  on 2002/01/26  21:10:38
7333         Log: Gurusamy Sarathy <gsar@ActiveState.com>'s patch to Filter::Simple
7334              for CRLF line endings.
7335      Branch: perlio
7336            ! lib/Filter/Simple.pm
7337 ____________________________________________________________________________
7338 [ 14431] By: nick                                  on 2002/01/26  21:08:35
7339         Log: Fix/band-aid for op.c's anon CV leak fix co-existing with threads.
7340              Should really be looked at by someone that knows about pads.
7341      Branch: perlio
7342            ! op.c
7343 ____________________________________________________________________________
7344 [ 14430] By: jhi                                   on 2002/01/26  20:54:16
7345         Log: Subject: Re: [PATCH @14417] vmsify Pod::Usage and its test
7346              From: "Craig A. Berry" <craigberry@mac.com>       
7347              Date: Sat, 26 Jan 2002 11:19:44 -0600
7348              Message-Id: <a05101000b87895064ee3@[172.16.52.1]>
7349      Branch: perl
7350            ! lib/Pod/Usage.pm lib/Pod/t/Usage.t
7351 ____________________________________________________________________________
7352 [ 14429] By: nick                                  on 2002/01/26  18:04:22
7353         Log: Tinkering with thread cleanup mutex-ing - not the problem 
7354              (op.c is) but could have been...
7355      Branch: perlio
7356            ! ext/threads/threads.xs
7357 ____________________________________________________________________________
7358 [ 14428] By: nick                                  on 2002/01/26  18:03:13
7359         Log: Win32 signal emulation cleanup.
7360      Branch: perlio
7361            ! win32/perlhost.h win32/win32.c win32/win32.h win32/win32iop.h
7362 ____________________________________________________________________________
7363 [ 14427] By: nick                                  on 2002/01/26  13:59:33
7364         Log: If we get to sighandler by mistake (no perl handler set) then
7365              warn() and exit() rather than die() - should never happen
7366              but if it does context needed to die is likely to be trashed
7367              as well.
7368      Branch: perlio
7369            ! mg.c
7370 ____________________________________________________________________________
7371 [ 14426] By: nick                                  on 2002/01/26  13:56:23
7372         Log: Integrate mainline
7373      Branch: perlio
7374           !> Changes NetWare/config_H.wc config_h.SH ext/Encode/Encode.xs
7375           !> op.c patchlevel.h pod/perldebguts.pod t/op/universal.t
7376           !> t/run/fresh_perl.t
7377 ____________________________________________________________________________
7378 [ 14425] By: nick                                  on 2002/01/26  08:11:33
7379         Log: 1st two tests of File/Find/t/find.t and taint.t were run after 
7380              calling cleanup(). If previous fail had left for_find directory,
7381              but no content in it then cleanup() returned cd'ed to that directory.
7382              So tests failed. Fixed cleanup()-s.
7383      Branch: perlio
7384            ! lib/File/Find/t/find.t lib/File/Find/t/taint.t
7385 ____________________________________________________________________________
7386 [ 14424] By: jhi                                   on 2002/01/25  22:10:11
7387         Log: Integrate perlio;
7388              
7389              Fix winsystem.t's attempt to build showav.exe to work
7390              with gcc (which writes a.exe unless told with -o ).
7391              Also put in a few more fail-safes to check .exe got
7392              built somehow.
7393              
7394              More Win32 tuning
7395              
7396              Save $! so that other syscalls don't disturb it before
7397              we test it.
7398      Branch: perl
7399           !> ext/Socket/socketpair.t t/op/stat.t t/op/taint.t
7400           !> t/op/winsystem.t
7401 ____________________________________________________________________________
7402 [ 14423] By: jhi                                   on 2002/01/25  22:08:09
7403         Log: Subject: [PATCH] new test in op/universal.t
7404              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
7405              Date: Fri, 25 Jan 2002 23:17:33 +0100
7406              Message-ID: <20020125231733.A11733@rafael>
7407      Branch: perl
7408            ! t/op/universal.t
7409 ____________________________________________________________________________
7410 [ 14422] By: nick                                  on 2002/01/25  21:37:03
7411         Log: Save $! so that other syscalls don't disturb it before 
7412              we test it.
7413      Branch: perlio
7414            ! ext/Socket/socketpair.t
7415 ____________________________________________________________________________
7416 [ 14421] By: nick                                  on 2002/01/25  19:05:57
7417         Log: More Win32 tuning
7418      Branch: perlio
7419            ! t/op/stat.t t/op/taint.t
7420 ____________________________________________________________________________
7421 [ 14420] By: nick                                  on 2002/01/25  18:21:42
7422         Log: Fix winsystem.t's attempt to build showav.exe to work 
7423              with gcc (which writes a.exe unless told with -o ).
7424              Also put in a few more fail-safes to check .exe got 
7425              built somehow.
7426      Branch: perlio
7427            ! t/op/winsystem.t
7428 ____________________________________________________________________________
7429 [ 14419] By: jhi                                   on 2002/01/25  17:25:05
7430         Log: Subject: [Patch Encode.xs] calculation of need overflows
7431              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
7432              Date: Sat, 26 Jan 2002 00:58:50 +0900
7433              Message-Id: <20020126005802.89B3.BQW10602@nifty.com>
7434      Branch: perl
7435            ! ext/Encode/Encode.xs
7436 ____________________________________________________________________________
7437 [ 14418] By: jhi                                   on 2002/01/25  16:28:40
7438         Log: Integrate changes 13474+13478+13584 from maintperl;
7439              anon sub leakage.
7440      Branch: perl
7441            ! op.c t/run/fresh_perl.t
7442 ____________________________________________________________________________
7443 [ 14417] By: jhi                                   on 2002/01/25  15:34:18
7444         Log: Update Changes.
7445      Branch: perl
7446            ! Changes patchlevel.h
7447 ____________________________________________________________________________
7448 [ 14416] By: jhi                                   on 2002/01/25  15:04:25
7449         Log: Integrate perlio; extensive threads and threads::shared work
7450              (note that the below is a chronological list of perlio
7451              check-in entries since the last integrate)
7452              
7453              Nearly-working threads re-structuring. Do not integrate,
7454              submit-ing to get to Win32, and as "off site" backup.
7455              
7456              threads work again on Win32. (Not threads::shared yet)
7457              Submit to see if they do on Linux.
7458              
7459              Add new threads/typemap to MANIFEST
7460              
7461              XS side of new threads::shared designed, coded and compiles,
7462              and mostly commented but is totaly untested.
7463              submit in case anyone wants a preview.
7464              
7465              Miss mg_len == 0 meaning don't Safefree
7466              
7467              Shared scalars working, some shared array ops working.
7468              
7469              Implement recursive lock and use of scope for PL_sharedsv_space,
7470              so now croak() from asserts does not leave locks.
7471              Make hv_simple compile (new prototype for debugging probe).
7472              
7473              thread::shared nearly working again - remaining issue
7474              is references withing shared space.
7475              Added bulk test with no threads involved (for debugging)
7476              Tuned tests to skip those needing _thrcnt
7477              
7478              SvTEMP_off to stop private PV's being stolen and stored in shared space
7479              
7480              Except Win32 from echo tests. (Alarm does not break into connect)
7481              
7482              Expand command line test globs on Win32.
7483              
7484              threads::shared tidy up:
7485              - Add _id() function to shared.xs so we can test refs point at same thing.
7486              - Use that rather that comparing stringified ref in shared/t/hv_refs.t
7487              - Allow no_share to pass if sharing to works despite mis-ordering.
7488              - Change docs of threads to document ->create() (as used in tests),
7489              and not mention "new".
7490              
7491              Linux/NFS hackery was not faking right number of passes.
7492      Branch: perl
7493           +> ext/threads/shared/t/0nothread.t ext/threads/shared/typemap
7494           +> ext/threads/typemap
7495            - ext/threads/threads.h sharedsv.c sharedsv.h
7496            ! NetWare/config_H.wc
7497           !> (integrate 38 files)
7498 ____________________________________________________________________________
7499 [ 14415] By: jhi                                   on 2002/01/25  14:33:43
7500         Log: Subject: Re: perldebguts minor tweaks
7501              From: Joe McMahon <mcmahon@metalab.unc.edu>
7502              Date: Fri, 25 Jan 2002 10:32:45 -0500 (EST)
7503              Message-ID: <Pine.LNX.4.33.0201251031530.9326-100000@tribal.metalab.unc.edu>
7504      Branch: perl
7505            ! pod/perldebguts.pod
7506 ____________________________________________________________________________
7507 [ 14414] By: jhi                                   on 2002/01/25  14:08:17
7508         Log: metaconfig unit change for #14413.
7509      Branch: metaconfig
7510            ! U/modified/prototype.U
7511 ____________________________________________________________________________
7512 [ 14413] By: jhi                                   on 2002/01/25  14:05:49
7513         Log: Okay, you can come home now, _().
7514      Branch: perl
7515            ! config_h.SH
7516 ____________________________________________________________________________
7517 [ 14412] By: nick                                  on 2002/01/25  11:01:49
7518         Log: Integrate mainline
7519              All but ../lib/Unicode/UCD.t pass.
7520      Branch: perlio
7521           +> lib/unicore/ArabicShaping.txt lib/unicore/BidiMirroring.txt
7522           +> lib/unicore/CaseFolding.txt
7523           +> lib/unicore/CompositionExclusions.txt
7524           +> lib/unicore/EastAsianWidth.txt lib/unicore/LineBreak.txt
7525           +> lib/unicore/SpecialCasing.txt lib/unicore/UnicodeData.txt
7526           +> vos/vos.c
7527            - lib/unicore/ArabShap.txt lib/unicore/BidiMirr.txt
7528            - lib/unicore/CaseFold.txt lib/unicore/CompExcl.txt
7529            - lib/unicore/EAWidth.txt lib/unicore/LineBrk.txt
7530            - lib/unicore/NamesList.html lib/unicore/PropList.html
7531            - lib/unicore/SpecCase.txt lib/unicore/UCD.html
7532            - lib/unicore/Unicode.html lib/unicore/Unicode.txt
7533            - lib/unicore/rename
7534           !> (integrate 424 files)
7535 ____________________________________________________________________________
7536 [ 14411] By: nick                                  on 2002/01/25  09:45:13
7537         Log: Linux/NFS hackery was not faking right number of passes.
7538      Branch: perlio
7539            ! t/io/fs.t
7540 ____________________________________________________________________________
7541 [ 14410] By: nick                                  on 2002/01/25  09:35:07
7542         Log: threads::shared tidy up:
7543              - Add _id() function to shared.xs so we can test refs point at same thing.
7544              - Use that rather that comparing stringified ref in shared/t/hv_refs.t
7545              - Allow no_share to pass if sharing to works despite mis-ordering.
7546              - Change docs of threads to document ->create() (as used in tests),
7547              and not mention "new".
7548      Branch: perlio
7549            ! ext/threads/shared/shared.pm ext/threads/shared/shared.xs
7550            ! ext/threads/shared/t/hv_refs.t ext/threads/shared/t/no_share.t
7551            ! ext/threads/threads.pm
7552 ____________________________________________________________________________
7553 [ 14409] By: jhi                                   on 2002/01/24  21:08:35
7554         Log: Subject: perldebguts minor tweaks
7555              From: Joe McMahon <mcmahon@metalab.unc.edu>
7556              Date: Thu, 24 Jan 2002 16:48:43 -0500 (EST)
7557              Message-ID: <Pine.LNX.4.33.0201241646580.14744-100000@tribal.metalab.unc.edu>
7558      Branch: perl
7559            ! pod/perldebguts.pod
7560 ____________________________________________________________________________
7561 [ 14408] By: jhi                                   on 2002/01/24  20:58:15
7562         Log: Subject: [PATCH] perldebguts.pod [bleadperl]
7563              From: Peter Scott <Peter@PSDT.com>
7564              Date: Thu, 24 Jan 2002 08:51:34 -0800
7565              Message-Id: <4.3.2.7.2.20020123073917.00bac740@mail.webquarry.com>
7566      Branch: perl
7567            ! pod/perldebguts.pod
7568 ____________________________________________________________________________
7569 [ 14407] By: jhi                                   on 2002/01/24  20:55:34
7570         Log: Few more paranoia checks for Unicode hash keys.
7571      Branch: perl
7572            ! t/op/each.t
7573 ____________________________________________________________________________
7574 [ 14406] By: jhi                                   on 2002/01/24  18:03:02
7575         Log: Subject: [PATCH] Suppress /bin/ls errors in t/op/stat.t
7576              From: Andy Dougherty <doughera@lafayette.edu>
7577              Date: Thu, 24 Jan 2002 13:02:20 -0500 (EST)
7578              Message-ID: <Pine.SOL.4.10.10201241238510.23176-100000@maxwell.phys.lafayette.edu>
7579      Branch: perl
7580            ! t/op/stat.t
7581 ____________________________________________________________________________
7582 [ 14405] By: jhi                                   on 2002/01/24  15:44:31
7583         Log: The
7584              
7585              Subject: Very old debugger UTF-8 bug
7586              From: andreas.koenig@anima.de (Andreas J. Koenig)
7587              Date: 24 Jan 2002 12:45:44 +0100
7588              Message-ID: <m3y9iot1jr.fsf@anima.de>
7589              
7590              still broken, but this should work as a stopgap
7591              measure to stop pp_match accessing naughty data.
7592      Branch: perl
7593            ! pod/perldiag.pod pp_hot.c
7594 ____________________________________________________________________________
7595 [ 14404] By: jhi                                   on 2002/01/24  13:13:55
7596         Log: metaconfig unit change for #14403.
7597      Branch: metaconfig/U/perl
7598            ! d_u32align.U
7599 ____________________________________________________________________________
7600 [ 14403] By: jhi                                   on 2002/01/24  13:13:29
7601         Log: Pacify picky compilers (this time Sun Workshop).
7602      Branch: perl
7603            ! Configure
7604 ____________________________________________________________________________
7605 [ 14402] By: jhi                                   on 2002/01/24  12:45:02
7606         Log: Subject: Very old debugger UTF-8 bug
7607              From: andreas.koenig@anima.de (Andreas J. Koenig)
7608              Date: 24 Jan 2002 12:45:44 +0100
7609              Message-ID: <m3y9iot1jr.fsf@anima.de>
7610      Branch: perl
7611            ! lib/dumpvar.pl
7612 ____________________________________________________________________________
7613 [ 14401] By: nick                                  on 2002/01/24  07:50:38
7614         Log: Expand command line test globs on Win32.
7615      Branch: perlio
7616            ! t/harness
7617 ____________________________________________________________________________
7618 [ 14400] By: jhi                                   on 2002/01/24  02:49:05
7619         Log: Sprinkle some copyrights (use the oldest timestamp to
7620              be found in the repository, which is most often not right,
7621              but at least consistent)
7622      Branch: perl
7623            ! XSUB.h cc_runtime.h dosish.h embed.h embed.pl embedvar.h
7624            ! fakesdio.h fakethr.h global.sym globals.c keywords.h
7625            ! keywords.pl miniperlmain.c nostdio.h opcode.h opcode.pl
7626            ! opnames.h patchlevel.h perl.h perlapi.c perlapi.h perlio.h
7627            ! perlsdio.h perlsfio.h perlvars.h proto.h regcomp.h regexp.h
7628            ! scope.h sharedsv.h taint.c thrdvar.h thread.h universal.c
7629            ! unixish.h xsutils.c
7630 ____________________________________________________________________________
7631 [ 14399] By: pudge                                 on 2002/01/23  21:00:29
7632         Log: Don't crash on Help for long text (bug #506672)
7633      Branch: maint-5.6/macperl
7634            ! macos/macperl/MPHelp.c
7635 ____________________________________________________________________________
7636 [ 14398] By: pudge                                 on 2002/01/23  20:03:38
7637         Log: Fix minor path problem
7638      Branch: maint-5.6/macperl
7639            ! macos/macperl/Droplets/tarzipme.plx
7640 ____________________________________________________________________________
7641 [ 14397] By: pudge                                 on 2002/01/23  20:03:19
7642         Log: Minor text changes
7643      Branch: maint-5.6/macperl
7644            ! macos/Perl.r
7645 ____________________________________________________________________________
7646 [ 14396] By: pudge                                 on 2002/01/23  20:02:45
7647         Log: Bump versions, dates, etc.
7648      Branch: maint-5.6/macperl
7649            ! macos/MPVersion.r macos/macperl/MPPreferences.c perl.c
7650 ____________________________________________________________________________
7651 [ 14395] By: pudge                                 on 2002/01/23  20:01:43
7652         Log: coderefs in @INC and absolute paths
7653      Branch: maint-5.6/macperl
7654            ! embed.h pp_ctl.c proto.h
7655 ____________________________________________________________________________
7656 [ 14394] By: pudge                                 on 2002/01/23  20:00:35
7657         Log: Minor module thingys
7658      Branch: maint-5.6/macperl
7659            ! macos/ext/Mac/Controls/Controls.xs
7660            ! macos/ext/Mac/Files/Files.xs macos/ext/Mac/Gestalt/Gestalt.pm
7661            ! macos/ext/Mac/ImageCompression/ImageCompression.xs
7662            ! macos/ext/Mac/InternetConfig/InternetConfig.pm
7663            ! macos/ext/Mac/InternetConfig/InternetConfig.xs
7664            ! macos/ext/Mac/Memory/Memory.pm macos/ext/Mac/Memory/Memory.xs
7665            ! macos/ext/Mac/Menus/Menus.pm macos/ext/Mac/MoreFiles/MF.xs
7666            ! macos/ext/Mac/MoreFiles/MoreFiles.pm
7667            ! macos/ext/Mac/Movies/Movies.xs
7668            ! macos/ext/Mac/Navigation/Navigation.pm
7669            ! macos/ext/Mac/Navigation/Navigation.xs
7670            ! macos/ext/Mac/Notification/Notification.xs
7671            ! macos/ext/Mac/OSA/OSA.pm macos/ext/Mac/Processes/Processes.pm
7672            ! macos/ext/Mac/Processes/Processes.xs
7673            ! macos/ext/Mac/QDOffscreen/QDOffscreen.xs
7674            ! macos/ext/Mac/QuickDraw/QuickDraw.pm
7675            ! macos/ext/Mac/QuickDraw/QuickDraw.xs
7676            ! macos/ext/Mac/QuickTimeVR/QuickTimeVR.xs
7677            ! macos/ext/Mac/Resources/Resources.pm
7678            ! macos/ext/Mac/Resources/Resources.xs macos/ext/Mac/SAT/SAT.pm
7679            ! macos/ext/Mac/SAT/SAT.xs macos/ext/Mac/Sound/Sound.pm
7680            ! macos/ext/Mac/Sound/Sound.xs macos/ext/Mac/Speech/Speech.pm
7681            ! macos/ext/Mac/SpeechRecognition/SpeechRecognition.pm
7682            ! macos/lib/Mac/Glue.pm macos/lib/Mac/OSA/Simple.pm
7683 ____________________________________________________________________________
7684 [ 14393] By: nick                                  on 2002/01/23  19:52:19
7685         Log: Except Win32 from echo tests. (Alarm does not break into connect)
7686      Branch: perlio
7687            ! ext/Socket/Socket.t
7688 ____________________________________________________________________________
7689 [ 14392] By: nick                                  on 2002/01/23  19:31:57
7690         Log: SvTEMP_off to stop private PV's being stolen and stored in shared space
7691      Branch: perlio
7692            ! ext/threads/shared/shared.xs
7693 ____________________________________________________________________________
7694 [ 14391] By: jhi                                   on 2002/01/23  18:48:45
7695         Log: Copyright++.  (Not all the toplevel *.h have one, it seems.)
7696      Branch: perl
7697            ! EXTERN.h INTERN.h README av.c av.h cop.h cv.h deb.c doio.c
7698            ! doop.c dump.c form.h gv.c gv.h handy.h hv.c hv.h locale.c mg.c
7699            ! mg.h numeric.c op.c op.h perl.c perl.h perlio.c perly.y
7700            ! pod/perlfaq1.pod pod/perlfaq2.pod pod/perlmodinstall.pod
7701            ! pod/perluniintro.pod pp.c pp.h pp_ctl.c pp_hot.c pp_pack.c
7702            ! pp_sort.c pp_sys.c regcomp.c regexec.c run.c scope.c
7703            ! sharedsv.c sv.c sv.h toke.c utf8.c utf8.h utfebcdic.h util.c
7704            ! util.h x2p/EXTERN.h x2p/INTERN.h x2p/a2p.c x2p/a2p.h x2p/a2p.y
7705            ! x2p/hash.c x2p/hash.h x2p/proto.h x2p/str.c x2p/str.h
7706            ! x2p/util.c x2p/util.h x2p/walk.c
7707 ____________________________________________________________________________
7708 [ 14390] By: jhi                                   on 2002/01/23  18:30:18
7709         Log: Unused (the only occurrence of USE_BYTES_DOWNGRADES) and
7710              therefore quite probably also obsolete code.
7711      Branch: perl
7712            ! sv.c
7713 ____________________________________________________________________________
7714 [ 14389] By: jhi                                   on 2002/01/23  15:09:38
7715         Log: Update Changes.
7716      Branch: perl
7717            ! Changes patchlevel.h
7718 ____________________________________________________________________________
7719 [ 14388] By: jhi                                   on 2002/01/23  15:04:06
7720         Log: Small update on todo.  Could use a lot more.
7721      Branch: perl
7722            ! pod/perltodo.pod
7723 ____________________________________________________________________________
7724 [ 14387] By: nick                                  on 2002/01/23  14:19:30
7725         Log: thread::shared nearly working again - remaining issue
7726              is references withing shared space.
7727              Added bulk test with no threads involved (for debugging)
7728              Tuned tests to skip those needing _thrcnt
7729      Branch: perlio
7730            + ext/threads/shared/t/0nothread.t
7731            ! MANIFEST ext/threads/shared/shared.pm
7732            ! ext/threads/shared/shared.xs ext/threads/shared/t/av_simple.t
7733            ! ext/threads/shared/t/hv_refs.t
7734            ! ext/threads/shared/t/hv_simple.t
7735            ! ext/threads/shared/t/sv_simple.t
7736 ____________________________________________________________________________
7737 [ 14386] By: jhi                                   on 2002/01/23  14:19:01
7738         Log: Subject: [ID 20020121.003] perldata doco bug
7739              From: John Stumbles <jstumbles@bluearc.com>
7740              Date: Mon, 21 Jan 2002 14:19:56 -0000
7741              Message-Id: <4586CA8FDDC2D411A1C700508BB4AC33016765D1@ukexchange.synaxia.com>
7742      Branch: perl
7743            ! pod/perldata.pod
7744 ____________________________________________________________________________
7745 [ 14385] By: jhi                                   on 2002/01/23  14:17:52
7746         Log: Subject: [PATCH] Re: bless() bug ? Why fails reblessing of 'main::Object' to 'Object' ?
7747              From: Michael G Schwern <schwern@pobox.com>
7748              Date: Mon, 21 Jan 2002 15:16:42 -0500
7749              Message-ID: <20020121201642.GA6659@blackrider>
7750      Branch: perl
7751            ! embed.fnc embed.h proto.h t/op/universal.t universal.c
7752 ____________________________________________________________________________
7753 [ 14384] By: jhi                                   on 2002/01/23  13:45:30
7754         Log: Subject: [PATCH] Re: eval not catching warnings?
7755              From: abigail@foad.org
7756              Date: Wed, 23 Jan 2002 15:35:47 +0100
7757              Message-ID: <20020123143547.24798.qmail@foad.org>
7758      Branch: perl
7759            ! pod/perlfunc.pod
7760 ____________________________________________________________________________
7761 [ 14383] By: jhi                                   on 2002/01/23  03:57:58
7762         Log: Subject: [ID 20020122.012] Not OK: perl v5.7.2 +DEVEL14368 on cygwin-multi-64int 1.3.6(0.4732) (UNINSTALLED)
7763              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
7764              Date: Tue, 22 Jan 2002 17:00:54 -0800            
7765              Message-Id: <GtgT8gzkg+CG092yn@efn.org> 
7766      Branch: perl
7767            ! t/run/fresh_perl.t
7768 ____________________________________________________________________________
7769 [ 14382] By: jhi                                   on 2002/01/23  03:47:35
7770         Log: metaconfig unit change for #14381.
7771      Branch: metaconfig/U/perl
7772            ! d_u32align.U
7773 ____________________________________________________________________________
7774 [ 14381] By: jhi                                   on 2002/01/23  03:47:05
7775         Log: HP-UX 10.20 cc pacifying from Merijn.
7776      Branch: perl
7777            ! Configure
7778 ____________________________________________________________________________
7779 [ 14380] By: jhi                                   on 2002/01/23  03:41:26
7780         Log: Subject: [PATCH] test.com shebang handling (was Re: VMS@14369)
7781              From: "Craig A. Berry" <craigberry@mac.com> 
7782              Date: Tue, 22 Jan 2002 22:14:26 -0600
7783              Message-Id: <a05101000b873de9cf801@[172.16.52.1]>
7784      Branch: perl
7785            ! vms/test.com
7786 ____________________________________________________________________________
7787 [ 14379] By: jhi                                   on 2002/01/23  03:11:31
7788         Log: AIX cpp bug: having macro arguments and character constants
7789              "the same" means trouble (here s and 's')
7790              What broke now was 841 and 842 of t/op/pat.t, because of the
7791              ANYOF_UNICODE_FOLD_SHARP_S() in utf8.h, ccversion 5.0.1.0
7792              (note that breakage happened only under cc_r and usethreads+
7793              useithreads)
7794      Branch: perl
7795            ! utf8.h
7796 ____________________________________________________________________________
7797 [ 14378] By: nick                                  on 2002/01/22  20:33:15
7798         Log: Implement recursive lock and use of scope for PL_sharedsv_space,
7799              so now croak() from asserts does not leave locks.
7800              Make hv_simple compile (new prototype for debugging probe).
7801      Branch: perlio
7802            ! ext/threads/shared/shared.pm ext/threads/shared/shared.xs
7803            ! ext/threads/shared/t/hv_simple.t
7804 ____________________________________________________________________________
7805 [ 14377] By: nick                                  on 2002/01/22  17:32:21
7806         Log: Shared scalars working, some shared array ops working.
7807      Branch: perlio
7808            ! ext/threads/shared/shared.pm ext/threads/shared/shared.xs
7809            ! ext/threads/shared/t/sv_refs.t
7810            ! ext/threads/shared/t/sv_simple.t ext/threads/threads.xs perl.h
7811 ____________________________________________________________________________
7812 [ 14376] By: jhi                                   on 2002/01/22  16:46:48
7813         Log: Subject: [PATCH] Support truncate() in VOS port
7814              From: Paul_GreenVOS@vos.stratus.com
7815              Date: Mon, 21 Jan 02 23:27 est
7816              Message-Id: <200201220428.XAA15304@mailhub1.stratus.com>
7817      Branch: perl
7818            + vos/vos.c
7819            ! MANIFEST hints/vos.sh vos/vosish.h
7820 ____________________________________________________________________________
7821 [ 14375] By: jhi                                   on 2002/01/22  16:38:06
7822         Log: metaconfig unit changes for #14374.  Couldn't figure
7823              how to get completely rid of _() (some weird dependency
7824              pulling it in?) so renamed it as PROTO_().
7825      Branch: metaconfig
7826            + U/modified/d_shmat.U U/modified/prototype.U
7827            ! U/protos/d_drand48proto.U
7828      Branch: metaconfig/U/perl
7829            ! d_sbrkproto.U d_sockatmarkproto.U d_telldirproto.U
7830 ____________________________________________________________________________
7831 [ 14374] By: jhi                                   on 2002/01/22  16:36:41
7832         Log: Get rid of the _() macro since (1) we require ANSI anyway
7833              (2) Other software (GNU) seems to use it and we don't need it,
7834              so let's give it up.
7835      Branch: perl
7836            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
7837            ! config_h.SH ext/Devel/PPPort/PPPort.pm malloc.c
7838            ! plan9/config.plan9 pod/perltoc.pod uconfig.h
7839            ! vos/config.alpha.h vos/config.ga.h win32/config_H.bc
7840            ! win32/config_H.gc win32/config_H.vc win32/config_H.win64
7841            ! wince/config.h wince/config_H.ce
7842 ____________________________________________________________________________
7843 [ 14373] By: nick                                  on 2002/01/22  10:10:48
7844         Log: Miss mg_len == 0 meaning don't Safefree
7845      Branch: perlio
7846            ! mg.c
7847 ____________________________________________________________________________
7848 [ 14372] By: nick                                  on 2002/01/21  22:34:06
7849         Log: XS side of new threads::shared designed, coded and compiles,
7850              and mostly commented but is totaly untested.
7851              submit in case anyone wants a preview.
7852      Branch: perlio
7853            + ext/threads/shared/typemap
7854            ! MANIFEST ext/threads/shared/shared.pm
7855            ! ext/threads/shared/shared.xs
7856 ____________________________________________________________________________
7857 [ 14371] By: jhi                                   on 2002/01/21  19:36:04
7858         Log: Subject: [BUG] /\_/ an unrecognized escape?
7859              From: Michael G Schwern <schwern@pobox.com>
7860              Date: Mon, 21 Jan 2002 15:22:54 -0500
7861              Message-ID: <20020121202254.GA6731@blackrider>
7862      Branch: perl
7863            ! t/lib/warnings/toke toke.c
7864 ____________________________________________________________________________
7865 [ 14370] By: jhi                                   on 2002/01/21  19:16:00
7866         Log: Undo the renaming of the Unicode data files; the simple
7867              solution being not including the *.html files.  This means
7868              that in the future there is no need for any renamings
7869              (well, assuming that the Consortium doesn't cause any),
7870              and the files are named like they are in the Consortium
7871              website, thus alleviating confusion.
7872      Branch: perl
7873            + lib/unicore/ArabicShaping.txt lib/unicore/BidiMirroring.txt
7874            + lib/unicore/CaseFolding.txt
7875            + lib/unicore/CompositionExclusions.txt
7876            + lib/unicore/EastAsianWidth.txt lib/unicore/LineBreak.txt
7877            + lib/unicore/SpecialCasing.txt lib/unicore/UnicodeData.txt
7878            - lib/unicore/ArabShap.txt lib/unicore/BidiMirr.txt
7879            - lib/unicore/CaseFold.txt lib/unicore/CompExcl.txt
7880            - lib/unicore/EAWidth.txt lib/unicore/LineBrk.txt
7881            - lib/unicore/NamesList.html lib/unicore/PropList.html
7882            - lib/unicore/SpecCase.txt lib/unicore/UCD.html
7883            - lib/unicore/Unicode.html lib/unicore/Unicode.txt
7884            - lib/unicore/rename
7885            ! (edit 285 files)
7886 ____________________________________________________________________________
7887 [ 14369] By: jhi                                   on 2002/01/21  15:10:59
7888         Log: Update Changes.
7889      Branch: perl
7890            ! Changes patchlevel.h
7891 ____________________________________________________________________________
7892 [ 14368] By: jhi                                   on 2002/01/21  14:56:42
7893         Log: Subject: RE: BCC for Win32 is unhappy @14331
7894              From: "Konovalov, Vadim" <vkonovalov@spb.Lucent.com>
7895              Date: Mon, 21 Jan 2002 09:48:40 +0300
7896              Message-ID: <80C37C8B4041FB4F9135D70A0AAD71B30F00E5@ru0028exch01.spb.lucent.com>
7897              
7898              (using IV instead of int)
7899      Branch: perl
7900            ! hv.h
7901 ____________________________________________________________________________
7902 [ 14367] By: jhi                                   on 2002/01/21  14:29:05
7903         Log: path_is_absolute() needs a prototype (and maybe
7904              a better name, but that's another story).
7905      Branch: perl
7906            ! embed.fnc embed.h pp_ctl.c proto.h
7907 ____________________________________________________________________________
7908 [ 14366] By: jhi                                   on 2002/01/21  14:07:35
7909         Log: Subject: Re: coderefs in @INC
7910              From: Chris Nandor <pudge@pobox.com>
7911              Date: Thu, 17 Jan 2002 11:26:02 -0500
7912              Message-Id: <p0510030eb86ca7bc03e0@[10.0.1.177]>
7913      Branch: perl
7914            ! pp_ctl.c
7915 ____________________________________________________________________________
7916 [ 14365] By: jhi                                   on 2002/01/21  14:06:11
7917         Log: Subject: Re: [PATCH warnings, perldiag] document diagnostics
7918              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
7919              Date: Sun, 20 Jan 2002 22:53:56 +0100
7920              Message-ID: <20020120225356.A12093@rafael>
7921      Branch: perl
7922            ! lib/warnings.pm pod/perldiag.pod t/lib/warnings/2use
7923            ! t/lib/warnings/9enabled warnings.h warnings.pl
7924 ____________________________________________________________________________
7925 [ 14364] By: jhi                                   on 2002/01/21  03:53:08
7926         Log: Subject: [PATCH] MakeMaker.pm sub-Makefile.PL tweak for VMS
7927              From: "Craig A. Berry" <craigberry@mac.com>
7928              Date: Sun, 20 Jan 2002 22:49:42 -0600
7929              Message-Id: <a05101004b8714273d60c@[172.16.52.1]>
7930      Branch: perl
7931            ! lib/ExtUtils/MakeMaker.pm
7932 ____________________________________________________________________________
7933 [ 14363] By: nick                                  on 2002/01/20  20:38:23
7934         Log: Add new threads/typemap to MANIFEST
7935      Branch: perlio
7936            ! MANIFEST
7937 ____________________________________________________________________________
7938 [ 14362] By: nick                                  on 2002/01/20  20:34:36
7939         Log: Integrate mainline
7940      Branch: perlio
7941           +> lib/Pod/t/Usage.t
7942           !> Configure ext/Cwd/t/cwd.t ext/Devel/DProf/DProf.t
7943           !> ext/File/Glob/t/basic.t ext/SDBM_File/sdbm.t
7944           !> lib/ExtUtils/MM_BeOS.pm pod/perl5004delta.pod
7945           !> pod/perl5005delta.pod pod/perl561delta.pod pod/perl56delta.pod
7946           !> pod/perlfaq1.pod pod/perlfaq2.pod pod/perltoc.pod pp.c
7947           !> t/comp/script.t t/op/oct.t t/op/stat.t t/run/fresh_perl.t
7948           !> util.c
7949 ____________________________________________________________________________
7950 [ 14361] By: nick                                  on 2002/01/20  18:51:47
7951         Log: Integrate MANIFEST
7952      Branch: perlio
7953           !> MANIFEST
7954 ____________________________________________________________________________
7955 [ 14360] By: jhi                                   on 2002/01/20  17:11:12
7956         Log: Subject: [PATCH] lib/ExtUtils/t/Command.t -- VOS Fixes
7957              From: Paul_GreenVOS@vos.stratus.com
7958              Date: Sat, 19 Jan 02 17:17 est
7959              Message-Id: <200201192218.RAA07911@mailhub1.stratus.com>
7960              
7961              Subject: [PATCH] lib/ExtUtils/t/Command.t -- add more tests
7962              From: Paul_GreenVOS@vos.stratus.com
7963              Date: Sat, 19 Jan 02 17:19 est
7964              Message-Id: <200201192218.RAA12331@mailhub2.stratus.com>
7965      Branch: perl
7966            ! lib/ExtUtils/t/Command.t
7967 ____________________________________________________________________________
7968 [ 14359] By: jhi                                   on 2002/01/20  17:09:40
7969         Log: Subject: [PATCH] lib/AnyDBM_File.t -- VOS fix         
7970              From: Paul_GreenVOS@vos.stratus.com
7971              Date: Sat, 19 Jan 02 14:30 est
7972              Message-Id: <200201191932.OAA05601@mailhub1.stratus.com>
7973      Branch: perl
7974            ! lib/AnyDBM_File.t
7975 ____________________________________________________________________________
7976 [ 14358] By: jhi                                   on 2002/01/20  17:01:38
7977         Log: Subject: [REPATCH] Re: [PATCH] ext/File/Glob/t/basic.t - VOS patch
7978              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr> 
7979              Date: Sun, 20 Jan 2002 13:51:36 +0100
7980              Message-ID: <20020120135136.A710@rafael>
7981      Branch: perl
7982            ! ext/File/Glob/t/basic.t
7983 ____________________________________________________________________________
7984 [ 14357] By: jhi                                   on 2002/01/20  16:44:29
7985         Log: #14352 deleted ext/threads/threads.h
7986      Branch: perlio
7987            ! MANIFEST
7988 ____________________________________________________________________________
7989 [ 14356] By: jhi                                   on 2002/01/20  16:40:34
7990         Log: Eradicate sharedsv.*
7991      Branch: perlio
7992            ! NetWare/Makefile vos/build.cm win32/Makefile wince/Makefile.ce
7993 ____________________________________________________________________________
7994 [ 14355] By: nick                                  on 2002/01/20  11:50:22
7995         Log: threads work again on Win32. (Not threads::shared yet)
7996              Submit to see if they do on Linux.
7997      Branch: perlio
7998            ! ext/threads/shared/shared.xs ext/threads/threads.xs
7999            ! win32/makefile.mk
8000 ____________________________________________________________________________
8001 [ 14354] By: jhi                                   on 2002/01/20  06:35:54
8002         Log: Make also hex() and oct() to croak if their arguments
8003              cannot be downgraded (that is, if they contain wide
8004              characters), just like crypt() does (and use the croak
8005              feature of sv_utf8_downgrade()).
8006      Branch: perl
8007            ! pp.c t/op/oct.t
8008 ____________________________________________________________________________
8009 [ 14353] By: nick                                  on 2002/01/19  22:20:09
8010         Log: Integrate Time/Local and its test
8011      Branch: perlio
8012           !> lib/Time/Local.pm lib/Time/Local.t
8013 ____________________________________________________________________________
8014 [ 14352] By: nick                                  on 2002/01/19  22:17:07
8015         Log: Nearly-working threads re-structuring. Do not integrate,
8016              submit-ing to get to Win32, and as "off site" backup.
8017      Branch: perlio
8018            + ext/threads/typemap
8019            - ext/threads/threads.h sharedsv.c sharedsv.h
8020            ! MANIFEST Makefile.SH Makefile.micro embed.fnc embed.h
8021            ! embedvar.h ext/threads/shared/shared.pm
8022            ! ext/threads/shared/shared.xs ext/threads/threads.pm
8023            ! ext/threads/threads.xs global.sym intrpvar.h mg.c mg.h perl.h
8024            ! perlapi.c perlapi.h perlvars.h pod/perlapi.pod
8025            ! pod/perlintern.pod pp.c proto.h sv.c sv.h util.c
8026 ____________________________________________________________________________
8027 [ 14351] By: jhi                                   on 2002/01/19  21:06:58
8028         Log: Regen toc.
8029      Branch: perl
8030            ! pod/perltoc.pod
8031 ____________________________________________________________________________
8032 [ 14350] By: jhi                                   on 2002/01/19  21:03:07
8033         Log: Subject: Re: some file names inside pod/perl*delta files don't match .pod names
8034              From: David Dyck <dcd@tc.fluke.com>
8035              Date: Sat, 19 Jan 2002 13:31:36 -0800 (PST) 
8036              Message-ID: <Pine.LNX.4.33.0201191329420.21630-100000@dd.tc.fluke.com>
8037      Branch: perl
8038            ! pod/perl5004delta.pod pod/perl5005delta.pod
8039            ! pod/perl561delta.pod pod/perl56delta.pod
8040 ____________________________________________________________________________
8041 [ 14349] By: jhi                                   on 2002/01/19  20:07:17
8042         Log: FAQ sync.
8043      Branch: perl
8044            ! pod/perlfaq1.pod pod/perlfaq2.pod
8045 ____________________________________________________________________________
8046 [ 14348] By: jhi                                   on 2002/01/19  17:58:34
8047         Log: Subject: [PATCH lib/Pod/t/Usage.t]
8048              From: Abe Timmerman <abe@ztreet.demon.nl>
8049              Date: Sat, 19 Jan 2002 19:57:57 +0100
8050              Message-ID: <f1gj4usu5m76bv88a3ldptnmo6ld7d44ri@4ax.com>
8051      Branch: perl
8052            + lib/Pod/t/Usage.t
8053            ! MANIFEST
8054 ____________________________________________________________________________
8055 [ 14347] By: jhi                                   on 2002/01/19  17:57:08
8056         Log: Subject: [PATCH] ext/SDBM_File/sdbm.t -- VOS fix
8057              From: Paul_GreenVOS@vos.stratus.com
8058              Date: Sat, 19 Jan 02 13:15 est
8059              Message-Id: <200201191814.NAA09367@mailhub2.stratus.com>
8060      Branch: perl
8061            ! ext/SDBM_File/sdbm.t
8062 ____________________________________________________________________________
8063 [ 14346] By: jhi                                   on 2002/01/19  17:55:55
8064         Log: Integrate perlio; Split out core of sv_magic() into sv_magicext().
8065      Branch: perl
8066           !> embed.fnc embed.h embedvar.h global.sym perlapi.c perlapi.h
8067           !> pod/perlapi.pod pod/perlintern.pod proto.h sv.c util.c
8068 ____________________________________________________________________________
8069 [ 14345] By: gbarr                                 on 2002/01/19  16:51:23
8070         Log: Alternative Time::Local algorithm that uses matemathical formula
8071              for timegm instead of progressive guessing
8072      Branch: perl
8073            ! lib/Time/Local.pm
8074 ____________________________________________________________________________
8075 [ 14344] By: jhi                                   on 2002/01/19  16:11:09
8076         Log: Subject: [PATCH] ext/File/Glob/t/basic.t - VOS patch
8077              From: Paul_GreenVOS@vos.stratus.com
8078              Date: Sat, 19 Jan 02 11:20 est
8079              Message-Id: <200201191619.LAA07751@mailhub2.stratus.com>
8080      Branch: perl
8081            ! ext/File/Glob/t/basic.t
8082 ____________________________________________________________________________
8083 [ 14343] By: jhi                                   on 2002/01/19  16:09:52
8084         Log: Subject: [PATCH] ext/Cwd/t/cwd.t -- for VOS
8085              From: Paul_GreenVOS@vos.stratus.com
8086              Date: Fri, 18 Jan 02 22:56 est
8087              Message-Id: <200201190400.XAA16899@mailhub1.stratus.com>       
8088      Branch: perl
8089            ! ext/Cwd/t/cwd.t
8090 ____________________________________________________________________________
8091 [ 14342] By: jhi                                   on 2002/01/19  16:08:19
8092         Log: Subject: [PATCH] lib/Time/Local.t patch w/o 2038 check           
8093              From: Paul_GreenVOS@vos.stratus.com
8094              Date: Fri, 18 Jan 02 22:48 est
8095              Message-Id: <200201190349.WAA28294@mailhub2.stratus.com>
8096      Branch: perl
8097            ! lib/Time/Local.t
8098 ____________________________________________________________________________
8099 [ 14341] By: jhi                                   on 2002/01/19  16:06:56
8100         Log: Subject: [PATCH] ext/Devel/DProf/DProf.t - different way
8101              From: Paul_GreenVOS@vos.stratus.com
8102              Date: Fri, 18 Jan 02 16:22 est
8103              Message-Id: <200201182125.QAA08563@mailhub1.stratus.com>
8104      Branch: perl
8105            ! ext/Devel/DProf/DProf.t
8106 ____________________________________________________________________________
8107 [ 14340] By: jhi                                   on 2002/01/19  03:00:26
8108         Log: Subject: [PATCH] Re: ext/Devel/DProf/DProf.t -- use exe_ext
8109              From: Tels <perl_dummy@bloodgate.com>
8110              Date: Fri, 18 Jan 2002 22:07:14 +0100 (CET) 
8111              Message-Id: <200201182106.XAA19133@taku.hut.fi>
8112      Branch: perl
8113            ! t/comp/script.t t/op/stat.t t/run/fresh_perl.t
8114 ____________________________________________________________________________
8115 [ 14339] By: jhi                                   on 2002/01/19  02:56:26
8116         Log: Don't do socketpair udp unless you've got all what it takes.
8117      Branch: perl
8118            ! util.c
8119 ____________________________________________________________________________
8120 [ 14338] By: jhi                                   on 2002/01/19  02:51:34
8121         Log: Subject: [PATCH] Re: perl@14331 - BeOS now quite happy  
8122              From: Tels <perl_dummy@bloodgate.com>
8123              Date: Fri, 18 Jan 2002 23:07:01 +0100 (CET) 
8124              Message-Id: <200201182206.AAA15310@taku.hut.fi>
8125      Branch: perl
8126            ! lib/ExtUtils/MM_BeOS.pm
8127 ____________________________________________________________________________
8128 [ 14337] By: jhi                                   on 2002/01/19  02:48:15
8129         Log: metaconfig unit change for #14336.
8130      Branch: metaconfig
8131            ! U/modified/myhostname.U
8132 ____________________________________________________________________________
8133 [ 14336] By: jhi                                   on 2002/01/19  02:47:50
8134         Log: Avoid bare "set", and kiss .uucp goodbye.
8135      Branch: perl
8136            ! Configure
8137 ____________________________________________________________________________
8138 [ 14335] By: nick                                  on 2002/01/18  22:11:42
8139         Log: Split out core of sv_magic() into sv_magicext().
8140              sv_magic provides the extra restictions (no READONLY, only
8141              one of each type, canned set of vtables), and sv_magicext()
8142              does the actual data twiddling.
8143              Also enhances semantics of ->mg_ptr setting via name/namlen
8144              to allow either an uncopied ptr (namlen == 0), or a Newz()ed
8145              scratch area (namlen > 0 && name == NULL).
8146              sv_magicext also returns the MAGIC * it added.
8147              sv_magicext is intended mainly for PERL_MAGIC_ext (~) magic.
8148              
8149              To come sv_unmagicext() - which will remove just one magic
8150              of particular type, and additionaly match against ->mg_ptr,
8151              or the MAGIC * (need to experiment as to which is more natural).
8152      Branch: perlio
8153            ! embed.fnc embed.h embedvar.h global.sym perlapi.c perlapi.h
8154            ! pod/perlapi.pod pod/perlintern.pod proto.h sv.c util.c
8155 ____________________________________________________________________________
8156 [ 14334] By: jhi                                   on 2002/01/18  21:16:08
8157         Log: Retract #14327 for now, going to the limit seems
8158              to be too much for many platforms.
8159      Branch: perl
8160            ! lib/Time/Local.t
8161 ____________________________________________________________________________
8162 [ 14333] By: nick                                  on 2002/01/18  18:58:33
8163         Log: Integrate mainline
8164      Branch: perlio
8165           !> Changes patchlevel.h
8166 ____________________________________________________________________________
8167 [ 14332] By: nick                                  on 2002/01/18  16:19:06
8168         Log: Integrate mainline
8169      Branch: perlio
8170           +> lib/ExtUtils/Changes lib/ExtUtils/instmodsh
8171           +> lib/ExtUtils/t/hints.t t/lib/TieOut.pm
8172            - lib/ExtUtils/inst
8173           !> (integrate 32 files)
8174 ____________________________________________________________________________
8175 [ 14331] By: jhi                                   on 2002/01/18  16:09:38
8176         Log: Update Changes.
8177      Branch: perl
8178            ! Changes patchlevel.h
8179 ____________________________________________________________________________
8180 [ 14330] By: jhi                                   on 2002/01/18  15:07:49
8181         Log: Try to make the connect/read/write timeouting.
8182      Branch: perl
8183            ! ext/Socket/Socket.t
8184 ____________________________________________________________________________
8185 [ 14329] By: jhi                                   on 2002/01/18  14:49:49
8186         Log: Netware Makefile tweak from Ananth Kesari.
8187      Branch: perl
8188            ! NetWare/Makefile
8189 ____________________________________________________________________________
8190 [ 14328] By: jhi                                   on 2002/01/18  14:37:02
8191         Log: Subject: [PATCH] Re: [PATCH] Re: [ID 20020117.010] File::Find documentation
8192              From: Michael G Schwern <schwern@pobox.com>
8193              Date: Fri, 18 Jan 2002 03:10:27 -0500
8194              Message-ID: <20020118081027.GE7226@blackrider>
8195      Branch: perl
8196            ! lib/File/Find.pm
8197 ____________________________________________________________________________
8198 [ 14327] By: jhi                                   on 2002/01/18  14:33:19
8199         Log: (retracted by #14334)
8200              
8201              Subject: [PATCH] Improving lib/Time/Local.t
8202              From: Paul_GreenVOS@vos.stratus.com        
8203              Date: Thu, 17 Jan 02 22:36 est
8204              Message-Id: <200201180335.WAA08768@mailhub2.stratus.com> 
8205      Branch: perl
8206            ! lib/Time/Local.t
8207 ____________________________________________________________________________
8208 [ 14326] By: jhi                                   on 2002/01/18  14:32:08
8209         Log: Subject: [PATCH t/MM_Win32.t] was: [ANNOUNCE] ExtUtils::MakeMaker 5.48_03 
8210              From: Abe Timmerman <abe@ztreet.demon.nl>  
8211              Date: Fri, 18 Jan 2002 13:18:47 +0100
8212              Message-ID: <4l4g4ustql73mlnm5n2jm68vcn4ctf85a1@4ax.com> 
8213      Branch: perl
8214            ! lib/ExtUtils/t/MM_Win32.t
8215 ____________________________________________________________________________
8216 [ 14325] By: jhi                                   on 2002/01/18  14:30:49
8217         Log: Subject: [PATCH] Syncing with bleadperl 
8218              From: Michael G Schwern <schwern@pobox.com> 
8219              Date: Fri, 18 Jan 2002 03:04:33 -0500
8220              Message-ID: <20020118080432.GC7226@blackrider>
8221      Branch: perl
8222            + lib/ExtUtils/Changes lib/ExtUtils/instmodsh t/lib/TieOut.pm
8223            - lib/ExtUtils/inst
8224            ! MANIFEST lib/ExtUtils/Embed.pm lib/ExtUtils/Liblist.pm
8225            ! lib/ExtUtils/MM_Win32.pm lib/ExtUtils/MakeMaker.pm
8226            ! lib/ExtUtils/Manifest.pm lib/ExtUtils/Mkbootstrap.pm
8227            ! lib/ExtUtils/Mksymlists.pm lib/ExtUtils/t/Command.t
8228            ! lib/ExtUtils/t/Embed.t lib/ExtUtils/t/ExtUtils.t
8229            ! lib/ExtUtils/t/Installed.t lib/ExtUtils/t/MM_BeOS.t
8230            ! lib/ExtUtils/t/MM_Cygwin.t lib/ExtUtils/t/MM_OS2.t
8231            ! lib/ExtUtils/t/MM_Unix.t lib/ExtUtils/t/MM_VMS.t
8232            ! lib/ExtUtils/t/MM_Win32.t lib/ExtUtils/t/Manifest.t
8233            ! lib/ExtUtils/t/Mkbootstrap.t lib/ExtUtils/t/Packlist.t
8234            ! lib/ExtUtils/t/hints.t lib/ExtUtils/t/testlib.t
8235            ! lib/ExtUtils/testlib.pm
8236 ____________________________________________________________________________
8237 [ 14324] By: jhi                                   on 2002/01/18  13:40:56
8238         Log: Detypo.
8239      Branch: perl
8240            ! AUTHORS
8241 ____________________________________________________________________________
8242 [ 14323] By: jhi                                   on 2002/01/18  00:35:24
8243         Log: Subject: [PATCH] MM check_hints test
8244              From: Michael G Schwern <schwern@pobox.com>
8245              Date: Thu, 17 Jan 2002 20:25:57 -0500
8246              Message-ID: <20020118012557.GE32762@blackrider>
8247      Branch: perl
8248            + lib/ExtUtils/t/hints.t
8249            ! MANIFEST
8250 ____________________________________________________________________________
8251 [ 14322] By: jhi                                   on 2002/01/18  00:21:11
8252         Log: Subject: [PATCH] Re: [PATCH] Re: ndbm failing on linux ?        
8253              From: Michael G Schwern <schwern@pobox.com> 
8254              Date: Thu, 17 Jan 2002 20:12:20 -0500
8255              Message-ID: <20020118011220.GC32762@blackrider>
8256              
8257              (#14317 replaced with this)
8258      Branch: perl
8259            ! lib/ExtUtils/MakeMaker.pm
8260 ____________________________________________________________________________
8261 [ 14321] By: jhi                                   on 2002/01/17  22:51:55
8262         Log: Subject: [PATCH perldiag] overload.pm warnings
8263              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
8264              Date: Thu, 17 Jan 2002 23:53:49 +0100
8265              Message-ID: <20020117235349.A14530@rafael>
8266      Branch: perl
8267            ! pod/perldiag.pod
8268 ____________________________________________________________________________
8269 [ 14320] By: jhi                                   on 2002/01/17  22:49:36
8270         Log: Subject: [PATCH] Re: [ID 20020117.010] File::Find documentation
8271              From: Michael G Schwern <schwern@pobox.com>
8272              Date: Thu, 17 Jan 2002 16:35:47 -0500
8273              Message-ID: <20020117213546.GD23830@blackrider>
8274      Branch: perl
8275            ! lib/File/Find.pm
8276 ____________________________________________________________________________
8277 [ 14319] By: jhi                                   on 2002/01/17  22:43:12
8278         Log: Subject: [PATCH pod/perltodo.pod] One TODO is TODONE
8279              From: chromatic <chromatic@rmci.net>
8280              Date: Thu, 17 Jan 2002 13:04:22 -0700
8281              Message-ID: <20020117200557.98720.qmail@onion.perl.org>
8282      Branch: perl
8283            ! pod/perltodo.pod
8284 ____________________________________________________________________________
8285 [ 14318] By: jhi                                   on 2002/01/17  22:42:12
8286         Log: Subject: [PATCH lib/ExtUtils/t/Mkbootstrap] Silence warnings (was Re: [ANNOUNCE] ExtUtils::MakeMaker 5.48_01, the CPAN version)
8287              From: chromatic <chromatic@rmci.net>
8288              Date: Thu, 17 Jan 2002 12:59:04 -0700
8289              Message-ID: <20020117200039.96481.qmail@onion.perl.org>
8290      Branch: perl
8291            ! lib/ExtUtils/t/Mkbootstrap.t
8292 ____________________________________________________________________________
8293 [ 14317] By: jhi                                   on 2002/01/17  22:39:48
8294         Log: (replaced by #14322)
8295              The #14300 broke hints file handling.
8296      Branch: perl
8297            ! lib/ExtUtils/MakeMaker.pm
8298 ____________________________________________________________________________
8299 [ 14316] By: jhi                                   on 2002/01/17  22:14:56
8300         Log: metaconfig unit change for #14315.
8301      Branch: metaconfig/U/perl
8302            ! uselongdbl.U
8303 ____________________________________________________________________________
8304 [ 14315] By: jhi                                   on 2002/01/17  22:13:44
8305         Log: Subject: [PATCH] long doubles
8306              From: Nicholas Clark <nick@unfortu.net>
8307              Date: Thu, 17 Jan 2002 17:06:28 +0000
8308              Message-ID: <20020117170627.GD513@Bagpuss.unfortu.net>
8309      Branch: perl
8310            ! Configure
8311 ____________________________________________________________________________
8312 [ 14314] By: jhi                                   on 2002/01/17  21:52:03
8313         Log: metaconfig unit change for #14313.
8314      Branch: metaconfig
8315            ! U/modified/i_ndbm.U
8316 ____________________________________________________________________________
8317 [ 14313] By: jhi                                   on 2002/01/17  21:51:05
8318         Log: Subject: [PATCH] Trivial Configure patch (really i_ndbm.U)
8319              From: Andy Dougherty <doughera@lafayette.edu>
8320              Date: Thu, 17 Jan 2002 11:44:48 -0500 (EST)
8321              Message-ID: <Pine.SOL.4.10.10201171141280.25122-100000@maxwell.phys.lafayette.edu>
8322      Branch: perl
8323            ! Configure
8324 ____________________________________________________________________________
8325 [ 14312] By: nick                                  on 2002/01/17  21:38:38
8326         Log: Integrate mainline (for ndbm fixes etc.)
8327      Branch: perlio
8328           +> t/run/fresh_perl.t
8329            - t/run/kill_perl.t
8330           !> Changes MANIFEST ext/Opcode/Opcode.xs
8331           !> ext/SDBM_File/sdbm/Makefile.PL
8332           !> ext/Unicode/Normalize/Normalize.pm lib/Attribute/Handlers.pm
8333           !> lib/Attribute/Handlers/t/multi.t lib/ExtUtils/MM_Unix.pm
8334           !> lib/ExtUtils/MakeMaker.pm lib/ExtUtils/t/MM_Unix.t
8335           !> lib/Text/Tabs.pm mg.c patchlevel.h scope.c t/io/fs.t
8336           !> t/lib/warnings/mg t/op/crypt.t t/test.pl
8337 ____________________________________________________________________________
8338 [ 14311] By: sky                                   on 2002/01/17  21:01:00
8339         Log: Simplify the code that duplicates the threads 
8340              init function and the parameters to the thread by using sv_dup. 
8341              Note,what happens if you pass a shared variable as a parameter?
8342      Branch: perl
8343            ! ext/threads/threads.xs
8344 ____________________________________________________________________________
8345 [ 14310] By: jhi                                   on 2002/01/17  15:23:56
8346         Log: Update Changes.
8347      Branch: perl
8348            ! Changes patchlevel.h
8349 ____________________________________________________________________________
8350 [ 14309] By: jhi                                   on 2002/01/17  14:39:20
8351         Log: Rename kill_perl to fresh_perl; replace fresh_perl()
8352              with fresh_perl_is() and fresh_perl_like().
8353      Branch: perl
8354            + t/run/fresh_perl.t
8355            - t/run/kill_perl.t
8356            ! MANIFEST t/test.pl
8357 ____________________________________________________________________________
8358 [ 14308] By: jhi                                   on 2002/01/17  14:06:46
8359         Log: Subject: Re: [Patch @14129] fixes Unicode::Normalize
8360              From: Benjamin Goldberg <goldbb2@earthlink.net>
8361              Date: Wed, 09 Jan 2002 21:03:16 -0500
8362              Message-ID: <3C3CF664.A2BF3AC2@earthlink.net>
8363      Branch: perl
8364            ! ext/Unicode/Normalize/Normalize.pm
8365 ____________________________________________________________________________
8366 [ 14307] By: jhi                                   on 2002/01/17  14:04:06
8367         Log: Retract #14144 as Hugo isn't happy with it.
8368      Branch: perl
8369            ! scope.c t/run/kill_perl.t
8370 ____________________________________________________________________________
8371 [ 14306] By: jhi                                   on 2002/01/17  13:57:53
8372         Log: Subject: [REPATCH] Attribute::Handlers lexical refcount circus
8373              From: Richard Clamp <richardc@unixbeard.net>
8374              Date: Wed, 16 Jan 2002 17:34:31 +0000
8375              Message-ID: <20020116173431.GA28924@mirth.demon.co.uk>
8376      Branch: perl
8377            ! lib/Attribute/Handlers.pm lib/Attribute/Handlers/t/multi.t
8378 ____________________________________________________________________________
8379 [ 14305] By: jhi                                   on 2002/01/17  13:32:56
8380         Log: Subject: [PATCH bleadperl] No more warnings from Opcode.c
8381              From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu>
8382              Date: Tue, 15 Jan 2002 21:23:30 +0100
8383              Message-ID: <595405346.20020115212330@tesla.rcub.bg.ac.yu>
8384      Branch: perl
8385            ! ext/Opcode/Opcode.xs
8386 ____________________________________________________________________________
8387 [ 14304] By: jhi                                   on 2002/01/16  16:55:52
8388         Log: Subject: [PATCH] Fix crypt.t and fs.t tests
8389              From: Paul_GreenVOS@vos.stratus.com
8390              Date: Wed, 16 Jan 02 6:42 est
8391              Message-Id: <200201161143.GAA02292@mailhub1.stratus.com>
8392      Branch: perl
8393            ! t/io/fs.t t/op/crypt.t
8394 ____________________________________________________________________________
8395 [ 14303] By: jhi                                   on 2002/01/16  14:55:57
8396         Log: Subject: Re: [PATCH] length of undefined $(digit) should warn    
8397              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
8398              Date: Wed, 16 Jan 2002 13:43:39 +0100
8399              Message-ID: <20020116134339.A704@rafael>
8400              
8401              (replaces #14302)
8402      Branch: perl
8403            ! mg.c t/lib/warnings/mg
8404 ____________________________________________________________________________
8405 [ 14302] By: jhi                                   on 2002/01/16  13:47:58
8406         Log: (replaced by #14303)
8407              Subject: [PATCH] length of undefined $(digit) should warn
8408              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
8409              Date: Tue, 15 Jan 2002 23:02:44 +0100            
8410              Message-ID: <20020115230244.A31786@rafael>     
8411      Branch: perl
8412            ! mg.c t/lib/warnings/mg
8413 ____________________________________________________________________________
8414 [ 14301] By: jhi                                   on 2002/01/16  13:45:20
8415         Log: The non-MakeMaker.pm parts of
8416              
8417              Subject: [PATCH] Re: MM_Beos.pm?
8418              From: Tels <perl_dummy@bloodgate.com>
8419              Date: Mon, 14 Jan 2002 21:00:31 +0100 (CET)  
8420              Message-Id: <200201142006.WAA29544@taas.iki.fi>
8421      Branch: perl
8422            ! ext/SDBM_File/sdbm/Makefile.PL lib/ExtUtils/MM_Unix.pm
8423            ! lib/ExtUtils/t/MM_Unix.t
8424 ____________________________________________________________________________
8425 [ 14300] By: jhi                                   on 2002/01/16  13:40:53
8426         Log: Subject: [PATCH] Re: [PATCH] strictifying ExtUtils::MakeMaker, take 3
8427              From: Michael G Schwern <schwern@pobox.com>    
8428              Date: Tue, 15 Jan 2002 20:07:50 -0500            
8429              Message-ID: <20020116010750.GH625@blackrider>  
8430      Branch: perl
8431            ! lib/ExtUtils/MakeMaker.pm
8432 ____________________________________________________________________________
8433 [ 14299] By: jhi                                   on 2002/01/16  13:37:41
8434         Log: Subject: [PATCH] lib/Text/Tabs.pm doc format touchup
8435              From: Jeffrey Friedl <jfriedl@yahoo.com>       
8436              Date: Tue, 15 Jan 2002 15:30:22 -0800 (PST)      
8437              Message-Id: <200201152330.g0FNUM784820@ventrue.corp.yahoo.com>
8438      Branch: perl
8439            ! lib/Text/Tabs.pm
8440 ____________________________________________________________________________
8441 [ 14298] By: jhi                                   on 2002/01/16  13:34:29
8442         Log: Subject: [PATCH] Tidy up EXE_EXT patches to MM_Unix.pm
8443              From: "Green, Paul" <Paul.Green@stratus.com>
8444              Date: Tue, 15 Jan 2002 22:28:10 -0500
8445              Message-ID: <95AE3CDB3543D511883A0020485B38B9023534F0@exna3.stratus.com>
8446      Branch: perl
8447            ! lib/ExtUtils/MM_Unix.pm
8448 ____________________________________________________________________________
8449 [ 14297] By: jhi                                   on 2002/01/16  13:21:26
8450         Log: Integrate perlio; offsetof() is in <stddef.h>
8451      Branch: perl
8452           !> ext/Socket/Socket.xs
8453 ____________________________________________________________________________
8454 [ 14296] By: nick                                  on 2002/01/16  13:02:29
8455         Log: offsetof() is in <stddef.h>
8456      Branch: perlio
8457            ! ext/Socket/Socket.xs
8458 ____________________________________________________________________________
8459 [ 14295] By: nick                                  on 2002/01/16  07:25:29
8460         Log: Integrate mainline
8461      Branch: perlio
8462           +> (branch 262 files)
8463            - (delete 285 files)
8464           !> (integrate 34 files)
8465 ____________________________________________________________________________
8466 [ 14294] By: jhi                                   on 2002/01/16  05:37:29
8467         Log: Jeffrey's Unicode adventure continues: unify the In/*.pl
8468              and Is/*.pl to lib/*.pl, remove In.pl and Is.pl, introduce
8469              Canonical.pl and Exact.pl.
8470      Branch: perl
8471            + (add 259 files)
8472            - (delete 288 files)
8473            ! MANIFEST lib/unicore/Makefile lib/unicore/Properties
8474            ! lib/unicore/To/Digit.pl lib/unicore/To/Fold.pl
8475            ! lib/unicore/To/Lower.pl lib/unicore/To/Title.pl
8476            ! lib/unicore/To/Upper.pl lib/unicore/mktables lib/utf8_heavy.pl
8477 ____________________________________________________________________________
8478 [ 14293] By: jhi                                   on 2002/01/16  00:32:27
8479         Log: s/SvPV/SvPVbyte/g, as suggested by Gisle Aas.
8480      Branch: perl
8481            ! ext/Socket/Socket.xs
8482 ____________________________________________________________________________
8483 [ 14292] By: jhi                                   on 2002/01/15  20:06:49
8484         Log: Subject: [PATCH] Add Slab_Free to embed.fnc
8485              From: "Mattia Barbon" <mbarbon@dsi.unive.it>
8486              Date: Tue, 15 Jan 2002 21:59:19 +0100
8487              Message-ID: <3C44A637.16602.25EB208@localhost>
8488      Branch: perl
8489            ! embed.fnc embed.h proto.h
8490 ____________________________________________________________________________
8491 [ 14291] By: jhi                                   on 2002/01/15  20:00:02
8492         Log: Duh.  The updated In/*.pl weren't checked in.
8493      Branch: perl
8494            ! lib/unicore/In/Alphabet.pl lib/unicore/In/Arabic.pl
8495            ! lib/unicore/In/ArabicP2.pl lib/unicore/In/ArabicPr.pl
8496            ! lib/unicore/In/Armenian.pl lib/unicore/In/Arrows.pl
8497            ! lib/unicore/In/BasicLat.pl lib/unicore/In/Bengali.pl
8498            ! lib/unicore/In/BlockEle.pl lib/unicore/In/Bopomof2.pl
8499            ! lib/unicore/In/Bopomofo.pl lib/unicore/In/BoxDrawi.pl
8500            ! lib/unicore/In/BrailleP.pl lib/unicore/In/Byzantin.pl
8501            ! lib/unicore/In/Cherokee.pl lib/unicore/In/CjkComp2.pl
8502            ! lib/unicore/In/CjkComp3.pl lib/unicore/In/CjkComp4.pl
8503            ! lib/unicore/In/CjkCompa.pl lib/unicore/In/CjkRadic.pl
8504            ! lib/unicore/In/CjkSymbo.pl lib/unicore/In/CjkUnif2.pl
8505            ! lib/unicore/In/CjkUnif3.pl lib/unicore/In/CjkUnifi.pl
8506            ! lib/unicore/In/Combini2.pl lib/unicore/In/Combini3.pl
8507            ! lib/unicore/In/Combinin.pl lib/unicore/In/ControlP.pl
8508            ! lib/unicore/In/Currency.pl lib/unicore/In/Cyrillic.pl
8509            ! lib/unicore/In/Deseret.pl lib/unicore/In/Devanaga.pl
8510            ! lib/unicore/In/Dingbats.pl lib/unicore/In/Enclose2.pl
8511            ! lib/unicore/In/Enclosed.pl lib/unicore/In/Ethiopic.pl
8512            ! lib/unicore/In/GeneralP.pl lib/unicore/In/Geometri.pl
8513            ! lib/unicore/In/Georgian.pl lib/unicore/In/Gothic.pl
8514            ! lib/unicore/In/Greek.pl lib/unicore/In/GreekExt.pl
8515            ! lib/unicore/In/Gujarati.pl lib/unicore/In/Gurmukhi.pl
8516            ! lib/unicore/In/Halfwidt.pl lib/unicore/In/HangulCo.pl
8517            ! lib/unicore/In/HangulJa.pl lib/unicore/In/HangulSy.pl
8518            ! lib/unicore/In/Hebrew.pl lib/unicore/In/HighPriv.pl
8519            ! lib/unicore/In/HighSurr.pl lib/unicore/In/Hiragana.pl
8520            ! lib/unicore/In/Ideograp.pl lib/unicore/In/IpaExten.pl
8521            ! lib/unicore/In/Kanbun.pl lib/unicore/In/KangxiRa.pl
8522            ! lib/unicore/In/Kannada.pl lib/unicore/In/Katakana.pl
8523            ! lib/unicore/In/Khmer.pl lib/unicore/In/Lao.pl
8524            ! lib/unicore/In/Latin1Su.pl lib/unicore/In/LatinEx2.pl
8525            ! lib/unicore/In/LatinEx3.pl lib/unicore/In/LatinExt.pl
8526            ! lib/unicore/In/Letterli.pl lib/unicore/In/LowSurro.pl
8527            ! lib/unicore/In/Malayala.pl lib/unicore/In/Mathema2.pl
8528            ! lib/unicore/In/Mathemat.pl lib/unicore/In/Miscell2.pl
8529            ! lib/unicore/In/Miscella.pl lib/unicore/In/Mongolia.pl
8530            ! lib/unicore/In/MusicalS.pl lib/unicore/In/Myanmar.pl
8531            ! lib/unicore/In/NumberFo.pl lib/unicore/In/Ogham.pl
8532            ! lib/unicore/In/OldItali.pl lib/unicore/In/OpticalC.pl
8533            ! lib/unicore/In/Oriya.pl lib/unicore/In/PrivateU.pl
8534            ! lib/unicore/In/Runic.pl lib/unicore/In/Sinhala.pl
8535            ! lib/unicore/In/SmallFor.pl lib/unicore/In/SpacingM.pl
8536            ! lib/unicore/In/Specials.pl lib/unicore/In/Superscr.pl
8537            ! lib/unicore/In/Syriac.pl lib/unicore/In/Tags.pl
8538            ! lib/unicore/In/Tamil.pl lib/unicore/In/Telugu.pl
8539            ! lib/unicore/In/Thaana.pl lib/unicore/In/Thai.pl
8540            ! lib/unicore/In/Tibetan.pl lib/unicore/In/UnifiedC.pl
8541            ! lib/unicore/In/YiRadica.pl lib/unicore/In/YiSyllab.pl
8542 ____________________________________________________________________________
8543 [ 14290] By: jhi                                   on 2002/01/15  18:39:54
8544         Log: Update Changes.
8545      Branch: perl
8546            ! Changes patchlevel.h
8547 ____________________________________________________________________________
8548 [ 14289] By: jhi                                   on 2002/01/15  18:38:03
8549         Log: Jeffrey is trying very hard to avoid working on his
8550              book, it would seem :-) (better naming, better comments
8551              in the files)
8552      Branch: perl
8553            + lib/unicore/Is/AsciiHex.pl lib/unicore/Is/IdContin.pl
8554            + lib/unicore/Is/IdStart.pl lib/unicore/Is/L_.pl
8555            + lib/unicore/Is/_CanonDC.pl lib/unicore/Is/_CaseIgn.pl
8556            + lib/unicore/Is/_CombAbo.pl lib/unicore/Properties
8557            - lib/unicore/Is/2.pl lib/unicore/Is/ASCIIHex.pl
8558            - lib/unicore/Is/CanonDCI.pl lib/unicore/Is/CaseIgno.pl
8559            - lib/unicore/Is/CombAbov.pl lib/unicore/Is/IDContin.pl
8560            - lib/unicore/Is/IDStart.pl
8561            ! (edit 200 files)
8562 ____________________________________________________________________________
8563 [ 14288] By: jhi                                   on 2002/01/15  17:56:29
8564         Log: metaconfig unit changes for #14287.
8565      Branch: metaconfig
8566            + U/modified/Chk_MANI.U
8567            ! U/modified/Extract.U U/modified/Finish.U
8568      Branch: metaconfig/U/perl
8569            ! Extensions.U dlsrc.U
8570 ____________________________________________________________________________
8571 [ 14287] By: jhi                                   on 2002/01/15  17:55:54
8572         Log: Some protection against spaces in directory names.
8573              (Tru64 still has some makedepend problems in such
8574              cases but that looks like Tru64's problem.)
8575      Branch: perl
8576            ! Configure Makefile.SH
8577 ____________________________________________________________________________
8578 [ 14286] By: jhi                                   on 2002/01/15  17:13:28
8579         Log: Should have been in #14285 but I have sausages for fingers.
8580      Branch: perl
8581            + lib/ExtUtils/MM_BeOS.pm
8582 ____________________________________________________________________________
8583 [ 14285] By: jhi                                   on 2002/01/15  17:12:59
8584         Log: MM_BeOS from Tels.
8585      Branch: perl
8586            + lib/ExtUtils/t/MM_BeOS.t
8587            ! MANIFEST
8588 ____________________________________________________________________________
8589 [ 14284] By: jhi                                   on 2002/01/15  15:55:53
8590         Log: Integrate perlio;
8591              
8592              (reintroduce #14251) Slab allocator for ops
8593              - moved the statics to intrpvar.h
8594              - implemented Slab_Free()
8595              - uses PerlMemShared (for now) if distinction exists.
8596              
8597              Slab allocator submit after resolve -ay to keep it!
8598              
8599              Hand merge of non slab allocator stuff
8600              
8601              const-ness fix in savepv's passing of NULL
8602              
8603              Typo in #else branch of PL_SLAB_ALLOC
8604              
8605              Integrate rest of mainline
8606              
8607              Regen embed enable slab for PERL_IMPLICIT_SYS
8608              
8609              Correct name of PL_OP_SLAB_ALLOC
8610              
8611              Correct slab allocator for case where sizeof(IV) > sizeof(IV *)
8612              e.g. -Duse64bitint on a 32-bit platform.
8613              Now uses I32 for use-count and is more careful with its casts.
8614      Branch: perl
8615           !> (integrate 28 files)
8616 ____________________________________________________________________________
8617 [ 14283] By: pudge                                 on 2002/01/15  15:21:30
8618         Log: Add Shuck URL
8619      Branch: maint-5.6/macperl
8620            ! macos/macperl/MacPerl.podhelp
8621 ____________________________________________________________________________
8622 [ 14282] By: pudge                                 on 2002/01/15  15:21:18
8623         Log: Remove obsolete docs
8624      Branch: maint-5.6/macperl
8625            ! ext/File/Glob/Glob.pm
8626 ____________________________________________________________________________
8627 [ 14281] By: nick                                  on 2002/01/15  15:08:43
8628         Log: Correct slab allocator for case where sizeof(IV) > sizeof(IV *)
8629              e.g. -Duse64bitint on a 32-bit platform.
8630              Now uses I32 for use-count and is more careful with its casts.
8631      Branch: perlio
8632            ! intrpvar.h op.c
8633 ____________________________________________________________________________
8634 [ 14280] By: pudge                                 on 2002/01/15  14:55:25
8635         Log: Update bundled modules.  Yow!
8636      Branch: maint-5.6/macperl
8637            + macos/bundled_ext/Compress/Zlib/constants.h
8638            + macos/bundled_ext/Compress/Zlib/constants.xs
8639            + macos/bundled_ext/Filter/Util/Call/ppport.h
8640            + macos/bundled_ext/Storable/t/compat-0.6.t
8641            + macos/bundled_ext/Storable/t/dump.pl
8642            + macos/bundled_lib/blib/lib/Mail/Mailer/qmail.pm
8643            + macos/bundled_lib/blib/lib/Net/HTTP/Methods.pm
8644            + macos/bundled_lib/blib/lib/Net/HTTPS.pm
8645            + macos/bundled_lib/blib/lib/URI/ssh.pm
8646            + macos/bundled_lib/t/Filter/Simple/ExportTest.pm
8647            + macos/bundled_lib/t/Filter/Simple/FilterOnlyTest.pm
8648            + macos/bundled_lib/t/Filter/Simple/FilterTest.pm
8649            + macos/bundled_lib/t/Filter/Simple/ImportTest.pm
8650            + macos/bundled_lib/t/Filter/Simple/data.t
8651            + macos/bundled_lib/t/Filter/Simple/export.t
8652            + macos/bundled_lib/t/Filter/Simple/filter_only.t
8653            + macos/bundled_lib/t/Filter/Simple/import.t
8654            + macos/bundled_lib/t/NEXT/actual.t
8655            + macos/bundled_lib/t/NEXT/actuns.t
8656            + macos/bundled_lib/t/NEXT/next.t
8657            + macos/bundled_lib/t/NEXT/unseen.t
8658            + macos/bundled_lib/t/libnet/netrc.t
8659            + macos/bundled_lib/t/libwww-perl/base/http.t
8660            + macos/bundled_lib/t/libwww-perl/live/activestate.t
8661            - macos/bundled_ext/Filter/t/FilterTest.pm
8662            - macos/bundled_ext/Storable/t/compat06.t
8663            - macos/bundled_ext/Storable/t/st-dump.pl
8664            - macos/bundled_lib/t/NEXT/test.pl
8665            - macos/bundled_lib/t/libwww-perl/live/google.t
8666            ! macos/bundled_ext/Compress/Zlib/ANNOUNCE
8667            ! macos/bundled_ext/Compress/Zlib/Makefile.PL
8668            ! macos/bundled_ext/Compress/Zlib/Makefile.mk
8669            ! macos/bundled_ext/Compress/Zlib/README
8670            ! macos/bundled_ext/Compress/Zlib/Zlib.pm
8671            ! macos/bundled_ext/Compress/Zlib/Zlib.xs
8672            ! macos/bundled_ext/Compress/Zlib/t/examples.t
8673            ! macos/bundled_ext/Filter/Util/Call/Call.pm
8674            ! macos/bundled_ext/Filter/Util/Call/Call.xs
8675            ! macos/bundled_ext/Filter/Util/Call/Makefile.PL
8676            ! macos/bundled_ext/Filter/t/call.t
8677            ! macos/bundled_ext/Filter/t/filter-util.pl
8678            ! macos/bundled_ext/Storable/ChangeLog
8679            ! macos/bundled_ext/Storable/README
8680            ! macos/bundled_ext/Storable/Storable.pm
8681            ! macos/bundled_ext/Storable/t/blessed.t
8682            ! macos/bundled_ext/Storable/t/canonical.t
8683            ! macos/bundled_ext/Storable/t/dclone.t
8684            ! macos/bundled_ext/Storable/t/forgive.t
8685            ! macos/bundled_ext/Storable/t/freeze.t
8686            ! macos/bundled_ext/Storable/t/lock.t
8687            ! macos/bundled_ext/Storable/t/overload.t
8688            ! macos/bundled_ext/Storable/t/recurse.t
8689            ! macos/bundled_ext/Storable/t/retrieve.t
8690            ! macos/bundled_ext/Storable/t/store.t
8691            ! macos/bundled_ext/Storable/t/tied.t
8692            ! macos/bundled_ext/Storable/t/tied_hook.t
8693            ! macos/bundled_ext/Storable/t/tied_items.t
8694            ! macos/bundled_ext/Storable/t/utf8.t
8695            ! macos/bundled_lib/blib/lib/File/Sort.pm
8696            ! macos/bundled_lib/blib/lib/Filter/Simple.pm
8697            ! macos/bundled_lib/blib/lib/HTTP/Headers.pm
8698            ! macos/bundled_lib/blib/lib/HTTP/Message.pm
8699            ! macos/bundled_lib/blib/lib/HTTP/Negotiate.pm
8700            ! macos/bundled_lib/blib/lib/HTTP/Request.pm
8701            ! macos/bundled_lib/blib/lib/HTTP/Response.pm
8702            ! macos/bundled_lib/blib/lib/LWP.pm
8703            ! macos/bundled_lib/blib/lib/LWP/Authen/Digest.pm
8704            ! macos/bundled_lib/blib/lib/LWP/Protocol/http.pm
8705            ! macos/bundled_lib/blib/lib/LWP/Protocol/https.pm
8706            ! macos/bundled_lib/blib/lib/LWP/UserAgent.pm
8707            ! macos/bundled_lib/blib/lib/Mail/Address.pm
8708            ! macos/bundled_lib/blib/lib/Mail/Cap.pm
8709            ! macos/bundled_lib/blib/lib/Mail/Field.pm
8710            ! macos/bundled_lib/blib/lib/Mail/Field/AddrList.pm
8711            ! macos/bundled_lib/blib/lib/Mail/Field/Date.pm
8712            ! macos/bundled_lib/blib/lib/Mail/Filter.pm
8713            ! macos/bundled_lib/blib/lib/Mail/Header.pm
8714            ! macos/bundled_lib/blib/lib/Mail/Internet.pm
8715            ! macos/bundled_lib/blib/lib/Mail/Mailer.pm
8716            ! macos/bundled_lib/blib/lib/Mail/Mailer/test.pm
8717            ! macos/bundled_lib/blib/lib/Mail/Send.pm
8718            ! macos/bundled_lib/blib/lib/Mail/Util.pm
8719            ! macos/bundled_lib/blib/lib/NEXT.pm
8720            ! macos/bundled_lib/blib/lib/Net/Config.pm
8721            ! macos/bundled_lib/blib/lib/Net/Domain.pm
8722            ! macos/bundled_lib/blib/lib/Net/FTP.pm
8723            ! macos/bundled_lib/blib/lib/Net/FTP/E.pm
8724            ! macos/bundled_lib/blib/lib/Net/FTP/L.pm
8725            ! macos/bundled_lib/blib/lib/Net/HTTP.pm
8726            ! macos/bundled_lib/blib/lib/Net/NNTP.pm
8727            ! macos/bundled_lib/blib/lib/Net/POP3.pm
8728            ! macos/bundled_lib/blib/lib/Net/SMTP.pm
8729            ! macos/bundled_lib/blib/lib/Net/libnetFAQ.pod
8730            ! macos/bundled_lib/blib/lib/Switch.pm
8731            ! macos/bundled_lib/blib/lib/Text/Balanced.pm
8732            ! macos/bundled_lib/blib/lib/URI/Escape.pm
8733            ! macos/bundled_lib/blib/lib/URI/ftp.pm
8734            ! macos/bundled_lib/blib/lib/lwpcook.pod
8735            ! macos/bundled_lib/t/Filter/Simple/filter.t
8736            ! macos/bundled_lib/t/Switch/t/nested.t
8737            ! macos/bundled_lib/t/Text/Balanced/t/extbrk.t
8738            ! macos/bundled_lib/t/Text/Balanced/t/extcbk.t
8739            ! macos/bundled_lib/t/Text/Balanced/t/extdel.t
8740            ! macos/bundled_lib/t/Text/Balanced/t/extmul.t
8741            ! macos/bundled_lib/t/Text/Balanced/t/extqlk.t
8742            ! macos/bundled_lib/t/Text/Balanced/t/exttag.t
8743            ! macos/bundled_lib/t/Text/Balanced/t/extvar.t
8744            ! macos/bundled_lib/t/Text/Balanced/t/gentag.t
8745            ! macos/bundled_lib/t/libnet/config.t
8746            ! macos/bundled_lib/t/libnet/ftp.t
8747            ! macos/bundled_lib/t/libnet/hostname.t
8748            ! macos/bundled_lib/t/libnet/nntp.t
8749            ! macos/bundled_lib/t/libnet/require.t
8750            ! macos/bundled_lib/t/libnet/smtp.t
8751            ! macos/bundled_lib/t/libwww-perl/base/headers.t
8752            ! macos/bundled_lib/t/libwww-perl/base/negotiate.t
8753            ! macos/bundled_lib/t/libwww-perl/live/jigsaw-auth-b.t
8754            ! macos/bundled_lib/t/libwww-perl/live/jigsaw-auth-d.t
8755            ! macos/bundled_lib/t/libwww-perl/live/jigsaw-chunk.t
8756            ! macos/bundled_lib/t/libwww-perl/live/jigsaw-md5.t
8757            ! macos/bundled_lib/t/libwww-perl/live/jigsaw-te.t
8758            ! macos/bundled_lib/t/libwww-perl/live/validator.t
8759            ! macos/lib/Mac/AppleEvents/Simple.pm macos/lib/Mac/Glue.pm
8760 ____________________________________________________________________________
8761 [ 14279] By: jhi                                   on 2002/01/15  14:43:04
8762         Log: Subject: [PATCH] Socket::sockaddr_family
8763              From: Gisle Aas <gisle@ActiveState.com> 
8764              Date: 15 Jan 2002 06:35:28 -0800
8765              Message-ID: <lr1ygrk7gv.fsf@caliper.activestate.com>
8766      Branch: perl
8767            ! ext/Socket/Socket.pm ext/Socket/Socket.t ext/Socket/Socket.xs
8768 ____________________________________________________________________________
8769 [ 14278] By: jhi                                   on 2002/01/15  14:37:34
8770         Log: Subject: [PATCH perldiag] Style issue
8771              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
8772              Date: Tue, 15 Jan 2002 15:36:30 +0100                
8773              Message-ID: <20020115153630.A11568@rafael>
8774      Branch: perl
8775            ! pod/perldiag.pod
8776 ____________________________________________________________________________
8777 [ 14277] By: nick                                  on 2002/01/15  14:30:51
8778         Log: Correct name of PL_OP_SLAB_ALLOC
8779      Branch: perlio
8780            ! perl.h
8781 ____________________________________________________________________________
8782 [ 14276] By: jhi                                   on 2002/01/15  14:22:38
8783         Log: NetWare tweak from Ananth Kesari.
8784      Branch: perl
8785            ! lib/ExtUtils/MakeMaker.pm
8786 ____________________________________________________________________________
8787 [ 14275] By: jhi                                   on 2002/01/15  14:19:43
8788         Log: Throwback.
8789      Branch: perl
8790            ! MANIFEST
8791 ____________________________________________________________________________
8792 [ 14274] By: jhi                                   on 2002/01/15  14:16:28
8793         Log: A couple of additional character classes from Jeffrey,
8794              hopefully useful in future for internal use for implementing
8795              some special cases of casing.
8796              
8797              Also regenerate once more all the character classes,
8798              now without the timestamp.  A timestamp would be kind of
8799              nice but it's not: having a timestamp in a file means that
8800              even if the effective contents of file really didn't
8801              change, the file looks as if it changed.
8802      Branch: perl
8803            + lib/unicore/Is/CanonDCI.pl lib/unicore/Is/CaseIgno.pl
8804            + lib/unicore/Is/CombAbov.pl
8805            ! (edit 304 files)
8806 ____________________________________________________________________________
8807 [ 14273] By: jhi                                   on 2002/01/15  13:53:01
8808         Log: Make the test harder.
8809      Branch: perl
8810            ! t/op/pat.t
8811 ____________________________________________________________________________
8812 [ 14272] By: jhi                                   on 2002/01/15  13:51:11
8813         Log: Additional utf8_heavy.pl tweak from Jeffrey.
8814      Branch: perl
8815            ! lib/utf8_heavy.pl
8816 ____________________________________________________________________________
8817 [ 14271] By: nick                                  on 2002/01/15  11:29:47
8818         Log: Regen embed enable slab for PERL_IMPLICIT_SYS
8819      Branch: perlio
8820            ! embed.h embedvar.h global.sym perl.h perlapi.c perlapi.h
8821            ! pod/perlapi.pod pod/perlintern.pod proto.h toke.c
8822 ____________________________________________________________________________
8823 [ 14270] By: nick                                  on 2002/01/15  08:19:08
8824         Log: Integrate rest of mainline
8825      Branch: perlio
8826           !> (integrate 28 files)
8827 ____________________________________________________________________________
8828 [ 14269] By: nick                                  on 2002/01/15  08:02:44
8829         Log: Typo in #else branch of PL_SLAB_ALLOC
8830      Branch: perlio
8831            ! op.c
8832 ____________________________________________________________________________
8833 [ 14268] By: nick                                  on 2002/01/15  07:57:47
8834         Log: const-ness fix in savepv's passing of NULL
8835      Branch: perlio
8836            ! util.c
8837 ____________________________________________________________________________
8838 [ 14267] By: nick                                  on 2002/01/15  07:42:17
8839         Log: Hand merge of non slab allocator stuff
8840      Branch: perlio
8841            ! op.c
8842 ____________________________________________________________________________
8843 [ 14266] By: nick                                  on 2002/01/15  07:39:33
8844         Log: Slab allocator submit after resolve -ay to keep it!
8845      Branch: perlio
8846           !> op.c
8847 ____________________________________________________________________________
8848 [ 14265] By: nick                                  on 2002/01/15  07:05:06
8849         Log: Blind integrate of bulk of mainline.
8850      Branch: perlio
8851           +> (branch 173 files)
8852            - (delete 184 files)
8853           !> (integrate 146 files)
8854 ____________________________________________________________________________
8855 [ 14264] By: jhi                                   on 2002/01/15  04:19:11
8856         Log: Pod nits.
8857      Branch: perl
8858            ! lib/Unicode/UCD.pm pod/perlunicode.pod
8859 ____________________________________________________________________________
8860 [ 14263] By: jhi                                   on 2002/01/15  02:14:29
8861         Log: The Unicode categories doc patch to go with #14254,
8862              from Jeffrey.
8863      Branch: perl
8864            ! lib/Unicode/UCD.pm pod/perldelta.pod pod/perlunicode.pod
8865 ____________________________________________________________________________
8866 [ 14262] By: jhi                                   on 2002/01/15  01:30:09
8867         Log: There isn't going to be perl.third.exe.
8868      Branch: perl
8869            ! Makefile.SH
8870 ____________________________________________________________________________
8871 [ 14261] By: jhi                                   on 2002/01/15  01:25:11
8872         Log: Subject: [PATCH] small coredump correction
8873              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
8874              Date: Tue, 15 Jan 2002 00:22:52 +0100
8875              Message-ID: <20020115002252.I691@rafael>
8876      Branch: perl
8877            ! op.c
8878 ____________________________________________________________________________
8879 [ 14260] By: jhi                                   on 2002/01/15  01:23:53
8880         Log: Subject: [PATCH] Overriding readline() should also override <FH>     
8881              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
8882              Date: Mon, 14 Jan 2002 23:03:04 +0100
8883              Message-ID: <20020114230304.A691@rafael>   
8884              
8885              Subject: Re: [PATCH] Overriding readline() should also override <FH> 
8886              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
8887              Date: Mon, 14 Jan 2002 23:18:43 +0100
8888              Message-ID: <20020114231843.E691@rafael>   
8889      Branch: perl
8890            ! pod/perlsub.pod t/op/override.t toke.c
8891 ____________________________________________________________________________
8892 [ 14259] By: nick                                  on 2002/01/14  22:02:49
8893         Log: Use PerlMemShared for CopSTASHPV and CopFILE.  MUCH harder than it sounds!
8894              Need to use CopXXXXX macros everywhere and add CopSTASH_free
8895              Add new scope type and add support for it to scope.c and scope stack
8896              dup-er in sv.c. Add savesharedpv().
8897              Also zealous version of Win32's vmem.h to catch all the abuses.
8898              With this t/op/fork.t passes even with zealous checking and 
8899              checker is point a finger at various threads/shared issues.
8900              
8901              PL_curcop->cop_io is still an issue.
8902      Branch: perlio
8903            ! cop.h embed.fnc embed.h embedvar.h global.sym op.c op.h perl.c
8904            ! perlapi.c perlapi.h pod/perlapi.pod pod/perlintern.pod proto.h
8905            ! scope.c scope.h sv.c toke.c util.c win32/config_H.vc
8906            ! win32/config_h.PL win32/perlhost.h win32/perllib.c
8907            ! win32/vmem.h win32/win32.c win32/win32.h
8908 ____________________________________________________________________________
8909 [ 14258] By: nick                                  on 2002/01/14  20:24:28
8910         Log: Integrate build parts of mainline
8911      Branch: perlio
8912           !> lib/ExtUtils/MM_Unix.pm lib/ExtUtils/t/MM_Unix.t
8913           !> lib/ExtUtils/t/MM_Win32.t
8914 ____________________________________________________________________________
8915 [ 14257] By: nick                                  on 2002/01/14  16:10:54
8916         Log: Inverted sense of special-ness of specialCopIO - supposed to 
8917              be true if value is "special" i.e. NOT an SV.
8918      Branch: perlio
8919            ! perlio.h
8920 ____________________________________________________________________________
8921 [ 14256] By: jhi                                   on 2002/01/14  14:42:12
8922         Log: Update Changes.
8923      Branch: perl
8924            ! Changes patchlevel.h
8925 ____________________________________________________________________________
8926 [ 14255] By: jhi                                   on 2002/01/14  14:04:24
8927         Log: Retract #14251 (the op slab allocator from perlio)
8928              until we figure out why 2.2.19 x86 debian gets
8929              a circular sibling chain and therefore hangs in
8930              the Perl_ck_subr() sibling for-loop.
8931      Branch: perl
8932            ! embed.fnc embed.h embedvar.h global.sym intrpvar.h op.c perl.h
8933            ! perlapi.c perlapi.h proto.h
8934 ____________________________________________________________________________
8935 [ 14254] By: jhi                                   on 2002/01/14  13:25:07
8936         Log: Big mktables rewrite from Jeffrey;
8937              documentation not yet updated.
8938      Branch: perl
8939            + (add 171 files)
8940            - (delete 182 files)
8941            ! (edit 135 files)
8942 ____________________________________________________________________________
8943 [ 14253] By: ams                                   on 2002/01/14  03:15:05
8944         Log: Subject: Re: [ID 20020113.006] Cwd.pm uses uninitialized $ENV{PATH}
8945              From: Michael G Schwern <schwern@pobox.com>
8946              Date: Sun, 13 Jan 2002 21:00:07 -0500
8947              Message-Id: <20020114020007.GB2877@blackrider>
8948      Branch: perl
8949            ! lib/Cwd.pm
8950 ____________________________________________________________________________
8951 [ 14252] By: jhi                                   on 2002/01/14  00:27:41
8952         Log: Subject: Re: Win32 status - progress !
8953              From: Abe Timmerman <abe@ztreet.demon.nl>       
8954              Date: Mon, 14 Jan 2002 02:29:51 +0100
8955              Message-ID: <9rc44u4sl4hjfm32if71ggjlm0qpvvacs3@4ax.com>
8956      Branch: perl
8957            ! lib/ExtUtils/t/MM_Win32.t
8958 ____________________________________________________________________________
8959 [ 14251] By: jhi                                   on 2002/01/13  23:30:05
8960         Log: Integrate perlio.
8961              
8962              Slab allocator for ops
8963              - moved the statics to intrpvar.h
8964              - implemented Slab_Free()
8965              - uses PerlMemShared (for now) if distinction exists.
8966      Branch: perl
8967           !> embed.fnc embed.h embedvar.h global.sym intrpvar.h op.c perl.h
8968           !> perlapi.c perlapi.h proto.h
8969 ____________________________________________________________________________
8970 [ 14250] By: nick                                  on 2002/01/13  23:22:34
8971         Log: Slab allocator for ops
8972              - moved the statics to intrpvar.h
8973              - implemented Slab_Free()
8974              - uses PerlMemShared (for now) if distinction exists.
8975      Branch: perlio
8976            ! embed.fnc embed.h embedvar.h global.sym intrpvar.h op.c perl.h
8977            ! perlapi.c perlapi.h proto.h
8978 ____________________________________________________________________________
8979 [ 14249] By: jhi                                   on 2002/01/13  19:55:10
8980         Log: Start a new test category: uni.  Much of t/op/pat
8981              should probably be moved here, but holding on that
8982              until Jeffrey finishes his big mktables rewrite.
8983              Bits and pieces of op/split, op/pack, op/append,
8984              op/join, could probably be moved to respective uni
8985              tests, too.
8986      Branch: perl
8987            + t/uni/fold.t t/uni/sprintf.t
8988            - t/op/unifold.t t/op/unisprintf.t
8989            ! MANIFEST t/TEST t/harness
8990 ____________________________________________________________________________
8991 [ 14248] By: jhi                                   on 2002/01/13  19:52:02
8992         Log: Subject: [PATCH] enable Win32 to build again
8993              From: "Mattia Barbon" <mbarbon@dsi.unive.it>
8994              Date: Sun, 13 Jan 2002 21:49:24 +0100
8995              Message-ID: <3C4200E4.15926.23F6131@localhost>
8996              
8997              miniperl.exe.exe does not exe that well.
8998      Branch: perl
8999            ! lib/ExtUtils/MM_Unix.pm
9000 ____________________________________________________________________________
9001 [ 14247] By: jhi                                   on 2002/01/13  19:50:23
9002         Log: Mention some of the load-affected tests.
9003      Branch: perl
9004            ! INSTALL
9005 ____________________________________________________________________________
9006 [ 14246] By: jhi                                   on 2002/01/13  19:38:17
9007         Log: Move the UTF-8 conversion code earlier so that
9008              op/ver is happy.
9009      Branch: perl
9010            ! sv.c t/op/ver.t
9011 ____________________________________________________________________________
9012 [ 14245] By: jhi                                   on 2002/01/13  19:19:59
9013         Log: Upgrade to Scalar-List-Util 1.06.  The Makefile.PLs
9014              have diverged quite a bit so no updates there.
9015      Branch: perl
9016            ! ext/List/Util/ChangeLog ext/List/Util/Util.xs
9017            ! ext/List/Util/lib/List/Util.pm
9018            ! ext/List/Util/lib/Scalar/Util.pm
9019 ____________________________________________________________________________
9020 [ 14244] By: jhi                                   on 2002/01/13  18:27:00
9021         Log: Make the crypt() pickier: if downgrading doesn't work,
9022              croak.
9023      Branch: perl
9024            ! pod/perldiag.pod pod/perlfunc.pod pp.c t/op/crypt.t
9025 ____________________________________________________________________________
9026 [ 14243] By: jhi                                   on 2002/01/13  18:12:23
9027         Log: Grow the buffer in case Unicode caused size changes
9028              (and it very probably did).
9029      Branch: perl
9030            ! sv.c
9031 ____________________________________________________________________________
9032 [ 14242] By: jhi                                   on 2002/01/13  17:46:45
9033         Log: Future-proofing from Jeffrey Friedl (for conflicting
9034              In* and Is* names).
9035      Branch: perl
9036            ! lib/utf8_heavy.pl
9037 ____________________________________________________________________________
9038 [ 14241] By: jhi                                   on 2002/01/13  17:40:29
9039         Log: Subject: [PATCH] Re: Warning in B.xs
9040              From: "Mattia Barbon" <mbarbon@dsi.unive.it>
9041              Date: Sun, 13 Jan 2002 19:39:52 +0100
9042              Message-ID: <3C41E288.20562.1C8C895@localhost>
9043      Branch: perl
9044            ! ext/B/B.xs
9045 ____________________________________________________________________________
9046 [ 14240] By: jhi                                   on 2002/01/13  17:35:48
9047         Log: Subject: Re: lookbehind broken with latest bleedperl
9048              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
9049              Date: Sun, 13 Jan 2002 18:06:22 +0000
9050              Message-Id: <200201131806.g0DI6Mp20089@crypt.compulink.co.uk>
9051      Branch: perl
9052            ! regexec.c t/op/re_tests
9053 ____________________________________________________________________________
9054 [ 14239] By: jhi                                   on 2002/01/13  17:24:51
9055         Log: Subject: [PATCH] more MM_Unix.t tests
9056              From: Tels <perl_dummy@bloodgate.com>
9057              Date: Sun, 13 Jan 2002 17:16:19 +0100 (CET) 
9058              Message-Id: <200201131621.SAA17925@tiku.hut.fi>
9059              
9060              Subject: [PATCH] 14220 misunderstood, I bet          
9061              From: andreas.koenig@anima.de (Andreas J. Koenig)
9062              Date: 12 Jan 2002 21:31:58 +0100
9063              Message-ID: <m3k7un8g5d.fsf@anima.de>
9064      Branch: perl
9065            ! lib/ExtUtils/t/MM_Unix.t
9066 ____________________________________________________________________________
9067 [ 14238] By: jhi                                   on 2002/01/13  17:14:25
9068         Log: Subject: [PATCH] Re: MM_UNIX::parse_version() and my $VERSION        
9069              From: Tels <perl_dummy@bloodgate.com>
9070              Date: Sun, 13 Jan 2002 16:58:27 +0100 (CET) 
9071              Message-Id: <200201131602.SAA15687@tiku.hut.fi>
9072              
9073              Subject: RE: [PATCH] Re: MM_UNIX::parse_version() and my $VERSION    
9074              From: Tels <perl_dummy@bloodgate.com>
9075              Date: Sun, 13 Jan 2002 17:05:23 +0100 (CET) 
9076              Message-Id: <200201131610.SAA18974@tiku.hut.fi>
9077      Branch: perl
9078            ! lib/ExtUtils/MM_Unix.pm
9079 ____________________________________________________________________________
9080 [ 14237] By: jhi                                   on 2002/01/13  17:12:04
9081         Log: Subject: [PATCH] Re: [FAIL] Benchmark.t intermittent failure
9082              From: Nicholas Clark <nick@unfortu.net> 
9083              Date: Sun, 13 Jan 2002 15:58:34 +0000
9084              Message-ID: <20020113155833.C314@Bagpuss.unfortu.net>
9085      Branch: perl
9086            ! lib/Benchmark.t
9087 ____________________________________________________________________________
9088 [ 14236] By: jhi                                   on 2002/01/13  17:08:18
9089         Log: Anton Berezin did more reading and the uid setting story
9090              gets more complex.
9091      Branch: perl
9092            ! pod/perltodo.pod utils/perldoc.PL
9093 ____________________________________________________________________________
9094 [ 14235] By: jhi                                   on 2002/01/13  16:45:52
9095         Log: Integrate perlio;
9096              
9097              Win32 fixes:
9098              - vmem.h hack to handle free-by-wrong-thread after eval "".
9099              - Initialize timerid 
9100      Branch: perl
9101           !> win32/perlhost.h win32/perllib.c win32/vmem.h win32/win32.c
9102 ____________________________________________________________________________
9103 [ 14234] By: jhi                                   on 2002/01/13  16:44:07
9104         Log: Subject: Re: HiRes
9105              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
9106              Date: Sun, 13 Jan 2002 10:18:46 +0100
9107              Message-Id: <20020113100616.B6B5.H.M.BRAND@hccnet.nl>
9108              
9109              Give up on socketpair in HP-UX.
9110      Branch: perl
9111            ! ext/Socket/socketpair.t
9112 ____________________________________________________________________________
9113 [ 14233] By: nick                                  on 2002/01/13  16:29:30
9114         Log: Integrate mainline
9115      Branch: perlio
9116           +> ext/B/C/C.xs ext/B/C/Makefile.PL t/op/unisprintf.t
9117           !> (integrate 46 files)
9118 ____________________________________________________________________________
9119 [ 14232] By: nick                                  on 2002/01/13  15:37:48
9120         Log: Win32 fixes:
9121              - vmem.h hack to handle free-by-wrong-thread after eval "".
9122              - Initialize timerid 
9123      Branch: perlio
9124            ! win32/perlhost.h win32/perllib.c win32/vmem.h win32/win32.c
9125 ____________________________________________________________________________
9126 [ 14231] By: jhi                                   on 2002/01/13  05:15:01
9127         Log: *groan*
9128      Branch: perl
9129            ! t/op/pat.t
9130 ____________________________________________________________________________
9131 [ 14230] By: jhi                                   on 2002/01/13  05:13:03
9132         Log: One more sharp s case found by Jeffrey.
9133      Branch: perl
9134            ! regexec.c t/op/pat.t
9135 ____________________________________________________________________________
9136 [ 14229] By: jhi                                   on 2002/01/13  04:43:33
9137         Log: Comment tweak.
9138      Branch: perl
9139            ! regexec.c
9140 ____________________________________________________________________________
9141 [ 14228] By: jhi                                   on 2002/01/13  04:30:45
9142         Log: Don't bother checking for the Greek special
9143              cases if the node is too short.
9144      Branch: perl
9145            ! regcomp.c
9146 ____________________________________________________________________________
9147 [ 14227] By: jhi                                   on 2002/01/12  21:00:04
9148         Log: Update Changes.
9149      Branch: perl
9150            ! Changes patchlevel.h
9151 ____________________________________________________________________________
9152 [ 14226] By: jhi                                   on 2002/01/12  20:28:23
9153         Log: metaconfig unit change for #14225.
9154      Branch: metaconfig
9155            + U/modified/i_ndbm.U
9156 ____________________________________________________________________________
9157 [ 14225] By: jhi                                   on 2002/01/12  20:28:05
9158         Log: Subject: [PATCH 2] Re: [PATCH Configure ext/NDBM_File/hints/linux.pl] Support for linux systems with gdbm
9159              From: Jonathan Stowe <gellyfish@gellyfish.com>
9160              Date: Sat, 12 Jan 2002 11:13:02 +0000 (GMT) 
9161              Message-ID: <Pine.LNX.4.44.0201121107400.26602-100000@orpheus.gellyfish.com>    
9162      Branch: perl
9163            ! Configure config_h.SH
9164 ____________________________________________________________________________
9165 [ 14224] By: jhi                                   on 2002/01/12  20:18:02
9166         Log: Quick reformat using indent -kr -nce, as requested
9167              by Dan Kogai and suggest by NI-S.
9168      Branch: perl
9169            ! ext/Encode/encengine.c
9170 ____________________________________________________________________________
9171 [ 14223] By: jhi                                   on 2002/01/12  20:08:54
9172         Log: Couple more Unicode lookbehind tests.
9173      Branch: perl
9174            ! t/op/pat.t
9175 ____________________________________________________________________________
9176 [ 14222] By: jhi                                   on 2002/01/12  20:05:29
9177         Log: Sharp S as a special treat for our German UTF-8 testers :-)
9178      Branch: perl
9179            ! pod/perlunicode.pod regexec.c t/op/pat.t utf8.h
9180 ____________________________________________________________________________
9181 [ 14221] By: jhi                                   on 2002/01/12  18:38:54
9182         Log: Subject: {PATCH] Fix:  Re: [PATCH] B::C, perlcc.PL, B.xs, B.pm, t/TEST, C.xs   
9183              From: "Mattia Barbon" <mbarbon@dsi.unive.it>
9184              Date: Sat, 12 Jan 2002 20:37:32 +0100
9185              Message-ID: <3C409E8C.16203.196C2D3@localhost>
9186      Branch: perl
9187            ! ext/B/B/Deparse.pm
9188 ____________________________________________________________________________
9189 [ 14220] By: jhi                                   on 2002/01/12  18:27:32
9190         Log: Hrmph.  Is having a test for an exact version of MM_Unix.pm
9191              really worth the bits it's printed on?
9192      Branch: perl
9193            ! lib/ExtUtils/t/MM_Unix.t
9194 ____________________________________________________________________________
9195 [ 14219] By: jhi                                   on 2002/01/12  18:06:49
9196         Log: Special treatment for U+03B0 and U+0390 in //i,
9197              this means that we can remove the minlen pessimisations
9198              introduced by the #14096.
9199      Branch: perl
9200            ! pp_hot.c regcomp.c regexec.c
9201 ____________________________________________________________________________
9202 [ 14218] By: jhi                                   on 2002/01/12  16:14:52
9203         Log: Integrate perlio;
9204              
9205              Abstract out the cloning of SvPVX and handle shared pv in a 
9206              safe (if suboptimal) manner. Does not fix op/fork.t :-(
9207              
9208              Win32-ize socketpair test
9209              - Win32 can fork even though $Config{d_fork} is undef
9210              - SOCK_DGRAM does not work - skip those tests.
9211      Branch: perl
9212           !> ext/Socket/socketpair.t sv.c
9213 ____________________________________________________________________________
9214 [ 14217] By: jhi                                   on 2002/01/12  16:09:59
9215         Log: One should first drop the real uid, not the effective uid.
9216              [ID 20020110.003]
9217      Branch: perl
9218            ! utils/perldoc.PL
9219 ____________________________________________________________________________
9220 [ 14216] By: jhi                                   on 2002/01/12  15:50:38
9221         Log: Subject: [PATCH] B::C, perlcc.PL, B.xs, B.pm, t/TEST, C.xs
9222              From: "Mattia Barbon" <mbarbon@dsi.unive.it>
9223              Date: Fri, 11 Jan 2002 23:29:48 +0100
9224              Message-ID: <3C3F756C.4581.2E2A938@localhost>
9225      Branch: perl
9226            + ext/B/C/C.xs ext/B/C/Makefile.PL
9227            ! MANIFEST ext/B/B.pm ext/B/B.xs ext/B/B/C.pm t/TEST
9228            ! utils/perlcc.PL
9229 ____________________________________________________________________________
9230 [ 14215] By: jhi                                   on 2002/01/12  15:22:01
9231         Log: Subject: [PATCH] Re: Magic numbers in B::Concise
9232              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>               
9233              Date: Fri, 11 Jan 2002 14:29:30 -0800
9234              Message-ID: <15423.26442.891378.802062@soda.csua.berkeley.edu>
9235      Branch: perl
9236            ! ext/B/t/concise.t
9237 ____________________________________________________________________________
9238 [ 14214] By: nick                                  on 2002/01/12  12:31:12
9239         Log: Win32-ize socketpair test
9240              - Win32 can fork even though $Config{d_fork} is undef
9241              - SOCK_DGRAM does not work - skip those tests.
9242      Branch: perlio
9243            ! ext/Socket/socketpair.t
9244 ____________________________________________________________________________
9245 [ 14213] By: nick                                  on 2002/01/12  11:46:28
9246         Log: Abstract out the cloning of SvPVX and handle shared pv in a 
9247              safe (if suboptimal) manner. Does not fix op/fork.t :-(
9248      Branch: perlio
9249            ! sv.c
9250 ____________________________________________________________________________
9251 [ 14212] By: ams                                   on 2002/01/12  06:10:52
9252         Log: Subject: [PATCH] More fixes for Stratus VOS
9253              From: "Green, Paul" <Paul.Green@stratus.com>
9254              Date: Fri, 11 Jan 2002 17:30:37 -0500
9255              Message-Id: <95AE3CDB3543D511883A0020485B38B9023534D3@exna3.stratus.com>
9256      Branch: perl
9257            ! hints/vos.sh lib/ExtUtils/MM_Unix.pm
9258 ____________________________________________________________________________
9259 [ 14211] By: jhi                                   on 2002/01/12  06:01:29
9260         Log: Upgrade to CGI.pm 2.80.
9261      Branch: perl
9262            ! lib/CGI.pm lib/CGI/Carp.pm lib/CGI/t/form.t
9263 ____________________________________________________________________________
9264 [ 14210] By: jhi                                   on 2002/01/12  05:57:36
9265         Log: FAQ sync.
9266      Branch: perl
9267            ! pod/perlfaq.pod pod/perlfaq1.pod pod/perlfaq2.pod
9268            ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq5.pod
9269            ! pod/perlfaq8.pod
9270 ____________________________________________________________________________
9271 [ 14209] By: jhi                                   on 2002/01/12  05:54:24
9272         Log: This is getting embarrassing.
9273      Branch: perl
9274            ! t/op/pat.t
9275 ____________________________________________________________________________
9276 [ 14208] By: jhi                                   on 2002/01/12  05:30:03
9277         Log: Doc tweaks.
9278      Branch: perl
9279            ! pod/perlunicode.pod
9280 ____________________________________________________________________________
9281 [ 14207] By: jhi                                   on 2002/01/12  05:16:55
9282         Log: Updating the test count is good; also rephrasing
9283              so that there is no ok output containing "not".
9284      Branch: perl
9285            ! t/op/pat.t
9286 ____________________________________________________________________________
9287 [ 14206] By: jhi                                   on 2002/01/12  05:11:20
9288         Log: Andreas is busy :-)
9289      Branch: perl
9290            ! doop.c t/op/unisprintf.t
9291 ____________________________________________________________________________
9292 [ 14205] By: jhi                                   on 2002/01/12  04:55:20
9293         Log: Unicode lookbehind looked bad.
9294      Branch: perl
9295            ! regexec.c t/op/pat.t
9296 ____________________________________________________________________________
9297 [ 14204] By: jhi                                   on 2002/01/12  01:43:48
9298         Log: Garbage collection.
9299      Branch: perl
9300            ! t/run/kill_perl.t
9301 ____________________________________________________________________________
9302 [ 14203] By: jhi                                   on 2002/01/12  00:10:51
9303         Log: Subject: [PATCH] export win32_async_check or Perl_despatch_signals
9304              From: "Mattia Barbon" <mbarbon@dsi.unive.it>
9305              Date: Fri, 11 Jan 2002 23:29:48 +0100
9306              Message-ID: <3C3F756C.21561.2E2A9CE@localhost>
9307      Branch: perl
9308            ! embed.fnc global.sym makedef.pl
9309 ____________________________________________________________________________
9310 [ 14202] By: jhi                                   on 2002/01/12  00:07:41
9311         Log: Subject: [PATCH] perldelta nit?
9312              From: Robert Spier <rspier@pobox.com>
9313              Date: Fri, 11 Jan 2002 15:19:16 -0800
9314              Message-ID: <15423.29428.164185.251700@rls.cx>
9315      Branch: perl
9316            ! pod/perldelta.pod
9317 ____________________________________________________________________________
9318 [ 14201] By: jhi                                   on 2002/01/12  00:06:02
9319         Log: Subject: Re: [PATCH lib/AnyDBM_File.t] Convert to Test::More
9320              From: Michael G Schwern <schwern@pobox.com>
9321              Date: Fri, 11 Jan 2002 17:08:17 -0500
9322              Message-ID: <20020111220817.GG2838@blackrider>
9323      Branch: perl
9324            ! t/run/kill_perl.t t/test.pl
9325 ____________________________________________________________________________
9326 [ 14200] By: jhi                                   on 2002/01/12  00:02:05
9327         Log: Subject: [PATCH] Correct misleading error message
9328              From: Mike Guy <mjtg@cam.ac.uk>
9329              Date: Fri, 11 Jan 2002 18:36:33 +0000
9330              Message-Id: <E16P6XZ-0005kA-00@draco.cus.cam.ac.uk>
9331              
9332              hash assignment -> anonymous hash
9333      Branch: perl
9334            ! pod/perldiag.pod pp.c t/lib/warnings/pp t/op/hashwarn.t
9335 ____________________________________________________________________________
9336 [ 14199] By: jhi                                   on 2002/01/11  23:58:00
9337         Log: Subject: [PATCH bleadperl] Shut down warnings in Normalize.c          
9338              From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu>
9339              Date: Fri, 11 Jan 2002 16:58:14 +0100
9340              Message-ID: <543058204.20020111165814@tesla.rcub.bg.ac.yu>
9341      Branch: perl
9342            ! ext/Unicode/Normalize/mkheader
9343 ____________________________________________________________________________
9344 [ 14198] By: jhi                                   on 2002/01/11  23:53:05
9345         Log: Add a new test for is-sprintf-preserving Unicodeness:
9346              #14194 and an old one from kill_perl.t (I could have used
9347              sprintf.t, but it's format was quite fixed, and I didn't
9348              feel like breaking the format)
9349      Branch: perl
9350            + t/op/unisprintf.t
9351            ! MANIFEST t/run/kill_perl.t
9352 ____________________________________________________________________________
9353 [ 14197] By: jhi                                   on 2002/01/11  21:48:49
9354         Log: Integrate perlio;
9355              Install dummy signal() handlers for Win32's SIGINT and SIGBREAK
9356      Branch: perl
9357           !> win32/win32.c
9358 ____________________________________________________________________________
9359 [ 14196] By: nick                                  on 2002/01/11  20:58:20
9360         Log: Install dummy signal() handlers for Win32's SIGINT and SIGBREAK
9361              as C runtime seems to get its hands on them even though we said
9362              they were handled.
9363              Still an issue with "die" out of signal handler - get panic: pp_iter
9364      Branch: perlio
9365            ! win32/win32.c
9366 ____________________________________________________________________________
9367 [ 14195] By: jhi                                   on 2002/01/11  20:07:35
9368         Log: Integrate perlio;
9369              A mostly-stable version of "new" Win32 signal/kill support.
9370      Branch: perl
9371           !> MANIFEST XSUB.h mg.c t/run/kill_perl.t toke.c win32/config.bc
9372           !> win32/config.gc win32/config.vc win32/config_H.bc
9373           !> win32/config_H.gc win32/config_H.vc win32/config_h.PL
9374           !> win32/makefile.mk win32/win32.c win32/win32.h
9375 ____________________________________________________________________________
9376 [ 14194] By: jhi                                   on 2002/01/11  20:04:26
9377         Log: Fix for
9378              
9379              Subject: UTF-8 sprintf bug in bleadperl
9380              From: andreas.koenig@anima.de (Andreas J. Koenig)
9381              Date: 11 Jan 2002 15:47:15 +0100
9382              Message-ID: <m3vge99c7g.fsf@anima.de>
9383              
9384              I have tests, have just to figure out where to put them
9385              since op/sprintf looks a bit unfriendly for tests of
9386              somewhat freer form.
9387      Branch: perl
9388            ! doop.c sv.c
9389 ____________________________________________________________________________
9390 [ 14193] By: nick                                  on 2002/01/11  18:25:34
9391         Log: Integrate mainline (on Win32 - risky) for vmem.h stuff
9392              Builds and passes a few tests.
9393      Branch: perlio
9394           +> ext/B/t/concise.t lib/Test/Harness/Assert.pm
9395           +> lib/Test/Harness/Iterator.pm lib/Test/Harness/Straps.pm
9396           +> lib/Test/Harness/t/00compile.t lib/Test/Harness/t/assert.t
9397           +> lib/Test/Harness/t/callback.t lib/Test/Harness/t/nonumbers.t
9398           +> lib/Test/Harness/t/strap-analyze.t lib/Test/Harness/t/strap.t
9399           +> lib/Test/Simple/t/buffer.t lib/Test/Simple/t/diag.t
9400           +> t/lib/sample-tests/lone_not_bug
9401           +> t/lib/sample-tests/out_of_order t/lib/sample-tests/taint
9402           +> t/lib/sample-tests/vms_nit
9403           !> (integrate 63 files)
9404 ____________________________________________________________________________
9405 [ 14192] By: nick                                  on 2002/01/11  17:49:39
9406         Log: A mostly-stable version of "new" Win32 signal/kill support.
9407      Branch: perlio
9408            ! XSUB.h mg.c win32/config.bc win32/config.gc win32/config.vc
9409            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
9410            ! win32/config_h.PL win32/makefile.mk win32/win32.c
9411            ! win32/win32.h
9412 ____________________________________________________________________________
9413 [ 14191] By: jhi                                   on 2002/01/11  15:34:53
9414         Log: Update Changes.
9415      Branch: perl
9416            ! Changes patchlevel.h
9417 ____________________________________________________________________________
9418 [ 14190] By: jhi                                   on 2002/01/11  14:52:51
9419         Log: Subject: [PATCH] Re: Magic numbers in B::Concise
9420              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
9421              Date: Thu, 10 Jan 2002 18:21:34 -0800
9422              Message-ID: <15422.19502.380275.403187@soda.csua.berkeley.edu>
9423      Branch: perl
9424            + ext/B/t/concise.t
9425            ! MANIFEST
9426 ____________________________________________________________________________
9427 [ 14189] By: jhi                                   on 2002/01/11  14:51:11
9428         Log: Upgrade to CGI.pm 2.79.  Manual tweaks were
9429              necessary in form.t and html.t @INC setups.
9430      Branch: perl
9431            ! lib/CGI.pm lib/CGI/Carp.pm lib/CGI/t/form.t lib/CGI/t/html.t
9432 ____________________________________________________________________________
9433 [ 14188] By: jhi                                   on 2002/01/11  14:31:17
9434         Log: Yet another twist.
9435      Branch: perl
9436            ! t/test.pl
9437 ____________________________________________________________________________
9438 [ 14187] By: jhi                                   on 2002/01/11  14:14:12
9439         Log: Subject: [ PATCH ] AIX to pick the correct CC if more than one installed
9440              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
9441              Date: Fri, 11 Jan 2002 13:04:15 +0100      
9442              Message-Id: <20020111125951.BD84.H.M.BRAND@hccnet.nl>
9443      Branch: perl
9444            ! hints/aix.sh
9445 ____________________________________________________________________________
9446 [ 14186] By: jhi                                   on 2002/01/11  14:13:02
9447         Log: Subject: [REPATCH] RE: [PATCH lib/AnyDBM_File.t] null key support back in DB v3
9448              From: Jonathan Stowe <gellyfish@gellyfish.com> 
9449              Date: Fri, 11 Jan 2002 09:28:46 +0000 (GMT)
9450              Message-ID: <Pine.LNX.4.33.0201110927480.10327-100000@orpheus.gellyfish.com>
9451      Branch: perl
9452            ! lib/AnyDBM_File.t
9453 ____________________________________________________________________________
9454 [ 14185] By: jhi                                   on 2002/01/11  14:10:01
9455         Log: Arguments were being mangled.
9456      Branch: perl
9457            ! t/test.pl
9458 ____________________________________________________________________________
9459 [ 14184] By: jhi                                   on 2002/01/11  14:05:53
9460         Log: Subject: [PATCH lib/AnyDBM_File.t] Convert to Test::More
9461              From: Jonathan Stowe <gellyfish@gellyfish.com>
9462              Date: Thu, 10 Jan 2002 19:55:15 +0000 (GMT)
9463              Message-ID: <Pine.LNX.4.33.0201101948360.9717-100000@orpheus.gellyfish.com>
9464      Branch: perl
9465            ! lib/AnyDBM_File.t
9466 ____________________________________________________________________________
9467 [ 14183] By: jhi                                   on 2002/01/11  13:59:22
9468         Log: Subject: [PATCH t/run/kill_perl.t t/test.pl] Seperating kill_perl()
9469              From: Michael G Schwern <schwern@pobox.com> 
9470              Date: Fri, 11 Jan 2002 04:26:27 -0500
9471              Message-ID: <20020111092626.GA16544@blackrider>
9472      Branch: perl
9473            ! t/run/kill_perl.t t/test.pl
9474 ____________________________________________________________________________
9475 [ 14182] By: jhi                                   on 2002/01/11  13:57:59
9476         Log: Subject: [PATCH] Test::Harness 2.01
9477              From: Michael G Schwern <schwern@pobox.com> 
9478              Date: Thu, 10 Jan 2002 21:11:24 -0500
9479              Message-ID: <20020111021123.GA30666@blackrider>
9480      Branch: perl
9481            + lib/Test/Harness/Assert.pm lib/Test/Harness/Iterator.pm
9482            + lib/Test/Harness/Straps.pm lib/Test/Harness/t/00compile.t
9483            + lib/Test/Harness/t/assert.t lib/Test/Harness/t/callback.t
9484            + lib/Test/Harness/t/nonumbers.t
9485            + lib/Test/Harness/t/strap-analyze.t lib/Test/Harness/t/strap.t
9486            + t/lib/sample-tests/lone_not_bug
9487            + t/lib/sample-tests/out_of_order t/lib/sample-tests/taint
9488            + t/lib/sample-tests/vms_nit
9489            ! MANIFEST lib/Test/Harness.pm lib/Test/Harness/Changes
9490            ! lib/Test/Harness/t/base.t lib/Test/Harness/t/test-harness.t
9491 ____________________________________________________________________________
9492 [ 14181] By: jhi                                   on 2002/01/11  13:57:38
9493         Log: patch is silly when creating new files: don't run
9494              patch more than once.
9495      Branch: perl
9496            ! lib/Test/Simple/t/buffer.t lib/Test/Simple/t/diag.t
9497 ____________________________________________________________________________
9498 [ 14180] By: jhi                                   on 2002/01/11  13:53:49
9499         Log: Forgot from #14179.
9500      Branch: perl
9501            ! lib/Pod/InputObjects.pm lib/Pod/t/InputObjects.t
9502 ____________________________________________________________________________
9503 [ 14179] By: jhi                                   on 2002/01/11  13:24:13
9504         Log: Subject: [PATCH] is() undef/'' behavior change
9505              From: Michael G Schwern <schwern@pobox.com> 
9506              Date: Fri, 11 Jan 2002 03:35:51 -0500
9507              Message-ID: <20020111083551.GC30666@blackrider>
9508              
9509              Subject: [PATCH] Pod::InputObjects warnings & is() undef/'' fix
9510              From: Michael G Schwern <schwern@pobox.com> 
9511              Date: Fri, 11 Jan 2002 03:37:44 -0500
9512              Message-ID: <20020111083744.GD30666@blackrider>
9513      Branch: perl
9514            ! ext/re/re.t lib/AutoSplit.t lib/DB.t lib/ExtUtils/t/Command.t
9515            ! lib/ExtUtils/t/Manifest.t lib/Pod/InputObjects.pm
9516            ! lib/Pod/t/InputObjects.t lib/blib.t
9517 ____________________________________________________________________________
9518 [ 14178] By: jhi                                   on 2002/01/11  13:21:59
9519         Log: Subject: [PATCH] Test::Simple/More/Builder/Tutorial 0.41
9520              From: Michael G Schwern <schwern@pobox.com> 
9521              Date: Thu, 10 Jan 2002 19:56:23 -0500
9522              Message-ID: <20020111005623.GA13192@blackrider>
9523      Branch: perl
9524            + lib/Test/Simple/t/buffer.t lib/Test/Simple/t/diag.t
9525            ! MANIFEST lib/Test/Builder.pm lib/Test/More.pm
9526            ! lib/Test/Simple.pm lib/Test/Simple/Changes
9527            ! lib/Test/Simple/t/Builder.t lib/Test/Simple/t/More.t
9528            ! lib/Test/Simple/t/exit.t lib/Test/Simple/t/extra.t
9529            ! lib/Test/Simple/t/fail-like.t lib/Test/Simple/t/fail-more.t
9530            ! lib/Test/Simple/t/fail.t lib/Test/Simple/t/filehandles.t
9531            ! lib/Test/Simple/t/import.t lib/Test/Simple/t/is_deeply.t
9532            ! lib/Test/Simple/t/missing.t lib/Test/Simple/t/no_ending.t
9533            ! lib/Test/Simple/t/no_header.t lib/Test/Simple/t/no_plan.t
9534            ! lib/Test/Simple/t/output.t lib/Test/Simple/t/plan.t
9535            ! lib/Test/Simple/t/plan_is_noplan.t
9536            ! lib/Test/Simple/t/plan_no_plan.t
9537            ! lib/Test/Simple/t/plan_skip_all.t lib/Test/Simple/t/simple.t
9538            ! lib/Test/Simple/t/skip.t lib/Test/Simple/t/skipall.t
9539            ! lib/Test/Simple/t/todo.t lib/Test/Simple/t/undef.t
9540            ! lib/Test/Simple/t/use_ok.t lib/Test/Simple/t/useing.t
9541            ! lib/Test/Tutorial.pod
9542 ____________________________________________________________________________
9543 [ 14177] By: gsar                                  on 2002/01/11  02:56:05
9544         Log: malloc() things must be free()d, not Safefree()d (bug in change#11280
9545              revealed by -D_USE_MSVCRT_MEM_ALLOC -D_USE_LINKED_LIST)
9546              
9547              turns out even the malloc() was never really needed to begin with,
9548              so get rid of it
9549      Branch: perl
9550            ! sv.c
9551 ____________________________________________________________________________
9552 [ 14176] By: jhi                                   on 2002/01/11  02:11:21
9553         Log: Small doc tweaks.
9554      Branch: perl
9555            ! pod/perluniintro.pod
9556 ____________________________________________________________________________
9557 [ 14175] By: gsar                                  on 2002/01/11  01:05:15
9558         Log: support using the CRT's malloc() family of functions instead of
9559              the internal one when ithreads is enabled; allocate large blocks
9560              using VirtualAlloc() since the Heap*() functions may only be tuned
9561              for small allocations (from Doug Lankshear <dougl@ActiveState.com>)
9562              
9563              pass -D_USE_MSVCRT_MEM_ALLOC via cflags to enable the CRT's malloc();
9564              also see comments at the top of win32/vmem.h for other options that
9565              can be set
9566      Branch: perl
9567            ! win32/vmem.h
9568 ____________________________________________________________________________
9569 [ 14174] By: jhi                                   on 2002/01/10  19:33:29
9570         Log: Subject: micropatch
9571              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
9572              Date: Thu, 10 Jan 2002 18:20:58 +0000
9573              Message-Id: <200201101820.g0AIKw208580@crypt.compulink.co.uk>
9574      Branch: perl
9575            ! regcomp.c
9576 ____________________________________________________________________________
9577 [ 14173] By: jhi                                   on 2002/01/10  19:32:16
9578         Log: Subject: [PATCH] Embed.t on Win32
9579              From: "Mattia Barbon" <mbarbon@dsi.unive.it>
9580              Date: Thu, 10 Jan 2002 18:56:21 +0100
9581              Message-ID: <3C3DE3D5.7359.1FEB994@localhost>
9582      Branch: perl
9583            ! lib/ExtUtils/t/Embed.t
9584 ____________________________________________________________________________
9585 [ 14172] By: jhi                                   on 2002/01/10  19:31:00
9586         Log: Subject: Re: [PATCH] No 'once' warnings for variables declared with our
9587              From: Gisle Aas <gisle@ActiveState.com>
9588              Date: 10 Jan 2002 08:56:05 -0800
9589              Message-ID: <lrg05ep2l6.fsf@caliper.activestate.com>
9590      Branch: perl
9591            ! toke.c
9592 ____________________________________________________________________________
9593 [ 14171] By: jhi                                   on 2002/01/10  19:29:08
9594         Log: Subject: [PATCH] doc fixes
9595              From: "Brendan O'Dea" <bod@debian.org>
9596              Date: Fri, 11 Jan 2002 03:49:54 +1100
9597              Message-ID: <20020110164954.GA21891@compusol.com.au>
9598      Branch: perl
9599            ! lib/I18N/Collate.pm pod/perlfunc.pod
9600 ____________________________________________________________________________
9601 [ 14170] By: jhi                                   on 2002/01/10  17:48:42
9602         Log: Integrate perlio; More signal hackery.
9603      Branch: perl
9604           !> win32/win32.c
9605 ____________________________________________________________________________
9606 [ 14169] By: jhi                                   on 2002/01/10  17:47:34
9607         Log: No need to show internal encodings, or return them
9608              in random order.
9609      Branch: perl
9610            ! ext/Encode/Encode.pm
9611 ____________________________________________________________________________
9612 [ 14168] By: nick                                  on 2002/01/10  17:33:31
9613         Log: Integrate mainline
9614      Branch: perlio
9615            - ext/Unicode/Normalize/Normalize.pod
9616           !> MANIFEST ext/B/B/Concise.pm ext/B/B/Deparse.pm ext/B/O.pm
9617           !> ext/Unicode/Normalize/Makefile.PL
9618           !> ext/Unicode/Normalize/Normalize.pm
9619           !> ext/Unicode/Normalize/Normalize.xs
9620           !> ext/Unicode/Normalize/mkheader hints/linux.sh pod/perlrun.pod
9621           !> pod/perlunicode.pod regexec.c t/lib/strict/vars t/op/readdir.t
9622           !> t/run/kill_perl.t toke.c
9623 ____________________________________________________________________________
9624 [ 14167] By: nick                                  on 2002/01/10  17:08:35
9625         Log: More signal hackery
9626      Branch: perlio
9627            ! win32/win32.c
9628 ____________________________________________________________________________
9629 [ 14166] By: jhi                                   on 2002/01/10  15:24:41
9630         Log: I think we can claim to be supporting Unicode
9631              "loose matching" now.
9632      Branch: perl
9633            ! pod/perlunicode.pod
9634 ____________________________________________________________________________
9635 [ 14165] By: jhi                                   on 2002/01/10  15:07:56
9636         Log: Subject: doc patch
9637              From: mjd@plover.com
9638              Date: 10 Jan 2002 15:12:27 -0000
9639              Message-ID: <20020110151227.14850.qmail@plover.com>
9640      Branch: perl
9641            ! pod/perlrun.pod
9642 ____________________________________________________________________________
9643 [ 14164] By: jhi                                   on 2002/01/10  14:54:38
9644         Log: Subject: Re: [ID 20011223.001] accept leaks memory
9645              From: Andy Dougherty <doughera@lafayette.edu>
9646              Date: Thu, 10 Jan 2002 10:13:07 -0500 (EST)
9647              Message-ID: <Pine.SOL.4.10.10201100919390.4429-100000@maxwell.phys.lafayette.edu>
9648      Branch: perl
9649            ! hints/linux.sh
9650 ____________________________________________________________________________
9651 [ 14163] By: jhi                                   on 2002/01/10  14:52:08
9652         Log: Integrate perlio; Skeleton coding of more kill() support on Win32.
9653      Branch: perl
9654           !> win32/win32.c
9655 ____________________________________________________________________________
9656 [ 14162] By: jhi                                   on 2002/01/10  14:50:03
9657         Log: Subject: [PATCH] Magic numbers in B::Concise
9658              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU> 
9659              Date: Wed, 9 Jan 2002 23:04:01 -0800
9660              Message-ID: <15421.15585.813580.211907@soda.csua.berkeley.edu>
9661      Branch: perl
9662            ! ext/B/B/Concise.pm ext/B/O.pm
9663 ____________________________________________________________________________
9664 [ 14161] By: jhi                                   on 2002/01/10  14:48:52
9665         Log: Subject: [PATCH] No 'once' warnings for variables declared with our
9666              From: Gisle Aas <gisle@ActiveState.com>
9667              Date: 09 Jan 2002 21:52:40 -0800
9668              Message-ID: <lrg05e7nx3.fsf@caliper.activestate.com>
9669      Branch: perl
9670            ! t/lib/strict/vars toke.c
9671 ____________________________________________________________________________
9672 [ 14160] By: nick                                  on 2002/01/09  21:29:39
9673         Log: Skeleton coding of more kill() support on Win32.
9674      Branch: perlio
9675            ! win32/win32.c
9676 ____________________________________________________________________________
9677 [ 14159] By: jhi                                   on 2002/01/09  21:28:13
9678         Log: Subject: [PATCH] B::Deparse : support for \[...] prototypes
9679              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
9680              Date: Wed, 9 Jan 2002 23:24:32 +0100
9681              Message-ID: <20020109232432.A692@rafael>
9682      Branch: perl
9683            ! ext/B/B/Deparse.pm
9684 ____________________________________________________________________________
9685 [ 14158] By: jhi                                   on 2002/01/09  21:25:19
9686         Log: Subject: Re: [PATCH pp_sys.c] Fix segfault in dbmclose in DESTROY (was Re: [ID 20020104.007] coredump on dbmclose)
9687              From: Jonathan Stowe <gellyfish@gellyfish.com>
9688              Date: Wed, 9 Jan 2002 19:37:38 +0000 (GMT)
9689              Message-ID: <Pine.LNX.4.33.0201091924020.21574-100000@orpheus.gellyfish.com>
9690      Branch: perl
9691            ! t/run/kill_perl.t
9692 ____________________________________________________________________________
9693 [ 14157] By: jhi                                   on 2002/01/09  19:59:28
9694         Log: Subject: Re: [ID 20020109.002] /(?m:...\s*$)/ is not backtracking properly
9695              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
9696              Date: Wed, 09 Jan 2002 20:16:54 +0000
9697              Message-Id: <200201092016.g09KGsi30119@crypt.compulink.co.uk>
9698      Branch: perl
9699            ! regexec.c
9700 ____________________________________________________________________________
9701 [ 14156] By: jhi                                   on 2002/01/09  19:46:27
9702         Log: Subject: [Patch @14129] fixes Unicode::Normalize
9703              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
9704              Date: Thu, 10 Jan 2002 01:08:56 +0900
9705              Message-Id: <20020110010110.690B.BQW10602@nifty.com>
9706      Branch: perl
9707            - ext/Unicode/Normalize/Normalize.pod
9708            ! MANIFEST ext/Unicode/Normalize/Makefile.PL
9709            ! ext/Unicode/Normalize/Normalize.pm
9710            ! ext/Unicode/Normalize/Normalize.xs
9711            ! ext/Unicode/Normalize/mkheader
9712 ____________________________________________________________________________
9713 [ 14155] By: jhi                                   on 2002/01/09  19:09:15
9714         Log: Integrate perlio; (Re-)implement alarm() for Win32.
9715      Branch: perl
9716           !> win32/config.vc win32/config_H.vc win32/win32.c win32/win32.h
9717           !> win32/win32iop.h
9718 ____________________________________________________________________________
9719 [ 14154] By: jhi                                   on 2002/01/09  19:08:15
9720         Log: Subject: [PATCH] op/readdir.t (was Re: perl@14152)
9721              From: Nicholas Clark <nick@unfortu.net>
9722              Date: Wed, 9 Jan 2002 17:56:04 +0000
9723              Message-ID: <20020109175604.H354@Bagpuss.unfortu.net>
9724      Branch: perl
9725            ! t/op/readdir.t
9726 ____________________________________________________________________________
9727 [ 14153] By: nick                                  on 2002/01/09  16:18:57
9728         Log: Integrate mainline
9729      Branch: perlio
9730           +> ext/threads/t/stress_re.t t/op/unifold.t
9731            - lib/unifold.t
9732           !> Changes MANIFEST Makefile.SH ext/B/B/Deparse.pm op.c
9733           !> patchlevel.h pod/perldebug.pod regcomp.c regexec.c scope.c
9734           !> t/op/pat.t t/op/re_tests t/run/kill_perl.t utf8.c
9735 ____________________________________________________________________________
9736 [ 14152] By: jhi                                   on 2002/01/09  14:37:01
9737         Log: Update Changes.
9738      Branch: perl
9739            ! Changes patchlevel.h
9740 ____________________________________________________________________________
9741 [ 14151] By: nick                                  on 2002/01/09  14:27:36
9742         Log: (Re-)implement alarm() for Win32.
9743      Branch: perlio
9744            ! win32/config.vc win32/config_H.vc win32/win32.c win32/win32.h
9745            ! win32/win32iop.h
9746 ____________________________________________________________________________
9747 [ 14150] By: jhi                                   on 2002/01/09  14:27:23
9748         Log: Thinko.
9749      Branch: perl
9750            ! ext/threads/t/stress_re.t
9751 ____________________________________________________________________________
9752 [ 14149] By: jhi                                   on 2002/01/09  13:47:31
9753         Log: Subject: Re: [ID 20020109.002] /(?m:...\s*$)/ is not backtracking properly
9754              From: Hugo van der Sanden <hv@crypt.compulink.co.uk> 
9755              Date: Wed, 09 Jan 2002 13:37:17 +0000                
9756              Message-Id: <200201091337.g09DbH519379@crypt.compulink.co.uk>
9757      Branch: perl
9758            ! regexec.c t/op/re_tests
9759 ____________________________________________________________________________
9760 [ 14148] By: jhi                                   on 2002/01/09  13:00:09
9761         Log: Subject: Re: Weird Malformed warning in bleadperl    
9762              From: andreas.koenig@anima.de (Andreas J. Koenig)    
9763              Date: 09 Jan 2002 11:12:37 +0100
9764              Message-ID: <m3itabbzoq.fsf@anima.de>
9765      Branch: perl
9766            ! regexec.c t/op/pat.t
9767 ____________________________________________________________________________
9768 [ 14147] By: jhi                                   on 2002/01/09  12:59:42
9769         Log: Forgot stress_re.t from MANIFEST.
9770      Branch: perl
9771            ! MANIFEST
9772 ____________________________________________________________________________
9773 [ 14146] By: jhi                                   on 2002/01/09  12:47:27
9774         Log: In dumping use isPRINT() instead of isprint() so that locale
9775              does not come into play.
9776      Branch: perl
9777            ! utf8.c
9778 ____________________________________________________________________________
9779 [ 14145] By: jhi                                   on 2002/01/09  02:52:39
9780         Log: Add a threads stress test for regular expressions
9781              (mostly just a modified stress_string.t) and doesn't
9782              test that much of regular expressions, just that $1
9783              doesn't get stomped by competing threads (as it does
9784              in the 5005threads of old).
9785      Branch: perl
9786            + ext/threads/t/stress_re.t
9787            ! MANIFEST
9788 ____________________________________________________________________________
9789 [ 14144] By: jhi                                   on 2002/01/09  02:28:33
9790         Log: (retracted by #14307)
9791              Subject: Re: [ID 20010912.007] substr reference core dump
9792              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
9793              Date: Tue, 08 Jan 2002 19:17:50 +0000
9794              Message-Id: <200201081917.g08JHoE15793@crypt.compulink.co.uk>
9795      Branch: perl
9796            ! scope.c t/run/kill_perl.t
9797 ____________________________________________________________________________
9798 [ 14143] By: jhi                                   on 2002/01/09  01:32:05
9799         Log: SANY (. with /s) wasn't happy on Unicode.
9800      Branch: perl
9801            ! regexec.c t/op/pat.t
9802 ____________________________________________________________________________
9803 [ 14142] By: ams                                   on 2002/01/08  22:42:10
9804         Log: Subject: [PATCH] perldebug nit
9805              From: Tels <tels@bloodgate.com>
9806              Date: Wed, 09 Jan 2002 00:08:59 +0100 (CET)
9807      Branch: perl
9808            ! pod/perldebug.pod
9809 ____________________________________________________________________________
9810 [ 14141] By: ams                                   on 2002/01/08  21:32:59
9811         Log: Subject: [PATCH] Minor fix to perl/Makefile.SH
9812              From: "Green, Paul" <Paul.Green@stratus.com>
9813              Date: Tue, 8 Jan 2002 17:31:35 -0500
9814              Message-Id: <95AE3CDB3543D511883A0020485B38B9023534A3@exna3.stratus.com>
9815      Branch: perl
9816            ! Makefile.SH
9817 ____________________________________________________________________________
9818 [ 14140] By: ams                                   on 2002/01/08  21:27:57
9819         Log: Subject: [PATCH] Re: Slight chokage from Deparse
9820              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
9821              Date: Tue, 8 Jan 2002 23:04:45 +0100
9822              Message-Id: <20020108230445.A4798@rafael>
9823      Branch: perl
9824            ! ext/B/B/Deparse.pm
9825 ____________________________________________________________________________
9826 [ 14139] By: jhi                                   on 2002/01/08  19:13:43
9827         Log: Subject: [patch] peep() is rude
9828              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>            
9829              Date: Tue, 08 Jan 2002 19:17:50 +0000            
9830              Message-Id: <200201081917.g08JHoW15789@crypt.compulink.co.uk>
9831      Branch: perl
9832            ! op.c t/run/kill_perl.t
9833 ____________________________________________________________________________
9834 [ 14138] By: jhi                                   on 2002/01/08  19:01:16
9835         Log: unifold is really an op test since it requires
9836              no external modules for its actual testing:
9837              only the unicore CaseFold.txt file, and File::Spec
9838              to portably access that file.
9839      Branch: perl
9840            + t/op/unifold.t
9841            - lib/unifold.t
9842            ! MANIFEST
9843 ____________________________________________________________________________
9844 [ 14137] By: jhi                                   on 2002/01/08  16:29:48
9845         Log: Subject: [patch] save a test 
9846              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
9847              Date: Tue, 08 Jan 2002 16:18:47 +0000
9848              Message-Id: <200201081618.g08GIlN02821@crypt.compulink.co.uk>          
9849      Branch: perl
9850            ! regcomp.c
9851 ____________________________________________________________________________
9852 [ 14136] By: nick                                  on 2002/01/08  16:11:55
9853         Log: Integrate mainline
9854      Branch: perlio
9855           +> lib/Math/BigInt/t/mbimbf.inc lib/Math/BigInt/t/require.t
9856           +> lib/Math/BigInt/t/sub_mif.t lib/Math/BigInt/t/use.t
9857           !> (integrate 37 files)
9858 ____________________________________________________________________________
9859 [ 14135] By: jhi                                   on 2002/01/08  15:12:38
9860         Log: Subject: Not OK 13843 
9861              From: andreas.koenig@anima.de (Andreas J. Koenig)
9862              Date: 08 Jan 2002 14:12:29 +0100
9863              Message-ID: <m38zb9c7gi.fsf@anima.de>
9864      Branch: perl
9865            ! op.c t/op/subst.t
9866 ____________________________________________________________________________
9867 [ 14134] By: jhi                                   on 2002/01/08  14:30:00
9868         Log: Missed one variant of the fold testing, noticed bu Hugo.
9869      Branch: perl
9870            ! lib/unifold.t
9871 ____________________________________________________________________________
9872 [ 14133] By: jhi                                   on 2002/01/08  14:23:39
9873         Log: Enchance the Storable magic description.
9874      Branch: perl
9875            ! ext/Storable/Storable.pm
9876 ____________________________________________________________________________
9877 [ 14132] By: ams                                   on 2002/01/08  09:16:12
9878         Log: Subject: [PATCH] don't installperl pods
9879              From: H.Merijn Brand <h.m.brand@hccnet.nl>
9880              Date: Tue, 08 Jan 2002 10:36:01 +0100
9881              Message-Id: <20020108103447.A841.H.M.BRAND@hccnet.nl>
9882      Branch: perl
9883            ! installperl
9884 ____________________________________________________________________________
9885 [ 14131] By: ams                                   on 2002/01/08  03:38:40
9886         Log: Subject: Math-BigInt v1.49 released
9887              From: Tels <perl_dummy@bloodgate.com>
9888              Date: Tue, 08 Jan 2002 03:09:34 +0100 (CET)
9889      Branch: perl
9890            + lib/Math/BigInt/t/mbimbf.inc lib/Math/BigInt/t/require.t
9891            + lib/Math/BigInt/t/sub_mif.t lib/Math/BigInt/t/use.t
9892            ! MANIFEST lib/Math/BigFloat.pm lib/Math/BigInt.pm
9893            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bare_mbi.t
9894            ! lib/Math/BigInt/t/bigfltpm.inc lib/Math/BigInt/t/bigfltpm.t
9895            ! lib/Math/BigInt/t/bigintc.t lib/Math/BigInt/t/bigintpm.inc
9896            ! lib/Math/BigInt/t/bigintpm.t lib/Math/BigInt/t/mbimbf.t
9897            ! lib/Math/BigInt/t/sub_mbf.t lib/Math/BigInt/t/sub_mbi.t
9898            ! t/lib/Math/BigFloat/Subclass.pm t/lib/Math/BigInt/BareCalc.pm
9899            ! t/lib/Math/BigInt/Subclass.pm
9900 ____________________________________________________________________________
9901 [ 14130] By: jhi                                   on 2002/01/08  02:13:53
9902         Log: A little better comments.
9903      Branch: perl
9904            ! regexec.c
9905 ____________________________________________________________________________
9906 [ 14129] By: jhi                                   on 2002/01/07  23:45:05
9907         Log: No normalization form DNF.
9908      Branch: perl
9909            ! ext/Unicode/Normalize/Normalize.pm
9910 ____________________________________________________________________________
9911 [ 14128] By: jhi                                   on 2002/01/07  23:40:15
9912         Log: Extension nits found by -Wall (several from threads
9913              and threads::shared, but leaving them to Arthur).
9914      Branch: perl
9915            ! ext/Data/Dumper/Dumper.xs ext/Devel/PPPort/PPPort.pm
9916            ! ext/Devel/PPPort/PPPort.xs ext/List/Util/Util.xs
9917            ! ext/Opcode/Opcode.xs ext/Unicode/Normalize/Normalize.xs
9918            ! ext/Unicode/Normalize/mkheader x2p/str.c
9919 ____________________________________________________________________________
9920 [ 14127] By: pudge                                 on 2002/01/07  22:25:55
9921         Log: Sync up Changes etc.
9922      Branch: maint-5.6/macperl
9923            ! macos/Changes macos/MPVersion.r macos/ext/Mac/Memory/Memory.xs
9924 ____________________________________________________________________________
9925 [ 14126] By: pudge                                 on 2002/01/07  22:23:06
9926         Log: Eliminate nested calls to exit() (MacPerl bug #469132)
9927      Branch: maint-5.6/macperl
9928            ! macos/macperl/MPFile.c macos/macperl/MPMain.c
9929 ____________________________________________________________________________
9930 [ 14125] By: ams                                   on 2002/01/07  22:03:22
9931         Log: Subject: [PATCH] better Exporter docs (Re: [PATCH @13746] Leaner exporter)
9932              From: Nicholas Clark (sans From field in mail header)
9933              Date: Mon, 7 Jan 2002 16:18:23 +0000
9934              Message-Id: <20020107161823.A599@Bagpuss.unfortu.net>
9935      Branch: perl
9936            ! lib/Exporter.pm
9937 ____________________________________________________________________________
9938 [ 14124] By: ams                                   on 2002/01/07  21:46:11
9939         Log: Subject: [PATCH] Last patch needed to get Perl5.7 to build natively on VOS
9940              From: "Green, Paul" <Paul.Green@stratus.com>
9941              Date: Mon, 7 Jan 2002 16:59:38 -0500
9942              Message-Id: <95AE3CDB3543D511883A0020485B38B90235349B@exna3.stratus.com>
9943      Branch: perl
9944            ! ext/Errno/Errno_pm.PL perl.h t/TEST t/test.pl vos/vosish.h
9945 ____________________________________________________________________________
9946 [ 14123] By: nick                                  on 2002/01/07  18:49:55
9947         Log: Integrate mainline
9948      Branch: perlio
9949           !> AUTHORS Changes dump.c ext/Storable/Storable.pm lib/sort.pm
9950           !> patchlevel.h pod/perl561delta.pod pod/perl56delta.pod
9951           !> pod/perlapi.pod pod/perldelta.pod pod/perltoc.pod regcomp.c
9952           !> regexec.c t/op/re_tests utf8.c utf8.h
9953 ____________________________________________________________________________
9954 [ 14122] By: jhi                                   on 2002/01/07  16:09:50
9955         Log: Update Changes.
9956      Branch: perl
9957            ! Changes patchlevel.h
9958 ____________________________________________________________________________
9959 [ 14121] By: jhi                                   on 2002/01/07  16:03:34
9960         Log: Subject: [PATCH] Correct module name in perldelta*
9961              From: Mike Guy <mjtg@cam.ac.uk>
9962              Date: Mon, 07 Jan 2002 17:02:43 +0000
9963              Message-Id: <E16NdAZ-0001SW-00@draco.cus.cam.ac.uk>
9964      Branch: perl
9965            ! pod/perl561delta.pod pod/perl56delta.pod
9966 ____________________________________________________________________________
9967 [ 14120] By: jhi                                   on 2002/01/07  15:55:25
9968         Log: AUTHORS update.
9969      Branch: perl
9970            ! AUTHORS
9971 ____________________________________________________________________________
9972 [ 14119] By: jhi                                   on 2002/01/07  15:52:34
9973         Log: Add file magic for Storable, from Jim Cromie <jcromie@divsol.com>
9974      Branch: perl
9975            ! ext/Storable/Storable.pm
9976 ____________________________________________________________________________
9977 [ 14118] By: jhi                                   on 2002/01/07  15:06:25
9978         Log: perldelta updates.
9979      Branch: perl
9980            ! pod/perldelta.pod
9981 ____________________________________________________________________________
9982 [ 14117] By: jhi                                   on 2002/01/07  13:52:30
9983         Log: Document the flags of pv_uni_display().
9984      Branch: perl
9985            ! pod/perlapi.pod utf8.c
9986 ____________________________________________________________________________
9987 [ 14116] By: jhi                                   on 2002/01/07  13:49:17
9988         Log: Forgot from #14115.
9989      Branch: perl
9990            ! t/op/re_tests
9991 ____________________________________________________________________________
9992 [ 14115] By: jhi                                   on 2002/01/07  13:48:06
9993         Log: Subject: [PATCH regcomp.c] leading (.*) should not be implicitly ^'d  
9994              From: "Jeff 'japhy' Pinyan" <jeffp@crusoe.net>
9995              Date: Sun, 6 Jan 2002 15:36:21 -0500 (EST)
9996              Message-ID: <Pine.GSO.4.21.0201061532400.27018-100000@crusoe.crusoe.net>
9997      Branch: perl
9998            ! regcomp.c
9999 ____________________________________________________________________________
10000 [ 14114] By: jhi                                   on 2002/01/07  04:44:05
10001         Log: More regex and utf8 debug dumping.
10002      Branch: perl
10003            ! dump.c regcomp.c regexec.c utf8.c utf8.h
10004 ____________________________________________________________________________
10005 [ 14113] By: jhi                                   on 2002/01/07  01:05:01
10006         Log: Unused variable.
10007      Branch: perl
10008            ! regcomp.c
10009 ____________________________________________________________________________
10010 [ 14112] By: jhi                                   on 2002/01/07  00:52:46
10011         Log: Regen toc.
10012      Branch: perl
10013            ! pod/perltoc.pod
10014 ____________________________________________________________________________
10015 [ 14111] By: jhi                                   on 2002/01/07  00:03:57
10016         Log: capitalize correctly, noticed by David Dyck.
10017      Branch: perl
10018            ! lib/sort.pm
10019 ____________________________________________________________________________
10020 [ 14110] By: nick                                  on 2002/01/06  22:05:19
10021         Log: Integrate mainline - threads mended, DB_File sick?
10022      Branch: perlio
10023           !> Changes ext/B/B.xs ext/B/B/C.pm ext/B/defsubs_h.PL
10024           !> ext/DB_File/Changes ext/DB_File/DB_File.pm
10025           !> ext/DB_File/DB_File.xs ext/DB_File/dbinfo
10026           !> ext/DB_File/t/db-recno.t ext/DB_File/version.c lib/sort.pm
10027           !> patchlevel.h pp_sys.c sv.c t/TEST t/op/lc.t utils/perlcc.PL
10028 ____________________________________________________________________________
10029 [ 14109] By: jhi                                   on 2002/01/06  20:51:32
10030         Log: No need to overqualify.
10031      Branch: perl
10032            ! lib/sort.pm
10033 ____________________________________________________________________________
10034 [ 14108] By: jhi                                   on 2002/01/06  20:38:34
10035         Log: PL_debug_pad wasn't initialized to zeroes which broke
10036              ithreads + DEBUGGING.
10037      Branch: perl
10038            ! sv.c
10039 ____________________________________________________________________________
10040 [ 14107] By: jhi                                   on 2002/01/06  15:39:31
10041         Log: Update Changes.
10042      Branch: perl
10043            ! Changes patchlevel.h
10044 ____________________________________________________________________________
10045 [ 14106] By: jhi                                   on 2002/01/06  15:33:51
10046         Log: Subject: [PATCH pp_sys.c] Fix segfault in dbmclose in DESTROY (was Re: [ID 20020104.007] coredump on dbmclose)
10047              From: Jonathan Stowe <gellyfish@gellyfish.com>
10048              Date: Sat, 5 Jan 2002 12:43:47 +0000 (GMT)
10049              Message-ID: <Pine.LNX.4.33.0201051240130.5428-100000@orpheus.gellyfish.com>
10050      Branch: perl
10051            ! pp_sys.c
10052 ____________________________________________________________________________
10053 [ 14105] By: jhi                                   on 2002/01/06  15:11:15
10054         Log: DB_File sync from Paul Marquess.
10055      Branch: perl
10056            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
10057            ! ext/DB_File/DB_File.xs ext/DB_File/dbinfo
10058            ! ext/DB_File/t/db-recno.t ext/DB_File/version.c
10059 ____________________________________________________________________________
10060 [ 14104] By: jhi                                   on 2002/01/06  15:08:14
10061         Log: Subject: [PATCH] B, B::C, perlcc, t/TEST
10062              From: "Mattia Barbon" <mbarbon@dsi.unive.it>  
10063              Date: Sun, 6 Jan 2002 11:44:30 +0100
10064              Message-ID: <3C38389E.7831.493570@localhost>
10065      Branch: perl
10066            ! ext/B/B.xs ext/B/B/C.pm ext/B/defsubs_h.PL t/TEST
10067            ! utils/perlcc.PL
10068 ____________________________________________________________________________
10069 [ 14103] By: jhi                                   on 2002/01/06  14:57:01
10070         Log: Tests for #14098.
10071      Branch: perl
10072            ! t/op/lc.t
10073 ____________________________________________________________________________
10074 [ 14102] By: nick                                  on 2002/01/06  11:33:55
10075         Log: Integrate mainline (PPPort still multi-building).
10076      Branch: perlio
10077           +> lib/unifold.t
10078           !> (integrate 30 files)
10079 ____________________________________________________________________________
10080 [ 14101] By: ams                                   on 2002/01/06  04:52:50
10081         Log: Subject: [PATCH] Bad prototype detection now an optional warning
10082              From: Sam Tregar <sam@tregar.com>
10083              Date: Sun, 6 Jan 2002 00:29:25 -0500 (EST)
10084              Message-Id: <Pine.LNX.4.33.0201060023160.3715-200000@localhost.localdomain>
10085      Branch: perl
10086            ! pod/perldelta.pod pod/perldiag.pod pod/perlsub.pod
10087            ! t/comp/proto.t toke.c
10088 ____________________________________________________________________________
10089 [ 14100] By: ams                                   on 2002/01/06  01:56:59
10090         Log: Subject: [PATCH] Correct several Stratus VOS build issues
10091              From: "Green, Paul" <Paul.Green@stratus.com>
10092              Date: Sat, 5 Jan 2002 21:30:56 -0500
10093              Message-Id: <95AE3CDB3543D511883A0020485B38B90235348A@exna3.stratus.com>
10094      Branch: perl
10095            ! ext/Time/HiRes/HiRes.xs hints/vos.sh perl.h vos/vosish.h
10096 ____________________________________________________________________________
10097 [ 14099] By: jhi                                   on 2002/01/05  22:51:38
10098         Log: Further perl.org URL elaboration from Ask.
10099      Branch: perl
10100            ! pod/perlfaq1.pod pod/perlfaq2.pod
10101 ____________________________________________________________________________
10102 [ 14098] By: jhi                                   on 2002/01/05  22:47:59
10103         Log: The same problem with To{Lower,Title,Upper}
10104              as earlier with ToFold.
10105      Branch: perl
10106            ! lib/unicore/To/Lower.pl lib/unicore/To/Title.pl
10107            ! lib/unicore/To/Upper.pl lib/unicore/mktables
10108 ____________________________________________________________________________
10109 [ 14097] By: jhi                                   on 2002/01/05  22:11:35
10110         Log: Retract #14057 for now; the alarm/setitimer timers
10111              seen to be the same in many systems, which leads into
10112              hangups.
10113      Branch: perl
10114            ! ext/Time/HiRes/HiRes.t
10115 ____________________________________________________________________________
10116 [ 14096] By: jhi                                   on 2002/01/05  22:09:20
10117         Log: Finish up (ha!) the Unicode case folding;
10118              enhance regex dumping code.
10119      Branch: perl
10120            + lib/unifold.t
10121            ! MANIFEST embed.fnc embed.h perl.h pp_hot.c proto.h regcomp.c
10122            ! regcomp.h regexec.c t/op/pat.t utf8.c utf8.h
10123 ____________________________________________________________________________
10124 [ 14095] By: jhi                                   on 2002/01/05  22:07:33
10125         Log: Use the perl.org news gw instead of the perl.com one
10126              (from Ask).
10127      Branch: perl
10128            ! pod/perlfaq1.pod pod/perlfaq2.pod
10129 ____________________________________________________________________________
10130 [ 14094] By: jhi                                   on 2002/01/05  21:26:09
10131         Log: Zero() wasn't documented.
10132      Branch: perl
10133            ! pod/perlclib.pod
10134 ____________________________________________________________________________
10135 [ 14093] By: ams                                   on 2002/01/05  17:58:35
10136         Log: Subject: [PATCH] make lib/Memoize/t/tie_ndbm.t tidy up more.
10137              From: Nicholas Clark <nick@unfortu.net>
10138              Date: Sat, 5 Jan 2002 18:55:39 +0000
10139              Message-Id: <20020105185538.K300@Bagpuss.unfortu.net>
10140      Branch: perl
10141            ! lib/Memoize/t/tie_ndbm.t
10142 ____________________________________________________________________________
10143 [ 14092] By: jhi                                   on 2002/01/05  17:26:05
10144         Log: Also UNICOS/mk has deviant socketpair().
10145      Branch: perl
10146            ! ext/Socket/socketpair.t
10147 ____________________________________________________________________________
10148 [ 14091] By: jhi                                   on 2002/01/05  17:21:12
10149         Log: Ooops.  Retract the regex parts of #14090.
10150      Branch: perl
10151            ! embed.fnc embed.h proto.h regcomp.c regcomp.h regexec.c
10152 ____________________________________________________________________________
10153 [ 14090] By: jhi                                   on 2002/01/05  17:18:43
10154         Log: Subject: [REPATCH] Re: [PATCH] Re: socketpair blip on unicos/mk, too
10155              From: Nicholas Clark <nick@unfortu.net> 
10156              Date: Sat, 5 Jan 2002 18:10:13 +0000
10157              Message-ID: <20020105181013.I300@Bagpuss.unfortu.net>              
10158      Branch: perl
10159            ! embed.fnc embed.h ext/Socket/socketpair.t proto.h regcomp.c
10160            ! regcomp.h regexec.c
10161 ____________________________________________________________________________
10162 [ 14089] By: jhi                                   on 2002/01/05  15:42:12
10163         Log: Integrate perlio; a missing aTHX.
10164      Branch: perl
10165           !> op.c
10166 ____________________________________________________________________________
10167 [ 14088] By: nick                                  on 2002/01/05  12:35:01
10168         Log: One missing aTHX_
10169      Branch: perlio
10170            ! op.c
10171 ____________________________________________________________________________
10172 [ 14087] By: nick                                  on 2002/01/05  12:00:48
10173         Log: Raw integrate of mainline - op.c looks dodgy.
10174      Branch: perlio
10175           +> lib/Pod/t/Functions.t t/op/winsystem.t
10176            - lib/File/Spec/NW5.pm t/op/system.t
10177           !> (integrate 77 files)
10178 ____________________________________________________________________________
10179 [ 14086] By: gsar                                  on 2002/01/05  00:19:01
10180         Log: integrate changes from maint-5.6/macperl branch
10181      Branch: maint-5.6/perl
10182           !> ext/IO/IO.xs lib/File/Find.pm lib/File/Spec/Mac.pm
10183           !> lib/Pod/Html.pm pod/perlmodinstall.pod pod/perlport.pod
10184 ____________________________________________________________________________
10185 [ 14085] By: jhi                                   on 2002/01/04  23:36:23
10186         Log: In the UTF-8 branch of crypt() the extra \0 byte is required,
10187              found by Marc Lehmann.
10188      Branch: perl
10189            ! pp.c
10190 ____________________________________________________________________________
10191 [ 14084] By: jhi                                   on 2002/01/04  22:57:03
10192         Log: Subject: Re: [PATCH op.c] Bad \[...] prototype checking
10193              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
10194              Date: Sat, 5 Jan 2002 00:31:12 +0100
10195              Message-ID: <20020105003112.E1850@rafael>              
10196      Branch: perl
10197            ! t/comp/proto.t
10198 ____________________________________________________________________________
10199 [ 14083] By: jhi                                   on 2002/01/04  22:56:23
10200         Log: A bit of "perl.com" cleanup.
10201      Branch: perl
10202            ! pod/perldelta.pod pod/perldiag.pod pod/perlfaq.pod
10203            ! pod/perlfaq1.pod pod/perlfaq2.pod pod/perlfaq3.pod
10204            ! pod/perlfaq4.pod pod/perlfaq5.pod pod/perlfaq8.pod
10205            ! pod/perlmodlib.PL pod/perlmodlib.pod
10206 ____________________________________________________________________________
10207 [ 14082] By: jhi                                   on 2002/01/04  21:53:30
10208         Log: Subject: [PATCH op.c] Bad \[...] prototype checking
10209              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
10210              Date: Fri, 4 Jan 2002 23:35:19 +0100
10211              Message-ID: <20020104233519.A1850@rafael>
10212      Branch: perl
10213            ! op.c
10214 ____________________________________________________________________________
10215 [ 14081] By: jhi                                   on 2002/01/04  21:45:22
10216         Log: Integrate change #14062 from macperl;
10217              Define setbuf, setvbuf for Mac OS
10218      Branch: perl
10219           !> ext/IO/IO.xs
10220 ____________________________________________________________________________
10221 [ 14080] By: pudge                                 on 2002/01/04  21:21:22
10222         Log: Bump version, update Changes
10223      Branch: maint-5.6/macperl
10224            ! macos/Changes macos/MPVersion.r
10225 ____________________________________________________________________________
10226 [ 14079] By: pudge                                 on 2002/01/04  21:09:40
10227         Log: Add more droplets
10228      Branch: maint-5.6/macperl
10229            + macos/macperl/Droplets/gluedialect.plx
10230            + macos/macperl/Droplets/glueedit.plx
10231            + macos/macperl/Droplets/gluemac.plx
10232            + macos/macperl/Droplets/gluescriptadds.plx
10233            + macos/macperl/Droplets/installme.plx
10234            + macos/macperl/Droplets/show_glue_pods.plx
10235            + macos/macperl/Droplets/tarzipme.plx
10236            + macos/macperl/Droplets/untarzipme.plx
10237 ____________________________________________________________________________
10238 [ 14078] By: jhi                                   on 2002/01/04  21:07:05
10239         Log: Display the native pwd command.
10240      Branch: perl
10241            ! ext/Cwd/t/cwd.t
10242 ____________________________________________________________________________
10243 [ 14077] By: jhi                                   on 2002/01/04  21:00:53
10244         Log: Under Mac OS X /dev/stdout is normally a symlink,
10245              but when running the test it seems to become a socket.
10246              So let's extend our censorship.
10247      Branch: perl
10248            ! t/op/stat.t
10249 ____________________________________________________________________________
10250 [ 14076] By: pudge                                 on 2002/01/04  20:44:23
10251         Log: First go at fixing Mac::Memory::_open (MacPerl Bug #494481)
10252      Branch: maint-5.6/macperl
10253            + macos/HandleSocket.cp
10254            ! macos/ext/Mac/Memory/Memory.xs macos/ext/Mac/Memory/t/Memory.t
10255            ! macos/macperl.sym
10256 ____________________________________________________________________________
10257 [ 14075] By: pudge                                 on 2002/01/04  20:42:06
10258         Log: Doc updates
10259      Branch: maint-5.6/macperl
10260            ! macos/ext/MacPerl/MacPerl.pm macos/ext/MacPerl/OSA.xs
10261 ____________________________________________________________________________
10262 [ 14074] By: pudge                                 on 2002/01/04  20:41:26
10263         Log: Update libraries
10264      Branch: maint-5.6/macperl
10265            ! macos/macperl/Makefile.mk
10266 ____________________________________________________________________________
10267 [ 14073] By: pudge                                 on 2002/01/04  20:40:11
10268         Log: Update tests to Mac::StandardFile from StandardFile.pl,
10269              plus other fixes
10270      Branch: maint-5.6/macperl
10271            ! macos/ext/Mac/Menus/t/MenuBar.t
10272            ! macos/ext/Mac/Movies/t/PlayMacMovie.t
10273            ! macos/ext/Mac/Movies/t/PlayMovie.t
10274            ! macos/ext/Mac/QuickTimeVR/t/QTVRControl.t
10275            ! macos/ext/Mac/QuickTimeVR/t/QTVRInterceptor.t
10276            ! macos/ext/Mac/QuickTimeVR/t/QTVRotator.t
10277            ! macos/ext/Mac/Resources/t/Resources.t
10278 ____________________________________________________________________________
10279 [ 14072] By: pudge                                 on 2002/01/04  20:37:44
10280         Log: Mistakenly used dXSARGS instead of dSP (MacPerl Bug #494482)
10281      Branch: maint-5.6/macperl
10282            ! macos/ext/Mac/Lists/Lists.xs macos/ext/Mac/Menus/Menus.xs
10283            ! macos/ext/Mac/Movies/Movies.xs
10284            ! macos/ext/Mac/QuickTimeVR/QuickTimeVR.xs
10285            ! macos/ext/Mac/StandardFile/StandardFile.xs
10286            ! macos/ext/Mac/Windows/Windows.xs
10287 ____________________________________________________________________________
10288 [ 14071] By: pudge                                 on 2002/01/04  20:35:52
10289         Log: Updates for Universal Headers 3.4 (forgot one)
10290      Branch: maint-5.6/macperl
10291            ! macos/macperl/MPConsole.cp
10292 ____________________________________________________________________________
10293 [ 14070] By: pudge                                 on 2002/01/04  20:32:57
10294         Log: Updates for Universal Headers 3.4
10295      Branch: maint-5.6/macperl
10296            ! macos/SubLaunch.c macos/ext/Mac/Navigation/Navigation.xs
10297            ! macos/ext/Mac/Navigation/typemap macos/macperl/MPAEUtils.c
10298            ! macos/macperl/MPAEVTStream.cp macos/macperl/MPAppleEvents.c
10299            ! macos/macperl/MPEditions.c macos/macperl/MPEditor.c
10300            ! macos/macperl/MPFile.c macos/macperl/MPGlobals.c
10301            ! macos/macperl/MPHelp.c macos/macperl/MPMain.c
10302            ! macos/macperl/MPPreferences.c macos/macperl/MPPseudoFile.cp
10303            ! macos/macperl/MPSave.c macos/macperl/MPScript.c
10304            ! macos/macperl/MPUtils.c macos/macperl/MPWindow.c
10305 ____________________________________________________________________________
10306 [ 14069] By: pudge                                 on 2002/01/04  20:28:20
10307         Log: Change AddEmulationProc to MacPerl_AddEmulationProc
10308              from <200112112327.JAA25434@gpo.metropolis.net.au>;
10309              don't crash on quit for 68K (MacPerl Bug #490013)
10310      Branch: maint-5.6/macperl
10311            ! macos/macish.c macos/macperl/MPConsole.cp
10312 ____________________________________________________________________________
10313 [ 14068] By: jhi                                   on 2002/01/04  20:24:59
10314         Log: If we do have socketpair(), make my_socketpair()
10315              just call the real socketpair().  This way we always
10316              have real code behind my_socketpair() and a symbol
10317              corresponding to the my_socketpair in global.sym.
10318      Branch: perl
10319            ! embed.fnc embed.h makedef.pl proto.h util.c
10320 ____________________________________________________________________________
10321 [ 14067] By: pudge                                 on 2002/01/04  20:19:18
10322         Log: Disable sigaction (MacPerl Bug #470321)
10323      Branch: maint-5.6/macperl
10324            ! macos/config.h macos/config.sh
10325 ____________________________________________________________________________
10326 [ 14066] By: pudge                                 on 2002/01/04  20:16:47
10327         Log: Make GUSI resource work (MacPerl Bug #464638)
10328      Branch: maint-5.6/macperl
10329            ! macos/PerlGUSIConfig.cp macos/macperl/MacPerl.r
10330            ! macos/macperl/MacPerl.rsrc
10331 ____________________________________________________________________________
10332 [ 14065] By: pudge                                 on 2002/01/04  20:14:26
10333         Log: Make AutoSplit go a little deeper
10334      Branch: maint-5.6/macperl
10335            ! macos/Makefile.mk
10336 ____________________________________________________________________________
10337 [ 14064] By: pudge                                 on 2002/01/04  20:13:36
10338         Log: A few doc updates from bleadperl
10339      Branch: maint-5.6/macperl
10340            ! pod/perlmodinstall.pod pod/perlport.pod
10341 ____________________________________________________________________________
10342 [ 14063] By: pudge                                 on 2002/01/04  20:12:11
10343         Log: Sync up to latest changes from bleadperl
10344      Branch: maint-5.6/macperl
10345            ! lib/File/Find.pm
10346 ____________________________________________________________________________
10347 [ 14062] By: pudge                                 on 2002/01/04  20:09:20
10348         Log: Define setbuf, setvbuf for Mac OS
10349      Branch: maint-5.6/macperl
10350            ! ext/IO/IO.xs
10351 ____________________________________________________________________________
10352 [ 14061] By: pudge                                 on 2002/01/04  20:07:38
10353         Log: Delete by request of Mark-Jason Dominus (change #13676)
10354      Branch: maint-5.6/macperl
10355            - macos/bundled_lib/blib/lib/Memoize/Saves.pm
10356 ____________________________________________________________________________
10357 [ 14060] By: jhi                                   on 2002/01/04  20:06:58
10358         Log: Spread the good word of "env".
10359      Branch: perl
10360            ! pod/perlhack.pod pod/perllocale.pod pod/perlrun.pod
10361 ____________________________________________________________________________
10362 [ 14059] By: jhi                                   on 2002/01/04  19:57:11
10363         Log: Till the system tests do something non-Win*, better rename
10364              the test so that people on other platforms don't get confused.
10365              (Not win32system, because assumedly there's win64, too.)
10366      Branch: perl
10367            + t/op/winsystem.t
10368            - t/op/system.t
10369            ! MANIFEST
10370 ____________________________________________________________________________
10371 [ 14058] By: jhi                                   on 2002/01/04  19:48:09
10372         Log: Some tweaks.
10373      Branch: perl
10374            ! lib/Pod/t/Functions.t
10375 ____________________________________________________________________________
10376 [ 14057] By: ams                                   on 2002/01/04  17:40:31
10377         Log: (retracted by #14057)
10378              
10379              Subject: [PATCH] Time/HiRes/HiRes.t
10380              From: Nicholas Clark <nick@unfortu.net>
10381              Date: Fri, 4 Jan 2002 17:28:46 +0000
10382              Message-Id: <20020104172845.D1013@Bagpuss.unfortu.net>
10383      Branch: perl
10384            ! ext/Time/HiRes/HiRes.t
10385 ____________________________________________________________________________
10386 [ 14056] By: jhi                                   on 2002/01/04  17:35:34
10387         Log: Subject: [PATCH lib/Pod/Functions.pm] + Docs and test         
10388              From: Abe Timmerman <abe@ztreet.demon.nl>
10389              Date: Fri, 04 Jan 2002 18:42:33 +0100
10390              Message-ID: <bm5b3usi1f65td4c9bo9fand20p0vnupf2@4ax.com>      
10391      Branch: perl
10392            + lib/Pod/t/Functions.t
10393            ! MANIFEST lib/Pod/Functions.pm
10394 ____________________________________________________________________________
10395 [ 14055] By: jhi                                   on 2002/01/04  14:33:09
10396         Log: Subject: [PATCH perl@14042] Devel::PPPort Makefile.PL umpteenth try
10397              From: "Craig A. Berry" <craigberry@mac.com>
10398              Date: Thu, 3 Jan 2002 17:32:20 -0600
10399              Message-Id: <a05101004b85a82bb7352@[172.16.52.1]>
10400      Branch: perl
10401            ! ext/Devel/PPPort/Makefile.PL lib/ExtUtils/MM_Unix.pm
10402 ____________________________________________________________________________
10403 [ 14054] By: jhi                                   on 2002/01/04  04:04:05
10404         Log: Document the U+0085, U+2028, and U+2029.
10405      Branch: perl
10406            ! pod/perlre.pod pod/perlretut.pod
10407 ____________________________________________________________________________
10408 [ 14053] By: ams                                   on 2002/01/04  03:27:44
10409         Log: Subject: [PATCH] warn if not CORE::dump
10410              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
10411              Date: Thu, 3 Jan 2002 22:04:00 +0100
10412              Message-Id: <20020103220400.A13958@rafael>
10413      Branch: perl
10414            ! pod/perldiag.pod pod/perlfunc.pod t/lib/warnings/toke toke.c
10415 ____________________________________________________________________________
10416 [ 14052] By: jhi                                   on 2002/01/04  03:13:50
10417         Log: Add U+0085, U+2028, and U+2029 to \s under Unicode.
10418      Branch: perl
10419            ! lib/unicore/Is/SpacePerl.pl lib/unicore/mktables t/op/pat.t
10420 ____________________________________________________________________________
10421 [ 14051] By: ams                                   on 2002/01/04  03:00:12
10422         Log: Subject: [PATCH] File::Compare::VERSION
10423              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
10424              Date: Thu, 3 Jan 2002 23:42:52 +0100
10425              Message-Id: <20020103234252.G13958@rafael>
10426      Branch: perl
10427            ! lib/File/Compare.pm
10428 ____________________________________________________________________________
10429 [ 14050] By: ams                                   on 2002/01/04  02:58:05
10430         Log: Subject: [PATCH @14042] threads::shared doc
10431              From: =?iso-8859-1?q?Andy=20Bussey?= <andybussey@yahoo.co.uk>
10432              Date: Thu, 3 Jan 2002 23:24:13 +0000 (GMT)
10433              Message-Id: <20020103232413.3690.qmail@web21001.mail.yahoo.com>
10434      Branch: perl
10435            ! ext/threads/shared/shared.pm
10436 ____________________________________________________________________________
10437 [ 14049] By: jhi                                   on 2002/01/03  20:38:22
10438         Log: #14048 exposed few false positives, to be fixed soonish.
10439      Branch: perl
10440            ! t/op/pat.t
10441 ____________________________________________________________________________
10442 [ 14048] By: jhi                                   on 2002/01/03  20:36:38
10443         Log: Do not add the first characters of multicharacter foldings
10444              into character classes.
10445      Branch: perl
10446            ! regcomp.c
10447 ____________________________________________________________________________
10448 [ 14047] By: jhi                                   on 2002/01/03  20:30:55
10449         Log: A bit of testing for #14046.
10450      Branch: perl
10451            ! t/op/pat.t
10452 ____________________________________________________________________________
10453 [ 14046] By: jhi                                   on 2002/01/03  20:22:48
10454         Log: Allow emitting the foldcased version of "\x{df}", "ss"
10455              (among others, another example would be \x{fb00} -> "ff")
10456      Branch: perl
10457            ! regcomp.c
10458 ____________________________________________________________________________
10459 [ 14045] By: jhi                                   on 2002/01/03  19:29:35
10460         Log: Subject: [PATCH] File::Spec & NetWare
10461              From: Dave Rolsky <autarch@urth.org>
10462              Date: Thu, 3 Jan 2002 12:53:19 -0600 (CST)
10463              Message-ID: <Pine.LNX.4.43.0201031252130.27977-100000@urth.org>
10464      Branch: perl
10465            - lib/File/Spec/NW5.pm
10466            ! MANIFEST lib/File/Spec.pm
10467 ____________________________________________________________________________
10468 [ 14044] By: jhi                                   on 2002/01/03  19:26:53
10469         Log: FAQ sync (RCS Ids only?)
10470      Branch: perl
10471            ! pod/perlfaq4.pod pod/perlfaq6.pod pod/perlfaq7.pod
10472 ____________________________________________________________________________
10473 [ 14043] By: jhi                                   on 2002/01/03  19:25:48
10474         Log: AUTHORs updates.
10475      Branch: perl
10476            ! AUTHORS
10477 ____________________________________________________________________________
10478 [ 14042] By: jhi                                   on 2002/01/03  16:04:24
10479         Log: Update Changes.
10480      Branch: perl
10481            ! Changes patchlevel.h
10482 ____________________________________________________________________________
10483 [ 14041] By: jhi                                   on 2002/01/03  15:57:42
10484         Log: Missed the =head1 additions.
10485      Branch: perl
10486            ! XSUB.h av.c av.h cop.h cv.h doio.c gv.c gv.h handy.h hv.h
10487            ! intrpvar.h mg.c numeric.c op.c op.h perl.c pp.h pp_sort.c
10488            ! scope.h sharedsv.c sv.c sv.h thrdvar.h universal.c utf8.c
10489            ! util.c
10490 ____________________________________________________________________________
10491 [ 14040] By: jhi                                   on 2002/01/03  15:05:06
10492         Log: Subject: [PATCH lib/Carp/Heavy.pm lib/Carp.t] obscure warning from Carp::Heavy
10493              From: Robin Barker <rmb1@cise.npl.co.uk>
10494              Date: Thu, 3 Jan 2002 15:26:20 GMT
10495              Message-Id: <200201031526.PAA06095@tempest.npl.co.uk>            
10496      Branch: perl
10497            ! lib/Carp.t lib/Carp/Heavy.pm
10498 ____________________________________________________________________________
10499 [ 14039] By: jhi                                   on 2002/01/03  15:02:12
10500         Log: Subject: [PATCH hv.c] 
10501              From: Robin Barker <rmb1@cise.npl.co.uk>
10502              Date: Thu, 3 Jan 2002 14:49:06 GMT
10503              Message-Id: <200201031449.OAA26137@tempest.npl.co.uk>            
10504              
10505              -Wformat check.
10506      Branch: perl
10507            ! hv.c
10508 ____________________________________________________________________________
10509 [ 14038] By: jhi                                   on 2002/01/03  15:01:09
10510         Log: NetWare tweaks from Ananth Kesari.
10511      Branch: perl
10512            ! NetWare/t/NWScripts.pl lib/File/Find.pm
10513 ____________________________________________________________________________
10514 [ 14037] By: jhi                                   on 2002/01/03  13:41:38
10515         Log: Cast.
10516      Branch: perl
10517            ! regexec.c
10518 ____________________________________________________________________________
10519 [ 14036] By: ams                                   on 2002/01/03  12:12:31
10520         Log: Grammar fix suggested by Gwyn Judd.
10521      Branch: perl
10522            ! pod/perldiag.pod
10523 ____________________________________________________________________________
10524 [ 14035] By: nick                                  on 2002/01/03  09:22:42
10525         Log: More strange perlio != mainline differences where
10526              I have not been.
10527      Branch: perlio
10528           !> hints/unicos.sh hints/unicosmk.sh
10529 ____________________________________________________________________________
10530 [ 14034] By: nick                                  on 2002/01/03  09:19:37
10531         Log: Integrate mainline (including force integrate of
10532              lib/charnames.pm which had got out-of-step)
10533      Branch: perlio
10534           !> ext/Devel/PPPort/Makefile.PL lib/charnames.pm
10535 ____________________________________________________________________________
10536 [ 14033] By: ams                                   on 2002/01/03  08:24:24
10537         Log: Subject: Not ok 14031: PPPort Makefile.PL
10538              From: andreas.koenig@anima.de (Andreas J. Koenig)
10539              Date: 03 Jan 2002 10:17:46 +0100
10540              Message-Id: <m3sn9n94jp.fsf@anima.de>
10541      Branch: perl
10542            ! ext/Devel/PPPort/Makefile.PL
10543 ____________________________________________________________________________
10544 [ 14032] By: nick                                  on 2002/01/03  08:24:00
10545         Log: Integrate mainline.
10546      Branch: perlio
10547           +> autodoc.pl embed.fnc ext/threads/shared/t/no_share.t
10548           +> lib/Pod/t/man.t lib/Pod/t/text-errors.t
10549           !> (integrate 31 files)
10550 ____________________________________________________________________________
10551 [ 14031] By: jhi                                   on 2002/01/03  01:52:04
10552         Log: Off-by-one is my middle name.
10553      Branch: perl
10554            ! regexec.c
10555 ____________________________________________________________________________
10556 [ 14030] By: ams                                   on 2002/01/02  23:56:37
10557         Log: Subject: [PATCH @14015] threads::shared disabling
10558              From: Andy Bussey <andybussey@yahoo.co.uk>
10559              Date: Thu, 3 Jan 2002 00:46:58 +0000 (GMT)
10560              Message-Id: <20020103004658.97969.qmail@web21006.mail.yahoo.com>
10561      Branch: perl
10562            + ext/threads/shared/t/no_share.t
10563            ! MANIFEST ext/threads/shared/shared.pm ext/threads/threads.pm
10564 ____________________________________________________________________________
10565 [ 14029] By: jhi                                   on 2002/01/02  23:40:08
10566         Log: Simon's new perlapi scheme, I hope I got all the pieces.
10567      Branch: perl
10568            + autodoc.pl embed.fnc
10569            ! MANIFEST Makefile.SH embed.pl pod/perlapi.pod
10570 ____________________________________________________________________________
10571 [ 14028] By: jhi                                   on 2002/01/02  23:29:03
10572         Log: Integrate perlio; more PPPort Makefile source dependence removal
10573      Branch: perl
10574           !> ext/Devel/PPPort/Makefile.PL perl.h
10575 ____________________________________________________________________________
10576 [ 14027] By: ams                                   on 2002/01/02  21:42:50
10577         Log: Subject: [PATCH perldiag] errors caused by the "my Dog $spot" syntax
10578              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
10579              Date: Wed, 2 Jan 2002 23:09:13 +0100
10580              Message-Id: <20020102230913.A17373@rafael>
10581      Branch: perl
10582            ! pod/perldiag.pod
10583 ____________________________________________________________________________
10584 [ 14026] By: ams                                   on 2002/01/02  21:38:34
10585         Log: Subject: Re: PATCH: lib/Term/Cap.pm
10586              From: Jonathan Stowe <gellyfish@gellyfish.com>
10587              Date: Wed, 2 Jan 2002 21:50:36 +0000 (GMT)
10588              Message-Id: <Pine.LNX.4.33.0201022144370.6042-100000@orpheus.gellyfish.com>
10589      Branch: perl
10590            ! lib/Term/Cap.pm
10591 ____________________________________________________________________________
10592 [ 14025] By: ams                                   on 2002/01/02  18:34:26
10593         Log: Subject: [PATCH] Bad prototype detection changed from error to warning
10594              From: Sam Tregar <sam@tregar.com>
10595              Date: Wed, 2 Jan 2002 14:04:26 -0500 (EST)
10596              Message-Id: <Pine.LNX.4.33.0201021400110.15420-200000@localhost.localdomain>
10597      Branch: perl
10598            ! pod/perldiag.pod t/comp/proto.t toke.c
10599 ____________________________________________________________________________
10600 [ 14024] By: ams                                   on 2002/01/02  18:16:12
10601         Log: Subject: PATCH: lib/Term/Cap.pm
10602              From: Norton Allen <allen@huarp.harvard.edu>
10603              Date: Wed, 2 Jan 2002 14:22:09 -0500 (est)
10604              Message-Id: <200201021922.OAA18505@bottesini.harvard.edu>
10605      Branch: perl
10606            ! lib/Term/Cap.pm
10607 ____________________________________________________________________________
10608 [ 14023] By: ams                                   on 2002/01/02  18:12:31
10609         Log: Subject: PATCH: lib/Cwd.pm for QNX4
10610              From: Norton Allen <allen@huarp.harvard.edu>
10611              Date: Wed, 2 Jan 2002 14:19:42 -0500 (est)
10612              Message-Id: <200201021919.OAA18012@bottesini.harvard.edu>
10613      Branch: perl
10614            ! lib/Cwd.pm
10615 ____________________________________________________________________________
10616 [ 14022] By: nick                                  on 2002/01/02  18:01:21
10617         Log: More PPPort Makefile source dependence removal
10618      Branch: perlio
10619            ! ext/Devel/PPPort/Makefile.PL
10620 ____________________________________________________________________________
10621 [ 14021] By: nick                                  on 2002/01/02  17:44:36
10622         Log: Sort out muddle of editing on three machines ...
10623      Branch: perlio
10624           !> Changes MANIFEST cygwin/Makefile.SHs
10625           !> ext/Devel/PPPort/Makefile.PL ext/I18N/Langinfo/Langinfo.t
10626           !> ext/IO/lib/IO/Socket/INET.pm lib/Pod/t/basic.t
10627           !> lib/User/grent.t patchlevel.h perl.h regcomp.c regexec.c
10628 ____________________________________________________________________________
10629 [ 14020] By: ams                                   on 2002/01/02  17:06:27
10630         Log: Fix misplaced application of #14016.
10631      Branch: perl
10632            ! op.c
10633 ____________________________________________________________________________
10634 [ 14019] By: jhi                                   on 2002/01/02  16:51:38
10635         Log: Integrate perlio; avoid uninit debug_pad.
10636      Branch: perl
10637           !> sv.c
10638 ____________________________________________________________________________
10639 [ 14018] By: jhi                                   on 2002/01/02  16:50:22
10640         Log: makedepend VOS fix from Paul Green.
10641      Branch: perl
10642            ! makedepend.SH
10643 ____________________________________________________________________________
10644 [ 14017] By: nick                                  on 2002/01/02  16:09:43
10645         Log: Avoid un-init perl_debug_pad in clones
10646      Branch: perlio
10647            ! sv.c
10648 ____________________________________________________________________________
10649 [ 14016] By: ams                                   on 2002/01/02  15:58:11
10650         Log: Subject: [PATCH] random crash in B::LISTOP::last
10651              From: "Mattia Barbon" <mbarbon@dsi.unive.it>
10652              Date: Wed, 2 Jan 2002 17:37:28 +0100
10653              Message-Id: <3C334558.3906.19CB98D@localhost>
10654      Branch: perl
10655            ! op.c
10656 ____________________________________________________________________________
10657 [ 14015] By: jhi                                   on 2002/01/02  15:21:12
10658         Log: Update Changes.
10659      Branch: perl
10660            ! Changes patchlevel.h
10661 ____________________________________________________________________________
10662 [ 14014] By: jhi                                   on 2002/01/02  15:12:57
10663         Log: One more iteration of the ibcmp_utf8() interface,
10664              hopefully this is a convergent iteration...
10665      Branch: perl
10666            ! embed.pl pod/perlapi.pod proto.h regexec.c t/op/pat.t utf8.c
10667 ____________________________________________________________________________
10668 [ 14013] By: ams                                   on 2002/01/02  13:43:58
10669         Log: Upgrade to podlators-1.19.
10670      Branch: perl
10671            + lib/Pod/t/man.t lib/Pod/t/text-errors.t
10672            ! MANIFEST lib/Pod/Man.pm lib/Pod/Text.pm
10673            ! lib/Pod/Text/Termcap.pm lib/Pod/t/basic.cap
10674            ! lib/Pod/t/basic.clr lib/Pod/t/basic.man lib/Pod/t/basic.ovr
10675            ! lib/Pod/t/basic.pod lib/Pod/t/basic.txt
10676 ____________________________________________________________________________
10677 [ 14012] By: ams                                   on 2002/01/02  09:48:51
10678         Log: Subject: [ID 20011219.004] Pod::Usage does not terminate with a true value
10679              From: martyn@inpharmatica.co.uk
10680              Date: Wed, 19 Dec 2001 19:05:00 +0000
10681              Message-Id: <E16Gm1U-00005z-00@baker-st.inpharmatica.co.uk>
10682      Branch: perl
10683            ! lib/Pod/Usage.pm
10684 ____________________________________________________________________________
10685 [ 14011] By: nick                                  on 2002/01/02  08:38:18
10686         Log: Integrate mainline
10687      Branch: perlio
10688           !> (integrate 28 files)
10689 ____________________________________________________________________________
10690 [ 14010] By: jhi                                   on 2002/01/02  03:59:22
10691         Log: Make ibcmp_utf8() optionally progress in either string for
10692              as long as it takes and optionally record how far it got.
10693      Branch: perl
10694            ! embed.h embed.pl pod/perlapi.pod proto.h regexec.c utf8.c
10695 ____________________________________________________________________________
10696 [ 14009] By: jhi                                   on 2002/01/02  00:35:15
10697         Log: Once more try to get the PPPort Makefile right.
10698      Branch: perl
10699            ! ext/Devel/PPPort/Makefile.PL ext/Devel/PPPort/ppport_h.PL
10700 ____________________________________________________________________________
10701 [ 14008] By: jhi                                   on 2002/01/02  00:03:27
10702         Log: -Wall silencing.
10703      Branch: perl
10704            ! utf8.c
10705 ____________________________________________________________________________
10706 [ 14007] By: jhi                                   on 2002/01/01  23:48:19
10707         Log: Subject: [PATCH B::Deparse] alternate way to figure out prototypes
10708              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
10709              Date: Tue, 1 Jan 2002 22:45:21 +0100       
10710              Message-ID: <20020101224521.A691@rafael>
10711      Branch: perl
10712            ! ext/B/B/Deparse.pm
10713 ____________________________________________________________________________
10714 [ 14006] By: jhi                                   on 2002/01/01  23:40:10
10715         Log: VOS tweak from Paul Green: VOS has different O_BINARY
10716              and O_TEXT, but VOS always uses LF, never CRLF.
10717      Branch: perl
10718            ! perl.h
10719 ____________________________________________________________________________
10720 [ 14005] By: jhi                                   on 2002/01/01  23:34:25
10721         Log: Make ibcmp_utf8() more robust and make regmatch() use it.
10722      Branch: perl
10723            ! regexec.c utf8.c
10724 ____________________________________________________________________________
10725 [ 14004] By: jhi                                   on 2002/01/01  18:27:50
10726         Log: Now that to_utf8_fold() was fixed.
10727      Branch: perl
10728            ! regcomp.c regexec.c
10729 ____________________________________________________________________________
10730 [ 14003] By: jhi                                   on 2002/01/01  18:04:02
10731         Log: Integrate perlio; experimental binmode() re-coding.
10732      Branch: perl
10733           !> perlio.c
10734 ____________________________________________________________________________
10735 [ 14002] By: jhi                                   on 2002/01/01  17:53:44
10736         Log: Document the to_utf8_*() functions.
10737      Branch: perl
10738            ! embed.pl pod/perlapi.pod utf8.c
10739 ____________________________________________________________________________
10740 [ 14001] By: jhi                                   on 2002/01/01  17:29:05
10741         Log: Better support for multicharacter foldings.
10742              Now all but two of the CaseFold.txt cases work-- but
10743              only when the target string is single-character, more
10744              debugging needed.
10745      Branch: perl
10746            ! regexec.c
10747 ____________________________________________________________________________
10748 [ 14000] By: ams                                   on 2002/01/01  15:59:43
10749         Log: Subject: [PATCH] don't installperl pods
10750              From: Nicholas Clark <nick@unfortu.net>
10751              Date: Tue, 1 Jan 2002 16:44:12 +0000
10752              Message-Id: <20020101164411.A3157@Bagpuss.unfortu.net>
10753      Branch: perl
10754            ! installperl
10755 ____________________________________________________________________________
10756 [ 13999] By: ams                                   on 2002/01/01  14:34:04
10757         Log: Subject: [PATCH] perldiag.pod transposition
10758              From: Nicholas Clark <nick@unfortu.net>
10759              Date: Tue, 1 Jan 2002 15:03:52 +0000
10760              Message-Id: <20020101150350.A2963@Bagpuss.unfortu.net>
10761      Branch: perl
10762            ! pod/perldiag.pod
10763 ____________________________________________________________________________
10764 [ 13998] By: ams                                   on 2002/01/01  13:36:49
10765         Log: Subject: [PATCH perldiag] Corrections : unknown warning category
10766              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
10767              Date: Tue, 1 Jan 2002 15:12:36 +0100
10768              Message-Id: <20020101151236.A951@rafael>
10769      Branch: perl
10770            ! pod/perldiag.pod
10771 ____________________________________________________________________________
10772 [ 13997] By: ams                                   on 2002/01/01  13:33:06
10773         Log: Subject: [better PATCH] Re: Low-lights of Win32 / bleadperl
10774              From: Nicholas Clark <nick@unfortu.net>
10775              Date: Tue, 1 Jan 2002 13:13:17 +0000
10776              Message-Id: <20020101131316.A475@Bagpuss.unfortu.net>
10777      Branch: perl
10778            ! ext/Socket/socketpair.t
10779 ____________________________________________________________________________
10780 [ 13996] By: ams                                   on 2002/01/01  04:44:28
10781         Log: Subject: [PATCH @13746] Leaner exporter
10782              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
10783              Date: Mon, 31 Dec 2001 18:16:08 -0500
10784              Message-Id: <20011231181608.A29253@math.ohio-state.edu>
10785      Branch: perl
10786            ! ext/B/t/stash.t lib/Exporter.pm lib/Exporter/Heavy.pm
10787 ____________________________________________________________________________
10788 [ 13995] By: ams                                   on 2002/01/01  04:29:44
10789         Log: Subject: [PATCH @13746] h2xs broken
10790              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
10791              Date: Mon, 31 Dec 2001 17:48:55 -0500
10792              Message-Id: <20011231174855.A29128@math.ohio-state.edu>
10793      Branch: perl
10794            ! utils/h2xs.PL
10795 ____________________________________________________________________________
10796 [ 13994] By: ams                                   on 2002/01/01  04:25:46
10797         Log: Subject: Re: [PATCH @13746] uninstalled build of modules broken
10798              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
10799              Date: Mon, 31 Dec 2001 17:42:25 -0500
10800              Message-Id: <20011231174225.A29048@math.ohio-state.edu>
10801      Branch: perl
10802            ! lib/ExtUtils/MM_Unix.pm
10803 ____________________________________________________________________________
10804 [ 13993] By: jhi                                   on 2002/01/01  03:45:24
10805         Log: Rename the variables to be a bit more consistent.
10806      Branch: perl
10807            ! utf8.c
10808 ____________________________________________________________________________
10809 [ 13992] By: jhi                                   on 2002/01/01  03:35:01
10810         Log: Unnecessary/Lingering UTF8 flag might mess up caseless matching
10811              (found by Jeffrey Friedl)
10812      Branch: perl
10813            ! regexec.c t/op/pat.t utf8.c
10814 ____________________________________________________________________________
10815 [ 13991] By: nick                                  on 2001/12/31  18:08:55
10816         Log: Experimental binmode() re-coding (UNIX okay - but it would be...)
10817      Branch: perlio
10818            ! perlio.c
10819 ____________________________________________________________________________
10820 [ 13990] By: jhi                                   on 2001/12/31  17:13:12
10821         Log: Update Changes.
10822      Branch: perl
10823            ! Changes patchlevel.h
10824 ____________________________________________________________________________
10825 [ 13989] By: jhi                                   on 2001/12/31  16:47:28
10826         Log: Less unused ones.
10827      Branch: perl
10828            ! regexec.c
10829 ____________________________________________________________________________
10830 [ 13988] By: jhi                                   on 2001/12/31  16:46:29
10831         Log: Unused variable.
10832      Branch: perl
10833            ! regcomp.c
10834 ____________________________________________________________________________
10835 [ 13987] By: jhi                                   on 2001/12/31  16:41:15
10836         Log: Forgotten file.
10837      Branch: perl
10838            ! MANIFEST
10839 ____________________________________________________________________________
10840 [ 13986] By: jhi                                   on 2001/12/31  16:35:57
10841         Log: Subject: Re: Cygwin: one down one to go 
10842              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
10843              Date: Mon, 31 Dec 2001 18:34:36 +0100
10844              Message-Id: <20011231183002.E067.H.M.BRAND@hccnet.nl>
10845      Branch: perl
10846            ! cygwin/Makefile.SHs
10847 ____________________________________________________________________________
10848 [ 13985] By: jhi                                   on 2001/12/31  16:33:08
10849         Log: Add some comments to the recent Unicode case-folding saga.
10850      Branch: perl
10851            ! regcomp.c regexec.c
10852 ____________________________________________________________________________
10853 [ 13984] By: jhi                                   on 2001/12/31  16:19:13
10854         Log: Slight comment tweakage.
10855      Branch: perl
10856            ! ext/I18N/Langinfo/Langinfo.t
10857 ____________________________________________________________________________
10858 [ 13983] By: jhi                                   on 2001/12/31  16:05:18
10859         Log: Clarify the BeOS O_TEXT/O_BINARY situation.
10860      Branch: perl
10861            ! perl.h
10862 ____________________________________________________________________________
10863 [ 13982] By: jhi                                   on 2001/12/31  15:05:36
10864         Log: Subject: [ PATCH] Cygwin: one down one to go
10865              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
10866              Date: Mon, 31 Dec 2001 17:03:40 +0100
10867              Message-Id: <20011231170025.E05B.H.M.BRAND@hccnet.nl>
10868      Branch: perl
10869            ! lib/Pod/t/basic.t
10870 ____________________________________________________________________________
10871 [ 13981] By: jhi                                   on 2001/12/31  14:44:03
10872         Log: Tweak the dependencies not to recompile everytime,
10873              as suggested by NI-S.
10874      Branch: perl
10875            ! ext/Devel/PPPort/Makefile.PL
10876 ____________________________________________________________________________
10877 [ 13980] By: jhi                                   on 2001/12/31  14:29:17
10878         Log: Planning still not right.
10879      Branch: perl
10880            ! lib/User/grent.t
10881 ____________________________________________________________________________
10882 [ 13979] By: jhi                                   on 2001/12/31  14:19:55
10883         Log: Subject: [PATCH lib/User/grent.t] Double double test test header header
10884              From: Michael G Schwern <schwern@pobox.com>
10885              Date: Sun, 30 Dec 2001 18:07:55 -0500
10886              Message-ID: <20011230230755.GG12840@blackrider>
10887              
10888              (lib/User/grent, really)
10889      Branch: perl
10890            ! lib/User/grent.t
10891 ____________________________________________________________________________
10892 [ 13978] By: jhi                                   on 2001/12/31  14:17:55
10893         Log: Integrate perlio; cleanup, in particular avoid accidental
10894              PerlIO_flush(NULL) if PerlIONext is NULL.
10895      Branch: perl
10896           !> ext/Devel/PPPort/MANIFEST perlio.c perliol.h
10897 ____________________________________________________________________________
10898 [ 13977] By: jhi                                   on 2001/12/31  14:15:58
10899         Log: Subject: typo in IO::Socket::INET.pm
10900              From: mjd@plover.com
10901              Date: 31 Dec 2001 14:31:10 -0000
10902              Message-ID: <20011231143110.4989.qmail@plover.com>
10903      Branch: perl
10904            ! ext/IO/lib/IO/Socket/INET.pm
10905 ____________________________________________________________________________
10906 [ 13976] By: nick                                  on 2001/12/31  13:56:11
10907         Log: Integrate mainline
10908      Branch: perlio
10909           !> (integrate 29 files)
10910 ____________________________________________________________________________
10911 [ 13975] By: nick                                  on 2001/12/31  12:40:50
10912         Log: perlio.c cleanup - in particular avoid accidental PerlIO_flush(NULL)
10913              if PerlIONext is NULL.
10914      Branch: perlio
10915            ! perlio.c perliol.h
10916 ____________________________________________________________________________
10917 [ 13974] By: jhi                                   on 2001/12/31  04:59:53
10918         Log: Subject: Re: [PATCH] Basic bad prototype detection
10919              From: Sam Tregar <sam@tregar.com>
10920              Date: Mon, 31 Dec 2001 00:50:30 -0500 (EST)
10921              Message-ID: <Pine.LNX.4.33.0112310017090.9102-200000@localhost.localdomain>
10922      Branch: perl
10923            ! t/comp/proto.t toke.c
10924 ____________________________________________________________________________
10925 [ 13973] By: jhi                                   on 2001/12/31  04:14:45
10926         Log: Subject: [PATCH] configure.com / scriptdirexp
10927              From: "Craig A. Berry" <craigberry@mac.com>
10928              Date: Sun, 30 Dec 2001 15:47:28 -0600
10929              Message-Id: <a05101004b8553b205841@[172.16.52.1]>
10930      Branch: perl
10931            ! configure.com
10932 ____________________________________________________________________________
10933 [ 13972] By: jhi                                   on 2001/12/31  04:07:35
10934         Log: Subject: [PATCH lib/ExtUtils/t/MM_Win32.t] resolve problems with tools_other() and htmlifypods
10935              From: Abe Timmerman <abe@ztreet.demon.nl>
10936              Date: Mon, 31 Dec 2001 03:55:27 +0100
10937              Message-ID: <u0kv2ussgukot09trgjkosn8uootjkcebv@4ax.com>
10938      Branch: perl
10939            ! lib/ExtUtils/t/MM_Win32.t
10940 ____________________________________________________________________________
10941 [ 13971] By: jhi                                   on 2001/12/31  04:05:46
10942         Log: Subject: [PATCH] Basic bad prototype detection
10943              From: Sam Tregar <sam@tregar.com> 
10944              Date: Sun, 30 Dec 2001 19:57:55 -0500 (EST) 
10945              Message-ID: <Pine.LNX.4.33.0112301948270.9102-200000@localhost.localdomain>
10946      Branch: perl
10947            ! pod/perldiag.pod t/comp/proto.t toke.c
10948 ____________________________________________________________________________
10949 [ 13970] By: jhi                                   on 2001/12/31  03:53:54
10950         Log: Makefiles are sloppy about the exe suffix
10951              (from Paul Green)
10952      Branch: perl
10953            ! Makefile.SH x2p/Makefile.SH
10954 ____________________________________________________________________________
10955 [ 13969] By: jhi                                   on 2001/12/31  03:42:15
10956         Log: Delay folding until necessary; start of handling
10957              folding into several characters.
10958      Branch: perl
10959            ! regcomp.c regexec.c
10960 ____________________________________________________________________________
10961 [ 13968] By: jhi                                   on 2001/12/31  00:35:35
10962         Log: gcc -Wall dewhine.
10963      Branch: perl
10964            ! regexec.c
10965 ____________________________________________________________________________
10966 [ 13967] By: jhi                                   on 2001/12/31  00:29:37
10967         Log: More Unicode folding tweaks, avoid potential false matches.
10968      Branch: perl
10969            ! regexec.c
10970 ____________________________________________________________________________
10971 [ 13966] By: jhi                                   on 2001/12/30  23:30:56
10972         Log: Make that six wrongs.
10973      Branch: perl
10974            ! regexec.c utf8.c
10975 ____________________________________________________________________________
10976 [ 13965] By: jhi                                   on 2001/12/30  23:12:17
10977         Log: Four wrongs can make a right.
10978      Branch: perl
10979            ! regexec.c utf8.c
10980 ____________________________________________________________________________
10981 [ 13964] By: jhi                                   on 2001/12/30  21:12:25
10982         Log: Fix all the I case foldings as per CaseFold.txt.
10983      Branch: perl
10984            ! regcomp.c regexec.c
10985 ____________________________________________________________________________
10986 [ 13963] By: jhi                                   on 2001/12/30  20:04:32
10987         Log: Fix all the C(ommon) case foldings as per CaseFold.txt.
10988      Branch: perl
10989            ! lib/unicore/To/Fold.pl lib/unicore/mktables regcomp.c
10990            ! regexec.c utf8.c
10991 ____________________________________________________________________________
10992 [ 13962] By: nick                                  on 2001/12/30  18:33:41
10993         Log: Integrate 8.3 fix for PPPort fix
10994      Branch: perlio
10995           +> ext/Devel/PPPort/ppport_h.PL
10996            - ext/Devel/PPPort/ppport.h.PL
10997            ! ext/Devel/PPPort/MANIFEST
10998           !> ext/Devel/PPPort/Makefile.PL
10999 ____________________________________________________________________________
11000 [ 13961] By: jhi                                   on 2001/12/30  17:35:45
11001         Log: Integrate perlio; more win32 stuff:
11002              
11003              A. Use Perl_my_socketpair()
11004              B. Use PerlSock_xxxx() rather than raw xxxx() so we get to
11005              load winsock.
11006              C. (In passing) work round fact that $$ is now SvREADONLY
11007              so we need to take special measures to set it during
11008              pseudo-fork.
11009      Branch: perl
11010           !> util.c win32/perlhost.h
11011 ____________________________________________________________________________
11012 [ 13960] By: jhi                                   on 2001/12/30  17:33:24
11013         Log: Fix ppport.h for Unix.
11014      Branch: perl
11015            + ext/Devel/PPPort/ppport_h.PL
11016            - ext/Devel/PPPort/ppport.h.PL
11017            ! MANIFEST ext/Devel/PPPort/Makefile.PL
11018 ____________________________________________________________________________
11019 [ 13959] By: nick                                  on 2001/12/30  16:53:42
11020         Log: Win32 stuff:
11021              A. Use Perl_my_socketpair()
11022              B. Use PerlSock_xxxx() rather than raw xxxx() so we get to load winsock.
11023              C. (In passing) work round fact that $$ is now SvREADONLY so we need to 
11024              take special measures to set it during pseudo-fork.
11025      Branch: perlio
11026            ! util.c win32/perlhost.h
11027 ____________________________________________________________________________
11028 [ 13958] By: jhi                                   on 2001/12/30  16:33:58
11029         Log: Integrate perlio; win32 kicking.
11030      Branch: perl
11031           +> ext/Devel/PPPort/ppport.h.PL
11032           !> embed.h embed.pl ext/Devel/PPPort/Makefile.PL
11033           !> ext/Devel/PPPort/t/test.t ext/Errno/Errno_pm.PL global.sym
11034           !> proto.h
11035 ____________________________________________________________________________
11036 [ 13957] By: jhi                                   on 2001/12/30  16:32:33
11037         Log: metaconfig unit change for #13956.
11038      Branch: metaconfig
11039            ! U/modified/spitshell.U
11040 ____________________________________________________________________________
11041 [ 13956] By: jhi                                   on 2001/12/30  16:32:11
11042         Log: Must look for cat also in $PATH (noticed by Philip Newton).
11043      Branch: perl
11044            ! Configure
11045 ____________________________________________________________________________
11046 [ 13955] By: jhi                                   on 2001/12/30  16:19:46
11047         Log: Subject: [PATCH] POSIX to understand _SC_PAGESIZE
11048              From: Blair Zajac <blair@orcaware.com>
11049              Date: Sat, 29 Dec 2001 22:37:03 -0800
11050              Message-ID: <3C2EB60F.BB4321DD@orcaware.com>
11051      Branch: perl
11052            ! ext/POSIX/Makefile.PL ext/POSIX/POSIX.pm ext/POSIX/POSIX.pod
11053 ____________________________________________________________________________
11054 [ 13954] By: jhi                                   on 2001/12/30  16:17:44
11055         Log: Regen files.
11056      Branch: perl
11057            ! embed.h global.sym pod/perlapi.pod uconfig.h
11058 ____________________________________________________________________________
11059 [ 13953] By: jhi                                   on 2001/12/30  15:57:25
11060         Log: Subject: [PATCH] -t without -w 
11061              From: Michael G Schwern <schwern@pobox.com>
11062              Date: Sat, 29 Dec 2001 23:46:25 -0500
11063              Message-ID: <20011230044625.GA14386@blackrider>
11064      Branch: perl
11065            ! perl.c pod/perlrun.pod pp_ctl.c t/run/switcht.t warnings.h
11066            ! warnings.pl
11067 ____________________________________________________________________________
11068 [ 13952] By: jhi                                   on 2001/12/30  15:52:59
11069         Log: Subject: Re: Win32 snag - File::Find File::Spec and Config.pm
11070              From: Dave Rolsky <autarch@urth.org>               
11071              Date: Sat, 29 Dec 2001 23:16:54 -0600 (CST) 
11072              Message-ID: <Pine.LNX.4.43.0112292305270.16562-100000@urth.org>
11073              
11074              $^O is NetWare, not Netware.
11075      Branch: perl
11076            ! lib/ExtUtils/MakeMaker.pm lib/File/Spec.pm
11077 ____________________________________________________________________________
11078 [ 13951] By: jhi                                   on 2001/12/30  15:51:19
11079         Log: Sarathy thinks undoing C++ comments from C++ files
11080              is a bit too zealous.
11081      Branch: perl
11082            ! win32/perlhost.h win32/vmem.h
11083 ____________________________________________________________________________
11084 [ 13950] By: nick                                  on 2001/12/30  14:30:02
11085         Log: Win32 hides some errno-oid constants in <winsock.h> under assumed names.
11086              This gets them into Errno.pm - yet to prove they end up in $!.
11087      Branch: perlio
11088            ! ext/Errno/Errno_pm.PL
11089 ____________________________________________________________________________
11090 [ 13949] By: nick                                  on 2001/12/30  12:02:21
11091         Log: Integrate Cwd muddle
11092      Branch: perlio
11093           !> MANIFEST installperl lib/Cwd.pm
11094 ____________________________________________________________________________
11095 [ 13948] By: nick                                  on 2001/12/30  11:51:40
11096         Log: remove embed.pl duplicates
11097      Branch: perlio
11098            ! embed.h embed.pl global.sym proto.h
11099 ____________________________________________________________________________
11100 [ 13947] By: nick                                  on 2001/12/30  11:35:51
11101         Log: More Cwd tidy up
11102      Branch: perl
11103            ! MANIFEST installperl
11104 ____________________________________________________________________________
11105 [ 13946] By: nick                                  on 2001/12/30  11:12:42
11106         Log: Undo a mess trying Cwd.pm in its ext directory
11107      Branch: perl
11108            + lib/Cwd.pm
11109            - ext/Cwd/Cwd.pm
11110 ____________________________________________________________________________
11111 [ 13945] By: nick                                  on 2001/12/30  10:03:43
11112         Log: Integrate mainline
11113      Branch: perl
11114           +> ext/Cwd/Cwd.pm
11115            - lib/Cwd.pm
11116            ! MANIFEST
11117      Branch: perlio
11118           !> (integrate 45 files)
11119 ____________________________________________________________________________
11120 [ 13944] By: nick                                  on 2001/12/30  09:27:16
11121         Log: "Port" Devel::PPPort to Win32:
11122              - need to set @INC before use in the test
11123              - {} are special to dmake, so use ppport.h.PL
11124              rather than commandline 
11125      Branch: perlio
11126            + ext/Devel/PPPort/ppport.h.PL
11127            ! ext/Devel/PPPort/Makefile.PL ext/Devel/PPPort/t/test.t
11128 ____________________________________________________________________________
11129 [ 13943] By: jhi                                   on 2001/12/29  21:30:48
11130         Log: Update Changes.
11131      Branch: perl
11132            ! Changes patchlevel.h
11133 ____________________________________________________________________________
11134 [ 13942] By: jhi                                   on 2001/12/29  21:12:02
11135         Log: Subject: [PATCH] cleaner close on tests, take 2
11136              From: andreas.koenig@anima.de (Andreas J. Koenig)
11137              Date: 29 Dec 2001 21:42:37 +0100
11138              Message-ID: <m33d1tvjuq.fsf@anima.de>
11139              
11140              (the DB_File patches)
11141      Branch: perl
11142            ! ext/DB_File/t/db-btree.t ext/DB_File/t/db-hash.t
11143            ! ext/DB_File/t/db-recno.t
11144 ____________________________________________________________________________
11145 [ 13941] By: jhi                                   on 2001/12/29  20:25:22
11146         Log: Integrate perlio; regen'ed config_H.?c
11147      Branch: perl
11148           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
11149 ____________________________________________________________________________
11150 [ 13940] By: jhi                                   on 2001/12/29  20:22:57
11151         Log: Subject: [PATCH] cleaner close on tests, take 2             
11152              From: andreas.koenig@anima.de (Andreas J. Koenig)
11153              Date: 29 Dec 2001 21:42:37 +0100
11154              Message-ID: <m33d1tvjuq.fsf@anima.de>
11155              
11156              (except for the three DB_File patch fragments)
11157      Branch: perl
11158            ! ext/Devel/DProf/DProf.t ext/PerlIO/t/encoding.t
11159            ! ext/SDBM_File/sdbm.t ext/Storable/t/store.t lib/strict.t
11160            ! t/cmd/while.t t/comp/cpp.aux t/comp/multiline.t
11161            ! t/comp/require.t t/comp/script.t t/io/argv.t t/io/dup.t
11162            ! t/lib/filter-util.pl t/op/anonsub.t t/op/do.t t/op/inccode.t
11163            ! t/op/runlevel.t t/op/write.t t/run/switches.t
11164 ____________________________________________________________________________
11165 [ 13939] By: jhi                                   on 2001/12/29  20:17:55
11166         Log: Subject: [PATCH] from the non-ANSI comment police (was: it won't compile on win32)  
11167              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
11168              Date: Sat, 29 Dec 2001 20:38:59 +0100
11169              Message-Id: <20011229203646.24CF.H.M.BRAND@hccnet.nl>      
11170              
11171              (NetWare tree not touched because it's very //)
11172      Branch: perl
11173            ! XSUB.h os2/os2.c perl.h win32/include/netdb.h
11174            ! win32/include/sys/socket.h win32/perlhost.h win32/vmem.h
11175            ! wince/include/errno.h wince/include/netdb.h
11176            ! wince/include/sys/socket.h wince/include/sys/stat.h
11177            ! wince/perllib.c wince/perlmain.c wince/win32.h
11178            ! wince/win32iop.h wince/win32thread.c wince/win32thread.h
11179            ! wince/wince.c wince/wince.h wince/wincesck.c x2p/a2py.c
11180 ____________________________________________________________________________
11181 [ 13938] By: nick                                  on 2001/12/29  19:23:32
11182         Log: Integrate mainline (ok linux)
11183      Branch: perlio
11184           +> lib/ExtUtils/t/MM_Win32.t lib/Pod/t/InputObjects.t
11185           !> (integrate 33 files)
11186 ____________________________________________________________________________
11187 [ 13937] By: jhi                                   on 2001/12/29  18:28:36
11188         Log: Give up on serious testing of langinfo().  Leave the old
11189              code in place, though.
11190      Branch: perl
11191            ! ext/I18N/Langinfo/Langinfo.t
11192 ____________________________________________________________________________
11193 [ 13936] By: nick                                  on 2001/12/29  18:20:33
11194         Log: Routine regen_config_h - no real differences other than order of crypt 
11195      Branch: perlio
11196            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
11197 ____________________________________________________________________________
11198 [ 13935] By: jhi                                   on 2001/12/29  17:36:08
11199         Log: Integrate perlio;
11200              
11201              Define the two socket error numbers in terms of WSAEXXXXX equivalents
11202              
11203              Fudge Config.pm so File::Spec does not croak.
11204      Branch: perl
11205           !> win32/FindExt.pm win32/win32.h
11206 ____________________________________________________________________________
11207 [ 13934] By: nick                                  on 2001/12/29  17:27:50
11208         Log: Fudge Config.pm so File::Spec does not croak.
11209      Branch: perlio
11210            ! win32/FindExt.pm
11211 ____________________________________________________________________________
11212 [ 13933] By: jhi                                   on 2001/12/29  17:24:45
11213         Log: metaconfig unit changes for #13932.
11214      Branch: metaconfig
11215            + U/modified/Init.U
11216            ! U/compline/nblock_io.U U/modified/Head.U U/modified/Loc.U
11217 ____________________________________________________________________________
11218 [ 13932] By: jhi                                   on 2001/12/29  17:24:24
11219         Log: VOS tweaks from Paul Green.
11220              
11221              The Configure tweaks: the _exe needs to be
11222              set after the init; VOS has fd 3 hardwired to /dev/tty;
11223              the grep/ln/make substitutions really need to stick.
11224      Branch: perl
11225            ! Configure hints/vos.sh perl.h util.c vos/build.cm
11226            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
11227            ! vos/config.ga.h vos/vosish.h
11228 ____________________________________________________________________________
11229 [ 13931] By: nick                                  on 2001/12/29  17:00:38
11230         Log: Define the two socket error numbers in terms of WSAEXXXXX equivalents
11231              (just to get util.c to compile)
11232      Branch: perlio
11233            ! win32/win32.h
11234 ____________________________________________________________________________
11235 [ 13930] By: jhi                                   on 2001/12/29  15:35:00
11236         Log: Subject: [PATCH] Pod whitespace cleanup, round 0.                
11237              From: coral@eekeek.org
11238              Date: Fri, 28 Dec 2001 19:58:22 -0500      
11239              Message-Id: <200112290058.fBT0wMD26750@eekeek.org>
11240      Branch: perl
11241            ! pod/perl561delta.pod pod/perl572delta.pod pod/perlapi.pod
11242            ! pod/perldelta.pod pod/perlfaq4.pod pod/perlfaq6.pod
11243            ! pod/perlfaq7.pod pod/perlfunc.pod pod/perlpacktut.pod
11244            ! pod/perlunicode.pod pod/perlxs.pod util.c
11245 ____________________________________________________________________________
11246 [ 13929] By: jhi                                   on 2001/12/29  15:31:20
11247         Log: op/exec Win32 patch from Schwern via Abe Timmerman.
11248      Branch: perl
11249            ! t/op/exec.t
11250 ____________________________________________________________________________
11251 [ 13928] By: jhi                                   on 2001/12/29  15:30:14
11252         Log: Subject: [PATCH lib/Pod/t/InputObjects.t] 
11253              From: Abe Timmerman <abe@ztreet.demon.nl>
11254              Date: Sat, 29 Dec 2001 13:10:06 +0100
11255              Message-ID: <cibr2u4f2ksggo4bgt8ijdkfn783avvvj4@4ax.com>           
11256      Branch: perl
11257            + lib/Pod/t/InputObjects.t
11258 ____________________________________________________________________________
11259 [ 13927] By: jhi                                   on 2001/12/29  15:27:39
11260         Log: Integrate perlio;
11261              
11262              Quick fix (after couple of clever fixes failed) for
11263              "accept leaks memory" fail [ID 20011223.001]
11264              
11265              Nick Clark's embed.pl fix for my_socketpair
11266      Branch: perl
11267           !> embed.h embed.pl global.sym pod/perlapi.pod pp_sys.c proto.h
11268 ____________________________________________________________________________
11269 [ 13926] By: nick                                  on 2001/12/29  15:23:21
11270         Log: Nick Clark's embed.pl fix for my_socketpair
11271      Branch: perlio
11272            ! embed.h embed.pl global.sym pod/perlapi.pod proto.h
11273 ____________________________________________________________________________
11274 [ 13925] By: jhi                                   on 2001/12/29  15:21:53
11275         Log: Slight tweaks on the MM_Win32.t.
11276      Branch: perl
11277            ! lib/ExtUtils/t/MM_Win32.t
11278 ____________________________________________________________________________
11279 [ 13924] By: jhi                                   on 2001/12/29  15:16:47
11280         Log: Subject: [PATCH lib/ExtUtils/t/MM_Win32.t]
11281              From: Abe Timmerman <abe@ztreet.demon.nl>
11282              Date: Sat, 29 Dec 2001 12:51:36 +0100
11283              Message-ID: <bmar2u8jdib45442jh1ht3e3i1qhlaek59@4ax.com>
11284      Branch: perl
11285            + lib/ExtUtils/t/MM_Win32.t
11286            ! MANIFEST
11287 ____________________________________________________________________________
11288 [ 13923] By: nick                                  on 2001/12/29  15:12:07
11289         Log: Quick fix (after couple of clever fixes failed) for
11290              "accept leaks memory" fail [ID 20011223.001]
11291      Branch: perlio
11292            ! pp_sys.c
11293 ____________________________________________________________________________
11294 [ 13922] By: jhi                                   on 2001/12/29  15:09:00
11295         Log: Subject: [PATCH] Module names and other nits
11296              From: Autrijus Tang <autrijus@autrijus.org>                 
11297              Date: Sat, 29 Dec 2001 01:59:28 +0800
11298              Message-ID: <20011229015928.A29712@geb.elixus.org>              
11299      Branch: perl
11300            ! lib/Exporter/Heavy.pm pod/perl561delta.pod pod/perl56delta.pod
11301            ! pod/perldebguts.pod pod/perldebug.pod pod/perlfaq4.pod
11302            ! pod/perlfaq6.pod pod/perlfunc.pod pod/perlguts.pod
11303            ! pod/perlpacktut.pod pod/perlsub.pod pod/perltodo.pod
11304            ! pod/perlunicode.pod pod/perlutil.pod pod/perlxs.pod
11305 ____________________________________________________________________________
11306 [ 13921] By: jhi                                   on 2001/12/29  15:05:08
11307         Log: socketpair tweaks from Nicholas Clark.
11308      Branch: perl
11309            ! ext/Socket/socketpair.t util.c
11310 ____________________________________________________________________________
11311 [ 13920] By: nick                                  on 2001/12/29  12:36:21
11312         Log: Integrate mainline
11313      Branch: perlio
11314           !> Changes Configure doop.c ext/B/B.pm ext/IO/lib/IO/t/io_dir.t
11315           !> ext/POSIX/POSIX.xs ext/Socket/socketpair.t
11316           !> lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_VMS.pm
11317           !> lib/ExtUtils/t/Embed.t lib/ExtUtils/t/MM_Cygwin.t
11318           !> lib/warnings.t patchlevel.h pod/perlfunc.pod pod/perlport.pod
11319           !> pod/perluniintro.pod t/base/rs.t t/cmd/subval.t t/io/fflush.t
11320           !> t/op/sysio.t
11321 ____________________________________________________________________________
11322 [ 13919] By: jhi                                   on 2001/12/28  17:01:39
11323         Log: Retract #13917.
11324      Branch: perl
11325            ! doop.c
11326 ____________________________________________________________________________
11327 [ 13918] By: jhi                                   on 2001/12/28  17:00:53
11328         Log: Subject: provisional MakeMaker patch for VMS
11329              From: "Craig A. Berry" <craigberry@mac.com> 
11330              Date: Thu, 27 Dec 2001 22:29:37 -0600
11331              Message-Id: <a05101004b8515264aa3a@[172.16.52.1]>
11332      Branch: perl
11333            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_VMS.pm
11334 ____________________________________________________________________________
11335 [ 13917] By: jhi                                   on 2001/12/28  16:57:19
11336         Log: (retracted by #13919)
11337      Branch: perl
11338            ! doop.c
11339 ____________________________________________________________________________
11340 [ 13916] By: jhi                                   on 2001/12/28  01:17:04
11341         Log: metaconfig unit change for #13915.
11342      Branch: metaconfig/U/perl
11343            ! d_u32align.U
11344 ____________________________________________________________________________
11345 [ 13915] By: jhi                                   on 2001/12/28  01:16:45
11346         Log: Remove debris in any case.
11347      Branch: perl
11348            ! Configure
11349 ____________________________________________________________________________
11350 [ 13914] By: jhi                                   on 2001/12/28  00:22:10
11351         Log: Subject: [PATCH] Re: B::walksymtable oddness
11352              From: "Mattia Barbon" <mbarbon@dsi.unive.it>
11353              Date: Thu, 27 Dec 2001 19:14:24 +0100
11354              Message-ID: <3C2B7310.861.18820D0@localhost>
11355      Branch: perl
11356            ! ext/B/B.pm
11357 ____________________________________________________________________________
11358 [ 13913] By: jhi                                   on 2001/12/27  23:57:34
11359         Log: Subject: [PATCH] because (sys)?read doesn't reset buffers
11360              From: Nicholas Clark <nick@unfortu.net> 
11361              Date: Fri, 28 Dec 2001 00:43:02 +0000
11362              Message-ID: <20011228004301.B23373@Bagpuss.unfortu.net>
11363      Branch: perl
11364            ! ext/Socket/socketpair.t
11365 ____________________________________________________________________________
11366 [ 13912] By: jhi                                   on 2001/12/27  23:56:20
11367         Log: Fast Latin1<->UTF-8 conversion for older Perls.
11368      Branch: perl
11369            ! pod/perluniintro.pod
11370 ____________________________________________________________________________
11371 [ 13911] By: jhi                                   on 2001/12/27  14:52:45
11372         Log: Update Changes.
11373      Branch: perl
11374            ! Changes patchlevel.h
11375 ____________________________________________________________________________
11376 [ 13910] By: jhi                                   on 2001/12/27  14:32:23
11377         Log: More wait status trickery for BeOS.
11378      Branch: perl
11379            ! ext/POSIX/POSIX.xs
11380 ____________________________________________________________________________
11381 [ 13909] By: jhi                                   on 2001/12/27  14:15:49
11382         Log: metaconfig unit change for #13908.
11383      Branch: metaconfig/U/perl
11384            ! d_u32align.U
11385 ____________________________________________________________________________
11386 [ 13908] By: jhi                                   on 2001/12/27  14:15:27
11387         Log: Try to catch the SIGBUS, as suggested by Nicholas Clark.
11388      Branch: perl
11389            ! Configure
11390 ____________________________________________________________________________
11391 [ 13907] By: jhi                                   on 2001/12/27  14:05:09
11392         Log: Subject: [ID 20011227.002] Not OK: perl v5.7.2 +DEVEL13884 on i386-freebsd 4.4-stable (UNINSTALLED)
11393              From: gbarr@monty.mutatus.co.uk
11394              Date: 27 Dec 2001 14:41:36 -0000
11395              Message-Id: <20011227144136.71851.qmail@monty.mutatus.co.uk>    
11396      Branch: perl
11397            ! lib/ExtUtils/t/Embed.t
11398 ____________________________________________________________________________
11399 [ 13906] By: jhi                                   on 2001/12/27  13:58:18
11400         Log: Subject: [PATCH] Re: socketpair emulation
11401              From: Nicholas Clark <nick@unfortu.net> 
11402              Date: Wed, 26 Dec 2001 20:08:14 +0000
11403              Message-ID: <20011226200813.A11903@Bagpuss.unfortu.net>
11404      Branch: perl
11405            ! ext/Socket/socketpair.t
11406 ____________________________________________________________________________
11407 [ 13905] By: jhi                                   on 2001/12/27  13:55:03
11408         Log: Subject: [DOC PATCH] left is right and right is left
11409              From: Philip Newton <Philip.Newton@gmx.net>
11410              Date: Thu, 27 Dec 2001 10:04:17 +0100
11411              Message-ID: <vsol2uchfg3ruf0rfjf33b75544nv21uhi@4ax.com>
11412      Branch: perl
11413            ! pod/perlfunc.pod pod/perlport.pod
11414 ____________________________________________________________________________
11415 [ 13904] By: jhi                                   on 2001/12/27  13:53:25
11416         Log: Subject: [PATCH] check return of close
11417              From: andreas.koenig@anima.de (Andreas J. Koenig)            
11418              Date: 27 Dec 2001 09:47:30 +0100
11419              Message-ID: <m3ellhgicd.fsf@anima.de> 
11420              
11421              Subject: [PATCH] improve error reporting
11422              From: andreas.koenig@anima.de (Andreas J. Koenig)            
11423              Date: 27 Dec 2001 09:54:55 +0100
11424              Message-ID: <m3adw5gi00.fsf@anima.de> 
11425              
11426              Subject: [PATCH] check return value of close
11427              From: andreas.koenig@anima.de (Andreas J. Koenig)            
11428              Date: 27 Dec 2001 10:03:55 +0100
11429              Message-ID: <m3666tghl0.fsf@anima.de> 
11430              
11431              Subject: [PATCH] return of close
11432              From: andreas.koenig@anima.de (Andreas J. Koenig)            
11433              Date: 27 Dec 2001 10:22:15 +0100
11434              Message-ID: <m31yhhggqg.fsf@anima.de> 
11435      Branch: perl
11436            ! ext/IO/lib/IO/t/io_dir.t lib/warnings.t t/cmd/subval.t
11437            ! t/io/fflush.t
11438 ____________________________________________________________________________
11439 [ 13903] By: jhi                                   on 2001/12/27  13:44:57
11440         Log: Subject: [PATCH] check return of close
11441              From: andreas.koenig@anima.de (Andreas J. Koenig)            
11442              Date: 27 Dec 2001 09:47:30 +0100
11443              Message-ID: <m3ellhgicd.fsf@anima.de> 
11444      Branch: perl
11445            ! t/base/rs.t
11446 ____________________________________________________________________________
11447 [ 13902] By: jhi                                   on 2001/12/27  13:38:30
11448         Log: Subject: [PATCH] better error diagnosis from t/op/sysio.t
11449              From: andreas.koenig@anima.de (Andreas J. Koenig)
11450              Date: 27 Dec 2001 09:21:16 +0100
11451              Message-ID: <m3n105gjk3.fsf@anima.de>
11452      Branch: perl
11453            ! t/op/sysio.t
11454 ____________________________________________________________________________
11455 [ 13901] By: jhi                                   on 2001/12/27  13:35:03
11456         Log: Subject: [PATCH] Re: ExtUtils::MM_Cygwin test failures (was Re: [ PATCH ] Cygwin groups.t  (PLEASE CHECK))
11457              From: "Gerrit P. Haase" <gp@familiehaase.de>
11458              Date: Thu, 27 Dec 2001 09:23:55 +0100 
11459              Message-ID: <98211521662.20011227092355@familiehaase.de>
11460      Branch: perl
11461            ! lib/ExtUtils/t/MM_Cygwin.t
11462 ____________________________________________________________________________
11463 [ 13900] By: nick                                  on 2001/12/27  11:11:51
11464         Log: Integrate mainline
11465      Branch: perlio
11466           +> ext/Socket/socketpair.t lib/File/Spec/Cygwin.pm
11467           +> lib/File/Spec/NW5.pm
11468           !> (integrate 52 files)
11469 ____________________________________________________________________________
11470 [ 13899] By: jhi                                   on 2001/12/26  21:30:13
11471         Log: Replace the awful (most likely generated and not very persistent)
11472              URL with something tangible.
11473      Branch: perl
11474            ! README.hpux
11475 ____________________________________________________________________________
11476 [ 13898] By: jhi                                   on 2001/12/26  21:21:01
11477         Log: Naughty /dev/printer (ls -l, really) of IRIX.
11478      Branch: perl
11479            ! t/op/stat.t
11480 ____________________________________________________________________________
11481 [ 13897] By: jhi                                   on 2001/12/26  20:56:09
11482         Log: Upgrade to Net::Ping 2.10.
11483      Branch: perl
11484            ! lib/Net/Ping.pm lib/Net/Ping/CHANGES lib/Net/Ping/t/100_load.t
11485            ! lib/Net/Ping/t/110_icmp_inst.t lib/Net/Ping/t/120_udp_inst.t
11486            ! lib/Net/Ping/t/130_tcp_inst.t lib/Net/Ping/t/140_stream_inst.t
11487            ! lib/Net/Ping/t/200_ping_tcp.t lib/Net/Ping/t/300_ping_stream.t
11488 ____________________________________________________________________________
11489 [ 13896] By: jhi                                   on 2001/12/26  20:15:32
11490         Log: BeOS has times() tick of 1000000, not CLK_TCK (1000)
11491              (this showed up in Benchmark.t)
11492      Branch: perl
11493            ! pp_sys.c
11494 ____________________________________________________________________________
11495 [ 13895] By: jhi                                   on 2001/12/26  19:52:03
11496         Log: BeOS updates.
11497      Branch: perl
11498            ! README.beos beos/beos.c
11499 ____________________________________________________________________________
11500 [ 13894] By: jhi                                   on 2001/12/26  19:31:38
11501         Log: Subject: Re: bleadperl doesn't compile
11502              From: "Gerrit P. Haase" <gp@familiehaase.de>
11503              Date: Wed, 26 Dec 2001 21:29:08 +0100
11504              Message-ID: <22168634623.20011226212908@familiehaase.de>
11505              
11506              Cygwin with multiplicity.
11507      Branch: perl
11508            ! perlio.c
11509 ____________________________________________________________________________
11510 [ 13893] By: jhi                                   on 2001/12/26  19:11:49
11511         Log: Subject: [PATCH] Re: [ PATCH ] Cygwin groups.t  (PLEASE CHECK)
11512              From: Nicholas Clark <nick@ccl4.org>
11513              Date: Wed, 26 Dec 2001 19:07:33 +0000
11514              Message-ID: <20011226190732.J48842@plum.flirble.org>            
11515              
11516              socketpair() (un)signedness nit.
11517      Branch: perl
11518            ! util.c
11519 ____________________________________________________________________________
11520 [ 13892] By: jhi                                   on 2001/12/26  19:10:15
11521         Log: Subject: Re: [PATCH] Re: [ PATCH ] Cygwin groups.t  (PLEASE CHECK)
11522              From: Nicholas Clark <nick@ccl4.org>
11523              Date: Wed, 26 Dec 2001 19:19:47 +0000
11524              Message-ID: <20011226191946.K48842@plum.flirble.org>
11525              
11526              Use report_evil_fh().
11527      Branch: perl
11528            ! doio.c
11529 ____________________________________________________________________________
11530 [ 13891] By: jhi                                   on 2001/12/26  18:58:09
11531         Log: Bad $? assumptions.
11532      Branch: perl
11533            ! ext/POSIX/POSIX.pod pod/perlfunc.pod pod/perlport.pod
11534 ____________________________________________________________________________
11535 [ 13890] By: jhi                                   on 2001/12/26  17:47:57
11536         Log: Net::Ping isn't going to work much without
11537              the Socket extension; fail more gracefully.
11538      Branch: perl
11539            ! lib/Net/Ping/t/100_load.t lib/Net/Ping/t/110_icmp_inst.t
11540            ! lib/Net/Ping/t/120_udp_inst.t lib/Net/Ping/t/130_tcp_inst.t
11541            ! lib/Net/Ping/t/140_stream_inst.t lib/Net/Ping/t/200_ping_tcp.t
11542            ! lib/Net/Ping/t/300_ping_stream.t
11543 ____________________________________________________________________________
11544 [ 13889] By: jhi                                   on 2001/12/26  17:19:18
11545         Log: metaconfig unit change for #13888.
11546      Branch: metaconfig
11547            ! U/modified/Oldconfig.U
11548 ____________________________________________________________________________
11549 [ 13888] By: jhi                                   on 2001/12/26  17:18:59
11550         Log: test -d /system is a bit too generic test for VOS
11551              (false hit in BeOS)
11552      Branch: perl
11553            ! Configure
11554 ____________________________________________________________________________
11555 [ 13887] By: jhi                                   on 2001/12/26  17:13:27
11556         Log: No AF_UNIX in BeOS.
11557      Branch: perl
11558            ! util.c
11559 ____________________________________________________________________________
11560 [ 13886] By: jhi                                   on 2001/12/26  17:07:39
11561         Log: FAQ sync.
11562      Branch: perl
11563            ! pod/perlfaq5.pod
11564 ____________________________________________________________________________
11565 [ 13885] By: jhi                                   on 2001/12/25  16:24:10
11566         Log: Update Changes.
11567      Branch: perl
11568            ! Changes patchlevel.h
11569 ____________________________________________________________________________
11570 [ 13884] By: jhi                                   on 2001/12/25  16:20:19
11571         Log: Make -t equal -tw.
11572      Branch: perl
11573            ! perl.c pod/perlrun.pod
11574 ____________________________________________________________________________
11575 [ 13883] By: jhi                                   on 2001/12/25  15:56:49
11576         Log: Subject: Re: Not OK 13881
11577              From: John Peacock <jpeacock@rowman.com>
11578              Date: Tue, 25 Dec 2001 06:02:12 -0500
11579              Message-ID: <3C285CB4.8040006@rowman.com>
11580      Branch: perl
11581            ! embed.h embed.pl global.sym pod/perlapi.pod util.c
11582 ____________________________________________________________________________
11583 [ 13882] By: jhi                                   on 2001/12/25  15:45:52
11584         Log: Subject: Re: Not OK 13881
11585              From: andreas.koenig@anima.de (Andreas J. Koenig)
11586              Date: 25 Dec 2001 07:33:23 +0100
11587              Message-ID: <m3bsgnajws.fsf@anima.de>
11588      Branch: perl
11589            ! op.c
11590 ____________________________________________________________________________
11591 [ 13881] By: jhi                                   on 2001/12/24  23:47:53
11592         Log: Subject: PATCH: Restore "Can't declare scalar dereference in my" error
11593              From: Mark-Jason Dominus <mjd@plover.com>    
11594              Date: Mon, 24 Dec 2001 18:14:48 -0500
11595              Message-ID: <20011224231448.25826.qmail@plover.com>
11596      Branch: perl
11597            ! op.c t/op/eval.t
11598 ____________________________________________________________________________
11599 [ 13880] By: jhi                                   on 2001/12/24  22:58:18
11600         Log: Subject: [PATCH]: ExtUtils::MM_* and File::Spec 
11601              From: Dave Rolsky <autarch@urth.org>
11602              Date: Mon, 24 Dec 2001 13:27:23 -0600 (CST) 
11603              Message-ID: <Pine.LNX.4.43.0112241305020.21723-100000@urth.org>
11604      Branch: perl
11605            + lib/File/Spec/Cygwin.pm lib/File/Spec/NW5.pm
11606            ! MANIFEST lib/ExtUtils/MM_Cygwin.pm lib/ExtUtils/MM_NW5.pm
11607            ! lib/ExtUtils/MM_OS2.pm lib/ExtUtils/MM_Unix.pm
11608            ! lib/ExtUtils/MM_VMS.pm lib/ExtUtils/MM_Win32.pm
11609            ! lib/File/Spec.pm lib/File/Spec/Win32.pm
11610 ____________________________________________________________________________
11611 [ 13879] By: jhi                                   on 2001/12/24  18:52:10
11612         Log: Subject: [PATCH] and [BUG]   \X and \C fixed, \X still dorked 
11613              From: Jeffrey Friedl <jfriedl@yahoo.com>
11614              Date: Fri, 21 Dec 2001 23:18:17 -0800 (PST)           
11615              Message-Id: <200112220718.fBM7IHG25075@ventrue.corp.yahoo.com>
11616              
11617              The rest of the tests for plus few extras.
11618      Branch: perl
11619            ! t/op/pat.t
11620 ____________________________________________________________________________
11621 [ 13878] By: jhi                                   on 2001/12/24  17:16:10
11622         Log: metaconfig unit change for #13877.
11623      Branch: metaconfig
11624            ! U/modified/Unix.U
11625 ____________________________________________________________________________
11626 [ 13877] By: jhi                                   on 2001/12/24  17:13:53
11627         Log: No-op.
11628      Branch: perl
11629            ! Configure
11630 ____________________________________________________________________________
11631 [ 13876] By: jhi                                   on 2001/12/24  17:13:16
11632         Log: More constant casting.
11633      Branch: perl
11634            ! regexec.c
11635 ____________________________________________________________________________
11636 [ 13875] By: jhi                                   on 2001/12/24  16:47:30
11637         Log: Subject: perlhack.pod 
11638              From: "John P. Linderman" <jpl@research.att.com>
11639              Date: Sun, 23 Dec 2001 16:16:10 -0500 (EST) 
11640              Message-Id: <200112232116.QAA18463@raptor.research.att.com>
11641      Branch: perl
11642            ! pod/perlhack.pod
11643 ____________________________________________________________________________
11644 [ 13874] By: jhi                                   on 2001/12/24  16:41:03
11645         Log: File::Find patch patches from Thomas Wegner.
11646      Branch: perl
11647            ! lib/File/Find.pm
11648 ____________________________________________________________________________
11649 [ 13873] By: jhi                                   on 2001/12/24  16:38:10
11650         Log: Subject: Re: socketpair emulation 
11651              From: Nicholas Clark <nick@unfortu.net>                 
11652              Date: Mon, 24 Dec 2001 16:11:30 +0000                 
11653              Message-ID: <20011224161129.A1520@Bagpuss.unfortu.net>          
11654      Branch: perl
11655            ! ext/Socket/socketpair.t
11656 ____________________________________________________________________________
11657 [ 13872] By: jhi                                   on 2001/12/24  02:53:02
11658         Log: Must cast constants if they can be quads.
11659      Branch: perl
11660            ! regcomp.c
11661 ____________________________________________________________________________
11662 [ 13871] By: jhi                                   on 2001/12/24  01:40:12
11663         Log: Promote the e/uid to wide enough un/signed integers
11664              and printf them as such.
11665      Branch: perl
11666            ! taint.c
11667 ____________________________________________________________________________
11668 [ 13870] By: jhi                                   on 2001/12/24  01:14:52
11669         Log: metaconfig unit change for #13869.
11670      Branch: metaconfig/U/perl
11671            ! d_u32align.U
11672 ____________________________________________________________________________
11673 [ 13869] By: jhi                                   on 2001/12/24  01:14:06
11674         Log: The U32 alignment test wasn't really working, noticed
11675              by Paul Green.  Now the test works, but this means that
11676              we may see coredumps from the test.   I sure hope MMUless
11677              places don't crash on the test.
11678      Branch: perl
11679            ! Configure
11680 ____________________________________________________________________________
11681 [ 13868] By: jhi                                   on 2001/12/23  23:46:54
11682         Log: metaconfig unit changes for #13867.
11683      Branch: metaconfig
11684            ! U/compline/nblock_io.U U/modified/Unix.U
11685            ! U/modified/spitshell.U
11686 ____________________________________________________________________________
11687 [ 13867] By: jhi                                   on 2001/12/23  23:46:18
11688         Log: More VOS tweaks.
11689      Branch: perl
11690            ! Configure
11691 ____________________________________________________________________________
11692 [ 13866] By: jhi                                   on 2001/12/23  16:43:29
11693         Log: The funky final sigma casefolding.
11694      Branch: perl
11695            ! regcomp.c regexec.c t/op/pat.t utf8.h
11696 ____________________________________________________________________________
11697 [ 13865] By: jhi                                   on 2001/12/23  13:55:23
11698         Log: Update Changes.
11699      Branch: perl
11700            ! Changes patchlevel.h
11701 ____________________________________________________________________________
11702 [ 13864] By: jhi                                   on 2001/12/23  13:50:25
11703         Log: Move the \C and \X to pat.t.
11704      Branch: perl
11705            ! t/op/pat.t t/op/re_tests
11706 ____________________________________________________________________________
11707 [ 13863] By: jhi                                   on 2001/12/23  04:04:20
11708         Log: More logical test ordering.
11709      Branch: perl
11710            ! perl.h
11711 ____________________________________________________________________________
11712 [ 13862] By: jhi                                   on 2001/12/23  01:47:23
11713         Log: Integrate perlio;
11714              
11715              Add at least the "important" PerlIO_xxxx functions to embed.pl
11716              so that they get implicit pTHX_ and we can avoid slow dTHX.
11717              
11718              Put PerlIO stuff inside EXTERN C
11719              
11720              Win32 and makedef.pl fall-out of PerlIO/pTHX stuff
11721      Branch: perl
11722           !> embed.h embed.pl ext/IO/IO.xs global.sym globals.c makedef.pl
11723           !> perlio.c perlio.h perlio.sym pod/perlapi.pod proto.h
11724           !> win32/win32.c
11725 ____________________________________________________________________________
11726 [ 13861] By: jhi                                   on 2001/12/23  01:38:54
11727         Log: Even more \X fixing.
11728      Branch: perl
11729            ! regexec.c t/op/pat.t
11730 ____________________________________________________________________________
11731 [ 13860] By: jhi                                   on 2001/12/23  01:29:45
11732         Log: More \X fixing.
11733      Branch: perl
11734            ! regexec.c t/op/pat.t
11735 ____________________________________________________________________________
11736 [ 13859] By: jhi                                   on 2001/12/23  00:57:10
11737         Log: Fix encoding pragma.
11738      Branch: perl
11739            ! regcomp.c
11740 ____________________________________________________________________________
11741 [ 13858] By: jhi                                   on 2001/12/23  00:12:51
11742         Log: Subject: socketpair emulation
11743              From: Nicholas Clark <nick@unfortu.net>
11744              Date: Sat, 22 Dec 2001 18:38:18 +0000
11745              Message-ID: <20011222183817.A12020@Bagpuss.unfortu.net>
11746      Branch: perl
11747            + ext/Socket/socketpair.t
11748            ! MANIFEST embed.h embed.pl global.sym perl.h pod/perlfunc.pod
11749            ! pp_sys.c proto.h util.c
11750 ____________________________________________________________________________
11751 [ 13857] By: jhi                                   on 2001/12/22  23:53:26
11752         Log: Subject: [PATCH] and [BUG]   \X and \C fixed, \X still dorked        
11753              From: Jeffrey Friedl <jfriedl@yahoo.com>
11754              Date: Fri, 21 Dec 2001 23:18:17 -0800 (PST) 
11755              Message-Id: <200112220718.fBM7IHG25075@ventrue.corp.yahoo.com>  
11756              
11757              (partially applied, most of the new tests need to be rethought)
11758      Branch: perl
11759            ! regcomp.c t/op/re_tests
11760 ____________________________________________________________________________
11761 [ 13856] By: jhi                                   on 2001/12/22  23:45:35
11762         Log: Small tweaks.
11763      Branch: perl
11764            ! handy.h regexec.c
11765 ____________________________________________________________________________
11766 [ 13855] By: jhi                                   on 2001/12/22  20:10:01
11767         Log: Unicode casefolding continues.
11768              (lib/encoding.t still failing.)
11769      Branch: perl
11770            ! regexec.c t/op/pat.t
11771 ____________________________________________________________________________
11772 [ 13854] By: nick                                  on 2001/12/22  20:01:27
11773         Log: Win32 and makedef.pl fall-out of PerlIO/pTHX stuff
11774      Branch: perlio
11775            ! makedef.pl perlio.h perlio.sym win32/win32.c
11776 ____________________________________________________________________________
11777 [ 13853] By: nick                                  on 2001/12/22  19:58:53
11778         Log: Put PerlIO stuff inside EXTERN C
11779      Branch: perlio
11780            ! embed.pl proto.h
11781 ____________________________________________________________________________
11782 [ 13852] By: nick                                  on 2001/12/22  18:04:34
11783         Log: Add at least the "important" PerlIO_xxxx functions to embed.pl
11784              so that they get implicit pTHX_ and we can avoid slow dTHX.
11785      Branch: perlio
11786            ! embed.h embed.pl ext/IO/IO.xs global.sym globals.c perlio.c
11787            ! perlio.h pod/perlapi.pod proto.h
11788 ____________________________________________________________________________
11789 [ 13851] By: jhi                                   on 2001/12/22  17:42:10
11790         Log: metaconfig unit change for #13850.
11791      Branch: metaconfig
11792            ! U/modified/Loc.U
11793 ____________________________________________________________________________
11794 [ 13850] By: jhi                                   on 2001/12/22  17:41:40
11795         Log: Rework the make logic (again).
11796      Branch: perl
11797            ! Configure
11798 ____________________________________________________________________________
11799 [ 13849] By: jhi                                   on 2001/12/22  16:40:24
11800         Log: Integrate perlio;
11801              Fix mis-parse of autoloaded usage code by declaring the sub
11802              Correct checking code which Ilya spotted was tripped by CR at EOF.
11803              The CR at EOF fix earlier broke CR at end-of-buffer.
11804      Branch: perl
11805            ! regexec.c
11806           !> ext/POSIX/POSIX.pm perlio.c sv.c
11807 ____________________________________________________________________________
11808 [ 13848] By: nick                                  on 2001/12/22  15:11:17
11809         Log: The CR at EOF fix earlier broke CR at end-of-buffer.
11810              This should be okay for both?
11811      Branch: perlio
11812            ! perlio.c
11813 ____________________________________________________________________________
11814 [ 13847] By: nick                                  on 2001/12/22  12:26:32
11815         Log: Correct checking code which Ilya spotted was tripped by CR at EOF.
11816              Also tone down perl -DP tracing of sv_gets.
11817      Branch: perlio
11818            ! perlio.c sv.c
11819 ____________________________________________________________________________
11820 [ 13846] By: nick                                  on 2001/12/22  10:49:27
11821         Log: Fix mis-parse of autoloaded usage code by declaring the sub
11822      Branch: perlio
11823            ! ext/POSIX/POSIX.pm
11824 ____________________________________________________________________________
11825 [ 13845] By: nick                                  on 2001/12/22  10:44:11
11826         Log: Integrate mainline - some fails:
11827              Failed Test            Stat Wstat Total Fail  Failed  List of Failed
11828              -------------------------------------------------------------------------------
11829              ../ext/POSIX/t/posix.t  255 65280    38    9  23.68%  30-38
11830              ../lib/encoding.t                    19    2  10.53%  17-18
11831              op/pat.t                            770    3   0.39%  754-755 757
11832      Branch: perlio
11833           +> ext/re/re.t lib/ExtUtils/t/MM_OS2.t
11834           !> (integrate 36 files)
11835 ____________________________________________________________________________
11836 [ 13844] By: jhi                                   on 2001/12/22  04:27:46
11837         Log: More Unicode casing fixes.
11838      Branch: perl
11839            ! regexec.c t/op/pat.t
11840 ____________________________________________________________________________
11841 [ 13843] By: jhi                                   on 2001/12/22  02:47:08
11842         Log: Unicode casefolding fixes.
11843      Branch: perl
11844            ! op.c regcomp.c regexec.c t/op/pat.t
11845 ____________________________________________________________________________
11846 [ 13842] By: jhi                                   on 2001/12/21  22:32:14
11847         Log: Subject: [PATCH B::Deparse] __DATA__ and packages
11848              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr> 
11849              Date: Sat, 22 Dec 2001 00:01:29 +0100
11850              Message-ID: <20011222000129.A713@rafael>
11851      Branch: perl
11852            ! ext/B/B/Deparse.pm
11853 ____________________________________________________________________________
11854 [ 13841] By: jhi                                   on 2001/12/21  20:38:28
11855         Log: VOS config from Paul Green.
11856      Branch: perl
11857            ! hints/vos.sh
11858 ____________________________________________________________________________
11859 [ 13840] By: jhi                                   on 2001/12/21  20:00:43
11860         Log: Subject: [PATCH @13746] CreateTTY on OS/2
11861              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
11862              Date: Fri, 21 Dec 2001 15:59:45 -0500
11863              Message-ID: <20011221155945.A6806@math.ohio-state.edu>
11864      Branch: perl
11865            ! lib/perl5db.pl
11866 ____________________________________________________________________________
11867 [ 13839] By: jhi                                   on 2001/12/21  19:52:49
11868         Log: Subject: [PATCH @13746] uninstalled build of modules broken
11869              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
11870              Date: Fri, 21 Dec 2001 15:49:09 -0500
11871              Message-ID: <20011221154909.A6760@math.ohio-state.edu>
11872      Branch: perl
11873            ! lib/ExtUtils/MM_Unix.pm
11874 ____________________________________________________________________________
11875 [ 13838] By: jhi                                   on 2001/12/21  19:52:09
11876         Log: Subject: [PATCH @13746] OS/2 File::* modules
11877              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
11878              Date: Fri, 21 Dec 2001 15:43:24 -0500
11879              Message-ID: <20011221154324.A6524@math.ohio-state.edu>
11880      Branch: perl
11881            ! lib/File/Basename.pm lib/File/Spec/OS2.pm
11882 ____________________________________________________________________________
11883 [ 13837] By: jhi                                   on 2001/12/21  19:49:41
11884         Log: Subject: [PATCH] perltie.pod (or what does it mean?)
11885              From: Wolfgang Laun <Wolfgang.Laun@alcatel.at>
11886              Date: Fri, 21 Dec 2001 17:29:07 +0100
11887              Message-ID: <3C236353.6625C4C0@alcatel.at>
11888      Branch: perl
11889            ! pod/perltie.pod
11890 ____________________________________________________________________________
11891 [ 13836] By: jhi                                   on 2001/12/21  19:47:52
11892         Log: metaconfig unit changes for #13835
11893      Branch: metaconfig
11894            ! U/modified/Head.U U/modified/Loc.U U/modified/Unix.U
11895            ! U/modified/sh.U
11896 ____________________________________________________________________________
11897 [ 13835] By: jhi                                   on 2001/12/21  19:47:03
11898         Log: Further VOS tweaks: the _exe needs to be introduced
11899              in the very beginning, and the make/gmake needs special
11900              VOS logic.
11901      Branch: perl
11902            ! Configure Makefile.SH
11903 ____________________________________________________________________________
11904 [ 13834] By: jhi                                   on 2001/12/21  15:12:26
11905         Log: Update Changes.
11906      Branch: perl
11907            ! Changes patchlevel.h
11908 ____________________________________________________________________________
11909 [ 13833] By: jhi                                   on 2001/12/21  14:46:45
11910         Log: metaconfig unit change for #13832.
11911      Branch: metaconfig
11912            ! U/modified/spitshell.U
11913 ____________________________________________________________________________
11914 [ 13832] By: jhi                                   on 2001/12/21  14:46:24
11915         Log: Also the search for cat needs to be _exe-aware.
11916      Branch: perl
11917            ! Configure
11918 ____________________________________________________________________________
11919 [ 13831] By: jhi                                   on 2001/12/21  13:43:53
11920         Log: Subject: [PATCH] ext/B/B/Xref.pm adding "our" recognition
11921              From: Wolfgang Laun <Wolfgang.Laun@alcatel.at>
11922              Date: Fri, 21 Dec 2001 14:02:01 +0100
11923              Message-ID: <3C2332C9.7CFED5F2@alcatel.at>
11924      Branch: perl
11925            ! ext/B/B/Xref.pm
11926 ____________________________________________________________________________
11927 [ 13830] By: jhi                                   on 2001/12/21  13:42:31
11928         Log: packing I32 with L is not nice, need l; from Wolfgang Laun.
11929      Branch: perl
11930            ! ext/B/B/Assembler.pm ext/B/B/Disassembler.pm
11931            ! ext/B/t/assembler.t
11932 ____________________________________________________________________________
11933 [ 13829] By: jhi                                   on 2001/12/21  13:39:06
11934         Log: Subject: [ PATCH ] Smoke 13820 /pro/3gl/CPAN/perl-current
11935              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
11936              Date: Fri, 21 Dec 2001 11:15:38 +0100
11937              Message-Id: <20011221104035.4B4F.H.M.BRAND@hccnet.nl>
11938      Branch: perl
11939            ! hv.c
11940 ____________________________________________________________________________
11941 [ 13828] By: jhi                                   on 2001/12/21  01:59:10
11942         Log: A plan is good.
11943      Branch: perl
11944            ! ext/re/re.t
11945 ____________________________________________________________________________
11946 [ 13827] By: jhi                                   on 2001/12/21  01:57:48
11947         Log: Subject: [REPATCH MANIFEST, ext/re/re.t] Tests for re pragma
11948              From: chromatic <chromatic@rmci.net>
11949              Date: Thu, 20 Dec 2001 16:16:48 -0700
11950              Message-ID: <20011220231726.23878.qmail@onion.perl.org>
11951      Branch: perl
11952            + ext/re/re.t
11953            ! MANIFEST
11954 ____________________________________________________________________________
11955 [ 13826] By: jhi                                   on 2001/12/21  01:34:37
11956         Log: Synchronize the skippage message.
11957      Branch: perl
11958            ! lib/ExtUtils/t/MM_OS2.t
11959 ____________________________________________________________________________
11960 [ 13825] By: jhi                                   on 2001/12/21  01:32:42
11961         Log: Subject: [PATCH MANIFEST, lib/ExtUtils/t/MM_OS2.t] Tests for ExtUtils::MM_OS2
11962              From: chromatic <chromatic@rmci.net>
11963              Date: Thu, 20 Dec 2001 16:09:10 -0700
11964              Message-ID: <20011220230948.18010.qmail@onion.perl.org>
11965      Branch: perl
11966            + lib/ExtUtils/t/MM_OS2.t
11967            ! MANIFEST
11968 ____________________________________________________________________________
11969 [ 13824] By: jhi                                   on 2001/12/21  01:14:12
11970         Log: Subject: perlfunc.pod patch re flock via fcntl
11971              From: "Tye McQueen" <tye@metronet.com>
11972              Date: Thu, 20 Dec 2001 14:52:19 -0600 (CST) 
11973              Message-Id: <200112202052.fBKKqKH16263@metronet.com>
11974      Branch: perl
11975            ! pod/perlfunc.pod
11976 ____________________________________________________________________________
11977 [ 13823] By: jhi                                   on 2001/12/21  00:54:49
11978         Log: Make using U+FDD0..U+FDEF (noncharacters since Unicode 3.1),
11979              U+...FFFE, U+...FFFF, and characters beyond U+10FFFF
11980              (the Unicode maximum code point) warnable offenses.
11981      Branch: perl
11982            ! embed.h embed.pl global.sym op.c pod/perlapi.pod pp.c proto.h
11983            ! t/op/each.t t/op/pat.t t/op/qq.t utf8.c utf8.h
11984 ____________________________________________________________________________
11985 [ 13822] By: jhi                                   on 2001/12/20  20:59:55
11986         Log: Sterner admonishment on -t.
11987      Branch: perl
11988            ! pod/perlrun.pod
11989 ____________________________________________________________________________
11990 [ 13821] By: jhi                                   on 2001/12/20  20:53:42
11991         Log: Subject: [PATCH B::Dpparse] minor qr// fix
11992              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
11993              Date: Thu, 20 Dec 2001 22:53:34 +0100
11994              Message-ID: <20011220225334.A735@rafael>
11995      Branch: perl
11996            ! ext/B/B/Deparse.pm
11997 ____________________________________________________________________________
11998 [ 13820] By: jhi                                   on 2001/12/20  15:18:25
11999         Log: Subject: [PATCH} typo fix in Carp/Heavy.pm
12000              From: Robert Spier <rspier@pobox.com>
12001              Date: Thu, 20 Dec 2001 08:10:00 -0800
12002              Message-ID: <15394.3416.693353.107334@rls.cx>
12003      Branch: perl
12004            ! lib/Carp/Heavy.pm
12005 ____________________________________________________________________________
12006 [ 13819] By: jhi                                   on 2001/12/20  14:56:30
12007         Log: Integrate perlio (pTHX_ fixes for :win32 layer)
12008      Branch: perl
12009           !> win32/win32io.c
12010 ____________________________________________________________________________
12011 [ 13818] By: jhi                                   on 2001/12/20  14:53:05
12012         Log: Subject: Re: [PATCH pod/perliol.pod] resend
12013              From: Stas Bekman <stas@stason.org>
12014              Date: Thu, 20 Dec 2001 17:15:09 +0800 (SGT)
12015              Message-ID: <Pine.LNX.4.40.0112201714210.23498-100000@hope.stason.org>
12016      Branch: perl
12017            ! pod/perliol.pod
12018 ____________________________________________________________________________
12019 [ 13817] By: jhi                                   on 2001/12/20  14:51:24
12020         Log: Fix up the APIs noone hopefully uses.
12021      Branch: perl
12022            ! utf8.c
12023 ____________________________________________________________________________
12024 [ 13816] By: jhi                                   on 2001/12/20  14:18:56
12025         Log: Subject: [PATCH] Carp.pm caller_info returns wrong info for eval
12026              Date: Wed, 19 Dec 2001 14:13:38 -0800
12027              From: Robert Spier <rspier@pobox.com>
12028              Message-ID: <15393.4370.605214.548582@rls.cx>
12029      Branch: perl
12030            ! lib/Carp.t lib/Carp/Heavy.pm
12031 ____________________________________________________________________________
12032 [ 13815] By: nick                                  on 2001/12/20  10:23:42
12033         Log: pTHX_ fixes for :win32 layer
12034      Branch: perlio
12035            ! win32/win32io.c
12036 ____________________________________________________________________________
12037 [ 13814] By: nick                                  on 2001/12/20  08:20:11
12038         Log: Integrate mainline (mostly) utf8.c does not compile.
12039      Branch: perlio
12040           +> lib/Net/Ping/CHANGES lib/Net/Ping/README
12041           +> lib/Net/Ping/t/100_load.t lib/Net/Ping/t/110_icmp_inst.t
12042           +> lib/Net/Ping/t/120_udp_inst.t lib/Net/Ping/t/130_tcp_inst.t
12043           +> lib/Net/Ping/t/140_stream_inst.t lib/Net/Ping/t/200_ping_tcp.t
12044           +> lib/Net/Ping/t/300_ping_stream.t
12045           !> Changes MANIFEST embed.h embed.pl embedvar.h
12046           !> ext/B/B/Assembler.pm lib/English.t lib/ExtUtils/t/Embed.t
12047           !> lib/File/stat.t lib/Net/Ping.pm lib/Shell.t os2/Makefile.SHs
12048           !> os2/OS2/REXX/DLL/Makefile.PL os2/os2.c os2/perlrexx.c
12049           !> patchlevel.h perlapi.h pod/perlfunc.pod pod/perlre.pod pp.c
12050           !> proto.h t/op/alarm.t thrdvar.h util.c wince/perldll.def
12051 ____________________________________________________________________________
12052 [ 13813] By: jhi                                   on 2001/12/19  21:29:49
12053         Log: Some bincompat clawbacks.
12054      Branch: perl
12055            ! embed.h embed.pl embedvar.h perlapi.h proto.h thrdvar.h utf8.c
12056            ! wince/perldll.def
12057 ____________________________________________________________________________
12058 [ 13812] By: jhi                                   on 2001/12/19  17:56:53
12059         Log: gcc pacifying (RH 7.1/ia64).
12060      Branch: perl
12061            ! pp.c
12062 ____________________________________________________________________________
12063 [ 13811] By: jhi                                   on 2001/12/19  16:55:09
12064         Log: Update Changes.
12065      Branch: perl
12066            ! Changes patchlevel.h
12067 ____________________________________________________________________________
12068 [ 13810] By: jhi                                   on 2001/12/19  16:50:12
12069         Log: Subject: Re: [BUG] bleadperl regexp (was ok in 5.6.0)
12070              From: Wolfgang Laun <Wolfgang.Laun@alcatel.at>
12071              Date: Wed, 19 Dec 2001 12:35:07 +0100
12072              Message-ID: <3C207B6B.A687A8EC@alcatel.at>
12073              
12074              Subject: Re: [BUG] bleadperl regexp (was ok in 5.6.0)
12075              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
12076              Date: Wed, 19 Dec 2001 17:34:51 +0000
12077              Message-Id: <200112191734.fBJHYpd30715@crypt.compulink.co.uk>
12078      Branch: perl
12079            ! pod/perlre.pod
12080 ____________________________________________________________________________
12081 [ 13809] By: jhi                                   on 2001/12/19  16:47:11
12082         Log: Integrate perlio.
12083      Branch: perl
12084           !> ext/Encode/Encode.xs ext/PerlIO/Scalar/Scalar.xs
12085           !> ext/PerlIO/Via/Via.xs perlio.c perliol.h
12086 ____________________________________________________________________________
12087 [ 13808] By: nick                                  on 2001/12/19  16:08:27
12088         Log: Add pTHX to all vtable functions for future-proofing and
12089              consistency of PerlIO layers.
12090      Branch: perlio
12091            ! ext/Encode/Encode.xs ext/PerlIO/Scalar/Scalar.xs
12092            ! ext/PerlIO/Via/Via.xs perlio.c perliol.h
12093 ____________________________________________________________________________
12094 [ 13807] By: jhi                                   on 2001/12/19  15:59:02
12095         Log: One more embedded (?sx) de-embedded, from Wolfgang Laun.
12096      Branch: perl
12097            ! ext/B/B/Assembler.pm
12098 ____________________________________________________________________________
12099 [ 13806] By: jhi                                   on 2001/12/19  15:08:29
12100         Log: Reword the alarm explanation.
12101      Branch: perl
12102            ! pod/perlfunc.pod
12103 ____________________________________________________________________________
12104 [ 13805] By: jhi                                   on 2001/12/19  15:04:03
12105         Log: Subject: [PATCH @13746] OS/2 build
12106              From: Ilya Zakharevich <ilya@math.ohio-state.edu> 
12107              Date: Wed, 19 Dec 2001 02:45:41 -0500
12108              Message-ID: <20011219024541.A29803@math.ohio-state.edu>        
12109              
12110              (skipped the t/TEST change)
12111      Branch: perl
12112            ! lib/English.t lib/ExtUtils/t/Embed.t lib/File/stat.t
12113            ! lib/Shell.t os2/Makefile.SHs os2/OS2/REXX/DLL/Makefile.PL
12114            ! os2/os2.c os2/perlrexx.c t/op/alarm.t util.c
12115 ____________________________________________________________________________
12116 [ 13804] By: jhi                                   on 2001/12/19  14:55:26
12117         Log: Upgrade to Net::Ping 2.09.
12118      Branch: perl
12119            + lib/Net/Ping/CHANGES lib/Net/Ping/README
12120            + lib/Net/Ping/t/100_load.t lib/Net/Ping/t/110_icmp_inst.t
12121            + lib/Net/Ping/t/120_udp_inst.t lib/Net/Ping/t/130_tcp_inst.t
12122            + lib/Net/Ping/t/140_stream_inst.t lib/Net/Ping/t/200_ping_tcp.t
12123            + lib/Net/Ping/t/300_ping_stream.t
12124            ! MANIFEST lib/Net/Ping.pm
12125 ____________________________________________________________________________
12126 [ 13803] By: nick                                  on 2001/12/19  14:43:24
12127         Log: Integrate mainline
12128      Branch: perlio
12129           +> ext/B/t/assembler.t lib/lib.t
12130           !> MANIFEST ext/B/B/Assembler.pm ext/B/B/Disassembler.pm
12131           !> lib/lib_pm.PL t/op/glob.t utf8.c
12132 ____________________________________________________________________________
12133 [ 13802] By: jhi                                   on 2001/12/19  14:25:27
12134         Log: B::Assembler/B::Disassembler patches and test;
12135              from Wolfgang Laun.
12136              
12137              TODO: getting perlcc working.
12138      Branch: perl
12139            + ext/B/t/assembler.t
12140            ! MANIFEST ext/B/B/Assembler.pm ext/B/B/Disassembler.pm
12141 ____________________________________________________________________________
12142 [ 13801] By: jhi                                   on 2001/12/19  14:18:10
12143         Log: Can't printf U8s as UVs.
12144      Branch: perl
12145            ! utf8.c
12146 ____________________________________________________________________________
12147 [ 13800] By: jhi                                   on 2001/12/19  14:12:02
12148         Log: Subject: Re: [PATCH] ...while $var = glob(...)
12149              From: Robin Houston <robin@kitsite.com> 
12150              Date: Wed, 19 Dec 2001 13:48:55 +0000
12151              Message-ID: <20011219134855.A20452@puffinry.freeserve.co.uk>        
12152              
12153              Not exactly a glob test but internal-logically correct.
12154      Branch: perl
12155            ! t/op/glob.t
12156 ____________________________________________________________________________
12157 [ 13799] By: jhi                                   on 2001/12/19  13:51:37
12158         Log: Subject: [PATCH lib/lib_pm.PL lib/lib.t] portability snag
12159              From: Michael G Schwern <schwern@pobox.com> 
12160              Date: Wed, 19 Dec 2001 07:42:54 -0500
12161              Message-ID: <20011219124254.GF8630@blackrider>
12162      Branch: perl
12163            + lib/lib.t
12164            ! MANIFEST lib/lib_pm.PL
12165 ____________________________________________________________________________
12166 [ 13798] By: jhi                                   on 2001/12/19  13:35:59
12167         Log: Integrate with perlio.
12168      Branch: perl
12169           !> hv.c hv.h scope.c util.c
12170 ____________________________________________________________________________
12171 [ 13797] By: nick                                  on 2001/12/19  12:03:21
12172         Log: Remove the sometimes-lvalue cast
12173      Branch: perlio
12174            ! hv.h
12175 ____________________________________________________________________________
12176 [ 13796] By: nick                                  on 2001/12/19  11:02:27
12177         Log: alarm.t with -Uuseperlio fix
12178              - SA_RESTART should only be function of PERL_OLD_SIGNALS
12179              not USE_PERLIO
12180      Branch: perlio
12181            ! util.c
12182 ____________________________________________________________________________
12183 [ 13795] By: nick                                  on 2001/12/19  10:19:40
12184         Log: Fix READONLY hashes:
12185              1. Discovered need for disabled scope.c part of Jeff's patch.
12186              2. Corrected hv_delete* - entry was being de-linked from
12187              chain (patch program not smart enough?)
12188      Branch: perlio
12189            ! hv.c scope.c
12190 ____________________________________________________________________________
12191 [ 13794] By: nick                                  on 2001/12/19  09:35:13
12192         Log: Integrate mainline
12193      Branch: perlio
12194           !> Configure Porting/checkURL.pl config_h.SH dump.c hints/vos.sh
12195           !> lib/Benchmark.t lib/Exporter.pm lib/ExtUtils/t/MM_Unix.t
12196           !> lib/utf8.t pod/perlfaq5.pod pod/perltoc.pod
12197           !> pod/perlunicode.pod pod/perluniintro.pod pp.c sv.c
12198           !> t/lib/warnings/utf8 utf8.c x2p/a2p.h x2p/str.c
12199 ____________________________________________________________________________
12200 [ 13793] By: jhi                                   on 2001/12/19  04:58:51
12201         Log: Regen toc.
12202      Branch: perl
12203            ! pod/perltoc.pod
12204 ____________________________________________________________________________
12205 [ 13792] By: jhi                                   on 2001/12/19  04:56:42
12206         Log: FAQ sync.
12207      Branch: perl
12208            ! pod/perlfaq5.pod
12209 ____________________________________________________________________________
12210 [ 13791] By: jhi                                   on 2001/12/19  04:38:47
12211         Log: Reformat round.
12212      Branch: perl
12213            ! pod/perlunicode.pod
12214 ____________________________________________________________________________
12215 [ 13790] By: jhi                                   on 2001/12/19  04:32:06
12216         Log: Subject: [PATCH] pod/perlunicode.pod
12217              From: Jeffrey Friedl <jfriedl@yahoo.com>
12218              Date: Tue, 18 Dec 2001 21:31:13 -0800 (PST) 
12219              Message-Id: <200112190531.fBJ5VDp57308@ventrue.corp.yahoo.com> 
12220      Branch: perl
12221            ! pod/perlunicode.pod
12222 ____________________________________________________________________________
12223 [ 13789] By: jhi                                   on 2001/12/19  04:16:39
12224         Log: Subject: Re: [PATCH] pod/perluniintro.pod (removes unnecessary UTF-8 references)
12225              From: Jeffrey Friedl <jfriedl@yahoo.com>
12226              Date: Tue, 18 Dec 2001 21:13:59 -0800 (PST) 
12227              Message-Id: <200112190513.fBJ5DxN56315@ventrue.corp.yahoo.com> 
12228      Branch: perl
12229            ! pod/perluniintro.pod
12230 ____________________________________________________________________________
12231 [ 13788] By: jhi                                   on 2001/12/19  03:54:08
12232         Log: Slight pod reformatting.
12233      Branch: perl
12234            ! pod/perluniintro.pod
12235 ____________________________________________________________________________
12236 [ 13787] By: jhi                                   on 2001/12/19  03:41:45
12237         Log: Subject: [PATCH] pod/perluniintro.pod (removes unnecessary UTF-8 references)
12238              From: Jeffrey Friedl <jfriedl@yahoo.com>    
12239              Date: Tue, 18 Dec 2001 20:27:42 -0800 (PST)
12240              Message-Id: <200112190427.fBJ4RgP53458@ventrue.corp.yahoo.com>
12241      Branch: perl
12242            ! pod/perluniintro.pod
12243 ____________________________________________________________________________
12244 [ 13786] By: jhi                                   on 2001/12/19  01:14:04
12245         Log: Subject: Re: [ID 20011213.001] Segfault with overload and Test
12246              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
12247              Date: Wed, 19 Dec 2001 01:45:23 +0000
12248              Message-Id: <200112190145.fBJ1jNt23668@crypt.compulink.co.uk>
12249      Branch: perl
12250            ! sv.c
12251 ____________________________________________________________________________
12252 [ 13785] By: jhi                                   on 2001/12/19  01:11:45
12253         Log: Subject: Porting/checkURL.pl
12254              From: abigail@foad.org
12255              Date: Tue, 18 Dec 2001 19:03:22 +0100          
12256              Message-ID: <20011218180322.8278.qmail@foad.org> 
12257      Branch: perl
12258            ! Porting/checkURL.pl
12259 ____________________________________________________________________________
12260 [ 13784] By: jhi                                   on 2001/12/19  01:05:25
12261         Log: metaconfig unit change for #13783.
12262      Branch: metaconfig
12263            ! U/modified/Loc.U
12264 ____________________________________________________________________________
12265 [ 13783] By: jhi                                   on 2001/12/19  00:26:34
12266         Log: A bit too oversweeping matching in #13778.
12267      Branch: perl
12268            ! Configure
12269 ____________________________________________________________________________
12270 [ 13782] By: jhi                                   on 2001/12/19  00:09:10
12271         Log: Re-gen Configure based on #13778..13781.
12272      Branch: perl
12273            ! Configure config_h.SH
12274 ____________________________________________________________________________
12275 [ 13781] By: jhi                                   on 2001/12/18  23:59:59
12276         Log: First assume that crypt() can live happy normal life in
12277              the libc or the moral equivalent; only then try magic.
12278      Branch: metaconfig
12279            + U/modified/d_crypt.U
12280 ____________________________________________________________________________
12281 [ 13780] By: jhi                                   on 2001/12/18  23:52:03
12282         Log: In VOS ACLs confuse the testing.
12283      Branch: metaconfig
12284            ! U/modified/Findhdr.U
12285 ____________________________________________________________________________
12286 [ 13779] By: jhi                                   on 2001/12/18  23:47:39
12287         Log: Either make or gmake.
12288      Branch: metaconfig
12289            ! U/modified/Loc.U
12290 ____________________________________________________________________________
12291 [ 13778] By: jhi                                   on 2001/12/18  23:44:56
12292         Log: If your _exe is different from .exe and your test -f $foo
12293              doesn't do magic to recognize $foo$_exe, you will need to
12294              specify -D_exe=... on command line-- and this patch.
12295      Branch: metaconfig
12296            + U/modified/sh.U
12297            ! U/modified/Loc.U
12298 ____________________________________________________________________________
12299 [ 13777] By: jhi                                   on 2001/12/18  23:28:37
12300         Log: Fix the bugs in #13768..13776, and regen Configure.
12301      Branch: metaconfig
12302            ! U/compline/nblock_io.U U/modified/Findhdr.U
12303            ! U/modified/spitshell.U
12304      Branch: metaconfig/U/perl
12305            ! issymlink.U perlpath.U
12306      Branch: perl
12307            ! Configure config_h.SH
12308 ____________________________________________________________________________
12309 [ 13776] By: jhi                                   on 2001/12/18  23:02:42
12310         Log: Must test with $_exe. (There are plenty of similar
12311              spots earlier but they are a tad more complex to fix
12312              since they come before the hints are run.)
12313      Branch: metaconfig
12314            + U/modified/yacc.U
12315 ____________________________________________________________________________
12316 [ 13775] By: jhi                                   on 2001/12/18  22:59:04
12317         Log: F_SETFL might require <fcntl.h>
12318      Branch: metaconfig
12319            ! U/compline/nblock_io.U
12320 ____________________________________________________________________________
12321 [ 13774] By: jhi                                   on 2001/12/18  22:53:41
12322         Log: Don't require make; have both make and gmake optional.
12323              (Maybe have a check that at least one of them is available?)
12324      Branch: metaconfig
12325            ! U/modified/Loc.U
12326 ____________________________________________________________________________
12327 [ 13773] By: jhi                                   on 2001/12/18  22:49:56
12328         Log: cat might be farther than /bin or /usr/bin.
12329      Branch: metaconfig
12330            ! U/modified/spitshell.U
12331 ____________________________________________________________________________
12332 [ 13772] By: jhi                                   on 2001/12/18  22:44:45
12333         Log: In VOS the path component separator is >, not /.
12334      Branch: metaconfig
12335            ! U/modified/Findhdr.U
12336 ____________________________________________________________________________
12337 [ 13771] By: jhi                                   on 2001/12/18  22:35:40
12338         Log: The VOS shell doesn't implement the ? wildcard
12339              (? is used for other purposes, I assume); but
12340              it does implement the * wildcard, and that works
12341              in the general case just fine.
12342      Branch: metaconfig/U/perl
12343            ! d_dlsymun.U
12344 ____________________________________________________________________________
12345 [ 13770] By: jhi                                   on 2001/12/18  22:28:41
12346         Log: VOS detection.
12347      Branch: metaconfig
12348            ! U/modified/Oldconfig.U
12349 ____________________________________________________________________________
12350 [ 13769] By: jhi                                   on 2001/12/18  22:23:25
12351         Log: Proper path for VOS.
12352      Branch: metaconfig
12353            ! U/modified/Head.U
12354 ____________________________________________________________________________
12355 [ 13768] By: jhi                                   on 2001/12/18  22:21:00
12356         Log: Change s/>& 4/>&4/g for consistency.
12357      Branch: metaconfig
12358            + U/modified/d_dosuid.U
12359            ! U/modified/d_socket.U
12360      Branch: metaconfig/U/perl
12361            ! issymlink.U perlxvf.U
12362 ____________________________________________________________________________
12363 [ 13767] By: jhi                                   on 2001/12/18  22:13:14
12364         Log: Subject: Re: Benchmark.t failure on Linux
12365              From: Nicholas Clark <nick@ccl4.org>
12366              Date: Tue, 18 Dec 2001 22:51:25 +0000
12367              Message-ID: <20011218225124.N21702@plum.flirble.org>
12368      Branch: perl
12369            ! lib/Benchmark.t
12370 ____________________________________________________________________________
12371 [ 13766] By: jhi                                   on 2001/12/18  22:07:35
12372         Log: Re-applying #13752 until a better solution can be found.
12373      Branch: perl
12374            ! lib/ExtUtils/t/MM_Unix.t
12375 ____________________________________________________________________________
12376 [ 13765] By: jhi                                   on 2001/12/18  21:05:13
12377         Log: Subject: [PATCH] Suggested doc enhancement(?) to Exporter.pm
12378              From: "Giroux, Mike (Exchange)" <mgiroux@bear.com>
12379              Date: Tue, 18 Dec 2001 12:05:40 -0500
12380              Message-ID: <03CF7D5B2CFFD211990300A0C95DEA0C080BEB5A@whmsx18.is.bear.com>
12381      Branch: perl
12382            ! lib/Exporter.pm
12383 ____________________________________________________________________________
12384 [ 13764] By: jhi                                   on 2001/12/18  20:58:44
12385         Log: %g -> NVgf cleanup, based on Schwern's RedHat 7.1/Alpha
12386              findings -- some of the warnings I can't explain except
12387              by NVgf being detected wrong, though.
12388      Branch: perl
12389            ! dump.c pp.c sv.c x2p/a2p.h x2p/str.c
12390 ____________________________________________________________________________
12391 [ 13763] By: jhi                                   on 2001/12/18  20:54:28
12392         Log: Subject: [PATCH] pod/perluniintro.pod
12393              From: Jeffrey Friedl <jfriedl@yahoo.com>
12394              Date: Tue, 18 Dec 2001 10:27:45 -0800 (PST)
12395              Message-Id: <200112181827.fBIIRjv16547@ventrue.corp.yahoo.com>
12396      Branch: perl
12397            ! pod/perluniintro.pod
12398 ____________________________________________________________________________
12399 [ 13762] By: jhi                                   on 2001/12/18  17:49:07
12400         Log: ".pm" is the native executable suffix in VOS.
12401      Branch: perl
12402            ! hints/vos.sh
12403 ____________________________________________________________________________
12404 [ 13761] By: jhi                                   on 2001/12/18  15:57:39
12405         Log: Integrate perlio;
12406              Tidied version of Jeffrey Friedl's <jfriedl@yahoo.com> restricted hashes
12407      Branch: perl
12408           !> ext/Devel/Peek/Peek.t hv.c hv.h scope.c sv.c t/lib/access.t
12409 ____________________________________________________________________________
12410 [ 13760] By: nick                                  on 2001/12/18  15:55:22
12411         Log: Tidied version of Jeffrey Friedl's <jfriedl@yahoo.com> restricted hashes
12412              - added delete of READONLY value inhibit & test for same
12413              - re-tabbed
12414      Branch: perlio
12415            ! ext/Devel/Peek/Peek.t hv.c hv.h scope.c sv.c t/lib/access.t
12416 ____________________________________________________________________________
12417 [ 13759] By: jhi                                   on 2001/12/18  15:54:19
12418         Log: (Undone by #13766.)
12419              Retract #13752.
12420      Branch: perl
12421            ! lib/ExtUtils/t/MM_Unix.t
12422 ____________________________________________________________________________
12423 [ 13758] By: jhi                                   on 2001/12/18  15:26:18
12424         Log: Echoes of #13757.
12425      Branch: perl
12426            ! t/lib/warnings/utf8
12427 ____________________________________________________________________________
12428 [ 13757] By: jhi                                   on 2001/12/18  15:24:50
12429         Log: Make the utf8 malformedness messages more verbose.
12430      Branch: perl
12431            ! lib/utf8.t utf8.c
12432 ____________________________________________________________________________
12433 [ 13756] By: nick                                  on 2001/12/18  14:43:58
12434         Log: Integrate mainline
12435      Branch: perlio
12436           +> lib/ExtUtils/t/Command.t lib/ExtUtils/t/Embed.t
12437           +> lib/ExtUtils/t/ExtUtils.t lib/ExtUtils/t/Installed.t
12438           +> lib/ExtUtils/t/MM_Cygwin.t lib/ExtUtils/t/MM_Unix.t
12439           +> lib/ExtUtils/t/MM_VMS.t lib/ExtUtils/t/Manifest.t
12440           +> lib/ExtUtils/t/Mkbootstrap.t lib/ExtUtils/t/Packlist.t
12441           +> lib/ExtUtils/t/testlib.t t/op/alarm.t
12442            - lib/ExtUtils.t lib/ExtUtils/Command.t lib/ExtUtils/Embed.t
12443            - lib/ExtUtils/Installed.t lib/ExtUtils/MM_Cygwin.t
12444            - lib/ExtUtils/MM_VMS.t lib/ExtUtils/Manifest.t
12445            - lib/ExtUtils/Mkbootstrap.t lib/ExtUtils/Packlist.t
12446            - lib/ExtUtils/testlib.t
12447           !> (integrate 28 files)
12448 ____________________________________________________________________________
12449 [ 13755] By: jhi                                   on 2001/12/18  14:05:26
12450         Log: README.aix updates from Jens-Uwe Mager.
12451      Branch: perl
12452            ! README.aix
12453 ____________________________________________________________________________
12454 [ 13754] By: jhi                                   on 2001/12/18  14:03:31
12455         Log: Subject: [PATCH lib/Benchmark.t] Show value of $fastslow on failure
12456              From: Michael G Schwern <schwern@pobox.com>
12457              Date: Tue, 18 Dec 2001 00:58:18 -0500
12458              Message-ID: <20011218055818.GC4362@blackrider>
12459      Branch: perl
12460            ! lib/Benchmark.t
12461 ____________________________________________________________________________
12462 [ 13753] By: jhi                                   on 2001/12/18  14:02:49
12463         Log: Subject: [PATCH lib/ExtUtils/t/Installed.t] Making it somewhat more portable
12464              From: Michael G Schwern <schwern@pobox.com>
12465              Date: Tue, 18 Dec 2001 00:40:38 -0500
12466              Message-ID: <20011218054038.GB4362@blackrider>
12467      Branch: perl
12468            ! lib/ExtUtils/Installed.pm lib/ExtUtils/t/Installed.t
12469 ____________________________________________________________________________
12470 [ 13752] By: jhi                                   on 2001/12/18  14:01:44
12471         Log: (reintroduced by #13766)
12472              (retracted by #13759)
12473              
12474              Subject: [PATCH lib/ExtUtils/t/MM_Unix.t] All the world's not a Unix
12475              From: Michael G Schwern <schwern@pobox.com>  
12476              Date: Tue, 18 Dec 2001 00:00:23 -0500
12477              Message-ID: <20011218050023.GA27893@blackrider>
12478      Branch: perl
12479            ! lib/ExtUtils/t/MM_Unix.t
12480 ____________________________________________________________________________
12481 [ 13751] By: jhi                                   on 2001/12/18  13:59:32
12482         Log: Re-patch #13749.
12483      Branch: perl
12484            ! t/op/glob.t
12485 ____________________________________________________________________________
12486 [ 13750] By: jhi                                   on 2001/12/18  13:56:34
12487         Log: Subject: [doc patch] s{(?<=perldeb)ug}{guts}
12488              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
12489              Date: Tue, 18 Dec 2001 12:55:43 +0000
12490              Message-Id: <200112181255.fBICthb09977@crypt.compulink.co.uk>
12491      Branch: perl
12492            ! ext/Devel/Peek/Peek.pm
12493 ____________________________________________________________________________
12494 [ 13749] By: jhi                                   on 2001/12/18  13:55:12
12495         Log: Subject: Third time lucky? (Re: [PATCH] ...while $var = glob(...))
12496              From: Robin Houston <robin@kitsite.com> 
12497              Date: Tue, 18 Dec 2001 14:54:33 +0000
12498              Message-ID: <20011218145433.A18835@puffinry.freeserve.co.uk>
12499      Branch: perl
12500            ! t/op/glob.t
12501 ____________________________________________________________________________
12502 [ 13748] By: jhi                                   on 2001/12/17  23:54:41
12503         Log: Subject: [PATCH] slightly more for Exporter.pm
12504              From: Nicholas Clark <nick@ccl4.org>
12505              Date: Tue, 18 Dec 2001 00:22:03 +0000
12506              Message-ID: <20011218002203.M21702@plum.flirble.org>
12507      Branch: perl
12508            ! lib/Exporter.pm
12509 ____________________________________________________________________________
12510 [ 13747] By: jhi                                   on 2001/12/17  21:59:07
12511         Log: Subject: [PATCH] Re: chomp/chop prototype changed?
12512              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
12513              Date: Mon, 17 Dec 2001 16:37:18 +0100
12514              Message-ID: <20011217163718.A2292@rafael>
12515              
12516              Subject: Re: [PATCH] Re: chomp/chop prototype changed?
12517              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
12518              Date: Mon, 17 Dec 2001 23:17:06 +0100
12519              Message-ID: <20011217231706.A730@rafael>
12520      Branch: perl
12521            ! pod/perlsub.pod pp.c toke.c
12522 ____________________________________________________________________________
12523 [ 13746] By: jhi                                   on 2001/12/17  20:22:08
12524         Log: Update Changes.
12525      Branch: perl
12526            ! Changes patchlevel.h
12527 ____________________________________________________________________________
12528 [ 13745] By: jhi                                   on 2001/12/17  20:12:37
12529         Log: New test warrants a MANIFEST entry.
12530      Branch: perl
12531            ! MANIFEST
12532 ____________________________________________________________________________
12533 [ 13744] By: jhi                                   on 2001/12/17  19:27:40
12534         Log: Subject: Re: [PATCH] ...while $var = glob(...)
12535              From: Robin Houston <robin@kitsite.com>
12536              Date: Mon, 17 Dec 2001 20:27:30 +0000
12537              Message-ID: <20011217202730.A17817@puffinry.freeserve.co.uk>
12538              
12539              Can't portably unlink open files.
12540      Branch: perl
12541            ! t/op/glob.t
12542 ____________________________________________________________________________
12543 [ 13743] By: jhi                                   on 2001/12/17  19:26:34
12544         Log: perluniintro tweaks as suggested by Jeffrey Friedl.
12545      Branch: perl
12546            ! pod/perluniintro.pod
12547 ____________________________________________________________________________
12548 [ 13742] By: jhi                                   on 2001/12/17  19:18:52
12549         Log: Move typeglob test from glob.t to gv.t.
12550      Branch: perl
12551            ! t/op/glob.t t/op/gv.t
12552 ____________________________________________________________________________
12553 [ 13741] By: jhi                                   on 2001/12/17  19:12:16
12554         Log: Subject: Re: [PATCH] ...while $var = glob(...)                
12555              From: Robin Houston <robin@kitsite.com> 
12556              Date: Mon, 17 Dec 2001 20:07:02 +0000                 
12557              Message-ID: <20011217200702.A17721@puffinry.freeserve.co.uk>
12558      Branch: perl
12559            ! t/op/glob.t
12560 ____________________________________________________________________________
12561 [ 13740] By: jhi                                   on 2001/12/17  19:11:29
12562         Log: Demote the surrogate and non-character errors to warnings.
12563      Branch: perl
12564            ! pod/perldiag.pod t/lib/warnings/utf8 t/op/ord.t utf8.c
12565 ____________________________________________________________________________
12566 [ 13739] By: jhi                                   on 2001/12/17  18:47:41
12567         Log: Subject: [PATCH] more POSIX tests, and more autoloading
12568              From: Nicholas Clark <nick@ccl4.org>
12569              Date: Mon, 17 Dec 2001 18:27:47 +0000
12570              Message-ID: <20011217182747.D21702@plum.flirble.org>
12571      Branch: perl
12572            ! ext/POSIX/POSIX.pm ext/POSIX/t/posix.t
12573 ____________________________________________________________________________
12574 [ 13738] By: jhi                                   on 2001/12/17  18:43:55
12575         Log: Subject: [PATCH] ...while $var = glob(...)
12576              From: Robin Houston <robin@kitsite.com> 
12577              Date: Mon, 17 Dec 2001 15:51:54 +0000
12578              Message-ID: <20011217155153.A311@robin.kitsite.com>
12579      Branch: perl
12580            ! op.c
12581 ____________________________________________________________________________
12582 [ 13737] By: jhi                                   on 2001/12/17  18:38:33
12583         Log: Subject: [PATCH] -t and the core tests; -t and PERL5OPT
12584              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
12585              Date: Mon, 17 Dec 2001 15:23:01 +0100
12586              Message-ID: <20011217152301.A704@rafael>
12587      Branch: perl
12588            ! perl.c pod/perldiag.pod pod/perlrun.pod t/run/runenv.t
12589 ____________________________________________________________________________
12590 [ 13736] By: jhi                                   on 2001/12/17  18:36:20
12591         Log: The system() vs $SIG{ARLM} is no more a todo.
12592      Branch: perl
12593            ! t/op/alarm.t
12594 ____________________________________________________________________________
12595 [ 13735] By: jhi                                   on 2001/12/17  18:34:43
12596         Log: Subject: [PATCH t/op/alarm.t MANIFEST] alarm() test, take two
12597              From: Michael G Schwern <schwern@pobox.com>
12598              Date: Sun, 16 Dec 2001 23:59:01 -0500
12599              Message-ID: <20011217045901.GL17232@blackrider>
12600      Branch: perl
12601            + t/op/alarm.t
12602            ! MANIFEST
12603 ____________________________________________________________________________
12604 [ 13734] By: jhi                                   on 2001/12/17  17:54:19
12605         Log: s/UNIX/Unix/
12606      Branch: perl
12607            ! MANIFEST
12608 ____________________________________________________________________________
12609 [ 13733] By: jhi                                   on 2001/12/17  17:50:22
12610         Log: Move ExtUtils tests to lib/ExtUtils/t.
12611      Branch: perl
12612            + lib/ExtUtils/t/Command.t lib/ExtUtils/t/Embed.t
12613            + lib/ExtUtils/t/ExtUtils.t lib/ExtUtils/t/Installed.t
12614            + lib/ExtUtils/t/MM_Cygwin.t lib/ExtUtils/t/MM_Unix.t
12615            + lib/ExtUtils/t/MM_VMS.t lib/ExtUtils/t/Manifest.t
12616            + lib/ExtUtils/t/Mkbootstrap.t lib/ExtUtils/t/Packlist.t
12617            + lib/ExtUtils/t/testlib.t
12618            - lib/ExtUtils.t lib/ExtUtils/Command.t lib/ExtUtils/Embed.t
12619            - lib/ExtUtils/Installed.t lib/ExtUtils/MM_Cygwin.t
12620            - lib/ExtUtils/MM_Unix.t lib/ExtUtils/MM_VMS.t
12621            - lib/ExtUtils/Manifest.t lib/ExtUtils/Mkbootstrap.t
12622            - lib/ExtUtils/Packlist.t lib/ExtUtils/testlib.t
12623            ! MANIFEST
12624 ____________________________________________________________________________
12625 [ 13732] By: jhi                                   on 2001/12/17  17:45:33
12626         Log: Subject: [PATCH] MM_Unix tests, and some questions
12627              From: Tels <perl_dummy@bloodgate.com>
12628              Date: Sun, 16 Dec 2001 22:29:13 +0100 (CET)                
12629              Message-Id: <200112162132.XAA12694@tiku.hut.fi>
12630              
12631              Subject: Re: [PATCH] MM_Unix tests, and some questions
12632              From: Tels <perl_dummy@bloodgate.com>
12633              Date: Mon, 17 Dec 2001 00:29:11 +0100 (CET)                
12634              Message-Id: <200112162332.BAA25411@tiku.hut.fi>
12635      Branch: perl
12636            + lib/ExtUtils/MM_Unix.t
12637            ! MANIFEST lib/ExtUtils/MM_Unix.pm
12638 ____________________________________________________________________________
12639 [ 13731] By: jhi                                   on 2001/12/17  17:31:35
12640         Log: Subject: [PATCH lib/ExtUtils/MM_Unix.pm] miniperl found before perl
12641              From: Michael G Schwern <schwern@pobox.com>
12642              Date: Sun, 16 Dec 2001 17:53:55 -0500
12643              Message-ID: <20011216225354.GE8900@blackrider>
12644      Branch: perl
12645            ! lib/ExtUtils/MM_Unix.pm
12646 ____________________________________________________________________________
12647 [ 13730] By: jhi                                   on 2001/12/17  17:26:44
12648         Log: Subject: [PATCH ext/B/B/Deparse.pm] Re: [ID 20011216.005] B::Deparse turns legal code into illegal ones.
12649              From: Michael G Schwern <schwern@pobox.com>                
12650              Date: Sun, 16 Dec 2001 16:12:55 -0500
12651              Message-ID: <20011216211255.GV8900@blackrider>
12652      Branch: perl
12653            ! ext/B/B/Deparse.pm
12654 ____________________________________________________________________________
12655 [ 13729] By: jhi                                   on 2001/12/17  17:25:09
12656         Log: Subject: [PATCH] Exporter.pm
12657              From: Nicholas Clark <nick@ccl4.org>
12658              Date: Sun, 16 Dec 2001 19:24:25 +0000
12659              Message-ID: <20011216192425.R21702@plum.flirble.org>
12660      Branch: perl
12661            ! lib/Exporter.pm
12662 ____________________________________________________________________________
12663 [ 13728] By: jhi                                   on 2001/12/17  17:20:51
12664         Log: Subject: [PATCH] Exporter.t (and question)
12665              From: Nicholas Clark <nick@ccl4.org>
12666              Date: Sun, 16 Dec 2001 17:24:55 +0000
12667              Message-ID: <20011216172455.P21702@plum.flirble.org>
12668      Branch: perl
12669            ! lib/Exporter.t
12670 ____________________________________________________________________________
12671 [ 13727] By: jhi                                   on 2001/12/17  17:18:21
12672         Log: Subject: Re: perl@13661
12673              From: "John P. Linderman" <jpl@research.att.com>              
12674              Date: Mon, 17 Dec 2001 07:11:27 -0500 (EST)           
12675              Message-Id: <200112171211.HAA71597@raptor.research.att.com>
12676      Branch: perl
12677            ! pp_sort.c
12678 ____________________________________________________________________________
12679 [ 13726] By: jhi                                   on 2001/12/17  16:57:57
12680         Log: Subject: Will the real Unicode encoding please stand up?
12681              From: Jeffrey Friedl <jfriedl@yahoo.com>
12682              Date: Sun, 16 Dec 2001 11:36:32 -0800 (PST)
12683              Message-Id: <200112161936.fBGJaWe41263@ventrue.corp.yahoo.com>
12684      Branch: perl
12685            ! pod/perluniintro.pod
12686 ____________________________________________________________________________
12687 [ 13725] By: jhi                                   on 2001/12/17  16:43:09
12688         Log: Integrate perlio; interruptable system().
12689      Branch: perl
12690           !> util.c
12691 ____________________________________________________________________________
12692 [ 13724] By: nick                                  on 2001/12/17  09:16:50
12693         Log: Fix for alarm() breaking into wait*().
12694              Call PERL_ASYNC_CHECK() on EINTR in Perl_wait4pid(), to dispatch
12695              signal handler before caller re-does the system call.
12696      Branch: perlio
12697            ! util.c
12698 ____________________________________________________________________________
12699 [ 13723] By: nick                                  on 2001/12/17  07:45:13
12700         Log: Integrate mainline
12701      Branch: perlio
12702           +> (branch 26 files)
12703           !> (integrate 47 files)
12704 ____________________________________________________________________________
12705 [ 13722] By: jhi                                   on 2001/12/16  16:12:57
12706         Log: Disallow also Unicode ranges 0xFDD0..0xFDEF and
12707              0xFFFE..0xFFFF.  Ranges 0x...FFFE..0x...FFFF in general,
12708              and characters beyond 0x10FFF should be disallowed, too,
12709              but some tests would need changing, but more importantly some
12710              APIs would need remodeling since one can easily generate such
12711              characters either by bitwise complements, tr complements, or
12712              v-strings.
12713      Branch: perl
12714            ! pod/perldiag.pod utf8.c
12715 ____________________________________________________________________________
12716 [ 13721] By: jhi                                   on 2001/12/16  15:34:52
12717         Log: Make surrogates illegal also on EBCDIC.
12718      Branch: perl
12719            ! utf8.c
12720 ____________________________________________________________________________
12721 [ 13720] By: jhi                                   on 2001/12/16  14:49:18
12722         Log: Subject: [patch @13687] Unicode::Collate 0.10
12723              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>               
12724              Date: Sun, 16 Dec 2001 21:22:12 +0900
12725              Message-Id: <20011216211615.8ED5.BQW10602@nifty.com>
12726      Branch: perl
12727            ! lib/Unicode/Collate.pm lib/Unicode/Collate/Changes
12728            ! lib/Unicode/Collate/README lib/Unicode/Collate/t/test.t
12729 ____________________________________________________________________________
12730 [ 13719] By: jhi                                   on 2001/12/16  14:39:34
12731         Log: More documentation for the encoding pragma.
12732      Branch: perl
12733            ! lib/encoding.pm
12734 ____________________________________________________________________________
12735 [ 13718] By: jhi                                   on 2001/12/16  14:34:02
12736         Log: Subject: [PATCH] lib/open.pm 
12737              From: Jeffrey Friedl <jfriedl@yahoo.com>
12738              Date: Sat, 15 Dec 2001 23:07:42 -0800 (PST)
12739              Message-Id: <200112160707.fBG77g896350@ventrue.corp.yahoo.com>
12740      Branch: perl
12741            ! lib/open.pm
12742 ____________________________________________________________________________
12743 [ 13717] By: jhi                                   on 2001/12/16  14:18:49
12744         Log: Subject: [PATCH MANIFEST, lib/ExtUtils/Installed.t] Add tests for ExtUtils::Installed
12745              From: chromatic <chromatic@rmci.net>
12746              Date: Sat, 15 Dec 2001 23:24:40 -0700
12747              Message-ID: <20011216062507.71492.qmail@onion.perl.org>
12748      Branch: perl
12749            + lib/ExtUtils/Installed.t
12750            ! MANIFEST
12751 ____________________________________________________________________________
12752 [ 13716] By: jhi                                   on 2001/12/16  14:17:10
12753         Log: Subject: [PATCH lib/diagnostics.pm] Little warning nit
12754              From: Michael G Schwern <schwern@pobox.com>
12755              Date: Sun, 16 Dec 2001 01:14:00 -0500
12756              Message-ID: <20011216061400.GC8900@blackrider>
12757      Branch: perl
12758            ! lib/diagnostics.pm
12759 ____________________________________________________________________________
12760 [ 13715] By: jhi                                   on 2001/12/16  14:16:17
12761         Log: Subject: [PATCH] Re: [PATCH t/test.pl] diagnostics to STDERR
12762              From: Michael G Schwern <schwern@pobox.com>
12763              Date: Sun, 16 Dec 2001 01:12:42 -0500
12764              Message-ID: <20011216061242.GB8900@blackrider>
12765      Branch: perl
12766            ! t/test.pl
12767 ____________________________________________________________________________
12768 [ 13714] By: jhi                                   on 2001/12/16  04:21:53
12769         Log: I sometimes outsmart myself.
12770      Branch: perl
12771            ! lib/ExtUtils/MM_Cygwin.t lib/ExtUtils/MM_VMS.t
12772 ____________________________________________________________________________
12773 [ 13713] By: jhi                                   on 2001/12/16  03:24:34
12774         Log: Subject: [PATCH lib/AutoSplit.pm]  Fwd: [russell-belfast-pm@futureless.org: Re: This is the __END__] 
12775              From: Michael G Schwern <schwern@pobox.com>
12776              Date: Sat, 15 Dec 2001 15:08:29 -0500
12777              Message-ID: <20011215200829.GK1548@blackrider>
12778      Branch: perl
12779            ! lib/AutoSplit.pm
12780 ____________________________________________________________________________
12781 [ 13712] By: jhi                                   on 2001/12/16  03:22:39
12782         Log: perlunicode enchancements suggested by Jeffrey Friedl.
12783      Branch: perl
12784            ! pod/perlunicode.pod
12785 ____________________________________________________________________________
12786 [ 13711] By: jhi                                   on 2001/12/16  03:00:44
12787         Log: Subject: [PATCH] perlunicode.pod
12788              From: Jeffrey Friedl <jfriedl@yahoo.com>
12789              Date: Sat, 15 Dec 2001 19:17:09 -0800 (PST) 
12790              Message-Id: <200112160317.fBG3H9M82618@ventrue.corp.yahoo.com>
12791      Branch: perl
12792            ! pod/perlunicode.pod
12793 ____________________________________________________________________________
12794 [ 13710] By: jhi                                   on 2001/12/16  02:57:09
12795         Log: Subject: RESENT - [PATCH] utf8_heavy.pl 
12796              From: Jeffrey Friedl <jfriedl@yahoo.com>
12797              Date: Sat, 15 Dec 2001 19:55:01 -0800 (PST) 
12798              Message-Id: <200112160355.fBG3t1t84835@ventrue.corp.yahoo.com>
12799      Branch: perl
12800            ! lib/utf8_heavy.pl
12801 ____________________________________________________________________________
12802 [ 13709] By: jhi                                   on 2001/12/16  02:47:36
12803         Log: Can't create surrogates; so can't match them, either.
12804      Branch: perl
12805            ! pod/perlunicode.pod
12806 ____________________________________________________________________________
12807 [ 13708] By: jhi                                   on 2001/12/16  02:46:07
12808         Log: Subject: [PATCH t/test.pl] diagnostics to STDERR
12809              From: Michael G Schwern <schwern@pobox.com>
12810              Date: Sat, 15 Dec 2001 21:20:35 -0500
12811              Message-ID: <20011216022035.GE5672@blackrider>
12812      Branch: perl
12813            ! t/test.pl
12814 ____________________________________________________________________________
12815 [ 13707] By: jhi                                   on 2001/12/16  02:45:06
12816         Log: Make creating UTF-8 surrogates a punishable act.
12817      Branch: perl
12818            ! pod/perldiag.pod pod/perlunicode.pod t/op/ord.t utf8.c
12819 ____________________________________________________________________________
12820 [ 13706] By: jhi                                   on 2001/12/15  23:00:56
12821         Log: Support \p{All}, \p{IsAssigned}, \p{IsUnassigned}.
12822      Branch: perl
12823            + lib/unicore/In/172.pl lib/unicore/In/173.pl
12824            ! MANIFEST lib/unicore/In.pl lib/unicore/In/164.pl
12825            ! lib/unicore/In/165.pl lib/unicore/In/166.pl
12826            ! lib/unicore/In/167.pl lib/unicore/In/168.pl
12827            ! lib/unicore/In/169.pl lib/unicore/In/170.pl
12828            ! lib/unicore/In/171.pl lib/unicore/mktables lib/utf8_heavy.pl
12829 ____________________________________________________________________________
12830 [ 13705] By: jhi                                   on 2001/12/15  22:17:10
12831         Log: Subject: [PATCH B::Deparse] rcatline support ($_.=<ARGV>)
12832              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
12833              Date: Sat, 15 Dec 2001 23:21:43 +0100
12834              Message-ID: <20011215232143.A11790@rafael>
12835      Branch: perl
12836            ! ext/B/B/Deparse.pm ext/B/t/deparse.t
12837 ____________________________________________________________________________
12838 [ 13704] By: jhi                                   on 2001/12/15  22:09:20
12839         Log: Make charnames more robust.
12840      Branch: perl
12841            ! lib/charnames.pm
12842 ____________________________________________________________________________
12843 [ 13703] By: jhi                                   on 2001/12/15  17:30:55
12844         Log: The hoops one has to jump through.
12845      Branch: perl
12846            ! ext/I18N/Langinfo/Langinfo.pm
12847 ____________________________________________________________________________
12848 [ 13702] By: jhi                                   on 2001/12/15  17:18:49
12849         Log: Subject: [PATCH] perlstyle.pod nit on warnings
12850              From: Autrijus Tang <autrijus@egb.elixus.org>
12851              Date: Sat, 15 Dec 2001 04:24:34 -0800
12852              Message-ID: <20011215122434.GA1682@egb.elixus.org> 
12853      Branch: perl
12854            ! pod/perlstyle.pod
12855 ____________________________________________________________________________
12856 [ 13701] By: jhi                                   on 2001/12/15  17:17:47
12857         Log: I don't think we are in FooOS, Toto.
12858      Branch: perl
12859            ! lib/ExtUtils/MM_Cygwin.t lib/ExtUtils/MM_VMS.t
12860 ____________________________________________________________________________
12861 [ 13700] By: jhi                                   on 2001/12/15  17:15:50
12862         Log: Subject: Re: Untested modules update:  There's more than we thought
12863              From: chromatic <chromatic@rmci.net>
12864              Date: Fri, 14 Dec 2001 17:20:24 -0700
12865              Message-ID: <20011215002049.37259.qmail@onion.perl.org>
12866      Branch: perl
12867            + lib/ExtUtils/MM_Cygwin.t
12868            ! MANIFEST
12869 ____________________________________________________________________________
12870 [ 13699] By: jhi                                   on 2001/12/15  17:14:26
12871         Log: Subject: [PATCH t/TEST] -bytecompile & -compile for testing perlcc
12872              From: Michael G Schwern <schwern@pobox.com> 
12873              Date: Fri, 14 Dec 2001 20:59:42 -0500
12874              Message-ID: <20011215015942.GF28596@blackrider>
12875      Branch: perl
12876            ! t/TEST
12877 ____________________________________________________________________________
12878 [ 13698] By: jhi                                   on 2001/12/15  17:13:35
12879         Log: Subject: [PATCH MANIFEST ext/B/t/bblock.t] Compile test
12880              From: Michael G Schwern <schwern@pobox.com> 
12881              Date: Fri, 14 Dec 2001 20:03:46 -0500
12882              Message-ID: <20011215010346.GD28596@blackrider>
12883      Branch: perl
12884            + ext/B/t/bblock.t
12885            ! MANIFEST
12886 ____________________________________________________________________________
12887 [ 13697] By: jhi                                   on 2001/12/15  17:12:32
12888         Log: Subject: [PATCH ext/B/B/Bblock.pm] Some weak docs
12889              From: Michael G Schwern <schwern@pobox.com> 
12890              Date: Fri, 14 Dec 2001 19:59:13 -0500
12891              Message-ID: <20011215005913.GC28596@blackrider>
12892      Branch: perl
12893            ! ext/B/B/Bblock.pm
12894 ____________________________________________________________________________
12895 [ 13696] By: jhi                                   on 2001/12/15  17:11:32
12896         Log: Subject: [PATCH MANIFEST ext/B/t/asmdata.t] B::Asmdata test 
12897              From: Michael G Schwern <schwern@pobox.com> 
12898              Date: Fri, 14 Dec 2001 19:36:12 -0500
12899              Message-ID: <20011215003611.GA28596@blackrider>
12900      Branch: perl
12901            + ext/B/t/asmdata.t
12902            ! MANIFEST
12903 ____________________________________________________________________________
12904 [ 13695] By: jhi                                   on 2001/12/15  17:10:05
12905         Log: Subject: [PATCH bytecode.pl] Adding B::Asmdata docs
12906              From: Michael G Schwern <schwern@pobox.com> 
12907              Date: Fri, 14 Dec 2001 19:14:14 -0500
12908              Message-ID: <20011215001414.GA25077@blackrider>
12909      Branch: perl
12910            ! bytecode.pl ext/B/B/Asmdata.pm
12911 ____________________________________________________________________________
12912 [ 13694] By: jhi                                   on 2001/12/15  17:00:44
12913         Log: Permissions.
12914      Branch: perl
12915            ! ext/Devel/PPPort/PPPort.xs ext/Devel/PPPort/module2.c
12916            ! ext/Devel/PPPort/module3.c
12917 ____________________________________________________________________________
12918 [ 13693] By: jhi                                   on 2001/12/14  23:48:59
12919         Log: Benchmark test from Nicholas Clark.
12920      Branch: perl
12921            + lib/Benchmark.t
12922            ! MANIFEST lib/Benchmark.pm
12923 ____________________________________________________________________________
12924 [ 13692] By: jhi                                   on 2001/12/14  23:33:28
12925         Log: Mithing.
12926      Branch: perl
12927            + lib/Attribute/Handlers/demo/demo2.pl
12928            + lib/Attribute/Handlers/demo/demo3.pl
12929            + lib/Attribute/Handlers/demo/demo4.pl
12930 ____________________________________________________________________________
12931 [ 13691] By: jhi                                   on 2001/12/14  21:26:08
12932         Log: Silence compiler worries found by Schwern/Digital cc.
12933      Branch: perl
12934            ! perlio.c sv.c x2p/str.c
12935 ____________________________________________________________________________
12936 [ 13690] By: jhi                                   on 2001/12/14  20:26:51
12937         Log: User may not have a valid home directory even if
12938              getpwuid() succedds.
12939      Branch: perl
12940            ! ext/File/Glob/t/basic.t
12941 ____________________________________________________________________________
12942 [ 13689] By: jhi                                   on 2001/12/14  18:14:52
12943         Log: Integrate with perlio.  (No changes, but that's okay.)
12944      Branch: perl
12945           !> doio.c lib/Exporter.pm perlio.c perliol.h pod/perlmodlib.pod
12946 ____________________________________________________________________________
12947 [ 13688] By: jhi                                   on 2001/12/14  18:06:18
12948         Log: Add a Configure hints file for VOS: the POSIX support
12949              of VOS is getting close to the point where it can run
12950              Configure (some Configure tweaks will be required).
12951      Branch: perl
12952            + hints/vos.sh
12953            ! MANIFEST
12954 ____________________________________________________________________________
12955 [ 13687] By: jhi                                   on 2001/12/14  16:15:17
12956         Log: Update Changes.
12957      Branch: perl
12958            ! Changes patchlevel.h
12959 ____________________________________________________________________________
12960 [ 13686] By: jhi                                   on 2001/12/14  16:07:02
12961         Log: Reintroduce Attribute::Handlers with Spider's fixes.
12962      Branch: perl
12963            + lib/Attribute/Handlers.pm lib/Attribute/Handlers/Changes
12964            + lib/Attribute/Handlers/README
12965            + lib/Attribute/Handlers/demo/Demo.pm
12966            + lib/Attribute/Handlers/demo/Descriptions.pm
12967            + lib/Attribute/Handlers/demo/MyClass.pm
12968            + lib/Attribute/Handlers/demo/demo.pl
12969            + lib/Attribute/Handlers/demo/demo_call.pl
12970            + lib/Attribute/Handlers/demo/demo_chain.pl
12971            + lib/Attribute/Handlers/demo/demo_cycle.pl
12972            + lib/Attribute/Handlers/demo/demo_hashdir.pl
12973            + lib/Attribute/Handlers/demo/demo_phases.pl
12974            + lib/Attribute/Handlers/demo/demo_range.pl
12975            + lib/Attribute/Handlers/demo/demo_rawdata.pl
12976            + lib/Attribute/Handlers/t/multi.t
12977            ! MANIFEST pod/perldelta.pod pod/perlmodlib.pod pod/perltoc.pod
12978 ____________________________________________________________________________
12979 [ 13685] By: nick                                  on 2001/12/14  15:57:00
12980         Log: Integrate mainline
12981      Branch: perlio
12982           +> t/run/switcht.t
12983           !> MANIFEST embedvar.h intrpvar.h lib/Test/Harness.pm perl.c
12984           !> perlapi.h pod/perlrun.pod t/TEST taint.c
12985 ____________________________________________________________________________
12986 [ 13684] By: jhi                                   on 2001/12/14  14:43:40
12987         Log: Subject: [PATCH taint.c intrpvar.h perl.c ...] -t taint warnings
12988              From: Michael G Schwern <schwern@pobox.com> 
12989              Date: Thu, 13 Dec 2001 19:27:08 -0500
12990              Message-ID: <20011214002707.GA10532@blackrider>
12991              
12992              (reword the perlrun -t description a bit,
12993              and move the Itaint_warn to the bottom of
12994              the intrpvar.h for binary compatibility)
12995      Branch: perl
12996            + t/run/switcht.t
12997            ! MANIFEST embedvar.h intrpvar.h lib/Test/Harness.pm perl.c
12998            ! perlapi.h pod/perlrun.pod t/TEST taint.c
12999 ____________________________________________________________________________
13000 [ 13683] By: nick                                  on 2001/12/14  12:29:41
13001         Log: Integrate mainline
13002      Branch: perlio
13003           +> beos/beos.c beos/beosish.h ext/POSIX/t/waitpid.t
13004           +> lib/Term/ReadLine.t t/op/hashassign.t
13005            - lib/Attribute/Handlers.pm lib/Attribute/Handlers/Changes
13006            - lib/Attribute/Handlers/README
13007            - lib/Attribute/Handlers/demo/Demo.pm
13008            - lib/Attribute/Handlers/demo/Descriptions.pm
13009            - lib/Attribute/Handlers/demo/MyClass.pm
13010            - lib/Attribute/Handlers/demo/demo.pl
13011            - lib/Attribute/Handlers/demo/demo2.pl
13012            - lib/Attribute/Handlers/demo/demo3.pl
13013            - lib/Attribute/Handlers/demo/demo4.pl
13014            - lib/Attribute/Handlers/demo/demo_call.pl
13015            - lib/Attribute/Handlers/demo/demo_chain.pl
13016            - lib/Attribute/Handlers/demo/demo_cycle.pl
13017            - lib/Attribute/Handlers/demo/demo_hashdir.pl
13018            - lib/Attribute/Handlers/demo/demo_phases.pl
13019            - lib/Attribute/Handlers/demo/demo_range.pl
13020            - lib/Attribute/Handlers/demo/demo_rawdata.pl
13021            - lib/Attribute/Handlers/t/multi.t lib/Memoize/Saves.pm
13022           !> (integrate 101 files)
13023 ____________________________________________________________________________
13024 [ 13682] By: jhi                                   on 2001/12/14  04:10:37
13025         Log: Detypo.
13026      Branch: perl
13027            ! utf8.c
13028 ____________________________________________________________________________
13029 [ 13681] By: jhi                                   on 2001/12/14  04:07:08
13030         Log: Buffer overflow checks.
13031      Branch: perl
13032            ! utf8.c
13033 ____________________________________________________________________________
13034 [ 13680] By: jhi                                   on 2001/12/13  21:30:14
13035         Log: Subject: [ID 20011213.009] Not OK: perl v5.7.2 +DEVEL13660 on alpha-dec_osf-perlio-ld 5.1 (UNINSTALLED)
13036              From: Spider Boardman <spider@leggy.zk3.dec.com>
13037              Date: Thu, 13 Dec 2001 15:32:51 -0500
13038              Message-Id: <200112132032.PAA203491@leggy.zk3.dec.com>
13039      Branch: perl
13040            ! lib/ExtUtils/Embed.t
13041 ____________________________________________________________________________
13042 [ 13679] By: jhi                                   on 2001/12/13  21:27:31
13043         Log: More on the Unicode "line" definition.
13044      Branch: perl
13045            ! pod/perlunicode.pod
13046 ____________________________________________________________________________
13047 [ 13678] By: jhi                                   on 2001/12/13  21:18:47
13048         Log: Open-ended VERSION?
13049      Branch: perl
13050            ! lib/ExtUtils/Install.pm
13051 ____________________________________________________________________________
13052 [ 13677] By: jhi                                   on 2001/12/13  19:13:13
13053         Log: Subject: [PATCH] Better make distclean
13054              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
13055              Date: Thu, 13 Dec 2001 21:10:18 +0100
13056              Message-Id: <20011213204542.0321.H.M.BRAND@hccnet.nl>
13057      Branch: perl
13058            ! Makefile.SH
13059 ____________________________________________________________________________
13060 [ 13676] By: jhi                                   on 2001/12/13  17:11:42
13061         Log: Remove Memoize::Saves as requested by mjd.
13062      Branch: perl
13063            - lib/Memoize/Saves.pm
13064            ! MANIFEST pod/perlmodlib.pod pod/perltoc.pod
13065 ____________________________________________________________________________
13066 [ 13675] By: jhi                                   on 2001/12/13  16:16:12
13067         Log: Subject: [PATCH ExtUtils::Install] Old RCS $Date$ tag
13068              From: Michael G Schwern <schwern@pobox.com>
13069              Date: Tue, 11 Dec 2001 23:17:32 -0500
13070              Message-ID: <20011212041732.GS17250@blackrider>
13071      Branch: perl
13072            ! lib/ExtUtils/Install.pm
13073 ____________________________________________________________________________
13074 [ 13674] By: jhi                                   on 2001/12/13  16:12:19
13075         Log: Subject: [PATCH] Re: use utf8; with bad utf8
13076              From: Nicholas Clark <nick@ccl4.org>
13077              Date: Thu, 13 Dec 2001 17:09:39 +0000
13078              Message-ID: <20011213170939.L21702@plum.flirble.org>
13079      Branch: perl
13080            ! t/lib/1_compile.t
13081 ____________________________________________________________________________
13082 [ 13673] By: jhi                                   on 2001/12/13  16:09:18
13083         Log: Subject: (LONG!) Sort benchmarks and patch
13084              From: "John P. Linderman" <jpl@research.att.com>
13085              Date: Thu, 13 Dec 2001 09:50:58 -0500 (EST)
13086              Message-Id: <200112131450.JAA84836@raptor.research.att.com>
13087      Branch: perl
13088            ! pp_sort.c
13089 ____________________________________________________________________________
13090 [ 13672] By: jhi                                   on 2001/12/13  14:19:28
13091         Log: Unadorned numbers evil.
13092      Branch: perl
13093            ! pp.c regcomp.c regexec.c utf8.c utf8.h
13094 ____________________________________________________________________________
13095 [ 13671] By: jhi                                   on 2001/12/13  13:35:47
13096         Log: "preprocessing directive not recognized within macro arg"
13097      Branch: perl
13098            ! ext/Data/Dumper/Dumper.xs
13099 ____________________________________________________________________________
13100 [ 13670] By: jhi                                   on 2001/12/13  13:32:37
13101         Log: Subject: Clarifying the documentation of goto            
13102              From: "Benjamin J. Tilly" <ben_tilly@operamail.com>      
13103              Date: Thu, 13 Dec 2001 08:57:38 -0500
13104              Message-ID: <3C18BD8B@operamail.com>
13105      Branch: perl
13106            ! pod/perlfunc.pod
13107 ____________________________________________________________________________
13108 [ 13669] By: jhi                                   on 2001/12/13  04:38:19
13109         Log: It could be possible for the case-insensitive
13110              Unicode-aware string comparison to wander off
13111              to the la-la land.
13112      Branch: perl
13113            ! embed.h embed.pl pod/perlapi.pod pod/perlunicode.pod proto.h
13114            ! regexec.c utf8.c
13115 ____________________________________________________________________________
13116 [ 13668] By: jhi                                   on 2001/12/13  02:48:14
13117         Log: Subject: [PATCH] Re: [PATCH t/test.pl t/op/stat.t lib/Net/hostent.t] Unbail out
13118              From: Michael G Schwern <schwern@pobox.com> 
13119              Date: Wed, 12 Dec 2001 21:53:46 -0500
13120              Message-ID: <20011213025346.GH25129@blackrider>
13121      Branch: perl
13122            ! lib/Net/hostent.t t/op/stat.t t/test.pl
13123 ____________________________________________________________________________
13124 [ 13667] By: jhi                                   on 2001/12/13  02:47:27
13125         Log: Subject: [PATCH t/io/fs.t] Proper skip tests and VMS unlink
13126              From: Michael G Schwern <schwern@pobox.com> 
13127              Date: Wed, 12 Dec 2001 20:33:42 -0500
13128              Message-ID: <20011213013342.GX25129@blackrider>
13129      Branch: perl
13130            ! t/io/fs.t
13131 ____________________________________________________________________________
13132 [ 13666] By: jhi                                   on 2001/12/12  23:22:27
13133         Log: Subject: Re: [PATCH] use utf8; tests
13134              From: Nicholas Clark <nick@ccl4.org>
13135              Date: Thu, 13 Dec 2001 00:16:58 +0000
13136              Message-ID: <20011213001658.I21702@plum.flirble.org>
13137      Branch: perl
13138            ! lib/utf8.t
13139 ____________________________________________________________________________
13140 [ 13665] By: jhi                                   on 2001/12/12  21:45:49
13141         Log: EPOC fixes from Olaf Flebbe.
13142      Branch: perl
13143            ! README.epoc epoc/config.sh epoc/createpkg.pl
13144            ! ext/Data/Dumper/Dumper.xs ext/Errno/Errno_pm.PL
13145 ____________________________________________________________________________
13146 [ 13664] By: jhi                                   on 2001/12/12  21:33:50
13147         Log: Subject: [PATCH perl@13661] VMS test fix-ups
13148              From: "Craig A. Berry" <craigberry@mac.com>
13149              Date: Wed, 12 Dec 2001 16:27:48 -0600
13150              Message-Id: <5.1.0.14.2.20011212154350.01be3618@exchi01>
13151      Branch: perl
13152            ! lib/Net/hostent.t t/io/fs.t
13153 ____________________________________________________________________________
13154 [ 13663] By: jhi                                   on 2001/12/12  19:59:56
13155         Log: Subject: Re: Next cygwin round.
13156              From: "Gerrit P. Haase" <gp@familiehaase.de>
13157              Date: Wed, 12 Dec 2001 21:59:00 +0100
13158              Message-ID: <122343874595.20011212215900@familiehaase.de>
13159      Branch: perl
13160            ! t/io/fs.t
13161 ____________________________________________________________________________
13162 [ 13662] By: jhi                                   on 2001/12/12  19:12:36
13163         Log: Subject: [PATCH] use utf8; tests
13164              From: Nicholas Clark <nick@ccl4.org>
13165              Date: Wed, 12 Dec 2001 20:07:04 +0000
13166              Message-ID: <20011212200704.E21702@plum.flirble.org>
13167      Branch: perl
13168            ! lib/utf8.t t/test.pl
13169 ____________________________________________________________________________
13170 [ 13661] By: jhi                                   on 2001/12/12  15:24:42
13171         Log: Update Changes.
13172      Branch: perl
13173            ! Changes patchlevel.h
13174 ____________________________________________________________________________
13175 [ 13660] By: jhi                                   on 2001/12/12  15:04:03
13176         Log: Subject: [PATCH] Passing in env to perl_parse did not work
13177              From: Gisle Aas <gisle@ActiveState.com>
13178              Date: 11 Dec 2001 20:52:57 -0800
13179              Message-ID: <lrheqxniom.fsf@caliper.activestate.com>
13180      Branch: perl
13181            ! perl.c perl.h
13182 ____________________________________________________________________________
13183 [ 13659] By: jhi                                   on 2001/12/12  14:33:30
13184         Log: Fixes for casting problems detected on a SuSE 7.2 Itanium,
13185              mostly gcc -Wall complaining about the argument of %p not
13186              being a void *.
13187      Branch: perl
13188            ! perlio.c regcomp.c taint.c toke.c
13189 ____________________________________________________________________________
13190 [ 13658] By: jhi                                   on 2001/12/12  14:09:09
13191         Log: metaconfig unit change for #13657.
13192      Branch: metaconfig
13193            ! U/modified/nis.U
13194 ____________________________________________________________________________
13195 [ 13657] By: jhi                                   on 2001/12/12  14:08:49
13196         Log: Try YP/NIS also from /usr/lib/yp.
13197      Branch: perl
13198            ! Configure
13199 ____________________________________________________________________________
13200 [ 13656] By: jhi                                   on 2001/12/12  14:05:28
13201         Log: Subject: [PATCH Configure t/op/grent.t] ypcat working, but NIS not used
13202              From: Michael G Schwern <schwern@pobox.com>                
13203              Date: Wed, 12 Dec 2001 05:27:02 -0500      
13204              Message-ID: <20011212102702.GW17250@blackrider>
13205              
13206              (the op/grent part)
13207      Branch: perl
13208            ! t/op/grent.t
13209 ____________________________________________________________________________
13210 [ 13655] By: jhi                                   on 2001/12/12  14:01:55
13211         Log: Weed out .files from ls and readdir() results.
13212      Branch: perl
13213            ! t/op/stat.t
13214 ____________________________________________________________________________
13215 [ 13654] By: jhi                                   on 2001/12/12  13:45:21
13216         Log: Subject: Re: [PATCH] ID 20011206.007 File::Find:name set to empty string for "/"  
13217              From: "Wolfgang Laun" <wolfgang.laun@chello.at>
13218              Date: Wed, 12 Dec 2001 10:52:21 +0100
13219              Message-ID: <200112121052210220.001ACE6B@smtp.chello.at>
13220      Branch: perl
13221            ! lib/File/Find.pm
13222 ____________________________________________________________________________
13223 [ 13653] By: jhi                                   on 2001/12/12  13:34:06
13224         Log: Subject: [PATCH] doio fatal on cygwin for 13651
13225              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>               
13226              Date: Wed, 12 Dec 2001 11:28:13 +0100      
13227              Message-Id: <20011212112548.4611.H.M.BRAND@hccnet.nl>
13228      Branch: perl
13229            ! doio.c
13230 ____________________________________________________________________________
13231 [ 13652] By: jhi                                   on 2001/12/12  13:32:51
13232         Log: Get the whole line of ls, makes debugging easier
13233              (from Schwern)
13234      Branch: perl
13235            ! t/op/stat.t
13236 ____________________________________________________________________________
13237 [ 13651] By: jhi                                   on 2001/12/12  05:42:05
13238         Log: rename() must be tested even without link()
13239              or the utime() and rename-directory tests fail.
13240              (Also got the BeOS utime atime/time the wrong way round.)
13241      Branch: perl
13242            ! t/io/fs.t
13243 ____________________________________________________________________________
13244 [ 13650] By: jhi                                   on 2001/12/12  05:36:31
13245         Log: Now that the beos.c is compiled at the main level
13246              the header is in the beos/
13247      Branch: perl
13248            ! beos/beos.c
13249 ____________________________________________________________________________
13250 [ 13649] By: jhi                                   on 2001/12/12  04:25:21
13251         Log: Must remember to require Socket.
13252      Branch: perl
13253            ! ext/Sys/Syslog/syslog.t
13254 ____________________________________________________________________________
13255 [ 13648] By: jhi                                   on 2001/12/12  04:12:05
13256         Log: In BeOS Errno must resort to actual compilation
13257              and execution for some of the error constants.
13258      Branch: perl
13259            ! ext/Errno/Errno_pm.PL
13260 ____________________________________________________________________________
13261 [ 13647] By: jhi                                   on 2001/12/12  03:23:26
13262         Log: BeOS still has no good sockets.
13263      Branch: perl
13264            ! ext/IO/lib/IO/t/io_sel.t
13265 ____________________________________________________________________________
13266 [ 13646] By: jhi                                   on 2001/12/12  03:19:56
13267         Log: BeOS sockets are not true sockets.
13268      Branch: perl
13269            ! ext/IO/lib/IO/t/io_poll.t
13270 ____________________________________________________________________________
13271 [ 13645] By: jhi                                   on 2001/12/12  03:14:32
13272         Log: No Socket, no Syslog.
13273      Branch: perl
13274            ! ext/Sys/Syslog/syslog.t
13275 ____________________________________________________________________________
13276 [ 13644] By: jhi                                   on 2001/12/12  03:12:46
13277         Log: (On some platforms) missing truncate FH.
13278      Branch: perl
13279            ! pod/perltodo.pod
13280 ____________________________________________________________________________
13281 [ 13643] By: jhi                                   on 2001/12/12  03:09:37
13282         Log: io/fs cleanup: testing on win32/cygwin/netware/djgpp/...
13283              and vms would be muchly appreciated.
13284      Branch: perl
13285            ! t/io/fs.t
13286 ____________________________________________________________________________
13287 [ 13642] By: jhi                                   on 2001/12/12  02:32:05
13288         Log: utime() updates only the mtime in BeOS. 
13289      Branch: perl
13290            ! pod/perlport.pod
13291 ____________________________________________________________________________
13292 [ 13641] By: jhi                                   on 2001/12/12  01:50:13
13293         Log: No link(), no need to dSP.
13294      Branch: perl
13295            ! pp_sys.c
13296 ____________________________________________________________________________
13297 [ 13640] By: jhi                                   on 2001/12/12  01:49:40
13298         Log: Missing argument.
13299      Branch: perl
13300            ! utf8.c
13301 ____________________________________________________________________________
13302 [ 13639] By: jhi                                   on 2001/12/12  01:44:39
13303         Log: (1) To assume any setuid programs is silly.
13304              (2) Chaining tests with booleans means that some
13305              of them may not get run which means getting out
13306              of test count sync.
13307      Branch: perl
13308            ! t/op/stat.t
13309 ____________________________________________________________________________
13310 [ 13638] By: jhi                                   on 2001/12/12  01:12:49
13311         Log: The beos.c needs to be in the main directory.
13312      Branch: perl
13313            ! hints/beos.sh
13314 ____________________________________________________________________________
13315 [ 13637] By: jhi                                   on 2001/12/12  00:37:20
13316         Log: Detypo and rename.
13317      Branch: perl
13318            ! doio.c perl.h perlio.c perliol.h
13319 ____________________________________________________________________________
13320 [ 13636] By: jhi                                   on 2001/12/12  00:22:16
13321         Log: This time I test compiled.  Honest.
13322      Branch: perl
13323            ! beos/beos.c
13324 ____________________________________________________________________________
13325 [ 13635] By: jhi                                   on 2001/12/11  22:57:07
13326         Log: Subject: [PATCH] slightly more pack tests
13327              From: Nicholas Clark <nick@ccl4.org>
13328              Date: Tue, 11 Dec 2001 23:41:23 +0000
13329              Message-ID: <20011211234123.Y21702@plum.flirble.org>
13330      Branch: perl
13331            ! t/op/pack.t
13332 ____________________________________________________________________________
13333 [ 13634] By: jhi                                   on 2001/12/11  21:49:58
13334         Log: Subject: [PATCH perl@13600] Gconvert for VMS again
13335              From: "Craig A. Berry" <craigberry@mac.com>
13336              Date: Tue, 11 Dec 2001 16:39:13 -0600
13337              Message-Id: <5.1.0.14.2.20011211162600.02a4b008@exchi01>
13338      Branch: perl
13339            ! configure.com
13340 ____________________________________________________________________________
13341 [ 13633] By: jhi                                   on 2001/12/11  21:48:57
13342         Log: metaconfig unit change for #13632.
13343      Branch: metaconfig/U/perl
13344            ! perlpath.U
13345 ____________________________________________________________________________
13346 [ 13632] By: jhi                                   on 2001/12/11  21:48:26
13347         Log: Subject: $Config{perlpath} and -Dversiononly
13348              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
13349              Date: Tue, 11 Dec 2001 23:32:33 +0100
13350              Message-ID: <20011211233233.A11587@rafael>
13351      Branch: perl
13352            ! Configure
13353 ____________________________________________________________________________
13354 [ 13631] By: jhi                                   on 2001/12/11  21:01:00
13355         Log: Subject: [PATCH] _qq pack.t Re: [PATCH] tests for hash assignment
13356              From: Nicholas Clark <nick@ccl4.org>
13357              Date: Tue, 11 Dec 2001 21:59:36 +0000
13358              Message-ID: <20011211215935.W21702@plum.flirble.org>
13359      Branch: perl
13360            ! t/op/pack.t
13361 ____________________________________________________________________________
13362 [ 13630] By: jhi                                   on 2001/12/11  20:16:29
13363         Log: More UTF-8 API docs.
13364      Branch: perl
13365            ! embed.pl pod/perlapi.pod pod/perlunicode.pod utf8.c
13366 ____________________________________________________________________________
13367 [ 13629] By: jhi                                   on 2001/12/11  19:17:16
13368         Log: Subject: [PATCH] Re: [PATCH] Re: [PATCH t/op/pack.t] Cleanup
13369              From: Nicholas Clark <nick@ccl4.org>
13370              Date: Tue, 11 Dec 2001 20:08:59 +0000
13371              Message-ID: <20011211200859.S21702@plum.flirble.org>
13372      Branch: perl
13373            ! t/op/pack.t
13374 ____________________________________________________________________________
13375 [ 13628] By: jhi                                   on 2001/12/11  19:13:57
13376         Log: Subject: Re: use utf8; with bad utf8
13377              From: Nicholas Clark <nick@ccl4.org>
13378              Date: Tue, 11 Dec 2001 19:49:21 +0000
13379              Message-ID: <20011211194921.R21702@plum.flirble.org>
13380      Branch: perl
13381            ! lib/utf8.t
13382 ____________________________________________________________________________
13383 [ 13627] By: jhi                                   on 2001/12/11  17:29:01
13384         Log: Can't spell worth a dam.  (Try Three Gorges.)
13385      Branch: perl
13386            ! beos/beos.c
13387 ____________________________________________________________________________
13388 [ 13626] By: jhi                                   on 2001/12/11  15:55:51
13389         Log: We need DWIM cpps.
13390      Branch: perl
13391            ! perlio.c
13392 ____________________________________________________________________________
13393 [ 13625] By: jhi                                   on 2001/12/11  15:53:41
13394         Log: The unixish.h needs to be found and the waitpid wrapper
13395              could use a proto.
13396      Branch: perl
13397            ! beos/beosish.h
13398 ____________________________________________________________________________
13399 [ 13624] By: jhi                                   on 2001/12/11  15:27:06
13400         Log: The BeOS waitpid() seems to be broken,
13401              have a wrapper for it.
13402      Branch: perl
13403            + beos/beos.c beos/beosish.h
13404            ! MANIFEST hints/beos.sh perl.h
13405 ____________________________________________________________________________
13406 [ 13623] By: jhi                                   on 2001/12/11  15:12:18
13407         Log: Unlean the leaning tower of Babel.
13408      Branch: perl
13409            ! perl.h
13410 ____________________________________________________________________________
13411 [ 13622] By: jhi                                   on 2001/12/11  14:34:53
13412         Log: Retract #13607 until we figure out what to do with autouse.
13413      Branch: perl
13414            ! lib/Carp.pm
13415 ____________________________________________________________________________
13416 [ 13621] By: jhi                                   on 2001/12/11  14:33:14
13417         Log: Try to handle platforms that have O_TEXT != O_BINARY but
13418              which are not DOSish, BeOS being one of such platforms.
13419              Ideally this should be a Configure test, not a hardwired
13420              cpp symbol test... 
13421      Branch: perl
13422            ! doio.c perl.h perlio.c perliol.h
13423 ____________________________________________________________________________
13424 [ 13620] By: jhi                                   on 2001/12/11  13:56:17
13425         Log: Subject: [PATCH lib/Term/Cap.pm lib/Term/Cap.t] Sync changes in CPAN version
13426              From: Jonathan Stowe <gellyfish@gellyfish.com>
13427              Date: Tue, 11 Dec 2001 07:28:45 +0000 (GMT) 
13428              Message-ID: <Pine.LNX.4.33.0112110720470.31242-100000@orpheus.gellyfish.com>
13429      Branch: perl
13430            ! lib/Term/Cap.pm lib/Term/Cap.t
13431 ____________________________________________________________________________
13432 [ 13619] By: jhi                                   on 2001/12/11  13:51:21
13433         Log: Subject: [patch perlio.c] test for NULL before derefencing
13434              From: Stas Bekman <stas@stason.org>
13435              Date: Tue, 11 Dec 2001 16:17:55 +0800
13436              Message-ID: <3C15C133.8@stason.org>
13437      Branch: perl
13438            ! perlio.c
13439 ____________________________________________________________________________
13440 [ 13618] By: jhi                                   on 2001/12/11  05:22:39
13441         Log: metaconfig unit change for #13617.
13442      Branch: metaconfig/U/perl
13443            ! Extensions.U
13444 ____________________________________________________________________________
13445 [ 13617] By: jhi                                   on 2001/12/11  05:22:08
13446         Log: BeOS has socket() but not enough to build a working Socket.
13447              Go figure.  ("BONE" (BeOS NEtworking?) is some sort of rumored
13448              new networking implementation, which is rumored to fix the
13449              non-standardness of sockets, but it's apparently not publicly
13450              available, and anything to do with BeOS has become quite
13451              complicated with the sale of the Be assets to Palm.)
13452      Branch: perl
13453            ! Configure
13454 ____________________________________________________________________________
13455 [ 13616] By: pudge                                 on 2001/12/11  05:11:44
13456         Log: Update changes
13457      Branch: maint-5.6/macperl
13458            ! macos/Changes
13459 ____________________________________________________________________________
13460 [ 13615] By: pudge                                 on 2001/12/11  05:09:34
13461         Log: Add extra pod to help
13462      Branch: maint-5.6/macperl
13463            ! macos/macperl/MacPerl.podhelp
13464 ____________________________________________________________________________
13465 [ 13614] By: pudge                                 on 2001/12/11  05:08:51
13466         Log: Return DoAppleScript errors in $@
13467      Branch: maint-5.6/macperl
13468            ! macos/ext/MacPerl/OSA.xs
13469 ____________________________________________________________________________
13470 [ 13613] By: pudge                                 on 2001/12/11  05:08:19
13471         Log: Clear out $^E before each script run
13472      Branch: maint-5.6/macperl
13473            ! macos/macperl/MPScript.c
13474 ____________________________________________________________________________
13475 [ 13612] By: pudge                                 on 2001/12/11  04:58:52
13476         Log: Integrate various changes from maint-5.6/perl/.
13477      Branch: maint-5.6/macperl
13478           !> op.c pp.c pp_hot.c t/io/pipe.t t/op/cmp.t t/op/misc.t
13479           !> t/op/system_tests util.c win32/perlhost.h win32/win32.c
13480 ____________________________________________________________________________
13481 [ 13611] By: jhi                                   on 2001/12/11  04:29:32
13482         Log: Subject: Exporter's documentation shouldn't lie               
13483              From: "Benjamin J. Tilly" <ben_tilly@operamail.com>
13484              Date: Mon, 10 Dec 2001 21:30:20 -0500
13485              Message-ID: <3C4AA201@operamail.com>
13486      Branch: perl
13487            ! lib/Exporter.pm
13488 ____________________________________________________________________________
13489 [ 13610] By: jhi                                   on 2001/12/11  04:28:31
13490         Log: Make Errno better in BeOS (the second hunk is
13491              good on any platform).  Still not working in BeOS
13492              are the E constants that refer BeOS native error
13493              constants (B_...) which are enums (*groan*).
13494      Branch: perl
13495            ! ext/Errno/Errno_pm.PL
13496 ____________________________________________________________________________
13497 [ 13609] By: jhi                                   on 2001/12/11  00:59:31
13498         Log: The BeOS linker seems to link the last seen symbol,
13499              not the first (so the symbols of op.o from libperl.so
13500              would get linked to miniperl instead of the symbols of
13501              opmini.o)-- use the same trick as for NeXT4 for linking
13502              miniperl.
13503      Branch: perl
13504            ! Makefile.SH
13505 ____________________________________________________________________________
13506 [ 13608] By: jhi                                   on 2001/12/11  00:49:15
13507         Log: Subject: Re: [PATCH] tests for hash assignment
13508              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
13509              Date: Tue, 11 Dec 2001 01:48:55 +0000
13510              Message-Id: <200112110148.fBB1mtl19148@crypt.compulink.co.uk>
13511      Branch: perl
13512            ! utf8.c
13513 ____________________________________________________________________________
13514 [ 13607] By: jhi                                   on 2001/12/11  00:40:47
13515         Log: (retracted by #13622)
13516              
13517              Subject: RE: More verbose POD for Carp
13518              From: "Benjamin J. Tilly" <ben_tilly@operamail.com>
13519              Date: Mon, 10 Dec 2001 20:23:20 -0500
13520              Message-ID: <3C4A3566@operamail.com>
13521      Branch: perl
13522            ! lib/Carp.pm
13523 ____________________________________________________________________________
13524 [ 13606] By: jhi                                   on 2001/12/11  00:39:20
13525         Log: Subject: [PATCH follow-up] (was Re: [PATCH perl@13600] cat2type in tests for VMS)
13526              From: "Craig A. Berry" <craigberry@mac.com>
13527              Date: Mon, 10 Dec 2001 18:25:37 -0600
13528              Message-Id: <5.1.0.14.2.20011210174517.029c7ec0@mail.mac.com>
13529      Branch: perl
13530            ! t/op/write.t t/test.pl
13531 ____________________________________________________________________________
13532 [ 13605] By: jhi                                   on 2001/12/11  00:37:54
13533         Log: Subject: [PATCH t/io/multiline.t] Cleanup and $. check
13534              From: Michael G Schwern <schwern@pobox.com>
13535              Date: Mon, 10 Dec 2001 08:00:01 -0500
13536              Message-ID: <20011210130000.GK1770@blackrider>
13537      Branch: perl
13538            ! t/comp/multiline.t
13539 ____________________________________________________________________________
13540 [ 13604] By: jhi                                   on 2001/12/10  22:51:44
13541         Log: Subject: Re: [PATCH] tests for hash assignment
13542              From: Nicholas Clark <nick@ccl4.org>
13543              Date: Mon, 10 Dec 2001 23:22:28 +0000
13544              Message-ID: <20011210232228.M21702@plum.flirble.org>
13545      Branch: perl
13546            + t/op/hashassign.t
13547            ! MANIFEST t/op/each.t t/test.pl
13548 ____________________________________________________________________________
13549 [ 13603] By: jhi                                   on 2001/12/10  21:34:46
13550         Log: Subject: [PATCH perl@13600] cat2type in tests for VMS
13551              From: "Craig A. Berry" <craigberry@mac.com>
13552              Date: Mon, 10 Dec 2001 16:38:14 -0600
13553              Message-Id: <5.1.0.14.2.20011210154846.01aef188@exchi01>
13554      Branch: perl
13555            ! ext/IO/lib/IO/t/io_dup.t t/comp/multiline.t t/io/dup.t
13556 ____________________________________________________________________________
13557 [ 13602] By: jhi                                   on 2001/12/10  19:52:01
13558         Log: Subject: [PATCH perl@13600] configure.com fixes
13559              From: "Craig A. Berry" <craigberry@mac.com>
13560              Date: Mon, 10 Dec 2001 14:40:20 -0600
13561              Message-Id: <5.1.0.14.2.20011210142528.01aff2e8@exchi01>
13562      Branch: perl
13563            ! configure.com
13564 ____________________________________________________________________________
13565 [ 13601] By: jhi                                   on 2001/12/10  18:25:30
13566         Log: Silence BeOS compilation moaning.
13567      Branch: perl
13568            ! perl.h
13569 ____________________________________________________________________________
13570 [ 13600] By: jhi                                   on 2001/12/10  15:11:40
13571         Log: Update Changes.
13572      Branch: perl
13573            ! Changes patchlevel.h
13574 ____________________________________________________________________________
13575 [ 13599] By: jhi                                   on 2001/12/10  13:35:57
13576         Log: Subject: [PATCH lib/ExtUtils/Command.t] Bad touch
13577              From: Michael G Schwern <schwern@pobox.com>
13578              Date: Mon, 10 Dec 2001 01:21:03 -0500
13579              Message-ID: <20011210062103.GC1770@blackrider>
13580      Branch: perl
13581            ! lib/ExtUtils/Command.t
13582 ____________________________________________________________________________
13583 [ 13598] By: jhi                                   on 2001/12/10  13:35:20
13584         Log: Subject: [PATCH t/op/groups.t] Need @INC = '../lib' mantra
13585              From: Michael G Schwern <schwern@pobox.com>
13586              Date: Mon, 10 Dec 2001 01:10:57 -0500
13587              Message-ID: <20011210061057.GB1770@blackrider>
13588      Branch: perl
13589            ! t/op/groups.t
13590 ____________________________________________________________________________
13591 [ 13597] By: jhi                                   on 2001/12/10  13:33:51
13592         Log: Retract #13596, #13593 should do the trick.
13593      Branch: perl
13594            ! t/op/stat.t
13595 ____________________________________________________________________________
13596 [ 13596] By: jhi                                   on 2001/12/10  13:31:38
13597         Log: (retracted by #13597, #13593 does the job better)
13598              
13599              Subject: [PATCH t/op/stat.t] -B/-T Cygwin fix
13600              From: Michael G Schwern <schwern@pobox.com>
13601              Date: Mon, 10 Dec 2001 00:53:16 -0500
13602              Message-ID: <20011210055316.GA1770@blackrider>
13603      Branch: perl
13604            ! t/op/stat.t
13605 ____________________________________________________________________________
13606 [ 13595] By: jhi                                   on 2001/12/10  13:28:30
13607         Log: Subject: [PATCH lib/AutoSplit.t] Too fast for FAT filesystems
13608              From: Michael G Schwern <schwern@pobox.com> 
13609              Date: Mon, 10 Dec 2001 02:19:14 -0500
13610              Message-ID: <20011210071914.GF1770@blackrider>
13611      Branch: perl
13612            ! lib/AutoSplit.t
13613 ____________________________________________________________________________
13614 [ 13594] By: jhi                                   on 2001/12/10  13:26:24
13615         Log: Subject: [PATCH] Re: [PATCH t/op/pack.t] Cleanup
13616              From: Michael G Schwern <schwern@pobox.com>
13617              Date: Mon, 10 Dec 2001 02:47:40 -0500
13618              Message-ID: <20011210074739.GH1770@blackrider>
13619      Branch: perl
13620            ! t/op/pack.t
13621 ____________________________________________________________________________
13622 [ 13593] By: jhi                                   on 2001/12/10  13:22:49
13623         Log: Subject: [PATCH t/test.pl] Moving Cygwin .exe logic into which_perl
13624              From: Michael G Schwern <schwern@pobox.com>
13625              Date: Mon, 10 Dec 2001 02:54:22 -0500
13626              Message-ID: <20011210075422.GI1770@blackrider>
13627      Branch: perl
13628            ! t/test.pl
13629 ____________________________________________________________________________
13630 [ 13592] By: jhi                                   on 2001/12/10  13:21:06
13631         Log: Subject: Re: [ID 20011209.005] perl "u2" eats RAM
13632              From: Wolfgang Laun <Wolfgang.Laun@alcatel.at>
13633              Date: Mon, 10 Dec 2001 08:45:20 +0100
13634              Message-ID: <3C146810.60B5B7C0@alcatel.at>
13635      Branch: perl
13636            ! pp_pack.c
13637 ____________________________________________________________________________
13638 [ 13591] By: jhi                                   on 2001/12/10  13:18:17
13639         Log: Subject: [PATCH] Re: [PATCH t/io/openpid.t] Cleanup
13640              From: Michael G Schwern <schwern@pobox.com>
13641              Date: Mon, 10 Dec 2001 03:27:02 -0500
13642              Message-ID: <20011210082702.GN1770@blackrider>
13643      Branch: perl
13644            ! t/io/openpid.t
13645 ____________________________________________________________________________
13646 [ 13590] By: jhi                                   on 2001/12/10  13:17:08
13647         Log: More chmod +w.
13648      Branch: perl
13649            ! Porting/makerel
13650 ____________________________________________________________________________
13651 [ 13589] By: jhi                                   on 2001/12/10  04:21:59
13652         Log: Just skip the readability test if running as root.
13653      Branch: perl
13654            ! lib/Net/t/netrc.t
13655 ____________________________________________________________________________
13656 [ 13588] By: jhi                                   on 2001/12/10  04:03:10
13657         Log: Tell about the downside of safe signals.
13658      Branch: perl
13659            ! pod/perldelta.pod
13660 ____________________________________________________________________________
13661 [ 13587] By: jhi                                   on 2001/12/10  03:38:20
13662         Log: Make the whole -lperl thing NetBSD only until we
13663              find some other platform that needs the same.
13664      Branch: perl
13665            ! lib/ExtUtils/MM_Unix.pm
13666 ____________________________________________________________________________
13667 [ 13586] By: jhi                                   on 2001/12/10  03:13:59
13668         Log: Subject: [PATCH t/op/pack.t] Cleanup
13669              From: Michael G Schwern <schwern@pobox.com> 
13670              Date: Sun, 9 Dec 2001 23:08:26 -0500
13671              Message-ID: <20011210040826.GD660@blackrider>
13672      Branch: perl
13673            ! t/op/pack.t
13674 ____________________________________________________________________________
13675 [ 13585] By: jhi                                   on 2001/12/10  02:47:01
13676         Log: Add threads support for NetBSD.
13677              
13678              This is also the first (I think) Perl threads build with
13679              the GNU pth ( http://www.gnu.org/software/pth/pth.html ).
13680              NetBSD does not as of yet have true kernel POSIX threads,
13681              but the user-level pth seems to be doing pretty well--
13682              the only failure is that threads/t/basic okays 6 and 7
13683              consistently seem be arriving in the reverse order.
13684              Well, gdbm.t is also failing: 'Undefined PLT symbol
13685              "gdbm_open" (reloc type = 7, symnum = 28)', but I'm
13686              guessing that GDBM would need a threaded rebuild.
13687      Branch: perl
13688            ! hints/netbsd.sh
13689 ____________________________________________________________________________
13690 [ 13584] By: gsar                                  on 2001/12/10  02:04:58
13691         Log: restrict change#13474 to eval"" CVs instead of any CV (avoids
13692              potential performance hit and change in semantics of closure
13693              lookups after C<undef &foo>)
13694      Branch: maint-5.6/perl
13695            ! op.c
13696 ____________________________________________________________________________
13697 [ 13583] By: jhi                                   on 2001/12/10  02:01:49
13698         Log: metaconfig unit change for #13582.
13699      Branch: metaconfig
13700            ! U/threads/usethreads.U
13701 ____________________________________________________________________________
13702 [ 13582] By: jhi                                   on 2001/12/10  02:01:26
13703         Log: Update the ithreads selection info in Configure,
13704              as suggested by Michael Schwern.
13705      Branch: perl
13706            ! Configure
13707 ____________________________________________________________________________
13708 [ 13581] By: jhi                                   on 2001/12/10  01:56:14
13709         Log: Clearing locale environment simply doesn't seem to
13710              guarantee that (nl_)langinfo(CODESET) would return nil.
13711              (I for example get "ISO8859-1", so <guess>maybe there can
13712              be per-system default settings at work</guess>.)
13713      Branch: perl
13714            ! lib/open.t
13715 ____________________________________________________________________________
13716 [ 13580] By: jhi                                   on 2001/12/10  01:53:11
13717         Log: Subject: RE: Exporter fixes reversed in 13540?
13718              From: "Benjamin J. Tilly" <ben_tilly@operamail.com>                
13719              Date: Sun, 9 Dec 2001 12:55:15 -0500
13720              Message-ID: <3C13F455@operamail.com>
13721      Branch: perl
13722            ! lib/open.pm
13723 ____________________________________________________________________________
13724 [ 13579] By: jhi                                   on 2001/12/10  01:26:53
13725         Log: Root is the lizard king.
13726      Branch: perl
13727            ! lib/Net/t/netrc.t
13728 ____________________________________________________________________________
13729 [ 13578] By: jhi                                   on 2001/12/10  01:01:24
13730         Log: Telling how many tests we are expecting helps.
13731      Branch: perl
13732            ! ext/POSIX/t/waitpid.t
13733 ____________________________________________________________________________
13734 [ 13577] By: jhi                                   on 2001/12/10  00:38:09
13735         Log: Add a test case for waitpid(): from Rocco Caputo.
13736      Branch: perl
13737            + ext/POSIX/t/waitpid.t
13738            ! MANIFEST
13739 ____________________________________________________________________________
13740 [ 13576] By: jhi                                   on 2001/12/10  00:15:19
13741         Log: Subject: [PATCH] Term::ReadLine tweaks and test
13742              From: Richard Clamp <richardc@unixbeard.net>
13743              Date: Mon, 10 Dec 2001 00:51:47 +0000
13744              Message-ID: <20011210005147.GA1073@mirth.demon.co.uk>
13745      Branch: perl
13746            + lib/Term/ReadLine.t
13747            ! MANIFEST lib/Term/ReadLine.pm
13748 ____________________________________________________________________________
13749 [ 13575] By: jhi                                   on 2001/12/10  00:04:56
13750         Log: Subject: [patch] non-blocking waitpid(-1,WNOHANG) for MSWin32
13751              From: Rocco Caputo <troc@netrus.net>
13752              Date: Sun, 9 Dec 2001 18:12:38 -0500
13753              Message-ID: <20011209181238.A803@eyrie.homenet>
13754      Branch: perl
13755            ! win32/win32.c
13756 ____________________________________________________________________________
13757 [ 13574] By: jhi                                   on 2001/12/09  23:49:19
13758         Log: make sure that va_start() has matching va_end();
13759              from OpenBSD 3.0.
13760      Branch: perl
13761            ! x2p/util.c
13762 ____________________________________________________________________________
13763 [ 13573] By: jhi                                   on 2001/12/09  23:45:57
13764         Log: h2ph updates from OpenBSD 3.0.
13765      Branch: perl
13766            ! utils/h2ph.PL
13767 ____________________________________________________________________________
13768 [ 13572] By: jhi                                   on 2001/12/09  23:44:25
13769         Log: OpenBSD hints update from OpenBSD 3.0.
13770      Branch: perl
13771            ! hints/openbsd.sh
13772 ____________________________________________________________________________
13773 [ 13571] By: jhi                                   on 2001/12/09  23:32:08
13774         Log: DJGPP tweaks from Laszlo Molnar.
13775      Branch: perl
13776            ! djgpp/config.over lib/File/Find/t/find.t
13777            ! lib/File/Find/t/taint.t t/pod/find.t
13778 ____________________________________________________________________________
13779 [ 13570] By: jhi                                   on 2001/12/09  23:28:55
13780         Log: Subject: [PATCH README.cygwin] 64bit ints & Cygwin98 ok
13781              From: Michael G Schwern <schwern@pobox.com> 
13782              Date: Sun, 9 Dec 2001 19:28:12 -0500
13783              Message-ID: <20011210002812.GF13586@blackrider>
13784      Branch: perl
13785            ! README.cygwin
13786 ____________________________________________________________________________
13787 [ 13569] By: jhi                                   on 2001/12/09  21:51:37
13788         Log: README.cygwin update from Gerrit P. Haase.
13789      Branch: perl
13790            ! README.cygwin
13791 ____________________________________________________________________________
13792 [ 13568] By: jhi                                   on 2001/12/09  21:49:06
13793         Log: Apply NetBSD patch-ag: shared/static linking,
13794              but make the change less intrusive on non-NetBSD.
13795      Branch: perl
13796            ! lib/ExtUtils/MM_Unix.pm
13797 ____________________________________________________________________________
13798 [ 13567] By: jhi                                   on 2001/12/09  21:09:10
13799         Log: Apply NetBSD patch-af: handle both -[LR] and -Wl,-R linker paths.
13800      Branch: perl
13801            ! lib/ExtUtils/Liblist.pm
13802 ____________________________________________________________________________
13803 [ 13566] By: jhi                                   on 2001/12/09  20:55:32
13804         Log: Apply NetBSD patch-ae: another gcc sparc64 bug.
13805      Branch: perl
13806            ! regcomp.c
13807 ____________________________________________________________________________
13808 [ 13565] By: jhi                                   on 2001/12/09  20:50:57
13809         Log: Apply NetBSD patch-ad: a gcc sparc64 code generation bug.
13810      Branch: perl
13811            ! pp.c
13812 ____________________________________________________________________________
13813 [ 13564] By: jhi                                   on 2001/12/09  20:38:48
13814         Log: Apply NetBSD patch-ac.
13815              (the fix has already been done: change #9706, fully qualified
13816              pathnames in packlists)
13817      Branch: perl
13818            ! lib/ExtUtils/Install.pm
13819 ____________________________________________________________________________
13820 [ 13563] By: jhi                                   on 2001/12/09  20:32:52
13821         Log: Apply NetBSD patch-ab: NetBSD hints update.
13822      Branch: perl
13823            ! hints/netbsd.sh
13824 ____________________________________________________________________________
13825 [ 13562] By: jhi                                   on 2001/12/09  20:31:38
13826         Log: metaconfig unit changes for #13560.
13827      Branch: metaconfig/U/perl
13828            ! dlsrc.U i_ieeefp.U libperl.U
13829 ____________________________________________________________________________
13830 [ 13561] By: jhi                                   on 2001/12/09  20:31:14
13831         Log: NetBSD has <ieeefp.h> but hidden.
13832      Branch: perl
13833            ! hints/netbsd.sh
13834 ____________________________________________________________________________
13835 [ 13560] By: jhi                                   on 2001/12/09  20:29:35
13836         Log: Implement NetBSD patch-aa.
13837      Branch: perl
13838            ! Configure
13839 ____________________________________________________________________________
13840 [ 13559] By: jhi                                   on 2001/12/09  19:21:45
13841         Log: Subject: Re: [ID 20011206.006] File::Find calls lstat on wrong object before wanted()
13842              From: "Wolfgang Laun" <wolfgang.laun@chello.at>             
13843              Date: Sun, 09 Dec 2001 13:40:58 +0100
13844              Message-ID: <200112091340580550.008ED513@smtp.chello.at>
13845              
13846              (The lstat()s were there in 5.6.1: what happened to them?)
13847      Branch: perl
13848            ! lib/File/Find.pm
13849 ____________________________________________________________________________
13850 [ 13558] By: jhi                                   on 2001/12/09  19:04:23
13851         Log: Quickie documentation of the C UTF-8 API.
13852      Branch: perl
13853            ! pod/perlunicode.pod
13854 ____________________________________________________________________________
13855 [ 13557] By: jhi                                   on 2001/12/09  18:36:20
13856         Log: Subject: bleadperl on cygwin weirdness...
13857              From: "Gerrit P. Haase" <gp@familiehaase.de>
13858              Date: Sun, 9 Dec 2001 20:31:28 +0100
13859              Message-ID: <13779422183.20011209203128@familiehaase.de>          
13860              
13861              (plus libperl*.dll version portability tweaks)
13862      Branch: perl
13863            ! lib/ExtUtils/Embed.t
13864 ____________________________________________________________________________
13865 [ 13556] By: jhi                                   on 2001/12/09  18:21:46
13866         Log: Instead of muting symbol export error if under eval,
13867              delay the errors until the croak().
13868              
13869              (replaces #13408)
13870      Branch: perl
13871            ! lib/Exporter/Heavy.pm
13872 ____________________________________________________________________________
13873 [ 13555] By: jhi                                   on 2001/12/09  18:09:12
13874         Log: Basegroup 0 is a cygwin_nt thing.
13875      Branch: perl
13876            ! t/op/groups.t
13877 ____________________________________________________________________________
13878 [ 13554] By: jhi                                   on 2001/12/09  17:57:44
13879         Log: Also WinME is LoseLink.
13880      Branch: perl
13881            ! t/op/stat.t
13882 ____________________________________________________________________________
13883 [ 13553] By: jhi                                   on 2001/12/09  16:25:52
13884         Log: Forgotten checkin.
13885      Branch: perl
13886            ! lib/User/grent.t
13887 ____________________________________________________________________________
13888 [ 13552] By: jhi                                   on 2001/12/09  16:23:14
13889         Log: Subject: [PATCH] ID 20011206.007 File::Find:name set to empty string for "/"
13890              From: "Wolfgang Laun" <wolfgang.laun@chello.at>
13891              Date: Sun, 09 Dec 2001 13:45:06 +0100
13892              Message-ID: <200112091345060760.00929EA9@smtp.chello.at>
13893      Branch: perl
13894            ! lib/File/Find.pm
13895 ____________________________________________________________________________
13896 [ 13551] By: jhi                                   on 2001/12/09  16:18:20
13897         Log: Tweakback.
13898      Branch: perl
13899            ! lib/Net/hostent.t
13900 ____________________________________________________________________________
13901 [ 13550] By: jhi                                   on 2001/12/09  16:01:55
13902         Log: Subject: [PATCH lib/User/grent.t] More Cygwin98 group oddities
13903              From: Michael G Schwern <schwern@pobox.com>
13904              Date: Sat, 8 Dec 2001 14:48:38 -0500
13905              Message-ID: <20011208194838.GA8650@blackrider>
13906      Branch: perl
13907            ! t/op/grent.t
13908 ____________________________________________________________________________
13909 [ 13549] By: jhi                                   on 2001/12/09  15:40:28
13910         Log: Subject: [README.cygwin] Removing old expected test failures
13911              From: Michael G Schwern <schwern@pobox.com>
13912              Date: Sat, 8 Dec 2001 15:38:28 -0500
13913              Message-ID: <20011208203828.GB9017@blackrider>
13914      Branch: perl
13915            ! README.cygwin
13916 ____________________________________________________________________________
13917 [ 13548] By: jhi                                   on 2001/12/09  15:37:48
13918         Log: Subject: [PATCH lib/Net/hostent.t] Cleanup and Cygwin98 oddity
13919              From: Michael G Schwern <schwern@pobox.com>                
13920              Date: Sat, 8 Dec 2001 15:26:59 -0500
13921              Message-ID: <20011208202659.GA9017@blackrider> 
13922      Branch: perl
13923            ! lib/Net/hostent.t
13924 ____________________________________________________________________________
13925 [ 13547] By: jhi                                   on 2001/12/09  15:33:43
13926         Log: Subject: [PATCH t/op/stat.t] Cygwin98 fakes hard links
13927              From: Michael G Schwern <schwern@pobox.com> 
13928              Date: Sat, 8 Dec 2001 15:06:16 -0500
13929              Message-ID: <20011208200616.GA8915@blackrider>
13930      Branch: perl
13931            ! t/op/stat.t
13932 ____________________________________________________________________________
13933 [ 13546] By: jhi                                   on 2001/12/09  15:31:19
13934         Log: Developer deprecations and an incompatibility.
13935      Branch: perl
13936            ! pod/perldelta.pod pod/perlmodlib.pod pod/perltoc.pod
13937 ____________________________________________________________________________
13938 [ 13545] By: jhi                                   on 2001/12/09  15:27:14
13939         Log: Shoo.
13940      Branch: perl
13941            - lib/Attribute/Handlers.pm
13942 ____________________________________________________________________________
13943 [ 13544] By: jhi                                   on 2001/12/09  15:20:08
13944         Log: Remove Attribute::Handlers, as per Damian's request.
13945              (Because of fixing the my variables to be now handled
13946              in run-time, the whole internals of the A::H needs to
13947              be rewritten and Damian will not have time for that
13948              for months.)
13949      Branch: perl
13950            - lib/Attribute/Handlers/Changes lib/Attribute/Handlers/README
13951            - lib/Attribute/Handlers/demo/Demo.pm
13952            - lib/Attribute/Handlers/demo/Descriptions.pm
13953            - lib/Attribute/Handlers/demo/MyClass.pm
13954            - lib/Attribute/Handlers/demo/demo.pl
13955            - lib/Attribute/Handlers/demo/demo2.pl
13956            - lib/Attribute/Handlers/demo/demo3.pl
13957            - lib/Attribute/Handlers/demo/demo4.pl
13958            - lib/Attribute/Handlers/demo/demo_call.pl
13959            - lib/Attribute/Handlers/demo/demo_chain.pl
13960            - lib/Attribute/Handlers/demo/demo_cycle.pl
13961            - lib/Attribute/Handlers/demo/demo_hashdir.pl
13962            - lib/Attribute/Handlers/demo/demo_phases.pl
13963            - lib/Attribute/Handlers/demo/demo_range.pl
13964            - lib/Attribute/Handlers/demo/demo_rawdata.pl
13965            - lib/Attribute/Handlers/t/multi.t
13966            ! MANIFEST lib/Attribute/Handlers.pm pod/perldelta.pod
13967            ! pod/perlmodlib.pod pod/perltoc.pod
13968 ____________________________________________________________________________
13969 [ 13543] By: jhi                                   on 2001/12/09  15:00:50
13970         Log: Subject: Re: attributes are broken
13971              From: Spider Boardman <spider@Orb.Nashua.NH.US>
13972              Date: Sun, 09 Dec 2001 00:09:23 -0500
13973              Message-Id: <200112090509.AAA02053@Orb.Nashua.NH.US>              
13974      Branch: perl
13975            ! dump.c embed.h embed.pl lib/attributes.pm op.c op.h
13976            ! pod/perldelta.pod pod/perltoc.pod proto.h t/op/attrs.t
13977            ! xsutils.c
13978 ____________________________________________________________________________
13979 [ 13542] By: jhi                                   on 2001/12/09  14:49:46
13980         Log: Forgotten checkin.
13981      Branch: perl
13982            ! lib/Pod/Text.pm
13983 ____________________________________________________________________________
13984 [ 13541] By: jhi                                   on 2001/12/09  14:48:15
13985         Log: uconfig.h update.
13986      Branch: perl
13987            ! uconfig.h
13988 ____________________________________________________________________________
13989 [ 13540] By: jhi                                   on 2001/12/08  18:39:51
13990         Log: Update Changes.
13991      Branch: perl
13992            ! Changes patchlevel.h
13993 ____________________________________________________________________________
13994 [ 13539] By: jhi                                   on 2001/12/08  18:28:02
13995         Log: Note that some of the Unicode features are
13996              dependent on perlio.
13997      Branch: perl
13998            ! pod/perluniintro.pod
13999 ____________________________________________________________________________
14000 [ 13538] By: jhi                                   on 2001/12/08  17:53:00
14001         Log: Regen perlapi, regen toc.
14002      Branch: perl
14003            ! pod/perlapi.pod pod/perltoc.pod
14004 ____________________________________________________________________________
14005 [ 13537] By: jhi                                   on 2001/12/08  17:44:48
14006         Log: FAQ sync.
14007      Branch: perl
14008            ! pod/perlfaq4.pod pod/perlfaq6.pod
14009 ____________________________________________________________________________
14010 [ 13536] By: jhi                                   on 2001/12/08  17:37:53
14011         Log: Subject: [PATCH] Fix odd language in an sv.c comment
14012              From: coral@eekeek.org
14013              Date: Sat, 8 Dec 2001 12:19:39 -0500
14014              Message-Id: <200112081719.fB8HJdZ14747@eekeek.org>
14015      Branch: perl
14016            ! sv.c
14017 ____________________________________________________________________________
14018 [ 13535] By: jhi                                   on 2001/12/08  15:29:18
14019         Log: Subject: [PATCH lib/vmsish.t] Small test name abuse.
14020              From: Michael G Schwern <schwern@pobox.com>
14021              Date: Fri, 7 Dec 2001 20:03:45 -0500
14022              Message-ID: <20011208010345.GD642@blackrider>
14023              
14024              Subject: [PATCH vms/test.com] Goodbye frightening echo kludge!
14025              From: Michael G Schwern <schwern@pobox.com>
14026              Date: Fri, 7 Dec 2001 20:13:54 -0500
14027              Message-ID: <20011208011354.GE642@blackrider>
14028              
14029              Subject: [PATCH t/io/pipe.t t/test.pl] Cleanup & $NO_ENDING
14030              From: Michael G Schwern <schwern@pobox.com>
14031              Date: Fri, 7 Dec 2001 21:47:36 -0500
14032              Message-ID: <20011208024736.GH642@blackrider>
14033              
14034              Subject: [PATCH t/op/exec.t] Piping and newline on pipe tests
14035              From: Michael G Schwern <schwern@pobox.com>
14036              Date: Fri, 7 Dec 2001 23:09:43 -0500
14037              Message-ID: <20011208040943.GK642@blackrider>
14038              
14039              Subject: [PATCH] vms/test.com -- skip tty tests when not interactive
14040              Message-Id: <a05101004b83754903506@[172.16.52.1]>
14041              Date: Fri, 7 Dec 2001 23:28:15 -0600
14042              From: "Craig A. Berry" <craigberry@mac.com>
14043      Branch: perl
14044            ! lib/vmsish.t t/io/pipe.t t/op/exec.t t/test.pl vms/test.com
14045 ____________________________________________________________________________
14046 [ 13534] By: jhi                                   on 2001/12/08  15:16:14
14047         Log: Integrate perlio.
14048      Branch: perl
14049           !> doio.c lib/Exporter/Heavy.pm lib/open.t op.c perlio.c
14050           !> perliol.h pod/perlfunc.pod pod/perltoc.pod pp.c
14051 ____________________________________________________________________________
14052 [ 13533] By: jhi                                   on 2001/12/08  15:13:39
14053         Log: Retract #11156 since Sarathy has found that it breaks code:
14054              http://bugs.ActiveState.com/show_bug.cgi?id=18457
14055              http://bugs.ActiveState.com/show_bug.cgi?id=18858
14056      Branch: perl
14057            ! op.c sv.c t/op/pos.t
14058 ____________________________________________________________________________
14059 [ 13532] By: nick                                  on 2001/12/08  14:11:12
14060         Log: Integrate mainline
14061      Branch: perlio
14062           !> Changes doop.c patchlevel.h pod/perluniintro.pod t/op/chop.t
14063           !> t/op/magic.t t/op/stat.t t/run/switches.t t/test.pl
14064 ____________________________________________________________________________
14065 [ 13531] By: nick                                  on 2001/12/08  13:48:21
14066         Log: Tweak multi-arg open error messages
14067      Branch: perlio
14068            ! perlio.c
14069 ____________________________________________________________________________
14070 [ 13530] By: nick                                  on 2001/12/08  10:20:06
14071         Log: Allow multi-arg open() if opening layer declares this legal.
14072      Branch: perlio
14073            ! doio.c perlio.c perliol.h
14074 ____________________________________________________________________________
14075 [ 13529] By: jhi                                   on 2001/12/07  23:48:58
14076         Log: Subject: [PATCH t/run/switches.t] Declaring mostly TODO
14077              From: Michael G Schwern <schwern@pobox.com>       
14078              Date: Fri, 7 Dec 2001 19:41:31 -0500
14079              Message-ID: <20011208004131.GC642@blackrider>
14080      Branch: perl
14081            ! t/run/switches.t t/test.pl
14082 ____________________________________________________________________________
14083 [ 13528] By: jhi                                   on 2001/12/07  23:47:26
14084         Log: Subject: [PATCH t/op/stat.t] Declaring -t STDIN w/pipe TODO
14085              From: Michael G Schwern <schwern@pobox.com>       
14086              Date: Fri, 7 Dec 2001 19:12:44 -0500
14087              Message-ID: <20011208001244.GB642@blackrider>
14088      Branch: perl
14089            ! t/op/stat.t
14090 ____________________________________________________________________________
14091 [ 13527] By: jhi                                   on 2001/12/07  22:31:22
14092         Log: Subject: [PATCH t/op/magic.t] Puut... The TODO... Beck!
14093              From: Michael G Schwern <schwern@pobox.com>
14094              Date: Fri, 7 Dec 2001 17:28:57 -0500
14095              Message-ID: <20011207222857.GI23210@blackrider>
14096      Branch: perl
14097            ! t/op/magic.t
14098 ____________________________________________________________________________
14099 [ 13526] By: jhi                                   on 2001/12/07  22:27:46
14100         Log: which_perl: if File::Spec fails, assume "./" and hope for the best.
14101      Branch: perl
14102            ! t/test.pl
14103 ____________________________________________________________________________
14104 [ 13525] By: jhi                                   on 2001/12/07  22:21:25
14105         Log: which_perl: delay as much a possible till runtime.
14106      Branch: perl
14107            ! t/test.pl
14108 ____________________________________________________________________________
14109 [ 13524] By: jhi                                   on 2001/12/07  21:58:15
14110         Log: Further tweakage to which_perl().
14111      Branch: perl
14112            ! t/test.pl
14113 ____________________________________________________________________________
14114 [ 13523] By: jhi                                   on 2001/12/07  21:57:30
14115         Log: perluniintro tweaks.
14116      Branch: perl
14117            ! pod/perluniintro.pod
14118 ____________________________________________________________________________
14119 [ 13522] By: jhi                                   on 2001/12/07  21:01:02
14120         Log: Tweak the $Perl computation.
14121      Branch: perl
14122            ! t/test.pl
14123 ____________________________________________________________________________
14124 [ 13521] By: jhi                                   on 2001/12/07  17:27:02
14125         Log: Subject: Re: [PATCH] chom?p needs to remove read only fakery
14126              From: Nicholas Clark <nick@ccl4.org>
14127              Date: Fri, 7 Dec 2001 17:06:56 +0000
14128              Message-ID: <20011207170656.G21702@plum.flirble.org>
14129      Branch: perl
14130            ! doop.c t/op/chop.t
14131 ____________________________________________________________________________
14132 [ 13520] By: jhi                                   on 2001/12/07  15:55:34
14133         Log: Update Changes.
14134      Branch: perl
14135            ! Changes patchlevel.h
14136 ____________________________________________________________________________
14137 [ 13519] By: jhi                                   on 2001/12/07  15:32:58
14138         Log: Missing ).
14139      Branch: perl
14140            ! t/test.pl
14141 ____________________________________________________________________________
14142 [ 13518] By: jhi                                   on 2001/12/07  15:24:32
14143         Log: Allow several arguments to display().
14144      Branch: perl
14145            ! t/test.pl
14146 ____________________________________________________________________________
14147 [ 13517] By: jhi                                   on 2001/12/07  15:19:20
14148         Log: /dev/stdout could be either a character special file
14149              or a named pipe, so let's pretend it doesn't exist.
14150      Branch: perl
14151            ! t/op/stat.t
14152 ____________________________________________________________________________
14153 [ 13516] By: nick                                  on 2001/12/07  15:09:23
14154         Log: Integrate again - can I catch up ?
14155      Branch: perlio
14156           !> t/test.pl
14157 ____________________________________________________________________________
14158 [ 13515] By: nick                                  on 2001/12/07  15:08:17
14159         Log: Integrate mainline some more
14160      Branch: perlio
14161           !> README.hpux hints/linux.sh pod/perlfunc.pod
14162 ____________________________________________________________________________
14163 [ 13514] By: nick                                  on 2001/12/07  15:07:15
14164         Log: Integrate mainline
14165      Branch: perlio
14166           +> djgpp/djgpp.h ext/Devel/PPPort/Changes
14167           +> ext/Devel/PPPort/PPPort.xs ext/Devel/PPPort/module2.c
14168           +> ext/Devel/PPPort/module3.c ext/Devel/PPPort/t/test.t
14169           +> hints/super-ux.sh lib/File/Spec/t/Functions.t
14170           +> lib/File/Spec/t/Spec.t lib/File/Spec/t/rel2abs2rel.t
14171           +> lib/Math/BigInt/t/bare_mbi.t pod/perl561delta.pod
14172           +> t/lib/Math/BigInt/BareCalc.pm
14173            - ext/Devel/PPPort/harness/Harness.pm
14174            - ext/Devel/PPPort/harness/Harness.xs
14175            - ext/Devel/PPPort/harness/Makefile.PL
14176            - ext/Devel/PPPort/harness/module2.c
14177            - ext/Devel/PPPort/harness/module3.c
14178            - ext/Devel/PPPort/harness/t/test.t lib/File/Spec.t
14179            - lib/File/Spec/Functions.t
14180           !> (integrate 103 files)
14181 ____________________________________________________________________________
14182 [ 13513] By: jhi                                   on 2001/12/07  14:58:06
14183         Log: Add display() for displaying icky scalars.
14184      Branch: perl
14185            ! t/test.pl
14186 ____________________________________________________________________________
14187 [ 13511] By: jhi                                   on 2001/12/07  14:40:58
14188         Log: Subject: [ID 20011207.001] documentation bug for waitpid
14189              From: Jan-Pieter Cornet <john@pc.xs4all.nl>
14190              Date: Fri, 7 Dec 2001 12:44:56 +0100
14191              Message-Id: <200112071144.MAA12790@pc.xs4all.nl>
14192      Branch: perl
14193            ! pod/perlfunc.pod
14194 ____________________________________________________________________________
14195 [ 13510] By: jhi                                   on 2001/12/07  14:38:39
14196         Log: gcc version matching didn't.
14197      Branch: perl
14198            ! hints/linux.sh
14199 ____________________________________________________________________________
14200 [ 13509] By: jhi                                   on 2001/12/07  14:21:33
14201         Log: Subject: HP renamed their servers              
14202              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
14203              Date: Fri, 07 Dec 2001 12:07:22 +0100
14204              Message-Id: <20011207120501.E16F.H.M.BRAND@hccnet.nl>
14205      Branch: perl
14206            ! README.hpux
14207 ____________________________________________________________________________
14208 [ 13508] By: jhi                                   on 2001/12/07  14:01:41
14209         Log: Subject: Re: [patch pod/perlport.pod] wrong escape
14210              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
14211              Date: Fri, 7 Dec 2001 00:24:55 -0500
14212              Message-ID: <20011207002455.D529632@linguist.thayer.dartmouth.edu>
14213      Branch: perl
14214            ! pod/perlport.pod
14215 ____________________________________________________________________________
14216 [ 13507] By: jhi                                   on 2001/12/07  03:07:03
14217         Log: Subject: [PATCH t/op/exec.t t/base/lex.t] Test For Echo, take 2
14218              From: Michael G Schwern <schwern@pobox.com> 
14219              Date: Thu, 6 Dec 2001 22:56:34 -0500
14220              Message-ID: <20011207035634.GO22648@blackrider>
14221      Branch: perl
14222            ! t/base/lex.t t/op/exec.t
14223 ____________________________________________________________________________
14224 [ 13506] By: jhi                                   on 2001/12/07  03:05:38
14225         Log: Subject: [PATCH t/test.pl ...] which_perl for safer $^Xing
14226              From: Michael G Schwern <schwern@pobox.com>
14227              Date: Thu, 6 Dec 2001 22:45:44 -0500
14228              Message-ID: <20011207034544.GN22648@blackrider>
14229              
14230              (plus op/ref tweak)
14231      Branch: perl
14232            ! t/comp/script.t t/io/open.t t/op/ref.t t/op/stat.t
14233            ! t/run/kill_perl.t t/test.pl
14234 ____________________________________________________________________________
14235 [ 13505] By: jhi                                   on 2001/12/07  01:30:25
14236         Log: Upgrade to Math::BigInt 1.48.
14237      Branch: perl
14238            + lib/Math/BigInt/t/bare_mbi.t t/lib/Math/BigInt/BareCalc.pm
14239            ! MANIFEST lib/Math/BigFloat.pm lib/Math/BigInt.pm
14240            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bigfltpm.inc
14241            ! lib/Math/BigInt/t/bigfltpm.t lib/Math/BigInt/t/bigintc.t
14242            ! lib/Math/BigInt/t/bigintpm.inc lib/Math/BigInt/t/bigintpm.t
14243            ! lib/Math/BigInt/t/sub_mbf.t lib/Math/BigInt/t/sub_mbi.t
14244            ! t/lib/Math/BigFloat/Subclass.pm t/lib/Math/BigInt/Subclass.pm
14245 ____________________________________________________________________________
14246 [ 13504] By: jhi                                   on 2001/12/07  00:56:58
14247         Log: Mention also perl56delta in case someone is upgrading from
14248              Perl 5.005_03.
14249      Branch: perl
14250            ! pod/perldelta.pod
14251 ____________________________________________________________________________
14252 [ 13503] By: jhi                                   on 2001/12/07  00:46:55
14253         Log: Subject: [PATCH t/base/lex.t, term.t] Purging echo from base tests
14254              From: Michael G Schwern <schwern@pobox.com>
14255              Date: Thu, 6 Dec 2001 15:15:28 -0500
14256              Message-ID: <20011206201528.GF16414@blackrider>
14257              
14258              (just the term.t, not the lex.t)
14259              
14260              Subject: [PATCH t/comp/script.t] Elimininating needless logic, runs from t/ now
14261              From: Michael G Schwern <schwern@pobox.com>
14262              Date: Thu, 6 Dec 2001 15:22:22 -0500
14263              Message-ID: <20011206202222.GG16414@blackrider>
14264              
14265              Subject: [PATCH t/run/kill_perl.t] Eliminationg needless $^X logic
14266              From: Michael G Schwern <schwern@pobox.com>
14267              Date: Thu, 6 Dec 2001 15:31:58 -0500
14268              Message-ID: <20011206203158.GI16414@blackrider>
14269              
14270              Subject: [PATCH t/io/open.t t/test.pl] Cleanup and echo purge
14271              From: Michael G Schwern <schwern@pobox.com>
14272              Date: Thu, 6 Dec 2001 17:38:55 -0500
14273              Message-ID: <20011206223855.GC22648@blackrider>
14274      Branch: perl
14275            ! t/base/term.t t/comp/script.t t/io/open.t t/run/kill_perl.t
14276            ! t/test.pl
14277 ____________________________________________________________________________
14278 [ 13502] By: jhi                                   on 2001/12/06  22:15:49
14279         Log: Update the thr5005 situation.
14280      Branch: perl
14281            ! pod/perldelta.pod
14282 ____________________________________________________________________________
14283 [ 13501] By: jhi                                   on 2001/12/06  22:06:28
14284         Log: perldelta borrowings from perl561delta.
14285      Branch: perl
14286            ! pod/perldelta.pod
14287 ____________________________________________________________________________
14288 [ 13500] By: jhi                                   on 2001/12/06  21:21:59
14289         Log: Add the 5.6.1 perldelta as perl561delta.
14290              (Makes it easier to steal stuff for perldelta :-)
14291      Branch: perl
14292            + pod/perl561delta.pod
14293            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
14294 ____________________________________________________________________________
14295 [ 13499] By: jhi                                   on 2001/12/06  20:46:04
14296         Log: Retract #13496 for now.
14297      Branch: perl
14298            ! t/base/lex.t t/base/term.t
14299 ____________________________________________________________________________
14300 [ 13498] By: jhi                                   on 2001/12/06  20:16:04
14301         Log: Subject: [PATCH per@13492] (was Re: [PATCH perl@13462]] VMS-only File::Spec->canonpath fix)
14302              From: "Craig A. Berry" <craigberry@mac.com>
14303              Date: Thu, 6 Dec 2001 14:54:36 -0600
14304              Message-Id: <a05101000b8358a58eb28@[172.16.52.1]>
14305      Branch: perl
14306            ! vms/ext/filespec.t
14307 ____________________________________________________________________________
14308 [ 13496] By: jhi                                   on 2001/12/06  19:47:53
14309         Log: (retracted by #13499)
14310              
14311              Subject: [PATCH t/base/lex.t, term.t] Purging echo from base tests
14312              From: Michael G Schwern <schwern@pobox.com>
14313              Date: Thu, 6 Dec 2001 15:15:28 -0500
14314              Message-ID: <20011206201528.GF16414@blackrider>
14315      Branch: perl
14316            ! t/base/lex.t t/base/term.t
14317 ____________________________________________________________________________
14318 [ 13495] By: jhi                                   on 2001/12/06  17:56:15
14319         Log: Subject: [PATCH t/op/stat.t] VMS has no link count
14320              From: Michael G Schwern <schwern@pobox.com>
14321              Date: Thu, 6 Dec 2001 13:54:48 -0500
14322              Message-ID: <20011206185448.GC16414@blackrider>
14323      Branch: perl
14324            ! t/op/stat.t
14325 ____________________________________________________________________________
14326 [ 13494] By: jhi                                   on 2001/12/06  17:54:14
14327         Log: The #4 has nothing to do with Unicode.
14328      Branch: perl
14329            ! t/op/tr.t
14330 ____________________________________________________________________________
14331 [ 13493] By: jhi                                   on 2001/12/06  17:52:43
14332         Log: Subject: [PATCH t/op/tr.t] Cleanup and more counting tests
14333              From: Michael G Schwern <schwern@pobox.com>
14334              Date: Thu, 6 Dec 2001 13:45:48 -0500
14335              Message-ID: <20011206184548.GB16414@blackrider>
14336      Branch: perl
14337            ! t/op/tr.t
14338 ____________________________________________________________________________
14339 [ 13492] By: jhi                                   on 2001/12/06  15:47:08
14340         Log: Update Changes.
14341      Branch: perl
14342            ! Changes patchlevel.h
14343 ____________________________________________________________________________
14344 [ 13491] By: jhi                                   on 2001/12/06  15:43:22
14345         Log: Subject: [PATCH Perl@13462, on top of prev. multiplicity patch] MY_RAND workaround update
14346              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
14347              Date: Thu, 6 Dec 2001 11:41:25 EST
14348              Message-Id: <011206114105.67cab@DUPHY4.Physics.Drexel.Edu>
14349      Branch: perl
14350            ! vms/vms.c vms/vmsish.h
14351 ____________________________________________________________________________
14352 [ 13490] By: jhi                                   on 2001/12/06  15:08:40
14353         Log: Subject: [PATCH] Re: weirdness in regexps
14354              From: Robin Houston <robin@kitsite.com> 
14355              Date: Thu, 6 Dec 2001 14:44:01 +0000
14356              Message-ID: <20011206144401.A27752@puffinry.freeserve.co.uk>
14357      Branch: perl
14358            ! op.c t/lib/strict/subs
14359 ____________________________________________________________________________
14360 [ 13489] By: jhi                                   on 2001/12/06  15:07:18
14361         Log: Make the -b -c -S tests count all of the /dev, not just
14362              check the first one, as suggested by Benjamin Goldberg.
14363      Branch: perl
14364            ! t/op/stat.t
14365 ____________________________________________________________________________
14366 [ 13488] By: jhi                                   on 2001/12/06  14:41:02
14367         Log: Subject: Re: [PATCH: bleadperl] casefold backref
14368              From: "Jeff 'japhy' Pinyan" <jeffp@crusoe.net>
14369              Date: Thu, 6 Dec 2001 10:39:45 -0500 (EST) 
14370              Message-ID: <Pine.GSO.4.21.0112061038490.14590-100000@crusoe.crusoe.net>
14371      Branch: perl
14372            ! regexec.c
14373 ____________________________________________________________________________
14374 [ 13487] By: jhi                                   on 2001/12/06  14:30:45
14375         Log: Nits noticed by Philip Newton, and de-tab DB.t.
14376      Branch: perl
14377            ! lib/DB.t
14378 ____________________________________________________________________________
14379 [ 13486] By: jhi                                   on 2001/12/06  14:23:06
14380         Log: Subject: [PATCH] Re: counting tr thinks it's modifying 
14381              From: rgarciasuarez@free.fr (Rafael Garcia-Suarez)
14382              Date: 6 Dec 2001 11:06:01 -0000
14383              Message-Id: <slrna0ukap.kbt.rgarciasuarez@rafael.kazibao.net>
14384      Branch: perl
14385            ! op.c t/op/tr.t
14386 ____________________________________________________________________________
14387 [ 13485] By: jhi                                   on 2001/12/06  14:07:54
14388         Log: Subject: [PATCH: bleadperl] casefold backref
14389              From: Hugo van der Sanden <hv@crypt.compulink.co.uk> 
14390              Date: Wed, 05 Dec 2001 17:27:05 +0000
14391              Message-Id: <200112051727.fB5HR5422706@crypt.compulink.co.uk> 
14392      Branch: perl
14393            ! regexec.c t/op/re_tests
14394 ____________________________________________________________________________
14395 [ 13484] By: jhi                                   on 2001/12/06  03:04:18
14396         Log: Subject: [PATCH Perl@13440] MULTIPLICITY fixups               
14397              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
14398              Date: Wed, 5 Dec 2001 22:34:53 EST
14399              Message-Id: <011205223453.8122e@DUPHY4.Physics.Drexel.Edu>
14400      Branch: perl
14401            ! mg.c vms/vms.c vms/vmsish.h
14402 ____________________________________________________________________________
14403 [ 13483] By: jhi                                   on 2001/12/06  02:59:40
14404         Log: Subject: [PATCH lib/File/Spec* MANIFEST] Better abs2rel/rel2abs/canonpath tests
14405              From: Michael G Schwern <schwern@pobox.com>
14406              Date: Wed, 5 Dec 2001 19:52:58 -0500
14407              Message-ID: <20011205195257.A903@blackrider>
14408      Branch: perl
14409            + lib/File/Spec/t/Functions.t lib/File/Spec/t/Spec.t
14410            + lib/File/Spec/t/rel2abs2rel.t
14411            - lib/File/Spec.t lib/File/Spec/Functions.t
14412            ! MANIFEST
14413 ____________________________________________________________________________
14414 [ 13482] By: jhi                                   on 2001/12/06  02:48:27
14415         Log: Subject: Re: Silly stat() portability questions                
14416              From: Benjamin Goldberg <goldbb2@earthlink.net>
14417              Date: Wed, 05 Dec 2001 22:52:35 -0500
14418              Message-ID: <3C0EEB83.8CE93CA2@earthlink.net>
14419      Branch: perl
14420            ! pod/perlport.pod
14421 ____________________________________________________________________________
14422 [ 13481] By: jhi                                   on 2001/12/06  02:39:43
14423         Log: Subject: [PATCH perl@13462]] VMS-only File::Spec->canonpath fix
14424              From: "Craig A. Berry" <craigberry@mac.com>
14425              Date: Wed, 05 Dec 2001 16:41:59 -0600
14426              Message-Id: <5.1.0.14.2.20011205160043.02160e90@exchi01>
14427      Branch: perl
14428            ! README.vms configure.com lib/File/Spec/VMS.pm
14429            ! vms/ext/filespec.t
14430 ____________________________________________________________________________
14431 [ 13480] By: jhi                                   on 2001/12/05  19:53:05
14432         Log: $apply->('club', $glibc_maintainers);
14433              
14434              (Nick Clark just reported that <langinfo.h> YESSTR
14435              is an empty string in Linux 2.4.16-rmk glibc 2.2.4-5)
14436      Branch: perl
14437            ! ext/I18N/Langinfo/Langinfo.t
14438 ____________________________________________________________________________
14439 [ 13479] By: jhi                                   on 2001/12/05  19:49:16
14440         Log: Admonish against assuming A^HUNIX fs/uid/gid semantics.
14441      Branch: perl
14442            ! pod/perlport.pod
14443 ____________________________________________________________________________
14444 [ 13478] By: gsar                                  on 2001/12/05  18:22:38
14445         Log: tweak change#13474 (pad entries can apparently be null in some
14446              situations)
14447      Branch: maint-5.6/perl
14448            ! op.c
14449 ____________________________________________________________________________
14450 [ 13477] By: jhi                                   on 2001/12/05  17:53:13
14451         Log: Restore the /dev -b -c -S part of the test.
14452      Branch: perl
14453            ! t/op/stat.t
14454 ____________________________________________________________________________
14455 [ 13476] By: jhi                                   on 2001/12/05  17:29:36
14456         Log: Retract #13475 until Arthur gets back to the mine.
14457      Branch: perl
14458            ! op.c t/run/kill_perl.t
14459 ____________________________________________________________________________
14460 [ 13475] By: jhi                                   on 2001/12/05  17:07:00
14461         Log: (retracted by #13476)
14462              
14463              Manually apply #13474; fixes stale reference to dead
14464              CvOUTSIDE(); this can happen when anonymous subroutines
14465              that aren't closures are returned from an eval""
14466              
14467              (threads/shared/sv_refs.t is coredump-unhappy about this change)
14468      Branch: perl
14469            ! op.c t/run/kill_perl.t
14470 ____________________________________________________________________________
14471 [ 13474] By: gsar                                  on 2001/12/05  15:14:24
14472         Log: replacement for change#10451
14473              
14474              fixes stale reference to dead CvOUTSIDE(); this can happen when
14475              anonymous subroutines that aren't closures are returned from an
14476              eval""
14477      Branch: maint-5.6/perl
14478            ! op.c t/op/misc.t
14479 ____________________________________________________________________________
14480 [ 13473] By: gsar                                  on 2001/12/05  15:08:18
14481         Log: revert change#10451,10472; it was a naive fix that simply
14482              reintroduced the memory leak!
14483      Branch: maint-5.6/perl
14484            ! op.c t/op/misc.t
14485 ____________________________________________________________________________
14486 [ 13472] By: jhi                                   on 2001/12/05  13:30:47
14487         Log: Subject: Re: [PATCH] File::Basename pod and .t (was: perlpacktut.pod v0.0 (split))
14488              From: Wolfgang Laun <Wolfgang.Laun@alcatel.at>
14489              Date: Wed, 05 Dec 2001 10:49:20 +0100
14490              Message-ID: <3C0DEDA0.C58A8A9E@alcatel.at>
14491      Branch: perl
14492            ! lib/File/Basename.pm lib/File/Basename.t
14493 ____________________________________________________________________________
14494 [ 13471] By: jhi                                   on 2001/12/05  13:22:50
14495         Log: Subject: [PATCH t/op/magic.t] Removing a TODO
14496              From: Michael G Schwern <schwern@pobox.com> 
14497              Date: Wed, 5 Dec 2001 02:47:59 -0500
14498              Message-ID: <20011205024759.H14333@blackrider>
14499      Branch: perl
14500            ! t/op/magic.t
14501 ____________________________________________________________________________
14502 [ 13470] By: jhi                                   on 2001/12/05  13:21:09
14503         Log: Subject: [PATCH t/op/stat.t vms/test.com] stat.t portability, the LAST VMS exception!
14504              From: Michael G Schwern <schwern@pobox.com>              
14505              Date: Wed, 5 Dec 2001 02:22:05 -0500
14506              Message-ID: <20011205022205.F14333@blackrider>
14507      Branch: perl
14508            ! t/op/stat.t vms/test.com
14509 ____________________________________________________________________________
14510 [ 13469] By: jhi                                   on 2001/12/05  03:44:59
14511         Log: Subject: Re: [PATCH t/op/stat.t t/test.pl] stat.t cleanup, first pass
14512              From: Michael G Schwern <schwern@pobox.com> 
14513              Date: Tue, 4 Dec 2001 23:40:10 -0500
14514              Message-ID: <20011204234010.B14333@blackrider>
14515      Branch: perl
14516            ! t/op/stat.t
14517 ____________________________________________________________________________
14518 [ 13468] By: jhi                                   on 2001/12/05  01:37:04
14519         Log: Subject: [PATCH t/op/stat.t t/test.pl] stat.t cleanup, first pass
14520              From: Michael G Schwern <schwern@pobox.com> 
14521              Date: Tue, 4 Dec 2001 21:09:18 -0500           
14522              Message-ID: <20011204210918.D13279@blackrider>
14523              
14524              t/test.
14525      Branch: perl
14526            ! t/test.pl
14527 ____________________________________________________________________________
14528 [ 13467] By: jhi                                   on 2001/12/05  01:36:44
14529         Log: (accidentally empty check-in)
14530      Branch: perl
14531            ! t/op/stat.t
14532 ____________________________________________________________________________
14533 [ 13466] By: jhi                                   on 2001/12/04  22:51:19
14534         Log: Subject: [PATCH] $., $%, $=, and $- are IV's now
14535              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
14536              Date: Tue, 04 Dec 2001 23:40:27 +0100
14537              Message-Id: <20011204233412.304B.H.M.BRAND@hccnet.nl>
14538      Branch: perl
14539            ! mg.c
14540 ____________________________________________________________________________
14541 [ 13465] By: jhi                                   on 2001/12/04  22:50:26
14542         Log: Subject: [PATCH] minor pod fix in Safe.pm
14543              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
14544              Date: Tue, 4 Dec 2001 22:02:34 +0100
14545              Message-ID: <20011204220234.A17293@rafael>
14546      Branch: perl
14547            ! ext/Opcode/Safe.pm
14548 ____________________________________________________________________________
14549 [ 13464] By: jhi                                   on 2001/12/04  22:47:43
14550         Log: CRLF GRRR.
14551      Branch: perl
14552            ! djgpp/configure.bat
14553 ____________________________________________________________________________
14554 [ 13463] By: jhi                                   on 2001/12/04  22:46:28
14555         Log: DJGPP fixes from Laszlo Molnar.
14556      Branch: perl
14557            ! djgpp/configure.bat djgpp/djgpp.h
14558 ____________________________________________________________________________
14559 [ 13462] By: jhi                                   on 2001/12/04  14:56:22
14560         Log: Update Changes.
14561      Branch: perl
14562            ! Changes patchlevel.h
14563 ____________________________________________________________________________
14564 [ 13461] By: jhi                                   on 2001/12/04  14:49:45
14565         Log: Must wipe out the memory of real Socket before starting
14566              to use the new fake one.
14567      Branch: perl
14568            ! lib/Net/t/config.t
14569 ____________________________________________________________________________
14570 [ 13460] By: jhi                                   on 2001/12/04  14:40:28
14571         Log: LC_ALL might trump LANG.
14572      Branch: perl
14573            ! lib/open.t
14574 ____________________________________________________________________________
14575 [ 13459] By: jhi                                   on 2001/12/04  14:39:38
14576         Log: Make the eval runtime.
14577      Branch: perl
14578            ! lib/open.pm
14579 ____________________________________________________________________________
14580 [ 13458] By: jhi                                   on 2001/12/04  14:08:17
14581         Log: Make the Langinfo test both more lenient (allow
14582              for any symbol not to exists) and stricter (add
14583              more symbols).
14584      Branch: perl
14585            ! ext/I18N/Langinfo/Langinfo.t
14586 ____________________________________________________________________________
14587 [ 13457] By: gsar                                  on 2001/12/04  14:07:01
14588         Log: integrate change#13453 from maint-5.6
14589              
14590              tweak change#11399 to use an explicit flag rather than
14591              ass_u_ming w32_pseudo_id will only be zero for the real
14592              toplevel interpreter; avoids multiple hosts from diddling
14593              the environment at the same time
14594      Branch: perl
14595           !> win32/perlhost.h
14596 ____________________________________________________________________________
14597 [ 13456] By: jhi                                   on 2001/12/04  13:35:58
14598         Log: Subject: [PATCH] VMS update for perldelta.pod
14599              From: "Craig A. Berry" <craigberry@mac.com> 
14600              Date: Tue, 4 Dec 2001 00:23:12 -0600
14601              Message-Id: <a05101002b83218be190d@[172.16.52.1]>
14602      Branch: perl
14603            ! pod/perldelta.pod
14604 ____________________________________________________________________________
14605 [ 13455] By: jhi                                   on 2001/12/04  13:23:19
14606         Log: NetWare tweak from Ananth Kesari.
14607      Branch: perl
14608            ! NetWare/Makefile
14609 ____________________________________________________________________________
14610 [ 13454] By: jhi                                   on 2001/12/04  13:17:38
14611         Log: Upgrade to Net::Ping 2.07, from Rob Brown.
14612              Not adding the test suite because of its many assumptions.
14613      Branch: perl
14614            ! lib/Net/Ping.pm
14615 ____________________________________________________________________________
14616 [ 13453] By: gsar                                  on 2001/12/04  07:54:58
14617         Log: tweak change#11399 to use an explicit flag rather than
14618              ass_u_ming w32_pseudo_id will only be zero for the real
14619              toplevel interpreter; avoids multiple hosts from diddling
14620              the environment at the same time
14621      Branch: maint-5.6/perl
14622            ! win32/perlhost.h
14623 ____________________________________________________________________________
14624 [ 13452] By: jhi                                   on 2001/12/04  04:28:29
14625         Log: Add hints file for SUPER-UX: the UNIX of NEC SX series,
14626              from Len Makin.
14627      Branch: perl
14628            + hints/super-ux.sh
14629            ! MANIFEST
14630 ____________________________________________________________________________
14631 [ 13451] By: jhi                                   on 2001/12/04  01:58:03
14632         Log: Add Mac OS X known failures to perldelta.
14633      Branch: perl
14634            ! pod/perldelta.pod
14635 ____________________________________________________________________________
14636 [ 13450] By: jhi                                   on 2001/12/04  01:26:38
14637         Log: I think it's time to call the utf8 code non-test.
14638      Branch: perl
14639            ! utf8.c
14640 ____________________________________________________________________________
14641 [ 13449] By: jhi                                   on 2001/12/04  00:59:27
14642         Log: Retract #13303, need rethink.
14643      Branch: perl
14644            ! utf8.c
14645 ____________________________________________________________________________
14646 [ 13448] By: jhi                                   on 2001/12/03  22:40:22
14647         Log: Subject: [PATCH perl@13440] VMS install fix-ups: add libnetcfg and xsubpp as utility commands
14648              From: "Craig A. Berry" <craigberry@mac.com>
14649              Date: Mon, 03 Dec 2001 16:28:06 -0600
14650              Message-Id: <5.1.0.14.2.20011202223303.01c3ab98@exchi01>
14651      Branch: perl
14652            ! configure.com lib/File/Basename.pm vms/descrip_mms.template
14653 ____________________________________________________________________________
14654 [ 13447] By: jhi                                   on 2001/12/03  22:37:12
14655         Log: Subject: [PATCH] Solaris/longdouble needs /opt/SUNWspro/lib
14656              From: Andy Dougherty <doughera@lafayette.edu>
14657              Date: Mon, 3 Dec 2001 15:48:26 -0500 (EST)
14658              Message-ID: <Pine.SOL.4.10.10112031543520.5207-100000@maxwell.phys.lafayette.edu>
14659      Branch: perl
14660            ! hints/solaris_2.sh
14661 ____________________________________________________________________________
14662 [ 13446] By: jhi                                   on 2001/12/03  22:29:58
14663         Log: This test is not very robust on 8.3-constrained systems:
14664              all the "with truncated name" lines between "Autosplitting ..."
14665              and "some names are not unique" lines are unexpected,
14666              and the truncation message becomes:
14667              testtest.al, testtest.al truncate to testtest 
14668      Branch: perl
14669            ! lib/AutoSplit.t
14670 ____________________________________________________________________________
14671 [ 13445] By: jhi                                   on 2001/12/03  22:13:07
14672         Log: DOS/DJGPP has nl_langinfo() but nothing much in it.
14673      Branch: perl
14674            ! ext/I18N/Langinfo/Langinfo.t
14675 ____________________________________________________________________________
14676 [ 13444] By: jhi                                   on 2001/12/03  22:02:52
14677         Log: Test::Morify UCD.t
14678      Branch: perl
14679            ! lib/Unicode/UCD.t
14680 ____________________________________________________________________________
14681 [ 13443] By: jhi                                   on 2001/12/03  21:50:13
14682         Log: If Socket has not been built (e.g. DJGPP) the libnet
14683              tests fall over with (too) much noise.
14684      Branch: perl
14685            ! lib/Net/t/config.t lib/Net/t/ftp.t lib/Net/t/hostname.t
14686            ! lib/Net/t/netrc.t lib/Net/t/nntp.t lib/Net/t/require.t
14687            ! lib/Net/t/smtp.t lib/Net/t/time.t
14688 ____________________________________________________________________________
14689 [ 13442] By: jhi                                   on 2001/12/03  17:22:08
14690         Log: Subject: [PATCH] shared hash keys and ++/--
14691              From: Nicholas Clark <nick@ccl4.org>
14692              Date: Mon, 3 Dec 2001 16:37:16 +0000
14693              Message-ID: <20011203163716.C21702@plum.flirble.org>
14694      Branch: perl
14695            ! pp.c pp_hot.c sv.c t/op/inc.t
14696 ____________________________________________________________________________
14697 [ 13441] By: jhi                                   on 2001/12/03  17:15:52
14698         Log: Subject: [PATCH lib/Term/Cap.pm] was Re: [PATCH] Shared hash keys
14699              From: Jonathan Stowe <jns@gellyfish.com>
14700              Date: Mon, 3 Dec 2001 15:48:38 +0000 (GMT)
14701              Message-ID: <Pine.LNX.4.33.0112031543290.386-100000@orpheus.gellyfish.com>
14702      Branch: perl
14703            ! lib/Term/Cap.pm
14704 ____________________________________________________________________________
14705 [ 13440] By: jhi                                   on 2001/12/03  14:26:58
14706         Log: Update Changes.
14707      Branch: perl
14708            ! Changes patchlevel.h
14709 ____________________________________________________________________________
14710 [ 13439] By: jhi                                   on 2001/12/03  14:22:05
14711         Log: perldelta tweaks.
14712      Branch: perl
14713            ! pod/perldelta.pod
14714 ____________________________________________________________________________
14715 [ 13438] By: jhi                                   on 2001/12/03  14:12:08
14716         Log: Subject: [PATCH] perlnewmod.pod: Fixed URL for Ken William's Tutorial
14717              From: Sam Tregar <sam@tregar.com> 
14718              Date: Mon, 3 Dec 2001 00:04:07 -0500 (EST)
14719              Message-ID: <Pine.LNX.4.33.0112030002210.24619-100000@localhost.localdomain>
14720      Branch: perl
14721            ! pod/perlnewmod.pod
14722 ____________________________________________________________________________
14723 [ 13437] By: jhi                                   on 2001/12/03  14:08:59
14724         Log: microperl casting nit.
14725      Branch: perl
14726            ! utf8.c
14727 ____________________________________________________________________________
14728 [ 13436] By: jhi                                   on 2001/12/03  14:03:21
14729         Log: Make sharepvn a macro since all it does is a deref.
14730      Branch: perl
14731            ! embed.h embed.pl global.sym hv.c hv.h proto.h
14732 ____________________________________________________________________________
14733 [ 13435] By: jhi                                   on 2001/12/03  13:38:14
14734         Log: perldelta updates.
14735      Branch: perl
14736            ! pod/perldelta.pod
14737 ____________________________________________________________________________
14738 [ 13434] By: jhi                                   on 2001/12/03  13:13:02
14739         Log: PPPort update from Paul Marquess.
14740      Branch: perl
14741            + ext/Devel/PPPort/Changes ext/Devel/PPPort/PPPort.xs
14742            + ext/Devel/PPPort/module2.c ext/Devel/PPPort/module3.c
14743            + ext/Devel/PPPort/t/test.t
14744            - ext/Devel/PPPort/harness/Harness.pm
14745            - ext/Devel/PPPort/harness/Harness.xs
14746            - ext/Devel/PPPort/harness/Makefile.PL
14747            - ext/Devel/PPPort/harness/module2.c
14748            - ext/Devel/PPPort/harness/module3.c
14749            - ext/Devel/PPPort/harness/t/test.t
14750            ! MANIFEST ext/Devel/PPPort/MANIFEST
14751            ! ext/Devel/PPPort/Makefile.PL ext/Devel/PPPort/PPPort.pm
14752            ! ext/Devel/PPPort/README ext/Devel/PPPort/TODO
14753            ! ext/Devel/PPPort/soak
14754 ____________________________________________________________________________
14755 [ 13433] By: jhi                                   on 2001/12/03  12:57:23
14756         Log: No use talking about dynamic library search patch
14757              unless we are having a dynamic build.
14758      Branch: perl
14759            ! t/TEST
14760 ____________________________________________________________________________
14761 [ 13432] By: jhi                                   on 2001/12/02  22:35:04
14762         Log: Be more explicit on the List::Util build trick,
14763              should also stop unneeded rebuilds on static builds.
14764      Branch: perl
14765            ! ext/List/Util/Makefile.PL
14766 ____________________________________________________________________________
14767 [ 13431] By: jhi                                   on 2001/12/02  22:18:45
14768         Log: We need to replace the optimize (-O1) with
14769              the -h scalar0 -h vector0, not append them
14770              to the ccflags.
14771      Branch: perl
14772            ! hints/unicos.sh hints/unicosmk.sh
14773 ____________________________________________________________________________
14774 [ 13430] By: jhi                                   on 2001/12/02  20:01:24
14775         Log: Subject: [PATCH] Shared hash keys 
14776              From: Nicholas Clark <nick@ccl4.org>
14777              Date: Sun, 2 Dec 2001 20:52:32 +0000
14778              Message-ID: <20011202205232.U21702@plum.flirble.org>
14779      Branch: perl
14780            ! doop.c t/op/tr.t
14781 ____________________________________________________________________________
14782 [ 13429] By: jhi                                   on 2001/12/02  19:19:54
14783         Log: Better add new files to MANIFEST, too.
14784      Branch: perl
14785            ! MANIFEST
14786 ____________________________________________________________________________
14787 [ 13428] By: jhi                                   on 2001/12/02  18:38:18
14788         Log: Subject: {PATCH] perlpacktut.pod
14789              From: "Wolfgang Laun" <wolfgang.laun@chello.at> 
14790              Date: Sun, 02 Dec 2001 19:55:06 +0100
14791              Message-ID: <200112021955060600.009C0EF9@smtp.chello.at>
14792      Branch: perl
14793            ! pod/perlpacktut.pod
14794 ____________________________________________________________________________
14795 [ 13427] By: jhi                                   on 2001/12/02  17:07:57
14796         Log: Various small nits found by DJGPP build.
14797      Branch: perl
14798            ! doio.c mg.c pp.c util.c
14799 ____________________________________________________________________________
14800 [ 13426] By: jhi                                   on 2001/12/02  16:55:21
14801         Log: Subject: RE: More verbose POD for Carp
14802              From: "Benjamin J. Tilly" <ben_tilly@operamail.com>
14803              Date: Sun, 2 Dec 2001 11:32:51 -0500
14804              Message-ID: <3C0A9748@operamail.com>
14805      Branch: perl
14806            ! lib/Carp.pm
14807 ____________________________________________________________________________
14808 [ 13425] By: jhi                                   on 2001/12/02  16:54:06
14809         Log: Add a header for DJGPP with the function prototypes.
14810      Branch: perl
14811            + djgpp/djgpp.h
14812            ! MANIFEST djgpp/djgpp.c
14813 ____________________________________________________________________________
14814 [ 13424] By: jhi                                   on 2001/12/02  01:17:43
14815         Log: Subject: [PATCH] chdir() with an empty tainted argument on Win32
14816              From: Abe Timmerman <abe@ztreet.demon.nl>
14817              Date: Sun, 02 Dec 2001 02:41:25 +0100
14818              Message-ID: <j8vi0uorud2fa9vp0q2dpmn7tpr5hqec1d@4ax.com>
14819      Branch: perl
14820            ! pp_sys.c
14821 ____________________________________________________________________________
14822 [ 13423] By: jhi                                   on 2001/12/02  01:05:43
14823         Log: There isn't PTR2INT(), there's PTR2IV().
14824      Branch: perl
14825            ! ext/Time/HiRes/HiRes.xs
14826 ____________________________________________________________________________
14827 [ 13422] By: jhi                                   on 2001/12/02  00:56:05
14828         Log: Subject: [ID 20011201.170] Time::HiRes in devel-perl causes segfaults for xs users
14829              From: Marc Lehmann <root@schmorp.de>
14830              Date: Sun, 02 Dec 2001 02:44:53 +0100
14831              Message-Id: <E16ALgb-0006Yw-00.pgcc-forever-2001-12-02-02-44-53@fuji.laendle>
14832      Branch: perl
14833            ! ext/Time/HiRes/HiRes.xs
14834 ____________________________________________________________________________
14835 [ 13421] By: jhi                                   on 2001/12/02  00:25:35
14836         Log: encode()/decode() examples.
14837      Branch: perl
14838            ! ext/Encode/Encode.pm
14839 ____________________________________________________________________________
14840 [ 13420] By: jhi                                   on 2001/12/02  00:14:38
14841         Log: DJGPP tweaks from Laszlo Molnar.
14842      Branch: perl
14843            ! djgpp/config.over djgpp/djgppsed.sh
14844 ____________________________________________________________________________
14845 [ 13419] By: jhi                                   on 2001/12/01  20:52:19
14846         Log: Update Changes.
14847      Branch: perl
14848            ! Changes patchlevel.h
14849 ____________________________________________________________________________
14850 [ 13418] By: jhi                                   on 2001/12/01  20:40:03
14851         Log: Integrate perlio;
14852              
14853              Skip socket-ness tests on handles (e.g. PerlIO::Scalar)
14854              which do not have file descriptors. Noticed a possibly
14855              worse problem in the process ...
14856      Branch: perl
14857           !> doio.c
14858 ____________________________________________________________________________
14859 [ 13417] By: jhi                                   on 2001/12/01  20:37:40
14860         Log: Non-VMS-fixed and Win32-skipped version of
14861              
14862              Subject: [PATCH t/op/exec.t] Portabilty fix 
14863              From: Michael G Schwern <schwern@pobox.com> 
14864              Date: Fri, 30 Nov 2001 16:09:27 -0500
14865              Message-ID: <20011130160927.A10406@blackrider>
14866      Branch: perl
14867            ! t/op/exec.t
14868 ____________________________________________________________________________
14869 [ 13416] By: jhi                                   on 2001/12/01  20:35:31
14870         Log: Subject: Enabling strict on Carp/Heavy, + internal documentation
14871              From: "Benjamin J. Tilly" <ben_tilly@operamail.com>                
14872              Date: Sat, 1 Dec 2001 07:01:09 -0500
14873              Message-ID: <3C0D2E39@operamail.com>
14874              
14875              Subject: More verbose POD for Carp
14876              From: "Benjamin J. Tilly" <ben_tilly@operamail.com>                
14877              Date: Sat, 1 Dec 2001 08:04:16 -0500
14878              Message-ID: <3C285C2B@operamail.com>
14879      Branch: perl
14880            ! lib/Carp.pm lib/Carp/Heavy.pm
14881 ____________________________________________________________________________
14882 [ 13415] By: jhi                                   on 2001/12/01  20:31:06
14883         Log: Subject: [PATCH lib/DB.t] Strictures, dual variables 
14884              From: chromatic <chromatic@rmci.net>
14885              Date: Sat, 01 Dec 2001 12:41:58 -0700
14886              Message-ID: <20011201194946.50449.qmail@onion.perl.org>
14887      Branch: perl
14888            ! lib/DB.t
14889 ____________________________________________________________________________
14890 [ 13414] By: jhi                                   on 2001/12/01  20:30:17
14891         Log: Try to make a missing RADIXCHAR a softer kinder error.
14892      Branch: perl
14893            ! ext/I18N/Langinfo/Langinfo.t
14894 ____________________________________________________________________________
14895 [ 13413] By: jhi                                   on 2001/12/01  20:21:27
14896         Log: Have a little faith on nl_langinfo() itself.
14897      Branch: perl
14898            ! ext/I18N/Langinfo/Langinfo.xs
14899 ____________________________________________________________________________
14900 [ 13412] By: jhi                                   on 2001/12/01  18:47:07
14901         Log: Typo (a missing endparen) and thinko (_MAXSTRMSG is
14902              the max, not max plus one)
14903      Branch: perl
14904            ! ext/I18N/Langinfo/Langinfo.xs
14905 ____________________________________________________________________________
14906 [ 13411] By: jhi                                   on 2001/12/01  18:45:32
14907         Log: Make reality agree with the comment.
14908      Branch: perl
14909            ! ext/I18N/Langinfo/Langinfo.xs
14910 ____________________________________________________________________________
14911 [ 13410] By: jhi                                   on 2001/12/01  18:43:11
14912         Log: Try to protect against wild langinfo() arguments.
14913      Branch: perl
14914            ! ext/I18N/Langinfo/Langinfo.xs
14915 ____________________________________________________________________________
14916 [ 13409] By: nick                                  on 2001/12/01  18:19:59
14917         Log: Skip socket-ness tests on handles (e.g. PerlIO::Scalar) which do not
14918              have file descriptors. Noticed a possibly worse problem in the process ...
14919      Branch: perlio
14920            ! doio.c
14921 ____________________________________________________________________________
14922 [ 13408] By: jhi                                   on 2001/12/01  18:18:34
14923         Log: (replaced by #13556)
14924              
14925              If we are inside an eval, let's be silent about
14926              separate symbols and just croak() in the end.
14927      Branch: perl
14928            ! lib/Exporter/Heavy.pm
14929 ____________________________________________________________________________
14930 [ 13407] By: nick                                  on 2001/12/01  17:14:05
14931         Log: Integrate mainline
14932      Branch: perlio
14933           !> (integrate 26 files)
14934 ____________________________________________________________________________
14935 [ 13406] By: jhi                                   on 2001/12/01  16:31:02
14936         Log: Subject: Fix for Exporter error reporting behaviour
14937              From: "Benjamin J. Tilly" <ben_tilly@operamail.com>                
14938              Date: Sat, 1 Dec 2001 06:34:48 -0500
14939              Message-ID: <3C0D1B9A@operamail.com>
14940      Branch: perl
14941            ! lib/Exporter.pm lib/Exporter/Heavy.pm
14942 ____________________________________________________________________________
14943 [ 13405] By: jhi                                   on 2001/12/01  16:29:27
14944         Log: Need to hide behind an eval to avoid a warning
14945              about :utf8 on non-perlio configs.
14946      Branch: perl
14947            ! lib/open.t
14948 ____________________________________________________________________________
14949 [ 13404] By: jhi                                   on 2001/12/01  15:55:51
14950         Log: Subject: [PATCH 20010902.002] parser panics on lvalue methods 
14951              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
14952              Date: Fri, 30 Nov 2001 23:46:58 +0100
14953              Message-ID: <20011130234658.A717@rafael>
14954      Branch: perl
14955            ! op.c t/op/method.t
14956 ____________________________________________________________________________
14957 [ 13403] By: jhi                                   on 2001/12/01  15:54:23
14958         Log: Subject: Re: [ID 20011129.163] B::Xref- $top corrupt
14959              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
14960              Date: Thu, 29 Nov 2001 22:46:12 +0100
14961              Message-ID: <20011129224612.A699@rafael>
14962      Branch: perl
14963            ! ext/B/B/Xref.pm
14964 ____________________________________________________________________________
14965 [ 13402] By: jhi                                   on 2001/12/01  15:52:13
14966         Log: Subject: Re: [PATCH] [ID 20011130.166] "in memory" file handles via scalas not documented in perldoc -f open 
14967              From: Tels <perl_dummy@bloodgate.com>
14968              Date: Sat, 01 Dec 2001 10:29:11 +0100 (CET)
14969              Message-Id: <200112010931.LAA29309@tiku.hut.fi>
14970      Branch: perl
14971            ! pod/perlfunc.pod
14972 ____________________________________________________________________________
14973 [ 13401] By: jhi                                   on 2001/12/01  15:48:13
14974         Log: Subject: [REPATCH] reference pointer comparison
14975              From: Nicholas Clark <nick@ccl4.org>
14976              Date: Sat, 1 Dec 2001 13:00:17 +0000
14977              Message-ID: <20011201130017.I21702@plum.flirble.org>
14978      Branch: perl
14979            ! pp.c
14980 ____________________________________________________________________________
14981 [ 13400] By: jhi                                   on 2001/12/01  15:43:15
14982         Log: Upgrade to Storable 1.0.14.
14983      Branch: perl
14984            ! ext/Storable/ChangeLog ext/Storable/Storable.pm
14985 ____________________________________________________________________________
14986 [ 13399] By: jhi                                   on 2001/12/01  15:40:13
14987         Log: Add simple caches for ::viacode() and ::vianame().
14988      Branch: perl
14989            ! lib/charnames.pm lib/charnames.t
14990 ____________________________________________________________________________
14991 [ 13398] By: nick                                  on 2001/12/01  10:36:24
14992         Log: Integrate mainline.
14993      Branch: perlio
14994           +> (branch 44 files)
14995            - lib/Math/BigInt/t/Math/BigFloat/Subclass.pm
14996            - lib/Math/BigInt/t/Math/BigInt/Subclass.pm
14997            - t/lib/FilterOnlyTest.pm t/lib/FilterTest.pm
14998           !> (integrate 250 files)
14999 ____________________________________________________________________________
15000 [ 13397] By: jhi                                   on 2001/12/01  04:35:39
15001         Log: Regen toc and modlib.
15002      Branch: perl
15003            ! pod/perlmodlib.pod pod/perltoc.pod
15004 ____________________________________________________________________________
15005 [ 13396] By: jhi                                   on 2001/12/01  04:31:53
15006         Log: Upgrade to podlators-1.18.
15007      Branch: perl
15008            ! lib/Pod/ParseLink.pm lib/Pod/Text/Termcap.pm
15009 ____________________________________________________________________________
15010 [ 13395] By: jhi                                   on 2001/11/30  23:03:20
15011         Log: -h scalar0 -h vector0 seems to help for both
15012              UNICOS and UNICOS/mk on the unpack %65c problems.
15013              
15014              (replaces #13393)
15015      Branch: perl
15016            ! hints/unicos.sh hints/unicosmk.sh
15017 ____________________________________________________________________________
15018 [ 13394] By: jhi                                   on 2001/11/30  22:51:17
15019         Log: More Socket constants.
15020      Branch: perl
15021            ! ext/Socket/Makefile.PL ext/Socket/Socket.pm
15022 ____________________________________________________________________________
15023 [ 13393] By: jhi                                   on 2001/11/30  22:00:04
15024         Log: (replaced by #13395)
15025      Branch: perl
15026            ! hints/unicosmk.sh
15027 ____________________________________________________________________________
15028 [ 13392] By: jhi                                   on 2001/11/30  20:26:22
15029         Log: Subject: Re: -P and Incredible Disappearing $Config{cppstdin} (was Re: perl@13385)
15030              From: Andy Dougherty <doughera@lafayette.edu>
15031              Date: Fri, 30 Nov 2001 13:49:48 -0500 (EST)
15032              Message-ID: <Pine.SOL.4.10.10111301304220.13302-100000@maxwell.phys.lafayette.edu>
15033              
15034              Simplify the test skippage criterion now that we are
15035              no more dependent on sed.
15036      Branch: perl
15037            ! t/comp/cpp.t t/run/switchPx.t
15038 ____________________________________________________________________________
15039 [ 13391] By: jhi                                   on 2001/11/30  20:19:37
15040         Log: Subject: Re: [ID 20011130.164] Not OK: perl v5.7.2 +DEVEL13363 on i686-linux-2.4.8-26mdk
15041              From: Michael G Schwern <schwern@pobox.com>
15042              Date: Fri, 30 Nov 2001 11:48:44 -0500
15043              Message-ID: <20011130114844.C1303@blackrider>
15044              
15045              (replaces #13381)
15046      Branch: perl
15047            ! t/op/stat.t
15048 ____________________________________________________________________________
15049 [ 13390] By: jhi                                   on 2001/11/30  18:12:54
15050         Log: Let's not assume how much memory has been allocated
15051              to PVs.
15052      Branch: perl
15053            ! ext/Devel/Peek/Peek.t
15054 ____________________________________________________________________________
15055 [ 13389] By: jhi                                   on 2001/11/30  17:38:37
15056         Log: VOS needs to know the modules, including pp_sort.
15057      Branch: perl
15058            ! vos/perl.bind
15059 ____________________________________________________________________________
15060 [ 13388] By: jhi                                   on 2001/11/30  15:18:51
15061         Log: Unused variables.
15062      Branch: perl
15063            ! ext/Unicode/Normalize/Normalize.xs
15064 ____________________________________________________________________________
15065 [ 13387] By: jhi                                   on 2001/11/30  14:57:19
15066         Log: Subject: [PATCH] Cygwin failures with lib/ExtUtils/Embed.t
15067              From: John Peacock <jpeacock@rowman.com>     
15068              Date: Fri, 30 Nov 2001 10:24:00 -0500        
15069              Message-ID: <3C07A490.A22A76B0@rowman.com>   
15070      Branch: perl
15071            ! lib/ExtUtils/Embed.t
15072 ____________________________________________________________________________
15073 [ 13386] By: jhi                                   on 2001/11/30  14:55:02
15074         Log: Tweak for the VOS building script from Paul Green.
15075      Branch: perl
15076            ! vos/configure_perl.cm
15077 ____________________________________________________________________________
15078 [ 13385] By: jhi                                   on 2001/11/30  14:11:18
15079         Log: Update Changes.
15080      Branch: perl
15081            ! Changes patchlevel.h
15082 ____________________________________________________________________________
15083 [ 13384] By: jhi                                   on 2001/11/30  14:00:55
15084         Log: Cannot test if cppstdin has not yet been installed.
15085      Branch: perl
15086            ! t/run/switchPx.t
15087 ____________________________________________________________________________
15088 [ 13383] By: jhi                                   on 2001/11/30  13:59:18
15089         Log: Subject: [PATCH perl.c ...] -P on VMS.  Evicting sed
15090              From: Michael G Schwern <schwern@pobox.com> 
15091              Date: Thu, 29 Nov 2001 22:05:11 -0500
15092              Message-ID: <20011129220510.A18869@blackrider>
15093              
15094              TODO 1: if cppstdin is used and not yet installed,
15095              the Px.t will fail (must do the same as in cpp.t)
15096              
15097              TODO 2: does this work if no Perl whatsoever has
15098              yet been installed?  That is, we should be using
15099              the Perl we are building to execute the one-liner.
15100      Branch: perl
15101            + t/run/switchPx.aux t/run/switchPx.t
15102            ! MANIFEST configure.com perl.c t/comp/cpp.aux t/comp/cpp.t
15103            ! vms/test.com
15104 ____________________________________________________________________________
15105 [ 13382] By: jhi                                   on 2001/11/30  13:41:15
15106         Log: Upgrade to Unicode::Normalize 0.12.
15107      Branch: perl
15108            ! ext/Unicode/Normalize/Changes
15109            ! ext/Unicode/Normalize/Normalize.pm
15110            ! ext/Unicode/Normalize/Normalize.xs
15111            ! ext/Unicode/Normalize/README ext/Unicode/Normalize/mkheader
15112            ! ext/Unicode/Normalize/t/func.t ext/Unicode/Normalize/t/norm.t
15113            ! ext/Unicode/Normalize/t/test.t
15114 ____________________________________________________________________________
15115 [ 13381] By: jhi                                   on 2001/11/30  13:23:06
15116         Log: (replaced by #13391)
15117              
15118              Subject: [ID 20011130.164] Not OK: perl v5.7.2 +DEVEL13363 on i686-linux 2.4.8-26mdk
15119              From: jpeacock@dsl092-147-156.wdc1.dsl.speakeasy.net
15120              Date: 30 Nov 2001 11:41:53 -0000             
15121              Message-Id: <20011130114153.24600.qmail@dsl092-147-156.wdc1.dsl.speakeasy.net>
15122              
15123              No need to die if we have high-paranoia (non-chdirable)
15124              system directories.
15125      Branch: perl
15126            ! t/op/stat.t
15127 ____________________________________________________________________________
15128 [ 13380] By: jhi                                   on 2001/11/30  04:49:56
15129         Log: Paragraph rewrapping.
15130      Branch: perl
15131            ! pod/perliol.pod
15132 ____________________________________________________________________________
15133 [ 13379] By: jhi                                   on 2001/11/30  04:38:34
15134         Log: Subject: [patch pod/perliol.pod] s/SvPV/SvPV_nolen/
15135              From: Stas Bekman <stas@stason.org>
15136              Date: Fri, 30 Nov 2001 13:23:34 +0800 (SGT)       
15137              Message-ID: <Pine.LNX.4.40.0111301321220.4595-100000@hope.stason.org>
15138      Branch: perl
15139            ! pod/perliol.pod
15140 ____________________________________________________________________________
15141 [ 13378] By: jhi                                   on 2001/11/30  04:34:40
15142         Log: Whether select() gets restarted on signals is
15143              implementation dependent.
15144      Branch: perl
15145            ! ext/Time/HiRes/HiRes.t
15146 ____________________________________________________________________________
15147 [ 13377] By: jhi                                   on 2001/11/30  01:24:29
15148         Log: More forgotten checkins.
15149      Branch: perl
15150            ! embed.h embed.pl proto.h
15151 ____________________________________________________________________________
15152 [ 13376] By: jhi                                   on 2001/11/30  01:16:22
15153         Log: Add a note about folding vs lowercase.
15154      Branch: perl
15155            ! regexec.c
15156 ____________________________________________________________________________
15157 [ 13375] By: jhi                                   on 2001/11/30  01:09:17
15158         Log: Use to_uni_fold (and add changed global.sym)
15159      Branch: perl
15160            ! global.sym utf8.c
15161 ____________________________________________________________________________
15162 [ 13374] By: jhi                                   on 2001/11/30  00:49:35
15163         Log: Make to Unicode character functions to use UVs
15164              instead of U32s and add to_uni_fold().
15165      Branch: perl
15166            ! embed.pl proto.h utf8.c
15167 ____________________________________________________________________________
15168 [ 13373] By: jhi                                   on 2001/11/29  22:34:44
15169         Log: Subject: Re: DRAFT perlpacktut.pod v0.0
15170              From: Nicholas Clark <nick@ccl4.org>
15171              Date: Thu, 29 Nov 2001 22:47:32 +0000
15172              Message-ID: <20011129224732.W37621@plum.flirble.org>
15173      Branch: perl
15174            ! pod/perlpacktut.pod
15175 ____________________________________________________________________________
15176 [ 13372] By: jhi                                   on 2001/11/29  22:32:49
15177         Log: README.vos updates from Paul Green.
15178      Branch: perl
15179            ! README.vos
15180 ____________________________________________________________________________
15181 [ 13371] By: jhi                                   on 2001/11/29  21:01:31
15182         Log: Subject: [PATCH Perl@13343] VMS pre7 default signal handling
15183              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
15184              Date: Thu, 29 Nov 2001 14:18:51 EST
15185              Message-Id: <011129141454.666c6@DUPHY4.Physics.Drexel.Edu>
15186      Branch: perl
15187            ! mg.c vms/vms.c vms/vmsish.h
15188 ____________________________________________________________________________
15189 [ 13370] By: jhi                                   on 2001/11/29  20:59:35
15190         Log: Subject: [PATCH README.vms] Fwd: [craigberry@mac.com: RE: Broken URL in README.vms]
15191              From: Michael G Schwern <schwern@pobox.com>
15192              Date: Thu, 29 Nov 2001 13:12:31 -0500
15193              Message-ID: <20011129131231.E11300@blackrider>
15194      Branch: perl
15195            ! README.vms
15196 ____________________________________________________________________________
15197 [ 13369] By: jhi                                   on 2001/11/29  20:58:10
15198         Log: BGET_IV was missing.
15199      Branch: perl
15200            ! ext/ByteLoader/bytecode.h
15201 ____________________________________________________________________________
15202 [ 13368] By: jhi                                   on 2001/11/29  15:40:40
15203         Log: Subject: [PATCH lib/Term/Cap.pm] (was Re: warnings from  [PATCH Perl@13013] Term::Cap and VMS )
15204              From: Jonathan Stowe <gellyfish@gellyfish.com>
15205              Date: Thu, 29 Nov 2001 16:31:24 +0000 (GMT)        
15206              Message-ID: <Pine.LNX.4.33.0111291628540.20888-100000@orpheus.gellyfish.com>
15207      Branch: perl
15208            ! lib/Term/Cap.pm
15209 ____________________________________________________________________________
15210 [ 13367] By: jhi                                   on 2001/11/29  15:11:43
15211         Log: Porting/checkURL.pl was missing.
15212      Branch: perl
15213            ! MANIFEST
15214 ____________________________________________________________________________
15215 [ 13366] By: jhi                                   on 2001/11/29  15:03:52
15216         Log: Subject: INSTALL and READMEs should be reviewed
15217              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
15218              Date: Thu, 29 Nov 2001 16:49:36 +0100
15219              Message-ID: <20011129164936.A17492@rafael>         
15220      Branch: perl
15221            ! README.cygwin
15222 ____________________________________________________________________________
15223 [ 13365] By: jhi                                   on 2001/11/29  14:39:01
15224         Log: Subject: Re: [PATCH README.os390] URL fixes and "Tools and Toys" link
15225              From: Peter Prymmer <pvhp@pvhp.best.vwh.net>
15226              Date: Thu, 29 Nov 2001 15:37:42 +0000 (GMT)
15227              Message-ID: <Pine.BSF.4.10.10111291529080.98343-100000@pvhp.best.vwh.net>
15228      Branch: perl
15229            ! README.os390
15230 ____________________________________________________________________________
15231 [ 13364] By: jhi                                   on 2001/11/29  14:34:18
15232         Log: Update Changes.
15233      Branch: perl
15234            ! Changes patchlevel.h
15235 ____________________________________________________________________________
15236 [ 13363] By: jhi                                   on 2001/11/29  14:26:48
15237         Log: The changes to the curliffed files didn't stick in #13348.
15238      Branch: perl
15239            ! README.dos README.win32
15240 ____________________________________________________________________________
15241 [ 13362] By: jhi                                   on 2001/11/29  14:13:03
15242         Log: Subject: Re: Found the rev where File::Glob broke
15243              From: Andy Dougherty <doughera@lafayette.edu>
15244              Date: Thu, 29 Nov 2001 10:14:05 -0500 (EST)
15245              Message-ID: <Pine.SOL.4.10.10111291013060.23886-100000@maxwell.phys.lafayette.edu>
15246      Branch: perl
15247            ! lib/ExtUtils/MM_Unix.pm
15248 ____________________________________________________________________________
15249 [ 13361] By: jhi                                   on 2001/11/29  14:08:30
15250         Log: Use __DATA__ instead of __END__.
15251      Branch: perl
15252            ! lib/Term/Cap.pm
15253 ____________________________________________________________________________
15254 [ 13360] By: jhi                                   on 2001/11/29  14:03:28
15255         Log: Subject: [PATCH toke.c] autosplit into @F fix
15256              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
15257              Date: Thu, 29 Nov 2001 14:52:23 +0100
15258              Message-ID: <20011129145223.A25817@rafael>         
15259      Branch: perl
15260            ! toke.c
15261 ____________________________________________________________________________
15262 [ 13359] By: jhi                                   on 2001/11/29  13:47:07
15263         Log: Subject: [PATCH B::Deparse] deparse -wl0 -i.bak
15264              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
15265              Date: Thu, 29 Nov 2001 15:48:15 +0100
15266              Message-ID: <20011129154815.C25817@rafael>         
15267      Branch: perl
15268            ! ext/B/B/Deparse.pm ext/B/O.pm ext/B/t/deparse.t
15269 ____________________________________________________________________________
15270 [ 13358] By: jhi                                   on 2001/11/29  13:43:40
15271         Log: Subject: DRAFT perlpacktut.pod - minor diffs to v0.1
15272              From: "Wolfgang Laun" <wolfgang.laun@chello.at>
15273              Date: Wed, 28 Nov 2001 20:35:29 +0100
15274              Message-ID: <200111282035290250.0067732D@smtp.chello.at>
15275      Branch: perl
15276            ! pod/perlpacktut.pod
15277 ____________________________________________________________________________
15278 [ 13357] By: jhi                                   on 2001/11/29  13:42:18
15279         Log: Subject: [patch pod/perlapio.pod] csh temp env setting
15280              From: Stas Bekman <stas@stason.org>
15281              Date: Thu, 29 Nov 2001 13:17:57 +0800 (SGT) 
15282              Message-ID: <Pine.LNX.4.40.0111291314570.17584-100000@hope.stason.org>
15283              
15284              (with tweaks)
15285      Branch: perl
15286            ! pod/perlapio.pod
15287 ____________________________________________________________________________
15288 [ 13356] By: jhi                                   on 2001/11/29  13:39:06
15289         Log: Subject: Re: [PATCH Exporter.pm] Explain dangers & workaround for AUTOLOADed constant subs
15290              From: Tels <perl_dummy@bloodgate.com>
15291              Date: Thu, 29 Nov 2001 07:28:10 +0100 (CET) 
15292              Message-Id: <200111290630.IAA08631@tiku.hut.fi>
15293              
15294              (plus paragraph rewrapping)
15295      Branch: perl
15296            ! lib/Exporter.pm
15297 ____________________________________________________________________________
15298 [ 13355] By: jhi                                   on 2001/11/29  04:43:54
15299         Log: Subject: Re: More h2ph problems [was Re: h2ph confused by comments in an enum.
15300              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>                 
15301              Date: Wed, 28 Nov 2001 21:47:59 +0000
15302              Message-Id: <200111282147.fASLlxD04163@crypt.compulink.co.uk>
15303      Branch: perl
15304            ! t/lib/h2ph.h t/lib/h2ph.pht utils/h2ph.PL
15305 ____________________________________________________________________________
15306 [ 13354] By: jhi                                   on 2001/11/29  04:28:29
15307         Log: Subject: Re: Fw: Smoke 13285 /pro/3gl/CPAN/perl-current        
15308              From: Andy Dougherty <doughera@lafayette.edu>
15309              Date: Wed, 28 Nov 2001 15:33:00 -0500 (EST) 
15310              Message-ID: <Pine.SOL.4.10.10111281524560.22100-100000@maxwell.phys.lafayette.edu>         
15311      Branch: perl
15312            ! INSTALL ext/Time/HiRes/HiRes.t
15313 ____________________________________________________________________________
15314 [ 13353] By: jhi                                   on 2001/11/29  04:19:40
15315         Log: Subject: [PATCH t/run/kill_perl.t] (was Re: [ID 20011128.159] Segmentation faulton bad regexp)
15316              From: Michael G Schwern <schwern@pobox.com> 
15317              Date: Wed, 28 Nov 2001 16:37:01 -0500
15318              Message-ID: <20011128163701.H676@blackrider>
15319      Branch: perl
15320            ! t/run/kill_perl.t
15321 ____________________________________________________________________________
15322 [ 13352] By: jhi                                   on 2001/11/29  04:18:08
15323         Log: @INC tweak.
15324      Branch: perl
15325            ! t/op/ref.t
15326 ____________________________________________________________________________
15327 [ 13351] By: jhi                                   on 2001/11/29  02:28:06
15328         Log: Subject: [PATCH] Re: [ID 20011127.153] installman error
15329              From: Nicholas Clark <nick@ccl4.org>
15330              Date: Wed, 28 Nov 2001 23:38:43 +0000
15331              Message-ID: <20011128233843.N37621@plum.flirble.org>  
15332      Branch: perl
15333            ! installman
15334 ____________________________________________________________________________
15335 [ 13350] By: jhi                                   on 2001/11/29  02:18:30
15336         Log: Tweak the forking logic.
15337      Branch: perl
15338            ! Porting/checkURL.pl
15339 ____________________________________________________________________________
15340 [ 13349] By: jhi                                   on 2001/11/29  01:37:48
15341         Log: Update perlmodlib.PL as per #13348.  The L<> got
15342              changed back because that is coming from ParseLink.pm.
15343      Branch: perl
15344            ! pod/perlmodlib.PL pod/perlmodlib.pod
15345 ____________________________________________________________________________
15346 [ 13348] By: jhi                                   on 2001/11/29  01:31:48
15347         Log: URL fixups from Michael Schwern.
15348      Branch: perl
15349            ! README.cygwin README.dos README.hpux README.mint README.mpeix
15350            ! README.os390 README.qnx README.solaris README.vos README.win32
15351            ! pod/perlmodlib.pod
15352 ____________________________________________________________________________
15353 [ 13347] By: jhi                                   on 2001/11/29  01:23:08
15354         Log: Subject: [PATCH Exporter.pm] Explain dangers & workaround for AUTOLOADed constant subs
15355              From: Barrie Slaymaker <barries@slaysys.com>
15356              Date: Wed, 28 Nov 2001 14:10:01 -0500                 
15357              Message-ID: <20011128140957.D5236@sizzle.whoville.com>
15358      Branch: perl
15359            ! lib/Exporter.pm
15360 ____________________________________________________________________________
15361 [ 13346] By: jhi                                   on 2001/11/29  01:22:02
15362         Log: Change $=, $., $*, $%, and $- to be IVs instead of longs.
15363      Branch: perl
15364            ! bytecode.pl ext/B/B/Asmdata.pm ext/ByteLoader/byterun.c sv.h
15365 ____________________________________________________________________________
15366 [ 13345] By: jhi                                   on 2001/11/29  00:11:56
15367         Log: Subject: [PATCH] Re: $\ very broken
15368              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
15369              Date: Wed, 28 Nov 2001 22:33:08 +0100                 
15370              Message-ID: <20011128223308.E732@rafael>   
15371              
15372              Subject: Re: [PATCH] Re: $\ very broken     
15373              From: Nicholas Clark <nick@ccl4.org>
15374              Date: Wed, 28 Nov 2001 22:29:00 +0000                 
15375              Message-ID: <20011128222859.K37621@plum.flirble.org>
15376      Branch: perl
15377            ! mg.c t/op/ref.t
15378 ____________________________________________________________________________
15379 [ 13344] By: jhi                                   on 2001/11/29  00:05:19
15380         Log: Add Abigail's link checker with the following tweaks:
15381              - known dummy URLs (Peter Prymmer)
15382              - do also READMEs and INSTALL (Michael Schwern)
15383              - do also ftp URLs
15384              - add fork retry loop in case the allowed number
15385              of processes per user is low
15386      Branch: perl
15387            + Porting/checkURL.pl
15388            ! MANIFEST
15389 ____________________________________________________________________________
15390 [ 13343] By: jhi                                   on 2001/11/28  14:56:50
15391         Log: Update Changes.
15392      Branch: perl
15393            ! Changes patchlevel.h
15394 ____________________________________________________________________________
15395 [ 13342] By: jhi                                   on 2001/11/28  14:15:25
15396         Log: In Linux if we have modern enough gcc and supported
15397              enough CPU, crank up the optimization level to -O3.
15398      Branch: perl
15399            ! hints/linux.sh
15400 ____________________________________________________________________________
15401 [ 13341] By: jhi                                   on 2001/11/28  14:00:12
15402         Log: Add perlpacktut from Wolfgang Laun; regen toc.
15403      Branch: perl
15404            + pod/perlpacktut.pod
15405            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perldelta.pod
15406            ! pod/perltoc.pod
15407 ____________________________________________________________________________
15408 [ 13340] By: jhi                                   on 2001/11/28  13:45:00
15409         Log: Subject: [PATCH: perl@13324] arithmetic fix for skipped tests on VMS      
15410              From: PPrymmer@factset.com
15411              Date: Wed, 28 Nov 2001 07:51:26 -0500
15412              Message-ID: <OF3C405D19.04CAF18F-ON85256B12.00464B6C@55.25.11>    
15413      Branch: perl
15414            ! vms/test.com
15415 ____________________________________________________________________________
15416 [ 13339] By: jhi                                   on 2001/11/28  13:37:31
15417         Log: Test cases for the first half of #13338.
15418      Branch: perl
15419            ! t/lib/h2ph.h t/lib/h2ph.pht
15420 ____________________________________________________________________________
15421 [ 13338] By: jhi                                   on 2001/11/28  13:28:08
15422         Log: Subject: Re: h2ph confused by comments in an enum.
15423              From: Hugo van der Sanden <hv@crypt.compulink.co.uk> 
15424              Date: Wed, 28 Nov 2001 04:19:21 +0000
15425              Message-Id: <200111280419.fAS4JLD17887@crypt.compulink.co.uk>        
15426              
15427              Subject: Re: More h2ph problems [was Re: h2ph confused by comments in an enum.]
15428              From: Hugo van der Sanden <hv@crypt.compulink.co.uk> 
15429              Date: Wed, 28 Nov 2001 13:36:35 +0000
15430              Message-Id: <200111281336.fASDaZG30245@crypt.compulink.co.uk>
15431      Branch: perl
15432            ! utils/h2ph.PL
15433 ____________________________________________________________________________
15434 [ 13337] By: jhi                                   on 2001/11/28  13:15:41
15435         Log: Subject: Re: [PATCH Perl@13013] Term::Cap and VMS
15436              From: Jonathan Stowe <gellyfish@gellyfish.com>
15437              Date: Wed, 28 Nov 2001 10:39:54 +0000 (GMT)
15438              Message-ID: <Pine.LNX.4.33.0111281039070.20888-100000@orpheus.gellyfish.com>
15439              
15440              (replace #13327)
15441      Branch: perl
15442            ! lib/Term/Cap.pm
15443 ____________________________________________________________________________
15444 [ 13336] By: jhi                                   on 2001/11/28  04:21:05
15445         Log: Replace #13335 with
15446              
15447              Subject: Re: [PATCH perl@13323] Termcap.pm with no termios
15448              From: Russ Allbery <rra@stanford.edu>
15449              Date: 27 Nov 2001 20:42:49 -0800
15450              Message-ID: <yl667vv73q.fsf@windlord.stanford.edu>
15451      Branch: perl
15452            ! lib/Pod/Text/Termcap.pm
15453 ____________________________________________________________________________
15454 [ 13335] By: jhi                                   on 2001/11/28  03:33:10
15455         Log: (replaced by #13336)
15456              
15457              Subject: [PATCH perl@13323] Termcap.pm with no termios
15458              From: "Craig A. Berry" <craigberry@mac.com> 
15459              Date: Tue, 27 Nov 2001 22:28:50 -0600
15460              Message-Id: <a05101003b82a151fda85@[192.168.56.184]>
15461      Branch: perl
15462            ! lib/Pod/Text/Termcap.pm
15463 ____________________________________________________________________________
15464 [ 13334] By: jhi                                   on 2001/11/28  03:31:51
15465         Log: Subject: [PATCH perl@13323] solve identity crisis on VMS 
15466              From: "Craig A. Berry" <craigberry@mac.com> 
15467              Date: Tue, 27 Nov 2001 21:46:45 -0600
15468              Message-Id: <a05101002b829f5c9824d@[192.168.56.184]>
15469      Branch: perl
15470            ! configure.com
15471 ____________________________________________________________________________
15472 [ 13333] By: jhi                                   on 2001/11/28  03:30:03
15473         Log: Upgrade to podlators 1.17.
15474      Branch: perl
15475            ! lib/Pod/Man.pm lib/Pod/Text/Color.pm
15476            ! lib/Pod/Text/Overstrike.pm lib/Pod/Text/Termcap.pm
15477 ____________________________________________________________________________
15478 [ 13332] By: jhi                                   on 2001/11/28  03:23:04
15479         Log: Fix for "a\x{100}" =~ /A/i.
15480      Branch: perl
15481            ! embed.h embed.pl global.sym proto.h regexec.c t/op/pat.t
15482            ! utf8.c
15483 ____________________________________________________________________________
15484 [ 13331] By: jhi                                   on 2001/11/28  00:52:19
15485         Log: Subject: [PATCH perl@13324] fix lib/DB.t on VMS
15486              From: "Craig A. Berry" <craigberry@mac.com>
15487              Date: Tue, 27 Nov 2001 17:11:49 -0600
15488              Message-Id: <5.1.0.14.2.20011127164513.01bf1ec0@exchi01>
15489      Branch: perl
15490            ! lib/DB.t
15491 ____________________________________________________________________________
15492 [ 13330] By: jhi                                   on 2001/11/28  00:50:53
15493         Log: Subject: [PATCH] unterminated C<< ... >> in perldelta
15494              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
15495              Date: Tue, 27 Nov 2001 14:55:23 -0500
15496              Message-ID: <20011127145523.G401767@linguist.thayer.dartmouth.edu>
15497              
15498              Subject: [PATCH: perl@13324] updates to perldelta.pod 
15499              From: PPrymmer@factset.com
15500              Date: Tue, 27 Nov 2001 18:06:04 -0500
15501              Message-ID: <OF812EB439.6864B239-ON85256B11.007E73B5@55.25.11>
15502              
15503              plus added some known problems.
15504      Branch: perl
15505            ! pod/perldelta.pod
15506 ____________________________________________________________________________
15507 [ 13329] By: jhi                                   on 2001/11/28  00:35:53
15508         Log: Subject: [PATCH Perl@13013] A not-so-lethal kill() for VMS pre-7.0
15509              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
15510              Date: Tue, 27 Nov 2001 15:38:02 EST 
15511              Message-Id: <011127153734.62182@DUPHY4.Physics.Drexel.Edu>
15512      Branch: perl
15513            ! configure.com vms/vms.c vms/vmsish.h
15514 ____________________________________________________________________________
15515 [ 13328] By: jhi                                   on 2001/11/28  00:34:12
15516         Log: Subject: [PATCH t/run/kill_perl.t] Re: [ID 20011127.155] \ -f "file" dumps core
15517              From: Michael G Schwern <schwern@pobox.com> 
15518              Date: Tue, 27 Nov 2001 15:31:12 -0500
15519              Message-ID: <20011127153112.G20929@blackrider>
15520      Branch: perl
15521            ! t/run/kill_perl.t
15522 ____________________________________________________________________________
15523 [ 13327] By: jhi                                   on 2001/11/28  00:23:10
15524         Log: (replaced by #13337)
15525              
15526              VMS can safely hardcode a termcap entry for VT100.
15527      Branch: perl
15528            ! lib/Term/Cap.pm
15529 ____________________________________________________________________________
15530 [ 13326] By: jhi                                   on 2001/11/27  17:47:28
15531         Log: VMS piping fixes from Charles Lane (perl -P should
15532              be working now).
15533      Branch: perl
15534            ! vms/vms.c
15535 ____________________________________________________________________________
15536 [ 13325] By: jhi                                   on 2001/11/27  17:44:31
15537         Log: Subject: [PATCH] perlvar.pod fix
15538              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
15539              Date: Tue, 27 Nov 2001 13:11:47 -0500
15540              Message-ID: <20011127131147.E401767@linguist.thayer.dartmouth.edu>
15541      Branch: perl
15542            ! pod/perlvar.pod
15543 ____________________________________________________________________________
15544 [ 13324] By: jhi                                   on 2001/11/27  15:56:06
15545         Log: Update Changes.
15546      Branch: perl
15547            ! Changes patchlevel.h
15548 ____________________________________________________________________________
15549 [ 13323] By: jhi                                   on 2001/11/27  15:51:08
15550         Log: Subject: [PATCH] bring MM_VMS::perldepend into 21st century            
15551              From: "Craig A. Berry" <craigberry@mac.com> 
15552              Date: Tue, 27 Nov 2001 10:21:18 -0600
15553              Message-Id: <5.1.0.14.2.20011126162504.01c77610@exchi01>
15554      Branch: perl
15555            ! lib/ExtUtils/MM_VMS.pm
15556 ____________________________________________________________________________
15557 [ 13322] By: jhi                                   on 2001/11/27  15:24:12
15558         Log: Protect against accumulating -options -options -options.
15559      Branch: perl
15560            ! hints/hpux.sh
15561 ____________________________________________________________________________
15562 [ 13321] By: jhi                                   on 2001/11/27  15:16:28
15563         Log: Subject: [PATCH Benchmark.pm] add export tag :all and tweak SYNOPSIS   
15564              From: Barrie Slaymaker <barries@slaysys.com>
15565              Date: Tue, 27 Nov 2001 10:58:54 -0500
15566              Message-ID: <20011127105850.B696@sizzle.whoville.com> 
15567      Branch: perl
15568            ! lib/Benchmark.pm
15569 ____________________________________________________________________________
15570 [ 13320] By: jhi                                   on 2001/11/27  15:05:33
15571         Log: Tiny fix from John P. Linderman.
15572      Branch: perl
15573            ! lib/sort.pm
15574 ____________________________________________________________________________
15575 [ 13319] By: jhi                                   on 2001/11/27  15:04:37
15576         Log: The Story of sort(), from John P. Linderman.
15577      Branch: perl
15578            ! pod/perldelta.pod
15579 ____________________________________________________________________________
15580 [ 13318] By: jhi                                   on 2001/11/27  14:58:06
15581         Log: Add information what to do if you are reading
15582              perluniintro but using some older Perl.
15583      Branch: perl
15584            ! pod/perluniintro.pod
15585 ____________________________________________________________________________
15586 [ 13317] By: jhi                                   on 2001/11/27  14:51:42
15587         Log: Update the 'wide characters' FAQ entry.
15588      Branch: perl
15589            ! pod/perlfaq6.pod
15590 ____________________________________________________________________________
15591 [ 13316] By: jhi                                   on 2001/11/27  14:26:25
15592         Log: Fix for
15593              
15594              Subject: [ID 20011127.151] regex result vars no longer marked as utf8
15595              From: Marc Lehmann <root@schmorp.de>
15596              Date: Tue, 27 Nov 2001 14:27:14 +0100
15597              Message-Id: <E168iGY-0002pi-00.pgcc-forever-2001-11-27-14-27-14@fuji.laendle>
15598      Branch: perl
15599            ! ext/Encode.t ext/Encode/Encode.xs
15600 ____________________________________________________________________________
15601 [ 13315] By: jhi                                   on 2001/11/27  14:06:45
15602         Log: Subject: [PATCH] DB_File 1.801
15603              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
15604              Date: Tue, 27 Nov 2001 15:06:45 -0000
15605              Message-ID: <AIEAJICLCBDNAAOLLOKLEEEIDGAA.paul_marquess@yahoo.co.uk>
15606      Branch: perl
15607            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
15608            ! ext/DB_File/DB_File.xs ext/DB_File/Makefile.PL
15609 ____________________________________________________________________________
15610 [ 13314] By: jhi                                   on 2001/11/27  13:51:49
15611         Log: Regen perlmodlib.  (TODO: why does Pod::t::basic get listed?)
15612      Branch: perl
15613            ! pod/perlmodlib.pod
15614 ____________________________________________________________________________
15615 [ 13313] By: jhi                                   on 2001/11/27  13:49:55
15616         Log: sort() doc tweaks from John P. Linderman.
15617      Branch: perl
15618            ! pod/perlfunc.pod
15619 ____________________________________________________________________________
15620 [ 13312] By: jhi                                   on 2001/11/27  13:36:44
15621         Log: Subject: [PATCH] More perldelta.pod nits
15622              From: Simon Glover <scog@roe.ac.uk>
15623              Date: Tue, 27 Nov 2001 14:28:36 +0000 (GMT) 
15624              Message-ID: <Pine.OSF.4.10.10111271421490.119807-100000@arran.roe.ac.uk>
15625      Branch: perl
15626            ! pod/perldelta.pod
15627 ____________________________________________________________________________
15628 [ 13311] By: jhi                                   on 2001/11/27  13:26:38
15629         Log: Subject: RE: [PATCH @ 13283] Devel::PPPort
15630              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
15631              Date: Tue, 27 Nov 2001 11:52:31 -0000
15632              Message-ID: <AIEAJICLCBDNAAOLLOKLMEECDGAA.paul_marquess@yahoo.co.uk>
15633      Branch: perl
15634            ! ext/Devel/PPPort/harness/Makefile.PL
15635 ____________________________________________________________________________
15636 [ 13310] By: jhi                                   on 2001/11/27  13:23:28
15637         Log: Subject: [PATCH t/TEST] Remove redundant #! parsing.  Deparse tests better.
15638              From: Michael G Schwern <schwern@pobox.com>
15639              Date: Tue, 27 Nov 2001 03:38:24 -0500
15640              Message-ID: <20011127033824.A17775@blackrider>
15641      Branch: perl
15642            ! t/TEST
15643 ____________________________________________________________________________
15644 [ 13309] By: jhi                                   on 2001/11/27  13:16:44
15645         Log: Subject: Re: perlcc very broken
15646              From: John Peacock <jpeacock@rowman.com>
15647              Date: Tue, 27 Nov 2001 06:48:01 -0500
15648              Message-ID: <3C037D71.4030508@rowman.com>
15649      Branch: perl
15650            ! utils/perlcc.PL
15651 ____________________________________________________________________________
15652 [ 13308] By: jhi                                   on 2001/11/27  12:57:49
15653         Log: Subject: [ID 20011126.150] t/op/pack patch to fix Useless use of unpack in void context at op/pack.t line 704. 
15654              From: David Dyck <dcd@tc.fluke.com>
15655              Date: Mon, 26 Nov 2001 22:04:38 -0800
15656              Message-Id: <200111270604.WAA20274@dd.tc.fluke.com>
15657      Branch: perl
15658            ! t/op/pack.t
15659 ____________________________________________________________________________
15660 [ 13307] By: jhi                                   on 2001/11/27  12:56:09
15661         Log: Subject: [ID 20011126.149] t/op/split fails step 37
15662              From: David Dyck <dcd@tc.fluke.com>
15663              Date: Mon, 26 Nov 2001 21:52:35 -0800
15664              Message-Id: <200111270552.VAA09394@dd.tc.fluke.com>
15665      Branch: perl
15666            ! t/op/split.t
15667 ____________________________________________________________________________
15668 [ 13306] By: gbarr                                 on 2001/11/27  12:19:40
15669         Log: incorporate last minute change from libnet 1.0901-tobe
15670      Branch: perl
15671            ! lib/Net/SMTP.pm
15672 ____________________________________________________________________________
15673 [ 13305] By: jhi                                   on 2001/11/27  02:39:35
15674         Log: Pass 7 at perldelta - random edits.
15675      Branch: perl
15676            ! pod/perldelta.pod
15677 ____________________________________________________________________________
15678 [ 13304] By: jhi                                   on 2001/11/27  02:04:19
15679         Log: Portability and skippage tweaks.
15680      Branch: perl
15681            ! t/op/split.t
15682 ____________________________________________________________________________
15683 [ 13303] By: jhi                                   on 2001/11/27  02:03:49
15684         Log: (retracted by #13449)
15685              Try to make Unicode casemapping to work for EBCDIC, too.
15686      Branch: perl
15687            ! utf8.c
15688 ____________________________________________________________________________
15689 [ 13302] By: jhi                                   on 2001/11/27  01:35:23
15690         Log: Just printing 1..0 is not quite enough...
15691      Branch: perl
15692            ! lib/Dumpvalue.t
15693 ____________________________________________________________________________
15694 [ 13301] By: jhi                                   on 2001/11/27  01:22:22
15695         Log: \141 is malformed "unexpected continuation byte" in UTF-EBCDIC.
15696              Delay the match until runtime.
15697      Branch: perl
15698            ! t/op/append.t
15699 ____________________________________________________________________________
15700 [ 13300] By: jhi                                   on 2001/11/27  01:08:10
15701         Log: UTF-EBCDIC.
15702      Branch: perl
15703            ! ext/Devel/Peek/Peek.t
15704 ____________________________________________________________________________
15705 [ 13299] By: jhi                                   on 2001/11/27  01:02:21
15706         Log: Be UTF-EBCDIC aware.
15707      Branch: perl
15708            ! lib/bytes.t
15709 ____________________________________________________________________________
15710 [ 13298] By: jhi                                   on 2001/11/27  00:59:44
15711         Log: Bad assumption which way digits and letters sort.
15712      Branch: perl
15713            ! lib/English.t
15714 ____________________________________________________________________________
15715 [ 13297] By: jhi                                   on 2001/11/27  00:55:04
15716         Log: If in EBCDIC but no Convert::EBCDIC
15717              the libnet tests will all fail.
15718      Branch: perl
15719            ! lib/Net/t/config.t lib/Net/t/ftp.t lib/Net/t/hostname.t
15720            ! lib/Net/t/netrc.t lib/Net/t/nntp.t lib/Net/t/require.t
15721            ! lib/Net/t/smtp.t lib/Net/t/time.t
15722 ____________________________________________________________________________
15723 [ 13296] By: jhi                                   on 2001/11/27  00:45:55
15724         Log: Just sorting to guarantee order is not enough.
15725              (Think EBCDIC.) 
15726      Branch: perl
15727            ! lib/ExtUtils/Manifest.t
15728 ____________________________________________________________________________
15729 [ 13295] By: jhi                                   on 2001/11/27  00:43:38
15730         Log: OS/390 cleanable gunk.
15731      Branch: perl
15732            ! lib/ExtUtils/MM_Unix.pm
15733 ____________________________________________________________________________
15734 [ 13294] By: jhi                                   on 2001/11/27  00:40:02
15735         Log: Update the EBCDIC MD5 checksums.
15736      Branch: perl
15737            ! ext/Digest/MD5/t/files.t
15738 ____________________________________________________________________________
15739 [ 13293] By: jhi                                   on 2001/11/27  00:28:40
15740         Log: Subject: [PATCH] Re: [PATCH] Re: [ID 20011118.128] installman chdir stuffs INC
15741              From: Nicholas Clark <nick@ccl4.org>
15742              Date: Mon, 26 Nov 2001 23:06:34 +0000
15743              Message-ID: <20011126230633.Q37621@plum.flirble.org>
15744      Branch: perl
15745            ! installman
15746 ____________________________________________________________________________
15747 [ 13292] By: jhi                                   on 2001/11/27  00:24:36
15748         Log: sort tweaks from John P. Linderman.
15749      Branch: perl
15750            ! lib/sort.pm lib/sort.t perl.h pp_sort.c
15751 ____________________________________________________________________________
15752 [ 13291] By: jhi                                   on 2001/11/27  00:20:09
15753         Log: Subject: [ID 20011126.148] Socket::inet_aton() incorrectly accepts null string
15754              From: Bob Dalgleish <Robert.Dalgleish@sk.sympatico.ca>          
15755              Date: Mon, 26 Nov 2001 18:47:25 -0600
15756              Message-Id: <B8283EBD.8414%Robert.Dalgleish@sk.sympatico.ca>
15757              
15758              Craig Berry submitted half of this patch just yesterday.
15759              Spooky cosmic resonance.
15760      Branch: perl
15761            ! ext/Socket/Socket.xs
15762 ____________________________________________________________________________
15763 [ 13290] By: jhi                                   on 2001/11/27  00:15:07
15764         Log: Subject: [PATCH] doio slightly smaller
15765              From: Nicholas Clark <nick@ccl4.org>
15766              Date: Tue, 27 Nov 2001 00:40:23 +0000      
15767              Message-ID: <20011127004023.S37621@plum.flirble.org>                 
15768      Branch: perl
15769            ! doio.c
15770 ____________________________________________________________________________
15771 [ 13289] By: jhi                                   on 2001/11/27  00:12:11
15772         Log: perldelta nits from Autrijus Tang and Ron Kimball.
15773      Branch: perl
15774            ! pod/perldelta.pod
15775 ____________________________________________________________________________
15776 [ 13288] By: jhi                                   on 2001/11/27  00:08:23
15777         Log: Subject: [PATCH] unpack P* uses random length for item
15778              From: "Wolfgang Laun" <wolfgang.laun@chello.at>               
15779              Date: Mon, 26 Nov 2001 19:56:32 +0100
15780              Message-ID: <200111261956320450.01E7217F@smtp.chello.at>
15781      Branch: perl
15782            ! pod/perldiag.pod pp_pack.c t/op/pack.t
15783 ____________________________________________________________________________
15784 [ 13287] By: jhi                                   on 2001/11/26  23:55:02
15785         Log: Subject: [PATCH current] system and taintedness
15786              From: Radu Greab <radu@netsoft.ro>
15787              Date: Mon, 26 Nov 2001 18:42:29 +0200
15788              Message-ID: <15362.28917.697078.551412@ix.netsoft.ro>
15789      Branch: perl
15790            ! pp_sys.c t/op/taint.t
15791 ____________________________________________________________________________
15792 [ 13286] By: jhi                                   on 2001/11/26  23:53:21
15793         Log: Subject: [PATCH @ 13283] Devel::PPPort
15794              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
15795              Date: Mon, 26 Nov 2001 14:37:17 -0000
15796              Message-ID: <AIEAJICLCBDNAAOLLOKLCECEDGAA.paul_marquess@yahoo.co.uk>
15797      Branch: perl
15798            + ext/Devel/PPPort/MANIFEST
15799            ! MANIFEST ext/Devel/PPPort/Makefile.PL
15800            ! ext/Devel/PPPort/PPPort.pm ext/Devel/PPPort/harness/Harness.pm
15801            ! ext/Devel/PPPort/harness/Harness.xs
15802            ! ext/Devel/PPPort/harness/Makefile.PL
15803            ! ext/Devel/PPPort/harness/module2.c
15804            ! ext/Devel/PPPort/harness/module3.c
15805            ! ext/Devel/PPPort/harness/t/test.t ext/Devel/PPPort/soak
15806 ____________________________________________________________________________
15807 [ 13285] By: jhi                                   on 2001/11/26  14:08:36
15808         Log: Update the test list.
15809      Branch: perl
15810            ! t/lib/1_compile.t
15811 ____________________________________________________________________________
15812 [ 13284] By: gbarr                                 on 2001/11/26  12:41:45
15813         Log: Sync-up tests with libnet distribution
15814      Branch: perl
15815            + lib/Net/t/netrc.t
15816            ! MANIFEST lib/Net/t/config.t lib/Net/t/hostname.t
15817 ____________________________________________________________________________
15818 [ 13283] By: jhi                                   on 2001/11/26  11:34:35
15819         Log: Update Changes.
15820      Branch: perl
15821            ! Changes patchlevel.h
15822 ____________________________________________________________________________
15823 [ 13282] By: jhi                                   on 2001/11/26  11:28:18
15824         Log: Upgrade to podlators 1.16.
15825      Branch: perl
15826            + lib/Pod/t/basic.cap
15827            ! MANIFEST lib/Pod/Man.pm lib/Pod/Text/Termcap.pm
15828            ! lib/Pod/t/basic.t pod/pod2man.PL
15829 ____________________________________________________________________________
15830 [ 13281] By: jhi                                   on 2001/11/26  11:11:08
15831         Log: Pass 6 at perldelta - sort enhancements, generic and
15832              platform specific bug fixes.
15833      Branch: perl
15834            ! pod/perldelta.pod
15835 ____________________________________________________________________________
15836 [ 13280] By: jhi                                   on 2001/11/26  10:35:56
15837         Log: PROPAGATE documentation from Tony Cook.
15838      Branch: perl
15839            ! pod/perlfunc.pod
15840 ____________________________________________________________________________
15841 [ 13279] By: jhi                                   on 2001/11/25  23:45:27
15842         Log: DJGPP cannot do signals that well.
15843      Branch: perl
15844            ! ext/POSIX/t/sigaction.t
15845 ____________________________________________________________________________
15846 [ 13278] By: jhi                                   on 2001/11/25  23:43:30
15847         Log: Can't do subsecond alarms without ualarm; and break out
15848              early if alarms do not seem to be coming in as expected.
15849      Branch: perl
15850            ! ext/Time/HiRes/HiRes.t
15851 ____________________________________________________________________________
15852 [ 13277] By: jhi                                   on 2001/11/25  23:01:39
15853         Log: No Socket, little Net.
15854      Branch: perl
15855            ! t/lib/1_compile.t
15856 ____________________________________________________________________________
15857 [ 13276] By: jhi                                   on 2001/11/25  22:58:44
15858         Log: Take the taint brush to the getcwds.
15859      Branch: perl
15860            ! djgpp/djgpp.c epoc/epoc.c os2/os2.c wince/wince.c
15861 ____________________________________________________________________________
15862 [ 13275] By: jhi                                   on 2001/11/25  21:42:02
15863         Log: Subject: [PATCH perl@13227] Socket::my_inet_aton() tweak
15864              From: "Craig A. Berry" <craigberry@mac.com>
15865              Date: Sun, 25 Nov 2001 16:20:45 -0600
15866              Message-Id: <5.1.0.14.2.20011125160848.01c59690@exchi01>
15867      Branch: perl
15868            ! ext/Socket/Socket.xs
15869 ____________________________________________________________________________
15870 [ 13274] By: jhi                                   on 2001/11/25  21:32:17
15871         Log: Since in some DOS filesystems the timestamp granularity
15872              may be only two seconds, better sleep for three to play safe.
15873              (Helps CygWin, at least.)
15874      Branch: perl
15875            ! lib/Memoize/t/expire_file.t
15876 ____________________________________________________________________________
15877 [ 13273] By: jhi                                   on 2001/11/25  21:22:10
15878         Log: For some reason CygWin wasn't collapsing multiple
15879              slashes into one, which made some Spec.t tests to fail.
15880              Either CygWin was being too prudish or the collapsing
15881              logic needs to be rethunk.
15882      Branch: perl
15883            ! lib/File/Spec/Unix.pm
15884 ____________________________________________________________________________
15885 [ 13272] By: jhi                                   on 2001/11/25  20:40:23
15886         Log: Cygwin needs to have libperl.dll around if trying to link
15887              with -lperl.  Note: this change cures the test but whether
15888              it cures CygPerl installation, I don't know: hopefully the
15889              libperl5_7_2.dll, or the version equivalent, gets installed
15890              also as libperl.dll to the proper place(s).
15891      Branch: perl
15892            ! lib/ExtUtils/Embed.t
15893 ____________________________________________________________________________
15894 [ 13271] By: jhi                                   on 2001/11/25  20:18:53
15895         Log: -I../lib/.. and -L../lib/..?  Strange.
15896      Branch: perl
15897            ! lib/ExtUtils/Embed.t
15898 ____________________________________________________________________________
15899 [ 13270] By: jhi                                   on 2001/11/25  19:57:54
15900         Log: $MM?
15901      Branch: perl
15902            ! lib/ExtUtils/Embed.pm
15903 ____________________________________________________________________________
15904 [ 13269] By: jhi                                   on 2001/11/25  19:46:55
15905         Log: Subject: [PATCH] Further replacement of EU::MM with File::Spec
15906              From: Dave Rolsky <autarch@urth.org>
15907              Date: Mon, 19 Nov 2001 18:17:09 -0600 (CST)
15908              Message-ID: <Pine.LNX.4.40.0111191750440.22189-100000@urth.org>
15909      Branch: perl
15910            ! lib/CPAN.pm lib/CPAN/FirstTime.pm lib/ExtUtils/Embed.pm
15911            ! lib/ExtUtils/Install.pm lib/ExtUtils/Installed.pm
15912 ____________________________________________________________________________
15913 [ 13268] By: jhi                                   on 2001/11/25  19:44:38
15914         Log: Subject: [REPATCH lib/DB.pm MANIFEST lib/DB.t] Rework DB.pm tests
15915              From: chromatic <chromatic@rmci.net>
15916              Date: Sat, 24 Nov 2001 14:56:57 -0700
15917              Message-ID: <20011124220430.97697.qmail@onion.perl.org>
15918              
15919              plus a tweak for ithreads builds.
15920      Branch: perl
15921            + lib/DB.t
15922            ! MANIFEST lib/DB.pm
15923 ____________________________________________________________________________
15924 [ 13267] By: jhi                                   on 2001/11/25  19:38:50
15925         Log: Win32 compilation tweaks for Blair Zajac.
15926      Branch: perl
15927            ! ext/IO/IO.xs ext/POSIX/POSIX.xs win32/win32.h
15928 ____________________________________________________________________________
15929 [ 13266] By: jhi                                   on 2001/11/25  19:11:38
15930         Log: I don't think trying to bracket the hires time with lores
15931              times is going to be portable enough: Cygwin seems to be
15932              capable of getting hires ones rather consistently lower
15933              than the lores ones.  So let's try average difference instead.
15934      Branch: perl
15935            ! ext/Time/HiRes/HiRes.t
15936 ____________________________________________________________________________
15937 [ 13265] By: jhi                                   on 2001/11/25  18:28:04
15938         Log: Subject: Re: benchmarks, sorts and reproducibility
15939              From: "John P. Linderman" <jpl@research.att.com>
15940              Date: Sun, 25 Nov 2001 14:25:18 -0500 (EST)
15941              Message-Id: <200111251925.OAA77172@raptor.research.att.com>
15942              
15943              Randomize large partitions for quicksort to dodge the
15944              angry gods of quadratic.
15945      Branch: perl
15946            ! pp_sort.c
15947 ____________________________________________________________________________
15948 [ 13264] By: jhi                                   on 2001/11/25  18:23:54
15949         Log: The joys of portable quoting.
15950      Branch: perl
15951            ! ext/Devel/PPPort/harness/Makefile.PL
15952 ____________________________________________________________________________
15953 [ 13263] By: jhi                                   on 2001/11/25  18:12:31
15954         Log: sort pragma tweaks.
15955      Branch: perl
15956            ! lib/sort.pm
15957 ____________________________________________________________________________
15958 [ 13262] By: jhi                                   on 2001/11/25  17:10:09
15959         Log: Skip the link= directives of utils.lst if no mandir
15960              (if no manpages).
15961      Branch: perl
15962            ! installman
15963 ____________________________________________________________________________
15964 [ 13261] By: gsar                                  on 2001/11/25  16:48:38
15965         Log: integrate changes#8340,13260 from mainline
15966              
15967              Subject: [PATCH] Re: [ID 20010105.002] close() on process filehandle leaves defunct process
15968              
15969              change#3373 introduced a handle leak in backticks and piped open()s
15970              that fail
15971      Branch: maint-5.6/perl
15972            ! t/io/pipe.t util.c
15973 ____________________________________________________________________________
15974 [ 13260] By: gsar                                  on 2001/11/25  16:37:29
15975         Log: change#3373 introduced a handle leak in backticks and piped open()s
15976              that fail
15977      Branch: perl
15978            ! util.c
15979 ____________________________________________________________________________
15980 [ 13259] By: jhi                                   on 2001/11/25  05:58:47
15981         Log: metaconfig unit change for #13258.
15982      Branch: metaconfig/U/perl
15983            ! d_procselfexe.U
15984 ____________________________________________________________________________
15985 [ 13258] By: jhi                                   on 2001/11/25  05:58:30
15986         Log: Extraenous breaks noticed by David Dyck.
15987      Branch: perl
15988            ! Configure
15989 ____________________________________________________________________________
15990 [ 13257] By: jhi                                   on 2001/11/25  05:32:18
15991         Log: Revert the /proc/self/auxv experiment for now.
15992      Branch: perl
15993            ! lib/ExtUtils.t perl.c t/lib/1_compile.t
15994 ____________________________________________________________________________
15995 [ 13256] By: jhi                                   on 2001/11/25  04:59:31
15996         Log: Also ExtUtils.t had $^X assumptions.
15997      Branch: perl
15998            ! lib/ExtUtils.t
15999 ____________________________________________________________________________
16000 [ 13255] By: jhi                                   on 2001/11/25  04:20:02
16001         Log: Now is Solaris if you start the t/perl in the t/
16002              as "./perl", the $^X will be "../perl", not "./perl".
16003      Branch: perl
16004            ! t/lib/1_compile.t
16005 ____________________________________________________________________________
16006 [ 13254] By: jhi                                   on 2001/11/25  03:59:06
16007         Log: The new way of finding out $^X in Solaris
16008              requires a little tweak if the executable
16009              pathname is *not* absolute: prepend "./"
16010              (otherwise `$^X ...` will start perl from PATH...)
16011      Branch: perl
16012            ! perl.c
16013 ____________________________________________________________________________
16014 [ 13253] By: jhi                                   on 2001/11/25  03:18:05
16015         Log: Avoid "will not stay shared" warnings.
16016      Branch: perl
16017            ! lib/ExtUtils/MM_Unix.pm
16018 ____________________________________________________________________________
16019 [ 13252] By: jhi                                   on 2001/11/25  03:00:49
16020         Log: Subject: [PATCH perl.c util.c pp_sys.c t/op/magic.t] $$ readonly, take two
16021              From: Michael G Schwern <schwern@pobox.com>
16022              Date: Sat, 24 Nov 2001 19:56:18 -0500
16023              Message-ID: <20011124195618.A14614@blackrider>            
16024      Branch: perl
16025            ! perl.c pp_sys.c t/op/magic.t util.c
16026 ____________________________________________________________________________
16027 [ 13251] By: jhi                                   on 2001/11/25  02:48:04
16028         Log: In the MakeMaker pm_to_blib target don't copy all
16029              the files in one fell swoop, deal with them hunkwise,
16030              helps for CLIs with limited line lengths.
16031              (This seems to help for DJGPP building Encode,
16032              where there are dozens of files to copy.)
16033      Branch: perl
16034            ! lib/ExtUtils/MM_Unix.pm
16035 ____________________________________________________________________________
16036 [ 13250] By: gsar                                  on 2001/11/25  00:50:10
16037         Log: testsuite leaves stray files behind on windows
16038      Branch: perl
16039            ! lib/ExtUtils/Embed.t lib/ExtUtils/Mkbootstrap.t lib/Shell.t
16040 ____________________________________________________________________________
16041 [ 13249] By: gsar                                  on 2001/11/25  00:32:36
16042         Log: xsubpp produces a spurious warning on directories called 'typemap'
16043      Branch: perl
16044            ! lib/ExtUtils/xsubpp
16045 ____________________________________________________________________________
16046 [ 13248] By: gsar                                  on 2001/11/25  00:17:28
16047         Log: xsubpp treats invalid (indented) cpp directives as comments
16048      Branch: perl
16049            ! ext/IO/IO.xs
16050 ____________________________________________________________________________
16051 [ 13247] By: gsar                                  on 2001/11/25  00:02:37
16052         Log: $(MAKE) distclean shouldn't blow away ../lib/Thread.pm
16053      Branch: perl
16054            ! win32/Makefile win32/Makefile.win64 win32/makefile.mk
16055 ____________________________________________________________________________
16056 [ 13246] By: jhi                                   on 2001/11/24  21:45:32
16057         Log: The debug_pag needs to be visible at all times
16058              because of the re extension.
16059      Branch: perl
16060            ! intrpvar.h makedef.pl perl.c perl.h regexec.c
16061 ____________________________________________________________________________
16062 [ 13245] By: jhi                                   on 2001/11/24  20:09:20
16063         Log: Subject: Re: [PATCH] Tests are good
16064              From: Philip Newton <Philip.Newton@gmx.net>
16065              Date: Sat, 24 Nov 2001 21:24:00 +0100
16066              Message-ID: <4c000us22s27871hrsqnvjmtnvtd4r85u1@4ax.com>
16067      Branch: perl
16068            ! pod/perlhack.pod
16069 ____________________________________________________________________________
16070 [ 13244] By: jhi                                   on 2001/11/24  19:06:29
16071         Log: Subject: [PATCH perl@13227] make PPPort/harness build on VMS
16072              From: "Craig A. Berry" <craigberry@mac.com> 
16073              Date: Sat, 24 Nov 2001 12:45:44 -0600
16074              Message-Id: <5.1.0.14.2.20011124030253.01bd4b98@exchi01>
16075              
16076              (with tweaks, and combined with Sarathy's #13242)
16077      Branch: perl
16078            ! configure.com ext/Devel/PPPort/harness/Makefile.PL
16079 ____________________________________________________________________________
16080 [ 13243] By: jhi                                   on 2001/11/24  18:46:31
16081         Log: Subject: Re: [PATCH] Make Exporter::Heavy use Universal->VERSION()
16082              From: John Peacock <jpeacock@rowman.com>
16083              Date: Sat, 24 Nov 2001 14:27:46 -0500
16084              Message-ID: <3BFFF4B2.40509@rowman.com> 
16085      Branch: perl
16086            ! lib/Exporter/Heavy.pm
16087 ____________________________________________________________________________
16088 [ 13242] By: gsar                                  on 2001/11/24  17:16:18
16089         Log: use portable quotes
16090      Branch: perl
16091            ! ext/Devel/PPPort/harness/Makefile.PL
16092 ____________________________________________________________________________
16093 [ 13241] By: jhi                                   on 2001/11/24  17:09:25
16094         Log: Subject: [PATCH] Re: [ID 20011118.128] installman chdir stuffs INC
16095              From: Nicholas Clark <nick@ccl4.org>
16096              Date: Sat, 24 Nov 2001 18:06:26 +0000
16097              Message-ID: <20011124180626.T37621@plum.flirble.org>
16098      Branch: perl
16099            ! installman
16100 ____________________________________________________________________________
16101 [ 13240] By: jhi                                   on 2001/11/24  17:06:11
16102         Log: Subject: [PATCH] perl5005delta.pod L<>
16103              From: Nicholas Clark <nick@ccl4.org>
16104              Date: Sat, 24 Nov 2001 18:04:21 +0000
16105              Message-ID: <20011124180421.S37621@plum.flirble.org>
16106      Branch: perl
16107            ! pod/perl5005delta.pod
16108 ____________________________________________________________________________
16109 [ 13239] By: gsar                                  on 2001/11/24  17:01:17
16110         Log: fix typo in config.vc; regenerate win32 config_H.* files
16111      Branch: perl
16112            ! win32/config.vc win32/config_H.bc win32/config_H.gc
16113            ! win32/config_H.vc
16114 ____________________________________________________________________________
16115 [ 13238] By: jhi                                   on 2001/11/24  16:16:01
16116         Log: Mention the charnames::vianame().
16117      Branch: perl
16118            ! pod/perluniintro.pod
16119 ____________________________________________________________________________
16120 [ 13237] By: jhi                                   on 2001/11/24  16:12:31
16121         Log: Add charnames::vianame() in case people want to access
16122              the codes in run-time (as opposed to the compile-timeness
16123              of \N{...}).
16124      Branch: perl
16125            ! lib/charnames.pm lib/charnames.t
16126 ____________________________________________________________________________
16127 [ 13236] By: jhi                                   on 2001/11/24  16:11:04
16128         Log: Subject: [PATCH] memset() is cheaper than a loop of 256 bit-a-a-times
16129              From: Nicholas Clark <nick@ccl4.org>
16130              Date: Sat, 24 Nov 2001 16:30:42 +0000
16131              Message-ID: <20011124163042.R37621@plum.flirble.org>
16132      Branch: perl
16133            ! regcomp.c regcomp.h
16134 ____________________________________________________________________________
16135 [ 13235] By: jhi                                   on 2001/11/24  15:26:37
16136         Log: Subject: [PATCH] Re: Smoke 13191 /pro/3gl/CPAN/perl-current
16137              From: Nicholas Clark <nick@ccl4.org>
16138              Date: Sat, 24 Nov 2001 16:24:33 +0000
16139              Message-ID: <20011124162433.Q37621@plum.flirble.org>
16140              
16141              cmp fixes.
16142      Branch: perl
16143            ! pp.c
16144 ____________________________________________________________________________
16145 [ 13234] By: jhi                                   on 2001/11/24  15:23:34
16146         Log: Use /proc/self/auxv in Solaris to figure out the $^X.
16147              (It seems that "./perl" gets resolved to "perl" now.)
16148      Branch: perl
16149            ! perl.c
16150 ____________________________________________________________________________
16151 [ 13233] By: jhi                                   on 2001/11/24  14:58:52
16152         Log: Subject: [PATCH] DB_File 1.800        
16153              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>               
16154              Date: Sat, 24 Nov 2001 11:41:41 -0000
16155              Message-ID: <AIEAJICLCBDNAAOLLOKLIEPMDFAA.paul_marquess@yahoo.co.uk>
16156      Branch: perl
16157            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
16158            ! ext/DB_File/DB_File.xs ext/DB_File/Makefile.PL
16159            ! ext/DB_File/t/db-btree.t ext/DB_File/t/db-hash.t
16160            ! ext/DB_File/t/db-recno.t
16161 ____________________________________________________________________________
16162 [ 13232] By: jhi                                   on 2001/11/24  14:48:34
16163         Log: Tweak the PUSHED documentation.
16164      Branch: perl
16165            ! ext/PerlIO/Via/Via.pm
16166 ____________________________________________________________________________
16167 [ 13231] By: jhi                                   on 2001/11/24  04:09:41
16168         Log: Update 1_compile for new known tests.
16169      Branch: perl
16170            ! t/lib/1_compile.t
16171 ____________________________________________________________________________
16172 [ 13230] By: jhi                                   on 2001/11/24  04:07:39
16173         Log: Move the MBF/MBI test modules to t/lib.
16174      Branch: perl
16175            + t/lib/Math/BigFloat/Subclass.pm t/lib/Math/BigInt/Subclass.pm
16176            - lib/Math/BigInt/t/Math/BigFloat/Subclass.pm
16177            - lib/Math/BigInt/t/Math/BigInt/Subclass.pm
16178            ! MANIFEST lib/Math/BigInt/t/sub_mbf.t
16179            ! lib/Math/BigInt/t/sub_mbi.t
16180 ____________________________________________________________________________
16181 [ 13229] By: jhi                                   on 2001/11/23  23:09:27
16182         Log: Subject: [PATCH perl@13227] configure.com follow-up to 13218
16183              From: "Craig A. Berry" <craigberry@mac.com> 
16184              Date: Fri, 23 Nov 2001 18:05:35 -0600
16185              Message-Id: <5.1.0.14.2.20011123175131.01abe358@exchi01>
16186      Branch: perl
16187            ! configure.com
16188 ____________________________________________________________________________
16189 [ 13228] By: jhi                                   on 2001/11/23  21:11:56
16190         Log: Subject: [PATCH: perl@13169] switch unfcmb.h to employ 'STDCHAR' in place of char    
16191              From: PPrymmer@factset.com 
16192              Date: Fri, 23 Nov 2001 17:03:07 -0500
16193              Message-ID: <OFA09CCF98.F3E93041-ON85256B0D.00787706@55.25.11>                 
16194      Branch: perl
16195            ! ext/Unicode/Normalize/mkheader
16196 ____________________________________________________________________________
16197 [ 13227] By: jhi                                   on 2001/11/23  20:09:36
16198         Log: Here are the right helper files.
16199      Branch: perl
16200            + t/lib/Filter/Simple/ExportTest.pm
16201            + t/lib/Filter/Simple/FilterOnlyTest.pm
16202            + t/lib/Filter/Simple/FilterTest.pm
16203            + t/lib/Filter/Simple/ImportTest.pm
16204            ! MANIFEST
16205 ____________________________________________________________________________
16206 [ 13226] By: jhi                                   on 2001/11/23  20:03:28
16207         Log: Update Changes.
16208      Branch: perl
16209            ! Changes patchlevel.h
16210 ____________________________________________________________________________
16211 [ 13225] By: jhi                                   on 2001/11/23  19:53:53
16212         Log: Never mind.
16213      Branch: perl
16214            - lib/Filter/Simple/lib/ExportTest.pm
16215            - lib/Filter/Simple/lib/ImportTest.pm
16216 ____________________________________________________________________________
16217 [ 13224] By: jhi                                   on 2001/11/23  19:52:03
16218         Log: Mis-add.
16219      Branch: perl
16220            + lib/Filter/Simple/lib/ExportTest.pm
16221            + lib/Filter/Simple/lib/ImportTest.pm
16222 ____________________________________________________________________________
16223 [ 13223] By: jhi                                   on 2001/11/23  19:39:57
16224         Log: Upgrade to Filter::Simple 0.77.
16225      Branch: perl
16226            + lib/Filter/Simple/t/export.t lib/Filter/Simple/t/import.t
16227            - t/lib/FilterOnlyTest.pm t/lib/FilterTest.pm
16228            ! MANIFEST lib/Filter/Simple.pm lib/Filter/Simple/Changes
16229            ! lib/Filter/Simple/README lib/Filter/Simple/t/data.t
16230            ! lib/Filter/Simple/t/filter.t lib/Filter/Simple/t/filter_only.t
16231 ____________________________________________________________________________
16232 [ 13222] By: jhi                                   on 2001/11/23  19:12:20
16233         Log: Missing p4 add.
16234      Branch: perl
16235            + lib/ExtUtils/MM_VMS.t
16236 ____________________________________________________________________________
16237 [ 13221] By: jhi                                   on 2001/11/23  19:10:18
16238         Log: Pass 5 at perldelta - module and utility updates cleanup.
16239      Branch: perl
16240            ! pod/perldelta.pod
16241 ____________________________________________________________________________
16242 [ 13220] By: jhi                                   on 2001/11/23  18:55:20
16243         Log: metaconfig unit change for #13219.
16244      Branch: metaconfig/U/perl
16245            ! d_procselfexe.U
16246 ____________________________________________________________________________
16247 [ 13219] By: jhi                                   on 2001/11/23  18:55:06
16248         Log: Regen Porting stuff; regen toc; cleanup nit in Configure.
16249      Branch: perl
16250            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
16251            ! pod/buildtoc.PL pod/perltoc.pod
16252 ____________________________________________________________________________
16253 [ 13218] By: jhi                                   on 2001/11/23  18:48:18
16254         Log: Add procselfexe and d_dirfd to strange lands.
16255      Branch: perl
16256            ! NetWare/config.wc configure.com epoc/config.sh uconfig.h
16257            ! uconfig.sh vos/config.alpha.def vos/config.alpha.h
16258            ! vos/config.ga.def vos/config.ga.h win32/config.bc
16259            ! win32/config.gc win32/config.vc win32/config.win64
16260            ! wince/config.ce
16261 ____________________________________________________________________________
16262 [ 13217] By: jhi                                   on 2001/11/23  18:47:41
16263         Log: metaconfig unit change for #13216.
16264      Branch: metaconfig/U/perl
16265            ! d_procselfexe.U
16266 ____________________________________________________________________________
16267 [ 13216] By: jhi                                   on 2001/11/23  18:47:17
16268         Log: Better to "quote" the pathname.
16269      Branch: perl
16270            ! Configure config_h.SH
16271 ____________________________________________________________________________
16272 [ 13215] By: jhi                                   on 2001/11/23  18:34:24
16273         Log: Use PROCSELFEXE_PATH.
16274      Branch: perl
16275            ! perl.c
16276 ____________________________________________________________________________
16277 [ 13214] By: jhi                                   on 2001/11/23  18:31:27
16278         Log: metaconfig unit change for #13213.
16279      Branch: metaconfig/U/perl
16280            ! d_procselfexe.U
16281 ____________________________________________________________________________
16282 [ 13213] By: jhi                                   on 2001/11/23  18:31:13
16283         Log: Add probing for BSD-like /proc/curproc/file.
16284      Branch: perl
16285            ! Configure config_h.SH
16286 ____________________________________________________________________________
16287 [ 13212] By: jhi                                   on 2001/11/23  18:10:05
16288         Log: metaconfig unit change for 13211.
16289      Branch: metaconfig/U/perl
16290            + d_dirfd.U
16291 ____________________________________________________________________________
16292 [ 13211] By: jhi                                   on 2001/11/23  18:09:37
16293         Log: Add probing for dirfd() so that it can be added it IO::Dir.
16294      Branch: perl
16295            ! Configure config_h.SH perl.h
16296 ____________________________________________________________________________
16297 [ 13210] By: jhi                                   on 2001/11/23  17:37:27
16298         Log: ...and update the test count.
16299      Branch: perl
16300            ! lib/Pod/t/basic.t
16301 ____________________________________________________________________________
16302 [ 13209] By: jhi                                   on 2001/11/23  17:19:12
16303         Log: Must remove the cap test also from the test script.
16304      Branch: perl
16305            ! lib/Pod/t/basic.t
16306 ____________________________________________________________________________
16307 [ 13208] By: jhi                                   on 2001/11/23  17:11:58
16308         Log: Subject: [PATCH] Tests are good
16309              From: Nicholas Clark <nick@ccl4.org>
16310              Date: Fri, 23 Nov 2001 18:12:21 +0000
16311              Message-ID: <20011123181220.F37621@plum.flirble.org>
16312      Branch: perl
16313            ! pod/perlhack.pod
16314 ____________________________________________________________________________
16315 [ 13207] By: jhi                                   on 2001/11/23  17:08:31
16316         Log: The basic.cap from podlators 1.14 is not very portable.
16317      Branch: perl
16318            - lib/Pod/t/basic.cap
16319            ! MANIFEST
16320 ____________________________________________________________________________
16321 [ 13206] By: jhi                                   on 2001/11/23  16:41:13
16322         Log: Subject: Re: [DOC PATCHES] pod cleanups
16323              From: rgarciasuarez@free.fr (Rafael Garcia-Suarez)
16324              Date: 22 Nov 2001 12:54:16 -0000
16325              Message-Id: <slrn9vptci.klv.rgarciasuarez@rafael.kazibao.net>
16326      Branch: perl
16327            ! pod/perlfunc.pod pod/perlmodinstall.pod pod/perlre.pod
16328            ! pod/perlretut.pod pod/perluniintro.pod vms/perlvms.pod
16329 ____________________________________________________________________________
16330 [ 13205] By: jhi                                   on 2001/11/23  16:38:10
16331         Log: FAQ sync.
16332      Branch: perl
16333            ! pod/perlfaq.pod pod/perlfaq3.pod pod/perlfaq4.pod
16334 ____________________________________________________________________________
16335 [ 13204] By: jhi                                   on 2001/11/23  16:37:21
16336         Log: Subject: [PATCH: perl@13169] inital testing for MM_VMS 
16337              From: PPrymmer@factset.com
16338              Date: Fri, 23 Nov 2001 11:43:45 -0500
16339              Message-ID: <OFC84EA224.295430FF-ON85256B0D.005BB70C@55.25.11>
16340      Branch: perl
16341            ! MANIFEST lib/ExtUtils/MM_VMS.pm
16342 ____________________________________________________________________________
16343 [ 13203] By: jhi                                   on 2001/11/23  15:47:13
16344         Log: Corify podlators 1.14 test.
16345      Branch: perl
16346            ! lib/Pod/t/basic.t
16347 ____________________________________________________________________________
16348 [ 13202] By: jhi                                   on 2001/11/23  15:38:36
16349         Log: Output tweak needed because of podlators 1.14.
16350      Branch: perl
16351            ! t/pod/multiline_items.xr
16352 ____________________________________________________________________________
16353 [ 13201] By: jhi                                   on 2001/11/23  15:38:04
16354         Log: Upgrade to podlators 1.14.
16355      Branch: perl
16356            + lib/Pod/t/basic.cap lib/Pod/t/basic.clr lib/Pod/t/basic.man
16357            + lib/Pod/t/basic.ovr lib/Pod/t/basic.pod lib/Pod/t/basic.t
16358            + lib/Pod/t/basic.txt lib/Pod/t/parselink.t
16359            ! MANIFEST lib/Pod/Man.pm lib/Pod/ParseLink.pm lib/Pod/Text.pm
16360            ! lib/Pod/Text/Overstrike.pm
16361 ____________________________________________________________________________
16362 [ 13200] By: jhi                                   on 2001/11/23  15:32:06
16363         Log: perlmodinstall tweaks from Philip Newton.
16364      Branch: perl
16365            ! pod/perlmodinstall.pod
16366 ____________________________________________________________________________
16367 [ 13199] By: jhi                                   on 2001/11/23  15:05:02
16368         Log: Subject: Re: [PATCH] Porting/genlog -bi and range
16369              From: Autrijus Tang <autrijus@autrijus.org>           
16370              Date: Fri, 23 Nov 2001 23:55:53 +0800
16371              Message-ID: <20011123235553.A2310@not.autrijus.org>
16372      Branch: perl
16373            ! Porting/genlog
16374 ____________________________________________________________________________
16375 [ 13198] By: jhi                                   on 2001/11/23  14:58:40
16376         Log: Subject: Re: regex oddness with \Z and $&
16377              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>  
16378              Date: Fri, 23 Nov 2001 15:15:24 +0000
16379              Message-Id: <200111231515.fANFFOR10341@crypt.compulink.co.uk>
16380      Branch: perl
16381            ! regcomp.c t/op/re_tests
16382 ____________________________________________________________________________
16383 [ 13197] By: jhi                                   on 2001/11/23  14:44:19
16384         Log: regen_headers.
16385      Branch: perl
16386            ! embed.h global.sym pod/perlapi.pod proto.h
16387 ____________________________________________________________________________
16388 [ 13196] By: jhi                                   on 2001/11/23  14:24:08
16389         Log: Forgotten check-in.
16390      Branch: perl
16391            ! pod/perlapi.pod
16392 ____________________________________________________________________________
16393 [ 13195] By: jhi                                   on 2001/11/23  14:23:49
16394         Log: Remembered everything in 13152 but Test/Simple.pm itself, duh.
16395      Branch: perl
16396            ! lib/Test/Simple.pm
16397 ____________________________________________________________________________
16398 [ 13194] By: jhi                                   on 2001/11/22  11:31:59
16399         Log: Retract #13173 (effectively retract Net::Ping 2.06,
16400              go back to 2.04, the 2.06 hasn't seen the patches
16401              that have gone to the blead version.)
16402      Branch: perl
16403            - lib/Net/Ping/CHANGES lib/Net/Ping/README
16404            - lib/Net/Ping/t/100_load.t lib/Net/Ping/t/110_icmp_inst.t
16405            - lib/Net/Ping/t/120_udp_inst.t lib/Net/Ping/t/130_tcp_inst.t
16406            - lib/Net/Ping/t/200_ping_tcp.t
16407            ! MANIFEST lib/Net/Ping.pm
16408 ____________________________________________________________________________
16409 [ 13193] By: jhi                                   on 2001/11/22  11:27:49
16410         Log: Subject: Re: [PATCH perldoc] problems with pod2man         
16411              From: Robin Barker <rmb1@cise.npl.co.uk>
16412              Date: Thu, 22 Nov 2001 11:00:38 GMT
16413              Message-Id: <200111221100.LAA08582@tempest.npl.co.uk>
16414      Branch: perl
16415            ! utils/perldoc.PL
16416 ____________________________________________________________________________
16417 [ 13192] By: jhi                                   on 2001/11/22  05:06:35
16418         Log: metaconfig unit change for #13191.
16419      Branch: metaconfig/U/perl
16420            ! d_procselfexe.U
16421 ____________________________________________________________________________
16422 [ 13191] By: jhi                                   on 2001/11/22  05:06:09
16423         Log: procselfexe tweak: for some reason I had a ls in
16424              /proc/self/exe, not the ls Configure thought it
16425              would found.
16426      Branch: perl
16427            ! Configure
16428 ____________________________________________________________________________
16429 [ 13190] By: jhi                                   on 2001/11/22  04:45:36
16430         Log: Corify the Net::Ping tests; skip the tests
16431              unless $ENV{PERL_TEST_Net_Ping} is true.
16432      Branch: perl
16433            ! lib/Net/Ping/t/100_load.t lib/Net/Ping/t/110_icmp_inst.t
16434            ! lib/Net/Ping/t/120_udp_inst.t lib/Net/Ping/t/130_tcp_inst.t
16435            ! lib/Net/Ping/t/200_ping_tcp.t
16436 ____________________________________________________________________________
16437 [ 13189] By: jhi                                   on 2001/11/22  04:44:03
16438         Log: metaconfig units changes for #13188.
16439      Branch: metaconfig
16440            ! U/modified/Head.U
16441      Branch: metaconfig/U/perl
16442            ! issymlink.U
16443 ____________________________________________________________________________
16444 [ 13188] By: jhi                                   on 2001/11/22  04:43:29
16445         Log: The #13182 didn't really help.  The real problem
16446              seems to be that 'sh' can in AIX mean at least three
16447              different things, and we can't know which one it is
16448              unless we export $newsh from an earlier run (and it's
16449              the 'bsh' aka 'sh' that has the the broken test -h).
16450      Branch: perl
16451            ! Configure
16452 ____________________________________________________________________________
16453 [ 13187] By: gsar                                  on 2001/11/22  03:42:58
16454         Log: local(*CORE::GLOBAL::require) doesn't behave like other overrides 
16455      Branch: perl
16456            ! op.c t/op/override.t
16457 ____________________________________________________________________________
16458 [ 13186] By: jhi                                   on 2001/11/22  03:18:49
16459         Log: Subject: [PATCH: perl@13169] add Shell.t tests for VMS
16460              From: PPrymmer@factset.com 
16461              Date: Wed, 21 Nov 2001 20:17:25 -0500
16462              Message-ID: <OF6DA93FFA.A954A0D4-ON85256B0C.0006DDF9@55.25.11>
16463      Branch: perl
16464            ! lib/Shell.t
16465 ____________________________________________________________________________
16466 [ 13185] By: jhi                                   on 2001/11/22  03:09:27
16467         Log: Reapply perlmodinstall parts of #12897.
16468      Branch: perl
16469            ! pod/perlmodinstall.pod
16470 ____________________________________________________________________________
16471 [ 13184] By: jhi                                   on 2001/11/22  03:08:00
16472         Log: perlmodinstall 2.01 from Jon Orwant.
16473      Branch: perl
16474            ! pod/perlmodinstall.pod
16475 ____________________________________________________________________________
16476 [ 13183] By: jhi                                   on 2001/11/21  22:33:20
16477         Log: Subject: [PATCH @10907] REXX on OS/2
16478              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
16479              Date: Wed, 21 Nov 2001 15:26:11 -0500
16480              Message-ID: <20011121152611.A13664@math.ohio-state.edu>
16481      Branch: perl
16482            ! os2/Makefile.SHs os2/OS2/REXX/REXX.pm os2/OS2/REXX/REXX.xs
16483            ! os2/OS2/REXX/t/rx_cmprt.t os2/os2.c os2/perlrexx.c
16484 ____________________________________________________________________________
16485 [ 13182] By: jhi                                   on 2001/11/21  22:31:10
16486         Log: metaconfig unit change for #13181.
16487      Branch: metaconfig/U/perl
16488            ! issymlink.U
16489 ____________________________________________________________________________
16490 [ 13181] By: jhi                                   on 2001/11/21  22:30:37
16491         Log: AIX has broken builtin 'test'.
16492      Branch: perl
16493            ! Configure
16494 ____________________________________________________________________________
16495 [ 13180] By: jhi                                   on 2001/11/21  22:27:16
16496         Log: Subject: [PATCH 5.7.x] INSTALL size update
16497              From: Andy Dougherty <doughera@lafayette.edu>
16498              Date: Wed, 21 Nov 2001 14:49:21 -0500 (EST) 
16499              Message-ID: <Pine.SOL.4.10.10111211448190.16009-100000@maxwell.phys.lafayette.edu>         
16500      Branch: perl
16501            ! INSTALL
16502 ____________________________________________________________________________
16503 [ 13179] By: jhi                                   on 2001/11/21  22:25:14
16504         Log: Implement the sort pragma.  Split sort code from pp_ctl.c
16505              to pp_sort.c.  Includes the quicksort stabilizing layer
16506              from John P. Linderman.  -Msort=qsort or -Msort=fast is
16507              faster than without (or with -Msort=mergesort or -Msort=safe)
16508              for short random inputs, but for some reason not quite as fast
16509              as 5.6.1 qsort.  More benchmarking, profiling, tuning, and
16510              optimizing definitely needed.
16511      Branch: perl
16512            + lib/sort.pm lib/sort.t pp_sort.c
16513            ! MANIFEST Makefile.SH Makefile.micro NetWare/Makefile embed.h
16514            ! embed.pl global.sym perl.h pp_ctl.c proto.h
16515            ! vms/descrip_mms.template vos/build.cm win32/Makefile
16516            ! win32/makefile.mk wince/Makefile.ce
16517 ____________________________________________________________________________
16518 [ 13178] By: gbarr                                 on 2001/11/21  18:30:10
16519         Log: Sync file with libnet-1.0901-tobe
16520      Branch: perl
16521            + lib/Net/t/config.t lib/Net/t/libnet_t.pl lib/Net/t/time.t
16522            ! MANIFEST lib/Net/ChangeLog.libnet lib/Net/Config.pm
16523            ! lib/Net/Domain.pm lib/Net/FTP.pm lib/Net/FTP/E.pm
16524            ! lib/Net/FTP/L.pm lib/Net/NNTP.pm lib/Net/POP3.pm
16525            ! lib/Net/SMTP.pm lib/Net/libnetFAQ.pod
16526 ____________________________________________________________________________
16527 [ 13177] By: jhi                                   on 2001/11/21  17:31:28
16528         Log: Subject: [PATCH perldoc] problems with pod2man
16529              From: Robin Barker <rmb1@cise.npl.co.uk>
16530              Date: Wed, 21 Nov 2001 17:48:51 GMT
16531              Message-Id: <200111211748.RAA07123@tempest.npl.co.uk>
16532      Branch: perl
16533            ! utils/perldoc.PL
16534 ____________________________________________________________________________
16535 [ 13176] By: jhi                                   on 2001/11/21  17:27:30
16536         Log: debug_pad only visible when debugging.
16537      Branch: perl
16538            ! makedef.pl
16539 ____________________________________________________________________________
16540 [ 13175] By: jhi                                   on 2001/11/21  16:02:14
16541         Log: metaconfig units changes for #13174.
16542      Branch: metaconfig/U/perl
16543            + d_procselfexe.U
16544            - procselfexe.U
16545 ____________________________________________________________________________
16546 [ 13174] By: jhi                                   on 2001/11/21  16:01:39
16547         Log: procselfexe tweaks.
16548      Branch: perl
16549            ! Configure config_h.SH
16550 ____________________________________________________________________________
16551 [ 13173] By: jhi                                   on 2001/11/21  15:55:08
16552         Log: Upgrade to Net::Ping 2.06.
16553      Branch: perl
16554            + lib/Net/Ping/CHANGES lib/Net/Ping/README
16555            + lib/Net/Ping/t/100_load.t lib/Net/Ping/t/110_icmp_inst.t
16556            + lib/Net/Ping/t/120_udp_inst.t lib/Net/Ping/t/130_tcp_inst.t
16557            + lib/Net/Ping/t/200_ping_tcp.t
16558            ! MANIFEST lib/Net/Ping.pm
16559 ____________________________________________________________________________
16560 [ 13172] By: jhi                                   on 2001/11/21  15:17:13
16561         Log: Upgrade to Math::BigInt 1.47.
16562      Branch: perl
16563            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm
16564            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bigfltpm.inc
16565            ! lib/Math/BigInt/t/bigfltpm.t lib/Math/BigInt/t/bigintc.t
16566            ! lib/Math/BigInt/t/bigintpm.inc lib/Math/BigInt/t/bigintpm.t
16567            ! lib/Math/BigInt/t/mbimbf.t lib/Math/BigInt/t/sub_mbf.t
16568            ! lib/Math/BigInt/t/sub_mbi.t
16569 ____________________________________________________________________________
16570 [ 13171] By: jhi                                   on 2001/11/21  15:03:53
16571         Log: Dynaloading for POSIX-BC from Thomas Dorner.
16572      Branch: perl
16573            ! hints/posix-bc.sh
16574 ____________________________________________________________________________
16575 [ 13170] By: jhi                                   on 2001/11/21  15:02:39
16576         Log: Strange: the same mysterious regex study bug
16577              seems to be present both in OS/390 and POSIX-BC.
16578              Deep EBCDIC magic that regex engine gets wrong,
16579              or a bug in some compiler/library shared by the
16580              two platforms?  From Thomas Dorner.
16581      Branch: perl
16582            ! t/op/study.t
16583 ____________________________________________________________________________
16584 [ 13169] By: jhi                                   on 2001/11/21  14:47:03
16585         Log: More lost and found.
16586      Branch: perl
16587            + lib/Test/Simple/README
16588            ! MANIFEST
16589 ____________________________________________________________________________
16590 [ 13168] By: jhi                                   on 2001/11/21  14:45:05
16591         Log: MANIFESTly missing.
16592      Branch: perl
16593            ! MANIFEST
16594 ____________________________________________________________________________
16595 [ 13167] By: jhi                                   on 2001/11/21  14:42:35
16596         Log: Subject: Re: PERFORCE change 13162 for review               
16597              From: Philip Newton <Philip.Newton@gmx.net> 
16598              Date: Wed, 21 Nov 2001 16:44:30 +0100
16599              Message-ID: <j2invt4a84bccvj8khob0s9m3hd5urmcud@4ax.com>
16600      Branch: perl
16601            ! ext/Devel/PPPort/PPPort.pm
16602 ____________________________________________________________________________
16603 [ 13166] By: jhi                                   on 2001/11/21  14:39:27
16604         Log: Update Changes.
16605      Branch: perl
16606            ! Changes patchlevel.h
16607 ____________________________________________________________________________
16608 [ 13165] By: jhi                                   on 2001/11/21  14:34:43
16609         Log: Small doc tweaks.
16610      Branch: perl
16611            ! ext/PerlIO/Via/Via.pm
16612 ____________________________________________________________________________
16613 [ 13164] By: jhi                                   on 2001/11/21  14:13:00
16614         Log: Redundant return.
16615      Branch: perl
16616            ! ext/MIME/Base64/QuotedPrint.pm
16617 ____________________________________________________________________________
16618 [ 13163] By: jhi                                   on 2001/11/21  13:52:30
16619         Log: Subject: [PATCH] Z*/[AZa]* fails to pack length properly
16620              From: "Wolfgang Laun" <wolfgang.laun@chello.at>
16621              Date: Wed, 21 Nov 2001 10:23:16 +0100
16622              Message-ID: <200111211023160020.0050BD28@smtp.chello.at>   
16623      Branch: perl
16624            ! pp_pack.c t/op/pack.t
16625 ____________________________________________________________________________
16626 [ 13162] By: jhi                                   on 2001/11/21  13:44:41
16627         Log: Add Devel::PPPort originally from Kenneth Albanowski,
16628              revigorated by Paul Marquess: gives h2xs a Perl version
16629              portability boost.
16630      Branch: perl
16631            + ext/Devel/PPPort/Makefile.PL ext/Devel/PPPort/PPPort.pm
16632            + ext/Devel/PPPort/README ext/Devel/PPPort/TODO
16633            + ext/Devel/PPPort/harness/Harness.pm
16634            + ext/Devel/PPPort/harness/Harness.xs
16635            + ext/Devel/PPPort/harness/Makefile.PL
16636            + ext/Devel/PPPort/harness/module2.c
16637            + ext/Devel/PPPort/harness/module3.c
16638            + ext/Devel/PPPort/harness/t/test.t ext/Devel/PPPort/soak
16639            ! MANIFEST lib/h2xs.t utils/h2xs.PL
16640 ____________________________________________________________________________
16641 [ 13161] By: jhi                                   on 2001/11/21  13:43:08
16642         Log: Oops.
16643      Branch: perl
16644            ! lib/Test/Simple/t/filehandles.t
16645 ____________________________________________________________________________
16646 [ 13160] By: jhi                                   on 2001/11/21  13:23:07
16647         Log: Subject: Re: PERFORCE change 13152 for review               
16648              From: Philip Newton <Philip.Newton@gmx.net> 
16649              Date: Wed, 21 Nov 2001 09:04:05 +0100
16650              Message-ID: <1glmvtgulgh95tcrent3cso98pb5nm3rgb@4ax.com>
16651      Branch: perl
16652            ! lib/Test/Builder.pm
16653 ____________________________________________________________________________
16654 [ 13159] By: jhi                                   on 2001/11/21  13:19:08
16655         Log: Subject: Re: PERFORCE change 13142 for review
16656              From: Philip Newton <Philip.Newton@gmx.net>
16657              Date: Wed, 21 Nov 2001 09:04:03 +0100
16658              Message-ID: <m9lmvt8a2vjq2sa8stds01msej0f2f03up@4ax.com>
16659              
16660              plus rewrap few paragraphs.
16661      Branch: perl
16662            ! lib/Pod/LaTeX.pm
16663 ____________________________________________________________________________
16664 [ 13158] By: jhi                                   on 2001/11/21  03:59:51
16665         Log: Integrate #13154 from macperl; Remove comments.
16666      Branch: perl
16667           !> lib/File/Spec/Mac.pm
16668 ____________________________________________________________________________
16669 [ 13157] By: jhi                                   on 2001/11/21  03:53:06
16670         Log: Update the list of modules having tests.
16671      Branch: perl
16672            ! t/lib/1_compile.t
16673 ____________________________________________________________________________
16674 [ 13156] By: pudge                                 on 2001/11/21  03:19:09
16675         Log: Slight doc changes.
16676      Branch: maint-5.6/macperl
16677            ! macos/macperl/MacPerl.podhelp
16678 ____________________________________________________________________________
16679 [ 13155] By: pudge                                 on 2001/11/21  03:18:48
16680         Log: Add UTF-16 coercion.
16681      Branch: maint-5.6/macperl
16682            ! macos/lib/Mac/AppleEvents/Simple.pm
16683 ____________________________________________________________________________
16684 [ 13154] By: pudge                                 on 2001/11/21  03:16:55
16685         Log: Remove comments.
16686      Branch: maint-5.6/macperl
16687            ! lib/File/Spec/Mac.pm
16688 ____________________________________________________________________________
16689 [ 13153] By: pudge                                 on 2001/11/21  03:16:00
16690         Log: Fix FSpGetCatInfo (and other functions) corrupting
16691              memory with bad filespecs (bug #471867)
16692      Branch: maint-5.6/macperl
16693            ! macos/ext/Mac/Files/typemap macos/ext/Mac/typemap
16694 ____________________________________________________________________________
16695 [ 13152] By: jhi                                   on 2001/11/21  03:09:46
16696         Log: Upgrade to Test::Simple 0.33.
16697      Branch: perl
16698            ! lib/Test/Builder.pm lib/Test/More.pm lib/Test/Simple/Changes
16699            ! lib/Test/Simple/t/filehandles.t lib/Test/Simple/t/no_header.t
16700            ! lib/Test/Simple/t/output.t lib/Test/Tutorial.pod
16701 ____________________________________________________________________________
16702 [ 13151] By: jhi                                   on 2001/11/21  03:01:36
16703         Log: Upgrade to Test::Harness 1.26.
16704      Branch: perl
16705            ! lib/Test/Harness.pm lib/Test/Harness/Changes
16706 ____________________________________________________________________________
16707 [ 13150] By: jhi                                   on 2001/11/21  02:15:47
16708         Log: Integrate change #13145 from maintperl;
16709              another compatibility tweak to change#12559: avoid quoting
16710              arguments that already have quotes; add test case
16711      Branch: perl
16712           !> t/op/system_tests win32/win32.c
16713 ____________________________________________________________________________
16714 [ 13149] By: gsar                                  on 2001/11/21  02:00:28
16715         Log: integrate change#13147 from mainline (fixes nit in change#10091)
16716              
16717              Subject: [PATCH] spaceship and refs
16718      Branch: maint-5.6/perl
16719            ! pp.c pp_hot.c t/op/cmp.t
16720 ____________________________________________________________________________
16721 [ 13148] By: jhi                                   on 2001/11/21  00:44:56
16722         Log: Subject: [PATCH] Add test for Pod::ParseUtils              
16723              From: Tim Jenness <t.jenness@jach.hawaii.edu>            
16724              Date: Tue, 20 Nov 2001 14:33:14 -1000 (HST)
16725              Message-ID: <Pine.LNX.4.33.0111201429060.22000-100000@lapaki>
16726      Branch: perl
16727            + lib/Pod/t/utils.t
16728            ! MANIFEST
16729 ____________________________________________________________________________
16730 [ 13147] By: jhi                                   on 2001/11/21  00:40:09
16731         Log: Subject: [PATCH] spaceship and refs
16732              From: Nicholas Clark <nick@ccl4.org>
16733              Date: Tue, 20 Nov 2001 21:59:51 +0000
16734              Message-ID: <20011120215951.U62891@plum.flirble.org> 
16735      Branch: perl
16736            ! pp.c pp_hot.c t/op/cmp.t
16737 ____________________________________________________________________________
16738 [ 13146] By: jhi                                   on 2001/11/21  00:37:00
16739         Log: Try to clarify which I/O call operates on bytes,
16740              which on characters, which on either.
16741      Branch: perl
16742            ! pod/perlfunc.pod
16743 ____________________________________________________________________________
16744 [ 13145] By: gsar                                  on 2001/11/21  00:14:29
16745         Log: another compatibility tweak to change#12559: avoid quoting
16746              arguments that already have quotes; add test case
16747      Branch: maint-5.6/perl
16748            ! t/op/system_tests win32/win32.c
16749 ____________________________________________________________________________
16750 [ 13144] By: jhi                                   on 2001/11/20  22:31:47
16751         Log: Give a simple example of writing PerlIO::Via handlers
16752              in Perl.
16753      Branch: perl
16754            ! ext/PerlIO/Via/Via.pm
16755 ____________________________________________________________________________
16756 [ 13143] By: jhi                                   on 2001/11/20  20:50:41
16757         Log: Add test for Pod::LaTeX; re-sort MANIFEST.
16758      Branch: perl
16759            + lib/Pod/t/latex.t
16760            ! MANIFEST
16761 ____________________________________________________________________________
16762 [ 13142] By: jhi                                   on 2001/11/20  20:42:48
16763         Log: Subject: [PATCH] Pod::LaTeX up to V0.54
16764              From: Tim Jenness <t.jenness@jach.hawaii.edu>
16765              Date: Tue, 20 Nov 2001 11:36:54 -1000 (HST)
16766              Message-ID: <Pine.LNX.4.33.0111201131060.22000-100000@lapaki>
16767      Branch: perl
16768            ! lib/Pod/LaTeX.pm pod/pod2latex.PL
16769 ____________________________________________________________________________
16770 [ 13141] By: jhi                                   on 2001/11/20  20:35:14
16771         Log: Spread d_procselfexe to far-off lands (undefined).
16772      Branch: perl
16773            ! NetWare/config.wc configure.com epoc/config.sh uconfig.h
16774            ! uconfig.sh vos/config.alpha.def vos/config.alpha.h
16775            ! vos/config.ga.def vos/config.ga.h win32/config.bc
16776            ! win32/config.gc win32/config.vc win32/config.win64
16777            ! wince/config.ce
16778 ____________________________________________________________________________
16779 [ 13140] By: jhi                                   on 2001/11/20  20:17:13
16780         Log: Integrate perlio; add detection and use of /proc/self/exe
16781              (Linuxism for finding the absolute path of the executable)
16782      Branch: perl
16783           !> Configure config_h.SH perl.c t/op/magic.t
16784 ____________________________________________________________________________
16785 [ 13139] By: jhi                                   on 2001/11/20  20:12:06
16786         Log: Really define do_report_used() only if DEBUGGING.
16787      Branch: perl
16788            ! sv.c
16789 ____________________________________________________________________________
16790 [ 13138] By: nick                                  on 2001/11/20  20:01:05
16791         Log: perl.c change to use HAS_PROCSELFEXE, also
16792              tweak to $^X test to comprehend full path to real executable
16793              being returned (like Cygwin as it happens...)
16794      Branch: perlio
16795            ! perl.c t/op/magic.t
16796 ____________________________________________________________________________
16797 [ 13137] By: nick                                  on 2001/11/20  19:46:00
16798         Log: Integrate mainline
16799      Branch: perlio
16800           +> lib/NEXT/t/actual.t lib/NEXT/t/actuns.t lib/NEXT/t/next.t
16801           +> lib/NEXT/t/unseen.t
16802            - lib/NEXT/test.pl
16803           !> (integrate 34 files)
16804 ____________________________________________________________________________
16805 [ 13136] By: jhi                                   on 2001/11/20  17:47:36
16806         Log: Subject: [?PATCH] terser pp_eq
16807              From: Nicholas Clark <nick@ccl4.org>
16808              Date: Mon, 19 Nov 2001 23:09:02 +0000
16809              Message-ID: <20011119230901.O62891@plum.flirble.org>
16810      Branch: perl
16811            ! pp_hot.c
16812 ____________________________________________________________________________
16813 [ 13135] By: jhi                                   on 2001/11/20  17:40:13
16814         Log: Pass 4 at perldelta - cleanup problems found by podchecker.
16815      Branch: perl
16816            ! pod/perldelta.pod
16817 ____________________________________________________________________________
16818 [ 13134] By: jhi                                   on 2001/11/20  16:59:54
16819         Log: Subject: Re: [ID 20011117.127] Not OK: perl v5.7.2 +DEVEL13048 on i686-linux 2.4.15-pre6
16820              From: Andy Dougherty <doughera@lafayette.edu>
16821              Date: Tue, 20 Nov 2001 12:45:32 -0500 (EST)
16822              Message-ID: <Pine.SOL.4.10.10111201240270.15132-100000@maxwell.phys.lafayette.edu>
16823      Branch: perl
16824            ! ext/re/Makefile.PL ext/re/re.xs
16825 ____________________________________________________________________________
16826 [ 13133] By: jhi                                   on 2001/11/20  15:51:04
16827         Log: Subject: Re: [ID 20011117.127] Not OK: perl v5.7.2 +DEVEL13048 on i686-linux 2.4.15-pre6
16828              From: Andy Dougherty <doughera@lafayette.edu>
16829              Date: Tue, 20 Nov 2001 11:08:13 -0500 (EST)
16830              Message-ID: <Pine.SOL.4.10.10111201106010.15104-100000@maxwell.phys.lafayette.edu>
16831      Branch: perl
16832            ! ext/re/re.xs
16833 ____________________________________________________________________________
16834 [ 13132] By: jhi                                   on 2001/11/20  15:31:43
16835         Log: Integrate change #13119 from macperl.
16836              (No changes since already applied the patch,
16837              just keep perforce happy and well-fed.)
16838      Branch: perl
16839           !> lib/Pod/Html.pm
16840 ____________________________________________________________________________
16841 [ 13131] By: jhi                                   on 2001/11/20  15:29:55
16842         Log: Subject: [PATCH] filter-util.pl for Mac OS
16843              From: Chris Nandor <pudge@pobox.com>
16844              Date: Tue, 20 Nov 2001 00:16:11 -0500
16845              Message-Id: <p0510030ab81f970e9c05@[10.0.1.177]>
16846      Branch: perl
16847            ! t/lib/filter-util.pl
16848 ____________________________________________________________________________
16849 [ 13130] By: jhi                                   on 2001/11/20  15:23:11
16850         Log: Subject: [PATCH] Portability fix for Pod::Html
16851              From: Chris Nandor <pudge@pobox.com>
16852              Date: Tue, 20 Nov 2001 00:01:05 -0500
16853              Message-Id: <p05100307b81f92788846@[10.0.1.177]>
16854      Branch: perl
16855            ! lib/Pod/Html.pm
16856 ____________________________________________________________________________
16857 [ 13129] By: jhi                                   on 2001/11/20  15:14:49
16858         Log: Need to skip more tests if not perlio.
16859      Branch: perl
16860            ! lib/open.t
16861 ____________________________________________________________________________
16862 [ 13128] By: jhi                                   on 2001/11/20  15:04:55
16863         Log: Pass 3 at perldelta - sort the lists of new modules,
16864              module improvements, and new platforms.
16865      Branch: perl
16866            ! pod/perldelta.pod
16867 ____________________________________________________________________________
16868 [ 13127] By: jhi                                   on 2001/11/20  13:42:22
16869         Log: Document ${^OPEN}.
16870      Branch: perl
16871            ! pod/perlvar.pod
16872 ____________________________________________________________________________
16873 [ 13126] By: pudge                                 on 2001/11/20  03:28:51
16874         Log: Make configpm work with extra keys
16875      Branch: maint-5.6/macperl
16876            ! macos/configpm
16877 ____________________________________________________________________________
16878 [ 13125] By: pudge                                 on 2001/11/20  03:28:09
16879         Log: Version and doc updates
16880      Branch: maint-5.6/macperl
16881            ! macos/MPVersion.r macos/macperl/MacPerl.podhelp
16882 ____________________________________________________________________________
16883 [ 13124] By: pudge                                 on 2001/11/20  03:27:44
16884         Log: More fixes for error message parsing (bug #470316)
16885      Branch: maint-5.6/macperl
16886            ! macos/macish.c
16887 ____________________________________________________________________________
16888 [ 13123] By: pudge                                 on 2001/11/20  03:26:32
16889         Log: Fix ctrl-D handling (bug #471436), more exit fixes (bug #467732),
16890              remove obsolete function (bug #465225)
16891      Branch: maint-5.6/macperl
16892            ! macos/macperl/MPConsole.cp macos/macperl/MPMain.c
16893            ! macos/macperl/MPScript.c
16894 ____________________________________________________________________________
16895 [ 13122] By: pudge                                 on 2001/11/20  03:20:17
16896         Log: Add p2as droplet to distribution.
16897      Branch: maint-5.6/macperl
16898            + macos/macperl/Droplets/p2as.plx
16899 ____________________________________________________________________________
16900 [ 13121] By: pudge                                 on 2001/11/20  03:10:36
16901         Log: Bundle File::Sort.
16902      Branch: maint-5.6/macperl
16903            + macos/bundled_lib/blib/lib/File/Sort.pm
16904 ____________________________________________________________________________
16905 [ 13120] By: pudge                                 on 2001/11/20  03:09:21
16906         Log: Various bundled module fixes.
16907      Branch: maint-5.6/macperl
16908            ! macos/bundled_ext/Compress/Zlib/Makefile.mk
16909            ! macos/bundled_ext/Digest/MD5/t/files.t
16910            ! macos/bundled_ext/Filter/t/filter-util.pl
16911            ! macos/bundled_lib/blib/lib/Net/Config.pm
16912            ! macos/bundled_lib/t/libwww-perl/live/jigsaw-chunk.t
16913 ____________________________________________________________________________
16914 [ 13119] By: pudge                                 on 2001/11/20  03:08:27
16915         Log: Portability fix for Pod::Html.
16916      Branch: maint-5.6/macperl
16917            ! lib/Pod/Html.pm
16918 ____________________________________________________________________________
16919 [ 13118] By: jhi                                   on 2001/11/20  02:58:38
16920         Log: Upgrade to Text::Balanced 1.89.
16921      Branch: perl
16922            ! lib/Text/Balanced.pm lib/Text/Balanced/Changes
16923            ! lib/Text/Balanced/README lib/Text/Balanced/t/extbrk.t
16924            ! lib/Text/Balanced/t/extcbk.t lib/Text/Balanced/t/extdel.t
16925            ! lib/Text/Balanced/t/extmul.t lib/Text/Balanced/t/extqlk.t
16926            ! lib/Text/Balanced/t/exttag.t lib/Text/Balanced/t/extvar.t
16927            ! lib/Text/Balanced/t/gentag.t
16928 ____________________________________________________________________________
16929 [ 13117] By: jhi                                   on 2001/11/20  02:53:32
16930         Log: Upgrade to NEXT 0.50.
16931      Branch: perl
16932            + lib/NEXT/t/actual.t lib/NEXT/t/actuns.t lib/NEXT/t/next.t
16933            + lib/NEXT/t/unseen.t
16934            - lib/NEXT/test.pl
16935            ! MANIFEST lib/NEXT.pm lib/NEXT/Changes lib/NEXT/README
16936 ____________________________________________________________________________
16937 [ 13116] By: pudge                                 on 2001/11/20  02:47:23
16938         Log: Integrate with maint-5.6/perl.
16939      Branch: maint-5.6/macperl
16940           !> win32/win32.c
16941 ____________________________________________________________________________
16942 [ 13115] By: jhi                                   on 2001/11/20  01:57:41
16943         Log: Update the README.threads scary header a bit.
16944      Branch: perl
16945            ! README.threads
16946 ____________________________________________________________________________
16947 [ 13114] By: jhi                                   on 2001/11/20  01:49:59
16948         Log: Pass 2 at perldelta: add some changes since 5.7.2.
16949      Branch: perl
16950            ! pod/perldelta.pod
16951 ____________________________________________________________________________
16952 [ 13113] By: jhi                                   on 2001/11/20  00:55:25
16953         Log: Subject: [DOC PATCH] perlfaq4.pod 
16954              From: Tim Jenness <t.jenness@jach.hawaii.edu>
16955              Date: Mon, 19 Nov 2001 15:31:36 -1000 (HST)
16956              Message-ID: <Pine.LNX.4.33.0111191530180.5914-100000@lapaki>           
16957      Branch: perl
16958            ! pod/perlfaq4.pod
16959 ____________________________________________________________________________
16960 [ 13112] By: jhi                                   on 2001/11/20  00:53:17
16961         Log: Subject: [PATCH perl.c] Extra diagnostics for -DP            
16962              From: Michael G Schwern <schwern@pobox.com> 
16963              Date: Mon, 19 Nov 2001 19:53:12 -0500
16964              Message-ID: <20011119195311.I11883@blackrider>
16965      Branch: perl
16966            ! perl.c
16967 ____________________________________________________________________________
16968 [ 13111] By: jhi                                   on 2001/11/20  00:48:46
16969         Log: Subject: [PATCH: perl@13050] update of vms Makefile.SH analog
16970              From: PPrymmer@factset.com
16971              Date: Mon, 19 Nov 2001 17:08:59 -0500
16972              Message-ID: <OFE1F46859.B4E4C53A-ON85256B09.0078C420@55.25.11>
16973      Branch: perl
16974            ! vms/descrip_mms.template
16975 ____________________________________________________________________________
16976 [ 13110] By: jhi                                   on 2001/11/20  00:39:02
16977         Log: Create a per-interpeter debug scratchpad container
16978              and use that for the regexec debugging.
16979      Branch: perl
16980            ! embedvar.h intrpvar.h perl.c perl.h perlapi.h regexec.c
16981 ____________________________________________________________________________
16982 [ 13109] By: nick                                  on 2001/11/19  22:01:45
16983         Log: Use /proc/self/exe to set $^X on linux (or anywhere new
16984              Configure unit detects the feature).
16985      Branch: metaconfig/U/perl
16986            + procselfexe.U
16987      Branch: perlio
16988            ! Configure config_h.SH
16989 ____________________________________________________________________________
16990 [ 13108] By: nick                                  on 2001/11/19  20:39:17
16991         Log: Integrate mainline
16992      Branch: perlio
16993           +> t/op/or.t
16994           !> (integrate 44 files)
16995 ____________________________________________________________________________
16996 [ 13107] By: jhi                                   on 2001/11/19  20:22:36
16997         Log: sysseek tweak.
16998      Branch: perl
16999            ! pod/perlfunc.pod
17000 ____________________________________________________________________________
17001 [ 13106] By: jhi                                   on 2001/11/19  20:18:42
17002         Log: Move the sysio tests from io/utf8 to lib/open.
17003      Branch: perl
17004            ! lib/open.t t/io/utf8.t
17005 ____________________________________________________________________________
17006 [ 13105] By: nick                                  on 2001/11/19  20:15:39
17007         Log: Add a .package and a README to //depot/metaconfig
17008      Branch: metaconfig
17009            + .package README
17010 ____________________________________________________________________________
17011 [ 13104] By: jhi                                   on 2001/11/19  20:01:54
17012         Log: Thou shalt not mix stdio and sysio.
17013      Branch: perl
17014            ! t/io/utf8.t
17015 ____________________________________________________________________________
17016 [ 13103] By: jhi                                   on 2001/11/19  19:28:40
17017         Log: Update Changes.
17018      Branch: perl
17019            ! Changes patchlevel.h
17020 ____________________________________________________________________________
17021 [ 13102] By: jhi                                   on 2001/11/19  19:17:14
17022         Log: The runops_debug needs to be present always, otherwise
17023              places like AIX which need an explicit symbol export list
17024              will croak when trying to build Devel::Peek (which uses
17025              the runops_debug).
17026      Branch: perl
17027            ! makedef.pl
17028 ____________________________________________________________________________
17029 [ 13101] By: jhi                                   on 2001/11/19  19:06:48
17030         Log: Subject: [PATCH: perl@13050] VMS specific cleanup and strictness for tie_sdbm.t
17031              From: PPrymmer@factset.com 
17032              Date: Mon, 19 Nov 2001 11:34:22 -0500
17033              Message-ID: <OF8BFCD922.9F513397-ON85256B09.005AAA90@55.25.11>
17034      Branch: perl
17035            ! lib/Memoize/t/tie_sdbm.t
17036 ____________________________________________________________________________
17037 [ 13100] By: jhi                                   on 2001/11/19  18:57:11
17038         Log: Retract #13088: it seems that unless dump.c is extensively
17039              reorganized as to what symbols it shows, when, and to whom,
17040              we are stuck with having the dump.o symbols in the libperl
17041              and thusly in the main Perl binary.
17042      Branch: perl
17043            ! embedvar.h perlapi.h perlvars.h
17044 ____________________________________________________________________________
17045 [ 13099] By: jhi                                   on 2001/11/19  18:02:14
17046         Log: The _uni_display should not be in dump.c since they
17047              are used under normal operation (S_not_a_number()).
17048      Branch: perl
17049            ! dump.c embed.h embed.pl global.sym proto.h utf8.c
17050 ____________________________________________________________________________
17051 [ 13098] By: jhi                                   on 2001/11/19  17:37:26
17052         Log: Protect sv_dump() from being included unless DEBUGGING,
17053              as noticed by Ilya.
17054      Branch: perl
17055            ! sv.c
17056 ____________________________________________________________________________
17057 [ 13097] By: jhi                                   on 2001/11/19  15:11:41
17058         Log: Pending further investigation skip the tell() tests.
17059              The tell() is okay on Solaris, HP-UX and Tru64, but fails
17060              (by returning too much) in Linux.
17061      Branch: perl
17062            ! t/io/utf8.t
17063 ____________________________________________________________________________
17064 [ 13096] By: jhi                                   on 2001/11/19  14:28:57
17065         Log: Retract #13082 until a better solution is found:
17066              statics break ithreads.
17067      Branch: perl
17068            ! regexec.c
17069 ____________________________________________________________________________
17070 [ 13095] By: jhi                                   on 2001/11/19  14:24:33
17071         Log: Figures 1 and 2 for UTF-8.
17072      Branch: perl
17073            ! pod/perlunicode.pod
17074 ____________________________________________________________________________
17075 [ 13094] By: jhi                                   on 2001/11/19  14:09:34
17076         Log: Subject: [PATCH] new warning "Useless use of sort in scalar context"
17077              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
17078              Date: Mon, 19 Nov 2001 13:26:45 +0100                 
17079              Message-ID: <20011119132645.A15034@rafael>
17080      Branch: perl
17081            ! op.c pod/perldiag.pod t/lib/warnings/op
17082 ____________________________________________________________________________
17083 [ 13093] By: jhi                                   on 2001/11/19  14:07:20
17084         Log: Subject: [PATCH t/op/closure.t] A little extra debugging output
17085              From: Michael G Schwern <schwern@pobox.com> 
17086              Date: Mon, 19 Nov 2001 03:11:12 -0500                 
17087              Message-ID: <20011119031112.E786@blackrider>
17088      Branch: perl
17089            ! t/op/closure.t
17090 ____________________________________________________________________________
17091 [ 13092] By: jhi                                   on 2001/11/19  14:05:21
17092         Log: Subject: [PATCH MANIFEST t/op/or.t] Double FETCH test
17093              From: Michael G Schwern <schwern@pobox.com>
17094              Date: Mon, 19 Nov 2001 03:42:56 -0500
17095              Message-ID: <20011119034256.I786@blackrider>
17096      Branch: perl
17097            + t/op/or.t
17098            ! MANIFEST
17099 ____________________________________________________________________________
17100 [ 13091] By: jhi                                   on 2001/11/19  13:50:45
17101         Log: Subject: [PATCH] io_poll.t vms/test.com tweaks
17102              From: "Craig A. Berry" <craigberry@mac.com>
17103              Date: Sun, 18 Nov 2001 14:33:48 -0600
17104              Message-Id: <a05101001b81db38899ea@[172.16.52.1]>
17105      Branch: perl
17106            ! ext/IO/lib/IO/t/io_poll.t vms/test.com
17107 ____________________________________________________________________________
17108 [ 13090] By: jhi                                   on 2001/11/19  13:49:28
17109         Log: Subject: [PATCH] ExtUtils::Install - use File::Spec instead of ExtUtils::MakeMaker
17110              From: Dave Rolsky <autarch@urth.org>
17111              Date: Mon, 19 Nov 2001 00:07:28 -0600 (CST)
17112              Message-ID: <Pine.LNX.4.40.0111190006040.4213-100000@urth.org>
17113      Branch: perl
17114            ! lib/ExtUtils/Manifest.pm
17115 ____________________________________________________________________________
17116 [ 13089] By: jhi                                   on 2001/11/19  13:48:35
17117         Log: Subject: [PATCH] ExtUtils::Install - use File::Spec instead of ExtUtils::MakeMaker
17118              From: Dave Rolsky <autarch@urth.org>
17119              Date: Mon, 19 Nov 2001 00:07:28 -0600 (CST) 
17120              Message-ID: <Pine.LNX.4.40.0111190006040.4213-100000@urth.org>
17121      Branch: perl
17122            ! lib/ExtUtils/Install.pm
17123 ____________________________________________________________________________
17124 [ 13088] By: jhi                                   on 2001/11/19  13:44:49
17125         Log: The runops_dbg should not be needed.
17126      Branch: perl
17127            ! embedvar.h perlapi.h perlvars.h pod/perlapi.pod
17128 ____________________________________________________________________________
17129 [ 13087] By: jhi                                   on 2001/11/19  13:28:22
17130         Log: do_spawn() cleanup from Charles Lane.
17131      Branch: perl
17132            ! vms/vms.c
17133 ____________________________________________________________________________
17134 [ 13086] By: jhi                                   on 2001/11/19  13:22:26
17135         Log: Update the list of tests.
17136      Branch: perl
17137            ! t/lib/1_compile.t
17138 ____________________________________________________________________________
17139 [ 13085] By: jhi                                   on 2001/11/18  21:57:23
17140         Log: Subject: [PATCH t/lib/warnings/sv] Re: [ID 20011116.125] $a = undef; print "$a\n"; does not warn
17141              From: Michael G Schwern <schwern@pobox.com> 
17142              Date: Fri, 16 Nov 2001 17:37:04 -0500
17143              Message-ID: <20011116173703.L30160@blackrider>
17144      Branch: perl
17145            ! t/lib/warnings/sv
17146 ____________________________________________________________________________
17147 [ 13084] By: jhi                                   on 2001/11/18  21:38:50
17148         Log: FAQ sync.
17149      Branch: perl
17150            ! pod/perlfaq4.pod
17151 ____________________________________________________________________________
17152 [ 13083] By: jhi                                   on 2001/11/18  21:37:06
17153         Log: Integrate perlio; win32 sync.
17154      Branch: perl
17155           !> perlio.c win32/win32io.c
17156 ____________________________________________________________________________
17157 [ 13082] By: jhi                                   on 2001/11/18  19:13:06
17158         Log: (retracted by #13096)
17159              Debugging would be badly skewed by a malloc per regex dump.
17160      Branch: perl
17161            ! regexec.c
17162 ____________________________________________________________________________
17163 [ 13081] By: nick                                  on 2001/11/18  19:08:40
17164         Log: Win32 layer has a dup which needs to match new prototype.
17165      Branch: perlio
17166            ! win32/win32io.c
17167 ____________________________________________________________________________
17168 [ 13080] By: nick                                  on 2001/11/18  19:05:02
17169         Log: Wrong way to get stdio mode used.
17170      Branch: perlio
17171            ! perlio.c
17172 ____________________________________________________________________________
17173 [ 13079] By: jhi                                   on 2001/11/18  18:59:28
17174         Log: Retract #13048: that introduced a malloc() (through savepvn())
17175              to *every* m//, which killed the performance quite badly.
17176      Branch: perl
17177            ! pp_hot.c regcomp.c regcomp.h regexp.h t/op/re_tests
17178 ____________________________________________________________________________
17179 [ 13078] By: jhi                                   on 2001/11/18  17:37:31
17180         Log: Pass 1 at perldelta.pod: sort the section contents
17181              together, drop all but the 5.7.2 known problems,
17182              leave the 5.7.1 security note since that's the
17183              fullest explanation (update the date on that).
17184      Branch: perl
17185            ! pod/perldelta.pod
17186 ____________________________________________________________________________
17187 [ 13077] By: jhi                                   on 2001/11/18  17:07:12
17188         Log: Retract 11635: close 20011113.110, reopen 20010809.028.
17189              
17190              Tiny problem in the test for 20011113.110: I hope
17191              'my $x= [("foo") x 1]' was never going to produce [qw(foo foo)] :-)
17192      Branch: perl
17193            ! pp.c t/op/repeat.t
17194 ____________________________________________________________________________
17195 [ 13076] By: jhi                                   on 2001/11/18  16:46:11
17196         Log: All of syswrite/send/sendto need to return character counts,
17197              and character counts from the offset, not the beginning of
17198              the scalar.
17199      Branch: perl
17200            ! pp_sys.c
17201 ____________________________________________________________________________
17202 [ 13075] By: jhi                                   on 2001/11/18  16:39:32
17203         Log: Integrate PerlIO: duping fixes.
17204      Branch: perl
17205           !> doio.c ext/Encode/Encode.xs ext/PerlIO/Scalar/Scalar.xs
17206           !> ext/PerlIO/Via/Via.xs ext/PerlIO/t/scalar.t perlio.c perlio.h
17207           !> perliol.h sv.c
17208 ____________________________________________________________________________
17209 [ 13074] By: jhi                                   on 2001/11/18  16:34:29
17210         Log: syswrite() was still returning byte counts, not character counts.
17211      Branch: perl
17212            ! pp_sys.c t/io/utf8.t
17213 ____________________________________________________________________________
17214 [ 13073] By: jhi                                   on 2001/11/18  16:16:17
17215         Log: Add test for sysread().
17216      Branch: perl
17217            ! t/io/utf8.t
17218 ____________________________________________________________________________
17219 [ 13072] By: nick                                  on 2001/11/18  16:15:31
17220         Log: Allow dup'ing of PerlIO::Scalar etc.
17221      Branch: perlio
17222            ! doio.c ext/Encode/Encode.xs ext/PerlIO/Scalar/Scalar.xs
17223            ! ext/PerlIO/Via/Via.xs ext/PerlIO/t/scalar.t perlio.c perlio.h
17224            ! perliol.h sv.c
17225 ____________________________________________________________________________
17226 [ 13071] By: jhi                                   on 2001/11/18  16:12:32
17227         Log: Prepend a null byte to the test set.
17228      Branch: perl
17229            ! t/io/utf8.t
17230 ____________________________________________________________________________
17231 [ 13070] By: jhi                                   on 2001/11/18  15:13:57
17232         Log: Document how "no utf8;" can become handy.
17233      Branch: perl
17234            ! lib/utf8.pm
17235 ____________________________________________________________________________
17236 [ 13069] By: jhi                                   on 2001/11/18  14:05:23
17237         Log: Integrate perlio; force the inclusion of the PL_runops_*
17238      Branch: perl
17239           !> embedvar.h hv.c perlapi.h perlvars.h pod/perlapi.pod
17240 ____________________________________________________________________________
17241 [ 13068] By: nick                                  on 2001/11/18  13:23:33
17242         Log: embed.pl generated changes I forgot to include
17243      Branch: perlio
17244            ! embedvar.h perlapi.h pod/perlapi.pod
17245 ____________________________________________________________________________
17246 [ 13067] By: nick                                  on 2001/11/18  12:50:19
17247         Log: Force inclusion of both Perl_runops_* in perl itself,
17248              so they are available for Peek.xs etc.
17249      Branch: perlio
17250            ! perlvars.h
17251 ____________________________________________________________________________
17252 [ 13066] By: nick                                  on 2001/11/18  11:00:34
17253         Log: Integrate mainline - a few Devel::Peak fails.
17254      Branch: perlio
17255           +> (branch 29 files)
17256            - ext/Thread/Thread.pm lib/Benchmark.t
17257            - lib/Lingua/KO/Hangul/Util.pm lib/Lingua/KO/Hangul/Util/Changes
17258            - lib/Lingua/KO/Hangul/Util/README
17259            - lib/Lingua/KO/Hangul/Util/t/test.t lib/Unicode/Normalize.pm
17260            - lib/Unicode/Normalize/Changes lib/Unicode/Normalize/README
17261            - lib/Unicode/Normalize/t/norm.t lib/Unicode/Normalize/t/test.t
17262            - vms/ext/vmsish.pm vms/ext/vmsish.t
17263            ! hv.c
17264           !> (integrate 389 files)
17265 ____________________________________________________________________________
17266 [ 13065] By: jhi                                   on 2001/11/18  01:22:25
17267         Log: Start working on perldelta.  This is not yet any sort of
17268              editing; just concatenating perl570delta, perl571delta,
17269              and perl572delta.  Any sorting not done, any duplicate
17270              removal not done, any removal or update of obsolete items
17271              not done, any changes since 5.7.2 not included.  So there.
17272      Branch: perl
17273            ! pod/perldelta.pod
17274 ____________________________________________________________________________
17275 [ 13064] By: jhi                                   on 2001/11/17  22:22:47
17276         Log: Banish "use utf8".
17277      Branch: perl
17278            ! pod/perlre.pod pod/perlretut.pod pod/perlunicode.pod
17279 ____________________________________________________________________________
17280 [ 13063] By: jhi                                   on 2001/11/17  17:53:38
17281         Log: Tweak from Charles Lane.
17282      Branch: perl
17283            ! vms/vms.c
17284 ____________________________________________________________________________
17285 [ 13062] By: jhi                                   on 2001/11/17  15:35:22
17286         Log: Integrate change #13058 from maintperl;
17287              change#12559 breaks things on Win9x because command.com doesn't
17288              grok dquotes at all; disable all the system() smarts for
17289              command.com
17290      Branch: perl
17291           !> win32/win32.c
17292 ____________________________________________________________________________
17293 [ 13061] By: ams                                   on 2001/11/17  13:46:11
17294         Log: Subject: [PATCH lib/Term/Cap.pm] Sync with CPAN version
17295              From: Jonathan Stowe <gellyfish@gellyfish.com>
17296              Date: Sat, 17 Nov 2001 14:05:02 +0000 (GMT)
17297              Message-Id: <Pine.LNX.4.33.0111171356190.13024-100000@orpheus.gellyfish.com>
17298      Branch: perl
17299            ! lib/Term/Cap.pm
17300 ____________________________________________________________________________
17301 [ 13060] By: ams                                   on 2001/11/17  09:49:10
17302         Log: Subject: [PATCH9 File/Find.pm doc nits
17303              From: Tels <perl_dummy@bloodgate.com>
17304              Date: Sat, 17 Nov 2001 11:41:51 +0100 (CET)
17305      Branch: perl
17306            ! lib/File/Find.pm
17307 ____________________________________________________________________________
17308 [ 13059] By: ams                                   on 2001/11/17  09:38:38
17309         Log: Subject: [PATCH] Benchmark.pm nit
17310              From: Tels <perl_dummy@bloodgate.com>
17311              Date: Sat, 17 Nov 2001 11:29:23 +0100 (CET)
17312      Branch: perl
17313            ! lib/Benchmark.pm
17314 ____________________________________________________________________________
17315 [ 13058] By: gsar                                  on 2001/11/17  03:50:49
17316         Log: change#12559 breaks things on Win9x because command.com doesn't
17317              grok dquotes at all; disable all the system() smarts for
17318              command.com
17319      Branch: maint-5.6/perl
17320            ! win32/win32.c
17321 ____________________________________________________________________________
17322 [ 13057] By: ams                                   on 2001/11/16  20:30:03
17323         Log: Subject: [PATCH] lib/Unicode/UCD.t @INC oddity
17324              From: Andy Dougherty <doughera@lafayette.edu>
17325              Date: Fri, 16 Nov 2001 16:28:45 -0500 (EST)
17326              Message-Id: <Pine.SOL.4.10.10111161625070.7245-100000@maxwell.phys.lafayette.edu>
17327      Branch: perl
17328            ! lib/Unicode/UCD.t
17329 ____________________________________________________________________________
17330 [ 13056] By: jhi                                   on 2001/11/16  19:18:21
17331         Log: Subject: [Patch Perl@13023] VMS system() warning
17332              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
17333              Date: Fri, 16 Nov 2001 15:20:11 EST
17334              Message-Id: <011116152009.39eb8@DUPHY4.Physics.Drexel.Edu>
17335      Branch: perl
17336            ! vms/vms.c
17337 ____________________________________________________________________________
17338 [ 13055] By: jhi                                   on 2001/11/16  19:03:39
17339         Log: It's neither-nor, and protect against the impossible.
17340      Branch: perl
17341            ! lib/Thread.pm
17342 ____________________________________________________________________________
17343 [ 13054] By: jhi                                   on 2001/11/16  18:37:30
17344         Log: 5005threads didn't work because $Thread::VERSION wasn't
17345              visible.  Oops.
17346      Branch: perl
17347            ! ext/Thread/Makefile.PL lib/Thread.pm
17348 ____________________________________________________________________________
17349 [ 13053] By: jhi                                   on 2001/11/16  17:08:15
17350         Log: Robustness against Linux using something else than gcc;
17351              based on
17352              
17353              Subject: [ID 20011116.124] perl 5.6.1 with Intel's icc on RedHat Linux 7.2
17354              From: Charles Randall <cfriv@yahoo.com>
17355              Date: Fri, 16 Nov 2001 09:31:57 -0800 (PST)
17356              Message-Id: <20011116173157.2322.qmail@web20904.mail.yahoo.com>
17357      Branch: perl
17358            ! ext/Errno/Errno_pm.PL
17359 ____________________________________________________________________________
17360 [ 13052] By: ams                                   on 2001/11/16  16:46:39
17361         Log: Subject: Re: [h.m.brand@hccnet.nl: Installman problems]
17362              From: Russ Allbery <rra@stanford.edu>
17363              Date: 16 Nov 2001 09:44:21 -0800
17364              Message-Id: <yln11mwqyy.fsf@windlord.stanford.edu>
17365      Branch: perl
17366            ! lib/Pod/ParseLink.pm
17367 ____________________________________________________________________________
17368 [ 13051] By: jhi                                   on 2001/11/16  15:26:41
17369         Log: Update perluniintro on the UTF-8 output matters
17370              (that -w will warn unless the stream is explicitly UTF-8-ified).
17371      Branch: perl
17372            ! pod/perluniintro.pod
17373 ____________________________________________________________________________
17374 [ 13050] By: jhi                                   on 2001/11/16  15:08:52
17375         Log: Adding new files to MANIFEST is nice.
17376      Branch: perl
17377            ! MANIFEST
17378 ____________________________________________________________________________
17379 [ 13049] By: jhi                                   on 2001/11/16  15:04:45
17380         Log: Update Changes.
17381      Branch: perl
17382            ! Changes patchlevel.h
17383 ____________________________________________________________________________
17384 [ 13048] By: jhi                                   on 2001/11/16  14:46:17
17385         Log: Subject: Re: [PATCH regcomp.[ch], regexp.h, pp_hot.c, t/op/re_tests] lazy $& and \Z fix
17386              From: "Jeff 'japhy' Pinyan" <jeffp@crusoe.net> 
17387              Date: Wed, 14 Nov 2001 16:35:29 -0500 (EST) 
17388              Message-ID: <Pine.GSO.4.21.0111141634020.16649-100000@crusoe.crusoe.net>
17389      Branch: perl
17390            ! pp_hot.c regcomp.c regcomp.h regexp.h t/op/re_tests
17391 ____________________________________________________________________________
17392 [ 13047] By: jhi                                   on 2001/11/16  14:37:32
17393         Log: Rename perlunintro to perluniintro; regen toc.
17394      Branch: perl
17395            + pod/perluniintro.pod
17396            - pod/perlunintro.pod
17397            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
17398 ____________________________________________________________________________
17399 [ 13046] By: jhi                                   on 2001/11/16  14:14:38
17400         Log: Document the negated lookahead trick to emulate
17401              character class subtraction.
17402      Branch: perl
17403            ! pod/perlunicode.pod
17404 ____________________________________________________________________________
17405 [ 13045] By: jhi                                   on 2001/11/16  14:08:43
17406         Log: Subject: [PATCH perl@13023] Unicode General Category: Cn
17407              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
17408              Date: Fri, 16 Nov 2001 23:31:04 +0900
17409              Message-Id: <20011116232709.23CF.BQW10602@nifty.com>
17410              
17411              (with the tweak that Cntrl is not C, it's Cc)
17412      Branch: perl
17413            ! lib/unicore/In/163.pl lib/unicore/Is/C.pl lib/unicore/Is/Cn.pl
17414            ! lib/unicore/mktables
17415 ____________________________________________________________________________
17416 [ 13044] By: jhi                                   on 2001/11/16  13:42:44
17417         Log: Subject: [PATCH current] runtime runops switch
17418              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
17419              Date: Fri, 16 Nov 2001 00:48:09 -0500
17420              Message-ID: <20011116004809.A934@math.ohio-state.edu>
17421      Branch: perl
17422            ! dump.c embed.h embed.pl ext/Devel/Peek/Peek.pm
17423            ! ext/Devel/Peek/Peek.xs perl.h pod/perlapi.pod
17424            ! pod/perlintern.pod proto.h run.c
17425 ____________________________________________________________________________
17426 [ 13043] By: jhi                                   on 2001/11/16  13:24:28
17427         Log: Further discourage old Thread code; tell how to tell
17428              the difference.
17429      Branch: perl
17430            ! lib/Thread.pm
17431 ____________________________________________________________________________
17432 [ 13042] By: jhi                                   on 2001/11/16  13:16:13
17433         Log: A missing return; from Charles Lane.
17434      Branch: perl
17435            ! vms/vms.c
17436 ____________________________________________________________________________
17437 [ 13041] By: ams                                   on 2001/11/16  12:11:14
17438         Log: Subject: [PATCH] Doc spellcheck + podcheck
17439              From: Autrijus Tang <autrijus@egb.elixus.org>
17440              Date: Thu, 15 Nov 2001 22:49:05 -0800
17441              Message-Id: <20011116064905.GA44092@egb.elixus.org>
17442              
17443              Subject: [PATCH] podcheck+spellcheck, the rest of the story
17444              From: Autrijus Tang <autrijus@egb.elixus.org>
17445              Date: Fri, 16 Nov 2001 00:42:20 -0800
17446              Message-Id: <20011116084220.GA44295@egb.elixus.org>
17447              
17448              Subject: Re: [PATCH] podcheck+spellcheck, the rest of the story
17449              From: Nicholas Clark <nick@ccl4.org>
17450              Date: Fri, 16 Nov 2001 10:32:01 +0000
17451              Message-Id: <20011116103200.F62891@plum.flirble.org>
17452              (Applied after suitable de-mangling.)
17453      Branch: perl
17454            ! README.aix README.dgux README.dos README.epoc README.hpux
17455            ! README.mint README.mpeix README.netware README.os2
17456            ! README.os390 README.plan9 README.qnx README.solaris
17457            ! README.threads doio.c pod/perl571delta.pod
17458            ! pod/perl572delta.pod pod/perlapi.pod pod/perlapio.pod
17459            ! pod/perldata.pod pod/perlebcdic.pod pod/perlfaq4.pod
17460            ! pod/perlfunc.pod pod/perlguts.pod pod/perlhack.pod
17461            ! pod/perliol.pod pod/perlpod.pod pod/perlpodspec.pod
17462            ! pod/perlrequick.pod pod/perlretut.pod pod/perltodo.pod
17463            ! pod/perlunicode.pod pod/perlvar.pod pp_ctl.c sharedsv.c
17464 ____________________________________________________________________________
17465 [ 13040] By: jhi                                   on 2001/11/16  04:48:16
17466         Log: Avoid redefinedness warning for now.
17467      Branch: perl
17468            ! lib/Thread.pm
17469 ____________________________________________________________________________
17470 [ 13039] By: jhi                                   on 2001/11/16  04:44:30
17471         Log: use strict.
17472      Branch: perl
17473            ! lib/Thread.pm
17474 ____________________________________________________________________________
17475 [ 13038] By: jhi                                   on 2001/11/16  04:40:19
17476         Log: Subject: [PATCH Perl@13023] subprocess command line size increase
17477              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane) 
17478              Date: Thu, 15 Nov 2001 22:54:47 EST 
17479              Message-Id: <011115225352.2db1e@DUPHY4.Physics.Drexel.Edu>         
17480      Branch: perl
17481            ! vms/vms.c vms/vmspipe.com
17482 ____________________________________________________________________________
17483 [ 13037] By: jhi                                   on 2001/11/16  04:38:47
17484         Log: Subject: [PATCH lib/File/stat.t] Fix AIX Failure (was Re: Smoke 12998 /pro/3gl/CPAN/perl-current)
17485              From: "chromatic" <chromatic@rmci.net>
17486              Date: Thu, 15 Nov 2001 19:54:23 -0700
17487              Message-ID: <20011116030139.6821.qmail@onion.perl.org>
17488      Branch: perl
17489            ! lib/File/stat.t
17490 ____________________________________________________________________________
17491 [ 13036] By: jhi                                   on 2001/11/16  04:37:52
17492         Log: Make Thread a wrapper for both ithreads and 5005threads.
17493              Needs a lot of work and Arthur's eyeballing (and finishing
17494              few missing odds and ends of threads.pm).  Now Thread
17495              is an extension without its own .pm.
17496              
17497              If there are people who have experience working with
17498              either the 5005threads or the ithreads: cleaning up
17499              the documentation (Thread.pm, threads.pm, and perl*thrtut.pod),
17500              and porting the various Thread::* modules, like Thread::Queue,
17501              to work also with ithreads, is needed.
17502              
17503              Removed the 5005threads requirement from the 5005 tests
17504              for easier testing (not all of them work yet since
17505              they use the Thread::* modules that have not been made
17506              to work with ithreads).  Leave the 5005 tests named as
17507              *.tx so that they are not run by "make test".
17508      Branch: perl
17509            + lib/Thread.pm
17510            - ext/Thread/Thread.pm
17511            ! MANIFEST ext/Thread/Makefile.PL ext/Thread/create.tx
17512            ! ext/Thread/die.tx ext/Thread/die2.tx ext/Thread/io.tx
17513            ! ext/Thread/join.tx ext/Thread/join2.tx ext/Thread/list.tx
17514            ! ext/Thread/lock.tx ext/Thread/queue.tx ext/Thread/specific.tx
17515            ! ext/Thread/sync.tx ext/Thread/sync2.tx ext/Thread/unsync.tx
17516            ! ext/Thread/unsync2.tx ext/Thread/unsync3.tx
17517            ! ext/Thread/unsync4.tx ext/threads/threads.pm pod/perlfunc.pod
17518 ____________________________________________________________________________
17519 [ 13035] By: jhi                                   on 2001/11/16  03:30:38
17520         Log: $VERSION "a5" doesn't quite work.
17521      Branch: perl
17522            ! ext/B/Makefile.PL
17523 ____________________________________________________________________________
17524 [ 13034] By: jhi                                   on 2001/11/16  00:38:41
17525         Log: Add the fruits of Larry Shatzer's version verifying script.
17526              (There are some straddlers, but they will be fixed in the
17527              upcoming releases of the modules.)
17528      Branch: perl
17529            ! bytecode.pl ext/B/B.pm ext/B/B/Asmdata.pm ext/B/B/Bblock.pm
17530            ! ext/B/B/Bytecode.pm ext/B/B/C.pm ext/B/B/CC.pm
17531            ! ext/B/B/Debug.pm ext/B/B/Disassembler.pm ext/B/B/Lint.pm
17532            ! ext/B/B/Showlex.pm ext/B/B/Stackobj.pm ext/B/B/Stash.pm
17533            ! ext/B/B/Terse.pm ext/B/B/Xref.pm ext/B/O.pm
17534            ! ext/Encode/Encode/Tcl.pm ext/Opcode/ops.pm
17535            ! ext/Thread/Thread/Queue.pm ext/Thread/Thread/Semaphore.pm
17536            ! ext/Thread/Thread/Signal.pm ext/Thread/Thread/Specific.pm
17537            ! lib/ExtUtils/MM_NW5.pm lib/Locale/Constants.pm lib/vmsish.pm
17538            ! os2/OS2/REXX/DLL/DLL.pm vms/ext/Filespec.pm win32/FindExt.pm
17539            ! wince/FindExt.pm
17540 ____________________________________________________________________________
17541 [ 13033] By: jhi                                   on 2001/11/16  00:37:36
17542         Log: Add Larry Shatzer's VERSION verifying script.
17543      Branch: perl
17544            + Porting/checkVERSION.pl
17545            ! MANIFEST Porting/pumpkin.pod
17546 ____________________________________________________________________________
17547 [ 13032] By: jhi                                   on 2001/11/16  00:09:31
17548         Log: Subject: [PATCH t/io/argv.t OR t/test.pl] runperl(), \n and stdin
17549              From: Michael G Schwern <schwern@pobox.com>
17550              Date: Thu, 15 Nov 2001 19:26:40 -0500
17551              Message-ID: <20011115192640.R31399@blackrider>
17552      Branch: perl
17553            ! t/test.pl
17554 ____________________________________________________________________________
17555 [ 13031] By: jhi                                   on 2001/11/15  23:18:19
17556         Log: Document the MY_CXT business; from Paul Marquess.
17557      Branch: perl
17558            ! pod/perlxs.pod
17559 ____________________________________________________________________________
17560 [ 13030] By: jhi                                   on 2001/11/15  22:03:46
17561         Log: VMSCMD synch attempt.
17562      Branch: perl
17563            ! vms/vms.c vms/vmsish.h
17564 ____________________________________________________________________________
17565 [ 13029] By: jhi                                   on 2001/11/15  21:35:36
17566         Log: Advise against -P as instructed by Schwern.
17567      Branch: perl
17568            ! pod/perlrun.pod
17569 ____________________________________________________________________________
17570 [ 13028] By: jhi                                   on 2001/11/15  21:21:29
17571         Log: Subject: [PATCH] v-strings as Objects Step 1
17572              From: John Peacock <jpeacock@rowman.com>
17573              Date: Thu, 15 Nov 2001 12:41:04 -0500
17574              Message-ID: <3BF3FE30.70D7EDCA@rowman.com>
17575      Branch: perl
17576            ! embed.h embed.pl global.sym pod/perlapi.pod proto.h toke.c
17577            ! util.c
17578 ____________________________________________________________________________
17579 [ 13027] By: jhi                                   on 2001/11/15  21:16:57
17580         Log: Subject: [PATCH] -x  (was Re: [PATCH] new tests for command-line switches)
17581              From: Michael G Schwern <schwern@pobox.com>
17582              Date: Thu, 15 Nov 2001 12:47:59 -0500
17583              Message-ID: <20011115124759.E31399@blackrider>
17584      Branch: perl
17585            + t/run/switchx.aux t/run/switchx.t
17586            ! MANIFEST t/run/switches.t
17587 ____________________________________________________________________________
17588 [ 13026] By: jhi                                   on 2001/11/15  20:55:31
17589         Log: Upgrade to Getopt::Long 2.26_03.
17590      Branch: perl
17591            ! lib/Getopt/Long.pm
17592 ____________________________________________________________________________
17593 [ 13025] By: ams                                   on 2001/11/15  20:46:22
17594         Log: Subject: [PATCH vms/vms.c] VMSCMD missing
17595              From: Michael G Schwern <schwern@pobox.com>
17596              Date: Thu, 15 Nov 2001 16:24:11 -0500
17597              Message-Id: <20011115162411.M31399@blackrider>
17598      Branch: perl
17599            ! vms/vms.c
17600 ____________________________________________________________________________
17601 [ 13024] By: ams                                   on 2001/11/15  19:32:06
17602         Log: Subject: Re: [ID 20010713.001] use lib segmentation fault
17603              From: rspier@pobox.com (Robert Spier)
17604              Date: Thu, 15 Nov 2001 11:19:21 -0800
17605              Message-Id: <15348.5433.732364.963687@rls.cx>
17606      Branch: perl
17607            ! op.c
17608 ____________________________________________________________________________
17609 [ 13023] By: jhi                                   on 2001/11/15  15:35:48
17610         Log: Update Changes.
17611      Branch: perl
17612            ! Changes patchlevel.h
17613 ____________________________________________________________________________
17614 [ 13022] By: jhi                                   on 2001/11/15  15:11:37
17615         Log: Subject: [PATCH] new tests for command-line switches
17616              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
17617              Date: Thu, 15 Nov 2001 17:00:30 +0100
17618              Message-ID: <20011115170030.A14193@rafael>
17619      Branch: perl
17620            + t/run/switches.t
17621            ! MANIFEST
17622 ____________________________________________________________________________
17623 [ 13021] By: jhi                                   on 2001/11/15  15:06:36
17624         Log: Upgrade to podlators 1.13.
17625      Branch: perl
17626            + lib/Pod/ParseLink.pm
17627            ! MANIFEST lib/Pod/Html.pm lib/Pod/Man.pm lib/Pod/Text.pm
17628            ! lib/Pod/Text/Color.pm lib/Pod/Text/Overstrike.pm
17629            ! lib/Pod/Text/Termcap.pm pod/pod2man.PL t/pod/lref.xr
17630            ! t/pod/pod2usage.xr t/pod/podselect.xr
17631 ____________________________________________________________________________
17632 [ 13020] By: jhi                                   on 2001/11/15  14:47:29
17633         Log: skip "might be used uninitialized".
17634      Branch: perl
17635            ! pp_sys.c
17636 ____________________________________________________________________________
17637 [ 13019] By: jhi                                   on 2001/11/15  14:35:55
17638         Log: Fix for "perlio bug in koi8-r encoding".  The problem
17639              seemed to be that binmode() always flushed the handle,
17640              which is not so good when switching encodings.  Fixed,
17641              added Matt Sergeant's testcase, documented in perlfunc/binmode,
17642              also added a pointer about disciplines to perlfunc/open,
17643              and in general cleaned up and reformatted the open entry.
17644      Branch: perl
17645            ! ext/PerlIO/t/encoding.t perlio.c pod/perlfunc.pod
17646 ____________________________________________________________________________
17647 [ 13018] By: jhi                                   on 2001/11/15  13:22:57
17648         Log: Subject: Re: [ID 20011114.118] chop and chomp bind too tightly
17649              From: rgarciasuarez@free.fr (Rafael Garcia-Suarez)
17650              Date: 15 Nov 2001 08:57:06 -0000
17651              Message-Id: <slrn9v70s9.gqe.rgarciasuarez@rafael.kazibao.net>
17652              
17653              chop() and chomp() are not real list functions,
17654              so let's not have them overrideable.  (Casey will
17655              be confused since in #7071 he patched the other way.)
17656      Branch: perl
17657            ! pod/perlfunc.pod toke.c
17658 ____________________________________________________________________________
17659 [ 13017] By: ams                                   on 2001/11/15  12:56:49
17660         Log: Subject: [PATCH pod/perltrap.pod] Re: Strange syntax error with map
17661              From: Robin Barker <rmb1@cise.npl.co.uk>
17662              Date: Thu, 15 Nov 2001 13:48:34 GMT
17663              Message-Id: <200111151348.NAA01299@tempest.npl.co.uk>
17664              (Applied with tweaks.)
17665      Branch: perl
17666            ! pod/perltrap.pod
17667 ____________________________________________________________________________
17668 [ 13016] By: ams                                   on 2001/11/15  09:12:48
17669         Log: Subject: [DOC PATCH] mention Filter::cpp in perlrun
17670              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
17671              Date: Thu, 15 Nov 2001 09:06:39 +0100
17672              Message-Id: <20011115090639.A13005@rafael>
17673      Branch: perl
17674            ! pod/perlrun.pod
17675 ____________________________________________________________________________
17676 [ 13015] By: jhi                                   on 2001/11/15  04:08:50
17677         Log: "link =" from utils.lst was being processed oddly.
17678      Branch: perl
17679            ! installman
17680 ____________________________________________________________________________
17681 [ 13014] By: ams                                   on 2001/11/15  02:52:52
17682         Log: Subject: [PATCH current] CreateTTY in -d
17683              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
17684              Date: Wed, 14 Nov 2001 21:26:31 -0500
17685              Message-Id: <20011114212631.A25705@math.ohio-state.edu>
17686      Branch: perl
17687            ! lib/perl5db.pl
17688 ____________________________________________________________________________
17689 [ 13013] By: jhi                                   on 2001/11/15  00:46:07
17690         Log: Corify the Filter::Simple tests. 
17691      Branch: perl
17692            ! lib/Filter/Simple/t/data.t lib/Filter/Simple/t/filter.t
17693            ! lib/Filter/Simple/t/filter_only.t
17694 ____________________________________________________________________________
17695 [ 13012] By: jhi                                   on 2001/11/15  00:42:25
17696         Log: Upgrade to Filter::Simple 0.70.
17697      Branch: perl
17698            + lib/Filter/Simple/t/data.t lib/Filter/Simple/t/filter_only.t
17699            + t/lib/FilterOnlyTest.pm
17700            ! MANIFEST lib/Filter/Simple.pm lib/Filter/Simple/Changes
17701            ! lib/Filter/Simple/README lib/Filter/Simple/t/filter.t
17702            ! t/lib/FilterTest.pm
17703 ____________________________________________________________________________
17704 [ 13011] By: jhi                                   on 2001/11/14  22:38:31
17705         Log: Cleanliness inspired by Cygwin.
17706      Branch: perl
17707            ! Makefile.SH x2p/Makefile.SH
17708 ____________________________________________________________________________
17709 [ 13010] By: jhi                                   on 2001/11/14  22:30:59
17710         Log: Add perlunintro (formerly known as perlunitut); regen toc.
17711      Branch: perl
17712            + pod/perlunintro.pod
17713            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
17714 ____________________________________________________________________________
17715 [ 13009] By: jhi                                   on 2001/11/14  22:27:12
17716         Log: FAQ sync.
17717      Branch: perl
17718            ! pod/perlfaq6.pod
17719 ____________________________________________________________________________
17720 [ 13008] By: jhi                                   on 2001/11/14  22:16:06
17721         Log: Quieten pgcc 2.91.66 worries.
17722      Branch: perl
17723            ! gv.c pp_ctl.c utf8.c
17724 ____________________________________________________________________________
17725 [ 13007] By: jhi                                   on 2001/11/14  22:05:01
17726         Log: Upgrade to Switch 2.06.
17727      Branch: perl
17728            ! lib/Switch.pm lib/Switch/Changes lib/Switch/README
17729            ! lib/Switch/t/nested.t
17730 ____________________________________________________________________________
17731 [ 13006] By: jhi                                   on 2001/11/14  21:55:51
17732         Log: Upgrade to Attribute::Handlers 0.76.
17733      Branch: perl
17734            ! lib/Attribute/Handlers.pm lib/Attribute/Handlers/Changes
17735            ! lib/Attribute/Handlers/README
17736            ! lib/Attribute/Handlers/demo/Demo.pm
17737            ! lib/Attribute/Handlers/demo/Descriptions.pm
17738            ! lib/Attribute/Handlers/demo/MyClass.pm
17739            ! lib/Attribute/Handlers/demo/demo_cycle.pl
17740            ! lib/Attribute/Handlers/demo/demo_hashdir.pl
17741            ! lib/Attribute/Handlers/t/multi.t
17742 ____________________________________________________________________________
17743 [ 13005] By: jhi                                   on 2001/11/14  21:53:22
17744         Log: Signedness nit.
17745      Branch: perl
17746            ! regexec.c
17747 ____________________________________________________________________________
17748 [ 13004] By: jhi                                   on 2001/11/14  21:24:39
17749         Log: VERSIONize.
17750      Branch: perl
17751            ! lib/File/Spec/Epoc.pm lib/PerlIO.pm lib/encoding.pm
17752            ! lib/integer.pm
17753 ____________________________________________________________________________
17754 [ 13003] By: jhi                                   on 2001/11/14  21:17:02
17755         Log: No pod in internal Net::FTP classes.
17756      Branch: perl
17757            ! pod/buildtoc.PL
17758 ____________________________________________________________________________
17759 [ 13002] By: jhi                                   on 2001/11/14  21:11:48
17760         Log: Subject: Re: [PATCH regexec.c] lookahead for REF, MINMOD, PLUS, CURLY* 
17761              From: "Jeff 'japhy' Pinyan" <jeffp@crusoe.net>
17762              Date: Wed, 14 Nov 2001 09:59:31 -0500 (EST)
17763              Message-ID: <Pine.GSO.4.21.0111140958390.1124-100000@crusoe.crusoe.net>
17764      Branch: perl
17765            ! regexec.c
17766 ____________________________________________________________________________
17767 [ 13001] By: jhi                                   on 2001/11/14  21:09:48
17768         Log: test.pl tweaks from Rafael and Pudge (assuming I deciphered
17769              Pudge correctly).
17770      Branch: perl
17771            ! t/test.pl
17772 ____________________________________________________________________________
17773 [ 13000] By: jhi                                   on 2001/11/14  21:00:23
17774         Log: Add comments to mark where $^X is being handled.
17775      Branch: perl
17776            ! perl.c toke.c
17777 ____________________________________________________________________________
17778 [ 12999] By: jhi                                   on 2001/11/14  20:45:42
17779         Log: Subject: Re: Test [ID 25] [PATCH t/op/repeat.t] Cleanup and bug test
17780              From: Michael G Schwern <schwern@pobox.com>
17781              Date: Wed, 14 Nov 2001 16:38:25 -0500
17782              Message-ID: <20011114163825.D6519@blackrider>
17783      Branch: perl
17784            ! t/op/repeat.t
17785 ____________________________________________________________________________
17786 [ 12998] By: jhi                                   on 2001/11/14  20:22:06
17787         Log: Subject: [PATCH t/op/die_exit.t] Fwd: [craigberry@mac.com: die_exit.t]
17788              From: Michael G Schwern <schwern@pobox.com>
17789              Date: Wed, 14 Nov 2001 13:19:15 -0500
17790              Message-ID: <20011114131915.K5096@blackrider>
17791      Branch: perl
17792            ! t/op/die_exit.t
17793 ____________________________________________________________________________
17794 [ 12997] By: jhi                                   on 2001/11/14  19:36:57
17795         Log: Subject: Re: [PATCH] new version of runperl()
17796              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
17797              Date: Wed, 14 Nov 2001 15:39:12 EST
17798              Message-Id: <011114153711.30f96@DUPHY4.Physics.Drexel.Edu>
17799              
17800              "VMS $^X pipes etc" patch.
17801      Branch: perl
17802            ! vms/vms.c
17803 ____________________________________________________________________________
17804 [ 12996] By: jhi                                   on 2001/11/14  19:31:01
17805         Log: test.pl runperl() nits from Chris Nandor and Craig Berry,
17806              and add "verbose" option to show the final command.
17807      Branch: perl
17808            ! t/test.pl
17809 ____________________________________________________________________________
17810 [ 12995] By: jhi                                   on 2001/11/14  15:02:29
17811         Log: Goof in some of the comment fields of #12994.
17812      Branch: perl
17813            ! lib/unicore/In/0.pl lib/unicore/In/1.pl lib/unicore/In/2.pl
17814            ! lib/unicore/In/3.pl lib/unicore/In/4.pl lib/unicore/In/5.pl
17815            ! lib/unicore/In/6.pl lib/unicore/In/7.pl lib/unicore/In/8.pl
17816            ! lib/unicore/In/9.pl
17817 ____________________________________________________________________________
17818 [ 12994] By: jhi                                   on 2001/11/14  14:59:32
17819         Log: The First, Last ranges in the Unicode data weren't
17820              getting their general categories added properly;
17821              noticed by Jeffrey Friedl.
17822      Branch: perl
17823            ! lib/unicore/Category.pl lib/unicore/In/0.pl
17824            ! lib/unicore/In/1.pl lib/unicore/In/164.pl
17825            ! lib/unicore/In/169.pl lib/unicore/In/170.pl
17826            ! lib/unicore/In/2.pl lib/unicore/In/3.pl lib/unicore/In/4.pl
17827            ! lib/unicore/In/5.pl lib/unicore/In/6.pl lib/unicore/In/7.pl
17828            ! lib/unicore/In/8.pl lib/unicore/In/9.pl
17829            ! lib/unicore/Is/Alnum.pl lib/unicore/Is/Alpha.pl
17830            ! lib/unicore/Is/C.pl lib/unicore/Is/Cntrl.pl
17831            ! lib/unicore/Is/Co.pl lib/unicore/Is/Cs.pl
17832            ! lib/unicore/Is/Graph.pl lib/unicore/Is/L.pl
17833            ! lib/unicore/Is/Lo.pl lib/unicore/Is/Print.pl
17834            ! lib/unicore/Is/Word.pl lib/unicore/Name.pl
17835            ! lib/unicore/mktables
17836 ____________________________________________________________________________
17837 [ 12993] By: jhi                                   on 2001/11/14  13:54:20
17838         Log: Subject: [PATCH] new version of runperl()
17839              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
17840              Date: Wed, 14 Nov 2001 12:23:01 +0100
17841              Message-ID: <20011114122301.A29384@rafael>
17842      Branch: perl
17843            ! t/io/argv.t t/test.pl
17844 ____________________________________________________________________________
17845 [ 12992] By: ams                                   on 2001/11/14  13:40:39
17846         Log: Subject: [PATCH perl.c] s/parse_perl/parse_body/
17847              From: Michael G Schwern <schwern@pobox.com>
17848              Date: Tue, 13 Nov 2001 23:17:54 -0500
17849              Message-Id: <20011113231754.S32567@blackrider>
17850      Branch: perl
17851            ! perl.c
17852 ____________________________________________________________________________
17853 [ 12991] By: jhi                                   on 2001/11/14  13:24:34
17854         Log: Subject: Re: [PATCH pod/perlapio.pod double-word fix]
17855              From: Philip Newton <Philip.Newton@gmx.net>
17856              Date: Wed, 14 Nov 2001 10:59:53 +0100
17857              Message-ID: <e6b4vt8mfasdv0vlm1tqggqhtjbpchvpmg@4ax.com>
17858              
17859              plus a lot of paragraph reformatting because of long lines.
17860      Branch: perl
17861            ! pod/perlapio.pod
17862 ____________________________________________________________________________
17863 [ 12990] By: jhi                                   on 2001/11/14  13:19:19
17864         Log: A bool is not a pointer.
17865      Branch: perl
17866            ! pp_sys.c
17867 ____________________________________________________________________________
17868 [ 12989] By: jhi                                   on 2001/11/14  02:41:42
17869         Log: AUTHORS updates.
17870      Branch: perl
17871            ! AUTHORS
17872 ____________________________________________________________________________
17873 [ 12988] By: jhi                                   on 2001/11/14  02:18:44
17874         Log: There are several MIME RFCs.
17875      Branch: perl
17876            ! ext/Encode/Encode.pm
17877 ____________________________________________________________________________
17878 [ 12987] By: ams                                   on 2001/11/14  01:09:28
17879         Log: Subject: [PATCH t/op/groups.t vms/test.com] Simple little VMS fix
17880              From: Michael G Schwern <schwern@pobox.com>
17881              Date: Tue, 13 Nov 2001 20:59:13 -0500
17882              Message-Id: <20011113205913.H32567@blackrider>
17883      Branch: perl
17884            ! t/op/groups.t vms/test.com
17885 ____________________________________________________________________________
17886 [ 12986] By: ams                                   on 2001/11/14  01:07:06
17887         Log: Subject: [PATCH ext/IO/lib/IO/t/io_sel.t vms/test.com] VMS fix
17888              From: Michael G Schwern <schwern@pobox.com>
17889              Date: Tue, 13 Nov 2001 20:51:34 -0500
17890              Message-Id: <20011113205134.F32567@blackrider>
17891      Branch: perl
17892            ! ext/IO/lib/IO/t/io_sel.t vms/test.com
17893 ____________________________________________________________________________
17894 [ 12985] By: ams                                   on 2001/11/14  00:43:59
17895         Log: Subject: [PATCH pod/perlport.pod] Re: select() broken under VMS?
17896              From: Michael G Schwern <schwern@pobox.com>
17897              Date: Tue, 13 Nov 2001 20:38:42 -0500
17898              Message-Id: <20011113203842.E32567@blackrider>
17899      Branch: perl
17900            ! pod/perlport.pod
17901 ____________________________________________________________________________
17902 [ 12984] By: ams                                   on 2001/11/14  00:32:15
17903         Log: Subject: [PATCH ext/IO/lib/IO/t/*.t vms/test.com] VMS fixups for IO::* tests
17904              From: Michael G Schwern <schwern@pobox.com>
17905              Date: Tue, 13 Nov 2001 20:27:02 -0500
17906              Message-Id: <20011113202702.D32567@blackrider>
17907      Branch: perl
17908            ! ext/IO/lib/IO/t/io_const.t ext/IO/lib/IO/t/io_dir.t
17909            ! ext/IO/lib/IO/t/io_dup.t ext/IO/lib/IO/t/io_pipe.t
17910            ! ext/IO/lib/IO/t/io_sock.t ext/IO/lib/IO/t/io_unix.t
17911            ! ext/IO/lib/IO/t/io_xs.t vms/test.com
17912 ____________________________________________________________________________
17913 [ 12983] By: ams                                   on 2001/11/14  00:00:27
17914         Log: Subject: [PATCH pod/perlport.pod] s/socket/select/ typo
17915              From: Michael G Schwern <schwern@pobox.com>
17916              Date: Tue, 13 Nov 2001 19:51:59 -0500
17917              Message-Id: <20011113195159.B32567@blackrider>
17918      Branch: perl
17919            ! pod/perlport.pod
17920 ____________________________________________________________________________
17921 [ 12982] By: ams                                   on 2001/11/13  23:53:11
17922         Log: Subject: [PATCH pod/perlapio.pod double-word fix]
17923              From: Larry Shatzer <fugazi@zippy.zyx.net>
17924              Date: Tue, 13 Nov 2001 17:27:59 -0700
17925              Message-Id: <20011113172759.E27768@zippy.zyx.net>
17926      Branch: perl
17927            ! pod/perlapio.pod
17928 ____________________________________________________________________________
17929 [ 12981] By: jhi                                   on 2001/11/13  22:50:27
17930         Log: Fix for the :utf8 read() bug noticed by Matt Sergeant:
17931              "large enough" Unicode characters returned more than one
17932              as their "Unicode size".
17933      Branch: perl
17934            ! pp_sys.c t/io/utf8.t
17935 ____________________________________________________________________________
17936 [ 12980] By: ams                                   on 2001/11/13  19:32:33
17937         Log: Subject: [PATCH] vms/gen_shrfls.pl tweak
17938              From: "Craig A. Berry" <craigberry@mac.com>
17939              Date: Tue, 13 Nov 2001 14:33:25 -0600
17940              Message-Id: <5.1.0.14.2.20011113142319.01c3ad50@exchi01>
17941      Branch: perl
17942            ! vms/gen_shrfls.pl
17943 ____________________________________________________________________________
17944 [ 12979] By: jhi                                   on 2001/11/13  18:10:15
17945         Log: Subject: Minor patch to Encode.pm (detypo)
17946              From: "Philip Newton" <Philip.Newton@gmx.net>
17947              Date: Tue, 13 Nov 2001 20:11:01 +0100
17948              Message-ID: <20011113.200845@ID-11583.news.dfncis.de>
17949      Branch: perl
17950            ! ext/Encode/Encode.pm
17951 ____________________________________________________________________________
17952 [ 12978] By: jhi                                   on 2001/11/13  17:55:02
17953         Log: Evil tabulators.
17954      Branch: perl
17955            ! ext/Encode/Encode.pm
17956 ____________________________________________________________________________
17957 [ 12977] By: jhi                                   on 2001/11/13  17:52:17
17958         Log: Document the available encodings.
17959      Branch: perl
17960            ! ext/Encode/Encode.pm
17961 ____________________________________________________________________________
17962 [ 12976] By: ams                                   on 2001/11/13  17:14:07
17963         Log: Subject: Re: Why *not* use UNIVERSAL qw( isa can ) ; ??
17964              From: Barrie Slaymaker <barries@slaysys.com>
17965              Date: Tue, 13 Nov 2001 12:41:36 -0500
17966              Message-Id: <20011113124133.C24305@sizzle.whoville.com>
17967      Branch: perl
17968            ! t/op/universal.t
17969 ____________________________________________________________________________
17970 [ 12975] By: ams                                   on 2001/11/13  16:24:21
17971         Log: Subject: Re: Why *not* use UNIVERSAL qw( isa can ) ; ??
17972              From: Barrie Slaymaker <barries@slaysys.com>
17973              Date: Tue, 13 Nov 2001 10:56:20 -0500
17974              Message-Id: <20011113105620.B24192@sizzle.whoville.com>
17975              (Test applied with minor tweaks and ->isa("HASH") omission.)
17976      Branch: perl
17977            ! lib/UNIVERSAL.pm t/op/universal.t
17978 ____________________________________________________________________________
17979 [ 12974] By: ams                                   on 2001/11/13  15:46:07
17980         Log: Subject: [PATCH Benchmark.pm] docco tweaks
17981              From: Barrie Slaymaker <barries@slaysys.com>
17982              Date: Tue, 13 Nov 2001 11:34:45 -0500
17983              Message-Id: <20011113113442.B24305@sizzle.whoville.com>
17984      Branch: perl
17985            ! lib/Benchmark.pm
17986 ____________________________________________________________________________
17987 [ 12973] By: jhi                                   on 2001/11/13  13:42:40
17988         Log: Subject: [PATCH] Attack of the C loops, round 1
17989              From: Richard Soderberg <rs@oregonnet.com>
17990              Date: Mon, 12 Nov 2001 12:07:29 -0800
17991              Message-Id: <200111122007.MAA01994@oregonnet.com>
17992              
17993              Subject: [PATCH] bytecode.pl (tiny patch)
17994              From: Richard Soderberg <rs@oregonnet.com>
17995              Date: Mon, 12 Nov 2001 12:53:24 -0800
17996              Message-Id: <200111122053.MAA06272@oregonnet.com>
17997      Branch: perl
17998            ! bytecode.pl installhtml
17999 ____________________________________________________________________________
18000 [ 12972] By: jhi                                   on 2001/11/13  13:41:02
18001         Log: Subject: [PATCH] Update to Filter::Util::Call
18002              From: "Paul Marquess" <Paul_Marquess@yahoo.co.uk>
18003              Date: Sun, 11 Nov 2001 22:33:33 -0000
18004              Message-ID: <AIEAJICLCBDNAAOLLOKLAEKFDEAA.Paul_Marquess@Yahoo.co.uk>
18005              
18006              Use the new CXT* macros.
18007      Branch: perl
18008            ! ext/Filter/Util/Call/Call.pm ext/Filter/Util/Call/Call.xs
18009 ____________________________________________________________________________
18010 [ 12971] By: jhi                                   on 2001/11/13  13:31:34
18011         Log: Subject: [PATCH vms/ext/vmsish.* vms/descrip_mms.template MANIFEST] Making vmsish.pm a no-op on non-VMS  
18012              From: Michael G Schwern <schwern@pobox.com>
18013              Date: Mon, 12 Nov 2001 20:50:34 -0500
18014              Message-ID: <20011112205034.H2888@blackrider>
18015      Branch: perl
18016            + lib/vmsish.pm lib/vmsish.t
18017            - vms/ext/vmsish.pm vms/ext/vmsish.t
18018            ! MANIFEST vms/descrip_mms.template
18019 ____________________________________________________________________________
18020 [ 12970] By: jhi                                   on 2001/11/13  13:09:23
18021         Log: :utf8 works only with perlio.
18022      Branch: perl
18023            ! lib/open.t
18024 ____________________________________________________________________________
18025 [ 12969] By: jhi                                   on 2001/11/13  13:03:36
18026         Log: Subject: Re: @Config -"des" not quite working on VMS
18027              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
18028              Date: Tue, 13 Nov 2001 08:35:13 EST 
18029              Message-Id: <011113083447.28742@DUPHY4.Physics.Drexel.Edu>
18030      Branch: perl
18031            ! configure.com
18032 ____________________________________________________________________________
18033 [ 12968] By: jhi                                   on 2001/11/13  12:59:11
18034         Log: Subject: [PATCH] lib/charnames.pm 
18035              From: Jeffrey Friedl <jfriedl@yahoo.com>
18036              Date: Tue, 13 Nov 2001 00:36:21 -0800 (PST) 
18037              Message-Id: <200111130836.fAD8aLG76010@ventrue.corp.yahoo.com>
18038      Branch: perl
18039            ! lib/charnames.pm
18040 ____________________________________________________________________________
18041 [ 12967] By: pudge                                 on 2001/11/13  05:44:13
18042         Log: Docs for Mac::err.
18043      Branch: maint-5.6/macperl
18044            ! macos/ext/Mac/err/err.pm
18045 ____________________________________________________________________________
18046 [ 12966] By: pudge                                 on 2001/11/13  05:43:58
18047         Log: Some cleanup; change some globals to references for
18048              possible persistence later.
18049      Branch: maint-5.6/macperl
18050            ! macos/lib/Mac/Glue.pm
18051 ____________________________________________________________________________
18052 [ 12965] By: pudge                                 on 2001/11/13  05:42:59
18053         Log: Add in a bunch of Mac OS 9 constants for Mac::Files.
18054      Branch: maint-5.6/macperl
18055            ! macos/ext/Mac/Files/Files.pm
18056 ____________________________________________________________________________
18057 [ 12964] By: pudge                                 on 2001/11/13  05:42:35
18058         Log: Get Mac::Navigation to compile (bug #464684).
18059      Branch: maint-5.6/macperl
18060            ! macos/Makefile.mk macos/ext/Mac/Makefile.mk
18061            ! macos/ext/Mac/Navigation/Makefile.PL
18062            ! macos/ext/Mac/Navigation/Navigation.xs
18063            ! macos/macperl/Makefile.mk
18064 ____________________________________________________________________________
18065 [ 12963] By: pudge                                 on 2001/11/13  05:41:12
18066         Log: Add in modules and POD to help menu.
18067      Branch: maint-5.6/macperl
18068            ! macos/macperl/MacPerl.podhelp
18069 ____________________________________________________________________________
18070 [ 12962] By: pudge                                 on 2001/11/13  05:28:18
18071         Log: Update bundled modules.
18072      Branch: maint-5.6/macperl
18073            + macos/bundled_ext/Filter/t/FilterTest.pm
18074            + macos/bundled_ext/List/Util/t/shuffle.t
18075            + macos/bundled_ext/Storable/t/compat06.t
18076            + macos/bundled_ext/Storable/t/st-dump.pl
18077            + macos/bundled_ext/Time/HiRes/hints/dynixptx.pl
18078            + macos/bundled_lib/blib/lib/LWP/ConnCache.pm
18079            + macos/bundled_lib/blib/lib/LWP/Protocol/http10.pm
18080            + macos/bundled_lib/blib/lib/LWP/Protocol/https10.pm
18081            + macos/bundled_lib/blib/lib/LWP/Protocol/nogo.pm
18082            + macos/bundled_lib/blib/lib/Net/HTTP/NB.pm
18083            + macos/bundled_lib/blib/lib/lwpcook.pod
18084            + macos/bundled_lib/t/Filter/Simple/filter.t
18085            + macos/bundled_lib/t/Switch/t/given.t
18086            + macos/bundled_lib/t/Switch/t/nested.t
18087            + macos/bundled_lib/t/Switch/t/switch.t
18088            + macos/bundled_lib/t/Text/Balanced/t/extbrk.t
18089            + macos/bundled_lib/t/Text/Balanced/t/extcbk.t
18090            + macos/bundled_lib/t/Text/Balanced/t/extdel.t
18091            + macos/bundled_lib/t/Text/Balanced/t/extmul.t
18092            + macos/bundled_lib/t/Text/Balanced/t/extqlk.t
18093            + macos/bundled_lib/t/Text/Balanced/t/exttag.t
18094            + macos/bundled_lib/t/Text/Balanced/t/extvar.t
18095            + macos/bundled_lib/t/Text/Balanced/t/gentag.t
18096            + macos/bundled_lib/t/URI/rfc2732.t
18097            + macos/bundled_lib/t/libnet/config.t
18098            + macos/bundled_lib/t/libnet/libnet_t.pl
18099            + macos/bundled_lib/t/libwww-perl/live/google.t
18100            + macos/bundled_lib/t/libwww-perl/live/jigsaw-auth-b.t
18101            + macos/bundled_lib/t/libwww-perl/live/jigsaw-auth-d.t
18102            + macos/bundled_lib/t/libwww-perl/live/jigsaw-chunk.t
18103            + macos/bundled_lib/t/libwww-perl/live/jigsaw-md5.t
18104            + macos/bundled_lib/t/libwww-perl/live/jigsaw-neg.t
18105            + macos/bundled_lib/t/libwww-perl/live/jigsaw-te.t
18106            + macos/bundled_lib/t/libwww-perl/live/validator.t
18107            - macos/bundled_ext/Filter/t/MyFilter.pm
18108            - macos/bundled_ext/Storable/t/compat-0.6.t
18109            - macos/bundled_ext/Storable/t/dump.pl
18110            - macos/bundled_ext/Time/Piece/Makefile.PL
18111            - macos/bundled_ext/Time/Piece/Piece.pm
18112            - macos/bundled_ext/Time/Piece/Piece.t
18113            - macos/bundled_ext/Time/Piece/Piece.xs
18114            - macos/bundled_ext/Time/Piece/README
18115            - macos/bundled_ext/Time/Piece/Seconds.pm
18116            - macos/bundled_lib/blib/lib/LWP/Protocol/http11.pm
18117            - macos/bundled_lib/blib/lib/Net/DummyInetd.pm
18118            - macos/bundled_lib/blib/lib/Net/PH.pm
18119            - macos/bundled_lib/blib/lib/Net/SNPP.pm
18120            - macos/bundled_lib/blib/lib/Text/Balanced.pod
18121            - macos/bundled_lib/t/Filter/Simple/test.pl
18122            - macos/bundled_lib/t/Switch/test.pl
18123            - macos/bundled_lib/t/Text/Balanced/t/genxt.t
18124            - macos/bundled_lib/t/Text/Balanced/t/xbrak.t
18125            - macos/bundled_lib/t/Text/Balanced/t/xcode.t
18126            - macos/bundled_lib/t/Text/Balanced/t/xdeli.t
18127            - macos/bundled_lib/t/Text/Balanced/t/xmult.t
18128            - macos/bundled_lib/t/Text/Balanced/t/xquot.t
18129            - macos/bundled_lib/t/Text/Balanced/t/xtagg.t
18130            - macos/bundled_lib/t/Text/Balanced/t/xvari.t
18131            - macos/bundled_lib/t/libnet/ph.t
18132            ! (edit 125 files)
18133 ____________________________________________________________________________
18134 [ 12961] By: ams                                   on 2001/11/13  00:45:08
18135         Log: Subject: [PATCH pod/perlport.pod] exit docs out of order
18136              From: Michael G Schwern <schwern@pobox.com>
18137              Date: Mon, 12 Nov 2001 20:16:45 -0500
18138              Message-Id: <20011112201644.G2888@blackrider>
18139      Branch: perl
18140            ! pod/perlport.pod
18141 ____________________________________________________________________________
18142 [ 12960] By: ams                                   on 2001/11/12  23:54:00
18143         Log: Subject: [PATCH t/io/dup.t ext/IO/lib/IO/t/io_dup.t vms/test.com]
18144              Recoving dup tests for VMS
18145              From: Michael G Schwern <schwern@pobox.com>
18146              Date: Mon, 12 Nov 2001 19:35:33 -0500
18147              Message-Id: <20011112193533.D2888@blackrider>
18148      Branch: perl
18149            ! ext/IO/lib/IO/t/io_dup.t t/io/dup.t vms/test.com
18150 ____________________________________________________________________________
18151 [ 12959] By: jhi                                   on 2001/11/12  20:23:59
18152         Log: Update Changes.
18153      Branch: perl
18154            ! Changes patchlevel.h
18155 ____________________________________________________________________________
18156 [ 12958] By: jhi                                   on 2001/11/12  16:33:01
18157         Log: Subject: [Patch Perl@12856] MULTIPLICITY on VMS                
18158              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)             
18159              Date: Mon, 12 Nov 2001 12:35:18 EST 
18160              Message-Id: <011112123409.27041@DUPHY4.Physics.Drexel.Edu>
18161      Branch: perl
18162            ! ext/Cwd/Cwd.xs perlio.c vms/ext/Stdio/Stdio.xs
18163            ! vms/gen_shrfls.pl vms/sockadapt.c vms/vms.c
18164 ____________________________________________________________________________
18165 [ 12957] By: jhi                                   on 2001/11/12  15:26:37
18166         Log: Subject: [PATCH File::Spec::Win32::abs2rel] remove volume from result
18167              From: Barrie Slaymaker <barries@slaysys.com>
18168              Date: Mon, 12 Nov 2001 11:19:52 -0500
18169              Message-ID: <20011112111948.C7626@sizzle.whoville.com>
18170      Branch: perl
18171            ! lib/File/Spec.t lib/File/Spec/Win32.pm
18172 ____________________________________________________________________________
18173 [ 12956] By: jhi                                   on 2001/11/12  15:23:48
18174         Log: Subject: [PATCH Benchmark.pm] Add "none" style to cmpthese(), alter result
18175              From: Barrie Slaymaker <barries@slaysys.com>
18176              Date: Mon, 12 Nov 2001 11:07:36 -0500
18177              Message-ID: <20011112110733.B7626@sizzle.whoville.com>
18178      Branch: perl
18179            ! lib/Benchmark.pm
18180 ____________________________________________________________________________
18181 [ 12955] By: jhi                                   on 2001/11/12  15:22:23
18182         Log: Misplaced test, noticed by Barrie Slaymaker.
18183              (We are missing Benchmark tests, then.)
18184      Branch: perl
18185            + ext/Devel/DProf/DProf.t
18186            - lib/Benchmark.t
18187            ! MANIFEST
18188 ____________________________________________________________________________
18189 [ 12954] By: jhi                                   on 2001/11/12  14:50:44
18190         Log: Subject: [PATCH] a few typo fixes 
18191              From: Jeffrey Friedl <jfriedl@yahoo.com>
18192              Date: Sun, 11 Nov 2001 21:15:18 -0800 (PST)
18193              Message-Id: <200111120515.fAC5FIc74795@ventrue.corp.yahoo.com>
18194              
18195              Patching README.foo instead of pod/perlfoo.pod,
18196              not patching Math::BigInt (Tels will take care of that),
18197              dropping broken hv.c and sv.h patches, patching libnetcfg.PL
18198              and perldoc.PL instead of libnetcfg and perldoc, patching
18199              ext/Digest/MD5/t/files.t since MD5.pm was changed.
18200      Branch: perl
18201            ! (edit 109 files)
18202 ____________________________________________________________________________
18203 [ 12953] By: jhi                                   on 2001/11/12  13:11:55
18204         Log: Add a note about the dangers of bad UTF-8.
18205      Branch: perl
18206            ! pod/perlunicode.pod
18207 ____________________________________________________________________________
18208 [ 12952] By: jhi                                   on 2001/11/12  12:54:52
18209         Log: NetWare Nit from Ananth Kesari.
18210      Branch: perl
18211            ! NetWare/config.wc
18212 ____________________________________________________________________________
18213 [ 12951] By: jhi                                   on 2001/11/12  12:32:13
18214         Log: Ooops.  I was "fixing" the wrong routine in #12947 and #12950.
18215      Branch: perl
18216            ! ext/Encode/Encode.pm
18217 ____________________________________________________________________________
18218 [ 12950] By: jhi                                   on 2001/11/12  12:14:53
18219         Log: (retracted by #12951)
18220      Branch: perl
18221            ! ext/Encode/Encode.pm
18222 ____________________________________________________________________________
18223 [ 12949] By: ams                                   on 2001/11/12  06:40:18
18224         Log: Subject: [PATCH] Re: [ID 20011111.105] qr/$ARGV[0]/ not tainted
18225              From: Robert Spier <rspier@pobox.com>
18226              Date: Sun, 11 Nov 2001 18:50:18 -0800
18227              Message-Id: <15343.14570.121505.233336@rls.cx>
18228              
18229              Subject: Re: [PATCH] Re: [ID 20011111.105] qr/$ARGV[0]/ not tainted
18230              From: Rick Delaney <rick.delaney@home.com>
18231              Date: 12 Nov 2001 00:15:52 -0500
18232              Message-Id: <m3wv0wmuwn.fsf@cs839290-a.mtth1.on.wave.home.com>
18233      Branch: perl
18234            ! pp_hot.c t/op/taint.t
18235 ____________________________________________________________________________
18236 [ 12948] By: jhi                                   on 2001/11/12  01:23:58
18237         Log: It seems that we actually have this detail implemented
18238              as for as Level 1 Support of Unicode regex support is
18239              concerned: at Level 1 only 1:1 support for loose
18240              (aka caseless, aka caseigoring ) matching is required.
18241      Branch: perl
18242            ! pod/perlunicode.pod
18243 ____________________________________________________________________________
18244 [ 12947] By: jhi                                   on 2001/11/11  21:41:44
18245         Log: (retracted by #12951)
18246      Branch: perl
18247            ! ext/Encode/Encode.pm
18248 ____________________________________________________________________________
18249 [ 12946] By: jhi                                   on 2001/11/11  21:09:31
18250         Log: BOM, bom, Bom.
18251      Branch: perl
18252            ! pod/perlunicode.pod
18253 ____________________________________________________________________________
18254 [ 12945] By: jhi                                   on 2001/11/11  21:07:18
18255         Log: Upgrade to Math::BigInt 1.46.
18256      Branch: perl
18257            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm
18258            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bigfltpm.inc
18259            ! lib/Math/BigInt/t/bigfltpm.t lib/Math/BigInt/t/bigintc.t
18260            ! lib/Math/BigInt/t/calling.t lib/Math/BigInt/t/mbimbf.t
18261            ! lib/Math/BigInt/t/sub_mbf.t lib/Math/BigInt/t/sub_mbi.t
18262 ____________________________________________________________________________
18263 [ 12944] By: jhi                                   on 2001/11/11  18:52:22
18264         Log: Subject: Re: PERFORCE change 12943 for review
18265              From: "Philip Newton" <Philip.Newton@gmx.net>
18266              Date: Sun, 11 Nov 2001 20:53:36 +0100
18267              Message-ID: <20011111.204950@ID-11583.news.dfncis.de>           
18268      Branch: perl
18269            ! pod/perlunicode.pod
18270 ____________________________________________________________________________
18271 [ 12943] By: jhi                                   on 2001/11/11  18:00:03
18272         Log: Doc updates; make the Unicode discussions a little
18273              bit less alarming, and add information about encodings,
18274              surrogates, and BOMs.
18275      Branch: perl
18276            ! pod/perlunicode.pod
18277 ____________________________________________________________________________
18278 [ 12942] By: ams                                   on 2001/11/11  16:45:00
18279         Log: Subject: [PATCH @12917] Unicode::Collate v0.09
18280              From: =?ISO-2022-JP?B?GyRCRGdXIkNOOVQbKEI=?= <bqw10602@nifty.com>
18281              Date: Mon, 12 Nov 2001 00:22:57 +0900
18282              Message-Id: <20011112002232.BD46.BQW10602@nifty.com>
18283      Branch: perl
18284            ! lib/Unicode/Collate.pm lib/Unicode/Collate/Changes
18285            ! lib/Unicode/Collate/README lib/Unicode/Collate/t/test.t
18286 ____________________________________________________________________________
18287 [ 12941] By: ams                                   on 2001/11/11  13:01:40
18288         Log: Subject: Re: PERFORCE change 12929 for review
18289              From: "Philip Newton" <Philip.Newton@gmx.net>
18290              Date: Sun, 11 Nov 2001 14:27:44 +0100
18291              Message-Id: <20011111.142505@ID-11583.news.dfncis.de>
18292      Branch: perl
18293            ! MANIFEST
18294 ____________________________________________________________________________
18295 [ 12940] By: ams                                   on 2001/11/11  05:06:43
18296         Log: Subject: [PATCH t/op/chdir.t] %ENV protection
18297              From: Michael G Schwern <schwern@pobox.com>
18298              Date: Thu, 8 Nov 2001 22:56:45 -0500
18299              Message-Id: <20011108225645.H5587@blackrider>
18300      Branch: perl
18301            ! t/op/chdir.t
18302 ____________________________________________________________________________
18303 [ 12939] By: ams                                   on 2001/11/11  05:01:00
18304         Log: Subject: [PATCH ext/Cwd/t/cwd.t] VMS fixage and cleanup
18305              From: Michael G Schwern <schwern@pobox.com>
18306              Date: Sun, 11 Nov 2001 00:54:43 -0500
18307              Message-Id: <20011111005443.A24450@blackrider>
18308      Branch: perl
18309            ! ext/Cwd/t/cwd.t
18310 ____________________________________________________________________________
18311 [ 12938] By: ams                                   on 2001/11/11  03:25:13
18312         Log: Subject: [PATCH lib/File/stat.pm lib/File/stat.t]
18313              (was Re: [ID 20011110.104] File::stat vs. $! conflict)
18314              From: "chromatic" <chromatic@rmci.net>
18315              Date: Sat, 10 Nov 2001 21:03:20 -0700
18316              Message-Id: <20011111041025.12984.qmail@onion.perl.org>
18317      Branch: perl
18318            ! lib/File/stat.pm lib/File/stat.t
18319 ____________________________________________________________________________
18320 [ 12937] By: ams                                   on 2001/11/11  02:05:23
18321         Log: Subject: Re: [PATCH] resurrect t/op/magic.t on VMS
18322              From: "Craig A. Berry" <craigberry@mac.com>
18323              Date: Sat, 10 Nov 2001 17:23:52 -0600
18324              Message-Id: <5.1.0.14.2.20011110171532.028bcaa8@mail.mac.com>
18325      Branch: perl
18326            ! t/op/magic.t
18327 ____________________________________________________________________________
18328 [ 12936] By: jhi                                   on 2001/11/10  18:55:21
18329         Log: Bah.  %X doesn't mean 0xC1, it means 0XC1.  So let's %x.
18330      Branch: perl
18331            ! lib/open.pm lib/open.t
18332 ____________________________________________________________________________
18333 [ 12935] By: jhi                                   on 2001/11/10  17:47:21
18334         Log: The Official name of ASCII.
18335      Branch: perl
18336            ! ext/Encode/Encode.pm
18337 ____________________________________________________________________________
18338 [ 12934] By: jhi                                   on 2001/11/10  17:44:27
18339         Log: The KOI8-R example wasn't quite right.
18340      Branch: perl
18341            ! lib/open.pm lib/open.t
18342 ____________________________________________________________________________
18343 [ 12933] By: jhi                                   on 2001/11/10  17:30:52
18344         Log: Enhance the open pragma to support :utf8, :locale,
18345              and :encoding directly as special cases, and rename
18346              the INOUT to IO.
18347      Branch: perl
18348            ! ext/Encode/Encode.pm lib/open.pm lib/open.t perlio.c
18349 ____________________________________________________________________________
18350 [ 12932] By: jhi                                   on 2001/11/10  15:15:29
18351         Log: Document the UTF-16 surrogate encoding and decoding.
18352      Branch: perl
18353            ! ext/Encode/Encode.pm
18354 ____________________________________________________________________________
18355 [ 12931] By: jhi                                   on 2001/11/10  15:05:56
18356         Log: A potential recursion breaker.
18357      Branch: perl
18358            ! sv.c
18359 ____________________________________________________________________________
18360 [ 12930] By: ams                                   on 2001/11/10  07:46:53
18361         Log: Subject: [PATCH] Add core switch to CGI.pm distribution tests
18362              (was Re: perl@12892)
18363              From: "chromatic" <chromatic@rmci.net>
18364              Date: Sat, 10 Nov 2001 01:28:09 -0700
18365              Message-Id: <20011110083514.86488.qmail@onion.perl.org>
18366      Branch: perl
18367            ! lib/CGI/t/apache.t lib/CGI/t/carp.t lib/CGI/t/cookie.t
18368            ! lib/CGI/t/fast.t lib/CGI/t/form.t lib/CGI/t/function.t
18369            ! lib/CGI/t/html.t lib/CGI/t/pretty.t lib/CGI/t/push.t
18370            ! lib/CGI/t/request.t lib/CGI/t/switch.t lib/CGI/t/util.t
18371 ____________________________________________________________________________
18372 [ 12929] By: jhi                                   on 2001/11/10  06:38:07
18373         Log: Add a test for the bytes pragma.
18374      Branch: perl
18375            + lib/bytes.t
18376            ! MANIFEST
18377 ____________________________________________________________________________
18378 [ 12928] By: jhi                                   on 2001/11/10  06:10:39
18379         Log: Doc update.
18380      Branch: perl
18381            ! lib/bytes.pm
18382 ____________________________________________________________________________
18383 [ 12927] By: jhi                                   on 2001/11/10  04:19:44
18384         Log: Cease to exist.
18385      Branch: perl
18386            - lib/Unicode/Normalize.pm
18387 ____________________________________________________________________________
18388 [ 12926] By: ams                                   on 2001/11/10  03:23:16
18389         Log: Subject: [patch] my_setenv speedup + fixes
18390              From: Doug MacEachern <dougm@covalent.net>
18391              Date: Fri, 9 Nov 2001 18:13:18 -0800 (PST)
18392              Message-Id: <Pine.LNX.4.21.0111091808500.22397-100000@localhost>
18393      Branch: perl
18394            ! util.c
18395 ____________________________________________________________________________
18396 [ 12925] By: jhi                                   on 2001/11/10  01:55:13
18397         Log: Newline trouble.
18398      Branch: perl
18399            ! lib/ExtUtils/Embed.t
18400 ____________________________________________________________________________
18401 [ 12924] By: jhi                                   on 2001/11/10  01:42:29
18402         Log: Subject: [PATCH perl@12917] vms/munchconfig.c line length fix
18403              From: "Craig A. Berry" <craigberry@mac.com>
18404              Date: Fri, 09 Nov 2001 18:13:16 -0600
18405              Message-Id: <5.1.0.14.2.20011109180651.02b31d20@exchi01>
18406      Branch: perl
18407            ! vms/munchconfig.c
18408 ____________________________________________________________________________
18409 [ 12923] By: jhi                                   on 2001/11/10  01:39:01
18410         Log: Subject: [PATCH] new tests for swiches -n -p -a -F
18411              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
18412              Date: Sat, 10 Nov 2001 00:10:45 +0100
18413              Message-ID: <20011110001045.A11945@rafael>
18414      Branch: perl
18415            + t/run/noswitch.t t/run/switchF.t t/run/switcha.t
18416            + t/run/switchn.t t/run/switchp.t
18417            ! MANIFEST
18418 ____________________________________________________________________________
18419 [ 12922] By: jhi                                   on 2001/11/10  01:34:51
18420         Log: Subject: [PATCH] some tests not cleaning up properly               
18421              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr> 
18422              Date: Fri, 9 Nov 2001 22:13:10 +0100
18423              Message-ID: <20011109221310.A11115@rafael>
18424      Branch: perl
18425            ! ext/Cwd/t/cwd.t t/io/argv.t
18426 ____________________________________________________________________________
18427 [ 12921] By: jhi                                   on 2001/11/10  01:32:52
18428         Log: Subject: [Patch Perl@12892] a *real* Embed test for VMS           
18429              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
18430              Date: Fri, 9 Nov 2001 15:07:19 EST
18431              Message-Id: <011109150622.16fb0@DUPHY4.Physics.Drexel.Edu>
18432      Branch: perl
18433            ! lib/ExtUtils/Embed.t
18434 ____________________________________________________________________________
18435 [ 12920] By: dougm                                 on 2001/11/10  00:34:50
18436         Log: when PERL_USE_SAFE_PUTENV is defined environ will not
18437              have been copied so it shouldn't be freed in perl_destruct()
18438      Branch: perl
18439            ! perl.c
18440 ____________________________________________________________________________
18441 [ 12919] By: ams                                   on 2001/11/09  15:36:22
18442         Log: Subject: [PATCH ext/Cwd/t/cwd.t] Cwd test not cleaning up after itself
18443              From: Michael G Schwern <schwern@pobox.com>
18444              Date: Fri, 9 Nov 2001 00:38:59 -0500
18445              Message-Id: <20011109003859.K5587@blackrider>
18446              (Applied with directory name changes suggested by Craig Berry.)
18447      Branch: perl
18448            ! ext/Cwd/t/cwd.t
18449 ____________________________________________________________________________
18450 [ 12918] By: ams                                   on 2001/11/09  15:29:15
18451         Log: Subject: [PATCH vms/ext/filespec.t] Cleanup & fix of unsafe filename
18452              From: Michael G Schwern <schwern@pobox.com>
18453              Date: Fri, 9 Nov 2001 01:44:14 -0500
18454              Message-Id: <20011109014414.N5587@blackrider>
18455      Branch: perl
18456            ! vms/ext/filespec.t
18457 ____________________________________________________________________________
18458 [ 12917] By: jhi                                   on 2001/11/09  14:39:14
18459         Log: Update Changes.
18460      Branch: perl
18461            ! Changes patchlevel.h
18462 ____________________________________________________________________________
18463 [ 12916] By: jhi                                   on 2001/11/09  14:33:39
18464         Log: Regen toc.
18465      Branch: perl
18466            ! pod/perltoc.pod
18467 ____________________________________________________________________________
18468 [ 12915] By: jhi                                   on 2001/11/09  14:08:30
18469         Log: JPL sync: CVSROOT=:pserver:anoncvs@as220.org:/home/cvsroot,
18470              see http://www.jepstone.net/bjepson//jpl/cvs.html
18471      Branch: perl
18472            ! jpl/JNI/JNI.xs jpl/JNI/Makefile.PL
18473 ____________________________________________________________________________
18474 [ 12914] By: ams                                   on 2001/11/09  14:05:12
18475         Log: Subject: [PATCH vms/test.com] VMS test.com running in wrong order?
18476              From: Michael G Schwern <schwern@pobox.com>
18477              Date: Thu, 8 Nov 2001 22:05:49 -0500
18478              Message-Id: <20011108220549.F5587@blackrider>
18479      Branch: perl
18480            ! vms/test.com
18481 ____________________________________________________________________________
18482 [ 12913] By: jhi                                   on 2001/11/09  13:54:23
18483         Log: NetWare update from Ananth Kesari.
18484      Branch: perl
18485            ! NetWare/Makefile NetWare/config_H.wc NetWare/nwstdio.h
18486 ____________________________________________________________________________
18487 [ 12912] By: ams                                   on 2001/11/09  13:40:26
18488         Log: Subject: [PATCH ID 20011109.100] #!perl -F...
18489              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
18490              Date: Fri, 9 Nov 2001 14:32:28 +0100
18491              Message-Id: <20011109143228.A18996@rafael>
18492      Branch: perl
18493            ! perl.c
18494 ____________________________________________________________________________
18495 [ 12911] By: jhi                                   on 2001/11/09  13:37:01
18496         Log: FAQ sync.
18497      Branch: perl
18498            ! pod/perlfaq1.pod pod/perlfaq2.pod pod/perlfaq3.pod
18499            ! pod/perlfaq4.pod pod/perlfaq5.pod pod/perlfaq6.pod
18500            ! pod/perlfaq7.pod pod/perlfaq8.pod pod/perlfaq9.pod
18501 ____________________________________________________________________________
18502 [ 12910] By: ams                                   on 2001/11/09  07:33:49
18503         Log: Subject: [PATCH lib/File/Find/t/find.t] Helpful File::Find debugging code
18504              From: Michael G Schwern <schwern@pobox.com>
18505              Date: Fri, 9 Nov 2001 00:41:56 -0500
18506              Message-Id: <20011109004156.L5587@blackrider>
18507      Branch: perl
18508            ! lib/File/Find/t/find.t
18509 ____________________________________________________________________________
18510 [ 12909] By: jhi                                   on 2001/11/09  00:23:40
18511         Log: Upgrade to Unicode::Normalize 0.10, now in XS.
18512              The CPAN distribution has both pm and XS implementations,
18513              and for performance reasons we choose the XS.
18514              Another reason to choose the XS is that it doesn't
18515              require Lingua::KO::Hangul::Util, which means that
18516              we can delete that-- which in turn means that Unicode::UCD
18517              cannot expect that: support it, but don't expect.
18518              Ditto Unicode::Collate.
18519              
18520              Note that Unicode::Normalize Makefile.PL and
18521              Normalize.xs have been modified from the CPAN 0.10
18522              versions: the first one to be simpler (no pm) and
18523              clean up the generated unf*.h files, the second one
18524              to quench compiler grumblings.  Must notify Sadahiro
18525              about these changes.
18526      Branch: perl
18527            + ext/Unicode/Normalize/Changes
18528            + ext/Unicode/Normalize/Makefile.PL
18529            + ext/Unicode/Normalize/Normalize.pm
18530            + ext/Unicode/Normalize/Normalize.pod
18531            + ext/Unicode/Normalize/Normalize.xs
18532            + ext/Unicode/Normalize/README ext/Unicode/Normalize/mkheader
18533            + ext/Unicode/Normalize/t/func.t ext/Unicode/Normalize/t/norm.t
18534            + ext/Unicode/Normalize/t/test.t
18535            - lib/Lingua/KO/Hangul/Util.pm lib/Lingua/KO/Hangul/Util/Changes
18536            - lib/Lingua/KO/Hangul/Util/README
18537            - lib/Lingua/KO/Hangul/Util/t/test.t
18538            - lib/Unicode/Normalize/Changes lib/Unicode/Normalize/README
18539            - lib/Unicode/Normalize/t/norm.t lib/Unicode/Normalize/t/test.t
18540            ! MANIFEST NetWare/Makefile djgpp/config.over epoc/config.sh
18541            ! hints/uwin.sh hints/vmesa.sh lib/Unicode/Collate.pm
18542            ! lib/Unicode/UCD.pm lib/Unicode/UCD.t win32/Makefile
18543            ! win32/makefile.mk
18544 ____________________________________________________________________________
18545 [ 12908] By: jhi                                   on 2001/11/08  23:49:42
18546         Log: Test miscounting.
18547      Branch: perl
18548            ! ext/POSIX/t/posix.t
18549 ____________________________________________________________________________
18550 [ 12907] By: jhi                                   on 2001/11/08  22:06:31
18551         Log: Quote the variables in failures messages more nicely.
18552      Branch: perl
18553            ! t/test.pl
18554 ____________________________________________________________________________
18555 [ 12906] By: jhi                                   on 2001/11/08  21:55:32
18556         Log: Subject: [PATCH t/test.pl ext/POSIX/t/posix.t vms/test.com] POSIX cleanup
18557              From: Michael G Schwern <schwern@pobox.com>
18558              Date: Thu, 8 Nov 2001 17:24:49 -0500
18559              Message-ID: <20011108172449.A5587@blackrider>
18560              
18561              Subject: Re: [PATCH t/test.pl ext/POSIX/t/posix.t vms/test.com] POSIX cleanup
18562              From: "Craig A. Berry" <craigberry@mac.com>
18563              Date: Thu, 8 Nov 2001 16:35:00 -0600
18564              Message-Id: <a05101000b810b89c5c5a@[172.16.52.1]>
18565      Branch: perl
18566            ! ext/POSIX/t/posix.t t/test.pl vms/test.com
18567 ____________________________________________________________________________
18568 [ 12905] By: jhi                                   on 2001/11/08  21:51:51
18569         Log: Subject: [PATCH] RE: Win2k / Cygwin-1.3.3
18570              From: "Paul Marquess" <Paul_Marquess@yahoo.co.uk>
18571              Date: Thu, 8 Nov 2001 22:52:50 -0000
18572              Message-ID: <AIEAJICLCBDNAAOLLOKLKEHNDEAA.Paul_Marquess@Yahoo.co.uk>
18573      Branch: perl
18574            ! ext/DB_File/t/db-recno.t
18575 ____________________________________________________________________________
18576 [ 12904] By: jhi                                   on 2001/11/08  21:49:20
18577         Log: Unicode::UCD is not yet supported in EBCDIC platforms.
18578              (Probably not an EBCDIC issue the way one would think
18579              since no chr() et alia are used in UCD.pm.)
18580      Branch: perl
18581            ! lib/Unicode/UCD.pm lib/Unicode/UCD.t
18582 ____________________________________________________________________________
18583 [ 12903] By: jhi                                   on 2001/11/08  15:16:49
18584         Log: Whether overwriting the $self->{...} values (see #12902)
18585              is a good policy or not is debatable, but let's at least
18586              be consistent.
18587      Branch: perl
18588            ! lib/ExtUtils/MM_Unix.pm
18589 ____________________________________________________________________________
18590 [ 12902] By: jhi                                   on 2001/11/08  15:13:15
18591         Log: The MakeMaker argument () quoting patch that sneaked
18592              in at #12883 didn't handle make macros like this $(...).
18593              Leaning toothpicks, we've got them.
18594      Branch: perl
18595            ! lib/ExtUtils/MM_Unix.pm
18596 ____________________________________________________________________________
18597 [ 12901] By: jhi                                   on 2001/11/08  14:28:38
18598         Log: Subject: Re: [PATCH t/io/argv.t vms/test.com t/test.pl] argv.t cleanup & fixes for VMS
18599              From: Michael G Schwern <schwern@pobox.com>
18600              Date: Wed, 7 Nov 2001 02:02:29 -0500
18601              Message-ID: <20011107020229.K2858@blackrider>
18602      Branch: perl
18603            ! t/io/argv.t t/test.pl vms/test.com
18604 ____________________________________________________________________________
18605 [ 12900] By: jhi                                   on 2001/11/08  14:14:40
18606         Log: Subject: [PATCH 20011106.084] -s on #! line 
18607              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
18608              Date: Wed, 7 Nov 2001 22:23:39 +0100
18609              Message-ID: <20011107222339.E729@rafael>
18610      Branch: perl
18611            ! embed.h embed.pl perl.c proto.h toke.c
18612 ____________________________________________________________________________
18613 [ 12899] By: jhi                                   on 2001/11/08  13:46:02
18614         Log: Subject: [REPATCH] Re: [PATCH pod/perlhack.pod] When to use what test libraries
18615              From: Michael G Schwern <schwern@pobox.com>
18616              Date: Wed, 7 Nov 2001 16:52:49 -0500
18617              Message-ID: <20011107165249.I7346@blackrider>
18618      Branch: perl
18619            ! pod/perlhack.pod
18620 ____________________________________________________________________________
18621 [ 12898] By: ams                                   on 2001/11/08  13:02:19
18622         Log: Subject: Re: replace http://www.perl.com/CPAN/ with http://www.cpan.org/
18623              From: Mark-Jason Dominus <mjd@plover.com>
18624              Date: Thu, 08 Nov 2001 08:59:02 -0500
18625              Message-Id: <20011108135902.2275.qmail@plover.com>
18626      Branch: perl
18627            ! INSTALL README README.amiga README.os2 README.vms
18628            ! lib/I18N/LangTags.pm lib/I18N/LangTags/README
18629            ! lib/Locale/Maketext/README win32/Makefile win32/makefile.mk
18630 ____________________________________________________________________________
18631 [ 12897] By: ams                                   on 2001/11/08  12:49:28
18632         Log: Subject: replace http://www.perl.com/CPAN/ with http://www.cpan.org/
18633              From: mjd@plover.com
18634              Date: 8 Nov 2001 13:33:18 -0000
18635              Message-Id: <20011108133318.1786.qmail@plover.com>
18636      Branch: perl
18637            ! Porting/pumpkin.pod lib/Net/libnetFAQ.pod pod/perldiag.pod
18638            ! pod/perlfaq1.pod pod/perlfaq2.pod pod/perlfaq3.pod
18639            ! pod/perlfaq4.pod pod/perlfaq5.pod pod/perlfaq6.pod
18640            ! pod/perlfaq8.pod pod/perlfaq9.pod pod/perlmodinstall.pod
18641            ! pod/perlport.pod pod/perlvar.pod
18642 ____________________________________________________________________________
18643 [ 12896] By: ams                                   on 2001/11/08  11:22:12
18644         Log: open(FH, $file) should strip leading and trailing whitespace.
18645      Branch: perl
18646            ! doio.c
18647 ____________________________________________________________________________
18648 [ 12895] By: ams                                   on 2001/11/08  10:17:14
18649         Log: Subject: [PATCH] resurrect t/op/glob.t on VMS
18650              From: "Craig A. Berry" <craigberry@mac.com>
18651              Date: Wed, 07 Nov 2001 13:41:50 -0600
18652              Message-Id: <5.1.0.14.2.20011107133422.02419350@exchi01>
18653      Branch: perl
18654            ! t/op/glob.t
18655 ____________________________________________________________________________
18656 [ 12894] By: ams                                   on 2001/11/08  08:32:20
18657         Log: Subject: [ID 20011108.092] makedepend bug with new gcc
18658              From: Alexander Klimov <ask@wisdom.weizmann.ac.il>
18659              Date: Thu, 8 Nov 2001 10:00:29 +0200 (IST)
18660              Message-Id: <Pine.GSO.4.40.0111080952570.12110-100000@dardar.wisdom.weizmann.ac.il>
18661      Branch: perl
18662            ! makedepend.SH
18663 ____________________________________________________________________________
18664 [ 12893] By: ams                                   on 2001/11/08  08:26:31
18665         Log: Subject: bleadperl perldebug.pod: mention perldebtut.pod
18666              From: mjd@plover.com
18667              Date: 8 Nov 2001 08:08:07 -0000
18668              Message-Id: <20011108080807.30147.qmail@plover.com>
18669              
18670              Subject: bleadperl perl.pod
18671              From: mjd@plover.com
18672              Date: 8 Nov 2001 08:10:47 -0000
18673              Message-Id: <20011108081047.30178.qmail@plover.com>
18674              
18675              Subject: more bleadperl perl.pod
18676              From: mjd@plover.com
18677              Date: 8 Nov 2001 08:16:28 -0000
18678              Message-Id: <20011108081628.30229.qmail@plover.com>
18679      Branch: perl
18680            ! pod/perl.pod pod/perldebug.pod
18681 ____________________________________________________________________________
18682 [ 12892] By: jhi                                   on 2001/11/07  16:01:37
18683         Log: Tweak for Cray-friendliness from Nicholas Clark.
18684      Branch: perl
18685            ! sv.c
18686 ____________________________________________________________________________
18687 [ 12891] By: jhi                                   on 2001/11/07  15:54:24
18688         Log: VMS patch redo from Charles Lane.
18689      Branch: perl
18690            ! vms/gen_shrfls.pl
18691 ____________________________________________________________________________
18692 [ 12890] By: ams                                   on 2001/11/07  15:16:10
18693         Log: Subject: [ID 20011107.088] two perl pod nits
18694              From: lvirden@cas.org
18695              Date: Wed, 7 Nov 2001 11:09:34 -0500 (EST)
18696              Message-Id: <200111071609.fA7G9YW24607@lwv26awu.cas.org>
18697      Branch: perl
18698            ! pod/perl.pod pod/perlfaq3.pod
18699 ____________________________________________________________________________
18700 [ 12889] By: jhi                                   on 2001/11/07  15:07:18
18701         Log: Update Changes.
18702      Branch: perl
18703            ! Changes patchlevel.h
18704 ____________________________________________________________________________
18705 [ 12888] By: jhi                                   on 2001/11/07  14:26:42
18706         Log: The (emulated) "no utf8" must be in a BEGIN block
18707              to be effective.
18708      Branch: perl
18709            ! lib/CGI/t/html.t
18710 ____________________________________________________________________________
18711 [ 12887] By: jhi                                   on 2001/11/07  13:52:58
18712         Log: "v-strings" is the right term.
18713      Branch: perl
18714            ! pod/perltodo.pod
18715 ____________________________________________________________________________
18716 [ 12886] By: jhi                                   on 2001/11/07  13:48:36
18717         Log: Add vstrings-as-objects need to perltodo.
18718      Branch: perl
18719            ! pod/perltodo.pod
18720 ____________________________________________________________________________
18721 [ 12885] By: jhi                                   on 2001/11/07  13:43:33
18722         Log: Subject: Re: SunOS 5.8 is FUN! (and not quite ok, either) - @12876, gcc and suncc
18723              From: Nicholas Clark <nick@ccl4.org>
18724              Date: Wed, 7 Nov 2001 14:36:32 +0000
18725              Message-ID: <20011107143631.I24980@plum.flirble.org>
18726      Branch: perl
18727            ! t/op/pack.t
18728 ____________________________________________________________________________
18729 [ 12884] By: jhi                                   on 2001/11/07  13:34:44
18730         Log: The Embed test requires a major rewrite for VMS
18731              (plus it reveals a couple of annoying glitches
18732              in buffering), so skip the test for now; from
18733              Charles Lane.
18734      Branch: perl
18735            ! lib/ExtUtils/Embed.t
18736 ____________________________________________________________________________
18737 [ 12883] By: jhi                                   on 2001/11/07  13:33:16
18738         Log: Subject: [PATCH Perl@12856] vms/gen_shrfls.pl more general config.sh parsing
18739              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
18740              Date: Wed, 7 Nov 2001 09:23:28 EST
18741              Message-Id: <011107092325.11726@DUPHY4.Physics.Drexel.Edu>
18742              
18743              (Also i seems that an unrelated experimental patch
18744              to lib/ExtUtils/MM_Unix.pm was accidentally included.)
18745      Branch: perl
18746            ! lib/ExtUtils/MM_Unix.pm vms/gen_shrfls.pl
18747 ____________________________________________________________________________
18748 [ 12882] By: ams                                   on 2001/11/07  05:14:04
18749         Log: Subject: Re: [ID 20011106.083] $dbline[$i] == 0 generates warnings
18750              From: Mark-Jason Dominus <mjd@plover.com>
18751              Date: Wed, 07 Nov 2001 00:43:46 -0500
18752              Message-Id: <20011107054346.14428.qmail@plover.com>
18753      Branch: perl
18754            ! gv.c op.c toke.c
18755 ____________________________________________________________________________
18756 [ 12881] By: jhi                                   on 2001/11/07  03:33:08
18757         Log: Subject: [PATCH lib/perl5db.pl] Mentioning perldebguts   
18758              From: Michael G Schwern <schwern@pobox.com>             
18759              Date: Tue, 6 Nov 2001 22:04:39 -0500
18760              Message-ID: <20011106220439.D2858@blackrider>              
18761      Branch: perl
18762            ! lib/perl5db.pl
18763 ____________________________________________________________________________
18764 [ 12880] By: jhi                                   on 2001/11/07  01:35:30
18765         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
18766              stress))
18767              From: Jonathan Stowe <gellyfish@gellyfish.com>
18768              Date: Tue, 6 Nov 2001 06:54:37 +0000 (GMT)
18769              Message-ID: <Pine.LNX.4.33.0111060651210.315-100000@orpheus.gellyfish.com>
18770              
18771              (except for one hunk where indentation differs)
18772      Branch: perl
18773            ! lib/Term/Cap.t
18774 ____________________________________________________________________________
18775 [ 12879] By: jhi                                   on 2001/11/07  01:22:40
18776         Log: Subject: [PATCH File::Spec::*] a bunch of untested patches
18777              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
18778              Date: Tue, 6 Nov 2001 21:45:01 +0100
18779              Message-ID: <20011106214501.A704@rafael>
18780      Branch: perl
18781            ! lib/File/Spec/OS2.pm lib/File/Spec/VMS.pm
18782            ! lib/File/Spec/Win32.pm
18783 ____________________________________________________________________________
18784 [ 12878] By: jhi                                   on 2001/11/07  01:06:41
18785         Log: Subject: [PATCH t/test.pl] Adding isnt() and next_test() 
18786              From: Michael G Schwern <schwern@pobox.com>              
18787              Date: Tue, 6 Nov 2001 20:58:45 -0500
18788              Message-ID: <20011106205845.G29411@blackrider>
18789      Branch: perl
18790            ! t/test.pl
18791 ____________________________________________________________________________
18792 [ 12877] By: jhi                                   on 2001/11/07  01:01:18
18793         Log: Subject: making do_sprintf public       
18794              From: Doug MacEachern <dougm@covalent.net>    
18795              Date: Tue, 6 Nov 2001 10:52:31 -0800 (PST)
18796              Message-ID: <Pine.LNX.4.21.0111061051250.27804-100000@localhost>
18797      Branch: perl
18798            ! embed.h embed.pl global.sym
18799 ____________________________________________________________________________
18800 [ 12876] By: jhi                                   on 2001/11/06  22:12:28
18801         Log: Update to CGI.pm 2.78.
18802              
18803              TODO: the test suite needs to be merged so that
18804              when in core, the core version is tested, and when
18805              using the CPAN version, testing the CPAN version.
18806              (the changes need to be sent to Lincoln, too...)
18807      Branch: perl
18808            ! lib/CGI.pm lib/CGI/Apache.pm lib/CGI/Carp.pm lib/CGI/Cookie.pm
18809            ! lib/CGI/Pretty.pm lib/CGI/Switch.pm lib/CGI/Util.pm
18810            ! lib/CGI/t/apache.t lib/CGI/t/carp.t lib/CGI/t/cookie.t
18811            ! lib/CGI/t/fast.t lib/CGI/t/form.t lib/CGI/t/function.t
18812            ! lib/CGI/t/html.t lib/CGI/t/pretty.t lib/CGI/t/push.t
18813            ! lib/CGI/t/request.t lib/CGI/t/switch.t lib/CGI/t/util.t
18814 ____________________________________________________________________________
18815 [ 12875] By: jhi                                   on 2001/11/06  22:10:03
18816         Log: Integrate with perlio; (strictly) readonly hashes via XS.
18817      Branch: perl
18818           +> t/lib/access.t
18819           !> MANIFEST ext/B/t/stash.t hv.c pod/perldiag.pod universal.c
18820 ____________________________________________________________________________
18821 [ 12874] By: nick                                  on 2001/11/06  21:05:16
18822         Log: Keep It Simple and Stupid version of readonly hash support.
18823              - Test for SvREAONLY(hv) at a few spots in hv.c
18824              - add the error message to perldiag.pod
18825              - (dubious) add access::readonly() to univeral.c
18826              - add test using above
18827              - fixup ext/B/t/stash.t to account for access:: existing
18828      Branch: perlio
18829            + t/lib/access.t
18830            ! MANIFEST ext/B/t/stash.t hv.c pod/perldiag.pod universal.c
18831 ____________________________________________________________________________
18832 [ 12873] By: jhi                                   on 2001/11/06  17:07:50
18833         Log: Fix incorrect warnings about broken globbing;
18834              from Andy Dougherty.
18835      Branch: perl
18836            ! hints/linux.sh
18837 ____________________________________________________________________________
18838 [ 12872] By: jhi                                   on 2001/11/06  15:18:41
18839         Log: More UTF-8 EXACT tweaking, plus a forgotten UTF-8 
18840              toggle-on from the encoding pragma.
18841      Branch: perl
18842            ! regcomp.c regexec.c
18843 ____________________________________________________________________________
18844 [ 12871] By: jhi                                   on 2001/11/06  13:19:46
18845         Log: Retract #12824, doesn't help and is ignored
18846              by Configure anyway.
18847      Branch: perl
18848            ! hints/beos.sh
18849 ____________________________________________________________________________
18850 [ 12870] By: ams                                   on 2001/11/06  10:40:37
18851         Log: Subject: Cosmetic change
18852              From: H.Merijn Brand <h.m.brand@hccnet.nl>
18853              Date: Tue, 06 Nov 2001 12:30:52 +0100
18854              Message-Id: <20011106122922.30FA.H.M.BRAND@hccnet.nl>
18855      Branch: perl
18856            ! README.hpux
18857 ____________________________________________________________________________
18858 [ 12869] By: nick                                  on 2001/11/06  08:26:40
18859         Log: Integrate mainline
18860      Branch: perlio
18861           !> ext/DB_File/DB_File.pm global.sym hints/os390.sh
18862           !> lib/encoding.pm lib/encoding.t proto.h regcomp.c regexec.c
18863 ____________________________________________________________________________
18864 [ 12868] By: jhi                                   on 2001/11/06  03:15:50
18865         Log: The parentheses are protected enough.
18866      Branch: perl
18867            ! hints/os390.sh
18868 ____________________________________________________________________________
18869 [ 12867] By: jhi                                   on 2001/11/06  03:13:50
18870         Log: ccflags, not ldflags.
18871      Branch: perl
18872            ! hints/os390.sh
18873 ____________________________________________________________________________
18874 [ 12866] By: jhi                                   on 2001/11/06  03:12:57
18875         Log: ... and the proto to go with #12865.
18876      Branch: perl
18877            ! proto.h
18878 ____________________________________________________________________________
18879 [ 12865] By: jhi                                   on 2001/11/06  03:11:12
18880         Log: Oops.  Luckily nothing was using this symbol yet.
18881      Branch: perl
18882            ! global.sym
18883 ____________________________________________________________________________
18884 [ 12864] By: jhi                                   on 2001/11/06  03:05:34
18885         Log: Implement the encoding pragma for regex literals.
18886      Branch: perl
18887            ! lib/encoding.pm lib/encoding.t regcomp.c regexec.c
18888 ____________________________________________________________________________
18889 [ 12863] By: jhi                                   on 2001/11/06  01:01:49
18890         Log: More UTF8 EXACT fixing.
18891      Branch: perl
18892            ! regexec.c
18893 ____________________________________________________________________________
18894 [ 12862] By: jhi                                   on 2001/11/06  00:05:19
18895         Log: More re debugging.
18896      Branch: perl
18897            ! regexec.c
18898 ____________________________________________________________________________
18899 [ 12861] By: jhi                                   on 2001/11/05  23:24:24
18900         Log: EXACT correction attempt.  Continued in #12863.
18901      Branch: perl
18902            ! regexec.c
18903 ____________________________________________________________________________
18904 [ 12860] By: jhi                                   on 2001/11/05  22:57:04
18905         Log: Unterminated L<.
18906      Branch: perl
18907            ! ext/DB_File/DB_File.pm
18908 ____________________________________________________________________________
18909 [ 12859] By: nick                                  on 2001/11/05  19:15:17
18910         Log: Integrate mainline
18911      Branch: perlio
18912           +> lib/Math/BigInt/t/Math/BigFloat/Subclass.pm
18913           +> lib/Math/BigInt/t/Math/BigInt/Subclass.pm
18914           +> lib/Math/BigInt/t/bigintpm.inc lib/Math/BigInt/t/sub_mbf.t
18915           +> lib/Math/BigInt/t/sub_mbi.t
18916            - lib/Math/BigInt/t/Math/Subclass.pm
18917            - lib/Math/BigInt/t/subclass.t
18918           !> (integrate 30 files)
18919 ____________________________________________________________________________
18920 [ 12858] By: jhi                                   on 2001/11/05  17:05:38
18921         Log: Regex debugging fixes from Hugo.
18922      Branch: perl
18923            ! regcomp.c regexec.c
18924 ____________________________________________________________________________
18925 [ 12857] By: jhi                                   on 2001/11/05  16:09:51
18926         Log: IRIX: at some point the cc -version has started
18927              to output to stderr, not stdout any more.
18928      Branch: perl
18929            ! hints/irix_6.sh
18930 ____________________________________________________________________________
18931 [ 12856] By: jhi                                   on 2001/11/05  15:27:45
18932         Log: Update Changes.
18933      Branch: perl
18934            ! Changes patchlevel.h
18935 ____________________________________________________________________________
18936 [ 12855] By: jhi                                   on 2001/11/05  15:21:13
18937         Log: The ${"\cTAINT"} raises the ire of 'use strict'.
18938      Branch: perl
18939            ! lib/File/Spec/Unix.pm
18940 ____________________________________________________________________________
18941 [ 12854] By: jhi                                   on 2001/11/05  15:16:24
18942         Log: Subject: Re: Tainted $ENV{TMPDIR} and File::Spec->tmpdir()
18943              From: rgarciasuarez@free.fr
18944              Date: Mon, 05 Nov 2001 17:10:29 +0100 (MET)            
18945              Message-ID: <1004976629.3be6b9f593085@imp3-1.free.fr>
18946      Branch: perl
18947            ! lib/File/Spec/Unix.pm
18948 ____________________________________________________________________________
18949 [ 12853] By: jhi                                   on 2001/11/05  14:54:37
18950         Log: Use config.arch in OS/390 where the combination of
18951              IEEE floats and ldflags is tricky.
18952      Branch: perl
18953            ! hints/os390.sh
18954 ____________________________________________________________________________
18955 [ 12852] By: jhi                                   on 2001/11/05  14:53:53
18956         Log: Metaconfig unit change for #12851.
18957      Branch: metaconfig
18958            ! U/modified/Config_sh.U
18959 ____________________________________________________________________________
18960 [ 12851] By: jhi                                   on 2001/11/05  14:53:14
18961         Log: Support a config.arch file, similar to config.over,
18962              but loaded just before it.
18963      Branch: perl
18964            ! Configure INSTALL
18965 ____________________________________________________________________________
18966 [ 12850] By: jhi                                   on 2001/11/05  13:34:25
18967         Log: Subject: [PATCH Symbol.{pm.t}] bugfixes 
18968              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
18969              Date: Mon, 5 Nov 2001 14:26:24 +0100
18970              Message-ID: <20011105142624.C31977@rafael>
18971      Branch: perl
18972            ! lib/Symbol.pm lib/Symbol.t
18973 ____________________________________________________________________________
18974 [ 12849] By: jhi                                   on 2001/11/04  22:15:39
18975         Log: Subject: [PATCH] unbalanced parenthesis in pods                 
18976              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
18977              Date: Sun, 4 Nov 2001 22:28:57 +0100
18978              Message-ID: <20011104222857.C696@rafael>
18979      Branch: perl
18980            ! pod/perldebug.pod pod/perlpodspec.pod
18981 ____________________________________________________________________________
18982 [ 12848] By: jhi                                   on 2001/11/04  22:11:24
18983         Log: The missing pieces from the Math::BigInt 1.45 puzzle.
18984      Branch: perl
18985            ! lib/Math/BigFloat.pm lib/Math/BigInt/t/bigintpm.t
18986 ____________________________________________________________________________
18987 [ 12847] By: jhi                                   on 2001/11/04  17:44:41
18988         Log: Math::Big* test tweaks to work better with core:
18989              but the coast still not clear.
18990      Branch: perl
18991            ! lib/Math/BigInt/t/bigfltpm.t lib/Math/BigInt/t/bigintpm.t
18992            ! lib/Math/BigInt/t/sub_mbf.t lib/Math/BigInt/t/sub_mbi.t
18993 ____________________________________________________________________________
18994 [ 12846] By: jhi                                   on 2001/11/04  17:43:10
18995         Log: Protect against high load: measure how much wall
18996              clock time went by while sleeping.  Avoids some
18997              false negatives, while may introduce some false
18998              positives.  Life is hard.
18999      Branch: perl
19000            ! ext/Time/HiRes/HiRes.t
19001 ____________________________________________________________________________
19002 [ 12845] By: jhi                                   on 2001/11/04  17:29:40
19003         Log: More forgotten from #12843.
19004      Branch: perl
19005            ! lib/Math/BigInt/t/bigfltpm.inc
19006 ____________________________________________________________________________
19007 [ 12844] By: jhi                                   on 2001/11/04  17:19:13
19008         Log: Forgot from #12843.
19009      Branch: perl
19010            + lib/Math/BigInt/t/bigintpm.inc
19011            ! MANIFEST
19012 ____________________________________________________________________________
19013 [ 12843] By: jhi                                   on 2001/11/04  16:52:45
19014         Log: Upgrade to Math::BigInt 1.45; from Tels.
19015              NOTE: some of the tests are failing but that's because
19016              the core integration is not yet done.
19017      Branch: perl
19018            + lib/Math/BigInt/t/Math/BigFloat/Subclass.pm
19019            + lib/Math/BigInt/t/Math/BigInt/Subclass.pm
19020            + lib/Math/BigInt/t/sub_mbf.t lib/Math/BigInt/t/sub_mbi.t
19021            - lib/Math/BigInt/t/Math/Subclass.pm
19022            - lib/Math/BigInt/t/subclass.t
19023            ! MANIFEST lib/Math/BigInt.pm lib/Math/BigInt/Calc.pm
19024            ! lib/Math/BigInt/t/bigfltpm.t lib/Math/BigInt/t/calling.t
19025            ! lib/Math/BigInt/t/mbimbf.t
19026 ____________________________________________________________________________
19027 [ 12842] By: jhi                                   on 2001/11/04  16:45:02
19028         Log: VMS: adds capability to control more configuration stuff with
19029              -D and -U switches; parsing config.sh to extract previous config
19030              info in VMS-form, and a rewrite of the "prompt/response" routine;
19031              from Charles Lane.
19032      Branch: perl
19033            ! configure.com
19034 ____________________________________________________________________________
19035 [ 12841] By: jhi                                   on 2001/11/04  15:18:39
19036         Log: Subject: Typo correction in perldebguts.pod
19037              From: mjd@plover.com
19038              Date: 4 Nov 2001 16:20:05 -0000
19039              Message-ID: <20011104162005.16699.qmail@plover.com>
19040      Branch: perl
19041            ! pod/perldebguts.pod
19042 ____________________________________________________________________________
19043 [ 12840] By: jhi                                   on 2001/11/04  15:17:22
19044         Log: Subject: Re: Where are my 'O's? [+ 12836 smoke]
19045              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
19046              Date: Sun, 4 Nov 2001 11:47:30 +0100
19047              Message-ID: <20011104114730.A715@rafael>
19048              
19049              Remove -T from the test, wrong place for that.
19050      Branch: perl
19051            ! lib/File/Temp/t/mktemp.t
19052 ____________________________________________________________________________
19053 [ 12839] By: jhi                                   on 2001/11/04  15:15:42
19054         Log: Subject: [REPATCH] Re: PerlIOBuf_dup
19055              From: Nicholas Clark <nick@ccl4.org>
19056              Date: Sun, 4 Nov 2001 10:41:24 +0000
19057              Message-ID: <20011104104123.U20123@plum.flirble.org>
19058      Branch: perl
19059            ! ext/Encode/Encode.xs ext/PerlIO/t/encoding.t perlio.c
19060 ____________________________________________________________________________
19061 [ 12838] By: jhi                                   on 2001/11/03  21:19:43
19062         Log: Subject: Re: [PATCH lib/Term/Cap.t] Skip testing where Term::Cap won't run (was Re: Win95 under stress)
19063              From: Michael G Schwern <schwern@pobox.com>
19064              Date: Sat, 3 Nov 2001 15:41:47 -0500
19065              Message-ID: <20011103154147.C600@blackrider>
19066      Branch: perl
19067            ! lib/Term/Cap.t
19068 ____________________________________________________________________________
19069 [ 12837] By: jhi                                   on 2001/11/03  21:14:34
19070         Log: Subject: [PATCH] stop unrestricted negativity in HiRes.t 
19071              From: "Craig A. Berry" <craigberry@mac.com>     
19072              Date: Sat, 03 Nov 2001 16:02:28 -0600
19073              Message-Id: <5.1.0.14.2.20011103155539.03e44c60@exchi01>
19074      Branch: perl
19075            ! ext/Time/HiRes/HiRes.t
19076 ____________________________________________________________________________
19077 [ 12836] By: jhi                                   on 2001/11/03  18:41:33
19078         Log: Subject: [PATCH lib/Term/Cap.t] Skip testing where Term::Cap won't run (was Re: Win95 under stress)
19079              From: "chromatic" <chromatic@rmci.net>
19080              Date: Sat, 03 Nov 2001 12:28:17 -0700
19081              Message-ID: <20011103193507.94848.qmail@onion.perl.org>
19082      Branch: perl
19083            ! lib/Term/Cap.t
19084 ____________________________________________________________________________
19085 [ 12835] By: jhi                                   on 2001/11/03  18:34:08
19086         Log: Don't bother doing POSIX charclass parsing if it
19087              possibly cannot be so.  Prepares way for charclass
19088              syntax like [[abc]||[def]] (or just [[abc][def]])
19089              for union, [[\w]&&[$a]] for intersection,
19090              and [[a-z]&&[^def]] for subtraction.
19091              
19092              Currently /[[a]/ (or /[a[]/) parses as a character
19093              class containing two characters, "[" and "a",
19094              this may have to be broken for the syntax described
19095              above, otherwise we would have to scan the whole pattern
19096              to find out whether the square brackets match pairwise.
19097              Luckily, the special case of "[" doesn't seem to be
19098              documented (as opposed to "]" and "-"), so we may have
19099              better story for breaking it...  One can always use \[
19100              if one wants a literal "[", so there.
19101      Branch: perl
19102            ! regcomp.c
19103 ____________________________________________________________________________
19104 [ 12834] By: jhi                                   on 2001/11/03  17:51:44
19105         Log: Comment correction.
19106      Branch: perl
19107            ! regcomp.c
19108 ____________________________________________________________________________
19109 [ 12833] By: jhi                                   on 2001/11/03  17:33:21
19110         Log: Add MakeMaker PREREQ_PRINT and PRINT_PREREQ targets.
19111              The latter is a RedHatism.
19112      Branch: perl
19113            ! lib/ExtUtils/MakeMaker.pm
19114 ____________________________________________________________________________
19115 [ 12832] By: jhi                                   on 2001/11/03  15:43:03
19116         Log: Integrate perlio.
19117      Branch: perl
19118           !> perlio.c
19119 ____________________________________________________________________________
19120 [ 12831] By: nick                                  on 2001/11/03  11:42:15
19121         Log: Integrate mainline
19122      Branch: perlio
19123           !> doio.c ext/DynaLoader/dl_mac.xs ext/Errno/Errno_pm.PL
19124           !> ext/Sys/Syslog/Makefile.PL ext/Sys/Syslog/syslog.t
19125           !> hints/beos.sh hints/darwin.sh perl.c perl.h perlio.c regexec.c
19126           !> sv.c t/test.pl
19127 ____________________________________________________________________________
19128 [ 12830] By: nick                                  on 2001/11/03  10:27:34
19129         Log: Fix clone_leak problem.
19130              PerlIOStdio_dup was leaking FILE * as it was still doing fdopen()
19131              as vestige of calling PerlLIO_dup().
19132      Branch: perlio
19133            ! perlio.c
19134 ____________________________________________________________________________
19135 [ 12829] By: nick                                  on 2001/11/03  09:40:46
19136         Log: Tweaks attempting to locate Doug's clone_leak leak.
19137              - add some PerlIO_debug()
19138              - handle PerlIO_clone() with empty lists (clone before Perl_parse())
19139              - Even if it closing stdout etc. do a fflush()
19140      Branch: perlio
19141            ! perlio.c
19142 ____________________________________________________________________________
19143 [ 12828] By: nick                                  on 2001/11/03  08:34:31
19144         Log: Integrate mainline
19145      Branch: perlio
19146           !> (integrate 54 files)
19147 ____________________________________________________________________________
19148 [ 12827] By: ams                                   on 2001/11/03  03:45:19
19149         Log: Ugly bandaid to stop C<package;> from segfaulting (remember to
19150              remove this later). Based on a patch from Robert Spier in
19151              <15330.61459.14452.795263@rls.cx>.
19152      Branch: perl
19153            ! sv.c
19154 ____________________________________________________________________________
19155 [ 12826] By: jhi                                   on 2001/11/02  23:56:00
19156         Log: microperl sync.
19157      Branch: perl
19158            ! doio.c perl.c perl.h perlio.c regexec.c
19159 ____________________________________________________________________________
19160 [ 12825] By: jhi                                   on 2001/11/02  23:20:03
19161         Log: Definitions for the Unicode Newline Guidelines.
19162      Branch: perl
19163            ! perl.h
19164 ____________________________________________________________________________
19165 [ 12824] By: jhi                                   on 2001/11/02  23:08:05
19166         Log: (retracted by #12871)
19167              
19168              There is no csh of any kind in default BeOS.
19169              For the purposes of miniperl globbing, bash
19170              will do.
19171      Branch: perl
19172            ! hints/beos.sh
19173 ____________________________________________________________________________
19174 [ 12823] By: jhi                                   on 2001/11/02  21:56:36
19175         Log: Integrate change #12820 from macperl to maint and blead;
19176              
19177              Fix up (dynaloading) to work properly with multiplicity
19178      Branch: maint-5.6/perl
19179           !> ext/DynaLoader/dl_mac.xs
19180      Branch: perl
19181           !> ext/DynaLoader/dl_mac.xs
19182 ____________________________________________________________________________
19183 [ 12822] By: pudge                                 on 2001/11/02  21:38:22
19184         Log: Several fixes for various exit problems and clearing out
19185              task queue, as well as another (incomplete) go at
19186              fixing error message handling
19187      Branch: maint-5.6/macperl
19188            ! macos/macish.c macos/macish.h macos/macperl/MPConsole.cp
19189 ____________________________________________________________________________
19190 [ 12821] By: pudge                                 on 2001/11/02  21:36:26
19191         Log: Add source files for bleadperl builds
19192      Branch: maint-5.6/macperl
19193            ! macos/Makefile.mk
19194 ____________________________________________________________________________
19195 [ 12820] By: pudge                                 on 2001/11/02  21:35:15
19196         Log: Fix up to work properly with multiplicity
19197      Branch: maint-5.6/macperl
19198            ! ext/DynaLoader/dl_mac.xs
19199 ____________________________________________________________________________
19200 [ 12819] By: pudge                                 on 2001/11/02  21:21:56
19201         Log: Integrate with maintperl.
19202      Branch: maint-5.6/macperl
19203           +> t/op/system.t t/op/system_tests
19204           !> MANIFEST Todo-5.6 ext/ODBM_File/ODBM_File.xs perl.h
19205           !> pod/perltodo.pod util.c win32/win32.c
19206 ____________________________________________________________________________
19207 [ 12818] By: jhi                                   on 2001/11/02  21:03:58
19208         Log: Locate _PATH_LOG if it's a socket even if not #defined
19209              (helps Tru64)  From Paul David Fardy <pdf@morgan.ucs.mun.ca>,
19210              via Nick Clark.
19211      Branch: perl
19212            ! ext/Sys/Syslog/Makefile.PL ext/Sys/Syslog/syslog.t
19213 ____________________________________________________________________________
19214 [ 12817] By: jhi                                   on 2001/11/02  20:07:05
19215         Log: Subject: [PATCH t/test.pl] _expect and other little tweaks
19216              From: Michael G Schwern <schwern@pobox.com>
19217              Date: Fri, 2 Nov 2001 15:36:41 -0500
19218              Message-ID: <20011102153641.E23234@blackrider>
19219      Branch: perl
19220            ! t/test.pl
19221 ____________________________________________________________________________
19222 [ 12816] By: jhi                                   on 2001/11/02  17:53:00
19223         Log: Subject: [PATCH] patches for MacOS X 10.1 for perl 5.7.2
19224              From: merlyn@stonehenge.com (Randal L. Schwartz)
19225              Date: 02 Nov 2001 09:33:34 -0800
19226              Message-ID: <m1wv193wnl.fsf@halfdome.holdit.com>
19227              
19228              (two of the changes)
19229              
19230              Better coexistence with extensions.
19231      Branch: perl
19232            ! ext/Errno/Errno_pm.PL hints/darwin.sh
19233 ____________________________________________________________________________
19234 [ 12815] By: ams                                   on 2001/11/02  16:47:43
19235         Log: Subject: Re: [PATCH] the the double double word word fix fix
19236              From: Wolfgang Laun <Wolfgang.Laun@alcatel.at>
19237              Date: Fri, 02 Nov 2001 19:43:07 +0100
19238              Message-Id: <3BE2E93B.627C198E@alcatel.at>
19239      Branch: perl
19240            ! pod/perldebug.pod
19241 ____________________________________________________________________________
19242 [ 12814] By: jhi                                   on 2001/11/02  15:24:10
19243         Log: Update Changes.
19244      Branch: perl
19245            ! Changes patchlevel.h
19246 ____________________________________________________________________________
19247 [ 12813] By: jhi                                   on 2001/11/02  15:19:35
19248         Log: More encoding testing.
19249      Branch: perl
19250            ! lib/encoding.pm lib/encoding.t
19251 ____________________________________________________________________________
19252 [ 12812] By: ams                                   on 2001/11/02  15:07:11
19253         Log: Slight modification of #12811.
19254      Branch: perl
19255            ! op.c
19256 ____________________________________________________________________________
19257 [ 12811] By: jhi                                   on 2001/11/02  14:58:13
19258         Log: Subject: Re: [ID 20011101.069] \stat('.') gives "Attempt to free unreferenced scalar"
19259              From: Radu Greab <radu@netsoft.ro>
19260              Date: Fri, 2 Nov 2001 15:28:58 +0200
19261              Message-ID: <15330.40858.629851.468818@ix.netsoft.ro>
19262      Branch: perl
19263            ! op.c t/op/stat.t
19264 ____________________________________________________________________________
19265 [ 12810] By: jhi                                   on 2001/11/02  14:15:34
19266         Log: Subject: [PATCH] Re: Extra MakeMaker noise in lib/ExtUtils/Embed.t @12791
19267              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
19268              Date: Thu, 1 Nov 2001 22:35:50 +0100
19269              Message-ID: <20011101223550.A10849@rafael>
19270      Branch: perl
19271            ! lib/ExtUtils/Embed.t
19272 ____________________________________________________________________________
19273 [ 12809] By: jhi                                   on 2001/11/02  14:10:05
19274         Log: Subject: [REPATCH] Re: [PATCH File::Find] use warnings::register
19275              From: rgarciasuarez@free.fr (Rafael Garcia-Suarez)
19276              Date: 2 Nov 2001 14:48:51 -0000
19277              Message-Id: <slrn9u5cj6.liq.rgarciasuarez@rafael.kazibao.net> 
19278      Branch: perl
19279            ! lib/File/Find.pm
19280 ____________________________________________________________________________
19281 [ 12808] By: jhi                                   on 2001/11/02  05:40:21
19282         Log: Add documentation.
19283      Branch: perl
19284            ! embed.pl pod/perlapi.pod utf8.c
19285 ____________________________________________________________________________
19286 [ 12807] By: jhi                                   on 2001/11/02  05:18:45
19287         Log: Unicode: add ToFold mapping.  Not used yet; but basically
19288              a more useful mapping for caseless aka case-ignoring than
19289              doing either lc($a) eq lc($b) or uc($a) eq uc($b); the full
19290              algorithm for creating the foldings uses equivalence classes,
19291              see http://www.unicode.org/unicode/reports/tr21/
19292              Hopefully this feature will be used in //i.
19293              (The folding tables were introduced by #12689.)
19294      Branch: perl
19295            ! embed.h embed.pl embedvar.h intrpvar.h perl.c perlapi.h sv.c
19296            ! utf8.c
19297 ____________________________________________________________________________
19298 [ 12806] By: jhi                                   on 2001/11/02  05:04:05
19299         Log: Subject: [PATCH] AutoSplit.t clean-up for VMS
19300              From: "Craig A. Berry" <craigberry@mac.com>
19301              Date: Fri, 02 Nov 2001 00:03:52 -0600
19302              Message-Id: <5.1.0.14.2.20011101235844.02cd4e50@exchi01>
19303      Branch: perl
19304            ! lib/AutoSplit.t
19305 ____________________________________________________________________________
19306 [ 12805] By: jhi                                   on 2001/11/02  04:17:04
19307         Log: Subject: Trivial doc patch
19308              From: andreas.koenig@anima.de (Andreas J. Koenig)
19309              Date: 02 Nov 2001 06:11:35 +0100
19310              Message-ID: <m37kt94v08.fsf@anima.de>
19311      Branch: perl
19312            ! pod/perlport.pod
19313 ____________________________________________________________________________
19314 [ 12804] By: jhi                                   on 2001/11/02  02:14:46
19315         Log: Make encoding and charnames pragmas coexist.
19316      Branch: perl
19317            ! lib/charnames.pm lib/encoding.pm lib/encoding.t
19318 ____________________________________________________________________________
19319 [ 12803] By: jhi                                   on 2001/11/02  01:26:53
19320         Log: The basic character classes seem to go untested with Unicode.
19321      Branch: perl
19322            ! t/op/pat.t
19323 ____________________________________________________________________________
19324 [ 12802] By: ams                                   on 2001/11/02  00:39:36
19325         Log: Subject: [PATCH] the the double double word word fix fix
19326              From: Richard Soderberg <rs@oregonnet.com>
19327              Date: Thu, 1 Nov 2001 13:12:03 -0800
19328              Message-Id: <200111012112.NAA23288@oregonnet.com>
19329              
19330              Subject: Re: [PATCH] the the double double word word fix fix
19331              From: Mark-Jason Dominus <mjd@plover.com>
19332              Date: Thu, 01 Nov 2001 16:43:40 -0500
19333              Message-Id: <20011101214340.2044.qmail@plover.com>
19334              
19335              Subject: Re: [PATCH] the the double double word word fix fix
19336              From: Mark-Jason Dominus <mjd@plover.com>
19337              Date: Thu, 01 Nov 2001 16:51:39 -0500
19338              Message-Id: <20011101215139.2196.qmail@plover.com>
19339      Branch: perl
19340            ! pod/perldebtut.pod pod/perldiag.pod pod/perlfaq3.pod
19341            ! pod/perlguts.pod pod/perlintro.pod pod/perliol.pod
19342            ! pod/perlmodlib.PL pod/perlmodstyle.pod pod/perlpodspec.pod
19343            ! pod/perlrequick.pod pod/perlretut.pod pod/perltoc.pod
19344            ! pod/perltodo.pod pod/perlxstut.pod
19345 ____________________________________________________________________________
19346 [ 12801] By: jhi                                   on 2001/11/01  14:27:51
19347         Log: Comment tweaks.
19348      Branch: perl
19349            ! toke.c
19350 ____________________________________________________________________________
19351 [ 12800] By: jhi                                   on 2001/11/01  14:06:04
19352         Log: FAQ sync.
19353      Branch: perl
19354            ! pod/perlfaq9.pod
19355 ____________________________________________________________________________
19356 [ 12799] By: jhi                                   on 2001/11/01  13:59:42
19357         Log: If an encoding is set by -M/-m, it must be in
19358              effect only for the actual script, not any other
19359              required/-M/-m'ed module, otherwise we enter a nasty
19360              recursion in regexec.c while trying to init the simple
19361              UTF-8 charclasses like PL_utf8_alnum.
19362      Branch: perl
19363            ! lib/encoding.pm pod/perlunicode.pod pp_ctl.c
19364 ____________________________________________________________________________
19365 [ 12798] By: jhi                                   on 2001/10/31  21:10:09
19366         Log: A bit more descriptive name.
19367      Branch: perl
19368            ! mg.c
19369 ____________________________________________________________________________
19370 [ 12797] By: jhi                                   on 2001/10/31  20:32:29
19371         Log: Subject: [PATCH Perl@12768] Time::Hires test fix
19372              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
19373              Date: Wed, 31 Oct 2001 13:47:04 EST
19374              Message-Id: <011031134626.1227@DUPHY4.Physics.Drexel.Edu>
19375      Branch: perl
19376            ! ext/Time/HiRes/HiRes.t
19377 ____________________________________________________________________________
19378 [ 12796] By: jhi                                   on 2001/10/31  20:31:20
19379         Log: Subject: [PATCH Perl@12768] make setting signal() persistent
19380              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
19381              Date: Wed, 31 Oct 2001 13:43:29 EST
19382              Message-Id: <011031134318.231c@DUPHY4.Physics.Drexel.Edu>
19383      Branch: perl
19384            ! mg.c
19385 ____________________________________________________________________________
19386 [ 12795] By: jhi                                   on 2001/10/31  20:29:37
19387         Log: Subject: [PATCH] Various test cleanups
19388              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
19389              Date: Tue, 30 Oct 2001 21:56:26 +0100
19390              Message-ID: <20011030215626.A28503@rafael>
19391      Branch: perl
19392            ! ext/DB_File/t/db-btree.t ext/DB_File/t/db-hash.t
19393            ! ext/DB_File/t/db-recno.t ext/Encode.t
19394 ____________________________________________________________________________
19395 [ 12794] By: jhi                                   on 2001/10/31  15:26:59
19396         Log: Update Changes.
19397      Branch: perl
19398            ! Changes patchlevel.h
19399 ____________________________________________________________________________
19400 [ 12793] By: jhi                                   on 2001/10/31  15:23:12
19401         Log: Subject: [PATCH] Data::Dumper opt. use B::Deparse for coderefs
19402              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>               
19403              Date: Wed, 31 Oct 2001 17:16:39 +0100
19404              Message-ID: <20011031171639.A32511@rafael>
19405      Branch: perl
19406            ! ext/Data/Dumper/Dumper.pm ext/Data/Dumper/t/dumper.t
19407 ____________________________________________________________________________
19408 [ 12792] By: jhi                                   on 2001/10/31  15:20:01
19409         Log: Skip message nit.
19410      Branch: perl
19411            ! t/io/fs.t
19412 ____________________________________________________________________________
19413 [ 12791] By: jhi                                   on 2001/10/31  14:54:19
19414         Log: Subject: Re: [REPATCH] Re: [PATCH] Re: [ID 20011030.064] File::Temp tempdir(CLEANUP => 1) and -T on OpenBSD 2.9
19415              From: rgarciasuarez@free.fr (Rafael Garcia-Suarez)
19416              Date: 31 Oct 2001 14:49:37 -0000
19417              Message-Id: <slrn9u03sk.hco.rgarciasuarez@rafael.kazibao.net> 
19418      Branch: perl
19419            ! lib/File/Path.pm lib/File/Path.t lib/File/Temp/t/mktemp.t
19420 ____________________________________________________________________________
19421 [ 12790] By: jhi                                   on 2001/10/31  14:44:33
19422         Log: Extend the effect of the encoding pragma to chr() and ord().
19423              
19424              TODO: regex literals, reentrancy problems with the utf8
19425              and charnames pragmas.
19426      Branch: perl
19427            ! lib/encoding.pm lib/encoding.t pod/perlfunc.pod pp.c sv.c
19428 ____________________________________________________________________________
19429 [ 12789] By: jhi                                   on 2001/10/31  13:25:02
19430         Log: Doc tweaks.
19431      Branch: perl
19432            ! lib/encoding.pm
19433 ____________________________________________________________________________
19434 [ 12788] By: nick                                  on 2001/10/31  08:59:56
19435         Log: Integrate mainline
19436      Branch: perlio
19437           +> lib/encoding.pm lib/encoding.t t/op/system.t t/op/system_tests
19438           !> (integrate 49 files)
19439 ____________________________________________________________________________
19440 [ 12787] By: jhi                                   on 2001/10/31  03:22:34
19441         Log: Forgot new proto.
19442      Branch: perl
19443            ! proto.h
19444 ____________________________________________________________________________
19445 [ 12786] By: jhi                                   on 2001/10/31  02:32:35
19446         Log: Clarification: use encoding cannot be used to
19447              change the default encoding of "your whole script";
19448              only the default encoding of the *data*.  Also, it
19449              seems that "use encoding" does not mix with "use utf8"
19450              (a coredumping recursion ensues).  Should not be a huge
19451              problem since "use utf8" is pretty marginal nowadays.
19452      Branch: perl
19453            ! ext/Encode/Encode.pm lib/encoding.pm pod/perlunicode.pod
19454 ____________________________________________________________________________
19455 [ 12785] By: jhi                                   on 2001/10/31  02:19:49
19456         Log: More documentation for the encode pragma.
19457      Branch: perl
19458            ! ext/Encode/Encode.pm lib/encoding.pm lib/open.pm
19459            ! pod/perlapi.pod pod/perlunicode.pod sv.c
19460 ____________________________________________________________________________
19461 [ 12784] By: jhi                                   on 2001/10/31  02:08:27
19462         Log: Thinko in #12783.
19463      Branch: perl
19464            ! sv.c
19465 ____________________________________________________________________________
19466 [ 12783] By: jhi                                   on 2001/10/31  02:04:22
19467         Log: Make sv_recode_to_utf8() a real API: the encoding
19468              is a parameter, instead of a global.  Document the
19469              PERL_ENCODING.
19470      Branch: perl
19471            ! embed.h embed.pl pod/perlapi.pod pod/perlrun.pod proto.h sv.c
19472            ! toke.c
19473 ____________________________________________________________________________
19474 [ 12782] By: jhi                                   on 2001/10/31  00:57:42
19475         Log: Enable -Mencoding=foobar also for string literals.
19476      Branch: perl
19477            ! embed.h embed.pl global.sym lib/encoding.pm lib/encoding.t
19478            ! pod/perlapi.pod proto.h sv.c toke.c
19479 ____________________________________________________________________________
19480 [ 12781] By: jhi                                   on 2001/10/30  17:06:39
19481         Log: Subject: Re: [PATCH] Re: DynaLoader problem on NCR SVR4 box
19482              From: Andy Dougherty <doughera@lafayette.edu>
19483              Date: Tue, 30 Oct 2001 12:44:27 -0500 (EST)
19484              Message-ID: <Pine.SOL.4.10.10110301241210.25351-100000@maxwell.phys.lafayette.edu>
19485      Branch: perl
19486            ! ext/POSIX/hints/svr4.pl
19487 ____________________________________________________________________________
19488 [ 12780] By: jhi                                   on 2001/10/30  14:54:12
19489         Log: Subject: RE: [PATCH h2xs] Use of static data in XS modules
19490              From: "Paul Marquess" <Paul_Marquess@yahoo.co.uk>
19491              Date: Mon, 29 Oct 2001 23:11:58 -0000
19492              Message-ID: <AIEAJICLCBDNAAOLLOKLMEJGDDAA.Paul_Marquess@Yahoo.co.uk>
19493              
19494              Add compat.h.
19495      Branch: perl
19496            ! lib/h2xs.t utils/h2xs.PL
19497 ____________________________________________________________________________
19498 [ 12779] By: jhi                                   on 2001/10/30  13:51:43
19499         Log: Subject: PerlIOBuf_dup
19500              From: Nicholas Clark <nick@ccl4.org>              
19501              Date: Mon, 29 Oct 2001 21:52:35 +0000             
19502              Message-ID: <20011029215235.K41204@plum.flirble.org>
19503              
19504              Add prototype.
19505      Branch: perl
19506            ! perliol.h
19507 ____________________________________________________________________________
19508 [ 12778] By: jhi                                   on 2001/10/30  13:49:51
19509         Log: Subject: [PATCH] Make malloc.c errors more useful
19510              From: Richard Soderberg <rs@oregonnet.com>
19511              Date: Mon, 29 Oct 2001 22:28:02 -0800
19512              Message-Id: <200110300628.WAA11025@oregonnet.com>
19513      Branch: perl
19514            ! malloc.c
19515 ____________________________________________________________________________
19516 [ 12777] By: jhi                                   on 2001/10/30  04:02:10
19517         Log: Retract #12776 - the bug 19990906.001 is still valid.
19518      Branch: perl
19519            ! t/run/kill_perl.t
19520 ____________________________________________________________________________
19521 [ 12776] By: jhi                                   on 2001/10/30  03:03:49
19522         Log: (Retracted by #12777)
19523              Subject: Perlbug 19990906.001 - segfault on long escaped quote regex
19524              From: Michael G Schwern <schwern@pobox.com> 
19525              Date: Mon, 29 Oct 2001 23:01:08 -0500
19526              Message-ID: <20011029230108.G18053@blackrider>
19527      Branch: perl
19528            ! t/run/kill_perl.t
19529 ____________________________________________________________________________
19530 [ 12775] By: jhi                                   on 2001/10/30  02:56:41
19531         Log: Comment nits.
19532      Branch: perl
19533            ! lib/encoding.t
19534 ____________________________________________________________________________
19535 [ 12774] By: gsar                                  on 2001/10/30  01:32:57
19536         Log: integrate change#12772 from mainline
19537              
19538              Subject: [PATCH] Mommy, what's a pointer cast?
19539      Branch: maint-5.6/perl
19540            ! perl.h
19541 ____________________________________________________________________________
19542 [ 12773] By: jhi                                   on 2001/10/30  01:19:32
19543         Log: Subject: [PATCH] Mommy, what's a pointer cast?
19544              From: Richard Soderberg <rs@oregonnet.com>
19545              Date: Mon, 29 Oct 2001 17:01:10 -0800
19546              Message-Id: <200110300101.RAA31561@oregonnet.com>
19547              
19548              (threads* parts)
19549      Branch: perl
19550            ! ext/threads/shared/shared.xs ext/threads/threads.xs
19551 ____________________________________________________________________________
19552 [ 12772] By: jhi                                   on 2001/10/30  01:19:13
19553         Log: Subject: [PATCH] Mommy, what's a pointer cast?
19554              From: Richard Soderberg <rs@oregonnet.com>
19555              Date: Mon, 29 Oct 2001 17:01:10 -0800
19556              Message-Id: <200110300101.RAA31561@oregonnet.com>
19557              
19558              (the perl.h part)
19559      Branch: perl
19560            ! perl.h
19561 ____________________________________________________________________________
19562 [ 12771] By: jhi                                   on 2001/10/30  01:17:21
19563         Log: Subject: [PATCH] OpenBSD likes signal.h 
19564              From: Richard Soderberg <rs@oregonnet.com>
19565              Date: Mon, 29 Oct 2001 17:00:31 -0800
19566              Message-Id: <200110300100.RAA31533@oregonnet.com>
19567      Branch: perl
19568            ! unixish.h
19569 ____________________________________________________________________________
19570 [ 12770] By: jhi                                   on 2001/10/30  01:10:24
19571         Log: Subject: [PATCH] RE: DB_File-1.79 on Cygwin 1.3.3
19572              From: "Paul Marquess" <Paul_Marquess@yahoo.co.uk>
19573              Date: Mon, 29 Oct 2001 23:04:23 -0000
19574              Message-ID: <AIEAJICLCBDNAAOLLOKLGEJGDDAA.Paul_Marquess@Yahoo.co.uk>
19575      Branch: perl
19576            ! ext/DB_File/t/db-btree.t ext/DB_File/t/db-hash.t
19577            ! ext/DB_File/t/db-recno.t
19578 ____________________________________________________________________________
19579 [ 12769] By: jhi                                   on 2001/10/30  01:08:01
19580         Log: Subject: [PATCH perl@12718] HiRes.t tweaks
19581              From: "Craig A. Berry" <craig.berry@SignalTreeSolutions.com>
19582              Date: Mon, 29 Oct 2001 12:34:07 -0600
19583              Message-Id: <5.1.0.14.2.20011029121906.035d7e00@exchi01>
19584      Branch: perl
19585            ! ext/Time/HiRes/HiRes.t
19586 ____________________________________________________________________________
19587 [ 12768] By: jhi                                   on 2001/10/29  15:10:04
19588         Log: Update Changes.
19589      Branch: perl
19590            ! Changes patchlevel.h
19591 ____________________________________________________________________________
19592 [ 12767] By: jhi                                   on 2001/10/29  14:49:28
19593         Log: AIX needs an explicit symbol export list.
19594      Branch: perl
19595            ! lib/ExtUtils/Embed.t
19596 ____________________________________________________________________________
19597 [ 12766] By: jhi                                   on 2001/10/29  14:08:21
19598         Log: The test (and the module) would require some
19599              quality hacking time to work on EBCDIC.  Based on
19600              the test results nothing seems to be majorly broken,
19601              the module just seems to have strange assumptions:
19602              got: ''\226\225\205'
19603              expected: ''one'
19604              The \226\225\205 being, of course, 'one', in EBCDIC.
19605      Branch: perl
19606            ! lib/Dumpvalue.t
19607 ____________________________________________________________________________
19608 [ 12765] By: jhi                                   on 2001/10/29  13:58:48
19609         Log: Mark the test known to be failing in EBCDIC.
19610      Branch: perl
19611            ! t/op/tr.t
19612 ____________________________________________________________________________
19613 [ 12764] By: jhi                                   on 2001/10/29  13:51:51
19614         Log: None of the libnet modules are going to work in
19615              EBCDIC without the Convert::EBCDIC.
19616      Branch: perl
19617            ! t/lib/1_compile.t
19618 ____________________________________________________________________________
19619 [ 12763] By: jhi                                   on 2001/10/29  13:45:39
19620         Log: Neither is 0xff illegal UTF-EBCDIC since it's the last C1.
19621      Branch: perl
19622            ! t/op/pack.t
19623 ____________________________________________________________________________
19624 [ 12762] By: jhi                                   on 2001/10/29  13:40:17
19625         Log: UTF-EBCDIC ain't UTF-8.
19626      Branch: perl
19627            ! t/op/pack.t
19628 ____________________________________________________________________________
19629 [ 12761] By: jhi                                   on 2001/10/29  13:35:35
19630         Log: In EBCDIC cannot test compile Net::Cmd without Convert::EBCDIC.
19631      Branch: perl
19632            ! t/lib/1_compile.t
19633 ____________________________________________________________________________
19634 [ 12760] By: jhi                                   on 2001/10/29  13:32:20
19635         Log: Let's not assume ASCII.
19636      Branch: perl
19637            ! t/op/lc.t
19638 ____________________________________________________________________________
19639 [ 12759] By: jhi                                   on 2001/10/29  13:24:54
19640         Log: Call the new perlio symbols differently.
19641      Branch: perl
19642            ! makedef.pl
19643 ____________________________________________________________________________
19644 [ 12758] By: jhi                                   on 2001/10/29  13:23:11
19645         Log: Don't expect ASCII ordering.
19646      Branch: perl
19647            ! lib/ExtUtils/Manifest.t
19648 ____________________________________________________________________________
19649 [ 12757] By: jhi                                   on 2001/10/29  13:13:09
19650         Log: Forgot from #12756.
19651      Branch: perl
19652            ! perlio.h
19653 ____________________________________________________________________________
19654 [ 12756] By: jhi                                   on 2001/10/29  13:12:41
19655         Log: BeOS tweaks:
19656              - fseeko and ftello can be found by Configure but
19657              we do not seem to have prototypes for them so
19658              let's make up some
19659              - BeOS didn't use to have real sockets (sockets as
19660              filedescriptors) but the BONE package is supposed
19661              to fix this.  I do not know how to detect BONEness,
19662              see hints/beos.sh for a spot that needs to fixed.
19663              - BeOS has O_TEXT != O_BINARY but has no setmode()
19664      Branch: perl
19665            ! hints/beos.sh perlio.c
19666 ____________________________________________________________________________
19667 [ 12755] By: sky                                   on 2001/10/29  12:56:12
19668         Log: Ugly fix to not die when a thread creator is holding locks.
19669      Branch: perl
19670            ! ext/threads/shared/shared.pm ext/threads/shared/shared.xs
19671            ! ext/threads/threads.xs
19672 ____________________________________________________________________________
19673 [ 12754] By: jhi                                   on 2001/10/29  12:31:34
19674         Log: Integrate change #12752 from maintperl;
19675              
19676              croak(Nullch) wasn't printing the contents of ERRSV if there was
19677              no outer eval (bug in change#6125)
19678      Branch: perl
19679           !> util.c
19680 ____________________________________________________________________________
19681 [ 12753] By: jhi                                   on 2001/10/29  12:28:41
19682         Log: Subject: [PATCH h2xs] Use of static data in XS modules
19683              From: "Paul Marquess" <Paul_Marquess@yahoo.co.uk>
19684              Date: Sun, 28 Oct 2001 21:19:07 -0000
19685              Message-ID: <AIEAJICLCBDNAAOLLOKLIEHNDDAA.Paul_Marquess@Yahoo.co.uk>
19686              
19687              with nits from Sarathy.
19688      Branch: perl
19689            ! utils/h2xs.PL
19690 ____________________________________________________________________________
19691 [ 12752] By: gsar                                  on 2001/10/29  03:07:15
19692         Log: croak(Nullch) wasn't printing the contents of ERRSV if there was
19693              no outer eval (bug in change#6125)
19694      Branch: maint-5.6/perl
19695            ! util.c
19696 ____________________________________________________________________________
19697 [ 12751] By: jhi                                   on 2001/10/28  23:11:15
19698         Log: More todo for the encoding pragma.
19699      Branch: perl
19700            ! lib/encoding.pm
19701 ____________________________________________________________________________
19702 [ 12750] By: jhi                                   on 2001/10/28  22:55:24
19703         Log: Add the encoding pragma to control the "upgrade"
19704              from the native eight bit data to Unicode.
19705              
19706              TODO: \x.. and \0... literals.  \N{}.  chr()? ord()?
19707      Branch: perl
19708            + lib/encoding.pm lib/encoding.t
19709            ! MANIFEST embedvar.h gv.c intrpvar.h mg.c perlapi.h
19710            ! pod/perlunicode.pod pod/perlvar.pod sv.c
19711 ____________________________________________________________________________
19712 [ 12749] By: sky                                   on 2001/10/28  21:02:33
19713         Log: Update documentation.
19714      Branch: perl
19715            ! ext/threads/shared/shared.pm
19716 ____________________________________________________________________________
19717 [ 12748] By: jhi                                   on 2001/10/28  20:55:57
19718         Log: Integrate change #12747 from maintperl;
19719              
19720              finishing touches to system() fixes on windows:
19721              * detect cmd shell correctly even if it had full path in it
19722              * more quoting needed for single-arg system if the argument
19723              really had multiple quoted arguments within it
19724              * be smarter about not calling the shell when the executable
19725              has spaces, but otherwise does not need shell involvement
19726              * add a testsuite (windows-specific currently)
19727      Branch: perl
19728           +> t/op/system.t t/op/system_tests
19729            ! MANIFEST pod/perltodo.pod
19730           !> win32/win32.c
19731 ____________________________________________________________________________
19732 [ 12747] By: gsar                                  on 2001/10/28  18:33:23
19733         Log: finishing touches to system() fixes on windows:
19734              * detect cmd shell correctly even if it had full path in it
19735              * more quoting needed for single-arg system if the argument
19736              really had multiple quoted arguments within it
19737              * be smarter about not calling the shell when the executable
19738              has spaces, but otherwise does not need shell involvement
19739              * add a testsuite (windows-specific currently)
19740      Branch: maint-5.6/perl
19741            + t/op/system.t t/op/system_tests
19742            ! MANIFEST Todo-5.6 pod/perltodo.pod win32/win32.c
19743 ____________________________________________________________________________
19744 [ 12746] By: jhi                                   on 2001/10/28  16:34:35
19745         Log: Integrate perlio.
19746      Branch: perl
19747           !> ext/Time/HiRes/HiRes.xs lib/ExtUtils/Embed.t
19748 ____________________________________________________________________________
19749 [ 12745] By: nick                                  on 2001/10/28  16:08:14
19750         Log: Mingw32 fixup for Embed.t
19751      Branch: perlio
19752            ! lib/ExtUtils/Embed.t
19753 ____________________________________________________________________________
19754 [ 12744] By: nick                                  on 2001/10/28  15:54:14
19755         Log: GCC vs MS 64-bit constant syntax
19756      Branch: perlio
19757            ! ext/Time/HiRes/HiRes.xs
19758 ____________________________________________________________________________
19759 [ 12743] By: nick                                  on 2001/10/28  15:42:55
19760         Log: Integrate mainline
19761      Branch: perlio
19762           !> ext/threads/threads.pm lib/ExtUtils/Embed.t
19763 ____________________________________________________________________________
19764 [ 12742] By: sky                                   on 2001/10/28  14:47:10
19765         Log: Manpage updates.
19766      Branch: perl
19767            ! ext/threads/threads.pm
19768 ____________________________________________________________________________
19769 [ 12741] By: jhi                                   on 2001/10/28  14:39:55
19770         Log: Newline confusion: t/TEST sees an extra newline and gets huffy.
19771      Branch: perl
19772            ! lib/ExtUtils/Embed.t
19773 ____________________________________________________________________________
19774 [ 12740] By: nick                                  on 2001/10/28  14:14:24
19775         Log: Integrate mainline
19776      Branch: perlio
19777           !> lib/ExtUtils/Embed.t win32/win32.c
19778 ____________________________________________________________________________
19779 [ 12739] By: jhi                                   on 2001/10/28  14:06:58
19780         Log: Need to be ./executed.
19781      Branch: perl
19782            ! lib/ExtUtils/Embed.t
19783 ____________________________________________________________________________
19784 [ 12738] By: jhi                                   on 2001/10/28  14:03:58
19785         Log: Integrate perlio.
19786      Branch: perl
19787           !> perlio.c win32/win32.h
19788 ____________________________________________________________________________
19789 [ 12737] By: nick                                  on 2001/10/28  13:53:45
19790         Log: Tweak for build with Mingw32 - __attribute__((unused)) is not liked
19791              by gcc -xc++.
19792      Branch: perlio
19793            ! win32/win32.h
19794 ____________________________________________________________________________
19795 [ 12736] By: nick                                  on 2001/10/28  13:50:50
19796         Log: Have :stdio layer update an honour the fd refcnt table.
19797              Embed.t now passes with PERLIO=stdio as well (tested under ithreads)
19798      Branch: perlio
19799            ! perlio.c
19800 ____________________________________________________________________________
19801 [ 12735] By: jhi                                   on 2001/10/28  13:34:37
19802         Log: Integrate changes #12724 and #12725 from maintperl;
19803              multiarg system now works.
19804      Branch: perl
19805           !> win32/win32.c
19806 ____________________________________________________________________________
19807 [ 12734] By: jhi                                   on 2001/10/28  13:31:54
19808         Log: Integrate perlio.
19809      Branch: perl
19810           +> lib/ExtUtils/Embed.t
19811           !> MANIFEST perlio.c
19812 ____________________________________________________________________________
19813 [ 12733] By: nick                                  on 2001/10/28  13:07:16
19814         Log: Use fd refcounts to solve the problem highlighted by new Embed.t, at
19815              least for PERLIO=perlio unthreaded case
19816      Branch: perlio
19817            ! perlio.c
19818 ____________________________________________________________________________
19819 [ 12732] By: nick                                  on 2001/10/28  11:10:24
19820         Log: Typo in exe name
19821      Branch: perlio
19822            ! lib/ExtUtils/Embed.t
19823 ____________________________________________________________________________
19824 [ 12731] By: nick                                  on 2001/10/28  11:09:59
19825         Log: Integrate Mainline
19826      Branch: perlio
19827           !> Changes configure.com ext/DB_File/DB_File.pm
19828           !> ext/ODBM_File/ODBM_File.xs ext/Time/HiRes/HiRes.xs
19829           !> ext/threads/shared/shared.xs lib/ExtUtils/xsubpp
19830           !> lib/unicore/Is.pl lib/unicore/mktables makedef.pl op.h
19831           !> patchlevel.h perlio.c pod/perlapi.pod pod/perlfaq4.pod
19832           !> pod/perlhack.pod pod/perltoc.pod pod/perlunicode.pod sv.h
19833           !> t/TEST t/op/regexp.t win32/buildext.pl
19834 ____________________________________________________________________________
19835 [ 12730] By: nick                                  on 2001/10/28  11:05:35
19836         Log: Fixup Embed.t for Win32/VC++
19837      Branch: perlio
19838            ! lib/ExtUtils/Embed.t
19839 ____________________________________________________________________________
19840 [ 12729] By: nick                                  on 2001/10/28  09:36:20
19841         Log: Adapt testcase from Doug Maceachern <dougm@covalent.net> for perlio_destruct
19842              bug as lib/ExtUtils/Embed.t which tests that and some aspects of
19843              ExtUtils::Embed.
19844      Branch: perlio
19845            + lib/ExtUtils/Embed.t
19846            ! MANIFEST
19847 ____________________________________________________________________________
19848 [ 12728] By: sky                                   on 2001/10/28  08:12:53
19849         Log: Change #12726 changed require 5.002 to 5.0 somehow, I know I never changed that
19850              line manually!
19851      Branch: perl
19852            ! lib/ExtUtils/xsubpp
19853 ____________________________________________________________________________
19854 [ 12727] By: sky                                   on 2001/10/28  08:02:09
19855         Log: And here we use the prototypes.
19856      Branch: perl
19857            ! ext/threads/shared/shared.xs
19858 ____________________________________________________________________________
19859 [ 12726] By: sky                                   on 2001/10/28  08:00:48
19860         Log: Support [] style prototypes.
19861      Branch: perl
19862            ! lib/ExtUtils/xsubpp
19863 ____________________________________________________________________________
19864 [ 12725] By: gsar                                  on 2001/10/28  04:49:15
19865         Log: yet another multi-arg system() fix on windows: batch files as the
19866              first argument (i.e. directly executed by CreateProcess()) need
19867              extra quoting to escape shell-shock
19868      Branch: maint-5.6/perl
19869            ! win32/win32.c
19870 ____________________________________________________________________________
19871 [ 12724] By: gsar                                  on 2001/10/28  03:49:31
19872         Log: another multi-arg system() fix on windows: passing empty arguments
19873              now works
19874      Branch: maint-5.6/perl
19875            ! win32/win32.c
19876 ____________________________________________________________________________
19877 [ 12723] By: jhi                                   on 2001/10/28  03:32:32
19878         Log: Explicitly expect only 4 or 8 bytes of PTRSIZE.
19879              No final #else #error because we do not seem to
19880              be using #error?
19881      Branch: perl
19882            ! op.h
19883 ____________________________________________________________________________
19884 [ 12722] By: jhi                                   on 2001/10/28  02:41:04
19885         Log: Subject: [PATCH Perl@12647] Time::HiRes ualarm for VMS without one
19886              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)        
19887              Date: Sat, 27 Oct 2001 23:28:44 EST 
19888              Message-Id: <011027232650.19ae30@DUPHY4.Physics.Drexel.Edu>
19889      Branch: perl
19890            ! ext/Time/HiRes/HiRes.xs
19891 ____________________________________________________________________________
19892 [ 12721] By: jhi                                   on 2001/10/28  01:53:34
19893         Log: Regen perlapi, perltoc.
19894      Branch: perl
19895            ! pod/perlapi.pod pod/perltoc.pod
19896 ____________________________________________________________________________
19897 [ 12720] By: jhi                                   on 2001/10/28  01:30:04
19898         Log: Subject: [PATCH] sv.h documentation
19899              From: Tim Jenness <t.jenness@jach.hawaii.edu>              
19900              Date: Sat, 27 Oct 2001 15:27:41 -1000 (HST) 
19901              Message-ID: <Pine.LNX.4.33.0110271526270.24647-100000@lapaki>
19902      Branch: perl
19903            ! sv.h
19904 ____________________________________________________________________________
19905 [ 12719] By: gsar                                  on 2001/10/27  23:42:51
19906         Log: "nmake clean" fails to clean ext/... because buildext.pl calls
19907              system("nmake -nologo", "clean") and there is no executable
19908              called "nmake -nologo"; this used to "work" pre-change#12559 due
19909              to bugs in multiarg system() that have since been fixed
19910      Branch: perl
19911            ! win32/buildext.pl
19912 ____________________________________________________________________________
19913 [ 12718] By: jhi                                   on 2001/10/27  21:58:35
19914         Log: Update Changes.
19915      Branch: perl
19916            ! Changes patchlevel.h
19917 ____________________________________________________________________________
19918 [ 12717] By: jhi                                   on 2001/10/27  21:54:11
19919         Log: Subject: perlhack.pod addendum for consideration (perlbug mail interface)
19920              From: Richard.Foley@t-online.de (Richard Foley)            
19921              Date: Sun, 28 Oct 2001 00:48:32 +0200
19922              Message-ID: <15xbQQ-1BoWxsC@fwd02.sul.t-online.com>
19923      Branch: perl
19924            ! pod/perlhack.pod
19925 ____________________________________________________________________________
19926 [ 12716] By: jhi                                   on 2001/10/27  21:41:02
19927         Log: Must store pointers with the right width.
19928      Branch: perl
19929            ! op.h
19930 ____________________________________________________________________________
19931 [ 12715] By: jhi                                   on 2001/10/27  21:22:52
19932         Log: Integrate change #12711 from perlio;
19933              
19934              Use ref count scheme rather than PerlLIO_dup() to do fp_dup().
19935              Restores op/fork.t on Win32 (still segfault on exit of ok 2).
19936      Branch: perl
19937           !> perlio.c
19938 ____________________________________________________________________________
19939 [ 12714] By: jhi                                   on 2001/10/27  21:04:59
19940         Log: Subject: [PATCH] make minitest
19941              From: Nicholas Clark <nick@ccl4.org>
19942              Date: Sat, 27 Oct 2001 22:56:16 +0100
19943              Message-ID: <20011027225616.L20275@plum.flirble.org>
19944      Branch: perl
19945            ! t/TEST
19946 ____________________________________________________________________________
19947 [ 12713] By: jhi                                   on 2001/10/27  20:58:33
19948         Log: Patch #12661 missed this.
19949      Branch: perl
19950            ! ext/DB_File/DB_File.pm
19951 ____________________________________________________________________________
19952 [ 12712] By: jhi                                   on 2001/10/27  20:56:38
19953         Log: Subject: [PATCH perl@12696] C RTL awareness update for VMS
19954              From: "Craig A. Berry" <craigberry@mac.com>
19955              Date: Sat, 27 Oct 2001 16:07:47 -0500
19956              Message-Id: <5.1.0.14.2.20011027134037.01bebc60@exchi01>
19957      Branch: perl
19958            ! configure.com perlio.c
19959 ____________________________________________________________________________
19960 [ 12711] By: nick                                  on 2001/10/27  19:49:25
19961         Log: Use ref count scheme rather than PerlLIO_dup() to do fp_dup().
19962              Restores op/fork.t on Win32 (still segfault on exit of ok 2).
19963      Branch: perlio
19964            ! perlio.c
19965 ____________________________________________________________________________
19966 [ 12710] By: jhi                                   on 2001/10/27  17:07:46
19967         Log: Let's not replace reason if there's one already supplied.
19968      Branch: perl
19969            ! t/op/regexp.t
19970 ____________________________________________________________________________
19971 [ 12709] By: jhi                                   on 2001/10/27  17:02:30
19972         Log: is not good.
19973      Branch: perl
19974            ! t/op/regexp.t
19975 ____________________________________________________________________________
19976 [ 12708] By: jhi                                   on 2001/10/27  16:54:07
19977         Log: ldlibpth can exist but be unset.
19978      Branch: perl
19979            ! t/TEST
19980 ____________________________________________________________________________
19981 [ 12707] By: jhi                                   on 2001/10/27  16:47:07
19982         Log: Unicode: property alias naming cleanup.
19983      Branch: perl
19984            ! lib/unicore/Is.pl lib/unicore/mktables pod/perlunicode.pod
19985 ____________________________________________________________________________
19986 [ 12706] By: jhi                                   on 2001/10/27  15:24:06
19987         Log: FAQ sync.
19988      Branch: perl
19989            ! pod/perlfaq4.pod
19990 ____________________________________________________________________________
19991 [ 12705] By: jhi                                   on 2001/10/27  15:23:15
19992         Log: Integrate change #12703 from maintperl;
19993              
19994              typemap stuff intervenes before declaration, move it to PREINIT
19995              section
19996              
19997              (an empty integrate, but now the files are in sync
19998              between the branches)
19999      Branch: perl
20000           !> ext/ODBM_File/ODBM_File.xs
20001 ____________________________________________________________________________
20002 [ 12704] By: jhi                                   on 2001/10/27  15:21:17
20003         Log: More PerlIO symbols.
20004      Branch: perl
20005            ! makedef.pl
20006 ____________________________________________________________________________
20007 [ 12703] By: gsar                                  on 2001/10/27  15:12:54
20008         Log: typemap stuff intervenes before declaration, move it to PREINIT
20009              section
20010      Branch: maint-5.6/perl
20011            ! ext/ODBM_File/ODBM_File.xs
20012 ____________________________________________________________________________
20013 [ 12702] By: nick                                  on 2001/10/27  14:09:35
20014         Log: Integrate mainline
20015      Branch: perlio
20016           +> ext/threads/shared/t/av_simple.t
20017           +> ext/threads/shared/t/hv_refs.t
20018           +> ext/threads/shared/t/hv_simple.t lib/unicore/To/Fold.pl
20019           !> (integrate 109 files)
20020 ____________________________________________________________________________
20021 [ 12700] By: ams                                   on 2001/10/26  21:22:23
20022         Log: Subject: [PATCH] tweak divide
20023              From: Nicholas Clark <nick@ccl4.org>
20024              Date: Fri, 26 Oct 2001 22:52:17 +0100
20025              Message-Id: <20011026225217.B20275@plum.flirble.org>
20026      Branch: perl
20027            ! pp.c
20028 ____________________________________________________________________________
20029 [ 12699] By: pudge                                 on 2001/10/26  20:49:00
20030         Log: Integrate a buncha things from maintperl.
20031      Branch: maint-5.6/macperl
20032           !> (integrate 32 files)
20033 ____________________________________________________________________________
20034 [ 12698] By: jhi                                   on 2001/10/26  19:13:24
20035         Log: Subject: [PATCH] Re: DynaLoader problem on NCR SVR4 box
20036              From: Andy Dougherty <doughera@lafayette.edu>
20037              Date: Fri, 26 Oct 2001 14:36:29 -0400 (EDT)
20038              Message-ID: <Pine.SOL.4.10.10110261434280.23229-100000@maxwell.phys.lafayette.edu>
20039      Branch: perl
20040            ! hints/svr4.sh
20041 ____________________________________________________________________________
20042 [ 12697] By: jhi                                   on 2001/10/26  18:42:58
20043         Log: When you're root, many things become writable.
20044      Branch: perl
20045            ! lib/ExtUtils/Mkbootstrap.t lib/ExtUtils/Packlist.t
20046 ____________________________________________________________________________
20047 [ 12696] By: jhi                                   on 2001/10/26  15:52:58
20048         Log: Update Changes.
20049      Branch: perl
20050            ! Changes patchlevel.h
20051 ____________________________________________________________________________
20052 [ 12695] By: gsar                                  on 2001/10/26  15:34:31
20053         Log: Term/Cap.t attempts to access the floppy drive for no good reason
20054              on dosish systems
20055      Branch: perl
20056            ! lib/Term/Cap.t
20057 ____________________________________________________________________________
20058 [ 12694] By: gsar                                  on 2001/10/26  15:15:16
20059         Log: fix misleading comment on known inadequacy in B::Terse, and skip
20060              it correctly
20061      Branch: perl
20062            ! ext/B/t/terse.t
20063 ____________________________________________________________________________
20064 [ 12693] By: gsar                                  on 2001/10/26  14:53:56
20065         Log: fix spurious AutoSplit.t failure under windows
20066      Branch: perl
20067            ! lib/AutoSplit.t
20068 ____________________________________________________________________________
20069 [ 12692] By: gsar                                  on 2001/10/26  14:39:06
20070         Log: Time::HiRes::alarm() ain't gonna work either if ualarm() ain't
20071      Branch: perl
20072            ! ext/Time/HiRes/HiRes.t
20073 ____________________________________________________________________________
20074 [ 12691] By: jhi                                   on 2001/10/26  14:34:15
20075         Log: More logical to use %04"UVXf" than %"UVuf" since
20076              the Unicode standard prefers hex.
20077      Branch: perl
20078            ! lib/unicore/To/Fold.pl lib/unicore/To/Lower.pl
20079            ! lib/unicore/To/Title.pl lib/unicore/To/Upper.pl
20080            ! lib/unicore/mktables utf8.c
20081 ____________________________________________________________________________
20082 [ 12690] By: gsar                                  on 2001/10/26  14:15:55
20083         Log: change#12065 seems to have broken Encode build on windows; fix
20084      Branch: perl
20085            ! ext/Encode/Encode.xs ext/Encode/Makefile.PL
20086 ____________________________________________________________________________
20087 [ 12689] By: jhi                                   on 2001/10/26  14:12:04
20088         Log: Unicode: add the case folding table.
20089      Branch: perl
20090            + lib/unicore/To/Fold.pl
20091            ! MANIFEST lib/unicore/mktables
20092 ____________________________________________________________________________
20093 [ 12688] By: sky                                   on 2001/10/26  13:51:29
20094         Log: Get the new functions right, do not export lock since we use builtin lock.
20095              TODO: fix xsubpp to support the new prototypes
20096      Branch: perl
20097            ! ext/threads/shared/shared.pm ext/threads/shared/shared.xs
20098 ____________________________________________________________________________
20099 [ 12687] By: jhi                                   on 2001/10/26  13:43:03
20100         Log: USE_ENVIRON_ARRAY instead of !MACOS_TRADITIONAL,
20101              as suggested by Sarathy.
20102      Branch: perl
20103            ! mg.c
20104 ____________________________________________________________________________
20105 [ 12686] By: gsar                                  on 2001/10/26  13:39:52
20106         Log: avoid compiler warning
20107      Branch: perl
20108            ! win32/win32.c
20109 ____________________________________________________________________________
20110 [ 12685] By: jhi                                   on 2001/10/26  13:39:12
20111         Log: WinCE update from Rainer Keuchel.
20112      Branch: perl
20113            ! perl.h wince/Makefile.ce wince/config.ce wince/perldll.def
20114            ! wince/wince.c
20115 ____________________________________________________________________________
20116 [ 12684] By: sky                                   on 2001/10/26  13:34:33
20117         Log: And then finally cond_wait cond_signal and cond_broadcast are now implmented.
20118      Branch: perl
20119            ! ext/threads/shared/shared.pm ext/threads/shared/shared.xs
20120 ____________________________________________________________________________
20121 [ 12683] By: gbarr                                 on 2001/10/26  13:32:47
20122         Log: More fixes that were made to the core and not in the libnet src
20123      Branch: perl
20124            ! lib/Net/Domain.pm
20125 ____________________________________________________________________________
20126 [ 12682] By: jhi                                   on 2001/10/26  13:31:10
20127         Log: Subject: Re: DB_File-1.79 on Cygwin 1.3.3
20128              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>    
20129              Date: Fri, 26 Oct 2001 13:55:21 +0200
20130              Message-Id: <20011026135017.F575.H.M.BRAND@hccnet.nl>
20131              
20132              (plus make the db-recno.t#59 accept both \n and \r\n)
20133      Branch: perl
20134            ! ext/DB_File/t/db-btree.t ext/DB_File/t/db-hash.t
20135            ! ext/DB_File/t/db-recno.t
20136 ____________________________________________________________________________
20137 [ 12681] By: gbarr                                 on 2001/10/26  13:22:38
20138         Log: Fix tests to be able to run in the core and the CPAN dist
20139      Branch: perl
20140            ! lib/Net/t/ftp.t lib/Net/t/hostname.t lib/Net/t/nntp.t
20141            ! lib/Net/t/require.t lib/Net/t/smtp.t
20142 ____________________________________________________________________________
20143 [ 12680] By: jhi                                   on 2001/10/26  13:16:03
20144         Log: Subject: Re: perl@12605 on VMS, [minor PATCH enclosed]
20145              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
20146              Message-Id: <011026081912.dc29b@DUPHY4.Physics.Drexel.Edu>
20147              Date: Fri, 26 Oct 2001 08:34:46 EDT
20148      Branch: perl
20149            ! ext/Time/HiRes/HiRes.t
20150 ____________________________________________________________________________
20151 [ 12679] By: gbarr                                 on 2001/10/26  13:11:00
20152         Log: Sync libnet modules with what will be libnet-1.08
20153      Branch: perl
20154            ! lib/Net/ChangeLog.libnet lib/Net/Cmd.pm lib/Net/Config.pm
20155            ! lib/Net/Domain.pm lib/Net/FTP.pm lib/Net/FTP/I.pm
20156            ! lib/Net/Netrc.pm lib/Net/SMTP.pm lib/Net/t/ftp.t
20157            ! lib/Net/t/hostname.t lib/Net/t/nntp.t lib/Net/t/smtp.t
20158 ____________________________________________________________________________
20159 [ 12678] By: jhi                                   on 2001/10/26  13:03:01
20160         Log: Integrate maintperl changes #12268 and #12669;
20161              
20162              final touches to the audit for statics and thread-unsafe code
20163              * make DB_File, ODBM_File thread-safe 
20164              * remove unnecessary/dangerous statics and protect others
20165              from not getting accidentally enabled under threaded perls
20166              
20167              windows support functions get_childdir() et al aren't exported
20168              correctly under vanilla build
20169              
20170              Testing under win32 appreciated since changes there had
20171              to be manually merged and I cannot test how badly did I do.
20172      Branch: perl
20173           !> ext/B/B.xs ext/DB_File/DB_File.xs ext/File/Glob/Glob.xs
20174           !> ext/ODBM_File/ODBM_File.xs ext/Opcode/Opcode.xs ext/re/re.xs
20175           !> gv.c iperlsys.h makedef.pl mg.c op.c scope.c toke.c util.c
20176           !> win32/vmem.h win32/win32.c win32/win32iop.h
20177 ____________________________________________________________________________
20178 [ 12677] By: sky                                   on 2001/10/26  12:37:17
20179         Log: More Config::threads to threads::threads changes
20180      Branch: perl
20181            ! ext/threads/shared/shared.pm ext/threads/t/basic.t
20182 ____________________________________________________________________________
20183 [ 12676] By: sky                                   on 2001/10/26  12:31:46
20184         Log: Make new() work exactly like create(). Move from Config::threads to threads::threads
20185      Branch: perl
20186            ! ext/threads/threads.pm ext/threads/threads.xs
20187 ____________________________________________________________________________
20188 [ 12675] By: sky                                   on 2001/10/26  12:06:30
20189         Log: Allocing a TLS in runtime is not too hot.
20190      Branch: perl
20191            ! ext/threads/threads.xs
20192 ____________________________________________________________________________
20193 [ 12674] By: sky                                   on 2001/10/26  11:59:09
20194         Log: Don't display debug data.
20195      Branch: perl
20196            ! ext/threads/threads.pm
20197 ____________________________________________________________________________
20198 [ 12673] By: sky                                   on 2001/10/26  11:35:47
20199         Log: Extend support of change #12672 to support arrays and hashes. Shared reference support is
20200              complete bar support for blessed objects.
20201              TODO: tests for shared arrays and more hv reference tests. Also a complex test testing all types intermixed.
20202      Branch: perl
20203            ! ext/threads/shared/shared.xs ext/threads/shared/t/hv_refs.t
20204 ____________________________________________________________________________
20205 [ 12672] By: sky                                   on 2001/10/26  11:15:28
20206         Log: Fix case where shared reference does not exist in current thread.
20207      Branch: perl
20208            ! ext/threads/shared/shared.xs ext/threads/shared/t/hv_refs.t
20209 ____________________________________________________________________________
20210 [ 12671] By: sky                                   on 2001/10/26  08:48:52
20211         Log: Support for references in shared arrays.
20212      Branch: perl
20213            ! ext/threads/shared/shared.xs
20214 ____________________________________________________________________________
20215 [ 12670] By: sky                                   on 2001/10/26  08:30:11
20216         Log: Add tests for references in hashes.
20217      Branch: perl
20218            + ext/threads/shared/t/hv_refs.t
20219            ! MANIFEST
20220 ____________________________________________________________________________
20221 [ 12669] By: gsar                                  on 2001/10/26  06:07:10
20222         Log: windows support functions get_childdir() et al aren't exported
20223              correctly under vanilla build
20224      Branch: maint-5.6/perl
20225            ! iperlsys.h makedef.pl mg.c win32/win32.c win32/win32iop.h
20226 ____________________________________________________________________________
20227 [ 12668] By: gsar                                  on 2001/10/26  03:52:12
20228         Log: final touches to the audit for statics and thread-unsafe code
20229              * make DB_File, ODBM_File thread-safe 
20230              * remove unnecessary/dangerous statics and protect others
20231              from not getting accidentally enabled under threaded perls
20232      Branch: maint-5.6/perl
20233            ! ext/B/B.xs ext/DB_File/DB_File.xs ext/File/Glob/Glob.xs
20234            ! ext/ODBM_File/ODBM_File.xs ext/Opcode/Opcode.xs ext/re/re.xs
20235            ! gv.c mg.c op.c scope.c toke.c util.c win32/vmem.h
20236            ! win32/win32.c
20237 ____________________________________________________________________________
20238 [ 12667] By: ams                                   on 2001/10/26  03:48:36
20239         Log: Subject: [PATCH] Fix sharedsv.c compile-time warnings.
20240              From: "Richard Soderberg" <rs@crystalflame.net>
20241              Date: Thu, 25 Oct 2001 23:42:50 -0400
20242              Message-Id: <NAEKLNAAHLMBPMPNBMLEKEJCEAAA.rs@crystalflame.net>
20243      Branch: perl
20244            ! sharedsv.c
20245 ____________________________________________________________________________
20246 [ 12666] By: jhi                                   on 2001/10/26  02:07:17
20247         Log: Integrate change #12664 from maintperl;
20248              
20249              the newest GCCs don't seem to like C<"string1"##STRING2>
20250              so keep it as C<"string1" STRING2> (latter appears to
20251              work everywhere)
20252      Branch: perl
20253           !> ext/DynaLoader/dlutils.c
20254 ____________________________________________________________________________
20255 [ 12665] By: jhi                                   on 2001/10/26  02:04:29
20256         Log: Subject: [PATCH] perl.h for Mac OS (Classic)
20257              From: Chris Nandor <pudge@pobox.com>
20258              Date: Thu, 25 Oct 2001 22:15:03 -0400
20259              Message-Id: <p0510030db7fe771a5a34@[10.0.1.177]>
20260      Branch: perl
20261            ! perl.h
20262 ____________________________________________________________________________
20263 [ 12664] By: gsar                                  on 2001/10/26  00:22:35
20264         Log: the newest GCCs don't seem to like C<"string1"##STRING2> so keep it as
20265              C<"string1" STRING2> (latter appears to work everywhere)
20266      Branch: maint-5.6/perl
20267            ! ext/DynaLoader/dlutils.c
20268 ____________________________________________________________________________
20269 [ 12663] By: jhi                                   on 2001/10/25  22:59:44
20270         Log: AUTHORS update.
20271      Branch: perl
20272            ! AUTHORS
20273 ____________________________________________________________________________
20274 [ 12662] By: jhi                                   on 2001/10/25  22:50:41
20275         Log: Integrate change #12660 from maintperl;
20276              
20277              make the dMY_CXT stuff available under all of
20278              MULTIPLICITY/PERL_OBJECT/USE_ITHREADS
20279      Branch: perl
20280           !> perl.h
20281 ____________________________________________________________________________
20282 [ 12661] By: jhi                                   on 2001/10/25  22:47:28
20283         Log: Subject: [PATCH] DB_File-1.79
20284              From: "Paul Marquess" <paul.marquess@openwave.com>
20285              Date: Fri, 26 Oct 2001 00:03:54 +0100
20286              Message-ID: <AIEAJICLCBDNAAOLLOKLAEELDDAA.paul.marquess@openwave.com>
20287      Branch: perl
20288            ! ext/DB_File/Changes ext/DB_File/DB_File.xs
20289            ! ext/DB_File/t/db-recno.t ext/DB_File/version.c
20290 ____________________________________________________________________________
20291 [ 12660] By: gsar                                  on 2001/10/25  22:44:44
20292         Log: make the dMY_CXT stuff available under all of
20293              MULTIPLICITY/PERL_OBJECT/USE_ITHREADS
20294      Branch: maint-5.6/perl
20295            ! perl.h
20296 ____________________________________________________________________________
20297 [ 12659] By: jhi                                   on 2001/10/25  21:27:23
20298         Log: Subject: [PATCH t/run/killperl.t] Re: [ID 20011025.054] Segmentation fault when using the function read not correctly
20299              From: Michael G Schwern <schwern@pobox.com>
20300              Date: Thu, 25 Oct 2001 18:28:12 -0400
20301              Message-ID: <20011025182812.M4811@blackrider>
20302      Branch: perl
20303            ! t/run/kill_perl.t
20304 ____________________________________________________________________________
20305 [ 12658] By: jhi                                   on 2001/10/25  20:54:58
20306         Log: STRLEN != int.
20307      Branch: perl
20308            ! regcomp.c regexec.c
20309 ____________________________________________________________________________
20310 [ 12657] By: jhi                                   on 2001/10/25  20:51:44
20311         Log: Subject: [PATCH] remove small IVop redundancy
20312              From: Nicholas Clark <nick@ccl4.org>
20313              Date: Thu, 25 Oct 2001 22:48:28 +0100
20314              Message-ID: <20011025224827.M66471@plum.flirble.org>
20315      Branch: perl
20316            ! pp.c pp_hot.c
20317 ____________________________________________________________________________
20318 [ 12656] By: jhi                                   on 2001/10/25  18:45:52
20319         Log: Metaconfig unit change for #12655.
20320      Branch: metaconfig/U/perl
20321            ! Extensions.U
20322 ____________________________________________________________________________
20323 [ 12655] By: jhi                                   on 2001/10/25  18:45:18
20324         Log: Subject: Re: Not OK @12650
20325              From: Andy Dougherty <doughera@lafayette.edu>
20326              Date: Thu, 25 Oct 2001 15:34:02 -0400 (EDT)
20327              Message-ID: <Pine.SOL.4.10.10110251520300.22317-100000@maxwell.phys.lafayette.edu>
20328      Branch: perl
20329            ! Configure
20330 ____________________________________________________________________________
20331 [ 12654] By: jhi                                   on 2001/10/25  18:07:58
20332         Log: Integrate changes #12652 and #12653 from maintperl;
20333              
20334              more tweaks to change#12626
20335              * move the boilerplate code over to perl.h and make DynaLoader
20336              use it
20337              * make re, Opcode, File::Glob and B threadsafe
20338              * re.xs needed s/deinstall/uninstall/ (guess nobody uses
20339              C<no re;> anywhere)
20340              
20341              include XS_VERSION in MY_CXT_KEY (tweak for change#12652)
20342              
20343              File::Glob required a bit more work in bleadperl
20344              because of ExtUtils::Constant (see the Makefile.PL change)
20345      Branch: perl
20346            ! ext/File/Glob/Glob.pm ext/File/Glob/Makefile.PL
20347           !> ext/B/B.xs ext/DynaLoader/dlutils.c ext/File/Glob/Glob.xs
20348           !> ext/Opcode/Opcode.xs ext/re/re.xs perl.h
20349 ____________________________________________________________________________
20350 [ 12653] By: gsar                                  on 2001/10/25  17:23:52
20351         Log: include XS_VERSION in MY_CXT_KEY (tweak for change#12652)
20352      Branch: maint-5.6/perl
20353            ! ext/B/B.xs ext/DynaLoader/dlutils.c ext/File/Glob/Glob.xs
20354            ! ext/Opcode/Opcode.xs ext/re/re.xs
20355 ____________________________________________________________________________
20356 [ 12652] By: gsar                                  on 2001/10/25  16:46:44
20357         Log: more tweaks to change#12626
20358              * move the boilerplate code over to perl.h and make DynaLoader
20359              use it
20360              * make re, Opcode, File::Glob and B threadsafe
20361              * re.xs needed s/deinstall/uninstall/ (guess nobody uses
20362              C<no re;> anywhere)
20363      Branch: maint-5.6/perl
20364            ! ext/B/B.xs ext/DynaLoader/dlutils.c ext/File/Glob/Glob.xs
20365            ! ext/Opcode/Opcode.xs ext/re/re.xs perl.h
20366 ____________________________________________________________________________
20367 [ 12651] By: jhi                                   on 2001/10/25  16:35:51
20368         Log: Metaconfig unit change for #12650.
20369      Branch: metaconfig/U/perl
20370            ! Extensions.U
20371 ____________________________________________________________________________
20372 [ 12650] By: jhi                                   on 2001/10/25  16:35:34
20373         Log: Subject: Re: ithreads doesn't like usedl=n
20374              From: Andy Dougherty <doughera@lafayette.edu>
20375              Date: Thu, 25 Oct 2001 13:16:00 -0400 (EDT)
20376              Message-ID: <Pine.SOL.4.10.10110251312200.22183-100000@maxwell.phys.lafayette.edu>
20377              
20378              Special-case threads::shared.
20379      Branch: perl
20380            ! Configure
20381 ____________________________________________________________________________
20382 [ 12649] By: jhi                                   on 2001/10/25  16:21:35
20383         Log: Getting fancier...
20384      Branch: perl
20385            ! t/TEST
20386 ____________________________________________________________________________
20387 [ 12648] By: jhi                                   on 2001/10/25  14:26:20
20388         Log: csh - what a pain.
20389      Branch: perl
20390            ! t/TEST
20391 ____________________________________________________________________________
20392 [ 12647] By: jhi                                   on 2001/10/25  14:04:01
20393         Log: Update Changes.
20394      Branch: perl
20395            ! Changes patchlevel.h
20396 ____________________________________________________________________________
20397 [ 12646] By: jhi                                   on 2001/10/25  13:34:19
20398         Log: Allow resetting the locale system for the duration
20399              of the build (Mac OS X default setting LANG=En_US
20400              ist kaputt)
20401      Branch: perl
20402            ! Makefile.SH
20403 ____________________________________________________________________________
20404 [ 12645] By: jhi                                   on 2001/10/25  13:04:17
20405         Log: Update the MD5 checksum of MD5.xs (caused by #12642)
20406      Branch: perl
20407            ! ext/Digest/MD5/t/files.t
20408 ____________________________________________________________________________
20409 [ 12644] By: jhi                                   on 2001/10/25  12:56:33
20410         Log: Subject: [PATCH] Omit needless calls to pod2man (perl@12641)
20411              From: Andy Dougherty <doughera@lafayette.edu>
20412              Date: Thu, 25 Oct 2001 09:56:57 -0400 (EDT) 
20413              Message-ID: <Pine.SOL.4.10.10110250955390.18833-100000@maxwell.phys.lafayette.edu>
20414      Branch: perl
20415            ! ext/I18N/Langinfo/Makefile.PL ext/threads/Makefile.PL
20416            ! ext/threads/shared/Makefile.PL
20417 ____________________________________________________________________________
20418 [ 12643] By: sky                                   on 2001/10/25  12:28:26
20419         Log: Add support for reference members of hashes.
20420      Branch: perl
20421            ! ext/threads/shared/shared.xs
20422 ____________________________________________________________________________
20423 [ 12642] By: ams                                   on 2001/10/25  12:21:13
20424         Log: Subject: [PATCH] ext/Digest/MD5/MD5.xs RFC typo
20425              From: "Norton Allen" <nort@qnx.com>
20426              Date: Thu, 25 Oct 2001 08:53:56 -0400 (edt)
20427              Message-Id: <200110251253.IAA180600866@rosamund.arp.harvard.edu>
20428      Branch: perl
20429            ! ext/Digest/MD5/MD5.xs
20430 ____________________________________________________________________________
20431 [ 12641] By: sky                                   on 2001/10/25  10:27:39
20432         Log: Tests shared hashes.
20433      Branch: perl
20434            + ext/threads/shared/t/hv_simple.t
20435            ! MANIFEST
20436 ____________________________________________________________________________
20437 [ 12640] By: sky                                   on 2001/10/25  10:18:23
20438         Log: Fix threadcounts for arrays and hashes.
20439      Branch: perl
20440            ! ext/threads/shared/shared.pm ext/threads/shared/shared.xs
20441 ____________________________________________________________________________
20442 [ 12639] By: sky                                   on 2001/10/25  10:17:26
20443         Log: Note to self, doing *src_ary++ in a macro that evaluates
20444              the value more than once is a good way to dump core.
20445      Branch: perl
20446            ! sharedsv.c
20447 ____________________________________________________________________________
20448 [ 12638] By: jhi                                   on 2001/10/25  05:18:06
20449         Log: Integrate change #12636 from maintperl; more dl fixups.
20450      Branch: perl
20451           !> ext/DynaLoader/dl_mac.xs ext/DynaLoader/dl_next.xs
20452           !> ext/DynaLoader/dl_vms.xs
20453 ____________________________________________________________________________
20454 [ 12637] By: jhi                                   on 2001/10/25  05:14:17
20455         Log: Like dl_hpux, like dl_dld.
20456      Branch: perl
20457            ! ext/DynaLoader/dl_dld.xs
20458 ____________________________________________________________________________
20459 [ 12636] By: gsar                                  on 2001/10/25  02:34:06
20460         Log: followups to change#12635
20461      Branch: maint-5.6/perl
20462            ! ext/DynaLoader/dl_mac.xs ext/DynaLoader/dl_next.xs
20463            ! ext/DynaLoader/dl_vms.xs
20464 ____________________________________________________________________________
20465 [ 12635] By: gsar                                  on 2001/10/25  02:22:03
20466         Log: add part of change#12634 to the two files that need it; dl_aix.xs
20467              in maint-5.6 doesn't have the branch that had the problem in
20468              mainline
20469      Branch: maint-5.6/perl
20470            ! ext/DynaLoader/dl_dld.xs ext/DynaLoader/dl_hpux.xs
20471 ____________________________________________________________________________
20472 [ 12634] By: jhi                                   on 2001/10/25  01:53:03
20473         Log: Fixes for #12627.
20474      Branch: perl
20475            ! ext/DynaLoader/dl_aix.xs ext/DynaLoader/dl_hpux.xs
20476 ____________________________________________________________________________
20477 [ 12633] By: jhi                                   on 2001/10/25  01:52:33
20478         Log: Since pv_uni_display and sv_uni_display are now used
20479              in the re extension, their symbols have to be exported.
20480      Branch: perl
20481            ! embed.pl global.sym
20482 ____________________________________________________________________________
20483 [ 12632] By: jhi                                   on 2001/10/25  01:00:06
20484         Log: Subject:  Re: [PATCH Perl@12567] debug /list
20485              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
20486              Date: Tue, 23 Oct 2001 21:40:33 EDT
20487              Message-Id: <011023214011.184825@DUPHY4.Physics.Drexel.Edu>
20488      Branch: perl
20489            ! configure.com
20490 ____________________________________________________________________________
20491 [ 12631] By: jhi                                   on 2001/10/25  00:25:55
20492         Log: This takes care of some of the re 'debug' cases but
20493              not all cases since the information whether the pattern
20494              or the target are utf8 seems to be either lost or not
20495              spread widely enough, sigh.
20496      Branch: perl
20497            ! regcomp.c
20498 ____________________________________________________________________________
20499 [ 12630] By: jhi                                   on 2001/10/25  00:03:07
20500         Log: Subject: [PATCH] - was RE: [PATCH perl@12443] VMS64-bitconfigure
20501              From: John Peacock <jpeacock@rowman.com>
20502              Date: Wed, 24 Oct 2001 16:53:29 -0400
20503              Message-ID: <3BD72A49.1508D152@rowman.com>
20504      Branch: perl
20505            ! configure.com
20506 ____________________________________________________________________________
20507 [ 12629] By: jhi                                   on 2001/10/24  23:16:21
20508         Log: Upgrade NetWare and WinCE as in #12626.
20509      Branch: perl
20510            ! NetWare/dl_netware.xs wince/dl_win32.xs
20511 ____________________________________________________________________________
20512 [ 12628] By: jhi                                   on 2001/10/24  23:07:00
20513         Log: Tru64 compiler nit.
20514      Branch: perl
20515            ! ext/threads/shared/shared.xs
20516 ____________________________________________________________________________
20517 [ 12627] By: jhi                                   on 2001/10/24  22:02:23
20518         Log: Integrate change #12626 from maintperl;
20519              make DynaLoader threadsafe by moving all statics into
20520              interpreter-local space
20521              
20522              TODO: Netware, OS/2, WinCE
20523      Branch: perl
20524           !> ext/DynaLoader/dl_aix.xs ext/DynaLoader/dl_beos.xs
20525           !> ext/DynaLoader/dl_dld.xs ext/DynaLoader/dl_dllload.xs
20526           !> ext/DynaLoader/dl_dlopen.xs ext/DynaLoader/dl_dyld.xs
20527           !> ext/DynaLoader/dl_hpux.xs ext/DynaLoader/dl_mac.xs
20528           !> ext/DynaLoader/dl_mpeix.xs ext/DynaLoader/dl_next.xs
20529           !> ext/DynaLoader/dl_vmesa.xs ext/DynaLoader/dl_vms.xs
20530           !> ext/DynaLoader/dlutils.c win32/dl_win32.xs
20531 ____________________________________________________________________________
20532 [ 12626] By: gsar                                  on 2001/10/24  21:43:10
20533         Log: make DynaLoader threadsafe by moving all statics into interpreter-local
20534              space
20535      Branch: maint-5.6/perl
20536            ! ext/DynaLoader/dl_aix.xs ext/DynaLoader/dl_beos.xs
20537            ! ext/DynaLoader/dl_dld.xs ext/DynaLoader/dl_dllload.xs
20538            ! ext/DynaLoader/dl_dlopen.xs ext/DynaLoader/dl_dyld.xs
20539            ! ext/DynaLoader/dl_hpux.xs ext/DynaLoader/dl_mac.xs
20540            ! ext/DynaLoader/dl_mpeix.xs ext/DynaLoader/dl_next.xs
20541            ! ext/DynaLoader/dl_vmesa.xs ext/DynaLoader/dl_vms.xs
20542            ! ext/DynaLoader/dlutils.c win32/dl_win32.xs
20543 ____________________________________________________________________________
20544 [ 12625] By: sky                                   on 2001/10/24  20:05:26
20545         Log: Change #12623 inflicted an infinite hang. Fixed.
20546      Branch: perl
20547            ! ext/threads/shared/shared.xs
20548 ____________________________________________________________________________
20549 [ 12624] By: sky                                   on 2001/10/24  19:06:55
20550         Log: Adds support for hashes. Neither hashes nor arrays can contain references yet.
20551      Branch: perl
20552            ! ext/threads/shared/shared.pm ext/threads/shared/shared.xs
20553 ____________________________________________________________________________
20554 [ 12623] By: sky                                   on 2001/10/24  18:06:34
20555         Log: We need to do sharedsv_find in the original perl context.
20556      Branch: perl
20557            ! ext/threads/shared/shared.xs
20558 ____________________________________________________________________________
20559 [ 12622] By: sky                                   on 2001/10/24  17:26:51
20560         Log: Add support for basic support for AVs, references not supported yet.
20561              Add test for AVs.
20562              Add more tests to sv_refs
20563              Fix documentation issues.  
20564      Branch: perl
20565            + ext/threads/shared/t/av_simple.t
20566            ! MANIFEST ext/threads/shared/shared.pm
20567            ! ext/threads/shared/shared.xs ext/threads/shared/t/sv_refs.t
20568 ____________________________________________________________________________
20569 [ 12621] By: jhi                                   on 2001/10/24  14:08:39
20570         Log: Dump Unicode better for re 'debug'.  The regprop()
20571              is unfinished since have to figure out how to detect
20572              Unicodeness in there.
20573      Branch: perl
20574            ! regcomp.c regexec.c
20575 ____________________________________________________________________________
20576 [ 12620] By: sky                                   on 2001/10/24  13:18:07
20577         Log: Add support for finding shared arrays and hashes.
20578      Branch: perl
20579            ! sharedsv.c
20580 ____________________________________________________________________________
20581 [ 12619] By: jhi                                   on 2001/10/24  13:06:24
20582         Log: Rewrite sv_uni_display() as pv_uni_display() as
20583              reimplement sv_uni_display() using that.
20584      Branch: perl
20585            ! dump.c embed.h embed.pl proto.h
20586 ____________________________________________________________________________
20587 [ 12618] By: jhi                                   on 2001/10/24  12:14:03
20588         Log: Integrate change #12615 from maintperl;
20589              on Windows, IO::File::new_tmpfile() fails after being called
20590              32767 times because MSVCRT thinks stdio's TMP_MAX is a
20591              process-wide limit
20592      Branch: perl
20593           !> win32/win32.c
20594 ____________________________________________________________________________
20595 [ 12617] By: jhi                                   on 2001/10/24  12:10:37
20596         Log: Don't try to print ints as IVs.
20597      Branch: perl
20598            ! ext/Time/HiRes/HiRes.xs
20599 ____________________________________________________________________________
20600 [ 12616] By: sky                                   on 2001/10/24  11:06:35
20601         Log: We only need to fetch the SV from the backend if the index
20602              is not the same as mg_private.     In theory this could be
20603              a problem if there are an exact multiple of U16 changes
20604              of a shared variable between two access in a given thread,
20605              we choose to avoid theory for now.
20606      Branch: perl
20607            ! ext/threads/shared/shared.xs sharedsv.c sharedsv.h
20608 ____________________________________________________________________________
20609 [ 12615] By: gsar                                  on 2001/10/24  04:09:43
20610         Log: on Windows, IO::File::new_tmpfile() fails after being called
20611              32767 times because MSVCRT thinks stdio's TMP_MAX is a
20612              process-wide limit
20613      Branch: maint-5.6/perl
20614            ! win32/win32.c
20615 ____________________________________________________________________________
20616 [ 12614] By: jhi                                   on 2001/10/23  22:19:34
20617         Log: Negation and Unicode: sort of solves 20010303.010,
20618              except not quite like reported in the Subject
20619              (Perl_warner is still utf8-ignorant).
20620      Branch: perl
20621            ! pp.c t/lib/warnings/sv
20622 ____________________________________________________________________________
20623 [ 12613] By: jhi                                   on 2001/10/23  21:53:13
20624         Log: Make the "isn't numeric" warning to show Unicode as Unicode.
20625      Branch: perl
20626            ! sv.c t/lib/warnings/sv
20627 ____________________________________________________________________________
20628 [ 12612] By: jhi                                   on 2001/10/23  21:52:45
20629         Log: sv_uni_display(): do not add the "...", let the caller
20630              do it if wanted, and be prepared for more display options.
20631      Branch: perl
20632            ! dump.c embed.h embed.pl proto.h
20633 ____________________________________________________________________________
20634 [ 12611] By: nick                                  on 2001/10/23  20:28:07
20635         Log: Integrate mainline
20636      Branch: perlio
20637           !> Changes configure.com cygwin/cygwin.c
20638           !> ext/DynaLoader/DynaLoader_pm.PL ext/File/Glob/t/basic.t
20639           !> ext/Time/HiRes/HiRes.t ext/Time/HiRes/HiRes.xs lib/AutoSplit.t
20640           !> lib/File/Spec.t lib/File/Spec/Mac.pm lib/File/Spec/Win32.pm
20641           !> lib/Net/Domain.pm patchlevel.h perl.c perlio.c
20642           !> pod/perlunicode.pod pp.c t/TEST t/op/lc.t t/op/taint.t
20643           !> utils/h2xs.PL utils/perldoc.PL
20644 ____________________________________________________________________________
20645 [ 12610] By: sky                                   on 2001/10/23  19:39:24
20646         Log: Change #12607 introduced a bug, seems like some MAGICAL SVs
20647              don't call themselves READONLY but still die with modification
20648              attempt. We only call bless for ext and umagic.
20649      Branch: perl
20650            ! sv.c
20651 ____________________________________________________________________________
20652 [ 12609] By: jhi                                   on 2001/10/23  19:35:02
20653         Log: Croak() on negative time; doc tweaks.
20654      Branch: perl
20655            ! ext/Time/HiRes/HiRes.pm ext/Time/HiRes/HiRes.t
20656            ! ext/Time/HiRes/HiRes.xs
20657 ____________________________________________________________________________
20658 [ 12608] By: jhi                                   on 2001/10/23  18:38:03
20659         Log: FAQ sync.
20660      Branch: perl
20661            ! pod/perlfaq4.pod pod/perlfaq7.pod
20662 ____________________________________________________________________________
20663 [ 12607] By: sky                                   on 2001/10/23  18:27:27
20664         Log: Call setmagic on the referent we are blessing.
20665      Branch: perl
20666            ! sv.c
20667 ____________________________________________________________________________
20668 [ 12606] By: jhi                                   on 2001/10/23  16:30:00
20669         Log: Small test nits.
20670      Branch: perl
20671            ! t/op/lc.t
20672 ____________________________________________________________________________
20673 [ 12605] By: jhi                                   on 2001/10/23  13:08:32
20674         Log: Update Changes.
20675      Branch: perl
20676            ! Changes patchlevel.h
20677 ____________________________________________________________________________
20678 [ 12604] By: jhi                                   on 2001/10/23  13:03:21
20679         Log: Make the PerlIO_init() prototypes consistent.
20680      Branch: perl
20681            ! perlio.c
20682 ____________________________________________________________________________
20683 [ 12603] By: jhi                                   on 2001/10/23  12:54:52
20684         Log: Upping the test count is a good idea.
20685      Branch: perl
20686            ! t/op/lc.t
20687 ____________________________________________________________________________
20688 [ 12602] By: jhi                                   on 2001/10/23  12:52:10
20689         Log: Document the final sigma spot.
20690      Branch: perl
20691            ! pp.c
20692 ____________________________________________________________________________
20693 [ 12601] By: jhi                                   on 2001/10/23  12:26:12
20694         Log: Fix multicharacter titlecase (ucfirst).
20695      Branch: perl
20696            ! pod/perlunicode.pod pp.c t/op/lc.t
20697 ____________________________________________________________________________
20698 [ 12600] By: jhi                                   on 2001/10/23  11:47:19
20699         Log: Subject: [PATCH 5.6.1 perldoc] one more touch on File::Temp
20700              From: Mikhail Zabaluev <mhz@alt-linux.org>
20701              Date: Tue, 23 Oct 2001 10:40:37 +0400
20702              Message-ID: <20011023104037.A12761@localhost.localdomain>
20703              
20704              (#12406 replaced with this)
20705      Branch: perl
20706            ! utils/perldoc.PL
20707 ____________________________________________________________________________
20708 [ 12599] By: jhi                                   on 2001/10/23  00:26:17
20709         Log: MacOS Classic updates from Pudge.
20710      Branch: perl
20711            ! lib/File/Spec.t lib/File/Spec/Mac.pm
20712 ____________________________________________________________________________
20713 [ 12598] By: jhi                                   on 2001/10/22  22:32:59
20714         Log: Subject: [PATCH bleadperl] AutoSplit.t now passes (partialy) on Win32
20715              From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu>
20716              Date: Sun, 14 Oct 2001 23:14:46 +0200
20717              Message-ID: <265984377.20011014231446@tesla.rcub.bg.ac.yu>
20718              
20719              except for the 2->4 changes.
20720      Branch: perl
20721            ! lib/AutoSplit.t
20722 ____________________________________________________________________________
20723 [ 12597] By: gsar                                  on 2001/10/22  22:02:50
20724         Log: integrate macperl contents into maint-5.6
20725      Branch: maint-5.6/perl
20726            ! mg.c
20727           !> AUTHORS README.macos ext/DynaLoader/DynaLoader_pm.PL
20728           !> ext/DynaLoader/dl_mac.xs lib/File/Find.pm lib/File/Spec.pm
20729           !> lib/File/Spec/Epoc.pm lib/File/Spec/Functions.pm
20730           !> lib/File/Spec/Mac.pm lib/File/Spec/Unix.pm
20731           !> lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm lib/File/Temp.pm
20732           !> perl.c perl.h pod/perlport.pod t/lib/filefind-taint.t
20733           !> t/lib/filefind.t t/lib/filespec.t
20734 ____________________________________________________________________________
20735 [ 12596] By: jhi                                   on 2001/10/22  21:43:44
20736         Log: At some point the #6234 has been lost from the mainline
20737              (noticed by Pudge; what's a Mac guy doing reading Win modules? :-)
20738      Branch: perl
20739            ! lib/File/Spec/Win32.pm
20740 ____________________________________________________________________________
20741 [ 12595] By: jhi                                   on 2001/10/22  21:31:31
20742         Log: Cygwin seems to round up (or closest, but not down)
20743              for time(), so half of the time (bad pun intended)
20744              Time::HiRes::time() is less than time(), half of
20745              the time it's more.  So let's try harder in the loop.
20746      Branch: perl
20747            ! ext/Time/HiRes/HiRes.t
20748 ____________________________________________________________________________
20749 [ 12594] By: jhi                                   on 2001/10/22  21:23:15
20750         Log: MacOS Classic timeofday(), from Chris Nandor. 
20751      Branch: perl
20752            ! ext/Time/HiRes/HiRes.xs
20753 ____________________________________________________________________________
20754 [ 12593] By: jhi                                   on 2001/10/22  21:17:39
20755         Log: Integrate changes #12580 and #12581 from macperl;
20756              
20757              Fix path construction.
20758              
20759              (Copyright) Nit.
20760      Branch: perl
20761           !> ext/DynaLoader/DynaLoader_pm.PL perl.c
20762 ____________________________________________________________________________
20763 [ 12592] By: jhi                                   on 2001/10/22  21:00:18
20764         Log: No domainname(1) in Cygwin, either, and the 2>/dev/null
20765              doesn't seem to help (the error being output to console, maybe?)
20766      Branch: perl
20767            ! lib/Net/Domain.pm
20768 ____________________________________________________________________________
20769 [ 12591] By: jhi                                   on 2001/10/22  20:55:08
20770         Log: Taint the getcwd() result also in Cygwin.
20771              (TODO: which other platforms need the same thing?)
20772      Branch: perl
20773            ! cygwin/cygwin.c
20774 ____________________________________________________________________________
20775 [ 12590] By: jhi                                   on 2001/10/22  20:27:47
20776         Log: Pretty hard for eval { setpwent(); getpwent(); 1 } to return false.
20777      Branch: perl
20778            ! t/op/taint.t
20779 ____________________________________________________________________________
20780 [ 12589] By: jhi                                   on 2001/10/22  20:10:40
20781         Log: getpwuid() fragility continues.
20782      Branch: perl
20783            ! utils/h2xs.PL
20784 ____________________________________________________________________________
20785 [ 12588] By: jhi                                   on 2001/10/22  19:58:34
20786         Log: getpwuid() might succeed but that's no guarantee
20787              that the $home will be defined.
20788      Branch: perl
20789            ! ext/File/Glob/t/basic.t
20790 ____________________________________________________________________________
20791 [ 12587] By: jhi                                   on 2001/10/22  19:50:35
20792         Log: It's safer to to expand the variable, too... (see #12571)
20793      Branch: perl
20794            ! t/TEST
20795 ____________________________________________________________________________
20796 [ 12586] By: pudge                                 on 2001/10/22  19:42:04
20797         Log: Integrate with maintperl.
20798      Branch: maint-5.6/macperl
20799           !> win32/bin/pl2bat.pl win32/win32.c
20800 ____________________________________________________________________________
20801 [ 12585] By: pudge                                 on 2001/10/22  19:32:02
20802         Log: Oops, forgot to include Win32 ... just as well, since it
20803              seems in bleadperl, change #7764 was not included
20804              (adding C:\temp).  Re-added.  Rip it back out if it
20805              doesn't belong.  :-)
20806      Branch: maint-5.6/macperl
20807            ! lib/File/Spec/Win32.pm
20808 ____________________________________________________________________________
20809 [ 12584] By: jhi                                   on 2001/10/22  19:26:47
20810         Log: Subject: [PATCH perl@12567] configure.com: no threads/shared without ithreads
20811              From: "Craig A. Berry" <craigberry@mac.com>
20812              Date: Mon, 22 Oct 2001 15:25:19 -0500
20813              Message-Id: <5.1.0.14.2.20011022151232.032544e8@exchi01>
20814      Branch: perl
20815            ! configure.com
20816 ____________________________________________________________________________
20817 [ 12583] By: pudge                                 on 2001/10/22  19:26:00
20818         Log: Add in lots of File::Spec changes, from Thomas Wegner,
20819              and sync with changes from bleadperl.
20820      Branch: maint-5.6/macperl
20821            ! lib/File/Spec.pm lib/File/Spec/Epoc.pm
20822            ! lib/File/Spec/Functions.pm lib/File/Spec/Mac.pm
20823            ! lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
20824            ! lib/File/Spec/Win32.pm t/lib/filespec.t
20825 ____________________________________________________________________________
20826 [ 12582] By: pudge                                 on 2001/10/22  19:23:28
20827         Log: Sync with latest File::Find and tests from bleadperl.
20828      Branch: maint-5.6/macperl
20829            ! lib/File/Find.pm t/lib/filefind-taint.t t/lib/filefind.t
20830 ____________________________________________________________________________
20831 [ 12581] By: pudge                                 on 2001/10/22  19:22:12
20832         Log: Nit.
20833      Branch: maint-5.6/macperl
20834            ! perl.c
20835 ____________________________________________________________________________
20836 [ 12580] By: pudge                                 on 2001/10/22  19:21:37
20837         Log: Fix path construction.
20838      Branch: maint-5.6/macperl
20839            ! ext/DynaLoader/DynaLoader_pm.PL
20840 ____________________________________________________________________________
20841 [ 12579] By: nick                                  on 2001/10/22  19:08:35
20842         Log: Integrate mainline (for Arthurs thread.xs fix)
20843      Branch: perlio
20844           !> ext/threads/threads.xs lib/Net/Domain.pm t/TEST t/op/groups.t
20845 ____________________________________________________________________________
20846 [ 12578] By: pudge                                 on 2001/10/22  19:02:34
20847         Log: Fix up exported symbols, move relevant docs
20848              over from macperl.pod.
20849      Branch: maint-5.6/macperl
20850            ! macos/ext/MacPerl/MacPerl.pm
20851 ____________________________________________________________________________
20852 [ 12577] By: pudge                                 on 2001/10/22  19:01:38
20853         Log: Make ADDRESS called optionally as a method.
20854      Branch: maint-5.6/macperl
20855            ! macos/lib/Mac/Glue.pm
20856 ____________________________________________________________________________
20857 [ 12576] By: pudge                                 on 2001/10/22  18:58:22
20858         Log: Fix exit code (MacPerl bug #422129) and add Stop Script
20859              Apple event.
20860      Branch: maint-5.6/macperl
20861            ! macos/macish.c macos/macish.h macos/macperl/MPAppleEvents.c
20862            ! macos/macperl/MPConsole.cp macos/macperl/MPMain.c
20863            ! macos/macperl/MPTerminology.aete
20864 ____________________________________________________________________________
20865 [ 12575] By: pudge                                 on 2001/10/22  18:56:34
20866         Log: Clean up some build utilities. Change Entab to Duplicate;
20867              fix docs and error reporting; improve macify() of paths;
20868              remove requirement for Exporter.pm presence.
20869      Branch: maint-5.6/macperl
20870            ! macos/InstallBLIB macos/MacPerlTests.cmd
20871            ! macos/lib/ExtUtils/MM_MacOS.pm macos/lib/Mac/BuildTools.pm
20872 ____________________________________________________________________________
20873 [ 12574] By: pudge                                 on 2001/10/22  18:53:28
20874         Log: Sync Time::HiRes with bleadperl
20875      Branch: maint-5.6/macperl
20876            ! macos/bundled_ext/Time/HiRes/HiRes.pm
20877            ! macos/bundled_ext/Time/HiRes/HiRes.t
20878            ! macos/bundled_ext/Time/HiRes/HiRes.xs
20879 ____________________________________________________________________________
20880 [ 12573] By: pudge                                 on 2001/10/22  18:52:58
20881         Log: Fix up Changes
20882      Branch: maint-5.6/macperl
20883            ! macos/Changes
20884 ____________________________________________________________________________
20885 [ 12572] By: jhi                                   on 2001/10/22  18:49:32
20886         Log: A user might belong to only a single group
20887              (the group equal to the group id).
20888      Branch: perl
20889            ! t/op/groups.t
20890 ____________________________________________________________________________
20891 [ 12571] By: jhi                                   on 2001/10/22  18:36:46
20892         Log: Prepending (instead of replacing with) the pwd is safer. 
20893      Branch: perl
20894            ! t/TEST
20895 ____________________________________________________________________________
20896 [ 12570] By: jhi                                   on 2001/10/22  18:34:54
20897         Log: Be more robust if no hostname or domainname
20898              (especially the latter)
20899      Branch: perl
20900            ! lib/Net/Domain.pm
20901 ____________________________________________________________________________
20902 [ 12569] By: sky                                   on 2001/10/22  17:41:07
20903         Log: Flush IO buffers before starting a thread, this mimics fork and seems like a saneer behaviour.
20904      Branch: perl
20905            ! ext/threads/threads.xs
20906 ____________________________________________________________________________
20907 [ 12568] By: nick                                  on 2001/10/22  16:31:24
20908         Log: Integrate mainline
20909      Branch: perlio
20910           +> ext/threads/shared/Makefile.PL ext/threads/shared/README
20911           +> ext/threads/shared/shared.pm ext/threads/shared/shared.xs
20912           +> ext/threads/shared/t/sv_refs.t
20913           +> ext/threads/shared/t/sv_simple.t pod/perlpodspec.pod
20914            - lib/unicore/To/SpecLower.pl lib/unicore/To/SpecTitle.pl
20915            - lib/unicore/To/SpecUpper.pl
20916           !> (integrate 42 files)
20917 ____________________________________________________________________________
20918 [ 12567] By: jhi                                   on 2001/10/22  12:56:20
20919         Log: Update Changes.
20920      Branch: perl
20921            ! Changes patchlevel.h
20922 ____________________________________________________________________________
20923 [ 12566] By: jhi                                   on 2001/10/22  12:22:29
20924         Log: Subject: [PATCH pod/perlvar.pod] Undeprecating $]
20925              From: Michael G Schwern <schwern@pobox.com>
20926              Date: Mon, 22 Oct 2001 03:48:38 -0400
20927              Message-ID: <20011022034838.B1676@blackrider>
20928      Branch: perl
20929            ! pod/perlvar.pod
20930 ____________________________________________________________________________
20931 [ 12565] By: jhi                                   on 2001/10/22  12:21:28
20932         Log: Pod nits, as suggested by Stas Bekman.
20933      Branch: perl
20934            ! ext/threads/shared/shared.pm ext/threads/threads.pm
20935 ____________________________________________________________________________
20936 [ 12564] By: jhi                                   on 2001/10/22  12:17:00
20937         Log: Subject: [PATCH @ ] Fix for FETCH/NEXTKEY problem in all *DB*_File modules
20938              From: "Paul Marquess" <paul.marquess@openwave.com> 
20939              Date: Sun, 21 Oct 2001 21:11:15 +0100
20940              Message-ID: <AIEAJICLCBDNAAOLLOKLAEOMDCAA.paul.marquess@openwave.com>
20941      Branch: perl
20942            ! ext/DB_File/DB_File.xs ext/DB_File/t/db-btree.t
20943            ! ext/DB_File/t/db-hash.t ext/GDBM_File/GDBM_File.xs
20944            ! ext/GDBM_File/gdbm.t ext/GDBM_File/typemap
20945            ! ext/NDBM_File/NDBM_File.xs ext/NDBM_File/ndbm.t
20946            ! ext/ODBM_File/ODBM_File.xs ext/ODBM_File/odbm.t
20947            ! ext/ODBM_File/typemap ext/SDBM_File/SDBM_File.xs
20948            ! ext/SDBM_File/sdbm.t
20949 ____________________________________________________________________________
20950 [ 12563] By: jhi                                   on 2001/10/22  12:15:19
20951         Log: Integrate change #12559 from maintperl;
20952              various fixes for system() and backticks under windows
20953      Branch: perl
20954           !> win32/win32.c
20955 ____________________________________________________________________________
20956 [ 12562] By: jhi                                   on 2001/10/22  12:05:35
20957         Log: Integrate change #12560 from maintperl;
20958              make pl2bat use %0 rather than "%0" (the latter fails to work
20959              in a lot of common cases)
20960      Branch: perl
20961           !> win32/bin/pl2bat.pl
20962 ____________________________________________________________________________
20963 [ 12561] By: jhi                                   on 2001/10/22  12:00:23
20964         Log: Integrate changes #12549 and #12550 from maintperl;
20965              
20966              readline() doesn't work with our variables; it confuses them with
20967              my variables (change#4227 was incomplete)
20968      Branch: perl
20969            ! t/lib/strict/vars
20970           !> t/base/rs.t toke.c
20971 ____________________________________________________________________________
20972 [ 12560] By: gsar                                  on 2001/10/22  09:51:59
20973         Log: make pl2bat use %0 rather than "%0" (the latter fails to work
20974              in a lot of common cases)
20975      Branch: maint-5.6/perl
20976            ! win32/bin/pl2bat.pl
20977 ____________________________________________________________________________
20978 [ 12559] By: gsar                                  on 2001/10/22  09:49:51
20979         Log: various fixes for system() and backticks under windows:
20980              
20981              * avoid munging whitespace that is passed within quotes
20982              * work around a cmd.exe misfeature that made multi-arg
20983              system() unreliable when there is more than one quoted
20984              argument
20985              * make multi-arg system() autoquote arguments as needed
20986              before passing them to the shell (this avoids having to
20987              second guess the shell quoting)
20988              * perl's -Dp switch can be used to trace the innards
20989      Branch: maint-5.6/perl
20990            ! win32/win32.c
20991 ____________________________________________________________________________
20992 [ 12558] By: nick                                  on 2001/10/22  08:58:42
20993         Log: Integrate ithreads buffer flush fix from perlio
20994      Branch: perl
20995           !> ext/threads/t/basic.t perl.c
20996 ____________________________________________________________________________
20997 [ 12557] By: nick                                  on 2001/10/22  08:35:09
20998         Log: All tests pass (legitimately) on ithreads
20999      Branch: perlio
21000            ! ext/threads/t/basic.t perl.c
21001 ____________________________________________________________________________
21002 [ 12556] By: nick                                  on 2001/10/22  06:51:22
21003         Log: Integrate non-ithreads fix to mainline
21004      Branch: perl
21005           !> perlio.c
21006 ____________________________________________________________________________
21007 [ 12555] By: nick                                  on 2001/10/22  06:48:33
21008         Log: Restore non-ithreads build. Interestingly binmode test passes
21009              non-ithreads - so crlf layer is not damaged and ithreads fail
21010              is a symptom ...
21011      Branch: perlio
21012            ! perlio.c
21013 ____________________________________________________________________________
21014 [ 12554] By: jhi                                   on 2001/10/21  22:21:55
21015         Log: Integrate from perlio; restructuring.
21016      Branch: perl
21017           !> embed.h embedvar.h intrpvar.h perl.c perlapi.h perlio.c
21018           !> perlio.h perliol.h pod/perlapi.pod sv.c win32/makefile.mk
21019           !> win32/perlhost.h
21020 ____________________________________________________________________________
21021 [ 12553] By: pudge                                 on 2001/10/21  21:51:34
21022         Log: Integrate from maintperl
21023              (Changes 12350, 12496, 12548, 12549, 12550)
21024      Branch: maint-5.6/macperl
21025           !> ext/IO/lib/IO/Seekable.pm lib/Carp/Heavy.pm t/base/rs.t
21026           !> t/lib/filefind-taint.t t/pragma/strict-vars toke.c
21027 ____________________________________________________________________________
21028 [ 12552] By: nick                                  on 2001/10/21  19:18:12
21029         Log: Win32 PerlIO_cleanup special cases should no longer be required.
21030      Branch: perlio
21031            ! perl.c
21032 ____________________________________________________________________________
21033 [ 12551] By: nick                                  on 2001/10/21  19:16:56
21034         Log: Multiple win32io.o is fatal for GCC (and noise with VC++)
21035      Branch: perlio
21036            ! win32/makefile.mk
21037 ____________________________________________________________________________
21038 [ 12550] By: gsar                                  on 2001/10/21  19:05:54
21039         Log: change#12549 wasn't aware of strictures
21040      Branch: maint-5.6/perl
21041            ! t/pragma/strict-vars toke.c
21042 ____________________________________________________________________________
21043 [ 12549] By: gsar                                  on 2001/10/21  18:03:19
21044         Log: readline() doesn't work with our variables; it confuses them with
21045              my variables (change#4227 was incomplete)
21046      Branch: maint-5.6/perl
21047            ! t/base/rs.t toke.c
21048 ____________________________________________________________________________
21049 [ 12548] By: gsar                                  on 2001/10/21  17:48:01
21050         Log: change#12220 appears to have pulled in a mainline change that
21051              isn't applicable to maint-5.6 (some platforms don't taint
21052              cwd)
21053      Branch: maint-5.6/perl
21054            ! t/lib/filefind-taint.t
21055 ____________________________________________________________________________
21056 [ 12547] By: nick                                  on 2001/10/21  17:15:54
21057         Log: Convert rest of PerlIO's memory tables to per-interp and add clone functions
21058              for them. Call explicit cleanup during destruct process.
21059              - one binmode test is failing
21060              - also ext/threads/t/basic.t fails under make test, and is noisy under
21061              harness. (Threads results are intermingled and don't match order expected.)
21062      Branch: perlio
21063            ! embed.h embedvar.h intrpvar.h perl.c perlapi.h perlio.c
21064            ! perlio.h perliol.h pod/perlapi.pod sv.c
21065 ____________________________________________________________________________
21066 [ 12546] By: jhi                                   on 2001/10/21  16:12:08
21067         Log: Implement multicharacter case mappings where a single
21068              Unicode character can be mapped into several.
21069      Branch: perl
21070            - lib/unicore/To/SpecLower.pl lib/unicore/To/SpecTitle.pl
21071            - lib/unicore/To/SpecUpper.pl
21072            ! MANIFEST embed.h embed.pl global.sym lib/unicore/To/Lower.pl
21073            ! lib/unicore/To/Title.pl lib/unicore/To/Upper.pl
21074            ! lib/unicore/mktables pod/perlfunc.pod pod/perlunicode.pod pp.c
21075            ! proto.h t/op/lc.t utf8.c
21076 ____________________________________________________________________________
21077 [ 12545] By: sky                                   on 2001/10/21  15:25:16
21078         Log: First support of threads::shared, support shared svs and references.
21079      Branch: perl
21080            + ext/threads/shared/Makefile.PL ext/threads/shared/README
21081            + ext/threads/shared/shared.pm ext/threads/shared/shared.xs
21082            + ext/threads/shared/t/sv_refs.t
21083            + ext/threads/shared/t/sv_simple.t
21084            ! MANIFEST sharedsv.c
21085 ____________________________________________________________________________
21086 [ 12544] By: nick                                  on 2001/10/21  14:52:35
21087         Log: PerlIO layer table as PL_perlio (per-interpreter)
21088      Branch: perlio
21089            ! embed.h embedvar.h intrpvar.h perlapi.h perlio.c perlio.h
21090            ! pod/perlapi.pod sv.c
21091 ____________________________________________________________________________
21092 [ 12543] By: jhi                                   on 2001/10/21  13:36:40
21093         Log: Prettyprinting.
21094      Branch: perl
21095            ! pod/perlunicode.pod
21096 ____________________________________________________________________________
21097 [ 12542] By: ams                                   on 2001/10/21  03:50:25
21098         Log: Subject: perlpodspec and perlpod rewrite, draft 3 "final"
21099              From: "Sean M. Burke" <sburke@cpan.org>
21100              Date: Sat, 20 Oct 2001 17:51:09 -0600
21101              Message-Id: <3.0.6.32.20011020175109.007cb3d0@mail.spinn.net>
21102      Branch: perl
21103            + pod/perlpodspec.pod
21104            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perlpod.pod
21105            ! pod/perltoc.pod
21106 ____________________________________________________________________________
21107 [ 12541] By: nick                                  on 2001/10/20  22:23:53
21108         Log: Fix typos in new locking on MemShared
21109              Make buffers in PerlIOBuf_* in per-thread heap (they are cloned after all...)
21110              - seems to make segfaults more deterministic - suspect they are 
21111              attempt to free() after Interp and Host have gone.
21112      Branch: perlio
21113            ! perlio.c win32/perlhost.h
21114 ____________________________________________________________________________
21115 [ 12540] By: nick                                  on 2001/10/20  21:50:46
21116         Log: Remove the MemShared re-#define (again)
21117      Branch: perlio
21118            ! perlio.c
21119 ____________________________________________________________________________
21120 [ 12539] By: nick                                  on 2001/10/20  21:49:06
21121         Log: Use locks on MemShared
21122      Branch: perlio
21123            ! win32/perlhost.h
21124 ____________________________________________________________________________
21125 [ 12538] By: jhi                                   on 2001/10/20  17:31:07
21126         Log: Subject: [REPATCH installhtml] Re: installhtml needs a good beating out
21127              From: "chromatic" <chromatic@rmci.net>
21128              Date: Sat, 20 Oct 2001 11:13:47 -0600
21129              Message-ID: <20011020172003.60024.qmail@onion.perl.org>
21130      Branch: perl
21131            ! installhtml
21132 ____________________________________________________________________________
21133 [ 12537] By: nick                                  on 2001/10/20  16:44:03
21134         Log: Integrate mainline
21135      Branch: perlio
21136           !> (integrate 48 files)
21137 ____________________________________________________________________________
21138 [ 12536] By: jhi                                   on 2001/10/20  15:58:00
21139         Log: Update Changes.
21140      Branch: perl
21141            ! Changes patchlevel.h
21142 ____________________________________________________________________________
21143 [ 12535] By: jhi                                   on 2001/10/20  15:18:57
21144         Log: Upgrade to podlators 1.11, from Russ Allbery.
21145      Branch: perl
21146            ! lib/Pod/Man.pm lib/Pod/Text.pm lib/Pod/Text/Color.pm
21147            ! lib/Pod/Text/Overstrike.pm lib/Pod/Text/Termcap.pm
21148            ! pod/pod2man.PL pod/pod2text.PL
21149 ____________________________________________________________________________
21150 [ 12534] By: jhi                                   on 2001/10/20  15:14:25
21151         Log: Integrate perlio change #12532:
21152              introduce and use PerlIO_intmod2str().
21153      Branch: perl
21154           !> doio.c lib/Net/Domain.pm perlio.c perlio.h
21155 ____________________________________________________________________________
21156 [ 12533] By: jhi                                   on 2001/10/20  14:42:33
21157         Log: Update to Getopt::Long 2.26_02, from Johan Vromans.
21158      Branch: perl
21159            ! lib/Getopt/Long.pm lib/Getopt/Long/CHANGES lib/newgetopt.pl
21160 ____________________________________________________________________________
21161 [ 12532] By: nick                                  on 2001/10/20  14:25:37
21162         Log: Extract doio.c's open(2) mode to string conversion as PerlIO_intmod2str()
21163              Use for non-PERLIO fdupopen().
21164      Branch: perlio
21165            ! doio.c lib/Net/Domain.pm perlio.c perlio.h
21166 ____________________________________________________________________________
21167 [ 12531] By: jhi                                   on 2001/10/20  14:05:47
21168         Log: Integrate perlio: PerlIO win32 fixes.
21169      Branch: perl
21170           !> embed.h embed.pl embedvar.h ext/threads/threads.xs global.sym
21171           !> perl.h perlapi.c perlapi.h perlio.c perlsdio.h pod/perlapi.pod
21172           !> proto.h sv.h win32/win32io.c
21173 ____________________________________________________________________________
21174 [ 12530] By: nick                                  on 2001/10/20  12:53:30
21175         Log: Fixed in two places - p4 resolve
21176      Branch: perlio
21177            ! perlsdio.h
21178 ____________________________________________________________________________
21179 [ 12529] By: nick                                  on 2001/10/20  12:51:05
21180         Log: Fix for ithreads/stdio build
21181      Branch: perlio
21182            ! perlio.c perlsdio.h
21183 ____________________________________________________________________________
21184 [ 12528] By: ams                                   on 2001/10/20  12:13:25
21185         Log: Subject: [PATCH installman] Using Pod::Man instead of pod2man
21186              From: Michael G Schwern <schwern@pobox.com>
21187              Date: Sat, 20 Oct 2001 01:41:21 -0400
21188              Message-Id: <20011020014121.I3681@blackrider>
21189      Branch: perl
21190            ! installman
21191 ____________________________________________________________________________
21192 [ 12527] By: ams                                   on 2001/10/20  12:09:41
21193         Log: Subject: [PATCH lib/Pod/Checker.pm] Minor typo
21194              From: Michael G Schwern <schwern@pobox.com>
21195              Date: Sat, 20 Oct 2001 02:04:21 -0400
21196              Message-Id: <20011020020421.A11732@blackrider>
21197      Branch: perl
21198            ! lib/Pod/Checker.pm
21199 ____________________________________________________________________________
21200 [ 12526] By: ams                                   on 2001/10/20  11:59:41
21201         Log: Subject: [PATCH lib/Net/Config.pm] Fix Some Pod Typos
21202              From: "chromatic" <chromatic@rmci.net>
21203              Date: Fri, 19 Oct 2001 22:46:39 -0600
21204              Message-Id: <20011020045254.73112.qmail@onion.perl.org>
21205      Branch: perl
21206            ! lib/Net/Config.pm
21207 ____________________________________________________________________________
21208 [ 12525] By: nick                                  on 2001/10/20  11:16:18
21209         Log: Avoid calling (now non-existant) Perl_sv_setsv(), by calling
21210              Perl_sv_setsv_flags directly.
21211      Branch: perlio
21212            ! ext/threads/threads.xs
21213 ____________________________________________________________________________
21214 [ 12524] By: nick                                  on 2001/10/20  10:28:17
21215         Log: Add a new flag character 'm' to embed.pl set to represent
21216              "functions" which are really macros. Use it foe the troublesome
21217              sv_setsv() etc. macros in sv.h - changing latter to define
21218              sv_setsv rather than sv_setsv_macro etc.
21219      Branch: perlio
21220            ! embed.h embed.pl embedvar.h global.sym perlapi.c perlapi.h
21221            ! pod/perlapi.pod proto.h sv.h
21222 ____________________________________________________________________________
21223 [ 12523] By: nick                                  on 2001/10/20  09:17:17
21224         Log: Add comments explaining why win32.h/embed.h are included where they are
21225              in perl.h 
21226      Branch: perlio
21227            ! perl.h
21228 ____________________________________________________________________________
21229 [ 12522] By: nick                                  on 2001/10/20  08:27:44
21230         Log: Code PerlIOWin32_dup - does not fix Win32 problems as :win32 is not 
21231              being used yet.
21232      Branch: perlio
21233            ! win32/win32io.c
21234 ____________________________________________________________________________
21235 [ 12521] By: jhi                                   on 2001/10/20  02:36:21
21236         Log: Wording tweaks.
21237      Branch: perl
21238            ! t/TEST
21239 ____________________________________________________________________________
21240 [ 12520] By: jhi                                   on 2001/10/20  01:02:26
21241         Log: Subject: IO module with nonblocking socket connect patch 
21242              From: Raul Dias <raul@dias.com.br>
21243              Date: Fri, 19 Oct 2001 22:45:32 -0300
21244              Message-Id: <200110200145.f9K1jWW08398@stratus.swi.com.br>     
21245      Branch: perl
21246            ! ext/IO/lib/IO/Socket.pm ext/IO/lib/IO/Socket/INET.pm
21247 ____________________________________________________________________________
21248 [ 12519] By: jhi                                   on 2001/10/20  00:51:07
21249         Log: Test vertical whitespace combined with /x in \p{}.
21250      Branch: perl
21251            ! t/op/pat.t
21252 ____________________________________________________________________________
21253 [ 12518] By: jhi                                   on 2001/10/20  00:13:47
21254         Log: Subject: [PATCH] PERL_MM_USE_DEFAULT
21255              From: Gisle Aas <gisle@ActiveState.com> 
21256              Date: 19 Oct 2001 16:46:02 -0700
21257              Message-ID: <lrofn3i479.fsf_-_@caliper.ActiveState.com> 
21258      Branch: perl
21259            ! lib/ExtUtils/MakeMaker.pm
21260 ____________________________________________________________________________
21261 [ 12517] By: jhi                                   on 2001/10/19  23:59:34
21262         Log: No more this symbol.
21263      Branch: perl
21264            ! makedef.pl
21265 ____________________________________________________________________________
21266 [ 12516] By: jhi                                   on 2001/10/19  23:57:48
21267         Log: Integrate change #12511; fix gross win32 build issues.
21268      Branch: perl
21269           !> makedef.pl sv.c
21270 ____________________________________________________________________________
21271 [ 12515] By: jhi                                   on 2001/10/19  23:16:06
21272         Log: Unpack in scalar context should return the first value
21273              returned in list context, as pointed out by Ton Hospel
21274              in 2001-05-21 (this is how it works already in blead,
21275              just adding the test).
21276      Branch: perl
21277            ! t/op/pack.t
21278 ____________________________________________________________________________
21279 [ 12514] By: jhi                                   on 2001/10/19  21:10:43
21280         Log: Subject: [PATCH perl@12494] perldoc.PL tweak for VMS
21281              From: "Craig A. Berry" <craigberry@mac.com>
21282              Date: Fri, 19 Oct 2001 16:59:30 -0500
21283              Message-Id: <5.1.0.14.2.20011019162623.021e3868@exchi01>
21284      Branch: perl
21285            ! utils/perldoc.PL
21286 ____________________________________________________________________________
21287 [ 12513] By: jhi                                   on 2001/10/19  21:09:27
21288         Log: Subject: [PATCH Perl@12494] vmsish fix, ieee rand() cleanup
21289              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
21290              Date: Fri, 19 Oct 2001 17:45:23 EDT
21291              Message-Id: <011019174427.d749b@DUPHY4.Physics.Drexel.Edu>
21292      Branch: perl
21293            ! configure.com dump.c ext/B/t/stash.t op.c op.h opcode.h
21294            ! opcode.pl perl.c perl.h perlvars.h pp.sym pp_ctl.c pp_proto.h
21295            ! pp_sys.c vms/ext/vmsish.pm vms/ext/vmsish.t vms/vms.c
21296            ! vms/vmsish.h
21297 ____________________________________________________________________________
21298 [ 12512] By: jhi                                   on 2001/10/19  20:28:48
21299         Log: Subject: [PATCH Perl@12494] two fake test failures on VMS fixed
21300              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
21301              Date: Fri, 19 Oct 2001 17:26:35 EDT
21302              Message-Id: <011019172623.11292c@DUPHY4.Physics.Drexel.Edu>
21303      Branch: perl
21304            ! lib/Term/Complete.t lib/Test/Simple/t/output.t
21305 ____________________________________________________________________________
21306 [ 12511] By: nick                                  on 2001/10/19  19:55:36
21307         Log: Fix gross win32 build issues
21308      Branch: perlio
21309            ! makedef.pl sv.c
21310 ____________________________________________________________________________
21311 [ 12510] By: jhi                                   on 2001/10/19  19:52:17
21312         Log: Subject: Re: find2perl and File::Find on cdrom filesystems (with Tel's patch applied to perl-current)
21313              From: David Dyck <dcd@tc.fluke.com>
21314              Date: Fri, 19 Oct 2001 13:36:09 -0700 (PDT)
21315              Message-ID: <Pine.LNX.4.33.0110191309310.28510-100000@dd.tc.fluke.com>
21316      Branch: perl
21317            ! lib/File/Find.pm
21318 ____________________________________________________________________________
21319 [ 12509] By: jhi                                   on 2001/10/19  19:01:46
21320         Log: Subject: Re: PerlIO and Encode
21321              From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
21322              Date: Tue, 16 Oct 2001 01:50:16 +0900
21323              Message-Id: <20011016014150.0C8E.BQW10602@nifty.com>
21324      Branch: perl
21325            ! ext/Encode/Encode.pm ext/Encode/Encode/Tcl.pm
21326            ! ext/Encode/Encode/Tcl.t
21327 ____________________________________________________________________________
21328 [ 12508] By: ams                                   on 2001/10/19  17:59:16
21329         Log: C<foo I<bar>> hunks from <20011019014551.A35625@not.autrijus.org>.
21330              (See #12499)
21331      Branch: perl
21332            ! pod/perlintro.pod
21333 ____________________________________________________________________________
21334 [ 12507] By: nick                                  on 2001/10/19  16:30:43
21335         Log: Integrate mainline
21336      Branch: perlio
21337           +> lib/Test/Builder.pm lib/Test/Simple/t/Builder.t
21338           +> lib/Test/Simple/t/filehandles.t lib/Test/Simple/t/import.t
21339           +> lib/Test/Simple/t/is_deeply.t lib/Test/Simple/t/no_ending.t
21340           +> lib/Test/Simple/t/no_header.t lib/Test/Simple/t/output.t
21341           +> lib/Test/Simple/t/plan.t lib/Test/Simple/t/plan_no_plan.t
21342           +> lib/Test/Simple/t/plan_skip_all.t lib/Test/Simple/t/use_ok.t
21343           +> lib/unicore/To/SpecLower.pl lib/unicore/To/SpecTitle.pl
21344           +> lib/unicore/To/SpecUpper.pl pod/perlintro.pod
21345           +> pod/perlmodstyle.pod win32/Makefile.win64 win32/config.win64
21346           +> win32/config_H.win64
21347            - lib/Test/Utils.pm lib/unicore/mktables.PL
21348            - t/lib/Test/Simple/Catch/More.pm
21349           !> (integrate 84 files)
21350 ____________________________________________________________________________
21351 [ 12506] By: jhi                                   on 2001/10/19  14:20:15
21352         Log: Retract the #10451 which seems to be the cause
21353              of the major leakage from while(){eval"sub{}"}
21354      Branch: perl
21355            ! op.c t/run/kill_perl.t
21356 ____________________________________________________________________________
21357 [ 12505] By: jhi                                   on 2001/10/19  13:39:59
21358         Log: Regen toc.
21359      Branch: perl
21360            ! pod/perltoc.pod
21361 ____________________________________________________________________________
21362 [ 12504] By: jhi                                   on 2001/10/19  13:35:59
21363         Log: Tiny tweaks.
21364      Branch: perl
21365            ! pod/perl.pod
21366 ____________________________________________________________________________
21367 [ 12503] By: ams                                   on 2001/10/19  13:34:24
21368         Log: Subject: Re: perlintro.pod
21369              From: Abe Timmerman <abe@ztreet.demon.nl>
21370              Date: Fri, 19 Oct 2001 14:12:40 +0200
21371              Message-Id: <ls40ttsmrr3rpjlm3dqhh8v60onsiopmuc@4ax.com>
21372      Branch: perl
21373            ! pod/perlintro.pod
21374 ____________________________________________________________________________
21375 [ 12502] By: ams                                   on 2001/10/19  13:24:12
21376         Log: Slight reorganisation of references.
21377      Branch: perl
21378            ! pod/perl.pod
21379 ____________________________________________________________________________
21380 [ 12501] By: jhi                                   on 2001/10/19  13:19:14
21381         Log: Subject: [DOC PATCH lib/ExtUtils/MakeMaker.pm] Discouraging use of PREREQ_FATAL in day-to-day Makefile.PL's   
21382              From: Kay Röpke <kroepke@dolphin-services.de>
21383              Date: Fri, 19 Oct 2001 14:04:01 +0200 
21384              Message-Id: <E15uYNb-00040L-00@mrvdom01.schlund.de>
21385      Branch: perl
21386            ! lib/ExtUtils/MakeMaker.pm
21387 ____________________________________________________________________________
21388 [ 12500] By: jhi                                   on 2001/10/19  03:25:44
21389         Log: Unicode categories continue:
21390              implement Category=, Script=, Block=
21391              (these are based on an upcoming update of TR#18)
21392              Fix a bug where we got two In categories named "old italic",
21393              and another where shortcut for the Is categories wasn't taken.
21394      Branch: perl
21395            ! lib/unicore/Blocks.pl lib/unicore/In.pl lib/unicore/In/137.pl
21396            ! lib/unicore/mktables lib/utf8_heavy.pl pod/perltodo.pod
21397            ! pod/perlunicode.pod t/op/pat.t
21398 ____________________________________________________________________________
21399 [ 12499] By: ams                                   on 2001/10/19  01:42:29
21400         Log: Subject: a small patch to perlintro.pod.
21401              From: Autrijus Tang <autrijus@autrijus.org>
21402              Date: Fri, 19 Oct 2001 01:45:51 +0800
21403              Message-Id: <20011019014551.A35625@not.autrijus.org>
21404              (Applied by hand with nits.)
21405      Branch: perl
21406            ! pod/perlintro.pod
21407 ____________________________________________________________________________
21408 [ 12498] By: jhi                                   on 2001/10/19  00:14:50
21409         Log: Subject: [PATCH] OpenBSD hints for ithreads
21410              From: Andy Dougherty <doughera@lafayette.edu>
21411              Date: Thu, 18 Oct 2001 12:33:59 -0400 (EDT)
21412              Message-ID: <Pine.SOL.4.10.10110181232060.15040-100000@maxwell.phys.lafayette.edu>
21413      Branch: perl
21414            ! hints/openbsd.sh
21415 ____________________________________________________________________________
21416 [ 12497] By: jhi                                   on 2001/10/18  16:14:13
21417         Log: Retract #12446; the problem solved by #12474.
21418      Branch: perl
21419            ! hints/aix.sh
21420 ____________________________________________________________________________
21421 [ 12496] By: gsar                                  on 2001/10/18  15:38:22
21422         Log: Carp::shortmess_heavy() doesn't notice trailing newline in
21423              message and suppress line number info (from Steve Hay
21424              <Steve.Hay@uk.radan.com>)
21425      Branch: maint-5.6/perl
21426            ! lib/Carp/Heavy.pm
21427 ____________________________________________________________________________
21428 [ 12495] By: jhi                                   on 2001/10/18  14:06:52
21429         Log: More documented In categories.
21430      Branch: perl
21431            ! pod/perlunicode.pod
21432 ____________________________________________________________________________
21433 [ 12494] By: jhi                                   on 2001/10/18  13:04:48
21434         Log: Update Changes.
21435      Branch: perl
21436            ! Changes patchlevel.h
21437 ____________________________________________________________________________
21438 [ 12493] By: jhi                                   on 2001/10/18  12:58:31
21439         Log: Add the lib/unicore/To/Spec*.pl to the MANIFEST.
21440      Branch: perl
21441            ! MANIFEST
21442 ____________________________________________________________________________
21443 [ 12492] By: jhi                                   on 2001/10/18  12:37:28
21444         Log: Wrong skip() arguments.
21445      Branch: perl
21446            ! ext/B/t/terse.t
21447 ____________________________________________________________________________
21448 [ 12491] By: jhi                                   on 2001/10/18  12:17:16
21449         Log: Subject: try#2: [proposed PATCH Perl@12401] ieee floats, rand() & old systems  
21450              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
21451              Date: Wed, 17 Oct 2001 09:10:53 EDT 
21452              Message-Id: <011017090944.15ad2e@DUPHY4.Physics.Drexel.Edu>
21453      Branch: perl
21454            ! configure.com embedvar.h opcode.pl perlapi.h perlvars.h
21455            ! pod/perlapi.pod vms/vms.c
21456 ____________________________________________________________________________
21457 [ 12490] By: ams                                   on 2001/10/18  09:31:00
21458         Log: Subject: PATCH perl.pod: Suggested reorganization of table of contents
21459              From: Mark-Jason Dominus <mjd@plover.com>
21460              Date: Thu, 18 Oct 2001 06:25:35 -0400
21461              Message-Id: <20011018102535.19264.qmail@plover.com>
21462      Branch: perl
21463            ! pod/perl.pod
21464 ____________________________________________________________________________
21465 [ 12489] By: jhi                                   on 2001/10/18  02:24:52
21466         Log: Prettyprinting.
21467      Branch: perl
21468            ! lib/unicore/In.pl lib/unicore/Is.pl lib/unicore/mktables
21469 ____________________________________________________________________________
21470 [ 12488] By: jhi                                   on 2001/10/18  00:47:19
21471         Log: Regen toc.
21472      Branch: perl
21473            ! pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
21474 ____________________________________________________________________________
21475 [ 12487] By: jhi                                   on 2001/10/18  00:43:18
21476         Log: Add perlintro, from Skud.
21477      Branch: perl
21478            + pod/perlintro.pod
21479            ! MANIFEST
21480 ____________________________________________________________________________
21481 [ 12486] By: jhi                                   on 2001/10/18  00:10:44
21482         Log: FAQ sync.
21483      Branch: perl
21484            ! pod/perlfaq.pod pod/perlfaq2.pod pod/perlfaq3.pod
21485            ! pod/perlfaq5.pod pod/perlfaq6.pod pod/perlfaq7.pod
21486            ! pod/perlfaq8.pod pod/perlfaq9.pod
21487 ____________________________________________________________________________
21488 [ 12485] By: jhi                                   on 2001/10/17  23:57:15
21489         Log: Oh, bother. In Tru64 cc -std1 was looking rather nice
21490              in speed (upto 20% speedup in certain operations) but meanwhile
21491              regexps and arithmetics got slower (5-10%) (according to
21492              perlbench average speedup is negligible, and within measuring
21493              flutter, 1%).  Therefore retracting all the changes
21494              aimed at getting -std1 to compile cleanly:  #12475, #12476,
21495              #12479, #12480, #12481, #12482, #12483, #12484.
21496      Branch: perl
21497            ! doio.c mg.c miniperlmain.c perl.c perl.h perlio.c pp_ctl.c
21498            ! pp_hot.c pp_sys.c toke.c
21499 ____________________________________________________________________________
21500 [ 12484] By: jhi                                   on 2001/10/17  21:58:40
21501         Log: (retracted by #12485)
21502              Strict ANSI doesn't like the third argument of main()
21503              so enable ignoring it if using ultra picky compiler.
21504      Branch: perl
21505            ! miniperlmain.c
21506 ____________________________________________________________________________
21507 [ 12483] By: jhi                                   on 2001/10/17  21:48:24
21508         Log: (retracted by #12485)
21509              Move the VMS_FOO_ERROR codes next to the SETERRNO() definition.
21510      Branch: perl
21511            ! perl.h
21512 ____________________________________________________________________________
21513 [ 12482] By: jhi                                   on 2001/10/17  21:42:57
21514         Log: (retracted by #12485)
21515              Add explanatory comment.
21516      Branch: perl
21517            ! mg.c
21518 ____________________________________________________________________________
21519 [ 12481] By: jhi                                   on 2001/10/17  20:50:37
21520         Log: (retracted by #12485)
21521              More dollar$hiding.
21522      Branch: perl
21523            ! doio.c perl.h pp_sys.c
21524 ____________________________________________________________________________
21525 [ 12480] By: jhi                                   on 2001/10/17  20:27:34
21526         Log: (retracted by #12485)
21527              KISS.
21528      Branch: perl
21529            ! mg.c
21530 ____________________________________________________________________________
21531 [ 12479] By: jhi                                   on 2001/10/17  19:57:34
21532         Log: (retracted by #12485)
21533              Thou shalt not #ifdef inside macro invocations,
21534              noticed by Rafael Garcia-Suarez.
21535      Branch: perl
21536            ! mg.c
21537 ____________________________________________________________________________
21538 [ 12478] By: ams                                   on 2001/10/17  18:50:55
21539         Log: Subject: [PATCH pp_sys.c] coredump fix in pp_accept()
21540              From: Anton Berezin <tobez@tobez.org>
21541              Date: Wed, 17 Oct 2001 18:25:48 +0200
21542              Message-Id: <20011017182548.A12082@heechee.tobez.org>
21543      Branch: perl
21544            ! pp_sys.c
21545 ____________________________________________________________________________
21546 [ 12476] By: jhi                                   on 2001/10/17  16:46:50
21547         Log: (retracted by #12485)
21548              Unterminated #ifdef.
21549      Branch: perl
21550            ! mg.c
21551 ____________________________________________________________________________
21552 [ 12475] By: jhi                                   on 2001/10/17  16:42:49
21553         Log: (retracted by #12485)
21554              Avoid dollar signs in identifiers (in non-VMS) to
21555              placate ultra picky ANSI compilers (such as DEC^WCPQ^WHP).
21556      Branch: perl
21557            ! doio.c mg.c perl.c perl.h perlio.c pp_ctl.c pp_hot.c pp_sys.c
21558            ! toke.c
21559 ____________________________________________________________________________
21560 [ 12474] By: ams                                   on 2001/10/17  15:14:50
21561         Log: Subject: Two AIX patches
21562              From: H.Merijn Brand <h.m.brand@hccnet.nl>
21563              Date: Wed, 17 Oct 2001 18:04:35 +0200
21564              Message-Id: <20011017180223.1346.H.M.BRAND@hccnet.nl>
21565      Branch: perl
21566            ! hints/aix.sh makedef.pl
21567 ____________________________________________________________________________
21568 [ 12473] By: jhi                                   on 2001/10/17  14:48:38
21569         Log: Limiting the Time::HiRes::sleep and usleep to
21570              one second is not a good policy if drop-in
21571              replacement is still a goal.
21572      Branch: perl
21573            ! ext/Time/HiRes/HiRes.pm ext/Time/HiRes/HiRes.t
21574            ! ext/Time/HiRes/HiRes.xs
21575 ____________________________________________________________________________
21576 [ 12472] By: jhi                                   on 2001/10/17  11:00:54
21577         Log: Subject: [PATCH] Test::Simple 0.32
21578              From: Michael G Schwern <schwern@pobox.com> 
21579              Date: Wed, 17 Oct 2001 03:42:41 -0400
21580              Message-ID: <20011017034241.A25038@blackrider>
21581      Branch: perl
21582            + lib/Test/Builder.pm lib/Test/Simple/t/Builder.t
21583            + lib/Test/Simple/t/filehandles.t lib/Test/Simple/t/import.t
21584            + lib/Test/Simple/t/is_deeply.t lib/Test/Simple/t/no_ending.t
21585            + lib/Test/Simple/t/no_header.t lib/Test/Simple/t/output.t
21586            + lib/Test/Simple/t/plan.t lib/Test/Simple/t/plan_no_plan.t
21587            + lib/Test/Simple/t/plan_skip_all.t lib/Test/Simple/t/use_ok.t
21588            - lib/Test/Utils.pm t/lib/Test/Simple/Catch/More.pm
21589            ! MANIFEST lib/Test/More.pm lib/Test/Simple.pm
21590            ! lib/Test/Simple/Changes lib/Test/Simple/t/More.t
21591            ! lib/Test/Simple/t/exit.t lib/Test/Simple/t/extra.t
21592            ! lib/Test/Simple/t/fail-like.t lib/Test/Simple/t/fail-more.t
21593            ! lib/Test/Simple/t/fail.t lib/Test/Simple/t/missing.t
21594            ! lib/Test/Simple/t/no_plan.t lib/Test/Simple/t/plan_is_noplan.t
21595            ! lib/Test/Simple/t/simple.t lib/Test/Simple/t/skip.t
21596            ! lib/Test/Simple/t/skipall.t lib/Test/Simple/t/todo.t
21597            ! lib/Test/Simple/t/undef.t lib/Test/Simple/t/useing.t
21598            ! t/lib/Test/Simple/Catch.pm
21599            ! t/lib/Test/Simple/sample_tests/five_fail.plx
21600 ____________________________________________________________________________
21601 [ 12471] By: jhi                                   on 2001/10/17  10:25:06
21602         Log: Subject: [PATCH t/TEST t/harness vms/test.com] Set PERL_CORE environment var   
21603              From: Michael G Schwern <schwern@pobox.com> 
21604              Date: Wed, 17 Oct 2001 04:04:13 -0400
21605              Message-ID: <20011017040413.C25550@blackrider>
21606      Branch: perl
21607            ! t/TEST t/harness vms/test.com
21608 ____________________________________________________________________________
21609 [ 12470] By: jhi                                   on 2001/10/17  02:25:01
21610         Log: Regen doc with perlmodstyle added.
21611      Branch: perl
21612            ! pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
21613 ____________________________________________________________________________
21614 [ 12469] By: jhi                                   on 2001/10/17  02:24:02
21615         Log: Pod cleanup.
21616      Branch: perl
21617            ! lib/File/Spec.pm lib/File/Spec/Mac.pm
21618 ____________________________________________________________________________
21619 [ 12468] By: jhi                                   on 2001/10/17  02:16:11
21620         Log: Subject: perlmodstyle as a patch
21621              From: Kirrily Robert <skud@infotrope.net>
21622              Date: Tue, 16 Oct 2001 22:47:23 -0400
21623              Message-ID: <20011016224723.A20673@infotrope.net>
21624      Branch: perl
21625            + pod/perlmodstyle.pod
21626            ! MANIFEST
21627 ____________________________________________________________________________
21628 [ 12467] By: jhi                                   on 2001/10/17  00:59:43
21629         Log: Subject: [PATCH] for perlhack.pod - no p5p archive on deja/google
21630              From: Ian Phillipps <Ian_Phillipps@yahoo.co.uk>
21631              Date: Thu, 6 Sep 2001 11:09:40 +0100
21632              Message-ID: <20010906110939.A914@homer.diplex.co.uk>
21633              
21634              Mention also the develooper p5p archive.
21635      Branch: perl
21636            ! pod/perlhack.pod
21637 ____________________________________________________________________________
21638 [ 12466] By: jhi                                   on 2001/10/17  00:57:38
21639         Log: Subject: [PATCH lib/ExtUtils/MakeMaker.pm] PREREQ_PM does not really require.
21640              From: Kay Röpke <kroepke@dolphin-services.de>
21641              Date: Tue, 16 Oct 2001 17:23:52 +0200
21642              Message-Id: <E15tW4O-0003J7-00@mrvdom03.schlund.de>
21643      Branch: perl
21644            ! lib/ExtUtils/MakeMaker.pm
21645 ____________________________________________________________________________
21646 [ 12465] By: jhi                                   on 2001/10/17  00:54:28
21647         Log: Add the special casing mappings (from SpecCase.txt)
21648              (except for the hyper special case mappings that have
21649              the condition list); the special casing mappings are
21650              unused for now.  Small tidying up on mktables.
21651      Branch: perl
21652            + lib/unicore/To/SpecLower.pl lib/unicore/To/SpecTitle.pl
21653            + lib/unicore/To/SpecUpper.pl
21654            ! lib/unicore/mktables
21655 ____________________________________________________________________________
21656 [ 12464] By: jhi                                   on 2001/10/16  22:38:24
21657         Log: Subject: [PATCH] Doc patch on here-docs (perlop and perldata)
21658              From: "David H. Adler" <dha@panix.com>       
21659              Date: Tue, 16 Oct 2001 11:59:35 -0400
21660              Message-ID: <20011016115935.A13078@panix.com>
21661              
21662              Subject: [ PATCH ] perldata patch, revised
21663              From: "David H. Adler" <dha@panix.com>     
21664              Date: Tue, 16 Oct 2001 18:26:49 -0400
21665              Message-ID: <20011016182649.C23970@panix.com>
21666      Branch: perl
21667            ! pod/perldata.pod pod/perlop.pod
21668 ____________________________________________________________________________
21669 [ 12463] By: jhi                                   on 2001/10/16  19:39:25
21670         Log: Integrate perlio: PerlIO_dup (for all but Win32).
21671      Branch: perl
21672           !> embed.h embed.pl ext/Encode/Encode.xs
21673           !> ext/PerlIO/Scalar/Scalar.xs ext/PerlIO/Via/Via.xs hv.c perl.h
21674           !> perlio.c perlio.h perliol.h pod/perlapi.pod proto.h sv.c sv.h
21675           !> win32/win32io.c
21676 ____________________________________________________________________________
21677 [ 12462] By: nick                                  on 2001/10/16  19:11:30
21678         Log: PerlIOXxxx_dups for all but Win32
21679      Branch: perlio
21680            ! ext/Encode/Encode.xs ext/PerlIO/Scalar/Scalar.xs
21681            ! ext/PerlIO/Via/Via.xs
21682 ____________________________________________________________________________
21683 [ 12461] By: nick                                  on 2001/10/16  18:28:48
21684         Log: Implement PerlIOStdio_dup (explains core dumps - dup
21685              was not setting up a FILE * to be fclosed()).
21686      Branch: perlio
21687            ! perlio.c
21688 ____________________________________________________________________________
21689 [ 12460] By: nick                                  on 2001/10/16  17:31:47
21690         Log: When USE_ITHREADS avoid SV * in PerlIO_debug, at risk of buffer
21691              overflow.
21692      Branch: perlio
21693            ! perlio.c
21694 ____________________________________________________________________________
21695 [ 12459] By: jhi                                   on 2001/10/16  17:10:22
21696         Log: Subject: [PATCH perl@12443] VMS 64-bit configure
21697              From: "Craig A. Berry" <craigberry@mac.com>
21698              Date: Tue, 16 Oct 2001 13:08:38 -0500
21699              Message-Id: <5.1.0.14.2.20011016122704.029eaea8@exchi01>
21700      Branch: perl
21701            ! configure.com
21702 ____________________________________________________________________________
21703 [ 12458] By: jhi                                   on 2001/10/16  17:07:20
21704         Log: Can't expect too much accuracy from a sleep of one second.
21705              (I think this will also fail with high load.)
21706      Branch: perl
21707            ! ext/Time/HiRes/HiRes.t
21708 ____________________________________________________________________________
21709 [ 12457] By: jhi                                   on 2001/10/16  16:50:24
21710         Log: Subject: WIN64 (Itanium) port of Perl 5.6.1
21711              From: "Werner, Randolf" <randolf.werner@sap.com>
21712              Date: Tue, 16 Oct 2001 18:33:02 +0200
21713              Message-ID: <816D93CCC927D31188570008C75D1DE10A5CB1F8@dbwdfx1a.wdf.sap-ag.de>
21714      Branch: perl
21715            + win32/Makefile.win64 win32/config.win64 win32/config_H.win64
21716            ! MANIFEST Porting/makerel ext/SDBM_File/sdbm/sdbm.c
21717 ____________________________________________________________________________
21718 [ 12456] By: nick                                  on 2001/10/16  14:08:16
21719         Log: Builds under ithreads (but fails all threads tests)
21720      Branch: perlio
21721            ! hv.c perlio.c sv.c
21722 ____________________________________________________________________________
21723 [ 12455] By: jhi                                   on 2001/10/16  13:59:32
21724         Log: I think the Perl_sortsv needs *not* be skipped?
21725      Branch: perl
21726            ! makedef.pl
21727 ____________________________________________________________________________
21728 [ 12454] By: jhi                                   on 2001/10/16  13:05:38
21729         Log: Subject: [ PATCH ] maint/perl/t/op/groups.t for build on Cygwin
21730              From: "Gerrit P. Haase" <gerrit.haase@convey.de>
21731              Date: Tue, 16 Oct 2001 15:32:44 +0200
21732              Message-ID: <3BCC531C.11494.3E433F@localhost>
21733      Branch: perl
21734            ! t/op/groups.t
21735 ____________________________________________________________________________
21736 [ 12453] By: jhi                                   on 2001/10/16  13:04:38
21737         Log: Subject: [ PATCH ] maint/perl/t/io/fs.t for build on Cygwin
21738              From: "Gerrit P. Haase" <gerrit.haase@convey.de>
21739              Date: Tue, 16 Oct 2001 15:01:04 +0200
21740              Message-ID: <3BCC4BB0.30935.2145B7@localhost>
21741      Branch: perl
21742            ! t/io/fs.t
21743 ____________________________________________________________________________
21744 [ 12452] By: jhi                                   on 2001/10/16  12:03:49
21745         Log: A forgotten deletion.
21746      Branch: perl
21747            - lib/unicore/mktables.PL
21748 ____________________________________________________________________________
21749 [ 12451] By: nick                                  on 2001/10/16  11:32:48
21750         Log: Skeleton of "PerlIO_dup" coded.
21751              Still-passes all tests non-threaded (well it would wouldn't it!)
21752      Branch: perlio
21753            ! embed.h embed.pl ext/Encode/Encode.xs
21754            ! ext/PerlIO/Scalar/Scalar.xs ext/PerlIO/Via/Via.xs perl.h
21755            ! perlio.c perlio.h perliol.h pod/perlapi.pod proto.h sv.c sv.h
21756            ! win32/win32io.c
21757 ____________________________________________________________________________
21758 [ 12450] By: jhi                                   on 2001/10/16  02:27:51
21759         Log: Document the problem with the swash_fetch() API that affects
21760              more complex case conversions.
21761      Branch: perl
21762            ! lib/utf8_heavy.pl utf8.c
21763 ____________________________________________________________________________
21764 [ 12449] By: jhi                                   on 2001/10/16  01:55:48
21765         Log: Make Time::HiRes::sleep() and usleep() to return
21766              the number of seconds (a floating point value) and 
21767              microseconds (an integer) actually slept (well,
21768              modulo the time spent in measuring the time actually
21769              slept...), to be a better drop-in replacement for
21770              the builtin sleep().  Noticed by Chris Nandor.
21771              
21772              Also make usleep() to croak if fed illegal number
21773              of useconds (anything greater than 1_000_000).
21774      Branch: perl
21775            ! ext/Time/HiRes/HiRes.pm ext/Time/HiRes/HiRes.t
21776            ! ext/Time/HiRes/HiRes.xs
21777 ____________________________________________________________________________
21778 [ 12448] By: jhi                                   on 2001/10/16  00:57:05
21779         Log: A missing SvREFCNT_dec.
21780      Branch: perl
21781            ! perl.c
21782 ____________________________________________________________________________
21783 [ 12447] By: nick                                  on 2001/10/15  20:27:53
21784         Log: Beginings of PerlIO_dup support (unstable)
21785      Branch: perlio
21786            ! perlio.c perliol.h
21787 ____________________________________________________________________________
21788 [ 12446] By: jhi                                   on 2001/10/15  18:44:19
21789         Log: (retracted by #12497)
21790              In AIX vac 5 just can't seem to get regcomp right.
21791      Branch: perl
21792            ! hints/aix.sh
21793 ____________________________________________________________________________
21794 [ 12445] By: jhi                                   on 2001/10/15  16:44:04
21795         Log: Bump the version number to agree with the maintperl one.
21796      Branch: perl
21797            ! lib/Tie/RefHash.pm
21798 ____________________________________________________________________________
21799 [ 12444] By: nick                                  on 2001/10/15  15:59:57
21800         Log: Integrate mainline
21801      Branch: perlio
21802           +> lib/Math/BigInt/t/Math/Subclass.pm
21803           +> lib/Math/BigInt/t/bigfltpm.inc lib/Math/BigInt/t/calling.t
21804           +> lib/Math/BigInt/t/subclass.t lib/unicore/In/163.pl
21805           +> lib/unicore/In/164.pl lib/unicore/In/165.pl
21806           +> lib/unicore/In/166.pl lib/unicore/In/167.pl
21807           +> lib/unicore/In/168.pl lib/unicore/In/169.pl
21808           +> lib/unicore/In/170.pl lib/unicore/In/171.pl lib/unicore/Is.pl
21809           +> lib/unicore/Is/Title.pl lib/unicore/Lbrk.pl
21810           +> lib/unicore/mktables
21811            - lib/unicore/Is/SylA.pl lib/unicore/Is/SylAA.pl
21812            - lib/unicore/Is/SylAAI.pl lib/unicore/Is/SylAI.pl
21813            - lib/unicore/Is/SylC.pl lib/unicore/Is/SylE.pl
21814            - lib/unicore/Is/SylEE.pl lib/unicore/Is/SylI.pl
21815            - lib/unicore/Is/SylII.pl lib/unicore/Is/SylN.pl
21816            - lib/unicore/Is/SylO.pl lib/unicore/Is/SylOO.pl
21817            - lib/unicore/Is/SylU.pl lib/unicore/Is/SylV.pl
21818            - lib/unicore/Is/SylWA.pl lib/unicore/Is/SylWAA.pl
21819            - lib/unicore/Is/SylWC.pl lib/unicore/Is/SylWE.pl
21820            - lib/unicore/Is/SylWEE.pl lib/unicore/Is/SylWI.pl
21821            - lib/unicore/Is/SylWII.pl lib/unicore/Is/SylWO.pl
21822            - lib/unicore/Is/SylWOO.pl lib/unicore/Is/SylWU.pl
21823            - lib/unicore/Is/SylWV.pl lib/unicore/Is/Syllable.pl
21824            - lib/unicore/syllables.txt
21825           !> (integrate 344 files)
21826 ____________________________________________________________________________
21827 [ 12443] By: jhi                                   on 2001/10/15  13:40:20
21828         Log: Casting tweak from Paul Marquess, helps Merijn on AIX.
21829      Branch: perl
21830            ! ext/DB_File/DB_File.xs
21831 ____________________________________________________________________________
21832 [ 12442] By: jhi                                   on 2001/10/15  13:35:36
21833         Log: Sync the skip() amounts with the number of tests.
21834      Branch: perl
21835            ! lib/Term/Complete.t
21836 ____________________________________________________________________________
21837 [ 12441] By: jhi                                   on 2001/10/15  13:11:03
21838         Log: Update Changes.
21839      Branch: perl
21840            ! Changes patchlevel.h
21841 ____________________________________________________________________________
21842 [ 12440] By: jhi                                   on 2001/10/15  12:58:24
21843         Log: MacOS Classic catdir() rewrite from Thomas Wegner
21844              (backward incompatibility, but a deliberate one,
21845              the old version simply is broken in its logic),
21846              also documentation updates, and as suggested replicated
21847              the File::Spec::Unix documentation updates also on the
21848              File::Spec documentation.
21849              
21850              TODO: there seems to be duplication of documentation
21851              between File::Spec and File::Spec::Unix.  I think
21852              the ::Unix should be left only with specific UNIXisms,
21853              and all the generic documentation should be in ::Spec.
21854      Branch: perl
21855            ! lib/File/Find/t/find.t lib/File/Find/t/taint.t
21856            ! lib/File/Spec.pm lib/File/Spec.t lib/File/Spec/Mac.pm
21857            ! lib/File/Spec/Unix.pm
21858 ____________________________________________________________________________
21859 [ 12439] By: jhi                                   on 2001/10/15  12:32:07
21860         Log: Subject: Re: [PATCH t/op/magic.t] missing tests on Win32
21861              From: Blair Zajac <blair@orcaware.com>
21862              Date: Mon, 24 Sep 2001 11:48:58 -0700
21863              Message-ID: <3BAF801A.88A4F614@orcaware.com>     
21864              
21865              (the skip() messages)
21866      Branch: perl
21867            ! t/op/magic.t
21868 ____________________________________________________________________________
21869 [ 12438] By: ams                                   on 2001/10/14  23:43:59
21870         Log: Subject: [PATCH] make PerlIO default on VMS
21871              From: "Craig A. Berry" <craigberry@mac.com>
21872              Date: Sun, 14 Oct 2001 15:27:18 -0500
21873              Message-Id: <5.1.0.14.0.20011014152339.021ec150@exchi01>
21874      Branch: perl
21875            ! configure.com
21876 ____________________________________________________________________________
21877 [ 12437] By: jhi                                   on 2001/10/14  23:05:57
21878         Log: Retract #12436 (Abhijit already did this at #12426)
21879      Branch: perl
21880            ! lib/ExtUtils/MM_Unix.pm
21881 ____________________________________________________________________________
21882 [ 12436] By: jhi                                   on 2001/10/14  21:22:43
21883         Log: (retracted by #12437)
21884              Subject: [PATCH lib/ExtUtils/MM_Unix.pm] MakeMaker tries to parse commented out $VERSION
21885              From: =?iso-8859-1?Q?Kay_R=F6pke?= <kroepke@dolphin-services.de>
21886              Date: Sat, 13 Oct 2001 20:33:55 +0200
21887              Message-Id: <E15sTbe-0001nt-00@mrvdom04.kundenserver.de>
21888      Branch: perl
21889            ! lib/ExtUtils/MM_Unix.pm
21890 ____________________________________________________________________________
21891 [ 12435] By: jhi                                   on 2001/10/14  21:21:52
21892         Log: Subject: h2xs grammar nit
21893              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
21894              Date: Fri, 12 Oct 2001 00:12:01 -0700 (PDT)
21895              Message-ID: <Pine.GSU.4.21.0110120010540.9710-100000@garcia.efn.org>
21896      Branch: perl
21897            ! utils/h2xs.PL
21898 ____________________________________________________________________________
21899 [ 12434] By: jhi                                   on 2001/10/14  13:48:30
21900         Log: Subject: [PATCH @12422] Fix scoping problem with FATAL warnings
21901              From: "Paul Marquess" <Paul_Marquess@yahoo.co.uk>
21902              Date: Sun, 14 Oct 2001 11:25:08 +0100
21903              Message-ID: <AIEAJICLCBDNAAOLLOKLCEFDDCAA.Paul_Marquess@Yahoo.co.uk>
21904      Branch: perl
21905            ! lib/warnings.pm pod/perllexwarn.pod t/lib/warnings/7fatal
21906            ! warnings.pl
21907 ____________________________________________________________________________
21908 [ 12433] By: jhi                                   on 2001/10/13  23:20:11
21909         Log: Use File::Spec (needs Thomas Wegner's upcoming patch
21910              for File::Spec::Mac::catfile)
21911      Branch: perl
21912            ! lib/h2xs.t
21913 ____________________________________________________________________________
21914 [ 12432] By: jhi                                   on 2001/10/13  23:17:31
21915         Log: Subject: [PATCH] Re: default module version for h2xs (was Re: [PATCH] Re: What sort of Makefile.PL should h2xs write?)   
21916              From: Nicholas Clark <nick@ccl4.org>
21917              Date: Sat, 13 Oct 2001 00:07:31 +0100
21918              Message-ID: <20011013000731.D67535@plum.flirble.org>
21919      Branch: perl
21920            ! lib/h2xs.t utils/h2xs.PL
21921 ____________________________________________________________________________
21922 [ 12431] By: jhi                                   on 2001/10/13  22:35:58
21923         Log: Define PASTHRU_DEFINE and PASTHRU_INC (which are used
21924              before DEFINE and INC), and repent by taking DEFINE and
21925              INC away from PASTHRU.
21926      Branch: perl
21927            ! lib/ExtUtils/MM_Unix.pm
21928 ____________________________________________________________________________
21929 [ 12430] By: jhi                                   on 2001/10/13  21:23:09
21930         Log: More MANIFEST anomalies.
21931      Branch: perl
21932            ! MANIFEST
21933 ____________________________________________________________________________
21934 [ 12429] By: jhi                                   on 2001/10/13  21:01:32
21935         Log: Not that many.
21936      Branch: perl
21937            ! MANIFEST
21938 ____________________________________________________________________________
21939 [ 12428] By: sky                                   on 2001/10/13  20:59:27
21940         Log: Subject: [DOC PATCH] pod syntax fixups for File::Spec::* modules
21941              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
21942              Date: Sat, 13 Oct 2001 23:15:55 +0200
21943              Message-ID: <20011013231555.A18071@rafael>
21944      Branch: perl
21945            ! lib/File/Spec.pm lib/File/Spec/Epoc.pm lib/File/Spec/Mac.pm
21946            ! lib/File/Spec/Unix.pm lib/File/Spec/Win32.pm
21947 ____________________________________________________________________________
21948 [ 12427] By: jhi                                   on 2001/10/13  20:54:17
21949         Log: Rewrite mktables from scratch.
21950              - Cleaner.
21951              - Faster: 15-20 seconds as opposed to several minutes.
21952              - More dynamic: the names of the various categories
21953              such as the linebreak ones are dynamic, not static.
21954              - Is.pl: long names for the general category properties
21955              are now available.
21956              - Ranges (<... ,First>, <..., Last>) from the general
21957              categories work now.
21958              - No more mktables.PL because the mktables.PL is not
21959              and never has been run to create a mktables.
21960              - syllables.txt and Is/Syl*.pl removed: non-standard
21961              (not part of the Unicode), and the whole concept is
21962              being reworked (http://syllabary.sourceforge.net/),
21963              the old way wouldn't even work with the new Syllables.txt
21964              (it would result in 1000+ new categories)
21965      Branch: perl
21966            + lib/unicore/In/163.pl lib/unicore/In/164.pl
21967            + lib/unicore/In/165.pl lib/unicore/In/166.pl
21968            + lib/unicore/In/167.pl lib/unicore/In/168.pl
21969            + lib/unicore/In/169.pl lib/unicore/In/170.pl
21970            + lib/unicore/In/171.pl lib/unicore/Is.pl
21971            + lib/unicore/Is/Title.pl lib/unicore/Lbrk.pl
21972            + lib/unicore/mktables
21973            - lib/unicore/Is/SylA.pl lib/unicore/Is/SylAA.pl
21974            - lib/unicore/Is/SylAAI.pl lib/unicore/Is/SylAI.pl
21975            - lib/unicore/Is/SylC.pl lib/unicore/Is/SylE.pl
21976            - lib/unicore/Is/SylEE.pl lib/unicore/Is/SylI.pl
21977            - lib/unicore/Is/SylII.pl lib/unicore/Is/SylN.pl
21978            - lib/unicore/Is/SylO.pl lib/unicore/Is/SylOO.pl
21979            - lib/unicore/Is/SylU.pl lib/unicore/Is/SylV.pl
21980            - lib/unicore/Is/SylWA.pl lib/unicore/Is/SylWAA.pl
21981            - lib/unicore/Is/SylWC.pl lib/unicore/Is/SylWE.pl
21982            - lib/unicore/Is/SylWEE.pl lib/unicore/Is/SylWI.pl
21983            - lib/unicore/Is/SylWII.pl lib/unicore/Is/SylWO.pl
21984            - lib/unicore/Is/SylWOO.pl lib/unicore/Is/SylWU.pl
21985            - lib/unicore/Is/SylWV.pl lib/unicore/Is/Syllable.pl
21986            - lib/unicore/syllables.txt
21987            ! (edit 304 files)
21988 ____________________________________________________________________________
21989 [ 12426] By: ams                                   on 2001/10/13  18:05:36
21990         Log: ExtUtils::MM_Unix should ignore comments when searching for
21991              $VERSION.
21992      Branch: perl
21993            ! lib/ExtUtils/MM_Unix.pm
21994 ____________________________________________________________________________
21995 [ 12425] By: jhi                                   on 2001/10/13  12:26:41
21996         Log: Subject: Re: New module XML::Clean
21997              From: andreas.koenig@anima.de (Andreas J. Koenig)
21998              Date: 13 Oct 2001 10:17:09 +0200
21999              Message-ID: <m37ku0t0my.fsf@anima.de>
22000      Branch: perl
22001            ! pod/perlnewmod.pod
22002 ____________________________________________________________________________
22003 [ 12424] By: sky                                   on 2001/10/13  09:39:59
22004         Log: Set thread stack size if needed.
22005      Branch: perl
22006            ! ext/threads/threads.xs
22007 ____________________________________________________________________________
22008 [ 12423] By: sky                                   on 2001/10/13  09:36:49
22009         Log: We do want to set the attribute to joinable even on modern posix
22010              platforms.
22011      Branch: perl
22012            ! ext/threads/threads.xs
22013 ____________________________________________________________________________
22014 [ 12422] By: jhi                                   on 2001/10/13  02:04:44
22015         Log: Subject: [PATCH ext/Data/Dumper.xs]
22016              From: Brian Ingerson <ingy@ttul.org>
22017              Date: Fri, 12 Oct 2001 19:32:35 -0700
22018              Message-ID: <20011012193235.B889@ttul.org>
22019      Branch: perl
22020            ! ext/Data/Dumper/Dumper.xs
22021 ____________________________________________________________________________
22022 [ 12421] By: jhi                                   on 2001/10/12  23:22:45
22023         Log: Update Changes.
22024      Branch: perl
22025            ! Changes patchlevel.h
22026 ____________________________________________________________________________
22027 [ 12420] By: jhi                                   on 2001/10/12  22:51:17
22028         Log: FAQ sync.
22029      Branch: perl
22030            ! pod/perlfaq3.pod pod/perlfaq4.pod
22031 ____________________________________________________________________________
22032 [ 12419] By: jhi                                   on 2001/10/12  22:46:49
22033         Log: Subject: RE: [PATCH File::Copy] Silence warnings for tied filehandles     
22034              From: "Wilson, Doug" <Doug_Wilson@intuit.com>
22035              Date: Fri, 12 Oct 2001 11:51:05 -0700
22036              Message-ID: <35A280DF784CD411A06B0008C7B130AD0115DDAE@sdex04.sd.intuit.com>
22037      Branch: perl
22038            ! lib/File/Copy.pm
22039 ____________________________________________________________________________
22040 [ 12418] By: jhi                                   on 2001/10/12  22:44:24
22041         Log: Subject: [PATCH lib/Term/Complete.t] Rethinking the Test
22042              From: "chromatic" <chromatic@rmci.net>     
22043              Date: Thu, 11 Oct 2001 10:57:55 -0600
22044              Message-ID: <20011011170354.74354.qmail@onion.perl.org>
22045              
22046              Subject: [PATCH Complete.pm] Re: [PATCH lib/Term/Complete.t] Rethinking the Test
22047              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
22048              Date: Thu, 11 Oct 2001 22:34:21 +0200
22049              Message-ID: <20011011223421.A693@rafael>     
22050              
22051              plus undef $Term::Complete::stty as suggested by Rafael.
22052      Branch: perl
22053            ! lib/Term/Complete.pm lib/Term/Complete.t
22054 ____________________________________________________________________________
22055 [ 12417] By: jhi                                   on 2001/10/12  20:35:49
22056         Log: UUnndduupplleexx..
22057      Branch: perl
22058            ! perl.h
22059 ____________________________________________________________________________
22060 [ 12416] By: sky                                   on 2001/10/12  20:16:19
22061         Log: Subject: Re: Sparc/Linux/ithreads unhappy @12391 [PATCH]
22062              From: Andy Dougherty <doughera@lafayette.edu>
22063              Date: Fri, 12 Oct 2001 16:53:03 -0400 (EDT)
22064              Message-ID: <Pine.SOL.4.10.10110121647360.11279-100000@maxwell.phys.lafayette.edu>
22065              (Potentially only band-aid)
22066      Branch: perl
22067            ! sv.c
22068 ____________________________________________________________________________
22069 [ 12415] By: jhi                                   on 2001/10/12  20:13:06
22070         Log: VMS pre-7.0 (which doesn't have sigaction()) uniformly
22071              mishandles kill(), and therefore the sigaction test
22072              should be skipped, from Charles Lane.
22073      Branch: perl
22074            ! ext/POSIX/t/sigaction.t
22075 ____________________________________________________________________________
22076 [ 12414] By: sky                                   on 2001/10/12  18:47:49
22077         Log: Perhaps other OLD_POSIX_API systems might be happy and not only HP-UX 10.20
22078      Branch: perl
22079            ! op.h
22080 ____________________________________________________________________________
22081 [ 12413] By: jhi                                   on 2001/10/12  18:35:31
22082         Log: Upgrade to Math::BigInt 1.44 from Tels and
22083              further fixes from John Peacock.
22084      Branch: perl
22085            + lib/Math/BigInt/t/Math/Subclass.pm
22086            + lib/Math/BigInt/t/bigfltpm.inc lib/Math/BigInt/t/calling.t
22087            + lib/Math/BigInt/t/subclass.t
22088            ! MANIFEST lib/Math/BigFloat.pm lib/Math/BigInt.pm
22089            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bigfltpm.t
22090            ! lib/Math/BigInt/t/bigintc.t lib/Math/BigInt/t/bigintpm.t
22091            ! lib/Math/BigInt/t/mbimbf.t
22092 ____________________________________________________________________________
22093 [ 12412] By: sky                                   on 2001/10/12  18:28:23
22094         Log: perhaps pthread_attr_t really needs to be set for the old api
22095      Branch: perl
22096            ! ext/threads/threads.xs
22097 ____________________________________________________________________________
22098 [ 12411] By: sky                                   on 2001/10/12  18:11:45
22099         Log: pthread_keycreate not pthread_key_create under the here be dragons API
22100      Branch: perl
22101            ! ext/threads/threads.h
22102 ____________________________________________________________________________
22103 [ 12410] By: sky                                   on 2001/10/12  18:07:37
22104         Log: Apperently OLD PTHREADS API is a bit retarded.
22105              This should fix another set of compile failures in HP-UX 10.20.
22106      Branch: perl
22107            ! ext/threads/threads.h ext/threads/threads.xs
22108 ____________________________________________________________________________
22109 [ 12409] By: nick                                  on 2001/10/12  15:30:01
22110         Log: Blind integrate of mainline
22111      Branch: perlio
22112           +> (branch 32 files)
22113            - lib/unicode/README
22114           !> (integrate 121 files)
22115 ____________________________________________________________________________
22116 [ 12408] By: sky                                   on 2001/10/12  14:55:08
22117         Log: Let us avoid being smart for now.
22118      Branch: perl
22119            ! ext/threads/threads.h
22120 ____________________________________________________________________________
22121 [ 12407] By: sky                                   on 2001/10/12  14:38:12
22122         Log: (void*) the argument to make sure we work with picky compilers
22123      Branch: perl
22124            ! ext/threads/threads.xs
22125 ____________________________________________________________________________
22126 [ 12406] By: ams                                   on 2001/10/12  13:26:04
22127         Log: (replaced with #12600)
22128              
22129              Subject: [PATCH 5.6.1 perldoc] use File::Temp
22130              From: Mikhail Zabaluev <mhz@alt-linux.org>
22131              Date: Fri, 12 Oct 2001 12:47:47 +0400
22132              Message-Id: <20011012124747.E13918@localhost.localdomain>
22133      Branch: perl
22134            ! utils/perldoc.PL
22135 ____________________________________________________________________________
22136 [ 12405] By: ams                                   on 2001/10/12  13:05:32
22137         Log: Subject: [PATCH] (Was: lib/Memoize/t/speed.................FAILED at test 2)
22138              From: andreas.koenig@anima.de (Andreas J. Koenig)
22139              Date: 12 Oct 2001 11:12:07 +0200
22140              Message-Id: <m3wv21te6w.fsf_-_@anima.de>
22141      Branch: perl
22142            ! lib/Memoize/t/speed.t
22143 ____________________________________________________________________________
22144 [ 12404] By: sky                                   on 2001/10/12  12:46:15
22145         Log: A) Support OLD_PTHREADS_API
22146              B) Change from using pthread_t to using a TLS to store the
22147              index of the thread in an hash, this is to avoid problems when
22148              in fact pthread_t was not a seralizable type.
22149              Both these changes are because of HP-UX 10.20
22150              This has not been tested on win32 but should work there.
22151              Need to add support for NetWare.
22152      Branch: perl
22153            ! ext/threads/threads.h ext/threads/threads.xs
22154 ____________________________________________________________________________
22155 [ 12403] By: ams                                   on 2001/10/12  07:34:19
22156         Log: Subject: Re: New module XML::Clean
22157              From: andreas.koenig@anima.de (Andreas J. Koenig)
22158              Date: 12 Oct 2001 10:20:35 +0200
22159              Message-Id: <m3elo9uv58.fsf@anima.de>
22160      Branch: perl
22161            ! pod/perlnewmod.pod
22162 ____________________________________________________________________________
22163 [ 12402] By: jhi                                   on 2001/10/11  19:51:04
22164         Log: More HP model tweaks from Merijn.
22165      Branch: perl
22166            ! README.hpux
22167 ____________________________________________________________________________
22168 [ 12401] By: jhi                                   on 2001/10/11  13:03:10
22169         Log: Update Changes.
22170      Branch: perl
22171            ! Changes patchlevel.h
22172 ____________________________________________________________________________
22173 [ 12400] By: jhi                                   on 2001/10/11  11:33:20
22174         Log: HP-UX update from H.Merijn Brand.
22175      Branch: perl
22176            ! README.hpux
22177 ____________________________________________________________________________
22178 [ 12399] By: jhi                                   on 2001/10/11  00:53:56
22179         Log: Subject: [PATCH] fix link rot in README.vms
22180              From: "Craig A. Berry" <craigberry@mac.com>
22181              Date: Wed, 10 Oct 2001 17:17:00 -0500
22182              Message-Id: <5.1.0.14.0.20011010171057.01bd77c8@exchi01>
22183      Branch: perl
22184            ! README.vms
22185 ____________________________________________________________________________
22186 [ 12398] By: jhi                                   on 2001/10/11  00:49:42
22187         Log: Subject: [PATCH lib/Term/Complete.t] (was Re: lib/Term/Complete.t won't complete in background)
22188              From: "chromatic" <chromatic@rmci.net>
22189              Date: Wed, 10 Oct 2001 15:50:30 -0600
22190              Message-ID: <20011010215627.13283.qmail@onion.perl.org> 
22191      Branch: perl
22192            ! lib/Term/Complete.t
22193 ____________________________________________________________________________
22194 [ 12397] By: jhi                                   on 2001/10/11  00:48:54
22195         Log: Subject: [PATCH MANIFEST lib/ExtUtils/Packlist.t] Add Tests for ExtUtils::Packlist
22196              From: "chromatic" <chromatic@rmci.net>
22197              Date: Wed, 10 Oct 2001 15:45:42 -0600
22198              Message-ID: <20011010215140.8913.qmail@onion.perl.org>
22199      Branch: perl
22200            + lib/ExtUtils/Packlist.t
22201            ! MANIFEST
22202 ____________________________________________________________________________
22203 [ 12396] By: jhi                                   on 2001/10/10  20:20:22
22204         Log: VMS needs quotes around the -I option to keep it from
22205              being downcased, from Charles Lane.
22206      Branch: perl
22207            ! t/run/kill_perl.t
22208 ____________________________________________________________________________
22209 [ 12395] By: ams                                   on 2001/10/10  16:22:32
22210         Log: Subject: [PATCH lib/FindBin.pm]
22211              From: Stas Bekman <stas@stason.org>
22212              Date: Tue, 09 Oct 2001 23:57:10 +0800
22213              Message-Id: <3BC31E56.60805@stason.org>
22214      Branch: perl
22215            ! lib/FindBin.pm
22216 ____________________________________________________________________________
22217 [ 12394] By: ams                                   on 2001/10/10  16:09:53
22218         Log: Subject: Re: /usr/include/sys/e ?? (perl@12340)
22219              From: Abhijit Menon-Sen <ams@wiw.org>
22220              Date: Wed, 10 Oct 2001 21:59:33 +0530
22221              Message-Id: <20011010215933.B2444@lustre.dyn.wiw.org>
22222      Branch: perl
22223            ! ext/Data/Dumper/Dumper.xs
22224 ____________________________________________________________________________
22225 [ 12393] By: jhi                                   on 2001/10/10  15:53:39
22226         Log: VMS: reorder the elimination of 000000 in the canonpath logic,
22227              from Charles Lane.
22228      Branch: perl
22229            ! lib/File/Spec/VMS.pm
22230 ____________________________________________________________________________
22231 [ 12392] By: ams                                   on 2001/10/10  14:49:43
22232         Log: Subject: [PATCH] two s/// bugfixes
22233              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
22234              Date: Wed, 10 Oct 2001 17:23:44 +0200
22235              Message-Id: <20011010172344.C22440@rafael>
22236      Branch: perl
22237            ! pp_ctl.c regexec.c t/op/subst.t
22238 ____________________________________________________________________________
22239 [ 12391] By: jhi                                   on 2001/10/10  12:22:02
22240         Log: Fix/improve handling of the [000000] special "root"
22241              directory, by putting cwd in canonical form when doing
22242              abs2rel, and prepending a 000000 to directory "chunks"
22243              if missing from base or path.  Also adjust test to
22244              reflect the (improved) output from abs2rel.
22245              From Charles Lane.
22246      Branch: perl
22247            ! lib/File/Spec.t lib/File/Spec/VMS.pm
22248 ____________________________________________________________________________
22249 [ 12390] By: jhi                                   on 2001/10/10  11:48:14
22250         Log: In VMS the copy-to-untaint %ENV in the initialization also loses
22251              all of the extra VMSish attributes (such as "treat this logical
22252              as a device name") that are necessary to make programs run.
22253              A tainted %ENV does not hinder VMS.  From Charles Lane.
22254      Branch: perl
22255            ! lib/File/Find/t/taint.t
22256 ____________________________________________________________________________
22257 [ 12389] By: jhi                                   on 2001/10/10  11:40:29
22258         Log: VMS-specific fixes to the ExtUtils::Manifest tests.
22259              
22260              o  VMS is case-insensitive, RTL downcases filenames read
22261              by perl... so need to re-upcase filenames like MANIFEST
22262              and MANIFEST.SKIP
22263              
22264              o  Need to convert VMS-style to Unix-style filenames when comparing
22265              names in MANIFEST to names in filesystem.
22266              
22267              o  Need to remove mantest/MANIFEST before rmdir'ing mantest,
22268              since VMS won't let you (easily) delete non-empty directories.
22269              
22270              From Charles Lane.
22271      Branch: perl
22272            ! lib/ExtUtils/Manifest.pm lib/ExtUtils/Manifest.t
22273 ____________________________________________________________________________
22274 [ 12388] By: jhi                                   on 2001/10/10  11:28:44
22275         Log: Unix and VMS agree on "*" as a "match any number of any chars"
22276              wildcards, but differ ("?"  vs.  "%") for their "match any single
22277              char" wildcard.  This patch changes "?"  chars to "%" before doing a
22278              VMS glob...at no loss of functionality, since "?"  isn't a valid
22279              filename char on VMS.  From Charles Lane.
22280      Branch: perl
22281            ! doio.c
22282 ____________________________________________________________________________
22283 [ 12387] By: jhi                                   on 2001/10/10  11:20:13
22284         Log: (accidentally empty submit; new life as #12390)
22285      Branch: perl
22286            ! lib/File/Find/t/taint.t
22287 ____________________________________________________________________________
22288 [ 12386] By: jhi                                   on 2001/10/10  11:12:40
22289         Log: Even more VMS tweakage from Charles Lane:
22290              
22291              Tweak #1:  splitdir only works on directory part of filespec,
22292              split off volume first
22293              Tweak #2:  VMS pre-7.0's $ENV{'HOME'} is not settable
22294              (it's a horrible kludge in the run-time library,
22295              improved in later versions). Check the
22296              $Config{'d_setenv'} flag before attempting to set it.
22297      Branch: perl
22298            ! t/op/chdir.t
22299 ____________________________________________________________________________
22300 [ 12385] By: jhi                                   on 2001/10/09  20:34:36
22301         Log: VMS tweakage from Charles Lane.
22302              
22303              . command.com doubles an output line when prompting for extensions
22304              . Term::Cap has no business trying to run obscure Un*x utilities on VMS
22305              . perl5db doesn't clean up after itself
22306      Branch: perl
22307            ! configure.com lib/Term/Cap.pm lib/perl5db.pl
22308 ____________________________________________________________________________
22309 [ 12384] By: sky                                   on 2001/10/09  19:16:11
22310         Log: Subject: [PATCH again again], Re: [PATCH again] Re: [PATCH mg.c gv.c and others] ${^TAINT}
22311              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
22312              Date: Tue, 9 Oct 2001 22:10:26 +0200
22313              Message-ID: <20011009221026.A8579@rafael>
22314      Branch: perl
22315            ! pod/perldata.pod
22316 ____________________________________________________________________________
22317 [ 12383] By: jhi                                   on 2001/10/09  14:33:15
22318         Log: Subject: [PATCH t/op/subst.t] new tests, new TODO test
22319              From: rgarciasuarez@free.fr (Rafael Garcia-Suarez)
22320              Date: 9 Oct 2001 15:15:06 -0000
22321              Message-Id: <slrn9s653h.h2p.rgarciasuarez@rafael.kazibao.net>
22322      Branch: perl
22323            ! t/op/subst.t
22324 ____________________________________________________________________________
22325 [ 12382] By: jhi                                   on 2001/10/09  14:03:30
22326         Log: Update Changes.
22327      Branch: perl
22328            ! Changes patchlevel.h
22329 ____________________________________________________________________________
22330 [ 12381] By: jhi                                   on 2001/10/09  13:52:50
22331         Log: Seems that a glob(undef) triggers an ACCVIO in Perl_flex_stat
22332              Seems that a glob(undef) triggers an ACCVIO in Perl_flex_stat,
22333              when a NULL is passed for the filename string pointer.
22334              From Charles Lane.
22335      Branch: perl
22336            ! vms/vms.c
22337 ____________________________________________________________________________
22338 [ 12379] By: jhi                                   on 2001/10/09  13:03:49
22339         Log: Subject: HP systems update
22340              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
22341              Date: Tue, 09 Oct 2001 15:59:22 +0200
22342              Message-Id: <20011009155614.A4F5.H.M.BRAND@hccnet.nl>
22343      Branch: perl
22344            ! README.hpux
22345 ____________________________________________________________________________
22346 [ 12378] By: jhi                                   on 2001/10/09  12:52:21
22347         Log: CPAN::Nox does now have a test.
22348      Branch: perl
22349            ! t/lib/1_compile.t
22350 ____________________________________________________________________________
22351 [ 12377] By: jhi                                   on 2001/10/09  12:23:27
22352         Log: Subject: [ID 20011001.009] /usr/bin/perl (in addition to /usr/local/bin/perl)
22353              From: David Dyck <dcd@tc.fluke.com>
22354              Date: Mon, 1 Oct 2001 12:17:36 -0700
22355              Message-Id: <200110011917.MAA11879@dd.tc.fluke.com>
22356      Branch: perl
22357            ! installperl
22358 ____________________________________________________________________________
22359 [ 12376] By: jhi                                   on 2001/10/09  12:18:39
22360         Log: NetWare update from Ananth Kesari.
22361      Branch: perl
22362            ! NetWare/nwperlsys.h makedef.pl
22363 ____________________________________________________________________________
22364 [ 12375] By: jhi                                   on 2001/10/09  11:43:01
22365         Log: Subject: [PATCH Perl@12307] File::Find test on VMS
22366              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
22367              Date: Tue, 9 Oct 2001 08:40:57 EDT
22368              Message-Id: <011009083426.17530f@DUPHY4.Physics.Drexel.Edu>
22369      Branch: perl
22370            ! lib/File/Find/t/find.t
22371 ____________________________________________________________________________
22372 [ 12374] By: ams                                   on 2001/10/09  05:31:45
22373         Log: Subject: [PATCH MANIFEST lib/ExtUtils/Mkbootstrap.t] Add Tests for
22374              ExtUtils::Mkbootstrap
22375              From: "chromatic" <chromatic@rmci.net>
22376              Date: Tue, 09 Oct 2001 00:08:37 -0600
22377              Message-Id: <20011009061432.46666.qmail@onion.perl.org>
22378      Branch: perl
22379            + lib/ExtUtils/Mkbootstrap.t
22380            ! MANIFEST
22381 ____________________________________________________________________________
22382 [ 12373] By: jhi                                   on 2001/10/09  02:56:13
22383         Log: Enable more debugging.
22384      Branch: perl
22385            ! lib/utf8_heavy.pl
22386 ____________________________________________________________________________
22387 [ 12372] By: ams                                   on 2001/10/09  02:11:59
22388         Log: #12370 forgot to modify is_gv_magical().
22389      Branch: perl
22390            ! gv.c
22391 ____________________________________________________________________________
22392 [ 12371] By: jhi                                   on 2001/10/09  01:48:17
22393         Log: Make the toupper/lower/title API for Unicode not right
22394              but at least less wrong: prepare for the mapping being
22395              more than just one-character-to-one-character.
22396      Branch: perl
22397            ! embed.h embed.pl global.sym handy.h pp.c proto.h regcomp.c
22398            ! regexec.c utf8.c
22399 ____________________________________________________________________________
22400 [ 12370] By: jhi                                   on 2001/10/09  01:23:08
22401         Log: Subject: Re: [PATCH mg.c gv.c and others] ${^TAINT}
22402              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
22403              Date: Mon, 8 Oct 2001 22:18:23 -0400
22404              Message-ID: <20011008221823.A413700@linguist.thayer.dartmouth.edu>
22405      Branch: perl
22406            ! pod/perlvar.pod t/op/taint.t
22407 ____________________________________________________________________________
22408 [ 12369] By: jhi                                   on 2001/10/08  23:31:21
22409         Log: FAQ sync.
22410      Branch: perl
22411            ! pod/perlfaq3.pod pod/perlfaq4.pod
22412 ____________________________________________________________________________
22413 [ 12368] By: jhi                                   on 2001/10/08  21:20:45
22414         Log: Subject: [PATCH lib/Term/Cap.t] Fix Debian Failures on Test 22
22415              From: "chromatic" <chromatic@rmci.net>
22416              Date: Mon, 08 Oct 2001 14:05:32 -0600
22417              Message-ID: <20011008201126.73702.qmail@onion.perl.org>
22418      Branch: perl
22419            ! lib/Term/Cap.t
22420 ____________________________________________________________________________
22421 [ 12367] By: jhi                                   on 2001/10/08  21:10:49
22422         Log: Subject: [PATCH again] Re: [PATCH mg.c gv.c and others] ${^TAINT}
22423              From: Michael G Schwern <schwern@pobox.com>
22424              Date: Mon, 8 Oct 2001 17:00:14 -0400
22425              Message-ID: <20011008170014.L17083@blackrider>
22426      Branch: perl
22427            ! gv.c mg.c pod/perlvar.pod t/op/magic.t t/op/taint.t
22428 ____________________________________________________________________________
22429 [ 12366] By: jhi                                   on 2001/10/08  20:43:19
22430         Log: Subject: [PATCH Perl@12307] Time::Hires for VMS pre-7.0
22431              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
22432              Date: Mon, 8 Oct 2001 16:01:33 EDT
22433              Message-Id: <011008155856.1604b5@DUPHY4.Physics.Drexel.Edu>
22434      Branch: perl
22435            ! ext/Time/HiRes/HiRes.xs
22436 ____________________________________________________________________________
22437 [ 12365] By: jhi                                   on 2001/10/08  20:41:50
22438         Log: Subject: [PATCH] Autosplit patch for VMS
22439              From: "Craig A. Berry" <craigberry@mac.com>
22440              Date: Mon, 08 Oct 2001 15:40:43 -0500
22441              Message-Id: <5.1.0.14.0.20011008150808.02302618@exchi01>
22442      Branch: perl
22443            ! lib/AutoSplit.pm lib/AutoSplit.t
22444 ____________________________________________________________________________
22445 [ 12364] By: jhi                                   on 2001/10/08  20:36:58
22446         Log: Don't assume that everybody is running OS X 10.1 yet;
22447              from Kay Röpke.
22448      Branch: perl
22449            ! hints/darwin.sh
22450 ____________________________________________________________________________
22451 [ 12363] By: jhi                                   on 2001/10/08  14:26:35
22452         Log: Update Changes.
22453      Branch: perl
22454            ! Changes patchlevel.h
22455 ____________________________________________________________________________
22456 [ 12362] By: jhi                                   on 2001/10/08  14:05:50
22457         Log: Retract #12358 for now.
22458      Branch: perl
22459            ! lib/Term/Cap.t
22460 ____________________________________________________________________________
22461 [ 12361] By: jhi                                   on 2001/10/08  13:57:10
22462         Log: Can't figure out what this is testing.
22463              (If it is trying to catch SIGKILL, it should stop
22464              trying because that is by definition impossible.)
22465      Branch: perl
22466            ! lib/sigtrap.t
22467 ____________________________________________________________________________
22468 [ 12360] By: jhi                                   on 2001/10/08  13:23:28
22469         Log: Subject: [PATCH bleadperl] why some tests fail on Win95...
22470              From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu>
22471              Date: Sun, 30 Sep 2001 21:15:13 +0200
22472              Message-ID: <5033457805.20010930211513@tesla.rcub.bg.ac.yu>
22473      Branch: perl
22474            ! lib/ExtUtils/MM_Win32.pm
22475 ____________________________________________________________________________
22476 [ 12359] By: jhi                                   on 2001/10/08  12:37:17
22477         Log: Clarify the ldlibpth part and condense the overall text.
22478      Branch: perl
22479            ! t/TEST
22480 ____________________________________________________________________________
22481 [ 12358] By: jhi                                   on 2001/10/08  11:56:49
22482         Log: Subject: Re: [PATCH] & what's to be done for 5.8.0?
22483              From: "chromatic" <chromatic@rmci.net>
22484              Date: Sun, 07 Oct 2001 16:59:26 -0600
22485              Message-ID: <20011007230518.90917.qmail@onion.perl.org>
22486      Branch: perl
22487            ! lib/Term/Cap.t
22488 ____________________________________________________________________________
22489 [ 12357] By: jhi                                   on 2001/10/08  11:54:50
22490         Log: Update the list because fo #12265.
22491      Branch: perl
22492            ! t/lib/1_compile.t
22493 ____________________________________________________________________________
22494 [ 12356] By: jhi                                   on 2001/10/08  11:53:30
22495         Log: Subject: [PATCH] & what's to be done for 5.8.0? 
22496              From: Nicholas Clark <nick@ccl4.org>
22497              Date: Sun, 7 Oct 2001 20:53:33 +0100
22498              Message-ID: <20011007205333.S38756@plum.flirble.org>   
22499      Branch: perl
22500            ! ext/B/t/showlex.t ext/B/t/stash.t ext/Cwd/t/taint.t
22501            ! ext/DB_File/t/db-btree.t ext/DB_File/t/db-hash.t
22502            ! ext/DB_File/t/db-recno.t ext/Fcntl/t/fcntl.t lib/CGI/t/carp.t
22503            ! lib/CGI/t/cookie.t lib/File/Find/t/taint.t lib/FindBin.t
22504            ! lib/Net/t/ftp.t lib/Net/t/hostname.t lib/Net/t/nntp.t
22505            ! lib/Net/t/smtp.t lib/Switch/t/given.t lib/Switch/t/nested.t
22506            ! lib/Switch/t/switch.t lib/Term/Complete.t
22507            ! lib/Test/Simple/t/plan_is_noplan.t lib/Test/Simple/t/todo.t
22508            ! lib/bigfloat.t lib/bigint.t lib/integer.t t/op/flip.t
22509            ! t/op/my_stash.t
22510 ____________________________________________________________________________
22511 [ 12355] By: jhi                                   on 2001/10/08  11:51:29
22512         Log: Integrate patch #12350 from maintperl; typo in
22513              IO::Seekable doc.
22514      Branch: perl
22515           !> ext/IO/lib/IO/Seekable.pm
22516 ____________________________________________________________________________
22517 [ 12354] By: jhi                                   on 2001/10/08  11:41:16
22518         Log: Detypo.
22519      Branch: perl
22520            ! hints/darwin.sh
22521 ____________________________________________________________________________
22522 [ 12353] By: sky                                   on 2001/10/07  17:16:14
22523         Log: Change 12349 didn't really get it right.
22524      Branch: perl
22525            ! lib/Unicode/README
22526 ____________________________________________________________________________
22527 [ 12352] By: jhi                                   on 2001/10/07  15:03:18
22528         Log: If running the harness the dynamic library search path
22529              may need setting.
22530      Branch: perl
22531            ! t/TEST
22532 ____________________________________________________________________________
22533 [ 12351] By: jhi                                   on 2001/10/07  14:17:12
22534         Log: It seems that in MacOS X 10.1 one must use -flat_namespace
22535              in ldflags.
22536      Branch: perl
22537            ! hints/darwin.sh
22538 ____________________________________________________________________________
22539 [ 12350] By: gsar                                  on 2001/10/07  13:30:42
22540         Log: typo in IO::Seekable doc
22541      Branch: maint-5.6/perl
22542            ! ext/IO/lib/IO/Seekable.pm
22543 ____________________________________________________________________________
22544 [ 12349] By: jhi                                   on 2001/10/07  12:49:31
22545         Log: Give up the fantasy of having lib/Unicode and lib/unicode:
22546              doesn't work on Mac OS X 10.1 (when unpacking the tar the
22547              latter gets renamed as lib/unicode:1, assumedly for security
22548              reasons not to overwrite stuff)
22549      Branch: perl
22550            + lib/Unicode/README
22551            - lib/unicode/README
22552            ! MANIFEST
22553 ____________________________________________________________________________
22554 [ 12348] By: ams                                   on 2001/10/07  05:33:40
22555         Log: Subject: [PATCH MANIFEST lib/CPAN/t/Nox.t] Add Tests for CPAN::Nox
22556              From: "chromatic" <chromatic@rmci.net>
22557              Date: Sat, 06 Oct 2001 21:42:03 -0600
22558              Message-Id: <20011007034754.21057.qmail@onion.perl.org>
22559      Branch: perl
22560            + lib/CPAN/t/Nox.t
22561            ! MANIFEST
22562 ____________________________________________________________________________
22563 [ 12347] By: ams                                   on 2001/10/07  00:48:10
22564         Log: Subject: [PATCH MANIFEST lib/sigtrap.t] Add Tests for sigtrap.pm
22565              From: "chromatic" <chromatic@rmci.net>
22566              Date: Sat, 06 Oct 2001 18:52:10 -0600
22567              Message-Id: <20011007005801.98381.qmail@onion.perl.org>
22568      Branch: perl
22569            + lib/sigtrap.t
22570            ! MANIFEST
22571 ____________________________________________________________________________
22572 [ 12346] By: ams                                   on 2001/10/06  23:14:01
22573         Log: Subject: [PATCH] (was Re: [PATCH] Re: What sort of Makefile.PL should
22574              h2xs write?)
22575              From: Nicholas Clark <nick@ccl4.org>
22576              Date: Sat, 6 Oct 2001 21:46:43 +0100
22577              Message-Id: <20011006214643.L38756@plum.flirble.org>
22578      Branch: perl
22579            ! utils/h2xs.PL
22580 ____________________________________________________________________________
22581 [ 12345] By: ams                                   on 2001/10/06  17:39:53
22582         Log: Subject: [PATCH] Memoize tests
22583              From: Nicholas Clark <nick@ccl4.org>
22584              Date: Sat, 6 Oct 2001 18:04:21 +0100
22585              Message-Id: <20011006180421.J38756@plum.flirble.org>
22586      Branch: perl
22587            ! lib/Memoize/t/array.t lib/Memoize/t/array_confusion.t
22588            ! lib/Memoize/t/correctness.t lib/Memoize/t/errors.t
22589            ! lib/Memoize/t/expire.t lib/Memoize/t/expire_file.t
22590            ! lib/Memoize/t/expire_module_n.t
22591            ! lib/Memoize/t/expire_module_t.t lib/Memoize/t/flush.t
22592            ! lib/Memoize/t/normalize.t lib/Memoize/t/prototype.t
22593            ! lib/Memoize/t/speed.t lib/Memoize/t/tie.t
22594            ! lib/Memoize/t/tie_gdbm.t lib/Memoize/t/tie_ndbm.t
22595            ! lib/Memoize/t/tie_sdbm.t lib/Memoize/t/tie_storable.t
22596            ! lib/Memoize/t/tiefeatures.t lib/Memoize/t/unmemoize.t
22597 ____________________________________________________________________________
22598 [ 12344] By: jhi                                   on 2001/10/06  00:30:23
22599         Log: Retract the latter part of #12343.
22600      Branch: perl
22601            ! ext/IO/lib/IO/Socket/INET.pm
22602 ____________________________________________________________________________
22603 [ 12343] By: jhi                                   on 2001/10/05  23:32:07
22604         Log: Subject: patch to ext/IO/lib/IO/Socket/INET.pm fixes Bug ID (20010803.022)
22605              From: David Dyck <dcd@tc.fluke.com>
22606              Date: Fri, 5 Oct 2001 16:04:43 -0700 (PDT)
22607              Message-ID: <Pine.LNX.4.33.0110051548340.9856-100000@dd.tc.fluke.com>
22608              
22609              Subject: Re: patch to ext/IO/lib/IO/Socket/INET.pm fixes Bug ID (20010803.022)
22610              From: David Dyck <dcd@tc.fluke.com>
22611              Date: Fri, 5 Oct 2001 17:27:46 -0700 (PDT)
22612              Message-ID: <Pine.LNX.4.33.0110051714350.14248-100000@dd.tc.fluke.com>
22613      Branch: perl
22614            ! ext/IO/lib/IO/Socket/INET.pm
22615 ____________________________________________________________________________
22616 [ 12342] By: jhi                                   on 2001/10/05  16:28:37
22617         Log: Subject: [PATCH perl@12307] Re: test names from C<make TEST>
22618              From: Robin Barker <rmb1@cise.npl.co.uk>
22619              Date: Fri, 5 Oct 2001 18:20:44 +0100 (BST)
22620              Message-Id: <200110051720.SAA17023@tempest.npl.co.uk>
22621      Branch: perl
22622            ! t/TEST
22623 ____________________________________________________________________________
22624 [ 12341] By: jhi                                   on 2001/10/05  13:54:08
22625         Log: Don't assume that %x is good for displaying UVs.
22626      Branch: perl
22627            ! dump.c
22628 ____________________________________________________________________________
22629 [ 12340] By: jhi                                   on 2001/10/05  12:41:31
22630         Log: Update Changes.
22631      Branch: perl
22632            ! Changes patchlevel.h
22633 ____________________________________________________________________________
22634 [ 12339] By: ams                                   on 2001/10/05  10:22:34
22635         Log: Subject: [PATCH] perlfunc/select
22636              From: Nicholas Clark <nick@ccl4.org>
22637              Date: Fri, 5 Oct 2001 11:33:58 +0100
22638              Message-Id: <20011005113358.Z38756@plum.flirble.org>
22639      Branch: perl
22640            ! pod/perlfunc.pod
22641 ____________________________________________________________________________
22642 [ 12338] By: jhi                                   on 2001/10/04  22:54:06
22643         Log: Retract #12313 and #12249.
22644      Branch: perl
22645            ! pod/perlboot.pod pod/perlbot.pod pod/perlcall.pod
22646            ! pod/perldata.pod pod/perldbmfilter.pod pod/perldsc.pod
22647            ! pod/perlebcdic.pod
22648 ____________________________________________________________________________
22649 [ 12337] By: jhi                                   on 2001/10/04  17:17:03
22650         Log: Subject: [PATCH] perlvms.pod update
22651              From: "Craig A. Berry" <craigberry@mac.com>
22652              Date: Thu, 04 Oct 2001 12:55:52 -0500
22653              Message-Id: <5.1.0.14.0.20011004124831.01aa49c0@exchi01>
22654      Branch: perl
22655            ! vms/perlvms.pod
22656 ____________________________________________________________________________
22657 [ 12336] By: jhi                                   on 2001/10/04  14:02:17
22658         Log: Subject: PATCH: Tie::SubstrHash
22659              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
22660              Date: Thu, 04 Oct 2001 12:12:41 +0100
22661              Message-Id: <200110041112.f94BCfS17390@crypt.compulink.co.uk> 
22662      Branch: perl
22663            ! lib/Tie/SubstrHash.pm
22664 ____________________________________________________________________________
22665 [ 12335] By: jhi                                   on 2001/10/04  04:45:00
22666         Log: Unicode properties saga continues.
22667      Branch: perl
22668            ! lib/unicore/In.pl lib/unicore/In/136.pl lib/unicore/In/155.pl
22669            ! lib/unicore/mktables.PL lib/utf8_heavy.pl
22670 ____________________________________________________________________________
22671 [ 12334] By: jhi                                   on 2001/10/04  03:42:04
22672         Log: Yet more Unicode properties.
22673      Branch: perl
22674            + lib/unicore/In/137.pl lib/unicore/In/138.pl
22675            + lib/unicore/In/139.pl lib/unicore/In/140.pl
22676            + lib/unicore/In/141.pl lib/unicore/In/142.pl
22677            + lib/unicore/In/143.pl lib/unicore/In/144.pl
22678            + lib/unicore/In/145.pl lib/unicore/In/146.pl
22679            + lib/unicore/In/147.pl lib/unicore/In/148.pl
22680            + lib/unicore/In/149.pl lib/unicore/In/150.pl
22681            + lib/unicore/In/151.pl lib/unicore/In/152.pl
22682            + lib/unicore/In/153.pl lib/unicore/In/154.pl
22683            + lib/unicore/In/155.pl lib/unicore/In/156.pl
22684            + lib/unicore/In/157.pl lib/unicore/In/158.pl
22685            + lib/unicore/In/159.pl lib/unicore/In/160.pl
22686            + lib/unicore/In/161.pl lib/unicore/In/162.pl
22687            ! MANIFEST lib/unicore/In.pl lib/unicore/In/136.pl
22688            ! lib/unicore/mktables.PL lib/utf8_heavy.pl pod/perltodo.pod
22689            ! pod/perlunicode.pod
22690 ____________________________________________________________________________
22691 [ 12333] By: jhi                                   on 2001/10/04  03:02:19
22692         Log: Subject: [PATCH perl@12307] 2 more VMS test tweaks
22693              From: "Craig A. Berry" <craigberry@mac.com>
22694              Date: Wed, 03 Oct 2001 17:45:25 -0500
22695              Message-Id: <5.1.0.14.0.20011003154131.01bc8528@exchi01>
22696              
22697              (the lib/Term/Complete.t patched differently by #12332)
22698      Branch: perl
22699            ! lib/ExtUtils/Command.t
22700 ____________________________________________________________________________
22701 [ 12332] By: jhi                                   on 2001/10/04  03:00:03
22702         Log: Restore only if something to restore.
22703      Branch: perl
22704            ! lib/Term/Complete.t
22705 ____________________________________________________________________________
22706 [ 12331] By: pudge                                 on 2001/10/03  19:30:48
22707         Log: Update various resources for credits,
22708              minor icons fixes, and versions.
22709      Branch: maint-5.6/macperl
22710            ! macos/MPVersion.r macos/Perl.r macos/macperl/MPDroplet.r
22711            ! macos/macperl/MPExtension.rsrc macos/macperl/MPSave.c
22712            ! macos/macperl/MacPerl.r macos/macperl/MacPerl.rsrc
22713 ____________________________________________________________________________
22714 [ 12330] By: pudge                                 on 2001/10/03  19:17:25
22715         Log: Quiet the warnings about using undef value
22716      Branch: maint-5.6/macperl
22717            ! lib/File/Temp.pm
22718 ____________________________________________________________________________
22719 [ 12329] By: pudge                                 on 2001/10/03  19:14:59
22720         Log: Fix up Ballon Help and Help menu docs (first pass);
22721              remove balloon rez file, and autogenerate with
22722              Balloon2Rez instead.
22723      Branch: maint-5.6/macperl
22724            + macos/macperl/macscripts/Balloon2Rez
22725            - macos/macperl/MPBalloons.r
22726            ! macos/macperl/MPBalloons.ball macos/macperl/MacPerl.podhelp
22727 ____________________________________________________________________________
22728 [ 12328] By: pudge                                 on 2001/10/03  19:11:15
22729         Log: Allow overriding of defaults, for change #12327.
22730      Branch: maint-5.6/macperl
22731            ! perl.h
22732 ____________________________________________________________________________
22733 [ 12327] By: pudge                                 on 2001/10/03  19:10:26
22734         Log: Override PerlProc_exit.
22735      Branch: maint-5.6/macperl
22736            ! macos/macish.h
22737 ____________________________________________________________________________
22738 [ 12326] By: pudge                                 on 2001/10/03  19:08:28
22739         Log: Add in new macos/ modules, fix up BuildTools and Makefile.
22740      Branch: maint-5.6/macperl
22741            + macos/bundled_lib/blib/lib/MD5.pm
22742            + macos/bundled_lib/t/MD5/md5.t macos/lib/Mac/AETE/App.pm
22743            + macos/lib/Mac/AETE/Dialect.pm
22744            + macos/lib/Mac/AETE/Format/Converter.pm
22745            + macos/lib/Mac/AETE/Format/Dictionary.pm
22746            + macos/lib/Mac/AETE/Format/Glue.pm macos/lib/Mac/AETE/Parser.pm
22747            + macos/lib/Mac/Glue.pm macos/lib/Mac/OSA/Simple.pm
22748            + macos/lib/Mac/Toolbox.pod
22749            ! macos/Makefile.mk macos/lib/Mac/BuildTools.pm
22750 ____________________________________________________________________________
22751 [ 12325] By: pudge                                 on 2001/10/03  18:51:28
22752         Log: Sync up silly CVS headers ... I should commit CVS
22753              first to avoid this ...
22754      Branch: maint-5.6/macperl
22755            ! macos/config.h macos/ext/Mac/ExtUtils/MakeToolboxModule
22756            ! macos/ext/Mac/Fonts/Fonts.xs macos/ext/MacPerl/MacPerl.xs
22757            ! macos/macperl/MPEditor.c macos/macperl/MPGlobals.h
22758            ! macos/macperl/MPScript.c macos/macperl/MPUtils.c
22759 ____________________________________________________________________________
22760 [ 12324] By: pudge                                 on 2001/10/03  18:44:09
22761         Log: Fix Matthias' address, and attributions.
22762      Branch: maint-5.6/macperl
22763            ! AUTHORS README.macos ext/DynaLoader/dl_mac.xs perl.c
22764            ! pod/perlport.pod
22765 ____________________________________________________________________________
22766 [ 12323] By: pudge                                 on 2001/10/03  18:42:37
22767         Log: Fix Matthias' address, and attributions.
22768      Branch: maint-5.6/macperl
22769            ! macos/config.h macos/ext/Mac/AppleEvents/AppleEvents.pm
22770            ! macos/ext/Mac/Components/Components.pm
22771            ! macos/ext/Mac/Controls/Controls.pm macos/ext/Mac/DCon/DCon.pm
22772            ! macos/ext/Mac/Dialogs/Dialogs.pm
22773            ! macos/ext/Mac/Events/Events.pm
22774            ! macos/ext/Mac/ExtUtils/MakeToolboxModule
22775            ! macos/ext/Mac/Files/Files.pm macos/ext/Mac/Fonts/Fonts.pm
22776            ! macos/ext/Mac/Gestalt/Gestalt.pm
22777            ! macos/ext/Mac/ImageCompression/ImageCompression.pm
22778            ! macos/ext/Mac/Lists/Lists.pm macos/ext/Mac/Memory/Memory.pm
22779            ! macos/ext/Mac/Menus/Menus.pm
22780            ! macos/ext/Mac/MoreFiles/MoreFiles.pm
22781            ! macos/ext/Mac/Movies/Movies.pm
22782            ! macos/ext/Mac/Navigation/Navigation.pm
22783            ! macos/ext/Mac/Notification/Notification.pm
22784            ! macos/ext/Mac/OSA/OSA.pm macos/ext/Mac/Processes/Processes.pm
22785            ! macos/ext/Mac/QDOffscreen/QDOffscreen.pm
22786            ! macos/ext/Mac/QuickDraw/QuickDraw.pm
22787            ! macos/ext/Mac/QuickTimeVR/QuickTimeVR.pm
22788            ! macos/ext/Mac/Resources/Resources.pm macos/ext/Mac/SAT/SAT.pm
22789            ! macos/ext/Mac/Sound/Sound.pm macos/ext/Mac/Speech/Speech.pm
22790            ! macos/ext/Mac/SpeechRecognition/SpeechRecognition.pm
22791            ! macos/ext/Mac/StandardFile/StandardFile.pm
22792            ! macos/ext/Mac/TextEdit/TextEdit.pm
22793            ! macos/ext/Mac/Types/Types.pm macos/ext/Mac/Windows/Windows.pm
22794            ! macos/fcntl.h macos/lib/ExtUtils/MM_MacOS.pm
22795            ! macos/lib/Mac/LowMem.pm
22796 ____________________________________________________________________________
22797 [ 12322] By: sky                                   on 2001/10/03  18:41:07
22798         Log: Subject: [PATCH perl@12307] %ENV tainting for VMS
22799              From: "Craig A. Berry" <craigberry@mac.com>
22800              Date: Wed, 03 Oct 2001 14:30:55 -0500
22801              Message-Id: <5.1.0.14.0.20011003124800.01bd31c0@exchi01>
22802      Branch: perl
22803            ! vms/vms.c
22804 ____________________________________________________________________________
22805 [ 12321] By: jhi                                   on 2001/10/03  18:38:34
22806         Log: Subject: [PATCH perl@12307] %ENV tainting for VMS
22807              From: "Craig A. Berry" <craigberry@mac.com>
22808              Date: Wed, 03 Oct 2001 14:30:55 -0500
22809              Message-Id: <5.1.0.14.0.20011003124800.01bd31c0@exchi01>
22810      Branch: perl
22811            ! vms/vms.c
22812 ____________________________________________________________________________
22813 [ 12320] By: jhi                                   on 2001/10/03  16:47:30
22814         Log: Unicode properties: fix L& (the #12319 didn't allow L&,
22815              only IsL&) and Inherited (negative lookahead good);
22816              add tests for Common, Inherited, and L&.
22817      Branch: perl
22818            ! lib/utf8_heavy.pl pod/perltodo.pod t/op/pat.t
22819 ____________________________________________________________________________
22820 [ 12319] By: jhi                                   on 2001/10/03  16:12:53
22821         Log: Unicode properties: support \p{(?:Is)?L&} as an alias for \pL.
22822              (The Unicode standard uses L& quite often.)
22823      Branch: perl
22824            ! lib/utf8_heavy.pl
22825 ____________________________________________________________________________
22826 [ 12318] By: jhi                                   on 2001/10/03  15:57:34
22827         Log: Add the 'Common' Unicode property (code points not
22828              explicitly assigned to any other script).
22829      Branch: perl
22830            + lib/unicore/In/136.pl
22831            ! MANIFEST lib/unicore/In.pl lib/unicore/mktables.PL
22832 ____________________________________________________________________________
22833 [ 12317] By: jhi                                   on 2001/10/03  13:23:32
22834         Log: Skip the RV printing test under threads until fixed.
22835      Branch: perl
22836            ! ext/B/t/terse.t
22837 ____________________________________________________________________________
22838 [ 12316] By: jhi                                   on 2001/10/03  12:57:05
22839         Log: Subject: 12309 / cygwin / win2k
22840              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
22841              Date: Wed, 03 Oct 2001 15:25:15 +0200
22842              Message-Id: <20011003152353.A479.H.M.BRAND@hccnet.nl>
22843      Branch: perl
22844            ! makedef.pl
22845 ____________________________________________________________________________
22846 [ 12315] By: jhi                                   on 2001/10/03  12:50:17
22847         Log: Metaconfig unit change for #12314.
22848      Branch: metaconfig
22849            ! U/modified/Head.U
22850 ____________________________________________________________________________
22851 [ 12314] By: jhi                                   on 2001/10/03  12:49:26
22852         Log: Subject: Both cygwin and djgpp on one machine
22853              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
22854              Date: Wed, 03 Oct 2001 15:02:59 +0200
22855              Message-Id: <20011003150222.A474.H.M.BRAND@hccnet.nl>
22856      Branch: perl
22857            ! Configure
22858 ____________________________________________________________________________
22859 [ 12313] By: jhi                                   on 2001/10/03  12:04:49
22860         Log: (retracted by #12338)
22861              
22862              Subject: [PATCH] Code clean up for perlboot.pod
22863              From: Casey West <casey@geeknest.com>
22864              Date: Tue, 2 Oct 2001 19:24:43 -0400
22865              Message-ID: <20011002192443.B2163@stupid.geeknest.com>
22866              
22867              Subject: [PATCH] Code clean up for perlbot.diff
22868              From: Casey West <casey@geeknest.com>
22869              Date: Tue, 2 Oct 2001 19:25:22 -0400
22870              Message-ID: <20011002192522.C2163@stupid.geeknest.com>
22871              
22872              Subject: [PATCH] Code clean up for perlcall.pod
22873              From: Casey West <casey@geeknest.com>
22874              Date: Tue, 2 Oct 2001 19:25:57 -0400
22875              Message-ID: <20011002192557.D2163@stupid.geeknest.com>
22876              
22877              Subject: [PATCH] Code clean up for perldata.pod
22878              From: Casey West <casey@geeknest.com>
22879              Date: Tue, 2 Oct 2001 19:26:29 -0400
22880              Message-ID: <20011002192629.E2163@stupid.geeknest.com>
22881              
22882              Subject: [PATCH] Code clean up for perldbmfilter.pod
22883              From: Casey West <casey@geeknest.com>
22884              Date: Tue, 2 Oct 2001 19:26:59 -0400
22885              Message-ID: <20011002192659.F2163@stupid.geeknest.com>
22886              
22887              Subject: [PATCH] Code clean up for perlebcdic.pod
22888              From: Casey West <casey@geeknest.com>
22889              Date: Tue, 2 Oct 2001 19:27:37 -0400
22890              Message-ID: <20011002192737.G2163@stupid.geeknest.com>
22891      Branch: perl
22892            ! pod/perlboot.pod pod/perlbot.pod pod/perlcall.pod
22893            ! pod/perldata.pod pod/perldbmfilter.pod pod/perlebcdic.pod
22894 ____________________________________________________________________________
22895 [ 12312] By: ams                                   on 2001/10/02  23:43:55
22896         Log: Subject: [PATCH lib/ExtUtils/MakeMaker.pm] makemaker@perl.org
22897              From: Michael G Schwern <schwern@pobox.com>
22898              Date: Tue, 2 Oct 2001 17:00:49 -0400
22899              Message-Id: <20011002170049.A9955@blackrider>
22900      Branch: perl
22901            ! lib/ExtUtils/MakeMaker.pm
22902 ____________________________________________________________________________
22903 [ 12311] By: jhi                                   on 2001/10/02  23:24:07
22904         Log: FAQ sync.
22905      Branch: perl
22906            ! pod/perlfaq3.pod
22907 ____________________________________________________________________________
22908 [ 12310] By: nick                                  on 2001/10/02  16:09:49
22909         Log: Integrate mainline
22910      Branch: perlio
22911           !> AUTHORS Changes ext/I18N/Langinfo/Langinfo.pm
22912           !> ext/I18N/Langinfo/Langinfo.t ext/I18N/Langinfo/Makefile.PL
22913           !> lib/Pod/Html.pm lib/unicore/In.pl lib/unicore/mktables.PL mg.c
22914           !> patchlevel.h t/op/pat.t
22915 ____________________________________________________________________________
22916 [ 12309] By: jhi                                   on 2001/10/02  14:34:59
22917         Log: Unicode properties: allow also intra(wordbreak)name whitespace,
22918              not just one single space.
22919      Branch: perl
22920            ! lib/unicore/In.pl lib/unicore/mktables.PL t/op/pat.t
22921 ____________________________________________________________________________
22922 [ 12308] By: jhi                                   on 2001/10/02  12:49:41
22923         Log: AUTHORS updates.
22924      Branch: perl
22925            ! AUTHORS
22926 ____________________________________________________________________________
22927 [ 12307] By: jhi                                   on 2001/10/02  12:22:21
22928         Log: Update Changes.
22929      Branch: perl
22930            ! Changes patchlevel.h
22931 ____________________________________________________________________________
22932 [ 12306] By: jhi                                   on 2001/10/02  11:59:12
22933         Log: Work around old buggy glibcs for langinfo constants,
22934              from Nicholas Clark and David Dyck.
22935      Branch: perl
22936            ! ext/I18N/Langinfo/Langinfo.t ext/I18N/Langinfo/Makefile.PL
22937 ____________________________________________________________________________
22938 [ 12305] By: jhi                                   on 2001/10/02  11:45:55
22939         Log: Eradicate Time::Piece; add an example.
22940      Branch: perl
22941            ! ext/I18N/Langinfo/Langinfo.pm
22942 ____________________________________________________________________________
22943 [ 12304] By: jhi                                   on 2001/10/02  11:34:18
22944         Log: Subject: [PATCH] Pod::Html makes a poor guess at author
22945              From: Robert Spier <rspier@pobox.com>
22946              Date: Mon, 1 Oct 2001 23:20:16 -0700
22947              Message-ID: <15289.23712.422087.878224@rls.cx>
22948      Branch: perl
22949            ! lib/Pod/Html.pm
22950 ____________________________________________________________________________
22951 [ 12303] By: sky                                   on 2001/10/02  10:40:57
22952         Log: Fixes obscure bug that manifests itself by.
22953              local $!=0;undef*STDOUT;#segfaults
22954              Has been around for a while. Possible other magic IO vars are
22955              possibly affected as well. Reported by Jos Boumans.
22956      Branch: perl
22957            ! mg.c
22958 ____________________________________________________________________________
22959 [ 12302] By: nick                                  on 2001/10/02  09:00:52
22960         Log: Integrate mainline
22961      Branch: perlio
22962           !> ext/B/t/terse.t ext/I18N/Langinfo/Langinfo.t hints/darwin.sh
22963           !> lib/Term/Cap.t lib/open.t pod/perlapi.pod pod/perlunicode.pod
22964           !> pp_ctl.c regcomp.c t/TEST t/op/arith.t t/op/pack.t t/op/pat.t
22965 ____________________________________________________________________________
22966 [ 12301] By: nick                                  on 2001/10/02  08:40:57
22967         Log: Integrate mainline + lib/open.t patch from Chromatic
22968      Branch: perlio
22969           +> lib/Term/Cap.t lib/Text/TabsWrap/CHANGELOG
22970            ! lib/open.t
22971           !> (integrate 29 files)
22972 ____________________________________________________________________________
22973 [ 12300] By: jhi                                   on 2001/10/01  19:22:16
22974         Log: Mac OS X doesn't have threadsafe (_r) libc interfaces.
22975              Until it has, better stop early if someone requests threads.
22976      Branch: perl
22977            ! hints/darwin.sh
22978 ____________________________________________________________________________
22979 [ 12299] By: jhi                                   on 2001/10/01  19:01:31
22980         Log: Subject: [ID 20011001.011] redundant code in t/TEST
22981              From: David Dyck <dcd@tc.fluke.com>
22982              Date: Mon, 1 Oct 2001 12:56:24 -0700
22983              Message-Id: <200110011956.MAA16250@dd.tc.fluke.com>
22984      Branch: perl
22985            ! t/TEST
22986 ____________________________________________________________________________
22987 [ 12298] By: jhi                                   on 2001/10/01  18:52:12
22988         Log: Subject: [PATCH lib/Term/Cap.t] Robustify %ENV Handling in Test (was Re: Failed Term/Cap.t test)
22989              From: "chromatic" <chromatic@rmci.net>
22990              Date: Mon, 01 Oct 2001 12:27:12 -0600
22991              Message-ID: <20011001183251.89148.qmail@onion.perl.org>
22992      Branch: perl
22993            ! lib/Term/Cap.t
22994 ____________________________________________________________________________
22995 [ 12297] By: jhi                                   on 2001/10/01  17:04:18
22996         Log: UNICOS testing patches from Nicholas Clark.
22997      Branch: perl
22998            ! t/op/arith.t t/op/pack.t
22999 ____________________________________________________________________________
23000 [ 12296] By: jhi                                   on 2001/10/01  17:01:26
23001         Log: Subject: [PATCH lib/open.t] Better Locale Flutzigation (was Re: lib/open.t and locale tests)
23002              From: "chromatic" <chromatic@rmci.net>
23003              Date: Mon, 01 Oct 2001 10:21:51 -0600
23004              Message-ID: <20011001162731.40639.qmail@onion.perl.org>
23005      Branch: perl
23006            ! lib/open.t
23007 ____________________________________________________________________________
23008 [ 12295] By: jhi                                   on 2001/10/01  14:55:37
23009         Log: Make missing the RADIXCHAR a softer, gentler error.
23010      Branch: perl
23011            ! ext/I18N/Langinfo/Langinfo.t
23012 ____________________________________________________________________________
23013 [ 12294] By: jhi                                   on 2001/10/01  14:51:42
23014         Log: Nuke also the LANG because of glibc.
23015      Branch: perl
23016            ! lib/open.t
23017 ____________________________________________________________________________
23018 [ 12293] By: jhi                                   on 2001/10/01  14:51:20
23019         Log: Also the ^Is is optional.
23020      Branch: perl
23021            ! pod/perlunicode.pod t/op/pat.t
23022 ____________________________________________________________________________
23023 [ 12292] By: jhi                                   on 2001/10/01  14:08:26
23024         Log: Be careful to pull chars from the varargs stack when
23025              formatting chars.
23026      Branch: perl
23027            ! regcomp.c
23028 ____________________________________________________________________________
23029 [ 12291] By: jhi                                   on 2001/10/01  12:27:57
23030         Log: sortsv not in place anymore, noticed by John P. Linderman.
23031      Branch: perl
23032            ! pod/perlapi.pod pp_ctl.c
23033 ____________________________________________________________________________
23034 [ 12290] By: jhi                                   on 2001/10/01  12:25:03
23035         Log: Make the diagnostic messages more neutral.
23036      Branch: perl
23037            ! ext/B/t/terse.t
23038 ____________________________________________________________________________
23039 [ 12289] By: jhi                                   on 2001/10/01  03:59:34
23040         Log: Forgotten from #12288.
23041      Branch: perl
23042            ! ext/Data/Dumper/Dumper.pm
23043 ____________________________________________________________________________
23044 [ 12288] By: jhi                                   on 2001/10/01  03:58:37
23045         Log: Subject: [PATCH ext/Data/Dumper.pm Dumper.xs Dumper.t] Option to sort hashes
23046              From: Brian Ingerson <ingy@ttul.org>
23047              Date: Sun, 30 Sep 2001 21:45:56 -0700
23048              Message-ID: <20010930214556.D26392@ttul.org>
23049              
23050              (remember also the #12289)
23051      Branch: perl
23052            ! ext/Data/Dumper/Dumper.xs ext/Data/Dumper/t/dumper.t
23053 ____________________________________________________________________________
23054 [ 12287] By: jhi                                   on 2001/10/01  03:33:15
23055         Log: More Unicode property tests for the abbreviated
23056              general properties.
23057      Branch: perl
23058            ! t/op/pat.t
23059 ____________________________________________________________________________
23060 [ 12286] By: jhi                                   on 2001/10/01  02:02:08
23061         Log: Further tweaks to the Unicode properties.
23062      Branch: perl
23063            ! lib/utf8_heavy.pl pod/perlunicode.pod regcomp.c t/op/pat.t
23064 ____________________________________________________________________________
23065 [ 12285] By: jhi                                   on 2001/10/01  01:46:35
23066         Log: Retract #12284.
23067      Branch: perl
23068            ! lib/Term/Cap.t
23069 ____________________________________________________________________________
23070 [ 12284] By: jhi                                   on 2001/10/01  01:24:12
23071         Log: (Retracted by #12285)
23072      Branch: perl
23073            ! lib/Term/Cap.t
23074 ____________________________________________________________________________
23075 [ 12283] By: jhi                                   on 2001/10/01  01:22:05
23076         Log: Subject: [PATCH MANIFEST lib/Term/Cap.t] Add tests for Term::Cap   
23077              From: "chromatic" <chromatic@rmci.net>  
23078              Date: Sun, 30 Sep 2001 16:10:02 -0600
23079              Message-ID: <20010930221540.67279.qmail@onion.perl.org>
23080      Branch: perl
23081            + lib/Term/Cap.t
23082            ! MANIFEST
23083 ____________________________________________________________________________
23084 [ 12282] By: jhi                                   on 2001/10/01  01:19:21
23085         Log: Use stty -g to restore the terminal state, do not even
23086              try to run the tests if stty -g is not available.
23087      Branch: perl
23088            ! lib/Term/Complete.t
23089 ____________________________________________________________________________
23090 [ 12281] By: jhi                                   on 2001/09/30  21:05:00
23091         Log: Cleanup utf8_heavy; allow dropping the In prefix from
23092              Unicode script/block properties.
23093      Branch: perl
23094            ! lib/utf8_heavy.pl
23095 ____________________________________________________________________________
23096 [ 12280] By: jhi                                   on 2001/09/30  13:42:18
23097         Log: Retract the #12259 for now.
23098      Branch: perl
23099            ! embed.h embed.pl sv.h
23100 ____________________________________________________________________________
23101 [ 12279] By: jhi                                   on 2001/09/30  13:37:59
23102         Log: Upgrade to Text-Tabs+Wrap-2001.0929 from David Muir Sharnoff.
23103      Branch: perl
23104            + lib/Text/TabsWrap/CHANGELOG
23105            ! MANIFEST lib/Text/TabsWrap/t/fill.t lib/Text/Wrap.pm
23106 ____________________________________________________________________________
23107 [ 12278] By: jhi                                   on 2001/09/30  05:05:18
23108         Log: #12272 wasn't right, it introduced an extra ().
23109      Branch: perl
23110            ! lib/utf8_heavy.pl
23111 ____________________________________________________________________________
23112 [ 12277] By: jhi                                   on 2001/09/30  00:31:07
23113         Log: Subject: [PATCH @12256 ext/DB_File.pm ext/GDBM_File.pm] Remove string eval from AUTOLOAD
23114              From: Jonathan Stowe <gellyfish@gellyfish.com>
23115              Date: Sat, 29 Sep 2001 15:52:43 +0100 (BST)
23116              Message-ID: <Pine.LNX.4.33.0109291535120.18586-100000@orpheus.gellyfish.com>
23117      Branch: perl
23118            ! ext/DB_File/DB_File.pm ext/GDBM_File/GDBM_File.pm
23119 ____________________________________________________________________________
23120 [ 12276] By: jhi                                   on 2001/09/30  00:15:38
23121         Log: Subject: Patch to put qsortsv in the public API
23122              From: Brian Ingerson <ingy@ttul.org>
23123              Date: Sat, 29 Sep 2001 17:41:13 -0700
23124              Message-ID: <20010929174113.A30223@ttul.org>
23125      Branch: perl
23126            ! embed.h embed.pl global.sym pod/perlapi.pod pp_ctl.c proto.h
23127 ____________________________________________________________________________
23128 [ 12275] By: jhi                                   on 2001/09/30  00:11:21
23129         Log: Subject: [PATCH perlvar, perlfunc, inccode.t] additional docs and tests
23130              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
23131              Date: Sat, 29 Sep 2001 23:54:48 +0200
23132              Message-ID: <20010929235448.A5017@rafael>
23133      Branch: perl
23134            ! pod/perlfunc.pod pod/perlvar.pod t/op/inccode.t
23135 ____________________________________________________________________________
23136 [ 12274] By: jhi                                   on 2001/09/30  00:03:19
23137         Log: FAQ sync.
23138      Branch: perl
23139            ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq5.pod
23140            ! pod/perlfaq9.pod
23141 ____________________________________________________________________________
23142 [ 12273] By: bailey                                on 2001/09/29  23:43:46
23143         Log: Resync with mainline
23144      Branch: vmsperl
23145           +> (branch 1207 files)
23146            - (delete 324 files)
23147           !> (integrate 866 files)
23148 ____________________________________________________________________________
23149 [ 12272] By: jhi                                   on 2001/09/29  21:32:33
23150         Log: Nasty recursion trap if one would match Unicode.
23151      Branch: perl
23152            ! lib/utf8_heavy.pl
23153 ____________________________________________________________________________
23154 [ 12271] By: jhi                                   on 2001/09/29  21:18:44
23155         Log: More Unicode todo.
23156      Branch: perl
23157            ! pod/perltodo.pod
23158 ____________________________________________________________________________
23159 [ 12270] By: jhi                                   on 2001/09/29  20:15:32
23160         Log: Explain a bit the new more flexible \p\P syntax.
23161      Branch: perl
23162            ! pod/perlunicode.pod
23163 ____________________________________________________________________________
23164 [ 12269] By: jhi                                   on 2001/09/29  20:05:24
23165         Log: More leniency to the \p and \P: now can have whitespace
23166              between the property definition and the curlies; now can
23167              invert the property by having a caret between the open
23168              curly and the property.
23169      Branch: perl
23170            ! lib/utf8_heavy.pl pod/perldiag.pod regcomp.c t/op/pat.t
23171 ____________________________________________________________________________
23172 [ 12268] By: nick                                  on 2001/09/29  17:39:26
23173         Log: Integrate mainline. Builds lots of sv.h/embed.h redef warnings
23174              one test (lib/open.t) fails
23175      Branch: perlio
23176           +> ext/B/t/b.t ext/B/t/debug.t ext/B/t/deparse.t
23177           +> ext/B/t/showlex.t ext/B/t/stash.t ext/B/t/terse.t
23178           +> ext/threads/t/stress_cv.t ext/threads/t/stress_string.t
23179           +> lib/Tie/Scalar.t lib/open.t
23180            - ext/B/B.t ext/B/Debug.t ext/B/Deparse.t ext/B/Showlex.t
23181            - ext/B/Stash.t
23182           !> (integrate 62 files)
23183 ____________________________________________________________________________
23184 [ 12267] By: jhi                                   on 2001/09/29  13:54:04
23185         Log: Save and restore $ENV{'SYS$LOGIN'} only in VMS.
23186      Branch: perl
23187            ! t/op/chdir.t
23188 ____________________________________________________________________________
23189 [ 12266] By: jhi                                   on 2001/09/29  13:51:49
23190         Log: Subject: [PATCH perl@12258] chdir.t finally (I hope)
23191              From: "Craig A. Berry" <craigberry@mac.com> 
23192              Date: Sat, 29 Sep 2001 09:35:33 -0500
23193              Message-Id: <a05101000b7db8afde231@[172.16.52.1]>
23194      Branch: perl
23195            ! t/op/chdir.t
23196 ____________________________________________________________________________
23197 [ 12265] By: jhi                                   on 2001/09/29  13:49:43
23198         Log: Subject: [PATCH MANIFEST lib/Tie/Scalar.pm lib/Tie/Scalar.t] Add tests, clean up Tie::Scalar
23199              From: "chromatic" <chromatic@rmci.net>
23200              Date: Fri, 28 Sep 2001 21:20:12 -0600
23201              Message-ID: <20010929032543.58322.qmail@onion.perl.org>
23202      Branch: perl
23203            + lib/Tie/Scalar.t
23204            ! MANIFEST lib/Tie/Scalar.pm
23205 ____________________________________________________________________________
23206 [ 12264] By: jhi                                   on 2001/09/29  04:57:42
23207         Log: Allow for more flexibility in the \p{In...} names, now
23208              case doesn't matter, and any space or dash can be
23209              matched by any space, dash, underbar, or empty.
23210              (may be going too far on leniency)
23211      Branch: perl
23212            ! lib/unicore/Blocks.pl lib/unicore/In.pl lib/unicore/Scripts.pl
23213            ! lib/unicore/mktables.PL lib/utf8_heavy.pl pod/perlunicode.pod
23214            ! t/op/pat.t
23215 ____________________________________________________________________________
23216 [ 12263] By: jhi                                   on 2001/09/28  23:04:13
23217         Log: Subject: [PATCH MANIFEST lib/open.t] Add tests for open.pm
23218              From: "chromatic" <chromatic@rmci.net>
23219              Date: Fri, 28 Sep 2001 17:39:50 -0600
23220              Message-ID: <20010928234521.14178.qmail@onion.perl.org>
23221      Branch: perl
23222            + lib/open.t
23223            ! MANIFEST
23224 ____________________________________________________________________________
23225 [ 12262] By: jhi                                   on 2001/09/28  22:23:53
23226         Log: Subject: [PATCH perl@12258] glob test case tweak for VMS
23227              From: "Craig A. Berry" <craigberry@mac.com>
23228              Date: Fri, 28 Sep 2001 16:24:51 -0500
23229              Message-Id: <a05101000b7da98ceb83c@[172.16.52.1]>
23230      Branch: perl
23231            ! ext/File/Glob/t/basic.t
23232 ____________________________________________________________________________
23233 [ 12261] By: jhi                                   on 2001/09/28  22:23:05
23234         Log: Subject: [DOC PATCH] Carp.pm pod typo
23235              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
23236              Date: Fri, 28 Sep 2001 23:14:51 +0200
23237              Message-ID: <20010928231451.E16889@rafael>
23238      Branch: perl
23239            ! lib/Carp.pm
23240 ____________________________________________________________________________
23241 [ 12260] By: jhi                                   on 2001/09/28  22:21:55
23242         Log: Subject: [PATCH] Allow an @INC hook to set %INC
23243              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
23244              Date: Fri, 28 Sep 2001 22:18:13 +0200
23245              Message-ID: <20010928221813.A16889@rafael>
23246      Branch: perl
23247            ! pp_ctl.c
23248 ____________________________________________________________________________
23249 [ 12259] By: jhi                                   on 2001/09/28  22:20:26
23250         Log: Subject: Re: macro redefinitions on Win32 (was Re: Question about PERLIO)
23251              From: Nicholas Clark <nick@ccl4.org>
23252              Date: Fri, 28 Sep 2001 23:39:33 +0100
23253              Message-ID: <20010928233933.C23673@plum.flirble.org>
23254      Branch: perl
23255            ! embed.h embed.pl sv.h
23256 ____________________________________________________________________________
23257 [ 12258] By: jhi                                   on 2001/09/28  12:45:45
23258         Log: Update Changes.
23259      Branch: perl
23260            ! Changes patchlevel.h
23261 ____________________________________________________________________________
23262 [ 12256] By: jhi                                   on 2001/09/28  12:18:29
23263         Log: Move the B tests to B/t.
23264      Branch: perl
23265            + ext/B/t/b.t ext/B/t/debug.t ext/B/t/deparse.t
23266            + ext/B/t/showlex.t ext/B/t/stash.t ext/B/t/terse.t
23267            - ext/B/B.t ext/B/B/Terse.t ext/B/Debug.t ext/B/Deparse.t
23268            - ext/B/Showlex.t ext/B/Stash.t
23269            ! MANIFEST
23270 ____________________________________________________________________________
23271 [ 12255] By: jhi                                   on 2001/09/28  12:09:40
23272         Log: Forgot from #12254.
23273      Branch: perl
23274            + ext/B/B/Terse.t
23275 ____________________________________________________________________________
23276 [ 12254] By: jhi                                   on 2001/09/28  12:09:06
23277         Log: Subject: [PATCH MANIFEST ext/B/B/Terse.t] Add tests for B::Terse
23278              From: "chromatic" <chromatic@rmci.net>
23279              Date: Thu, 27 Sep 2001 23:22:17 -0600
23280              Message-ID: <20010928052747.56587.qmail@onion.perl.org>   
23281      Branch: perl
23282            ! MANIFEST
23283 ____________________________________________________________________________
23284 [ 12253] By: jhi                                   on 2001/09/28  02:31:49
23285         Log: Test numbering mismatch.
23286      Branch: perl
23287            ! t/op/chdir.t
23288 ____________________________________________________________________________
23289 [ 12252] By: jhi                                   on 2001/09/27  22:46:42
23290         Log: Subject: [PATCH perl@12239] slightly less broken chdir.t for VMS
23291              From: "Craig A. Berry" <craigberry@mac.com>
23292              Date: Wed, 26 Sep 2001 17:43:14 -0500
23293              Message-Id: <5.1.0.14.0.20010926173048.01aac5b0@exchi01>
23294      Branch: perl
23295            ! iperlsys.h t/op/chdir.t
23296 ____________________________________________________________________________
23297 [ 12251] By: jhi                                   on 2001/09/27  22:44:35
23298         Log: Subject: [PATCH gv.c] make __ANON__ global
23299              From: Robin Barker <rmb1@cise.npl.co.uk>
23300              Date: Wed, 26 Sep 2001 17:56:28 +0100 (BST)
23301              Message-Id: <200109261656.RAA27762@tempest.npl.co.uk>
23302      Branch: perl
23303            ! gv.c t/op/anonsub.t t/op/runlevel.t
23304 ____________________________________________________________________________
23305 [ 12250] By: jhi                                   on 2001/09/27  22:33:11
23306         Log: Subject: Re: [BUG] B::Terse can't handle constant scalar refs
23307              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
23308              Date: Thu, 27 Sep 2001 22:34:32 +0200
23309              Message-ID: <20010927223432.A1485@rafael>
23310      Branch: perl
23311            ! ext/B/B/Terse.pm
23312 ____________________________________________________________________________
23313 [ 12249] By: jhi                                   on 2001/09/27  22:29:32
23314         Log: (retracted by #12338)
23315              
23316              Subject: [PATCH] Cleanup of perldsc.pod      
23317              From: Casey West <casey@geeknest.com>
23318              Date: Thu, 27 Sep 2001 11:13:17 -0400
23319              Message-ID: <20010927111317.A1942@stupid.geeknest.com>
23320      Branch: perl
23321            ! pod/perldsc.pod
23322 ____________________________________________________________________________
23323 [ 12248] By: jhi                                   on 2001/09/27  22:23:24
23324         Log: Not everyone is using ithreads...
23325      Branch: perl
23326            ! ext/Devel/Peek/Peek.t
23327 ____________________________________________________________________________
23328 [ 12247] By: jhi                                   on 2001/09/27  13:39:39
23329         Log: Document the nss_delete core dump workaround for HP-UX
23330              and Solaris, bug IDs 20010805.018 and 20010629.004.
23331      Branch: perl
23332            ! README.hpux README.solaris
23333 ____________________________________________________________________________
23334 [ 12246] By: jhi                                   on 2001/09/27  12:05:36
23335         Log: Dump Unicode hash keys also as Unicode,
23336              not just as a byte string.
23337      Branch: perl
23338            ! dump.c ext/Devel/Peek/Peek.t
23339 ____________________________________________________________________________
23340 [ 12245] By: jhi                                   on 2001/09/27  11:15:51
23341         Log: Integrate changes #12241 and #12242 from macperl:
23342              
23343              Remove unneeded disabling of umask() calls
23344              
23345              Note (get|set)sockopt are available.
23346      Branch: perl
23347           !> lib/File/Temp.pm pod/perlport.pod
23348 ____________________________________________________________________________
23349 [ 12244] By: sky                                   on 2001/09/27  08:53:00
23350         Log: Flush buffers on thread closedown.
23351      Branch: perl
23352            ! ext/threads/threads.xs
23353 ____________________________________________________________________________
23354 [ 12243] By: jhi                                   on 2001/09/27  02:20:06
23355         Log: Dump SvUTF8(sv)s also as \x{...}.
23356              
23357              TODO: dump the SvUTF8() hash keys similarly. 
23358      Branch: perl
23359            ! dump.c embed.h embed.pl ext/Devel/Peek/Peek.t proto.h
23360 ____________________________________________________________________________
23361 [ 12242] By: pudge                                 on 2001/09/26  20:41:35
23362         Log: Note (get|set)sockopt are available.
23363      Branch: maint-5.6/macperl
23364            ! pod/perlport.pod
23365 ____________________________________________________________________________
23366 [ 12241] By: pudge                                 on 2001/09/26  20:28:49
23367         Log: Remove unneeded disabling of umask() calls
23368      Branch: maint-5.6/macperl
23369            ! lib/File/Temp.pm
23370 ____________________________________________________________________________
23371 [ 12240] By: sky                                   on 2001/09/26  18:44:56
23372         Log: Documention update
23373      Branch: perl
23374            ! ext/threads/threads.pm
23375 ____________________________________________________________________________
23376 [ 12239] By: jhi                                   on 2001/09/26  13:49:05
23377         Log: Update Changes.
23378      Branch: perl
23379            ! Changes patchlevel.h
23380 ____________________________________________________________________________
23381 [ 12238] By: jhi                                   on 2001/09/26  13:40:53
23382         Log: Check that all environment variables are tainted.
23383      Branch: perl
23384            ! t/op/taint.t
23385 ____________________________________________________________________________
23386 [ 12237] By: jhi                                   on 2001/09/26  13:02:07
23387         Log: Manual integration error in #12235.
23388      Branch: perl
23389            ! lib/File/DosGlob.t
23390 ____________________________________________________________________________
23391 [ 12236] By: jhi                                   on 2001/09/26  12:57:11
23392         Log: Subject: Re: binmode(STDOUT, ":unix") busted when STDOUT is piped.
23393              From: "chromatic" <chromatic@rmci.net>
23394              Date: Tue, 25 Sep 2001 23:57:07 -0600
23395              Message-ID: <20010926060233.7554.qmail@onion.perl.org>
23396      Branch: perl
23397            ! perlio.c
23398 ____________________________________________________________________________
23399 [ 12235] By: jhi                                   on 2001/09/26  12:53:16
23400         Log: Integrate macperl changes from Chris Nandor:
23401              12192 11817 11815 11813 11778 11775
23402              
23403              Update CPAN.pm to work with new Mac::BuildTools instead
23404              of ExtUtils::MM_MacOS "orphan" functions
23405              
23406              Fix test
23407              
23408              Make syntax check report in MPW style, fix tests
23409              to use Mac::err=unix to get normal-style error
23410              messages.
23411              
23412              More module and test ports from Thomas Wegner et al
23413              
23414              Fix open of /dev/null for Mac OS
23415              
23416              Allow for platforms to override formatting of errors
23417              on output from Matthias Neeracher (core files)
23418      Branch: perl
23419            ! ext/B/Deparse.t lib/File/DosGlob.pm lib/File/DosGlob.t
23420            ! lib/File/Spec.t lib/File/Temp/t/security.t lib/strict.t
23421            ! lib/subs.t lib/warnings.t t/op/magic.t t/run/kill_perl.t
23422           !> ext/File/Glob/Glob.pm ext/File/Glob/bsd_glob.c lib/CPAN.pm
23423           !> lib/File/Spec/Mac.pm lib/File/Temp.pm perl.c perl.h pp_ctl.c
23424           !> t/base/term.t t/op/runlevel.t t/pod/testp2pt.pl util.c
23425 ____________________________________________________________________________
23426 [ 12234] By: jhi                                   on 2001/09/26  11:58:11
23427         Log: grrr.
23428      Branch: perl
23429            ! t/op/gv.t
23430 ____________________________________________________________________________
23431 [ 12233] By: jhi                                   on 2001/09/26  11:56:09
23432         Log: Retract #12232.
23433      Branch: perl
23434            ! t/op/gv.t
23435 ____________________________________________________________________________
23436 [ 12232] By: jhi                                   on 2001/09/26  11:53:37
23437         Log: (Retracted by #12233.)
23438      Branch: perl
23439            ! t/op/gv.t
23440 ____________________________________________________________________________
23441 [ 12231] By: jhi                                   on 2001/09/26  11:52:09
23442         Log: Detypo.
23443      Branch: perl
23444            ! ext/Encode/Makefile.PL
23445 ____________________________________________________________________________
23446 [ 12230] By: sky                                   on 2001/09/26  11:36:23
23447         Log: Increase the amount of time we spend in each thread, and add one that uses an anonymous sub.
23448              We are using a "delay" here because we do not want to depend on thread synchronization issues.
23449      Branch: perl
23450            + ext/threads/t/stress_cv.t
23451            ! MANIFEST ext/threads/t/stress_string.t
23452 ____________________________________________________________________________
23453 [ 12229] By: jhi                                   on 2001/09/26  11:27:54
23454         Log: NetWare tweak from Ananth Kesari.
23455      Branch: perl
23456            ! NetWare/t/Readme.txt
23457 ____________________________________________________________________________
23458 [ 12228] By: jhi                                   on 2001/09/26  11:26:26
23459         Log: Trick to fool case-blind filesystems.
23460      Branch: perl
23461            ! ext/Encode/Makefile.PL
23462 ____________________________________________________________________________
23463 [ 12227] By: sky                                   on 2001/09/26  11:06:50
23464         Log: Threads can start executing in a different order than they were
23465              created.... so we cannot ok() inside the threadstarter.
23466      Branch: perl
23467            ! ext/threads/t/stress_string.t
23468 ____________________________________________________________________________
23469 [ 12226] By: sky                                   on 2001/09/26  07:41:45
23470         Log: Add in stress_string.t to stress test threads a bit more.
23471      Branch: perl
23472            + ext/threads/t/stress_string.t
23473            ! MANIFEST
23474 ____________________________________________________________________________
23475 [ 12225] By: sky                                   on 2001/09/26  07:04:21
23476         Log: Fix negative refcount introduced by #12223.
23477      Branch: perl
23478            ! ext/threads/threads.xs
23479 ____________________________________________________________________________
23480 [ 12224] By: sky                                   on 2001/09/26  06:57:58
23481         Log: Update documentation to match change #12223
23482      Branch: perl
23483            ! sharedsv.c
23484 ____________________________________________________________________________
23485 [ 12223] By: sky                                   on 2001/09/26  06:54:32
23486         Log: Use a separate interpreter for the sharedsv space. Another
23487              negative sv leak. Sigh.
23488      Branch: perl
23489            ! sharedsv.c
23490 ____________________________________________________________________________
23491 [ 12222] By: sky                                   on 2001/09/26  05:58:35
23492         Log: Do the environ assignment in perl_contruct to match perl_destruct.
23493              Now we don't need to perl_parse/perl_run. However environ is a
23494              global....
23495      Branch: perl
23496            ! perl.c
23497 ____________________________________________________________________________
23498 [ 12221] By: sky                                   on 2001/09/26  05:41:02
23499         Log: Move the creation of PL_strtab to perl_construct so we can work
23500              with HV and HEs without running perl_parse.
23501      Branch: perl
23502            ! perl.c
23503 ____________________________________________________________________________
23504 [ 12220] By: gsar                                  on 2001/09/26  02:18:26
23505         Log: integrate macperl changes into maint-5.6
23506      Branch: maint-5.6/perl
23507           !> (integrate 26 files)
23508 ____________________________________________________________________________
23509 [ 12219] By: pudge                                 on 2001/09/26  00:19:35
23510         Log: Fix just a few of the bugs in Mac::InternetConfig (Bug #462999, Axel Rose);
23511              fix doc in Mac::Fonts (Patch #447221, Andreas Marcel Riechert).
23512      Branch: maint-5.6/macperl
23513            ! macos/ext/Mac/Fonts/Fonts.xs
23514            ! macos/ext/Mac/InternetConfig/InternetConfig.pm
23515 ____________________________________________________________________________
23516 [ 12218] By: ams                                   on 2001/09/25  23:31:33
23517         Log: Subject: Re: [PATCH] AutoSplit.t (was Re: Untested libraries update)
23518              From: Nicholas Clark <nick@ccl4.org>
23519              Date: Wed, 26 Sep 2001 01:20:20 +0100
23520              Message-Id: <20010926012020.B48092@plum.flirble.org>
23521      Branch: perl
23522            ! lib/AutoSplit.t
23523 ____________________________________________________________________________
23524 [ 12217] By: ams                                   on 2001/09/25  22:33:05
23525         Log: Subject: [PATCH perl@12180] angle bracket filespec problem on VMS
23526              From: "Craig A. Berry" <craigberry@mac.com>
23527              Date: Tue, 25 Sep 2001 18:08:42 -0500
23528              Message-Id: <5.1.0.14.0.20010925154848.036887d8@exchi01>
23529      Branch: perl
23530            ! vms/vms.c
23531 ____________________________________________________________________________
23532 [ 12216] By: ams                                   on 2001/09/25  21:41:01
23533         Log: Subject: [PATCH lib/AutoSplit.t]  Fixing mysterious TEST failure. (was
23534              Re: binmode(STDOUT, ":unix") busted when STDOUT is piped.)
23535              From: Michael G Schwern <schwern@pobox.com>
23536              Date: Wed, 26 Sep 2001 00:38:21 -0400
23537              Message-Id: <20010926003821.A627@blackrider>
23538      Branch: perl
23539            ! lib/AutoSplit.t
23540 ____________________________________________________________________________
23541 [ 12215] By: jhi                                   on 2001/09/25  21:40:04
23542         Log: Subject: [PATCH lib/Test/Simple.pm lib/Test/Utils.pm] fix test.deparse
23543              From: Michael G Schwern <schwern@pobox.com>
23544              Date: Tue, 25 Sep 2001 17:43:49 -0400
23545              Message-ID: <20010925174349.B19534@blackrider>
23546      Branch: perl
23547            ! lib/Test/Simple.pm lib/Test/Utils.pm
23548 ____________________________________________________________________________
23549 [ 12214] By: pudge                                 on 2001/09/25  21:11:21
23550         Log: Integrate changes from bleadperl.
23551      Branch: maint-5.6/macperl
23552           !> pod/perlport.pod
23553 ____________________________________________________________________________
23554 [ 12213] By: jhi                                   on 2001/09/25  20:37:14
23555         Log: skip($mess) should result in one skip.
23556      Branch: perl
23557            ! t/test.pl
23558 ____________________________________________________________________________
23559 [ 12212] By: pudge                                 on 2001/09/25  20:21:06
23560         Log: Integrate change #12200 from maintperl.
23561      Branch: maint-5.6/macperl
23562           !> win32/perlhost.h
23563 ____________________________________________________________________________
23564 [ 12211] By: pudge                                 on 2001/09/25  20:11:56
23565         Log: Fix file types to "apple"
23566      Branch: maint-5.6/macperl
23567            ! macos/ext/Mac/Menus/t/MenuBar.rsrc
23568            ! macos/ext/Mac/SAT/t/Collision.rsrc
23569 ____________________________________________________________________________
23570 [ 12210] By: pudge                                 on 2001/09/25  19:28:20
23571         Log: Fix rsrc file as snd file; fix path in t file.
23572      Branch: maint-5.6/macperl
23573            ! macos/ext/Mac/Notification/t/Notification.rsrc
23574            ! macos/ext/Mac/Notification/t/Notification.t
23575 ____________________________________________________________________________
23576 [ 12209] By: pudge                                 on 2001/09/25  19:15:57
23577         Log: Sync up with File::Find from bleadperl.
23578      Branch: maint-5.6/macperl
23579            ! lib/File/Find.pm t/lib/filefind-taint.t
23580 ____________________________________________________________________________
23581 [ 12208] By: pudge                                 on 2001/09/25  19:06:48
23582         Log: Ignore SIGPIPE being set to IGNORE.  Temporary fix until we upgrade
23583              to new version of libnet.  (Axel Rose, Paul Schinder, and a cast
23584              of hundreds)
23585      Branch: maint-5.6/macperl
23586            ! macos/bundled_lib/blib/lib/Net/Cmd.pm
23587            ! macos/bundled_lib/blib/lib/Net/FTP/A.pm
23588            ! macos/bundled_lib/blib/lib/Net/FTP/I.pm
23589 ____________________________________________________________________________
23590 [ 12207] By: nick                                  on 2001/09/25  19:04:36
23591         Log: Integrate mainline (untested while modem is up)
23592      Branch: perlio
23593           +> lib/AutoSplit.t t/test.pl
23594            - lib/warnings/register.t
23595           !> (integrate 28 files)
23596 ____________________________________________________________________________
23597 [ 12206] By: jhi                                   on 2001/09/25  17:21:00
23598         Log: perldiag entry for #12205.
23599      Branch: perl
23600            ! pod/perldiag.pod
23601 ____________________________________________________________________________
23602 [ 12205] By: jhi                                   on 2001/09/25  17:20:38
23603         Log: Subject: [PATCH] warning on v-string in use/require
23604              From: John Peacock <jpeacock@rowman.com>
23605              Date: Mon, 24 Sep 2001 17:29:03 -0400
23606              Message-ID: <3BAFA59F.9C0E0339@rowman.com>
23607      Branch: perl
23608            ! ext/IO/lib/IO/Socket.pm pp_ctl.c t/lib/warnings/pp_ctl
23609 ____________________________________________________________________________
23610 [ 12204] By: jhi                                   on 2001/09/25  17:11:02
23611         Log: perltooc et al updates.
23612      Branch: perl
23613            ! plan9/mkfile pod/roffitall
23614 ____________________________________________________________________________
23615 [ 12203] By: jhi                                   on 2001/09/25  17:05:19
23616         Log: Subject: [PATCH pp_sys.c t/op/chdir.t ...] Deprecating chdir(undef)/chdir('')
23617              From: Michael G Schwern <schwern@pobox.com>
23618              Date: Sun, 23 Sep 2001 00:07:12 -0400
23619              Message-ID: <20010923000712.A7005@blackrider>
23620      Branch: perl
23621            ! pod/perl572delta.pod pod/perldiag.pod pp_sys.c t/op/chdir.t
23622 ____________________________________________________________________________
23623 [ 12202] By: jhi                                   on 2001/09/25  16:55:29
23624         Log: Subject: [PATCH perl@12185] Some Encode/*.enc files needs to be corrected
23625              From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
23626              Date: Wed, 26 Sep 2001 01:25:10 +0900
23627              Message-Id: <20010926012410.5B86.BQW10602@nifty.com>
23628      Branch: perl
23629            ! ext/Encode/Encode/cp932.enc ext/Encode/Encode/cp936.enc
23630            ! ext/Encode/Encode/cp949.enc ext/Encode/Encode/cp950.enc
23631            ! ext/Encode/Encode/euc-cn.enc ext/Encode/Encode/shiftjis.enc
23632 ____________________________________________________________________________
23633 [ 12201] By: jhi                                   on 2001/09/25  16:52:03
23634         Log: Integrate change #12200 from maintperl;
23635              on windows, virtualized environment could propagate deleted variables
23636              into children if they happen to be at the very end of the table
23637      Branch: perl
23638           !> win32/perlhost.h
23639 ____________________________________________________________________________
23640 [ 12200] By: gsar                                  on 2001/09/25  16:36:01
23641         Log: on windows, virtualized environment could propagate deleted variables
23642              into children if they happen to be at the very end of the table
23643              (thanks for succinct test case from Johan Holmberg, and fix from
23644              Doug Lankshear)
23645      Branch: maint-5.6/perl
23646            ! win32/perlhost.h
23647 ____________________________________________________________________________
23648 [ 12199] By: gsar                                  on 2001/09/25  15:19:13
23649         Log: avoid the use of ftime() (it does a useless, potentially
23650              expensive call to GetTimeZoneInformation()); this potentially
23651              also results in three more digits of precision from
23652              Time::HiRes::time()
23653      Branch: perl
23654            ! ext/Time/HiRes/HiRes.xs
23655 ____________________________________________________________________________
23656 [ 12198] By: jhi                                   on 2001/09/25  14:27:01
23657         Log: Replace the use Test::More in t/{op,io,run} with t/test.pl.
23658              
23659              Note: io/binmode is failing, have to figure out why.
23660      Branch: perl
23661            + t/test.pl
23662            ! MANIFEST t/io/binmode.t t/op/chdir.t t/op/crypt.t
23663            ! t/op/inccode.t t/op/rand.t t/op/srand.t t/op/ver.t
23664            ! t/run/exit.t
23665 ____________________________________________________________________________
23666 [ 12197] By: ams                                   on 2001/09/25  13:48:55
23667         Log: Subject: [PATCH] AutoSplit.t (was Re: Untested libraries update)
23668              From: Nicholas Clark <nick@ccl4.org>
23669              Date: Tue, 25 Sep 2001 00:37:40 +0100
23670              Message-Id: <20010925003740.S4971@plum.flirble.org>
23671              (Further changes expected.)
23672      Branch: perl
23673            + lib/AutoSplit.t
23674            ! MANIFEST
23675 ____________________________________________________________________________
23676 [ 12196] By: sky                                   on 2001/09/25  13:37:12
23677         Log: Second attempt at fixing Time::HiRes::time on win32. Apperently if ENV{TZ} is wrong we fail. New attempt uses 
23678              _ftime to try and be more robust.
23679      Branch: perl
23680            ! ext/Time/HiRes/HiRes.xs
23681 ____________________________________________________________________________
23682 [ 12194] By: ams                                   on 2001/09/25  11:40:00
23683         Log: Subject: [PATCH perl@12180] perltootc -> perltooc in vms/descrip_mms.template
23684              From: "Craig A. Berry" <craigberry@mac.com>
23685              Date: Mon, 24 Sep 2001 17:54:20 -0500
23686              Message-Id: <5.1.0.14.0.20010924171225.01bb0428@exchi01>
23687      Branch: perl
23688            ! vms/descrip_mms.template
23689 ____________________________________________________________________________
23690 [ 12193] By: pudge                                 on 2001/09/25  02:53:42
23691         Log: Fixes for multiline error parsing (Bug #459263); cmd-.
23692              not working, cursor not spinning (Bug #422129); external
23693              editor problems (Bug #456329); escape/cmd-. not activating
23694              "Cancel" in Save dialog box (Bug #446960); Runtimes not
23695              executing on launch (Bug #464441).
23696      Branch: maint-5.6/macperl
23697            ! macos/macish.c macos/macish.h macos/macperl/MPEditor.c
23698            ! macos/macperl/MPGlobals.h macos/macperl/MPScript.c
23699            ! macos/macperl/MacPerl.r
23700 ____________________________________________________________________________
23701 [ 12192] By: pudge                                 on 2001/09/25  02:42:49
23702         Log: Update CPAN.pm to work with new Mac::BuildTools instead
23703              of ExtUtils::MM_MacOS "orphan" functions
23704      Branch: maint-5.6/macperl
23705            ! lib/CPAN.pm
23706 ____________________________________________________________________________
23707 [ 12191] By: pudge                                 on 2001/09/25  02:37:58
23708         Log: Fix up another xsubpp problem (Matthias Neeracher)
23709      Branch: maint-5.6/macperl
23710            ! macos/xsubpp
23711 ____________________________________________________________________________
23712 [ 12190] By: pudge                                 on 2001/09/25  02:37:38
23713         Log: Remove literal tabs from source in MM_MacOS.pm (Thomas Wegner)
23714      Branch: maint-5.6/macperl
23715            ! macos/lib/ExtUtils/MM_MacOS.pm
23716 ____________________________________________________________________________
23717 [ 12189] By: pudge                                 on 2001/09/25  02:37:08
23718         Log: Fix up Makefiles for more Mac:: modules (and prepare for
23719              static build ...?)
23720      Branch: maint-5.6/macperl
23721            ! macos/Makefile.mk macos/ext/Mac/Makefile.mk
23722            ! macos/macperl/Makefile.mk
23723 ____________________________________________________________________________
23724 [ 12188] By: pudge                                 on 2001/09/25  02:36:19
23725         Log: Fix up tests
23726      Branch: maint-5.6/macperl
23727            ! macos/MacPerlTests.cmd macos/MacPerlTests.plx
23728 ____________________________________________________________________________
23729 [ 12187] By: pudge                                 on 2001/09/25  02:11:13
23730         Log: Make malloc smarter, fix bugs.  (Bug #404030)
23731      Branch: maint-5.6/macperl
23732            ! macos/icemalloc.c macos/icemalloc.h
23733 ____________________________________________________________________________
23734 [ 12186] By: nick                                  on 2001/09/24  19:18:17
23735         Log: Integrate mainline
23736      Branch: perlio
23737           +> ext/I18N/Langinfo/fallback.c ext/I18N/Langinfo/fallback.xs
23738           +> lib/filetest.t
23739           !> (integrate 30 files)
23740 ____________________________________________________________________________
23741 [ 12185] By: jhi                                   on 2001/09/24  18:56:40
23742         Log: Retract #12136, the warnings::register is already
23743              tested by t/lib/warnings/9enabled, as pointed out
23744              by Paul Marquess.
23745      Branch: perl
23746            - lib/warnings/register.t
23747            ! MANIFEST lib/warnings/register.pm t/lib/1_compile.t
23748 ____________________________________________________________________________
23749 [ 12184] By: gsar                                  on 2001/09/24  18:39:58
23750         Log: fix Time::HiRes implementation of gettimeofday() on windows
23751              (HiRes.t#14 now passes)
23752      Branch: perl
23753            ! ext/Time/HiRes/HiRes.xs
23754 ____________________________________________________________________________
23755 [ 12183] By: gsar                                  on 2001/09/24  18:13:23
23756         Log: File::Spec::catfile() canonifies everything to blackslashes on
23757              windows :-(
23758      Branch: perl
23759            ! lib/ExtUtils/Manifest.t
23760 ____________________________________________________________________________
23761 [ 12182] By: gsar                                  on 2001/09/24  17:59:54
23762         Log: test number mismatch
23763      Branch: perl
23764            ! t/op/magic.t
23765 ____________________________________________________________________________
23766 [ 12181] By: jhi                                   on 2001/09/24  17:10:41
23767         Log: ok().
23768      Branch: perl
23769            ! t/op/pack.t
23770 ____________________________________________________________________________
23771 [ 12180] By: jhi                                   on 2001/09/24  16:09:37
23772         Log: unpack("Z*Z*", pack("Z*Z*", ..)) bug, patch and test from
23773              Wolfgang Laun <Wolfgang.Laun@alcatel.at>
23774      Branch: perl
23775            ! pp_pack.c t/op/pack.t
23776 ____________________________________________________________________________
23777 [ 12179] By: jhi                                   on 2001/09/24  15:46:49
23778         Log: Update Changes.
23779      Branch: perl
23780            ! Changes patchlevel.h
23781 ____________________________________________________________________________
23782 [ 12178] By: jhi                                   on 2001/09/24  14:12:06
23783         Log: Subject: [REPATCH] Re: [PATCH lib/ExtUtils/Manifest.pm] Minor bug in comment logic in maniread() on VMS
23784              From: Michael G Schwern <schwern@pobox.com>
23785              Date: Mon, 24 Sep 2001 11:12:13 -0400
23786              Message-ID: <20010924111213.G27885@blackrider>
23787      Branch: perl
23788            ! lib/ExtUtils/Manifest.pm
23789 ____________________________________________________________________________
23790 [ 12177] By: jhi                                   on 2001/09/24  14:02:32
23791         Log: Subject: [PATCH vms/test.com] Fixing inline TODO recognition
23792              From: Michael G Schwern <schwern@pobox.com> 
23793              Date: Mon, 24 Sep 2001 11:02:07 -0400
23794              Message-ID: <20010924110207.E27885@blackrider>
23795      Branch: perl
23796            ! vms/test.com
23797 ____________________________________________________________________________
23798 [ 12176] By: ams                                   on 2001/09/24  14:01:59
23799         Log: Update Changes.
23800      Branch: perl
23801            ! Changes
23802 ____________________________________________________________________________
23803 [ 12175] By: jhi                                   on 2001/09/24  13:20:28
23804         Log: Various cleanups.
23805      Branch: perl
23806            ! ext/threads/Makefile.PL ext/threads/threads.xs
23807 ____________________________________________________________________________
23808 [ 12173] By: pudge                                 on 2001/09/24  12:56:13
23809         Log: Integrate maint-5.6/perl changes 12024, 12026, 12145, 12146.
23810      Branch: maint-5.6/macperl
23811           !> (integrate 33 files)
23812 ____________________________________________________________________________
23813 [ 12171] By: jhi                                   on 2001/09/24  12:26:58
23814         Log: Subject: [PATCH gb2312.enc] (Re: [PATCH perl@12088] 2022-cn.enc of Encode.pm)
23815              From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
23816              Date: Mon, 24 Sep 2001 20:04:58 +0900
23817              Message-Id: <20010924200207.A030.BQW10602@nifty.com>         
23818      Branch: perl
23819            ! ext/Encode/Encode/gb2312.enc
23820 ____________________________________________________________________________
23821 [ 12170] By: jhi                                   on 2001/09/24  12:08:30
23822         Log: Clarifying comment to #12164.
23823      Branch: perl
23824            ! lib/Cwd.pm
23825 ____________________________________________________________________________
23826 [ 12169] By: jhi                                   on 2001/09/24  11:59:33
23827         Log: Subject: [PATCH] Re: What sort of Makefile.PL should h2xs write?
23828              From: Nicholas Clark <nick@ccl4.org>
23829              Date: Sun, 23 Sep 2001 23:00:56 +0100
23830              Message-ID: <20010923230055.Y4971@plum.flirble.org>
23831              
23832              (with "sample_constants" changed to "fallback")
23833      Branch: perl
23834            + ext/I18N/Langinfo/fallback.c ext/I18N/Langinfo/fallback.xs
23835            ! MANIFEST ext/I18N/Langinfo/Langinfo.xs
23836            ! ext/I18N/Langinfo/Makefile.PL lib/ExtUtils/Constant.pm
23837            ! lib/h2xs.t utils/h2xs.PL
23838 ____________________________________________________________________________
23839 [ 12168] By: jhi                                   on 2001/09/24  11:25:56
23840         Log: Metaconfig unit change for #12167.
23841      Branch: metaconfig
23842            ! U/modified/Cppsym.U
23843 ____________________________________________________________________________
23844 [ 12167] By: jhi                                   on 2001/09/24  11:25:22
23845         Log: Add a few glibc cpp symbols to probe for.
23846      Branch: perl
23847            ! Configure
23848 ____________________________________________________________________________
23849 [ 12166] By: jhi                                   on 2001/09/24  11:14:43
23850         Log: DJGPP tweaks for Laszlo Molnar.
23851      Branch: perl
23852            ! djgpp/djgppsed.sh dosish.h
23853 ____________________________________________________________________________
23854 [ 12165] By: ams                                   on 2001/09/24  10:07:08
23855         Log: Subject: [PATCH t/op/inccode.t] More tests
23856              From: rgarciasuarez@free.fr (Rafael Garcia-Suarez)
23857              Date: 24 Sep 2001 10:01:44 -0000
23858              Message-Id: <slrn9qu158.l2t.rgarciasuarez@rafael.kazibao.net>
23859      Branch: perl
23860            ! t/op/inccode.t
23861 ____________________________________________________________________________
23862 [ 12164] By: ams                                   on 2001/09/24  09:43:29
23863         Log: Subject: [PATCH Cwd.pm] local $/ = "\n";
23864              From: Jeff 'japhy/Marillion' Pinyan <jeffp@crusoe.net>
23865              Date: Mon, 24 Sep 2001 00:22:32 -0400 (EDT)
23866              Message-Id: <Pine.GSO.4.21.0109240021410.9178-100000@crusoe.crusoe.net>
23867      Branch: perl
23868            ! lib/Cwd.pm
23869 ____________________________________________________________________________
23870 [ 12163] By: jhi                                   on 2001/09/23  22:50:35
23871         Log: 1_compile updates.
23872      Branch: perl
23873            ! t/lib/1_compile.t
23874 ____________________________________________________________________________
23875 [ 12162] By: jhi                                   on 2001/09/23  21:11:22
23876         Log: Subject: [PATCH] proposal : put the @INC-hooks directly in %INC
23877              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
23878              Date: Wed, 19 Sep 2001 22:47:14 +0200
23879              Message-ID: <20010919224714.A6382@rafael>
23880      Branch: perl
23881            ! pod/perlvar.pod pp_ctl.c
23882 ____________________________________________________________________________
23883 [ 12161] By: ams                                   on 2001/09/23  17:40:02
23884         Log: Subject: [PATCH MANIFEST lib/filetest t/lib/1_compile.t] Add Tests for
23885              filetest Pragma
23886              From: "chromatic" <chromatic@rmci.net>
23887              Date: Sun, 23 Sep 2001 12:07:25 -0600
23888              Message-Id: <20010923181223.32427.qmail@onion.perl.org>
23889      Branch: perl
23890            + lib/filetest.t
23891            ! MANIFEST t/lib/1_compile.t
23892 ____________________________________________________________________________
23893 [ 12160] By: ams                                   on 2001/09/23  16:32:11
23894         Log: Additional minor chdir() tweak.
23895      Branch: perl
23896            ! pod/perlfunc.pod
23897 ____________________________________________________________________________
23898 [ 12159] By: ams                                   on 2001/09/23  16:25:01
23899         Log: Subject: PATCH lib/ExtUtils/Command.t
23900              From: Abe Timmerman <abe@ztreet.demon.nl>
23901              Date: Sun, 23 Sep 2001 19:11:44 +0200
23902              Message-Id: <b94sqtk7sidi2501apjssfubdc2ulmap38@4ax.com>
23903      Branch: perl
23904            ! lib/ExtUtils/Command.t
23905 ____________________________________________________________________________
23906 [ 12158] By: jhi                                   on 2001/09/23  12:52:36
23907         Log: Subject: [PATCH] Win32 compilation without USE_ITHREADS
23908              From: "Mattia Barbon" <mbarbon@dsi.unive.it>
23909              Date: Sun, 23 Sep 2001 02:02:26 +0200
23910              Message-ID: <3BAD42B2.2951.39B2E2A@localhost>
23911      Branch: perl
23912            ! makedef.pl
23913 ____________________________________________________________________________
23914 [ 12157] By: jhi                                   on 2001/09/23  12:46:05
23915         Log: Subject: [PATCH t/op/study.t] Cleanup & OS/390 "fix"
23916              From: Michael G Schwern <schwern@pobox.com> (by way of Craig A. Berry)         
23917              Date: Sat, 22 Sep 2001 12:54:39 -0500
23918              Message-Id: <a05101003b7d27f77cfa1@[172.16.52.1]>
23919      Branch: perl
23920            ! t/op/study.t
23921 ____________________________________________________________________________
23922 [ 12156] By: nick                                  on 2001/09/23  07:48:44
23923         Log: Integrate mainline
23924      Branch: perlio
23925            - check83.pl
23926           !> ext/Encode/Encode/2022-cn.enc
23927 ____________________________________________________________________________
23928 [ 12155] By: nick                                  on 2001/09/23  07:48:01
23929         Log: Integrate mainline
23930      Branch: perlio
23931           +> (branch 64 files)
23932            - ext/Encode/Encode/cns11643-1.enc
23933            - ext/Encode/Encode/cns11643-2.enc
23934            - ext/Encode/Encode/iso2022-cn.enc
23935            - ext/Encode/Encode/iso2022-jp.enc
23936            - ext/Encode/Encode/iso2022-jp1.enc
23937            - ext/Encode/Encode/iso2022-jp2.enc
23938            - ext/Encode/Encode/iso2022-kr.enc ext/Encode/Encode/iso2022.enc
23939            - ext/Encode/Encode/iso8859-1.enc
23940            - ext/Encode/Encode/iso8859-1.ucm
23941            - ext/Encode/Encode/iso8859-10.enc
23942            - ext/Encode/Encode/iso8859-10.ucm
23943            - ext/Encode/Encode/iso8859-13.enc
23944            - ext/Encode/Encode/iso8859-13.ucm
23945            - ext/Encode/Encode/iso8859-14.enc
23946            - ext/Encode/Encode/iso8859-14.ucm
23947            - ext/Encode/Encode/iso8859-15.enc
23948            - ext/Encode/Encode/iso8859-15.ucm
23949            - ext/Encode/Encode/iso8859-16.enc
23950            - ext/Encode/Encode/iso8859-16.ucm
23951            - ext/Encode/Encode/iso8859-2.enc
23952            - ext/Encode/Encode/iso8859-2.ucm
23953            - ext/Encode/Encode/iso8859-3.enc
23954            - ext/Encode/Encode/iso8859-3.ucm
23955            - ext/Encode/Encode/iso8859-4.enc
23956            - ext/Encode/Encode/iso8859-4.ucm
23957            - ext/Encode/Encode/iso8859-5.enc
23958            - ext/Encode/Encode/iso8859-5.ucm
23959            - ext/Encode/Encode/iso8859-6.enc
23960            - ext/Encode/Encode/iso8859-6.ucm
23961            - ext/Encode/Encode/iso8859-7.enc
23962            - ext/Encode/Encode/iso8859-7.ucm
23963            - ext/Encode/Encode/iso8859-8.enc
23964            - ext/Encode/Encode/iso8859-8.ucm
23965            - ext/Encode/Encode/iso8859-9.enc
23966            - ext/Encode/Encode/iso8859-9.ucm
23967            - ext/Encode/Encode/isoir-197.enc
23968            - ext/Encode/Encode/macRomania.enc pod/perltootc.pod
23969            - t/lib/sample-tests/header_at_end
23970            - t/lib/sample-tests/header_at_end_fail
23971           !> (integrate 174 files)
23972 ____________________________________________________________________________
23973 [ 12154] By: ams                                   on 2001/09/23  07:11:46
23974         Log: Mention $ENV{SYS$LOGIN} in chdir() documentation, as suggested
23975              by Blair Zajac.
23976      Branch: perl
23977            ! pod/perlfunc.pod
23978 ____________________________________________________________________________
23979 [ 12153] By: ams                                   on 2001/09/23  06:56:32
23980         Log: Subject: [PATCH pp.c t/op/gv.t pod/perlref.pod pod/perldiag.pod] Re:
23981              Forgotten deprecation of *glob{FILEHANDLE}?
23982              From: "chromatic" <chromatic@rmci.net>
23983              Date: Sat, 22 Sep 2001 21:27:56 -0600
23984              Message-Id: <20010923033252.33085.qmail@onion.perl.org>
23985      Branch: perl
23986            ! pod/perldiag.pod pod/perlref.pod pp.c t/op/gv.t
23987 ____________________________________________________________________________
23988 [ 12152] By: ams                                   on 2001/09/23  06:42:58
23989         Log: Subject: [PATCH lib/File/Find.pm] Fixing lib/File/Find/t/taint.t on VMS
23990              From: Michael G Schwern <schwern@pobox.com>
23991              Date: Sun, 23 Sep 2001 03:34:39 -0400
23992              Message-Id: <20010923033439.E7005@blackrider>
23993      Branch: perl
23994            ! lib/File/Find.pm
23995 ____________________________________________________________________________
23996 [ 12151] By: ams                                   on 2001/09/23  06:37:57
23997         Log: Subject: Re: t/op/magic.t missing tests on Win32
23998              From: Michael G Schwern <schwern@pobox.com>
23999              Date: Sat, 22 Sep 2001 20:29:09 -0400
24000              Message-Id: <20010922202909.I18223@blackrider>
24001      Branch: perl
24002            ! t/op/magic.t
24003 ____________________________________________________________________________
24004 [ 12150] By: ams                                   on 2001/09/23  06:36:26
24005         Log: Subject: [PATCH MANIFEST lib/Dumpvalue.t lib/Dumpvalue.pm] Add tests for
24006              Dumpvalue.pm
24007              From: "chromatic" <chromatic@rmci.net>
24008              Date: Sat, 22 Sep 2001 19:41:31 -0600
24009              Message-Id: <20010923014628.7739.qmail@onion.perl.org>
24010      Branch: perl
24011            + lib/Dumpvalue.t
24012            ! MANIFEST lib/Dumpvalue.pm
24013 ____________________________________________________________________________
24014 [ 12149] By: ams                                   on 2001/09/23  06:25:35
24015         Log: Subject: [PATCH perl@12088] 2022-cn.enc of Encode.pm
24016              From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
24017              Date: Sun, 23 Sep 2001 15:27:56 +0900
24018              Message-Id: <20010923152641.5E26.BQW10602@nifty.com>
24019      Branch: perl
24020            ! ext/Encode/Encode/2022-cn.enc
24021 ____________________________________________________________________________
24022 [ 12148] By: jhi                                   on 2001/09/22  23:33:42
24023         Log: Manual eror in #12147.
24024      Branch: perl
24025            ! win32/win32.c
24026 ____________________________________________________________________________
24027 [ 12147] By: jhi                                   on 2001/09/22  23:25:02
24028         Log: Integrate change #12146 from maintperl;
24029              win32_chdir() et al don't handle a NULL argument gracefully
24030      Branch: perl
24031           !> win32/perlhost.h win32/win32.c
24032 ____________________________________________________________________________
24033 [ 12146] By: gsar                                  on 2001/09/22  23:18:47
24034         Log: win32_chdir() et al don't handle a NULL argument gracefully
24035      Branch: maint-5.6/perl
24036            ! win32/perlhost.h win32/win32.c
24037 ____________________________________________________________________________
24038 [ 12145] By: gsar                                  on 2001/09/22  23:17:42
24039         Log: typo in change#12026
24040      Branch: maint-5.6/perl
24041            ! op.c
24042 ____________________________________________________________________________
24043 [ 12144] By: jhi                                   on 2001/09/22  21:22:28
24044         Log: Subject: [PATCH] Re: scalar context unpack bugs
24045              From: Nicholas Clark <nick@ccl4.org>
24046              Date: Sat, 22 Sep 2001 23:07:56 +0100
24047              Message-ID: <20010922230755.O4971@plum.flirble.org>
24048      Branch: perl
24049            ! pp_pack.c t/op/pack.t
24050 ____________________________________________________________________________
24051 [ 12143] By: jhi                                   on 2001/09/22  21:18:43
24052         Log: Try ExtUtils::Command.t everywhere, not just on Win32
24053              (as suggested by NI-S).  Also allow running it either
24054              in t/ or in the main directory.
24055      Branch: perl
24056            ! lib/ExtUtils/Command.t
24057 ____________________________________________________________________________
24058 [ 12142] By: jhi                                   on 2001/09/22  21:04:39
24059         Log: Update the test on warnings/register.t.
24060      Branch: perl
24061            ! t/lib/1_compile.t
24062 ____________________________________________________________________________
24063 [ 12141] By: jhi                                   on 2001/09/22  20:40:06
24064         Log: The code is now almost tidy enough to keep the IRIX cc happy.
24065      Branch: perl
24066            ! hints/irix_6.sh
24067 ____________________________________________________________________________
24068 [ 12140] By: ams                                   on 2001/09/22  17:26:32
24069         Log: Subject: [PATCH perl@12088] configure.com: don't build 'threads" w/out
24070              use_ithreads
24071              From: "Craig A. Berry" <craigberry@mac.com>
24072              Date: Sat, 22 Sep 2001 13:15:32 -0500
24073              Message-Id: <a05101005b7d284f5192c@[172.16.52.1]>
24074      Branch: perl
24075            ! configure.com
24076 ____________________________________________________________________________
24077 [ 12139] By: ams                                   on 2001/09/22  16:44:08
24078         Log: Do what perl_clone() does for sharedsv functions.
24079      Branch: perl
24080            ! embed.pl proto.h
24081 ____________________________________________________________________________
24082 [ 12138] By: jhi                                   on 2001/09/22  16:42:04
24083         Log: Retract #12134; reintroduce #11949: PADOFFSETs are now UVs
24084              (suggested by Sarathy, extensions shouldn't be dabbling with
24085              op structures, so binary backward compatibility should not be
24086              an issue.)
24087      Branch: perl
24088            ! hints/irix_6.sh op.h
24089 ____________________________________________________________________________
24090 [ 12137] By: ams                                   on 2001/09/22  16:21:05
24091         Log: More cleanups. (What's PERL_DECL_PROT?)
24092      Branch: perl
24093            ! embed.pl proto.h sharedsv.h
24094 ____________________________________________________________________________
24095 [ 12136] By: ams                                   on 2001/09/22  15:14:34
24096         Log: (Retracted by #12185)
24097              
24098              Subject: [PATCH MANIFEST lib/warnings/register.t lib/warnings/register.pm]
24099              Add Tests for warnings::register, Doc Update
24100              From: "chromatic" <chromatic@rmci.net>
24101              Date: Sat, 22 Sep 2001 09:43:20 -0600
24102              Message-Id: <20010922154815.32004.qmail@onion.perl.org>
24103      Branch: perl
24104            + lib/warnings/register.t
24105            ! MANIFEST lib/warnings/register.pm
24106 ____________________________________________________________________________
24107 [ 12135] By: ams                                   on 2001/09/22  15:07:50
24108         Log: `@foo' should be @foo for consistency.
24109      Branch: perl
24110            ! pod/perldiag.pod
24111 ____________________________________________________________________________
24112 [ 12134] By: jhi                                   on 2001/09/22  14:20:47
24113         Log: (Retracted by #12138)
24114              
24115              Add -woff (turn warning off) 3187:
24116              "A pointer is converted to a smaller integer."
24117              This happens when your pointers are 64-bit: then every case
24118              of converting pointers to PADOFFSETs (explicitly 32-bit)
24119              faces truncation (even explicit use of INT2PTR doesn't help).
24120              CxITERVAR(), POPLOOP(), and PUSHLOOP() are afflicted.
24121              Changing PADOFFSET from U32 to UV would help, but that
24122              would break binary backward compatibility of BASEOP and padop
24123              (assuming you have been using 64-bit pointers).
24124      Branch: perl
24125            ! hints/irix_6.sh
24126 ____________________________________________________________________________
24127 [ 12133] By: jhi                                   on 2001/09/22  13:53:49
24128         Log: More 8.3-cleanup: there isn't an encoding called macRumanian,
24129              but the name comes from the inside the file, not from the file
24130              name, and Rumanian is the name of the language.
24131      Branch: perl
24132            + ext/Encode/Encode/macRumanian.enc
24133            - ext/Encode/Encode/macRomania.enc
24134            ! MANIFEST
24135 ____________________________________________________________________________
24136 [ 12132] By: jhi                                   on 2001/09/22  13:48:29
24137         Log: Rename perltootc as perltooc for 8.3-friedliness.
24138      Branch: perl
24139            + pod/perltooc.pod
24140            - pod/perltootc.pod
24141            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perlboot.pod
24142            ! pod/perlmod.pod pod/perlobj.pod pod/perltoc.pod
24143            ! pod/perltoot.pod
24144 ____________________________________________________________________________
24145 [ 12131] By: jhi                                   on 2001/09/22  13:38:49
24146         Log: Find more conflicts by lowercasing.
24147      Branch: perl
24148            + Porting/check83.pl
24149            - check83.pl
24150            ! MANIFEST
24151 ____________________________________________________________________________
24152 [ 12130] By: jhi                                   on 2001/09/22  13:20:20
24153         Log: The AIX cc 5.0.0.0 is simply too buggy.
24154      Branch: perl
24155            ! hints/aix.sh
24156 ____________________________________________________________________________
24157 [ 12129] By: ams                                   on 2001/09/22  12:35:38
24158         Log: Uninteresting cleanup.
24159      Branch: perl
24160            ! form.h
24161 ____________________________________________________________________________
24162 [ 12128] By: ams                                   on 2001/09/22  12:28:48
24163         Log: Subject: [PATCH@12110] Missing ")" in CvFILEGV
24164              From: "Paul Marquess" <Paul_Marquess@Yahoo.co.uk>
24165              Date: Sat, 22 Sep 2001 14:29:13 +0100
24166              Message-Id: <AIEAJICLCBDNAAOLLOKLAEGADAAA.Paul_Marquess@Yahoo.co.uk>
24167      Branch: perl
24168            ! cv.h
24169 ____________________________________________________________________________
24170 [ 12127] By: ams                                   on 2001/09/22  12:04:28
24171         Log: What's a backet?
24172      Branch: perl
24173            ! dump.c
24174 ____________________________________________________________________________
24175 [ 12126] By: ams                                   on 2001/09/22  10:02:34
24176         Log: Removed duplicated tests #19 and #20.
24177      Branch: perl
24178            ! t/op/do.t
24179 ____________________________________________________________________________
24180 [ 12125] By: ams                                   on 2001/09/22  03:58:41
24181         Log: Subject: Re: [ID 20010919.001] local() fails on imported variables
24182              From: Michael Carman <mjcarman@home.com>
24183              Date: Fri, 21 Sep 2001 17:54:05 -0500
24184              Message-Id: <3BABC50D.6040202@home.com>
24185              (Applied with some changes.)
24186      Branch: perl
24187            ! pod/perlmod.pod
24188 ____________________________________________________________________________
24189 [ 12124] By: ams                                   on 2001/09/22  03:44:19
24190         Log: Subject: [PATCH t/op/chdir.t] Reconciling the Cwd/File::Spec differences
24191              From: Michael G Schwern <schwern@pobox.com>
24192              Date: Fri, 21 Sep 2001 19:20:40 -0400
24193              Message-Id: <20010921192040.E5494@blackrider>
24194      Branch: perl
24195            ! t/op/chdir.t
24196 ____________________________________________________________________________
24197 [ 12123] By: ams                                   on 2001/09/22  03:41:08
24198         Log: Subject: [PATCH] t/op/chdir.t won't pass on VMS
24199              From: Blair Zajac <blair@orcaware.com>
24200              Date: Fri, 21 Sep 2001 15:13:04 -0700
24201              Message-Id: <3BABBB70.55FD41DC@orcaware.com>
24202      Branch: perl
24203            ! t/op/chdir.t
24204 ____________________________________________________________________________
24205 [ 12122] By: ams                                   on 2001/09/22  03:37:07
24206         Log: Subject: [REPATCH] Re: [PATCH t/op/do.t] new regression tests for bug ID
24207              20010920.007
24208              From: Michael G Schwern <schwern@pobox.com>
24209              Date: Fri, 21 Sep 2001 17:59:03 -0400
24210              Message-Id: <20010921175903.V5494@blackrider>
24211      Branch: perl
24212            ! t/op/do.t
24213 ____________________________________________________________________________
24214 [ 12121] By: ams                                   on 2001/09/22  03:30:38
24215         Log: Subject: [PATCH pod/perlport.pod] expand DOS-like table (was Re: test
24216              suite on WinCE)
24217              From: Michael G Schwern <schwern@pobox.com>
24218              Date: Fri, 21 Sep 2001 19:41:03 -0400
24219              Message-Id: <20010921194103.G5494@blackrider>
24220      Branch: perl
24221            ! pod/perlport.pod
24222 ____________________________________________________________________________
24223 [ 12120] By: ams                                   on 2001/09/22  03:28:06
24224         Log: Subject: [PATCH t/op/magic.t] Re: Weird $ENV{FOO} = undef warning
24225              From: Michael G Schwern <schwern@pobox.com>
24226              Date: Fri, 21 Sep 2001 17:33:35 -0400
24227              Message-Id: <20010921173335.T5494@blackrider>
24228              ($ENV{FOO}=undef hunk not applied.)
24229      Branch: perl
24230            ! t/op/magic.t
24231 ____________________________________________________________________________
24232 [ 12119] By: ams                                   on 2001/09/22  03:02:26
24233         Log: Subject: [PATCH] perldiag.pod
24234              From: Peter Scott <Peter@PSDT.com>
24235              Date: Fri, 21 Sep 2001 18:54:50 -0700
24236              Message-Id: <4.3.2.7.2.20010921183823.00aa9890@mail.webquarry.com>
24237              (Moved to the right place.)
24238      Branch: perl
24239            ! pod/perldiag.pod
24240 ____________________________________________________________________________
24241 [ 12118] By: ams                                   on 2001/09/21  20:05:29
24242         Log: Subject: [PATCH t/op/do.t] new regression tests for bug ID 20010920.007
24243              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
24244              Date: Fri, 21 Sep 2001 22:36:54 +0200
24245              Message-Id: <20010921223654.A12742@rafael>
24246      Branch: perl
24247            ! t/op/do.t
24248 ____________________________________________________________________________
24249 [ 12117] By: jhi                                   on 2001/09/21  20:05:23
24250         Log: Restore things as they were before
24251              the backward compatibility police notices.
24252      Branch: perl
24253            ! lib/Cwd.pm
24254 ____________________________________________________________________________
24255 [ 12116] By: jhi                                   on 2001/09/21  17:52:28
24256         Log: More Cwd from Schwern: make also OS/2 and DOS
24257              Cwd agree with File::Spec (that is, native path
24258              syntax using \ instead of / -- backward compatibility
24259              polic warning) and stop Win32 from using bsd_realpath().
24260      Branch: perl
24261            ! lib/Cwd.pm
24262 ____________________________________________________________________________
24263 [ 12115] By: jhi                                   on 2001/09/21  17:19:03
24264         Log: Subject: [PATCH @12110] RE: Untested libraries update
24265              From: "Paul Marquess" <Paul_Marquess@Yahoo.co.uk>
24266              Date: Fri, 21 Sep 2001 18:21:07 +0100
24267              Message-ID: <AIEAJICLCBDNAAOLLOKLOEENDAAA.Paul_Marquess@Yahoo.co.uk>
24268      Branch: perl
24269            ! lib/warnings/register.pm
24270 ____________________________________________________________________________
24271 [ 12114] By: jhi                                   on 2001/09/21  17:09:52
24272         Log: Subject: Re: And now the Cwd problem (was Re: chdir.t problem...)
24273              From: Michael G Schwern <schwern@pobox.com>
24274              Date: Thu, 20 Sep 2001 22:54:02 -0400
24275              Message-ID: <20010920225402.A3611@blackrider>
24276      Branch: perl
24277            ! lib/Cwd.pm
24278 ____________________________________________________________________________
24279 [ 12113] By: ams                                   on 2001/09/21  17:08:24
24280         Log: Subject: [PATCH] avoid v-strings with require/use
24281              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
24282              Date: Fri, 21 Sep 2001 12:34:40 -0400
24283              Message-Id: <20010921123440.A148500@linguist.thayer.dartmouth.edu>
24284      Branch: perl
24285            ! ext/ByteLoader/bytecode.h ext/Data/Dumper/Dumper.pm
24286            ! ext/Devel/DProf/DProf.pm ext/IO/lib/IO/Dir.pm
24287            ! ext/IO/lib/IO/File.pm ext/IO/lib/IO/Handle.pm
24288            ! ext/IO/lib/IO/Pipe.pm ext/IO/lib/IO/Seekable.pm
24289            ! ext/Opcode/Opcode.pm lib/AnyDBM_File.pm lib/AutoLoader.pm
24290            ! lib/AutoSplit.pm lib/Class/Struct.pm lib/Cwd.pm
24291            ! lib/Dumpvalue.pm lib/ExtUtils/Command.pm
24292            ! lib/ExtUtils/Install.pm lib/ExtUtils/Installed.pm
24293            ! lib/ExtUtils/Liblist.pm lib/ExtUtils/Mksymlists.pm
24294            ! lib/ExtUtils/Packlist.pm lib/Fatal.pm lib/File/Basename.pm
24295            ! lib/File/CheckTree.pm lib/File/Compare.pm lib/File/Copy.pm
24296            ! lib/File/Find.pm lib/File/Path.pm lib/File/stat.pm
24297            ! lib/FileHandle.pm lib/Math/Trig.pm lib/Net/Ping.pm
24298            ! lib/Net/hostent.pm lib/Net/netent.pm lib/Net/protoent.pm
24299            ! lib/Net/servent.pm lib/Shell.pm lib/Tie/Array.pm
24300            ! lib/Tie/Handle.pm lib/Time/Local.pm lib/Time/gmtime.pm
24301            ! lib/Time/localtime.pm lib/User/grent.pm lib/base.pm
24302            ! lib/diagnostics.pm lib/fields.pm lib/vars.pm
24303            ! pod/perl56delta.pod pod/perlfunc.pod pp_ctl.c utils/pl2pm.PL
24304 ____________________________________________________________________________
24305 [ 12110] By: jhi                                   on 2001/09/21  13:59:13
24306         Log: Update Changes.
24307      Branch: perl
24308            ! Changes patchlevel.h
24309 ____________________________________________________________________________
24310 [ 12109] By: jhi                                   on 2001/09/21  13:44:43
24311         Log: Make AIX and Tru64 compilers happy.  
24312      Branch: perl
24313            ! ext/threads/threads.h ext/threads/threads.xs
24314 ____________________________________________________________________________
24315 [ 12108] By: jhi                                   on 2001/09/21  12:16:27
24316         Log: Subject: [PATCH] Re: [ID 20010920.007] q and qq does not work after do
24317              From: rgarciasuarez@free.fr (Rafael Garcia-Suarez)
24318              Date: 21 Sep 2001 09:16:37 -0000
24319              Message-Id: <slrn9qm1ca.h6b.rgarciasuarez@rafael.kazibao.net>
24320      Branch: perl
24321            ! toke.c
24322 ____________________________________________________________________________
24323 [ 12107] By: jhi                                   on 2001/09/21  12:14:41
24324         Log: Subject: [PATCH pp_sys.c] pp_chdir Win32 fix
24325              From: Michael G Schwern <schwern@pobox.com>
24326              Date: Thu, 20 Sep 2001 21:21:34 -0400
24327              Message-ID: <20010920212134.Y28291@blackrider>
24328      Branch: perl
24329            ! pp_sys.c
24330 ____________________________________________________________________________
24331 [ 12106] By: jhi                                   on 2001/09/21  12:12:09
24332         Log: Subject: Re: GDB Debugging Macros from mod_perl
24333              From: rspier@pobox.com (Robert Spier)
24334              Date: Thu, 20 Sep 2001 22:45:03 -0700
24335              Message-ID: <15274.54239.413929.49430@rls.cx>
24336      Branch: perl
24337            ! pod/perltodo.pod
24338 ____________________________________________________________________________
24339 [ 12105] By: sky                                   on 2001/09/21  10:33:34
24340         Log: Fixed bug where Time::HiRes::time returned time adjusted to 
24341              timezone! GetSystemTime should be available on all Win32 
24342              platforms we support. Perhaps Time::HiRes should be extended to
24343              support WinCE and Novell?
24344      Branch: perl
24345            ! ext/Time/HiRes/HiRes.xs
24346 ____________________________________________________________________________
24347 [ 12104] By: sky                                   on 2001/09/21  08:12:39
24348         Log: Attempt to fix solaris issue raised by Andy Dougherty.  
24349      Branch: perl
24350            ! ext/threads/threads.h ext/threads/threads.xs
24351 ____________________________________________________________________________
24352 [ 12103] By: sky                                   on 2001/09/21  07:57:41
24353         Log: Rename the *thread* functions to Perl_* to avoid clashes.
24354              Notably on AIX but could become a problem on other platforms.
24355      Branch: perl
24356            ! ext/threads/threads.h ext/threads/threads.xs
24357 ____________________________________________________________________________
24358 [ 12102] By: sky                                   on 2001/09/21  07:35:30
24359         Log: Add the shared sv space to the global vars.
24360              Fix problems compiling on win32.
24361      Branch: perl
24362            ! embedvar.h ext/threads/threads.xs perlapi.h perlvars.h
24363            ! sharedsv.c sharedsv.h
24364 ____________________________________________________________________________
24365 [ 12101] By: ams                                   on 2001/09/21  00:19:55
24366         Log: Subject: [PATCH] win32/Makefile warning fix
24367              From: Blair Zajac <blair@orcaware.com>
24368              Date: Thu, 20 Sep 2001 18:15:43 -0700
24369              Message-Id: <3BAA94BF.FFD5FC3A@orcaware.com>
24370      Branch: perl
24371            ! win32/Makefile
24372 ____________________________________________________________________________
24373 [ 12100] By: jhi                                   on 2001/09/20  21:57:04
24374         Log: Subject: [PATCH bleadperl] Command.t patch had some errors... sorry.
24375              From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu>
24376              Date: Thu, 20 Sep 2001 18:36:22 +0200
24377              Message-ID: <549856591.20010920183622@tesla.rcub.bg.ac.yu>
24378      Branch: perl
24379            ! lib/ExtUtils/Command.t
24380 ____________________________________________________________________________
24381 [ 12099] By: jhi                                   on 2001/09/20  21:53:00
24382         Log: Cant spl wirth a dam.
24383      Branch: perl
24384            ! intrpvar.h
24385 ____________________________________________________________________________
24386 [ 12098] By: jhi                                   on 2001/09/20  21:52:24
24387         Log: Don't use C++ comments.
24388      Branch: perl
24389            ! ext/threads/threads.xs
24390 ____________________________________________________________________________
24391 [ 12097] By: ams                                   on 2001/09/20  21:42:07
24392         Log: Change #12044 didn't.
24393      Branch: perl
24394            ! lib/constant.pm
24395 ____________________________________________________________________________
24396 [ 12096] By: jhi                                   on 2001/09/20  13:38:44
24397         Log: Metaconfig unit changes for #12095.
24398      Branch: metaconfig
24399            ! U/modified/Myinit.U U/modified/libs.U
24400 ____________________________________________________________________________
24401 [ 12095] By: jhi                                   on 2001/09/20  13:38:22
24402         Log: Remove iconv references since we are not using it
24403              and not going to; regen perltoc, perlmodlib.
24404              (Some references still linger in perltoc, have to figure
24405              out where they are coming from.)
24406      Branch: perl
24407            ! Configure NetWare/config.wc NetWare/config_H.wc
24408            ! Porting/Glossary Porting/config.sh Porting/config_H
24409            ! config_h.SH configure.com epoc/config.sh perl.h
24410            ! pod/perlmodlib.pod pod/perltoc.pod uconfig.h uconfig.sh
24411            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
24412            ! vos/config.ga.h win32/config.bc win32/config.gc
24413            ! win32/config.vc win32/config_H.bc win32/config_H.gc
24414            ! win32/config_H.vc wince/config.ce wince/config.h
24415            ! wince/config_H.ce
24416 ____________________________________________________________________________
24417 [ 12094] By: jhi                                   on 2001/09/20  12:49:17
24418         Log: Subject: [PATCH docs] Re: ARGV and read
24419              From: Dave Mitchell <davem@fdgroup.co.uk>
24420              Date: Thu, 20 Sep 2001 13:21:31 +0100 (BST)
24421              Message-Id: <200109201221.NAA04258@gizmo.fdgroup.co.uk>
24422      Branch: perl
24423            ! pod/perltodo.pod pod/perlvar.pod
24424 ____________________________________________________________________________
24425 [ 12093] By: jhi                                   on 2001/09/20  12:45:35
24426         Log: Fresh copies from the cvs.perl.org perlfaq repository.
24427      Branch: perl
24428            ! pod/perlfaq.pod pod/perlfaq1.pod pod/perlfaq2.pod
24429            ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq5.pod
24430            ! pod/perlfaq6.pod pod/perlfaq7.pod pod/perlfaq8.pod
24431            ! pod/perlfaq9.pod
24432 ____________________________________________________________________________
24433 [ 12092] By: jhi                                   on 2001/09/20  12:32:44
24434         Log: Subject: [PATCH] Re: n questions (was Re: 4 questions about pack/unpack)        
24435              From: Nicholas Clark <nick@ccl4.org>
24436              Date: Thu, 20 Sep 2001 14:27:08 +0100
24437              Message-ID: <20010920142708.X4971@plum.flirble.org>
24438      Branch: perl
24439            ! pp_pack.c t/op/pack.t
24440 ____________________________________________________________________________
24441 [ 12091] By: jhi                                   on 2001/09/20  12:16:50
24442         Log: The sharedsv_space* are variables, not code.  Duh.
24443      Branch: perl
24444            ! intrpvar.h makedef.pl
24445 ____________________________________________________________________________
24446 [ 12090] By: ams                                   on 2001/09/20  11:26:06
24447         Log: Subject: [patch lib/lib_pm.PL]
24448              From: Stas Bekman <stas@stason.org>
24449              Date: Thu, 20 Sep 2001 18:48:53 +0800
24450              Message-Id: <3BA9C995.6010302@stason.org>
24451              (Applied by hand.)
24452      Branch: perl
24453            ! lib/lib_pm.PL
24454 ____________________________________________________________________________
24455 [ 12089] By: jhi                                   on 2001/09/20  01:36:23
24456         Log: Only 21 tests, skipping or not.
24457      Branch: perl
24458            ! lib/ExtUtils/Command.t
24459 ____________________________________________________________________________
24460 [ 12088] By: jhi                                   on 2001/09/19  18:54:37
24461         Log: New exported symbols.
24462      Branch: perl
24463            ! makedef.pl
24464 ____________________________________________________________________________
24465 [ 12087] By: jhi                                   on 2001/09/19  13:45:59
24466         Log: Update Changes.
24467      Branch: perl
24468            ! Changes patchlevel.h
24469 ____________________________________________________________________________
24470 [ 12086] By: jhi                                   on 2001/09/19  13:02:58
24471         Log: Correct numbering of the tests is useful.
24472      Branch: perl
24473            ! ext/threads/t/basic.t
24474 ____________________________________________________________________________
24475 [ 12085] By: jhi                                   on 2001/09/19  12:11:15
24476         Log: More tests now too.
24477      Branch: perl
24478            ! lib/ExtUtils/Command.t
24479 ____________________________________________________________________________
24480 [ 12084] By: jhi                                   on 2001/09/19  12:08:33
24481         Log: More tests now.
24482      Branch: perl
24483            ! ext/threads/t/basic.t
24484 ____________________________________________________________________________
24485 [ 12083] By: jhi                                   on 2001/09/19  11:35:55
24486         Log: The test assumed 7-bit ASCII.  Now it "just"
24487              assumes 8-bit whatever.
24488      Branch: perl
24489            ! t/op/crypt.t
24490 ____________________________________________________________________________
24491 [ 12082] By: jhi                                   on 2001/09/19  11:19:56
24492         Log: Subject: Re: [PATCH] Smoke 12057 /pro/3gl/CPAN/perl-current
24493              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
24494              Date: Wed, 19 Sep 2001 11:45:28 +0200
24495              Message-Id: <20010919110037.19C7.H.M.BRAND@hccnet.nl>
24496              
24497              Lvalue casts are not portable.
24498      Branch: perl
24499            ! ext/threads/threads.xs
24500 ____________________________________________________________________________
24501 [ 12081] By: sky                                   on 2001/09/19  10:17:52
24502         Log: Make the basic test contain only realy basic API tests
24503              Seems to be a problem with detach.
24504      Branch: perl
24505            ! ext/threads/t/basic.t
24506 ____________________________________________________________________________
24507 [ 12080] By: ams                                   on 2001/09/19  01:23:55
24508         Log: Subject: [PATCH] Syncing with Test::Simple 0.19
24509              From: Michael G Schwern <schwern@pobox.com>
24510              Date: Tue, 18 Sep 2001 19:53:48 -0400
24511              Message-Id: <20010918195348.M585@blackrider>
24512              
24513              Subject: [REPATCH] Re: [PATCH lib/Test/More.pm] Stray newline confusing t/TEST
24514              From: Michael G Schwern <schwern@pobox.com>
24515              Date: Tue, 18 Sep 2001 22:07:13 -0400
24516              Message-Id: <20010918220713.B19616@blackrider>
24517      Branch: perl
24518            ! lib/Test/More.pm lib/Test/Simple.pm lib/Test/Simple/Changes
24519            ! lib/Test/Simple/t/exit.t lib/Test/Simple/t/extra.t
24520            ! lib/Test/Simple/t/fail-more.t lib/Test/Simple/t/fail.t
24521            ! lib/Test/Simple/t/missing.t lib/Test/Simple/t/todo.t
24522            ! lib/Test/Tutorial.pod
24523 ____________________________________________________________________________
24524 [ 12079] By: jhi                                   on 2001/09/19  00:19:45
24525         Log: Indent the test a bit.
24526      Branch: perl
24527            ! ext/threads/t/basic.t
24528 ____________________________________________________________________________
24529 [ 12078] By: jhi                                   on 2001/09/18  22:54:21
24530         Log: Subject: [PATCH bleadperl] added tainting for getcwd for Win32
24531              From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu>
24532              Date: Tue, 18 Sep 2001 18:06:44 +0200
24533              Message-ID: <11018348611.20010918180644@tesla.rcub.bg.ac.yu>
24534      Branch: perl
24535            ! win32/win32.c
24536 ____________________________________________________________________________
24537 [ 12077] By: jhi                                   on 2001/09/18  22:52:24
24538         Log: Subject: stat access time is wrong on Win95
24539              From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu>
24540              Date: Tue, 18 Sep 2001 21:59:24 +0200
24541              Message-ID: <413158386.20010918215924@tesla.rcub.bg.ac.yu>
24542      Branch: perl
24543            ! lib/ExtUtils/Command.pm lib/ExtUtils/Command.t
24544 ____________________________________________________________________________
24545 [ 12076] By: ams                                   on 2001/09/18  22:11:25
24546         Log: Subject: [PATCH] Re: [PATCH] t/op/crypt.t
24547              From: Michael G Schwern <schwern@pobox.com>
24548              Date: Tue, 18 Sep 2001 18:47:14 -0400
24549              Message-Id: <20010918184714.I585@blackrider>
24550      Branch: perl
24551            ! t/op/crypt.t
24552 ____________________________________________________________________________
24553 [ 12075] By: sky                                   on 2001/09/18  19:29:37
24554         Log: two test failures
24555              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
24556              Message-ID: <20010918221702.A17408@rafael>
24557              partly applied, #12074 already fixed half the patch
24558      Branch: perl
24559            ! ext/threads/t/basic.t
24560 ____________________________________________________________________________
24561 [ 12074] By: sky                                   on 2001/09/18  18:49:03
24562         Log: Fixes test case failure introduced by #12071, the warning is
24563              now correctly spelled :-)
24564      Branch: perl
24565            ! ext/IO/lib/IO/t/io_sel.t
24566 ____________________________________________________________________________
24567 [ 12073] By: sky                                   on 2001/09/18  18:46:22
24568         Log: Make the test behave properly!
24569      Branch: perl
24570            ! ext/threads/t/basic.t
24571 ____________________________________________________________________________
24572 [ 12072] By: ams                                   on 2001/09/18  18:44:59
24573         Log: OP_RCATLINE is an SVOP, not a BASEOP.
24574      Branch: perl
24575            ! opcode.h opcode.pl
24576 ____________________________________________________________________________
24577 [ 12071] By: ams                                   on 2001/09/18  18:06:27
24578         Log: Deprecate != Depreciate.
24579      Branch: perl
24580            ! ext/IO/lib/IO/Handle.pm ext/IO/lib/IO/Select.pm
24581            ! lib/Pod/ParseUtils.pm
24582 ____________________________________________________________________________
24583 [ 12070] By: ams                                   on 2001/09/18  15:14:58
24584         Log: Subject: [PATCH] Getopt::Std cleanup
24585              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
24586              Date: Tue, 18 Sep 2001 17:32:13 +0200
24587              Message-Id: <20010918173213.C777@rafael>
24588      Branch: perl
24589            ! lib/Getopt/Std.pm lib/Getopt/Std.t
24590 ____________________________________________________________________________
24591 [ 12069] By: sky                                   on 2001/09/18  14:56:33
24592         Log: Forgot the makefile
24593      Branch: perl
24594            + ext/threads/Makefile.PL
24595 ____________________________________________________________________________
24596 [ 12068] By: sky                                   on 2001/09/18  14:13:26
24597         Log: Adds the thread 0.05 module. It is now moved to the core from CPAN.
24598              The test will fail because of Test.pm not knowing about threads. 
24599              basic needs to be manually tested
24600              compile time warnings on IV2PTR conversions need to be fixed
24601      Branch: perl
24602            + ext/threads/Changes ext/threads/README ext/threads/t/basic.t
24603            + ext/threads/threads.h ext/threads/threads.pm
24604            + ext/threads/threads.xs
24605            ! MANIFEST
24606 ____________________________________________________________________________
24607 [ 12067] By: jhi                                   on 2001/09/18  11:51:08
24608         Log: DJGPP tweak from Laszlo Molnar.
24609      Branch: perl
24610            ! djgpp/config.over
24611 ____________________________________________________________________________
24612 [ 12066] By: sky                                   on 2001/09/18  10:24:31
24613         Log: Changed how ownership of mutexes are held. We never hold a mutex only a slot indicating that we own the lock.
24614      Branch: perl
24615            ! sharedsv.c sharedsv.h
24616 ____________________________________________________________________________
24617 [ 12065] By: jhi                                   on 2001/09/18  00:00:09
24618         Log: Strip ^iso- from the Encode filenames to be 8.3-friendly,
24619              ditto ^cns.
24620      Branch: perl
24621            + ext/Encode/Encode/11643-1.enc ext/Encode/Encode/11643-2.enc
24622            + ext/Encode/Encode/2022-cn.enc ext/Encode/Encode/2022-jp.enc
24623            + ext/Encode/Encode/2022-jp1.enc ext/Encode/Encode/2022-jp2.enc
24624            + ext/Encode/Encode/2022-kr.enc ext/Encode/Encode/2022.enc
24625            + ext/Encode/Encode/8859-1.enc ext/Encode/Encode/8859-1.ucm
24626            + ext/Encode/Encode/8859-10.enc ext/Encode/Encode/8859-10.ucm
24627            + ext/Encode/Encode/8859-11.enc ext/Encode/Encode/8859-11.ucm
24628            + ext/Encode/Encode/8859-13.enc ext/Encode/Encode/8859-13.ucm
24629            + ext/Encode/Encode/8859-14.enc ext/Encode/Encode/8859-14.ucm
24630            + ext/Encode/Encode/8859-15.enc ext/Encode/Encode/8859-15.ucm
24631            + ext/Encode/Encode/8859-16.enc ext/Encode/Encode/8859-16.ucm
24632            + ext/Encode/Encode/8859-2.enc ext/Encode/Encode/8859-2.ucm
24633            + ext/Encode/Encode/8859-3.enc ext/Encode/Encode/8859-3.ucm
24634            + ext/Encode/Encode/8859-4.enc ext/Encode/Encode/8859-4.ucm
24635            + ext/Encode/Encode/8859-5.enc ext/Encode/Encode/8859-5.ucm
24636            + ext/Encode/Encode/8859-6.enc ext/Encode/Encode/8859-6.ucm
24637            + ext/Encode/Encode/8859-7.enc ext/Encode/Encode/8859-7.ucm
24638            + ext/Encode/Encode/8859-8.enc ext/Encode/Encode/8859-8.ucm
24639            + ext/Encode/Encode/8859-9.enc ext/Encode/Encode/8859-9.ucm
24640            + ext/Encode/Encode/ir-197.enc
24641            - ext/Encode/Encode/cns11643-1.enc
24642            - ext/Encode/Encode/cns11643-2.enc
24643            - ext/Encode/Encode/iso2022-cn.enc
24644            - ext/Encode/Encode/iso2022-jp.enc
24645            - ext/Encode/Encode/iso2022-jp1.enc
24646            - ext/Encode/Encode/iso2022-jp2.enc
24647            - ext/Encode/Encode/iso2022-kr.enc ext/Encode/Encode/iso2022.enc
24648            - ext/Encode/Encode/iso8859-1.enc
24649            - ext/Encode/Encode/iso8859-1.ucm
24650            - ext/Encode/Encode/iso8859-10.enc
24651            - ext/Encode/Encode/iso8859-10.ucm
24652            - ext/Encode/Encode/iso8859-11.enc
24653            - ext/Encode/Encode/iso8859-11.ucm
24654            - ext/Encode/Encode/iso8859-13.enc
24655            - ext/Encode/Encode/iso8859-13.ucm
24656            - ext/Encode/Encode/iso8859-14.enc
24657            - ext/Encode/Encode/iso8859-14.ucm
24658            - ext/Encode/Encode/iso8859-15.enc
24659            - ext/Encode/Encode/iso8859-15.ucm
24660            - ext/Encode/Encode/iso8859-16.enc
24661            - ext/Encode/Encode/iso8859-16.ucm
24662            - ext/Encode/Encode/iso8859-2.enc
24663            - ext/Encode/Encode/iso8859-2.ucm
24664            - ext/Encode/Encode/iso8859-3.enc
24665            - ext/Encode/Encode/iso8859-3.ucm
24666            - ext/Encode/Encode/iso8859-4.enc
24667            - ext/Encode/Encode/iso8859-4.ucm
24668            - ext/Encode/Encode/iso8859-5.enc
24669            - ext/Encode/Encode/iso8859-5.ucm
24670            - ext/Encode/Encode/iso8859-6.enc
24671            - ext/Encode/Encode/iso8859-6.ucm
24672            - ext/Encode/Encode/iso8859-7.enc
24673            - ext/Encode/Encode/iso8859-7.ucm
24674            - ext/Encode/Encode/iso8859-8.enc
24675            - ext/Encode/Encode/iso8859-8.ucm
24676            - ext/Encode/Encode/iso8859-9.enc
24677            - ext/Encode/Encode/iso8859-9.ucm
24678            - ext/Encode/Encode/isoir-197.enc
24679            ! MANIFEST ext/Encode/Encode/Tcl.t ext/Encode/Makefile.PL
24680 ____________________________________________________________________________
24681 [ 12064] By: jhi                                   on 2001/09/17  23:53:38
24682         Log: Must Uppercase.
24683      Branch: perl
24684            ! ext/Encode/Encode.pm
24685 ____________________________________________________________________________
24686 [ 12063] By: jhi                                   on 2001/09/17  23:39:28
24687         Log: Add various encodings.
24688      Branch: perl
24689            + ext/Encode/Encode/iso8859-11.enc
24690            + ext/Encode/Encode/iso8859-11.ucm ext/Encode/Encode/koi8-f.enc
24691            + ext/Encode/Encode/koi8-f.ucm ext/Encode/Encode/koi8-u.enc
24692            + ext/Encode/Encode/koi8-u.ucm ext/Encode/Encode/nextstep.enc
24693            + ext/Encode/Encode/nextstep.ucm ext/Encode/Encode/roman8.enc
24694            + ext/Encode/Encode/roman8.ucm ext/Encode/Encode/viscii.enc
24695            + ext/Encode/Encode/viscii.ucm
24696            ! MANIFEST ext/Encode/Encode.pm
24697 ____________________________________________________________________________
24698 [ 12062] By: jhi                                   on 2001/09/17  22:48:21
24699         Log: lib/unicode relic.
24700      Branch: perl
24701            ! ext/Encode/compile
24702 ____________________________________________________________________________
24703 [ 12061] By: jhi                                   on 2001/09/17  20:50:16
24704         Log: Subject: [PATCH] Re: filename problems
24705              From: Michael G Schwern <schwern@pobox.com>
24706              Date: Mon, 17 Sep 2001 17:26:26 -0400
24707              Message-ID: <20010917172626.Q585@blackrider>
24708      Branch: perl
24709            + t/lib/sample-tests/head_end t/lib/sample-tests/head_fail
24710            - t/lib/sample-tests/header_at_end
24711            - t/lib/sample-tests/header_at_end_fail
24712            ! MANIFEST lib/Test/Harness/t/test-harness.t
24713 ____________________________________________________________________________
24714 [ 12060] By: jhi                                   on 2001/09/17  20:14:53
24715         Log: Explicitly explain the 1e9 seconds, not everybody
24716              is a C geek.
24717      Branch: perl
24718            ! ext/Time/HiRes/HiRes.pm
24719 ____________________________________________________________________________
24720 [ 12059] By: jhi                                   on 2001/09/17  20:07:20
24721         Log: Explain an apparent bug reported by
24722              Richard J. Barbalace <rjbarbal@MIT.EDU>,
24723              with additional explanation from Gisle Aas.
24724      Branch: perl
24725            ! ext/Time/HiRes/HiRes.pm
24726 ____________________________________________________________________________
24727 [ 12058] By: ams                                   on 2001/09/17  19:52:01
24728         Log: Subject: [PATCH t/lib/warnings/pp, t/lib/warnings/op] new tests
24729              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
24730              Date: Mon, 17 Sep 2001 22:48:05 +0200
24731              Message-Id: <20010917224805.C11744@rafael>
24732      Branch: perl
24733            ! t/lib/warnings/op t/lib/warnings/pp
24734 ____________________________________________________________________________
24735 [ 12057] By: ams                                   on 2001/09/17  16:51:18
24736         Log: Its a nit!
24737      Branch: perl
24738            ! sv.h
24739 ____________________________________________________________________________
24740 [ 12056] By: ams                                   on 2001/09/17  16:47:55
24741         Log: Subject: [PATCH perl@12023] waitpid enhancements for VMS
24742              From: "Craig A. Berry" <craigberry@mac.com>
24743              Date: Mon, 17 Sep 2001 12:34:20 -0500
24744              Message-Id: <5.1.0.14.0.20010916222208.0469cdf8@exchi01>
24745      Branch: perl
24746            ! vms/vms.c
24747 ____________________________________________________________________________
24748 [ 12055] By: ams                                   on 2001/09/17  16:05:15
24749         Log: Subject: [PATCH] Make CPAN.pm use Digest::MD5
24750              From: Gisle Aas <gisle@ActiveState.com>
24751              Date: 16 Apr 2001 16:20:34 -0700
24752              Message-ID: <lrlmp0sa7x.fsf@caliper.ActiveState.com>
24753              (Applied by hand.)
24754      Branch: perl
24755            ! lib/CPAN.pm lib/CPAN/Nox.pm
24756 ____________________________________________________________________________
24757 [ 12054] By: jhi                                   on 2001/09/17  14:06:26
24758         Log: Update Changes.
24759      Branch: perl
24760            ! Changes patchlevel.h
24761 ____________________________________________________________________________
24762 [ 12053] By: jhi                                   on 2001/09/17  13:45:26
24763         Log: Adding new files to the MANIFEST is always nice.
24764      Branch: perl
24765            ! MANIFEST
24766 ____________________________________________________________________________
24767 [ 12052] By: jhi                                   on 2001/09/17  13:12:31
24768         Log: Reindent the PerlIO files (suggested by NI-S), used
24769              indent -kr -nce -psl -sc -TSV -TAV -THV -TGV -TIV -TUV -TNV -TMAGIC -TFILE -TPerlIO -TPerlIO_list_t -TPerlIO_funcs -TPerlIO_pair_t
24770              (GNU indent).  Note that wholesale re-indenting might
24771              be nice, but that would break nice formatting/alignment
24772              of assignments, equality testing, and complex boolean
24773              expressions with lots of &s and |s.
24774      Branch: perl
24775            ! perlio.c perlio.h perliol.h
24776 ____________________________________________________________________________
24777 [ 12051] By: jhi                                   on 2001/09/17  12:55:53
24778         Log: Add a script for being 8.3-polite.
24779              The found conflicts are being worked on.
24780      Branch: perl
24781            + check83.pl
24782            ! MANIFEST Porting/pumpkin.pod
24783 ____________________________________________________________________________
24784 [ 12050] By: sky                                   on 2001/09/17  12:44:36
24785         Log: Fixes coredump introduced by 11755 and 11790. Thanks to Doug for
24786              finding it.
24787      Branch: perl
24788            ! sv.c
24789 ____________________________________________________________________________
24790 [ 12049] By: jhi                                   on 2001/09/17  11:55:07
24791         Log: Bump up versions because of #12041.
24792      Branch: perl
24793            ! ext/Devel/DProf/DProf.pm ext/IO/lib/IO/File.pm
24794            ! ext/IO/lib/IO/Pipe.pm lib/Fatal.pm lib/Time/gmtime.pm
24795            ! lib/Time/localtime.pm
24796 ____________________________________________________________________________
24797 [ 12048] By: jhi                                   on 2001/09/17  11:51:54
24798         Log: Bump the version number because of #12042.
24799      Branch: perl
24800            ! lib/CPAN/FirstTime.pm
24801 ____________________________________________________________________________
24802 [ 12047] By: ams                                   on 2001/09/17  11:21:40
24803         Log: Subject: Re: [PATCH] turn $a.=<F> into an RCATLINE
24804              From: Abhijit Menon-Sen <ams@wiw.org>
24805              Date: Mon, 17 Sep 2001 17:44:12 +0530
24806              Message-Id: <20010917174412.B7058@lustre.dyn.wiw.org>
24807      Branch: perl
24808            ! op.c
24809 ____________________________________________________________________________
24810 [ 12046] By: sky                                   on 2001/09/17  07:14:17
24811         Log: Subject: Re: t/op/ver.t using skip() improperly
24812              From: "chromatic" <chromatic@rmci.net>
24813              Date: Mon, 17 Sep 2001 00:22:29 -0600
24814              Message-ID: <20010917062713.47716.qmail@onion.perl.org>
24815      Branch: perl
24816            ! t/op/ver.t
24817 ____________________________________________________________________________
24818 [ 12045] By: nick                                  on 2001/09/17  07:12:14
24819         Log: Integrate mainline
24820      Branch: perlio
24821           +> t/op/chdir.t
24822           !> (integrate 117 files)
24823 ____________________________________________________________________________
24824 [ 12044] By: ams                                   on 2001/09/17  05:49:53
24825         Log: Subject: [PATCH lib/constant.pm] Major POD rewrite of constant.pm
24826              From: Ilmari Karonen <iltzu@sci.fi>
24827              Date: Mon, 17 Sep 2001 00:47:57 +0300 (EET DST)
24828              Message-Id: <Pine.SOL.3.96.1010917002916.13210A-100000@simpukka>
24829              (And $VERSION = '1.05'.)
24830      Branch: perl
24831            ! lib/constant.pm
24832 ____________________________________________________________________________
24833 [ 12043] By: ams                                   on 2001/09/17  05:44:50
24834         Log: Subject: Re: [BUG?] chdir(undef) == chdir() probably a bug
24835              From: Michael G Schwern <schwern@pobox.com>
24836              Date: Mon, 17 Sep 2001 07:49:04 +0200
24837              Message-Id: <20010917074904.V1588@blackrider>
24838              (Applied with tweaks to chdir.t and pp_sys.c hunks.)
24839      Branch: perl
24840            + t/op/chdir.t
24841            ! MANIFEST pp_sys.c
24842 ____________________________________________________________________________
24843 [ 12042] By: jhi                                   on 2001/09/17  02:54:13
24844         Log: Subject: Re: CPAN.pm needs some hacking 
24845              From: "chromatic" <chromatic@rmci.net>
24846              Date: Sun, 16 Sep 2001 16:46:29 -0600
24847              Message-ID: <20010916225113.5606.qmail@onion.perl.org>
24848      Branch: perl
24849            ! lib/CPAN/FirstTime.pm
24850 ____________________________________________________________________________
24851 [ 12041] By: jhi                                   on 2001/09/16  20:43:15
24852         Log: Change use|require 5.005_64 to use|require 5.6.1.
24853      Branch: perl
24854            ! ext/Data/Dumper/Dumper.pm ext/Devel/DProf/DProf.pm
24855            ! ext/IO/lib/IO/File.pm ext/IO/lib/IO/Handle.pm
24856            ! ext/IO/lib/IO/Pipe.pm ext/IO/lib/IO/Seekable.pm
24857            ! ext/Opcode/Opcode.pm lib/AnyDBM_File.pm lib/AutoSplit.pm
24858            ! lib/Class/Struct.pm lib/Dumpvalue.pm lib/ExtUtils/Command.pm
24859            ! lib/ExtUtils/Install.pm lib/ExtUtils/Installed.pm
24860            ! lib/ExtUtils/Liblist.pm lib/ExtUtils/Mksymlists.pm
24861            ! lib/ExtUtils/Packlist.pm lib/Fatal.pm lib/FileHandle.pm
24862            ! lib/Math/Trig.pm lib/Net/Ping.pm lib/Net/hostent.pm
24863            ! lib/Net/netent.pm lib/Net/protoent.pm lib/Net/servent.pm
24864            ! lib/Shell.pm lib/Tie/Array.pm lib/Tie/Handle.pm
24865            ! lib/Time/gmtime.pm lib/Time/localtime.pm lib/User/grent.pm
24866            ! lib/base.pm lib/fields.pm
24867 ____________________________________________________________________________
24868 [ 12040] By: jhi                                   on 2001/09/16  20:36:58
24869         Log: Bump up version numbers.
24870              
24871              TODO 1: double check that pre-5.6.1 CPAN.pm:s
24872              don't try to download 5.8.0 because of the
24873              version numbers.  Mainly this means using _00
24874              in the core version numbers.
24875              
24876              TODO 2: the "use 5.005_64" in many modules
24877              needs to be changed to, say, "use 5.6.1".
24878      Branch: perl
24879            ! ext/B/B/Assembler.pm ext/Data/Dumper/Dumper.pm
24880            ! lib/AutoLoader.pm lib/AutoSplit.pm lib/CPAN.pm
24881            ! lib/ExtUtils/Embed.pm lib/ExtUtils/Install.pm
24882            ! lib/ExtUtils/Installed.pm lib/ExtUtils/Manifest.pm
24883            ! lib/File/Basename.pm lib/File/Copy.pm lib/File/Find.pm
24884            ! lib/File/Path.pm lib/File/Spec.pm lib/File/Spec/Functions.pm
24885            ! lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
24886            ! lib/File/Spec/Win32.pm lib/FindBin.pm lib/Pod/Checker.pm
24887            ! lib/Pod/Find.pm lib/SelfLoader.pm lib/Shell.pm
24888            ! lib/Tie/Handle.pm lib/blib.pm lib/diagnostics.pm
24889            ! vms/ext/DCLsym/DCLsym.pm vms/ext/Stdio/Stdio.pm
24890 ____________________________________________________________________________
24891 [ 12039] By: jhi                                   on 2001/09/16  19:23:07
24892         Log: Use UCHARAT() as suggested by Inaba Hiroto.
24893      Branch: perl
24894            ! regexec.c
24895 ____________________________________________________________________________
24896 [ 12038] By: ams                                   on 2001/09/16  15:16:24
24897         Log: Subject: [PATCH] Re: Core module version numbers review
24898              From: Peter Scott <Peter@PSDT.com>
24899              Date: Sun, 16 Sep 2001 09:09:58 -0700
24900              Message-Id: <4.3.2.7.2.20010916090716.00b452a0@mail.webquarry.com>
24901      Branch: perl
24902            ! lib/perl5db.pl
24903 ____________________________________________________________________________
24904 [ 12037] By: jhi                                   on 2001/09/16  14:27:54
24905         Log: Supply more details on how lc/uc/lcfirst/ucfirst are
24906              not yet fully implemented.
24907      Branch: perl
24908            ! pod/perlfunc.pod pod/perlunicode.pod
24909 ____________________________________________________________________________
24910 [ 12036] By: jhi                                   on 2001/09/15  23:13:12
24911         Log: Subject: [patch] plug PL_beginav_save leak
24912              From: Doug MacEachern <dougm@covalent.net>
24913              Date: Sat, 15 Sep 2001 17:02:18 -0700 (PDT)
24914              Message-ID: <Pine.LNX.4.21.0109151659060.6089-100000@mako.covalent.net>
24915      Branch: perl
24916            ! perl.c
24917 ____________________________________________________________________________
24918 [ 12035] By: jhi                                   on 2001/09/15  23:12:28
24919         Log: (accidentally empty checkin)
24920      Branch: perl
24921            ! sv.c
24922 ____________________________________________________________________________
24923 [ 12034] By: jhi                                   on 2001/09/15  23:08:09
24924         Log: Subject: [patch] ithreads+PL_beginav_save
24925              From: Doug MacEachern <dougm@covalent.net>
24926              Date: Sat, 15 Sep 2001 16:53:01 -0700 (PDT)
24927              Message-ID: <Pine.LNX.4.21.0109151651050.6089-100000@mako.covalent.net>
24928      Branch: perl
24929            ! sv.c
24930 ____________________________________________________________________________
24931 [ 12033] By: jhi                                   on 2001/09/15  23:07:19
24932         Log: Subject: [PATCH] h2xs.PL with C::Scan
24933              From: Tim Jenness <t.jenness@jach.hawaii.edu>
24934              Date: Sat, 15 Sep 2001 13:41:28 -1000 (HST)
24935              Message-ID: <Pine.LNX.4.33.0109151338560.3075-100000@lapaki>
24936      Branch: perl
24937            ! utils/h2xs.PL
24938 ____________________________________________________________________________
24939 [ 12032] By: jhi                                   on 2001/09/15  18:43:20
24940         Log: Elaborate (well, make more vague, really) #12030.
24941      Branch: perl
24942            ! pod/perltodo.pod pod/perlunicode.pod
24943 ____________________________________________________________________________
24944 [ 12031] By: jhi                                   on 2001/09/15  18:37:07
24945         Log: Subject: [PATCH regexec.c] adding (U8) to case insensitive matching
24946              From: "Jeff 'japhy/Marillion' Pinyan" <jeffp@crusoe.net>
24947              Date: Fri, 14 Sep 2001 20:58:30 -0400 (EDT)
24948              Message-ID: <Pine.GSO.4.21.0109142057490.12393-100000@crusoe.crusoe.net>
24949      Branch: perl
24950            ! regexec.c
24951 ____________________________________________________________________________
24952 [ 12030] By: jhi                                   on 2001/09/15  17:15:40
24953         Log: Document that the lc(), uc(), lcfirst(), ucfirst()
24954              are not yet complete.
24955      Branch: perl
24956            ! pod/perltodo.pod pod/perlunicode.pod
24957 ____________________________________________________________________________
24958 [ 12029] By: jhi                                   on 2001/09/15  13:53:42
24959         Log: Document what's still to be done on the regular expression
24960              Unicode support, based on the UTR#18.
24961      Branch: perl
24962            ! pod/perltodo.pod pod/perlunicode.pod
24963 ____________________________________________________________________________
24964 [ 12028] By: jhi                                   on 2001/09/15  12:37:31
24965         Log: Regen headers.
24966      Branch: perl
24967            ! embedvar.h perlapi.h
24968 ____________________________________________________________________________
24969 [ 12027] By: jhi                                   on 2001/09/15  12:33:49
24970         Log: Subject: Re: [ID 20010815.012] Unfortunate interaction between -0 cmd line arg & (??{CODE}) regex 
24971              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
24972              Date: Sun, 09 Sep 2001 18:41:54 +0100
24973              Message-Id: <200109091741.f89HfsM18534@crypt.compulink.co.uk>
24974      Branch: perl
24975            ! Porting/findvars ext/ByteLoader/bytecode.h
24976            ! ext/Thread/Thread.xs mg.c op.c perl.c perl.h pp_ctl.c sv.c
24977            ! t/run/kill_perl.t thrdvar.h toke.c util.c wince/perldll.def
24978 ____________________________________________________________________________
24979 [ 12026] By: gsar                                  on 2001/09/15  04:04:04
24980         Log: enable most warnings for windows build; fix the various typecasting
24981              nits that showed up (no bugfixes here)
24982      Branch: maint-5.6/perl
24983            ! av.c cop.h doop.c dump.c ext/Devel/Peek/Peek.xs
24984            ! ext/POSIX/POSIX.xs gv.c hv.c mg.c op.c perl.c perl.h perly.c
24985            ! perly.y pp.c pp_ctl.c pp_hot.c pp_sys.c regcomp.c regexec.c
24986            ! sv.c toke.c universal.c utf8.c util.c vms/perly_c.vms
24987            ! win32/perllib.c win32/win32.c win32/win32.h win32/win32sck.c
24988            ! x2p/walk.c
24989 ____________________________________________________________________________
24990 [ 12025] By: jhi                                   on 2001/09/14  22:22:58
24991         Log: Integrate change #12024 from maintperl
24992              (a local() precedence bug)
24993      Branch: perl
24994           !> lib/ExtUtils/Install.pm
24995 ____________________________________________________________________________
24996 [ 12024] By: gsar                                  on 2001/09/14  22:11:06
24997         Log: fix local() precedence bug in change#8311, came into maint-5.6 as
24998              change#8642
24999      Branch: maint-5.6/perl
25000            ! lib/ExtUtils/Install.pm
25001 ____________________________________________________________________________
25002 [ 12023] By: jhi                                   on 2001/09/14  15:04:16
25003         Log: Update Changes.
25004      Branch: perl
25005            ! Changes patchlevel.h
25006 ____________________________________________________________________________
25007 [ 12022] By: jhi                                   on 2001/09/14  14:49:52
25008         Log: Subject: Re: [ID 20010911.001] Not OK: perl v5.7.2 +DEVEL11978 on
25009              From: "chromatic" <chromatic@rmci.net>
25010              Date: Fri, 14 Sep 2001 09:44:57 -0600 
25011              Message-ID: <20010914154936.70059.qmail@onion.perl.org>
25012      Branch: perl
25013            ! lib/ExtUtils/Manifest.t
25014 ____________________________________________________________________________
25015 [ 12021] By: jhi                                   on 2001/09/14  14:46:36
25016         Log: Hopefully better skipping of the Complete.t tests
25017              in case of not a tty. 
25018      Branch: perl
25019            ! lib/Term/Complete.t t/op/stat.t
25020 ____________________________________________________________________________
25021 [ 12020] By: jhi                                   on 2001/09/14  14:10:44
25022         Log: Subject: [PATCH regexec.c] more jumpables, and hit-bit bug
25023              From: "Jeff 'japhy/Marillion' Pinyan" <jeffp@crusoe.net>
25024              Date: Fri, 14 Sep 2001 09:58:24 -0400 (EDT)
25025              Message-ID: <Pine.GSO.4.21.0109140955250.12393-100000@crusoe.crusoe.net>     
25026      Branch: perl
25027            ! regexec.c t/op/pat.t
25028 ____________________________________________________________________________
25029 [ 12019] By: jhi                                   on 2001/09/14  14:02:59
25030         Log: Subject: Re: unterminated C<...> at line 426 in file perlport.pod
25031              From: Robin Barker <rmb1@cise.npl.co.uk>
25032              Date: Fri, 14 Sep 2001 16:01:11 +0100 (BST)
25033              Message-Id: <200109141501.QAA13044@tempest.npl.co.uk>
25034      Branch: perl
25035            ! pod/perlport.pod
25036 ____________________________________________________________________________
25037 [ 12018] By: jhi                                   on 2001/09/14  13:55:56
25038         Log: NetWare tweaks from Ananth Kesari.
25039      Branch: perl
25040            ! NetWare/NWUtil.c NetWare/Nwmain.c NetWare/Nwpipe.c
25041            ! NetWare/nwutil.h
25042 ____________________________________________________________________________
25043 [ 12017] By: jhi                                   on 2001/09/14  13:50:08
25044         Log: Subject: unterminated C<...> at line 426 in file perlport.pod
25045              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
25046              Date: Fri, 14 Sep 2001 10:51:13 +0200
25047              Message-Id: <20010914103300.4B59.H.M.BRAND@hccnet.nl>
25048      Branch: perl
25049            ! pod/perlport.pod
25050 ____________________________________________________________________________
25051 [ 12016] By: jhi                                   on 2001/09/14  13:28:08
25052         Log: Subject: Re: [PATCH 2 pl2pm.PL]
25053              From: Joe Smith <Joe.Smith@inwap.com>
25054              Date: Fri, 14 Sep 2001 00:13:32 -0700
25055              Message-Id: <3BA1AE1C.64313CEE@inwap.com>                 
25056              
25057              Eradicate qu.
25058      Branch: perl
25059            ! keywords.h keywords.pl utils/pl2pm.PL
25060 ____________________________________________________________________________
25061 [ 12015] By: jhi                                   on 2001/09/14  02:38:23
25062         Log: Retract #12013, didn't go over too well in Tru64.
25063      Branch: perl
25064            ! embed.h embed.pl sv.h
25065 ____________________________________________________________________________
25066 [ 12014] By: jhi                                   on 2001/09/14  02:31:05
25067         Log: Subject: [PATCH] Execute files of debugger commands
25068              From: Peter Scott <Peter@PSDT.com>
25069              Date: Thu, 13 Sep 2001 15:26:31 -0700
25070              Message-Id: <4.3.2.7.2.20010913115845.00b22100@mail.webquarry.com>
25071      Branch: perl
25072            ! lib/perl5db.pl pod/perldebug.pod
25073 ____________________________________________________________________________
25074 [ 12013] By: jhi                                   on 2001/09/14  02:25:05
25075         Log: (Retracted by #12015)
25076              Subject: [proposed PATCH] Re: perl@11920
25077              From: Nicholas Clark <nick@ccl4.org>
25078              Date: Wed, 12 Sep 2001 23:46:09 +0100
25079              Message-ID: <20010912234609.H4971@plum.flirble.org>     
25080      Branch: perl
25081            ! embed.h embed.pl sv.h
25082 ____________________________________________________________________________
25083 [ 12012] By: jhi                                   on 2001/09/14  02:12:02
25084         Log: ucblib shouldn't be linked against in nonstop-ux,
25085              from Tom Bates.
25086      Branch: perl
25087            ! hints/nonstopux.sh
25088 ____________________________________________________________________________
25089 [ 12011] By: jhi                                   on 2001/09/13  12:54:51
25090         Log: Do stty only if we have stty.
25091              
25092              TODO: non-UNIX platforms.  Solaris and /usr/ucb/stty?
25093      Branch: perl
25094            ! lib/Term/Complete.pm
25095 ____________________________________________________________________________
25096 [ 12010] By: jhi                                   on 2001/09/13  12:44:28
25097         Log: Skip the test if not running on a tty.
25098      Branch: perl
25099            ! lib/Term/Complete.t
25100 ____________________________________________________________________________
25101 [ 12009] By: jhi                                   on 2001/09/13  12:01:56
25102         Log: Regen headers.
25103      Branch: perl
25104            ! embed.h opcode.h pod/perlapi.pod proto.h
25105 ____________________________________________________________________________
25106 [ 12008] By: jhi                                   on 2001/09/12  17:51:32
25107         Log: Subject: [PATCH op.c] Re: perl@12003
25108              From: Robin Barker <rmb1@cise.npl.co.uk>
25109              Date: Wed, 12 Sep 2001 19:00:38 +0100 (BST)
25110              Message-Id: <200109121800.TAA05256@tempest.npl.co.uk>
25111      Branch: perl
25112            ! op.c
25113 ____________________________________________________________________________
25114 [ 12007] By: jhi                                   on 2001/09/12  17:49:39
25115         Log: Subject: [PATCH sv.c] may be uninitialized warning forperl@12003
25116              From: Robin Barker <rmb1@cise.npl.co.uk>
25117              Date: Wed, 12 Sep 2001 19:00:31 +0100 (BST)
25118              Message-Id: <200109121800.TAA05250@tempest.npl.co.uk>
25119      Branch: perl
25120            ! sv.c
25121 ____________________________________________________________________________
25122 [ 12006] By: jhi                                   on 2001/09/12  17:41:49
25123         Log: Upgrade to Memoize 0.66.
25124      Branch: perl
25125            ! lib/Memoize.pm lib/Memoize/AnyDBM_File.pm
25126            ! lib/Memoize/Expire.pm lib/Memoize/README lib/Memoize/TODO
25127            ! lib/Memoize/t/expire_module_t.t lib/Memoize/t/speed.t
25128 ____________________________________________________________________________
25129 [ 12005] By: jhi                                   on 2001/09/12  13:14:59
25130         Log: Subject: [ID 20010912.007] substr reference core dump
25131              From: me-01@ton.iguana.be
25132              Date: 12 Sep 2001 14:11:16 -0000
25133              Message-Id: <20010912141116.6058.qmail@quasar.home.lunix>
25134      Branch: perl
25135            ! mg.c
25136 ____________________________________________________________________________
25137 [ 12004] By: ams                                   on 2001/09/12  01:13:49
25138         Log: Subject: [PATCH perlfaq4.pod] Deobfuscate Fisher-Yates example code
25139              From: Ilmari Karonen <iltzu@sci.fi>
25140              Date: Tue, 11 Sep 2001 23:31:25 +0300 (EET DST)
25141              Message-Id: <Pine.SOL.3.96.1010911231925.688A-100000@simpukka>
25142      Branch: perl
25143            ! pod/perlfaq4.pod
25144 ____________________________________________________________________________
25145 [ 12003] By: jhi                                   on 2001/09/11  13:02:37
25146         Log: Update Changes.
25147      Branch: perl
25148            ! Changes patchlevel.h
25149 ____________________________________________________________________________
25150 [ 12002] By: jhi                                   on 2001/09/11  11:50:48
25151         Log: NetWare update from Ananth Kesari.
25152      Branch: perl
25153            ! NetWare/NWUtil.c NetWare/Nwmain.c NetWare/Nwpipe.c
25154            ! NetWare/config.wc NetWare/config_H.wc NetWare/nwutil.h
25155 ____________________________________________________________________________
25156 [ 12001] By: jhi                                   on 2001/09/11  11:40:51
25157         Log: Retract #11984: div() being redefined, and 1397
25158              failing on 64-bit platforms.
25159      Branch: perl
25160            ! lib/Math/BigInt/Calc.pm
25161 ____________________________________________________________________________
25162 [ 12000] By: jhi                                   on 2001/09/11  11:19:07
25163         Log: Metaconfig unit change for #11999.
25164      Branch: metaconfig
25165            ! U/protos/d_lseekproto.U
25166 ____________________________________________________________________________
25167 [ 11999] By: jhi                                   on 2001/09/11  11:18:36
25168         Log: The lseek fix (#11991) was no fix.
25169      Branch: perl
25170            ! Configure
25171 ____________________________________________________________________________
25172 [ 11998] By: sky                                   on 2001/09/11  07:52:06
25173         Log: Subject: [PATCH] Encode.pm add UCS-2 little endian support
25174              From: Matt Sergeant <MSergeant@star.net.uk>
25175              Date: Tue, 11 Sep 2001 09:22:32 +0100
25176              Message-ID: <315E8A8BF9D1D411AD3D00508BB1B0C004B9003C@UKS040>
25177      Branch: perl
25178            ! ext/Encode/Encode.pm
25179 ____________________________________________________________________________
25180 [ 11997] By: sky                                   on 2001/09/11  06:35:29
25181         Log: Sometimes dTHX is added because it is needed on non 
25182              gnuc platforms, but not needed there. This uses GCC
25183              to silence GCC specific warnings by marking pTHX as 
25184              unused.
25185      Branch: perl
25186            ! perl.h
25187 ____________________________________________________________________________
25188 [ 11996] By: nick                                  on 2001/09/11  06:25:27
25189         Log: Integrate mainline
25190      Branch: perlio
25191            - ext/POSIX/sigaction.t lib/File/Find/taint.t
25192           !> lib/CGI/t/carp.t lib/Test/Simple/t/simple.t t/op/crypt.t
25193 ____________________________________________________________________________
25194 [ 11995] By: nick                                  on 2001/09/11  06:23:39
25195         Log: Part Integrate mainline
25196      Branch: perlio
25197           +> (branch 69 files)
25198            - ext/Cwd/Cwd.t ext/Fcntl/Fcntl.t ext/Fcntl/syslfs.t
25199            - ext/POSIX/POSIX.t lib/Attribute/Handlers/test.pl
25200            - lib/Env/array.t lib/Env/env.t lib/File/Find/find.t
25201            - lib/Filter/Simple/test.pl lib/Switch/t/given_when.t
25202            - lib/Switch/t/switch_case.t lib/Test/Harness.t
25203            - lib/Test/More/Changes lib/Test/More/t/More.t
25204            - lib/Test/More/t/fail-like.t lib/Test/More/t/fail.t
25205            - lib/Test/More/t/plan_is_noplan.t lib/Test/More/t/skipall.t
25206            - lib/Text/Balanced.pod lib/Text/Balanced/t/genxt.t
25207            - lib/Text/Balanced/t/xbrak.t lib/Text/Balanced/t/xcode.t
25208            - lib/Text/Balanced/t/xdeli.t lib/Text/Balanced/t/xmult.t
25209            - lib/Text/Balanced/t/xquot.t lib/Text/Balanced/t/xtagg.t
25210            - lib/Text/Balanced/t/xvari.t objXSUB.h t/lib/MyFilter.pm
25211            - t/lib/Test/More/Catch.pm wince/perl.ico
25212           !> (integrate 197 files)
25213 ____________________________________________________________________________
25214 [ 11994] By: jhi                                   on 2001/09/11  03:12:44
25215         Log: Subject: Re: [PATCH] Encode.pm docs fix
25216              From: Gisle Aas <gisle@ActiveState.com>
25217              Date: 10 Sep 2001 11:27:02 -0700
25218              Message-ID: <lrwv363nrd.fsf@caliper.ActiveState.com>
25219      Branch: perl
25220            ! ext/Encode/Encode.pm
25221 ____________________________________________________________________________
25222 [ 11993] By: jhi                                   on 2001/09/11  02:27:25
25223         Log: Fix unpack U to be the reverse of pack U
25224              (but implement unpack U0U as a backdoor to get
25225              the UTF-8 malformed warnings from un-UTF-8 data)
25226      Branch: perl
25227            ! pod/perlunicode.pod pp_pack.c t/op/pack.t t/op/utf8decode.t
25228 ____________________________________________________________________________
25229 [ 11992] By: jhi                                   on 2001/09/11  00:14:24
25230         Log: Metaconfig unit change for #11991;
25231              delete an unused unit (d_strtoull.U is the one used)
25232      Branch: metaconfig
25233            ! U/protos/d_lseekproto.U
25234      Branch: metaconfig/U/perl
25235            - strtoull.U
25236 ____________________________________________________________________________
25237 [ 11991] By: jhi                                   on 2001/09/11  00:14:01
25238         Log: Subject: [PATCH] Configure not recording lseek proto
25239              From: Blair Zajac <blair@orcaware.com>
25240              Date: Mon, 10 Sep 2001 17:52:37 -0700
25241              Message-ID: <3B9D6055.BA334A31@orcaware.com>
25242              
25243              plus regen Configure.
25244      Branch: perl
25245            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
25246            ! config_h.SH uconfig.h
25247 ____________________________________________________________________________
25248 [ 11990] By: jhi                                   on 2001/09/10  23:59:25
25249         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?)))                  
25250              From: Nicholas Clark <nick@ccl4.org>
25251              Date: Tue, 11 Sep 2001 00:00:31 +0100
25252              Message-ID: <20010911000031.G1512@plum.flirble.org>
25253      Branch: perl
25254            + t/op/qq.t
25255            ! MANIFEST numeric.c perl.h regcomp.c t/op/pat.t toke.c
25256 ____________________________________________________________________________
25257 [ 11989] By: jhi                                   on 2001/09/10  23:31:45
25258         Log: Subject: [PATCH] Building on win32 w/o perlio
25259              From: "Mattia Barbon" <mbarbon@dsi.unive.it>
25260              Date: Mon, 10 Sep 2001 23:38:46 +0200
25261              Message-ID: <3B9D4F06.14433.2C37644@localhost>
25262      Branch: perl
25263            ! perl.c win32/Makefile win32/makefile.mk
25264 ____________________________________________________________________________
25265 [ 11988] By: jhi                                   on 2001/09/10  23:26:40
25266         Log: Subject: [PATCH MANIFEST lib/CGI/t/push.t] New Test for CGI::Push
25267              From: "chromatic" <chromatic@rmci.net>
25268              Date: Mon, 10 Sep 2001 15:14:01 -0600
25269              Message-ID: <20010910211833.30177.qmail@onion.perl.org>
25270      Branch: perl
25271            + lib/CGI/t/push.t
25272            ! MANIFEST
25273 ____________________________________________________________________________
25274 [ 11987] By: jhi                                   on 2001/09/10  23:24:11
25275         Log: Subject: avoiding hoardes of zombies
25276              From: Nicholas Clark <nick@ccl4.org>
25277              Date: Mon, 10 Sep 2001 22:00:40 +0100
25278              Message-ID: <20010910220040.C1512@plum.flirble.org>
25279      Branch: perl
25280            ! pod/perlipc.pod
25281 ____________________________________________________________________________
25282 [ 11986] By: jhi                                   on 2001/09/10  23:22:10
25283         Log: Subject: PATCH Resubmission  - was Re: [ID 20010902.001] v strings over 2*31 barf
25284              From: John Peacock <jpeacock@rowman.com>
25285              Date: Mon, 10 Sep 2001 16:34:30 -0400
25286              Message-ID: <3B9D23D6.90BCCC25@rowman.com>
25287      Branch: perl
25288            ! sv.c t/op/ver.t utf8.h
25289 ____________________________________________________________________________
25290 [ 11985] By: ams                                   on 2001/09/10  23:20:13
25291         Log: Typo fixed by Blair Zajac in <3B9D284C.23B8D20B@orcaware.com>.
25292      Branch: perl
25293            ! MANIFEST
25294 ____________________________________________________________________________
25295 [ 11984] By: jhi                                   on 2001/09/10  23:09:31
25296         Log: (Retracted by #12001)
25297              Subject: Calc with USE_MUL/USE_DIV
25298              From: Tels <perl_dummy@bloodgate.com>
25299              Date: Fri, 07 Sep 2001 18:52:08 +0200 (CEST)
25300              Message-Id: <200109071651.TAA11249@tiku.hut.fi>
25301      Branch: perl
25302            ! lib/Math/BigInt/Calc.pm
25303 ____________________________________________________________________________
25304 [ 11983] By: jhi                                   on 2001/09/10  22:37:14
25305         Log: Subject: [PATCH op.c] Re: perl@11978
25306              From: Robin Barker <rmb1@cise.npl.co.uk>
25307              Date: Mon, 10 Sep 2001 18:58:01 +0100 (BST)
25308              Message-Id: <200109101758.SAA07670@tempest.npl.co.uk>
25309              
25310              Format errors.
25311      Branch: perl
25312            ! op.c
25313 ____________________________________________________________________________
25314 [ 11982] By: jhi                                   on 2001/09/10  22:35:57
25315         Log: Switch PADOFFSET back to U32 both because of binary backward
25316              compatibility and because Arthur seems to have been fixing the
25317              problems with naughty integer-pointer casting.
25318      Branch: perl
25319            ! op.h
25320 ____________________________________________________________________________
25321 [ 11981] By: ams                                   on 2001/09/10  16:31:43
25322         Log: Subject: [PATCH MANIFEST, lib/ExtUtils/Command.pm, lib/ExtUtils/Command.t]
25323              Fix Pod Typo, Add Test for ExtUtils::Command
25324              From: "chromatic" <chromatic@rmci.net>
25325              Date: Mon, 10 Sep 2001 11:20:56 -0600
25326              Message-Id: <20010910172528.54160.qmail@onion.perl.org>
25327      Branch: perl
25328            + lib/ExtUtils/Command.t
25329            ! MANIFEST lib/ExtUtils/Command.pm
25330 ____________________________________________________________________________
25331 [ 11980] By: jhi                                   on 2001/09/10  13:29:35
25332         Log: Subject: [PATCH] Encode.pm docs fix
25333              From: Matt Sergeant <MSergeant@star.net.uk>
25334              Date: Mon, 10 Sep 2001 15:24:01 +0100
25335              Message-ID: <315E8A8BF9D1D411AD3D00508BB1B0C004B90035@UKS040>     
25336      Branch: perl
25337            ! ext/Encode/Encode.pm
25338 ____________________________________________________________________________
25339 [ 11979] By: jhi                                   on 2001/09/10  13:17:48
25340         Log: Update Changes.
25341      Branch: perl
25342            ! Changes patchlevel.h
25343 ____________________________________________________________________________
25344 [ 11978] By: jhi                                   on 2001/09/10  12:59:40
25345         Log: Revert #11973, the dTHX seems to be needed in there
25346              for threaded builds.
25347      Branch: perl
25348            ! perlio.c
25349 ____________________________________________________________________________
25350 [ 11977] By: jhi                                   on 2001/09/10  12:55:47
25351         Log: Detypo.
25352      Branch: perl
25353            ! pod/perlguts.pod
25354 ____________________________________________________________________________
25355 [ 11976] By: jhi                                   on 2001/09/10  12:46:34
25356         Log: Further Class::Struct patching from Damian.
25357              
25358              The new new semantics are:
25359              
25360              * If you pass an initializer for a nested object, it has to be:
25361              a) a reference to an object of that class, or      
25362              b) a reference to an object of a subclass of that class, or
25363              c) a reference to a hash of arguments to be passed to the
25364              class's constructor
25365              * If you pass no initializer for a nested object, the attribute
25366              is initialized to C<undef>
25367      Branch: perl
25368            ! lib/Class/Struct.pm
25369 ____________________________________________________________________________
25370 [ 11975] By: jhi                                   on 2001/09/10  12:42:24
25371         Log: Skip the crypt test if no crypt.
25372      Branch: perl
25373            ! t/op/crypt.t
25374 ____________________________________________________________________________
25375 [ 11974] By: jhi                                   on 2001/09/10  12:39:25
25376         Log: Warn against using bare v-strings as IP addresses
25377              (okay if using the wrappers from Socket)
25378      Branch: perl
25379            ! pod/perldata.pod pod/perlport.pod
25380 ____________________________________________________________________________
25381 [ 11973] By: sky                                   on 2001/09/10  11:57:58
25382         Log: Remove unused dTHX. Silenced another warning.
25383      Branch: perl
25384            ! perlio.c
25385 ____________________________________________________________________________
25386 [ 11972] By: sky                                   on 2001/09/10  11:54:25
25387         Log: Silence some more warnings INT2PTR.
25388      Branch: perl
25389            ! pp.c pp_ctl.c sharedsv.c sv.c taint.c
25390 ____________________________________________________________________________
25391 [ 11971] By: sky                                   on 2001/09/10  11:21:50
25392         Log: Silence another ITHREAD 64bit INT/32bit PTR warning.
25393      Branch: perl
25394            ! cop.h
25395 ____________________________________________________________________________
25396 [ 11970] By: sky                                   on 2001/09/10  11:17:25
25397         Log: Apply INT2PTR with force to silence warnings from
25398              PM_GETRE and friends. No more warnings with 64bit 
25399              IVs and 32bit pointers.    
25400      Branch: perl
25401            ! op.c op.h perl.c
25402 ____________________________________________________________________________
25403 [ 11969] By: sky                                   on 2001/09/10  10:13:02
25404         Log: Removed reference of -DPERL_CUSTOM_OPS in the documentation.
25405      Branch: perl
25406            ! pod/perlguts.pod
25407 ____________________________________________________________________________
25408 [ 11968] By: sky                                   on 2001/09/10  10:02:51
25409         Log: Remove #ifdef PERL_CUSTOM_OPS, always build with PERL_CUSTOM_OPS
25410              Rename to custop_op_name to Perl_custom_op_name to match perlapi
25411              Clone the hashtable PL_custom_op_names and PL_custop_op_descs in 
25412              perl_clone.
25413      Branch: perl
25414            ! embed.pl intrpvar.h makedef.pl op.c opcode.pl sv.c
25415 ____________________________________________________________________________
25416 [ 11967] By: jhi                                   on 2001/09/10  03:14:35
25417         Log: Using strlen() not good on embedded nul bytes.
25418      Branch: perl
25419            ! regcomp.c
25420 ____________________________________________________________________________
25421 [ 11966] By: ams                                   on 2001/09/09  21:06:13
25422         Log: Subject: Re: [ID 20010810.011] 'use v2b' not allowed with strict
25423              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
25424              Date: Mon, 13 Aug 2001 22:51:59 +0200
25425              Message-ID: <20010813225159.C6681@rafael>
25426              (Applied with several tweaks.)
25427      Branch: perl
25428            ! embed.h embed.pl proto.h toke.c
25429 ____________________________________________________________________________
25430 [ 11965] By: jhi                                   on 2001/09/09  14:40:39
25431         Log: The exact error message is system-dependent.
25432      Branch: perl
25433            ! lib/ExtUtils/Manifest.t
25434 ____________________________________________________________________________
25435 [ 11964] By: jhi                                   on 2001/09/09  14:38:05
25436         Log: Add Windows and Mac Sami support to Encode
25437              (http://www.egt.ie/standards/se/sami-teastabaiki.html)
25438      Branch: perl
25439            + ext/Encode/Encode/isoir-197.enc ext/Encode/Encode/macSami.enc
25440            ! MANIFEST
25441 ____________________________________________________________________________
25442 [ 11963] By: jhi                                   on 2001/09/09  13:54:07
25443         Log: Use the tried method.
25444      Branch: perl
25445            ! pod/perlport.pod
25446 ____________________________________________________________________________
25447 [ 11962] By: jhi                                   on 2001/09/09  13:46:59
25448         Log: Can't count parentheses.
25449      Branch: perl
25450            ! ext/IO/lib/IO/Socket/INET.pm
25451 ____________________________________________________________________________
25452 [ 11961] By: jhi                                   on 2001/09/09  13:34:12
25453         Log: perlport additions: 1 while unlink, add/delete directory
25454              entries and permissions, cygwin stat funkiness (from Michael
25455              Schwern and Nicholas Clark)
25456      Branch: perl
25457            ! pod/perlport.pod
25458 ____________________________________________________________________________
25459 [ 11960] By: jhi                                   on 2001/09/09  13:19:12
25460         Log: blib does have a detectable test.
25461      Branch: perl
25462            ! t/lib/1_compile.t
25463 ____________________________________________________________________________
25464 [ 11959] By: jhi                                   on 2001/09/09  13:16:43
25465         Log: Subject: [PATCH MANIFEST, lib/Term/Complete.t] Add Test for Term::Complete
25466              From: "chromatic" <chromatic@rmci.net>
25467              Date: Sat, 08 Sep 2001 19:33:42 -0600
25468              Message-ID: <20010909013810.11522.qmail@onion.perl.org>
25469      Branch: perl
25470            + lib/Term/Complete.t
25471            ! MANIFEST
25472 ____________________________________________________________________________
25473 [ 11958] By: jhi                                   on 2001/09/09  13:09:02
25474         Log: Subject: [PATCH MANIFEST lib/Test/Tutorial.pod] Test::Tutorial?
25475              From: Michael G Schwern <schwern@pobox.com> 
25476              Date: Sat, 8 Sep 2001 02:40:26 -0400
25477              Message-ID: <20010908024026.A26283@blackrider>
25478      Branch: perl
25479            + lib/Test/Tutorial.pod
25480            ! MANIFEST
25481 ____________________________________________________________________________
25482 [ 11957] By: jhi                                   on 2001/09/09  13:03:33
25483         Log: Try to look up protocol (by name) only iff it has non-numbers:
25484              nice if the server is in a chrooted environment (no /etc/protocols,
25485              server code using hardcorded protocol numbers like 6 for tcp),
25486              suggested by John Holdsworth <coldwave@bigfoot.com>.
25487              In other words, if we are given a number, why look it up again
25488              (by number)?
25489      Branch: perl
25490            ! ext/IO/lib/IO/Socket/INET.pm
25491 ____________________________________________________________________________
25492 [ 11956] By: jhi                                   on 2001/09/09  12:53:12
25493         Log: Subject: [PATCH regcomp.c] zero-width assertions CAN be ?'d
25494              From: "Jeff 'japhy/Marillion' Pinyan" <jeffp@crusoe.net>
25495              Date: Sat, 8 Sep 2001 15:42:30 -0400 (EDT) 
25496              Message-ID: <Pine.GSO.4.21.0109081535480.24489-100000@crusoe.crusoe.net>
25497              
25498              Subject: Re: [PATCH t/op/misc.t] regcomp.c patch broke test 
25499              From: "Jeff 'japhy/Marillion' Pinyan" <jeffp@crusoe.net>
25500              Date: Sat, 8 Sep 2001 18:33:12 -0400 (EDT)
25501              Message-ID: <Pine.GSO.4.21.0109081832030.24489-100000@crusoe.crusoe.net>
25502              Subject: [PATCH t/lib/warnings/regcomp] (?=...)? gives no warning now
25503              From: "Jeff 'japhy/Marillion' Pinyan" <jeffp@crusoe.net>
25504              Date: Sat, 8 Sep 2001 18:37:22 -0400 (EDT)
25505              Message-ID: <Pine.GSO.4.21.0109081835340.24489-100000@crusoe.crusoe.net>
25506      Branch: perl
25507            ! regcomp.c t/lib/warnings/regcomp t/run/kill_perl.t
25508 ____________________________________________________________________________
25509 [ 11955] By: ams                                   on 2001/09/09  02:54:21
25510         Log: Subject: Re: [PATCH perl@11938] slash slashes in lib/CGI/Carp.pm
25511              From: "Craig A. Berry" <craigberry@mac.com>
25512              Date: Sat, 08 Sep 2001 19:02:16 -0500
25513              Message-Id: <5.1.0.14.0.20010908185936.01aadcc0@mail.mac.com>
25514      Branch: perl
25515            ! lib/CGI/t/carp.t
25516 ____________________________________________________________________________
25517 [ 11954] By: jhi                                   on 2001/09/09  02:30:39
25518         Log: Documentation tweaks; think the IP address as an opaque string.
25519      Branch: perl
25520            ! ext/Socket/Socket.pm
25521 ____________________________________________________________________________
25522 [ 11953] By: jhi                                   on 2001/09/09  00:32:05
25523         Log: Subject: [REPATCH] Re: [PATCH] new test lib/blib.t
25524              From: Michael G Schwern <schwern@pobox.com>
25525              Date: Sat, 8 Sep 2001 19:45:46 -0400
25526              Message-ID: <20010908194546.C9193@blackrider>
25527      Branch: perl
25528            + lib/blib.t
25529            ! MANIFEST lib/blib.pm t/lib/1_compile.t
25530 ____________________________________________________________________________
25531 [ 11952] By: jhi                                   on 2001/09/09  00:27:15
25532         Log: Subject: [PATCH MANIFEST, lib/CGI/t/fast.t] Added Test for CGI::Fast
25533              From: "chromatic" <chromatic@rmci.net>
25534              Date: Sat, 08 Sep 2001 12:31:44 -0600
25535              Message-ID: <20010908183612.49960.qmail@onion.perl.org>
25536      Branch: perl
25537            + lib/CGI/t/fast.t
25538            ! MANIFEST
25539 ____________________________________________________________________________
25540 [ 11951] By: jhi                                   on 2001/09/09  00:24:07
25541         Log: The Socket tests were wrong: they were assuming too much.
25542      Branch: perl
25543            ! ext/Socket/Socket.pm ext/Socket/Socket.t ext/Socket/Socket.xs
25544 ____________________________________________________________________________
25545 [ 11950] By: jhi                                   on 2001/09/08  20:09:07
25546         Log: Retract the portability changes since they
25547              seem to have opened a can of worms... will
25548              go back to UNICOS/mk and do the bare minimum
25549              required to get the tests working.
25550      Branch: perl
25551            ! ext/Socket/Socket.xs
25552 ____________________________________________________________________________
25553 [ 11949] By: jhi                                   on 2001/09/08  19:48:20
25554         Log: PADOFFSET is used to cast pointers into integers,
25555              if pointers are 64 bits and U32 32 bits,
25556              bad things may happen, or at least warnings issued.
25557      Branch: perl
25558            ! op.h
25559 ____________________________________________________________________________
25560 [ 11948] By: jhi                                   on 2001/09/08  18:50:07
25561         Log: Still more Socket portability tweaking.
25562              Now Socket.t seems to be happy in all of
25563              Linux/x86, Tru64/alpha, Solaris/sparc,
25564              IRIX/MIPS (both 32-bit and 64-bit), and UNICOS/mk/alpha.
25565              
25566              Addendum: it seems that io_multihomed, io_sock, and hostent
25567              were broken in little-endians (linux/x86 and tru64/alpha)
25568              because of this change.  Argh.
25569      Branch: perl
25570            ! ext/Socket/Socket.xs
25571 ____________________________________________________________________________
25572 [ 11947] By: jhi                                   on 2001/09/08  17:23:23
25573         Log: More portability kicking on inet_ntoa().
25574      Branch: perl
25575            ! ext/Socket/Socket.xs
25576 ____________________________________________________________________________
25577 [ 11946] By: jhi                                   on 2001/09/08  15:09:58
25578         Log: Subject: [REPATCH] Re: [PATCH MANIFEST, lib/ExtUtils/Manifest.t] Another New Test
25579              From: Michael G Schwern <schwern@pobox.com> 
25580              Date: Fri, 7 Sep 2001 23:06:51 -0400
25581              Message-ID: <20010907230651.R606@blackrider>
25582      Branch: perl
25583            + lib/ExtUtils/Manifest.t
25584            ! MANIFEST lib/ExtUtils/MM_Unix.pm lib/ExtUtils/Manifest.pm
25585 ____________________________________________________________________________
25586 [ 11945] By: jhi                                   on 2001/09/08  14:49:15
25587         Log: Subject: Re: [PATCH MANIFEST, lib/ExtUtils/testlib.t] More Tests
25588              From: "chromatic" <chromatic@rmci.net>
25589              Date: Fri, 07 Sep 2001 17:53:15 -0600      
25590              Message-ID: <20010907235740.80566.qmail@onion.perl.org>              
25591      Branch: perl
25592            + lib/ExtUtils/testlib.t
25593            ! MANIFEST
25594 ____________________________________________________________________________
25595 [ 11944] By: jhi                                   on 2001/09/07  22:57:00
25596         Log: Thinko.
25597      Branch: perl
25598            ! lib/integer.t
25599 ____________________________________________________________________________
25600 [ 11943] By: jhi                                   on 2001/09/07  20:34:55
25601         Log: Subject: [PATCH perl@11938] slash slashes in lib/CGI/Carp.pm
25602              From: "Craig A. Berry" <craigberry@mac.com>
25603              Date: Fri, 07 Sep 2001 15:30:03 -0500
25604              Message-Id: <5.1.0.14.0.20010907142644.03700c38@exchi01>
25605      Branch: perl
25606            ! lib/CGI/Carp.pm
25607 ____________________________________________________________________________
25608 [ 11942] By: jhi                                   on 2001/09/07  20:30:43
25609         Log: Subject: [PATCH lib/ExtUtils/MM_Unix.pm] (was Re: MakeMaker: MM_Unix rule excluding pods)
25610              From: Michael G Schwern <schwern@pobox.com>
25611              Date: Fri, 7 Sep 2001 15:38:13 -0400
25612              Message-ID: <20010907153813.K606@blackrider>
25613      Branch: perl
25614            ! lib/ExtUtils/MM_Unix.pm
25615 ____________________________________________________________________________
25616 [ 11941] By: jhi                                   on 2001/09/07  20:28:24
25617         Log: Subject: [PATCH perl.h mg.c pp_sys.c] Silence the remaing format warning
25618              From: Robin Barker <rmb1@cise.npl.co.uk>
25619              Date: Fri, 7 Sep 2001 18:28:23 +0100 (BST)
25620              Message-Id: <200109071728.SAA13569@tempest.npl.co.uk>
25621      Branch: perl
25622            ! Porting/pumpkin.pod mg.c perl.h pp_sys.c
25623 ____________________________________________________________________________
25624 [ 11940] By: jhi                                   on 2001/09/07  20:26:29
25625         Log: Clean up 1_compile.t; move tests to more consistent
25626              places (t/ subdirectories); add integer.t (much of
25627              the pragma is tested elsewhere but there is no one
25628              centralized place)
25629      Branch: perl
25630            + ext/Fcntl/t/fcntl.t ext/Fcntl/t/syslfs.t ext/POSIX/t/posix.t
25631            + ext/POSIX/t/sigaction.t lib/Env/t/array.t lib/Env/t/env.t
25632            + lib/File/Find/t/find.t lib/File/Find/t/taint.t lib/integer.t
25633            - ext/Fcntl/Fcntl.t ext/Fcntl/syslfs.t ext/POSIX/POSIX.t
25634            - ext/POSIX/sigaction.t lib/Env/array.t lib/Env/env.t
25635            - lib/File/Find/find.t lib/File/Find/taint.t
25636            ! MANIFEST t/lib/1_compile.t t/op/lfs.t
25637 ____________________________________________________________________________
25638 [ 11939] By: jhi                                   on 2001/09/07  17:25:32
25639         Log: Subject: Re: [PATCH lib/File/Find/taint.t] Use Test::More
25640              From: "chromatic" <chromatic@rmci.net>
25641              Date: Fri, 07 Sep 2001 10:17:40 -0600
25642              Message-ID: <20010907162205.84723.qmail@onion.perl.org>
25643      Branch: perl
25644            ! lib/File/Find/taint.t
25645 ____________________________________________________________________________
25646 [ 11938] By: jhi                                   on 2001/09/07  14:04:43
25647         Log: Update Changes.
25648      Branch: perl
25649            ! Changes patchlevel.h
25650 ____________________________________________________________________________
25651 [ 11937] By: jhi                                   on 2001/09/07  13:52:03
25652         Log: Rename the old threading tutorial, start a new one,
25653              regen toc.
25654      Branch: perl
25655            + pod/perlothrtut.pod
25656            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perlthrtut.pod
25657            ! pod/perltoc.pod
25658 ____________________________________________________________________________
25659 [ 11936] By: jhi                                   on 2001/09/07  13:05:48
25660         Log: vars very much has a test.
25661      Branch: perl
25662            ! t/lib/1_compile.t
25663 ____________________________________________________________________________
25664 [ 11935] By: jhi                                   on 2001/09/07  12:52:06
25665         Log: Subject: Re: wince/perl.ico marked as binary
25666              From: Nicholas Clark <nick@ccl4.org>
25667              Date: Fri, 7 Sep 2001 13:54:40 +0100
25668              Message-ID: <20010907135439.D39150@plum.flirble.org>
25669              
25670              and wince/Makefile.ce change from Rainer Keuchel.
25671      Branch: perl
25672            + wince/makeico.pl
25673            ! MANIFEST wince/Makefile.ce
25674 ____________________________________________________________________________
25675 [ 11934] By: jhi                                   on 2001/09/07  12:43:50
25676         Log: Subject: Re: [PATCH regexec.c] more general .* and .*?
25677              From: "Jeff 'japhy/Marillion' Pinyan" <jeffp@crusoe.net>
25678              Date: Fri, 7 Sep 2001 09:41:10 -0400 (EDT)
25679              Message-ID: <Pine.GSO.4.21.0109070933530.7041-100000@crusoe.crusoe.net>
25680      Branch: perl
25681            ! regexec.c
25682 ____________________________________________________________________________
25683 [ 11933] By: jhi                                   on 2001/09/07  12:37:46
25684         Log: (Replaced by #11934)
25685              Subject: Re: [PATCH regexec.c] more general .* and .*?
25686              From: "Jeff 'japhy/Marillion' Pinyan" <jeffp@crusoe.net>
25687              Date: Fri, 7 Sep 2001 08:44:17 -0400 (EDT)
25688              Message-ID: <Pine.GSO.4.21.0109070836110.7041-100000@crusoe.crusoe.net>
25689      Branch: perl
25690            ! regexec.c
25691 ____________________________________________________________________________
25692 [ 11932] By: jhi                                   on 2001/09/07  12:27:14
25693         Log: The #11931 patching misbehaved.
25694      Branch: perl
25695            ! lib/Test/Harness/t/test-harness.t
25696 ____________________________________________________________________________
25697 [ 11931] By: jhi                                   on 2001/09/07  12:21:30
25698         Log: Subject: [PATCH lib/Test/Harness* t/TEST] Test::Harness 1.25 sync
25699              From: Michael G Schwern <schwern@pobox.com>
25700              Date: Fri, 7 Sep 2001 03:30:41 -0400
25701              Message-ID: <20010907033041.A2796@blackrider>
25702      Branch: perl
25703            + lib/Test/Harness/Changes lib/Test/Harness/t/base.t
25704            + lib/Test/Harness/t/ok.t lib/Test/Harness/t/test-harness.t
25705            + t/lib/sample-tests/header_at_end_fail
25706            + t/lib/sample-tests/skip_no_msg t/lib/sample-tests/todo_inline
25707            - lib/Test/Harness.t
25708            ! MANIFEST lib/Test/Harness.pm t/TEST
25709 ____________________________________________________________________________
25710 [ 11930] By: jhi                                   on 2001/09/07  11:59:17
25711         Log: Subject: [PATCH] Digest::MD5 update
25712              From: Gisle Aas <gisle@ActiveState.com>
25713              Date: 06 Sep 2001 23:32:56 -0700
25714              Message-ID: <lrofon5x47.fsf@caliper.ActiveState.com>
25715      Branch: perl
25716            ! ext/Digest/MD5/Changes ext/Digest/MD5/MD5.pm
25717            ! ext/Digest/MD5/MD5.xs ext/Digest/MD5/t/files.t
25718 ____________________________________________________________________________
25719 [ 11929] By: jhi                                   on 2001/09/07  11:23:05
25720         Log: Subject: [PATCH MANIFEST, lib/less.t] Add Tests for the less Pragma
25721              From: "chromatic" <chromatic@rmci.net>
25722              Date: Thu, 06 Sep 2001 23:11:44 -0600
25723              Message-ID: <20010907051609.91459.qmail@onion.perl.org>
25724      Branch: perl
25725            + lib/less.t
25726            ! MANIFEST t/lib/1_compile.t
25727 ____________________________________________________________________________
25728 [ 11928] By: jhi                                   on 2001/09/07  11:19:29
25729         Log: The binary file must somehow differently stored.
25730      Branch: perl
25731            - wince/perl.ico
25732            ! MANIFEST
25733 ____________________________________________________________________________
25734 [ 11927] By: jhi                                   on 2001/09/07  03:53:29
25735         Log: Add more modules to the list of modules that have tests,
25736              Schwern's wallet is getting more nervous.
25737              (Run t/lib/1_compile.t manually to see which modules
25738              are lacking tests, or the tests can't be run for some
25739              reason or another, such as the Net:: modules)
25740      Branch: perl
25741            ! t/lib/1_compile.t
25742 ____________________________________________________________________________
25743 [ 11926] By: jhi                                   on 2001/09/07  03:43:11
25744         Log: Try to make Socket::inet_ntoa() more robust.
25745      Branch: perl
25746            ! ext/Socket/Socket.t ext/Socket/Socket.xs pod/perldiag.pod
25747 ____________________________________________________________________________
25748 [ 11925] By: jhi                                   on 2001/09/07  01:57:58
25749         Log: Subject: Re: [PATCH lib/English.t] Test All Aliases (including %Errno)
25750              From: chromatic <chromatic@rmci.net>       
25751              Date: Wed, 5 Sep 2001 22:58:05 -0600                         
25752              Message-Id: <01090522580506.19590@firewheel>           
25753      Branch: perl
25754            ! lib/English.t
25755 ____________________________________________________________________________
25756 [ 11924] By: jhi                                   on 2001/09/07  01:55:05
25757         Log: Subject: Re: perlvar manpage and localizing special vars
25758              From: Stas Bekman <stas@stason.org>
25759              Date: Fri, 7 Sep 2001 10:10:24 +0800 (SGT)
25760              Message-ID: <Pine.LNX.4.33.0109071009240.19262-100000@stas.singnet.com.sg>
25761      Branch: perl
25762            ! pod/perlvar.pod
25763 ____________________________________________________________________________
25764 [ 11923] By: jhi                                   on 2001/09/07  01:49:36
25765         Log: Subject: [PATCH MakeMaker.pm] noise from make in ext/SDBM
25766              From: Robin Barker <rmb1@cise.npl.co.uk>
25767              Date: Thu, 6 Sep 2001 19:36:49 +0100 (BST)
25768              Message-Id: <200109061836.TAA08747@tempest.npl.co.uk>
25769      Branch: perl
25770            ! lib/ExtUtils/MakeMaker.pm
25771 ____________________________________________________________________________
25772 [ 11922] By: jhi                                   on 2001/09/06  18:09:08
25773         Log: Symbol missing; AIX unhappy.
25774      Branch: perl
25775            ! makedef.pl
25776 ____________________________________________________________________________
25777 [ 11921] By: jhi                                   on 2001/09/06  17:52:43
25778         Log: Add a test for [ID 20010906.019] perl crashes on "undef foo"
25779              Reported in 5.61, seems to work okay in blead.
25780      Branch: perl
25781            ! t/run/kill_perl.t
25782 ____________________________________________________________________________
25783 [ 11920] By: jhi                                   on 2001/09/06  14:35:09
25784         Log: Update Changes.
25785      Branch: perl
25786            ! Changes patchlevel.h
25787 ____________________________________________________________________________
25788 [ 11919] By: jhi                                   on 2001/09/06  14:20:10
25789         Log: Document the bad assumptions currently breaking
25790              the Socket.t tests 10, 11, and 13 in UNICOS.
25791      Branch: perl
25792            ! ext/Socket/Socket.xs
25793 ____________________________________________________________________________
25794 [ 11918] By: jhi                                   on 2001/09/06  14:07:45
25795         Log: Subject: [PATCH x2p] make OPTIMIZE=...
25796              From: Robin Barker <rmb1@cise.npl.co.uk>
25797              Date: Thu, 6 Sep 2001 13:31:37 +0100 (BST)
25798              Message-Id: <200109061231.NAA25265@tempest.npl.co.uk>
25799      Branch: perl
25800            ! x2p/Makefile.SH x2p/cflags.SH
25801 ____________________________________________________________________________
25802 [ 11917] By: jhi                                   on 2001/09/06  14:01:45
25803         Log: Subject: [PATCH] for perlhack.pod - no p5p archive on deja/google
25804              From: Ian Phillipps <Ian_Phillipps@yahoo.co.uk>
25805              Date: Thu, 6 Sep 2001 11:09:40 +0100
25806              Message-ID: <20010906110939.A914@homer.diplex.co.uk>
25807              
25808              Subject: Re: [PATCH] for perlhack.pod - no p5p archive on deja/google    
25809              From: rgarciasuarez@free.fr (Rafael Garcia-Suarez)
25810              Date: 6 Sep 2001 10:14:38 -0000
25811              Message-Id: <slrn9pej4m.1j8.rgarciasuarez@rafael.kazibao.net>   
25812      Branch: perl
25813            ! pod/perlfaq1.pod pod/perlhack.pod
25814 ____________________________________________________________________________
25815 [ 11916] By: jhi                                   on 2001/09/06  13:56:19
25816         Log: Subject: Extra NUL is Data::Dumper output - patch
25817              From: Tony Cook <tony@develop-help.com>
25818              Date: Thu, 6 Sep 2001 12:35:49 +1000 (EST)
25819              Message-ID: <Pine.LNX.4.10.10109061157210.9366-100000@develop-help.com>
25820      Branch: perl
25821            ! ext/Data/Dumper/Dumper.xs ext/Data/Dumper/t/dumper.t
25822 ____________________________________________________________________________
25823 [ 11915] By: jhi                                   on 2001/09/06  13:51:16
25824         Log: Avoid redefinition warning
25825              Subroutine Cwd::fastcwd redefined at lib/XSLoader.pm line 97.
25826              from
25827              perl -w -Ilib -MCwd -e ''
25828      Branch: perl
25829            ! lib/Cwd.pm
25830 ____________________________________________________________________________
25831 [ 11914] By: jhi                                   on 2001/09/06  13:30:32
25832         Log: Update the is_tainted() example implementation.
25833      Branch: perl
25834            ! pod/perlsec.pod
25835 ____________________________________________________________________________
25836 [ 11913] By: jhi                                   on 2001/09/06  13:15:59
25837         Log: Missing) in #11912.
25838      Branch: perl
25839            ! lib/Test/Simple/t/fail.t
25840 ____________________________________________________________________________
25841 [ 11912] By: jhi                                   on 2001/09/06  13:08:48
25842         Log: Rewhack Test-Simple into core harness.
25843      Branch: perl
25844            ! lib/Test/Simple/t/exit.t lib/Test/Simple/t/extra.t
25845            ! lib/Test/Simple/t/fail-like.t lib/Test/Simple/t/fail-more.t
25846            ! lib/Test/Simple/t/fail.t lib/Test/Simple/t/missing.t
25847            ! lib/Test/Simple/t/no_plan.t lib/Test/Simple/t/plan_is_noplan.t
25848            ! lib/Test/Simple/t/skipall.t
25849 ____________________________________________________________________________
25850 [ 11911] By: jhi                                   on 2001/09/06  11:54:06
25851         Log: Workaround for the new Exporter 'feature'.
25852      Branch: perl
25853            ! lib/Test/More.pm
25854 ____________________________________________________________________________
25855 [ 11910] By: jhi                                   on 2001/09/06  11:52:56
25856         Log: Re-introduce pure-Perl fall-back for abs_path,
25857              re-introduce #11898.
25858      Branch: perl
25859            ! lib/Cwd.pm lib/File/Find.pm
25860 ____________________________________________________________________________
25861 [ 11909] By: jhi                                   on 2001/09/06  03:49:13
25862         Log: More tests.
25863      Branch: perl
25864            ! lib/Exporter.t
25865 ____________________________________________________________________________
25866 [ 11908] By: jhi                                   on 2001/09/06  03:38:22
25867         Log: Retract #11898 for now because it introduces
25868              a rather nasty depencency: when B is being built,
25869              MakeMaker is used.  MakeMaker uses File::Find.
25870              File::Find uses Cwd::getcwd()...which doesn't
25871              exist yet.
25872      Branch: perl
25873            ! lib/File/Find.pm
25874 ____________________________________________________________________________
25875 [ 11907] By: jhi                                   on 2001/09/06  03:20:02
25876         Log: New test welcome.
25877      Branch: perl
25878            + lib/Test/Simple/t/simple.t
25879 ____________________________________________________________________________
25880 [ 11906] By: jhi                                   on 2001/09/06  03:08:01
25881         Log: Old test begone.
25882      Branch: perl
25883            - lib/Attribute/Handlers/test.pl
25884 ____________________________________________________________________________
25885 [ 11905] By: jhi                                   on 2001/09/06  01:41:03
25886         Log: Test-Simple syncup from Schwern.
25887      Branch: perl
25888            + lib/Test/Simple/t/More.t lib/Test/Simple/t/fail-like.t
25889            + lib/Test/Simple/t/fail-more.t lib/Test/Simple/t/skip.t
25890            + lib/Test/Simple/t/skipall.t lib/Test/Simple/t/todo.t
25891            + lib/Test/Simple/t/undef.t lib/Test/Simple/t/useing.t
25892            + lib/Test/Utils.pm t/lib/Test/Simple/Catch/More.pm
25893            - lib/Test/More/Changes lib/Test/More/t/More.t
25894            - lib/Test/More/t/fail-like.t lib/Test/More/t/fail.t
25895            - lib/Test/More/t/plan_is_noplan.t lib/Test/More/t/skipall.t
25896            - lib/Test/Simple/t/simple.t t/lib/Test/More/Catch.pm
25897            ! MANIFEST lib/Test/More.pm lib/Test/Simple.pm
25898            ! lib/Test/Simple/Changes lib/Test/Simple/t/exit.t
25899            ! lib/Test/Simple/t/extra.t lib/Test/Simple/t/fail.t
25900            ! lib/Test/Simple/t/missing.t lib/Test/Simple/t/no_plan.t
25901            ! lib/Test/Simple/t/plan_is_noplan.t t/lib/Test/Simple/Catch.pm
25902            ! t/lib/Test/Simple/sample_tests/death.plx
25903            ! t/lib/Test/Simple/sample_tests/death_in_eval.plx
25904            ! t/lib/Test/Simple/sample_tests/extras.plx
25905            ! t/lib/Test/Simple/sample_tests/five_fail.plx
25906            ! t/lib/Test/Simple/sample_tests/last_minute_death.plx
25907            ! t/lib/Test/Simple/sample_tests/one_fail.plx
25908            ! t/lib/Test/Simple/sample_tests/require.plx
25909            ! t/lib/Test/Simple/sample_tests/success.plx
25910            ! t/lib/Test/Simple/sample_tests/too_few.plx
25911            ! t/lib/Test/Simple/sample_tests/two_fail.plx
25912 ____________________________________________________________________________
25913 [ 11904] By: pudge                                 on 2001/09/06  00:28:01
25914         Log: Integrate File::Find changes from bleadperl
25915      Branch: maint-5.6/macperl
25916            ! lib/File/Find.pm t/lib/filefind-taint.t
25917 ____________________________________________________________________________
25918 [ 11903] By: pudge                                 on 2001/09/06  00:22:29
25919         Log: Integrate 11847 from maint-5.6/perl
25920      Branch: maint-5.6/macperl
25921           !> sv.c
25922 ____________________________________________________________________________
25923 [ 11902] By: jhi                                   on 2001/09/05  23:27:57
25924         Log: In UNICOS division yada yada.
25925      Branch: perl
25926            ! t/op/override.t
25927 ____________________________________________________________________________
25928 [ 11901] By: jhi                                   on 2001/09/05  23:26:23
25929         Log: In UNICOS division is really lossy, better use
25930              a tolerance test.
25931      Branch: perl
25932            ! ext/Time/HiRes/HiRes.t
25933 ____________________________________________________________________________
25934 [ 11900] By: jhi                                   on 2001/09/05  23:22:38
25935         Log: In UNICOS sigaction() sets an extra flag
25936              ("the signal has been registered for all the processes in
25937              a multitasking group.")
25938      Branch: perl
25939            ! ext/POSIX/sigaction.t
25940 ____________________________________________________________________________
25941 [ 11899] By: jhi                                   on 2001/09/05  23:18:48
25942         Log: Documentation micropatch from Damian.
25943      Branch: perl
25944            ! lib/Attribute/Handlers.pm
25945 ____________________________________________________________________________
25946 [ 11898] By: jhi                                   on 2001/09/05  23:16:50
25947         Log: (Retracted by #11908)
25948              Subject: [PATCH] Re: [PATCH lib/File/Find.pm lib/File/Find/taint.t] Fixing those damned taint tests
25949              From: Michael G Schwern <schwern@pobox.com>
25950              Date: Wed, 5 Sep 2001 15:58:21 -0400
25951              Message-ID: <20010905155821.I632@blackrider>
25952      Branch: perl
25953            ! lib/File/Find.pm lib/File/Find/taint.t
25954 ____________________________________________________________________________
25955 [ 11897] By: jhi                                   on 2001/09/05  23:14:43
25956         Log: Subject: [PATCH lib/CGI/t/carp.t] Tests for CGI::Carp               
25957              From: Michael G Schwern <schwern@pobox.com>
25958              Date: Wed, 5 Sep 2001 19:16:31 -0400
25959              Message-ID: <20010905191631.E11386@blackrider>
25960      Branch: perl
25961            + lib/CGI/t/carp.t
25962            ! MANIFEST
25963 ____________________________________________________________________________
25964 [ 11896] By: jhi                                   on 2001/09/05  23:14:11
25965         Log: Subject: Re: [PATCH] Re: English.pm should do *PREMATCH = \$`       
25966              From: chromatic <chromatic@rmci.net>
25967              Date: Wed, 5 Sep 2001 18:08:07 -0600
25968              Message-Id: <01090518080700.19590@firewheel>
25969      Branch: perl
25970            ! lib/English.pm
25971 ____________________________________________________________________________
25972 [ 11895] By: jhi                                   on 2001/09/05  22:52:01
25973         Log: Fix a typo #11889 and add a test for the same.
25974      Branch: perl
25975            ! ext/Socket/Socket.t ext/Socket/Socket.xs
25976 ____________________________________________________________________________
25977 [ 11894] By: jhi                                   on 2001/09/05  22:43:26
25978         Log: Subject: [PATCH bleadperl] tweak warnings.t and kill_perl.t for VMS
25979              From: "Craig A. Berry" <craigberry@mac.com>
25980              Date: Wed, 05 Sep 2001 17:48:54 -0500
25981              Message-Id: <5.1.0.14.0.20010905145002.02b45218@exchi01>
25982      Branch: perl
25983            ! lib/warnings.t t/run/kill_perl.t
25984 ____________________________________________________________________________
25985 [ 11893] By: jhi                                   on 2001/09/05  22:36:35
25986         Log: Subject: [PATCH t/run/kill_perl.t] tying a bareword causes a segfault in 5.6.1
25987              From: Michael G Schwern <schwern@pobox.com>
25988              Date: Wed, 5 Sep 2001 17:22:25 -0400
25989              Message-ID: <20010905172225.C11386@blackrider>
25990      Branch: perl
25991            ! t/run/kill_perl.t
25992 ____________________________________________________________________________
25993 [ 11892] By: jhi                                   on 2001/09/05  22:34:55
25994         Log: Subject: [PATCH] Re: [ID 20010825.006] -DCRIPPLED_CC is broken
25995              From: Nicholas Clark <nick@ccl4.org>
25996              Date: Wed, 5 Sep 2001 20:54:24 +0100
25997              Message-ID: <20010905205424.C25120@plum.flirble.org>
25998      Branch: perl
25999            ! embed.h embed.pl global.sym pod/perlapi.pod proto.h sv.c sv.h
26000 ____________________________________________________________________________
26001 [ 11891] By: jhi                                   on 2001/09/05  22:34:16
26002         Log: Forgotten thing.
26003      Branch: perl
26004            ! uconfig.h
26005 ____________________________________________________________________________
26006 [ 11890] By: jhi                                   on 2001/09/05  22:27:42
26007         Log: Subject: Re: [PATCH] Re: English.pm should do *PREMATCH = \$`
26008              From: chromatic <chromatic@rmci.net>               
26009              Date: Wed, 5 Sep 2001 13:22:08 -0600
26010              Message-Id: <01090513220807.10587@firewheel> 
26011      Branch: perl
26012            ! lib/English.pm
26013 ____________________________________________________________________________
26014 [ 11889] By: jhi                                   on 2001/09/05  22:23:06
26015         Log: inet_ntoa() tweaks:
26016              - don't allow addresses with > 255 characters
26017              - indent the HP-UX workaround
26018              - don't leak memory
26019      Branch: perl
26020            ! ext/Socket/Socket.xs
26021 ____________________________________________________________________________
26022 [ 11888] By: jhi                                   on 2001/09/05  16:26:17
26023         Log: Clear up a documentation confusion noticed by Xiaoyun Wu
26024              <xwu@theeducationcenter.com>
26025      Branch: perl
26026            ! lib/File/Find.pm
26027 ____________________________________________________________________________
26028 [ 11887] By: jhi                                   on 2001/09/05  15:40:03
26029         Log: Typo nits.
26030      Branch: perl
26031            ! lib/File/Find.pm
26032 ____________________________________________________________________________
26033 [ 11886] By: jhi                                   on 2001/09/05  15:30:11
26034         Log: -Wall nit.
26035      Branch: perl
26036            ! op.c
26037 ____________________________________________________________________________
26038 [ 11885] By: gbarr                                 on 2001/09/05  15:26:18
26039         Log: Update to Scalar-List-Utils 1.05
26040      Branch: perl
26041            ! ext/List/Util/ChangeLog ext/List/Util/README
26042            ! ext/List/Util/Util.xs ext/List/Util/lib/List/Util.pm
26043 ____________________________________________________________________________
26044 [ 11884] By: jhi                                   on 2001/09/05  13:05:14
26045         Log: Update Changes.
26046      Branch: perl
26047            ! Changes patchlevel.h
26048 ____________________________________________________________________________
26049 [ 11883] By: gbarr                                 on 2001/09/05  12:51:35
26050         Log: Update to Scalar-List-Utils 1.04
26051      Branch: perl
26052            ! ext/List/Util/ChangeLog ext/List/Util/Util.xs
26053            ! ext/List/Util/lib/List/Util.pm
26054            ! ext/List/Util/lib/Scalar/Util.pm
26055 ____________________________________________________________________________
26056 [ 11882] By: jhi                                   on 2001/09/05  12:29:44
26057         Log: Metaconfigify #11724.
26058      Branch: metaconfig
26059            ! U/threads/archname.U
26060 ____________________________________________________________________________
26061 [ 11881] By: jhi                                   on 2001/09/05  12:21:44
26062         Log: The MacOS reference is okay, no reason to hide it.
26063      Branch: perl
26064            ! lib/Cwd.pm
26065 ____________________________________________________________________________
26066 [ 11880] By: jhi                                   on 2001/09/05  12:20:49
26067         Log: Subject: [PATCH lib/Cwd.pm ext/Cwd/Makefile.PL] Full doc cleanup (was  Re: [PATCH lib/Cwd.pm]  Try this again.)
26068              From: Michael G Schwern <schwern@pobox.com>
26069              Date: Tue, 4 Sep 2001 15:30:10 -0400
26070              Message-ID: <20010904153010.H26466@blackrider> 
26071              
26072              (We'll see whether the ../../lib/Cwd.pm works in alien lands)
26073      Branch: perl
26074            ! ext/Cwd/Makefile.PL lib/Cwd.pm
26075 ____________________________________________________________________________
26076 [ 11879] By: jhi                                   on 2001/09/05  12:12:18
26077         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.))
26078              From: Michael G Schwern <schwern@pobox.com>
26079              Date: Tue, 4 Sep 2001 17:39:13 -0400
26080              Message-ID: <20010904173913.C626@blackrider>
26081      Branch: perl
26082            ! lib/Cwd.pm
26083 ____________________________________________________________________________
26084 [ 11878] By: jhi                                   on 2001/09/05  12:10:50
26085         Log: Subject: Re: Perl_pp_* in public API?
26086              From: "Craig A. Berry" <craigberry@mac.com>
26087              Date: Tue, 4 Sep 2001 21:51:29 -0500
26088              Message-Id: <a05101000b7bb3f558c8a@[172.16.52.1]>
26089      Branch: perl
26090            ! ext/List/Util/Util.xs
26091 ____________________________________________________________________________
26092 [ 11877] By: jhi                                   on 2001/09/05  12:07:53
26093         Log: From Damian: Class::Struct was unable to define
26094              recursive classes.  After the patch an object reference
26095              (rather than a hash) is required to initialize
26096              an object attribute.  If no such initializer is given to
26097              the constructor, object attributes are now default
26098              initialized to C<undef>.
26099      Branch: perl
26100            ! lib/Class/Struct.pm lib/Class/Struct.t
26101 ____________________________________________________________________________
26102 [ 11876] By: jhi                                   on 2001/09/05  11:51:24
26103         Log: Subject: Re: sv_catpvfn and sv_setpvfn
26104              From: Richard Soderberg <rs@oregonnet.com>
26105              Date: Tue, 4 Sep 2001 15:16:47 -0700
26106              Message-Id: <200109042216.PAA17858@oregonnet.com>
26107      Branch: perl
26108            ! pod/perlclib.pod pod/perlguts.pod
26109 ____________________________________________________________________________
26110 [ 11875] By: jhi                                   on 2001/09/05  11:48:14
26111         Log: NetWare updates from Ananth Kesari.
26112      Branch: perl
26113            ! NetWare/config.wc NetWare/netware.h NetWare/nw5.c
26114            ! NetWare/nw5thread.h
26115 ____________________________________________________________________________
26116 [ 11874] By: jhi                                   on 2001/09/05  11:30:59
26117         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?))
26118              From: Nicholas Clark <nick@ccl4.org>
26119              Date: Tue, 4 Sep 2001 22:42:50 +0100
26120              Message-ID: <20010904224250.P25120@plum.flirble.org>
26121      Branch: perl
26122            ! embed.h embed.pl numeric.c perl.c perl.h pod/perlclib.pod
26123            ! pod/perlfunc.pod pp.c proto.h regcomp.c t/op/64bitint.t
26124            ! t/op/oct.t toke.c
26125 ____________________________________________________________________________
26126 [ 11873] By: jhi                                   on 2001/09/04  21:03:17
26127         Log: Fix Cwd::getcwd() not being tainted, as noticed
26128              by Schwern.
26129      Branch: perl
26130            + ext/Cwd/t/cwd.t ext/Cwd/t/taint.t
26131            - ext/Cwd/Cwd.t
26132            ! MANIFEST ext/Cwd/Cwd.xs util.c
26133 ____________________________________________________________________________
26134 [ 11872] By: jhi                                   on 2001/09/04  20:00:50
26135         Log: Retract #11870 and volatilize the right destruct_level.
26136              Silly thinko pointed out by Sarathy.
26137      Branch: perl
26138            ! intrpvar.h perl.c
26139 ____________________________________________________________________________
26140 [ 11871] By: jhi                                   on 2001/09/04  19:45:59
26141         Log: At least a temporary fix for the mysterious scope core dumps
26142              in Tru64 from Graham.
26143      Branch: perl
26144            ! ext/List/Util/Util.xs
26145 ____________________________________________________________________________
26146 [ 11870] By: jhi                                   on 2001/09/04  19:01:48
26147         Log: (Retracted by #11872)
26148      Branch: perl
26149            ! intrpvar.h
26150 ____________________________________________________________________________
26151 [ 11869] By: jhi                                   on 2001/09/04  17:43:31
26152         Log: Quench a -Wall gripe noticed by Robin Barker.
26153      Branch: perl
26154            ! op.c
26155 ____________________________________________________________________________
26156 [ 11868] By: jhi                                   on 2001/09/04  16:38:07
26157         Log: Subject: [PATCH perl@11834] Unicode::UCD rewritten using Lingua::KO::Hangul::Util
26158              From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
26159              Date: Wed, 05 Sep 2001 02:01:32 +0900
26160              Message-Id: <20010905015059.E684.BQW10602@nifty.com>
26161      Branch: perl
26162            ! lib/Unicode/UCD.pm
26163 ____________________________________________________________________________
26164 [ 11867] By: jhi                                   on 2001/09/04  16:35:27
26165         Log: Subject: Re: [PATCH gv.c] @& sets PL_sawampersand
26166              From: "Jeff 'japhy/Marillion' Pinyan" <jeffp@crusoe.net>
26167              Date: Tue, 4 Sep 2001 12:51:02 -0400 (EDT)
26168              Message-ID: <Pine.GSO.4.21.0109041250420.7601-100000@crusoe.crusoe.net>
26169      Branch: perl
26170            ! gv.c
26171 ____________________________________________________________________________
26172 [ 11866] By: jhi                                   on 2001/09/04  13:52:28
26173         Log: Update Changes.
26174      Branch: perl
26175            ! Changes patchlevel.h
26176 ____________________________________________________________________________
26177 [ 11865] By: jhi                                   on 2001/09/04  13:36:58
26178         Log: Add the \[$@%&*] prototype support.
26179      Branch: perl
26180            ! op.c pod/perlsub.pod t/comp/proto.t
26181 ____________________________________________________________________________
26182 [ 11864] By: jhi                                   on 2001/09/04  13:10:38
26183         Log: Subject: [PATCH lib/CGI/t/form.t] Cleanup
26184              From: Michael G Schwern <schwern@pobox.com>
26185              Date: Mon, 3 Sep 2001 18:59:01 -0400
26186              Message-ID: <20010903185901.Z9233@blackrider>
26187      Branch: perl
26188            ! lib/CGI/t/form.t
26189 ____________________________________________________________________________
26190 [ 11863] By: jhi                                   on 2001/09/04  13:06:39
26191         Log: Subject: [PATCH gv.c] @& sets PL_sawampersand
26192              From: "Jeff 'japhy/Marillion' Pinyan" <jeffp@crusoe.net>
26193              Date: Mon, 3 Sep 2001 12:36:20 -0400 (EDT)
26194              Message-ID: <Pine.GSO.4.21.0109031235240.7601-100000@crusoe.crusoe.net>
26195      Branch: perl
26196            ! gv.c
26197 ____________________________________________________________________________
26198 [ 11862] By: jhi                                   on 2001/09/04  13:05:23
26199         Log: More srand entry tweakage based on Randal's suggestion.
26200      Branch: perl
26201            ! pod/perlfunc.pod
26202 ____________________________________________________________________________
26203 [ 11861] By: jhi                                   on 2001/09/04  12:48:14
26204         Log: Subject: [PATCH] 'main' *is* a reserved word
26205              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
26206              Date: Mon, 3 Sep 2001 22:55:41 +0200
26207              Message-ID: <20010903225541.A24097@rafael>
26208      Branch: perl
26209            ! toke.c
26210 ____________________________________________________________________________
26211 [ 11860] By: jhi                                   on 2001/09/04  12:46:30
26212         Log: Subject: [PATCH: bleedperl] s/ROOT\./_ROOT./ for VMS default install prefix appendage
26213              From: Peter Prymmer <pvhp@best.com>
26214              Date: Mon, 3 Sep 2001 13:43:04 -0700 (PDT)
26215              Message-ID: <Pine.BSF.4.21.0109031338300.5068-100000@shell8.ba.best.com>
26216      Branch: perl
26217            ! README.vms configure.com
26218 ____________________________________________________________________________
26219 [ 11859] By: jhi                                   on 2001/09/04  12:44:29
26220         Log: Subject: Re: A slightly better default seed?   
26221              From: Michael G Schwern <schwern@pobox.com>
26222              Date: Mon, 3 Sep 2001 18:08:15 -0400 
26223              Message-ID: <20010903180815.W9233@blackrider>
26224      Branch: perl
26225            ! t/op/srand.t
26226 ____________________________________________________________________________
26227 [ 11858] By: jhi                                   on 2001/09/04  12:41:59
26228         Log: Add sharedsv.o to microperl object files.
26229      Branch: perl
26230            ! Makefile.micro
26231 ____________________________________________________________________________
26232 [ 11857] By: jhi                                   on 2001/09/04  12:27:51
26233         Log: AUTHORS updates and
26234              
26235              Subject: [PATCH] Just some preening :-)        
26236              From: Ian Phillipps <Ian_Phillipps@yahoo.co.uk>
26237              Date: Tue, 4 Sep 2001 14:16:59 +0100
26238              Message-ID: <20010904141659.A10129@homer.diplex.co.uk>            
26239      Branch: perl
26240            ! AUTHORS ext/Data/Dumper/Changes lib/Text/Soundex.pm
26241 ____________________________________________________________________________
26242 [ 11856] By: jhi                                   on 2001/09/04  12:09:43
26243         Log: Typo fix and slight rewording.
26244      Branch: perl
26245            ! pod/perlfunc.pod
26246 ____________________________________________________________________________
26247 [ 11855] By: jhi                                   on 2001/09/04  12:04:16
26248         Log: Update the FAQ now that Scalar-List-Utils 1.03 has shuffle().
26249      Branch: perl
26250            ! pod/perlfaq4.pod
26251 ____________________________________________________________________________
26252 [ 11854] By: jhi                                   on 2001/09/03  20:12:21
26253         Log: The helper file changed name.
26254      Branch: perl
26255            ! MANIFEST
26256 ____________________________________________________________________________
26257 [ 11853] By: gbarr                                 on 2001/09/03  20:00:00
26258         Log: Update to Scalar-List-Utils 1.03
26259      Branch: perl
26260            + ext/List/Util/t/shuffle.t
26261            ! MANIFEST ext/List/Util/ChangeLog ext/List/Util/Util.xs
26262            ! ext/List/Util/lib/List/Util.pm ext/List/Util/t/blessed.t
26263            ! ext/List/Util/t/dualvar.t ext/List/Util/t/first.t
26264            ! ext/List/Util/t/max.t ext/List/Util/t/maxstr.t
26265            ! ext/List/Util/t/min.t ext/List/Util/t/minstr.t
26266            ! ext/List/Util/t/readonly.t ext/List/Util/t/reduce.t
26267            ! ext/List/Util/t/reftype.t ext/List/Util/t/sum.t
26268            ! ext/List/Util/t/tainted.t ext/List/Util/t/weak.t
26269 ____________________________________________________________________________
26270 [ 11852] By: jhi                                   on 2001/09/03  19:50:57
26271         Log: Make crypt() do something more sane for Unicode
26272              (take crypt() of the low eight bits of the characters,
26273              instead of taking crypt() of the UTF-8 of the scalar);
26274              add a test for crypt().
26275      Branch: perl
26276            + t/op/crypt.t
26277            ! MANIFEST pod/perlfunc.pod pp.c
26278 ____________________________________________________________________________
26279 [ 11851] By: jhi                                   on 2001/09/03  19:19:35
26280         Log: Reorganize the srand entry.
26281      Branch: perl
26282            ! pod/perlfunc.pod
26283 ____________________________________________________________________________
26284 [ 11850] By: jhi                                   on 2001/09/03  18:54:51
26285         Log: Remove the tests that assume something about
26286              calling srand() without arguments multiple times.
26287      Branch: perl
26288            ! t/op/srand.t
26289 ____________________________________________________________________________
26290 [ 11849] By: jhi                                   on 2001/09/03  18:15:16
26291         Log: Upgrade to Math::BigInt 1.42.
26292      Branch: perl
26293            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm
26294            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bigfltpm.t
26295            ! lib/Math/BigInt/t/bigintc.t lib/Math/BigInt/t/bigintpm.t
26296            ! lib/Math/BigInt/t/mbimbf.t
26297 ____________________________________________________________________________
26298 [ 11848] By: gsar                                  on 2001/09/03  17:07:54
26299         Log: integrate change#11847 from maint-5.6
26300              
26301              typo in perl_clone() code causes local(*foo) breakage in pseudo-fork()
26302      Branch: perl
26303            ! sv.c
26304 ____________________________________________________________________________
26305 [ 11847] By: gsar                                  on 2001/09/03  16:47:54
26306         Log: typo in perl_clone() code causes local(*foo) breakage in pseudo-fork()
26307      Branch: maint-5.6/perl
26308            ! sv.c
26309 ____________________________________________________________________________
26310 [ 11846] By: jhi                                   on 2001/09/03  15:12:58
26311         Log: As far as I can tell these functions have been Unicodified.
26312      Branch: perl
26313            ! doop.c
26314 ____________________________________________________________________________
26315 [ 11845] By: jhi                                   on 2001/09/03  15:11:27
26316         Log: Update to Storable 1.0.13.
26317      Branch: perl
26318            ! ext/Storable/ChangeLog ext/Storable/Storable.pm
26319            ! ext/Storable/Storable.xs
26320 ____________________________________________________________________________
26321 [ 11844] By: jhi                                   on 2001/09/03  12:42:06
26322         Log: Patch the Filter::Simple test to work with
26323              the core test suite (since the FilterTest.pm
26324              is in t/lib, not in lib).
26325      Branch: perl
26326            ! lib/Filter/Simple/t/filter.t
26327 ____________________________________________________________________________
26328 [ 11843] By: jhi                                   on 2001/09/03  12:39:11
26329         Log: Damian's Filter::Simple test uses FilterTest, not MyFilter.
26330      Branch: perl
26331            + t/lib/FilterTest.pm
26332            - t/lib/MyFilter.pm
26333 ____________________________________________________________________________
26334 [ 11842] By: jhi                                   on 2001/09/03  12:17:30
26335         Log: Damian-o-rama: upgrade to Attribute::Handlers 0.75,
26336              Filter::Simple 0.61, NEXT 0.02, Switch 2.05, and
26337              Text::Balanced 1.86.
26338      Branch: perl
26339            + lib/Attribute/Handlers/t/multi.t lib/Filter/Simple/Changes
26340            + lib/Filter/Simple/README lib/Filter/Simple/t/filter.t
26341            + lib/NEXT/Changes lib/NEXT/README lib/Switch/t/given.t
26342            + lib/Switch/t/nested.t lib/Switch/t/switch.t
26343            + lib/Text/Balanced/Changes lib/Text/Balanced/README
26344            + lib/Text/Balanced/t/extbrk.t lib/Text/Balanced/t/extcbk.t
26345            + lib/Text/Balanced/t/extdel.t lib/Text/Balanced/t/extmul.t
26346            + lib/Text/Balanced/t/extqlk.t lib/Text/Balanced/t/exttag.t
26347            + lib/Text/Balanced/t/extvar.t lib/Text/Balanced/t/gentag.t
26348            - lib/Filter/Simple/test.pl lib/Switch/t/given_when.t
26349            - lib/Switch/t/switch_case.t lib/Text/Balanced.pod
26350            - lib/Text/Balanced/t/genxt.t lib/Text/Balanced/t/xbrak.t
26351            - lib/Text/Balanced/t/xcode.t lib/Text/Balanced/t/xdeli.t
26352            - lib/Text/Balanced/t/xmult.t lib/Text/Balanced/t/xquot.t
26353            - lib/Text/Balanced/t/xtagg.t lib/Text/Balanced/t/xvari.t
26354            ! MANIFEST lib/Attribute/Handlers.pm
26355            ! lib/Attribute/Handlers/Changes lib/Attribute/Handlers/README
26356            ! lib/Attribute/Handlers/demo/Demo.pm
26357            ! lib/Attribute/Handlers/demo/Descriptions.pm
26358            ! lib/Attribute/Handlers/demo/MyClass.pm
26359            ! lib/Attribute/Handlers/demo/demo.pl
26360            ! lib/Attribute/Handlers/demo/demo2.pl
26361            ! lib/Attribute/Handlers/demo/demo3.pl
26362            ! lib/Attribute/Handlers/demo/demo4.pl
26363            ! lib/Attribute/Handlers/demo/demo_call.pl
26364            ! lib/Attribute/Handlers/demo/demo_chain.pl
26365            ! lib/Attribute/Handlers/demo/demo_cycle.pl
26366            ! lib/Attribute/Handlers/demo/demo_hashdir.pl
26367            ! lib/Attribute/Handlers/demo/demo_phases.pl
26368            ! lib/Attribute/Handlers/demo/demo_range.pl
26369            ! lib/Attribute/Handlers/demo/demo_rawdata.pl
26370            ! lib/Filter/Simple.pm lib/NEXT.pm lib/NEXT/test.pl
26371            ! lib/Switch.pm lib/Switch/Changes lib/Switch/README
26372            ! lib/Text/Balanced.pm
26373 ____________________________________________________________________________
26374 [ 11841] By: sky                                   on 2001/09/03  11:04:15
26375         Log: Forgot to add a file with Change #11840
26376      Branch: perl
26377            + t/op/srand.t
26378 ____________________________________________________________________________
26379 [ 11840] By: sky                                   on 2001/09/03  11:02:04
26380         Log: Subject: [PATCH t/op/srand.t t/op/rand.t pod/perlfunc.pod MANIFEST] Tests for srand()
26381              From: Michael G Schwern <schwern@pobox.com>
26382              Date: Mon, 3 Sep 2001 07:43:00 -0400
26383              Message-ID: <20010903074300.E9233@blackrider>
26384      Branch: perl
26385            ! MANIFEST pod/perlfunc.pod t/op/rand.t
26386 ____________________________________________________________________________
26387 [ 11839] By: sky                                   on 2001/09/03  10:47:11
26388         Log: Document the changes with regards to running of END blocks.
26389              And DESTROY on global objects are called in perl_destruct()!
26390      Branch: perl
26391            ! pod/perl572delta.pod pod/perlembed.pod
26392 ____________________________________________________________________________
26393 [ 11838] By: sky                                   on 2001/09/03  09:34:44
26394         Log: Subject: [PATCH t/op/time.t] Partial cleanup
26395              From: Michael G Schwern <schwern@pobox.com>
26396              Date: Mon, 3 Sep 2001 06:29:42 -0400
26397              Message-ID: <20010903062942.C9233@blackrider>
26398      Branch: perl
26399            ! t/op/time.t
26400 ____________________________________________________________________________
26401 [ 11837] By: sky                                   on 2001/09/03  09:30:02
26402         Log: Subject: [PATCH t/op/rand.t] Increase the repetitions
26403              From: Michael G Schwern <schwern@pobox.com>
26404              Date: Mon, 3 Sep 2001 06:24:13 -0400
26405              Message-ID: <20010903062413.B9233@blackrider>
26406      Branch: perl
26407            ! t/op/rand.t
26408 ____________________________________________________________________________
26409 [ 11836] By: sky                                   on 2001/09/03  07:56:47
26410         Log: Subject: [PATCH] CGI::Cookie, Apache & Switch tests
26411              From: Michael G Schwern <schwern@pobox.com>
26412              Date: Sun, 2 Sep 2001 21:38:43 -0400
26413              Message-ID: <20010902213843.L2711@blackrider>
26414      Branch: perl
26415            + lib/CGI/t/apache.t lib/CGI/t/cookie.t lib/CGI/t/switch.t
26416            ! MANIFEST
26417 ____________________________________________________________________________
26418 [ 11835] By: nick                                  on 2001/09/03  06:20:06
26419         Log: Integrate mainline
26420      Branch: perlio
26421           +> lib/Shell.t t/op/inccode.t t/run/kill_perl.t
26422            - t/op/misc.t
26423           !> (integrate 187 files)
26424 ____________________________________________________________________________
26425 [ 11834] By: jhi                                   on 2001/09/02  13:07:53
26426         Log: Update Changes.
26427      Branch: perl
26428            ! Changes patchlevel.h
26429 ____________________________________________________________________________
26430 [ 11833] By: jhi                                   on 2001/09/02  12:59:05
26431         Log: Slight tweaks.
26432      Branch: perl
26433            ! t/run/kill_perl.t
26434 ____________________________________________________________________________
26435 [ 11832] By: jhi                                   on 2001/09/02  12:41:12
26436         Log: Special casing had become a little bit more complex in Unicode 3.1.1.
26437      Branch: perl
26438            ! lib/Unicode/UCD.pm lib/Unicode/UCD.t
26439 ____________________________________________________________________________
26440 [ 11831] By: sky                                   on 2001/09/02  12:10:42
26441         Log: Change #11828 wasn't complete, this updates to intest path
26442      Branch: perl
26443            ! t/run/kill_perl.t
26444 ____________________________________________________________________________
26445 [ 11830] By: jhi                                   on 2001/09/02  11:56:18
26446         Log: 's's's.
26447      Branch: perl
26448            ! Changes
26449 ____________________________________________________________________________
26450 [ 11829] By: jhi                                   on 2001/09/02  11:54:22
26451         Log: Update Changes.
26452      Branch: perl
26453            ! Changes patchlevel.h
26454 ____________________________________________________________________________
26455 [ 11828] By: sky                                   on 2001/09/02  11:53:56
26456         Log: Subject: [PATCH] rm t/run/segfault.t; mv t/op/misc.t t/run/kill_perl.t
26457              From: Michael G Schwern <schwern@pobox.com>
26458              Date: Sat, 1 Sep 2001 20:18:58 -0400
26459              Message-ID: <20010901201858.X606@blackrider>
26460              +MANIFEST Fix
26461      Branch: perl
26462            + t/run/kill_perl.t
26463            - t/op/misc.t t/run/segfault.t
26464            ! MANIFEST
26465 ____________________________________________________________________________
26466 [ 11827] By: jhi                                   on 2001/09/02  11:46:47
26467         Log: Subject: [PATCH] lib/Time/Local.pm
26468              From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
26469              Date: Sun, 2 Sep 2001 06:50:01 -0500
26470              Message-ID: <20010902065001.A21529@staff1.cso.uiuc.edu>
26471      Branch: perl
26472            ! lib/Time/Local.pm
26473 ____________________________________________________________________________
26474 [ 11826] By: jhi                                   on 2001/09/02  11:40:49
26475         Log: Tick off Unicode collation and the normalization from
26476              the todo list.
26477      Branch: perl
26478            ! pod/perltodo.pod
26479 ____________________________________________________________________________
26480 [ 11825] By: jhi                                   on 2001/09/02  11:16:24
26481         Log: Update to Unicode 3.1.1.
26482      Branch: perl
26483            ! lib/unicore/ArabLink.pl lib/unicore/ArabLnkGrp.pl
26484            ! lib/unicore/ArabShap.txt lib/unicore/CaseFold.txt
26485            ! lib/unicore/EAWidth.txt lib/unicore/PropList.html
26486            ! lib/unicore/PropList.txt lib/unicore/README.perl
26487            ! lib/unicore/ReadMe.txt lib/unicore/SpecCase.txt
26488            ! lib/unicore/rename lib/unicore/version
26489 ____________________________________________________________________________
26490 [ 11824] By: jhi                                   on 2001/09/02  10:32:30
26491         Log: Slight doc tweaks for the module.
26492      Branch: perl
26493            ! lib/Unicode/UCD.pm
26494 ____________________________________________________________________________
26495 [ 11823] By: jhi                                   on 2001/09/02  10:02:20
26496         Log: Rename the variable: it *used* to be (wrongly) that the
26497              code related to PL_reg_sv (so PL_reg_sv_utf8 was logical)
26498              but that is no more the case: PL_reg_match_utf8 is better.
26499      Branch: perl
26500            ! embedvar.h mg.c perlapi.c perlapi.h pp.c pp_hot.c regcomp.c
26501            ! regexec.c sv.c thrdvar.h
26502 ____________________________________________________________________________
26503 [ 11822] By: ams                                   on 2001/09/02  02:54:50
26504         Log: Subject: RE: [PATCH] Add a nextstate into empty blocks
26505              From: Ilmari Karonen <iltzu@sci.fi>
26506              Date: Sun, 19 Aug 2001 19:27:33 +0300 (EET DST)
26507              Message-Id: <Pine.SOL.3.96.1010819163840.8384B-100000@simpukka>
26508              (op/sub_lval.t updated to take new error message into account.)
26509      Branch: perl
26510            ! op.c t/op/sub_lval.t
26511 ____________________________________________________________________________
26512 [ 11821] By: gsar                                  on 2001/09/02  01:06:30
26513         Log: remove stray CRs in files; keep all files with UNIX line-ends
26514              (Porting/makerel adds CRs to the files that need it in the
26515              distribution)
26516      Branch: perl
26517            ! NetWare/t/NWScripts.pl README.dos
26518            ! ext/Encode/Encode/cns11643-1.enc
26519            ! ext/Encode/Encode/cns11643-2.enc ext/SDBM_File/Makefile.PL
26520            ! jpl/JNI/JNI.xs jpl/JNI/Makefile.PL
26521 ____________________________________________________________________________
26522 [ 11820] By: gsar                                  on 2001/09/02  00:56:44
26523         Log: some remnants of change#11803
26524      Branch: perl
26525            ! ext/ByteLoader/byterun.h perl.h
26526 ____________________________________________________________________________
26527 [ 11819] By: jhi                                   on 2001/09/01  23:40:36
26528         Log: Update to Unicode::Collate 0.08.
26529      Branch: perl
26530            ! lib/Unicode/Collate.pm lib/Unicode/Collate/Changes
26531            ! lib/Unicode/Collate/README lib/Unicode/Collate/t/test.t
26532 ____________________________________________________________________________
26533 [ 11818] By: jhi                                   on 2001/09/01  23:02:09
26534         Log: Test tweaks.
26535      Branch: perl
26536            ! t/op/pat.t
26537 ____________________________________________________________________________
26538 [ 11817] By: pudge                                 on 2001/09/01  22:36:29
26539         Log: Fix test
26540      Branch: maint-5.6/macperl
26541            ! t/lib/b.t
26542 ____________________________________________________________________________
26543 [ 11816] By: pudge                                 on 2001/09/01  22:15:09
26544         Log: Misc. patches: fix tests script; add Mac::LowMem; quiet
26545              warnings in Config.pm with -W; increase default and
26546              minimum RAM; bump version number.
26547      Branch: maint-5.6/macperl
26548            + macos/lib/Mac/LowMem.pm
26549            ! macos/MPVersion.r macos/MacPerlTests.cmd macos/Makefile.mk
26550            ! macos/configpm macos/macperl/MacPerl.r
26551 ____________________________________________________________________________
26552 [ 11815] By: pudge                                 on 2001/09/01  22:10:49
26553         Log: Make syntax check report in MPW style, fix tests
26554              to use Mac::err=unix to get normal-style error
26555              messages.
26556      Branch: maint-5.6/macperl
26557            ! perl.c t/lib/b.t t/op/misc.t t/op/runlevel.t t/pod/testp2pt.pl
26558            ! t/pragma/strict.t t/pragma/subs.t t/pragma/warnings.t
26559 ____________________________________________________________________________
26560 [ 11814] By: pudge                                 on 2001/09/01  22:09:08
26561         Log: Make MPW-style errors optional (but the default); add
26562              MacPerl::ErrorFormat() function and Mac::err pragma
26563      Branch: maint-5.6/macperl
26564            + macos/ext/Mac/err/Makefile.PL macos/ext/Mac/err/err.pm
26565            + macos/ext/Mac/err/err.xs
26566            ! macos/ext/Mac/Makefile.mk macos/ext/MacPerl/MacPerl.xs
26567            ! macos/macish.c macos/macish.h macos/macperl.sym
26568 ____________________________________________________________________________
26569 [ 11813] By: pudge                                 on 2001/09/01  22:01:40
26570         Log: More module and test ports from Thomas Wegner et al
26571      Branch: maint-5.6/macperl
26572            ! ext/File/Glob/Glob.pm ext/File/Glob/bsd_glob.c
26573            ! lib/File/DosGlob.pm lib/File/Spec/Mac.pm lib/File/Temp.pm
26574            ! t/lib/dosglob.t t/lib/filespec.t t/lib/ftmp-security.t
26575            ! t/op/magic.t
26576 ____________________________________________________________________________
26577 [ 11812] By: sky                                   on 2001/09/01  17:19:30
26578         Log: Subject: [PATCH t/op/concat.t] cleanup
26579              From: Michael G Schwern <schwern@pobox.com>
26580              Date: Sat, 1 Sep 2001 14:06:28 -0400
26581              Message-ID: <20010901140628.C606@blackrider>
26582      Branch: perl
26583            ! t/op/concat.t
26584 ____________________________________________________________________________
26585 [ 11811] By: sky                                   on 2001/09/01  12:25:29
26586         Log: Change #11805 didn't update the MANIFEST
26587      Branch: perl
26588            ! MANIFEST
26589 ____________________________________________________________________________
26590 [ 11810] By: sky                                   on 2001/09/01  11:52:44
26591         Log: Subject: [PATCH], was t/op/incode.t breaks make minitest
26592              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
26593              Date: Sat, 1 Sep 2001 14:50:14 +0200
26594              Message-ID: <20010901145014.A691@rafael>
26595      Branch: perl
26596            ! t/op/inccode.t
26597 ____________________________________________________________________________
26598 [ 11809] By: sky                                   on 2001/09/01  11:49:22
26599         Log: Subject: PATCH: ExtUtils::MakeMaker
26600              From: Tony Bowden <tony@kasei.com>
26601              Date: Sat, 1 Sep 2001 10:33:53 +0100
26602              Message-ID: <20010901103353.A13863@soto.kasei.com>
26603              Manually applied
26604      Branch: perl
26605            ! lib/ExtUtils/MakeMaker.pm
26606 ____________________________________________________________________________
26607 [ 11808] By: sky                                   on 2001/09/01  11:39:13
26608         Log: Subject: [ID 20010831.002] Bug in Term::Cap on Solaris ansi terminal using CPAN::Shell
26609              From: mike808@users.sourceforge.net
26610              Date: Sat, 1 Sep 101 11:27:50 GMT
26611              Message-Id: <200108312123.QAA27476@smtp.networkusa.net>
26612              With little tweak
26613      Branch: perl
26614            ! lib/Term/Cap.pm
26615 ____________________________________________________________________________
26616 [ 11807] By: ams                                   on 2001/09/01  11:31:16
26617         Log: Subject: oct() and hex()
26618              From: Nicholas Clark <nick@ccl4.org>
26619              Date: Fri, 31 Aug 2001 23:14:13 +0100
26620              Message-Id: <20010831231413.J4950@plum.flirble.org>
26621      Branch: perl
26622            ! pod/perlclib.pod
26623 ____________________________________________________________________________
26624 [ 11806] By: pudge                                 on 2001/09/01  00:04:52
26625         Log: Integrate change 11801 from maintperl
26626      Branch: maint-5.6/macperl
26627            ! perl.c
26628 ____________________________________________________________________________
26629 [ 11805] By: sky                                   on 2001/08/31  21:35:10
26630         Log: Subject: Re: [ID 20010831.001] SEGV from ($a, b) = (1, 2)
26631              From: Michael G Schwern <schwern@pobox.com>
26632              Date: Fri, 31 Aug 2001 15:36:28 -0400
26633              Message-ID: <20010831153628.B598@blackrider>
26634              Check for things which used to segfault
26635      Branch: perl
26636            + t/run/segfault.t
26637 ____________________________________________________________________________
26638 [ 11804] By: gsar                                  on 2001/08/31  21:02:54
26639         Log: integrate change#11801 from maint-5.6
26640              
26641              remove age-old UNICOS "workaround" that introduces a static, and
26642              hence an egregious race condition for threaded builds (*sigh*
26643              beats me why this kludge wasn't guarded by a UNICOS-specific
26644              #define *sigh*)
26645      Branch: perl
26646            ! perl.c
26647 ____________________________________________________________________________
26648 [ 11803] By: gsar                                  on 2001/08/31  20:58:38
26649         Log: remove deprecated PERL_OBJECT cruft, it has long since stopped
26650              working in 5.7.x
26651      Branch: perl
26652            - objXSUB.h
26653            ! EXTERN.h MANIFEST Makefile.SH Makefile.micro NetWare/Makefile
26654            ! NetWare/config_h.PL NetWare/dl_netware.xs NetWare/interface.c
26655            ! NetWare/nw5.c NetWare/nw5sck.c NetWare/nw5thread.c
26656            ! NetWare/nwperlsys.c NetWare/nwperlsys.h Porting/makerel
26657            ! README.win32 XSUB.h bytecode.pl cv.h cygwin/cygwin.c
26658            ! emacs/ptags embed.h embed.pl embedvar.h epoc/epoc.c ext/B/B.xs
26659            ! ext/B/B/C.pm ext/ByteLoader/ByteLoader.xs
26660            ! ext/ByteLoader/bytecode.h ext/ByteLoader/byterun.c
26661            ! ext/DynaLoader/dlutils.c ext/Opcode/Opcode.xs
26662            ! ext/POSIX/POSIX.xs globals.c iperlsys.h lib/ExtUtils/Embed.pm
26663            ! lib/ExtUtils/MM_NW5.pm lib/ExtUtils/MM_Unix.pm
26664            ! lib/ExtUtils/MM_Win32.pm lib/ExtUtils/MakeMaker.pm
26665            ! lib/ExtUtils/xsubpp makedef.pl mg.c op.c perl.c perl.h
26666            ! perlapi.c perlapi.h perlio.c perly.c perly.y perly_c.diff
26667            ! pod/perlguts.pod pp_ctl.c pp_hot.c proto.h regcomp.c regexec.c
26668            ! scope.c sv.c sv.h toke.c universal.c vms/descrip_mms.template
26669            ! vms/perly_c.vms win32/Makefile win32/config_h.PL
26670            ! win32/dl_win32.xs win32/makefile.mk win32/perlhost.h
26671            ! win32/perllib.c win32/win32.c win32/win32.h win32/win32sck.c
26672            ! win32/win32thread.c wince/Makefile.ce wince/config_h.PL
26673            ! wince/dl_win32.xs wince/perllib.c wince/win32.h
26674            ! wince/win32thread.c wince/wince.c wince/wincesck.c xsutils.c
26675 ____________________________________________________________________________
26676 [ 11802] By: ams                                   on 2001/08/31  18:11:32
26677         Log: Subject: [DOC PATCH] Add perl4 warning messages to perldiag.pod
26678              From: "Philip Newton" <Philip.Newton@gmx.net>
26679              Date: Fri, 31 Aug 2001 21:12:56 +0200
26680              Message-Id: <20010831.211000@ID-11583.news.dfncis.de>
26681      Branch: perl
26682            ! pod/perldiag.pod
26683 ____________________________________________________________________________
26684 [ 11801] By: gsar                                  on 2001/08/31  17:49:03
26685         Log: remove age-old UNICOS "workaround" that introduces a static, and
26686              hence an egregious race condition for threaded builds (*sigh*
26687              beats me why this kludge wasn't guarded by a UNICOS-specific
26688              #define *sigh*)
26689      Branch: maint-5.6/perl
26690            ! perl.c
26691 ____________________________________________________________________________
26692 [ 11800] By: sky                                   on 2001/08/31  17:30:26
26693         Log: Fixes bug in change 11717 that bus errored on HP-UX 10.20
26694              Might break on platforms where bool is larger than 8 bites ???
26695      Branch: perl
26696            ! regcomp.c
26697 ____________________________________________________________________________
26698 [ 11799] By: ams                                   on 2001/08/31  12:15:44
26699         Log: Integrate 11778 into mainline.
26700      Branch: perl
26701            ! t/base/term.t
26702 ____________________________________________________________________________
26703 [ 11798] By: sky                                   on 2001/08/31  11:31:44
26704         Log: Change 11797 sneaked in a faulty regcomp.c change which wasn't
26705              supposed to happen.
26706      Branch: perl
26707            ! regcomp.c
26708 ____________________________________________________________________________
26709 [ 11797] By: sky                                   on 2001/08/31  11:28:17
26710         Log: Subject: Re: Problem in ext/Time/HiRest/HiRes.t 
26711              From: "John P. Linderman" <jpl@research.att.com>
26712              Date: Fri, 31 Aug 2001 08:20:35 -0400
26713              Message-Id: <200108311220.IAA54125@raptor.research.att.com>
26714              Fixes test 14 which could fail randomly in rare cases.
26715      Branch: perl
26716            ! ext/Time/HiRes/HiRes.t regcomp.c
26717 ____________________________________________________________________________
26718 [ 11796] By: ams                                   on 2001/08/31  01:13:07
26719         Log: Subject: [PATCH] Embaressing typo in Syslog's Makefile.PL
26720              From: Nicholas Clark <nick@ccl4.org>
26721              Date: Thu, 30 Aug 2001 23:21:50 +0100
26722              Message-Id: <20010830232150.D4950@plum.flirble.org>
26723      Branch: perl
26724            ! ext/Sys/Syslog/Makefile.PL
26725 ____________________________________________________________________________
26726 [ 11795] By: ams                                   on 2001/08/30  23:53:23
26727         Log: Subject: [PATCH pod/perlhack.pod] Yet another improvement to the
26728              patching example
26729              From: Michael G Schwern <schwern@pobox.com>
26730              Date: Thu, 30 Aug 2001 17:02:08 -0400
26731              Message-Id: <20010830170208.M2318@blackrider>
26732      Branch: perl
26733            ! pod/perlhack.pod
26734 ____________________________________________________________________________
26735 [ 11794] By: ams                                   on 2001/08/30  19:35:36
26736         Log: Subject: [PATCH] pp_modulo
26737              From: Nicholas Clark <nick@ccl4.org>
26738              Date: Thu, 30 Aug 2001 18:20:54 +0100
26739              Message-Id: <20010830182053.A4950@plum.flirble.org>
26740      Branch: perl
26741            ! pp.c t/op/64bitint.t
26742 ____________________________________________________________________________
26743 [ 11793] By: sky                                   on 2001/08/30  13:02:48
26744         Log: 11792 wasn't complete
26745      Branch: perl
26746            ! makedef.pl regcomp.c
26747 ____________________________________________________________________________
26748 [ 11792] By: sky                                   on 2001/08/30  12:21:11
26749         Log: Added checks for PL_custom* and Perl_custom* functions in makedef.pl
26750      Branch: perl
26751            ! makedef.pl
26752 ____________________________________________________________________________
26753 [ 11791] By: sky                                   on 2001/08/30  10:08:02
26754         Log: Due to braindamaged makedef.pl change 11758 broke makedef.pl
26755      Branch: perl
26756            ! config_h.SH
26757 ____________________________________________________________________________
26758 [ 11790] By: sky                                   on 2001/08/30  08:22:31
26759         Log: Introduces SvREPADTMP(sv) that marks a repad SvIV as a offset
26760              on the pad. Fixes coredumps in cleanups introduced by
26761              Change 11755  
26762      Branch: perl
26763            ! op.c perl.c sv.h
26764 ____________________________________________________________________________
26765 [ 11789] By: sky                                   on 2001/08/29  19:01:47
26766         Log: GCC on HP-UX 11 with 64bit support breaks inet_ntoa
26767              This is a replacement implmentation that works on HPUX.
26768              This bug should probably be fixed in GCC.
26769      Branch: perl
26770            ! ext/Socket/Socket.xs
26771 ____________________________________________________________________________
26772 [ 11788] By: ams                                   on 2001/08/29  17:35:33
26773         Log: Subject: [PATCH] pass all tests when compiling with -DNO_PERL_PRESERVE_IVUV
26774              From: Nicholas Clark <nick@ccl4.org>
26775              Date: Wed, 29 Aug 2001 18:21:56 +0100
26776              Message-Id: <20010829182156.O4950@plum.flirble.org>
26777      Branch: perl
26778            ! ext/Devel/Peek/Peek.t sv.c t/op/64bitint.t t/op/numconvert.t
26779 ____________________________________________________________________________
26780 [ 11787] By: sky                                   on 2001/08/29  10:42:54
26781         Log: Added test for pack_addr_in and unpack_addr_in
26782              Nitpik in test 10
26783      Branch: perl
26784            ! ext/Socket/Socket.t
26785 ____________________________________________________________________________
26786 [ 11786] By: sky                                   on 2001/08/29  10:28:14
26787         Log: Added three tests to test inet_ntoa/inet_aton and *packaddr*
26788              Trying to catch errors on HP-UX
26789      Branch: perl
26790            ! ext/Socket/Socket.t
26791 ____________________________________________________________________________
26792 [ 11785] By: sky                                   on 2001/08/29  09:07:03
26793         Log: make sure USE_THREADS is defined so external apps work
26794      Branch: perl
26795            ! config_h.SH
26796 ____________________________________________________________________________
26797 [ 11784] By: sky                                   on 2001/08/29  08:06:12
26798         Log: Subject: Re: The hitlist of untested modules.
26799              From: Jonathan Stowe <gellyfish@gellyfish.com>
26800              Date: Wed, 29 Aug 2001 09:25:49 +0100 (BST)
26801              Message-ID: <Pine.LNX.4.33.0108290923320.29273-100000@orpheus.gellyfish.com>
26802              Start of tests for Shell.pm (make Schwern poorer!)
26803      Branch: perl
26804            + lib/Shell.t
26805            ! MANIFEST
26806 ____________________________________________________________________________
26807 [ 11783] By: sky                                   on 2001/08/29  07:37:50
26808         Log: END{} can change the return value even if we die from BEGIN{}
26809      Branch: perl
26810            ! miniperlmain.c
26811 ____________________________________________________________________________
26812 [ 11782] By: ams                                   on 2001/08/29  06:32:17
26813         Log: Subject: Re: [PATCH] newer tests for the coderef-in-@INC !
26814              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
26815              Date: Wed, 29 Aug 2001 09:18:17 +0200
26816              Message-Id: <20010829091817.A4453@rafael>
26817      Branch: perl
26818            ! t/op/inccode.t
26819 ____________________________________________________________________________
26820 [ 11781] By: pudge                                 on 2001/08/29  02:28:33
26821         Log: Delete xsubpp.patch, as full copy exists now
26822      Branch: maint-5.6/macperl
26823            - macos/xsubpp.patch
26824 ____________________________________________________________________________
26825 [ 11780] By: pudge                                 on 2001/08/29  02:26:03
26826         Log: Add Changes file
26827      Branch: maint-5.6/macperl
26828            + macos/Changes
26829 ____________________________________________________________________________
26830 [ 11779] By: pudge                                 on 2001/08/29  02:23:11
26831         Log: Add Mac version of xsubpp as separate file
26832      Branch: maint-5.6/macperl
26833            + macos/xsubpp
26834            ! macos/Makefile.mk
26835 ____________________________________________________________________________
26836 [ 11778] By: pudge                                 on 2001/08/29  02:14:57
26837         Log: Fix open of /dev/null for Mac OS
26838      Branch: maint-5.6/macperl
26839            ! t/base/term.t
26840 ____________________________________________________________________________
26841 [ 11777] By: pudge                                 on 2001/08/29  02:12:52
26842         Log: Various patches: enable more tests; skip CVS in PerlInstall;
26843              fix typemap for Mac::Processes; remove comments in MM_MacOS.pm
26844      Branch: maint-5.6/macperl
26845            ! macos/MacPerlTests.cmd macos/PerlInstall
26846            ! macos/ext/Mac/Processes/typemap macos/lib/ExtUtils/MM_MacOS.pm
26847 ____________________________________________________________________________
26848 [ 11776] By: pudge                                 on 2001/08/29  02:11:42
26849         Log: Allow for platforms to override formatting of errors
26850              on output from Matthias Neeracher (Mac files)
26851      Branch: maint-5.6/macperl
26852            ! macos/macish.c macos/macish.h
26853 ____________________________________________________________________________
26854 [ 11775] By: pudge                                 on 2001/08/29  01:59:32
26855         Log: Allow for platforms to override formatting of errors
26856              on output from Matthias Neeracher (core files)
26857      Branch: maint-5.6/macperl
26858            ! perl.h pp_ctl.c util.c
26859 ____________________________________________________________________________
26860 [ 11774] By: pudge                                 on 2001/08/29  01:29:43
26861         Log: Add some param checking, from reports by Kevin Reid.
26862      Branch: maint-5.6/macperl
26863            ! macos/ext/Mac/Controls/Controls.pm
26864            ! macos/ext/Mac/Menus/Menus.pm macos/ext/Mac/Windows/Windows.pm
26865 ____________________________________________________________________________
26866 [ 11773] By: ams                                   on 2001/08/28  23:54:57
26867         Log: Subject: [PATCH] make coretest
26868              From: Paul Johnson <paul@pjcj.net>
26869              Date: Wed, 29 Aug 2001 00:11:38 +0200
26870              Message-Id: <20010829001138.B12169@pjcj.net>
26871              (Applied without the change to perlhack.pod. This should
26872              probably stay undocumented.)
26873      Branch: perl
26874            ! Makefile.SH t/TEST
26875 ____________________________________________________________________________
26876 [ 11772] By: sky                                   on 2001/08/28  13:01:20
26877         Log: Subject: [PATCH t/op/pack.t pod/perlhack.pod] Adding the failure diagnostic  
26878              From: Michael G Schwern <schwern@pobox.com>
26879              Date: Tue, 28 Aug 2001 09:57:39 -0400
26880              Message-ID: <20010828095738.E17775@blackrider>
26881      Branch: perl
26882            ! pod/perlhack.pod t/op/pack.t
26883 ____________________________________________________________________________
26884 [ 11771] By: sky                                   on 2001/08/28  11:20:13
26885         Log: Subject: [PATCH] put useful info in %INC for files loaded by a hook in @INC
26886              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
26887              Date: Tue, 28 Aug 2001 14:23:43 +0200
26888              Message-ID: <20010828142343.A19299@rafael>
26889      Branch: perl
26890            ! pod/perlvar.pod pp_ctl.c
26891 ____________________________________________________________________________
26892 [ 11770] By: ams                                   on 2001/08/28  10:13:21
26893         Log: Subject: [PATCH] odd typo in op.h
26894              From: Nicholas Clark <nick@ccl4.org>
26895              Date: Tue, 28 Aug 2001 12:10:26 +0100
26896              Message-Id: <20010828121026.V4950@plum.flirble.org>
26897      Branch: perl
26898            ! op.h
26899 ____________________________________________________________________________
26900 [ 11769] By: sky                                   on 2001/08/28  08:09:16
26901         Log: Subject: [ID 20010827.008] no-foo options broken in B::Lint
26902              From: Ville "Skyttä" <scop@cs132170.pp.htv.fi>
26903              Date: Tue, 28 Aug 2001 02:22:20 +0300
26904              Message-Id: <200108272322.f7RNMKd02261@cs132170.pp.htv.fi>
26905      Branch: perl
26906            ! ext/B/B/Lint.pm
26907 ____________________________________________________________________________
26908 [ 11768] By: ams                                   on 2001/08/28  00:47:35
26909         Log: Subject: Re: [PATCH pod/perlhack.pod t/op/pack.t] Fixing bad testing advice
26910              From: Michael G Schwern <schwern@pobox.com>
26911              Date: Mon, 27 Aug 2001 21:24:44 -0400
26912              Message-Id: <20010827212444.F12582@blackrider>
26913      Branch: perl
26914            ! pod/perlhack.pod t/op/pack.t
26915 ____________________________________________________________________________
26916 [ 11767] By: ams                                   on 2001/08/27  23:59:48
26917         Log: Subject: [PATCH pod/perlhack.pod t/op/pack.t] Fixing bad testing advice
26918              From: Michael G Schwern <schwern@pobox.com>
26919              Date: Mon, 27 Aug 2001 20:12:29 -0400
26920              Message-Id: <20010827201229.D12582@blackrider>
26921      Branch: perl
26922            ! pod/perlhack.pod t/op/pack.t
26923 ____________________________________________________________________________
26924 [ 11766] By: ams                                   on 2001/08/27  23:39:40
26925         Log: Update Changes.
26926      Branch: perl
26927            ! Changes
26928 ____________________________________________________________________________
26929 [ 11765] By: ams                                   on 2001/08/27  22:53:10
26930         Log: Subject: Re: [PATCH] new tests for the coderef-in-@INC
26931              From: Michael G Schwern <schwern@pobox.com>
26932              Date: Mon, 27 Aug 2001 19:47:30 -0400
26933              Message-Id: <20010827194730.C12582@blackrider>
26934      Branch: perl
26935            ! t/op/inccode.t
26936 ____________________________________________________________________________
26937 [ 11764] By: ams                                   on 2001/08/27  22:46:21
26938         Log: Subject: [PATCH] new tests for the coderef-in-@INC
26939              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
26940              Date: Mon, 27 Aug 2001 22:36:27 +0200
26941              Message-Id: <20010827223627.C690@rafael>
26942              
26943              Subject: Re: [PATCH] new tests for the coderef-in-@INC
26944              From: Nicholas Clark <nick@ccl4.org>
26945              Date: Tue, 28 Aug 2001 00:02:46 +0100
26946              Message-Id: <20010828000245.R4950@plum.flirble.org>
26947      Branch: perl
26948            + t/op/inccode.t
26949            ! MANIFEST
26950 ____________________________________________________________________________
26951 [ 11763] By: ams                                   on 2001/08/27  22:41:09
26952         Log: Subject: [PATCH lib/warnings.t] Removing 2>&1 requirement  (was Re:
26953              bleadperl on fire, Win95+4NT)
26954              From: Michael G Schwern <schwern@pobox.com>
26955              Date: Mon, 27 Aug 2001 16:54:42 -0400
26956              Message-Id: <20010827165442.F9436@blackrider>
26957      Branch: perl
26958            ! lib/warnings.t
26959 ____________________________________________________________________________
26960 [ 11762] By: sky                                   on 2001/08/27  19:19:17
26961         Log: Changed back Net/Ping.pm change #11759 since WNOHANG wasn't
26962              avaible at compile time. This broke the compilation of 
26963              Net/Ping.pm
26964      Branch: perl
26965            ! lib/Net/Ping.pm
26966 ____________________________________________________________________________
26967 [ 11761] By: sky                                   on 2001/08/27  18:34:48
26968         Log: Removed tripple definitions of CUSTOM_OP functions.
26969      Branch: perl
26970            ! embed.h embed.pl global.sym objXSUB.h perlapi.c proto.h
26971 ____________________________________________________________________________
26972 [ 11760] By: sky                                   on 2001/08/27  18:21:27
26973         Log: Regen headers
26974      Branch: perl
26975            ! embed.h embedvar.h objXSUB.h opcode.h opnames.h perlapi.c
26976            ! perlapi.h proto.h
26977 ____________________________________________________________________________
26978 [ 11759] By: ams                                   on 2001/08/27  16:31:53
26979         Log: Subject: [PATCH] pod/perlfunc.pod, lib/Net/Ping.pm, ext/POSIX/POSIX.pod
26980              From: "chromatic" <chromatic@rmci.net>
26981              Date: Mon, 27 Aug 2001 11:17:09 -0600
26982              Message-Id: <20010827172111.89491.qmail@onion.perl.org>
26983      Branch: perl
26984            ! ext/POSIX/POSIX.pod lib/Net/Ping.pm pod/perlfunc.pod
26985 ____________________________________________________________________________
26986 [ 11758] By: sky                                   on 2001/08/27  15:16:42
26987         Log: Changes USE_THREADS to USE_5005THREADS in the entire source.
26988              Thanks to H. Merijn Brand for the patch.
26989              Some of the comments and or guards might be removable in perl.h now.
26990      Branch: perl
26991            ! NetWare/config_H.wc NetWare/nw5thread.c NetWare/nw5thread.h
26992            ! Porting/Glossary Porting/config_H README.threads config_h.SH
26993            ! cop.h cv.h deb.c dosish.h dump.c embed.h embed.pl embedvar.h
26994            ! ext/B/B.xs ext/B/B/C.pm ext/B/B/Deparse.pm
26995            ! ext/B/ramblings/runtime.porting ext/DynaLoader/dl_aix.xs
26996            ! ext/Thread/Thread.xs gv.c intrpvar.h mg.c miniperlmain.c
26997            ! objXSUB.h op.c os2/os2.c os2/os2ish.h perl.c perl.h perlapi.c
26998            ! perlvars.h pod/perlguts.pod pp.c pp.h pp_ctl.c pp_hot.c
26999            ! proto.h regexec.c scope.c sv.c sv.h thrdvar.h thread.h toke.c
27000            ! uconfig.h util.c vms/genconfig.pl vms/vms.c vos/config.alpha.h
27001            ! vos/config.ga.h win32/config_H.bc win32/config_H.gc
27002            ! win32/config_H.vc win32/perllib.c win32/win32.h
27003            ! win32/win32sck.c win32/win32thread.c win32/win32thread.h
27004            ! wince/config.h wince/config_H.ce wince/win32.h
27005            ! wince/win32thread.c wince/win32thread.h wince/wincesck.c
27006 ____________________________________________________________________________
27007 [ 11757] By: sky                                   on 2001/08/27  13:39:16
27008         Log: Subject: GNU ld parses arguments different
27009              From: H.Merijn Brand <h.m.brand@hccnet.nl>
27010              Date: Mon, 27 Aug 2001 16:25:51 +0200
27011              Message-Id: <20010827162254.2EA6.H.M.BRAND@hccnet.nl>
27012      Branch: perl
27013            ! hints/hpux.sh
27014 ____________________________________________________________________________
27015 [ 11756] By: sky                                   on 2001/08/27  13:18:45
27016         Log: Subject: Custom Ops
27017              From: Simon Cozens <simon@netthink.co.uk>
27018              Date: Sat, 25 Aug 2001 17:45:09 +0100
27019              Message-ID: <20010825174509.A5752@netthink.co.uk>
27020              I also added a fix to Opcode.pm to quite test cases.
27021      Branch: perl
27022            ! dump.c embed.pl ext/Opcode/Opcode.pm intrpvar.h op.c op.h
27023            ! opcode.pl pod/perlguts.pod pp_ctl.c pp_sys.c run.c sv.c utf8.c
27024 ____________________________________________________________________________
27025 [ 11755] By: sky                                   on 2001/08/27  05:37:17
27026         Log: Plugs a memory leak on destruction of regular expressions
27027              introcued by #11274.
27028              PL_regex_padav now has an AV as it's first entry with a list
27029              of freed regex_padav slots that it will reuse on creating
27030              new PMOPs.
27031      Branch: perl
27032            ! op.c perl.c
27033 ____________________________________________________________________________
27034 [ 11754] By: ams                                   on 2001/08/26  14:38:52
27035         Log: Subject: [PATCH] t/io/binmode.t
27036              From: Nicholas Clark <nick@ccl4.org>
27037              Date: Sun, 26 Aug 2001 12:03:05 +0100
27038              Message-Id: <20010826120305.C4950@plum.flirble.org>
27039              
27040              (Also a nitpick in #11752 to t/op/universal.t)
27041      Branch: perl
27042            ! t/io/binmode.t t/op/universal.t
27043 ____________________________________________________________________________
27044 [ 11753] By: ams                                   on 2001/08/26  08:19:34
27045         Log: Subject: [PATCH] op/universal.t failing
27046              From: Nicholas Clark <nick@ccl4.org>
27047              Date: Sun, 26 Aug 2001 09:48:22 +0100
27048              Message-Id: <20010826094822.B4950@plum.flirble.org>
27049      Branch: perl
27050            ! t/op/universal.t
27051 ____________________________________________________________________________
27052 [ 11752] By: ams                                   on 2001/08/25  22:46:13
27053         Log: Subject: Re: 'can' with undefined subs
27054              From: Tony Bowden <tony@kasei.com>
27055              Date: Sat, 25 Aug 2001 14:58:17 +0100
27056              Message-Id: <20010825145817.A11788@soto.kasei.com>
27057              (Applied with minor modifications.)
27058      Branch: perl
27059            ! t/op/universal.t
27060 ____________________________________________________________________________
27061 [ 11751] By: ams                                   on 2001/08/25  18:28:43
27062         Log: Subject: Re: 'can' with undefined subs
27063              From: Tony Bowden <tony@kasei.com>
27064              Date: Sat, 25 Aug 2001 15:13:14 +0100
27065              Message-Id: <20010825151314.B11788@soto.kasei.com>
27066      Branch: perl
27067            ! lib/UNIVERSAL.pm
27068 ____________________________________________________________________________
27069 [ 11750] By: nick                                  on 2001/08/25  15:24:15
27070         Log: Integrate mainline
27071      Branch: perlio
27072           +> t/io/binmode.t
27073           !> (integrate 26 files)
27074 ____________________________________________________________________________
27075 [ 11749] By: nick                                  on 2001/08/25  14:55:41
27076         Log: Subject:  Re: [PATCH] Added wisdom to perlhack.pod
27077              From:  John Peacock <jpeacock@rowman.com>
27078              Date:  Wed, 22 Aug 2001 12:05:28 -0400
27079              Message-Id:  <3B83D848.7FD9C6EF@rowman.com>
27080      Branch: perl
27081            ! pod/perlhack.pod
27082 ____________________________________________________________________________
27083 [ 11748] By: nick                                  on 2001/08/25  14:53:04
27084         Log: Subject:  Re: [PATCH] (was Re: PerlIO regerssion tests?)
27085              From:  Michael G Schwern <schwern@pobox.com>
27086              Date:  Wed, 22 Aug 2001 19:22:45 -0400
27087              Message-Id:  <20010822192245.U619@blackrider>
27088      Branch: perl
27089            ! MANIFEST
27090 ____________________________________________________________________________
27091 [ 11747] By: nick                                  on 2001/08/25  14:52:33
27092         Log: Subject:  [PATCH] (was Re: PerlIO regerssion tests?)
27093              From:  Nicholas Clark <nick@ccl4.org>
27094              Date:  Wed, 22 Aug 2001 23:29:06 +0100
27095              Message-Id:  <20010822232906.Z82818@plum.flirble.org>
27096      Branch: perl
27097            + t/io/binmode.t
27098            ! perlio.c pod/perlfunc.pod
27099 ____________________________________________________________________________
27100 [ 11744] By: nick                                  on 2001/08/25  14:37:33
27101         Log: Subject:  [PATCH bleadperl] quiet down VC++ warnings in a2py.c and walk.c
27102              From:  Nikola Knezevic <indy@tesla.rcub.bg.ac.yu>
27103              Date:  Fri, 24 Aug 2001 22:10:42 +0200
27104              Message-Id:  <1065978076.20010824221042@tesla.rcub.bg.ac.yu>
27105      Branch: perl
27106            ! x2p/a2py.c x2p/walk.c
27107 ____________________________________________________________________________
27108 [ 11743] By: nick                                  on 2001/08/25  14:32:47
27109         Log: Subject:  [DOC PATCH] The coderef-in-@INC feature
27110              From:  Rafael Garcia-Suarez <rgarciasuarez@free.fr>
27111              Date:  Fri, 24 Aug 2001 23:34:13 +0200
27112              Message-Id:  <20010824233413.A1285@rafael>
27113      Branch: perl
27114            ! pod/perlfunc.pod pod/perlvar.pod
27115 ____________________________________________________________________________
27116 [ 11742] By: ams                                   on 2001/08/25  13:16:02
27117         Log: Subject: [PATCH] Re: The coderef in @INC strikes back
27118              From: Nicholas Clark <nick@ccl4.org>
27119              Date: Sat, 25 Aug 2001 14:50:07 +0100
27120              Message-Id: <20010825145007.L41464@plum.flirble.org>
27121      Branch: perl
27122            ! pp_ctl.c
27123 ____________________________________________________________________________
27124 [ 11741] By: nick                                  on 2001/08/24  07:08:45
27125         Log: When applying patch via Porting/apply fails, do p4 refresh
27126              to get old files back.
27127      Branch: perl
27128            ! Porting/apply
27129 ____________________________________________________________________________
27130 [ 11740] By: ams                                   on 2001/08/24  04:47:24
27131         Log: #11739 was incomplete.
27132      Branch: perl
27133            ! pod/perldiag.pod
27134 ____________________________________________________________________________
27135 [ 11739] By: ams                                   on 2001/08/24  04:09:40
27136         Log: Subject: [DOC patch bleadperl] "misspelled" misspelled
27137              From: "Philip Newton" <Philip.Newton@gmx.net>
27138              Date: Fri, 24 Aug 2001 07:08:34 +0200
27139      Branch: perl
27140            ! pod/perldiag.pod
27141 ____________________________________________________________________________
27142 [ 11738] By: ams                                   on 2001/08/24  02:19:42
27143         Log: Fixed Doug Wilson's email address.
27144      Branch: perl
27145            ! AUTHORS
27146 ____________________________________________________________________________
27147 [ 11737] By: ams                                   on 2001/08/24  00:10:13
27148         Log: Subject: [DOC PATCH] Adding new warning in perldiag.pod
27149              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
27150              Date: Thu, 23 Aug 2001 22:22:58 +0200
27151              Message-Id: <20010823222258.A901@rafael>
27152      Branch: perl
27153            ! pod/perldiag.pod
27154 ____________________________________________________________________________
27155 [ 11736] By: ams                                   on 2001/08/24  00:05:02
27156         Log: Subject: [PATCH perl@ ] add $Config('scriptdir'} on VMS
27157              From: "Craig A. Berry" <craigberry@mac.com>
27158              Date: Thu, 23 Aug 2001 19:07:45 -0500
27159              Message-Id: <a05101004b7ab4593bb24@[172.16.52.1]>
27160      Branch: perl
27161            ! configure.com
27162 ____________________________________________________________________________
27163 [ 11735] By: sky                                   on 2001/08/23  13:42:07
27164         Log: Backed out 11732, it breaks lib/strict.t 
27165      Branch: perl
27166            ! op.c
27167 ____________________________________________________________________________
27168 [ 11734] By: sky                                   on 2001/08/23  11:45:59
27169         Log: Removed toy from 17133 after Matt Sargeants request.
27170      Branch: perl
27171            ! pod/perlfaq4.pod
27172 ____________________________________________________________________________
27173 [ 11733] By: sky                                   on 2001/08/23  11:36:29
27174         Log: Subject: [PATCH perlfaq4] Faster permutation algorithms
27175              From: Robin Houston <robin@kitsite.com>
27176              Date: Wed, 22 Aug 2001 23:06:16 +0100
27177              Message-ID: <20010822230616.A254@robin.kitsite.com>
27178      Branch: perl
27179            ! pod/perlfaq4.pod
27180 ____________________________________________________________________________
27181 [ 11732] By: sky                                   on 2001/08/23  10:36:02
27182         Log: Subject: Re: [ID 20010822.001] Freeing pads after parse error
27183              From: Simon Cozens <simon@netthink.co.uk>
27184              Date: Thu, 23 Aug 2001 12:06:36 +0100
27185              Message-ID: <20010823120636.A9961@netthink.co.uk>
27186      Branch: perl
27187            ! op.c
27188 ____________________________________________________________________________
27189 [ 11731] By: gsar                                  on 2001/08/23  03:58:58
27190         Log: fix broken windows build
27191      Branch: perl
27192            ! perl.h
27193 ____________________________________________________________________________
27194 [ 11730] By: ams                                   on 2001/08/22  21:35:30
27195         Log: Subject: [PATCH] io/tell.t doesn't chdir t
27196              From: Nicholas Clark <nick@ccl4.org>
27197              Date: Wed, 22 Aug 2001 23:25:58 +0100
27198              Message-Id: <20010822232557.Y82818@plum.flirble.org>
27199      Branch: perl
27200            ! t/io/tell.t
27201 ____________________________________________________________________________
27202 [ 11729] By: ams                                   on 2001/08/22  20:32:21
27203         Log: Subject: [PATCH] Documentation in File::Spec (was Re: minor File::Spec
27204              questions)
27205              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
27206              Date: Wed, 22 Aug 2001 17:09:04 -0400
27207              Message-Id: <20010822170904.A76069@linguist.thayer.dartmouth.edu>
27208              (Oops, forgot File::Spec::Unix in the previous patch.)
27209      Branch: perl
27210            ! lib/File/Spec/Unix.pm
27211 ____________________________________________________________________________
27212 [ 11728] By: ams                                   on 2001/08/22  20:25:41
27213         Log: Subject: [PATCH] Documentation in File::Spec (was Re: minor File::Spec
27214              questions)
27215              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
27216              Date: Wed, 22 Aug 2001 17:09:04 -0400
27217              Message-Id: <20010822170904.A76069@linguist.thayer.dartmouth.edu>
27218      Branch: perl
27219            ! lib/File/Spec.pm
27220 ____________________________________________________________________________
27221 [ 11727] By: ams                                   on 2001/08/22  19:43:30
27222         Log: Subject: Re: [PATCH 1 of 3] $] is deprecated - eliminate from core tests
27223              From: John Peacock <jpeacock@rowman.com>
27224              Date: Wed, 22 Aug 2001 12:35:52 -0400
27225              Message-Id: <3B83DF68.5D89DC81@rowman.com>
27226              (Adds proper tests for $], notwithstanding Subject. +nitpick)
27227      Branch: perl
27228            ! t/op/ver.t
27229 ____________________________________________________________________________
27230 [ 11726] By: ams                                   on 2001/08/22  19:36:39
27231         Log: Subject: [ID 20010822.007] eval STRING & diagnostics.pm not mixing
27232              From: schwern@ool-18b93024.dyn.optonline.net (Michael G Schwern)
27233              Date: Wed, 22 Aug 2001 16:03:00 -0400 (EDT)
27234              Message-Id: <20010822200300.0D1638253@ool-18b93024.dyn.optonline.net>
27235      Branch: perl
27236            ! lib/diagnostics.pm lib/diagnostics.t
27237 ____________________________________________________________________________
27238 [ 11725] By: ams                                   on 2001/08/22  19:25:01
27239         Log: Subject: [PATCH] 64 bit integer preserving pp_divide
27240              From: Nicholas Clark <nick@ccl4.org>
27241              Date: Wed, 22 Aug 2001 20:59:05 +0100
27242              Message-Id: <20010822205905.U82818@plum.flirble.org>
27243      Branch: perl
27244            ! pp.c t/op/64bitint.t t/op/arith.t
27245 ____________________________________________________________________________
27246 [ 11724] By: ams                                   on 2001/08/22  10:02:33
27247         Log: Subject: Configure blooper
27248              From: H.Merijn Brand <h.m.brand@hccnet.nl>
27249              Date: Wed, 22 Aug 2001 12:38:35 +0200
27250              Message-Id: <20010822123750.A797.H.M.BRAND@hccnet.nl>
27251      Branch: perl
27252            ! Configure
27253 ____________________________________________________________________________
27254 [ 11723] By: ams                                   on 2001/08/21  16:17:53
27255         Log: Subject: [PATCH] installperl -help
27256              From: Nicholas Clark <nick@ccl4.org>
27257              Date: Tue, 21 Aug 2001 17:34:23 +0100
27258              Message-Id: <20010821173423.F82818@plum.flirble.org>
27259      Branch: perl
27260            ! installperl
27261 ____________________________________________________________________________
27262 [ 11722] By: ams                                   on 2001/08/20  07:46:31
27263         Log: Subject: [PATCH perlvar.pod] Rewrite $. entry and switch to -> syntax
27264              From: Ilmari Karonen <iltzu@sci.fi>
27265              Date: Mon, 20 Aug 2001 06:42:01 +0300 (EET DST)
27266              Message-Id: <Pine.SOL.3.96.1010820063126.28048A-100000@simpukka>
27267      Branch: perl
27268            ! pod/perlvar.pod
27269 ____________________________________________________________________________
27270 [ 11721] By: nick                                  on 2001/08/20  06:24:31
27271         Log: Integrate mainline
27272      Branch: perlio
27273           +> Porting/apply lib/Lingua/KO/Hangul/Util.pm
27274           +> lib/Lingua/KO/Hangul/Util/Changes
27275           +> lib/Lingua/KO/Hangul/Util/README
27276           +> lib/Lingua/KO/Hangul/Util/t/test.t lib/Unicode/Collate.pm
27277           +> lib/Unicode/Collate/Changes lib/Unicode/Collate/README
27278           +> lib/Unicode/Collate/keys.txt lib/Unicode/Collate/t/test.t
27279           +> lib/Unicode/Normalize.pm lib/Unicode/Normalize/Changes
27280           +> lib/Unicode/Normalize/README lib/Unicode/Normalize/t/norm.t
27281           +> lib/Unicode/Normalize/t/test.t
27282            - lib/Net/README.config lib/Net/demos/snpp lib/Net/libnet.ppd
27283           !> (integrate 55 files)
27284 ____________________________________________________________________________
27285 [ 11720] By: pudge                                 on 2001/08/19  19:00:16
27286         Log: Integrate Change #11599 from maint-5.6/perl
27287      Branch: maint-5.6/macperl
27288           !> README.win32
27289 ____________________________________________________________________________
27290 [ 11719] By: ams                                   on 2001/08/18  21:21:42
27291         Log: Add Porting/apply to MANIFEST.
27292      Branch: perl
27293            ! MANIFEST
27294 ____________________________________________________________________________
27295 [ 11718] By: sky                                   on 2001/08/18  14:38:01
27296         Log: PL_reentrant_buffer does not exist in 5005threaded perl.
27297              Better solution would be to make 5005threaded perl use
27298              the same system as ithreads do
27299      Branch: perl
27300            ! perl.h
27301 ____________________________________________________________________________
27302 [ 11717] By: jhi                                   on 2001/08/18  14:24:42
27303         Log: New try for ID 20010407.006: detach the semantics
27304              "was the last match target UTF8" into its own variable.
27305      Branch: perl
27306            ! embedvar.h intrpvar.h mg.c perlapi.h pod/perlapi.pod pp.c
27307            ! pp_hot.c regcomp.c regexec.c sv.c t/op/pat.t thrdvar.h
27308 ____________________________________________________________________________
27309 [ 11716] By: jhi                                   on 2001/08/18  12:11:14
27310         Log: UTF8 flag should be meaningful only when POK.
27311      Branch: perl
27312            ! dump.c
27313 ____________________________________________________________________________
27314 [ 11715] By: sky                                   on 2001/08/18  11:45:16
27315         Log: USE_THREADS and USE_ITHREADS are never true at the same time
27316      Branch: perl
27317            ! perl.h
27318 ____________________________________________________________________________
27319 [ 11714] By: jhi                                   on 2001/08/18  06:03:24
27320         Log: Retract #11712 for now.  The real fix would probably
27321              be something like making PL_reg_sv a copy (PV + UTF8)
27322              of the matched/substituted string (note: not just a SvPOK
27323              string, for example the stringified form of a ROK would
27324              be applicable)  Beware of leaks.
27325      Branch: perl
27326            ! pp_hot.c t/op/pat.t
27327 ____________________________________________________________________________
27328 [ 11713] By: jhi                                   on 2001/08/18  03:22:42
27329         Log: UTF8 wasn't printing for PVMGs.
27330      Branch: perl
27331            ! dump.c
27332 ____________________________________________________________________________
27333 [ 11712] By: jhi                                   on 2001/08/18  03:22:24
27334         Log: (Retracted by #11714)
27335              
27336              Okay analysis, debatable fix.  (The fix will inc
27337              the refcount of all temporary match objects,
27338              like for example tied(%h) =~ /^.../ from Tie/RefHash.t,
27339              which will then cause griping at untie() time
27340              ("inner references remain").
27341              
27342              Fix for ID 20010407.006: PL_reg_sv got wiped out
27343              by freetemps if the match target was a temporary
27344              (like function_call() =~ /.../), which in turn meant
27345              that the $1 et al stopped working if they had UTF-8
27346              in them.  Therefore bump up the refcount of PL_reg_sv.
27347      Branch: perl
27348            ! pp_hot.c t/op/pat.t
27349 ____________________________________________________________________________
27350 [ 11711] By: ams                                   on 2001/08/17  20:32:08
27351         Log: Subject: [PATCH] doesn't compile, was perl@11710
27352              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
27353              Date: Fri, 17 Aug 2001 23:21:10 +0200
27354              Message-Id: <20010817232110.C7041@rafael> 
27355      Branch: perl
27356            ! sharedsv.c
27357 ____________________________________________________________________________
27358 [ 11710] By: jhi                                   on 2001/08/17  14:26:57
27359         Log: Update Changes.
27360      Branch: perl
27361            ! Changes patchlevel.h
27362 ____________________________________________________________________________
27363 [ 11709] By: jhi                                   on 2001/08/17  13:47:53
27364         Log: Upgrade to libnet 1.0704.
27365      Branch: perl
27366            - lib/Net/README.config lib/Net/demos/snpp lib/Net/libnet.ppd
27367            ! MANIFEST lib/Net/ChangeLog.libnet lib/Net/Cmd.pm
27368            ! lib/Net/Config.pm lib/Net/Domain.pm lib/Net/FTP.pm
27369            ! lib/Net/FTP/A.pm lib/Net/FTP/I.pm lib/Net/FTP/dataconn.pm
27370            ! lib/Net/NNTP.pm lib/Net/Netrc.pm lib/Net/POP3.pm
27371            ! lib/Net/README.libnet lib/Net/SMTP.pm lib/Net/Time.pm
27372            ! lib/Net/libnetFAQ.pod lib/Net/t/ftp.t
27373 ____________________________________________________________________________
27374 [ 11708] By: sky                                   on 2001/08/17  13:34:04
27375         Log: Let perl_clone copy PL_exit_flags
27376      Branch: perl
27377            ! sv.c
27378 ____________________________________________________________________________
27379 [ 11707] By: sky                                   on 2001/08/17  12:28:41
27380         Log: Protext sharedsv_space better. Extended EDIT and RELEASE macro
27381      Branch: perl
27382            ! sharedsv.c sharedsv.h
27383 ____________________________________________________________________________
27384 [ 11706] By: jhi                                   on 2001/08/17  11:59:28
27385         Log: The metaconfig unit change for #11705.
27386      Branch: metaconfig/U/perl
27387            ! Extensions.U
27388 ____________________________________________________________________________
27389 [ 11705] By: jhi                                   on 2001/08/17  11:58:48
27390         Log: Allow the threads extension to be found if present.
27391      Branch: perl
27392            ! Configure
27393 ____________________________________________________________________________
27394 [ 11704] By: nick                                  on 2001/08/17  11:47:54
27395         Log: Mail -> change script (pre-alpha)
27396      Branch: perl
27397            + Porting/apply
27398 ____________________________________________________________________________
27399 [ 11703] By: sky                                   on 2001/08/17  07:11:24
27400         Log: Fixed macros for localtime_r under USE_REENTRANT_API, also fixed for HP-UX 10.20
27401              Thanks to Tom Hospel for pointing out my error.
27402      Branch: perl
27403            ! op.h
27404 ____________________________________________________________________________
27405 [ 11702] By: sky                                   on 2001/08/17  04:18:11
27406         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.
27407      Branch: perl
27408            ! embed.pl miniperlmain.c perl.c perl.h proto.h
27409 ____________________________________________________________________________
27410 [ 11701] By: jhi                                   on 2001/08/17  03:22:38
27411         Log: Integrate Lingua::KO::Hangul::Util 0.02, Unicode::Normalize,
27412              and Unicode::Collate 0.07, from SADAHIRO Tomoyuki.
27413      Branch: perl
27414            + lib/Lingua/KO/Hangul/Util.pm lib/Lingua/KO/Hangul/Util/Changes
27415            + lib/Lingua/KO/Hangul/Util/README
27416            + lib/Lingua/KO/Hangul/Util/t/test.t lib/Unicode/Collate.pm
27417            + lib/Unicode/Collate/Changes lib/Unicode/Collate/README
27418            + lib/Unicode/Collate/keys.txt lib/Unicode/Collate/t/test.t
27419            + lib/Unicode/Normalize.pm lib/Unicode/Normalize/Changes
27420            + lib/Unicode/Normalize/README lib/Unicode/Normalize/t/norm.t
27421            + lib/Unicode/Normalize/t/test.t
27422            ! MANIFEST
27423 ____________________________________________________________________________
27424 [ 11700] By: jhi                                   on 2001/08/17  02:58:59
27425         Log: Subject: [PATCH perl@11683] IEEE float tweak for VMS
27426              Date: Thu, 16 Aug 2001 22:46:15 -0500
27427              From: "Craig A. Berry" <craigberry@mac.com>
27428              Message-Id: <5.1.0.14.0.20010816204836.01ab4e58@exchi01>
27429      Branch: perl
27430            ! configure.com numeric.c
27431 ____________________________________________________________________________
27432 [ 11699] By: jhi                                   on 2001/08/17  02:33:00
27433         Log: It seems that Tru64 has "naturally" threadsafe APIs only for
27434              of the usual suspects (like getpwent) but not for others
27435              (like localtime and rand).  The _r versions are available
27436              for all of them, so let's use them.
27437      Branch: perl
27438            ! perl.h
27439 ____________________________________________________________________________
27440 [ 11698] By: jhi                                   on 2001/08/17  01:53:02
27441         Log: (Accidental apply; thankfully empty.)
27442      Branch: perl
27443            ! hints/os390.sh
27444 ____________________________________________________________________________
27445 [ 11697] By: jhi                                   on 2001/08/17  01:50:55
27446         Log: Subject: Re: [ID 20010803.016] Possible regex bug in 5.6.1 
27447              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
27448              Date: Thu, 16 Aug 2001 16:27:49 +0100
27449              Message-Id: <200108161527.f7GFRnH09419@crypt.compulink.co.uk>
27450      Branch: perl
27451            ! regexec.c t/op/re_tests
27452 ____________________________________________________________________________
27453 [ 11696] By: jhi                                   on 2001/08/17  01:50:01
27454         Log: Subject: Re: [ID 20010814.004] pos() doesn't work when using =~m// in list context 
27455              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
27456              Date: Thu, 16 Aug 2001 18:50:01 +0100
27457              Message-Id: <200108161750.f7GHo1l22207@crypt.compulink.co.uk>
27458      Branch: perl
27459            ! pp_hot.c t/op/pat.t
27460 ____________________________________________________________________________
27461 [ 11695] By: jhi                                   on 2001/08/17  01:49:12
27462         Log: Subject: [PATCH] *time_r again
27463              From: "Arthur Bergman" <arthur@contiller.se>
27464              Date: Thu, 16 Aug 2001 16:01:54 +0200
27465              Message-ID: <00ca01c1265c$0175f940$21000a0a@vogw2kdev>
27466      Branch: perl
27467            ! op.h
27468 ____________________________________________________________________________
27469 [ 11694] By: jhi                                   on 2001/08/17  01:47:53
27470         Log: system() and backtick error handling cleanup from Craig A. Berry.
27471      Branch: perl
27472            ! vms/vms.c
27473 ____________________________________________________________________________
27474 [ 11693] By: gsar                                  on 2001/08/17  01:07:21
27475         Log: change#10334 leaks memory, copies string when it doesn't
27476              need to
27477      Branch: perl
27478            ! perl.c
27479 ____________________________________________________________________________
27480 [ 11692] By: jhi                                   on 2001/08/16  12:22:29
27481         Log: One more twist to the sprintf + utf8 testing.
27482      Branch: perl
27483            ! t/op/misc.t
27484 ____________________________________________________________________________
27485 [ 11691] By: jhi                                   on 2001/08/16  11:46:02
27486         Log: Fix for 20010407.008 sprintf removes utf8-ness.
27487      Branch: perl
27488            ! pp.c t/op/misc.t
27489 ____________________________________________________________________________
27490 [ 11690] By: jhi                                   on 2001/08/16  11:31:00
27491         Log: Subject: [PATCH] *time_r fixes
27492              From: "Arthur Bergman" <arthur@contiller.se>
27493              Message-ID: <00b901c1264e$1cbe6970$21000a0a@vogw2kdev>
27494              Date: Thu, 16 Aug 2001 14:22:27 +0200
27495      Branch: perl
27496            ! op.h
27497 ____________________________________________________________________________
27498 [ 11689] By: jhi                                   on 2001/08/16  11:29:30
27499         Log: Upgrade to CGI.pm 2.77.
27500      Branch: perl
27501            ! lib/CGI.pm lib/CGI/Fast.pm lib/CGI/Util.pm lib/CGI/t/form.t
27502            ! lib/CGI/t/function.t
27503 ____________________________________________________________________________
27504 [ 11688] By: jhi                                   on 2001/08/16  01:07:21
27505         Log: Document the bytes-to-Unicode upgrading.
27506      Branch: perl
27507            ! pod/perlunicode.pod
27508 ____________________________________________________________________________
27509 [ 11687] By: jhi                                   on 2001/08/16  00:29:29
27510         Log: Add a test for Unicode sprintf.
27511      Branch: perl
27512            ! t/op/misc.t
27513 ____________________________________________________________________________
27514 [ 11686] By: jhi                                   on 2001/08/16  00:20:40
27515         Log: Add Unicode tests for index/rindex.
27516      Branch: perl
27517            ! t/op/index.t
27518 ____________________________________________________________________________
27519 [ 11685] By: jhi                                   on 2001/08/15  22:51:53
27520         Log: Document a bit the art of minimizing the installation,
27521              based on the p5p discussion.
27522      Branch: perl
27523            ! INSTALL
27524 ____________________________________________________________________________
27525 [ 11684] By: nick                                  on 2001/08/15  15:03:31
27526         Log: Integrate mainline
27527      Branch: perlio
27528           +> sharedsv.c sharedsv.h
27529           !> (integrate 53 files)
27530 ____________________________________________________________________________
27531 [ 11683] By: jhi                                   on 2001/08/15  13:49:07
27532         Log: Update Changes.
27533      Branch: perl
27534            ! Changes patchlevel.h
27535 ____________________________________________________________________________
27536 [ 11682] By: jhi                                   on 2001/08/15  13:26:00
27537         Log: The #11673 necessitated a test tweak.
27538      Branch: perl
27539            ! t/io/utf8.t
27540 ____________________________________________________________________________
27541 [ 11681] By: jhi                                   on 2001/08/15  13:12:50
27542         Log: Also UNICOS is in the general case unable to silently
27543              handle fp overflows.
27544      Branch: perl
27545            ! numeric.c
27546 ____________________________________________________________________________
27547 [ 11680] By: jhi                                   on 2001/08/15  13:05:15
27548         Log: Try to get NV_MIN, NV_MAX, NV_MIN_10_EXP, NV_MAX_10_EXP,
27549              NV_EPSILON #defined.
27550      Branch: perl
27551            ! perl.h
27552 ____________________________________________________________________________
27553 [ 11679] By: jhi                                   on 2001/08/15  12:48:32
27554         Log: Re-establish the fp overflow detection for VAX VMS; there
27555              is no easy way to have the IEEE fp silent overflow semantics.
27556              (in Alpha VMS we still will use IEEE fp by default-- but it
27557              is still possible to configure Perl to use G_FLOAT)
27558      Branch: perl
27559            ! numeric.c
27560 ____________________________________________________________________________
27561 [ 11678] By: jhi                                   on 2001/08/15  12:27:41
27562         Log: Subject: [PATCH] pp_lock 
27563              From: "Arthur Bergman" <arthur@contiller.se>
27564              Date: Wed, 15 Aug 2001 11:52:16 +0200
27565              Message-ID: <008401c1256f$f75a91b0$21000a0a@vogw2kdev>
27566      Branch: perl
27567            ! pp.c
27568 ____________________________________________________________________________
27569 [ 11677] By: jhi                                   on 2001/08/15  12:26:44
27570         Log: Subject: Re: [ID 20010809.023] perlre misleads when stating that (?i) should be at front of pattern 
27571              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
27572              Date: Wed, 15 Aug 2001 11:32:11 +0100
27573              Message-Id: <200108151032.f7FAWBI30961@crypt.compulink.co.uk>
27574      Branch: perl
27575            ! regcomp.c t/op/re_tests
27576 ____________________________________________________________________________
27577 [ 11676] By: jhi                                   on 2001/08/15  12:25:29
27578         Log: Subject: Re: [ID 20010811.006] re_eval: logical leaks 
27579              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
27580              Date: Wed, 15 Aug 2001 10:33:49 +0100
27581              Message-Id: <200108150933.f7F9Xnr11222@crypt.compulink.co.uk>
27582      Branch: perl
27583            ! regexec.c t/op/re_tests
27584 ____________________________________________________________________________
27585 [ 11675] By: jhi                                   on 2001/08/15  03:28:20
27586         Log: Subject: Re: bug in File::Spec 0.82 (canonpath)
27587              From: Barrie Slaymaker <barries@slaysys.com>
27588              Date: Tue, 14 Aug 2001 14:32:25 -0400
27589              Message-ID: <20010814143225.A19822@jester.slaysys.com>
27590      Branch: perl
27591            ! lib/File/Spec.t lib/File/Spec/Unix.pm
27592 ____________________________________________________________________________
27593 [ 11674] By: jhi                                   on 2001/08/15  03:25:32
27594         Log: Subject: [PATCH: perl@11626] modify VMS default prefix for installation
27595              From: Peter Prymmer <pvhp@forte.com>
27596              Date: Tue, 14 Aug 2001 13:33:32 -0700 (PDT)
27597              Message-ID: <Pine.OSF.4.10.10108141327590.192110-100000@aspara.forte.com>
27598      Branch: perl
27599            ! README.vms configure.com
27600 ____________________________________________________________________________
27601 [ 11673] By: jhi                                   on 2001/08/15  03:16:14
27602         Log: Subject: [PATCH perl@11660] Warning incorrectly reported without -w
27603              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
27604              Date: Tue, 14 Aug 2001 21:23:27 +0200
27605              Message-ID: <20010814212327.A1919@rafael>
27606      Branch: perl
27607            ! doio.c
27608 ____________________________________________________________________________
27609 [ 11672] By: jhi                                   on 2001/08/15  03:15:25
27610         Log: Subject: [PATCH bleadperl] fixing SDBM_File problems under win32
27611              From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu> 
27612              Date: Tue, 14 Aug 2001 22:30:11 +0200
27613              Message-ID: <4224685483.20010814223011@tesla.rcub.bg.ac.yu>
27614              
27615              Combination of nmake, quoting, and Perl expanded $( in here-doc.
27616      Branch: perl
27617            ! ext/SDBM_File/Makefile.PL
27618 ____________________________________________________________________________
27619 [ 11671] By: jhi                                   on 2001/08/14  13:44:40
27620         Log: Todo updates.
27621      Branch: perl
27622            ! pod/perltodo.pod
27623 ____________________________________________________________________________
27624 [ 11670] By: jhi                                   on 2001/08/14  13:10:36
27625         Log: Subject: [PATCH bleadperl CORE] removing sv.c warnings on VC++5.0
27626              From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu> 
27627              Date: Mon, 13 Aug 2001 23:15:01 +0200
27628              Message-ID: <6114148607.20010813231501@tesla.rcub.bg.ac.yu>
27629      Branch: perl
27630            ! sv.c
27631 ____________________________________________________________________________
27632 [ 11669] By: jhi                                   on 2001/08/14  13:07:09
27633         Log: Subject: [PATCH] [b-]showlex.t
27634              From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu>
27635              Date: Sun, 12 Aug 2001 22:24:51 +0200
27636              Message-ID: <6510457078.20010812222451@tesla.rcub.bg.ac.yu>
27637              
27638              The 4nt command shell will expand the % in command line
27639              no matter what quoting is attempted, changed the % to @.
27640      Branch: perl
27641            ! ext/B/Showlex.t
27642 ____________________________________________________________________________
27643 [ 11668] By: jhi                                   on 2001/08/14  13:01:02
27644         Log: Subject: [PATCH] magic.t
27645              From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu> 
27646              Date: Sun, 12 Aug 2001 20:49:27 +0200
27647              Message-ID: <844732764.20010812204927@tesla.rcub.bg.ac.yu>
27648      Branch: perl
27649            ! t/op/magic.t
27650 ____________________________________________________________________________
27651 [ 11667] By: jhi                                   on 2001/08/14  12:35:17
27652         Log: Add sharedsv* to the DOSish platforms; plus add
27653              some WinCE files to the list of DOSish files.
27654      Branch: perl
27655            ! NetWare/Makefile Porting/makerel win32/Makefile
27656            ! win32/makefile.mk wince/Makefile.ce
27657 ____________________________________________________________________________
27658 [ 11666] By: jhi                                   on 2001/08/14  12:29:57
27659         Log: More DOSish files.
27660      Branch: perl
27661            ! Porting/makerel
27662 ____________________________________________________________________________
27663 [ 11665] By: jhi                                   on 2001/08/14  12:27:58
27664         Log: Strip CRs from the WinCE files.  Now we need to
27665              figure out in which CRs are really needed: probably
27666              Makefile.ce and the README files, at least, probably
27667              also the registry.bat.
27668      Branch: perl
27669            ! wince/Makefile.ce wince/README.compile wince/README.perlce
27670            ! wince/config.h wince/include/cectype.h wince/include/errno.h
27671            ! wince/include/sys/stat.h wince/include/sys/types.h
27672            ! wince/include/sys/utime.h wince/include/time.h wince/perl.rc
27673            ! wince/perldll.def wince/registry.bat wince/wince.h
27674            ! wince/xbuildall.ksh wince/xdistclean.ksh wince/xmakediffs.ksh
27675 ____________________________________________________________________________
27676 [ 11664] By: jhi                                   on 2001/08/14  12:05:09
27677         Log: Add some files to DOSish and writables.
27678      Branch: perl
27679            ! Porting/makerel
27680 ____________________________________________________________________________
27681 [ 11663] By: jhi                                   on 2001/08/14  03:08:07
27682         Log: Compile failure message tidying.
27683      Branch: perl
27684            ! t/lib/1_compile.t
27685 ____________________________________________________________________________
27686 [ 11662] By: jhi                                   on 2001/08/14  01:41:22
27687         Log: The new sharedsv* should be exported only if usethreads.
27688      Branch: perl
27689            ! makedef.pl
27690 ____________________________________________________________________________
27691 [ 11661] By: jhi                                   on 2001/08/14  00:25:30
27692         Log: Subject: [PATCH: perl@11626] URL updates for README.os390
27693              From: Peter Prymmer <pvhp@forte.com>
27694              Date: Mon, 13 Aug 2001 15:21:06 -0700 (PDT)
27695              Message-ID: <Pine.OSF.4.10.10108131517570.151295-100000@aspara.forte.com>
27696      Branch: perl
27697            ! README.os390
27698 ____________________________________________________________________________
27699 [ 11660] By: jhi                                   on 2001/08/13  12:54:54
27700         Log: Update Changes.
27701      Branch: perl
27702            ! Changes patchlevel.h
27703 ____________________________________________________________________________
27704 [ 11659] By: jhi                                   on 2001/08/13  12:45:21
27705         Log: Subject: [PATHC] sharedsv.[c|h]
27706              From: "Artur Bergman" <artur@contiller.se>
27707              Date: Mon, 13 Aug 2001 14:38:41 +0200
27708              Message-ID: <005401c123f4$e1f53360$21000a0a@vogw2kdev>  
27709              
27710              Subject: [PATCH] embed.pl
27711              From: Arthur Bergman <arthur@contiller.se>
27712              Date: Mon, 13 Aug 2001 14:38:14 +0200
27713              Message-ID: <B79D96D6.3088%arthur@contiller.se>
27714              
27715              Subject: [PATCH] sharedsv cleanups
27716              From: "Arthur Bergman" <arthur@contiller.se>
27717              Date: Mon, 13 Aug 2001 15:14:25 +0200
27718              Message-ID: <005a01c123f9$dfe525d0$21000a0a@vogw2kdev>  
27719              
27720              Plus few tweaks: _init needs to be Adp, the prototypes
27721              should not be revealed unless using ithreads, #endif FOO
27722              must be #endif /* FOO */, adding (parentheses) around
27723              do { } while doesn't work too well.
27724      Branch: perl
27725            + sharedsv.c sharedsv.h
27726            ! MANIFEST Makefile.SH embed.h embed.pl global.sym objXSUB.h
27727            ! perl.h perlapi.c pod/perlapi.pod proto.h
27728 ____________________________________________________________________________
27729 [ 11658] By: jhi                                   on 2001/08/13  12:00:08
27730         Log: Subject: Re: END {} blocks run in perl_run
27731              From: Arthur Bergman <arthur@contiller.se>
27732              Date: Mon, 13 Aug 2001 11:11:30 +0200
27733              Message-ID: <B79D6661.3068%arthur@contiller.se>
27734      Branch: perl
27735            ! perl.c
27736 ____________________________________________________________________________
27737 [ 11657] By: nick                                  on 2001/08/13  09:03:02
27738         Log: Integrate mainline
27739      Branch: perlio
27740           +> (branch 326 files)
27741            - (delete 330 files)
27742           !> (integrate 85 files)
27743 ____________________________________________________________________________
27744 [ 11656] By: jhi                                   on 2001/08/12  23:24:18
27745         Log: If you want you can now add -DUSE_UTF8_SCRIPTS to your cflags
27746              and the Perl will be built to do that by default (adding that
27747              will break scripts having non-UTF-8 binary data, such as Latin-1.)
27748      Branch: perl
27749            ! op.c toke.c utf8.h
27750 ____________________________________________________________________________
27751 [ 11655] By: jhi                                   on 2001/08/12  23:05:14
27752         Log: Unnecessary downgrades.
27753      Branch: perl
27754            ! doop.c
27755 ____________________________________________________________________________
27756 [ 11654] By: jhi                                   on 2001/08/12  22:56:47
27757         Log: Failure not true anymore (probably caused by my broken setup).
27758      Branch: perl
27759            ! t/op/pat.t
27760 ____________________________________________________________________________
27761 [ 11653] By: jhi                                   on 2001/08/12  22:46:12
27762         Log: Not quite so relicy as thought in #11651 (op/concat #4 and #5
27763              stopped working).
27764      Branch: perl
27765            ! op.h pp_ctl.c regcomp.c
27766 ____________________________________________________________________________
27767 [ 11652] By: jhi                                   on 2001/08/12  22:30:04
27768         Log: There is no IN_UTF8.
27769      Branch: perl
27770            ! utf8.h
27771 ____________________________________________________________________________
27772 [ 11651] By: jhi                                   on 2001/08/12  21:08:06
27773         Log: More (less) regex/utf8 relics.  (Toned down later in #11653.)
27774      Branch: perl
27775            ! op.c op.h pp_ctl.c regcomp.c
27776 ____________________________________________________________________________
27777 [ 11650] By: jhi                                   on 2001/08/12  20:17:32
27778         Log: Relic in op.c (no regex feature should depend on the utf8 pragma),
27779              and a test tweak.
27780      Branch: perl
27781            ! op.c t/pod/find.t
27782 ____________________________________________________________________________
27783 [ 11649] By: jhi                                   on 2001/08/12  18:45:52
27784         Log: Todo updates and fixes.
27785      Branch: perl
27786            ! pod/perltodo.pod
27787 ____________________________________________________________________________
27788 [ 11648] By: jhi                                   on 2001/08/12  18:43:50
27789         Log: Mark tests (and one module) having explicit Latin-1
27790              (and one file having explicit UTF-8) with an explicit
27791              'no utf8' (and one explicit 'use utf8').
27792              
27793              NOTE: t/op/pat.t #64 fails mysteriously under 'use utf8'.
27794      Branch: perl
27795            ! lib/CGI/t/html.t lib/Locale/Codes/t/languages.t
27796            ! lib/Locale/Language.pm lib/charnames.t lib/locale.t
27797            ! t/lib/locale/latin1 t/lib/locale/utf8 t/op/pat.t
27798 ____________________________________________________________________________
27799 [ 11647] By: jhi                                   on 2001/08/12  17:10:22
27800         Log: Subject: SV: END {} blocks run in perl_run
27801              From: "Arthur Bergman" <arthur@contiller.se>
27802              Date: Sun, 12 Aug 2001 00:34:28 +0200 
27803              Message-ID: <03fd01c122b5$c803c600$052aa8c0@foo>
27804      Branch: perl
27805            ! miniperlmain.c perl.c
27806 ____________________________________________________________________________
27807 [ 11646] By: jhi                                   on 2001/08/12  16:59:00
27808         Log: Typos in #11645.
27809      Branch: perl
27810            ! perl.h
27811 ____________________________________________________________________________
27812 [ 11645] By: jhi                                   on 2001/08/12  16:55:31
27813         Log: On ithreads default to use_reentrant except on naturally
27814              threadsafe platforms.
27815      Branch: perl
27816            ! perl.h
27817 ____________________________________________________________________________
27818 [ 11644] By: jhi                                   on 2001/08/12  15:45:43
27819         Log: (Hopefully) a fix for 20010723.004: make install needs
27820              write permission in build directory.  The problem was
27821              probably caused by overeager sprinkling of the lib/re.pm
27822              dependencies (which was done to guarantee lib/re.pm being
27823              uptodate for parallel makes: now solved by funneling that
27824              through an explicit recursive make in the preplibrary target).
27825      Branch: perl
27826            ! Makefile.SH
27827 ____________________________________________________________________________
27828 [ 11643] By: jhi                                   on 2001/08/12  14:16:44
27829         Log: Dispell the "use utf8" superstition.
27830      Branch: perl
27831            ! lib/utf8.pm pod/perlfunc.pod pod/perlretut.pod pod/perltoc.pod
27832            ! pod/perlunicode.pod
27833 ____________________________________________________________________________
27834 [ 11642] By: jhi                                   on 2001/08/12  13:56:42
27835         Log: Subject: Re: [ID 20010730.010] FETCH called twice with -T
27836              From: "Abigail" <abigail@foad.org> 
27837              Date: Sat, 11 Aug 2001 23:49:49 +0200
27838              Message-ID: <20010811214950.23255.qmail@foad.org>
27839      Branch: perl
27840            ! t/op/taint.t
27841 ____________________________________________________________________________
27842 [ 11641] By: jhi                                   on 2001/08/12  13:56:18
27843         Log: Subject: Re: [ID 20010730.010] FETCH called twice with -T
27844              From: Abhijit Menon-Sen <ams@wiw.org>
27845              Date: Sat, 11 Aug 2001 06:18:19 +0530
27846              Message-ID: <20010811061819.P526@lustre.dyn.wiw.org>
27847      Branch: perl
27848            ! mg.c
27849 ____________________________________________________________________________
27850 [ 11640] By: jhi                                   on 2001/08/12  13:45:58
27851         Log: Test for change #11639.
27852      Branch: perl
27853            ! t/op/tiehandle.t
27854 ____________________________________________________________________________
27855 [ 11639] By: jhi                                   on 2001/08/12  13:42:03
27856         Log: Subject: Re: Can't localize *FH, then tie it
27857              From: Abhijit Menon-Sen <ams@wiw.org>
27858              Date: Sun, 12 Aug 2001 16:08:06 +0530
27859              Message-ID: <20010812160806.A28712@lustre.dyn.wiw.org>
27860      Branch: perl
27861            ! pp_hot.c pp_sys.c
27862 ____________________________________________________________________________
27863 [ 11638] By: jhi                                   on 2001/08/12  03:30:07
27864         Log: Drop all the unnecessary "use utf8" clauses and some of
27865              the unnecessary "use bytes" ones.
27866              
27867              TODO: scour the documentation for unnecessary "use utf8"
27868              and prominently display it in perldelta when the time comes.
27869              ("use utf8" should be necessary ONLY if one wants the script
27870              to be in UTF-8.)  Also should be checked in some non-ASCII
27871              non-Latin-1 platform, like EBCDIC.
27872      Branch: perl
27873            ! t/comp/require.t t/io/utf8.t t/op/concat.t t/op/each.t
27874            ! t/op/pat.t t/op/regmesg.t t/op/sprintf.t t/op/tr.t
27875 ____________________________________________________________________________
27876 [ 11637] By: jhi                                   on 2001/08/11  17:55:36
27877         Log: Add t/op/lc.t to see if lc, uc, lcfirst, ucfirst, quotemeta work.
27878              Smoked out bugs (well, the same bug twice) from ucfirst and lcfirst
27879              in Unicode handling.
27880      Branch: perl
27881            + t/op/lc.t
27882            ! MANIFEST pp.c t/op/misc.t t/op/readdir.t
27883 ____________________________________________________________________________
27884 [ 11636] By: jhi                                   on 2001/08/11  17:14:06
27885         Log: Thinko: we want the flags for native cc, not gcc.
27886      Branch: perl
27887            ! hints/dec_osf.sh
27888 ____________________________________________________________________________
27889 [ 11635] By: jhi                                   on 2001/08/11  15:14:48
27890         Log: (retracted by 13077)
27891              Subject: [PATCH] Re: [ID 20010809.028] x operator not copying elements in 'for' list?
27892              From: Robin Houston <robin@kitsite.com>
27893              Date: Fri, 10 Aug 2001 14:42:02 +0100
27894              Message-ID: <20010810144202.A32754@puffinry.freeserve.co.uk>
27895      Branch: perl
27896            ! pp.c
27897 ____________________________________________________________________________
27898 [ 11634] By: jhi                                   on 2001/08/11  14:59:22
27899         Log: Subject: [PATCH] turn $a.=<F> into an RCATLINE
27900              From: Abhijit Menon-Sen <ams@wiw.org>
27901              Date: Sat, 11 Aug 2001 16:31:04 +0530
27902              Message-ID: <20010811163104.Q526@lustre.dyn.wiw.org>
27903      Branch: perl
27904            ! op.c
27905 ____________________________________________________________________________
27906 [ 11633] By: jhi                                   on 2001/08/11  14:58:07
27907         Log: Get rid of indread, from Abhijit Menon-Sen.
27908      Branch: perl
27909            ! pp_sys.c
27910 ____________________________________________________________________________
27911 [ 11632] By: jhi                                   on 2001/08/10  23:39:04
27912         Log: CRLFgngngn.
27913      Branch: perl
27914            ! win32/Makefile win32/makefile.mk
27915 ____________________________________________________________________________
27916 [ 11631] By: jhi                                   on 2001/08/10  23:37:43
27917         Log: Decommission Time::Piece; unnecessary Yet Another Time-Date Module.
27918      Branch: perl
27919            - ext/Time/Piece/Makefile.PL ext/Time/Piece/Piece.pm
27920            - ext/Time/Piece/Piece.t ext/Time/Piece/Piece.xs
27921            - ext/Time/Piece/README ext/Time/Piece/Seconds.pm
27922            ! MANIFEST Porting/config.sh djgpp/config.over epoc/config.sh
27923            ! ext/POSIX/POSIX.pod hints/vmesa.sh pod/perlfaq4.pod
27924            ! pod/perllocale.pod pod/perltoc.pod t/lib/1_compile.t
27925            ! win32/Makefile win32/makefile.mk
27926 ____________________________________________________________________________
27927 [ 11630] By: jhi                                   on 2001/08/10  13:53:15
27928         Log: Avoid #elif (less portable than #else #if).
27929      Branch: perl
27930            ! handy.h
27931 ____________________________________________________________________________
27932 [ 11629] By: jhi                                   on 2001/08/10  13:49:53
27933         Log: Subject: patch for perlvar.pod
27934              From: mah@everybody.org (Mark A. Hershberger)
27935              Date: 08 Aug 2001 17:03:16 -0500
27936              Message-ID: <87g0b2w6or.fsf@mah.mcdermott.com>
27937      Branch: perl
27938            ! pod/perlvar.pod
27939 ____________________________________________________________________________
27940 [ 11628] By: jhi                                   on 2001/08/10  13:45:48
27941         Log: cpp commands must start (the # must be) at the column #0.
27942      Branch: perl
27943            ! op.c
27944 ____________________________________________________________________________
27945 [ 11627] By: jhi                                   on 2001/08/10  13:41:07
27946         Log: If using gcc -B/foo/bar makedepend would give
27947              unnecessary warnings about unused -B/foo/bar.
27948      Branch: perl
27949            ! makedepend.SH
27950 ____________________________________________________________________________
27951 [ 11626] By: jhi                                   on 2001/08/09  14:56:29
27952         Log: Update Changes.
27953      Branch: perl
27954            ! Changes patchlevel.h
27955 ____________________________________________________________________________
27956 [ 11625] By: jhi                                   on 2001/08/09  14:54:05
27957         Log: s/z/tz/
27958      Branch: perl
27959            ! pod/perlfaq2.pod
27960 ____________________________________________________________________________
27961 [ 11624] By: jhi                                   on 2001/08/09  14:52:52
27962         Log: Article nit.
27963      Branch: perl
27964            ! pod/perlfaq2.pod
27965 ____________________________________________________________________________
27966 [ 11623] By: jhi                                   on 2001/08/09  14:49:00
27967         Log: Rename lib/unicode files to lib/unicore to avoid
27968              conflicts between core lib/unicode and Unicode::
27969              files in case-ignoring filesystems.
27970      Branch: perl
27971            + (add 325 files)
27972            - (delete 324 files)
27973            ! MANIFEST lib/charnames.pm lib/utf8_heavy.pl pod/perlretut.pod
27974 ____________________________________________________________________________
27975 [ 11622] By: jhi                                   on 2001/08/09  13:33:47
27976         Log: Upgrade to Math::BigInt 1.41.
27977      Branch: perl
27978            ! lib/Math/BigInt.pm lib/Math/BigInt/t/bigintpm.t
27979 ____________________________________________________________________________
27980 [ 11621] By: jhi                                   on 2001/08/09  13:31:20
27981         Log: Subject: [PATCH] remove PL_na from typemap
27982              From: James <james@rf.net>
27983              Date: Mon, 06 Aug 2001 20:23:15 -0700
27984              Message-ID: <3B6F5F23.A31A81B1@rf.net>
27985              
27986              (had to be manually applied)
27987      Branch: perl
27988            ! lib/ExtUtils/typemap
27989 ____________________________________________________________________________
27990 [ 11620] By: jhi                                   on 2001/08/09  13:27:11
27991         Log: The metaconfig unit changes for #11618.
27992      Branch: metaconfig/U/perl
27993            + d_fpclassl.U i_fp.U
27994 ____________________________________________________________________________
27995 [ 11619] By: jhi                                   on 2001/08/09  13:25:21
27996         Log: Forgot this from #11618.
27997              
27998              NOTE: wince/config_H.ce needs updating.
27999      Branch: perl
28000            ! wince/config.ce
28001 ____________________________________________________________________________
28002 [ 11618] By: jhi                                   on 2001/08/09  13:21:51
28003         Log: Introduce more floating point classifying APIs;
28004              try to define (most importantly) Perl_is{inf,nan}(x).
28005              
28006              For this first cut, assume none such APIs exist in non-UNIXoid
28007              platforms-- this is of course too unkind: Win32 rumoredly has
28008              _fpclass() and _isnan(), and VMS/VOS very probably have some
28009              of the APIs available.     The only thing Perl uses at the moment
28010              is Perl_isnan() (has been in use for a while now).
28011              
28012              NOTE: the Win32 and NetWare config_h.?c need regenerating.
28013      Branch: perl
28014            ! Configure NetWare/config.wc Porting/Glossary Porting/config.sh
28015            ! Porting/config_H config_h.SH configure.com epoc/config.sh
28016            ! hints/hpux.sh perl.h pod/perltoc.pod uconfig.h uconfig.sh
28017            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
28018            ! vos/config.ga.h win32/config.bc win32/config.gc
28019            ! win32/config.vc win32/config_H.bc win32/config_H.gc
28020            ! win32/config_H.vc wince/config.ce wince/config.h
28021 ____________________________________________________________________________
28022 [ 11617] By: jhi                                   on 2001/08/09  11:08:51
28023         Log: Integrate change #11519 from perlio:
28024              
28025              Avoid testing for (non-)existance of "encoding(xxxx)"
28026              layer is called "encoding" the (xxxx) is an argument.
28027      Branch: perl
28028           !> lib/open.pm
28029 ____________________________________________________________________________
28030 [ 11616] By: nick                                  on 2001/08/09  07:50:24
28031         Log: Integrate mainline
28032      Branch: perlio
28033           +> ext/PerlIO/t/via.t lib/Getopt/Long/CHANGES
28034           +> lib/Getopt/Long/README lib/Getopt/Long/t/gol-basic.t
28035           +> lib/Getopt/Long/t/gol-compat.t lib/Getopt/Long/t/gol-linkage.t
28036           +> lib/Getopt/Long/t/gol-oo.t utils/perlivp.PL
28037            - lib/Getopt/Long/t/basic.t lib/Getopt/Long/t/compat.t
28038            - lib/Getopt/Long/t/linkage.t lib/Getopt/Long/t/oo.t
28039           !> (integrate 79 files)
28040 ____________________________________________________________________________
28041 [ 11615] By: nick                                  on 2001/08/09  06:23:44
28042         Log: Avoid testing for (non-)existance of "encoding(xxxx)"
28043              layer is called "encoding" the (xxxx) is an argument.
28044      Branch: perlio
28045            ! lib/open.pm
28046 ____________________________________________________________________________
28047 [ 11614] By: jhi                                   on 2001/08/08  21:50:19
28048         Log: Subject: [PATCH bleadperl] Teach B::Concise about PADOP
28049              From: Paul Johnson <paul@pjcj.net>
28050              Date: Wed, 8 Aug 2001 23:54:17 +0200
28051              Message-ID: <20010808235417.O1006@pjcj.net>
28052      Branch: perl
28053            ! ext/B/B/Concise.pm
28054 ____________________________________________________________________________
28055 [ 11613] By: jhi                                   on 2001/08/08  13:22:13
28056         Log: Make VMS use IEEE math by default; reorder Tru64 hints
28057              so that -fprm d -ieee (the -ieee gives as e.g. IEEE 754
28058              exception semantics) is always set if using (the new) cc.
28059      Branch: perl
28060            ! configure.com hints/dec_osf.sh
28061 ____________________________________________________________________________
28062 [ 11612] By: jhi                                   on 2001/08/08  12:14:56
28063         Log: Subject: Re: [ID 20010806.008] tied hashes, invocation of FIRSTKEY
28064              From: Abhijit Menon-Sen <ams@wiw.org>
28065              Date: Tue, 7 Aug 2001 17:16:05 +0530
28066              Message-ID: <20010807171605.K526@lustre.dyn.wiw.org>
28067      Branch: perl
28068            ! pp_sys.c
28069 ____________________________________________________________________________
28070 [ 11611] By: jhi                                   on 2001/08/08  02:28:58
28071         Log: Subject: [PATCH perl@11597] fix t/run/exit.t for VMS
28072              From: "Craig A. Berry" <craigberry@mac.com>
28073              Date: Tue, 07 Aug 2001 22:27:47 -0500
28074              Message-Id: <5.1.0.14.0.20010806105326.02d22298@exchi01>
28075      Branch: perl
28076            ! t/run/exit.t
28077 ____________________________________________________________________________
28078 [ 11610] By: jhi                                   on 2001/08/08  00:12:00
28079         Log: Subject: [PATCH bleadperl] better VMS docs for $?, exit(), and system()
28080              From: "Craig A. Berry" <craigberry@mac.com>
28081              Date: Tue, 07 Aug 2001 20:01:53 -0500
28082              Message-Id: <5.1.0.14.0.20010807155648.01ba3c98@exchi01>
28083      Branch: perl
28084            ! pod/perlport.pod pod/perlvar.pod vms/perlvms.pod
28085 ____________________________________________________________________________
28086 [ 11609] By: jhi                                   on 2001/08/07  23:49:09
28087         Log: Update the magazine information.
28088      Branch: perl
28089            ! pod/perlfaq2.pod
28090 ____________________________________________________________________________
28091 [ 11608] By: jhi                                   on 2001/08/07  23:35:27
28092         Log: Ignore SIGFPE everywhere.
28093      Branch: perl
28094            ! hints/os390.sh hints/posix-bc.sh hints/uts.sh numeric.c perl.h
28095 ____________________________________________________________________________
28096 [ 11607] By: jhi                                   on 2001/08/07  23:07:04
28097         Log: With permission, change the licensing of the docs by
28098              TomC (and Gnat) to comply with the rest of Perl.
28099      Branch: perl
28100            ! pod/perlfaq.pod pod/perlfaq1.pod pod/perlfaq2.pod
28101            ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq5.pod
28102            ! pod/perlfaq6.pod pod/perlfaq7.pod pod/perlfaq8.pod
28103            ! pod/perlfaq9.pod pod/perlopentut.pod pod/perltoot.pod
28104            ! pod/perltootc.pod
28105 ____________________________________________________________________________
28106 [ 11606] By: jhi                                   on 2001/08/07  22:50:04
28107         Log: Subject: [PATCH 5.6.x, 5.7.2] hints/openbsd.sh tweaks.
28108              From: Andy Dougherty <doughera@lafayette.edu>
28109              Date: Tue, 7 Aug 2001 15:49:33 -0400 (EDT)
28110              Message-ID: <Pine.SOL.4.10.10108071544040.2431-100000@maxwell.phys.lafayette.edu>
28111      Branch: perl
28112            ! hints/openbsd.sh
28113 ____________________________________________________________________________
28114 [ 11605] By: jhi                                   on 2001/08/07  22:49:18
28115         Log: Subject: [PATCH] Makefile.SH test_prep dependency
28116              From: Andy Dougherty <doughera@lafayette.edu>
28117              Date: Tue, 7 Aug 2001 15:44:01 -0400 (EDT)
28118              Message-ID: <Pine.SOL.4.10.10108071540190.2431-100000@maxwell.phys.lafayette.edu>
28119      Branch: perl
28120            ! Makefile.SH
28121 ____________________________________________________________________________
28122 [ 11604] By: jhi                                   on 2001/08/07  22:44:35
28123         Log: Don't autogenerate the headers et alia,
28124              make regen_headers explicitly.
28125      Branch: perl
28126            ! Makefile.SH
28127 ____________________________________________________________________________
28128 [ 11603] By: jhi                                   on 2001/08/07  22:33:48
28129         Log: Subject: Re: [ID 20010807.011] 5.6.1 coredumping on bleedperl embed.pl
28130              From: Gurusamy Sarathy <gsar@ActiveState.com> 
28131              Date: Tue, 07 Aug 2001 08:33:26 -0700
28132              Message-Id: <200108071533.f77FXQf01168@smtp3.ActiveState.com>
28133              
28134              Unnecessary dependency.
28135      Branch: perl
28136            ! embed.pl
28137 ____________________________________________________________________________
28138 [ 11602] By: jhi                                   on 2001/08/07  13:52:41
28139         Log: Subject: Re: [ID 20010806.006] Can't read coderef from tied variable
28140              From: Abhijit Menon-Sen <ams@wiw.org>
28141              Date: Tue, 7 Aug 2001 09:10:54 +0530
28142              Message-ID: <20010807091054.H526@lustre.dyn.wiw.org>
28143      Branch: perl
28144            ! pp_hot.c
28145 ____________________________________________________________________________
28146 [ 11601] By: jhi                                   on 2001/08/07  13:46:33
28147         Log: Subject: [PATCH perl@11597] B && BEGIN handling
28148              From: "James A. Duncan" <jduncan@fotango.com>
28149              Date: Mon, 6 Aug 2001 17:29:11 +0100
28150              Message-ID: <20010806172911.A2071@fotango.com>
28151              
28152              (the intrpvar.h addition moved to the end for bincompat)
28153      Branch: perl
28154            ! embedvar.h ext/B/B.xs intrpvar.h perl.c perlapi.h
28155 ____________________________________________________________________________
28156 [ 11600] By: jhi                                   on 2001/08/07  11:53:48
28157         Log: Integrate change #11598 from maintperl (fcrypt.c URL updates)
28158      Branch: perl
28159           !> README.win32
28160 ____________________________________________________________________________
28161 [ 11599] By: gsar                                  on 2001/08/07  06:31:39
28162         Log: fix URLs for fcrypt.c
28163      Branch: maint-5.6/perl
28164            ! README.win32
28165 ____________________________________________________________________________
28166 [ 11598] By: jhi                                   on 2001/08/06  15:02:48
28167         Log: Yet another way to say Infinity: HP-UX calls its "++".
28168      Branch: perl
28169            ! lib/Math/BigInt/t/bigintpm.t
28170 ____________________________________________________________________________
28171 [ 11597] By: jhi                                   on 2001/08/06  13:40:01
28172         Log: Update Changes.
28173      Branch: perl
28174            ! Changes patchlevel.h
28175 ____________________________________________________________________________
28176 [ 11596] By: jhi                                   on 2001/08/06  13:24:28
28177         Log: Advertise File::Temp, don't advertise POSIX::tmpnam().
28178      Branch: perl
28179            ! pod/perlfaq5.pod
28180 ____________________________________________________________________________
28181 [ 11595] By: jhi                                   on 2001/08/06  12:51:38
28182         Log: The #11593 wasn't right.
28183      Branch: perl
28184            ! lib/Math/BigInt/t/bigintpm.t
28185 ____________________________________________________________________________
28186 [ 11594] By: jhi                                   on 2001/08/06  12:34:15
28187         Log: Subject: [PATCH: perl@11564] introducing perlivp
28188              From: Prymmer/Kahn <pvhp@best.com>
28189              Date: Sun, 5 Aug 2001 22:00:14 -0700 (PDT)
28190              Message-ID: <Pine.BSF.4.21.0108052155110.7110-100000@shell8.ba.best.com>
28191              
28192              Subject: Re: [PATCH: perl@11564] introducing perlivp
28193              From: Prymmer/Kahn <pvhp@best.com>
28194              Date: Sun, 5 Aug 2001 22:32:59 -0700 (PDT)
28195              Message-ID: <Pine.BSF.4.21.0108052229470.9059-100000@shell8.ba.best.com>
28196      Branch: perl
28197            + utils/perlivp.PL
28198            ! MANIFEST utils.lst utils/Makefile vms/descrip_mms.template
28199            ! win32/Makefile win32/makefile.mk
28200 ____________________________________________________________________________
28201 [ 11593] By: jhi                                   on 2001/08/05  23:10:52
28202         Log: libcs are confused what to call Infinity.
28203      Branch: perl
28204            ! lib/Math/BigInt/t/bigintpm.t
28205 ____________________________________________________________________________
28206 [ 11592] By: jhi                                   on 2001/08/05  23:07:50
28207         Log: Avoid SIGFPE in Tru64.
28208      Branch: perl
28209            ! numeric.c
28210 ____________________________________________________________________________
28211 [ 11591] By: jhi                                   on 2001/08/05  22:46:10
28212         Log: Upgrade to Math::BigInt 1.40.
28213              
28214              NOTE: this patch necessitates doing something about
28215              infinity handling since the new bigintpm.t tests use
28216              infinity, which causes SIGFPEs at least in Tru64.
28217      Branch: perl
28218            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm
28219            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bigfltpm.t
28220            ! lib/Math/BigInt/t/bigintc.t lib/Math/BigInt/t/bigintpm.t
28221            ! lib/Math/BigInt/t/mbimbf.t
28222 ____________________________________________________________________________
28223 [ 11590] By: gsar                                  on 2001/08/05  21:57:43
28224         Log: remove hardcoded cmd shell in testsuite
28225      Branch: perl
28226            ! t/op/glob.t t/op/magic.t t/op/stat.t
28227 ____________________________________________________________________________
28228 [ 11589] By: gsar                                  on 2001/08/05  21:35:50
28229         Log: 4-arg select() was busted on windows because change#8178 didn't
28230              make it into mainline
28231      Branch: perl
28232            ! perl.h win32/include/sys/socket.h
28233 ____________________________________________________________________________
28234 [ 11588] By: jhi                                   on 2001/08/05  19:40:31
28235         Log: Rename the Getopt::Long tests to be as they are
28236              in the Getopt::Long official distribution.
28237      Branch: perl
28238            + lib/Getopt/Long/t/gol-basic.t lib/Getopt/Long/t/gol-compat.t
28239            + lib/Getopt/Long/t/gol-linkage.t lib/Getopt/Long/t/gol-oo.t
28240            - lib/Getopt/Long/t/basic.t lib/Getopt/Long/t/compat.t
28241            - lib/Getopt/Long/t/linkage.t lib/Getopt/Long/t/oo.t
28242            ! MANIFEST
28243 ____________________________________________________________________________
28244 [ 11587] By: jhi                                   on 2001/08/05  19:38:07
28245         Log: Upgrade to Getopt::Long 2.26.
28246      Branch: perl
28247            + lib/Getopt/Long/CHANGES lib/Getopt/Long/README
28248            ! MANIFEST lib/Getopt/Long.pm
28249 ____________________________________________________________________________
28250 [ 11586] By: jhi                                   on 2001/08/05  19:26:50
28251         Log: Retract #10874 (the hack should be unnecessary by now)
28252      Branch: perl
28253            ! lib/Test/Harness.pm
28254 ____________________________________________________________________________
28255 [ 11585] By: gsar                                  on 2001/08/05  16:45:54
28256         Log: avoid temp file littering in tests
28257      Branch: perl
28258            ! ext/PerlIO/t/encoding.t lib/Memoize/t/errors.t
28259 ____________________________________________________________________________
28260 [ 11584] By: jhi                                   on 2001/08/05  16:42:50
28261         Log: Subject: warning in sv.c: double format, NV arg
28262              From: "Philip Newton" <Philip.Newton@gmx.net>
28263              Date: Sun, 5 Aug 2001 19:41:07 +0200
28264              Message-Id: <200108051735.f75HZ1L18235@chaos.wustl.edu>
28265      Branch: perl
28266            ! sv.c
28267 ____________________________________________________________________________
28268 [ 11583] By: gsar                                  on 2001/08/05  16:28:22
28269         Log: fix POSIX.t#13 for windos
28270      Branch: perl
28271            ! ext/POSIX/POSIX.t
28272 ____________________________________________________________________________
28273 [ 11582] By: jhi                                   on 2001/08/05  16:10:59
28274         Log: Add a test for PerlIO::Via.
28275      Branch: perl
28276            + ext/PerlIO/t/via.t
28277            ! MANIFEST ext/PerlIO/Via/Via.pm
28278 ____________________________________________________________________________
28279 [ 11581] By: gsar                                  on 2001/08/05  15:00:26
28280         Log: flock() and link() are not available on Windows 9x
28281      Branch: perl
28282            ! win32/config_sh.PL
28283 ____________________________________________________________________________
28284 [ 11580] By: jhi                                   on 2001/08/05  13:56:46
28285         Log: Some Tru64 C compilers have C++ components that confuse
28286              the ccversion parsing.
28287      Branch: perl
28288            ! hints/dec_osf.sh
28289 ____________________________________________________________________________
28290 [ 11579] By: jhi                                   on 2001/08/05  13:31:07
28291         Log: (Reintroduce #11125)
28292              
28293              Subject: MakeMaker should pass through DEFINE and INC to subdirs 
28294              From: Alan Burlison <Alan.Burlison@sun.com> 
28295              Date: Tue, 03 Jul 2001 15:20:13 +0100   
28296              Message-ID: <3B41D49D.A923D4F9@sun.com> 
28297      Branch: perl
28298            ! lib/ExtUtils/MM_Unix.pm
28299 ____________________________________________________________________________
28300 [ 11578] By: jhi                                   on 2001/08/05  03:17:20
28301         Log: Little pointer juggling for HP-UX cc to avoid
28302              "warning 524: Cast (non-lvalue) appears on left-hand side of assignment."
28303              followed by
28304              "error 1549: Modifiable lvalue required for assignment operator."
28305      Branch: perl
28306            ! hv.c
28307 ____________________________________________________________________________
28308 [ 11577] By: jhi                                   on 2001/08/04  18:09:38
28309         Log: Continuation of #11575: SANY_SEEN completely deprecated,
28310              plus more tests that unearthed a bug in @a = ($utf8 =~ /\C/g),
28311              plus a fix for the bug.
28312      Branch: perl
28313            ! pp_hot.c regcomp.c regcomp.h regexec.c regexp.h t/op/pat.t
28314 ____________________________________________________________________________
28315 [ 11576] By: jhi                                   on 2001/08/04  17:31:06
28316         Log: Subject: Re: [patch] rid "Scalars leaked" from perl_clone
28317              From: Doug MacEachern <dougm@covalent.net>
28318              Date: Sat, 4 Aug 2001 11:09:37 -0700 (PDT)
28319              Message-ID: <Pine.LNX.4.21.0108041102390.23972-100000@mako.covalent.net>
28320      Branch: perl
28321            ! sv.c
28322 ____________________________________________________________________________
28323 [ 11575] By: jhi                                   on 2001/08/04  17:28:55
28324         Log: Decouple SANY into SANY and CANY: the new SANY is /./s,
28325              the new CANY is the \C.  The problem reported and the
28326              test case supplied in
28327              
28328              Subject: UTF-8 bugs in string length & single line regex matches
28329              From: "Daniel P. Berrange" <dan@berrange.com>
28330              Date: Fri, 3 Aug 2001 11:39:33 +0100
28331              Message-ID: <20010803113932.A19318@berrange.com>
28332      Branch: perl
28333            ! regcomp.c regcomp.h regcomp.sym regexec.c regexp.h regnodes.h
28334            ! t/op/pat.t
28335 ____________________________________________________________________________
28336 [ 11574] By: jhi                                   on 2001/08/04  15:42:34
28337         Log: Subject: Re: [patch] ignore PL_curpm in PL_regex_padav cleanup
28338              From: Doug MacEachern <dougm@covalent.net>
28339              Date: Sat, 4 Aug 2001 09:43:02 -0700 (PDT)
28340              Message-ID: <Pine.LNX.4.21.0108040939050.23972-100000@mako.covalent.net>
28341      Branch: perl
28342            ! perl.c regexec.c
28343 ____________________________________________________________________________
28344 [ 11573] By: jhi                                   on 2001/08/04  14:20:26
28345         Log: The #11572 didn't up the test count.
28346      Branch: perl
28347            ! t/op/length.t
28348 ____________________________________________________________________________
28349 [ 11572] By: jhi                                   on 2001/08/04  14:12:45
28350         Log: Subject: UTF-8 bugs in string length & single line regex matches
28351              From: "Daniel P. Berrange" <dan@berrange.com>
28352              Date: Fri, 3 Aug 2001 11:39:33 +0100         
28353              Message-ID: <20010803113932.A19318@berrange.com>
28354              
28355              (the mg_length() fix)
28356      Branch: perl
28357            ! mg.c t/op/length.t
28358 ____________________________________________________________________________
28359 [ 11571] By: jhi                                   on 2001/08/04  14:10:39
28360         Log: Subject: Re: [PATCH hv.c] newHVhv shouldn't reset xhv_max so often
28361              From: Abhijit Menon-Sen <ams@wiw.org>
28362              Date: Sat, 4 Aug 2001 16:56:35 +0530
28363              Message-ID: <20010804165635.E526@lustre.dyn.wiw.org>
28364      Branch: perl
28365            ! hv.c
28366 ____________________________________________________________________________
28367 [ 11570] By: jhi                                   on 2001/08/04  14:09:59
28368         Log: Subject: Re: [PATCH hv.c] newHVhv shouldn't reset xhv_max so often
28369              From: Abhijit Menon-Sen <ams@wiw.org>
28370              Date: Sat, 4 Aug 2001 16:16:03 +0530
28371              Message-ID: <20010804161603.C526@lustre.dyn.wiw.org>
28372      Branch: perl
28373            ! hv.c
28374 ____________________________________________________________________________
28375 [ 11569] By: jhi                                   on 2001/08/04  14:09:09
28376         Log: Subject: Re: [patch] refcount re ops
28377              From: Abhijit Menon-Sen <ams@wiw.org>
28378              Date: Sat, 4 Aug 2001 08:54:55 +0530
28379              Message-ID: <20010804085455.B526@lustre.dyn.wiw.org>
28380      Branch: perl
28381            ! sv.c
28382 ____________________________________________________________________________
28383 [ 11568] By: jhi                                   on 2001/08/04  14:08:19
28384         Log: Subject: [patch] refcount re ops
28385              From: Doug MacEachern <dougm@covalent.net>
28386              Date: Fri, 3 Aug 2001 18:17:41 -0700 (PDT)
28387              Message-ID: <Pine.LNX.4.21.0108031814240.23972-100000@mako.covalent.net>
28388      Branch: perl
28389            ! regcomp.c sv.c
28390 ____________________________________________________________________________
28391 [ 11567] By: jhi                                   on 2001/08/03  23:52:56
28392         Log: Subject: [patch] ignore PL_curpm in PL_regex_padav cleanup
28393              From: Doug MacEachern <dougm@covalent.net>
28394              Date: Fri, 3 Aug 2001 17:37:53 -0700 (PDT)
28395              Message-ID: <Pine.LNX.4.21.0108031730040.23972-100000@mako.covalent.net>
28396      Branch: perl
28397            ! perl.c regexec.c
28398 ____________________________________________________________________________
28399 [ 11566] By: jhi                                   on 2001/08/03  20:45:10
28400         Log: Subject: [PATCH perl@11564] fix t/op/misc.t for VMS
28401              From: "Craig A. Berry" <craigberry@mac.com> 
28402              Date: Fri, 03 Aug 2001 16:16:16 -0500
28403              Message-Id: <5.1.0.14.0.20010803161026.03530e58@exchi01> 
28404      Branch: perl
28405            ! t/op/misc.t
28406 ____________________________________________________________________________
28407 [ 11565] By: jhi                                   on 2001/08/03  13:46:40
28408         Log: Subject: Re: [ID 20010731.105] MinGW can't compile win32.c on Windows 2000
28409              From: John Kristian <jmk2001@engineer.com>
28410              Date: Fri, 03 Aug 2001 00:59:08 -0700
28411              Message-id: <03a101c11bf2$2c9b5ee0$0100a8c0@JOHNKRISTIAN>
28412      Branch: perl
28413            ! win32/win32.c
28414 ____________________________________________________________________________
28415 [ 11564] By: jhi                                   on 2001/08/03  13:25:39
28416         Log: Update Changes.
28417      Branch: perl
28418            ! Changes patchlevel.h
28419 ____________________________________________________________________________
28420 [ 11563] By: jhi                                   on 2001/08/03  12:13:17
28421         Log: Subject: [PATCH perl@11523] fix Stash.t for VMS
28422              From: "Craig A. Berry" <craigberry@mac.com>
28423              Date: Thu, 02 Aug 2001 23:15:24 -0500
28424              Message-Id: <5.1.0.14.0.20010802230843.03530e58@mail.mac.com>
28425      Branch: perl
28426            ! ext/B/Stash.t
28427 ____________________________________________________________________________
28428 [ 11562] By: jhi                                   on 2001/08/03  12:11:57
28429         Log: Subject: [patch] plug PL_cshname leak
28430              From: Doug MacEachern <dougm@covalent.net>
28431              Date: Thu, 2 Aug 2001 20:59:04 -0700 (PDT)
28432              Message-ID: <Pine.LNX.4.21.0108022058020.8991-100000@mako.covalent.net>
28433      Branch: perl
28434            ! sv.c
28435 ____________________________________________________________________________
28436 [ 11561] By: jhi                                   on 2001/08/03  12:10:32
28437         Log: Subject: [patch] plug PL_sh_path leak
28438              From: Doug MacEachern <dougm@covalent.net>
28439              Date: Thu, 2 Aug 2001 20:54:08 -0700 (PDT)
28440              Message-ID: <Pine.LNX.4.21.0108022043040.8991-100000@mako.covalent.net>
28441      Branch: perl
28442            ! sv.c
28443 ____________________________________________________________________________
28444 [ 11560] By: jhi                                   on 2001/08/03  12:09:50
28445         Log: Subject: [patch] plug PL_regex_padav leaks
28446              From: Doug MacEachern <dougm@covalent.net>
28447              Date: Thu, 2 Aug 2001 20:24:55 -0700 (PDT)
28448              Message-ID: <Pine.LNX.4.21.0108022020100.8991-100000@mako.covalent.net>
28449      Branch: perl
28450            ! op.c op.h perl.c
28451 ____________________________________________________________________________
28452 [ 11559] By: jhi                                   on 2001/08/03  12:08:59
28453         Log: Subject: [patch] plug PL_origargv leak
28454              From: Doug MacEachern <dougm@covalent.net>
28455              Date: Thu, 2 Aug 2001 18:15:22 -0700 (PDT)
28456              Message-ID: <Pine.LNX.4.21.0108021813380.8991-100000@mako.covalent.net>
28457      Branch: perl
28458            ! perl.c
28459 ____________________________________________________________________________
28460 [ 11558] By: jhi                                   on 2001/08/03  12:07:58
28461         Log: Subject: [PATCH hv.c] newHVhv shouldn't reset xhv_max so often
28462              From: Abhijit Menon-Sen <ams@wiw.org>
28463              Date: Fri, 3 Aug 2001 06:38:11 +0530
28464              Message-ID: <20010803063811.A19266@lustre.dyn.wiw.org>
28465      Branch: perl
28466            ! hv.c
28467 ____________________________________________________________________________
28468 [ 11557] By: nick                                  on 2001/08/03  08:17:38
28469         Log: Integrate mainline
28470      Branch: perlio
28471           +> (branch 47 files)
28472            - lib/Switch/test.pl
28473           !> (integrate 49 files)
28474 ____________________________________________________________________________
28475 [ 11556] By: jhi                                   on 2001/08/02  22:46:22
28476         Log: Subject: [PATCH perl@11523] fix Showlex.t for VMS
28477              From: "Craig A. Berry" <craigberry@mac.com>
28478              Date: Thu, 02 Aug 2001 12:56:19 -0500
28479              Message-Id: <5.1.0.14.0.20010802124618.034c5008@exchi01>
28480      Branch: perl
28481            ! ext/B/Showlex.t
28482 ____________________________________________________________________________
28483 [ 11555] By: jhi                                   on 2001/08/02  22:29:34
28484         Log: Be more careful about non-existent files.
28485      Branch: perl
28486            ! lib/File/Copy.pm
28487 ____________________________________________________________________________
28488 [ 11554] By: jhi                                   on 2001/08/02  21:37:27
28489         Log: Subject: [PATCH resend] deparse empty formats
28490              From: Robin Houston <robin@kitsite.com> 
28491              Date: Thu, 2 Aug 2001 14:32:36 +0100
28492              Message-ID: <20010802143236.A894@robin.kitsite.com>
28493      Branch: perl
28494            ! ext/B/B/Deparse.pm
28495 ____________________________________________________________________________
28496 [ 11553] By: jhi                                   on 2001/08/02  16:37:32
28497         Log: Subject: [patch] ithreads + refto fix improvement
28498              From: Doug MacEachern <dougm@covalent.net>
28499              Date: Thu, 2 Aug 2001 09:41:53 -0700 (PDT)
28500              Message-ID: <Pine.LNX.4.21.0108020939030.8991-100000@mako.covalent.net>
28501      Branch: perl
28502            ! pp.c
28503 ____________________________________________________________________________
28504 [ 11552] By: jhi                                   on 2001/08/02  14:24:26
28505         Log: Readability nit from Abhijit.
28506      Branch: perl
28507            ! op.c
28508 ____________________________________________________________________________
28509 [ 11551] By: jhi                                   on 2001/08/02  14:22:31
28510         Log: setproctitle() API version nit from Anton Berezin.
28511      Branch: perl
28512            ! mg.c
28513 ____________________________________________________________________________
28514 [ 11550] By: jhi                                   on 2001/08/02  13:51:41
28515         Log: Add PerlCE to the docs.
28516      Branch: perl
28517            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perlport.pod
28518            ! pod/perltoc.pod win32/Makefile win32/makefile.mk
28519 ____________________________________________________________________________
28520 [ 11549] By: jhi                                   on 2001/08/02  13:25:43
28521         Log: Integrate the PerlCE (WinCE Perl) port;
28522              kindly supplied by Rainer Keuchel <rkeuc@allgeier.com>.
28523      Branch: perl
28524            + README.ce wince/FindExt.pm wince/Makefile.ce
28525            + wince/README.compile wince/README.perlce wince/bin/exetype.pl
28526            + wince/bin/perlglob.pl wince/bin/pl2bat.pl wince/bin/runperl.pl
28527            + wince/bin/search.pl wince/config.ce wince/config.h
28528            + wince/config_H.ce wince/config_h.PL wince/config_sh.PL
28529            + wince/dl_win32.xs wince/include/arpa/inet.h
28530            + wince/include/cectype.h wince/include/errno.h
28531            + wince/include/netdb.h wince/include/sys/socket.h
28532            + wince/include/sys/stat.h wince/include/sys/types.h
28533            + wince/include/sys/utime.h wince/include/time.h wince/perl.ico
28534            + wince/perl.rc wince/perldll.def wince/perllib.c
28535            + wince/perlmain.c wince/registry.bat wince/runperl.c
28536            + wince/splittree.pl wince/win32.h wince/win32iop.h
28537            + wince/win32thread.c wince/win32thread.h wince/wince.c
28538            + wince/wince.h wince/wincesck.c wince/xbuildall.ksh
28539            + wince/xdistclean.ksh wince/xmakediffs.ksh
28540            ! MANIFEST perl.c perl.h perlio.c
28541 ____________________________________________________________________________
28542 [ 11548] By: jhi                                   on 2001/08/02  13:18:08
28543         Log: setproctitle() made simpler.  (This assumes the string is
28544              \0-terminated: if not, the three-arg form setproctitle(fmt, len, s)
28545              should be used.  Note len, not len + 1.)  BSD-fu from Anton
28546              Berezin.
28547      Branch: perl
28548            ! mg.c
28549 ____________________________________________________________________________
28550 [ 11547] By: jhi                                   on 2001/08/02  12:49:54
28551         Log: Subject: [PATCH] -Wall cleanup: op.c
28552              From: Richard Soderberg <rs@oregonnet.com>
28553              Date: Thu, 2 Aug 2001 00:17:09 -0700
28554              Message-Id: <200108020717.AAA26895@oregonnet.com>
28555              
28556              Subject: [PATCH] -Wall cleanup: sv.c
28557              From: Richard Soderberg <rs@oregonnet.com>
28558              Date: Thu, 2 Aug 2001 00:49:21 -0700
28559              Message-Id: <200108020749.AAA27492@oregonnet.com>
28560      Branch: perl
28561            ! op.c sv.c
28562 ____________________________________________________________________________
28563 [ 11546] By: jhi                                   on 2001/08/02  00:53:34
28564         Log: Update Changes.
28565      Branch: perl
28566            ! Changes patchlevel.h
28567 ____________________________________________________________________________
28568 [ 11545] By: jhi                                   on 2001/08/02  00:48:55
28569         Log: Subject: Re: [PATCH pp_ctl.c] proposed Windows safe-guard
28570              From: Doug MacEachern <dougm@covalent.net>
28571              Date: Wed, 1 Aug 2001 18:34:44 -0700 (PDT)
28572              Message-ID: <Pine.LNX.4.21.0108011830080.8991-100000@mako.covalent.net>
28573      Branch: perl
28574            ! op.c
28575 ____________________________________________________________________________
28576 [ 11544] By: jhi                                   on 2001/08/01  23:08:41
28577         Log: The #11541 didn't work under threads.
28578      Branch: perl
28579            ! op.c
28580 ____________________________________________________________________________
28581 [ 11543] By: jhi                                   on 2001/08/01  22:46:41
28582         Log: Subject: Re: [ID 20010621.002] UnixWare 7.1.1 and Perl-5.6.1 problems
28583              From: Hugo <hv@crypt.compulink.co.uk>
28584              Date: Fri, 22 Jun 2001 01:19:08 +0100 
28585              Message-Id: <200106220019.BAA03365@crypt.compulink.co.uk>
28586              
28587              (Skip tests if accept() failed)
28588      Branch: perl
28589            ! ext/IO/lib/IO/t/io_unix.t
28590 ____________________________________________________________________________
28591 [ 11542] By: jhi                                   on 2001/08/01  22:40:09
28592         Log: Subject: [ID 20010730.003] IRIX 6.5 already has struct sv in <sys/sema.h> (defined in perl.h)
28593              From: "Stian Seeberg" <sseeberg@nimsoft.no>
28594              Date: Mon, 30 Jul 2001 12:28:07 +0200
28595              Message-Id: <68236D3FC2D92347B466639324391D1A0432AB@PONDUS.nimsoft.no>
28596      Branch: perl
28597            ! perl.h
28598 ____________________________________________________________________________
28599 [ 11541] By: jhi                                   on 2001/08/01  22:38:31
28600         Log: Subject: Pluggable optimizer
28601              From: Simon Cozens <simon@netthink.co.uk>
28602              Date: Wed, 1 Aug 2001 13:57:02 -0700
28603              Message-ID: <20010801135702.I10442@netthink.co.uk>
28604      Branch: perl
28605            ! embedvar.h op.c perl.c perl.h perlapi.h sv.c thrdvar.h util.c
28606 ____________________________________________________________________________
28607 [ 11540] By: jhi                                   on 2001/08/01  22:29:54
28608         Log: Subject: [ID 20010801.039] perlre.pod message typo
28609              From: Autrijus Tang <autrijus@geb.elixus.org>
28610              Date: Thu, 2 Aug 2001 04:48:02 +0800 (CST)
28611              Message-Id: <200108012048.f71Km2r79890@geb.elixus.org>                         
28612      Branch: perl
28613            ! pod/perlre.pod
28614 ____________________________________________________________________________
28615 [ 11539] By: jhi                                   on 2001/08/01  16:32:52
28616         Log: Test for change #11536.
28617      Branch: perl
28618            ! t/op/tiehandle.t
28619 ____________________________________________________________________________
28620 [ 11538] By: jhi                                   on 2001/08/01  16:27:19
28621         Log: More test fixups for #11537.
28622      Branch: perl
28623            ! t/lib/warnings/4lint t/lib/warnings/9enabled
28624 ____________________________________________________________________________
28625 [ 11537] By: jhi                                   on 2001/08/01  16:26:25
28626         Log: Subject: Re: [PATCH pp_ctl.c] proposed Windows safe-guard
28627              From: Doug MacEachern <dougm@covalent.net>
28628              Date: Mon, 30 Jul 2001 17:38:50 -0700 (PDT)
28629              Message-ID: <Pine.LNX.4.21.0107301720310.25941-100000@mako.covalent.net>
28630      Branch: perl
28631            ! op.c t/TestInit.pm
28632 ____________________________________________________________________________
28633 [ 11536] By: jhi                                   on 2001/08/01  16:08:08
28634         Log: Subject: [patch] ithreads + refto bug
28635              From: Doug MacEachern <dougm@covalent.net>
28636              Date: Wed, 1 Aug 2001 09:47:28 -0700 (PDT)
28637              Message-ID: <Pine.LNX.4.21.0108010937240.7498-100000@mako.covalent.net>
28638              
28639              (Test in change #11539)
28640      Branch: perl
28641            ! pp.c
28642 ____________________________________________________________________________
28643 [ 11535] By: jhi                                   on 2001/08/01  16:05:56
28644         Log: Subject: [PATCH: perl@11523] fixups for t/harness
28645              From: Prymmer/Kahn <pvhp@best.com>
28646              Date: Wed, 1 Aug 2001 09:24:23 -0700 (PDT)
28647              Message-ID: <Pine.BSF.4.21.0108010910310.17655-100000@shell8.ba.best.com>
28648      Branch: perl
28649            ! t/harness
28650 ____________________________________________________________________________
28651 [ 11534] By: jhi                                   on 2001/08/01  16:00:45
28652         Log: Subject: [PATCH: perl@11523] add xsubpp and libnetcfg to installed *.bat files for win32 builds
28653              From: Prymmer/Kahn <pvhp@best.com>
28654              Date: Wed, 1 Aug 2001 09:07:13 -0700 (PDT)
28655              Message-ID: <Pine.BSF.4.21.0108010859230.17655-100000@shell8.ba.best.com>
28656      Branch: perl
28657            ! win32/Makefile win32/makefile.mk
28658 ____________________________________________________________________________
28659 [ 11533] By: jhi                                   on 2001/08/01  13:38:29
28660         Log: Need to know the number of tests.
28661      Branch: perl
28662            ! t/run/exit.t
28663 ____________________________________________________________________________
28664 [ 11532] By: jhi                                   on 2001/08/01  13:04:31
28665         Log: Subject: Re: new exit tests on VMS
28666              From: "Craig A. Berry" <craigberry@mac.com>
28667              Date: Tue, 31 Jul 2001 12:19:29 -0500
28668              Message-Id: <5.1.0.14.0.20010731114845.03743008@mail.telocity.com>
28669      Branch: perl
28670            ! t/run/exit.t
28671 ____________________________________________________________________________
28672 [ 11531] By: jhi                                   on 2001/08/01  12:46:43
28673         Log: Retract #11530 (the dTHX is needed under threads)
28674      Branch: perl
28675            ! perlio.c
28676 ____________________________________________________________________________
28677 [ 11530] By: jhi                                   on 2001/08/01  12:39:35
28678         Log: (Retracted by #11531)
28679      Branch: perl
28680            ! perlio.c
28681 ____________________________________________________________________________
28682 [ 11529] By: jhi                                   on 2001/08/01  12:32:22
28683         Log: Subject: [PATCH 1/4] -Wall cleanups: unixish.h
28684              From: Richard Soderberg <rs@crystalflame.net>
28685              Date: Tue, 31 Jul 2001 23:16:22 -0700 (PDT) 
28686              Message-ID: <Pine.LNX.4.21.0107312313490.24341-100000@oregonnet.com>
28687      Branch: perl
28688            ! unixish.h
28689 ____________________________________________________________________________
28690 [ 11528] By: jhi                                   on 2001/08/01  12:18:59
28691         Log: Subject: [PATCH 5.7.2] Allow for long long in h2xs 
28692              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
28693              Date: Tue, 31 Jul 2001 05:39:09 -0400
28694              Message-ID: <20010731053909.A1810@math.ohio-state.edu>
28695              
28696              (with a note about the case of UV being equal to long long)
28697      Branch: perl
28698            ! utils/h2xs.PL
28699 ____________________________________________________________________________
28700 [ 11527] By: jhi                                   on 2001/07/31  23:49:04
28701         Log: Subject: [PATCH perl@11487] fix fs.t for VMS
28702              From: "Craig A. Berry" <craigberry@mac.com>
28703              Date: Tue, 31 Jul 2001 14:57:43 -0500
28704              Message-Id: <5.1.0.14.0.20010731145015.03743008@exchi01>
28705      Branch: perl
28706            ! t/io/fs.t
28707 ____________________________________________________________________________
28708 [ 11526] By: jhi                                   on 2001/07/31  23:47:57
28709         Log: Fix for
28710              
28711              Subject: [ID 20010116.001] File::Copy truncates orig file 
28712              From: arbor@al37al08.telecel.pt
28713              Date: Tue, 16 Jan 2001 11:43:02 GMT
28714              Message-Id: <200101161143.AA11184@al37al08.telecel.pt>
28715              
28716              (copy($foo, $foo) would truncate $foo)
28717      Branch: perl
28718            ! lib/File/Copy.pm lib/File/Copy.t
28719 ____________________________________________________________________________
28720 [ 11525] By: jhi                                   on 2001/07/31  23:01:01
28721         Log: Metaconfig unit change for #11524.
28722      Branch: metaconfig/U/perl
28723            ! Extras.U
28724 ____________________________________________________________________________
28725 [ 11524] By: jhi                                   on 2001/07/31  23:00:36
28726         Log: Multiple modules didn't work; plus typo fixes.
28727      Branch: perl
28728            ! Configure
28729 ____________________________________________________________________________
28730 [ 11523] By: jhi                                   on 2001/07/31  15:29:58
28731         Log: Update Changes.
28732      Branch: perl
28733            ! Changes patchlevel.h
28734 ____________________________________________________________________________
28735 [ 11522] By: jhi                                   on 2001/07/31  15:25:35
28736         Log: Regen perlapi.
28737      Branch: perl
28738            ! pod/perlapi.pod
28739 ____________________________________________________________________________
28740 [ 11521] By: jhi                                   on 2001/07/31  15:19:01
28741         Log: Subject: Re: [PATCH sv.c] mortal doc thinko
28742              From: Dave Mitchell <davem@fdgroup.co.uk>
28743              Date: Tue, 31 Jul 2001 11:52:42 +0100 (BST)
28744              Message-Id: <200107311052.LAA14427@gizmo.fdgroup.co.uk>
28745      Branch: perl
28746            ! sv.c
28747 ____________________________________________________________________________
28748 [ 11520] By: jhi                                   on 2001/07/31  15:17:43
28749         Log: Regen toc.
28750      Branch: perl
28751            ! pod/perltoc.pod
28752 ____________________________________________________________________________
28753 [ 11519] By: jhi                                   on 2001/07/31  15:17:17
28754         Log: Regen Porting stuff.
28755      Branch: perl
28756            ! Porting/Glossary Porting/config.sh Porting/config_H
28757 ____________________________________________________________________________
28758 [ 11518] By: jhi                                   on 2001/07/31  14:16:08
28759         Log: Subject: [PATCH 5.7.2] Allow for GNU-isms in h2xs
28760              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
28761              Date: Tue, 31 Jul 2001 05:34:38 -0400
28762              Message-ID: <20010731053438.A1754@math.ohio-state.edu>
28763      Branch: perl
28764            ! utils/h2xs.PL
28765 ____________________________________________________________________________
28766 [ 11517] By: jhi                                   on 2001/07/31  14:15:01
28767         Log: Metaconfig unit change for #11516. 
28768      Branch: metaconfig/U/perl
28769            ! gccvers.U
28770 ____________________________________________________________________________
28771 [ 11516] By: jhi                                   on 2001/07/31  14:14:35
28772         Log: Add -Wall in cflags, not in Configure.
28773              (This way -Wall affects only the core and the core XS,
28774              not user modules' XS.  Concern from Paul Marquess,
28775              implementation idea from Andy Dougherty.)
28776      Branch: perl
28777            ! Configure cflags.SH
28778 ____________________________________________________________________________
28779 [ 11515] By: jhi                                   on 2001/07/31  13:57:15
28780         Log: Metaconfig unit changes for #11514.
28781      Branch: metaconfig
28782            + U/modified/sysman.U
28783            ! U/installdirs/man1dir.U
28784 ____________________________________________________________________________
28785 [ 11514] By: jhi                                   on 2001/07/31  13:56:26
28786         Log: Subject: Configure's detection of system manual
28787              From: Sean Dague <sean@dague.net> 
28788              Date: Sun, 13 May 2001 15:53:15 -0400
28789              Message-ID: <20010513155315.A15833@underhill.dague.net>
28790      Branch: perl
28791            ! Configure
28792 ____________________________________________________________________________
28793 [ 11513] By: jhi                                   on 2001/07/31  03:23:01
28794         Log: Subject: [ID 20010621.004] Typo in perlobj.pod
28795              From: Autrijus Tang <autrijus@autrijus.org> 
28796              Date: Thu, 21 Jun 2001 23:56:48 +0800
28797              Message-Id: <20010621235648.A57340@not.autrijus.org>
28798      Branch: perl
28799            ! pod/perlobj.pod
28800 ____________________________________________________________________________
28801 [ 11512] By: jhi                                   on 2001/07/31  03:13:35
28802         Log: Subject: Typo in DB_File.pm
28803              From: "Philip Newton" <Philip.Newton@gmx.net>
28804              Date: Tue, 31 Jul 2001 06:19:35 +0200
28805              Message-Id: <200107310413.f6V4DmL11900@chaos.wustl.edu>
28806      Branch: perl
28807            ! ext/DB_File/DB_File.pm
28808 ____________________________________________________________________________
28809 [ 11511] By: jhi                                   on 2001/07/31  03:01:49
28810         Log: Subject: Re: [ID 20010529.002] typos in man page perlre 
28811              From: "Stephen P. Potter" <spp@spotter.yi.org>
28812              Date: Wed, 30 May 2001 13:59:34 -0400
28813              Message-Id: <20010530175939.59DEC729E1@belgarath.spotter.yi.org>
28814      Branch: perl
28815            ! pod/perlre.pod
28816 ____________________________________________________________________________
28817 [ 11510] By: jhi                                   on 2001/07/31  02:13:58
28818         Log: eval "format foo=" would loop indefinitely; reported in
28819              
28820              Subject: A load of old rubbish
28821              From: Mike Guy <mjtg@cam.ac.uk>
28822              Date: Mon, 14 May 2001 16:12:22 +0100
28823              Message-Id: <E14zK1G-0003a2-00@virgo.cus.cam.ac.uk>
28824              
28825              (The core dumps reported in there already fixed.)
28826      Branch: perl
28827            ! toke.c
28828 ____________________________________________________________________________
28829 [ 11509] By: jhi                                   on 2001/07/31  00:37:49
28830         Log: Upgrade to Switch 2.04, now with Perl 6 given+when.
28831      Branch: perl
28832            + lib/Switch/Changes lib/Switch/README lib/Switch/t/given_when.t
28833            + lib/Switch/t/switch_case.t
28834            - lib/Switch/test.pl
28835            ! MANIFEST lib/Switch.pm
28836 ____________________________________________________________________________
28837 [ 11508] By: jhi                                   on 2001/07/31  00:17:38
28838         Log: Subject: [PATCH @11505] DB_File-1.78
28839              From: "Paul Marquess" <Paul_Marquess@Yahoo.co.uk>
28840              Date: Mon, 30 Jul 2001 22:54:37 +0100
28841              Message-ID: <AIEAJICLCBDNAAOLLOKLGELNCLAA.Paul_Marquess@Yahoo.co.uk>
28842      Branch: perl
28843            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
28844            ! ext/DB_File/DB_File.xs ext/DB_File/version.c
28845 ____________________________________________________________________________
28846 [ 11507] By: jhi                                   on 2001/07/30  23:11:10
28847         Log: Explain in more detail why -pipe and -fno-common are good.
28848      Branch: perl
28849            ! hints/darwin.sh
28850 ____________________________________________________________________________
28851 [ 11506] By: nick                                  on 2001/07/30  14:32:23
28852         Log: Integrate mainline
28853      Branch: perlio
28854           !> INSTALL Makefile.SH doio.c hints/darwin.sh
28855 ____________________________________________________________________________
28856 [ 11505] By: jhi                                   on 2001/07/30  14:14:39
28857         Log: Perl hasn't been putting man pages into $prefix/lib for
28858              a long time now; pointed out by Andy Dougherty. 
28859      Branch: perl
28860            ! hints/darwin.sh
28861 ____________________________________________________________________________
28862 [ 11504] By: jhi                                   on 2001/07/30  14:13:15
28863         Log: Document the extras Configure option.
28864      Branch: perl
28865            ! INSTALL
28866 ____________________________________________________________________________
28867 [ 11503] By: jhi                                   on 2001/07/30  13:52:14
28868         Log: Integrate change #11051 from macperl; O_RDONLY is not zero
28869              everywhere.
28870      Branch: perl
28871           !> doio.c
28872 ____________________________________________________________________________
28873 [ 11502] By: jhi                                   on 2001/07/30  13:45:27
28874         Log: Doubly guard against invoking CPAN if no extras defined,
28875              pointed out by H. Merijn Brand.
28876      Branch: perl
28877            ! Makefile.SH
28878 ____________________________________________________________________________
28879 [ 11501] By: pudge                                 on 2001/07/30  12:57:56
28880         Log: Fix O_RDONLY check to check for O_RDONLY.
28881      Branch: maint-5.6/macperl
28882            ! doio.c
28883 ____________________________________________________________________________
28884 [ 11500] By: pudge                                 on 2001/07/30  12:41:11
28885         Log: Integrate miscellaneous changes from maint-5.6/perl.
28886      Branch: maint-5.6/macperl
28887           !> MANIFEST t/TEST t/harness t/pod/testp2pt.pl t/run/runenv.t
28888 ____________________________________________________________________________
28889 [ 11499] By: nick                                  on 2001/07/30  06:52:42
28890         Log: Integrate mainline
28891      Branch: perlio
28892           +> macos/MacPerlTests.cmd macos/xsubpp.patch os2/perlrexx.c
28893           +> win32/sync_ext.pl
28894            - win32/sncfnmcs.pl
28895           !> (integrate 71 files)
28896 ____________________________________________________________________________
28897 [ 11498] By: jhi                                   on 2001/07/30  03:53:34
28898         Log: Update Changes.
28899      Branch: perl
28900            ! Changes patchlevel.h
28901 ____________________________________________________________________________
28902 [ 11497] By: jhi                                   on 2001/07/30  03:45:32
28903         Log: Now Configure -Dextras=Foo::Bar and "make install" will
28904              fetch and install Foo::Bar.
28905      Branch: perl
28906            ! Makefile.SH
28907 ____________________________________________________________________________
28908 [ 11496] By: jhi                                   on 2001/07/30  03:18:28
28909         Log: Metaconfig unit change for #11495.
28910      Branch: metaconfig/U/perl
28911            ! Extras.U
28912 ____________________________________________________________________________
28913 [ 11495] By: jhi                                   on 2001/07/30  03:18:01
28914         Log: extras.make, extras.test, and extras.install make targets.
28915      Branch: perl
28916            ! Configure Makefile.SH
28917 ____________________________________________________________________________
28918 [ 11494] By: jhi                                   on 2001/07/30  01:37:35
28919         Log: Metaconfig unit change for #11493.
28920      Branch: metaconfig/U/perl
28921            ! Extras.U
28922 ____________________________________________________________________________
28923 [ 11493] By: jhi                                   on 2001/07/30  01:37:14
28924         Log: Better to have the list of extras in $extras than 'define'.
28925      Branch: perl
28926            ! Configure
28927 ____________________________________________________________________________
28928 [ 11492] By: jhi                                   on 2001/07/30  01:33:16
28929         Log: The metaconfig unit change for #11490.
28930      Branch: metaconfig/U/perl
28931            + Extras.U
28932 ____________________________________________________________________________
28933 [ 11491] By: jhi                                   on 2001/07/30  01:32:54
28934         Log: Missed from #11490 (the required dependency).
28935      Branch: perl
28936            ! Makefile.SH
28937 ____________________________________________________________________________
28938 [ 11490] By: jhi                                   on 2001/07/30  01:32:02
28939         Log: Add the support of asking for extra modules or bundles of modules
28940              to be fetched from the CPAN and installed as a part of the Perl
28941              build process.  None of this installation is yet really done;
28942              only the list is asked, and saved away in extras.lst for
28943              the build and installation process to worry about later.
28944      Branch: perl
28945            ! Configure
28946 ____________________________________________________________________________
28947 [ 11489] By: jhi                                   on 2001/07/29  22:15:25
28948         Log: Beginnings of better Inf and NaN support.
28949              At least toke.c and sv.c still need quite a bit of work.
28950      Branch: perl
28951            ! numeric.c perl.h
28952 ____________________________________________________________________________
28953 [ 11488] By: jhi                                   on 2001/07/29  21:18:57
28954         Log: Top-level Makefile didn't honour OPTIMIZE.
28955      Branch: perl
28956            ! Makefile.SH
28957 ____________________________________________________________________________
28958 [ 11487] By: jhi                                   on 2001/07/29  20:56:04
28959         Log: Update Changes.
28960      Branch: perl
28961            ! Changes patchlevel.h
28962 ____________________________________________________________________________
28963 [ 11486] By: jhi                                   on 2001/07/29  20:38:09
28964         Log: Use Search::Dict 1.02 interface for charinfo().
28965      Branch: perl
28966            ! lib/UnicodeCD.pm
28967 ____________________________________________________________________________
28968 [ 11485] By: jhi                                   on 2001/07/29  20:37:11
28969         Log: Now also allow transforming the read lines before comparing them.
28970              (This will help UnicodeCD.) 
28971      Branch: perl
28972            ! lib/Search/Dict.pm
28973 ____________________________________________________________________________
28974 [ 11484] By: jhi                                   on 2001/07/29  20:03:13
28975         Log: Remove tiehandle code.
28976      Branch: perl
28977            ! lib/UnicodeCD.pm
28978 ____________________________________________________________________________
28979 [ 11483] By: jhi                                   on 2001/07/29  19:59:02
28980         Log: Allow specifying a comparison function for Search::Dict::look().
28981      Branch: perl
28982            ! lib/Search/Dict.pm
28983 ____________________________________________________________________________
28984 [ 11482] By: jhi                                   on 2001/07/29  18:55:04
28985         Log: Small UnicodeCD tweaks.
28986      Branch: perl
28987            ! lib/UnicodeCD.pm lib/UnicodeCD.t
28988 ____________________________________________________________________________
28989 [ 11481] By: jhi                                   on 2001/07/29  17:14:19
28990         Log: Subject: [PATCH @11446] UnicodeCD::charinfo
28991              From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
28992              Date: Tue, 24 Jul 2001 01:51:32 +0900
28993              Message-Id: <20010724015114.CF4D.BQW10602@nifty.com>
28994      Branch: perl
28995            ! lib/UnicodeCD.pm lib/UnicodeCD.t
28996 ____________________________________________________________________________
28997 [ 11480] By: jhi                                   on 2001/07/29  16:55:58
28998         Log: Subject: [PATCH] installperl
28999              From: Wilfredo Sánchez <wsanchez@MIT.EDU>
29000              Date: Fri, 27 Jul 2001 19:05:04 -0700
29001              Message-Id: <F7912758-82FC-11D5-BFC6-003065D59FBA@thor.sbay.org>
29002      Branch: perl
29003            ! installperl
29004 ____________________________________________________________________________
29005 [ 11479] By: jhi                                   on 2001/07/29  16:52:52
29006         Log: Subject: [PATCH] Set proper compatibility versions in core
29007              From: Wilfredo Sánchez <wsanchez@MIT.EDU>
29008              Date: Fri, 27 Jul 2001 20:01:49 -0700
29009              Message-Id: <E3A6C66A-8304-11D5-BFC6-003065D59FBA@thor.sbay.org>
29010      Branch: perl
29011            ! Makefile.SH
29012 ____________________________________________________________________________
29013 [ 11478] By: jhi                                   on 2001/07/29  16:50:55
29014         Log: Metaconfig unit change for #11477.
29015      Branch: metaconfig/U/perl
29016            ! dlsrc.U
29017 ____________________________________________________________________________
29018 [ 11477] By: jhi                                   on 2001/07/29  16:50:35
29019         Log: Subject: [PATCH] Darwin: -fpic not so good
29020              From: =?iso-8859-1?Q?Wilfredo_S=E1nchez?= <wsanchez@MIT.EDU>
29021              Date: Fri, 27 Jul 2001 18:57:38 -0700
29022              Message-Id: <EC1496A6-82FB-11D5-BFC6-003065D59FBA@thor.sbay.org>
29023      Branch: perl
29024            ! Configure
29025 ____________________________________________________________________________
29026 [ 11476] By: jhi                                   on 2001/07/29  16:44:03
29027         Log: Subject: [PATCH] Clean up Darwin hints
29028              From: =?iso-8859-1?Q?Wilfredo_S=E1nchez?= <wsanchez@MIT.EDU>
29029              Date: Fri, 27 Jul 2001 19:13:15 -0700
29030              Message-Id: <1A70CA3F-82FE-11D5-BFC6-003065D59FBA@thor.sbay.org>
29031      Branch: perl
29032            ! hints/darwin.sh
29033 ____________________________________________________________________________
29034 [ 11475] By: jhi                                   on 2001/07/29  16:28:45
29035         Log: Subject: [PATCH split()] split()'s unused captures should be undef, not ''
29036              From: "Jeff 'japhy/Marillion' Pinyan" <jeffp@crusoe.net>
29037              Date: Fri, 27 Jul 2001 14:00:37 -0400 (EDT)
29038              Message-ID: <Pine.GSO.4.21.0107271358310.28213-100000@crusoe.crusoe.net>
29039      Branch: perl
29040            ! pod/perlfunc.pod pp.c t/op/split.t
29041 ____________________________________________________________________________
29042 [ 11474] By: jhi                                   on 2001/07/29  16:27:54
29043         Log: Subject: [PATCH perlvar.pod] $^N foolery as well
29044              From: "Jeff 'japhy/Marillion' Pinyan" <jeffp@crusoe.net>
29045              Date: Thu, 26 Jul 2001 20:03:12 -0400 (EDT)
29046              Message-ID: <Pine.GSO.4.21.0107261958380.28213-100000@crusoe.crusoe.net>
29047      Branch: perl
29048            ! pod/perlvar.pod
29049 ____________________________________________________________________________
29050 [ 11473] By: jhi                                   on 2001/07/29  16:27:00
29051         Log: Subject: [PATCH] fixes to constant.pm documentation
29052              From: Ilmari Karonen <iltzu@sci.fi>
29053              Date: Tue, 24 Jul 2001 16:44:24 +0300 (EET DST)
29054              Message-ID: <Pine.SOL.3.96.1010724163055.6822A-100000@simpukka>
29055      Branch: perl
29056            ! lib/constant.pm
29057 ____________________________________________________________________________
29058 [ 11472] By: jhi                                   on 2001/07/28  18:39:03
29059         Log: Subject: [DOC PATCH bleadperl] perlport.pod and C<..">>"...>
29060              From: "Philip Newton" <Philip.Newton@gmx.net>
29061              Date: Fri, 27 Jul 2001 07:51:10 +0200
29062              Message-Id: <200107270548.f6R5mJL09063@chaos.wustl.edu>
29063      Branch: perl
29064            ! pod/perlport.pod
29065 ____________________________________________________________________________
29066 [ 11471] By: nick                                  on 2001/07/26  06:23:32
29067         Log: Subject:  [PATCH] Doc fix for perlguts / threading
29068              From:  Arthur Bergman <arthur@contiller.se>
29069              Date:  Wed, 25 Jul 2001 11:28:23 +0200
29070              Message-Id:  <B7845DD6.2812%arthur@contiller.se>
29071      Branch: perl
29072            ! pod/perlguts.pod
29073 ____________________________________________________________________________
29074 [ 11470] By: nick                                  on 2001/07/26  06:21:06
29075         Log: Subject:  [DOC PATCH bleadperl] INSTALL: README for Unix systems exist
29076              From:  Philip Newton <Philip.Newton@gmx.net>
29077              Date:  Wed, 25 Jul 2001 08:19:47 +0200
29078              Message-Id:  <E15PHy4-0000cR-00@mserv1f.vianw.co.uk>
29079      Branch: perl
29080            ! INSTALL
29081 ____________________________________________________________________________
29082 [ 11469] By: nick                                  on 2001/07/26  06:20:25
29083         Log: Subject:  [DOC PATCH bleadperl] typo in INSTALL?
29084              From:  Philip Newton <Philip.Newton@gmx.net>
29085              Date:  Wed, 25 Jul 2001 08:12:48 +0200
29086              Message-Id:  <E15PHrJ-00003f-00@mserv1f.vianw.co.uk>
29087      Branch: perl
29088            ! INSTALL
29089 ____________________________________________________________________________
29090 [ 11468] By: jhi                                   on 2001/07/25  01:39:11
29091         Log: More +x.
29092      Branch: perl
29093            ! Porting/makerel
29094 ____________________________________________________________________________
29095 [ 11467] By: jhi                                   on 2001/07/24  16:05:34
29096         Log: Update Changes.
29097      Branch: perl
29098            ! Changes patchlevel.h
29099 ____________________________________________________________________________
29100 [ 11466] By: jhi                                   on 2001/07/24  15:40:28
29101         Log: Subject: [PATCH bleadperl os2/perlrexx.c] my C compiler has no HTML parser
29102              From: "Philip Newton" <Philip.Newton@gmx.net>
29103              Date: Tue, 24 Jul 2001 06:45:55 +0200
29104              Message-ID: <20010724.064500@ID-11583.news.dfncis.de>
29105      Branch: perl
29106            ! os2/perlrexx.c
29107 ____________________________________________________________________________
29108 [ 11465] By: jhi                                   on 2001/07/24  15:37:48
29109         Log: Subject: [PATCH: perl@11446] add io/fs.t to vmsperl test suite
29110              From: Peter Prymmer <pvhp@forte.com>
29111              Date: Mon, 23 Jul 2001 16:58:30 -0700 (PDT)
29112              Message-ID: <Pine.OSF.4.10.10107231643480.401242-100000@aspara.forte.com>
29113      Branch: perl
29114            ! pod/perlport.pod t/io/fs.t vms/test.com
29115 ____________________________________________________________________________
29116 [ 11464] By: jhi                                   on 2001/07/24  02:58:20
29117         Log: Workaround on Cwd bootstrap problem.
29118      Branch: perl
29119            ! lib/ExtUtils/MakeMaker.pm
29120 ____________________________________________________________________________
29121 [ 11463] By: jhi                                   on 2001/07/23  23:11:41
29122         Log: When in Rome, quote like the Romans do.
29123      Branch: perl
29124            ! cflags.SH
29125 ____________________________________________________________________________
29126 [ 11462] By: jhi                                   on 2001/07/23  23:04:02
29127         Log: Subject: [PATCH 5.7.2] OS/2 multi-architecture
29128              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
29129              Date: Mon, 23 Jul 2001 19:29:49 -0400
29130              Message-ID: <20010723192949.A14802@math.ohio-state.edu>
29131      Branch: perl
29132            + os2/perlrexx.c
29133            ! MANIFEST configpm makedef.pl mg.c os2/Makefile.SHs
29134            ! os2/OS2/REXX/t/rx_vrexx.t os2/os2.c os2/os2ish.h perl.c
29135            ! t/op/write.t
29136 ____________________________________________________________________________
29137 [ 11461] By: jhi                                   on 2001/07/23  22:58:15
29138         Log: Subject: [PATCH 5.7.2] MakeMaker FIRST_MAKEFILE and subdir
29139              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
29140              Date: Mon, 23 Jul 2001 18:43:42 -0400
29141              Message-ID: <20010723184342.A14494@math.ohio-state.edu>
29142      Branch: perl
29143            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MakeMaker.pm
29144 ____________________________________________________________________________
29145 [ 11460] By: jhi                                   on 2001/07/23  22:54:52
29146         Log: Subject: [PATCH 5.7.2] MakeMaker subdir
29147              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
29148              Date: Mon, 23 Jul 2001 18:33:16 -0400
29149              Message-ID: <20010723183316.A14298@math.ohio-state.edu>
29150      Branch: perl
29151            ! lib/ExtUtils/MakeMaker.pm
29152 ____________________________________________________________________________
29153 [ 11459] By: jhi                                   on 2001/07/23  22:52:02
29154         Log: Subject: [PATCH 5.7.2] OPTIMIZE= during perl make
29155              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
29156              Date: Mon, 23 Jul 2001 18:20:35 -0400
29157              Message-ID: <20010723182035.A14192@math.ohio-state.edu>
29158      Branch: perl
29159            ! Makefile.SH cflags.SH
29160 ____________________________________________________________________________
29161 [ 11458] By: jhi                                   on 2001/07/23  22:41:19
29162         Log: Subject: [PATCH] Print CONFIGURE params in ExtUtils::MakeMaker output
29163              From: "David D. Kilzer" <ddkilzer@lubricants-oil.com>
29164              Date: Mon, 23 Jul 2001 11:32:17 -0500
29165              Message-ID: <20010723113217.A28614@elbonia.lubricants-oil.com>
29166      Branch: perl
29167            ! lib/ExtUtils/MakeMaker.pm
29168 ____________________________________________________________________________
29169 [ 11457] By: jhi                                   on 2001/07/23  21:22:36
29170         Log: Subject: [PATCH 5.7.2] debug reloading selfloaded stuff
29171              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
29172              Date: Mon, 23 Jul 2001 18:13:20 -0400
29173              Message-ID: <20010723181320.A14005@math.ohio-state.edu>
29174      Branch: perl
29175            ! lib/perl5db.pl
29176 ____________________________________________________________________________
29177 [ 11456] By: jhi                                   on 2001/07/23  21:19:28
29178         Log: Subject: [PATCH 5.7.2] debugging selfloaded stuff
29179              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
29180              Date: Mon, 23 Jul 2001 18:07:40 -0400
29181              Message-ID: <20010723180740.A13960@math.ohio-state.edu>
29182      Branch: perl
29183            ! op.c
29184 ____________________________________________________________________________
29185 [ 11455] By: jhi                                   on 2001/07/23  21:13:12
29186         Log: Subject: [PATCH perl@11446] util.c: return required in Perl_my_fork
29187              From: "Craig A. Berry" <craigberry@mac.com>
29188              Date: Mon, 23 Jul 2001 15:35:06 -0500
29189              Message-Id: <5.1.0.14.0.20010723152732.02ad4470@exchi01>
29190      Branch: perl
29191            ! util.c
29192 ____________________________________________________________________________
29193 [ 11454] By: jhi                                   on 2001/07/23  21:09:13
29194         Log: Subject: [PATCH perlfaq9.pod typo]
29195              From: "Larry Shatzer, Jr." <lshatzer@islanddata.com>
29196              Date: Mon, 23 Jul 2001 07:49:05 -0700
29197              Message-ID: <002f01c11386$a8539580$bb01a8c0@LSHATZER>
29198      Branch: perl
29199            ! pod/perlfaq9.pod
29200 ____________________________________________________________________________
29201 [ 11453] By: jhi                                   on 2001/07/23  21:06:42
29202         Log: Subject: win32\sncfnmcs.pl corrections
29203              From: "Konovalov, Vadim Vladimirovich (Vadim)" <vkonovalov@lucent.com>
29204              Date: Mon, 23 Jul 2001 12:56:54 +0200
29205              Message-ID: <E3FB32585BF1D411B9E900805FF51A080C1C5D@RU0022EXCH001U>
29206              
29207              Rename the script a little bit more sensibly.
29208      Branch: perl
29209            + win32/sync_ext.pl
29210            - win32/sncfnmcs.pl
29211            ! MANIFEST README.win32
29212 ____________________________________________________________________________
29213 [ 11452] By: jhi                                   on 2001/07/23  17:22:37
29214         Log: Test tweak.
29215      Branch: perl
29216            ! ext/B/Deparse.t
29217 ____________________________________________________________________________
29218 [ 11451] By: jhi                                   on 2001/07/23  17:10:52
29219         Log: Metaconfig unit tweak for #11450.
29220      Branch: metaconfig/U/perl
29221            ! Mksymlinks.U
29222 ____________________________________________________________________________
29223 [ 11450] By: jhi                                   on 2001/07/23  17:09:46
29224         Log: Too volatile failsafe check.
29225      Branch: perl
29226            ! Configure
29227 ____________________________________________________________________________
29228 [ 11449] By: jhi                                   on 2001/07/23  16:53:59
29229         Log: Further doc tweaks.
29230      Branch: perl
29231            ! lib/UnicodeCD.pm
29232 ____________________________________________________________________________
29233 [ 11448] By: jhi                                   on 2001/07/23  05:26:50
29234         Log: Doc tweaks.
29235      Branch: perl
29236            ! lib/UnicodeCD.pm
29237 ____________________________________________________________________________
29238 [ 11447] By: jhi                                   on 2001/07/23  04:57:49
29239         Log: Doc tweakery from Abhijit.
29240      Branch: perl
29241            ! Porting/repository.pod
29242 ____________________________________________________________________________
29243 [ 11446] By: jhi                                   on 2001/07/22  15:41:02
29244         Log: An accidental empty line.
29245      Branch: perl
29246            ! MANIFEST
29247 ____________________________________________________________________________
29248 [ 11445] By: jhi                                   on 2001/07/22  15:38:30
29249         Log: Missing MANIFESTations.
29250      Branch: perl
29251            ! MANIFEST
29252 ____________________________________________________________________________
29253 [ 11444] By: jhi                                   on 2001/07/22  15:30:10
29254         Log: Update Changes.
29255      Branch: perl
29256            ! Changes patchlevel.h
29257 ____________________________________________________________________________
29258 [ 11443] By: jhi                                   on 2001/07/22  15:02:11
29259         Log: Subject: Re: Typo in Porting/pumpkin/pod ?
29260              From: Mike Guy <mjtg@cam.ac.uk>
29261              Date: Fri, 20 Jul 2001 16:12:49 +0100
29262              Message-Id: <E15NbxR-0006HD-00@draco.cus.cam.ac.uk>
29263      Branch: perl
29264            ! Porting/pumpkin.pod
29265 ____________________________________________________________________________
29266 [ 11442] By: jhi                                   on 2001/07/22  14:58:33
29267         Log: Subject: Re: [PATCH: perl@11373] pod fixups for pod/perlhack.pod
29268              From: Peter Prymmer <pvhp@forte.com>
29269              Date: Fri, 20 Jul 2001 17:04:55 -0700 (PDT)
29270              Message-ID: <Pine.OSF.4.10.10107201650510.144528-100000@aspara.forte.com>
29271      Branch: perl
29272            ! pod/perlhack.pod
29273 ____________________________________________________________________________
29274 [ 11441] By: jhi                                   on 2001/07/22  14:54:29
29275         Log: Subject: [PATCH Test.pm] Getting rid of the expected "UNEXPECTEDLY SUCCEEDED"
29276              From: Michael G Schwern <schwern@pobox.com>
29277              Date: Fri, 20 Jul 2001 20:22:35 -0400
29278              Message-ID: <20010720202235.O4498@blackrider>
29279      Branch: perl
29280            ! lib/Test.pm lib/Test/t/mix.t lib/Test/t/success.t
29281            ! lib/Test/t/todo.t
29282 ____________________________________________________________________________
29283 [ 11440] By: jhi                                   on 2001/07/22  14:51:14
29284         Log: Subject: Re: [ID 20010720.010] WHere's [:isprint:]?
29285              From: Jeffrey Friedl <jfriedl@yahoo-inc.com>
29286              Message-Id: <200107210559.WAA09160@ventrue.corp.yahoo.com>
29287              Date: Fri, 20 Jul 2001 22:59:25 -0700 (PDT)
29288      Branch: perl
29289            ! ext/POSIX/POSIX.pod
29290 ____________________________________________________________________________
29291 [ 11439] By: jhi                                   on 2001/07/22  14:49:25
29292         Log: Subject: Re: [ID 20010720.010] WHere's [:isprint:]? 
29293              From: Mark-Jason Dominus <mjd@plover.com>
29294              Date: Fri, 20 Jul 2001 23:16:54 -0400
29295              Message-ID: <20010721031654.21877.qmail@plover.com>
29296      Branch: perl
29297            ! ext/POSIX/POSIX.pod
29298 ____________________________________________________________________________
29299 [ 11438] By: jhi                                   on 2001/07/22  14:41:58
29300         Log: Subject: Re: [PATCH O.pm] avoid to clutter output with -l
29301              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
29302              Date: Sun, 22 Jul 2001 14:56:09 +0200
29303              Message-ID: <20010722145609.A766@rafael>
29304      Branch: perl
29305            ! ext/B/O.pm
29306 ____________________________________________________________________________
29307 [ 11437] By: jhi                                   on 2001/07/22  14:39:07
29308         Log: Subject: regexec.c #define cleanup
29309              From: Mark-Jason Dominus <mjd@plover.com>
29310              Date: Sat, 21 Jul 2001 18:33:25 -0400
29311              Message-ID: <20010721223325.3069.qmail@plover.com>
29312      Branch: perl
29313            ! regexec.c
29314 ____________________________________________________________________________
29315 [ 11436] By: jhi                                   on 2001/07/22  14:36:43
29316         Log: Subject: [PATCH: perl@11373] Win32 update for t/io/fs.t (may effect NetWare)
29317              From: Prymmer/Kahn <pvhp@best.com>
29318              Date: Sat, 21 Jul 2001 12:08:29 -0700 (PDT)
29319              Message-ID: <Pine.BSF.4.21.0107211156160.17271-100000@shell8.ba.best.com>
29320      Branch: perl
29321            ! t/io/fs.t
29322 ____________________________________________________________________________
29323 [ 11435] By: jhi                                   on 2001/07/22  00:22:51
29324         Log: Typo in #11432.
29325      Branch: perl
29326            ! ext/POSIX/POSIX.t
29327 ____________________________________________________________________________
29328 [ 11434] By: jhi                                   on 2001/07/21  23:12:26
29329         Log: Integrate (manually) change #11424 from macperl.
29330      Branch: perl
29331            ! ext/Filter/t/call.t
29332 ____________________________________________________________________________
29333 [ 11433] By: jhi                                   on 2001/07/21  23:07:43
29334         Log: Integrate change #11408 from macperl.
29335      Branch: perl
29336           !> README.macos pod/perlport.pod
29337 ____________________________________________________________________________
29338 [ 11432] By: jhi                                   on 2001/07/21  23:02:30
29339         Log: Integrate change #11388 from macperl (the *.t parts needed hand massage).
29340      Branch: perl
29341           +> macos/MacPerlTests.cmd macos/xsubpp.patch
29342            ! ext/DB_File/t/db-btree.t ext/DB_File/t/db-hash.t
29343            ! ext/DB_File/t/db-recno.t ext/NDBM_File/ndbm.t
29344            ! ext/POSIX/POSIX.t
29345 ____________________________________________________________________________
29346 [ 11431] By: gsar                                  on 2001/07/21  05:03:44
29347         Log: pod/*.t tests not picked up by t/TEST either
29348      Branch: maint-5.6/perl
29349            ! t/TEST
29350 ____________________________________________________________________________
29351 [ 11430] By: gsar                                  on 2001/07/21  04:58:12
29352         Log: better tweak for change#11429 (windows has both / and \ separated
29353              paths in @INC at that point)
29354      Branch: maint-5.6/perl
29355            ! t/pod/testp2pt.pl
29356 ____________________________________________________________________________
29357 [ 11429] By: gsar                                  on 2001/07/21  04:41:15
29358         Log: MacOS pod test tweak needs \Escape
29359      Branch: maint-5.6/perl
29360            ! t/pod/testp2pt.pl
29361 ____________________________________________________________________________
29362 [ 11428] By: gsar                                  on 2001/07/21  04:39:34
29363         Log: run/runenv.t needs fflushNULL sanity (t/TEST is too dumb to detect
29364              resulting duplicate output, but t/harness isn't)
29365      Branch: maint-5.6/perl
29366            ! t/run/runenv.t
29367 ____________________________________________________________________________
29368 [ 11427] By: gsar                                  on 2001/07/21  04:37:26
29369         Log: t/harness wasn't picking up all the tests
29370      Branch: maint-5.6/perl
29371            ! t/harness
29372 ____________________________________________________________________________
29373 [ 11426] By: gsar                                  on 2001/07/21  04:09:26
29374         Log: update MANIFEST for new file
29375      Branch: maint-5.6/perl
29376            ! MANIFEST
29377 ____________________________________________________________________________
29378 [ 11425] By: gsar                                  on 2001/07/21  04:07:46
29379         Log: integrate maint-5.6/macperl changes into maint-5.6/perl, with
29380              the exception of the macperl/macos/... tree
29381      Branch: maint-5.6/perl
29382           +> t/lib/filefind-taint.t
29383           !> (integrate 72 files)
29384 ____________________________________________________________________________
29385 [ 11424] By: pudge                                 on 2001/07/20  18:55:25
29386         Log: Fix test.
29387      Branch: maint-5.6/macperl
29388            ! macos/bundled_ext/Filter/t/call.t
29389 ____________________________________________________________________________
29390 [ 11423] By: gsar                                  on 2001/07/20  18:38:48
29391         Log: Make perl fork()-safe (in a slightly limited way) even on
29392              platforms that don't have pthread_atfork() (extension of
29393              the fix in change#11151).
29394              
29395              Note that this will not help extensions that call fork()
29396              directly in C, or that link to libraries that call fork()
29397              directly.  Such cases must be fixed to either call
29398              PerlProc_fork(), or call atfork_lock() in parent before the
29399              calling the function that forks and call atfork_unlock()
29400              in both parent and child immediately after the fork().
29401              (There are no worries if C code calls exec() in the child
29402              immediately after a fork().  Only cases where the child
29403              calls perl's API functions (including New()) after the
29404              fork() are problematic.)
29405              
29406              This change also eliminates the use of vfork() from perl,
29407              since all such uses were violating the severe restrictions
29408              on modifying the state of the process between the vfork()
29409              and the exec().
29410              
29411              This is a modified version of patches suggested by Abhijit
29412              Menon-Sen and Richard Soderberg.
29413      Branch: perl
29414            ! embed.h embed.pl global.sym iperlsys.h miniperlmain.c
29415            ! objXSUB.h perl.c perlapi.c pp_sys.c proto.h thread.h util.c
29416 ____________________________________________________________________________
29417 [ 11422] By: pudge                                 on 2001/07/20  18:16:37
29418         Log: Add Filter::Util::Call, Class::ISA, Digest, Filter::Simple,
29419              Switch, and Text::Balanced.
29420      Branch: maint-5.6/macperl
29421            + macos/bundled_ext/Filter/Util/Call/Call.pm
29422            + macos/bundled_ext/Filter/Util/Call/Call.xs
29423            + macos/bundled_ext/Filter/Util/Call/Makefile.PL
29424            + macos/bundled_ext/Filter/t/MyFilter.pm
29425            + macos/bundled_ext/Filter/t/call.t
29426            + macos/bundled_ext/Filter/t/filter-util.pl
29427            + macos/bundled_lib/blib/lib/Class/ISA.pm
29428            + macos/bundled_lib/blib/lib/Digest.pm
29429            + macos/bundled_lib/blib/lib/Filter/Simple.pm
29430            + macos/bundled_lib/blib/lib/Switch.pm
29431            + macos/bundled_lib/blib/lib/Text/Balanced.pm
29432            + macos/bundled_lib/blib/lib/Text/Balanced.pod
29433            + macos/bundled_lib/t/Class/ISA/test.pl
29434            + macos/bundled_lib/t/Digest/Digest.t
29435            + macos/bundled_lib/t/Filter/Simple/test.pl
29436            + macos/bundled_lib/t/Switch/test.pl
29437            + macos/bundled_lib/t/Text/Balanced/t/genxt.t
29438            + macos/bundled_lib/t/Text/Balanced/t/xbrak.t
29439            + macos/bundled_lib/t/Text/Balanced/t/xcode.t
29440            + macos/bundled_lib/t/Text/Balanced/t/xdeli.t
29441            + macos/bundled_lib/t/Text/Balanced/t/xmult.t
29442            + macos/bundled_lib/t/Text/Balanced/t/xquot.t
29443            + macos/bundled_lib/t/Text/Balanced/t/xtagg.t
29444            + macos/bundled_lib/t/Text/Balanced/t/xvari.t
29445 ____________________________________________________________________________
29446 [ 11421] By: pudge                                 on 2001/07/20  18:03:28
29447         Log: Add Filter::Util::Call to config/make files; edit utils
29448              to recognize the module (it was descended too far down).
29449              Bump version to 5.6.1a4.
29450      Branch: maint-5.6/macperl
29451            ! macos/InstallBLIB macos/MPVersion.r macos/Makefile.mk
29452            ! macos/config.sh macos/lib/ExtUtils/MM_MacOS.pm
29453            ! macos/macperl/Makefile.mk macos/xsubpp.patch
29454 ____________________________________________________________________________
29455 [ 11420] By: pudge                                 on 2001/07/20  18:02:05
29456         Log: Make DB_File the default for MLDBM on MacOS.
29457      Branch: maint-5.6/macperl
29458            ! macos/bundled_lib/blib/lib/MLDBM.pm
29459 ____________________________________________________________________________
29460 [ 11419] By: nick                                  on 2001/07/20  14:51:03
29461         Log: Subject:  [PATCH UnicodeCD.pm] Fix erronous documentation
29462              From:  Simon Cozens <simon@netthink.co.uk>
29463              Date:  Fri, 20 Jul 2001 11:42:35 -0400
29464              Message-Id:  <20010720114235.A5235@netthink.co.uk>
29465      Branch: perl
29466            ! lib/UnicodeCD.pm
29467 ____________________________________________________________________________
29468 [ 11418] By: nick                                  on 2001/07/20  14:48:12
29469         Log: Subject:  [PATCH regcomp.h] adds a comment
29470              From:  Abhijit Menon-Sen <ams@wiw.org>
29471              Date:  Fri, 20 Jul 2001 21:05:37 +0530
29472              Message-Id:  <20010720210537.A7678@lustre.dyn.wiw.org>
29473      Branch: perl
29474            ! regcomp.h
29475 ____________________________________________________________________________
29476 [ 11417] By: nick                                  on 2001/07/20  14:16:38
29477         Log: Subject:  [PATCH 5.7.2] INSTALL updates
29478              From:  Andy Dougherty <doughera@lafayette.edu>
29479              Date:  Fri, 20 Jul 2001 11:01:40 -0400 (EDT)
29480              Message-Id:  <Pine.SOL.4.10.10107201059510.16494-100000@maxwell.phys.lafayette.edu>
29481      Branch: perl
29482            ! INSTALL
29483 ____________________________________________________________________________
29484 [ 11416] By: nick                                  on 2001/07/20  06:44:44
29485         Log: Subject:  Re: [PATCH: perl@11373] pod fixups for pod/perlhack.pod
29486              From:  Russ Allbery <rra@stanford.edu>
29487              Date:  19 Jul 2001 15:52:37 -0700
29488              Message-Id:  <ylvgko4jm2.fsf@windlord.stanford.edu>
29489      Branch: perl
29490            ! lib/Pod/Man.pm
29491 ____________________________________________________________________________
29492 [ 11415] By: nick                                  on 2001/07/20  06:35:11
29493         Log: Subject:  [PATCH] defer op_seq allocation
29494              From:  Abhijit Menon-Sen <ams@wiw.org>
29495              Date:  Thu, 19 Jul 2001 22:12:24 +0530
29496              Message-Id:  <20010719221224.A13786@lustre.dyn.wiw.org>
29497      Branch: perl
29498            ! op.c
29499 ____________________________________________________________________________
29500 [ 11414] By: nick                                  on 2001/07/20  06:23:36
29501         Log: Subject:  [PATCH] prototype for Time::HiRes::sleep()
29502              From:  Abhijit Menon-Sen <ams@wiw.org>
29503              Date:  Fri, 20 Jul 2001 01:18:50 +0530
29504              Message-Id:  <20010720011850.A19650@lustre.dyn.wiw.org>
29505              (Private e-mail)
29506      Branch: perl
29507            ! ext/Time/HiRes/HiRes.xs
29508 ____________________________________________________________________________
29509 [ 11413] By: nick                                  on 2001/07/20  06:18:53
29510         Log: Integrate mainline
29511      Branch: perlio
29512           +> ext/Encode/Encode/euc-jp-0212.enc t/lib/commonsense.t
29513            - t/base/commonsense.t
29514           !> MANIFEST doio.c ext/B/B/Deparse.pm ext/Encode/Encode/Tcl.pm
29515           !> ext/POSIX/POSIX.t ext/Time/HiRes/HiRes.xs gv.c hints/darwin.sh
29516           !> hints/rhapsody.sh numeric.c pod/perlfunc.pod pod/perlhack.pod
29517           !> pod/perlre.pod pp_sys.c sv.c t/README t/op/arith.t
29518           !> t/op/sprintf.t thread.h utils/h2xs.PL win32/perlhost.h
29519           !> win32/win32.c
29520 ____________________________________________________________________________
29521 [ 11412] By: nick                                  on 2001/07/19  06:44:27
29522         Log: Integrate win32/perlhost.h from maintenance branch.
29523              (Rest of $ENV{PATH} / system() fix.)
29524      Branch: perl
29525           !> win32/perlhost.h
29526 ____________________________________________________________________________
29527 [ 11411] By: nick                                  on 2001/07/19  06:41:34
29528         Log: Subject:  [DOC PATCH bleadperl] its vs it's in perlhack.pod
29529              From:  Philip Newton <Philip.Newton@gmx.net>
29530              Date:  Wed, 18 Jul 2001 21:43:57 +0200
29531              Message-Id:  <E15Mx9y-0007Oz-00@mserv1b.vianw.co.uk>
29532      Branch: perl
29533            ! pod/perlhack.pod
29534 ____________________________________________________________________________
29535 [ 11410] By: nick                                  on 2001/07/19  06:39:35
29536         Log: Subject:  Security hole in taint checking in open()
29537              From:  deekoo@tentacle.net
29538              Date:  Thu, 19 Jul 2001 00:03:46 -0700 (PDT)
29539              Message-Id:  <Pine.LNX.4.33.0107182248330.11996-100000@chaos.tentacle.net>
29540      Branch: perl
29541            ! doio.c
29542 ____________________________________________________________________________
29543 [ 11409] By: nick                                  on 2001/07/19  06:28:08
29544         Log: Subject:  [PATCH] Re: Time::HiRes qw(sleep) fails
29545              From:  Abhijit Menon-Sen <ams@wiw.org>
29546              Date:  Thu, 19 Jul 2001 04:30:43 +0530
29547              Message-Id:  <20010719043043.A10327@lustre.dyn.wiw.org>
29548      Branch: perl
29549            ! ext/Time/HiRes/HiRes.xs
29550 ____________________________________________________________________________
29551 [ 11408] By: pudge                                 on 2001/07/19  03:27:36
29552         Log: Update docs with latest implementation information and new URLs.
29553      Branch: maint-5.6/macperl
29554            ! README.macos pod/perlport.pod
29555 ____________________________________________________________________________
29556 [ 11407] By: pudge                                 on 2001/07/19  02:35:46
29557         Log: Add Time::HiRes, and add default Makefile.mk for Digest::MD5.
29558              Fix BuildRules to accept optimization variables.
29559      Branch: maint-5.6/macperl
29560            + macos/bundled_ext/Digest/MD5/Makefile.mk
29561            ! macos/BuildRules.mk macos/Makefile.mk
29562            ! macos/bundled_ext/Time/HiRes/HiRes.xs macos/config.sh
29563            ! macos/macish.c macos/macish.h macos/macperl/Makefile.mk
29564 ____________________________________________________________________________
29565 [ 11406] By: pudge                                 on 2001/07/19  01:11:39
29566         Log: Integrate changes 11399,11401
29567      Branch: maint-5.6/macperl
29568           !> win32/perlhost.h win32/win32.c
29569 ____________________________________________________________________________
29570 [ 11405] By: nick                                  on 2001/07/18  06:50:33
29571         Log: Integrate Sarathy's Win32 $ENV{'PATH'}/system fixes (11399, 11400)
29572              from perl5.6*
29573      Branch: perl
29574           !> win32/perlhost.h win32/win32.c
29575 ____________________________________________________________________________
29576 [ 11404] By: nick                                  on 2001/07/18  06:43:59
29577         Log: Subject:  Re: Perl 5.7.2 Has Been Released 
29578              From:  hv@crypt0.demon.co.uk
29579              Date:  Wed, 18 Jul 2001 05:58:46 +0100
29580              Message-Id:  <200107180458.f6I4wlJ19966@crypt0.demon.co.uk>
29581      Branch: perl
29582            ! ext/POSIX/POSIX.t
29583 ____________________________________________________________________________
29584 [ 11403] By: nick                                  on 2001/07/18  06:38:57
29585         Log: Subject:  Re: [ID 20010716.005] numeric conversions in 5.7.[12] changed from perl5.6.1 (leading whitespace) 
29586              From:  hv@crypt0.demon.co.uk
29587              Date:  Wed, 18 Jul 2001 05:21:54 +0100
29588              Message-Id:  <200107180421.f6I4Ltc00987@crypt0.demon.co.uk>
29589      Branch: perl
29590            ! numeric.c t/op/arith.t
29591 ____________________________________________________________________________
29592 [ 11402] By: nick                                  on 2001/07/18  06:19:17
29593         Log: Subject:  Doc patch: perlre should mention perlrequick and perlretut
29594              From:  mjd@plover.com
29595              Date:  17 Jul 2001 17:59:20 -0000
29596              Message-Id:  <20010717175920.8177.qmail@plover.com>
29597      Branch: perl
29598            ! pod/perlre.pod
29599 ____________________________________________________________________________
29600 [ 11401] By: gsar                                  on 2001/07/17  21:31:31
29601         Log: thinko in change#11400 (duh)
29602      Branch: maint-5.6/perl
29603            ! win32/perlhost.h
29604 ____________________________________________________________________________
29605 [ 11400] By: gsar                                  on 2001/07/17  19:46:34
29606         Log: change#11399 revealed another unrelated bug; this is just a temporary
29607              bandaid
29608      Branch: maint-5.6/perl
29609            ! win32/perlhost.h
29610 ____________________________________________________________________________
29611 [ 11399] By: gsar                                  on 2001/07/17  19:11:57
29612         Log: fix bugs in handling of the virtualized environment under windows;
29613              there were bugs in propagating any changes to %ENV down to the real
29614              environment when such changes happened in the toplevel process
29615              (thanks to Johan Holmberg <holmberg@iar.se> for the excellent
29616              problem identification, and for a part of the fix)
29617      Branch: maint-5.6/perl
29618            ! win32/perlhost.h win32/win32.c
29619 ____________________________________________________________________________
29620 [ 11398] By: nick                                  on 2001/07/17  08:26:35
29621         Log: Subject: Re: [PATCH: perl@11359] possible fix for sprintf.t on VAX that loads %Config
29622              From: Peter Prymmer <pvhp@forte.com>
29623              Date: Mon, 16 Jul 2001 16:43:14 -0700 (PDT)
29624              Message-Id: <Pine.OSF.4.10.10107161631300.464972-100000@aspara.forte.com>
29625              
29626              Move t/base/commonsense.t to t/lib/commonsense.t - base tests
29627              should not depend on existance of Config.pm
29628      Branch: perl
29629           +> t/lib/commonsense.t
29630            - t/base/commonsense.t
29631            ! MANIFEST t/README
29632 ____________________________________________________________________________
29633 [ 11397] By: nick                                  on 2001/07/17  08:09:58
29634         Log: Subject:  [PATCH pod/perlhack.pod] Sections on writing tests & patching core mods
29635              From:  Michael G Schwern <schwern@pobox.com>
29636              Date:  Mon, 16 Jul 2001 18:20:31 -0400
29637              Message-Id:  <20010716182031.A1128@blackrider>
29638      Branch: perl
29639            ! pod/perlhack.pod
29640 ____________________________________________________________________________
29641 [ 11396] By: nick                                  on 2001/07/17  08:04:11
29642         Log: Subject:  [PATCH perlfunc.pod] make printf refer to sprintf
29643              From:  Gwyn Judd <b.judd@xtra.co.nz>
29644              Date:  Tue, 17 Jul 2001 20:55:58 +1200
29645              Message-Id:  <20010717205558.A3107@thislove>
29646      Branch: perl
29647            ! pod/perlfunc.pod
29648 ____________________________________________________________________________
29649 [ 11395] By: nick                                  on 2001/07/17  08:02:22
29650         Log: Subject:  [PATCH: perl@11373] fix t/op/sprintf.t to not load %Config
29651              From:  Peter Prymmer <pvhp@forte.com>
29652              Date:  Mon, 16 Jul 2001 15:48:33 -0700 (PDT)
29653              Message-Id:  <Pine.OSF.4.10.10107161543400.464972-100000@aspara.forte.com>
29654      Branch: perl
29655            ! t/op/sprintf.t
29656 ____________________________________________________________________________
29657 [ 11394] By: nick                                  on 2001/07/17  07:57:06
29658         Log: Subject:  Re: [PATCH gv.c] allow ${"1f"} to be non-regex var 
29659              From:  Jeff 'Japhy' Pinyan <jeffp@crusoe.net>
29660              Date:  Mon, 16 Jul 2001 18:46:53 -0400 (EDT)
29661              Message-Id:  <Pine.GSO.4.21.0107161829390.1405-100000@crusoe.crusoe.net>
29662      Branch: perl
29663            ! gv.c
29664 ____________________________________________________________________________
29665 [ 11392] By: nick                                  on 2001/07/17  07:50:12
29666         Log: Subject:  [PATCH] fix PTHREAD_ATFORK croaking too early, too often
29667              From:  Coral <coral@moonlight.crystalflame.net>
29668              Date:  Mon, 16 Jul 2001 14:25:19 -0700 (PDT)
29669              Message-Id:  <200107162125.f6GLPJ345261@moonlight.crystalflame.net>
29670      Branch: perl
29671            ! pp_sys.c thread.h
29672 ____________________________________________________________________________
29673 [ 11391] By: nick                                  on 2001/07/17  07:34:28
29674         Log: Subject:  Re: [PATCH h2xs.PL ] use Test::More where appropriate (was Re:   
29675              From:  Jonathan Stowe <gellyfish@gellyfish.com>
29676              Date:  Mon, 16 Jul 2001 18:31:21 +0100 (BST)
29677              Message-Id:  <Pine.LNX.4.33.0107161827570.15520-100000@orpheus.gellyfish.com>
29678      Branch: perl
29679            ! utils/h2xs.PL
29680 ____________________________________________________________________________
29681 [ 11390] By: pudge                                 on 2001/07/16  23:54:44
29682         Log: Add in List::Util, Memoize, NEXT, and a bunch of tests for other
29683              modules.  Also added Mac::BuildTools, Mac::AppleEvents::Simple,
29684              and Mac::Apps::Launch, which don't work, and Time::HiRes and
29685              Time::Piece, which don't yet work.
29686      Branch: maint-5.6/macperl
29687            + (add 154 files)
29688 ____________________________________________________________________________
29689 [ 11389] By: pudge                                 on 2001/07/16  23:13:10
29690         Log: Fix %ENV to be tainted [SF bug #231848, Thomas Wegner].
29691              Also add hack to get around missing setenv for PERL5DB.
29692      Branch: maint-5.6/macperl
29693            ! macos/macish.c macos/macish.h
29694 ____________________________________________________________________________
29695 [ 11388] By: pudge                                 on 2001/07/16  23:11:26
29696         Log: Fix DB_File, and patch tests for it, and NDBM_File, and POSIX.
29697      Branch: maint-5.6/macperl
29698            ! macos/MacPerlTests.cmd macos/xsubpp.patch t/lib/db-btree.t
29699            ! t/lib/db-hash.t t/lib/db-recno.t t/lib/ndbm.t t/lib/posix.t
29700 ____________________________________________________________________________
29701 [ 11387] By: pudge                                 on 2001/07/16  23:05:12
29702         Log: Fix up some configuration and make options, add extra
29703              extensions.
29704      Branch: maint-5.6/macperl
29705            ! macos/ExtBuildRules.mk macos/Makefile.mk macos/config.sh
29706            ! macos/macperl/Makefile.mk
29707 ____________________________________________________________________________
29708 [ 11386] By: pudge                                 on 2001/07/16  21:22:32
29709         Log: From Change 11374 in maintperl.
29710      Branch: maint-5.6/macperl
29711           !> utils/h2ph.PL
29712 ____________________________________________________________________________
29713 [ 11385] By: nick                                  on 2001/07/16  14:12:58
29714         Log: Back out change to h2xs till it passes its test.
29715      Branch: perl
29716            ! utils/h2xs.PL
29717 ____________________________________________________________________________
29718 [ 11384] By: nick                                  on 2001/07/16  14:00:10
29719         Log: Subject:  [PATCH h2xs.PL ] use Test::More where appropriate (was Re: [PATCH]
29720              From:  Jonathan Stowe <gellyfish@gellyfish.com>
29721              Date:  Mon, 16 Jul 2001 08:37:05 +0100 (BST)
29722              Message-Id:  <Pine.LNX.4.33.0107160830480.9915-100000@orpheus.gellyfish.com>
29723      Branch: perl
29724            ! utils/h2xs.PL
29725 ____________________________________________________________________________
29726 [ 11383] By: nick                                  on 2001/07/16  13:53:12
29727         Log: Subject:  [PATCH hints/darwin.sh] Don't override user-specified optimize flag
29728              From:  Robin Houston <robin@kitsite.com>
29729              Date:  Sun, 15 Jul 2001 18:22:31 +0100
29730              Message-Id:  <20010715182230.A11174@robin>
29731      Branch: perl
29732            ! hints/darwin.sh
29733 ____________________________________________________________________________
29734 [ 11382] By: nick                                  on 2001/07/16  13:52:49
29735         Log: Subject:  [PATCH perl@11372] re_dup
29736              From:  Radu Greab <radu@netsoft.ro>
29737              Date:  Sun, 15 Jul 2001 04:50:06 +0300
29738              Message-Id:  <15184.63182.656988.340591@ix.netsoft.ro>
29739      Branch: perl
29740            ! sv.c
29741 ____________________________________________________________________________
29742 [ 11379] By: nick                                  on 2001/07/16  13:35:39
29743         Log: Subject:  [PATCH B::Deparse] formats can't contain formats
29744              From:  Robin Houston <robin@kitsite.com>
29745              Date:  Sat, 14 Jul 2001 14:28:50 +0100
29746              Message-Id:  <20010714142850.A10205@robin>
29747      Branch: perl
29748            ! ext/B/B/Deparse.pm
29749 ____________________________________________________________________________
29750 [ 11378] By: nick                                  on 2001/07/16  13:30:36
29751         Log: Subject:  [PATCH @11359] Encode::Tcl.pm, EUC-JP with jis-x0212
29752              From:  Sadahiro Tomoyuki <BQW10602@nifty.com>
29753              Date:  Sat, 14 Jul 2001 22:17:42 +0900
29754              Message-Id:  <20010714221736.6CA3.BQW10602@nifty.com>
29755      Branch: perl
29756            + ext/Encode/Encode/euc-jp-0212.enc
29757            ! ext/Encode/Encode/Tcl.pm
29758 ____________________________________________________________________________
29759 [ 11377] By: nick                                  on 2001/07/16  13:17:28
29760         Log: Subject:  [PATCH 5.7.2] Remove useless ccflags hints
29761              From:  Andy Dougherty <doughera@lafayette.edu>
29762              Date:  Sun, 15 Jul 2001 22:52:54 -0400 (EDT)
29763              Message-Id:  <Pine.SOL.4.10.10107152250230.10344-100000@maxwell.phys.lafayette.edu>
29764      Branch: perl
29765            ! hints/darwin.sh hints/rhapsody.sh
29766 ____________________________________________________________________________
29767 [ 11376] By: nick                                  on 2001/07/16  09:05:00
29768         Log: Integrate mainline
29769      Branch: perlio
29770           +> ext/Encode/Encode/7bit-greek.enc
29771           +> ext/Encode/Encode/7bit-latin1.enc
29772           +> ext/Encode/Encode/cns11643-1.enc
29773           +> ext/Encode/Encode/cns11643-2.enc
29774           +> ext/Encode/Encode/iso2022-cn.enc
29775           +> ext/Encode/Encode/iso2022-jp1.enc
29776           +> ext/Encode/Encode/iso2022-jp2.enc
29777           !> Changes Configure MANIFEST Makefile.SH
29778           !> ext/Encode/Encode/Tcl.pm ext/Encode/Encode/Tcl.t
29779           !> ext/Encode/Encode/iso2022-kr.enc ext/POSIX/POSIX.pm
29780           !> ext/PerlIO/Via/Via.pm handy.h myconfig.SH patchlevel.h
29781           !> pod/perlhack.pod pod/perlre.pod pod/perltoc.pod regcomp.c sv.c
29782           !> t/op/pat.t t/op/sprintf.t utils/h2ph.PL utils/h2xs.PL
29783 ____________________________________________________________________________
29784 [ 11375] By: gsar                                  on 2001/07/16  02:46:11
29785         Log: integrate change#11374 from maint-5.6
29786              
29787              make h2ph grok ccsymbols fo the form 1234L, 1234ULL etc.
29788      Branch: perl
29789           !> utils/h2ph.PL
29790 ____________________________________________________________________________
29791 [ 11374] By: gsar                                  on 2001/07/16  02:10:51
29792         Log: make h2ph grok ccsymbols fo the form 1234L, 1234ULL etc.
29793      Branch: maint-5.6/perl
29794            ! utils/h2ph.PL
29795 ____________________________________________________________________________
29796 [ 11373] By: jhi                                   on 2001/07/14  09:27:10
29797         Log: Update Changes.
29798      Branch: perl
29799            ! Changes patchlevel.h
29800 ____________________________________________________________________________
29801 [ 11372] By: jhi                                   on 2001/07/14  09:19:18
29802         Log: Subject: [PATCH h2xs.PL] use Getopt::Long (was Re: [PATCH] h2xs)
29803              From: Jonathan Stowe <gellyfish@gellyfish.com>
29804              Date: Sat, 14 Jul 2001 10:14:34 +0100 (BST)
29805              Message-ID: <Pine.LNX.4.33.0107141008350.9915-100000@orpheus.gellyfish.com>
29806      Branch: perl
29807            ! utils/h2xs.PL
29808 ____________________________________________________________________________
29809 [ 11371] By: jhi                                   on 2001/07/14  09:18:09
29810         Log: Subject: patch to add DEL to [:cntrl:]
29811              From: Jeffrey Friedl <jfriedl@yahoo-inc.com>
29812              Date: Fri, 13 Jul 2001 23:25:12 -0700 (PDT)
29813              Message-Id: <200107140625.XAA01517@ventrue.corp.yahoo.com>
29814      Branch: perl
29815            ! handy.h pod/perlre.pod regcomp.c t/op/pat.t
29816 ____________________________________________________________________________
29817 [ 11370] By: jhi                                   on 2001/07/14  01:33:17
29818         Log: Metaconfig unit change for #11369; plus a dependency nit.
29819      Branch: metaconfig
29820            ! U/compline/nblock_io.U
29821      Branch: metaconfig/U/perl
29822            ! Extensions.U
29823 ____________________________________________________________________________
29824 [ 11369] By: jhi                                   on 2001/07/14  01:32:33
29825         Log: #include <stdlib.h> so that exit() is prototyped,
29826              noticed by Hugo.
29827      Branch: perl
29828            ! Configure
29829 ____________________________________________________________________________
29830 [ 11368] By: jhi                                   on 2001/07/14  01:18:28
29831         Log: Subject: [PATCH: perl@11359] possible fix for sprintf.t on VAX that loads %Config
29832              From: Peter Prymmer <pvhp@forte.com>
29833              Date: Fri, 13 Jul 2001 19:15:45 -0700 (PDT)
29834              Message-ID: <Pine.OSF.4.10.10107131908370.270775-100000@aspara.forte.com>
29835      Branch: perl
29836            ! t/op/sprintf.t
29837 ____________________________________________________________________________
29838 [ 11367] By: jhi                                   on 2001/07/14  01:07:03
29839         Log: Subject: [PATCH: perl@11359] fixup for Encode/Tcl.t on ruthless filesystems
29840              From: Peter Prymmer <pvhp@forte.com>
29841              Date: Fri, 13 Jul 2001 19:00:20 -0700 (PDT)
29842              Message-ID: <Pine.OSF.4.10.10107131856280.270775-100000@aspara.forte.com>
29843      Branch: perl
29844            ! ext/Encode/Encode/Tcl.t
29845 ____________________________________________________________________________
29846 [ 11366] By: jhi                                   on 2001/07/13  22:48:47
29847         Log: Add information about gcc 3.0 basic block profiling.
29848      Branch: perl
29849            ! Makefile.SH pod/perlhack.pod pod/perltoc.pod
29850 ____________________________________________________________________________
29851 [ 11365] By: jhi                                   on 2001/07/13  21:22:20
29852         Log: Subject: Error in lib/PerlIO/Via.pm ?
29853              From: Mark-Jason Dominus <mjd@plover.com>
29854              Date: Fri, 13 Jul 2001 15:55:41 -0400
29855              Message-ID: <20010713195541.26751.qmail@plover.com>
29856      Branch: perl
29857            ! ext/PerlIO/Via/Via.pm
29858 ____________________________________________________________________________
29859 [ 11364] By: jhi                                   on 2001/07/13  21:21:23
29860         Log: Move both usemymalloc and d_bincompat5005 to the Platfom
29861              section from the Compiler section.
29862      Branch: perl
29863            ! myconfig.SH
29864 ____________________________________________________________________________
29865 [ 11363] By: jhi                                   on 2001/07/13  21:19:34
29866         Log: Handle glibc style of constant definitions using enum
29867              with intervening #defines; from Brendan O'Dea.
29868      Branch: perl
29869            ! utils/h2ph.PL
29870 ____________________________________________________________________________
29871 [ 11362] By: jhi                                   on 2001/07/13  21:17:40
29872         Log: Add LC_MESSAGES to the locale_h export tag (it already is
29873              in the Makefile.PL and thusly eligible for an XS constant)
29874              (see also maintperl #10543)
29875      Branch: perl
29876            ! ext/POSIX/POSIX.pm
29877 ____________________________________________________________________________
29878 [ 11361] By: jhi                                   on 2001/07/13  15:12:37
29879         Log: Subject: Re: [patch] re_dup
29880              From: Abhijit Menon-Sen <ams@wiw.org>
29881              Date: Fri, 13 Jul 2001 21:41:09 +0530
29882              Message-ID: <20010713214109.A3328@lustre.dyn.wiw.org>
29883      Branch: perl
29884            ! sv.c
29885 ____________________________________________________________________________
29886 [ 11360] By: jhi                                   on 2001/07/13  15:11:45
29887         Log: Subject: [patch] re_dup
29888              From: Doug MacEachern <dougm@covalent.net>
29889              Date: Fri, 13 Jul 2001 08:51:24 -0700 (PDT)
29890              Message-ID: <Pine.LNX.4.21.0107130848530.28844-100000@mako.covalent.net>
29891      Branch: perl
29892            ! sv.c
29893 ____________________________________________________________________________
29894 [ 11359] By: jhi                                   on 2001/07/13  14:30:32
29895         Log: Update Changes.
29896      Branch: perl
29897            ! Changes patchlevel.h
29898 ____________________________________________________________________________
29899 [ 11358] By: jhi                                   on 2001/07/13  14:26:36
29900         Log: Subject: [PATCH @11328] Encode::Tcl.pm for iso-2022-(?:jp-[12]|cn)
29901              From: SADAHIRO Tomoyuki <BQW10602@nifty.com> 
29902              Date: Sat, 14 Jul 2001 00:06:30 +0900
29903              Message-Id: <20010713235522.8406.BQW10602@nifty.com>
29904      Branch: perl
29905            + ext/Encode/Encode/7bit-greek.enc
29906            + ext/Encode/Encode/7bit-latin1.enc
29907            + ext/Encode/Encode/cns11643-1.enc
29908            + ext/Encode/Encode/cns11643-2.enc
29909            + ext/Encode/Encode/iso2022-cn.enc
29910            + ext/Encode/Encode/iso2022-jp1.enc
29911            + ext/Encode/Encode/iso2022-jp2.enc
29912            ! MANIFEST ext/Encode/Encode/Tcl.pm
29913            ! ext/Encode/Encode/iso2022-kr.enc
29914 ____________________________________________________________________________
29915 [ 11357] By: nick                                  on 2001/07/13  14:24:06
29916         Log: Blind integrate mainline (as of 5.7.2?)
29917      Branch: perlio
29918           !> AUTHORS Changes Porting/config.sh Porting/config_H
29919           !> README.netware ext/PerlIO/t/encoding.t makedef.pl patchlevel.h
29920           !> pod/perlhist.pod utils/libnetcfg.PL win32/Makefile
29921           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
29922           !> win32/makefile.mk
29923 ____________________________________________________________________________
29924 [ 11355] By: jhi                                   on 2001/07/13  13:13:46
29925         Log: Snip away the devel patchlevel.
29926      Branch: perl
29927            ! patchlevel.h
29928 ____________________________________________________________________________
29929 [ 11354] By: jhi                                   on 2001/07/13  13:12:01
29930         Log: Bump the version to 5.7.2.
29931      Branch: perl
29932            ! Porting/config.sh Porting/config_H patchlevel.h
29933            ! pod/perlhist.pod utils/libnetcfg.PL win32/Makefile
29934            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
29935            ! win32/makefile.mk
29936 ____________________________________________________________________________
29937 [ 11353] By: jhi                                   on 2001/07/13  13:00:00
29938         Log: Update Changes.
29939      Branch: perl
29940            ! Changes
29941 ____________________________________________________________________________
29942 [ 11352] By: jhi                                   on 2001/07/13  12:54:49
29943         Log: Reword.
29944      Branch: perl
29945            ! AUTHORS
29946 ____________________________________________________________________________
29947 [ 11351] By: jhi                                   on 2001/07/13  12:52:47
29948         Log: AUTHORS update.
29949      Branch: perl
29950            ! AUTHORS
29951 ____________________________________________________________________________
29952 [ 11350] By: jhi                                   on 2001/07/13  12:24:36
29953         Log: Ignore PL_regex_pad and PL_regex_padav from symbols
29954              unless ithreads.
29955      Branch: perl
29956            ! makedef.pl
29957 ____________________________________________________________________________
29958 [ 11349] By: jhi                                   on 2001/07/13  11:54:10
29959         Log: Integrate perlio.
29960      Branch: perl
29961           !> win32/distclean.bat
29962 ____________________________________________________________________________
29963 [ 11348] By: jhi                                   on 2001/07/13  11:49:50
29964         Log: Test the encoding transform only iff we have PerlIO,
29965              noticed by H. Merijn Brand.
29966      Branch: perl
29967            ! ext/PerlIO/t/encoding.t
29968 ____________________________________________________________________________
29969 [ 11347] By: jhi                                   on 2001/07/13  11:40:13
29970         Log: README.netware tweaks from Ananth Kesari.
29971      Branch: perl
29972            ! README.netware
29973 ____________________________________________________________________________
29974 [ 11346] By: nick                                  on 2001/07/13  09:18:51
29975         Log: Win32/distclean.bat - Down-case all MANIFEST and File::Find results so 
29976              to avoid /unicode vs /Unicode issues.
29977      Branch: perlio
29978            ! win32/distclean.bat
29979 ____________________________________________________________________________
29980 [ 11345] By: nick                                  on 2001/07/13  06:24:18
29981         Log: Integrate mainline
29982      Branch: perlio
29983           +> README.uts lib/UnicodeCD.pm lib/UnicodeCD.t
29984            - lib/Unicode/UCD.pm lib/Unicode/UCD.t lib/unicode/distinct.pm
29985           !> (integrate 63 files)
29986 ____________________________________________________________________________
29987 [ 11344] By: jhi                                   on 2001/07/13  04:50:22
29988         Log: Add d_bincompat5005 information to perl -V.
29989      Branch: perl
29990            ! myconfig.SH
29991 ____________________________________________________________________________
29992 [ 11343] By: jhi                                   on 2001/07/13  03:42:05
29993         Log: Subject: Re: [PATCH] Re: Memory corruption? Read-only $_?
29994              From: Abhijit Menon-Sen <ams@wiw.org>
29995              Date: Fri, 13 Jul 2001 07:12:36 +0530
29996              Message-ID: <20010713071236.C5669@lustre.dyn.wiw.org>
29997      Branch: perl
29998            ! sv.c
29999 ____________________________________________________________________________
30000 [ 11342] By: jhi                                   on 2001/07/13  03:36:22
30001         Log: Remove unicode::distinct, as per Inaba Hiroto.
30002      Branch: perl
30003            - lib/unicode/distinct.pm
30004            ! MANIFEST hv.c perl.h pod/perlmodlib.pod pod/perltoc.pod sv.c
30005            ! t/lib/1_compile.t
30006 ____________________________________________________________________________
30007 [ 11341] By: jhi                                   on 2001/07/13  00:05:53
30008         Log: Paging for Dr Octothorpe.
30009      Branch: perl
30010            ! pod/perlfaq4.pod
30011 ____________________________________________________________________________
30012 [ 11340] By: jhi                                   on 2001/07/12  23:53:44
30013         Log: cut-n-paste error noticed by mjd.
30014      Branch: perl
30015            ! pod/perlfaq4.pod
30016 ____________________________________________________________________________
30017 [ 11339] By: jhi                                   on 2001/07/12  23:39:42
30018         Log: Subject: [PATCH: perl@11328] update the octal situation in perlfaq4.pod
30019              From: Peter Prymmer <pvhp@forte.com>
30020              Date: Thu, 12 Jul 2001 17:04:22 -0700 (PDT)
30021              Message-ID: <Pine.OSF.4.10.10107121703040.219875-100000@aspara.forte.com>
30022      Branch: perl
30023            ! pod/perlfaq4.pod
30024 ____________________________________________________________________________
30025 [ 11338] By: jhi                                   on 2001/07/12  23:38:49
30026         Log: Subject: Re: [randy@qualcomm.com: Corrections for ' repository - Using the Perl repository ']
30027              From: Randall Gellens <randy@qualcomm.com>
30028              Date: Thu, 12 Jul 2001 16:56:23 -0700
30029              Message-Id: <p05100301b773e9751c04@[129.46.176.61]>
30030      Branch: perl
30031            ! Porting/repository.pod
30032 ____________________________________________________________________________
30033 [ 11337] By: jhi                                   on 2001/07/12  23:35:06
30034         Log: Make PTHREAD_ATFORK() to croak if HAS_FORK, noop otherwise.
30035      Branch: perl
30036            ! thread.h
30037 ____________________________________________________________________________
30038 [ 11336] By: jhi                                   on 2001/07/12  23:23:39
30039         Log: Subject: [PATCH] pthread_atfork on FreeBSD - Part 1: #ifdef HAS_PTHREAD_ATFORK  
30040              From: coral <coral@moonlight.crystalflame.net>
30041              Date: Thu, 12 Jul 2001 16:16:50 -0700 (PDT)
30042              Message-Id: <200107122316.f6CNGoq09171@moonlight.crystalflame.net>
30043      Branch: perl
30044            ! thread.h
30045 ____________________________________________________________________________
30046 [ 11335] By: jhi                                   on 2001/07/12  23:23:14
30047         Log: Metaconfig unit change for #11134.
30048      Branch: metaconfig
30049            + U/threads/d_pthread_atfork.U
30050 ____________________________________________________________________________
30051 [ 11334] By: jhi                                   on 2001/07/12  23:22:42
30052         Log: Add HAS_PTHREAD_ATFORK.
30053      Branch: perl
30054            ! Configure NetWare/config.wc NetWare/config_H.wc
30055            ! Porting/Glossary Porting/config.sh Porting/config_H
30056            ! config_h.SH configure.com epoc/config.sh pod/perltoc.pod
30057            ! uconfig.h uconfig.sh vos/config.alpha.def vos/config.alpha.h
30058            ! vos/config.ga.def vos/config.ga.h win32/config.bc
30059            ! win32/config.gc win32/config.vc win32/config_H.bc
30060            ! win32/config_H.gc win32/config_H.vc
30061 ____________________________________________________________________________
30062 [ 11333] By: jhi                                   on 2001/07/12  22:58:35
30063         Log: Subject: [PATCH] File::Copy fails on tied handles
30064              From: "Wilson, Doug" <Doug_Wilson@intuit.com>
30065              Date: Thu, 12 Jul 2001 15:18:51 -0700
30066              Message-ID: <35A280DF784CD411A06B0008C7B130ADB5505B@sdex04.sd.intuit.com>
30067      Branch: perl
30068            ! lib/File/Copy.pm
30069 ____________________________________________________________________________
30070 [ 11332] By: jhi                                   on 2001/07/12  22:57:04
30071         Log: Subject: [PATCH] Langinfo.t
30072              From: Nicholas Clark <nick@ccl4.org>
30073              Date: Thu, 12 Jul 2001 23:55:38 +0100
30074              Message-ID: <20010712235538.M5827@plum.flirble.org>
30075      Branch: perl
30076            ! ext/I18N/Langinfo/Langinfo.t
30077 ____________________________________________________________________________
30078 [ 11331] By: jhi                                   on 2001/07/12  22:56:09
30079         Log: Subject: [PATCH: perl@11328] informational tweaks to perl572delta.pod
30080              From: Peter Prymmer <pvhp@forte.com>
30081              Date: Thu, 12 Jul 2001 16:38:00 -0700 (PDT)
30082              Message-ID: <Pine.OSF.4.10.10107121633340.219875-100000@aspara.forte.com>
30083      Branch: perl
30084            ! pod/perl572delta.pod
30085 ____________________________________________________________________________
30086 [ 11330] By: jhi                                   on 2001/07/12  22:55:23
30087         Log: Subject: [PATCH] Re: Memory corruption? Read-only $_?
30088              From: Abhijit Menon-Sen <ams@wiw.org>
30089              Date: Fri, 13 Jul 2001 05:21:16 +0530
30090              Message-ID: <20010713052116.B5669@lustre.dyn.wiw.org>
30091      Branch: perl
30092            ! sv.c
30093 ____________________________________________________________________________
30094 [ 11329] By: jhi                                   on 2001/07/12  22:54:39
30095         Log: Subject: [PATCH 20010712.005] Re: Perl bug with "delete" on arrays
30096              From: Abhijit Menon-Sen <ams@wiw.org>
30097              Date: Fri, 13 Jul 2001 03:04:25 +0530
30098              Message-ID: <20010713030425.A5669@lustre.dyn.wiw.org>
30099      Branch: perl
30100            ! av.c
30101 ____________________________________________________________________________
30102 [ 11328] By: gsar                                  on 2001/07/12  19:02:01
30103         Log: s/^M$//g
30104      Branch: perl
30105            ! win32/Makefile win32/makefile.mk
30106 ____________________________________________________________________________
30107 [ 11327] By: jhi                                   on 2001/07/12  18:54:09
30108         Log: Update Changes.
30109      Branch: perl
30110            ! Changes patchlevel.h
30111 ____________________________________________________________________________
30112 [ 11326] By: jhi                                   on 2001/07/12  18:17:18
30113         Log: Typo spotted by Philip Newton.
30114      Branch: perl
30115            ! pod/perl572delta.pod
30116 ____________________________________________________________________________
30117 [ 11325] By: jhi                                   on 2001/07/12  18:11:42
30118         Log: Subject: [PATCH] fixes perl_clone of perl_clone
30119              From: Artur Bergman <artur@contiller.se>
30120              Date: Thu, 12 Jul 2001 20:57:09 +0200
30121              Message-ID: <B773BFA4.236B%artur@contiller.se>
30122      Branch: perl
30123            ! sv.c
30124 ____________________________________________________________________________
30125 [ 11324] By: jhi                                   on 2001/07/12  18:09:17
30126         Log: Add README.uts from Hal Morris.
30127      Branch: perl
30128            + README.uts
30129            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perl572delta.pod
30130            ! pod/perltoc.pod win32/Makefile win32/makefile.mk
30131 ____________________________________________________________________________
30132 [ 11323] By: jhi                                   on 2001/07/12  17:48:33
30133         Log: Subject: Re: AIX 4.3.3 w/ vac 5.0 [ FATAL in B ]
30134              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
30135              Date: Thu, 12 Jul 2001 20:32:37 +0200
30136              Message-Id: <20010712201743.E108.H.M.BRAND@hccnet.nl>
30137      Branch: perl
30138            ! hints/aix.sh
30139 ____________________________________________________________________________
30140 [ 11322] By: jhi                                   on 2001/07/12  17:44:29
30141         Log: Subject: Patch: document reg_data.what member
30142              From: Mark-Jason Dominus <mjd@plover.com>
30143              Message-ID: <20010712182532.14821.qmail@plover.com>
30144              Date: Thu, 12 Jul 2001 14:25:32 -0400
30145      Branch: perl
30146            ! regcomp.c regcomp.h
30147 ____________________________________________________________________________
30148 [ 11321] By: jhi                                   on 2001/07/12  17:43:18
30149         Log: Subject: [PATCH] Perl_re_dup()
30150              From: Abhijit Menon-Sen <ams@wiw.org>
30151              Date: Thu, 12 Jul 2001 23:54:32 +0530
30152              Message-ID: <20010712235432.J24707@lustre.dyn.wiw.org>
30153      Branch: perl
30154            ! embed.h embed.pl perlapi.c proto.h sv.c
30155 ____________________________________________________________________________
30156 [ 11320] By: jhi                                   on 2001/07/12  17:18:54
30157         Log: Regen Configure, modlib, toc.
30158      Branch: perl
30159            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
30160            ! pod/perlmodlib.pod pod/perltoc.pod
30161 ____________________________________________________________________________
30162 [ 11319] By: jhi                                   on 2001/07/12  17:08:15
30163         Log: The problem seems to be in PerlIO::Layer::->find() not
30164              accepting the ":encoding(blurflur)" arguments.
30165      Branch: perl
30166            ! lib/PerlIO.pm lib/open.pm
30167 ____________________________________________________________________________
30168 [ 11318] By: jhi                                   on 2001/07/12  16:58:11
30169         Log: AIX doc update.
30170      Branch: perl
30171            ! README.aix pod/perl572delta.pod
30172 ____________________________________________________________________________
30173 [ 11317] By: jhi                                   on 2001/07/12  16:39:11
30174         Log: Subject: AIX README update
30175              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
30176              Date: Thu, 12 Jul 2001 19:28:30 +0200
30177              Message-Id: <20010712192620.E0F9.H.M.BRAND@hccnet.nl>
30178      Branch: perl
30179            ! README.aix
30180 ____________________________________________________________________________
30181 [ 11316] By: jhi                                   on 2001/07/12  16:37:15
30182         Log: Subject: [PATCH ext/IO/lib/IO/t/io_unix.t] for QNX6
30183              From: Norton Allen <allen@huarp.harvard.edu>
30184              Date: Thu, 12 Jul 2001 11:30:51 -0400 (edt)
30185              Message-Id: <200107121530.LAA12631@bottesini.harvard.edu>
30186      Branch: perl
30187            ! ext/IO/lib/IO/t/io_unix.t
30188 ____________________________________________________________________________
30189 [ 11315] By: jhi                                   on 2001/07/12  16:35:53
30190         Log: Subject: [PATCH README.qnx hints/qnx.sh]
30191              From: Norton Allen <allen@huarp.harvard.edu>
30192              Date: Thu, 12 Jul 2001 11:29:19 -0400 (edt)
30193              Message-Id: <200107121529.LAA23411@bottesini.harvard.edu>
30194      Branch: perl
30195            ! README.qnx hints/qnx.sh
30196 ____________________________________________________________________________
30197 [ 11314] By: jhi                                   on 2001/07/12  16:13:15
30198         Log: Subject: [patch] faster PM_GETRE
30199              From: Doug MacEachern <dougm@covalent.net>
30200              Date: Thu, 12 Jul 2001 10:13:27 -0700 (PDT)
30201              Message-ID: <Pine.LNX.4.21.0107121011530.28844-100000@mako.covalent.net>
30202      Branch: perl
30203            ! op.h
30204 ____________________________________________________________________________
30205 [ 11313] By: jhi                                   on 2001/07/12  16:12:23
30206         Log: Subject: Re: [PATCH] Threadsafe PMOPs! We might still win this war.
30207              From: Doug MacEachern <dougm@covalent.net>
30208              Date: Thu, 12 Jul 2001 10:11:28 -0700 (PDT)
30209              Message-ID: <Pine.LNX.4.21.0107121010160.28844-100000@mako.covalent.net>
30210      Branch: perl
30211            ! op.c
30212 ____________________________________________________________________________
30213 [ 11312] By: jhi                                   on 2001/07/12  16:07:22
30214         Log: Tell where the nice Estonian database is.
30215      Branch: perl
30216            ! lib/open.pm
30217 ____________________________________________________________________________
30218 [ 11311] By: jhi                                   on 2001/07/12  16:05:31
30219         Log: Retract #11309 since #11310 is a better fix.
30220      Branch: perl
30221            ! t/lib/1_compile.t
30222 ____________________________________________________________________________
30223 [ 11310] By: gsar                                  on 2001/07/12  15:50:40
30224         Log: fix for failing fork.t#12 on windows (win32_execvp() tweak in
30225              change#11300 needs to return the status of failed win32_spawnvp())
30226              
30227              fix various open.pm bugs: '\0' isn't the same as "\0", so it wasn't
30228              splitting correctly; remove unused variables; 'require' at run time
30229              rather than 'use' at compile time for I18N::Langinfo, since it
30230              isn't everyware
30231      Branch: perl
30232            ! lib/open.pm win32/win32.c
30233 ____________________________________________________________________________
30234 [ 11309] By: jhi                                   on 2001/07/12  15:29:55
30235         Log: Temporary workaround.
30236      Branch: perl
30237            ! t/lib/1_compile.t
30238 ____________________________________________________________________________
30239 [ 11308] By: jhi                                   on 2001/07/12  14:44:51
30240         Log: UCD typo in #11306 and add also more known-to-be-tested
30241              modules to the skip list.
30242      Branch: perl
30243            ! t/lib/1_compile.t
30244 ____________________________________________________________________________
30245 [ 11307] By: jhi                                   on 2001/07/12  14:38:38
30246         Log: Rename Unicode::UCD to UnicodeCD to avoid
30247              messups with case-insensitive filesystems.
30248      Branch: perl
30249            + lib/UnicodeCD.pm lib/UnicodeCD.t
30250            - lib/Unicode/UCD.pm lib/Unicode/UCD.t
30251            ! MANIFEST pod/perl572delta.pod t/lib/1_compile.t
30252 ____________________________________________________________________________
30253 [ 11306] By: jhi                                   on 2001/07/12  13:32:05
30254         Log: Subject: [ID 20010711.005] in Tie::Array, SPLICE ignores context, breaking SHIFT 
30255              From: daniel@biz.bitpusher.com
30256              Date: Wed, 11 Jul 2001 23:25:47 -0700
30257              Message-Id: <200107120625.f6C6PkJ13065@biz.bitpusher.com>
30258      Branch: perl
30259            ! lib/Tie/Array.pm t/op/splice.t
30260 ____________________________________________________________________________
30261 [ 11305] By: jhi                                   on 2001/07/12  13:05:46
30262         Log: Subject: [PATCH] More accurate line numbers in messages
30263              From: Paul Johnson <paul@pjcj.net>
30264              Date: Thu, 12 Jul 2001 04:14:11 +0200
30265              Message-ID: <20010712041411.A3467@pjcj.net>
30266              
30267              (With prototyping and multiplicity tweaks.)
30268      Branch: perl
30269            ! dump.c embed.h embed.pl t/lib/warnings/util util.c
30270 ____________________________________________________________________________
30271 [ 11304] By: nick                                  on 2001/07/12  12:53:40
30272         Log: Integrate mainline
30273      Branch: perlio
30274           !> ext/ByteLoader/bytecode.h hints/aix.sh pod/perl572delta.pod
30275           !> regexec.c thread.h
30276 ____________________________________________________________________________
30277 [ 11303] By: jhi                                   on 2001/07/12  12:46:20
30278         Log: Cut-and-pasto in #11298.
30279      Branch: perl
30280            ! ext/ByteLoader/bytecode.h
30281 ____________________________________________________________________________
30282 [ 11302] By: jhi                                   on 2001/07/12  12:42:35
30283         Log: Update the AIX known problems section.
30284      Branch: perl
30285            ! pod/perl572delta.pod
30286 ____________________________________________________________________________
30287 [ 11301] By: jhi                                   on 2001/07/12  12:36:46
30288         Log: Subject: Re: HiRes on AIX 4.2 in threaded mode
30289              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
30290              Date: Thu, 12 Jul 2001 12:16:16 +0200
30291              Message-Id: <20010712114215.E0D9.H.M.BRAND@hccnet.nl>
30292      Branch: perl
30293            ! hints/aix.sh
30294 ____________________________________________________________________________
30295 [ 11300] By: jhi                                   on 2001/07/12  12:35:44
30296         Log: Integrate perlio.
30297      Branch: perl
30298           !> makedef.pl win32/win32.c
30299 ____________________________________________________________________________
30300 [ 11299] By: jhi                                   on 2001/07/12  12:33:57
30301         Log: Subject: [PATCH] fix for PMOP threadness failures
30302              From: Artur Bergman <artur@contiller.se>
30303              Date: Thu, 12 Jul 2001 09:48:06 +0200
30304              Message-ID: <B77322D6.22DD%artur@contiller.se>
30305      Branch: perl
30306            ! regexec.c
30307 ____________________________________________________________________________
30308 [ 11298] By: jhi                                   on 2001/07/12  12:27:47
30309         Log: Subject: RE: Win32 Failure, was Re: perl@11278 - LAST CALL FOR 5.7.2
30310              From: "Konovalov, Vadim Vladimirovich (Vadim)" <vkonovalov@lucent.com>
30311              Date: Thu, 12 Jul 2001 09:09:48 +0200
30312              Message-ID: <E3FB32585BF1D411B9E900805FF51A0808CE70@RU0022EXCH001U> 
30313              
30314              More parentheses to keep bcc happy.
30315      Branch: perl
30316            ! ext/ByteLoader/bytecode.h
30317 ____________________________________________________________________________
30318 [ 11297] By: jhi                                   on 2001/07/12  12:24:50
30319         Log: Subject: Re: [patch] pthread_atfork bandaid
30320              From: Doug MacEachern <dougm@covalent.net>
30321              Date: Wed, 11 Jul 2001 23:43:17 -0700 (PDT)
30322              Message-ID: <Pine.LNX.4.21.0107112342330.28844-100000@mako.covalent.net>
30323      Branch: perl
30324            ! thread.h
30325 ____________________________________________________________________________
30326 [ 11296] By: nick                                  on 2001/07/12  11:55:48
30327         Log: Exclude reentrant_buffer from .def file
30328      Branch: perlio
30329            ! makedef.pl
30330 ____________________________________________________________________________
30331 [ 11295] By: nick                                  on 2001/07/12  11:11:44
30332         Log: Honour void-ness of my_exit()
30333      Branch: perlio
30334            ! win32/win32.c
30335 ____________________________________________________________________________
30336 [ 11294] By: nick                                  on 2001/07/12  07:51:04
30337         Log: Integrate mainline
30338      Branch: perlio
30339           +> uts/sprintf_wrap.c
30340           !> (integrate 35 files)
30341 ____________________________________________________________________________
30342 [ 11293] By: jhi                                   on 2001/07/12  04:58:08
30343         Log: Retract #11289.
30344      Branch: perl
30345            ! embed.h embed.pl perl.c proto.h thread.h
30346 ____________________________________________________________________________
30347 [ 11292] By: jhi                                   on 2001/07/12  04:47:43
30348         Log: Now the :locale pseudolayer *almost* works...
30349      Branch: perl
30350            ! lib/open.pm
30351 ____________________________________________________________________________
30352 [ 11291] By: jhi                                   on 2001/07/12  04:36:47
30353         Log: Locale encoding tweaks.
30354      Branch: perl
30355            ! lib/open.pm
30356 ____________________________________________________________________________
30357 [ 11290] By: jhi                                   on 2001/07/12  04:25:53
30358         Log: Subject: Re: [PATCH: perl@11181] UCD.t fails LATIN|Latin test
30359              From: Mark-Jason Dominus <mjd@plover.com>
30360              Date: Thu, 12 Jul 2001 00:59:31 -0400
30361              Message-ID: <20010712045931.8543.qmail@plover.com>
30362              
30363              Remove the chmod/umask leading zero warning.
30364      Branch: perl
30365            ! lib/warnings.pm pod/perldiag.pod pod/perllexwarn.pod
30366            ! t/lib/warnings/toke toke.c warnings.h warnings.pl
30367 ____________________________________________________________________________
30368 [ 11289] By: jhi                                   on 2001/07/12  04:16:41
30369         Log: (Retracted by #11289.)
30370      Branch: perl
30371            ! embed.h embed.pl perl.c proto.h thread.h
30372 ____________________________________________________________________________
30373 [ 11288] By: jhi                                   on 2001/07/12  03:45:11
30374         Log: Needed by #11283.
30375      Branch: perl
30376            ! intrpvar.h
30377 ____________________________________________________________________________
30378 [ 11287] By: jhi                                   on 2001/07/12  03:40:04
30379         Log: Metaconfig unit change for #11286.
30380      Branch: metaconfig/U/perl
30381            ! patchlevel.U
30382 ____________________________________________________________________________
30383 [ 11286] By: jhi                                   on 2001/07/12  03:39:18
30384         Log: Subject: Re: [PATCH Configure] perl -V broken
30385              From: Andy Dougherty <doughera@lafayette.edu>
30386              Date: Wed, 11 Jul 2001 13:30:27 -0400 (EDT)
30387              Message-ID: <Pine.SOL.4.10.10107111329060.2021-100000@maxwell.phys.lafayette.edu>
30388      Branch: perl
30389            ! Configure myconfig.SH
30390 ____________________________________________________________________________
30391 [ 11285] By: jhi                                   on 2001/07/12  03:27:28
30392         Log: Retract #11166 (and #11237).
30393      Branch: perl
30394            ! dump.c embed.h lib/warnings.pm op.c op.h opcode.h opcode.pl
30395            ! pod/perldiag.pod pp.sym pp_proto.h t/lib/warnings/op
30396            ! t/lib/warnings/toke toke.c warnings.h warnings.pl
30397 ____________________________________________________________________________
30398 [ 11284] By: jhi                                   on 2001/07/12  02:36:42
30399         Log: UTS tweaks for Hal Morris.
30400      Branch: perl
30401            + uts/sprintf_wrap.c
30402            ! MANIFEST hints/uts.sh perl.h
30403 ____________________________________________________________________________
30404 [ 11283] By: jhi                                   on 2001/07/12  00:52:36
30405         Log: Subject: [PATCH] Use reentrant API glibc
30406              From: Artur Bergman <artur@contiller.se>
30407              Date: Thu, 12 Jul 2001 00:58:21 +0200
30408              Message-ID: <B772A6AD.2288%artur@contiller.se>
30409      Branch: perl
30410            ! embedvar.h intrpvar.h op.h perl.c perlapi.h pod/perlapi.pod
30411            ! sv.c
30412 ____________________________________________________________________________
30413 [ 11282] By: jhi                                   on 2001/07/12  00:35:27
30414         Log: Subject: Re: ActivePerl 628 + warnings + fork + exec = spurious "Can't exec"?
30415              From: barries <barries@slaysys.com>
30416              Date: Wed, 11 Jul 2001 15:11:46 -0400
30417              Message-ID: <20010711151146.G24560@jester.slaysys.com>
30418      Branch: perl
30419            ! pp_sys.c t/lib/warnings/doio win32/win32.c
30420 ____________________________________________________________________________
30421 [ 11281] By: jhi                                   on 2001/07/12  00:32:17
30422         Log: Subject: [patch] pthread_atfork bandaid
30423              From: Doug MacEachern <dougm@covalent.net>
30424              Date: Wed, 11 Jul 2001 08:59:12 -0700 (PDT)
30425              Message-ID: <Pine.LNX.4.21.0107110855070.11688-100000@mako.covalent.net>
30426      Branch: perl
30427            ! miniperlmain.c perl.c
30428 ____________________________________________________________________________
30429 [ 11280] By: jhi                                   on 2001/07/12  00:31:34
30430         Log: Subject: [patch] perl_clone leaks
30431              From: Doug MacEachern <dougm@covalent.net>
30432              Date: Wed, 11 Jul 2001 08:43:32 -0700 (PDT)
30433              Message-ID: <Pine.LNX.4.21.0107110842390.11688-100000@mako.covalent.net>
30434      Branch: perl
30435            ! sv.c
30436 ____________________________________________________________________________
30437 [ 11279] By: nick                                  on 2001/07/11  15:49:38
30438         Log: Integrate mainline
30439      Branch: perlio
30440           +> ext/Encode/Encode/HZ.enc ext/PerlIO/t/encoding.t
30441           +> ext/Time/HiRes/hints/dynixptx.pl lib/Math/BigInt/Calc.pm
30442           +> lib/Math/BigInt/t/bigintc.t lib/Term/ANSIColor/ChangeLog
30443           +> lib/Term/ANSIColor/README
30444           !> (integrate 54 files)
30445 ____________________________________________________________________________
30446 [ 11278] By: jhi                                   on 2001/07/11  13:52:20
30447         Log: Update Changes.
30448      Branch: perl
30449            ! Changes patchlevel.h
30450 ____________________________________________________________________________
30451 [ 11277] By: jhi                                   on 2001/07/11  13:31:43
30452         Log: Subject: blead kit timestamps && the problem with running perl embed.pl
30453              From: Peter Prymmer <pvhp@forte.com>
30454              Date: Tue, 10 Jul 2001 19:33:00 -0700 (PDT)
30455              Message-ID: <Pine.OSF.4.10.10107101906360.137455-100000@aspara.forte.com>
30456              
30457              Backport of embed.pl to 5.003.
30458      Branch: perl
30459            ! embed.pl
30460 ____________________________________________________________________________
30461 [ 11276] By: jhi                                   on 2001/07/11  13:18:07
30462         Log: Subject: Re: POSIX test #14 on UTS 
30463              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
30464              Date: Wed, 11 Jul 2001 03:02:14 +0100
30465              Message-Id: <200107110202.f6B22Ea10727@crypt.compulink.co.uk>
30466      Branch: perl
30467            ! ext/POSIX/POSIX.t
30468 ____________________________________________________________________________
30469 [ 11275] By: jhi                                   on 2001/07/11  13:15:49
30470         Log: Make the I32 an IV to preserve structure alignment and size.
30471      Branch: perl
30472            ! op.h
30473 ____________________________________________________________________________
30474 [ 11274] By: jhi                                   on 2001/07/11  13:13:27
30475         Log: Subject: [PATCH] Threadsafe PMOPs! We might still win this war.
30476              From: "Artur Bergman" <artur@contiller.se>
30477              Date: Wed, 11 Jul 2001 14:23:37 +0200
30478              Message-ID: <000b01c10a04$4fa16a10$21000a0a@vogw2kdev>
30479              
30480              Threadsafe PMOPs for ithreads, waiting for AMS's Perl_re_dup().
30481      Branch: perl
30482            ! embedvar.h intrpvar.h op.c op.h perl.c perlapi.h
30483            ! pod/perlapi.pod sv.c
30484 ____________________________________________________________________________
30485 [ 11273] By: jhi                                   on 2001/07/11  03:53:28
30486         Log: Tweak until Pod::Parser gets updated.
30487      Branch: perl
30488            ! t/pod/special_seqs.xr
30489 ____________________________________________________________________________
30490 [ 11272] By: jhi                                   on 2001/07/11  00:46:05
30491         Log: File::Spec usage tweak.
30492      Branch: perl
30493            ! lib/ExtUtils.t
30494 ____________________________________________________________________________
30495 [ 11271] By: jhi                                   on 2001/07/11  00:37:19
30496         Log: Integrate #11263 from macperl; macos and macosx updates.
30497      Branch: perl
30498           !> pod/perlport.pod
30499 ____________________________________________________________________________
30500 [ 11270] By: jhi                                   on 2001/07/11  00:33:27
30501         Log: Subject: [PATCH: perl@11238] dynixptx updates for osvers='4.5.2'
30502              From: Peter Prymmer <pvhp@forte.com>
30503              Date: Tue, 10 Jul 2001 15:29:45 -0700 (PDT)
30504              Message-ID: <Pine.OSF.4.10.10107101519160.137455-100000@aspara.forte.com>
30505      Branch: perl
30506            + ext/Time/HiRes/hints/dynixptx.pl
30507            ! MANIFEST hints/dynixptx.sh
30508 ____________________________________________________________________________
30509 [ 11269] By: jhi                                   on 2001/07/11  00:32:16
30510         Log: Subject: [PATCH] ExtUtils::Constant (was Re: funny numconvert test in perl@11006 (was Re: report on BS2000 wit h perl@11006))
30511              From: Nicholas Clark <nick@ccl4.org>
30512              Date: Tue, 10 Jul 2001 23:17:43 +0100
30513              Message-ID: <20010710231742.B59620@plum.flirble.org>
30514      Branch: perl
30515            ! lib/ExtUtils.t lib/ExtUtils/Constant.pm
30516 ____________________________________________________________________________
30517 [ 11268] By: jhi                                   on 2001/07/11  00:30:56
30518         Log: Subject: [DOC PATCH] Pluggable runops
30519              From: Paul Johnson <paul@pjcj.net>
30520              Date: Tue, 10 Jul 2001 21:53:28 +0200
30521              Message-ID: <20010710215328.B26577@pjcj.net>
30522      Branch: perl
30523            ! pod/perlguts.pod
30524 ____________________________________________________________________________
30525 [ 11267] By: jhi                                   on 2001/07/11  00:29:59
30526         Log: Subject: [PATCH] Authors
30527              From: Artur Bergman <artur@contiller.se>
30528              Date: Tue, 10 Jul 2001 20:39:12 +0200
30529              Message-ID: <B771186F.21CD%artur@contiller.se>
30530      Branch: perl
30531            ! AUTHORS
30532 ____________________________________________________________________________
30533 [ 11266] By: jhi                                   on 2001/07/11  00:29:13
30534         Log: Subject: Re: [PATCH] Small fix to pp_gmtime
30535              From: Doug MacEachern <dougm@covalent.net>
30536              Date: Tue, 10 Jul 2001 11:19:43 -0700 (PDT)
30537              Message-ID: <Pine.LNX.4.21.0107101118020.10475-100000@mako.covalent.net>
30538      Branch: perl
30539            ! pp_ctl.c
30540 ____________________________________________________________________________
30541 [ 11265] By: jhi                                   on 2001/07/11  00:28:15
30542         Log: Subject: doc patch; times() in scalar context
30543              From: mjd@plover.com
30544              Date: 10 Jul 2001 18:01:17 -0000
30545              Message-ID: <20010710180117.12477.qmail@plover.com>
30546      Branch: perl
30547            ! pod/perlfunc.pod
30548 ____________________________________________________________________________
30549 [ 11264] By: jhi                                   on 2001/07/11  00:27:17
30550         Log: Subject: [PATCH] Small fix to pp_gmtime
30551              From: Artur Bergman <artur@contiller.se>
30552              Date: Tue, 10 Jul 2001 19:54:52 +0200
30553              Message-ID: <B7710E0B.21C5%artur@contiller.se>
30554      Branch: perl
30555            ! pp_sys.c
30556 ____________________________________________________________________________
30557 [ 11263] By: pudge                                 on 2001/07/10  21:06:10
30558         Log: Integrate changes from mainline perl, add notes about
30559              Mac OS X and Mac OS.
30560      Branch: maint-5.6/macperl
30561            ! pod/perlport.pod
30562 ____________________________________________________________________________
30563 [ 11262] By: jhi                                   on 2001/07/10  15:21:26
30564         Log: A proof of the dangers of package; ?
30565      Branch: perl
30566            ! t/lib/warnings/op
30567 ____________________________________________________________________________
30568 [ 11261] By: jhi                                   on 2001/07/10  15:02:27
30569         Log: Regen toc and modlib.
30570      Branch: perl
30571            ! pod/perlmodlib.pod pod/perltoc.pod
30572 ____________________________________________________________________________
30573 [ 11260] By: jhi                                   on 2001/07/10  15:00:37
30574         Log: Add compexcl(), casefold(), and casespec() interfaces;
30575              and make all interfaces to return hash references instead
30576              of hashes. 
30577      Branch: perl
30578            ! lib/Unicode/UCD.pm lib/Unicode/UCD.t
30579 ____________________________________________________________________________
30580 [ 11259] By: jhi                                   on 2001/07/10  13:50:17
30581         Log: Subject: [PATCH bleadperl] Math::Big* doc patches (and some code)
30582              From: "Philip Newton" <Philip.Newton@gmx.net>
30583              Date: Tue, 10 Jul 2001 09:55:59 +0200
30584              Message-ID: <20010710.095300@ID-11583.news.dfncis.de>
30585              
30586              Subject: [DOC PATCH bleadperl] detypo Math::BigInt docs
30587              From: "Philip Newton" <Philip.Newton@gmx.net>
30588              Date: Tue, 10 Jul 2001 09:56:37 +0200
30589              Message-ID: <20010710.095600@ID-11583.news.dfncis.de>
30590      Branch: perl
30591            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm
30592            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bigintpm.t
30593 ____________________________________________________________________________
30594 [ 11258] By: jhi                                   on 2001/07/10  13:47:20
30595         Log: Subject: [patch] undef &xsub for 1,2
30596              From: Doug MacEachern <dougm@covalent.net>
30597              Date: Mon, 9 Jul 2001 20:16:49 -0700 (PDT)
30598              Message-ID: <Pine.LNX.4.21.0107092012570.1913-100000@mako.covalent.net>
30599              
30600              (This version of the patch with a comment from Gisle.)
30601      Branch: perl
30602            ! op.c
30603 ____________________________________________________________________________
30604 [ 11257] By: jhi                                   on 2001/07/10  13:45:44
30605         Log: Mention package; deprecation and the Win32 problems.
30606      Branch: perl
30607            ! pod/perl572delta.pod
30608 ____________________________________________________________________________
30609 [ 11256] By: jhi                                   on 2001/07/10  13:45:12
30610         Log: Subject: [PATCH] deprecate package with no arguments
30611              From: Robin Houston <robin@kitsite.com>
30612              Date: Tue, 10 Jul 2001 13:33:40 +0100
30613              Message-ID: <20010710133340.A13452@robin.kitsite.com>
30614      Branch: perl
30615            ! op.c pod/perldiag.pod pod/perlfunc.pod t/lib/warnings/op
30616 ____________________________________________________________________________
30617 [ 11255] By: jhi                                   on 2001/07/10  13:16:11
30618         Log: Upgrade to podlators 1.10.
30619      Branch: perl
30620            ! lib/Pod/Man.pm lib/Pod/Text.pm lib/Pod/Text/Color.pm
30621            ! lib/Pod/Text/Overstrike.pm lib/Pod/Text/Termcap.pm
30622            ! pod/pod2man.PL pod/pod2text.PL
30623 ____________________________________________________________________________
30624 [ 11254] By: jhi                                   on 2001/07/10  13:09:34
30625         Log: Upgrade to Term::ANSIColor 1.04.
30626      Branch: perl
30627            + lib/Term/ANSIColor/ChangeLog lib/Term/ANSIColor/README
30628            ! MANIFEST lib/Term/ANSIColor.pm lib/Term/ANSIColor/test.pl
30629 ____________________________________________________________________________
30630 [ 11253] By: jhi                                   on 2001/07/10  12:59:27
30631         Log: Integrate perlio (the right fix for the ":layer(args)")
30632      Branch: perl
30633           !> perlio.c
30634 ____________________________________________________________________________
30635 [ 11252] By: nick                                  on 2001/07/10  06:58:14
30636         Log: Fix open(...,"...:layer(xxx)",...)
30637              - use memEQ not strEQ as there is '(' not '\0'
30638      Branch: perlio
30639            ! perlio.c
30640 ____________________________________________________________________________
30641 [ 11251] By: jhi                                   on 2001/07/10  04:04:18
30642         Log: Telling the number of tests helps.
30643      Branch: perl
30644            ! ext/PerlIO/t/encoding.t
30645 ____________________________________________________________________________
30646 [ 11250] By: jhi                                   on 2001/07/10  03:55:38
30647         Log: Require I18N::Langinfo, not use.
30648      Branch: perl
30649            ! lib/open.pm
30650 ____________________________________________________________________________
30651 [ 11249] By: jhi                                   on 2001/07/10  03:50:18
30652         Log: Add a test for for PerlIO ":encoding(...)" layer.
30653      Branch: perl
30654            + ext/PerlIO/t/encoding.t
30655            ! MANIFEST ext/Encode/Encode.pm
30656 ____________________________________________________________________________
30657 [ 11248] By: jhi                                   on 2001/07/10  02:06:57
30658         Log: PerlIO ":encoding(foobar)" temporary fix.
30659              Not really correct, I think, since the change means
30660              that prefixes match.
30661      Branch: perl
30662            ! perlio.c
30663 ____________________________________________________________________________
30664 [ 11247] By: jhi                                   on 2001/07/10  01:38:11
30665         Log: Update to Math::BigInt 1.36.  The biggest news is
30666              the separation of the backend; now the pure Perl
30667              implementation is in Math::BigInt::Calc, but one
30668              can plugin, say, Math::BigInt::BitVect, and get
30669              considerable speedup.
30670      Branch: perl
30671            + lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bigintc.t
30672            ! MANIFEST lib/Math/BigFloat.pm lib/Math/BigInt.pm
30673            ! lib/Math/BigInt/t/bigfltpm.t lib/Math/BigInt/t/bigintpm.t
30674            ! lib/Math/BigInt/t/mbimbf.t
30675 ____________________________________________________________________________
30676 [ 11246] By: jhi                                   on 2001/07/10  01:19:55
30677         Log: Subject: Re: compatibility question
30678              From: Peter Prymmer <pvhp@forte.com>
30679              Date: Mon, 9 Jul 2001 18:04:33 -0700 (PDT)
30680              Message-ID: <Pine.OSF.4.10.10107091619360.86512-100000@aspara.forte.com>
30681      Branch: perl
30682            ! lib/ExtUtils/MM_VMS.pm
30683 ____________________________________________________________________________
30684 [ 11245] By: jhi                                   on 2001/07/10  01:18:04
30685         Log: Subject: [PATCH ext/File/Glob/t/basic.t]
30686              From: Norton Allen <allen@huarp.harvard.edu>
30687              Date: Mon, 9 Jul 2001 17:16:15 -0400 (edt)
30688              Message-Id: <200107092116.RAA12010@bottesini.harvard.edu>
30689      Branch: perl
30690            ! ext/File/Glob/t/basic.t
30691 ____________________________________________________________________________
30692 [ 11244] By: jhi                                   on 2001/07/10  01:16:27
30693         Log: Subject: [PATCH] Encode::Tcl. add "HZ" encoding and bugfix
30694              From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
30695              Date: Tue, 10 Jul 2001 00:29:55 +0900
30696              Message-Id: <20010710002756.B497.BQW10602@nifty.com>
30697      Branch: perl
30698            + ext/Encode/Encode/HZ.enc
30699            ! MANIFEST ext/Encode/Encode/7bit-kana.enc
30700            ! ext/Encode/Encode/Tcl.pm ext/Encode/Encode/Tcl.t
30701            ! ext/Encode/Encode/iso2022-jp.enc
30702            ! ext/Encode/Encode/iso2022-kr.enc
30703 ____________________________________________________________________________
30704 [ 11243] By: pudge                                 on 2001/07/09  22:16:12
30705         Log: Add in all them there macos/ files.
30706      Branch: maint-5.6/macperl
30707            + (add 577 files)
30708 ____________________________________________________________________________
30709 [ 11242] By: jhi                                   on 2001/07/09  20:26:04
30710         Log: Add the new modules to the list of having those own tests.
30711      Branch: perl
30712            ! t/lib/1_compile.t
30713 ____________________________________________________________________________
30714 [ 11241] By: jhi                                   on 2001/07/09  19:09:58
30715         Log: Add INOUT to control both ways at the same time.
30716      Branch: perl
30717            ! lib/open.pm
30718 ____________________________________________________________________________
30719 [ 11240] By: nick                                  on 2001/07/09  16:33:50
30720         Log: Integrate mainline
30721      Branch: perlio
30722           +> ext/I18N/Langinfo/Langinfo.pm ext/I18N/Langinfo/Langinfo.t
30723           +> ext/I18N/Langinfo/Langinfo.xs ext/I18N/Langinfo/Makefile.PL
30724           !> (integrate 41 files)
30725 ____________________________________________________________________________
30726 [ 11239] By: jhi                                   on 2001/07/09  16:14:35
30727         Log: More encoding mapping magic.
30728      Branch: perl
30729            ! lib/open.pm
30730 ____________________________________________________________________________
30731 [ 11238] By: jhi                                   on 2001/07/09  14:40:43
30732         Log: Update Changes.
30733      Branch: perl
30734            ! Changes patchlevel.h
30735 ____________________________________________________________________________
30736 [ 11237] By: jhi                                   on 2001/07/09  14:27:27
30737         Log: (Retracted by #11285).
30738              
30739              Subject: [PATCH] OPpCONST_OCTAL fixes
30740              From: Abhijit Menon-Sen <ams@wiw.org>
30741              Date: Mon, 9 Jul 2001 07:38:45 +0530
30742              Message-ID: <20010709073845.A25406@lustre.dyn.wiw.org>
30743      Branch: perl
30744            ! op.c
30745 ____________________________________________________________________________
30746 [ 11236] By: jhi                                   on 2001/07/09  14:10:07
30747         Log: Add a pseudolayer ":locale" to the open pragma which
30748              will get the encoding from the locale.  Yet undocumented
30749              because I can't get the PerlIO :encoding(foobar) to work.
30750      Branch: perl
30751            ! ext/Encode/Encode.pm lib/open.pm
30752 ____________________________________________________________________________
30753 [ 11235] By: jhi                                   on 2001/07/09  13:38:43
30754         Log: Add more encoding mappings.
30755      Branch: perl
30756            ! ext/Encode/Encode.pm
30757 ____________________________________________________________________________
30758 [ 11234] By: jhi                                   on 2001/07/09  13:24:54
30759         Log: Document that using :encoding layer requires using Encode.
30760      Branch: perl
30761            ! ext/Encode/Encode.pm lib/PerlIO.pm
30762 ____________________________________________________________________________
30763 [ 11233] By: jhi                                   on 2001/07/09  13:19:34
30764         Log: Netware tweak from Ananth Kesari.
30765      Branch: perl
30766            ! NetWare/netware.h
30767 ____________________________________________________________________________
30768 [ 11232] By: gsar                                  on 2001/07/09  04:40:07
30769         Log: t/harness doesn't know about run/*.t
30770      Branch: perl
30771            ! t/harness
30772 ____________________________________________________________________________
30773 [ 11231] By: gsar                                  on 2001/07/09  04:36:30
30774         Log: run/exit.t busted on windows
30775      Branch: perl
30776            ! t/run/exit.t
30777 ____________________________________________________________________________
30778 [ 11230] By: gsar                                  on 2001/07/09  04:14:54
30779         Log: fix a couple of UCD.t tests that fail due to bad case
30780      Branch: perl
30781            ! lib/Unicode/UCD.t
30782 ____________________________________________________________________________
30783 [ 11229] By: gsar                                  on 2001/07/09  03:57:06
30784         Log: test skip logic was broken
30785      Branch: perl
30786            ! ext/I18N/Langinfo/Langinfo.t
30787 ____________________________________________________________________________
30788 [ 11228] By: gsar                                  on 2001/07/09  03:42:20
30789         Log: remove *.pdb files on windows upon $(MAKE) clean (fixes
30790              failure of ExtUtils.t#27 when built in debug mode)
30791      Branch: perl
30792            ! lib/ExtUtils/MM_Win32.pm
30793 ____________________________________________________________________________
30794 [ 11227] By: gsar                                  on 2001/07/09  02:11:04
30795         Log: I18N::Langinfo is not available on windows
30796      Branch: perl
30797            ! win32/FindExt.pm
30798 ____________________________________________________________________________
30799 [ 11226] By: gsar                                  on 2001/07/09  01:55:23
30800         Log: save a dTHX
30801      Branch: perl
30802            ! ext/POSIX/POSIX.xs
30803 ____________________________________________________________________________
30804 [ 11225] By: jhi                                   on 2001/07/08  23:42:37
30805         Log: Update Changes.
30806      Branch: perl
30807            ! Changes patchlevel.h
30808 ____________________________________________________________________________
30809 [ 11224] By: jhi                                   on 2001/07/08  23:05:41
30810         Log: Guard the nl_langinfo() with HAS_NL_LANGINFO 
30811              as pointed out by Sarathy.
30812      Branch: perl
30813            ! ext/I18N/Langinfo/Langinfo.xs
30814 ____________________________________________________________________________
30815 [ 11223] By: jhi                                   on 2001/07/08  22:59:01
30816         Log: Retract #11212.
30817      Branch: perl
30818            ! cv.h ext/Opcode/Opcode.xs op.c pp_hot.c sv.h toke.c
30819 ____________________________________________________________________________
30820 [ 11222] By: jhi                                   on 2001/07/08  17:41:22
30821         Log: Bump up the VERSION of Cwd.xs.
30822      Branch: perl
30823            ! ext/Cwd/Makefile.PL
30824 ____________________________________________________________________________
30825 [ 11221] By: jhi                                   on 2001/07/08  17:13:38
30826         Log: Retract #11220, the problem wasn't the missing leading zero.
30827              Here's the problem:
30828              $ ./perl -we 'chmod(oct("755"), ".")'
30829              Non-octal literal mode (493) specified at -e line 1.
30830              (Did you mean 0493 instead?)
30831      Branch: perl
30832            ! lib/ExtUtils/MM_Unix.pm
30833 ____________________________________________________________________________
30834 [ 11220] By: jhi                                   on 2001/07/08  17:05:55
30835         Log: (Retracted by #11221)
30836              Change the PERM_RW and PERM_RWX to 0644 and 0755
30837              (add the leading zero).
30838      Branch: perl
30839            ! lib/ExtUtils/MM_Unix.pm
30840 ____________________________________________________________________________
30841 [ 11219] By: jhi                                   on 2001/07/08  16:17:32
30842         Log: Integrate changes #11193, 11205, 11209 from macperl.
30843              
30844              Fix up AutoLoader to fudge for Mac paths in import().
30845              
30846              Allow symbols in try_symbol() to begin with "_".
30847              
30848              Small portability fix for Mac OS.
30849      Branch: perl
30850           !> lib/AutoLoader.pm lib/Cwd.pm makedef.pl
30851 ____________________________________________________________________________
30852 [ 11218] By: jhi                                   on 2001/07/08  16:10:30
30853         Log: Metaconfig unit change for #11217.
30854      Branch: metaconfig/U/perl
30855            ! Extensions.U
30856 ____________________________________________________________________________
30857 [ 11217] By: jhi                                   on 2001/07/08  16:10:07
30858         Log: Detypo, problem noticed by Gerrit P. Haase.
30859      Branch: perl
30860            ! Configure config_h.SH
30861 ____________________________________________________________________________
30862 [ 11216] By: jhi                                   on 2001/07/08  15:58:35
30863         Log: Cwd cleanups.
30864      Branch: perl
30865            ! ext/Cwd/Cwd.xs
30866 ____________________________________________________________________________
30867 [ 11215] By: jhi                                   on 2001/07/08  15:52:57
30868         Log: Slight tweaks on #11213.
30869      Branch: perl
30870            ! toke.c
30871 ____________________________________________________________________________
30872 [ 11214] By: jhi                                   on 2001/07/08  14:32:28
30873         Log: A missing dTHX noticed by Gerrit P. Haase.
30874      Branch: perl
30875            ! ext/POSIX/POSIX.xs
30876 ____________________________________________________________________________
30877 [ 11213] By: jhi                                   on 2001/07/08  14:24:44
30878         Log: Subject: [PATCH toke.c] Simplify yytoke()
30879              From: Simon Cozens <simon@netthink.co.uk>
30880              Date: Sun, 8 Jul 2001 13:24:34 +0100
30881              Message-ID: <20010708132434.A9448@deep-dark-truthful-mirror>
30882              
30883              Split out pending_ident().
30884      Branch: perl
30885            ! embed.h embed.pl pod/perlapi.pod proto.h toke.c
30886 ____________________________________________________________________________
30887 [ 11212] By: jhi                                   on 2001/07/08  14:17:10
30888         Log: (Retracted by #11223.)
30889              Subject: [PATCH] Re: Problem with Safe.pm and Perl 5.004
30890              Date: Wed, 05 Nov 1997 17:22:34 -0600
30891              From: Graham Barr <gbarr@ti.com>
30892              Message-Id: <3460FFBA.6DA51F46@ti.com>
30893      Branch: perl
30894            ! cv.h ext/Opcode/Opcode.xs op.c pp_hot.c sv.h toke.c
30895 ____________________________________________________________________________
30896 [ 11211] By: jhi                                   on 2001/07/08  13:53:38
30897         Log: Fix I18N::Langinfo nits noticed but Philip Newton.
30898      Branch: perl
30899            ! ext/I18N/Langinfo/Langinfo.pm ext/I18N/Langinfo/Langinfo.t
30900            ! pod/perllocale.pod
30901 ____________________________________________________________________________
30902 [ 11210] By: jhi                                   on 2001/07/08  01:34:09
30903         Log: Really do the test under the C locale.
30904      Branch: perl
30905            ! ext/I18N/Langinfo/Langinfo.t
30906 ____________________________________________________________________________
30907 [ 11209] By: pudge                                 on 2001/07/08  01:19:25
30908         Log: Small portability fix for Mac OS.
30909      Branch: maint-5.6/macperl
30910            ! lib/Cwd.pm
30911 ____________________________________________________________________________
30912 [ 11208] By: jhi                                   on 2001/07/08  01:14:58
30913         Log: Metaconfig unit change for #11207.
30914      Branch: metaconfig/U/perl
30915            ! Extensions.U
30916 ____________________________________________________________________________
30917 [ 11207] By: jhi                                   on 2001/07/08  01:14:02
30918         Log: Add I18N::Langinfo, which is basically a wrapper around
30919              nl_langinfo(), which is an additional way to query locale
30920              specific information.
30921      Branch: perl
30922            + ext/I18N/Langinfo/Langinfo.pm ext/I18N/Langinfo/Langinfo.t
30923            + ext/I18N/Langinfo/Langinfo.xs ext/I18N/Langinfo/Makefile.PL
30924            ! Configure MANIFEST pod/perl572delta.pod pod/perllocale.pod
30925 ____________________________________________________________________________
30926 [ 11206] By: pudge                                 on 2001/07/08  00:56:29
30927         Log: Bugfixes for some tests.  commonsense.t not in perl 5.6,
30928              used in File::Find tests; replace with if.t.
30929      Branch: maint-5.6/macperl
30930            ! t/lib/filefind-taint.t t/lib/filefind.t t/op/taint.t
30931            ! t/pragma/warn/op
30932 ____________________________________________________________________________
30933 [ 11205] By: pudge                                 on 2001/07/07  23:55:56
30934         Log: Allow symbols in try_symbol() to begin with "_".
30935      Branch: maint-5.6/macperl
30936            ! makedef.pl
30937 ____________________________________________________________________________
30938 [ 11204] By: pudge                                 on 2001/07/07  23:53:37
30939         Log: Sync up the File::Find changes from the rewrite by
30940              Thomas Wegner, et al.
30941      Branch: maint-5.6/macperl
30942            + t/lib/filefind-taint.t
30943            ! lib/File/Find.pm t/lib/filefind.t
30944 ____________________________________________________________________________
30945 [ 11203] By: pudge                                 on 2001/07/07  23:43:06
30946         Log: Subject: [PATCHES] :t:pod: and :lib:Pod: stuff
30947              From: Thomas Wegner <wegner_thomas@yahoo.com>
30948              Date: Thu, 5 Jul 2001 20:31:25 +0200
30949              Message-Id: <p04320400b76a0fc8dea5@[149.225.100.38]>
30950      Branch: maint-5.6/macperl
30951            ! lib/Pod/Find.pm t/pod/find.t t/pod/testp2pt.pl
30952 ____________________________________________________________________________
30953 [ 11202] By: pudge                                 on 2001/07/07  23:38:36
30954         Log: Some more test portability fixes.
30955      Branch: maint-5.6/macperl
30956            ! t/lib/filecopy.t t/pragma/warn/pp_sys
30957 ____________________________________________________________________________
30958 [ 11201] By: jhi                                   on 2001/07/07  22:52:38
30959         Log: The #11200 removed wrong (non-existent) target.  Duh.
30960      Branch: perl
30961            ! Makefile.SH
30962 ____________________________________________________________________________
30963 [ 11200] By: jhi                                   on 2001/07/07  22:44:14
30964         Log: Zap the lib/re.pm before creating it.
30965      Branch: perl
30966            ! Makefile.SH
30967 ____________________________________________________________________________
30968 [ 11199] By: pudge                                 on 2001/07/07  20:54:35
30969         Log: Another test.  Please ignore.
30970      Branch: maint-5.6/macperl
30971            ! README.macos
30972 ____________________________________________________________________________
30973 [ 11198] By: pudge                                 on 2001/07/07  20:44:12
30974         Log: Portability fixes for a lot of tests, especially IO-related
30975              tests, and warnings, and the harness script.
30976      Branch: maint-5.6/macperl
30977            ! t/harness t/io/argv.t t/io/dup.t t/io/fs.t t/io/inplace.t
30978            ! t/io/iprefix.t t/io/open.t t/io/openpid.t t/lib/filepath.t
30979            ! t/lib/findbin.t t/lib/io_dup.t t/lib/socket.t t/op/die_exit.t
30980            ! t/op/misc.t t/op/read.t t/op/readdir.t t/op/runlevel.t
30981            ! t/op/stat.t t/op/subst_wamp.t t/op/taint.t
30982            ! t/pragma/diagnostics.t t/pragma/subs.t t/pragma/warn/doio
30983            ! t/pragma/warn/mg t/pragma/warn/op t/pragma/warn/pp_sys
30984            ! t/pragma/warnings.t
30985 ____________________________________________________________________________
30986 [ 11197] By: jhi                                   on 2001/07/07  20:32:28
30987         Log: Subject: [PATCH] lib/h2xs.t (was Re: [PATCH] h2xs)
30988              From: Nicholas Clark <nick@ccl4.org>
30989              Date: Sat, 7 Jul 2001 21:00:17 +0100
30990              Message-ID: <20010707210017.H59620@plum.flirble.org>
30991      Branch: perl
30992            ! lib/h2xs.t
30993 ____________________________________________________________________________
30994 [ 11196] By: jhi                                   on 2001/07/07  20:26:36
30995         Log: The UNICOS/mk SysV IPC problem has been fixed.
30996      Branch: perl
30997            ! pod/perl572delta.pod
30998 ____________________________________________________________________________
30999 [ 11195] By: jhi                                   on 2001/07/07  19:59:51
31000         Log: Slight update tweaks on perlunicode.pod.
31001      Branch: perl
31002            ! pod/perlunicode.pod
31003 ____________________________________________________________________________
31004 [ 11194] By: jhi                                   on 2001/07/07  17:53:03
31005         Log: Subject: Doc patch DB_File.pm: use umask-friendly modes
31006              From: Mark-Jason Dominus <mjd@plover.com>
31007              Date: Sat, 07 Jul 2001 13:04:04 -0400
31008              Message-ID: <20010707170404.32694.qmail@plover.com>
31009      Branch: perl
31010            ! ext/DB_File/DB_File.pm
31011 ____________________________________________________________________________
31012 [ 11193] By: pudge                                 on 2001/07/07  17:26:28
31013         Log: Fix up AutoLoader to fudge for Mac paths in import().
31014      Branch: maint-5.6/macperl
31015            ! lib/AutoLoader.pm
31016 ____________________________________________________________________________
31017 [ 11192] By: jhi                                   on 2001/07/07  17:03:06
31018         Log: Try to force the lib/re.pm to be there before entering
31019              the extensions builds, should help for parallel makes.
31020      Branch: perl
31021            ! Makefile.SH
31022 ____________________________________________________________________________
31023 [ 11191] By: jhi                                   on 2001/07/07  15:26:16
31024         Log: Subject: Re: [PATCH ext/POSIX/POSIX.pm] Re: sigaction.t under QNX
31025              From: Norton Allen <allen@huarp.harvard.edu>
31026              Date: Fri, 6 Jul 2001 12:01:14 -0400 (edt)
31027              Message-Id: <200107061601.MAA00597@bottesini.harvard.edu>
31028      Branch: perl
31029            ! ext/POSIX/POSIX.xs
31030 ____________________________________________________________________________
31031 [ 11190] By: jhi                                   on 2001/07/07  15:22:08
31032         Log: Subject: [PATCH] Re: op/arith.t
31033              From: Nicholas Clark <nick@ccl4.org>
31034              Date: Sat, 7 Jul 2001 13:04:54 +0100
31035              Message-ID: <20010707130454.D59620@plum.flirble.org>
31036      Branch: perl
31037            ! numeric.c toke.c
31038 ____________________________________________________________________________
31039 [ 11189] By: jhi                                   on 2001/07/07  15:20:44
31040         Log: Subject: [PATCH] h2xs
31041              From: Nicholas Clark <nick@ccl4.org>
31042              Date: Fri, 6 Jul 2001 23:25:14 +0100
31043              Message-ID: <20010706232514.X59620@plum.flirble.org>
31044      Branch: perl
31045            ! utils/h2xs.PL
31046 ____________________________________________________________________________
31047 [ 11188] By: jhi                                   on 2001/07/07  15:12:36
31048         Log: Subject: Re: bleedperl perl_alloc..free leakage
31049              From: Radu Greab <radu@netsoft.ro>
31050              Date: Fri, 6 Jul 2001 19:48:54 +0300
31051              Message-ID: <15173.60406.308246.456184@ix.netsoft.ro>
31052              
31053              Leak-be-gone.
31054      Branch: perl
31055            ! op.c
31056 ____________________________________________________________________________
31057 [ 11187] By: pudge                                 on 2001/07/07  02:11:36
31058         Log: Test again.  Please ignore.
31059      Branch: maint-5.6/macperl
31060            ! README.macos
31061 ____________________________________________________________________________
31062 [ 11186] By: pudge                                 on 2001/07/07  02:08:13
31063         Log: Test.  Please ignore.
31064      Branch: maint-5.6/macperl
31065            ! README.macos
31066 ____________________________________________________________________________
31067 [ 11185] By: pudge                                 on 2001/07/06  23:46:57
31068         Log: Include changes already sent in separately as patches,
31069              before branch was created.
31070      Branch: maint-5.6/macperl
31071            ! ext/File/Glob/bsd_glob.c ext/IO/lib/IO/Dir.pm gv.c
31072            ! lib/DirHandle.pm lib/File/Basename.pm lib/File/Copy.pm
31073            ! lib/File/Find.pm lib/diagnostics.pm perl.c t/base/term.t
31074            ! t/comp/cpp.t t/comp/multiline.t t/comp/script.t t/comp/term.t
31075            ! t/lib/anydbm.t t/lib/autoloader.t t/lib/dirhand.t
31076            ! t/lib/filefind.t t/lib/io_dir.t t/lib/selfloader.t
31077            ! t/op/anonsub.t t/op/closure.t t/op/defins.t t/op/die_exit.t
31078            ! t/op/exec.t t/op/goto.t t/op/misc.t t/op/pack.t t/op/regexp.t
31079            ! t/op/regexp_noamp.t t/op/split.t t/op/write.t
31080            ! t/pragma/strict.t
31081 ____________________________________________________________________________
31082 [ 11184] By: jhi                                   on 2001/07/06  16:41:30
31083         Log: Subject: [PATCH lib/Cwd.pm] QNX patch extended for NTO
31084              From: Norton Allen <allen@huarp.harvard.edu>
31085              Date: Fri, 6 Jul 2001 09:39:57 -0400 (edt)
31086              Message-Id: <200107061339.JAA12582@bottesini.harvard.edu>
31087      Branch: perl
31088            ! utf8.h
31089 ____________________________________________________________________________
31090 [ 11183] By: nick                                  on 2001/07/06  16:27:40
31091         Log: Integrate mainline
31092      Branch: perlio
31093           +> (branch 42 files)
31094            - NetWare/perlsdio.h ext/util/mkbootstrap lib/Net/DummyInetd.pm
31095            - lib/Net/PH.pm lib/Net/SNPP.pm lib/Net/t/ph.t
31096            - win32/bin/mdelete.bat
31097           !> (integrate 215 files)
31098 ____________________________________________________________________________
31099 [ 11182] By: jhi                                   on 2001/07/06  15:57:16
31100         Log: The #11166 needed also these updated.
31101      Branch: perl
31102            ! lib/warnings.pm warnings.h
31103 ____________________________________________________________________________
31104 [ 11181] By: jhi                                   on 2001/07/06  13:24:42
31105         Log: Update Changes.
31106      Branch: perl
31107            ! Changes patchlevel.h
31108 ____________________________________________________________________________
31109 [ 11180] By: jhi                                   on 2001/07/06  13:20:08
31110         Log: Regen toc.
31111      Branch: perl
31112            ! pod/perltoc.pod
31113 ____________________________________________________________________________
31114 [ 11179] By: jhi                                   on 2001/07/06  12:57:13
31115         Log: Nit from Abhijit.
31116      Branch: perl
31117            ! lib/CPAN.pm
31118 ____________________________________________________________________________
31119 [ 11178] By: jhi                                   on 2001/07/06  12:53:04
31120         Log: Retract #11172.
31121      Branch: perl
31122            ! t/op/method.t
31123 ____________________________________________________________________________
31124 [ 11177] By: jhi                                   on 2001/07/06  12:44:51
31125         Log: Subject: [PATCH lib/Cwd.pm] QNX patch extended for NTO
31126              From: Norton Allen <allen@huarp.harvard.edu>
31127              Date: Fri, 6 Jul 2001 09:39:57 -0400 (edt)
31128              Message-Id: <200107061339.JAA12582@bottesini.harvard.edu>
31129      Branch: perl
31130            ! lib/Cwd.pm
31131 ____________________________________________________________________________
31132 [ 11176] By: jhi                                   on 2001/07/06  12:42:45
31133         Log: (Accidentally empty check-in.)
31134      Branch: perl
31135            ! utf8.h
31136 ____________________________________________________________________________
31137 [ 11175] By: jhi                                   on 2001/07/06  12:29:56
31138         Log: Retract #11165 since Sarathy pointed out it'll not
31139              work properly under threads, the problem should be
31140              solved using "the savestack, either via SSNEW() or
31141              using a newSVpv()+SAVEFREESV() combo."
31142      Branch: perl
31143            ! ext/POSIX/POSIX.xs
31144 ____________________________________________________________________________
31145 [ 11174] By: jhi                                   on 2001/07/06  12:27:31
31146         Log: Retract #11125 since NI-S pointed out it'll not work in
31147              cases where the extension has their own handcrafted INC
31148              et alia.
31149      Branch: perl
31150            ! lib/ExtUtils/MM_Unix.pm
31151 ____________________________________________________________________________
31152 [ 11173] By: jhi                                   on 2001/07/06  12:20:50
31153         Log: Subject: RE: [PATCH] -I and MakeMaker again
31154              From: "Konovalov, Vadim Vladimirovich (Vadim)" <vkonovalov@lucent.com>
31155              Date: Fri, 6 Jul 2001 09:18:29 +0200
31156              Message-ID: <E3FB32585BF1D411B9E900805FF51A0808C221@RU0022EXCH001U>
31157      Branch: perl
31158            ! lib/ExtUtils/MM_NW5.pm lib/ExtUtils/MM_VMS.pm
31159            ! lib/ExtUtils/MM_Win32.pm
31160 ____________________________________________________________________________
31161 [ 11172] By: jhi                                   on 2001/07/06  12:18:39
31162         Log: (Retracted by #11178)
31163              Subject: [PATCH t/op/method.t] SUPER:: strangeness
31164              From: Piers Cawley <pdcawley@iterative-software.com>
31165              Date: 06 Jul 2001 10:49:01 +0100
31166              Message-ID: <m2ith6xu9e.fsf@despairon.bofh.org.uk>
31167      Branch: perl
31168            ! t/op/method.t
31169 ____________________________________________________________________________
31170 [ 11171] By: jhi                                   on 2001/07/06  01:38:55
31171         Log: VOS README update from Paul Green.
31172      Branch: perl
31173            ! README.vos
31174 ____________________________________________________________________________
31175 [ 11170] By: jhi                                   on 2001/07/06  01:19:33
31176         Log: Subject: [PATCH README.qnx hints/qnx.sh]
31177              From: Norton Allen <allen@huarp.harvard.edu>
31178              Message-Id: <200107051755.NAA21422@bottesini.harvard.edu>
31179              Date: Thu, 5 Jul 2001 13:55:11 -0400 (edt)
31180      Branch: perl
31181            ! README.qnx hints/qnx.sh
31182 ____________________________________________________________________________
31183 [ 11169] By: jhi                                   on 2001/07/06  01:17:43
31184         Log: Subject: [PATCH] Doc patch for Tie::Hash
31185              From: Artur Bergman <artur@contiller.se>
31186              Date: Thu, 05 Jul 2001 22:51:18 +0200
31187              Message-ID: <B76A9FE6.1F04%artur@contiller.se>
31188      Branch: perl
31189            ! lib/Tie/Hash.pm
31190 ____________________________________________________________________________
31191 [ 11168] By: jhi                                   on 2001/07/06  01:16:27
31192         Log: Subject: [PATCH] perlfaq4.pod
31193              From: "Liney, Dave" <dave.liney@gbr.conoco.com>
31194              Message-ID: <1BB544A41666D311836C00902751FF6D01FD2D07@LONEX02>
31195              Date: Thu, 5 Jul 2001 18:44:10 +0100 
31196      Branch: perl
31197            ! pod/perlfaq4.pod
31198 ____________________________________________________________________________
31199 [ 11167] By: jhi                                   on 2001/07/06  01:14:41
31200         Log: Subject: [PATCH B::Deparse] Make warnings handling more robust
31201              From: Robin Houston <robin@kitsite.com>
31202              Date: Thu, 5 Jul 2001 18:33:21 +0100
31203              Message-ID: <20010705183321.A27345@robin.kitsite.com>
31204      Branch: perl
31205            ! ext/B/B/Deparse.pm
31206 ____________________________________________________________________________
31207 [ 11166] By: jhi                                   on 2001/07/06  01:11:50
31208         Log: (Retracted by #11285.)
31209              
31210              Subject: Re: [PATCH] mkdir() mode argument is missing initial 0
31211              From: Abhijit Menon-Sen <ams@wiw.org>
31212              Date: Fri, 6 Jul 2001 01:26:32 +0530
31213              Message-ID: <20010706012632.A28327@lustre.dyn.wiw.org>
31214      Branch: perl
31215            ! dump.c op.c op.h opcode.h opcode.pl pod/perldiag.pod pp.sym
31216            ! pp_proto.h t/lib/warnings/op t/lib/warnings/toke toke.c
31217            ! warnings.pl
31218 ____________________________________________________________________________
31219 [ 11165] By: jhi                                   on 2001/07/06  00:19:26
31220         Log: (Retracted by #11175)
31221              Subject: [PATCH ext/POSIX/POSIX.pm] Re: sigaction.t under QNX
31222              From: Norton Allen <allen@huarp.harvard.edu>
31223              Message-Id: <200107051734.NAA13375@bottesini.harvard.edu>
31224              Date: Thu, 5 Jul 2001 13:34:51 -0400 (edt)
31225      Branch: perl
31226            ! ext/POSIX/POSIX.xs
31227 ____________________________________________________________________________
31228 [ 11164] By: jhi                                   on 2001/07/06  00:14:57
31229         Log: Unterminated C< (noticed by Richard Hatch), and few other
31230              small Unicode doc tweaks.
31231      Branch: perl
31232            ! pod/perlretut.pod
31233 ____________________________________________________________________________
31234 [ 11163] By: jhi                                   on 2001/07/05  19:33:34
31235         Log: More flexible argument understanding; add charblocks() and
31236              charscripts(); make charblock() and charscript() two-way;
31237              add charinrange(); separate the $Unicode::UCD::VERSION and
31238              the version of the Unicode by adding UnicodeVersion().
31239      Branch: perl
31240            ! lib/Unicode/UCD.pm lib/Unicode/UCD.t
31241 ____________________________________________________________________________
31242 [ 11162] By: jhi                                   on 2001/07/05  13:38:36
31243         Log: Update Unicode::UCD on \p{In...}.
31244      Branch: perl
31245            ! lib/Unicode/UCD.pm
31246 ____________________________________________________________________________
31247 [ 11161] By: jhi                                   on 2001/07/05  13:26:00
31248         Log: Subject: Re: [PATCH lib/ExtUtils.t] Extra Files for QNX
31249              From: Norton Allen <allen@huarp.harvard.edu>
31250              Date: Thu, 5 Jul 2001 09:57:14 -0400 (edt)
31251              Message-Id: <200107051357.JAA06285@bottesini.harvard.edu>
31252      Branch: perl
31253            ! lib/ExtUtils/MM_Unix.pm
31254 ____________________________________________________________________________
31255 [ 11160] By: jhi                                   on 2001/07/05  13:06:53
31256         Log: POSIX-BC tweaks from Thomas Dorner.
31257      Branch: perl
31258            ! hints/posix-bc.sh perlio.h
31259 ____________________________________________________________________________
31260 [ 11159] By: jhi                                   on 2001/07/05  04:17:18
31261         Log: Module updates for the delta.
31262      Branch: perl
31263            ! pod/perl572delta.pod
31264 ____________________________________________________________________________
31265 [ 11158] By: jhi                                   on 2001/07/05  03:45:19
31266         Log: Subject: [PATCH ext/IO/lib/IO/t/io_sock.t] for QNX
31267              From: Norton Allen <allen@huarp.harvard.edu>
31268              Message-Id: <200107050259.WAA06843@bottesini.harvard.edu>
31269              Date: Wed, 4 Jul 2001 22:59:00 -0400 (edt)
31270      Branch: perl
31271            ! ext/IO/lib/IO/t/io_sock.t
31272 ____________________________________________________________________________
31273 [ 11157] By: jhi                                   on 2001/07/05  03:44:19
31274         Log: Subject: [PATCH perldiag.pod] Quick fixes
31275              From: Simon Cozens <simon@netthink.co.uk>
31276              Date: Wed, 4 Jul 2001 20:22:12 +0100
31277              Message-ID: <20010704202212.A3690@deep-dark-truthful-mirror>
31278      Branch: perl
31279            ! pod/perldiag.pod
31280 ____________________________________________________________________________
31281 [ 11156] By: jhi                                   on 2001/07/05  03:43:28
31282         Log: (retracted by #13533)
31283              
31284              Subject: [PATCH perl@11099]Re: [ID 20010704.003] Taint mode breaks global match
31285              From: Radu Greab <radu@netsoft.ro>
31286              Date: Wed, 4 Jul 2001 22:13:31 +0300
31287              Message-ID: <15171.27355.895094.128142@ix.netsoft.ro>
31288      Branch: perl
31289            ! op.c sv.c t/op/pos.t
31290 ____________________________________________________________________________
31291 [ 11155] By: jhi                                   on 2001/07/05  03:40:24
31292         Log: Subject: [PATCH] -I and MakeMaker again
31293              From: Michael G Schwern <schwern@pobox.com>
31294              Date: Wed, 4 Jul 2001 15:03:07 -0400
31295              Message-ID: <20010704150307.I20340@blackrider>
31296              
31297              (and retract #11145)
31298      Branch: perl
31299            ! ext/util/make_ext lib/ExtUtils/MM_Unix.pm
31300            ! lib/ExtUtils/MakeMaker.pm
31301 ____________________________________________________________________________
31302 [ 11154] By: jhi                                   on 2001/07/05  03:32:43
31303         Log: Subject: Re: PERFORCE change 11142 for review
31304              From: "Philip Newton" <Philip.Newton@gmx.net>
31305              Date: Wed, 4 Jul 2001 20:46:26 +0200
31306              Message-Id: <200107041841.VAA25380@taas.iki.fi>
31307      Branch: perl
31308            ! lib/ExtUtils/MakeMaker.pm
31309 ____________________________________________________________________________
31310 [ 11153] By: jhi                                   on 2001/07/05  03:29:21
31311         Log: Subject: Re: [PATCH 2 pl2pm.PL] (was Re: [PATCH pl2pm.PL] Make pl2pm be nice with 'strict' and 'warnings')
31312              From: Jonathan Stowe <gellyfish@gellyfish.com>
31313              Date: Mon, 2 Jul 2001 20:45:53 +0100 (BST)
31314              Message-ID: <Pine.LNX.4.33.0107022042570.8640-100000@orpheus.gellyfish.com>
31315      Branch: perl
31316            ! utils/pl2pm.PL
31317 ____________________________________________________________________________
31318 [ 11152] By: gsar                                  on 2001/07/05  00:52:57
31319         Log: fix the binary compatibility issue when building with/without
31320              usemymalloc by exporting Perl_malloc() et al as simple wrappers
31321              around the system functions (this allows most extensions built
31322              using one mode to coexist with perls built in the other mode)
31323              
31324              XXX the Perl_mfree() wrapper might need to do return(free()) on
31325              platforms where Free_t isn't "void"
31326      Branch: perl
31327            ! embed.h embed.pl makedef.pl proto.h util.c
31328 ____________________________________________________________________________
31329 [ 11151] By: gsar                                  on 2001/07/05  00:42:49
31330         Log: perl built with USE_ITHREADS can deadlock during fork() or backticks
31331              since it doesn't ensure threads other than the one calling fork()
31332              aren't holding any locks; the fix is to use pthread_atfork() to
31333              hold global locks
31334              
31335              building perl with -Dusemymalloc exacerbates the problem since
31336              Perl_malloc() holds a mutex, and perl's exec() calls New()
31337              
31338              XXX the code in win32thread.h may be needed on platforms that have
31339              no pthread_atfork()
31340      Branch: perl
31341            ! perl.c thread.h win32/win32thread.h
31342 ____________________________________________________________________________
31343 [ 11150] By: pudge                                 on 2001/07/04  20:07:54
31344         Log: Integrate #11009 from maintperl.
31345      Branch: maint-5.6/macperl
31346           !> lib/ExtUtils/Manifest.pm
31347 ____________________________________________________________________________
31348 [ 11149] By: pudge                                 on 2001/07/04  19:54:46
31349         Log: Flexing my Perforce muscles.
31350      Branch: maint-5.6/macperl
31351            ! README.macos
31352 ____________________________________________________________________________
31353 [ 11148] By: jhi                                   on 2001/07/04  17:14:51
31354         Log: Update Changes.
31355      Branch: perl
31356            ! Changes patchlevel.h
31357 ____________________________________________________________________________
31358 [ 11147] By: jhi                                   on 2001/07/04  16:41:25
31359         Log: Metaconfig unit change for #11146.
31360      Branch: metaconfig/U/perl
31361            ! d_fcntl_can_lock.U
31362 ____________________________________________________________________________
31363 [ 11146] By: jhi                                   on 2001/07/04  16:36:31
31364         Log: Somehow the #ifdefs of the added code (in #11093) made
31365              HP-UX to fail the fcntl locking test, without the ifdefs
31366              the test seems to be working again.  Reason unknown:
31367              HP-UX cc doesn't complain either way.
31368      Branch: perl
31369            ! Configure
31370 ____________________________________________________________________________
31371 [ 11145] By: jhi                                   on 2001/07/04  16:08:00
31372         Log: (Retracted by #11155) PERLRUNINST needed in some spots.
31373      Branch: perl
31374            ! lib/ExtUtils/MM_Unix.pm
31375 ____________________________________________________________________________
31376 [ 11144] By: jhi                                   on 2001/07/04  16:07:35
31377         Log: gcc -Wall nit.
31378      Branch: perl
31379            ! pp_hot.c
31380 ____________________________________________________________________________
31381 [ 11143] By: jhi                                   on 2001/07/04  15:08:26
31382         Log: When removing tests updating the test count is a good idea, too.
31383      Branch: perl
31384            ! lib/Net/t/require.t
31385 ____________________________________________________________________________
31386 [ 11142] By: jhi                                   on 2001/07/04  14:57:51
31387         Log: Document #11134 and add the new symbols to the list of
31388              of MakeMaker known ones.
31389      Branch: perl
31390            ! lib/ExtUtils/MakeMaker.pm
31391 ____________________________________________________________________________
31392 [ 11141] By: jhi                                   on 2001/07/04  14:34:11
31393         Log: Microperl update.
31394      Branch: perl
31395            ! uconfig.h
31396 ____________________________________________________________________________
31397 [ 11140] By: jhi                                   on 2001/07/04  14:32:27
31398         Log: Update the libnet tests as per #11138.
31399      Branch: perl
31400            - lib/Net/t/ph.t
31401            ! MANIFEST lib/Net/t/require.t
31402 ____________________________________________________________________________
31403 [ 11139] By: jhi                                   on 2001/07/04  14:14:33
31404         Log: Regen toc and modlib.
31405      Branch: perl
31406            ! pod/perlmodlib.pod pod/perltoc.pod
31407 ____________________________________________________________________________
31408 [ 11138] By: jhi                                   on 2001/07/04  14:10:38
31409         Log: Remove DummyInetd, PH, and SNPP from the libnet, as per
31410              Graham's request.
31411      Branch: perl
31412            - lib/Net/DummyInetd.pm lib/Net/PH.pm lib/Net/SNPP.pm
31413            ! MANIFEST
31414 ____________________________________________________________________________
31415 [ 11137] By: jhi                                   on 2001/07/04  14:06:35
31416         Log: Add the OS/390 harness results to the delta.
31417      Branch: perl
31418            ! pod/perl572delta.pod
31419 ____________________________________________________________________________
31420 [ 11136] By: jhi                                   on 2001/07/04  13:59:01
31421         Log: Avoid the two study tests in OS/390 until the bug has been solved.
31422      Branch: perl
31423            ! t/op/study.t
31424 ____________________________________________________________________________
31425 [ 11135] By: jhi                                   on 2001/07/04  13:49:08
31426         Log: DOS/DJGPP tweaks from Laszlo Molnar.
31427      Branch: perl
31428            ! AUTHORS djgpp/djgppsed.sh hints/dos_djgpp.sh t/op/write.t
31429 ____________________________________________________________________________
31430 [ 11134] By: jhi                                   on 2001/07/04  13:47:46
31431         Log: Subject: [PATCH lib/ExtUtils/MM_Unix.pm and others] Fixing extra -I's with PERL_CORE
31432              From: Michael G Schwern <schwern@pobox.com>
31433              Date: Wed, 4 Jul 2001 00:01:16 -0400
31434              Message-ID: <20010704000116.C591@blackrider>
31435      Branch: perl
31436            ! ext/util/make_ext lib/ExtUtils.t lib/ExtUtils/MM_Unix.pm
31437 ____________________________________________________________________________
31438 [ 11133] By: jhi                                   on 2001/07/04  01:55:20
31439         Log: The #11132 missed singleton characters (not part
31440              of a unilo..unihi range) in Unicode scripts.
31441      Branch: perl
31442            ! lib/unicode/In/0.pl lib/unicode/In/1.pl lib/unicode/In/10.pl
31443            ! lib/unicode/In/11.pl lib/unicode/In/12.pl lib/unicode/In/13.pl
31444            ! lib/unicode/In/15.pl lib/unicode/In/16.pl lib/unicode/In/17.pl
31445            ! lib/unicode/In/18.pl lib/unicode/In/19.pl lib/unicode/In/20.pl
31446            ! lib/unicode/In/21.pl lib/unicode/In/24.pl lib/unicode/In/29.pl
31447            ! lib/unicode/In/3.pl lib/unicode/In/30.pl lib/unicode/In/34.pl
31448            ! lib/unicode/In/35.pl lib/unicode/In/37.pl lib/unicode/In/39.pl
31449            ! lib/unicode/In/4.pl lib/unicode/In/5.pl lib/unicode/In/6.pl
31450            ! lib/unicode/In/8.pl lib/unicode/In/9.pl lib/unicode/Scripts.pl
31451            ! lib/unicode/mktables.PL t/op/pat.t
31452 ____________________________________________________________________________
31453 [ 11132] By: jhi                                   on 2001/07/04  01:32:11
31454         Log: Support preferentially the Unicode 'scripts' definition
31455              in the \p{In...} notation since according to Unicode the
31456              scripts concept is more natural for matching than using
31457              the somewhat artificial block names.  The block names are
31458              still available, though, and if there's a name conflict,
31459              the scripts one wins and the blocks one has to do with
31460              'Block' appended to its name.  For more information see
31461              
31462              http://www.unicode.org/unicode/reports/tr24/
31463      Branch: perl
31464            + lib/unicode/In/100.pl lib/unicode/In/101.pl
31465            + lib/unicode/In/102.pl lib/unicode/In/103.pl
31466            + lib/unicode/In/104.pl lib/unicode/In/105.pl
31467            + lib/unicode/In/106.pl lib/unicode/In/107.pl
31468            + lib/unicode/In/108.pl lib/unicode/In/109.pl
31469            + lib/unicode/In/110.pl lib/unicode/In/111.pl
31470            + lib/unicode/In/112.pl lib/unicode/In/113.pl
31471            + lib/unicode/In/114.pl lib/unicode/In/115.pl
31472            + lib/unicode/In/116.pl lib/unicode/In/117.pl
31473            + lib/unicode/In/118.pl lib/unicode/In/119.pl
31474            + lib/unicode/In/120.pl lib/unicode/In/121.pl
31475            + lib/unicode/In/122.pl lib/unicode/In/123.pl
31476            + lib/unicode/In/124.pl lib/unicode/In/125.pl
31477            + lib/unicode/In/126.pl lib/unicode/In/127.pl
31478            + lib/unicode/In/128.pl lib/unicode/In/129.pl
31479            + lib/unicode/In/130.pl lib/unicode/In/131.pl
31480            + lib/unicode/In/132.pl lib/unicode/In/133.pl
31481            + lib/unicode/In/134.pl lib/unicode/In/135.pl
31482            + lib/unicode/In/96.pl lib/unicode/In/97.pl lib/unicode/In/98.pl
31483            + lib/unicode/In/99.pl lib/unicode/Scripts.pl
31484            ! (edit 106 files)
31485 ____________________________________________________________________________
31486 [ 11131] By: jhi                                   on 2001/07/03  23:02:02
31487         Log: Better document the difference between a block and a script.
31488      Branch: perl
31489            ! lib/Unicode/UCD.pm
31490 ____________________________________________________________________________
31491 [ 11130] By: jhi                                   on 2001/07/03  22:49:15
31492         Log: Subject: [ perl 5.6.1 ] CPAN.pm doc patch
31493              From: Elaine -HFB- Ashton <elaine@chaos.wustl.edu>
31494              Date: Tue, 3 Jul 2001 15:04:23 -0500
31495              Message-ID: <20010703150423.C9787@chaos.wustl.edu>
31496      Branch: perl
31497            ! lib/CPAN.pm
31498 ____________________________________________________________________________
31499 [ 11129] By: jhi                                   on 2001/07/03  22:45:41
31500         Log: Add tests for charscript().
31501      Branch: perl
31502            ! lib/Unicode/UCD.pm lib/Unicode/UCD.t
31503 ____________________________________________________________________________
31504 [ 11128] By: jhi                                   on 2001/07/03  20:41:54
31505         Log: Add charscript() to get the UTR#24 script names of characters.
31506      Branch: perl
31507            ! lib/Unicode/UCD.pm
31508 ____________________________________________________________________________
31509 [ 11127] By: jhi                                   on 2001/07/03  19:53:29
31510         Log: Todo updates.
31511      Branch: perl
31512            ! pod/perltodo.pod
31513 ____________________________________________________________________________
31514 [ 11126] By: jhi                                   on 2001/07/03  19:45:30
31515         Log: Unicode::UCD updates.
31516      Branch: perl
31517            ! lib/Unicode/UCD.pm
31518 ____________________________________________________________________________
31519 [ 11125] By: jhi                                   on 2001/07/03  16:12:20
31520         Log: (Retracted by #11174)
31521              Subject: MakeMaker should pass through DEFINE and INC to subdirs
31522              From: Alan Burlison <Alan.Burlison@sun.com>
31523              Date: Tue, 03 Jul 2001 15:20:13 +0100
31524              Message-ID: <3B41D49D.A923D4F9@sun.com>
31525      Branch: perl
31526            ! lib/ExtUtils/MM_Unix.pm
31527 ____________________________________________________________________________
31528 [ 11124] By: jhi                                   on 2001/07/03  16:06:53
31529         Log: Subject: Patch needed for UTS
31530              From: hom00@utsglobal.com (Hal Morris)
31531              Date: Tue, 3 Jul 2001 09:38:22 -0700 (PDT)
31532              Message-Id: <200107031638.JAA11998@cepheus.utsglobal.com>
31533              
31534              Replace #11113 with a better version.
31535      Branch: perl
31536            ! perl.h
31537 ____________________________________________________________________________
31538 [ 11123] By: jhi                                   on 2001/07/03  16:04:49
31539         Log: Subject: Re: POINTERRIGOR
31540              From: Andy Dougherty <doughera@lafayette.edu>
31541              Date: Tue, 3 Jul 2001 11:49:28 -0400 (EDT)
31542              Message-ID: <Pine.SOL.4.10.10107031040030.1982-100000@maxwell.phys.lafayette.edu>
31543      Branch: perl
31544            ! util.c
31545 ____________________________________________________________________________
31546 [ 11122] By: jhi                                   on 2001/07/03  16:03:31
31547         Log: Subject: Re: [PATCH @11016] Fixes compile errors in four files
31548              From: "Philip Newton" <pnewton@gmx.de>
31549              Date: Tue, 3 Jul 2001 17:03:34 +0200
31550              Message-ID: <3B41FAE6.29564.660E117@localhost>
31551      Branch: perl
31552            ! pp_hot.c
31553 ____________________________________________________________________________
31554 [ 11121] By: jhi                                   on 2001/07/03  13:26:08
31555         Log: Typos.
31556      Branch: perl
31557            ! INSTALL
31558 ____________________________________________________________________________
31559 [ 11120] By: jhi                                   on 2001/07/03  11:34:47
31560         Log: Subject: [PATCH 5.6.1] debugger fixes
31561              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
31562              Date: Tue, 3 Jul 2001 03:38:18 -0400
31563              Message-ID: <20010703033818.A16788@math.ohio-state.edu>
31564              
31565              The $^S is working again.
31566      Branch: perl
31567            ! lib/perl5db.pl
31568 ____________________________________________________________________________
31569 [ 11119] By: jhi                                   on 2001/07/03  11:33:27
31570         Log: Subject: Re: [PATCH 5.6.1] OS/2 improvements
31571              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
31572              Date: Tue, 3 Jul 2001 03:34:06 -0400
31573              Message-ID: <20010703033406.A16776@math.ohio-state.edu>
31574      Branch: perl
31575            ! os2/OS2/Process/Process.pm
31576 ____________________________________________________________________________
31577 [ 11118] By: jhi                                   on 2001/07/03  11:29:54
31578         Log: Subject: [PATCH bleadperl] Bad lishp in change 11084
31579              From: "Philip Newton" <Philip.Newton@gmx.net>
31580              Date: Tue, 3 Jul 2001 09:11:27 +0200
31581              Message-Id: <200107030706.KAA04596@taas.iki.fi>
31582      Branch: perl
31583            ! lib/FindBin.pm
31584 ____________________________________________________________________________
31585 [ 11117] By: jhi                                   on 2001/07/03  11:25:14
31586         Log: Delta delta.
31587      Branch: perl
31588            ! pod/perl572delta.pod
31589 ____________________________________________________________________________
31590 [ 11116] By: jhi                                   on 2001/07/02  23:06:50
31591         Log: Metaconfig unit change for 11115.
31592      Branch: metaconfig
31593            ! U/modified/libc.U
31594 ____________________________________________________________________________
31595 [ 11115] By: jhi                                   on 2001/07/02  23:06:27
31596         Log: Whitespace allowed at the ends of /lib/syscalls.exp lines
31597              (from Richard Hatch) (this was the cause of pipes() and
31598              times() mysteriously not being found)
31599      Branch: perl
31600            ! Configure
31601 ____________________________________________________________________________
31602 [ 11114] By: jhi                                   on 2001/07/02  22:58:41
31603         Log: Retract #10142, the real culprit found by Richard Hatch,
31604              coming soon to Configure near you.
31605      Branch: perl
31606            ! hints/aix.sh
31607 ____________________________________________________________________________
31608 [ 11113] By: jhi                                   on 2001/07/02  22:56:09
31609         Log: (Replaced by #11124) UTS workaround from Hal Morris.
31610      Branch: perl
31611            ! perl.h
31612 ____________________________________________________________________________
31613 [ 11112] By: jhi                                   on 2001/07/02  22:53:29
31614         Log: Subject: [PATCH] grok not grocking correctly
31615              From: Nicholas Clark <nick@ccl4.org>
31616              Date: Tue, 3 Jul 2001 00:19:08 +0100
31617              Message-ID: <20010703001908.H59620@plum.flirble.org>
31618      Branch: perl
31619            ! numeric.c
31620 ____________________________________________________________________________
31621 [ 11111] By: jhi                                   on 2001/07/02  22:48:42
31622         Log: Subject: [PATCH Deparse.t] test just-posted patches
31623              From: Robin Houston <robin@kitsite.com>
31624              Date: Mon, 2 Jul 2001 23:46:15 +0100
31625              Message-Id: <E15HCUN-0000Rh-00.2001-07-02-23-48-19@mail18.svr.pol.co.uk>
31626      Branch: perl
31627            ! ext/B/Deparse.t
31628 ____________________________________________________________________________
31629 [ 11110] By: jhi                                   on 2001/07/02  22:27:10
31630         Log: Subject: [PATCH toke.c] autosplit into @F
31631              From: Robin Houston <robin@kitsite.com>
31632              Date: Mon, 2 Jul 2001 23:18:20 +0100
31633              Message-Id: <E15HC3M-0007jL-00.2001-07-02-23-20-24@mail18.svr.pol.co.uk>
31634      Branch: perl
31635            ! perl.c toke.c
31636 ____________________________________________________________________________
31637 [ 11109] By: jhi                                   on 2001/07/02  22:25:03
31638         Log: Subject: [PATCH B::Deparse] hash key auto-quoting
31639              From: Robin Houston <robin@kitsite.com>
31640              Date: Mon, 2 Jul 2001 23:00:48 +0100
31641              Message-Id: <E15HBmR-0006mc-00.2001-07-02-23-02-55@mail18.svr.pol.co.uk>
31642      Branch: perl
31643            ! ext/B/B/Deparse.pm
31644 ____________________________________________________________________________
31645 [ 11108] By: jhi                                   on 2001/07/02  19:21:18
31646         Log: Subject: Re: [PATCH perlsnap] '-' !~ /\w/
31647              From: "Philip Newton" <Philip.Newton@gmx.net>
31648              Date: Mon, 2 Jul 2001 22:06:22 +0200
31649              (no Message-Id)
31650      Branch: perl
31651            ! ext/NDBM_File/hints/linux.pl
31652 ____________________________________________________________________________
31653 [ 11107] By: jhi                                   on 2001/07/02  19:19:25
31654         Log: Subject: Re: Fixed pack problem - sort of
31655              From: Nicholas Clark <nick@ccl4.org>
31656              Date: Mon, 2 Jul 2001 20:59:20 +0100
31657              Message-ID: <20010702205919.F59620@plum.flirble.org>
31658      Branch: perl
31659            ! pp_pack.c t/op/pack.t
31660 ____________________________________________________________________________
31661 [ 11106] By: jhi                                   on 2001/07/02  19:18:28
31662         Log: Subject: Re: [PATCH 5.6.1] OS/2 cwd
31663              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
31664              Date: Mon, 2 Jul 2001 15:45:41 -0400
31665              Message-ID: <20010702154541.B24295@math.ohio-state.edu>
31666      Branch: perl
31667            ! os2/os2.c
31668 ____________________________________________________________________________
31669 [ 11105] By: jhi                                   on 2001/07/02  19:17:27
31670         Log: (Mistaken retraction)
31671      Branch: perl
31672            ! utils/pl2pm.PL
31673 ____________________________________________________________________________
31674 [ 11104] By: jhi                                   on 2001/07/02  18:56:15
31675         Log: Detypo in #11103.
31676      Branch: perl
31677            ! utils/pl2pm.PL
31678 ____________________________________________________________________________
31679 [ 11103] By: jhi                                   on 2001/07/02  18:54:53
31680         Log: Subject: [PATCH 2 pl2pm.PL] (was Re: [PATCH pl2pm.PL] Make pl2pm be nice with 'strict' and 'warnings')
31681              From: Jonathan Stowe <gellyfish@gellyfish.com>
31682              Date: Mon, 2 Jul 2001 19:17:21 +0100 (BST)
31683              Message-ID: <Pine.LNX.4.33.0107021904530.7401-100000@orpheus.gellyfish.com>
31684      Branch: perl
31685            ! utils/pl2pm.PL
31686 ____________________________________________________________________________
31687 [ 11102] By: jhi                                   on 2001/07/02  18:16:09
31688         Log: Subject: [PATCH perl@11059] UCD.pm: if at first you don't succeed, croak?
31689              From: "Craig A. Berry" <craigberry@mac.com>
31690              Date: Mon, 02 Jul 2001 14:11:23 -0500
31691              Message-Id: <5.1.0.14.0.20010702140058.01b6c9c0@exchi01>
31692      Branch: perl
31693            ! lib/Unicode/UCD.pm
31694 ____________________________________________________________________________
31695 [ 11101] By: jhi                                   on 2001/07/02  18:14:51
31696         Log: Subject: [PATCH] Re: op/numconvert.t failures
31697              From: Nicholas Clark <nick@ccl4.org>
31698              Date: Mon, 2 Jul 2001 20:10:48 +0100
31699              Message-ID: <20010702201048.E59620@plum.flirble.org>
31700      Branch: perl
31701            ! t/op/numconvert.t
31702 ____________________________________________________________________________
31703 [ 11100] By: jhi                                   on 2001/07/02  17:51:44
31704         Log: Update Changes.
31705      Branch: perl
31706            ! Changes patchlevel.h
31707 ____________________________________________________________________________
31708 [ 11099] By: jhi                                   on 2001/07/02  17:46:31
31709         Log: Retract #11055, didn't help much (2736 bytes vs 2725 bytes leaked).
31710              The real fix must be more involved.  The line of code all the leaky
31711              call stacks seem to go through is op.c:2949, the PmopSTASH_set()
31712              line of Perl_newPMOP().
31713      Branch: perl
31714            ! op.h
31715 ____________________________________________________________________________
31716 [ 11098] By: jhi                                   on 2001/07/02  17:37:44
31717         Log: Based on
31718              
31719              Subject: Re: sizeof(struct sembuf)
31720              From: Nicholas Clark <nick@ccl4.org>
31721              Date: Sun, 1 Jul 2001 22:26:48 +0100
31722              Message-ID: <20010701222648.W59620@plum.flirble.org>
31723              
31724              but do semop() always the slow way.
31725      Branch: perl
31726            ! doio.c
31727 ____________________________________________________________________________
31728 [ 11097] By: jhi                                   on 2001/07/02  17:22:14
31729         Log: Subject: [PATCH] Encode/Tcl.t, for esc-seq encodings
31730              From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
31731              Date: Tue, 03 Jul 2001 00:56:30 +0900
31732              Message-Id: <20010703005600.2225.BQW10602@nifty.com>
31733      Branch: perl
31734            ! ext/Encode/Encode/Tcl.t
31735 ____________________________________________________________________________
31736 [ 11096] By: jhi                                   on 2001/07/02  17:11:24
31737         Log: Subject: [PATCH] Encode/Tcl.pm, continuous sequences
31738              From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
31739              Date: Tue, 03 Jul 2001 00:55:46 +0900
31740              Message-Id: <20010703005516.2222.BQW10602@nifty.com>
31741      Branch: perl
31742            ! ext/Encode/Encode/Tcl.pm
31743 ____________________________________________________________________________
31744 [ 11095] By: jhi                                   on 2001/07/02  17:07:14
31745         Log: Regen api and toc.
31746      Branch: perl
31747            ! pod/perlapi.pod pod/perltoc.pod
31748 ____________________________________________________________________________
31749 [ 11094] By: jhi                                   on 2001/07/02  16:29:42
31750         Log: Metaconfig unit change for #11093.
31751      Branch: metaconfig/U/perl
31752            ! d_fcntl_can_lock.U
31753 ____________________________________________________________________________
31754 [ 11093] By: jhi                                   on 2001/07/02  16:28:56
31755         Log: The fcntl locking test may hang if NFS locking messed up;
31756              break out with alarm(10).
31757      Branch: perl
31758            ! Configure
31759 ____________________________________________________________________________
31760 [ 11092] By: jhi                                   on 2001/07/02  14:11:31
31761         Log: Move the mdelete.bat from win32/bin to win32.
31762      Branch: perl
31763            ! MANIFEST
31764 ____________________________________________________________________________
31765 [ 11091] By: jhi                                   on 2001/07/02  14:10:01
31766         Log: Typo in #11083.
31767      Branch: perl
31768            ! ext/Time/Piece/Piece.t
31769 ____________________________________________________________________________
31770 [ 11090] By: jhi                                   on 2001/07/02  13:36:58
31771         Log: Netware tweaks from Guruprasad.
31772      Branch: perl
31773            - NetWare/perlsdio.h
31774            ! MANIFEST NetWare/Makefile NetWare/interface.c
31775            ! NetWare/interface.h NetWare/iperlhost.h NetWare/nwtinfo.h
31776            ! perlsdio.h
31777 ____________________________________________________________________________
31778 [ 11089] By: jhi                                   on 2001/07/02  13:25:40
31779         Log: Subject: Re: [PATH] shared -> unique;
31780              From: Abhijit Menon-Sen <ams@wiw.org>
31781              Date: Wed, 27 Jun 2001 03:51:27 +0530
31782              Message-ID: <20010627035127.A17623@lustre.lustre.dyn.wiw.org>
31783      Branch: perl
31784            ! dump.c gv.c gv.h op.c pp_sys.c sv.c toke.c xsutils.c
31785 ____________________________________________________________________________
31786 [ 11088] By: jhi                                   on 2001/07/02  13:24:27
31787         Log: Subject: Re: AIX / gcc-3.0
31788              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
31789              Date: Mon, 02 Jul 2001 15:20:21 +0200
31790              Message-Id: <20010702151904.49BB.H.M.BRAND@hccnet.nl>
31791      Branch: perl
31792            ! hints/aix.sh
31793 ____________________________________________________________________________
31794 [ 11087] By: jhi                                   on 2001/07/02  13:23:21
31795         Log: Subject: Re: Bug report: split splits on wrong pattern
31796              From: Abhijit Menon-Sen <ams@wiw.org>
31797              Message-ID: <20010702163133.A23186@lustre.dyn.wiw.org>
31798              Date: Mon, 2 Jul 2001 16:31:33 +0530
31799      Branch: perl
31800            ! pp_ctl.c
31801 ____________________________________________________________________________
31802 [ 11086] By: jhi                                   on 2001/07/02  13:22:30
31803         Log: Subject: [PATCH 5.6.1] test harness
31804              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
31805              Date: Mon, 2 Jul 2001 06:29:21 -0400
31806              Message-ID: <20010702062921.A1810@math.ohio-state.edu>
31807      Branch: perl
31808            ! lib/Test/Harness.pm
31809 ____________________________________________________________________________
31810 [ 11085] By: jhi                                   on 2001/07/02  13:21:39
31811         Log: Subject: [PATCH 5.6.1] debugger goof
31812              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
31813              Date: Mon, 2 Jul 2001 06:27:22 -0400
31814              Message-ID: <20010702062722.A1746@math.ohio-state.edu>
31815      Branch: perl
31816            ! lib/perl5db.pl
31817 ____________________________________________________________________________
31818 [ 11084] By: jhi                                   on 2001/07/02  13:20:50
31819         Log: Subject: [PATCH 5.6.1] OS/2 cwd
31820              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
31821              Date: Mon, 2 Jul 2001 06:21:17 -0400
31822              Message-ID: <20010702062117.A1401@math.ohio-state.edu>
31823      Branch: perl
31824            ! lib/Cwd.pm lib/File/Find/taint.t lib/FindBin.pm os2/os2.c
31825 ____________________________________________________________________________
31826 [ 11083] By: jhi                                   on 2001/07/02  13:19:18
31827         Log: Make #11082 more OS/2-specific.
31828      Branch: perl
31829            ! ext/Time/Piece/Piece.t
31830 ____________________________________________________________________________
31831 [ 11082] By: jhi                                   on 2001/07/02  13:14:36
31832         Log: Subject: [PATCH 5.6.1] OS/2 gmtime()
31833              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
31834              Date: Mon, 2 Jul 2001 06:06:34 -0400
31835              Message-ID: <20010702060634.A1356@math.ohio-state.edu>
31836      Branch: perl
31837            ! ext/Time/Piece/Piece.t
31838 ____________________________________________________________________________
31839 [ 11081] By: jhi                                   on 2001/07/02  13:13:08
31840         Log: Subject: [PATCH B::Deparse] version number & changes
31841              From: Robin Houston <robin@kitsite.com>  
31842              Date: Sun, 1 Jul 2001 17:17:29 +0100
31843              Message-ID: <20010701171729.A30678@puffinry.freeserve.co.uk>
31844      Branch: perl
31845            ! ext/B/B/Deparse.pm
31846 ____________________________________________________________________________
31847 [ 11080] By: jhi                                   on 2001/07/02  13:11:48
31848         Log: Subject: a small fix.
31849              From: "Konovalov, Vadim Vladimirovich (Vadim)" <vkonovalov@lucent.com>
31850              Date: Mon, 2 Jul 2001 12:17:53 +0200
31851              Message-ID: <E3FB32585BF1D411B9E900805FF51A08074B35@RU0022EXCH001U>
31852      Branch: perl
31853            ! ext/Thread/Thread.xs
31854 ____________________________________________________________________________
31855 [ 11079] By: jhi                                   on 2001/07/02  13:10:39
31856         Log: Subject: RE: perl@10907
31857              From: "Konovalov, Vadim Vladimirovich (Vadim)" <vkonovalov@lucent.com>
31858              Date: Mon, 2 Jul 2001 12:06:16 +0200
31859              Message-ID: <E3FB32585BF1D411B9E900805FF51A08074B2C@RU0022EXCH001U>
31860              
31861              Borland C vs PerlIO.
31862      Branch: perl
31863            ! win32/config.bc win32/config_H.bc
31864 ____________________________________________________________________________
31865 [ 11078] By: jhi                                   on 2001/07/02  13:03:44
31866         Log: Subject: [PATCH] Report /pro/3gl/CPAN/perl-5.7.1
31867              From: "H.M. Brand" <merijn@l1.procura.nl>
31868              Date: Mon, 02 Jul 2001 11:18:57 +0200
31869              Message-Id: <20010702100811.4999.MERIJN@l1.procura.nl>
31870      Branch: perl
31871            ! t/op/write.t
31872 ____________________________________________________________________________
31873 [ 11077] By: jhi                                   on 2001/07/02  12:58:27
31874         Log: Subject: [PATCH] Deleting ext/util/mkbootstrap
31875              From: Michael G Schwern <schwern@pobox.com>
31876              Date: Mon, 2 Jul 2001 00:26:24 -0400
31877              Message-ID: <20010702002624.A18302@blackrider>
31878      Branch: perl
31879            - ext/util/mkbootstrap
31880 ____________________________________________________________________________
31881 [ 11076] By: jhi                                   on 2001/07/02  12:56:20
31882         Log: Subject: [PATCH op.h] v minor comment tweak
31883              From: Robin Houston <robin@puffinry.freeserve.co.uk>
31884              Date: Mon, 2 Jul 2001 00:42:01 +0100
31885              Message-Id: <E15GqxK-0006WZ-00.2001-07-02-00-48-46@mail18.svr.pol.co.uk>
31886      Branch: perl
31887            ! op.h
31888 ____________________________________________________________________________
31889 [ 11075] By: jhi                                   on 2001/07/02  12:53:48
31890         Log: SysV IPC semops use native shorts, not forced-to-16-bit-shorts.
31891      Branch: perl
31892            ! pod/perlfunc.pod
31893 ____________________________________________________________________________
31894 [ 11074] By: jhi                                   on 2001/07/02  12:52:28
31895         Log: Subject: Re: sizeof(struct sembuf)
31896              From: Nicholas Clark <nick@ccl4.org>
31897              Date: Sun, 1 Jul 2001 19:23:16 +0100
31898              Message-ID: <20010701192316.V59620@plum.flirble.org>
31899              
31900              s/signaling/signalling/
31901      Branch: perl
31902            ! pod/perlfunc.pod
31903 ____________________________________________________________________________
31904 [ 11073] By: jhi                                   on 2001/07/02  12:49:51
31905         Log: Subject: [PATCH perlsnap] Suggestion for mnemonic for $^N
31906              From: "Philip Newton" <Philip.Newton@gmx.net>
31907              Date: Sun, 1 Jul 2001 09:37:56 +0200
31908              Message-Id: <200107010733.KAA03920@taas.iki.fi>
31909      Branch: perl
31910            ! pod/perlvar.pod
31911 ____________________________________________________________________________
31912 [ 11072] By: jhi                                   on 2001/07/02  12:48:03
31913         Log: Subject: [PATCH perlsnap] /^qnx|nto$/ --> /^(?:qnx|nto)$/
31914              From: "Philip Newton" <Philip.Newton@gmx.net>
31915              Date: Sun, 1 Jul 2001 09:37:56 +0200
31916              Message-Id: <200107010733.KAA03925@taas.iki.fi>
31917      Branch: perl
31918            ! lib/ExtUtils/MM_Unix.pm lib/File/Spec/Unix.pm
31919 ____________________________________________________________________________
31920 [ 11071] By: jhi                                   on 2001/07/02  12:45:12
31921         Log: Metaconfig unit change for #11070.
31922      Branch: metaconfig
31923            ! U/compline/randfunc.U
31924 ____________________________________________________________________________
31925 [ 11070] By: jhi                                   on 2001/07/02  12:43:58
31926         Log: Subject: [PATCH perlsnap] its --> it's --> its
31927              From: "Philip Newton" <Philip.Newton@gmx.net>
31928              Date: Sun, 1 Jul 2001 09:37:56 +0200
31929              Message-Id: <200107010733.KAA03914@taas.iki.fi>
31930      Branch: perl
31931            ! Porting/config_H
31932 ____________________________________________________________________________
31933 [ 11069] By: jhi                                   on 2001/07/02  12:01:52
31934         Log: Sync with Sarathy; integrate with perlio.
31935      Branch: perl
31936           !> gv.c
31937 ____________________________________________________________________________
31938 [ 11068] By: gsar                                  on 2001/07/02  08:07:54
31939         Log: regenerate win32/config_H.?c files
31940      Branch: perl
31941            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
31942 ____________________________________________________________________________
31943 [ 11067] By: gsar                                  on 2001/07/02  08:03:55
31944         Log: rename s/sv_getcwd/getcwd_sv/ for better conformance to existing
31945              naming discipline
31946              
31947              win32 fix: enable getcwd_sv() to work on windows (POSIX.t was failing
31948              because of this)
31949              
31950              fix a warning about "fd" being used without being set in Cwd.xs
31951      Branch: perl
31952            ! embed.h embed.pl ext/Cwd/Cwd.xs ext/POSIX/POSIX.t
31953            ! ext/POSIX/POSIX.xs global.sym objXSUB.h perlapi.c
31954            ! pod/perlapi.pod proto.h util.c win32/config.bc win32/config.gc
31955            ! win32/config.vc
31956 ____________________________________________________________________________
31957 [ 11066] By: gsar                                  on 2001/07/02  07:12:10
31958         Log: win32 fixes: fix various syntax errors ("no preprocessor directives
31959              within macro arguments") and warnings ("unary minus applied to
31960              unsigned type", among others)
31961      Branch: perl
31962            ! gv.c hv.c op.c pp.c sv.c toke.c
31963 ____________________________________________________________________________
31964 [ 11065] By: gsar                                  on 2001/07/02  06:26:22
31965         Log: win32 fixes: more spurious CRs
31966      Branch: perl
31967            ! win32/mdelete.bat
31968 ____________________________________________________________________________
31969 [ 11064] By: gsar                                  on 2001/07/02  06:25:22
31970         Log: win32 tweaks: remove extra CRs from makefile.mk; move mdelete.bat
31971              from win32/bin (or it gets deleted by distclean); don't delete
31972              lib/Cwd.pm during distclean; mdelete.bat doesn't work properly on
31973              NT (should be made Win9x specific, and added to makefile.mk)
31974      Branch: perl
31975           +> win32/mdelete.bat
31976            - win32/bin/mdelete.bat
31977            ! win32/Makefile win32/makefile.mk
31978 ____________________________________________________________________________
31979 [ 11063] By: nick                                  on 2001/07/01  18:54:09
31980         Log: Quick for for #ifdef mess
31981      Branch: perlio
31982            ! gv.c
31983 ____________________________________________________________________________
31984 [ 11062] By: nick                                  on 2001/07/01  18:47:42
31985         Log: Raw integrate - does not build #if mess in gv.c
31986      Branch: perlio
31987           !> (integrate 29 files)
31988 ____________________________________________________________________________
31989 [ 11061] By: jhi                                   on 2001/07/01  15:20:38
31990         Log: Make 'compile' target a little less broken.
31991              Still very broken, though: -Wall warnings from
31992              the generated code, boot_Foo prototypes missing,
31993              can't autoload Fcntl::SEEK_CUR et alia, ...
31994      Branch: perl
31995            ! ext/B/B/C.pm pod/Makefile.SH t/TEST utils/Makefile
31996            ! utils/perlcc.PL x2p/Makefile.SH
31997 ____________________________________________________________________________
31998 [ 11060] By: jhi                                   on 2001/07/01  14:04:20
31999         Log: Upgrade to Storable 1.0.12, from Raphael Manfredi.
32000      Branch: perl
32001            ! ext/Storable/ChangeLog ext/Storable/Storable.pm
32002            ! ext/Storable/Storable.xs ext/Storable/t/freeze.t
32003 ____________________________________________________________________________
32004 [ 11059] By: jhi                                   on 2001/07/01  05:02:59
32005         Log: Update Changes.
32006      Branch: perl
32007            ! Changes patchlevel.h
32008 ____________________________________________________________________________
32009 [ 11058] By: jhi                                   on 2001/07/01  04:57:05
32010         Log: Still one typo, regen toc.
32011      Branch: perl
32012            ! lib/Unicode/UCD.pm pod/perltoc.pod
32013 ____________________________________________________________________________
32014 [ 11057] By: jhi                                   on 2001/07/01  04:54:35
32015         Log: Detypos and regen toc.
32016      Branch: perl
32017            ! README.os2 lib/Unicode/UCD.pm pod/perltoc.pod
32018 ____________________________________________________________________________
32019 [ 11056] By: jhi                                   on 2001/07/01  04:26:08
32020         Log: VERSION tweak.
32021      Branch: perl
32022            ! ext/List/Util/lib/List/Util.pm
32023 ____________________________________________________________________________
32024 [ 11055] By: jhi                                   on 2001/06/30  22:18:37
32025         Log: Attempt at plugging the leak under ithreads detected by Doug.
32026      Branch: perl
32027            ! op.h
32028 ____________________________________________________________________________
32029 [ 11054] By: jhi                                   on 2001/06/30  21:33:29
32030         Log: gcc -Wall lint after #11051.
32031      Branch: perl
32032            ! pp_sys.c
32033 ____________________________________________________________________________
32034 [ 11053] By: jhi                                   on 2001/06/30  21:13:55
32035         Log: Integrate perlio.
32036      Branch: perl
32037           !> lib/File/Find/taint.t
32038 ____________________________________________________________________________
32039 [ 11052] By: jhi                                   on 2001/06/30  21:07:38
32040         Log: Don't use the v-strings for module VERSIONs.
32041      Branch: perl
32042            ! lib/Unicode/UCD.pm
32043 ____________________________________________________________________________
32044 [ 11051] By: jhi                                   on 2001/06/30  20:59:57
32045         Log: Code cleanup based on turning off the -woffs in IRIX.
32046              Not all of the gripes cleaned up (hairy code in hv.c and
32047              regcomp.c; unused newsp, gimme, and optype from cop.h macros;
32048              unused 'key' arguments in ?DBM_File.xs) (and the -woffs left
32049              to the IRIX hints)
32050      Branch: perl
32051            ! ext/DB_File/DB_File.xs ext/Data/Dumper/Dumper.xs
32052            ! ext/IPC/SysV/SysV.xs ext/List/Util/Util.xs
32053            ! ext/PerlIO/Scalar/Scalar.xs gv.c mg.c op.c perlio.c pp_sys.c
32054            ! regcomp.c sv.c
32055 ____________________________________________________________________________
32056 [ 11050] By: nick                                  on 2001/06/30  20:46:46
32057         Log: Jeffrey Friedl's <jfriedl@yahoo.com> fix for lib/File/Find/taint.t
32058      Branch: perlio
32059            ! lib/File/Find/taint.t
32060 ____________________________________________________________________________
32061 [ 11049] By: nick                                  on 2001/06/30  18:13:33
32062         Log: Integrate mainline
32063      Branch: perlio
32064           +> NetWare/nwstdio.h NetWare/perlsdio.h
32065           +> ext/Encode/Encode/7bit-jis.enc ext/Encode/Encode/7bit-kana.enc
32066           +> ext/Encode/Encode/7bit-kr.enc lib/Unicode/UCD.pm
32067           +> lib/Unicode/UCD.t t/run/exit.t
32068           !> (integrate 60 files)
32069 ____________________________________________________________________________
32070 [ 11048] By: jhi                                   on 2001/06/30  16:23:39
32071         Log: Delta delta.
32072      Branch: perl
32073            ! pod/perl572delta.pod
32074 ____________________________________________________________________________
32075 [ 11047] By: jhi                                   on 2001/06/30  16:03:40
32076         Log: More VERSION tuning: to avoid unnecessary Perl upgrades
32077              by CPAN.pm, use rather _00.
32078      Branch: perl
32079            ! ext/Errno/Errno_pm.PL ext/IO/lib/IO/Dir.pm
32080            ! ext/IO/lib/IO/Handle.pm ext/IO/lib/IO/Seekable.pm
32081            ! ext/IO/lib/IO/Socket/UNIX.pm ext/IPC/SysV/Msg.pm
32082            ! ext/IPC/SysV/Semaphore.pm ext/IPC/SysV/SysV.pm
32083            ! ext/Time/HiRes/HiRes.pm lib/CGI/Pretty.pm lib/CPAN/Nox.pm
32084            ! lib/ExtUtils/Embed.pm lib/Test.pm
32085 ____________________________________________________________________________
32086 [ 11046] By: jhi                                   on 2001/06/30  15:53:22
32087         Log: Add a simple Unicode character database interface, Unicode::UCD.
32088      Branch: perl
32089            + lib/Unicode/UCD.pm lib/Unicode/UCD.t
32090            ! MANIFEST
32091 ____________________________________________________________________________
32092 [ 11045] By: jhi                                   on 2001/06/30  13:42:37
32093         Log: Subject: [PATCH] op/numconver.t
32094              From: Nicholas Clark <nick@ccl4.org>
32095              Date: Sat, 30 Jun 2001 15:40:10 +0100
32096              Message-ID: <20010630154010.I59620@plum.flirble.org>
32097      Branch: perl
32098            ! t/op/numconvert.t
32099 ____________________________________________________________________________
32100 [ 11044] By: jhi                                   on 2001/06/30  13:29:25
32101         Log: The $^N is now taken (by #11038).
32102      Branch: perl
32103            ! t/base/lex.t
32104 ____________________________________________________________________________
32105 [ 11043] By: jhi                                   on 2001/06/30  13:15:59
32106         Log: The #11040 had slipped to a wrong function...
32107      Branch: perl
32108            ! sv.c
32109 ____________________________________________________________________________
32110 [ 11042] By: jhi                                   on 2001/06/30  13:08:25
32111         Log: In 64-bit AIX 5L (oslevel 5.1.0.0, ccversion 5.0.2.0)
32112              the Configure library symbol probe mysteriously finds all
32113              symbols but those of pipe() and times().
32114      Branch: perl
32115            ! hints/aix.sh
32116 ____________________________________________________________________________
32117 [ 11041] By: jhi                                   on 2001/06/30  13:01:25
32118         Log: Subject: [PATCH] (was Re: not OK: perl@11006 on HP-UX B.11.00)
32119              From: Nicholas Clark <nick@ccl4.org>
32120              Date: Fri, 29 Jun 2001 23:49:07 +0100
32121              Message-ID: <20010629234907.D59620@plum.flirble.org>
32122      Branch: perl
32123            ! lib/ExtUtils.t
32124 ____________________________________________________________________________
32125 [ 11040] By: jhi                                   on 2001/06/30  13:00:24
32126         Log: Subject: [PATCH] weakref fix 2, not yet there
32127              From: Artur Bergman <artur@contiller.se>
32128              Date: Sat, 30 Jun 2001 01:18:16 +0200
32129              Message-ID: <B762D957.1CC9%artur@contiller.se>
32130      Branch: perl
32131            ! sv.c
32132 ____________________________________________________________________________
32133 [ 11039] By: jhi                                   on 2001/06/30  12:59:25
32134         Log: Subject: [PATCH t/run/exit.t] Another shot at testing exit codes.
32135              From: Michael G Schwern <schwern@pobox.com>
32136              Date: Fri, 29 Jun 2001 19:39:11 -0400
32137              Message-ID: <20010629193910.D25304@blackrider>
32138      Branch: perl
32139            + t/run/exit.t
32140            ! MANIFEST
32141 ____________________________________________________________________________
32142 [ 11038] By: jhi                                   on 2001/06/30  12:58:16
32143         Log: Add support for $^N, the most-recently closed group.
32144      Branch: perl
32145            ! embedvar.h gv.c mg.c perlapi.h pod/perlretut.pod
32146            ! pod/perltoc.pod pod/perlvar.pod regexec.c regexp.h t/op/pat.t
32147            ! thrdvar.h
32148 ____________________________________________________________________________
32149 [ 11037] By: jhi                                   on 2001/06/30  12:53:40
32150         Log: Subject: [ID 20010630.001] Editorial nits in README.solaris
32151              From: lvirden@cas.org
32152              Date: Sat, 30 Jun 2001 04:12:36 -0400 (EDT)
32153              Message-Id: <200106300812.f5U8CaG10447@lwv26awu.cas.org>
32154              
32155              Subject: [ID 20010630.002] Another editorial tweak to README.solaris
32156              From: lvirden@cas.org
32157              Date: Sat, 30 Jun 2001 04:17:55 -0400 (EDT)
32158              Message-Id: <200106300817.f5U8HtN10626@lwv26awu.cas.org>
32159      Branch: perl
32160            ! README.solaris
32161 ____________________________________________________________________________
32162 [ 11036] By: jhi                                   on 2001/06/30  12:51:45
32163         Log: Subject: [PATCH] Encode.pm to use escape-sequence encoding
32164              From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
32165              Date: Sat, 30 Jun 2001 07:33:37 +0900
32166              Message-Id: <20010630073226.7C79.BQW10602@nifty.com>
32167              
32168              Subject: Re: [PATCH] Encode.pm to use escape-sequence encoding
32169              From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
32170              Date: Sat, 30 Jun 2001 21:38:14 +0900
32171              Message-Id: <20010630213554.F67A.BQW10602@nifty.com>
32172      Branch: perl
32173            + ext/Encode/Encode/7bit-jis.enc ext/Encode/Encode/7bit-kana.enc
32174            + ext/Encode/Encode/7bit-kr.enc
32175            ! MANIFEST ext/Encode/Encode/Tcl.pm
32176 ____________________________________________________________________________
32177 [ 11035] By: jhi                                   on 2001/06/30  12:44:51
32178         Log: NetWare tweaks from Guruprasad.
32179      Branch: perl
32180            + NetWare/nwstdio.h NetWare/perlsdio.h
32181            ! MANIFEST NetWare/Makefile NetWare/config.wc
32182            ! NetWare/config_H.wc NetWare/nwperlsys.c NetWare/nwperlsys.h
32183            ! NetWare/t/Readme.txt
32184 ____________________________________________________________________________
32185 [ 11034] By: jhi                                   on 2001/06/29  23:28:16
32186         Log: More module $VERSION bump-ups.
32187      Branch: perl
32188            ! ext/Devel/Peek/Peek.pm lib/ExtUtils/Embed.pm
32189            ! lib/ExtUtils/Liblist.pm lib/ExtUtils/Manifest.pm
32190            ! lib/ExtUtils/Mksymlists.pm lib/IPC/Open3.pm
32191 ____________________________________________________________________________
32192 [ 11033] By: jhi                                   on 2001/06/29  21:25:23
32193         Log: Doc update due to #11032.
32194      Branch: perl
32195            ! pod/perl572delta.pod
32196 ____________________________________________________________________________
32197 [ 11032] By: jhi                                   on 2001/06/29  21:19:44
32198         Log: Subject: [PATCH: perl@11006] s/div/lib\$ediv/ in Time::HiRes for VAX
32199              From: Peter Prymmer <pvhp@forte.com>
32200              Date: Fri, 29 Jun 2001 14:02:16 -0700 (PDT)
32201              Message-ID: <Pine.OSF.4.10.10106291337520.65853-100000@aspara.forte.com>
32202      Branch: perl
32203            ! ext/Time/HiRes/HiRes.xs
32204 ____________________________________________________________________________
32205 [ 11031] By: jhi                                   on 2001/06/29  14:31:53
32206         Log: -lpthreads missing in AIX.
32207      Branch: perl
32208            ! hints/aix.sh
32209 ____________________________________________________________________________
32210 [ 11030] By: jhi                                   on 2001/06/29  14:08:12
32211         Log: Subject: [PATCH] CLONE && weakrefs
32212              From: Artur Bergman <artur@contiller.se>
32213              Date: Fri, 29 Jun 2001 17:02:00 +0200
32214              Message-ID: <B7626508.1CA0%artur@contiller.se>
32215      Branch: perl
32216            ! sv.c
32217 ____________________________________________________________________________
32218 [ 11029] By: jhi                                   on 2001/06/29  14:06:50
32219         Log: Subject: Re: Bug report: split splits on wrong pattern
32220              From: Radu Greab <radu@netsoft.ro>
32221              Date: Wed, 27 Jun 2001 21:50:52 +0300
32222              Message-ID: <15162.11020.279064.471031@ix.netsoft.ro>
32223      Branch: perl
32224            ! pp_ctl.c t/op/split.t
32225 ____________________________________________________________________________
32226 [ 11028] By: jhi                                   on 2001/06/29  13:47:38
32227         Log: Metaconfig unit change for #11027.
32228      Branch: metaconfig/U/perl
32229            ! d_modfl.U
32230 ____________________________________________________________________________
32231 [ 11027] By: jhi                                   on 2001/06/29  13:47:03
32232         Log: I thought this Configure glitch for AIX was just recently fixed?
32233      Branch: perl
32234            ! Configure
32235 ____________________________________________________________________________
32236 [ 11026] By: jhi                                   on 2001/06/29  13:14:07
32237         Log: Update Changes.
32238      Branch: perl
32239            ! Changes patchlevel.h
32240 ____________________________________________________________________________
32241 [ 11025] By: jhi                                   on 2001/06/29  13:07:57
32242         Log: Subject: Re: perl@10967, File::Find, and Cwd
32243              From: Mike Guy <mjtg@cam.ac.uk>
32244              Date: Fri, 29 Jun 2001 14:56:49 +0100
32245              Message-Id: <E15FylN-0004LT-00@draco.cus.cam.ac.uk>
32246      Branch: perl
32247            ! lib/File/Find/taint.t
32248 ____________________________________________________________________________
32249 [ 11024] By: jhi                                   on 2001/06/29  12:39:23
32250         Log: Update the sv_pvprintify() spec.
32251      Branch: perl
32252            ! pod/perltodo.pod
32253 ____________________________________________________________________________
32254 [ 11023] By: jhi                                   on 2001/06/29  12:33:33
32255         Log: Known test failures update.
32256      Branch: perl
32257            ! pod/perl572delta.pod
32258 ____________________________________________________________________________
32259 [ 11022] By: jhi                                   on 2001/06/29  12:24:32
32260         Log: Based on
32261              
32262              Subject: [PATCH @11016] More );) fixes
32263              From: Richard Soderberg <rs@crystalflame.net>
32264              Date: Fri, 29 Jun 2001 04:09:24 -0700 (PDT)
32265              Message-ID: <Pine.LNX.4.21.0106290408200.12037-100000@oregonnet.com> 
32266      Branch: perl
32267            ! ext/Thread/Thread.xs ext/Thread/typemap
32268 ____________________________________________________________________________
32269 [ 11021] By: jhi                                   on 2001/06/29  12:21:51
32270         Log: Subject: [PATCH @11016] Fixes compile errors in four files
32271              From: Richard Soderberg <rs@crystalflame.net>
32272              Date: Fri, 29 Jun 2001 03:35:11 -0700 (PDT)
32273              Message-ID: <Pine.LNX.4.21.0106290333270.9768-100000@oregonnet.com>
32274      Branch: perl
32275            ! mg.c pp.c pp_hot.c util.c
32276 ____________________________________________________________________________
32277 [ 11020] By: jhi                                   on 2001/06/29  12:05:54
32278         Log: AIX hints tweaking continues, from Merijn Brand.
32279      Branch: perl
32280            ! hints/aix.sh
32281 ____________________________________________________________________________
32282 [ 11019] By: jhi                                   on 2001/06/29  12:05:10
32283         Log: HP-UX needs gccversion sooner, from Merijn Brand.
32284      Branch: perl
32285            ! hints/hpux.sh
32286 ____________________________________________________________________________
32287 [ 11018] By: jhi                                   on 2001/06/29  11:52:31
32288         Log: Subject: [PATCH 5.6.1] OS/2 docs
32289              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
32290              Date: Fri, 29 Jun 2001 02:34:12 -0400
32291              Message-ID: <20010629023412.A6033@math.ohio-state.edu>
32292      Branch: perl
32293            ! README.os2 os2/Changes
32294 ____________________________________________________________________________
32295 [ 11017] By: nick                                  on 2001/06/29  10:20:30
32296         Log: Integrate mainline
32297      Branch: perlio
32298           +> (branch 37 files)
32299            - ext/ODBM_File/sdbm.t
32300           !> (integrate 211 files)
32301 ____________________________________________________________________________
32302 [ 11016] By: jhi                                   on 2001/06/29  03:38:56
32303         Log: Bump up the VERSIONs of modules that have changed since 5.6.0,
32304              the modules found using a script written by Larry Schatzer Jr.
32305      Branch: perl
32306            ! ext/IO/lib/IO/Dir.pm ext/IO/lib/IO/Handle.pm
32307            ! ext/IO/lib/IO/Seekable.pm ext/IO/lib/IO/Select.pm
32308            ! ext/IO/lib/IO/Socket/INET.pm ext/IO/lib/IO/Socket/UNIX.pm
32309            ! ext/IPC/SysV/Msg.pm ext/IPC/SysV/Semaphore.pm
32310            ! ext/IPC/SysV/SysV.pm ext/Opcode/Opcode.pm ext/Opcode/Safe.pm
32311            ! ext/Thread/Thread.pm ext/attrs/attrs.pm ext/re/re.pm
32312            ! lib/AutoSplit.pm lib/Benchmark.pm lib/CGI/Pretty.pm
32313            ! lib/CPAN/Nox.pm lib/Exporter.pm lib/ExtUtils/Command.pm
32314            ! lib/ExtUtils/MakeMaker.pm lib/ExtUtils/Packlist.pm
32315            ! lib/File/Compare.pm lib/FileHandle.pm lib/Math/Complex.pm
32316            ! lib/Math/Trig.pm lib/Pod/Html.pm lib/Symbol.pm
32317            ! lib/Text/ParseWords.pm lib/Text/Soundex.pm lib/Text/Tabs.pm
32318            ! lib/Tie/Array.pm lib/attributes.pm lib/autouse.pm lib/base.pm
32319            ! lib/constant.pm lib/fields.pm lib/strict.pm
32320 ____________________________________________________________________________
32321 [ 11015] By: jhi                                   on 2001/06/29  02:55:58
32322         Log: The latest JPL from the anoncvs.
32323      Branch: perl
32324            ! jpl/JNI/JNI.pm jpl/JNI/JNI.xs jpl/JNI/Makefile.PL
32325 ____________________________________________________________________________
32326 [ 11014] By: jhi                                   on 2001/06/29  02:16:55
32327         Log: In EBCDIC assume UTF-EBCDIC, not UTF-8.
32328      Branch: perl
32329            ! t/op/pat.t
32330 ____________________________________________________________________________
32331 [ 11013] By: jhi                                   on 2001/06/28  23:14:53
32332         Log: Worrying about insecure directories now is a bit too late.
32333      Branch: perl
32334            ! lib/File/Find/taint.t
32335 ____________________________________________________________________________
32336 [ 11012] By: jhi                                   on 2001/06/28  21:36:36
32337         Log: Cannot DIE() in a void function,
32338              from Richard Hatch <rhatch@austin.ibm.com>.
32339      Branch: perl
32340            ! ext/IPC/SysV/SysV.xs
32341 ____________________________________________________________________________
32342 [ 11011] By: jhi                                   on 2001/06/28  19:32:13
32343         Log: Subject: [PATCH: perl@11006] s/qdiv/div/ in Time::HiRes for VAX
32344              From: Peter Prymmer <pvhp@forte.com>
32345              Date: Thu, 28 Jun 2001 13:00:18 -0700 (PDT)
32346              Message-ID: <Pine.OSF.4.10.10106281125220.508935-100000@aspara.forte.com>
32347              
32348              (unfinished: time/hires tests 3, 5, 14 failing, but better
32349              than wholesale failure)
32350      Branch: perl
32351            ! ext/Time/HiRes/HiRes.xs
32352 ____________________________________________________________________________
32353 [ 11010] By: jhi                                   on 2001/06/28  19:10:54
32354         Log: Subject: [PATCH 5.6.1] OS/2 improvements
32355              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
32356              Date: Thu, 28 Jun 2001 16:03:14 -0400
32357              Message-ID: <20010628160314.A17906@math.ohio-state.edu>
32358      Branch: perl
32359            + os2/os2_base.t
32360            ! MANIFEST hints/os2.sh makedef.pl os2/OS2/PrfDB/PrfDB.xs
32361            ! os2/OS2/Process/Process.pm os2/OS2/Process/Process.xs
32362            ! os2/OS2/REXX/REXX.xs os2/dl_os2.c os2/dlfcn.h os2/os2.c
32363            ! os2/os2ish.h
32364 ____________________________________________________________________________
32365 [ 11009] By: jhi                                   on 2001/06/28  18:54:14
32366         Log: Subject: Incrementing Extutils::Manifest's $VERSION
32367              From: Michael G Schwern <schwern@pobox.com>
32368              Date: Thu, 28 Jun 2001 13:13:49 -0400
32369              Message-ID: <20010628131349.A14738@blackrider>
32370      Branch: maint-5.6/perl
32371            ! lib/ExtUtils/Manifest.pm
32372 ____________________________________________________________________________
32373 [ 11008] By: jhi                                   on 2001/06/28  18:52:20
32374         Log: AIX tweak from Merijn Brand.
32375      Branch: perl
32376            ! hints/aix.sh
32377 ____________________________________________________________________________
32378 [ 11007] By: jhi                                   on 2001/06/28  17:46:27
32379         Log: Create the macperl branch.
32380      Branch: maint-5.6/macperl
32381           +> (branch 1728 files)
32382 ____________________________________________________________________________
32383 [ 11006] By: jhi                                   on 2001/06/28  14:46:21
32384         Log: Update Changes.
32385      Branch: perl
32386            ! Changes patchlevel.h
32387 ____________________________________________________________________________
32388 [ 11005] By: jhi                                   on 2001/06/28  14:40:11
32389         Log: More Perforce lore.
32390      Branch: perl
32391            ! Porting/repository.pod
32392 ____________________________________________________________________________
32393 [ 11004] By: jhi                                   on 2001/06/28  14:12:50
32394         Log: Metaconfig unit changes for #11003.
32395      Branch: metaconfig/U/perl
32396            + d_nl_langinfo.U i_langinfo.U
32397 ____________________________________________________________________________
32398 [ 11003] By: jhi                                   on 2001/06/28  14:12:27
32399         Log: Add Configure probes for nl_langinfo() and <langinfo.h>.
32400              Expected not to exist in non-UNIX excepting in VMS, where
32401              according to a quick web survey they just might.
32402      Branch: perl
32403            ! Configure NetWare/config.wc Porting/Glossary Porting/config.sh
32404            ! Porting/config_H config_h.SH configure.com epoc/config.sh
32405            ! perl.h uconfig.h uconfig.sh vos/config.alpha.def
32406            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
32407            ! win32/config.bc win32/config.gc win32/config.vc
32408 ____________________________________________________________________________
32409 [ 11002] By: jhi                                   on 2001/06/28  13:39:11
32410         Log: One shouldn't use XBS5_ILP32_OFFBIG_CFLAGS et alia
32411              in AIX is one is doing a 64-bit build.
32412      Branch: perl
32413            ! hints/aix.sh
32414 ____________________________________________________________________________
32415 [ 11001] By: jhi                                   on 2001/06/28  13:28:37
32416         Log: Metaconfig unit changes for #11000.
32417      Branch: metaconfig/U/perl
32418            ! use64bits.U uselfs.U
32419 ____________________________________________________________________________
32420 [ 11000] By: jhi                                   on 2001/06/28  13:21:16
32421         Log: Move use64bitint and use64bitall before uselargefiles.
32422      Branch: perl
32423            ! Configure
32424 ____________________________________________________________________________
32425 [ 10999] By: jhi                                   on 2001/06/28  03:49:07
32426         Log: Subject: [ID 20010625.009] open(FILE,"+foo") [PATCH]
32427              From: Robert Spier <rspier@pobox.com>
32428              Message-ID: <15162.41164.618712.841415@rls.cx>
32429              Date: Wed, 27 Jun 2001 23:13:16 -0400
32430      Branch: perl
32431            ! doio.c
32432 ____________________________________________________________________________
32433 [ 10998] By: jhi                                   on 2001/06/28  03:42:57
32434         Log: Subject: [PATCH: perl@10996] avoid overflow in numeric.c:S_mulexp10() on VAX
32435              From: Peter Prymmer <pvhp@forte.com>
32436              Date: Wed, 27 Jun 2001 19:25:49 -0700 (PDT)
32437              Message-ID: <Pine.OSF.4.10.10106271922120.465082-100000@aspara.forte.com>
32438      Branch: perl
32439            ! numeric.c
32440 ____________________________________________________________________________
32441 [ 10997] By: jhi                                   on 2001/06/28  03:42:12
32442         Log: Subject: [patch perl@10996] "fix" VAX Digest/MD5, Fcntl, brokennes in SDBM
32443              From: Peter Prymmer <pvhp@forte.com>
32444              Date: Wed, 27 Jun 2001 17:33:33 -0700 (PDT)
32445              Message-ID: <Pine.OSF.4.10.10106271705390.467850-100000@aspara.forte.com>
32446      Branch: perl
32447            ! configure.com ext/Digest/MD5/Makefile.PL
32448 ____________________________________________________________________________
32449 [ 10996] By: jhi                                   on 2001/06/27  20:34:11
32450         Log: Update Changes.
32451      Branch: perl
32452            ! Changes patchlevel.h
32453 ____________________________________________________________________________
32454 [ 10995] By: jhi                                   on 2001/06/27  20:06:28
32455         Log: Tiny EPOC updates.
32456      Branch: perl
32457            ! epoc/config.sh
32458 ____________________________________________________________________________
32459 [ 10994] By: jhi                                   on 2001/06/27  19:55:16
32460         Log: The Test::More and Test::Simple tests required help
32461              thanks to our schizophrenic test scheme.
32462      Branch: perl
32463            ! lib/Test/More/t/fail-like.t lib/Test/More/t/fail.t
32464            ! lib/Test/More/t/plan_is_noplan.t lib/Test/More/t/skipall.t
32465            ! lib/Test/Simple/t/exit.t lib/Test/Simple/t/extra.t
32466            ! lib/Test/Simple/t/fail.t lib/Test/Simple/t/missing.t
32467            ! lib/Test/Simple/t/no_plan.t lib/Test/Simple/t/plan_is_noplan.t
32468 ____________________________________________________________________________
32469 [ 10993] By: jhi                                   on 2001/06/27  17:17:30
32470         Log: Upgrade to Test::Simple 0.09.
32471      Branch: perl
32472            + lib/Test/Simple/Changes
32473            ! MANIFEST lib/Test/Simple.pm lib/Test/Simple/t/exit.t
32474            ! lib/Test/Simple/t/extra.t lib/Test/Simple/t/fail.t
32475            ! lib/Test/Simple/t/missing.t lib/Test/Simple/t/no_plan.t
32476            ! lib/Test/Simple/t/plan_is_noplan.t
32477 ____________________________________________________________________________
32478 [ 10992] By: jhi                                   on 2001/06/27  17:11:28
32479         Log: Upgrade to Test::More 0.07.
32480      Branch: perl
32481            + lib/Test/More/Changes
32482            ! MANIFEST lib/Test/More.pm lib/Test/More/t/fail-like.t
32483            ! lib/Test/More/t/fail.t lib/Test/More/t/plan_is_noplan.t
32484            ! lib/Test/More/t/skipall.t
32485 ____________________________________________________________________________
32486 [ 10991] By: jhi                                   on 2001/06/27  17:04:13
32487         Log: Subject: Re: [PATCH] gcc-3.0 warnings on HP-UX
32488              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
32489              Date: Wed, 27 Jun 2001 18:40:04 +0200
32490              Message-Id: <20010627182601.7261.H.M.BRAND@hccnet.nl>
32491      Branch: perl
32492            ! hints/hpux.sh
32493 ____________________________________________________________________________
32494 [ 10990] By: jhi                                   on 2001/06/27  17:02:55
32495         Log: Subject: [PATCH README.qnx hints/qnx.sh]
32496              From: Norton Allen <allen@huarp.harvard.edu>
32497              Date: Wed, 27 Jun 2001 13:46:03 -0400 (edt)
32498              Message-Id: <200106271746.NAA02789@bottesini.harvard.edu>
32499      Branch: perl
32500            ! README.qnx hints/qnx.sh
32501 ____________________________________________________________________________
32502 [ 10989] By: jhi                                   on 2001/06/27  14:33:53
32503         Log: Subject: [PATCH] two little documentation nits
32504              From: Abhijit Menon-Sen <ams@wiw.org>
32505              Date: Wed, 27 Jun 2001 20:07:50 +0530
32506              Message-ID: <20010627200750.A15756@lustre.lustre.dyn.wiw.org>
32507      Branch: perl
32508            ! sv.c sv.h
32509 ____________________________________________________________________________
32510 [ 10988] By: jhi                                   on 2001/06/27  13:33:32
32511         Log: Subject: [PATCH File/Spec/Unix.pm ExtUtils/MM_Unix.pm] for QNX
32512              From: Norton Allen <allen@huarp.harvard.edu>
32513              Date: Wed, 27 Jun 2001 10:33:05 -0400 (edt)
32514              Message-Id: <200106271433.KAA04947@bottesini.harvard.edu>
32515      Branch: perl
32516            ! lib/ExtUtils/MM_Unix.pm lib/File/Spec/Unix.pm
32517 ____________________________________________________________________________
32518 [ 10987] By: jhi                                   on 2001/06/27  12:14:36
32519         Log: Subject: [PATCH vms/test.com] Adding TODO tests (was:  Re: a report on perl@10930 results on a couple of Alphas)
32520              From: Michael G Schwern <schwern@pobox.com>
32521              Date: Wed, 27 Jun 2001 02:34:58 -0400
32522              Message-ID: <20010627023458.K23874@blackrider>
32523      Branch: perl
32524            ! vms/test.com
32525 ____________________________________________________________________________
32526 [ 10986] By: jhi                                   on 2001/06/27  12:01:49
32527         Log: Add perl_clone_host() for Netware.
32528      Branch: perl
32529            ! NetWare/nw5.c
32530 ____________________________________________________________________________
32531 [ 10985] By: jhi                                   on 2001/06/27  11:56:53
32532         Log: GCC 3.0 hints for HP-UX.
32533      Branch: perl
32534            ! hints/hpux.sh
32535 ____________________________________________________________________________
32536 [ 10984] By: jhi                                   on 2001/06/27  11:55:06
32537         Log: In some Linux distributions the libndbm is broken
32538              (no null key support), therefore link with libgdbm
32539              (if available), since it has a working ndbm emulation,
32540              from Jonathan Stowe.
32541      Branch: perl
32542            + ext/NDBM_File/hints/linux.pl
32543            ! MANIFEST
32544 ____________________________________________________________________________
32545 [ 10983] By: jhi                                   on 2001/06/27  11:48:56
32546         Log: Subject: [PATCH perl@10930] find.t hack for VMS
32547              From: "Craig A. Berry" <craigberry@mac.com>
32548              Date: Tue, 26 Jun 2001 23:40:25 -0500
32549              Message-Id: <a05101000b75f10cdc80f@[192.168.56.145]>
32550      Branch: perl
32551            ! lib/File/Find/find.t
32552 ____________________________________________________________________________
32553 [ 10982] By: jhi                                   on 2001/06/27  11:47:30
32554         Log: AUTHORS updates.
32555      Branch: perl
32556            ! AUTHORS
32557 ____________________________________________________________________________
32558 [ 10981] By: jhi                                   on 2001/06/27  11:46:02
32559         Log: Metaconfig unit change like #10980.
32560      Branch: metaconfig
32561            ! U/compline/d_stdstdio.U
32562 ____________________________________________________________________________
32563 [ 10980] By: jhi                                   on 2001/06/27  11:45:29
32564         Log: "lose the it's", from Abhijit Menon-Sen.
32565              ("It's" not searched, pods not searched.)
32566      Branch: perl
32567            ! Porting/Glossary Porting/config_H README.qnx config_h.SH
32568            ! emacs/cperl-mode.el ext/IPC/SysV/Semaphore.pm
32569            ! ext/List/Util/lib/Scalar/Util.pm hints/next_3.sh hints/qnx.sh
32570            ! lib/CPAN/Nox.pm lib/ExtUtils/Embed.pm lib/ExtUtils/MM_NW5.pm
32571            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_VMS.pm
32572            ! lib/ExtUtils/MM_Win32.pm lib/Net/DummyInetd.pm win32/win32.c
32573 ____________________________________________________________________________
32574 [ 10979] By: jhi                                   on 2001/06/27  11:36:40
32575         Log: "lose the looses", from Abhijit Menon-Sen.
32576      Branch: perl
32577            ! ext/B/B/Assembler.pm gv.c
32578 ____________________________________________________________________________
32579 [ 10978] By: jhi                                   on 2001/06/27  11:35:38
32580         Log: Catch FP exceptions also in z/OS (aka OS/390), from Peter Prymmer.
32581      Branch: perl
32582            ! hints/os390.sh
32583 ____________________________________________________________________________
32584 [ 10977] By: jhi                                   on 2001/06/27  11:33:28
32585         Log: DEC C 5.3 on the VAX simply doesn't seem to like
32586              compiling the MD5 extension, disable it there for now,
32587              from Peter Prymmer.
32588      Branch: perl
32589            ! configure.com
32590 ____________________________________________________________________________
32591 [ 10976] By: jhi                                   on 2001/06/26  21:35:40
32592         Log: Subject: Re: [PATCH perlfaq3.pod] and a question about it.
32593              From: Jonathan Stowe <gellyfish@gellyfish.com>
32594              Date: Tue, 26 Jun 2001 20:53:40 +0100 (BST)
32595              Message-ID: <Pine.LNX.4.33.0106262052060.10849-100000@orpheus.gellyfish.com>
32596      Branch: perl
32597            ! pod/perlfaq3.pod
32598 ____________________________________________________________________________
32599 [ 10975] By: jhi                                   on 2001/06/26  21:32:41
32600         Log: Subject: [PATCH 5.6.1] perlxs misprints
32601              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
32602              Date: Tue, 26 Jun 2001 17:20:00 -0400
32603              Message-ID: <20010626172000.A26951@math.ohio-state.edu>
32604      Branch: perl
32605            ! pod/perlxs.pod
32606 ____________________________________________________________________________
32607 [ 10974] By: jhi                                   on 2001/06/26  21:31:51
32608         Log: Subject: [PATCH 5.6.1] xsubpp flags from the command line
32609              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
32610              Date: Tue, 26 Jun 2001 17:27:07 -0400
32611              Message-ID: <20010626172707.A27097@math.ohio-state.edu>
32612      Branch: perl
32613            ! lib/ExtUtils/MM_Unix.pm
32614 ____________________________________________________________________________
32615 [ 10973] By: jhi                                   on 2001/06/26  21:27:05
32616         Log: Subject: [PATCH 5.6.1] OPTIMIZE=-g
32617              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
32618              Date: Tue, 26 Jun 2001 17:23:24 -0400
32619              Message-ID: <20010626172324.A27003@math.ohio-state.edu>
32620      Branch: perl
32621            ! hints/os2.sh lib/ExtUtils/MM_Unix.pm os2/Makefile.SHs
32622 ____________________________________________________________________________
32623 [ 10972] By: jhi                                   on 2001/06/26  20:27:19
32624         Log: Better place for nop IN_LOCALE_NUMERIC, pointed out
32625              by Olaf Flebbe.
32626      Branch: perl
32627            ! perl.h
32628 ____________________________________________________________________________
32629 [ 10971] By: jhi                                   on 2001/06/26  19:59:41
32630         Log: Detypo.
32631      Branch: perl
32632            ! lib/Memoize/t/tie_sdbm.t
32633 ____________________________________________________________________________
32634 [ 10970] By: jhi                                   on 2001/06/26  19:10:19
32635         Log: perl_clone_host() needs PERL_IMPLICIT_SYS.
32636      Branch: perl
32637            ! win32/perllib.c
32638 ____________________________________________________________________________
32639 [ 10969] By: jhi                                   on 2001/06/26  17:21:31
32640         Log: Subject: [patch] perl_clone+CvFILE
32641              From: Doug MacEachern <dougm@covalent.net>
32642              Date: Tue, 26 Jun 2001 09:01:16 -0700 (PDT)
32643              Message-ID: <Pine.LNX.4.21.0106260900480.28420-100000@mako.covalent.net>
32644      Branch: perl
32645            ! sv.c
32646 ____________________________________________________________________________
32647 [ 10968] By: jhi                                   on 2001/06/26  16:48:32
32648         Log: Subject: Re: SDBM on VMS (was Re: a report on perl@10930 results on a couple of Alphas)
32649              From: Mark-Jason Dominus <mjd@plover.com>
32650              Date: Tue, 26 Jun 2001 12:33:01 -0400
32651              Message-ID: <20010626163301.31298.qmail@plover.com>
32652      Branch: perl
32653            ! lib/Memoize/t/tie.t lib/Memoize/t/tie_sdbm.t
32654 ____________________________________________________________________________
32655 [ 10967] By: jhi                                   on 2001/06/26  14:21:49
32656         Log: Update Changes.
32657      Branch: perl
32658            ! Changes patchlevel.h
32659 ____________________________________________________________________________
32660 [ 10966] By: jhi                                   on 2001/06/26  14:08:34
32661         Log: Also catfile() needs now to explicitly exported.
32662      Branch: perl
32663            ! lib/Memoize/t/tie.t lib/Memoize/t/tie_sdbm.t
32664 ____________________________________________________________________________
32665 [ 10965] By: jhi                                   on 2001/06/26  13:57:54
32666         Log: Regen toc.
32667      Branch: perl
32668            ! pod/perltoc.pod
32669 ____________________________________________________________________________
32670 [ 10964] By: jhi                                   on 2001/06/26  13:56:11
32671         Log: Nonexistent pod command.
32672      Branch: perl
32673            ! pod/perl572delta.pod
32674 ____________________________________________________________________________
32675 [ 10963] By: jhi                                   on 2001/06/26  13:50:53
32676         Log: Be more portable in the quest for tmpdir.
32677      Branch: perl
32678            ! lib/Memoize/t/tie.t lib/Memoize/t/tie_sdbm.t
32679 ____________________________________________________________________________
32680 [ 10962] By: jhi                                   on 2001/06/26  13:43:51
32681         Log: Be more portable in finding out the home directory,
32682              and use File::Spec to do the concat.
32683              (Come to think of it, couldn't File::Spec provide
32684              for a ->homedir method?)
32685      Branch: perl
32686            ! lib/Net/Config.pm
32687 ____________________________________________________________________________
32688 [ 10961] By: jhi                                   on 2001/06/26  13:37:30
32689         Log: Doc patch for #10959.
32690      Branch: perl
32691            ! pod/perlfunc.pod
32692 ____________________________________________________________________________
32693 [ 10960] By: jhi                                   on 2001/06/26  13:33:07
32694         Log: Subject: Re: [DOC PATCH bleadperl] Document $count = () = $string =~ /\d+/g
32695              From: "Philip Newton" <pnewton@gmx.de>
32696              Date: Tue, 26 Jun 2001 16:26:47 +0200
32697              Message-ID: <3B38B7C7.32635.1E8DC14@localhost>
32698      Branch: perl
32699            ! pod/perldata.pod
32700 ____________________________________________________________________________
32701 [ 10959] By: jhi                                   on 2001/06/26  13:31:57
32702         Log: Subject: [PATH] shared -> unique;
32703              From: "Artur Bergman" <artur@contiller.se>
32704              Date: Tue, 26 Jun 2001 16:18:40 +0200
32705              Message-ID: <002001c0fe4a$e623ba30$21000a0a@vogw2kdev>
32706              
32707              Because "shared" isn't: it's read-only.
32708      Branch: perl
32709            ! toke.c xsutils.c
32710 ____________________________________________________________________________
32711 [ 10958] By: jhi                                   on 2001/06/26  13:28:27
32712         Log: Escape multiline croak messages.
32713      Branch: perl
32714            ! t/op/ver.t
32715 ____________________________________________________________________________
32716 [ 10957] By: jhi                                   on 2001/06/26  13:18:34
32717         Log: No more pragma/*.t for minitest.
32718      Branch: perl
32719            ! Makefile.SH
32720 ____________________________________________________________________________
32721 [ 10956] By: jhi                                   on 2001/06/26  13:18:00
32722         Log: AUTHORS updates.
32723      Branch: perl
32724            ! AUTHORS
32725 ____________________________________________________________________________
32726 [ 10955] By: jhi                                   on 2001/06/26  13:17:05
32727         Log: delta updates.
32728      Branch: perl
32729            ! pod/perl572delta.pod
32730 ____________________________________________________________________________
32731 [ 10954] By: jhi                                   on 2001/06/26  12:36:07
32732         Log: Subject: [PATCH] Adds perl_clone_host under IMPLICIT SYS
32733              From: Artur Bergman <artur@contiller.se> 
32734              Date: Tue, 26 Jun 2001 15:32:53 +0200
32735              Message-ID: <B75E5BA5.1A7C%artur@contiller.se>
32736      Branch: perl
32737            ! makedef.pl sv.c sv.h win32/perllib.c
32738 ____________________________________________________________________________
32739 [ 10953] By: jhi                                   on 2001/06/26  12:33:55
32740         Log: Subject: [PATCH ext/Time/HiRes/Makefile.PL perl@10929] Test Fails on SCO
32741              From: Jonathan Stowe <gellyfish@gellyfish.com>
32742              Date: Tue, 26 Jun 2001 10:29:57 +0100 (BST)
32743              Message-ID: <Pine.LNX.4.33.0106261021540.18774-100000@orpheus.gellyfish.com>
32744              
32745              SCO OpenServer 5.0.5 needs an explicit -lc for usleep().
32746      Branch: perl
32747            + ext/Time/HiRes/hints/sco.pl
32748            ! MANIFEST
32749 ____________________________________________________________________________
32750 [ 10952] By: jhi                                   on 2001/06/26  11:57:44
32751         Log: Subject: [PATCH 5.6.1] static build
32752              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
32753              Date: Tue, 26 Jun 2001 04:22:25 -0400
32754              Message-ID: <20010626042225.A2604@math.ohio-state.edu>
32755      Branch: perl
32756            ! ext/List/Util/Makefile.PL lib/ExtUtils.t
32757            ! lib/ExtUtils/MM_Unix.pm os2/Makefile.SHs
32758 ____________________________________________________________________________
32759 [ 10951] By: jhi                                   on 2001/06/26  11:55:59
32760         Log: DJGPP patches from Laszlo Molnar.
32761      Branch: perl
32762            ! djgpp/djgpp.c perl.c util.c
32763 ____________________________________________________________________________
32764 [ 10950] By: jhi                                   on 2001/06/26  11:54:32
32765         Log: Netware patches from Ananth Kesari.
32766      Branch: perl
32767            ! NetWare/Makefile NetWare/config_H.wc NetWare/nw5sck.c
32768            ! NetWare/nw5sck.h NetWare/nwperlsys.c NetWare/nwperlsys.h
32769            ! NetWare/nwtinfo.h
32770 ____________________________________________________________________________
32771 [ 10949] By: jhi                                   on 2001/06/26  11:49:09
32772         Log: Detypo.
32773      Branch: perl
32774            ! ext/Errno/Errno_pm.PL
32775 ____________________________________________________________________________
32776 [ 10948] By: jhi                                   on 2001/06/26  03:44:29
32777         Log: There seems to be two ways of spelling the $^O in *STEP.
32778      Branch: perl
32779            ! ext/Errno/Errno_pm.PL
32780 ____________________________________________________________________________
32781 [ 10947] By: jhi                                   on 2001/06/26  03:01:01
32782         Log: OpenSTEP has gcc 2.7.2.1 which recognizes but does not implement
32783              the -dM flag, from Daniel Ashton <jdashton@AshtonFam.org>.
32784      Branch: perl
32785            ! ext/Errno/Errno_pm.PL
32786 ____________________________________________________________________________
32787 [ 10946] By: jhi                                   on 2001/06/26  02:50:46
32788         Log: Known bugs update.
32789      Branch: perl
32790            ! pod/perl572delta.pod
32791 ____________________________________________________________________________
32792 [ 10945] By: jhi                                   on 2001/06/26  01:15:39
32793         Log: The default installation of Cygwin has 500 as root's uid.
32794      Branch: perl
32795            ! lib/User/pwent.t
32796 ____________________________________________________________________________
32797 [ 10944] By: jhi                                   on 2001/06/26  01:12:39
32798         Log: Be even more relaxed (re-allow having only one entry).
32799      Branch: perl
32800            ! t/op/grent.t t/op/pwent.t
32801 ____________________________________________________________________________
32802 [ 10943] By: jhi                                   on 2001/06/26  01:03:30
32803         Log: Test failure updates.
32804      Branch: perl
32805            ! pod/perl572delta.pod
32806 ____________________________________________________________________________
32807 [ 10942] By: jhi                                   on 2001/06/25  23:32:05
32808         Log: MPE/iX test tweaks from Mark Bixby.
32809      Branch: perl
32810            ! ext/POSIX/POSIX.t ext/Storable/t/lock.t ext/Time/HiRes/HiRes.t
32811            ! t/io/fs.t t/op/stat.t
32812 ____________________________________________________________________________
32813 [ 10941] By: jhi                                   on 2001/06/25  22:18:31
32814         Log: Microperl findings.
32815      Branch: perl
32816            ! perl.h pp_sys.c
32817 ____________________________________________________________________________
32818 [ 10940] By: jhi                                   on 2001/06/25  21:59:29
32819         Log: Touch uconfig.h.
32820      Branch: perl
32821            ! uconfig.h
32822 ____________________________________________________________________________
32823 [ 10939] By: jhi                                   on 2001/06/25  21:32:52
32824         Log: Subject: [PATCH] Proposed fix for Pod::Man
32825              From: Rob Napier <rnapier@employees.org>
32826              Date: Mon, 25 Jun 2001 15:49:24 -0400
32827              Message-ID: <20010625154924.N27568@rnapier-u5.cisco.com>
32828              
32829              Cater for Solaris nroff brokenness (shortchanges daisywheel
32830              printers, but hey, we also no more support PDPs.)
32831      Branch: perl
32832            ! lib/Pod/Man.pm
32833 ____________________________________________________________________________
32834 [ 10938] By: jhi                                   on 2001/06/25  21:14:41
32835         Log: Typo in #10937.
32836      Branch: perl
32837            ! ext/POSIX/sigaction.t
32838 ____________________________________________________________________________
32839 [ 10937] By: jhi                                   on 2001/06/25  19:42:02
32840         Log: SIGCONT not trappable in VMS.
32841      Branch: perl
32842            ! ext/POSIX/sigaction.t
32843 ____________________________________________________________________________
32844 [ 10936] By: jhi                                   on 2001/06/25  19:28:13
32845         Log: Subject: [DRAFT] Encode-Tcl.t
32846              From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
32847              Date: Tue, 26 Jun 2001 03:38:08 +0900
32848              Message-Id: <20010626033550.BC35.BQW10602@nifty.com>
32849      Branch: perl
32850            + ext/Encode/Encode/Tcl.t
32851            ! MANIFEST ext/Encode/Encode/Tcl.pm
32852 ____________________________________________________________________________
32853 [ 10935] By: jhi                                   on 2001/06/25  18:40:03
32854         Log: Because of #10932 retract also the perlfunc hunk of #10910.
32855      Branch: perl
32856            ! pod/perlfunc.pod
32857 ____________________________________________________________________________
32858 [ 10934] By: jhi                                   on 2001/06/25  18:27:19
32859         Log: Tweak the XSFUNCTION, from Doug MacEachern, as suggested
32860              by Ilya Zakharevich in
32861              http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/2001-05/msg01582.html
32862      Branch: perl
32863            ! XSUB.h
32864 ____________________________________________________________________________
32865 [ 10933] By: jhi                                   on 2001/06/25  18:25:26
32866         Log: Typo in #10889.
32867      Branch: perl
32868            ! hints/uts.sh
32869 ____________________________________________________________________________
32870 [ 10932] By: jhi                                   on 2001/06/25  18:23:30
32871         Log: Subject: Re: [ID 20010621.007] readline() not quite as equal as <>
32872              From: Abhijit Menon-Sen <ams@wiw.org>
32873              Date: Mon, 25 Jun 2001 23:45:45 +0530
32874              Message-ID: <20010625234545.A5022@lustre.linux.in>
32875      Branch: perl
32876            ! lib/overload.t opcode.h opcode.pl t/op/flip.t
32877 ____________________________________________________________________________
32878 [ 10931] By: jhi                                   on 2001/06/25  17:50:38
32879         Log: Subject: [PATCH lib/Test.pm] Re: "Deprecated interface" ??
32880              From: Michael G Schwern <schwern@pobox.com>
32881              Date: Mon, 25 Jun 2001 14:35:51 -0400
32882              Message-ID: <20010625143551.H13819@blackrider>
32883      Branch: perl
32884            ! lib/Test.pm
32885 ____________________________________________________________________________
32886 [ 10930] By: jhi                                   on 2001/06/25  14:33:46
32887         Log: Update Changes.
32888      Branch: perl
32889            ! Changes patchlevel.h
32890 ____________________________________________________________________________
32891 [ 10929] By: jhi                                   on 2001/06/25  14:17:57
32892         Log: Regen toc and modlib.
32893      Branch: perl
32894            ! pod/perlmodlib.pod pod/perltoc.pod
32895 ____________________________________________________________________________
32896 [ 10928] By: jhi                                   on 2001/06/25  14:13:09
32897         Log: Enclose the new symbols in START_EXTERN_C and END_EXTERN_C
32898              for the benefit of C++ compilers, as suggested by Guruprasad.
32899      Branch: perl
32900            ! embed.pl proto.h
32901 ____________________________________________________________________________
32902 [ 10927] By: jhi                                   on 2001/06/25  14:11:59
32903         Log: Subject: [PATCH ] Re: [ID 20010625.003] perlfaq5 correction
32904              From: Jonathan Stowe <gellyfish@gellyfish.com>
32905              Date: Mon, 25 Jun 2001 14:39:43 +0100 (BST)
32906              Message-ID: <Pine.LNX.4.33.0106251438080.14795-100000@orpheus.gellyfish.com>
32907      Branch: perl
32908            ! pod/perlfaq5.pod
32909 ____________________________________________________________________________
32910 [ 10926] By: jhi                                   on 2001/06/25  14:04:07
32911         Log: Missed from #10925.
32912      Branch: perl
32913            ! gv.c
32914 ____________________________________________________________________________
32915 [ 10925] By: jhi                                   on 2001/06/25  14:00:06
32916         Log: Subject: [PATCH] Re: CvFILE corruption under ithreads
32917              From: Robin Houston <robin@kitsite.com>
32918              Date: Sat, 19 May 2001 16:19:34 +0100
32919              Message-ID: <20010519161934.A12751@puffinry.freeserve.co.uk>
32920      Branch: perl
32921            ! cv.h gv.h op.c
32922 ____________________________________________________________________________
32923 [ 10924] By: jhi                                   on 2001/06/25  13:58:18
32924         Log: Netware README tweak.
32925      Branch: perl
32926            ! README.netware
32927 ____________________________________________________________________________
32928 [ 10923] By: jhi                                   on 2001/06/25  13:57:13
32929         Log: Subject: [PATCH] Re: overload.t fails
32930              From: Abhijit Menon-Sen <ams@wiw.org>
32931              Date: Mon, 25 Jun 2001 14:52:20 +0530
32932              Message-ID: <20010625145220.A24114@lustre.linux.in>
32933      Branch: perl
32934            ! lib/overload.t
32935 ____________________________________________________________________________
32936 [ 10922] By: jhi                                   on 2001/06/25  13:56:20
32937         Log: Subject: Re: [PATCH] Re: [ID 20010624.001] debugger T, and Carp::carp don't trace arg of
32938              From: Mike Guy <mjtg@cam.ac.uk>
32939              Date: Mon, 25 Jun 2001 11:43:23 +0100
32940              Message-Id: <E15ETpz-0007AD-00@draco.cus.cam.ac.uk>
32941      Branch: perl
32942            ! lib/Carp.pm
32943 ____________________________________________________________________________
32944 [ 10921] By: jhi                                   on 2001/06/25  13:50:02
32945         Log: Subject: Re: [PATCH 5.6.1] OS2 syslog
32946              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
32947              Date: Sun, 24 Jun 2001 05:17:05 -0400
32948              Message-ID: <20010624051704.A27604@math.ohio-state.edu>
32949      Branch: perl
32950            ! os2/os2ish.h
32951 ____________________________________________________________________________
32952 [ 10920] By: jhi                                   on 2001/06/25  13:49:13
32953         Log: Subject: [PATCH 5.6.1] crypt() on OS/2
32954              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
32955              Date: Mon, 25 Jun 2001 05:52:27 -0400
32956              Message-ID: <20010625055227.A24635@math.ohio-state.edu>
32957      Branch: perl
32958            ! hints/os2.sh
32959 ____________________________________________________________________________
32960 [ 10919] By: jhi                                   on 2001/06/25  13:48:30
32961         Log: Subject: Re: [PATCH 5.6.1] OS2 system() broken
32962              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
32963              Date: Mon, 25 Jun 2001 05:23:35 -0400
32964              Message-ID: <20010625052334.A24320@math.ohio-state.edu>
32965      Branch: perl
32966            ! os2/os2.c
32967 ____________________________________________________________________________
32968 [ 10918] By: jhi                                   on 2001/06/25  13:47:46
32969         Log: Subject: Re: [PATCH 5.6.1] OS2::DLL
32970              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
32971              Date: Mon, 25 Jun 2001 05:04:32 -0400
32972              Message-ID: <20010625050432.A24128@math.ohio-state.edu>
32973      Branch: perl
32974            ! os2/OS2/REXX/DLL/DLL.pm
32975 ____________________________________________________________________________
32976 [ 10917] By: jhi                                   on 2001/06/25  13:44:14
32977         Log: Subject: Re: [PATCH 5.6.1] $^E on OS/2
32978              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
32979              Date: Mon, 25 Jun 2001 05:02:36 -0400
32980              Message-ID: <20010625050235.A24046@math.ohio-state.edu>
32981      Branch: perl
32982            ! mg.c os2/dl_os2.c os2/os2.c
32983 ____________________________________________________________________________
32984 [ 10916] By: jhi                                   on 2001/06/25  13:41:20
32985         Log: Subject: Re: [PATCH 5.6.1] misprints
32986              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
32987              Date: Mon, 25 Jun 2001 04:50:50 -0400
32988              Message-ID: <20010625045049.A23965@math.ohio-state.edu>
32989      Branch: perl
32990            ! os2/os2.c pp_sys.c
32991 ____________________________________________________________________________
32992 [ 10915] By: jhi                                   on 2001/06/25  13:39:59
32993         Log: Add Test::More and Test::Simple to the delta.
32994      Branch: perl
32995            ! pod/perl572delta.pod
32996 ____________________________________________________________________________
32997 [ 10914] By: jhi                                   on 2001/06/25  13:38:08
32998         Log: Add Test::More, from Michael G Schwern.
32999      Branch: perl
33000            + lib/Test/More.pm lib/Test/More/t/More.t
33001            + lib/Test/More/t/fail-like.t lib/Test/More/t/fail.t
33002            + lib/Test/More/t/plan_is_noplan.t lib/Test/More/t/skipall.t
33003            + t/lib/Test/More/Catch.pm
33004            ! MANIFEST
33005 ____________________________________________________________________________
33006 [ 10913] By: jhi                                   on 2001/06/25  13:35:41
33007         Log: Add Test::Simple from Michael G Schwern.
33008      Branch: perl
33009            + lib/Test/Simple.pm lib/Test/Simple/t/exit.t
33010            + lib/Test/Simple/t/extra.t lib/Test/Simple/t/fail.t
33011            + lib/Test/Simple/t/missing.t lib/Test/Simple/t/no_plan.t
33012            + lib/Test/Simple/t/plan_is_noplan.t lib/Test/Simple/t/simple.t
33013            + t/lib/Test/Simple/Catch.pm
33014            + t/lib/Test/Simple/sample_tests/death.plx
33015            + t/lib/Test/Simple/sample_tests/death_in_eval.plx
33016            + t/lib/Test/Simple/sample_tests/extras.plx
33017            + t/lib/Test/Simple/sample_tests/five_fail.plx
33018            + t/lib/Test/Simple/sample_tests/last_minute_death.plx
33019            + t/lib/Test/Simple/sample_tests/one_fail.plx
33020            + t/lib/Test/Simple/sample_tests/require.plx
33021            + t/lib/Test/Simple/sample_tests/success.plx
33022            + t/lib/Test/Simple/sample_tests/too_few.plx
33023            + t/lib/Test/Simple/sample_tests/two_fail.plx
33024            ! MANIFEST
33025 ____________________________________________________________________________
33026 [ 10912] By: jhi                                   on 2001/06/25  13:31:57
33027         Log: Subject: [PATCH perl@10907] RETURN requires dSP in pp_sys.c
33028              From: "Craig A. Berry" <craigberry@mac.com>
33029              Date: Sun, 24 Jun 2001 23:41:36 -0500
33030              Message-Id: <a0510100db75c6d44e34c@[172.16.52.1]>
33031      Branch: perl
33032            ! pp_sys.c
33033 ____________________________________________________________________________
33034 [ 10911] By: jhi                                   on 2001/06/25  13:05:00
33035         Log: Upgrade to Attribute::Handlers 0.70.
33036      Branch: perl
33037            + lib/Attribute/Handlers/Changes lib/Attribute/Handlers/README
33038            ! MANIFEST lib/Attribute/Handlers.pm
33039 ____________________________________________________________________________
33040 [ 10910] By: jhi                                   on 2001/06/25  00:09:27
33041         Log: Subject: Re: [ID 20010621.007] readline() not quite as equal as <>
33042              From: Abhijit Menon-Sen <ams@wiw.org>
33043              Date: Sat, 23 Jun 2001 05:17:44 +0530
33044              Message-ID: <20010623051744.A18583@lustre.linux.in>
33045              
33046              (Can't think of a good place to put tests.)
33047      Branch: perl
33048            ! opcode.pl pod/perlfunc.pod t/op/flip.t toke.c
33049 ____________________________________________________________________________
33050 [ 10909] By: jhi                                   on 2001/06/24  23:45:13
33051         Log: Subject: [PATCH] t/op/pat.t typo fix
33052              From: Richard Soderberg <rs@crystalflame.net>
33053              Date: Sun, 24 Jun 2001 12:07:42 -0700 (PDT)
33054              Message-ID: <Pine.LNX.4.21.0106241207320.17075-100000@oregonnet.com>
33055      Branch: perl
33056            ! t/op/pat.t
33057 ____________________________________________________________________________
33058 [ 10908] By: jhi                                   on 2001/06/24  22:24:49
33059         Log: Move the pack warnings to their own file, as pointed
33060              out by Spider.
33061      Branch: perl
33062            + t/lib/warnings/pp_pack
33063            ! MANIFEST t/lib/warnings/pp
33064 ____________________________________________________________________________
33065 [ 10907] By: jhi                                   on 2001/06/24  19:55:15
33066         Log: Update Changes.
33067      Branch: perl
33068            ! Changes patchlevel.h
33069 ____________________________________________________________________________
33070 [ 10906] By: jhi                                   on 2001/06/24  19:50:40
33071         Log: Partially fix a problem noticed by IRIX compiler:
33072              the initialization of parse_start was bypassed by
33073              several gotos.  Now initialized to zero, which may
33074              not be the best choice.
33075      Branch: perl
33076            ! regcomp.c
33077 ____________________________________________________________________________
33078 [ 10905] By: jhi                                   on 2001/06/24  19:43:25
33079         Log: Relax the group and password tests back to moaning only
33080              if no matches at all are found.  (Even with a small sample
33081              I could find many sites where there are, umm, anomalies in
33082              the said databases.)       
33083      Branch: perl
33084            ! t/op/grent.t t/op/pwent.t
33085 ____________________________________________________________________________
33086 [ 10904] By: jhi                                   on 2001/06/24  18:45:55
33087         Log: Argh.  How hard it can be to re-apply a patch manually? :-)
33088      Branch: perl
33089            ! pp_ctl.c
33090 ____________________________________________________________________________
33091 [ 10903] By: jhi                                   on 2001/06/24  18:40:52
33092         Log: De-cut-and-pasto in #10902.
33093      Branch: perl
33094            ! pp_ctl.c
33095 ____________________________________________________________________________
33096 [ 10902] By: jhi                                   on 2001/06/24  18:35:18
33097         Log: The #10771 didn't take?
33098      Branch: perl
33099            ! pp_ctl.c
33100 ____________________________________________________________________________
33101 [ 10901] By: jhi                                   on 2001/06/24  18:29:50
33102         Log: Undo the filetests part of #10900, under multiplicity
33103              weird errors take place.
33104      Branch: perl
33105            ! pp_sys.c
33106 ____________________________________________________________________________
33107 [ 10900] By: jhi                                   on 2001/06/24  18:20:36
33108         Log: Misplaces dSPs and the like revealed by MPE/iX and Cygwin.
33109      Branch: perl
33110            ! ext/Cwd/Cwd.xs ext/Devel/Peek/Peek.xs pp_sys.c
33111 ____________________________________________________________________________
33112 [ 10899] By: jhi                                   on 2001/06/24  17:00:34
33113         Log: (Replaced by #10922)
33114              
33115              Subject: Re: [PATCH] Re: [ID 20010624.001] debugger T, and Carp::carp don't trace arg of
33116              From: Tony Bowden <tony@kasei.com>
33117              Date: Sun, 24 Jun 2001 17:32:40 +0100
33118              Message-ID: <20010624173240.A16293@blackstar.co.uk>
33119              
33120              Document (well, mention) shortmess() and longmess()
33121              to rob people of their fun of reinventing the wheel.
33122      Branch: perl
33123            ! lib/Carp.pm
33124 ____________________________________________________________________________
33125 [ 10898] By: jhi                                   on 2001/06/24  16:51:40
33126         Log: Subject: Patch: pp_system() bounces out of Cygwin subsystem
33127              From: Brian Jepson <bjepson@oreilly.com>
33128              Date: Sun, 24 Jun 2001 12:13:21 -0400 (EDT)
33129              Message-ID: <Pine.GSO.4.21.0106241044110.15051-200000@sol.east.ora.com>
33130      Branch: perl
33131            ! pp_sys.c
33132 ____________________________________________________________________________
33133 [ 10897] By: jhi                                   on 2001/06/24  16:38:23
33134         Log: Subject: [PATCH CPAN.pm] missing DATE_OF_02
33135              From: Robin Barker <rmb1@cise.npl.co.uk> 
33136              Date: Fri, 22 Jun 2001 19:25:56 +0100 (BST)
33137              Message-Id: <200106221825.TAA16884@tempest.npl.co.uk>
33138      Branch: perl
33139            ! lib/CPAN.pm
33140 ____________________________________________________________________________
33141 [ 10896] By: jhi                                   on 2001/06/24  16:36:32
33142         Log: Memoize patch from mjd.
33143      Branch: perl
33144            ! lib/Memoize/t/tie_storable.t
33145 ____________________________________________________________________________
33146 [ 10895] By: jhi                                   on 2001/06/24  16:33:59
33147         Log: Spec the sv_pvprintify() a bit more.
33148      Branch: perl
33149            ! pod/perltodo.pod
33150 ____________________________________________________________________________
33151 [ 10894] By: jhi                                   on 2001/06/24  14:43:36
33152         Log: Upgrade to Memoize 0.65.
33153      Branch: perl
33154            + lib/Memoize/t/array_confusion.t
33155            ! MANIFEST lib/Memoize.pm lib/Memoize/AnyDBM_File.pm
33156            ! lib/Memoize/Expire.pm lib/Memoize/ExpireFile.pm
33157            ! lib/Memoize/ExpireTest.pm lib/Memoize/NDBM_File.pm
33158            ! lib/Memoize/README lib/Memoize/SDBM_File.pm
33159            ! lib/Memoize/Saves.pm lib/Memoize/Storable.pm lib/Memoize/TODO
33160            ! lib/Memoize/t/errors.t lib/Memoize/t/expire.t
33161            ! lib/Memoize/t/expire_file.t lib/Memoize/t/expire_module_n.t
33162            ! lib/Memoize/t/expire_module_t.t lib/Memoize/t/speed.t
33163            ! lib/Memoize/t/tie.t lib/Memoize/t/tie_gdbm.t
33164            ! lib/Memoize/t/tie_ndbm.t lib/Memoize/t/tie_sdbm.t
33165            ! lib/Memoize/t/tie_storable.t
33166 ____________________________________________________________________________
33167 [ 10893] By: jhi                                   on 2001/06/24  14:21:09
33168         Log: Metaconfig unit change for #10892.
33169      Branch: metaconfig
33170            ! U/modified/Options.U
33171 ____________________________________________________________________________
33172 [ 10892] By: jhi                                   on 2001/06/24  14:20:38
33173         Log: Subject: Re: [PATCH 5.6.1] OS2 Configure
33174              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
33175              Date: Sun, 24 Jun 2001 05:24:40 -0400
33176              Message-ID: <20010624052440.A27698@math.ohio-state.edu>
33177      Branch: perl
33178            ! Configure hints/os2.sh
33179 ____________________________________________________________________________
33180 [ 10891] By: jhi                                   on 2001/06/24  13:50:26
33181         Log: Subject: [PATCH] Re: [ID 20010624.001] debugger T, and Carp::carp don't trace arg of 
33182              From: Mike Guy <mjtg@cam.ac.uk>
33183              Date: Sun, 24 Jun 2001 15:28:39 +0100
33184              Message-Id: <E15EAsR-0007Bi-00@draco.cus.cam.ac.uk>
33185              
33186              Fix an ancient (5.002) bug.
33187      Branch: perl
33188            ! lib/Carp/Heavy.pm
33189 ____________________________________________________________________________
33190 [ 10890] By: jhi                                   on 2001/06/24  13:44:43
33191         Log: The #10881 was too vigorous in pp_system() in moving 'unused'
33192              variables.
33193      Branch: perl
33194            ! pp_sys.c
33195 ____________________________________________________________________________
33196 [ 10889] By: jhi                                   on 2001/06/24  13:24:00
33197         Log: Make UTS as per #10888.
33198      Branch: perl
33199            ! hints/uts.sh
33200 ____________________________________________________________________________
33201 [ 10888] By: jhi                                   on 2001/06/24  13:21:23
33202         Log: Factor the PERL_SYS_INIT() code, from Hugo van der Sanden.
33203      Branch: perl
33204            ! hints/freebsd.sh hints/posix-bc.sh hints/sco.sh
33205            ! mpeix/mpeixish.h perl.h unixish.h
33206 ____________________________________________________________________________
33207 [ 10887] By: jhi                                   on 2001/06/24  13:15:45
33208         Log: AUTHORS update.
33209      Branch: perl
33210            ! AUTHORS
33211 ____________________________________________________________________________
33212 [ 10886] By: jhi                                   on 2001/06/24  13:14:31
33213         Log: Subject: Encode::Tcl for multibyte doesnot work
33214              From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
33215              Date: Sun, 24 Jun 2001 22:48:21 +0900
33216              Message-Id: <20010624223252.6658.BQW10602@nifty.com>
33217      Branch: perl
33218            ! ext/Encode/Encode/Tcl.pm
33219 ____________________________________________________________________________
33220 [ 10885] By: jhi                                   on 2001/06/24  13:12:46
33221         Log: Subject: [PATCH] Remove tautology in error messages
33222              From: Mike Guy <mjtg@cam.ac.uk>
33223              Date: Sun, 24 Jun 2001 13:31:00 +0100
33224              Message-Id: <E15E92a-0006em-00@draco.cus.cam.ac.uk>
33225      Branch: perl
33226            ! pp_sys.c
33227 ____________________________________________________________________________
33228 [ 10884] By: jhi                                   on 2001/06/24  13:11:36
33229         Log: Darwin needs -traditional-cpp for cppflags to build Errno. 
33230      Branch: perl
33231            ! hints/darwin.sh
33232 ____________________________________________________________________________
33233 [ 10883] By: jhi                                   on 2001/06/24  13:09:55
33234         Log: Subject: Re: [PATCH 5.6.1] test suite
33235              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
33236              Date: Sun, 24 Jun 2001 05:47:05 -0400
33237              Message-ID: <20010624054705.A27890@math.ohio-state.edu>
33238              
33239              Test suite fixes.
33240      Branch: perl
33241            ! ext/POSIX/sigaction.t lib/File/stat.t perl.c t/io/utf8.t
33242 ____________________________________________________________________________
33243 [ 10882] By: jhi                                   on 2001/06/24  13:07:46
33244         Log: Subject: Re: [PATCH 5.6.1] OS2 warnings
33245              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
33246              Date: Sun, 24 Jun 2001 05:37:19 -0400
33247              Message-ID: <20010624053719.A27866@math.ohio-state.edu>
33248      Branch: perl
33249            ! os2/dl_os2.c os2/os2.c os2/os2ish.h
33250 ____________________________________________________________________________
33251 [ 10881] By: jhi                                   on 2001/06/24  13:05:24
33252         Log: Subject: Re: [PATCH 5.6.1] pp_sys.c warnings
33253              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
33254              Date: Sun, 24 Jun 2001 05:34:50 -0400
33255              Message-ID: <20010624053450.A27856@math.ohio-state.edu>
33256              
33257              Pacify compiler warnings.
33258      Branch: perl
33259            ! pp_sys.c
33260 ____________________________________________________________________________
33261 [ 10880] By: jhi                                   on 2001/06/24  13:02:30
33262         Log: Subject: Re: [PATCH 5.6.1] OS2 linking
33263              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
33264              Date: Sun, 24 Jun 2001 05:21:18 -0400
33265              Message-ID: <20010624052118.A27615@math.ohio-state.edu>
33266              
33267              Enable compression of executables during link time.
33268      Branch: perl
33269            ! hints/os2.sh
33270 ____________________________________________________________________________
33271 [ 10879] By: jhi                                   on 2001/06/24  13:00:47
33272         Log: Subject: Re: [PATCH 5.6.1] OS2 linking
33273              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
33274              Date: Sun, 24 Jun 2001 05:15:11 -0400
33275              Message-ID: <20010624051511.A27544@math.ohio-state.edu>
33276              
33277              Add ordinals to the export list for Perl DLL.
33278              (Breaks intra-version DLL compatibility.)
33279      Branch: perl
33280            ! makedef.pl
33281 ____________________________________________________________________________
33282 [ 10878] By: jhi                                   on 2001/06/24  02:12:04
33283         Log: Allow (displaying and) re-editing the Subject in perlbug.
33284              Also abstract the Subject quality control into a function.
33285      Branch: perl
33286            ! utils/perlbug.PL
33287 ____________________________________________________________________________
33288 [ 10877] By: jhi                                   on 2001/06/24  01:40:53
33289         Log: Display $ENV{CYGWIN} in perlbug if set (like #10875 for perl -V).
33290      Branch: perl
33291            ! utils/perlbug.PL
33292 ____________________________________________________________________________
33293 [ 10876] By: jhi                                   on 2001/06/24  01:37:05
33294         Log: Regen toc and modlib.
33295      Branch: perl
33296            ! pod/perlmodlib.pod pod/perltoc.pod
33297 ____________________________________________________________________________
33298 [ 10875] By: jhi                                   on 2001/06/24  01:29:33
33299         Log: In Cygwin display the $ENV{CYGWIN} under perl -V, as suggested
33300              by John Peacock.  (Can be 'ntea' which means emulate UNIX file
33301              attribute semantics as much as possible, or 'ntsec' which uses
33302              native NTFS semantics.)  (See also #10877.)
33303      Branch: perl
33304            ! perl.c
33305 ____________________________________________________________________________
33306 [ 10874] By: jhi                                   on 2001/06/23  23:57:28
33307         Log: (Retracted by #11586)
33308              
33309              Hack to get rid of the UNEXPECTEDLY succeeded message for now.
33310      Branch: perl
33311            ! lib/Test/Harness.pm
33312 ____________________________________________________________________________
33313 [ 10873] By: jhi                                   on 2001/06/23  23:36:56
33314         Log: Just zap the -uPerlio.
33315      Branch: perl
33316            ! ext/B/Stash.t
33317 ____________________________________________________________________________
33318 [ 10872] By: jhi                                   on 2001/06/23  21:29:10
33319         Log: Do not test PerlIO if PerlIO not used.
33320      Branch: perl
33321            ! ext/PerlIO/PerlIO.t
33322 ____________________________________________________________________________
33323 [ 10871] By: jhi                                   on 2001/06/23  21:12:49
33324         Log: Regen perlapi.
33325      Branch: perl
33326            ! pod/perlapi.pod
33327 ____________________________________________________________________________
33328 [ 10870] By: jhi                                   on 2001/06/23  21:03:31
33329         Log: Subject: [PATCH] Re: [PATCH] nuke strtol (was Re: One fix for strtoul not setting errno)
33330              From: Nicholas Clark <nick@ccl4.org>
33331              Date: Sat, 23 Jun 2001 22:55:47 +0100
33332              Message-ID: <20010623225547.Z98663@plum.flirble.org>
33333      Branch: perl
33334            ! numeric.c
33335 ____________________________________________________________________________
33336 [ 10869] By: jhi                                   on 2001/06/23  17:13:21
33337         Log: Subject: [PATCH: perl@10825] MacOS fixups for new lib/h2xs.t
33338              From: Prymmer/Kahn <pvhp@best.com>
33339              Date: Sat, 23 Jun 2001 11:08:52 -0700 (PDT)
33340              Message-ID: <Pine.BSF.4.21.0106231105380.25634-100000@shell8.ba.best.com>
33341      Branch: perl
33342            ! lib/h2xs.t
33343 ____________________________________________________________________________
33344 [ 10868] By: jhi                                   on 2001/06/23  16:04:38
33345         Log: cygwin needs cygwin1.dll in PATH or cwd to run external programs.
33346              cygwin does not taint cwd, just like win32.
33347      Branch: perl
33348            ! lib/File/Find/taint.t t/op/taint.t
33349 ____________________________________________________________________________
33350 [ 10867] By: jhi                                   on 2001/06/23  15:39:15
33351         Log: Retract #10865, the patch should be unnecessary.
33352              (But seemingly helpful in Cygwin?  Strange.)
33353      Branch: perl
33354            ! lib/Memoize/t/tie_ndbm.t
33355 ____________________________________________________________________________
33356 [ 10866] By: jhi                                   on 2001/06/23  15:06:30
33357         Log: Misplaced test file; plus Cygwin filesystem semantics.
33358      Branch: perl
33359            + ext/SDBM_File/sdbm.t
33360            - ext/ODBM_File/sdbm.t
33361            ! MANIFEST
33362 ____________________________________________________________________________
33363 [ 10865] By: jhi                                   on 2001/06/23  15:01:02
33364         Log: (Retracted by #10867.)
33365      Branch: perl
33366            ! lib/Memoize/t/tie_ndbm.t
33367 ____________________________________________________________________________
33368 [ 10864] By: jhi                                   on 2001/06/23  14:25:43
33369         Log: Metaconfig unit change for #10863.
33370      Branch: metaconfig/U/perl
33371            ! Extensions.U
33372 ____________________________________________________________________________
33373 [ 10863] By: jhi                                   on 2001/06/23  14:25:20
33374         Log: In Cygwin do not build NDBM_File and ODBM_File unless
33375              -lndbm and -ldbm are available.
33376      Branch: perl
33377            ! Configure config_h.SH
33378 ____________________________________________________________________________
33379 [ 10862] By: jhi                                   on 2001/06/23  14:02:14
33380         Log: More Cygwin filesystem semantics.
33381      Branch: perl
33382            ! t/io/fs.t t/op/stat.t
33383 ____________________________________________________________________________
33384 [ 10861] By: jhi                                   on 2001/06/23  13:38:00
33385         Log: More DOSish permission semantics for Cygwin.
33386      Branch: perl
33387            ! lib/AnyDBM_File.t
33388 ____________________________________________________________________________
33389 [ 10860] By: jhi                                   on 2001/06/23  13:32:41
33390         Log: Cygwin too has different permission semantics.
33391      Branch: perl
33392            ! ext/GDBM_File/gdbm.t
33393 ____________________________________________________________________________
33394 [ 10859] By: jhi                                   on 2001/06/23  13:30:06
33395         Log: The group (and assumedly passwd) databases can have
33396              only one entry (this is the case in cygwin).
33397      Branch: perl
33398            ! t/op/grent.t t/op/pwent.t
33399 ____________________________________________________________________________
33400 [ 10858] By: jhi                                   on 2001/06/23  13:16:26
33401         Log: Also in Cygwin use Socket to figure out domainname
33402              (if any) (avoids trying to call external 'domainname',
33403              which doesn't at the moment exist in Cygwin)
33404      Branch: perl
33405            ! lib/Net/Domain.pm
33406 ____________________________________________________________________________
33407 [ 10857] By: jhi                                   on 2001/06/23  12:48:32
33408         Log: Remove also the lib$Foo.def, not just $Foo.def.
33409      Branch: perl
33410            ! lib/ExtUtils/MM_Unix.pm
33411 ____________________________________________________________________________
33412 [ 10856] By: jhi                                   on 2001/06/23  12:21:53
33413         Log: In UTS do signal(SIGFPE, SIG_IGN) in PERL_SYS_INIT().
33414      Branch: perl
33415            ! unixish.h
33416 ____________________________________________________________________________
33417 [ 10855] By: jhi                                   on 2001/06/23  12:14:15
33418         Log: Fix for ID 20010619.003, the [[:print:]] is not supposed
33419              to match the whole isprint(), only the space character.
33420      Branch: perl
33421            ! handy.h pod/perlre.pod t/op/pat.t
33422 ____________________________________________________________________________
33423 [ 10854] By: nick                                  on 2001/06/23  08:09:33
33424         Log: Integrate mainline
33425      Branch: perlio
33426           !> Configure ext/IPC/SysV/Semaphore.pm hints/unicos.sh
33427           !> lib/ExtUtils.t lib/File/Find/taint.t
33428           !> lib/Math/BigInt/t/bigintpm.t lib/Net/netent.t
33429           !> lib/Net/protoent.t lib/Net/servent.t mg.c t/op/mkdir.t
33430           !> t/op/sprintf.t vms/descrip_mms.template vms/ext/Stdio/Stdio.xs
33431 ____________________________________________________________________________
33432 [ 10853] By: jhi                                   on 2001/06/23  03:48:09
33433         Log: Make also the bigintpm.t (like op/sprintf.t) be less demanding
33434              with its floats    in os390 and s390 (UTS).
33435      Branch: perl
33436            ! lib/Math/BigInt/t/bigintpm.t
33437 ____________________________________________________________________________
33438 [ 10852] By: jhi                                   on 2001/06/23  03:38:53
33439         Log: Add also UTS (s390) to the non-IEEE float platforms.
33440      Branch: perl
33441            ! t/op/sprintf.t
33442 ____________________________________________________________________________
33443 [ 10851] By: jhi                                   on 2001/06/23  03:36:04
33444         Log: Subject: RFC: what are applicable standards for exponent sizes?
33445              From: Peter Prymmer <pvhp@forte.com>
33446              Date: Tue, 19 Jun 2001 17:18:06 -0700 (PDT)
33447              Message-ID: <Pine.OSF.4.10.10106191712070.361736-100000@aspara.forte.com>
33448      Branch: perl
33449            ! t/op/sprintf.t
33450 ____________________________________________________________________________
33451 [ 10850] By: jhi                                   on 2001/06/23  03:29:04
33452         Log: Subject: [PATCH: perl@10825] build (and test!) VMS::Stdio on VMS
33453              From: Peter Prymmer <pvhp@forte.com>
33454              Date: Fri, 22 Jun 2001 19:08:23 -0700 (PDT)
33455              Message-ID: <Pine.OSF.4.10.10106221903270.24012-100000@aspara.forte.com>
33456      Branch: perl
33457            ! vms/descrip_mms.template vms/ext/Stdio/Stdio.xs
33458 ____________________________________________________________________________
33459 [ 10849] By: jhi                                   on 2001/06/23  03:27:21
33460         Log: Subject: [PATCH: perl@10825] correction to lib/ExtUtils.t patch
33461              From: Peter Prymmer <pvhp@forte.com>
33462              Date: Fri, 22 Jun 2001 17:56:01 -0700 (PDT)
33463              Message-ID: <Pine.OSF.4.10.10106221754180.24012-100000@aspara.forte.com>
33464      Branch: perl
33465            ! lib/ExtUtils.t
33466 ____________________________________________________________________________
33467 [ 10848] By: jhi                                   on 2001/06/22  21:51:31
33468         Log: Retract #10845.
33469      Branch: perl
33470            ! lib/File/Find/taint.t
33471 ____________________________________________________________________________
33472 [ 10847] By: jhi                                   on 2001/06/22  21:50:38
33473         Log: Yet another error message.
33474      Branch: perl
33475            ! t/op/mkdir.t
33476 ____________________________________________________________________________
33477 [ 10846] By: jhi                                   on 2001/06/22  21:48:39
33478         Log: The croak message for nonexistent socket functions may vary.
33479      Branch: perl
33480            ! lib/Net/netent.t lib/Net/protoent.t lib/Net/servent.t
33481 ____________________________________________________________________________
33482 [ 10845] By: jhi                                   on 2001/06/22  21:42:38
33483         Log: (Retracted by #10848.)
33484      Branch: perl
33485            ! lib/File/Find/taint.t
33486 ____________________________________________________________________________
33487 [ 10844] By: jhi                                   on 2001/06/22  21:32:58
33488         Log: Integrate perlio.
33489      Branch: perl
33490           !> lib/File/Find/taint.t t/op/write.t
33491 ____________________________________________________________________________
33492 [ 10843] By: nick                                  on 2001/06/22  21:24:51
33493         Log: Back out debug in taint.t
33494      Branch: perlio
33495            ! lib/File/Find/taint.t
33496 ____________________________________________________________________________
33497 [ 10842] By: jhi                                   on 2001/06/22  21:20:02
33498         Log: setitimer() does not exist in Unicos, despite of what
33499              Configure thinks, from Mark P. Lutz.
33500      Branch: perl
33501            ! hints/unicos.sh
33502 ____________________________________________________________________________
33503 [ 10841] By: nick                                  on 2001/06/22  21:19:36
33504         Log: Skip cwd test on Win32 ???
33505      Branch: perlio
33506            ! lib/File/Find/taint.t
33507 ____________________________________________________________________________
33508 [ 10840] By: jhi                                   on 2001/06/22  21:17:34
33509         Log: Casting this way seems to keep both 64-bitint x86 FreeBSD
33510              and Tru64 gcc -Wall happy.
33511      Branch: perl
33512            ! mg.c
33513 ____________________________________________________________________________
33514 [ 10839] By: jhi                                   on 2001/06/22  21:15:32
33515         Log: The packs must be done in native shorts, fix from Mark P. Lutz.
33516      Branch: perl
33517            ! ext/IPC/SysV/Semaphore.pm
33518 ____________________________________________________________________________
33519 [ 10838] By: jhi                                   on 2001/06/22  21:12:02
33520         Log: Metaconfig unit change for #10837.
33521      Branch: metaconfig/U/perl
33522            ! Cross.U
33523 ____________________________________________________________________________
33524 [ 10837] By: jhi                                   on 2001/06/22  21:09:42
33525         Log: Cleanup of the cross-compilation unit.
33526      Branch: perl
33527            ! Configure
33528 ____________________________________________________________________________
33529 [ 10836] By: nick                                  on 2001/06/22  20:45:12
33530         Log: Skip |- based op/write.t on Win32 as well as VMS
33531      Branch: perlio
33532            ! t/op/write.t
33533 ____________________________________________________________________________
33534 [ 10835] By: jhi                                   on 2001/06/22  20:44:20
33535         Log: Integrate perlio.
33536      Branch: perl
33537           !> util.c
33538 ____________________________________________________________________________
33539 [ 10834] By: nick                                  on 2001/06/22  20:41:54
33540         Log: Integrate mainline
33541      Branch: perlio
33542           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
33543           !> config_h.SH pp_sys.c uconfig.h util.c vos/config.alpha.h
33544           !> vos/config.ga.h
33545 ____________________________________________________________________________
33546 [ 10833] By: nick                                  on 2001/06/22  20:22:58
33547         Log: Patcho fix.
33548      Branch: perlio
33549            ! util.c
33550 ____________________________________________________________________________
33551 [ 10832] By: jhi                                   on 2001/06/22  20:13:02
33552         Log: Metaconfig unit changes for #10831.
33553      Branch: metaconfig
33554            ! U/compline/d_safebcpy.U U/compline/d_safemcpy.U
33555 ____________________________________________________________________________
33556 [ 10831] By: jhi                                   on 2001/06/22  20:12:29
33557         Log: Subject: [PATCH 5.7.x] Further tiny bcopy cleanup
33558              From: Andy Dougherty <doughera@lafayette.edu>
33559              Date: Fri, 22 Jun 2001 14:29:51 -0400 (EDT)
33560              Message-ID: <Pine.SOL.4.10.10106221417030.28044-100000@maxwell.phys.lafayette.edu>
33561      Branch: perl
33562            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
33563            ! config_h.SH uconfig.h vos/config.alpha.h vos/config.ga.h
33564 ____________________________________________________________________________
33565 [ 10830] By: jhi                                   on 2001/06/22  19:50:15
33566         Log: MPE/iX prototype nits from Mark Bixby.
33567      Branch: perl
33568            ! pp_sys.c
33569 ____________________________________________________________________________
33570 [ 10829] By: jhi                                   on 2001/06/22  16:25:16
33571         Log: Detypo.
33572      Branch: perl
33573            ! util.c
33574 ____________________________________________________________________________
33575 [ 10828] By: nick                                  on 2001/06/22  15:33:37
33576         Log: Integrate mainline (in near desperate attempt to get Win32 to build...)
33577      Branch: perlio
33578           +> lib/h2xs.t
33579           !> AUTHORS Changes MANIFEST Makefile.SH NetWare/t/NWScripts.pl
33580           !> ext/B/Deparse.t ext/POSIX/POSIX.xs lib/ExtUtils.t
33581           !> lib/ExtUtils/Constant.pm lib/I18N/LangTags.pm
33582           !> lib/I18N/LangTags/ChangeLog lib/I18N/LangTags/test.pl
33583           !> lib/Locale/Maketext.pm lib/Locale/Maketext.pod
33584           !> lib/Locale/Maketext/ChangeLog lib/Locale/Maketext/test.pl
33585           !> lib/Math/BigFloat.pm lib/Math/BigInt.pm patchlevel.h
33586           !> t/op/write.t t/pod/plainer.t utils/h2xs.PL vms/vms.c
33587           !> vms/vmsish.h
33588 ____________________________________________________________________________
33589 [ 10827] By: jhi                                   on 2001/06/22  14:15:26
33590         Log: Subject: [PATCH perl@10800] sigaction workaround for VMS
33591              Date: Fri, 22 Jun 2001 10:08:35 -0500
33592              From: "Craig A. Berry" <craigberry@mac.com>
33593              Message-Id: <a05101001b75908704194@[192.168.56.145]>
33594      Branch: perl
33595            ! vms/vms.c vms/vmsish.h
33596 ____________________________________________________________________________
33597 [ 10826] By: jhi                                   on 2001/06/22  13:35:37
33598         Log: NetWare scripts tweak from Ananth Kesari.
33599      Branch: perl
33600            ! NetWare/t/NWScripts.pl
33601 ____________________________________________________________________________
33602 [ 10825] By: jhi                                   on 2001/06/22  13:00:55
33603         Log: Update Changes.
33604      Branch: perl
33605            ! Changes patchlevel.h
33606 ____________________________________________________________________________
33607 [ 10824] By: jhi                                   on 2001/06/22  12:46:56
33608         Log: Add .i and .s targets.
33609      Branch: perl
33610            ! Makefile.SH
33611 ____________________________________________________________________________
33612 [ 10823] By: jhi                                   on 2001/06/22  12:25:20
33613         Log: Upgrade to Locale::Maketext 1.03.
33614      Branch: perl
33615            ! lib/Locale/Maketext.pm lib/Locale/Maketext.pod
33616            ! lib/Locale/Maketext/ChangeLog lib/Locale/Maketext/test.pl
33617 ____________________________________________________________________________
33618 [ 10822] By: jhi                                   on 2001/06/22  12:23:57
33619         Log: Upgrade to I18N::LangTags 0.26.
33620      Branch: perl
33621            ! lib/I18N/LangTags.pm lib/I18N/LangTags/ChangeLog
33622            ! lib/I18N/LangTags/test.pl
33623 ____________________________________________________________________________
33624 [ 10821] By: jhi                                   on 2001/06/22  12:16:41
33625         Log: The #10792 didn't take, and s/sighni/signi/, as noticed by
33626              Philip Newton.
33627      Branch: perl
33628            ! lib/ExtUtils/Constant.pm lib/Locale/Maketext.pod
33629            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm
33630 ____________________________________________________________________________
33631 [ 10820] By: jhi                                   on 2001/06/22  12:13:37
33632         Log: Subject: [PATCH: perl@10800] trigraphs and tests for h2xs
33633              From: Prymmer/Kahn <pvhp@best.com>
33634              Date: Fri, 22 Jun 2001 00:03:24 -0700 (PDT)
33635              Message-ID: <Pine.BSF.4.21.0106212354510.6026-100000@shell8.ba.best.com>
33636      Branch: perl
33637            + lib/h2xs.t
33638            ! MANIFEST utils/h2xs.PL
33639 ____________________________________________________________________________
33640 [ 10819] By: jhi                                   on 2001/06/22  12:11:56
33641         Log: Subject: [PATCH: perl@10800] nmake specific cleanliness for lib/ExtUtils.t
33642              From: Prymmer/Kahn <pvhp@best.com>
33643              Date: Thu, 21 Jun 2001 23:53:27 -0700 (PDT)
33644              Message-ID: <Pine.BSF.4.21.0106212346540.6026-100000@shell8.ba.best.com>
33645      Branch: perl
33646            ! lib/ExtUtils.t
33647 ____________________________________________________________________________
33648 [ 10818] By: jhi                                   on 2001/06/22  12:11:08
33649         Log: Subject: [PATCH: perl@10800] clean up after t/pod/plainer.t on Win32
33650              From: Prymmer/Kahn <pvhp@best.com>
33651              Date: Thu, 21 Jun 2001 23:45:15 -0700 (PDT)
33652              Message-ID: <Pine.BSF.4.21.0106212341510.6026-100000@shell8.ba.best.com>
33653      Branch: perl
33654            ! t/pod/plainer.t
33655 ____________________________________________________________________________
33656 [ 10817] By: jhi                                   on 2001/06/22  12:10:05
33657         Log: AUTHORS update.
33658      Branch: perl
33659            ! AUTHORS
33660 ____________________________________________________________________________
33661 [ 10816] By: jhi                                   on 2001/06/22  12:08:24
33662         Log: Subject: should POSIX.xs use XSRETURN_UNDEF in sigaction?
33663              From: "Craig A. Berry" <craigberry@mac.com>
33664              Date: Thu, 21 Jun 2001 18:20:38 -0500
33665              Message-Id: <5.1.0.14.0.20010621180227.02a8e930@exchi01>
33666      Branch: perl
33667            ! ext/POSIX/POSIX.xs
33668 ____________________________________________________________________________
33669 [ 10815] By: jhi                                   on 2001/06/22  12:07:19
33670         Log: Subject: [PATCH perl@10765] fix Deparse.t and write.t for VMS
33671              From: "Craig A. Berry" <craigberry@mac.com>
33672              Date: Thu, 21 Jun 2001 09:58:52 -0500
33673              Message-Id: <5.1.0.14.0.20010620172532.033cdb88@exchi01>
33674      Branch: perl
33675            ! ext/B/Deparse.t t/op/write.t
33676 ____________________________________________________________________________
33677 [ 10814] By: nick                                  on 2001/06/22  08:13:09
33678         Log: Integrate mainline.
33679      Branch: perlio
33680           !> (integrate 46 files)
33681 ____________________________________________________________________________
33682 [ 10813] By: jhi                                   on 2001/06/22  02:48:58
33683         Log: Change the prefixes only if $prefix is unset,
33684              as originally patched by Marcel Grunauer.
33685      Branch: perl
33686            ! hints/darwin.sh hints/rhapsody.sh
33687 ____________________________________________________________________________
33688 [ 10812] By: jhi                                   on 2001/06/22  02:44:41
33689         Log: Subject: Re: Patch for hints/darwin.sh
33690              From: Wilfredo Sanchez <wsanchez@MIT.EDU>
33691              Date: Thu, 21 Jun 2001 11:23:46 -0700
33692              Message-Id: <200106211823.OAA01089@melbourne-city-street.mit.edu>
33693      Branch: perl
33694            ! hints/darwin.sh hints/rhapsody.sh
33695 ____________________________________________________________________________
33696 [ 10811] By: jhi                                   on 2001/06/22  02:34:27
33697         Log: Add .PHONY targets for non-file targets,
33698              from Wilfredo Sánchez.  Should help saying
33699              "make install" on case-insensitive filesystems.
33700      Branch: perl
33701            ! Makefile.SH
33702 ____________________________________________________________________________
33703 [ 10810] By: jhi                                   on 2001/06/22  02:01:23
33704         Log: Subject: Re: Automated smoke report for patch 10764 (truncated)
33705              From: Doug MacEachern <dougm@covalent.net>
33706              Date: Thu, 21 Jun 2001 19:32:05 -0700 (PDT)
33707              Message-ID: <Pine.LNX.4.21.0106211925020.17261-100000@mako.covalent.net>
33708              
33709              plus reword the getcwd() comment, plus use getcwd() buffer
33710              size minus one.
33711      Branch: perl
33712            ! util.c
33713 ____________________________________________________________________________
33714 [ 10809] By: jhi                                   on 2001/06/22  01:16:58
33715         Log: More gprofing from Doug MacEachern.
33716      Branch: perl
33717            ! Makefile.SH
33718 ____________________________________________________________________________
33719 [ 10808] By: jhi                                   on 2001/06/22  01:15:11
33720         Log: Metaconfig unit change for #10807.
33721      Branch: metaconfig/U/perl
33722            ! d_sfio.U
33723 ____________________________________________________________________________
33724 [ 10807] By: jhi                                   on 2001/06/22  01:14:43
33725         Log: Tell that you are removing the unneeded -lsfio.
33726      Branch: perl
33727            ! Configure
33728 ____________________________________________________________________________
33729 [ 10806] By: jhi                                   on 2001/06/22  01:03:14
33730         Log: More MPE/iX tweaks from Mark Bixby.
33731      Branch: perl
33732            ! perl.c t/op/magic.t
33733 ____________________________________________________________________________
33734 [ 10805] By: jhi                                   on 2001/06/21  22:41:11
33735         Log: The fchdir() proto is supposed to live in <unistd.h>.
33736      Branch: perl
33737            ! ext/Cwd/Cwd.xs
33738 ____________________________________________________________________________
33739 [ 10804] By: jhi                                   on 2001/06/21  22:24:42
33740         Log: This town is too small for the Cwd extension and me,
33741              it would seem...
33742      Branch: perl
33743            ! ext/Cwd/Cwd.xs
33744 ____________________________________________________________________________
33745 [ 10803] By: jhi                                   on 2001/06/21  21:54:00
33746         Log: Metaconfig unit change for #10802.
33747      Branch: metaconfig/U/perl
33748            ! d_modfl.U
33749 ____________________________________________________________________________
33750 [ 10802] By: jhi                                   on 2001/06/21  21:53:37
33751         Log: More d'ohs.
33752      Branch: perl
33753            ! Configure
33754 ____________________________________________________________________________
33755 [ 10801] By: jhi                                   on 2001/06/21  21:38:38
33756         Log: Off-by-one.  I'm so classic.
33757      Branch: perl
33758            ! util.c
33759 ____________________________________________________________________________
33760 [ 10800] By: jhi                                   on 2001/06/21  20:10:19
33761         Log: Update Changes.
33762      Branch: perl
33763            ! Changes patchlevel.h
33764 ____________________________________________________________________________
33765 [ 10799] By: jhi                                   on 2001/06/21  20:03:54
33766         Log: Subject: Documentation patch for Net::FTP
33767              From: Marcel Grunauer <marcel@codewerk.com>
33768              Date: Wed, 20 Jun 2001 23:03:26 +0200
33769              Message-Id: <20010620210309.DCMT6087.viemta06@localhost>
33770      Branch: perl
33771            ! lib/Net/FTP.pm
33772 ____________________________________________________________________________
33773 [ 10798] By: jhi                                   on 2001/06/21  20:01:14
33774         Log: Retract the #10417 mg.c and embed.pl parts because of
33775              strange SEGVs in 64bit x86 FreeBSD observed by
33776              Nicholas Clark.
33777      Branch: perl
33778            ! embed.pl mg.c perlapi.c pod/perlintern.pod proto.h
33779 ____________________________________________________________________________
33780 [ 10797] By: jhi                                   on 2001/06/21  19:40:34
33781         Log: Add fchdir() probe (in non-UNIX systems assume it doesn't exist).
33782      Branch: perl
33783            ! Configure NetWare/config.wc NetWare/config_H.wc
33784            ! Porting/Glossary Porting/config.sh Porting/config_H
33785            ! config_h.SH configure.com epoc/config.sh uconfig.h uconfig.sh
33786            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
33787            ! vos/config.ga.h win32/config.bc win32/config.gc
33788            ! win32/config.vc win32/config_H.bc win32/config_H.gc
33789            ! win32/config_H.vc
33790 ____________________________________________________________________________
33791 [ 10796] By: jhi                                   on 2001/06/21  19:08:28
33792         Log: Cwd tweak from Doug MacEachern.
33793      Branch: perl
33794            ! ext/Cwd/Cwd.xs
33795 ____________________________________________________________________________
33796 [ 10795] By: jhi                                   on 2001/06/21  19:03:48
33797         Log: Protect the fchdir() and lstat() with ifdefs.
33798              fchdir() needs a Configure probe.
33799      Branch: perl
33800            ! ext/Cwd/Cwd.xs
33801 ____________________________________________________________________________
33802 [ 10794] By: nick                                  on 2001/06/21  17:11:35
33803         Log: Integrate mainline
33804      Branch: perlio
33805           +> ext/File/Glob/t/basic.t ext/File/Glob/t/case.t
33806           +> ext/File/Glob/t/global.t ext/File/Glob/t/taint.t
33807           +> lib/Attribute/Handlers/test.pl lib/File/Temp/t/mktemp.t
33808           +> lib/File/Temp/t/posix.t lib/File/Temp/t/security.t
33809           +> lib/File/Temp/t/tempfile.t lib/Getopt/Long/t/basic.t
33810           +> lib/Getopt/Long/t/compat.t lib/Getopt/Long/t/linkage.t
33811           +> lib/Getopt/Long/t/oo.t lib/Text/TabsWrap/t/fill.t
33812           +> lib/Text/TabsWrap/t/tabs.t lib/Text/TabsWrap/t/wrap.t
33813            - lib/Attribute/Handlers.t lib/File/Glob/basic.t
33814            - lib/File/Glob/case.t lib/File/Glob/global.t
33815            - lib/File/Glob/taint.t lib/File/Temp/mktemp.t
33816            - lib/File/Temp/posix.t lib/File/Temp/security.t
33817            - lib/File/Temp/tempfile.t lib/Getopt/Long/basic.t
33818            - lib/Getopt/Long/compat.t lib/Getopt/Long/linkage.t
33819            - lib/Getopt/Long/oo.t lib/Text/Tabs.t lib/Text/Wrap/fill.t
33820            - lib/Text/Wrap/wrap.t
33821           !> (integrate 41 files)
33822 ____________________________________________________________________________
33823 [ 10793] By: jhi                                   on 2001/06/21  17:01:26
33824         Log: Subject: [PATCH perl@10765] fix Cwd.xs for VMS
33825              From: "Craig A. Berry" <craig.berry@SignalTreeSolutions.com>
33826              Date: Thu, 21 Jun 2001 13:04:54 -0500
33827              Message-Id: <5.1.0.14.0.20010621124127.029fe120@exchi01>
33828      Branch: perl
33829            ! ext/Cwd/Cwd.xs
33830 ____________________________________________________________________________
33831 [ 10792] By: jhi                                   on 2001/06/21  16:13:57
33832         Log: Subject: [PATCH pod] overlong =item
33833              From: Robin Barker <rmb1@cise.npl.co.uk>
33834              Date: Thu, 21 Jun 2001 18:08:04 +0100 (BST)
33835              Message-Id: <200106211708.SAA08097@tempest.npl.co.uk>
33836      Branch: perl
33837            ! lib/ExtUtils/Constant.pm lib/Locale/Maketext.pod
33838            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm
33839 ____________________________________________________________________________
33840 [ 10791] By: jhi                                   on 2001/06/21  16:10:51
33841         Log: Subject: [PATCH perlio.c] format 
33842              From: Robin Barker <rmb1@cise.npl.co.uk>
33843              Date: Thu, 21 Jun 2001 18:05:02 +0100 (BST)
33844              Message-Id: <200106211705.SAA08067@tempest.npl.co.uk>
33845      Branch: perl
33846            ! perlio.c
33847 ____________________________________________________________________________
33848 [ 10790] By: jhi                                   on 2001/06/21  15:52:04
33849         Log: Subject: Re: [PATCH 5.7.1] sv.c documentation
33850              From: Radu Greab <radu@netsoft.ro>
33851              Date: Thu, 21 Jun 2001 19:06:02 +0300
33852              Message-ID: <15154.7018.376419.295092@ix.netsoft.ro>
33853      Branch: perl
33854            ! pod/perlapi.pod sv.c
33855 ____________________________________________________________________________
33856 [ 10789] By: jhi                                   on 2001/06/21  14:48:25
33857         Log: The metaconfig unit changes for #10788.
33858      Branch: metaconfig/U/perl
33859            ! Cross.U fflushall.U
33860 ____________________________________________________________________________
33861 [ 10788] By: jhi                                   on 2001/06/21  14:47:48
33862         Log: Cross-configuration changes: make $from to rm the files
33863              before copying them over (this means that he rm can be
33864              removed from the fflushall test), create $targetmkdir      
33865              (not documented in install since it is supposed to internal
33866              use only), make $run to copy over the executable only if
33867              a stamp file .xok doesn't already exist (to avoid unnecessary
33868              copying of the executable)
33869      Branch: perl
33870            ! Configure Makefile.SH
33871 ____________________________________________________________________________
33872 [ 10787] By: nick                                  on 2001/06/21  14:16:18
33873         Log: Integrate mainline
33874      Branch: perlio
33875           +> lib/I18N/LangTags/ChangeLog lib/I18N/LangTags/List.pm
33876           +> lib/I18N/LangTags/README lib/Locale/Maketext/ChangeLog
33877           +> lib/Locale/Maketext/README lib/Locale/Maketext/test.pl
33878            - lib/I18N/LangTags/List.pod lib/Locale/Maketext.t
33879           !> (integrate 34 files)
33880 ____________________________________________________________________________
33881 [ 10786] By: jhi                                   on 2001/06/21  13:59:32
33882         Log: Re-add the files as text.
33883      Branch: perl
33884            + t/lib/locale/latin1 t/lib/locale/utf8 t/lib/warnings/utf8
33885 ____________________________________________________________________________
33886 [ 10785] By: jhi                                   on 2001/06/21  13:57:55
33887         Log: Delete the binary files.
33888      Branch: perl
33889            - t/lib/locale/latin1 t/lib/locale/utf8 t/lib/warnings/utf8
33890 ____________________________________________________________________________
33891 [ 10784] By: jhi                                   on 2001/06/21  13:49:47
33892         Log: Subject: [PATCH 5.7.x] Unnecessary pod2man calls in new extensions
33893              From: Andy Dougherty <doughera@lafayette.edu>
33894              Date: Thu, 21 Jun 2001 10:44:05 -0400 (EDT)
33895              Message-ID: <Pine.SOL.4.10.10106211040180.26439-100000@maxwell.phys.lafayette.edu>
33896      Branch: perl
33897            ! ext/Digest/MD5/Makefile.PL ext/List/Util/Makefile.PL
33898            ! ext/MIME/Base64/Makefile.PL ext/PerlIO/Scalar/Makefile.PL
33899            ! ext/PerlIO/Via/Makefile.PL ext/Time/HiRes/Makefile.PL
33900            ! ext/Time/Piece/Makefile.PL ext/XS/Typemap/Makefile.PL
33901 ____________________________________________________________________________
33902 [ 10783] By: jhi                                   on 2001/06/21  13:46:50
33903         Log: Subject: [ID 20010621.002] UnixWare 7.1.1 and Perl-5.6.1 problems
33904              From: 0000-Admin <root@egg.karlov.mff.cuni.cz>(0000)
33905              Date: Wed, 20 Jun 2001 14:11:49 +0200 (MET DST) 
33906              Message-Id: <200106201211.f5KCBnm24320@egg.karlov.mff.cuni.cz>
33907              
33908              Setting umask to something friendlier.
33909      Branch: perl
33910            ! installman installperl
33911 ____________________________________________________________________________
33912 [ 10782] By: jhi                                   on 2001/06/21  13:42:17
33913         Log: Shuffle around tests to (ext|lib)/.../t/ subdirectories.
33914              Resort MANIFEST with sort -f, looks much better.
33915      Branch: perl
33916            + ext/File/Glob/t/basic.t ext/File/Glob/t/case.t
33917            + ext/File/Glob/t/global.t ext/File/Glob/t/taint.t
33918            + lib/Attribute/Handlers/test.pl lib/File/Temp/t/mktemp.t
33919            + lib/File/Temp/t/posix.t lib/File/Temp/t/security.t
33920            + lib/File/Temp/t/tempfile.t lib/Getopt/Long/t/basic.t
33921            + lib/Getopt/Long/t/compat.t lib/Getopt/Long/t/linkage.t
33922            + lib/Getopt/Long/t/oo.t lib/Text/TabsWrap/t/fill.t
33923            + lib/Text/TabsWrap/t/tabs.t lib/Text/TabsWrap/t/wrap.t
33924            - lib/Attribute/Handlers.t lib/File/Glob/basic.t
33925            - lib/File/Glob/case.t lib/File/Glob/global.t
33926            - lib/File/Glob/taint.t lib/File/Temp/mktemp.t
33927            - lib/File/Temp/posix.t lib/File/Temp/security.t
33928            - lib/File/Temp/tempfile.t lib/Getopt/Long/basic.t
33929            - lib/Getopt/Long/compat.t lib/Getopt/Long/linkage.t
33930            - lib/Getopt/Long/oo.t lib/Text/Tabs.t lib/Text/Wrap/fill.t
33931            - lib/Text/Wrap/wrap.t
33932            ! MANIFEST
33933 ____________________________________________________________________________
33934 [ 10781] By: jhi                                   on 2001/06/21  13:16:04
33935         Log: Upgrade to I18N::LangTags 0.25.
33936      Branch: perl
33937            ! lib/I18N/LangTags.pm lib/I18N/LangTags/ChangeLog
33938            ! lib/I18N/LangTags/List.pm
33939 ____________________________________________________________________________
33940 [ 10780] By: jhi                                   on 2001/06/21  13:12:54
33941         Log: Subject: [PATCH] Step 2: Use the new PM_GETRE/SETRE macros everywhere.
33942              From: Richard Soderberg <rs@crystalflame.net>
33943              Date: Thu, 21 Jun 2001 07:01:22 -0700 (PDT)
33944              Message-ID: <Pine.LNX.4.21.0106210657400.1693-100000@oregonnet.com>
33945      Branch: perl
33946            ! dump.c ext/B/B.xs ext/B/B/C.pm ext/ByteLoader/bytecode.h mg.c
33947            ! op.c pp.c pp_ctl.c pp_hot.c regexec.c
33948 ____________________________________________________________________________
33949 [ 10779] By: jhi                                   on 2001/06/21  12:59:57
33950         Log: Test obsoleted by change #10777.
33951      Branch: perl
33952            ! t/op/sub_lval.t
33953 ____________________________________________________________________________
33954 [ 10778] By: jhi                                   on 2001/06/21  12:52:37
33955         Log: Case of confused test numbering.
33956      Branch: perl
33957            ! t/op/pat.t
33958 ____________________________________________________________________________
33959 [ 10777] By: jhi                                   on 2001/06/21  12:30:57
33960         Log: Subject: Re: Opinion on undef lvalue
33961              From: Abhijit Menon-Sen <ams@wiw.org>
33962              Date: Sun, 17 Jun 2001 13:04:46 +0530
33963              Message-ID: <20010617130446.B27925@lustre.linux.in>
33964              
33965              Allow lvalue subs to return undef in array context.
33966      Branch: perl
33967            ! pp_hot.c
33968 ____________________________________________________________________________
33969 [ 10776] By: jhi                                   on 2001/06/21  12:27:48
33970         Log: Just a guess that using the same hack for cygwin as
33971              for win32 might help.
33972      Branch: perl
33973            ! lib/File/Find/find.t
33974 ____________________________________________________________________________
33975 [ 10775] By: jhi                                   on 2001/06/21  12:25:58
33976         Log: NetWare tweaks from Guruprasad.
33977      Branch: perl
33978            ! NetWare/Makefile NetWare/Nwmain.c NetWare/config.wc
33979            ! NetWare/config_H.wc NetWare/nw5sck.c NetWare/nw5sck.h
33980            ! NetWare/nwperlsys.c NetWare/t/NWModify.pl
33981            ! NetWare/t/NWScripts.pl NetWare/t/Readme.txt
33982 ____________________________________________________________________________
33983 [ 10774] By: jhi                                   on 2001/06/21  12:21:17
33984         Log: Subject: Re: perl@10722: Bogus warnings on REs 
33985              From: Hugo <hv@crypt.compulink.co.uk>
33986              Date: Thu, 21 Jun 2001 09:51:17 +0100
33987              Message-Id: <200106210851.JAA01942@crypt.compulink.co.uk>
33988              
33989              Unroll to avoid a UTS compiler bug.
33990      Branch: perl
33991            ! regcomp.c
33992 ____________________________________________________________________________
33993 [ 10773] By: jhi                                   on 2001/06/21  12:13:13
33994         Log: Subject: Re: [PATCH] Make /o work under i?threads
33995              From: Artur Bergman <artur@contiller.se>
33996              Date: Thu, 21 Jun 2001 14:38:03 +0200
33997              Message-ID: <B757B74A.184D%artur@contiller.se>
33998      Branch: perl
33999            ! t/op/pat.t
34000 ____________________________________________________________________________
34001 [ 10772] By: jhi                                   on 2001/06/21  12:12:23
34002         Log: Subject: Re: [PATCH] Step 1 of moving regexps to the pad
34003              From: Artur Bergman <artur@contiller.se> 
34004              Date: Thu, 21 Jun 2001 14:27:33 +0200
34005              Message-ID: <B757B4D4.1849%artur@contiller.se>
34006              
34007              Plus extra parentheses.
34008      Branch: perl
34009            ! op.h
34010 ____________________________________________________________________________
34011 [ 10771] By: jhi                                   on 2001/06/21  12:10:29
34012         Log: Subject: [PATCH] Make /o work under i?threads
34013              From: Richard Soderberg <rs@crystalflame.net>
34014              Date: Thu, 21 Jun 2001 05:21:43 -0700 (PDT)
34015              Message-ID: <Pine.LNX.4.21.0106210518210.2479-100000@oregonnet.com>
34016      Branch: perl
34017            ! pp_ctl.c
34018 ____________________________________________________________________________
34019 [ 10770] By: jhi                                   on 2001/06/21  12:09:28
34020         Log: Subject: Re: [PATCH] Step 1 of moving regexps to the pad
34021              From: Artur Bergman <artur@contiller.se>
34022              Date: Thu, 21 Jun 2001 14:04:54 +0200
34023              Message-ID: <B757AF86.1842%artur@contiller.se>
34024      Branch: perl
34025            ! op.h
34026 ____________________________________________________________________________
34027 [ 10769] By: jhi                                   on 2001/06/21  12:08:03
34028         Log: Subject: Re: perl@10765: sv.c not OK on win32
34029              From: Artur Bergman <artur@contiller.se>
34030              Date: Thu, 21 Jun 2001 10:31:06 +0200
34031              Message-ID: <B7577D69.182C%artur@contiller.se>
34032      Branch: perl
34033            ! sv.c
34034 ____________________________________________________________________________
34035 [ 10768] By: jhi                                   on 2001/06/21  12:03:56
34036         Log: Subject: [PATCH 5.6.1] OS2 getpw*, getgr*
34037              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
34038              Date: Thu, 21 Jun 2001 06:23:56 -0400
34039              Message-ID: <20010621062356.A8619@math.ohio-state.edu>
34040              
34041              Subject: Re: [PATCH 5.6.1] OS2 getpw*, getgr*
34042              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
34043              Date: Thu, 21 Jun 2001 06:32:21 -0400
34044              Message-ID: <20010621063221.A8823@math.ohio-state.edu>
34045      Branch: perl
34046            ! lib/File/Glob/basic.t makedef.pl os2/os2.c os2/os2ish.h
34047 ____________________________________________________________________________
34048 [ 10767] By: jhi                                   on 2001/06/21  12:00:07
34049         Log: Subject: [PATCH] make syslog test more verbose
34050              From: Robert Spier <rspier@pobox.com>
34051              Date: Thu, 21 Jun 2001 00:54:32 -0400
34052              Message-ID: <15153.32264.295807.333073@rls.cx>
34053      Branch: perl
34054            ! ext/Sys/Syslog/syslog.t
34055 ____________________________________________________________________________
34056 [ 10766] By: jhi                                   on 2001/06/20  23:27:57
34057         Log: Subject: op/study.t refinements
34058              From: Hugo <hv@crypt.compulink.co.uk>
34059              Date: Thu, 21 Jun 2001 00:29:07 +0100
34060              Message-Id: <200106202329.AAA31397@crypt.compulink.co.uk>
34061      Branch: perl
34062            ! t/op/study.t
34063 ____________________________________________________________________________
34064 [ 10765] By: jhi                                   on 2001/06/20  19:51:47
34065         Log: Update Changes.
34066      Branch: perl
34067            ! Changes patchlevel.h
34068 ____________________________________________________________________________
34069 [ 10764] By: jhi                                   on 2001/06/20  19:00:23
34070         Log: Subject: Re: [PATCH] djgpp updates
34071              From: Laszlo Molnar <laszlo.molnar@eth.ericsson.se>
34072              Date: Wed, 20 Jun 2001 10:05:15 +0200
34073              Message-ID: <20010620100515.L5600@libra.eth.ericsson.se>
34074      Branch: perl
34075            ! djgpp/config.over
34076 ____________________________________________________________________________
34077 [ 10763] By: jhi                                   on 2001/06/20  18:58:06
34078         Log: Fix for ID 20010619.002 "When building hash, hash keys that
34079              are function calls are not being called", from Abhijit.
34080      Branch: perl
34081            ! t/base/lex.t toke.c
34082 ____________________________________________________________________________
34083 [ 10762] By: jhi                                   on 2001/06/20  18:45:00
34084         Log: Upgrade to Locale::Maketext 1.02, from Sean Burke.
34085      Branch: perl
34086            + lib/Locale/Maketext/ChangeLog lib/Locale/Maketext/README
34087            + lib/Locale/Maketext/test.pl
34088            - lib/Locale/Maketext.t
34089            ! MANIFEST lib/Locale/Maketext.pm lib/Locale/Maketext.pod
34090            ! lib/Locale/Maketext/TPJ13.pod
34091 ____________________________________________________________________________
34092 [ 10761] By: jhi                                   on 2001/06/20  18:44:15
34093         Log: Metaconfig unit change for #10760.
34094      Branch: metaconfig
34095            ! U/modified/Cppsym.U
34096 ____________________________________________________________________________
34097 [ 10760] By: jhi                                   on 2001/06/20  18:42:04
34098         Log: Do not remove the ccsym* Cppsym* files since
34099              they are useful for metaconfig units coming after us.
34100              (This is the Configure nit mentioned in #10752.)
34101      Branch: perl
34102            ! Configure
34103 ____________________________________________________________________________
34104 [ 10759] By: jhi                                   on 2001/06/20  18:02:18
34105         Log: Update to I18N::LangTags 0.24, from Sean Burke.
34106      Branch: perl
34107            + lib/I18N/LangTags/ChangeLog lib/I18N/LangTags/List.pm
34108            + lib/I18N/LangTags/README
34109            - lib/I18N/LangTags/List.pod
34110            ! MANIFEST lib/I18N/LangTags.pm lib/I18N/LangTags/test.pl
34111 ____________________________________________________________________________
34112 [ 10758] By: jhi                                   on 2001/06/20  17:34:43
34113         Log: Regen headers.
34114      Branch: perl
34115            ! embed.h embedvar.h global.sym perlapi.c perlapi.h
34116            ! pod/perlapi.pod proto.h
34117 ____________________________________________________________________________
34118 [ 10757] By: jhi                                   on 2001/06/20  17:23:08
34119         Log: Subject: [PATCH] Fixes case of CvDEPTH for perl_clone
34120              From: Artur Bergman <artur@contiller.se>
34121              Date: Wed, 20 Jun 2001 11:31:32 +0200
34122              Message-ID: <B7563A14.17D8%artur@contiller.se>
34123      Branch: perl
34124            ! embed.pl hv.c intrpvar.h sv.c sv.h
34125 ____________________________________________________________________________
34126 [ 10756] By: jhi                                   on 2001/06/20  17:13:26
34127         Log: Subject: Fix for [ID 20010124.001] POSIX::errno unreliable
34128              From: Tim Sweetman <tim@aldigital.co.uk> 
34129              Date: Wed, 13 Jun 2001 14:25:17 +0100 
34130              Message-ID: <3B2769BD.68B4F4B3@aldigital.co.uk> 
34131      Branch: perl
34132            ! ext/POSIX/POSIX.t lib/AutoLoader.pm
34133 ____________________________________________________________________________
34134 [ 10755] By: nick                                  on 2001/06/20  16:12:37
34135         Log: Integrate mainline
34136      Branch: perlio
34137           !> embed.h embed.pl ext/Cwd/Cwd.xs ext/Filter/t/call.t
34138           !> ext/IO/lib/IO/Socket/INET.pm ext/IO/lib/IO/t/io_sock.t
34139           !> ext/POSIX/POSIX.xs hints/mpeix.sh lib/File/Temp/security.t
34140           !> lib/FileHandle.t mpeix/mpeixish.h mpeix/relink objXSUB.h
34141           !> perlapi.c pod/perldiag.pod pp_sys.c proto.h t/op/pwent.t
34142           !> t/op/study.t util.c
34143 ____________________________________________________________________________
34144 [ 10754] By: gsar                                  on 2001/06/20  15:22:27
34145         Log: missing ld entry in Config.pm on Windows (makefile.mk had it,
34146              but not Makefile)
34147      Branch: maint-5.6/perl
34148            ! win32/Makefile
34149 ____________________________________________________________________________
34150 [ 10753] By: jhi                                   on 2001/06/20  14:03:20
34151         Log: Security tweak on readlink().
34152      Branch: perl
34153            ! pp_sys.c
34154 ____________________________________________________________________________
34155 [ 10752] By: jhi                                   on 2001/06/20  14:00:23
34156         Log: MPE/iX fixes from Mark Bixby (a Configure fix is also needed.)
34157      Branch: perl
34158            ! ext/Filter/t/call.t ext/IO/lib/IO/t/io_sock.t hints/mpeix.sh
34159            ! lib/File/Temp/security.t lib/FileHandle.t mpeix/mpeixish.h
34160            ! mpeix/relink t/op/pwent.t
34161 ____________________________________________________________________________
34162 [ 10751] By: jhi                                   on 2001/06/20  13:57:27
34163         Log: Reinstate #10725 (with probe for alarm()).
34164      Branch: perl
34165            ! t/op/study.t
34166 ____________________________________________________________________________
34167 [ 10750] By: jhi                                   on 2001/06/20  13:53:46
34168         Log: Replace our implementation of realpath() with OpenBSD's
34169              (src/lib/libc/stdlib/realpath.c 1.4).
34170      Branch: perl
34171            ! embed.h embed.pl ext/Cwd/Cwd.xs objXSUB.h perlapi.c
34172            ! pod/perldiag.pod proto.h util.c
34173 ____________________________________________________________________________
34174 [ 10749] By: jhi                                   on 2001/06/20  13:07:49
34175         Log: Integrate perlio.
34176      Branch: perl
34177           !> perlio.c
34178 ____________________________________________________________________________
34179 [ 10748] By: jhi                                   on 2001/06/20  13:07:18
34180         Log: No point in going into memory-saving contortions
34181              with getcwd() since there's a danger of buffer overflow.
34182              Also make the POSIX extension to use sv_getcwd().
34183              Finally, a missed proto.h fragment.
34184      Branch: perl
34185            ! ext/POSIX/POSIX.xs proto.h util.c
34186 ____________________________________________________________________________
34187 [ 10747] By: nick                                  on 2001/06/20  12:38:26
34188         Log: Fix PERLIO=unix bug, while restoring maximal buffer in PerlIOBuf_unread.
34189      Branch: perlio
34190            ! perlio.c
34191 ____________________________________________________________________________
34192 [ 10746] By: jhi                                   on 2001/06/20  11:51:10
34193         Log: Subject: Re: Bug in IO::Socket::INET module (repeat)
34194              From: Graham Barr <gbarr@pobox.com>
34195              Date: Wed, 20 Jun 2001 11:05:49 +0100
34196              Message-ID: <20010620110549.I19188@pobox.com>
34197              
34198              reported in        
34199              
34200              Subject: Bug in IO::Socket::INET module (repeat)
34201              From: "Harmon S. Nine" <hnine@netarx.com>
34202              Date: Tue, 19 Jun 2001 09:41:35 -0400
34203              Message-ID: <3B2F568F.8080605@netarx.com>
34204              
34205              The bug was that the IO::Socket::INET constructor
34206              did not allow a 'LocalPort' of 0.
34207      Branch: perl
34208            ! ext/IO/lib/IO/Socket/INET.pm
34209 ____________________________________________________________________________
34210 [ 10745] By: nick                                  on 2001/06/20  08:56:39
34211         Log: Integrate mainline.
34212      Branch: perlio
34213           !> (integrate 37 files)
34214 ____________________________________________________________________________
34215 [ 10744] By: jhi                                   on 2001/06/20  04:54:53
34216         Log: After some reading I don't think we can blindly
34217              use systems' realpath().  Too many security problems,
34218              too many buggy implementations.
34219              
34220              TODO: the realpath() emulation code in util.c doesn't
34221              seem fully operational?  (readlink(), for example?)
34222      Branch: perl
34223            ! Configure Makefile.micro Porting/Glossary Porting/config.sh
34224            ! Porting/config_H config_h.SH embed.h embed.pl global.sym
34225            ! objXSUB.h perlapi.c pod/perldiag.pod pod/perltoc.pod uconfig.h
34226            ! uconfig.sh util.c vos/config.alpha.def vos/config.alpha.h
34227            ! vos/config.ga.def vos/config.ga.h win32/config_H.bc
34228            ! win32/config_H.gc win32/config_H.vc
34229 ____________________________________________________________________________
34230 [ 10743] By: jhi                                   on 2001/06/20  00:48:48
34231         Log: Metaconfig unit change for #10738.
34232      Branch: metaconfig
34233            ! U/compline/d_gconvert.U
34234 ____________________________________________________________________________
34235 [ 10742] By: jhi                                   on 2001/06/20  00:48:20
34236         Log: Integrate change #10739 from maintperl:
34237              
34238              C<eval "/x$\r\n/x"> fails to compile correctly 
34239      Branch: perl
34240           !> t/op/pat.t toke.c
34241 ____________________________________________________________________________
34242 [ 10741] By: jhi                                   on 2001/06/20  00:41:05
34243         Log: Retract #10725 (Hugo asked NOT to apply the patch)
34244      Branch: perl
34245            ! t/op/study.t
34246 ____________________________________________________________________________
34247 [ 10740] By: jhi                                   on 2001/06/19  23:58:25
34248         Log: The test.third results were funnily named because of the
34249              new test scheme.
34250      Branch: perl
34251            ! t/TEST
34252 ____________________________________________________________________________
34253 [ 10739] By: gsar                                  on 2001/06/19  23:49:15
34254         Log: C<eval "/x$\r\n/x"> fails to compile correctly
34255      Branch: maint-5.6/perl
34256            ! t/op/pat.t toke.c
34257 ____________________________________________________________________________
34258 [ 10738] By: jhi                                   on 2001/06/19  23:04:15
34259         Log: Subject: [ID 20010619.012] Not OK: perl v5.7.1 +DEVEL10721 +devel-10722 on alpha-dec_osf-per lio 4.0f (UNINSTALLED) 
34260              From: Spider Boardman <spider@Orb.Nashua.NH.US>
34261              Date: Tue, 19 Jun 2001 19:15:40 -0400
34262              Message-Id: <200106192315.TAA18531@Orb.Nashua.NH.US>
34263              
34264              The bigintpm.t #1183 failing in Tru64 (and also Cygwin)
34265              because "1e+129" being expected but "1.e+129" being returned.
34266              The culprit (at least in Tru64) is the use of gcvt().
34267      Branch: perl
34268            ! Configure
34269 ____________________________________________________________________________
34270 [ 10737] By: jhi                                   on 2001/06/19  22:56:52
34271         Log: Subject: [PATCH perl@10722] test hunting on VMS
34272              From: "Craig A. Berry" <craigberry@mac.com>
34273              Message-Id: <5.1.0.14.0.20010619183530.01c4bdb8@exchi01>
34274              Date: Tue, 19 Jun 2001 18:59:01 -0500
34275      Branch: perl
34276            ! vms/test.com
34277 ____________________________________________________________________________
34278 [ 10736] By: jhi                                   on 2001/06/19  21:32:29
34279         Log: Subject: [PATCH] s/typos//
34280              From: Abhijit Menon-Sen <ams@wiw.org>
34281              Date: Wed, 20 Jun 2001 02:15:02 +0530
34282              Message-ID: <20010620021502.A14541@lustre.linux.in>
34283              
34284              Without the op.h s/bearword/bareword/ hunk, see
34285              http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/1998-02/msg00370.html
34286      Branch: perl
34287            ! util.c
34288 ____________________________________________________________________________
34289 [ 10735] By: jhi                                   on 2001/06/19  21:26:43
34290         Log: Metaconfig unit change for #10732 and #10733.
34291      Branch: metaconfig/U/perl
34292            ! fflushall.U
34293 ____________________________________________________________________________
34294 [ 10734] By: jhi                                   on 2001/06/19  21:24:41
34295         Log: Subject: [PATCH perl@10722] build ext/Socket dynamically on VMS
34296              From: "Craig A. Berry" <craigberry@mac.com>
34297              Date: Tue, 19 Jun 2001 17:19:48 -0500
34298              Message-Id: <5.1.0.14.0.20010619165650.01bd8478@exchi01>
34299      Branch: perl
34300            ! configure.com vms/descrip_mms.template
34301 ____________________________________________________________________________
34302 [ 10733] By: jhi                                   on 2001/06/19  19:57:44
34303         Log: Subject: [ID 20010619.011] Not OK: perl v5.7.1 +DEVEL10721 +devel-10722 on alpha-dec_osf-per lio 4.0f (UNINSTALLED)
34304              From: Spider Boardman <spider@Orb.Nashua.NH.US>
34305              Date: Tue, 19 Jun 2001 16:48:07 -0400
34306              Message-Id: <200106192048.QAA20849@Orb.Nashua.NH.US>
34307              
34308              Further fixes to fflush(NULL) detection.
34309      Branch: perl
34310            ! Configure
34311 ____________________________________________________________________________
34312 [ 10732] By: jhi                                   on 2001/06/19  19:38:20
34313         Log: AIX test -s hangs with non-existent files?
34314              (A genuine logic bug in Configure, but AIX also broken?)
34315      Branch: perl
34316            ! Configure
34317 ____________________________________________________________________________
34318 [ 10731] By: jhi                                   on 2001/06/19  19:17:35
34319         Log: AUTHORS updates.
34320      Branch: perl
34321            ! AUTHORS
34322 ____________________________________________________________________________
34323 [ 10730] By: jhi                                   on 2001/06/19  19:03:07
34324         Log: Subject: [ID 20010619.007] Not OK: perl v5.7.1 +DEVEL10721 +devel-10722 on alpha-dec_osf-perlio 4.0f (UNINSTALLED)
34325              From: Spider Boardman <spider@Orb.Nashua.NH.US>
34326              Date: Tue, 19 Jun 2001 15:33:25 -0400
34327              Message-Id: <200106191933.PAA08415@Orb.Nashua.NH.US>
34328      Branch: perl
34329            ! ext/POSIX/POSIX.t lib/warnings.t perlio.c t/lib/1_compile.t
34330            ! t/lib/warnings/pp
34331 ____________________________________________________________________________
34332 [ 10729] By: jhi                                   on 2001/06/19  18:34:10
34333         Log: Integrate perlio.
34334      Branch: perl
34335           !> lib/File/Find/find.t win32/distclean.bat
34336 ____________________________________________________________________________
34337 [ 10728] By: nick                                  on 2001/06/19  18:24:53
34338         Log: Hack File/Find/find.t to use File::Spec::Unix on Win32.
34339      Branch: perlio
34340            ! lib/File/Find/find.t win32/distclean.bat
34341 ____________________________________________________________________________
34342 [ 10727] By: jhi                                   on 2001/06/19  18:07:31
34343         Log: Furthwer tweak the fdopen() spot as suggseted by Jeff Pinyan;
34344              also add information how to find out whether one has PerlIO.
34345      Branch: perl
34346            ! pod/perlfunc.pod
34347 ____________________________________________________________________________
34348 [ 10726] By: jhi                                   on 2001/06/19  17:59:30
34349         Log: Subject: [ID 20010619.005] two typos in pod/perlfunc.pod
34350              From: Jeffrey Friedl <jfriedl@yahoo-inc.com>
34351              Date: Tue, 19 Jun 2001 11:36:32 -0700 (PDT)
34352              Message-Id: <200106191836.LAA21471@ventrue.corp.yahoo.com>
34353      Branch: perl
34354            ! pod/perlfunc.pod
34355 ____________________________________________________________________________
34356 [ 10725] By: jhi                                   on 2001/06/19  17:28:30
34357         Log: Subject: Re: [ID 20010618.006] some end-anchored regexps hang when using study 
34358              From: Hugo <hv@crypt.compulink.co.uk>
34359              Date: Tue, 19 Jun 2001 12:37:30 +0100
34360              Message-Id: <200106191137.MAA15185@crypt.compulink.co.uk>
34361      Branch: perl
34362            ! t/op/study.t
34363 ____________________________________________________________________________
34364 [ 10724] By: jhi                                   on 2001/06/19  17:22:20
34365         Log: Subject: Re: [ID 20010618.006] some end-anchored regexps hang when using study 
34366              From: Hugo <hv@crypt.compulink.co.uk>
34367              Message-Id: <200106191215.NAA17691@crypt.compulink.co.uk>
34368              Date: Tue, 19 Jun 2001 13:15:17 +0100
34369      Branch: perl
34370            ! util.c
34371 ____________________________________________________________________________
34372 [ 10723] By: nick                                  on 2001/06/19  14:46:15
34373         Log: Integrate mainline
34374      Branch: perlio
34375           +> ext/IPC/SysV/ipcsysv.t ext/Thread/create.tx ext/Thread/die.tx
34376           +> ext/Thread/die2.tx ext/Thread/io.tx ext/Thread/join.tx
34377           +> ext/Thread/join2.tx ext/Thread/list.tx ext/Thread/lock.tx
34378           +> ext/Thread/queue.tx ext/Thread/specific.tx ext/Thread/sync.tx
34379           +> ext/Thread/sync2.tx ext/Thread/unsync.tx ext/Thread/unsync2.tx
34380           +> ext/Thread/unsync3.tx ext/Thread/unsync4.tx
34381            - ext/Thread/create.t ext/Thread/die.t ext/Thread/die2.t
34382            - ext/Thread/io.t ext/Thread/join.t ext/Thread/join2.t
34383            - ext/Thread/list.t ext/Thread/lock.t ext/Thread/queue.t
34384            - ext/Thread/specific.t ext/Thread/sync.t ext/Thread/sync2.t
34385            - ext/Thread/unsync.t ext/Thread/unsync2.t ext/Thread/unsync3.t
34386            - ext/Thread/unsync4.t
34387           !> Changes MANIFEST NetWare/Makefile NetWare/config.wc
34388           !> djgpp/config.over djgpp/fixpmain
34389           !> ext/DynaLoader/DynaLoader_pm.PL ext/IPC/SysV/t/msg.t
34390           !> ext/IPC/SysV/t/sem.t handy.h hv.c lib/ExtUtils/MM_Unix.pm
34391           !> patchlevel.h perl.h utils/libnetcfg.PL win32/Makefile
34392 ____________________________________________________________________________
34393 [ 10722] By: jhi                                   on 2001/06/19  11:55:30
34394         Log: Update Changes.
34395      Branch: perl
34396            ! Changes patchlevel.h
34397 ____________________________________________________________________________
34398 [ 10721] By: jhi                                   on 2001/06/19  11:29:34
34399         Log: The existence shall be MANIFESted.
34400      Branch: perl
34401            ! MANIFEST
34402 ____________________________________________________________________________
34403 [ 10720] By: jhi                                   on 2001/06/19  10:58:09
34404         Log: The old libnet.cfg is first searched from the current directory,
34405              only then from the module path.
34406      Branch: perl
34407            ! utils/libnetcfg.PL
34408 ____________________________________________________________________________
34409 [ 10719] By: jhi                                   on 2001/06/19  10:55:59
34410         Log: NetWare tweaks from Guruprasad.
34411      Branch: perl
34412            ! NetWare/Makefile NetWare/config.wc
34413 ____________________________________________________________________________
34414 [ 10718] By: jhi                                   on 2001/06/19  10:54:22
34415         Log: Subject: [PATCH] djgpp updates
34416              From: Laszlo Molnar <laszlo.molnar@eth.ericsson.se>
34417              Date: Tue, 19 Jun 2001 10:59:06 +0200
34418              Message-ID: <20010619105906.C5600@libra.eth.ericsson.se>
34419      Branch: perl
34420            ! djgpp/config.over djgpp/fixpmain
34421 ____________________________________________________________________________
34422 [ 10717] By: jhi                                   on 2001/06/19  10:53:20
34423         Log: Subject: [PATCH: perl@10689]let MS VC 5 resolve _PerlIO_win32
34424              From: Prymmer/Kahn <pvhp@best.com>
34425              Date: Mon, 18 Jun 2001 23:48:52 -0700 (PDT)
34426              Message-ID: <Pine.BSF.4.21.0106182345100.17670-100000@shell8.ba.best.com>
34427      Branch: perl
34428            ! win32/Makefile
34429 ____________________________________________________________________________
34430 [ 10716] By: jhi                                   on 2001/06/19  10:52:25
34431         Log: The INT32_MIN_BROKEN and INT64_MIN_BROKEN tweaks needs
34432              to happen right after the inclusion of <inttypes.h>,
34433              from Edward Moy.
34434      Branch: perl
34435            ! handy.h perl.h
34436 ____________________________________________________________________________
34437 [ 10715] By: jhi                                   on 2001/06/19  10:49:21
34438         Log: Subject: [patch] preserve @DynaLoader::dl_{librefs,modules}
34439              From: Doug MacEachern <dougm@covalent.net>
34440              Date: Mon, 18 Jun 2001 22:13:38 -0700 (PDT)
34441              Message-ID: <Pine.LNX.4.21.0106182210570.22114-100000@mako.covalent.net>
34442      Branch: perl
34443            ! ext/DynaLoader/DynaLoader_pm.PL
34444 ____________________________________________________________________________
34445 [ 10714] By: jhi                                   on 2001/06/19  10:48:19
34446         Log: Revert #10656 for performance reasons but leave in the
34447              use of Hv*() macros -- in comments, so that grepping the
34448              source is easier, from Abhijit.  (Also add the ENV_HV_NAME speedup
34449              suggested by Sarathy, also by Abhijit.)
34450      Branch: perl
34451            ! hv.c
34452 ____________________________________________________________________________
34453 [ 10713] By: jhi                                   on 2001/06/19  10:46:08
34454         Log: Subject: [patch] .s MakeMaker suffix
34455              From: Doug MacEachern <dougm@covalent.net>
34456              Date: Mon, 18 Jun 2001 21:23:11 -0700 (PDT)
34457              Message-ID: <Pine.LNX.4.21.0106182120250.22114-100000@mako.covalent.net>
34458      Branch: perl
34459            ! lib/ExtUtils/MM_Unix.pm
34460 ____________________________________________________________________________
34461 [ 10712] By: jhi                                   on 2001/06/19  10:34:35
34462         Log: One test lost in the big shuffle restored.
34463      Branch: perl
34464            + ext/IPC/SysV/ipcsysv.t
34465            ! MANIFEST ext/IPC/SysV/t/msg.t ext/IPC/SysV/t/sem.t
34466 ____________________________________________________________________________
34467 [ 10711] By: jhi                                   on 2001/06/19  10:25:46
34468         Log: Rename the old non-standard threads tests so that
34469              they won't be invoked.
34470      Branch: perl
34471            + ext/Thread/create.tx ext/Thread/die.tx ext/Thread/die2.tx
34472            + ext/Thread/io.tx ext/Thread/join.tx ext/Thread/join2.tx
34473            + ext/Thread/list.tx ext/Thread/lock.tx ext/Thread/queue.tx
34474            + ext/Thread/specific.tx ext/Thread/sync.tx ext/Thread/sync2.tx
34475            + ext/Thread/unsync.tx ext/Thread/unsync2.tx
34476            + ext/Thread/unsync3.tx ext/Thread/unsync4.tx
34477            - ext/Thread/create.t ext/Thread/die.t ext/Thread/die2.t
34478            - ext/Thread/io.t ext/Thread/join.t ext/Thread/join2.t
34479            - ext/Thread/list.t ext/Thread/lock.t ext/Thread/queue.t
34480            - ext/Thread/specific.t ext/Thread/sync.t ext/Thread/sync2.t
34481            - ext/Thread/unsync.t ext/Thread/unsync2.t ext/Thread/unsync3.t
34482            - ext/Thread/unsync4.t
34483            ! MANIFEST
34484 ____________________________________________________________________________
34485 [ 10710] By: jhi                                   on 2001/06/19  10:18:41
34486         Log: Integrate perlio.
34487      Branch: perl
34488           !> win32/config_sh.PL
34489 ____________________________________________________________________________
34490 [ 10709] By: nick                                  on 2001/06/19  08:18:18
34491         Log: Integrate mainline
34492      Branch: perlio
34493           +> (branch 40 files)
34494            - lib/locale/latin1 lib/locale/utf8 lib/strict/refs
34495            - lib/strict/subs lib/strict/vars lib/warnings/1global
34496            - lib/warnings/2use lib/warnings/3both lib/warnings/4lint
34497            - lib/warnings/5nolint lib/warnings/6default lib/warnings/7fatal
34498            - lib/warnings/8signal lib/warnings/9enabled lib/warnings/av
34499            - lib/warnings/doio lib/warnings/doop lib/warnings/gv
34500            - lib/warnings/hv lib/warnings/malloc lib/warnings/mg
34501            - lib/warnings/op lib/warnings/perl lib/warnings/perlio
34502            - lib/warnings/perly lib/warnings/pp lib/warnings/pp_ctl
34503            - lib/warnings/pp_hot lib/warnings/pp_sys lib/warnings/regcomp
34504            - lib/warnings/regexec lib/warnings/run lib/warnings/sv
34505            - lib/warnings/taint lib/warnings/toke lib/warnings/universal
34506            - lib/warnings/utf8 lib/warnings/util
34507           !> (integrate 57 files)
34508 ____________________________________________________________________________
34509 [ 10708] By: nick                                  on 2001/06/19  07:57:10
34510         Log: Get Win32 known_extensions and extensions right in config.sh and hence Config.pm
34511      Branch: perlio
34512            ! win32/config_sh.PL
34513 ____________________________________________________________________________
34514 [ 10707] By: nick                                  on 2001/06/19  07:05:07
34515         Log: Perly.y and related file fixes to keep mainframe yacc (and bison) happy.
34516      Branch: perl
34517            ! perly.c perly.y perly_c.diff vms/perly_c.vms
34518 ____________________________________________________________________________
34519 [ 10706] By: jhi                                   on 2001/06/19  02:58:26
34520         Log: More perl572delta tweaks.
34521      Branch: perl
34522            ! pod/perl572delta.pod
34523 ____________________________________________________________________________
34524 [ 10705] By: jhi                                   on 2001/06/19  01:53:40
34525         Log: Update perl572delta.
34526      Branch: perl
34527            ! pod/perl572delta.pod
34528 ____________________________________________________________________________
34529 [ 10704] By: jhi                                   on 2001/06/19  01:28:40
34530         Log: VOS updates from Paul Green.
34531      Branch: perl
34532            ! vos/Changes vos/build.cm vos/perl.bind
34533 ____________________________________________________________________________
34534 [ 10703] By: jhi                                   on 2001/06/19  01:03:53
34535         Log: Update the vos/config.*.* files.
34536      Branch: perl
34537            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
34538            ! vos/config.ga.h
34539 ____________________________________________________________________________
34540 [ 10702] By: jhi                                   on 2001/06/19  01:03:32
34541         Log: Add a makefile for more painless adding of symbols to the
34542              VOS headers while in UNIX (in VOS the vos/configure_perl.cm
34543              takes care of the adding)
34544      Branch: perl
34545            + vos/Makefile
34546 ____________________________________________________________________________
34547 [ 10701] By: jhi                                   on 2001/06/19  00:51:44
34548         Log: Make libnetcfg by default display the libnet configuration,
34549              -c to change, add -i for old config, document all options,
34550              regen toc.
34551      Branch: perl
34552            ! pod/perltoc.pod pod/perlutil.pod utils/libnetcfg.PL
34553 ____________________________________________________________________________
34554 [ 10700] By: jhi                                   on 2001/06/18  23:45:12
34555         Log: gcc -Wall sweep.
34556      Branch: perl
34557            ! ext/IO/IO.xs ext/Time/Piece/Piece.xs
34558 ____________________________________________________________________________
34559 [ 10699] By: jhi                                   on 2001/06/18  23:19:53
34560         Log: So there.
34561      Branch: perl
34562            ! universal.c
34563 ____________________________________________________________________________
34564 [ 10698] By: jhi                                   on 2001/06/18  23:10:22
34565         Log: Document the need for sv_printify().
34566              
34567              Document that 'use utf8' has been considered.
34568              
34569              (An unfinished, gcc 3.0 -Wall nit fix also slipped in, gack.)
34570      Branch: perl
34571            ! pod/perltodo.pod universal.c
34572 ____________________________________________________________________________
34573 [ 10697] By: jhi                                   on 2001/06/18  22:50:53
34574         Log: Subject: Re: [PATCH] Re: [PATCH] Re: perl@10611
34575              From: Nicholas Clark <nick@ccl4.org>
34576              Date: Mon, 18 Jun 2001 23:29:23 +0100
34577              Message-ID: <20010618232923.I98663@plum.flirble.org>
34578      Branch: perl
34579            ! ext/POSIX/Makefile.PL ext/Socket/Makefile.PL
34580            ! ext/Sys/Syslog/Makefile.PL
34581 ____________________________________________________________________________
34582 [ 10696] By: jhi                                   on 2001/06/18  22:39:32
34583         Log: Subject: [PATCH: 5.6.1] perl5db.pl v1.07 + docs
34584              From: Scott.L.Miller@Compaq.com
34585              Date: Mon, 18 Jun 2001 10:12:27 -0500
34586              Message-ID: <86256A6F.00538A54.00@omacmta01.custom-edge.com>
34587      Branch: perl
34588            ! lib/perl5db.pl pod/perldebug.pod
34589 ____________________________________________________________________________
34590 [ 10695] By: jhi                                   on 2001/06/18  22:35:13
34591         Log: Subject: [PATCH lib/Carp/Heavy.pm] malformed POSIX negation
34592              From: "Jeff 'japhy' Pinyan" <jeffp@crusoe.net>
34593              Date: Mon, 18 Jun 2001 16:52:24 -0400 (EDT)
34594              Message-ID: <Pine.GSO.4.21.0106181650590.17386-100000@crusoe.crusoe.net>
34595      Branch: perl
34596            ! lib/Carp/Heavy.pm
34597 ____________________________________________________________________________
34598 [ 10694] By: jhi                                   on 2001/06/18  22:34:06
34599         Log: Subject: [PATCH] Documentation changes for CLONE
34600              From: Artur Bergman <artur@contiller.se>
34601              Date: Mon, 18 Jun 2001 22:06:37 +0200
34602              Message-ID: <B7542BEC.1719%artur@contiller.se>
34603      Branch: perl
34604            ! pod/perlmod.pod pod/perlsub.pod
34605 ____________________________________________________________________________
34606 [ 10693] By: jhi                                   on 2001/06/18  22:31:38
34607         Log: Subject: Re: configure.com
34608              From: "Craig A. Berry" <craigberry@mac.com>
34609              Date: Mon, 18 Jun 2001 16:04:38 -0500
34610              Message-Id: <5.1.0.14.0.20010618154549.0318c090@mail.mac.com>
34611      Branch: perl
34612            ! configure.com
34613 ____________________________________________________________________________
34614 [ 10692] By: jhi                                   on 2001/06/18  22:30:43
34615         Log: Subject: PL_nullstash + perl_clone()
34616              From: Doug MacEachern <dougm@covalent.net>
34617              Date: Mon, 18 Jun 2001 16:24:22 -0700 (PDT)
34618              Message-ID: <Pine.LNX.4.21.0106181621040.11974-100000@mako.covalent.net>
34619      Branch: perl
34620            ! sv.c
34621 ____________________________________________________________________________
34622 [ 10691] By: jhi                                   on 2001/06/18  22:26:20
34623         Log: Subject: Re: [PATCH 5.7.1] sv.c documentation
34624              From: davem@fdgroup.co.uk
34625              Date: Mon, 18 Jun 2001 21:29:45 +0100 (BST)
34626              Message-Id: <200106182029.VAA06503@gizmo.fdgroup.co.uk>
34627      Branch: perl
34628            ! embed.pl pod/perlapi.pod
34629 ____________________________________________________________________________
34630 [ 10690] By: jhi                                   on 2001/06/18  22:17:05
34631         Log: More cross-compilation defaults gleaned from -Dcc
34632              if it is CPU-OS-gcc.
34633      Branch: metaconfig
34634            ! U/modified/libc.U
34635      Branch: metaconfig/U/perl
34636            ! Cross.U
34637      Branch: perl
34638            ! Configure INSTALL
34639 ____________________________________________________________________________
34640 [ 10689] By: jhi                                   on 2001/06/18  13:59:47
34641         Log: Update Changes.
34642      Branch: perl
34643            ! Changes patchlevel.h
34644 ____________________________________________________________________________
34645 [ 10688] By: jhi                                   on 2001/06/18  13:44:18
34646         Log: Subject: [PATCH 5.7.1] sv.c documentation
34647              From: davem@fdgroup.co.uk
34648              Date: Mon, 18 Jun 2001 00:47:52 +0100 (BST)
34649              Message-Id: <200106172347.AAA05475@gizmo.fdgroup.co.uk>
34650      Branch: perl
34651            ! embed.pl pod/perlapi.pod pod/perlguts.pod pod/perlintern.pod
34652            ! sv.c sv.h
34653 ____________________________________________________________________________
34654 [ 10687] By: jhi                                   on 2001/06/18  13:38:03
34655         Log: Subject: [PATCH bleadperl DOC] $@ Clarification in pod/perlvar.pod
34656              From: "Jon Gunnip" <jongunnip@hotmail.com>
34657              Date: Sun, 17 Jun 2001 18:24:29 -0400
34658              Message-ID: <F136EXUIEAOeIiGXix40000e3a7@hotmail.com>
34659      Branch: perl
34660            ! pod/perlvar.pod
34661 ____________________________________________________________________________
34662 [ 10686] By: jhi                                   on 2001/06/18  13:32:13
34663         Log: Move the locale/strict/warnings helper files back
34664              under the t/lib; this way the amount of non-installabled
34665              stuff under lib/ stays smaller.
34666      Branch: perl
34667            + t/lib/locale/latin1 t/lib/locale/utf8 t/lib/strict/refs
34668            + t/lib/strict/subs t/lib/strict/vars t/lib/warnings/1global
34669            + t/lib/warnings/2use t/lib/warnings/3both t/lib/warnings/4lint
34670            + t/lib/warnings/5nolint t/lib/warnings/6default
34671            + t/lib/warnings/7fatal t/lib/warnings/8signal
34672            + t/lib/warnings/9enabled t/lib/warnings/av t/lib/warnings/doio
34673            + t/lib/warnings/doop t/lib/warnings/gv t/lib/warnings/hv
34674            + t/lib/warnings/malloc t/lib/warnings/mg t/lib/warnings/op
34675            + t/lib/warnings/perl t/lib/warnings/perlio t/lib/warnings/perly
34676            + t/lib/warnings/pp t/lib/warnings/pp_ctl t/lib/warnings/pp_hot
34677            + t/lib/warnings/pp_sys t/lib/warnings/regcomp
34678            + t/lib/warnings/regexec t/lib/warnings/run t/lib/warnings/sv
34679            + t/lib/warnings/taint t/lib/warnings/toke
34680            + t/lib/warnings/universal t/lib/warnings/utf8
34681            + t/lib/warnings/util
34682            - lib/locale/latin1 lib/locale/utf8 lib/strict/refs
34683            - lib/strict/subs lib/strict/vars lib/warnings/1global
34684            - lib/warnings/2use lib/warnings/3both lib/warnings/4lint
34685            - lib/warnings/5nolint lib/warnings/6default lib/warnings/7fatal
34686            - lib/warnings/8signal lib/warnings/9enabled lib/warnings/av
34687            - lib/warnings/doio lib/warnings/doop lib/warnings/gv
34688            - lib/warnings/hv lib/warnings/malloc lib/warnings/mg
34689            - lib/warnings/op lib/warnings/perl lib/warnings/perlio
34690            - lib/warnings/perly lib/warnings/pp lib/warnings/pp_ctl
34691            - lib/warnings/pp_hot lib/warnings/pp_sys lib/warnings/regcomp
34692            - lib/warnings/regexec lib/warnings/run lib/warnings/sv
34693            - lib/warnings/taint lib/warnings/toke lib/warnings/universal
34694            - lib/warnings/utf8 lib/warnings/util
34695            ! MANIFEST installperl lib/locale.t lib/strict.t
34696 ____________________________________________________________________________
34697 [ 10685] By: jhi                                   on 2001/06/18  13:11:49
34698         Log: Split off the pack/unpack code, from Nicholas Clark.
34699      Branch: perl
34700            + pp_pack.c
34701            ! MANIFEST Makefile.SH Makefile.micro cflags.SH embed.h embed.pl
34702            ! objXSUB.h perlapi.c pod/perlhack.pod pp.c proto.h
34703            ! vms/descrip_mms.template win32/Makefile win32/makefile.mk
34704 ____________________________________________________________________________
34705 [ 10684] By: jhi                                   on 2001/06/18  12:25:55
34706         Log: Guard the SysV IPC tests against being invoked in
34707              SysV-IPC-less places.
34708      Branch: perl
34709            ! ext/IPC/SysV/t/msg.t ext/IPC/SysV/t/sem.t
34710 ____________________________________________________________________________
34711 [ 10683] By: nick                                  on 2001/06/18  12:24:42
34712         Log: Integrate mainline (new test scheme now ok on Linux).
34713      Branch: perlio
34714           +> lib/warnings.t
34715           !> dump.c sv.c
34716 ____________________________________________________________________________
34717 [ 10682] By: jhi                                   on 2001/06/18  12:20:50
34718         Log: Add the locale.c and numeric.c to the microperl sources.
34719      Branch: perl
34720            ! Makefile.micro win32/Makefile
34721 ____________________________________________________________________________
34722 [ 10681] By: jhi                                   on 2001/06/18  11:57:45
34723         Log: Subject: [PATCH dump.c] FLAGS = (...,OUR,TYPED,...)
34724              From: Abhijit Menon-Sen <ams@wiw.org>
34725              Date: Mon, 18 Jun 2001 14:23:44 +0530
34726              Message-ID: <20010618142344.A13136@lustre.linux.in>
34727      Branch: perl
34728            ! dump.c
34729 ____________________________________________________________________________
34730 [ 10680] By: jhi                                   on 2001/06/18  11:56:12
34731         Log: Subject: Re: [PATCH] more anonymous stash cleanups
34732              From: Abhijit Menon-Sen <ams@wiw.org>
34733              Date: Mon, 18 Jun 2001 15:50:32 +0530
34734              Message-ID: <20010618155032.A13223@lustre.linux.in>
34735              
34736              Plus the comment left in as suggested by NI-S.
34737      Branch: perl
34738            ! sv.c
34739 ____________________________________________________________________________
34740 [ 10679] By: jhi                                   on 2001/06/18  11:49:27
34741         Log: One missed file.
34742      Branch: perl
34743            + lib/warnings.t
34744 ____________________________________________________________________________
34745 [ 10678] By: nick                                  on 2001/06/18  08:05:29
34746         Log: Integrate mainline (part2 - the deletes)
34747      Branch: perlio
34748            - lib/Text/Abbrev/t/abbrev.t t/lib/anydbm.t t/lib/b-stash.t
34749            - t/lib/bigfltpm.t t/lib/bigintpm.t t/lib/cwd.t t/lib/db-btree.t
34750            - t/lib/db-hash.t t/lib/db-recno.t t/lib/extutils.t
34751            - t/lib/filefind.t t/lib/filehand.t t/lib/filter-util.t
34752            - t/lib/findtaint.t t/lib/ftmp-security.t t/lib/gdbm.t
34753            - t/lib/glob-basic.t t/lib/glob-case.t t/lib/io_dup.t
34754            - t/lib/io_poll.t t/lib/io_sel.t t/lib/io_taint.t t/lib/mbimbf.t
34755            - t/lib/ndbm.t t/lib/net-hostent.t t/lib/odbm.t t/lib/open2.t
34756            - t/lib/open3.t t/lib/posix.t t/lib/sdbm.t t/lib/sigaction.t
34757            - t/lib/syslfs.t t/pragma/locale.t t/pragma/strict.t
34758            - t/pragma/subs.t t/pragma/warn/mg t/pragma/warnings.t
34759 ____________________________________________________________________________
34760 [ 10677] By: nick                                  on 2001/06/18  08:04:44
34761         Log: Integrate mainline (part1)
34762      Branch: perlio
34763           +> (branch 376 files)
34764            - (delete 219 files)
34765           !> (integrate 151 files)
34766 ____________________________________________________________________________
34767 [ 10676] By: jhi                                   on 2001/06/18  04:17:15
34768         Log: The Grand Trek: move the *.t files from t/ to lib/ and ext/.
34769              No doubt I made some mistakes like missed some files or
34770              misnamed some files.  The naming rules were more or less:
34771              (1) if the module is from CPAN, follows its ways, be it
34772              t/*.t or test.pl.
34773              (2) otherwise if there are multiple tests for a module
34774              put them in a t/
34775              (3) otherwise if there's only one test put it in Module.t
34776              (4) helper files go to module/ (locale, strict, warnings)
34777              (5) use longer filenames now that we can (but e.g. the
34778              compat-0.6.t and the Text::Balanced test files still
34779              were renamed to be more civil against the 8.3 people)
34780              installperl was updated appropriately not to install the
34781              *.t files or the help files from under lib.
34782              
34783              TODO: some helper files still remain under t/ that could
34784              follow their 'masters'.  UPDATE: On second thoughts, why
34785              should they.  They can continue to live under t/lib, and
34786              in fact the locale/strict/warnings helpers that were moved
34787              could be moved back.  This way the amount of non-installable
34788              stuff under lib/ stays smaller.
34789      Branch: perl
34790            + (add 253 files)
34791            - (delete 254 files)
34792            ! MANIFEST installperl lib/Test/Harness.pm t/TEST t/harness
34793 ____________________________________________________________________________
34794 [ 10675] By: jhi                                   on 2001/06/18  03:15:02
34795         Log: The warning no more comes from util.c, it comes from numeric.c.
34796      Branch: perl
34797            ! README.tru64
34798 ____________________________________________________________________________
34799 [ 10674] By: jhi                                   on 2001/06/18  00:56:22
34800         Log: Subject: Re: anyone good at casting spells?
34801              From: Spider Boardman <spider@Orb.Nashua.NH.US>
34802              Date: Sun, 17 Jun 2001 21:21:04 -0400
34803              Message-Id: <200106180121.VAA10195@Orb.Nashua.NH.US> 
34804      Branch: perl
34805            ! ext/POSIX/POSIX.xs hv.h
34806 ____________________________________________________________________________
34807 [ 10673] By: jhi                                   on 2001/06/17  22:24:53
34808         Log: Protect the (original) thread tests against testing if no 5.005
34809              threads have been configured.
34810      Branch: perl
34811            ! ext/Thread/create.t ext/Thread/die.t ext/Thread/die2.t
34812            ! ext/Thread/io.t ext/Thread/join.t ext/Thread/join2.t
34813            ! ext/Thread/list.t ext/Thread/lock.t ext/Thread/queue.t
34814            ! ext/Thread/specific.t ext/Thread/sync.t ext/Thread/sync2.t
34815            ! ext/Thread/unsync.t ext/Thread/unsync2.t ext/Thread/unsync3.t
34816            ! ext/Thread/unsync4.t
34817 ____________________________________________________________________________
34818 [ 10672] By: jhi                                   on 2001/06/17  22:09:28
34819         Log: Try the new test scanning scheme on Text::Abbrev.
34820      Branch: perl
34821            + lib/Text/Abbrev.t
34822            - lib/Text/Abbrev/t/abbrev.t
34823            ! MANIFEST
34824 ____________________________________________________________________________
34825 [ 10671] By: jhi                                   on 2001/06/17  22:07:08
34826         Log: Change the scan policy of the *.t and test.pl files,
34827              now the *.t do not need to live in a t/ directory.
34828      Branch: perl
34829            ! t/TEST t/harness
34830 ____________________________________________________________________________
34831 [ 10670] By: jhi                                   on 2001/06/17  20:32:35
34832         Log: Subject: [PATCH perlfaq7.pod] fix dangling L<perlobj/"WARNING">
34833              From: Ilmari Karonen <iltzu@sci.fi>
34834              Date: Mon, 18 Jun 2001 00:30:21 +0300 (EET DST)
34835              Message-ID: <Pine.SOL.3.96.1010618002009.6629A-100000@simpukka>
34836      Branch: perl
34837            ! pod/perlfaq7.pod
34838 ____________________________________________________________________________
34839 [ 10669] By: jhi                                   on 2001/06/17  20:30:22
34840         Log: Quench the warnings from Tru64; the HP-UX is still
34841              broken because it really, REALLY, doesn't like the
34842              HvARRAY() being lvalue:
34843              
34844              cc: "hv.c", line 192: warning 524: Cast (non-lvalue) appears on left-hand side of assignment.
34845              cc: "hv.c", line 192: error 1549: Modifiable lvalue required for assignment operator.
34846      Branch: perl
34847            ! hv.c
34848 ____________________________________________________________________________
34849 [ 10668] By: jhi                                   on 2001/06/17  19:13:24
34850         Log: Integrate change #10667 from maintperl:
34851              
34852              change#10449 broke the special-case that makes lexicals inside the
34853              eval"" within DB::DB() visible
34854      Branch: perl
34855           !> op.c
34856 ____________________________________________________________________________
34857 [ 10667] By: gsar                                  on 2001/06/17  19:08:27
34858         Log: change#10449 broke the special-case that makes lexicals inside the
34859              eval"" within DB::DB() visible
34860      Branch: maint-5.6/perl
34861            ! op.c
34862 ____________________________________________________________________________
34863 [ 10666] By: jhi                                   on 2001/06/17  17:50:07
34864         Log: Still spurious output; indent the code a bit.
34865              
34866              TODO1: separate the utility functions like MkDir
34867              into a helper script?
34868              
34869              TODO2: I see a lot of repetition in the filepath()
34870              and dirpath() calls.
34871      Branch: perl
34872            ! t/lib/filefind.t t/lib/findtaint.t
34873 ____________________________________________________________________________
34874 [ 10665] By: jhi                                   on 2001/06/17  16:59:42
34875         Log: Regen modlib, toc.
34876      Branch: perl
34877            ! pod/perlmodlib.pod pod/perltoc.pod
34878 ____________________________________________________________________________
34879 [ 10664] By: jhi                                   on 2001/06/17  16:55:28
34880         Log: Add libnetcfg to perlutil.
34881      Branch: perl
34882            ! pod/perlutil.pod
34883 ____________________________________________________________________________
34884 [ 10663] By: jhi                                   on 2001/06/17  16:53:29
34885         Log: Initial integration of libnet-1.0703.
34886              The Configure script renamed as libnetcfg, will be
34887              installed along other utilities.
34888      Branch: perl
34889            + lib/Net/ChangeLog.libnet lib/Net/Cmd.pm lib/Net/Config.eg
34890            + lib/Net/Config.pm lib/Net/Domain.pm lib/Net/DummyInetd.pm
34891            + lib/Net/FTP.pm lib/Net/FTP/A.pm lib/Net/FTP/E.pm
34892            + lib/Net/FTP/I.pm lib/Net/FTP/L.pm lib/Net/FTP/dataconn.pm
34893            + lib/Net/Hostname.eg lib/Net/NNTP.pm lib/Net/Netrc.pm
34894            + lib/Net/PH.pm lib/Net/POP3.pm lib/Net/README.config
34895            + lib/Net/README.libnet lib/Net/SMTP.pm lib/Net/SNPP.pm
34896            + lib/Net/Time.pm lib/Net/demos/ftp lib/Net/demos/inetd
34897            + lib/Net/demos/nntp lib/Net/demos/nntp.mirror
34898            + lib/Net/demos/pop3 lib/Net/demos/smtp.self lib/Net/demos/snpp
34899            + lib/Net/demos/time lib/Net/libnet.ppd lib/Net/libnetFAQ.pod
34900            + lib/Net/t/ftp.t lib/Net/t/hostname.t lib/Net/t/nntp.t
34901            + lib/Net/t/ph.t lib/Net/t/require.t lib/Net/t/smtp.t
34902            + utils/libnetcfg.PL
34903            ! MANIFEST utils.lst utils/Makefile
34904 ____________________________________________________________________________
34905 [ 10662] By: jhi                                   on 2001/06/17  15:37:32
34906         Log: Less potentially test-harness-confusing output.
34907      Branch: perl
34908            ! lib/Memoize/t/expire_module_t.t
34909 ____________________________________________________________________________
34910 [ 10661] By: jhi                                   on 2001/06/17  15:31:04
34911         Log: The final print annoys make test.
34912      Branch: perl
34913            ! t/lib/filefind.t t/lib/findtaint.t
34914 ____________________________________________________________________________
34915 [ 10660] By: jhi                                   on 2001/06/17  14:00:21
34916         Log: Add an option for handling dangling symbolic links.
34917      Branch: perl
34918            ! lib/File/Find.pm t/lib/filefind.t
34919 ____________________________________________________________________________
34920 [ 10659] By: jhi                                   on 2001/06/17  13:45:48
34921         Log: Subject: Re: [MacPerl-Porters] Re: [PATCH] File::Find for bleadperl, Mac OS  etc.
34922              From: Thomas Wegner <wegner_thomas@yahoo.com>
34923              Date: Sun, 17 Jun 2001 14:43:11 +0200
34924              Message-Id: <p04320400b751fb74714a@[149.225.10.45]>
34925      Branch: perl
34926            + t/lib/findtaint.t
34927            ! MANIFEST lib/File/Find.pm t/lib/filefind.t
34928 ____________________________________________________________________________
34929 [ 10658] By: jhi                                   on 2001/06/17  13:13:25
34930         Log: Subject: [PATCH ExtUtils/MM_Unix.pm perl@10654] Remove tmon.out in make clean
34931              From: Jonathan Stowe <gellyfish@gellyfish.com>
34932              Date: Sun, 17 Jun 2001 11:26:21 +0100 (BST)
34933              Message-ID: <Pine.LNX.4.33.0106171120540.28753-100000@orpheus.gellyfish.com>
34934      Branch: perl
34935            ! lib/ExtUtils/MM_Unix.pm
34936 ____________________________________________________________________________
34937 [ 10657] By: jhi                                   on 2001/06/17  13:12:25
34938         Log: Subject: [PATCH] more anonymous stash cleanups
34939              From: Abhijit Menon-Sen <ams@wiw.org>
34940              Date: Sun, 17 Jun 2001 11:44:06 +0530
34941              Message-ID: <20010617114406.A25203@lustre.linux.in>
34942      Branch: perl
34943            ! op.c
34944 ____________________________________________________________________________
34945 [ 10656] By: jhi                                   on 2001/06/17  13:11:11
34946         Log: Subject: [PATCH #1/7] xhv_array (was Re: Using xhv_foo instead of HvFOO)
34947              From: Abhijit Menon-Sen <ams@wiw.org>
34948              Date: Sun, 17 Jun 2001 08:02:59 +0530
34949              Message-ID: <20010617080259.A28776@lustre.linux.in>
34950              
34951              Subject: [PATCH #2/7] xhv_eiter
34952              From: Abhijit Menon-Sen <ams@wiw.org>
34953              Date: Sun, 17 Jun 2001 08:13:18 +0530
34954              Message-ID: <20010617081318.B28776@lustre.linux.in>
34955              
34956              Subject: [PATCH #3/7] xhv_fill
34957              From: Abhijit Menon-Sen <ams@wiw.org>
34958              Date: Sun, 17 Jun 2001 08:25:16 +0530
34959              Message-ID: <20010617082516.C28776@lustre.linux.in>
34960              
34961              Subject: [PATCH #4/7] xhv_keys
34962              From: Abhijit Menon-Sen <ams@wiw.org>
34963              Date: Sun, 17 Jun 2001 08:36:17 +0530
34964              Message-ID: <20010617083617.D28776@lustre.linux.in>
34965              
34966              Subject: [PATCH #5/7] xhv_max
34967              From: Abhijit Menon-Sen <ams@wiw.org>
34968              Date: Sun, 17 Jun 2001 08:39:48 +0530
34969              Message-ID: <20010617083948.E28776@lustre.linux.in>
34970              
34971              Subject: [PATCH #6,7/7] xhv_pmroot, xhv_riter
34972              From: Abhijit Menon-Sen <ams@wiw.org>
34973              Date: Sun, 17 Jun 2001 08:51:11 +0530
34974              Message-ID: <20010617085111.F28776@lustre.linux.in>
34975      Branch: perl
34976            ! hv.c
34977 ____________________________________________________________________________
34978 [ 10655] By: jhi                                   on 2001/06/16  23:32:03
34979         Log: Update Changes.
34980      Branch: perl
34981            ! Changes patchlevel.h
34982 ____________________________________________________________________________
34983 [ 10654] By: jhi                                   on 2001/06/16  23:18:37
34984         Log: Subject: [PATCH] Re: DYNAMIC_ENV_FETCH HvNAME abuse.
34985              From: Abhijit Menon-Sen <ams@wiw.org>
34986              Date: Sat, 16 Jun 2001 07:41:19 +0530
34987              Message-ID: <20010616074119.A24720@lustre.linux.in>
34988      Branch: perl
34989            ! hv.c perl.c vms/vmsish.h win32/win32.h
34990 ____________________________________________________________________________
34991 [ 10653] By: jhi                                   on 2001/06/16  23:15:11
34992         Log: Document tests failing when threaded, since we now have more.
34993      Branch: perl
34994            ! pod/perl572delta.pod
34995 ____________________________________________________________________________
34996 [ 10652] By: jhi                                   on 2001/06/16  23:12:19
34997         Log: -Wall cleanup.
34998      Branch: perl
34999            ! ext/Thread/Thread.xs
35000 ____________________________________________________________________________
35001 [ 10651] By: jhi                                   on 2001/06/16  23:06:55
35002         Log: pthread_attr_setstacksize() isn't absolutely necessary
35003              to call, only iff THREAD_CREATE_NEEDS_STACK.
35004      Branch: perl
35005            ! ext/Thread/Thread.xs
35006 ____________________________________________________________________________
35007 [ 10650] By: jhi                                   on 2001/06/16  22:58:48
35008         Log: -Wall strays.
35009      Branch: perl
35010            ! perl.c util.c
35011 ____________________________________________________________________________
35012 [ 10649] By: jhi                                   on 2001/06/16  22:47:40
35013         Log: Add workaround for Darwin's (Mac OS X's) INT32_MIN
35014              (and INT64_MIN) brokenness.
35015      Branch: perl
35016            ! hints/darwin.sh perl.h
35017 ____________________________________________________________________________
35018 [ 10648] By: jhi                                   on 2001/06/16  22:27:48
35019         Log: Subject: [PATCH] Re: [PATCH] Re: perl@10611
35020              From: Nicholas Clark <nick@ccl4.org>
35021              Date: Sun, 17 Jun 2001 00:16:05 +0100
35022              Message-ID: <20010617001605.V98663@plum.flirble.org>
35023      Branch: perl
35024            ! ext/Fcntl/Fcntl.xs ext/Fcntl/Makefile.PL ext/File/Glob/Glob.pm
35025            ! ext/File/Glob/Glob.xs ext/File/Glob/Makefile.PL
35026            ! lib/ExtUtils/Constant.pm t/lib/extutils.t
35027 ____________________________________________________________________________
35028 [ 10647] By: jhi                                   on 2001/06/16  22:24:47
35029         Log: Add perlnetware to docs; regen toc; supply skeleton
35030              docs for some Memoize submodules.
35031      Branch: perl
35032            ! lib/Memoize/AnyDBM_File.pm lib/Memoize/ExpireFile.pm
35033            ! lib/Memoize/ExpireTest.pm lib/Memoize/NDBM_File.pm
35034            ! lib/Memoize/SDBM_File.pm lib/Memoize/Storable.pm
35035            ! pod/buildtoc.PL pod/perl.pod pod/perlport.pod pod/perltoc.pod
35036            ! win32/Makefile win32/makefile.mk
35037 ____________________________________________________________________________
35038 [ 10646] By: jhi                                   on 2001/06/16  22:06:52
35039         Log: pod cleanup.
35040      Branch: perl
35041            ! README.netware
35042 ____________________________________________________________________________
35043 [ 10645] By: jhi                                   on 2001/06/16  21:47:00
35044         Log: Integrate Memoize 0.64.  Few tweaks were required in
35045              the test scripts.  Note that the speed and expire*
35046              tests take several dozen seconds to run.
35047      Branch: perl
35048            + lib/Memoize.pm lib/Memoize/AnyDBM_File.pm
35049            + lib/Memoize/Expire.pm lib/Memoize/ExpireFile.pm
35050            + lib/Memoize/ExpireTest.pm lib/Memoize/NDBM_File.pm
35051            + lib/Memoize/README lib/Memoize/SDBM_File.pm
35052            + lib/Memoize/Saves.pm lib/Memoize/Storable.pm lib/Memoize/TODO
35053            + lib/Memoize/t/array.t lib/Memoize/t/correctness.t
35054            + lib/Memoize/t/errors.t lib/Memoize/t/expire.t
35055            + lib/Memoize/t/expire_file.t lib/Memoize/t/expire_module_n.t
35056            + lib/Memoize/t/expire_module_t.t lib/Memoize/t/flush.t
35057            + lib/Memoize/t/normalize.t lib/Memoize/t/prototype.t
35058            + lib/Memoize/t/speed.t lib/Memoize/t/tie.t
35059            + lib/Memoize/t/tie_gdbm.t lib/Memoize/t/tie_ndbm.t
35060            + lib/Memoize/t/tie_sdbm.t lib/Memoize/t/tie_storable.t
35061            + lib/Memoize/t/tiefeatures.t lib/Memoize/t/unmemoize.t
35062            ! MANIFEST t/lib/1_compile.t
35063 ____________________________________________________________________________
35064 [ 10644] By: jhi                                   on 2001/06/16  20:35:49
35065         Log: Document the cross-compilation options.
35066      Branch: perl
35067            ! Cross/README INSTALL
35068 ____________________________________________________________________________
35069 [ 10643] By: jhi                                   on 2001/06/16  19:46:38
35070         Log: NetWare port from Guruprasad S <SGURUPRASAD@novell.com>.
35071      Branch: perl
35072            + NetWare/CLIBsdio.h NetWare/CLIBstr.h NetWare/CLIBstuf.c
35073            + NetWare/CLIBstuf.h NetWare/Main.c NetWare/Makefile
35074            + NetWare/NWTInfo.c NetWare/NWUtil.c NetWare/Nwmain.c
35075            + NetWare/Nwpipe.c NetWare/bat/BldNWExt.bat
35076            + NetWare/bat/Buildtype.bat NetWare/bat/MPKBuild.bat
35077            + NetWare/bat/SetNWBld.bat NetWare/bat/Setmpksdk.bat
35078            + NetWare/bat/Setnlmsdk.bat NetWare/bat/Setwatcom.bat
35079            + NetWare/bat/ToggleD2.bat NetWare/bat/ToggleXDC.bat
35080            + NetWare/config.wc NetWare/config_H.wc NetWare/config_h.PL
35081            + NetWare/config_sh.PL NetWare/deb.h NetWare/dl_netware.xs
35082            + NetWare/intdef.h NetWare/interface.c NetWare/interface.h
35083            + NetWare/iperlhost.h NetWare/netware.h NetWare/nw5.c
35084            + NetWare/nw5iop.h NetWare/nw5sck.c NetWare/nw5sck.h
35085            + NetWare/nw5thread.c NetWare/nw5thread.h NetWare/nwperlsys.c
35086            + NetWare/nwperlsys.h NetWare/nwpipe.h NetWare/nwplglob.c
35087            + NetWare/nwplglob.h NetWare/nwtinfo.h NetWare/nwutil.h
35088            + NetWare/t/NWModify.pl NetWare/t/NWScripts.pl
35089            + NetWare/t/Readme.txt NetWare/testnlm/echo/echo.c
35090            + NetWare/testnlm/type/type.c NetWare/win32ish.h README.netware
35091            + lib/ExtUtils/MM_NW5.pm
35092            ! MANIFEST XSUB.h dosish.h ext/Errno/Errno_pm.PL ext/IO/IO.xs
35093            ! ext/POSIX/POSIX.xs ext/Socket/Socket.xs installperl iperlsys.h
35094            ! lib/AutoLoader.pm lib/AutoSplit.pm lib/ExtUtils/MakeMaker.pm
35095            ! lib/File/Copy.pm lib/File/Find.pm lib/perl5db.pl makedef.pl
35096            ! perl.c perl.h perlio.c perlio.h pp_sys.c t/comp/multiline.t
35097            ! t/comp/script.t t/io/argv.t t/io/dup.t t/io/fs.t
35098            ! t/io/inplace.t t/io/iprefix.t t/io/tell.t t/lib/anydbm.t
35099            ! t/lib/b-stash.t t/lib/cwd.t t/lib/db-btree.t t/lib/db-hash.t
35100            ! t/lib/db-recno.t t/lib/filehand.t t/lib/filter-util.t
35101            ! t/lib/ftmp-security.t t/lib/gdbm.t t/lib/glob-basic.t
35102            ! t/lib/glob-case.t t/lib/io_dup.t t/lib/io_poll.t
35103            ! t/lib/io_sel.t t/lib/io_taint.t t/lib/ndbm.t
35104            ! t/lib/net-hostent.t t/lib/odbm.t t/lib/open2.t t/lib/open3.t
35105            ! t/lib/posix.t t/lib/sdbm.t t/lib/sigaction.t t/lib/syslfs.t
35106            ! t/op/anonsub.t t/op/closure.t t/op/die_exit.t t/op/exec.t
35107            ! t/op/fork.t t/op/goto.t t/op/groups.t t/op/lfs.t t/op/magic.t
35108            ! t/op/misc.t t/op/rand.t t/op/runlevel.t t/op/split.t
35109            ! t/op/stat.t t/op/sysio.t t/op/taint.t t/op/write.t
35110            ! t/pragma/locale.t t/pragma/strict.t t/pragma/subs.t
35111            ! t/pragma/warn/mg t/pragma/warnings.t thread.h toke.c util.c
35112            ! util.h x2p/a2py.c
35113 ____________________________________________________________________________
35114 [ 10642] By: jhi                                   on 2001/06/16  19:16:04
35115         Log: Resort MANIFEST.
35116      Branch: perl
35117            ! MANIFEST
35118 ____________________________________________________________________________
35119 [ 10641] By: jhi                                   on 2001/06/16  18:52:26
35120         Log: Integrate perlio.
35121      Branch: perl
35122           +> win32/win32io.c
35123           !> MANIFEST perlio.c perliol.h win32/makefile.mk
35124 ____________________________________________________________________________
35125 [ 10640] By: nick                                  on 2001/06/16  18:38:31
35126         Log: Disable :win32 layer as default till I get it working
35127      Branch: perlio
35128            ! MANIFEST perlio.c
35129 ____________________________________________________________________________
35130 [ 10639] By: jhi                                   on 2001/06/16  18:35:46
35131         Log: Try the new scheme by moving the Text::Abbrev test
35132              to a new place under lib.
35133      Branch: perl
35134            + lib/Text/Abbrev/t/abbrev.t
35135            - t/lib/abbrev.t
35136            ! MANIFEST
35137 ____________________________________________________________________________
35138 [ 10638] By: jhi                                   on 2001/06/16  18:34:30
35139         Log: Make the code even more dynamical so that testname
35140              suffix length can change.
35141      Branch: perl
35142            ! lib/Test/Harness.pm t/TEST
35143 ____________________________________________________________________________
35144 [ 10637] By: jhi                                   on 2001/06/16  18:16:28
35145         Log: Allow for deeper t/ and also a single test.pl.
35146      Branch: perl
35147            ! t/TEST t/harness
35148 ____________________________________________________________________________
35149 [ 10636] By: jhi                                   on 2001/06/16  18:13:59
35150         Log: #define fix from Nicholas Clark.
35151      Branch: perl
35152            ! ext/POSIX/POSIX.xs
35153 ____________________________________________________________________________
35154 [ 10635] By: jhi                                   on 2001/06/16  17:50:43
35155         Log: Initialization is nice.
35156      Branch: perl
35157            ! lib/Test/Harness.pm
35158 ____________________________________________________________________________
35159 [ 10634] By: jhi                                   on 2001/06/16  17:38:53
35160         Log: Make t/TEST and t/harness to test also the t/ tests
35161              under the main lib/ and ext/ directories.  Fix Test::Harness
35162              to dynamically change the width of its "foo/bar....ok" output.
35163      Branch: perl
35164            ! lib/Test/Harness.pm t/TEST t/TestInit.pm t/harness
35165 ____________________________________________________________________________
35166 [ 10633] By: jhi                                   on 2001/06/16  16:58:57
35167         Log: Subject: [PATCH] Re: perl@10611 
35168              From: Nicholas Clark <nick@ccl4.org>
35169              Date: Sat, 16 Jun 2001 16:52:47 +0100
35170              Message-ID: <20010616165247.O98663@plum.flirble.org>
35171              
35172              The .xs parts, too.
35173      Branch: perl
35174            ! ext/GDBM_File/GDBM_File.xs ext/POSIX/POSIX.xs
35175            ! ext/Socket/Socket.xs ext/Sys/Syslog/Syslog.xs
35176 ____________________________________________________________________________
35177 [ 10632] By: nick                                  on 2001/06/16  16:44:35
35178         Log: Work-in-progress win32 layer semi-functional, checking 
35179              for UNIX breakage.
35180      Branch: perlio
35181            ! perlio.c perliol.h win32/makefile.mk win32/win32io.c
35182 ____________________________________________________________________________
35183 [ 10631] By: jhi                                   on 2001/06/16  16:40:30
35184         Log: Subject: [PATCH] Re: perl@10611 
35185              From: Nicholas Clark <nick@ccl4.org>
35186              Date: Sat, 16 Jun 2001 16:52:47 +0100
35187              Message-ID: <20010616165247.O98663@plum.flirble.org>
35188      Branch: perl
35189            ! ext/GDBM_File/GDBM_File.xs ext/GDBM_File/Makefile.PL
35190            ! ext/POSIX/Makefile.PL ext/POSIX/POSIX.xs
35191            ! ext/Socket/Makefile.PL ext/Socket/Socket.xs
35192            ! ext/Sys/Syslog/Makefile.PL ext/Sys/Syslog/Syslog.xs
35193            ! lib/ExtUtils/Constant.pm
35194 ____________________________________________________________________________
35195 [ 10630] By: jhi                                   on 2001/06/16  15:11:38
35196         Log: Metaconfig unit change for #10629.
35197      Branch: metaconfig
35198            ! U/modified/Finish.U
35199 ____________________________________________________________________________
35200 [ 10629] By: jhi                                   on 2001/06/16  15:11:10
35201         Log: The extraction changed directories.
35202      Branch: perl
35203            ! Configure
35204 ____________________________________________________________________________
35205 [ 10628] By: jhi                                   on 2001/06/16  14:59:38
35206         Log: Math::BigInt 1.35 from Tels.
35207      Branch: perl
35208            + t/lib/mbimbf.t
35209            ! MANIFEST lib/Math/BigFloat.pm lib/Math/BigInt.pm
35210            ! t/lib/bigfltpm.t t/lib/bigintpm.t
35211 ____________________________________________________________________________
35212 [ 10627] By: nick                                  on 2001/06/16  14:54:52
35213         Log: Work in progress UNIX-side edit of win32 PerLIO layer
35214      Branch: perlio
35215            + win32/win32io.c
35216            ! perlio.c win32/makefile.mk
35217 ____________________________________________________________________________
35218 [ 10626] By: jhi                                   on 2001/06/16  14:01:50
35219         Log: Subject: [PATCH 5.6.1] os2/diff-configure
35220              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
35221              Date: Fri, 15 Jun 2001 01:19:36 -0400
35222              Message-ID: <20010615011936.A26982@math.ohio-state.edu>
35223              
35224              Empty all of it because I think #10624 made even the
35225              last patch hunk unnecessary.
35226      Branch: perl
35227            ! os2/diff.configure
35228 ____________________________________________________________________________
35229 [ 10625] By: jhi                                   on 2001/06/16  13:58:34
35230         Log: Metaconfig unit change for 10624.
35231      Branch: metaconfig
35232            ! U/modified/libc.U
35233      Branch: perl
35234            ! config_h.SH
35235 ____________________________________________________________________________
35236 [ 10624] By: jhi                                   on 2001/06/16  13:58:13
35237         Log: Move the initialization of libnames to the beginning so
35238              that can one 'seed' it (as OS/2 does.)
35239      Branch: perl
35240            ! Configure
35241 ____________________________________________________________________________
35242 [ 10623] By: jhi                                   on 2001/06/16  13:47:54
35243         Log: Subject: [PATCH 5.6.1] OS2::DLL patch
35244              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
35245              Date: Fri, 15 Jun 2001 19:10:57 -0400
35246              Message-ID: <20010615191057.A8050@math.ohio-state.edu>
35247      Branch: perl
35248            ! os2/OS2/REXX/DLL/DLL.pm
35249 ____________________________________________________________________________
35250 [ 10622] By: jhi                                   on 2001/06/16  13:29:42
35251         Log: Subject: [PATCH perl@10611] make VMS find util.c's offspring 
35252              From: "Craig A. Berry" <craigberry@mac.com>
35253              Date: Fri, 15 Jun 2001 17:00:03 -0500
35254              Message-Id: <a05101007b750342599be@[172.16.52.1]>
35255      Branch: perl
35256            ! vms/descrip_mms.template
35257 ____________________________________________________________________________
35258 [ 10621] By: jhi                                   on 2001/06/16  13:28:37
35259         Log: Subject: [PATCH perl@10611] get extutils.t working on VMS (again)
35260              From: "Craig A. Berry" <craigberry@mac.com>
35261              Date: Fri, 15 Jun 2001 18:39:42 -0500
35262              Message-Id: <a05101008b7503dc9dc2f@[172.16.52.1]>
35263      Branch: perl
35264            ! lib/File/Spec/VMS.pm t/lib/extutils.t
35265 ____________________________________________________________________________
35266 [ 10620] By: jhi                                   on 2001/06/16  13:25:06
35267         Log: Integrate perlio.
35268      Branch: perl
35269           !> embed.h embed.pl lib/open.pm perl.c perlio.c proto.h
35270           !> t/io/utf8.t t/lib/io_scalar.t
35271 ____________________________________________________________________________
35272 [ 10619] By: nick                                  on 2001/06/15  21:05:19
35273         Log: Generated files
35274      Branch: perlio
35275            ! embed.h proto.h
35276 ____________________________________________________________________________
35277 [ 10618] By: nick                                  on 2001/06/15  20:27:42
35278         Log: Fix open.pm to work via XS-implemented method calls rather
35279              than *open::layers variables which caused all the HV/AV hassle.
35280      Branch: perlio
35281            ! embed.pl lib/open.pm perl.c perlio.c t/io/utf8.t
35282            ! t/lib/io_scalar.t
35283 ____________________________________________________________________________
35284 [ 10617] By: jhi                                   on 2001/06/15  18:50:53
35285         Log: Integrate perlio.
35286      Branch: perl
35287           !> lib/ExtUtils/Constant.pm
35288 ____________________________________________________________________________
35289 [ 10616] By: nick                                  on 2001/06/15  18:46:47
35290         Log: pTHX_ / aTHX_ for ExtUtils/Constant.pm
35291      Branch: perlio
35292            ! lib/ExtUtils/Constant.pm
35293 ____________________________________________________________________________
35294 [ 10615] By: jhi                                   on 2001/06/15  18:36:43
35295         Log: Integrate perlio.
35296      Branch: perl
35297           !> ext/Socket/Socket.xs
35298 ____________________________________________________________________________
35299 [ 10614] By: nick                                  on 2001/06/15  18:33:37
35300         Log: MULTIPLICITY fix for Socket.xs
35301      Branch: perlio
35302            ! ext/Socket/Socket.xs
35303 ____________________________________________________________________________
35304 [ 10613] By: jhi                                   on 2001/06/15  16:34:06
35305         Log: Subject: Re: perl@10611
35306              From: Doug MacEachern <dougm@covalent.net>
35307              Date: Fri, 15 Jun 2001 10:10:33 -0700 (PDT)
35308              Message-ID: <Pine.LNX.4.21.0106151007420.10871-100000@mako.covalent.net>
35309      Branch: perl
35310            ! ext/Socket/Socket.xs
35311 ____________________________________________________________________________
35312 [ 10612] By: nick                                  on 2001/06/15  16:14:38
35313         Log: Raw integrate on mainline - MULTIPLICITY issues with Socket.xs
35314      Branch: perlio
35315           !> Changes ext/GDBM_File/GDBM_File.pm ext/GDBM_File/GDBM_File.xs
35316           !> ext/Socket/Socket.pm ext/Socket/Socket.xs
35317           !> lib/ExtUtils/Constant.pm lib/File/Find.pm opcode.pl
35318           !> patchlevel.h perlio.c t/lib/extutils.t t/lib/filefind.t
35319           !> t/lib/gdbm.t t/lib/h2ph.h t/lib/h2ph.pht t/lib/h2ph.t
35320           !> utils/h2ph.PL
35321 ____________________________________________________________________________
35322 [ 10611] By: jhi                                   on 2001/06/15  14:29:04
35323         Log: Update Changes.
35324      Branch: perl
35325            ! Changes patchlevel.h
35326 ____________________________________________________________________________
35327 [ 10610] By: jhi                                   on 2001/06/15  14:20:33
35328         Log: Upping the test count.
35329      Branch: perl
35330            ! t/lib/filefind.t
35331 ____________________________________________________________________________
35332 [ 10609] By: jhi                                   on 2001/06/15  14:13:29
35333         Log: Integrate perlio.
35334      Branch: perl
35335           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
35336 ____________________________________________________________________________
35337 [ 10608] By: jhi                                   on 2001/06/15  14:12:31
35338         Log: Subject: Re: [ID 20010608.010] File::Find re-entrancy
35339              From: andreas.koenig@anima.de (Andreas J. Koenig)
35340              Date: 15 Jun 2001 13:30:39 +0200
35341              Message-ID: <m3hexikmjk.fsf@ak-71.mind.de>
35342              
35343              Record the grim history.
35344      Branch: perl
35345            ! lib/File/Find.pm
35346 ____________________________________________________________________________
35347 [ 10607] By: jhi                                   on 2001/06/15  14:08:19
35348         Log: Subject: Re: [ID 20010608.010] File::Find re-entrancy
35349              From: Brian McCauley <nobull@mail.com>
35350              Date: 15 Jun 2001 07:51:26 +0100
35351              Message-Id: <200106150923.f5F9NpG02725@wcl-l.bham.ac.uk>
35352      Branch: perl
35353            ! lib/File/Find.pm t/lib/filefind.t
35354 ____________________________________________________________________________
35355 [ 10606] By: nick                                  on 2001/06/15  14:00:08
35356         Log: regen_config_h for Win32.
35357      Branch: perlio
35358            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
35359 ____________________________________________________________________________
35360 [ 10605] By: jhi                                   on 2001/06/15  13:49:55
35361         Log: Subject: [PATCH: perl@10576] handle tri graphs in h2ph.PL -> h2ph*
35362              From: Peter Prymmer <pvhp@forte.com>
35363              Date: Thu, 14 Jun 2001 16:25:33 -0700 (PDT)
35364              Message-ID: <Pine.OSF.4.10.10106141608080.110974-100000@aspara.forte.com>
35365      Branch: perl
35366            ! t/lib/h2ph.h t/lib/h2ph.pht t/lib/h2ph.t utils/h2ph.PL
35367 ____________________________________________________________________________
35368 [ 10604] By: jhi                                   on 2001/06/15  13:45:03
35369         Log: Some filesystems require writability for rename/unlink.
35370      Branch: perl
35371            ! opcode.pl
35372 ____________________________________________________________________________
35373 [ 10603] By: jhi                                   on 2001/06/15  13:41:34
35374         Log: Subject: Re: [PATCH} perlio and threading @ 10576 + report 
35375              From: "H.Merijn Brand" <h.m.brand@hccnet.nl> 
35376              Date: Fri, 15 Jun 2001 12:08:53 +0200
35377              Message-Id: <20010615120320.F009.H.M.BRAND@hccnet.nl>
35378      Branch: perl
35379            ! perlio.c
35380 ____________________________________________________________________________
35381 [ 10602] By: jhi                                   on 2001/06/15  13:27:04
35382         Log: Subject: Re: [PATCH] opcode.pl is chmod'ing the original source tree
35383              From: Mike Guy <mjtg@cam.ac.uk>
35384              Date: Fri, 15 Jun 2001 14:11:49 +0100
35385              Message-Id: <E15AtO9-0006Nd-00@draco.cus.cam.ac.uk>
35386      Branch: perl
35387            ! opcode.pl
35388 ____________________________________________________________________________
35389 [ 10601] By: jhi                                   on 2001/06/15  13:21:18
35390         Log: Subject: [PATCH ?] INADDR_ANY INADDR_BROADCAST INADDR_LOOPBACK INADDR_NONE
35391              From: Nicholas Clark <nick@ccl4.org>
35392              Date: Thu, 14 Jun 2001 23:52:56 +0100
35393              Message-ID: <20010614235256.G98663@plum.flirble.org>
35394      Branch: perl
35395            ! ext/Socket/Socket.pm ext/Socket/Socket.xs
35396            ! lib/ExtUtils/Constant.pm t/lib/extutils.t
35397 ____________________________________________________________________________
35398 [ 10600] By: jhi                                   on 2001/06/15  13:16:56
35399         Log: Subject: Re: [PATCH] GDBM_File (wasRe: ext/ + -Wall)
35400              From: Russ Allbery <rra@stanford.edu>
35401              Date: 14 Jun 2001 13:24:43 -0700
35402              Message-ID: <ylzobaizck.fsf@windlord.stanford.edu>
35403      Branch: perl
35404            ! ext/GDBM_File/GDBM_File.pm
35405 ____________________________________________________________________________
35406 [ 10599] By: jhi                                   on 2001/06/15  13:15:26
35407         Log: Subject: [PATCH] GDBM_File (wasRe: ext/ + -Wall)
35408              From: Nicholas Clark <nick@ccl4.org>
35409              Date: Thu, 14 Jun 2001 20:37:47 +0100
35410              Message-ID: <20010614203747.F98663@plum.flirble.org>
35411      Branch: perl
35412            ! ext/GDBM_File/GDBM_File.pm ext/GDBM_File/GDBM_File.xs
35413            ! t/lib/gdbm.t
35414 ____________________________________________________________________________
35415 [ 10598] By: jhi                                   on 2001/06/15  13:13:13
35416         Log: Integrate perlio.
35417      Branch: perl
35418           !> makedef.pl sv.c
35419 ____________________________________________________________________________
35420 [ 10597] By: nick                                  on 2001/06/15  11:08:13
35421         Log: Check that HVs with HvNAME() != NULL are really stashes before
35422              treating them as such. Also be more defensive on the GvCV.
35423              Win32 fork and dprof now working again. 
35424      Branch: perlio
35425            ! sv.c
35426 ____________________________________________________________________________
35427 [ 10596] By: nick                                  on 2001/06/15  10:11:20
35428         Log: Integrate mainline.
35429      Branch: perlio
35430           +> Cross/README
35431           !> Configure Makefile.SH Porting/Glossary Porting/config.sh
35432           !> Porting/config_H config_h.SH configure.com epoc/config.sh
35433           !> hints/linux.sh pod/perltoc.pod uconfig.h uconfig.sh
35434           !> vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
35435           !> vos/config.ga.h win32/config.bc win32/config.gc
35436           !> win32/config.vc win32/config_H.bc win32/config_H.gc
35437           !> win32/config_H.vc
35438 ____________________________________________________________________________
35439 [ 10595] By: nick                                  on 2001/06/15  09:37:17
35440         Log: Skip Perl_my_bcopy in .def file as we do not provide it.
35441              - Win32 (VC++) now builds but fails:
35442              filefind.t - suspect Win32's builtin cwd is not doing insecure dir test
35443              fork.t     - No &___ENV_HV_NAME___::CLONE method ???
35444              write.t    - open(...,"|-") not implemented on Win32 
35445      Branch: perlio
35446            ! makedef.pl
35447 ____________________________________________________________________________
35448 [ 10594] By: jhi                                   on 2001/06/15  00:17:16
35449         Log: Integrate perlio.
35450      Branch: perl
35451           !> perlio.c win32/makefile.mk
35452 ____________________________________________________________________________
35453 [ 10593] By: jhi                                   on 2001/06/15  00:16:44
35454         Log: Metaconfig unit changes for #10592.
35455      Branch: metaconfig
35456            + U/modified/i_varhdr.U U/modified/startsh.U
35457            - U/a_dvisory/crosscompile.U U/target/Target.U
35458            ! U/a_dvisory/intsize.U U/compline/alignbytes.U
35459            ! U/compline/bitpbyte.U U/compline/byteorder.U
35460            ! U/compline/ccflags.U U/compline/charsize.U
35461            ! U/compline/d_casti32.U U/compline/d_castneg.U
35462            ! U/compline/d_closedir.U U/compline/d_fd_set.U
35463            ! U/compline/d_gconvert.U U/compline/d_gnulibc.U
35464            ! U/compline/d_keepsig.U U/compline/d_open3.U
35465            ! U/compline/d_safebcpy.U U/compline/d_safemcpy.U
35466            ! U/compline/d_sanemcmp.U U/compline/d_scannl.U
35467            ! U/compline/d_sgndchr.U U/compline/d_sigsetjmp.U
35468            ! U/compline/d_stdstdio.U U/compline/d_vprintf.U
35469            ! U/compline/doublesize.U U/compline/floatsize.U
35470            ! U/compline/nblock_io.U U/compline/orderlib.U
35471            ! U/compline/ptrsize.U U/compline/ssizetype.U U/ebcdic/ebcdic.U
35472            ! U/modified/Cppsym.U U/modified/Oldconfig.U U/modified/Signal.U
35473            ! U/modified/d_getpgrp.U U/modified/d_longdbl.U
35474            ! U/modified/d_longlong.U U/modified/d_setpgrp.U
35475            ! U/modified/d_strtoul.U U/modified/d_union_semun.U
35476            ! U/modified/spitshell.U U/threads/archname.U
35477            ! U/threads/d_pthreadj.U U/typedefs/gidsign.U
35478            ! U/typedefs/gidsize.U U/typedefs/lseektype.U
35479            ! U/typedefs/pidsign.U U/typedefs/pidsize.U
35480            ! U/typedefs/sizesize.U U/typedefs/ssizesize.U
35481            ! U/typedefs/uidsign.U U/typedefs/uidsize.U
35482      Branch: metaconfig/U/perl
35483            + Cross.U
35484            ! d_dlsymun.U d_fcntl_can_lock.U d_modfl.U d_printfed.U
35485            ! d_strtoll.U d_strtoull.U d_strtouq.U d_u32align.U dlsrc.U
35486            ! fflushall.U fpossize.U gccvers.U i_db.U longdblfio.U
35487            ! need_va_copy.U perlxv.U quadfio.U selectminbits.U
35488            ! stdio_streams.U uselfs.U
35489 ____________________________________________________________________________
35490 [ 10592] By: jhi                                   on 2001/06/15  00:15:52
35491         Log: The first steps towards cross-compilation.
35492              
35493              Abstract execution of compiled test executables with $run,
35494              and abstract transfer of files with $to and $from.
35495              
35496              Under cross-compilation the $run, $to, and $from will point
35497              to appropriate wrapper scripts, by default ssh and scp,
35498              but also rsh, rcp, and cp are supported.  If not
35499              cross-compiling, they will be set to '', ':', and ':',
35500              respectively.
35501              
35502              With these patches I was able to get Configure for
35503              iPAQ ARM Linux on an Intel Linux about 95% right
35504              (only a few tests failed to execute or they produced
35505              incorrect results), and I was able to compile
35506              a functional miniperl.
35507              
35508              The symbol crosscompile renamed to be usecrosscompile,
35509              the corresponding C symbol from CROSSCOMPILE to
35510              USE_CROSS_COMPILE.
35511      Branch: perl
35512            ! Configure Cross/README Makefile.SH Porting/Glossary
35513            ! Porting/config.sh Porting/config_H config_h.SH configure.com
35514            ! epoc/config.sh hints/linux.sh pod/perltoc.pod uconfig.h
35515            ! uconfig.sh vos/config.alpha.def vos/config.alpha.h
35516            ! vos/config.ga.def vos/config.ga.h win32/config.bc
35517            ! win32/config.gc win32/config.vc win32/config_H.bc
35518            ! win32/config_H.gc win32/config_H.vc
35519 ____________________________________________________________________________
35520 [ 10591] By: nick                                  on 2001/06/14  20:00:12
35521         Log: Steps along the road toward Win32 building again.
35522      Branch: perlio
35523            ! perlio.c win32/makefile.mk
35524 ____________________________________________________________________________
35525 [ 10590] By: jhi                                   on 2001/06/14  16:11:11
35526         Log: Integrate perlio.
35527      Branch: perl
35528           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
35529 ____________________________________________________________________________
35530 [ 10589] By: nick                                  on 2001/06/14  13:54:07
35531         Log: Routine regen_config_h for Win32
35532      Branch: perlio
35533            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
35534 ____________________________________________________________________________
35535 [ 10588] By: jhi                                   on 2001/06/14  12:30:46
35536         Log: Integrate perlio.
35537      Branch: perl
35538           +> perlyline.pl
35539           !> MANIFEST Makefile.SH perly.c t/lib/filefind.t
35540 ____________________________________________________________________________
35541 [ 10587] By: jhi                                   on 2001/06/14  12:23:24
35542         Log: A placeholder.
35543      Branch: perl
35544            + Cross/README
35545 ____________________________________________________________________________
35546 [ 10586] By: nick                                  on 2001/06/14  08:25:07
35547         Log: Add new step to run_byacc which:
35548              A. Corrects #line NNN "perly.c" lines so warnings etc. are trackable
35549              B. Adds extra () to the two if (var = ...) constructs gcc -Wall winges about.
35550      Branch: perlio
35551            + perlyline.pl
35552            ! MANIFEST Makefile.SH perly.c
35553 ____________________________________________________________________________
35554 [ 10585] By: nick                                  on 2001/06/14  08:22:29
35555         Log: Integrate mainline
35556      Branch: perlio
35557           +> locale.c numeric.c
35558           !> Changes cygwin/Makefile.SHs embed.h embed.pl
35559           !> ext/re/Makefile.PL lib/Math/BigFloat.pm lib/Math/BigInt.pm
35560           !> objXSUB.h opcode.pl patchlevel.h perlapi.c pod/perlapi.pod
35561           !> proto.h t/lib/bigfltpm.t t/lib/bigintpm.t util.c
35562           !> x2p/Makefile.SH
35563 ____________________________________________________________________________
35564 [ 10584] By: nick                                  on 2001/06/14  08:05:53
35565         Log: Hack to remove insecure directories from PATH so test will run.
35566      Branch: perlio
35567            ! t/lib/filefind.t
35568 ____________________________________________________________________________
35569 [ 10583] By: jhi                                   on 2001/06/14  03:11:16
35570         Log: The test doesn't work (yet?), Math::BigInt::round_mode() is missing.
35571      Branch: perl
35572            - t/lib/mbimbf.t
35573            ! MANIFEST
35574 ____________________________________________________________________________
35575 [ 10582] By: jhi                                   on 2001/06/14  03:04:51
35576         Log: Detypo.
35577      Branch: perl
35578            ! x2p/Makefile.SH
35579 ____________________________________________________________________________
35580 [ 10581] By: jhi                                   on 2001/06/14  03:03:14
35581         Log: de-$CONFIG continues.
35582      Branch: perl
35583            ! cygwin/Makefile.SHs x2p/Makefile.SH
35584 ____________________________________________________________________________
35585 [ 10580] By: jhi                                   on 2001/06/13  23:56:59
35586         Log: Subject: [PATCH] opcode.pl is chmod'ing the original source tree
35587              From: Nicholas Clark <nick@ccl4.org>
35588              Date: Wed, 13 Jun 2001 21:20:13 +0100
35589              Message-ID: <20010613212013.D98663@plum.flirble.org>
35590      Branch: perl
35591            ! opcode.pl
35592 ____________________________________________________________________________
35593 [ 10579] By: jhi                                   on 2001/06/13  23:55:29
35594         Log: Subject: splitting util.c
35595              From: Hugo <hv@crypt.compulink.co.uk>
35596              Date: Thu, 14 Jun 2001 00:41:08 +0100
35597              Message-Id: <200106132341.AAA24935@crypt.compulink.co.uk>
35598      Branch: perl
35599            + locale.c numeric.c
35600            ! MANIFEST Makefile.SH embed.h embed.pl objXSUB.h perlapi.c
35601            ! pod/perlapi.pod proto.h util.c
35602 ____________________________________________________________________________
35603 [ 10578] By: jhi                                   on 2001/06/13  23:45:11
35604         Log: Upgrade to Math::BigInt 1.34 from Tels.
35605      Branch: perl
35606            + t/lib/mbimbf.t
35607            ! MANIFEST lib/Math/BigFloat.pm lib/Math/BigInt.pm
35608            ! t/lib/bigfltpm.t t/lib/bigintpm.t
35609 ____________________________________________________________________________
35610 [ 10577] By: nick                                  on 2001/06/13  19:02:48
35611         Log: Integrate mainline. Storable fail has gone, insecure dependancy still there.
35612      Branch: perlio
35613           !> (integrate 125 files)
35614 ____________________________________________________________________________
35615 [ 10576] By: jhi                                   on 2001/06/13  18:10:01
35616         Log: Update Changes.
35617      Branch: perl
35618            ! Changes patchlevel.h
35619 ____________________________________________________________________________
35620 [ 10575] By: jhi                                   on 2001/06/13  18:05:09
35621         Log: Subject: Re: [PATCH perl@10538] make ext/re play nice with DEBUGGING override
35622              From: "Craig A. Berry" <craigberry@mac.com>
35623              Date: Wed, 13 Jun 2001 13:24:28 -0500
35624              Message-Id: <5.1.0.14.0.20010613131907.01bbc210@mail.mac.com>
35625      Branch: perl
35626            ! ext/re/Makefile.PL
35627 ____________________________________________________________________________
35628 [ 10574] By: jhi                                   on 2001/06/13  17:34:36
35629         Log: Mc.u.c. for #10573.
35630      Branch: metaconfig
35631            ! U/threads/usethreads.U
35632 ____________________________________________________________________________
35633 [ 10573] By: jhi                                   on 2001/06/13  17:34:00
35634         Log: It would be also be good if I could type.
35635      Branch: perl
35636            ! Configure
35637 ____________________________________________________________________________
35638 [ 10572] By: jhi                                   on 2001/06/13  17:26:29
35639         Log: Metaconfig unit change for #10571.
35640      Branch: metaconfig
35641            ! U/threads/usethreads.U
35642 ____________________________________________________________________________
35643 [ 10571] By: jhi                                   on 2001/06/13  17:26:05
35644         Log: A non-empty default is a good thing.
35645      Branch: perl
35646            ! Configure
35647 ____________________________________________________________________________
35648 [ 10570] By: jhi                                   on 2001/06/13  17:15:16
35649         Log: Metaconfig unit change for #10569.
35650      Branch: metaconfig
35651            ! U/threads/usethreads.U
35652 ____________________________________________________________________________
35653 [ 10569] By: jhi                                   on 2001/06/13  17:14:17
35654         Log: Add Configure directive -Dusereentrant for Artur's ithreads work,
35655              extremely experimental, not even prompted for.
35656      Branch: perl
35657            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
35658            ! config_h.SH configure.com epoc/config.sh perl.h uconfig.h
35659            ! uconfig.sh vos/config.alpha.def vos/config.ga.def
35660            ! win32/config.bc win32/config.gc win32/config.vc
35661 ____________________________________________________________________________
35662 [ 10568] By: jhi                                   on 2001/06/13  16:22:27
35663         Log: FAQ tweak for Vanina Arca <varca@baufest.com>.
35664      Branch: perl
35665            ! pod/perlfaq6.pod
35666 ____________________________________________________________________________
35667 [ 10567] By: jhi                                   on 2001/06/13  16:20:23
35668         Log: Integrate perlio; conflicts, accept Nick's versions.
35669      Branch: perl
35670           !> ext/Encode/Encode.xs ext/PerlIO/Scalar/Scalar.xs
35671           !> ext/PerlIO/Via/Via.xs perlio.c perlio.h perliol.h
35672 ____________________________________________________________________________
35673 [ 10566] By: jhi                                   on 2001/06/13  16:17:42
35674         Log: Subject: Re: ext/ + -Wall
35675              From: Doug MacEachern <dougm@covalent.net>
35676              Date: Wed, 13 Jun 2001 10:02:16 -0700 (PDT)
35677              Message-ID: <Pine.LNX.4.21.0106130959050.24181-100000@mako.covalent.net>
35678      Branch: perl
35679            ! XSUB.h lib/ExtUtils/xsubpp perl.h
35680 ____________________________________________________________________________
35681 [ 10565] By: jhi                                   on 2001/06/13  16:16:07
35682         Log: Similar logic as DB_File.xs, using the modern macros and
35683              defines them to older ones for older Perls where PERL_VERSION
35684              is not defined, from Doug MacEachern.
35685      Branch: perl
35686            ! ext/Storable/Storable.xs
35687 ____________________________________________________________________________
35688 [ 10564] By: nick                                  on 2001/06/13  15:22:01
35689         Log: Avoid AV and HV in perlio.c by inventing PerlIO_list_t which is AV-ish
35690              and using that instead (name lookups are sequential search for now).
35691      Branch: perlio
35692            ! ext/Encode/Encode.xs ext/PerlIO/Scalar/Scalar.xs
35693            ! ext/PerlIO/Via/Via.xs perlio.c perlio.h perliol.h
35694 ____________________________________________________________________________
35695 [ 10563] By: jhi                                   on 2001/06/13  14:07:43
35696         Log: Subject: [PATCH] Re: [ID 20010526.001] localized glob loses value when assigned to
35697              From: "Richard Soderberg" <rs@crystalflame.net>
35698              Date: Sat, 26 May 2001 06:44:20 -0700
35699              Message-ID: <NAEKLNAAHLMBPMPNBMLECECHDFAA.rs@crystalflame.net>
35700      Branch: perl
35701            ! sv.c t/op/glob.t
35702 ____________________________________________________________________________
35703 [ 10562] By: jhi                                   on 2001/06/13  13:55:10
35704         Log: Subject: [PATCH perl@10538] make ext/re play nice with DEBUGGING override
35705              From: "Craig A. Berry" <craigberry@mac.com>
35706              Date: Tue, 12 Jun 2001 23:55:26 -0500
35707              Message-Id: <a05101002b74ca0013cf5@[192.168.56.160]>
35708      Branch: perl
35709            ! ext/re/Makefile.PL ext/re/re.xs
35710 ____________________________________________________________________________
35711 [ 10561] By: jhi                                   on 2001/06/13  13:44:58
35712         Log: Hide __attribute__((unused)) behind PERL_UNUSED_DECL as
35713              suggested by NI-S.
35714      Branch: perl
35715            ! XSUB.h malloc.c perl.h
35716 ____________________________________________________________________________
35717 [ 10560] By: jhi                                   on 2001/06/13  13:35:42
35718         Log: Regen toc.
35719      Branch: perl
35720            ! pod/perltoc.pod
35721 ____________________________________________________________________________
35722 [ 10559] By: jhi                                   on 2001/06/13  12:53:18
35723         Log: Subject: [patch] perl.gprof control
35724              From: Doug MacEachern <dougm@covalent.net>
35725              Date: Tue, 12 Jun 2001 23:05:44 -0700 (PDT)
35726              Message-ID: <Pine.LNX.4.21.0106122247380.24181-100000@mako.covalent.net>
35727      Branch: perl
35728            ! miniperlmain.c perl.h
35729 ____________________________________________________________________________
35730 [ 10558] By: jhi                                   on 2001/06/13  12:51:47
35731         Log: Subject: Re: ext/ + -Wall
35732              From: Doug MacEachern <dougm@covalent.net>
35733              Date: Tue, 12 Jun 2001 22:04:50 -0700 (PDT)
35734              Message-ID: <Pine.LNX.4.21.0106122151180.24181-100000@mako.covalent.net>
35735              
35736              Document ax and break up dXSARGS.
35737      Branch: perl
35738            ! XSUB.h pod/perlapi.pod
35739 ____________________________________________________________________________
35740 [ 10557] By: jhi                                   on 2001/06/13  12:39:55
35741         Log: More AIX tweakage from Merijn.
35742      Branch: perl
35743            ! hints/aix.sh
35744 ____________________________________________________________________________
35745 [ 10556] By: jhi                                   on 2001/06/13  03:26:58
35746         Log: Subject: [PATCH perl@10538] make VMS autosplit earlier in build
35747              From: "Craig A. Berry" <craigberry@mac.com>
35748              Date: Tue, 12 Jun 2001 22:57:45 -0500
35749              Message-Id: <a05101001b74c943d7af4@[192.168.56.160]>
35750      Branch: perl
35751            ! vms/descrip_mms.template
35752 ____________________________________________________________________________
35753 [ 10555] By: jhi                                   on 2001/06/13  02:50:43
35754         Log: Subject: Re: hacking util.c, attrs.xs, and re.xs to compile on VMS
35755              From: "Craig A. Berry" <craigberry@mac.com>
35756              Date: Tue, 12 Jun 2001 22:21:39 -0500
35757              Message-Id: <a05101000b74c8698483b@[172.16.52.1]>
35758      Branch: perl
35759            ! configure.com util.c
35760 ____________________________________________________________________________
35761 [ 10554] By: jhi                                   on 2001/06/13  02:23:16
35762         Log: New AIX dynaloading code from Jens-Uwe Mager.
35763              Does break binary compatibility.
35764      Branch: perl
35765            ! ext/DynaLoader/dl_aix.xs hints/aix.sh makedef.pl
35766 ____________________________________________________________________________
35767 [ 10553] By: jhi                                   on 2001/06/13  02:10:16
35768         Log: VMS DEC C compiler found nits by Peter Prymmer.
35769      Branch: perl
35770            ! util.c
35771 ____________________________________________________________________________
35772 [ 10552] By: jhi                                   on 2001/06/13  01:36:12
35773         Log: Subject: [PATCH: perl@10538] fix for file locking and filecomp test
35774              From: Peter Prymmer <pvhp@forte.com>
35775              Date: Tue, 12 Jun 2001 19:34:08 -0700 (PDT)
35776              Message-ID: <Pine.OSF.4.10.10106121927580.15174-100000@aspara.forte.com>
35777      Branch: perl
35778            ! t/lib/filecomp.t
35779 ____________________________________________________________________________
35780 [ 10551] By: jhi                                   on 2001/06/13  01:26:53
35781         Log: I wonder how many $CONFIGs still lurk in the shadows.
35782      Branch: perl
35783            ! pod/Makefile.SH x2p/cflags.SH
35784 ____________________________________________________________________________
35785 [ 10550] By: jhi                                   on 2001/06/13  01:25:12
35786         Log: Grok three kinds of line endings, should fix [ID 20010612.003]
35787      Branch: perl
35788            ! pod/checkpods.PL
35789 ____________________________________________________________________________
35790 [ 10549] By: jhi                                   on 2001/06/13  01:05:28
35791         Log: Use __attribute__((unused)) to silence -Wall on unused ax.
35792      Branch: perl
35793            ! XSUB.h ext/DB_File/DB_File.xs lib/ExtUtils/xsubpp
35794 ____________________________________________________________________________
35795 [ 10548] By: jhi                                   on 2001/06/13  00:41:28
35796         Log: Subject: [patch] rid local_patches warnings
35797              From: Doug MacEachern <dougm@covalent.net>
35798              Date: Tue, 12 Jun 2001 10:26:34 -0700 (PDT)
35799              Message-ID: <Pine.LNX.4.21.0106121024470.24181-100000@mako.covalent.net>
35800      Branch: perl
35801            ! ext/List/Util/Util.xs ext/Storable/Storable.xs
35802 ____________________________________________________________________________
35803 [ 10547] By: jhi                                   on 2001/06/13  00:40:29
35804         Log: Subject: Re: ext/ + -Wall
35805              From: Doug MacEachern <dougm@covalent.net>
35806              Date: Tue, 12 Jun 2001 09:38:09 -0700 (PDT)
35807              Message-ID: <Pine.LNX.4.21.0106120927100.24181-100000@mako.covalent.net>
35808      Branch: perl
35809            ! ext/attrs/attrs.xs
35810 ____________________________________________________________________________
35811 [ 10546] By: jhi                                   on 2001/06/13  00:39:06
35812         Log: Subject: [PATCH] perlretut.pod: unterminated C<>
35813              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
35814              Date: Tue, 12 Jun 2001 14:36:20 -0400
35815              Message-ID: <20010612143619.A37113@linguist.thayer.dartmouth.edu>
35816      Branch: perl
35817            ! pod/perlretut.pod
35818 ____________________________________________________________________________
35819 [ 10545] By: jhi                                   on 2001/06/13  00:38:02
35820         Log: Subject: Re: [ID 20010612.001] out of memory during regex compilation
35821              From: Mike Guy <mjtg@cam.ac.uk>
35822              Date: Tue, 12 Jun 2001 19:10:31 +0100
35823              Message-Id: <E159scZ-0000r2-00@draco.cus.cam.ac.uk>
35824              
35825              Subject: Re: [ID 20010612.001] out of memory during regex compilation
35826              From: Mike Guy <mjtg@cam.ac.uk>
35827              Date: Tue, 12 Jun 2001 19:21:01 +0100
35828              Message-Id: <E159smj-0000wY-00@draco.cus.cam.ac.uk>
35829      Branch: perl
35830            ! pod/perlop.pod
35831 ____________________________________________________________________________
35832 [ 10544] By: jhi                                   on 2001/06/13  00:34:39
35833         Log: AIX tweaks from Merijn H. Brand.
35834      Branch: perl
35835            ! hints/aix.sh
35836 ____________________________________________________________________________
35837 [ 10543] By: jhi                                   on 2001/06/13  00:11:42
35838         Log: Subject: [PATCH] 5.6.1 -- add LC_MESSAGES constant to POSIX module
35839              From: "Brendan O'Dea" <bod@compusol.com.au>
35840              Date: Wed, 13 Jun 2001 05:16:47 +1000
35841              Message-ID: <20010613051647.A8945@compusol.com.au>
35842      Branch: maint-5.6/perl
35843            ! ext/POSIX/POSIX.pm ext/POSIX/POSIX.xs
35844 ____________________________________________________________________________
35845 [ 10542] By: jhi                                   on 2001/06/13  00:07:50
35846         Log: Subject: Small bcopy cleanup
35847              From: Andy Dougherty <doughera@lafayette.edu>
35848              Date: Tue, 12 Jun 2001 17:11:52 -0400 (EDT)
35849              Message-ID: <Pine.SOL.4.10.10106121706360.11034-100000@maxwell.phys.lafayette.edu>
35850      Branch: perl
35851            ! embed.h embed.pl objXSUB.h perlapi.c proto.h util.c x2p/a2p.h
35852 ____________________________________________________________________________
35853 [ 10541] By: jhi                                   on 2001/06/13  00:05:18
35854         Log: Subject: [PATCH] Re: ext/ + -Wall
35855              From: Nicholas Clark <nick@ccl4.org>
35856              Date: Wed, 13 Jun 2001 00:04:30 +0100
35857              Message-ID: <20010613000430.M5901@plum.flirble.org>
35858      Branch: perl
35859            ! ext/POSIX/POSIX.pm ext/POSIX/POSIX.xs
35860 ____________________________________________________________________________
35861 [ 10540] By: jhi                                   on 2001/06/13  00:02:25
35862         Log: Subject: [PATCH] Re: [PATCH] ExtUtils::Constant
35863              From: Nicholas Clark <nick@ccl4.org>
35864              Date: Tue, 12 Jun 2001 23:53:07 +0100
35865              Message-ID: <20010612235307.L5901@plum.flirble.org>
35866      Branch: perl
35867            ! lib/ExtUtils/Constant.pm t/lib/extutils.t
35868 ____________________________________________________________________________
35869 [ 10539] By: jhi                                   on 2001/06/12  23:59:10
35870         Log: MPE/iX tweaks from Mark Bixby.
35871      Branch: perl
35872            ! hints/mpeix.sh mpeix/mpeixish.h util.c
35873 ____________________________________________________________________________
35874 [ 10538] By: jhi                                   on 2001/06/12  14:16:15
35875         Log: Update Changes.
35876      Branch: perl
35877            ! Changes patchlevel.h
35878 ____________________________________________________________________________
35879 [ 10537] By: jhi                                   on 2001/06/12  14:11:26
35880         Log: One less -Wall whine (found under DEBUGGING).
35881      Branch: perl
35882            ! x2p/Makefile.SH x2p/a2p.c
35883 ____________________________________________________________________________
35884 [ 10536] By: jhi                                   on 2001/06/12  13:32:09
35885         Log: s/case-independent/case-insensitive/g
35886      Branch: perl
35887            ! pod/perldebug.pod
35888 ____________________________________________________________________________
35889 [ 10535] By: jhi                                   on 2001/06/12  13:27:28
35890         Log: As suggested in    
35891              
35892              Subject: Re: ext/ + -Wall
35893              From: Gurusamy Sarathy <gsar@ActiveState.com>
35894              Date: Mon, 11 Jun 2001 23:34:31 -0700
35895              Message-Id: <200106120634.f5C6YVM07246@smtp3.ActiveState.com>
35896      Branch: perl
35897            ! ext/PerlIO/Scalar/Scalar.xs ext/PerlIO/Via/Via.xs globals.c
35898            ! perl.h
35899 ____________________________________________________________________________
35900 [ 10534] By: jhi                                   on 2001/06/12  13:13:27
35901         Log: Subject: ext/ + -Wall
35902              From: Doug MacEachern <dougm@covalent.net>
35903              Date: Mon, 11 Jun 2001 22:19:45 -0700 (PDT)
35904              Message-ID: <Pine.LNX.4.21.0106112212261.24181-100000@mako.covalent.net>
35905      Branch: perl
35906            ! ext/ByteLoader/ByteLoader.xs ext/DB_File/DB_File.xs
35907            ! ext/DB_File/version.c ext/Devel/DProf/DProf.xs
35908            ! ext/DynaLoader/dl_dlopen.xs ext/DynaLoader/dlutils.c
35909            ! ext/Encode/Encode.xs ext/File/Glob/bsd_glob.c
35910            ! ext/Filter/Util/Call/Call.xs ext/GDBM_File/GDBM_File.xs
35911            ! ext/List/Util/Util.xs ext/MIME/Base64/Base64.xs
35912            ! ext/POSIX/POSIX.xs ext/PerlIO/Scalar/Scalar.xs
35913            ! ext/PerlIO/Via/Via.xs ext/Time/HiRes/HiRes.xs
35914            ! ext/Time/Piece/Piece.xs ext/attrs/attrs.xs globals.c
35915            ! lib/ExtUtils/xsubpp
35916 ____________________________________________________________________________
35917 [ 10533] By: jhi                                   on 2001/06/12  12:52:57
35918         Log: Subject: [PATCH] anonymous stashes
35919              From: Abhijit Menon-Sen <ams@wiw.org>
35920              Date: Tue, 12 Jun 2001 12:47:04 +0530
35921              Message-ID: <20010612124704.A29029@lustre.linux.in>
35922      Branch: perl
35923            ! dump.c gv.c sv.c xsutils.c
35924 ____________________________________________________________________________
35925 [ 10532] By: jhi                                   on 2001/06/12  12:37:36
35926         Log: One more test for $^S.
35927      Branch: perl
35928            ! t/op/magic.t
35929 ____________________________________________________________________________
35930 [ 10531] By: jhi                                   on 2001/06/12  12:35:02
35931         Log: Subject: [PATCH 20010612.002] $^S almost entirely broken with 5.6.1
35932              From: Abhijit Menon-Sen <ams@wiw.org>
35933              Date: Tue, 12 Jun 2001 17:35:55 +0530
35934              Message-ID: <20010612173555.A32426@lustre.linux.in>
35935      Branch: perl
35936            ! mg.c t/op/magic.t
35937 ____________________________________________________________________________
35938 [ 10530] By: jhi                                   on 2001/06/12  12:31:11
35939         Log: Subject: Re: [ID 20010612.001] out of memory during regex compilation
35940              From: Mike Guy <mjtg@cam.ac.uk>
35941              Date: Tue, 12 Jun 2001 13:14:15 +0100
35942              Message-Id: <E159n3n-0000xa-00@draco.cus.cam.ac.uk>
35943      Branch: perl
35944            ! pod/perlop.pod
35945 ____________________________________________________________________________
35946 [ 10529] By: jhi                                   on 2001/06/12  12:21:06
35947         Log: AUTHORS updates.
35948      Branch: perl
35949            ! AUTHORS
35950 ____________________________________________________________________________
35951 [ 10528] By: jhi                                   on 2001/06/12  12:19:47
35952         Log: Subject: [PATCH] rhapsody/darwin minor cleanup
35953              From: Wilfredo Sanchez <wsanchez@MIT.EDU>
35954              Content-Transfer-Encoding: 7bit
35955              Message-Id: <200106121009.GAA01968@melbourne-city-street.mit.edu>
35956      Branch: perl
35957            ! Makefile.SH hints/darwin.sh hints/rhapsody.sh
35958 ____________________________________________________________________________
35959 [ 10527] By: jhi                                   on 2001/06/12  11:58:53
35960         Log: Subject: [MacPerl-Porters] Re: [PATCH] Mac OS Compatability for bleadperl
35961              From: "Philip Newton" <Philip.Newton@gmx.net>
35962              Date: Mon, 11 Jun 2001 07:08:03 +0200
35963              Message-Id: <200106120802.LAA08992@taas.iki.fi>
35964      Branch: perl
35965            ! t/base/term.t
35966 ____________________________________________________________________________
35967 [ 10526] By: jhi                                   on 2001/06/12  01:35:34
35968         Log: Cleanup the a2p.c for -Wall.
35969      Branch: perl
35970            ! x2p/Makefile.SH x2p/a2p.c
35971 ____________________________________________________________________________
35972 [ 10525] By: jhi                                   on 2001/06/12  01:10:56
35973         Log: File::Find update for MacOS from Chris Nandor.
35974      Branch: perl
35975            ! lib/File/Find.pm t/lib/filefind.t
35976 ____________________________________________________________________________
35977 [ 10524] By: jhi                                   on 2001/06/12  00:29:20
35978         Log: gcc -Wall nits picked out by a non-UNIX system
35979              (courtesy of Mark Bixby)
35980      Branch: perl
35981            ! doio.c ext/Devel/Peek/Peek.xs ext/DynaLoader/dl_mpeix.xs
35982            ! ext/IO/IO.xs ext/PerlIO/Via/Via.xs ext/Socket/Socket.xs
35983            ! pp_sys.c util.c
35984 ____________________________________________________________________________
35985 [ 10523] By: jhi                                   on 2001/06/11  22:34:03
35986         Log: Metaconfig unit change for #10522.  (The d_modfl changes
35987              placate metalint.)
35988      Branch: metaconfig/U/perl
35989            ! d_modfl.U d_u32align.U
35990 ____________________________________________________________________________
35991 [ 10522] By: jhi                                   on 2001/06/11  22:33:00
35992         Log: Buglet found by Mark Bixby: "./try >&2 >/dev/null" should
35993              be "./try 2>&1 >/dev/null".
35994      Branch: perl
35995            ! Configure
35996 ____________________________________________________________________________
35997 [ 10521] By: jhi                                   on 2001/06/11  19:49:54
35998         Log: Subject: [PATCH perl@10517] DCL quoting syntax drives pumpking mad
35999              From: "Craig A. Berry" <craigberry@mac.com>
36000              Date: Mon, 11 Jun 2001 14:00:32 -0500
36001              Message-Id: <5.1.0.14.0.20010611134750.03985cb8@exchi01>
36002      Branch: perl
36003            ! configure.com
36004 ____________________________________________________________________________
36005 [ 10520] By: jhi                                   on 2001/06/11  17:55:47
36006         Log: Move the full \p\P lists to perlunicode.
36007      Branch: perl
36008            ! pod/perlretut.pod pod/perlunicode.pod
36009 ____________________________________________________________________________
36010 [ 10519] By: jhi                                   on 2001/06/11  17:10:00
36011         Log: VOS build tweak for 5.6.1 from Paul Green.
36012      Branch: maint-5.6/perl
36013            ! vos/build.cm
36014 ____________________________________________________________________________
36015 [ 10518] By: jhi                                   on 2001/06/11  17:07:03
36016         Log: Subject: [PATCH perl@10476] no PerlIO at startup time on VMS
36017              From: "Craig A. Berry" <craigberry@mac.com>
36018              Date: Fri, 8 Jun 2001 18:08:18 -0500
36019              Message-Id: <a05101000b746f9dd4fca@[192.168.56.145]>
36020      Branch: perl
36021            ! vms/vms.c
36022 ____________________________________________________________________________
36023 [ 10517] By: jhi                                   on 2001/06/11  14:52:01
36024         Log: Update Changes.
36025      Branch: perl
36026            ! Changes patchlevel.h
36027 ____________________________________________________________________________
36028 [ 10516] By: jhi                                   on 2001/06/11  14:46:33
36029         Log: Add the modfl_pow32_bug (anti)definition also to VOS headers.
36030      Branch: perl
36031            ! vos/config.alpha.h vos/config.ga.h
36032 ____________________________________________________________________________
36033 [ 10515] By: jhi                                   on 2001/06/11  14:39:05
36034         Log: VOS updates from Paul Green for @10476.
36035      Branch: perl
36036            ! README.vos vos/Changes vos/build.cm vos/compile_perl.cm
36037            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
36038            ! vos/config.ga.h vos/configure_perl.cm
36039 ____________________________________________________________________________
36040 [ 10514] By: jhi                                   on 2001/06/11  12:58:43
36041         Log: Subject: [PATCH] Not many people know this ...
36042              From: Mike Guy <mjtg@cam.ac.uk>
36043              Date: Mon, 11 Jun 2001 14:55:15 +0100
36044              Message-Id: <E159S9z-00015D-00@draco.cus.cam.ac.uk>
36045      Branch: perl
36046            ! pod/perldebug.pod
36047 ____________________________________________________________________________
36048 [ 10513] By: jhi                                   on 2001/06/11  12:30:06
36049         Log: Add final commas to lists as suggested by Philip Newton.
36050      Branch: perl
36051            ! lib/ExtUtils/Constant.pm t/lib/extutils.t
36052 ____________________________________________________________________________
36053 [ 10512] By: jhi                                   on 2001/06/11  12:28:49
36054         Log: Subject: [MacPerl-Porters] [PATCH] Mac OS Compatability for bleadperl
36055              Date: Sun, 10 Jun 2001 23:35:38 -0400
36056              From: Chris Nandor <pudge@pobox.com>
36057              Message-Id: <p05100306b749ec0eaade@[10.0.1.177]>
36058      Branch: perl
36059            ! lib/DirHandle.pm lib/File/Basename.pm lib/diagnostics.pm
36060            ! perl.c t/base/term.t t/comp/cpp.t t/comp/multiline.t
36061            ! t/comp/script.t t/lib/anydbm.t t/lib/autoloader.t
36062            ! t/lib/dirhand.t t/lib/selfloader.t t/op/anonsub.t
36063            ! t/op/closure.t t/op/defins.t t/op/exec.t t/op/goto.t
36064            ! t/op/pack.t t/op/regexp.t t/op/regexp_noamp.t t/op/split.t
36065            ! t/op/write.t t/pragma/strict.t
36066 ____________________________________________________________________________
36067 [ 10511] By: jhi                                   on 2001/06/11  12:13:31
36068         Log: Subject: [RESEND] [PATCH] Mac OS lib patches for bleadperl
36069              From: Chris Nandor <pudge@pobox.com>
36070              Date: Mon, 11 Jun 2001 08:24:28 -0400
36071              Message-Id: <p05100303b74a66faf625@[10.0.1.177]>
36072      Branch: perl
36073            ! ext/IO/lib/IO/Dir.pm lib/File/Copy.pm t/lib/filecopy.t
36074            ! t/lib/io_dir.t
36075 ____________________________________________________________________________
36076 [ 10510] By: jhi                                   on 2001/06/11  12:03:16
36077         Log: One more run_byacc (a hand-tweaked version had slipped in).
36078      Branch: perl
36079            ! perly.c vms/perly_c.vms
36080 ____________________________________________________________________________
36081 [ 10509] By: nick                                  on 2001/06/11  07:49:15
36082         Log: Integrate mainline
36083      Branch: perlio
36084           !> Makefile.SH embed.h embed.pl global.sym
36085           !> lib/ExtUtils/Constant.pm lib/ExtUtils/Manifest.pm objXSUB.h
36086           !> perl.h perlapi.c perlapi.h perly.c perly.fixer perly.h perly.y
36087           !> perly_c.diff pod/perl572delta.pod pod/perlapi.pod proto.h sv.c
36088           !> t/lib/extutils.t util.c vms/perly_c.vms vms/perly_h.vms
36089 ____________________________________________________________________________
36090 [ 10508] By: jhi                                   on 2001/06/10  22:38:05
36091         Log: Subject: [PATCH] ExtUtils::Manifest not -w clean
36092              From: Mike Guy <mjtg@cam.ac.uk>
36093              Reply-To: mjtg@cam.ac.uk
36094              Message-Id: <E159Ei8-0006Tz-00@draco.cus.cam.ac.uk>
36095      Branch: perl
36096            ! lib/ExtUtils/Manifest.pm
36097 ____________________________________________________________________________
36098 [ 10507] By: jhi                                   on 2001/06/10  22:37:16
36099         Log: Subject: [PATCH] ExtUtils::Constant
36100              From: Nicholas Clark <nick@ccl4.org>
36101              Date: Sun, 10 Jun 2001 23:25:41 +0100
36102              Message-ID: <20010610232540.C76396@plum.flirble.org>
36103      Branch: perl
36104            ! lib/ExtUtils/Constant.pm t/lib/extutils.t
36105 ____________________________________________________________________________
36106 [ 10506] By: jhi                                   on 2001/06/10  20:57:20
36107         Log: Integrate perlio.
36108      Branch: perl
36109           !> iperlsys.h
36110 ____________________________________________________________________________
36111 [ 10505] By: jhi                                   on 2001/06/10  18:37:57
36112         Log: Move the grok_number and its lieutenant grok_numeric_radix
36113              from sv.c statics to util.c and public.
36114      Branch: perl
36115            ! embed.h embed.pl global.sym objXSUB.h perl.h perlapi.c
36116            ! perlapi.h pod/perlapi.pod proto.h sv.c util.c
36117 ____________________________________________________________________________
36118 [ 10504] By: nick                                  on 2001/06/10  17:47:06
36119         Log: Fix (valid) -Wall warnings in perlio.c
36120      Branch: perlio
36121            ! iperlsys.h
36122 ____________________________________________________________________________
36123 [ 10503] By: jhi                                   on 2001/06/10  17:38:28
36124         Log: Update perly_c.diff, update perly.fixer to edit away
36125              some of the -Wall noise.
36126      Branch: perl
36127            ! perly.c perly.fixer perly_c.diff vms/perly_c.vms
36128 ____________________________________________________________________________
36129 [ 10502] By: jhi                                   on 2001/06/10  17:09:42
36130         Log: Check the version of byacc.
36131      Branch: perl
36132            ! Makefile.SH
36133 ____________________________________________________________________________
36134 [ 10501] By: jhi                                   on 2001/06/10  17:00:08
36135         Log: Subject: [PATCH] perly.y overhaul
36136              From: Simon Cozens <simon@netthink.co.uk>
36137              Date: Sun, 10 Jun 2001 16:56:54 +0100
36138              Message-ID: <20010610165654.A16597@deep-dark-truthful-mirror.pmb.ox.ac.uk>
36139              
36140              Plus make run_byacc.
36141      Branch: perl
36142            ! perly.c perly.h perly.y vms/perly_c.vms vms/perly_h.vms
36143 ____________________________________________________________________________
36144 [ 10500] By: jhi                                   on 2001/06/10  16:07:28
36145         Log: Integrate perlio.
36146      Branch: perl
36147           !> perlio.c perlsfio.h
36148 ____________________________________________________________________________
36149 [ 10499] By: nick                                  on 2001/06/10  15:01:08
36150         Log: Integrate mainline
36151      Branch: perlio
36152           !> Changes Configure embed.h embed.pl patchlevel.h proto.h sv.c
36153           !> t/pragma/locale.t util.c
36154 ____________________________________________________________________________
36155 [ 10498] By: jhi                                   on 2001/06/10  13:49:23
36156         Log: Put some meat on the perl572delta bones.  The list of
36157              selected bug fixes needs more work, as does still the
36158              whole document.
36159      Branch: perl
36160            ! pod/perl572delta.pod
36161 ____________________________________________________________________________
36162 [ 10497] By: nick                                  on 2001/06/10  12:27:51
36163         Log: Paper over a crack or two with USE_SFIO
36164      Branch: perlio
36165            ! perlio.c perlsfio.h
36166 ____________________________________________________________________________
36167 [ 10496] By: jhi                                   on 2001/06/10  11:04:22
36168         Log: Update Changes.
36169      Branch: perl
36170            ! Changes patchlevel.h
36171 ____________________________________________________________________________
36172 [ 10495] By: jhi                                   on 2001/06/10  10:55:34
36173         Log: Subject: Re: pragma/locale.t #107
36174              From: Hugo <hv@crypt.compulink.co.uk>
36175              Date: Sun, 10 Jun 2001 11:23:30 +0100
36176              Message-Id: <200106101023.LAA32085@crypt.compulink.co.uk>
36177              
36178              Encapsulate the scan of the decimal radix separator.
36179      Branch: perl
36180            ! embed.h embed.pl proto.h sv.c
36181 ____________________________________________________________________________
36182 [ 10494] By: jhi                                   on 2001/06/10  03:00:17
36183         Log: Try to grok numbers both with the locale specific separator
36184              and with the usual "." (if different from the lss); add a test
36185              to locale.t to do also a little bit of math in addition to just
36186              equalness testing; remove extraneous logic as suggested in
36187              
36188              Subject: Re: pragma/locale.t #107
36189              From: Nicholas Clark <nick@ccl4.org>
36190              Date: Sat, 9 Jun 2001 22:37:36 +0100
36191              Message-ID: <20010609223735.Y76396@plum.flirble.org>
36192      Branch: perl
36193            ! sv.c t/pragma/locale.t
36194 ____________________________________________________________________________
36195 [ 10493] By: jhi                                   on 2001/06/10  01:25:23
36196         Log: Metaconfig unit change for #10492.
36197      Branch: metaconfig/U/perl
36198            ! Extensions.U
36199 ____________________________________________________________________________
36200 [ 10492] By: jhi                                   on 2001/06/10  01:23:59
36201         Log: Subject: [PATCH] Don't build Thread.pm if USEITHREADS
36202              From: Artur Bergman <artur@contiller.se> 
36203              Date: Sat, 09 Jun 2001 21:03:51 +0200
36204              Message-ID: <B7483FB6.1398%artur@contiller.se>
36205      Branch: perl
36206            ! Configure
36207 ____________________________________________________________________________
36208 [ 10491] By: jhi                                   on 2001/06/10  01:15:40
36209         Log: Integrate perlio.
36210      Branch: perl
36211           !> perlsfio.h
36212 ____________________________________________________________________________
36213 [ 10490] By: jhi                                   on 2001/06/10  01:08:26
36214         Log: Do locale specific separator if only in locale.
36215      Branch: perl
36216            ! util.c
36217 ____________________________________________________________________________
36218 [ 10489] By: nick                                  on 2001/06/09  19:13:25
36219         Log: Make XS/Typemap compile (but fail) with sfio
36220      Branch: perlio
36221            ! perlsfio.h
36222 ____________________________________________________________________________
36223 [ 10488] By: nick                                  on 2001/06/09  19:12:51
36224         Log: Re-integrate mainline
36225      Branch: perlio
36226           !> embed.h embed.pl embedvar.h intrpvar.h perl.h perlapi.h
36227           !> proto.h sv.c util.c
36228 ____________________________________________________________________________
36229 [ 10487] By: nick                                  on 2001/06/09  16:26:29
36230         Log: Integrate mainline
36231      Branch: perlio
36232           !> (integrate 31 files)
36233 ____________________________________________________________________________
36234 [ 10486] By: jhi                                   on 2001/06/09  16:11:51
36235         Log: Subject: [PATCH] New attempt to clone callack
36236              From: Artur Bergman <artur@contiller.se> 
36237              Date: Thu, 07 Jun 2001 11:52:16 +0200
36238              Message-ID: <B7451B6F.12B7%artur@contiller.se>
36239      Branch: perl
36240            ! embedvar.h intrpvar.h perlapi.h sv.c
36241 ____________________________________________________________________________
36242 [ 10485] By: jhi                                   on 2001/06/09  15:23:52
36243         Log: Numeric conversion tweaks suggested by Hugo and Nicholas.
36244      Branch: perl
36245            ! embed.h embed.pl perl.h proto.h sv.c util.c
36246 ____________________________________________________________________________
36247 [ 10484] By: jhi                                   on 2001/06/09  14:47:25
36248         Log: Subject: Re: pragma/locale.t #107
36249              From: Nicholas Clark <nick@ccl4.org>
36250              Date: Sat, 9 Jun 2001 16:26:10 +0100
36251              Message-ID: <20010609162609.V76396@plum.flirble.org>
36252              
36253              A missing NVification.
36254      Branch: perl
36255            ! sv.c
36256 ____________________________________________________________________________
36257 [ 10483] By: jhi                                   on 2001/06/08  19:40:32
36258         Log: Redo the #10482, there already was a test script for formats.
36259      Branch: perl
36260            - t/io/format.t
36261            ! MANIFEST t/op/write.t
36262 ____________________________________________________________________________
36263 [ 10482] By: jhi                                   on 2001/06/08  19:34:45
36264         Log: Twisted format testing, from Merijn.
36265      Branch: perl
36266            + t/io/format.t
36267            ! MANIFEST
36268 ____________________________________________________________________________
36269 [ 10481] By: jhi                                   on 2001/06/08  19:21:56
36270         Log: More \p{In...} testing, combined with \N{...}.
36271      Branch: perl
36272            ! lib/utf8_heavy.pl t/op/pat.t
36273 ____________________________________________________________________________
36274 [ 10480] By: jhi                                   on 2001/06/08  14:16:06
36275         Log: Metaconfig changes for #10479.
36276      Branch: metaconfig
36277            ! U/Glossary.patch
36278      Branch: metaconfig/U/perl
36279            ! d_modfl.U
36280 ____________________________________________________________________________
36281 [ 10479] By: jhi                                   on 2001/06/08  14:15:32
36282         Log: Be inspired more by Hugo-- introduce HAS_MODFL_POW32_BUG.
36283      Branch: perl
36284            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
36285            ! config_h.SH configure.com epoc/config.sh pp.c uconfig.h
36286            ! uconfig.sh vos/config.alpha.def vos/config.ga.def
36287            ! win32/config.bc win32/config.gc win32/config.vc
36288 ____________________________________________________________________________
36289 [ 10478] By: jhi                                   on 2001/06/08  12:20:41
36290         Log: Subject: Re: [PATCH perl@10439] fix old $^S description in perlvms.pod
36291              From: "Craig A. Berry" <craigberry@mac.com>
36292              Date: Thu, 7 Jun 2001 14:27:20 -0500
36293              Message-Id: <a05100e01b7458075db7d@[172.16.52.1]>
36294      Branch: perl
36295            ! vms/perlvms.pod
36296 ____________________________________________________________________________
36297 [ 10477] By: jhi                                   on 2001/06/08  12:19:00
36298         Log: Subject: [PATCH] Unresolved symbol in ext/re/re.xs
36299              From: Gisle Aas <gisle@ActiveState.com>
36300              Date: 07 Jun 2001 17:04:29 -0700
36301              Message-ID: <lrae3jsupe.fsf@caliper.ActiveState.com>
36302      Branch: perl
36303            ! ext/re/re.xs
36304 ____________________________________________________________________________
36305 [ 10476] By: jhi                                   on 2001/06/08  01:35:42
36306         Log: Update Changes.
36307      Branch: perl
36308            ! Changes patchlevel.h
36309 ____________________________________________________________________________
36310 [ 10475] By: jhi                                   on 2001/06/08  00:53:45
36311         Log: Regen Glossary et alia.
36312      Branch: perl
36313            ! Porting/Glossary Porting/config.sh Porting/config_H
36314 ____________________________________________________________________________
36315 [ 10474] By: jhi                                   on 2001/06/07  22:06:38
36316         Log: Metaconfig unit changes for #10473.
36317      Branch: metaconfig/U/perl
36318            ! d_modfl.U
36319 ____________________________________________________________________________
36320 [ 10473] By: jhi                                   on 2001/06/07  22:06:16
36321         Log: Harumph, also AIX will spill its guts (i.e. dump core)
36322              if an executable contains modfl() but it hasn't been
36323              compiled right (in the case of AIX, with cc -qlongdouble).
36324      Branch: perl
36325            ! Configure
36326 ____________________________________________________________________________
36327 [ 10472] By: gsar                                  on 2001/06/07  20:04:28
36328         Log: integrate change#10471 from mainline
36329              
36330              in change#10451, check that CvOUTSIDE is a CV before looking in
36331              (it can apparently be SVt_NULL during global destruction)
36332      Branch: maint-5.6/perl
36333           !> op.c
36334 ____________________________________________________________________________
36335 [ 10471] By: gsar                                  on 2001/06/07  20:01:31
36336         Log: in change#10451, check that CvOUTSIDE is a CV before looking in
36337              (it can apparently be SVt_NULL during global destruction)
36338      Branch: perl
36339            ! op.c
36340 ____________________________________________________________________________
36341 [ 10470] By: jhi                                   on 2001/06/07  12:17:51
36342         Log: Subject: Re: [PATCH perl@10439] diagnostics and long C<=item>s
36343              From: Robin Barker <rmb1@cise.npl.co.uk>
36344              Date: Thu, 7 Jun 2001 13:01:06 +0100 (BST)
36345              Message-Id: <200106071201.NAA13627@tempest.npl.co.uk>
36346      Branch: perl
36347            ! lib/diagnostics.pm pod/perldiag.pod
36348 ____________________________________________________________________________
36349 [ 10469] By: jhi                                   on 2001/06/07  12:16:12
36350         Log: Subject: [PATCH perl@10439] long =item
36351              From: Robin Barker <rmb1@cise.npl.co.uk>
36352              Date: Thu, 7 Jun 2001 12:34:08 +0100 (BST)
36353              Message-Id: <200106071134.MAA10288@tempest.npl.co.uk>
36354      Branch: perl
36355            ! README.amiga lib/Attribute/Handlers.pm
36356            ! lib/ExtUtils/Constant.pm lib/Locale/Maketext.pod
36357 ____________________________________________________________________________
36358 [ 10468] By: jhi                                   on 2001/06/07  12:08:56
36359         Log: Subject: [PATCH 5.7.1 pod/perlguts.pod] IOK vs pIOK docs
36360              Date: Thu, 7 Jun 2001 10:09:59 +0100 (BST)
36361              Reply-To: Dave Mitchell <davem@fdgroup.co.uk>
36362              Message-Id: <200106070909.KAA25610@gizmo.fdgroup.co.uk>
36363      Branch: perl
36364            ! pod/perlguts.pod
36365 ____________________________________________________________________________
36366 [ 10467] By: jhi                                   on 2001/06/07  12:04:26
36367         Log: Integrate perlio.
36368      Branch: perl
36369           !> sv.c
36370 ____________________________________________________________________________
36371 [ 10466] By: nick                                  on 2001/06/07  10:25:40
36372         Log: MULTIPLICITY fix for S_grok_number(), also a few gratuitious trailing
36373              whitespace tweaks.
36374              Still coredumps in pragma/overload.t - what a nice hard fail that is...
36375      Branch: perlio
36376            ! sv.c
36377 ____________________________________________________________________________
36378 [ 10465] By: nick                                  on 2001/06/07  08:41:58
36379         Log: Raw integrate of mainline for S_grok_number debug
36380              (sv.c has MULTIPLICITY issues as well as whatever else ...)
36381      Branch: perlio
36382            - plan9/perlplan9.doc plan9/perlplan9.pod
36383           !> (integrate 46 files)
36384 ____________________________________________________________________________
36385 [ 10464] By: jhi                                   on 2001/06/06  23:33:58
36386         Log: The proper prototyping for #10463.
36387      Branch: perl
36388            ! embed.h embed.pl proto.h sv.c
36389 ____________________________________________________________________________
36390 [ 10463] By: jhi                                   on 2001/06/06  23:15:30
36391         Log: Subject: Re: [PATCH] nuke strtol (was Re: One fix for strtoul not setting errno)
36392              From: Nicholas Clark <nick@ccl4.org>
36393              Date: Thu, 7 Jun 2001 00:29:59 +0100
36394              Message-ID: <20010607002959.Z76396@plum.flirble.org>
36395      Branch: perl
36396            ! sv.c
36397 ____________________________________________________________________________
36398 [ 10462] By: jhi                                   on 2001/06/06  23:13:19
36399         Log: Subject: [PATCH perl@10439] fix old $^S description in perlvms.pod
36400              From: "Craig A. Berry" <craigberry@mac.com>
36401              Date: Wed, 06 Jun 2001 17:54:30 -0500
36402              Message-Id: <5.1.0.14.0.20010606174814.03c2c880@exchi01>
36403      Branch: perl
36404            ! vms/perlvms.pod
36405 ____________________________________________________________________________
36406 [ 10461] By: jhi                                   on 2001/06/06  23:10:00
36407         Log: Podify the remaining README.platform files;
36408              merge README.plan9 and plan9/perlplan9.pod;
36409              delete plan9/perlplan9.* (the perlplan.doc needs to
36410              be regenerated in Plan 9); make the =head1 and =head2
36411              in the README.platform to be a little more verbose
36412              (skipped README.os2 not to anger Ilya) so that they
36413              look better in the toc; regen toc.
36414      Branch: perl
36415            - plan9/perlplan9.doc plan9/perlplan9.pod
36416            ! MANIFEST README.aix README.amiga README.apollo README.beos
36417            ! README.bs2000 README.cygwin README.dgux README.dos README.epoc
36418            ! README.hpux README.hurd README.machten README.macos
36419            ! README.micro README.mint README.mpeix README.os390
36420            ! README.plan9 README.qnx README.solaris README.threads
36421            ! README.tru64 README.vmesa README.vms README.vos README.win32
36422            ! plan9/mkfile pod/buildtoc.PL pod/perl.pod pod/perlport.pod
36423            ! pod/perltoc.pod win32/Makefile win32/makefile.mk
36424 ____________________________________________________________________________
36425 [ 10460] By: jhi                                   on 2001/06/06  20:58:53
36426         Log: Subject: [PATCH] Re: Bug in perlguts documentation?
36427              From: Mike Guy <mjtg@cam.ac.uk>
36428              Reply-To: mjtg@cam.ac.uk
36429              Message-Id: <E157fiS-0006Q7-00@draco.cus.cam.ac.uk>
36430      Branch: perl
36431            ! pod/perlguts.pod
36432 ____________________________________________________________________________
36433 [ 10459] By: jhi                                   on 2001/06/06  20:58:15
36434         Log: Subject: [PATCH] Re: [ID 20010604.015] taint + comma = false insecurity
36435              From: Mike Guy <mjtg@cam.ac.uk>
36436              Reply-To: mjtg@cam.ac.uk
36437              Message-Id: <E157flx-0006Uz-00@draco.cus.cam.ac.uk>
36438      Branch: perl
36439            ! pod/perlsec.pod
36440 ____________________________________________________________________________
36441 [ 10458] By: jhi                                   on 2001/06/06  20:56:04
36442         Log: Disable long doubles from pre-5.0 Tru64s.
36443      Branch: perl
36444            ! README.tru64 hints/dec_osf.sh
36445 ____________________________________________________________________________
36446 [ 10457] By: jhi                                   on 2001/06/06  20:49:23
36447         Log: The #10455 exposed that modfl() is fundamentally busted
36448              (as in: dumps core) in pre-5.0 Tru64, so better avoid even
36449              testing it.
36450      Branch: perl
36451            ! hints/dec_osf.sh
36452 ____________________________________________________________________________
36453 [ 10456] By: jhi                                   on 2001/06/06  20:48:35
36454         Log: Metaconfig unit change for #10455.
36455      Branch: metaconfig/U/perl
36456            ! d_modfl.U
36457 ____________________________________________________________________________
36458 [ 10455] By: jhi                                   on 2001/06/06  20:48:09
36459         Log: Configure check for geborken modfl(), inspired by
36460              
36461              Subject: Re: [20010118.017] op/int.t failure 
36462              From: Hugo <hv@crypt.compulink.co.uk>
36463              Date: Tue, 05 Jun 2001 13:43:27 +0100
36464              Message-Id: <200106051243.NAA15525@crypt.compulink.co.uk>
36465      Branch: perl
36466            ! Configure
36467 ____________________________________________________________________________
36468 [ 10454] By: jhi                                   on 2001/06/06  11:45:08
36469         Log: Integrate changes #10450 and #10451 from maintperl:
36470              
36471              optimize change#10448 slightly (don't repeat search in eval""s lexical
36472              scope, since that has already been searched)
36473              
36474              change#9108 needs subtler treatment for case of closures created
36475              within eval""
36476      Branch: perl
36477           !> op.c t/op/misc.t
36478 ____________________________________________________________________________
36479 [ 10453] By: jhi                                   on 2001/06/06  11:42:10
36480         Log: MakeMaker magic to compile (when no dynamic loading)
36481              List/Util.xsc as (ListUtil.c and) ListUtil.o since
36482              POSIX-BC (BS2000) linker has an evil limitation of
36483              being unable to include in the same executable several
36484              object files with the same name - case-insensitively -
36485              because otherwise we conflict with util.c.
36486              Strictly speaking currently required only in POSIX-BC
36487              but probably will do no harm elsewhere where static
36488              linking is required.
36489      Branch: perl
36490            ! ext/List/Util/Makefile.PL
36491 ____________________________________________________________________________
36492 [ 10452] By: nick                                  on 2001/06/06  08:59:51
36493         Log: Integrate mainline.
36494      Branch: perlio
36495           +> lib/Attribute/Handlers/demo/Demo.pm
36496           +> lib/Attribute/Handlers/demo/Descriptions.pm
36497           +> lib/Attribute/Handlers/demo/MyClass.pm
36498           +> lib/Attribute/Handlers/demo/demo.pl
36499           +> lib/Attribute/Handlers/demo/demo2.pl
36500           +> lib/Attribute/Handlers/demo/demo3.pl
36501           +> lib/Attribute/Handlers/demo/demo4.pl
36502           +> lib/Attribute/Handlers/demo/demo_call.pl
36503           +> lib/Attribute/Handlers/demo/demo_chain.pl
36504           +> lib/Attribute/Handlers/demo/demo_cycle.pl
36505           +> lib/Attribute/Handlers/demo/demo_hashdir.pl
36506           +> lib/Attribute/Handlers/demo/demo_phases.pl
36507           +> lib/Attribute/Handlers/demo/demo_range.pl
36508           +> lib/Attribute/Handlers/demo/demo_rawdata.pl t/op/override.t
36509           +> uts/strtol_wrap.c
36510           !> (integrate 91 files)
36511 ____________________________________________________________________________
36512 [ 10451] By: gsar                                  on 2001/06/06  07:11:36
36513         Log: change#9108 needs subtler treatment for case of closures created
36514              within eval""
36515      Branch: maint-5.6/perl
36516            ! op.c t/op/misc.t
36517 ____________________________________________________________________________
36518 [ 10450] By: gsar                                  on 2001/06/06  05:47:25
36519         Log: optimize change#10448 slightly (don't repeat search in eval""s lexical
36520              scope, since that has already been searched)
36521      Branch: maint-5.6/perl
36522            ! op.c
36523 ____________________________________________________________________________
36524 [ 10449] By: jhi                                   on 2001/06/06  01:33:31
36525         Log: Integrate change #10448 from maintperl; lexicals
36526              outside an eval"" weren't resolved correctly inside a subroutine
36527              definition inside the eval"" if they were not already referenced
36528              in the toplevel of the eval""-ed code
36529      Branch: perl
36530           !> cop.h op.c pp_ctl.c t/op/misc.t
36531 ____________________________________________________________________________
36532 [ 10448] By: gsar                                  on 2001/06/06  01:03:26
36533         Log: fix yet another bug of hoary vintage found by change#10394: lexicals
36534              outside an eval"" weren't resolved correctly inside a subroutine
36535              definition inside the eval"" if they were not already referenced
36536              in the toplevel of the eval""-ed code
36537      Branch: maint-5.6/perl
36538            ! cop.h op.c pp_ctl.c t/op/misc.t
36539 ____________________________________________________________________________
36540 [ 10447] By: jhi                                   on 2001/06/06  00:51:04
36541         Log: Subject: [PATCH] perl570delta.pod
36542              From: Peter Scott <Peter@PSDT.com> 
36543              Date: Tue, 05 Jun 2001 18:51:02 -0700
36544              Message-Id: <4.3.2.7.2.20010605183619.00a94400@psdt.com>
36545      Branch: perl
36546            ! pod/perl570delta.pod
36547 ____________________________________________________________________________
36548 [ 10446] By: jhi                                   on 2001/06/05  23:45:05
36549         Log: The fudge factor is no more needed.  I hope.
36550      Branch: perl
36551            ! t/lib/posix.t
36552 ____________________________________________________________________________
36553 [ 10445] By: jhi                                   on 2001/06/05  23:19:19
36554         Log: Subject: Re: [ID 20010529.006] String plus zero inconsistent across platforms 
36555              From: Hugo <hv@crypt.compulink.co.uk>
36556              Date: Tue, 05 Jun 2001 12:58:19 +0100
36557              Message-Id: <200106051158.MAA04605@crypt.compulink.co.uk>
36558      Branch: perl
36559            ! util.c
36560 ____________________________________________________________________________
36561 [ 10444] By: jhi                                   on 2001/06/05  11:09:01
36562         Log: Make up prototypes only for those who have the functions
36563              but not the prototypes.
36564      Branch: perl
36565            ! perl.h
36566 ____________________________________________________________________________
36567 [ 10443] By: jhi                                   on 2001/06/05  11:02:13
36568         Log: Subject: Re: Not OK: perl@10439 on win32 
36569              From: Prymmer/Kahn <pvhp@best.com> 
36570              Date: Mon, 4 Jun 2001 22:11:02 -0700 (PDT)
36571              Message-ID: <Pine.BSF.4.21.0106042136410.26316-100000@shell8.ba.best.com>
36572      Branch: perl
36573            ! perl.h util.c
36574 ____________________________________________________________________________
36575 [ 10442] By: jhi                                   on 2001/06/05  00:55:46
36576         Log: The metaconfig units changes for #10441.
36577      Branch: metaconfig
36578            ! U/modified/Extract.U U/modified/Extractall.U
36579            ! U/modified/Finish.U
36580 ____________________________________________________________________________
36581 [ 10441] By: jhi                                   on 2001/06/05  00:55:17
36582         Log: Extraction of the *.SH wasn't quite working with -Dmksymlinks.
36583      Branch: perl
36584            ! Configure
36585 ____________________________________________________________________________
36586 [ 10440] By: jhi                                   on 2001/06/05  00:28:27
36587         Log: Unnecessary fuzziness undone, noted by Mike Guy.
36588      Branch: perl
36589            ! t/op/tr.t
36590 ____________________________________________________________________________
36591 [ 10439] By: jhi                                   on 2001/06/04  17:14:31
36592         Log: Update Changes.
36593      Branch: perl
36594            ! Changes patchlevel.h
36595 ____________________________________________________________________________
36596 [ 10438] By: jhi                                   on 2001/06/04  17:10:16
36597         Log: Test case for 'eval "a.b.c.d.e.f;sub"' save stack imbalance
36598              bug found by Ilmari Karonen; the bug fixed by Sarathy's lexical
36599              leakage patch.
36600      Branch: perl
36601            ! t/op/misc.t
36602 ____________________________________________________________________________
36603 [ 10437] By: jhi                                   on 2001/06/04  17:01:06
36604         Log: Test case for #10433/#10424.
36605      Branch: perl
36606            ! t/op/misc.t
36607 ____________________________________________________________________________
36608 [ 10436] By: jhi                                   on 2001/06/04  16:54:21
36609         Log: Subject: One fix for strtoul not setting errno
36610              From: hom00@utsglobal.com (Hal Morris)
36611              Date: Sat, 2 Jun 2001 09:23:11 -0700 (PDT)
36612              Message-Id: <200106021623.JAA06906@cepheus.utsglobal.com>
36613      Branch: perl
36614            + uts/strtol_wrap.c
36615            ! MANIFEST hints/uts.sh
36616 ____________________________________________________________________________
36617 [ 10435] By: jhi                                   on 2001/06/04  16:54:01
36618         Log: Metaconfig units changes for #10434.
36619      Branch: metaconfig
36620            ! U/modified/Cppsym.U
36621      Branch: metaconfig/U/perl
36622            + d_dbminitproto.U d_flockproto.U d_sockatmarkproto.U
36623            + d_syscallproto.U d_usleepproto.U
36624            ! longdblfio.U quadfio.U
36625 ____________________________________________________________________________
36626 [ 10434] By: jhi                                   on 2001/06/04  16:48:33
36627         Log: Configure tweaks; add prototype probes, make the cpp symbols
36628              probe to cast, not whine; test for %Ld and %Lf before %lld and
36629              %llf because the L is the ANSI way.
36630      Branch: perl
36631            ! Configure config_h.SH configure.com epoc/config.sh
36632            ! ext/ODBM_File/ODBM_File.xs perl.h pod/perltoc.pod uconfig.h
36633            ! uconfig.sh vos/config.alpha.def vos/config.ga.def
36634            ! win32/config.bc win32/config.gc win32/config.vc x2p/str.c
36635 ____________________________________________________________________________
36636 [ 10433] By: jhi                                   on 2001/06/04  16:45:23
36637         Log: Sigh.  This is what #10424 was supposed to check in.
36638      Branch: perl
36639            ! op.c sv.c sv.h
36640 ____________________________________________________________________________
36641 [ 10432] By: jhi                                   on 2001/06/04  16:29:40
36642         Log: More verbose failure.
36643      Branch: perl
36644            ! t/op/ver.t
36645 ____________________________________________________________________________
36646 [ 10431] By: jhi                                   on 2001/06/04  16:21:55
36647         Log: The .pm changes to go with #10428.
36648      Branch: perl
36649            ! ext/Fcntl/Fcntl.pm ext/Socket/Socket.pm
36650            ! ext/Sys/Syslog/Syslog.pm
36651 ____________________________________________________________________________
36652 [ 10430] By: jhi                                   on 2001/06/04  16:05:20
36653         Log: On second thoughts show to utf8 skippage message only
36654              on failures, it's too confusing otherwise,
36655      Branch: perl
36656            ! t/pragma/locale.t
36657 ____________________________________________________________________________
36658 [ 10429] By: jhi                                   on 2001/06/04  14:47:50
36659         Log: Do not import anything from Encode.
36660      Branch: perl
36661            ! ext/MIME/Base64/QuotedPrint.pm
36662 ____________________________________________________________________________
36663 [ 10428] By: jhi                                   on 2001/06/04  14:45:47
36664         Log: The #10402 didn't take.  Weird.
36665      Branch: perl
36666            ! ext/Fcntl/Fcntl.xs ext/Socket/Socket.xs
36667            ! ext/Sys/Syslog/Syslog.xs
36668 ____________________________________________________________________________
36669 [ 10427] By: jhi                                   on 2001/06/04  12:55:39
36670         Log: Eradicate traces of 'asciirange' re subpragma.
36671      Branch: perl
36672            ! ext/B/B/Deparse.pm ext/MIME/Base64/QuotedPrint.pm ext/re/re.pm
36673            ! pod/perldiag.pod
36674 ____________________________________________________________________________
36675 [ 10426] By: jhi                                   on 2001/06/04  12:44:05
36676         Log: use is a compile-time thing.
36677      Branch: perl
36678            ! ext/MIME/Base64/QuotedPrint.pm
36679 ____________________________________________________________________________
36680 [ 10425] By: jhi                                   on 2001/06/04  12:39:44
36681         Log: Subject: [PATCH perl@10419] -Wall casting patch
36682              From: Robin Barker <rmb1@cise.npl.co.uk>
36683              Date: Mon, 4 Jun 2001 14:27:28 +0100 (BST)
36684              Message-Id: <200106041327.OAA15338@tempest.npl.co.uk>
36685      Branch: perl
36686            ! ext/Devel/DProf/DProf.xs mg.c
36687 ____________________________________________________________________________
36688 [ 10424] By: jhi                                   on 2001/06/04  12:23:30
36689         Log: Subject: [PATCH #2] introducing SVpad_TYPED
36690              From: Abhijit Menon-Sen <ams@wiw.org>
36691              Date: Mon, 4 Jun 2001 12:26:02 +0530
36692              Message-ID: <20010604122602.A5775@lustre.linux.in>
36693      Branch: perl
36694            ! op.c sv.c sv.h
36695 ____________________________________________________________________________
36696 [ 10423] By: gsar                                  on 2001/06/04  05:12:18
36697         Log: testsuite for change#10192 (from Gisle Aas)
36698      Branch: perl
36699            + t/op/override.t
36700            ! MANIFEST
36701 ____________________________________________________________________________
36702 [ 10422] By: gsar                                  on 2001/06/04  02:32:03
36703         Log: integrate changes#10414-10416 from mainline
36704              
36705              Potential buffer overrun if the radix separator is more than
36706              one byte.  Also, under locales, prefer the locale-specific
36707              separator over the old boring ".".
36708              
36709              "10.", that is, decimal numbers can have no decimal part at all.
36710              
36711              The non-locale places need love, too.
36712      Branch: maint-5.6/perl
36713           !> perl.h sv.c
36714 ____________________________________________________________________________
36715 [ 10421] By: jhi                                   on 2001/06/04  02:25:53
36716         Log: Missed from #10420.
36717      Branch: perl
36718            ! epoc/config.sh
36719 ____________________________________________________________________________
36720 [ 10420] By: jhi                                   on 2001/06/04  02:19:58
36721         Log: Missed HAS_SETRESGID_PROTO.  No serious harm done since
36722              often this prototype goes with HAS_SETRESUID_PROTO.
36723      Branch: perl
36724            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
36725            ! config_h.SH configure.com perl.h uconfig.h
36726 ____________________________________________________________________________
36727 [ 10419] By: jhi                                   on 2001/06/04  00:24:55
36728         Log: Update Changes.
36729      Branch: perl
36730            ! Changes patchlevel.h
36731 ____________________________________________________________________________
36732 [ 10418] By: jhi                                   on 2001/06/03  23:58:04
36733         Log: -Wall "subscript has type `char'" cleanup.
36734      Branch: perl
36735            ! ext/File/Glob/bsd_glob.c x2p/a2py.c x2p/str.c x2p/walk.c
36736 ____________________________________________________________________________
36737 [ 10417] By: jhi                                   on 2001/06/03  23:37:17
36738         Log: Various "cast to pointer from integer of different size"
36739              picked up by gcc -Wall (in Tru64 where pointers are 64 bits
36740              wide but I32 (int) only 32 bits wide).
36741              
36742              WARNING: the classnum and tagnum changes in Storable.xs
36743              may not be wise, they may be breaking binary compatibility
36744              (in 64-bit platforms), asked Raphael Manfredi about the changes.
36745      Branch: perl
36746            ! embed.pl ext/Devel/DProf/DProf.xs ext/Storable/Storable.xs
36747            ! mg.c proto.h
36748 ____________________________________________________________________________
36749 [ 10416] By: jhi                                   on 2001/06/03  23:15:24
36750         Log: The non-locale places need love, too.
36751      Branch: perl
36752            ! perl.h
36753 ____________________________________________________________________________
36754 [ 10415] By: jhi                                   on 2001/06/03  23:10:55
36755         Log: "10.", that is, decimal numbers can have no decimal part at all.
36756      Branch: perl
36757            ! perl.h
36758 ____________________________________________________________________________
36759 [ 10414] By: jhi                                   on 2001/06/03  22:49:55
36760         Log: Potential buffer overrun if the radix separator is more than
36761              one byte.  Also, under locales, prefer the locale-specific
36762              separator over the old boring ".".
36763      Branch: perl
36764            ! perl.h sv.c
36765 ____________________________________________________________________________
36766 [ 10413] By: jhi                                   on 2001/06/03  22:42:10
36767         Log: Integrate change #10412 from maintperl; locale is now
36768              per-cop, not per-op; plus retweak the locale.t to always
36769              list the skipped utf8 locales.
36770      Branch: perl
36771            ! t/pragma/locale.t
36772           !> embed.h lib/locale.pm op.c op.h opcode.h opcode.pl perl.h pp.c
36773           !> pp.sym pp_ctl.c pp_proto.h pp_sys.c util.c
36774 ____________________________________________________________________________
36775 [ 10412] By: gsar                                  on 2001/06/03  22:23:16
36776         Log: rationalize locale handling to fix the bugs uncovered by change#10394
36777              
36778              the major issue was that the runtime was looking at PL_hints rather
36779              than op_private to notice whether locale was enabled
36780              
36781              the secondary issue was that many locale-sensitive numeric ops didn't
36782              have HINT_LOCALE propagated into their op_private
36783              
36784              HINT_LOCALE is now propagated per-statement (i.e., via PL_curcop)
36785              instead of per-op, just like HINT_BYTE and the hints for lexical
36786              warnings (this makes the hint available to every op via PL_curcop)
36787              
36788              pragma/locale.t may need to be reworked with these fixes in mind
36789              (it currently passes its tests)
36790      Branch: maint-5.6/perl
36791            ! embed.h lib/locale.pm op.c op.h opcode.h opcode.pl perl.h pp.c
36792            ! pp.sym pp_ctl.c pp_proto.h pp_sys.c t/pragma/locale.t util.c
36793 ____________________________________________________________________________
36794 [ 10411] By: jhi                                   on 2001/06/03  17:50:49
36795         Log: More verbose debugging.
36796      Branch: perl
36797            ! t/pragma/locale.t
36798 ____________________________________________________________________________
36799 [ 10410] By: jhi                                   on 2001/06/03  17:36:40
36800         Log: Subject: RE: [PATCHES] regcomp.c, pod/perldiag.pod, t/op/pat.t
36801              From: "Paul Marquess" <Paul_Marquess@Yahoo.co.uk>
36802              Date: Sat, 2 Jun 2001 22:53:33 +0100
36803              Message-ID: <000601c0ebae$77d10dc0$99dcfea9@bfs.phone.com>
36804      Branch: perl
36805            ! regcomp.c t/pragma/warn/regcomp
36806 ____________________________________________________________________________
36807 [ 10409] By: jhi                                   on 2001/06/03  17:27:13
36808         Log: Mention that lexicalizing $a or $b is a bad idea if one
36809              wants to use sort().
36810      Branch: perl
36811            ! pod/perlvar.pod
36812 ____________________________________________________________________________
36813 [ 10408] By: jhi                                   on 2001/06/03  16:52:41
36814         Log: Tweak the test to be happy if the accuracy is 'good enough'.
36815      Branch: perl
36816            ! t/lib/posix.t
36817 ____________________________________________________________________________
36818 [ 10407] By: jhi                                   on 2001/06/03  16:50:33
36819         Log: Upgrade to Attribute::Handlers 0.70.
36820              
36821              NOTE: this unearthed the "too late for CHECK block" bug,
36822              that's why the 1_compile.t change.
36823      Branch: perl
36824            + lib/Attribute/Handlers/demo/Demo.pm
36825            + lib/Attribute/Handlers/demo/Descriptions.pm
36826            + lib/Attribute/Handlers/demo/MyClass.pm
36827            + lib/Attribute/Handlers/demo/demo.pl
36828            + lib/Attribute/Handlers/demo/demo2.pl
36829            + lib/Attribute/Handlers/demo/demo3.pl
36830            + lib/Attribute/Handlers/demo/demo4.pl
36831            + lib/Attribute/Handlers/demo/demo_call.pl
36832            + lib/Attribute/Handlers/demo/demo_chain.pl
36833            + lib/Attribute/Handlers/demo/demo_cycle.pl
36834            + lib/Attribute/Handlers/demo/demo_hashdir.pl
36835            + lib/Attribute/Handlers/demo/demo_phases.pl
36836            + lib/Attribute/Handlers/demo/demo_range.pl
36837            + lib/Attribute/Handlers/demo/demo_rawdata.pl
36838            ! MANIFEST lib/Attribute/Handlers.pm t/lib/1_compile.t
36839            ! t/lib/attrhand.t
36840 ____________________________________________________________________________
36841 [ 10406] By: jhi                                   on 2001/06/03  16:40:03
36842         Log: One less -Wall whine.
36843      Branch: perl
36844            ! regcomp.c
36845 ____________________________________________________________________________
36846 [ 10405] By: jhi                                   on 2001/06/03  16:30:34
36847         Log: Integrate change #10404 from maintperl; eval.t was in pre-10394 mood.
36848      Branch: perl
36849           !> t/op/eval.t
36850 ____________________________________________________________________________
36851 [ 10404] By: gsar                                  on 2001/06/03  16:23:07
36852         Log: eval.t was relying on pre-change#10394 buggy behavior (lexicals
36853              aren't "normally" visible inside eval""s contained in subs unless
36854              a cloned reference to them already exists)
36855              
36856              strangely enough, t/harness didn't show this up as a failure
36857              (harness needs fixing?)
36858      Branch: maint-5.6/perl
36859            ! t/op/eval.t
36860 ____________________________________________________________________________
36861 [ 10403] By: jhi                                   on 2001/06/03  16:22:59
36862         Log: Update to Text::Balanced 1.85.
36863      Branch: perl
36864            ! lib/Text/Balanced.pm t/lib/tb-xvari.t
36865 ____________________________________________________________________________
36866 [ 10402] By: jhi                                   on 2001/06/03  16:18:09
36867         Log: Subject: [PATCH] Re: ext/Socket/Socket.xs
36868              From: Nicholas Clark <nick@ccl4.org>
36869              Date: Sun, 3 Jun 2001 17:54:36 +0100
36870              Message-ID: <20010603175436.E76396@plum.flirble.org> 
36871      Branch: perl
36872            ! ext/Fcntl/Fcntl.xs ext/Socket/Socket.xs
36873            ! ext/Sys/Syslog/Syslog.xs
36874 ____________________________________________________________________________
36875 [ 10401] By: jhi                                   on 2001/06/03  16:09:33
36876         Log: Unused variables.
36877      Branch: perl
36878            ! util.c
36879 ____________________________________________________________________________
36880 [ 10400] By: jhi                                   on 2001/06/03  16:04:26
36881         Log: Subject: [PATCH] APIfy op_clear 
36882              From: Simon Cozens <simon@netthink.co.uk>
36883              Date: Sun, 3 Jun 2001 13:51:46 +0100
36884              Message-ID: <20010603135146.A9984@deep-dark-truthful-mirror.pmb.ox.ac.uk>
36885              
36886              (despite the subject line, op_null is APIfied by the patch)
36887      Branch: perl
36888            ! embed.h embed.pl global.sym objXSUB.h perlapi.c
36889 ____________________________________________________________________________
36890 [ 10399] By: jhi                                   on 2001/06/03  15:51:35
36891         Log: Subject: [PATCH] t/lib/extutils.t
36892              From: Nicholas Clark <nick@ccl4.org>
36893              Date: Sat, 2 Jun 2001 23:57:05 +0100
36894              Message-ID: <20010602235705.Q12698@plum.flirble.org>
36895      Branch: perl
36896            ! lib/ExtUtils/Constant.pm t/lib/extutils.t
36897 ____________________________________________________________________________
36898 [ 10398] By: jhi                                   on 2001/06/03  15:34:11
36899         Log: Subject: [PATCH: perl@10360] update two win32 Makefiles
36900              From: Prymmer/Kahn <pvhp@best.com>
36901              Date: Sun, 3 Jun 2001 08:55:14 -0700 (PDT)
36902              Message-ID: <Pine.BSF.4.21.0106030845550.21619-100000@shell8.ba.best.com>
36903      Branch: perl
36904            ! win32/Makefile win32/makefile.mk
36905 ____________________________________________________________________________
36906 [ 10397] By: jhi                                   on 2001/06/03  15:12:13
36907         Log: Subject: Re: 'decimal digits' macro? 
36908              From: Hugo <hv@crypt.compulink.co.uk>
36909              Date: Sun, 03 Jun 2001 04:26:36 +0100
36910              Message-Id: <200106030326.EAA18786@crypt.compulink.co.uk>
36911      Branch: perl
36912            ! handy.h t/lib/posix.t t/op/tr.t
36913 ____________________________________________________________________________
36914 [ 10396] By: jhi                                   on 2001/06/03  15:10:49
36915         Log: Subject: Re: [ID 20010529.006] String plus zero inconsistent across platforms
36916              From: Hugo <hv@crypt.compulink.co.uk>
36917              Date: Sun, 03 Jun 2001 14:56:30 +0100
36918              Message-Id: <200106031356.OAA12517@crypt.compulink.co.uk>
36919      Branch: perl
36920            ! util.c
36921 ____________________________________________________________________________
36922 [ 10395] By: jhi                                   on 2001/06/03  14:59:41
36923         Log: Integrate change #10394 from maintperl; lexical file scope leakage.
36924      Branch: perl
36925           !> perly.c perly.y t/op/misc.t t/pragma/warn/universal
36926           !> vms/perly_c.vms
36927 ____________________________________________________________________________
36928 [ 10394] By: gsar                                  on 2001/06/03  03:05:43
36929         Log: fix leakage of lexicals at file scope into subroutines that were
36930              declared before them; this appears to be a longstanding bug that
36931              meant that lexicals at file scope were never "deintroduced", meaning
36932              their scope range was never properly closed, and their visibility
36933              extended to all subsequent eval""s or requires
36934              
36935              added a test case
36936              
36937              seems to also fix a case of bogus duplicate warnings
36938      Branch: maint-5.6/perl
36939            ! perly.c perly.y t/op/misc.t t/pragma/warn/universal
36940            ! vms/perly_c.vms
36941 ____________________________________________________________________________
36942 [ 10393] By: jhi                                   on 2001/06/02  16:55:03
36943         Log: More VMS tweaks from Craig A. Berry.
36944      Branch: perl
36945            ! configure.com t/lib/extutils.t
36946 ____________________________________________________________________________
36947 [ 10392] By: jhi                                   on 2001/06/02  16:48:26
36948         Log: -Wall cleanup continues.
36949      Branch: perl
36950            ! README.tru64 embed.h embed.pl ext/NDBM_File/NDBM_File.xs
36951            ! ext/POSIX/POSIX.xs ext/PerlIO/Scalar/Scalar.xs
36952            ! ext/Storable/Storable.xs ext/Sys/Hostname/Hostname.xs
36953            ! ext/Sys/Syslog/Syslog.xs perl.c proto.h regcomp.c regexec.c
36954            ! run.c toke.c util.c
36955 ____________________________________________________________________________
36956 [ 10391] By: jhi                                   on 2001/06/02  13:29:47
36957         Log: The metaconfig unit change for #10390.
36958      Branch: metaconfig/U/perl
36959            ! gccvers.U
36960 ____________________________________________________________________________
36961 [ 10390] By: jhi                                   on 2001/06/02  13:29:12
36962         Log: Drop the -ansi from the default gcc flags.
36963              
36964              Off_t/off_t is a struct in Solaris with largefiles, and with -ansi
36965              that struct cannot be compared with a flat integer, such as STRLEN.
36966              The -ansi will also cause a lot of noise in Solaris because of:
36967              /usr/include/sys/resource.h:148: warning: `struct rlimit64' declared inside parameter list
36968      Branch: perl
36969            ! Configure
36970 ____________________________________________________________________________
36971 [ 10389] By: jhi                                   on 2001/06/02  13:14:57
36972         Log: Integrate perlio.
36973      Branch: perl
36974           !> pod/perlapi.pod util.c
36975 ____________________________________________________________________________
36976 [ 10388] By: nick                                  on 2001/06/02  08:01:12
36977         Log: Integrate mainline
36978      Branch: perlio
36979           +> lib/Attribute/Handlers.pm t/lib/attrhand.t
36980           !> MANIFEST configure.com ext/MIME/Base64/QuotedPrint.pm
36981           !> lib/File/Find.pm pod/perlmodlib.pod pod/perltoc.pod
36982           !> t/lib/1_compile.t t/lib/mimeqp.t
36983 ____________________________________________________________________________
36984 [ 10387] By: nick                                  on 2001/06/02  07:39:17
36985         Log: Tweak util.c's atof2 for MULTIPLICITY
36986      Branch: perlio
36987            ! util.c
36988 ____________________________________________________________________________
36989 [ 10386] By: nick                                  on 2001/06/02  07:38:33
36990         Log: Integrate mainline
36991      Branch: perlio
36992           !> (integrate 41 files)
36993 ____________________________________________________________________________
36994 [ 10385] By: jhi                                   on 2001/06/01  22:12:48
36995         Log: Add Attribute::Handlers 0.61 from Damian Conway.
36996      Branch: perl
36997            + lib/Attribute/Handlers.pm t/lib/attrhand.t
36998            ! MANIFEST pod/perlmodlib.pod pod/perltoc.pod t/lib/1_compile.t
36999 ____________________________________________________________________________
37000 [ 10384] By: jhi                                   on 2001/06/01  21:53:14
37001         Log: Subject: [PATCH: perl@10328] allow MIME::QuotePrint to handle ASCII code numbers on EBCDIC machines
37002              From: Peter Prymmer <pvhp@forte.com>
37003              Date: Fri, 1 Jun 2001 15:49:22 -0700 (PDT)
37004              Message-ID: <Pine.OSF.4.10.10106011545140.323662-100000@aspara.forte.com>
37005      Branch: perl
37006            ! ext/MIME/Base64/QuotedPrint.pm t/lib/mimeqp.t
37007 ____________________________________________________________________________
37008 [ 10383] By: jhi                                   on 2001/06/01  21:36:11
37009         Log: Subject: [PATCH File::Find] 'do 1' and puzzling (?>...)
37010              From: Jeff Pinyan <jeffp@crusoe.net>
37011              Date: Fri, 1 Jun 2001 14:13:56 -0400 (EDT)
37012              Message-ID: <Pine.GSO.4.21.0106011412520.21027-100000@crusoe.crusoe.net>
37013      Branch: perl
37014            ! lib/File/Find.pm
37015 ____________________________________________________________________________
37016 [ 10382] By: jhi                                   on 2001/06/01  21:35:02
37017         Log: Subject: [PATCH perl@10381] configure.com tweaks
37018              From: "Craig A. Berry" <craigberry@mac.com>
37019              Date: Fri, 1 Jun 2001 13:55:43 -0500
37020              Message-Id: <a05100e00b73d942aa9da@[172.16.52.1]>
37021      Branch: perl
37022            ! configure.com
37023 ____________________________________________________________________________
37024 [ 10381] By: jhi                                   on 2001/06/01  16:37:21
37025         Log: Update Changes.
37026      Branch: perl
37027            ! Changes patchlevel.h
37028 ____________________________________________________________________________
37029 [ 10380] By: jhi                                   on 2001/06/01  16:19:18
37030         Log: Subject: [PATCH] Re: [ID 20010529.004] program doesn't work unless in debug mode
37031              From: Mike Guy <mjtg@cam.ac.uk>
37032              Date: Fri, 01 Jun 2001 18:17:02 +0100
37033              Message-Id: <E155sXm-0001C2-00@draco.cus.cam.ac.uk>
37034      Branch: perl
37035            ! lib/perl5db.pl
37036 ____________________________________________________________________________
37037 [ 10379] By: jhi                                   on 2001/06/01  16:13:28
37038         Log: Subject: Re: [ID 20010529.006] String plus zero inconsistent across platforms
37039              From: Hugo <hv@crypt.compulink.co.uk>
37040              Date: Thu, 31 May 2001 20:49:48 +0100
37041              Message-Id: <200105311949.UAA02798@crypt.compulink.co.uk>
37042      Branch: perl
37043            ! embed.h embed.pl global.sym objXSUB.h perl.h perlapi.c proto.h
37044            ! util.c
37045 ____________________________________________________________________________
37046 [ 10378] By: jhi                                   on 2001/06/01  15:56:35
37047         Log: Zero() is not available in x2p (or, rather, some of its
37048              implementations like memzero() might not be available.)
37049      Branch: perl
37050            ! x2p/hash.c
37051 ____________________________________________________________________________
37052 [ 10377] By: jhi                                   on 2001/06/01  15:44:48
37053         Log: Subject: [PATCH x2p/hash.c] bzero -> memset
37054              From: Michael G Schwern <schwern@pobox.com>
37055              Date: Fri, 1 Jun 2001 12:00:29 +0100
37056              Message-ID: <20010601120029.F29027@blackrider.blackstar.co.uk>
37057              
37058              (But use Zero() instead of memset.)
37059      Branch: perl
37060            ! x2p/hash.c
37061 ____________________________________________________________________________
37062 [ 10376] By: jhi                                   on 2001/06/01  15:39:52
37063         Log: Subject: Re: [PATCHES] regcomp.c, pod/perldiag.pod, t/op/pat.t
37064              From: Jeff Pinyan <jeffp@crusoe.net>
37065              Date: Fri, 1 Jun 2001 10:33:55 -0400 (EDT)
37066              Message-ID: <Pine.GSO.4.21.0106011032080.21027-100000@crusoe.crusoe.net>
37067      Branch: perl
37068            ! pod/perldiag.pod regcomp.c t/op/pat.t
37069 ____________________________________________________________________________
37070 [ 10375] By: jhi                                   on 2001/06/01  15:36:35
37071         Log: Retract #10324 and #10333; not needed.
37072      Branch: perl
37073            ! hints/irix_6.sh hints/linux.sh
37074 ____________________________________________________________________________
37075 [ 10374] By: jhi                                   on 2001/06/01  15:35:19
37076         Log: The #10370 wasn't quite right.
37077      Branch: perl
37078            ! ext/XS/Typemap/Typemap.xs
37079 ____________________________________________________________________________
37080 [ 10373] By: jhi                                   on 2001/06/01  15:34:49
37081         Log: The metaconfig units changes for #10372.
37082      Branch: metaconfig/U/perl
37083            + d_realpath.U d_sresgproto.U d_sresuproto.U
37084            ! gccvers.U i_db.U
37085 ____________________________________________________________________________
37086 [ 10372] By: jhi                                   on 2001/06/01  15:34:24
37087         Log: Configure tweaks; record the Berkeley DB version,
37088              probe for realpath(), for setresuid() and setresgid()
37089              prototypes; use realpath() (try to be paranoid enough),
37090              use the setres[ug]id prototypes because glibc has the functions
37091              but not their prototypes; add -Wall -ansi to gcc ccflags;
37092              regen toc.
37093      Branch: perl
37094            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
37095            ! config_h.SH configure.com epoc/config.sh
37096            ! ext/DB_File/DB_File.xs perl.h pod/perlapi.pod pod/perltoc.pod
37097            ! uconfig.h uconfig.sh util.c vos/config.alpha.def
37098            ! vos/config.ga.def win32/config.bc win32/config.gc
37099            ! win32/config.vc
37100 ____________________________________________________________________________
37101 [ 10371] By: jhi                                   on 2001/06/01  12:50:05
37102         Log: Subject: Re: [PATCH xsutils.c] Quieting warnings
37103              From: Michael G Schwern <schwern@pobox.com>
37104              Date: Fri, 1 Jun 2001 11:28:14 +0100
37105              Message-ID: <20010601112814.B29027@blackrider.blackstar.co.uk>
37106      Branch: perl
37107            ! lib/attributes.pm xsutils.c
37108 ____________________________________________________________________________
37109 [ 10370] By: jhi                                   on 2001/06/01  12:48:55
37110         Log: Subject: [PATCH] Fix -Wall on XS::Typemap
37111              From: Tim Jenness <t.jenness@jach.hawaii.edu>
37112              Date: Thu, 31 May 2001 16:15:37 -1000 (HST)
37113              Message-ID: <Pine.LNX.4.33.0105311610110.9337-100000@lapaki.jach.hawaii.edu>
37114      Branch: perl
37115            ! ext/XS/Typemap/Typemap.xs
37116 ____________________________________________________________________________
37117 [ 10369] By: jhi                                   on 2001/06/01  12:47:21
37118         Log: Subject: [patch] Cwd.xs optimizations/abstraction
37119              From: Doug MacEachern <dougm@covalent.net>
37120              Date: Thu, 31 May 2001 17:37:37 -0700 (PDT)
37121              Message-ID: <Pine.LNX.4.21.0105311733270.732-100000@mako.covalent.net> 
37122      Branch: perl
37123            ! embed.h embed.pl ext/Cwd/Cwd.xs global.sym lib/Cwd.pm
37124            ! objXSUB.h perlapi.c pod/perlapi.pod proto.h util.c
37125 ____________________________________________________________________________
37126 [ 10368] By: jhi                                   on 2001/06/01  12:32:00
37127         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!])
37128              From: Nicholas Clark <nick@ccl4.org>
37129              Date: Thu, 31 May 2001 23:56:40 +0100
37130              Message-ID: <20010531235640.F12698@plum.flirble.org>
37131              
37132              Make the test work also under only static extensions
37133              (sh Configure -Uusedl fakes this nicely)
37134      Branch: perl
37135            ! t/lib/extutils.t
37136 ____________________________________________________________________________
37137 [ 10367] By: jhi                                   on 2001/06/01  12:27:53
37138         Log: Subject: [PATCH hv.c] Eliminating trigraph
37139              From: Michael G Schwern <schwern@pobox.com>
37140              Message-ID: <20010601114955.E29027@blackrider.blackstar.co.uk>
37141              Date: Fri, 1 Jun 2001 11:49:56 +0100
37142      Branch: perl
37143            ! hv.c
37144 ____________________________________________________________________________
37145 [ 10366] By: jhi                                   on 2001/06/01  12:14:57
37146         Log: Subject: Re: [PATCH] Tests for File::Compare 
37147              From: "Philip Newton" <Philip.Newton@gmx.net>
37148              Date: Thu, 31 May 2001 19:44:05 +0200
37149              Message-Id: <200105311748.f4VHmCt18269@chaos.wustl.edu>
37150              
37151              Unnecessary "quotation marks".
37152      Branch: perl
37153            ! t/lib/filecomp.t
37154 ____________________________________________________________________________
37155 [ 10365] By: jhi                                   on 2001/06/01  12:13:26
37156         Log: Integrate perlio.
37157      Branch: perl
37158           !> lib/ExtUtils/MM_Win32.pm t/lib/filecomp.t
37159 ____________________________________________________________________________
37160 [ 10364] By: nick                                  on 2001/06/01  10:13:31
37161         Log: Cleanup dll.base and dll.exp created by GCC builds.
37162      Branch: perlio
37163            ! lib/ExtUtils/MM_Win32.pm
37164 ____________________________________________________________________________
37165 [ 10363] By: nick                                  on 2001/06/01  10:02:17
37166         Log: Make filecomp test work on CRLF platforms by adding binmode.
37167      Branch: perlio
37168            ! t/lib/filecomp.t
37169 ____________________________________________________________________________
37170 [ 10362] By: nick                                  on 2001/06/01  08:37:17
37171         Log: Integrate mainline
37172      Branch: perlio
37173           !> Changes Configure patchlevel.h perlio.c
37174 ____________________________________________________________________________
37175 [ 10361] By: jhi                                   on 2001/05/31  15:09:34
37176         Log: panic:claustrophobia.
37177      Branch: perl
37178            ! perlio.c
37179 ____________________________________________________________________________
37180 [ 10360] By: jhi                                   on 2001/05/31  13:04:25
37181         Log: Update Changes.
37182      Branch: perl
37183            ! Changes patchlevel.h
37184 ____________________________________________________________________________
37185 [ 10359] By: nick                                  on 2001/05/31  12:35:50
37186         Log: Integrate mainline.
37187      Branch: perlio
37188           +> t/lib/filecomp.t
37189           !> AUTHORS MANIFEST ext/Storable/Storable.xs gv.c perl.c perl.h
37190           !> pp_ctl.c sv.c t/lib/1_compile.t toke.c util.c
37191 ____________________________________________________________________________
37192 [ 10358] By: jhi                                   on 2001/05/31  12:35:05
37193         Log: Integrate perlio.
37194      Branch: perl
37195           !> t/pragma/warn/toke win32/config_H.bc win32/config_H.gc
37196           !> win32/config_H.vc
37197 ____________________________________________________________________________
37198 [ 10357] By: jhi                                   on 2001/05/31  12:34:04
37199         Log: Metaconfig unit change for #10356.
37200      Branch: metaconfig
37201            ! U/installdirs/inc_version_list.U
37202 ____________________________________________________________________________
37203 [ 10356] By: jhi                                   on 2001/05/31  12:33:41
37204         Log: Allow Configure -Dinc_version_list='5.6.0/$archname 5.6.0' ...
37205              (idea from Sarathy; implementation from Andy)
37206      Branch: perl
37207            ! Configure
37208 ____________________________________________________________________________
37209 [ 10355] By: jhi                                   on 2001/05/31  12:18:06
37210         Log: More AUTHORS.
37211      Branch: perl
37212            ! AUTHORS
37213 ____________________________________________________________________________
37214 [ 10354] By: jhi                                   on 2001/05/31  12:16:24
37215         Log: Subject: Re: [PATCH] Tests for File::Compare
37216              From: Alexander Gough <alexander.gough@st-hughs.oxford.ac.uk>
37217              Date: Thu, 31 May 2001 13:26:34 +0100 (GMT)
37218              Message-Id: <E155RX8-0004X2-00@wing1.herald.ox.ac.uk>
37219      Branch: perl
37220            + t/lib/filecomp.t
37221            ! MANIFEST t/lib/1_compile.t
37222 ____________________________________________________________________________
37223 [ 10353] By: jhi                                   on 2001/05/31  12:11:24
37224         Log: Subject: [PATCH] DEBUG_* macro cleanups
37225              From: Abhijit Menon-Sen <ams@wiw.org>
37226              Date: Thu, 31 May 2001 12:16:22 +0530
37227              Message-ID: <20010531121622.B4829@lustre.linux.in>
37228              
37229              Subject: Re: [PATCH] DEBUG_* macro cleanups
37230              From: Abhijit Menon-Sen <ams@wiw.org>
37231              Date: Thu, 31 May 2001 13:57:01 +0530
37232              Message-ID: <20010531135701.A21775@lustre.linux.in>
37233              
37234              (The DEBUG_ definitions in perl.h changed to use the
37235              STMT_START and STMT_END.)
37236      Branch: perl
37237            ! perl.h pp_ctl.c sv.c toke.c
37238 ____________________________________________________________________________
37239 [ 10352] By: jhi                                   on 2001/05/31  11:53:31
37240         Log: Subject: [PATCH] -Wall cleanups: perl.c, gv.c, Storable.xs
37241              From: Abhijit Menon-Sen <ams@wiw.org>
37242              Date: Thu, 31 May 2001 08:27:55 +0530
37243              Message-ID: <20010531082755.A10018@lustre.linux.in>
37244      Branch: perl
37245            ! ext/Storable/Storable.xs gv.c perl.c
37246 ____________________________________________________________________________
37247 [ 10351] By: jhi                                   on 2001/05/31  11:45:16
37248         Log: Subject: [PATCH] AUTHORS
37249              From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
37250              Date: Thu, 31 May 2001 01:27:59 -0500
37251              Message-ID: <20010531012758.A1595@staff1.cso.uiuc.edu>
37252              
37253              Subject: Re: [PATCH] AUTHORS
37254              From: "Philip Newton" <Philip.Newton@gmx.net>
37255              Date: Thu, 31 May 2001 10:08:06 +0200
37256              (Message-Id missing?)
37257      Branch: perl
37258            ! AUTHORS
37259 ____________________________________________________________________________
37260 [ 10350] By: nick                                  on 2001/05/31  11:40:43
37261         Log: win32 - dmake regen_config_h
37262      Branch: perlio
37263            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
37264 ____________________________________________________________________________
37265 [ 10349] By: jhi                                   on 2001/05/31  11:38:27
37266         Log: Subject: Re: [PATCH util.c] More warning cleanups.
37267              From: "Philip Newton" <Philip.Newton@gmx.net>
37268              Date: Thu, 31 May 2001 07:41:36 +0200
37269              Message-Id: <200105310538.IAA25458@taku.hut.fi>
37270              
37271              Undo C++-ism that snekt in.
37272      Branch: perl
37273            ! util.c
37274 ____________________________________________________________________________
37275 [ 10348] By: nick                                  on 2001/05/31  11:36:46
37276         Log: Tolerate Win32 numerics
37277      Branch: perlio
37278            ! t/pragma/warn/toke
37279 ____________________________________________________________________________
37280 [ 10347] By: jhi                                   on 2001/05/31  11:29:40
37281         Log: Integrate perlio.
37282      Branch: perl
37283           !> perlio.c win32/win32.h
37284 ____________________________________________________________________________
37285 [ 10346] By: nick                                  on 2001/05/31  10:54:55
37286         Log: Hack to restore Win32 pseudo fork broken by Multiple Interpreter
37287              perlio.c change 10255.
37288      Branch: perlio
37289            ! perlio.c
37290 ____________________________________________________________________________
37291 [ 10345] By: nick                                  on 2001/05/31  10:01:57
37292         Log: Conditionally put back some "unused" dTHX which are used
37293              with PERL_IMPLICIT_SYS
37294      Branch: perlio
37295            ! perlio.c
37296 ____________________________________________________________________________
37297 [ 10344] By: nick                                  on 2001/05/31  10:00:59
37298         Log: Fix Win32 for new spelling IN_BYTES 
37299      Branch: perlio
37300            ! win32/win32.h
37301 ____________________________________________________________________________
37302 [ 10343] By: nick                                  on 2001/05/31  08:01:32
37303         Log: perlio.c -Wall cleaner under MULTIPLICITY
37304              - still minor noise with linux stdio
37305      Branch: perlio
37306            ! perlio.c
37307 ____________________________________________________________________________
37308 [ 10342] By: nick                                  on 2001/05/31  07:52:23
37309         Log: Integrate mainline.
37310      Branch: perlio
37311           !> (integrate 42 files)
37312 ____________________________________________________________________________
37313 [ 10341] By: jhi                                   on 2001/05/31  01:39:02
37314         Log: AUTHORS updates.
37315      Branch: perl
37316            ! AUTHORS
37317 ____________________________________________________________________________
37318 [ 10340] By: jhi                                   on 2001/05/31  00:19:29
37319         Log: Subject: [PATCH: perl@10328] new md5sum for modified MD5.xs file
37320              From: Peter Prymmer <pvhp@forte.com>
37321              Date: Wed, 30 May 2001 17:57:20 -0700 (PDT)
37322              Message-ID: <Pine.OSF.4.10.10105301753210.129765-100000@aspara.forte.com>
37323      Branch: perl
37324            ! t/lib/md5-file.t
37325 ____________________________________________________________________________
37326 [ 10339] By: jhi                                   on 2001/05/31  00:16:44
37327         Log: Salvage bits and pieces from the experimental 'utf8 everywhere'
37328              patch: rename HINT_BYTE and IN_BYTE to HINT_BYTES and IN_BYTES
37329              to match the pragma name; various robustness cleanups.
37330      Branch: perl
37331            ! lib/utf8_heavy.pl mg.c perl.h pp.c pp_ctl.c pp_sys.c regexec.c
37332            ! sv.c toke.c utf8.c utf8.h utfebcdic.h
37333 ____________________________________________________________________________
37334 [ 10338] By: jhi                                   on 2001/05/30  23:56:14
37335         Log: More -Wall sweeping.
37336      Branch: perl
37337            ! av.c doio.c ext/Cwd/Cwd.xs ext/Devel/DProf/DProf.xs
37338            ! ext/Devel/Peek/Peek.xs ext/Encode/Encode.xs
37339            ! ext/List/Util/Util.xs gv.c op.c pp.c pp_ctl.c pp_hot.c
37340            ! regcomp.c sv.c toke.c utf8.c
37341 ____________________________________________________________________________
37342 [ 10337] By: jhi                                   on 2001/05/30  23:20:23
37343         Log: Subject: [PATCH] (was Re: [PATCH] Re: Report /pro/3gl/CPAN/perl-5.7.1)
37344              From: Nicholas Clark <nick@ccl4.org>
37345              Date: Wed, 30 May 2001 22:34:41 +0100
37346              Message-ID: <20010530223441.Y86445@plum.flirble.org>
37347      Branch: perl
37348            ! t/op/cmp.t
37349 ____________________________________________________________________________
37350 [ 10336] By: jhi                                   on 2001/05/30  23:18:48
37351         Log: It's is not, it isn't ain't, and it's it's, not its,
37352              if you mean it is. If you don't, it's its. Then too,
37353              it's hers. It isn't her's. It isn't our's either.
37354              It's ours, and likewise yours and theirs.
37355              -- Oxford University Press, Edpress News
37356      Branch: perl
37357            ! lib/autouse.pm
37358 ____________________________________________________________________________
37359 [ 10335] By: jhi                                   on 2001/05/30  23:12:30
37360         Log: More -Wall silencing from Michael Schwern and Jarkko Hietaniemi.
37361      Branch: perl
37362            ! doop.c ext/ByteLoader/bytecode.h ext/DB_File/DB_File.xs mg.c
37363            ! perl.c perlio.c regexec.c universal.c util.c x2p/a2py.c
37364            ! x2p/str.c x2p/walk.c xsutils.c
37365 ____________________________________________________________________________
37366 [ 10334] By: jhi                                   on 2001/05/30  22:52:41
37367         Log: Subject: [PATCH perl.c t/run/runenv.t] (was Re: [[ID 20010514.042] Perl v5.6.1 mangles PERL5OPT])
37368              From: Michael G Schwern <schwern@pobox.com>
37369              Date: Wed, 30 May 2001 17:10:38 +0100
37370              Message-ID: <20010530171038.L670@blackrider.blackstar.co.uk>
37371              
37372              Subject: Re: [PATCH perl.c t/run/runenv.t] (was Re: [ID 20010514.042] Perl v5.6.1 mangles PERL5OPT])
37373              From: Abhijit Menon-Sen <ams@wiw.org>
37374              Date: Wed, 30 May 2001 23:16:13 +0530
37375              Message-ID: <20010530231613.A31933@lustre.linux.in>
37376      Branch: perl
37377            ! perl.c t/run/runenv.t
37378 ____________________________________________________________________________
37379 [ 10333] By: jhi                                   on 2001/05/30  22:25:02
37380         Log: (Retracted by #10375.)
37381              
37382              IRIX hints patch from Merijn Broeren.
37383              
37384              TODO: (this and the earlier Linux hints patch) should be solved
37385              at Configure level.  Merijn: -ldb should not be used on any platform
37386              for perl, just when linking DBFile itself. Trying to be helpful here
37387              is counterproductive.
37388      Branch: perl
37389            ! hints/irix_6.sh
37390 ____________________________________________________________________________
37391 [ 10332] By: jhi                                   on 2001/05/30  22:11:13
37392         Log: Subject: Re: [PATCH doop.c] unused variable in Perl_do_join
37393              From: Nicholas Clark <nick@ccl4.org>
37394              Date: Wed, 30 May 2001 23:20:58 +0100
37395              Message-ID: <20010530232058.B86445@plum.flirble.org>
37396      Branch: perl
37397            ! doop.c
37398 ____________________________________________________________________________
37399 [ 10331] By: jhi                                   on 2001/05/30  22:09:49
37400         Log: Subject: Re: [PATCH perl@10298] fix extutils.t and autouse.t for VMS
37401              From: Michael G Schwern <schwern@pobox.com> 
37402              Date: Wed, 30 May 2001 15:24:20 +0100
37403              Message-ID: <20010530152420.H670@blackrider.blackstar.co.uk>
37404      Branch: perl
37405            ! t/pragma/autouse.t
37406 ____________________________________________________________________________
37407 [ 10330] By: jhi                                   on 2001/05/30  22:02:21
37408         Log: The regex trick wasn't a good idea.
37409      Branch: perl
37410            ! pod/perlfaq4.pod
37411 ____________________________________________________________________________
37412 [ 10329] By: nick                                  on 2001/05/30  18:34:35
37413         Log: Integrate mainline
37414      Branch: perlio
37415           !> (integrate 40 files)
37416 ____________________________________________________________________________
37417 [ 10328] By: jhi                                   on 2001/05/30  14:28:39
37418         Log: Update Changes.
37419      Branch: perl
37420            ! Changes patchlevel.h
37421 ____________________________________________________________________________
37422 [ 10327] By: jhi                                   on 2001/05/30  14:07:01
37423         Log: The metaconfig unit change for #10325.
37424      Branch: metaconfig
37425            + U/modified/afs.U
37426 ____________________________________________________________________________
37427 [ 10326] By: jhi                                   on 2001/05/30  14:06:36
37428         Log: More -Wall cleanup from Schwern; the EBCDIC MD5.xs checksum
37429              is now wrong.
37430      Branch: perl
37431            ! ext/Digest/MD5/MD5.xs t/lib/md5-file.t
37432 ____________________________________________________________________________
37433 [ 10325] By: jhi                                   on 2001/05/30  14:04:28
37434         Log: Introduce $Config{afsroot}.
37435      Branch: perl
37436            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
37437            ! config_h.SH epoc/config.sh uconfig.sh win32/config.bc
37438            ! win32/config.gc win32/config.vc
37439 ____________________________________________________________________________
37440 [ 10324] By: jhi                                   on 2001/05/30  13:49:44
37441         Log: (Retracted by #10375.)
37442              
37443              Linux DB tweak from Merijn Broeren <merijnb@iloquent.nl>.
37444      Branch: perl
37445            ! hints/linux.sh
37446 ____________________________________________________________________________
37447 [ 10323] By: jhi                                   on 2001/05/30  13:49:29
37448         Log: AFS patches from Merijn Broeren <merijnb@iloquent.nl>.
37449              (Also Configure tweaks needed; coming up soon.)
37450      Branch: perl
37451            ! t/io/fs.t t/lib/glob-basic.t t/op/stat.t
37452 ____________________________________________________________________________
37453 [ 10322] By: jhi                                   on 2001/05/30  13:37:56
37454         Log: Subject: [PATCH lib/perl5db.pl] Conditional breakpoints
37455              From: Michael G Schwern <schwern@pobox.com>
37456              Date: Sun, 27 May 2001 10:29:43 +0100
37457              Message-ID: <20010527102942.J711@blackrider.blackstar.co.uk>
37458      Branch: perl
37459            ! lib/perl5db.pl
37460 ____________________________________________________________________________
37461 [ 10321] By: jhi                                   on 2001/05/30  13:36:28
37462         Log: Medley of -Wall cleanups from Michael Schwen, Hugo van der Sanden,
37463              and Abhijit Menon-Sen.
37464      Branch: perl
37465            ! av.c doio.c doop.c dump.c ext/Digest/MD5/MD5.xs malloc.c op.c
37466            ! perl.c pp_sys.c regcomp.c
37467 ____________________________________________________________________________
37468 [ 10320] By: jhi                                   on 2001/05/30  13:35:27
37469         Log: Fix the BOOT section to call myU2time properly.
37470      Branch: perl
37471            ! ext/Time/HiRes/HiRes.xs
37472 ____________________________________________________________________________
37473 [ 10319] By: jhi                                   on 2001/05/30  13:06:09
37474         Log: Subject: Re: [PATCH pod/perlfaq4.pod] Example of working in integers to avoid floating point errors
37475              From: Ronald J Kimball <rjk@linguist.thayer.dartmouth.edu>
37476              Date: Wed, 30 May 2001 09:44:29 -0400
37477              Message-ID: <20010530094429.B133085@linguist.thayer.dartmouth.edu>
37478              
37479              Detypo; plus add one more trick.
37480      Branch: perl
37481            ! pod/perlfaq4.pod
37482 ____________________________________________________________________________
37483 [ 10318] By: jhi                                   on 2001/05/30  12:47:11
37484         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)
37485              From: Michael G Schwern <schwern@pobox.com>
37486              Date: Wed, 30 May 2001 14:39:06 +0100
37487              Message-ID: <20010530143906.E670@blackrider.blackstar.co.uk>
37488      Branch: perl
37489            ! lib/autouse.pm t/pragma/autouse.t
37490 ____________________________________________________________________________
37491 [ 10317] By: jhi                                   on 2001/05/30  12:46:02
37492         Log: Subject: Re: AIX and gcc (moving targets)
37493              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
37494              Date: Wed, 30 May 2001 15:25:08 +0200
37495              Message-Id: <20010530152117.7097.H.M.BRAND@hccnet.nl>
37496      Branch: perl
37497            ! ext/Time/HiRes/HiRes.xs
37498 ____________________________________________________________________________
37499 [ 10316] By: jhi                                   on 2001/05/30  12:40:46
37500         Log: Subject: [PATCH t/TEST] sorting tests
37501              From: Michael G Schwern <schwern@pobox.com>
37502              Date: Wed, 30 May 2001 10:24:02 +0100
37503              Message-ID: <20010530102402.Q670@blackrider.blackstar.co.uk>
37504      Branch: perl
37505            ! t/TEST
37506 ____________________________________________________________________________
37507 [ 10315] By: jhi                                   on 2001/05/30  12:37:43
37508         Log: Subject: [ID 20010529.002] typos in man page perlre
37509              From: bart@cg681574-a.adubn1.nj.home.com 
37510              Date: Tue, 29 May 2001 13:58:59 -0500
37511              Message-Id: <E154ohn-00053j-00@debian.adubn1.nj.home.com>
37512      Branch: perl
37513            ! pod/perlre.pod
37514 ____________________________________________________________________________
37515 [ 10314] By: jhi                                   on 2001/05/30  12:33:53
37516         Log: Subject: [PATCH perl@10298] fix extutils.t and autouse.t for VMS
37517              From: "Craig A. Berry" <craigberry@mac.com>
37518              Date: Tue, 29 May 2001 23:23:45 -0500
37519              Message-Id: <a05100e01b73a21721dee@[192.168.56.153]>
37520      Branch: perl
37521            ! t/lib/extutils.t t/pragma/autouse.t
37522 ____________________________________________________________________________
37523 [ 10313] By: jhi                                   on 2001/05/30  12:32:17
37524         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)
37525              From: David Dyck <dcd@tc.fluke.com>
37526              Date: Tue, 29 May 2001 22:05:28 -0700 (PDT)
37527              Message-ID: <Pine.LNX.4.33.0105292200060.26992-100000@dd.tc.fluke.com>
37528      Branch: perl
37529            ! t/lib/filefind.t
37530 ____________________________________________________________________________
37531 [ 10312] By: jhi                                   on 2001/05/30  12:31:02
37532         Log: AIX hints update for gcc from Merijn H. Brand.
37533      Branch: perl
37534            ! hints/aix.sh
37535 ____________________________________________________________________________
37536 [ 10311] By: jhi                                   on 2001/05/30  12:18:20
37537         Log: Retract #10295 and #10296: a more generic solution
37538              is needed (there's something funny with gcc on AIX).
37539      Branch: perl
37540            ! ext/POSIX/Makefile.PL ext/Storable/Makefile.PL
37541 ____________________________________________________________________________
37542 [ 10310] By: jhi                                   on 2001/05/30  12:08:07
37543         Log: Subject: Re: [ID 20010528.004] dual bug under utf8: $@ has UTF8 flag and \s+ does not match
37544              From: Hugo <hv@crypt.compulink.co.uk>
37545              Date: Wed, 30 May 2001 11:59:19 +0100
37546              Message-Id: <200105301059.LAA03182@crypt.compulink.co.uk>
37547              
37548              localizing $@ has unfortunate semantics - if you die past
37549              a local $@, the die message is lost.
37550      Branch: perl
37551            ! lib/utf8_heavy.pl
37552 ____________________________________________________________________________
37553 [ 10309] By: nick                                  on 2001/05/30  08:23:02
37554         Log: Integrate mainline (autouse works again.)
37555      Branch: perlio
37556           !> ext/Time/Piece/Piece.pm hints/os2.sh lib/File/Find.pm
37557           !> lib/autouse.pm pod/perlfaq4.pod pod/perlfaq6.pod
37558           !> pod/perlvar.pod t/op/cmp.t
37559 ____________________________________________________________________________
37560 [ 10308] By: jhi                                   on 2001/05/30  01:55:02
37561         Log: Subject: [ID 20010529.003] find2perl and File::Find doesn't emulate find when path is a symlink (with proposed patch)
37562              From: David Dyck <dcd@tc.fluke.com>
37563              Date: Tue, 29 May 2001 12:19:38 -0700 (PDT)
37564              Message-Id: <Pine.LNX.4.33.0105291216510.17409-100000@dd.tc.fluke.com>
37565      Branch: perl
37566            ! lib/File/Find.pm
37567 ____________________________________________________________________________
37568 [ 10307] By: jhi                                   on 2001/05/30  01:47:22
37569         Log: Subject: [PATCH] Re: Report /pro/3gl/CPAN/perl-5.7.1
37570              From: Nicholas Clark <nick@ccl4.org>
37571              Date: Tue, 29 May 2001 23:16:09 +0100
37572              Message-ID: <20010529231609.U86445@plum.flirble.org>
37573              
37574              Make the test output slightly clearer by distinguishing
37575              between '' and undef.
37576      Branch: perl
37577            ! t/op/cmp.t
37578 ____________________________________________________________________________
37579 [ 10306] By: jhi                                   on 2001/05/30  01:45:12
37580         Log: Subject: [PATCH 5.6.1] flushNULL OS/2
37581              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
37582              Date: Tue, 29 May 2001 19:15:19 -0400
37583              Message-ID: <20010529191519.A16020@math.ohio-state.edu>
37584      Branch: perl
37585            ! hints/os2.sh
37586 ____________________________________________________________________________
37587 [ 10305] By: jhi                                   on 2001/05/30  01:42:36
37588         Log: Subject: perlvar.pod addition
37589              From: Peter Gessner <peter.gessner@post.rwth-aachen.de>
37590              Date: Fri, 25 May 2001 20:23:12 +0200
37591              Message-ID: <3B0EA310.B265C048@post.rwth-aachen.de>
37592              
37593              Subject: Re: perlvar.pod addition
37594              From: "Abigail" <abigail@foad.org> 
37595              Date: Fri, 25 May 2001 22:00:39 +0200
37596              Message-ID: <20010525200039.28029.qmail@foad.org>
37597              
37598              Mention $a and $b in perlvar.
37599      Branch: perl
37600            ! pod/perlvar.pod
37601 ____________________________________________________________________________
37602 [ 10304] By: jhi                                   on 2001/05/30  01:36:37
37603         Log: Subject: [PATCH] perlvar.pod -- why isn't @F here?
37604              From: Jeff Pinyan <jeffp@crusoe.net>
37605              Date: Tue, 29 May 2001 22:27:51 -0400 (EDT)
37606              Message-ID: <Pine.GSO.4.21.0105292227150.1961-100000@crusoe.crusoe.net>
37607      Branch: perl
37608            ! pod/perlvar.pod
37609 ____________________________________________________________________________
37610 [ 10303] By: jhi                                   on 2001/05/30  01:35:31
37611         Log: Subject: Re: [PATCH] perlfaq6.pod -- case-aware s///
37612              From: Jeff Pinyan <jeffp@crusoe.net>
37613              Date: Tue, 29 May 2001 18:03:27 -0400 (EDT)
37614              Message-ID: <Pine.GSO.4.21.0105291802330.1961-100000@crusoe.crusoe.net>
37615      Branch: perl
37616            ! pod/perlfaq6.pod
37617 ____________________________________________________________________________
37618 [ 10302] By: jhi                                   on 2001/05/29  20:18:49
37619         Log: Mention Time::localtime and Time::gmtime.
37620      Branch: perl
37621            ! ext/Time/Piece/Piece.pm
37622 ____________________________________________________________________________
37623 [ 10301] By: jhi                                   on 2001/05/29  20:13:54
37624         Log: Subject: [PATCH pod/perlfaq4.pod] Example of working in integers to avoid floating point errors
37625              From: Michael G Schwern <schwern@pobox.com>
37626              Date: Tue, 29 May 2001 18:51:32 +0100
37627              Message-ID: <20010529185132.C706@blackrider.blackstar.co.uk>
37628      Branch: perl
37629            ! pod/perlfaq4.pod
37630 ____________________________________________________________________________
37631 [ 10300] By: jhi                                   on 2001/05/29  20:12:09
37632         Log: Retract #10243.
37633      Branch: perl
37634            ! lib/autouse.pm
37635 ____________________________________________________________________________
37636 [ 10299] By: nick                                  on 2001/05/29  18:41:19
37637         Log: Post weekend integrate mainline (fails one test pragma/autouse).
37638      Branch: perlio
37639           +> (branch 29 files)
37640           !> (integrate 91 files)
37641 ____________________________________________________________________________
37642 [ 10298] By: jhi                                   on 2001/05/29  16:29:19
37643         Log: Update Changes.
37644      Branch: perl
37645            ! Changes patchlevel.h
37646 ____________________________________________________________________________
37647 [ 10297] By: jhi                                   on 2001/05/29  16:25:47
37648         Log: Fix Perl_swash_init & Perl_swash_fetch to save ERRSV (= $@)
37649              before Perl_load_module/Perl_call_method and restore the value
37650              after if !SvTRUE(ERRSV).  (from Inaba Hiroto)
37651      Branch: perl
37652            ! utf8.c
37653 ____________________________________________________________________________
37654 [ 10296] By: jhi                                   on 2001/05/29  16:01:53
37655         Log: Subject: Re: AIX and gcc (moving targets)
37656              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
37657              Date: Tue, 29 May 2001 17:59:40 +0200
37658              Message-Id: <20010529175841.7078.H.M.BRAND@hccnet.nl>
37659      Branch: perl
37660            ! ext/Storable/Makefile.PL
37661 ____________________________________________________________________________
37662 [ 10295] By: jhi                                   on 2001/05/29  15:59:05
37663         Log: Subject: Re: AIX and gcc (moving targets)
37664              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
37665              Date: Tue, 29 May 2001 12:32:57 +0200
37666              Message-Id: <20010529115151.9FE0.H.M.BRAND@hccnet.nl>
37667      Branch: perl
37668            ! ext/POSIX/Makefile.PL
37669 ____________________________________________________________________________
37670 [ 10294] By: jhi                                   on 2001/05/29  15:53:43
37671         Log: Subject: [PATCH lib/Test/Harness.pm t/lib/test-harness.t] Syncing with 1.21
37672              From: Michael G Schwern <schwern@pobox.com>
37673              Date: Tue, 29 May 2001 09:53:29 +0100
37674              Message-ID: <20010529095329.T675@blackrider.blackstar.co.uk>
37675              
37676              (#10280 retracted)
37677      Branch: perl
37678            ! lib/Test/Harness.pm t/lib/test-harness.t
37679 ____________________________________________________________________________
37680 [ 10293] By: jhi                                   on 2001/05/29  15:46:10
37681         Log: Subject: [PATCH t/TEST lib/Test.pm t/lib/Test/*.t] Syncing with Test-1.17
37682              From: Michael G Schwern <schwern@pobox.com>
37683              Date: Tue, 29 May 2001 09:19:52 +0100
37684              Message-ID: <20010529091952.R675@blackrider.blackstar.co.uk>
37685      Branch: perl
37686            + t/lib/Test/fail.t t/lib/Test/mix.t t/lib/Test/onfail.t
37687            + t/lib/Test/qr.t t/lib/Test/skip.t t/lib/Test/success.t
37688            + t/lib/Test/todo.t
37689            ! MANIFEST lib/Test.pm t/TEST
37690 ____________________________________________________________________________
37691 [ 10292] By: jhi                                   on 2001/05/29  15:34:08
37692         Log: From: Michael G Schwern <schwern@pobox.com>
37693              Subject: Re: [PATCH t/TEST] Allowing deeper test subdirectories
37694              Date: Tue, 29 May 2001 08:26:09 +0100
37695              Message-ID: <20010529082609.P675@blackrider.blackstar.co.uk>
37696      Branch: perl
37697            ! t/TEST
37698 ____________________________________________________________________________
37699 [ 10291] By: jhi                                   on 2001/05/29  15:29:37
37700         Log: Add tests for Time::gmtime and Time::localtime.
37701      Branch: perl
37702            + t/lib/time-gmtime.t t/lib/time-localtime.t
37703            ! MANIFEST t/lib/1_compile.t
37704 ____________________________________________________________________________
37705 [ 10290] By: jhi                                   on 2001/05/29  15:15:44
37706         Log: Add test for File::stat.
37707      Branch: perl
37708            + t/lib/filestat.t
37709            ! MANIFEST t/lib/1_compile.t
37710 ____________________________________________________________________________
37711 [ 10289] By: jhi                                   on 2001/05/29  15:05:38
37712         Log: Add test for Net::servent.
37713      Branch: perl
37714            + t/lib/net-sent.t
37715            ! MANIFEST t/lib/1_compile.t
37716 ____________________________________________________________________________
37717 [ 10288] By: jhi                                   on 2001/05/29  14:57:15
37718         Log: Add test for Net::protoent.
37719      Branch: perl
37720            + t/lib/net-pent.t
37721            ! MANIFEST t/lib/1_compile.t
37722 ____________________________________________________________________________
37723 [ 10287] By: jhi                                   on 2001/05/29  14:53:10
37724         Log: Add test for Net::netent.
37725      Branch: perl
37726            + t/lib/net-nent.t
37727            ! MANIFEST t/lib/1_compile.t
37728 ____________________________________________________________________________
37729 [ 10286] By: jhi                                   on 2001/05/29  14:31:57
37730         Log: Add test for User::grent.  Portability doubtful.
37731      Branch: perl
37732            + t/lib/user-grent.t
37733            ! MANIFEST t/lib/1_compile.t
37734 ____________________________________________________________________________
37735 [ 10285] By: jhi                                   on 2001/05/29  14:24:20
37736         Log: Add test for User::pwent.
37737              Probably will fall down somewhere for portability reasons.
37738      Branch: perl
37739            + t/lib/user-pwent.t
37740            ! MANIFEST t/lib/1_compile.t
37741 ____________________________________________________________________________
37742 [ 10284] By: jhi                                   on 2001/05/29  13:26:43
37743         Log: Metaconfig units changes for #10283.
37744      Branch: metaconfig
37745            ! U/installdirs/inc_version_list.U U/installdirs/perl5.U
37746            ! U/installdirs/siteman1.U U/installdirs/siteman3.U
37747            ! U/installdirs/sitescript.U U/modified/Signal.U
37748 ____________________________________________________________________________
37749 [ 10283] By: jhi                                   on 2001/05/29  13:26:24
37750         Log: Subject: [PATCH 5.6.1] signal names in Configure
37751              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
37752              Date: Tue, 29 May 2001 03:52:25 -0400
37753              Message-ID: <20010529035225.A9400@math.ohio-state.edu>
37754              
37755              Subject: [PATCH 5.6.1] older perl in Configure
37756              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
37757              Date: Tue, 29 May 2001 03:55:40 -0400
37758              Message-ID: <20010529035539.A9411@math.ohio-state.edu>
37759              
37760              Subject: [PATCH 5.6.1] goofs in Configure
37761              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
37762              Date: Tue, 29 May 2001 04:13:07 -0400
37763              Message-ID: <20010529041307.A9658@math.ohio-state.edu>
37764              
37765              Configure portability tweaks.
37766      Branch: perl
37767            ! Configure
37768 ____________________________________________________________________________
37769 [ 10282] By: jhi                                   on 2001/05/29  12:41:41
37770         Log: Subject: [PATCH 5.6.1] extLibpath for OS/2
37771              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
37772              Date: Tue, 29 May 2001 04:07:06 -0400
37773              Message-ID: <20010529040706.A9579@math.ohio-state.edu>
37774      Branch: perl
37775            ! os2/os2.c
37776 ____________________________________________________________________________
37777 [ 10281] By: jhi                                   on 2001/05/29  12:40:31
37778         Log: Subject: [PATCH 5.6.1] extra static libs for OS/2
37779              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
37780              Date: Tue, 29 May 2001 04:01:38 -0400
37781              Message-ID: <20010529040138.A9482@math.ohio-state.edu>
37782      Branch: perl
37783            ! hints/os2.sh os2/Makefile.SHs
37784 ____________________________________________________________________________
37785 [ 10280] By: jhi                                   on 2001/05/29  12:38:48
37786         Log: Subject: Re: [PATCH 5.6.1] Test::Harness clumsy
37787              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
37788              Date: Tue, 29 May 2001 03:50:18 -0400
37789              Message-ID: <20010529035018.A9387@math.ohio-state.edu>
37790      Branch: perl
37791            ! lib/Test/Harness.pm
37792 ____________________________________________________________________________
37793 [ 10279] By: jhi                                   on 2001/05/29  12:34:53
37794         Log: Additional safeguard against $@ getting trampled; idea from Hugo.
37795      Branch: perl
37796            ! lib/utf8_heavy.pl
37797 ____________________________________________________________________________
37798 [ 10278] By: jhi                                   on 2001/05/29  02:15:24
37799         Log: Subject: Re: [ID 20010528.004] dual bug under utf8: $@ has UTF8 flag and \s+ does not match
37800              From: Hugo <hv@crypt.compulink.co.uk>
37801              Date: Tue, 29 May 2001 03:03:45 +0100
37802              Message-Id: <200105290203.DAA00825@crypt.compulink.co.uk>
37803              
37804              Explanation why the $@ always gets the UTF8 flag when under use utf8--
37805              because we told it to have the flag when under use utf8.
37806      Branch: perl
37807            ! pp_ctl.c
37808 ____________________________________________________________________________
37809 [ 10277] By: jhi                                   on 2001/05/29  00:51:34
37810         Log: At least a partial fix for 20010528.004.
37811      Branch: perl
37812            ! lib/utf8_heavy.pl
37813 ____________________________________________________________________________
37814 [ 10276] By: jhi                                   on 2001/05/29  00:42:59
37815         Log: Subject: Re: Report /pro/3gl/CPAN/perl-5.7.1
37816              From: Nicholas Clark <nick@ccl4.org> 
37817              Date: Mon, 28 May 2001 23:39:38 +0100
37818              Message-ID: <20010528233938.M86445@plum.flirble.org>
37819              
37820              More portable non-zero UV.
37821      Branch: perl
37822            ! t/lib/extutils.t
37823 ____________________________________________________________________________
37824 [ 10275] By: jhi                                   on 2001/05/29  00:40:28
37825         Log: Subject: [PATCH] (was Re: Why t/lib/extutils.t is failing ...
37826              From: Nicholas Clark <nick@ccl4.org>
37827              Date: Mon, 28 May 2001 22:46:09 +0100
37828              Message-ID: <20010528224608.L86445@plum.flirble.org>
37829              
37830              Test also "make clean".
37831      Branch: perl
37832            ! t/lib/extutils.t
37833 ____________________________________________________________________________
37834 [ 10274] By: jhi                                   on 2001/05/29  00:39:18
37835         Log: Subject: Re: Would -Wno-unused -Wall be better?
37836              From: Michael G Schwern <schwern@pobox.com>
37837              Date: Tue, 29 May 2001 00:55:54 +0100
37838              Message-ID: <20010529005553.B675@blackrider.blackstar.co.uk>
37839      Branch: perl
37840            ! pp.h
37841 ____________________________________________________________________________
37842 [ 10273] By: jhi                                   on 2001/05/29  00:36:06
37843         Log: Add a test for 20010528.007, fixed in #10272.
37844      Branch: perl
37845            ! t/op/misc.t toke.c
37846 ____________________________________________________________________________
37847 [ 10272] By: jhi                                   on 2001/05/29  00:21:12
37848         Log: Subject: Re: [ID 20010528.007] "\x{" causes panic:constant overflowed allocated space 
37849              From: Hugo <hv@crypt.compulink.co.uk>
37850              Date: Tue, 29 May 2001 00:23:23 +0100
37851              Message-Id: <200105282323.AAA07930@crypt.compulink.co.uk>
37852      Branch: perl
37853            ! toke.c
37854 ____________________________________________________________________________
37855 [ 10271] By: jhi                                   on 2001/05/28  22:52:11
37856         Log: Subject: Re: [ID 20010528.001] use autouse 'URI::Escape' => qw(URI::Escape::uri_escape) failed
37857              From: Michael G Schwern <schwern@pobox.com>
37858              Date: Tue, 29 May 2001 00:42:59 +0100
37859              Message-ID: <20010529004259.A675@blackrider.blackstar.co.uk>
37860      Branch: perl
37861            ! t/pragma/autouse.t
37862 ____________________________________________________________________________
37863 [ 10270] By: jhi                                   on 2001/05/28  21:44:06
37864         Log: Some shells seemingly arrange the signal handlers differently
37865              (bug id 20010521.004).
37866      Branch: perl
37867            ! t/lib/sigaction.t
37868 ____________________________________________________________________________
37869 [ 10269] By: jhi                                   on 2001/05/28  20:34:21
37870         Log: Regen perlmodlib.
37871      Branch: perl
37872            ! pod/perlmodlib.pod
37873 ____________________________________________________________________________
37874 [ 10268] By: jhi                                   on 2001/05/28  19:08:45
37875         Log: Update Changes.
37876      Branch: perl
37877            ! Changes patchlevel.h
37878 ____________________________________________________________________________
37879 [ 10267] By: jhi                                   on 2001/05/28  19:03:54
37880         Log: Subject: [PATCH] perlnewmod.pod to reflect DLSI(P) change
37881              From: Elaine -HFB- Ashton <elaine@chaos.wustl.edu>
37882              Date: Mon, 28 May 2001 14:56:35 -0500
37883              Message-ID: <20010528145635.L8487@chaos.wustl.edu>
37884      Branch: perl
37885            ! pod/perlnewmod.pod
37886 ____________________________________________________________________________
37887 [ 10266] By: jhi                                   on 2001/05/28  18:35:03
37888         Log: Regen toc.
37889      Branch: perl
37890            ! pod/perltoc.pod
37891 ____________________________________________________________________________
37892 [ 10265] By: jhi                                   on 2001/05/28  18:33:32
37893         Log: Subject: [PATCH] RE: [20000223.001] no test cases for splice(@array) 
37894              From: "Richard Soderberg" <rs@crystalflame.net>
37895              Date: Mon, 28 May 2001 12:31:23 -0700
37896              Message-ID: <NAEKLNAAHLMBPMPNBMLEOEFLDFAA.rs@crystalflame.net>
37897      Branch: perl
37898            ! t/op/splice.t
37899 ____________________________________________________________________________
37900 [ 10264] By: jhi                                   on 2001/05/28  17:59:00
37901         Log: The #10260 was too bold: locales and utf8 still do not mix.
37902      Branch: perl
37903            ! t/pragma/locale.t
37904 ____________________________________________________________________________
37905 [ 10263] By: jhi                                   on 2001/05/28  17:52:25
37906         Log: Subject: [PATCH] Pod nitpicks
37907              From: "Richard Soderberg" <rs@crystalflame.net>
37908              Date: Mon, 28 May 2001 10:08:58 -0700
37909              Message-ID: <NAEKLNAAHLMBPMPNBMLEOEFGDFAA.rs@crystalflame.net>
37910      Branch: perl
37911            ! pod/perl571delta.pod pod/perlapi.pod sv.h
37912 ____________________________________________________________________________
37913 [ 10262] By: jhi                                   on 2001/05/28  17:50:05
37914         Log: Upgrade to I18N::LangTags 0.22.
37915      Branch: perl
37916            + lib/I18N/LangTags/List.pod
37917            ! MANIFEST lib/I18N/LangTags.pm
37918 ____________________________________________________________________________
37919 [ 10261] By: jhi                                   on 2001/05/28  17:23:40
37920         Log: A slightly more serious bug found by -Mutf8; op/misc and
37921              lib/complex dumped core.
37922      Branch: perl
37923            ! regexec.c
37924 ____________________________________________________________________________
37925 [ 10260] By: jhi                                   on 2001/05/28  16:58:11
37926         Log: Various buglets shaken out by -Mutf8.
37927      Branch: perl
37928            ! t/io/utf8.t t/lib/charnames.t t/lib/lc-language.t
37929            ! t/pragma/locale.t
37930 ____________________________________________________________________________
37931 [ 10259] By: jhi                                   on 2001/05/28  15:48:46
37932         Log: STDERR looks much like STDOUT.  (Subtest #2 wasn't really okay.)
37933      Branch: perl
37934            ! t/lib/carp.t
37935 ____________________________________________________________________________
37936 [ 10258] By: jhi                                   on 2001/05/28  15:32:41
37937         Log: Subject: [PATCH] todo patch
37938              From: Artur Bergman <artur@contiller.se> 
37939              Date: Mon, 28 May 2001 17:03:51 +0200
37940              Message-ID: <B7383577.F34%artur@contiller.se>
37941      Branch: perl
37942            ! pod/perltodo.pod
37943 ____________________________________________________________________________
37944 [ 10257] By: jhi                                   on 2001/05/28  15:31:25
37945         Log: Subject: typo in perlguts.pod
37946              From: "John P. Linderman" <jpl@research.att.com>
37947              Date: Mon, 28 May 2001 09:35:47 -0400 (EDT)
37948              Message-Id: <200105281335.JAA27851@raptor.research.att.com>
37949      Branch: perl
37950            ! pod/perlguts.pod
37951 ____________________________________________________________________________
37952 [ 10256] By: jhi                                   on 2001/05/28  15:30:42
37953         Log: Subject: AIX and gcc (moving targets)
37954              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
37955              Date: Mon, 28 May 2001 12:54:04 +0200
37956              Message-Id: <20010528124531.9FAB.H.M.BRAND@hccnet.nl>
37957      Branch: perl
37958            ! hints/aix.sh
37959 ____________________________________________________________________________
37960 [ 10255] By: jhi                                   on 2001/05/28  15:28:55
37961         Log: Subject: Re: perlio + multiple perl_alloc..destruct
37962              From: Doug MacEachern <dougm@covalent.net>
37963              Date: Sun, 27 May 2001 13:47:13 -0700 (PDT)
37964              Message-ID: <Pine.LNX.4.21.0105271340370.5938-100000@mako.covalent.net>
37965      Branch: perl
37966            ! perlio.c
37967 ____________________________________________________________________________
37968 [ 10254] By: jhi                                   on 2001/05/28  15:27:49
37969         Log: The #10251 wasn't quite up-to-the-code.
37970      Branch: perl
37971            ! t/op/misc.t
37972 ____________________________________________________________________________
37973 [ 10253] By: jhi                                   on 2001/05/28  15:26:39
37974         Log: Test case for bug 20010526.004, fixed in #10252.
37975      Branch: perl
37976            ! t/op/taint.t
37977 ____________________________________________________________________________
37978 [ 10252] By: jhi                                   on 2001/05/28  15:26:14
37979         Log: Subject: Re: [ID 20010526.004] Taint looses value
37980              From: Hugo <hv@crypt.compulink.co.uk>
37981              Date: Sun, 27 May 2001 20:39:32 +0100
37982              Message-Id: <200105271939.UAA27591@crypt.compulink.co.uk>
37983      Branch: perl
37984            ! sv.c
37985 ____________________________________________________________________________
37986 [ 10251] By: jhi                                   on 2001/05/28  15:13:40
37987         Log: Test case for 20010422.005, fixed by #10250.
37988      Branch: perl
37989            ! t/op/misc.t
37990 ____________________________________________________________________________
37991 [ 10250] By: jhi                                   on 2001/05/28  15:11:16
37992         Log: Subject: [PATCH] Re: [ID 20010422.005] perl -e '{s//${}/; //}' # segfaults on FreeBSD 
37993              From: Spider Boardman <spider@Orb.Nashua.NH.US>
37994              Date: Mon, 28 May 2001 06:39:12 -0400
37995              Message-Id: <200105281039.GAA03962@Orb.Nashua.NH.US>
37996      Branch: perl
37997            ! toke.c
37998 ____________________________________________________________________________
37999 [ 10249] By: jhi                                   on 2001/05/28  15:09:24
38000         Log: Linerewrapping.
38001      Branch: perl
38002            ! lib/open.pm
38003 ____________________________________________________________________________
38004 [ 10248] By: jhi                                   on 2001/05/28  15:09:07
38005         Log: Updates on the modules list.
38006      Branch: perl
38007            ! t/lib/1_compile.t
38008 ____________________________________________________________________________
38009 [ 10247] By: jhi                                   on 2001/05/28  15:03:35
38010         Log: Add a test for PerlIO.
38011              
38012              (I probably got the crlf/raw thing wrong for clrfy platforms...)
38013      Branch: perl
38014            + t/lib/perlio.t
38015            ! MANIFEST lib/PerlIO.pm
38016 ____________________________________________________________________________
38017 [ 10246] By: jhi                                   on 2001/05/28  14:24:08
38018         Log: Add a test for carp et alia.
38019      Branch: perl
38020            + t/lib/carp.t
38021            ! MANIFEST
38022 ____________________________________________________________________________
38023 [ 10245] By: jhi                                   on 2001/05/28  13:42:55
38024         Log: Adding the new test would be swell.
38025      Branch: perl
38026            + t/pragma/autouse.t
38027 ____________________________________________________________________________
38028 [ 10244] By: jhi                                   on 2001/05/28  13:42:34
38029         Log: Add a test for the autouse pragma.
38030      Branch: perl
38031            ! MANIFEST
38032 ____________________________________________________________________________
38033 [ 10243] By: jhi                                   on 2001/05/28  13:26:25
38034         Log: Subject: [ID 20010528.001] use autouse 'URI::Escape' => qw(URI::Escape::uri_escape) failed
38035              From: dLux <dlux@spam.sch.bme.hu>
38036              Date: Sun, 27 May 2001 16:14:26 +0200
38037              Message-Id: <E1541JK-0000YC-00@dl.sch.bme.hu>
38038      Branch: perl
38039            ! lib/autouse.pm
38040 ____________________________________________________________________________
38041 [ 10242] By: jhi                                   on 2001/05/28  13:21:50
38042         Log: Subject: [PATCH #2] RE: [ID 20010528.002] dprofpp: "-R" does not work
38043              From: "Richard Soderberg" <rs@crystalflame.net>
38044              Date: Mon, 28 May 2001 03:56:36 -0700
38045              Message-ID: <NAEKLNAAHLMBPMPNBMLEEEFADFAA.rs@crystalflame.net>
38046      Branch: perl
38047            ! utils/dprofpp.PL
38048 ____________________________________________________________________________
38049 [ 10241] By: jhi                                   on 2001/05/28  13:18:56
38050         Log: Subject: Re: [ID 20010522.003] Time::Local module bug
38051              From: "Stephen P. Potter" <spp@spotter.yi.org>
38052              Date: Tue, 22 May 2001 11:40:25 -0400
38053              Message-Id: <20010522154030.584F4729E2@belgarath.spotter.yi.org>
38054              
38055              Subject: Re: [ID 20010522.003] Time::Local module bug
38056              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu> 
38057              Date: Tue, 22 May 2001 11:50:19 -0400
38058              Message-ID: <20010522115019.D48634@linguist.thayer.dartmouth.edu>
38059      Branch: perl
38060            ! lib/Time/Local.pm
38061 ____________________________________________________________________________
38062 [ 10240] By: jhi                                   on 2001/05/27  22:44:49
38063         Log: The PERL_DL_NONLAZY can have whitespace in front.
38064      Branch: perl
38065            ! t/lib/extutils.t
38066 ____________________________________________________________________________
38067 [ 10239] By: jhi                                   on 2001/05/27  21:23:21
38068         Log: Document strftime() and strptime().
38069      Branch: perl
38070            ! ext/POSIX/POSIX.pod ext/Time/Piece/Piece.pm t/lib/time-piece.t
38071 ____________________________________________________________________________
38072 [ 10238] By: jhi                                   on 2001/05/27  20:29:07
38073         Log: Make Time::Piece::strptime() to be a function, not a method.
38074      Branch: perl
38075            ! ext/Time/Piece/Piece.pm t/lib/time-piece.t
38076 ____________________________________________________________________________
38077 [ 10237] By: jhi                                   on 2001/05/27  20:22:09
38078         Log: Tweak the test to be more portable.
38079      Branch: perl
38080            ! t/lib/extutils.t
38081 ____________________________________________________________________________
38082 [ 10236] By: jhi                                   on 2001/05/27  19:15:54
38083         Log: Subject: PATCH: Re: Re: Attributes that tie
38084              From: Leon Brocard <acme@astray.com>
38085              Date: Sun, 27 May 2001 12:37:29 +0100
38086              Message-ID: <20010527123729.A22663@ns0.astray.com>
38087              
38088              Document that variable attributes are not currently usable
38089              for tieing.  (An ugly limitation that should be fixed.)
38090      Branch: perl
38091            ! lib/attributes.pm
38092 ____________________________________________________________________________
38093 [ 10235] By: jhi                                   on 2001/05/27  19:03:31
38094         Log: Microperl tweaks.
38095      Branch: perl
38096            ! Makefile.micro uconfig.h uconfig.sh
38097 ____________________________________________________________________________
38098 [ 10234] By: jhi                                   on 2001/05/27  18:22:09
38099         Log: Add make target for microperl (kind of silly, but convenient).
38100      Branch: perl
38101            ! Makefile.SH
38102 ____________________________________________________________________________
38103 [ 10233] By: jhi                                   on 2001/05/27  18:18:56
38104         Log: O_APPEND and O_TRUNC are not portable.  (Not available e.g.
38105              for microperl.)
38106      Branch: perl
38107            ! doio.c
38108 ____________________________________________________________________________
38109 [ 10232] By: jhi                                   on 2001/05/27  17:57:18
38110         Log: Subject: [PATCH] [ID 19991013.005] utime undef, undef, @files  
38111              From: rspier@pobox.com (Robert Spier)
38112              Date: Sat, 26 May 2001 20:05:23 -0400
38113              Message-ID: <15120.17603.148648.12430@rls.cx>
38114              
38115              Subject: Re: [PATCH] [ID 19991013.005] utime undef, undef, @files
38116              From: rspier@pobox.com (Robert Spier)
38117              Date: Sun, 27 May 2001 00:23:12 -0400
38118              Message-ID: <15120.33072.511966.767230@rls.cx>
38119      Branch: perl
38120            ! doio.c pod/perlfunc.pod
38121 ____________________________________________________________________________
38122 [ 10231] By: jhi                                   on 2001/05/27  15:45:20
38123         Log: Regen toc.  (And add the README.tru64 from #10230 to MANIFEST.)
38124      Branch: perl
38125            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
38126 ____________________________________________________________________________
38127 [ 10230] By: jhi                                   on 2001/05/27  15:41:06
38128         Log: Add README.tru64.
38129      Branch: perl
38130            + README.tru64
38131 ____________________________________________________________________________
38132 [ 10229] By: jhi                                   on 2001/05/27  13:50:57
38133         Log: Integrate Locale::Maketext 1.01 from Sean Burke.
38134      Branch: perl
38135            + lib/Locale/Maketext.pm lib/Locale/Maketext.pod
38136            + lib/Locale/Maketext/TPJ13.pod t/lib/lc-maketext.t
38137            ! MANIFEST
38138 ____________________________________________________________________________
38139 [ 10228] By: jhi                                   on 2001/05/27  13:43:38
38140         Log: Integrate I18N::LangTags from Sean Burke.
38141              
38142              TODO: the language list from RFC 3066 needs to be integrated
38143              and made available somehow.  The list is included in the
38144              I18N-LangTags 0.21 distribution, but it is undocumented
38145              and unconnected to the module.
38146      Branch: perl
38147            + lib/I18N/LangTags.pm t/lib/i18n-langtags.t
38148            ! MANIFEST
38149 ____________________________________________________________________________
38150 [ 10227] By: jhi                                   on 2001/05/27  01:41:33
38151         Log: Allow 'eval "v200"' to work (part of 20000323.059); fix as
38152              envisioned by Sarathy.
38153      Branch: perl
38154            ! t/op/ver.t toke.c
38155 ____________________________________________________________________________
38156 [ 10226] By: jhi                                   on 2001/05/27  00:28:34
38157         Log: Subject: [ID 20010525.001] Pod typo nits fixed
38158              From: lvirden@cas.org
38159              Date: Fri, 25 May 2001 06:57:43 -0400 (EDT)
38160              Message-Id: <200105251057.f4PAvhY13003@lwv26awu.cas.org>
38161              
38162              minus the perlsolaris decimation plus the
38163              
38164              Subject: Re: [ID 20010525.001] Pod typo nits fixed
38165              From: "Philip Newton" <Philip.Newton@gmx.net>
38166              Date: Fri, 25 May 2001 18:05:55 +0200
38167              Message-Id: <200105251604.f4PG4kt15034@chaos.wustl.edu>
38168      Branch: perl
38169            ! README.amiga README.cygwin README.mpeix pod/perl5005delta.pod
38170            ! pod/perldebtut.pod pod/perlebcdic.pod pod/perlfaq3.pod
38171            ! pod/perlhack.pod pod/perltoc.pod pod/perltodo.pod
38172            ! pod/perlutil.pod pod/perlxstut.pod
38173 ____________________________________________________________________________
38174 [ 10225] By: jhi                                   on 2001/05/26  22:38:16
38175         Log: return clauses are nice.
38176      Branch: perl
38177            ! sv.c
38178 ____________________________________________________________________________
38179 [ 10224] By: jhi                                   on 2001/05/26  22:35:31
38180         Log: Subject: change 10199 backwards?
38181              From: Doug MacEachern <dougm@covalent.net>
38182              Date: Sat, 26 May 2001 11:26:07 -0700 (PDT)
38183              Message-ID: <Pine.LNX.4.21.0105261118510.22038-100000@mako.covalent.net>
38184      Branch: perl
38185            ! sv.c
38186 ____________________________________________________________________________
38187 [ 10223] By: jhi                                   on 2001/05/26  22:31:46
38188         Log: Subject: Re: 5.6.*, bleadperl: bugs in pp_concat
38189              From: Hugo <hv@crypt.compulink.co.uk>
38190              Date: Sat, 26 May 2001 17:05:12 +0100
38191              Message-Id: <200105261605.RAA12295@crypt.compulink.co.uk>
38192      Branch: perl
38193            + t/op/gmagic.t
38194            ! MANIFEST doop.c embed.h embed.pl global.sym
38195            ! lib/File/Basename.pm objXSUB.h perlapi.c pod/perlapi.pod
38196            ! pp_hot.c proto.h sv.c sv.h t/pragma/warn/pp_hot
38197 ____________________________________________________________________________
38198 [ 10222] By: jhi                                   on 2001/05/26  22:10:38
38199         Log: Regen headers for #10221.
38200      Branch: perl
38201            ! global.sym objXSUB.h perlapi.c
38202 ____________________________________________________________________________
38203 [ 10221] By: jhi                                   on 2001/05/26  22:06:06
38204         Log: Subject: [ID 20010506.012] Patch for 5.6.1 embed.pl (shared libperl&mod_perl)
38205              From: Juha Laiho <juha.laiho@Elma.Net>
38206              Date: Thu, 3 May 2001 09:51:30 +0300
38207              Message-Id: <200105030651.JAA327254@tokka.elma.fi>
38208      Branch: perl
38209            ! embed.pl
38210 ____________________________________________________________________________
38211 [ 10220] By: jhi                                   on 2001/05/26  22:01:30
38212         Log: Subject: Re: [PATCH] Re: stability of sort()?
38213              From: "John P. Linderman" <jpl@research.att.com>
38214              Date: Sat, 26 May 2001 13:27:19 -0400
38215              Message-Id: <200105261727.NAA06654@raptor.research.att.com>
38216      Branch: perl
38217            ! pod/perlfunc.pod
38218 ____________________________________________________________________________
38219 [ 10219] By: jhi                                   on 2001/05/26  14:02:34
38220         Log: Integrate perlio.
38221      Branch: perl
38222           !> pod/perlguts.pod
38223 ____________________________________________________________________________
38224 [ 10218] By: jhi                                   on 2001/05/26  13:39:52
38225         Log: Subject: [PATCH perl@10210] PerlIO for VMS
38226              From: "Craig A. Berry" <craigberry@mac.com>
38227              Date: Sat, 26 May 2001 09:34:11 -0500
38228              Message-Id: <a05100e0ab734816701a5@[172.16.52.1]>
38229      Branch: perl
38230            ! configure.com doio.c iperlsys.h perlio.c perlio.h perliol.h
38231            ! perlsdio.h vms/ext/Stdio/Stdio.xs vms/gen_shrfls.pl vms/vms.c
38232            ! vms/vmsish.h
38233 ____________________________________________________________________________
38234 [ 10217] By: jhi                                   on 2001/05/26  13:19:05
38235         Log: Subject: patch to fix: [ID 20010524.004] perl5db.pl version 1.12  doesn't stop on breakpoints
38236              From: David Dyck <dcd@tc.fluke.com>
38237              Date: Fri, 25 May 2001 00:03:04 -0700 (PDT)
38238              Message-ID: <Pine.LNX.4.33.0105242354030.17331-100000@dd.tc.fluke.com>
38239      Branch: perl
38240            ! lib/perl5db.pl
38241 ____________________________________________________________________________
38242 [ 10216] By: jhi                                   on 2001/05/26  13:17:47
38243         Log: Subject: utf8 regexp tests
38244              From: Hugo <hv@crypt.compulink.co.uk>
38245              Date: Fri, 25 May 2001 22:35:01 +0100
38246              Message-Id: <200105252135.WAA03197@crypt.compulink.co.uk>
38247      Branch: perl
38248            ! t/op/regexp.t
38249 ____________________________________________________________________________
38250 [ 10215] By: jhi                                   on 2001/05/26  13:15:40
38251         Log: Subject: [PATCH] Re: stability of sort()?
38252              From: Nicholas Clark <nick@ccl4.org>
38253              Date: Fri, 25 May 2001 22:40:19 +0100
38254              Message-ID: <20010525224019.B86445@plum.flirble.org>
38255      Branch: perl
38256            ! pod/perlfunc.pod
38257 ____________________________________________________________________________
38258 [ 10214] By: jhi                                   on 2001/05/26  13:14:30
38259         Log: Subject: Re: [ID 20010426.005] Magic not being removed at scope exit [PATCH]
38260              From: John Peacock <jpeacock@rowman.com>
38261              Date: Thu, 24 May 2001 22:14:01 -0400
38262              Message-ID: <3B0DBFE9.A7C49084@rowman.com>
38263      Branch: perl
38264            ! mg.c scope.c sv.c
38265 ____________________________________________________________________________
38266 [ 10213] By: jhi                                   on 2001/05/26  13:08:56
38267         Log: Subject: [PATCH] Re: [PATCH] Re: h2xs [was Re: HEAR YE, HEAR YE!]
38268              From: Nicholas Clark <nick@ccl4.org>
38269              Date: Sun, 20 May 2001 19:24:13 +0100
38270              Message-ID: <20010520192413.G83222@plum.flirble.org>
38271      Branch: perl
38272            + lib/ExtUtils/Constant.pm t/lib/extutils.t
38273            ! MANIFEST utils/h2xs.PL
38274 ____________________________________________________________________________
38275 [ 10212] By: nick                                  on 2001/05/26  09:49:28
38276         Log: Change perlguts docs to not suggest PUSHi etc. for multiple results,
38277              add a few more notes there on use of mortals on the stack.
38278      Branch: perlio
38279            ! pod/perlguts.pod
38280 ____________________________________________________________________________
38281 [ 10211] By: nick                                  on 2001/05/26  09:05:36
38282         Log: Integrate mainline
38283      Branch: perlio
38284           +> t/lib/fcntl.t t/pragma/vars.t
38285           !> (integrate 49 files)
38286 ____________________________________________________________________________
38287 [ 10210] By: jhi                                   on 2001/05/25  12:29:16
38288         Log: Update Changes.
38289      Branch: perl
38290            ! Changes patchlevel.h
38291 ____________________________________________________________________________
38292 [ 10209] By: jhi                                   on 2001/05/25  12:24:45
38293         Log: Based on
38294              
38295              Subject: [PATCH pp.c] Wrapping pack("C",256)
38296              From: Simon Cozens <simon@netthink.co.uk>
38297              Date: Sat, 12 May 2001 17:58:41 +0100
38298              Message-ID: <20010512175841.A6132@netthink.co.uk>
38299      Branch: perl
38300            ! pod/perldiag.pod pp.c t/pragma/warn/pp
38301 ____________________________________________________________________________
38302 [ 10208] By: jhi                                   on 2001/05/25  01:37:03
38303         Log: Subject: [PATCH] 5.6.1 Term::Cap -- add terminfo fallback
38304              From: "Brendan O'Dea" <bod@compusol.com.au>
38305              Date: Fri, 25 May 2001 11:18:29 +1000
38306              Message-ID: <20010525111829.A28411@compusol.com.au>
38307              
38308              (Slightly modified.)
38309      Branch: perl
38310            ! lib/Term/Cap.pm
38311 ____________________________________________________________________________
38312 [ 10207] By: jhi                                   on 2001/05/25  01:12:14
38313         Log: Subject: Re: [ID 20010506.041] segfault when matching utf8 string 
38314              From: Hugo <hv@crypt.compulink.co.uk>
38315              Date: Fri, 25 May 2001 02:13:25 +0100
38316              Message-Id: <200105250113.CAA23158@crypt.compulink.co.uk>
38317      Branch: perl
38318            ! t/op/misc.t
38319 ____________________________________________________________________________
38320 [ 10206] By: jhi                                   on 2001/05/25  01:07:59
38321         Log: Subject: Re: [ID 20010506.041] segfault when matching utf8 string
38322              From: Inaba Hiroto <hiroto.inaba@toshiba.co.jp>
38323              Date: Fri, 25 May 2001 10:25:36 +0900
38324              Message-Id: <200105250124.KAA19571@toshiba.co.jp> 
38325      Branch: perl
38326            ! regcomp.c regexec.c
38327 ____________________________________________________________________________
38328 [ 10205] By: jhi                                   on 2001/05/25  01:07:00
38329         Log: Subject: [PATCH #2] stash autovivification and method call error messages
38330              From: Ilmari Karonen <iltzu@sci.fi>
38331              Date: Thu, 24 May 2001 01:51:48 +0300 (EET DST)
38332              Message-ID: <Pine.SOL.3.96.1010524013737.18819D-100000@simpukka>
38333      Branch: perl
38334            ! gv.c pp_hot.c t/op/method.t
38335 ____________________________________________________________________________
38336 [ 10204] By: jhi                                   on 2001/05/25  01:03:50
38337         Log: Add make target and documentation for gprof profiling.
38338      Branch: perl
38339            ! Makefile.SH pod/perlhack.pod
38340 ____________________________________________________________________________
38341 [ 10203] By: jhi                                   on 2001/05/24  21:09:36
38342         Log: Subject: Don't think about UTF8 
38343              From: Mike Guy <mjtg@cam.ac.uk> 
38344              Date: Tue, 22 May 2001 14:35:39 +0100
38345              Message-Id: <E152CK3-00028O-00@virgo.cus.cam.ac.uk>
38346      Branch: perl
38347            ! sv.h
38348 ____________________________________________________________________________
38349 [ 10202] By: jhi                                   on 2001/05/24  21:07:25
38350         Log: Subject: [ID 20010524.002] find2perl bug in fileglob_to_re
38351              From: Geraint A Edwards <gedge@serf.org> 
38352              Date: Thu, 24 May 2001 22:51:24 +0100
38353              Message-Id: <20010524225124.A34981@cymru.serf.org>
38354      Branch: perl
38355            ! x2p/find2perl.PL
38356 ____________________________________________________________________________
38357 [ 10201] By: jhi                                   on 2001/05/24  21:02:30
38358         Log: DB_File has its own attribute story.
38359      Branch: perl
38360            ! ext/DB_File/DB_File.xs
38361 ____________________________________________________________________________
38362 [ 10200] By: jhi                                   on 2001/05/24  19:54:21
38363         Log: Subject: Re: Making perl with -Wall
38364              From: Andy Dougherty <doughera@lafayette.edu>
38365              Date: Thu, 24 May 2001 14:33:37 -0400 (EDT)
38366              Message-ID: <Pine.SOL.4.10.10105241415460.2443-100000@maxwell.phys.lafayette.edu>
38367      Branch: perl
38368            ! perl.h
38369 ____________________________________________________________________________
38370 [ 10199] By: jhi                                   on 2001/05/24  15:15:03
38371         Log: Subject: RE: [ID 20010521.003] - [PATCH #2] sv.c: sv_dup_inc(SvRV(sstr)) wasn't checking SvWEAKREF
38372              From: "Richard Soderberg" <rs@crystalflame.net>
38373              Date: Thu, 24 May 2001 08:58:16 -0700
38374              Message-ID: <NAEKLNAAHLMBPMPNBMLEOEPODEAA.rs@crystalflame.net>
38375      Branch: perl
38376            ! sv.c
38377 ____________________________________________________________________________
38378 [ 10198] By: jhi                                   on 2001/05/24  15:10:04
38379         Log: IV/UV casting fixes from Nicholas Clark.
38380      Branch: perl
38381            ! perl.h pp_sys.c util.c
38382 ____________________________________________________________________________
38383 [ 10197] By: jhi                                   on 2001/05/24  14:19:44
38384         Log: Subject: Re: Making perl with -Wall
38385              From: Michael G Schwern <schwern@pobox.com>
38386              Date: Thu, 24 May 2001 15:40:28 +0100
38387              Message-ID: <20010524154028.B1988@blackrider.blackstar.co.uk>
38388      Branch: perl
38389            ! malloc.c perl.h
38390 ____________________________________________________________________________
38391 [ 10196] By: jhi                                   on 2001/05/24  14:04:41
38392         Log: Subject: [PATCH] Re: [ID 20010521.004] Two test suite failures on this platform with latest rsync 
38393              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
38394              Date: Tue, 22 May 2001 11:49:37 +0200
38395              Message-Id: <20010522114044.BC4E.H.M.BRAND@hccnet.nl>
38396      Branch: metaconfig
38397            ! U/modified/Oldsym.U
38398      Branch: metaconfig/U/perl
38399            ! patchlevel.U
38400      Branch: perl
38401            ! Configure config_h.SH myconfig.SH
38402 ____________________________________________________________________________
38403 [ 10195] By: jhi                                   on 2001/05/24  13:25:04
38404         Log: Under versiononly install also the scripts with the version suffix.
38405              (e.g. .../bin/h2xs5.7.1)
38406      Branch: perl
38407            ! installperl
38408 ____________________________________________________________________________
38409 [ 10194] By: jhi                                   on 2001/05/24  13:02:49
38410         Log: Subject: [PATCH] Stop segfault in mg.c:636
38411              From: "Richard Soderberg" <rs@crystalflame.net>
38412              Date: Thu, 24 May 2001 05:51:52 -0700
38413              Message-ID: <NAEKLNAAHLMBPMPNBMLEGEPGDEAA.rs@crystalflame.net>
38414      Branch: perl
38415            ! mg.c
38416 ____________________________________________________________________________
38417 [ 10193] By: jhi                                   on 2001/05/24  12:37:13
38418         Log: Iteration continues; hopefully convergently.
38419      Branch: perl
38420            ! t/lib/b-stash.t
38421 ____________________________________________________________________________
38422 [ 10192] By: jhi                                   on 2001/05/24  12:36:35
38423         Log: Subject: [PATCH] CORE::GLOBAL::require override happens too early
38424              From: Gisle Aas <gisle@ActiveState.com>
38425              Date: 23 May 2001 16:13:10 -0700
38426              Message-ID: <lrofsjfym1.fsf@caliper.ActiveState.com>
38427      Branch: perl
38428            ! op.c toke.c
38429 ____________________________________________________________________________
38430 [ 10191] By: jhi                                   on 2001/05/24  12:25:12
38431         Log: Subject: [PATCH] lib/dumpvar.pl, lib/perl5db.pl - fix warnings
38432              From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
38433              Date: Thu, 24 May 2001 05:05:22 -0500
38434              Message-ID: <20010524050522.A18997@staff1.cso.uiuc.edu>
38435      Branch: perl
38436            ! lib/dumpvar.pl lib/perl5db.pl
38437 ____________________________________________________________________________
38438 [ 10190] By: jhi                                   on 2001/05/24  12:24:07
38439         Log: Subject: Re: [ID 20010524.001] perl5db.pl   x @INC  doesn't work like it used to
38440              From: David Dyck <dcd@tc.fluke.com>
38441              Date: Thu, 24 May 2001 01:42:09 -0700 (PDT)
38442              Message-ID: <Pine.LNX.4.33.0105240134580.5179-100000@dd.tc.fluke.com>
38443      Branch: perl
38444            ! lib/perl5db.pl
38445 ____________________________________________________________________________
38446 [ 10189] By: jhi                                   on 2001/05/23  22:43:31
38447         Log: Tiny pod nits on READMEs, mostly whitespace issues.
38448      Branch: perl
38449            ! README.amiga README.dos README.macos README.mpeix README.vmesa
38450            ! README.win32
38451 ____________________________________________________________________________
38452 [ 10188] By: jhi                                   on 2001/05/23  22:26:03
38453         Log: The DG/UX part of the 20010521.005.
38454      Branch: perl
38455            ! README.dgux
38456 ____________________________________________________________________________
38457 [ 10187] By: jhi                                   on 2001/05/23  22:04:05
38458         Log: Subject: Re: [ID 20000716.007] \G in a m//g expression causes problems 
38459              From: Hugo <hv@crypt.compulink.co.uk>
38460              Date: Mon, 21 May 2001 16:32:02 +0100
38461              Message-Id: <200105211532.QAA03999@crypt.compulink.co.uk>
38462      Branch: perl
38463            ! regcomp.c t/op/misc.t
38464 ____________________________________________________________________________
38465 [ 10186] By: jhi                                   on 2001/05/23  21:42:15
38466         Log: Subject: [PATCH] Extra UNIVERSAL tests
38467              From: Mike Guy <mjtg@cam.ac.uk>
38468              Date: Wed, 23 May 2001 12:29:20 +0100
38469              Message-Id: <E152WpM-0001yP-00@virgo.cus.cam.ac.uk>
38470      Branch: perl
38471            ! t/op/universal.t
38472 ____________________________________________________________________________
38473 [ 10185] By: jhi                                   on 2001/05/23  21:38:48
38474         Log: Subject: [PATCH] Remove EQ keyword
38475              From: Mike Guy <mjtg@cam.ac.uk>
38476              Message-Id: <E152Vhp-00072x-00@virgo.cus.cam.ac.uk>
38477              Date: Wed, 23 May 2001 11:17:29 +0100
38478      Branch: perl
38479            ! keywords.h keywords.pl
38480 ____________________________________________________________________________
38481 [ 10184] By: jhi                                   on 2001/05/23  21:29:41
38482         Log: Subject: [PATCH] lib/perl5db.pl
38483              From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
38484              Date: Wed, 23 May 2001 02:18:03 -0500
38485              Message-ID: <20010523021803.A21965@staff1.cso.uiuc.edu>
38486      Branch: perl
38487            ! lib/perl5db.pl
38488 ____________________________________________________________________________
38489 [ 10183] By: jhi                                   on 2001/05/23  21:27:54
38490         Log: Subject: [PATCH lib/Term/Cap.pm] Avoid -W warnings in Tgetent and Tputs
38491              From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
38492              Date: Tue, 22 May 2001 23:34:41 -0500
38493              Message-ID: <20010522233441.A12431@staff1.cso.uiuc.edu>
38494      Branch: perl
38495            ! lib/Term/Cap.pm
38496 ____________________________________________________________________________
38497 [ 10182] By: jhi                                   on 2001/05/23  21:24:30
38498         Log: Subject: [PATCH emacs/e2ctags.pl] big speedup
38499              From: davem@fdgroup.co.uk
38500              Date: Tue, 22 May 2001 22:08:09 +0100 (BST)
38501              Message-Id: <200105222108.WAA09442@gizmo.fdgroup.co.uk>
38502      Branch: perl
38503            ! emacs/e2ctags.pl
38504 ____________________________________________________________________________
38505 [ 10181] By: jhi                                   on 2001/05/23  21:23:29
38506         Log: Subject: [PATCH lib/vars.pm] Sensible minimum version
38507              From: Michael G Schwern <schwern@pobox.com>
38508              Date: Tue, 22 May 2001 14:15:09 +0100
38509              Message-ID: <20010522141509.J701@blackrider.blackstar.co.uk>
38510      Branch: perl
38511            ! lib/vars.pm
38512 ____________________________________________________________________________
38513 [ 10180] By: jhi                                   on 2001/05/23  21:22:14
38514         Log: Subject: [PATCH lib/vars.pm] Odd code nit
38515              From: Michael G Schwern <schwern@pobox.com>
38516              Date: Tue, 22 May 2001 14:14:28 +0100
38517              Message-ID: <20010522141427.I701@blackrider.blackstar.co.uk>
38518      Branch: perl
38519            ! lib/vars.pm
38520 ____________________________________________________________________________
38521 [ 10179] By: jhi                                   on 2001/05/23  21:19:51
38522         Log: Use the new use vars feature.
38523      Branch: perl
38524            ! t/lib/b-stash.t
38525 ____________________________________________________________________________
38526 [ 10178] By: jhi                                   on 2001/05/23  21:19:28
38527         Log: Subject: [PATCH] vars.pm to support qualified variables (was Re: [ID 20010521.001])
38528              From: Mike Guy <mjtg@cam.ac.uk>
38529              Sender: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
38530              Date: Tue, 22 May 2001 13:11:39 +0100
38531      Branch: perl
38532            + t/pragma/vars.t
38533            ! MANIFEST lib/vars.pm t/lib/1_compile.t
38534 ____________________________________________________________________________
38535 [ 10177] By: jhi                                   on 2001/05/23  21:01:48
38536         Log: -qlongdouble considered harmful by Merijn.
38537      Branch: perl
38538            ! hints/aix.sh
38539 ____________________________________________________________________________
38540 [ 10176] By: jhi                                   on 2001/05/21  13:21:21
38541         Log: Update Changes.
38542      Branch: perl
38543            ! Changes patchlevel.h
38544 ____________________________________________________________________________
38545 [ 10175] By: jhi                                   on 2001/05/21  13:17:28
38546         Log: Add a test of its very own for Fcntl.  Hopefully portable.
38547      Branch: perl
38548            + t/lib/fcntl.t
38549            ! MANIFEST
38550 ____________________________________________________________________________
38551 [ 10174] By: jhi                                   on 2001/05/21  12:45:41
38552         Log: Must be trickier for 'minitest' not to die.
38553      Branch: perl
38554            ! t/op/taint.t
38555 ____________________________________________________________________________
38556 [ 10173] By: jhi                                   on 2001/05/21  11:24:43
38557         Log: Can't declare other people's variables.
38558      Branch: perl
38559            ! t/lib/b-stash.t
38560 ____________________________________________________________________________
38561 [ 10172] By: jhi                                   on 2001/05/20  20:33:08
38562         Log: Fix for ID 20010519.003: sysopen() wasn't tainting :-(
38563      Branch: perl
38564            ! doio.c t/op/taint.t
38565 ____________________________________________________________________________
38566 [ 10171] By: jhi                                   on 2001/05/20  20:18:45
38567         Log: The OS/2 variable needs to be declared.
38568      Branch: perl
38569            ! t/lib/b-stash.t
38570 ____________________________________________________________________________
38571 [ 10170] By: nick                                  on 2001/05/20  16:48:29
38572         Log: Integrate mainline
38573      Branch: perlio
38574           !> (integrate 41 files)
38575 ____________________________________________________________________________
38576 [ 10169] By: jhi                                   on 2001/05/20  11:50:20
38577         Log: Small perlsec updates: clarify the taintedness of filename
38578              globbing; suggest using Scalar::Util::tainted().
38579      Branch: perl
38580            ! pod/perlsec.pod
38581 ____________________________________________________________________________
38582 [ 10168] By: jhi                                   on 2001/05/20  11:24:11
38583         Log: Subject: [PATCH 5.7.1@10135] [LARGE!] symbolic magic
38584              From: Dave Mitchell <davem@fdgroup.co.uk>
38585              Date: Sat, 19 May 2001 20:12:56 +0100 (BST)
38586              Message-Id: <200105191912.UAA23925@gizmo.fdgroup.co.uk>
38587      Branch: perl
38588            ! av.c cc_runtime.h doop.c dump.c gv.c hv.c mg.c op.c perl.c
38589            ! perl.h perlio.c pod/perlguts.pod pp.c pp_ctl.c pp_hot.c
38590            ! pp_sys.c regexec.c scope.c sv.c t/lib/peek.t taint.c util.c
38591            ! xsutils.c
38592 ____________________________________________________________________________
38593 [ 10167] By: jhi                                   on 2001/05/20  11:12:14
38594         Log: Subject: [PATCH 5.6.1] DLL descriptions on OS/2
38595              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
38596              Date: Sat, 19 May 2001 04:08:46 -0400
38597              Message-ID: <20010519040846.A16969@math.ohio-state.edu>
38598      Branch: perl
38599            ! lib/ExtUtils/Mksymlists.pm makedef.pl
38600 ____________________________________________________________________________
38601 [ 10166] By: jhi                                   on 2001/05/20  11:08:27
38602         Log: Subject: [PATCH 5.6.1] DLL name mangling on OS/2
38603              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
38604              Date: Sat, 19 May 2001 04:30:45 -0400
38605              Message-ID: <20010519043045.A17033@math.ohio-state.edu>
38606      Branch: perl
38607            ! os2/os2.c
38608 ____________________________________________________________________________
38609 [ 10165] By: jhi                                   on 2001/05/20  11:07:06
38610         Log: Subject: [PATCH 5.6.1] build bugs OS/2
38611              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
38612              Date: Sat, 19 May 2001 04:35:28 -0400
38613              Message-ID: <20010519043528.A17363@math.ohio-state.edu>
38614      Branch: perl
38615            ! os2/Makefile.SHs os2/os2.c
38616 ____________________________________________________________________________
38617 [ 10164] By: jhi                                   on 2001/05/20  11:06:01
38618         Log: Subject: [PATCH 5.6.1] Mis-Failing tests
38619              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
38620              Date: Sat, 19 May 2001 04:04:23 -0400
38621              Message-ID: <20010519040423.A16861@math.ohio-state.edu>
38622              
38623              (In bleadperl patched b-stash.t instead of b.t)
38624      Branch: perl
38625            ! t/lib/b-stash.t t/lib/bigfltpm.t
38626 ____________________________________________________________________________
38627 [ 10163] By: jhi                                   on 2001/05/20  10:59:46
38628         Log: Subject: [PATCH 5.6.1] perl5db
38629              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
38630              Date: Sat, 19 May 2001 03:49:09 -0400
38631              Message-ID: <20010519034909.A14902@math.ohio-state.edu>
38632      Branch: perl
38633            ! lib/perl5db.pl
38634 ____________________________________________________________________________
38635 [ 10162] By: jhi                                   on 2001/05/20  10:58:18
38636         Log: Subject: [PATCH] require $mod where $mod has touched numeric context
38637              From: Gisle Aas <gisle@ActiveState.com>
38638              Date: 18 May 2001 14:24:51 -0700
38639              Message-ID: <lr3da2cpuk.fsf@caliper.ActiveState.com>
38640      Branch: perl
38641            ! pp_ctl.c
38642 ____________________________________________________________________________
38643 [ 10161] By: jhi                                   on 2001/05/20  10:57:00
38644         Log: Subject: [PATCH] Chomp should not always stringify
38645              From: Gisle Aas <gisle@ActiveState.com>
38646              Date: 18 May 2001 07:55:25 -0700
38647              Message-ID: <lrk83eogf6.fsf@caliper.ActiveState.com>
38648      Branch: perl
38649            ! doop.c t/op/chop.t
38650 ____________________________________________________________________________
38651 [ 10160] By: jhi                                   on 2001/05/20  10:49:40
38652         Log: Integrate perlio.
38653      Branch: perl
38654           !> pod/perlfunc.pod
38655 ____________________________________________________________________________
38656 [ 10159] By: nick                                  on 2001/05/20  09:39:46
38657         Log: Document some more of open's features.
38658      Branch: perlio
38659            ! pod/perlfunc.pod
38660 ____________________________________________________________________________
38661 [ 10158] By: gsar                                  on 2001/05/18  18:43:38
38662         Log: back out change#10153 (it has compatibility issues such as the
38663              changed behavior of /[~%@+-]/, and after talking to Jarkko, the
38664              benefit for 5.6.x doesn't seem worth the risk)
38665      Branch: maint-5.6/perl
38666            ! toke.c
38667 ____________________________________________________________________________
38668 [ 10157] By: jhi                                   on 2001/05/18  17:05:40
38669         Log: \$escaping the $vars in !GROK!THIS! section is a good idea.
38670      Branch: perl
38671            ! x2p/s2p.PL
38672 ____________________________________________________________________________
38673 [ 10156] By: jhi                                   on 2001/05/18  12:06:40
38674         Log: Update Changes.
38675      Branch: perl
38676            ! Changes patchlevel.h
38677 ____________________________________________________________________________
38678 [ 10155] By: jhi                                   on 2001/05/18  11:58:57
38679         Log: Integrate change #10144 from maintperl.
38680              
38681              s/CONFIGDOTSH/PERL_CONFIG_SH/ for Win32, too.
38682      Branch: perl
38683           !> win32/config.bc win32/config.gc win32/config.vc
38684           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
38685 ____________________________________________________________________________
38686 [ 10154] By: nick                                  on 2001/05/18  07:23:03
38687         Log: Integrate mainline.
38688      Branch: perlio
38689           +> README.dgux t/lib/i18n-collate.t utils.lst
38690           !> (integrate 49 files)
38691 ____________________________________________________________________________
38692 [ 10153] By: jhi                                   on 2001/05/18  00:41:51
38693         Log: Integrate change #7224 from mainline into maintperl.
38694              
38695              Allow @+ and @- to be doublequoted, from Simon Cozens. 
38696              (Approved by Larry, see Tom's comment in 20000830.005.)
38697      Branch: maint-5.6/perl
38698           !> toke.c
38699 ____________________________________________________________________________
38700 [ 10152] By: jhi                                   on 2001/05/17  23:18:15
38701         Log: Subject: [PATCH bleadperl] small lookbehind fix
38702              From: Hugo <hv@crypt.compulink.co.uk>
38703              Date: Fri, 18 May 2001 00:07:19 +0100
38704              Message-Id: <200105172307.AAA06142@crypt.compulink.co.uk>
38705      Branch: perl
38706            ! regexec.c
38707 ____________________________________________________________________________
38708 [ 10151] By: jhi                                   on 2001/05/17  22:00:06
38709         Log: Detypos.
38710      Branch: perl
38711            ! installman utils.lst
38712 ____________________________________________________________________________
38713 [ 10150] By: jhi                                   on 2001/05/17  20:32:48
38714         Log: Add better debug to glob/basic #8 as suggested by Nick Clark
38715              in 20001222.001.
38716      Branch: perl
38717            ! t/lib/glob-basic.t
38718 ____________________________________________________________________________
38719 [ 10149] By: jhi                                   on 2001/05/17  20:08:58
38720         Log: Subject: [PATCH] Test for bug 20010515.004
38721              From: Benjamin Sugars <bsugars@canoe.ca>
38722              Date: Thu, 17 May 2001 15:48:18 -0400 (EDT)
38723              Message-ID: <Pine.LNX.4.21.0105171544270.9064-100000@marmot.rim.canoe.ca>
38724      Branch: perl
38725            ! t/op/misc.t
38726 ____________________________________________________________________________
38727 [ 10148] By: jhi                                   on 2001/05/17  20:06:23
38728         Log: Integrate #10145 from maintperl.
38729              
38730              fix for ID 20010515.004 (needs test)
38731      Branch: perl
38732           !> pp_hot.c
38733 ____________________________________________________________________________
38734 [ 10147] By: jhi                                   on 2001/05/17  19:10:46
38735         Log: Thinko noticed by Doug MacEachern.
38736      Branch: perl
38737            ! thread.h
38738 ____________________________________________________________________________
38739 [ 10146] By: jhi                                   on 2001/05/17  17:30:37
38740         Log: Subject: Re: [PATCH] HERE mark in regex
38741              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
38742              Date: Thu, 17 May 2001 12:20:33 -0400
38743              Message-ID: <20010517122033.B1547290@linguist.thayer.dartmouth.edu> 
38744      Branch: perl
38745            ! t/op/re_tests
38746 ____________________________________________________________________________
38747 [ 10145] By: gsar                                  on 2001/05/17  16:59:55
38748         Log: fix for ID 20010515.004 (needs test)
38749      Branch: maint-5.6/perl
38750            ! pp_hot.c
38751 ____________________________________________________________________________
38752 [ 10144] By: gsar                                  on 2001/05/17  16:39:02
38753         Log: s/CONFIGDOTSH/PERL_CONFIG_SH/g
38754      Branch: maint-5.6/perl
38755            ! win32/config.bc win32/config.gc win32/config.vc
38756            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
38757 ____________________________________________________________________________
38758 [ 10143] By: jhi                                   on 2001/05/17  14:21:08
38759         Log: Macrofy the getspecific (and use it also in util.c)
38760      Branch: perl
38761            ! thread.h util.c
38762 ____________________________________________________________________________
38763 [ 10142] By: jhi                                   on 2001/05/17  01:43:50
38764         Log: Use the unchecked thread-specific key fetch also in Tru64.
38765      Branch: perl
38766            ! thread.h
38767 ____________________________________________________________________________
38768 [ 10141] By: jhi                                   on 2001/05/17  01:41:07
38769         Log: Subject: [PATCH 5.6.1]Quick thread speedup
38770              From: Dan Sugalski <dan@sidhe.org> 
38771              Date: Wed, 16 May 2001 18:05:19 -0400
38772              Message-Id: <5.1.0.14.0.20010516175826.01afde08@24.8.96.48>
38773      Branch: perl
38774            ! thread.h util.c
38775 ____________________________________________________________________________
38776 [ 10140] By: jhi                                   on 2001/05/16  19:58:29
38777         Log: I think this is quite enough testing for a deprecated feature.
38778      Branch: perl
38779            + t/lib/i18n-collate.t
38780            ! MANIFEST t/lib/1_compile.t
38781 ____________________________________________________________________________
38782 [ 10139] By: jhi                                   on 2001/05/16  18:47:03
38783         Log: More HP-UX lore from Jeff Okamoto.
38784      Branch: perl
38785            ! README.hpux
38786 ____________________________________________________________________________
38787 [ 10138] By: jhi                                   on 2001/05/16  18:21:04
38788         Log: Sort utils.lst for easier maintenance.
38789      Branch: perl
38790            ! utils.lst
38791 ____________________________________________________________________________
38792 [ 10137] By: jhi                                   on 2001/05/16  18:12:01
38793         Log: Subject: Re: [PATCH] Abstract "utility" information from installman
38794              From: Tim Jenness <t.jenness@jach.hawaii.edu>
38795              Date: Wed, 16 May 2001 08:59:59 -1000 (HST)
38796              Message-ID: <Pine.LNX.4.33.0105160858480.2488-100000@lapaki.jach.hawaii.edu>
38797              
38798              Add pod2latex to utils.lst.
38799      Branch: perl
38800            ! MANIFEST utils.lst
38801 ____________________________________________________________________________
38802 [ 10136] By: jhi                                   on 2001/05/16  18:00:00
38803         Log: Subject: Re: [PATCH] HERE mark in regex
38804              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
38805              Date: Wed, 16 May 2001 13:04:43 -0400
38806              Message-ID: <20010516130443.E1516273@linguist.thayer.dartmouth.edu> 
38807      Branch: perl
38808            ! pod/perldiag.pod regcomp.c t/op/misc.t t/op/re_tests
38809            ! t/op/regmesg.t t/pragma/warn/regcomp
38810 ____________________________________________________________________________
38811 [ 10135] By: jhi                                   on 2001/05/16  17:51:50
38812         Log: Subject: Re: [PATCH] Abstract "utility" information from installman
38813              From: Simon Cozens <simon@netthink.co.uk>
38814              Date: Wed, 16 May 2001 18:02:08 +0100
38815              Message-ID: <20010516180208.A6458@netthink.co.uk>
38816      Branch: perl
38817            ! installman utils.lst
38818 ____________________________________________________________________________
38819 [ 10134] By: jhi                                   on 2001/05/16  17:47:26
38820         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
38821              From: "Philip Newton" <pnewton@gmx.de>
38822              Date: Tue, 15 May 2001 15:09:30 +0200
38823              Message-ID: <3B0146AA.2839.17BFDA6@localhost>
38824              
38825              Test case for #10128.
38826      Branch: perl
38827            ! t/pragma/warn/pp_hot
38828 ____________________________________________________________________________
38829 [ 10133] By: jhi                                   on 2001/05/16  15:12:52
38830         Log: Update Changes.
38831      Branch: perl
38832            ! Changes patchlevel.h
38833 ____________________________________________________________________________
38834 [ 10132] By: jhi                                   on 2001/05/16  14:50:55
38835         Log: Deprecate pseudo-hashes.
38836      Branch: perl
38837            ! pod/perl572delta.pod pod/perlref.pod pod/perltodo.pod
38838 ____________________________________________________________________________
38839 [ 10131] By: jhi                                   on 2001/05/16  14:26:01
38840         Log: HP-UX hints update from Merijn.
38841      Branch: perl
38842            ! hints/hpux.sh
38843 ____________________________________________________________________________
38844 [ 10130] By: jhi                                   on 2001/05/16  14:23:01
38845         Log: README.hpux update from Merijn.
38846      Branch: perl
38847            ! README.hpux
38848 ____________________________________________________________________________
38849 [ 10129] By: jhi                                   on 2001/05/16  14:18:56
38850         Log: Subject: Re: [PATCH] Abstract "utility" information from installman
38851              From: Simon Cozens <simon@netthink.co.uk>
38852              Date: Wed, 16 May 2001 15:57:55 +0100
38853              Message-ID: <20010516155755.A4728@netthink.co.uk>
38854      Branch: perl
38855            + utils.lst
38856            ! MANIFEST installman installperl
38857 ____________________________________________________________________________
38858 [ 10128] By: jhi                                   on 2001/05/16  14:15:36
38859         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
38860              From: "Philip Newton" <pnewton@gmx.de>
38861              Date: Tue, 15 May 2001 16:31:05 +0200
38862              Message-ID: <3B0159C9.1905.1C6AEF9@localhost>
38863              
38864              Fix PERL_Y2KWARN test to check before rather than after appending.
38865      Branch: perl
38866            ! pp_hot.c
38867 ____________________________________________________________________________
38868 [ 10127] By: jhi                                   on 2001/05/16  14:08:15
38869         Log: Regen Porting stuff.
38870      Branch: perl
38871            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
38872            ! config_h.SH
38873 ____________________________________________________________________________
38874 [ 10126] By: jhi                                   on 2001/05/16  13:41:50
38875         Log: Metaconfig unit change for #10125.
38876      Branch: metaconfig
38877            ! U/modified/Oldconfig.U
38878 ____________________________________________________________________________
38879 [ 10125] By: jhi                                   on 2001/05/16  13:41:35
38880         Log: Use OSVERS.
38881      Branch: perl
38882            ! Configure config_h.SH perl.c
38883 ____________________________________________________________________________
38884 [ 10124] By: jhi                                   on 2001/05/16  13:41:09
38885         Log: Regen toc.
38886      Branch: perl
38887            ! pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
38888 ____________________________________________________________________________
38889 [ 10123] By: jhi                                   on 2001/05/16  13:25:38
38890         Log: Adding the README.dgux to the MANIFEST would be a good idea.
38891      Branch: perl
38892            ! MANIFEST
38893 ____________________________________________________________________________
38894 [ 10122] By: jhi                                   on 2001/05/16  13:08:33
38895         Log: Move the stack desire definition to thread.h.
38896      Branch: perl
38897            ! ext/Thread/Thread.xs thread.h
38898 ____________________________________________________________________________
38899 [ 10121] By: jhi                                   on 2001/05/16  13:00:12
38900         Log: DG-UX threading patches, including a README.dgux,
38901              from Takis Psarogiannakopoulos.
38902      Branch: perl
38903            + README.dgux
38904            ! config_h.SH ext/Thread/Thread.xs hints/dgux.sh perl.c
38905 ____________________________________________________________________________
38906 [ 10120] By: jhi                                   on 2001/05/16  12:55:33
38907         Log: Subject: [PATCH B::Deparse] More on /x regexes
38908              From: Robin Houston <robin@kitsite.com>
38909              Date: Tue, 15 May 2001 19:09:35 +0100
38910              Message-ID: <20010515190935.A27268@penderel>
38911      Branch: perl
38912            ! ext/B/B/Deparse.pm
38913 ____________________________________________________________________________
38914 [ 10119] By: jhi                                   on 2001/05/16  12:45:29
38915         Log: Document that the core time() may be rounding rather
38916              than truncating, would have saved at least my confusion.
38917      Branch: perl
38918            ! ext/Time/HiRes/HiRes.pm
38919 ____________________________________________________________________________
38920 [ 10118] By: jhi                                   on 2001/05/16  12:37:57
38921         Log: Subject: perl-current/t/time-hires.t
38922              From: John Peacock <jpeacock@rowman.com>
38923              Date: Fri, 11 May 2001 14:09:41 -0400
38924              Message-ID: <3AFC2AE5.5E787E54@rowman.com>
38925      Branch: perl
38926            ! t/lib/time-hires.t
38927 ____________________________________________________________________________
38928 [ 10117] By: jhi                                   on 2001/05/15  13:40:33
38929         Log: Subject: [PATCH dump.c] Op private flags
38930              From: Simon Cozens <simon@netthink.co.uk>
38931              Date: Sun, 13 May 2001 20:20:36 +0100
38932              Message-ID: <20010513202036.A21896@netthink.co.uk>
38933      Branch: perl
38934            ! dump.c
38935 ____________________________________________________________________________
38936 [ 10116] By: jhi                                   on 2001/05/15  13:28:26
38937         Log: Upgrade to Switch 2.03.
38938      Branch: perl
38939            ! lib/Switch.pm
38940 ____________________________________________________________________________
38941 [ 10115] By: jhi                                   on 2001/05/15  13:19:01
38942         Log: Integrate change #10113 from mainline: rename CONFIGDOTSH
38943              to PERL_CONFIG_SH and use it consistently.
38944      Branch: maint-5.6/perl
38945           !> Configure Makefile.SH Policy_sh.SH cflags.SH config_h.SH
38946           !> configpm configure.com makeaperl.SH makedepend.SH makedir.SH
38947           !> myconfig.SH writemain.SH
38948 ____________________________________________________________________________
38949 [ 10114] By: jhi                                   on 2001/05/15  13:13:21
38950         Log: Metaconfig units changes for #10113.
38951      Branch: metaconfig
38952            ! U/modified/Config_h.U U/modified/Extract.U U/modified/Oldsym.U
38953 ____________________________________________________________________________
38954 [ 10113] By: jhi                                   on 2001/05/15  13:12:40
38955         Log: The problem described in 20010514.031 still wasn't
38956              fully cured, there were remnants of $CONFIG when
38957              $CONFIGDOTSH was expected.  Now renamed to PERL_CONFIG_SH
38958              to avoid future conflicts.
38959      Branch: perl
38960            ! Configure Makefile.SH Policy_sh.SH cflags.SH config_h.SH
38961            ! configpm configure.com makeaperl.SH makedepend.SH makedir.SH
38962            ! myconfig.SH writemain.SH
38963 ____________________________________________________________________________
38964 [ 10112] By: jhi                                   on 2001/05/15  11:55:44
38965         Log: Half of #10107 got lost.
38966      Branch: perl
38967            ! ext/B/B/Deparse.pm
38968 ____________________________________________________________________________
38969 [ 10111] By: nick                                  on 2001/05/15  08:39:14
38970         Log: Integrate mainline.
38971      Branch: perlio
38972           +> ext/POSIX/hints/uts.pl
38973            - Todo Todo-5.6 t/camel-III/vstring.t
38974           !> (integrate 48 files)
38975 ____________________________________________________________________________
38976 [ 10110] By: jhi                                   on 2001/05/15  02:04:05
38977         Log: Subject: [PATCH TestInit.pm] Give Deparse tester a fair chance
38978              From: Robin Houston <robin@kitsite.com>
38979              Date: Mon, 14 May 2001 22:27:08 +0100
38980              Message-ID: <20010514222708.A22963@penderel>
38981      Branch: perl
38982            ! t/TestInit.pm
38983 ____________________________________________________________________________
38984 [ 10109] By: jhi                                   on 2001/05/15  02:03:12
38985         Log: Subject: [PATCH B::Deparse] Lvaluable method calls
38986              From: Robin Houston <robin@kitsite.com>
38987              Date: Mon, 14 May 2001 22:16:43 +0100
38988              Message-ID: <20010514221643.A22437@penderel>
38989      Branch: perl
38990            ! ext/B/B/Deparse.pm
38991 ____________________________________________________________________________
38992 [ 10108] By: jhi                                   on 2001/05/15  02:02:17
38993         Log: Subject: [PATCH B::Deparse] C<$foo =~ give_me_a_regex>; /x modifier
38994              From: Robin Houston <robin@kitsite.com>
38995              Date: Mon, 14 May 2001 22:03:44 +0100
38996              Message-ID: <20010514220344.A20643@penderel>
38997      Branch: perl
38998            ! ext/B/B/Deparse.pm
38999 ____________________________________________________________________________
39000 [ 10107] By: jhi                                   on 2001/05/15  02:01:24
39001         Log: Subject: [PATCH B::Deparse] "${foo}_bar"
39002              From: Robin Houston <robin@kitsite.com>
39003              Date: Mon, 14 May 2001 22:10:07 +0100
39004              Message-ID: <20010514221007.A21118@penderel>
39005      Branch: perl
39006            ! ext/B/B/Deparse.pm
39007 ____________________________________________________________________________
39008 [ 10106] By: jhi                                   on 2001/05/15  01:41:26
39009         Log: Fix for 20010514.037; substr() didn't invalidate the locale
39010              collation magic.
39011      Branch: perl
39012            ! pp.c
39013 ____________________________________________________________________________
39014 [ 10105] By: jhi                                   on 2001/05/14  18:18:24
39015         Log: Update Changes.
39016      Branch: perl
39017            ! Changes patchlevel.h
39018 ____________________________________________________________________________
39019 [ 10104] By: jhi                                   on 2001/05/14  18:09:07
39020         Log: Retract #10094.
39021      Branch: perl
39022            ! lib/Pod/Text.pm
39023 ____________________________________________________________________________
39024 [ 10103] By: jhi                                   on 2001/05/14  15:20:58
39025         Log: Integrate change #10100 from maintperl.
39026              
39027              PL_last_in_gv may not be a GV if it was a stale filehandle (fix for
39028              bug ID 20010514.027)
39029      Branch: perl
39030           !> mg.c pp_ctl.c
39031 ____________________________________________________________________________
39032 [ 10102] By: jhi                                   on 2001/05/14  15:19:21
39033         Log: Document the deprecatedness of suidperl.
39034      Branch: perl
39035            ! INSTALL pod/perlfaq1.pod
39036 ____________________________________________________________________________
39037 [ 10101] By: jhi                                   on 2001/05/14  14:54:31
39038         Log: Subject: Re: [ID 20010514.022] Makemaker a bit too prefix-happy
39039              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
39040              Date: Mon, 14 May 2001 09:38:59 -0400
39041              Message-ID: <20010514093859.A1479715@linguist.thayer.dartmouth.edu>
39042      Branch: perl
39043            ! lib/ExtUtils/MM_Unix.pm
39044 ____________________________________________________________________________
39045 [ 10100] By: gsar                                  on 2001/05/14  14:43:50
39046         Log: PL_last_in_gv may not be a GV if it was a stale filehandle (fix for
39047              bug ID 20010514.027)
39048              
39049              TODO: this needs a testsuite addition
39050      Branch: maint-5.6/perl
39051            ! mg.c pp_ctl.c
39052 ____________________________________________________________________________
39053 [ 10099] By: jhi                                   on 2001/05/14  13:42:38
39054         Log: More DWIMminess for Class::Struct: calling the array or hash
39055              accessors only with one argument, an array or a hash reference,
39056              sets the underlying array or hash.  This mirrors nicely also
39057              the usage in the constructor.
39058              From Bernd Sokolowsky <ulmo@garozzo.franken.de>, via Damian Conway.
39059      Branch: perl
39060            ! lib/Class/Struct.pm t/lib/class-struct.t
39061 ____________________________________________________________________________
39062 [ 10098] By: jhi                                   on 2001/05/14  13:10:34
39063         Log: Reference cmp'ing should go through the whole stringification
39064              process shebang, as pointed out by Sarathy in #10091.
39065      Branch: perl
39066            ! pp.c
39067 ____________________________________________________________________________
39068 [ 10097] By: jhi                                   on 2001/05/14  12:54:31
39069         Log: Subject: Re: [LONG] Cleaning up Todo/Todo-5.6/perltodo
39070              From: Simon Cozens <simon@netthink.co.uk>
39071              Date: Sat, 12 May 2001 16:36:27 +0100
39072              Message-ID: <20010512163627.A5522@netthink.co.uk>
39073              
39074              with some additions salvaged from Todo and Todo-5.6 before
39075              retiring them.
39076      Branch: perl
39077            - Todo Todo-5.6
39078            ! MANIFEST pod/perltodo.pod
39079 ____________________________________________________________________________
39080 [ 10096] By: jhi                                   on 2001/05/14  12:37:01
39081         Log: Subject: [ID 20010514.025] _SVID3 in <sys/statvfs.h>
39082              From: "Golubev I. N." <gin@mo.msk.ru>
39083              Date: Mon, 07 May 2001 14:33:34 (GMT)
39084              Message-Id: <02453af6b23e63-gin@mo.msk.ru>
39085      Branch: perl
39086            ! perl.h
39087 ____________________________________________________________________________
39088 [ 10095] By: jhi                                   on 2001/05/14  12:34:24
39089         Log: Subject: [ID 20010514.022] Makemaker a bit too prefix-happy
39090              From: "Todd C. Miller" <Todd.Miller@courtesan.com>
39091              Date: Mon, 7 May 2001 09:35:57 -0600 (MDT)
39092              Message-Id: <200105071535.f47FZvf27235@xerxes.courtesan.com>
39093      Branch: perl
39094            ! lib/ExtUtils/MM_Unix.pm
39095 ____________________________________________________________________________
39096 [ 10094] By: jhi                                   on 2001/05/14  12:32:44
39097         Log: (Retracted by #10104.)
39098              
39099              Subject: [PATCH bleadperl Pod::Text] avoid overquoting [Was: rand(0) is rand(1)]
39100              From: barries <barries@slaysys.com>
39101              Date: Sat, 12 May 2001 01:28:10 -0400
39102              Message-ID: <20010512012810.B26358@jester.slaysys.com>
39103      Branch: perl
39104            ! lib/Pod/Text.pm
39105 ____________________________________________________________________________
39106 [ 10093] By: jhi                                   on 2001/05/14  12:30:38
39107         Log: Subject: [PATCH] Incorrect line numbers in AutoSplit
39108              From: Mike Guy <mjtg@cam.ac.uk>
39109              Date: Sat, 12 May 2001 19:24:33 +0100
39110              Message-Id: <E14ye49-0006Fn-00@libra.cus.cam.ac.uk>
39111      Branch: perl
39112            ! lib/AutoSplit.pm
39113 ____________________________________________________________________________
39114 [ 10092] By: jhi                                   on 2001/05/14  12:29:21
39115         Log: Yet another HP-UX hints tweak from Merijn.
39116      Branch: perl
39117            ! hints/hpux.sh
39118 ____________________________________________________________________________
39119 [ 10091] By: gsar                                  on 2001/05/14  04:38:32
39120         Log: $ref1 == $ref2 behaves unpredictably on platforms where NV_PRESERVES_UV
39121              isn't defined (changes#9366,9368,9370 from mainline without the
39122              pp_scmp() change)
39123      Branch: maint-5.6/perl
39124            ! pp.c pp.h pp_hot.c
39125 ____________________________________________________________________________
39126 [ 10090] By: jhi                                   on 2001/05/12  13:39:43
39127         Log: The sorting seems to happen now automatically.
39128      Branch: perl
39129            ! t/lib/glob-basic.t
39130 ____________________________________________________________________________
39131 [ 10089] By: jhi                                   on 2001/05/12  03:38:15
39132         Log: Subject: Re: [PATCH perlfunc.pod] split on an empty string
39133              From: Benjamin Sugars <bsugars@canoe.ca>
39134              Date: Fri, 11 May 2001 11:36:04 -0400 (EDT)
39135              Message-ID: <Pine.LNX.4.21.0105111131540.1804-100000@marmot.rim.canoe.ca>
39136      Branch: perl
39137            ! pod/perlfunc.pod
39138 ____________________________________________________________________________
39139 [ 10088] By: jhi                                   on 2001/05/12  03:37:00
39140         Log: Subject: Re: undef(&foo) does not work for XS functions
39141              From: Doug MacEachern <dougm@covalent.net>
39142              Date: Fri, 11 May 2001 16:52:29 -0700 (PDT)
39143              Message-ID: <Pine.LNX.4.21.0105111647240.4478-100000@mako.covalent.net>
39144      Branch: perl
39145            ! op.c
39146 ____________________________________________________________________________
39147 [ 10087] By: jhi                                   on 2001/05/12  03:35:58
39148         Log: Subject: [PATCH: perl@10086] fixup t/op/append.t for UTF-EBCDIC
39149              From: Peter Prymmer <pvhp@forte.com>
39150              Date: Fri, 11 May 2001 17:38:43 -0700 (PDT)
39151              Message-ID: <Pine.OSF.4.10.10105111736190.73589-100000@aspara.forte.com>
39152      Branch: perl
39153            ! t/op/append.t
39154 ____________________________________________________________________________
39155 [ 10086] By: jhi                                   on 2001/05/11  14:23:08
39156         Log: Update Changes.
39157      Branch: perl
39158            ! Changes patchlevel.h
39159 ____________________________________________________________________________
39160 [ 10085] By: jhi                                   on 2001/05/11  14:08:20
39161         Log: Remove the 'asciir' re subpragma.  Should instead implement
39162              the 'physical vs logical' range scheme:
39163              
39164              \xAA-\xCC is a native physical range, you want that range of
39165              codepoints in your native encoding.  In EBCDIC the codepoints
39166              in the gaps (between i-j and r-s) should be included.
39167              
39168              \x{AA}-\x{CC} is a physical Unicode range, you want that range of
39169              codepoints in Unicode.
39170              
39171              a-z is a logical range, you want that range of 'logical' codepoints
39172              in your native encoding.  In EBCDIC the codepoints in the gaps
39173              (between i-j and r-s) should not be included.
39174              
39175              Mixed cases (a-\xAA, etc) should either be errors, or maybe
39176              the 'logical' endpoints should be converted to native/Unicode
39177              codepoints, and the range handled as a physical range.
39178              
39179              'Logical endpoints' are to be recognized only in the A-Z, a-z,
39180              and 0-9 ranges.  Probably a warning should be given for mixed
39181              cases like A-z or a-9 (since such expressions are encoding
39182              dependent), with a recommendation to use physical ranges.
39183      Branch: perl
39184            ! ext/re/re.pm perl.h regcomp.c regcomp.h t/op/pat.t
39185            ! t/op/regexp.t
39186 ____________________________________________________________________________
39187 [ 10084] By: jhi                                   on 2001/05/11  13:56:16
39188         Log: Make the test to cleanup the test directory tree
39189              both before and after the testing so that we always
39190              have a clean slate to work with.
39191      Branch: perl
39192            ! t/lib/filefind.t
39193 ____________________________________________________________________________
39194 [ 10083] By: jhi                                   on 2001/05/11  13:46:30
39195         Log: Subject: Re: [PATCH perlfunc.pod] split on an empty string
39196              From: Jon Eveland <jweveland@yahoo.com>
39197              Date: Fri, 11 May 2001 07:36:28 -0700 (PDT)
39198              Message-ID: <20010511143628.24225.qmail@web10402.mail.yahoo.com>
39199      Branch: perl
39200            ! pod/perlfunc.pod
39201 ____________________________________________________________________________
39202 [ 10082] By: jhi                                   on 2001/05/11  13:45:06
39203         Log: Merge the camel-III/vstring.t with op/ver.t.
39204      Branch: perl
39205            - t/camel-III/vstring.t
39206            ! MANIFEST t/TEST t/harness t/op/ver.t
39207 ____________________________________________________________________________
39208 [ 10081] By: jhi                                   on 2001/05/11  13:15:55
39209         Log: Add test.deparse make target.
39210      Branch: perl
39211            ! Makefile.SH
39212 ____________________________________________________________________________
39213 [ 10080] By: jhi                                   on 2001/05/11  12:52:49
39214         Log: Subject: [PATCH B::Deparse] $foo->bar(0)
39215              From: Robin Houston <robin@kitsite.com>
39216              Date: Fri, 11 May 2001 12:02:22 +0100
39217              Message-ID: <20010511120222.A11529@penderel>
39218      Branch: perl
39219            ! ext/B/B/Deparse.pm t/op/method.t
39220 ____________________________________________________________________________
39221 [ 10079] By: jhi                                   on 2001/05/11  01:59:06
39222         Log: A nicely working combination for UTS from Hal Morris.
39223      Branch: perl
39224            + ext/POSIX/hints/uts.pl
39225            ! MANIFEST hints/uts.sh
39226 ____________________________________________________________________________
39227 [ 10078] By: jhi                                   on 2001/05/11  01:15:04
39228         Log: i_ieeefp=undef for UTS.
39229      Branch: perl
39230            ! hints/uts.sh
39231 ____________________________________________________________________________
39232 [ 10077] By: jhi                                   on 2001/05/10  22:42:35
39233         Log: Subject: RE: rand(0) is rand(1)
39234              From: Larry Shatzer <lshatzer@islanddata.com>
39235              Date: Thu, 10 May 2001 11:09:27 -0700
39236              Message-ID: <95CD90709D74D4118F4600D0B79E8BC9995027@mail.islanddata.com>
39237      Branch: perl
39238            ! pod/perlfunc.pod
39239 ____________________________________________________________________________
39240 [ 10076] By: jhi                                   on 2001/05/10  22:36:50
39241         Log: Subject: [patch] make op_{clear,null} public
39242              From: Doug MacEachern <dougm@covalent.net>
39243              Date: Thu, 10 May 2001 15:54:09 -0700 (PDT)
39244              Message-ID: <Pine.LNX.4.21.0105101546510.2962-100000@mako.covalent.net>
39245      Branch: perl
39246            ! embed.h embed.pl op.c proto.h
39247 ____________________________________________________________________________
39248 [ 10075] By: jhi                                   on 2001/05/10  22:28:36
39249         Log: Subject: [PATCH B.xs] Extend tr/\0-\377/blah/c support
39250              From: Robin Houston <robin@kitsite.com>
39251              Date: Thu, 10 May 2001 18:54:59 +0100
39252              Message-ID: <20010510185459.A5995@penderel>
39253      Branch: perl
39254            ! ext/B/B.xs ext/B/B/Deparse.pm t/op/tr.t
39255 ____________________________________________________________________________
39256 [ 10074] By: jhi                                   on 2001/05/10  22:23:41
39257         Log: Subject: [PATCH B::Deparse] t/op/64bitint.t
39258              From: Robin Houston <robin@kitsite.com>
39259              Date: Thu, 10 May 2001 12:56:39 +0100
39260              Message-ID: <20010510125639.A2119@penderel>
39261      Branch: perl
39262            ! ext/B/B/Deparse.pm
39263 ____________________________________________________________________________
39264 [ 10073] By: jhi                                   on 2001/05/10  14:26:01
39265         Log: Retract #10070, not ready yet.
39266      Branch: perl
39267            ! ext/B/B/Deparse.pm
39268 ____________________________________________________________________________
39269 [ 10072] By: jhi                                   on 2001/05/10  13:40:24
39270         Log: The metaconfig unit change for #10071.
39271      Branch: metaconfig
39272            ! U/modified/mallocsrc.U
39273 ____________________________________________________________________________
39274 [ 10071] By: jhi                                   on 2001/05/10  13:39:57
39275         Log: The #9525+#9526 didn't allow for overriding usemymalloc.
39276      Branch: perl
39277            ! Configure
39278 ____________________________________________________________________________
39279 [ 10070] By: jhi                                   on 2001/05/10  13:18:42
39280         Log: (Retracted by #10073)
39281              
39282              Subject: Re: [PATCH t/TEST] B::Deparse tester 
39283              From: Hugo <hv@crypt.compulink.co.uk>
39284              Date: Thu, 10 May 2001 05:48:09 +0100
39285              Message-Id: <200105100448.FAA13584@crypt.compulink.co.uk>
39286      Branch: perl
39287            ! ext/B/B/Deparse.pm
39288 ____________________________________________________________________________
39289 [ 10069] By: jhi                                   on 2001/05/10  12:24:06
39290         Log: Add a for(func()) test.
39291      Branch: perl
39292            ! t/cmd/for.t
39293 ____________________________________________________________________________
39294 [ 10068] By: jhi                                   on 2001/05/10  12:16:00
39295         Log: Subject: [PATCH B::Deparse] our() lists and foreach loops
39296              From: Robin Houston <robin@kitsite.com>
39297              Date: Thu, 10 May 2001 13:50:08 +0100
39298              Message-ID: <20010510135008.A2454@penderel>
39299      Branch: perl
39300            ! ext/B/B/Deparse.pm
39301 ____________________________________________________________________________
39302 [ 10067] By: jhi                                   on 2001/05/10  01:45:03
39303         Log: A thinko in #10065.
39304      Branch: perl
39305            ! hv.c
39306 ____________________________________________________________________________
39307 [ 10066] By: jhi                                   on 2001/05/10  01:33:12
39308         Log: Subject: [PATCH B::Deparse] Fix tr///ansliteration
39309              From: Robin Houston <robin@kitsite.com>
39310              Date: Thu, 10 May 2001 02:10:34 +0100
39311              Message-ID: <20010510021034.A19421@penderel>
39312      Branch: perl
39313            ! ext/B/B.xs ext/B/B/Deparse.pm
39314 ____________________________________________________________________________
39315 [ 10065] By: jhi                                   on 2001/05/10  01:30:43
39316         Log: Subject: [patch] make hv_fetch{_ent} SvGMAGICAL aware
39317              From: Doug MacEachern <dougm@covalent.net>
39318              Date: Mon, 7 May 2001 09:50:58 -0700 (PDT)
39319              Message-ID: <Pine.LNX.4.21.0105070947060.23808-100000@mako.covalent.net>
39320      Branch: perl
39321            ! hv.c
39322 ____________________________________________________________________________
39323 [ 10064] By: jhi                                   on 2001/05/09  23:13:29
39324         Log: One more workaround for the UTS compiler from Hal Morris.
39325      Branch: perl
39326            ! perl.h
39327 ____________________________________________________________________________
39328 [ 10063] By: jhi                                   on 2001/05/09  23:09:53
39329         Log: Subject: [PATCH B::Debug] Show string for PVOP, and referent for RV
39330              From: Robin Houston <robin@kitsite.com>
39331              Date: Thu, 10 May 2001 01:02:08 +0100
39332              Message-ID: <20010510010208.A18200@penderel>
39333      Branch: perl
39334            ! ext/B/B/Debug.pm
39335 ____________________________________________________________________________
39336 [ 10062] By: jhi                                   on 2001/05/09  23:06:25
39337         Log: Subject: [PATCH] Simplify deb_curcv() a bit
39338              From: Benjamin Sugars <bsugars@canoe.ca>
39339              Date: Wed, 9 May 2001 18:14:34 -0400 (EDT)
39340              Message-ID: <Pine.LNX.4.21.0105091811340.1160-100000@marmot.rim.canoe.ca>
39341      Branch: perl
39342            ! run.c
39343 ____________________________________________________________________________
39344 [ 10061] By: jhi                                   on 2001/05/09  23:05:28
39345         Log: Subject: [PATCH] Additional test case for PerlIO::Scalar
39346              From: Benjamin Sugars <bsugars@canoe.ca>
39347              Date: Wed, 9 May 2001 18:03:45 -0400 (EDT)
39348              Message-ID: <Pine.LNX.4.21.0105091758220.1160-100000@marmot.rim.canoe.ca>
39349      Branch: perl
39350            ! t/lib/io_scalar.t
39351 ____________________________________________________________________________
39352 [ 10060] By: jhi                                   on 2001/05/09  23:04:38
39353         Log: Subject: [PATCH: perl@10022] update md5sum for MD5.xs on IBM-1047
39354              From: Peter Prymmer <pvhp@forte.com>
39355              Date: Wed, 9 May 2001 12:08:02 -0700 (PDT)
39356              Message-ID: <Pine.OSF.4.10.10105091205250.455254-100000@aspara.forte.com>
39357      Branch: perl
39358            ! t/lib/md5-file.t
39359 ____________________________________________________________________________
39360 [ 10059] By: jhi                                   on 2001/05/09  23:03:52
39361         Log: Subject: [PATCH t/TEST] B::Deparse tester
39362              From: Robin Houston <robin@kitsite.com>
39363              Date: Wed, 9 May 2001 19:17:50 +0100
39364              Message-ID: <20010509191750.A16940@penderel>
39365      Branch: perl
39366            ! ext/B/O.pm t/TEST
39367 ____________________________________________________________________________
39368 [ 10058] By: jhi                                   on 2001/05/09  23:02:56
39369         Log: Subject: [PATCH] Pod::Html -- fixes extra gaps in raw text
39370              From: Jeff Pinyan <jeffp@crusoe.net>
39371              Date: Wed, 9 May 2001 14:36:25 -0400 (EDT)
39372              Message-ID: <Pine.GSO.4.21.0105091430420.357-100000@crusoe.crusoe.net>
39373      Branch: perl
39374            ! lib/Pod/Html.pm
39375 ____________________________________________________________________________
39376 [ 10057] By: nick                                  on 2001/05/09  18:37:56
39377         Log: Integrate mainline.
39378      Branch: perlio
39379           !> Changes epoc/epocish.h ext/PerlIO/Scalar/Scalar.xs
39380           !> hints/hpux.sh lib/Pod/Html.pm patchlevel.h perlio.c
39381 ____________________________________________________________________________
39382 [ 10056] By: jhi                                   on 2001/05/09  16:44:44
39383         Log: Update Changes.
39384      Branch: perl
39385            ! Changes patchlevel.h
39386 ____________________________________________________________________________
39387 [ 10055] By: jhi                                   on 2001/05/09  16:26:47
39388         Log: Integrate perlio.
39389      Branch: perl
39390           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
39391 ____________________________________________________________________________
39392 [ 10054] By: jhi                                   on 2001/05/09  16:25:42
39393         Log: Subject: Re: [PATCH] Test offset when reading from a PerlIO::Scalar
39394              From: Benjamin Sugars <bsugars@canoe.ca>
39395              Date: Wed, 9 May 2001 12:42:30 -0400 (EDT)
39396              Message-ID: <Pine.LNX.4.21.0105091230110.1516-100000@marmot.rim.canoe.ca>
39397      Branch: perl
39398            ! perlio.c
39399 ____________________________________________________________________________
39400 [ 10053] By: jhi                                   on 2001/05/09  16:24:37
39401         Log: Subject: [PATCH] Test offset when reading from a PerlIO::Scalar
39402              From: Benjamin Sugars <bsugars@canoe.ca>
39403              Date: Tue, 8 May 2001 17:09:44 -0400 (EDT)
39404              Message-ID: <Pine.LNX.4.21.0105081654140.1212-100000@marmot.rim.canoe.ca>
39405      Branch: perl
39406            ! ext/PerlIO/Scalar/Scalar.xs
39407 ____________________________________________________________________________
39408 [ 10052] By: jhi                                   on 2001/05/09  16:19:04
39409         Log: Subject: [PATCH] Pod::Html doesn't honor =begin ... =end properly
39410              From: Jeff Pinyan <jeffp@crusoe.net>
39411              Date: Wed, 9 May 2001 12:35:24 -0400 (EDT)
39412              Message-ID: <Pine.GSO.4.21.0105091233430.357-100000@crusoe.crusoe.net>
39413      Branch: perl
39414            ! lib/Pod/Html.pm
39415 ____________________________________________________________________________
39416 [ 10051] By: jhi                                   on 2001/05/09  15:30:17
39417         Log: EPOC tweak from Olaf Flebbe.
39418      Branch: perl
39419            ! epoc/epocish.h
39420 ____________________________________________________________________________
39421 [ 10050] By: nick                                  on 2001/05/09  14:37:57
39422         Log: win32, regen_config_h
39423      Branch: perlio
39424            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
39425 ____________________________________________________________________________
39426 [ 10049] By: jhi                                   on 2001/05/09  12:33:39
39427         Log: Integrate perlio.
39428      Branch: perl
39429           !> pp_sys.c
39430 ____________________________________________________________________________
39431 [ 10048] By: nick                                  on 2001/05/09  11:59:50
39432         Log: If wait() or waitpid() ends due to EINTR despatch perl interrupt handler
39433              and re-try. Fixes "perl 5.7.x prefers suicide over killing more than one child."
39434      Branch: perlio
39435            ! pp_sys.c
39436 ____________________________________________________________________________
39437 [ 10047] By: jhi                                   on 2001/05/09  10:50:12
39438         Log: Integrate perlio.
39439      Branch: perl
39440           !> run.c
39441 ____________________________________________________________________________
39442 [ 10046] By: jhi                                   on 2001/05/09  10:49:34
39443         Log: Subject: Re: Less warnings during configure
39444              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
39445              Date: Wed, 09 May 2001 13:12:49 +0200
39446              Message-Id: <20010509125337.995D.H.M.BRAND@hccnet.nl>
39447      Branch: perl
39448            ! hints/hpux.sh
39449 ____________________________________________________________________________
39450 [ 10045] By: nick                                  on 2001/05/09  09:56:59
39451         Log: MULTIPLICITY/DEBUGGING build fix.
39452      Branch: perlio
39453            ! run.c
39454 ____________________________________________________________________________
39455 [ 10044] By: nick                                  on 2001/05/09  09:46:37
39456         Log: Merge of mainline (does not build MULTIPLICITY/DEBUGGING issue).
39457      Branch: perlio
39458           +> hints/atheos.sh pod/perl572delta.pod t/pod/plainer.t
39459            - ext/SDBM_File/sdbm/dbm.c ext/SDBM_File/sdbm/dbm.h
39460           !> (integrate 65 files)
39461 ____________________________________________________________________________
39462 [ 10043] By: jhi                                   on 2001/05/08  22:41:49
39463         Log: Subject: [PATCH op.c] Deprecate %x->{'foo'}, @y->[23] etc
39464              From: Robin Houston <robin@kitsite.com>
39465              Date: Tue, 8 May 2001 19:38:00 +0100
39466              Message-ID: <20010508193800.A4389@penderel>
39467              
39468              Subject: Re: [PATCH op.c] Deprecate %x->{'foo'}, @y->[23] etc
39469              From: Robin Houston <robin@kitsite.com>
39470              Date: Tue, 8 May 2001 20:03:57 +0100
39471              Message-ID: <20010508200357.A4614@penderel>
39472              
39473              Subject: Re: [PATCH op.c] Deprecate %x->{'foo'}, @y->[23] etc
39474              From: Robin Houston <robin@kitsite.com>
39475              Date: Wed, 9 May 2001 00:12:05 +0100
39476              Message-ID: <20010509001205.A18521@puffinry.freeserve.co.uk>
39477      Branch: perl
39478            ! op.c pod/perldiag.pod t/pragma/overload.t t/pragma/warn/op
39479 ____________________________________________________________________________
39480 [ 10042] By: jhi                                   on 2001/05/08  22:09:35
39481         Log: Retract #10031.
39482      Branch: perl
39483            ! pod/perlfunc.pod
39484 ____________________________________________________________________________
39485 [ 10041] By: jhi                                   on 2001/05/08  18:27:34
39486         Log: The metaconfig unit changes for #10040.
39487      Branch: metaconfig/U/perl
39488            ! Checkcc.U d_dlsymun.U dlsrc.U
39489 ____________________________________________________________________________
39490 [ 10040] By: jhi                                   on 2001/05/08  18:24:47
39491         Log: The Configure half of
39492              
39493              Subject: Less warnings during configure
39494              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
39495              Date: Tue, 08 May 2001 08:44:02 +0200
39496              Message-Id: <20010508084158.D793.H.M.BRAND@hccnet.nl>
39497      Branch: perl
39498            ! Configure
39499 ____________________________________________________________________________
39500 [ 10039] By: jhi                                   on 2001/05/08  16:48:31
39501         Log: Subject: Less warnings during configure
39502              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
39503              Date: Tue, 08 May 2001 08:44:02 +0200
39504              Message-Id: <20010508084158.D793.H.M.BRAND@hccnet.nl>
39505      Branch: perl
39506            ! hints/hpux.sh
39507 ____________________________________________________________________________
39508 [ 10038] By: jhi                                   on 2001/05/08  16:32:07
39509         Log: Don't forget to whine about \d__\d.
39510      Branch: perl
39511            ! t/pragma/warn/toke toke.c
39512 ____________________________________________________________________________
39513 [ 10037] By: jhi                                   on 2001/05/08  16:07:05
39514         Log: Allow underscores also in the exponent part.
39515      Branch: perl
39516            ! t/pragma/warn/toke toke.c
39517 ____________________________________________________________________________
39518 [ 10036] By: jhi                                   on 2001/05/08  13:33:55
39519         Log: CodeMagicCD doesn't look like an *I*DE.
39520      Branch: perl
39521            ! pod/perlfaq3.pod
39522 ____________________________________________________________________________
39523 [ 10035] By: jhi                                   on 2001/05/08  13:27:48
39524         Log: Add Open Perl IDE, remove Perl Code Magic (the site seems
39525              to be consistently down).
39526      Branch: perl
39527            ! pod/perlfaq3.pod
39528 ____________________________________________________________________________
39529 [ 10034] By: jhi                                   on 2001/05/08  13:21:07
39530         Log: Upgrade to Text::Balanced 1.84.
39531      Branch: perl
39532            ! lib/Text/Balanced.pm t/lib/tb-xbrak.t
39533 ____________________________________________________________________________
39534 [ 10033] By: jhi                                   on 2001/05/08  12:41:53
39535         Log: Subject: Re: [PATCH] Find the last of the missing pad variables 
39536              From: Benjamin Sugars <bsugars@canoe.ca>
39537              Date: Tue, 8 May 2001 09:14:30 -0400 (EDT)
39538              Message-ID: <Pine.LNX.4.21.0105080912370.1930-100000@marmot.rim.canoe.ca>
39539      Branch: perl
39540            ! run.c
39541 ____________________________________________________________________________
39542 [ 10032] By: jhi                                   on 2001/05/08  12:40:28
39543         Log: Subject: [PATCH: perl@10022] cleaner cleanup for t/pod/plainer.t
39544              From: Peter Prymmer <pvhp@forte.com>
39545              Date: Mon, 7 May 2001 18:13:06 -0700 (PDT)
39546              Message-ID: <Pine.OSF.4.10.10105071810100.317708-100000@aspara.forte.com>
39547      Branch: perl
39548            ! t/pod/plainer.t
39549 ____________________________________________________________________________
39550 [ 10031] By: jhi                                   on 2001/05/08  12:35:25
39551         Log: (Retracted by #10042)
39552              
39553              Subject: Re: [ID 20010506.040] Infinite loop in lib/selfstubber.t under Cygwin
39554              From: "Philip Newton" <pnewton@gmx.de>
39555              Date: Tue, 8 May 2001 09:18:10 +0200
39556              Message-ID: <3AF7B9D2.28861.603732@localhost>
39557      Branch: perl
39558            ! pod/perlfunc.pod
39559 ____________________________________________________________________________
39560 [ 10030] By: jhi                                   on 2001/05/08  12:32:23
39561         Log: Subject: [PATCH B::Deparse] Document known bugs
39562              From: Robin Houston <robin@kitsite.com>
39563              Date: Tue, 8 May 2001 01:53:34 +0100
39564              Message-ID: <20010508015334.A32394@penderel>
39565      Branch: perl
39566            ! ext/B/B/Deparse.pm
39567 ____________________________________________________________________________
39568 [ 10029] By: jhi                                   on 2001/05/08  12:28:28
39569         Log: Subject: Re: Perl book, magazine and website updates.
39570              From: "Philip Newton" <pnewton@gmx.de>
39571              Date: Mon, 7 May 2001 17:03:58 +0200
39572              Message-ID: <3AF6D57E.5387.1E29930@localhost>
39573      Branch: perl
39574            ! pod/perlfaq2.pod
39575 ____________________________________________________________________________
39576 [ 10028] By: jhi                                   on 2001/05/07  23:53:30
39577         Log: Subject: [PATCH: perl@10022] YA tweak to avoid open file conflict in io/fflush.t
39578              From: Peter Prymmer <pvhp@forte.com>
39579              Date: Mon, 7 May 2001 17:50:48 -0700 (PDT)
39580              Message-ID: <Pine.OSF.4.10.10105071746570.317708-100000@aspara.forte.com> 
39581      Branch: perl
39582            ! t/io/fflush.t
39583 ____________________________________________________________________________
39584 [ 10027] By: jhi                                   on 2001/05/07  23:22:48
39585         Log: Subject: [PATCH B::Deparse] Give (?{...}) a taste of its own medicine
39586              From: Robin Houston <robin@kitsite.com>
39587              Date: Tue, 8 May 2001 01:14:55 +0100
39588              Message-ID: <20010508011455.A32162@penderel>
39589      Branch: perl
39590            ! ext/B/B/Deparse.pm
39591 ____________________________________________________________________________
39592 [ 10026] By: jhi                                   on 2001/05/07  23:15:05
39593         Log: Typo in #10025.
39594      Branch: perl
39595            ! hints/uts.sh
39596 ____________________________________________________________________________
39597 [ 10025] By: jhi                                   on 2001/05/07  21:15:35
39598         Log: cc, cflags, and optimize tweaks for UTS from Hal Morris.
39599      Branch: perl
39600            ! hints/uts.sh
39601 ____________________________________________________________________________
39602 [ 10024] By: jhi                                   on 2001/05/07  20:58:40
39603         Log: Subject: Re: [ID 20010506.045] question about hash syntax
39604              From: Peter Scott <Peter@PSDT.com>
39605              Date: Sun, 06 May 2001 13:10:40 -0700
39606              Message-Id: <4.3.2.7.2.20010506113015.00b46100@psdt.com>
39607      Branch: perl
39608            ! pod/perl56delta.pod
39609 ____________________________________________________________________________
39610 [ 10023] By: jhi                                   on 2001/05/07  20:41:26
39611         Log: Configure should figure out the list of dynamic extensions
39612              just fine in UTS-- and in fact it does, as reported by Hal Morris.
39613      Branch: perl
39614            ! hints/uts.sh
39615 ____________________________________________________________________________
39616 [ 10022] By: jhi                                   on 2001/05/07  20:24:11
39617         Log: Update Changes.
39618      Branch: perl
39619            ! Changes patchlevel.h
39620 ____________________________________________________________________________
39621 [ 10021] By: jhi                                   on 2001/05/07  20:11:31
39622         Log: Subject: [PATCH regcomp.c] Insecure regexes
39623              From: Robin Houston <robin@kitsite.com>
39624              Date: Mon, 7 May 2001 21:56:12 +0100
39625              Message-ID: <20010507215612.A31114@penderel>
39626      Branch: perl
39627            ! regcomp.c
39628 ____________________________________________________________________________
39629 [ 10020] By: jhi                                   on 2001/05/07  20:02:30
39630         Log: Drop the foobar.perl.com references for now until Simon
39631              gets them sorted out.
39632      Branch: perl
39633            ! pod/perlfaq2.pod
39634 ____________________________________________________________________________
39635 [ 10019] By: jhi                                   on 2001/05/07  19:54:33
39636         Log: Subject: Re: RFC: changing Devel::SelfStubber to relinquish its grasp
39637              From: Prymmer/Kahn <pvhp@best.com>
39638              Date: Mon, 7 May 2001 07:47:21 -0700 (PDT)
39639              Message-ID: <Pine.BSF.4.21.0105070733080.13301-100000@shell8.ba.best.com>
39640      Branch: perl
39641            ! lib/Devel/SelfStubber.pm
39642 ____________________________________________________________________________
39643 [ 10018] By: jhi                                   on 2001/05/07  19:53:10
39644         Log: Subject: Re: [ID 20010506.022] Win32/Makefile problems in 5.7.1 
39645              From: Prymmer/Kahn <pvhp@best.com>
39646              Date: Sun, 6 May 2001 21:34:56 -0700 (PDT)
39647              Message-ID: <Pine.BSF.4.21.0105062131520.17625-100000@shell8.ba.best.com>
39648      Branch: perl
39649            ! win32/Makefile
39650 ____________________________________________________________________________
39651 [ 10017] By: jhi                                   on 2001/05/07  19:35:10
39652         Log: s/WebTechnique's/WebTechniques/
39653      Branch: perl
39654            ! pod/perlfaq2.pod
39655 ____________________________________________________________________________
39656 [ 10016] By: jhi                                   on 2001/05/07  12:26:29
39657         Log: Llama 3 updates from Randal.
39658      Branch: perl
39659            ! pod/perlfaq2.pod
39660 ____________________________________________________________________________
39661 [ 10015] By: jhi                                   on 2001/05/07  01:34:38
39662         Log: Subject: [PATCH] Help -Dt show correct pad variables
39663              From: Benjamin Sugars <ben.sugars@home.com>
39664              Date: Sun, 6 May 2001 12:54:13 -0400 (EDT)
39665              Message-ID: <Pine.LNX.4.21.0105061142040.12858-100000@localhost.localdomain>
39666      Branch: perl
39667            ! embed.h embed.pl proto.h run.c
39668 ____________________________________________________________________________
39669 [ 10014] By: jhi                                   on 2001/05/07  01:23:56
39670         Log: Subject: [PATCH] Document C<our $foo : shared>
39671              From: Benjamin Sugars <ben.sugars@home.com>
39672              Date: Sun, 6 May 2001 19:00:55 -0400 (EDT)
39673              Message-ID: <Pine.LNX.4.21.0105061847090.9500-100000@localhost.localdomain>
39674      Branch: perl
39675            ! pod/perlfunc.pod
39676 ____________________________________________________________________________
39677 [ 10013] By: jhi                                   on 2001/05/07  01:22:22
39678         Log: Subject: [PATCH B::Deparse] undefined folded constants
39679              From: Robin Houston <robin@kitsite.com>
39680              Date: Sun, 6 May 2001 17:19:09 +0100
39681              Message-ID: <20010506171909.A7046@penderel>
39682      Branch: perl
39683            ! ext/B/B/Deparse.pm
39684 ____________________________________________________________________________
39685 [ 10012] By: jhi                                   on 2001/05/07  00:57:38
39686         Log: Subject: [PATCH B::Deparse] use Foo (sub {...});
39687              From: Robin Houston <robin@kitsite.com>
39688              Message-ID: <20010506164654.A6848@penderel>
39689              Date: Sun, 6 May 2001 16:46:54 +0100
39690      Branch: perl
39691            ! ext/B/B/Deparse.pm
39692 ____________________________________________________________________________
39693 [ 10011] By: jhi                                   on 2001/05/07  00:52:18
39694         Log: Subject: [PATCH t/op/my_stash.t] Naughty?
39695              From: Robin Houston <robin@kitsite.com>
39696              Date: Sun, 6 May 2001 14:47:02 +0100
39697              Message-ID: <20010506144702.A6308@penderel>
39698      Branch: perl
39699            ! t/op/my_stash.t
39700 ____________________________________________________________________________
39701 [ 10010] By: jhi                                   on 2001/05/06  15:07:51
39702         Log: Subject: Perl book, magazine and website updates.
39703              From: Simon Cozens <simon@netthink.co.uk>
39704              Date: Sun, 6 May 2001 16:55:36 +0100
39705              Message-ID: <20010506165536.A1795@netthink.co.uk>
39706      Branch: perl
39707            ! pod/perlbook.pod pod/perlfaq2.pod
39708 ____________________________________________________________________________
39709 [ 10009] By: jhi                                   on 2001/05/06  14:11:40
39710         Log: Tweaks on the Tru64 prof options.
39711      Branch: perl
39712            ! pod/perlhack.pod
39713 ____________________________________________________________________________
39714 [ 10008] By: jhi                                   on 2001/05/06  13:51:49
39715         Log: Subject: [PATCH t/pod/testp2pt.pl] Give deparse tester a chance
39716              From: Robin Houston <robin@kitsite.com>
39717              Date: Sun, 6 May 2001 14:40:51 +0100
39718              Message-ID: <20010506144051.A6279@penderel>
39719      Branch: perl
39720            ! t/pod/testp2pt.pl
39721 ____________________________________________________________________________
39722 [ 10007] By: jhi                                   on 2001/05/06  13:49:31
39723         Log: Subject: [PATCH B::Deparse] scoping
39724              From: Robin Houston <robin@kitsite.com>
39725              Date: Sun, 6 May 2001 14:36:56 +0100
39726              Message-ID: <20010506143656.A4006@penderel>
39727      Branch: perl
39728            ! ext/B/B/Deparse.pm ext/B/defsubs_h.PL t/lib/b-deparse.t
39729 ____________________________________________________________________________
39730 [ 10006] By: jhi                                   on 2001/05/06  13:24:12
39731         Log: Document the undefinedness of bitshifting out of range.
39732      Branch: perl
39733            ! pod/perlop.pod
39734 ____________________________________________________________________________
39735 [ 10005] By: jhi                                   on 2001/05/06  13:03:17
39736         Log: Retract #10003 and update the IDE descriptions a bit.
39737      Branch: perl
39738            ! pod/perlfaq3.pod
39739 ____________________________________________________________________________
39740 [ 10004] By: jhi                                   on 2001/05/06  03:02:41
39741         Log: Subject: [PATCH: perl@10001] win32 update (VC,Borland,gcc), nmake update
39742              From: Prymmer/Kahn <pvhp@best.com>
39743              Date: Sat, 5 May 2001 20:30:49 -0700 (PDT)
39744              Message-ID: <Pine.BSF.4.21.0105052017370.3961-100000@shell8.ba.best.com>
39745      Branch: perl
39746            ! win32/Makefile win32/buildext.pl win32/config.bc
39747            ! win32/config.gc win32/config.vc
39748 ____________________________________________________________________________
39749 [ 10003] By: jhi                                   on 2001/05/05  20:24:44
39750         Log: (Retracted by #10005.)
39751      Branch: perl
39752            ! pod/perlfaq3.pod
39753 ____________________________________________________________________________
39754 [ 10002] By: jhi                                   on 2001/05/05  19:23:36
39755         Log: It's "psed", not "sed".
39756      Branch: perl
39757            ! x2p/s2p.PL
39758 ____________________________________________________________________________
39759 [ 10001] By: jhi                                   on 2001/05/05  18:35:38
39760         Log: Update Changes.
39761      Branch: perl
39762            ! Changes patchlevel.h
39763 ____________________________________________________________________________
39764 [ 10000] By: jhi                                   on 2001/05/05  18:32:15
39765         Log: Subject: Re: bleadperl make install fails due to "psed"
39766              From: andreas.koenig@anima.de (Andreas J. Koenig)
39767              Date: 05 May 2001 18:23:28 +0200
39768              Message-ID: <m3u22zg3y7.fsf@ak-71.mind.de>
39769      Branch: perl
39770            ! x2p/Makefile.SH x2p/s2p.PL
39771 ____________________________________________________________________________
39772 [  9999] By: jhi                                   on 2001/05/05  18:28:09
39773         Log: AUTHORS updates.
39774      Branch: perl
39775            ! AUTHORS
39776 ____________________________________________________________________________
39777 [  9998] By: jhi                                   on 2001/05/05  18:16:00
39778         Log: Updates on the pods related to the modules included since 5.6.
39779              
39780              TODO: perltodo really could use major updating.
39781      Branch: perl
39782            ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq7.pod
39783            ! pod/perlfaq8.pod pod/perlfilter.pod pod/perlfunc.pod
39784            ! pod/perlop.pod pod/perlport.pod pod/perlsec.pod
39785            ! pod/perlsyn.pod pod/perltodo.pod
39786 ____________________________________________________________________________
39787 [  9997] By: jhi                                   on 2001/05/05  17:35:17
39788         Log: Hints file for AtheOS ( http://www.atheos.cx/ ),
39789              from Kurt Skauen.
39790      Branch: perl
39791            + hints/atheos.sh
39792            ! MANIFEST
39793 ____________________________________________________________________________
39794 [  9996] By: jhi                                   on 2001/05/05  17:25:00
39795         Log: Add preemptive #undefs for some of the shorter and more prone
39796              to collision regcomp.h #defines.  (Background: the MASK collided
39797              with a system header #define in Rhapsody.)
39798      Branch: perl
39799            ! regcomp.h
39800 ____________________________________________________________________________
39801 [  9995] By: jhi                                   on 2001/05/05  13:24:21
39802         Log: Subject: [PATCH] Re: h2xs [was Re: HEAR YE, HEAR YE!]
39803              From: Nicholas Clark <nick@ccl4.org>
39804              Date: Sat, 5 May 2001 14:46:39 +0100
39805              Message-ID: <20010505144639.O53513@plum.flirble.org>
39806              
39807              Add a test for the constants (if any) being processed correctly.
39808      Branch: perl
39809            ! utils/h2xs.PL
39810 ____________________________________________________________________________
39811 [  9994] By: jhi                                   on 2001/05/05  02:11:03
39812         Log: Subject: [PATCH & retract: perl@9973] the real fix for t/lib/b-stash.t
39813              From: Peter Prymmer <pvhp@forte.com>
39814              Date: Fri, 4 May 2001 17:44:13 -0700 (PDT)
39815              Message-ID: <Pine.OSF.4.10.10105041734280.67333-100000@aspara.forte.com>
39816      Branch: perl
39817            ! t/lib/b-stash.t
39818 ____________________________________________________________________________
39819 [  9993] By: jhi                                   on 2001/05/05  02:03:49
39820         Log: Subject: [PATCH: perl@9973] fix const poisioning in  PerlIO_openn->fdopen->openn
39821              From: Peter Prymmer <pvhp@forte.com>
39822              Date: Fri, 4 May 2001 17:29:02 -0700 (PDT)
39823              Message-ID: <Pine.OSF.4.10.10105041727420.67333-100000@aspara.forte.com>
39824      Branch: perl
39825            ! perlio.c vms/vmsish.h
39826 ____________________________________________________________________________
39827 [  9992] By: jhi                                   on 2001/05/04  17:21:12
39828         Log: Subject: [PATHC perl@9944] missing library tests: Pod::Plainer
39829              From: Robin Barker <rmb1@cise.npl.co.uk>
39830              Date: Fri, 4 May 2001 18:13:47 +0100 (BST)
39831              Message-Id: <200105041713.SAA14842@tempest.npl.co.uk>
39832      Branch: perl
39833            + t/pod/plainer.t
39834            ! MANIFEST
39835 ____________________________________________________________________________
39836 [  9991] By: jhi                                   on 2001/05/04  16:47:45
39837         Log: Subject: [PATCH perl@9944] -Wformat error from ext/re/re_comp.c
39838              From: Robin Barker <rmb1@cise.npl.co.uk>
39839              Date: Fri, 4 May 2001 18:09:13 +0100 (BST)
39840              Message-Id: <200105041709.SAA14835@tempest.npl.co.uk>
39841      Branch: perl
39842            ! regcomp.c
39843 ____________________________________________________________________________
39844 [  9990] By: jhi                                   on 2001/05/04  14:37:20
39845         Log: Subject: [PATCH: perl@9973] let win32 run t/lib/b-stash.t
39846              From: Prymmer/Kahn <pvhp@best.com>
39847              Date: Fri, 4 May 2001 07:31:01 -0700 (PDT)
39848              Message-ID: <Pine.BSF.4.21.0105040727430.14844-100000@shell8.ba.best.com>
39849      Branch: perl
39850            ! t/lib/b-stash.t
39851 ____________________________________________________________________________
39852 [  9989] By: jhi                                   on 2001/05/04  14:03:58
39853         Log: Introduce perl572delta, update Todo, add the missing
39854              mention about signal safety since 5.7.1 (though this
39855              requires verification and more details.)
39856      Branch: perl
39857            + pod/perl572delta.pod
39858            ! MANIFEST Todo pod/perl571delta.pod
39859 ____________________________________________________________________________
39860 [  9988] By: jhi                                   on 2001/05/04  12:41:51
39861         Log: Subject: [PATCH perl@9944] long =item
39862              From: Robin Barker <rmb1@cise.npl.co.uk>
39863              Date: Fri, 4 May 2001 14:15:20 +0100 (BST)
39864              Message-Id: <200105041315.OAA00436@tempest.npl.co.uk>
39865      Branch: perl
39866            ! ext/Time/HiRes/HiRes.pm
39867 ____________________________________________________________________________
39868 [  9987] By: jhi                                   on 2001/05/04  12:39:19
39869         Log: The #9901 had removed one line essential for EBCDIC.
39870      Branch: perl
39871            ! regcomp.c
39872 ____________________________________________________________________________
39873 [  9986] By: jhi                                   on 2001/05/04  12:30:23
39874         Log: Subject: cygwin/Makefile.SHs INSTALL patch
39875              From: Reini Urban <rurban@sbox.tu-graz.ac.at>
39876              Date: Mon, 08 Jan 2001 04:59:21 +0200
39877              Message-ID: <3A592D09.FD6AD35D@sbox.tu-graz.ac.at> 
39878      Branch: perl
39879            ! cygwin/Makefile.SHs
39880 ____________________________________________________________________________
39881 [  9985] By: jhi                                   on 2001/05/04  03:51:39
39882         Log: Encode/IO doc tweaks.
39883      Branch: perl
39884            ! ext/Encode/Encode.pm
39885 ____________________________________________________________________________
39886 [  9984] By: jhi                                   on 2001/05/04  03:29:34
39887         Log: Remove GDBM_File from the dynamic extensions for UTS,
39888              GDBM is not a standard feature.
39889      Branch: perl
39890            ! hints/uts.sh
39891 ____________________________________________________________________________
39892 [  9983] By: jhi                                   on 2001/05/04  03:22:59
39893         Log: Document the \pX and \p{Yz} (and \p{BidiXYZ}) classes a bit more.
39894      Branch: perl
39895            ! pod/perlretut.pod
39896 ____________________________________________________________________________
39897 [  9982] By: jhi                                   on 2001/05/03  23:21:03
39898         Log: Subject: [PATCH] Let sv_dump understand GvSHARED
39899              From: Benjamin Sugars <bsugars@canoe.ca>
39900              Date: Thu, 3 May 2001 16:51:07 -0400 (EDT)
39901              Message-ID: <Pine.LNX.4.21.0105031645280.805-100000@marmot.rim.canoe.ca>
39902      Branch: perl
39903            ! dump.c
39904 ____________________________________________________________________________
39905 [  9981] By: jhi                                   on 2001/05/03  23:20:05
39906         Log: Subject: [PATCH] Allow clobbering of a PerlIO::Scalar and more tests
39907              From: Benjamin Sugars <bsugars@canoe.ca>
39908              Date: Thu, 3 May 2001 15:28:21 -0400 (EDT)
39909              Message-ID: <Pine.LNX.4.21.0105031508360.805-100000@marmot.rim.canoe.ca>
39910      Branch: perl
39911            ! ext/PerlIO/Scalar/Scalar.xs t/lib/io_scalar.t
39912 ____________________________________________________________________________
39913 [  9980] By: jhi                                   on 2001/05/03  23:15:29
39914         Log: Integrate perlio.
39915      Branch: perl
39916           !> ext/Encode/Encode.pm
39917 ____________________________________________________________________________
39918 [  9979] By: jhi                                   on 2001/05/03  16:54:59
39919         Log: Install psed man page.
39920      Branch: perl
39921            ! installman
39922 ____________________________________________________________________________
39923 [  9978] By: jhi                                   on 2001/05/03  16:45:58
39924         Log: Remove unused files; noted by Sarathy.
39925      Branch: perl
39926            - ext/SDBM_File/sdbm/dbm.c ext/SDBM_File/sdbm/dbm.h
39927            ! MANIFEST
39928 ____________________________________________________________________________
39929 [  9977] By: jhi                                   on 2001/05/03  16:42:30
39930         Log: Subject: [PATCH bleadperl] INSTALL patch -- space requirements
39931              From: Andy Dougherty <doughera@lafayette.edu>
39932              Date: Thu, 3 May 2001 11:16:10 -0400 (EDT)
39933              Message-ID: <Pine.SOL.4.10.10105031114500.17868-100000@maxwell.phys.lafayette.edu>
39934      Branch: perl
39935            ! INSTALL
39936 ____________________________________________________________________________
39937 [  9976] By: nick                                  on 2001/05/03  16:40:42
39938         Log: Allow $answer = encode($object,$text); like it says in docs.
39939      Branch: perlio
39940            ! ext/Encode/Encode.pm
39941 ____________________________________________________________________________
39942 [  9975] By: nick                                  on 2001/05/03  16:22:30
39943         Log: Fix latin1 etc. alias code - (bit rot?) - the @latin2iso array now seems to need
39944              to be in scope (fair enough), and also a package variable (our) for eval to see it.
39945      Branch: perlio
39946            ! ext/Encode/Encode.pm
39947 ____________________________________________________________________________
39948 [  9974] By: nick                                  on 2001/05/03  15:48:17
39949         Log: Integrate mainline.
39950      Branch: perlio
39951           +> lib/NEXT.pm t/io/fflush.t t/lib/MyFilter.pm
39952           +> t/lib/filter-simple.t t/lib/next.t
39953           !> (integrate 70 files)
39954 ____________________________________________________________________________
39955 [  9973] By: jhi                                   on 2001/05/03  13:09:09
39956         Log: Update Changes.
39957      Branch: perl
39958            ! Changes patchlevel.h
39959 ____________________________________________________________________________
39960 [  9972] By: jhi                                   on 2001/05/03  12:58:33
39961         Log: Subject: [PATCH: perl@9945] fix handling of $Config{variables} in io/fflush.t
39962              From: Prymmer/Kahn <pvhp@best.com>
39963              Date: Wed, 2 May 2001 23:56:13 -0700 (PDT)
39964              Message-ID: <Pine.BSF.4.21.0105022353380.24421-100000@shell8.ba.best.com>
39965      Branch: perl
39966            ! t/io/fflush.t
39967 ____________________________________________________________________________
39968 [  9971] By: jhi                                   on 2001/05/03  12:57:26
39969         Log: Subject: [PATCH: perl@9945] two fixes for win32/FindExt.pm
39970              From: Prymmer/Kahn <pvhp@best.com>
39971              Date: Wed, 2 May 2001 23:42:33 -0700 (PDT)
39972              Message-ID: <Pine.BSF.4.21.0105022337070.24421-100000@shell8.ba.best.com>
39973      Branch: perl
39974            ! win32/FindExt.pm
39975 ____________________________________________________________________________
39976 [  9970] By: jhi                                   on 2001/05/03  02:42:46
39977         Log: Can't croak sans thread context, from Doug MacEachern.
39978      Branch: perl
39979            ! toke.c
39980 ____________________________________________________________________________
39981 [  9969] By: jhi                                   on 2001/05/03  01:23:48
39982         Log: Subject: Random input test and Perl
39983              From: Ilya Zakharevich <ilya@math.berkeley.edu>
39984              Date: Wed, 2 May 2001 14:35:50 -0700 (PDT)
39985              Message-Id: <200105022135.OAA26245@fac-813-1.math.Berkeley.EDU>
39986      Branch: perl
39987            ! toke.c
39988 ____________________________________________________________________________
39989 [  9968] By: jhi                                   on 2001/05/02  22:17:21
39990         Log: Subject: [PATCH: perl@9945] fix some misinformation in perlfunc.pod
39991              From: Peter Prymmer <pvhp@forte.com>
39992              Date: Wed, 2 May 2001 15:58:18 -0700 (PDT)
39993              Message-ID: <Pine.OSF.4.10.10105021554040.342459-100000@aspara.forte.com>
39994      Branch: perl
39995            ! pod/perlfunc.pod pod/perlport.pod
39996 ____________________________________________________________________________
39997 [  9967] By: jhi                                   on 2001/05/02  20:12:45
39998         Log: Workaround for UTS compiler casting bug from Hal Morris.
39999      Branch: perl
40000            ! perl.h
40001 ____________________________________________________________________________
40002 [  9966] By: jhi                                   on 2001/05/02  18:31:37
40003         Log: Subject: Re: [PATCH 5.6.1] Multiplicity and thread fixes for VMS 
40004              From: Dan Sugalski <dan@sidhe.org>
40005              Date: Wed, 02 May 2001 15:23:22 -0400
40006              Message-Id: <5.0.2.1.0.20010502152210.01f65550@24.8.96.48>
40007      Branch: perl
40008            ! perl.c vms/vms.c
40009 ____________________________________________________________________________
40010 [  9965] By: jhi                                   on 2001/05/02  18:21:29
40011         Log: Minor doc tweaks on endianness, closes bug 20010327.004.
40012      Branch: perl
40013            ! pod/perlfunc.pod
40014 ____________________________________________________________________________
40015 [  9964] By: jhi                                   on 2001/05/02  18:15:01
40016         Log: Document large files in INSTALL, document also the %x
40017              limitation if not use64bitint, closes bug 20010326.007.
40018      Branch: perl
40019            ! INSTALL
40020 ____________________________________________________________________________
40021 [  9963] By: jhi                                   on 2001/05/02  17:24:47
40022         Log: perlmodlib tweaks; regen pods.
40023      Branch: perl
40024            ! pod/Makefile.SH pod/perlmodlib.PL pod/perlmodlib.pod
40025            ! pod/perltoc.pod
40026 ____________________________________________________________________________
40027 [  9962] By: jhi                                   on 2001/05/02  17:14:00
40028         Log: Fix for a segfault, from Marc Lehmann.
40029      Branch: perl
40030            ! ext/POSIX/POSIX.xs ext/Time/Piece/Piece.xs
40031 ____________________________________________________________________________
40032 [  9961] By: jhi                                   on 2001/05/02  15:55:53
40033         Log: Subject: [DOC PATCH bleadperl] minor nits in perlop.pod
40034              From: "Philip Newton" <pnewton@gmx.de>
40035              Date: Wed, 2 May 2001 18:39:03 +0200
40036              Message-ID: <3AF05447.15525.173B588@localhost>
40037      Branch: perl
40038            ! pod/perlop.pod
40039 ____________________________________________________________________________
40040 [  9960] By: jhi                                   on 2001/05/02  15:35:37
40041         Log: Subject: [PATCH 5.6.1] Multiplicity and thread fixes for VMS
40042              From: Dan Sugalski <dan@sidhe.org>
40043              Date: Wed, 02 May 2001 11:37:27 -0400
40044              Message-Id: <5.0.2.1.0.20010502112909.01f24e28@24.8.96.48>
40045      Branch: perl
40046            ! doio.c ext/File/Glob/bsd_glob.c perl.c perl.h pp_sys.c
40047            ! thread.h vms/vms.c vms/vmsish.h
40048 ____________________________________________________________________________
40049 [  9959] By: jhi                                   on 2001/05/02  15:21:08
40050         Log: Subject: Re: [PATCH] Allow appending on a PerlIO::Scalar
40051              From: Benjamin Sugars <bsugars@canoe.ca>
40052              Date: Wed, 2 May 2001 10:53:11 -0400 (EDT)
40053              Message-ID: <Pine.LNX.4.21.0105021041380.1652-100000@marmot.rim.canoe.ca>
40054      Branch: perl
40055            ! ext/PerlIO/Scalar/Scalar.xs
40056 ____________________________________________________________________________
40057 [  9958] By: jhi                                   on 2001/05/02  15:15:53
40058         Log: Bug in #9915, spotted by Mike Guy.
40059      Branch: perl
40060            ! installperl
40061 ____________________________________________________________________________
40062 [  9957] By: jhi                                   on 2001/05/02  13:26:01
40063         Log: Add a test for not griping about references as array
40064              indices if the reference has magic in it (overloaded
40065              methods).
40066      Branch: perl
40067            ! pod/perldiag.pod t/pragma/warn/pp_hot
40068 ____________________________________________________________________________
40069 [  9956] By: jhi                                   on 2001/05/02  13:07:01
40070         Log: Retracted a bit too much in #9952.
40071      Branch: perl
40072            ! t/pragma/sub_lval.t
40073 ____________________________________________________________________________
40074 [  9955] By: jhi                                   on 2001/05/02  13:05:38
40075         Log: Test for #9952.
40076      Branch: perl
40077            ! t/op/tie.t
40078 ____________________________________________________________________________
40079 [  9954] By: jhi                                   on 2001/05/02  11:48:18
40080         Log: Additional note on the encoding example: one cannot
40081              convert string constants in-place.
40082      Branch: perl
40083            ! ext/Encode/Encode.pm
40084 ____________________________________________________________________________
40085 [  9953] By: jhi                                   on 2001/05/02  11:43:51
40086         Log: Note that if you have recent enough Perl you already
40087              have Filter::Util::Call.
40088      Branch: perl
40089            ! lib/Filter/Simple.pm
40090 ____________________________________________________________________________
40091 [  9952] By: jhi                                   on 2001/05/02  11:31:53
40092         Log: Retract changes #8254 and #8255, causes coredump in
40093              'tie FH, "main"', reported by Abigail, culprit found by
40094              Benjamin Sugars.  Mirrors maintperl change #9950.
40095      Branch: perl
40096            ! op.c t/pragma/sub_lval.t
40097 ____________________________________________________________________________
40098 [  9951] By: jhi                                   on 2001/05/02  11:14:29
40099         Log: Forgot from #9942.  (Needed by t/lib/filter-simple.t.)
40100      Branch: perl
40101            + t/lib/MyFilter.pm
40102 ____________________________________________________________________________
40103 [  9950] By: gsar                                  on 2001/05/02  03:17:11
40104         Log: revert integration of changes#8254,8255 in change#8620 (causes
40105              a coredump in C<tie FH, 'foo'>; the idea itself may need better
40106              rationalization)
40107      Branch: maint-5.6/perl
40108            ! op.c t/pragma/sub_lval.t
40109 ____________________________________________________________________________
40110 [  9949] By: gsar                                  on 2001/05/02  02:56:32
40111         Log: integrate changes#9774,9814 from mainline (Unixware fixes)
40112              
40113              Subject: [ID 20010421.010] Perl 5.6.1 on Unixware 7
40114              
40115              Subject: Re: [ID 20010421.010] Perl 5.6.1 on Unixware 7
40116      Branch: maint-5.6/perl
40117           !> hints/svr5.sh
40118 ____________________________________________________________________________
40119 [  9948] By: gsar                                  on 2001/05/02  02:49:15
40120         Log: pod/find.t breaks on VMS (from Craig Berry)
40121      Branch: maint-5.6/perl
40122            ! t/pod/find.t
40123 ____________________________________________________________________________
40124 [  9947] By: jhi                                   on 2001/05/02  02:43:09
40125         Log: Add an encoding conversion example.
40126      Branch: perl
40127            ! ext/Encode/Encode.pm
40128 ____________________________________________________________________________
40129 [  9946] By: jhi                                   on 2001/05/02  01:34:22
40130         Log: Another coat of paint but still nowhere finished.
40131              Need to decide on the semantics of strptime(): should
40132              strptime() be a function instead of a method?  To do
40133              the week/monthname-strptiming the i18n/l10n bullet needs
40134              to be bitten with gusto.
40135      Branch: perl
40136            ! ext/Time/Piece/Piece.pm t/lib/time-piece.t
40137 ____________________________________________________________________________
40138 [  9945] By: jhi                                   on 2001/05/01  23:40:52
40139         Log: Update Changes.
40140      Branch: perl
40141            ! Changes patchlevel.h
40142 ____________________________________________________________________________
40143 [  9944] By: jhi                                   on 2001/05/01  23:33:37
40144         Log: Add known-to-be-tested modules to the list-to-be-skipped.
40145      Branch: perl
40146            ! t/lib/1_compile.t
40147 ____________________________________________________________________________
40148 [  9943] By: jhi                                   on 2001/05/01  23:24:40
40149         Log: Subject: BorlandC++ fix
40150              From: "Vadim Konovalov" <watman@inbox.ru>
40151              Date: Mon, 30 Apr 2001 20:12:26 -0700
40152              Message-ID: <006e01c0d1ec$8fb1b8d0$406bff87@vad>
40153      Branch: perl
40154            ! win32/makefile.mk
40155 ____________________________________________________________________________
40156 [  9942] By: jhi                                   on 2001/05/01  23:18:02
40157         Log: Update to Filter::Simple 0.60, create a test for it.
40158      Branch: perl
40159            + t/lib/filter-simple.t
40160            ! MANIFEST lib/Filter/Simple.pm
40161 ____________________________________________________________________________
40162 [  9941] By: jhi                                   on 2001/05/01  19:47:24
40163         Log: Subject: Re: bleadperl: s/// failure with \b and /g 
40164              From: Hugo <hv@crypt.compulink.co.uk>
40165              Date: Tue, 01 May 2001 20:12:20 +0100
40166              Message-Id: <200105011912.UAA06826@crypt.compulink.co.uk>
40167      Branch: perl
40168            ! pp_hot.c t/op/re_tests
40169 ____________________________________________________________________________
40170 [  9940] By: jhi                                   on 2001/05/01  19:42:16
40171         Log: Integrate perlio.
40172      Branch: perl
40173           !> lib/base.pm t/lib/fields.t
40174 ____________________________________________________________________________
40175 [  9939] By: jhi                                   on 2001/05/01  19:39:51
40176         Log: Subject: [PATCH] Allow appending on a PerlIO::Scalar
40177              From: Benjamin Sugars <bsugars@canoe.ca>
40178              Date: Tue, 1 May 2001 16:32:03 -0400 (EDT)
40179              Message-ID: <Pine.LNX.4.21.0105011627110.1526-100000@marmot.rim.canoe.ca>
40180      Branch: perl
40181            ! ext/PerlIO/Scalar/Scalar.xs t/lib/io_scalar.t
40182 ____________________________________________________________________________
40183 [  9938] By: jhi                                   on 2001/05/01  19:34:09
40184         Log: Add NEXT, a pseudo-class for method redispatching.
40185              <Damian>NEXT.pm probably offers more bang-for-buck
40186              than anything else I've ever written.</Damian>
40187      Branch: perl
40188            + lib/NEXT.pm t/lib/next.t
40189            ! MANIFEST
40190 ____________________________________________________________________________
40191 [  9937] By: jhi                                   on 2001/05/01  19:21:41
40192         Log: Update to Switch 2.02.
40193      Branch: perl
40194            ! lib/Switch.pm t/lib/switch.t
40195 ____________________________________________________________________________
40196 [  9936] By: nick                                  on 2001/05/01  19:09:21
40197         Log: Fix for base.pm clobbering $VERSION
40198      Branch: perlio
40199            ! lib/base.pm
40200 ____________________________________________________________________________
40201 [  9935] By: nick                                  on 2001/05/01  18:54:38
40202         Log: Test for base.pm clobbering $VERSION.
40203      Branch: perlio
40204            ! t/lib/fields.t
40205 ____________________________________________________________________________
40206 [  9934] By: jhi                                   on 2001/05/01  18:39:10
40207         Log: Add information about Scalar::Util::blessed.
40208      Branch: perl
40209            ! pod/perlobj.pod
40210 ____________________________________________________________________________
40211 [  9933] By: jhi                                   on 2001/05/01  18:33:51
40212         Log: Subject: Extra UNIVERSAL documentation
40213              From: Mike Guy <mjtg@cam.ac.uk>
40214              Date: Tue, 01 May 2001 20:12:11 +0100
40215              Message-Id: <E14ufZD-0007kD-00@libra.cus.cam.ac.uk>
40216      Branch: perl
40217            ! pod/perlobj.pod
40218 ____________________________________________________________________________
40219 [  9932] By: jhi                                   on 2001/05/01  18:26:54
40220         Log: Subject: Autoflush in tests as appropriate
40221              From: Mike Guy <mjtg@cam.ac.uk>
40222              Date: Tue, 01 May 2001 20:05:31 +0100
40223              Message-Id: <E14ufSl-0007gS-00@libra.cus.cam.ac.uk>
40224      Branch: perl
40225            ! t/lib/syslfs.t t/op/die_exit.t t/op/lex_assign.t t/op/lfs.t
40226            ! t/op/taint.t
40227 ____________________________________________________________________________
40228 [  9931] By: jhi                                   on 2001/05/01  18:02:29
40229         Log: Subject: [PATCH] Multiple consecutive writes on PerlIO::Scalar
40230              From: Benjamin Sugars <bsugars@canoe.ca>
40231              Date: Tue, 1 May 2001 14:58:24 -0400 (EDT)
40232              Message-ID: <Pine.LNX.4.21.0105011431300.1526-100000@marmot.rim.canoe.ca>
40233      Branch: perl
40234            ! ext/PerlIO/Scalar/Scalar.xs t/lib/io_scalar.t
40235 ____________________________________________________________________________
40236 [  9930] By: jhi                                   on 2001/05/01  15:12:26
40237         Log: Subject: Re: Finally got a round tuit
40238              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
40239              Date: Tue, 01 May 2001 14:14:10 +0200
40240              Message-Id: <20010501135740.19E4.H.M.BRAND@hccnet.nl>
40241              
40242              The -DP part, slightly modified.
40243      Branch: perl
40244            ! perl.c
40245 ____________________________________________________________________________
40246 [  9929] By: jhi                                   on 2001/05/01  14:17:15
40247         Log: Subject: Re: Finally got a round tuit
40248              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
40249              Date: Tue, 01 May 2001 16:34:06 +0200
40250              Message-Id: <20010501163255.19F2.H.M.BRAND@hccnet.nl>
40251              
40252              cpp and optimization tweaks for HP-UX.
40253      Branch: perl
40254            ! hints/hpux.sh
40255 ____________________________________________________________________________
40256 [  9928] By: jhi                                   on 2001/05/01  13:24:20
40257         Log: Tune the scan_num() comments to reality.
40258      Branch: perl
40259            ! toke.c
40260 ____________________________________________________________________________
40261 [  9927] By: jhi                                   on 2001/05/01  13:14:01
40262         Log: Subject: [PATCH B::Deparse] optimised sort
40263              From: Robin Houston <robin@kitsite.com>
40264              Date: Tue, 1 May 2001 14:07:12 +0100
40265              Message-ID: <20010501140712.A4266@penderel>
40266      Branch: perl
40267            ! ext/B/B/Deparse.pm
40268 ____________________________________________________________________________
40269 [  9926] By: jhi                                   on 2001/05/01  13:10:53
40270         Log: Subject: [PATCH t/lib/b-deparse.t] 
40271              From: Robin Houston <robin@kitsite.com>
40272              Date: Tue, 1 May 2001 13:37:42 +0100
40273              Message-ID: <20010501133742.A4082@penderel>
40274      Branch: perl
40275            ! t/lib/b-deparse.t
40276 ____________________________________________________________________________
40277 [  9925] By: jhi                                   on 2001/05/01  13:10:13
40278         Log: Subject: [PATCH B::Deparse] for(;;), sort
40279              From: Robin Houston <robin@kitsite.com>
40280              Date: Tue, 1 May 2001 13:35:00 +0100
40281              Message-ID: <20010501133500.A4061@penderel>
40282      Branch: perl
40283            ! ext/B/B/Deparse.pm
40284 ____________________________________________________________________________
40285 [  9924] By: jhi                                   on 2001/05/01  13:09:22
40286         Log: Subject: [PATCH B::Deparse] do, warn, use
40287              From: Robin Houston <robin@kitsite.com>
40288              Date: Tue, 1 May 2001 13:31:03 +0100
40289              Message-ID: <20010501133103.A4041@penderel>
40290      Branch: perl
40291            ! ext/B/B/Deparse.pm
40292 ____________________________________________________________________________
40293 [  9923] By: jhi                                   on 2001/05/01  11:45:36
40294         Log: Subject: [PATCH] Test autoflush on fork (Was: Should I remove something?)
40295              From: Benjamin Sugars <ben.sugars@home.com>
40296              Date: Mon, 30 Apr 2001 22:21:54 -0400 (EDT)
40297              Message-ID: <Pine.LNX.4.21.0104302213190.19002-100000@localhost.localdomain>
40298      Branch: perl
40299            + t/io/fflush.t
40300            ! MANIFEST
40301 ____________________________________________________________________________
40302 [  9922] By: jhi                                   on 2001/05/01  11:35:42
40303         Log: Subject: [PATCH: perl@9917] more VMS tweaks for addn'l selfstubber tests
40304              From: Peter Prymmer <pvhp@forte.com>
40305              Date: Mon, 30 Apr 2001 16:26:30 -0700 (PDT)
40306              Message-ID: <Pine.OSF.4.10.10104301621200.161547-100000@aspara.forte.com>
40307      Branch: perl
40308            ! t/lib/selfstubber.t
40309 ____________________________________________________________________________
40310 [  9921] By: jhi                                   on 2001/04/30  16:34:33
40311         Log: Subject: [PATCH B::Concise] suppress warning
40312              From: Robin Houston <robin@kitsite.com>
40313              Date: Mon, 30 Apr 2001 16:09:49 +0100
40314              Message-ID: <20010430160949.A25086@penderel>
40315      Branch: perl
40316            ! ext/B/B/Concise.pm
40317 ____________________________________________________________________________
40318 [  9920] By: jhi                                   on 2001/04/30  13:56:04
40319         Log: Strip the *markers* from #9919.
40320      Branch: perl
40321            ! pod/perlfaq.pod pod/perlfaq5.pod
40322 ____________________________________________________________________________
40323 [  9919] By: jhi                                   on 2001/04/30  13:54:04
40324         Log: Subject: [PATCH] (perlfaq/bleadperl) append mode and locking
40325              From: Gwyn Judd <b.judd@xtra.co.nz>
40326              Date: Sun, 29 Apr 2001 01:47:49 +1200
40327              Message-ID: <20010429014749.A4418@thislove>
40328      Branch: perl
40329            ! pod/perlfaq.pod pod/perlfaq5.pod
40330 ____________________________________________________________________________
40331 [  9918] By: jhi                                   on 2001/04/30  13:13:54
40332         Log: More_tweakage.
40333      Branch: perl
40334            ! pod/perldata.pod pod/perldiag.pod
40335 ____________________________________________________________________________
40336 [  9917] By: jhi                                   on 2001/04/30  13:01:27
40337         Log: Update Changes.
40338      Branch: perl
40339            ! Changes patchlevel.h
40340 ____________________________________________________________________________
40341 [  9916] By: jhi                                   on 2001/04/30  12:57:03
40342         Log: T_w_e_a_k_a_g_e.
40343      Branch: perl
40344            ! pod/perldata.pod pod/perldiag.pod
40345 ____________________________________________________________________________
40346 [  9915] By: jhi                                   on 2001/04/30  12:39:29
40347         Log: Install s2p also as psed.
40348              
40349              TODO: psed documentation?
40350      Branch: perl
40351            ! installperl
40352 ____________________________________________________________________________
40353 [  9914] By: jhi                                   on 2001/04/30  12:29:21
40354         Log: Subject: Re: [ID 20010303.009] SOCKS5 work around breaks other sockets
40355              From: Jens Hamisch <jens@Strawberry.COM>
40356              Date: Fri, 27 Apr 2001 17:00:36 +0200
40357              Message-ID: <20010427170036.K1372@Strawberry.COM>
40358              
40359              SOCKS5_VERSION_NAME is the right symbol to detect
40360              the presence of SOCKS5.  (HAS_SOCKS5_INIT is telling whether
40361              function called socks5_init() is available, and even that is
40362              not universal, most SOCKS5 installations use SOCKSinit()).
40363      Branch: perl
40364            ! perlio.c
40365 ____________________________________________________________________________
40366 [  9913] By: jhi                                   on 2001/04/30  12:22:15
40367         Log: Allow a zero timeout on IO::Socket accept and connect--
40368              though one really shouldn't do that.  Based on
40369              
40370              Subject: Not possible to set zero second timeout on accept() in IO::Socket and company..
40371              From: "John Holdsworth" <coldwave@bigfoot.com>
40372              Date: Sun, 4 Feb 2001 12:48:18 +0100
40373              Message-ID: <005a01c08ea0$5e6039d0$03ac2ac0@planc>
40374      Branch: perl
40375            ! ext/IO/lib/IO/Socket.pm
40376 ____________________________________________________________________________
40377 [  9912] By: jhi                                   on 2001/04/30  11:27:27
40378         Log: Save the spot of regprev (see #9911) for binary compatibility;
40379              regen API.
40380      Branch: perl
40381            ! embedvar.h perlapi.h thrdvar.h
40382 ____________________________________________________________________________
40383 [  9911] By: jhi                                   on 2001/04/30  11:22:03
40384         Log: Subject: Re: [PATCH bleadperl] [ID 20010426.002] Word boundry regex [...] 
40385              From: Hugo <hv@crypt.compulink.co.uk>
40386              Date: Sun, 29 Apr 2001 17:09:30 +0100
40387              Message-Id: <200104291609.RAA17790@crypt.compulink.co.uk>
40388      Branch: perl
40389            ! regcomp.c regexec.c sv.c t/op/re_tests t/op/subst.t thrdvar.h
40390 ____________________________________________________________________________
40391 [  9910] By: jhi                                   on 2001/04/30  11:15:12
40392         Log: Change PL_numeric_radix to PL_numeric_radix_sv (and leave in
40393              a dummy for PL_numeric_radix); no pressing reason to break
40394              binary compatibility; regen API.
40395      Branch: perl
40396            ! embedvar.h global.sym intrpvar.h objXSUB.h perl.c perl.h
40397            ! perlapi.c perlapi.h pod/perlapi.pod sv.c util.c
40398 ____________________________________________________________________________
40399 [  9909] By: jhi                                   on 2001/04/30  10:56:08
40400         Log: Subject: [DOC PATCH bleadperl] Document generation of random integers
40401              From: Walt Mankowski <waltman@netaxs.com>
40402              Date: Sun, 29 Apr 2001 21:53:48 -0400
40403              Message-ID: <20010429215348.A3971@netaxs.com>
40404      Branch: perl
40405            ! pod/perlfunc.pod
40406 ____________________________________________________________________________
40407 [  9908] By: jhi                                   on 2001/04/30  10:49:40
40408         Log: Reintroduce #9889 to unbuffer the stderr/stdout on stdio configs.
40409      Branch: perl
40410            ! t/lib/selfstubber.t
40411 ____________________________________________________________________________
40412 [  9907] By: nick                                  on 2001/04/30  09:26:50
40413         Log: Integrate mainline.
40414      Branch: perlio
40415           !> pod/perldata.pod pod/perldiag.pod t/pragma/warn/toke toke.c
40416 ____________________________________________________________________________
40417 [  9906] By: jhi                                   on 2001/04/29  23:24:20
40418         Log: Abigail spotted a thinko in #9905.
40419      Branch: perl
40420            ! pod/perldiag.pod
40421 ____________________________________________________________________________
40422 [  9905] By: jhi                                   on 2001/04/29  15:55:39
40423         Log: Changed the underscore/undebar syntax in numeric constants;
40424              now any grouping will do, as long as the underscores are not
40425              consecutive (so "zero-grouping" is out), and they do not begin
40426              or end the integer or fractional parts.
40427      Branch: perl
40428            ! pod/perldata.pod pod/perldiag.pod t/pragma/warn/toke toke.c
40429 ____________________________________________________________________________
40430 [  9904] By: nick                                  on 2001/04/29  15:43:22
40431         Log: Integrate mainline.
40432      Branch: perlio
40433           +> (branch 98 files)
40434            - lib/unicode/Block.pl
40435            - lib/unicode/In/AlphabeticPresentationForms.pl
40436            - lib/unicode/In/Arabic.pl
40437            - lib/unicode/In/ArabicPresentationForms-A.pl
40438            - lib/unicode/In/ArabicPresentationForms-B.pl
40439            - lib/unicode/In/Armenian.pl lib/unicode/In/Arrows.pl
40440            - lib/unicode/In/BasicLatin.pl lib/unicode/In/Bengali.pl
40441            - lib/unicode/In/BlockElements.pl lib/unicode/In/Bopomofo.pl
40442            - lib/unicode/In/BopomofoExtended.pl
40443            - lib/unicode/In/BoxDrawing.pl lib/unicode/In/BraillePatterns.pl
40444            - lib/unicode/In/CJKCompatibility.pl
40445            - lib/unicode/In/CJKCompatibilityForms.pl
40446            - lib/unicode/In/CJKCompatibilityIdeographs.pl
40447            - lib/unicode/In/CJKRadicalsSupplement.pl
40448            - lib/unicode/In/CJKSymbolsandPunctuation.pl
40449            - lib/unicode/In/CJKUnifiedIdeographs.pl
40450            - lib/unicode/In/CJKUnifiedIdeographsExtensionA.pl
40451            - lib/unicode/In/Cherokee.pl
40452            - lib/unicode/In/CombiningDiacriticalMarks.pl
40453            - lib/unicode/In/CombiningHalfMarks.pl
40454            - lib/unicode/In/CombiningMarksforSymbols.pl
40455            - lib/unicode/In/ControlPictures.pl
40456            - lib/unicode/In/CurrencySymbols.pl lib/unicode/In/Cyrillic.pl
40457            - lib/unicode/In/Devanagari.pl lib/unicode/In/Dingbats.pl
40458            - lib/unicode/In/EnclosedAlphanumerics.pl
40459            - lib/unicode/In/EnclosedCJKLettersandMonths.pl
40460            - lib/unicode/In/Ethiopic.pl
40461            - lib/unicode/In/GeneralPunctuation.pl
40462            - lib/unicode/In/GeometricShapes.pl lib/unicode/In/Georgian.pl
40463            - lib/unicode/In/Greek.pl lib/unicode/In/GreekExtended.pl
40464            - lib/unicode/In/Gujarati.pl lib/unicode/In/Gurmukhi.pl
40465            - lib/unicode/In/HalfwidthandFullwidthForms.pl
40466            - lib/unicode/In/HangulCompatibilityJamo.pl
40467            - lib/unicode/In/HangulJamo.pl lib/unicode/In/HangulSyllables.pl
40468            - lib/unicode/In/Hebrew.pl
40469            - lib/unicode/In/HighPrivateUseSurrogates.pl
40470            - lib/unicode/In/HighSurrogates.pl lib/unicode/In/Hiragana.pl
40471            - lib/unicode/In/IPAExtensions.pl
40472            - lib/unicode/In/IdeographicDescriptionCharacters.pl
40473            - lib/unicode/In/Kanbun.pl lib/unicode/In/KangxiRadicals.pl
40474            - lib/unicode/In/Kannada.pl lib/unicode/In/Katakana.pl
40475            - lib/unicode/In/Khmer.pl lib/unicode/In/Lao.pl
40476            - lib/unicode/In/Latin-1Supplement.pl
40477            - lib/unicode/In/LatinExtended-A.pl
40478            - lib/unicode/In/LatinExtended-B.pl
40479            - lib/unicode/In/LatinExtendedAdditional.pl
40480            - lib/unicode/In/LetterlikeSymbols.pl
40481            - lib/unicode/In/LowSurrogates.pl lib/unicode/In/Malayalam.pl
40482            - lib/unicode/In/MathematicalOperators.pl
40483            - lib/unicode/In/MiscellaneousSymbols.pl
40484            - lib/unicode/In/MiscellaneousTechnical.pl
40485            - lib/unicode/In/Mongolian.pl lib/unicode/In/Myanmar.pl
40486            - lib/unicode/In/NumberForms.pl lib/unicode/In/Ogham.pl
40487            - lib/unicode/In/OpticalCharacterRecognition.pl
40488            - lib/unicode/In/Oriya.pl lib/unicode/In/PrivateUse.pl
40489            - lib/unicode/In/Runic.pl lib/unicode/In/Sinhala.pl
40490            - lib/unicode/In/SmallFormVariants.pl
40491            - lib/unicode/In/SpacingModifierLetters.pl
40492            - lib/unicode/In/Specials.pl
40493            - lib/unicode/In/SuperscriptsandSubscripts.pl
40494            - lib/unicode/In/Syriac.pl lib/unicode/In/Tamil.pl
40495            - lib/unicode/In/Telugu.pl lib/unicode/In/Thaana.pl
40496            - lib/unicode/In/Thai.pl lib/unicode/In/Tibetan.pl
40497            - lib/unicode/In/UnifiedCanadianAboriginalSyllabics.pl
40498            - lib/unicode/In/YiRadicals.pl lib/unicode/In/YiSyllables.pl
40499           !> INSTALL MANIFEST doop.c embed.h embed.pl ext/B/B/Deparse.pm
40500           !> ext/IO/lib/IO/Seekable.pm hints/hpux.sh
40501           !> lib/unicode/mktables.PL lib/utf8_heavy.pl objXSUB.h perl.h
40502           !> pod/perldiag.pod pod/perlunicode.pod proto.h regcomp.c
40503           !> regexec.c t/lib/b-deparse.t t/lib/selfstubber.t t/op/pat.t
40504           !> utf8.c win32/Makefile
40505 ____________________________________________________________________________
40506 [  9903] By: jhi                                   on 2001/04/29  14:30:53
40507         Log: Subject: [PATCH: perl@9885] win32/Makefile (nmake) update
40508              From: Prymmer/Kahn <pvhp@best.com>
40509              Date: Sat, 28 Apr 2001 21:56:51 -0700 (PDT)
40510              Message-ID: <Pine.BSF.4.21.0104282147270.2927-100000@shell8.ba.best.com>
40511      Branch: perl
40512            ! win32/Makefile
40513 ____________________________________________________________________________
40514 [  9902] By: jhi                                   on 2001/04/29  02:52:44
40515         Log: Subject: [PATCH ext/IO/lib/IO/Seekable.pm] Doc fixes.
40516              From: "Abigail" <abigail@foad.org>
40517              Date: Sun, 29 Apr 2001 03:14:25 +0200
40518              Message-ID: <20010429011425.24503.qmail@foad.org>
40519      Branch: perl
40520            ! ext/IO/lib/IO/Seekable.pm
40521 ____________________________________________________________________________
40522 [  9901] By: jhi                                   on 2001/04/29  02:04:46
40523         Log: In character classes one couldn't have 0x80..0xff characters
40524              at the left hand side if there were 0x100.. characters in the
40525              character class.
40526      Branch: perl
40527            ! doop.c embed.h embed.pl objXSUB.h proto.h regcomp.c regexec.c
40528            ! t/op/pat.t utf8.c
40529 ____________________________________________________________________________
40530 [  9900] By: jhi                                   on 2001/04/28  22:55:04
40531         Log: Forgot the latest mktables.PL from #9899.
40532      Branch: perl
40533            ! lib/unicode/mktables.PL
40534 ____________________________________________________________________________
40535 [  9899] By: jhi                                   on 2001/04/28  22:53:28
40536         Log: Explain the \p{} and \P{} error message better and
40537              have prettier prettyprint in In.pl.
40538      Branch: perl
40539            ! lib/unicode/In.pl lib/unicode/mktables.PL lib/utf8_heavy.pl
40540            ! pod/perldiag.pod
40541 ____________________________________________________________________________
40542 [  9898] By: jhi                                   on 2001/04/28  21:03:34
40543         Log: Add one possible explanation for the "Invalid [] range" error.
40544      Branch: perl
40545            ! pod/perldiag.pod
40546 ____________________________________________________________________________
40547 [  9897] By: jhi                                   on 2001/04/28  17:18:26
40548         Log: Add a level of indirection to the implementation of \p{InFoo}
40549              so that we don't have to have long filenames.  (Nothing changes
40550              in the user interface.)   The indirection is defined in
40551              the file lib/unicode/In.pl and it is handled in lib/utf8_heavy.pl.
40552              Also rename some the character classes by removing '-' from
40553              the classnames, and finally renamed Block.pl as Blocks.pl.
40554      Branch: perl
40555            + lib/unicode/Blocks.pl lib/unicode/In.pl lib/unicode/In/0.pl
40556            + lib/unicode/In/1.pl lib/unicode/In/10.pl lib/unicode/In/11.pl
40557            + lib/unicode/In/12.pl lib/unicode/In/13.pl lib/unicode/In/14.pl
40558            + lib/unicode/In/15.pl lib/unicode/In/16.pl lib/unicode/In/17.pl
40559            + lib/unicode/In/18.pl lib/unicode/In/19.pl lib/unicode/In/2.pl
40560            + lib/unicode/In/20.pl lib/unicode/In/21.pl lib/unicode/In/22.pl
40561            + lib/unicode/In/23.pl lib/unicode/In/24.pl lib/unicode/In/25.pl
40562            + lib/unicode/In/26.pl lib/unicode/In/27.pl lib/unicode/In/28.pl
40563            + lib/unicode/In/29.pl lib/unicode/In/3.pl lib/unicode/In/30.pl
40564            + lib/unicode/In/31.pl lib/unicode/In/32.pl lib/unicode/In/33.pl
40565            + lib/unicode/In/34.pl lib/unicode/In/35.pl lib/unicode/In/36.pl
40566            + lib/unicode/In/37.pl lib/unicode/In/38.pl lib/unicode/In/39.pl
40567            + lib/unicode/In/4.pl lib/unicode/In/40.pl lib/unicode/In/41.pl
40568            + lib/unicode/In/42.pl lib/unicode/In/43.pl lib/unicode/In/44.pl
40569            + lib/unicode/In/45.pl lib/unicode/In/46.pl lib/unicode/In/47.pl
40570            + lib/unicode/In/48.pl lib/unicode/In/49.pl lib/unicode/In/5.pl
40571            + lib/unicode/In/50.pl lib/unicode/In/51.pl lib/unicode/In/52.pl
40572            + lib/unicode/In/53.pl lib/unicode/In/54.pl lib/unicode/In/55.pl
40573            + lib/unicode/In/56.pl lib/unicode/In/57.pl lib/unicode/In/58.pl
40574            + lib/unicode/In/59.pl lib/unicode/In/6.pl lib/unicode/In/60.pl
40575            + lib/unicode/In/61.pl lib/unicode/In/62.pl lib/unicode/In/63.pl
40576            + lib/unicode/In/64.pl lib/unicode/In/65.pl lib/unicode/In/66.pl
40577            + lib/unicode/In/67.pl lib/unicode/In/68.pl lib/unicode/In/69.pl
40578            + lib/unicode/In/7.pl lib/unicode/In/70.pl lib/unicode/In/71.pl
40579            + lib/unicode/In/72.pl lib/unicode/In/73.pl lib/unicode/In/74.pl
40580            + lib/unicode/In/75.pl lib/unicode/In/76.pl lib/unicode/In/77.pl
40581            + lib/unicode/In/78.pl lib/unicode/In/79.pl lib/unicode/In/8.pl
40582            + lib/unicode/In/80.pl lib/unicode/In/81.pl lib/unicode/In/82.pl
40583            + lib/unicode/In/83.pl lib/unicode/In/84.pl lib/unicode/In/85.pl
40584            + lib/unicode/In/86.pl lib/unicode/In/87.pl lib/unicode/In/88.pl
40585            + lib/unicode/In/89.pl lib/unicode/In/9.pl lib/unicode/In/90.pl
40586            + lib/unicode/In/91.pl lib/unicode/In/92.pl lib/unicode/In/93.pl
40587            + lib/unicode/In/94.pl lib/unicode/In/95.pl
40588            - lib/unicode/Block.pl
40589            - lib/unicode/In/AlphabeticPresentationForms.pl
40590            - lib/unicode/In/Arabic.pl
40591            - lib/unicode/In/ArabicPresentationForms-A.pl
40592            - lib/unicode/In/ArabicPresentationForms-B.pl
40593            - lib/unicode/In/Armenian.pl lib/unicode/In/Arrows.pl
40594            - lib/unicode/In/BasicLatin.pl lib/unicode/In/Bengali.pl
40595            - lib/unicode/In/BlockElements.pl lib/unicode/In/Bopomofo.pl
40596            - lib/unicode/In/BopomofoExtended.pl
40597            - lib/unicode/In/BoxDrawing.pl lib/unicode/In/BraillePatterns.pl
40598            - lib/unicode/In/CJKCompatibility.pl
40599            - lib/unicode/In/CJKCompatibilityForms.pl
40600            - lib/unicode/In/CJKCompatibilityIdeographs.pl
40601            - lib/unicode/In/CJKRadicalsSupplement.pl
40602            - lib/unicode/In/CJKSymbolsandPunctuation.pl
40603            - lib/unicode/In/CJKUnifiedIdeographs.pl
40604            - lib/unicode/In/CJKUnifiedIdeographsExtensionA.pl
40605            - lib/unicode/In/Cherokee.pl
40606            - lib/unicode/In/CombiningDiacriticalMarks.pl
40607            - lib/unicode/In/CombiningHalfMarks.pl
40608            - lib/unicode/In/CombiningMarksforSymbols.pl
40609            - lib/unicode/In/ControlPictures.pl
40610            - lib/unicode/In/CurrencySymbols.pl lib/unicode/In/Cyrillic.pl
40611            - lib/unicode/In/Devanagari.pl lib/unicode/In/Dingbats.pl
40612            - lib/unicode/In/EnclosedAlphanumerics.pl
40613            - lib/unicode/In/EnclosedCJKLettersandMonths.pl
40614            - lib/unicode/In/Ethiopic.pl
40615            - lib/unicode/In/GeneralPunctuation.pl
40616            - lib/unicode/In/GeometricShapes.pl lib/unicode/In/Georgian.pl
40617            - lib/unicode/In/Greek.pl lib/unicode/In/GreekExtended.pl
40618            - lib/unicode/In/Gujarati.pl lib/unicode/In/Gurmukhi.pl
40619            - lib/unicode/In/HalfwidthandFullwidthForms.pl
40620            - lib/unicode/In/HangulCompatibilityJamo.pl
40621            - lib/unicode/In/HangulJamo.pl lib/unicode/In/HangulSyllables.pl
40622            - lib/unicode/In/Hebrew.pl
40623            - lib/unicode/In/HighPrivateUseSurrogates.pl
40624            - lib/unicode/In/HighSurrogates.pl lib/unicode/In/Hiragana.pl
40625            - lib/unicode/In/IPAExtensions.pl
40626            - lib/unicode/In/IdeographicDescriptionCharacters.pl
40627            - lib/unicode/In/Kanbun.pl lib/unicode/In/KangxiRadicals.pl
40628            - lib/unicode/In/Kannada.pl lib/unicode/In/Katakana.pl
40629            - lib/unicode/In/Khmer.pl lib/unicode/In/Lao.pl
40630            - lib/unicode/In/Latin-1Supplement.pl
40631            - lib/unicode/In/LatinExtended-A.pl
40632            - lib/unicode/In/LatinExtended-B.pl
40633            - lib/unicode/In/LatinExtendedAdditional.pl
40634            - lib/unicode/In/LetterlikeSymbols.pl
40635            - lib/unicode/In/LowSurrogates.pl lib/unicode/In/Malayalam.pl
40636            - lib/unicode/In/MathematicalOperators.pl
40637            - lib/unicode/In/MiscellaneousSymbols.pl
40638            - lib/unicode/In/MiscellaneousTechnical.pl
40639            - lib/unicode/In/Mongolian.pl lib/unicode/In/Myanmar.pl
40640            - lib/unicode/In/NumberForms.pl lib/unicode/In/Ogham.pl
40641            - lib/unicode/In/OpticalCharacterRecognition.pl
40642            - lib/unicode/In/Oriya.pl lib/unicode/In/PrivateUse.pl
40643            - lib/unicode/In/Runic.pl lib/unicode/In/Sinhala.pl
40644            - lib/unicode/In/SmallFormVariants.pl
40645            - lib/unicode/In/SpacingModifierLetters.pl
40646            - lib/unicode/In/Specials.pl
40647            - lib/unicode/In/SuperscriptsandSubscripts.pl
40648            - lib/unicode/In/Syriac.pl lib/unicode/In/Tamil.pl
40649            - lib/unicode/In/Telugu.pl lib/unicode/In/Thaana.pl
40650            - lib/unicode/In/Thai.pl lib/unicode/In/Tibetan.pl
40651            - lib/unicode/In/UnifiedCanadianAboriginalSyllabics.pl
40652            - lib/unicode/In/YiRadicals.pl lib/unicode/In/YiSyllables.pl
40653            ! MANIFEST lib/unicode/mktables.PL lib/utf8_heavy.pl
40654            ! pod/perlunicode.pod
40655 ____________________________________________________________________________
40656 [  9896] By: jhi                                   on 2001/04/28  14:33:17
40657         Log: Update the information on shared library path on HP-UX.
40658      Branch: perl
40659            ! INSTALL
40660 ____________________________________________________________________________
40661 [  9895] By: jhi                                   on 2001/04/28  14:32:30
40662         Log: Because #9894 seems to do the trick, this workaround can be removed.
40663      Branch: perl
40664            ! t/lib/selfstubber.t
40665 ____________________________________________________________________________
40666 [  9894] By: jhi                                   on 2001/04/28  14:26:13
40667         Log: For PerlIO flush the children's file handles (on fork/exec/system).
40668      Branch: perl
40669            ! perl.h
40670 ____________________________________________________________________________
40671 [  9893] By: jhi                                   on 2001/04/28  14:23:15
40672         Log: Test tweak for #9891.
40673      Branch: perl
40674            ! t/lib/b-deparse.t
40675 ____________________________________________________________________________
40676 [  9892] By: jhi                                   on 2001/04/28  14:10:13
40677         Log: New HP-UX hints from Merijn.
40678      Branch: perl
40679            ! hints/hpux.sh
40680 ____________________________________________________________________________
40681 [  9891] By: jhi                                   on 2001/04/28  14:07:27
40682         Log: Subject: [PATCH B::Deparse] non-block scopes
40683              From: Robin Houston <robin@kitsite.com>
40684              Date: Fri, 27 Apr 2001 19:15:14 +0100
40685              Message-ID: <20010427191514.A30951@puffinry.freeserve.co.uk>
40686      Branch: perl
40687            ! ext/B/B/Deparse.pm
40688 ____________________________________________________________________________
40689 [  9890] By: nick                                  on 2001/04/27  19:41:25
40690         Log: Integrate mainline
40691      Branch: perlio
40692           +> t/lib/selfstubber.t
40693           !> (integrate 50 files)
40694 ____________________________________________________________________________
40695 [  9889] By: jhi                                   on 2001/04/27  18:23:46
40696         Log: Subject: Re: selfstubber test fail on bleadperl
40697              From: Mike Guy <mjtg@cam.ac.uk>
40698              Date: Fri, 27 Apr 2001 19:31:18 +0100
40699              Message-Id: <E14tD1S-0001tJ-00@libra.cus.cam.ac.uk>
40700      Branch: perl
40701            ! t/lib/selfstubber.t
40702 ____________________________________________________________________________
40703 [  9888] By: jhi                                   on 2001/04/27  16:20:54
40704         Log: Test tweak for #9886.
40705      Branch: perl
40706            ! t/lib/b-deparse.t
40707 ____________________________________________________________________________
40708 [  9887] By: jhi                                   on 2001/04/27  16:16:33
40709         Log: Buffering issue at least in Solaris (even with perlio).
40710      Branch: perl
40711            ! t/lib/selfstubber.t
40712 ____________________________________________________________________________
40713 [  9886] By: jhi                                   on 2001/04/27  14:59:23
40714         Log: Subject: [PATCH B::Deparse] Human-readable pragmas &c
40715              From: Robin Houston <robin@kitsite.com>
40716              Date: Fri, 27 Apr 2001 16:53:20 +0100
40717              Message-ID: <20010427165320.A30479@puffinry.freeserve.co.uk>
40718      Branch: perl
40719            ! ext/B/B/Deparse.pm
40720 ____________________________________________________________________________
40721 [  9885] By: jhi                                   on 2001/04/27  14:23:51
40722         Log: Update Changes.
40723      Branch: perl
40724            ! Changes patchlevel.h
40725 ____________________________________________________________________________
40726 [  9884] By: jhi                                   on 2001/04/27  14:14:12
40727         Log: Subject: [DOC PATCH bleadperl] Document underscores in numeric literals
40728              From: "Philip Newton" <pnewton@gmx.de>
40729              Date: Fri, 27 Apr 2001 16:40:13 +0200
40730              Message-ID: <3AE9A0ED.5248.CEA127@localhost>
40731      Branch: perl
40732            ! pod/perldata.pod
40733 ____________________________________________________________________________
40734 [  9883] By: jhi                                   on 2001/04/27  13:28:19
40735         Log: Add LOG_PERROR; prettify the "removed".
40736      Branch: perl
40737            ! ext/Sys/Syslog/Syslog.xs
40738 ____________________________________________________________________________
40739 [  9882] By: jhi                                   on 2001/04/27  13:13:18
40740         Log: h2xs tweaks: use NV instead of double, "quote" the removed
40741              prefixes for clarity (especially when nothing is removed),
40742              slight pod reformats.
40743      Branch: perl
40744            ! utils/h2xs.PL
40745 ____________________________________________________________________________
40746 [  9881] By: jhi                                   on 2001/04/27  12:58:48
40747         Log: Don't bother creating existing directories.
40748      Branch: perl
40749            ! utils/h2xs.PL
40750 ____________________________________________________________________________
40751 [  9880] By: jhi                                   on 2001/04/27  12:45:39
40752         Log: Subject: MakeMaker 'make test' weirdness -- fix for h2xs provided
40753              From: Mike Schilli <m@perlmeister.com>
40754              Date: Wed, 25 Apr 2001 01:29:21 -0700
40755              Message-id: <3AE68AE1.6A981723@perlmeister.com>
40756      Branch: perl
40757            ! utils/h2xs.PL
40758 ____________________________________________________________________________
40759 [  9879] By: jhi                                   on 2001/04/27  12:40:55
40760         Log: break is not yet Perl.  Added the template license also to README.
40761      Branch: perl
40762            ! utils/h2xs.PL
40763 ____________________________________________________________________________
40764 [  9878] By: jhi                                   on 2001/04/27  03:08:20
40765         Log: Subject: Re: [ID 20010426.003] Not OK: perl v5.7.1 +DEVEL9849 on i686-linux-thread-multi-64int-ld 2.2.13
40766              From: Tim Jenness <t.jenness@jach.hawaii.edu>
40767              Date: Thu, 26 Apr 2001 15:30:17 -1000 (HST)
40768              Message-ID: <Pine.LNX.4.33.0104261529300.13049-100000@lapaki.jach.hawaii.edu>
40769      Branch: perl
40770            ! t/lib/xs-typemap.t
40771 ____________________________________________________________________________
40772 [  9877] By: jhi                                   on 2001/04/26  23:54:40
40773         Log: Subject: [PATCH: utils/h2xs.PL (bleadperl)] Fill in details we're likely to know.
40774              From: "Abigail" <abigail@foad.org>
40775              Date: Fri, 27 Apr 2001 01:44:28 +0200
40776              Message-ID: <20010426234428.19786.qmail@foad.org>
40777      Branch: perl
40778            ! utils/h2xs.PL
40779 ____________________________________________________________________________
40780 [  9876] By: jhi                                   on 2001/04/26  23:52:06
40781         Log: Subject: [PATCH: perl@9865] vms specific tweak to new selfstubber.t
40782              From: Peter Prymmer <pvhp@forte.com>
40783              Date: Thu, 26 Apr 2001 17:41:58 -0700 (PDT)
40784              Message-ID: <Pine.OSF.4.10.10104261738370.338047-100000@aspara.forte.com>
40785      Branch: perl
40786            ! t/lib/selfstubber.t
40787 ____________________________________________________________________________
40788 [  9875] By: jhi                                   on 2001/04/26  23:48:10
40789         Log: Deparse nits.
40790      Branch: perl
40791            ! ext/B/B/Deparse.pm t/lib/b-deparse.t
40792 ____________________________________________________________________________
40793 [  9874] By: jhi                                   on 2001/04/26  22:46:05
40794         Log: Document ANYOF_CLASS.
40795      Branch: perl
40796            ! regcomp.h
40797 ____________________________________________________________________________
40798 [  9873] By: jhi                                   on 2001/04/26  22:35:03
40799         Log: Subject: Re: [PATCH @9846] dumping ANYOF
40800              From: Hugo <hv@crypt.compulink.co.uk>
40801              Date: Thu, 26 Apr 2001 23:33:38 +0100
40802              Message-Id: <200104262233.XAA22352@crypt.compulink.co.uk>
40803      Branch: perl
40804            ! regcomp.c regcomp.h
40805 ____________________________________________________________________________
40806 [  9872] By: jhi                                   on 2001/04/26  22:34:31
40807         Log: Subject: [PATCH] more for Devel::SelfStubber
40808              From: Nicholas Clark <nick@ccl4.org>
40809              Date: Fri, 27 Apr 2001 00:13:52 +0100
40810              Message-ID: <20010427001351.K88186@plum.flirble.org>
40811      Branch: perl
40812            ! lib/Devel/SelfStubber.pm lib/SelfLoader.pm t/lib/selfstubber.t
40813 ____________________________________________________________________________
40814 [  9871] By: jhi                                   on 2001/04/26  21:59:17
40815         Log: Subject: [PATCH B::Deparse] formats must be flush left
40816              From: Robin Houston <robin@kitsite.com>
40817              Date: Thu, 26 Apr 2001 23:54:29 +0100
40818              Message-ID: <20010426235429.A28747@puffinry.freeserve.co.uk>
40819      Branch: perl
40820            ! ext/B/B/Deparse.pm
40821 ____________________________________________________________________________
40822 [  9870] By: jhi                                   on 2001/04/26  21:57:37
40823         Log: If some of the constants are prefixes of others,
40824              the prefixes may never get recognized.  (See 20010426.006.)
40825      Branch: perl
40826            ! utils/h2xs.PL
40827 ____________________________________________________________________________
40828 [  9869] By: jhi                                   on 2001/04/26  21:50:42
40829         Log: Subject: [ID 20010426.006] Sys::Syslog ignores LOG_AUTH constant
40830              From: Chris Bongaarts <cab@tc.umn.edu>
40831              Date: Thu, 26 Apr 2001 17:10:31 -0500
40832              Message-Id: <iss.2042.3ae89cd7.6cfba.1@earth.tc.umn.edu>
40833      Branch: perl
40834            ! ext/Sys/Syslog/Syslog.xs
40835 ____________________________________________________________________________
40836 [  9868] By: jhi                                   on 2001/04/26  21:35:12
40837         Log: Further cuts and more docs from Graham Barr.
40838      Branch: perl
40839            ! ext/List/Util/lib/List/Util.pm
40840            ! ext/List/Util/lib/Scalar/Util.pm
40841 ____________________________________________________________________________
40842 [  9867] By: jhi                                   on 2001/04/26  21:18:57
40843         Log: Subject: [PATCH 5.7.1] DB_File-1.77
40844              From: "Paul Marquess" <Paul.Marquess@Openwave.com>
40845              Date: Thu, 26 Apr 2001 22:37:53 +0100
40846              Message-ID: <000a01c0ce99$269cc3e0$99dcfea9@bfs.phone.com>
40847      Branch: perl
40848            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
40849            ! ext/DB_File/DB_File.xs ext/DB_File/version.c
40850 ____________________________________________________________________________
40851 [  9866] By: jhi                                   on 2001/04/26  21:12:31
40852         Log: Subject: [PATCH B::Deparse] fix easy bugs
40853              From: Robin Houston <robin@kitsite.com>
40854              Date: Thu, 26 Apr 2001 23:03:33 +0100
40855              Message-ID: <20010426230333.A28657@puffinry.freeserve.co.uk>
40856      Branch: perl
40857            ! ext/B/B/Deparse.pm
40858 ____________________________________________________________________________
40859 [  9865] By: jhi                                   on 2001/04/26  20:26:13
40860         Log: Update Changes.
40861      Branch: perl
40862            ! Changes patchlevel.h
40863 ____________________________________________________________________________
40864 [  9864] By: jhi                                   on 2001/04/26  19:27:48
40865         Log: Dethinko from Robin Houston.
40866      Branch: perl
40867            ! ext/B/B/Deparse.pm
40868 ____________________________________________________________________________
40869 [  9863] By: jhi                                   on 2001/04/26  19:10:35
40870         Log: Subject: [PATCH B::Deparse] C<$x = /(.)/> ne C<($x) = /(.)/>
40871              From: Robin Houston <robin@kitsite.com>
40872              Date: Thu, 26 Apr 2001 21:08:32 +0100
40873              Message-ID: <20010426210832.A28419@puffinry.freeserve.co.uk>
40874      Branch: perl
40875            ! ext/B/B/Deparse.pm
40876 ____________________________________________________________________________
40877 [  9862] By: jhi                                   on 2001/04/26  19:04:23
40878         Log: Subject: Re: [PATCH B::Deparse] fix string uninterpretation
40879              From: Robin Houston <robin@kitsite.com>
40880              Date: Thu, 26 Apr 2001 20:52:50 +0100
40881              Message-ID: <20010426205249.A28328@puffinry.freeserve.co.uk>
40882      Branch: perl
40883            ! ext/B/B/Deparse.pm
40884 ____________________________________________________________________________
40885 [  9861] By: jhi                                   on 2001/04/26  18:56:14
40886         Log: Subject: Re: [PATCH] UNIVERSAL shouldn't require Exporter
40887              From: Mike Guy <mjtg@cam.ac.uk>
40888              Date: Thu, 26 Apr 2001 14:22:40 +0100
40889              Message-Id: <E14sljE-0003X9-00@libra.cus.cam.ac.uk>
40890      Branch: perl
40891            ! pod/perlobj.pod
40892 ____________________________________________________________________________
40893 [  9860] By: jhi                                   on 2001/04/26  18:46:42
40894         Log: Subject: Re: [PATCH B::Deparse] fix string uninterpretation
40895              From: Robin Houston <robin@kitsite.com>
40896              Date: Thu, 26 Apr 2001 20:34:29 +0100
40897              Message-ID: <20010426203429.A28261@puffinry.freeserve.co.uk>
40898              
40899              Hashes do not interpolate.
40900      Branch: perl
40901            ! ext/B/B/Deparse.pm
40902 ____________________________________________________________________________
40903 [  9859] By: jhi                                   on 2001/04/26  18:43:51
40904         Log: Subject: The Time::Piece conspiracy unmasked!!!
40905              From: Mike Guy <mjtg@cam.ac.uk>
40906              Date: Thu, 26 Apr 2001 19:02:50 +0100
40907              Message-Id: <E14sq6M-0002g9-00@libra.cus.cam.ac.uk>
40908              
40909              Subject: [PATCH] that's enough UNIVERSAL stuff for one day ...
40910              From: Mike Guy <mjtg@cam.ac.uk>
40911              Date: Thu, 26 Apr 2001 19:08:21 +0100
40912              Message-Id: <E14sqBh-0002mI-00@libra.cus.cam.ac.uk>
40913              
40914              Subject: Re: [PATCH] that's enough UNIVERSAL stuff for one day ...
40915              From: Graham Barr <gbarr@pobox.com>
40916              Date: Thu, 26 Apr 2001 19:12:03 +0100
40917              Message-ID: <20010426191203.A70835@pobox.com>
40918              
40919              Eradicate UNIVERSAL (Mike) and remove the fallback Perl code (Graham)
40920      Branch: perl
40921            ! ext/List/Util/lib/List/Util.pm
40922            ! ext/List/Util/lib/Scalar/Util.pm ext/Time/Piece/Piece.pm gv.c
40923 ____________________________________________________________________________
40924 [  9858] By: jhi                                   on 2001/04/26  18:17:42
40925         Log: Subject: [PATCH t/comp/proto.t] disable correct warning
40926              From: Robin Houston <robin@kitsite.com>
40927              Date: Thu, 26 Apr 2001 16:09:35 +0100
40928              Message-ID: <20010426160934.A27140@puffinry.freeserve.co.uk>
40929      Branch: perl
40930            ! t/comp/proto.t
40931 ____________________________________________________________________________
40932 [  9857] By: jhi                                   on 2001/04/26  18:04:59
40933         Log: Subject: Re: [PATCH perldiag.pod] Re: [PATCH] Re: Useless use of constants other than 0,1 in void context?
40934              From: barries <barries@slaysys.com>
40935              Date: Thu, 26 Apr 2001 12:01:10 -0400
40936              Message-ID: <20010426120110.E29698@jester.slaysys.com>
40937      Branch: perl
40938            ! pod/perldiag.pod
40939 ____________________________________________________________________________
40940 [  9856] By: jhi                                   on 2001/04/26  18:03:33
40941         Log: Subject: [PATCH B::Deparse] fix string uninterpretation
40942              Date: Thu, 26 Apr 2001 17:13:41 +0100
40943              From: Robin Houston <robin@kitsite.com>
40944              Message-ID: <20010426171341.A27299@puffinry.freeserve.co.uk>
40945              
40946              Subject: Re: [PATCH B::Deparse] fix string uninterpretation
40947              From: Robin Houston <robin@kitsite.com>
40948              Date: Thu, 26 Apr 2001 18:44:29 +0100
40949              Message-ID: <20010426184429.A27734@puffinry.freeserve.co.uk>
40950      Branch: perl
40951            ! ext/B/B/Deparse.pm
40952 ____________________________________________________________________________
40953 [  9855] By: jhi                                   on 2001/04/26  17:56:04
40954         Log: Subject: [PATCH B::Deparse] filetests, open(my $x,...), warnings, formats &c
40955              From: Robin Houston <robin@kitsite.com>
40956              Date: Thu, 26 Apr 2001 17:04:08 +0100
40957              Message-ID: <20010426170408.A27257@puffinry.freeserve.co.uk>
40958      Branch: perl
40959            ! ext/B/B/Deparse.pm
40960 ____________________________________________________________________________
40961 [  9854] By: jhi                                   on 2001/04/26  17:47:26
40962         Log: Subject: Re: Short test case for undef %stash:: crash
40963              From: Benjamin Sugars <bsugars@canoe.ca> 
40964              Date: Mon, 23 Apr 2001 16:59:33 -0400 (EDT) 
40965              Message-ID: <Pine.LNX.4.21.0104231623520.790-100000@marmot.rim.canoe.ca>
40966              Changed and moved the perldiag entry.
40967      Branch: perl
40968            ! gv.c pod/perldiag.pod
40969 ____________________________________________________________________________
40970 [  9853] By: jhi                                   on 2001/04/26  14:35:16
40971         Log: Beginnings of strptime().  Do not touch the wet paint.
40972      Branch: perl
40973            ! ext/Time/Piece/Piece.pm t/lib/time-piece.t
40974 ____________________________________________________________________________
40975 [  9852] By: jhi                                   on 2001/04/26  13:17:21
40976         Log: Retract #9851, core dumps from pod2man.
40977      Branch: perl
40978            ! regcomp.c
40979 ____________________________________________________________________________
40980 [  9851] By: jhi                                   on 2001/04/26  11:54:41
40981         Log: (Retracted by #9852.)
40982              
40983              Subject: [PATCH @9846] dumping ANYOF
40984              From: Hugo <hv@crypt.compulink.co.uk>
40985              Date: Thu, 26 Apr 2001 05:32:38 +0100
40986              Message-Id: <200104260432.FAA12669@crypt.compulink.co.uk>
40987      Branch: perl
40988            ! regcomp.c
40989 ____________________________________________________________________________
40990 [  9850] By: jhi                                   on 2001/04/26  02:34:44
40991         Log: If ccflags was empty the _previous_ $* containing all the
40992              environment variables and Configure variables was used,
40993              which lead, among other bad things, into $ccflags being your
40994              uname -a output, which lead into test compile with cc failing,
40995              which lead into gcc being selected, which didn't work that well
40996              since gcc (ancient 2.8.1 in that particular box) wasn't too happy
40997              with large files, et cetera.
40998      Branch: perl
40999            ! hints/hpux.sh
41000 ____________________________________________________________________________
41001 [  9849] By: jhi                                   on 2001/04/26  01:44:57
41002         Log: Make selfstubber test more portable.
41003      Branch: perl
41004            ! t/lib/selfstubber.t
41005 ____________________________________________________________________________
41006 [  9848] By: jhi                                   on 2001/04/26  00:50:26
41007         Log: Subject: Re: [PATCH: perl@9841] fix a typo for Cwd.xs
41008              From: Benjamin Sugars <ben.sugars@home.com>
41009              Date: Wed, 25 Apr 2001 21:47:37 -0400 (EDT)
41010              Message-ID: <Pine.LNX.4.21.0104252145280.30055-100000@localhost.localdomain>
41011      Branch: perl
41012            ! ext/Cwd/Cwd.xs
41013 ____________________________________________________________________________
41014 [  9847] By: jhi                                   on 2001/04/26  00:46:58
41015         Log: Subject: [PATCH: perl@9841] VMS updates
41016              From: Peter Prymmer <pvhp@forte.com>
41017              Date: Wed, 25 Apr 2001 18:43:27 -0700 (PDT)
41018              Message-ID: <Pine.OSF.4.10.10104251842130.257877-100000@aspara.forte.com>
41019      Branch: perl
41020            ! README.vms configure.com vms/descrip_mms.template
41021            ! vms/ext/filespec.t
41022 ____________________________________________________________________________
41023 [  9846] By: jhi                                   on 2001/04/26  00:11:56
41024         Log: re 'debug' was broken by #9084.
41025      Branch: perl
41026            ! ext/re/re.xs
41027 ____________________________________________________________________________
41028 [  9845] By: jhi                                   on 2001/04/25  22:33:17
41029         Log: Subject: [PATCH] test for Devel::SelfStubber
41030              From: Nicholas Clark <nick@ccl4.org>
41031              Date: Thu, 26 Apr 2001 00:00:54 +0100
41032              Message-ID: <20010426000054.D89026@plum.flirble.org>
41033      Branch: perl
41034            + t/lib/selfstubber.t
41035            ! MANIFEST lib/Devel/SelfStubber.pm t/lib/1_compile.t
41036 ____________________________________________________________________________
41037 [  9844] By: jhi                                   on 2001/04/25  22:29:32
41038         Log: Subject: Re: [PATCH 5.7.1] B::Concise and extra variables
41039              From: Paul Johnson <paul@pjcj.net>
41040              Date: Thu, 26 Apr 2001 00:46:08 +0200
41041              Message-ID: <20010426004608.H2338@pjcj.net>
41042      Branch: perl
41043            ! ext/B/B/Concise.pm
41044 ____________________________________________________________________________
41045 [  9843] By: jhi                                   on 2001/04/25  22:28:28
41046         Log: Subject: [PATCH: perl@9841] fix a typo for Cwd.xs
41047              From: Peter Prymmer <pvhp@forte.com>
41048              Date: Wed, 25 Apr 2001 16:18:44 -0700 (PDT)
41049              Message-ID: <Pine.OSF.4.10.10104251614200.257877-100000@aspara.forte.com>
41050      Branch: perl
41051            ! ext/Cwd/Cwd.xs
41052 ____________________________________________________________________________
41053 [  9842] By: jhi                                   on 2001/04/25  20:58:12
41054         Log: Subject: Re: [ID 20010422.002] 5.7.1 Breaks "use Module(version)"
41055              From: John Peacock <jpeacock@rowman.com>
41056              Date: Wed, 25 Apr 2001 17:30:26 -0400
41057              Message-ID: <3AE741F2.B3217464@rowman.com>
41058      Branch: perl
41059            ! lib/Math/BigInt.pm t/lib/bigintpm.t
41060 ____________________________________________________________________________
41061 [  9841] By: jhi                                   on 2001/04/25  20:07:05
41062         Log: Update Changes.
41063      Branch: perl
41064            ! Changes patchlevel.h
41065 ____________________________________________________________________________
41066 [  9840] By: jhi                                   on 2001/04/25  19:56:51
41067         Log: Yet another HP-UX hints version from Merijn.
41068      Branch: perl
41069            ! hints/hpux.sh
41070 ____________________________________________________________________________
41071 [  9839] By: jhi                                   on 2001/04/25  19:53:04
41072         Log: abs_path() didn't terminate the filename correctly,
41073              in DIRNAMLENless systems like HP-UX this would fail.
41074      Branch: perl
41075            ! ext/Cwd/Cwd.xs
41076 ____________________________________________________________________________
41077 [  9838] By: jhi                                   on 2001/04/25  16:37:26
41078         Log: Subject: [PATCH] Re: Useless use of constants other than 0,1 in void context?
41079              From: Mike Guy <mjtg@cam.ac.uk>
41080              Date: Wed, 25 Apr 2001 18:31:47 +0100
41081              Message-Id: <E14sT8l-0004IE-00@libra.cus.cam.ac.uk>
41082      Branch: perl
41083            ! op.c
41084 ____________________________________________________________________________
41085 [  9837] By: jhi                                   on 2001/04/25  16:21:53
41086         Log: Subject: Re: patch to perl5db.pl (formatting of h h screen)
41087              From: Jon Eveland <jweveland@yahoo.com>
41088              Date: Wed, 25 Apr 2001 09:42:46 -0700 (PDT)
41089              Message-ID: <20010425164246.21611.qmail@web10405.mail.yahoo.com>
41090      Branch: perl
41091            ! lib/perl5db.pl
41092 ____________________________________________________________________________
41093 [  9836] By: jhi                                   on 2001/04/25  14:17:50
41094         Log: Subject: [PATCH bleadperl] Porting/patching.pod: update version number format
41095              From: "Philip Newton" <pnewton@gmx.de>
41096              Date: Wed, 25 Apr 2001 17:05:58 +0200
41097              Message-ID: <3AE703F6.3234.1833C45@localhost>
41098      Branch: perl
41099            ! Porting/patching.pod
41100 ____________________________________________________________________________
41101 [  9835] By: jhi                                   on 2001/04/25  13:58:07
41102         Log: It would seem that both ar and full_ar need to be overridden
41103              for HP-UX to avoid the GNU ar.
41104      Branch: perl
41105            ! hints/hpux.sh
41106 ____________________________________________________________________________
41107 [  9834] By: jhi                                   on 2001/04/25  13:50:40
41108         Log: Subject: Re: [PATCH] foreach defelem magic should only be applied to PL_sv_undef
41109              From: "Philip Newton" <pnewton@gmx.de>
41110              Date: Wed, 25 Apr 2001 16:09:23 +0200
41111              Message-ID: <3AE6F6B3.30503.14F6DEB@localhost>
41112              
41113              Detypo.
41114      Branch: perl
41115            ! t/op/misc.t
41116 ____________________________________________________________________________
41117 [  9833] By: jhi                                   on 2001/04/25  12:36:11
41118         Log: In HP-UX set ar to /usr/bin/ar but only iff none set.
41119      Branch: perl
41120            ! hints/hpux.sh
41121 ____________________________________________________________________________
41122 [  9832] By: jhi                                   on 2001/04/25  12:33:36
41123         Log: New version of HP-UX hints from Merijn.
41124      Branch: perl
41125            ! hints/hpux.sh
41126 ____________________________________________________________________________
41127 [  9831] By: jhi                                   on 2001/04/25  03:39:45
41128         Log: Reintroduce the avoidance of mixing HP-UX cc and GNU ar.
41129      Branch: perl
41130            ! hints/hpux.sh
41131 ____________________________________________________________________________
41132 [  9830] By: jhi                                   on 2001/04/25  02:53:25
41133         Log: The tzname[] bit is not needed by util.c -- and causes
41134              heartburn in VMS (and it missing was probably the cause of
41135              the Mac OS X trouble).  Ouch.
41136      Branch: perl
41137            ! ext/POSIX/POSIX.xs util.c
41138 ____________________________________________________________________________
41139 [  9829] By: jhi                                   on 2001/04/25  00:10:06
41140         Log: Metaconfig unit change for #9828.
41141      Branch: metaconfig
41142            ! U/compline/ccflags.U
41143 ____________________________________________________________________________
41144 [  9828] By: jhi                                   on 2001/04/25  00:04:18
41145         Log: Allow setting cppflags hints.  This may affect Darwin (Mac OS X)
41146              (which is actually the reason for the change, we need to pass
41147              cppflags='-traditional-cpp' so that Errno builds right), Dynix/ptx,
41148              EP/IX, OS/2, and TitanOS, based on the hints files.
41149      Branch: perl
41150            ! Configure config_h.SH
41151 ____________________________________________________________________________
41152 [  9827] By: jhi                                   on 2001/04/24  23:49:20
41153         Log: makedepend.SH patch for AmigaOS from Jan-Erik Karlsson;
41154              the $cat must have an absolute path.
41155      Branch: perl
41156            ! makedepend.SH
41157 ____________________________________________________________________________
41158 [  9826] By: jhi                                   on 2001/04/24  23:40:53
41159         Log: 5.7.1-updated README.amiga from Jan-Erik Karlsson.
41160      Branch: perl
41161            ! README.amiga
41162 ____________________________________________________________________________
41163 [  9825] By: jhi                                   on 2001/04/24  23:35:35
41164         Log: Subject: [ID 20010424.002] [PATCH bleadperl] find2perl: prototypes and doexec
41165              From: "Philip Newton" <pnewton@gmx.de>
41166              Date: Tue, 24 Apr 2001 18:52:49 +0200
41167              Message-Id: <3AE5CB81.12234.1FC246F@localhost>
41168      Branch: perl
41169            ! x2p/find2perl.PL
41170 ____________________________________________________________________________
41171 [  9824] By: jhi                                   on 2001/04/24  23:33:07
41172         Log: New HP-UX hints from Jeff and Merijn, should work with IA-64.
41173              Some gcc specifics dropped out due to extensive rewriting;
41174              will be put back later as needed.
41175      Branch: perl
41176            ! hints/hpux.sh
41177 ____________________________________________________________________________
41178 [  9823] By: jhi                                   on 2001/04/24  23:27:57
41179         Log: Mac OS X patch for missing tzname definition from Paul Schinder.
41180      Branch: perl
41181            ! ext/POSIX/POSIX.xs
41182 ____________________________________________________________________________
41183 [  9822] By: jhi                                   on 2001/04/24  23:25:21
41184         Log: Subject: Re: [ID 20010421.032] Not OK: perl v5.7.1 +DEVEL9717 on sun4-solaris-64int-ld-stdio 2.8 (UNINSTALLED)
41185              From: Tim Jenness <t.jenness@jach.hawaii.edu>
41186              Date: Tue, 24 Apr 2001 11:29:28 -1000 (HST)
41187              Message-ID: <Pine.LNX.4.30.0104241123020.5085-100000@lapaki.jach.hawaii.edu>
41188      Branch: perl
41189            ! ext/XS/Typemap/Typemap.xs
41190 ____________________________________________________________________________
41191 [  9821] By: jhi                                   on 2001/04/24  23:24:10
41192         Log: Subject: [PATCH: pod/perlport.pod] Updated email addresses.
41193              From: "Abigail" <abigail@foad.org>
41194              Date: Tue, 24 Apr 2001 23:12:03 +0200
41195              Message-ID: <20010424211203.7901.qmail@foad.org>
41196      Branch: perl
41197            ! pod/perlport.pod
41198 ____________________________________________________________________________
41199 [  9820] By: jhi                                   on 2001/04/24  23:23:15
41200         Log: Subject: [PATCH pod/perlfaq4.pod] Time::Piece additions
41201              From: Matt Sergeant <matt@sergeant.org>
41202              Date: Tue, 24 Apr 2001 16:48:17 +0100 (BST)
41203              Message-ID: <Pine.LNX.4.30.0104241645030.32279-100000@ted.sergeant.org>
41204      Branch: perl
41205            ! pod/perlfaq4.pod
41206 ____________________________________________________________________________
41207 [  9819] By: nick                                  on 2001/04/24  18:49:43
41208         Log: Integrate mainline.
41209      Branch: perlio
41210           +> t/lib/cpan-loadme.t t/lib/cpan-vcmp.t
41211           !> (integrate 37 files)
41212 ____________________________________________________________________________
41213 [  9818] By: jhi                                   on 2001/04/24  14:35:23
41214         Log: Update Changes.
41215      Branch: perl
41216            ! Changes patchlevel.h
41217 ____________________________________________________________________________
41218 [  9817] By: jhi                                   on 2001/04/24  14:09:17
41219         Log: Subject: Re: [PATCH t/lib/1_compile.t] Skipping known tested libraries 
41220              From: "Philip Newton" <pnewton@gmx.de>
41221              Date: Tue, 24 Apr 2001 12:58:12 +0200
41222              Message-ID: <3AE57864.8304.B77A0A@localhost> 
41223              
41224              plus add CPAN to the list of modules that have their own tests.
41225      Branch: perl
41226            ! t/lib/1_compile.t
41227 ____________________________________________________________________________
41228 [  9816] By: jhi                                   on 2001/04/24  14:07:03
41229         Log: Subject: Re: [PATCH t/lib/1_compile.t] Skipping known tested libraries
41230              From: Michael G Schwern <schwern@pobox.com>
41231              Date: Sat, 21 Apr 2001 22:35:00 +0100
41232              Message-ID: <20010421223500.N2946@blackrider.blackstar.co.uk>
41233      Branch: perl
41234            ! t/lib/1_compile.t
41235 ____________________________________________________________________________
41236 [  9815] By: jhi                                   on 2001/04/24  13:54:32
41237         Log: Subject: Re: [ID 20010423.006] Test failed in perl@9794
41238              From: Robin Houston <robin@kitsite.com>
41239              Date: Tue, 24 Apr 2001 15:51:18 +0100
41240              Message-ID: <20010424155118.A22913@puffinry.freeserve.co.uk>
41241      Branch: perl
41242            ! ext/B/B/Deparse.pm
41243 ____________________________________________________________________________
41244 [  9814] By: jhi                                   on 2001/04/24  13:17:34
41245         Log: Subject: Re: [ID 20010421.010] Perl 5.6.1 on Unixware 7
41246              From: Bill Glicker <billg@burrelles.com>
41247              Date: Tue, 24 Apr 2001 09:22:40 -0400 (EDT)
41248              Message-ID: <Pine.SCO.4.30.0104240918160.13514-100000@laura.burrelles.com>
41249      Branch: perl
41250            ! hints/svr5.sh
41251 ____________________________________________________________________________
41252 [  9813] By: jhi                                   on 2001/04/24  12:54:23
41253         Log: Prevent path disclosure (probing for existence of filenames)
41254              using suidperl; bug id 20010322.218.
41255      Branch: perl
41256            ! perl.c pod/perldiag.pod
41257 ____________________________________________________________________________
41258 [  9812] By: jhi                                   on 2001/04/24  12:08:36
41259         Log: Retract #9811.
41260      Branch: perl
41261            ! ext/POSIX/POSIX.xs
41262 ____________________________________________________________________________
41263 [  9811] By: jhi                                   on 2001/04/24  11:57:35
41264         Log: (Retracted by #9812.)
41265      Branch: perl
41266            ! ext/POSIX/POSIX.xs
41267 ____________________________________________________________________________
41268 [  9810] By: jhi                                   on 2001/04/24  03:32:35
41269         Log: Fix for 20010219.013, "perlio perl -we tell goes SEGV".
41270      Branch: perl
41271            ! util.c
41272 ____________________________________________________________________________
41273 [  9809] By: jhi                                   on 2001/04/24  03:16:13
41274         Log: The Math::BigFloat::import() was broken.
41275              (Fixes bug id 20010422.002.)
41276      Branch: perl
41277            ! lib/Math/BigFloat.pm
41278 ____________________________________________________________________________
41279 [  9808] By: jhi                                   on 2001/04/24  01:11:40
41280         Log: Additional dependencies; should help for parallel makes
41281              not to fail on missing lib/lib.pm or lib/re.pm.
41282      Branch: perl
41283            ! Makefile.SH
41284 ____________________________________________________________________________
41285 [  9807] By: jhi                                   on 2001/04/24  00:57:01
41286         Log: Update the test failure disclaimer.
41287      Branch: perl
41288            ! t/pragma/warn/pp_hot
41289 ____________________________________________________________________________
41290 [  9806] By: jhi                                   on 2001/04/24  00:54:04
41291         Log: Add make target "install-all" which is alias for "install"
41292              to cater for case-preserving filesystems like HFS+.
41293      Branch: perl
41294            ! INSTALL Makefile.SH
41295 ____________________________________________________________________________
41296 [  9805] By: jhi                                   on 2001/04/24  00:47:28
41297         Log: Subject: Re: 5.6.1 darwin Configure fails to extract Makefile
41298              From: Peter Prymmer <pvhp@forte.com>
41299              Date: Wed, 11 Apr 2001 10:43:52 -0700 (PDT)
41300              Message-ID: <Pine.OSF.4.10.10104111038480.113314-100000@aspara.forte.com>
41301              
41302              (Ken William's message forwarded from macosx@perl.org)
41303      Branch: perl
41304            ! hints/darwin.sh
41305 ____________________________________________________________________________
41306 [  9804] By: jhi                                   on 2001/04/23  23:57:35
41307         Log: Cut-and-pasto.
41308      Branch: perl
41309            ! perlio.c
41310 ____________________________________________________________________________
41311 [  9803] By: jhi                                   on 2001/04/23  23:52:25
41312         Log: More PerlIO robustness.
41313      Branch: perl
41314            ! perlio.c
41315 ____________________________________________________________________________
41316 [  9802] By: jhi                                   on 2001/04/23  23:43:35
41317         Log: Make the "STD* opened only for ..." errors more consistent.
41318      Branch: perl
41319            ! doio.c
41320 ____________________________________________________________________________
41321 [  9801] By: jhi                                   on 2001/04/23  23:34:26
41322         Log: Test case for #9800.
41323      Branch: perl
41324            ! t/op/misc.t
41325 ____________________________________________________________________________
41326 [  9800] By: jhi                                   on 2001/04/23  23:14:43
41327         Log: Avoid coredump on 'close STDERR; die' by making
41328              the PerlIO calls more robust.  Also use SETERRNO()
41329              instead of errno = to be more VMS-ready.
41330      Branch: perl
41331            ! perlio.c
41332 ____________________________________________________________________________
41333 [  9799] By: jhi                                   on 2001/04/23  21:41:10
41334         Log: Subject: test for ID 20010423.002
41335              From: Robin Houston <robin@kitsite.com>
41336              Date: Mon, 23 Apr 2001 16:52:21 +0100
41337              Message-ID: <20010423165221.A20739@puffinry.freeserve.co.uk>
41338      Branch: perl
41339            ! t/op/avhv.t
41340 ____________________________________________________________________________
41341 [  9798] By: jhi                                   on 2001/04/23  21:40:07
41342         Log: Subject: patch to installperl (change warn to print STDERR in sub yn)
41343              From: David Dyck <dcd@tc.fluke.com>
41344              Date: Mon, 23 Apr 2001 10:19:46 -0700 (PDT)
41345              Message-ID: <Pine.LNX.4.33.0104231018270.10985-100000@dd.tc.fluke.com>
41346      Branch: perl
41347            ! installperl
41348 ____________________________________________________________________________
41349 [  9797] By: jhi                                   on 2001/04/23  21:37:56
41350         Log: Subject: [PATCH] Implement Cwd::abs_path in XS
41351              From: Benjamin Sugars <bsugars@canoe.ca>
41352              Date: Mon, 23 Apr 2001 11:59:48 -0400 (EDT)
41353              Message-ID: <Pine.LNX.4.21.0104231151340.3238-100000@marmot.rim.canoe.ca>
41354      Branch: perl
41355            ! ext/Cwd/Cwd.xs lib/Cwd.pm
41356 ____________________________________________________________________________
41357 [  9796] By: jhi                                   on 2001/04/23  21:29:24
41358         Log: Synchronize h2xs and pod2man some more on the documentation
41359              templates they propose.
41360      Branch: perl
41361            ! pod/pod2man.PL utils/h2xs.PL
41362 ____________________________________________________________________________
41363 [  9795] By: jhi                                   on 2001/04/23  17:30:40
41364         Log: Add one more naughty test for base64; make encoding logic cleaner.
41365      Branch: perl
41366            ! t/lib/mimeb64.t
41367 ____________________________________________________________________________
41368 [  9794] By: jhi                                   on 2001/04/23  13:51:32
41369         Log: Update Changes.
41370      Branch: perl
41371            ! Changes patchlevel.h
41372 ____________________________________________________________________________
41373 [  9793] By: jhi                                   on 2001/04/23  13:44:18
41374         Log: Duplicate lines.
41375      Branch: perl
41376            ! MANIFEST
41377 ____________________________________________________________________________
41378 [  9792] By: jhi                                   on 2001/04/23  13:39:13
41379         Log: Subject: Re: PATCH 5.7.1
41380              From: Mark-Jason Dominus <mjd@plover.com>
41381              Date: Mon, 23 Apr 2001 10:30:21 -0400
41382              Message-ID: <20010423143021.17335.qmail@plover.com>
41383      Branch: perl
41384            ! perl.h sv.c
41385 ____________________________________________________________________________
41386 [  9791] By: jhi                                   on 2001/04/23  13:32:40
41387         Log: Add the CPAN.pm 1.59_54 tests.
41388      Branch: perl
41389            + t/lib/cpan-loadme.t t/lib/cpan-vcmp.t
41390            ! MANIFEST
41391 ____________________________________________________________________________
41392 [  9790] By: jhi                                   on 2001/04/23  13:21:55
41393         Log: Subject: Deparse nit
41394              From: Robin Houston <robin@kitsite.com>
41395              Date: Mon, 23 Apr 2001 12:38:20 +0100
41396              Message-ID: <20010423123820.A19945@puffinry.freeserve.co.uk>
41397      Branch: perl
41398            ! ext/B/B/Deparse.pm
41399 ____________________________________________________________________________
41400 [  9789] By: jhi                                   on 2001/04/23  13:19:07
41401         Log: Subject: [PATCH] bug 20010423.002
41402              From: Robin Houston <robin@kitsite.com>
41403              Date: Mon, 23 Apr 2001 13:12:30 +0100
41404              Message-ID: <20010423131230.A20074@puffinry.freeserve.co.uk>
41405      Branch: perl
41406            ! pp.c
41407 ____________________________________________________________________________
41408 [  9788] By: jhi                                   on 2001/04/23  13:02:49
41409         Log: Subject: PATCH [5.7.1] hv.c unused #define
41410              From: Mark-Jason Dominus <mjd@plover.com>
41411              Date: Sun, 22 Apr 2001 14:17:49 -0400
41412              Message-ID: <20010422181749.26976.qmail@plover.com>
41413      Branch: perl
41414            ! hv.c
41415 ____________________________________________________________________________
41416 [  9787] By: jhi                                   on 2001/04/23  13:02:02
41417         Log: Subject: PATCH 5.7.1
41418              From: Mark-Jason Dominus <mjd@plover.com>
41419              Date: Sun, 22 Apr 2001 15:12:57 -0400
41420              Message-ID: <20010422191258.6539.qmail@plover.com>
41421              
41422              plus Sarathy's STMT_START + STMT_END suggestion.
41423      Branch: perl
41424            ! perl.h
41425 ____________________________________________________________________________
41426 [  9786] By: jhi                                   on 2001/04/23  12:53:25
41427         Log: Fix for
41428              
41429              Subject: [ID 20010423.001] perlapi documentation inconsistency (SvGROW)
41430              From: dLux <dlux@spam.sch.bme.hu>
41431              Date: Mon, 23 Apr 2001 01:25:26 +0200
41432              Message-Id: <E14rTEM-0000CB-00@dl.sch.bme.hu>
41433              
41434              (SvGROW really does return a char *.)
41435      Branch: perl
41436            ! pod/perlapi.pod sv.h
41437 ____________________________________________________________________________
41438 [  9785] By: jhi                                   on 2001/04/23  04:34:04
41439         Log: Time::Piece work continues.  $t->day removed since
41440              I think it's too confusing.  Now has normal and
41441              abbreviated length weekday names and month names,
41442              the names change with _names(), not _list().
41443              Now has strftime() in Perl, _strftime() is
41444              the libc version (to which strftime() falls back
41445              if it doesn't know the format.  To do: the reverse
41446              of strftime, strptime(), and the localisation of both.
41447      Branch: perl
41448            ! ext/Time/Piece/Piece.pm ext/Time/Piece/Piece.xs
41449            ! t/lib/time-piece.t
41450 ____________________________________________________________________________
41451 [  9784] By: jhi                                   on 2001/04/23  02:41:46
41452         Log: Subject: Re: [PATCH] Re: [ID 20010422.003] Core dump in overloaded bool while using ' 
41453              From: andreas.koenig@anima.de (Andreas J. Koenig)
41454              Date: 23 Apr 2001 05:20:55 +0200
41455              Message-ID: <m3ofto5mjs.fsf@ak-71.mind.de>
41456      Branch: perl
41457            ! t/pragma/overload.t
41458 ____________________________________________________________________________
41459 [  9783] By: jhi                                   on 2001/04/22  23:32:42
41460         Log: Subject: [PATCH B::Deparse] Distinguish package variables, if necessary
41461              From: Robin Houston <robin@kitsite.com>
41462              Date: Mon, 23 Apr 2001 00:38:18 +0100
41463              Message-ID: <20010423003818.A19109@puffinry.freeserve.co.uk>
41464      Branch: perl
41465            ! ext/B/B/Deparse.pm
41466 ____________________________________________________________________________
41467 [  9782] By: jhi                                   on 2001/04/22  20:55:43
41468         Log: Subject: [PATCH] Re: [ID 20010422.003] Core dump in overloaded bool while using '
41469              From: Simon Cozens <simon@netthink.co.uk>
41470              Date: Sun, 22 Apr 2001 18:47:25 +0100
41471              Message-ID: <20010422184725.A14411@netthink.co.uk>
41472      Branch: perl
41473            ! sv.c t/pragma/overload.t
41474 ____________________________________________________________________________
41475 [  9781] By: jhi                                   on 2001/04/22  20:52:13
41476         Log: Subject: [PATCH] Support BEGIN blocks in B::Deparse (& more)
41477              From: Robin Houston <robin@kitsite.com>
41478              Date: Sun, 22 Apr 2001 22:14:50 +0100
41479              Message-ID: <20010422221450.A18921@puffinry.freeserve.co.uk>
41480      Branch: perl
41481            ! ext/B/B/Concise.pm ext/B/B/Deparse.pm ext/B/O.pm
41482 ____________________________________________________________________________
41483 [  9780] By: nick                                  on 2001/04/22  20:40:31
41484         Log: Integrate mainline.
41485      Branch: perlio
41486           +> t/lib/b-debug.t t/lib/b-deparse.t t/lib/b-showlex.t
41487           +> t/lib/b-stash.t
41488           !> (integrate 38 files)
41489 ____________________________________________________________________________
41490 [  9779] By: jhi                                   on 2001/04/22  15:16:03
41491         Log: Subject: IO::Socket::INET patch
41492              From: andrew deryabin <djsf@technarchy.ru>
41493              Date: Sat, 21 Apr 2001 17:46:52 +0400
41494              Message-ID: <20010421174652.B1426@technarchy>
41495      Branch: perl
41496            ! ext/IO/lib/IO/Socket/INET.pm
41497 ____________________________________________________________________________
41498 [  9778] By: jhi                                   on 2001/04/22  15:14:33
41499         Log: Subject: Re: ANYOF_SIZE is wrong in 5.7.1 
41500              From: Mark-Jason Dominus <mjd@plover.com>
41501              Date: Sat, 21 Apr 2001 21:27:49 -0400
41502              Message-ID: <20010422012749.27024.qmail@plover.com>
41503      Branch: perl
41504            ! regcomp.c
41505 ____________________________________________________________________________
41506 [  9777] By: jhi                                   on 2001/04/22  15:10:51
41507         Log: Subject: Re: Regex debugger patch 
41508              From: Mark-Jason Dominus <mjd@plover.com>
41509              Date: Sat, 21 Apr 2001 21:48:51 -0400
41510              Message-ID: <20010422014851.27165.qmail@plover.com>
41511      Branch: perl
41512            ! pod/perldebguts.pod
41513 ____________________________________________________________________________
41514 [  9776] By: jhi                                   on 2001/04/22  15:09:48
41515         Log: Subject: Re: Regex debugger patch
41516              From: Mark-Jason Dominus <mjd@plover.com>
41517              Date: Sat, 21 Apr 2001 14:24:39 -0400
41518              Message-ID: <20010421182439.16508.qmail@plover.com>
41519              
41520              Regex debugger backend.
41521      Branch: perl
41522            ! regcomp.c regexp.h
41523 ____________________________________________________________________________
41524 [  9775] By: jhi                                   on 2001/04/21  16:45:40
41525         Log: Subject: [PATCH] Typo in utf8.h
41526              From: Jesús Quiroga <jquiroga@pobox.com>
41527              Date: Sat, 21 Apr 2001 19:25:33 +0200
41528              Message-Id: <5.0.2.1.1.20010421192107.01ce5a50@ix.netcorps.com>
41529      Branch: perl
41530            ! utf8.h
41531 ____________________________________________________________________________
41532 [  9774] By: jhi                                   on 2001/04/21  16:43:52
41533         Log: Subject: [ID 20010421.010] Perl 5.6.1 on Unixware 7
41534              From: Joe Orton <jorton@redhat.com>
41535              Date: Tue, 17 Apr 2001 15:50:43 +0100
41536              Message-Id: <20010417155043.D19132@eu.c2.net>
41537      Branch: perl
41538            ! hints/svr5.sh
41539 ____________________________________________________________________________
41540 [  9773] By: jhi                                   on 2001/04/21  15:30:15
41541         Log: Subject: Patch utils/h2xs.PL
41542              From: Elaine -HFB- Ashton <elaine@chaos.wustl.edu>
41543              Date: Sat, 21 Apr 2001 10:32:16 -0500
41544              Message-ID: <20010421103216.C14521@chaos.wustl.edu>
41545              
41546              Add MAILING list and LICENSE templates.
41547      Branch: perl
41548            ! utils/h2xs.PL
41549 ____________________________________________________________________________
41550 [  9772] By: jhi                                   on 2001/04/21  15:28:36
41551         Log: Subject: perlfaq2.patch for 5.7.1
41552              From: Elaine -HFB- Ashton <elaine@chaos.wustl.edu>
41553              Message-ID: <20010420164219.J3194@chaos.wustl.edu>
41554              Date: Fri, 20 Apr 2001 16:42:19 -0500
41555              
41556              rm an extra tab, a blurb about the xx.cpan to clarify
41557              which countries actually have that and dejanews is history
41558              as well as most of that nonsensical entry.
41559      Branch: perl
41560            ! pod/perlfaq2.pod
41561 ____________________________________________________________________________
41562 [  9771] By: jhi                                   on 2001/04/21  15:27:17
41563         Log: Subject: perlfaq1.patch for 5.7.1
41564              From: Elaine -HFB- Ashton <elaine@chaos.wustl.edu>
41565              Date: Fri, 20 Apr 2001 16:57:36 -0500
41566              Message-ID: <20010420165736.K3194@chaos.wustl.edu>
41567              
41568              Evil URLs must die. Especially when they are broken.
41569      Branch: perl
41570            ! pod/perlfaq1.pod
41571 ____________________________________________________________________________
41572 [  9770] By: jhi                                   on 2001/04/21  15:23:38
41573         Log: Subject: [PATCH ext/B/B.pm and tests] B::walksymtable improperly documented?
41574              From: Michael G Schwern <schwern@pobox.com>
41575              Date: Sat, 21 Apr 2001 16:11:12 +0100
41576              Message-ID: <20010421161112.L19736@blackrider.blackstar.co.uk>
41577      Branch: perl
41578            + t/lib/b-debug.t t/lib/b-deparse.t t/lib/b-showlex.t
41579            + t/lib/b-stash.t
41580            ! MANIFEST ext/B/B.pm t/lib/b.t
41581 ____________________________________________________________________________
41582 [  9769] By: jhi                                   on 2001/04/21  15:03:32
41583         Log: Subject: [PATCH utils/h2ph.PL] Confused by "#if &__GNUC_PREREQ (2,97)"
41584              From: Michael G Schwern <schwern@pobox.com>
41585              Date: Sat, 21 Apr 2001 09:48:00 +0100
41586              Message-ID: <20010421094759.B19736@blackrider.blackstar.co.uk>
41587      Branch: perl
41588            ! utils/h2ph.PL
41589 ____________________________________________________________________________
41590 [  9768] By: jhi                                   on 2001/04/21  14:33:49
41591         Log: PerlIO and Encode doc cleanup and tweaks.
41592      Branch: perl
41593            ! ext/Encode/Encode.pm ext/PerlIO/Scalar/Scalar.pm
41594            ! ext/PerlIO/Via/Via.pm lib/PerlIO.pm
41595 ____________________________________________________________________________
41596 [  9767] By: jhi                                   on 2001/04/21  12:40:16
41597         Log: Integrate perlio.
41598      Branch: perl
41599           !> doio.c
41600 ____________________________________________________________________________
41601 [  9766] By: nick                                  on 2001/04/20  18:28:35
41602         Log: Avoid core dump on
41603              open(STDOUT,">",\$foo);
41604      Branch: perlio
41605            ! doio.c
41606 ____________________________________________________________________________
41607 [  9765] By: jhi                                   on 2001/04/20  13:23:43
41608         Log: Subject: Re: [abigail@foad.org: [ID 20000901.065] -MO=Deparse and $^W and $[ in same string.]
41609              From: Robin Houston <robin@kitsite.com>
41610              Date: Fri, 20 Apr 2001 14:29:22 +0100
41611              Message-ID: <20010420142921.A14960@puffinry.freeserve.co.uk>
41612      Branch: perl
41613            ! ext/B/B.pm ext/B/B/Deparse.pm
41614 ____________________________________________________________________________
41615 [  9764] By: jhi                                   on 2001/04/20  13:19:33
41616         Log: Subject: [PATCH: perl@9742] avoid t/u-*.t test on platforms where List/Util was not built
41617              From: Peter Prymmer <pvhp@forte.com>
41618              Date: Thu, 19 Apr 2001 17:40:14 -0700 (PDT)
41619              Message-ID: <Pine.OSF.4.10.10104191737200.348917-100000@aspara.forte.com>
41620      Branch: perl
41621            ! t/lib/u-blessed.t t/lib/u-dualvar.t t/lib/u-first.t
41622            ! t/lib/u-max.t t/lib/u-maxstr.t t/lib/u-min.t t/lib/u-minstr.t
41623            ! t/lib/u-readonly.t t/lib/u-reduce.t t/lib/u-reftype.t
41624            ! t/lib/u-sum.t t/lib/u-tainted.t t/lib/u-weak.t
41625 ____________________________________________________________________________
41626 [  9763] By: jhi                                   on 2001/04/20  12:36:39
41627         Log: Subject: Re: A new PerlIO coredump
41628              From: Nick Ing-Simmons <nik@tiuk.ti.com>
41629              Date: Fri, 20 Apr 2001 14:29:41 +0100 (BST)
41630              Message-Id: <200104201329.OAA16021@mikado.tiuk.ti.com>
41631      Branch: perl
41632            ! doio.c
41633 ____________________________________________________________________________
41634 [  9762] By: jhi                                   on 2001/04/19  23:02:30
41635         Log: Update Changes.
41636      Branch: perl
41637            ! Changes patchlevel.h
41638 ____________________________________________________________________________
41639 [  9761] By: jhi                                   on 2001/04/19  22:59:19
41640         Log: More cleanup cleanup.
41641      Branch: perl
41642            ! Makefile.SH win32/Makefile win32/makefile.mk
41643 ____________________________________________________________________________
41644 [  9760] By: jhi                                   on 2001/04/19  22:50:31
41645         Log: lib/Time is non-empty, let's not rmdir it.
41646      Branch: perl
41647            ! Makefile.SH
41648 ____________________________________________________________________________
41649 [  9759] By: jhi                                   on 2001/04/19  22:36:51
41650         Log: Subject: Re: [abigail@foad.org: [ID 20000901.065] -MO=Deparse and $^W and $[ in same string.]
41651              From: Robin Houston <robin@kitsite.com>
41652              Date: Fri, 20 Apr 2001 00:18:53 +0100
41653              Message-ID: <20010420001853.A13350@puffinry.freeserve.co.uk>
41654      Branch: perl
41655            ! ext/B/B/Deparse.pm
41656 ____________________________________________________________________________
41657 [  9758] By: jhi                                   on 2001/04/19  22:36:00
41658         Log: Subject: [PATCH: perl@9742] void close_dir portability fix for Cwd.xs
41659              From: Peter Prymmer <pvhp@forte.com>
41660              Date: Thu, 19 Apr 2001 12:02:40 -0700 (PDT)
41661              Message-ID: <Pine.OSF.4.10.10104191158490.348917-100000@aspara.forte.com>
41662      Branch: perl
41663            ! ext/Cwd/Cwd.xs
41664 ____________________________________________________________________________
41665 [  9757] By: nick                                  on 2001/04/19  18:53:54
41666         Log: Blind (untested) integrate of mainline.
41667      Branch: perlio
41668           +> ext/Time/Piece/Makefile.PL ext/Time/Piece/Piece.pm
41669           +> ext/Time/Piece/Piece.xs ext/Time/Piece/README
41670           +> ext/Time/Piece/Seconds.pm t/lib/time-piece.t
41671           !> (integrate 53 files)
41672 ____________________________________________________________________________
41673 [  9756] By: jhi                                   on 2001/04/19  16:59:23
41674         Log: Document and test Time::Piece.
41675      Branch: perl
41676            ! ext/POSIX/POSIX.xs ext/Time/Piece/Piece.pm
41677            ! ext/Time/Piece/Piece.xs t/lib/time-piece.t
41678 ____________________________________________________________________________
41679 [  9755] By: jhi                                   on 2001/04/19  12:13:29
41680         Log: A better fix for the \x{12345678} trouble from NI-S.
41681      Branch: perl
41682            ! utf8.c
41683 ____________________________________________________________________________
41684 [  9754] By: jhi                                   on 2001/04/19  11:56:07
41685         Log: Subject: PATCH: Propagate low byte of hints in cop.op_private
41686              From: Robin Houston <robin@kitsite.com>
41687              Date: Wed, 18 Apr 2001 17:58:33 +0100
41688              Message-ID: <20010418175833.B8976@puffinry.freeserve.co.uk>
41689      Branch: perl
41690            ! ext/B/B/Deparse.pm op.c
41691 ____________________________________________________________________________
41692 [  9753] By: jhi                                   on 2001/04/19  04:21:52
41693         Log: Subject: [PATCH] h2ph test suite bugfix and refactoring
41694              From: "Kurt D. Starsinic" <kstar@wolfetech.com>
41695              Date: Thu, 19 Apr 2001 01:11:41 -0400
41696              Message-ID: <20010419011141.A5798@cpan.org>
41697      Branch: perl
41698            ! t/lib/h2ph.h t/lib/h2ph.pht utils/h2ph.PL
41699 ____________________________________________________________________________
41700 [  9752] By: jhi                                   on 2001/04/19  02:41:10
41701         Log: The new time utils need to be thread-aware, too.
41702      Branch: perl
41703            ! util.c
41704 ____________________________________________________________________________
41705 [  9751] By: jhi                                   on 2001/04/19  02:26:47
41706         Log: Compilation nit noticed by AIX compiler.
41707      Branch: perl
41708            ! perlio.c
41709 ____________________________________________________________________________
41710 [  9750] By: jhi                                   on 2001/04/19  02:20:06
41711         Log: The new time utils need to be public.
41712      Branch: perl
41713            ! embed.pl
41714 ____________________________________________________________________________
41715 [  9749] By: jhi                                   on 2001/04/19  01:42:39
41716         Log: Regen toc.
41717      Branch: perl
41718            ! pod/perltoc.pod
41719 ____________________________________________________________________________
41720 [  9748] By: jhi                                   on 2001/04/19  01:41:10
41721         Log: Add Time::Piece, a slight rewrite of Time::Object,
41722              from Matt Sergeant.
41723      Branch: perl
41724            + ext/Time/Piece/Makefile.PL ext/Time/Piece/Piece.pm
41725            + ext/Time/Piece/Piece.xs ext/Time/Piece/README
41726            + ext/Time/Piece/Seconds.pm t/lib/time-piece.t
41727            ! MANIFEST configure.com djgpp/config.over epoc/config.sh
41728            ! hints/uts.sh hints/uwin.sh hints/vmesa.sh win32/Makefile
41729            ! win32/makefile.mk
41730 ____________________________________________________________________________
41731 [  9747] By: jhi                                   on 2001/04/19  00:55:35
41732         Log: The new metaconfig unit from strftime.
41733      Branch: metaconfig/U/perl
41734            + d_strftime.U
41735 ____________________________________________________________________________
41736 [  9746] By: jhi                                   on 2001/04/19  00:54:54
41737         Log: Move the strftime() wrapper from POSIX.xs to util.c
41738              as my_strftime(), requires HAS_STRFTIME.
41739      Branch: perl
41740            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
41741            ! config_h.SH configure.com embed.h embed.pl epoc/config.sh
41742            ! ext/POSIX/POSIX.xs proto.h uconfig.h uconfig.sh util.c
41743            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
41744            ! vos/config.ga.h win32/config.bc win32/config.gc
41745            ! win32/config.vc
41746 ____________________________________________________________________________
41747 [  9745] By: jhi                                   on 2001/04/18  23:11:03
41748         Log: Move the init_tm() and mini_mktime() up from POSIX.xs to util.c
41749              in preparation of Time::Piece.
41750      Branch: perl
41751            ! embed.h embed.pl ext/POSIX/POSIX.xs proto.h util.c
41752 ____________________________________________________________________________
41753 [  9744] By: jhi                                   on 2001/04/18  22:33:12
41754         Log: Subject: [PATCH: perl@9718] fix new exporter test to work OK on VMS
41755              From: Peter Prymmer <pvhp@forte.com>
41756              Date: Wed, 18 Apr 2001 15:38:28 -0700 (PDT)
41757              Message-ID: <Pine.OSF.4.10.10104181536440.272477-100000@aspara.forte.com>
41758      Branch: perl
41759            ! t/lib/exporter.t
41760 ____________________________________________________________________________
41761 [  9743] By: jhi                                   on 2001/04/18  22:32:23
41762         Log: Subject: Fwd: pod2html leaves cache files lying around?
41763              From: Rajesh Vaidheeswarran <rv@gnu.org>
41764              Date: Tue, 17 Apr 2001 09:35:00 -0400 (EDT)
41765              Message-Id: <E14pVdE-0004P0-00@fencepost.gnu.org>
41766      Branch: perl
41767            ! lib/Pod/Html.pm
41768 ____________________________________________________________________________
41769 [  9742] By: jhi                                   on 2001/04/18  20:31:49
41770         Log: Update Changes.
41771      Branch: perl
41772            ! Changes patchlevel.h
41773 ____________________________________________________________________________
41774 [  9741] By: jhi                                   on 2001/04/18  20:23:02
41775         Log: Declare hints only if needed.
41776      Branch: perl
41777            ! ext/B/B/Deparse.pm
41778 ____________________________________________________________________________
41779 [  9740] By: jhi                                   on 2001/04/18  19:06:05
41780         Log: Workaround for the "\x{12345678}" plus s/(.)/$1/g plus ord/length
41781              bug noticed by Robin Houston; basically the code of detecting
41782              value wraparound was acting differently under different compilers
41783              and platforms.  The workaround is to remove the overflow check
41784              for now, a real fix would be to do the overflow (portably) right.
41785      Branch: perl
41786            ! t/op/pat.t utf8.c
41787 ____________________________________________________________________________
41788 [  9739] By: jhi                                   on 2001/04/18  19:01:23
41789         Log: Subject: [PATCH B::Deparse] some pragma support
41790              From: Robin Houston <robin@kitsite.com>
41791              Date: Wed, 18 Apr 2001 19:32:12 +0100
41792              Message-ID: <20010418193212.A9184@puffinry.freeserve.co.uk>
41793      Branch: perl
41794            ! ext/B/B/Deparse.pm
41795 ____________________________________________________________________________
41796 [  9738] By: jhi                                   on 2001/04/18  15:16:37
41797         Log: Subject: [PATCH] Test case for C<undef %File::Glob::>
41798              From: Benjamin Sugars <bsugars@canoe.ca>
41799              Date: Wed, 18 Apr 2001 10:53:44 -0400 (EDT)
41800              Message-ID: <Pine.LNX.4.21.0104181047010.2368-100000@marmot.rim.canoe.ca>
41801      Branch: perl
41802            ! t/op/glob.t
41803 ____________________________________________________________________________
41804 [  9737] By: jhi                                   on 2001/04/18  13:24:50
41805         Log: Subject: [PATCH] XS::Typemap - T_OPAQUE
41806              From: Tim Jenness <t.jenness@jach.hawaii.edu>
41807              Date: Tue, 17 Apr 2001 22:49:25 -1000 (HST)
41808              Message-ID: <Pine.LNX.4.30.0104172247440.28672-100000@lapaki.jach.hawaii.edu>
41809      Branch: perl
41810            ! ext/XS/Typemap/Typemap.pm ext/XS/Typemap/Typemap.xs
41811            ! ext/XS/Typemap/typemap lib/ExtUtils/typemap t/lib/xs-typemap.t
41812 ____________________________________________________________________________
41813 [  9736] By: jhi                                   on 2001/04/18  04:15:14
41814         Log: The #9735 also changes the subtest 12.
41815      Branch: perl
41816            ! t/lib/b.t
41817 ____________________________________________________________________________
41818 [  9735] By: jhi                                   on 2001/04/18  03:55:17
41819         Log: Subject: Deparse.pm of split(" ") decodes as /\s+/ (with PATCH)
41820              From: David Dyck <dcd@tc.fluke.com>
41821              Date: Tue, 17 Apr 2001 17:12:58 -0700 (PDT)
41822              Message-ID: <Pine.LNX.4.33.0104171508210.23062-100000@dd.tc.fluke.com>
41823      Branch: perl
41824            ! ext/B/B/Deparse.pm
41825 ____________________________________________________________________________
41826 [  9734] By: jhi                                   on 2001/04/18  03:54:11
41827         Log: Subject: [PATCH] foreach defelem magic should only be applied to PL_sv_undef
41828              From: Gisle Aas <gisle@ActiveState.com>
41829              Date: 17 Apr 2001 19:06:45 -0700
41830              Message-ID: <lrae5f9d1m.fsf@caliper.ActiveState.com>
41831      Branch: perl
41832            ! pp_hot.c t/op/misc.t
41833 ____________________________________________________________________________
41834 [  9733] By: jhi                                   on 2001/04/17  22:25:22
41835         Log: Subject: [PATCH: ext/Cwd/Cwd.xs & ext/PerlIO/Scalar/Scalar.xs] Missing prototype behaviour
41836              From: "Abigail" <abigail@foad.org>
41837              Date: Wed, 18 Apr 2001 01:17:46 +0200
41838              Message-ID: <20010417231746.21657.qmail@foad.org>
41839      Branch: perl
41840            ! ext/Cwd/Cwd.xs ext/PerlIO/Scalar/Scalar.xs
41841 ____________________________________________________________________________
41842 [  9732] By: jhi                                   on 2001/04/17  20:47:56
41843         Log: Subject: Re: Deparse - parenthesise args to undeclared subs
41844              From: Robin Houston <robin@kitsite.com>
41845              Date: Tue, 17 Apr 2001 22:37:42 +0100
41846              Message-ID: <20010417223742.A6681@puffinry.freeserve.co.uk>
41847      Branch: perl
41848            ! ext/B/B/Deparse.pm
41849 ____________________________________________________________________________
41850 [  9731] By: nick                                  on 2001/04/17  20:46:35
41851         Log: Re-sync for t/lib/b.t fix
41852      Branch: perlio
41853           !> ext/B/B/Deparse.pm t/lib/b.t t/lib/cwd.t
41854 ____________________________________________________________________________
41855 [  9730] By: jhi                                   on 2001/04/17  20:45:29
41856         Log: Subject: [PATCH B::Deparse] utf8 literal strings (and possibly a unicode/regex bug)
41857              From: Robin Houston <robin@kitsite.com>
41858              Date: Tue, 17 Apr 2001 22:29:36 +0100
41859              Message-ID: <20010417222936.A6644@puffinry.freeserve.co.uk>
41860      Branch: perl
41861            ! ext/B/B.xs ext/B/B/Deparse.pm
41862 ____________________________________________________________________________
41863 [  9729] By: jhi                                   on 2001/04/17  20:43:11
41864         Log: Subject: Deparse - parenthesise args to undeclared subs
41865              From: Robin Houston <robin@kitsite.com>
41866              Date: Tue, 17 Apr 2001 21:31:05 +0100
41867              Message-ID: <20010417213104.A6586@puffinry.freeserve.co.uk>
41868      Branch: perl
41869            ! ext/B/B/Deparse.pm
41870 ____________________________________________________________________________
41871 [  9728] By: jhi                                   on 2001/04/17  18:57:30
41872         Log: Subject: Re: [PATCH] Fix cwd.t when libpth contains symlinks
41873              From: Benjamin Sugars <ben.sugars@home.com>
41874              Date: Tue, 17 Apr 2001 15:27:28 -0400 (EDT)
41875              Message-ID: <Pine.LNX.4.21.0104171516090.22410-100000@localhost.localdomain>
41876      Branch: perl
41877            ! t/lib/cwd.t
41878 ____________________________________________________________________________
41879 [  9727] By: jhi                                   on 2001/04/17  18:20:20
41880         Log: Subject: [PATCH B::Deparse] ambient pragmas
41881              From: Robin Houston <robin@kitsite.com>
41882              Date: Tue, 17 Apr 2001 20:01:59 +0100
41883              Message-ID: <20010417200159.A4882@puffinry.freeserve.co.uk>
41884      Branch: perl
41885            ! ext/B/B/Deparse.pm t/lib/b.t
41886 ____________________________________________________________________________
41887 [  9726] By: nick                                  on 2001/04/17  16:33:51
41888         Log: Integrate mainline (t/lib/b.t fails test 2...)
41889      Branch: perlio
41890           +> ext/List/Util/ChangeLog ext/List/Util/Makefile.PL
41891           +> ext/List/Util/README ext/List/Util/Util.xs
41892           +> ext/List/Util/lib/List/Util.pm
41893           +> ext/List/Util/lib/Scalar/Util.pm t/lib/exporter.t
41894           +> t/lib/u-blessed.t t/lib/u-dualvar.t t/lib/u-first.t
41895           +> t/lib/u-max.t t/lib/u-maxstr.t t/lib/u-min.t t/lib/u-minstr.t
41896           +> t/lib/u-readonly.t t/lib/u-reduce.t t/lib/u-reftype.t
41897           +> t/lib/u-sum.t t/lib/u-tainted.t t/lib/u-weak.t
41898           !> (integrate 31 files)
41899 ____________________________________________________________________________
41900 [  9725] By: jhi                                   on 2001/04/17  12:14:24
41901         Log: Subject: multiple B::* changes
41902              From: Robin Houston <robin@kitsite.com>
41903              Date: Thu, 12 Apr 2001 20:12:27 +0100
41904              Message-ID: <20010412201226.A30940@puffinry.freeserve.co.uk>
41905      Branch: perl
41906            ! ext/B/B.pm ext/B/B/Concise.pm ext/B/B/Deparse.pm ext/B/O.pm
41907 ____________________________________________________________________________
41908 [  9724] By: jhi                                   on 2001/04/17  11:59:05
41909         Log: Thread-awareness from Doug MacEachern.
41910      Branch: perl
41911            ! ext/List/Util/Util.xs
41912 ____________________________________________________________________________
41913 [  9723] By: jhi                                   on 2001/04/17  11:57:41
41914         Log: Make the test more portable.
41915      Branch: perl
41916            ! t/lib/cwd.t
41917 ____________________________________________________________________________
41918 [  9722] By: jhi                                   on 2001/04/17  11:53:50
41919         Log: Subject: [PATCH] Fix cwd.t when libpth contains symlinks
41920              From: Benjamin Sugars <ben.sugars@home.com>
41921              Date: Mon, 16 Apr 2001 22:43:29 -0400 (EDT)
41922              Message-ID: <Pine.LNX.4.21.0104162234030.17949-100000@localhost.localdomain>
41923      Branch: perl
41924            ! t/lib/cwd.t
41925 ____________________________________________________________________________
41926 [  9721] By: jhi                                   on 2001/04/17  11:52:17
41927         Log: Subject: [PATCH] Fix core dump from undef %File::Glob::
41928              From: Benjamin Sugars <bsugars@canoe.ca>
41929              Date: Mon, 16 Apr 2001 13:23:59 -0400 (EDT)
41930              Message-ID: <Pine.LNX.4.21.0104161313160.1676-100000@marmot.rim.canoe.ca>
41931      Branch: perl
41932            ! op.c
41933 ____________________________________________________________________________
41934 [  9720] By: jhi                                   on 2001/04/17  11:35:42
41935         Log: Subject: [MacPerl-Porters] [PATCH] bsd_glob.c, gv.c fixes for Mac OS
41936              From: Chris Nandor <pudge@pobox.com>
41937              Date: Tue, 17 Apr 2001 00:30:49 -0400
41938              Message-Id: <p05100207b701768712de@[10.0.1.177]>
41939      Branch: perl
41940            ! ext/File/Glob/bsd_glob.c gv.c
41941 ____________________________________________________________________________
41942 [  9719] By: jhi                                   on 2001/04/17  11:32:13
41943         Log: Subject: [PATCH] Tweten->West
41944              From: Casey West <casey@geeknest.com>
41945              Date: Mon, 16 Apr 2001 12:11:22 -0400
41946              Message-ID: <20010416121122.B14554@stupid.geeknest.com>
41947      Branch: perl
41948            ! AUTHORS lib/Class/Struct.pm lib/Shell.pm lib/constant.pm
41949            ! pod/perltie.pod
41950 ____________________________________________________________________________
41951 [  9718] By: jhi                                   on 2001/04/16  03:22:52
41952         Log: Update Changes.
41953      Branch: perl
41954            ! Changes patchlevel.h
41955 ____________________________________________________________________________
41956 [  9717] By: jhi                                   on 2001/04/16  03:06:28
41957         Log: Regen toc.
41958      Branch: perl
41959            ! pod/perltoc.pod
41960 ____________________________________________________________________________
41961 [  9716] By: jhi                                   on 2001/04/16  02:58:42
41962         Log: Subject: [PATCH: perl@9699] updates to apidoc in utf8.c
41963              From: Prymmer/Kahn <pvhp@best.com>
41964              Date: Sun, 15 Apr 2001 20:47:45 -0700 (PDT)
41965              Message-ID: <Pine.BSF.4.21.0104152037470.8946-100000@shell8.ba.best.com>
41966      Branch: perl
41967            ! utf8.c
41968 ____________________________________________________________________________
41969 [  9715] By: jhi                                   on 2001/04/15  23:40:35
41970         Log: Subject: Re: Net::Ping patch, adds stream protocol
41971              From: bronson@rinspin.com (Scott Bronson)
41972              Date: Tue, 10 Apr 2001 23:58:33 -0700
41973              Message-ID: <20010410235833.N29719@rinspin.com>
41974      Branch: perl
41975            ! lib/Net/Ping.pm
41976 ____________________________________________________________________________
41977 [  9714] By: jhi                                   on 2001/04/15  23:31:46
41978         Log: Printing out the ok messages helps successful testing.
41979      Branch: perl
41980            ! t/lib/time-hires.t
41981 ____________________________________________________________________________
41982 [  9713] By: jhi                                   on 2001/04/15  21:43:24
41983         Log: Update Douglas Wegscheid's email.
41984      Branch: perl
41985            ! AUTHORS
41986 ____________________________________________________________________________
41987 [  9712] By: jhi                                   on 2001/04/15  21:40:41
41988         Log: Subject: [PATCH t/lib/exporter.t lib/Exporter/Heavy.pm] Testing Exporter
41989              From: Michael G Schwern <schwern@pobox.com>
41990              Date: Sat, 14 Apr 2001 22:40:50 +0100
41991              Message-ID: <20010414224050.A1872@blackrider.blackstar.co.uk>
41992      Branch: perl
41993            + t/lib/exporter.t
41994            ! MANIFEST lib/Exporter/Heavy.pm
41995 ____________________________________________________________________________
41996 [  9711] By: jhi                                   on 2001/04/15  21:39:21
41997         Log: Subject: [PATCH t/op/loopctl.t] Exit via last, part 1
41998              From: Michael G Schwern <schwern@pobox.com>
41999              Date: Sat, 14 Apr 2001 22:13:59 +0100
42000              Message-ID: <20010414221359.A413@blackrider.blackstar.co.uk>
42001      Branch: perl
42002            ! t/op/loopctl.t
42003 ____________________________________________________________________________
42004 [  9710] By: jhi                                   on 2001/04/15  21:30:19
42005         Log: Subject: [PATCH t/pragma/warnings.t] Doesn't skip RCS files
42006              From: Michael G Schwern <schwern@pobox.com>
42007              Date: Sat, 14 Apr 2001 22:05:32 +0100
42008              Message-ID: <20010414220531.A30178@blackrider.blackstar.co.uk>
42009      Branch: perl
42010            ! t/pragma/warnings.t
42011 ____________________________________________________________________________
42012 [  9709] By: jhi                                   on 2001/04/15  19:34:09
42013         Log: Integrate changes #9706,9707 from maintperl into mainline.
42014              
42015              change#7210 broke .packlist generation
42016              
42017              ExtUtils::Installed doesn't quote regex metacharacters in paths
42018              before using them in match; also make it work for dosish platforms
42019      Branch: perl
42020           !> lib/ExtUtils/Install.pm lib/ExtUtils/Installed.pm
42021 ____________________________________________________________________________
42022 [  9708] By: jhi                                   on 2001/04/15  19:31:01
42023         Log: Test also the scalar aspect of getitimer().
42024      Branch: perl
42025            ! t/lib/time-hires.t
42026 ____________________________________________________________________________
42027 [  9707] By: gsar                                  on 2001/04/15  17:24:20
42028         Log: ExtUtils::Installed doesn't quote regex metacharacters in paths
42029              before using them in match; also make it work for dosish platforms
42030      Branch: maint-5.6/perl
42031            ! lib/ExtUtils/Installed.pm
42032 ____________________________________________________________________________
42033 [  9706] By: gsar                                  on 2001/04/15  17:21:59
42034         Log: change#7210 broke .packlist generation (listed only filename
42035              rather than fully qualified path name)
42036      Branch: maint-5.6/perl
42037            ! lib/ExtUtils/Install.pm
42038 ____________________________________________________________________________
42039 [  9705] By: jhi                                   on 2001/04/15  12:36:33
42040         Log: Add interval timer (setitimer, getitimer) support to Time::HiRes.
42041      Branch: perl
42042            ! ext/Time/HiRes/HiRes.pm ext/Time/HiRes/HiRes.xs
42043            ! t/lib/time-hires.t
42044 ____________________________________________________________________________
42045 [  9704] By: jhi                                   on 2001/04/15  10:49:08
42046         Log: Subject: [PATCH: perl@9622]update perlebcdic.pod with UTF tbl; tweak utf8.pm
42047              From: Prymmer/Kahn <pvhp@best.com>
42048              Date: Sat, 14 Apr 2001 21:36:24 -0700 (PDT)
42049              Message-ID: <Pine.BSF.4.21.0104142127580.27582-100000@shell8.ba.best.com>
42050      Branch: perl
42051            ! lib/utf8.pm pod/perlebcdic.pod
42052 ____________________________________________________________________________
42053 [  9703] By: jhi                                   on 2001/04/15  02:26:26
42054         Log: I keep forgetting to sort MANIFEST.
42055      Branch: perl
42056            ! MANIFEST
42057 ____________________________________________________________________________
42058 [  9702] By: jhi                                   on 2001/04/15  02:07:47
42059         Log: Add Scalar-List-Utils 1.02, from Graham Barr.
42060              Now we have blessed, reftype, tainted, first, reduce, ...
42061      Branch: perl
42062            + ext/List/Util/ChangeLog ext/List/Util/Makefile.PL
42063            + ext/List/Util/README ext/List/Util/Util.xs
42064            + ext/List/Util/lib/List/Util.pm
42065            + ext/List/Util/lib/Scalar/Util.pm t/lib/u-blessed.t
42066            + t/lib/u-dualvar.t t/lib/u-first.t t/lib/u-max.t
42067            + t/lib/u-maxstr.t t/lib/u-min.t t/lib/u-minstr.t
42068            + t/lib/u-readonly.t t/lib/u-reduce.t t/lib/u-reftype.t
42069            + t/lib/u-sum.t t/lib/u-tainted.t t/lib/u-weak.t
42070            ! MANIFEST
42071 ____________________________________________________________________________
42072 [  9701] By: jhi                                   on 2001/04/14  15:05:25
42073         Log: Subject: RE: dprofpp.pl updates 
42074              From: Carl Eklof <CEklof@endeca.com>
42075              Date: Thu, 12 Apr 2001 18:45:46 -0400
42076              Message-ID: <D99914D9109BD411823800508BD957180E1269@exch01.ops.endeca.com>
42077      Branch: perl
42078            ! utils/dprofpp.PL
42079 ____________________________________________________________________________
42080 [  9700] By: jhi                                   on 2001/04/14  14:44:55
42081         Log: Do not just blindly add CR.
42082      Branch: perl
42083            ! Porting/makerel
42084 ____________________________________________________________________________
42085 [  9699] By: jhi                                   on 2001/04/13  13:17:01
42086         Log: Update Changes.
42087      Branch: perl
42088            ! Changes patchlevel.h
42089 ____________________________________________________________________________
42090 [  9698] By: jhi                                   on 2001/04/13  12:44:48
42091         Log: Integrate perlio.
42092      Branch: perl
42093           !> ext/PerlIO/Scalar/Scalar.xs
42094 ____________________________________________________________________________
42095 [  9697] By: jhi                                   on 2001/04/13  12:29:15
42096         Log: Add more debug output to the test.
42097      Branch: perl
42098            ! t/lib/cwd.t
42099 ____________________________________________________________________________
42100 [  9696] By: nick                                  on 2001/04/13  10:14:29
42101         Log: Fix core dump on binmode($fh,'Scalar')
42102      Branch: perlio
42103            ! ext/PerlIO/Scalar/Scalar.xs
42104 ____________________________________________________________________________
42105 [  9695] By: nick                                  on 2001/04/13  09:05:42
42106         Log: Integrate mainline
42107      Branch: perlio
42108           +> ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
42109           +> ext/Time/HiRes/HiRes.xs ext/Time/HiRes/Makefile.PL
42110           +> t/lib/time-hires.t
42111           !> AUTHORS MANIFEST Makefile.SH Todo-5.6 configure.com
42112           !> ext/Digest/MD5/MD5.xs ext/File/Glob/Glob.pm
42113           !> ext/File/Glob/Glob.xs ext/File/Glob/bsd_glob.c
42114           !> ext/File/Glob/bsd_glob.h ext/MIME/Base64/Base64.xs
42115           !> hints/uts.sh hints/vmesa.sh lib/Devel/SelfStubber.pm opcode.pl
42116           !> pod/perlfaq5.pod pp.c regexec.c t/comp/proto.t
42117           !> t/lib/md5-file.t t/op/pat.t win32/Makefile win32/makefile.mk
42118 ____________________________________________________________________________
42119 [  9694] By: jhi                                   on 2001/04/12  22:23:35
42120         Log: Integrate change #9693 from maintperl into mainline.
42121              
42122              $VERSION and Version() on the same line provokes a warning from
42123              CPAN.pm (from Jonathan Leffler <jleffler@informix.com>)
42124      Branch: perl
42125           !> lib/Devel/SelfStubber.pm
42126 ____________________________________________________________________________
42127 [  9693] By: gsar                                  on 2001/04/12  21:55:56
42128         Log: $VERSION and Version() on the same line provokes a warning from
42129              CPAN.pm (from Jonathan Leffler <jleffler@informix.com>)
42130      Branch: maint-5.6/perl
42131            ! lib/Devel/SelfStubber.pm
42132 ____________________________________________________________________________
42133 [  9692] By: jhi                                   on 2001/04/12  13:54:00
42134         Log: This is at least 5.005.
42135      Branch: perl
42136            ! ext/Time/HiRes/HiRes.xs
42137 ____________________________________________________________________________
42138 [  9691] By: jhi                                   on 2001/04/12  13:37:20
42139         Log: Non-UNIX platforms extensions update.  (Well, UTS is UNIX.)
42140      Branch: perl
42141            ! Makefile.SH configure.com hints/uts.sh hints/vmesa.sh
42142            ! win32/Makefile win32/makefile.mk
42143 ____________________________________________________________________________
42144 [  9690] By: jhi                                   on 2001/04/12  01:34:46
42145         Log: Integrate Time::Hires 1.20 from Douglas E. Wegscheid.
42146      Branch: perl
42147            + ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
42148            + ext/Time/HiRes/HiRes.xs ext/Time/HiRes/Makefile.PL
42149            + t/lib/time-hires.t
42150            ! MANIFEST
42151 ____________________________________________________________________________
42152 [  9689] By: jhi                                   on 2001/04/12  00:28:39
42153         Log: Subject: [PATCH] Digest::MD5 on UTF8 strings
42154              From: Gisle Aas <gisle@ActiveState.com>
42155              Date: 11 Apr 2001 16:36:11 -0700
42156              Message-ID: <lrlmp7102c.fsf@caliper.ActiveState.com>
42157      Branch: perl
42158            ! ext/Digest/MD5/MD5.xs t/lib/md5-file.t
42159 ____________________________________________________________________________
42160 [  9688] By: jhi                                   on 2001/04/12  00:27:39
42161         Log: Subject: Re: [PATCH] [ID 20010410.001] Not OK: perl v5.7.1 on i386-freebsd 4.3-rc (UNINSTALLED)
42162              From: Gisle Aas <gisle@ActiveState.com>
42163              Date: 11 Apr 2001 11:13:24 -0700
42164              Message-ID: <lrbsq371a3.fsf@caliper.ActiveState.com>
42165      Branch: perl
42166            ! ext/MIME/Base64/Base64.xs
42167 ____________________________________________________________________________
42168 [  9687] By: jhi                                   on 2001/04/11  19:51:47
42169         Log: Slight update on the Todo list.  (Should integrate to Todo?) 
42170      Branch: perl
42171            ! Todo-5.6
42172 ____________________________________________________________________________
42173 [  9686] By: jhi                                   on 2001/04/11  16:54:25
42174         Log: Subject: [PATCH opcode.pl] Documentation of table format
42175              From: Simon Cozens <simon@netthink.co.uk>
42176              Date: Wed, 11 Apr 2001 12:59:31 +0100
42177              Message-ID: <20010411125931.A25681@netthink.co.uk>
42178      Branch: perl
42179            ! opcode.pl
42180 ____________________________________________________________________________
42181 [  9685] By: jhi                                   on 2001/04/11  16:53:15
42182         Log: Subject: [PATCH] prototype("CORE::recv")
42183              From: Simon Cozens <simon@netthink.co.uk>
42184              Date: Wed, 11 Apr 2001 13:24:35 +0100
42185              Message-ID: <20010411132435.A26169@netthink.co.uk>
42186      Branch: perl
42187            ! pp.c t/comp/proto.t
42188 ____________________________________________________________________________
42189 [  9684] By: jhi                                   on 2001/04/11  16:47:13
42190         Log: FAQ (and AUTHORS) update from Dan Carson: the information
42191              was several years obsolete, Term::Readkey has been updated
42192              to have the functionality.
42193      Branch: perl
42194            ! AUTHORS pod/perlfaq5.pod
42195 ____________________________________________________________________________
42196 [  9683] By: jhi                                   on 2001/04/11  12:15:46
42197         Log: Subject: Re: [PATCH] [ID 20010410.001] Not OK: perl v5.7.1 on i386-freebsd 4.3-rc (UNINSTALLED)
42198              From: Calle Dybedahl <calle@lysator.liu.se>
42199              Date: 10 Apr 2001 16:44:16 +0200
42200              Message-ID: <86d7akbyrj.fsf@tezcatlipoca.algonet.se>
42201      Branch: perl
42202            ! ext/MIME/Base64/Base64.xs
42203 ____________________________________________________________________________
42204 [  9682] By: jhi                                   on 2001/04/11  12:12:26
42205         Log: A more minimal fix for 20010410.006 from Hugo.
42206      Branch: perl
42207            ! regexec.c
42208 ____________________________________________________________________________
42209 [  9681] By: jhi                                   on 2001/04/11  11:34:23
42210         Log: Integrate changes #9678,9679 from maintline into mainperl.
42211              
42212              addendum to change#9676
42213              
42214              up $File::Glob::VERSION; add a note pointing out the version of
42215              the OpenBSD glob bsd_glob.c resembles
42216      Branch: perl
42217           !> ext/File/Glob/Glob.pm ext/File/Glob/bsd_glob.c
42218           !> ext/File/Glob/bsd_glob.h
42219 ____________________________________________________________________________
42220 [  9680] By: jhi                                   on 2001/04/11  11:30:38
42221         Log: Bad test numbering in integrate in #9677.
42222              Fixes ID 20010411.001.
42223      Branch: perl
42224            ! t/op/pat.t
42225 ____________________________________________________________________________
42226 [  9679] By: gsar                                  on 2001/04/11  03:38:40
42227         Log: up $File::Glob::VERSION; add a note pointing out the version of
42228              the OpenBSD glob bsd_glob.c resembles
42229      Branch: maint-5.6/perl
42230            ! ext/File/Glob/Glob.pm ext/File/Glob/bsd_glob.c
42231            ! ext/File/Glob/bsd_glob.h
42232 ____________________________________________________________________________
42233 [  9678] By: gsar                                  on 2001/04/11  03:09:48
42234         Log: addendum to change#9676: some missing changes from OpenBSD glob.c
42235              revision 1.8.10.1 found here:
42236              
42237              http://www.openbsd.org/cgi-bin/cvsweb/src/lib/libc/gen/glob.c
42238      Branch: maint-5.6/perl
42239            ! ext/File/Glob/bsd_glob.c
42240 ____________________________________________________________________________
42241 [  9677] By: jhi                                   on 2001/04/11  02:54:39
42242         Log: Integrate changes #9675,9676 from maintperl into mainline.
42243              
42244              fix for bug 20010410.006, undo change#7115
42245              
42246              port the OpenBSD glob() security patch
42247      Branch: perl
42248           !> ext/File/Glob/Glob.pm ext/File/Glob/Glob.xs
42249           !> ext/File/Glob/bsd_glob.c ext/File/Glob/bsd_glob.h regexec.c
42250           !> t/op/pat.t
42251 ____________________________________________________________________________
42252 [  9676] By: gsar                                  on 2001/04/11  02:19:02
42253         Log: port the glob() security patch found at:
42254              
42255              ftp://ftp.openbsd.org/pub/OpenBSD/patches/2.8/common/025_glob.patch
42256              
42257              CERT advisory for the issue is here:
42258              
42259              http://www.cert.org/advisories/CA-2001-07.html
42260              
42261              Note that the security scare is only relevant for those who are
42262              foolish enough to build suidperl (which is now officially discouraged)
42263      Branch: maint-5.6/perl
42264            ! ext/File/Glob/Glob.pm ext/File/Glob/Glob.xs
42265            ! ext/File/Glob/bsd_glob.c ext/File/Glob/bsd_glob.h
42266 ____________________________________________________________________________
42267 [  9675] By: gsar                                  on 2001/04/10  23:52:11
42268         Log: fix for bug 20010410.006
42269              
42270              undo change#7115 (came into maint-5.6 as change#8156)
42271              
42272              add tests to keep it from coming back
42273      Branch: maint-5.6/perl
42274            ! regexec.c t/op/pat.t
42275 ____________________________________________________________________________
42276 [  9674] By: nick                                  on 2001/04/10  20:39:31
42277         Log: Integrate mainline
42278      Branch: perlio
42279           +> Porting/testall.atom
42280           !> MANIFEST t/lib/lc-all.t t/lib/lc-constants.t
42281           !> t/lib/lc-country.t t/lib/lc-currency.t t/lib/lc-language.t
42282           !> t/lib/lc-uk.t t/pod/find.t
42283 ____________________________________________________________________________
42284 [  9673] By: nick                                  on 2001/04/10  18:46:14
42285         Log: Integrate against change 9670 aka perl-5.7.1
42286      Branch: perlio
42287           +> jpl/ChangeLog jpl/README.JUST-JNI jpl/docs/Tutorial.pod
42288           !> (integrate 53 files)
42289 ____________________________________________________________________________
42290 [  9672] By: jhi                                   on 2001/04/10  13:45:01
42291         Log: Add a script for doing cumulative profile of the test suite.
42292              (Requires ATOM, that is, Tru64.)
42293      Branch: perl
42294            + Porting/testall.atom
42295            ! MANIFEST
42296 ____________________________________________________________________________
42297 [  9671] By: jhi                                   on 2001/04/10  12:38:53
42298         Log: Missing std block.
42299      Branch: perl
42300            ! t/lib/lc-all.t t/lib/lc-constants.t t/lib/lc-country.t
42301            ! t/lib/lc-currency.t t/lib/lc-language.t t/lib/lc-uk.t
42302            ! t/pod/find.t
42303 ____________________________________________________________________________
42304 [  9670] By: jhi                                   on 2001/04/10  01:25:58
42305         Log: This is 5.7.1.
42306      Branch: perl
42307            ! patchlevel.h
42308 ____________________________________________________________________________
42309 [  9669] By: jhi                                   on 2001/04/10  01:09:14
42310         Log: Update Changes.
42311      Branch: perl
42312            ! Changes patchlevel.h
42313 ____________________________________________________________________________
42314 [  9668] By: jhi                                   on 2001/04/10  01:00:38
42315         Log: Regen toc.
42316      Branch: perl
42317            ! pod/perltoc.pod
42318 ____________________________________________________________________________
42319 [  9667] By: jhi                                   on 2001/04/10  00:52:16
42320         Log: Update perlhist.
42321      Branch: perl
42322            ! pod/perlhist.pod
42323 ____________________________________________________________________________
42324 [  9666] By: jhi                                   on 2001/04/09  23:38:59
42325         Log: Slight wording tweaks from Damian to #9658.
42326      Branch: perl
42327            ! pod/perlobj.pod
42328 ____________________________________________________________________________
42329 [  9665] By: jhi                                   on 2001/04/09  19:56:06
42330         Log: Subject: [PATCH perlutil.pod] Nit
42331              From: Simon Cozens <simon@netthink.co.uk>
42332              Date: Mon, 9 Apr 2001 20:29:44 +0100
42333              Message-ID: <20010409202944.A14796@the.earth.li>
42334      Branch: perl
42335            ! pod/perlutil.pod
42336 ____________________________________________________________________________
42337 [  9664] By: jhi                                   on 2001/04/09  19:54:42
42338         Log: Subject: Re: perl571delta.pod@9631
42339              From: Mike Guy <mjtg@cam.ac.uk>
42340              Date: Mon, 09 Apr 2001 18:09:14 +0100
42341              Message-Id: <E14mfAA-0006vi-00@libra.cus.cam.ac.uk>
42342      Branch: perl
42343            ! pod/perl571delta.pod
42344 ____________________________________________________________________________
42345 [  9663] By: jhi                                   on 2001/04/09  13:43:35
42346         Log: Update Changes.
42347      Branch: perl
42348            ! Changes patchlevel.h
42349 ____________________________________________________________________________
42350 [  9662] By: jhi                                   on 2001/04/09  13:24:46
42351         Log: tweak tweak.
42352      Branch: perl
42353            ! AUTHORS pod/perl571delta.pod
42354 ____________________________________________________________________________
42355 [  9661] By: jhi                                   on 2001/04/09  13:15:13
42356         Log: Thinko in manual patch applying.
42357      Branch: perl
42358            ! sv.c
42359 ____________________________________________________________________________
42360 [  9660] By: jhi                                   on 2001/04/09  13:07:53
42361         Log: Subject: Re: [PATCH perl@9424] isn't numeric warning 
42362              From: Robin Barker <rmb1@cise.npl.co.uk> 
42363              Date: Mon, 9 Apr 2001 14:58:04 +0100 (BST)
42364              Message-Id: <200104091358.OAA24811@tempest.npl.co.uk>
42365              
42366              (This corrects the case where the "isn't numeric" string contains \0s
42367              and is longer than the temporary buffer, and contains \0 at the point
42368              the string would be truncated by "...".) 
42369      Branch: perl
42370            ! sv.c
42371 ____________________________________________________________________________
42372 [  9659] By: jhi                                   on 2001/04/09  12:57:41
42373         Log: Upgrade to CGI.pm 2.753, from Lincoln Stein.
42374      Branch: perl
42375            ! lib/CGI.pm lib/CGI/Cookie.pm t/lib/cgi-esc.t
42376            ! t/lib/cgi-function.t t/lib/cgi-html.t
42377 ____________________________________________________________________________
42378 [  9658] By: jhi                                   on 2001/04/09  12:48:47
42379         Log: Subject: [PATCH] Partial rewrite of perlobj.pod
42380              From: Ilmari Karonen <iltzu@sci.fi>
42381              Date: Sun, 8 Apr 2001 23:14:29 +0300 (EET DST)
42382              Message-ID: <Pine.SOL.3.96.1010408224105.425E-100000@simpukka>
42383              
42384              Rearrange and rewrite the Method Invocation section
42385              to explain the concepts in nicer order.
42386      Branch: perl
42387            ! pod/perlobj.pod
42388 ____________________________________________________________________________
42389 [  9657] By: jhi                                   on 2001/04/09  12:35:58
42390         Log: Upgrade to podlators 1.09, from Russ Allbery.
42391      Branch: perl
42392            ! lib/Pod/Man.pm lib/Pod/Text.pm
42393 ____________________________________________________________________________
42394 [  9656] By: jhi                                   on 2001/04/09  12:31:53
42395         Log: perl571delta.
42396      Branch: perl
42397            ! Todo-5.6 pod/perl571delta.pod pod/perlunicode.pod
42398 ____________________________________________________________________________
42399 [  9655] By: jhi                                   on 2001/04/09  12:20:09
42400         Log: Subject: [PATCH: perl@9622] documentation tweaks for UTF-EBCDIC support
42401              From: Prymmer/Kahn <pvhp@best.com>
42402              Date: Mon, 9 Apr 2001 00:08:58 -0700 (PDT)
42403              Message-ID: <Pine.BSF.4.21.0104090006190.21071-100000@shell8.ba.best.com>
42404      Branch: perl
42405            ! lib/utf8.pm pod/perlunicode.pod
42406 ____________________________________________________________________________
42407 [  9654] By: gsar                                  on 2001/04/09  03:38:33
42408         Log: here lies 5.6.1
42409      Branch: maint-5.6/perl
42410            ! Changes
42411 ____________________________________________________________________________
42412 [  9653] By: jhi                                   on 2001/04/09  03:25:24
42413         Log: Update perlhist.
42414      Branch: perl
42415            ! pod/perlhist.pod
42416 ____________________________________________________________________________
42417 [  9652] By: jhi                                   on 2001/04/09  03:18:49
42418         Log: perl571delta tweaking continues.
42419      Branch: perl
42420            ! pod/perl571delta.pod
42421 ____________________________________________________________________________
42422 [  9651] By: gsar                                  on 2001/04/09  03:11:19
42423         Log: update Changes, patchlevel.h &c.
42424      Branch: maint-5.6/perl
42425            ! Changes patchlevel.h pod/perldelta.pod pod/perlhist.pod
42426            ! pod/perltoc.pod
42427 ____________________________________________________________________________
42428 [  9650] By: jhi                                   on 2001/04/09  02:40:24
42429         Log: Integrate the perlfork half of #9513 from maintperl into mainline
42430              (the perlunicode half is obsolete)
42431      Branch: perl
42432            ! pod/perlfork.pod
42433 ____________________________________________________________________________
42434 [  9649] By: gsar                                  on 2001/04/09  02:35:43
42435         Log: tweak perldelta as suggested by Jarkko
42436      Branch: maint-5.6/perl
42437            ! pod/perldelta.pod
42438 ____________________________________________________________________________
42439 [  9648] By: jhi                                   on 2001/04/09  02:13:04
42440         Log: Integrate change #9646 from maintperl into mainline.
42441              
42442              add note about ithreads and Thread.pm
42443      Branch: perl
42444           !> ext/Thread/Thread.pm ext/Thread/Thread.xs
42445 ____________________________________________________________________________
42446 [  9647] By: jhi                                   on 2001/04/09  02:10:18
42447         Log: Bad assumption that shortsize == 2.
42448      Branch: perl
42449            ! t/lib/xs-typemap.t
42450 ____________________________________________________________________________
42451 [  9646] By: gsar                                  on 2001/04/09  00:48:04
42452         Log: add note about ithreads and Thread.pm (too many people are
42453              confused by the fact that Thread.pm is built and installed
42454              under non-5005threads but doesn't work)
42455      Branch: maint-5.6/perl
42456            ! ext/Thread/Thread.pm ext/Thread/Thread.xs
42457 ____________________________________________________________________________
42458 [  9645] By: gsar                                  on 2001/04/09  00:19:03
42459         Log: update perldelta.pod for changes in 5.6.1
42460      Branch: maint-5.6/perl
42461            ! Changes pod/perldelta.pod
42462 ____________________________________________________________________________
42463 [  9644] By: jhi                                   on 2001/04/08  20:37:00
42464         Log: Integrate change #9639 from maintperl into mainline:
42465              on windows, many of the README.* pods were being copied to
42466              the wrong location
42467      Branch: perl
42468           !> win32/Makefile win32/makefile.mk
42469 ____________________________________________________________________________
42470 [  9643] By: jhi                                   on 2001/04/08  20:07:11
42471         Log: Integrate change #9624 from maintperl into mainline:
42472              the pod tests were not okay.  (t/pod/find.t changes ignored)
42473      Branch: perl
42474           !> lib/Pod/Find.pm t/pod/emptycmd.t t/pod/for.t t/pod/headings.t
42475           !> t/pod/include.t t/pod/included.t t/pod/lref.t
42476           !> t/pod/multiline_items.t t/pod/nested_items.t
42477           !> t/pod/nested_seqs.t t/pod/oneline_cmds.t t/pod/pod2usage.t
42478           !> t/pod/poderrs.t t/pod/podselect.t t/pod/special_seqs.t
42479 ____________________________________________________________________________
42480 [  9642] By: jhi                                   on 2001/04/08  19:57:17
42481         Log: Integrate change #9638 from maintperl into mainline:
42482              update to latest JPL from the anoncvs repository
42483      Branch: perl
42484           +> jpl/ChangeLog jpl/README.JUST-JNI jpl/docs/Tutorial.pod
42485           !> MANIFEST jpl/JNI/JNI.pm jpl/JNI/JNI.xs jpl/JNI/Makefile.PL
42486           !> jpl/PerlInterpreter/PerlInterpreter.h jpl/README
42487 ____________________________________________________________________________
42488 [  9641] By: jhi                                   on 2001/04/08  19:53:30
42489         Log: perl571delta updates.
42490      Branch: perl
42491            ! lib/Filter/Simple.pm pod/perl571delta.pod
42492 ____________________________________________________________________________
42493 [  9640] By: gsar                                  on 2001/04/08  19:20:46
42494         Log: integrate change#9634 from mainline
42495              
42496              Fix the perlmodlib generation (didn't understand separate .pod
42497              files; didn't understand -- as the name-thing separator).
42498              Update the CPAN mirrors list.
42499      Branch: maint-5.6/perl
42500            ! pod/perlmodlib.pod
42501           !> pod/perlmodlib.PL
42502 ____________________________________________________________________________
42503 [  9639] By: gsar                                  on 2001/04/08  18:57:31
42504         Log: on windows, many of the README.* pods were being copied to the wrong
42505              location
42506      Branch: maint-5.6/perl
42507            ! win32/Makefile win32/makefile.mk
42508 ____________________________________________________________________________
42509 [  9638] By: gsar                                  on 2001/04/08  18:38:25
42510         Log: update to latest JPL from the anoncvs repository
42511      Branch: maint-5.6/perl
42512            + jpl/ChangeLog jpl/README.JUST-JNI jpl/docs/Tutorial.pod
42513            ! MANIFEST jpl/JNI/JNI.pm jpl/JNI/JNI.xs jpl/JNI/Makefile.PL
42514            ! jpl/PerlInterpreter/PerlInterpreter.h jpl/README
42515 ____________________________________________________________________________
42516 [  9637] By: jhi                                   on 2001/04/08  17:53:53
42517         Log: Britishify spellings; s/\b(front|back) (end)\b/\1\2/g;
42518      Branch: perl
42519            ! pod/perl571delta.pod
42520 ____________________________________________________________________________
42521 [  9636] By: jhi                                   on 2001/04/08  17:18:32
42522         Log: Regen toc.
42523      Branch: perl
42524            ! pod/perltoc.pod
42525 ____________________________________________________________________________
42526 [  9635] By: jhi                                   on 2001/04/08  17:16:33
42527         Log: Subject: [PATCH perl@9622] fix IO.xs compile failure on VMS
42528              From: "Craig A. Berry" <craigberry@mac.com>
42529              Date: Sun, 08 Apr 2001 12:30:16 -0500
42530              Message-Id: <5.0.2.1.0.20010408120154.02675eb8@exchi01>
42531      Branch: perl
42532            ! ext/IO/IO.xs lib/ExtUtils/xsubpp
42533 ____________________________________________________________________________
42534 [  9634] By: jhi                                   on 2001/04/08  17:09:19
42535         Log: Fix the perlmodlib generation (didn't understand separate .pod
42536              files; didn't understand -- as the name-thing separator).
42537              
42538              Update the CPAN mirrors list.
42539      Branch: perl
42540            ! pod/perlmodlib.PL pod/perlmodlib.pod
42541 ____________________________________________________________________________
42542 [  9633] By: jhi                                   on 2001/04/08  16:49:17
42543         Log: Sort MANIFEST.
42544      Branch: perl
42545            ! MANIFEST
42546 ____________________________________________________________________________
42547 [  9632] By: gsar                                  on 2001/04/08  16:36:06
42548         Log: add $Tie::RefHash::VERSION
42549      Branch: maint-5.6/perl
42550            ! lib/Tie/RefHash.pm
42551 ____________________________________________________________________________
42552 [  9631] By: jhi                                   on 2001/04/08  16:10:15
42553         Log: perl571delta updates based on p5p feedback; still needs
42554              lots of examples.
42555      Branch: perl
42556            ! pod/perl571delta.pod
42557 ____________________________________________________________________________
42558 [  9630] By: jhi                                   on 2001/04/08  15:59:13
42559         Log: Update the list of supported platforms to talk about 5.7.1
42560              (and 5.6.1)
42561      Branch: perl
42562            ! pod/perlport.pod
42563 ____________________________________________________________________________
42564 [  9629] By: jhi                                   on 2001/04/08  15:55:41
42565         Log: Integrate changes #8677,8680,8681,8725,8732,8776,8782,9290
42566              from maintperl into mainline: perlport updates.
42567      Branch: perl
42568            ! pod/perlport.pod
42569 ____________________________________________________________________________
42570 [  9628] By: jhi                                   on 2001/04/08  15:53:17
42571         Log: perlsolaris.pod copied to wrong directory.
42572      Branch: perl
42573            ! win32/makefile.mk
42574 ____________________________________________________________________________
42575 [  9627] By: jhi                                   on 2001/04/08  14:48:18
42576         Log: Subject: Typos in perl571delta.pod
42577              From: "Stephen P. Potter" <spp@spotter.yi.org>
42578              Date: Sat, 07 Apr 2001 20:37:05 -0400
42579              Message-Id: <20010408003710.2A8FC729DD@belgarath.spotter.yi.org>
42580      Branch: perl
42581            ! pod/perl571delta.pod
42582 ____________________________________________________________________________
42583 [  9626] By: jhi                                   on 2001/04/08  14:39:04
42584         Log: Smoke out dTHR, spotted by by Stephen P. Potter.
42585      Branch: perl
42586            ! gv.c
42587 ____________________________________________________________________________
42588 [  9625] By: nick                                  on 2001/04/08  10:14:23
42589         Log: Integrate mainline
42590      Branch: perlio
42591           +> pod/perl570delta.pod pod/perl571delta.pod
42592           !> (integrate 27 files)
42593 ____________________________________________________________________________
42594 [  9624] By: gsar                                  on 2001/04/08  06:08:17
42595         Log: test in t/pod/* were busted
42596              
42597              these tests are still not enabled in t/{harness,TEST}
42598      Branch: maint-5.6/perl
42599            ! lib/Pod/Find.pm t/pod/emptycmd.t t/pod/find.t t/pod/for.t
42600            ! t/pod/headings.t t/pod/include.t t/pod/included.t t/pod/lref.t
42601            ! t/pod/multiline_items.t t/pod/nested_items.t
42602            ! t/pod/nested_seqs.t t/pod/oneline_cmds.t t/pod/pod2usage.t
42603            ! t/pod/poderrs.t t/pod/podselect.t t/pod/special_seqs.t
42604 ____________________________________________________________________________
42605 [  9623] By: gsar                                  on 2001/04/08  03:37:01
42606         Log: integrate change#9470 from mainline
42607              
42608              Subject: Re: [ID 20010215.006] Bad arg length for Socket::unpack_sockaddr_un, length is 14 ... 
42609      Branch: maint-5.6/perl
42610           !> ext/Socket/Socket.xs
42611 ____________________________________________________________________________
42612 [  9622] By: jhi                                   on 2001/04/07  22:40:47
42613         Log: Update Changes.
42614      Branch: perl
42615            ! Changes patchlevel.h
42616 ____________________________________________________________________________
42617 [  9621] By: jhi                                   on 2001/04/07  22:34:16
42618         Log: Update AUTHORS.
42619      Branch: perl
42620            ! AUTHORS
42621 ____________________________________________________________________________
42622 [  9620] By: jhi                                   on 2001/04/07  22:12:47
42623         Log: Forgot to bump the number of tests in #9164.
42624      Branch: perl
42625            ! t/op/array.t
42626 ____________________________________________________________________________
42627 [  9619] By: jhi                                   on 2001/04/07  22:09:50
42628         Log: Bump patchlevel to 5.7.1.
42629      Branch: perl
42630            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
42631            ! config_h.SH patchlevel.h
42632 ____________________________________________________________________________
42633 [  9618] By: jhi                                   on 2001/04/07  22:02:41
42634         Log: Populate perl571delta.
42635      Branch: perl
42636            ! pod/perl571delta.pod
42637 ____________________________________________________________________________
42638 [  9617] By: jhi                                   on 2001/04/07  22:01:23
42639         Log: Change 5.7.0 to 5.7.1 in some of the places I would be guaranteed
42640              to forget it later; do not change patchlevel.h yet or regenerate
42641              Configure yet.
42642      Branch: perl
42643            ! epoc/config.sh win32/Makefile win32/config_H.bc
42644            ! win32/config_H.gc win32/config_H.vc win32/makefile.mk
42645 ____________________________________________________________________________
42646 [  9616] By: jhi                                   on 2001/04/07  17:46:33
42647         Log: Add PerlIO and Encode information to perl571delta, fron NI-S.
42648      Branch: perl
42649            ! pod/perl571delta.pod
42650 ____________________________________________________________________________
42651 [  9615] By: jhi                                   on 2001/04/07  17:33:21
42652         Log: Change the toc configuration.
42653      Branch: perl
42654            ! pod/buildtoc.PL pod/perl.pod
42655 ____________________________________________________________________________
42656 [  9614] By: jhi                                   on 2001/04/07  17:29:47
42657         Log: Subject: PATCH: $[
42658              From: Robin Houston <robin@kitsite.com>
42659              Date: Fri, 6 Apr 2001 18:10:14 +0100
42660              Message-ID: <20010406181014.A18803@puffinry.freeserve.co.uk>
42661      Branch: perl
42662            ! op.c t/op/array.t
42663 ____________________________________________________________________________
42664 [  9613] By: jhi                                   on 2001/04/07  17:28:26
42665         Log: Subject: [PATCH perl@9424] isn't numeric warning
42666              From: Robin Barker <rmb1@cise.npl.co.uk>
42667              Date: Fri, 6 Apr 2001 18:08:52 +0100 (BST)
42668              Message-Id: <200104061708.SAA06783@tempest.npl.co.uk>
42669      Branch: perl
42670            ! sv.c t/pragma/warn/sv
42671 ____________________________________________________________________________
42672 [  9612] By: jhi                                   on 2001/04/07  17:26:45
42673         Log: Subject: [PATCH bleadperl] Re: [PATCH dump.c] hash quality
42674              From: Mike Guy <mjtg@cam.ac.uk>
42675              Date: Fri, 06 Apr 2001 12:47:06 +0100
42676              Message-Id: <E14lUhm-0000rx-00@libra.cus.cam.ac.uk>
42677      Branch: perl
42678            ! dump.c t/lib/peek.t
42679 ____________________________________________________________________________
42680 [  9611] By: jhi                                   on 2001/04/07  17:21:35
42681         Log: Create perl571delta and seed it off with the perldelta changes
42682              since 5.7.0; remove those changes from perldelta and rename it
42683              as perl570delta; recreate perldelta but leave it almost empty.
42684      Branch: perl
42685            + pod/perl570delta.pod pod/perl571delta.pod
42686            ! MANIFEST pod/perldelta.pod
42687 ____________________________________________________________________________
42688 [  9610] By: jhi                                   on 2001/04/07  16:56:32
42689         Log: Denit.
42690      Branch: perl
42691            ! pod/perldelta.pod
42692 ____________________________________________________________________________
42693 [  9609] By: jhi                                   on 2001/04/07  16:38:32
42694         Log: Retract #9523: needs more thought.
42695      Branch: perl
42696            ! Makefile.SH
42697 ____________________________________________________________________________
42698 [  9608] By: jhi                                   on 2001/04/07  14:59:20
42699         Log: atmark() code cleanaup.
42700      Branch: perl
42701            ! ext/IO/IO.xs
42702 ____________________________________________________________________________
42703 [  9607] By: jhi                                   on 2001/04/07  14:48:14
42704         Log: Integrate change #9605 from maintperl into mainline.
42705              
42706              can't optimize away scope entry if tr/// is present
42707      Branch: perl
42708           !> op.c t/op/tr.t
42709 ____________________________________________________________________________
42710 [  9606] By: jhi                                   on 2001/04/07  14:43:59
42711         Log: Integrate perlio.
42712      Branch: perl
42713           +> win32/FindExt.pm
42714           !> MANIFEST ext/PerlIO/Via/Via.xs perlio.c t/lib/md5-file.t
42715           !> win32/buildext.pl win32/config_sh.PL win32/makefile.mk
42716 ____________________________________________________________________________
42717 [  9605] By: gsar                                  on 2001/04/07  11:52:40
42718         Log: can't optimize away scope entry if tr/// is present
42719      Branch: maint-5.6/perl
42720            ! op.c t/op/tr.t
42721 ____________________________________________________________________________
42722 [  9604] By: nick                                  on 2001/04/07  11:39:45
42723         Log: Split out extension finding code from buildext.pl into FindExt.pm
42724              Use it to get Config.pm's idea of available extensions in line
42725              with what is built.
42726      Branch: perlio
42727            + win32/FindExt.pm
42728            ! MANIFEST win32/buildext.pl win32/config_sh.PL
42729            ! win32/makefile.mk
42730 ____________________________________________________________________________
42731 [  9603] By: nick                                  on 2001/04/07  09:11:38
42732         Log: Cleanup correction for failed :Via() layer, also set an error code.
42733      Branch: perlio
42734            ! ext/PerlIO/Via/Via.xs
42735 ____________________________________________________________________________
42736 [  9602] By: nick                                  on 2001/04/07  08:38:04
42737         Log: Digests in lib/md5-file.t are for text files _without_ CRLF i.e. UNIX
42738              style. So don't use binmode() on the handles so that Win32 etc. see
42739              same sequence and produce same digests.
42740      Branch: perlio
42741            ! t/lib/md5-file.t
42742 ____________________________________________________________________________
42743 [  9601] By: nick                                  on 2001/04/07  08:36:26
42744         Log: Allow PerlIOBase_pushed to ignore prefix on mode (e.g. sysopen's "#r")
42745              Else it complains and so crlf layer (say) does not get pushed.
42746      Branch: perlio
42747            ! perlio.c
42748 ____________________________________________________________________________
42749 [  9600] By: jhi                                   on 2001/04/06  23:00:09
42750         Log: Integrate change #9599 from perlio into mainline.
42751      Branch: perl
42752           !> ext/Encode/Encode.pm win32/config_H.bc win32/config_H.gc
42753           !> win32/config_H.vc
42754 ____________________________________________________________________________
42755 [  9599] By: nick                                  on 2001/04/06  21:42:43
42756         Log: Quote $VERSION in Encode.pm.
42757              regen_config_h as requested.
42758      Branch: perlio
42759            ! ext/Encode/Encode.pm win32/config_H.bc win32/config_H.gc
42760            ! win32/config_H.vc
42761 ____________________________________________________________________________
42762 [  9598] By: nick                                  on 2001/04/06  20:34:59
42763         Log: Integrate mainline
42764      Branch: perlio
42765           +> README.macos
42766           !> (integrate 39 files)
42767 ____________________________________________________________________________
42768 [  9597] By: gsar                                  on 2001/04/06  18:06:35
42769         Log: integrate change#9464 from mainline (addendum to change#8313)
42770              
42771              Subject: [PATCH @9452] Better peep()ing for foreach() loops
42772      Branch: maint-5.6/perl
42773           !> op.c
42774 ____________________________________________________________________________
42775 [  9596] By: jhi                                   on 2001/04/06  17:26:03
42776         Log: The d_casti32=undef is good for you even when not use64bitall.
42777      Branch: perl
42778            ! hints/hpux.sh
42779 ____________________________________________________________________________
42780 [  9595] By: gsar                                  on 2001/04/06  14:57:17
42781         Log: add a low-impact fix to accommodate darwin-ism
42782      Branch: maint-5.6/perl
42783            ! ext/Errno/Errno_pm.PL
42784 ____________________________________________________________________________
42785 [  9594] By: jhi                                   on 2001/04/06  14:55:14
42786         Log: Integrate changes #9528,9593 from mainline into maintperl;
42787              tweaking the editor/IDE/shell list.
42788      Branch: maint-5.6/perl
42789           !> pod/perlfaq3.pod
42790 ____________________________________________________________________________
42791 [  9593] By: jhi                                   on 2001/04/06  14:51:39
42792         Log: Make the editor/IDE/shell list a little bit airier.
42793      Branch: perl
42794            ! pod/perlfaq3.pod
42795 ____________________________________________________________________________
42796 [  9592] By: gsar                                  on 2001/04/06  14:45:18
42797         Log: integrate change#9477 from mainline (base.pm doc tweak)
42798              
42799              missing doc entry for fmod()
42800      Branch: maint-5.6/perl
42801            ! lib/Math/BigFloat.pm
42802           !> lib/base.pm
42803 ____________________________________________________________________________
42804 [  9591] By: jhi                                   on 2001/04/06  13:55:48
42805         Log: Regen toc.
42806      Branch: perl
42807            ! pod/perltoc.pod
42808 ____________________________________________________________________________
42809 [  9590] By: jhi                                   on 2001/04/06  13:54:52
42810         Log: Math::BigFloat patches from John Peacock.  The equivalent
42811              of #9586 from maintperl but reworked by John to work with
42812              the bleadperl.
42813      Branch: perl
42814            ! lib/Math/BigFloat.pm t/lib/bigfltpm.t
42815 ____________________________________________________________________________
42816 [  9589] By: jhi                                   on 2001/04/06  13:42:23
42817         Log: Define the U32_ALIGNMENT_REQUIRED only if it's not already defined.
42818      Branch: perl
42819            ! ext/Digest/MD5/Makefile.PL
42820 ____________________________________________________________________________
42821 [  9588] By: jhi                                   on 2001/04/06  13:31:45
42822         Log: Integrate changes #9584,9587 from maintperl into mainline.
42823              
42824              keep eval"" CVs alive until the end of the statement in which
42825              they're called
42826              
42827              add README.macos (from Chris Nandor)
42828              
42829              tyop in change#9555
42830      Branch: perl
42831           +> README.macos
42832           !> MANIFEST embed.h embed.pl global.sym objXSUB.h perlapi.c
42833           !> pod/buildtoc.PL pod/perl.pod pod/perlfaq9.pod pod/perlguts.pod
42834           !> pp_ctl.c proto.h scope.c scope.h sv.c win32/Makefile
42835           !> win32/makefile.mk
42836 ____________________________________________________________________________
42837 [  9587] By: gsar                                  on 2001/04/06  07:31:30
42838         Log: add README.macos (from Chris Nandor)
42839              
42840              tyop in change#9555
42841      Branch: maint-5.6/perl
42842            + README.macos
42843            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perlfaq9.pod
42844            ! win32/Makefile win32/makefile.mk
42845 ____________________________________________________________________________
42846 [  9586] By: gsar                                  on 2001/04/06  07:08:54
42847         Log: fixes for Math::BigFloat bugs; add fmod() (from John Peacock)
42848      Branch: maint-5.6/perl
42849            ! lib/Math/BigFloat.pm t/lib/bigfltpm.t
42850 ____________________________________________________________________________
42851 [  9585] By: gsar                                  on 2001/04/06  06:58:44
42852         Log: integrate changes#9555,9556,9563..9567,9570..9575,9577..9578
42853              from mainline
42854              
42855              Subject: [PATCH] Base64 update to perlfaq9.pod
42856              
42857              Subject: [PATCH AUTHORS] Housekeeping
42858              
42859              Subject: Re: Not OK: perl v5.6.1 +fools-gold on darwin 1.3 (UNINSTALLED)
42860              Mac OS X (Darwin) has extra pwent fields.
42861              
42862              Subject: [PATCH B::*] print control-character vars readably
42863              Needs EBCDICification.
42864              
42865              Subject: [PATCH B::Deparse] lexical variables with ridiculously long names that are used in list assignments
42866              
42867              Subject: [PATCH B::*] cope with SVf_IVisUV, and cope with $^^ and friends
42868              
42869              Subject: [PATCH B::Deparse] "${foo}bar", "${foo}[1]" etc.
42870              
42871              Subject: [PATCH B::Deparse] binmode is no longer an UNOP
42872              
42873              Subject: [PATCH B::Deparse] regex quoting, and a minor milestone
42874              
42875              Subject: [PATCH B::Deparse] suppress "unintialized value" warnings
42876              
42877              Subject: bleadperl / hex ignores variable length and/or tr doesn't null terminate   ( with patch)
42878              
42879              Subject: patch for t/op/oct.t that shows need for patch supplied with bug 20010404.009, (bugs in hex and oct)
42880              
42881              FreeBSD hints tweak from Anton Berezin.
42882              
42883              Subject: [PATCH foolperl & bleadperl] README.vms update
42884              
42885              Subject: Re: [PATCH foolperl & bleadperl] README.vms update
42886      Branch: maint-5.6/perl
42887           !> AUTHORS README.vms ext/B/B.pm ext/B/B/Concise.pm
42888           !> ext/B/B/Debug.pm ext/B/B/Deparse.pm ext/B/B/Terse.pm
42889           !> hints/freebsd.sh pod/perlfaq9.pod pp.c t/op/oct.t t/op/pwent.t
42890 ____________________________________________________________________________
42891 [  9584] By: gsar                                  on 2001/04/06  04:09:00
42892         Log: keep eval"" CVs alive until the end of the statement in which
42893              they're called; this avoids a coredump ensuing from search for
42894              lexicals in code such as:
42895              
42896              sub bug {
42897              my $s = @_;
42898              eval q[sub { eval 'sub { &$s }' }];
42899              }
42900              bug("x")->()->();
42901              
42902              this code still doesn't work as intended (as it has remained
42903              since time immemorial), but it doesn't provoke a coredump anymore
42904      Branch: maint-5.6/perl
42905            ! embed.h embed.pl global.sym objXSUB.h perlapi.c
42906            ! pod/perlguts.pod pp_ctl.c proto.h scope.c scope.h sv.c
42907 ____________________________________________________________________________
42908 [  9583] By: jhi                                   on 2001/04/05  23:52:51
42909         Log: Update Changes.
42910      Branch: perl
42911            ! Changes patchlevel.h
42912 ____________________________________________________________________________
42913 [  9582] By: jhi                                   on 2001/04/05  23:11:23
42914         Log: Slight doc tweak.
42915      Branch: perl
42916            ! pod/perlunicode.pod
42917 ____________________________________________________________________________
42918 [  9581] By: jhi                                   on 2001/04/05  23:04:11
42919         Log: Integrate perlio.
42920      Branch: perl
42921           !> pod/perlunicode.pod
42922 ____________________________________________________________________________
42923 [  9580] By: jhi                                   on 2001/04/05  23:03:29
42924         Log: Test for #9579.
42925      Branch: perl
42926            ! t/op/do.t
42927 ____________________________________________________________________________
42928 [  9579] By: jhi                                   on 2001/04/05  22:54:17
42929         Log: Subject: [PATCH] Propagate calling context for do '...'
42930              From: Gisle Aas <gisle@ActiveState.com>
42931              Date: 04 Apr 2001 20:17:29 -0700
42932              Message-ID: <lrg0fo827q.fsf@caliper.ActiveState.com>
42933      Branch: perl
42934            ! pod/perlfunc.pod pp_ctl.c
42935 ____________________________________________________________________________
42936 [  9578] By: jhi                                   on 2001/04/05  22:52:51
42937         Log: Subject: Re: [PATCH foolperl & bleadperl] README.vms update
42938              From: Peter Prymmer <pvhp@forte.com>
42939              Date: Thu, 5 Apr 2001 12:00:04 -0700 (PDT)
42940              Message-ID: <Pine.OSF.4.10.10104051156340.518291-100000@aspara.forte.com>
42941      Branch: perl
42942            ! README.vms
42943 ____________________________________________________________________________
42944 [  9577] By: jhi                                   on 2001/04/05  22:48:22
42945         Log: Subject: [PATCH foolperl & bleadperl] README.vms update
42946              From: "Craig A. Berry" <craigberry@mac.com>
42947              Date: Thu, 5 Apr 2001 13:43:28 -0500
42948              Message-Id: <p04330101b6f269936918@[172.16.52.1]>
42949      Branch: perl
42950            ! README.vms
42951 ____________________________________________________________________________
42952 [  9576] By: jhi                                   on 2001/04/05  22:31:38
42953         Log: Subject: [PATCH lib/base.pm t/lib/base.t] Fix subtle $VERSION mistakes with base.pm
42954              From: Michael G Schwern <schwern@pobox.com>
42955              Date: Thu, 5 Apr 2001 21:53:21 +0100
42956              Message-ID: <20010405215321.A4828@blackrider.blackstar.co.uk>
42957      Branch: perl
42958            ! lib/base.pm t/lib/fields.t
42959 ____________________________________________________________________________
42960 [  9575] By: jhi                                   on 2001/04/05  22:26:10
42961         Log: FreeBSD hints tweak from Anton Berezin.
42962      Branch: perl
42963            ! hints/freebsd.sh
42964 ____________________________________________________________________________
42965 [  9574] By: jhi                                   on 2001/04/05  22:24:03
42966         Log: Subject: patch for t/op/oct.t that shows need for patch supplied with bug 20010404.009, (bugs in hex and oct)
42967              From: David Dyck <dcd@tc.fluke.com>
42968              Date: Thu, 5 Apr 2001 09:40:58 -0700 (PDT)
42969              Message-ID: <Pine.LNX.4.30.0104050838330.30478-100000@dd.tc.fluke.com>
42970      Branch: perl
42971            ! t/op/oct.t
42972 ____________________________________________________________________________
42973 [  9573] By: jhi                                   on 2001/04/05  22:23:06
42974         Log: Subject: bleadperl / hex ignores variable length and/or tr doesn't null terminate   ( with patch)
42975              Date: Wed, 4 Apr 2001 13:27:15 -0700 (PDT)
42976              From: David Dyck <dcd@tc.fluke.com>
42977              Message-ID: <Pine.LNX.4.30.0104041325310.25358-100000@dd.tc.fluke.com>
42978      Branch: perl
42979            ! pp.c
42980 ____________________________________________________________________________
42981 [  9572] By: jhi                                   on 2001/04/05  22:14:47
42982         Log: Subject: [PATCH B::Deparse] suppress "unintialized value" warnings
42983              From: Robin Houston <robin@kitsite.com>
42984              Date: Thu, 5 Apr 2001 20:56:48 +0100
42985              Message-ID: <20010405205648.A16814@puffinry.freeserve.co.uk>
42986      Branch: perl
42987            ! ext/B/B/Deparse.pm
42988 ____________________________________________________________________________
42989 [  9571] By: jhi                                   on 2001/04/05  22:12:53
42990         Log: Subject: [PATCH B::Deparse] regex quoting, and a minor milestone
42991              From: Robin Houston <robin@kitsite.com>
42992              Date: Thu, 5 Apr 2001 19:55:51 +0100
42993              Message-ID: <20010405195551.A16686@puffinry.freeserve.co.uk>
42994      Branch: perl
42995            ! ext/B/B/Deparse.pm
42996 ____________________________________________________________________________
42997 [  9570] By: jhi                                   on 2001/04/05  22:11:06
42998         Log: Subject: [PATCH B::Deparse] binmode is no longer an UNOP
42999              From: Robin Houston <robin@kitsite.com>
43000              Date: Thu, 5 Apr 2001 20:16:29 +0100
43001              Message-ID: <20010405201629.A16763@puffinry.freeserve.co.uk>
43002      Branch: perl
43003            ! ext/B/B/Deparse.pm
43004 ____________________________________________________________________________
43005 [  9569] By: nick                                  on 2001/04/05  21:32:26
43006         Log: Change sense from "incomplete" to "implemented but needs more work" in perlunicode.pod
43007      Branch: perlio
43008            ! pod/perlunicode.pod
43009 ____________________________________________________________________________
43010 [  9568] By: nick                                  on 2001/04/05  19:38:09
43011         Log: Integrate mainline
43012      Branch: perlio
43013           +> lib/Class/ISA.pm t/lib/class-isa.t t/lib/md5-align.t
43014           !> (integrate 35 files)
43015 ____________________________________________________________________________
43016 [  9567] By: jhi                                   on 2001/04/05  18:31:45
43017         Log: Subject: [PATCH B::Deparse] "${foo}bar", "${foo}[1]" etc.
43018              From: Robin Houston <robin@kitsite.com>
43019              Date: Thu, 5 Apr 2001 18:03:23 +0100
43020              Message-ID: <20010405180323.A16388@puffinry.freeserve.co.uk>
43021      Branch: perl
43022            ! ext/B/B/Deparse.pm
43023 ____________________________________________________________________________
43024 [  9566] By: jhi                                   on 2001/04/05  18:29:35
43025         Log: Subject: [PATCH B::*] cope with SVf_IVisUV, and cope with $^^ and friends
43026              From: Robin Houston <robin@kitsite.com>
43027              Date: Thu, 5 Apr 2001 16:45:18 +0100
43028              Message-ID: <20010405164517.B16037@puffinry.freeserve.co.uk>
43029      Branch: perl
43030            ! ext/B/B.pm ext/B/B/Deparse.pm ext/B/B/Terse.pm
43031 ____________________________________________________________________________
43032 [  9565] By: jhi                                   on 2001/04/05  18:24:23
43033         Log: Subject: [PATCH B::Deparse] lexical variables with ridiculously long names that are used in list assignments
43034              From: Robin Houston <robin@kitsite.com>
43035              Date: Thu, 5 Apr 2001 14:50:09 +0100
43036              Message-ID: <20010405145009.A15916@puffinry.freeserve.co.uk>
43037      Branch: perl
43038            ! ext/B/B/Deparse.pm
43039 ____________________________________________________________________________
43040 [  9564] By: jhi                                   on 2001/04/05  18:23:03
43041         Log: Subject: [PATCH B::*] print control-character vars readably
43042              From: Robin Houston <robin@kitsite.com>
43043              Date: Thu, 5 Apr 2001 14:27:38 +0100
43044              Message-ID: <20010405142738.A15855@puffinry.freeserve.co.uk>
43045              
43046              Needs EBCDICification.
43047      Branch: perl
43048            ! ext/B/B.pm ext/B/B/Concise.pm ext/B/B/Debug.pm
43049            ! ext/B/B/Terse.pm
43050 ____________________________________________________________________________
43051 [  9563] By: jhi                                   on 2001/04/05  18:20:32
43052         Log: Subject: Re: Not OK: perl v5.6.1 +fools-gold on darwin 1.3 (UNINSTALLED)
43053              Date: Thu, 5 Apr 2001 13:21:42 -0400
43054              From: Paul Schinder <schinder@pobox.com>
43055              Message-Id: <p05100900b6f25159e767@[10.0.1.52]>
43056              
43057              Mac OS X (Darwin) has extra pwent fields.
43058      Branch: perl
43059            ! t/op/pwent.t
43060 ____________________________________________________________________________
43061 [  9562] By: jhi                                   on 2001/04/05  17:57:51
43062         Log: Regen toc.
43063      Branch: perl
43064            ! pod/perltoc.pod
43065 ____________________________________________________________________________
43066 [  9561] By: jhi                                   on 2001/04/05  17:47:33
43067         Log: Metaconfig units changes for #9560, plus regen Glossary.patch.
43068      Branch: metaconfig
43069            ! U/Glossary.patch
43070      Branch: metaconfig/U/perl
43071            + d_u32align.U
43072            ! d_cmsghdr_s.U d_msghdr_s.U
43073 ____________________________________________________________________________
43074 [  9560] By: jhi                                   on 2001/04/05  17:47:01
43075         Log: Introduce d_u32align / U32_REQUIRES_ALIGNMENT, needed for
43076              ext/Digest/MD5/Makefile.PL and t/lib/md5-align.t.
43077              Introduce probes for struct msghdr, struct cmsghdr,
43078              sendmsg, recvmsg, readv, writev, setitimer, getitimer,
43079              ualarm, usleep, for possible later extension work.
43080      Branch: perl
43081            + t/lib/md5-align.t
43082            ! Configure MANIFEST Porting/Glossary Porting/config.sh
43083            ! Porting/config_H config_h.SH configure.com epoc/config.sh
43084            ! ext/Digest/MD5/Makefile.PL perl.h uconfig.h uconfig.sh
43085            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
43086            ! vos/config.ga.h win32/config.bc win32/config.gc
43087            ! win32/config.vc
43088 ____________________________________________________________________________
43089 [  9559] By: jhi                                   on 2001/04/05  13:03:04
43090         Log: Be traditional in your cpp (for the Errno extension).
43091      Branch: perl
43092            ! hints/darwin.sh
43093 ____________________________________________________________________________
43094 [  9558] By: jhi                                   on 2001/04/05  13:00:05
43095         Log: Add $Config{cppflags} to the gcc incantation.
43096      Branch: perl
43097            ! ext/Errno/Errno_pm.PL
43098 ____________________________________________________________________________
43099 [  9557] By: jhi                                   on 2001/04/05  04:22:39
43100         Log: Introduce Sean Burke's Class::ISA 0.32.
43101      Branch: perl
43102            + lib/Class/ISA.pm t/lib/class-isa.t
43103            ! MANIFEST
43104 ____________________________________________________________________________
43105 [  9556] By: jhi                                   on 2001/04/05  04:09:50
43106         Log: Subject: [PATCH AUTHORS] Housekeeping
43107              From: Paul Johnson <paul@pjcj.net> 
43108              Date: Wed, 4 Apr 2001 22:45:47 +0200
43109              Message-ID: <20010404224547.D9548@pjcj.net>
43110      Branch: perl
43111            ! AUTHORS
43112 ____________________________________________________________________________
43113 [  9555] By: jhi                                   on 2001/04/05  04:06:33
43114         Log: Subject: [PATCH] Base64 update to perlfaq9.pod
43115              From: Gisle Aas <gisle@ActiveState.com>
43116              Date: 04 Apr 2001 14:23:04 -0700
43117              Message-ID: <lrlmpg9x6v.fsf@caliper.ActiveState.com>
43118      Branch: perl
43119            ! pod/perlfaq9.pod
43120 ____________________________________________________________________________
43121 [  9554] By: jhi                                   on 2001/04/05  04:05:49
43122         Log: Downgrade also the "Wide character" diagnostic.
43123      Branch: perl
43124            ! pod/perldiag.pod
43125 ____________________________________________________________________________
43126 [  9553] By: jhi                                   on 2001/04/05  04:00:33
43127         Log: Integrate changes #9544,9547,9549(perlio),9550,9551 from
43128              maintperl into mainline.
43129              
43130              "double" should be "NV"; standard typemap is missing entry
43131              for NV
43132              
43133              s/djSP/dSP/
43134              
43135              Downgrade "Wide character in print" to a warning.
43136              
43137              B::Deparse fix for ${^FOO} and documentation for PVX() method
43138              (from Robin Houston)
43139              
43140              tr/// doesn't null-terminate the result in some situations
43141              (from Gisle Aas)
43142      Branch: perl
43143           !> doio.c doop.c ext/B/B.pm ext/B/B.xs ext/B/B/C.pm
43144           !> ext/B/B/Deparse.pm ext/Thread/Thread.xs lib/ExtUtils/typemap
43145           !> t/io/utf8.t t/op/tr.t
43146 ____________________________________________________________________________
43147 [  9552] By: jhi                                   on 2001/04/05  03:52:50
43148         Log: Retract changes #9542 and #9538 (from maintperl, integrated
43149              at #9540), shouldn't be needed because of the perlio changes.
43150      Branch: perl
43151            ! util.c
43152 ____________________________________________________________________________
43153 [  9551] By: gsar                                  on 2001/04/05  00:18:34
43154         Log: tr/// doesn't null-terminate the result in some situations
43155              (from Gisle Aas)
43156      Branch: maint-5.6/perl
43157            ! doop.c t/op/tr.t
43158 ____________________________________________________________________________
43159 [  9550] By: gsar                                  on 2001/04/04  20:04:17
43160         Log: B::Deparse fix for ${^FOO} and documentation for PVX() method
43161              (from Robin Houston)
43162      Branch: maint-5.6/perl
43163            ! ext/B/B.pm ext/B/B/Deparse.pm
43164 ____________________________________________________________________________
43165 [  9549] By: nick                                  on 2001/04/04  18:56:15
43166         Log: Downgrade "Wide character in print" to a warning.
43167      Branch: perlio
43168            ! doio.c t/io/utf8.t
43169 ____________________________________________________________________________
43170 [  9548] By: gsar                                  on 2001/04/04  18:51:49
43171         Log: integrate changes#9460,9462,9482,9521,9522
43172              
43173              Subject: PATCH: B::Debug should show LOOP-specific fields
43174              
43175              Subject: B::Deparse precedence bug. (Patch included.)
43176              
43177              Subject: Re: [ID 20010330.003] O=Deparse,-p does not preserve "operational semantics"
43178              
43179              Subject: [PATCH B::Concise] @stash_array = split(/pat/, str);
43180              
43181              Subject: [PATCH B::Concise] padname values may have bogus SvCUR
43182      Branch: maint-5.6/perl
43183           !> ext/B/B.pm ext/B/B.xs ext/B/B/Concise.pm ext/B/B/Debug.pm
43184           !> ext/B/B/Deparse.pm ext/B/B/Showlex.pm
43185 ____________________________________________________________________________
43186 [  9547] By: gsar                                  on 2001/04/04  18:49:16
43187         Log: s/djSP/dSP/
43188      Branch: maint-5.6/perl
43189            ! ext/Thread/Thread.xs
43190 ____________________________________________________________________________
43191 [  9546] By: nick                                  on 2001/04/04  18:44:00
43192         Log: Integrate mainline.
43193      Branch: perlio
43194           !> Makefile.SH embed.pl ext/File/Glob/Glob.pm jpl/JNI/JNI.pm op.c
43195           !> os2/OS2/Process/Process.pm perl.c pod/perlapi.pod util.c
43196 ____________________________________________________________________________
43197 [  9545] By: gsar                                  on 2001/04/04  18:38:52
43198         Log: integrate change#8837 from mainline
43199              
43200              Subject: [patch] -Wall cleanup round 2
43201      Branch: maint-5.6/perl
43202           !> ext/B/B.xs ext/Data/Dumper/Dumper.xs ext/Devel/DProf/DProf.xs
43203           !> ext/Devel/Peek/Peek.xs ext/Fcntl/Fcntl.xs
43204           !> ext/File/Glob/Glob.xs ext/GDBM_File/GDBM_File.xs ext/IO/IO.xs
43205           !> ext/IPC/SysV/SysV.xs ext/Opcode/Opcode.xs ext/POSIX/POSIX.xs
43206           !> ext/SDBM_File/SDBM_File.xs
43207 ____________________________________________________________________________
43208 [  9544] By: gsar                                  on 2001/04/04  17:49:57
43209         Log: "double" should be "NV"; standard typemap is missing entry
43210              for NV
43211      Branch: maint-5.6/perl
43212            ! ext/B/B.xs ext/B/B/C.pm lib/ExtUtils/typemap
43213 ____________________________________________________________________________
43214 [  9543] By: jhi                                   on 2001/04/04  14:13:18
43215         Log: Thou shalt not (just) match for English error messages.
43216      Branch: perl
43217            ! ext/File/Glob/Glob.pm jpl/JNI/JNI.pm
43218            ! os2/OS2/Process/Process.pm
43219 ____________________________________________________________________________
43220 [  9542] By: jhi                                   on 2001/04/04  13:20:39
43221         Log: Make the stdio tricks of fflush_all() to exist only if
43222              stdio is being used.
43223      Branch: perl
43224            ! util.c
43225 ____________________________________________________________________________
43226 [  9541] By: jhi                                   on 2001/04/04  04:20:24
43227         Log: Subject: Re: [PATCH] Lighten up glob
43228              From: Benjamin Sugars <bsugars@canoe.ca>
43229              Date: Tue, 3 Apr 2001 17:03:48 -0400 (EDT)
43230              Message-ID: <Pine.LNX.4.21.0104031700340.2143-100000@marmot.rim.canoe.ca>
43231      Branch: perl
43232            ! embed.pl ext/File/Glob/Glob.pm op.c perl.c pod/perlapi.pod
43233            ! util.c
43234 ____________________________________________________________________________
43235 [  9540] By: jhi                                   on 2001/04/04  04:03:57
43236         Log: Integrate changes #9538,9539 from maintperl into mainline.
43237              
43238              fflush() is a macro on SunOS 4.1.x, so provide a wrapper
43239              for use with _fwalk() (fix for change#7705)
43240              
43241              another tweak needed for SunOS 4.1.x build (from Mike Guy)
43242              (cp -f is not portable)
43243      Branch: perl
43244           !> Makefile.SH util.c
43245 ____________________________________________________________________________
43246 [  9539] By: gsar                                  on 2001/04/04  03:01:14
43247         Log: another tweak needed for SunOS 4.1.x build (from Mike Guy)
43248      Branch: maint-5.6/perl
43249            ! Makefile.SH
43250 ____________________________________________________________________________
43251 [  9538] By: gsar                                  on 2001/04/04  01:00:38
43252         Log: fflush() is a macro on SunOS 4.1.x, so provide a wrapper
43253              for use with _fwalk() (fix for change#7705)
43254      Branch: maint-5.6/perl
43255            ! util.c
43256 ____________________________________________________________________________
43257 [  9537] By: nick                                  on 2001/04/03  19:24:55
43258         Log: Integrate mainline
43259      Branch: perlio
43260           +> ext/Cwd/Cwd.xs ext/Cwd/Makefile.PL lib/unicode/NamesList.txt
43261           +> lib/unicode/PropList.html
43262            - lib/unicode/Names.txt lib/unicode/README.Ethiopic
43263           !> (integrate 69 files)
43264 ____________________________________________________________________________
43265 [  9536] By: jhi                                   on 2001/04/03  18:02:31
43266         Log: Integrate change #9533 from maintperl into mainline.
43267              
43268              better fix for change#9517 to accomodate UNC paths like
43269              \\server\share\foo, and paths with trailing backslash
43270              like c:\this\
43271      Branch: perl
43272           !> utils/perldoc.PL x2p/find2perl.PL x2p/s2p.PL
43273 ____________________________________________________________________________
43274 [  9535] By: jhi                                   on 2001/04/03  17:58:07
43275         Log: Change the push/unshift warning to be of class syntax, not misc.
43276      Branch: perl
43277            ! op.c pod/perldiag.pod t/pragma/warn/op
43278 ____________________________________________________________________________
43279 [  9534] By: jhi                                   on 2001/04/03  15:03:46
43280         Log: Change the push/unshift warning (#9532) to talk about "no values"
43281              instead of "no arguments".
43282      Branch: perl
43283            ! op.c pod/perldiag.pod t/pragma/warn/op
43284 ____________________________________________________________________________
43285 [  9533] By: gsar                                  on 2001/04/03  14:30:07
43286         Log: better fix for change#9517 to accomodate UNC paths like
43287              \\server\share\foo, and paths with trailing backslash
43288              like c:\this\
43289      Branch: maint-5.6/perl
43290            ! utils/perldoc.PL x2p/find2perl.PL x2p/s2p.PL
43291 ____________________________________________________________________________
43292 [  9532] By: jhi                                   on 2001/04/03  13:11:46
43293         Log: Subject: Re: [ID 20010331.003] new misc warning for push(@x), unshift(@x)
43294              From: Robin Houston <robin@kitsite.com>
43295              Date: Mon, 2 Apr 2001 15:03:29 +0100
43296              Message-ID: <20010402150329.A6636@puffinry.freeserve.co.uk>
43297      Branch: perl
43298            ! op.c pod/perldiag.pod t/lib/db-recno.t t/pragma/warn/op
43299 ____________________________________________________________________________
43300 [  9531] By: jhi                                   on 2001/04/03  13:06:34
43301         Log: Integrate change #9530 from maintperl into mainline.
43302              
43303              accomodate VMS "mailbox overflow" quirk in testsuite (from
43304              Craig Berry)
43305      Branch: perl
43306           !> t/lib/socket.t
43307 ____________________________________________________________________________
43308 [  9530] By: gsar                                  on 2001/04/03  04:56:41
43309         Log: accomodate VMS "mailbox overflow" quirk in testsuite (from
43310              Craig Berry)
43311      Branch: maint-5.6/perl
43312            ! t/lib/socket.t
43313 ____________________________________________________________________________
43314 [  9529] By: jhi                                   on 2001/04/03  02:34:34
43315         Log: Update Changes.
43316      Branch: perl
43317            ! Changes patchlevel.h
43318 ____________________________________________________________________________
43319 [  9528] By: jhi                                   on 2001/04/03  01:27:57
43320         Log: Subject: [PATCH: 9508] perlfaq3: extend the silly long list even further
43321              Date: Mon, 2 Apr 2001 18:24:53 -0700 (PDT)
43322              To: perl5-porters@perl.org
43323              Message-ID: <Pine.OSF.4.10.10104021823330.279908-100000@aspara.forte.com>
43324      Branch: perl
43325            ! pod/perlfaq3.pod
43326 ____________________________________________________________________________
43327 [  9527] By: jhi                                   on 2001/04/03  01:22:09
43328         Log: Subject: [PATCH: 9508] build && test XS::Typemap on VMS, glob-basic insensitivity training
43329              From: Peter Prymmer <pvhp@forte.com>
43330              Date: Mon, 2 Apr 2001 17:40:27 -0700 (PDT)
43331              Message-ID: <Pine.OSF.4.10.10104021727250.278825-100000@aspara.forte.com>      
43332      Branch: perl
43333            ! configure.com t/lib/glob-basic.t t/lib/xs-typemap.t
43334 ____________________________________________________________________________
43335 [  9526] By: jhi                                   on 2001/04/03  01:18:25
43336         Log: The metaconfig unit changes for #9525.
43337      Branch: metaconfig
43338            ! U/a_dvisory/quadtype.U U/modified/mallocsrc.U
43339      Branch: metaconfig/U/perl
43340            ! use64bits.U
43341 ____________________________________________________________________________
43342 [  9525] By: jhi                                   on 2001/04/03  01:17:30
43343         Log: Configure sanity checks:
43344              * if use64bitall is attempted but pointers are only 32-bit,
43345              'downgrade' to use64bitint
43346              * if use64bitint is attempted but there's no quad type,
43347              forget about use64bitint (well, the default for it is 'n',
43348              the user can still override this)
43349              * if pointers are 64 bits, do not try to use Perl's malloc
43350      Branch: perl
43351            ! Configure
43352 ____________________________________________________________________________
43353 [  9524] By: gsar                                  on 2001/04/03  01:09:12
43354         Log: EPOC fix for lib/io_udp.t failure (from Olaf Flebbe)
43355      Branch: maint-5.6/perl
43356            ! pp_sys.c
43357 ____________________________________________________________________________
43358 [  9523] By: jhi                                   on 2001/04/03  00:02:31
43359         Log: (Retracted by #9609)
43360              
43361              Make it harder for parallel makes to enter 'test' before
43362              Dynaloader and File::Glob are happy.  (In principle 'make_ext'
43363              should be unhappy enough, but sometimes parallel makes seem
43364              to sneak past both in Tru64 and AIX.)
43365      Branch: perl
43366            ! Makefile.SH
43367 ____________________________________________________________________________
43368 [  9522] By: jhi                                   on 2001/04/02  22:35:31
43369         Log: Subject: [PATCH B::Concise] padname values may have bogus SvCUR
43370              Date: Mon, 2 Apr 2001 22:54:10 +0100
43371              From: Robin Houston <robin@kitsite.com>
43372              Message-ID: <20010402225410.A8273@puffinry.freeserve.co.uk>
43373      Branch: perl
43374            ! ext/B/B.pm ext/B/B.xs ext/B/B/Concise.pm ext/B/B/Showlex.pm
43375 ____________________________________________________________________________
43376 [  9521] By: jhi                                   on 2001/04/02  22:32:23
43377         Log: Subject: [PATCH B::Concise] @stash_array = split(/pat/, str);
43378              From: Robin Houston <robin@kitsite.com>
43379              Date: Mon, 2 Apr 2001 20:24:03 +0100
43380              Message-ID: <20010402202402.A8005@puffinry.freeserve.co.uk>
43381      Branch: perl
43382            ! ext/B/B/Concise.pm
43383 ____________________________________________________________________________
43384 [  9520] By: jhi                                   on 2001/04/02  22:30:43
43385         Log: Subject: [PATCH] REALLY pedantic hv.h nit
43386              From: Simon Cozens <simon@netthink.co.uk>
43387              Date: Mon, 2 Apr 2001 15:43:06 +0100
43388              Message-ID: <20010402154306.A21711@netthink.co.uk>
43389      Branch: perl
43390            ! hv.h
43391 ____________________________________________________________________________
43392 [  9519] By: jhi                                   on 2001/04/02  22:28:04
43393         Log: Based on
43394              
43395              Subject: [foolperl] EPOC fix
43396              From: Olaf Flebbe <O.Flebbe@science-computing.de>
43397              Date: Mon, 2 Apr 2001 23:36:51 +0200 (CEST)
43398              Message-ID: <Pine.LNX.4.02.10104022335380.5547-100000@milkyway.science-computing.de>
43399      Branch: perl
43400            ! pp_sys.c
43401 ____________________________________________________________________________
43402 [  9518] By: jhi                                   on 2001/04/02  22:22:34
43403         Log: Integrate changes #9511,9514,9517 from maintperl into mainline.
43404              
43405              README.win32 tweaks; add a note about alternative location for
43406              getting a gcc-2.95.2 that will build perl properly on windows
43407              
43408              add some notes about gutsy threading matters
43409              
43410              many of the utilities interpolate literal paths within doublequotes
43411              (fails on dosish platforms where path contains backslashes)
43412      Branch: perl
43413           !> README.win32 pod/perlguts.pod utils/perldoc.PL
43414           !> x2p/find2perl.PL x2p/s2p.PL
43415 ____________________________________________________________________________
43416 [  9517] By: gsar                                  on 2001/04/02  19:52:21
43417         Log: many of the utilities interpolate literal paths within doublequotes
43418              (fails on dosish platforms where path contains backslashes)
43419      Branch: maint-5.6/perl
43420            ! utils/perldoc.PL x2p/find2perl.PL x2p/s2p.PL
43421 ____________________________________________________________________________
43422 [  9516] By: gsar                                  on 2001/04/02  05:49:37
43423         Log: a foolish release
43424      Branch: maint-5.6/perl
43425            ! Changes patchlevel.h pod/perldelta.pod pod/perlhist.pod
43426            ! pod/perltoc.pod
43427 ____________________________________________________________________________
43428 [  9515] By: gsar                                  on 2001/04/02  05:04:29
43429         Log: add missing changelog summaries
43430      Branch: maint-5.6/perl
43431            ! Changes
43432 ____________________________________________________________________________
43433 [  9514] By: gsar                                  on 2001/04/02  04:07:13
43434         Log: add some notes about gutsy threading matters
43435      Branch: maint-5.6/perl
43436            ! pod/perlguts.pod
43437 ____________________________________________________________________________
43438 [  9513] By: gsar                                  on 2001/04/02  03:25:21
43439         Log: add more prominent caveat notices about experimental features
43440      Branch: maint-5.6/perl
43441            ! pod/perlfork.pod pod/perlunicode.pod
43442 ____________________________________________________________________________
43443 [  9512] By: gsar                                  on 2001/04/02  02:54:33
43444         Log: integrate changes#9479,9509 from mainline
43445              
43446              [PATCH] File::Glob stuff for Mac OS
43447              
43448              [PATH bsd_glob.c perl@9472] Shut up gcc warning in bsd_glob.c
43449      Branch: maint-5.6/perl
43450           !> ext/File/Glob/Glob.pm ext/File/Glob/bsd_glob.c
43451           !> t/lib/glob-basic.t t/lib/glob-case.t t/lib/glob-global.t
43452           !> t/lib/glob-taint.t
43453 ____________________________________________________________________________
43454 [  9511] By: gsar                                  on 2001/04/02  02:38:24
43455         Log: README.win32 tweaks; add a note about alternative location for
43456              getting a gcc-2.95.2 that will build perl properly on windows
43457      Branch: maint-5.6/perl
43458            ! README.win32
43459 ____________________________________________________________________________
43460 [  9510] By: jhi                                   on 2001/04/01  20:45:10
43461         Log: An ambiguousity warning.
43462      Branch: perl
43463            ! t/lib/trig.t
43464 ____________________________________________________________________________
43465 [  9509] By: jhi                                   on 2001/04/01  19:53:47
43466         Log: Subject: [PATH bsd_glob.c perl@9472] Shut up gcc warning in bsd_glob.c
43467              From: Jonathan Stowe <gellyfish@gellyfish.com>
43468              Date: Sun, 1 Apr 2001 10:04:55 +0100 (BST)
43469              Message-ID: <Pine.LNX.4.30.0104010958250.7703-100000@orpheus.gellyfish.com>
43470      Branch: perl
43471            ! ext/File/Glob/bsd_glob.c
43472 ____________________________________________________________________________
43473 [  9508] By: jhi                                   on 2001/04/01  19:35:03
43474         Log: Update Changes.
43475      Branch: perl
43476            ! Changes patchlevel.h
43477 ____________________________________________________________________________
43478 [  9507] By: jhi                                   on 2001/04/01  19:24:01
43479         Log: Integrate changes #9378,9458,9469,9475,9489,9490,9505,9506
43480              from mainline to maintperl: pod tweaks.
43481      Branch: maint-5.6/perl
43482           !> pod/perldebug.pod pod/perldiag.pod pod/perlfaq1.pod
43483           !> pod/perlguts.pod pod/perlhack.pod pod/perlop.pod
43484           !> pod/perlvar.pod
43485 ____________________________________________________________________________
43486 [  9506] By: jhi                                   on 2001/04/01  19:11:53
43487         Log: Commit Sarathy to April release of 5.6.1 :-)
43488      Branch: perl
43489            ! pod/perlfaq1.pod
43490 ____________________________________________________________________________
43491 [  9505] By: jhi                                   on 2001/04/01  19:03:15
43492         Log: Subject: PATCH 5.6.0 (perldebug.pod)
43493              From: Mark-Jason Dominus <mjd@plover.com>
43494              Date: Sun, 01 Apr 2001 14:25:11 -0400
43495              Message-ID: <20010401182511.9247.qmail@plover.com>
43496      Branch: perl
43497            ! pod/perldebug.pod
43498 ____________________________________________________________________________
43499 [  9504] By: jhi                                   on 2001/04/01  18:43:09
43500         Log: Add great_circle_direction().
43501      Branch: perl
43502            ! lib/Math/Trig.pm t/lib/trig.t
43503 ____________________________________________________________________________
43504 [  9503] By: jhi                                   on 2001/04/01  17:29:12
43505         Log: Unicode ReadMe update for Unicode 3.1.
43506      Branch: perl
43507            ! lib/unicode/ReadMe.txt
43508 ____________________________________________________________________________
43509 [  9502] By: jhi                                   on 2001/04/01  17:18:40
43510         Log: Integrate change #9501 from maintperl into mainline.
43511              
43512              fix the perlembed notes on multiple interpreters
43513              
43514              fix ExtUtils::Embed to work passably on Windows
43515      Branch: perl
43516           !> lib/ExtUtils/Embed.pm pod/perlembed.pod
43517 ____________________________________________________________________________
43518 [  9501] By: gsar                                  on 2001/04/01  07:21:57
43519         Log: fix the perlembed notes on multiple interpreters
43520              
43521              fix ExtUtils::Embed to work passably on Windows
43522      Branch: maint-5.6/perl
43523            ! lib/ExtUtils/Embed.pm pod/perlembed.pod
43524 ____________________________________________________________________________
43525 [  9500] By: jhi                                   on 2001/04/01  05:58:23
43526         Log: Test for #9499.
43527      Branch: perl
43528            ! t/op/tr.t
43529 ____________________________________________________________________________
43530 [  9499] By: jhi                                   on 2001/04/01  05:55:46
43531         Log: tr/// UTF-8 tweaking from Inaba Hiroto.
43532      Branch: perl
43533            ! embed.h embed.pl op.c proto.h
43534 ____________________________________________________________________________
43535 [  9498] By: jhi                                   on 2001/04/01  05:44:34
43536         Log: Protect the workaround hunk more.
43537      Branch: perl
43538            ! toke.c
43539 ____________________________________________________________________________
43540 [  9497] By: jhi                                   on 2001/04/01  00:24:25
43541         Log: Integrate changes #9493,9494,9495,9496 from maintperl
43542              into mainline.
43543              
43544              fix a broken workaround for Borland compiler in change#4739
43545              (caused weird "short reads" on DATA, which caused op/misc.t to fail)
43546              
43547              nits spotted by Borland compiler
43548              
43549              avoid redefinition warnings under Borland 5.02
43550              
43551              various nits identified by the Borland 5.5 compiler; remove suppression
43552              of a few warnings
43553      Branch: perl
43554           !> ext/File/Glob/bsd_glob.c sv.c toke.c utf8.h win32/makefile.mk
43555           !> win32/win32.h
43556 ____________________________________________________________________________
43557 [  9496] By: gsar                                  on 2001/03/31  23:22:28
43558         Log: various nits identified by the Borland 5.5 compiler; remove suppression
43559              of a few warnings
43560      Branch: maint-5.6/perl
43561            ! ext/File/Glob/bsd_glob.c sv.c win32/win32.h
43562 ____________________________________________________________________________
43563 [  9495] By: gsar                                  on 2001/03/31  21:03:08
43564         Log: avoid redefinition warnings under Borland 5.02
43565      Branch: maint-5.6/perl
43566            ! win32/makefile.mk
43567 ____________________________________________________________________________
43568 [  9494] By: gsar                                  on 2001/03/31  20:18:59
43569         Log: nits spotted by Borland compiler
43570      Branch: maint-5.6/perl
43571            ! utf8.h win32/win32.h
43572 ____________________________________________________________________________
43573 [  9493] By: gsar                                  on 2001/03/31  20:18:05
43574         Log: fix a broken workaround for Borland compiler in change#4739
43575              (caused weird "short reads" on DATA, which caused op/misc.t to fail)
43576      Branch: maint-5.6/perl
43577            ! toke.c
43578 ____________________________________________________________________________
43579 [  9492] By: jhi                                   on 2001/03/31  18:36:24
43580         Log: Integrate change #9491 from maintperl into mainline.
43581              
43582              Cwd::chdir() doesn't set $ENV{PWD} correctly on windows when the
43583              directory is relative (need to fetch the full path name *before*
43584              the chdir!)
43585      Branch: perl
43586           !> lib/Cwd.pm
43587 ____________________________________________________________________________
43588 [  9491] By: gsar                                  on 2001/03/31  17:01:56
43589         Log: Cwd::chdir() doesn't set $ENV{PWD} correctly on windows when the
43590              directory is relative (need to fetch the full path name *before*
43591              the chdir!)
43592              
43593              this is a followup patch for change#6749
43594      Branch: maint-5.6/perl
43595            ! lib/Cwd.pm
43596 ____________________________________________________________________________
43597 [  9490] By: jhi                                   on 2001/03/31  15:50:18
43598         Log: Subject: Re: [PATCH] av.h cosmetics
43599              From: Simon Cozens <simon@netthink.co.uk>
43600              Date: Sat, 31 Mar 2001 13:09:59 +0100
43601              Message-ID: <20010331130959.A22000@netthink.co.uk>
43602              
43603              Document AvALLOC.
43604      Branch: perl
43605            ! pod/perlguts.pod
43606 ____________________________________________________________________________
43607 [  9489] By: jhi                                   on 2001/03/31  15:48:44
43608         Log: Subject: [PATCH] Re: Math::Big* v1.21
43609              From: Tels <perl_dummy@bloodgate.com>
43610              Date: Sat, 31 Mar 2001 13:21:05 +0200 (CEST)
43611              Message-Id: <200103311125.GAA377738@www08.hway.net>
43612      Branch: perl
43613            ! pod/perlop.pod
43614 ____________________________________________________________________________
43615 [  9488] By: jhi                                   on 2001/03/31  03:39:51
43616         Log: Debug output tweak.
43617      Branch: perl
43618            ! t/lib/cwd.t
43619 ____________________________________________________________________________
43620 [  9487] By: jhi                                   on 2001/03/31  03:33:02
43621         Log: OverVMSification.
43622      Branch: perl
43623            ! t/lib/cwd.t
43624 ____________________________________________________________________________
43625 [  9486] By: jhi                                   on 2001/03/31  03:01:40
43626         Log: Missed MANIFESTations in #9483.
43627      Branch: perl
43628            ! MANIFEST
43629 ____________________________________________________________________________
43630 [  9485] By: jhi                                   on 2001/03/31  02:58:17
43631         Log: Subject: Not OK: perl v5.7.0 +DEVEL9472 on VMS_AXP V7.1 (UNINSTALLED)
43632              From: Peter Prymmer <pvhp@forte.com>
43633              Date: Fri, 30 Mar 2001 18:06:36 -0800 (PST)
43634              Message-ID: <Pine.OSF.4.10.10103301805450.63762-100000@aspara.forte.com>
43635      Branch: perl
43636            ! regexec.c t/lib/cwd.t
43637 ____________________________________________________________________________
43638 [  9484] By: jhi                                   on 2001/03/31  01:04:41
43639         Log: Obsolete file (see #3938)
43640      Branch: perl
43641            - lib/unicode/README.Ethiopic
43642            ! MANIFEST
43643 ____________________________________________________________________________
43644 [  9483] By: jhi                                   on 2001/03/31  00:52:42
43645         Log: Update to Unicode 3.1.
43646              (Rename Names.txt to NamesList.txt.)
43647      Branch: perl
43648            + lib/unicode/NamesList.txt lib/unicode/PropList.html
43649            - lib/unicode/Names.txt
43650            ! lib/unicode/Is/LbrkAI.pl lib/unicode/Is/LbrkAL.pl
43651            ! lib/unicode/Is/LbrkBA.pl lib/unicode/Is/LbrkBB.pl
43652            ! lib/unicode/Is/LbrkID.pl lib/unicode/Is/LbrkSG.pl
43653            ! lib/unicode/LineBrk.txt lib/unicode/NamesList.html
43654            ! lib/unicode/UCD.html lib/unicode/Unicode.html
43655            ! lib/unicode/rename lib/unicode/version
43656 ____________________________________________________________________________
43657 [  9482] By: jhi                                   on 2001/03/30  23:33:44
43658         Log: Subject: Re: [ID 20010330.003] O=Deparse,-p does not preserve "operational semantics"
43659              From: Robin Houston <robin@kitsite.com>
43660              Date: Fri, 30 Mar 2001 20:07:22 +0100
43661              Message-ID: <20010330200722.A2010@puffinry.freeserve.co.uk>
43662      Branch: perl
43663            ! ext/B/B/Deparse.pm
43664 ____________________________________________________________________________
43665 [  9481] By: jhi                                   on 2001/03/30  23:20:25
43666         Log: Subject: Re: [PATCH] CwdXS, Take 2
43667              From: Benjamin Sugars <bsugars@canoe.ca>
43668              Date: Fri, 30 Mar 2001 14:08:51 -0500 (EST)
43669              Message-ID: <Pine.LNX.4.21.0103301357490.1927-100000@marmot.rim.canoe.ca>
43670      Branch: perl
43671            + ext/Cwd/Cwd.xs ext/Cwd/Makefile.PL
43672            ! MANIFEST lib/Cwd.pm t/lib/cwd.t
43673 ____________________________________________________________________________
43674 [  9480] By: jhi                                   on 2001/03/30  22:52:38
43675         Log: Subject: [ID 20010330.006] incorrect WARNING from installperl "You've never run 'make test' or some tests failed!"
43676              From: David Dyck <dcd@tc.fluke.com>
43677              Date: Fri, 30 Mar 2001 14:44:13 -0800
43678              Message-Id: <200103302244.OAA12204@dd.tc.fluke.com>
43679              
43680              The t/rantests flags file creation was accidentally
43681              removed by #9217.
43682      Branch: perl
43683            ! Makefile.SH
43684 ____________________________________________________________________________
43685 [  9479] By: jhi                                   on 2001/03/30  22:45:45
43686         Log: Subject: [PATCH] File::Glob stuff for Mac OS
43687              From: Chris Nandor <pudge@pobox.com>
43688              Date: Fri, 30 Mar 2001 16:51:00 -0500
43689              Message-Id: <p05010400b6eaab36051c@[10.0.1.177]>
43690      Branch: perl
43691            ! ext/File/Glob/Glob.pm ext/File/Glob/bsd_glob.c
43692            ! t/lib/glob-basic.t t/lib/glob-case.t t/lib/glob-global.t
43693            ! t/lib/glob-taint.t
43694 ____________________________________________________________________________
43695 [  9478] By: jhi                                   on 2001/03/30  22:43:12
43696         Log: Subject: fix for win32/buildext.pl
43697              From: "Vadim Konovalov" <watman@inbox.ru>
43698              Date: Sat, 31 Mar 2001 00:50:36 +0400
43699              Message-ID: <005b01c0b95c$ac277250$7542983e@vad>
43700      Branch: perl
43701            ! win32/buildext.pl
43702 ____________________________________________________________________________
43703 [  9477] By: jhi                                   on 2001/03/30  22:41:16
43704         Log: Subject: small base.pm doc patch
43705              From: Leon Brocard <acme@astray.com>
43706              Date: Fri, 30 Mar 2001 21:49:57 +0100
43707              Message-ID: <20010330214957.B8733@ns0.astray.com>
43708      Branch: perl
43709            ! lib/base.pm
43710 ____________________________________________________________________________
43711 [  9476] By: jhi                                   on 2001/03/30  18:16:57
43712         Log: Subject: [PATCH] av.h cosmetics
43713              From: Simon Cozens <simon@netthink.co.uk>
43714              Date: Fri, 30 Mar 2001 18:12:28 +0100
43715              Message-ID: <20010330181228.A9319@netthink.co.uk>
43716      Branch: perl
43717            ! av.h
43718 ____________________________________________________________________________
43719 [  9475] By: jhi                                   on 2001/03/30  18:15:50
43720         Log: Subject: [DOC PATCH bleadperl] Two nits in perlhack.pod
43721              From: "Philip Newton" <pnewton@gmx.de>
43722              Date: Fri, 30 Mar 2001 19:06:57 +0200
43723              Message-ID: <3AC4D951.14815.1AC7068@localhost>
43724      Branch: perl
43725            ! pod/perlhack.pod
43726 ____________________________________________________________________________
43727 [  9474] By: jhi                                   on 2001/03/30  18:14:02
43728         Log: Subject: [PATCH] glob-basic.t (Was: [ID 20010328.016])
43729              From: Benjamin Sugars <bsugars@canoe.ca>
43730              Date: Fri, 30 Mar 2001 11:04:35 -0500 (EST)
43731              Message-ID: <Pine.LNX.4.21.0103301045130.1927-100000@marmot.rim.canoe.ca>
43732      Branch: perl
43733            ! t/lib/glob-basic.t
43734 ____________________________________________________________________________
43735 [  9473] By: jhi                                   on 2001/03/30  16:09:24
43736         Log: Update Changes.
43737      Branch: perl
43738            ! Changes patchlevel.h
43739 ____________________________________________________________________________
43740 [  9472] By: jhi                                   on 2001/03/30  15:16:08
43741         Log: Integrate perlio.
43742      Branch: perl
43743           !> t/lib/cwd.t t/lib/glob-basic.t
43744 ____________________________________________________________________________
43745 [  9471] By: nick                                  on 2001/03/30  14:47:10
43746         Log: Should be (^O eq 'MSWin32') not 'Win32'
43747              Fail #12 seems real - chdir is in wrong dir.
43748      Branch: perlio
43749            ! t/lib/cwd.t
43750 ____________________________________________________________________________
43751 [  9470] By: jhi                                   on 2001/03/30  14:41:11
43752         Log: Subject: Re: [ID 20010215.006] Bad arg length for Socket::unpack_sockaddr_un, length is 14 ... 
43753              From: Radu Greab <radu@netsoft.ro>
43754              Date: Fri, 30 Mar 2001 15:09:06 +0300 (EEST)
43755              Message-ID: <15044.30562.566390.559726@ix.netsoft.ro>
43756              
43757              Replace #9352.
43758      Branch: perl
43759            ! ext/Socket/Socket.xs pp_sys.c
43760 ____________________________________________________________________________
43761 [  9469] By: jhi                                   on 2001/03/30  14:37:51
43762         Log: Subject: PATCH pod/perldiag.pod
43763              From: Robin Houston <robin@kitsite.com>
43764              Date: Fri, 30 Mar 2001 14:10:36 +0100
43765              Message-ID: <20010330141036.A1105@puffinry.freeserve.co.uk>
43766      Branch: perl
43767            ! pod/perldiag.pod t/lib/glob-basic.t
43768 ____________________________________________________________________________
43769 [  9468] By: jhi                                   on 2001/03/30  14:36:36
43770         Log: Subject: Better diagnostic in io/fs.t
43771              From: andreas.koenig@anima.de (Andreas J. Koenig)
43772              Date: 30 Mar 2001 10:11:43 +0200
43773              Message-ID: <m3hf0boev4.fsf@ak-71.mind.de>
43774      Branch: perl
43775            ! t/io/fs.t
43776 ____________________________________________________________________________
43777 [  9467] By: nick                                  on 2001/03/30  14:25:43
43778         Log: Skip order test of glob if case-ignoring system cannot 
43779              create a.test and A.test
43780      Branch: perlio
43781            ! t/lib/glob-basic.t
43782 ____________________________________________________________________________
43783 [  9466] By: nick                                  on 2001/03/30  13:03:12
43784         Log: Integrate mainline.
43785      Branch: perlio
43786            - ext/re/hints/aix.pl
43787           !> MANIFEST ext/B/B/Debug.pm ext/B/B/Deparse.pm
43788           !> lib/ExtUtils/MM_VMS.pm op.c pod/perlop.pod t/comp/require.t
43789           !> t/io/utf8.t t/lib/b.t t/lib/digest.t t/lib/glob-basic.t
43790           !> t/lib/io_multihomed.t t/lib/io_sock.t t/lib/md5-file.t
43791 ____________________________________________________________________________
43792 [  9465] By: jhi                                   on 2001/03/30  03:53:37
43793         Log: Add timeouts to the tests.  (In AIX 4.3.1.0 + vac 5.0.0.0
43794              the tests sometimes hang, sometimes not.)
43795      Branch: perl
43796            ! t/lib/io_multihomed.t t/lib/io_sock.t
43797 ____________________________________________________________________________
43798 [  9464] By: jhi                                   on 2001/03/30  02:56:04
43799         Log: Subject: [PATCH @9452] Better peep()ing for foreach() loops
43800              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
43801              Date: Thu, 29 Mar 2001 18:50:45 -0800 (PST)
43802              Message-ID: <15043.62129.253487.470281@soda.csua.berkeley.edu>
43803      Branch: perl
43804            ! op.c
43805 ____________________________________________________________________________
43806 [  9463] By: jhi                                   on 2001/03/30  02:34:48
43807         Log: Test for #9462.
43808      Branch: perl
43809            ! t/lib/b.t
43810 ____________________________________________________________________________
43811 [  9462] By: jhi                                   on 2001/03/30  02:29:37
43812         Log: Subject: B::Deparse precedence bug. (Patch included.)
43813              From: Jeremy Madea <jmadea@inktomi.com>
43814              Date: Thu, 29 Mar 2001 12:05:02 -0800
43815              Message-ID: <20010329120502.A24881@dr.inktomi.com>
43816      Branch: perl
43817            ! ext/B/B/Deparse.pm
43818 ____________________________________________________________________________
43819 [  9461] By: jhi                                   on 2001/03/30  02:18:41
43820         Log: Subject: [PATCH: 9452] more tests (was Re: Perl5.7.*  Unicode/EBCDIC status.)
43821              From: Peter Prymmer <pvhp@forte.com>
43822              Date: Thu, 29 Mar 2001 18:01:18 -0800 (PST)
43823              Message-ID: <Pine.OSF.4.10.10103291731150.1326-100000@aspara.forte.com>
43824      Branch: perl
43825            ! t/comp/require.t t/io/utf8.t t/lib/digest.t t/lib/glob-basic.t
43826            ! t/lib/md5-file.t
43827 ____________________________________________________________________________
43828 [  9460] By: jhi                                   on 2001/03/30  02:17:07
43829         Log: Subject: PATCH: B::Debug should show LOOP-specific fields
43830              From: Robin Houston <robin@kitsite.com>
43831              Date: Thu, 29 Mar 2001 20:47:56 +0100
43832              Message-ID: <20010329204756.A32042@puffinry.freeserve.co.uk>
43833      Branch: perl
43834            ! ext/B/B/Debug.pm
43835 ____________________________________________________________________________
43836 [  9459] By: jhi                                   on 2001/03/30  02:16:05
43837         Log: Subject: [PATCH perl@9424] further MM_VMS.pm tweak
43838              From: "Craig A. Berry" <craig.berry@SignalTreeSolutions.com>
43839              Date: Wed, 28 Mar 2001 18:02:20 -0600
43840              Message-Id: <5.0.2.1.0.20010328172535.017d5600@exchi01>
43841      Branch: perl
43842            ! lib/ExtUtils/MM_VMS.pm
43843 ____________________________________________________________________________
43844 [  9458] By: jhi                                   on 2001/03/30  02:07:58
43845         Log: Subject: [ID 20010328.013] Misspelling in perlop(1p) manual page
43846              From: "Joshua E. Rodd" <jrodd@pbs.org>
43847              Date: Wed, 28 Mar 2001 17:29:12 -0500
43848              Message-Id: <E14iORE-0000ZV-00@shaggy.pbs.org>
43849      Branch: perl
43850            ! pod/perlop.pod
43851 ____________________________________________________________________________
43852 [  9457] By: jhi                                   on 2001/03/30  02:04:33
43853         Log: Subject: ext/re/aix.pl can go
43854              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
43855              Date: Thu, 29 Mar 2001 12:03:28 +0200
43856              Message-Id: <20010329120132.7C3B.H.M.BRAND@hccnet.nl>
43857      Branch: perl
43858            - ext/re/hints/aix.pl
43859            ! MANIFEST
43860 ____________________________________________________________________________
43861 [  9456] By: jhi                                   on 2001/03/30  02:03:32
43862         Log: Integrate perlio.
43863      Branch: perl
43864           !> ext/Encode/Encode.xs installperl
43865 ____________________________________________________________________________
43866 [  9455] By: nick                                  on 2001/03/29  21:11:46
43867         Log: DLL name has changed so installperl needs to know
43868              (Why isn't it working it out or passed it?)
43869      Branch: perlio
43870            ! installperl
43871 ____________________________________________________________________________
43872 [  9454] By: nick                                  on 2001/03/29  20:56:12
43873         Log: Change Encode's check arguments to 'bool' so SvTRUE gets used
43874              and we don't get undef warnings.
43875      Branch: perlio
43876            ! ext/Encode/Encode.xs
43877 ____________________________________________________________________________
43878 [  9453] By: nick                                  on 2001/03/29  17:58:48
43879         Log: Integrate mainline
43880      Branch: perlio
43881           !> Changes patchlevel.h
43882 ____________________________________________________________________________
43883 [  9452] By: jhi                                   on 2001/03/29  16:44:55
43884         Log: Update Changes.
43885      Branch: perl
43886            ! Changes patchlevel.h
43887 ____________________________________________________________________________
43888 [  9451] By: nick                                  on 2001/03/29  16:31:38
43889         Log: Integrate mainline
43890      Branch: perlio
43891           !> Changes Makefile.SH dump.c ext/Data/Dumper/Dumper.xs
43892           !> ext/Encode/Encode.xs ext/Storable/Storable.xs
43893           !> lib/ExtUtils/typemap patchlevel.h pod/perlhack.pod
43894           !> pod/perliol.pod t/lib/charnames.t t/lib/cwd.t t/op/bop.t
43895           !> t/op/vec.t t/op/ver.t toke.c utils/h2xs.PL
43896 ____________________________________________________________________________
43897 [  9450] By: jhi                                   on 2001/03/29  16:29:17
43898         Log: Integrate perlio.
43899      Branch: perl
43900           !> win32/buildext.pl
43901 ____________________________________________________________________________
43902 [  9449] By: jhi                                   on 2001/03/29  15:50:01
43903         Log: Update Changes.
43904      Branch: perl
43905            ! Changes patchlevel.h
43906 ____________________________________________________________________________
43907 [  9448] By: nick                                  on 2001/03/29  15:47:15
43908         Log: Make sure buildext.pl finds Errno.pm
43909      Branch: perlio
43910            ! win32/buildext.pl
43911 ____________________________________________________________________________
43912 [  9447] By: jhi                                   on 2001/03/29  15:39:34
43913         Log: Integrate perlio.
43914      Branch: perl
43915           !> win32/makefile.mk
43916 ____________________________________________________________________________
43917 [  9446] By: nick                                  on 2001/03/29  15:30:03
43918         Log: Integrate win32/makefile.mk with mainline.
43919      Branch: perlio
43920           !> win32/makefile.mk
43921 ____________________________________________________________________________
43922 [  9445] By: nick                                  on 2001/03/29  15:27:32
43923         Log: Fix breakage ... 
43924      Branch: perlio
43925            ! win32/makefile.mk
43926 ____________________________________________________________________________
43927 [  9444] By: jhi                                   on 2001/03/29  15:03:08
43928         Log: Subject: RE: Borland C++ for Win32 fixes; perl@9359 (also perl@9424)
43929              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
43930              Date: Thu, 29 Mar 2001 10:32:59 +0400
43931              Message-ID: <402099F49BEED211999700805FC7359FA8442D@ru0028exch01.spb.lucent.com>
43932      Branch: perl
43933            ! win32/makefile.mk
43934 ____________________________________________________________________________
43935 [  9443] By: jhi                                   on 2001/03/29  15:02:12
43936         Log: Integrate perlio.
43937      Branch: perl
43938           +> win32/buildext.pl
43939           !> MANIFEST ext/PerlIO/Via/Via.xs perlio.c perlio.h sv.c
43940           !> t/io/utf8.t t/lib/io_scalar.t win32/makefile.mk
43941 ____________________________________________________________________________
43942 [  9442] By: nick                                  on 2001/03/29  14:59:11
43943         Log: Work in progress - determine win32 extensions to build via script.
43944      Branch: perlio
43945            + win32/buildext.pl
43946            ! MANIFEST win32/makefile.mk
43947 ____________________________________________________________________________
43948 [  9441] By: jhi                                   on 2001/03/29  14:51:47
43949         Log: Reintroduce the use of external pwd.
43950      Branch: perl
43951            ! t/lib/cwd.t
43952 ____________________________________________________________________________
43953 [  9440] By: jhi                                   on 2001/03/29  14:42:58
43954         Log: use warnings instead of -w.
43955      Branch: perl
43956            ! utils/h2xs.PL
43957 ____________________________________________________________________________
43958 [  9439] By: jhi                                   on 2001/03/29  14:41:52
43959         Log: Subject: [PATCH h2xs.PL perl@9423] h2xs -w nits
43960              From: Jonathan Stowe <gellyfish@gellyfish.com>
43961              Date: Thu, 29 Mar 2001 09:34:12 +0100 (BST)
43962              Message-ID: <Pine.LNX.4.30.0103290929130.19409-100000@orpheus.gellyfish.com>
43963      Branch: perl
43964            ! utils/h2xs.PL
43965 ____________________________________________________________________________
43966 [  9438] By: jhi                                   on 2001/03/29  14:39:38
43967         Log: Subject: [PATCH perl@9424] minor pod nits
43968              From: Robin Barker <rmb1@cise.npl.co.uk>
43969              Date: Thu, 29 Mar 2001 14:43:05 +0100 (BST)
43970              Message-Id: <200103291343.OAA10827@tempest.npl.co.uk>
43971      Branch: perl
43972            ! pod/perlhack.pod pod/perliol.pod
43973 ____________________________________________________________________________
43974 [  9437] By: jhi                                   on 2001/03/29  14:29:16
43975         Log: Subject: [PATCH perl@9424] typemap cast warning
43976              From: Robin Barker <rmb1@cise.npl.co.uk>
43977              Date: Thu, 29 Mar 2001 13:58:47 +0100 (BST)
43978              Message-Id: <200103291258.NAA09360@tempest.npl.co.uk>
43979      Branch: perl
43980            ! lib/ExtUtils/typemap
43981 ____________________________________________________________________________
43982 [  9436] By: jhi                                   on 2001/03/29  14:26:03
43983         Log: Subject: [PATCH perl@9424] printf warning
43984              From: Robin Barker <rmb1@cise.npl.co.uk>
43985              Date: Thu, 29 Mar 2001 13:29:21 +0100 (BST)
43986              Message-Id: <200103291229.NAA03968@tempest.npl.co.uk>
43987      Branch: perl
43988            ! dump.c ext/Data/Dumper/Dumper.xs ext/Encode/Encode.xs
43989            ! ext/Storable/Storable.xs toke.c
43990 ____________________________________________________________________________
43991 [  9435] By: nick                                  on 2001/03/29  14:23:31
43992         Log: Win32 has name conflict with ERROR
43993      Branch: perlio
43994            ! ext/PerlIO/Via/Via.xs
43995 ____________________________________________________________________________
43996 [  9434] By: jhi                                   on 2001/03/29  14:17:48
43997         Log: Subject: [PATCH: 9424] some tests (was Re: Perl5.7.*  Unicode/EBCDIC status.)
43998              From: Peter Prymmer <pvhp@forte.com>
43999              Date: Wed, 28 Mar 2001 19:09:57 -0800 (PST)
44000              Message-ID: <Pine.OSF.4.10.10103281858520.314137-100000@aspara.forte.com>
44001      Branch: perl
44002            ! t/lib/charnames.t t/op/bop.t t/op/vec.t t/op/ver.t
44003 ____________________________________________________________________________
44004 [  9433] By: jhi                                   on 2001/03/29  13:52:44
44005         Log: test-prep target was missing.
44006      Branch: perl
44007            ! Makefile.SH
44008 ____________________________________________________________________________
44009 [  9432] By: nick                                  on 2001/03/29  12:40:03
44010         Log: Make as-shipped compiler default to MSVC6 
44011      Branch: perlio
44012            ! win32/makefile.mk
44013 ____________________________________________________________________________
44014 [  9431] By: nick                                  on 2001/03/29  12:12:16
44015         Log: Allow someone to write PerlIO::Array, PerlIO::Code, ...
44016              akin to PerlIO::Scalar.
44017      Branch: perlio
44018            ! perlio.c perlio.h
44019 ____________________________________________________________________________
44020 [  9430] By: nick                                  on 2001/03/29  10:56:35
44021         Log: Integrate mainline.
44022      Branch: perlio
44023           !> lib/File/Basename.pm lib/File/CheckTree.pm lib/File/Compare.pm
44024           !> lib/File/Copy.pm lib/File/DosGlob.pm lib/File/Find.pm
44025           !> lib/File/Path.pm lib/File/stat.pm t/lib/filecopy.t
44026           !> win32/makefile.mk win32/win32sck.c
44027 ____________________________________________________________________________
44028 [  9429] By: nick                                  on 2001/03/29  09:03:43
44029         Log: Noticed that two tests were skipped as perlio:: package
44030              isn't there any more. Changed the skip condition.
44031              Avoid core-dump if sv_utf8_upgrade() called on something
44032              that does not become SvPOK after SvPV() (e.g. a ref).
44033      Branch: perlio
44034            ! sv.c t/io/utf8.t t/lib/io_scalar.t
44035 ____________________________________________________________________________
44036 [  9428] By: jhi                                   on 2001/03/29  01:31:47
44037         Log: Subject: [PATCH] Enable warnings in File::* (was: B::Terse and warnings)
44038              From: Benjamin Sugars <bsugars@canoe.ca> 
44039              Date: Tue, 27 Mar 2001 16:27:38 -0500 (EST)
44040              Message-ID: <Pine.LNX.4.21.0103271612250.2007-100000@marmot.rim.canoe.ca>
44041      Branch: perl
44042            ! lib/File/Basename.pm lib/File/CheckTree.pm lib/File/Compare.pm
44043            ! lib/File/Copy.pm lib/File/DosGlob.pm lib/File/Find.pm
44044            ! lib/File/Path.pm lib/File/stat.pm t/lib/filecopy.t
44045 ____________________________________________________________________________
44046 [  9427] By: jhi                                   on 2001/03/29  00:49:30
44047         Log: Subject: Borland C++ for Win32 fixes; perl@9359 (also perl@9424)
44048              From: "Vadim Konovalov" <watman@inbox.ru>
44049              Date: Thu, 29 Mar 2001 01:50:12 +0400
44050              Message-ID: <001c01c0b7d1$463dd880$5742983e@vad>
44051      Branch: perl
44052            ! win32/makefile.mk win32/win32sck.c
44053 ____________________________________________________________________________
44054 [  9426] By: gsar                                  on 2001/03/29  00:28:04
44055         Log: dmake can only handle == and != in comparisons; support building
44056              with Borland's VCL libraries (from Vadim Konovalov)
44057      Branch: maint-5.6/perl
44058            ! win32/makefile.mk
44059 ____________________________________________________________________________
44060 [  9425] By: nick                                  on 2001/03/28  19:29:56
44061         Log: Integrate (@snapshot)
44062      Branch: perlio
44063           !> Changes Makefile.SH patchlevel.h t/lib/cwd.t
44064 ____________________________________________________________________________
44065 [  9424] By: jhi                                   on 2001/03/28  19:03:16
44066         Log: Update Changes.
44067      Branch: perl
44068            ! Changes patchlevel.h
44069 ____________________________________________________________________________
44070 [  9423] By: jhi                                   on 2001/03/28  18:52:09
44071         Log: Rmdir lib/XS on cleanup.
44072      Branch: perl
44073            ! Makefile.SH
44074 ____________________________________________________________________________
44075 [  9422] By: jhi                                   on 2001/03/28  18:49:34
44076         Log: Integrate perlio.
44077      Branch: perl
44078           !> t/op/utf8decode.t
44079 ____________________________________________________________________________
44080 [  9421] By: nick                                  on 2001/03/28  18:46:44
44081         Log: Loose duplicate chunk.
44082      Branch: perlio
44083            ! t/op/utf8decode.t
44084 ____________________________________________________________________________
44085 [  9420] By: nick                                  on 2001/03/28  18:44:11
44086         Log: Integrate mainline.
44087      Branch: perlio
44088           !> ext/IO/IO.xs lib/ExtUtils/MM_VMS.pm makedef.pl vms/vms.c
44089           !> vms/vmsish.h
44090 ____________________________________________________________________________
44091 [  9419] By: jhi                                   on 2001/03/28  18:42:05
44092         Log: Can't trust external pwds
44093              (either shell builtins or external programs)
44094      Branch: perl
44095            ! t/lib/cwd.t
44096 ____________________________________________________________________________
44097 [  9418] By: jhi                                   on 2001/03/28  18:34:05
44098         Log: Integrate perlio.
44099      Branch: perl
44100            - lib/perlio.pm
44101           !> MANIFEST lib/PerlIO.pm lib/open.pm perlio.c t/lib/b.t
44102           !> t/op/utf8decode.t
44103 ____________________________________________________________________________
44104 [  9417] By: nick                                  on 2001/03/28  18:24:02
44105         Log: PerlIO.pm / perlio.pm conflict.
44106              Update some pods.
44107              Make t/op/utf8decode.t a text file.
44108      Branch: perlio
44109            - lib/perlio.pm
44110            ! MANIFEST lib/PerlIO.pm lib/open.pm perlio.c t/lib/b.t
44111            ! t/op/utf8decode.t
44112 ____________________________________________________________________________
44113 [  9416] By: jhi                                   on 2001/03/28  18:06:07
44114         Log: Integrate change #9409 from mainline to maintperl.
44115              
44116              Yet another tweak on AIX dynaloading.
44117      Branch: maint-5.6/perl
44118           !> ext/DynaLoader/dl_aix.xs ext/DynaLoader/hints/aix.pl
44119 ____________________________________________________________________________
44120 [  9415] By: gsar                                  on 2001/03/28  17:13:01
44121         Log: integrate changes#9377,9385,9401 from mainline
44122              
44123              Subject: RE: 5.6.0 BUG: Lexical warnings aren't lexical
44124              
44125              If directory entries compare equal case-insensitively,
44126              retry case-sensitively.
44127              
44128              Subject: [PATCH] B::Terse and warnings
44129      Branch: maint-5.6/perl
44130           !> ext/B/B.pm ext/B/B/Terse.pm ext/File/Glob/bsd_glob.c gv.c
44131           !> t/pragma/warn/perl
44132 ____________________________________________________________________________
44133 [  9414] By: jhi                                   on 2001/03/28  17:11:12
44134         Log: Subject: [PATCH perl@9359] VMS fix-ups and status
44135              From: "Craig A. Berry" <craigberry@mac.com>
44136              Date: Wed, 28 Mar 2001 10:55:20 -0600
44137              Message-Id: <5.0.2.1.0.20010327164600.031563e8@exchi01>
44138      Branch: perl
44139            ! ext/IO/IO.xs lib/ExtUtils/MM_VMS.pm vms/vms.c vms/vmsish.h
44140 ____________________________________________________________________________
44141 [  9413] By: jhi                                   on 2001/03/28  17:03:12
44142         Log: Dup hunk.
44143      Branch: perl
44144            ! t/op/utf8decode.t
44145 ____________________________________________________________________________
44146 [  9412] By: jhi                                   on 2001/03/28  17:02:36
44147         Log: Forced integrate from perlio.
44148      Branch: perl
44149           !> t/op/utf8decode.t
44150 ____________________________________________________________________________
44151 [  9411] By: nick                                  on 2001/03/28  16:50:03
44152         Log: Integrate mainline.
44153      Branch: perlio
44154           +> t/lib/cwd.t
44155           !> MANIFEST ext/DynaLoader/dl_aix.xs ext/DynaLoader/hints/aix.pl
44156           !> ext/IO/lib/IO/Socket.pm ext/XS/Typemap/Typemap.pm
44157           !> ext/XS/Typemap/Typemap.xs ext/XS/Typemap/typemap gv.c
44158           !> makedef.pl pp.c t/lib/xs-typemap.t t/op/utf8decode.t
44159           !> t/pragma/warn/perl
44160 ____________________________________________________________________________
44161 [  9410] By: jhi                                   on 2001/03/28  16:44:23
44162         Log: Subject: Re: [PATCH] 9403 cannot be tested
44163              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
44164              Date: Wed, 28 Mar 2001 18:33:56 +0200
44165              Message-Id: <20010328182418.7C17.H.M.BRAND@hccnet.nl>
44166      Branch: perl
44167            ! makedef.pl
44168 ____________________________________________________________________________
44169 [  9409] By: jhi                                   on 2001/03/28  16:12:45
44170         Log: Yet another tweak on AIX dynaloading.
44171      Branch: perl
44172            ! ext/DynaLoader/dl_aix.xs ext/DynaLoader/hints/aix.pl
44173 ____________________________________________________________________________
44174 [  9408] By: jhi                                   on 2001/03/28  15:52:55
44175         Log: Subject: [PATCH] 9403 cannot be tested
44176              From: "H.Merijn Brand" <h.m.brand@hccnet.nl> 
44177              Date: Wed, 28 Mar 2001 17:23:00 +0200
44178              Message-Id: <20010328171835.7C14.H.M.BRAND@hccnet.nl>
44179              
44180              A missing symbol.
44181      Branch: perl
44182            ! makedef.pl
44183 ____________________________________________________________________________
44184 [  9407] By: jhi                                   on 2001/03/28  15:47:43
44185         Log: Integrate perlio. (with tweaks on t/op/utf8decode.t)
44186      Branch: perl
44187            ! t/op/utf8decode.t
44188           !> ext/MIME/Base64/QuotedPrint.pm ext/re/re.pm perl.h regcomp.c
44189           !> t/op/each.t t/op/pat.t t/op/regexp.t utf8.c
44190 ____________________________________________________________________________
44191 [  9406] By: jhi                                   on 2001/03/28  15:37:08
44192         Log: Subject: [PATCH] cwd.t (was: Cwd has no tests?)
44193              From: Benjamin Sugars <bsugars@canoe.ca> 
44194              Date: Tue, 27 Mar 2001 17:37:05 -0500 (EST)
44195              Message-ID: <Pine.LNX.4.21.0103271719540.2007-100000@marmot.rim.canoe.ca>
44196      Branch: perl
44197            + t/lib/cwd.t
44198            ! MANIFEST
44199 ____________________________________________________________________________
44200 [  9405] By: jhi                                   on 2001/03/28  15:13:18
44201         Log: pp_ne() needs a CORRECT boolean.
44202      Branch: perl
44203            ! pp.c
44204 ____________________________________________________________________________
44205 [  9404] By: jhi                                   on 2001/03/28  15:09:23
44206         Log: pp_ne() needs a boolean, not an integer.
44207      Branch: perl
44208            ! pp.c
44209 ____________________________________________________________________________
44210 [  9403] By: jhi                                   on 2001/03/28  14:47:43
44211         Log: (Retracted by #9404.)
44212      Branch: perl
44213            ! pp.c
44214 ____________________________________________________________________________
44215 [  9402] By: jhi                                   on 2001/03/28  14:43:59
44216         Log: Subject: Re: [PATCH] Typemap testing
44217              From: Tim Jenness <t.jenness@jach.hawaii.edu> 
44218              Date: Tue, 27 Mar 2001 16:34:03 -1000 (HST)
44219              Message-ID: <Pine.LNX.4.30.0103271633030.21198-100000@lapaki.jach.hawaii.edu>
44220      Branch: perl
44221            ! ext/XS/Typemap/Typemap.pm ext/XS/Typemap/Typemap.xs
44222            ! ext/XS/Typemap/typemap t/lib/xs-typemap.t
44223 ____________________________________________________________________________
44224 [  9401] By: jhi                                   on 2001/03/28  14:42:14
44225         Log: Subject: RE: 5.6.0 BUG: Lexical warnings aren't lexical
44226              From: "Paul Marquess" <Paul_Marquess@Yahoo.co.uk>
44227              Date: Sun, 25 Mar 2001 21:59:15 +0100
44228              Message-ID: <000701c0b56e$73944220$07bdfea9@bfs.phone.com>
44229              
44230              A variable will be checked for the "use once" warnings if:
44231              
44232              1. It is in the scope of a use warnings 'once'
44233              2. It isn't in the scope of the warnings pragma at all AND $^W is set.
44234              
44235              Otherwise it won't be checked at all.
44236              
44237              Part 1 is what is in perl >= 5.6.0, Part 2 is what I'm fixing.
44238              
44239              The enclosed patch partially fixes this issue. What I didn't
44240              get to work was the case where the "used once" warning is enabled
44241              in any file other than the main file.
44242      Branch: perl
44243            ! gv.c t/pragma/warn/perl
44244 ____________________________________________________________________________
44245 [  9400] By: nick                                  on 2001/03/28  14:38:24
44246         Log: More EBCDIC tweaks:
44247              - one more swash issue &~(0xA0-1) did not do the right thing,
44248              for UTF-EBCDIC where &~(0x80-1) does for UTF-8.
44249              - add "use re 'asciirange'" to make [!-~] etc. work
44250              use it in MIME::QuotedPrint and t/op/regexp.t and t/op/pat.t
44251              - Choose a key for t/op/each.t test which gets encoded.
44252              - Skip utf8decode if this is UTF-EBCDIC.
44253      Branch: perlio
44254            ! ext/MIME/Base64/QuotedPrint.pm ext/re/re.pm perl.h regcomp.c
44255            ! t/op/each.t t/op/pat.t t/op/regexp.t t/op/utf8decode.t utf8.c
44256 ____________________________________________________________________________
44257 [  9399] By: jhi                                   on 2001/03/28  14:21:00
44258         Log: Extend the SvROK() testing also to pp_ne(), pointed out by
44259              Andreas Schwab.
44260      Branch: perl
44261            ! pp.c
44262 ____________________________________________________________________________
44263 [  9398] By: jhi                                   on 2001/03/28  00:55:56
44264         Log: Subject: [ID 20010327.007] New warning from IO::Socket for sockatmark
44265              From: David Dyck <dcd@tc.fluke.com>
44266              Date: Tue, 27 Mar 2001 15:16:24 -0800
44267              Message-Id: <200103272316.PAA21921@dd.tc.fluke.com>
44268      Branch: perl
44269            ! ext/IO/lib/IO/Socket.pm
44270 ____________________________________________________________________________
44271 [  9397] By: jhi                                   on 2001/03/27  21:52:49
44272         Log: Integrate perlio.
44273      Branch: perl
44274           +> ext/PerlIO/Via/Makefile.PL ext/PerlIO/Via/Via.pm
44275           +> ext/PerlIO/Via/Via.xs
44276           !> MANIFEST ext/PerlIO/Scalar/Scalar.pm lib/PerlIO.pm
44277 ____________________________________________________________________________
44278 [  9396] By: nick                                  on 2001/03/27  21:45:13
44279         Log: Integrate mainline.
44280      Branch: perlio
44281           !> embed.h embed.pl ext/XS/Typemap/Typemap.xs gv.c
44282           !> pod/perlapi.pod proto.h sv.c sv.h t/op/magic.t utils/h2xs.PL
44283 ____________________________________________________________________________
44284 [  9395] By: nick                                  on 2001/03/27  21:18:58
44285         Log: Outline docs for PerlIO and PerlIO::Scalar
44286      Branch: perlio
44287            ! ext/PerlIO/Scalar/Scalar.pm lib/PerlIO.pm
44288 ____________________________________________________________________________
44289 [  9394] By: nick                                  on 2001/03/27  20:50:13
44290         Log: PerlIO::Via layer (alpha-ish).
44291      Branch: perlio
44292            + ext/PerlIO/Via/Makefile.PL ext/PerlIO/Via/Via.pm
44293            + ext/PerlIO/Via/Via.xs
44294            ! MANIFEST
44295 ____________________________________________________________________________
44296 [  9393] By: jhi                                   on 2001/03/27  20:49:55
44297         Log: Retract #9329 now that 9390 should take care of the matter.
44298      Branch: perl
44299            ! utils/h2xs.PL
44300 ____________________________________________________________________________
44301 [  9390] By: jhi                                   on 2001/03/27  20:47:50
44302         Log: Subject: Autoloading Errno.pm when %! is encountered
44303              From: Robin Houston <robin@kitsite.com>
44304              Date: Tue, 27 Mar 2001 20:57:11 +0100
44305              Message-ID: <20010327205710.A24053@puffinry.freeserve.co.uk>
44306      Branch: perl
44307            ! embed.h embed.pl gv.c proto.h t/op/magic.t
44308 ____________________________________________________________________________
44309 [  9389] By: jhi                                   on 2001/03/27  20:24:31
44310         Log: Integrate perlio.
44311      Branch: perl
44312           !> doop.c ext/Encode/Encode.pm ext/MIME/Base64/Base64.xs
44313           !> ext/MIME/Base64/QuotedPrint.pm t/lib/encode.t t/lib/mimeb64.t
44314           !> utf8.c
44315 ____________________________________________________________________________
44316 [  9388] By: jhi                                   on 2001/03/27  20:21:38
44317         Log: Better have a three-element array if one is going to assign
44318              to the third element of that array. (from Tim Jenness)
44319      Branch: perl
44320            ! ext/XS/Typemap/Typemap.xs
44321 ____________________________________________________________________________
44322 [  9387] By: nick                                  on 2001/03/27  20:15:43
44323         Log: Integrate mainline.
44324      Branch: perlio
44325           +> ext/XS/Typemap/Makefile.PL ext/XS/Typemap/README
44326           +> ext/XS/Typemap/Typemap.pm ext/XS/Typemap/Typemap.xs
44327           +> ext/XS/Typemap/stdio.c ext/XS/Typemap/typemap
44328           +> t/lib/xs-typemap.t
44329           !> (integrate 34 files)
44330 ____________________________________________________________________________
44331 [  9386] By: jhi                                   on 2001/03/27  20:04:18
44332         Log: Subject: Re: perl@9359 breaks HTML::Parser
44333              From: Gisle Aas <gisle@ActiveState.com>
44334              Date: 27 Mar 2001 11:30:24 -0800
44335              Message-ID: <lrr8zjxb5b.fsf@caliper.ActiveState.com>
44336              
44337              Clarify the UTF-8 issues of the API docs.
44338              (Slightly reworded and expanded.)
44339      Branch: perl
44340            ! pod/perlapi.pod sv.c sv.h
44341 ____________________________________________________________________________
44342 [  9385] By: jhi                                   on 2001/03/27  19:44:25
44343         Log: If directory entries compare equal case-insensitively,
44344              retry case-sensitively.
44345      Branch: perl
44346            ! ext/File/Glob/bsd_glob.c
44347 ____________________________________________________________________________
44348 [  9384] By: nick                                  on 2001/03/27  19:38:50
44349         Log: Various EBCDIC fixes:
44350              - major revelation that swash code is encoding aware,
44351              (or thought it was) - now it is ;-)
44352              - With that out of the way fix a slab of tr/// cases.
44353              - Fix Encode 'Unicode' to be true Unicode so tests pass.
44354              - As anticipated Base64.xs needed tweaks.
44355              - Until tr/// works right avoid old_encode64 in MIME tests.
44356      Branch: perlio
44357            ! doop.c ext/Encode/Encode.pm ext/MIME/Base64/Base64.xs
44358            ! t/lib/encode.t t/lib/mimeb64.t utf8.c
44359 ____________________________________________________________________________
44360 [  9383] By: jhi                                   on 2001/03/27  18:34:41
44361         Log: Add the std test suite BEGIN block.
44362      Branch: perl
44363            ! t/lib/xs-typemap.t
44364 ____________________________________________________________________________
44365 [  9382] By: jhi                                   on 2001/03/27  15:16:07
44366         Log: Add debugging output to the test.
44367      Branch: perl
44368            ! t/lib/glob-basic.t
44369 ____________________________________________________________________________
44370 [  9381] By: jhi                                   on 2001/03/27  15:08:10
44371         Log: Add Tim Jenness' XS::Typemap for exercizing the standard typemap.
44372      Branch: perl
44373            + ext/XS/Typemap/Makefile.PL ext/XS/Typemap/README
44374            + ext/XS/Typemap/Typemap.pm ext/XS/Typemap/Typemap.xs
44375            + ext/XS/Typemap/stdio.c ext/XS/Typemap/typemap
44376            + t/lib/xs-typemap.t
44377            ! MANIFEST
44378 ____________________________________________________________________________
44379 [  9380] By: jhi                                   on 2001/03/27  14:48:34
44380         Log: Subject: [PATCH] Typemap testing
44381              From: Tim Jenness <t.jenness@jach.hawaii.edu> 
44382              Date: Sun, 25 Mar 2001 16:46:12 -1000 (HST)
44383              Message-ID: <Pine.LNX.4.30.0103251629350.16988-101000@lapaki.jach.hawaii.edu>
44384              
44385              (The first part of the patch.)
44386      Branch: perl
44387            ! lib/ExtUtils/typemap lib/ExtUtils/xsubpp
44388 ____________________________________________________________________________
44389 [  9379] By: jhi                                   on 2001/03/27  14:44:56
44390         Log: Subject: Re: [PATCH] t/lib/glob-basic.t  
44391              From: Benjamin Sugars <bsugars@canoe.ca> 
44392              Date: Mon, 26 Mar 2001 14:11:47 -0500 (EST)
44393              Message-ID: <Pine.LNX.4.21.0103261406170.2729-100000@marmot.rim.canoe.ca>
44394      Branch: perl
44395            ! t/lib/glob-basic.t
44396 ____________________________________________________________________________
44397 [  9378] By: jhi                                   on 2001/03/27  14:42:30
44398         Log: Subject: [PATCH] perlvar nit
44399              From: Simon Cozens <simon@netthink.co.uk>
44400              Date: Tue, 27 Mar 2001 01:12:01 +0100
44401              Message-ID: <20010327011201.A19179@netthink.co.uk>
44402      Branch: perl
44403            ! pod/perlvar.pod
44404 ____________________________________________________________________________
44405 [  9377] By: jhi                                   on 2001/03/27  14:36:26
44406         Log: Subject: [PATCH] B::Terse and warnings
44407              From: Benjamin Sugars <ben.sugars@home.com>
44408              Date: Mon, 26 Mar 2001 23:40:33 -0500 (EST)
44409              Message-ID: <Pine.LNX.4.21.0103262320170.20040-100000@localhost.localdomain>
44410      Branch: perl
44411            ! ext/B/B.pm ext/B/B/Terse.pm
44412 ____________________________________________________________________________
44413 [  9376] By: jhi                                   on 2001/03/27  14:31:31
44414         Log: Document sockatmark() some.
44415      Branch: perl
44416            ! pod/perldiag.pod pod/perlfunc.pod pod/perlport.pod
44417            ! pod/perltoc.pod
44418 ____________________________________________________________________________
44419 [  9375] By: jhi                                   on 2001/03/27  14:00:24
44420         Log: sv_catpvf(sv, "%c", 128) should not UTF-8-ify the sv,
44421              noted by Gisle and fixed by NI-S.
44422      Branch: perl
44423            ! sv.c
44424 ____________________________________________________________________________
44425 [  9374] By: jhi                                   on 2001/03/27  05:50:01
44426         Log: Regen toc.
44427      Branch: perl
44428            ! pod/perltoc.pod
44429 ____________________________________________________________________________
44430 [  9373] By: jhi                                   on 2001/03/27  05:43:51
44431         Log: Pixie documenting.
44432      Branch: perl
44433            ! Makefile.SH pod/perlhack.pod
44434 ____________________________________________________________________________
44435 [  9372] By: jhi                                   on 2001/03/27  05:29:34
44436         Log: Metaconfig unit changes for #9371.
44437      Branch: metaconfig
44438            ! U/modified/myhostname.U
44439      Branch: metaconfig/U/perl
44440            + d_sockatmark.U
44441            ! gccvers.U
44442 ____________________________________________________________________________
44443 [  9371] By: jhi                                   on 2001/03/27  05:29:07
44444         Log: Add sockatmark() probing.
44445      Branch: perl
44446            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
44447            ! config_h.SH configure.com epoc/config.sh uconfig.h uconfig.sh
44448            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
44449            ! vos/config.ga.h win32/config.bc win32/config.gc
44450            ! win32/config.vc
44451 ____________________________________________________________________________
44452 [  9370] By: jhi                                   on 2001/03/26  22:01:18
44453         Log: pp_ncmp() and pp_scmp() should return numeric values, not booleans.
44454              Really need to benchmark this.
44455      Branch: perl
44456            ! pp.c
44457 ____________________________________________________________________________
44458 [  9369] By: nick                                  on 2001/03/26  21:59:30
44459         Log: Integrate mainline.
44460      Branch: perlio
44461            ! ext/MIME/Base64/QuotedPrint.pm
44462           !> Changes Makefile.SH ext/IO/IO.xs ext/IO/lib/IO/Socket.pm
44463           !> patchlevel.h pod/perlhack.pod pp_sys.c
44464 ____________________________________________________________________________
44465 [  9368] By: jhi                                   on 2001/03/26  21:47:03
44466         Log: Treat pp_ncmp() and pp_scmp() as in #9366 (ROK).
44467              
44468              TODO1: perlbench.
44469              TODO2: le, lt, ge, gt?  Yech.
44470      Branch: perl
44471            ! pp.c
44472 ____________________________________________________________________________
44473 [  9367] By: jhi                                   on 2001/03/26  21:34:57
44474         Log: Too much cut-and-paste in #9363.
44475      Branch: perl
44476            ! pp_sys.c
44477 ____________________________________________________________________________
44478 [  9366] By: jhi                                   on 2001/03/26  21:20:53
44479         Log: Subject: $ref1 == $ref2 without NV_PRESERVES_UV
44480              From: Andreas Schwab <schwab@suse.de>
44481              Date: 26 Mar 2001 17:29:04 +0200
44482              Message-ID: <jeitkw5z27.fsf@hawking.suse.de>
44483              
44484              (The patch for 5.6.0 or so, this is a guess for bleadperl)
44485      Branch: perl
44486            ! pp_hot.c
44487 ____________________________________________________________________________
44488 [  9365] By: jhi                                   on 2001/03/26  21:07:54
44489         Log: Integrate perlio.
44490      Branch: perl
44491           !> perlio.c
44492 ____________________________________________________________________________
44493 [  9364] By: nick                                  on 2001/03/26  20:30:48
44494         Log: REFCNT botch in layer name cache hash.
44495      Branch: perlio
44496            ! perlio.c
44497 ____________________________________________________________________________
44498 [  9363] By: jhi                                   on 2001/03/26  18:44:32
44499         Log: Subject: [PATCH] socket() leaks file descriptors
44500              From: Benjamin Sugars <bsugars@canoe.ca>
44501              Date: Mon, 26 Mar 2001 13:29:54 -0500 (EST)
44502              Message-ID: <Pine.LNX.4.21.0103261315510.2729-100000@marmot.rim.canoe.ca>
44503              
44504              Also sockpair() fixed similarly.
44505      Branch: perl
44506            ! pp_sys.c
44507 ____________________________________________________________________________
44508 [  9362] By: jhi                                   on 2001/03/26  18:37:52
44509         Log: Integrate perlio.
44510      Branch: perl
44511           !> README.os390 miniperlmain.c perlio.c perliol.h t/op/pat.t
44512 ____________________________________________________________________________
44513 [  9361] By: nick                                  on 2001/03/26  17:32:06
44514         Log: Implement flush of linebuffered streams on read of a tty.
44515      Branch: perlio
44516            ! perlio.c perliol.h
44517 ____________________________________________________________________________
44518 [  9360] By: nick                                  on 2001/03/26  17:12:32
44519         Log: Memory tweaks and notes for OEMVS.
44520      Branch: perlio
44521            ! README.os390 miniperlmain.c t/op/pat.t
44522 ____________________________________________________________________________
44523 [  9359] By: jhi                                   on 2001/03/26  02:12:54
44524         Log: Update Changes.
44525      Branch: perl
44526            ! Changes patchlevel.h
44527 ____________________________________________________________________________
44528 [  9358] By: jhi                                   on 2001/03/26  02:05:32
44529         Log: Document the most common pixie options.
44530      Branch: perl
44531            ! pod/perlhack.pod
44532 ____________________________________________________________________________
44533 [  9357] By: jhi                                   on 2001/03/26  01:25:28
44534         Log: For perl.pixie check *before* compiling that optimize is -g,
44535              as for perl.third.
44536      Branch: perl
44537            ! Makefile.SH
44538 ____________________________________________________________________________
44539 [  9356] By: jhi                                   on 2001/03/26  01:13:41
44540         Log: rmdir lib/Digest, lib/MIME, and lib/PerlIO.
44541      Branch: perl
44542            ! Makefile.SH
44543 ____________________________________________________________________________
44544 [  9355] By: jhi                                   on 2001/03/26  01:11:19
44545         Log: Remove t/perl.third.
44546      Branch: perl
44547            ! Makefile.SH
44548 ____________________________________________________________________________
44549 [  9354] By: jhi                                   on 2001/03/26  00:23:38
44550         Log: Implement IO::Socket::atmark(), inspired by Lincoln Stein's
44551              IO::Sockatmark().
44552      Branch: perl
44553            ! ext/IO/IO.xs ext/IO/lib/IO/Socket.pm
44554 ____________________________________________________________________________
44555 [  9353] By: jhi                                   on 2001/03/25  22:25:04
44556         Log: Integrate perlio.
44557      Branch: perl
44558           !> ext/Encode/Encode.pm ext/Encode/Encode.xs
44559           !> ext/PerlIO/Scalar/Scalar.xs perl.c perlio.c perlio.h perliol.h
44560           !> pp_hot.c win32/makefile.mk
44561 ____________________________________________________________________________
44562 [  9352] By: jhi                                   on 2001/03/25  22:21:41
44563         Log: Subject: Re: [ID 20010215.006] Bad arg length for Socket::unpack_sockaddr_un, length is 14 ...
44564              From: Radu Greab <radu@netsoft.ro>
44565              Date: Fri, 23 Mar 2001 21:14:59 +0200 (EET)
44566              Message-ID: <15035.41139.646781.478457@ix.netsoft.ro>
44567      Branch: perl
44568            ! pp_sys.c
44569 ____________________________________________________________________________
44570 [  9351] By: nick                                  on 2001/03/25  22:15:02
44571         Log: Fix readline in list mode to tell rest of world that it has
44572              things on the stack. Otherwise if perl code gets invoked
44573              underneath it it scribbles over results-so-far.
44574              (Why TIEHANDLE has not tripped on this is a mystery.)
44575      Branch: perlio
44576            ! pp_hot.c
44577 ____________________________________________________________________________
44578 [  9350] By: nick                                  on 2001/03/25  22:10:13
44579         Log: win32/makefile.mk typos
44580      Branch: perlio
44581            ! win32/makefile.mk
44582 ____________________________________________________________________________
44583 [  9349] By: nick                                  on 2001/03/25  21:31:14
44584         Log: Integrate now-non-binary file.
44585      Branch: perlio
44586           !> t/lib/mimeqp.t
44587 ____________________________________________________________________________
44588 [  9348] By: nick                                  on 2001/03/25  21:27:24
44589         Log: Make it text
44590      Branch: perlio
44591            ! t/lib/mimeqp.t
44592 ____________________________________________________________________________
44593 [  9347] By: nick                                  on 2001/03/25  21:25:37
44594         Log: Integrate mainline.
44595      Branch: perlio
44596           !> ext/Digest/MD5/MD5.pm ext/MIME/Base64/Base64.pm
44597           !> lib/Term/ReadLine.pm t/lib/md5-file.t
44598 ____________________________________________________________________________
44599 [  9346] By: nick                                  on 2001/03/25  20:58:15
44600         Log: Add destruct time hook to PerlIO (for work-in-process implementing
44601              layers in perl code. In such cases layers need to be popped before
44602              we loose the ability to run perl code.)
44603              Also back-out "PerlIO::object" hook - it isn't going to work like that...
44604      Branch: perlio
44605            ! perl.c perlio.c perlio.h perliol.h
44606 ____________________________________________________________________________
44607 [  9345] By: nick                                  on 2001/03/25  20:49:11
44608         Log: Avoid at leasy one of undefined warnings in Encode.
44609      Branch: perlio
44610            ! ext/Encode/Encode.pm ext/Encode/Encode.xs
44611 ____________________________________________________________________________
44612 [  9344] By: jhi                                   on 2001/03/25  20:37:43
44613         Log: A workaround for using Term::ReadLine in emacs minibuffer
44614              from Wybo Dekker <wybo@servalys.nl> and Johan Vromans;
44615              additional tweaks from Ilya Zakharevich.
44616      Branch: perl
44617            ! lib/Term/ReadLine.pm
44618 ____________________________________________________________________________
44619 [  9343] By: nick                                  on 2001/03/25  20:21:14
44620         Log: Missing return value.
44621      Branch: perlio
44622            ! ext/PerlIO/Scalar/Scalar.xs
44623 ____________________________________________________________________________
44624 [  9342] By: jhi                                   on 2001/03/25  16:21:00
44625         Log: Roll back the version numbers of Digest::MD5 and MIME::Base64
44626              to equal the CPAN versions since no code changes have been made.
44627      Branch: perl
44628            ! ext/Digest/MD5/MD5.pm ext/MIME/Base64/Base64.pm
44629            ! t/lib/md5-file.t
44630 ____________________________________________________________________________
44631 [  9341] By: jhi                                   on 2001/03/25  16:01:48
44632         Log: Escape 8-bit characters.
44633      Branch: perl
44634            ! t/lib/mimeqp.t
44635 ____________________________________________________________________________
44636 [  9340] By: gsar                                  on 2001/03/25  15:50:53
44637         Log: readd mimeqp.t as xtext (used to be binary because of the literal 8-bit
44638              chars)
44639      Branch: perl
44640            + t/lib/mimeqp.t
44641 ____________________________________________________________________________
44642 [  9339] By: gsar                                  on 2001/03/25  15:48:50
44643         Log: delete mimeqp.t for later add with text mode set
44644      Branch: perl
44645            - t/lib/mimeqp.t
44646 ____________________________________________________________________________
44647 [  9338] By: nick                                  on 2001/03/25  09:01:57
44648         Log: Integrate mainline.
44649      Branch: perlio
44650           +> ext/MIME/Base64/Base64.pm ext/MIME/Base64/Base64.xs
44651           +> ext/MIME/Base64/Changes ext/MIME/Base64/Makefile.PL
44652           +> ext/MIME/Base64/QuotedPrint.pm t/lib/mimeb64.t
44653           +> t/lib/mimeb64u.t t/lib/mimeqp.t
44654           !> MANIFEST configure.com djgpp/config.over epoc/config.sh
44655           !> hints/uts.sh hints/uwin.sh hints/vmesa.sh t/lib/md5-file.t
44656           !> utils/h2xs.PL win32/Makefile win32/makefile.mk
44657 ____________________________________________________________________________
44658 [  9337] By: jhi                                   on 2001/03/25  04:23:24
44659         Log: Add MIME::Base64 here and there.  Again, a lot of
44660              optimism is in the air.
44661      Branch: perl
44662            ! configure.com djgpp/config.over epoc/config.sh hints/uts.sh
44663            ! hints/uwin.sh hints/vmesa.sh win32/Makefile win32/makefile.mk
44664 ____________________________________________________________________________
44665 [  9336] By: jhi                                   on 2001/03/25  04:12:43
44666         Log: Add PerlIO::Scalar to win32/Makefile. (I'm doing
44667              this by ear as I do not do Win32 programming.)
44668      Branch: perl
44669            ! win32/Makefile win32/makefile.mk
44670 ____________________________________________________________________________
44671 [  9335] By: jhi                                   on 2001/03/25  04:03:50
44672         Log: Put back the MD5-Base64 tests now that we have MIME::Base64.
44673      Branch: perl
44674            ! t/lib/md5-file.t
44675 ____________________________________________________________________________
44676 [  9334] By: jhi                                   on 2001/03/25  03:58:53
44677         Log: Add MIME::Base 2.12 from Gisle Aas, version number bumped to 2.13.
44678      Branch: perl
44679            + ext/MIME/Base64/Base64.pm ext/MIME/Base64/Base64.xs
44680            + ext/MIME/Base64/Changes ext/MIME/Base64/Makefile.PL
44681            + ext/MIME/Base64/QuotedPrint.pm t/lib/mimeb64.t
44682            + t/lib/mimeb64u.t t/lib/mimeqp.t
44683            ! MANIFEST
44684 ____________________________________________________________________________
44685 [  9333] By: jhi                                   on 2001/03/24  20:14:37
44686         Log: Integrate perlio.
44687      Branch: perl
44688           !> doio.c pod/perlfunc.pod pod/perliol.pod win32/makefile.mk
44689 ____________________________________________________________________________
44690 [  9332] By: nick                                  on 2001/03/24  19:40:34
44691         Log: Fix un-init variable leading to spurious "Out of Memory!"
44692      Branch: perlio
44693            ! doio.c
44694 ____________________________________________________________________________
44695 [  9331] By: nick                                  on 2001/03/24  19:09:59
44696         Log: Tweak docs for C<open> (boy does that need wholesale revision...)
44697              and update layers internals doc.
44698      Branch: perlio
44699            ! pod/perlfunc.pod pod/perliol.pod
44700 ____________________________________________________________________________
44701 [  9330] By: jhi                                   on 2001/03/24  18:42:11
44702         Log: The length might be uninitialized garbage if the *svp is the undef.
44703      Branch: perl
44704            ! doio.c
44705 ____________________________________________________________________________
44706 [  9329] By: jhi                                   on 2001/03/24  18:26:57
44707         Log: (Retracted by #9393)
44708              
44709              Subject: [PATCH h2xs] $!{EINVAL} requires "use Errno"
44710              From: Simon Cozens <simon@netthink.co.uk>
44711              Date: Sat, 24 Mar 2001 17:13:17 +0000
44712              Message-ID: <20010324171317.A13406@netthink.co.uk>
44713      Branch: perl
44714            ! utils/h2xs.PL
44715 ____________________________________________________________________________
44716 [  9328] By: nick                                  on 2001/03/24  17:22:02
44717         Log: Integrate mainline.
44718      Branch: perlio
44719           !> lib/unicode/Names.txt lib/unicode/ReadMe.txt
44720           !> lib/unicode/version
44721 ____________________________________________________________________________
44722 [  9327] By: nick                                  on 2001/03/24  17:16:02
44723         Log: Integrate mainline.
44724      Branch: perlio
44725           +> ext/Digest/MD5/Changes ext/Digest/MD5/MD5.pm
44726           +> ext/Digest/MD5/MD5.xs ext/Digest/MD5/Makefile.PL
44727           +> ext/Digest/MD5/hints/irix_6.pl ext/Digest/MD5/typemap
44728           +> lib/Digest.pm t/lib/digest.t t/lib/md5-aaa.t t/lib/md5-badf.t
44729           +> t/lib/md5-file.t
44730           !> MANIFEST Makefile.SH configure.com djgpp/config.over
44731           !> epoc/config.sh ext/DynaLoader/hints/aix.pl hints/aix.sh
44732           !> hints/uts.sh hints/uwin.sh hints/vmesa.sh lib/Net/Ping.pm op.c
44733           !> pp.c t/lib/b.t t/op/re_tests t/op/repeat.t win32/Makefile
44734           !> win32/makefile.mk
44735 ____________________________________________________________________________
44736 [  9326] By: jhi                                   on 2001/03/24  17:00:42
44737         Log: Upgrade to Unicode 3.1 beta 2001-03-23.
44738      Branch: perl
44739            ! lib/unicode/Names.txt lib/unicode/ReadMe.txt
44740            ! lib/unicode/version
44741 ____________________________________________________________________________
44742 [  9325] By: jhi                                   on 2001/03/24  16:22:33
44743         Log: Subject: Re: B::Deparse bug (5.6.0)
44744              From: Robin Houston <robin@kitsite.com>
44745              Date: Sat, 24 Mar 2001 14:33:09 +0000
44746              Message-ID: <20010324143309.B17734@puffinry.freeserve.co.uk>
44747      Branch: perl
44748            ! op.c pp.c t/lib/b.t t/op/repeat.t
44749 ____________________________________________________________________________
44750 [  9324] By: jhi                                   on 2001/03/24  16:21:56
44751         Log: Boldly add extensions to be built to VMS, EPOC, UTS,
44752              U/WIN, and VM/ESA (and fixups for DJGPP).  Some of
44753              these additions may be too optimistic.
44754      Branch: perl
44755            ! configure.com djgpp/config.over epoc/config.sh hints/uts.sh
44756            ! hints/uwin.sh hints/vmesa.sh
44757 ____________________________________________________________________________
44758 [  9323] By: jhi                                   on 2001/03/24  16:06:01
44759         Log: Integrate perlio.
44760      Branch: perl
44761           +> ext/PerlIO/Scalar/Makefile.PL ext/PerlIO/Scalar/Scalar.pm
44762           +> ext/PerlIO/Scalar/Scalar.xs t/lib/io_scalar.t
44763            ! Makefile.SH
44764           !> MANIFEST doio.c embed.h ext/Encode/Encode.xs
44765           !> ext/POSIX/POSIX.xs global.sym iperlsys.h makedef.pl objXSUB.h
44766           !> perlapi.c perlio.c perliol.h proto.h t/io/open.t t/io/utf8.t
44767           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
44768           !> win32/makefile.mk win32/perlhost.h win32/win32.c
44769           !> win32/win32iop.h
44770 ____________________________________________________________________________
44771 [  9322] By: nick                                  on 2001/03/24  14:39:12
44772         Log: Routine Win32 regen_config_h - no real changes.
44773      Branch: perlio
44774            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
44775 ____________________________________________________________________________
44776 [  9321] By: nick                                  on 2001/03/24  14:31:49
44777         Log: PerlIO fixups for Win32:
44778              - provide win33_popenlist() - non-functional as yet.
44779              - avoid need for aTHX in PerlIO_debug calls - even if not 
44780              enabled args are still evaluated so Win32 has trouble during fork().
44781              - Add PerlIO/Scalar to list of extensions in win32/makefile.mk
44782              - Fixup makedef.pl for latest set of symbols.
44783      Branch: perlio
44784            ! iperlsys.h makedef.pl perlio.c win32/makefile.mk
44785            ! win32/perlhost.h win32/win32.c win32/win32iop.h
44786 ____________________________________________________________________________
44787 [  9320] By: nick                                  on 2001/03/24  14:26:58
44788         Log: POSIX::getcwd XS code to call Cwd::cwd when HAS_GETCWD not defined
44789              was gibberish - broke it on WIn32 at least.
44790      Branch: perlio
44791            ! ext/POSIX/POSIX.xs
44792 ____________________________________________________________________________
44793 [  9319] By: nick                                  on 2001/03/24  11:29:41
44794         Log: Generated files.
44795      Branch: perlio
44796            ! embed.h global.sym objXSUB.h perlapi.c proto.h
44797 ____________________________________________________________________________
44798 [  9318] By: nick                                  on 2001/03/24  10:29:37
44799         Log: Implement:
44800              1.  open($fh,"+<",undef);  # add test to t/io/open.t
44801              2.  open($fh,"+<",\$var);  # New test t/lib/io_scalar.t
44802      Branch: perlio
44803            + ext/PerlIO/Scalar/Makefile.PL ext/PerlIO/Scalar/Scalar.pm
44804            + ext/PerlIO/Scalar/Scalar.xs t/lib/io_scalar.t
44805            ! MANIFEST doio.c ext/Encode/Encode.xs perlio.c perliol.h
44806            ! t/io/open.t t/io/utf8.t
44807 ____________________________________________________________________________
44808 [  9317] By: jhi                                   on 2001/03/23  23:41:25
44809         Log: AIX does seems to have optimization problems with its C compilers.
44810      Branch: perl
44811            ! hints/aix.sh
44812 ____________________________________________________________________________
44813 [  9316] By: jhi                                   on 2001/03/23  23:40:46
44814         Log: Integrate perlio.
44815      Branch: perl
44816           +> lib/PerlIO.pm
44817           !> MANIFEST doio.c ext/Encode/Encode.xs perlio.c perlio.h
44818           !> perliol.h
44819 ____________________________________________________________________________
44820 [  9315] By: jhi                                   on 2001/03/23  22:16:30
44821         Log: Fix the EBCDIC MD5.pm checksum, from Pter Prymmer.
44822      Branch: perl
44823            ! t/lib/md5-file.t
44824 ____________________________________________________________________________
44825 [  9314] By: nick                                  on 2001/03/23  20:49:02
44826         Log: Perlio internals re-organized.
44827              - open process creates AV of layer/arg pairs
44828              (appends layers from open() or open.pm to default list).
44829              - push arg is now an SV.
44830              - layer ->Open get passed the AV
44831              - open is no longer mandatory method.
44832              - topmost layer that has ->Open method does the open
44833              - any layers above are pushed once that returns.
44834              - vtable re-ordered so dummy layers need only provide push/pop methods.
44835      Branch: perlio
44836            ! ext/Encode/Encode.xs perlio.c perlio.h perliol.h
44837 ____________________________________________________________________________
44838 [  9313] By: nick                                  on 2001/03/23  16:27:41
44839         Log: Check in a stable (working) version before next round of tweaks.
44840              Changes include:
44841              - Move default layers code out of doio.c and into perlio.c
44842              - Single routine for parsing layer specification strings.
44843              - Skeleton support for demand loading of layers
44844              - Core-dump avoidance if PERLIO environment specifies loadable layer
44845              (does not _work_ as need IO to load and need load to do IO ...)
44846      Branch: perlio
44847            + lib/PerlIO.pm
44848            ! MANIFEST doio.c perlio.c
44849 ____________________________________________________________________________
44850 [  9312] By: gsar                                  on 2001/03/23  16:25:25
44851         Log: add execute bit to files with shebang lines in the repository;
44852              avoid clobbering execute bit in Porting/makerel 
44853      Branch: maint-5.6/perl
44854            ! (edit 144 files)
44855 ____________________________________________________________________________
44856 [  9311] By: jhi                                   on 2001/03/23  14:25:35
44857         Log: Forgot the unneeded hints/dec_osf.pl into MANIFEST in #9308.
44858      Branch: perl
44859            ! MANIFEST
44860 ____________________________________________________________________________
44861 [  9310] By: jhi                                   on 2001/03/23  13:45:04
44862         Log: Subject: [PATCH] Net::Ping
44863              From: Colin McMillen <mcmi0037@tc.umn.edu>
44864              Date: Thu, 22 Mar 2001 19:30:31 -0600
44865              Message-ID: <20010322193031.A18814@strago.jenovaproject.org>
44866      Branch: perl
44867            ! lib/Net/Ping.pm
44868 ____________________________________________________________________________
44869 [  9309] By: jhi                                   on 2001/03/23  13:39:13
44870         Log: EBCDIC patches for Digest::MD5 tests from Peter Prymmer.
44871      Branch: perl
44872            ! t/lib/md5-aaa.t t/lib/md5-file.t
44873 ____________________________________________________________________________
44874 [  9308] By: jhi                                   on 2001/03/23  13:20:34
44875         Log: Integrate Digest-1.00 and Digest-MD5-2.13, from Gisle Aas.
44876              - bump the version to 2.14
44877              - drop the base64 tests since they require MIME::Base64
44878              - drop the rfc1321.txt
44879              - drop the hints/dec_osf.pl since it's only needed for
44880              pre-5.005_03 Perls
44881              Todo:
44882              - the U32 alignment testing is now removed; it needs to
44883              be reintroduced as as a Config variable (meaning also
44884              as a Configure test)
44885              - get the new EBCDIC md5sum for MD5.pm
44886              - test in Win32 to see how badly I botched the makefiles
44887      Branch: perl
44888            + ext/Digest/MD5/Changes ext/Digest/MD5/MD5.pm
44889            + ext/Digest/MD5/MD5.xs ext/Digest/MD5/Makefile.PL
44890            + ext/Digest/MD5/hints/irix_6.pl ext/Digest/MD5/typemap
44891            + lib/Digest.pm t/lib/digest.t t/lib/md5-aaa.t t/lib/md5-badf.t
44892            + t/lib/md5-file.t
44893            ! MANIFEST configure.com hints/uwin.sh hints/vmesa.sh
44894            ! win32/Makefile win32/makefile.mk
44895 ____________________________________________________________________________
44896 [  9307] By: jhi                                   on 2001/03/23  12:56:14
44897         Log: Integrate change #9306 from maintperl into mainline,
44898              AIX dynaloader for AIXes without <load.h>.
44899      Branch: perl
44900           !> ext/DynaLoader/hints/aix.pl
44901 ____________________________________________________________________________
44902 [  9306] By: jhi                                   on 2001/03/23  12:51:36
44903         Log: There are AIXes without /usr/include/load.h,
44904              patch from H.Merijn Brand.
44905      Branch: maint-5.6/perl
44906            ! ext/DynaLoader/hints/aix.pl
44907 ____________________________________________________________________________
44908 [  9305] By: nick                                  on 2001/03/23  11:00:42
44909         Log: Add pTHX_ to -Duseperlio API where it does not conflict with legacy stuff.
44910      Branch: perlio
44911            ! ext/Encode/Encode.xs perlio.c perlio.h
44912 ____________________________________________________________________________
44913 [  9304] By: nick                                  on 2001/03/23  10:20:46
44914         Log: Render -Duseperlio functional again.
44915              - this is "quick fix" which calls PerlIO_apply_layers after opening,
44916              which is what old scheme did. New scheme needs to change that
44917              to make open(...,\$scalar) etc. work but this will do for now.
44918      Branch: perlio
44919            ! perlio.c
44920 ____________________________________________________________________________
44921 [  9303] By: nick                                  on 2001/03/23  09:53:20
44922         Log: Avoid "reopen" semantics for time being. Fix bug in dup logic.
44923              -Uuseperlio now works again.
44924              -Duseperlio is still poorly. Don't merge yet...
44925      Branch: perlio
44926            ! doio.c perlio.h
44927 ____________________________________________________________________________
44928 [  9302] By: nick                                  on 2001/03/22  22:26:51
44929         Log: Snapshot of new PerlIO open scheme. Still buggy - mainly in open($fh,">&STDOUT!")
44930              type code.
44931              - Invent PerlIO_openn() - which has "lots" of args a bit like do_openn() which
44932              is its main caller. In particular now has access to "extra" args, and
44933              can tell when an open handle is "reopened" (or duped?).
44934              - In -Duseperlio PerlIO_open() et. al. are now wrappers on PerlIO_openn().
44935              - In -Uuseperlio (untested as yet) PerlIO_openn() is a wrapper on
44936              PerlIO_open() et. al. (i.e. other way round).
44937              - Collapse "vtable" entries for layers - was fdopen/open/reopen now just open
44938              with args close to PerlIO_openn().
44939      Branch: perlio
44940            ! doio.c ext/Encode/Encode.xs perlio.c perlio.h perliol.h
44941 ____________________________________________________________________________
44942 [  9301] By: jhi                                   on 2001/03/22  20:58:04
44943         Log: Integrate perlio.
44944      Branch: perl
44945           !> doio.c embed.pl iperlsys.h perl.c perlio.c pp_hot.c pp_sys.c
44946           !> t/io/open.t util.c
44947 ____________________________________________________________________________
44948 [  9300] By: nick                                  on 2001/03/22  17:36:32
44949         Log: Don't include $@ in not ok message.
44950      Branch: perlio
44951            ! t/io/open.t
44952 ____________________________________________________________________________
44953 [  9299] By: gsar                                  on 2001/03/22  16:53:45
44954         Log: back out changes#7532,7521 for now (appears to have problems
44955              on IRIX)
44956      Branch: maint-5.6/perl
44957            ! ext/POSIX/POSIX.pm ext/POSIX/POSIX.pod ext/POSIX/POSIX.xs
44958            ! ext/POSIX/typemap pod/perlvar.pod
44959 ____________________________________________________________________________
44960 [  9298] By: nick                                  on 2001/03/22  14:35:46
44961         Log: Give a meaning to '&' in n-arg open case:
44962              open($fh,"<&",$scalar);
44963              $scalar can be:
44964              - an integer which does "fdopen"
44965              open($fh,"<&",2); # like open($fh,"<&2")
44966              - something that will yield a file handle via sv_2io()
44967              useful for dup'ing anonymous handles.
44968              e.g.:
44969              open(my $fh,"<&",\*STDIN);
44970              open(my $dup,"<&",$fh);
44971      Branch: perlio
44972            ! doio.c t/io/open.t
44973 ____________________________________________________________________________
44974 [  9297] By: nick                                  on 2001/03/22  13:34:35
44975         Log: Implement open($fh,"-|",prog,args...) for HAS_FORK cases.
44976      Branch: perlio
44977            ! util.c
44978 ____________________________________________________________________________
44979 [  9296] By: nick                                  on 2001/03/22  12:51:20
44980         Log: Re-instate warnings for 'eof STDOUT' etc. by marking STD* as appropriate IoTYPE.
44981      Branch: perlio
44982            ! perl.c
44983 ____________________________________________________________________________
44984 [  9295] By: nick                                  on 2001/03/22  11:59:44
44985         Log: If stdin, stdout or stderr get opened in unexpected read/write state
44986              then warn at time of open not at time of use.
44987      Branch: perlio
44988            ! doio.c pp_hot.c pp_sys.c
44989 ____________________________________________________________________________
44990 [  9294] By: nick                                  on 2001/03/22  10:54:35
44991         Log: Die on n-arg open(...,"",xxx,yyy,...)
44992              - redirect pipe cases to PerlProc_popen_list() (which just croaks for now)
44993              - die on read/write cases so we can decide what it means later.
44994      Branch: perlio
44995            ! doio.c embed.pl iperlsys.h util.c
44996 ____________________________________________________________________________
44997 [  9293] By: nick                                  on 2001/03/22  09:02:45
44998         Log: perlio tweaks (reported by Nick Clark)
44999              Line buffer ttys, PerlIOBuf_tell() on unseekable off-by one,
45000              error check in Pendinf_read().
45001      Branch: perlio
45002            ! perlio.c
45003 ____________________________________________________________________________
45004 [  9292] By: gsar                                  on 2001/03/22  07:12:00
45005         Log: integrate changes#8306,8532 from mainline (missing USE_PURE_BISON
45006              fixes)
45007      Branch: maint-5.6/perl
45008           !> embed.h embed.pl objXSUB.h perlapi.c perly.y proto.h toke.c
45009 ____________________________________________________________________________
45010 [  9291] By: jhi                                   on 2001/03/22  06:06:44
45011         Log: Regex tests from Chicheng Zhang.  (Already fixed.)
45012      Branch: perl
45013            ! t/op/re_tests
45014 ____________________________________________________________________________
45015 [  9290] By: jhi                                   on 2001/03/22  05:57:01
45016         Log: Move MacOS Classic higher in the list of supported platforms.
45017      Branch: maint-5.6/perl
45018            ! pod/perlport.pod
45019 ____________________________________________________________________________
45020 [  9289] By: gsar                                  on 2001/03/22  05:35:04
45021         Log: revert part of change#6438 for compatibility (av_reify()
45022              appears to be needed to implement av_splice()ish things
45023              in XS)
45024      Branch: maint-5.6/perl
45025            ! embed.pl global.sym objXSUB.h perlapi.c
45026 ____________________________________________________________________________
45027 [  9288] By: gsar                                  on 2001/03/22  03:09:19
45028         Log: update copyright year
45029      Branch: maint-5.6/perl
45030            ! EXTERN.h INTERN.h README av.c av.h cop.h cv.h deb.c doio.c
45031            ! doop.c dump.c form.h gv.c gv.h handy.h hv.c hv.h mg.c mg.h
45032            ! op.c op.h perl.c perl.h perlio.c perly.y pp.c pp.h pp_ctl.c
45033            ! pp_hot.c pp_sys.c regcomp.c regexec.c run.c scope.c sv.c sv.h
45034            ! toke.c utf8.c utf8.h util.c util.h x2p/EXTERN.h x2p/INTERN.h
45035            ! x2p/a2p.c x2p/a2p.h x2p/a2p.y x2p/a2py.c x2p/hash.c x2p/hash.h
45036            ! x2p/proto.h x2p/str.c x2p/str.h x2p/util.c x2p/util.h
45037            ! x2p/walk.c
45038 ____________________________________________________________________________
45039 [  9287] By: jhi                                   on 2001/03/21  20:30:54
45040         Log: Integrate perlio.
45041      Branch: perl
45042           !> ext/Data/Dumper/Dumper.xs
45043 ____________________________________________________________________________
45044 [  9286] By: gsar                                  on 2001/03/21  19:49:54
45045         Log: makefile.mk tweak
45046      Branch: maint-5.6/perl
45047            ! win32/Makefile win32/makefile.mk
45048 ____________________________________________________________________________
45049 [  9285] By: nick                                  on 2001/03/21  19:07:13
45050         Log: Multiplicity fix for Dumper.
45051      Branch: perlio
45052            ! ext/Data/Dumper/Dumper.xs
45053 ____________________________________________________________________________
45054 [  9284] By: nick                                  on 2001/03/21  19:01:07
45055         Log: Integrate mainline - (does not build xTHX issue in Dumper).
45056      Branch: perlio
45057           !> (integrate 27 files)
45058 ____________________________________________________________________________
45059 [  9283] By: jhi                                   on 2001/03/21  17:17:35
45060         Log: Integrate change #9282 from mainline into maintperl,
45061              4-arg UTF-8 substr().
45062      Branch: maint-5.6/perl
45063           !> pp.c
45064 ____________________________________________________________________________
45065 [  9282] By: jhi                                   on 2001/03/21  17:15:43
45066         Log: The #9270 would have leaked a scalar if pp_substr()
45067              returned early.
45068      Branch: perl
45069            ! pp.c
45070 ____________________________________________________________________________
45071 [  9281] By: gsar                                  on 2001/03/21  17:03:14
45072         Log: makefile.mk defaults to GCC, not BORLAND (as mentioned in README.win32)
45073      Branch: maint-5.6/perl
45074            ! win32/makefile.mk
45075 ____________________________________________________________________________
45076 [  9280] By: gsar                                  on 2001/03/21  17:01:20
45077         Log: some tweaks to change#9278 (fork() emulation should be enabled
45078              by setting BUILD_FLAVOR instead of changing the defaults)
45079      Branch: maint-5.6/perl
45080            ! win32/makefile.mk
45081 ____________________________________________________________________________
45082 [  9279] By: gsar                                  on 2001/03/21  16:47:19
45083         Log: integrate change#9271 from mainline; a tweak to Glob.pm docs
45084      Branch: maint-5.6/perl
45085            ! ext/File/Glob/Glob.pm
45086           !> lib/Cwd.pm
45087 ____________________________________________________________________________
45088 [  9278] By: jhi                                   on 2001/03/21  14:35:10
45089         Log: Subject: [PATCH: 5.6.1-trial3] Borland C++ for Win32 fixes
45090              From: "Vadim Konovalov" <watman@inbox.ru>
45091              Date: Wed, 21 Mar 2001 01:53:51 +0300
45092              Message-ID: <004101c0b190$a749ea20$f7c030d4@vad>
45093      Branch: maint-5.6/perl
45094            ! win32/makefile.mk win32/win32sck.c
45095 ____________________________________________________________________________
45096 [  9277] By: jhi                                   on 2001/03/21  13:58:28
45097         Log: Integrate change #9270 from mainline to maintperl:
45098              continued 4-arg UTF-8 substr() fixing.
45099      Branch: maint-5.6/perl
45100           !> pp.c t/op/substr.t
45101 ____________________________________________________________________________
45102 [  9276] By: jhi                                   on 2001/03/21  13:33:00
45103         Log: More pixie cleaning.
45104      Branch: perl
45105            ! Makefile.SH
45106 ____________________________________________________________________________
45107 [  9275] By: jhi                                   on 2001/03/21  03:54:17
45108         Log: Update Changes.
45109      Branch: perl
45110            ! Changes patchlevel.h
45111 ____________________________________________________________________________
45112 [  9274] By: jhi                                   on 2001/03/21  03:48:24
45113         Log: First stab at making Data::Dumper to grok Unicode.
45114              
45115              TODO: tests, EBCDICify.
45116      Branch: perl
45117            ! ext/Data/Dumper/Dumper.pm ext/Data/Dumper/Dumper.xs
45118 ____________________________________________________________________________
45119 [  9273] By: jhi                                   on 2001/03/21  02:23:00
45120         Log: Fix for
45121              
45122              Subject: Memory leak in unquoted print   
45123              From: Benjamin Sugars <bsugars@canoe.ca> 
45124              Date: Tue, 20 Mar 2001 10:02:56 -0500 (EST)
45125              Message-ID: <Pine.LNX.4.21.0103200958180.1538-100000@marmot.rim.canoe.ca>
45126      Branch: perl
45127            ! perlio.c
45128 ____________________________________________________________________________
45129 [  9272] By: jhi                                   on 2001/03/21  01:33:17
45130         Log: Subject: Re: [PATCH] POSIX::getcwd()
45131              From: Benjamin Sugars <bsugars@canoe.ca> 
45132              Date: Mon, 19 Mar 2001 15:07:03 -0500 (EST)
45133              Message-ID: <Pine.LNX.4.21.0103191454500.1820-100000@marmot.rim.canoe.ca>      
45134      Branch: perl
45135            ! ext/POSIX/POSIX.pm ext/POSIX/POSIX.xs
45136 ____________________________________________________________________________
45137 [  9271] By: jhi                                   on 2001/03/21  01:22:52
45138         Log: Subject: [PATCH] Cwd.pm docs
45139              From: Benjamin Sugars <bsugars@canoe.ca>
45140              Date: Tue, 20 Mar 2001 15:33:32 -0500 (EST)
45141              Message-ID: <Pine.LNX.4.21.0103201516550.7893-100000@marmot.rim.canoe.ca>
45142      Branch: perl
45143            ! lib/Cwd.pm
45144 ____________________________________________________________________________
45145 [  9270] By: jhi                                   on 2001/03/21  01:16:29
45146         Log: Continue 4-arg substr() UTF-8 fixage.
45147      Branch: perl
45148            ! pp.c t/op/substr.t
45149 ____________________________________________________________________________
45150 [  9269] By: jhi                                   on 2001/03/21  00:46:14
45151         Log: Integrate changes #9262,9264,9265,9266 from maintperl to mainline.
45152              
45153              revert the leak fix in change#9142 (problem needs a more experimental
45154              fix unsuitable for 5.6.1)
45155              
45156              do alphabetical sorting by default (for csh compatibility)
45157              
45158              cut-n-paste goof in change#9264
45159              
45160              VMS piping fixes (from Charles Lane)
45161      Branch: perl
45162           !> ext/File/Glob/Changes ext/File/Glob/Glob.pm
45163           !> ext/File/Glob/Glob.xs ext/File/Glob/bsd_glob.c
45164           !> ext/File/Glob/bsd_glob.h scope.c vms/vms.c vms/vmspipe.com
45165 ____________________________________________________________________________
45166 [  9268] By: jhi                                   on 2001/03/21  00:37:04
45167         Log: Integrate perlio.
45168      Branch: perl
45169           !> embed.pl lib/utf8.pm op.c regcomp.c regexec.c sv.c toke.c
45170           !> utf8.c utf8.h utfebcdic.h
45171 ____________________________________________________________________________
45172 [  9267] By: nick                                  on 2001/03/20  20:04:39
45173         Log: More EBCDIC stuff:
45174              - Loose the extra level of function on ASCII.
45175              - spotted a chr(0) issue in sv.c
45176              - re-work of UTF-X tr/// ranges to work in Unicode
45177              space. Still issues with the "0xff is illegal UTF-8" hack.
45178              - Yet another ad. hoc. utf8 'upgrade' in op.c recoded
45179              (why do it once when you can do it all over the place :-(
45180              - Enable HINTS_UTF8 on EBCDIC - then ignore it in toke.c,
45181              need utf8.pm for swashes.
45182              - Simplified and commented scan_const() in toke.c
45183              Still something wrong regexp and tr (swashes?).
45184      Branch: perlio
45185            ! embed.pl lib/utf8.pm op.c regcomp.c regexec.c sv.c toke.c
45186            ! utf8.c utf8.h utfebcdic.h
45187 ____________________________________________________________________________
45188 [  9266] By: gsar                                  on 2001/03/20  19:16:43
45189         Log: VMS piping fixes (from Charles Lane)
45190      Branch: maint-5.6/perl
45191            ! vms/vms.c vms/vmspipe.com
45192 ____________________________________________________________________________
45193 [  9265] By: gsar                                  on 2001/03/20  17:53:52
45194         Log: cut-n-paste goof in change#9264
45195      Branch: maint-5.6/perl
45196            ! ext/File/Glob/Glob.xs
45197 ____________________________________________________________________________
45198 [  9264] By: gsar                                  on 2001/03/20  17:43:47
45199         Log: do alphabetical sorting by default (for csh compatibility);
45200              bsd_glob() does ASCII sort by default as usual, unless
45201              GLOB_ALPHASORT was specified
45202      Branch: maint-5.6/perl
45203            ! ext/File/Glob/Changes ext/File/Glob/Glob.pm
45204            ! ext/File/Glob/Glob.xs ext/File/Glob/bsd_glob.c
45205            ! ext/File/Glob/bsd_glob.h
45206 ____________________________________________________________________________
45207 [  9263] By: gsar                                  on 2001/03/20  16:40:08
45208         Log: integrate change#9255 from mainline (unicode fix)
45209              
45210              substr($bytestr, i, n, $charstr)
45211      Branch: maint-5.6/perl
45212           !> Todo-5.6 pp.c t/op/substr.t
45213 ____________________________________________________________________________
45214 [  9262] By: gsar                                  on 2001/03/20  15:57:41
45215         Log: revert the leak fix in change#9142 (problem needs a more experimental
45216              fix unsuitable for 5.6.1)
45217      Branch: maint-5.6/perl
45218            ! scope.c
45219 ____________________________________________________________________________
45220 [  9261] By: jhi                                   on 2001/03/20  14:26:25
45221         Log: Integrate changes #9259,9260 from maintperl into mainline.
45222              
45223              Subject: [MacPerl-Porters] [PATCH] POSIX, File::Path (Mac OS) for 5.6.1 and 5.7
45224              
45225              Subject: [PATCH perl-5.6.1-TRIAL3/run.c] printf warning
45226      Branch: perl
45227           !> ext/POSIX/POSIX.xs lib/File/Path.pm run.c
45228 ____________________________________________________________________________
45229 [  9260] By: jhi                                   on 2001/03/20  14:05:46
45230         Log: Subject: [PATCH perl-5.6.1-TRIAL3/run.c] printf warning
45231              From: Robin Barker <rmb1@cise.npl.co.uk>
45232              Date: Tue, 20 Mar 2001 10:12:04 GMT
45233              Message-Id: <200103201012.KAA04738@tempest.npl.co.uk>
45234      Branch: maint-5.6/perl
45235            ! run.c
45236 ____________________________________________________________________________
45237 [  9259] By: jhi                                   on 2001/03/20  14:04:39
45238         Log: Subject: [MacPerl-Porters] [PATCH] POSIX, File::Path (Mac OS) for 5.6.1 and 5.7
45239              From: Chris Nandor <pudge@pobox.com>
45240              Date: Tue, 20 Mar 2001 00:40:56 -0500
45241              Message-Id: <p05010401b6dc9d57a62d@[10.0.1.107]>
45242      Branch: maint-5.6/perl
45243            ! ext/POSIX/POSIX.xs lib/File/Path.pm
45244 ____________________________________________________________________________
45245 [  9258] By: jhi                                   on 2001/03/20  05:09:34
45246         Log: Update Changes.
45247      Branch: perl
45248            ! Changes patchlevel.h
45249 ____________________________________________________________________________
45250 [  9257] By: jhi                                   on 2001/03/20  05:04:25
45251         Log: tr/// UTF-8 tests for Inaba Hiroto's latest patches.
45252      Branch: perl
45253            ! t/op/tr.t
45254 ____________________________________________________________________________
45255 [  9256] By: jhi                                   on 2001/03/20  04:43:12
45256         Log: Subject: [PATCH: 5.6.1-trial3] test fixes and installation cleanliness for OS/390
45257              From: Peter Prymmer <pvhp@forte.com>
45258              Date: Mon, 19 Mar 2001 16:43:13 -0800 (PST)
45259              Message-ID: <Pine.OSF.4.10.10103191627310.162127-100000@aspara.forte.com>
45260      Branch: maint-5.6/perl
45261            ! installperl t/comp/proto.t t/comp/require.t t/op/regmesg.t
45262 ____________________________________________________________________________
45263 [  9255] By: jhi                                   on 2001/03/19  23:17:17
45264         Log: substr($bytestr, i, n, $charstr)
45265              
45266              TODO: we are still broken if $bytestr needs UTF-8 upgrading.
45267      Branch: perl
45268            ! Todo-5.6 pp.c t/op/substr.t
45269 ____________________________________________________________________________
45270 [  9254] By: jhi                                   on 2001/03/19  22:25:09
45271         Log: Rearrange the make test target prerequisites so that
45272              in a parallel make 'all' is finished before 'test'.
45273      Branch: perl
45274            ! Makefile.SH
45275 ____________________________________________________________________________
45276 [  9253] By: jhi                                   on 2001/03/19  21:48:07
45277         Log: Subject: PATCH: cosmetic tweak in pp_ctl.c
45278              From: Robin Houston <robin@kitsite.com>
45279              Date: Mon, 19 Mar 2001 15:48:41 +0000
45280              Message-ID: <20010319154841.A28174@puffinry.freeserve.co.uk>
45281      Branch: perl
45282            ! pp_ctl.c
45283 ____________________________________________________________________________
45284 [  9252] By: jhi                                   on 2001/03/19  21:42:27
45285         Log: Integrate perlio.
45286      Branch: perl
45287           !> doop.c perly.c perly.y sv.c t/camel-III/vstring.t t/op/each.t
45288           !> t/op/length.t t/op/pack.t t/op/ver.t toke.c utf8.c utf8.h
45289           !> utfebcdic.h vms/perly_c.vms
45290 ____________________________________________________________________________
45291 [  9251] By: jhi                                   on 2001/03/19  21:31:28
45292         Log: Integrate changes #9244,9247,9250 from maintperl into mainline.
45293              
45294              Dynaloading in 64-bit AIX with vac.
45295      Branch: perl
45296           !> ext/DynaLoader/dl_aix.xs ext/DynaLoader/hints/aix.pl
45297           !> hints/aix.sh
45298 ____________________________________________________________________________
45299 [  9250] By: jhi                                   on 2001/03/19  21:18:00
45300         Log: A more robust solution for the 64bitall AIX dynaloading
45301              problem, from Jens-Uwe Mager.
45302      Branch: maint-5.6/perl
45303            ! ext/DynaLoader/dl_aix.xs ext/DynaLoader/hints/aix.pl
45304 ____________________________________________________________________________
45305 [  9249] By: nick                                  on 2001/03/19  20:59:37
45306         Log: Integrate mainline.
45307      Branch: perlio
45308           !> (integrate 42 files)
45309 ____________________________________________________________________________
45310 [  9248] By: nick                                  on 2001/03/19  20:22:07
45311         Log: Tweak to perly.y to allow -DDEBUGGING to compile on OS390.
45312              (Building on OS390 uses native YACC and YYDEBUG has other
45313              side effects.)
45314      Branch: perlio
45315            ! perly.c perly.y vms/perly_c.vms
45316 ____________________________________________________________________________
45317 [  9247] By: jhi                                   on 2001/03/19  19:59:53
45318         Log: 64-bit AIX dynaloading problem (see #9244) idea
45319              from Jens-Uwe Mager.
45320      Branch: maint-5.6/perl
45321            ! ext/DynaLoader/dl_aix.xs
45322 ____________________________________________________________________________
45323 [  9246] By: nick                                  on 2001/03/19  19:27:57
45324         Log: More EBCDIC fixes.
45325      Branch: perlio
45326            ! doop.c sv.c t/camel-III/vstring.t t/op/each.t t/op/length.t
45327            ! t/op/pack.t t/op/ver.t toke.c utf8.c utf8.h utfebcdic.h
45328 ____________________________________________________________________________
45329 [  9245] By: jhi                                   on 2001/03/19  19:05:19
45330         Log: Integrate change #9243 from mainline into maintperl.
45331              
45332              Subject: [PATCH perl-5.6.1-TRIAL3/README.vmesa] bad =item paragraphs
45333      Branch: maint-5.6/perl
45334           !> README.vmesa
45335 ____________________________________________________________________________
45336 [  9244] By: jhi                                   on 2001/03/19  19:03:15
45337         Log: Get 64bitall AIX building, but still does not test okay:
45338              dynaloading anything fails, for example for op/defins:
45339              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
45340              (update: fixed by #9247,9250)
45341      Branch: maint-5.6/perl
45342            ! hints/aix.sh
45343 ____________________________________________________________________________
45344 [  9243] By: jhi                                   on 2001/03/19  19:00:16
45345         Log: Subject: [PATCH perl-5.6.1-TRIAL3/README.vmesa] bad =item paragraphs
45346              From: Robin Barker <rmb1@cise.npl.co.uk>
45347              Date: Mon, 19 Mar 2001 18:01:57 GMT
45348              Message-Id: <200103191801.SAA01072@tempest.npl.co.uk>
45349      Branch: perl
45350            ! README.vmesa
45351 ____________________________________________________________________________
45352 [  9242] By: jhi                                   on 2001/03/19  18:58:43
45353         Log: UTF-8 tr/// battle continues, ammunition from Inaba Hiroto.
45354              
45355              TODO: tests.
45356      Branch: perl
45357            ! doop.c op.c
45358 ____________________________________________________________________________
45359 [  9241] By: gsar                                  on 2001/03/19  17:34:46
45360         Log: VMSify tests (from Charles Lane)
45361      Branch: maint-5.6/perl
45362            ! t/lib/filehand.t t/lib/texttabs.t
45363 ____________________________________________________________________________
45364 [  9240] By: jhi                                   on 2001/03/19  14:24:26
45365         Log: Integrate change #9233 from maintperl into mainline.
45366              
45367              some refcounts were incorrect in perl_clone()
45368      Branch: perl
45369           !> sv.c
45370 ____________________________________________________________________________
45371 [  9239] By: gsar                                  on 2001/03/19  09:23:17
45372         Log: this is 5.6.1-trial3
45373      Branch: maint-5.6/perl
45374            ! Changes
45375 ____________________________________________________________________________
45376 [  9238] By: gsar                                  on 2001/03/19  08:47:04
45377         Log: some new symbols are only available under ithreads
45378      Branch: maint-5.6/perl
45379            ! makedef.pl
45380 ____________________________________________________________________________
45381 [  9237] By: gsar                                  on 2001/03/19  08:42:28
45382         Log: update patchlevel.h, Changes, &c.
45383      Branch: maint-5.6/perl
45384            ! Changes patchlevel.h pod/perlhist.pod
45385           !> AUTHORS
45386 ____________________________________________________________________________
45387 [  9236] By: gsar                                  on 2001/03/19  08:17:49
45388         Log: integrate changes#8068,8717 from mainline
45389              
45390              [PATCH 5.7.0@8047] RE: [ID 20001013.009] DB_File issues warning when setting element to    undef
45391              
45392              [PATCH CPAN 1.59_51] warning message (not!)
45393      Branch: maint-5.6/perl
45394           !> ext/GDBM_File/GDBM_File.pm ext/GDBM_File/typemap
45395           !> ext/NDBM_File/NDBM_File.pm ext/NDBM_File/typemap
45396           !> ext/ODBM_File/ODBM_File.pm ext/ODBM_File/typemap
45397           !> ext/SDBM_File/SDBM_File.pm ext/SDBM_File/typemap lib/CPAN.pm
45398           !> t/lib/gdbm.t t/lib/ndbm.t t/lib/odbm.t t/lib/sdbm.t
45399 ____________________________________________________________________________
45400 [  9235] By: gsar                                  on 2001/03/19  08:07:09
45401         Log: integrate changes#8617,8713,8715,8716,8721,8953,8963 from mainline
45402              
45403              [PATCH] Add missing CV flags to dump.c
45404              
45405              Re: [patch] Re: PL_ptr_table
45406              
45407              Fixup non-ithread build after 8713
45408              
45409              Generated files form 8713 etc.
45410              
45411              Correct the correction :-(
45412              
45413              Documenting coderef @INC (Re: CPAN "make this script work" feature)
45414              
45415              Subject: Re: sync sync sync: have I missed any patches?
45416              Replace djSP with dSP.
45417      Branch: maint-5.6/perl
45418           !> cop.h doio.c doop.c dump.c embed.h embed.pl ext/B/B/C.pm
45419           !> ext/B/B/CC.pm global.sym objXSUB.h perl.c perlapi.c
45420           !> pod/perlhack.pod pp.c pp.h pp_ctl.c pp_hot.c pp_sys.c proto.h
45421           !> sv.c sv.h win32/perlhost.h
45422 ____________________________________________________________________________
45423 [  9234] By: gsar                                  on 2001/03/19  07:22:05
45424         Log: revert the change#9090 integrate for now (change looks somewhat
45425              incomplete in that [ha]v_exists() need something similar; lacks
45426              tests; &c.)
45427      Branch: maint-5.6/perl
45428            ! hv.c
45429 ____________________________________________________________________________
45430 [  9233] By: gsar                                  on 2001/03/19  07:10:01
45431         Log: some refcounts were incorrect in perl_clone(); avoid hang in global
45432              destruction when there are unreferenced scalars (SvREFCNT==0)
45433      Branch: maint-5.6/perl
45434            ! sv.c
45435 ____________________________________________________________________________
45436 [  9232] By: jhi                                   on 2001/03/19  05:11:02
45437         Log: Regen api and toc.
45438      Branch: maint-5.6/perl
45439            ! pod/perlapi.pod pod/perltoc.pod
45440 ____________________________________________________________________________
45441 [  9231] By: jhi                                   on 2001/03/19  04:06:03
45442         Log: Integrate changes in #9070,9072,9101 from mainline into maintperl,
45443              add a lost line in pp.c:pp_chop(), update to new op/chop.
45444              
45445              Clarify the description differentiating for and while; inspired by
45446              
45447              Subject: [ID 20010306.004] || != named unary operator
45448              
45449              The $Is_MacOS needs to be declared.
45450      Branch: maint-5.6/perl
45451            ! pp.c t/op/chop.t
45452           !> lib/ExtUtils/Manifest.pm pod/perlop.pod pod/perlsyn.pod
45453 ____________________________________________________________________________
45454 [  9230] By: jhi                                   on 2001/03/19  03:48:16
45455         Log: Integrate changes #7971(perlio),8982,9061,9062,9068,9069,
45456              9079,9083,9089,9090,9091 from mainline to maintperl.
45457              
45458              Quieten some noise in Win32 builds
45459              
45460              Fixes the bugs 20010221.005 and 20010221.008: "the taint checker..."
45461              
45462              The perlretut was still talking about the old \p and \P
45463              definitions.
45464              
45465              More tweakage on the Unicode character class descriptions.
45466              
45467              Subject: Re: [ID 20010305.012] chop() against list assignment returns char chopped from el zero
45468              
45469              Subject: 'no *POSIX' Patch speeding up make on BS2000 
45470              
45471              Subject: [PATCH] perldata.pod here-doc docs
45472              
45473              Add /sbin and /usr/sbin to the list of directories scanned
45474              for setuid programs.  Takes care of bug id 20010309.003.
45475              
45476              Subject: Re: [ID 19990808.001] [PATCH] FETCH triggered on exists()
45477              
45478              In op/stat #35 better to scan all the potential directories
45479              for setuids, not just the first one.
45480      Branch: maint-5.6/perl
45481            ! Makefile.SH
45482           !> doio.c hv.c lib/unicode/mktables.PL makedepend.SH perl.h
45483           !> pod/perldata.pod pod/perlretut.pod pp.c t/op/chop.t
45484           !> t/op/stat.t toke.c win32/win32.h
45485 ____________________________________________________________________________
45486 [  9229] By: jhi                                   on 2001/03/19  02:31:50
45487         Log: Subject: [MacPerl-Porters] [PATCH] Portability fixes for Mac OS / maint-5.6
45488              From: Chris Nandor <pudge@pobox.com>
45489              Date: Sat, 10 Mar 2001 14:22:19 -0500
45490              Message-Id: <p0501042db6cf0a8d0b63@[10.0.1.177]>
45491      Branch: maint-5.6/perl
45492            ! ext/B/defsubs_h.PL ext/DynaLoader/dl_mac.xs
45493            ! ext/Errno/Errno_pm.PL lib/ExtUtils/Manifest.pm perlsfio.h
45494            ! t/lib/b.t t/lib/errno.t
45495 ____________________________________________________________________________
45496 [  9228] By: jhi                                   on 2001/03/19  02:29:59
45497         Log: Integrate changes #9113,9122 from mainline into maintperl.
45498              
45499              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?)
45500      Branch: maint-5.6/perl
45501           !> Configure README.os390 hints/os390.sh
45502 ____________________________________________________________________________
45503 [  9227] By: jhi                                   on 2001/03/19  02:22:35
45504         Log: Integrate #9115,9121,9128,9163,9171,9174,9175 from mainline
45505              into maintperl.
45506              
45507              Subject: Re: [ID 20010305.005] "use integer" doesn't make rand() return integers
45508              
45509              Forgot to check-in the larger part of #9120, duh.
45510              
45511              Subject: Another patch for integer.pm POD 
45512              
45513              h2ph strictness and cleanliness from Kurt Starsinic.
45514              
45515              Borland filename case problem.
45516              
45517              h2ph strictness and cleanliness from Kurt Starsinic.
45518              
45519              Subject: [PATCH] the uncontroversial doc patches
45520      Branch: maint-5.6/perl
45521           +> win32/sncfnmcs.pl
45522           !> MANIFEST README.os2 README.win32 ext/GDBM_File/GDBM_File.pm
45523           !> ext/GDBM_File/GDBM_File.xs lib/integer.pm
45524           !> pod/perl5005delta.pod pod/perldebtut.pod pod/perlfunc.pod
45525           !> pod/perlhack.pod pod/perllexwarn.pod pod/perllocale.pod
45526           !> pod/perllol.pod pod/perlmod.pod pod/perlmodlib.pod
45527           !> pod/perlport.pod pod/perlrun.pod pod/perltoc.pod
45528           !> pod/perlxs.pod pod/perlxstut.pod utils/h2ph.PL
45529 ____________________________________________________________________________
45530 [  9226] By: jhi                                   on 2001/03/19  02:10:21
45531         Log: Integrate changes #9207,9214 from mainline into maintperl.
45532              
45533              podchecker relaxations: =over has an *optional* number after it,
45534              and whitespace in L<> is okay.
45535      Branch: maint-5.6/perl
45536           !> lib/Pod/Checker.pm lib/Pod/ParseUtils.pm pod/perlpod.pod
45537           !> t/pod/poderrs.xr
45538 ____________________________________________________________________________
45539 [  9225] By: jhi                                   on 2001/03/19  02:07:38
45540         Log: Integrate change #9219 from maintperl into mainline.
45541              
45542              remove duplicated tests
45543      Branch: perl
45544           !> t/op/re_tests
45545 ____________________________________________________________________________
45546 [  9224] By: jhi                                   on 2001/03/19  02:06:11
45547         Log: Integrate change #9223 from mainline to maintperl.
45548              
45549              Document -Dmksymlinks.
45550      Branch: maint-5.6/perl
45551           !> INSTALL
45552 ____________________________________________________________________________
45553 [  9223] By: jhi                                   on 2001/03/19  02:01:25
45554         Log: Document -Dmksymlinks.
45555      Branch: perl
45556            ! INSTALL
45557 ____________________________________________________________________________
45558 [  9222] By: jhi                                   on 2001/03/19  01:15:35
45559         Log: The -Dmksymlinks wasn't working for maintperl.
45560      Branch: maint-5.6/perl
45561            ! Configure
45562 ____________________________________________________________________________
45563 [  9221] By: jhi                                   on 2001/03/19  00:49:43
45564         Log: Cleanup pixie residue.
45565      Branch: perl
45566            ! Makefile.SH
45567 ____________________________________________________________________________
45568 [  9220] By: jhi                                   on 2001/03/19  00:44:47
45569         Log: Document the use of pixie/prof; create make targets for it.
45570              
45571              TODO: make t/TEST pixie-aware.
45572      Branch: perl
45573            ! Makefile.SH pod/perlhack.pod
45574 ____________________________________________________________________________
45575 [  9219] By: gsar                                  on 2001/03/19  00:16:55
45576         Log: remove duplicated tests
45577      Branch: maint-5.6/perl
45578            ! t/op/re_tests
45579 ____________________________________________________________________________
45580 [  9218] By: jhi                                   on 2001/03/18  23:59:31
45581         Log: Document Third Degree some more, and also PERL_DESTRUCT_LEVEL.
45582      Branch: perl
45583            ! pod/perlhack.pod pod/perlobj.pod pod/perlrun.pod
45584 ____________________________________________________________________________
45585 [  9217] By: jhi                                   on 2001/03/18  23:25:20
45586         Log: Rewrite the tests section of Makefile to be less redundant
45587              and to allow for more flexible test targets, many recursive
45588              make calls introduced.
45589      Branch: perl
45590            ! Makefile.SH
45591 ____________________________________________________________________________
45592 [  9216] By: jhi                                   on 2001/03/18  22:30:04
45593         Log: Document the use of Third Degree (sparsely).
45594      Branch: perl
45595            ! pod/perlhack.pod t/TEST
45596 ____________________________________________________________________________
45597 [  9215] By: jhi                                   on 2001/03/18  22:10:30
45598         Log: Make targets for testing with Third Degree.
45599      Branch: perl
45600            ! Makefile.SH
45601 ____________________________________________________________________________
45602 [  9214] By: jhi                                   on 2001/03/18  21:08:53
45603         Log: The podchecker relaxations need to mirrored also at the tests.
45604      Branch: perl
45605            ! t/pod/poderrs.xr
45606 ____________________________________________________________________________
45607 [  9213] By: jhi                                   on 2001/03/18  20:56:21
45608         Log: Update Changes.
45609      Branch: perl
45610            ! Changes patchlevel.h
45611 ____________________________________________________________________________
45612 [  9212] By: jhi                                   on 2001/03/18  20:36:59
45613         Log: Looking for config.sh in parent directories isn't
45614              very useful for the toplevel Makefile.
45615      Branch: perl
45616            ! Makefile.SH
45617 ____________________________________________________________________________
45618 [  9211] By: jhi                                   on 2001/03/18  20:33:37
45619         Log: On "make clean" take care of Third Degree droppings.
45620      Branch: perl
45621            ! Makefile.SH
45622 ____________________________________________________________________________
45623 [  9210] By: jhi                                   on 2001/03/18  20:21:34
45624         Log: Add a hook for running the tests under the Third Degree
45625              debugging tool (set $ENV{PERL_3LOG} to non-zero)
45626              
45627              TODO: Document the use of Third Degree.
45628      Branch: perl
45629            ! t/TEST
45630 ____________________________________________________________________________
45631 [  9209] By: jhi                                   on 2001/03/18  20:19:07
45632         Log: Regen toc and api pods.
45633      Branch: perl
45634            ! pod/perlapi.pod pod/perltoc.pod
45635 ____________________________________________________________________________
45636 [  9208] By: jhi                                   on 2001/03/18  20:12:12
45637         Log: Integrate changes #8128,9132 from mainline into maintperl,
45638              Tie::SubstrHash fixes.
45639      Branch: maint-5.6/perl
45640           !> lib/Tie/SubstrHash.pm t/lib/tie-substrhash.t
45641 ____________________________________________________________________________
45642 [  9207] By: jhi                                   on 2001/03/18  20:07:43
45643         Log: podchecker relaxations from Michael Stevens.
45644      Branch: perl
45645            ! lib/Pod/Checker.pm lib/Pod/ParseUtils.pm pod/perlpod.pod
45646 ____________________________________________________________________________
45647 [  9206] By: jhi                                   on 2001/03/18  20:04:24
45648         Log: Retract the changes made at #9176 to Neil's and Ilya's module pods.
45649      Branch: perl
45650            ! lib/Locale/Constants.pm lib/Locale/Country.pm
45651            ! lib/Locale/Currency.pm lib/Locale/Language.pm lib/overload.pm
45652            ! os2/OS2/ExtAttr/ExtAttr.pm os2/OS2/Process/Process.pm
45653 ____________________________________________________________________________
45654 [  9205] By: jhi                                   on 2001/03/18  19:54:45
45655         Log: Integrate changes #9161,9162 from maintperl to mainline.
45656              
45657              clearing of $ENV{PERL_DESTRUCT_LEVEL} interferes with purify
45658              results
45659      Branch: perl
45660           !> t/op/magic.t
45661 ____________________________________________________________________________
45662 [  9204] By: jhi                                   on 2001/03/18  19:37:46
45663         Log: Make perl.third checks more understandable to the builder.
45664      Branch: perl
45665            ! Makefile.SH
45666 ____________________________________________________________________________
45667 [  9203] By: jhi                                   on 2001/03/18  19:20:54
45668         Log: Re-integrate #9138 from maintperl to mainline,
45669              the squelching of the unneeded "Scalars leaked" messages.
45670      Branch: perl
45671           !> t/comp/proto.t t/op/lex_assign.t t/op/local.t t/op/pat.t
45672           !> t/op/regexp.t t/pragma/strict-vars t/pragma/warn/op
45673           !> t/pragma/warn/regcomp t/pragma/warn/toke t/pragma/warnings.t
45674 ____________________________________________________________________________
45675 [  9202] By: jhi                                   on 2001/03/18  18:48:36
45676         Log: More robust and more paranoid perl.third target.
45677      Branch: perl
45678            ! Makefile.SH
45679 ____________________________________________________________________________
45680 [  9201] By: jhi                                   on 2001/03/18  18:39:21
45681         Log: Integrate change #9197 from maintperl to mainline.
45682              
45683              more thorough cleaning of arenas.
45684      Branch: perl
45685           !> embed.pl perl.c proto.h sv.c t/op/sort.t
45686 ____________________________________________________________________________
45687 [  9200] By: jhi                                   on 2001/03/18  18:25:17
45688         Log: Integrate perlio.
45689      Branch: perl
45690           !> doop.c ext/Encode/Encode.pm ext/Encode/Encode.xs
45691           !> ext/Encode/compile lib/utf8.pm pp_ctl.c sv.c t/lib/b.t
45692           !> t/lib/encode.t toke.c universal.c utf8.c
45693 ____________________________________________________________________________
45694 [  9199] By: nick                                  on 2001/03/18  15:23:51
45695         Log: Prefer !UTF8_IS_INVARIANT() over UTF8_IS_CONTINUED() when that
45696              is the sense of the test being done. Avoid some magical 127 and 128 values
45697              by using macros.
45698      Branch: perlio
45699            ! doop.c pp_ctl.c sv.c toke.c
45700 ____________________________________________________________________________
45701 [  9198] By: nick                                  on 2001/03/18  14:18:12
45702         Log: UTF-X encoding invariance for Encode:
45703              - move Encode::utf8_encode to utf8::encode (likewise decode,upgrade,downgrade,valid)
45704              - move the XS code for those to universal.c (so in miniperl)
45705              - add utf8::unicode_to_native and its inverse to allow EBCDIC to work in true unicode.
45706              - change ext/Encode/compile to use above.
45707              - Fix t/lib/encode.t for above
45708              - Teach t/lib/b.t to expect -uutf8
45709              - In utf8.c look for SWASHNEW rather than just utf8:: package to see if
45710              utf8.pm is needed.
45711      Branch: perlio
45712            ! ext/Encode/Encode.pm ext/Encode/Encode.xs ext/Encode/compile
45713            ! lib/utf8.pm t/lib/b.t t/lib/encode.t universal.c utf8.c
45714 ____________________________________________________________________________
45715 [  9197] By: gsar                                  on 2001/03/18  12:15:57
45716         Log: more thorough cleaning of arenas--keep going until no more
45717              SvREFCNT_dec()s occur (this fixes the problem that causes the
45718              pesky "Scalars leaked" warnings)
45719      Branch: maint-5.6/perl
45720            ! embed.pl perl.c proto.h sv.c t/op/sort.t
45721 ____________________________________________________________________________
45722 [  9196] By: nick                                  on 2001/03/18  10:57:29
45723         Log: Fix pragma/utf8.t # 15
45724              - if toke.c is processing a SvUTF8 string then single quoted '...' etc.
45725              are SvUTF8 as well.
45726      Branch: perlio
45727            ! toke.c
45728 ____________________________________________________________________________
45729 [  9195] By: nick                                  on 2001/03/18  09:27:06
45730         Log: Integrate mainline
45731      Branch: perlio
45732           !> MANIFEST Makefile.SH doop.c mg.c op.c op.h t/op/misc.t
45733           !> t/op/pat.t
45734 ____________________________________________________________________________
45735 [  9194] By: jhi                                   on 2001/03/18  05:29:59
45736         Log: Sarathy's clear_pmop patch with Radu Greab's fix,
45737              Hiroto's, Nick Clark's, and Vadim Konovalov's tests.
45738      Branch: perl
45739            ! op.c op.h t/op/misc.t t/op/pat.t
45740 ____________________________________________________________________________
45741 [  9193] By: jhi                                   on 2001/03/18  05:15:06
45742         Log: NI-S' cunning idea of how to de-UTF8 the "\C-broken" submatches.
45743      Branch: perl
45744            ! mg.c t/op/pat.t
45745 ____________________________________________________________________________
45746 [  9192] By: jhi                                   on 2001/03/18  04:22:43
45747         Log: tr/// UTF-8 patches from Inaba Hiroto.
45748      Branch: perl
45749            ! doop.c op.c
45750 ____________________________________________________________________________
45751 [  9191] By: jhi                                   on 2001/03/18  04:21:17
45752         Log: Integrate perlio.
45753      Branch: perl
45754           !> utf8.c utfebcdic.h
45755 ____________________________________________________________________________
45756 [  9190] By: nick                                  on 2001/03/17  20:32:01
45757         Log: Correct #if EBCDIC side typos.
45758              Builds and passes many tests on OS390.
45759      Branch: perlio
45760            ! utf8.c utfebcdic.h
45761 ____________________________________________________________________________
45762 [  9189] By: jhi                                   on 2001/03/17  18:55:49
45763         Log: Add prerequisites for the perl.third target.
45764      Branch: perl
45765            ! Makefile.SH
45766 ____________________________________________________________________________
45767 [  9188] By: jhi                                   on 2001/03/17  18:46:00
45768         Log: Integrate perlio.
45769      Branch: perl
45770           +> utfebcdic.h
45771           !> MANIFEST doop.c perl.h pp.c utf8.c utf8.h
45772 ____________________________________________________________________________
45773 [  9187] By: jhi                                   on 2001/03/17  18:38:47
45774         Log: Add a make rule for perl.third (the Third Degree memory debugging
45775              tool of Tru64 / Digital UNIX / DEC OSF/1, see man third or man atom)
45776      Branch: perl
45777            ! Makefile.SH
45778 ____________________________________________________________________________
45779 [  9186] By: nick                                  on 2001/03/17  18:34:48
45780         Log: MANIFEST addition :-(
45781      Branch: perlio
45782            ! MANIFEST
45783 ____________________________________________________________________________
45784 [  9185] By: nick                                  on 2001/03/17  18:29:50
45785         Log: Infrastructure to use UTF-EBCDIC rather than UTF-8 as the internal
45786              encoding on EBCDIC platforms. This has property that U+0000..U+009F i.e.
45787              a superset of ASCII are invariant under the encoding. This is EBCDIC
45788              friendly as an encoded string can be looked at as being EBCDIC by lexer
45789              sprintf("%d",...) etc. in same manner that a UTF-8 string be considered
45790              ASCII on ASCII machines.
45791              
45792              - re-arrange utf8.h to get ASCII specific vs Unicode generic bits
45793              seperate.
45794              - Add some more macros to comprehend different shift amounts and
45795              possible swizzle in UTF-EBCDIC vs UTF-8. Change utf8.c to use them.
45796              - add utfebcdic.h which provides UTF-EBCDIC versions of the macros,
45797              and conditionally #include it.
45798              
45799              EBCDIC build as yet untested.  ASCII still fails the one test.
45800      Branch: perlio
45801            + utfebcdic.h
45802            ! utf8.c utf8.h
45803 ____________________________________________________________________________
45804 [  9184] By: nick                                  on 2001/03/17  17:44:16
45805         Log: Minor naming change UTF8_IS_ASCII => UTF8_IS_INVARIANT
45806      Branch: perlio
45807            ! doop.c perl.h pp.c utf8.h
45808 ____________________________________________________________________________
45809 [  9183] By: jhi                                   on 2001/03/17  15:55:42
45810         Log: Integrate perlio.
45811      Branch: perl
45812            ! MANIFEST
45813           !> perl.h sv.c t/op/pat.t toke.c utf8.c utf8.h
45814 ____________________________________________________________________________
45815 [  9182] By: nick                                  on 2001/03/17  09:16:06
45816         Log: Allow test to pass even when \C leaves SvUTF8 set by adding 'use bytes'
45817      Branch: perlio
45818            ! t/op/pat.t
45819 ____________________________________________________________________________
45820 [  9181] By: nick                                  on 2001/03/17  09:15:11
45821         Log: Integrate mainline.
45822      Branch: perlio
45823           +> lib/Locale/Constants.pm lib/Locale/Country.pm
45824           +> lib/Locale/Currency.pm lib/Locale/Language.pm t/lib/lc-all.t
45825           +> t/lib/lc-constants.t t/lib/lc-country.t t/lib/lc-currency.t
45826           +> t/lib/lc-language.t t/lib/lc-uk.t win32/sncfnmcs.pl
45827           !> (integrate 83 files)
45828 ____________________________________________________________________________
45829 [  9180] By: nick                                  on 2001/03/16  17:23:21
45830         Log: EBCDIC Fixes.
45831      Branch: perlio
45832            ! perl.h sv.c toke.c utf8.c utf8.h
45833 ____________________________________________________________________________
45834 [  9179] By: jhi                                   on 2001/03/16  14:10:12
45835         Log: Re-apply #9024 as the Storable 1.0.11 (#9069) overwrote
45836              a change needed to work around an AIX compiler bug.
45837      Branch: perl
45838            ! ext/Storable/Storable.xs
45839 ____________________________________________________________________________
45840 [  9178] By: jhi                                   on 2001/03/16  03:19:59
45841         Log: With Damian's approval synchronize damian's modules'
45842              licensing with Perl's standard module licensing.
45843      Branch: perl
45844            ! lib/Filter/Simple.pm lib/Switch.pm lib/Text/Balanced.pod
45845 ____________________________________________________________________________
45846 [  9177] By: jhi                                   on 2001/03/16  03:15:34
45847         Log: Make the Filter::Util:Call files have their own copies
45848              of the Perl standard module licensing, from Paul Marquess.
45849      Branch: perl
45850            ! ext/Filter/Util/Call/Call.pm ext/Filter/Util/Call/Call.xs
45851 ____________________________________________________________________________
45852 [  9176] By: jhi                                   on 2001/03/16  02:56:04
45853         Log: Subject: [PATCH] more pod patches
45854              From: Michael Stevens <michael@etla.org>
45855              Date: Thu, 15 Mar 2001 21:25:18 +0000
45856              Message-ID: <20010315212518.A18870@firedrake.org>
45857      Branch: perl
45858            ! configpm ext/B/B/Bytecode.pm ext/DB_File/DB_File.pm
45859            ! ext/Data/Dumper/Dumper.pm ext/Devel/Peek/Peek.pm
45860            ! ext/Filter/Util/Call/Call.pm ext/IO/lib/IO/Handle.pm
45861            ! ext/IO/lib/IO/Seekable.pm ext/IO/lib/IO/Socket/UNIX.pm
45862            ! ext/IPC/SysV/Msg.pm ext/IPC/SysV/Semaphore.pm
45863            ! ext/IPC/SysV/SysV.pm ext/NDBM_File/NDBM_File.pm
45864            ! ext/ODBM_File/ODBM_File.pm ext/Socket/Socket.pm
45865            ! ext/Storable/Storable.pm ext/Sys/Syslog/Syslog.pm
45866            ! ext/Thread/Thread.pm ext/Thread/Thread/Queue.pm
45867            ! ext/attrs/attrs.pm jpl/JNI/JNI.pm lib/CPAN.pm
45868            ! lib/Class/Struct.pm lib/Dumpvalue.pm lib/ExtUtils/Embed.pm
45869            ! lib/ExtUtils/Installed.pm lib/ExtUtils/MM_Cygwin.pm
45870            ! lib/ExtUtils/MM_OS2.pm lib/ExtUtils/MM_VMS.pm
45871            ! lib/ExtUtils/MM_Win32.pm lib/ExtUtils/Manifest.pm
45872            ! lib/ExtUtils/Mksymlists.pm lib/ExtUtils/Packlist.pm
45873            ! lib/File/Basename.pm lib/File/Spec/VMS.pm
45874            ! lib/File/Spec/Win32.pm lib/FileHandle.pm lib/Filter/Simple.pm
45875            ! lib/Getopt/Long.pm lib/Locale/Constants.pm
45876            ! lib/Locale/Country.pm lib/Locale/Language.pm
45877            ! lib/Term/ANSIColor.pm lib/Test.pm lib/Test/Harness.pm
45878            ! lib/Text/Wrap.pm lib/Tie/Array.pm lib/Tie/Handle.pm
45879            ! lib/Tie/Hash.pm lib/Tie/Scalar.pm lib/User/pwent.pm
45880            ! lib/autouse.pm lib/overload.pm os2/OS2/ExtAttr/ExtAttr.pm
45881            ! os2/OS2/Process/Process.pm
45882 ____________________________________________________________________________
45883 [  9175] By: jhi                                   on 2001/03/16  02:53:32
45884         Log: Subject: [PATCH] the uncontroversial doc patches
45885              From: Michael Stevens <michael@etla.org>
45886              Date: Thu, 15 Mar 2001 20:01:12 +0000
45887              Message-ID: <20010315200112.A7636@firedrake.org>
45888      Branch: perl
45889            ! pod/perl5005delta.pod pod/perldebtut.pod pod/perldelta.pod
45890            ! pod/perlfunc.pod pod/perlhack.pod pod/perllexwarn.pod
45891            ! pod/perllocale.pod pod/perllol.pod pod/perlmod.pod
45892            ! pod/perlmodlib.pod pod/perlport.pod pod/perlrun.pod
45893            ! pod/perltoc.pod pod/perlxs.pod pod/perlxstut.pod
45894 ____________________________________________________________________________
45895 [  9174] By: jhi                                   on 2001/03/16  02:50:49
45896         Log: Subject: [PATCH 5.6.1] ext/GDBM_File GDBM_NOLOCK constant
45897              From: Paul Lindner <lindner@inuus.com>
45898              Date: Fri, 16 Mar 2001 11:28:03 -0800
45899              Message-ID: <20010316112803.A7577@inuus.com>
45900      Branch: perl
45901            ! ext/GDBM_File/GDBM_File.pm ext/GDBM_File/GDBM_File.xs
45902 ____________________________________________________________________________
45903 [  9173] By: nick                                  on 2001/03/15  20:21:03
45904         Log: 1st day's EBCDIC fixes:
45905              - toke.c's parsing of strings needed attention
45906              needed to conditionally e2a if string was already UTF-8
45907              - e2a/a2e tables where wrong way round.
45908              - new macros in utf8.h
45909      Branch: perlio
45910            ! perl.h toke.c utf8.h
45911 ____________________________________________________________________________
45912 [  9172] By: jhi                                   on 2001/03/15  15:17:17
45913         Log: Update Changes.
45914      Branch: perl
45915            ! Changes patchlevel.h
45916 ____________________________________________________________________________
45917 [  9171] By: jhi                                   on 2001/03/15  15:09:32
45918         Log: Subject: Re: Another Borland C++ problem.
45919              From: "Vadim Konovalov" <watman@inbox.ru>
45920              Date: Sat, 10 Mar 2001 19:26:07 +0300
45921              Message-ID: <001601c0a97f$143fcc40$da7b55c2@vad>
45922              
45923              Borland filename case problem.
45924      Branch: perl
45925            + win32/sncfnmcs.pl
45926            ! MANIFEST README.win32
45927 ____________________________________________________________________________
45928 [  9170] By: jhi                                   on 2001/03/15  14:54:23
45929         Log: Add Locale::Codes 1.06, from Neil Bowers.
45930      Branch: perl
45931            + lib/Locale/Constants.pm lib/Locale/Country.pm
45932            + lib/Locale/Currency.pm lib/Locale/Language.pm t/lib/lc-all.t
45933            + t/lib/lc-constants.t t/lib/lc-country.t t/lib/lc-currency.t
45934            + t/lib/lc-language.t t/lib/lc-uk.t
45935            ! MANIFEST
45936 ____________________________________________________________________________
45937 [  9169] By: jhi                                   on 2001/03/15  14:19:01
45938         Log: Upgrade to Storable 1.0.11, from Raphael Manfredi.
45939      Branch: perl
45940            ! ext/Storable/ChangeLog ext/Storable/Storable.pm
45941            ! ext/Storable/Storable.xs
45942 ____________________________________________________________________________
45943 [  9168] By: jhi                                   on 2001/03/15  14:13:22
45944         Log: Integrate changes #9120,9167 from mainline to maintperl.
45945              
45946              Subject: [PATCH 5.6.1] OS/2 docs
45947              
45948              Subject: [PATCH 5.6.1] perldoc
45949      Branch: maint-5.6/perl
45950           !> os2/Changes utils/perldoc.PL
45951 ____________________________________________________________________________
45952 [  9167] By: jhi                                   on 2001/03/15  14:07:42
45953         Log: Subject: [PATCH 5.6.1] perldoc
45954              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
45955              Date: Wed, 14 Mar 2001 23:46:52 -0500
45956              Message-ID: <20010314234652.A7972@math.ohio-state.edu>
45957      Branch: perl
45958            ! utils/perldoc.PL
45959 ____________________________________________________________________________
45960 [  9166] By: jhi                                   on 2001/03/15  13:53:15
45961         Log: sigaction test condition tweakage.
45962      Branch: perl
45963            ! t/lib/sigaction.t
45964 ____________________________________________________________________________
45965 [  9165] By: alanbur                               on 2001/03/15  03:49:17
45966         Log: Resynchronised with parent
45967      Branch: maint-5.6/pureperl
45968           +> os2/os2add.sym t/op/anonsub.t
45969           !> (integrate 72 files)
45970 ____________________________________________________________________________
45971 [  9164] By: jhi                                   on 2001/03/15  01:05:01
45972         Log: Avoid stomping off the beginning of an array in tr///.
45973      Branch: perl
45974            ! op.c
45975 ____________________________________________________________________________
45976 [  9163] By: jhi                                   on 2001/03/15  00:58:57
45977         Log: h2ph strictness and cleanliness from Kurt Starsinic.
45978      Branch: perl
45979            ! utils/h2ph.PL
45980 ____________________________________________________________________________
45981 [  9162] By: gsar                                  on 2001/03/15  00:56:53
45982         Log: avoid warnings
45983      Branch: maint-5.6/perl
45984            ! t/op/magic.t
45985 ____________________________________________________________________________
45986 [  9161] By: gsar                                  on 2001/03/15  00:52:09
45987         Log: clearing of $ENV{PERL_DESTRUCT_LEVEL} interferes with purify
45988              results
45989      Branch: maint-5.6/perl
45990            ! t/op/magic.t
45991 ____________________________________________________________________________
45992 [  9160] By: jhi                                   on 2001/03/14  22:02:10
45993         Log: Do not use the Perl malloc in IRIX, suggested by
45994              Helmus Jarausch.
45995      Branch: perl
45996            ! hints/irix_6.sh
45997 ____________________________________________________________________________
45998 [  9159] By: nick                                  on 2001/03/14  21:45:59
45999         Log: Integrate mainline
46000      Branch: perlio
46001           +> t/op/loopctl.t
46002           !> (integrate 41 files)
46003 ____________________________________________________________________________
46004 [  9158] By: jhi                                   on 2001/03/14  21:10:09
46005         Log: The Day of the Retractions continues: the #9138
46006              (integrated in #9144) doesn't work well in mainline.
46007      Branch: perl
46008            ! t/comp/proto.t t/op/lex_assign.t t/op/local.t t/op/pat.t
46009            ! t/op/regexp.t t/pragma/strict-vars t/pragma/warn/op
46010            ! t/pragma/warn/regcomp t/pragma/warn/toke t/pragma/warnings.t
46011 ____________________________________________________________________________
46012 [  9157] By: jhi                                   on 2001/03/14  20:58:12
46013         Log: The #9145 CANNOT be enabled: the clear_pmop code still
46014              dumps core all over in Tru64.
46015      Branch: perl
46016            ! op.c op.h t/op/pat.t
46017 ____________________________________________________________________________
46018 [  9156] By: jhi                                   on 2001/03/14  20:48:06
46019         Log: Integrate change #9154 from maintperl to mainline.
46020              
46021              PerlIO_stdoutf() wasn't properly supported under PERL_IMPLICIT_SYS
46022              (caused Storable 1.0.10 to break on windows)
46023      Branch: perl
46024           !> embed.h embed.pl global.sym globals.c iperlsys.h objXSUB.h
46025           !> perlapi.c proto.h
46026 ____________________________________________________________________________
46027 [  9155] By: jhi                                   on 2001/03/14  20:23:53
46028         Log: Retract #9136: breaks threading (and binary compatibility).
46029      Branch: perl
46030            ! ext/DynaLoader/dl_aix.xs hints/aix.sh makedef.pl
46031 ____________________________________________________________________________
46032 [  9154] By: gsar                                  on 2001/03/14  17:48:18
46033         Log: PerlIO_stdoutf() wasn't properly supported under PERL_IMPLICIT_SYS
46034              (caused Storable 1.0.10 to break on windows)
46035      Branch: maint-5.6/perl
46036            ! embed.h embed.pl global.sym globals.c iperlsys.h objXSUB.h
46037            ! perlapi.c proto.h
46038 ____________________________________________________________________________
46039 [  9153] By: jhi                                   on 2001/03/14  13:35:21
46040         Log: Tweaked a tweak from H.Merijn Brand on the sigaction test.
46041      Branch: perl
46042            ! t/lib/sigaction.t
46043 ____________________________________________________________________________
46044 [  9152] By: gsar                                  on 2001/03/14  07:29:40
46045         Log: back out changes#9012,9010,9009 and parts of change#9016
46046              (causes ABRs under purify, and some prerequisites don't
46047              seem to be there in 5.6.x)
46048      Branch: maint-5.6/perl
46049            ! doop.c op.c t/op/tr.t toke.c
46050 ____________________________________________________________________________
46051 [  9151] By: gsar                                  on 2001/03/14  07:01:29
46052         Log: reenable change#9145 (the test was busted due to a missing
46053              C<print "ok 27\n">)
46054      Branch: perl
46055            ! op.c op.h t/op/pat.t
46056 ____________________________________________________________________________
46057 [  9150] By: jhi                                   on 2001/03/14  06:38:36
46058         Log: Retract #9145.
46059      Branch: perl
46060            ! op.c op.h t/op/pat.t
46061 ____________________________________________________________________________
46062 [  9149] By: jhi                                   on 2001/03/14  06:14:56
46063         Log: Retract #9143.
46064      Branch: perl
46065            ! op.c
46066 ____________________________________________________________________________
46067 [  9148] By: gsar                                  on 2001/03/14  06:13:02
46068         Log: Uninitialized Memory Read in regexec.c
46069      Branch: perl
46070            ! regexec.c
46071 ____________________________________________________________________________
46072 [  9147] By: jhi                                   on 2001/03/14  04:59:54
46073         Log: Subject: PATCH: make goto work in nested eval ""
46074              From: Robin Houston <robin@kitsite.com>
46075              Date: Wed, 14 Mar 2001 04:16:10 +0000
46076              Message-ID: <20010314041610.A16307@puffinry.freeserve.co.uk>
46077      Branch: perl
46078            ! pp_ctl.c t/op/goto.t
46079 ____________________________________________________________________________
46080 [  9146] By: jhi                                   on 2001/03/14  04:42:54
46081         Log: Preserve the #ifdef PERL_CORE in perly.h.
46082      Branch: perl
46083            ! perly.fixer
46084 ____________________________________________________________________________
46085 [  9145] By: jhi                                   on 2001/03/14  03:57:41
46086         Log: (Retracted by #9150.)
46087      Branch: perl
46088            ! op.c op.h t/op/pat.t
46089 ____________________________________________________________________________
46090 [  9144] By: jhi                                   on 2001/03/14  03:50:38
46091         Log: Integrate changes #9137,9138,9142 from maintperl into mainline.
46092              
46093              fix leak in pregcomp() when RE fails to compile (e.g. m/\\/)
46094              
46095              remove squelch controls for "Scalars leaked" messages in most places
46096              (these are now cured)
46097              
46098              fix another memory leak reported by purify (tie callbacks that
46099              croak can leak when wiping out magic)
46100      Branch: perl
46101           !> regcomp.c scope.c t/comp/proto.t t/op/lex_assign.t
46102           !> t/op/local.t t/op/pat.t t/op/regexp.t t/pragma/strict-vars
46103           !> t/pragma/warn/op t/pragma/warn/regcomp t/pragma/warn/toke
46104           !> t/pragma/warnings.t
46105 ____________________________________________________________________________
46106 [  9143] By: jhi                                   on 2001/03/14  03:37:53
46107         Log: (Retracted by #9149.)
46108      Branch: perl
46109            ! op.c
46110 ____________________________________________________________________________
46111 [  9142] By: gsar                                  on 2001/03/14  03:20:48
46112         Log: fix another memory leak reported by purify (tie callbacks that
46113              croak can leak when wiping out magic)
46114      Branch: maint-5.6/perl
46115            ! scope.c
46116 ____________________________________________________________________________
46117 [  9141] By: jhi                                   on 2001/03/14  02:55:00
46118         Log: Subject: PATCH for [ID 20010305.003]
46119              From: Robin Houston <robin@kitsite.com>
46120              Date: Wed, 14 Mar 2001 02:45:51 +0000
46121              Message-ID: <20010314024551.A16207@puffinry.freeserve.co.uk>
46122      Branch: perl
46123            ! pp_ctl.c t/op/eval.t
46124 ____________________________________________________________________________
46125 [  9140] By: jhi                                   on 2001/03/14  02:41:54
46126         Log: Subject: Re: [ID 20010309.004] my-variables lose values while goto'ing within a for(;;)-loop
46127              Date: Wed, 14 Mar 2001 01:52:51 +0000
46128              From: Robin Houston <robin@kitsite.com>
46129              Message-ID: <20010314015251.B16112@puffinry.freeserve.co.uk>
46130              
46131              Fix for 2000313.004.
46132      Branch: perl
46133            ! pp_ctl.c t/op/goto.t
46134 ____________________________________________________________________________
46135 [  9139] By: jhi                                   on 2001/03/14  02:40:50
46136         Log: Subject: Re: [ID 20010309.004] my-variables lose values while goto'ing within a for(;;)-loop
46137              From: Robin Houston <robin@kitsite.com>
46138              Date: Wed, 14 Mar 2001 00:43:45 +0000
46139              Message-ID: <20010314004345.A15892@puffinry.freeserve.co.uk>
46140      Branch: perl
46141            + t/op/loopctl.t
46142            ! AUTHORS MANIFEST perly.c perly.y perly_c.diff t/op/goto.t
46143            ! vms/perly_c.vms
46144 ____________________________________________________________________________
46145 [  9138] By: gsar                                  on 2001/03/14  01:18:00
46146         Log: remove squelch controls for "Scalars leaked" messages in most places
46147              (these are now cured)
46148      Branch: maint-5.6/perl
46149            ! t/comp/proto.t t/op/lex_assign.t t/op/local.t t/op/pat.t
46150            ! t/op/regexp.t t/pragma/strict-vars t/pragma/warn/op
46151            ! t/pragma/warn/regcomp t/pragma/warn/toke t/pragma/warnings.t
46152 ____________________________________________________________________________
46153 [  9137] By: gsar                                  on 2001/03/14  00:57:04
46154         Log: fix leak in pregcomp() when RE fails to compile (e.g. m/\\/)
46155      Branch: maint-5.6/perl
46156            ! regcomp.c
46157 ____________________________________________________________________________
46158 [  9136] By: jhi                                   on 2001/03/13  23:12:24
46159         Log: (Retracted by #9155)
46160              
46161              Subject: Re: [gsar@ActiveState.com: v5.6.1 trial2 is available]
46162              From: Jens-Uwe Mager <jum@helios.de>
46163              Date: Wed, 21 Feb 2001 21:32:04 +0100
46164              Message-ID: <20010221213203.A18340@ans.helios.de>
46165      Branch: perl
46166            ! ext/DynaLoader/dl_aix.xs hints/aix.sh makedef.pl
46167 ____________________________________________________________________________
46168 [  9135] By: jhi                                   on 2001/03/13  22:50:05
46169         Log: Integrate perlio.
46170      Branch: perl
46171           !> pp.c
46172 ____________________________________________________________________________
46173 [  9134] By: jhi                                   on 2001/03/13  22:49:05
46174         Log: Integrate change #9131 from maintperl into mainline.
46175              
46176              make the error text look more consistent in hints/hpux.sh
46177      Branch: perl
46178           !> hints/hpux.sh
46179 ____________________________________________________________________________
46180 [  9133] By: gsar                                  on 2001/03/13  22:46:20
46181         Log: integrate change#9067 from mainline
46182              
46183              Re: [PATCH: 5.6.1 trial2] DynaLoading for OS/390 build option
46184      Branch: maint-5.6/perl
46185           !> lib/ExtUtils/MM_Unix.pm
46186 ____________________________________________________________________________
46187 [  9132] By: jhi                                   on 2001/03/13  22:41:21
46188         Log: Subject:  Re: [ID 20010309.004] my-variables lose values while goto'ing within a for(;;)-loop
46189              From: "John P. Linderman" <jpl@research.att.com>
46190              Date: Tue, 13 Mar 2001 12:36:32 -0500 (EST)
46191              Message-Id: <200103131736.MAA35615@raptor.research.att.com>
46192              
46193              A more correct prime finder.
46194      Branch: perl
46195            ! lib/Tie/SubstrHash.pm
46196 ____________________________________________________________________________
46197 [  9131] By: gsar                                  on 2001/03/13  22:30:42
46198         Log: make the error text look more consistent in hints/hpux.sh
46199      Branch: maint-5.6/perl
46200            ! hints/hpux.sh
46201 ____________________________________________________________________________
46202 [  9130] By: jhi                                   on 2001/03/13  22:23:44
46203         Log: Subject: Re: 9122 and sigaction/switch on HP-UX 11.00
46204              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
46205              Date: Tue, 13 Mar 2001 18:41:26 +0100
46206              Message-Id: <20010313184043.BFFC.H.M.BRAND@hccnet.nl>
46207              
46208              If the test is run non-interactively the default handler
46209              is different.
46210      Branch: perl
46211            ! t/lib/sigaction.t
46212 ____________________________________________________________________________
46213 [  9129] By: jhi                                   on 2001/03/13  22:20:21
46214         Log: Subject:  [PATCH perl@9125] t/lib/1_compile.t  VMS mod
46215              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
46216              Message-Id: <010313164414.d1225@DUPHY4.Physics.Drexel.Edu>
46217              Date:     Tue, 13 Mar 2001 16:44:32 EST
46218      Branch: perl
46219            ! t/lib/1_compile.t
46220 ____________________________________________________________________________
46221 [  9128] By: jhi                                   on 2001/03/13  22:18:34
46222         Log: Subject: Another patch for integer.pm POD 
46223              From: "John L. Allen" <allen@grumman.com>
46224              Date: Tue, 13 Mar 2001 16:14:02 -0500 (EST)
46225              Message-ID: <Pine.SOL.3.91.1010313160755.1630A-100000@gateway.grumman.com>
46226      Branch: perl
46227            ! lib/integer.pm
46228 ____________________________________________________________________________
46229 [  9127] By: nick                                  on 2001/03/13  21:26:30
46230         Log: Integrate mainline.
46231      Branch: perlio
46232           +> lib/Switch.pm lib/Text/Balanced.pm lib/Text/Balanced.pod
46233           +> t/lib/switch.t t/lib/tb-genxt.t t/lib/tb-xbrak.t
46234           +> t/lib/tb-xcode.t t/lib/tb-xdeli.t t/lib/tb-xmult.t
46235           +> t/lib/tb-xquot.t t/lib/tb-xtagg.t t/lib/tb-xvari.t
46236           !> Changes Configure MANIFEST README.os2 README.os390
46237           !> ext/re/Makefile.PL hints/aix.sh hints/os390.sh lib/integer.pm
46238           !> os2/Changes patchlevel.h win32/perlhost.h
46239 ____________________________________________________________________________
46240 [  9126] By: nick                                  on 2001/03/13  20:39:51
46241         Log: #ifdef'ed out code to make packed side of pack/unpack
46242              octets. (i.e. pack('U') => encode_utf8).
46243      Branch: perlio
46244            ! pp.c
46245 ____________________________________________________________________________
46246 [  9125] By: jhi                                   on 2001/03/13  15:07:16
46247         Log: Update Changes.
46248      Branch: perl
46249            ! Changes patchlevel.h
46250 ____________________________________________________________________________
46251 [  9124] By: jhi                                   on 2001/03/13  14:22:45
46252         Log: Workaround for the buggy ("internal compiler error")
46253              AIX C compiler 5.0.1.0: skip the optimization for regcomp.c
46254              (and ext/re/re_comp.c).  The MakeMaker dark magic courtesy
46255              of Andreas König.
46256      Branch: perl
46257            ! ext/re/Makefile.PL hints/aix.sh
46258 ____________________________________________________________________________
46259 [  9123] By: jhi                                   on 2001/03/13  03:24:34
46260         Log: Typo in #9114.
46261      Branch: metaconfig
46262            ! U/modified/myhostname.U
46263 ____________________________________________________________________________
46264 [  9122] By: jhi                                   on 2001/03/13  03:24:06
46265         Log: Typo in #9113.
46266      Branch: perl
46267            ! Configure
46268 ____________________________________________________________________________
46269 [  9121] By: jhi                                   on 2001/03/13  01:53:05
46270         Log: Forgot to check-in the larger part of #9120, duh.
46271      Branch: perl
46272            ! README.os2
46273 ____________________________________________________________________________
46274 [  9120] By: jhi                                   on 2001/03/13  01:51:31
46275         Log: Subject: [PATCH 5.6.1] OS/2 docs
46276              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
46277              Date: Mon, 12 Mar 2001 03:27:32 -0500
46278              Message-ID: <20010312032732.A19283@math.ohio-state.edu>
46279      Branch: perl
46280            ! os2/Changes
46281 ____________________________________________________________________________
46282 [  9119] By: jhi                                   on 2001/03/13  01:49:41
46283         Log: Integrate change #9116 from maintperl into mainline.
46284              
46285              Win32::GetCwd() returns C: instead of C:\ in the root directory
46286              under ithreads
46287      Branch: perl
46288           !> win32/perlhost.h
46289 ____________________________________________________________________________
46290 [  9118] By: jhi                                   on 2001/03/13  01:13:39
46291         Log: Add Switch 2.01, resort MANIFEST (forgot that in #9117)
46292      Branch: perl
46293            + lib/Switch.pm t/lib/switch.t
46294            ! MANIFEST
46295 ____________________________________________________________________________
46296 [  9117] By: jhi                                   on 2001/03/13  01:03:17
46297         Log: Add Text::Balanced 1.83.
46298      Branch: perl
46299            + lib/Text/Balanced.pm lib/Text/Balanced.pod t/lib/tb-genxt.t
46300            + t/lib/tb-xbrak.t t/lib/tb-xcode.t t/lib/tb-xdeli.t
46301            + t/lib/tb-xmult.t t/lib/tb-xquot.t t/lib/tb-xtagg.t
46302            + t/lib/tb-xvari.t
46303            ! MANIFEST
46304 ____________________________________________________________________________
46305 [  9116] By: gsar                                  on 2001/03/13  00:55:53
46306         Log: Win32::GetCwd() returns C: instead of C:\ in the root directory
46307              under ithreads
46308      Branch: maint-5.6/perl
46309            ! win32/perlhost.h
46310 ____________________________________________________________________________
46311 [  9115] By: jhi                                   on 2001/03/13  00:54:09
46312         Log: Subject: Re: [ID 20010305.005] "use integer" doesn't make rand() return integers
46313              From: "John L. Allen" <allen@grumman.com>
46314              Date: Tue, 6 Mar 2001 10:50:51 -0500 (EST)
46315              Message-ID: <Pine.SOL.3.91.1010306103113.9094A-100000@gateway.grumman.com>
46316              
46317              use integer document clarification.
46318      Branch: perl
46319            ! lib/integer.pm
46320 ____________________________________________________________________________
46321 [  9114] By: jhi                                   on 2001/03/13  00:38:54
46322         Log: Metaconfig unit change for #9113.
46323      Branch: metaconfig
46324            ! U/modified/myhostname.U
46325 ____________________________________________________________________________
46326 [  9113] By: jhi                                   on 2001/03/13  00:38:35
46327         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?)
46328              From: Peter Prymmer <pvhp@forte.com>
46329              Date: Mon, 12 Mar 2001 16:25:56 -0800 (PST)
46330              Message-ID: <Pine.OSF.4.10.10103121619020.180841-100000@aspara.forte.com>
46331      Branch: perl
46332            ! Configure README.os390 hints/os390.sh
46333 ____________________________________________________________________________
46334 [  9112] By: jhi                                   on 2001/03/13  00:29:00
46335         Log: Integrate perlio.
46336      Branch: perl
46337           !> sv.c utf8.h
46338 ____________________________________________________________________________
46339 [  9111] By: nick                                  on 2001/03/12  21:16:33
46340         Log: Integrate mainline.
46341      Branch: perlio
46342           +> t/op/anonsub.t
46343           !> MANIFEST embed.h embed.pl op.c op.h pod/perlapi.pod pp_ctl.c
46344           !> proto.h sv.c
46345 ____________________________________________________________________________
46346 [  9110] By: nick                                  on 2001/03/12  21:00:13
46347         Log: #ifdef'ed out code for 'USE_BYTES_DOWNGRADES' case.
46348      Branch: perlio
46349            ! sv.c utf8.h
46350 ____________________________________________________________________________
46351 [  9109] By: jhi                                   on 2001/03/12  16:04:47
46352         Log: Integrate change #9108 from maintperl to mainline.
46353              
46354              fix memory leak in C<sub X { sub {} }> arising from a refcount
46355              loop between the outer sub and the inner prototype anonsub
46356              
46357              this also enables closures returned by subroutines that
46358              subsequently get redefined to work without generating coredumps :)
46359              
46360              completely removed the free_closures() hack--it shouldn't be
46361              needed anymore
46362      Branch: perl
46363           +> t/op/anonsub.t
46364           !> MANIFEST embed.h embed.pl op.c op.h pod/perlapi.pod pp_ctl.c
46365           !> proto.h sv.c
46366 ____________________________________________________________________________
46367 [  9108] By: gsar                                  on 2001/03/12  10:21:31
46368         Log: fix memory leak in C<sub X { sub {} }> arising from a refcount
46369              loop between the outer sub and the inner prototype anonsub
46370              
46371              this also enables closures returned by subroutines that
46372              subsequently get redefined to work without generating coredumps :)
46373              
46374              completely removed the free_closures() hack--it shouldn't be
46375              needed anymore
46376      Branch: maint-5.6/perl
46377            + t/op/anonsub.t
46378            ! MANIFEST embed.h embed.pl op.c op.h pod/perlapi.pod pp_ctl.c
46379            ! proto.h sv.c
46380 ____________________________________________________________________________
46381 [  9107] By: jhi                                   on 2001/03/12  05:15:31
46382         Log: Integrate perlio.
46383      Branch: perl
46384           !> ext/Encode/Encode.xs makedef.pl regcomp.c sv.c toke.c utf8.c
46385 ____________________________________________________________________________
46386 [  9106] By: nick                                  on 2001/03/11  20:10:12
46387         Log: regcomp.c is working in native space, not Unicode space (if different)
46388              as it is doing compare against 'W' in \W etc.
46389      Branch: perlio
46390            ! regcomp.c
46391 ____________________________________________________________________________
46392 [  9105] By: nick                                  on 2001/03/11  19:39:34
46393         Log: Audit #ifdef EBCDIC and #ifndef ASCIIish, replace latter with former.
46394              Use ASCII_TO_NATIVE and NATIVE_TO_ASCII to avoid some #ifs.
46395      Branch: perlio
46396            ! regcomp.c toke.c utf8.c
46397 ____________________________________________________________________________
46398 [  9104] By: nick                                  on 2001/03/11  18:15:44
46399         Log: Put utf8_downgrade in CRIPPLED_CC versions of SvPVbyte* before I forget.
46400      Branch: perlio
46401            ! sv.c
46402 ____________________________________________________________________________
46403 [  9103] By: nick                                  on 2001/03/11  18:03:28
46404         Log: Integrate mainline (for regexp stuff).
46405      Branch: perlio
46406           !> ext/B/defsubs_h.PL ext/DynaLoader/dl_mac.xs
46407           !> ext/Encode/Encode.xs ext/Errno/Errno_pm.PL
46408           !> lib/ExtUtils/Manifest.pm regcomp.c regexec.c t/lib/b.t
46409           !> t/lib/errno.t t/op/pat.t
46410 ____________________________________________________________________________
46411 [  9102] By: nick                                  on 2001/03/11  17:44:20
46412         Log: USE_SFIO issues as observed by Chris Nandor <pudge@pobox.com>
46413              - exclude layer syms in makedef.pl for sfio
46414              - also inhibit Encode from trying to build ":encode()" layer.
46415      Branch: perlio
46416            ! ext/Encode/Encode.xs makedef.pl
46417 ____________________________________________________________________________
46418 [  9101] By: jhi                                   on 2001/03/10  22:38:13
46419         Log: The $Is_MacOS needs to be declared.
46420      Branch: perl
46421            ! lib/ExtUtils/Manifest.pm
46422 ____________________________________________________________________________
46423 [  9100] By: jhi                                   on 2001/03/10  22:14:29
46424         Log: Use #if defined(USE_PERLIO) && !defined(USE_SFIO) instead of just
46425              #ifdef USE_PERLIO in Encode.xs so that the perlio symbols don't
46426              pollute the symbolspace if using sfio.
46427      Branch: perl
46428            ! ext/Encode/Encode.xs
46429 ____________________________________________________________________________
46430 [  9099] By: jhi                                   on 2001/03/10  21:58:48
46431         Log: Subject: [PATCH] Portability fixes for Mac OS / bleadperl
46432              Date: Sat, 10 Mar 2001 14:23:55 -0500
46433              From: Chris Nandor <pudge@pobox.com>
46434              Message-Id: <p05010401b6d02f70211f@[10.0.1.177]>
46435      Branch: perl
46436            ! ext/B/defsubs_h.PL ext/DynaLoader/dl_mac.xs
46437            ! ext/Errno/Errno_pm.PL lib/ExtUtils/Manifest.pm t/lib/b.t
46438            ! t/lib/errno.t
46439 ____________________________________________________________________________
46440 [  9098] By: jhi                                   on 2001/03/10  21:38:30
46441         Log: Fix for ID 20010306.008, UTF-8 and \w without 'use utf8' coredump.
46442      Branch: perl
46443            ! regcomp.c regexec.c t/op/pat.t
46444 ____________________________________________________________________________
46445 [  9097] By: jhi                                   on 2001/03/10  14:38:07
46446         Log: Integrate perlio.
46447      Branch: perl
46448           !> doop.c embed.h embed.pl ext/Encode/Encode.xs global.sym
46449           !> handy.h objXSUB.h op.c perl.c perlapi.c pp.c pp_ctl.c proto.h
46450           !> regcomp.c regexec.c sv.c toke.c utf8.c utf8.h
46451 ____________________________________________________________________________
46452 [  9096] By: nick                                  on 2001/03/10  11:55:43
46453         Log: EBCDIC sanity - phase I
46454              - rename utf8/uv functions to indicate what sort of uv they provide (uvuni/uvchr)
46455              - use utf8n_xxxx (c.f. pvn) for forms which take length.
46456              - back out vN.N and $^V exceptions to e2a/a2e
46457              - make "locale" isxxx macros be uvchr (may be redundant?)
46458              
46459              Not clear yet that toUPPER_uni et. al. return being handled correctly.
46460              The tr// and rexexp stuff still needs an audit, assumption is they are working
46461              in Unicode space.
46462              
46463              Need to provide v5.6 names for XS modules (decide is uni or chr ?).
46464      Branch: perlio
46465            ! doop.c embed.h embed.pl ext/Encode/Encode.xs global.sym
46466            ! handy.h objXSUB.h op.c perl.c perlapi.c pp.c pp_ctl.c proto.h
46467            ! regcomp.c regexec.c sv.c toke.c utf8.c utf8.h
46468 ____________________________________________________________________________
46469 [  9095] By: jhi                                   on 2001/03/09  22:10:01
46470         Log: Integrate perlio.
46471      Branch: perl
46472           !> dump.c
46473 ____________________________________________________________________________
46474 [  9094] By: nick                                  on 2001/03/09  17:36:38
46475         Log: Builds an passes all tests after integrate and this tweak.
46476      Branch: perlio
46477            ! dump.c
46478 ____________________________________________________________________________
46479 [  9093] By: nick                                  on 2001/03/09  17:16:03
46480         Log: Integrate mainline (does not build - sv_catpvf issue in dump.c)
46481      Branch: perlio
46482           +> lib/unicode/Scripts.txt t/lib/sigaction.t
46483           !> (integrate 79 files)
46484 ____________________________________________________________________________
46485 [  9092] By: jhi                                   on 2001/03/09  15:28:26
46486         Log: Update Changes.
46487      Branch: perl
46488            ! Changes patchlevel.h
46489 ____________________________________________________________________________
46490 [  9091] By: jhi                                   on 2001/03/09  15:25:05
46491         Log: In op/stat #35 better to scan all the potential directories
46492              for setuids, not just the first one.
46493      Branch: perl
46494            ! t/op/stat.t
46495 ____________________________________________________________________________
46496 [  9090] By: jhi                                   on 2001/03/09  15:01:27
46497         Log: Subject: Re: [ID 19990808.001] [PATCH] FETCH triggered on exists() 
46498              From: rspier@pobox.com (Robert Spier)
46499              Date: Fri, 9 Mar 2001 03:30:20 -0500
46500              Message-ID: <15016.38044.381174.160189@rls.cx>
46501              
46502              EXISTS() returning undef mistakenly triggered a FETCH().
46503      Branch: perl
46504            ! hv.c
46505 ____________________________________________________________________________
46506 [  9089] By: jhi                                   on 2001/03/09  14:59:02
46507         Log: Add /sbin and /usr/sbin to the list of directories scanned
46508              for setuid programs.  Takes care of bug id 20010309.003.
46509      Branch: perl
46510            ! t/op/stat.t
46511 ____________________________________________________________________________
46512 [  9088] By: jhi                                   on 2001/03/09  14:48:32
46513         Log: Regen perlapi, perltoc.
46514      Branch: perl
46515            ! ext/Encode/Encode/Tcl.pm pod/perlapi.pod pod/perltoc.pod
46516 ____________________________________________________________________________
46517 [  9087] By: jhi                                   on 2001/03/09  14:38:56
46518         Log: Subject: Re: [ PATCH perl@8956 ] new debug option -DR shows ref counts
46519              From: David Mitchell <davem@fdgroup.co.uk>
46520              Date: Fri, 9 Mar 2001 13:49:31 +0000 (GMT)
46521              Message-Id: <200103091349.NAA16617@tiree.fdgroup.co.uk>
46522      Branch: perl
46523            ! dump.c perl.c perl.h pod/perlrun.pod
46524 ____________________________________________________________________________
46525 [  9086] By: jhi                                   on 2001/03/09  01:47:16
46526         Log: A modified version of
46527              
46528              Subject: [ID 20010307.005] POSIX::sigaction has various problems
46529              From: anders@broadcom.com
46530              Date: Wed, 7 Mar 2001 14:35:24 -0800 (PST) 
46531              Message-Id: <200103072235.OAA25368@dt-sj1-130.sj.broadcom.com>
46532              
46533              Currently the sigaction.t test #6 fails (and is fudged to look
46534              like an "ok") in Linux (at least in Debian 2.2 Linux 2.4.2 x86).
46535              This may well be a genuine bug in Linux sigaction() (since at
46536              least Tru64, Solaris, and HP-UX disagree with Linux).
46537              Anyone with POSIX / SUSv2 tome handy?  The problem is that
46538              the flags of the oldaction don't match with the flags in
46539              the previously installed disposition.
46540      Branch: perl
46541            + t/lib/sigaction.t
46542            ! MANIFEST ext/POSIX/POSIX.pm ext/POSIX/POSIX.xs
46543 ____________________________________________________________________________
46544 [  9085] By: jhi                                   on 2001/03/09  01:30:13
46545         Log: Subject: Re: mission impossible for the day
46546              From: Alex Gough <alex@rcon.org>
46547              Date: Thu, 08 Mar 2001 17:18:19 +0000
46548              Message-ID: <3AA7BEDB.8070409@rcon.org>
46549              
46550              If references (are overloaded) and can be directly stringified,
46551              show that instead of "stringified".
46552              
46553              (The problem, infinite mutual recursion caused by overloaded bool
46554              in Switch.pm, tracked by David Mitchell)
46555      Branch: perl
46556            ! lib/Carp/Heavy.pm
46557 ____________________________________________________________________________
46558 [  9084] By: jhi                                   on 2001/03/09  01:20:39
46559         Log: Subject: Re: [ PATCH perl@8956 ] new debug option -DR shows ref counts
46560              Date: Thu, 8 Mar 2001 12:06:57 +0000 (GMT)
46561              From: David Mitchell <davem@fdgroup.co.uk>
46562              Message-Id: <200103081206.MAA06281@tiree.fdgroup.co.uk>
46563      Branch: perl
46564            ! ext/re/re.xs malloc.c mg.c perl.c perl.h perly.c perly.y
46565            ! pp_ctl.c regexec.c sv.c vms/perly_c.vms
46566 ____________________________________________________________________________
46567 [  9083] By: jhi                                   on 2001/03/09  01:16:51
46568         Log: Subject: [PATCH] perldata.pod here-doc docs
46569              From: Jeff Pinyan <jeffp@crusoe.net>
46570              Date: Thu, 8 Mar 2001 13:18:55 -0500 (EST)
46571              Message-ID: <Pine.GSO.4.21.0103081317530.20957-100000@crusoe.crusoe.net>
46572      Branch: perl
46573            ! pod/perldata.pod
46574 ____________________________________________________________________________
46575 [  9082] By: jhi                                   on 2001/03/09  01:01:27
46576         Log: Subject: Re: Unicode/EBCDIC
46577              From: Peter Prymmer <pvhp@forte.com>
46578              Date: Thu, 8 Mar 2001 16:23:25 -0800 (PST)
46579              Message-ID: <Pine.OSF.4.10.10103081617390.377472-100000@aspara.forte.com>
46580      Branch: perl
46581            ! perl.c perl.h sv.c toke.c utf8.c utf8.h
46582 ____________________________________________________________________________
46583 [  9081] By: jhi                                   on 2001/03/08  13:41:30
46584         Log: Subject: Ooops, wrong 'no *POSIX' Patch
46585              From: Dorner Thomas <Thomas.Dorner@start.de>
46586              Date: Thu, 8 Mar 2001 08:43:28 +0100
46587              Message-ID: <6727B1DACFCDD311A757009027CA8D69010A88D3@Ex02.inhouse.start.de>
46588      Branch: perl
46589            ! hints/posix-bc.sh
46590 ____________________________________________________________________________
46591 [  9080] By: jhi                                   on 2001/03/08  13:11:42
46592         Log: It's Scripts.txt, not Script.txt.
46593      Branch: perl
46594            ! MANIFEST
46595 ____________________________________________________________________________
46596 [  9079] By: jhi                                   on 2001/03/08  12:59:05
46597         Log: Subject: 'no *POSIX' Patch speeding up make on BS2000 
46598              From: Dorner Thomas <Thomas.Dorner@start.de>
46599              Date: Wed, 7 Mar 2001 14:13:31 +0100
46600              Message-ID: <6727B1DACFCDD311A757009027CA8D69010A88CB@Ex02.inhouse.start.de>
46601      Branch: perl
46602            ! makedepend.SH
46603 ____________________________________________________________________________
46604 [  9078] By: jhi                                   on 2001/03/08  12:57:43
46605         Log: Retract #9069, wrong patch.
46606      Branch: perl
46607            ! Makefile.SH
46608 ____________________________________________________________________________
46609 [  9077] By: jhi                                   on 2001/03/08  01:06:13
46610         Log: Upgrade to Unicode 3.1 beta 2001-03-01.
46611      Branch: perl
46612            + lib/unicode/Scripts.txt
46613            ! MANIFEST lib/unicode/Category.pl lib/unicode/Decomposition.pl
46614            ! lib/unicode/EAWidth.txt lib/unicode/Is/Alnum.pl
46615            ! lib/unicode/Is/Alpha.pl lib/unicode/Is/L.pl
46616            ! lib/unicode/Is/LbrkAI.pl lib/unicode/Is/LbrkAL.pl
46617            ! lib/unicode/Is/LbrkB2.pl lib/unicode/Is/LbrkBA.pl
46618            ! lib/unicode/Is/LbrkBB.pl lib/unicode/Is/LbrkBK.pl
46619            ! lib/unicode/Is/LbrkCB.pl lib/unicode/Is/LbrkCL.pl
46620            ! lib/unicode/Is/LbrkCM.pl lib/unicode/Is/LbrkCR.pl
46621            ! lib/unicode/Is/LbrkEX.pl lib/unicode/Is/LbrkGL.pl
46622            ! lib/unicode/Is/LbrkHY.pl lib/unicode/Is/LbrkID.pl
46623            ! lib/unicode/Is/LbrkIN.pl lib/unicode/Is/LbrkIS.pl
46624            ! lib/unicode/Is/LbrkLF.pl lib/unicode/Is/LbrkNS.pl
46625            ! lib/unicode/Is/LbrkNU.pl lib/unicode/Is/LbrkOP.pl
46626            ! lib/unicode/Is/LbrkPO.pl lib/unicode/Is/LbrkPR.pl
46627            ! lib/unicode/Is/LbrkQU.pl lib/unicode/Is/LbrkSA.pl
46628            ! lib/unicode/Is/LbrkSG.pl lib/unicode/Is/LbrkSP.pl
46629            ! lib/unicode/Is/LbrkSY.pl lib/unicode/Is/LbrkZW.pl
46630            ! lib/unicode/Is/Ll.pl lib/unicode/Is/Lower.pl
46631            ! lib/unicode/Is/S.pl lib/unicode/Is/Sm.pl
46632            ! lib/unicode/Is/Word.pl lib/unicode/Names.txt
46633            ! lib/unicode/PropList.txt lib/unicode/ReadMe.txt
46634            ! lib/unicode/Unicode.txt lib/unicode/mktables.PL
46635            ! lib/unicode/version
46636 ____________________________________________________________________________
46637 [  9076] By: jhi                                   on 2001/03/07  22:59:39
46638         Log: Integrate change #7784 from mainline into maintperl.
46639              
46640              Subject: [PATCH 5.7.0] lexicals not recognized in a run-time (?{})
46641      Branch: maint-5.6/perl
46642           !> pp_ctl.c t/op/pat.t
46643 ____________________________________________________________________________
46644 [  9075] By: jhi                                   on 2001/03/07  22:05:11
46645         Log: More UTF-8 test tweaks.
46646      Branch: perl
46647            ! t/op/pat.t t/op/split.t t/pragma/utf8.t
46648 ____________________________________________________________________________
46649 [  9074] By: nick                                  on 2001/03/07  21:39:29
46650         Log: Integrate mainline.
46651      Branch: perlio
46652           !> Changes Makefile.SH lib/ExtUtils/MM_Unix.pm
46653           !> lib/unicode/mktables.PL patchlevel.h perl.c pod/perlop.pod
46654           !> pod/perlretut.pod pod/perlsyn.pod pp.c pp_sys.c
46655           !> t/camel-III/vstring.t t/lib/charnames.t t/op/chop.t
46656           !> t/op/pack.t t/op/pat.t t/op/split.t t/pragma/utf8.t
46657 ____________________________________________________________________________
46658 [  9073] By: jhi                                   on 2001/03/07  16:37:09
46659         Log: Update Changes.
46660      Branch: perl
46661            ! Changes patchlevel.h
46662 ____________________________________________________________________________
46663 [  9072] By: jhi                                   on 2001/03/07  16:32:30
46664         Log: Subject: [ID 20010306.004] || != named unary operator
46665              From: abela@geneanet.org
46666              Date: Tue,  6 Mar 2001 15:57:57 +0100 (CET)
46667              Message-Id: <20010306145757.0CB03D183@little-roots.geneanet.org>
46668      Branch: perl
46669            ! pod/perlop.pod
46670 ____________________________________________________________________________
46671 [  9071] By: jhi                                   on 2001/03/07  15:14:11
46672         Log: Subject: downgrading to bytes for common functions
46673              From: andrew@pimlott.ne.mediaone.net (Andrew Pimlott)
46674              Date: Wed, 7 Mar 2001 02:36:55 -0500
46675              Message-ID: <20010307023655.J24024@pimlott.ne.mediaone.net>
46676      Branch: perl
46677            ! pp_sys.c
46678 ____________________________________________________________________________
46679 [  9070] By: jhi                                   on 2001/03/07  15:04:58
46680         Log: Clarify the description differentiating for and while; inspired by
46681              
46682              Subject: [ID 20010306.002] for/while difference in for definition
46683              From: abela@geneanet.org
46684              Date: Tue,  6 Mar 2001 09:40:36 +0100 (CET)
46685              Message-Id: <20010306084036.7BFD0D17F@little-roots.geneanet.org>
46686      Branch: perl
46687            ! pod/perlsyn.pod
46688 ____________________________________________________________________________
46689 [  9069] By: jhi                                   on 2001/03/07  14:55:30
46690         Log: (Retracted by #9078.)
46691      Branch: perl
46692            ! Makefile.SH
46693 ____________________________________________________________________________
46694 [  9068] By: jhi                                   on 2001/03/07  14:51:17
46695         Log: Subject: Re: [ID 20010305.012] chop() against list assignment returns char chopped from el zero
46696              From: Radu Greab <radu@netsoft.ro>
46697              Date: Tue, 6 Mar 2001 23:04:44 +0200 (EET)
46698              Message-ID: <15013.20716.201459.540421@ix.netsoft.ro>
46699      Branch: perl
46700            ! pp.c t/op/chop.t
46701 ____________________________________________________________________________
46702 [  9067] By: jhi                                   on 2001/03/07  14:48:57
46703         Log: Subject: Re: [PATCH: 5.6.1 trial2] DynaLoading for OS/390 build option
46704              From: Simon Cozens <simon@netthink.co.uk>
46705              Date: Wed, 7 Mar 2001 13:59:28 +0000
46706              Message-ID: <20010307135928.A21620@pembro26.pmb.ox.ac.uk>
46707              
46708              In order to allow MakeMaker to build correct Makefiles,
46709              you need to change the order of the arguments in MM_Unix.pm
46710              as well. (Unless you have C89_CCMODE set, but we're trying
46711              to be POSIXly correct)
46712              
46713              Thanks to Merijn Broeren for tracking this down.
46714      Branch: perl
46715            ! lib/ExtUtils/MM_Unix.pm
46716 ____________________________________________________________________________
46717 [  9066] By: jhi                                   on 2001/03/07  14:30:02
46718         Log: Floating point too messy.
46719      Branch: perl
46720            ! t/camel-III/vstring.t
46721 ____________________________________________________________________________
46722 [  9065] By: jhi                                   on 2001/03/07  14:17:44
46723         Log: Integrate change #9064 from maintperl into mainline.
46724              
46725              fix memory leak in pack("Bb",...)
46726      Branch: perl
46727           !> perl.c
46728 ____________________________________________________________________________
46729 [  9064] By: gsar                                  on 2001/03/07  06:29:24
46730         Log: fix memory leak in pack("Bb",...)
46731      Branch: maint-5.6/perl
46732            ! perl.c
46733 ____________________________________________________________________________
46734 [  9063] By: jhi                                   on 2001/03/07  00:55:04
46735         Log: Major utf8 test reorganisation and rewrite.
46736              Hopefully no tests were lost in the shuffle.
46737              (The beginning of pragma/utf8 was lost intentionally,
46738              the tests were rather bogus and incomplete.)
46739      Branch: perl
46740            ! t/lib/charnames.t t/op/pack.t t/op/pat.t t/op/split.t
46741            ! t/pragma/utf8.t
46742 ____________________________________________________________________________
46743 [  9062] By: jhi                                   on 2001/03/07  00:41:16
46744         Log: More tweakage on the Unicode character class descriptions.
46745      Branch: perl
46746            ! lib/unicode/mktables.PL pod/perlretut.pod
46747 ____________________________________________________________________________
46748 [  9061] By: jhi                                   on 2001/03/06  23:12:38
46749         Log: The perlretut was still talking about the old \p and \P
46750              definitions.
46751      Branch: perl
46752            ! pod/perlretut.pod
46753 ____________________________________________________________________________
46754 [  9060] By: nick                                  on 2001/03/06  20:52:37
46755         Log: Integrate mainline (make test works again now).
46756      Branch: perlio
46757           !> op.c op.h regcomp.c t/camel-III/vstring.t t/op/pat.t
46758 ____________________________________________________________________________
46759 [  9059] By: jhi                                   on 2001/03/06  15:36:14
46760         Log: 0.999... does equal 1.0, doesn't it?
46761      Branch: perl
46762            ! t/camel-III/vstring.t
46763 ____________________________________________________________________________
46764 [  9058] By: jhi                                   on 2001/03/06  15:34:00
46765         Log: Make /x{abcd}/ to work without use utf8.
46766      Branch: perl
46767            ! regcomp.c
46768 ____________________________________________________________________________
46769 [  9057] By: jhi                                   on 2001/03/06  03:02:36
46770         Log: Easier to outcomment all the three reset() tests for now.
46771      Branch: perl
46772            ! t/op/pat.t
46773 ____________________________________________________________________________
46774 [  9056] By: jhi                                   on 2001/03/06  02:30:02
46775         Log: Comment out the deadly reset; until the 20010301.005
46776              is finally fixed.
46777      Branch: perl
46778            ! t/op/pat.t
46779 ____________________________________________________________________________
46780 [  9055] By: jhi                                   on 2001/03/06  02:21:26
46781         Log: Integrate the change #9054 from mainline:
46782              retract the PMOP cleanup patch pending further investigation.
46783      Branch: maint-5.6/perl
46784           !> op.c op.h
46785 ____________________________________________________________________________
46786 [  9054] By: jhi                                   on 2001/03/06  02:19:57
46787         Log: Retract the PMOP cleanup patch: I'm seeing strange core dumps
46788              with oddly familiar stack traces.
46789      Branch: perl
46790            ! op.c op.h
46791 ____________________________________________________________________________
46792 [  9053] By: jhi                                   on 2001/03/05  23:20:28
46793         Log: Integrate perlio.
46794      Branch: perl
46795           +> ext/Encode/Encode/koi8-r.ucm
46796           !> MANIFEST ext/Encode/Encode.pm ext/Encode/Makefile.PL
46797           !> makedef.pl
46798 ____________________________________________________________________________
46799 [  9052] By: nick                                  on 2001/03/05  23:08:17
46800         Log: skipping USE_PERLIO symbols correction.
46801      Branch: perlio
46802            ! makedef.pl
46803 ____________________________________________________________________________
46804 [  9051] By: nick                                  on 2001/03/05  22:35:07
46805         Log: More Encode alias tidying.
46806      Branch: perlio
46807            + ext/Encode/Encode/koi8-r.ucm
46808            ! MANIFEST ext/Encode/Encode.pm ext/Encode/Makefile.PL
46809 ____________________________________________________________________________
46810 [  9050] By: jhi                                   on 2001/03/05  21:44:29
46811         Log: Integrate changes #9033 and #9044 from mainline into maintperl,
46812              Sarathy's fix for ID 20010301.005.
46813      Branch: maint-5.6/perl
46814           !> op.c op.h
46815 ____________________________________________________________________________
46816 [  9049] By: nick                                  on 2001/03/05  19:54:04
46817         Log: Integrate Jarkko's Encode.pm tweak.
46818      Branch: perlio
46819           !> ext/Encode/Encode.pm
46820 ____________________________________________________________________________
46821 [  9048] By: nick                                  on 2001/03/05  19:47:57
46822         Log: Integrate mainline (mostly - holding of on Encode.pm for a bit.)
46823      Branch: perlio
46824           +> os2/os2add.sym
46825           !> lib/ExtUtils/MM_OS2.pm lib/ExtUtils/MM_Unix.pm makedef.pl op.c
46826           !> op.h os2/Changes os2/Makefile.SHs os2/OS2/REXX/Makefile.PL
46827           !> os2/OS2/REXX/REXX.pm os2/OS2/REXX/REXX.xs
46828           !> os2/OS2/REXX/t/rx_cmprt.t os2/os2.c os2/os2.sym os2/os2ish.h
46829           !> pod/perlapi.pod t/op/pat.t t/op/tr.t
46830 ____________________________________________________________________________
46831 [  9047] By: jhi                                   on 2001/03/05  19:25:26
46832         Log: Regen perlapi.
46833      Branch: perl
46834            ! pod/perlapi.pod
46835 ____________________________________________________________________________
46836 [  9046] By: jhi                                   on 2001/03/05  19:12:14
46837         Log: Integrate perlio.
46838      Branch: perl
46839           +> t/camel-III/vstring.t
46840           !> MANIFEST pp.h pp_sys.c t/TEST t/harness
46841 ____________________________________________________________________________
46842 [  9045] By: jhi                                   on 2001/03/05  19:10:36
46843         Log: The mapping of ISO Latin X to ISO 8859-Y is tricky.
46844      Branch: perl
46845            ! ext/Encode/Encode.pm
46846 ____________________________________________________________________________
46847 [  9044] By: jhi                                   on 2001/03/05  18:49:12
46848         Log: Forgot the other half of the PMOP patch (#9033).
46849      Branch: perl
46850            ! op.h
46851 ____________________________________________________________________________
46852 [  9043] By: nick                                  on 2001/03/05  18:14:47
46853         Log: Update MANIFEST for new test.
46854      Branch: perlio
46855            ! MANIFEST
46856 ____________________________________________________________________________
46857 [  9042] By: nick                                  on 2001/03/05  18:12:41
46858         Log: Some tests for Camel 3rd edition features.
46859              Make gethostbyaddr() test in above work.
46860      Branch: perlio
46861            + t/camel-III/vstring.t
46862            ! pp.h pp_sys.c t/TEST t/harness
46863 ____________________________________________________________________________
46864 [  9041] By: jhi                                   on 2001/03/05  17:41:48
46865         Log: Add more ISO 8859 encoding aliases.
46866      Branch: perl
46867            ! ext/Encode/Encode.pm
46868 ____________________________________________________________________________
46869 [  9040] By: jhi                                   on 2001/03/05  17:30:43
46870         Log: Integrate perlio.
46871      Branch: perl
46872           !> MANIFEST sv.c
46873 ____________________________________________________________________________
46874 [  9039] By: nick                                  on 2001/03/05  17:11:36
46875         Log: Missed added file.
46876      Branch: perlio
46877            ! MANIFEST
46878 ____________________________________________________________________________
46879 [  9038] By: jhi                                   on 2001/03/05  15:58:01
46880         Log: Add tr tests for EBCDIC, from Karsten Sperling.
46881      Branch: perl
46882            ! t/op/tr.t
46883 ____________________________________________________________________________
46884 [  9037] By: nick                                  on 2001/03/05  15:56:35
46885         Log: Long-standing "defined but not used" SvPVbyte*() are about to get used
46886              for auto-downgrade hooks in gethostbyaddr() etc. (as per Camel-III).
46887              
46888              Make SvPVbyte*() symmetric with respect to SvPVutf8*() in that:
46889              - it does a sv_utf8_downgrade (c.f. SvPVutf8's sv_utf8_upgrade())
46890              - uses SvPV() rather than sv_2pv() in case it isn't a string.
46891      Branch: perlio
46892            ! sv.c
46893 ____________________________________________________________________________
46894 [  9036] By: jhi                                   on 2001/03/05  15:49:15
46895         Log: Add matching tests currently failing in EBCDIC,
46896              suggested by Karsten Sperling.
46897      Branch: perl
46898            ! t/op/pat.t
46899 ____________________________________________________________________________
46900 [  9035] By: jhi                                   on 2001/03/05  15:36:55
46901         Log: The #9034 needs a MANIFESTation.
46902      Branch: perl
46903            ! MANIFEST
46904 ____________________________________________________________________________
46905 [  9034] By: jhi                                   on 2001/03/05  15:35:14
46906         Log: Integrate perlio.
46907      Branch: perl
46908           +> ext/Encode/Encode/Tcl.pm
46909           !> ext/Encode/Encode.pm ext/Encode/Encode.xs
46910           !> ext/Encode/Encode/ascii.ucm ext/Encode/Encode/cp1250.ucm
46911           !> ext/Encode/Encode/iso8859-1.ucm
46912           !> ext/Encode/Encode/iso8859-10.ucm
46913           !> ext/Encode/Encode/iso8859-13.ucm
46914           !> ext/Encode/Encode/iso8859-14.ucm
46915           !> ext/Encode/Encode/iso8859-15.ucm
46916           !> ext/Encode/Encode/iso8859-16.ucm
46917           !> ext/Encode/Encode/iso8859-2.ucm
46918           !> ext/Encode/Encode/iso8859-3.ucm
46919           !> ext/Encode/Encode/iso8859-4.ucm
46920           !> ext/Encode/Encode/iso8859-5.ucm
46921           !> ext/Encode/Encode/iso8859-6.ucm
46922           !> ext/Encode/Encode/iso8859-7.ucm
46923           !> ext/Encode/Encode/iso8859-8.ucm
46924           !> ext/Encode/Encode/iso8859-9.ucm ext/Encode/compile
46925           !> t/lib/encode.t
46926 ____________________________________________________________________________
46927 [  9033] By: jhi                                   on 2001/03/05  15:33:18
46928         Log: Subject: Re: [ID 20010301.005] corrupt memory (since @8531, in 5.6.1-T2)
46929              From: Gurusamy Sarathy <gsar@ActiveState.com>
46930              Date: Sun, 04 Mar 2001 22:33:15 -0800
46931              Message-Id: <200103050633.f256XFo06998@smtp3.ActiveState.com>
46932              
46933              PMOPs need to remember their own stash so that they can
46934              gracefully remove themselves from their linked list.
46935      Branch: perl
46936            ! op.c
46937 ____________________________________________________________________________
46938 [  9032] By: nick                                  on 2001/03/05  14:51:50
46939         Log: Encode implementation "completion"
46940              Implement and document define_encoding()
46941              Implement and document encoding aliases including define_alias()
46942              Make Encode::XS use define_encoding() rather than back-door.
46943              Move run-time *.enc to separate Encode::Tcl module.
46944              Make 'compile' honour <codeset_name>
46945              Change canonical names of to iso-8859-* and US-ascii.
46946      Branch: perlio
46947            + ext/Encode/Encode/Tcl.pm
46948            ! ext/Encode/Encode.pm ext/Encode/Encode.xs
46949            ! ext/Encode/Encode/ascii.ucm ext/Encode/Encode/cp1250.ucm
46950            ! ext/Encode/Encode/iso8859-1.ucm
46951            ! ext/Encode/Encode/iso8859-10.ucm
46952            ! ext/Encode/Encode/iso8859-13.ucm
46953            ! ext/Encode/Encode/iso8859-14.ucm
46954            ! ext/Encode/Encode/iso8859-15.ucm
46955            ! ext/Encode/Encode/iso8859-16.ucm
46956            ! ext/Encode/Encode/iso8859-2.ucm
46957            ! ext/Encode/Encode/iso8859-3.ucm
46958            ! ext/Encode/Encode/iso8859-4.ucm
46959            ! ext/Encode/Encode/iso8859-5.ucm
46960            ! ext/Encode/Encode/iso8859-6.ucm
46961            ! ext/Encode/Encode/iso8859-7.ucm
46962            ! ext/Encode/Encode/iso8859-8.ucm
46963            ! ext/Encode/Encode/iso8859-9.ucm ext/Encode/compile
46964            ! t/lib/encode.t
46965 ____________________________________________________________________________
46966 [  9031] By: jhi                                   on 2001/03/05  13:51:17
46967         Log: Integrate change #9030 from maintperl into mainline.
46968              
46969              Subject: [PATCH 5.6.1] OS/2 cleanup
46970      Branch: perl
46971           +> os2/os2add.sym
46972           !> MANIFEST lib/ExtUtils/MM_OS2.pm lib/ExtUtils/MM_Unix.pm
46973           !> makedef.pl os2/Changes os2/Makefile.SHs
46974           !> os2/OS2/REXX/Makefile.PL os2/OS2/REXX/REXX.pm
46975           !> os2/OS2/REXX/REXX.xs os2/OS2/REXX/t/rx_cmprt.t os2/os2.c
46976           !> os2/os2.sym os2/os2ish.h
46977 ____________________________________________________________________________
46978 [  9030] By: jhi                                   on 2001/03/05  13:46:49
46979         Log: Subject: [PATCH 5.6.1] OS/2 cleanup
46980              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
46981              Date: Mon, 5 Mar 2001 02:29:44 -0500
46982              Message-ID: <20010305022944.A10117@math.ohio-state.edu>
46983      Branch: maint-5.6/perl
46984            + os2/os2add.sym
46985            ! MANIFEST lib/ExtUtils/MM_OS2.pm lib/ExtUtils/MM_Unix.pm
46986            ! makedef.pl os2/Changes os2/Makefile.SHs
46987            ! os2/OS2/REXX/Makefile.PL os2/OS2/REXX/REXX.pm
46988            ! os2/OS2/REXX/REXX.xs os2/OS2/REXX/t/rx_cmprt.t os2/os2.c
46989            ! os2/os2.sym os2/os2ish.h
46990 ____________________________________________________________________________
46991 [  9029] By: jhi                                   on 2001/03/05  13:40:35
46992         Log: Integrate change #9028 from maintperl into mainline.
46993              
46994              various nits in MM_Unix.pm found by disabling SelfLoader
46995      Branch: perl
46996           !> lib/ExtUtils/MM_Unix.pm
46997 ____________________________________________________________________________
46998 [  9028] By: gsar                                  on 2001/03/05  09:58:38
46999         Log: various nits in MM_Unix.pm found by disabling SelfLoader
47000      Branch: maint-5.6/perl
47001            ! lib/ExtUtils/MM_Unix.pm
47002 ____________________________________________________________________________
47003 [  9027] By: nick                                  on 2001/03/05  08:35:22
47004         Log: Integrate mainline
47005      Branch: perlio
47006           !> (integrate 28 files)
47007 ____________________________________________________________________________
47008 [  9026] By: jhi                                   on 2001/03/05  02:14:59
47009         Log: Integrate change #9025 from mainline to maintperl,
47010              retract \N{U+HHHH}.
47011      Branch: maint-5.6/perl
47012           !> lib/charnames.pm pod/perldiag.pod pod/perlretut.pod
47013           !> t/lib/charnames.t toke.c
47014 ____________________________________________________________________________
47015 [  9025] By: jhi                                   on 2001/03/05  02:13:09
47016         Log: Retracting \N{U+HHHH}.
47017      Branch: perl
47018            ! lib/charnames.pm pod/perldiag.pod pod/perlretut.pod
47019            ! t/lib/charnames.t toke.c
47020 ____________________________________________________________________________
47021 [  9024] By: jhi                                   on 2001/03/04  20:51:07
47022         Log: Subject: Re: Smoking patch 8898 for perl v5.7.0 on aix 4.3.0.0
47023              From: "H.Merijn Brand" <h.m.brand@hccnet.nl> 
47024              Date: Fri, 02 Mar 2001 18:25:26 +0100
47025              Message-Id: <20010302182416.1BF4.H.M.BRAND@hccnet.nl>
47026              
47027              Casting problem.
47028      Branch: perl
47029            ! ext/Storable/Storable.xs
47030 ____________________________________________________________________________
47031 [  9023] By: jhi                                   on 2001/03/04  19:46:45
47032         Log: Subject: [ID 20010303.009] SOCKS5 work around breaks other sockets
47033              From: nick@talking.bollo.cx
47034              Date: Sat, 03 Mar 2001 21:41:33 +0000
47035              Message-Id: <E14ZJmP-0000mE-00@Bagpuss.unfortu.net>
47036              
47037              Revert the workaround.
47038      Branch: perl
47039            ! perlio.c
47040 ____________________________________________________________________________
47041 [  9022] By: jhi                                   on 2001/03/04  19:36:28
47042         Log: Update Changes.
47043      Branch: perl
47044            ! Changes patchlevel.h
47045 ____________________________________________________________________________
47046 [  9021] By: jhi                                   on 2001/03/04  18:41:00
47047         Log: makedef.pl updates suggested by Chris Nandor; double-checking
47048              the changes in AIX, OS/2 Win32 would be nice.
47049      Branch: perl
47050            ! makedef.pl
47051 ____________________________________________________________________________
47052 [  9020] By: jhi                                   on 2001/03/04  18:23:58
47053         Log: Integrate change #9012 from maintperl into mainline,
47054              quench a compiler warning.
47055      Branch: perl
47056           !> toke.c
47057 ____________________________________________________________________________
47058 [  9019] By: jhi                                   on 2001/03/04  18:18:43
47059         Log: Integrate changes #9017 and 9018 from mainline into maintperl.
47060              
47061              \N{U+HHHH} fix.
47062              
47063              pattern in G_ARRAY context
47064      Branch: maint-5.6/perl
47065           !> pp_hot.c t/op/pat.t toke.c
47066 ____________________________________________________________________________
47067 [  9018] By: jhi                                   on 2001/03/04  18:07:48
47068         Log: Subject: [PATCH pp_hot.c regexp.t] pattern in G_ARRAY context
47069              From: Jeff Pinyan <jeffp@crusoe.net>
47070              Date: Sat, 3 Mar 2001 17:14:07 -0500 (EST)
47071              Message-ID: <Pine.GSO.4.21.0103031712070.1035-100000@crusoe.crusoe.net>
47072      Branch: perl
47073            ! pp_hot.c t/op/pat.t
47074 ____________________________________________________________________________
47075 [  9017] By: jhi                                   on 2001/03/04  18:06:21
47076         Log: I thought I tested the #9014.
47077      Branch: perl
47078            ! toke.c
47079 ____________________________________________________________________________
47080 [  9016] By: jhi                                   on 2001/03/04  17:41:22
47081         Log: Integrate changes #9013,9014,9015 from mainline into maintperl.
47082              
47083              Tweak the get*ent() OS/2 prototypes.
47084              
47085              Add the \N{U+HHHH} syntax.
47086              
47087              More tr/// UTF-8 fixes from Inaba Hiroto.
47088      Branch: maint-5.6/perl
47089           !> doop.c lib/charnames.pm os2/os2.c pod/perldiag.pod
47090           !> pod/perlretut.pod t/lib/charnames.t t/op/tr.t toke.c
47091 ____________________________________________________________________________
47092 [  9015] By: jhi                                   on 2001/03/04  17:36:04
47093         Log: More tr/// UTF-8 fixes from Inaba Hiroto.
47094      Branch: perl
47095            ! doop.c t/op/tr.t
47096 ____________________________________________________________________________
47097 [  9014] By: jhi                                   on 2001/03/04  17:24:49
47098         Log: Add the \N{U+HHHH} syntax.
47099      Branch: perl
47100            ! lib/charnames.pm pod/perldiag.pod pod/perlretut.pod
47101            ! t/lib/charnames.t toke.c
47102 ____________________________________________________________________________
47103 [  9013] By: jhi                                   on 2001/03/04  17:20:45
47104         Log: Tweak the get*ent() OS/2 prototypes.
47105      Branch: perl
47106            ! os2/os2.c
47107 ____________________________________________________________________________
47108 [  9012] By: gsar                                  on 2001/03/04  06:26:14
47109         Log: avoid warning (nit in change#9009)
47110      Branch: maint-5.6/perl
47111            ! toke.c
47112 ____________________________________________________________________________
47113 [  9011] By: gsar                                  on 2001/03/04  06:15:24
47114         Log: lib/charnames.t fails in 5.6.x because of older Unicode
47115              data
47116              
47117              TODO: need to revisit this after updating lib/unicode/...
47118      Branch: maint-5.6/perl
47119            ! t/lib/charnames.t
47120 ____________________________________________________________________________
47121 [  9010] By: gsar                                  on 2001/03/04  06:08:36
47122         Log: change#9009 breaks build (no "didrange" variable in 5.6.x)
47123      Branch: maint-5.6/perl
47124            ! toke.c
47125 ____________________________________________________________________________
47126 [  9009] By: jhi                                   on 2001/03/03  19:27:20
47127         Log: Integrate change #9008 from mainline to maintperl,
47128              UTF-8 tr/// fixes from Inaba Hiroto.
47129      Branch: maint-5.6/perl
47130           !> doop.c op.c t/op/tr.t toke.c
47131 ____________________________________________________________________________
47132 [  9008] By: jhi                                   on 2001/03/03  19:19:42
47133         Log: UTF8 tr/// fixes from Inaba Hiroto.
47134      Branch: perl
47135            ! doop.c op.c t/op/tr.t toke.c
47136 ____________________________________________________________________________
47137 [  9007] By: jhi                                   on 2001/03/03  19:00:30
47138         Log: Integrate change #9006 from maintperl to mainline,
47139              more robust quest for the infinite.
47140      Branch: perl
47141           !> lib/Math/Complex.pm
47142 ____________________________________________________________________________
47143 [  9006] By: jhi                                   on 2001/03/03  18:58:06
47144         Log: Subject: [PATCH 5.6.1] More robust Math::Complex
47145              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
47146              Date: Sat, 3 Mar 2001 12:51:50 -0500
47147              Message-ID: <20010303125150.A2147@math.ohio-state.edu>
47148              
47149              Be more robust in our quest for the infinite.
47150      Branch: maint-5.6/perl
47151            ! lib/Math/Complex.pm
47152 ____________________________________________________________________________
47153 [  9005] By: jhi                                   on 2001/03/03  17:55:50
47154         Log: The #8982 modified for perl 5.6.x, from Radu Greab.
47155      Branch: maint-5.6/perl
47156            ! doio.c
47157 ____________________________________________________________________________
47158 [  9004] By: jhi                                   on 2001/03/03  17:40:14
47159         Log: Rewrite REPORT() and REPORT2() (used for -DT) slightly
47160              so that picky compilers like IRIX won't get huffy about
47161              "statements without effect" (like 1;).
47162      Branch: perl
47163            ! toke.c
47164 ____________________________________________________________________________
47165 [  9003] By: jhi                                   on 2001/03/03  17:15:52
47166         Log: Integrate change #9002 from mainline to maintperl.
47167              
47168              Subject: [perl-5.6.x, perl-current] accept for EPOC
47169      Branch: maint-5.6/perl
47170           !> pp_sys.c
47171 ____________________________________________________________________________
47172 [  9002] By: jhi                                   on 2001/03/03  17:14:30
47173         Log: Subject: [perl-5.6.x, perl-current] accept for EPOC
47174              From: Olaf Flebbe <O.Flebbe@science-computing.de>
47175              Date: Sat, 3 Mar 2001 16:36:04 +0100 (CET)
47176              Message-ID: <Pine.LNX.4.02.10103031635190.4825-100000@milkyway.science-computing.de>
47177      Branch: perl
47178            ! pp_sys.c
47179 ____________________________________________________________________________
47180 [  9001] By: jhi                                   on 2001/03/03  17:13:13
47181         Log: Subject: [PATCH perl@8989] t/pod/find.t on VMS
47182              From: "Craig A. Berry" <craigberry@mac.com>
47183              Date: Fri, 02 Mar 2001 17:44:40 -0600
47184              Message-Id: <5.0.2.1.0.20010302172145.038d3c10@mail.mac.com>
47185      Branch: perl
47186            ! t/pod/find.t
47187 ____________________________________________________________________________
47188 [  9000] By: jhi                                   on 2001/03/03  17:11:55
47189         Log: Integrate changes #8997,8999 from maintperl.
47190              
47191              Subject: [PATCH 5.6.1] compiling on OS/2
47192              (Better error message from hints/os2.sh)
47193              
47194              Subject: [PATCH 5.6.1] syslog.t
47195      Branch: perl
47196           !> hints/os2.sh t/lib/syslog.t
47197 ____________________________________________________________________________
47198 [  8999] By: jhi                                   on 2001/03/03  17:09:28
47199         Log: Subject: [PATCH 5.6.1] syslog.t
47200              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
47201              Date: Sat, 3 Mar 2001 02:11:17 -0500
47202              Message-ID: <20010303021116.A11897@math.ohio-state.edu>
47203      Branch: maint-5.6/perl
47204            ! t/lib/syslog.t
47205 ____________________________________________________________________________
47206 [  8998] By: jhi                                   on 2001/03/03  17:07:50
47207         Log: Subject: Re: [PATCH 5.7.0] compiling on OS/2: 5.6.1 too
47208              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
47209              Date: Sat, 3 Mar 2001 01:53:52 -0500
47210              Message-ID: <20010303015352.A11741@math.ohio-state.edu>
47211      Branch: maint-5.6/perl
47212            ! opcode.pl os2/os2.c
47213 ____________________________________________________________________________
47214 [  8997] By: jhi                                   on 2001/03/03  17:03:30
47215         Log: Subject: [PATCH 5.6.1] compiling on OS/2
47216              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
47217              Date: Sat, 3 Mar 2001 01:59:59 -0500
47218              Message-ID: <20010303015959.B11741@math.ohio-state.edu>
47219      Branch: maint-5.6/perl
47220            ! hints/os2.sh
47221 ____________________________________________________________________________
47222 [  8996] By: jhi                                   on 2001/03/03  00:55:58
47223         Log: Regen files for mainline.
47224      Branch: perl
47225            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
47226            ! config_h.SH pod/perlapi.pod pod/perltoc.pod
47227 ____________________________________________________________________________
47228 [  8995] By: jhi                                   on 2001/03/03  00:35:22
47229         Log: Integrate changes #8099,8218,8220,8221,8227,8304,8317,
47230              8318,8320,8337,8503,8877,8890,8903,8971 from mainline
47231              to maintperl.
47232              
47233              Subject: Re: [ID 20000328.039] [PATCH] Eliminate Configure use of /tmp
47234              
47235              Add Configure option -Dmksymlinks which will create a symlink
47236              forest if the current/build differs from the source directory.
47237              (8218,8220,8221,8317,8318,8971)
47238              
47239              Subject: Re: A Configure option like 'otherlibdirs' but for *pre*pending?
47240              (Document APPLLIB_EXP in INSTALL.)
47241              
47242              If running byacc write-enable also perly.h.
47243              
47244              DB3 NDBM/ODBM emulation tweaks from Stanislav Brabec <utx@penguin.cz>.
47245              
47246              Subject: [PATCH 5.7.1/Configure] failure to set src='.'
47247              
47248              Sanity check for conflicting thread flavours.
47249              
47250              Fix the sys/fcntl.h problem reported by Peter Prymmer.
47251              
47252              Add few CPUs/architectures to the Cppsym scan,
47253              add -perlio to archname if so selected (modified 8890)
47254              
47255              Be more helpful for devel builders, suggested by John L. Allen.
47256              (admittedly pointless change for maintperl, but the usedevel
47257              code is there already)
47258      Branch: maint-5.6/perl
47259           !> Configure INSTALL Makefile.SH Porting/Glossary
47260           !> Porting/config.sh Porting/config_H config_h.SH embed.pl
47261           !> epoc/config.sh ext/NDBM_File/NDBM_File.xs
47262           !> ext/ODBM_File/ODBM_File.xs t/io/fs.t warnings.pl
47263           !> win32/config.bc win32/config.gc win32/config.vc
47264 ____________________________________________________________________________
47265 [  8994] By: jhi                                   on 2001/03/02  23:31:41
47266         Log: Use also $ccflags, not just $ldflags, when testing for gccness.
47267      Branch: metaconfig/U/perl
47268            ! gccvers.U
47269 ____________________________________________________________________________
47270 [  8993] By: jhi                                   on 2001/03/02  23:22:12
47271         Log: Regenerate various files for maint.
47272      Branch: maint-5.6/perl
47273            ! Porting/Glossary Porting/config.sh Porting/config_H objXSUB.h
47274            ! perlapi.c pod/perlapi.pod pod/perltoc.pod proto.h
47275 ____________________________________________________________________________
47276 [  8992] By: alanbur                               on 2001/03/02  22:48:34
47277         Log: Resync wuth parent
47278      Branch: maint-5.6/pureperl
47279           +> pod/perlclib.pod t/lib/cgi-esc.t t/run/runenv.t
47280           !> (integrate 60 files)
47281 ____________________________________________________________________________
47282 [  8991] By: jhi                                   on 2001/03/02  21:00:08
47283         Log: Retract the #8742 part of #8986, backward compat.
47284      Branch: maint-5.6/perl
47285            ! embed.pl
47286 ____________________________________________________________________________
47287 [  8990] By: jhi                                   on 2001/03/02  20:40:07
47288         Log: Retract the #8919 part of #8987, not applicable to the 5.6 branch.
47289      Branch: maint-5.6/perl
47290            ! hv.c
47291 ____________________________________________________________________________
47292 [  8989] By: jhi                                   on 2001/03/02  19:59:56
47293         Log: Update Changes.
47294      Branch: perl
47295            ! Changes patchlevel.h
47296 ____________________________________________________________________________
47297 [  8988] By: jhi                                   on 2001/03/02  19:57:08
47298         Log: Integrate perlio.
47299      Branch: perl
47300           !> ext/Encode/Encode/ascii.ucm ext/Encode/Encode/cp1047.ucm
47301           !> ext/Encode/Encode/cp1250.ucm ext/Encode/Encode/cp37.ucm
47302           !> ext/Encode/Encode/dingbats.ucm ext/Encode/Encode/iso8859-1.ucm
47303           !> ext/Encode/Encode/iso8859-10.ucm
47304           !> ext/Encode/Encode/iso8859-13.ucm
47305           !> ext/Encode/Encode/iso8859-14.ucm
47306           !> ext/Encode/Encode/iso8859-15.ucm
47307           !> ext/Encode/Encode/iso8859-16.ucm
47308           !> ext/Encode/Encode/iso8859-2.ucm
47309           !> ext/Encode/Encode/iso8859-3.ucm
47310           !> ext/Encode/Encode/iso8859-4.ucm
47311           !> ext/Encode/Encode/iso8859-5.ucm
47312           !> ext/Encode/Encode/iso8859-6.ucm
47313           !> ext/Encode/Encode/iso8859-7.ucm
47314           !> ext/Encode/Encode/iso8859-8.ucm
47315           !> ext/Encode/Encode/iso8859-9.ucm ext/Encode/Encode/posix-bc.ucm
47316           !> ext/Encode/Encode/symbol.ucm ext/Encode/compile
47317 ____________________________________________________________________________
47318 [  8987] By: jhi                                   on 2001/03/02  19:43:40
47319         Log: Integrate changes #8784,8839,8843,8847,8849,8859,8866,
47320              8873,8874,8876,8879,8901,8902,8908,8913,8918,8919,8946,8947,8948,
47321              8950,8952,8955 from mainline to maintperl.
47322              
47323              Subject: [PATCH: perl@8773] small fixups to perlclib.pod
47324              
47325              Put to rest the 20010205.001, the email address checking (not) regex.
47326              
47327              fork() not everywhere, cleanup temp files.
47328              
47329              The #8843 wasn't quite right: %Config needs to imported.
47330              
47331              Subject: [PATCH perl@8841] glob-basic.t, runenv.t fix-ups
47332              (#8849: the glob-basic hunk needed massaging as it depended
47333              on Schwern's large-scale (unintegrated) patches)
47334              
47335              Skip the Perl_sys_intern_clear and Perl_sys_intern_init.
47336              
47337              Upgrade to CGI.pm 2.752, from Lincoln Stein.
47338              (Note: there were some conflicts due to EBCDIC and EPOC
47339              patches, in general I preferred the repository code.)
47340              (When 2.753 comes out, we need to synchronize.)
47341              
47342              Subject: [PATCH] fix for charnames above FFFF
47343              
47344              Subject: [patch perl@8841] One URL update and a possible OS Version snag for perlport.pod
47345              
47346              If no sfio, no -lsfio.
47347              
47348              Run run/*.t also in minitest.
47349              
47350              Subject:  [PATCH perl 5.7.0] malloc message address offset
47351              
47352              Subject:  [PATCH 5.7.0] don't zero CvFLAGS before checking for CvCONST!
47353              
47354              Subject: fix for parameter -Dm (for perl@8867)
47355              
47356              Subject: [PATCH: perl@8892] was Re: hashing order difference?
47357              (make the test more portable)
47358              
47359              Subject: Re: [PATCH] fix for charnames above FFFF
47360              
47361              Subject: Re: I'm losing the war...
47362              (hv_store() not working correctly in ENV_IS_CASELESS case.)
47363              
47364              Subject: Modified README.bs2000 
47365              
47366              Subject: [PATCH: perl@8935] -Dt padsv($var)
47367              
47368              Subject: [PATCH: perl@8890] small fix in pod/perlop.pod
47369              
47370              Subject: PATCH: extra tests to check on negative float to unsigned cast
47371              
47372              Subject: [PATCH] XPUSH[insp] was Re: progress
47373              
47374              Subject: Re: Compile with perlcc..
47375      Branch: maint-5.6/perl
47376           !> (integrate 36 files)
47377 ____________________________________________________________________________
47378 [  8986] By: jhi                                   on 2001/03/02  18:51:25
47379         Log: Integrate changes #8689,8697,8724,8726,8731,8742,8754,8755,
47380              8763,8767,8770,8772,8795,8796,8813,8822,8823 from mainline
47381              to maintperl.
47382              
47383              Subject: Re: [PATCH lots of pod/] s/chop/chomp/g
47384              
47385              Subject: [DOC PATCH] overload.pm nits
47386              
47387              Add header for LIB$ prototypes (C. Berry)
47388              
47389              Convert fwrite()s to sockets to write()s, since some socket stacks
47390              don't take kindly to stdio.
47391              Ignore "expected" SS$_NOLOGNAM when doing internal LNM lookups
47392              (for often optional LNMs)
47393              Correct a few typos
47394              (C. Bailey)
47395              
47396              Subject: [PATCH: 5.6.1 trial2 && perl@8671] provide EBCDIC CGI::Util::escape() and test
47397              
47398              De-cut-and-pasto.
47399              
47400              Subject: Re: [PATCH embed.pl] Forgot to add ./lib to @INC for File::Glob
47401              
47402              Upgrade to Text-Tabs+Wrap-2001.0131 from David Muir Sharnoff.
47403              
47404              Upgrade to CPAN 1.59_54, from Andreas König.
47405              
47406              Bogus shebang.
47407              
47408              Subject: [PATCH] Document makepatch in Porting/patching
47409              
47410              UTF-8 documentation.
47411              
47412              Subject: Re: [PATCH] pod/perlclib.pod - Replacements for C library functions
47413              
47414              Sort the MANIFEST.
47415              
47416              Subject: [ID 20010210.002] perldiag doesn't include the "Scalars leaked" message
47417              
47418              Subject: [PATCH @8807] toke.c cleanup: scan_str()
47419              
47420              Subject: [PATCH perl.c] Fixing PERL5OPT (was Re: Warnings, strict, and CPAN)
47421              
47422              Add run/*.t to testables.
47423              
47424              TODO: integrate #8784.
47425      Branch: maint-5.6/perl
47426           +> pod/perlclib.pod t/lib/cgi-esc.t t/run/runenv.t
47427           !> (integrate 28 files)
47428 ____________________________________________________________________________
47429 [  8985] By: nick                                  on 2001/03/02  18:15:45
47430         Log: Integrate mainline
47431      Branch: perlio
47432           !> doio.c lib/File/Copy.pm pod/perldata.pod pod/perlfaq1.pod
47433           !> vms/vms.c
47434 ____________________________________________________________________________
47435 [  8984] By: jhi                                   on 2001/03/02  16:00:17
47436         Log: Integrate changes #8978,8979,8980,8981,8983 from mainline.
47437              
47438              perlfaq1 reworded to suggest 5.6.0 or 5.005_03, or POSSIBLY
47439              5.004_05, and mention the suidperl August 2000 security problem.
47440              (#8978,#8981)
47441              
47442              Subject: [ID 20010301.004] Technically speaking in perldata
47443              
47444              Subject: [PATCH] File::Copy for bleadperl, maintperl
47445              
47446              Subject:  [PATCH 5.7.0/5.6.0+] VMS piping ... cleanup at interpreter exit
47447              
47448              (The #8982, fix for 20010221.005 and 20010221.008,
47449              would be nice too but it didn't integrate cleanly.)
47450      Branch: maint-5.6/perl
47451           !> lib/File/Copy.pm pod/perldata.pod pod/perlfaq1.pod vms/vms.c
47452 ____________________________________________________________________________
47453 [  8983] By: jhi                                   on 2001/03/02  15:51:16
47454         Log: Subject:  [PATCH 5.7.0/5.6.0+] VMS piping ... cleanup at interpreter exit
47455              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
47456              Date:     Thu, 1 Mar 2001 15:54:09 EST
47457              Message-Id: <010301155258.b8cc1@DUPHY4.Physics.Drexel.Edu>
47458      Branch: perl
47459            ! vms/vms.c
47460 ____________________________________________________________________________
47461 [  8982] By: jhi                                   on 2001/03/02  15:43:31
47462         Log: Subject: Re: sync sync sync: have I missed any patches?
47463              From: Radu Greab <radu@netsoft.ro> 
47464              Date: Thu, 1 Mar 2001 21:47:22 +0200 (EET)
47465              Message-ID: <15006.42826.747914.669893@ix.netsoft.ro>
47466              
47467              Fixes the bugs 20010221.005 and 20010221.008: "the taint checker
47468              was checking argv[0] regardless of whether a different pathname
47469              will actually be executed."  Test case not supplied because 
47470              drafting that, ironically enough, revealed another bug
47471              (or a feature).
47472      Branch: perl
47473            ! doio.c
47474 ____________________________________________________________________________
47475 [  8981] By: jhi                                   on 2001/03/02  15:28:03
47476         Log: Misdate in #8978.
47477      Branch: perl
47478            ! pod/perlfaq1.pod
47479 ____________________________________________________________________________
47480 [  8980] By: jhi                                   on 2001/03/02  15:24:20
47481         Log: Subject: [PATCH] File::Copy for bleadperl, maintperl
47482              From: Chris Nandor <pudge@pobox.com>
47483              Date: Wed, 28 Feb 2001 22:10:15 -0500
47484              Message-Id: <p05010400b6c36d959ae8@[10.0.1.177]>
47485      Branch: perl
47486            ! lib/File/Copy.pm
47487 ____________________________________________________________________________
47488 [  8979] By: jhi                                   on 2001/03/02  15:17:16
47489         Log: Subject: [ID 20010301.004] Technically speaking in perldata
47490              From: abela@geneanet.org
47491              Date: Thu,  1 Mar 2001 17:59:27 +0100 (CET)
47492              Message-Id: <20010301165927.262C2D17D@little-roots.geneanet.org>
47493      Branch: perl
47494            ! pod/perldata.pod
47495 ____________________________________________________________________________
47496 [  8978] By: jhi                                   on 2001/03/02  15:15:27
47497         Log: Subject: [ID 20010301.003] ref to 5.004
47498              From: abela@geneanet.org
47499              Date: Thu,  1 Mar 2001 14:48:40 +0100 (CET)
47500              Message-Id: <20010301134840.C0CD1D171@little-roots.geneanet.org>
47501              
47502              Reworded to suggest 5.6.0 or 5.005_03, or POSSIBLY 5.004_05,
47503              and mention the suidperl August 2000 security problem.
47504      Branch: perl
47505            ! pod/perlfaq1.pod
47506 ____________________________________________________________________________
47507 [  8977] By: alanbur                               on 2001/03/02  14:17:45
47508         Log: Resynchronised with parent
47509      Branch: maint-5.6/pureperl
47510           !> AUTHORS README.epoc configure.com epoc/createpkg.pl
47511           !> lib/File/Temp.pm perl.c pp_sys.c t/lib/ftmp-mktemp.t
47512           !> t/lib/ftmp-posix.t t/op/append.t t/op/sprintf.t toke.c util.c
47513           !> vms/descrip_mms.template win32/win32.c win32/win32.h
47514           !> win32/win32iop.h
47515 ____________________________________________________________________________
47516 [  8976] By: nick                                  on 2001/03/01  23:25:30
47517         Log: Integrate mainline.
47518      Branch: perlio
47519            - t/op/qu.t
47520           !> (integrate 55 files)
47521 ____________________________________________________________________________
47522 [  8975] By: jhi                                   on 2001/03/01  16:51:34
47523         Log: Integrate change #8974 from maintperl, fix for bugid 20010226.008.
47524      Branch: perl
47525           !> toke.c
47526 ____________________________________________________________________________
47527 [  8974] By: gsar                                  on 2001/03/01  16:28:21
47528         Log: fix for bugid 20010226.008
47529              
47530              the problem was that some of the pointers (PL_last_lop and
47531              PL_last_uni specifically) into the lex buffers weren't correctly
47532              being invalidated when the buffer changed; this would leave the
47533              pointers pointing at an arbitrary location in the buffer if
47534              the buffer didn't need to be reallocated, or point into freed
47535              memory if the buffer had to be realloced
47536              
47537              TODO item for bugdb maintainers: check other seemingly random
47538              parser-related bugs--they might be cured by this
47539      Branch: maint-5.6/perl
47540            ! toke.c
47541 ____________________________________________________________________________
47542 [  8973] By: jhi                                   on 2001/03/01  02:23:25
47543         Log: Retract #8970 because of a completely mysterious core dump:
47544              adding the tests 241..244 causes op/pat dump core at test #25.
47545              The test needs a lot of whittling down before the bug can be solved.
47546      Branch: perl
47547            ! t/op/pat.t
47548 ____________________________________________________________________________
47549 [  8972] By: jhi                                   on 2001/03/01  01:58:38
47550         Log: Regen perlapi.
47551      Branch: perl
47552            ! pod/perlapi.pod
47553 ____________________________________________________________________________
47554 [  8971] By: jhi                                   on 2001/03/01  01:34:09
47555         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))
47556              From: Nicholas Clark <nick@ccl4.org>
47557              Date: Wed, 28 Feb 2001 23:28:49 +0000
47558              Message-ID: <20010228232849.A55187@plum.flirble.org>
47559              
47560              Allow a completely write protected source code tree
47561              when using the Configure -Dmksymlinks.
47562      Branch: perl
47563            ! embed.pl warnings.pl
47564 ____________________________________________________________________________
47565 [  8970] By: jhi                                   on 2001/03/01  01:32:04
47566         Log: Add back the EBCDIC character range tests (for matching).
47567      Branch: perl
47568            ! t/op/pat.t
47569 ____________________________________________________________________________
47570 [  8969] By: nick                                  on 2001/02/28  18:18:01
47571         Log: Add charname comments to .ucm files writen by 'compile',
47572              also order charmaps in those files by source encoding.
47573              regenerate distrubuted .ucm files
47574      Branch: perlio
47575            ! ext/Encode/Encode/ascii.ucm ext/Encode/Encode/cp1047.ucm
47576            ! ext/Encode/Encode/cp1250.ucm ext/Encode/Encode/cp37.ucm
47577            ! ext/Encode/Encode/dingbats.ucm ext/Encode/Encode/iso8859-1.ucm
47578            ! ext/Encode/Encode/iso8859-10.ucm
47579            ! ext/Encode/Encode/iso8859-13.ucm
47580            ! ext/Encode/Encode/iso8859-14.ucm
47581            ! ext/Encode/Encode/iso8859-15.ucm
47582            ! ext/Encode/Encode/iso8859-16.ucm
47583            ! ext/Encode/Encode/iso8859-2.ucm
47584            ! ext/Encode/Encode/iso8859-3.ucm
47585            ! ext/Encode/Encode/iso8859-4.ucm
47586            ! ext/Encode/Encode/iso8859-5.ucm
47587            ! ext/Encode/Encode/iso8859-6.ucm
47588            ! ext/Encode/Encode/iso8859-7.ucm
47589            ! ext/Encode/Encode/iso8859-8.ucm
47590            ! ext/Encode/Encode/iso8859-9.ucm ext/Encode/Encode/posix-bc.ucm
47591            ! ext/Encode/Encode/symbol.ucm ext/Encode/compile
47592 ____________________________________________________________________________
47593 [  8968] By: jhi                                   on 2001/02/28  16:26:37
47594         Log: Expand usemorebits early if d_casti32 needs to be undefined.
47595      Branch: perl
47596            ! hints/hpux.sh hints/irix_6.sh
47597 ____________________________________________________________________________
47598 [  8967] By: jhi                                   on 2001/02/28  16:22:26
47599         Log: Undo qu.  Retract #8814, rewrite op/each part of #8615,
47600              retract toke.c/qu parts of #8583, retract #8485, retract
47601              or rewrite qu parts of #8439 of toke.c, keywords.h, keywords.pl,
47602              op/length.t, and MANIFEST, and delete t/op/qu.t.
47603      Branch: perl
47604            - t/op/qu.t
47605            ! MANIFEST pod/perlfunc.pod pod/perlop.pod pod/perlre.pod
47606            ! pod/perlretut.pod pod/perlunicode.pod t/op/each.t
47607            ! t/op/length.t toke.c
47608 ____________________________________________________________________________
47609 [  8966] By: jhi                                   on 2001/02/28  15:00:27
47610         Log: Retract #8865 and #8869, un?pack C now again agree with Camel 3
47611              by not changing from pre-Unicode days into being Unicode-aware.
47612              Sniff.
47613      Branch: perl
47614            ! pp.c t/op/pack.t t/op/qu.t
47615 ____________________________________________________________________________
47616 [  8965] By: jhi                                   on 2001/02/28  14:37:55
47617         Log: Subject: Re: Errors in core PODs
47618              From: Michael Stevens <michael@etla.org> 
47619              Date: Fri, 23 Feb 2001 15:47:56 +0000
47620              Message-ID: <20010223154756.A7723@firedrake.org> 
47621      Branch: perl
47622            ! ext/Encode/Encode.pm lib/Exporter/Heavy.pm
47623            ! lib/File/Spec/Epoc.pm lib/Test/Harness.pm lib/utf8.pm
47624            ! makedef.pl vms/ext/DCLsym/DCLsym.pm vms/ext/Stdio/Stdio.pm
47625            ! x2p/a2p.pod
47626 ____________________________________________________________________________
47627 [  8964] By: jhi                                   on 2001/02/28  14:35:35
47628         Log: Do not force d_casti32 to undef if we are on a 64-bit environment.
47629              (The #8961 was too bold.)
47630      Branch: perl
47631            ! hints/hpux.sh hints/irix_6.sh
47632 ____________________________________________________________________________
47633 [  8963] By: jhi                                   on 2001/02/28  14:33:39
47634         Log: Subject: Re: sync sync sync: have I missed any patches?
47635              From: Tim Jenness <t.jenness@jach.hawaii.edu>
47636              In-Reply-To: <20010227140737.Y10633@chaos.wustl.edu>
47637              Date: Tue, 27 Feb 2001 13:24:58 -1000 (HST)
47638              Message-ID: <Pine.LNX.4.30.0102271322070.8623-100000@lapaki.jach.hawaii.edu>
47639              
47640              Replace djSP with dSP.
47641      Branch: perl
47642            ! cop.h doio.c doop.c ext/B/B/C.pm ext/B/B/CC.pm
47643            ! pod/perlhack.pod pp.c pp.h pp_ctl.c pp_hot.c pp_sys.c sv.c
47644            ! win32/perlhost.h
47645 ____________________________________________________________________________
47646 [  8962] By: jhi                                   on 2001/02/27  23:21:14
47647         Log: Upgrade to Filter::Simple 0.50 (just few doc tweaks).
47648      Branch: perl
47649            ! lib/Filter/Simple.pm
47650 ____________________________________________________________________________
47651 [  8961] By: jhi                                   on 2001/02/27  22:55:26
47652         Log: The casting mystery in HP-UX and IRIX needs at least a workaround
47653              and this would be it.
47654      Branch: perl
47655            ! hints/hpux.sh hints/irix_6.sh
47656 ____________________________________________________________________________
47657 [  8960] By: jhi                                   on 2001/02/27  22:51:33
47658         Log: Subject: [PATCH perl@8958 and 5.6.1-trial2] configure.com bug fixing spree
47659              From: "Craig A. Berry" <craigberry@mac.com>
47660              Date: Tue, 27 Feb 2001 16:11:44 -0600
47661              Message-Id: <5.0.2.1.0.20010227150548.02a200f8@exchi01>
47662      Branch: maint-5.6/perl
47663            ! configure.com vms/descrip_mms.template
47664 ____________________________________________________________________________
47665 [  8959] By: jhi                                   on 2001/02/27  22:47:23
47666         Log: Subject: [PATCH perl@8958 and 5.6.1-trial2] configure.com bug fixing spree
47667              From: "Craig A. Berry" <craigberry@mac.com>
47668              Date: Tue, 27 Feb 2001 16:11:44 -0600
47669              Message-Id: <5.0.2.1.0.20010227150548.02a200f8@exchi01>
47670      Branch: perl
47671            ! configure.com vms/descrip_mms.template
47672 ____________________________________________________________________________
47673 [  8958] By: jhi                                   on 2001/02/27  15:16:42
47674         Log: Update Changes.
47675      Branch: perl
47676            ! Changes patchlevel.h
47677 ____________________________________________________________________________
47678 [  8957] By: jhi                                   on 2001/02/27  06:15:07
47679         Log: Subject: [5.6.x] EPOC additions
47680              From: Olaf Flebbe <O.Flebbe@science-computing.de>
47681              Date: Mon, 26 Feb 2001 23:33:46 +0100 (CET)
47682              Message-ID: <Pine.LNX.4.02.10102262333040.3736-100000@milkyway.science-computing.de>
47683      Branch: maint-5.6/perl
47684            ! AUTHORS README.epoc epoc/createpkg.pl pp_sys.c
47685 ____________________________________________________________________________
47686 [  8956] By: jhi                                   on 2001/02/27  06:12:11
47687         Log: Subject: [perl-current] EPOC 
47688              From: Olaf Flebbe <O.Flebbe@science-computing.de>
47689              Date: Mon, 26 Feb 2001 23:34:36 +0100 (CET)
47690              Message-ID: <Pine.LNX.4.02.10102262333490.3781-100000@milkyway.science-computing.de>
47691      Branch: perl
47692            ! AUTHORS README.epoc epoc/createpkg.pl epoc/epoc.c
47693            ! epoc/epocish.c epoc/epocish.h pp_sys.c
47694 ____________________________________________________________________________
47695 [  8955] By: jhi                                   on 2001/02/27  05:59:50
47696         Log: Subject: Re: Compile with perlcc..
47697              From: Edward Peschko <edwardp@excitehome.net>
47698              Date: Mon, 26 Feb 2001 18:51:58 -0800
47699              Message-ID: <20010226185158.A9871@excitehome.net>
47700              
47701              plus add a simple usage message if no arguments given.
47702      Branch: perl
47703            ! lib/Test/Harness.pm pod/Makefile.SH t/TEST t/harness
47704            ! utils/Makefile utils/perlcc.PL win32/pod.mak
47705 ____________________________________________________________________________
47706 [  8954] By: nick                                  on 2001/02/26  21:02:59
47707         Log: Integrate mainline
47708      Branch: perlio
47709           !> README.bs2000 ext/Encode/compile lib/Test.pm op.c perlio.c
47710           !> pod/perlguts.pod pod/perlop.pod pp_ctl.c run.c t/op/bop.t
47711           !> t/op/sprintf.t
47712 ____________________________________________________________________________
47713 [  8953] By: jhi                                   on 2001/02/26  14:43:54
47714         Log: Subject: Documenting coderef @INC (Re: CPAN "make this script work" feature)
47715              From: Nicholas Clark <nick@ccl4.org>
47716              Date: Mon, 26 Feb 2001 00:42:07 +0000
47717              Message-ID: <20010226004207.F23333@plum.flirble.org>
47718      Branch: perl
47719            ! pp_ctl.c
47720 ____________________________________________________________________________
47721 [  8952] By: jhi                                   on 2001/02/26  14:42:13
47722         Log: Subject: [PATCH] XPUSH[insp] was Re: progress
47723              From: Simon Cozens <simon@netthink.co.uk>
47724              Date: Mon, 26 Feb 2001 12:23:48 +0000
47725              Message-ID: <20010226122348.A25536@pembro26.pmb.ox.ac.uk>
47726      Branch: perl
47727            ! pod/perlguts.pod
47728 ____________________________________________________________________________
47729 [  8951] By: jhi                                   on 2001/02/26  14:39:15
47730         Log: Subject: [PATCH] perlio - unknown layer
47731              From: Nicholas Clark <nick@ccl4.org>
47732              Date: Mon, 26 Feb 2001 00:27:19 +0000
47733              Message-ID: <20010226002719.E23333@plum.flirble.org>
47734      Branch: perl
47735            ! perlio.c
47736 ____________________________________________________________________________
47737 [  8950] By: jhi                                   on 2001/02/26  14:38:04
47738         Log: Subject: PATCH: extra tests to check on negative float to unsigned cast
47739              From: Jeff Okamoto <okamoto@xfiles.corp.hp.com>
47740              Message-Id: <200102232128.NAA28938@xfiles.corp.hp.com>
47741              Date: Fri, 23 Feb 2001 13:28:33 -0800 (PST)
47742      Branch: perl
47743            ! t/op/bop.t
47744 ____________________________________________________________________________
47745 [  8949] By: jhi                                   on 2001/02/26  14:37:07
47746         Log: Subject: Re: [PATCH: perl 5.005_03] Record I/O fix for Test.pm in older perl
47747              From: Peter Prymmer <pvhp@forte.com>
47748              Date: Fri, 23 Feb 2001 10:51:37 -0800 (PST)
47749              Message-ID: <Pine.OSF.4.10.10102231042010.79050-100000@aspara.forte.com>
47750      Branch: perl
47751            ! lib/Test.pm
47752 ____________________________________________________________________________
47753 [  8948] By: jhi                                   on 2001/02/26  14:35:53
47754         Log: Subject: [PATCH: perl@8890] small fix in pod/perlop.pod
47755              From: Radu Greab <radu@netsoft.ro>
47756              Date: Fri, 23 Feb 2001 18:50:48 +0200 (EET)
47757              Message-ID: <14998.38120.623015.916165@ix.netsoft.ro>
47758      Branch: perl
47759            ! pod/perlop.pod
47760 ____________________________________________________________________________
47761 [  8947] By: jhi                                   on 2001/02/26  14:34:46
47762         Log: Subject: [PATCH: perl@8935] -Dt padsv($var)
47763              From: David Mitchell <davem@fdgroup.co.uk>
47764              Date: Mon, 26 Feb 2001 11:01:24 +0000 (GMT)
47765              Message-Id: <200102261101.LAA12915@tiree.fdgroup.co.uk>
47766      Branch: perl
47767            ! run.c
47768 ____________________________________________________________________________
47769 [  8946] By: jhi                                   on 2001/02/26  14:32:37
47770         Log: Subject: Modified README.bs2000 
47771              From: Dorner Thomas <Thomas.Dorner@start.de>
47772              Date: Mon, 26 Feb 2001 09:22:17 +0100
47773              Message-ID: <6727B1DACFCDD311A757009027CA8D69010A889D@Ex02.inhouse.start.de>
47774      Branch: perl
47775            ! README.bs2000
47776 ____________________________________________________________________________
47777 [  8945] By: jhi                                   on 2001/02/26  14:19:53
47778         Log: Integrate the t/op/sprintf.t parts of #7909 and #8944 from mainline
47779              to maintperl, listing the known failures on the tests 129 and 130.
47780      Branch: maint-5.6/perl
47781           !> t/op/sprintf.t
47782 ____________________________________________________________________________
47783 [  8944] By: jhi                                   on 2001/02/26  14:14:15
47784         Log: Add more known sprintf failures.
47785      Branch: perl
47786            ! t/op/sprintf.t
47787 ____________________________________________________________________________
47788 [  8943] By: jhi                                   on 2001/02/26  13:56:22
47789         Log: perlglob.exe needs to be found in Win32, patch from
47790              Vadim Konovalov.  Nick I-S comments: "Perhaps a lingering glob()
47791              which needs external glob at mini-perl time."
47792      Branch: perl
47793            ! ext/Encode/compile
47794 ____________________________________________________________________________
47795 [  8942] By: jhi                                   on 2001/02/26  13:52:19
47796         Log: A missing dTHX from Vadim Konovalov.
47797      Branch: perl
47798            ! perlio.c
47799 ____________________________________________________________________________
47800 [  8941] By: jhi                                   on 2001/02/26  13:37:05
47801         Log: Miscommunication at #8914: #8902 was okay, #8881 was to be retracted.
47802      Branch: perl
47803            ! op.c
47804 ____________________________________________________________________________
47805 [  8940] By: jhi                                   on 2001/02/26  13:35:40
47806         Log: Integrate perlio.
47807      Branch: perl
47808           !> ext/Encode/Encode.pm
47809 ____________________________________________________________________________
47810 [  8939] By: nick                                  on 2001/02/25  23:47:09
47811         Log: Integrate mainline.
47812      Branch: perlio
47813           !> Changes lib/Pod/Find.pm patchlevel.h perl.h regcomp.c
47814           !> t/op/pat.t t/op/tr.t t/pod/find.t toke.c utf8.c
47815 ____________________________________________________________________________
47816 [  8938] By: nick                                  on 2001/02/25  19:36:28
47817         Log: Encode implementations docs.
47818      Branch: perlio
47819            ! ext/Encode/Encode.pm
47820 ____________________________________________________________________________
47821 [  8937] By: jhi                                   on 2001/02/25  19:26:16
47822         Log: Script wasn't aligned with reality.
47823      Branch: perl
47824            ! t/pod/find.t
47825 ____________________________________________________________________________
47826 [  8936] By: jhi                                   on 2001/02/25  18:54:55
47827         Log: Update Changes.
47828      Branch: perl
47829            ! Changes patchlevel.h
47830 ____________________________________________________________________________
47831 [  8935] By: jhi                                   on 2001/02/25  18:46:36
47832         Log: Retract #8929,8930,8932,8933 for now.
47833      Branch: perl
47834            ! perl.h regcomp.c t/op/pat.t t/op/tr.t toke.c
47835 ____________________________________________________________________________
47836 [  8934] By: jhi                                   on 2001/02/25  17:34:35
47837         Log: Integrate perlio.
47838      Branch: perl
47839           !> embed.pl ext/Encode/Encode.pm ext/Encode/Encode.xs
47840           !> lib/ExtUtils/typemap perl.h perlapi.c proto.h sv.c
47841           !> t/lib/encode.t
47842 ____________________________________________________________________________
47843 [  8933] By: jhi                                   on 2001/02/25  17:33:12
47844         Log: (Retracted by #8395.)
47845              
47846              Slight tweaks in scan_const(), not fixes yet, it seems like
47847              lots of work remains to be done...
47848      Branch: perl
47849            ! toke.c
47850 ____________________________________________________________________________
47851 [  8932] By: jhi                                   on 2001/02/25  17:27:11
47852         Log: (Retracted by #8395.)
47853              
47854              Missing from #8930.
47855      Branch: perl
47856            ! perl.h
47857 ____________________________________________________________________________
47858 [  8931] By: jhi                                   on 2001/02/25  17:26:19
47859         Log: A comment tweak.
47860      Branch: perl
47861            ! utf8.c
47862 ____________________________________________________________________________
47863 [  8930] By: jhi                                   on 2001/02/25  17:25:47
47864         Log: (Retracted by #8395.)
47865              
47866              Attempt to fix the EBCDIC character range problem with //.
47867      Branch: perl
47868            ! regcomp.c
47869 ____________________________________________________________________________
47870 [  8929] By: jhi                                   on 2001/02/25  17:23:45
47871         Log: (Retracted by #8395.)
47872              
47873              Expand the EBCDIC character range tests, and add few nasty
47874              tr tests from Karsten Sperling.
47875      Branch: perl
47876            ! t/op/pat.t t/op/tr.t
47877 ____________________________________________________________________________
47878 [  8928] By: jhi                                   on 2001/02/25  17:18:49
47879         Log: Missing check-in.
47880      Branch: perl
47881            ! lib/Pod/Find.pm
47882 ____________________________________________________________________________
47883 [  8927] By: nick                                  on 2001/02/25  11:30:22
47884         Log: Change method names in Encode implementation classes to something
47885              less confusing (preparing to "go public").
47886      Branch: perlio
47887            ! ext/Encode/Encode.pm ext/Encode/Encode.xs t/lib/encode.t
47888 ____________________________________________________________________________
47889 [  8926] By: nick                                  on 2001/02/25  10:53:24
47890         Log: GCC __atribute__ / printf fix
47891      Branch: perlio
47892            ! perl.h
47893 ____________________________________________________________________________
47894 [  8925] By: nick                                  on 2001/02/25  10:52:25
47895         Log: Checked in the wrong one ...
47896      Branch: perlio
47897            ! ext/Encode/Encode.pm
47898 ____________________________________________________________________________
47899 [  8924] By: nick                                  on 2001/02/24  18:46:51
47900         Log: Integrate mainline - to see what Jarkko has in ...
47901      Branch: perlio
47902           +> t/pod/testpods/lib/Pod/Stuff.pm
47903           !> MANIFEST t/TEST t/lib/glob-basic.t t/op/pat.t t/pod/find.t
47904 ____________________________________________________________________________
47905 [  8923] By: nick                                  on 2001/02/24  17:05:23
47906         Log: Encode API documentation nd tidy up.
47907              Minor additions to test.
47908              Tweaks sv_utf8_upgrade() to force SvPV, and always SvUTF8_on and return length.
47909              Adds STRLEN to standard typemap.
47910      Branch: perlio
47911            ! embed.pl ext/Encode/Encode.pm ext/Encode/Encode.xs
47912            ! lib/ExtUtils/typemap perlapi.c proto.h sv.c t/lib/encode.t
47913 ____________________________________________________________________________
47914 [  8922] By: jhi                                   on 2001/02/24  16:38:12
47915         Log: Add a test for the "character range should match in EBCDIC
47916              if specified using explicit numerics" bug found by Karsten
47917              Sperling.
47918      Branch: perl
47919            ! t/op/pat.t
47920 ____________________________________________________________________________
47921 [  8921] By: jhi                                   on 2001/02/24  16:30:16
47922         Log: Subject: [PATCH t/pod/find.t t/TEST] fixing t/pod/find.t, running t/pod
47923              From: schwern@pobox.com
47924              Date: Fri, 23 Feb 2001 03:21:37 -0500
47925              Message-ID: <20010223032137.A26022@magnonel.guild.net>
47926              
47927              plus Charles Lane's fixes, plus tweaks.
47928      Branch: perl
47929            + t/pod/testpods/lib/Pod/Stuff.pm
47930            ! MANIFEST t/TEST t/lib/glob-basic.t t/pod/find.t
47931 ____________________________________________________________________________
47932 [  8920] By: nick                                  on 2001/02/24  10:30:11
47933         Log: Integrate mainline
47934      Branch: perlio
47935           !> (integrate 33 files)
47936 ____________________________________________________________________________
47937 [  8919] By: jhi                                   on 2001/02/24  00:23:35
47938         Log: Subject: Re: I'm losing the war...
47939              From: "Vadim Konovalov" <watman@inbox.ru>
47940              Date: Sat, 24 Feb 2001 00:10:14 +0300
47941              Message-ID: <007501c09dde$a9b84420$2f7b55c2@vad>
47942              
47943              hv_store() not working correctly in ENV_IS_CASELESS case.
47944      Branch: perl
47945            ! hv.c
47946 ____________________________________________________________________________
47947 [  8918] By: jhi                                   on 2001/02/24  00:20:09
47948         Log: Subject: Re: [PATCH] fix for charnames above FFFF
47949              From: andreas.koenig@anima.de (Andreas J. Koenig)
47950              Date: 23 Feb 2001 02:39:03 +0100
47951              Message-ID: <m3u25mxjns.fsf@ak-71.mind.de>
47952              
47953              A further efficiency tweak.
47954      Branch: perl
47955            ! lib/charnames.pm
47956 ____________________________________________________________________________
47957 [  8917] By: jhi                                   on 2001/02/23  20:27:51
47958         Log: Integrate change #8916 from mainline,
47959              do away with USE_WIN32_RTL_ENV.
47960      Branch: maint-5.6/perl
47961           !> perl.c util.c win32/win32.c win32/win32.h win32/win32iop.h
47962 ____________________________________________________________________________
47963 [  8916] By: jhi                                   on 2001/02/23  20:02:25
47964         Log: Abolish USE_WIN32_RTL_ENV.
47965      Branch: perl
47966            ! perl.c util.c win32/win32.c win32/win32.h win32/win32iop.h
47967 ____________________________________________________________________________
47968 [  8915] By: jhi                                   on 2001/02/23  19:36:00
47969         Log: Retract #8893, zero-initializing may be costly, maybe reintroduce
47970              later protected by some #define.
47971      Branch: perl
47972            ! gv.c
47973 ____________________________________________________________________________
47974 [  8914] By: jhi                                   on 2001/02/23  19:31:38
47975         Log: Retract #8902 for now, requested by Charles Lane, the correct
47976              fix will be something else.
47977      Branch: perl
47978            ! op.c
47979 ____________________________________________________________________________
47980 [  8913] By: jhi                                   on 2001/02/23  19:11:36
47981         Log: Subject: [PATCH: perl@8892] was Re: hashing order difference?
47982              From: Peter Prymmer <pvhp@forte.com>
47983              Date: Fri, 23 Feb 2001 10:54:09 -0800 (PST)
47984              Message-ID: <Pine.OSF.4.10.10102231036100.79050-100000@aspara.forte.com>
47985      Branch: perl
47986            ! t/op/lex_assign.t
47987 ____________________________________________________________________________
47988 [  8912] By: jhi                                   on 2001/02/23  18:38:20
47989         Log: Subject: [patch] perlio + useithreads
47990              From: Doug MacEachern <dougm@covalent.net>
47991              Date: Fri, 23 Feb 2001 00:05:37 -0800 (PST)
47992              Message-ID: <Pine.LNX.4.21.0102222356460.14249-100000@mako.covalent.net>
47993              
47994              Gets things running but not complete.
47995      Branch: perl
47996            ! intrpvar.h objXSUB.h perlapi.c perlio.h proto.h sv.c
47997 ____________________________________________________________________________
47998 [  8911] By: jhi                                   on 2001/02/23  04:20:02
47999         Log: Integrate changes #8896,8897,8898,8906,8907,8908 from mainline.
48000              
48001              Duplicated environment freeing, File::Temp 0.12,
48002              op/append portability (EBCDIC) tweak.
48003      Branch: maint-5.6/perl
48004           !> lib/File/Temp.pm perl.c t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
48005           !> t/op/append.t
48006 ____________________________________________________________________________
48007 [  8910] By: jhi                                   on 2001/02/23  02:07:33
48008         Log: Integrate change #8909 from mainline, a better Borland
48009              putenv() workaround.
48010      Branch: maint-5.6/perl
48011           !> perl.c
48012 ____________________________________________________________________________
48013 [  8909] By: jhi                                   on 2001/02/23  02:05:46
48014         Log: A better workaround for Borland putenv() brokenness from Sarathy.
48015      Branch: perl
48016            ! perl.c
48017 ____________________________________________________________________________
48018 [  8908] By: jhi                                   on 2001/02/23  02:04:14
48019         Log: Subject: fix for parameter -Dm (for perl@8867)
48020              From: "Vadim Konovalov" <watman@inbox.ru>
48021              Date: Thu, 22 Feb 2001 17:30:12 +0300
48022              Message-ID: <001801c09cdc$2faba490$2a7b55c2@vad>
48023      Branch: perl
48024            ! perl.h
48025 ____________________________________________________________________________
48026 [  8907] By: jhi                                   on 2001/02/23  01:58:20
48027         Log: Subject: [PATCH: perl@8892] treat unicoding and null bytes in op/append.t
48028              From: Peter Prymmer <pvhp@forte.com>
48029              Date: Thu, 22 Feb 2001 13:23:59 -0800 (PST)
48030              Message-ID: <Pine.OSF.4.10.10102221319460.47500-100000@aspara.forte.com>
48031      Branch: perl
48032            ! t/op/append.t
48033 ____________________________________________________________________________
48034 [  8906] By: jhi                                   on 2001/02/23  01:48:34
48035         Log: Upgrade to File::Temp 0.12, from Tim Jenness.
48036      Branch: perl
48037            ! lib/File/Temp.pm t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
48038 ____________________________________________________________________________
48039 [  8905] By: jhi                                   on 2001/02/23  01:43:30
48040         Log: Subject: [PATCH: perl@8892] fix a patcho in t/lib/st-06compat.t
48041              From: Peter Prymmer <pvhp@forte.com>
48042              Date: Thu, 22 Feb 2001 12:54:31 -0800 (PST)
48043              Message-ID: <Pine.OSF.4.10.10102221249170.47500-100000@aspara.forte.com>
48044      Branch: perl
48045            ! t/lib/st-06compat.t
48046 ____________________________________________________________________________
48047 [  8904] By: jhi                                   on 2001/02/23  01:42:39
48048         Log: Metaconfig unit change for #8903.
48049      Branch: metaconfig/U/perl
48050            ! Devel.U
48051 ____________________________________________________________________________
48052 [  8903] By: jhi                                   on 2001/02/23  01:42:12
48053         Log: Be more helpful for devel builders, suggested by John L. Allen.
48054      Branch: perl
48055            ! Configure
48056 ____________________________________________________________________________
48057 [  8902] By: jhi                                   on 2001/02/23  01:37:41
48058         Log: (Retracted by #8914)
48059              (Wrongly, reinstated by #8941)
48060              
48061              Subject:  [PATCH 5.7.0] don't zero CvFLAGS before checking for CvCONST!
48062              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
48063              Date:     Thu, 22 Feb 2001 09:43:57 EST
48064              Message-Id: <010222094237.9d22e@DUPHY4.Physics.Drexel.Edu>
48065      Branch: perl
48066            ! op.c
48067 ____________________________________________________________________________
48068 [  8901] By: jhi                                   on 2001/02/23  01:20:32
48069         Log: Subject:  [PATCH perl 5.7.0] malloc message address offset
48070              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
48071              Date:     Thu, 22 Feb 2001 08:01:35 EST
48072              Message-Id: <010222075625.9d22e@DUPHY4.Physics.Drexel.Edu>
48073      Branch: perl
48074            ! malloc.c
48075 ____________________________________________________________________________
48076 [  8900] By: jhi                                   on 2001/02/23  01:18:02
48077         Log: Integrate changes #8898,8899 from mainline, environ handling.
48078      Branch: maint-5.6/perl
48079           !> perl.c
48080 ____________________________________________________________________________
48081 [  8899] By: jhi                                   on 2001/02/23  01:16:25
48082         Log: Rewrite putenv() using my_setenv().  (In general the vendors'
48083              putenv() is not to be relied on, they are either broken or leaky
48084              or both.)
48085      Branch: perl
48086            ! perl.c
48087 ____________________________________________________________________________
48088 [  8898] By: jhi                                   on 2001/02/22  23:36:59
48089         Log: Fix #8803 as #8897 fixed #8896: with environ safesysmalloc()
48090              and safesysfree() must be used.
48091      Branch: perl
48092            ! perl.c
48093 ____________________________________________________________________________
48094 [  8897] By: jhi                                   on 2001/02/22  23:25:45
48095         Log: With environ one must use safesysmalloc()/safesysfree().
48096      Branch: perl
48097            ! perl.c
48098 ____________________________________________________________________________
48099 [  8896] By: jhi                                   on 2001/02/22  22:13:18
48100         Log: If we have a duplicated environment free it
48101              if PERL_DESTRUCT_LEVEL.
48102      Branch: perl
48103            ! perl.c
48104 ____________________________________________________________________________
48105 [  8895] By: alanbur                               on 2001/02/22  19:31:57
48106         Log: Synchronised with parent
48107      Branch: maint-5.6/pureperl
48108           !> embed.h embed.pl ext/POSIX/POSIX.xs lib/File/Temp.pm op.c
48109 ____________________________________________________________________________
48110 [  8894] By: gsar                                  on 2001/02/22  19:06:18
48111         Log: integrate changes#6162,6163 from mainline (missing leak fixes!)
48112              
48113              fix memory leak in method call optimization (change#3768);
48114              made C<eval "$x->foo()"> leak
48115              
48116              fix memory leak in C<eval "BEGIN {}"> (bug in change#4579)
48117      Branch: maint-5.6/perl
48118           !> op.c
48119 ____________________________________________________________________________
48120 [  8893] By: jhi                                   on 2001/02/22  18:35:27
48121         Log: (Retracted by #8915.)
48122              
48123              Third Degree finding:
48124              reading uninitialized local variable smallbuf + 8 bytes of Perl_gv_fetchfile
48125      Branch: perl
48126            ! gv.c
48127 ____________________________________________________________________________
48128 [  8892] By: jhi                                   on 2001/02/22  14:28:32
48129         Log: Update Changes.
48130      Branch: perl
48131            ! Changes patchlevel.h
48132 ____________________________________________________________________________
48133 [  8891] By: jhi                                   on 2001/02/22  13:22:45
48134         Log: Metaconfig unit changes for #8890.
48135      Branch: metaconfig
48136            ! U/modified/Cppsym.U U/threads/archname.U
48137 ____________________________________________________________________________
48138 [  8890] By: jhi                                   on 2001/02/22  13:22:12
48139         Log: Add -stdio to the archname if no perlio selected,
48140              no -perlio added since that is now the default.
48141              
48142              Add few CPUs/architectures to the Cppsym scan.
48143      Branch: perl
48144            ! Configure config_h.SH
48145 ____________________________________________________________________________
48146 [  8889] By: jhi                                   on 2001/02/22  13:05:59
48147         Log: Metaconfig unit change for #8888.
48148      Branch: metaconfig/U/perl
48149            ! useperlio.U
48150 ____________________________________________________________________________
48151 [  8888] By: jhi                                   on 2001/02/22  13:05:28
48152         Log: *drum roll*  Make perlio the default.
48153      Branch: perl
48154            ! Configure config_h.SH
48155 ____________________________________________________________________________
48156 [  8887] By: jhi                                   on 2001/02/22  12:50:52
48157         Log: Integrate change #8665 from maintperl to mainline,
48158              IA64-induced POSIX::SigSet masking with IVs instead of NVs.
48159      Branch: perl
48160           !> ext/POSIX/POSIX.xs
48161 ____________________________________________________________________________
48162 [  8886] By: jhi                                   on 2001/02/22  12:49:24
48163         Log: Integrate changes #8883,8884 from mainline to maintperl.
48164              
48165              Subject: [patch: perl@8867] embed.{h|pl} need not mention ebcdic_control ...
48166              Subject: Re: File::Temp::_gettemp warning
48167      Branch: maint-5.6/perl
48168           !> embed.h embed.pl lib/File/Temp.pm
48169 ____________________________________________________________________________
48170 [  8885] By: jhi                                   on 2001/02/22  12:43:59
48171         Log: Based on
48172              
48173              Subject: [ID 20010222.001] POSIX.xs IV vs NV bug
48174              From: schwab@suse.de
48175              Date: Thu, 22 Feb 2001 13:08:09 +0100
48176              Message-Id: <200102221208.f1MC89H09364@sykes.suse.de>
48177              
48178              but the fix done slightly differently because the other
48179              half was already done in #8664.
48180      Branch: maint-5.6/perl
48181            ! ext/POSIX/POSIX.xs
48182 ____________________________________________________________________________
48183 [  8884] By: jhi                                   on 2001/02/22  12:37:15
48184         Log: Subject: Re: File::Temp::_gettemp warning
48185              From: Tim Jenness <t.jenness@jach.hawaii.edu>
48186              Date: Wed, 21 Feb 2001 22:15:32 -1000 (HST)
48187              Message-ID: <Pine.LNX.4.30.0102212211190.18964-100000@lapaki.jach.hawaii.edu>
48188              
48189              This patch to File::Temp does two things:
48190              
48191              1. Fixes the problem with CGI::Carp when determining
48192              the Fcntl constants
48193              
48194              2. Removes most of the carps and consolidates them so that all the
48195              reasons are included in a single die that is caught by the test. This
48196              means that the correct skipping behaviour is displayed by the test.
48197      Branch: perl
48198            ! lib/File/Temp.pm
48199 ____________________________________________________________________________
48200 [  8883] By: jhi                                   on 2001/02/22  12:29:19
48201         Log: Subject: [patch: perl@8867] embed.{h|pl} need not mention ebcdic_control ...
48202              From: Peter Prymmer <pvhp@forte.com>
48203              Date: Wed, 21 Feb 2001 16:30:06 -0800 (PST)
48204              Message-ID: <Pine.OSF.4.10.10102211624490.12601-100000@aspara.forte.com>
48205      Branch: perl
48206            ! embed.h embed.pl
48207 ____________________________________________________________________________
48208 [  8882] By: jhi                                   on 2001/02/21  19:41:33
48209         Log: Integrate change #8881 from mainlin to maintperl.
48210              
48211              Subject:  [PATCH - perl8585] glob-in-eval memory leak fix
48212      Branch: maint-5.6/perl
48213           !> op.c
48214 ____________________________________________________________________________
48215 [  8881] By: jhi                                   on 2001/02/21  19:38:57
48216         Log: Subject:  [PATCH - perl8585] glob-in-eval memory leak fix
48217              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
48218              Date:     Wed, 21 Feb 2001 13:08:03 EST
48219              Message-Id: <010221130721.7a2ab@DUPHY4.Physics.Drexel.Edu>
48220      Branch: perl
48221            ! op.c
48222 ____________________________________________________________________________
48223 [  8880] By: jhi                                   on 2001/02/21  19:34:34
48224         Log: Retract #8875, cannot let go of the old semantics of unpack U
48225              without rethinking utf8decode.t.
48226      Branch: perl
48227            ! pp.c t/op/pack.t
48228 ____________________________________________________________________________
48229 [  8879] By: jhi                                   on 2001/02/21  19:08:02
48230         Log: Run run/*.t also in minitest.
48231      Branch: perl
48232            ! Makefile.SH
48233 ____________________________________________________________________________
48234 [  8878] By: nick                                  on 2001/02/21  18:55:37
48235         Log: Integrate mainline
48236      Branch: perlio
48237           !> (integrate 76 files)
48238 ____________________________________________________________________________
48239 [  8877] By: jhi                                   on 2001/02/21  15:09:33
48240         Log: Fix the sys/fcntl.h problem reported by Peter Prymmer.
48241      Branch: metaconfig
48242            ! U/compline/nblock_io.U
48243      Branch: perl
48244            ! Configure config_h.SH
48245 ____________________________________________________________________________
48246 [  8876] By: jhi                                   on 2001/02/21  14:54:45
48247         Log: If no sfio, no -lsfio.
48248      Branch: metaconfig/U/perl
48249            ! d_sfio.U
48250      Branch: perl
48251            ! Configure config_h.SH
48252 ____________________________________________________________________________
48253 [  8875] By: jhi                                   on 2001/02/21  14:54:00
48254         Log: Make unpack C and unpack U truly equivalent.
48255      Branch: perl
48256            ! pp.c t/op/pack.t
48257 ____________________________________________________________________________
48258 [  8874] By: jhi                                   on 2001/02/21  14:26:02
48259         Log: Subject: [patch perl@8841] One URL update and a possible OS Version snag for perlport.pod
48260              From: Peter Prymmer <pvhp@forte.com>
48261              Date: Tue, 20 Feb 2001 14:51:55 -0800 (PST)
48262              Message-ID: <Pine.OSF.4.10.10102201447380.501692-100000@aspara.forte.com>
48263      Branch: perl
48264            ! pod/perlport.pod
48265 ____________________________________________________________________________
48266 [  8873] By: jhi                                   on 2001/02/21  14:24:31
48267         Log: Subject: [PATCH] fix for charnames above FFFF
48268              From: andreas.koenig@anima.de (Andreas J. Koenig)
48269              Date: 21 Feb 2001 07:05:45 +0100
48270              Message-ID: <m366i44ll2.fsf@ak-71.mind.de>
48271      Branch: perl
48272            ! lib/charnames.pm t/lib/charnames.t
48273 ____________________________________________________________________________
48274 [  8872] By: jhi                                   on 2001/02/21  14:15:25
48275         Log: Integrate change #8868 from pureperl to mainline.
48276              
48277              Fixed reference count loop caused by sv_magic.
48278      Branch: perl
48279           !> sv.c
48280 ____________________________________________________________________________
48281 [  8871] By: jhi                                   on 2001/02/21  14:07:29
48282         Log: Integrate change #8868 from pureperl to maintperl.
48283              
48284              Fixed reference count loop caused by sv_magic.
48285      Branch: maint-5.6/perl
48286           !> sv.c
48287 ____________________________________________________________________________
48288 [  8870] By: jhi                                   on 2001/02/21  14:04:41
48289         Log: Put back the #8840, it was innocent.
48290      Branch: perl
48291            ! embed.h embed.pl global.sym objXSUB.h perlapi.c
48292            ! pod/perlapi.pod pod/perlfunc.pod pod/perlguts.pod proto.h sv.c
48293 ____________________________________________________________________________
48294 [  8869] By: jhi                                   on 2001/02/21  14:00:03
48295         Log: unpack("C", ...) was left slightly unfinished by #8865.
48296      Branch: perl
48297            ! pp.c t/op/pack.t
48298 ____________________________________________________________________________
48299 [  8868] By: alanbur                               on 2001/02/21  01:33:45
48300         Log: Fixed reference count loop caused by sv_magic.  sv_magic is called
48301              from gv_fetchpv to create single-character magic variables (e.g. $!),
48302              and it is passed a sv and the gv that contains the sv as the mg_obj
48303              value.  When sv_magic stores the mg_obj pointer it increments the gv
48304              refcount, thus causing a sv-gv pair that can't be freed.  There is
48305              already a check for sv == obj which is used to prevent such reference
48306              loops.  This change extends the check to cover the case described above.
48307      Branch: maint-5.6/pureperl
48308            ! sv.c
48309 ____________________________________________________________________________
48310 [  8867] By: jhi                                   on 2001/02/21  00:52:39
48311         Log: Update Changes.
48312      Branch: perl
48313            ! Changes patchlevel.h
48314 ____________________________________________________________________________
48315 [  8866] By: jhi                                   on 2001/02/21  00:34:20
48316         Log: Upgrade to CGI.pm 2.752, from Lincoln Stein.
48317              (Note: there were some conflicts due to EBCDIC and EPOC
48318              patches, in general I preferred the repository code.)
48319              (When 2.753 comes out, we need to synchronize.)
48320      Branch: perl
48321            ! lib/CGI.pm lib/CGI/Carp.pm lib/CGI/Cookie.pm lib/CGI/Pretty.pm
48322            ! lib/CGI/Push.pm lib/CGI/Util.pm t/lib/cgi-form.t
48323            ! t/lib/cgi-html.t
48324 ____________________________________________________________________________
48325 [  8865] By: jhi                                   on 2001/02/21  00:24:22
48326         Log: Make pack("C", 0x100) to create Unicode, unless under the
48327              evil influence of 'use bytes'.  Similarly, unpack("C", ...)
48328              will understand Unicode, unless you under know what.
48329      Branch: perl
48330            ! pp.c t/op/pack.t t/op/qu.t
48331 ____________________________________________________________________________
48332 [  8864] By: alanbur                               on 2001/02/20  22:35:34
48333         Log: Resynchronised with parent
48334      Branch: maint-5.6/pureperl
48335           !> README.win32 ext/GDBM_File/GDBM_File.pm
48336           !> ext/NDBM_File/NDBM_File.pm ext/ODBM_File/ODBM_File.pm
48337           !> ext/SDBM_File/SDBM_File.pm handy.h lib/Test.pm makedef.pl mg.c
48338           !> pod/perlop.pod t/lib/gdbm.t t/lib/ndbm.t t/lib/odbm.t
48339           !> t/lib/sdbm.t util.c
48340 ____________________________________________________________________________
48341 [  8863] By: jhi                                   on 2001/02/20  20:55:11
48342         Log: Integrate change #8860,8861 from mainline into maintperl.
48343              
48344              "pseudo-literal j"
48345              
48346              Subject: [PATCH: 5.6.1 trial2 && perl@8807] workaround VMS I/O problem in Test.pm for bug ID 20010213.009
48347      Branch: maint-5.6/perl
48348           !> lib/Test.pm pod/perlop.pod
48349 ____________________________________________________________________________
48350 [  8862] By: jhi                                   on 2001/02/20  20:30:07
48351         Log: Don't do casting between pointers pointing to differently sized
48352              integers.
48353      Branch: perl
48354            ! hv.c sv.c
48355 ____________________________________________________________________________
48356 [  8861] By: jhi                                   on 2001/02/20  19:53:44
48357         Log: Subject: [PATCH: 5.6.1 trial2 && perl@8807] workaround VMS I/O problem in Test.pm for bug ID 20010213.009
48358              From: Peter Prymmer <pvhp@forte.com>
48359              Message-ID: <Pine.OSF.4.10.10102141617350.197219-100000@aspara.forte.com>
48360              Date: Wed, 14 Feb 2001 16:28:16 -0800 (PST)
48361      Branch: perl
48362            ! lib/Test.pm
48363 ____________________________________________________________________________
48364 [  8860] By: jhi                                   on 2001/02/20  19:48:02
48365         Log: "pseudo-literal j", a documentation glitch reported to Debian.
48366              The text recovered from Perl 5.005_03, and pseudo-literal replaced
48367              by "backtick string".
48368      Branch: perl
48369            ! pod/perlop.pod
48370 ____________________________________________________________________________
48371 [  8859] By: jhi                                   on 2001/02/20  19:15:46
48372         Log: Skip the Perl_sys_intern_clear and Perl_sys_intern_init,
48373              from Chris Nandor.
48374      Branch: perl
48375            ! makedef.pl
48376 ____________________________________________________________________________
48377 [  8858] By: jhi                                   on 2001/02/20  17:36:53
48378         Log: Integrate pureperl changes #8844,8845,8850 to mainline
48379              (via maintperl #8855).
48380              
48381              Fixed %^H scoping bug
48382              
48383              Removed GV <-> CV refcount loop
48384              
48385              Removed %ENV refcount loop
48386      Branch: perl
48387           !> gv.c op.c perl.c pp.c scope.c
48388 ____________________________________________________________________________
48389 [  8857] By: jhi                                   on 2001/02/20  17:34:32
48390         Log: Integrate changes #8853,8854 from maintperl to mainline.
48391              
48392              EBDIC fixes, README.win32 Borland update.
48393      Branch: perl
48394           !> README.win32 handy.h util.c
48395 ____________________________________________________________________________
48396 [  8856] By: jhi                                   on 2001/02/20  17:33:16
48397         Log: Integrate change #8848 from mainline to maintperl: ?DBM_File cleanup.
48398      Branch: maint-5.6/perl
48399           !> ext/GDBM_File/GDBM_File.pm ext/NDBM_File/NDBM_File.pm
48400           !> ext/ODBM_File/ODBM_File.pm ext/SDBM_File/SDBM_File.pm
48401           !> t/lib/gdbm.t t/lib/ndbm.t t/lib/odbm.t t/lib/sdbm.t
48402 ____________________________________________________________________________
48403 [  8855] By: jhi                                   on 2001/02/20  17:32:13
48404         Log: Integrate pureperl changes #8844,8845,8850 to maintperl.
48405              
48406              Fixed %^H scoping bug
48407              
48408              Removed GV <-> CV refcount loop
48409              
48410              Removed %ENV refcount loop
48411      Branch: maint-5.6/perl
48412           !> gv.c op.c perl.c pp.c scope.c
48413 ____________________________________________________________________________
48414 [  8854] By: jhi                                   on 2001/02/20  17:25:06
48415         Log: Subject: Addition to readme.win32 for Borland C++ compilers
48416              Date: Tue, 20 Feb 2001 02:15:25 +0300
48417              From: "Vadim Konovalov" <watman@inbox.ru>
48418              Message-ID: <011c01c09aca$93bbbec0$367b55c2@vad>
48419              
48420              Document Borland compiler misbehaviour.
48421      Branch: maint-5.6/perl
48422            ! README.win32
48423 ____________________________________________________________________________
48424 [  8853] By: jhi                                   on 2001/02/20  17:22:25
48425         Log: The assimilation of ebcdic.c didn't quite work at the first try,
48426              patches from Thomas Dorner.
48427      Branch: maint-5.6/perl
48428            ! handy.h util.c
48429 ____________________________________________________________________________
48430 [  8852] By: jhi                                   on 2001/02/20  17:20:15
48431         Log: Subject: [PATCH] More Mac OS patches for maint-5.6
48432              From: Chris Nandor <pudge@pobox.com>
48433              Date: Tue, 20 Feb 2001 08:32:45 -0500
48434              Message-Id: <p05010403b6b81ee8dca0@[10.0.1.177]>
48435      Branch: maint-5.6/perl
48436            ! makedef.pl mg.c
48437 ____________________________________________________________________________
48438 [  8851] By: jhi                                   on 2001/02/20  17:15:52
48439         Log: Filter::Util::Call update to 1.05, from Paul Marquess.
48440      Branch: perl
48441            ! ext/Filter/Util/Call/Call.pm t/lib/filter-util.pl
48442            ! t/lib/filter-util.t
48443 ____________________________________________________________________________
48444 [  8850] By: alanbur                               on 2001/02/20  17:12:40
48445         Log: Removed %ENV refcount loop.  Elements of %ENV are magical,
48446              and the magic pointer points back to the GV that contains the
48447              %ENV hash.  This creates a refcount loop that prevents members
48448              of %ENV from being freed correctly.  This change removes the
48449              refcount loop - the magic pointer was never used anyway, the
48450              only use of the magic was to check the type ('E') so that the
48451              appropriate environment manipulation code is called when %ENV
48452              is modified.
48453      Branch: maint-5.6/pureperl
48454            ! perl.c
48455 ____________________________________________________________________________
48456 [  8849] By: jhi                                   on 2001/02/20  17:12:20
48457         Log: Subject: [PATCH perl@8841] glob-basic.t, runenv.t fix-ups
48458              From: "Craig A. Berry" <craigberry@mac.com>
48459              Date: Mon, 19 Feb 2001 23:36:12 -0600
48460              Message-Id: <5.0.2.1.0.20010219230450.02762648@exchi01>
48461              
48462              Case-forgiving systems match TestInit.pm with TES*.
48463      Branch: perl
48464            ! t/lib/glob-basic.t
48465 ____________________________________________________________________________
48466 [  8848] By: jhi                                   on 2001/02/20  17:10:02
48467         Log: strict-w-proof the ?DBM_File, from Paul Marquess.
48468      Branch: perl
48469            ! ext/GDBM_File/GDBM_File.pm ext/NDBM_File/NDBM_File.pm
48470            ! ext/ODBM_File/ODBM_File.pm ext/SDBM_File/SDBM_File.pm
48471            ! t/lib/gdbm.t t/lib/ndbm.t t/lib/odbm.t t/lib/sdbm.t
48472 ____________________________________________________________________________
48473 [  8847] By: jhi                                   on 2001/02/20  15:34:41
48474         Log: The #8843 wasn't quite right: %Config needs to imported.
48475      Branch: perl
48476            ! t/run/runenv.t
48477 ____________________________________________________________________________
48478 [  8846] By: jhi                                   on 2001/02/20  15:31:50
48479         Log: Retract the #8838 and #8840 for now because of
48480              the DB_File tie problem.
48481      Branch: perl
48482            ! embed.h embed.pl global.sym lib/ExtUtils/xsubpp objXSUB.h
48483            ! perlapi.c pod/perlapi.pod pod/perlfunc.pod pod/perlguts.pod
48484            ! proto.h sv.c
48485 ____________________________________________________________________________
48486 [  8845] By: alanbur                               on 2001/02/20  14:25:41
48487         Log: Removed GV <-> CV refcount loop
48488              CvGV(mycv) points to the parent GV of the CV, and was previously
48489              refcounted.  The pointer remains, but the refcounting has been removed
48490              as it causes a refcount loop between the CV and GV that means the CV
48491              can't ever be deleted.
48492      Branch: maint-5.6/pureperl
48493            ! gv.c op.c pp.c
48494 ____________________________________________________________________________
48495 [  8844] By: alanbur                               on 2001/02/20  14:23:13
48496         Log: Fixed %^H scoping bug
48497      Branch: maint-5.6/pureperl
48498            ! scope.c
48499 ____________________________________________________________________________
48500 [  8843] By: jhi                                   on 2001/02/19  13:38:08
48501         Log: fork() not everywhere, cleanup temp files.
48502      Branch: perl
48503            ! t/run/runenv.t
48504 ____________________________________________________________________________
48505 [  8842] By: alanbur                               on 2001/02/19  12:42:07
48506         Log: Resynchronised with parent
48507      Branch: maint-5.6/pureperl
48508           !> pod/perlfaq4.pod sv.c utf8.c
48509 ____________________________________________________________________________
48510 [  8841] By: jhi                                   on 2001/02/19  03:35:51
48511         Log: Update Changes.
48512      Branch: perl
48513            ! Changes patchlevel.h
48514 ____________________________________________________________________________
48515 [  8840] By: jhi                                   on 2001/02/19  00:23:41
48516         Log: Subject: [patch] add sv_setref_uv
48517              From: Doug MacEachern <dougm@covalent.net>
48518              Date: Sun, 18 Feb 2001 14:49:33 -0800 (PST)
48519              Message-ID: <Pine.LNX.4.21.0102181448290.10021-100000@mako.covalent.net>
48520      Branch: perl
48521            ! embed.h embed.pl global.sym objXSUB.h perlapi.c
48522            ! pod/perlapi.pod pod/perlfunc.pod pod/perlguts.pod proto.h sv.c
48523 ____________________________________________________________________________
48524 [  8839] By: jhi                                   on 2001/02/19  00:01:38
48525         Log: Put to rest the 20010205.001, the email address checking (not) regex.
48526      Branch: perl
48527            ! pod/perlfaq9.pod
48528 ____________________________________________________________________________
48529 [  8838] By: jhi                                   on 2001/02/18  22:17:54
48530         Log: Subject: [patch] xsubpp: make sv_setref_* targetable
48531              From: Doug MacEachern <dougm@covalent.net>
48532              Date: Sun, 18 Feb 2001 12:58:23 -0800 (PST)
48533              Message-ID: <Pine.LNX.4.21.0102181256310.10021-100000@mako.covalent.net>
48534      Branch: perl
48535            ! lib/ExtUtils/xsubpp
48536 ____________________________________________________________________________
48537 [  8837] By: jhi                                   on 2001/02/18  22:16:50
48538         Log: Subject: [patch] -Wall cleanup round 2
48539              From: Doug MacEachern <dougm@covalent.net>
48540              Date: Sun, 18 Feb 2001 13:08:04 -0800 (PST)
48541              Message-ID: <Pine.LNX.4.21.0102181304520.10021-100000@mako.covalent.net>
48542      Branch: perl
48543            ! ext/B/B.xs ext/Data/Dumper/Dumper.xs ext/Devel/DProf/DProf.xs
48544            ! ext/Devel/Peek/Peek.xs ext/Fcntl/Fcntl.xs
48545            ! ext/File/Glob/Glob.xs ext/Filter/Util/Call/Call.xs
48546            ! ext/GDBM_File/GDBM_File.xs ext/IO/IO.xs ext/IPC/SysV/SysV.xs
48547            ! ext/Opcode/Opcode.xs ext/POSIX/POSIX.xs
48548            ! ext/SDBM_File/SDBM_File.xs
48549 ____________________________________________________________________________
48550 [  8836] By: jhi                                   on 2001/02/18  22:11:20
48551         Log: Misapplied regex optimizations when \C is present.
48552              Fixes 20001230.002.
48553              
48554              What still remains broken is that the submatches that
48555              have \C in them get their UTF8 flag on because their
48556              parent SV has it on.  This will result in malformed
48557              UTF8 if a \C happened to match a non-ASCII byte.
48558      Branch: perl
48559            ! regcomp.c regcomp.h regexec.c regexp.h t/op/pat.t
48560            ! t/pragma/utf8.t
48561 ____________________________________________________________________________
48562 [  8835] By: jhi                                   on 2001/02/18  20:12:02
48563         Log: Fix for "[ID 20010213.005] utf8 + localized hash elems + 64 bits?"
48564              
48565              The hash key got wrongly UTF8fied.
48566      Branch: perl
48567            ! pod/perlapi.pod toke.c utf8.c
48568 ____________________________________________________________________________
48569 [  8834] By: jhi                                   on 2001/02/18  19:44:25
48570         Log: Tweak on #8234 (Subject: Re: [PATCH] Warn on use of reference as array elem):
48571              don't warn on magical or overloaded things.
48572      Branch: perl
48573            ! pp_hot.c
48574 ____________________________________________________________________________
48575 [  8833] By: nick                                  on 2001/02/18  19:31:22
48576         Log: Integrate mainline
48577      Branch: perlio
48578           +> t/TestInit.pm t/run/runenv.t
48579            - t/UTEST
48580           !> MANIFEST Makefile.SH ext/Storable/ChangeLog
48581           !> ext/Storable/Storable.pm ext/Storable/Storable.xs
48582           !> lib/Test/Harness.pm perl.c pod/perlfaq4.pod sv.c t/TEST
48583           !> t/lib/charnames.t t/lib/glob-basic.t t/lib/st-06compat.t
48584           !> t/lib/st-overload.t t/lib/st-recurse.t t/lib/st-tiedhook.t
48585           !> t/op/chop.t t/op/eval.t t/op/regexp_noamp.t t/op/subst_wamp.t
48586           !> utf8.c
48587 ____________________________________________________________________________
48588 [  8832] By: jhi                                   on 2001/02/18  19:21:18
48589         Log: Integrate perlio.
48590      Branch: perl
48591           !> perlio.c pod/perldiag.pod
48592 ____________________________________________________________________________
48593 [  8831] By: jhi                                   on 2001/02/18  19:14:20
48594         Log: Integrate change #8827 from mainline.
48595              
48596              UTF8 tweaks.
48597      Branch: maint-5.6/perl
48598           !> sv.c utf8.c
48599 ____________________________________________________________________________
48600 [  8830] By: nick                                  on 2001/02/18  19:10:34
48601         Log: Apply the spirit of patch from Nick Clark:
48602              Subject: [PATCH] Re: extensions that provide layers
48603              From: Nicholas Clark <nick@ccl4.org>
48604              Date: Mon, 12 Feb 2001 16:43:51 +0000
48605              Message-Id: <20010212164350.Q3652@plum.flirble.org>
48606      Branch: perlio
48607            ! perlio.c pod/perldiag.pod
48608 ____________________________________________________________________________
48609 [  8829] By: jhi                                   on 2001/02/18  19:03:25
48610         Log: Subject: [PATCH t/TEST t/TestSetup.pm] Adding in TestSetup.pm to replace BEGIN  preamble on tests.
48611              From: schwern@pobox.com 
48612              Date: Sun, 18 Feb 2001 13:44:35 -0500
48613              Message-ID: <20010218134435.A17544@magnonel.guild.net>
48614              
48615              Applied, but as t/TestInit.pm.
48616      Branch: perl
48617            + t/TestInit.pm
48618            ! MANIFEST t/TEST t/op/eval.t t/op/regexp_noamp.t
48619            ! t/op/subst_wamp.t
48620 ____________________________________________________________________________
48621 [  8828] By: jhi                                   on 2001/02/18  18:43:52
48622         Log: Integrate perlio.
48623      Branch: perl
48624           !> perlio.c
48625 ____________________________________________________________________________
48626 [  8827] By: jhi                                   on 2001/02/18  18:41:33
48627         Log: UTF-8 tweaks.
48628      Branch: perl
48629            ! sv.c utf8.c
48630 ____________________________________________________________________________
48631 [  8826] By: nick                                  on 2001/02/18  17:40:59
48632         Log: Fix [ID 20010217.002]
48633              open FOO, "<:raw:perlio", ...
48634              :raw now inserts default base layer below itself.
48635              Also
48636              open FOO, "<:unix", ...
48637              works as well - but leaves buffer layer on stack under the unix layer.
48638      Branch: perlio
48639            ! perlio.c
48640 ____________________________________________________________________________
48641 [  8825] By: jhi                                   on 2001/02/18  17:15:39
48642         Log: Integrate perlio.
48643      Branch: perl
48644           !> perlio.c perliol.h
48645 ____________________________________________________________________________
48646 [  8824] By: jhi                                   on 2001/02/18  17:10:53
48647         Log: Subject: [PATCH t/TEST lib/Test/Harness.pm] Adding todo tests
48648              From: schwern@pobox.com
48649              Date: Sun, 18 Feb 2001 01:48:50 -0500
48650              Message-ID: <20010218014850.C19957@magnonel.guild.net>
48651      Branch: perl
48652            ! lib/Test/Harness.pm t/TEST t/op/chop.t
48653 ____________________________________________________________________________
48654 [  8823] By: jhi                                   on 2001/02/18  17:01:06
48655         Log: Add run/*.t to testables.
48656      Branch: perl
48657            ! t/TEST
48658 ____________________________________________________________________________
48659 [  8822] By: jhi                                   on 2001/02/18  16:58:58
48660         Log: Subject: [PATCH perl.c] Fixing PERL5OPT (was Re: Warnings, strict, and CPAN)
48661              From: schwern@pobox.com
48662              Date: Sun, 18 Feb 2001 01:11:35 -0500
48663              Message-ID: <20010218011135.A19957@magnonel.guild.net>
48664              
48665              Revive mjd's and Simon's PERL5OPT fix.
48666      Branch: perl
48667            + t/run/runenv.t
48668            ! MANIFEST perl.c
48669 ____________________________________________________________________________
48670 [  8821] By: jhi                                   on 2001/02/18  16:53:46
48671         Log: Subject: Re: Why t/TEST and not Test::Harness?
48672              From: schwern@pobox.com
48673              Date: Sat, 17 Feb 2001 22:44:44 -0500
48674              Message-ID: <20010217224444.A6679@magnonel.guild.net>
48675              
48676              Replace UTEST with TEST -utf8.
48677      Branch: perl
48678            - t/UTEST
48679            ! MANIFEST Makefile.SH t/TEST t/lib/charnames.t
48680            ! t/lib/glob-basic.t
48681 ____________________________________________________________________________
48682 [  8820] By: nick                                  on 2001/02/18  13:06:16
48683         Log: Clean up a few core dumps when layers are used in unexpected ways.
48684              (Still not "right"...)
48685      Branch: perlio
48686            ! perlio.c perliol.h
48687 ____________________________________________________________________________
48688 [  8819] By: jhi                                   on 2001/02/18  02:25:55
48689         Log: Integrate change #8818 from maintperl, a FAQ nit.
48690      Branch: perl
48691           !> pod/perlfaq4.pod
48692 ____________________________________________________________________________
48693 [  8818] By: jhi                                   on 2001/02/18  02:24:50
48694         Log: FAQ nit from Chris Fedde.
48695      Branch: maint-5.6/perl
48696            ! pod/perlfaq4.pod
48697 ____________________________________________________________________________
48698 [  8817] By: nick                                  on 2001/02/17  18:20:14
48699         Log: Integrate mainline
48700      Branch: perlio
48701           +> lib/unicode/UCD.html lib/unicode/Unicode.html
48702           +> lib/unicode/Unicode.txt lib/unicode/rename lib/unicode/version
48703           +> pod/perlclib.pod
48704            - ebcdic.c lib/unicode/UCD301.html lib/unicode/UCDFF301.html
48705            - lib/unicode/Unicode.301
48706           !> (integrate 324 files)
48707 ____________________________________________________________________________
48708 [  8816] By: jhi                                   on 2001/02/17  16:56:58
48709         Log: Upgrade to Storable 1.0.10, from Raphael Manfredi.
48710      Branch: perl
48711            ! ext/Storable/ChangeLog ext/Storable/Storable.pm
48712            ! ext/Storable/Storable.xs t/lib/st-06compat.t
48713            ! t/lib/st-overload.t t/lib/st-recurse.t t/lib/st-tiedhook.t
48714 ____________________________________________________________________________
48715 [  8815] By: jhi                                   on 2001/02/17  16:40:07
48716         Log: Subject: [patch] -Wall
48717              From: Doug MacEachern <dougm@covalent.net>
48718              Date: Fri, 16 Feb 2001 15:25:36 -0800 (PST)
48719              Message-ID: <Pine.LNX.4.21.0102161519500.30352-100000@mako.covalent.net>
48720      Branch: perl
48721            ! doio.c doop.c embed.h embed.pl gv.c objXSUB.h op.c perl.c
48722            ! perlapi.c pp_ctl.c pp_hot.c pp_sys.c proto.h sv.c toke.c
48723 ____________________________________________________________________________
48724 [  8814] By: jhi                                   on 2001/02/16  19:27:18
48725         Log: Document qu better.
48726      Branch: perl
48727            ! pod/perlop.pod
48728 ____________________________________________________________________________
48729 [  8813] By: jhi                                   on 2001/02/15  13:54:37
48730         Log: Subject: [PATCH @8807] toke.c cleanup: scan_str()
48731              From: Hugo <hv@crypt.compulink.co.uk>
48732              Date: Thu, 15 Feb 2001 13:39:49 +0000
48733              Message-Id: <200102151339.NAA32248@crypt.compulink.co.uk>
48734      Branch: perl
48735            ! toke.c
48736 ____________________________________________________________________________
48737 [  8812] By: alanbur                               on 2001/02/15  13:52:16
48738         Log: Resynchronised with parent
48739      Branch: maint-5.6/pureperl
48740            - ebcdic.c
48741           !> (integrate 36 files)
48742 ____________________________________________________________________________
48743 [  8811] By: jhi                                   on 2001/02/15  13:51:16
48744         Log: Integrate changes #8659,8702,8808,8809,8810 from maintperl.
48745              
48746              Subject: [PATCH 5.6.1-TRIAL? and 5.7.?] perldoc uses unescaped backslashes in filenames
48747              From: Jan Dubois <JanD@ActiveState.com>
48748              Date: Wed, 31 Jan 2001 21:17:03 -0800
48749              Message-ID: <8qrh7t069jt32m98sap53l9dfoge0vjrle@4ax.com>
48750              
48751              tweak change#8659 to keep it simple
48752              
48753              Subject: [PATCH 5.6.1-TRIAL2] perldoc.PL using install directories
48754              From: Russ Allbery <rra@stanford.edu>
48755              Date: 14 Feb 2001 10:15:41 -0800
48756              Message-ID: <ylzofpf7w2.fsf@windlord.stanford.edu>
48757              
48758              (8809 empty)
48759              
48760              Upgrade to podlators 1.08, from Russ Allbery.
48761      Branch: perl
48762           !> lib/Pod/Man.pm lib/Pod/Text.pm lib/Test/Harness.pm
48763           !> utils/perldoc.PL
48764 ____________________________________________________________________________
48765 [  8810] By: jhi                                   on 2001/02/15  13:35:08
48766         Log: Upgrade to podlators 1.08, from Russ Allbery.
48767      Branch: maint-5.6/perl
48768            ! lib/Pod/Man.pm lib/Pod/Text.pm
48769 ____________________________________________________________________________
48770 [  8809] By: jhi                                   on 2001/02/15  13:26:38
48771         Log: (accidentally empty check-in)
48772      Branch: maint-5.6/perl
48773            ! lib/Test/Harness.pm
48774 ____________________________________________________________________________
48775 [  8808] By: jhi                                   on 2001/02/15  13:23:47
48776         Log: Subject: [PATCH 5.6.1-TRIAL2] perldoc.PL using install directories
48777              From: Russ Allbery <rra@stanford.edu>
48778              Date: 14 Feb 2001 10:15:41 -0800
48779              Message-ID: <ylzofpf7w2.fsf@windlord.stanford.edu>
48780              
48781              perldoc was hardcoding $Config{installscript}, which breaks
48782              when install* isn't where Perl ends up (such as with AFS).
48783              
48784              Use $Config{scriptdir} instead.
48785      Branch: maint-5.6/perl
48786            ! utils/perldoc.PL
48787 ____________________________________________________________________________
48788 [  8807] By: jhi                                   on 2001/02/14  14:37:27
48789         Log: Update Changes.
48790      Branch: perl
48791            ! Changes patchlevel.h
48792 ____________________________________________________________________________
48793 [  8806] By: jhi                                   on 2001/02/14  14:25:31
48794         Log: Integrate changes #8803,8804,8805 from mainline.
48795              
48796              Duplicate environment for JPL so that JDK 1.2/1.3 don't get upset.
48797              
48798              Don't skip too much of the locale error message if no environ array,
48799              from Chris Nandor.
48800              
48801              More MacOS Classic fixes from Chris Nandor.
48802      Branch: maint-5.6/perl
48803           !> doop.c lib/Cwd.pm perl.c perl.h util.c
48804 ____________________________________________________________________________
48805 [  8805] By: jhi                                   on 2001/02/14  03:29:01
48806         Log: More MacOS Classic fixes from Chris Nandor.
48807      Branch: perl
48808            ! doop.c lib/Cwd.pm
48809 ____________________________________________________________________________
48810 [  8804] By: jhi                                   on 2001/02/14  03:18:35
48811         Log: Don't skip too much of the locale error message if no environ array,
48812              from Chris Nandor.
48813      Branch: perl
48814            ! util.c
48815 ____________________________________________________________________________
48816 [  8803] By: jhi                                   on 2001/02/14  03:14:14
48817         Log: Duplicate environment for JPL so that JDK 1.2/1.3 don't get upset.
48818      Branch: perl
48819            ! perl.c perl.h
48820 ____________________________________________________________________________
48821 [  8802] By: jhi                                   on 2001/02/13  18:31:33
48822         Log: AUTHORS update.
48823      Branch: perl
48824            ! AUTHORS
48825 ____________________________________________________________________________
48826 [  8801] By: jhi                                   on 2001/02/13  17:55:19
48827         Log: Integrate change #8792 from mainline.
48828              
48829              Subject: buncha MacPerl patches for bleadperl
48830              From: Chris Nandor <pudge@pobox.com>
48831              Date: Tue, 13 Feb 2001 00:02:43 -0500
48832              Message-Id: <p05010404b6ae6f85e07a@[10.0.1.177]>
48833      Branch: maint-5.6/perl
48834           !> lib/AutoLoader.pm lib/AutoSplit.pm lib/ExtUtils/MakeMaker.pm
48835           !> lib/File/Basename.pm makedef.pl perl.c pp_ctl.c
48836           !> t/lib/basename.t toke.c util.h
48837 ____________________________________________________________________________
48838 [  8800] By: jhi                                   on 2001/02/13  17:46:43
48839         Log: When doing that Fpos_t used in PerlIO_getpos proto needs
48840              to be forced to Off_t.
48841              
48842              Subject: [ID 20010201.009] 5.6.1-TRIAL2 sfio build fails
48843              From: nick@ccl4.org
48844              Date: Thu, 1 Feb 2001 12:01:04 +0000
48845              Message-Id: <20010201120103.E11401@plum.flirble.org>
48846      Branch: maint-5.6/perl
48847            ! iperlsys.h perlio.c
48848 ____________________________________________________________________________
48849 [  8799] By: jhi                                   on 2001/02/13  16:52:51
48850         Log: Duplex duplex hunk hunk.
48851      Branch: maint-5.6/perl
48852            ! Makefile.SH
48853 ____________________________________________________________________________
48854 [  8797] By: jhi                                   on 2001/02/13  14:52:04
48855         Log: Subject: [PATCH perl@8773] integral ok lines for VMS
48856              From: "Craig A. Berry" <craigberry@mac.com>
48857              Date: Mon, 12 Feb 2001 11:05:25 -0600
48858              Message-Id: <p04330104b6ac5dfe6d45@[172.16.52.1]>
48859      Branch: perl
48860            ! t/lib/filehand.t t/lib/test-harness.t t/lib/texttabs.t
48861 ____________________________________________________________________________
48862 [  8796] By: jhi                                   on 2001/02/13  14:36:47
48863         Log: Subject: [ID 20010210.002] perldiag doesn't include the "Scalars leaked" message
48864              From: simon.cozens@pembroke.oxford.ac.uk 
48865              Date: Sat, 10 Feb 2001 17:57:02 +0000
48866              Message-Id: <E14ReGc-0005Pk-00@pembro26.pmb.ox.ac.uk>
48867              
48868              Now it does include.
48869      Branch: perl
48870            ! pod/perldiag.pod
48871 ____________________________________________________________________________
48872 [  8795] By: jhi                                   on 2001/02/13  14:30:11
48873         Log: Sort the MANIFEST.
48874      Branch: perl
48875            ! MANIFEST
48876 ____________________________________________________________________________
48877 [  8794] By: jhi                                   on 2001/02/13  14:26:51
48878         Log: Integrate change #8793 from mainline, FAQ updates.
48879      Branch: maint-5.6/perl
48880           !> pod/perlfaq5.pod pod/perlfaq6.pod pod/perlfaq9.pod
48881 ____________________________________________________________________________
48882 [  8793] By: jhi                                   on 2001/02/13  14:25:13
48883         Log: FAQ updates from Chris Fedde <chris@fedde.littleton.co.us>.
48884      Branch: perl
48885            ! pod/perlfaq5.pod pod/perlfaq6.pod pod/perlfaq9.pod
48886 ____________________________________________________________________________
48887 [  8792] By: jhi                                   on 2001/02/13  14:22:50
48888         Log: Subject: buncha MacPerl patches for bleadperl
48889              From: Chris Nandor <pudge@pobox.com>
48890              Date: Tue, 13 Feb 2001 00:02:43 -0500
48891              Message-Id: <p05010404b6ae6f85e07a@[10.0.1.177]>
48892      Branch: perl
48893            ! lib/AutoLoader.pm lib/AutoSplit.pm lib/ExtUtils/MakeMaker.pm
48894            ! lib/File/Basename.pm makedef.pl perl.c pp_ctl.c
48895            ! t/lib/basename.t toke.c util.h
48896 ____________________________________________________________________________
48897 [  8791] By: jhi                                   on 2001/02/13  14:10:39
48898         Log: Integrate change #8790 from mainline.
48899              
48900              environ array wrongly assumed in Perl_init_i18nl10n(),
48901      Branch: maint-5.6/perl
48902           !> util.c
48903 ____________________________________________________________________________
48904 [  8790] By: jhi                                   on 2001/02/13  14:06:15
48905         Log: environ array wrongly assumed in Perl_init_i18nl10n(),
48906              noticed by Chris Nandor in MacOS Classic.
48907      Branch: perl
48908            ! util.c
48909 ____________________________________________________________________________
48910 [  8789] By: jhi                                   on 2001/02/13  13:58:07
48911         Log: Integrate changes #8373,8487,8544,8783 from mainline.
48912              
48913              Synchronize the EBCDIC platforms (os390,posix-bc,vmesa):
48914              hints files, the dynaloading, assimilate ebcdic into util.c.
48915      Branch: maint-5.6/perl
48916            - ebcdic.c
48917            ! MANIFEST hints/posix-bc.sh
48918           !> Makefile.SH embed.h embed.pl ext/DynaLoader/dl_dllload.xs
48919           !> handy.h hints/os390.sh hints/vmesa.sh installperl objXSUB.h
48920           !> perlapi.c proto.h util.c
48921 ____________________________________________________________________________
48922 [  8788] By: alanbur                               on 2001/02/13  10:33:13
48923         Log: Integrated changes from maint-5.6
48924      Branch: maint-5.6/pureperl
48925           !> Makefile.SH README.vos hints/openbsd.sh pod/perlport.pod
48926           !> regcomp.c t/op/re_tests vos/Changes vos/build.cm
48927           !> vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
48928           !> vos/config.ga.h vos/configure_perl.cm
48929 ____________________________________________________________________________
48930 [  8787] By: jhi                                   on 2001/02/13  05:56:36
48931         Log: Integrate change #8786 from maintperl, posix-bc byacc handling.
48932      Branch: perl
48933           !> Makefile.SH
48934 ____________________________________________________________________________
48935 [  8786] By: jhi                                   on 2001/02/13  05:54:34
48936         Log: Subject: perl@8671 on posix-bc aka BS2000 Posix (small Patch included!)
48937              From: Dorner Thomas <Thomas.Dorner@start.de>
48938              Date: Mon, 12 Feb 2001 15:06:26 +0100
48939              Message-ID: <6727B1DACFCDD311A757009027CA8D69010A8853@Ex02.inhouse.start.de>
48940      Branch: maint-5.6/perl
48941            ! Makefile.SH
48942 ____________________________________________________________________________
48943 [  8785] By: jhi                                   on 2001/02/13  05:29:04
48944         Log: Integrate change #8781 from maintperl, OpenBSD hints update.
48945      Branch: perl
48946           !> hints/openbsd.sh
48947 ____________________________________________________________________________
48948 [  8784] By: jhi                                   on 2001/02/13  02:25:24
48949         Log: Subject: [PATCH: perl@8773] small fixups to perlclib.pod
48950              From: Peter Prymmer <pvhp@forte.com>
48951              Date: Mon, 12 Feb 2001 18:23:09 -0800 (PST)
48952              Message-ID: <Pine.OSF.4.10.10102121821090.126445-100000@aspara.forte.com>
48953      Branch: perl
48954            ! pod/perlclib.pod
48955 ____________________________________________________________________________
48956 [  8783] By: jhi                                   on 2001/02/13  02:22:36
48957         Log: Merge ebcdic.c (only one function, ebcdic_control()) into util.c.
48958      Branch: perl
48959            - ebcdic.c
48960            ! MANIFEST embed.h embed.pl handy.h hints/os390.sh
48961            ! hints/posix-bc.sh hints/vmesa.sh objXSUB.h perlapi.c proto.h
48962            ! util.c
48963 ____________________________________________________________________________
48964 [  8782] By: jhi                                   on 2001/02/13  02:00:07
48965         Log: Add OpenBSD to the list of 5.6.1-okay platforms.
48966      Branch: maint-5.6/perl
48967            ! pod/perlport.pod
48968 ____________________________________________________________________________
48969 [  8781] By: jhi                                   on 2001/02/13  01:58:44
48970         Log: OpenBSD hints update for 5.6.1-TRIAL2 from Todd C. Miller.
48971      Branch: maint-5.6/perl
48972            ! hints/openbsd.sh
48973 ____________________________________________________________________________
48974 [  8780] By: jhi                                   on 2001/02/13  01:57:33
48975         Log: Synchronize the regexp tests between maintperl and mainline.
48976      Branch: maint-5.6/perl
48977           !> t/op/re_tests
48978 ____________________________________________________________________________
48979 [  8779] By: jhi                                   on 2001/02/13  01:49:35
48980         Log: Subject: Re: [ID 20010212.006] Core dump with /((?:hard|soft)cover)?/ 
48981              From: Hugo <hv@crypt.compulink.co.uk>
48982              Date: Tue, 13 Feb 2001 00:11:11 +0000
48983              Message-Id: <200102130011.AAA14310@crypt.compulink.co.uk>
48984      Branch: perl
48985            ! regcomp.c t/op/re_tests
48986 ____________________________________________________________________________
48987 [  8778] By: jhi                                   on 2001/02/13  00:23:10
48988         Log: Comments do not nest.
48989      Branch: perl
48990            ! perl.h
48991 ____________________________________________________________________________
48992 [  8777] By: jhi                                   on 2001/02/13  00:17:54
48993         Log: Subject: Re: [ID 20010212.006] Core dump with /((?:hard|soft)cover)?/ 
48994              From: Hugo <hv@crypt.compulink.co.uk>
48995              Date: Tue, 13 Feb 2001 00:11:11 +0000
48996              Message-Id: <200102130011.AAA14310@crypt.compulink.co.uk>
48997      Branch: maint-5.6/perl
48998            ! regcomp.c t/op/re_tests
48999 ____________________________________________________________________________
49000 [  8776] By: jhi                                   on 2001/02/12  23:25:52
49001         Log: Add VOS to the list of 5.6.1 known-to-be-working platforms.
49002      Branch: maint-5.6/perl
49003            ! pod/perlport.pod
49004 ____________________________________________________________________________
49005 [  8775] By: jhi                                   on 2001/02/12  23:04:28
49006         Log: VOS updates for 5.6-TRIAL2 from Paul Green.
49007      Branch: maint-5.6/perl
49008            ! README.vos vos/Changes vos/build.cm vos/config.alpha.def
49009            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
49010            ! vos/configure_perl.cm
49011 ____________________________________________________________________________
49012 [  8774] By: jhi                                   on 2001/02/12  22:59:11
49013         Log: Subject: Re: [patch] context for 'U' magic functions
49014              From: Doug MacEachern <dougm@covalent.net>
49015              Date: Mon, 12 Feb 2001 09:22:45 -0800 (PST)
49016              Message-ID: <Pine.LNX.4.21.0102120919040.26437-100000@mako.covalent.net>
49017              
49018              plus the suggestion by Nick Ing-Simmons to name the macro
49019              as PERL_MG_UFUNC to avoid namespace pollution, plus add
49020              the advice by Doug for XS writers to perl.h
49021      Branch: perl
49022            ! mg.c perl.h
49023 ____________________________________________________________________________
49024 [  8773] By: jhi                                   on 2001/02/11  20:14:12
49025         Log: Update Changes.
49026      Branch: perl
49027            ! Changes patchlevel.h
49028 ____________________________________________________________________________
49029 [  8772] By: jhi                                   on 2001/02/11  18:47:52
49030         Log: Subject: Re: [PATCH] pod/perlclib.pod - Replacements for C library functions
49031              From: Simon Cozens <simon@cozens.net>
49032              Date: Wed, 31 Jan 2001 16:31:43 +0000
49033              Message-ID: <20010131163143.A1427@pembro26.pmb.ox.ac.uk>
49034      Branch: perl
49035            + pod/perlclib.pod
49036            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perlguts.pod
49037            ! pod/perltoc.pod
49038 ____________________________________________________________________________
49039 [  8771] By: jhi                                   on 2001/02/11  18:36:48
49040         Log: Upgrade to Unicode 3.1 beta 2001-02-11.
49041              
49042              Blocks-4d3.beta.txt
49043              CaseFolding-3d4.beta.txt
49044              CompositionExclusions-3d6.beta.txt
49045              EastAsianWidth-4d4.beta.txt
49046              LineBreak-6d3.beta.txt
49047              NamesList-3.1.0d1.beta.txt
49048              PropList-3.1.0d4.beta.txt
49049              SpecialCasing-4d1.beta.txt
49050              UnicodeData-3.1.0d6.beta.txt
49051      Branch: perl
49052            + lib/unicode/Unicode.txt lib/unicode/rename lib/unicode/version
49053           +> lib/unicode/UCD.html lib/unicode/Unicode.html
49054            - lib/unicode/UCD301.html lib/unicode/UCDFF301.html
49055            - lib/unicode/Unicode.301
49056            ! (edit 257 files)
49057 ____________________________________________________________________________
49058 [  8770] By: jhi                                   on 2001/02/11  17:26:22
49059         Log: UTF-8 documentation.
49060      Branch: perl
49061            ! utf8.h
49062 ____________________________________________________________________________
49063 [  8769] By: jhi                                   on 2001/02/11  17:12:49
49064         Log: Retract #8762.
49065      Branch: perl
49066            ! regexec.c
49067 ____________________________________________________________________________
49068 [  8768] By: jhi                                   on 2001/02/11  16:54:45
49069         Log: Subject: [PATCH] Test::Harness
49070              From: andreas.koenig@anima.de (Andreas J. Koenig)
49071              Date: 11 Feb 2001 14:37:00 +0100
49072              Message-ID: <m3g0hll4sj.fsf@ak-71.mind.de>
49073      Branch: perl
49074            ! lib/Test/Harness.pm
49075 ____________________________________________________________________________
49076 [  8767] By: jhi                                   on 2001/02/11  16:53:52
49077         Log: Subject: [PATCH] Document makepatch in Porting/patching
49078              From: andreas.koenig@anima.de (Andreas J. Koenig)
49079              Date: 11 Feb 2001 16:46:28 +0100
49080              Message-ID: <m3bss9kysr.fsf@ak-71.mind.de>
49081      Branch: perl
49082            ! Porting/patching.pod
49083 ____________________________________________________________________________
49084 [  8766] By: jhi                                   on 2001/02/11  06:30:23
49085         Log: Subject: Re: [patch] GvSHARED
49086              Date: Sat, 10 Feb 2001 14:04:40 -0800 (PST)
49087              From: Doug MacEachern <dougm@covalent.net>
49088              Message-ID: <Pine.LNX.4.21.0102101356000.15298-100000@mako.covalent.net>
49089              
49090              Subject: Re: [patch] GvSHARED
49091              From: Doug MacEachern <dougm@covalent.net>
49092              Date: Sat, 10 Feb 2001 15:00:54 -0800 (PST)
49093              Message-ID: <Pine.LNX.4.21.0102101453220.15298-100000@mako.covalent.net>
49094              
49095              Subject: [patch] attributes.pm support for `shared'
49096              From: Doug MacEachern <dougm@covalent.net>
49097              Date: Sat, 10 Feb 2001 20:08:48 -0800 (PST)
49098              Message-ID: <Pine.LNX.4.21.0102102004190.15298-100000@mako.covalent.net>
49099              
49100              our() attributes were ignored, our :shared pieces missing,
49101              allow attributes.pm to turn on shared.
49102      Branch: perl
49103            ! op.c t/op/attrs.t toke.c xsutils.c
49104 ____________________________________________________________________________
49105 [  8765] By: alanbur                               on 2001/02/10  23:11:19
49106         Log: Resync with parent (hopefully sucessfully this time)
49107      Branch: maint-5.6/pureperl
49108           !> MANIFEST README.bs2000 README.hpux README.vmesa installhtml
49109           !> lib/Math/Complex.pm lib/Pod/Find.pm pod/buildtoc.PL
49110           !> pod/perl.pod pod/perlapi.pod pod/perlboot.pod pod/perlcall.pod
49111           !> pod/perlfaq2.pod pod/perlfaq3.pod pod/perlfaq9.pod
49112           !> pod/perlmodlib.PL pod/perlobj.pod pod/perlport.pod
49113           !> pod/perlre.pod pod/perltoc.pod pod/perltoot.pod
49114           !> pod/perltootc.pod win32/Makefile win32/makefile.mk
49115 ____________________________________________________________________________
49116 [  8764] By: jhi                                   on 2001/02/10  22:54:38
49117         Log: Make TEST and UTEST more verbose in case something goes
49118              wrong in running/compiling a script, suggested by Doug
49119              MacEachern.
49120      Branch: perl
49121            ! t/TEST t/UTEST
49122 ____________________________________________________________________________
49123 [  8763] By: jhi                                   on 2001/02/10  22:11:34
49124         Log: Bogus shebang.
49125      Branch: perl
49126            ! t/lib/texttabs.t
49127 ____________________________________________________________________________
49128 [  8762] By: jhi                                   on 2001/02/10  21:56:02
49129         Log: (Retracted by #8769)
49130      Branch: perl
49131            ! regexec.c
49132 ____________________________________________________________________________
49133 [  8761] By: jhi                                   on 2001/02/10  21:26:15
49134         Log: Subject: Re: [patch] GvSHARED 
49135              From: Doug MacEachern <dougm@covalent.net>
49136              Date: Sat, 10 Feb 2001 13:11:14 -0800 (PST)
49137              Message-ID: <Pine.LNX.4.21.0102101253070.15298-100000@mako.covalent.net>
49138              
49139              our @EXPORT : shared = (...);
49140      Branch: perl
49141            ! toke.c
49142 ____________________________________________________________________________
49143 [  8760] By: jhi                                   on 2001/02/10  21:25:07
49144         Log: Subject: [patch] GvSHARED
49145              From: Doug MacEachern <dougm@covalent.net>
49146              Date: Sat, 10 Feb 2001 10:57:12 -0800 (PST)
49147              Message-ID: <Pine.LNX.4.21.0102101047320.15298-100000@mako.covalent.net>
49148      Branch: perl
49149            ! embed.h embed.pl gv.c gv.h op.c pp_sys.c proto.h sv.c
49150 ____________________________________________________________________________
49151 [  8759] By: alanbur                               on 2001/02/10  21:24:27
49152         Log: Backed out mismerge.
49153      Branch: maint-5.6/pureperl
49154            ! MANIFEST README.hpux README.vmesa gv.c installhtml
49155            ! lib/Math/Complex.pm lib/Pod/Find.pm perl.c pod/buildtoc.PL
49156            ! pod/perl.pod pod/perlapi.pod pod/perlboot.pod pod/perlcall.pod
49157            ! pod/perlfaq2.pod pod/perlfaq3.pod pod/perlfaq9.pod
49158            ! pod/perlmodlib.PL pod/perlobj.pod pod/perlport.pod
49159            ! pod/perlre.pod pod/perltoc.pod pod/perltoot.pod
49160            ! pod/perltootc.pod sv.c win32/Makefile win32/makefile.mk
49161 ____________________________________________________________________________
49162 [  8758] By: jhi                                   on 2001/02/10  18:01:17
49163         Log: Integrate changes #8701,8704,8756 from pureperl to maintperl.
49164              
49165              Fixed UMRs and leak in Perl_pmtrans()
49166              
49167              Several leaks an UMRs fixed, mainly in the area of Perl_pmtrans and
49168              associated UTFied tr/// code.  Also fixed scoping leak of
49169              PL_reg_start_tmp.
49170              
49171              newATTRSUB leaks when an attempt to redefine the active sort sub is
49172              made.
49173      Branch: maint-5.6/perl
49174           !> op.c regcomp.c
49175 ____________________________________________________________________________
49176 [  8757] By: alanbur                               on 2001/02/10  17:56:46
49177         Log: Resynchronised with parent
49178      Branch: maint-5.6/pureperl
49179           +> README.bs2000
49180            - README.posix-bc
49181            ! gv.c perl.c sv.c
49182           !> MANIFEST README.hpux README.vmesa installhtml
49183           !> lib/Math/Complex.pm lib/Pod/Find.pm pod/buildtoc.PL
49184           !> pod/perl.pod pod/perlapi.pod pod/perlboot.pod pod/perlcall.pod
49185           !> pod/perlfaq2.pod pod/perlfaq3.pod pod/perlfaq9.pod
49186           !> pod/perlmodlib.PL pod/perlobj.pod pod/perlport.pod
49187           !> pod/perlre.pod pod/perltoc.pod pod/perltoot.pod
49188           !> pod/perltootc.pod win32/Makefile win32/makefile.mk
49189 ____________________________________________________________________________
49190 [  8756] By: alanbur                               on 2001/02/10  17:51:15
49191         Log: newATTRSUB leaks when an attempt to redefine the active sort sub is
49192              made.
49193      Branch: maint-5.6/pureperl
49194            ! op.c
49195 ____________________________________________________________________________
49196 [  8755] By: jhi                                   on 2001/02/09  22:41:35
49197         Log: Upgrade to CPAN 1.59_54, from Andreas König.
49198      Branch: perl
49199            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
49200 ____________________________________________________________________________
49201 [  8754] By: jhi                                   on 2001/02/09  22:29:20
49202         Log: Upgrade to Text-Tabs+Wrap-2001.0131 from David Muir Sharnoff.
49203              
49204              Didn't upgrade the fill.t since it has a dependency to File::Slurp
49205              purely for debugging purposes, the actual test hasn't changed.
49206      Branch: perl
49207            ! lib/Text/Tabs.pm lib/Text/Wrap.pm t/lib/texttabs.t
49208            ! t/lib/textwrap.t
49209 ____________________________________________________________________________
49210 [  8753] By: jhi                                   on 2001/02/09  20:17:50
49211         Log: Integrate change #8682 from maintperl.
49212              
49213              IRIX hints fix from Scott Henry, get Configure -Dcc="cc -64 -mips3"
49214              to work correctly.
49215      Branch: perl
49216           !> hints/irix_6.sh
49217 ____________________________________________________________________________
49218 [  8752] By: jhi                                   on 2001/02/09  20:00:46
49219         Log: Update Changes.
49220      Branch: perl
49221            ! Changes patchlevel.h
49222 ____________________________________________________________________________
49223 [  8751] By: nick                                  on 2001/02/09  19:48:37
49224         Log: Integrate mainline
49225      Branch: perlio
49226           +> README.bs2000 t/lib/cgi-esc.t
49227            - README.posix-bc
49228           !> (integrate 53 files)
49229 ____________________________________________________________________________
49230 [  8750] By: nick                                  on 2001/02/09  19:25:16
49231         Log: Subject: RE: Biannual Competition to Improve Hashing Function
49232              From: Fisher Mark <fisherm@tce.com>
49233              Date: Thu, 8 Feb 2001 10:44:00 -0500
49234              Message-Id: <A5E22933E3D5D4118FFE00508BF373C706A52F@indyexch28.indy.tce.
49235              Date: Thu, 8 Feb 2001 15:02:47 -0500
49236              Message-Id: <A5E22933E3D5D4118FFE00508BF373C706A52B@indyexch28.indy.tce.
49237      Branch: perl
49238            ! hv.h pod/perldelta.pod t/lib/dumper.t t/pragma/warn/perl
49239 ____________________________________________________________________________
49240 [  8749] By: jhi                                   on 2001/02/09  19:02:35
49241         Log: Forgotten fragment.
49242      Branch: perl
49243            ! pod/perlapi.pod
49244 ____________________________________________________________________________
49245 [  8748] By: jhi                                   on 2001/02/09  18:31:34
49246         Log: Integrate changes #8673,8674,8676 from maintperl into mainline,
49247              plus manual tweakage.
49248              
49249              Sync the perlfaq2 between mainline and maintperl.
49250      Branch: maint-5.6/perl
49251            ! pod/perlfaq2.pod
49252      Branch: perl
49253           !> pod/perlfaq2.pod
49254 ____________________________________________________________________________
49255 [  8747] By: jhi                                   on 2001/02/09  18:12:04
49256         Log: Subject: versiononly and installperl
49257              From: abigail@foad.org
49258              Date: Wed, 7 Feb 2001 22:43:12 +0100
49259              Message-ID: <20010207214312.7045.qmail@foad.org>    
49260              
49261              Add +v flag to force a normal install of the perl binary
49262              and the utilities.
49263              
49264              Subject: [PATCH] installperl
49265              From: Nicholas Clark <nick@ccl4.org>
49266              Date: Fri, 9 Feb 2001 16:28:57 +0000
49267              Message-ID: <20010209162857.B10931@plum.flirble.org>
49268              
49269              Add -A flag which also hardlinks the binary with
49270              the full architecture name.
49271      Branch: perl
49272            ! installperl
49273 ____________________________________________________________________________
49274 [  8746] By: jhi                                   on 2001/02/09  18:03:43
49275         Log: Integrate changes #8699,8708,8709,8744,8745 from mainline.
49276              
49277              Subject: perlfaq2, re: perlmongers
49278              
49279              Subject: Re: [PATCH pod/[bt]ootc?.pod] Adding mention of useful CPAN modules
49280              
49281              Subject: [PATCH pod/perlmodlib.PL 5.6.1-TRIAL2] Up to date CPAN mirror list
49282              
49283              Subject: [ID 20010205.001] typo in perlfaq9
49284              
49285              Subject: [ID 20010208.002] unordered explanation in perlcall
49286      Branch: maint-5.6/perl
49287           !> pod/perlapi.pod pod/perlboot.pod pod/perlcall.pod
49288           !> pod/perlfaq2.pod pod/perlfaq9.pod pod/perlmodlib.PL
49289           !> pod/perlobj.pod pod/perltoot.pod pod/perltootc.pod
49290 ____________________________________________________________________________
49291 [  8745] By: jhi                                   on 2001/02/09  17:59:09
49292         Log: Subject: [ID 20010208.002] unordered explanation in perlcall
49293              From: abela@geneanet.org
49294              Date: Thu,  8 Feb 2001 16:11:46 +0100 (CET)
49295              Message-Id: <20010208151146.0937BC97E@little-roots.geneanet.org>
49296      Branch: perl
49297            ! pod/perlcall.pod
49298 ____________________________________________________________________________
49299 [  8744] By: jhi                                   on 2001/02/09  17:48:16
49300         Log: Subject: [ID 20010205.001] typo in perlfaq9
49301              From: eserte@vran.herceg.de
49302              Date: Sun, 4 Feb 2001 23:44:09 +0100 (CET)
49303              Message-Id: <200102042244.XAA21926@vran.herceg.de>
49304      Branch: perl
49305            ! pod/perlfaq9.pod
49306 ____________________________________________________________________________
49307 [  8743] By: jhi                                   on 2001/02/09  17:25:12
49308         Log: Integrate change #8695 from maintperl.
49309              
49310              thread.h tweak to enable 5005threads on HP-UX 10.20 with DCE threads
49311      Branch: perl
49312           !> thread.h
49313 ____________________________________________________________________________
49314 [  8742] By: jhi                                   on 2001/02/09  17:21:22
49315         Log: Subject: Re: [PATCH embed.pl] Forgot to add ./lib to @INC for File::Glob
49316              From: Andy Dougherty <doughera@lafayette.edu>
49317              Date: Mon, 5 Feb 2001 10:19:29 -0500 (EST)
49318              Message-ID: <Pine.SOL.4.10.10102051013380.11242-100000@maxwell.phys.lafayette.edu>
49319      Branch: perl
49320            ! embed.pl
49321 ____________________________________________________________________________
49322 [  8741] By: jhi                                   on 2001/02/09  17:05:19
49323         Log: Integrate changes #8738,8739,8740 from maintperl.
49324              
49325              Html files will be installed in a more logical and easier to
49326              find directory. E.g. c:\perl\html instead of c:\perl\lib\pod\html
49327              
49328              Html files will be generated with a header to make them look
49329              a little less bare.
49330              
49331              Subject: [PATCH perl-current] perlfaq3.pod, URL for vile
49332      Branch: perl
49333           !> installhtml pod/perlfaq3.pod win32/Makefile win32/makefile.mk
49334 ____________________________________________________________________________
49335 [  8740] By: jhi                                   on 2001/02/09  17:03:46
49336         Log: Subject: [PATCH perl-current] perlfaq3.pod, URL for vile
49337              From: "Brendan O'Dea" <bod@compusol.com.au>
49338              Date: Sun, 4 Feb 2001 11:17:56 +1100
49339              Message-ID: <20010204111756.A16301@compusol.com.au>
49340      Branch: maint-5.6/perl
49341            ! pod/perlfaq3.pod
49342 ____________________________________________________________________________
49343 [  8739] By: jhi                                   on 2001/02/09  17:01:59
49344         Log: Subject: [PATCH: perl-5.6.1-TRIAL2] installhtml change to build prettier html files
49345              From: "Indy Singh" <indy@nusphere.com>
49346              Date: Fri, 2 Feb 2001 15:09:59 -0500
49347              Message-ID: <02b601c08d54$23fd3560$d24b7018@cr637287a>
49348              
49349              Html files will be generated with a header to make them look
49350              a little less bare.
49351      Branch: maint-5.6/perl
49352            ! installhtml
49353 ____________________________________________________________________________
49354 [  8738] By: jhi                                   on 2001/02/09  16:58:48
49355         Log: Subject: [PATCH: perl-5.6.1-TRIAL2] Win32 Makefile change to move html directory
49356              From: "Indy Singh" <indy@nusphere.com>
49357              Date: Fri, 2 Feb 2001 15:08:23 -0500
49358              Message-ID: <02b501c08d53$ec354550$d24b7018@cr637287a>
49359              
49360              Html files will be installed in a more logical and easier to
49361              find directory. E.g. c:\perl\html instead of c:\perl\lib\pod\html
49362      Branch: maint-5.6/perl
49363            ! win32/Makefile win32/makefile.mk
49364 ____________________________________________________________________________
49365 [  8737] By: jhi                                   on 2001/02/09  16:46:54
49366         Log: Integrate changes #8687,8736 from maintperl.
49367              
49368              HP-UX thread patches from Merijn H. Brand.
49369              
49370              Latin nit from Philip Newton.
49371      Branch: perl
49372           !> README.hpux hints/hpux.sh
49373 ____________________________________________________________________________
49374 [  8736] By: jhi                                   on 2001/02/09  16:42:31
49375         Log: Latin nit from Philip Newton.
49376      Branch: maint-5.6/perl
49377            ! README.hpux
49378 ____________________________________________________________________________
49379 [  8735] By: jhi                                   on 2001/02/09  16:24:03
49380         Log: Integrate changes #8704,8710 from pureperl.
49381              
49382              Fixed UMRs and leak in Perl_pmtrans()
49383              
49384              Several leaks an UMRs fixed, mainly in the area of Perl_pmtrans and
49385              associated UTFied tr/// code.  Also fixed scoping leak of
49386              PL_reg_start_tmp.
49387      Branch: perl
49388           !> op.c regcomp.c
49389 ____________________________________________________________________________
49390 [  8734] By: jhi                                   on 2001/02/09  15:40:21
49391         Log: Integrate change #8733 from maintperl.
49392              
49393              Subject: Re: [PATCH: 5.6.1 trial 2 && perl@8671] some coded char set issues in perlre.pod
49394      Branch: perl
49395           !> pod/perlre.pod
49396 ____________________________________________________________________________
49397 [  8733] By: jhi                                   on 2001/02/09  15:35:47
49398         Log: Subject: Re: [PATCH: 5.6.1 trial 2 && perl@8671] some coded char set issues in perlre.pod
49399              From: Prymmer/Kahn <pvhp@best.com>
49400              Date: Thu, 8 Feb 2001 21:21:22 -0800 (PST)
49401              Message-ID: <Pine.BSF.4.21.0102082048360.1499-100000@shell8.ba.best.com>
49402      Branch: maint-5.6/perl
49403            ! pod/perlre.pod
49404 ____________________________________________________________________________
49405 [  8732] By: jhi                                   on 2001/02/09  15:26:17
49406         Log: Rename README.posix-bc to README.bs2000 (to avoid the
49407              confusion of a "perlposix-bc.pod"), add a few missing
49408              arch pods, regen toc.
49409      Branch: maint-5.6/perl
49410           +> README.bs2000
49411            - README.posix-bc
49412            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perlport.pod
49413            ! pod/perltoc.pod win32/Makefile win32/makefile.mk
49414 ____________________________________________________________________________
49415 [  8731] By: jhi                                   on 2001/02/09  15:23:39
49416         Log: De-cut-and-pasto.
49417      Branch: perl
49418            ! pod/perl.pod
49419 ____________________________________________________________________________
49420 [  8730] By: jhi                                   on 2001/02/09  15:11:13
49421         Log: Rename README.posix-bc to README.bs2000 to avoid confusion
49422              when people think that perlposix-bc.pod tells anything about
49423              Perl and POSIX.  Regen toc.
49424      Branch: perl
49425           +> README.bs2000
49426            - README.posix-bc
49427            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perlport.pod
49428            ! pod/perltoc.pod win32/Makefile win32/makefile.mk
49429 ____________________________________________________________________________
49430 [  8729] By: jhi                                   on 2001/02/09  14:52:28
49431         Log: The README.vmesa part of #8712 from maintperl.
49432      Branch: perl
49433            ! README.vmesa
49434 ____________________________________________________________________________
49435 [  8728] By: jhi                                   on 2001/02/09  14:46:06
49436         Log: Subject: [PATCH: 5.6.1 trial 2 && perl@8671] podify README.vmesa
49437              From: Peter Prymmer <pvhp@forte.com>
49438              Date: Thu, 8 Feb 2001 13:00:30 -0800 (PST)
49439              Message-ID: <Pine.OSF.4.10.10102081246030.445810-100000@aspara.forte.com>
49440      Branch: maint-5.6/perl
49441            ! README.vmesa win32/Makefile win32/makefile.mk
49442 ____________________________________________________________________________
49443 [  8727] By: jhi                                   on 2001/02/09  14:33:25
49444         Log: Integrate change #8712 from mainline.
49445              
49446              [PATCH: perl-5.6.1 trial2 && perl@8671] VMS specific simplification for Pod::Find
49447      Branch: maint-5.6/perl
49448           !> lib/Pod/Find.pm
49449 ____________________________________________________________________________
49450 [  8726] By: jhi                                   on 2001/02/09  14:30:28
49451         Log: Subject: [PATCH: 5.6.1 trial2 && perl@8671] provide EBCDIC CGI::Util::escape() and test
49452              From: Peter Prymmer <pvhp@forte.com>
49453              Date: Mon, 5 Feb 2001 16:26:36 -0800 (PST)
49454              Message-ID: <Pine.OSF.4.10.10102051615260.280619-100000@aspara.forte.com>
49455      Branch: perl
49456            + t/lib/cgi-esc.t
49457            ! MANIFEST lib/CGI/Util.pm
49458 ____________________________________________________________________________
49459 [  8725] By: jhi                                   on 2001/02/09  04:56:47
49460         Log: Add NonStopUX to the list of 5.6.1-proven platforms.
49461      Branch: maint-5.6/perl
49462            ! pod/perlport.pod
49463 ____________________________________________________________________________
49464 [  8724] By: jhi                                   on 2001/02/09  04:40:59
49465         Log: Integrate changes 7819,7820 from vmsperl into mainline.
49466              
49467              Add header for LIB$ prototypes (C. Berry)
49468              
49469              Convert fwrite()s to sockets to write()s, since some socket stacks
49470              don't take kindly to stdio.
49471              Ignore "expected" SS$_NOLOGNAM when doing internal LNM lookups
49472              (for often optional LNMs)
49473              Correct a few typos
49474              (C. Bailey)
49475      Branch: perl
49476           !> ext/Devel/DProf/DProf.xs vms/vms.c vms/vmsish.h
49477 ____________________________________________________________________________
49478 [  8723] By: jhi                                   on 2001/02/09  03:29:29
49479         Log: Integrate change #8722 from mainline.
49480              
49481              The Im() function wasn't returning zero for non-Math::Complex
49482              arguments.  The bug reported by John Gamble.
49483      Branch: maint-5.6/perl
49484           !> lib/Math/Complex.pm
49485 ____________________________________________________________________________
49486 [  8722] By: jhi                                   on 2001/02/09  03:28:33
49487         Log: The Im() function wasn't returning zero for non-Math::Complex
49488              arguments.  The bug reported by John Gamble.
49489      Branch: perl
49490            ! lib/Math/Complex.pm
49491 ____________________________________________________________________________
49492 [  8721] By: nick                                  on 2001/02/08  22:11:35
49493         Log: Correct the correction :-(
49494      Branch: perl
49495            ! perl.c
49496 ____________________________________________________________________________
49497 [  8720] By: bailey                                on 2001/02/08  20:59:22
49498         Log: Convert fwrite()s to sockets to write()s, since some socket stacks
49499              don't take kindly to stdio.
49500              Ignore "expected" SS$_NOLOGNAM when doing internal LNM lookups
49501              (for often optional LNMs)
49502              Correct a few typos
49503              (C. Bailey)
49504      Branch: vmsperl
49505            ! vms/vms.c vms/vmsish.h
49506 ____________________________________________________________________________
49507 [  8719] By: bailey                                on 2001/02/08  20:51:02
49508         Log: Add header for LIB$ prototypes (C. Berry)
49509      Branch: vmsperl
49510            ! ext/Devel/DProf/DProf.xs
49511 ____________________________________________________________________________
49512 [  8718] By: bailey                                on 2001/02/08  20:49:00
49513         Log: SYN SYN
49514      Branch: vmsperl
49515           +> pod/perliol.pod t/lib/sample-tests/bailout
49516           +> t/lib/sample-tests/combined t/lib/sample-tests/descriptive
49517           +> t/lib/sample-tests/duplicates t/lib/sample-tests/header_at_end
49518           +> t/lib/sample-tests/no_nums t/lib/sample-tests/simple
49519           +> t/lib/sample-tests/simple_fail t/lib/sample-tests/skip
49520           +> t/lib/sample-tests/skip_all t/lib/sample-tests/todo
49521           +> t/lib/sample-tests/with_comments t/lib/test-harness.t
49522            - lib/unicode/Is/DCinital.pl
49523           !> (integrate 101 files)
49524 ____________________________________________________________________________
49525 [  8717] By: nick                                  on 2001/02/08  19:38:48
49526         Log: Subject: [PATCH CPAN 1.59_51] warning message (not!)
49527              From: Robin Barker <rmb1@cise.npl.co.uk>
49528              Date: Thu, 8 Feb 2001 14:38:07 GMT
49529              Message-Id: <200102081438.OAA20498@tempest.npl.co.uk>
49530      Branch: perl
49531            ! lib/CPAN.pm
49532 ____________________________________________________________________________
49533 [  8716] By: nick                                  on 2001/02/08  19:29:07
49534         Log: Generated files form 8713 etc.
49535      Branch: perl
49536            ! embed.h global.sym objXSUB.h perlapi.c proto.h
49537 ____________________________________________________________________________
49538 [  8715] By: nick                                  on 2001/02/08  19:26:08
49539         Log: Fixup non-ithread build after 8713
49540      Branch: perl
49541            ! perl.c
49542 ____________________________________________________________________________
49543 [  8714] By: nick                                  on 2001/02/08  19:17:45
49544         Log: Subject: [ID 20010206.010] S_ functions not declared STATIC
49545              From: nick@ccl4.org
49546              Date: Wed, 7 Feb 2001 00:27:47 +0000
49547              Message-Id: <20010207002747.B63724@plum.flirble.org>
49548      Branch: perl
49549            ! sv.c toke.c
49550 ____________________________________________________________________________
49551 [  8713] By: nick                                  on 2001/02/08  19:15:58
49552         Log: Subject: Re: [patch] Re: PL_ptr_table
49553              From: Doug Maceachern <dougm@covalent.net>
49554              Date: Wed, 7 Feb 2001 19:18:52 -0800 (PST)
49555              Message-Id: <Pine.LNX.4.21.0102071916270.29229-100000@mako.covalent.net>
49556      Branch: perl
49557            ! embed.pl perl.c sv.c sv.h
49558 ____________________________________________________________________________
49559 [  8712] By: nick                                  on 2001/02/08  19:12:47
49560         Log: Subject: [PATCH: perl-5.6.1 trial2 && perl@8671] VMS specific simplificationfor Pod::Find
49561              From: Peter Prymmer <pvhp@forte.com>
49562              Date: Wed, 7 Feb 2001 17:07:39 -0800 (PST)
49563              Message-Id: <Pine.OSF.4.10.10102071704150.411763-100000@aspara.forte.com
49564      Branch: perl
49565            ! lib/Pod/Find.pm
49566 ____________________________________________________________________________
49567 [  8711] By: nick                                  on 2001/02/07  21:06:11
49568         Log: Manually applied version for dev branch of Alan/Sarathy 5.6 patch.
49569              Subject: Re: Incorrect scoping of PL_reg_start_tmp causes leak
49570              From: Alan Burlison <Alan.Burlison@uk.sun.com>
49571              Date: Tue, 06 Feb 2001 23:37:01 +0000
49572              Message-Id: <3A808A9D.20F7A035@uk.sun.com>
49573      Branch: perl
49574            ! regcomp.c
49575 ____________________________________________________________________________
49576 [  8710] By: alanbur                               on 2001/02/07  00:22:04
49577         Log: Several leaks an UMRs fixed, mainly in the area of Perl_pmtrans and
49578              associated UTFied tr/// code.  Also fixed scoping leak of
49579              PL_reg_start_tmp.
49580      Branch: maint-5.6/pureperl
49581            ! op.c regcomp.c
49582 ____________________________________________________________________________
49583 [  8709] By: nick                                  on 2001/02/06  21:16:49
49584         Log: Subject: [PATCH pod/perlmodlib.PL 5.6.1-TRIAL2] Up to date CPAN mirror list
49585              From: Michael G Schwern <schwern@pobox.com>
49586              Date: Sun, 4 Feb 2001 19:47:14 -0500
49587              Message-Id: <20010204194714.A4698@blackrider.aocn.com>
49588      Branch: perl
49589            ! pod/perlapi.pod pod/perlmodlib.PL
49590 ____________________________________________________________________________
49591 [  8708] By: nick                                  on 2001/02/06  20:41:20
49592         Log: Subject: Re: [PATCH pod/[bt]ootc?.pod] Adding mention of useful CPAN modules
49593              From: Michael G Schwern <schwern@pobox.com>
49594              Date: Sun, 4 Feb 2001 21:17:49 -0500
49595              Message-Id: <20010204211748.A13415@blackrider.aocn.com>
49596      Branch: perl
49597            ! pod/perlboot.pod pod/perlobj.pod pod/perltoot.pod
49598            ! pod/perltootc.pod
49599 ____________________________________________________________________________
49600 [  8707] By: nick                                  on 2001/02/06  20:29:11
49601         Log: Subject: [PATCH lib/ExtUtils/MANIFEST.SKIP] Skipping CVS conflict backup files
49602              From: Michael G Schwern <schwern@pobox.com>
49603              Date: Tue, 6 Feb 2001 05:54:30 -0500
49604              Message-Id: <20010206055430.A951@blackrider.aocn.com>
49605      Branch: perl
49606            ! lib/ExtUtils/MANIFEST.SKIP lib/ExtUtils/Manifest.pm
49607 ____________________________________________________________________________
49608 [  8706] By: nick                                  on 2001/02/06  20:21:40
49609         Log: Subject: RE: some win32 fixes
49610              Date: Tue, 6 Feb 2001 09:23:20 +0300
49611              From: Vadim Konovalov <vkonovalov@lucent.com>
49612              Message-ID: <402099F49BEED211999700805FC7359F9CAF49@ru0028exch01.spb.lucent.com>
49613      Branch: perl
49614            ! toke.c win32/Makefile win32/config.bc win32/config.gc
49615            ! win32/config.vc win32/config_H.bc win32/makefile.mk
49616 ____________________________________________________________________________
49617 [  8705] By: alanbur                               on 2001/02/06  15:00:03
49618         Log: Synchronised with parent
49619      Branch: maint-5.6/pureperl
49620            ! regexec.c
49621           !> t/lib/db-btree.t t/lib/db-hash.t t/lib/db-recno.t
49622           !> utils/perldoc.PL win32/Makefile win32/makefile.mk
49623 ____________________________________________________________________________
49624 [  8704] By: alanbur                               on 2001/02/06  14:55:24
49625         Log: Fixed UMRs and leak in Perl_pmtrans()
49626      Branch: maint-5.6/pureperl
49627            ! op.c
49628 ____________________________________________________________________________
49629 [  8703] By: gsar                                  on 2001/02/06  02:29:37
49630         Log: $(MAKE) distclean doesn't clean up properly on windows
49631      Branch: maint-5.6/perl
49632            ! win32/Makefile win32/makefile.mk
49633 ____________________________________________________________________________
49634 [  8702] By: gsar                                  on 2001/02/06  01:00:46
49635         Log: tweak change#8659 to keep it simple
49636      Branch: maint-5.6/perl
49637            ! utils/perldoc.PL
49638 ____________________________________________________________________________
49639 [  8701] By: gsar                                  on 2001/02/05  22:45:41
49640         Log: change#8693 was missing testsuite changes
49641      Branch: maint-5.6/perl
49642           !> t/lib/db-btree.t t/lib/db-hash.t t/lib/db-recno.t
49643 ____________________________________________________________________________
49644 [  8700] By: nick                                  on 2001/02/05  20:32:52
49645         Log: Integrate mainline
49646      Branch: perlio
49647           +> t/lib/sample-tests/bailout t/lib/sample-tests/combined
49648           +> t/lib/sample-tests/descriptive t/lib/sample-tests/duplicates
49649           +> t/lib/sample-tests/header_at_end t/lib/sample-tests/no_nums
49650           +> t/lib/sample-tests/simple t/lib/sample-tests/simple_fail
49651           +> t/lib/sample-tests/skip t/lib/sample-tests/skip_all
49652           +> t/lib/sample-tests/todo t/lib/sample-tests/with_comments
49653           +> t/lib/test-harness.t
49654           !> Configure MANIFEST lib/Test/Harness.pm lib/overload.pm
49655           !> perlio.c pod/perldiag.pod pod/perlfaq2.pod pod/perlfaq8.pod
49656           !> pod/perlfunc.pod pod/perlop.pod pod/perlport.pod
49657           !> pod/perlutil.pod t/TEST utils/h2xs.PL
49658 ____________________________________________________________________________
49659 [  8699] By: nick                                  on 2001/02/05  19:41:07
49660         Log: Subject: perlfaq2, re: perlmongers
49661              From: David H. Adler <dha@panix.com>
49662              Date: Sun, 4 Feb 2001 23:48:23 -0500
49663              Message-Id: <20010204234823.A13429@panix.com>
49664      Branch: perl
49665            ! pod/perlfaq2.pod
49666 ____________________________________________________________________________
49667 [  8698] By: nick                                  on 2001/02/05  19:39:31
49668         Log: Missed file f#rom the testharness mess.
49669      Branch: perl
49670            + t/lib/test-harness.t
49671 ____________________________________________________________________________
49672 [  8697] By: nick                                  on 2001/02/05  19:37:21
49673         Log: Subject: [DOC PATCH] overload.pm nits
49674              From: John Tobey <jtobey@john-edwin-tobey.org>
49675              Date: Sun, 4 Feb 2001 20:40:47 -0500 (EST)
49676              Message-Id: <m14Pae7-000FOoC@feynman.localnet>
49677      Branch: perl
49678            ! lib/overload.pm
49679 ____________________________________________________________________________
49680 [  8696] By: alanbur                               on 2001/02/05  11:56:00
49681         Log: Sync with parent
49682      Branch: maint-5.6/pureperl
49683           !> thread.h
49684 ____________________________________________________________________________
49685 [  8695] By: gsar                                  on 2001/02/05  03:27:34
49686         Log: thread.h tweak to enable 5005threads on HP-UX 10.20 with DCE threads
49687      Branch: maint-5.6/perl
49688            ! thread.h
49689 ____________________________________________________________________________
49690 [  8694] By: alanbur                               on 2001/02/05  00:07:47
49691         Log: Initial branch creation from //depot/maint-5.6/perl
49692      Branch: maint-5.6/pureperl
49693           +> (branch 1719 files)
49694 ____________________________________________________________________________
49695 [  8693] By: gsar                                  on 2001/02/04  22:38:49
49696         Log: integrate changes#7801,8068,8094,8108,8196 from mainline (DB_File
49697              changes)
49698      Branch: maint-5.6/perl
49699           !> ext/DB_File/Changes ext/DB_File/DB_File.pm
49700           !> ext/DB_File/DB_File.xs ext/DB_File/dbinfo ext/DB_File/typemap
49701           !> ext/DB_File/version.c
49702 ____________________________________________________________________________
49703 [  8692] By: nick                                  on 2001/02/04  18:15:57
49704         Log: The missed t/TEST part of the grand testharness upgrade.
49705      Branch: perl
49706            ! t/TEST
49707 ____________________________________________________________________________
49708 [  8691] By: nick                                  on 2001/02/04  18:05:17
49709         Log: New improved test harness
49710              Subject: Re: [PATCH Test::Harness] Third time's a charm?
49711              From: Michael G Schwern <schwern@pobox.com>
49712              Date: Sun, 4 Feb 2001 08:01:20 -0500
49713              Message-Id: <20010204080120.G10493@blackrider.aocn.com>
49714      Branch: perl
49715            + t/lib/sample-tests/bailout t/lib/sample-tests/combined
49716            + t/lib/sample-tests/descriptive t/lib/sample-tests/duplicates
49717            + t/lib/sample-tests/header_at_end t/lib/sample-tests/no_nums
49718            + t/lib/sample-tests/simple t/lib/sample-tests/simple_fail
49719            + t/lib/sample-tests/skip t/lib/sample-tests/skip_all
49720            + t/lib/sample-tests/todo t/lib/sample-tests/with_comments
49721            ! MANIFEST lib/Test/Harness.pm
49722 ____________________________________________________________________________
49723 [  8690] By: nick                                  on 2001/02/04  17:57:51
49724         Log: Subject: [PATCH h2xs.PL perl@8670] Small usage change and author gueesing
49725              From: Jonathan Stowe <gellyfish@gellyfish.com>
49726              Date: Sun, 4 Feb 2001 10:46:01 +0000 (GMT)
49727              Message-Id: <Pine.LNX.4.32.0102041037510.1555-100000@orpheus.gellyfish.com>
49728      Branch: perl
49729            ! utils/h2xs.PL
49730 ____________________________________________________________________________
49731 [  8689] By: nick                                  on 2001/02/04  17:55:24
49732         Log: Subject: Re: [PATCH lots of pod/] s/chop/chomp/g
49733              From: Michael G Schwern <schwern@pobox.com>
49734              Date: Sat, 3 Feb 2001 22:46:38 -0500
49735              Message-Id: <20010203224638.E10493@blackrider.aocn.com>
49736      Branch: perl
49737            ! pod/perldiag.pod pod/perlfaq8.pod pod/perlfunc.pod
49738            ! pod/perlop.pod pod/perlport.pod pod/perlutil.pod
49739 ____________________________________________________________________________
49740 [  8688] By: nick                                  on 2001/02/04  17:43:55
49741         Log: Subject: [ID 20010203.006] perlio.c is mis-reporting argument
49742              length byfailing to spot lack of closing )
49743              From: nick@talking.bollo.cx
49744              Date: Sat, 03 Feb 2001 23:53:16 +0000
49745              Message-Id: <E14PCUW-0001Qo-00@Bagpuss.unfortu.net>
49746      Branch: perl
49747            ! perlio.c pod/perldiag.pod
49748 ____________________________________________________________________________
49749 [  8687] By: jhi                                   on 2001/02/03  17:11:42
49750         Log: HP-UX thread patches from Merijn H. Brand.
49751      Branch: maint-5.6/perl
49752            ! README.hpux hints/hpux.sh
49753 ____________________________________________________________________________
49754 [  8686] By: jhi                                   on 2001/02/03  16:40:12
49755         Log: Metaconfig changes for #8685.
49756      Branch: metaconfig
49757            ! U/installdirs/instubperl.U
49758      Branch: metaconfig/U/perl
49759            ! Devel.U versiononly.U
49760 ____________________________________________________________________________
49761 [  8685] By: jhi                                   on 2001/02/03  16:39:49
49762         Log: For -Dusedevel builds turn off installusrbinperl and turn on
49763              versiononly, a combined idea of Richard Soderberg and Merijn
49764              H. Brand.  You can still override both of these from the command
49765              line if you need to, -Dinstallusrbinperl and -Uversiononly.
49766      Branch: perl
49767            ! Configure
49768 ____________________________________________________________________________
49769 [  8684] By: jhi                                   on 2001/02/03  16:16:34
49770         Log: Metaconfig unit fix for #8683.
49771      Branch: metaconfig
49772            ! U/compline/nblock_io.U
49773 ____________________________________________________________________________
49774 [  8683] By: jhi                                   on 2001/02/03  16:16:12
49775         Log: Configure fix for the DYNIX/ptx F_SETFL problem,
49776              reported by Peter Prymmer for 5.6-TRIAL1.
49777      Branch: perl
49778            ! Configure
49779 ____________________________________________________________________________
49780 [  8682] By: jhi                                   on 2001/02/03  05:52:11
49781         Log: IRIX hints fix from Scott Henry, get Configure -Dcc="cc -64 -mips3"
49782              to work correctly.
49783      Branch: maint-5.6/perl
49784            ! hints/irix_6.sh
49785 ____________________________________________________________________________
49786 [  8681] By: jhi                                   on 2001/02/03  05:47:33
49787         Log: perlport tweaks from Peter Prymmer and Chris Nandor.
49788      Branch: maint-5.6/perl
49789            ! pod/perlport.pod
49790 ____________________________________________________________________________
49791 [  8680] By: jhi                                   on 2001/02/02  21:39:49
49792         Log: perlport update from Peter Prymmer.
49793      Branch: maint-5.6/perl
49794            ! pod/perlport.pod
49795 ____________________________________________________________________________
49796 [  8679] By: nick                                  on 2001/02/02  20:50:48
49797         Log: Integrate mainline
49798      Branch: perlio
49799           !> Changes Porting/makerel embed.pl embedvar.h ext/POSIX/POSIX.xs
49800           !> lib/Getopt/Long.pm patchlevel.h pod/perlfunc.pod
49801           !> pod/perlmodlib.PL pod/perlmodlib.pod pp.h sv.c t/lib/peek.t
49802 ____________________________________________________________________________
49803 [  8678] By: gsar                                  on 2001/02/02  16:02:12
49804         Log: note about bincompat, slightly modified (from Lupe Christoph)
49805      Branch: maint-5.6/perl
49806            ! README.solaris
49807 ____________________________________________________________________________
49808 [  8677] By: jhi                                   on 2001/02/02  15:46:20
49809         Log: Supported platforms updates.
49810      Branch: maint-5.6/perl
49811            ! pod/perlport.pod
49812 ____________________________________________________________________________
49813 [  8676] By: jhi                                   on 2001/02/02  03:41:26
49814         Log: A couple more perlfaq2 tweaks.
49815      Branch: maint-5.6/perl
49816            ! pod/perlfaq2.pod
49817 ____________________________________________________________________________
49818 [  8675] By: jhi                                   on 2001/02/02  03:17:44
49819         Log: Misedit in #8661.
49820      Branch: maint-5.6/perl
49821            ! Configure
49822 ____________________________________________________________________________
49823 [  8674] By: jhi                                   on 2001/02/02  03:14:38
49824         Log: Damien again.
49825      Branch: maint-5.6/perl
49826            ! pod/perlfaq2.pod
49827 ____________________________________________________________________________
49828 [  8673] By: jhi                                   on 2001/02/02  03:12:40
49829         Log: perlfaq update from Elaine Ashton.
49830      Branch: maint-5.6/perl
49831            ! pod/perlfaq2.pod
49832 ____________________________________________________________________________
49833 [  8672] By: jhi                                   on 2001/02/02  03:07:08
49834         Log: UTF-8 s/// patch from Inaba Hiroto.
49835      Branch: maint-5.6/perl
49836            ! pp_ctl.c pp_hot.c
49837 ____________________________________________________________________________
49838 [  8671] By: jhi                                   on 2001/02/01  22:34:31
49839         Log: Update Changes.
49840      Branch: perl
49841            ! Changes patchlevel.h
49842 ____________________________________________________________________________
49843 [  8670] By: jhi                                   on 2001/02/01  22:15:29
49844         Log: Integrate changes #8641,8644,8649,8654,8662,8663,8664,8665,8667,8669
49845              from maintperl.
49846              
49847              Upgrade to Getopt::Long 2.25, from Johan Vromans.
49848              
49849              more files need to be writable in the source distribution
49850              
49851              perl_clone() wants to clone PL_numeric_radix_sv (fix for change#8626)
49852              
49853              Solaris 2.7 i386 #defines SP in /usr/include/sys/reg.h
49854              
49855              Subject: Re: [PATCH perl5.6.1-TRIAL2] long C<=item>s in perlmodlib.pod
49856              
49857              Allow the float to be fuzzier.
49858              
49859              need to use INT2PTR instead of a straight cast or ia64 fails
49860              
49861              Subject: Re: [ID 20010201.006] bad pointer from perlfunc to perlmod 
49862              
49863              add ppaddr as one of the compatibility symbols under -DPERL_POLLUTE
49864      Branch: perl
49865           !> Porting/makerel embed.pl embedvar.h ext/POSIX/POSIX.xs
49866           !> lib/Getopt/Long.pm pod/perlfunc.pod pod/perlmodlib.PL
49867           !> pod/perlmodlib.pod pp.h sv.c t/lib/peek.t
49868 ____________________________________________________________________________
49869 [  8669] By: jhi                                   on 2001/02/01  21:57:02
49870         Log: Subject: Re: [PATCH perl5.6.1-TRIAL2] long C<=item>s in perlmodlib.pod
49871              From: Robin Barker <rmb1@cise.npl.co.uk>
49872              Date: Thu, 1 Feb 2001 16:59:05 GMT
49873              Message-Id: <200102011659.QAA01274@tempest.npl.co.uk>
49874      Branch: maint-5.6/perl
49875            ! pod/perlmodlib.PL
49876 ____________________________________________________________________________
49877 [  8668] By: nick                                  on 2001/02/01  19:41:40
49878         Log: Integrate mainline
49879      Branch: perlio
49880           !> dump.c ext/Errno/Errno_pm.PL intrpvar.h mg.c perl.c perl.h
49881           !> pod/perlapi.pod pp.c pp.h pp_hot.c sv.c t/op/arith.t
49882           !> t/op/each.t utf8.c utf8.h util.c vms/test.com
49883 ____________________________________________________________________________
49884 [  8667] By: gsar                                  on 2001/02/01  16:59:11
49885         Log: add ppaddr as one of the compatibility symbols under -DPERL_POLLUTE
49886      Branch: maint-5.6/perl
49887            ! embed.pl embedvar.h
49888 ____________________________________________________________________________
49889 [  8666] By: gsar                                  on 2001/02/01  16:34:51
49890         Log: add missing entries to win32/config.?c
49891      Branch: maint-5.6/perl
49892            ! win32/config.bc win32/config.gc win32/config.vc
49893            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
49894 ____________________________________________________________________________
49895 [  8665] By: jhi                                   on 2001/02/01  14:58:51
49896         Log: Subject: Re: [ID 20010201.006] bad pointer from perlfunc to perlmod 
49897              From: "Stephen P. Potter" <spp@spotter.yi.org>
49898              Date: Thu, 01 Feb 2001 10:45:46 -0500
49899              Message-Id: <200102011545.KAA31479@spotter.yi.org>
49900      Branch: maint-5.6/perl
49901            ! pod/perlfunc.pod
49902 ____________________________________________________________________________
49903 [  8664] By: gsar                                  on 2001/02/01  14:52:37
49904         Log: need to use INT2PTR instead of a straight cast or ia64 fails
49905              posix.t (from Brendan O'Dea <bod@compusol.com.au>)
49906      Branch: maint-5.6/perl
49907            ! ext/POSIX/POSIX.xs
49908 ____________________________________________________________________________
49909 [  8663] By: jhi                                   on 2001/02/01  14:09:13
49910         Log: Allow the float to be fuzzier.
49911      Branch: maint-5.6/perl
49912            ! t/lib/peek.t
49913 ____________________________________________________________________________
49914 [  8662] By: jhi                                   on 2001/02/01  13:59:00
49915         Log: Subject: [PATCH perl5.6.1-TRIAL2] long C<=item>s in perlmodlib.pod
49916              From: Robin Barker <rmb1@cise.npl.co.uk>
49917              Date: Thu, 1 Feb 2001 13:05:39 GMT
49918              Message-Id: <200102011305.NAA26160@tempest.npl.co.uk>
49919      Branch: maint-5.6/perl
49920            ! pod/perlmodlib.pod
49921 ____________________________________________________________________________
49922 [  8661] By: jhi                                   on 2001/02/01  13:57:38
49923         Log: Subject: [PATCH] Re: v5.6.1 trial2 is available
49924              Date: Thu, 01 Feb 2001 14:15:41 +0100
49925              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
49926              Message-Id: <20010201141104.303F.H.M.BRAND@hccnet.nl>
49927              
49928              Have the $ccflags in the gcc version test (strange, this change
49929              is claimed to be have been integrated already)
49930      Branch: maint-5.6/perl
49931            ! Configure
49932 ____________________________________________________________________________
49933 [  8660] By: jhi                                   on 2001/02/01  13:44:10
49934         Log: Integrate changes #7950,7964,7962 from mainline.
49935              
49936              Find the stdchar signedness using cpp, should fix some of
49937              the Solaris compiler warnings reported by Alan Burlison.
49938      Branch: maint-5.6/perl
49939           !> Configure config_h.SH
49940 ____________________________________________________________________________
49941 [  8659] By: jhi                                   on 2001/02/01  05:35:32
49942         Log: Subject: [PATCH 5.6.1-TRIAL? and 5.7.?] perldoc uses unescaped backslashes in filenames
49943              From: Jan Dubois <JanD@ActiveState.com>
49944              Date: Wed, 31 Jan 2001 21:17:03 -0800
49945              Message-ID: <8qrh7t069jt32m98sap53l9dfoge0vjrle@4ax.com>
49946      Branch: maint-5.6/perl
49947            ! utils/perldoc.PL
49948 ____________________________________________________________________________
49949 [  8658] By: jhi                                   on 2001/02/01  04:33:17
49950         Log: Integrate the README.os390 and README.posix-bc parts of mainline
49951              changes #8373,8486, 8544,8556.  (The hints/os390.sh,Makefile.SH,
49952              installperl parts were taken care of by #8657.)
49953      Branch: maint-5.6/perl
49954           !> README.os390 README.posix-bc
49955 ____________________________________________________________________________
49956 [  8657] By: jhi                                   on 2001/02/01  04:29:21
49957         Log: Subject: [PATCH: 5.6.1 trial2] DynaLoading for OS/390 build option
49958              From: Peter Prymmer <pvhp@forte.com>
49959              Date: Wed, 31 Jan 2001 18:18:11 -0800 (PST)
49960              Message-ID: <Pine.OSF.4.10.10101311815560.336633-100000@aspara.forte.com>
49961      Branch: maint-5.6/perl
49962            + ext/DynaLoader/dl_dllload.xs
49963            ! MANIFEST Makefile.SH hints/os390.sh installperl
49964 ____________________________________________________________________________
49965 [  8656] By: jhi                                   on 2001/02/01  04:25:45
49966         Log: Subject: [PATCH: 5.6.1 trial2]Not OK: perl v5.6.1 +v5.6.1-TRIAL2 on os390 05.00 (UNINSTALLED)
49967              From: Peter Prymmer <pvhp@forte.com>
49968              Date: Wed, 31 Jan 2001 15:26:57 -0800 (PST)
49969              Message-ID: <Pine.OSF.4.10.10101311523101.336633-100000@aspara.forte.com>
49970      Branch: maint-5.6/perl
49971            ! lib/Math/BigInt.pm lib/bigint.pl t/lib/b.t t/pragma/sub_lval.t
49972 ____________________________________________________________________________
49973 [  8655] By: jhi                                   on 2001/02/01  04:14:47
49974         Log: Subject: [ID 20010131.066] Not OK: perl v5.6.1 +v5.6.1-TRIAL2 on os2 2.40 (UNINSTALLED)
49975              From: troc@netrus.net
49976              Date: Wed, 31 Jan 2001 22:31:26 -0500
49977              Message-Id: <200102010331.WAA117.85@rocco.homenet>
49978      Branch: maint-5.6/perl
49979            ! os2/os2.c
49980 ____________________________________________________________________________
49981 [  8654] By: jhi                                   on 2001/02/01  04:12:52
49982         Log: Solaris 2.7 i386 #defines SP in /usr/include/sys/reg.h
49983              as reported by Alan Burlison.
49984      Branch: maint-5.6/perl
49985            ! pp.h
49986 ____________________________________________________________________________
49987 [  8653] By: jhi                                   on 2001/02/01  04:05:12
49988         Log: Subject: [ID 20010131.042] Not OK: perl v5.6.1 +v5.6.1-TRIAL2 on VMS_AXP V7.2-1
49989              From: dsugalski@northernlight.com
49990              Date: Wed, 31 Jan 2001 18:54:11 -0500
49991              Message-Id: <01013118541126@monsoon.stratus.northernlight.com>
49992      Branch: maint-5.6/perl
49993            ! configure.com
49994 ____________________________________________________________________________
49995 [  8652] By: jhi                                   on 2001/02/01  04:03:11
49996         Log: Misplaced #endif.
49997              
49998              Subject: [perl-5-6-1-trial2] patches for EPOC
49999              From: Olaf Flebbe <O.Flebbe@science-computing.de>
50000              Date: Wed, 31 Jan 2001 23:15:34 +0100 (CET)
50001              Message-ID: <Pine.LNX.4.02.10101312314470.5682-100000@milkyway.science-computing.de>
50002      Branch: maint-5.6/perl
50003            ! epoc/epocish.c
50004 ____________________________________________________________________________
50005 [  8651] By: jhi                                   on 2001/02/01  04:00:25
50006         Log: Integrate changes #8647,8648,8650 from mainline.
50007              
50008              Macrofy a magic UTF-8 test.
50009              
50010              Protect PL_numeric_radix_sv with USE_NUMERIC_LOCALE.
50011              
50012              Watch out for cross compiling for EPOC (usually done on linux).
50013      Branch: maint-5.6/perl
50014           !> ext/Errno/Errno_pm.PL sv.c utf8.c utf8.h
50015 ____________________________________________________________________________
50016 [  8650] By: jhi                                   on 2001/02/01  03:56:20
50017         Log: Watch out for cross compiling for EPOC (usually done on linux)
50018              
50019              Subject: [perl-5-6-1-trial2] patches for EPOC
50020              From: Olaf Flebbe <O.Flebbe@science-computing.de>
50021              Date: Wed, 31 Jan 2001 23:15:34 +0100 (CET)
50022              Message-ID: <Pine.LNX.4.02.10101312314470.5682-100000@milkyway.science-computing.de>
50023      Branch: perl
50024            ! ext/Errno/Errno_pm.PL
50025 ____________________________________________________________________________
50026 [  8649] By: gsar                                  on 2001/02/01  00:46:00
50027         Log: perl_clone() wants to clone PL_numeric_radix_sv (fix for change#8626)
50028      Branch: maint-5.6/perl
50029            ! sv.c
50030 ____________________________________________________________________________
50031 [  8648] By: jhi                                   on 2001/01/31  23:35:36
50032         Log: All the uses of PL_numeric_radix must be protected by
50033              USE_LOCALE_NUMERIC, noticed by Olaf Flebbe in
50034              
50035              Subject: [perl-5-6-1-trial2] patches for EPOC
50036              From: Olaf Flebbe <O.Flebbe@science-computing.de>
50037              Date: Wed, 31 Jan 2001 23:15:34 +0100 (CET)
50038              Message-ID: <Pine.LNX.4.02.10101312314470.5682-100000@milkyway.science-computing.de>
50039      Branch: perl
50040            ! sv.c
50041 ____________________________________________________________________________
50042 [  8647] By: jhi                                   on 2001/01/31  22:56:16
50043         Log: Macrofy a magic UTF-8 test.
50044      Branch: perl
50045            ! utf8.c utf8.h
50046 ____________________________________________________________________________
50047 [  8646] By: gsar                                  on 2001/01/31  15:55:12
50048         Log: update Changes
50049      Branch: maint-5.6/perl
50050            ! Changes
50051 ____________________________________________________________________________
50052 [  8645] By: gsar                                  on 2001/01/31  15:10:14
50053         Log: Configure tweak suggested by Peter Prymmer
50054      Branch: maint-5.6/perl
50055            ! Configure
50056 ____________________________________________________________________________
50057 [  8644] By: gsar                                  on 2001/01/31  15:06:32
50058         Log: more files need to be writable in the source distribution
50059      Branch: maint-5.6/perl
50060            ! Porting/makerel
50061 ____________________________________________________________________________
50062 [  8643] By: jhi                                   on 2001/01/31  14:59:46
50063         Log: Integrate changes #8258,8278,8279 from mainline.
50064              
50065              Make the large file tests more robust/talkative.
50066      Branch: maint-5.6/perl
50067           !> t/lib/syslfs.t t/op/lfs.t
50068 ____________________________________________________________________________
50069 [  8642] By: gsar                                  on 2001/01/31  14:53:48
50070         Log: integrate changes#8311,8334 from mainline
50071              
50072              Add a new MakeMaker variable PM_FILTER that defines a Unix
50073              filter to be run on each .pm during the pm_to_blib() phase,
50074              a fixed version of
50075              Subject: PATCH (blead 8269) ExtUtils::MakeMaker
50076              
50077              Subject: PATCH 5.6.1 & blead 8327 -- workaround for t/io/fs.t
50078              Apparently, the glibc2.2 + linux 2.4.0 + NFS combination prevent
50079              accurate reading of the "atime".  
50080      Branch: maint-5.6/perl
50081           !> lib/ExtUtils/Install.pm lib/ExtUtils/MM_Unix.pm
50082           !> lib/ExtUtils/MM_VMS.pm lib/ExtUtils/MM_Win32.pm
50083           !> lib/ExtUtils/MakeMaker.pm t/io/fs.t
50084 ____________________________________________________________________________
50085 [  8641] By: jhi                                   on 2001/01/31  14:46:37
50086         Log: Upgrade to Getopt::Long 2.25, from Johan Vromans.
50087      Branch: maint-5.6/perl
50088            ! lib/Getopt/Long.pm
50089 ____________________________________________________________________________
50090 [  8640] By: gsar                                  on 2001/01/31  14:40:24
50091         Log: make regen_all
50092      Branch: maint-5.6/perl
50093            ! patchlevel.h pod/perlmodlib.pod pod/perltoc.pod
50094 ____________________________________________________________________________
50095 [  8639] By: gsar                                  on 2001/01/31  14:37:25
50096         Log: refresh windows config files
50097      Branch: maint-5.6/perl
50098            ! win32/Makefile win32/config_H.bc win32/config_H.gc
50099            ! win32/config_H.vc win32/makefile.mk
50100 ____________________________________________________________________________
50101 [  8638] By: gsar                                  on 2001/01/31  14:28:10
50102         Log: makefile tweaks for windows: introduce a bulk-switch to enable
50103              same options as ActivePerl; sync changes with makefile.mk
50104      Branch: maint-5.6/perl
50105            ! win32/Makefile win32/makefile.mk
50106 ____________________________________________________________________________
50107 [  8637] By: jhi                                   on 2001/01/31  04:41:30
50108         Log: Subject: [PATCH] Re: [PATCH] Re: [ID 20010105.023] numeric problems in IRIX
50109              From: Nicholas Clark <nick@ccl4.org>
50110              Date: Tue, 30 Jan 2001 19:51:05 +0000
50111              Message-ID: <20010130195105.R76607@plum.flirble.org> 
50112              
50113              op/inc cure.
50114      Branch: perl
50115            ! pp.c pp.h pp_hot.c t/op/arith.t
50116 ____________________________________________________________________________
50117 [  8636] By: jhi                                   on 2001/01/31  02:38:32
50118         Log: Integrate changes #7884,8122,8155,8197,8213[just to /nolog part,
50119              no perlio],8257,8380,8479,8515 from mainline.
50120              
50121              Subject:  [PATCH perl@7795 (and earlier)] VMS test cleanup
50122              
50123              Subject: Re: [ID 20001214.011] Unreachable value in a search list logical name
50124              Subject: [PATCH perl@8133] fix-up for VMS extensions
50125              
50126              In VMS embedded perls couldn't access the statically built Socket.
50127              
50128              Subject: [patch: perl@8211]VMS: add -Duseperlio capacity to configure.com (8213)
50129              
50130              Further VMS piping fixes from Charles Lane.
50131              
50132              Subject:  [PATCH] make t/op/misc.t work on VMS
50133              
50134              Add tracing for debugging extensions builds in VMS.
50135              
50136              Subject: [PATCH perl@8506] typo in last week's configure.com frenzy
50137      Branch: maint-5.6/perl
50138           !> configure.com doio.c t/op/misc.t vms/descrip_mms.template
50139           !> vms/ext/DCLsym/Makefile.PL vms/ext/Stdio/Makefile.PL
50140           !> vms/test.com vms/vms.c vms/vmsish.h vms/vmspipe.com
50141 ____________________________________________________________________________
50142 [  8635] By: jhi                                   on 2001/01/31  01:46:41
50143         Log: Integrate change #7732 from mainline.
50144              
50145              Sparc 64-bit pack() fix from Jens Hamisch.
50146      Branch: maint-5.6/perl
50147           !> pp.c
50148 ____________________________________________________________________________
50149 [  8634] By: jhi                                   on 2001/01/31  01:41:16
50150         Log: One spot missing from #8626.
50151      Branch: maint-5.6/perl
50152            ! sv.c
50153 ____________________________________________________________________________
50154 [  8633] By: jhi                                   on 2001/01/31  00:49:17
50155         Log: Integrate change #7495 from mainline.
50156              
50157              Subject: [PATCH: perl@7483] generalize AIX ccversion hack for re extension
50158      Branch: maint-5.6/perl
50159           !> MANIFEST ext/re/Makefile.PL
50160 ____________________________________________________________________________
50161 [  8632] By: jhi                                   on 2001/01/30  23:38:49
50162         Log: Integrate change #8396 from mainline.
50163              
50164              Subject: [PATCH] add SO_REUSEPORT to export list in Socket.pm for
50165              better multicast support (resend)
50166      Branch: maint-5.6/perl
50167           !> ext/Socket/Socket.pm
50168 ____________________________________________________________________________
50169 [  8631] By: jhi                                   on 2001/01/30  23:28:03
50170         Log: Integrate changes #7514,7813,8113,8144,8397,8398,8490 from mainline.
50171              
50172              More AIX lore. (7514, ext/re/hints/aix.pl)
50173              
50174              Subject: Re: [PATCH bleadperl] Re: Not OK: perl5.7.0 +DEVEL7706    +Duseperlio on AIX4.[23]
50175              
50176              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)
50177              
50178              Subject: [ID 20001214.002] Net::Ping patch
50179              
50180              Subject: [patch perl@8133] Typo in my Net::Ping doc patch :(
50181              
50182              Subject: [PATCH] add ReusePort option to IO::Socket::INET for better multicast support (resend)
50183              
50184              Add ReuseAddr as a (preferred) alias for Reuse as we now
50185              also have ReusePort.
50186              
50187              Subject: [PATCH: perl@8482] minor typos in some dl_$foo.xs files
50188      Branch: maint-5.6/perl
50189           +> ext/re/hints/aix.pl
50190           !> ext/DynaLoader/dl_aix.xs ext/DynaLoader/dl_dlopen.xs
50191           !> ext/IO/lib/IO/Socket/INET.pm lib/Net/Ping.pm
50192 ____________________________________________________________________________
50193 [  8630] By: jhi                                   on 2001/01/30  23:03:59
50194         Log: Integrate changes #8215,8587 from mainline: missing pod nits.
50195              
50196              read() documentation tweak for 20001121.004.
50197              
50198              Subject: [ID 20010128.003] [PATCH] perlre.pod buglet
50199      Branch: maint-5.6/perl
50200           !> pod/perlfunc.pod pod/perlre.pod
50201 ____________________________________________________________________________
50202 [  8629] By: jhi                                   on 2001/01/30  22:41:57
50203         Log: Integrate change #8098 from mainline.
50204              
50205              fastgetcwd is defined using a glob alias on a $^O dependent basis
50206              and there was no default assignment or perl subroutine.
50207      Branch: maint-5.6/perl
50208           !> lib/Cwd.pm
50209 ____________________________________________________________________________
50210 [  8628] By: jhi                                   on 2001/01/30  21:58:52
50211         Log: Integrate change #7866 from mainline.
50212              
50213              File::Temp 0.11.
50214      Branch: maint-5.6/perl
50215           !> lib/File/Temp.pm t/lib/ftmp-tempfile.t
50216 ____________________________________________________________________________
50217 [  8627] By: jhi                                   on 2001/01/30  21:39:44
50218         Log: Integrate changes #8075,8086,8228 from mainline.  
50219              
50220              Darwin is not Windows. (8075,8086)
50221              
50222              Subject: [PATCH 5.6.1-TRIAL1 and @8223]; was Re: Perlbug 20000322.006 status +update
50223      Branch: maint-5.6/perl
50224           !> lib/CGI.pm lib/Pod/Select.pm lib/Text/ParseWords.pm
50225           !> pod/perl.pod pod/perl5004delta.pod pod/perl5005delta.pod
50226           !> pod/perldiag.pod pod/perlembed.pod pod/perlfaq4.pod
50227           !> pod/perllocale.pod pod/perlmodlib.pod pod/perlretut.pod
50228 ____________________________________________________________________________
50229 [  8626] By: jhi                                   on 2001/01/30  21:22:11
50230         Log: Integrate with tweakery the change #8625 from mainline,
50231              the multibyte decimal separator fix ("fa_IR locale failure").
50232      Branch: maint-5.6/perl
50233            ! embedvar.h perlapi.h
50234           !> intrpvar.h perl.c perl.h sv.c util.c
50235 ____________________________________________________________________________
50236 [  8625] By: jhi                                   on 2001/01/30  20:26:33
50237         Log: Fix for the fa_IR locale failure.  The reason for the failure
50238              was that Perl was assuming the decimal separator aka the radix
50239              separator is one character.  The Farsi-Iranian locale crushed
50240              that bad assumption since there the separator is 'Momayyez',
50241              glyphwise looking somewhat like a slash, and in Unicode UTF-8
50242              encoded in two bytes, 0xd9 0xab.
50243      Branch: perl
50244            ! intrpvar.h perl.c perl.h sv.c util.c
50245 ____________________________________________________________________________
50246 [  8624] By: gsar                                  on 2001/01/30  20:17:03
50247         Log: regen_headers
50248      Branch: maint-5.6/perl
50249            ! Makefile.SH pod/perlintern.pod
50250 ____________________________________________________________________________
50251 [  8623] By: gsar                                  on 2001/01/30  19:42:34
50252         Log: backout change#7431 and its dependents (causes spurious rebuilds
50253              of autogenerated files)
50254              
50255              fix benign b.t failure
50256      Branch: maint-5.6/perl
50257            ! Makefile.SH t/lib/b.t
50258 ____________________________________________________________________________
50259 [  8622] By: jhi                                   on 2001/01/30  19:41:41
50260         Log: Microperl sync.
50261      Branch: perl
50262            ! mg.c perl.h
50263 ____________________________________________________________________________
50264 [  8621] By: gsar                                  on 2001/01/30  19:24:47
50265         Log: integrate changes#8259,8442,8444,8445,8448,8449,8451,8455
50266              from mainline
50267              
50268              Subject: podlators 1.06 released
50269              
50270              Subject: [PATCH @8436] Eliminate op_children
50271              
50272              (Replaced by #8448)  Traces of op_children (cleanup of #8442)
50273              
50274              (Replaced by #8448)  More op_children traces (cleanup of #8442).
50275              
50276              Subject: [PATCH #3 @8436] Re: Eliminate op_children
50277              Replace #8444 and #8445.
50278              
50279              Under 5.005 threads and debugging crashed in Debian 2.2 Linux/x86
50280              at the setting of the ofs_sv in new_struct_thread() as the
50281              thr->Tofs_sv (PL_ofs_sv) was still 0xabab.... (this is what
50282              uninitialized fields are, uh, initialized with),
50283              SvREFCNT_inc()ing that invited a core dump.
50284              
50285              podlators 1.07, from Russ Allbery.
50286              
50287              Subject: [PATCH] regcomp.c old feature removal
50288              From: mjd@plover.com
50289              Date: 16 Jan 2001 14:43:18 -0000 
50290              Message-ID: <20010116144318.7140.qmail@plover.com> 
50291      Branch: maint-5.6/perl
50292           +> lib/Pod/Text/Overstrike.pm
50293           !> MANIFEST bytecode.pl ext/B/B.xs ext/B/B/Asmdata.pm
50294           !> ext/B/B/Bytecode.pm ext/B/B/C.pm ext/B/B/Concise.pm
50295           !> ext/B/B/Debug.pm ext/ByteLoader/byterun.c
50296           !> ext/ByteLoader/byterun.h lib/Pod/Man.pm lib/Pod/Text/Color.pm
50297           !> lib/Pod/Text/Termcap.pm op.c op.h pod/pod2text.PL regcomp.c
50298           !> util.c
50299 ____________________________________________________________________________
50300 [  8620] By: gsar                                  on 2001/01/30  18:48:32
50301         Log: integrate changes#8243,8254,8255,8313,8314,8363,8383,8390,8416,
50302              8417,8418,8419,8424,8427,8430,8441,8563 from mainline (TODO: b.t
50303              now fails one test)
50304              
50305              Subject: [PATCH] lvalue AUTOLOAD. No, really.
50306              
50307              Subject: [PATCH] Interesting syntax idea
50308              Make opens + bareword assigns do typeglob assigns.
50309              
50310              Tests for #8254.
50311              
50312              Subject: [PATCH @8269] Continue blocks and B::Deparse
50313              Make the peephole optimizer to bypass more null ops and
50314              and rewrite the deparse handling of continue blocks.
50315              
50316              Subject: Re: [PATCH @8269] Continue blocks and B::Deparse
50317              Doc tweak on #8313.
50318              
50319              Subject: [PATCH @8344] Fix spurious GVSV OPpOUR_INTRO
50320              
50321              Subject: [PATCH @8382] Remove FileHandle/IO dependence in t/io/openpid.t
50322              
50323              Subject:  [PATCH perl@8269] Opcode.XS, fix memory leak
50324              
50325              Subject: RE: [PATCH] [ID 20001223.002] lvalues in list context
50326              Replace 10000 with RETVAL_MAX, and compute RETVAL_MAX
50327              according to the platform.
50328              
50329              Subject: [PATCH @8404] Consolidated lvalue sub changes
50330              
50331              Subject: Re: [PATCH] [ID 20001223.002] lvalues in list context
50332              
50333              Rename RETVAL_MAX to RETURN_UNLIMITED_NUMBER.
50334              
50335              Subject: B::Concise -- an improved replacement for B::Terse 
50336              
50337              The B::Terse drop-in replacement wasn't quite drop-in.
50338              
50339              The LVRET macro needed an aTHX.
50340              
50341              Use the /^Perl_/-less form of is_lvalue_sub().
50342              
50343              Subject: [PATCH @8545] [ID 20000808.005] OP_REFGEN as an lvalue
50344      Branch: maint-5.6/perl
50345           +> ext/B/B/Concise.pm
50346           !> (integrate 27 files)
50347 ____________________________________________________________________________
50348 [  8619] By: nick                                  on 2001/01/30  18:40:28
50349         Log: Integrate mainline
50350      Branch: perlio
50351           !> (integrate 40 files)
50352 ____________________________________________________________________________
50353 [  8618] By: jhi                                   on 2001/01/30  18:37:18
50354         Log: Subject: [PATCH perl@8585] protect VMS test harness from chdir switcheroo
50355              Date: Mon, 29 Jan 2001 22:51:29 -0600
50356              From: "Craig A. Berry" <craigberry@mac.com>
50357              Message-Id: <p04330101b69bef0ebab4@[172.16.52.1]>
50358      Branch: perl
50359            ! vms/test.com
50360 ____________________________________________________________________________
50361 [  8617] By: jhi                                   on 2001/01/30  18:34:53
50362         Log: Subject: [PATCH] Add missing CV flags to dump.c
50363              From: Tim Jenness <t.jenness@jach.hawaii.edu>
50364              Date: Mon, 29 Jan 2001 21:48:55 -1000 (HST)
50365              Message-ID: <Pine.LNX.4.30.0101292144280.14179-100000@lapaki.jach.hawaii.edu>
50366      Branch: perl
50367            ! dump.c
50368 ____________________________________________________________________________
50369 [  8616] By: jhi                                   on 2001/01/30  18:20:58
50370         Log: Integrate partly the change #8615 from mainline, the t/op/each.t
50371              part isn't applicable to maintperl.
50372              
50373              UTF-8 nit from Inaba Hiroto.
50374      Branch: maint-5.6/perl
50375           !> pod/perlapi.pod utf8.c
50376 ____________________________________________________________________________
50377 [  8615] By: jhi                                   on 2001/01/30  18:18:51
50378         Log: UTF-8 nit from Inaba Hiroto.
50379      Branch: perl
50380            ! pod/perlapi.pod t/op/each.t utf8.c
50381 ____________________________________________________________________________
50382 [  8614] By: jhi                                   on 2001/01/30  18:13:38
50383         Log: Integrate changes #8608,8609,8610,8611,8612,8613 from maintperl.
50384              
50385              perl's internal variables are not for public consumption,
50386              move their docs from perlapi.pod to perlintern.pod
50387              
50388              support for -Dusethreads build under HP-UX 10.20 and DCE threads
50389              library (11.0 and later have pthreads but 10.x don't)
50390              
50391              avoid uninitialized value warnings
50392              
50393              canonicalize paths when doing chdir() on windows (or Cwd::getcwd()
50394              gets weird results)
50395              
50396              perldoc nit on windows
50397              
50398              make it possible to run the tests outside the source tree
50399              (there's still a dependency on ../lib being the library
50400              location)
50401      Branch: perl
50402           !> hints/hpux.sh intrpvar.h perlapi.c pod/perlapi.pod
50403           !> pod/perlintern.pod t/base/term.t t/io/tell.t t/lib/dprof/V.pm
50404           !> t/op/flip.t thrdvar.h thread.h utils/perldoc.PL
50405           !> win32/bin/search.pl win32/vdir.h
50406 ____________________________________________________________________________
50407 [  8613] By: gsar                                  on 2001/01/30  16:39:59
50408         Log: make it possible to run the tests outside the source tree
50409              (there's still a dependency on ../lib being the library
50410              location)
50411      Branch: maint-5.6/perl
50412            ! t/base/term.t t/io/tell.t t/lib/dprof/V.pm t/op/flip.t
50413 ____________________________________________________________________________
50414 [  8612] By: gsar                                  on 2001/01/30  16:31:12
50415         Log: perldoc nit on windows
50416      Branch: maint-5.6/perl
50417            ! utils/perldoc.PL
50418 ____________________________________________________________________________
50419 [  8611] By: gsar                                  on 2001/01/30  16:22:54
50420         Log: canonicalize paths when doing chdir() on windows (or Cwd::getcwd()
50421              gets weird results)
50422      Branch: maint-5.6/perl
50423            ! win32/vdir.h
50424 ____________________________________________________________________________
50425 [  8610] By: gsar                                  on 2001/01/30  16:12:45
50426         Log: avoid uninitialized value warnings
50427      Branch: maint-5.6/perl
50428            ! win32/bin/search.pl
50429 ____________________________________________________________________________
50430 [  8609] By: gsar                                  on 2001/01/30  16:08:01
50431         Log: support for -Dusethreads build under HP-UX 10.20 and DCE threads
50432              library (11.0 and later have pthreads but 10.x don't)
50433      Branch: maint-5.6/perl
50434            ! hints/hpux.sh thread.h
50435 ____________________________________________________________________________
50436 [  8608] By: gsar                                  on 2001/01/30  15:48:55
50437         Log: perl's internal variables are not for public consumption,
50438              move their docs from perlapi.pod to perlintern.pod
50439      Branch: maint-5.6/perl
50440            ! intrpvar.h perlapi.c pod/perlapi.pod pod/perlintern.pod
50441            ! thrdvar.h
50442 ____________________________________________________________________________
50443 [  8607] By: gsar                                  on 2001/01/30  15:44:27
50444         Log: mistakenly branched perl56delta.pod, revert
50445      Branch: maint-5.6/perl
50446            - pod/perl56delta.pod
50447           !> pod/perldelta.pod
50448 ____________________________________________________________________________
50449 [  8606] By: gsar                                  on 2001/01/30  14:20:24
50450         Log: integrate changes#7984,7987,8010 from mainline (gets rid of
50451              dTHR which has been a noop for a while now, except for the
50452              compatibility definition in thread.h)
50453      Branch: maint-5.6/perl
50454           !> (integrate 45 files)
50455 ____________________________________________________________________________
50456 [  8605] By: jhi                                   on 2001/01/30  05:43:58
50457         Log: Mark the UTF-8 APIs as experimental.
50458      Branch: maint-5.6/perl
50459            ! embed.pl pod/perlapi.pod
50460 ____________________________________________________________________________
50461 [  8604] By: jhi                                   on 2001/01/30  05:38:40
50462         Log: Nits from earlier integrates.
50463      Branch: maint-5.6/perl
50464            ! lib/Carp/Heavy.pm
50465           !> sv.c
50466 ____________________________________________________________________________
50467 [  8603] By: jhi                                   on 2001/01/30  05:27:26
50468         Log: Regenerate Porting files.
50469      Branch: maint-5.6/perl
50470            ! Porting/Glossary Porting/config.sh Porting/config_H
50471 ____________________________________________________________________________
50472 [  8602] By: jhi                                   on 2001/01/30  05:14:59
50473         Log: Integrate changes #7891,8034,8078,8110,8111,8112,8277,8291,
50474              8310,8339,8447,8492,8493,8505,8525: documentation changes.
50475              
50476              Subject: Re: perlfaq style changes
50477              
50478              Subject: DOC PATCH 5.6.0: -s return value incompletely documented
50479              
50480              Subject: [PATCH] docs on NaN
50481              
50482              Subject: [patch] perlfaq7
50483              
50484              Subject: [ID 20001214.003] [PATCH bleadperl] POSIX::tmpnam() is dangerous
50485              
50486              Subject: [PATCH] Re: [ID 20001013.006] XS subs are not define()ed
50487              
50488              Subject: [PATCH] open() example in perlfunc.pod
50489              
50490              Podify README.mpeix (a new version from the web)
50491              
50492              Subject: [PATCH 5.[67].1]; as Re: [PATCH 5.6.1-TRIAL1 and @8223]; was Re: Perlbug 20000322.006 status update
50493              
50494              Subject: [PATCH] format and rewording in perlfaq.pod
50495              
50496              Subject: [PATCH] API Variable documentation   
50497              
50498              Memory management calls documentation.
50499              
50500              Subject: [PATCH: perl@8482] README.vms URL updates
50501              
50502              Subject: Minor typos in perlfaq2.pod
50503              
50504              Subject: [PATCH] pod/perlvar.pod
50505      Branch: maint-5.6/perl
50506           +> pod/perl56delta.pod
50507            ! pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
50508           !> README.amiga README.epoc README.mpeix README.vms
50509           !> ext/POSIX/POSIX.pod lib/CPAN.pm lib/Carp/Heavy.pm
50510           !> lib/Win32.pod pod/perlapi.pod pod/perlfaq.pod pod/perlfaq1.pod
50511           !> pod/perlfaq2.pod pod/perlfaq6.pod pod/perlfaq7.pod
50512           !> pod/perlfunc.pod pod/perlop.pod pod/perlrequick.pod
50513           !> pod/perlvar.pod thrdvar.h
50514 ____________________________________________________________________________
50515 [  8601] By: jhi                                   on 2001/01/30  04:38:35
50516         Log: Integrate changes #8036,8096,8253 from mainline:
50517              hints changes.
50518              
50519              Subject: [ID 20001207.004] [PATCH 5.6.0 and 5.7.x] add NCR MP-RAS support
50520              Subject: [8095] HP-UX 11.00 / cc / 64bitint & 64bitall / perlio 
50521              
50522              Output the (apparent) version of gcc in Tru64.
50523      Branch: maint-5.6/perl
50524           +> ext/POSIX/hints/svr4.pl
50525           !> MANIFEST ext/POSIX/Makefile.PL hints/dec_osf.sh hints/hpux.sh
50526           !> hints/svr4.sh t/lib/bigfltpm.t
50527 ____________________________________________________________________________
50528 [  8600] By: jhi                                   on 2001/01/30  04:04:01
50529         Log: Integrate changes #7863,7868,7875,7876,7888,8384,8480 from mainline:
50530              locale fixes.
50531              
50532              sprintf() does not taint since print() does not. (7863,7875,7876,7888)
50533              
50534              Debian allows /usr/bin/locale to exist without any locales. (7868)
50535              
50536              Allow the locale test needing POSIX and the taint test
50537              needing IPC::SysV to run under 'minitest' (basically,
50538              bail out if loading the extension fails). (8384)
50539              
50540              Cleanup the locale.t output  (8480)
50541      Branch: maint-5.6/perl
50542           !> pod/perllocale.pod sv.c t/op/misc.t t/op/taint.t
50543           !> t/pragma/locale.t
50544 ____________________________________________________________________________
50545 [  8599] By: jhi                                   on 2001/01/30  03:51:04
50546         Log: Missing generated files from #8598.
50547      Branch: maint-5.6/perl
50548            ! embed.h global.sym objXSUB.h perlapi.c proto.h
50549 ____________________________________________________________________________
50550 [  8598] By: jhi                                   on 2001/01/30  03:41:54
50551         Log: Integrate change #8555 from mainline, manually integrate parts
50552              of changes 8452 and 8583.
50553              
50554              Subject: [PATCH] utf8.c documentation (8452)
50555              
50556              No point in checking the length if the pointer is bogus. (8555)
50557              
50558              Introduce bytes_from_utf8() and implement sv_eq() using it,
50559              tr/// did not handle UTF-8 ranges, \ before a raw UTF-8 character
50560              produced "Malformed UTF-8 character" warning, "\x{100}\N{CENT SIGN}"
50561              was malformed. (8583)
50562      Branch: maint-5.6/perl
50563            ! embed.pl t/lib/charnames.t t/op/tr.t toke.c
50564           !> pod/perlapi.pod sv.c utf8.c
50565 ____________________________________________________________________________
50566 [  8597] By: gsar                                  on 2001/01/30  02:37:26
50567         Log: get PERL_OBJECT build going again on windows
50568      Branch: maint-5.6/perl
50569            ! embed.h embed.pl global.sym objXSUB.h perlapi.c
50570            ! pod/perlapi.pod proto.h sv.c
50571 ____________________________________________________________________________
50572 [  8596] By: jhi                                   on 2001/01/30  02:16:17
50573         Log: Signedness nit.
50574      Branch: perl
50575            ! sv.c
50576 ____________________________________________________________________________
50577 [  8595] By: jhi                                   on 2001/01/30  02:11:07
50578         Log: EBCDIC patch for Storable, from Peter Prymmer.
50579      Branch: perl
50580            ! t/lib/st-06compat.t
50581 ____________________________________________________________________________
50582 [  8594] By: jhi                                   on 2001/01/30  01:04:48
50583         Log: Subject: [PATCH: perl@8585] yet another tweak to lib/b.t for EBCDIC
50584              From: Peter Prymmer <pvhp@forte.com>
50585              Date: Mon, 29 Jan 2001 16:51:38 -0800 (PST)
50586              Message-ID: <Pine.OSF.4.10.10101291646320.230748-100000@aspara.forte.com>
50587      Branch: perl
50588            ! t/lib/b.t
50589 ____________________________________________________________________________
50590 [  8593] By: jhi                                   on 2001/01/30  00:56:47
50591         Log: Subject: [PATCH: perl@8585] pod problems in io
50592              From: Peter Prymmer <pvhp@forte.com>
50593              Date: Mon, 29 Jan 2001 16:46:25 -0800 (PST)
50594              Message-ID: <Pine.OSF.4.10.10101291636420.230748-100000@aspara.forte.com>
50595      Branch: perl
50596            ! pod/perlapio.pod pod/perliol.pod
50597 ____________________________________________________________________________
50598 [  8592] By: jhi                                   on 2001/01/30  00:48:20
50599         Log: Integrate perlio.
50600      Branch: perl
50601           !> pod/perlapio.pod pod/perliol.pod
50602 ____________________________________________________________________________
50603 [  8591] By: nick                                  on 2001/01/29  22:02:28
50604         Log: GNU 'merge' Simon's copy of perliol.pod with version
50605              patched by Craig's patch.
50606      Branch: perlio
50607            ! pod/perliol.pod
50608 ____________________________________________________________________________
50609 [  8590] By: nick                                  on 2001/01/29  21:55:10
50610         Log: PerlIO doc tweaks from Craig A. Berry <craig.berry@psinetcs.com>
50611      Branch: perlio
50612            ! pod/perlapio.pod pod/perliol.pod
50613 ____________________________________________________________________________
50614 [  8589] By: jhi                                   on 2001/01/29  15:35:33
50615         Log: Integrate change #8586 from maint-5.6/perl.
50616              
50617              make the BOM detection code not call tell() until it has to
50618              (meant to fix esoteric compatibility issues where PL_rsfp
50619              is overridden)
50620      Branch: perl
50621           !> toke.c
50622 ____________________________________________________________________________
50623 [  8588] By: jhi                                   on 2001/01/29  15:29:11
50624         Log: Subject: MAking Solaris malloc() the default
50625              From: Lupe Christoph <lupe@lupe-christoph.de>
50626              Date: Mon, 29 Jan 2001 12:59:36 +0100
50627              Message-ID: <20010129125936.Z4830@alanya.lupe-christoph.de>
50628              
50629              The README.solaris part slightly tweaked.
50630      Branch: perl
50631            ! README.solaris hints/solaris_2.sh
50632 ____________________________________________________________________________
50633 [  8587] By: jhi                                   on 2001/01/29  15:17:34
50634         Log: Subject: [ID 20010128.003] [PATCH] perlre.pod \b buglet
50635              From: root@ak-75.mind.de
50636              Date: Sun, 28 Jan 2001 20:32:29 +0100
50637              Message-Id: <200101281932.UAA15768@ak-75.mind.de>
50638      Branch: perl
50639            ! pod/perlre.pod
50640 ____________________________________________________________________________
50641 [  8586] By: gsar                                  on 2001/01/29  13:43:44
50642         Log: make the BOM detection code not call tell() until it has to
50643              (meant to fix esoteric compatibility issues where PL_rsfp
50644              is overridden)
50645      Branch: maint-5.6/perl
50646            ! toke.c
50647 ____________________________________________________________________________
50648 [  8585] By: jhi                                   on 2001/01/28  20:05:45
50649         Log: Update Changes.
50650      Branch: perl
50651            ! Changes patchlevel.h
50652 ____________________________________________________________________________
50653 [  8584] By: jhi                                   on 2001/01/28  19:30:02
50654         Log: Integrate perlio.
50655      Branch: perl
50656           +> pod/perliol.pod
50657           !> MANIFEST pod/perlapio.pod
50658 ____________________________________________________________________________
50659 [  8583] By: jhi                                   on 2001/01/28  19:28:40
50660         Log: Patch from Inaba Hiroto:
50661              - canonical UTF-8 hash keys: if a key string for a hash is
50662              UTF8-on, try downgrade the string and use it if
50663              unicode::distinct is not in effect.
50664              For the task, I added a function bytes_from_utf8() to utf8.c.
50665              It might resemble utf8_to_bytes() but it is not convenient
50666              to the task.
50667              Made a test for it and added to t/op/each.t
50668              - Changed do_print in doio.c to apply sv_utf8_(downgrade|upgrade) to
50669              the mortal copy of the argument SV.
50670              And changed t/io/utf8.t test 18 which expects print() to
50671              upgrade its argument.
50672              - re-implement sv_eq with bytes_from_utf8()
50673              - some bug fixes
50674              - tr/// does not handle UTF8 range (\x{}-\x{})
50675              - \ before raw UTF8 character produced
50676              "Malformed UTF-8 character" warning.
50677              - "\x{100}\N{CENT SIGN}" is Malformed.
50678              Added tests for these 3.
50679              - and one silly bug (by me) with qu operator.
50680      Branch: perl
50681            ! doio.c embed.h embed.pl global.sym hv.c objXSUB.h perlapi.c
50682            ! pod/perlapi.pod proto.h sv.c t/io/utf8.t t/lib/charnames.t
50683            ! t/op/each.t t/op/tr.t t/pragma/utf8.t toke.c utf8.c
50684 ____________________________________________________________________________
50685 [  8582] By: nick                                  on 2001/01/28  19:25:04
50686         Log: Add pod/perliol.pod to MANIFEST :-(
50687      Branch: perlio
50688            ! MANIFEST
50689 ____________________________________________________________________________
50690 [  8581] By: nick                                  on 2001/01/28  19:22:40
50691         Log: PerlIO documentation. Proofing and sub-editing requested.
50692      Branch: perlio
50693            + pod/perliol.pod
50694            ! pod/perlapio.pod
50695 ____________________________________________________________________________
50696 [  8580] By: jhi                                   on 2001/01/28  05:16:25
50697         Log: Revert the change to sv_2pv() done by #8054: Someone who
50698              did SvNV_set() on a scalar that also happened to be POK,
50699              followed by sv_2pv() won't get the right coercion anymore.
50700              [Sarathy]
50701      Branch: maint-5.6/perl
50702            ! sv.c
50703 ____________________________________________________________________________
50704 [  8579] By: jhi                                   on 2001/01/28  05:15:04
50705         Log: Remove the #8084 effect: do not allow -Q to be interpreted
50706              as -&Q(), this is too much wiggle room.
50707      Branch: maint-5.6/perl
50708            ! toke.c
50709 ____________________________________________________________________________
50710 [  8578] By: jhi                                   on 2001/01/28  05:12:45
50711         Log: Needed bits of #8439 (should have been in #8576),
50712              mainly for lval substr().
50713      Branch: maint-5.6/perl
50714            ! mg.c pp.c pp_hot.c
50715 ____________________________________________________________________________
50716 [  8577] By: jhi                                   on 2001/01/28  05:02:46
50717         Log: A missing check-in.
50718      Branch: maint-5.6/perl
50719            ! utf8.c
50720 ____________________________________________________________________________
50721 [  8576] By: jhi                                   on 2001/01/28  04:26:18
50722         Log: Integrate changes #8425,8436,8439,8517 from mainline.
50723              The 8439 was not truly integrated because it had too many
50724              dependencies on the development branch and because it introduced
50725              concepts too bold for a maintenance branch (such as the qu operator).
50726              
50727              Subject: [PATCH perl@8342] -Wformat
50728              
50729              Tighten some of the UTF-8 tests a bit.
50730              
50731              More UTF-8 patches from Inaba Hiroto. (8439, but only partly)
50732              - The substr lval was still not okay.
50733              - Now pp_stringify and sv_setsv copies source's UTF8 flag
50734              even if IN_BYTE.  pp_stringify is called from fold_constants
50735              at optimization phase and "\x{100}" was made SvUTF8_off under
50736              use bytes (the bytes pragma is for "byte semantics" and not
50737              for "do not produce UTF8 data")
50738      Branch: maint-5.6/perl
50739            ! t/lib/charnames.t t/op/substr.t toke.c
50740           !> sv.c t/pragma/utf8.t
50741 ____________________________________________________________________________
50742 [  8575] By: jhi                                   on 2001/01/28  04:01:51
50743         Log: Integrate changes #8378,8379,8385,8386,8405 from mainline.
50744              
50745              Subject: One more patch for UTF8  (UTF-8 fixes for 'x' and tr////)
50746              
50747              Subject: [ID 20001230.003] UTF-8 tr still hurts
50748              
50749              Test cases for #8385 (from Simon's "torture.pl")
50750              
50751              Start fixing UTF-8 lval substr() (8405)
50752      Branch: maint-5.6/perl
50753           !> doop.c embed.h embed.pl mg.c op.c pod/perlapi.pod pp.c proto.h
50754           !> regcomp.c regexec.c t/op/substr.t t/op/tr.t toke.c utf8.c
50755 ____________________________________________________________________________
50756 [  8574] By: jhi                                   on 2001/01/28  03:09:06
50757         Log: Integrate changes #8328,8329,8330,8331,8332,8341,8343,8377
50758              from mainline.
50759              
50760              UTF-8 cleanup.
50761              
50762              Subject: [PATCH perl@8327] strings with \x{..} in the middle are corrupted 
50763              
50764              "\x{FF}\xFF" was broken.
50765              
50766              Tests for #8329 and #8330.
50767              
50768              Add a note about EBCDIC versus UTF-8 to a potential problem spot.
50769              
50770              IRIX compiler noticed that the bof initialization might be
50771              bypassed by control flow.
50772              
50773              Make explicit our assumption that (for now) "\x{80}" produces UTF-8.
50774      Branch: maint-5.6/perl
50775           !> doop.c op.c pp.c pp_ctl.c pp_hot.c pp_sys.c regcomp.c
50776           !> regexec.c sv.c t/op/bop.t toke.c utf8.c
50777 ____________________________________________________________________________
50778 [  8573] By: jhi                                   on 2001/01/28  02:06:12
50779         Log: Retract #8552.
50780      Branch: perl
50781            ! lib/Text/Wrap.pm t/lib/textwrap.t
50782 ____________________________________________________________________________
50783 [  8572] By: jhi                                   on 2001/01/28  02:04:49
50784         Log: Integrate changes #8267,8272[perlio],8274,8298,8300,8303,
50785              8305,8323,8324 from mainline.  The 8267,8272, and 8298 were
50786              not really integrated but instead salvaged by hand
50787              (they had too many dependencies on the development release
50788              to be cleanly integratable).
50789              
50790              Subject: more UTF8 test suites and an UTF8 patch
50791              
50792              Tweak for MULTIPLICITY/USE_PERLIO
50793              
50794              Signedness nit.
50795              
50796              Turn SvUTF8 off if not required in pp_chr and pp_stringify.
50797              
50798              Use the UTF8_XXX macros in is_utf8_char().
50799              
50800              Rewrite pp_concat() in terms of sv_catsv().  The . operator
50801              should now be UTF-8-proof.
50802              
50803              Subject: [PATCH perl@8269] scanning two hex-constants
50804              fails on EBCDIC environment (script length.t)
50805              
50806              Add some Unicode chop() tests.
50807      Branch: maint-5.6/perl
50808            ! doop.c mg.c pp.c pp_hot.c toke.c utf8.c
50809           !> sv.c t/op/chop.t utf8.h
50810 ____________________________________________________________________________
50811 [  8571] By: jhi                                   on 2001/01/28  00:35:59
50812         Log: Integrate changes #8090,8093[perlio,only the sv.c tweak],
50813              8245,8247,8248,8249,8250,8251,8260,8263,8264,8265 from mainline.
50814              
50815              Subject: [PATCH] Re: Breadperl & Tk (sv_utf8_upgrade fixes)
50816              
50817              The maxiters upper limit sanity check (guarding against
50818              non-progress) assumed bytes instead of characters in s///
50819              and split().
50820              
50821              Signedness nit.
50822              
50823              sv_catsv() rewrite (8248,8249,8251,8260,8263,8264,8265)
50824              join() should now be UTF-8-proof.
50825              
50826              More split // UTF-8 tests. (8250)
50827      Branch: maint-5.6/perl
50828           !> doop.c hv.c pp.c pp_hot.c sv.c t/op/join.t utf8.c utf8.h
50829           !> util.c
50830 ____________________________________________________________________________
50831 [  8570] By: jhi                                   on 2001/01/27  22:15:46
50832         Log: Integrate changes #7941,7943,7944,7958,7967,7995,7996,7998,
50833              8004,8005,8023,8024,8028,8030,8031,8033,8039,8042,8052[perlio],
50834              8053[perlio],8054[perlio,+sv.c(-PerlIO_isutf8),+require.t],
50835              8084,8204,8244,8333 from mainline.
50836              
50837              For -Q where Q might be a one-letter sub name one does no more
50838              get a warning about an unknown filetest (7941,7943,7944,8084).
50839              
50840              Subject: Re: [ID 20001130.011] expression parsing bug ?
50841              
50842              Make uv_to_utf8() to zero-terminate its output buffer.
50843              
50844              Split off t/op/length.t (7995)
50845              
50846              Split off t/op/utf8decode.t (7996)
50847              
50848              Remove an unnecessary 'use utf8' from the utf8.t (7998)
50849              
50850              Split off t/op/concat.t (8004)
50851              
50852              Split off t/op/ver.t (8005)
50853              
50854              Document utf8_length(), utf8_distance(), and utf8_hop().
50855              
50856              Document utf8_to_uv() better.
50857              
50858              Introduce macros for UTF8 decoding (8028,8033).
50859              
50860              Add test for reverse() (8030,8031).
50861              
50862              Subject: [PATCH] Re: ebcdic <-> ascii tables interjected in uv <-> utf8 considered harmful (8039,8333)
50863              
50864              Do not return the Unicode replacement character    on UTF-8
50865              decoding failure.
50866              
50867              Typo/thinko in S_scan_const() - seeing high bit sets has_utf8
50868              not this_utf8 i.e. the output string has one, but don't mess
50869              with source assumption. (8052,8053)
50870              
50871              Tweak t/comp/require.t to add a 'use bytes' to permit its dubious
50872              writing of BOM to a non-utf8 stream.  Fix SvPVutf8() - sv_2pv()
50873              was not expecting to be called with something that was already
50874              SvPOK() - (we just fossiked with SvUTF8 bit). Fix that and also
50875              just use the SvPV macro in sv_2pvutf8() to avoid the issue/overhead.
50876              (8054)
50877              
50878              Recode the naughty binary bytes in utf8decode.t using the \xHH.
50879              
50880              Make some panic messages a bit more logical.
50881      Branch: maint-5.6/perl
50882           +> t/op/concat.t t/op/length.t t/op/reverse.t t/op/utf8decode.t
50883           !> MANIFEST doop.c embed.pl lib/ExtUtils/Liblist.pm op.c
50884           !> pod/perlapi.pod pod/perldiag.pod pp.c pp_hot.c regcomp.c
50885           !> regexec.c sv.c t/comp/require.t t/op/misc.t t/op/ver.t
50886           !> t/pragma/utf8.t t/pragma/warn/toke t/pragma/warn/utf8 toke.c
50887           !> utf8.c utf8.h
50888 ____________________________________________________________________________
50889 [  8569] By: jhi                                   on 2001/01/27  19:16:43
50890         Log: Integrate changes #7750 from perlio and #8566 from mainline.
50891      Branch: maint-5.6/perl
50892           !> regexec.c sv.c
50893 ____________________________________________________________________________
50894 [  8568] By: jhi                                   on 2001/01/27  18:06:51
50895         Log: Integrate changes #7355[-doio.c],7691,7744,7753[perlio],
50896              7783,7790[perlio],7869,7871,7872,7911,7916,7932,
50897              7935[-perlio.c],7936,7959,7965 from mainline.
50898              
50899              Change the "big byte" error message to "Wide character".
50900              (7355, the croak-if-wide-chars-in-print part ignored)
50901              
50902              Use UINT64_C().
50903              
50904              Introduce Perl_utf8_length().
50905              
50906              diff -se shows these as different (7753, forgotten check-ins)
50907              
50908              Subject: [PATCH] doop.c - UTF8 tr///
50909              
50910              If we use (aTHX_ ...) then put Perl_ on the front.
50911              
50912              Make utf8_length() and utf8_distance() to be less forgiving
50913              about bad UTF-8.
50914              
50915              Test line numbers are different with utf8.
50916              
50917              No need to scan till infinity, 13 is enough. (7872,7911)
50918              
50919              Subject: [PATCH] Tokeniser debugging
50920              
50921              Subject: Re: question about retlen in utf8.c:Perl_utf8_to_uv()
50922              
50923              Subject: [PATCH perl@7930] toke.c perlio.c -Wformat nits (only toke.c)
50924              
50925              Be more careful in Perl_sv_utf8_downgrade().
50926              
50927              Use DO_UTF8().
50928              
50929              Raw zero bytes in text files confuse at least GNU patch 2.1.
50930      Branch: maint-5.6/perl
50931           !> doop.c embed.h embed.pl global.sym handy.h objXSUB.h op.c
50932           !> perl.c perl.h perlapi.c pod/perlapi.pod pod/perldiag.pod
50933           !> pod/perlrun.pod proto.h scope.h sv.c t/op/re_tests
50934           !> t/pragma/utf8.t toke.c utf8.c utf8.h
50935 ____________________________________________________________________________
50936 [  8567] By: nick                                  on 2001/01/27  11:10:38
50937         Log: Integrate mainline
50938      Branch: perlio
50939           !> Changes README.os390 embed.h embed.pl op.c patchlevel.h pp.c
50940           !> proto.h regexec.c sv.c t/lib/1_compile.t t/lib/b.t
50941           !> t/lib/st-06compat.t t/pragma/overload.t t/pragma/sub_lval.t
50942           !> toke.c
50943 ____________________________________________________________________________
50944 [  8566] By: jhi                                   on 2001/01/27  06:22:48
50945         Log: More documentation for the regexp context stack.
50946      Branch: perl
50947            ! regexec.c
50948 ____________________________________________________________________________
50949 [  8565] By: jhi                                   on 2001/01/27  05:21:57
50950         Log: Update Changes.
50951      Branch: perl
50952            ! Changes patchlevel.h
50953 ____________________________________________________________________________
50954 [  8564] By: jhi                                   on 2001/01/27  04:44:04
50955         Log: Threadedness patch for #8562 from Doug MacEachern.
50956      Branch: perl
50957            ! toke.c
50958 ____________________________________________________________________________
50959 [  8563] By: jhi                                   on 2001/01/27  04:26:24
50960         Log: Subject: [PATCH @8545] [ID 20000808.005] OP_REFGEN as an lvalue
50961              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
50962              Date: Thu, 25 Jan 2001 01:17:21 -0800 (PST)
50963              Message-ID: <14959.59703.507462.978833@soda.csua.berkeley.edu>
50964      Branch: perl
50965            ! op.c
50966 ____________________________________________________________________________
50967 [  8562] By: jhi                                   on 2001/01/27  04:20:30
50968         Log: Subject: Re: Announce : Tokener reporting patch
50969              From: Simon Cozens <simon@cozens.net>
50970              Date: Mon, 22 Jan 2001 02:17:22 +0000
50971              Message-ID: <20010122021722.A9334@pembro26.pmb.ox.ac.uk>
50972      Branch: perl
50973            ! embed.h embed.pl proto.h toke.c
50974 ____________________________________________________________________________
50975 [  8561] By: jhi                                   on 2001/01/27  04:17:24
50976         Log: Forgot from #8545.  Oops.
50977      Branch: perl
50978            ! pp.c t/pragma/overload.t
50979 ____________________________________________________________________________
50980 [  8560] By: jhi                                   on 2001/01/27  03:01:47
50981         Log: A better module compilation test, use MANIFEST as suggested
50982              by Spider.
50983      Branch: perl
50984            ! t/lib/1_compile.t
50985 ____________________________________________________________________________
50986 [  8559] By: jhi                                   on 2001/01/27  02:50:48
50987         Log: Subject: [PATCH: perl@8531] EBCDIC cleanup for B test
50988              From: Peter Prymmer <pvhp@forte.com>
50989              Date: Fri, 26 Jan 2001 16:38:08 -0800 (PST)
50990              Message-ID: <Pine.OSF.4.10.10101261635400.14820-100000@aspara.forte.com>
50991      Branch: perl
50992            ! t/lib/b.t
50993 ____________________________________________________________________________
50994 [  8558] By: jhi                                   on 2001/01/27  02:27:05
50995         Log: Subject: [PATCH: perl@8531] EBCDIC branch for pragma/sub-lval.t
50996              From: Peter Prymmer <pvhp@forte.com>
50997              Date: Fri, 26 Jan 2001 16:05:11 -0800 (PST)
50998              Message-ID: <Pine.OSF.4.10.10101261603460.14820-100000@aspara.forte.com>
50999      Branch: perl
51000            ! t/pragma/sub_lval.t
51001 ____________________________________________________________________________
51002 [  8557] By: jhi                                   on 2001/01/27  02:26:03
51003         Log: Subject: [PATCH: perl@8531] a peek at uuencoded EBCDIC (st-06compat.t)
51004              From: Peter Prymmer <pvhp@forte.com>
51005              Date: Fri, 26 Jan 2001 14:47:46 -0800 (PST)
51006              Message-ID: <Pine.OSF.4.10.10101261443561.14820-100000@aspara.forte.com>
51007      Branch: perl
51008            ! t/lib/st-06compat.t
51009 ____________________________________________________________________________
51010 [  8556] By: jhi                                   on 2001/01/27  02:24:33
51011         Log: Subject: [PATCH: perl@8531] minor update to README.os390
51012              From: Peter Prymmer <pvhp@forte.com>
51013              Date: Fri, 26 Jan 2001 14:33:27 -0800 (PST)
51014              Message-ID: <Pine.OSF.4.10.10101261425560.14820-100000@aspara.forte.com>
51015      Branch: perl
51016            ! README.os390
51017 ____________________________________________________________________________
51018 [  8555] By: jhi                                   on 2001/01/27  00:35:47
51019         Log: No point in checking the length before we know whether the pointer
51020              is bogus or not, fixes Abigail's odbm failures in Linux.
51021      Branch: perl
51022            ! sv.c
51023 ____________________________________________________________________________
51024 [  8554] By: nick                                  on 2001/01/26  19:01:31
51025         Log: Integrate mainline
51026      Branch: perlio
51027           !> lib/Text/Wrap.pm t/lib/textwrap.t
51028 ____________________________________________________________________________
51029 [  8553] By: jhi                                   on 2001/01/26  15:19:39
51030         Log: Integrate change #7792 from perlio (multiplicity fix),
51031              fix the AV leak in regex DEBUGGING (tiny part of the
51032              polymorphic regexp patch #8143).
51033      Branch: maint-5.6/perl
51034            ! regcomp.c
51035           !> scope.h
51036 ____________________________________________________________________________
51037 [  8552] By: jhi                                   on 2001/01/26  15:03:23
51038         Log: (Retracted by #8573)
51039              
51040              Subject: [PATCH Text::Wrap 2000.06292219] Spurious leading whitespace
51041              From: Michael G Schwern <schwern@pobox.com>
51042              Date: Fri, 26 Jan 2001 09:28:31 -0500
51043              Message-ID: <20010126092831.A15328@blackrider.aocn.com>
51044      Branch: perl
51045            ! lib/Text/Wrap.pm t/lib/textwrap.t
51046 ____________________________________________________________________________
51047 [  8551] By: jhi                                   on 2001/01/26  02:33:19
51048         Log: Integrate changes #7760,7815,7870,7873,7874,7877,7878,7879,7881,
51049              7937,7938,7939,7940,7968,7969,8403,8414,8510 from mainline.
51050              
51051              Subject: [PATCH 5.7.0] The first step in removing recursion from the REx engine
51052              
51053              Subject: [PATCH 5.7.0] Overeager visited-positions optimizations
51054              
51055              Message nit.
51056              
51057              BOUND regex opcodes (\b, \B) could try to scan zero length UTF-8.
51058              
51059              Debug dump of ANYOFUTF8 was garbage (data from ANYOF).
51060              
51061              (the cleanup of unused submatches in regtry() and regcppop())
51062              
51063              Fix for 20001130.008 and 20001130.010, the PL_regnpar wasn't
51064              stored and restored, and thusly was trounced by the utf8 swash
51065              routines.
51066              
51067              use utf8 not required to use \x{}.
51068              
51069              Removed two more tests that make no sense in UTF-8 since the test
51070              data is not in UTF-8.
51071              
51072              Get the three different space character classes right under utf8.
51073              
51074              Implement ANYOFUTF8 regprop() dumping.
51075              
51076              Subject: Re: [ID 20001029.005] Regex error: "cd. (A. Tw)" !~ /\((\w\. \w+)\)/
51077              
51078              Document the regex context pushing/popping a bit better.
51079      Branch: maint-5.6/perl
51080           +> lib/unicode/Is/Blank.pl lib/unicode/Is/SpacePerl.pl
51081           !> MANIFEST lib/unicode/mktables.PL pod/perlre.pod regcomp.c
51082           !> regexec.c scope.h t/op/pat.t t/op/re_tests t/op/regexp.t
51083           !> t/op/regmesg.t utf8.c
51084 ____________________________________________________________________________
51085 [  8550] By: nick                                  on 2001/01/25  19:42:30
51086         Log: Integrate mainline
51087      Branch: perlio
51088           !> Makefile.SH README.os390 gv.c hints/os390.sh installperl
51089           !> lib/Math/BigFloat.pm lib/Math/BigInt.pm lib/overload.pm perl.h
51090           !> pod/perlguts.pod t/lib/bigfloat.t t/lib/bigfltpm.t
51091           !> t/lib/bigint.t t/lib/bigintpm.t
51092 ____________________________________________________________________________
51093 [  8549] By: jhi                                   on 2001/01/25  15:22:28
51094         Log: Undo 6475: { use utf8; chr(128..255) } is better off producing bytes.
51095      Branch: maint-5.6/perl
51096            ! pod/perlfunc.pod pp.c t/pragma/utf8.t
51097 ____________________________________________________________________________
51098 [  8548] By: jhi                                   on 2001/01/25  15:02:55
51099         Log: Integrate changes #7997,8063,8492,8547 from mainline.
51100              
51101              Subject: Re: STRLEN - what?
51102              
51103              Subject: [PATCH] perlguts.pod
51104              
51105              Memory management calls documentation.
51106              
51107              Layout using tabulator is not a good idea in a pod.
51108      Branch: maint-5.6/perl
51109           !> pod/perlguts.pod
51110 ____________________________________________________________________________
51111 [  8547] By: jhi                                   on 2001/01/25  14:49:05
51112         Log: Layout using tabulator is not a good idea in a pod.
51113      Branch: perl
51114            ! pod/perlguts.pod
51115 ____________________________________________________________________________
51116 [  8546] By: jhi                                   on 2001/01/25  14:31:12
51117         Log: Integrate changes #8188,8189,8208,8209,8210,8212,8374,8388
51118              from mainline.
51119              
51120              Subject: [DOC PATCH: perl@7953] update list of lang. sensitive editors/IDES
51121              
51122              Subject: [DOC PATCH: perl@8150, 5.6.1-TRIAL1] update list of lang. sensitive editors/IDES
51123              
51124              More Win32 editor/IDE/shell hints.
51125              
51126              More Win32 Perling.
51127              
51128              Yet another editor edit.
51129              
51130              Edit edit edit.
51131              
51132              IDE/editor section tweaking.
51133              
51134              Few more IDE/editor nits from p5p.
51135      Branch: maint-5.6/perl
51136           !> pod/perlfaq3.pod
51137 ____________________________________________________________________________
51138 [  8545] By: jhi                                   on 2001/01/25  04:16:32
51139         Log: Subject: [PATCH 5.7.0] overload int()
51140              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
51141              Date: Wed, 24 Jan 2001 19:06:57 -0500
51142              Message-ID: <20010124190657.A8512@math.ohio-state.edu>
51143      Branch: perl
51144            ! gv.c lib/Math/BigFloat.pm lib/Math/BigInt.pm lib/overload.pm
51145            ! perl.h t/lib/bigfloat.t t/lib/bigfltpm.t t/lib/bigint.t
51146            ! t/lib/bigintpm.t
51147 ____________________________________________________________________________
51148 [  8544] By: jhi                                   on 2001/01/25  04:15:11
51149         Log: Subject: [PATCH: perl@8506]completion and docs for dynamic loading on OS/390
51150              From: Peter Prymmer <pvhp@forte.com>
51151              Date: Wed, 24 Jan 2001 17:17:14 -0800 (PST)
51152              Message-ID: <Pine.OSF.4.10.10101241706120.411912-100000@aspara.forte.com>
51153      Branch: perl
51154            ! Makefile.SH README.os390 hints/os390.sh installperl
51155 ____________________________________________________________________________
51156 [  8543] By: jhi                                   on 2001/01/25  03:52:08
51157         Log: Integrate change #8462,8469 from mainline.
51158              
51159              In VMS Perl subversion (perl -V) is undef.
51160      Branch: maint-5.6/perl
51161           !> configure.com
51162 ____________________________________________________________________________
51163 [  8542] By: jhi                                   on 2001/01/25  03:44:55
51164         Log: Integrate changes #7835,7850,8315,8316 from mainline.
51165              
51166              Solaris hints.
51167      Branch: maint-5.6/perl
51168           !> hints/solaris_2.sh
51169 ____________________________________________________________________________
51170 [  8541] By: jhi                                   on 2001/01/25  03:39:28
51171         Log: Integrate #8336 from mainline.
51172      Branch: maint-5.6/perl
51173           !> hv.c
51174 ____________________________________________________________________________
51175 [  8540] By: jhi                                   on 2001/01/25  03:23:50
51176         Log: Retract #8539.
51177      Branch: maint-5.6/perl
51178            ! pod/perlfaq3.pod
51179 ____________________________________________________________________________
51180 [  8539] By: jhi                                   on 2001/01/25  03:21:55
51181         Log: (Retracted by #8540.)
51182      Branch: maint-5.6/perl
51183            ! pod/perlfaq3.pod
51184 ____________________________________________________________________________
51185 [  8538] By: jhi                                   on 2001/01/25  03:14:07
51186         Log: Subject: [re-patch: 5.6.1-TRIAL1] was Re: [PATCH 5.6.1-TRIAL1]VMS buildpatches
51187              From: Peter Prymmer <pvhp@forte.com>
51188              Date: Mon, 18 Dec 2000 13:10:35 -0800 (PST)
51189              Message-ID: <Pine.OSF.4.10.10012181249310.410192-100000@aspara.forte.com>
51190              
51191              The VMS bits.
51192      Branch: maint-5.6/perl
51193            ! configure.com vms/descrip_mms.template
51194 ____________________________________________________________________________
51195 [  8537] By: jhi                                   on 2001/01/25  03:06:09
51196         Log: Integrate #7710,7824,7973 from mainline.
51197      Branch: maint-5.6/perl
51198           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
51199           !> config_h.SH configure.com epoc/config.sh hints/aix.sh malloc.c
51200           !> regcomp.c sv.c vos/config.alpha.def vos/config.alpha.h
51201           !> vos/config.ga.def vos/config.ga.h win32/config.bc
51202           !> win32/config.gc win32/config.vc
51203 ____________________________________________________________________________
51204 [  8536] By: jhi                                   on 2001/01/24  13:50:20
51205         Log: Revert the edits made by me so far to the 5.6 branch since
51206              the TRIAL1 since I did edits when I should have been using
51207              integrates.  Bad programmer.   (Will integrate them properly later.)
51208              Undoes #8347, #8349, #8350, #8351, #8353, #8355, #8376, #8463, #8470.
51209              The #8353 will not be reapplied at least for now since
51210              the UTF-8 hash keys need more thinking.
51211              (The patches #8347, #8354, #8454, #8473 were okay since they
51212              were original edits made specifically for the 5.6.1-TRIAL1.)
51213      Branch: maint-5.6/perl
51214            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
51215            ! config_h.SH configure.com embed.pl epoc/config.sh hints/aix.sh
51216            ! hints/solaris_2.sh hv.c hv.h malloc.c perlapi.c
51217            ! pod/perlapi.pod pod/perlfaq3.pod proto.h regcomp.c sv.c
51218            ! t/op/each.t vms/descrip_mms.template vos/config.alpha.def
51219            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
51220            ! win32/config.bc win32/config.gc win32/config.vc
51221 ____________________________________________________________________________
51222 [  8535] By: bailey                                on 2001/01/24  06:37:02
51223         Log: SYN SYN
51224      Branch: vmsperl
51225           +> (branch 26 files)
51226           !> (integrate 130 files)
51227 ____________________________________________________________________________
51228 [  8534] By: nick                                  on 2001/01/23  19:30:57
51229         Log: Integrate mainline.
51230      Branch: perlio
51231           !> Changes Configure Porting/Glossary Porting/config.sh
51232           !> Porting/config_H embed.h embed.pl ext/Encode/compile
51233           !> ext/Opcode/Opcode.xs ext/Opcode/Safe.pm installperl objXSUB.h
51234           !> patchlevel.h perlapi.c perly.y pod/perlfunc.pod
51235           !> pod/perlvar.pod proto.h t/lib/1_compile.t
51236 ____________________________________________________________________________
51237 [  8533] By: jhi                                   on 2001/01/23  16:15:46
51238         Log: Forgotten from #8501.
51239      Branch: perl
51240            ! Porting/Glossary Porting/config.sh Porting/config_H
51241 ____________________________________________________________________________
51242 [  8532] By: jhi                                   on 2001/01/23  16:13:27
51243         Log: Subject: RE: [PATCH perl@8269] Corrections for Perl_yylex_r (used by a reentrant parser as Bison) 
51244              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
51245              Date: Mon, 22 Jan 2001 17:51:58 +0100
51246              Message-ID: <5930DC161690D21196670090271575470397E915@madt009a.siemens.es>
51247      Branch: perl
51248            ! embed.h embed.pl objXSUB.h perlapi.c perly.y proto.h
51249 ____________________________________________________________________________
51250 [  8531] By: jhi                                   on 2001/01/23  15:46:01
51251         Log: Update Changes.
51252      Branch: perl
51253            ! Changes patchlevel.h
51254 ____________________________________________________________________________
51255 [  8530] By: jhi                                   on 2001/01/23  15:38:39
51256         Log: De-cut-and-pasto.
51257      Branch: perl
51258            ! t/lib/1_compile.t
51259 ____________________________________________________________________________
51260 [  8529] By: jhi                                   on 2001/01/23  15:11:04
51261         Log: Document the mkdir trailing slashes case.
51262      Branch: perl
51263            ! pod/perlfunc.pod
51264 ____________________________________________________________________________
51265 [  8528] By: jhi                                   on 2001/01/23  15:08:28
51266         Log: lib/lib.pm is arch dependent, and lib/lib_pm.PL shouldn't
51267              get installed:
51268              
51269              Subject: lib/lib.pm
51270              From: <abigail@foad.org>
51271              Date: Mon, 28 Aug 2000 20:35:08 -0400
51272              Message-ID: <20000829003508.21281.qmail@foad.org>
51273      Branch: perl
51274            ! installperl
51275 ____________________________________________________________________________
51276 [  8527] By: jhi                                   on 2001/01/23  14:44:04
51277         Log: Metaconfig unit change for #8526.
51278      Branch: metaconfig
51279            ! U/threads/archname.U
51280 ____________________________________________________________________________
51281 [  8526] By: jhi                                   on 2001/01/23  14:43:19
51282         Log: Attach -perlio to the archname if so selected.
51283      Branch: perl
51284            ! Configure
51285 ____________________________________________________________________________
51286 [  8525] By: jhi                                   on 2001/01/23  14:24:01
51287         Log: Subject: [PATCH] pod/perlvar.pod
51288              From: abigail@foad.org
51289              Date: Tue, 23 Jan 2001 01:41:10 +0100
51290              Message-ID: <20010123004110.22259.qmail@foad.org>
51291      Branch: perl
51292            ! pod/perlvar.pod
51293 ____________________________________________________________________________
51294 [  8524] By: jhi                                   on 2001/01/23  14:22:32
51295         Log: A bug introduced in #8217 (the undefined variable in the
51296              lib/safe1_t #3) fixed, by Charles Lane:
51297              
51298              The earlier patch made it so that stuff running in Safe
51299              compartments could do a "caller" and see "main".  That
51300              little change in name is done right before the code in
51301              the compartment is run, and apparantly the parser
51302              was picking up the stash name before it got changed.
51303              
51304              (why it was threaded vs. unthreaded Perl that was sensitive to this
51305              I still don't know...and it probably doesn't matter).
51306              
51307              I tryed removing the stash name-change and saw that threaded Perl
51308              did indeed pass the lib/safe1.t tests.
51309              
51310              So here's a patch; a routine (_safe_pkg_prep) is added to Opcode to
51311              do the name change (and to connect _ in the compartment to the global
51312              _) which is removed from _safe_call_sv.   Then Safe.pm is modified
51313              to call _safe_pkg_prep when creating a new compartment.
51314              
51315              Passes all tests with threaded perl on linux; passes all tests
51316              with unthreaded perl on VMS.
51317              
51318              At some point I'll probably want to revisit Safe and Opcode to
51319              provide more sensible handling of global variables...and to get
51320              formats working in Safe compartments, which they don't do currently.
51321      Branch: perl
51322            ! ext/Opcode/Opcode.xs ext/Opcode/Safe.pm
51323 ____________________________________________________________________________
51324 [  8523] By: jhi                                   on 2001/01/23  14:11:58
51325         Log: Also the lib/Thread.pm itself needs to be ignored if
51326              the Thread extension hasn't been built.
51327      Branch: perl
51328            ! t/lib/1_compile.t
51329 ____________________________________________________________________________
51330 [  8522] By: jhi                                   on 2001/01/23  13:51:28
51331         Log: print() instead of warn() so that stderr doesn't get
51332              unnecessarily polluted.
51333      Branch: perl
51334            ! ext/Encode/compile
51335 ____________________________________________________________________________
51336 [  8521] By: jhi                                   on 2001/01/23  13:49:48
51337         Log: Integrate perlio.
51338      Branch: perl
51339           !> ext/Encode/Encode.xs ext/Encode/Makefile.PL ext/Encode/compile
51340           !> ext/Encode/encode.h
51341 ____________________________________________________________________________
51342 [  8520] By: nick                                  on 2001/01/22  21:44:00
51343         Log: More messing with Encode:
51344              Extra fields in header to allow multiple names and to record
51345              other things "compile" knows.
51346              Re-organise compile to factor out common output routines.
51347      Branch: perlio
51348            ! ext/Encode/Encode.xs ext/Encode/compile ext/Encode/encode.h
51349 ____________________________________________________________________________
51350 [  8519] By: nick                                  on 2001/01/22  20:33:50
51351         Log: Change file-of-files command line from -F to -f to avoid case issues on VMS.
51352      Branch: perlio
51353            ! ext/Encode/Makefile.PL ext/Encode/compile
51354 ____________________________________________________________________________
51355 [  8518] By: nick                                  on 2001/01/22  20:28:13
51356         Log: Integrate mainline
51357      Branch: perlio
51358           !> MANIFEST configure.com epoc/config.sh pp_sys.c regexec.c sv.c
51359           !> vos/config.alpha.def vos/config.alpha.h
51360 ____________________________________________________________________________
51361 [  8517] By: jhi                                   on 2001/01/22  15:37:17
51362         Log: Add sv_force_normal() to sv_utf8_downgrade() as suggested
51363              by Inaba Hiroto.
51364      Branch: perl
51365            ! sv.c
51366 ____________________________________________________________________________
51367 [  8516] By: jhi                                   on 2001/01/22  14:55:15
51368         Log: More SIG_SIZE fixes.
51369      Branch: perl
51370            ! epoc/config.sh vos/config.alpha.def vos/config.alpha.h
51371 ____________________________________________________________________________
51372 [  8515] By: jhi                                   on 2001/01/22  14:50:27
51373         Log: Subject: [PATCH perl@8506] typo in last week's configure.com frenzy
51374              From: "Craig A. Berry" <craigberry@mac.com>
51375              Date: Mon, 22 Jan 2001 00:42:24 -0600
51376              Message-Id: <p04330103b6917f35375b@[172.16.52.1]>
51377      Branch: perl
51378            ! configure.com
51379 ____________________________________________________________________________
51380 [  8514] By: jhi                                   on 2001/01/22  14:31:17
51381         Log: Subject: [PATCH perl@8506] VMS catches up with change #8501
51382              From: "Craig A. Berry" <craigberry@mac.com>
51383              Date: Sun, 21 Jan 2001 23:03:25 -0600
51384              Message-Id: <p04330101b691596f577f@[172.16.52.1]>
51385      Branch: perl
51386            ! configure.com
51387 ____________________________________________________________________________
51388 [  8513] By: jhi                                   on 2001/01/22  14:14:00
51389         Log: Add the .ucm encoding tables to the MANIFEST.
51390      Branch: perl
51391            ! MANIFEST
51392 ____________________________________________________________________________
51393 [  8512] By: jhi                                   on 2001/01/22  13:43:33
51394         Log: Integrate perlio.
51395      Branch: perl
51396           +> ext/Encode/Encode/ascii.ucm ext/Encode/Encode/cp1047.ucm
51397           +> ext/Encode/Encode/cp1250.ucm ext/Encode/Encode/cp37.ucm
51398           +> ext/Encode/Encode/dingbats.ucm ext/Encode/Encode/iso8859-1.ucm
51399           +> ext/Encode/Encode/iso8859-10.ucm
51400           +> ext/Encode/Encode/iso8859-13.ucm
51401           +> ext/Encode/Encode/iso8859-14.ucm
51402           +> ext/Encode/Encode/iso8859-15.ucm
51403           +> ext/Encode/Encode/iso8859-16.ucm
51404           +> ext/Encode/Encode/iso8859-2.ucm
51405           +> ext/Encode/Encode/iso8859-3.ucm
51406           +> ext/Encode/Encode/iso8859-4.ucm
51407           +> ext/Encode/Encode/iso8859-5.ucm
51408           +> ext/Encode/Encode/iso8859-6.ucm
51409           +> ext/Encode/Encode/iso8859-7.ucm
51410           +> ext/Encode/Encode/iso8859-8.ucm
51411           +> ext/Encode/Encode/iso8859-9.ucm ext/Encode/Encode/posix-bc.ucm
51412           +> ext/Encode/Encode/symbol.ucm
51413           !> ext/Encode/Makefile.PL ext/Encode/compile lib/open.pm perlio.c
51414           !> perliol.h
51415 ____________________________________________________________________________
51416 [  8511] By: nick                                  on 2001/01/21  23:44:47
51417         Log: Make "real" layers of ":utf8" and ":raw".
51418              So now PERLIO=utf8 perl ...
51419              does what Andreas wanted.
51420              Fix arg passing in open.pm (still have a Carp issue).
51421      Branch: perlio
51422            ! lib/open.pm perlio.c perliol.h
51423 ____________________________________________________________________________
51424 [  8510] By: jhi                                   on 2001/01/21  22:56:53
51425         Log: Document the regex content pushing/popping a bit better.
51426      Branch: perl
51427            ! regexec.c
51428 ____________________________________________________________________________
51429 [  8509] By: jhi                                   on 2001/01/21  22:55:44
51430         Log: Tweak the mkdir trailing slash code some more.
51431              
51432              TO DO: the same handling should probably be done for
51433              all the other filesystem functions that can have directories
51434              as their arguments.
51435      Branch: perl
51436            ! pp_sys.c
51437 ____________________________________________________________________________
51438 [  8508] By: nick                                  on 2001/01/21  21:37:43
51439         Log: Switch "compiled in" encodings to .ucm format.
51440              (Leave others as .enc till we can run-time load .ucm,
51441              or find some other way to load them.)
51442      Branch: perlio
51443            + ext/Encode/Encode/ascii.ucm ext/Encode/Encode/cp1047.ucm
51444            + ext/Encode/Encode/cp1250.ucm ext/Encode/Encode/cp37.ucm
51445            + ext/Encode/Encode/dingbats.ucm ext/Encode/Encode/iso8859-1.ucm
51446            + ext/Encode/Encode/iso8859-10.ucm
51447            + ext/Encode/Encode/iso8859-13.ucm
51448            + ext/Encode/Encode/iso8859-14.ucm
51449            + ext/Encode/Encode/iso8859-15.ucm
51450            + ext/Encode/Encode/iso8859-16.ucm
51451            + ext/Encode/Encode/iso8859-2.ucm
51452            + ext/Encode/Encode/iso8859-3.ucm
51453            + ext/Encode/Encode/iso8859-4.ucm
51454            + ext/Encode/Encode/iso8859-5.ucm
51455            + ext/Encode/Encode/iso8859-6.ucm
51456            + ext/Encode/Encode/iso8859-7.ucm
51457            + ext/Encode/Encode/iso8859-8.ucm
51458            + ext/Encode/Encode/iso8859-9.ucm ext/Encode/Encode/posix-bc.ucm
51459            + ext/Encode/Encode/symbol.ucm
51460            ! ext/Encode/Makefile.PL ext/Encode/compile
51461 ____________________________________________________________________________
51462 [  8507] By: nick                                  on 2001/01/21  21:02:03
51463         Log: Integrate (partial) mainline.
51464      Branch: perlio
51465           !> Changes Configure config_h.SH patchlevel.h pod/perlfaq2.pod
51466           !> sv.c uconfig.h uconfig.sh vos/config.alpha.h vos/config.ga.h
51467           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
51468 ____________________________________________________________________________
51469 [  8506] By: jhi                                   on 2001/01/21  20:09:30
51470         Log: Update Changes.
51471      Branch: perl
51472            ! Changes patchlevel.h
51473 ____________________________________________________________________________
51474 [  8505] By: jhi                                   on 2001/01/21  19:39:59
51475         Log: Subject: Minor typos in perlfaq2.pod
51476              From: "Stephen P. Potter" <spp@spotter.yi.org>
51477              Message-Id: <200101192101.QAA11911@spotter.yi.org>
51478              Date: Fri, 19 Jan 2001 16:01:13 -0500
51479              
51480              with a nit from Philip Newton.
51481      Branch: perl
51482            ! pod/perlfaq2.pod
51483 ____________________________________________________________________________
51484 [  8504] By: jhi                                   on 2001/01/21  19:33:05
51485         Log: Metaconfig change for #8503.
51486      Branch: metaconfig
51487            ! U/threads/usethreads.U
51488 ____________________________________________________________________________
51489 [  8503] By: jhi                                   on 2001/01/21  19:32:21
51490         Log: Sanity check for conflicting thread flavours.
51491      Branch: perl
51492            ! Configure config_h.SH
51493 ____________________________________________________________________________
51494 [  8502] By: jhi                                   on 2001/01/21  19:23:00
51495         Log: Metaconfig change for #8501.
51496      Branch: metaconfig
51497            ! U/modified/sig_name.U
51498 ____________________________________________________________________________
51499 [  8501] By: jhi                                   on 2001/01/21  19:22:26
51500         Log: The SIG_SIZE is the number of the elements *excluding*
51501              the terminating NULL.
51502      Branch: perl
51503            ! Configure config_h.SH uconfig.h uconfig.sh vos/config.alpha.h
51504            ! vos/config.ga.h win32/config_H.bc win32/config_H.gc
51505            ! win32/config_H.vc
51506 ____________________________________________________________________________
51507 [  8500] By: jhi                                   on 2001/01/21  18:31:31
51508         Log: Integrate perlio.
51509      Branch: perl
51510           !> doio.c embed.h embed.pl ext/Encode/Encode.xs
51511           !> ext/Encode/Makefile.PL ext/Encode/compile global.sym objXSUB.h
51512           !> opcode.h opcode.pl opnames.h perlapi.c pp.sym pp_proto.h
51513           !> pp_sys.c proto.h sv.c
51514 ____________________________________________________________________________
51515 [  8499] By: jhi                                   on 2001/01/21  17:43:57
51516         Log: Subject: Re: 8482 busted for $^V sprintf()s on OS/390 
51517              From: Hugo <hv@crypt.compulink.co.uk>
51518              Date: Sun, 21 Jan 2001 13:34:05 +0000
51519              Message-Id: <200101211334.NAA18121@crypt.compulink.co.uk>
51520              
51521              In sprintf UTF8ize only if necessary.
51522      Branch: perl
51523            ! sv.c
51524 ____________________________________________________________________________
51525 [  8498] By: nick                                  on 2001/01/21  16:25:32
51526         Log: Encode cleanup.
51527              Add command line control over "compile" so that Makefile.PL
51528              needs can be combined with other uses.
51529              Use command line options in Makefile.PL.
51530              Fix multi-byte parsing in .ucm files.
51531      Branch: perlio
51532            ! ext/Encode/Makefile.PL ext/Encode/compile
51533 ____________________________________________________________________________
51534 [  8497] By: nick                                  on 2001/01/21  12:56:27
51535         Log: Warn and set errno when open(...,":encoding(xxxxx)",...) cannot find xxxxx.
51536      Branch: perlio
51537            ! ext/Encode/Encode.xs
51538 ____________________________________________________________________________
51539 [  8496] By: nick                                  on 2001/01/21  12:18:45
51540         Log: Fixup after integrate:
51541              missed the .sym files that are changed by regen_headers
51542              sv.c and proto.h disagreed about pTHX_ ness of EXPECT_NUMBER.
51543      Branch: perlio
51544            ! global.sym pp.sym sv.c
51545 ____________________________________________________________________________
51546 [  8495] By: nick                                  on 2001/01/21  11:51:07
51547         Log: Integrate mainline.
51548      Branch: perlio
51549           +> ext/DynaLoader/dl_dllload.xs t/op/qu.t
51550           !> MANIFEST Makefile.SH README.os390 README.posix-bc README.vms
51551           !> embed.h embed.pl ext/DynaLoader/dl_aix.xs
51552           !> ext/DynaLoader/dl_dlopen.xs hints/os390.sh pod/perlfunc.pod
51553           !> pod/perlguts.pod pod/perlop.pod pod/perlre.pod
51554           !> pod/perlretut.pod pod/perlunicode.pod proto.h sv.c
51555           !> win32/Makefile win32/makefile.mk
51556 ____________________________________________________________________________
51557 [  8494] By: jhi                                   on 2001/01/20  23:12:11
51558         Log: Forgot the expect_number() prototype.
51559      Branch: perl
51560            ! embed.h embed.pl proto.h
51561 ____________________________________________________________________________
51562 [  8493] By: jhi                                   on 2001/01/20  22:56:39
51563         Log: Subject: [PATCH: perl@8482] README.vms URL updates
51564              From: Peter Prymmer <pvhp@forte.com>
51565              Date: Fri, 19 Jan 2001 18:59:02 -0800 (PST)
51566              Message-ID: <Pine.OSF.4.10.10101191856510.61572-100000@aspara.forte.com>
51567              
51568              Plus Craig A. Berry's suggestion to use compaq.com instead
51569              of digital.com.
51570      Branch: perl
51571            ! README.vms
51572 ____________________________________________________________________________
51573 [  8492] By: jhi                                   on 2001/01/20  22:50:05
51574         Log: Memory management calls documentation.
51575      Branch: perl
51576            ! pod/perlguts.pod
51577 ____________________________________________________________________________
51578 [  8491] By: jhi                                   on 2001/01/20  22:38:33
51579         Log: Signedness nit plus few memcpy/Copy nits.
51580      Branch: perl
51581            ! sv.c
51582 ____________________________________________________________________________
51583 [  8490] By: jhi                                   on 2001/01/20  22:25:53
51584         Log: Subject: [PATCH: perl@8482] minor typos in some dl_$foo.xs files
51585              From: Peter Prymmer <pvhp@forte.com>
51586              Date: Fri, 19 Jan 2001 18:43:14 -0800 (PST)
51587              Message-ID: <Pine.OSF.4.10.10101191841080.61505-100000@aspara.forte.com>
51588      Branch: perl
51589            ! ext/DynaLoader/dl_aix.xs ext/DynaLoader/dl_dlopen.xs
51590 ____________________________________________________________________________
51591 [  8489] By: jhi                                   on 2001/01/20  22:24:41
51592         Log: Subject: [PATCH: perl@8482] win32 Makefile(s) handle podified READMEs
51593              From: Peter Prymmer <pvhp@forte.com>
51594              Date: Fri, 19 Jan 2001 18:33:43 -0800 (PST)
51595              Message-ID: <Pine.OSF.4.10.10101191828050.61158-100000@aspara.forte.com>
51596      Branch: perl
51597            ! win32/Makefile win32/makefile.mk
51598 ____________________________________________________________________________
51599 [  8488] By: jhi                                   on 2001/01/20  22:22:27
51600         Log: Subject: [PATCH: perl@8482] remove redundant dependencies that are unneeded
51601              From: Peter Prymmer <pvhp@forte.com>
51602              Date: Fri, 19 Jan 2001 18:25:38 -0800 (PST)
51603              Message-ID: <Pine.OSF.4.10.10101191816550.61158-100000@aspara.forte.com>
51604      Branch: perl
51605            ! Makefile.SH
51606 ____________________________________________________________________________
51607 [  8487] By: jhi                                   on 2001/01/20  22:21:18
51608         Log: Subject: [PATCH: perl@8482] partial support for dynaloading on OS/390
51609              From: Peter Prymmer <pvhp@forte.com>
51610              Date: Fri, 19 Jan 2001 18:12:05 -0800 (PST)
51611              Message-ID: <Pine.OSF.4.10.10101191646420.61158-100000@aspara.forte.com>
51612      Branch: perl
51613            + ext/DynaLoader/dl_dllload.xs
51614            ! MANIFEST Makefile.SH hints/os390.sh
51615 ____________________________________________________________________________
51616 [  8486] By: jhi                                   on 2001/01/20  22:17:53
51617         Log: Subject: [PATCH: perl@8482] floating point mangling warnings for README.os390 and README.posix-bc
51618              From: Peter Prymmer <pvhp@forte.com>
51619              Date: Fri, 19 Jan 2001 13:48:15 -0800 (PST)
51620              Message-ID: <Pine.OSF.4.10.10101191347140.59299-100000@aspara.forte.com>
51621      Branch: perl
51622            ! README.os390 README.posix-bc
51623 ____________________________________________________________________________
51624 [  8485] By: jhi                                   on 2001/01/20  20:15:30
51625         Log: Document and test the new qu operator.
51626      Branch: perl
51627            + t/op/qu.t
51628            ! MANIFEST pod/perlfunc.pod pod/perlop.pod pod/perlre.pod
51629            ! pod/perlretut.pod pod/perlunicode.pod
51630 ____________________________________________________________________________
51631 [  8484] By: nick                                  on 2001/01/20  19:42:30
51632         Log: Infrastructure to allow:
51633              open($fh,"|-",@array);
51634              to be implemented
51635              i.e. mark pp_open as needing a stack mark, and make pp_open
51636              process its args in that style (and pass them _all_ to tied handles OPEN).
51637              Invent do_openn() which takes SV ** at allow it to see multiple args.
51638              Note this does not _do_ anything yet.
51639      Branch: perlio
51640            ! doio.c embed.h embed.pl objXSUB.h opcode.h opcode.pl opnames.h
51641            ! perlapi.c pp_proto.h pp_sys.c proto.h
51642 ____________________________________________________________________________
51643 [  8483] By: nick                                  on 2001/01/20  17:23:14
51644         Log: Integrate mainline.
51645      Branch: perlio
51646           !> Changes configure.com patchlevel.h sv.c t/lib/1_compile.t
51647           !> t/op/sprintf.t t/op/ver.t t/pragma/locale.t
51648 ____________________________________________________________________________
51649 [  8482] By: jhi                                   on 2001/01/19  15:37:49
51650         Log: Update Changes.
51651      Branch: perl
51652            ! Changes patchlevel.h
51653 ____________________________________________________________________________
51654 [  8481] By: jhi                                   on 2001/01/19  14:41:24
51655         Log: Subject: Re: new feature: s?printf parameter reordering 
51656              From: Hugo <hv@crypt.compulink.co.uk>
51657              Date: Thu, 11 Jan 2001 17:09:03 +0000
51658              Message-Id: <200101111709.RAA23756@crypt.compulink.co.uk>
51659              
51660              - support reordering for all parameters: %, *v, *, .*
51661              - lay down that the reordering specification must immediately
51662              follow that parameter: %3$, *v3$, *3$, .*3$
51663              - fix vectorisation of a zero-length string
51664              - factor out the code choosing the argument to format
51665              
51666              Possibly unwanted side-effects:
51667              - the special format specifiers ' +-0' must now precede any
51668              vectorisation specifier. Tests in op/sprintf and op/ver
51669              have been changed to reflect this.
51670              - sprintf.t test #214 changed its expectations because in many
51671              cases, the next parameter has already been consumed when an
51672              invalid type letter is detected.
51673              
51674              Probably wanted side-effects:
51675              - attempts to format a non-existent parameter will warn as if C<undef>
51676              - attempt to write to non-existent parameter with '%n' will complain
51677              of "attempt to modify read-only value" instead of being silent
51678      Branch: perl
51679            ! sv.c t/op/sprintf.t t/op/ver.t
51680 ____________________________________________________________________________
51681 [  8480] By: jhi                                   on 2001/01/19  14:08:37
51682         Log: Subject: PATCH pragma/locale.t
51683              From: andreas.koenig@anima.de (Andreas J. Koenig)
51684              Date: 18 Jan 2001 09:45:37 +0100
51685              Message-ID: <m3lms98czy.fsf@ak-71.mind.de>
51686      Branch: perl
51687            ! t/pragma/locale.t
51688 ____________________________________________________________________________
51689 [  8479] By: jhi                                   on 2001/01/19  13:19:58
51690         Log: Add tracing for debugging extensions builds in VMS, from Charles Lane.
51691      Branch: perl
51692            ! configure.com
51693 ____________________________________________________________________________
51694 [  8478] By: jhi                                   on 2001/01/19  02:12:35
51695         Log: Automate 1_compile.t.
51696      Branch: perl
51697            ! t/lib/1_compile.t
51698 ____________________________________________________________________________
51699 [  8477] By: jhi                                   on 2001/01/19  01:49:56
51700         Log: Integrate perlio.
51701      Branch: perl
51702           !> sv.c win32/config.bc win32/config.gc win32/config.vc
51703           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
51704 ____________________________________________________________________________
51705 [  8476] By: nick                                  on 2001/01/18  21:51:52
51706         Log: Integrate mainline
51707      Branch: perlio
51708           +> t/lib/1_compile.t t/lib/compmod.pl
51709           !> MANIFEST configure.com lib/unicode/distinct.pm
51710 ____________________________________________________________________________
51711 [  8475] By: nick                                  on 2001/01/18  21:48:02
51712         Log: Win32 "safe signals" co-existance fix.
51713              Fix SIG_SIZE value.
51714              Clear PL_sig_pending when cloning (fork).
51715      Branch: perlio
51716            ! sv.c win32/config.bc win32/config.gc win32/config.vc
51717            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
51718 ____________________________________________________________________________
51719 [  8474] By: jhi                                   on 2001/01/18  14:40:57
51720         Log: It's Pod::Text::Overstrike, not Pod::Overstrike.
51721      Branch: perl
51722            ! t/lib/1_compile.t
51723 ____________________________________________________________________________
51724 [  8473] By: gsar                                  on 2001/01/18  11:42:31
51725         Log: unsubmitted trial1 change
51726      Branch: maint-5.6/perl
51727            ! Changes
51728 ____________________________________________________________________________
51729 [  8472] By: jhi                                   on 2001/01/18  04:30:24
51730         Log: The first bug found by 1_compile.t.
51731      Branch: perl
51732            ! lib/unicode/distinct.pm
51733 ____________________________________________________________________________
51734 [  8471] By: jhi                                   on 2001/01/18  04:29:42
51735         Log: Add Schwern's 1_compile test.  The compile_module script renamed
51736              to be a bit shorter for the 8.3 people.
51737      Branch: perl
51738            + t/lib/1_compile.t t/lib/compmod.pl
51739            ! MANIFEST
51740 ____________________________________________________________________________
51741 [  8470] By: jhi                                   on 2001/01/18  04:16:00
51742         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)
51743              From: Peter Prymmer <pvhp@forte.com>
51744              Date: Wed, 17 Jan 2001 13:07:11 -0800 (PST)
51745              Message-ID: <Pine.OSF.4.10.10101171255380.289071-100000@aspara.forte.com>
51746              Replace #8463.
51747      Branch: maint-5.6/perl
51748            ! configure.com
51749 ____________________________________________________________________________
51750 [  8469] By: jhi                                   on 2001/01/18  04:13:02
51751         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)
51752              From: Peter Prymmer <pvhp@forte.com>
51753              Date: Wed, 17 Jan 2001 13:07:11 -0800 (PST)
51754              Message-ID: <Pine.OSF.4.10.10101171255380.289071-100000@aspara.forte.com>
51755              Replace #8462.
51756      Branch: perl
51757            ! configure.com
51758 ____________________________________________________________________________
51759 [  8468] By: jhi                                   on 2001/01/18  03:42:08
51760         Log: Integrate perlio.
51761      Branch: perl
51762           !> gv.c mg.c perlio.c util.c
51763 ____________________________________________________________________________
51764 [  8467] By: nick                                  on 2001/01/17  22:41:10
51765         Log: "Safe" signals - trial implementation.
51766              gv.c tweaked to zero PL_sig_pend array
51767              perlio.c tweaked to PERL_ASYNC_CHECK() on EINTR
51768              util.c tweaked to not set SA_RESTART to give perlio.c a chance.
51769              Odd thing is that it "works" with PERLIO=stdio as well (linux).
51770      Branch: perlio
51771            ! gv.c mg.c perlio.c util.c
51772 ____________________________________________________________________________
51773 [  8466] By: nick                                  on 2001/01/17  20:40:20
51774         Log: Integrate mainline.
51775      Branch: perlio
51776           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
51777           !> config_h.SH configure.com epoc/config.sh gv.c pod/perltoc.pod
51778           !> pp.c pp_sys.c sv.c t/op/int.t uconfig.h uconfig.sh
51779           !> vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
51780           !> vos/config.ga.h win32/config.bc win32/config.gc
51781           !> win32/config.vc
51782 ____________________________________________________________________________
51783 [  8465] By: jhi                                   on 2001/01/17  18:37:13
51784         Log: Subject: [PATCH] Re: [PATCH: perl@8429]  lib/tie-substrhash.t FAILED at test 11
51785              From: Nicholas Clark <nick@ccl4.org>
51786              Date: Wed, 17 Jan 2001 17:31:33 +0000
51787              Message-ID: <20010117173133.I2633@plum.flirble.org>
51788      Branch: perl
51789            ! t/op/int.t
51790 ____________________________________________________________________________
51791 [  8464] By: jhi                                   on 2001/01/17  14:43:17
51792         Log: Subject: [PATCH: perl@8429]  lib/tie-substrhash.t FAILED at test 11
51793              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
51794              Date: Wed, 17 Jan 2001 15:16:43 +0100
51795              Message-ID: <5930DC161690D2119667009027157547038C8A85@madt009a.siemens.es> 
51796              
51797              pp_int() was dropping an NV to the floor,
51798              int(279964589018079/59) either returned not an integer
51799              4745162525730.15, or one got "Attempt to free unreferenced scalar."
51800      Branch: perl
51801            ! pp.c
51802 ____________________________________________________________________________
51803 [  8463] By: jhi                                   on 2001/01/17  06:12:42
51804         Log: (Replaced by #8470)
51805              
51806              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)
51807              From: "Craig A. Berry" <craigberry@mac.com>
51808              Date: Tue, 16 Jan 2001 23:38:46 -0600
51809              Message-Id: <p04330103b68ad8cfcbfd@[172.16.52.1]>
51810      Branch: maint-5.6/perl
51811            ! configure.com
51812 ____________________________________________________________________________
51813 [  8462] By: jhi                                   on 2001/01/17  06:11:31
51814         Log: (Replaced by #8469)
51815              
51816              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)
51817              From: "Craig A. Berry" <craigberry@mac.com>
51818              Date: Tue, 16 Jan 2001 23:38:46 -0600
51819              Message-Id: <p04330103b68ad8cfcbfd@[172.16.52.1]>
51820      Branch: perl
51821            ! configure.com
51822 ____________________________________________________________________________
51823 [  8461] By: jhi                                   on 2001/01/17  05:56:12
51824         Log: Allow for one trailing slash in the directory of mkdir().
51825      Branch: perl
51826            ! pp_sys.c
51827 ____________________________________________________________________________
51828 [  8460] By: jhi                                   on 2001/01/17  03:26:01
51829         Log: Metaconfig unit changes for #8459.
51830      Branch: metaconfig
51831            ! U/modified/Loc.U U/modified/sig_name.U
51832 ____________________________________________________________________________
51833 [  8459] By: jhi                                   on 2001/01/17  03:24:48
51834         Log: Define SIG_SIZE, the number of elements in the sig_name and
51835              sig_num arrays, including the final NULL entry.
51836      Branch: perl
51837            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
51838            ! config_h.SH configure.com epoc/config.sh gv.c pod/perltoc.pod
51839            ! sv.c uconfig.h uconfig.sh vos/config.alpha.def
51840            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
51841            ! win32/config.bc win32/config.gc win32/config.vc
51842 ____________________________________________________________________________
51843 [  8458] By: jhi                                   on 2001/01/17  01:41:33
51844         Log: Integrate perlio.
51845      Branch: perl
51846           !> embed.h embed.pl embedvar.h gv.c intrpvar.h mg.c perl.c perl.h
51847           !> perlapi.h proto.h sv.c
51848 ____________________________________________________________________________
51849 [  8457] By: nick                                  on 2001/01/16  22:07:26
51850         Log: Provide infrastructure for PERL_ASYNC_CHECK() style safe signals.
51851              Provides all the "cost" but no benefit yet - it is to allow cost
51852              to be measured, and implementation experiments (just in mg.c?).
51853      Branch: perlio
51854            ! embed.h embed.pl embedvar.h gv.c intrpvar.h mg.c perl.c perl.h
51855            ! perlapi.h proto.h sv.c
51856 ____________________________________________________________________________
51857 [  8456] By: nick                                  on 2001/01/16  21:07:07
51858         Log: Integrate mainline.
51859      Branch: perlio
51860           !> (integrate 51 files)
51861 ____________________________________________________________________________
51862 [  8455] By: jhi                                   on 2001/01/16  18:13:43
51863         Log: Subject: [PATCH] regcomp.c old feature removal
51864              From: mjd@plover.com
51865              Date: 16 Jan 2001 14:43:18 -0000 
51866              Message-ID: <20010116144318.7140.qmail@plover.com> 
51867      Branch: perl
51868            ! regcomp.c
51869 ____________________________________________________________________________
51870 [  8454] By: jhi                                   on 2001/01/16  16:12:39
51871         Log: Subject: [PATCH: perl-5.6.1-TRIAL1] Win32 Makefile fixes - v2
51872              From: "Indy Singh" <indy@nusphere.com>
51873              Date: Wed, 10 Jan 2001 20:17:49 -0500
51874              Message-ID: <003001c07b6c$524630b0$00957018@roadhog>
51875      Branch: maint-5.6/perl
51876            ! win32/Makefile
51877 ____________________________________________________________________________
51878 [  8453] By: jhi                                   on 2001/01/16  16:09:33
51879         Log: Update Changes.
51880      Branch: perl
51881            ! Changes patchlevel.h
51882 ____________________________________________________________________________
51883 [  8452] By: jhi                                   on 2001/01/16  15:42:04
51884         Log: Subject: Re: API Cleanup
51885              To: perl5-porters@perl.org
51886              Date: Tue, 16 Jan 2001 13:42:30 +0000
51887              Message-ID: <20010116134230.A13420@pembro26.pmb.ox.ac.uk>
51888              
51889              Subject: [PATCH] utf8.c documentation
51890              From: Simon Cozens <simon@cozens.net>
51891              Date: Tue, 16 Jan 2001 13:52:48 +0000
51892              Message-ID: <20010116135248.A13496@pembro26.pmb.ox.ac.uk>
51893              
51894              Subject: Re: API Cleanup
51895              From: Simon Cozens <simon@cozens.net>
51896              Date: Tue, 16 Jan 2001 14:58:55 +0000
51897              Message-ID: <20010116145855.A13794@pembro26.pmb.ox.ac.uk>
51898              
51899              UTF-8 doc patches.
51900      Branch: perl
51901            ! embed.pl pod/perlapi.pod utf8.c
51902 ____________________________________________________________________________
51903 [  8451] By: jhi                                   on 2001/01/16  14:41:39
51904         Log: podlators 1.07, from Russ Allbery.
51905      Branch: perl
51906            ! lib/Pod/Man.pm
51907 ____________________________________________________________________________
51908 [  8450] By: jhi                                   on 2001/01/16  14:24:19
51909         Log: Subject: [PATCH: perl@8429] Win32 Makefile fixes
51910              From: "Indy Singh" <indy@nusphere.com>
51911              Date: Mon, 15 Jan 2001 20:59:40 -0500
51912              Message-ID: <07be01c07f5f$fdadf270$d24b7018@cr637287a>
51913      Branch: perl
51914            ! win32/Makefile
51915 ____________________________________________________________________________
51916 [  8449] By: jhi                                   on 2001/01/16  03:42:55
51917         Log: Under 5.005 threads and debugging crashed in Debian 2.2 Linux/x86
51918              at the setting of the ofs_sv in new_struct_thread() as the
51919              thr->Tofs_sv (PL_ofs_sv) was still 0xabab.... (this is what
51920              uninitialized fields are, uh, initialized with),
51921              SvREFCNT_inc()ing that invited a core dump.
51922      Branch: perl
51923            ! util.c
51924 ____________________________________________________________________________
51925 [  8448] By: jhi                                   on 2001/01/16  01:49:07
51926         Log: Subject: [PATCH #3 @8436] Re: Eliminate op_children
51927              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
51928              Date: Mon, 15 Jan 2001 17:14:37 -0800 (PST)
51929              Message-ID: <14947.40656.841280.551785@soda.csua.berkeley.edu>
51930              
51931              Replace #8444 and #8445.
51932      Branch: perl
51933            ! ext/B/B.xs ext/B/B/Debug.pm
51934 ____________________________________________________________________________
51935 [  8447] By: jhi                                   on 2001/01/15  21:05:35
51936         Log: Subject: [PATCH] API Variable documentation   
51937              From: Simon Cozens <simon@cozens.net>
51938              Date: Mon, 15 Jan 2001 19:35:54 +0000
51939              Message-ID: <20010115193554.A9919@pembro26.pmb.ox.ac.uk> 
51940      Branch: perl
51941            ! pod/perlapi.pod thrdvar.h
51942 ____________________________________________________________________________
51943 [  8446] By: jhi                                   on 2001/01/15  20:49:20
51944         Log: Signedness nit.
51945      Branch: perl
51946            ! pp_ctl.c
51947 ____________________________________________________________________________
51948 [  8445] By: jhi                                   on 2001/01/15  20:28:48
51949         Log: (Replaced by #8448)  More op_children traces (cleanup of #8442).
51950      Branch: perl
51951            ! ext/B/B/Debug.pm
51952 ____________________________________________________________________________
51953 [  8444] By: jhi                                   on 2001/01/15  13:09:10
51954         Log: (Replaced by #8448)  Traces of op_children (cleanup of #8442)
51955      Branch: perl
51956            ! ext/B/B.xs
51957 ____________________________________________________________________________
51958 [  8443] By: jhi                                   on 2001/01/15  13:06:26
51959         Log: Missing from #8439.
51960      Branch: perl
51961            ! keywords.h mg.c
51962 ____________________________________________________________________________
51963 [  8442] By: jhi                                   on 2001/01/15  13:02:38
51964         Log: Subject: [PATCH @8436] Eliminate op_children
51965              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
51966              Date: Sun, 14 Jan 2001 03:00:13 -0800 (PST)
51967              Message-ID: <14945.32919.44271.685122@soda.csua.berkeley.edu>
51968              
51969              Subject: [PATCH @8436] Re: Eliminate op_children
51970              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
51971              Date: Sun, 14 Jan 2001 03:23:56 -0800 (PST)
51972              Message-ID: <14945.35680.571387.810763@soda.csua.berkeley.edu>
51973      Branch: perl
51974            ! bytecode.pl ext/B/B/Asmdata.pm ext/B/B/Bytecode.pm
51975            ! ext/B/B/C.pm ext/ByteLoader/byterun.c ext/ByteLoader/byterun.h
51976            ! op.c op.h
51977 ____________________________________________________________________________
51978 [  8441] By: jhi                                   on 2001/01/15  12:57:08
51979         Log: Use the /^Perl_/-less form of is_lvalue_sub().
51980      Branch: perl
51981            ! pp.h
51982 ____________________________________________________________________________
51983 [  8440] By: jhi                                   on 2001/01/15  05:13:09
51984         Log: Revert #8437 and #8438, the Linux large files story is more complex.
51985      Branch: metaconfig/U/perl
51986            ! d_fpos64_t.U d_off64_t.U
51987      Branch: perl
51988            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
51989            ! config_h.SH configure.com epoc/config.sh perl.h
51990            ! pod/perltoc.pod uconfig.h uconfig.sh vos/config.alpha.def
51991            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
51992            ! win32/config.bc win32/config.gc win32/config.vc
51993 ____________________________________________________________________________
51994 [  8439] By: jhi                                   on 2001/01/15  05:02:24
51995         Log: More UTF-8 patches from Inaba Hiroto.
51996              - The substr lval was still not okay.
51997              - Now pp_stringify and sv_setsv copies source's UTF8 flag
51998              even if IN_BYTE.  pp_stringify is called from fold_constants
51999              at optimization phase and "\x{100}" was made SvUTF8_off under
52000              use bytes (the bytes pragma is for "byte semantics" and not
52001              for "do not produce UTF8 data")
52002              - New `qu' operator to generate UTF8 string explicitly.
52003              Though I agree with the policy "0x00-0xff always produce bytes",
52004              sometimes want to such a string to be coded in UTF8.
52005              I can use pack"U0a*" but it requires more typing and has
52006              runtime overhead.
52007              - Fix pp_regcomp bug uncovered by "0x00-0xff always produce bytes"
52008              change, the bug appears if a pm has PMdf_UTF8 flag but interpolated
52009              string is not UTF8_on and has char 0x80-0xff.
52010              
52011              TODO: document and test qu.
52012      Branch: perl
52013            ! keywords.h keywords.pl mg.c pp.c pp_ctl.c pp_hot.c sv.c
52014            ! t/lib/charnames.t t/op/length.t t/op/substr.t t/pragma/utf8.t
52015            ! toke.c
52016 ____________________________________________________________________________
52017 [  8438] By: jhi                                   on 2001/01/14  05:10:23
52018         Log: (Reverted by #8440)
52019              
52020              Metaconfig unit changes for #8437.
52021      Branch: metaconfig/U/perl
52022            ! d_fpos64_t.U d_off64_t.U
52023 ____________________________________________________________________________
52024 [  8437] By: jhi                                   on 2001/01/14  04:55:34
52025         Log: (Reverted by #8440)
52026              
52027              Add <features.h> probing, seems to be needed for (some?)
52028              Linux largefileness.
52029      Branch: perl
52030            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
52031            ! config_h.SH configure.com epoc/config.sh perl.h
52032            ! pod/perltoc.pod uconfig.h uconfig.sh vos/config.alpha.def
52033            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
52034            ! win32/config.bc win32/config.gc win32/config.vc
52035 ____________________________________________________________________________
52036 [  8436] By: jhi                                   on 2001/01/13  17:47:21
52037         Log: Tighten some of the tests a bit.
52038      Branch: perl
52039            ! t/pragma/utf8.t
52040 ____________________________________________________________________________
52041 [  8435] By: jhi                                   on 2001/01/13  17:31:54
52042         Log: Integrate perlio.
52043      Branch: perl
52044           !> ext/Encode/Makefile.PL ext/Encode/compile win32/config_H.bc
52045           !> win32/config_H.gc win32/config_H.vc
52046 ____________________________________________________________________________
52047 [  8434] By: nick                                  on 2001/01/13  11:36:53
52048         Log: Run dmake regen_config_h for Win32
52049      Branch: perlio
52050            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
52051 ____________________________________________________________________________
52052 [  8433] By: nick                                  on 2001/01/13  11:31:55
52053         Log: VMS friendly patch to Encode compile process
52054      Branch: perlio
52055            ! ext/Encode/Makefile.PL ext/Encode/compile
52056 ____________________________________________________________________________
52057 [  8432] By: nick                                  on 2001/01/13  11:06:44
52058         Log: Integrate mainline
52059      Branch: perlio
52060           +> ext/B/B/Concise.pm
52061           !> (integrate 52 files)
52062 ____________________________________________________________________________
52063 [  8431] By: jhi                                   on 2001/01/13  05:55:55
52064         Log: Subject: [PATCH @8429] Re: B::Concise -- an improved replacement for B::Terse
52065              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
52066              Date: Fri, 12 Jan 2001 21:45:17 -0800 (PST)
52067              Message-ID: <14943.59712.993695.180189@soda.csua.berkeley.edu>
52068      Branch: perl
52069            ! ext/B/B/Concise.pm
52070 ____________________________________________________________________________
52071 [  8430] By: jhi                                   on 2001/01/13  04:24:18
52072         Log: The LVRET macro needed an aTHX.
52073      Branch: perl
52074            ! pp.h
52075 ____________________________________________________________________________
52076 [  8429] By: jhi                                   on 2001/01/13  02:12:42
52077         Log: Update Changes.
52078      Branch: perl
52079            ! Changes patchlevel.h
52080 ____________________________________________________________________________
52081 [  8428] By: jhi                                   on 2001/01/13  02:08:50
52082         Log: Subject: Re: [PATCH: perl@8342]  lib/bigfloat.t FAILED at test 351
52083              From: Peter Prymmer <pvhp@forte.com>
52084              Date: Fri, 12 Jan 2001 16:27:36 -0800 (PST)
52085              Message-ID: <Pine.OSF.4.10.10101121623130.478096-100000@aspara.forte.com>
52086              
52087              Add a BEGIN guard for sloppy floating point division.
52088      Branch: perl
52089            ! lib/Math/BigInt.pm lib/bigint.pl
52090 ____________________________________________________________________________
52091 [  8427] By: jhi                                   on 2001/01/13  01:47:16
52092         Log: The B::Terse drop-in replacement wasn't quite drop-in.
52093      Branch: perl
52094            ! ext/B/B/Terse.pm
52095 ____________________________________________________________________________
52096 [  8426] By: jhi                                   on 2001/01/12  21:20:43
52097         Log: Use UVXf.
52098      Branch: perl
52099            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
52100            ! config_h.SH configure.com epoc/config.sh sv.c uconfig.h
52101            ! uconfig.sh vos/config.alpha.def vos/config.alpha.h
52102            ! vos/config.ga.def vos/config.ga.h win32/config.bc
52103            ! win32/config.gc win32/config.vc
52104 ____________________________________________________________________________
52105 [  8425] By: jhi                                   on 2001/01/12  20:20:14
52106         Log: Subject: [PATCH perl@8342] -Wformat
52107              From: Robin Barker <rmb1@cise.npl.co.uk>
52108              Date: Fri, 12 Jan 2001 20:03:14 GMT
52109              Message-Id: <200101122003.UAA29599@tempest.npl.co.uk>
52110      Branch: perl
52111            ! ext/Encode/Encode.xs mg.c sv.c toke.c
52112 ____________________________________________________________________________
52113 [  8424] By: jhi                                   on 2001/01/12  20:01:48
52114         Log: Subject: B::Concise -- an improved replacement for B::Terse 
52115              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
52116              Date: Sat,  6 Jan 2001 20:18:05 -0800 (PST)
52117              Message-ID: <14935.43597.962940.803717@soda.csua.berkeley.edu>
52118      Branch: perl
52119            + ext/B/B/Concise.pm
52120            ! MANIFEST ext/B/B/Terse.pm
52121 ____________________________________________________________________________
52122 [  8423] By: jhi                                   on 2001/01/12  19:24:02
52123         Log: The new metaconfig unit from the #8421.
52124      Branch: metaconfig/U/perl
52125            + d_sigprocmask.U
52126 ____________________________________________________________________________
52127 [  8422] By: jhi                                   on 2001/01/12  19:23:43
52128         Log: Forgot the microperl config from the #8421.
52129      Branch: perl
52130            ! uconfig.h uconfig.sh
52131 ____________________________________________________________________________
52132 [  8421] By: jhi                                   on 2001/01/12  19:05:27
52133         Log: Add sigprocmask() probe, regen Configure, regen toc.
52134      Branch: perl
52135            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
52136            ! config_h.SH configure.com epoc/config.sh mg.c pod/perltoc.pod
52137            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
52138            ! vos/config.ga.h win32/config.bc win32/config.gc
52139            ! win32/config.vc
52140 ____________________________________________________________________________
52141 [  8420] By: jhi                                   on 2001/01/12  18:34:31
52142         Log: Add sockatmark() to the todo list.
52143      Branch: perl
52144            ! Todo-5.6
52145 ____________________________________________________________________________
52146 [  8419] By: jhi                                   on 2001/01/12  18:09:46
52147         Log: Rename RETVAL_MAX to RETURN_UNLIMITED_NUMBER.
52148      Branch: perl
52149            ! op.c
52150 ____________________________________________________________________________
52151 [  8418] By: jhi                                   on 2001/01/12  18:05:30
52152         Log: Subject: Re: [PATCH] [ID 20001223.002] lvalues in list context
52153              From: Radu Greab <radu@netsoft.ro>
52154              Message-ID: <14943.15321.515713.119805@ix.netsoft.ro>
52155              Date: Fri, 12 Jan 2001 19:16:09 +0200 (EET)
52156      Branch: perl
52157            ! op.c t/pragma/sub_lval.t
52158 ____________________________________________________________________________
52159 [  8417] By: jhi                                   on 2001/01/12  16:09:09
52160         Log: Subject: [PATCH @8404] Consolidated lvalue sub changes
52161              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU> 
52162              Date: Wed, 10 Jan 2001 21:36:51 -0800 (PST)
52163              Message-ID: <14941.16925.736415.785818@soda.csua.berkeley.edu>
52164      Branch: perl
52165            ! doop.c embed.h embed.pl op.c op.h opcode.h opcode.pl
52166            ! pod/perldiag.pod pod/perlintern.pod pod/perlsub.pod pp.c pp.h
52167            ! pp.sym pp_ctl.c pp_hot.c pp_proto.h proto.h t/lib/b.t
52168            ! t/pragma/sub_lval.t toke.c
52169 ____________________________________________________________________________
52170 [  8416] By: jhi                                   on 2001/01/12  15:42:06
52171         Log: Subject: RE: [PATCH] [ID 20001223.002] lvalues in list context
52172              From: "Richard Soderberg" <rs@crystalflame.net>
52173              Date: Fri, 12 Jan 2001 04:49:35 -0800
52174              Message-ID: <NAEKLNAAHLMBPMPNBMLEAELDCKAA.rs@crystalflame.net>
52175              
52176              Replace 10000 with RETVAL_MAX, and compute RETVAL_MAX
52177              according to the platform.
52178      Branch: perl
52179            ! op.c
52180 ____________________________________________________________________________
52181 [  8415] By: jhi                                   on 2001/01/12  15:33:41
52182         Log: One more UTF-8 fix from Inaba Hiroto.
52183      Branch: perl
52184            ! pp.c regexec.c t/pragma/utf8.t
52185 ____________________________________________________________________________
52186 [  8414] By: jhi                                   on 2001/01/12  15:30:18
52187         Log: Mea culpa: I botched up Hugo's "Tw" bug fix when applying it.
52188      Branch: perl
52189            ! regexec.c
52190 ____________________________________________________________________________
52191 [  8413] By: jhi                                   on 2001/01/12  15:22:10
52192         Log: Subject: [Patch perl@8375] pragma/subs.t ......FAILED tests 1-2 using Bison's parser
52193              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
52194              Date: Thu, 11 Jan 2001 12:53:36 +0100
52195              Message-ID: <5930DC161690D2119667009027157547038123E1@madt009a.siemens.es>
52196      Branch: perl
52197            ! toke.c
52198 ____________________________________________________________________________
52199 [  8412] By: jhi                                   on 2001/01/12  15:20:25
52200         Log: Subject: [PATCH: perl@8342] updates to posix-bc hints file
52201              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
52202              Date: Fri, 12 Jan 2001 14:37:55 +0100
52203              Message-ID: <5930DC161690D21196670090271575470384E3FC@madt009a.siemens.es>
52204      Branch: perl
52205            ! hints/posix-bc.sh
52206 ____________________________________________________________________________
52207 [  8411] By: jhi                                   on 2001/01/12  15:14:14
52208         Log: Subject: [PATCH: perl@8342]  op/regmesg FAILED at test 33 on EBCDIC machines
52209              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
52210              Date: Fri, 12 Jan 2001 10:42:21 +0100
52211              Message-ID: <5930DC161690D211966700902715754703812F33@madt009a.siemens.es>
52212      Branch: perl
52213            ! t/op/regmesg.t
52214 ____________________________________________________________________________
52215 [  8410] By: jhi                                   on 2001/01/12  05:48:55
52216         Log: Subject: Re: [ID 20010101.004] Not OK: perl v5.7.0 +DEVEL8268 on i586-linux-64int-ld 2.2.17-21mdk (UNINSTALLED)
52217              From: Nicholas Clark <nick@ccl4.org> 
52218              Date: Sun, 7 Jan 2001 19:47:14 +0000
52219              Message-ID: <20010107194714.B1048@plum.flirble.org>
52220      Branch: perl
52221            ! t/op/numconvert.t
52222 ____________________________________________________________________________
52223 [  8409] By: jhi                                   on 2001/01/12  05:41:28
52224         Log: Integrate perlio.
52225      Branch: perl
52226           !> mg.c scope.h
52227 ____________________________________________________________________________
52228 [  8408] By: nick                                  on 2001/01/11  22:43:28
52229         Log: Remove variables that were used in experiments.
52230      Branch: perlio
52231            ! mg.c
52232 ____________________________________________________________________________
52233 [  8407] By: nick                                  on 2001/01/11  20:57:44
52234         Log: Catch die in %SIG handler and unblock the signal before re-dying.
52235              This make Linux work _without_ sigsetjmp().
52236              Turn off sigsetjmp() to see what else it does.
52237              May need Configure probe for sigprocmask() if anything has sigaction()
52238              but not sigprocmask().
52239      Branch: perlio
52240            ! mg.c scope.h
52241 ____________________________________________________________________________
52242 [  8406] By: nick                                  on 2001/01/11  19:32:07
52243         Log: Integrate mainline
52244      Branch: perlio
52245           !> Changes ext/IO/lib/IO/Socket/INET.pm ext/Socket/Socket.pm mg.c
52246           !> patchlevel.h perl.h regexec.c t/op/re_tests t/op/split.t
52247           !> t/op/substr.t
52248 ____________________________________________________________________________
52249 [  8405] By: jhi                                   on 2001/01/11  17:11:01
52250         Log: Fix UTF-8 lval substr().
52251      Branch: perl
52252            ! mg.c t/op/substr.t
52253 ____________________________________________________________________________
52254 [  8404] By: jhi                                   on 2001/01/11  05:13:58
52255         Log: Update Changes.
52256      Branch: perl
52257            ! Changes patchlevel.h
52258 ____________________________________________________________________________
52259 [  8403] By: jhi                                   on 2001/01/11  04:38:24
52260         Log: Subject: Re: [ID 20001029.005] Regex error: "cd. (A. Tw)" !~ /\((\w\. \w+)\)/
52261              From: Hugo <hv@crypt.compulink.co.uk>
52262              Date: Mon, 30 Oct 2000 01:33:26 +0000
52263              Message-Id: <200010300133.BAA10390@crypt.compulink.co.uk>
52264      Branch: perl
52265            ! regexec.c t/op/re_tests
52266 ____________________________________________________________________________
52267 [  8402] By: jhi                                   on 2001/01/11  04:26:12
52268         Log: Integrate perlio.
52269      Branch: perl
52270           !> scope.h util.c
52271 ____________________________________________________________________________
52272 [  8401] By: nick                                  on 2001/01/10  22:52:55
52273         Log: Allow control of 2nd arg to segsetjmp() via -DSCOPE_SAVES_SIGNAL_MASK.
52274              (So Alan and Ilya can try setting via hints.)
52275              Verified Linux "works" with it true and fails to re-enable SIGINT if false.
52276              Restoring sigmask in Perl_sighandler() if handler dies is not equivalent;
52277              doing the save everywhere seems to restart read() correctly, but just
52278              doing it once "round" the handler does not.
52279      Branch: perlio
52280            ! scope.h
52281 ____________________________________________________________________________
52282 [  8400] By: jhi                                   on 2001/01/10  21:57:54
52283         Log: Not defining PERL_PRESERVE_IVUV fixes only the op/inc problem
52284              of IRIX, HP-UX is unaffected.
52285      Branch: perl
52286            ! perl.h
52287 ____________________________________________________________________________
52288 [  8399] By: nick                                  on 2001/01/10  21:29:19
52289         Log: Safe fix for Simon's pclose() doing SvIVX of undef -> core bug.
52290      Branch: perlio
52291            ! util.c
52292 ____________________________________________________________________________
52293 [  8398] By: jhi                                   on 2001/01/10  20:55:31
52294         Log: Add ReuseAddr as a (preferred) alias for Reuse as we know
52295              also have ReusePort.
52296      Branch: perl
52297            ! ext/IO/lib/IO/Socket/INET.pm
52298 ____________________________________________________________________________
52299 [  8397] By: jhi                                   on 2001/01/10  20:50:57
52300         Log: Subject: [PATCH] add ReusePort option to IO::Socket::INET for better multicast support (resend)
52301              From: "Jeremy D. Zawodny" <jzawodn@yahoo-inc.com>
52302              Date: Wed, 10 Jan 2001 01:38:13 -0800
52303              Message-ID: <20010110013813.B41744@yahoo-inc.com>
52304      Branch: perl
52305            ! ext/IO/lib/IO/Socket/INET.pm
52306 ____________________________________________________________________________
52307 [  8396] By: jhi                                   on 2001/01/10  20:49:30
52308         Log: Subject: [PATCH] add SO_REUSEPORT to export list in Socket.pm for better multicast support (resend)
52309              From: "Jeremy D. Zawodny" <jzawodn@yahoo-inc.com>
52310              Date: Wed, 10 Jan 2001 01:37:32 -0800
52311              Message-ID: <20010110013732.A41744@yahoo-inc.com>
52312      Branch: perl
52313            ! ext/Socket/Socket.pm
52314 ____________________________________________________________________________
52315 [  8395] By: jhi                                   on 2001/01/10  20:41:37
52316         Log: Test for bug id 20010105.016 (fixed by #8378).
52317      Branch: perl
52318            ! t/op/split.t
52319 ____________________________________________________________________________
52320 [  8394] By: jhi                                   on 2001/01/10  20:26:32
52321         Log: Integrate perlio.
52322      Branch: perl
52323            ! util.c
52324 ____________________________________________________________________________
52325 [  8393] By: nick                                  on 2001/01/10  19:34:30
52326         Log: Back out Simon's pid hackery for now.
52327      Branch: perlio
52328            ! util.c
52329 ____________________________________________________________________________
52330 [  8392] By: nick                                  on 2001/01/10  19:23:13
52331         Log: Integrate mainline. (Builds but does not work - something broke pipes...)
52332      Branch: perlio
52333           !> (integrate 29 files)
52334 ____________________________________________________________________________
52335 [  8391] By: jhi                                   on 2001/01/10  18:43:15
52336         Log: Subject: [PATCH] Fix my_pclose segfault
52337              From: Simon Cozens <simon@cozens.net>
52338              Date: Wed, 10 Jan 2001 18:39:35 +0000
52339              Message-ID: <20010110183934.A25640@pembro26.pmb.ox.ac.uk>
52340      Branch: perl
52341            ! util.c
52342 ____________________________________________________________________________
52343 [  8390] By: jhi                                   on 2001/01/10  18:42:08
52344         Log: Subject:  [PATCH perl@8269] Opcode.XS, fix memory leak
52345              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
52346              Date:     Wed, 10 Jan 2001 13:23:02 EST
52347              Message-Id: <010110132245.8129a@DUPHY4.Physics.Drexel.Edu>
52348      Branch: perl
52349            ! ext/Opcode/Opcode.xs
52350 ____________________________________________________________________________
52351 [  8389] By: jhi                                   on 2001/01/10  15:16:07
52352         Log: Turn off the integer preservation for now.
52353      Branch: perl
52354            ! perl.h
52355 ____________________________________________________________________________
52356 [  8388] By: jhi                                   on 2001/01/10  15:01:25
52357         Log: Few more IDE/editor nits from p5p.
52358      Branch: perl
52359            ! pod/perlfaq3.pod
52360 ____________________________________________________________________________
52361 [  8387] By: jhi                                   on 2001/01/10  06:53:16
52362         Log: Subject: Re: [ID 20010109.003] Patch 8138 broke a test in libwww
52363              To: "Andreas J. Koenig" <andreas.koenig@anima.de>
52364              Date: Tue, 9 Jan 2001 23:16:02 +0000
52365              Message-ID: <20010109231602.A81101@plum.flirble.org>
52366      Branch: perl
52367            ! sv.c
52368 ____________________________________________________________________________
52369 [  8386] By: jhi                                   on 2001/01/10  03:17:54
52370         Log: Test cases for #8385 (from Simon's "torture.pl")
52371      Branch: perl
52372            ! t/op/tr.t
52373 ____________________________________________________________________________
52374 [  8385] By: jhi                                   on 2001/01/10  03:17:11
52375         Log: Subject: Re: more UTF8 test suites and an UTF8 patch
52376              From: Inaba Hiroto <inaba@sdd.tokyo-sc.toshiba.co.jp>
52377              Date: Wed, 10 Jan 2001 11:39:39 +0900
52378              Message-Id: <10101100239.AA10002@tux0017.sdd.tokyo-sc.toshiba.co.jp>
52379              
52380              Some more UTF-8 tr cases fixed.
52381      Branch: perl
52382            ! doop.c
52383 ____________________________________________________________________________
52384 [  8384] By: jhi                                   on 2001/01/09  22:45:40
52385         Log: Allow the locale test needing POSIX and the taint test
52386              needing IPC::SysV to run under 'minitest' (basically,
52387              bail out if loading the extension fails)
52388      Branch: perl
52389            ! t/op/misc.t t/op/taint.t
52390 ____________________________________________________________________________
52391 [  8383] By: jhi                                   on 2001/01/09  21:36:04
52392         Log: Subject: [PATCH @8382] Remove FileHandle/IO dependence in t/io/openpid.t
52393              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
52394              Date: Tue,  9 Jan 2001 13:33:22 -0800 (PST)
52395              Message-ID: <14939.33475.474459.147429@soda.csua.berkeley.edu>
52396      Branch: perl
52397            ! t/io/openpid.t
52398 ____________________________________________________________________________
52399 [  8382] By: jhi                                   on 2001/01/09  21:06:08
52400         Log: save_delete(), err, SAVEDELETE() fixes from Charles Lane.
52401              Should finish up the bug id 20001205.022.
52402      Branch: perl
52403            ! pp.c pp_hot.c scope.c
52404 ____________________________________________________________________________
52405 [  8381] By: jhi                                   on 2001/01/09  18:27:43
52406         Log: Subject: Re: [PATCH: perl@8342] comp/proto..........FAILED tests 112-123
52407              From: Andy Dougherty <doughera@lafayette.edu>
52408              Date: Tue, 9 Jan 2001 12:11:16 -0500 (EST)
52409              Message-ID: <Pine.SOL.4.10.10101091144440.13124-100000@maxwell.phys.lafayette.edu>
52410              
52411              More robust yacc/bison error detection.
52412      Branch: perl
52413            ! t/comp/proto.t
52414 ____________________________________________________________________________
52415 [  8380] By: jhi                                   on 2001/01/09  15:21:38
52416         Log: Subject:  [PATCH] make t/op/misc.t work on VMS
52417              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
52418              Date:     Tue, 9 Jan 2001 07:53:55 EST
52419              Message-Id: <010109075323.91c8f@DUPHY4.Physics.Drexel.Edu> 
52420      Branch: perl
52421            ! t/op/misc.t vms/test.com
52422 ____________________________________________________________________________
52423 [  8379] By: jhi                                   on 2001/01/09  15:20:38
52424         Log: Subject: [ID 20001230.003] UTF-8 tr still hurts
52425              From: jhi@cc.hut.fi
52426              Date: Sat, 30 Dec 2000 22:57:32 +0200 (EET)
52427              Message-Id: <200012302057.WAA31168@alpha.hut.fi>
52428              
52429              The #8378 fixed this.
52430      Branch: perl
52431            ! t/op/tr.t
52432 ____________________________________________________________________________
52433 [  8378] By: jhi                                   on 2001/01/09  15:05:32
52434         Log: Subject: One more patch for UTF8 
52435              From: Inaba Hiroto <inaba@st.rim.or.jp>
52436              Date: Tue, 09 Jan 2001 01:04:32 +0900
52437              Message-ID: <3A59E510.52BAB5B9@st.rim.or.jp>
52438              
52439              UTF-8 fixes for 'x' and tr///.
52440      Branch: perl
52441            ! doop.c embed.h embed.pl op.c pod/perlapi.pod pp.c proto.h
52442            ! regcomp.c regexec.c toke.c utf8.c
52443 ____________________________________________________________________________
52444 [  8377] By: jhi                                   on 2001/01/09  14:32:17
52445         Log: Make explicit our assumption that (for now) "\x{80}" produces UTF-8.
52446      Branch: perl
52447            ! t/op/length.t
52448 ____________________________________________________________________________
52449 [  8376] By: jhi                                   on 2001/01/09  04:32:32
52450         Log: integrate changes #7775, #8316, #8316 from mainline
52451      Branch: maint-5.6/perl
52452            ! hints/solaris_2.sh
52453 ____________________________________________________________________________
52454 [  8375] By: jhi                                   on 2001/01/09  04:26:43
52455         Log: Update Changes.
52456      Branch: perl
52457            ! Changes patchlevel.h
52458 ____________________________________________________________________________
52459 [  8374] By: jhi                                   on 2001/01/09  04:14:32
52460         Log: IDE/editor section tweaking.
52461      Branch: perl
52462            ! pod/perlfaq3.pod
52463 ____________________________________________________________________________
52464 [  8373] By: jhi                                   on 2001/01/09  02:38:26
52465         Log: Subject: [PATCH: perl@8342] updates to OS/390 hints file
52466              From: Peter Prymmer <pvhp@forte.com>
52467              Date: Mon, 8 Jan 2001 18:06:51 -0800 (PST)
52468              Message-ID: <Pine.OSF.4.10.10101081805530.239173-100000@aspara.forte.com>
52469              
52470              In preparation os OS/390 dynamic loading.
52471      Branch: perl
52472            ! README.os390 hints/os390.sh
52473 ____________________________________________________________________________
52474 [  8372] By: jhi                                   on 2001/01/09  00:24:30
52475         Log: Integrate with perlio.
52476      Branch: perl
52477           !> embed.h embed.pl gv.c mg.c perl.h proto.h sv.c
52478 ____________________________________________________________________________
52479 [  8371] By: nick                                  on 2001/01/08  23:54:33
52480         Log: Fix "scalars leaked" bugs caused by overload magic
52481              (Highlighted by Ilya's DESTROY optimization.)
52482      Branch: perlio
52483            ! embed.h embed.pl gv.c mg.c perl.h proto.h sv.c
52484 ____________________________________________________________________________
52485 [  8370] By: nick                                  on 2001/01/08  20:19:41
52486         Log: Integrate mainline
52487      Branch: perlio
52488           !> README.epoc dump.c ext/GDBM_File/GDBM_File.xs gv.c
52489           !> lib/Getopt/Long.pm mg.c op.c scope.c sv.c t/io/pipe.t
52490           !> t/op/64bitint.t
52491 ____________________________________________________________________________
52492 [  8369] By: jhi                                   on 2001/01/08  17:30:52
52493         Log: save_delete() Safefree() doesn't (anymore?) work with shared
52494              strings, one test failure in op/misc and almost all of lib/b.
52495              (Outcomments #8369.)
52496      Branch: perl
52497            ! scope.c
52498 ____________________________________________________________________________
52499 [  8368] By: jhi                                   on 2001/01/08  14:47:10
52500         Log: (Outcommented by #8369.)
52501              
52502              Subject: Re: Perl BugID 20001205.022 ---- save_delete
52503              From: Simon Cozens <simon@cozens.net>
52504              Date: Sat, 6 Jan 2001 11:48:40 +0000
52505              Message-ID: <20010106114840.A13227@deep-dark-truthful-mirror.perlhacker.org>
52506              
52507              The save_delete() does need the Safefree.
52508      Branch: perl
52509            ! scope.c
52510 ____________________________________________________________________________
52511 [  8367] By: bailey                                on 2001/01/08  08:53:52
52512         Log: Once again syncing after too long an absence
52513      Branch: vmsperl
52514           +> (branch 55 files)
52515            - MAINTAIN fix_pl vos/config.def vos/config.h
52516            - vos/config_h.SH_orig
52517           !> (integrate 498 files)
52518 ____________________________________________________________________________
52519 [  8366] By: jhi                                   on 2001/01/08  02:42:59
52520         Log: Subject: [ID 20010107.012] [PATCH] 18446744073709551616e0 was treated as UV=18446744073709551615
52521              From: nick@ccl4.org
52522              Date: Sun, 7 Jan 2001 21:07:18 +0000
52523              Message-Id: <20010107210717.D1048@plum.flirble.org>
52524      Branch: perl
52525            ! sv.c t/op/64bitint.t
52526 ____________________________________________________________________________
52527 [  8365] By: jhi                                   on 2001/01/08  02:35:16
52528         Log: Subject: [PATCH] environ nit
52529              From: Simon Cozens <simon@cozens.net>
52530              Date: Sun, 7 Jan 2001 17:57:07 +0000
52531              Message-ID: <20010107175707.A2013@pembro26.pmb.ox.ac.uk>
52532              
52533              Use environ only if we have it.
52534      Branch: perl
52535            ! mg.c
52536 ____________________________________________________________________________
52537 [  8364] By: jhi                                   on 2001/01/08  02:24:51
52538         Log: Replace #6721, GDBM, system malloc, and LEAKTEST.
52539      Branch: perl
52540            ! ext/GDBM_File/GDBM_File.xs
52541 ____________________________________________________________________________
52542 [  8363] By: jhi                                   on 2001/01/08  02:19:24
52543         Log: Subject: [PATCH @8344] Fix spurious GVSV OPpOUR_INTRO
52544              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
52545              Date: Sat,  6 Jan 2001 15:25:02 -0800 (PST)
52546              Message-ID: <14935.41722.239364.55174@soda.csua.berkeley.edu>
52547      Branch: perl
52548            ! dump.c op.c
52549 ____________________________________________________________________________
52550 [  8362] By: jhi                                   on 2001/01/08  02:17:43
52551         Log: Subject: [patch] xsub AUTOLOAD fix/optimization
52552              From: Doug MacEachern <dougm@covalent.net>
52553              Date: Sat, 6 Jan 2001 09:30:05 -0800 (PST)
52554              Message-ID: <Pine.LNX.4.10.10101060924280.24460-100000@mojo.covalent.net>
52555              
52556              Allow AUTOLOAD to be an xsub and allow such xsubs
52557              to avoid use of $AUTOLOAD.
52558      Branch: perl
52559            ! gv.c
52560 ____________________________________________________________________________
52561 [  8361] By: jhi                                   on 2001/01/08  02:16:07
52562         Log: Subject: Re: [PATCH] Re: [ID 20010105.002] close() on process filehandle leaves defunct process
52563              From: Radu Greab <radu@netsoft.ro>
52564              Date: Sun, 7 Jan 2001 03:16:55 +0200 (EET)
52565              Message-ID: <14935.50055.838449.408835@ix.netsoft.ro>
52566              
52567              No need for the potentially nonportable $SIG{CHLD}.
52568      Branch: perl
52569            ! t/io/pipe.t
52570 ____________________________________________________________________________
52571 [  8360] By: jhi                                   on 2001/01/08  01:58:23
52572         Log: Update to Getopt::Long 2.24_02, from Johan Vromans.
52573      Branch: perl
52574            ! lib/Getopt/Long.pm
52575 ____________________________________________________________________________
52576 [  8359] By: jhi                                   on 2001/01/08  01:55:44
52577         Log: Integrate perlio.
52578      Branch: perl
52579           !> ext/Encode/Encode.xs lib/ExtUtils/typemap perl.c perlio.c
52580           !> perlio.h pp.c pp_hot.c pp_sys.c sv.c t/lib/tie-refhash.t
52581           !> utf8.c win32/Makefile
52582 ____________________________________________________________________________
52583 [  8358] By: jhi                                   on 2001/01/07  21:16:50
52584         Log: Update the EPOC cross SDK URL.
52585      Branch: perl
52586            ! README.epoc
52587 ____________________________________________________________________________
52588 [  8357] By: jhi                                   on 2001/01/07  21:16:09
52589         Log: Update the EPOC cross SDK URL.
52590      Branch: maint-5.6/perl
52591            ! README.epoc
52592 ____________________________________________________________________________
52593 [  8356] By: nick                                  on 2001/01/06  21:47:52
52594         Log: FILE * in XS code for PerlIO world:
52595              - make PERLIO_NOT_STDIO 0 (co-existance) default for non PERL_CORE case.
52596              - Add FILE * T_STDIO typemap.
52597              - Finish PerlIO_findFILE() and PerlIO_extprtFILE()
52598      Branch: perlio
52599            ! lib/ExtUtils/typemap perlio.c perlio.h
52600 ____________________________________________________________________________
52601 [  8355] By: jhi                                   on 2001/01/06  20:27:15
52602         Log: integrate change #8336 from mainline
52603              
52604              Scoping of %^H still broken in both perl@8269 and perl-5.6.1-TRIAL1
52605      Branch: maint-5.6/perl
52606            ! hv.c
52607 ____________________________________________________________________________
52608 [  8354] By: jhi                                   on 2001/01/06  20:24:29
52609         Log: Subject: [PATCH 5.6.1-TRIAL1 and @8223]; was Re: Perlbug 20000322.006 status update
52610              From: Robin Barker <rmb1@cise.npl.co.uk>
52611              Date: Fri, 22 Dec 2000 12:17:38 GMT
52612              Message-Id: <200012221217.MAA21332@tempest.npl.co.uk>
52613              
52614              The patch reformats some long =item lines so they give
52615              correct output via pod2man | nroff -man
52616              
52617              Subject: [PATCH 5.[67].1]; as Re: [PATCH 5.6.1-TRIAL1 and @8223]; was Re: Perlbug 20000322.006 status update
52618              From: Robin Barker <rmb1@cise.npl.co.uk>
52619              Date: Tue, 2 Jan 2001 15:35:03 GMT
52620              Message-Id: <200101021535.PAA15161@tempest.npl.co.uk>
52621              
52622              Here is a _further_ patch which corrects a few more errors:
52623              * an empty C<=item> in CPAN.pm
52624              * patching the wrong file (pod/perlamiga.pod not README.amiga)
52625              * leaving empty C<=item>s which formatted incorrectly
52626              * over long C<=item>s revealed by latest patch to Pod::Man
52627      Branch: maint-5.6/perl
52628            ! README.amiga lib/CGI.pm lib/CPAN.pm lib/Pod/Select.pm
52629            ! lib/Text/ParseWords.pm lib/Win32.pod pod/perl.pod
52630            ! pod/perl5004delta.pod pod/perl5005delta.pod pod/perlapi.pod
52631            ! pod/perldelta.pod pod/perldiag.pod pod/perlembed.pod
52632            ! pod/perlfaq4.pod pod/perllocale.pod pod/perlmodlib.pod
52633            ! pod/perlrequick.pod pod/perlretut.pod pod/perlsub.pod
52634 ____________________________________________________________________________
52635 [  8353] By: jhi                                   on 2001/01/06  20:21:10
52636         Log: integrate changes #7980, 8056, 8057 from mainline
52637              
52638              UTF-8 hash keys.
52639      Branch: maint-5.6/perl
52640            ! embed.h embed.pl hv.c hv.h perlapi.c proto.h t/op/each.t
52641 ____________________________________________________________________________
52642 [  8352] By: jhi                                   on 2001/01/06  20:18:44
52643         Log: Forgotten from #8438.
52644      Branch: maint-5.6/perl
52645            ! epoc/epocish.h
52646 ____________________________________________________________________________
52647 [  8351] By: jhi                                   on 2001/01/06  20:18:12
52648         Log: Forgotten from #8347.
52649      Branch: maint-5.6/perl
52650            ! config_h.SH
52651 ____________________________________________________________________________
52652 [  8350] By: jhi                                   on 2001/01/06  20:00:19
52653         Log: Thinko in #8347.
52654      Branch: maint-5.6/perl
52655            ! regcomp.c
52656 ____________________________________________________________________________
52657 [  8349] By: jhi                                   on 2001/01/06  18:05:30
52658         Log: Copy the FAQ3 IDE section from the development branch,
52659              changes originally by Peter Prymmer.
52660      Branch: maint-5.6/perl
52661            ! pod/perlfaq3.pod
52662 ____________________________________________________________________________
52663 [  8348] By: jhi                                   on 2001/01/06  18:03:02
52664         Log: EPOC updates for TRIAL1.
52665              
52666              Subject: [5.6.1 trial1] EPOC update
52667              From: Olaf Flebbe <O.Flebbe@science-computing.de>
52668              Date: Sun, 31 Dec 2000 16:04:52 +0100 (CET)
52669              Message-ID: <Pine.LNX.4.02.10012311603040.14097-100000@milkyway.science-computing.de> 
52670              
52671              Subject: epoc patch2 for perl-5.6.1-trial1
52672              From: Olaf Flebbe <O.Flebbe@science-computing.de>
52673              Date: Sat, 6 Jan 2001 13:55:53 +0100 (CET)
52674              Message-ID: <Pine.LNX.4.02.10101061355220.26469-100000@milkyway.science-computing.de> 
52675      Branch: maint-5.6/perl
52676            ! README.epoc epoc/config.sh epoc/createpkg.pl epoc/epoc.c
52677            ! epoc/epocish.c
52678 ____________________________________________________________________________
52679 [  8347] By: jhi                                   on 2001/01/06  17:29:10
52680         Log: integrate changes #7710,7824,7973 from mainline,
52681              plus VMS nits from Peter Prymmer and Dan Sugalski.
52682              
52683              AIX 4.2 (using latest patchlevels on 20001130) has a broken bind
52684              library (getprotobyname and getprotobynumber are outversioned by
52685              the same calls in libc, at least for xlc version 3.
52686              
52687              Add HAS_SBRK_PROTO.
52688              
52689              Fixes for signedness warnings noticed by VMSperlers.
52690      Branch: maint-5.6/perl
52691            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
52692            ! configure.com epoc/config.sh hints/aix.sh malloc.c regcomp.c
52693            ! sv.c vms/descrip_mms.template vos/config.alpha.def
52694            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
52695            ! win32/config.bc win32/config.gc win32/config.vc
52696 ____________________________________________________________________________
52697 [  8346] By: nick                                  on 2001/01/06  14:36:01
52698         Log: Fixup accumulated integrate muddles (perlio == devperl again)
52699      Branch: perlio
52700            ! ext/Encode/Encode.xs perl.c pp_sys.c t/lib/tie-refhash.t
52701 ____________________________________________________________________________
52702 [  8345] By: nick                                  on 2001/01/06  14:24:58
52703         Log: Integrate mainline
52704      Branch: perlio
52705           !> (integrate 55 files)
52706 ____________________________________________________________________________
52707 [  8344] By: jhi                                   on 2001/01/06  02:24:02
52708         Log: Subject: [patch] PerlIO_cleanup() prototype
52709              From: Doug MacEachern <dougm@covalent.net>
52710              Date: Fri, 5 Jan 2001 18:15:31 -0800 (PST)
52711              Message-ID: <Pine.LNX.4.10.10101051813220.340-100000@mojo.covalent.net>
52712      Branch: perl
52713            ! perlio.h
52714 ____________________________________________________________________________
52715 [  8343] By: jhi                                   on 2001/01/06  01:04:09
52716         Log: IRIX compiler noticed that the bof initialization might be
52717              bypassed by control flow.
52718      Branch: perl
52719            ! toke.c
52720 ____________________________________________________________________________
52721 [  8342] By: jhi                                   on 2001/01/06  00:10:48
52722         Log: Update Changes.
52723      Branch: perl
52724            ! Changes patchlevel.h
52725 ____________________________________________________________________________
52726 [  8341] By: jhi                                   on 2001/01/05  23:52:33
52727         Log: Add a note about EBCDIC versus UTF-8 to a potential problem spot.
52728      Branch: perl
52729            ! toke.c
52730 ____________________________________________________________________________
52731 [  8340] By: jhi                                   on 2001/01/05  22:44:08
52732         Log: Subject: [PATCH] Re: [ID 20010105.002] close() on process filehandle leaves defunct process
52733              From: Radu Greab <radu@netsoft.ro>
52734              Date: Fri, 5 Jan 2001 21:04:33 +0200 (EET)
52735              Message-ID: <14934.6849.742435.23178@ix.netsoft.ro>
52736      Branch: perl
52737            ! t/io/pipe.t util.c
52738 ____________________________________________________________________________
52739 [  8339] By: jhi                                   on 2001/01/05  22:35:17
52740         Log: Subject: [PATCH] format and rewording in perlfaq.pod
52741              From: Robin Barker <rmb1@cise.npl.co.uk>
52742              Date: Fri, 5 Jan 2001 18:51:20 GMT
52743              Message-Id: <200101051851.SAA03310@tempest.npl.co.uk>
52744      Branch: perl
52745            ! pod/perlfaq.pod
52746 ____________________________________________________________________________
52747 [  8338] By: jhi                                   on 2001/01/05  22:31:17
52748         Log: Subject: [patch: perl@8327] have perlbug's Save to File respect -F flag
52749              From: Peter Prymmer <pvhp@forte.com>
52750              Date: Fri, 5 Jan 2001 14:02:13 -0800 (PST)
52751              Message-ID: <Pine.OSF.4.10.10101051357400.28294-100000@aspara.forte.com>
52752      Branch: perl
52753            ! utils/perlbug.PL
52754 ____________________________________________________________________________
52755 [  8337] By: jhi                                   on 2001/01/05  18:15:11
52756         Log: Subject: [PATCH 5.7.1/Configure] failure to set src='.'
52757              From: Robin Barker <rmb1@cise.npl.co.uk>
52758              Date: Tue, 2 Jan 2001 15:24:07 GMT
52759              Message-Id: <200101021524.PAA15145@tempest.npl.co.uk>
52760              
52761              If you call configure as C<./Configure> or C<sh ./Configure>,
52762              $src is set to the absolute path name, not '.'.
52763              
52764              This, in turn, means -Dmksymlink tries to do its stuff because
52765              it does not think it is in the src directory.
52766              
52767              (plus a metaconfig nitfix)
52768      Branch: metaconfig
52769            ! U/compline/ccflags.U U/modified/src.U
52770      Branch: perl
52771            ! Configure config_h.SH
52772 ____________________________________________________________________________
52773 [  8336] By: jhi                                   on 2001/01/05  17:48:32
52774         Log: Subject: Re: [Fwd: Scoping of %^H still broken in both perl@8269 and perl-5.6.1-TRIAL1]
52775              From: Alan Burlison <Alan.Burlison@uk.sun.com>
52776              Message-ID: <3A5606C4.473D2226@uk.sun.com>
52777              Date: Fri, 05 Jan 2001 17:39:16 +0000
52778      Branch: perl
52779            ! hv.c
52780 ____________________________________________________________________________
52781 [  8335] By: jhi                                   on 2001/01/05  16:05:44
52782         Log: Upgrade to Getopt::Long 2.24_01, from Johan Vromans.
52783      Branch: perl
52784            ! lib/Getopt/Long.pm
52785 ____________________________________________________________________________
52786 [  8334] By: jhi                                   on 2001/01/05  16:00:51
52787         Log: Subject: PATCH 5.6.1 & blead 8327 -- workaround for t/io/fs.t
52788              From: Raphael Manfredi <Raphael_Manfredi@pobox.com>
52789              Date: Fri, 05 Jan 2001 13:46:51 +0100
52790              Message-ID: <13693.978698811@nice.ram.loc>
52791              
52792              Apparently, the glibc2.2 + linux 2.4.0 + NFS combination prevent
52793              accurate reading of the "atime".  
52794      Branch: perl
52795            ! t/io/fs.t
52796 ____________________________________________________________________________
52797 [  8333] By: jhi                                   on 2001/01/05  15:57:37
52798         Log: Subject: [PATCH] Re: ebcdic <-> ascii tables interjected in uv <-> utf8 considered harmful 
52799              From: Simon Cozens <simon@cozens.net>
52800              Date: Fri, 8 Dec 2000 13:33:31 +0000
52801              Message-ID: <20001208133331.A11535@deep-dark-truthful-mirror.perlhacker.org> 
52802              
52803              A lost patch fragment.
52804      Branch: perl
52805            ! doop.c
52806 ____________________________________________________________________________
52807 [  8332] By: jhi                                   on 2001/01/05  15:40:42
52808         Log: Do away with strncpy() and a fixed length buffer.
52809      Branch: perl
52810            ! utf8.c
52811 ____________________________________________________________________________
52812 [  8331] By: jhi                                   on 2001/01/05  15:03:07
52813         Log: Tests for #8329 and #8330.
52814      Branch: perl
52815            ! t/op/bop.t
52816 ____________________________________________________________________________
52817 [  8330] By: jhi                                   on 2001/01/05  15:02:38
52818         Log: "\x{FF}\xFF" was broken, the \xFF was appended in its
52819              raw 8-bit form to the UTF-8 string.
52820      Branch: perl
52821            ! toke.c
52822 ____________________________________________________________________________
52823 [  8329] By: jhi                                   on 2001/01/05  14:55:13
52824         Log: Subject: [PATCH perl@8327] strings with \x{..} in the middle are corrupted 
52825              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
52826              Date: Fri, 5 Jan 2001 12:28:52 +0100
52827              Message-ID: <5930DC161690D211966700902715754703738F96@madt009a.siemens.es>
52828              
52829              UTF-8 parsing fix that seems to be needed for EBCDIC, in ASCII
52830              no effect.  (changed the strncpy() to Copy())
52831      Branch: perl
52832            ! toke.c
52833 ____________________________________________________________________________
52834 [  8328] By: jhi                                   on 2001/01/05  06:44:27
52835         Log: UTF-8 cleanup.
52836      Branch: perl
52837            ! doop.c op.c pp.c pp_ctl.c pp_hot.c pp_sys.c regcomp.c
52838            ! regexec.c sv.c toke.c
52839 ____________________________________________________________________________
52840 [  8327] By: jhi                                   on 2001/01/05  01:11:29
52841         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')
52842              From: Radu Greab <radu@netsoft.ro>
52843              Message-ID: <14933.5458.672637.641215@ix.netsoft.ro>
52844              Date: Fri, 5 Jan 2001 02:29:06 +0200 (EET)
52845              
52846              Cleans up Harness to not use FileHandle, which uses IO.
52847      Branch: perl
52848            ! lib/Test/Harness.pm t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
52849 ____________________________________________________________________________
52850 [  8326] By: jhi                                   on 2001/01/05  00:56:37
52851         Log: Update Changes.
52852      Branch: perl
52853            ! Changes patchlevel.h
52854 ____________________________________________________________________________
52855 [  8325] By: jhi                                   on 2001/01/05  00:53:18
52856         Log: Subject: Re: [patch bug 20010103.019] Re: perl@8269: failure to build on NT 4.0.1381 with MSVC (fwd)
52857              From: Peter Prymmer <pvhp@forte.com>
52858              Date: Thu, 4 Jan 2001 14:20:15 -0800 (PST)
52859              Message-ID: <Pine.OSF.4.10.10101041406420.492782-100000@aspara.forte.com>
52860              
52861              plus a couple more tailing whitespace removals.
52862      Branch: perl
52863            ! win32/Makefile
52864 ____________________________________________________________________________
52865 [  8324] By: jhi                                   on 2001/01/05  00:47:39
52866         Log: Add some Unicode chop() tests.
52867      Branch: perl
52868            ! t/op/chop.t
52869 ____________________________________________________________________________
52870 [  8323] By: jhi                                   on 2001/01/05  00:47:23
52871         Log: Unify UTF-8 malformedness handling.
52872      Branch: perl
52873            ! doop.c pp.c sv.c toke.c utf8.c utf8.h
52874 ____________________________________________________________________________
52875 [  8322] By: jhi                                   on 2001/01/04  22:21:54
52876         Log: The new $issymlink was unknown to Mksymlinks.
52877      Branch: metaconfig/U/perl
52878            ! Mksymlinks.U issymlink.U
52879      Branch: perl
52880            ! Configure config_h.SH
52881 ____________________________________________________________________________
52882 [  8321] By: jhi                                   on 2001/01/04  21:51:05
52883         Log: The test didn't work under the core test framework.
52884      Branch: perl
52885            ! t/lib/st-lock.t
52886 ____________________________________________________________________________
52887 [  8320] By: jhi                                   on 2001/01/04  21:14:22
52888         Log: DB3 NDBM/ODBM emulation tweaks from Stanislav Brabec <utx@penguin.cz>.
52889      Branch: perl
52890            ! INSTALL ext/NDBM_File/NDBM_File.xs ext/ODBM_File/ODBM_File.xs
52891 ____________________________________________________________________________
52892 [  8319] By: jhi                                   on 2001/01/04  20:46:17
52893         Log: Typo in #8312 when manually applying a problematic patch fragment.
52894      Branch: perl
52895            ! ext/Storable/Storable.xs
52896 ____________________________________________________________________________
52897 [  8318] By: jhi                                   on 2001/01/04  20:43:01
52898         Log: The $sh_c didn't fly.
52899      Branch: metaconfig
52900            ! U/compline/ccflags.U U/compline/d_keepsig.U U/modified/Head.U
52901            ! U/modified/Loc.U U/modified/myhostname.U
52902            ! U/modified/spitshell.U
52903      Branch: metaconfig/U/perl
52904            ! issymlink.U
52905      Branch: perl
52906            ! Configure config_h.SH
52907 ____________________________________________________________________________
52908 [  8317] By: jhi                                   on 2001/01/04  19:58:01
52909         Log: AIX builtin test -h is broken, changes based on
52910              
52911              Subject: [PATCH] 8297. Symlink stuff breaks on AIX 4 bsh
52912              Date: Tue, 02 Jan 2001 11:24:39 +0100
52913              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
52914              Message-Id: <20010102093747.A6F7.H.M.BRAND@hccnet.nl>
52915      Branch: metaconfig
52916            + U/modified/spitshell.U
52917            ! U/compline/ccflags.U U/compline/d_keepsig.U U/modified/Head.U
52918            ! U/modified/Loc.U U/modified/myhostname.U
52919      Branch: metaconfig/U/perl
52920            ! Mksymlinks.U issymlink.U
52921      Branch: perl
52922            ! Configure
52923 ____________________________________________________________________________
52924 [  8316] By: jhi                                   on 2001/01/04  19:02:22
52925         Log: Subject: [PATCH] Re: New attempt on hints/solaris_2.sh
52926              From: Andy Dougherty <doughera@lafayette.edu>
52927              Message-ID: <Pine.SOL.4.10.10101031518320.28840-100000@maxwell.phys.lafayette.edu>
52928              Date: Wed, 3 Jan 2001 15:36:06 -0500 (EST)
52929              
52930              Beware of GNU ld.
52931      Branch: perl
52932            ! hints/solaris_2.sh
52933 ____________________________________________________________________________
52934 [  8315] By: jhi                                   on 2001/01/04  18:56:48
52935         Log: From: Lupe Christoph <lupe@lupe-christoph.de>
52936              Subject: Re: [PATCH 5.7.1/Configure] failure to set src='.'
52937              Date: Wed, 3 Jan 2001 07:58:51 +0100
52938              Message-ID: <20010103075851.P4594@alanya.lupe-christoph.de>
52939      Branch: perl
52940            ! hints/solaris_2.sh
52941 ____________________________________________________________________________
52942 [  8314] By: jhi                                   on 2001/01/04  18:54:07
52943         Log: Subject: Re: [PATCH @8269] Continue blocks and B::Deparse
52944              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
52945              Date: Wed,  3 Jan 2001 13:48:04 -0800 (PST)
52946              Message-ID: <14931.40265.379608.910008@soda.csua.berkeley.edu>
52947              
52948              Doc tweak on #8313.
52949      Branch: perl
52950            ! ext/B/B/Deparse.pm
52951 ____________________________________________________________________________
52952 [  8313] By: jhi                                   on 2001/01/04  18:52:27
52953         Log: Subject: [PATCH @8269] Continue blocks and B::Deparse
52954              Date: Wed,  3 Jan 2001 13:31:53 -0800 (PST)
52955              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
52956              Message-ID: <14931.37732.62835.279605@soda.csua.berkeley.edu>
52957              
52958              Make the peephole optimizer to bypass more null ops and
52959              and rewrite the deparse handling of continue blocks.
52960      Branch: perl
52961            ! ext/B/B/Deparse.pm op.c op.h t/lib/b.t
52962 ____________________________________________________________________________
52963 [  8312] By: jhi                                   on 2001/01/04  18:47:39
52964         Log: Upgrade to Storable 1.0.7, from Raphael Manfredi.
52965      Branch: perl
52966            ! ext/Storable/ChangeLog ext/Storable/Makefile.PL
52967            ! ext/Storable/Storable.pm ext/Storable/Storable.xs
52968            ! t/lib/st-lock.t
52969 ____________________________________________________________________________
52970 [  8311] By: jhi                                   on 2001/01/04  18:36:08
52971         Log: Add a new MakeMaker variable PM_FILTER that defines a Unix
52972              filter to be run on each .pm during the pm_to_blib() phase,
52973              a fixed version of
52974              
52975              Subject: PATCH (blead 8269) ExtUtils::MakeMaker
52976              From: Raphael Manfredi <Raphael_Manfredi@pobox.com>
52977              Date: Wed, 03 Jan 2001 22:01:30 +0100
52978              Message-ID: <5296.978555690@nice.ram.loc>
52979      Branch: perl
52980            ! lib/ExtUtils/Install.pm lib/ExtUtils/MM_Unix.pm
52981            ! lib/ExtUtils/MM_VMS.pm lib/ExtUtils/MM_Win32.pm
52982            ! lib/ExtUtils/MakeMaker.pm
52983 ____________________________________________________________________________
52984 [  8310] By: jhi                                   on 2001/01/04  18:32:54
52985         Log: Subject: [PATCH 5.[67].1]; as Re: [PATCH 5.6.1-TRIAL1 and @8223]; was Re: Perlbug 20000322.006 status update
52986              From: Robin Barker <rmb1@cise.npl.co.uk>
52987              Date: Tue, 2 Jan 2001 15:35:03 GMT
52988              Message-Id: <200101021535.PAA15161@tempest.npl.co.uk>
52989      Branch: perl
52990            ! README.amiga lib/CPAN.pm lib/Win32.pod pod/perl56delta.pod
52991            ! pod/perlrequick.pod
52992 ____________________________________________________________________________
52993 [  8309] By: jhi                                   on 2001/01/04  18:29:07
52994         Log: Subject: Re: [patch] static-ize XS()
52995              From: Doug MacEachern <dougm@covalent.net>
52996              Date: Mon, 1 Jan 2001 15:26:01 -0800 (PST)
52997              Message-ID: <Pine.LNX.4.10.10101011523560.3379-100000@mojo.covalent.net>
52998              
52999              Provide prototypes for the XS functions.
53000      Branch: perl
53001            ! lib/ExtUtils/xsubpp
53002 ____________________________________________________________________________
53003 [  8308] By: jhi                                   on 2001/01/04  18:27:44
53004         Log: Subject: [patch] typemap =~ s/croak/Perl_croak/
53005              From: Doug MacEachern <dougm@covalent.net>
53006              Date: Mon, 1 Jan 2001 11:41:57 -0800 (PST)
53007              Message-ID: <Pine.LNX.4.10.10101011139570.3379-100000@mojo.covalent.net>
53008      Branch: perl
53009            ! lib/ExtUtils/typemap
53010 ____________________________________________________________________________
53011 [  8307] By: jhi                                   on 2001/01/04  18:25:25
53012         Log: Subject: Re: [patch] MM_Unix cpprun shortcut
53013              From: Doug MacEachern <dougm@covalent.net>
53014              Date: Wed, 3 Jan 2001 20:09:57 -0800 (PST)
53015              Message-ID: <Pine.LNX.4.10.10101032009330.280-100000@mojo.covalent.net>
53016              
53017              Add a .c.i: MakeMaker make rule to create cpreprocessed outputs.
53018      Branch: perl
53019            ! lib/ExtUtils/MM_Unix.pm
53020 ____________________________________________________________________________
53021 [  8306] By: jhi                                   on 2001/01/04  18:23:00
53022         Log: Subject: [PATCH perl@8269] Corrections for Perl_yylex_r (used by a reentrant parser as Bison)
53023              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
53024              Date: Thu, 4 Jan 2001 12:47:10 +0100 
53025              Message-ID: <5930DC161690D21196670090271575470370111A@madt009a.siemens.es>
53026              
53027              The toke.c part only, patching embed.h and proto.h is futile.
53028      Branch: perl
53029            ! toke.c
53030 ____________________________________________________________________________
53031 [  8305] By: jhi                                   on 2001/01/04  18:05:51
53032         Log: Subject: [PATCH perl@8269] scanning two hex-constants fails on EBCDIC environment (script length.t)
53033              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
53034              Date: Thu, 4 Jan 2001 17:50:12 +0100 
53035              Message-ID: <5930DC161690D211966700902715754703738AA6@madt009a.siemens.es>
53036      Branch: perl
53037            ! toke.c
53038 ____________________________________________________________________________
53039 [  8304] By: jhi                                   on 2001/01/04  18:03:26
53040         Log: Subject: [PATCH perl@8269]
53041              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
53042              Date: Thu, 4 Jan 2001 12:53:39 +0100 
53043              Message-ID: <5930DC161690D211966700902715754703701130@madt009a.siemens.es>
53044              
53045              If running byacc write-enable also perly.h.
53046      Branch: perl
53047            ! Makefile.SH
53048 ____________________________________________________________________________
53049 [  8303] By: jhi                                   on 2001/01/04  15:40:49
53050         Log: Rewrite pp_concat() in terms of sv_catsv().
53051      Branch: perl
53052            ! pp_hot.c
53053 ____________________________________________________________________________
53054 [  8302] By: nick                                  on 2001/01/03  22:43:22
53055         Log: Integrate mainline.
53056      Branch: perlio
53057           !> ext/Encode/Encode.xs sv.c utf8.c
53058 ____________________________________________________________________________
53059 [  8301] By: jhi                                   on 2001/01/02  23:40:26
53060         Log: Variable naming tweak.
53061      Branch: perl
53062            ! sv.c
53063 ____________________________________________________________________________
53064 [  8300] By: jhi                                   on 2001/01/02  23:40:02
53065         Log: Use the UTF8_XXX macros in is_utf8_char(), a performance nit
53066              in is_utf8_string().
53067      Branch: perl
53068            ! utf8.c
53069 ____________________________________________________________________________
53070 [  8299] By: jhi                                   on 2001/01/02  22:14:40
53071         Log: Integrate perlio.
53072      Branch: perl
53073           !> pp.c pp_hot.c win32/Makefile
53074 ____________________________________________________________________________
53075 [  8298] By: nick                                  on 2001/01/02  22:03:06
53076         Log: Turn SvUTF8 off if not required in pp_chr and pp_stringify.
53077      Branch: perlio
53078            ! pp.c pp_hot.c
53079 ____________________________________________________________________________
53080 [  8297] By: jhi                                   on 2001/01/02  04:26:28
53081         Log: Signedness nit.
53082      Branch: perl
53083            ! ext/Encode/Encode.xs
53084 ____________________________________________________________________________
53085 [  8296] By: nick                                  on 2001/01/01  23:49:36
53086         Log: Add Encode and correct Filter/Util/Call in nmake Makefile
53087      Branch: perlio
53088            ! win32/Makefile
53089 ____________________________________________________________________________
53090 [  8295] By: jhi                                   on 2001/01/01  23:05:48
53091         Log: Integrate perlio.
53092      Branch: perl
53093           !> ext/Encode/Encode.pm ext/Encode/Encode.xs pp_hot.c
53094           !> t/lib/encode.t
53095 ____________________________________________________________________________
53096 [  8294] By: nick                                  on 2001/01/01  22:48:34
53097         Log: Integrate mainline
53098      Branch: perlio
53099            ! pp_hot.c t/lib/encode.t
53100           !> (integrate 65 files)
53101 ____________________________________________________________________________
53102 [  8293] By: nick                                  on 2001/01/01  21:58:50
53103         Log: More rigor in UTF-8-ness of Encode's toUnicode
53104              XS export some of the utf8 internal functions.
53105              Test some of the functions.
53106              Fix pp_concat() bug shown by said tests.
53107      Branch: perlio
53108            ! ext/Encode/Encode.pm ext/Encode/Encode.xs pp_hot.c
53109            ! t/lib/encode.t
53110 ____________________________________________________________________________
53111 [  8292] By: jhi                                   on 2001/01/01  18:11:44
53112         Log: Integrate perlio.
53113      Branch: perl
53114           !> ext/Encode/Encode.pm ext/Encode/Encode.xs ext/Encode/compile
53115           !> ext/Encode/encengine.c ext/Encode/encode.h
53116 ____________________________________________________________________________
53117 [  8291] By: jhi                                   on 2001/01/01  18:10:58
53118         Log: Podify README.mpeix (a new version from the web),
53119              add a dummy NAME to Carp::Heavy, regen toc.
53120      Branch: perl
53121            ! README.mpeix lib/Carp/Heavy.pm pod/buildtoc.PL pod/perl.pod
53122            ! pod/perltoc.pod
53123 ____________________________________________________________________________
53124 [  8290] By: nick                                  on 2001/01/01  17:43:47
53125         Log: Loose the "Loading..." warning.
53126              Another bug in fallback support
53127      Branch: perlio
53128            ! ext/Encode/Encode.pm ext/Encode/encengine.c
53129 ____________________________________________________________________________
53130 [  8289] By: jhi                                   on 2001/01/01  00:01:57
53131         Log: Bump up Larry's copyright.
53132      Branch: perl
53133            ! EXTERN.h INTERN.h README av.c av.h cop.h cv.h deb.c doio.c
53134            ! doop.c dump.c ext/DynaLoader/dl_dld.xs form.h gv.c gv.h
53135            ! handy.h hv.c hv.h mg.c mg.h op.c op.h perl.c perl.h perly.y
53136            ! pp.c pp.h pp_ctl.c pp_hot.c pp_sys.c regcomp.c regexec.c run.c
53137            ! scope.c sv.c sv.h toke.c utf8.c utf8.h util.c util.h
53138            ! x2p/EXTERN.h x2p/INTERN.h x2p/a2p.c x2p/a2p.h x2p/a2p.y
53139            ! x2p/a2py.c x2p/hash.c x2p/hash.h x2p/proto.h x2p/str.c
53140            ! x2p/str.h x2p/util.c x2p/util.h x2p/walk.c
53141 ____________________________________________________________________________
53142 [  8288] By: nick                                  on 2000/12/31  21:27:53
53143         Log: Fix .ucm reading - forgot a chr()
53144              Start of .ucm write (for .enc to .ucm)
53145      Branch: perlio
53146            ! ext/Encode/compile
53147 ____________________________________________________________________________
53148 [  8287] By: jhi                                   on 2000/12/31  18:15:56
53149         Log: Comment away a diagnostic message as noted by Craig A. Berry
53150              (the unexpected message was confusing testing)
53151      Branch: perl
53152            ! ext/Encode/Encode.pm
53153 ____________________________________________________________________________
53154 [  8286] By: jhi                                   on 2000/12/31  18:14:51
53155         Log: Subject: [PATCH perl@8269] ext/Encode/Makefile.PL line shortening
53156              Date: Sun, 31 Dec 2000 11:17:37 -0600
53157              From: "Craig A. Berry" <craigberry@mac.com>
53158              Message-Id: <5.0.2.1.0.20001230195844.025636c0@exchi01>
53159      Branch: perl
53160            ! ext/Encode/Makefile.PL
53161 ____________________________________________________________________________
53162 [  8285] By: nick                                  on 2000/12/31  18:11:54
53163         Log: Start of support of ICU-style .ucm files:
53164              - teach compile how to read a .ucm file
53165              - first guess at how to represent fallbacks in "tries".
53166              - use fallbacks if check == 0
53167              - new return code to indicate we used one.
53168      Branch: perlio
53169            ! ext/Encode/Encode.pm ext/Encode/Encode.xs ext/Encode/compile
53170            ! ext/Encode/encengine.c ext/Encode/encode.h
53171 ____________________________________________________________________________
53172 [  8284] By: jhi                                   on 2000/12/31  18:04:41
53173         Log: Pacify picky VMS compiler.
53174              
53175              Subject: perl@8269, whiny Compaq C compiler, unsigned expressions
53176              From: "Craig A. Berry" <craig.berry@psinetcs.com>
53177              Date: Sat, 30 Dec 2000 18:10:02 -0600
53178              Message-Id: <200012310010.CAA09719@tiku.hut.fi>
53179      Branch: perl
53180            ! sv.c
53181 ____________________________________________________________________________
53182 [  8283] By: jhi                                   on 2000/12/31  16:11:47
53183         Log: Wrong alarm: cygwin's getpwuid() is just fine (from Gerrit P. Haase)
53184      Branch: perl
53185            ! t/lib/glob-basic.t
53186 ____________________________________________________________________________
53187 [  8282] By: jhi                                   on 2000/12/31  15:26:11
53188         Log: Integrate perlio.
53189      Branch: perl
53190           !> makedef.pl opcode.pl os2/os2.c perlio.c
53191 ____________________________________________________________________________
53192 [  8281] By: nick                                  on 2000/12/31  10:06:15
53193         Log: Tweak perlio.c so that makedef.pl-exported perlsio_binmode()
53194              is available to be exported
53195      Branch: perlio
53196            ! makedef.pl perlio.c
53197 ____________________________________________________________________________
53198 [  8280] By: nick                                  on 2000/12/31  09:41:26
53199         Log: Ilya's OS2 patch (testing for damage on Win32)
53200      Branch: perlio
53201            ! makedef.pl opcode.pl os2/os2.c
53202 ____________________________________________________________________________
53203 [  8279] By: jhi                                   on 2000/12/30  21:52:07
53204         Log: Test nits.
53205      Branch: perl
53206            ! t/lib/syslfs.t t/op/lfs.t
53207 ____________________________________________________________________________
53208 [  8278] By: jhi                                   on 2000/12/30  21:47:49
53209         Log: Subject: Re: [ID 20001229.001] Not OK: perl v5.7.0 +DEVEL8221 on i686-linux 2.4.0-test13pre4-ac2 -2 (UNINSTALLED)
53210              From: andreas.koenig@anima.de (Andreas J. Koenig)
53211              Date: 30 Dec 2000 22:35:37 +0100
53212              Message-ID: <m3vgs1a8ye.fsf@ak-71.mind.de>
53213              
53214              The 32-bit wraparound test wasn't quite right.
53215      Branch: perl
53216            ! t/lib/syslfs.t t/op/lfs.t
53217 ____________________________________________________________________________
53218 [  8277] By: jhi                                   on 2000/12/30  21:33:44
53219         Log: Subject: [PATCH] open() example in perlfunc.pod 
53220              From: Karsten Sperling <s_sperli@ira.uka.de>
53221              Date: Sat, 30 Dec 2000 22:27:09 +0100
53222              Message-ID: <"iraun1.ira.0090801:001230.213049"@ira.uka.de>
53223      Branch: perl
53224            ! pod/perlfunc.pod
53225 ____________________________________________________________________________
53226 [  8276] By: jhi                                   on 2000/12/30  20:32:40
53227         Log: Not quite that many tests yet.
53228      Branch: perl
53229            ! t/op/pat.t
53230 ____________________________________________________________________________
53231 [  8275] By: jhi                                   on 2000/12/30  20:26:58
53232         Log: Integrate perlio.
53233      Branch: perl
53234           !> toke.c
53235 ____________________________________________________________________________
53236 [  8274] By: jhi                                   on 2000/12/30  20:24:56
53237         Log: Signedness nit.
53238      Branch: perl
53239            ! utf8.c
53240 ____________________________________________________________________________
53241 [  8273] By: jhi                                   on 2000/12/30  20:15:46
53242         Log: Add a test case for 20000731.001 which was fixed by the #8267.
53243      Branch: perl
53244            ! t/op/pat.t
53245 ____________________________________________________________________________
53246 [  8272] By: nick                                  on 2000/12/30  19:47:51
53247         Log: Tweak for MULTIPLICITY/USE_PERLIO
53248      Branch: perlio
53249            ! toke.c
53250 ____________________________________________________________________________
53251 [  8271] By: nick                                  on 2000/12/30  19:46:45
53252         Log: Integrate mainline
53253      Branch: perlio
53254           +> lib/unicode/distinct.pm
53255           !> Changes MANIFEST doop.c embed.h embed.pl mg.c op.c op.h
53256           !> patchlevel.h perl.h pod/perlapi.pod pp.c pp_ctl.c pp_hot.c
53257           !> proto.h regcomp.c regcomp.h regexec.c sv.c t/op/split.t utf8.c
53258 ____________________________________________________________________________
53259 [  8270] By: jhi                                   on 2000/12/30  19:39:50
53260         Log: Subject: RE: perl@8269
53261              From: "Richard Soderberg" <rs@crystalflame.net>
53262              Date: Sat, 30 Dec 2000 11:36:27 -0800
53263              Message-ID: <NAEKLNAAHLMBPMPNBMLEIEAKCKAA.rs@crystalflame.net>
53264              
53265              A missing aTHX_.
53266      Branch: perl
53267            ! toke.c
53268 ____________________________________________________________________________
53269 [  8269] By: jhi                                   on 2000/12/30  18:55:48
53270         Log: Update Changes.
53271      Branch: perl
53272            ! Changes patchlevel.h
53273 ____________________________________________________________________________
53274 [  8268] By: jhi                                   on 2000/12/30  17:18:40
53275         Log: Add a test for Unicode split //.  The #8267 was the cure.
53276      Branch: perl
53277            ! t/op/split.t
53278 ____________________________________________________________________________
53279 [  8267] By: jhi                                   on 2000/12/30  17:14:19
53280         Log: Subject: more UTF8 test suites and an UTF8 patch
53281              From: Inaba Hiroto <inaba@st.rim.or.jp>
53282              Date: Sat, 30 Dec 2000 14:27:10 +0900
53283              Message-ID: <3A4D722D.243AFD88@st.rim.or.jp> 
53284              
53285              Just the patch part for now, and the pragma renamed
53286              as unicode::distinct.
53287      Branch: perl
53288            + lib/unicode/distinct.pm
53289            ! MANIFEST doop.c embed.h embed.pl mg.c op.c op.h perl.h
53290            ! pod/perlapi.pod pp.c pp_ctl.c pp_hot.c proto.h regcomp.c
53291            ! regcomp.h regexec.c sv.c toke.c utf8.c
53292 ____________________________________________________________________________
53293 [  8266] By: nick                                  on 2000/12/30  16:40:49
53294         Log: Integrate mainline
53295      Branch: perlio
53296           +> lib/Pod/Text/Overstrike.pm
53297           !> MANIFEST doio.c hints/dec_osf.sh hv.c lib/Pod/Man.pm
53298           !> lib/Pod/Text/Color.pm lib/Pod/Text/Termcap.pm op.c
53299           !> pod/pod2text.PL sv.c t/lib/syslfs.t t/op/join.t t/op/lfs.t
53300           !> t/pragma/constant.t t/pragma/sub_lval.t t/pragma/utf8.t util.c
53301           !> vms/vms.c vms/vmsish.h vms/vmspipe.com
53302 ____________________________________________________________________________
53303 [  8265] By: jhi                                   on 2000/12/30  07:28:55
53304         Log: The sv_catsv() fix, take two.
53305      Branch: perl
53306            ! sv.c t/op/join.t
53307 ____________________________________________________________________________
53308 [  8264] By: jhi                                   on 2000/12/30  06:19:18
53309         Log: Undo all the join-related changes since #8248: relevant
53310              portions of 8248, 8249, 8250, 8251, 8260, 8263 must go.
53311              The new sv_catsv() doesn't fly so it must go back to
53312              the drawing board.
53313      Branch: perl
53314            ! sv.c t/op/join.t t/pragma/utf8.t
53315 ____________________________________________________________________________
53316 [  8263] By: jhi                                   on 2000/12/30  01:08:32
53317         Log: (Retracted by #8264)  Tweak sv_catsv() some more.
53318      Branch: perl
53319            ! sv.c
53320 ____________________________________________________________________________
53321 [  8262] By: jhi                                   on 2000/12/30  00:45:14
53322         Log: Retract #8261.
53323      Branch: perl
53324            ! hv.c util.c
53325 ____________________________________________________________________________
53326 [  8261] By: jhi                                   on 2000/12/30  00:38:32
53327         Log: (Retracted by #8261). (Unsuccessful memory access tweaks.)
53328      Branch: perl
53329            ! hv.c util.c
53330 ____________________________________________________________________________
53331 [  8260] By: jhi                                   on 2000/12/29  22:51:33
53332         Log: (Retracted by #8264)  More fixing for #8251.
53333      Branch: perl
53334            ! sv.c
53335 ____________________________________________________________________________
53336 [  8259] By: jhi                                   on 2000/12/29  18:27:30
53337         Log: Subject: podlators 1.06 released
53338              From: Russ Allbery <rra@stanford.edu>
53339              Date: 25 Dec 2000 05:09:30 -0800
53340              Message-ID: <ylwvcosl4l.fsf@windlord.stanford.edu>
53341      Branch: perl
53342            + lib/Pod/Text/Overstrike.pm
53343            ! MANIFEST lib/Pod/Man.pm lib/Pod/Text/Color.pm
53344            ! lib/Pod/Text/Termcap.pm pod/pod2text.PL
53345 ____________________________________________________________________________
53346 [  8258] By: jhi                                   on 2000/12/29  18:20:45
53347         Log: Make the large file tests more robust/talkative as suggested by
53348              
53349              Subject: Re: [ID 20001229.001] Not OK: perl v5.7.0 +DEVEL8221 on i686-linux 2.4.0-test13pre4-ac2 -2 (UNINSTALLED)
53350              From: andreas.koenig@anima.de (Andreas J. Koenig)
53351              Date: 29 Dec 2000 14:23:01 +0100
53352              Message-ID: <m3snn7uzt6.fsf@ak-71.mind.de>
53353      Branch: perl
53354            ! t/lib/syslfs.t t/op/lfs.t
53355 ____________________________________________________________________________
53356 [  8257] By: jhi                                   on 2000/12/29  17:48:04
53357         Log: Further VMS piping fixes from Charles Lane:
53358              
53359              In summary, error messages produced when a subprocess terminated
53360              abnormally were being sent not just to the parent process, but to
53361              grandparents, because of default values for error output that were
53362              not completely overridden when the subprocess was started.
53363              
53364              This patch fixes this behavior by defining user-mode (i.e., temporary
53365              for the duration of the program) logical names for SYS$OUTPUT and
53366              SYS$ERROR when they are (re)opened inside Perl.  And a bunch of other
53367              changes to make it so that the user-mode logicals are the ones that
53368              control where Perl's error messages go if it terminates abnormally.
53369              
53370              I also added some gratuitous fixes to the indentation of braces in
53371              the piping code.  It just looked ugly, before.
53372      Branch: perl
53373            ! doio.c vms/vms.c vms/vmsish.h vms/vmspipe.com
53374 ____________________________________________________________________________
53375 [  8256] By: jhi                                   on 2000/12/29  17:45:12
53376         Log: Subject: [PATCH] Idea: Declare multiple constants at once (fwd)
53377              From: "Casey R. Tweten" <crt@kiski.net>
53378              Date: Fri, 29 Dec 2000 12:03:00 -0500 (EST)
53379              Message-ID: <Pine.OSF.4.21.0012291201150.17186-100000@home.kiski.net>
53380              
53381              Tests for for #8240.
53382      Branch: perl
53383            ! t/pragma/constant.t
53384 ____________________________________________________________________________
53385 [  8255] By: jhi                                   on 2000/12/29  17:43:07
53386         Log: Subject: Re: [PATCH] Interesting syntax idea
53387              From: Simon Cozens <simon@cozens.net>
53388              Date: Fri, 29 Dec 2000 14:34:04 +0000
53389              Message-ID: <20001229143404.A7762@deep-dark-truthful-mirror.perlhacker.org>
53390              
53391              Tests for #8254.
53392      Branch: perl
53393            ! t/pragma/sub_lval.t
53394 ____________________________________________________________________________
53395 [  8254] By: jhi                                   on 2000/12/29  17:42:11
53396         Log: Subject: [PATCH] Interesting syntax idea
53397              From: Simon Cozens <simon@cozens.net>
53398              Date: Wed, 27 Dec 2000 05:08:57 +0000
53399              Message-ID: <20001227050857.A11296@deep-dark-truthful-mirror.perlhacker.org>
53400              
53401              Make opens + bareword assigns do typeglob assigns.
53402      Branch: perl
53403            ! op.c
53404 ____________________________________________________________________________
53405 [  8253] By: jhi                                   on 2000/12/29  17:36:45
53406         Log: Output the (apparent) version of gcc, as suggested by
53407              
53408              Subject: [ID 20001226.001] dec_osf.sh mis-parses gcc version 2.95.2 as less than 2.95, causing installation-failure
53409              From: jhbrown@ai.mit.edu (Jeremy H. Brown)
53410              Date: 26 Dec 2000 04:29:17 -0500
53411              Message-Id: <uv6puify1hu.fsf@suspiria.ai.mit.edu>
53412              
53413              (The patch as such didn't any more apply as the misparsing had
53414              already been addressed in #6474.)  Also change the wording about
53415              gcc 2.95.2, for Jeremy it didn't break sdbm, for me it did.
53416      Branch: perl
53417            ! hints/dec_osf.sh
53418 ____________________________________________________________________________
53419 [  8252] By: nick                                  on 2000/12/29  12:14:31
53420         Log: Integrate mainline
53421      Branch: perlio
53422           !> (integrate 27 files)
53423 ____________________________________________________________________________
53424 [  8251] By: jhi                                   on 2000/12/29  08:45:46
53425         Log: (Retracted by #8264)
53426              
53427              (Fixed by #8260.)
53428              
53429              sv_catsv() needs one more byte space than seems reasonable.
53430              (for join() and PERL_DESTRUCT_LEVEL=2, built with debugging).
53431              Curiouser and curiouser.
53432      Branch: perl
53433            ! sv.c
53434 ____________________________________________________________________________
53435 [  8250] By: jhi                                   on 2000/12/29  07:57:52
53436         Log: More split // UTF-8 tests.
53437      Branch: perl
53438            ! t/pragma/utf8.t
53439 ____________________________________________________________________________
53440 [  8249] By: jhi                                   on 2000/12/29  07:54:51
53441         Log: (Retracted by #8264)  More join() testing which was good because
53442              it revealed a bug in #8248 (the UTF8_EIGHT_BIT_LO() was wrong).
53443      Branch: perl
53444            ! pp.c t/op/join.t utf8.c utf8.h
53445 ____________________________________________________________________________
53446 [  8248] By: jhi                                   on 2000/12/29  07:08:32
53447         Log: (Retracted by #8264)  Externally: join() was still quite UTF-8-unaware.
53448              Internally: sv_catsv() wasn't quite okay on UTF-8, it assumed
53449              that the only cases to care about are byte+byte and byte+character.
53450              
53451              TODO: See how well pp_concat() could be implemented in terms
53452              of sv_catsv().
53453      Branch: perl
53454            ! doop.c sv.c t/op/join.t utf8.h
53455 ____________________________________________________________________________
53456 [  8247] By: jhi                                   on 2000/12/29  06:35:23
53457         Log: Signedness nit.
53458      Branch: perl
53459            ! pp_hot.c
53460 ____________________________________________________________________________
53461 [  8246] By: jhi                                   on 2000/12/29  01:23:31
53462         Log: Subject: Re: [ID 20001226.002] Not OK: perl v5.7.0 +DEVEL8221 on i86pc-solaris 2.8 (UNINSTALLED)
53463              From: Lupe Christoph <lupe@lupe-christoph.de>
53464              Date: Thu, 28 Dec 2000 23:00:00 +0100
53465              Message-ID: <20001228230000.F2574@alanya.lupe-christoph.de>
53466              
53467              Suggest rsync --delete --dry-run.
53468      Branch: perl
53469            ! pod/perlhack.pod
53470 ____________________________________________________________________________
53471 [  8245] By: jhi                                   on 2000/12/28  23:57:05
53472         Log: The maxiters upper limit sanity check (guarding against
53473              non-progress) assumed bytes instead of characters in s///
53474              and split().
53475      Branch: perl
53476            ! pp.c pp_hot.c
53477 ____________________________________________________________________________
53478 [  8244] By: jhi                                   on 2000/12/28  23:34:08
53479         Log: Make some panic messages a bit more logical.
53480      Branch: perl
53481            ! doop.c pod/perldiag.pod pp.c pp_hot.c
53482 ____________________________________________________________________________
53483 [  8243] By: jhi                                   on 2000/12/28  22:59:16
53484         Log: Subject: [PATCH] lvalue AUTOLOAD. No, really.
53485              From: Simon Cozens <simon@cozens.net>
53486              Date: Wed, 27 Dec 2000 02:30:03 +0000
53487              Message-ID: <20001227023003.A7677@deep-dark-truthful-mirror.perlhacker.org>
53488      Branch: perl
53489            ! pp.c t/pragma/sub_lval.t
53490 ____________________________________________________________________________
53491 [  8242] By: jhi                                   on 2000/12/28  22:56:53
53492         Log: Subject: [PATCH blead] Fix B::Terse indentation
53493              From: Daniel Chetlin <daniel@chetlin.com>
53494              Date: Wed, 27 Dec 2000 06:43:30 -0800
53495              Message-ID: <20001227064329.B9573@darkstar>
53496      Branch: perl
53497            ! ext/B/B.pm ext/B/B/Terse.pm t/lib/b.t
53498 ____________________________________________________________________________
53499 [  8241] By: jhi                                   on 2000/12/28  22:48:59
53500         Log: The latter patch from the
53501              
53502              Subject: [PATCH: perl@8211] directory depth typo in one win32 Makefile
53503              From: Peter Prymmer <pvhp@forte.com> 
53504              Date: Fri, 22 Dec 2000 14:52:12 -0800 (PST)
53505              Message-ID: <Pine.OSF.4.10.10012221433140.195493-100000@aspara.forte.com>
53506              
53507              (the former patch from the above should have been
53508              taken care of by Nick I-S)
53509      Branch: perl
53510            ! win32/Makefile
53511 ____________________________________________________________________________
53512 [  8240] By: jhi                                   on 2000/12/28  22:45:22
53513         Log: Subject: Re: [PATCH] Idea: Declare multiple constants at once
53514              From: "Casey R. Tweten" <crt@kiski.net>
53515              Date: Fri, 22 Dec 2000 10:35:53 -0500 (EST)
53516              Message-ID: <Pine.OSF.4.21.0012221032030.28992-100000@home.kiski.net>
53517      Branch: perl
53518            ! lib/constant.pm
53519 ____________________________________________________________________________
53520 [  8239] By: jhi                                   on 2000/12/28  22:37:45
53521         Log: Subject: [PATCH] Re: [ID 19991001.003] sort(sub(arg)) misparsed as sort sub args
53522              From: Simon Cozens <simon@cozens.net>
53523              Date: Wed, 27 Dec 2000 14:12:44 +0000
53524              Message-ID: <20001227141244.A13344@deep-dark-truthful-mirror.perlhacker.org>
53525      Branch: perl
53526            ! t/op/method.t t/op/sort.t toke.c
53527 ____________________________________________________________________________
53528 [  8238] By: jhi                                   on 2000/12/28  22:30:32
53529         Log: Subject: [PATCH perl@8229] Call.pm
53530              From: "Paul Marquess" <Paul.Marquess@btinternet.com>
53531              Date: Mon, 25 Dec 2000 10:47:15 -0000
53532              Message-ID: <000201c06e60$0b967760$a20a140a@bfs.phone.com>
53533      Branch: perl
53534            ! ext/Filter/Util/Call/Call.pm
53535 ____________________________________________________________________________
53536 [  8237] By: jhi                                   on 2000/12/28  22:19:21
53537         Log: Subject: [PATCH blead] Fix problem with `&' prototype
53538              From: Daniel Chetlin <daniel@chetlin.com>
53539              Date: Wed, 27 Dec 2000 15:55:32 -0800
53540              Message-ID: <20001227155532.D9573@darkstar>
53541      Branch: perl
53542            ! op.c t/comp/proto.t
53543 ____________________________________________________________________________
53544 [  8236] By: jhi                                   on 2000/12/28  22:09:25
53545         Log: Subject: Re: [PATCH blead] Fix segfault in gv_handler/mg_find
53546              From: Daniel Chetlin <daniel@chetlin.com>
53547              Date: Sun, 24 Dec 2000 04:09:49 -0800
53548              Message-ID: <20001224040949.B3090@darkstar>
53549      Branch: perl
53550            ! gv.c mg.c t/op/attrs.t
53551 ____________________________________________________________________________
53552 [  8235] By: jhi                                   on 2000/12/28  22:07:11
53553         Log: Subject: [PATCH] Win32::Spawn() didn't inherit cwd and env correctly
53554              From: Jan Dubois <jand@ActiveState.com>
53555              Date: Tue, 26 Dec 2000 20:57:31 -0800
53556              Message-ID: <reti4ts0php3anruv0qcjru3tl850g3sfd@4ax.com>
53557      Branch: perl
53558            ! win32/win32.c
53559 ____________________________________________________________________________
53560 [  8234] By: jhi                                   on 2000/12/28  21:52:42
53561         Log: Subject: Re: [PATCH] Warn on use of reference as array elem
53562              From: Simon Cozens <simon@cozens.net>
53563              Date: Thu, 28 Dec 2000 20:33:13 +0000
53564              Message-ID: <20001228203313.A2607@deep-dark-truthful-mirror.perlhacker.org>
53565      Branch: perl
53566            ! pod/perldiag.pod pp_hot.c t/pragma/warn/pp_hot
53567 ____________________________________________________________________________
53568 [  8233] By: jhi                                   on 2000/12/28  19:40:49
53569         Log: Integrate perlio.
53570      Branch: perl
53571           !> ext/Encode/Makefile.PL ext/Encode/compile
53572 ____________________________________________________________________________
53573 [  8232] By: nick                                  on 2000/12/23  16:06:00
53574         Log: Encode's Makefile.PL fix not good for dmake $(MAKEFILE) is set to -f Makefile
53575              and fails to make '-f'. (Also handle case where xxxx.c files have not been deleted.)
53576      Branch: perlio
53577            ! ext/Encode/Makefile.PL
53578 ____________________________________________________________________________
53579 [  8231] By: nick                                  on 2000/12/23  14:30:34
53580         Log: "Compiled" encode build cleanup
53581              - Makefile uses catfile $(MAKEFILE) etc. for platform issues.
53582              - .c files do not export sub-tables
53583      Branch: perlio
53584            ! ext/Encode/Makefile.PL ext/Encode/compile
53585 ____________________________________________________________________________
53586 [  8230] By: nick                                  on 2000/12/23  12:50:37
53587         Log: Integrate mainline
53588      Branch: perlio
53589           !> INSTALL lib/CGI.pm lib/CPAN.pm lib/Pod/Select.pm
53590           !> lib/Text/ParseWords.pm lib/Win32.pod pod/perl.pod
53591           !> pod/perl5004delta.pod pod/perl5005delta.pod
53592           !> pod/perl56delta.pod pod/perldelta.pod pod/perldiag.pod
53593           !> pod/perlembed.pod pod/perlfaq4.pod pod/perllocale.pod
53594           !> pod/perlmodlib.pod pod/perlrequick.pod pod/perlretut.pod
53595           !> pod/perlsub.pod
53596 ____________________________________________________________________________
53597 [  8229] By: jhi                                   on 2000/12/22  15:32:12
53598         Log: Integrate perlio.
53599      Branch: perl
53600           +> win32/distclean.bat
53601           !> MANIFEST t/io/utf8.t
53602 ____________________________________________________________________________
53603 [  8228] By: jhi                                   on 2000/12/22  15:29:40
53604         Log: Subject: [PATCH 5.6.1-TRIAL1 and @8223]; was Re: Perlbug 20000322.006 status +update
53605              From: Robin Barker <rmb1@cise.npl.co.uk>
53606              Date: Fri, 22 Dec 2000 12:17:38 GMT
53607              Message-Id: <200012221217.MAA21332@tempest.npl.co.uk>
53608      Branch: perl
53609            ! lib/CGI.pm lib/CPAN.pm lib/Pod/Select.pm
53610            ! lib/Text/ParseWords.pm lib/Win32.pod pod/perl.pod
53611            ! pod/perl5004delta.pod pod/perl5005delta.pod
53612            ! pod/perl56delta.pod pod/perldelta.pod pod/perldiag.pod
53613            ! pod/perlembed.pod pod/perlfaq4.pod pod/perllocale.pod
53614            ! pod/perlmodlib.pod pod/perlrequick.pod pod/perlretut.pod
53615            ! pod/perlsub.pod
53616 ____________________________________________________________________________
53617 [  8227] By: jhi                                   on 2000/12/22  15:24:28
53618         Log: Subject: Re: A Configure option like 'otherlibdirs' but for *pre*pending?
53619              From: "John L. Allen" <allen@grumman.com>
53620              Date: Thu, 21 Dec 2000 14:39:58 -0500 (EST)
53621              Message-ID: <Pine.SOL.3.91.1001221133227.23511A-100000@gateway.grumman.com>
53622              
53623              Document APPLLIB_EXP.
53624      Branch: perl
53625            ! INSTALL
53626 ____________________________________________________________________________
53627 [  8226] By: nick                                  on 2000/12/21  22:11:50
53628         Log: Handy script for when one forgets to "dmake clean" 
53629      Branch: perlio
53630            + win32/distclean.bat
53631            ! MANIFEST
53632 ____________________________________________________________________________
53633 [  8225] By: nick                                  on 2000/12/21  21:54:04
53634         Log: CRLF platform issue with io/utf8 fix.
53635      Branch: perlio
53636            ! t/io/utf8.t
53637 ____________________________________________________________________________
53638 [  8224] By: nick                                  on 2000/12/21  21:02:20
53639         Log: Integrate mainline
53640      Branch: perlio
53641           !> Changes Configure Makefile.SH Porting/Glossary
53642           !> Porting/config.sh Porting/config_H configure.com
53643           !> epoc/config.sh ext/Thread/Thread.xs patchlevel.h
53644           !> pod/perlfaq3.pod pod/perlfunc.pod pod/perltoc.pod pp_sys.c
53645           !> sv.c t/io/fs.t t/op/misc.t t/op/utf8decode.t t/pragma/utf8.t
53646           !> win32/config.bc win32/config.gc win32/config.vc
53647 ____________________________________________________________________________
53648 [  8223] By: jhi                                   on 2000/12/21  17:09:16
53649         Log: Update Changes.
53650      Branch: perl
53651            ! Changes patchlevel.h
53652 ____________________________________________________________________________
53653 [  8222] By: jhi                                   on 2000/12/21  16:24:01
53654         Log: Metaconfig unit changes for #8221.
53655      Branch: metaconfig/U/perl
53656           +> issymlink.U
53657            - testsyml.U
53658            ! Mksymlinks.U
53659 ____________________________________________________________________________
53660 [  8221] By: jhi                                   on 2000/12/21  16:23:48
53661         Log: Rename testsyml to issymlink.
53662      Branch: perl
53663            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
53664            ! epoc/config.sh pod/perltoc.pod win32/config.bc win32/config.gc
53665            ! win32/config.vc
53666 ____________________________________________________________________________
53667 [  8220] By: jhi                                   on 2000/12/21  15:47:26
53668         Log: Robustness support for #8218 (symlink forest) since the GNU
53669              tools seem to be overly picky about symlinkage depths.
53670      Branch: perl
53671            ! Makefile.SH t/io/fs.t
53672 ____________________________________________________________________________
53673 [  8219] By: jhi                                   on 2000/12/21  15:38:27
53674         Log: Metaconfig changes for #8218.
53675      Branch: metaconfig
53676            ! U/modified/Oldconfig.U
53677      Branch: metaconfig/U/perl
53678            + Mksymlinks.U
53679            ! testsyml.U
53680 ____________________________________________________________________________
53681 [  8218] By: jhi                                   on 2000/12/21  15:37:57
53682         Log: Add Configure option -Dmksymlinks which will create a symlink
53683              forest if the current/build differs from the source directory.
53684              TODO: mkdir -p is not portable.
53685      Branch: perl
53686            ! Configure
53687 ____________________________________________________________________________
53688 [  8217] By: jhi                                   on 2000/12/21  14:39:12
53689         Log: Subject: [PATCH] Re: Latest tarball doesn't build with threads
53690              From: Nick Ing-Simmons <nik@tiuk.ti.com> 
53691              Date: Thu, 21 Dec 2000 09:38:18 GMT
53692              Message-Id: <200012210938.JAA29043@mikado.tiuk.ti.com>
53693              
53694              The ofs became an SV.
53695      Branch: perl
53696            ! ext/Thread/Thread.xs
53697 ____________________________________________________________________________
53698 [  8216] By: jhi                                   on 2000/12/21  05:40:21
53699         Log: The polymorphism seems to have fixed 20000517.001.
53700      Branch: perl
53701            ! t/pragma/utf8.t
53702 ____________________________________________________________________________
53703 [  8215] By: jhi                                   on 2000/12/21  04:44:52
53704         Log: read() documentation tweak for 20001121.004.
53705      Branch: perl
53706            ! pod/perlfunc.pod
53707 ____________________________________________________________________________
53708 [  8214] By: jhi                                   on 2000/12/21  03:54:11
53709         Log: Fix for 20001210.003, "write(FH) on closed FH causes segv".
53710      Branch: perl
53711            ! pp_sys.c t/op/misc.t
53712 ____________________________________________________________________________
53713 [  8213] By: jhi                                   on 2000/12/21  00:28:10
53714         Log: Subject: [patch: perl@8211]VMS: add -Duseperlio capacity to configure.com
53715              From: Peter Prymmer <pvhp@forte.com>
53716              Date: Wed, 20 Dec 2000 16:13:32 -0800 (PST)
53717              Message-ID: <Pine.OSF.4.10.10012201609140.11967-100000@aspara.forte.com>
53718      Branch: perl
53719            ! configure.com
53720 ____________________________________________________________________________
53721 [  8212] By: jhi                                   on 2000/12/21  00:26:21
53722         Log: Edit edit edit.
53723      Branch: perl
53724            ! pod/perlfaq3.pod
53725 ____________________________________________________________________________
53726 [  8211] By: jhi                                   on 2000/12/20  18:52:46
53727         Log: Update Changes.
53728      Branch: perl
53729            ! Changes patchlevel.h
53730 ____________________________________________________________________________
53731 [  8210] By: jhi                                   on 2000/12/20  18:34:47
53732         Log: Yet another editor edit.
53733      Branch: perl
53734            ! pod/perlfaq3.pod
53735 ____________________________________________________________________________
53736 [  8209] By: jhi                                   on 2000/12/20  15:33:28
53737         Log: More Win32 Perling.
53738      Branch: perl
53739            ! pod/perlfaq3.pod
53740 ____________________________________________________________________________
53741 [  8208] By: jhi                                   on 2000/12/20  15:07:46
53742         Log: More Win32 editor/IDE/shell hints.
53743      Branch: perl
53744            ! pod/perlfaq3.pod
53745 ____________________________________________________________________________
53746 [  8207] By: jhi                                   on 2000/12/20  03:54:08
53747         Log: Subject: [PATCH] obscure timing knowledge
53748              From: Nicholas Clark <nick@ccl4.org>
53749              Date: Tue, 19 Dec 2000 19:22:31 +0000
53750              Message-ID: <20001219192231.F2827@plum.flirble.org>
53751      Branch: perl
53752            ! sv.c
53753 ____________________________________________________________________________
53754 [  8206] By: jhi                                   on 2000/12/20  03:45:57
53755         Log: Subject: [ID 20001219.011] Not OK: perl v5.7.1 +DEVEL8205 on alpha-dec_osf-perlio-multi 4.0f (UNINSTALLED)
53756              From: Spider Boardman <spider@leggy.zk3.dec.com>
53757              Date: Tue, 19 Dec 2000 21:30:16 -0500
53758              Message-Id: <200012200230.VAA17619@leggy.zk3.dec.com>
53759      Branch: perl
53760            ! sv.c
53761 ____________________________________________________________________________
53762 [  8205] By: jhi                                   on 2000/12/19  23:02:01
53763         Log: Update Changes.
53764      Branch: perl
53765            ! Changes patchlevel.h
53766 ____________________________________________________________________________
53767 [  8204] By: jhi                                   on 2000/12/19  22:58:18
53768         Log: Recode the naughty binary bytes ([\x00-\x08\x0b-\x1f\x7f-\xff])
53769              using the \xHH notation.  No more inlined UTF-8, sigh, but easier
53770              on editors and diffing/patching.
53771      Branch: perl
53772            ! t/op/utf8decode.t
53773 ____________________________________________________________________________
53774 [  8203] By: nick                                  on 2000/12/19  21:36:16
53775         Log: Integrate mainline (forgot my own change...)
53776      Branch: perlio
53777           !> ext/Encode/compile
53778 ____________________________________________________________________________
53779 [  8202] By: nick                                  on 2000/12/19  21:34:42
53780         Log: Integrate mainline.
53781      Branch: perlio
53782           !> (integrate 61 files)
53783 ____________________________________________________________________________
53784 [  8201] By: nick                                  on 2000/12/19  21:34:06
53785         Log: Avoid looking for File::Glob when we don't need it.
53786      Branch: perl
53787            ! ext/Encode/compile
53788 ____________________________________________________________________________
53789 [  8200] By: jhi                                   on 2000/12/19  18:35:49
53790         Log: Update Changes.
53791      Branch: perl
53792            ! Changes patchlevel.h
53793 ____________________________________________________________________________
53794 [  8199] By: jhi                                   on 2000/12/19  18:35:07
53795         Log: Microperl tweaks.
53796      Branch: perl
53797            ! sv.c uconfig.h uconfig.sh
53798 ____________________________________________________________________________
53799 [  8198] By: jhi                                   on 2000/12/19  18:29:59
53800         Log: Regen Configure, nitfix uconfig.sh (d_vendorarch is needed).
53801      Branch: perl
53802            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
53803            ! config_h.SH pod/perltoc.pod uconfig.h uconfig.sh
53804 ____________________________________________________________________________
53805 [  8197] By: jhi                                   on 2000/12/19  17:55:29
53806         Log: In VMS embedded perls couldn't access the statically built Socket,
53807              from Charles Lane.
53808      Branch: perl
53809            ! configure.com
53810 ____________________________________________________________________________
53811 [  8196] By: jhi                                   on 2000/12/19  17:49:50
53812         Log: Subject: [PATCH perl@8143] DB_File-1.75 (was RE: [8104] DB_File)
53813              From: "Paul Marquess" <Paul_Marquess@yahoo.co.uk> 
53814              Date: Sun, 17 Dec 2000 19:11:44 -0000
53815              Message-ID: <000801c0685d$3224e5a0$a20a140a@bfs.phone.com> 
53816      Branch: perl
53817            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
53818            ! ext/DB_File/DB_File.xs ext/DB_File/dbinfo
53819 ____________________________________________________________________________
53820 [  8195] By: jhi                                   on 2000/12/19  17:47:53
53821         Log: Subject: [patch perl@8150] h2xs SYNOPSIS
53822              From: Jonathan Stowe <gellyfish@gellyfish.com>
53823              Date: Mon, 18 Dec 2000 10:24:38 +0000 (GMT)
53824              Message-ID: <Pine.LNX.4.10.10012181021180.20731-100000@orpheus.gellyfish.com>
53825      Branch: perl
53826            ! utils/h2xs.PL
53827 ____________________________________________________________________________
53828 [  8194] By: jhi                                   on 2000/12/19  17:46:28
53829         Log: Subject: Re: useless use of void context work-around
53830              From: andreas.koenig@anima.de (Andreas J. Koenig)
53831              Date: 16 Dec 2000 15:13:36 +0100
53832              Message-ID: <m3g0jofo8f.fsf@ak-71.mind.de>
53833              
53834              Document (comment) the q(di ds ig) trick in the code.
53835      Branch: perl
53836            ! op.c
53837 ____________________________________________________________________________
53838 [  8193] By: jhi                                   on 2000/12/19  17:10:57
53839         Log: Subject: [ID 20001215.004] Sys::Syslog::xlate doesn't handle LOG_EMERG
53840              From: "Mark J. Reed" <mreed@strange.turner.com>
53841              Date: Fri, 15 Dec 2000 21:22:29 -0500 (EST)
53842              Message-Id: <200012160222.VAA13986@strange.turner.com>
53843      Branch: perl
53844            ! ext/Sys/Syslog/Syslog.pm
53845 ____________________________________________________________________________
53846 [  8192] By: jhi                                   on 2000/12/19  17:07:45
53847         Log: Subject: [PATCH] Re: [PATCH] strtoq, strtou(q|ll|l) testing
53848              From: Nicholas Clark <nick@ccl4.org>
53849              Date: Sat, 16 Dec 2000 19:03:13 +0000
53850              Message-ID: <20001216190313.D68304@plum.flirble.org>
53851      Branch: perl
53852            ! t/op/64bitint.t
53853 ____________________________________________________________________________
53854 [  8191] By: jhi                                   on 2000/12/19  17:06:13
53855         Log: Subject: [ID 20001218.005] Not OK: perl v5.7.0 +DEVEL8148 on powerpc-machten 4.1.4
53856              From: Dominic Dunlop <domo@computer.org>
53857              Date: Mon, 18 Dec 2000 12:00:15 +0100
53858              Message-Id: <p04320404b6639e7aa043@[192.168.1.4]>
53859              
53860              This patchlet is needed in order that perl can be statically linked.  
53861      Branch: perl
53862            ! regexec.c
53863 ____________________________________________________________________________
53864 [  8190] By: jhi                                   on 2000/12/19  17:03:08
53865         Log: Subject: [PATCH perl@8133] finding PerlIO symbols for VMS
53866              From: "Craig A. Berry" <craig.berry@psinetcs.com>
53867              Date: Sun, 17 Dec 2000 00:18:35 -0600
53868              Message-Id: <p04330102b661bc01daba@[172.16.52.1]>
53869      Branch: perl
53870            ! perlio.h vms/gen_shrfls.pl
53871 ____________________________________________________________________________
53872 [  8189] By: jhi                                   on 2000/12/19  16:20:28
53873         Log: Subject: [DOC PATCH: perl@8150, 5.6.1-TRIAL1] update list of lang. sensitive editors/IDES
53874              From: Prymmer/Kahn <pvhp@best.com>
53875              Date: Tue, 19 Dec 2000 08:08:31 -0800 (PST)
53876              Message-ID: <Pine.BSF.4.21.0012190804040.14656-100000@shell8.ba.best.com>
53877              
53878              A better version of #8188.
53879      Branch: perl
53880            ! pod/perlfaq3.pod
53881 ____________________________________________________________________________
53882 [  8188] By: jhi                                   on 2000/12/19  15:57:06
53883         Log: (Replaced by #8189)
53884              
53885              Subject: [DOC PATCH: perl@7953] update list of lang. sensitive editors/IDES
53886              Date: Mon, 18 Dec 2000 08:03:34 -0800 (PST)
53887              From: Prymmer/Kahn <pvhp@best.com>
53888              Message-ID: <Pine.BSF.4.21.0012180802090.27110-100000@shell8.ba.best.com>
53889              Subject: Re: [DOC PATCH: perl@7953] update list of lang. sensitive editors/IDES
53890              From: Ronald J Kimball <rjk@linguist.Thayer.Dartmouth.EDU>
53891              Date: Mon, 18 Dec 2000 11:10:45 -0500
53892              Message-ID: <20001218111044.B180222@linguist.thayer.dartmouth.edu>
53893      Branch: perl
53894            ! pod/perlfaq3.pod
53895 ____________________________________________________________________________
53896 [  8187] By: jhi                                   on 2000/12/19  15:54:19
53897         Log: Email address fix for Anton Berezin.
53898      Branch: perl
53899            ! AUTHORS
53900 ____________________________________________________________________________
53901 [  8186] By: jhi                                   on 2000/12/19  15:38:54
53902         Log: Subject: [PATCH perl@8102] cygwin port
53903              From: "Eric Fifer" <efifer@dircon.co.uk> 
53904              Date: Thu, 14 Dec 2000 13:41:29 -0000
53905              Message-Id: <200012141340.NAA54236@mailhost1.dircon.co.uk>
53906              
53907              When compiling modules the data item that is being imported
53908              from libperl.dll needs to be tagged as imported/shared data:
53909              extern __declspec(dllimport) PerlIO_funcs PerlIO_pending;
53910      Branch: perl
53911            ! perliol.h
53912 ____________________________________________________________________________
53913 [  8185] By: jhi                                   on 2000/12/19  14:53:24
53914         Log: Regen uconfig.h and uconfig.sh.
53915      Branch: perl
53916            ! uconfig.h uconfig.sh
53917 ____________________________________________________________________________
53918 [  8184] By: jhi                                   on 2000/12/18  20:43:49
53919         Log: Comments work so much better when they are closed.
53920      Branch: perl
53921            ! regcomp.c
53922 ____________________________________________________________________________
53923 [  8183] By: jhi                                   on 2000/12/18  18:04:02
53924         Log: Some compilers (e.g. HP-UX) can't switch on 64-bit integers.
53925              Fixes the bug 20001218.016.
53926      Branch: perl
53927            ! regcomp.c
53928 ____________________________________________________________________________
53929 [  8182] By: gsar                                  on 2000/12/18  09:53:47
53930         Log: delete spurious files
53931      Branch: maint-5.6/perl
53932            - lib/CGI/eg/make_links.pl lib/CGI/eg/wilogo.gif vos/config.def
53933            - vos/config.h vos/config_h.SH_orig
53934 ____________________________________________________________________________
53935 [  8181] By: gsar                                  on 2000/12/18  09:46:08
53936         Log: regen perltoc
53937      Branch: maint-5.6/perl
53938            ! pod/buildtoc.PL pod/perl.pod pod/perlapi.pod pod/perltoc.pod
53939 ____________________________________________________________________________
53940 [  8180] By: gsar                                  on 2000/12/18  09:20:27
53941         Log: integrate changes#7924..7926,7946,7952 from mainline
53942              
53943              A test works better if it has the right 1..$n output.
53944              
53945              All the core library users of Class::Struct seem to be
53946              using "use Class::Struct 'struct';" instead of the bare
53947              "use Class::Struct;", which isn't documented in Class::Struct.
53948              This can't be right.
53949              
53950              Make the Class::Struct import() wiser.
53951              
53952              Upgrade to CPAN 1.59_51, from Andreas König.
53953              
53954              Subject: Re: long shell lines
53955              Split overly long shell command lines.
53956      Branch: maint-5.6/perl
53957           !> lib/CPAN.pm lib/CPAN/FirstTime.pm lib/ExtUtils/MM_Unix.pm
53958           !> lib/File/stat.pm t/lib/class-struct.t
53959 ____________________________________________________________________________
53960 [  8179] By: gsar                                  on 2000/12/18  08:55:54
53961         Log: integrate changes#7889,7890,7900,7903,7904,7907,7910,7917,
53962              7918,7919,7988,8907 from mainline (various)
53963              
53964              Subject: [ID 20001127.004] White space problem in perlamiga.pod
53965              
53966              Subject: [PATCH perl@7825] Re: [ID 20001122.006] weird behaviour of $|
53967              
53968              Subject: [PATCH] perlcc.PL cleanups
53969              
53970              Subject: [PATCH] Updating perltie.pod for arrays
53971              
53972              Subject: [ID 20001128.002] what's the point of example code if it is buggy?
53973              Subject: Re: [PATCH] Updating perltie.pod for arrays
53974              Subject: Re: [PATCH] Updating perltie.pod for arrays
53975              
53976              One more perltie.pod nit from Casey R. Tweten.
53977              
53978              Subject: [PATCH] $^O  win32 -> MSWin32
53979              plus similar nits for vms, err, VMS, and UNICOS.
53980              
53981              Subject: Re: Minor suggestion for Sys::Syslog  [PATCH]
53982              More checking in case someone has broken their services or
53983              protocol databases.
53984              
53985              Make "use Class::Struct 'struct';" work again (broken by #7617);
53986              add a test for Class::Struct.
53987              
53988              Integrate the "skip" messages to explain().
53989              
53990              Subject: [PATCH: perl@8892] treat unicoding and null bytes in op/append.t
53991      Branch: maint-5.6/perl
53992           +> t/lib/class-struct.t
53993           !> MANIFEST README.amiga ext/Sys/Syslog/Syslog.pm gv.c
53994           !> lib/Class/Struct.pm pod/perlipc.pod pod/perltie.pod
53995           !> t/lib/syslfs.t t/op/lfs.t utils/perlcc.PL
53996 ____________________________________________________________________________
53997 [  8178] By: gsar                                  on 2000/12/18  08:16:30
53998         Log: avoid redefinition warnings on windows due to sys/socket.h getting
53999              #included before win32.h
54000      Branch: maint-5.6/perl
54001            ! win32/include/sys/socket.h
54002 ____________________________________________________________________________
54003 [  8177] By: gsar                                  on 2000/12/18  05:24:04
54004         Log: make regen_headers; fix POSIX.xs problems; remove outdated
54005              code from sys/socket.h that makes build fail now
54006      Branch: maint-5.6/perl
54007            ! ext/POSIX/POSIX.xs global.sym objXSUB.h perlapi.c
54008            ! pod/perlapi.pod
54009           !> win32/include/sys/socket.h
54010 ____________________________________________________________________________
54011 [  8176] By: gsar                                  on 2000/12/18  05:20:17
54012         Log: update Changes
54013      Branch: maint-5.6/perl
54014            ! Changes patchlevel.h
54015 ____________________________________________________________________________
54016 [  8175] By: gsar                                  on 2000/12/18  04:57:48
54017         Log: integrate changes#7643,7646..7649,7651..7654,7658,7659,
54018              7661..7665,7667..7669,7671,7673,7676,7677,7681..7683,
54019              7689..7697,7699..7701,7703,7705,7714,7715,7718..7723,
54020              7725,7726,7729..7732,7737,7748,7749,7758,7759,7761,7773,
54021              7775,7776,7782,7785..7787,7804,7807,7808,7810,7811,7816,
54022              7823,7825,7838
54023              
54024              Subject: Re: [PATCH] README.solaris
54025              
54026              Add getpagesize() probing, on non-UNIX guess 'undef'.
54027              
54028              Simplify the getpagesize() unit by dropping the
54029              pagesize probe since it's nowadays slightly more
54030              complicated because of sysconf(). (Note: if some
54031              platform really needs the -lPW for getpagesize,
54032              I just broke it.)
54033              TODO: a new pagesize unit.
54034              
54035              Subject: [PATCH] fwd: Re: [ID 20001105.011] Perl 5.6.0 documentation glitch
54036              
54037              MachTen doesn't really do mmap() and munmap().
54038              Subject: [PATCHES Bleadperl] Re: PerlIO - what all of you can all do.   
54039              
54040              More README.solaris updates from Andy Dougherty.
54041              
54042              Copy the s// information of README.hpux also to the perlrun.
54043              
54044              Add HAS_FSYNC, lack noticed by Nicholas Clark.
54045              
54046              Add a metaconfig unit for fsync.
54047              
54048              Subject: [ID 20001112.004] man perlfunc omits tell()'s error return
54049              
54050              Many subdocumented return values of the IO extension now documented.
54051              ungetc and write still left subdocumented.
54052              Subject: [PATCH] (was Re: IO::Handle::ungetc)
54053              
54054              Document tell() on special streams.
54055              
54056              Subject: [ID 20001112.006] IO::Seekable::getpos doesn't check for fgetpos() failure
54057              
54058              Subject: [ID 20001112.007] sfio's sftell isn't ftell
54059              
54060              Couple of tests from #7660 salvaged.
54061              
54062              Tweak the definition of the bit complement on UTF-8 data:
54063              if none of the characters in the string are > 0xff,
54064              the result is a complemented byte string, not a (UTF-8)
54065              char string.  Based on the summary in
54066              Subject: Re: [ID 20000918.005] ~ on wide chars
54067              This should give us the maximum backward (pre-char string)
54068              compatibility and utf8 compatibility.  The other alternative
54069              would be to limit the bit complement to be always byte only,
54070              taking the least significant byte of the chars.
54071              
54072              Cleanup messy #ifdef.
54073              
54074              Typos in #7667.
54075              
54076              Declare reg_data like reg_substr_data.
54077              
54078              Placate nervous compilers that see longer than ints switch()ing.
54079              
54080              Remove the new two tests of lib/io_xs for now, they seem to
54081              fail under perlio on some platforms.
54082              
54083              Subject: Re: [ID 20001112.008] perlio.c's PerlIO_getpos ingores error return
54084              
54085              Subject: [ID 20001113.003] utf8_to_uv on malformed utf returns wrong values
54086              
54087              Subject: tiny typo in perl5db.pl
54088              
54089              Subject: some additions for makefiles for win32 (for perl@7674)
54090              
54091              Hoist the duplicated socket/netdb include logic to perl.h;
54092              undef SETERRNO in case SOCKS has defined it.  Based on:
54093              Subject: [ID 20001114.002] Code-Cleanups concerning SOCKS5 and Solaris   
54094              
54095              Regen Configure.
54096              
54097              Defined INT64_C() and UINT64_C() unless defined by <inttypes.h>
54098              (a macro to define signed and unsigned integer constants).
54099              
54100              Use UINT64_C().
54101              Subject: [ID 20001114.006] 5.7.0-7680 Solaris 8, 64 bit, utf8 patch
54102              
54103              Use u_int32_t for the size of hash_cb(), not size_t.
54104              Subject: [ID 20001114.003] Solaris 8, 64 Bit DB_file patch
54105              
54106              Quit utf8_to_uv() instantly if curlen == 0.
54107              
54108              Subject: [PATCH: perl@7674] updates to README.os390
54109              
54110              Subject: [PATCH: perl@7674 + Scott-Thoennes] hush warnings about malformed EBCDIC text
54111              
54112              EBCDIC tweaks.
54113              Subject: [PATCH: perl@7674 ++] fixes for warnings and regmesg (reprise)
54114              
54115              Linenumber fix.
54116              
54117              SOCKS has its own USE_THREADS, based on
54118              Subject: [ID 20001114.002] et. al. bugfix followup
54119              
54120              UINT64_C() work continues.
54121              
54122              Detypo.
54123              
54124              The type of the hash_cb() size argument is tricky.
54125              
54126              Add fwalk() probe to the configuration files and regen perltoc.
54127              
54128              Subject: perllocale.pod changes
54129              
54130              Avoid an infinite loop in VMS when utils scripts are run
54131              with no arguments, from Charles Lane.
54132              
54133              Subject: Re: Bug in Carp::Heavy/5.6.0?
54134              
54135              For Solaris use64bitall the stdchar needs a little bit of help.
54136              
54137              The long double hints can be here or there.
54138              
54139              Test tweak for the open pragma.
54140              
54141              Also the 64bitall hints can be either here or there.
54142              
54143              As surmised the #7719 wasn't a good move.
54144              
54145              Subject: Fix for 20000409.001
54146              
54147              Subject: Fix for 20000815.006
54148              It's really 20000518.006.
54149              
54150              Subject: [PATCH 5.6.0 README.win32] very minor typos
54151              
54152              Subject: Fix for README.amiga (20000323.033)
54153              
54154              Explain in more detail the {} syntax ambiguousity.
54155              Subject: [PATCH] Re: [ID 20001117.003] map { "$_", 1} @array is syntax error
54156              
54157              Sparc 64-bit pack() fix from Jens Hamisch.
54158              
54159              Upgrade to CPAN.pm 1.58_93 (the RC1 for 1.59), from Andreas König.
54160              
54161              Subject: podlators 1.05 available        
54162              
54163              Subject: [ID 20001118.006] [PATCH] perl@7707 djgpp/config.over, hints/dos_djgpp.sh and Storable.pm
54164              
54165              Subject: [perl 7711: EPOC] updates
54166              
54167              Make certain MacOS Classic has NO_ENVIRON_ARRAY.
54168              
54169              Miraculous typo.
54170              
54171              sysseek() instead of seek().
54172              
54173              Solaris hints tweaks.
54174              
54175              Assume SOCKS is broken in all 64bitall platforms, not just Solaris.
54176              This may be overly harsh but until proven otherwise, we think this
54177              way, or until we have a simple test for Configure (having to start
54178              up servers is does not count as simple) to check for the problems.
54179              
54180              Remove the shared object before attempting to create
54181              (by linking) a new one.  E.g. in AIX not removing
54182              becomes quite painful if one tries to do more than one
54183              build in the same tree (an interrupted build, for example),
54184              since the AIX' shared dynaloader seemingly keeps the shared
54185              objects open and therefore 'busy' for quite a while, even when
54186              nobody is using the objects, leading into link failures.
54187              
54188              Subject: [ID 20001120.010] typo in lib/Cwd.pm broke Cwd::chdir
54189              
54190              Subject: DOC PATCH 5.6.0 perlreftut
54191              
54192              Subject: [PATCH: perl@7777] add system locale testing for VMS
54193              
54194              Subject: [PATCH] Test.pm POD peculiarity
54195              
54196              Subject: [ID 20001120.002] [PATCH] io_sock.t fails without 'localhost'
54197              
54198              Subject: [ID 20001120.003] [PATCH] io_udp.t fails without 'localhost'
54199              
54200              Subject: Re: perl@7777 
54201              Detypoing.
54202              
54203              Subject: [PATCH: perl@7777] make VMS' test.com tail compatible w/ unix
54204              
54205              Go ahead and #include <unistd.h> in perl.h.
54206              
54207              Subject: [PATCH perl@7795] small cleanup task for test suite
54208              
54209              Subject: Re: av.c patch (having slight problems)
54210              unshift() speedup.
54211              
54212              Reach back one higher up when searching for PERL_SRC.
54213      Branch: maint-5.6/perl
54214           +> lib/File/Spec/Epoc.pm
54215           !> (integrate 88 files)
54216 ____________________________________________________________________________
54217 [  8174] By: gsar                                  on 2000/12/18  03:53:09
54218         Log: integrate changes#7602,7604..7611,7614,7616..7619,7621..7623,
54219              7625..7629,7631..7634,7637,7639,7642 from mainline
54220              
54221              Fix for the tie-refhash string table leaks.
54222              
54223              Subject: [patch perl@7595] VMS configure.com tweak
54224              
54225              More careful detection of how well NVs and UVs mix.
54226              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))
54227              Added some SIGFPE paranoia.
54228              
54229              Forgot to bump the line numbers in #7601.
54230              
54231              Subject: PATCH std stdio for (Free)BSD
54232              
54233              Deleting $ENV{PATH} in VMS is not recommendable.
54234              
54235              Locale buglets.
54236              Subject: RE: Locales support (setlocale) fixes
54237              
54238              Do not test UTF-8 locales since that the tests would require
54239              polymorphic regexen.
54240              
54241              Subject: [PATCH bleadperl] Re: Patch 7533 prevents malloc.c from compiling on MachTen
54242              
54243              A missing aTHX_.
54244              
54245              Subject: [ID 20001108.013] spelling
54246              
54247              Subject: [PATCH] Class::Struct at compile time
54248              
54249              Make deleting for %ENV work for (newer versions of) VMS,
54250              from Craig A. Berry.
54251              
54252              Forgot from #7618.
54253              
54254              More VMS moves on environment handling, from Charles Lane.
54255              
54256              Remove unused extra arguments.
54257              
54258              Typo in an ifndef.
54259              Subject: Re: [PATCH 5.7.0] better messages from malloc()
54260              
54261              Subject: [PATCH: perl@7613] updates to Porting/pumpkin.pod
54262              All except the "cow orker" change.
54263              
54264              The generated boot_* headers are wrong.  Pickier compiler,
54265              such as KAI C++ will refuse to compile the resulting perlmain.
54266              Subject: [ID 20001109.005] Bug in minimod.pl, perl 5.6.0
54267              
54268              There's no =head3.
54269              
54270              Disable only the tests 99 and 166 for UTF-8 locales.
54271              
54272              Missing dTHXs.
54273              Subject: RE: perl@7595 builds not on cygwin
54274              
54275              Subject: Re: bash -c exit and linux hints 
54276              
54277              Various doc oddball characters.
54278              Subject: [ID 20001106.004] Perl 5.6.0 bugs  
54279              
54280              Subject: [PATCH] IO::Seekable pod
54281              
54282              Amdahl UTS hints updates.
54283              Subject: [ID 20001109.016] Trouble going from 5.4 to 5.6
54284              
54285              Explain better why certain regex tests are skipped.
54286              Subject: Re: tests skipped: unknown reason
54287              
54288              Subject: [PATCH] README.solaris
54289              
54290              Subject: [PATCH perl@7638] cygwin port
54291      Branch: maint-5.6/perl
54292           +> README.solaris
54293           !> (integrate 26 files)
54294 ____________________________________________________________________________
54295 [  8173] By: gsar                                  on 2000/12/18  03:37:02
54296         Log: integrate changes#7472,7474..7478,7481,7485,7489,7493,7494,7496,
54297              7497,7499..7503,7505..7507,7509..7513,7515..7523,7526..7534,
54298              7536,7540,7542,7544..7546,7549,7553,7556,7557,7559,7561..7563,
54299              7565,7568..7572,7576,7578..7589,9592..7594,7596..7601 from mainline
54300              
54301              Better create a true mailing list for the repository keepers.
54302              
54303              Subject: [ID 20001027.007] uniq array in perlfaq
54304              
54305              De-quoted-unreadable to ISO Latin 1.
54306              (There's one ISO-2022-JP name in Changes5.004.)
54307              
54308              Have only one master list of AUTHORS, drop unmaintained MAINTAIN.
54309              
54310              The #7476 needs a MANIFEST change, too.
54311              
54312              Add also emailless people.
54313              
54314              UTF-8 decoder tweak.
54315              
54316              Make \x{...} consistently produce UTF-8.
54317              Subject: Re: \x{...} is confused 
54318              
54319              Subject: [Chris Winters <cwinters@intes.net>] patch to ExtUtils::Manifest
54320              
54321              Add a perlbug flag, -A, to avoid acknowledgement messages.
54322              Subject: PATCH (Re: [ID 20001030.008] OK: perl v5.7.0 +DEVEL7445 on i586-linux 2.2.16 (UNINSTALLED))
54323              
54324              Use Errno magic.
54325              Subject: [ID 20001030.009] [PATCH] ftmp-mktemp failing
54326              
54327              Subject: [PATCH: perl@7483] CRLF fix for cgi-function.t tests
54328              
54329              Subject: [PATCH: perl@7483] fix coded control chars in cgi-html.t
54330              
54331              Subject: [ID 20001030.001] 5.7.0-7489: Null-Pointer reference in mg.c
54332              
54333              Be more lenient on bad UTF-8 when doing bit arithmetics.
54334              Subject: Re: [ID 20000918.005] ~ on wide chars
54335              (The ord() part of the patch skipped.)
54336              
54337              Subject: perlfaq style changes
54338              
54339              AUTHORS tweaks.
54340              
54341              Whitespace style tweak.  Was originally going to see to
54342              Subject: PATCH (Re: PerlIO - Configure tweak for Linux/glibc?)
54343              but that had already been taken care of.
54344              
54345              The compiler is either gcc or cc, from Tom Bates.
54346              
54347              The osname has been lowercased by now, from Tom Bates.
54348              
54349              The NonStop-UX libraries have a novel way to say NaN.
54350              
54351              printf UVs the correct way, noticed by Robin Barker.
54352              
54353              Subject: [PATCH] startperl to respect versiononly
54354              
54355              AUTHORS updates.
54356              
54357              Subject: [ID 20001031.004] Uninitialized auto variable in regcomp.c
54358              
54359              Subject: [ID 20001101.001] Net::Ping icmp odd $bytes
54360              
54361              Subject: [ID 20001005.004] doc bug: perlsec misleading re file output
54362              
54363              Generalize the Camel wording.
54364              Subject: Re: perlfaq style changes
54365              
54366              Subject: [ID 20001005.006] Documentation -- description of qr//
54367              
54368              C.pm part of
54369              Subject: [ID 20001010.001] [Daniel.Stutz@astaro.de: perlcc and C.pm in perl-5.7.0]
54370              
54371              Locale warning explanation tweak.
54372              
54373              Subject: [ID 20000904.004] perlsec Manual Page Incorrect Doing "Safe Backticks"
54374              
54375              Make the POSIX::setuid and POSIX::setgid to really call setuid()
54376              and setgid() because they were just changing $< and $( which means
54377              only changing the real uid/gid, as opposed to changing both
54378              real and effective ids.  (The alternative way could have been
54379              in POSIX.pm to change $> and $), too, but making a direct call
54380              to the C API feels cleaner.)  Fixes the bug
54381              Subject: [ID 20000904.005] POSIX::setuid() Doesn't Call setuid()
54382              
54383              Expand %Config variables and %ENV variables only if
54384              so requested during build time using the
54385              PERL_BUILD_EXPAND_CONFIG_VARS and PERL_BUILD_EXPAND_ENV_VARS.
54386              Not expanding makes relocating distributions easier.
54387              
54388              More tweaking on the #7522 theme.
54389              
54390              Test::Harness revealed buglets in the new DynaLoader.
54391              Subject: [ID 20001102.001] Not OK: perl v5.7.0 +DEVEL7523 on i686-linux 2.2.16a (UNINSTALLED)
54392              
54393              Add Tie::RefHash::Nestable (lives in Tie/RefHash.pm),
54394              fix a autovivification bug in Tie::RefHash, add tests for both.
54395              Subject: Re: Tie::RefHash: use hash refs as keys in nested hashes
54396              
54397              Detpyo.
54398              
54399              recv() can fail and return undef.
54400              Subject: [ID 20001102.003] Net::Ping patch: "Bad arg lenght" error appears if host is unreachable    
54401              
54402              Fix the problem discussed in
54403              Subject: [ID 20001015.004] Fwd: Tie::SubstrHash -- bug & fix (all Perl versions)
54404              originally from Linc Madison.  Also Andreas König's comments
54405              taken into account.  Some other problems with Tie::SubstrHash
54406              fixed: didn't croak when the table exceeded the requested number
54407              of entries (as documented) but instead when the number of entries
54408              exceeded the size of the table, a croak() had an unnecessary \n,
54409              didn't have a CLEAR method, documented that there is no exists().
54410              Didn't fix to be strict-proof because the module uses &foo; and
54411              dynamic scope.  Added a test script exercizing both first tamely 
54412              the basic functionality, and then the failure cases reported by
54413              Linc Madison.
54414              
54415              Subject:  [PATCH] Perl@7504, vms/gen_shrfls.pl
54416              
54417              The #7521 touched things it shouldn't have.
54418              
54419              Subject: [PATCH 5.7.0] better messages from malloc()
54420              
54421              Subject: Re: README.aix
54422              
54423              Add FCNTL_CAN_LOCK.
54424              Subject: Re: [ID 20001030.011] Not OK: perl v5.7.0 +DEVEL7481 on VMS_AXP V7.1 (UNINSTALLED)
54425              Subject: Re: [ID 20001030.011] Not OK: perl v5.7.0 +DEVEL7481 on VMS_AXP V7.1 (UNINSTALLED)
54426              
54427              Locale tweakery.  Add test case for bug id 20000809.003 to op/misc,
54428              create a "fast path" for locale name probing using "locale -a"
54429              if available, squash finally hopefully the s?printf resetting
54430              the numeric locale (since, IIUC perllocale, it never shouldn't). 
54431              
54432              More Changes tweakery.
54433              
54434              Dying is too strict here, better just skip.
54435              
54436              Subject: Locales support (setlocale) fixes
54437              Modified quite a bit to be more portable.
54438              
54439              Configure would use a bad $myuname from an old config.sh.
54440              Subject: [PATCH 5.6.1-to-be and 5.7.x] Very old Configure myuname bug
54441              
54442              Fix for
54443              Subject: [ID 20001004.006] undef is never tainted
54444              An undef read from a slurped file was not tainted.
54445              
54446              Fix for
54447              Subject: [ID 20001004.007] taint propogation is inconsistent
54448              The culprit was sv_setsv() which was rather blindly
54449              propagating taint, which lead to behaviour where if
54450              a tainted anon hash value was seen all the hash values
54451              from then on at that level became tainted, or at any
54452              upper levels in the case of nested anon hashes.
54453              
54454              Test tweak: show also the failed locales.
54455              Subject: [ID 20001105.001] Not OK: perl v5.7.0 +DEVEL7523 on i86pc-solaris 2.8  
54456              
54457              A fix of sorts for 20000329.026, a better error message
54458              for a missing "use charnames" when using the \N{...}. 
54459              
54460              Subject: [Corrected/tested PATCH] Re: [ID 20001102.008] Not OK: perl v5.7.0 +DEVEL7503 on i686-linux 2.2.16
54461              
54462              Add =pod to be tidy.
54463              
54464              Fix for bug id 19990615.008, pos() unset during s///ge.
54465              
54466              Add a note for future generations about bug id 20000229.006.
54467              
54468              Use -dM for gcc (the suggested patch did it only for Linux,
54469              but I think it can be generalized).
54470              Subject: Re: connect and $!{EINPROGRESS} pb (was [ID 20001030.010] [PATCH] io_multihomed.t failing)
54471              
54472              opmini.o can linger from Configures past.
54473              
54474              Document that the evaled syntax errors cause scalar leaks.
54475              
54476              Fix for
54477              Subject: [ID 20000728.005] perl -P broken
54478              (hopefully).  The fix is also not complete, it seems to break
54479              BOM swallowing for libc5 systems, but until someone figures
54480              out a way to do this without ftell(), this will do.
54481              
54482              AUTHORS updates.
54483              
54484              Subject: Re: rsync'ed patches vs. rsync'ed source
54485              
54486              Admit that the test leaks scalars.
54487              
54488              Sanitize the environment further.
54489              
54490              VOS updates from Paul Green.
54491              
54492              Document %ENV = () portability issues.
54493              
54494              Make the stdio test program of 7427 less noisy while being 
54495              compiled so that Digital UNIX wouldn't get both
54496              d_stdio_ptr_lval_nochange_cnt and d_stdio_ptr_lval_sets_cnt
54497              undefined.  This makes perlio happy.
54498              
54499              glibc5 detection by __GNU_LIBRARY__.
54500              
54501              %ENV note tweaks from Dan Sugalski.
54502              
54503              Varargs don't always work too well if one puts an unsigned
54504              char on the stack and pop an unsigned quad off the stack.
54505              Subject: Re: [ID 20001103.002] Not OK: perl v5.7.0 +DEVEL7523 on os2-64int-ld-2.30 (UNINSTALLED)
54506              
54507              Subject: Pod updates
54508              
54509              Fake support of holey files in win/dosish platforms.
54510              Subject: SDBM_File under MS-Windows95/98 does not work correctly. (APR#1302)
54511              
54512              A doc addition for bug id 20001105.019, beware \p.
54513              
54514              Tweak #7587.
54515              
54516              Subject: [PATCH perl@7573] configure.com and st-lock.t changes for   
54517              
54518              perlhack updates from H.Merijn Brand.
54519              
54520              Subject: [PATCH perl@7573] cygwin port
54521              Synchronize with Cygwin 1.1.5.
54522              
54523              Bad thinko in #7581 (I used the test program with the expanded
54524              values as-is).
54525              
54526              Make perlbug not insist on dumping to a file when stdout isn't a tty.
54527              Subject: [PATCH] perlbug.PL
54528              
54529              Overrideable keys, each, pop, push, shift, splice, unshift.
54530              Subject: [PATCH] prototyped functions that should be overrideable
54531              
54532              Try to avoid flockless and emulationless places.
54533      Branch: maint-5.6/perl
54534           +> t/lib/tie-refhash.t t/lib/tie-substrhash.t
54535            - MAINTAIN
54536           !> (integrate 111 files)
54537 ____________________________________________________________________________
54538 [  8172] By: jhi                                   on 2000/12/18  02:49:27
54539         Log: Regen pods.
54540      Branch: perl
54541            ! pod/perlmodlib.pod pod/perltoc.pod
54542 ____________________________________________________________________________
54543 [  8171] By: gsar                                  on 2000/12/18  02:49:24
54544         Log: integrate changes#7447,7448,7450,7454,7456,7457,7460,7462,
54545              7465..7471 from mainline
54546              
54547              Remains of the old UTF-8 API, utf8_to_uv_chk(): didn't link
54548              in platforms that strictly require all the symbols being present
54549              at link time.
54550              
54551              Subject: [PATCH: perl@7446] restore missing d_stdio_cnt_lval to VMS
54552              
54553              Subject: [ID 20001025.011] [PATCH] t/io/open.t perl@7369[  7350] breaks VMS perl
54554              
54555              Subject: [ID 20001026.006] C<use integer; $x += 1> gives uninitialized warning
54556              
54557              Subject: [PATCH] todo
54558              
54559              Subject: [ID 20001027.002] Patch 7380 followup - Perl_modfl *must* be defined
54560              
54561              Use $sort, $uniq (and $tr) consistently as wondered
54562              by Nicholas Clark.
54563              
54564              Too enthusiastic editing in #7460.
54565              
54566              The reëntrant version shouldn't be needed unless USE_PURE_BISON.
54567              
54568              Upgrade to CPAN 1.58_55.
54569              Subject: CPAN.pm status
54570              
54571              Subject: [ID 20001027.005] Nit in perlos2.pod - space needs deleted on line 118
54572              
54573              Make target reordering to avoid pointless re-makes.
54574              Subject: Re: Total re-make of 'make okfile' after 7451 ?
54575              
54576              Subject: [ID 20001027.010] [PATCH] Add info on building CPAN modules to README.dos
54577              
54578              Subject: DOC PATCH 5.6.0
54579              
54580              Add the repository doc by Malcolm, Sarathy, and by Simon,
54581              name as suggested by Michael Bletzinger <mbletzin@ncsa.uiuc.edu>.
54582      Branch: maint-5.6/perl
54583           +> Porting/repository.pod
54584           !> Configure MANIFEST Makefile.SH README.dos README.os2
54585           !> config_h.SH configure.com embed.h embed.pl handy.h lib/CPAN.pm
54586           !> lib/CPAN/FirstTime.pm perl.h pod/perlfunc.pod pod/perltodo.pod
54587           !> pp.c proto.h t/io/open.t t/op/assignwarn.t toke.c
54588 ____________________________________________________________________________
54589 [  8169] By: gsar                                  on 2000/12/18  02:33:34
54590         Log: integrate changes#7416,7417,7420..7422,7424,7426..7429,7431..7433,
54591              7435..7441,7445 from mainline
54592              
54593              Make the UTF-8 decoding stricter and more verbose when
54594              malformation happens.  This involved adding an argument
54595              to utf8_to_uv_chk(), which involved changing its prototype,
54596              and prefer STRLEN over I32 for the UTF-8 length, which as
54597              a domino effect necessitated changing the prototypes of
54598              scan_bin(), scan_oct(), scan_hex(), and reg_uni().
54599              The stricter UTF-8 decoding checking uses Markus Kuhn's
54600              UTF-8 Decode Stress Tester from
54601              http://www.cl.cam.ac.uk/~mgk25/ucs/examples/UTF-8-test.txt
54602              
54603              Run vms/vms_yfix.pl, should have done that after changing
54604              perly.c in #7382.
54605              
54606              Subject: [PATCH 5.7.0] static linking with uninstalled perl
54607              
54608              (Replaced by #7440.)
54609              Subject: Re: [ID 20001022.001] Not OK: perl v5.7.0 +DEVEL7368 on i686-linux 2.2.16
54610              
54611              Fix the bug ID 20001024.005, the bug introduced by #7416.
54612              
54613              Subject: Re: [ID 20001023.003] PATCH perlfaq5 [perl-current]
54614              
54615              Fix the bug reported in
54616              From: andreas.koenig@anima.de (Andreas J. Koenig)
54617              Also make is_utf8_char() stricter.
54618              
54619              Missed the header file changes from #7425.
54620              
54621              Check if stdio supports tweaking lval and cnt simultaneously.
54622              Subject: PATCH (Re: PerlIO - Configure tweak for Linux/glibc?)
54623              
54624              Stratus VOS updates from Paul Green.
54625              
54626              Podify README.epoc and README.vos.
54627              
54628              Add targets to Makefile.SH, most importantly
54629              'regen_all' which also remembers to update vms/perly*.
54630              
54631              Subject: Minor update to find2perl, for portability
54632              
54633              Subject: patch 7416 breaks sv.c on AIX and HP-UX (patch included)
54634              
54635              Subject: [ID 20001024.007] [PATCH] "Dump local *FH" causes SEGV
54636              
54637              Rename UTF8LEN() to be UNISKIP(), too confusing to have
54638              UTF8LEN() and UTF8SKIP(). 
54639              
54640              Allow poking holes at the UTF-8 decoding strictness.
54641              
54642              Continue the internal UTF-8 API tweaking.
54643              Rename utf8_to_uv_chk() back to utf8_to_uv() because it's
54644              used much more than the simpler API, now called utf8_to_uv_simple().
54645              Still not quite happy with API, too much partial duplication
54646              of functionality.
54647              
54648              A new version of making the syslog test more robust.
54649              (Replaces #7421.)
54650              Subject: Re: [ID 20001022.001] Not OK: perl v5.7.0 +DEVEL7368 on i686-linux 2.2.16
54651              
54652              buildtoc target tweaks.
54653              
54654              Integrate with vmsperl #7430 by Charles Bailey:
54655              
54656              Cleanup from prior patch (Charles Lane?):
54657              - improve handling of MFDs in Basename and Path
54658              - default to no xsubpp line # munging when building debug images
54659      Branch: maint-5.6/perl
54660           +> vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
54661           +> vos/config.ga.h vos/configure_perl.cm vos/install_perl.cm
54662           !> (integrate 67 files)
54663 ____________________________________________________________________________
54664 [  8168] By: gsar                                  on 2000/12/18  02:05:49
54665         Log: integrate changes#7512,7733 from mainline (regex bugfixes)
54666              
54667              Subject: [ID 20001031.004] Uninitialized auto variable in regcomp.c
54668              From: Martin Husemann <martin@duskware.de>
54669              
54670              Subject: [PATCH 5.7.0] restore match data on backtracing
54671              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
54672      Branch: maint-5.6/perl
54673           !> regcomp.c regexec.c t/op/re_tests
54674 ____________________________________________________________________________
54675 [  8167] By: gsar                                  on 2000/12/18  01:55:22
54676         Log: integrate changes#7858,7986 from mainline
54677              
54678              C<foreach my $x ...> in pseudo-fork()ed process may diddle
54679              parent's memory; fix it by keeping track of the actual pad
54680              offset rather than a raw pointer (this change is probably also
54681              relevant to non-ithreads case to avoid fallout from reallocs of
54682              the pad array, but is currently only enabled for the ithreads
54683              case in the interests of minimal disruption to existing "well
54684              tested" code)
54685              
54686              fix open(FOO, ">&MYSOCK") failure under Windows 9x (problem is
54687              due to the notorious GetFileType() bug in Windows 9x, which fstat()
54688              tickles)
54689      Branch: maint-5.6/perl
54690           !> embed.h embed.pl global.sym objXSUB.h perlapi.c pp_ctl.c
54691           !> proto.h scope.c scope.h sv.c t/op/fork.t win32/perlhost.h
54692           !> win32/win32.c win32/win32.h win32/win32sck.c
54693 ____________________________________________________________________________
54694 [  8166] By: gsar                                  on 2000/12/18  01:52:59
54695         Log: integrate changes#7626,7632,7717,7738,7814,7817,7902,7912,7915
54696              from mainline (xsubpp and ExtUtils::LibList fixups, various
54697              other small items)
54698              
54699              The generated boot_* headers are wrong.  Pickier compiler,
54700              such as KAI C++ will refuse to compile the resulting perlmain.
54701              Subject: [ID 20001109.005] Bug in minimod.pl, perl 5.6.0
54702              
54703              Various doc oddball characters.
54704              Subject: [ID 20001106.004] Perl 5.6.0 bugs  
54705              
54706              Subject: [PATCH] Re: 20001101.003 PDL
54707              
54708              Subject: [PATCH 5.7.0] etags broken again
54709              
54710              Subject: [PATCH 5.7.0] Liblist finally works
54711              
54712              Subject: [PATCH 5.7.0] Liblist returns found libraries
54713              
54714              Subject: [PATCH] Re: 5.6 bug: split /^/ implies /m modifier (from CLPM)
54715              
54716              Subject: [PATCH 5.7.0] OUT keyword for xsubpp
54717              
54718              Subject: Re: [PATCH 5.7.0] OUT keyword for xsubpp
54719              OUT keyword nits.
54720              Subject: Re: [PATCH 5.7.0] OUT keyword for xsubpp
54721              OUT and IN_OUT documentation.
54722      Branch: maint-5.6/perl
54723           !> emacs/cperl-mode.el emacs/ptags lib/ExtUtils/Liblist.pm
54724           !> lib/ExtUtils/MM_VMS.pm lib/ExtUtils/MakeMaker.pm
54725           !> lib/ExtUtils/xsubpp lib/unicode/syllables.txt minimod.pl
54726           !> pod/perlfunc.pod pod/perlxs.pod pod/perlxstut.pod t/op/split.t
54727           !> win32/bin/search.pl
54728 ____________________________________________________________________________
54729 [  8165] By: gsar                                  on 2000/12/18  01:28:45
54730         Log: integrate changes#7533,7563,7611,7623 from mainline (various
54731              malloc.c embellishments)
54732      Branch: maint-5.6/perl
54733           !> malloc.c pod/perldiag.pod
54734 ____________________________________________________________________________
54735 [  8164] By: gsar                                  on 2000/12/18  01:23:33
54736         Log: integrate changes#7419,7806,8129 from mainline (various h2xs
54737              fixups)
54738      Branch: maint-5.6/perl
54739           !> utils/h2xs.PL
54740 ____________________________________________________________________________
54741 [  8163] By: gsar                                  on 2000/12/18  01:17:50
54742         Log: integrate changes#7493,7599,7803 from mainline (various perlbug
54743              fixups)
54744      Branch: maint-5.6/perl
54745           !> Makefile.SH utils/perlbug.PL
54746 ____________________________________________________________________________
54747 [  8162] By: gsar                                  on 2000/12/18  00:25:43
54748         Log: always export Perl_deb() (it is required by re.xs whether
54749              Perl is built with or without -DDEBUGGING)
54750      Branch: maint-5.6/perl
54751            ! makedef.pl
54752 ____________________________________________________________________________
54753 [  8161] By: gsar                                  on 2000/12/18  00:23:38
54754         Log: integrate change#7414 from mainline
54755              
54756              Undo the basename() part of #7412 since the lib/basename
54757              tests would need upgrading too.
54758              
54759              squelch two tests in tr.t that rely on tr/// paranoia change
54760              that's not in 5.6.x
54761      Branch: maint-5.6/perl
54762            ! t/op/tr.t
54763           !> lib/File/Basename.pm
54764 ____________________________________________________________________________
54765 [  8160] By: gsar                                  on 2000/12/18  00:05:30
54766         Log: missing change in previous integrate
54767      Branch: maint-5.6/perl
54768           !> README.aix
54769 ____________________________________________________________________________
54770 [  8159] By: gsar                                  on 2000/12/18  00:03:38
54771         Log: integrate changes#7205..7210,7212,7214..7219,7222,7223,7225,7226,
54772              7228,7230..7241,7243,7346,7347,7350..7354,7356,7358..7360,7362,
54773              7363,7365..7368,7370..7374,7376..7386,7391,7393..7399,7404..7408,
54774              7410..7413 from mainline
54775              
54776              Introduce the man[24-8] variables, from Andy Dougherty.
54777              
54778              Upgrade to CPAN 1.58, from Andreas König.
54779              
54780              An updated EBCDIC tr patch.
54781              Subject: Re: [PATCH: perl@7181] op/tr tests on OS/390
54782              
54783              Subject:  [PATCH] 5.6.0 & 5.7.1,  VMS fixes
54784              
54785              Two thirds of
54786              Subject: Proposed patches, Install.pm getopts.pl termcap.pl
54787              The Install.pm changes will be submitted separately because
54788              they need some work and discussion still.
54789              
54790              The Install.pm third of
54791              Subject: Proposed patches, Install.pm getopts.pl termcap.pl
54792              
54793              Subject: [PATCH: perl@7181] was: Re: off to a bad start on fixing regression tests
54794              
54795              Subject: [PATCH 5.7.0] IVs in mtats
54796              
54797              Subject: [PATCH 5.7.0] Perl API for mstats
54798              
54799              Ilya implemented the memory profiling API.
54800              
54801              In Amdahl UTS "struct sv" is defined by a system header,
54802              <ksync.h>.
54803              
54804              Slight tweak of the code to appease Amdahl UTS cc.
54805              
54806              Amdahl UTS doesn't seem to do dynaloading.
54807              
54808              Use UTF8SKIP(), from Simon Cozens.
54809              
54810              Thinko in #7222.
54811              
54812              op/sprintf.t patch for OS/390 (and any other host with limited
54813              floating-point exponent length)
54814              Subject: Re: [ID 20001006.014] Not OK: perl v5.7.0 +DEVEL7158 on os390 05.00  (UNINSTALLED) [PATCH bleadperl]
54815              
54816              Tweak #7225.
54817              Subject: Re: [ID 20001006.014] Not OK: perl v5.7.0 +DEVEL7158 on os390 05.00 (UNINSTALLED) [PATCH bleadperl]
54818              
54819              Subject: RFC: a (temporary?) way around utf8.pm for EBCDIC
54820              
54821              Needs to be conditional on SunOS 4.
54822              Subject: [Pach 5.7.0@7229] Removing -ldb from the core build
54823              
54824              Test cases for bug id 20000323.056 (the bug seems to be fixed).
54825              
54826              Add test for bug id 20000427.003 (which seems to have
54827              been fixed) (also duplicate as 20000427.004, though
54828              with a higher severity).  Move one utf8 from op/append
54829              to pragma/utf8, tag the tests with bug ids.
54830              
54831              Document FNCASE=y as discussed in the bug 20000902.009.
54832              
54833              split() utf8 fixes.  Should fix both 20001014.001 and 20000426.003.
54834              The problem was that rx->minlen was in chars while pp_split()
54835              thought it would be in bytes. 
54836              
54837              Make ~(chr(a).chr(b)) eq chr(~a).chr(~b) on utf8.
54838              Subject: [PATCH] Re: [ID 20000918.005] ~ on wide chars
54839              
54840              Fix few quad issues, which for example broke chr(~chr(~0)) for UTF8.
54841              
54842              Fix a couple of compiler-noted nits in #7235.
54843              
54844              Tweak the test of #7235.
54845              
54846              One more ~utf8 tweak.
54847              
54848              -w cleanup.
54849              Subject: Re: Problems with bleadperl 
54850              
54851              Subject: small pod patch
54852              
54853              Subject: [PATCH perlguts.pod] Document offset hack
54854              
54855              Add Charles Lane.
54856              
54857              Add the capability to include/exclude branches.
54858              
54859              Subject: [ID 20001016.012] [PATCHes Included]OK: perl v5.7.0 on dos-djgpp djgpp
54860              
54861              Detect early whether the std streams have gone bad.
54862              Subject: PATCH (was Re: [ID 20001016.007] Not OK: perl v5.7.0 +DEVEL7228 on i586-linux 2.2.16 (UNINSTALLED))
54863              
54864              More IoTYPE sprinkling.
54865              
54866              Workaround for a sfio bug where the stream error indicator
54867              is not cleared as documented.
54868              Subject: PATCH (was Re: [ID 20001016.007] Not OK: perl v5.7.0 +DEVEL7228 on i586-linux 2.2.16 (UNINSTALLED))
54869              
54870              Clarify documentation on 'use bytes'.
54871              Subject: Re: What does 'use bytes' "mean" ?
54872              
54873              Show the failed remote port, instead of the failing line number.
54874              Subject: [PATCH 5.6.1 Debugger] More diagnostics
54875              
54876              Make Cwd more bulletproof in chrooted environments.
54877              Subject: [ID 20001018.001] Fix for Cwd.pm (chroot)
54878              
54879              Subject: Pod patch for Devel::Peek
54880              
54881              Subject: Re: [ID 20001013.008] perl 5.6.0 on AIX 4.3.2 w/GCC 2.95.2
54882              
54883              Borland C fstat() never saw the fd as writable.
54884              Subject: fix for Borland's weak "stat" (perl@7211)
54885              
54886              Missing change from #7362.
54887              
54888              Subject: [PATCH 5.7.0] Re: [ID 20001018.008] flip-flop bug when there's no <FH> 
54889              
54890              Add the test case for the bug id 20000730.004 which seems
54891              to have been fixed by now.
54892              
54893              Fix of sorts for bug id 20000901.092.  There seems to be no trace
54894              of a 'pmshort' anywhere in the B, so the offending line was simply
54895              removed.
54896              
54897              Subject: Re: [ID 20001013.008] perl 5.6.0 on AIX w/GCC
54898              
54899              Subject: PATCH do_print has 2 PerlIO_error()s
54900              
54901              NonStop-UX patches from Tom Bates <tom.bates@compaq.com>
54902              
54903              Typo noted by Mark Lutz.
54904              
54905              Subject: PATCH CR+LF should be "\cM\cJ" in perlop
54906              
54907              In the latest compiler builds cccdlflags must not become -fpic,
54908              from Wilfredo Sánchez.
54909              
54910              Subject:  [PATCH] Perl 5.6.0/5.7.0, vms/gen_shrfls.pl update
54911              
54912              Subject:  [PATCH] Perl 5.6.0/5.7.0 enable DProf test for VMS
54913              
54914              SOCKS function redefinitions need prototypes, too, otherwise
54915              for example 32 bit versus 64 bit differences cause a lot of
54916              problems.  Part of
54917              Subject: [ID 20001016.017] [jens: 5.7.0 Solaris 8, 64 Bit, Workshop 6.0 Compiler]
54918              
54919              Portability tweak on #7377.
54920              Subject:  Re: [nick@cow.org.uk: [ID 20001020.004] Not OK: perl v5.7.0 +DEVEL7368 on i386-freebsd-64all 4.1-stable (UNINSTALLED)]
54921              
54922              Don't write double values through long double pointers,
54923              based on a part of
54924              Subject: [ID 20001016.017] [jens: 5.7.0 Solaris 8, 64 Bit, Workshop 6.0 Compiler]
54925              
54926              Reëntrancy fix.
54927              Subject: [PATCH perl@7229] Rentrant parser and yylex()
54928              
54929              Make scan_num() reëntrant, as suggested in
54930              Subject: [PATCH perl@7229] Rentrant parser and yylex()
54931              
54932              Fix for ID 20001020.006, concatenating an unset submatch
54933              with utf8 resulted in "Modification of a read-only value".
54934              
54935              Fix for ID 20000915.011, IO::Select warning for an undefined fd.
54936              
54937              The #7383 was right only in the context of the original bug report,
54938              not in more general case.
54939              
54940              Update Changes.
54941              
54942              Testcases for a #7383,#7385 related bug.
54943              Subject: PATCH Re: [ID 20001020.006] "$2$utf8" == modification of read-only-variable
54944              
54945              Subject: [PATCH@blead Tie/Array.pm] Re: [ID 20001020.002] Tie::Array SPLICE method is buggy
54946              
54947              Tweak the Is* definitions of Unicode character classes
54948              to better match the official categorizations; embrace
54949              the official categorizations; add the combining marks
54950              as alpha (and -numeric); fix DCinital (a typo and edito)
54951              to be DCmedial.
54952              
54953              Hints tweak from Anton Berezin.
54954              
54955              Subject: installman go-faster stripes
54956              Subject: Re: installman go-faster stripes
54957              
54958              Subject: [ID 20001021.003] updated hints/openbsd.sh
54959              
54960              Subject: [PATCH bleadperl] -MO=C falls over on package <none>
54961              
54962              Subject: PATCH $Config::Config{ldlibpthname} in ext/DynaLoader/DynaLoader_pm.PL
54963              
54964              Subject: [PATCH] Re: [ID 20000121.007] XXX documentation in man ExtUtils::MakeMaker
54965              
54966              Doc patch.
54967              Subject: [ID 19991128.002] \&{'foo'} not caught by strict refs
54968              
54969              Retract #7404 with a patch from Robin Barker, via Andy Dougherty.
54970              
54971              Subject: Re: [ID 20001021.005] SEGV with regex match 
54972              
54973              Subject: Re: [20000731.007] potential syntax error not detected [PATCH]
54974              
54975              The change #7187 was not so good on VMS.
54976              Subject: [PATCH perl@7369] VMS perldoc.PL fix for double quoted temp filename
54977              
54978              Subject: [PATCH: perl@7386] miscellaneous typos in 3 pods
54979              
54980              Miscellaneous MacOS Classic library updates from Matthias Neeracher.
54981              
54982              Document PERL_INSTALL_ROOT of #7210.
54983      Branch: maint-5.6/perl
54984           +> README.aix hints/nonstopux.sh lib/unicode/Is/DCmedial.pl
54985           +> t/lib/tie-splice.t
54986            - lib/unicode/Is/DCinital.pl
54987           !> (integrate 112 files)
54988 ____________________________________________________________________________
54989 [  8158] By: jhi                                   on 2000/12/17  23:04:24
54990         Log: Subject: [PATCHES] RE: perl@8150 
54991              From: "Gerrit P. Haase" <gerrit.haase@t-online.de>
54992              Date: Sun, 17 Dec 2000 21:46:39 +0100
54993              Message-ID: <3A3D343F.13566.1ACA7D93@localhost>
54994              
54995              Neither cygwin has a getpwuid() one can trust on.
54996      Branch: perl
54997            ! t/lib/glob-basic.t
54998 ____________________________________________________________________________
54999 [  8157] By: jhi                                   on 2000/12/17  23:01:54
55000         Log: More MAN.PODS => {} fixes.
55001      Branch: perl
55002            ! os2/OS2/ExtAttr/Makefile.PL os2/OS2/PrfDB/Makefile.PL
55003            ! os2/OS2/Process/Makefile.PL os2/OS2/REXX/DLL/Makefile.PL
55004            ! os2/OS2/REXX/Makefile.PL
55005 ____________________________________________________________________________
55006 [  8156] By: gsar                                  on 2000/12/17  22:49:13
55007         Log: integrate changes#7069..7077,7079,7081..7087,7090,7092,7093,
55008              7096..7104,7109..7117,7119..7124,7126,7128,7129,7133,7134,
55009              7136..7139,7141..7146,7148,7149,7151,7153..7155,7157,7158,
55010              7160,7161,7164,7165,7169..7178,7180..7191,7193..7197,7199,
55011              7201,7204 from mainline
55012              
55013              Remove vestiges of tr//CU.
55014              Subject: [ID 20000912.009] perlunicode.pod still mentions tr///CU
55015              Subject: Re: [ID 20000912.009] perlunicode.pod still mentions tr///CU
55016              
55017              The return value of setlocale must be copied away.
55018              Subject: [ID 20000913.001] Heap corruption in Perl_init_i18nl10n
55019              
55020              Allow chop() and chomp() to be overridden.
55021              Subject: [PATCH] Re: [ID 20000911.006] I can override glob but not chop?
55022              
55023              Hints optimization.
55024              Subject: Minor nit
55025              
55026              Subject: [PATCH] de-wall t/README
55027              
55028              Subject: Re: Two advertising clauses need to be removed
55029              
55030              Batch of UTF-8 patches from Simon Cozens.
55031              
55032              Fix for a parsing bug, not for the original bug.
55033              Subject: Re: [ID 20000910.005] Another segfault with regexes. 
55034              
55035              Compilation warnings and an error.
55036              
55037              Subject: File::Find 5.7.0 POD nits
55038              
55039              Subject: [PATCH perl-5.7.0] continued -Wformat support
55040              
55041              The one that got away.
55042              
55043              Subject: Re: perl@7078
55044              
55045              UTF8-encoded version of 256 is 0xc4 0x80; test that a char is
55046              convertable to bytes by checking it doesn't go above 0xc3
55047              Subject: Re: perl@7078
55048              
55049              Replace #7084 with
55050              Subject: Re: perl@7078 
55051              
55052              We don't need to count the high bit bytes, a boolean is enough. 
55053              
55054              Subject: [PATCH] utf8.c apidoc
55055              
55056              Subject: Re: perl@7078 
55057              
55058              Botched the #7090 check-in.
55059              
55060              Fix for the charnames.t failures from Spider Boardman.
55061              
55062              Re-instate Perl_utf8_to_uv without checking parameter - added in change 7075.
55063              i.e. rename Simon's function to Perl_utf8_to_uv_chk, change all calls to it
55064              to use new name and add Perl_utf8_to_uv() as a wrapper which calls it passing
55065              0 to checking to get the warning.
55066              
55067              Subject: [PATCH] Nits in perlmod.pod
55068              
55069              Subject: Re: Trapping by opmask sets strange parser state [PATCH]
55070              
55071              Subject: Re: unicode support and perl [ID 20000901.097]
55072              
55073              Subject: Re: unicode support and perl [ID 20000901.097]
55074              
55075              Subject: [PATCH perl@7065] another VMS my_fwrite() fix for Storable
55076              
55077              Subject: [PATCH] Re: [ID 20000915.010] Infinite loop with -MO=Deparse
55078              
55079              Subject: [ID 20000917.002] 5.7.0 and blead@7095 make html makes man
55080              
55081              Subject: [PATCH@blead] Fix some recursion in overload.pm
55082              
55083              s/Robin Parker/Robin Barker/
55084              
55085              Subject: [PATCH] Fix aliasing of tied filehandles
55086              
55087              Subject: Re: [ID 20000912.008] substr replacement of tainted data (bug) 
55088              
55089              Subject: Re: [PATCH 5.005_64 missed]
55090              
55091              SOCK_DGRAM and listen() do not mix as reported in
55092              Subject: [ID 20000930.001] Bug in perl 5.00503 IO::Socket
55093              The patch for 5.7.0+ had to be reengineered, though.
55094              
55095              Subject: DOC PATCH 5.6.0
55096              
55097              Subject: [PATCH 5.7.0] Minor optimization in re_intuit_start
55098              
55099              Document the issue (is not a syntax error, kind of)
55100              Subject: Re: [ID 20000901.011] the list (1,,3) ought to be a syntax error
55101              
55102              Subject: [ID 20000928.002] perlcc & ByteCode.pm option mismatch
55103              Did not apply cleanly, manual intervention was needed.
55104              
55105              Subject: [PATCH] DLL not restartabke with threaded perl
55106              
55107              Inside require() $^S was always left undefined.
55108              Subject: Re: Tiny 2-byte change to fix debugger's eval bug
55109              
55110              Subject: [PATCH pod/perlop.pod]  Documentation glitch in magic autoincrement.
55111              
55112              OpenBSD flags tweak from Todd C. Miller, tweaked some more by Abigail.
55113              
55114              Regen headers.
55115              
55116              Subject: [PATCH 5.7.0] Epoc update
55117              
55118              Introduce NO_ENVIRON_ARRAY (and USE_ENVIRON_ARRAY) defines
55119              as suggested by Olaf Flebbe and Nick Clark.
55120              
55121              Subject: [ID 20000915.007] Not OK: perl v5.7.0 +DEVEL7092 on os2-64int-ld 2.30 '(UNINSTALLED)'
55122              
55123              Misplaced else.
55124              
55125              Scale down the VMS message boxes, by Charles Lane.
55126              Fix for ID 20000903.009, workaround at
55127              http://www.xray.mpe.mpg.de/mailing-lists/vmsperl/2000-09/msg00039.html
55128              
55129              Subject: [ID 20001003.006] B::Debug not -w clean
55130              
55131              Test harness update to sync with the new perlcc,
55132              from Simon Cozens.
55133              
55134              One remaining nit less at the VMS mailbox sizing.
55135              
55136              Subject: [PATCH: 7131] PWPASSWD problem for passwd less pwd's
55137              
55138              It is possible to have no hosts database at all.  Pointed out in
55139              Subject: [PATCH: 7131] PWPASSWD problem for passwd less pwd's
55140              
55141              Subject: [PATCH 5.7.0] h2xs not working
55142              Subject: [PATCH 5.7.0] h2xs not documenting the created module
55143              
55144              Subject:  [PATCH] 5.6.0 & 5.7.0  VMS TZ fix for VMS6.2 and earlier
55145              
55146              Subject: perlhack.pod Patch for Externals Tools
55147              
55148              Subject: [PATCH perlrun.pod] Re: [ID 20000930.002] perlrun nor perldelta mention -s modification
55149              
55150              Subject: Re: [PATCH 5.7.0] h2xs not documenting the created module
55151              
55152              Enable disabling scripts installation by Configure -Uinstallscripts,
55153              suggested by H. Merijn Brand.
55154              
55155              Code around the stat-on-a-pipe-returns-a-mode-of-zero bug
55156              reported several times by Dominic Dunlop, for example in
55157              ID 20000315.008.  Patch from Dominic.  Patch affects at
55158              least MachTen, and possibly other oldish BSDs. Should not
55159              break non-broken platforms (tested on LinuxPPC). 
55160              
55161              Regen toc.
55162              
55163              Subject: Re: Questions about Tie::Array and perl modules
55164              Bug reported and fix suggested by Philip D Crow <pcrow@hertz.com>.
55165              
55166              Patch from Simon Cozens to avoid using utf8 routines in EBCDIC.
55167              
55168              Tweak #7153.
55169              
55170              IO::Handle->syswrite() did not handle length omission
55171              like CORE::syswrite() does.
55172              Subject: [Fwd] IO::Handle, syswrite and arguments
55173              The original patch from andrew@ugh.net.au.
55174              
55175              Also the $ccflags is needed for the C compiler check.
55176              Subject: Configure (check for C-compiler)
55177              
55178              Eliminate $Is_VMS code from the test.
55179              Subject:  Re: [ID 20001004.005] Not OK: perl v5.7.0 +DEVEL7129 on VMS_AXP V7.1
55180              
55181              Fix bug in #7157 (s/cflags/ccflags); moved the -o foo
55182              as the first option of cc/ld because of ultrapicky compilers
55183              (e.g. OS/390 R2.5)
55184              
55185              Change the version number of Tie::Handle in the core to 4.0,
55186              the (unrelated) Tie::Handle in CPAN will remain at 3.0.
55187              Subject: Note on Tie::Handle
55188              
55189              UTF8ize split() so that the cloned substrings get the UTF8
55190              flag of the original scalar.  Problem reported by Simon Cozens.
55191              
55192              save_re_context() could reset PL_curcop to freed memory, causing core
55193              dumps in code such as C<use CGI::Carp; use something_that_calls_die;>
55194              
55195              Subject: PATCH 5.6 perldebguts grammar cleanup
55196              
55197              Add a todo note about overloadable assertions.
55198              
55199              on Windows, LoadLibrary() could load an extension DLL multiple
55200              times if forward slashes are used in the path
55201              
55202              on Windows, cwd strings in the environment should be of the
55203              form =X:=X:\foo instead of =X=X:\foo\
55204              
55205              on Windows, avoid potential exception (could happen if MSVCRT isn't
55206              being used) when closing a socket handle
55207              
55208              avoid nonportable example code
55209              
55210              Windows9x doesn't support link(), despite what Config.pm
55211              might think
55212              
55213              pod nit
55214              
55215              Change #7160 had a nasty typo.
55216              
55217              Warn about unknown scripts.
55218              Subject: Re: ideas? patches? [PATCH bleadperl]
55219              
55220              on Windows, clean targets might not work under some flavors of the shell
55221              
55222              tweak for change#7173
55223              
55224              Make eq work again with utf8 (disabling the upgrading
55225              should no more be necessary since the copies of the
55226              scalars are upgraded, not the scalars themselves).
55227              Takes care of ID 20001009.001.  (The claimed length()
55228              bug in 20001009.001 seems bogus to me.)
55229              
55230              Subject: [PATCH: perl@7159] various VMS cleanup issues + CXX configure
55231              
55232              Upgrade to CGI.pm 2.74, from Lincoln Stein.
55233              
55234              Upgrade to podlators 1.04, from Russ Allbery.
55235              
55236              Subject: [PATCH 5.6.0] Re: [ID 20001009.004] SEGV from sprintf in a thread 
55237              
55238              Quote the temp file name, needed in Win32 because the
55239              default name unfortunately contains spaces, shouldn't
55240              hurt elsewhere.
55241              Subject: FW: perldoc fails if $TEMP contains spaces
55242              
55243              Subject: RE: [ID 19990803.001] README.win32 suggestions 
55244              
55245              Subject: [ID 20000720.004] ExtUtils::MakeMaker finds wrong version of perl
55246              
55247              Subject: Re: utf8 concat, mg_get
55248              
55249              Subject: [PATCH: perl@7181] perlebcdic.pod updates and corrections
55250              
55251              Subject: [PATCH: perl@7181] op/tr tests on OS/390
55252              
55253              Subject: [PATCH: perl@7181] ver.t v string tests for os/390
55254              
55255              Use the versiononly instead of the installscripts,
55256              retract the changes 7146 and 7147.
55257              
55258              Reapply Andy's patch and regen Configure.
55259              
55260              Add the test case for #7190, from the original bug report
55261              by Andreas König.
55262              
55263              Remove duplicated code.
55264              
55265              SvPV() (via mg_get() of sv_2pv()) can update the UTF8ness of the SVs.
55266              
55267              restore change#7202
55268      Branch: maint-5.6/perl
55269           !> (integrate 121 files)
55270 ____________________________________________________________________________
55271 [  8155] By: jhi                                   on 2000/12/17  22:30:58
55272         Log: Subject: [PATCH perl@8133] fix-up for VMS extensions
55273              From: "Craig A. Berry" <craigberry@mac.com>
55274              Date: Sun, 17 Dec 2000 13:09:28 -0600
55275              Message-Id: <p04330103b6628cabe114@[172.16.52.1]>
55276              
55277              MAN.PODS => ' ' is naughty.
55278      Branch: perl
55279            ! vms/ext/DCLsym/Makefile.PL vms/ext/Stdio/Makefile.PL
55280 ____________________________________________________________________________
55281 [  8154] By: nick                                  on 2000/12/17  22:07:13
55282         Log: MULTIPLICITY nit.
55283      Branch: perl
55284            ! mg.c
55285 ____________________________________________________________________________
55286 [  8153] By: gsar                                  on 2000/12/17  21:23:05
55287         Log: integrate changes#7017..7019,7021..7025,7027..7036,7038,7039,
55288              7041..7044,7046..7048,7050..7061,7063,7066..7067,7069..7074
55289              from mainline
55290              
55291              Document the SvIOK_.*UV().
55292              
55293              Update Unicode todo list.
55294              
55295              Guard against bad string->int conversion for quads.
55296              
55297              Subject: small apidoc fix
55298              
55299              Subject: [PATCH] Tie::StdHandle did not know about 3-arg open
55300              
55301              Subject: [PATCH] Tied filehandle documentation
55302              
55303              Subject: [PATCH] Modernize Opcode.pm documentation
55304              
55305              Make Data::Dumper (non-XS) to work with changed semantics of ref().
55306              Subject: Re: Undocumented(?) change to "ref" semantics in 5.7.0
55307              [applied even though said semantics didn't change in 5.6.x]
55308              
55309              Subject: [PATCH@7014] \G in non-/g is well-defined now ... right?
55310              
55311              Subject: Re: [ID 20000905.001] Assertion failed: file "toke.c", line 202 
55312              
55313              Fix the URL, but the server is still missing in action.
55314              Subject: [ID 20000905.002] perlfaq1.pod URL error
55315              
55316              Subject: [ID 20000903.001] \w in utf8-strings
55317              
55318              Fix the ccversion detection for 5.1 and beyond.
55319              Subject: [ID 20000907.007] Not OK: perl v5.7.0 +devel-7030 on alpha-dec_osf 4.0f
55320              
55321              Subject: [PATCH 5.7.0] perl5db.pl [Was: Re: Debugger question]
55322              
55323              Subject: [ID 20000904.008] Tiny fix for perldiag
55324              
55325              Subject: Re: [ID 20000906.004] segfault with bad perl statement
55326              
55327              Subject: Re: [ID 20000907.007] Not OK: perl v5.7.0 +devel-7030 on alpha-dec_osf 4.0f
55328              
55329              Subject: [ID 20000908.002] perlipc documentation bug.
55330              
55331              Subject: [PATCH lib/Benchmark.pm]
55332              
55333              Re-allow vec() for characters > 255.
55334              Subject: [PATCH] Re: [ID 20000907.005] Not OK: perl v5.7.0 +devel-7030 on alpha-dec_osf-perlio 4.0f (UNINSTALLED) 
55335              
55336              Do away with memory models cruft.  Sorry, PDP users.
55337              
55338              Continue #7041.
55339              
55340              Subject: [PATCH (or RFC): 5.7.0] make the ran_tests intermediate file 8.3 friendly
55341              
55342              Subject: [PATCH: 5.7.0] proper setting for isnan for DECC 5.3
55343              
55344              Upgrade to CPAN 1.57_65, from Andreas König.
55345              
55346              Upgrade to podlators-1.03 (Pod::Man 1.07 and Pod::Text 2.05),
55347              by Russ Allbery.
55348              
55349              Silence t/pod/*.t about alternate quote-mappings now implemented
55350              by Pod::Text, from Brad Appleton.
55351              
55352              Modern Borland C now seems to have anon unions for info.wProcessorArchitecture
55353              Subject: borland C++ win32.c tweak
55354              
55355              C<@a = @b = split(...)> optimization coredumps under ithreads
55356              (missed a spot when fixing up op_pmreplroot hack for ithreads)
55357              
55358              Document the SvUTF8*().
55359              
55360              Subject:  [PATCH] Perl 5.6.0, 5.7.0 ... vms/test.com to eliminate spurious NL's in test output
55361              
55362              Subject: RE: [Patch 5.7.0] Removing -ldb from the core build
55363              
55364              Do in VMS as the #7054 does.
55365              
55366              Subject: [patch] perlfunc.pod -- POSIX::sigpause should be POSIX::pause
55367              
55368              Subject: [ID 20000911.008] Not OK: perl v5.7.0 +DEVEL7048 on os2-64int-ld 2.30 (UNINSTALLED)
55369              
55370              Subject: [patch: perl@7045] vms updates
55371              
55372              Test for the #7049.
55373              Subject: Re: [PATCH] Re: [ID 20000910.001] Not OK: perl v5.7.0 +DEVEL7044 on    i686-linux 2.2.16-raid (UNINSTALLED)
55374              
55375              Break up the myconfig lines a bit.
55376              Subject: perlbug/perl -V output format
55377              
55378              Subject: [ID 20000911.011] misplaced typemap in perlxs.pod
55379              
55380              The #7054 truncated Configure badly.
55381              
55382              change#6327 didn't quite go all the way to enable USE_SOCKETS_AS_HANDLES
55383              initialization in all the threads on Windows
55384              
55385              Allow for whitespace between "#" and "line" in cpp output.
55386              Subject: [PATCH] Re: Problems compiling bleadperl on Unicos 9
55387              
55388              Remove vestiges of tr//CU.
55389              Subject: [ID 20000912.009] perlunicode.pod still mentions tr///CU
55390              
55391              The return value of setlocale must be copied away.
55392              Subject: [ID 20000913.001] Heap corruption in Perl_init_i18nl10n
55393              
55394              Allow chop() and chomp() to be overridden.
55395              Subject: [PATCH] Re: [ID 20000911.006] I can override glob but not chop?
55396              
55397              Hints optimization.
55398              Subject: Minor nit
55399              
55400              Subject: [PATCH] de-wall t/README
55401              
55402              Subject: Re: Two advertising clauses need to be removed
55403      Branch: maint-5.6/perl
55404           !> (integrate 75 files)
55405 ____________________________________________________________________________
55406 [  8152] By: gsar                                  on 2000/12/17  20:30:11
55407         Log: integrate changes#6945,6947,6949..6954,6956,6958,6959,6961,
55408              6964..6972,6977..6981..6984,6987,6988,6991,6994,6997,
55409              6999..7001,7003..7005,7007,7009,7011,7012 from mainline
55410              
55411              Don't attach -ld to the archname if pointless.
55412              
55413              Document UNTIE in a very minimalistic way.
55414              
55415              POSIX doesn't report long double values under -Duselongdouble
55416              when the long doubles are "real" (bigger than doubles).
55417              
55418              More author updates.
55419              
55420              Try to deduce NV_MAX.  Really should be Configure fodder.
55421              
55422              :: not allowed in pathnames, change to .
55423              Subject: [PATCH perl@6938] cygwin port
55424              
55425              Forget about NV_MAX (#6951).  Various floating point tweaks,
55426              ideas from Eric Fifer, Yitzchak, Alan, and Spider.
55427              
55428              Move the Solaris 7 scan to use64bitall, make the
55429              failure to find 64-bot sparc libc to mention the
55430              possibility of being in an intel, from Lupe and Alan.
55431              
55432              Regen perltoc.
55433              
55434              AUTHORS tweaks, from Peter Prymmer.
55435              
55436              More address tweaking.
55437              
55438              Small tweaks all over.
55439              
55440              File::Temp patches from Andreas König,
55441              
55442              Subject: [PATCH perl@6962] 2 more vms.c fix-ups and status
55443              
55444              Subject: CPAN.pm beta 1.57_57 for the core
55445              
55446              Part of the solution.
55447              Subject: Re: [ID 20000807.004] [PATCH] conditional breakpoints leak memory
55448              
55449              Subject: [PATCH@6961] Fix misleading example in perlretut.pod
55450              
55451              Subject: [PATCH lib/overload.pm] Sanaty checking of arguments to overload::constant
55452              
55453              Add the overload warnings to perldiag.
55454              
55455              Drop unused argument.
55456              Subject: Re: [ID 20000831.034] overload::constant and number of arguments. 
55457              
55458              Subject: Nit in Configure (bleadperl@6961)
55459              
55460              Update to PodParser 1.18, from Brad Appleton.
55461              
55462              Subject: [ID 20000901.017] [PATCH] Basic test failure in an untidy world       
55463              
55464              Subject: [PATCH: 6948] add SCNfldbl to configure.com
55465              
55466              Document UNTIE. Also tweak implementation to suppress the 'inner references'
55467              warning when UNTIE exists and instead pass the cound of extra references to
55468              the UNTIE method.
55469              
55470              Rename the PRIElfbl, PRIX64, etc, to be PRIEUfldbl, PRIXU64,
55471              so that case-ignoring systems like DCL can tell them from
55472              PRIefldbl and PRIx64.  Apply Merijn's ccversion patches.
55473              
55474              Subject: Re: [PATCH lib/overload.pm] Sanaty checking of arguments to overload::constant
55475              
55476              Feature ordering tweak.
55477              
55478              Regen perltoc.
55479              
55480              Subject: [PATCH] Fix vec() / utf8   (was Re: bitvec ops still broken with utf8 -- or not?)
55481              
55482              Subject: Re: [PATCH perl@6962] 2 more vms.c fix-ups and status
55483              
55484              Subject: http:// in L<>
55485              
55486              Detypo.
55487              
55488              change#6791 accidentally clobbered change#6710, put it back
55489              
55490              Only the first line, thank you very much.
55491              
55492              Subject: [PATCH: 6996] minimal removal of 8 bit chrs from perlebcdic.pod
55493              plus rework the http: spots as suggested by Tom Christiansen,
55494              plus regen perltoc.
55495              
55496              Undo part of change 6489 which looks like a bulk edit which
55497              changed _all_ gv_efullname3() calls to gv_efullname4() calls.
55498              The supressing of main:: on return from select() is undesirable.
55499              
55500              Apparently avoiding the swapping is too costly.
55501              
55502              Various Configure nits by Philip Newton,
55503              plus the ebcdic one by me.
55504              
55505              Make certain cc is set before trying to run it.
55506              
55507              If overloaded %{} etc. return the object do not loop.
55508              Thus  sub deref { $_[0] } functions if object is wanted type.
55509              
55510              Update perlhist.
55511              
55512              More %{} and other deref special casing - do not pass to 'nomethod'.
55513      Branch: maint-5.6/perl
55514           !> (integrate 59 files)
55515 ____________________________________________________________________________
55516 [  8151] By: gsar                                  on 2000/12/17  19:14:38
55517         Log: integrate changes#6903,6905..6907,6909,6911..6913,6915,6917,6918,
55518              6920..6926,6928..6930,6934..6937,6939,6940,6942..6944 from mainline
55519              
55520              Subject: [PATCH perl@6889] Chuck Lane's OpenVMS piping improvements
55521              
55522              Make the epsilon to be relative, not absolute.
55523              
55524              Put back the flags dump as reasoned in
55525              Subject: Re: [PATCH] Glob dumping
55526              
55527              Introduce ccname to keep track of what compiler kind of we have.
55528              
55529              Subject: Re: [ID 20000829.020] perl -e 'package; print __PACKAGE__' core dumps 
55530              
55531              Put back the slice accidentally removed by #6907.
55532              
55533              Reset archname and archname64 always, forcing them be
55534              recomputed at each Configure run, make Configure and
55535              the hints files agree on the naming of largefiles variables.
55536              
55537              Don't say "Perl 5.0 source kit".
55538              
55539              Subject: [PATCH] fix misc cast warnings
55540              
55541              Subject: typos in pods
55542              
55543              NVs not necessarily doubles, as pointed out by Yitzchak.
55544              
55545              Subject: [PATCH 6889] add a few ldbl formats to configure.com
55546              
55547              Subject: [ID 20000830.036] [DOC] chom?p %hash not documented
55548              
55549              Better options for rsync.
55550              
55551              Subject: [PATCH perl@6889] fix Storable on VMS by fixing my_fwrite()
55552              
55553              Subject: Re: not OK, 6919 on Alpha VMS V 7.1 w/ DECC 6.0-001
55554              
55555              Subject: [PATCH] Re: UNTIE method 
55556              
55557              A better fix for the Socket building problem from Craig Berry.
55558              
55559              Retract the dummy test, skip the security tests (instead of failing),
55560              explain what the warnings mean.
55561              
55562              Heap decorruption.
55563              Subject: [PATCH] Fix for miniperl coredump on Solaris with -Duselongdouble
55564              
55565              Update to Unicode 3.0.1.
55566              
55567              Missed one Unicode file.
55568              
55569              Subject: Re: typos in pods
55570              
55571              The #6929 was too skimpy.
55572              
55573              sscanf() may be the only way to read long doubles from strings.
55574              
55575              Reveal Borland's isnan.
55576              Subject: build with BC++ tweak
55577              
55578              Issue useful diagnostic on unknown pod commands.
55579              Subject: [PATCH lib/Pod/Man.pm] Re: [ID 20000830.048]
55580              
55581              Subject: [PATCH] Re: [ID 20000830.048] Not OK: perl v5.7.0 +DEVEL6938 on i686-linux 2.2.13
55582              
55583              Clarify the third case of ftmp-security warnings.
55584              
55585              Make -Dusemorebits find long doubles in Solaris.
55586              
55587              Wrap the test in eval.
55588      Branch: maint-5.6/perl
55589           +> lib/unicode/BidiMirr.txt lib/unicode/CaseFold.txt
55590           +> lib/unicode/PropList.txt lib/unicode/README.perl
55591           +> lib/unicode/UCD301.html lib/unicode/UCDFF301.html
55592           +> lib/unicode/Unicode.301 vms/vmspipe.com
55593            - lib/unicode/Props.txt lib/unicode/UCD300.html
55594            - lib/unicode/Unicode.300 lib/unicode/Unicode3.html
55595           !> (integrate 305 files)
55596 ____________________________________________________________________________
55597 [  8150] By: jhi                                   on 2000/12/17  18:47:57
55598         Log: Uncheckedin generated files.
55599      Branch: perl
55600            ! global.sym perlapi.c pod/perlapi.pod
55601 ____________________________________________________________________________
55602 [  8149] By: jhi                                   on 2000/12/17  18:41:22
55603         Log: Update Changes.
55604      Branch: perl
55605            ! Changes patchlevel.h
55606 ____________________________________________________________________________
55607 [  8148] By: jhi                                   on 2000/12/17  18:39:16
55608         Log: Subject: [PATCH] Fcntl constants speedup
55609              From: Nicholas Clark <nick@ccl4.org>
55610              Date: Sun, 17 Dec 2000 16:29:24 +0000
55611              Message-ID: <20001217162924.E97668@plum.flirble.org>
55612              
55613              Use IVs for the Fcntl constants instead of NVs.
55614      Branch: perl
55615            ! ext/Fcntl/Fcntl.pm ext/Fcntl/Fcntl.xs t/op/goto_xs.t
55616 ____________________________________________________________________________
55617 [  8147] By: jhi                                   on 2000/12/17  18:33:41
55618         Log: Add test for #8145 (binmode() warning), add warning for
55619              ioctl() and sockpair(), document them. (fileno() cannot
55620              be tripwired with the same kind of warning because
55621              'defined fileno($foo)' seems to be an idiom.)
55622      Branch: perl
55623            ! pod/perldiag.pod pp_sys.c t/pragma/warn/pp_sys
55624 ____________________________________________________________________________
55625 [  8146] By: gsar                                  on 2000/12/17  18:09:08
55626         Log: update Changes
55627      Branch: maint-5.6/perl
55628            ! Changes
55629 ____________________________________________________________________________
55630 [  8145] By: jhi                                   on 2000/12/17  17:39:35
55631         Log: Subject: [PATCH] Re: The long awaited feature ...
55632              From: Simon Cozens <simon@cozens.net>
55633              Date: Sun, 17 Dec 2000 12:31:56 +0000
55634              Message-ID: <20001217123156.A3891@deep-dark-truthful-mirror.perlhacker.org>
55635              
55636              Add a warning to binmode() about using bad filehandles
55637              (can happen e.g. if someone forgets the filehandle argument)
55638      Branch: perl
55639            ! pp_sys.c
55640 ____________________________________________________________________________
55641 [  8144] By: jhi                                   on 2000/12/17  17:33:48
55642         Log: Subject: [patch perl@8133] Typo in my Net::Ping doc patch :(
55643              From: Jonathan Stowe <gellyfish@gellyfish.com>
55644              Date: Sun, 17 Dec 2000 17:08:10 +0000 (GMT)
55645              Message-ID: <Pine.LNX.4.10.10012171700010.3834-100000@orpheus.gellyfish.com>
55646      Branch: perl
55647            ! lib/Net/Ping.pm
55648 ____________________________________________________________________________
55649 [  8143] By: jhi                                   on 2000/12/17  05:31:37
55650         Log: Polymorphic regexps.
55651              
55652              Fixes at least the bugs 20001028.003 (both of them...) and
55653              20001108.001.  The bugs 20001114.001 and 20001205.014 seem
55654              also to be fixed by now, probably already before this patch.
55655      Branch: perl
55656            ! embed.h embed.pl mg.c objXSUB.h pp_ctl.c pp_hot.c proto.h
55657            ! regcomp.c regcomp.h regcomp.sym regexec.c regnodes.h sv.c
55658            ! t/op/utf8decode.t t/pragma/utf8.t
55659 ____________________________________________________________________________
55660 [  8142] By: jhi                                   on 2000/12/16  17:16:05
55661         Log: Subject: [patch perl@8102] dos/djgpp update
55662              From: Laszlo Molnar <ml1050@freemail.hu>
55663              Date: Sat, 16 Dec 2000 01:40:52 +0100
55664              Message-ID: <20001216014052.A335@freemail.hu>
55665      Branch: perl
55666            ! djgpp/config.over t/base/commonsense.t
55667 ____________________________________________________________________________
55668 [  8141] By: jhi                                   on 2000/12/16  17:09:27
55669         Log: Few uncheckedin files.
55670      Branch: perl
55671            ! global.sym perlapi.c pod/perlapi.pod pod/perlintern.pod
55672 ____________________________________________________________________________
55673 [  8140] By: nick                                  on 2000/12/15  22:14:31
55674         Log: Integrate mainline
55675      Branch: perlio
55676           !> (integrate 53 files)
55677 ____________________________________________________________________________
55678 [  8139] By: jhi                                   on 2000/12/15  19:49:49
55679         Log: One more IVUV tweak from Nicholas Clark.
55680      Branch: perl
55681            ! sv.c
55682 ____________________________________________________________________________
55683 [  8138] By: jhi                                   on 2000/12/15  19:17:06
55684         Log: Return of the IVUV-preservation, now seems to be happy even
55685              in Digital UNIX (the broken strtoul brokenness detection
55686              seems to have been the fly in the ointment).
55687      Branch: perl
55688            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
55689            ! config_h.SH configure.com embed.h embed.pl epoc/config.sh
55690            ! objXSUB.h op.c perl.h pp.c pp_hot.c proto.h sv.c sv.h
55691            ! t/lib/peek.t t/op/cmp.t t/op/numconvert.t uconfig.h
55692            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
55693            ! vos/config.ga.h win32/config.bc win32/config.gc
55694            ! win32/config.vc
55695 ____________________________________________________________________________
55696 [  8137] By: jhi                                   on 2000/12/15  18:12:14
55697         Log: Metaconfig unit change for #8136.
55698      Branch: metaconfig
55699            ! U/modified/d_strtoul.U
55700      Branch: metaconfig/U/perl
55701            ! d_strtoull.U d_strtouq.U
55702 ____________________________________________________________________________
55703 [  8136] By: jhi                                   on 2000/12/15  18:11:35
55704         Log: I don't think it's sensible or portable to test the strtou*
55705              on /^-/ strings.
55706      Branch: perl
55707            ! Configure
55708 ____________________________________________________________________________
55709 [  8135] By: jhi                                   on 2000/12/15  17:18:49
55710         Log: Metaconfig unit change for #8134.
55711      Branch: metaconfig
55712            ! U/modified/d_strtoul.U
55713 ____________________________________________________________________________
55714 [  8134] By: jhi                                   on 2000/12/15  17:14:13
55715         Log: If longsize is 8 we don't need a LL suffix for integer constants.
55716      Branch: perl
55717            ! Configure config_h.SH
55718 ____________________________________________________________________________
55719 [  8133] By: jhi                                   on 2000/12/15  16:00:23
55720         Log: Update Changes.
55721      Branch: perl
55722            ! Changes patchlevel.h
55723 ____________________________________________________________________________
55724 [  8132] By: jhi                                   on 2000/12/15  15:44:16
55725         Log: Some compilers get huffy if you do not cast a const pointer
55726              to a non-const when assigning.
55727      Branch: perl
55728            ! gv.c
55729 ____________________________________________________________________________
55730 [  8131] By: jhi                                   on 2000/12/15  15:38:30
55731         Log: Subject: [PATCH 5.7.0] speeding up object creation/destruction 4x times
55732              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
55733              Date: Fri, 15 Dec 2000 05:26:57 -0500
55734              Message-ID: <20001215052657.A8319@math.mps.ohio-state.edu>
55735      Branch: perl
55736            ! embed.h embed.pl gv.c objXSUB.h perl.h proto.h sv.c
55737            ! t/pragma/overload.t
55738 ____________________________________________________________________________
55739 [  8130] By: jhi                                   on 2000/12/15  15:36:08
55740         Log: Subject: [PATCH 5.7.0] cosmetic change to overloading
55741              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
55742              Date: Thu, 14 Dec 2000 22:02:43 -0500
55743              Message-ID: <20001214220243.A18437@monk.mps.ohio-state.edu>
55744      Branch: perl
55745            ! gv.c perl.h
55746 ____________________________________________________________________________
55747 [  8129] By: jhi                                   on 2000/12/15  15:34:16
55748         Log: Subject: PATCH: h2xs nit
55749              From: Tim Jenness <t.jenness@jach.hawaii.edu>
55750              Date: Thu, 14 Dec 2000 18:25:46 -1000 (HST)
55751              Message-ID: <Pine.LNX.4.30.0012141820340.2533-100000@lapaki.jach.hawaii.edu>
55752              
55753              Add a template README.
55754      Branch: perl
55755            ! utils/h2xs.PL
55756 ____________________________________________________________________________
55757 [  8128] By: jhi                                   on 2000/12/15  15:32:22
55758         Log: Still buggy findgteprime, fix from Eric Joanis <joanis@cs.toronto.edu>.
55759      Branch: perl
55760            ! lib/Tie/SubstrHash.pm t/lib/tie-substrhash.t
55761 ____________________________________________________________________________
55762 [  8127] By: jhi                                   on 2000/12/15  15:19:34
55763         Log: Subject:  [PATCH Opcode.XS, Perl 5.6+] stuff for caller and _ in Safe::
55764              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
55765              Date:     Thu, 14 Dec 2000 20:04:42 EST
55766              Message-Id: <001214200310.49929@DUPHY4.Physics.Drexel.Edu>
55767      Branch: perl
55768            ! ext/Opcode/Opcode.xs
55769 ____________________________________________________________________________
55770 [  8126] By: jhi                                   on 2000/12/15  15:17:49
55771         Log: Subject: [PATCH: perl@8102] s/use vars qw\(/our(/ for OS/390 extension builds
55772              From: Peter Prymmer <pvhp@forte.com>
55773              Date: Thu, 14 Dec 2000 15:50:20 -0800 (PST)
55774              Message-ID: <Pine.OSF.4.10.10012141548200.57557-100000@aspara.forte.com>
55775      Branch: perl
55776            ! ext/Errno/Errno_pm.PL lib/ExtUtils/MM_Unix.pm
55777            ! lib/ExtUtils/Manifest.pm lib/File/Spec.pm
55778            ! lib/File/Spec/Functions.pm lib/File/Spec/Unix.pm
55779 ____________________________________________________________________________
55780 [  8125] By: jhi                                   on 2000/12/15  15:11:05
55781         Log: This seems to be a stage sane and stable enough to checkin.
55782              (it basically is 8102..8118+8122 but no 8120, 8121, 8123, 8124)
55783      Branch: perl
55784            ! MANIFEST embed.h embed.pl objXSUB.h op.c perl.h perlapi.c
55785            ! pod/perlapi.pod pp.c pp_hot.c proto.h sv.c sv.h t/lib/peek.t
55786            ! t/op/cmp.t t/op/numconvert.t
55787 ____________________________________________________________________________
55788 [  8124] By: jhi                                   on 2000/12/15  04:20:26
55789         Log: Something is really wonky.
55790      Branch: perl
55791            ! sv.c
55792 ____________________________________________________________________________
55793 [  8123] By: jhi                                   on 2000/12/15  04:00:50
55794         Log: Fixes for the IV UV patches to compile in Digital UNIX.
55795      Branch: perl
55796            ! sv.c
55797 ____________________________________________________________________________
55798 [  8122] By: jhi                                   on 2000/12/15  02:53:40
55799         Log: Subject: Re: [ID 20001214.011] Unreachable value in a search list logical name
55800              From: "Craig A. Berry" <craigberry@mac.com>
55801              Date: Thu, 14 Dec 2000 19:10:49 -0600
55802              Message-Id: <p04330100b65efbe32f30@[172.16.52.1]>
55803      Branch: perl
55804            ! vms/vms.c
55805 ____________________________________________________________________________
55806 [  8121] By: jhi                                   on 2000/12/15  02:50:00
55807         Log: Metaconfig changes for #8120.
55808      Branch: metaconfig
55809            + U/modified/d_strtoul.U
55810      Branch: metaconfig/U/perl
55811            ! d_strtoull.U d_strtouq.U
55812 ____________________________________________________________________________
55813 [  8120] By: jhi                                   on 2000/12/15  02:49:42
55814         Log: From: Nicholas Clark <nick@ccl4.org> 
55815              Subject: [PATCH] strtoq, strtou(q|ll|l) testing (was [PATCH] faster and 64 bit  preserving arithmetic)
55816              Date: Thu, 14 Dec 2000 18:38:57 +0000
55817              Message-ID: <20001214183857.B97909@plum.flirble.org>
55818      Branch: perl
55819            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
55820            ! config_h.SH configure.com epoc/config.sh perl.h sv.c uconfig.h
55821            ! uconfig.sh vos/config.alpha.def vos/config.alpha.h
55822            ! vos/config.ga.def vos/config.ga.h win32/config.bc
55823            ! win32/config.gc win32/config.vc
55824 ____________________________________________________________________________
55825 [  8119] By: jhi                                   on 2000/12/14  23:40:58
55826         Log: Subject: [PATCH] faster and 64 bit preserving arithmetic
55827              From: Nicholas Clark <nick@ccl4.org>
55828              Date: Wed, 13 Dec 2000 20:08:50 +0000
55829              Message-ID: <20001213200849.B71166@plum.flirble.org>
55830      Branch: perl
55831            ! embed.h embed.pl objXSUB.h op.c perl.h pp.c pp_hot.c proto.h
55832            ! sv.c sv.h t/lib/peek.t t/op/cmp.t t/op/numconvert.t
55833 ____________________________________________________________________________
55834 [  8118] By: jhi                                   on 2000/12/14  22:46:26
55835         Log: Integrate perlio.
55836      Branch: perl
55837           !> MANIFEST ext/Encode/compile makedef.pl
55838 ____________________________________________________________________________
55839 [  8117] By: nick                                  on 2000/12/14  22:38:53
55840         Log: Win32 tweaks to get Encode to build
55841              - temp hack to makedef.pl till PerlIO is properly "exported".
55842              - MSVC dislikes  
55843              static encpage_t foo[];
55844              so make 'em extern for now.
55845      Branch: perlio
55846            ! ext/Encode/compile makedef.pl
55847 ____________________________________________________________________________
55848 [  8116] By: nick                                  on 2000/12/14  22:00:53
55849         Log: Document the new files
55850      Branch: perlio
55851            ! MANIFEST
55852 ____________________________________________________________________________
55853 [  8115] By: jhi                                   on 2000/12/14  21:58:01
55854         Log: MANIFEST new files of #8114.
55855      Branch: perl
55856            ! MANIFEST
55857 ____________________________________________________________________________
55858 [  8114] By: jhi                                   on 2000/12/14  21:50:49
55859         Log: Integrate perlio.
55860      Branch: perl
55861           +> ext/Encode/compile ext/Encode/encengine.c ext/Encode/encode.h
55862           !> ext/Encode/Encode.pm ext/Encode/Encode.xs
55863           !> ext/Encode/Encode/ascii.enc ext/Encode/Encode/cp1047.enc
55864           !> ext/Encode/Encode/cp37.enc ext/Encode/Encode/posix-bc.enc
55865           !> ext/Encode/Makefile.PL
55866 ____________________________________________________________________________
55867 [  8113] By: jhi                                   on 2000/12/14  21:48:49
55868         Log: The documentation part of the
55869              
55870              Subject: [ID 20001214.002] Net::Ping patch
55871              From: Jonathan Stowe <gellyfish@gellyfish.com>
55872              Date: Thu, 14 Dec 2000 08:28:14 +0000 (GMT)
55873              Message-Id: <Pine.LNX.4.10.10012140805480.19767-200000@orpheus.gellyfish.com>
55874              since the #7529 had already addressed the same problem.
55875      Branch: perl
55876            ! lib/Net/Ping.pm
55877 ____________________________________________________________________________
55878 [  8112] By: jhi                                   on 2000/12/14  21:42:57
55879         Log: Subject: [PATCH] Re: [ID 20001013.006] XS subs are not define()ed
55880              From: Dominic Dunlop <domo@computer.org>
55881              Date: Tue, 12 Dec 2000 10:47:10 +0100
55882              Message-Id: <p04320402b65ba33a92b2@[192.168.1.4]>
55883              
55884              Document how elusive subroutines can be.
55885      Branch: perl
55886            ! pod/perlfunc.pod
55887 ____________________________________________________________________________
55888 [  8111] By: jhi                                   on 2000/12/14  21:38:05
55889         Log: Subject: [ID 20001214.003] [PATCH bleadperl] POSIX::tmpnam() is dangerous
55890              From: Dominic Dunlop <domo@computer.org>
55891              Date: Thu, 14 Dec 2000 10:13:51 +0100
55892              Message-Id: <p04320407b65e3f4853aa@[192.168.1.4]>
55893      Branch: perl
55894            ! ext/POSIX/POSIX.pod
55895 ____________________________________________________________________________
55896 [  8110] By: jhi                                   on 2000/12/14  21:36:32
55897         Log: Subject: [patch] perlfaq7
55898              From: "Gerrit P. Haase" <gerrit.haase@t-online.de>
55899              Date: Thu, 14 Dec 2000 15:31:07 +0100
55900              Message-ID: <3A38E7BB.13178.11C40A8@localhost>
55901      Branch: perl
55902            ! pod/perlfaq7.pod
55903 ____________________________________________________________________________
55904 [  8109] By: jhi                                   on 2000/12/14  21:29:20
55905         Log: Subject: [8104] Encode
55906              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
55907              Date: Thu, 14 Dec 2000 14:49:34 +0100
55908              Message-Id: <20001214142101.B338.H.M.BRAND@hccnet.nl>
55909              
55910              Type casting for nervous compilers.
55911      Branch: perl
55912            ! ext/Encode/Encode.xs
55913 ____________________________________________________________________________
55914 [  8108] By: jhi                                   on 2000/12/14  21:26:17
55915         Log: Subject: [8104] DB_File
55916              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
55917              Date: Thu, 14 Dec 2000 14:49:35 +0100
55918              Message-Id: <20001214144439.B33A.H.M.BRAND@hccnet.nl>
55919              
55920              Type definition incorrect for DB 2.7.7.  Not known when it
55921              changed, so only changed it for a known revision.
55922      Branch: perl
55923            ! ext/DB_File/DB_File.xs
55924 ____________________________________________________________________________
55925 [  8107] By: jhi                                   on 2000/12/14  21:23:41
55926         Log: Subject: [PATCH: perl@8102] Re: Encode/cp1047.enc etc.
55927              From: Peter Prymmer <pvhp@forte.com>
55928              Date: Thu, 14 Dec 2000 11:11:50 -0800 (PST)
55929              Message-ID: <Pine.OSF.4.10.10012141057330.57557-100000@aspara.forte.com>
55930              
55931              Use '?' (0x6F in EBCDIC) for the illegal codepoint.
55932      Branch: perl
55933            ! ext/Encode/Encode/cp1047.enc ext/Encode/Encode/cp37.enc
55934            ! ext/Encode/Encode/posix-bc.enc
55935 ____________________________________________________________________________
55936 [  8106] By: nick                                  on 2000/12/14  20:36:13
55937         Log: "Cold" build correction to Encode's Makefile.PL
55938      Branch: perlio
55939            ! ext/Encode/Makefile.PL
55940 ____________________________________________________________________________
55941 [  8105] By: nick                                  on 2000/12/14  20:09:37
55942         Log: "Compiled" encodings.
55943              Correct replacement character in EBCDIC .enc files
55944              Add 0x7F to ASCII repertoire.
55945      Branch: perlio
55946            ! ext/Encode/Encode.pm ext/Encode/Encode.xs
55947            ! ext/Encode/Encode/ascii.enc ext/Encode/Encode/cp1047.enc
55948            ! ext/Encode/Encode/cp37.enc ext/Encode/Encode/posix-bc.enc
55949            ! ext/Encode/Makefile.PL ext/Encode/compile
55950            ! ext/Encode/encengine.c ext/Encode/encode.h
55951 ____________________________________________________________________________
55952 [  8104] By: nick                                  on 2000/12/14  00:38:20
55953         Log: Integrate mainline
55954      Branch: perlio
55955           !> Changes Configure doio.c embed.h embed.pl ext/DB_File/Changes
55956           !> ext/DB_File/DB_File.pm ext/DB_File/DB_File.xs
55957           !> ext/DB_File/dbinfo ext/DB_File/typemap ext/DB_File/version.c
55958           !> hints/hpux.sh lib/Cwd.pm objXSUB.h patchlevel.h perlapi.c
55959           !> pod/perlapi.pod pp_hot.c proto.h t/lib/db-btree.t
55960           !> t/lib/db-hash.t t/lib/db-recno.t
55961 ____________________________________________________________________________
55962 [  8103] By: nick                                  on 2000/12/13  23:16:13
55963         Log: Beginings of compiled encodings - checked in as a snapshot of thoughts
55964              so far and so it does not get lost.
55965      Branch: perlio
55966            + ext/Encode/compile ext/Encode/encengine.c ext/Encode/encode.h
55967 ____________________________________________________________________________
55968 [  8102] By: jhi                                   on 2000/12/13  17:14:22
55969         Log: Update Changes.
55970      Branch: perl
55971            ! Changes patchlevel.h
55972 ____________________________________________________________________________
55973 [  8101] By: jhi                                   on 2000/12/13  16:53:41
55974         Log: Move the proto of start_glob() to a better place; regen api files.
55975      Branch: perl
55976            ! embed.h embed.pl objXSUB.h perlapi.c pod/perlapi.pod proto.h
55977 ____________________________________________________________________________
55978 [  8100] By: jhi                                   on 2000/12/13  16:47:11
55979         Log: Metaconfig change for #8099.
55980      Branch: metaconfig
55981            ! U/modified/Head.U
55982 ____________________________________________________________________________
55983 [  8099] By: jhi                                   on 2000/12/13  16:46:48
55984         Log: Subject: Re: [ID 20000328.039] [PATCH] Eliminate Configure use of /tmp
55985              From: Andy Dougherty <doughera@lafayette.edu>
55986              Date: Wed, 13 Dec 2000 10:36:09 -0500 (EST)
55987              Message-ID: <Pine.SOL.4.10.10012131031230.2017-100000@maxwell.phys.lafayette.edu>
55988      Branch: perl
55989            ! Configure
55990 ____________________________________________________________________________
55991 [  8098] By: jhi                                   on 2000/12/13  16:39:02
55992         Log: Subject: [20000615.005] [PATCH] Cwd::fastgetcwd broken (or mis-named?) on Unix  
55993              From: rspier@pobox.com (Robert Spier)
55994              Date: Tue, 12 Dec 2000 21:12:39 -0500
55995              Message-ID: <14902.56087.678086.725773@rls.cx>
55996              
55997              fastgetcwd is defined using a glob alias on a $^O dependent basis -
55998              and there was no default assignment or perl subroutine.
55999      Branch: perl
56000            ! lib/Cwd.pm
56001 ____________________________________________________________________________
56002 [  8097] By: jhi                                   on 2000/12/13  16:16:01
56003         Log: Subject: [PATCH] move startglob out of pp_hot.c
56004              From: Nicholas Clark <nick@ccl4.org>
56005              Date: Mon, 11 Dec 2000 23:16:39 +0000
56006              Message-ID: <20001211231638.A55550@plum.flirble.org>
56007      Branch: perl
56008            ! doio.c embed.h embed.pl objXSUB.h pp_hot.c proto.h
56009 ____________________________________________________________________________
56010 [  8096] By: jhi                                   on 2000/12/13  15:26:23
56011         Log: Subject: [8095] HP-UX 11.00 / cc / 64bitint & 64bitall / perlio 
56012              From: "H.Merijn Brand" <h.m.brand@hccnet.nl> 
56013              Date: Wed, 13 Dec 2000 14:01:37 +0100
56014              Message-Id: <20001213135318.621A.H.M.BRAND@hccnet.nl>
56015              
56016              perl/64/HP-UX wants libdb-3.0 to be shared ELF 64 bit which
56017              in turn requires libpthread in libswanted.
56018      Branch: perl
56019            ! hints/hpux.sh
56020 ____________________________________________________________________________
56021 [  8095] By: jhi                                   on 2000/12/12  19:51:05
56022         Log: The integration wars continue.
56023      Branch: perl
56024           !> sv.c
56025 ____________________________________________________________________________
56026 [  8094] By: jhi                                   on 2000/12/12  19:48:26
56027         Log: Subject: [PATCH perl@8070] DB_File-1.74  
56028              From: "Paul Marquess" <paul_marquess@yahoo.co.uk> 
56029              Date: Mon, 11 Dec 2000 23:07:17 -0000
56030              Message-ID: <000001c063c7$1b9d28a0$a20a140a@bfs.phone.com> 
56031      Branch: perl
56032            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
56033            ! ext/DB_File/DB_File.xs ext/DB_File/dbinfo ext/DB_File/typemap
56034            ! ext/DB_File/version.c t/lib/db-btree.t t/lib/db-hash.t
56035            ! t/lib/db-recno.t
56036 ____________________________________________________________________________
56037 [  8093] By: nick                                  on 2000/12/12  19:42:13
56038         Log: Integrate/merge mainline with further efficiency tweak to sv.c's utf8 stuff.
56039      Branch: perlio
56040            ! sv.c
56041           !> lib/File/DosGlob.pm
56042 ____________________________________________________________________________
56043 [  8092] By: jhi                                   on 2000/12/12  19:28:11
56044         Log: Integrate perlio.
56045      Branch: perl
56046           !> sv.c
56047 ____________________________________________________________________________
56048 [  8091] By: nick                                  on 2000/12/12  18:49:45
56049         Log: Fix for Tk, and upgrading shared SVs.
56050      Branch: perlio
56051            ! sv.c
56052 ____________________________________________________________________________
56053 [  8090] By: jhi                                   on 2000/12/12  16:48:59
56054         Log: Subject: [PATCH] Re: Breadperl & Tk
56055              From: Nick Ing-Simmons <nik@tiuk.ti.com>
56056              Date: Tue, 12 Dec 2000 14:48:27 GMT
56057              Message-Id: <200012121448.OAA11516@mikado.tiuk.ti.com> 
56058      Branch: perl
56059            ! sv.c
56060 ____________________________________________________________________________
56061 [  8089] By: jhi                                   on 2000/12/12  03:37:19
56062         Log: Subject: DosGlob.pm diff for bash style brace expansion.
56063              From: "Mestnik, Mike" <MMestnik@rustconsulting.com>
56064              Date: Fri, 8 Dec 2000 10:45:30 -0600
56065              Message-ID: <B50C47897E98D3118130009027D3971920F278@EXCHANGE_M1>
56066      Branch: perl
56067            ! lib/File/DosGlob.pm
56068 ____________________________________________________________________________
56069 [  8088] By: nick                                  on 2000/12/11  23:59:59
56070         Log: Integrate mainline
56071      Branch: perlio
56072           !> ext/B/B.pm ext/B/B/Deparse.pm installperl lib/CGI.pm
56073           !> lib/ExtUtils/Liblist.pm lib/ExtUtils/MM_Unix.pm
56074           !> lib/ExtUtils/MakeMaker.pm lib/File/DosGlob.pm pod/perldiag.pod
56075           !> pod/perlop.pod pp.c pp_hot.c scope.c t/io/utf8.t t/lib/b.t
56076           !> t/op/local.t t/pragma/warn/toke toke.c
56077 ____________________________________________________________________________
56078 [  8087] By: jhi                                   on 2000/12/11  23:20:23
56079         Log: Integrate perlio.
56080      Branch: perl
56081           !> ext/Encode/Encode.xs perlio.c perlio.h perliol.h
56082 ____________________________________________________________________________
56083 [  8086] By: jhi                                   on 2000/12/11  22:50:59
56084         Log: Tune further the OS detection of CGI.
56085      Branch: perl
56086            ! lib/CGI.pm
56087 ____________________________________________________________________________
56088 [  8085] By: nick                                  on 2000/12/11  22:50:46
56089         Log: Finish 1st pass of "encoding" layer e.g. :
56090              open($fh,"<encoding(iso8859-7)",$greek) || die;
56091      Branch: perlio
56092            ! ext/Encode/Encode.xs perlio.c perliol.h
56093 ____________________________________________________________________________
56094 [  8084] By: jhi                                   on 2000/12/11  22:32:06
56095         Log: Revert the -f ambiguousity patch, seems to cause
56096              too much hassle (the interpret -Q as a function
56097              where Q is not a known filetest part is left in).
56098      Branch: perl
56099            ! lib/ExtUtils/Liblist.pm pod/perldiag.pod t/pragma/warn/toke
56100            ! toke.c
56101 ____________________________________________________________________________
56102 [  8083] By: jhi                                   on 2000/12/11  22:27:23
56103         Log: (accidentally empty check-in)
56104      Branch: perl
56105            ! lib/File/DosGlob.pm
56106 ____________________________________________________________________________
56107 [  8082] By: nick                                  on 2000/12/11  19:09:51
56108         Log: Restore mmap function (broken by tweaks to shared buffer
56109              layer for encode(xxxx)).
56110      Branch: perlio
56111            ! perlio.c
56112 ____________________________________________________________________________
56113 [  8081] By: jhi                                   on 2000/12/11  18:29:13
56114         Log: Subject: Re: The long awaited feature ...
56115              From: Simon Cozens <simon@cozens.net>
56116              Date: Mon, 11 Dec 2000 15:54:24 +0000
56117              Message-ID: <20001211155424.A17680@deep-dark-truthful-mirror.perlhacker.org>
56118              
56119              More io/utf8 tests.
56120      Branch: perl
56121            ! t/io/utf8.t
56122 ____________________________________________________________________________
56123 [  8080] By: jhi                                   on 2000/12/11  18:19:36
56124         Log: Subject: PATCH MakeMaker manpage clarification
56125              From: andreas.koenig@anima.de (Andreas J. Koenig)
56126              Date: 10 Dec 2000 20:46:13 +0100
56127              Message-ID: <m3aea4kqka.fsf@ak-71.mind.de>
56128      Branch: perl
56129            ! lib/ExtUtils/MakeMaker.pm
56130 ____________________________________________________________________________
56131 [  8079] By: jhi                                   on 2000/12/11  15:35:07
56132         Log: Subject: Re: [ID 20001204.007] -MO=Deparse -we '{234;}' failing
56133              From: Simon Cozens <simon@cozens.net>
56134              Date: Sun, 10 Dec 2000 19:06:19 +0000
56135              Message-ID: <20001210190619.B21402@deep-dark-truthful-mirror.perlhacker.org>
56136      Branch: perl
56137            ! ext/B/B/Deparse.pm t/lib/b.t
56138 ____________________________________________________________________________
56139 [  8078] By: jhi                                   on 2000/12/11  15:09:11
56140         Log: Subject: [PATCH] docs on NaN
56141              From: Nicholas Clark <nick@ccl4.org>
56142              Date: Mon, 11 Dec 2000 01:48:38 +0000
56143              Message-ID: <20001211014838.B99205@plum.flirble.org>
56144      Branch: perl
56145            ! pod/perlop.pod
56146 ____________________________________________________________________________
56147 [  8077] By: jhi                                   on 2000/12/11  15:02:21
56148         Log: Subject: [PATCH] Re: [Fwd: BUG 20001205.022] Local on Hash elements
56149              From: Simon Cozens <simon@cozens.net>
56150              Date: Mon, 11 Dec 2000 01:21:45 +0000
56151              Message-ID: <20001211012144.A23467@deep-dark-truthful-mirror.perlhacker.org>
56152      Branch: perl
56153            ! pp.c pp_hot.c scope.c t/op/local.t
56154 ____________________________________________________________________________
56155 [  8076] By: nick                                  on 2000/12/10  20:43:32
56156         Log: Not merge worthy...
56157              Allow arg to layers e.g. open($fh,"<:encode(iso8859-15)",$name)
56158              syntax is modelled on attributes.
56159              Untested fix for io/utf8 on Win32 etc.
56160              Very clumsy start to the encode layer.
56161      Branch: perlio
56162            ! ext/Encode/Encode.xs perlio.c perlio.h perliol.h
56163 ____________________________________________________________________________
56164 [  8075] By: jhi                                   on 2000/12/10  18:39:33
56165         Log: Darwin is not Windows.
56166      Branch: perl
56167            ! lib/CGI.pm
56168 ____________________________________________________________________________
56169 [  8074] By: jhi                                   on 2000/12/10  18:31:27
56170         Log: Subject: Ambiguous -%c() resolved as a file test
56171              From: "Paul Marquess" <Paul.Marquess@openwave.com>
56172              Date: Sun, 10 Dec 2000 15:35:07 -0000
56173              Message-ID: <002601c062be$c5f749c0$a20a140a@bfs.phone.com>
56174      Branch: perl
56175            ! lib/ExtUtils/Liblist.pm lib/ExtUtils/MM_Unix.pm
56176 ____________________________________________________________________________
56177 [  8073] By: jhi                                   on 2000/12/10  18:16:29
56178         Log: Subject: PATCH installperl misinformed 
56179              From: andreas.koenig@anima.de (Andreas J. Koenig)
56180              Date: 10 Dec 2000 13:01:32 +0100 
56181              Message-ID: <m3r93glc2r.fsf@ak-71.mind.de>
56182      Branch: perl
56183            ! installperl
56184 ____________________________________________________________________________
56185 [  8072] By: jhi                                   on 2000/12/10  18:07:55
56186         Log: The walkoptree confusion rages; walkoptree() seems to be coming
56187              from B.xs, while walkoptree_slow() comes from B.pm.
56188      Branch: perl
56189            ! ext/B/B.pm
56190 ____________________________________________________________________________
56191 [  8071] By: nick                                  on 2000/12/10  11:45:47
56192         Log: Integrate mainline
56193      Branch: perlio
56194           +> t/base/commonsense.t
56195           !> (integrate 37 files)
56196 ____________________________________________________________________________
56197 [  8070] By: jhi                                   on 2000/12/10  04:46:21
56198         Log: Update Changes.
56199      Branch: perl
56200            ! Changes patchlevel.h
56201 ____________________________________________________________________________
56202 [  8069] By: jhi                                   on 2000/12/10  04:39:19
56203         Log: Subject: Re: PATCH: Let Test::Harness bail out early (Was: Testing module dependencies)
56204              From: andreas.koenig@anima.de (Andreas J. Koenig)
56205              Date: 09 Dec 2000 17:14:25 +0100
56206              Message-ID: <m3wvd9o9lq.fsf@ak-71.mind.de>
56207      Branch: perl
56208            + t/base/commonsense.t
56209            ! MANIFEST lib/Test/Harness.pm t/TEST t/UTEST
56210 ____________________________________________________________________________
56211 [  8068] By: jhi                                   on 2000/12/10  04:17:36
56212         Log: Subject: [PATCH 5.7.0@8047] RE: [ID 20001013.009] DB_File issues warning when setting element to    undef
56213              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
56214              Date: Sat, 9 Dec 2000 16:47:22 -0000
56215              Message-ID: <002001c061ff$b3aba820$a20a140a@bfs.phone.com>
56216      Branch: perl
56217            ! ext/DB_File/typemap ext/GDBM_File/GDBM_File.pm
56218            ! ext/GDBM_File/typemap ext/NDBM_File/NDBM_File.pm
56219            ! ext/NDBM_File/typemap ext/ODBM_File/ODBM_File.pm
56220            ! ext/ODBM_File/typemap ext/SDBM_File/SDBM_File.pm
56221            ! ext/SDBM_File/typemap t/lib/db-btree.t t/lib/db-hash.t
56222            ! t/lib/db-recno.t t/lib/gdbm.t t/lib/ndbm.t t/lib/odbm.t
56223            ! t/lib/sdbm.t
56224 ____________________________________________________________________________
56225 [  8067] By: jhi                                   on 2000/12/10  03:52:02
56226         Log: Test case for #8066.
56227      Branch: perl
56228            ! t/op/misc.t
56229 ____________________________________________________________________________
56230 [  8066] By: jhi                                   on 2000/12/10  03:50:30
56231         Log: Subject: [PATCH] Re: [ID 20001202.002] [BUG all] 'die qr{pattern}' does not check termination
56232              From: Simon Cozens <simon@cozens.net>
56233              Date: Sun, 10 Dec 2000 00:55:37 +0000
56234              Message-ID: <20001210005537.B16221@deep-dark-truthful-mirror.perlhacker.org>
56235      Branch: perl
56236            ! pp_sys.c
56237 ____________________________________________________________________________
56238 [  8065] By: jhi                                   on 2000/12/10  03:44:52
56239         Log: Test case for #8064.
56240      Branch: perl
56241            ! t/comp/proto.t
56242 ____________________________________________________________________________
56243 [  8064] By: jhi                                   on 2000/12/10  03:42:32
56244         Log: Subject: Re: prototype of substr
56245              From: Simon Cozens <simon@cozens.net>
56246              Date: Sun, 10 Dec 2000 00:13:33 +0000
56247              Message-ID: <20001210001333.A16221@deep-dark-truthful-mirror.perlhacker.org>
56248              
56249              Make CORE::substr to be '$$;$$' instead of '$$;$;$'.
56250              In other words, make the returned prototypes for any function
56251              stop prepending the ';' optionality marker after the first one.
56252              If they start getting optional, all the rest are optional.
56253      Branch: perl
56254            ! pp.c
56255 ____________________________________________________________________________
56256 [  8063] By: jhi                                   on 2000/12/10  03:39:42
56257         Log: Subject: [PATCH] perlguts.pod
56258              From: Simon Cozens <simon@cozens.net>
56259              Date: Sun, 10 Dec 2000 00:06:47 +0000
56260              Message-ID: <20001210000647.A16203@deep-dark-truthful-mirror.perlhacker.org>
56261              
56262              Documentation of the different types of ops,
56263              plus the functions in dump.c
56264      Branch: perl
56265            ! pod/perlguts.pod
56266 ____________________________________________________________________________
56267 [  8062] By: jhi                                   on 2000/12/10  03:30:04
56268         Log: Subject: [ID 20001209.006] Not OK: perl v5.7.0 +DEVEL7978 on armv4l-linux-64int 2.2.17-rmk1 (UNINSTALLED)
56269              From: Nicholas Clark <nick@talking.bollo.cx>
56270              Date: Sat, 09 Dec 2000 18:57:25 +0000
56271              Message-Id: <E144pBV-0002Nv-00@Bagpuss.unfortu.net>
56272              
56273              Be more robust in weird hostname setups.
56274      Branch: perl
56275            ! t/lib/net-hostent.t
56276 ____________________________________________________________________________
56277 [  8061] By: jhi                                   on 2000/12/10  03:28:21
56278         Log: Pacify fussy compiler. 
56279      Branch: perl
56280            ! pp_sys.c
56281 ____________________________________________________________________________
56282 [  8060] By: jhi                                   on 2000/12/10  02:52:46
56283         Log: Integrate perlio.
56284      Branch: perl
56285           !> pp_sys.c t/io/utf8.t
56286 ____________________________________________________________________________
56287 [  8059] By: nick                                  on 2000/12/09  23:40:14
56288         Log: read/sysread/recv should now be utf8 aware.
56289              Basic test for utf8 read.
56290      Branch: perlio
56291            ! pp_sys.c t/io/utf8.t
56292 ____________________________________________________________________________
56293 [  8058] By: jhi                                   on 2000/12/09  21:56:02
56294         Log: Integrate perlio.
56295      Branch: perl
56296           +> t/io/utf8.t
56297           !> MANIFEST doio.c perlio.c pp_sys.c sv.c t/comp/require.t toke.c
56298 ____________________________________________________________________________
56299 [  8057] By: jhi                                   on 2000/12/09  21:53:35
56300         Log: Subject: Re: Additional patch for UTF8-keys (Re: perl@8016)
56301              From: Inaba Hiroto <inaba@st.rim.or.jp>
56302              Date: Sun, 10 Dec 2000 05:53:21 +0900
56303              Message-ID: <3A329BC0.15E8BFF9@st.rim.or.jp>
56304              
56305              Tests for #8056.
56306      Branch: perl
56307            ! t/op/each.t
56308 ____________________________________________________________________________
56309 [  8056] By: jhi                                   on 2000/12/09  21:51:16
56310         Log: Subject: Additional patch for UTF8-keys (Re: perl@8016)
56311              From: Inaba Hiroto <inaba@st.rim.or.jp>
56312              Date: Sat, 09 Dec 2000 18:02:00 +0900
56313              Message-ID: <3A31F508.34F4BB23@st.rim.or.jp>
56314              
56315              exists() didn't work for UTF-8 keys, and neither did shared hash keys.
56316      Branch: perl
56317            ! embed.h embed.pl hv.c objXSUB.h op.c proto.h sv.c
56318 ____________________________________________________________________________
56319 [  8055] By: nick                                  on 2000/12/09  20:11:48
56320         Log: Make write() (i.e. formats) utf8-aware by calling do_print() rather
56321              than raw PerlIO_write() - does not seem to break any tests.
56322      Branch: perlio
56323            ! pp_sys.c
56324 ____________________________________________________________________________
56325 [  8054] By: nick                                  on 2000/12/09  19:47:30
56326         Log: Make print, syswrite, send, readline, getc honour utf8-ness of PerlIO.
56327              (sysread, recv and write i.e. formats still to do...)
56328              Allow :utf8 or :bytes in PerlIO_apply_layers() so that
56329              open($fh,">:utf8","name")
56330              etc. work. - "applying" those just sets/clears the UTF8 bit of the top layer,
56331              so no extra overhead is involved.
56332              Tweak t/comp/require.t to add a 'use bytes' to permit its dubious writing of BOM
56333              to a non-utf8 stream.
56334              Add initial io/utf8.t
56335              Fix SvPVutf8() - sv_2pv() was not expecting to be called with something
56336              that was already SvPOK() - (we just fossiked with SvUTF8 bit). Fix that
56337              and also just use the SvPV macro in sv_2pvutf8() to avoid the issue/overhead.
56338      Branch: perlio
56339            + t/io/utf8.t
56340            ! MANIFEST doio.c perlio.c pp_sys.c sv.c t/comp/require.t
56341 ____________________________________________________________________________
56342 [  8053] By: nick                                  on 2000/12/09  19:26:37
56343         Log: Did not get that has_utf8/this_utf8 fix right last time, another spot
56344              was only testing this_utf8.
56345      Branch: perlio
56346            ! toke.c
56347 ____________________________________________________________________________
56348 [  8052] By: nick                                  on 2000/12/09  19:09:41
56349         Log: Typo/thinko in S_scan_const() - seeing high bit sets has_utf8 not this_utf8
56350              i.e. the output string has one, but don't mess with source assumption.
56351      Branch: perlio
56352            ! toke.c
56353 ____________________________________________________________________________
56354 [  8051] By: jhi                                   on 2000/12/09  16:55:17
56355         Log: Integrate perlio.
56356      Branch: perl
56357           !> MANIFEST embedvar.h intrpvar.h mg.c perl.c perlapi.h pp_hot.c
56358           !> sv.c thrdvar.h util.c
56359 ____________________________________________________________________________
56360 [  8050] By: jhi                                   on 2000/12/09  16:48:07
56361         Log: Nits noticed by Peter Prymmer.
56362      Branch: perl
56363            ! lib/ExtUtils/MM_VMS.pm
56364 ____________________________________________________________________________
56365 [  8049] By: nick                                  on 2000/12/09  13:49:40
56366         Log: UTF8 output prework.
56367              - Store $\ and $, as SVs so they can have SvUTF8 flag
56368              - use do_print() rather than raw PerlIO_write() to print them.
56369      Branch: perlio
56370            ! embedvar.h intrpvar.h mg.c perl.c perlapi.h pp_hot.c sv.c
56371            ! thrdvar.h util.c
56372 ____________________________________________________________________________
56373 [  8048] By: nick                                  on 2000/12/09  12:30:43
56374         Log: Integrate mainline.
56375      Branch: perlio
56376           +> ext/Encode/Encode/iso8859-16.enc ext/POSIX/hints/svr4.pl
56377           +> t/op/reverse.t
56378           !> Changes MANIFEST doop.c ext/POSIX/Makefile.PL hints/svr4.sh
56379           !> lib/ExtUtils/MM_OS2.pm lib/ExtUtils/MM_Unix.pm
56380           !> lib/ExtUtils/MM_VMS.pm lib/ExtUtils/Manifest.pm patchlevel.h
56381           !> pod/perlapi.pod pod/perlfunc.pod pod/perlintern.pod pp.h
56382           !> pp_hot.c t/README t/base/term.t t/lib/bigfltpm.t
56383           !> t/op/utf8decode.t t/pragma/warn/utf8 utf8.c utf8.h
56384 ____________________________________________________________________________
56385 [  8047] By: jhi                                   on 2000/12/09  00:23:27
56386         Log: Subject: Re: [pvhp@forte.com: [ID 20001208.004] Not OK: perl v5.7.0 +DEVEL8042 on VMS_AXP V7.1 (UNINSTALLED)]
56387              From: Michael G Schwern <schwern@pobox.com>
56388              Date: Fri, 8 Dec 2000 14:43:04 -0600
56389      Branch: perl
56390            ! lib/ExtUtils/MM_VMS.pm
56391 ____________________________________________________________________________
56392 [  8046] By: jhi                                   on 2000/12/08  23:10:27
56393         Log: A missed check-in.
56394      Branch: perl
56395            ! lib/ExtUtils/Manifest.pm
56396 ____________________________________________________________________________
56397 [  8045] By: jhi                                   on 2000/12/08  21:57:12
56398         Log: (null check-in)
56399      Branch: perl
56400            ! lib/ExtUtils/MM_Unix.pm pod/perlintern.pod
56401 ____________________________________________________________________________
56402 [  8044] By: jhi                                   on 2000/12/08  21:11:06
56403         Log: Add ISO 8859-16 encoding.  Not a standard yet but seems to be
56404              at the final draft stage.
56405      Branch: perl
56406            + ext/Encode/Encode/iso8859-16.enc
56407            ! MANIFEST
56408 ____________________________________________________________________________
56409 [  8043] By: jhi                                   on 2000/12/08  16:39:04
56410         Log: Update Changes.
56411      Branch: perl
56412            ! Changes patchlevel.h
56413 ____________________________________________________________________________
56414 [  8042] By: jhi                                   on 2000/12/08  16:33:39
56415         Log: Do not return the Unicode replacement character if UTF-8
56416              decoding goes awry, it should be up to the caller to decide.
56417      Branch: perl
56418            ! pod/perlapi.pod utf8.c
56419 ____________________________________________________________________________
56420 [  8041] By: jhi                                   on 2000/12/08  16:22:28
56421         Log: metaconfig maintenance.
56422      Branch: metaconfig
56423            ! U/modified/stdchar.U
56424      Branch: metaconfig/U/perl
56425            + testsyml.U
56426 ____________________________________________________________________________
56427 [  8040] By: jhi                                   on 2000/12/08  16:03:08
56428         Log: Subject: [ID 20001207.009] Not OK: perl v5.7.0 +DEVEL8030 on os2-64int-ld 2.30
56429              From: sthoenna@efn.org
56430              Date: Thu, 7 Dec 2000 21:32:43 -0800 (PST)
56431              Message-Id: <200012080532.eB85Wh729109@garcia.efn.org>
56432      Branch: perl
56433            ! Changes lib/ExtUtils/MM_OS2.pm
56434 ____________________________________________________________________________
56435 [  8039] By: jhi                                   on 2000/12/08  15:57:11
56436         Log: Subject: [PATCH] Re: ebcdic <-> ascii tables interjected in uv <-> utf8 considered harmful
56437              From: Simon Cozens <simon@cozens.net>
56438              Date: Fri, 8 Dec 2000 13:33:31 +0000
56439              Message-ID: <20001208133331.A11535@deep-dark-truthful-mirror.perlhacker.org>
56440              
56441              (The pp_hot part needed a rewrite.)
56442      Branch: perl
56443            ! doop.c pp_hot.c utf8.c
56444 ____________________________________________________________________________
56445 [  8038] By: jhi                                   on 2000/12/08  15:25:08
56446         Log: Subject: djSP
56447              From: Michael Stevens <michael@etla.org>
56448              Date: Wed, 6 Dec 2000 23:24:01 +0000
56449              Message-ID: <20001206232400.A21381@firedrake.org>
56450              
56451              Plus a note from Nick Ing-Simmons.
56452      Branch: perl
56453            ! pp.h
56454 ____________________________________________________________________________
56455 [  8037] By: jhi                                   on 2000/12/08  15:18:35
56456         Log: Filetype is text.
56457      Branch: perl
56458            ! t/op/utf8decode.t
56459 ____________________________________________________________________________
56460 [  8036] By: jhi                                   on 2000/12/08  03:31:27
56461         Log: Subject: [ID 20001207.004] [PATCH 5.6.0 and 5.7.x] add NCR MP-RAS support
56462              From: Andy Dougherty <doughera@lafayette.edu>
56463              Date: Thu, 7 Dec 2000 12:36:45 -0500 (EST)
56464              Message-Id: <Pine.SOL.4.10.10012071235400.13162-100000@maxwell.phys.lafayette.edu>
56465              
56466              Subject: Re: [ID 20001207.004] [PATCH 5.6.0 and 5.7.x] add NCR MP-RAS support
56467              From: Andy Dougherty <doughera@lafayette.edu>
56468              Date: Thu, 7 Dec 2000 13:56:10 -0500 (EST)
56469              Message-ID: <Pine.SOL.4.10.10012071354420.6665-100000@maxwell.phys.lafayette.edu>
56470      Branch: perl
56471            + ext/POSIX/hints/svr4.pl
56472            ! MANIFEST ext/POSIX/Makefile.PL hints/svr4.sh t/lib/bigfltpm.t
56473 ____________________________________________________________________________
56474 [  8035] By: jhi                                   on 2000/12/08  03:26:01
56475         Log: Subject: [ID 20001207.003] [PATCH] t/base/term.t causes abort if Config.pm not built
56476              From: Andy Dougherty <doughera@lafayette.edu>
56477              Date: Thu, 7 Dec 2000 10:50:47 -0500 (EST)
56478              Message-Id: <Pine.SOL.4.10.10012071049400.7566-100000@maxwell.phys.lafayette.edu>
56479      Branch: perl
56480            ! t/README t/base/term.t
56481 ____________________________________________________________________________
56482 [  8034] By: jhi                                   on 2000/12/08  03:21:59
56483         Log: Subject: DOC PATCH 5.6.0: -s return value incompletely documented
56484              From: mjd@plover.com  
56485              Date: 7 Dec 2000 21:04:20 -0000
56486              Message-ID: <20001207210420.22282.qmail@plover.com>
56487              
56488              Plus -z doc.
56489      Branch: perl
56490            ! pod/perlfunc.pod
56491 ____________________________________________________________________________
56492 [  8033] By: jhi                                   on 2000/12/08  03:19:03
56493         Log: Use the UTF8 macros a bit.  They can't be used with abandon
56494              everywhere because we do generate illegal UTF-8 in some situations.
56495              This is of course naughty.
56496      Branch: perl
56497            ! pod/perlapi.pod utf8.c utf8.h
56498 ____________________________________________________________________________
56499 [  8032] By: jhi                                   on 2000/12/08  03:00:09
56500         Log: Out of sync?
56501      Branch: perl
56502            ! t/pragma/warn/utf8
56503 ____________________________________________________________________________
56504 [  8031] By: jhi                                   on 2000/12/08  02:22:39
56505         Log: Cnt spl.
56506      Branch: perl
56507            ! MANIFEST
56508 ____________________________________________________________________________
56509 [  8030] By: jhi                                   on 2000/12/08  01:23:54
56510         Log: Add test for reverse().
56511      Branch: perl
56512            + t/op/reverse.t
56513            ! MANIFEST
56514 ____________________________________________________________________________
56515 [  8029] By: jhi                                   on 2000/12/08  01:21:47
56516         Log: Integrate perlio.
56517      Branch: perl
56518           !> ext/IO/IO.xs fakesdio.h global.sym lib/warnings.pm perlapi.c
56519           !> perlio.c perlio.h perlsdio.h warnings.pl
56520 ____________________________________________________________________________
56521 [  8028] By: jhi                                   on 2000/12/08  01:19:08
56522         Log: Introduce macros for UTF8 decoding.
56523      Branch: perl
56524            ! t/op/utf8decode.t t/pragma/warn/utf8 utf8.c utf8.h
56525 ____________________________________________________________________________
56526 [  8027] By: nick                                  on 2000/12/07  22:18:19
56527         Log: Integrate mainline
56528      Branch: perlio
56529           !> embed.pl pod/perlapi.pod utf8.c
56530 ____________________________________________________________________________
56531 [  8026] By: nick                                  on 2000/12/07  21:45:08
56532         Log: Various oddities p4 diff -se showed up
56533              Remove 'our' from warnings.pl
56534      Branch: perlio
56535            ! global.sym lib/warnings.pm pod/perlapi.pod warnings.pl
56536 ____________________________________________________________________________
56537 [  8025] By: nick                                  on 2000/12/07  21:43:32
56538         Log: Change PerlIO_(get|set)pos to take SV *
56539              Should fix, OS/2, VMS, (sfio??)
56540      Branch: perlio
56541            ! ext/IO/IO.xs fakesdio.h perlapi.c perlio.c perlio.h perlsdio.h
56542 ____________________________________________________________________________
56543 [  8024] By: jhi                                   on 2000/12/07  19:05:32
56544         Log: Document utf8_to_uv() better.
56545      Branch: perl
56546            ! pod/perlapi.pod utf8.c
56547 ____________________________________________________________________________
56548 [  8023] By: jhi                                   on 2000/12/07  18:23:47
56549         Log: Document utf8_length(), utf8_distance(), and utf8_hop().
56550      Branch: perl
56551            ! embed.pl pod/perlapi.pod utf8.c
56552 ____________________________________________________________________________
56553 [  8022] By: jhi                                   on 2000/12/07  04:13:51
56554         Log: Integrate perlio.
56555      Branch: perl
56556           !> perlio.c t/io/dup.t win32/config.vc win32/config_H.bc
56557           !> win32/config_H.gc win32/config_H.vc win32/config_h.PL
56558           !> win32/makefile.mk
56559 ____________________________________________________________________________
56560 [  8021] By: nick                                  on 2000/12/07  00:28:14
56561         Log: Various attempts at MSVC debug - not sure what has
56562              changed but works now. 
56563              Seems atexit() _may_ work for DLLs built with MSVC so don't
56564              call cleanup that way.
56565      Branch: perlio
56566            ! perlio.c win32/makefile.mk
56567 ____________________________________________________________________________
56568 [  8020] By: nick                                  on 2000/12/06  19:57:20
56569         Log: Integrate mainline
56570      Branch: perlio
56571           +> lib/ExtUtils/MANIFEST.SKIP t/op/concat.t
56572           !> (integrate 75 files)
56573 ____________________________________________________________________________
56574 [  8019] By: nick                                  on 2000/12/06  19:28:21
56575         Log: Add useperlio to config.vc
56576              Turn off binmode in config_H.PL
56577              Regen all the config_H.xx
56578              Attempt to get debugging build with MSVC.
56579      Branch: perlio
56580            ! win32/config.vc win32/config_H.bc win32/config_H.gc
56581            ! win32/config_H.vc win32/config_h.PL win32/makefile.mk
56582 ____________________________________________________________________________
56583 [  8018] By: nick                                  on 2000/12/06  19:21:57
56584         Log: Test various dup/external program options on all platforms.
56585      Branch: perlio
56586            ! t/io/dup.t
56587 ____________________________________________________________________________
56588 [  8017] By: nick                                  on 2000/12/06  19:20:47
56589         Log: Fix harness to be less picky
56590      Branch: perlio
56591            ! lib/Test/Harness.pm
56592 ____________________________________________________________________________
56593 [  8016] By: jhi                                   on 2000/12/06  16:45:12
56594         Log: Update Changes.
56595      Branch: perl
56596            ! Changes patchlevel.h
56597 ____________________________________________________________________________
56598 [  8015] By: jhi                                   on 2000/12/06  16:41:03
56599         Log: Test \x{...} with ord().
56600      Branch: perl
56601            ! t/op/ord.t
56602 ____________________________________________________________________________
56603 [  8014] By: jhi                                   on 2000/12/06  16:20:33
56604         Log: Test tweak because of #8013.
56605      Branch: perl
56606            ! t/lib/b.t
56607 ____________________________________________________________________________
56608 [  8013] By: jhi                                   on 2000/12/06  16:09:09
56609         Log: Subject: [PATCH] $VERSION crusade, strict, tests, etc... all over lib/
56610              From: Michael G Schwern <schwern@pobox.com>
56611              Date: Tue, 5 Dec 2000 21:23:28 -0500
56612              Message-ID: <20001205212328.C6473@blackrider.aocn.com>
56613              
56614              Carp::Heavy parts not very applicable because of recent changes.
56615      Branch: perl
56616            ! ext/Opcode/Opcode.pm lib/AnyDBM_File.pm lib/CGI/Apache.pm
56617            ! lib/CGI/Switch.pm lib/Carp.pm lib/Carp/Heavy.pm
56618            ! lib/DirHandle.pm lib/Dumpvalue.pm lib/English.pm lib/Env.pm
56619            ! lib/Exporter.pm lib/Exporter/Heavy.pm
56620            ! lib/ExtUtils/MM_Cygwin.pm lib/ExtUtils/MM_OS2.pm
56621            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_VMS.pm
56622            ! lib/ExtUtils/MM_Win32.pm lib/File/CheckTree.pm
56623            ! lib/File/DosGlob.pm lib/File/Find.pm lib/File/stat.pm
56624            ! lib/FileCache.pm lib/I18N/Collate.pm lib/Net/hostent.pm
56625            ! lib/Net/netent.pm lib/Net/protoent.pm lib/Net/servent.pm
56626            ! lib/Pod/Functions.pm lib/Pod/Html.pm lib/Search/Dict.pm
56627            ! lib/SelectSaver.pm lib/Term/Cap.pm lib/Term/Complete.pm
56628            ! lib/Term/ReadLine.pm lib/Text/Abbrev.pm lib/Tie/Hash.pm
56629            ! lib/Tie/RefHash.pm lib/Tie/Scalar.pm lib/Tie/SubstrHash.pm
56630            ! lib/Time/Local.pm lib/Time/tm.pm lib/UNIVERSAL.pm
56631            ! lib/User/grent.pm lib/User/pwent.pm lib/bytes.pm
56632            ! lib/charnames.pm lib/diagnostics.pm lib/filetest.pm
56633            ! lib/integer.pm lib/less.pm lib/locale.pm lib/open.pm
56634            ! lib/overload.pm lib/subs.pm lib/utf8.pm lib/vars.pm
56635            ! lib/warnings/register.pm t/lib/attrs.t t/lib/syslog.t
56636            ! warnings.pl
56637 ____________________________________________________________________________
56638 [  8012] By: jhi                                   on 2000/12/06  15:22:38
56639         Log: Subject: [PATCH] Re: New harness is failing things
56640              From: Nick Ing-Simmons <nik@tiuk.ti.com>
56641              Date: Wed, 6 Dec 2000 13:00:30 GMT
56642              Message-Id: <200012061300.NAA10567@mikado.tiuk.ti.com>
56643      Branch: perl
56644            ! lib/Test/Harness.pm
56645 ____________________________________________________________________________
56646 [  8011] By: jhi                                   on 2000/12/06  15:12:08
56647         Log: Subject: installhtml changes
56648              From: Michael Stevens <michael@etla.org>
56649              Date: Wed, 6 Dec 2000 13:15:53 +0000
56650              Message-ID: <20001206131553.A27317@firedrake.org>
56651      Branch: perl
56652            ! installhtml
56653 ____________________________________________________________________________
56654 [  8010] By: jhi                                   on 2000/12/06  15:06:05
56655         Log: Subject: the dTHR hits
56656              From: Michael Stevens <michael@etla.org>
56657              Date: Wed, 6 Dec 2000 12:06:03 +0000
56658              Message-ID: <20001206120603.A24581@firedrake.org>
56659              
56660              More, errrm, less dTHRs.
56661      Branch: perl
56662            ! bytecode.pl ext/B/B/C.pm
56663 ____________________________________________________________________________
56664 [  8009] By: jhi                                   on 2000/12/06  15:04:25
56665         Log: Subject: MakeMaker mailing list gone?
56666              From: Michael G Schwern <schwern@pobox.com>
56667              Date: Tue, 5 Dec 2000 19:29:59 -0500
56668              Message-ID: <20001205192959.B6473@blackrider.aocn.com>
56669              
56670              The MakeMaker mailing list is dead, perlbug is the right
56671              address to report bugs.
56672      Branch: perl
56673            ! lib/ExtUtils/MakeMaker.pm
56674 ____________________________________________________________________________
56675 [  8008] By: jhi                                   on 2000/12/06  15:00:32
56676         Log: Subject: [PATCH ExtUtils::Manifest 1.1] Default MANIFEST.SKIP]
56677              From: Michael G Schwern <schwern@pobox.com>
56678              Date: Tue, 5 Dec 2000 19:21:21 -0500
56679              Message-ID: <20001205192121.A6473@blackrider.aocn.com>
56680              
56681              Add a default MANIFEST skip that ignores things like
56682              version control files, editor temporary files, and the Makefile.
56683      Branch: perl
56684            + lib/ExtUtils/MANIFEST.SKIP
56685            ! MANIFEST lib/ExtUtils/Manifest.pm
56686 ____________________________________________________________________________
56687 [  8007] By: jhi                                   on 2000/12/06  14:57:20
56688         Log: In Amiga more manual hackery of the scripts seems to be needed,
56689              from Jan-Erik Karlsson.  Why Configure does not get this right
56690              is unknown, may be shell-induced.
56691      Branch: perl
56692            ! README.amiga
56693 ____________________________________________________________________________
56694 [  8006] By: jhi                                   on 2000/12/05  23:53:12
56695         Log: Add TOPm1s to peek at the second topmost stack item.
56696      Branch: perl
56697            ! pp.h
56698 ____________________________________________________________________________
56699 [  8005] By: jhi                                   on 2000/12/05  23:13:55
56700         Log: Avaunt, you foul UTF-8 tests.
56701      Branch: perl
56702            ! t/op/ver.t t/pragma/utf8.t
56703 ____________________________________________________________________________
56704 [  8004] By: jhi                                   on 2000/12/05  23:09:54
56705         Log: Continue utf8 dispersal. 
56706      Branch: perl
56707            + t/op/concat.t
56708            ! MANIFEST t/pragma/utf8.t
56709 ____________________________________________________________________________
56710 [  8003] By: nick                                  on 2000/12/05  23:02:39
56711         Log: Integrate mainline.
56712      Branch: perlio
56713           +> t/op/length.t t/op/utf8decode.t
56714           !> (integrate 69 files)
56715 ____________________________________________________________________________
56716 [  8002] By: jhi                                   on 2000/12/05  22:59:28
56717         Log: Integrate perlio.
56718      Branch: perl
56719           !> iperlsys.h perl.c perlio.c win32/perllib.c
56720 ____________________________________________________________________________
56721 [  8001] By: nick                                  on 2000/12/05  22:07:52
56722         Log: Win32 PERL_IMPLICIT_SYS passes all tests with USE_PERLIO
56723              - calloc/free suffer from damage on TerminateThread()
56724              - use PerlMemShared (as originally planned) now fixed
56725              - avoid doing anything important on DLL "detach".
56726      Branch: perlio
56727            ! perl.c perlio.c win32/perllib.c
56728 ____________________________________________________________________________
56729 [  8000] By: nick                                  on 2000/12/05  21:05:09
56730         Log: Fix gross PerlMemShared issue.
56731      Branch: perlio
56732            ! iperlsys.h
56733 ____________________________________________________________________________
56734 [  7999] By: jhi                                   on 2000/12/05  20:46:58
56735         Log: Test for Unicode (UTF-8) hash keys.
56736      Branch: perl
56737            ! t/op/each.t
56738 ____________________________________________________________________________
56739 [  7998] By: jhi                                   on 2000/12/05  20:30:35
56740         Log: Remove an unnecessary 'use utf8' (unnecessary because \x{...}
56741              is now always UTF-8), empty line cosmetics.
56742      Branch: perl
56743            ! t/pragma/utf8.t
56744 ____________________________________________________________________________
56745 [  7997] By: jhi                                   on 2000/12/05  20:15:40
56746         Log: Subject: Re: STRLEN - what?
56747              From: Andy Dougherty <doughera@lafayette.edu>
56748              Date: Tue, 5 Dec 2000 11:58:46 -0500 (EST)
56749              Message-ID: <Pine.SOL.4.10.10012051152100.3586-100000@maxwell.phys.lafayette.edu>
56750              
56751              Explain STRLEN.
56752      Branch: perl
56753            ! pod/perlguts.pod
56754 ____________________________________________________________________________
56755 [  7996] By: jhi                                   on 2000/12/05  20:13:34
56756         Log: Split off the UTF-8 decoder tests, make them to check also
56757              the error message.
56758      Branch: perl
56759            + t/op/utf8decode.t
56760            ! MANIFEST t/pragma/utf8.t utf8.c
56761 ____________________________________________________________________________
56762 [  7995] By: jhi                                   on 2000/12/05  16:39:47
56763         Log: Start migrating bits of pragma/utf8 to elsewhere
56764              (since the long term plan is to obsolete 'use utf8').
56765      Branch: perl
56766            + t/op/length.t
56767            ! MANIFEST t/pragma/utf8.t
56768 ____________________________________________________________________________
56769 [  7994] By: jhi                                   on 2000/12/05  16:30:21
56770         Log: Fix a manual edit typo from #7993, fix the message formatting
56771              for Unicode, add few our declarations.
56772      Branch: perl
56773            ! lib/Carp/Heavy.pm
56774 ____________________________________________________________________________
56775 [  7993] By: jhi                                   on 2000/12/05  16:09:15
56776         Log: Subject: Need help with warnings :-(
56777              From: "Ben Tilly" <ben_tilly@hotmail.com>
56778              Date: Tue, 05 Dec 2000 01:35:54 -0500
56779              Message-ID: <LAW2-F2380n7J95K7aI00001bb9@hotmail.com>
56780              
56781              Subject: UPDATE: Carp/Heavy now passes all tests
56782              From: "Ben Tilly" <ben_tilly@hotmail.com>
56783              Date: Tue, 05 Dec 2000 07:59:41 -0500
56784              Message-ID: <LAW2-F58V1qdiixjnzi00005523@hotmail.com>
56785              
56786              The Brave New Carp.
56787      Branch: perl
56788            ! lib/Carp.pm lib/Carp/Heavy.pm
56789 ____________________________________________________________________________
56790 [  7992] By: jhi                                   on 2000/12/05  15:55:08
56791         Log: Subject: [PATCH perl@7979] cygwin port
56792              From: "Eric Fifer" <efifer@dircon.co.uk>
56793              Date: Tue, 5 Dec 2000 14:04:09 -0000
56794              Message-Id: <200012051402.OAA60286@mailhost2.dircon.co.uk>
56795      Branch: perl
56796            ! t/lib/net-hostent.t
56797 ____________________________________________________________________________
56798 [  7991] By: jhi                                   on 2000/12/05  15:52:34
56799         Log: Subject: Re: [PATCH] The largest hoax of all times?
56800              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
56801              Date: Tue, 5 Dec 2000 00:40:25 -0500
56802              Message-ID: <20001205004025.A4050@monk.mps.ohio-state.edu>
56803              
56804              Subject: Re: [PATCH] The largest hoax of all times?
56805              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
56806              Date: Mon, 4 Dec 2000 23:55:53 -0500
56807              Message-ID: <20001204235553.A1140@monk.mps.ohio-state.edu>
56808              
56809              Subject: Re: [PATCH] The largest hoax of all times?
56810              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
56811              Date: Tue, 5 Dec 2000 01:28:45 -0500
56812              Message-ID: <20001205012844.A4227@monk.mps.ohio-state.edu>
56813              
56814              Fix the unpredictable order of DESTROYs.
56815      Branch: perl
56816            ! embed.h embed.pl objXSUB.h pod/perlapi.pod proto.h scope.c
56817            ! sv.c sv.h t/op/ref.t
56818 ____________________________________________________________________________
56819 [  7990] By: jhi                                   on 2000/12/05  14:38:53
56820         Log: Subject: [PATCH] shrink pp_hot fractionally
56821              From: Nicholas Clark <nick@ccl4.org>
56822              Date: Tue, 5 Dec 2000 12:44:31 +0000
56823              Message-ID: <20001205124431.E74518@plum.flirble.org>
56824              
56825              Use report_evil_fh().
56826      Branch: perl
56827            ! opcode.pl opnames.h pp_hot.c util.c
56828 ____________________________________________________________________________
56829 [  7989] By: jhi                                   on 2000/12/05  14:21:27
56830         Log: Subject: [PATCH] [ID 20001203.001] Not OK: perl v5.7.0 +DEVEL7965 on os2-64int-ld 2.30 (UNINSTALLED)
56831              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
56832              Date: Mon, 04 Dec 2000 22:21:59 -0800
56833              Message-ID: <HmIL6gzkgepS092yn@efn.org>
56834              
56835              Harness shouldn't ignore responses like "ok 3\r\r\n".
56836      Branch: perl
56837            ! lib/Test/Harness.pm
56838 ____________________________________________________________________________
56839 [  7988] By: jhi                                   on 2000/12/05  13:51:28
56840         Log: Integrate the "skip" messages to explain().
56841      Branch: perl
56842            ! t/lib/syslfs.t t/op/lfs.t
56843 ____________________________________________________________________________
56844 [  7987] By: jhi                                   on 2000/12/05  12:34:54
56845         Log: The one that got away in #7984.
56846              
56847              Subject: Re: dTHR - what and why?
56848              From: Michael Stevens <michael@etla.org> 
56849              Date: Tue, 5 Dec 2000 11:15:52 +0000
56850              Message-ID: <20001205111552.A4647@firedrake.org>
56851      Branch: perl
56852            ! sv.h
56853 ____________________________________________________________________________
56854 [  7986] By: gsar                                  on 2000/12/05  09:14:44
56855         Log: fix open(FOO, ">&MYSOCK") failure under Windows 9x (problem is
56856              due to the notorious GetFileType() bug in Windows 9x, which fstat()
56857              tickles)
56858      Branch: perl
56859            ! win32/perlhost.h win32/win32.c win32/win32.h win32/win32sck.c
56860 ____________________________________________________________________________
56861 [  7985] By: jhi                                   on 2000/12/05  05:49:03
56862         Log: Integrate perlio.
56863      Branch: perl
56864           !> iperlsys.h perl.c perlio.c perlio.h perliol.h sv.c t/op/fork.t
56865           !> win32/perlhost.h win32/perllib.c
56866 ____________________________________________________________________________
56867 [  7984] By: jhi                                   on 2000/12/05  05:48:16
56868         Log: dTHR is a nop in 5.6.0 onwards.  Ergo, it can go.
56869      Branch: perl
56870            ! av.c cygwin/cygwin.c deb.c djgpp/djgpp.c doio.c doop.c dump.c
56871            ! epoc/epoc.c ext/ByteLoader/ByteLoader.xs
56872            ! ext/ByteLoader/byterun.c ext/Devel/DProf/DProf.xs
56873            ! ext/Thread/Thread.xs ext/re/re.xs gv.c hv.c mg.c op.c
56874            ! os2/OS2/REXX/REXX.xs os2/os2.c os2/os2ish.h perl.c perl.h
56875            ! perlapi.c pp.c pp.h pp_ctl.c pp_hot.c pp_sys.c regcomp.c
56876            ! regexec.c run.c scope.c sv.c taint.c thread.h toke.c
56877            ! universal.c utf8.c util.c vmesa/vmesa.c vms/ext/Stdio/Stdio.xs
56878            ! win32/win32.c
56879 ____________________________________________________________________________
56880 [  7983] By: nick                                  on 2000/12/04  23:27:43
56881         Log: PERL_IMPLICIT_SYS (almost) works - something odd with "signal"
56882      Branch: perlio
56883            ! iperlsys.h perl.c perlio.c perlio.h perliol.h sv.c t/op/fork.t
56884            ! win32/perlhost.h win32/perllib.c
56885 ____________________________________________________________________________
56886 [  7982] By: jhi                                   on 2000/12/04  19:44:09
56887         Log: Yet Another Copying-Without-Paying-Attention-To-SvUTF8(sv) Bug
56888              uncovered by #7980.
56889      Branch: perl
56890            ! op.c
56891 ____________________________________________________________________________
56892 [  7981] By: jhi                                   on 2000/12/04  19:42:07
56893         Log: Subject: [PATCH] Trivial dump.c feature
56894              From: Simon Cozens <simon@cozens.net>
56895              Date: Mon, 4 Dec 2000 18:08:38 +0000
56896              Message-ID: <20001204180838.A5541@pembro33.pmb.ox.ac.uk>
56897              
56898              Show whether a constant is UTF-8.
56899      Branch: perl
56900            ! dump.c
56901 ____________________________________________________________________________
56902 [  7980] By: jhi                                   on 2000/12/04  19:36:51
56903         Log: UTF-8 hash keys, patch from Inaba Hiroto.
56904      Branch: perl
56905            ! embed.h embed.pl hv.c hv.h pod/perlapi.pod proto.h
56906 ____________________________________________________________________________
56907 [  7979] By: jhi                                   on 2000/12/04  17:36:28
56908         Log: Update Changes.
56909      Branch: perl
56910            ! Changes patchlevel.h
56911 ____________________________________________________________________________
56912 [  7978] By: jhi                                   on 2000/12/04  16:42:17
56913         Log: Retract #7977, still too volatile (the euphemism of the day
56914              for unfinished and buggy :-)
56915      Branch: perl
56916            ! doop.c hv.c pp.c sv.h
56917 ____________________________________________________________________________
56918 [  7977] By: jhi                                   on 2000/12/04  16:25:15
56919         Log: (Retracted by #7978, too shaky yet.)
56920              
56921              Subject: Re: utf8 in hash keys, implementor missing
56922              From: Simon Cozens <simon@cozens.net>
56923              Date: Sat, 2 Dec 2000 19:49:35 +0000
56924              Message-ID: <20001202194935.A25673@pembro33.pmb.ox.ac.uk>
56925              
56926              The first step at UTF-8 hash keys.
56927      Branch: perl
56928            ! doop.c hv.c pp.c sv.h
56929 ____________________________________________________________________________
56930 [  7976] By: jhi                                   on 2000/12/04  16:13:53
56931         Log: Subject: [ID 20001203.001] Not OK: perl v5.7.0 +DEVEL7965 on os2-64int-ld 2.30 (UNINSTALLED)
56932              From: sthoenna@efn.org
56933              Date: Sun, 3 Dec 2000 19:06:53 -0800 (PST)
56934              Message-Id: <200012040306.eB436rE18922@garcia.efn.org>
56935      Branch: perl
56936            ! os2/os2.c perlio.c
56937 ____________________________________________________________________________
56938 [  7975] By: jhi                                   on 2000/12/04  16:05:25
56939         Log: Subject: Re: [ID 20001129.009] Not OK: perl v5.7.0 +DEVEL7928 on os2-64int-ld 2.30 (UNINSTALLED)
56940              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
56941              Date: Thu, 30 Nov 2000 20:50:37 -0800
56942              Message-ID: <d4yJ6gzkgGsJ092yn@efn.org>
56943      Branch: perl
56944            ! os2/os2.c
56945 ____________________________________________________________________________
56946 [  7974] By: jhi                                   on 2000/12/04  16:03:57
56947         Log: Subject: [PATCH] ++ 20% faster
56948              From: Nicholas Clark <nick@ccl4.org>
56949              Date: Mon, 4 Dec 2000 12:17:27 +0000
56950              Message-ID: <20001204121726.B52976@plum.flirble.org>
56951              
56952              Make '$i = ""; $i++' to produce true IVs without a hint of NVs.
56953      Branch: perl
56954            ! sv.c
56955 ____________________________________________________________________________
56956 [  7973] By: jhi                                   on 2000/12/04  16:00:48
56957         Log: 
56958              Subject: Re: Not OK: perl v5.7.0 +DEVEL7825 on aix 4.2.1.0 (UNINSTALLED)
56959              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
56960              Date: Mon, 04 Dec 2000 12:30:45 +0100
56961              Message-Id: <20001204122118.E85D.H.M.BRAND@hccnet.nl>
56962              
56963              AIX 4.2 (using latest patchlevels on 20001130) has a broken bind
56964              library (getprotobyname and getprotobynumber are outversioned by
56965              the same calls in libc, at least for xlc version 3.
56966      Branch: perl
56967            ! hints/aix.sh
56968 ____________________________________________________________________________
56969 [  7972] By: jhi                                   on 2000/12/04  02:58:31
56970         Log: Integrate perlio.
56971      Branch: perl
56972           !> doio.c iperlsys.h perl.c perl.h perlio.c perlio.h toke.c
56973           !> win32/makefile.mk win32/perlhost.h win32/perllib.c
56974           !> win32/win32.h win32/win32iop.h win32/win32thread.h
56975 ____________________________________________________________________________
56976 [  7971] By: nick                                  on 2000/12/04  00:24:33
56977         Log: Quieten some noise in Win32 builds:
56978              - win32.h is included after <sys/socket.h>, so need to 
56979              set Win32SCK_IS_STDSCK earlier to avoid re-defined noise in XSUB.h
56980              - GCC (& MSVC?) have execv(...,const char *const *) so need a cast from char **.
56981      Branch: perlio
56982            ! doio.c perl.h toke.c win32/win32.h
56983 ____________________________________________________________________________
56984 [  7970] By: nick                                  on 2000/12/03  22:57:46
56985         Log: PERL_IMPLICIT_SYS compiles but does not work.
56986      Branch: perlio
56987            ! iperlsys.h perl.c perlio.c perlio.h win32/makefile.mk
56988            ! win32/perlhost.h win32/perllib.c win32/win32.h
56989            ! win32/win32iop.h win32/win32thread.h
56990 ____________________________________________________________________________
56991 [  7969] By: jhi                                   on 2000/12/03  22:12:58
56992         Log: On DEBUGGING make ANYOFUTF8 nodes store away also the SV
56993              used to swash_init(), makes regprop() dumps more informative
56994              (+utf8::IsAlpha, -utf8::IsDigit, for example).
56995      Branch: perl
56996            ! regcomp.c regexec.c
56997 ____________________________________________________________________________
56998 [  7968] By: jhi                                   on 2000/12/03  21:39:56
56999         Log: Implement ANYOFUTF8 regprop() dumping.
57000      Branch: perl
57001            ! regcomp.c
57002 ____________________________________________________________________________
57003 [  7967] By: jhi                                   on 2000/12/03  20:57:19
57004         Log: Make uv_to_utf8() to zero-terminate its output buffer,
57005              always use (at least) UTF8_MAXLEN + 1 U8s deep buffer.
57006      Branch: perl
57007            ! op.c pp.c regcomp.c regexec.c sv.c toke.c utf8.c
57008 ____________________________________________________________________________
57009 [  7966] By: nick                                  on 2000/12/03  18:41:21
57010         Log: Integrate mainline (STDCHAR)
57011      Branch: perlio
57012           !> Configure t/pragma/utf8.t
57013 ____________________________________________________________________________
57014 [  7965] By: jhi                                   on 2000/12/03  17:58:20
57015         Log: Raw zero bytes in text files confuse at least GNU patch 2.1.
57016      Branch: perl
57017            ! t/pragma/utf8.t
57018 ____________________________________________________________________________
57019 [  7964] By: jhi                                   on 2000/12/03  17:35:56
57020         Log: Integrate perlio.
57021      Branch: perl
57022           !> iperlsys.h perlio.c
57023 ____________________________________________________________________________
57024 [  7963] By: jhi                                   on 2000/12/03  17:33:55
57025         Log: Metaconfig unit change for #7962.
57026      Branch: metaconfig
57027            ! U/modified/stdchar.U
57028 ____________________________________________________________________________
57029 [  7962] By: jhi                                   on 2000/12/03  17:33:27
57030         Log: Untangle the <stdio.h> #include nest for the stdchar test,
57031              from Andy Dougherty.
57032      Branch: perl
57033            ! Configure
57034 ____________________________________________________________________________
57035 [  7961] By: nick                                  on 2000/12/03  16:53:00
57036         Log: Make iperlsys.h vector stdio not PerlIO.
57037      Branch: perlio
57038            ! iperlsys.h perlio.c
57039 ____________________________________________________________________________
57040 [  7960] By: nick                                  on 2000/12/03  14:43:01
57041         Log: Integrate mainline
57042      Branch: perlio
57043           !> Changes Configure config_h.SH lib/ExtUtils/MM_Unix.pm op.c
57044           !> patchlevel.h pod/perldiag.pod t/lib/net-hostent.t toke.c
57045 ____________________________________________________________________________
57046 [  7959] By: jhi                                   on 2000/12/03  08:16:36
57047         Log: Use DO_UTF8().
57048      Branch: perl
57049            ! op.c
57050 ____________________________________________________________________________
57051 [  7958] By: jhi                                   on 2000/12/02  18:33:05
57052         Log: Subject: Re: [ID 20001130.011] expression parsing bug ?
57053              From: Mike Guy <mjtg@cam.ac.uk>         
57054              Date: Sat, 02 Dec 2000 17:27:13 +0000
57055              Message-Id: <E142GRN-0003go-00@libra.cus.cam.ac.uk>
57056              
57057              An extraneous argument.
57058      Branch: perl
57059            ! toke.c
57060 ____________________________________________________________________________
57061 [  7957] By: jhi                                   on 2000/12/02  18:22:32
57062         Log: A missing hunk.
57063      Branch: perl
57064            ! t/lib/net-hostent.t
57065 ____________________________________________________________________________
57066 [  7956] By: jhi                                   on 2000/12/02  18:06:20
57067         Log: Subject: [PATCH] Re: [ID 20001202.001] (Net::hostent)
57068              From: Nicholas Clark <nick@ccl4.org>
57069              Date: Sat, 2 Dec 2000 14:28:27 +0000
57070              Message-ID: <20001202142827.A12308@plum.flirble.org>
57071              
57072              Test robustness.
57073      Branch: perl
57074            ! t/lib/net-hostent.t
57075 ____________________________________________________________________________
57076 [  7955] By: jhi                                   on 2000/12/02  17:58:06
57077         Log: Metaconfig unit change for #7954.
57078      Branch: metaconfig
57079            ! U/modified/stdchar.U
57080 ____________________________________________________________________________
57081 [  7954] By: jhi                                   on 2000/12/02  17:54:32
57082         Log: An inconvenient hang would happen if the stdio _ptr wasn't
57083              found in <stdio.h> and <stdio_impl.h> didn't exist.  (grep
57084              would be grepping stdin for all eternity for the _ptr.)
57085      Branch: perl
57086            ! Configure
57087 ____________________________________________________________________________
57088 [  7953] By: jhi                                   on 2000/12/02  00:07:15
57089         Log: Update Changes.
57090      Branch: perl
57091            ! Changes patchlevel.h
57092 ____________________________________________________________________________
57093 [  7952] By: jhi                                   on 2000/12/01  23:54:47
57094         Log: Subject: Re: long shell lines
57095              From: Andy Dougherty <doughera@lafayette.edu>
57096              Date: Thu, 30 Nov 2000 12:45:37 -0500 (EST)
57097              Message-ID: <Pine.SOL.4.10.10011301044590.26388-100000@maxwell.phys.lafayette.edu>
57098              
57099              Split overly long shell command lines.
57100      Branch: perl
57101            ! lib/ExtUtils/MM_Unix.pm
57102 ____________________________________________________________________________
57103 [  7951] By: jhi                                   on 2000/12/01  23:48:02
57104         Log: The metaconfig unit change for #7950.
57105      Branch: metaconfig
57106            + U/modified/stdchar.U
57107 ____________________________________________________________________________
57108 [  7950] By: jhi                                   on 2000/12/01  23:47:39
57109         Log: Try to find stdchar also from <stdio_impl.h>.
57110      Branch: perl
57111            ! Configure config_h.SH
57112 ____________________________________________________________________________
57113 [  7949] By: jhi                                   on 2000/12/01  23:46:45
57114         Log: Subject: Re: [ID 20001130.011] expression parsing bug ?
57115              From: Ronald J Kimball <rjk@linguist.dartmouth.edu>
57116              Date: Fri, 1 Dec 2000 16:26:08 -0500
57117              Message-ID: <20001201162608.B1436@linguist.dartmouth.edu>
57118              
57119              Reword the diagnostic message.
57120      Branch: perl
57121            ! pod/perldiag.pod
57122 ____________________________________________________________________________
57123 [  7948] By: nick                                  on 2000/12/01  22:49:43
57124         Log: Integrate mainline (for s/y/m as sub names stuff).
57125      Branch: perlio
57126           !> lib/CPAN.pm lib/CPAN/FirstTime.pm pod/perldiag.pod t/op/misc.t
57127           !> t/pragma/warn/toke toke.c
57128 ____________________________________________________________________________
57129 [  7947] By: jhi                                   on 2000/12/01  20:55:41
57130         Log: Integrate perlio.
57131      Branch: perl
57132           !> perlio.c perliol.h t/io/pipe.t
57133 ____________________________________________________________________________
57134 [  7946] By: jhi                                   on 2000/12/01  20:36:51
57135         Log: Upgrade to CPAN 1.59_51, from Andreas König.
57136      Branch: perl
57137            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
57138 ____________________________________________________________________________
57139 [  7945] By: nick                                  on 2000/12/01  20:31:32
57140         Log: Integrate mainline
57141      Branch: perlio
57142           +> ext/Encode/Encode/EncodeFormat.pod lib/unicode/Is/Blank.pl
57143           +> lib/unicode/Is/SpacePerl.pl t/lib/class-struct.t
57144           +> t/lib/net-hostent.t
57145           !> (integrate 35 files)
57146 ____________________________________________________________________________
57147 [  7944] By: jhi                                   on 2000/12/01  20:23:29
57148         Log: Some help for 20001130.011.  Now one gets warnings like
57149              "Ambiguous -f() resolved as a file test ..."
57150      Branch: perl
57151            ! pod/perldiag.pod t/pragma/warn/toke toke.c
57152 ____________________________________________________________________________
57153 [  7943] By: jhi                                   on 2000/12/01  19:44:44
57154         Log: Retract #7941.  Forbidding subs m/s/etc is too cruel because
57155              that also breaks using them as methods. 
57156      Branch: perl
57157            ! pod/perldiag.pod t/op/misc.t toke.c
57158 ____________________________________________________________________________
57159 [  7942] By: nick                                  on 2000/12/01  17:56:46
57160         Log: Fix 'mmap' lib/filehand.t (ungetc) test fail.
57161              Make 'unix' pass most tests
57162              - do unread by temporary push of layer ("pending") holding unread chars
57163              - fast_gets is now based on per-handle flag
57164              - relax one of io/pipe.t tests to allow print to fail and close to
57165              succeed so that it passes on unbuffered "unix" layer.
57166              Remaining fail is sporadic and a genuine race condition between
57167              parent/child in fork test.
57168      Branch: perlio
57169            ! perlio.c perliol.h t/io/pipe.t
57170 ____________________________________________________________________________
57171 [  7941] By: jhi                                   on 2000/12/01  15:28:58
57172         Log: (Retracted by #7943.)
57173              
57174              Reserve the short named string operator names.
57175      Branch: perl
57176            ! pod/perldiag.pod t/op/misc.t toke.c
57177 ____________________________________________________________________________
57178 [  7940] By: jhi                                   on 2000/12/01  06:45:53
57179         Log: Get the three different space character classes right under utf8.
57180      Branch: perl
57181            + lib/unicode/Is/Blank.pl lib/unicode/Is/SpacePerl.pl
57182            ! MANIFEST lib/unicode/mktables.PL pod/perlre.pod regcomp.c
57183            ! regexec.c t/op/pat.t utf8.c
57184 ____________________________________________________________________________
57185 [  7939] By: jhi                                   on 2000/12/01  03:26:26
57186         Log: Two more tests that make no sense in UTF-8 since the test
57187              data is not in UTF-8.
57188      Branch: perl
57189            ! t/op/regexp.t
57190 ____________________________________________________________________________
57191 [  7938] By: jhi                                   on 2000/12/01  03:20:39
57192         Log: \x{} doesn't any more require 'use utf8' outside regexen so why
57193              should it be required inside regexen?
57194      Branch: perl
57195            ! regcomp.c t/op/regmesg.t
57196 ____________________________________________________________________________
57197 [  7937] By: jhi                                   on 2000/12/01  02:58:53
57198         Log: Fix for 20001130.008 and 20001130.010, the PL_regnpar wasn't
57199              stored and restored, and thusly was trounced by the utf8 swash
57200              routines.
57201      Branch: perl
57202            ! regcomp.c
57203 ____________________________________________________________________________
57204 [  7936] By: jhi                                   on 2000/11/30  20:41:39
57205         Log: Fix for 20001128.006, be more careful in Perl_sv_utf8_downgrade().
57206              Why the different platforms behave so differently (core dump vs
57207              no core dump) on this bug is a but of a mystery, but if I had to
57208              guess I would mumble something like 'alignment'.
57209      Branch: perl
57210            ! sv.c
57211 ____________________________________________________________________________
57212 [  7935] By: jhi                                   on 2000/11/30  16:17:02
57213         Log: Subject: [PATCH perl@7930] toke.c perlio.c -Wformat nits
57214              From: Robin Barker <rmb1@cise.npl.co.uk>
57215              Message-Id: <200011301427.OAA00030@tempest.npl.co.uk>
57216              Date: Thu, 30 Nov 2000 14:27:12 GMT
57217      Branch: perl
57218            ! perlio.c toke.c
57219 ____________________________________________________________________________
57220 [  7934] By: jhi                                   on 2000/11/30  16:04:49
57221         Log: In OS/390 'localhost' can be 'localhost.FOO.BAR'.
57222      Branch: perl
57223            ! t/lib/net-hostent.t
57224 ____________________________________________________________________________
57225 [  7933] By: jhi                                   on 2000/11/30  06:07:26
57226         Log: Subject: [ID 20001129.007] Not OK: perl v5.7.0 +DEVEL7928 on VMS_AXP V7.1 (UNINSTALLED)
57227              From: Peter Prymmer <pvhp@forte.com>
57228              Date: Wed, 29 Nov 2000 15:16:45 -0800 (PST)
57229              Message-Id: <Pine.OSF.4.10.10011291515570.328738-100000@aspara.forte.com>
57230              
57231              In VMS the localhost may be LOCALHOST.
57232      Branch: perl
57233            ! t/lib/net-hostent.t
57234 ____________________________________________________________________________
57235 [  7932] By: jhi                                   on 2000/11/30  01:11:11
57236         Log: Subject: Re: question about retlen in utf8.c:Perl_utf8_to_uv()
57237              From: Peter Prymmer <pvhp@forte.com>
57238              Date: Wed, 29 Nov 2000 12:36:40 -0800 (PST)
57239              Message-ID: <Pine.OSF.4.10.10011291233120.328738-100000@aspara.forte.com>
57240              
57241              plus regen perlapi.pod.
57242      Branch: perl
57243            ! pod/perlapi.pod utf8.c
57244 ____________________________________________________________________________
57245 [  7931] By: jhi                                   on 2000/11/30  01:06:19
57246         Log: Subject:  [PATCH perl@7930] get t/lib/filter-util.t to work on VMS 
57247              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
57248              Date:     Wed, 29 Nov 2000 17:15:11 EST
57249              Message-Id: <001129171439.6099b@DUPHY4.Physics.Drexel.Edu>
57250      Branch: perl
57251            ! t/lib/filter-util.pl t/lib/filter-util.t
57252 ____________________________________________________________________________
57253 [  7930] By: jhi                                   on 2000/11/29  18:51:55
57254         Log: Update Changes.
57255      Branch: perl
57256            ! Changes patchlevel.h
57257 ____________________________________________________________________________
57258 [  7929] By: jhi                                   on 2000/11/29  18:50:55
57259         Log: Update the va_copy() metaconfig unit.
57260      Branch: metaconfig/U/perl
57261            ! need_va_copy.U
57262 ____________________________________________________________________________
57263 [  7928] By: jhi                                   on 2000/11/29  17:50:43
57264         Log: Subject: [ID 20001128.003] Not OK: perl v5.7.0 +DEVEL7891 on ppc-linux 2.2.17  
57265              From: Dominic Dunlop <domo@computer.org>
57266              Date: Tue, 28 Nov 2000 16:41:57 +0100
57267              Message-Id: <p04320400b649771b9797@[192.168.1.4]>
57268              
57269              Patch to catch a core dump in the Configure va_copy test.
57270      Branch: perl
57271            ! Configure config_h.SH
57272 ____________________________________________________________________________
57273 [  7927] By: jhi                                   on 2000/11/29  17:31:59
57274         Log: Retract #7921, the patch shouldn't be needed.
57275      Branch: perl
57276            ! sv.c
57277 ____________________________________________________________________________
57278 [  7926] By: jhi                                   on 2000/11/29  17:01:41
57279         Log: Make the Class::Struct import() wiser.
57280      Branch: perl
57281            ! lib/Class/Struct.pm t/lib/class-struct.t
57282 ____________________________________________________________________________
57283 [  7925] By: jhi                                   on 2000/11/29  16:36:33
57284         Log: All the core library users of Class::Struct seem to be
57285              using "use Class::Struct 'struct';" instead of the bare
57286              "use Class::Struct;", which isn't documented in Class::Struct.
57287              This can't be right.
57288      Branch: perl
57289            ! lib/File/stat.pm
57290 ____________________________________________________________________________
57291 [  7924] By: jhi                                   on 2000/11/29  16:32:15
57292         Log: A test works better if it has the right 1..$n output.
57293      Branch: perl
57294            ! t/lib/class-struct.t
57295 ____________________________________________________________________________
57296 [  7923] By: jhi                                   on 2000/11/29  16:29:11
57297         Log: Forgot to MANIFEST the new Net::hostent test.
57298      Branch: perl
57299            ! MANIFEST
57300 ____________________________________________________________________________
57301 [  7922] By: jhi                                   on 2000/11/29  16:27:49
57302         Log: Integrate perlio.
57303      Branch: perl
57304           !> iperlsys.h perlio.c
57305 ____________________________________________________________________________
57306 [  7921] By: jhi                                   on 2000/11/29  16:27:10
57307         Log: (Retracted by #7927.)
57308              
57309              Subject: [PATCH] Is infinity a number?
57310              From: Simon Cozens <simon@cozens.net>
57311              Date: Wed, 29 Nov 2000 14:48:20 +0000
57312              Message-ID: <20001129144820.A31339@pembro33.pmb.ox.ac.uk>
57313      Branch: perl
57314            ! sv.c
57315 ____________________________________________________________________________
57316 [  7920] By: jhi                                   on 2000/11/29  16:23:02
57317         Log: Subject: net_hostent.t (was Re: [ID 20001128.002] what's the point of example code if it is buggy?)
57318              From: rspier@pobox.com (Robert Spier)
57319              Date: Wed, 29 Nov 2000 02:17:49 -0500
57320              Message-ID: <14884.44445.760322.278647@localhost.localdomain>
57321              
57322              Add a test for Net::hostent.
57323      Branch: perl
57324            + t/lib/net-hostent.t
57325 ____________________________________________________________________________
57326 [  7919] By: jhi                                   on 2000/11/29  16:21:31
57327         Log: Make "use Class::Struct 'struct';" work again (broken by #7617);
57328              add a test for Class::Struct.
57329      Branch: perl
57330            + t/lib/class-struct.t
57331            ! MANIFEST lib/Class/Struct.pm
57332 ____________________________________________________________________________
57333 [  7918] By: jhi                                   on 2000/11/29  15:48:40
57334         Log: Subject: Re: Minor suggestion for Sys::Syslog  [PATCH]
57335              From: rspier@pobox.com (Robert Spier)
57336              Date: Wed, 29 Nov 2000 02:25:39 -0500
57337              Message-ID: <14884.44915.86028.422238@localhost.localdomain>
57338              
57339              More checking in case someone has broken their services or
57340              protocol databases.
57341      Branch: perl
57342            ! ext/Sys/Syslog/Syslog.pm
57343 ____________________________________________________________________________
57344 [  7917] By: jhi                                   on 2000/11/29  15:46:25
57345         Log: Subject: [PATCH] $^O  win32 -> MSWin32
57346              From: rspier@pobox.com (Robert Spier)
57347              Date: Wed, 29 Nov 2000 02:17:38 -0500
57348              Message-ID: <14884.44434.340627.126145@localhost.localdomain>
57349              
57350              plus similar nits for vms, err, VMS, and UNICOS.
57351      Branch: perl
57352            ! t/lib/syslfs.t t/op/lfs.t
57353 ____________________________________________________________________________
57354 [  7916] By: jhi                                   on 2000/11/29  15:42:51
57355         Log: Subject: [PATCH] Tokeniser debugging
57356              From: Simon Cozens <simon@cozens.net>
57357              Date: Wed, 29 Nov 2000 14:15:45 +0000
57358              Message-ID: <20001129141545.A30864@pembro33.pmb.ox.ac.uk>
57359      Branch: perl
57360            ! perl.c perl.h pod/perlrun.pod toke.c
57361 ____________________________________________________________________________
57362 [  7915] By: jhi                                   on 2000/11/29  15:41:36
57363         Log: Subject: Re: [PATCH 5.7.0] OUT keyword for xsubpp
57364              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
57365              Date: Wed, 29 Nov 2000 02:13:14 -0500
57366              Message-ID: <20001129021314.A2532@monk.mps.ohio-state.edu>
57367              
57368              OUT keyword nits.
57369              
57370              Subject: Re: [PATCH 5.7.0] OUT keyword for xsubpp
57371              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
57372              Date: Wed, 29 Nov 2000 03:09:04 -0500
57373              Message-ID: <20001129030904.A2754@monk.mps.ohio-state.edu>
57374              
57375              OUT and IN_OUT documentation.
57376      Branch: perl
57377            ! lib/ExtUtils/xsubpp pod/perlxs.pod
57378 ____________________________________________________________________________
57379 [  7914] By: jhi                                   on 2000/11/29  03:35:01
57380         Log: Subject: Re: [ID 20001127.002] const subs hurt under debugger
57381              From: John Tobey <jtobey@john-edwin-tobey.org>
57382              Date: Tue, 28 Nov 2000 01:13:41 -0500 (EST)
57383              Message-Id: <m140e1N-000FOoC@feynman.localnet>
57384              
57385              plus a performance speedup noticed by Sarathy.
57386      Branch: perl
57387            ! op.c
57388 ____________________________________________________________________________
57389 [  7913] By: jhi                                   on 2000/11/29  03:16:59
57390         Log: Use "1 while unlink" so that VMS gets clean, too.
57391      Branch: perl
57392            ! t/lib/filter-util.t
57393 ____________________________________________________________________________
57394 [  7912] By: jhi                                   on 2000/11/29  03:09:08
57395         Log: Subject: [PATCH 5.7.0] OUT keyword for xsubpp
57396              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
57397              Date: Tue, 28 Nov 2000 03:27:09 -0500
57398              Message-ID: <20001128032709.A23401@monk.mps.ohio-state.edu>
57399      Branch: perl
57400            ! lib/ExtUtils/xsubpp
57401 ____________________________________________________________________________
57402 [  7911] By: jhi                                   on 2000/11/29  03:06:30
57403         Log: This should have been part of #7872: no need to scan UTF-8
57404              until eternity.
57405      Branch: perl
57406            ! utf8.c
57407 ____________________________________________________________________________
57408 [  7910] By: jhi                                   on 2000/11/29  02:50:04
57409         Log: One more perltie.pod nit from Casey R. Tweten.
57410      Branch: perl
57411            ! pod/perltie.pod
57412 ____________________________________________________________________________
57413 [  7909] By: jhi                                   on 2000/11/29  02:44:23
57414         Log: Document the known sprintf test failures, exact standard
57415              reference from Dominic Dunlop, NonStop-UX testing from Tom Bates.
57416      Branch: perl
57417            ! pod/perldelta.pod t/op/sprintf.t
57418 ____________________________________________________________________________
57419 [  7908] By: jhi                                   on 2000/11/29  02:36:23
57420         Log: Add the Encoding table format documentation.
57421      Branch: perl
57422            + ext/Encode/Encode/EncodeFormat.pod
57423            ! MANIFEST
57424 ____________________________________________________________________________
57425 [  7907] By: jhi                                   on 2000/11/29  02:07:24
57426         Log: Subject: Re: [PATCH] Updating perltie.pod for arrays
57427              From: "Casey R. Tweten" <crt@kiski.net>
57428              Date: Tue, 28 Nov 2000 12:11:41 -0500 (EST)
57429              Message-ID: <Pine.OSF.4.21.0011281209050.25178-100000@home.kiski.net>
57430              
57431              Subject: Re: [PATCH] Updating perltie.pod for arrays
57432              From: "Casey R. Tweten" <crt@kiski.net>
57433              Date: Tue, 28 Nov 2000 15:03:50 -0500 (EST)
57434              Message-ID: <Pine.OSF.4.21.0011281458500.10331-100000@home.kiski.net>
57435      Branch: perl
57436            ! pod/perltie.pod
57437 ____________________________________________________________________________
57438 [  7906] By: nick                                  on 2000/11/28  22:40:59
57439         Log: Initial tidy of setmode() muddle (UNIX does not have, nor need it).
57440      Branch: perlio
57441            ! iperlsys.h perlio.c
57442 ____________________________________________________________________________
57443 [  7905] By: nick                                  on 2000/11/28  22:04:34
57444         Log: Integrate mainline
57445      Branch: perlio
57446           !> (integrate 39 files)
57447 ____________________________________________________________________________
57448 [  7904] By: jhi                                   on 2000/11/28  16:44:43
57449         Log: Subject: [ID 20001128.002] what's the point of example code if it is buggy?
57450              From: Nicholas Clark <nick@babyhippo.co.uk>
57451              Date: Tue, 28 Nov 2000 11:16:57 +0000
57452              Message-Id: <E140ikr-00076N-00@fruitbat.babyhippo.co.uk>
57453      Branch: perl
57454            ! pod/perlipc.pod
57455 ____________________________________________________________________________
57456 [  7903] By: jhi                                   on 2000/11/28  16:40:31
57457         Log: Subject: [PATCH] Updating perltie.pod for arrays
57458              From: "Casey R. Tweten" <crt@kiski.net>
57459              Date: Mon, 27 Nov 2000 17:47:20 -0500 (EST)
57460              Message-ID: <Pine.OSF.4.21.0011271746360.11659-100000@home.kiski.net>
57461      Branch: perl
57462            ! pod/perltie.pod
57463 ____________________________________________________________________________
57464 [  7902] By: jhi                                   on 2000/11/28  16:39:37
57465         Log: Subject: [PATCH] Re: 5.6 bug: split /^/ implies /m modifier (from CLPM)
57466              From: Robin Barker <rmb1@cise.npl.co.uk>
57467              Date: Mon, 27 Nov 2000 17:56:44 GMT
57468              Message-Id: <200011271756.RAA22706@tempest.npl.co.uk>
57469      Branch: perl
57470            ! pod/perlfunc.pod t/op/split.t
57471 ____________________________________________________________________________
57472 [  7901] By: jhi                                   on 2000/11/28  16:28:04
57473         Log: setmode() is a DOSish-only thing.
57474      Branch: perl
57475            ! perlio.c
57476 ____________________________________________________________________________
57477 [  7900] By: jhi                                   on 2000/11/28  16:21:46
57478         Log: Subject: [PATCH] perlcc.PL cleanups
57479              From: Simon Cozens <simon@cozens.net>
57480              Date: Tue, 28 Nov 2000 12:44:35 +0000
57481              Message-ID: <20001128124435.A5500@pembro33.pmb.ox.ac.uk>
57482      Branch: perl
57483            ! utils/perlcc.PL
57484 ____________________________________________________________________________
57485 [  7899] By: gsar                                  on 2000/11/28  06:32:55
57486         Log: reintegrate files missed by change#7895
57487      Branch: maint-5.6/perl
57488           +> ext/ByteLoader/bytecode.h utils/Makefile
57489            - utils/perlbc.PL
57490 ____________________________________________________________________________
57491 [  7897] By: gsar                                  on 2000/11/27  18:22:47
57492         Log: can't integrate these two files, for some reason
57493      Branch: maint-5.6/perl
57494            - ext/ByteLoader/bytecode.h utils/Makefile
57495 ____________________________________________________________________________
57496 [  7895] By: gsar                                  on 2000/11/27  18:11:21
57497         Log: integrate changes#6763..6766,6770,6773,6775..6776,6778,6780,
57498              6782..6791,6793..6814,6816,6818..6822,6824..6830,6838..6849,
57499              6757..6890,6892..6901 from mainline
57500              
57501              Bytecompiler patches from Benjamin Stuhl.
57502              
57503              More bytecompiler.
57504              
57505              Subject: [PATCH blead] B:: missing dependency
57506              
57507              Subject: [PATCH: 6757] configure.com updates and syslog build
57508              
57509              Long double Gconvert fixes from Yitzchak Scott-Thoennes
57510              and Spider Boardman.
57511              
57512              Subject: [PATCH blead] nextchar() abuse misses an optimisation
57513              
57514              Long double fixes from Spider Boardman.
57515              
57516              Make the selection of NVff et al stricter.
57517              
57518              cSVOPo_*v things index into the current PL_curpad
57519              under ithreads, which is different from the curpad
57520              used by the XSUB.  (In other words, the code as-is
57521              before this patch wouldn't work under ithreads.)
57522              
57523              Be portable.
57524              
57525              VMS MMS (make) wants null action.
57526              
57527              Mac and other portability updates from Chris Nandor.
57528              
57529              Storable support, v-version fixes.
57530              Subject: CPAN.pm beta for testing available
57531              
57532              Portability fix from Hugo van der Sanden.
57533              
57534              Bad makefile.
57535              
57536              Subject: [ID 20000823.004] [PATCH 5.6.0+] Pod::Html is too self-contained
57537              
57538              Subject: [PATCH] (Mac OS X): Don't #define environ unless PERL_CORE
57539              
57540              Subject: [PATCH] Re: [ID 20000821.008] Negitive numbers with vec dumps core
57541              
57542              Replace #6705 with a minimal doc patch.
57543              Subject: [PATCH 5.6.0] replace change #6705
57544              
57545              Drop the separate perlbc, perlcc -b should be enough.
57546              
57547              installperl couldn't tell whether it had run tests or not.
57548              Subject: [PATCH] Re: installperl and t/TEST
57549              
57550              Add silencer flags to installperl.
57551              Subject: [PATCH] Making installperl silent.
57552              
57553              Make "make install" by default silent.  A new "install-verbose"
57554              target is verbose.
57555              
57556              More liberal parsing of version numbers.
57557              Subject: Re: CPAN.pm beta for testing available
57558              
57559              Create directories in silence.
57560              Subject: [PATCH] Another silencer for MakeMaker
57561              
57562              DOS patches and portability/porting notes, from Tim Jenness.
57563              
57564              Make installman to recognize the silence flag -S.
57565              
57566              Actually do something with the silencer option.
57567              
57568              Continue silencing.
57569              
57570              Show the doc file, not the temp file.
57571              
57572              Regen perltoc.
57573              
57574              Subject: [PATCH] More silencing of installman.
57575              
57576              Better wording for the vec lvalue diagnostic.
57577              Subject: Re: [PATCH] Re: [ID 20000821.008] Negitive numbers with vec dumps core
57578              
57579              Subject: [PATCH: 6805] several more tweaks to configure.com
57580              
57581              Subject: [PATCH perl@6805, 5.6.0, 5.005_03] prevent rare Perl hang on VMS
57582              
57583              Missing parts of 
57584              Subject: [PATCH: 6789] some endl fixes for VMS wackiness
57585              
57586              Subject: [ID 20000824.029] MakeMaker manifypods fails on DJGPP systems
57587              (applied slightly modified)
57588              
57589              installperl --verbose and --silent.
57590              Subject: Re: [PATCH] More silencing of installman.
57591              
57592              Add install-silent target.
57593              
57594              AIX 4.3.3 has SOCKS in libc with a differently named init routine,
57595              the problem reported in
57596              Subject: [ID 20000825.007] Building stable 5.6.0 on AIX 4.3.3 using SOCKS
57597              
57598              Tweak the sfio/useperlio logic, hopefully as wished in
57599              Subject: [ID 20000825.004] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6804 on i586-linux 2.2.12 (UNINSTALLED)
57600              
57601              One forgotten file from #6816.
57602              
57603              Subject: [PATCH @6820] installman under -w and strict (was Re: [PATCH] More silencing of installman.)
57604              
57605              Remove duplicately applied patch shards.
57606              Subject: [ID 20000825.012] [PATCH@6822] t/lib/cgi-html.t produces ugly cruft during 'make test'
57607              
57608              Support preserving extremely big/small angles.
57609              
57610              Subject: Re: [ID 20000825.019] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6820 on alpha-dec_osf 5.1 (UNINSTALLED) 
57611              
57612              Subject: [PATCH] installation not quite silent yet.
57613              
57614              Update the test count.
57615              
57616              Use UVxf, PTR2UV, NVff.
57617              
57618              Document PTR2XX and INT2PTR.
57619              
57620              no-install target a la make -n.
57621              Subject: [PATCH] make no-install (was Re: [PATCH] installation not quite silent yet.)
57622              
57623              grep -e isn't portable.
57624              Subject: [ID 20000825.027] let me (perlbug@perl.com) know how I blew it
57625              
57626              Can't get the test to reliably work thanks to the
57627              inaccurateness of floating point.  "Resolves" bug ids
57628              20000826.003, 20000826.009, 20000826.010,
57629              
57630              Subject: installman buglet
57631              
57632              DJGPP update from Laszlo Molnar.
57633              
57634              Subject: MM_Unix.pm LD_RUN_PATH niggles on Solaris
57635              
57636              Passing -R in ldflags makes now it to appear in the default
57637              for lddlflags, just like with -L.
57638              Subject: Re: MM_Unix.pm LD_RUN_PATH niggles on Solaris
57639              
57640              Test nit.
57641              
57642              Use the actual thread type, not the pointer-to-struct.
57643              
57644              Provice virtual $Config{ccflags_nolargefiles} etc. 
57645              
57646              display_format used as a class method without arguments was broken,
57647              reported in
57648              Subject: Math::Complex->display_format() sets style to 'Math::Complex'
57649              
57650              Subject: [ID 20000828.006] dir name "0" not safe with Cwd.pm
57651              
57652              Subject: [ID 20000828.009] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6855 on i586-linux 2.2.12 (UNINSTALLED)
57653              
57654              Subject: [PATCH@6855] _Minor_ change to overload.pm pod
57655              
57656              opmini.o may be left around if a build is interrupted.
57657              
57658              Typo in #6858.
57659              
57660              Fix for ID 20000828.001, long doubles were not formatted
57661              correctly (showed up in $], which stopped installing perl).
57662              
57663              An attempt to fix the problem reported in
57664              Subject: Building perl@6856 using gcc/AIX 4.3.3 
57665              I can't test this properly since the gcc installation I have
57666              access to seems to be botched (gcc is calling the AIX cpp,
57667              a losing proposition...)
57668              
57669              Add -ld to archname on long tr...double platforms.
57670              
57671              Subject: hv.h Doc Patch
57672              
57673              Potential cruft.
57674              
57675              Subject: [PATCH bleedperl@6856] warnings fixes
57676              
57677              -S is the silent flag, -s is the strip flag.
57678              Subject: [PATCH] Re: [PATCH] make no-install          
57679              
57680              Take out the SUIDMAIL thing, that will not be
57681              a problem in 5.7.*.
57682              
57683              Subject: [PATCH bleedperl@6866] spellings
57684              
57685              Subject: [PATCH] Re: files not cleaned even by veryclean
57686              
57687              Use minimal @INC in tests, most of the time just '../lib',
57688              so that we simply can't pick up stuff from other Perls than
57689              the one we are testing.  Pointed out by
57690              Subject: Re: [PATCH: 6757] make new Storable tests forgiving of places where not built   
57691              
57692              Update to Getopt::Long 2.24, from Johan Vromans.
57693              
57694              Fix for thinko in #6848.
57695              Subject: Compiler error in ext/Thread/Thread.c (bleadperl@6866)
57696              
57697              Patches all over for people and the files they (hopefully) care about.
57698              
57699              Subject: Net::protoent does not export 'getproto'
57700              
57701              Missed a change in #6869.
57702              
57703              Subject: [PATCH] Warnings in B::Deparse
57704              
57705              Subject: [PATCH] Glob dumping
57706              
57707              Disable one of the tests for now.
57708              
57709              Disabling the one test is a bit tricky.
57710              
57711              Don't forget to tidy up.
57712              
57713              The #6881 removed one dump line.
57714              
57715              Subject: Re: [ID 20000525.003] perldoc fails when Makefile.PL is in cwd
57716              
57717              Under usethreads the dumped variable is IN_PAD.
57718              Subject: Re: [PATCH] Glob dumping
57719              
57720              Subject: [ID 20000829.026] [PATCH 6868] File::Temp
57721              
57722              Subject: [ID 20000829.022] [PATCH 6868] Minor nit in installhtml
57723              
57724              Subject: [ID 20000829.023] [PATCH 6868] perlbug@perl.com --> perlbug@perl.org
57725              
57726              Regen Configure for #6894.
57727              
57728              Subject: [PATCH: 6889] updates to perlebcdic.pod
57729              
57730              Undo namespace pollution of #6878.
57731              Subject: Re: Net::protoent does not export 'getproto'
57732              
57733              Admit that we are leaking scalars.
57734              
57735              Subject: [PATCH 5.6.0] [ID 20000608.006] panic: magic_killbackrefs with blessed global weakrefs
57736      Branch: maint-5.6/perl
57737           !> (integrate 271 files)
57738 ____________________________________________________________________________
57739 [  7894] By: gsar                                  on 2000/11/27  16:00:34
57740         Log: a couple of nits
57741      Branch: maint-5.6/perl
57742            ! MANIFEST pp_sys.c
57743 ____________________________________________________________________________
57744 [  7893] By: gsar                                  on 2000/11/27  15:10:56
57745         Log: integrate changes#6666..6678,6680..6682,6684..6691,6699..6733,
57746              6740..6745,6747..6757,6760
57747              
57748              Subject: Re: [ID 20000816.006] [PATCH @6655] Shell.pm, bug fix, strict and OO Interface
57749              
57750              Subject: [PATCH(2) @6655] Re: perldebut.pod - spelling
57751              
57752              Doc nits spotted by Richard Soderberg.
57753              
57754              move WNOHANG definition to where other such things are
57755              
57756              Make $Config{byteorder} more magical so that it is
57757              dynamically computed: nice for 'fat binaries'.
57758              Subject: [PATCH]: default byteorder
57759              
57760              Subject: [PATCH] Cwd.pm now uses strict
57761              
57762              Subject: Re: [PATCH]Re: Questions about Math::BigFloat
57763              
57764              Get -DLEAKTEST to compile (not necessarily to work, mind)
57765              Subject: [ID 20000724.006] -DLEAKTEST problem
57766              
57767              perldebtut 1.10 from Richard Foley, plus Celsius and Fahrenheit.
57768              
57769              Add perlebcdic from Peter Prymmer, regen toc.
57770              
57771              Don't propose using modules built for 5.005 if no binary
57772              compatibility with 5.005 is attempted.
57773              
57774              Do not use prototyping here.
57775              Subject: [ID 20000817.016] [PATCH] Peek.xs
57776              
57777              Document what the backtick returns if the command fails.
57778              
57779              Add byteorder to the myconfig output.
57780              
57781              Introduce NVef, NVff, and NVgf, use the middle one.
57782              (helps for lib/peek + Linux + long doubles)  Reported in
57783              Subject: [ID 20000814.005] Not OK: perl v5.6.0 on i686-linux-64int 2.2.13       
57784              Use NVs in POSIX math, not doubles.
57785              Subject: [ID 20000817.014] POSIX & modfl
57786              
57787              Subject: [PATCH 5.6.0+] newSVrv() memory leak
57788              
57789              The byteorder code in #6671 was wrong.
57790              
57791              Fix the lib/complex failure of
57792              Subject: [ID 20000814.005] Not OK: perl v5.6.0 on i686-linux-64int 2.2.13       
57793              Linux long double accuracy issue: something that
57794              when printed with %g looks like "2" but int() of it is 1.
57795              
57796              Propagate new Configure vars.
57797              
57798              Unbuffer the output.
57799              
57800              Subject: [PATCH] perltrap.pod spring cleaning
57801              
57802              Subject: [PATCH] perlfunc.pod -- clarifying sprintf array argument issues
57803              Subject: [ID 20000817.018] behaviour change 5.5.3 -> 5.6.0 re "Modification of a read-only value"
57804              
57805              Tiny Getopt::Long patch from Johan Vromans.
57806              
57807              Document code point which makes if (defined %stash::) to work
57808              (noted by Spider Boardman).
57809              
57810              Subject: [PATCH perl@6698] cygwin port
57811              
57812              Document the NDBM_File and ODBM_File as SDBM_File
57813              was documented in #6417.
57814              
57815              The new tests were missing from #6415.
57816              
57817              Add [[:blank:]] as suggested in
57818              Subject: [ID 20000716.024] [=cc=] / [:blank:]
57819              (the [=cc=] has already been taken care of by #6439
57820              so the whole bug report can be closed)
57821              and make [[:space:]] to be equivalent to isspace(3)
57822              (as opposed to \s, which is isSPACE()).  The difference
57823              is that now [[:space:]] matches the mythical vertical tab,
57824              while \s doesn't.
57825              
57826              Don't eat leading os from index entries.
57827              Subject: Re: [ID 20000810.006] Pod::Man Ate My 'O'!
57828              
57829              Subject: [PATCH 5.6.0+] fix for Win32::DomainName
57830              
57831              Typo in pp_complement().
57832              Subject: [PATCH perl-current] Deparse
57833              
57834              Add warnif(), check warnings further up the stack,
57835              all the warnings functions now can take an optional object reference.
57836              Subject: [PATCH bleedperl@6691] warnings pragma update
57837              
57838              Fix a core dump in lib/selfloader under -DDEBUGGING.
57839              Subject: PATCH @6698 for [ID 20000817.007] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6676 on alpha-dec_osf 4.0f (UNINSTALLED) 
57840              
57841              Subject: [PATCH 5.6.0+] fix for Win32::GetFullPathName and Win32::GetShortPathName
57842              
57843              Subject: [PATCH: 6698] tidy up the temp files left by peek tests on VMS
57844              
57845              Subject: [PATCH: 6698] was Re: [PATCH: 6640] VMS Makefile.SH update (fwd)
57846              Put back the long double avoidance code to POSIX.xs
57847              because VMS seems to need it still.
57848              
57849              Introduce a 'veryclean' target that is like 'distclean'
57850              but also removes *~ and *.orig.
57851              
57852              Subject: [ID 20000817.023] endianness description in perlfunc.pod
57853              
57854              Subject: [PATCH perl@6698] File::Temp fix-ups for OpenVMS
57855              
57856              Let's try #6717 again.
57857              
57858              UTF8 concat fixes.
57859              Subject: [PATCH @6713] Re: [ID 20000815.006] latest patched perl core dumps
57860              
57861              pp_open() could pass an uninitialized filename down to do_open9().
57862              
57863              Subject: Re: [ID 20000819.002] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6707 on i686-linux 2.2.5-16 (UNINSTALLED)
57864              
57865              Update to CGI 2.72, from Lincoln Stein.
57866              
57867              Subject: [PATCH] Silence MakeMaker (Was: installman)
57868              
57869              Use temporary directory instead of current directory.
57870              Subject: Re: [ID 20000816.011] Test failure in lib/ftmp-security.t
57871              
57872              Document odd vs even subreleases and -Dusedevel.
57873              
57874              The veryclean target needs to clobber.
57875              
57876              Use File::Spec->tmpdir().
57877              
57878              Document the number of exponent digits.
57879              
57880              Mention perlebcdic and perlposix-bc.
57881              
57882              s/this one/the 5.6.0 release/
57883              
57884              The #6724 is here.
57885              
57886              The correct cleaning order is an art.
57887              
57888              small tweaks for change#6705: avoid C++ style comments in C code;
57889              use Perl's malloc API rather than the low level system one
57890              
57891              Array context keeps slithering in.
57892              
57893              Subject: Re: 5.7.0 getting really close, new snapshot: perldelta, Storable
57894              
57895              Subject: [PATCH] os2.c fix for use64bitint
57896              
57897              Update to Pod::LaTeX 0.53.
57898              Subject: [PATCH] lib/Pod/LaTeX.pm updates
57899              
57900              Document the endianness of Alpha more precisely.
57901              
57902              Subject: RE: [PATCH perl@6736] t/pragma/warn/9enabled assumes stdout buffered
57903              
57904              Rename the macro argument because some preprocessors
57905              can't tell the difference and expand arguments also inside
57906              double quoted strings.
57907              
57908              free TLS slot properly on Windows
57909              
57910              use Cwd 'chdir' didn't set $ENV{PWD} correctly on Windows
57911              
57912              Unicos/mk requires elaborate paranoia.
57913              
57914              Tweak the floating point output routine preferences.
57915              
57916              Also under djgpp the timestamps are funky.
57917              
57918              Apply some PodParser 1.18 patches; the Pod/Find.pm
57919              patches cannot be applied since #6712 conflicts.
57920              
57921              Use PodParser 1.18 new test.
57922              
57923              A pod nit.
57924              Subject: [PATCH] pod/perlre.pod (was Re: [ID 20000821.007] $&, $1, etc. disappear when sub returns)
57925              
57926              Be verydeepclean.
57927      Branch: maint-5.6/perl
57928           +> pod/perlebcdic.pod
57929           !> (integrate 106 files)
57930 ____________________________________________________________________________
57931 [  7892] By: jhi                                   on 2000/11/27  15:02:32
57932         Log: Update Changes.
57933      Branch: perl
57934            ! Changes patchlevel.h
57935 ____________________________________________________________________________
57936 [  7891] By: jhi                                   on 2000/11/27  14:57:23
57937         Log: Subject: Re: perlfaq style changes
57938              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
57939              Date: Sat, 25 Nov 2000 23:32:26 -0800
57940              Message-ID: <KyLI6gzkgiRK092yn@efn.org>
57941              
57942              plus a note from Ronald Kimball.
57943      Branch: perl
57944            ! pod/perlfaq.pod pod/perlfaq1.pod pod/perlfaq6.pod
57945 ____________________________________________________________________________
57946 [  7890] By: jhi                                   on 2000/11/27  14:53:14
57947         Log: Subject: [PATCH perl@7825] Re: [ID 20001122.006] weird behaviour of $|
57948              From: Benjamin Holzman <bah@ecnvantage.com>
57949              Date: Sun, 26 Nov 2000 16:27:33 -0500
57950              Message-ID: <20001126162733.J25040@ecnvantage.com>
57951      Branch: perl
57952            ! gv.c
57953 ____________________________________________________________________________
57954 [  7889] By: jhi                                   on 2000/11/27  14:43:11
57955         Log: Subject: [ID 20001127.004] White space problem in perlamiga.pod
57956              From: lvirden@cas.org
57957              Date: Mon, 27 Nov 2000 09:32:06 -0500 (EST)
57958              Message-Id: <200011271432.JAA09550@lwv26awu.cas.org>     
57959      Branch: perl
57960            ! README.amiga
57961 ____________________________________________________________________________
57962 [  7888] By: jhi                                   on 2000/11/27  14:32:34
57963         Log: Restore also the locale test to no-sprintf-taint state.
57964              Fixes the bug 20001127.003.
57965      Branch: perl
57966            ! sv.c t/pragma/locale.t
57967 ____________________________________________________________________________
57968 [  7887] By: gsar                                  on 2000/11/27  14:13:05
57969         Log: integrate changes#6613..6616,6620..6665 from mainline
57970              
57971              VMS configure.com update continues.
57972              
57973              Subject: Test fails / warnings with perl-current #6612
57974              
57975              Subject: [PATCH] @+, @- readonly (was Re: @<punct> interpolating in "")
57976              
57977              Subject: Re: [ID 20000807.003] [PATCH] Debugger treatment of condition "0"
57978              
57979              For now remove the mail code.
57980              
57981              Subject: Re: [PATCH] @+, @- readonly
57982              
57983              Subject: warning: storage class after type is obsolescent
57984              
57985              Subject: sfio2000
57986              
57987              Subject: Re: File::Temp problems on VMS in bleedperl
57988              
57989              README.os2 update.
57990              Subject: Re: [PATCH perl-current] Make op/sprintf.t more comprehensive,
57991              
57992              Make the user to give up his firstborn, err, to knowingly
57993              verify installing an unstable developer release.  Also bump
57994              the release to 5.7.0, but leave a patch tag in the local
57995              patches saying that this is not yet the real thing.
57996              
57997              Update (kinda) to Test 1.14, from Joshua Pritikin.
57998              
57999              make ok etc also for win32.
58000              
58001              Subject: [ID 20000815.005] [PATCH] perldoc not looking in the right place for script pod
58002              
58003              Don't blow limited stacks, a lower number is enough to
58004              tickle the lookbehind limit.
58005              
58006              Use -Dusedevel; regen Configure and the respective Porting stuff.
58007              
58008              Subject: [PATCH] debugger exit code should reflect user exit code
58009              
58010              Subject: [PATCH perl@6620] cygwin port
58011              
58012              Missed a file from #6638.
58013              
58014              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)
58015              
58016              magic callbacks all need to have same type signature
58017              
58018              Subject: [ID 20000815.014] [PATCH] INSTALL doesn't mention 64 bit support.
58019              
58020              Fix a dependency problem.
58021              Subject: [PATCH: 6640] VMS Makefile.SH update
58022              
58023              The numeric locale was reset to "C" by s?printf and never restored.
58024              Subject: [ID 20000809.003] setlocale(LC_NUMERIC...) produces different results in 5.005 and 5.6
58025              No test since adding the failing example to locale.t
58026              does not fail -- probably because the locale settings are so
58027              thoroughly tweaked by that time.  Running the example standalone
58028              does fail, though.  UPDATE: test case added at change #7540.
58029              
58030              Subject: [ID 20000324.040] minor fix to perlhpux.pod
58031              
58032              Update to CPAN 1.57.
58033              
58034              Subject: [PATCH] Cwd::_backtick_pwd does not check return value
58035              
58036              Change the perlbug address to perl.org since it's more forgiving.
58037              
58038              Change the regx compilation error markers to use = instead of <
58039              since pod makes using the latter quite messy.  Reported in
58040              ID 20000814.006 by Abigail and in
58041              Subject: Unknown escape E<> ?
58042              
58043              Update to perldebtut 1.9, from Richard Foley.
58044              
58045              check that the number pseudo children doesn't exceed
58046              MAXIMUM_WAIT_OBJECTS, which is currently 64 (avoids overflowing
58047              the WaitForMultipleObjects() limit that would cause wait()
58048              to crash)
58049              wait() and waitpid() could potentially be rewritten to use
58050              more than one thread to do the waiting to eliminate this
58051              limitation
58052              
58053              change#6328 could make close(SOCKET) return false on windows
58054              when it shouldn't
58055              
58056              pod nit seen in passing
58057              
58058              on windows, the return values from wait() and waitpid() don't
58059              match those of pseudo-pids
58060              
58061              waitpid() now handles externally spawned pids correctly;
58062              fixes for backtick/wait/waitpid failures on Windows 9x
58063              these changes make the pid returned by process functions on
58064              Windows 9x always positive by clearing the high bit (which
58065              is always set on Win9x); pseudo-process PIDs are likewise
58066              always negative now on Win9x (just as on NT/2000)
58067              
58068              trailing new %ENV entries weren't being pushed into the real
58069              environment of subprocesses on Windows
58070              
58071              Tweak the regex compilation errors once more.
58072              
58073              avoid warnings from dense compiler
58074              
58075              add "ok" targets from change#6632 in makefile.mk
58076      Branch: maint-5.6/perl
58077            - lib/Pod/PlainText.pm vms/configure.com
58078           !> (integrate 66 files)
58079 ____________________________________________________________________________
58080 [  7886] By: jhi                                   on 2000/11/27  13:54:18
58081         Log: __FUNCTION__ isn't portable and trying to emulate it leads
58082              into practically spelling out the name of the function.
58083              Takes care of the bug 20001127.001.
58084      Branch: perl
58085            ! perlio.c
58086 ____________________________________________________________________________
58087 [  7885] By: gsar                                  on 2000/11/27  13:53:18
58088         Log: integrate changes#6540..6541,6546..6549,6552..6554,6557..6606,
58089              6610..6611 from mainline
58090              
58091              Make regular expression parse error messages easier to understand.
58092              Subject: Re: enhanced(?) regex error messages
58093              
58094              Tiny tidying on report_evil_fh().
58095              
58096              Subject: Re: enhanced(?) regex error messages 
58097              plus Capitalize the error messages, plus perldiag them.
58098              
58099              Subject: Patch against 5.6.0 to allow "-d:Module=arg,arg,arg"
58100              
58101              Document here-doc better.
58102              
58103              Subject: [ID 20000807.003] [PATCH] Debugger treatment of condition "0"
58104              
58105              Subject: [PATCH] Re: [ID 20000807.008] Double reads considered evil? (deja vu)
58106              Do away with array context, from Daniel Chetlin <daniel@chetlin.com>
58107              (either perlbug or p5p ate the original), plus regen
58108              perlapi and perltoc. 
58109              
58110              Regen global.sym.
58111              
58112              Double check that we have a dirhandle.
58113              
58114              Subject: Re: enhanced(?) regex error messages
58115              (plus two small patches sent privately)
58116              (this still seems to leave few test failures)
58117              
58118              warn is a macro, avoid using at a variable to avoid warnings
58119              in some configurations; readdir.t is too conservative in
58120              estimating number of *.t's
58121              
58122              Get back into sync with Jeffrey on the enhanced regex warnings.
58123              
58124              Subject: [PATCH 5.6.0] cygwin port
58125              
58126              Zero entries were skipped, fix from Adrian Goalby
58127              <argoalby@yahoo.co.uk>
58128              
58129              Subject: Remove dead entry in perldiag
58130              
58131              Amend the description of Perl6.
58132              Subject: [PATCH Perl-5.6.0] perlfaq1.pod
58133              
58134              detypo
58135              
58136              It's the 2ndO'ROSSC.
58137              
58138              Revert the sv.c part of #6559, a better fix is needed.
58139              
58140              Iterating perl6 description.
58141              
58142              Update to Term::ANSIColor 1.03, from Russ Allbery.
58143              
58144              Update to Getopt::Long 2.23_05, from Johan Vromans.
58145              
58146              Small AUTHORS and MAINTAIN updates.  Could do with big updates.
58147              
58148              Update to Pod::Parser 1.17, from Brad Appleton.
58149              
58150              Update to CPAN 1.56, from Andreas König.
58151              
58152              Update to CGI 2.70, from Lincoln Stein.
58153              
58154              Put back the std @INC thing.
58155              
58156              Fixes to looking-like-number to keep behaviour as it was in 5.005_03.
58157              Subject: Re: [ID 20000810.002] $a["1foo"] same as $a[0]
58158              
58159              Document the IO::Select timeout.
58160              
58161              sleep(1) does not necessarily return 1.
58162              Subject: [PATCH bleadperl] op/lex_assign.t  
58163              
58164              Subject: debugger "d" command doesnt check line number
58165              
58166              B::Deparse didn't do sub attributes.
58167              Subject: B::Deparse was Re: [ID 20000808.005] refs to returned lvalues are lvalues??
58168              
58169              Preprocessing and postprocessing for File::Find.
58170              Subject: Patch to Find::File.pm to allow alphabetical results
58171              
58172              Subject: Re: [ID 20000809.005] trouble with long string and /m modifier - uninitialized value 
58173              
58174              Subject: Re: [ID 20000809.006] Debugger lost the ability to see $1 et al
58175              
58176              Subject: Re: [ID 20000730.003] utf8::length() bad
58177              
58178              Subject: Getting perlio and threads to compile
58179              (the Solaris version changes in Configure skipped)
58180              
58181              Tests for #6589.
58182              Subject: Re: B::Deparse was Re: [ID 20000808.005] refs to returned lvalues are lvalues??
58183              
58184              Add Perl debugging tutorial, regen toc. 
58185              Subject: perldebtut.pod
58186              
58187              Add a few missing files, update MANIFEST.
58188              
58189              Rewrite of vms/subconfigure.com as configure.com,
58190              from Peter Prymmer and the vmsperl crew.
58191              
58192              Should have deleted this in #6603.
58193              
58194              Fix the test for 5005threads.
58195              
58196              Fix-n-skip the tests under 5005threads.
58197              
58198              Subject: [PATCH] t/op/regmesg.t fails if REG_INFTY set
58199              
58200              Upgrade to CGI 2.71, from Lincoln Stein.
58201      Branch: maint-5.6/perl
58202           +> lib/CGI/eg/make_links.pl lib/CGI/eg/wilogo.gif
58203           +> lib/Pod/PlainText.pm pod/perldebtut.pod t/lib/gol-oo.t
58204           +> t/op/regmesg.t t/pod/find.t vms/configure.com
58205            - vms/subconfigure.com
58206            ! lib/lib.pm
58207           !> (integrate 115 files)
58208 ____________________________________________________________________________
58209 [  7884] By: jhi                                   on 2000/11/27  13:44:33
58210         Log: Subject:  [PATCH perl@7795 (and earlier)] VMS test cleanup
58211              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
58212              Date:     Mon, 27 Nov 2000 08:23:54 EST
58213              Message-Id: <001127082318.6381c@DUPHY4.Physics.Drexel.Edu>
58214      Branch: perl
58215            ! vms/descrip_mms.template vms/test.com
58216 ____________________________________________________________________________
58217 [  7883] By: gsar                                  on 2000/11/27  11:50:46
58218         Log: integrate changes#6469..6484,6486..6501,6504..6505,6507..6509,
58219              6511..6513,6515..6523,6525..6536
58220              
58221              The swallow_bom() saga continues.  The #23 of require.t
58222              (UTF16-LE) still fails (silently, no output) but the #22
58223              (UTF16-BE) seems to be working now.  The root of the
58224              failure may be in sv_gets(): is it UTF-16LE-aware,
58225              especially when it comes to line endings? 
58226              
58227              Document the problem with -P in HP-UX and its workaround.
58228              
58229              Subject: [PATCH] allow non-variable as lhs of non-updating tr///
58230              (aka ID 20000730.002)
58231              
58232              Subject: fix and question re: waitpid() under win32
58233              
58234              Make the safety catch for buggy gccs work with triple version
58235              numbers like 2.95.2.  Reported in
58236              Subject: [ID 20000731.005] Perl 5.6.0 "Configure" fails to recognize gcc 2.95.2
58237              
58238              In Digital UNIX warn if gcc explicitly chosen because even
58239              2.95.2 is known to cause problems.
58240              
58241              Make chr() for values >127 to create utf8 when under utf8.
58242              
58243              various syntax errors and such (not fixed: comp/require.t#22 coredump
58244              on Windows)
58245              
58246              Stash away the largefiles flags and libswanted.
58247              
58248              BOM patching from Simon Cozens.
58249              
58250              If gccosandvers is equal to osname, clear gccosandvers.
58251              
58252              Make p4desc to skip non-mainperl branches by default.
58253              
58254              Subject: [Proposed PATCH] Let Perl define QUAD_MIN and _MAX itself
58255              
58256              The test from this
58257              Subject: Re: [ID 20000411.002] qw() gives different results in 5.6 to previous versions
58258              
58259              In new BSDs changes to argv[] do not show up in ps(1) output,
58260              instead one must use setproctitle().  This was already addressed
58261              by change #6457, but the below has a new variant for FreeBSD 4.0
58262              or later, and the matter is also documented more.
58263              
58264              FreeBSD 3.* updates from
58265              Subject: [ID 20000801.007] setting $0 on FreeBSD 4.x does not get reflected in /bin/ps
58266              
58267              regen_headers, regen perltoc.
58268              
58269              Document in one place the memory abstractions used in Perl core.
58270              
58271              memcpy has n o in it, as pinted ut by Sarathy.
58272              
58273              Remove the extraneous "main::" prefix from all the
58274              "opened only for", "on closed", and "never opened" warnings.
58275              
58276              The name of a filehandle does not have <these>.
58277              
58278              The tr utf8 patching continues.
58279              
58280              The new setproctitle() feature is available only in 
58281              bleeding edge FreeBSD.  From Paul Saab.
58282              
58283              Subject: [PATCH bleadperl] [ID 20000731.010] regex error 
58284              
58285              Dump UVs as UVs in Data::Dumper.
58286              
58287              detypo #6494
58288              
58289              Document the IVdf UVuf UVof UVxf.
58290              
58291              require.t needs binmode() to work on windows
58292              
58293              Generate OP_IS_SOCKET() and OP_IS_FILETEST() macros
58294              that are hopefully soon put into use.
58295              
58296              Allow "no Module;" even if there is no 'unimport'.
58297              
58298              Better skip message for the test; one of the two problems in
58299              Subject: [ID 20000224.003] Not OK: perl v5.5.660 on i86pc-solaris 2.7
58300              
58301              The subtest 4 may fail also on VOBS, as pointed out
58302              by Nick Ing-Simmons in November 1999, bug id 19991124.003
58303              (but the failure in that bug report isn't the subtest 4).
58304              
58305              Be more informative on what is skipped and why,
58306              also repeat the list at the end.
58307              
58308              Add a URL for FSF.
58309              
58310              Subject: [PATCH] sv.h documentation - SvLEN
58311              
58312              Subject: [PATCH bleadperl] [ID 20000803.001] further regexp counting problems
58313              
58314              Subject: [PATCH perl-current] Comings and goings in op/sprintf.t
58315              
58316              Subject: [PATCH] bad cppsymbols on os2 + Configure question
58317              
58318              Subject: [ID 20000802.002] [PATCH] memory pseudo-leak in sv_dump
58319              
58320              Subject: [ID 20000802.004] Tests op/grent.t and op/pwent.t fail unnecessarily
58321              mention the idea of @( and @)
58322              
58323              This is 6512.  Really.
58324              
58325              Subject: [ID 19990721.004] Documentation bug in perlfunc
58326              
58327              Subject: Minor tweak to perlvar.pod
58328              
58329              In the warnings call filehandles consistently so;
58330              add "unopened" warning for stat().
58331              
58332              After the #6519 a warning about stat() is just that,
58333              not about a filetest, which now have their own warning.
58334              
58335              Subject: [ID 20000804.002] configure.gnu and arguments with whitespace characters
58336              
58337              Subject: Re: Array vs. List context
58338              
58339              Subject: New perlcc, take 2
58340              
58341              Weed buglets pointed out by
58342              Subject: Re: [ID 20000803.005] miniperl aborts during Perl make
58343              
58344              gcc versions might have (parentheses) in them.
58345              
58346              Subject: [ID 20000724.004] Perl interpreter segfault when using built-in flock
58347              
58348              Essential prototype changes were missing from #6527.
58349              Also make report_evil_fh() more bomb-proof.
58350              
58351              Zap lib/Sys directory when cleaning up.
58352              
58353              Change the Policy policy: now -Dprefix= with an existing
58354              Policy.sh and prefix == siteprefix == vendorprefix, then all
58355              of them follow along the new prefix.
58356              Subject: Re: [ID 20000508.002] -Dprefix completely broken [PATCH]
58357              
58358              Continue fixing the io warnings.  This also
58359              sort of fixes bug ID 20000802.003: the core dump
58360              is no more.  Whether the current behaviour is correct
58361              (giving a warning: "Not a format reference"), is another matter.
58362              
58363              Have symbols for the IoTYPEs.
58364              
58365              Subject: [PATCH] perlfunc.pod use documentation (5.6.0)
58366              
58367              Document a bit that UDP is not what you might think.
58368              Subject: Re: IO::Socket::INET bug sending large UDP packets/fragmentation
58369              tr memory corruption fix from Simon Cozens.
58370              
58371              Plug the security hole described in the Aug 05 2000 bugtraq message
58372              "sperl 5.00503 (and newer ;) exploit" by Michal Zalewski.
58373              The security hole exists only in suidperls, which isn't
58374              installed or even built by default.
58375      Branch: maint-5.6/perl
58376           !> (integrate 71 files)
58377 ____________________________________________________________________________
58378 [  7882] By: gsar                                  on 2000/11/27  10:25:36
58379         Log: integrate changes#6439..6444,6446..6453,6455..6457,6460..6465,6467..6468
58380              from mainline
58381              
58382              Make the unimplemented POSIX regex features [[.cc.]] and [[=c=]]
58383              to be fatal errors (instead of by default ignoring them, and
58384              ignoring with a bug: even though -w gave an error, the opening [
58385              was left in)  Reported in:
58386              
58387              Subject: [PATCH: perl@6409] bug fix for munchconfig (turned up by CXX)
58388              
58389              Subject: [PATCH] split /^/
58390              
58391              MacOS nits from Matthias Neeracher.
58392              
58393              More split() doc and test patches from Mike Guy.
58394              
58395              Allow "sub AUTOLOAD;" to stop AUTOLOAD inheritance,
58396              from Graham Barr in the module list.
58397              
58398              docfix from Peter Scott <Peter@PSDT.com>.
58399              
58400              File::Temp patches for VMS and OS/2 from Tim Jenness.
58401              
58402              open() wariness in perlbug.
58403              
58404              Subject: [PATCH] minor doc change - perlguts
58405              
58406              Subject: Minor doc patch: handy.h
58407              
58408              Be wary of close()s, too.
58409              
58410              Further File::Temp patches from Yitzchak Scott-Thoennes
58411              and Craig A. Berry.
58412              
58413              Subject: [PATCH] fixes bug 20000508.004
58414              
58415              Subject: [ID 19990709.002] [DOCUMENTATION PATCH] perldiag
58416              
58417              Allow "no AutoLoader;", based on change #6444,
58418              suggested by Graham Barr.
58419              
58420              Use setproctitle() if available to modify $0.
58421              
58422              Warn if the version of the operating system used to compile gcc
58423              differs from the current version of the operating system.
58424              Also display the gcc compilation os and version in myconfig.
58425              Inspiration from
58426              
58427              Tiny fixes for #6460.
58428              
58429              The problem described in this
58430              Subject: [ID 20000322.018] named chars aren't magical enough
58431              has been fixed in perl 5.6.0 but just in case added a test
58432              to keep it away.  (The report from Joseph Hall.)
58433              
58434              Tune the comments and hopefully stop a memory leak.
58435              
58436              Subject: UTF8 concat
58437              (with a memory leak fixed, plus a few casts added)
58438              This also seems to help for
58439              Subject: [ID 20000716.015] join UTF8 weirdness
58440              
58441              Do not upgrade SVs into utf8 just because they participate
58442              in eq or cmp.  Reported and fix suggested in
58443              Subject: [ID 20000720.009] sv_eq UTF8 bug
58444              
58445              Fix the HALF_UPGRADE() macro introduced in #6263.
58446              
58447              Find green threads before native threads.
58448              Subject: Re: Patch to jpl/JNI/Makefile.PL
58449      Branch: maint-5.6/perl
58450           !> (integrate 30 files)
58451 ____________________________________________________________________________
58452 [  7881] By: jhi                                   on 2000/11/27  05:48:41
58453         Log: It seems that *both* the unused submatch loop cleanup
58454              codes are needed.
58455      Branch: perl
58456            ! regexec.c
58457 ____________________________________________________________________________
58458 [  7880] By: jhi                                   on 2000/11/27  04:50:07
58459         Log: Clean .exists deeper.
58460      Branch: perl
58461            ! Makefile.SH
58462 ____________________________________________________________________________
58463 [  7879] By: jhi                                   on 2000/11/27  02:31:35
58464         Log: The code in regcppop() (see #7878) contains the correct lower
58465              limit for the unused submatch 'cleanup' loop so that under
58466              "use utf8" the following code wouldn't dump core:
58467              "," =~ /([^,]*,)*/  With the the wrong lower limit (>=1)
58468              the cleanup loop in regtry() stomped beyond allocated area
58469              in the startp[] array.  Therefore, copied the correct lower
58470              loop limit (*PL_reglastparen) to regtry().  Note: something
58471              may still not be quite right: why was the _higher_ loop limit
58472              (prog->nparens) different in the utf8 case?
58473              
58474              After this patch "./perl -Ilib -Mutf8 t/op/regexp.t" works
58475              without core dumps, there were about 17 of them before
58476              the patch (with us since Perl 5.7.0).  Two failures, still:
58477              496 and 505 (though these may not be severe).
58478              
58479              Patch #7881 is also needed since both the cleanup loops
58480              seem to be needed.
58481              
58482              Also, the t/op/pat#44 seems to core dump under utf8.
58483              Plus a couple of failures.  UGH-8.
58484      Branch: perl
58485            ! regexec.c
58486 ____________________________________________________________________________
58487 [  7878] By: jhi                                   on 2000/11/27  02:21:17
58488         Log: The unused submatch cleanup code in regtry() seems to be more crucial,
58489              the code in regcppop() seems to be redundant for the test suite --
58490              but it contains a germ of truth, and it needed for the build
58491              process itself: see #7879 and #7881.
58492      Branch: perl
58493            ! regexec.c
58494 ____________________________________________________________________________
58495 [  7877] By: jhi                                   on 2000/11/27  01:53:09
58496         Log: Comment on comment.
58497      Branch: perl
58498            ! regexec.c
58499 ____________________________________________________________________________
58500 [  7876] By: jhi                                   on 2000/11/27  00:49:59
58501         Log: Adjust the docs to agree with #7875.
58502      Branch: perl
58503            ! pod/perllocale.pod
58504 ____________________________________________________________________________
58505 [  7875] By: jhi                                   on 2000/11/27  00:49:27
58506         Log: Retract #7863.  It makes more sense not to taint formatted output,
58507              not even by sprintf().
58508      Branch: perl
58509            ! sv.c
58510 ____________________________________________________________________________
58511 [  7874] By: jhi                                   on 2000/11/26  23:36:02
58512         Log: Debug dump of ANYOFUTF8 was garbage (data from ANYOF).
58513              Not really fixed (should really dump the UTF-8 charclass),
58514              but stopped displaying the garbage.
58515              
58516              Also add a note on the (missing) Unicode PSXSPC and BLANK.
58517      Branch: perl
58518            ! regcomp.c
58519 ____________________________________________________________________________
58520 [  7873] By: jhi                                   on 2000/11/26  21:31:13
58521         Log: BOUND regex opcodes (\b, \B) could try to scan zero length UTF-8.
58522      Branch: perl
58523            ! regexec.c
58524 ____________________________________________________________________________
58525 [  7872] By: jhi                                   on 2000/11/26  21:06:04
58526         Log: No need to scan till infinity, 13 is enough.
58527      Branch: perl
58528            ! handy.h utf8.c
58529 ____________________________________________________________________________
58530 [  7871] By: jhi                                   on 2000/11/26  20:20:32
58531         Log: Test line numbers are different with utf8.
58532      Branch: perl
58533            ! t/op/re_tests
58534 ____________________________________________________________________________
58535 [  7870] By: jhi                                   on 2000/11/26  20:10:12
58536         Log: Message nit.
58537      Branch: perl
58538            ! regcomp.c
58539 ____________________________________________________________________________
58540 [  7869] By: jhi                                   on 2000/11/26  19:01:05
58541         Log: Make utf8_length() and utf8_distance() (the latter of which
58542              is unused at the moment) to be less forgiving about bad UTF-8.
58543      Branch: perl
58544            ! embed.h embed.pl objXSUB.h proto.h utf8.c
58545 ____________________________________________________________________________
58546 [  7868] By: jhi                                   on 2000/11/26  18:45:56
58547         Log: Subject: Re: [ID 20001125.004] OK: perl v5.7.0 +DEVEL7825 on i686-linux 2.2.17 (UNINSTALLED)
58548              From: Benjamin Holzman <bah@ecnvantage.com>
58549              Date: Sat, 25 Nov 2000 20:40:20 -0500       
58550              Message-ID: <20001125204020.A25040@ecnvantage.com>              
58551              
58552              Debian allows installing /usr/bin/locale without installing
58553              any locales, an error message will ensue.
58554      Branch: perl
58555            ! t/pragma/locale.t
58556 ____________________________________________________________________________
58557 [  7867] By: jhi                                   on 2000/11/26  18:31:12
58558         Log: Subject: Re: [PATCH: perl@7825] SvTEMP-ness on rhs of aassign can wreak havoc
58559              From: Benjamin Holzman <bah@ecnvantage.com>
58560              Date: Sun, 26 Nov 2000 02:42:34 -0500
58561              Message-ID: <20001126024234.G25040@ecnvantage.com>
58562              
58563              Patch for the bug 20000212.002.
58564      Branch: perl
58565            ! sv.c t/op/array.t
58566 ____________________________________________________________________________
58567 [  7866] By: jhi                                   on 2000/11/26  18:28:09
58568         Log: Subject: PATCH: File::Temp fix on WindowsNT/VMS
58569              From: Tim Jenness <t.jenness@jach.hawaii.edu>
58570              Date: Fri, 24 Nov 2000 18:38:34 -1000 (HST)
58571              Message-ID: <Pine.LNX.4.21.0011241833230.18423-100000@lapaki.jach.hawaii.edu>
58572              
58573              File::Temp 0.11.
58574      Branch: perl
58575            ! lib/File/Temp.pm t/lib/ftmp-tempfile.t
58576 ____________________________________________________________________________
58577 [  7865] By: jhi                                   on 2000/11/26  18:24:22
58578         Log: The metaconfig unit change for #7864.
58579      Branch: metaconfig/U/perl
58580            ! need_va_copy.U
58581 ____________________________________________________________________________
58582 [  7864] By: jhi                                   on 2000/11/26  18:23:41
58583         Log: Make the va_copy() test not to be so talkative.
58584      Branch: perl
58585            ! Configure config_h.SH
58586 ____________________________________________________________________________
58587 [  7863] By: jhi                                   on 2000/11/26  18:11:02
58588         Log: Fix locale inconsistencies unearthed by Hugo's work.
58589              Now the floating point sprintf really does taint the result
58590              string as perllocale promises (has promised for a long time)
58591              if "use locale" is in the lexical scope.
58592      Branch: perl
58593            ! sv.c t/pragma/locale.t
58594 ____________________________________________________________________________
58595 [  7862] By: jhi                                   on 2000/11/26  00:35:15
58596         Log: Subject: [PATCH] Re: pp_add -> pp_i_add efficiency hack?
58597              From: Nicholas Clark <nick@ccl4.org>
58598              Date: Sun, 26 Nov 2000 00:07:50 +0000
58599              Message-ID: <20001126000750.A22446@plum.flirble.org>
58600              
58601              Infinit.
58602      Branch: perl
58603            ! sv.c
58604 ____________________________________________________________________________
58605 [  7861] By: jhi                                   on 2000/11/26  00:01:26
58606         Log: Integrate perlio.
58607      Branch: perl
58608           !> doio.c perlio.c perliol.h pp_sys.c win32/makefile.mk
58609 ____________________________________________________________________________
58610 [  7860] By: nick                                  on 2000/11/25  22:04:17
58611         Log: Correct relative path from new ext\Filter\Util\Call location
58612              back to miniperl.
58613      Branch: perlio
58614            ! win32/makefile.mk
58615 ____________________________________________________________________________
58616 [  7859] By: nick                                  on 2000/11/25  21:26:54
58617         Log: Integrate mainline.
58618      Branch: perlio
58619           +> ext/Filter/Util/Call/Call.pm ext/Filter/Util/Call/Call.xs
58620           +> ext/Filter/Util/Call/Makefile.PL t/lib/filter-util.pl
58621           +> t/lib/filter-util.t
58622            - ext/Filter/Util/Call.pm ext/Filter/Util/Call.xs
58623            - ext/Filter/Util/Makefile.PL t/lib/filt-util.pl
58624            - t/lib/filt-util.t
58625           !> AUTHORS Configure MANIFEST README.amiga configure.com doio.c
58626           !> embed.h embed.pl ext/B/B.pm ext/B/B/Lint.pm ext/B/B/Terse.pm
58627           !> hints/solaris_2.sh hints/uwin.sh hints/vmesa.sh
58628           !> lib/ExtUtils/MM_Unix.pm makedef.pl perl.h perlio.c perlio.h
58629           !> perlsdio.h proto.h t/lib/io_sock.t win32/Makefile
58630           !> win32/makefile.mk
58631 ____________________________________________________________________________
58632 [  7858] By: gsar                                  on 2000/11/25  20:52:17
58633         Log: C<foreach my $x ...> in pseudo-fork()ed process may diddle
58634              parent's memory; fix it by keeping track of the actual pad
58635              offset rather than a raw pointer (this change is probably also
58636              relevant to non-ithreads case to avoid fallout from reallocs of
58637              the pad array, but is currently only enabled for the ithreads
58638              case in the interests of minimal disruption to existing "well
58639              tested" code)
58640      Branch: perl
58641            ! embed.h embed.pl global.sym objXSUB.h perlapi.c pp_ctl.c
58642            ! proto.h scope.c scope.h sv.c t/op/fork.t
58643 ____________________________________________________________________________
58644 [  7857] By: nick                                  on 2000/11/25  20:01:28
58645         Log: All tests pass on Win32/gcc/USE_PERLIO.
58646              - when crlf layer is pushed make unix-level binary.
58647              - remove :crlf injection in pp_backtick in pp_sys.c
58648              - (Change dependacy of extension .dll's to perldll.def rather than perl.exe)
58649      Branch: perlio
58650            ! doio.c perlio.c pp_sys.c win32/makefile.mk
58651 ____________________________________________________________________________
58652 [  7856] By: jhi                                   on 2000/11/25  18:38:30
58653         Log: Update the metaconfig units for #7855.
58654      Branch: metaconfig/U/perl
58655            ! useperlio.U usesocks.U
58656 ____________________________________________________________________________
58657 [  7855] By: jhi                                   on 2000/11/25  18:37:54
58658         Log: Undo the SOCKS workarounds, instead start using PerlIO
58659              if SOCKS is selected.
58660              
58661              Subject: perl@7847, [ID 20001030.005], close-patch, perlio - The big cleanup
58662              From: Jens Hamisch <jens@Strawberry.COM>
58663              Date: Fri, 24 Nov 2000 18:31:30 +0100
58664              Message-ID: <20001124183130.E28337@Strawberry.COM>
58665              
58666              Subject: Re: perl@7847, [ID 20001030.005], close-patch, perlio - Patch the patch ...
58667              From: Jens Hamisch <jens@Strawberry.COM>
58668              Date: Fri, 24 Nov 2000 19:11:51 +0100
58669              Message-ID: <20001124191151.A28753@Strawberry.COM>
58670      Branch: perl
58671            ! Configure doio.c embed.h embed.pl makedef.pl perl.h perlio.c
58672            ! perlio.h perlsdio.h proto.h t/lib/io_sock.t
58673 ____________________________________________________________________________
58674 [  7854] By: jhi                                   on 2000/11/25  17:39:08
58675         Log: Undo #7848.  Some of the code seems to use walkoptree(),
58676              some walkoptree_slow().  An unfinished renaming?
58677              Now the sub is walkoptree() (which is @EXPORT_OK),
58678              the walkoptree_slow() is a typeglob alias to walkoptree.
58679              This makes the tests to pass, at least.
58680      Branch: perl
58681            ! ext/B/B.pm ext/B/B/Lint.pm ext/B/B/Terse.pm
58682 ____________________________________________________________________________
58683 [  7853] By: nick                                  on 2000/11/24  22:24:33
58684         Log: Re-arrange crlf vs binary for platforms that care.
58685              crlf layer is now "the" buffer layer and can turn its behaviour on/off.
58686              Lip-service to making stdio layer work on such platforms (untested).
58687              Now fails 3 tests rather than one, checkin to see if I can debug 
58688              the issue under linux. (Do not merge.)
58689      Branch: perlio
58690            ! doio.c perlio.c perliol.h
58691 ____________________________________________________________________________
58692 [  7852] By: jhi                                   on 2000/11/24  18:57:39
58693         Log: AUTHORS edits.
58694      Branch: perl
58695            ! AUTHORS
58696 ____________________________________________________________________________
58697 [  7851] By: jhi                                   on 2000/11/24  17:34:56
58698         Log: Add Jan-Erik Karlsson.
58699      Branch: perl
58700            ! AUTHORS
58701 ____________________________________________________________________________
58702 [  7850] By: jhi                                   on 2000/11/24  17:27:56
58703         Log: Configure should find stdchar on its own.
58704      Branch: perl
58705            ! hints/solaris_2.sh
58706 ____________________________________________________________________________
58707 [  7849] By: jhi                                   on 2000/11/24  17:24:55
58708         Log: Subject: PATCH over 7848: Filter test flawed
58709              From: andreas.koenig@anima.de (Andreas J. Koenig)
58710              Date: 24 Nov 2000 10:28:29 +0100
58711              Message-ID: <m3k89tbtxe.fsf@ak-71.mind.de>
58712      Branch: perl
58713            ! t/lib/filter-util.t
58714 ____________________________________________________________________________
58715 [  7848] By: jhi                                   on 2000/11/24  17:22:15
58716         Log: Subject: [ID 20001124.001] B exports "walkoptree" but does not define it
58717              From: Simon Cozens <simon@pembro4.pmb.ox.ac.uk>
58718              Date: Fri, 24 Nov 2000 16:12:58 +0000
58719              Message-Id: <E13zLT8-0005FN-00@pembro4.pmb.ox.ac.uk>
58720      Branch: perl
58721            ! ext/B/B.pm
58722 ____________________________________________________________________________
58723 [  7847] By: jhi                                   on 2000/11/24  03:07:01
58724         Log: Integrate perlio.
58725      Branch: perl
58726           !> doio.c perlio.c perlio.h pp_sys.c t/lib/io_tell.t
58727           !> win32/makefile.mk
58728 ____________________________________________________________________________
58729 [  7846] By: gsar                                  on 2000/11/24  00:55:57
58730         Log: integrate changes#6415..6418,6420..6438 from mainline
58731              
58732              Fix the bitvector ops for utf8 (tricky since past 7 bits
58733              the utf8 'characters' can be more than one octet).
58734              
58735              MPE/ix updates for perl 5.6.0 from Mark Bixby.
58736              
58737              Subject: SDBM_File documentation
58738              
58739              Detypo.
58740              
58741              Decutandpasto.
58742              
58743              Send all installperl messages to STDERR and be -w clean.
58744              
58745              Out-of-date note removed.
58746              
58747              Protect against "wild next"s, that is, callbacks doing "next"
58748              instead of "return".
58749              
58750              Use STDOUT consistently.
58751              
58752              The output might have been produced in the wrong order.
58753              
58754              A missing 'break' after the [[:space:]] switch case.
58755              
58756              Add tests for
58757              [ID 19991110.003] another matching finding by pcre author
58758              which has already been fixed by some patch, as verified in
58759              
58760              Documentation to explain the behaviour of map().
58761              
58762              Add an optimization for map-maps-a-list-element-to-more-list-elements
58763              case, but add also notes explaining the relationship of this
58764              patch and the earlier notes by Sarathy.
58765              
58766              Subject: [ID 20000716.023] syslog test fails without sockets
58767              
58768              Subject: Re: [PATCH] [ID 20000716.011] strangeness with split($_ =~ m/.../)
58769              Test cases for #6431.
58770              
58771              File::Spec::VMS fixup for tmpdir from Craig Berry.
58772              
58773              Make the "uninit variable" warning to say "concat or string"
58774              or "join or string" when in concat or join .
58775              
58776              Get UTF16 BOMs working.  Patch from
58777              Subject: Re: [ID 20000719.001] Problem with bleadperl of 7/18/00
58778              
58779              Subject: [PATCH] Make large file tests deal with SIGXFSZ
58780              
58781              Subject: [ID 20000724.003] Documentation changes for perllocale.pod
58782              
58783              Subject: [PATCH] av.c apidoc
58784      Branch: maint-5.6/perl
58785           !> (integrate 43 files)
58786 ____________________________________________________________________________
58787 [  7845] By: gsar                                  on 2000/11/24  00:20:45
58788         Log: integrate changes#6406..6414 from mainline
58789              
58790              Merge perlhacktut into perlhack, update perlguts.
58791              
58792              Fix AutoSplit to use File::Spec the right way in VMS,
58793              from Peter Prymmer.
58794              
58795              The bug report
58796              [ID 19991110.002] minimal matching discrepancy found by pcre author
58797              seems to have been fixed (though differently from what was suggested
58798              in the report) in 5.6.0.  Add tests to keep the bug from reappearing.
58799              
58800              thinko fix in vms/descrip_mms.template, the win32.pod in lib,
58801              not in pod, from Peter Prymmer
58802              
58803              Subject: [docpatch] Re: [ID 19991002.011] perldoc -f shift
58804              From: Hugo <hv@crypt.compulink.co.uk>
58805              Date: Fri, 14 Jul 2000 23:05:20 +0100
58806              Message-Id: <200007142205.XAA17882@crypt.compulink.co.uk>
58807              
58808              Didn't anymore apply, but that point still could use another fix.
58809              
58810              lib/b test fixes from Peter Prymmer.
58811              
58812              More docs for sv functions.
58813              
58814              perlvms.pod whitespace cleanup to keep pod utils happy.
58815              
58816              another VMS build tweak from Peter Prymmer
58817      Branch: maint-5.6/perl
58818           !> embed.pl lib/AutoSplit.pm pod/perlapi.pod pod/perlfunc.pod
58819           !> pod/perlguts.pod pod/perlhack.pod sv.c t/lib/b.t t/op/re_tests
58820           !> vms/descrip_mms.template vms/perlvms.pod
58821 ____________________________________________________________________________
58822 [  7844] By: nick                                  on 2000/11/23  23:42:45
58823         Log: Win32/perlio Now just fails one io/argv.t test - lack 
58824              of default :crlf on standard streams.
58825      Branch: perlio
58826            ! doio.c perlio.c
58827 ____________________________________________________________________________
58828 [  7843] By: nick                                  on 2000/11/23  23:04:05
58829         Log: Win32 passes all but t/lib/peek.t with perlio and home-grown crlf.
58830              peek fail is showing a real problem (multiple crlf layers
58831              are getting pushed.)
58832      Branch: perlio
58833            ! doio.c perlio.c win32/makefile.mk
58834 ____________________________________________________________________________
58835 [  7842] By: nick                                  on 2000/11/23  19:46:23
58836         Log: Implement PerlIO_binmode()
58837              Fix PerlIOCrlf_unread() (*--ptr rather than *ptr-- ...)
58838              Test on UNIX with PERLIO="perlio crlf" to mimic Win32,
58839              make binmode in t/lib/io_tell.t unconditional so that works.
58840              Checkin just so Win32 machine can see these changes.
58841      Branch: perlio
58842            ! doio.c perlio.c perlio.h pp_sys.c t/lib/io_tell.t
58843 ____________________________________________________________________________
58844 [  7841] By: jhi                                   on 2000/11/23  19:30:00
58845         Log: README.amiga changes from Jan-Erik Karlsson <trg@privat.utfors.se>.
58846      Branch: perl
58847            ! README.amiga
58848 ____________________________________________________________________________
58849 [  7840] By: jhi                                   on 2000/11/23  17:18:02
58850         Log: SOCKS wrestling continues, patches from Jens Hamisch.
58851      Branch: perl
58852            ! doio.c embed.h embed.pl perlsdio.h proto.h
58853 ____________________________________________________________________________
58854 [  7839] By: jhi                                   on 2000/11/23  16:54:14
58855         Log: Push Filter::Util::Call one level deeper.
58856      Branch: perl
58857            + t/lib/filter-util.t
58858           +> ext/Filter/Util/Call/Call.pm ext/Filter/Util/Call/Call.xs
58859           +> ext/Filter/Util/Call/Makefile.PL t/lib/filter-util.pl
58860            - ext/Filter/Util/Call.pm ext/Filter/Util/Call.xs
58861            - ext/Filter/Util/Makefile.PL t/lib/filt-util.pl
58862            - t/lib/filt-util.t
58863            ! MANIFEST configure.com hints/uwin.sh hints/vmesa.sh
58864            ! win32/Makefile win32/makefile.mk
58865 ____________________________________________________________________________
58866 [  7838] By: jhi                                   on 2000/11/23  16:52:40
58867         Log: Reach back one higher up when searching for PERL_SRC.
58868      Branch: perl
58869            ! lib/ExtUtils/MM_Unix.pm
58870 ____________________________________________________________________________
58871 [  7837] By: jhi                                   on 2000/11/23  16:05:41
58872         Log: Subject: Re: perl@7826
58873              Date: Thu, 23 Nov 2000 02:20:25 -0600
58874              From: "Craig A. Berry" <craigberry@mac.com>
58875              Message-Id: <p04330102b6424b6cd4c9@[172.16.52.1]>
58876              
58877              Make VMS to like Filter::Util::Call. 
58878      Branch: perl
58879            ! configure.com ext/Filter/Util/Makefile.PL
58880 ____________________________________________________________________________
58881 [  7836] By: nick                                  on 2000/11/23  16:04:08
58882         Log: Implement crlf layer - not ready for merge.
58883      Branch: perlio
58884            ! perlio.c win32/makefile.mk
58885 ____________________________________________________________________________
58886 [  7835] By: jhi                                   on 2000/11/23  15:56:52
58887         Log: STDCHAR is different in Sparc v9 vs x86.
58888      Branch: perl
58889            ! hints/solaris_2.sh
58890 ____________________________________________________________________________
58891 [  7834] By: jhi                                   on 2000/11/23  15:50:47
58892         Log: The type needs to be visible to protos.
58893      Branch: perl
58894            ! perl.h
58895 ____________________________________________________________________________
58896 [  7833] By: jhi                                   on 2000/11/23  15:40:46
58897         Log: Finish unfinished SOCKS workaround changes.
58898      Branch: perl
58899            ! doio.c
58900 ____________________________________________________________________________
58901 [  7832] By: jhi                                   on 2000/11/23  15:33:30
58902         Log: Integrate perlio.
58903      Branch: perl
58904           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
58905           !> win32/makefile.mk
58906 ____________________________________________________________________________
58907 [  7831] By: nick                                  on 2000/11/23  10:31:07
58908         Log: Correct makefile.mk dependancies for ext/Filter/Util
58909              Build ext/Encode
58910              Run dmake regen_config_h
58911      Branch: perlio
58912            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
58913            ! win32/makefile.mk
58914 ____________________________________________________________________________
58915 [  7830] By: nick                                  on 2000/11/23  08:05:07
58916         Log: Integrate mainline
58917      Branch: perlio
58918           +> ext/Filter/Util/Call.pm ext/Filter/Util/Call.xs
58919           +> ext/Filter/Util/Makefile.PL lib/Filter/Simple.pm
58920           +> t/lib/filt-util.pl t/lib/filt-util.t
58921           !> (integrate 41 files)
58922 ____________________________________________________________________________
58923 [  7829] By: gsar                                  on 2000/11/23  03:07:11
58924         Log: build the Filter extension on windows
58925      Branch: perl
58926            ! win32/Makefile win32/makefile.mk
58927 ____________________________________________________________________________
58928 [  7828] By: gsar                                  on 2000/11/23  02:46:35
58929         Log: regenerate win32/config* and fix some inconsistencies in the
58930              makefiles; always export Perl_deb() because it is needed
58931              by ext/re/* (whether perl itself is built with -DDEBUGGING
58932              or not)
58933      Branch: perl
58934            ! makedef.pl win32/Makefile win32/config_H.bc win32/config_H.gc
58935            ! win32/config_H.vc win32/makefile.mk
58936 ____________________________________________________________________________
58937 [  7827] By: gsar                                  on 2000/11/23  02:18:38
58938         Log: get sources building on windows+MSVC again (untested with other
58939              compilers)
58940      Branch: perl
58941            ! win32/include/sys/socket.h win32/perllib.c
58942 ____________________________________________________________________________
58943 [  7826] By: jhi                                   on 2000/11/23  01:18:26
58944         Log: Update Changes.
58945      Branch: perl
58946            ! Changes patchlevel.h
58947 ____________________________________________________________________________
58948 [  7825] By: jhi                                   on 2000/11/23  00:20:41
58949         Log: Subject: Re: av.c patch (having slight problems)
58950              From: "Ben Tilly" <ben_tilly@hotmail.com>
58951              Date: Tue, 21 Nov 2000 23:29:31 -0500
58952              Message-ID: <LAW2-F113pL32ctFfj800000d81@hotmail.com>
58953              
58954              unshift() speedup.
58955      Branch: perl
58956            ! av.c
58957 ____________________________________________________________________________
58958 [  7824] By: jhi                                   on 2000/11/22  23:59:15
58959         Log: Fixes for signedness warnings noticed by VMSperlers.
58960      Branch: perl
58961            ! ext/Storable/Storable.xs regcomp.c sv.c
58962 ____________________________________________________________________________
58963 [  7823] By: jhi                                   on 2000/11/22  23:19:31
58964         Log: Subject: [PATCH perl@7795] small cleanup task for test suite
58965              From: Peter Prymmer <pvhp@forte.com>
58966              Date: Wed, 22 Nov 2000 15:04:13 -0800 (PST)
58967              Message-ID: <Pine.OSF.4.10.10011221457530.519633-100000@aspara.forte.com>
58968      Branch: perl
58969            ! t/pragma/warn/pp_hot
58970 ____________________________________________________________________________
58971 [  7822] By: jhi                                   on 2000/11/22  22:52:20
58972         Log: Be clean.
58973      Branch: perl
58974            ! Makefile.SH
58975 ____________________________________________________________________________
58976 [  7821] By: jhi                                   on 2000/11/22  22:46:39
58977         Log: Add the simple frontend to Filter::Util:Call, Filter::Simple 0.01
58978              by Damian Conway, as suggested by Paul Marquess.
58979      Branch: perl
58980            + lib/Filter/Simple.pm
58981 ____________________________________________________________________________
58982 [  7820] By: jhi                                   on 2000/11/22  22:45:51
58983         Log: Add the Filter::Util::Call 1.04 by Paul Marquess from Filter-1.19.
58984      Branch: perl
58985            + ext/Filter/Util/Call.pm ext/Filter/Util/Call.xs
58986            + ext/Filter/Util/Makefile.PL t/lib/filt-util.pl
58987            + t/lib/filt-util.t
58988            ! MANIFEST
58989 ____________________________________________________________________________
58990 [  7819] By: jhi                                   on 2000/11/22  22:03:27
58991         Log: Integrate perlio.
58992      Branch: perl
58993           !> README.win32 perlio.c t/pragma/warnings.t win32/config_H.gc
58994           !> win32/makefile.mk
58995 ____________________________________________________________________________
58996 [  7818] By: jhi                                   on 2000/11/22  21:56:02
58997         Log: More SOCKS versus 64-bit patches from Jens Hamisch.
58998      Branch: perl
58999            ! doio.c embed.h embed.pl makedef.pl perl.h pp_sys.c proto.h
59000            ! t/lib/io_sock.t
59001 ____________________________________________________________________________
59002 [  7817] By: jhi                                   on 2000/11/22  21:39:49
59003         Log: Subject: [PATCH 5.7.0] Liblist returns found libraries
59004              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
59005              Date: Wed, 22 Nov 2000 16:08:12 -0500
59006              Message-ID: <20001122160812.A24269@monk.mps.ohio-state.edu>
59007      Branch: perl
59008            ! lib/ExtUtils/Liblist.pm
59009 ____________________________________________________________________________
59010 [  7816] By: jhi                                   on 2000/11/22  21:38:25
59011         Log: Go ahead and #include <unistd.h> in perl.h.
59012      Branch: perl
59013            ! doio.c malloc.c mg.c perl.h pp.c pp_hot.c pp_sys.c toke.c
59014            ! util.c
59015 ____________________________________________________________________________
59016 [  7815] By: jhi                                   on 2000/11/22  21:22:52
59017         Log: Subject: [PATCH 5.7.0] Overeager visited-positions optimizations
59018              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
59019              Date: Mon, 20 Nov 2000 18:30:52 -0500
59020              Message-ID: <20001120183051.A15228@monk.mps.ohio-state.edu>
59021      Branch: perl
59022            ! pod/perlre.pod regcomp.c t/op/re_tests
59023 ____________________________________________________________________________
59024 [  7814] By: jhi                                   on 2000/11/22  21:21:46
59025         Log: Subject: [PATCH 5.7.0] Liblist finally works
59026              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
59027              Date: Tue, 21 Nov 2000 22:02:17 -0500
59028              Message-ID: <20001121220217.A24174@monk.mps.ohio-state.edu>
59029      Branch: perl
59030            ! lib/ExtUtils/Liblist.pm lib/ExtUtils/MM_VMS.pm
59031            ! lib/ExtUtils/MakeMaker.pm
59032 ____________________________________________________________________________
59033 [  7813] By: jhi                                   on 2000/11/22  21:20:23
59034         Log: Subject: Re: [PATCH bleadperl] Re: Not OK: perl5.7.0 +DEVEL7706    +Duseperlio on AIX4.[23]
59035              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
59036              Date: Wed, 22 Nov 2000 17:53:15 +0100
59037              Message-Id: <20001122174544.49A2.H.M.BRAND@hccnet.nl>
59038              
59039              AIX dynaloader and perlio patch.
59040      Branch: perl
59041            ! ext/DynaLoader/dl_aix.xs
59042 ____________________________________________________________________________
59043 [  7812] By: jhi                                   on 2000/11/22  21:17:52
59044         Log: (Accidentally empty patch.)
59045      Branch: perl
59046            ! av.c
59047 ____________________________________________________________________________
59048 [  7811] By: jhi                                   on 2000/11/22  21:16:31
59049         Log: Subject: [PATCH: perl@7777] make VMS' test.com tail compatible w/ unix
59050              From: Peter Prymmer <pvhp@forte.com>
59051              Date: Mon, 20 Nov 2000 16:53:54 -0800 (PST)
59052              Message-ID: <Pine.OSF.4.10.10011201651050.373336-100000@aspara.forte.com>
59053      Branch: perl
59054            ! vms/test.com
59055 ____________________________________________________________________________
59056 [  7810] By: jhi                                   on 2000/11/22  21:15:36
59057         Log: Subject: Re: perl@7777 
59058              From: "John P. Linderman" <jpl@research.att.com>
59059              Date: Wed, 22 Nov 2000 13:11:11 -0500
59060              Message-Id: <200011221811.NAA90072@raptor.research.att.com>
59061              
59062              Detypoing.
59063      Branch: perl
59064            ! lib/CPAN.pm
59065 ____________________________________________________________________________
59066 [  7809] By: jhi                                   on 2000/11/22  21:14:19
59067         Log: Subject:  [PATCH perl@7795] Perlio_tell fix
59068              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
59069              Date:     Wed, 22 Nov 2000 13:51:37 EST
59070              Message-Id: <001122135058.56e24@DUPHY4.Physics.Drexel.Edu>
59071      Branch: perl
59072            ! perlsdio.h
59073 ____________________________________________________________________________
59074 [  7808] By: jhi                                   on 2000/11/22  21:13:27
59075         Log: Subject: [ID 20001120.003] [PATCH] io_udp.t fails without 'localhost'
59076              From: Casey Tweten <crt@kiski.net>
59077              Date: Mon, 20 Nov 2000 11:53:03 -0500 (EST)
59078              Message-Id: <200011201653.LAA10194@home.kiski.net>
59079      Branch: perl
59080            ! t/lib/io_udp.t
59081 ____________________________________________________________________________
59082 [  7807] By: jhi                                   on 2000/11/22  21:12:35
59083         Log: Subject: [ID 20001120.002] [PATCH] io_sock.t fails without 'localhost'
59084              From: Casey Tweten <crt@kiski.net>
59085              Date: Mon, 20 Nov 2000 11:36:11 -0500 (EST)
59086              Message-Id: <200011201636.LAA07227@home.kiski.net>
59087      Branch: perl
59088            ! t/lib/io_sock.t
59089 ____________________________________________________________________________
59090 [  7806] By: jhi                                   on 2000/11/22  21:10:59
59091         Log: Subject: Re: [PATCH] Evolution of h2xs [WAS: Re: PATCH subs.pm]
59092              From: "Casey R. Tweten" <crt@kiski.net>
59093              Date: Wed, 22 Nov 2000 09:05:07 -0500 (EST)
59094              Message-ID: <Pine.OSF.4.21.0011220903580.1811-100000@home.kiski.net>
59095      Branch: perl
59096            ! utils/h2xs.PL
59097 ____________________________________________________________________________
59098 [  7805] By: nick                                  on 2000/11/22  21:05:06
59099         Log: Integrate mainline
59100      Branch: perlio
59101           !> Changes Porting/genlog ext/DB_File/DB_File.xs
59102           !> ext/DB_File/version.c lib/Test.pm patchlevel.h
59103           !> utils/perlbug.PL
59104 ____________________________________________________________________________
59105 [  7804] By: jhi                                   on 2000/11/22  21:01:12
59106         Log: Subject: [PATCH] Test.pm POD peculiarity
59107              From: "Casey R. Tweten" <crt@kiski.net>
59108              Date: Tue, 21 Nov 2000 15:01:25 -0500 (EST)
59109              Message-ID: <Pine.OSF.4.21.0011211458020.20114-100000@home.kiski.net>
59110      Branch: perl
59111            ! lib/Test.pm
59112 ____________________________________________________________________________
59113 [  7803] By: jhi                                   on 2000/11/22  20:59:59
59114         Log: Subject: [ID 20001122.002] [PATCH 5.7.0@7795] two small patches to perlbug
59115              From: "Philip Newton" <pnewton@gmx.de>
59116              Date: Wed, 22 Nov 2000 14:25:53 +0100
59117              Message-Id: <3A1BD771.25462.1939FAD@localhost>
59118              
59119              Be case-understanding also on 's', and use the -oi of sendmail
59120              not to terminate the transmission on a lone '.'.
59121      Branch: perl
59122            ! utils/perlbug.PL
59123 ____________________________________________________________________________
59124 [  7802] By: nick                                  on 2000/11/22  20:51:42
59125         Log: Win32 PerlIO intermediate state now working as expected.
59126              - In current state we are still using C runtime in text/binary
59127              mode and "crlf" layer is just a dummy (clone of perlio buffer layer).
59128              - PERLIO=stdio and PERLIO=unix pass all expected tests.
59129              - PERLIO=perlio fails t/lib/dprof.t because Dprof.xs calls PerlIO_tell()
59130              and PerlIO_seek() and the dummy crlf layer is not making adjustments
59131              for CRLF translation happening in C runtime. All other tests pass.
59132              
59133              Added note to README.win32 to point out the snags of doing a perl build
59134              with Norton AntiVirus turned on.
59135              
59136              Tweaked t/pragma/warnings.t so that when run stand-alone you can tell
59137              which file a fail comes from.
59138              
59139              Updated "canned" config.h to match the one generated.
59140      Branch: perlio
59141            ! README.win32 perlio.c t/pragma/warnings.t win32/config_H.gc
59142            ! win32/makefile.mk
59143 ____________________________________________________________________________
59144 [  7801] By: jhi                                   on 2000/11/22  06:50:20
59145         Log: Nickety nits.
59146      Branch: perl
59147            ! ext/DB_File/DB_File.xs ext/DB_File/version.c
59148 ____________________________________________________________________________
59149 [  7800] By: jhi                                   on 2000/11/22  01:29:55
59150         Log: Changes had accidentally gone too silent on non-main branches.
59151      Branch: perl
59152            ! Changes Porting/genlog patchlevel.h
59153 ____________________________________________________________________________
59154 [  7799] By: gsar                                  on 2000/11/22  01:02:56
59155         Log: some lib_pm.PL changes snuck in via change#7772
59156      Branch: maint-5.6/perl
59157            ! Makefile.SH
59158 ____________________________________________________________________________
59159 [  7798] By: nick                                  on 2000/11/21  21:59:40
59160         Log: Integrate mainline
59161      Branch: perlio
59162           !> (integrate 28 files)
59163 ____________________________________________________________________________
59164 [  7797] By: jhi                                   on 2000/11/21  21:01:45
59165         Log: Integrate perlio.
59166      Branch: perl
59167           !> doio.c perlio.c perlio.h win32/perllib.c win32/win32.c
59168 ____________________________________________________________________________
59169 [  7796] By: nick                                  on 2000/11/21  20:36:22
59170         Log: Win32 builds and runs (mostly) with USE_PERLIO.
59171              PERLIO=perlio passes all tests. 
59172              PERLIO=stdio (sadly the default) hangs in t.pragma/warnings.t #319
59173      Branch: perlio
59174            ! perlio.c win32/perllib.c win32/win32.c
59175 ____________________________________________________________________________
59176 [  7795] By: jhi                                   on 2000/11/21  19:03:44
59177         Log: Update Changes.
59178      Branch: perl
59179            ! Changes patchlevel.h
59180 ____________________________________________________________________________
59181 [  7794] By: jhi                                   on 2000/11/21  18:56:34
59182         Log: Subject: PerlIO_apply_layers prototype (was Re: [PATCH: perl@7777] add system locale testing for VMS)
59183              From: "Craig A. Berry" <craigberry@mac.com>
59184              Date: Mon, 20 Nov 2000 20:27:06 -0600
59185              Message-Id: <p04330101b63f8baf25a2@[172.16.52.1]>
59186              
59187              A cut-and-pasto.
59188      Branch: perl
59189            ! perlio.h
59190 ____________________________________________________________________________
59191 [  7793] By: jhi                                   on 2000/11/21  18:54:41
59192         Log: Subject: [PATCH bleadperl] Re: Not OK: perl5.7.0 +DEVEL7706 +Duseperlio on AIX4.[23]
59193              From: Dominic Dunlop <domo@computer.org> 
59194              Date: Mon, 20 Nov 2000 18:55:29 +0100
59195              Message-Id: <p04320403b63b2c750dce@[192.168.1.4]> 
59196              
59197              va_copy() and the need of it.
59198              See <http://wwwold.dkuug.dk/JTC1/SC22/WG14/www/docs/n907.ps>.
59199      Branch: metaconfig/U/perl
59200            + need_va_copy.U
59201      Branch: perl
59202            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
59203            ! config_h.SH configure.com epoc/config.sh handy.h perlio.c
59204            ! pod/perltoc.pod uconfig.h uconfig.sh vos/config.alpha.def
59205            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
59206            ! win32/config.bc win32/config.gc win32/config.vc
59207 ____________________________________________________________________________
59208 [  7792] By: jhi                                   on 2000/11/21  17:04:10
59209         Log: Integrate scope.h@7790 from perlio, works better with multiplicity.
59210      Branch: perl
59211           !> scope.h
59212 ____________________________________________________________________________
59213 [  7791] By: jhi                                   on 2000/11/21  17:01:16
59214         Log: Export the SOCKS workaround symbols only if necessary.
59215      Branch: perl
59216            ! doio.c embed.h embed.pl makedef.pl perlsdio.h proto.h
59217 ____________________________________________________________________________
59218 [  7790] By: nick                                  on 2000/11/20  23:57:11
59219         Log: If we use (aTHX_ ...) then put Perl_ on the front. (Or drop the aTHX_).
59220      Branch: perlio
59221            ! scope.h
59222 ____________________________________________________________________________
59223 [  7789] By: nick                                  on 2000/11/20  23:38:33
59224         Log: Integrate mainline
59225      Branch: perlio
59226           +> lib/File/Spec/Epoc.pm
59227           !> (integrate 34 files)
59228 ____________________________________________________________________________
59229 [  7788] By: nick                                  on 2000/11/20  23:20:18
59230         Log: Make extra buffer layer work (dummy crlf layer)
59231      Branch: perlio
59232            ! doio.c perlio.c perlio.h
59233 ____________________________________________________________________________
59234 [  7787] By: jhi                                   on 2000/11/20  22:44:04
59235         Log: Subject: [PATCH: perl@7777] add system locale testing for VMS
59236              From: Peter Prymmer <pvhp@forte.com>
59237              Date: Mon, 20 Nov 2000 12:56:52 -0800 (PST)
59238              Message-ID: <Pine.OSF.4.10.10011201244390.376086-100000@aspara.forte.com>
59239      Branch: perl
59240            ! t/pragma/locale.t
59241 ____________________________________________________________________________
59242 [  7786] By: jhi                                   on 2000/11/20  22:29:10
59243         Log: Subject: DOC PATCH 5.6.0 perlreftut
59244              From: mjd@plover.com
59245              Date: 20 Nov 2000 19:45:06 -0000
59246              Message-ID: <20001120194506.9505.qmail@plover.com>
59247      Branch: perl
59248            ! pod/perlreftut.pod
59249 ____________________________________________________________________________
59250 [  7785] By: jhi                                   on 2000/11/20  22:27:44
59251         Log: Subject: [ID 20001120.010] typo in lib/Cwd.pm broke Cwd::chdir
59252              From: David Dyck <dcd@tc.fluke.com>
59253              Date: Mon, 20 Nov 2000 11:43:40 -0800
59254              Message-Id: <200011201943.LAA08451@dd.tc.fluke.com>
59255      Branch: perl
59256            ! lib/Cwd.pm
59257 ____________________________________________________________________________
59258 [  7784] By: jhi                                   on 2000/11/20  22:23:21
59259         Log: Subject: [PATCH 5.7.0] lexicals not recognized in a run-time (?{})
59260              Date: Mon, 20 Nov 2000 17:06:10 -0500
59261              To: Mailing list Perl5 <perl5-porters@perl.org>
59262              Message-ID: <20001120170609.A11780@monk.mps.ohio-state.edu>
59263      Branch: perl
59264            ! pp_ctl.c t/op/pat.t
59265 ____________________________________________________________________________
59266 [  7783] By: jhi                                   on 2000/11/20  22:11:18
59267         Log: Subject: [PATCH] doop.c - UTF8 tr///               
59268              From: Simon Cozens <simon@cozens.net>
59269              Date: Sat, 18 Nov 2000 18:49:30 +0000
59270              Message-ID: <20001118184930.A31687@pembro4.pmb.ox.ac.uk>
59271              
59272              Subject: Re: [PATCH] doop.c - UTF8 tr///           
59273              From: Simon Cozens <simon@cozens.net>
59274              Date: Mon, 20 Nov 2000 20:45:22 +0000
59275              Message-ID: <20001120204522.A26042@pembro4.pmb.ox.ac.uk>
59276              
59277              Make tr on UTF-8 better but still not correct.
59278      Branch: perl
59279            ! doop.c
59280 ____________________________________________________________________________
59281 [  7782] By: jhi                                   on 2000/11/20  22:02:16
59282         Log: Remove the shared object before attempting to create
59283              (by linking) a new one.  E.g. in AIX not removing
59284              becomes quite painful if one tries to do more than one
59285              build in the same tree (an interrupted build, for example),
59286              since the AIX' shared dynaloader seemingly keeps the shared
59287              objects open and therefore 'busy' for quite a while, even when
59288              nobody is using the objects, leading into link failures.
59289      Branch: perl
59290            ! lib/ExtUtils/MM_Unix.pm
59291 ____________________________________________________________________________
59292 [  7781] By: gsar                                  on 2000/11/20  19:02:55
59293         Log: type mismatch due to faulty integration
59294      Branch: maint-5.6/perl
59295            ! toke.c win32/Makefile
59296 ____________________________________________________________________________
59297 [  7780] By: gsar                                  on 2000/11/20  17:31:55
59298         Log: integrate changes#6392,6394..6399,6401..6404
59299              
59300              The {multiplier} of a fixed substring was overlooked which
59301              caused a wrong initial search offset for that substring.
59302              
59303              Subject: [PATCH 5.6.0] Re: [ID 20000613.001] Regex works in v5.005_03 but fails in v5.06
59304              From: Hugo <hv@crypt.compulink.co.uk>
59305              Message-Id: <200007131827.TAA14487@crypt.compulink.co.uk>
59306              Date: Thu, 13 Jul 2000 19:27:13 +0100
59307              
59308              Fix the BOM bug: not a byteorder bug, a signedness bug.
59309              
59310              Replace change #6337 with a better one.
59311              
59312              Subject: Re: [PATCH] [ID 20000701.002] Regular Expressions Not Unsetting $1 Vars When Backtracking
59313              From: Hugo <hv@crypt.compulink.co.uk>
59314              Date: Fri, 14 Jul 2000 04:16:20 +0100
59315              Message-Id: <200007140316.EAA15857@crypt.compulink.co.uk>
59316              
59317              MakeMaker should not remove editor backups (*~) on `make clean`
59318              by default (completes change#6383)
59319              
59320              move new variables to the end of the interpreter structure (for
59321              bincompat in code that doesn't #include XSUB.h)
59322              
59323              rename totally bletcherous SvLOCK() thingy (doesn't do what the
59324              name suggests anyway)
59325              
59326              various cleanups (typos, misformatted code, and small bugs)
59327              
59328              typecasts needed for change#6394
59329              
59330              typos in change#6399, regen headers
59331              
59332              inconsistent types needs casts
59333              
59334              PERL_OBJECT build tweaks
59335      Branch: maint-5.6/perl
59336           !> MANIFEST doop.c embed.h embed.pl embedvar.h
59337           !> ext/IPC/SysV/Makefile.PL global.sym intrpvar.h
59338           !> lib/ExtUtils/MM_Unix.pm mg.c op.c perlapi.h pod/perlapi.pod
59339           !> pp.c proto.h regcomp.c regexec.c sv.h t/op/re_tests thread.h
59340           !> toke.c util.c
59341 ____________________________________________________________________________
59342 [  7779] By: gsar                                  on 2000/11/20  17:06:29
59343         Log: integrate changes#6376..6378,6380,6383,6385..6388,6391
59344              
59345              Cosmetics and perldelta.
59346              
59347              Fix nits noticed by Boston.pm.
59348              
59349              Do the cc sanity check both before the hints and
59350              after the cc selction.
59351              
59352              get sprintf.t to adjust properly for 3-digit exponents
59353              
59354              don't clobber *.orig files on *clean targets
59355              
59356              fix bugs in processing %v-*d and similar format specs (from
59357              Avi Finkel <avi@finkel.org>)
59358              
59359              sprintf test tweaks (from Dominic Dunlop)
59360              
59361              new selfloader.t in change#6183 doesn't close DATA handles,
59362              and thus fails to clean up tmp files on dosish platforms
59363              
59364              typos (spotted by Peter Prymmer)
59365              
59366              typo fix from Craig Berry
59367      Branch: maint-5.6/perl
59368           !> Configure Makefile.SH config_h.SH ext/IPC/SysV/Makefile.PL
59369           !> pod/perldelta.pod pod/perlre.pod sv.c t/lib/english.t
59370           !> t/lib/selfloader.t t/op/sprintf.t vms/subconfigure.com
59371           !> x2p/Makefile.SH
59372 ____________________________________________________________________________
59373 [  7778] By: gsar                                  on 2000/11/20  16:46:51
59374         Log: integrate changes#6340..6342,6348,6354,6356,6357,6371,6372,6375
59375              
59376              Subject: Re: format bug report  [Patch]
59377              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
59378              Date: Wed, 05 Jul 2000 13:12:52 +0200
59379              Message-Id: <20000705130745.67BF.H.M.BRAND@hccnet.nl>
59380              
59381              Subject: Re: format bug report  [Patch]
59382              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
59383              Date: Wed, 05 Jul 2000 14:10:01 +0200
59384              Message-Id: <20000705140837.73C2.H.M.BRAND@hccnet.nl>
59385              
59386              Subject: Re: [ID 20000704.002] [PATCH] memory leak with debug / anon subs
59387              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
59388              Message-Id: <E13AbRE-00009T-00@libra.cus.cam.ac.uk>
59389              Date: Fri, 07 Jul 2000 17:57:16 +0100
59390              
59391              Subject: [ID 20000710.002] fatal error or memory loss when deleting symbols in evaled code with syntax errors
59392              To: perl5-porters@perl.org
59393              From: Karsten Sperling <spiff@phreax.net>
59394              Date: Mon, 10 Jul 2000 15:12:52 +0200
59395              Message-Id: <200007101315.e6ADFrg21041@chthon.perl.com>
59396              
59397              README.posix-bc podified from Thomas Dorner.
59398              
59399              Subject: [PATCH perl-current] Make op/sprintf.t more comprehensive, take2
59400              From: Dominic Dunlop <domo@computer.org>
59401              Date: Tue, 11 Jul 2000 12:27:33 +0200
59402              Message-Id: <p04320405b590a14d4650@[192.168.1.4]>
59403              
59404              Typo in #6341.
59405              
59406              Fix for
59407              Subject: [ID 20000711.005] spurious uninit warning with msgrcv()
59408              From: Roderick Schertler <roderick@argon.org>
59409              Date: Tue, 11 Jul 2000 13:55:05 -0400
59410              Message-Id: <200007111755.NAA05077@jones.argon.org>
59411              
59412              Minor cleanups on the booklist.
59413              
59414              Reintroduce perlbook (updated for Mk III), introduce perlposix-bc,
59415              regen perltoc.
59416              
59417              windows build tweaks (op/sprintf.t still fails tests 120-121, 149)
59418      Branch: maint-5.6/perl
59419           +> pod/perlbook.pod
59420           !> MANIFEST README.posix-bc doio.c lib/Symbol.pm pod/Makefile.SH
59421           !> pod/buildtoc.PL pod/perl.pod pod/perlfaq2.pod pod/perltoc.pod
59422           !> pp_hot.c t/op/sprintf.t t/op/write.t toke.c win32/win32sck.c
59423 ____________________________________________________________________________
59424 [  7777] By: jhi                                   on 2000/11/20  16:08:49
59425         Log: Update Changes.
59426      Branch: perl
59427            ! Changes patchlevel.h
59428 ____________________________________________________________________________
59429 [  7776] By: jhi                                   on 2000/11/20  15:27:56
59430         Log: Assume SOCKS is broken in all 64bitall platforms, not just Solaris.
59431              This may be overly harsh but until proven otherwise, we think this
59432              way, or until we have a simple test for Configure (having to start
59433              up servers is does not count as simple) to check for the problems.
59434      Branch: perl
59435            ! perl.h
59436 ____________________________________________________________________________
59437 [  7775] By: jhi                                   on 2000/11/20  15:22:17
59438         Log: Solaris hints tweaks.
59439      Branch: perl
59440            ! hints/solaris_2.sh
59441 ____________________________________________________________________________
59442 [  7774] By: jhi                                   on 2000/11/20  15:01:20
59443         Log: Add a workaround to SOCKS 64-bit problems.
59444      Branch: perl
59445            ! doio.c embed.h embed.pl perlsdio.h proto.h
59446 ____________________________________________________________________________
59447 [  7773] By: jhi                                   on 2000/11/20  14:51:47
59448         Log: sysseek() instead of seek().
59449      Branch: perl
59450            ! t/lib/syslfs.t
59451 ____________________________________________________________________________
59452 [  7772] By: gsar                                  on 2000/11/20  13:06:23
59453         Log: integrate changes#6315..6319,6321..6331,6333..6338
59454              
59455              Integrate with Sarathy, preliminary fix for unicos
59456              alignment problems in [ID 20000612.002] Perl problem on Cray system.
59457              
59458              some debugger output does not go to the socket when RemotePort is set
59459              
59460              winsock cleanup never done on Windows (leads to handle leaks)
59461              
59462              fix UNC path handling on Windows under ithreads, and chdir()
59463              return value when given a non-existent directory
59464              
59465              Autogenerate pod/Makefile and pod/buildtoc.
59466              buildtoc also checks whether the existin pods are
59467              mentioned in MANIFEST and perl.pod, and vice versa.
59468              (None of the thusly found discrepancies fixed yet.)
59469              roffitall also needs to be autogenerated similarly but it
59470              seems so badly out of date that I didn't touch it yet.
59471              
59472              Config is being used.
59473              
59474              Add =head1 NAMEs so that buildtoc is happy.
59475              (The CGI::Util nit reported to Lincoln.)
59476              
59477              Fix complaints of buildtoc.
59478              
59479              Fix the alignment problem in Crays ([ID 20000612.002]).
59480              
59481              Remove perlbook, update perlfaq book listing,
59482              rearrange perl.pod, regenerate perltoc.
59483              
59484              Fix a nit spotted by 64bit IRIX compilation: a (64-bit) pointer
59485              was cast to an unsigned (32-bit) integer with wild abandon.
59486              
59487              winsock options weren't being set in all threads under ithreads
59488              (caused send()s from second and subsequent threads to fail)
59489              
59490              accept() leaks memory on windows due to incorrect ordering of
59491              closesocket() and fclose() calls
59492              
59493              Reorder perl.pod once more.
59494              
59495              More POSIX.pod tweaks.
59496              
59497              Sprinkle ldlibpath.
59498              
59499              Precedence goof, fix based on
59500              Subject: [PATCH 5.6.0] op/taint.t continues on failed shmget()
59501              From: Hugo <hv@crypt.compulink.co.uk>
59502              Date: Tue, 11 Jul 2000 12:52:38 +0100
59503              Message-Id: <200007111152.MAA05488@crypt.compulink.co.uk>
59504              
59505              Subject: PATCH perlguts.pod: Document D and d magic types
59506              From: mjd@plover.com
59507              Date: 5 Jul 2000 18:01:51 -0000
59508              Message-ID: <20000705180151.29413.qmail@plover.com>
59509              
59510              Subject: [ID 20000705.002] problem with perl 5.6.0 on NetBSD/sparc
59511              From: Hubert Feyrer <feyrer@rfhs8012.fh-regensburg.de>
59512              Date: Wed, 5 Jul 2000 14:56:43 +0200 (MET DST)
59513              Message-Id: <Pine.GSO.4.10.10007051452330.29215-100000@rfhpc8320.fh-regensburg.de>
59514              
59515              Subject: [PATCH cfgperl] $& segfaults if you trick it
59516              From: simon@brecon.co.uk (Simon Cozens)
59517              Date: 7 Jul 2000 11:26:09 GMT
59518              Message-ID: <slrn8mbfif.ead.simon@justanother.perlhacker.org>
59519              
59520              Subject: [PATCH] [ID 20000701.002] Regular Expressions Not Unsetting $1 Vars When Backtracking
59521              From: Hugo <hv@crypt.compulink.co.uk>
59522              Date: Tue, 11 Jul 2000 12:44:50 +0100
59523              Message-Id: <200007111144.MAA04446@crypt.compulink.co.uk>
59524              
59525              Subject: [PATCH] Re: "%#p" format specifier: document and test or not?
59526              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
59527              Date: Tue, 11 Jul 2000 13:50:51 +0100
59528              Message-Id: <E13BzUx-00033c-00@libra.cus.cam.ac.uk>
59529      Branch: maint-5.6/perl
59530           +> ext/DynaLoader/hints/netbsd.pl lib/Win32.pod pod/Makefile.SH
59531           +> pod/buildtoc.PL
59532            - pod/Makefile pod/Win32.pod pod/buildtoc pod/perlbook.pod
59533           !> (integrate 26 files)
59534 ____________________________________________________________________________
59535 [  7771] By: gsar                                  on 2000/11/20  12:31:42
59536         Log: integrate changes#6283..6285,6291,6294..6300,6302..6304,6306..6307,
59537              6310,6311,6314
59538              
59539              Subject: [PATCH bleedperl] File::Spec 0.82 beta
59540              From: Barrie Slaymaker <barries@jester.slaysys.com>
59541              Date: Wed, 28 Jun 2000 11:35:29 -0400
59542              Message-Id: <200006281535.LAA21095@jester.slaysys.com>
59543              
59544              tweak perlembed for multiplicity/usethreads sanity; correct notes
59545              about Windows
59546              
59547              localize %INC in a Safe compartment so that use/require work
59548              (many other magic globals probably need similar treatment)
59549              
59550              dounwind() may cause POPSUB() to diddle the wrong PL_curpad
59551              when @_ is modified, causing coredumps
59552              
59553              slurp mode fix in change#4736 still not quite right
59554              
59555              Point to perlipc for more SysV IPC examples.
59556              
59557              Elaborate POSIX.pod.  Still needs work.
59558              
59559              fix ~320 byte memory leak (psig_{ptr,name} tables were never freed)
59560              
59561              fix large memory leak that has been around for ever, masked by
59562              -DPURIFY (most of the arenas were never freed!)
59563              
59564              fix memory leak on Windows (PL_sys_intern contents were never
59565              freed)
59566              
59567              PERL_OBJECT build tweak
59568              
59569              adjust change#6299
59570              
59571              remove rel2abs prototypes (from Barrie Slaymaker)
59572              
59573              missing perldiag entry for unpack("w",...) diagnostic (from
59574              Andreas Koenig)
59575              
59576              better diagnostic on Frob->stuff() when Frob:: doesn't exist
59577              (from Richard Soderberg <rs@oregonnet.com>)
59578              
59579              Win32 patches for cfgperl from Sarathy.
59580              
59581              b.t fails under OS/2 (from Yitzchak Scott-Thoennes)
59582              
59583              More POSIX.pod embellishment.
59584              
59585              tyop in change#6306
59586      Branch: maint-5.6/perl
59587           !> (integrate 44 files)
59588 ____________________________________________________________________________
59589 [  7770] By: gsar                                  on 2000/11/20  11:51:00
59590         Log: integrate changes#6268..6282 from cfgperl branch
59591              
59592              Subject: [PATCH perl-current] Make op/sprintf.t more comprehensive
59593              From: Dominic Dunlop <domo@computer.org>
59594              Date: Thu, 29 Jun 2000 12:32:39 +0200
59595              Message-Id: <p04320403b580cc1338db@[192.168.1.4]>
59596              
59597              Regen headers for #6261 (and update embed.pl for this) and #6267,
59598              silence few compiler warnings.
59599              
59600              Subject: PATCH (Re: [ID 20000612.004] Should regression tests fail if user doesn't build XS extensions?)
59601              From: Nicholas Clark <nick@talking.bollo.cx>
59602              Date: Fri, 23 Jun 2000 16:21:15 +0100
59603              Message-ID: <20000623162115.A19894@Bagpuss.unfortu.net>
59604              
59605              Subject: PATCH pod/perltie.pod
59606              From: Ian Phillipps <Ian.Phillipps@iname.com>
59607              Date: Fri, 16 Jun 2000 00:17:19 +0100
59608              Message-ID: <20000616001719.A17108@homer.diplex.co.uk>
59609              (only the first hunk, the second hunk had already been done
59610              by some other patch)
59611              
59612              Subject: [ID 20000614.005] [patch] Tweak to Net::Ping docs
59613              From: Tom Phoenix <rootbeer@redcat.com>
59614              Received: (qmail 6398 invoked by uid 508); 15 Jun 2000 00:30:54 -0000
59615              Date: Wed, 14 Jun 2000 17:30:37 -0700 (PDT)
59616              
59617              Subject: [PATCH] xsub attributes
59618              From: Doug MacEachern <dougm@covalent.net>
59619              Date: Wed, 14 Jun 2000 15:09:22 -0700 (PDT)
59620              Message-ID: <Pine.LNX.4.10.10006141456050.340-100000@mojo.covalent.net>
59621              
59622              Subject: [ID 20000614.003] 5.6.0 File/Glob.pm incompatibility
59623              From: Andy Dougherty <doughera@lafayette.edu>
59624              Date: Wed, 14 Jun 2000 13:33:32 -0400 (EDT)
59625              Message-Id: <Pine.SOL.4.10.10006141332220.3643-100000@maxwell.phys.lafayette.edu>
59626              
59627              Subject: [PATCH] 5.6.0 lib/Pod/{Html,Man,Text}.pm
59628              From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
59629              Date: Tue, 13 Jun 2000 02:43:48 -0500
59630              Message-ID: <20000613024347.A28388@staff2.cso.uiuc.edu>
59631              
59632              Subject: [PATCH] Re: eval documentation: context
59633              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
59634              Date: Mon, 12 Jun 2000 15:07:29 +0100
59635              Message-Id: <E131UsD-0002ke-00@ursa.cus.cam.ac.uk>
59636              
59637              Subject: [PATCH] Re: [ID 20000612.001] map {chop; $_} (Literals problem)
59638              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
59639              Date: Mon, 12 Jun 2000 14:55:59 +0100
59640              Message-Id: <E131Uh5-0002cj-00@ursa.cus.cam.ac.uk>
59641              
59642              Subject: [ID 20000609.002] Text::Wrap::wrap does not handle multiline strings properly
59643              From: "Milton L. Hankins" <mlh@swl.msd.ray.com>
59644              Date: Fri, 09 Jun 2000 12:39:27 -0400
59645              Message-Id: <39411DBF.A04BB1A@swl.msd.ray.com>
59646              (plus update the version "number" of Text::Wrap)
59647              
59648              Subject: [ID 20000602.002] [PATCH] perlsub.pod: ambiguous usage of "closure"
59649              From: Tim Ayers <tayers@bridge.com>
59650              Date: Thu, 08 Jun 2000 08:11:06 +0200
59651              Message-id: <393F38FA.9B5F4C7D@m.dasa.de>
59652              [resent by Richard Foley, Message-Id probably wrong]
59653              
59654              Subject: Re: backwards compatibility in h2xs and makemaker  [PATCH]
59655              From: rspier@pobox.com (Robert Spier)
59656              Date: Wed, 7 Jun 2000 12:47:37 -0400 (EDT)
59657              Message-ID: <14654.31913.845602.610277@rls.cx>
59658              
59659              Subject: [PATCH 5.6.0] utils/h2xs.PL
59660              From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
59661              Date: Wed, 7 Jun 2000 04:02:04 -0500
59662              Message-ID: <20000607040201.A22568@staff1.cso.uiuc.edu>
59663              
59664              Subject: [PATCH 5.6.0]ITHREADs for VMS
59665              From: Dan Sugalski <dan@sidhe.org>
59666              Date: Tue, 06 Jun 2000 11:59:50 -0400
59667              Message-Id: <4.3.2.7.0.20000606115752.01c82220@24.8.96.48>
59668      Branch: maint-5.6/perl
59669           !> (integrate 31 files)
59670 ____________________________________________________________________________
59671 [  7769] By: gsar                                  on 2000/11/20  11:29:06
59672         Log: integrate changes#6261..6266 from cfgperl
59673              
59674              Subject: Re: [PATCH cfgperl] BOMs away!
59675              From: simon@brecon.co.uk (Simon Cozens)
59676              Date: 17 Jun 2000 11:49:57 GMT
59677              Message-ID: <slrn8kmpf5.8pl.simon@justanother.perlhacker.org>
59678              
59679              Subject: 5.6.0 Patch for EPOC
59680              From: Olaf Flebbe <o.flebbe@gmx.de>
59681              Date: Tue, 13 Jun 2000 22:59:29 +0200 (MEST)
59682              Message-ID: <23449.960929969@www11.gmx.net>
59683              
59684              tr fixes from Simon Cozens
59685              
59686              Subject: [ID 20000628.004] Re: Problem compiling perl? [BSDI-Support-Request #71232]
59687              From: Marty Lucich <marty@netcom.com>
59688              Date: Wed, 28 Jun 2000 14:16:05 -0700 (PDT)
59689              Message-Id: <200006282116.OAA11148@netcom.com>
59690              ccdlflags update (the BSD/OS 4.1 part had already been taken
59691              care of by #6141).
59692              
59693              Subject: Re: [ID 20000628.006] POSIX::STRERR_FILENO typo
59694              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
59695              Date: Wed, 28 Jun 2000 17:50:12 -0700
59696              Message-ID: <E1pW5gzkg2kV092yn@efn.org>
59697              
59698              Subject: [PATCH 5.6.0] cygwin port
59699              Message-ID: <779F20BCCE5AD31186A50008C75D997917173C@silldn_mail1.sanwaint.com>
59700              From: "Fifer, Eric" <EFifer@sanwaint.com>
59701              Date: Thu, 29 Jun 2000 12:58:29 +0100
59702      Branch: maint-5.6/perl
59703           !> README.epoc cygwin/Makefile.SHs doop.c epoc/config.sh
59704           !> epoc/createpkg.pl epoc/epocish.c epoc/epocish.h
59705           !> ext/POSIX/POSIX.pm ext/POSIX/POSIX.pod ext/POSIX/POSIX.xs
59706           !> hints/bsdos.sh pod/perldiag.pod t/comp/require.t toke.c
59707 ____________________________________________________________________________
59708 [  7768] By: gsar                                  on 2000/11/20  11:13:44
59709         Log: integrate changes#6252..6256,6259..6260
59710              
59711              Paranoia tweak on #6249.
59712              Subject: Re: [PATCH 5.6.0 IPC/Open3.pm] Allow the use of numeric fd's
59713              From: Ronald J Kimball <rjk@linguist.dartmouth.edu>
59714              Date: Sun, 25 Jun 2000 23:43:12 -0400
59715              Message-ID: <20000625234312.B74147@linguist.dartmouth.edu>
59716              
59717              Subject: tr///, help wanted.
59718              From: simon@brecon.co.uk (Simon Cozens)
59719              Date: 28 Jun 2000 11:29:04 GMT
59720              Message-ID: <slrn8ljoc0.fbd.simon@justanother.perlhacker.org>
59721              
59722              small thinko tweaks
59723              
59724              tweaks from Simon Conzes to further fix tr/// under utf8
59725              
59726              perlnewmod was missing from MANIFEST.
59727              
59728              Subject: Re: [PATCH] pack('U',$foo) doesn't UTF8
59729              From: simon@brecon.co.uk (Simon Cozens)
59730              Date: 17 Jun 2000 11:56:44 GMT
59731              Message-ID: <slrn8kmprs.8pl.simon@justanother.perlhacker.org>
59732              pack U0, pack C0
59733      Branch: maint-5.6/perl
59734           !> MANIFEST doop.c embed.h embed.pl embedvar.h global.sym
59735           !> lib/Exporter.pm lib/IPC/Open3.pm objXSUB.h op.c
59736           !> pod/perlfunc.pod pp.c pp_proto.h proto.h sv.c t/op/my_stash.t
59737           !> t/op/pack.t t/op/tr.t t/pragma/constant.t t/pragma/warn/op
59738 ____________________________________________________________________________
59739 [  7767] By: gsar                                  on 2000/11/20  10:51:38
59740         Log: integrate change#6250 from cfgperl
59741              
59742              Subject: Re: [PATCH] support 'my __PACKAGE__ $obj = ...'
59743              From: Doug MacEachern <dougm@covalent.net>
59744              Date: Tue, 27 Jun 2000 14:17:28 -0700 (PDT)
59745              Message-ID: <Pine.LNX.4.10.10006271412340.7587-100000@mojo.covalent.net>
59746      Branch: maint-5.6/perl
59747           +> t/op/my_stash.t
59748           !> MANIFEST embed.pl global.sym proto.h toke.c
59749 ____________________________________________________________________________
59750 [  7766] By: gsar                                  on 2000/11/20  10:48:34
59751         Log: integrate changes#6240,6242..6246,6248,6249 from cfgperl
59752              
59753              Subject: [ID 20000626.007] h2xs man page contains trailing garbage
59754              From: Nicholas Clark <nick@Bagpuss.unfortu.net>
59755              Date: Mon, 26 Jun 2000 18:40:14 +0100
59756              Message-Id: <200006261740.SAA02740@Bagpuss.unfortu.net>
59757              
59758              Subject: [PATCH] bytes<->utf8 fixes
59759              From: simon@brecon.co.uk (Simon Cozens)
59760              Date: 26 Jun 2000 04:55:45 GMT
59761              Message-ID: <slrn8ldoih.fbd.simon@justanother.perlhacker.org>
59762              
59763              Subject: [PATCH] is_utf8_string
59764              From: simon@brecon.co.uk (Simon Cozens)
59765              Date: 26 Jun 2000 02:25:59 GMT
59766              Message-ID: <slrn8ldfpn.h5k.simon@justanother.perlhacker.org>
59767              
59768              Subject: [PATCH] avoid mg_ptr in '*' magic
59769              From: Doug MacEachern <dougm@covalent.net>
59770              Date: Sun, 25 Jun 2000 11:16:08 -0700 (PDT)
59771              Message-ID: <Pine.LNX.4.10.10006251045190.461-100000@mojo.covalent.net>
59772              
59773              Subject: [ID 20000624.001] PERL_DL_DEBUG=1 DynaLoader message appears to be wrong
59774              From: Nicholas Clark <nick@Bagpuss.unfortu.net>
59775              Date: Sat, 24 Jun 2000 13:06:20 +0100
59776              Message-Id: <200006241206.NAA03771@Bagpuss.unfortu.net>
59777              
59778              Allow for standalone testing.
59779              
59780              Subject: DOC PATCH 5.6.0: perlfunc/sprintf does not contain an example
59781              From: Mark-Jason Dominus <mjd@plover.com>
59782              Date: Tue, 27 Jun 2000 22:36:42 -0400
59783              Message-ID: <20000628023642.12166.qmail@plover.com>
59784              
59785              Subject: Re: [PATCH 5.6.0 IPC/Open3.pm] Allow the use of numeric fd's
59786              From: Frank Tobin <ftobin@uiuc.edu>
59787              Date: Sun, 25 Jun 2000 19:00:58 -0500 (CDT)
59788              Message-ID: <Pine.BSF.4.21.0006251855340.20487-100000@srh0902.urh.uiuc.edu>
59789      Branch: maint-5.6/perl
59790           !> embed.h embed.pl embedvar.h ext/DynaLoader/DynaLoader_pm.PL
59791           !> global.sym gv.c lib/IPC/Open3.pm objXSUB.h perlapi.c perlapi.h
59792           !> pod/perlapi.pod pod/perlfunc.pod pod/perlintern.pod pp_proto.h
59793           !> proto.h sv.c t/lib/filefunc.t t/lib/filespec.t t/lib/peek.t
59794           !> utf8.c utils/h2xs.PL
59795 ____________________________________________________________________________
59796 [  7765] By: gsar                                  on 2000/11/20  10:29:13
59797         Log: integrate change#6239 from cfgperl
59798              
59799              Configure maintenance.  Sever some dependency cycles,
59800              separate gccversion from the cc unit,
59801              address [ID 20000623.006] Configure script patch for using gcc on AIX
59802              (but solve it a little bit differently),
59803              unduplex some accidentally duplicated units,
59804              suggest using gcc if no cc available
59805              (p5p thread: "Solaris configure: counterproposal", 1999-09)
59806      Branch: maint-5.6/perl
59807           !> Configure Todo-5.6 config_h.SH
59808 ____________________________________________________________________________
59809 [  7764] By: gsar                                  on 2000/11/20  10:25:55
59810         Log: integrate changes#6233..6238 from cfgperl
59811              
59812              Subject: PATCH 5.6.0: Document OPf_SPECIAL flag in regcomp op nodes
59813              From: Mark-Jason Dominus <mjd@plover.com>
59814              Date: Fri, 16 Jun 2000 20:53:04 -0400
59815              Message-ID: <20000617005304.8008.qmail@plover.com>
59816              
59817              Prefer C:/temp in Win32 as File::Spec->tmpdir to /tmp
59818              because when run as services (Win32ese for daemons)
59819              no environment variables are set and tmpdir ends up as /tmp,
59820              which is ambiguous.
59821              Subject:[ID 20000616.002] File::Spec->tmpdir broken when running as service
59822              From: matt@sergeant.org
59823              Date: 16 Jun 2000 16:30:43 -0000
59824              Message-Id: <20000616163043.26398.qmail@mail.sergeant.org>
59825              
59826              The thread begun by
59827              Subject: [ID 20000616.001] Typo on line 390 of .../hints/solaris_2.sh
59828              From: Kevin.Ruscoe@ubsw.com
59829              Date: Fri, 16 Jun 2000 16:38:51 +0100
59830              Message-Id: <H000019b03c300d6@MHS>
59831              
59832              Tweak embed.pl, regen headers.
59833              
59834              Subject: [PATCH 5.6.0] XS module loading fixup for VMS
59835              From: Dan Sugalski <dan@sidhe.org>
59836              Date: Fri, 23 Jun 2000 17:00:00 -0400
59837              Message-Id: <4.3.2.7.0.20000623165934.00c93d10@24.8.96.48>
59838      Branch: maint-5.6/perl
59839           !> (integrate 27 files)
59840 ____________________________________________________________________________
59841 [  7763] By: gsar                                  on 2000/11/20  10:08:08
59842         Log: s/perl56delta/perldelta/g
59843      Branch: maint-5.6/perl
59844            ! pod/Makefile
59845 ____________________________________________________________________________
59846 [  7762] By: gsar                                  on 2000/11/20  10:04:00
59847         Log: integrate changes#6225,6229,6231,6232 from cfgperl
59848              
59849              Add source code filenames to apidoc.
59850              From: simon@brecon.co.uk (Simon Cozens)
59851              Subject: [PATCH embed.pl] Source X-ref
59852              Date: 22 Jun 2000 02:18:49 GMT
59853              Message-ID: <slrn8l2ts8.h5k.simon@justanother.perlhacker.org>
59854              
59855              Subject: README.hpux version 0.6.1
59856              Date: Tue, 20 Jun 2000 15:25:51 -0700 (PDT)
59857              From: Jeff Okamoto <okamoto@xfiles.intercon.hp.com>
59858              Message-Id: <200006202225.PAA26205@xfiles.intercon.hp.com>
59859              
59860              Subject: [PATCH 5.6.0] cygwin port
59861              From: "Fifer, Eric" <EFifer@sanwaint.com>
59862              Date: Tue, 20 Jun 2000 14:30:58 +0100
59863              Message-ID: <779F20BCCE5AD31186A50008C75D9979171734@silldn_mail1.sanwaint.com>
59864              
59865              Subject: PATCH: pod/perlutil.pod - utilities packaged with the Perl distribution
59866              From: simon@brecon.co.uk (Simon Cozens)
59867              Date: 19 Jun 2000 15:18:27 GMT
59868              Message-ID: <slrn8ksee3.cp9.simon@justanother.perlhacker.org>
59869              
59870              plus update pod/Makefile and regenerate perltoc
59871      Branch: maint-5.6/perl
59872           +> pod/perlutil.pod
59873           !> MANIFEST README.cygwin README.hpux Todo-5.6 embed.pl
59874           !> lib/File/Find.pm pod/Makefile pod/perltoc.pod pod/roffitall
59875 ____________________________________________________________________________
59876 [  7761] By: jhi                                   on 2000/11/20  04:09:55
59877         Log: Miraculous typo.
59878      Branch: perl
59879            ! t/op/pat.t
59880 ____________________________________________________________________________
59881 [  7760] By: jhi                                   on 2000/11/20  04:06:08
59882         Log: Subject: [PATCH 5.7.0] The first step in removing recursion from the REx engine
59883              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
59884              Date: Sun, 19 Nov 2000 22:30:26 -0500
59885              Message-ID: <20001119223026.A5165@monk.mps.ohio-state.edu>
59886      Branch: perl
59887            ! regexec.c scope.h t/op/pat.t
59888 ____________________________________________________________________________
59889 [  7759] By: jhi                                   on 2000/11/20  02:05:22
59890         Log: Make certain MacOS Classic has NO_ENVIRON_ARRAY.
59891      Branch: perl
59892            ! perl.h
59893 ____________________________________________________________________________
59894 [  7758] By: jhi                                   on 2000/11/20  01:58:11
59895         Log: Subject: [perl 7711: EPOC] updates
59896              From: Olaf Flebbe <o.flebbe@gmx.de>
59897              Date: Sun, 19 Nov 2000 19:33:30 +0100 (MET)
59898              Message-ID: <25575.974658810@www23.gmx.net>               
59899      Branch: perl
59900            + lib/File/Spec/Epoc.pm
59901            ! MANIFEST epoc/epocish.c lib/CGI.pm lib/Cwd.pm
59902            ! lib/File/Basename.pm lib/File/Find.pm lib/File/Path.pm
59903            ! lib/File/Spec.pm perl.c sv.c
59904 ____________________________________________________________________________
59905 [  7757] By: jhi                                   on 2000/11/20  01:53:11
59906         Log: ext/re/hints/MSWin32.pl seems to be missing from perlio.
59907      Branch: perl
59908            ! MANIFEST
59909 ____________________________________________________________________________
59910 [  7756] By: jhi                                   on 2000/11/20  01:47:22
59911         Log: Integrate perlio.
59912      Branch: perl
59913            - ext/re/hints/MSWin32.pl
59914           !> global.sym perlio.c perlio.h perliol.h pod/perlapi.pod sv.c
59915           !> win32/config.gc win32/config_H.gc win32/win32sck.c
59916 ____________________________________________________________________________
59917 [  7755] By: nick                                  on 2000/11/19  20:57:17
59918         Log: Add dummy crlf layer (just as buffer)
59919              Correct 1st bug - one layer of indirection.
59920      Branch: perlio
59921            ! perlio.c perlio.h perliol.h
59922 ____________________________________________________________________________
59923 [  7754] By: nick                                  on 2000/11/19  20:56:12
59924         Log: Work-round to Perl_deb_nocontext is no longer required
59925      Branch: perlio
59926            - ext/re/hints/MSWin32.pl
59927 ____________________________________________________________________________
59928 [  7753] By: nick                                  on 2000/11/19  20:01:16
59929         Log: diff -se shows these as different
59930      Branch: perlio
59931            ! global.sym pod/perlapi.pod
59932 ____________________________________________________________________________
59933 [  7752] By: nick                                  on 2000/11/19  18:57:30
59934         Log: Configure GCC/Win32 build -Duseperlio
59935              Fix a couple of gross issues
59936              - double-include of ../deb.o in re.dll
59937              - win32sck.c needs PerlIO and FILE 
59938      Branch: perlio
59939            ! ext/re/hints/MSWin32.pl win32/config.gc win32/config_H.gc
59940            ! win32/win32sck.c
59941 ____________________________________________________________________________
59942 [  7751] By: nick                                  on 2000/11/19  17:05:36
59943         Log: Special case :crlf and :raw in dummy PerlIO_apply_layers
59944      Branch: perlio
59945            ! perlio.c
59946 ____________________________________________________________________________
59947 [  7750] By: nick                                  on 2000/11/19  16:57:14
59948         Log: Missing aTHX_
59949      Branch: perlio
59950            ! sv.c
59951 ____________________________________________________________________________
59952 [  7749] By: jhi                                   on 2000/11/19  16:28:40
59953         Log: Subject: [ID 20001118.006] [PATCH] perl@7707 djgpp/config.over, hints/dos_djgpp.sh and Storable.pm
59954              From: "Peter J. Farley III" <pjfarley@banet.net>
59955              Date: Sun, 19 Nov 2000 01:42:58 -0500
59956              Message-Id: <5.0.1.4.0.20001119011855.00a55ec0@pop5.banet.net>
59957      Branch: perl
59958            ! djgpp/config.over ext/Storable/Storable.pm hints/dos_djgpp.sh
59959 ____________________________________________________________________________
59960 [  7748] By: jhi                                   on 2000/11/19  16:08:10
59961         Log: Subject: podlators 1.05 available        
59962              From: Russ Allbery <rra@stanford.edu>   
59963              Date: 18 Nov 2000 22:04:28 -0800
59964              Message-ID: <ylitpkijkj.fsf@windlord.stanford.edu>
59965      Branch: perl
59966            ! lib/Pod/Man.pm lib/Pod/Text.pm pod/pod2man.PL
59967 ____________________________________________________________________________
59968 [  7747] By: nick                                  on 2000/11/19  11:19:39
59969         Log: Integrate mainline
59970      Branch: perlio
59971           !> embed.h embed.pl objXSUB.h perlapi.c proto.h sv.c utf8.c
59972           !> util.c
59973 ____________________________________________________________________________
59974 [  7746] By: jhi                                   on 2000/11/19  06:42:22
59975         Log: Make hex scanning warn on "\x{x}" and "\xx".
59976              "\x" and and hex("x") are still valid.
59977      Branch: perl
59978            ! util.c
59979 ____________________________________________________________________________
59980 [  7745] By: nick                                  on 2000/11/18  22:52:28
59981         Log: Integrate mainline
59982      Branch: perlio
59983           !> emacs/ptags embed.h embed.pl lib/CPAN.pm lib/CPAN/FirstTime.pm
59984           !> perl.h perlio.c proto.h regcomp.c regcomp.h
59985 ____________________________________________________________________________
59986 [  7744] By: jhi                                   on 2000/11/18  22:50:28
59987         Log: Introduce Perl_utf8_length().  Use it.
59988      Branch: perl
59989            ! embed.h embed.pl objXSUB.h perlapi.c proto.h sv.c utf8.c
59990 ____________________________________________________________________________
59991 [  7743] By: jhi                                   on 2000/11/18  22:38:51
59992         Log: Compiler denit.
59993      Branch: perl
59994            ! perlio.c
59995 ____________________________________________________________________________
59996 [  7742] By: jhi                                   on 2000/11/18  20:33:05
59997         Log: Integrate perlio.
59998      Branch: perl
59999           !> cop.h doio.c gv.c lib/open.pm mg.c op.c perl.c perlio.c
60000           !> perlio.h pp_ctl.c pp_sys.c sv.c
60001 ____________________________________________________________________________
60002 [  7741] By: jhi                                   on 2000/11/18  20:31:27
60003         Log: Subject: [PATCH 5.7.0] make regcomp reenterable
60004              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
60005              Date: Fri, 17 Nov 2000 20:35:11 -0500
60006              Message-ID: <20001117203511.A13121@monk.mps.ohio-state.edu>
60007              
60008              Subject: Re: [PATCH 5.7.0] make regcomp reenterable
60009              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
60010              Date: Fri, 17 Nov 2000 21:03:47 -0500
60011              Message-ID: <20001117210347.A16570@monk.mps.ohio-state.edu>
60012              
60013              Plus a little bit of tweaking in pregcomp().
60014      Branch: perl
60015            ! embed.h embed.pl perl.h proto.h regcomp.c regcomp.h
60016 ____________________________________________________________________________
60017 [  7740] By: nick                                  on 2000/11/18  20:17:22
60018         Log: Lexical use open ... support:
60019              add ->cop_io to COP structure in cop.h.
60020              Make mg.c and gv.c associate it with ${^OPEN}.
60021              Make lib/open.pm set it.
60022              Have sv.c, perl.c, pp_ctl.c, op.c manipulate it in a manner
60023              manner similar to ->cop_warnings.
60024              Have doio.c's do_open9 and pp_sys.c's pp_backticks use it as default and
60025              call new PerlIO_apply_layers().
60026              Declare latter in perlio.h and define in perlio.c
60027      Branch: perlio
60028            ! cop.h doio.c gv.c lib/open.pm mg.c op.c perl.c perlio.c
60029            ! perlio.h pp_ctl.c pp_sys.c sv.c
60030 ____________________________________________________________________________
60031 [  7739] By: jhi                                   on 2000/11/18  19:54:00
60032         Log: Integrate perlio.
60033      Branch: perl
60034           !> doio.c perlio.c pp.c
60035 ____________________________________________________________________________
60036 [  7738] By: jhi                                   on 2000/11/18  17:16:13
60037         Log: Subject: [PATCH 5.7.0] etags broken again
60038              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
60039              Date: Sat, 18 Nov 2000 02:41:36 -0500
60040              Message-ID: <20001118024136.A19097@monk.mps.ohio-state.edu>
60041      Branch: perl
60042            ! emacs/ptags
60043 ____________________________________________________________________________
60044 [  7737] By: jhi                                   on 2000/11/18  17:12:18
60045         Log: Upgrade to CPAN.pm 1.58_93 (the RC1 for 1.59), from Andreas König.
60046      Branch: perl
60047            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
60048 ____________________________________________________________________________
60049 [  7736] By: nick                                  on 2000/11/18  14:06:20
60050         Log: Basic tweaks to do_open() type parsing to allow layer/discipline
60051              part to be isolated.
60052      Branch: perlio
60053            ! doio.c perlio.c
60054 ____________________________________________________________________________
60055 [  7735] By: nick                                  on 2000/11/18  11:03:32
60056         Log: Integrate mainline
60057      Branch: perlio
60058           !> Changes README.amiga README.win32 patchlevel.h
60059           !> pod/perlfunc.pod pp.c regcomp.c regexec.c t/op/re_tests
60060 ____________________________________________________________________________
60061 [  7734] By: jhi                                   on 2000/11/18  01:18:56
60062         Log: Update Changes.
60063      Branch: perl
60064            ! Changes patchlevel.h
60065 ____________________________________________________________________________
60066 [  7733] By: jhi                                   on 2000/11/18  00:32:54
60067         Log: Subject: [PATCH 5.7.0] restore match data on backtracing
60068              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
60069              Date: Fri, 17 Nov 2000 17:28:02 -0500
60070              Message-ID: <20001117172802.A1032@monk.mps.ohio-state.edu>
60071      Branch: perl
60072            ! regcomp.c regexec.c t/op/re_tests
60073 ____________________________________________________________________________
60074 [  7732] By: jhi                                   on 2000/11/18  00:28:56
60075         Log: Sparc 64-bit pack() fix from Jens Hamisch.
60076      Branch: perl
60077            ! pp.c
60078 ____________________________________________________________________________
60079 [  7731] By: jhi                                   on 2000/11/18  00:18:39
60080         Log: Explain in more detail the {} syntax ambiguousity.
60081              
60082              Subject: [PATCH] Re: [ID 20001117.003] map { "$_", 1} @array is syntax error
60083              From: Nicholas Clark <nick@ccl4.org>
60084              Date: Fri, 17 Nov 2000 22:10:28 +0000
60085              Message-ID: <20001117221028.A88930@plum.flirble.org>
60086      Branch: perl
60087            ! pod/perlfunc.pod
60088 ____________________________________________________________________________
60089 [  7730] By: jhi                                   on 2000/11/18  00:12:18
60090         Log: Subject: Fix for README.amiga (20000323.033)
60091              From: "Stephen P. Potter" <spp@spotter.yi.org>
60092              Date: Fri, 17 Nov 2000 12:25:51 -0500
60093              Message-Id: <200011171725.MAA05768@spotter.yi.org>
60094      Branch: perl
60095            ! README.amiga
60096 ____________________________________________________________________________
60097 [  7729] By: jhi                                   on 2000/11/18  00:08:34
60098         Log: Subject: [PATCH 5.6.0 README.win32] very minor typos
60099              From: "A. C. Yardley" <yardley@tanet.net>
60100              Date: Mon, 3 Apr 2000 11:35:33 -0700
60101              Message-ID: <3483.000403@tanet.net>
60102      Branch: perl
60103            ! README.win32
60104 ____________________________________________________________________________
60105 [  7728] By: nick                                  on 2000/11/17  21:59:47
60106         Log: Integrate mainline
60107      Branch: perlio
60108           !> configure.com hints/solaris_2.sh lib/Carp/Heavy.pm
60109           !> lib/ExtUtils/xsubpp lib/Pod/Checker.pm pod/perlfaq9.pod
60110           !> pod/perlhack.pod pod/perllocale.pod pod/perlmodlib.PL
60111           !> pod/perlpod.pod pod/perlxs.pod pod/perlxstut.pod t/lib/b.t
60112 ____________________________________________________________________________
60113 [  7727] By: nick                                  on 2000/11/17  21:56:31
60114         Log: Experiment on use of attributes.pm interface.
60115              Valid generic fix to auto-vivify code in rv2gv - only "upgrade" to
60116              SVt_PVRV if not already something better (else vivify of say magic gets
60117              core dump).
60118      Branch: perlio
60119            ! perlio.c pp.c
60120 ____________________________________________________________________________
60121 [  7726] By: jhi                                   on 2000/11/17  14:15:49
60122         Log: Subject: Fix for 20000815.006
60123              From: "Stephen P. Potter" <spp@spotter.yi.org>
60124              Date: Fri, 17 Nov 2000 08:57:45 -0500
60125              Message-Id: <200011171357.IAA05122@spotter.yi.org>
60126              
60127              It's really 20000518.006.
60128      Branch: perl
60129            ! pod/perlmodlib.PL
60130 ____________________________________________________________________________
60131 [  7725] By: jhi                                   on 2000/11/17  14:12:31
60132         Log: Subject: Fix for 20000409.001
60133              From: "Stephen P. Potter" <spp@spotter.yi.org>
60134              Date: Fri, 17 Nov 2000 08:55:45 -0500
60135              Message-Id: <200011171355.IAA05104@spotter.yi.org>
60136      Branch: perl
60137            ! pod/perlfaq9.pod
60138 ____________________________________________________________________________
60139 [  7724] By: jhi                                   on 2000/11/17  14:08:58
60140         Log: Undo #7627 now that we have =head3.
60141      Branch: perl
60142            ! pod/perlhack.pod
60143 ____________________________________________________________________________
60144 [  7723] By: jhi                                   on 2000/11/17  14:04:09
60145         Log: As surmised the #7719 wasn't a good move.
60146      Branch: perl
60147            ! hints/solaris_2.sh
60148 ____________________________________________________________________________
60149 [  7722] By: jhi                                   on 2000/11/17  13:59:04
60150         Log: Also the 64bitall hints can be either here or there.
60151      Branch: perl
60152            ! hints/solaris_2.sh
60153 ____________________________________________________________________________
60154 [  7721] By: jhi                                   on 2000/11/17  02:26:23
60155         Log: Test tweak for the open pragma.
60156      Branch: perl
60157            ! t/lib/b.t
60158 ____________________________________________________________________________
60159 [  7720] By: jhi                                   on 2000/11/17  00:23:22
60160         Log: The long double hints can be here or there.
60161      Branch: perl
60162            ! hints/solaris_2.sh
60163 ____________________________________________________________________________
60164 [  7719] By: jhi                                   on 2000/11/17  00:14:06
60165         Log: For Solaris use64bitall the stdchar needs a little bit of help.
60166      Branch: perl
60167            ! hints/solaris_2.sh
60168 ____________________________________________________________________________
60169 [  7718] By: jhi                                   on 2000/11/16  23:27:34
60170         Log: Subject: Re: Bug in Carp::Heavy/5.6.0?
60171              From: Wolfgang Laun <Wolfgang.Laun@alcatel.at>
60172              Date: Wed, 15 Nov 2000 08:56:32 +0100
60173              Message-ID: <3A1241B0.64477E00@alcatel.at>
60174      Branch: perl
60175            ! lib/Carp/Heavy.pm
60176 ____________________________________________________________________________
60177 [  7717] By: jhi                                   on 2000/11/16  23:23:29
60178         Log: Subject: [PATCH] Re: 20001101.003 PDL
60179              From: Nicholas Clark <nick@ccl4.org>
60180              Date: Thu, 16 Nov 2000 16:48:25 +0000
60181              Message-ID: <20001116164825.B93487@plum.flirble.org>
60182      Branch: perl
60183            ! lib/ExtUtils/xsubpp pod/perlxs.pod pod/perlxstut.pod
60184 ____________________________________________________________________________
60185 [  7716] By: jhi                                   on 2000/11/16  23:21:31
60186         Log: Subject: [PATCH] Re: [p5p] [PATCH perlpod.pod] Digging into the =head
60187              From: "Casey R. Tweten" <crt@kiski.net>
60188              Date: Thu, 16 Nov 2000 12:02:47 -0500 (EST)
60189              Message-ID: <Pine.OSF.4.21.0011161200410.700-100000@home.kiski.net>
60190      Branch: perl
60191            ! lib/Pod/Checker.pm pod/perlpod.pod
60192 ____________________________________________________________________________
60193 [  7715] By: jhi                                   on 2000/11/16  23:19:40
60194         Log: Avoid an infinite loop in VMS when utils scripts are run
60195              with no arguments, from Charles Lane.
60196      Branch: perl
60197            ! configure.com
60198 ____________________________________________________________________________
60199 [  7714] By: jhi                                   on 2000/11/16  23:17:08
60200         Log: Subject: perllocale.pod changes
60201              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
60202              Date: Mon, 13 Nov 2000 10:09:22 +0300
60203              Message-ID: <402099F49BEED211999700805FC7359F825416@ru0028exch01.spb.lucent.com>
60204      Branch: perl
60205            ! pod/perllocale.pod
60206 ____________________________________________________________________________
60207 [  7713] By: jhi                                   on 2000/11/16  23:14:06
60208         Log: Integrate perlio.
60209      Branch: perl
60210           !> doio.c perlio.c perlio.h util.c
60211 ____________________________________________________________________________
60212 [  7712] By: nick                                  on 2000/11/16  21:10:58
60213         Log: Integrate mainline
60214      Branch: perlio
60215           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
60216           !> config_h.SH configure.com epoc/config.sh malloc.c uconfig.h
60217           !> uconfig.sh vos/config.alpha.def vos/config.alpha.h
60218           !> vos/config.ga.def vos/config.ga.h win32/config.bc
60219           !> win32/config.gc win32/config.vc
60220 ____________________________________________________________________________
60221 [  7711] By: nick                                  on 2000/11/16  19:56:41
60222         Log: Minor tweaks:
60223              consistent way of getting 'rb', 'wb' etc. for binary opens
60224              move *perlio::layers to *open::layers
60225              a #define to show layers available
60226              DOSISH popen/PerlIO had export/import sense inverted.
60227      Branch: perlio
60228            ! doio.c perlio.c perlio.h util.c
60229 ____________________________________________________________________________
60230 [  7710] By: jhi                                   on 2000/11/16  15:46:05
60231         Log: Add HAS_SBRK_PROTO.
60232      Branch: metaconfig/U/perl
60233            + d_sbrkproto.U
60234      Branch: perl
60235            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
60236            ! config_h.SH configure.com epoc/config.sh malloc.c uconfig.h
60237            ! uconfig.sh vos/config.alpha.def vos/config.alpha.h
60238            ! vos/config.ga.def vos/config.ga.h win32/config.bc
60239            ! win32/config.gc win32/config.vc
60240 ____________________________________________________________________________
60241 [  7709] By: nick                                  on 2000/11/16  07:31:49
60242         Log: Integrate mainline
60243      Branch: perlio
60244           !> (integrate 35 files)
60245 ____________________________________________________________________________
60246 [  7708] By: jhi                                   on 2000/11/16  05:33:03
60247         Log: These files are text, not binary.
60248      Branch: perl
60249            ! ext/Encode/Encode/iso8859-10.enc
60250            ! ext/Encode/Encode/iso8859-13.enc
60251            ! ext/Encode/Encode/iso8859-14.enc
60252            ! ext/Encode/Encode/iso8859-15.enc
60253 ____________________________________________________________________________
60254 [  7707] By: jhi                                   on 2000/11/16  01:53:37
60255         Log: Update Changes.
60256      Branch: perl
60257            ! Changes patchlevel.h
60258 ____________________________________________________________________________
60259 [  7706] By: jhi                                   on 2000/11/16  01:35:59
60260         Log: More #undefing of stdio.
60261      Branch: perl
60262            ! fakesdio.h nostdio.h
60263 ____________________________________________________________________________
60264 [  7705] By: jhi                                   on 2000/11/16  01:34:18
60265         Log: Add fwalk() probe to the configuration files and regen perltoc.
60266      Branch: perl
60267            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
60268            ! config_h.SH configure.com epoc/config.sh pod/perltoc.pod
60269            ! uconfig.h uconfig.sh util.c vos/config.alpha.def
60270            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
60271            ! win32/config.bc win32/config.gc win32/config.vc
60272 ____________________________________________________________________________
60273 [  7704] By: jhi                                   on 2000/11/16  01:33:07
60274         Log: Add the _fwalk() unit.  (The probe says 'fwalk()'.  Time for
60275              an optional third argument to Inlibc?)
60276      Branch: metaconfig/U/perl
60277            + d__fwalk.U
60278 ____________________________________________________________________________
60279 [  7703] By: jhi                                   on 2000/11/16  01:09:22
60280         Log: The type of the hash_cb() size argument is tricky.
60281      Branch: perl
60282            ! ext/DB_File/DB_File.xs
60283 ____________________________________________________________________________
60284 [  7702] By: jhi                                   on 2000/11/15  23:01:16
60285         Log: Quick temporary fix for 20001114.008 as suggested by Nick Ing-Simmons.
60286      Branch: perl
60287            ! nostdio.h
60288 ____________________________________________________________________________
60289 [  7701] By: jhi                                   on 2000/11/15  22:52:32
60290         Log: Detypo.
60291      Branch: perl
60292            ! t/lib/bigfltpm.t
60293 ____________________________________________________________________________
60294 [  7700] By: jhi                                   on 2000/11/15  22:51:56
60295         Log: UINT64_C() work continues.
60296      Branch: perl
60297            ! handy.h perl.h utf8.h
60298 ____________________________________________________________________________
60299 [  7699] By: jhi                                   on 2000/11/15  14:13:04
60300         Log: SOCKS has its own USE_THREADS, based on
60301              
60302              Subject: [ID 20001114.002] et. al. bugfix followup
60303              From: Jens Hamisch <jens@Strawberry.COM> 
60304              Date: Wed, 15 Nov 2000 14:23:11 +0100
60305              Message-ID: <20001115142311.A21164@Strawberry.COM>
60306      Branch: perl
60307            ! perl.h
60308 ____________________________________________________________________________
60309 [  7698] By: jhi                                   on 2000/11/15  03:50:56
60310         Log: Add few missing #undefs and sort them.
60311      Branch: perl
60312            ! fakesdio.h
60313 ____________________________________________________________________________
60314 [  7697] By: jhi                                   on 2000/11/15  03:39:14
60315         Log: Linenumber fix.
60316      Branch: perl
60317            ! t/pragma/warn/utf8
60318 ____________________________________________________________________________
60319 [  7696] By: jhi                                   on 2000/11/15  02:55:26
60320         Log: EBCDIC tweaks.
60321              
60322              Subject: [PATCH: perl@7674 ++] fixes for warnings and regmesg (reprise)
60323              From: Peter Prymmer <pvhp@forte.com>
60324              Date: Tue, 14 Nov 2000 17:05:11 -0800 (PST)
60325              Message-ID: <Pine.OSF.4.10.10011141653510.106218-100000@aspara.forte.com>
60326      Branch: perl
60327            ! t/op/regmesg.t t/pragma/warn/utf8
60328 ____________________________________________________________________________
60329 [  7695] By: jhi                                   on 2000/11/15  02:53:58
60330         Log: Subject: [PATCH: perl@7674 + Scott-Thoennes] hush warnings about malformed EBCDIC text
60331              From: Peter Prymmer <pvhp@forte.com>
60332              Date: Tue, 14 Nov 2000 15:09:41 -0800 (PST)
60333              Message-ID: <Pine.OSF.4.10.10011141500260.106218-100000@aspara.forte.com>
60334      Branch: perl
60335            ! utf8.c
60336 ____________________________________________________________________________
60337 [  7694] By: jhi                                   on 2000/11/15  02:50:55
60338         Log: Subject: [PATCH: perl@7674] updates to README.os390
60339              From: Prymmer/Kahn <pvhp@best.com>
60340              Date: Tue, 14 Nov 2000 09:20:20 -0800 (PST)
60341              Message-ID: <Pine.BSF.4.21.0011140913370.15162-100000@shell8.ba.best.com>
60342      Branch: perl
60343            ! README.os390
60344 ____________________________________________________________________________
60345 [  7693] By: jhi                                   on 2000/11/15  02:48:37
60346         Log: Quit utf8_to_uv() instantly if curlen == 0.
60347      Branch: perl
60348            ! utf8.c
60349 ____________________________________________________________________________
60350 [  7692] By: jhi                                   on 2000/11/15  02:24:29
60351         Log: Use u_int32_t for the size of hash_cb(), not size_t.
60352              
60353              Subject: [ID 20001114.003] Solaris 8, 64 Bit DB_file patch
60354              From: Jens Hamisch <jens@Strawberry.COM>     
60355              Date: Tue, 14 Nov 2000 19:03:55 +0100
60356              Message-Id: <20001114190355.A20559@Strawberry.COM>
60357      Branch: perl
60358            ! ext/DB_File/DB_File.xs
60359 ____________________________________________________________________________
60360 [  7691] By: jhi                                   on 2000/11/15  02:20:12
60361         Log: Use UINT64_C().
60362              
60363              Subject: [ID 20001114.006] 5.7.0-7680 Solaris 8, 64 bit, utf8 patch
60364              From: Jens Hamisch <jens@Strawberry.COM>
60365              Date: Tue, 14 Nov 2000 19:16:23 +0100
60366              Message-Id: <20001114191623.G20559@Strawberry.COM>
60367      Branch: perl
60368            ! utf8.c utf8.h
60369 ____________________________________________________________________________
60370 [  7690] By: jhi                                   on 2000/11/15  02:17:06
60371         Log: Defined INT64_C() and UINT64_C() unless defined by <inttypes.h>
60372              (a macro to define signed and unsigned integer constants).
60373      Branch: perl
60374            ! handy.h
60375 ____________________________________________________________________________
60376 [  7689] By: jhi                                   on 2000/11/15  01:56:51
60377         Log: Regen Configure.
60378      Branch: perl
60379            ! Configure
60380 ____________________________________________________________________________
60381 [  7688] By: jhi                                   on 2000/11/15  01:56:32
60382         Log: Make the unit know about SOCKS.
60383      Branch: metaconfig
60384            ! U/protos/socksizetype.U
60385 ____________________________________________________________________________
60386 [  7687] By: jhi                                   on 2000/11/15  01:54:47
60387         Log: Remove unused dependencies.
60388      Branch: metaconfig
60389            ! U/compline/d_getpagsz.U
60390 ____________________________________________________________________________
60391 [  7686] By: nick                                  on 2000/11/14  21:25:13
60392         Log: Integrate mainline.
60393      Branch: perlio
60394           +> ext/re/hints/MSWin32.pl win32/bin/mdelete.bat
60395           !> MANIFEST doio.c doop.c ext/IO/lib/IO/Handle.pm
60396           !> ext/IO/lib/IO/Seekable.pm ext/SDBM_File/Makefile.PL
60397           !> lib/ExtUtils/MM_Unix.pm lib/perl5db.pl makedef.pl perl.h
60398           !> perlio.c pp.c pp_sys.c toke.c utf8.c utf8.h win32/Makefile
60399           !> win32/config.bc win32/config.gc win32/config.vc
60400           !> win32/makefile.mk win32/win32.c win32/win32.h win32/win32sck.c
60401 ____________________________________________________________________________
60402 [  7685] By: jhi                                   on 2000/11/14  17:54:56
60403         Log: Integrate perlio.
60404      Branch: perl
60405           +> fakesdio.h perliol.h
60406           !> MANIFEST iperlsys.h nostdio.h perl.c perlio.c perlio.h
60407           !> perlsdio.h perlsfio.h pod/perlfunc.pod
60408 ____________________________________________________________________________
60409 [  7684] By: nick                                  on 2000/11/14  17:43:04
60410         Log: PerlIO #include and #ifdef re-work.
60411      Branch: perlio
60412            + fakesdio.h perliol.h
60413            ! MANIFEST iperlsys.h nostdio.h perl.c perlio.c perlio.h
60414            ! perlsdio.h perlsfio.h
60415 ____________________________________________________________________________
60416 [  7683] By: jhi                                   on 2000/11/14  15:42:40
60417         Log: Hoist the duplicated socket/netdb include logic to perl.h;
60418              undef SETERRNO in case SOCKS has defined it.  Based on:
60419              
60420              Subject: [ID 20001114.002] Code-Cleanups concerning SOCKS5 and Solaris   
60421              From: Jens Hamisch <jens@Strawberry.COM> 
60422              Date: Tue, 14 Nov 2000 11:34:40 +0100
60423              Message-Id: <20001114113440.A20005@Strawberry.COM>
60424      Branch: perl
60425            ! doio.c perl.h pp_sys.c
60426 ____________________________________________________________________________
60427 [  7682] By: jhi                                   on 2000/11/14  14:07:28
60428         Log: Subject: some additions for makefiles for win32 (for perl@7674)
60429              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
60430              Date: Tue, 14 Nov 2000 09:31:13 +0300
60431              Message-ID: <402099F49BEED211999700805FC7359F8254FC@ru0028exch01.spb.lucent.com>
60432      Branch: perl
60433            ! win32/Makefile win32/config.bc win32/config.gc win32/config.vc
60434            ! win32/makefile.mk
60435 ____________________________________________________________________________
60436 [  7681] By: jhi                                   on 2000/11/14  14:01:41
60437         Log: Subject: tiny typo in perl5db.pl
60438              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
60439              Date: Tue, 14 Nov 2000 09:29:28 +0300
60440              Message-ID: <402099F49BEED211999700805FC7359F8254F7@ru0028exch01.spb.lucent.com>
60441      Branch: perl
60442            ! lib/perl5db.pl
60443 ____________________________________________________________________________
60444 [  7680] By: jhi                                   on 2000/11/14  04:13:50
60445         Log: Redo #7679 with LFs instead of CRLFs.
60446      Branch: perl
60447            ! ext/SDBM_File/Makefile.PL lib/ExtUtils/MM_Unix.pm makedef.pl
60448            ! perlio.c win32/Makefile win32/bin/mdelete.bat win32/config.gc
60449            ! win32/config.vc win32/win32.c win32/win32.h win32/win32sck.c
60450 ____________________________________________________________________________
60451 [  7679] By: jhi                                   on 2000/11/14  01:21:09
60452         Log: Subject: [PATCH perl@7638] Get PerlIO building on Win32
60453              From: Benjamin Stuhl <tiriath@yahoo.com> 
60454              Date: Mon, 13 Nov 2000 15:08:08 -0800 (PST)
60455              Message-ID: <20001113230808.18659.qmail@web6305.mail.yahoo.com>
60456      Branch: perl
60457            + win32/bin/mdelete.bat
60458            ! MANIFEST ext/SDBM_File/Makefile.PL lib/ExtUtils/MM_Unix.pm
60459            ! makedef.pl perlio.c win32/Makefile win32/config.gc
60460            ! win32/config.vc win32/win32.c win32/win32.h win32/win32sck.c
60461 ____________________________________________________________________________
60462 [  7678] By: jhi                                   on 2000/11/14  01:19:20
60463         Log: Fix the re extension building for Win32.
60464              
60465              Subject: [PATCH perl@7638] Get PerlIO building on Win32
60466              From: Benjamin Stuhl <tiriath@yahoo.com> 
60467              Date: Mon, 13 Nov 2000 15:08:08 -0800 (PST)
60468              Message-ID: <20001113230808.18659.qmail@web6305.mail.yahoo.com>
60469      Branch: perl
60470            + ext/re/hints/MSWin32.pl
60471            ! MANIFEST
60472 ____________________________________________________________________________
60473 [  7677] By: jhi                                   on 2000/11/14  01:13:54
60474         Log: Subject: [ID 20001113.003] utf8_to_uv on malformed utf returns wrong values
60475              From: sthoenna@efn.org
60476              Date: Mon, 13 Nov 2000 14:49:40 -0800 (PST)
60477              Message-Id: <200011132249.eADMnek09679@garcia.efn.org>
60478      Branch: perl
60479            ! doop.c pp.c toke.c utf8.c utf8.h
60480 ____________________________________________________________________________
60481 [  7676] By: jhi                                   on 2000/11/13  20:23:15
60482         Log: Subject: Re: [ID 20001112.008] perlio.c's PerlIO_getpos ingores error return
60483              From: Nicholas Clark <nick@ccl4.org>
60484              Date: Mon, 13 Nov 2000 18:55:04 +0000
60485              Message-ID: <20001113185504.J29183@plum.flirble.org>
60486      Branch: perl
60487            ! ext/IO/lib/IO/Handle.pm ext/IO/lib/IO/Seekable.pm
60488 ____________________________________________________________________________
60489 [  7675] By: nick                                  on 2000/11/13  20:21:57
60490         Log: Integrate mainline ...
60491      Branch: perlio
60492           !> Changes MANIFEST doop.c ext/IO/IO.xs ext/IO/lib/IO/Handle.pm
60493           !> ext/IO/lib/IO/Seekable.pm patchlevel.h perl.h perlio.c
60494           !> perlsfio.h pod/perlfunc.pod pod/perlunicode.pod pp.c regexp.h
60495           !> t/io/tell.t t/lib/io_xs.t t/op/bop.t utf8.c
60496 ____________________________________________________________________________
60497 [  7674] By: jhi                                   on 2000/11/13  15:07:56
60498         Log: Update Changes.
60499      Branch: perl
60500            ! Changes patchlevel.h
60501 ____________________________________________________________________________
60502 [  7673] By: jhi                                   on 2000/11/13  14:42:42
60503         Log: Remove the new two tests of lib/io_xs for now, they seem to
60504              fail under perlio on some platforms.
60505      Branch: perl
60506            ! t/lib/io_xs.t
60507 ____________________________________________________________________________
60508 [  7672] By: jhi                                   on 2000/11/13  13:57:53
60509         Log: Make PerlIO_getpos() to behave like fgetpos() on return.
60510      Branch: perl
60511            ! perlio.c
60512 ____________________________________________________________________________
60513 [  7671] By: jhi                                   on 2000/11/13  05:30:48
60514         Log: Placate nervous compilers that see longer than ints switch()ing.
60515      Branch: perl
60516            ! utf8.c
60517 ____________________________________________________________________________
60518 [  7670] By: jhi                                   on 2000/11/13  05:14:21
60519         Log: fputs() does return EOF on error but here we don't care.
60520      Branch: perl
60521            ! perlio.c
60522 ____________________________________________________________________________
60523 [  7669] By: jhi                                   on 2000/11/13  05:02:45
60524         Log: Declare reg_data like reg_substr_data.
60525      Branch: perl
60526            ! regexp.h
60527 ____________________________________________________________________________
60528 [  7668] By: jhi                                   on 2000/11/13  04:54:34
60529         Log: Typos in #7667.
60530      Branch: perl
60531            ! perl.h
60532 ____________________________________________________________________________
60533 [  7667] By: jhi                                   on 2000/11/13  04:49:49
60534         Log: Cleanup messy #ifdef.
60535      Branch: perl
60536            ! perl.h
60537 ____________________________________________________________________________
60538 [  7666] By: jhi                                   on 2000/11/13  04:17:34
60539         Log: Subject: [ID 20001112.008] perlio.c's PerlIO_getpos ingores error return
60540              From: Nicholas Clark <nick@talking.bollo.cx>
60541              Date: Sun, 12 Nov 2000 21:14:11 +0000
60542              Message-Id: <E13v4S3-0000iY-00@Bagpuss.unfortu.net>
60543              
60544              Note: only one breakage of the two reported is fixed by this patch.
60545      Branch: perl
60546            ! perlio.c
60547 ____________________________________________________________________________
60548 [  7665] By: jhi                                   on 2000/11/13  04:05:07
60549         Log: Tweak the definition of the bit complement on UTF-8 data:
60550              if none of the characters in the string are > 0xff,
60551              the result is a complemented byte string, not a (UTF-8)
60552              char string.  Based on the summary in
60553              
60554              Subject: Re: [ID 20000918.005] ~ on wide chars
60555              From: sthoenna@efn.org (Yitzchak Scott-Thoennes) 
60556              Date: Fri, 10 Nov 2000 09:47:15 -0800
60557              Message-ID: <jSDD6gzkgi/T092yn@efn.org>
60558              
60559              This should give us the maximum backward (pre-char string)
60560              compatibility and utf8 compatibility.  The other alternative
60561              would be to limit the bit complement to be always byte only,
60562              taking the least significant byte of the chars.
60563      Branch: perl
60564            ! doop.c pod/perlunicode.pod pp.c t/op/bop.t
60565 ____________________________________________________________________________
60566 [  7664] By: jhi                                   on 2000/11/13  00:23:44
60567         Log: Couple of tests from #7660 salvaged.
60568      Branch: perl
60569            - t/op/tell.t
60570            ! MANIFEST t/io/tell.t
60571 ____________________________________________________________________________
60572 [  7663] By: jhi                                   on 2000/11/13  00:02:48
60573         Log: Subject: [ID 20001112.007] sfio's sftell isn't ftell
60574              From: Nicholas Clark <nick@talking.bollo.cx>
60575              Date: Sun, 12 Nov 2000 21:23:43 +0000
60576              Message-Id: <E13v4bH-0000lN-00@Bagpuss.unfortu.net>
60577      Branch: perl
60578            ! perlsfio.h
60579 ____________________________________________________________________________
60580 [  7662] By: jhi                                   on 2000/11/13  00:01:39
60581         Log: Subject: [ID 20001112.006] IO::Seekable::getpos doesn't check for fgetpos() failure
60582              From: Nicholas Clark <nick@talking.bollo.cx>
60583              Date: Sun, 12 Nov 2000 21:30:04 +0000
60584              Message-Id: <E13v4hQ-0000mn-00@Bagpuss.unfortu.net>
60585      Branch: perl
60586            ! ext/IO/IO.xs ext/IO/lib/IO/Seekable.pm t/lib/io_xs.t
60587 ____________________________________________________________________________
60588 [  7661] By: jhi                                   on 2000/11/12  23:57:29
60589         Log: Document tell() on special streams.
60590      Branch: perl
60591            ! pod/perlfunc.pod
60592 ____________________________________________________________________________
60593 [  7660] By: jhi                                   on 2000/11/12  23:54:22
60594         Log: (Subsumed by #7664)
60595      Branch: perl
60596            + t/op/tell.t
60597            ! MANIFEST
60598 ____________________________________________________________________________
60599 [  7659] By: jhi                                   on 2000/11/12  22:55:25
60600         Log: Many subdocumented return values of the IO extension now documented.
60601              ungetc and write still left subdocumented.
60602              
60603              Subject: [PATCH] (was Re: IO::Handle::ungetc)
60604              From: Nicholas Clark <nick@talking.bollo.cx>
60605              Date: Sun, 12 Nov 2000 21:35:53 +0000
60606              Message-ID: <20001112213552.A3034@Bagpuss.unfortu.net>
60607      Branch: perl
60608            ! ext/IO/lib/IO/Handle.pm
60609 ____________________________________________________________________________
60610 [  7658] By: jhi                                   on 2000/11/12  21:37:06
60611         Log: Subject: [ID 20001112.004] man perlfunc omits tell()'s error return
60612              From: Nicholas Clark <nick@talking.bollo.cx>
60613              Date: Sun, 12 Nov 2000 20:03:22 +0000
60614              Message-Id: <E13v3LV-0008Pd-00@Bagpuss.unfortu.net>
60615      Branch: perl
60616            ! pod/perlfunc.pod
60617 ____________________________________________________________________________
60618 [  7657] By: jhi                                   on 2000/11/12  20:34:55
60619         Log: Integrate perlio.
60620      Branch: perl
60621           !> perlio.c
60622 ____________________________________________________________________________
60623 [  7656] By: nick                                  on 2000/11/12  19:25:06
60624         Log: Add aTHX_ to Perl_croak's (MULTIPLICITY et. al.)
60625      Branch: perlio
60626            ! perlio.c
60627 ____________________________________________________________________________
60628 [  7655] By: nick                                  on 2000/11/12  19:09:41
60629         Log: Integrate mainline
60630      Branch: perlio
60631           +> README.solaris ext/Encode/Encode/cp1006.enc
60632           +> ext/Encode/Encode/cp424.enc ext/Encode/Encode/cp856.enc
60633           +> ext/Encode/Encode/gsm0338.enc ext/Encode/Encode/iso8859-10.enc
60634           +> ext/Encode/Encode/iso8859-13.enc
60635           +> ext/Encode/Encode/iso8859-14.enc
60636           +> ext/Encode/Encode/iso8859-15.enc
60637           !> (integrate 34 files)
60638 ____________________________________________________________________________
60639 [  7654] By: jhi                                   on 2000/11/12  19:00:22
60640         Log: Add a metaconfig unit for fsync.
60641      Branch: metaconfig/U/perl
60642            + d_fsync.U
60643 ____________________________________________________________________________
60644 [  7653] By: jhi                                   on 2000/11/12  19:00:01
60645         Log: Add HAS_FSYNC, lack noticed by Nicholas Clark.
60646      Branch: perl
60647            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
60648            ! config_h.SH configure.com epoc/config.sh uconfig.h uconfig.sh
60649            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
60650            ! vos/config.ga.h win32/config.bc win32/config.gc
60651            ! win32/config.vc
60652 ____________________________________________________________________________
60653 [  7652] By: jhi                                   on 2000/11/11  21:12:01
60654         Log: Copy the s// information of README.hpux also to the perlrun.
60655      Branch: perl
60656            ! README.hpux pod/perlrun.pod
60657 ____________________________________________________________________________
60658 [  7651] By: jhi                                   on 2000/11/11  21:03:13
60659         Log: More README.solaris updates from Andy Dougherty.
60660      Branch: perl
60661            ! README.solaris
60662 ____________________________________________________________________________
60663 [  7650] By: jhi                                   on 2000/11/11  18:38:57
60664         Log: More descriptive error for unknown perlio layers.
60665              
60666              Subject: [PATCHES Bleadperl] Re: PerlIO - what all of you can all do.   
60667              From: Dominic Dunlop <domo@computer.org> 
60668              Date: Sat, 11 Nov 2000 18:20:32 +0100             
60669              Message-Id: <p04320401b632c4c3335b@[192.168.1.4]>
60670      Branch: perl
60671            ! perlio.c pod/perldiag.pod
60672 ____________________________________________________________________________
60673 [  7649] By: jhi                                   on 2000/11/11  18:37:52
60674         Log: MachTen doesn't really do mmap() and munmap().
60675              
60676              Subject: [PATCHES Bleadperl] Re: PerlIO - what all of you can all do.   
60677              From: Dominic Dunlop <domo@computer.org> 
60678              Date: Sat, 11 Nov 2000 18:20:32 +0100             
60679              Message-Id: <p04320401b632c4c3335b@[192.168.1.4]>
60680      Branch: perl
60681            ! hints/machten.sh
60682 ____________________________________________________________________________
60683 [  7648] By: jhi                                   on 2000/11/11  18:36:46
60684         Log: Subject: [PATCH] fwd: Re: [ID 20001105.011] Perl 5.6.0 documentation glitch
60685              From: rspier@pobox.com (Robert Spier)
60686              Date: Sat, 11 Nov 2000 12:22:15 -0500 (EST)
60687              Message-ID: <14861.32839.491271.985797@rls.cx>
60688      Branch: perl
60689            ! Porting/Contract pod/perltoot.pod
60690 ____________________________________________________________________________
60691 [  7647] By: jhi                                   on 2000/11/11  18:35:30
60692         Log: Simplify the getpagesize() unit by dropping the
60693              pagesize probe since it's nowadays slightly more
60694              complicated because of sysconf(). (Note: if some
60695              platform really needs the -lPW for getpagesize,
60696              I just broke it.)
60697              
60698              TODO: a new pagesize unit.
60699      Branch: metaconfig
60700            ! U/compline/d_getpagsz.U
60701 ____________________________________________________________________________
60702 [  7646] By: jhi                                   on 2000/11/11  18:33:23
60703         Log: Add getpagesize() probing, on non-UNIX guess 'undef'.
60704      Branch: perl
60705            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
60706            ! config_h.SH configure.com epoc/config.sh uconfig.h uconfig.sh
60707            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
60708            ! vos/config.ga.h win32/config.bc win32/config.gc
60709            ! win32/config.vc
60710 ____________________________________________________________________________
60711 [  7645] By: jhi                                   on 2000/11/11  16:45:15
60712         Log: Use sysconf() or getpagesize() to find out the pagesize.
60713      Branch: perl
60714            ! perlio.c
60715 ____________________________________________________________________________
60716 [  7644] By: jhi                                   on 2000/11/11  15:46:08
60717         Log: Integrate perlio.
60718      Branch: perl
60719           !> perlio.c
60720 ____________________________________________________________________________
60721 [  7643] By: jhi                                   on 2000/11/11  15:33:36
60722         Log: Subject: Re: [PATCH] README.solaris
60723              From: Lupe Christoph <lupe@lupe-christoph.de>
60724              Date: Sat, 11 Nov 2000 14:08:10 +0100
60725              Message-ID: <20001111140810.C10394@alanya.lupe-christoph.de>
60726      Branch: perl
60727            ! README.solaris
60728 ____________________________________________________________________________
60729 [  7642] By: jhi                                   on 2000/11/11  15:22:12
60730         Log: Subject: [PATCH perl@7638] cygwin port
60731              From: "Eric Fifer" <egf7@columbia.edu>            
60732              Date: Fri, 10 Nov 2000 19:30:30 -0000
60733              Message-ID: <000001c04b4c$b96b7980$243670c2@fifer>
60734      Branch: perl
60735            ! README.cygwin lib/ExtUtils/MM_Cygwin.pm
60736 ____________________________________________________________________________
60737 [  7641] By: nick                                  on 2000/11/11  14:50:36
60738         Log: Fixup mmap layer by doing mmap() calls on pagesize boundaries.
60739              Also call "Buf" layer directly when unread'ing non-read chars.
60740      Branch: perlio
60741            ! perlio.c
60742 ____________________________________________________________________________
60743 [  7640] By: jhi                                   on 2000/11/11  02:05:02
60744         Log: Add more encoding tables.
60745      Branch: perl
60746            + ext/Encode/Encode/cp1006.enc ext/Encode/Encode/cp424.enc
60747            + ext/Encode/Encode/cp856.enc ext/Encode/Encode/gsm0338.enc
60748            + ext/Encode/Encode/iso8859-10.enc
60749            + ext/Encode/Encode/iso8859-13.enc
60750            + ext/Encode/Encode/iso8859-14.enc
60751            + ext/Encode/Encode/iso8859-15.enc
60752            ! MANIFEST
60753 ____________________________________________________________________________
60754 [  7639] By: jhi                                   on 2000/11/10  18:49:25
60755         Log: Subject: [PATCH] README.solaris
60756              From: Andy Dougherty <doughera@lafayette.edu>
60757              Date: Fri, 10 Nov 2000 12:18:00 -0500 (EST)
60758              Message-ID: <Pine.SOL.4.10.10011101217100.28341-100000@maxwell.phys.lafayette.edu>
60759      Branch: perl
60760            + README.solaris
60761            ! INSTALL MANIFEST hints/solaris_2.sh pod/buildtoc.PL
60762            ! pod/perl.pod pod/perltoc.pod
60763 ____________________________________________________________________________
60764 [  7638] By: jhi                                   on 2000/11/10  15:04:15
60765         Log: Update Changes.
60766      Branch: perl
60767            ! Changes patchlevel.h
60768 ____________________________________________________________________________
60769 [  7637] By: jhi                                   on 2000/11/10  14:14:28
60770         Log: Explain better why certain regex tests are skipped.
60771              
60772              Subject: Re: tests skipped: unknown reason
60773              From: Lupe Christoph <lupe@lupe-christoph.de>
60774              Date: Fri, 10 Nov 2000 09:08:56 +0100
60775              Message-ID: <20001110090856.J785@alanya.lupe-christoph.de>
60776      Branch: perl
60777            ! t/op/regexp.t
60778 ____________________________________________________________________________
60779 [  7636] By: nick                                  on 2000/11/10  13:40:00
60780         Log: Integrate mainline.
60781      Branch: perlio
60782           !> emacs/cperl-mode.el ext/IO/lib/IO/Handle.pm hints/linux.sh
60783           !> hints/uts.sh lib/unicode/syllables.txt perlio.c
60784           !> win32/bin/search.pl
60785 ____________________________________________________________________________
60786 [  7635] By: nick                                  on 2000/11/10  13:25:52
60787         Log: Re-instate stdio large file support via perlio.
60788      Branch: perl
60789            ! perlio.c
60790 ____________________________________________________________________________
60791 [  7634] By: jhi                                   on 2000/11/10  04:49:55
60792         Log: Amdahl UTS hints updates.
60793              
60794              Subject: [ID 20001109.016] Trouble going from 5.4 to 5.6
60795              From: hom00@utsglobal.com (Harold O Morris)
60796              Date: Thu, 9 Nov 2000 20:02 PST
60797              Message-Id: <m13u5OV-000045C@juno.uts.utsglobal.com>
60798      Branch: perl
60799            ! hints/uts.sh
60800 ____________________________________________________________________________
60801 [  7633] By: jhi                                   on 2000/11/09  23:33:28
60802         Log: Subject: [PATCH] IO::Seekable pod
60803              From: Nicholas Clark <nick@talking.bollo.cx>
60804              Date: Thu, 9 Nov 2000 20:29:45 +0000
60805              Message-ID: <20001109202945.A10451@Bagpuss.unfortu.net>
60806      Branch: perl
60807            ! ext/IO/lib/IO/Handle.pm
60808 ____________________________________________________________________________
60809 [  7632] By: jhi                                   on 2000/11/09  21:55:41
60810         Log: Various doc oddball characters.
60811              
60812              Subject: [ID 20001106.004] Perl 5.6.0 bugs  
60813              From: Michael Somos <somos@grail.cba.csuohio.edu>
60814              Date: Mon, 6 Nov 2000 17:44:20 -0500
60815              Message-Id: <200011062244.RAA28632@grail.cba.csuohio.edu>
60816      Branch: perl
60817            ! emacs/cperl-mode.el lib/unicode/syllables.txt
60818            ! win32/bin/search.pl
60819 ____________________________________________________________________________
60820 [  7631] By: jhi                                   on 2000/11/09  21:12:29
60821         Log: Subject: Re: bash -c exit and linux hints 
60822              From: "John P. Linderman" <jpl@research.att.com>
60823              Date: Thu, 02 Nov 2000 09:37:25 -0500
60824              Message-Id: <200011021437.JAA63199@raptor.research.att.com>
60825      Branch: perl
60826            ! hints/linux.sh
60827 ____________________________________________________________________________
60828 [  7630] By: nick                                  on 2000/11/09  20:34:11
60829         Log: Integrate mainline.
60830      Branch: perlio
60831           !> (integrate 91 files)
60832 ____________________________________________________________________________
60833 [  7629] By: jhi                                   on 2000/11/09  19:46:31
60834         Log: Missing dTHXs.
60835              
60836              Subject: RE: perl@7595 builds not on cygwin
60837              From: "Eric Fifer" <egf7@columbia.edu>
60838              Date: Thu, 9 Nov 2000 19:26:50 -0000
60839              Message-ID: <000201c04a83$05ef1660$933570c2@fifer>
60840      Branch: perl
60841            ! ext/Devel/Peek/Peek.xs
60842 ____________________________________________________________________________
60843 [  7628] By: jhi                                   on 2000/11/09  14:48:27
60844         Log: Disable only the tests 99 and 166 for UTF-8 locales.
60845      Branch: perl
60846            ! t/pragma/locale.t
60847 ____________________________________________________________________________
60848 [  7627] By: jhi                                   on 2000/11/09  14:40:27
60849         Log: There's no =head3.
60850      Branch: perl
60851            ! pod/perlhack.pod
60852 ____________________________________________________________________________
60853 [  7626] By: jhi                                   on 2000/11/09  13:54:26
60854         Log: The generated boot_* headers are wrong.  Pickier compiler,
60855              such as KAI C++ will refuse to compile the resulting perlmain.
60856              
60857              Subject: [ID 20001109.005] Bug in minimod.pl, perl 5.6.0
60858              From: Harri Pasanen <harri.pasanen@trema.com>
60859              Date: Thu, 09 Nov 2000 14:23:28 +0100
60860              Message-Id: <3A0AA550.26D548A3@trema.com>
60861      Branch: perl
60862            ! minimod.pl
60863 ____________________________________________________________________________
60864 [  7625] By: jhi                                   on 2000/11/09  13:50:44
60865         Log: Subject: [PATCH: perl@7613] updates to Porting/pumpkin.pod
60866              From: Prymmer/Kahn <pvhp@best.com>
60867              Date: Wed, 8 Nov 2000 22:13:26 -0800 (PST)
60868              Message-ID: <Pine.BSF.4.21.0011082208390.5584-100000@shell8.ba.best.com>
60869              
60870              All except the "cow orker" change.
60871      Branch: perl
60872            ! Porting/pumpkin.pod
60873 ____________________________________________________________________________
60874 [  7624] By: jhi                                   on 2000/11/09  13:45:33
60875         Log: Fix for
60876              
60877              Subject: [ID 20001109.003] Not OK: perl v5.7.0 +DEVEL7620 on PA-RISC2.0 11.00 (UNINSTALLED)
60878              From: "H.Merijn Brand" <h.m.brand@hccnet.nl> 
60879              Date: Thu, 09 Nov 2000 11:05:52 +0100
60880              Message-Id: <20001109110452.66CF.H.M.BRAND@hccnet.nl>
60881      Branch: perl
60882            ! pod/perldiag.pod t/pragma/warn/pp_sys
60883 ____________________________________________________________________________
60884 [  7623] By: jhi                                   on 2000/11/09  13:37:16
60885         Log: Typo in an ifndef.
60886              
60887              Subject: Re: [PATCH 5.7.0] better messages from malloc()
60888              From: Joe Smith <jms@inwap.com>         
60889              Date: Thu, 09 Nov 2000 01:33:14 -0800
60890              Message-Id: <3A0A6F5A.1E3969BB@inwap.com>
60891      Branch: perl
60892            ! malloc.c
60893 ____________________________________________________________________________
60894 [  7622] By: jhi                                   on 2000/11/09  13:31:18
60895         Log: Remove unused extra arguments.
60896      Branch: metaconfig/U/perl
60897            ! perlxv.U
60898      Branch: perl
60899            ! Configure config_h.SH
60900 ____________________________________________________________________________
60901 [  7621] By: jhi                                   on 2000/11/09  13:16:36
60902         Log: More VMS moves on environment handling, from Charles Lane.
60903      Branch: perl
60904            ! t/pragma/locale.t
60905 ____________________________________________________________________________
60906 [  7620] By: jhi                                   on 2000/11/09  04:42:38
60907         Log: Subject: patch to detect stat followed by lstat(_): [ID 20001106.006] find2perl generated scripts issue new lstat()    on filehandle _ warning
60908              From: David Dyck <dcd@tc.fluke.com>
60909              Date: Wed, 8 Nov 2000 18:36:26 -0800 (PST)
60910              Message-ID: <Pine.LNX.4.30.0011081817490.177-100000@dd.tc.fluke.com>
60911      Branch: perl
60912            ! pp_sys.c
60913 ____________________________________________________________________________
60914 [  7619] By: jhi                                   on 2000/11/09  04:36:21
60915         Log: Forgot from #7618.
60916      Branch: perl
60917            ! lib/File/stat.pm
60918 ____________________________________________________________________________
60919 [  7618] By: jhi                                   on 2000/11/09  04:28:44
60920         Log: Make deleting for %ENV work for (newer versions of) VMS,
60921              from Craig A. Berry.
60922      Branch: perl
60923            ! vms/vms.c
60924 ____________________________________________________________________________
60925 [  7617] By: jhi                                   on 2000/11/09  04:25:05
60926         Log: Subject: [PATCH] Class::Struct at compile time
60927              From: "Casey R. Tweten" <crt@kiski.net>
60928              Date: Wed, 8 Nov 2000 20:46:41 -0500 (EST)
60929              Message-ID: <Pine.OSF.4.21.0011082041360.8238-100000@home.kiski.net>
60930      Branch: perl
60931            ! lib/Class/Struct.pm
60932 ____________________________________________________________________________
60933 [  7616] By: jhi                                   on 2000/11/09  04:15:17
60934         Log: Subject: [ID 20001108.013] spelling
60935              From: "Todd T. Fries" <todd@fries.int.mrleng.com>
60936              Date: Wed, 8 Nov 2000 18:36:42 -0600 (CST)
60937              Message-Id: <200011090036.eA90agN05921@fries.int.mrleng.com>
60938      Branch: perl
60939            ! lib/ftp.pl
60940 ____________________________________________________________________________
60941 [  7615] By: jhi                                   on 2000/11/09  04:12:42
60942         Log: Subject: [PATCH: perl@7613] add Encode to VMS build and tests
60943              From: Peter Prymmer <pvhp@forte.com>
60944              Date: Wed, 8 Nov 2000 15:29:06 -0800 (PST)
60945              Message-ID: <Pine.OSF.4.10.10011081524450.248546-100000@aspara.forte.com>
60946      Branch: perl
60947            ! configure.com
60948 ____________________________________________________________________________
60949 [  7614] By: jhi                                   on 2000/11/08  22:42:55
60950         Log: A missing aTHX_.
60951      Branch: perl
60952            ! ext/IPC/SysV/SysV.xs
60953 ____________________________________________________________________________
60954 [  7613] By: jhi                                   on 2000/11/08  19:30:21
60955         Log: Update Changes.
60956      Branch: perl
60957            ! Changes patchlevel.h
60958 ____________________________________________________________________________
60959 [  7612] By: jhi                                   on 2000/11/08  18:35:25
60960         Log: Subject: is this the appropriate patch to fix: [ID 20001106.006] find2perl generated scripts issue new lstat()    on filehandle _ warning
60961              From: David Dyck <dcd@tc.fluke.com>
60962              Date: Wed, 8 Nov 2000 10:05:44 -0800 (PST)
60963              Message-ID: <Pine.LNX.4.30.0011080957440.2572-100000@dd.tc.fluke.com>
60964      Branch: perl
60965            ! pp_sys.c
60966 ____________________________________________________________________________
60967 [  7611] By: jhi                                   on 2000/11/08  18:30:26
60968         Log: Subject: [PATCH bleadperl] Re: Patch 7533 prevents malloc.c from compiling on MachTen
60969              From: Dominic Dunlop <domo@computer.org>
60970              Date: Tue, 7 Nov 2000 12:05:25 +0100
60971              Message-Id: <p04320403b62d8e0870cf@[192.168.1.4]>
60972      Branch: perl
60973            ! malloc.c
60974 ____________________________________________________________________________
60975 [  7610] By: jhi                                   on 2000/11/08  18:25:14
60976         Log: Do not test UTF-8 locales since that the tests would require
60977              polymorphic regexen.
60978      Branch: perl
60979            ! t/pragma/locale.t
60980 ____________________________________________________________________________
60981 [  7609] By: jhi                                   on 2000/11/08  17:12:51
60982         Log: Locale buglets.
60983              
60984              Subject: RE: Locales support (setlocale) fixes
60985              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
60986              Date: Wed, 8 Nov 2000 20:01:39 +0300
60987              Message-ID: <402099F49BEED211999700805FC7359F825283@ru0028exch01.spb.lucent.com>
60988      Branch: perl
60989            ! t/pragma/locale.t util.c
60990 ____________________________________________________________________________
60991 [  7608] By: jhi                                   on 2000/11/08  17:00:16
60992         Log: Deleting $ENV{PATH} in VMS is not recommendable.
60993      Branch: perl
60994            ! t/pragma/locale.t
60995 ____________________________________________________________________________
60996 [  7607] By: jhi                                   on 2000/11/08  16:58:26
60997         Log: Subject: PATCH std stdio for (Free)BSD
60998              From: Nicholas Clark <nick@ccl4.org>
60999              Date: Wed, 8 Nov 2000 15:36:29 +0000
61000              Message-ID: <20001108153629.D98736@plum.flirble.org>
61001      Branch: metaconfig
61002            ! U/compline/d_stdstdio.U
61003      Branch: perl
61004            ! Configure config_h.SH
61005 ____________________________________________________________________________
61006 [  7606] By: jhi                                   on 2000/11/08  16:43:31
61007         Log: Forgot to bump the line numbers in #7601.
61008      Branch: perl
61009            ! t/pragma/warn/pp_sys
61010 ____________________________________________________________________________
61011 [  7605] By: jhi                                   on 2000/11/08  16:39:12
61012         Log: More careful detection of how well NVs and UVs mix.
61013              
61014              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))
61015              From: Nicholas Clark <nick@ccl4.org>
61016              Date: Wed, 8 Nov 2000 15:14:12 +0000
61017              Message-ID: <20001108151412.B98736@plum.flirble.org>
61018              
61019              Added some SIGFPE paranoia.
61020      Branch: metaconfig/U/perl
61021            ! perlxv.U
61022      Branch: perl
61023            ! Configure config_h.SH
61024 ____________________________________________________________________________
61025 [  7604] By: jhi                                   on 2000/11/08  14:39:10
61026         Log: Subject: [patch perl@7595] VMS configure.com tweak
61027              From: "Craig A. Berry" <craigberry@mac.com>
61028              Date: Wed, 8 Nov 2000 00:24:12 -0600
61029              Message-Id: <p04330103b62e879ceeff@[192.168.56.177]>
61030      Branch: perl
61031            ! configure.com
61032 ____________________________________________________________________________
61033 [  7603] By: jhi                                   on 2000/11/08  14:27:11
61034         Log: Subject: [PATCH @7595] int/ptr casts in perlio.c
61035              From: Robin Barker <rmb1@cise.npl.co.uk>
61036              Date: Wed, 8 Nov 2000 11:11:39 GMT
61037              Message-Id: <200011081111.LAA07377@tempest.npl.co.uk>
61038      Branch: perl
61039            ! perlio.c
61040 ____________________________________________________________________________
61041 [  7602] By: jhi                                   on 2000/11/08  14:25:03
61042         Log: Fix for the tie-refhash string table leaks.
61043              
61044              From: Nick Ing-Simmons <nik@tiuk.ti.com> 
61045              Date: Wed, 8 Nov 2000 13:03:04 GMT
61046              Message-Id: <200011081303.NAA07042@mikado.tiuk.ti.com>
61047      Branch: perl
61048            ! t/lib/tie-refhash.t
61049 ____________________________________________________________________________
61050 [  7601] By: jhi                                   on 2000/11/08  14:21:08
61051         Log: Try to avoid flockless and emulationless places.
61052      Branch: perl
61053            ! t/pragma/warn/pp_sys
61054 ____________________________________________________________________________
61055 [  7600] By: jhi                                   on 2000/11/08  02:28:54
61056         Log: Overrideable keys, each, pop, push, shift, splice, unshift.
61057              
61058              Subject: [PATCH] prototyped functions that should be overrideable
61059              From: "Casey R. Tweten" <crt@kiski.net>
61060              Date: Fri, 3 Nov 2000 11:09:12 -0500 (EST)
61061              Message-ID: <Pine.OSF.4.21.0011031100470.17471-100000@home.kiski.net>
61062      Branch: perl
61063            ! toke.c
61064 ____________________________________________________________________________
61065 [  7599] By: jhi                                   on 2000/11/08  01:12:05
61066         Log: Make perlbug not insist on dumping to a file when stdout isn't a tty.
61067              
61068              Subject: [PATCH] perlbug.PL
61069              From: "Kurt D. Starsinic" <kstar@chapin.edu>
61070              Date: Mon, 6 Nov 2000 21:39:01 -0500
61071              Message-ID: <20001106213901.B20955@O2.chapin.edu>
61072      Branch: perl
61073            ! utils/perlbug.PL
61074 ____________________________________________________________________________
61075 [  7598] By: jhi                                   on 2000/11/07  23:42:00
61076         Log: Bad thinko in #7581 (I used the test program with the expanded
61077              values as-is).
61078      Branch: metaconfig
61079            ! U/compline/d_stdstdio.U
61080      Branch: perl
61081            ! Configure
61082 ____________________________________________________________________________
61083 [  7597] By: jhi                                   on 2000/11/07  21:43:29
61084         Log: Subject: [PATCH perl@7573] cygwin port
61085              From: "Fifer, Eric" <EFifer@sanwaint.com>
61086              Date: Tue, 7 Nov 2000 18:08:51 -0000 
61087              Message-ID: <779F20BCCE5AD31186A50008C75D99791717BB@silldn_mail1.sanwaint.com>
61088              
61089              Synchronize with Cygwin 1.1.5.
61090      Branch: perl
61091            ! AUTHORS README.cygwin cygwin/cygwin.c hints/cygwin.sh mg.c
61092            ! pod/perlport.pod unixish.h util.c
61093 ____________________________________________________________________________
61094 [  7596] By: jhi                                   on 2000/11/07  21:39:25
61095         Log: perlhack updates from H.Merijn Brand.
61096      Branch: perl
61097            ! pod/perlhack.pod
61098 ____________________________________________________________________________
61099 [  7595] By: jhi                                   on 2000/11/07  20:21:41
61100         Log: Update Changes.
61101      Branch: perl
61102            ! Changes patchlevel.h
61103 ____________________________________________________________________________
61104 [  7594] By: jhi                                   on 2000/11/07  19:18:58
61105         Log: Be more robust in Dynaloader.pm.
61106      Branch: perl
61107            ! ext/DynaLoader/DynaLoader_pm.PL
61108 ____________________________________________________________________________
61109 [  7593] By: jhi                                   on 2000/11/07  16:49:31
61110         Log: AUTHORS update.
61111      Branch: perl
61112            ! AUTHORS
61113 ____________________________________________________________________________
61114 [  7592] By: gsar                                  on 2000/11/07  16:39:51
61115         Log: normalize relative paths in virtualized current directory on windows,
61116              under ithreads (avoids ".." etc showing up in what Cwd::cwd()
61117              returns)
61118      Branch: perl
61119            ! win32/vdir.h
61120 ____________________________________________________________________________
61121 [  7591] By: jhi                                   on 2000/11/07  16:04:26
61122         Log: Too profiler-happy: with optimization the #7590 actually makes
61123              the test to run 0.5% _slower_.  Requires much more instrumentation.
61124              Retract #7590.
61125      Branch: perl
61126            ! regcomp.c regcomp.h
61127 ____________________________________________________________________________
61128 [  7590] By: jhi                                   on 2000/11/07  15:51:13
61129         Log: Shave off about 5% (Digital UNIX, -g, pixie) of the op/regexp
61130              execution time in regcomp.c S_cl_any() and S_cl_is_anything()
61131              by using memset() and testing bytewise (as opposed to bitwise).
61132      Branch: perl
61133            ! regcomp.c regcomp.h
61134 ____________________________________________________________________________
61135 [  7589] By: jhi                                   on 2000/11/07  12:56:39
61136         Log: Subject: [PATCH perl@7573] configure.com and st-lock.t changes for   
61137              From: "Craig A. Berry" <craig.berry@psinetcs.com>
61138              Date: Mon, 06 Nov 2000 23:45:30 -0500
61139              Message-Id: <0011079735.AA973576259@univpress.com>
61140      Branch: perl
61141            ! configure.com t/lib/st-lock.t
61142 ____________________________________________________________________________
61143 [  7588] By: jhi                                   on 2000/11/07  01:03:28
61144         Log: Tweak #7587.
61145      Branch: perl
61146            ! pod/perldiag.pod
61147 ____________________________________________________________________________
61148 [  7587] By: jhi                                   on 2000/11/07  01:00:27
61149         Log: A doc addition for bug id 20001105.019, beware \p.
61150      Branch: perl
61151            ! pod/perldiag.pod
61152 ____________________________________________________________________________
61153 [  7586] By: jhi                                   on 2000/11/07  00:32:22
61154         Log: Fake support of holey files in win/dosish platforms.
61155              
61156              Subject: SDBM_File under MS-Windows95/98 does not work correctly. (APR#1302)
61157              From: kipp@shonanblue.ne.jp
61158              Date: Mon, 6 Nov 2000 13:30:55 -0800
61159              Message-Id: <200011062130.eA6LUpZ17387@smtp3.ActiveState.com>
61160      Branch: perl
61161            ! ext/SDBM_File/sdbm/sdbm.c
61162 ____________________________________________________________________________
61163 [  7585] By: jhi                                   on 2000/11/07  00:12:54
61164         Log: Subject: Pod updates
61165              From: "Stephen P. Potter" <spp@spotter.yi.org>
61166              Date: Mon, 06 Nov 2000 18:56:43 -0500
61167              Message-Id: <200011062357.SAA18173@spotter.yi.org>
61168      Branch: perl
61169            ! README.dos README.os2 README.win32 pod/buildtoc.PL
61170            ! pod/perl.pod pod/perl5004delta.pod pod/perl5005delta.pod
61171            ! pod/perl56delta.pod pod/perldebguts.pod pod/perldebtut.pod
61172            ! pod/perldebug.pod pod/perldelta.pod pod/perldiag.pod
61173            ! pod/perlembed.pod pod/perlfaq.pod pod/perlfaq1.pod
61174            ! pod/perlfaq2.pod pod/perlfaq5.pod pod/perlfaq7.pod
61175            ! pod/perlfaq8.pod pod/perlfilter.pod pod/perlfunc.pod
61176            ! pod/perlguts.pod pod/perlhack.pod pod/perlhist.pod
61177            ! pod/perlipc.pod pod/perllexwarn.pod pod/perllocale.pod
61178            ! pod/perlmodlib.pod pod/perlnumber.pod pod/perlop.pod
61179            ! pod/perlopentut.pod pod/perlport.pod pod/perlre.pod
61180            ! pod/perlsub.pod pod/perltie.pod pod/perltoot.pod
61181            ! pod/perltootc.pod pod/perlunicode.pod
61182 ____________________________________________________________________________
61183 [  7584] By: jhi                                   on 2000/11/07  00:04:17
61184         Log: Varargs don't always work too well if one puts an unsigned
61185              char on the stack and pop an unsigned quad off the stack.
61186              
61187              Subject: Re: [ID 20001103.002] Not OK: perl v5.7.0 +DEVEL7523 on os2-64int-ld-2.30 (UNINSTALLED)
61188              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)         
61189              Date: Mon, 06 Nov 2000 15:19:05 -0800
61190              Message-ID: <pxzB6gzkgKXY092yn@efn.org>  
61191      Branch: perl
61192            ! utf8.c
61193 ____________________________________________________________________________
61194 [  7583] By: jhi                                   on 2000/11/06  23:58:48
61195         Log: %ENV note tweaks from Dan Sugalski.
61196      Branch: perl
61197            ! pod/perlport.pod vms/perlvms.pod
61198 ____________________________________________________________________________
61199 [  7582] By: jhi                                   on 2000/11/06  23:05:49
61200         Log: glibc5 detection by __GNU_LIBRARY__.
61201      Branch: perl
61202            ! toke.c
61203 ____________________________________________________________________________
61204 [  7581] By: jhi                                   on 2000/11/06  22:51:29
61205         Log: Make the stdio test program of 7427 less noisy while being 
61206              compiled so that Digital UNIX wouldn't get both
61207              d_stdio_ptr_lval_nochange_cnt and d_stdio_ptr_lval_sets_cnt
61208              undefined.  This makes perlio happy.
61209      Branch: metaconfig
61210            ! U/compline/d_stdstdio.U
61211      Branch: perl
61212            ! Configure config_h.SH
61213 ____________________________________________________________________________
61214 [  7580] By: jhi                                   on 2000/11/06  22:41:41
61215         Log: Document %ENV = () portability issues.
61216      Branch: perl
61217            ! pod/perlport.pod vms/perlvms.pod
61218 ____________________________________________________________________________
61219 [  7579] By: jhi                                   on 2000/11/06  21:29:24
61220         Log: VOS updates from Paul Green.
61221      Branch: perl
61222            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
61223 ____________________________________________________________________________
61224 [  7578] By: jhi                                   on 2000/11/06  21:00:40
61225         Log: Sanitize the environment further.
61226      Branch: perl
61227            ! t/pragma/locale.t
61228 ____________________________________________________________________________
61229 [  7577] By: jhi                                   on 2000/11/06  20:53:51
61230         Log: Re-introduce 7552 lost in integration.
61231      Branch: perl
61232            ! perlio.c
61233 ____________________________________________________________________________
61234 [  7576] By: jhi                                   on 2000/11/06  20:33:46
61235         Log: Admit that the test leaks scalars.
61236      Branch: perl
61237            ! t/comp/proto.t
61238 ____________________________________________________________________________
61239 [  7575] By: jhi                                   on 2000/11/06  20:17:08
61240         Log: Integrate perlio.
61241      Branch: perl
61242           !> perlio.c
61243 ____________________________________________________________________________
61244 [  7574] By: nick                                  on 2000/11/06  20:07:28
61245         Log: Remove debug. Try (Mmap_t) on madvise() call.
61246      Branch: perlio
61247            ! perlio.c
61248 ____________________________________________________________________________
61249 [  7573] By: jhi                                   on 2000/11/06  13:56:05
61250         Log: Update Changes.
61251      Branch: perl
61252            ! Changes patchlevel.h
61253 ____________________________________________________________________________
61254 [  7572] By: jhi                                   on 2000/11/06  13:48:41
61255         Log: Subject: Re: rsync'ed patches vs. rsync'ed source
61256              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
61257              Date: Mon, 06 Nov 2000 10:11:42 +0100
61258              Message-Id: <20001106100920.9BAD.H.M.BRAND@hccnet.nl>
61259      Branch: perl
61260            ! pod/perlhack.pod
61261 ____________________________________________________________________________
61262 [  7571] By: jhi                                   on 2000/11/06  01:45:51
61263         Log: AUTHORS updates.
61264      Branch: perl
61265            ! AUTHORS
61266 ____________________________________________________________________________
61267 [  7570] By: jhi                                   on 2000/11/06  00:18:00
61268         Log: Fix for
61269              
61270              Subject: [ID 20000728.005] perl -P broken
61271              From: David Dyck <dcd@tc.fluke.com>
61272              Date: Fri, 28 Jul 2000 17:19:16 -0700
61273              Message-Id: <200007290019.RAA08484@dd.tc.fluke.com>
61274              
61275              (hopefully).  The fix is also not complete, it seems to break
61276              BOM swallowing for libc5 systems, but until someone figures
61277              out a way to do this without ftell(), this will do.
61278      Branch: perl
61279            ! toke.c
61280 ____________________________________________________________________________
61281 [  7569] By: jhi                                   on 2000/11/06  00:05:30
61282         Log: Document that the evaled syntax errors cause scalar leaks.
61283      Branch: perl
61284            ! t/comp/proto.t
61285 ____________________________________________________________________________
61286 [  7568] By: jhi                                   on 2000/11/05  23:14:47
61287         Log: opmini.o can linger from Configures past.
61288      Branch: perl
61289            ! Makefile.SH
61290 ____________________________________________________________________________
61291 [  7567] By: jhi                                   on 2000/11/05  21:28:39
61292         Log: Fake __FUNCTION__ for non-gcc builds, cast madvise()
61293              first argument correctly.
61294      Branch: perl
61295            ! perlio.c
61296 ____________________________________________________________________________
61297 [  7566] By: jhi                                   on 2000/11/05  21:15:56
61298         Log: Integrate perlio.
61299      Branch: perl
61300           !> perlio.c
61301 ____________________________________________________________________________
61302 [  7565] By: jhi                                   on 2000/11/05  21:15:13
61303         Log: Use -dM for gcc (the suggested patch did it only for Linux,
61304              but I think it can be generalized).
61305              
61306              Subject: Re: connect and $!{EINPROGRESS} pb (was [ID 20001030.010] [PATCH] io_multihomed.t failing)
61307              From: Pixel <pixel@mandrakesoft.com>
61308              Date: 05 Nov 2000 21:49:34 +0100 
61309              Message-ID: <ly8zqygn4x.fsf@leia.mandrakesoft.com>
61310      Branch: perl
61311            ! ext/Errno/Errno_pm.PL
61312 ____________________________________________________________________________
61313 [  7564] By: nick                                  on 2000/11/05  21:09:18
61314         Log: Added a mmap layer as a "subclass" of perlio.
61315              PERLIO=mmap ./perl harness passes
61316      Branch: perlio
61317            ! perlio.c
61318 ____________________________________________________________________________
61319 [  7563] By: jhi                                   on 2000/11/05  19:48:55
61320         Log: Add a note for future generations about bug id 20000229.006.
61321      Branch: perl
61322            ! malloc.c
61323 ____________________________________________________________________________
61324 [  7562] By: jhi                                   on 2000/11/05  19:38:24
61325         Log: Fix for bug id 19990615.008, pos() unset during s///ge.
61326      Branch: perl
61327            ! pp_ctl.c t/op/pos.t
61328 ____________________________________________________________________________
61329 [  7561] By: jhi                                   on 2000/11/05  18:21:46
61330         Log: Add =pod to be tidy.
61331      Branch: perl
61332            ! lib/Math/Complex.pm
61333 ____________________________________________________________________________
61334 [  7560] By: jhi                                   on 2000/11/05  17:38:46
61335         Log: Upgrade to Storable 1.0.6, from Raphael Manfredi.
61336      Branch: perl
61337            ! ext/Storable/ChangeLog ext/Storable/Storable.pm
61338            ! ext/Storable/Storable.xs t/lib/st-recurse.t
61339 ____________________________________________________________________________
61340 [  7559] By: jhi                                   on 2000/11/05  17:32:59
61341         Log: Subject: [Corrected/tested PATCH] Re: [ID 20001102.008] Not OK: perl v5.7.0 +DEVEL7503 on i686-linux 2.2.16
61342              From: "Peter J. Farley III" <pjfarley@banet.net>
61343              Date: Sun, 05 Nov 2000 11:55:59 -0500
61344              Message-Id: <4.3.1.0.20001105115341.00b35160@pop5.banet.net> 
61345      Branch: perl
61346            ! t/lib/syslog.t
61347 ____________________________________________________________________________
61348 [  7558] By: jhi                                   on 2000/11/05  17:29:19
61349         Log: Integrate perlio.
61350      Branch: perl
61351           !> perlio.c
61352 ____________________________________________________________________________
61353 [  7557] By: jhi                                   on 2000/11/05  17:22:01
61354         Log: A fix of sorts for 20000329.026, a better error message
61355              for a missing "use charnames" when using the \N{...}. 
61356      Branch: perl
61357            ! pod/perldiag.pod toke.c
61358 ____________________________________________________________________________
61359 [  7556] By: jhi                                   on 2000/11/05  16:33:50
61360         Log: Test tweak: show also the failed locales.
61361              
61362              Subject: [ID 20001105.001] Not OK: perl v5.7.0 +DEVEL7523 on i86pc-solaris 2.8  
61363              From: Lupe Christoph <lupe@lupe-christoph.de>         
61364              Date: Sun, 5 Nov 2000 12:39:27 +0100 (MET)
61365              Message-Id: <200011051139.MAA12442@lupe-christoph.de>
61366      Branch: perl
61367            ! t/pragma/locale.t
61368 ____________________________________________________________________________
61369 [  7555] By: nick                                  on 2000/11/05  11:09:34
61370         Log: Fix read from STDERR on raw unix layer for Solaris where fd 2 is
61371              open RDWR so does not fail. (pragma/warnings 303 again...)
61372      Branch: perlio
61373            ! perlio.c
61374 ____________________________________________________________________________
61375 [  7554] By: nick                                  on 2000/11/05  10:10:13
61376         Log: Fix case where ungetc(f,EOF) was allowed.
61377              Move PerlIO_ungetc() near PerlIO_putc()/PerlIO_getc() in the file
61378              so we can see similarities.
61379              Use types more carefully and a STDCHAR array in hope that this will
61380              fix Jarrko's 64bit machine.
61381      Branch: perlio
61382            ! perlio.c
61383 ____________________________________________________________________________
61384 [  7553] By: jhi                                   on 2000/11/05  01:12:16
61385         Log: Fix for
61386              
61387              Subject: [ID 20001004.007] taint propogation is inconsistent
61388              From: pimlott@idiomtech.com (Andrew Pimlott) 
61389              Date: Wed, 4 Oct 2000 23:17:44 -0400 (EDT)
61390              Message-Id: <m13h1XU-000SEmC@nolfolan.idiomtech.com>
61391              
61392              The culprit was sv_setsv() which was rather blindly
61393              propagating taint, which lead to behaviour where if
61394              a tainted anon hash value was seen all the hash values
61395              from then on at that level became tainted, or at any
61396              upper levels in the case of nested anon hashes.
61397      Branch: perl
61398            ! sv.c t/op/taint.t
61399 ____________________________________________________________________________
61400 [  7552] By: jhi                                   on 2000/11/04  23:44:18
61401         Log: Some cpps don't like splitting conditionals across several lines.
61402      Branch: perl
61403            ! perlio.c
61404 ____________________________________________________________________________
61405 [  7551] By: nick                                  on 2000/11/04  23:40:44
61406         Log: Integrate mainline
61407      Branch: perlio
61408           !> pp_hot.c t/op/taint.t
61409 ____________________________________________________________________________
61410 [  7550] By: nick                                  on 2000/11/04  23:39:05
61411         Log: Integrate mainline again
61412      Branch: perlio
61413           !> Configure config_h.SH embed.h embed.pl perl.h proto.h
61414           !> t/lib/b.t t/op/misc.t util.c
61415 ____________________________________________________________________________
61416 [  7549] By: jhi                                   on 2000/11/04  23:14:01
61417         Log: Fix for
61418              
61419              Subject: [ID 20001004.006] undef is never tainted
61420              From: pimlott@idiomtech.com (Andrew Pimlott)
61421              Date: Wed, 4 Oct 2000 21:57:43 -0400 (EDT)
61422              Message-Id: <m13h0I3-000SEmC@nolfolan.idiomtech.com>
61423              
61424              An undef read from a slurped file was not tainted.
61425      Branch: perl
61426            ! pp_hot.c t/op/taint.t
61427 ____________________________________________________________________________
61428 [  7548] By: jhi                                   on 2000/11/04  22:56:21
61429         Log: Test tweak ($Config{useperlio} is by default undef) .
61430      Branch: perl
61431            ! t/lib/b.t
61432 ____________________________________________________________________________
61433 [  7547] By: jhi                                   on 2000/11/04  22:43:56
61434         Log: Integrate perlio.
61435      Branch: perl
61436           +> lib/perlio.pm
61437           !> MANIFEST iperlsys.h objXSUB.h perlapi.c perlio.c
61438           !> pod/perlapi.pod t/lib/b.t
61439 ____________________________________________________________________________
61440 [  7546] By: jhi                                   on 2000/11/04  22:40:59
61441         Log: Configure would use a bad $myuname from an old config.sh.
61442              
61443              Subject: [PATCH 5.6.1-to-be and 5.7.x] Very old Configure myuname bug
61444              From: Andy Dougherty <doughera@lafayette.edu>
61445              Date: Sat, 4 Nov 2000 14:15:29 -0500 (EST)
61446              Message-ID: <Pine.SOL.4.10.10011041410120.982-100000@maxwell.phys.lafayette.edu>
61447      Branch: metaconfig
61448            ! U/modified/Oldconfig.U
61449      Branch: perl
61450            ! Configure config_h.SH
61451 ____________________________________________________________________________
61452 [  7545] By: jhi                                   on 2000/11/04  22:36:54
61453         Log: Subject: Locales support (setlocale) fixes
61454              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
61455              Date: Sat, 4 Nov 2000 10:15:48 +0300 
61456              Message-ID: <402099F49BEED211999700805FC7359F82511F@ru0028exch01.spb.lucent.com>
61457              
61458              Modified quite a bit to be more portable.
61459      Branch: perl
61460            ! embed.h embed.pl perl.h proto.h util.c
61461 ____________________________________________________________________________
61462 [  7544] By: jhi                                   on 2000/11/04  22:32:47
61463         Log: Dying is too strict here, better just skip.
61464      Branch: perl
61465            ! t/op/misc.t
61466 ____________________________________________________________________________
61467 [  7543] By: nick                                  on 2000/11/04  21:55:13
61468         Log: Merge mainline
61469      Branch: perlio
61470           +> ext/Encode/Encode/cp1047.enc ext/Encode/Encode/cp37.enc
61471           +> ext/Encode/Encode/posix-bc.enc ext/re/hints/aix.pl
61472           +> t/lib/tie-refhash.t t/lib/tie-substrhash.t
61473           !> (integrate 64 files)
61474 ____________________________________________________________________________
61475 [  7542] By: jhi                                   on 2000/11/04  21:09:28
61476         Log: More Changes tweakery.
61477      Branch: perl
61478            ! Changes Porting/genlog
61479 ____________________________________________________________________________
61480 [  7541] By: jhi                                   on 2000/11/04  20:58:18
61481         Log: Changes fixups.
61482      Branch: perl
61483            ! Changes
61484 ____________________________________________________________________________
61485 [  7540] By: jhi                                   on 2000/11/04  20:42:38
61486         Log: Locale tweakery.  Add test case for bug id 20000809.003 to op/misc,
61487              create a "fast path" for locale name probing using "locale -a"
61488              if available, squash finally hopefully the s?printf resetting
61489              the numeric locale (since, IIUC perllocale, it never shouldn't). 
61490      Branch: perl
61491            ! sv.c t/op/misc.t t/pragma/locale.t
61492 ____________________________________________________________________________
61493 [  7539] By: nick                                  on 2000/11/04  19:56:10
61494         Log: PerlIO infrastructure complete.
61495      Branch: perlio
61496            + lib/perlio.pm
61497            ! MANIFEST iperlsys.h perlio.c t/lib/b.t
61498 ____________________________________________________________________________
61499 [  7538] By: nick                                  on 2000/11/04  14:31:32
61500         Log: Type tweaks + less contorted allocation scheme
61501      Branch: perlio
61502            ! perlio.c
61503 ____________________________________________________________________________
61504 [  7537] By: nick                                  on 2000/11/04  12:40:42
61505         Log: Fix for stdio as default "discipline" - PerlIO_init() was fdopen(2,"w")'ing
61506              a fresh FILE * rather than re-using stderr. Which meant PerlIO_stderr() was
61507              fully buffered rather than unbuffered (on Solaris, Linux seemed to do something
61508              sensible) which lead to some interesting fails.
61509      Branch: perlio
61510            ! perlio.c
61511 ____________________________________________________________________________
61512 [  7536] By: jhi                                   on 2000/11/04  00:20:02
61513         Log: Add FCNTL_CAN_LOCK.
61514              
61515              Subject: Re: [ID 20001030.011] Not OK: perl v5.7.0 +DEVEL7481 on VMS_AXP V7.1 (UNINSTALLED)
61516              From: Andy Dougherty <doughera@lafayette.edu>
61517              Date: Fri, 3 Nov 2000 15:32:14 -0500 (EST)
61518              Message-ID: <Pine.SOL.4.10.10011031528090.29-100000@maxwell.phys.lafayette.edu>
61519              
61520              Subject: Re: [ID 20001030.011] Not OK: perl v5.7.0 +DEVEL7481 on VMS_AXP V7.1 (UNINSTALLED)
61521              From: Andy Dougherty <doughera@lafayette.edu>
61522              In-Reply-To: <4.3.1.0.20001031222203.00b24b20@pop5.banet.net>
61523              Message-ID: <Pine.SOL.4.10.10011031532170.29-100000@maxwell.phys.lafayette.edu>
61524      Branch: metaconfig/U/perl
61525            + d_fcntl_can_lock.U
61526            ! startperl.U
61527      Branch: perl
61528            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
61529            ! config_h.SH epoc/config.sh pp_sys.c uconfig.h uconfig.sh
61530            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
61531            ! vos/config.ga.h win32/config.bc win32/config.gc
61532            ! win32/config.vc
61533 ____________________________________________________________________________
61534 [  7535] By: nick                                  on 2000/11/03  22:19:10
61535         Log: Implement stack of layers - (perlio.c _is_ derived from the old file honest...)
61536              - Works on Linux with
61537              perlio + unix
61538              stdio
61539              - Works on Solaris with
61540              perlio + unix
61541              - Fails ONE test (print to STDIN should fail) on Solaris with stdio.
61542              - Fails (hangs in openpid) if you try and stack
61543              perlio + stdio - Linux stdio's read() logic is hanging.
61544      Branch: perlio
61545            ! iperlsys.h perlio.c
61546 ____________________________________________________________________________
61547 [  7534] By: jhi                                   on 2000/11/03  15:16:02
61548         Log: Subject: Re: README.aix
61549              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
61550              Date: Fri, 03 Nov 2000 16:03:15 +0100
61551              Message-Id: <20001103151040.95C6.H.M.BRAND@hccnet.nl>
61552      Branch: perl
61553            ! README.aix
61554 ____________________________________________________________________________
61555 [  7533] By: jhi                                   on 2000/11/03  03:59:02
61556         Log: Subject: [PATCH 5.7.0] better messages from malloc()
61557              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
61558              Date: Wed, 1 Nov 2000 23:39:56 -0500
61559              Message-ID: <20001101233956.A520@monk.mps.ohio-state.edu>
61560      Branch: perl
61561            ! malloc.c pod/perldiag.pod
61562 ____________________________________________________________________________
61563 [  7532] By: jhi                                   on 2000/11/03  00:11:56
61564         Log: The #7521 touched things it shouldn't have.
61565      Branch: perl
61566            ! ext/POSIX/POSIX.xs ext/POSIX/typemap
61567 ____________________________________________________________________________
61568 [  7531] By: jhi                                   on 2000/11/02  22:32:33
61569         Log: Subject:  [PATCH] Perl@7504, vms/gen_shrfls.pl
61570              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
61571              Date:     Thu, 2 Nov 2000 16:58:36 EST
61572              Message-Id: <001102165758.31020@DUPHY4.Physics.Drexel.Edu>
61573      Branch: perl
61574            ! vms/gen_shrfls.pl
61575 ____________________________________________________________________________
61576 [  7530] By: jhi                                   on 2000/11/02  22:08:49
61577         Log: Fix the problem discussed in
61578              
61579              Subject: [ID 20001015.004] Fwd: Tie::SubstrHash -- bug & fix (all Perl versions)
61580              Date: Mon, 16 Oct 2000 04:48:59 +0300 (EET DST) 
61581              Message-Id: <200010160148.EAA14523@alpha.hut.fi> 
61582              
61583              originally from Linc Madison.  Also Andreas König's comments
61584              taken into account.  Some other problems with Tie::SubstrHash
61585              fixed: didn't croak when the table exceeded the requested number
61586              of entries (as documented) but instead when the number of entries
61587              exceeded the size of the table, a croak() had an unnecessary \n,
61588              didn't have a CLEAR method, documented that there is no exists().
61589              Didn't fix to be strict-proof because the module uses &foo; and
61590              dynamic scope.  Added a test script exercizing both first tamely 
61591              the basic functionality, and then the failure cases reported by
61592              Linc Madison.
61593      Branch: perl
61594            + t/lib/tie-substrhash.t
61595            ! MANIFEST lib/Tie/SubstrHash.pm
61596 ____________________________________________________________________________
61597 [  7529] By: jhi                                   on 2000/11/02  17:58:08
61598         Log: recv() can fail and return undef.
61599              
61600              Subject: [ID 20001102.003] Net::Ping patch: "Bad arg lenght" error appears if host is unreachable    
61601              From: "Alexey V. Barantsev" <barancev@kazbek.ispras.ru>
61602              Date: Thu, 2 Nov 2000 20:12:20 +0300
61603              Message-Id: <200011021712.UAA07919@dallas.kazbek.ispras.ru>
61604      Branch: perl
61605            ! lib/Net/Ping.pm
61606 ____________________________________________________________________________
61607 [  7528] By: jhi                                   on 2000/11/02  17:49:09
61608         Log: Detpyo.
61609      Branch: perl
61610            ! pod/perlop.pod
61611 ____________________________________________________________________________
61612 [  7527] By: jhi                                   on 2000/11/02  15:48:37
61613         Log: Add Tie::RefHash::Nestable (lives in Tie/RefHash.pm),
61614              fix a autovivification bug in Tie::RefHash, add tests for both.
61615              
61616              Subject: Re: Tie::RefHash: use hash refs as keys in nested hashes
61617              From: Edward Avis <epa98@doc.ic.ac.uk>
61618              Date: Thu, 2 Nov 2000 15:24:30 +0000 (GMT)
61619              Message-ID: <Pine.LNX.4.21.0011021516010.8344-100000@texel03.doc.ic.ac.uk>
61620      Branch: perl
61621            + t/lib/tie-refhash.t
61622            ! MANIFEST lib/Tie/RefHash.pm
61623 ____________________________________________________________________________
61624 [  7526] By: jhi                                   on 2000/11/02  13:56:26
61625         Log: Test::Harness revealed buglets in the new DynaLoader.
61626              
61627              Subject: [ID 20001102.001] Not OK: perl v5.7.0 +DEVEL7523 on i686-linux 2.2.16a (UNINSTALLED)
61628              From: andreas.koenig@anima.de (Andreas J. Koenig)
61629              Date: 02 Nov 2000 11:26:48 +0100 
61630              Message-Id: <m3vgu6k6tz.fsf@ak-71.mind.de>
61631      Branch: perl
61632            ! ext/DynaLoader/DynaLoader_pm.PL
61633 ____________________________________________________________________________
61634 [  7525] By: jhi                                   on 2000/11/01  23:52:08
61635         Log: The entry for #7503 was missing.
61636      Branch: perl
61637            ! Changes
61638 ____________________________________________________________________________
61639 [  7524] By: jhi                                   on 2000/11/01  23:40:52
61640         Log: Update Changes.
61641      Branch: perl
61642            ! Changes patchlevel.h
61643 ____________________________________________________________________________
61644 [  7523] By: jhi                                   on 2000/11/01  22:57:09
61645         Log: More tweaking on the #7522 theme.
61646      Branch: perl
61647            ! ext/DynaLoader/DynaLoader_pm.PL
61648 ____________________________________________________________________________
61649 [  7522] By: jhi                                   on 2000/11/01  22:06:15
61650         Log: Expand %Config variables and %ENV variables only if
61651              so requested during build time using the
61652              PERL_BUILD_EXPAND_CONFIG_VARS and PERL_BUILD_EXPAND_ENV_VARS.
61653              Not expanding makes relocating distributions easier.
61654      Branch: perl
61655            ! ext/DynaLoader/DynaLoader_pm.PL
61656 ____________________________________________________________________________
61657 [  7521] By: jhi                                   on 2000/11/01  20:56:34
61658         Log: Make the POSIX::setuid and POSIX::setgid to really call setuid()
61659              and setgid() because they were just changing $< and $( which means
61660              only changing the real uid/gid, as opposed to changing both
61661              real and effective ids.  (The alternative way could have been
61662              in POSIX.pm to change $> and $), too, but making a direct call
61663              to the C API feels cleaner.)  Fixes the bug
61664              
61665              Subject: [ID 20000904.005] POSIX::setuid() Doesn't Call setuid()
61666              From: "Garry T. Williams" <garry@zvolve.com>
61667              Date: Mon, 4 Sep 2000 12:09:44 -0400 (EDT)
61668              Message-Id: <200009041609.e84G9iN12155@ifr.inside.zvolve.net>
61669      Branch: perl
61670            ! ext/POSIX/POSIX.pm ext/POSIX/POSIX.pod ext/POSIX/POSIX.xs
61671            ! ext/POSIX/typemap pod/perlvar.pod
61672 ____________________________________________________________________________
61673 [  7520] By: jhi                                   on 2000/11/01  20:08:33
61674         Log: Subject: [ID 20000904.004] perlsec Manual Page Incorrect Doing "Safe Backticks"
61675              From: "Garry T. Williams" <garry@zvolve.com>
61676              Date: Mon, 4 Sep 2000 11:32:38 -0400 (EDT)
61677              Message-Id: <200009041532.e84FWcl12106@ifr.inside.zvolve.net>
61678      Branch: perl
61679            ! pod/perlsec.pod
61680 ____________________________________________________________________________
61681 [  7519] By: jhi                                   on 2000/11/01  20:01:22
61682         Log: Locale warning explanation tweak.
61683      Branch: perl
61684            ! pod/perldiag.pod
61685 ____________________________________________________________________________
61686 [  7518] By: jhi                                   on 2000/11/01  18:57:13
61687         Log: C.pm part of
61688              
61689              Subject: [ID 20001010.001] [Daniel.Stutz@astaro.de: perlcc and C.pm in perl-5.7.0]
61690              From: Jarkko Hietaniemi <jhi@iki.fi>
61691              Date: Tue, 10 Oct 2000 08:22:28 -0500
61692              Message-Id: <20001010082228.B17030@chaos.wustl.edu>
61693      Branch: perl
61694            ! ext/B/B/C.pm
61695 ____________________________________________________________________________
61696 [  7517] By: jhi                                   on 2000/11/01  18:41:59
61697         Log: Subject: [ID 20001005.006] Documentation -- description of qr//
61698              From: Martien Verbruggen <mgjv@comdyn.com.au>
61699              Date: Fri, 6 Oct 2000 14:09:10 +1100
61700              Message-Id: <200010060309.OAA03457@verbruggen.comdyn.com.au>
61701      Branch: perl
61702            ! pod/perlop.pod
61703 ____________________________________________________________________________
61704 [  7516] By: jhi                                   on 2000/11/01  18:34:55
61705         Log: Generalize the Camel wording.
61706              
61707              Subject: Re: perlfaq style changes
61708              From: John Borwick <jhborwic@unity.ncsu.edu>
61709              Date: Wed, 1 Nov 2000 13:19:21 -0500 (EST)
61710              Message-ID: <Pine.GSO.4.21.0011011318270.7428-100000@eos00du.eos.ncsu.edu>
61711      Branch: perl
61712            ! pod/perlfaq3.pod pod/perlfaq8.pod pod/perlfaq9.pod
61713 ____________________________________________________________________________
61714 [  7515] By: jhi                                   on 2000/11/01  16:52:31
61715         Log: Subject: [ID 20001005.004] doc bug: perlsec misleading re file output
61716              From: pimlott@idiomtech.com (Andrew Pimlott)
61717              Date: Thu, 5 Oct 2000 13:20:58 -0400 (EDT)
61718              Message-Id: <m13hEhW-000SEmC@nolfolan.idiomtech.com>
61719      Branch: perl
61720            ! pod/perlsec.pod
61721 ____________________________________________________________________________
61722 [  7514] By: jhi                                   on 2000/11/01  15:03:40
61723         Log: More AIX lore.
61724      Branch: perl
61725            ! ext/re/hints/aix.pl
61726 ____________________________________________________________________________
61727 [  7513] By: jhi                                   on 2000/11/01  14:48:30
61728         Log: Subject: [ID 20001101.001] Net::Ping icmp odd $bytes
61729              From: root <root@chronos.fi.muni.cz>
61730              Date: Wed, 1 Nov 2000 12:31:32 +0100
61731              Message-Id: <200011011131.MAA03310@chronos.fi.muni.cz>
61732      Branch: perl
61733            ! lib/Net/Ping.pm
61734 ____________________________________________________________________________
61735 [  7512] By: jhi                                   on 2000/11/01  14:46:47
61736         Log: Subject: [ID 20001031.004] Uninitialized auto variable in regcomp.c
61737              From: Martin Husemann <martin@duskware.de>
61738              Date: Tue, 31 Oct 2000 23:39:35 +0100 (MET)
61739              Message-Id: <200010312239.e9VMdZR01580@night-porter.duskware.de>
61740      Branch: perl
61741            ! regcomp.c
61742 ____________________________________________________________________________
61743 [  7511] By: jhi                                   on 2000/11/01  14:39:50
61744         Log: AUTHORS updates.
61745      Branch: perl
61746            ! AUTHORS
61747 ____________________________________________________________________________
61748 [  7510] By: jhi                                   on 2000/11/01  14:29:50
61749         Log: Subject: [PATCH] startperl to respect versiononly
61750              From: Robin Barker <rmb1@cise.npl.co.uk> 
61751              Date: Tue, 31 Oct 2000 16:29:36 GMT
61752              Message-Id: <200010311629.QAA01771@tempest.npl.co.uk>
61753      Branch: metaconfig/U/perl
61754            ! startperl.U
61755      Branch: perl
61756            ! Configure config_h.SH
61757 ____________________________________________________________________________
61758 [  7509] By: jhi                                   on 2000/11/01  14:19:53
61759         Log: printf UVs the correct way, noticed by Robin Barker.
61760      Branch: perl
61761            ! utf8.c
61762 ____________________________________________________________________________
61763 [  7508] By: jhi                                   on 2000/11/01  14:10:03
61764         Log: Do not cleanup *% because the % has special meanings in some
61765              shell environments.
61766      Branch: perl
61767            ! ext/Storable/Makefile.PL
61768 ____________________________________________________________________________
61769 [  7507] By: jhi                                   on 2000/11/01  14:06:00
61770         Log: The NonStop-UX libraries have a novel way to say NaN.
61771      Branch: perl
61772            ! t/lib/bigfltpm.t
61773 ____________________________________________________________________________
61774 [  7506] By: jhi                                   on 2000/11/01  14:03:35
61775         Log: The osname has been lowercased by now, from Tom Bates.
61776      Branch: metaconfig
61777            ! U/modified/Oldconfig.U
61778      Branch: perl
61779            ! Configure config_h.SH
61780 ____________________________________________________________________________
61781 [  7505] By: jhi                                   on 2000/10/31  19:18:39
61782         Log: The compiler is either gcc or cc, from Tom Bates.
61783      Branch: perl
61784            ! hints/nonstopux.sh
61785 ____________________________________________________________________________
61786 [  7504] By: jhi                                   on 2000/10/31  14:53:42
61787         Log: Update Changes.
61788      Branch: perl
61789            ! Changes patchlevel.h
61790 ____________________________________________________________________________
61791 [  7503] By: jhi                                   on 2000/10/31  14:30:50
61792         Log: Whitespace style tweak.  Was originally going to see to
61793              
61794              Subject: PATCH (Re: PerlIO - Configure tweak for Linux/glibc?)
61795              From: Joe Smith <jms@inwap.com>
61796              Date: Mon, 30 Oct 2000 18:47:57 -0800
61797              Message-Id: <39FE32DD.24AAC4D@inwap.com>
61798              
61799              but that had already been taken care of.
61800      Branch: metaconfig
61801            ! U/compline/d_stdstdio.U
61802      Branch: perl
61803            ! Configure config_h.SH
61804 ____________________________________________________________________________
61805 [  7502] By: jhi                                   on 2000/10/31  14:25:02
61806         Log: AUTHORS tweaks.
61807      Branch: perl
61808            ! AUTHORS
61809 ____________________________________________________________________________
61810 [  7501] By: jhi                                   on 2000/10/31  14:23:59
61811         Log: Subject: perlfaq style changes
61812              From: John Borwick <jhborwic@unity.ncsu.edu>
61813              Date: Tue, 31 Oct 2000 03:15:11 -0500 (EST)
61814              Message-ID: <Pine.GSO.4.21.0010310307500.5819-100000@eos00du.eos.ncsu.edu>
61815      Branch: perl
61816            ! pod/perlfaq.pod pod/perlfaq1.pod pod/perlfaq2.pod
61817            ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq5.pod
61818            ! pod/perlfaq6.pod pod/perlfaq7.pod pod/perlfaq8.pod
61819            ! pod/perlfaq9.pod
61820 ____________________________________________________________________________
61821 [  7500] By: jhi                                   on 2000/10/31  14:22:15
61822         Log: Be more lenient on bad UTF-8 when doing bit arithmetics.
61823              
61824              Subject: Re: [ID 20000918.005] ~ on wide chars
61825              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
61826              Date: Mon, 30 Oct 2000 21:09:55 -0800
61827              Message-ID: <jQl/5gzkgWYL092yn@efn.org>
61828              
61829              (The ord() part of the patch skipped.)
61830      Branch: perl
61831            ! doop.c
61832 ____________________________________________________________________________
61833 [  7499] By: jhi                                   on 2000/10/31  14:20:08
61834         Log: Subject: [ID 20001030.001] 5.7.0-7489: Null-Pointer reference in mg.c
61835              From: Jens Hamisch <jens@Strawberry.COM>
61836              Date: Mon, 30 Oct 2000 15:17:07 +0100
61837              Message-Id: <20001030151707.A9597@Strawberry.COM>
61838      Branch: perl
61839            ! av.c
61840 ____________________________________________________________________________
61841 [  7498] By: jhi                                   on 2000/10/31  14:16:29
61842         Log: Subject: [PATCH: perl@7483] add three new EBCDIC Encode-ings && many tests
61843              From: Peter Prymmer <pvhp@forte.com>
61844              Date: Mon, 30 Oct 2000 16:59:11 -0800 (PST)
61845              Message-ID: <Pine.OSF.4.10.10010301643590.67363-100000@aspara.forte.com>
61846      Branch: perl
61847            + ext/Encode/Encode/cp1047.enc ext/Encode/Encode/cp37.enc
61848            + ext/Encode/Encode/posix-bc.enc
61849            ! MANIFEST t/lib/encode.t
61850 ____________________________________________________________________________
61851 [  7497] By: jhi                                   on 2000/10/31  14:13:22
61852         Log: Subject: [PATCH: perl@7483] fix coded control chars in cgi-html.t
61853              From: Peter Prymmer <pvhp@forte.com>
61854              Date: Mon, 30 Oct 2000 17:48:11 -0800 (PST)
61855              Message-ID: <Pine.OSF.4.10.10010301746350.69159-100000@aspara.forte.com>
61856      Branch: perl
61857            ! t/lib/cgi-html.t
61858 ____________________________________________________________________________
61859 [  7496] By: jhi                                   on 2000/10/31  14:12:05
61860         Log: Subject: [PATCH: perl@7483] CRLF fix for cgi-function.t tests
61861              From: Peter Prymmer <pvhp@forte.com>
61862              Date: Mon, 30 Oct 2000 17:46:33 -0800 (PST)
61863              Message-ID: <Pine.OSF.4.10.10010301745120.69159-100000@aspara.forte.com>
61864      Branch: perl
61865            ! t/lib/cgi-function.t
61866 ____________________________________________________________________________
61867 [  7495] By: jhi                                   on 2000/10/31  14:11:08
61868         Log: Subject: [PATCH: perl@7483] generalize AIX ccversion hack for re extension
61869              From: Peter Prymmer <pvhp@forte.com>
61870              Date: Mon, 30 Oct 2000 16:41:21 -0800 (PST)
61871              Message-ID: <Pine.OSF.4.10.10010301634500.67363-100000@aspara.forte.com>
61872      Branch: perl
61873            + ext/re/hints/aix.pl
61874            ! MANIFEST ext/re/Makefile.PL
61875 ____________________________________________________________________________
61876 [  7494] By: jhi                                   on 2000/10/31  14:08:32
61877         Log: Use Errno magic.
61878              
61879              Subject: [ID 20001030.009] [PATCH] ftmp-mktemp failing
61880              From: Casey Tweten <perl@ctweten.amsite.com>
61881              Date: Mon, 30 Oct 2000 15:51:17 -0500
61882              Message-Id: <200010302051.e9UKpHd02194@ctweten.amsite.com>
61883      Branch: perl
61884            ! lib/File/Temp.pm
61885 ____________________________________________________________________________
61886 [  7493] By: jhi                                   on 2000/10/31  14:05:07
61887         Log: Add a perlbug flag, -A, to avoid acknowledgement messages.
61888              
61889              Subject: PATCH (Re: [ID 20001030.008] OK: perl v5.7.0 +DEVEL7445 on i586-linux 2.2.16 (UNINSTALLED))
61890              From: Nicholas Clark <nick@ccl4.org>
61891              Date: Mon, 30 Oct 2000 17:38:45 +0000
61892              Message-ID: <20001030173845.O60355@plum.flirble.org>
61893      Branch: perl
61894            ! Makefile.SH utils/perlbug.PL
61895 ____________________________________________________________________________
61896 [  7492] By: nick                                  on 2000/10/30  19:37:23
61897         Log: Change files which are mysteriously different to mainline to be
61898              copies of mainline.
61899      Branch: perlio
61900            ! objXSUB.h perlapi.c pod/perlapi.pod
61901 ____________________________________________________________________________
61902 [  7491] By: nick                                  on 2000/10/30  18:05:54
61903         Log: Perlio fixes discovered on big-endian & very traditional Solaris:
61904              - typo in endian code in putc.
61905              - Don't allow read of write-only files and vice-versa
61906              - and off-by-one in flush-all loop.
61907              Remove debug calls as they were using GCC specific features.
61908      Branch: perlio
61909            ! perlio.c
61910 ____________________________________________________________________________
61911 [  7490] By: nick                                  on 2000/10/29  21:45:45
61912         Log: Integrate mainline to perlio
61913      Branch: perlio
61914           !> lib/ExtUtils/Manifest.pm op.c t/comp/proto.t t/pragma/utf8.t
61915           !> toke.c
61916 ____________________________________________________________________________
61917 [  7489] By: jhi                                   on 2000/10/29  21:11:08
61918         Log: Subject: [Chris Winters <cwinters@intes.net>] patch to ExtUtils::Manifest
61919              From: andreas.koenig@anima.de (Andreas J. Koenig)
61920              Date: 29 Oct 2000 22:05:59 +0100
61921              Message-ID: <m3snpfqrwo.fsf@ak-71.mind.de>
61922      Branch: perl
61923            ! lib/ExtUtils/Manifest.pm
61924 ____________________________________________________________________________
61925 [  7488] By: jhi                                   on 2000/10/29  21:07:47
61926         Log: Tests for #7487.
61927              
61928              Subject: Re: [ID 20001029.002] Not OK: perl v5.7.0 +DEVEL7462 on i686-linux 2.2.16a (UNINSTALLED)
61929              From: andreas.koenig@anima.de (Andreas J. Koenig)
61930              Date: 29 Oct 2000 19:37:09 +0100
61931              Message-ID: <m34s1vsdd6.fsf@ak-71.mind.de>
61932      Branch: perl
61933            ! t/comp/proto.t
61934 ____________________________________________________________________________
61935 [  7487] By: jhi                                   on 2000/10/29  21:06:27
61936         Log: constsub spillage.
61937              
61938              Subject: Re: [ID 20001029.002] Not OK: perl v5.7.0 +DEVEL7462 on i686-linux 2.2.16a (UNINSTALLED)
61939              From: John Tobey <jtobey@john-edwin-tobey.org>
61940              Date: Sun, 29 Oct 2000 11:37:45 -0500 (EST)
61941              Message-Id: <m13pvSr-000FObC@feynman.localnet>
61942      Branch: perl
61943            ! op.c
61944 ____________________________________________________________________________
61945 [  7486] By: nick                                  on 2000/10/29  21:05:04
61946         Log: Integrate mainline to perlio branch
61947      Branch: perlio
61948           +> Porting/repository.pod lib/unicode/Is/DCmedial.pl
61949           +> t/lib/tie-splice.t vos/config.alpha.def vos/config.alpha.h
61950           +> vos/config.ga.def vos/config.ga.h vos/configure_perl.cm
61951           +> vos/install_perl.cm
61952            - MAINTAIN fix_pl lib/unicode/Is/DCinital.pl vos/config.def
61953            - vos/config.h vos/config_h.SH_orig
61954           !> (integrate 141 files)
61955 ____________________________________________________________________________
61956 [  7485] By: jhi                                   on 2000/10/29  21:00:47
61957         Log: Make \x{...} consistently produce UTF-8.
61958              
61959              Subject: Re: \x{...} is confused 
61960              From: Simon Cozens <simon@cozens.net>
61961              Date: Sun, 29 Oct 2000 19:36:48 +0000
61962              Message-ID: <20001029193648.A6287@pembro4.pmb.ox.ac.uk>
61963      Branch: perl
61964            ! t/pragma/utf8.t toke.c
61965 ____________________________________________________________________________
61966 [  7484] By: nick                                  on 2000/10/29  20:05:29
61967         Log: PerlIO passes all tests.
61968      Branch: perlio
61969            ! perlio.c
61970 ____________________________________________________________________________
61971 [  7483] By: jhi                                   on 2000/10/29  18:06:55
61972         Log: Update Changes.
61973      Branch: perl
61974            ! Changes patchlevel.h
61975 ____________________________________________________________________________
61976 [  7482] By: nick                                  on 2000/10/29  17:43:28
61977         Log: Include <unistd.h> to get correct lseek() prototype etc.
61978              (I thought perl.h did that) - down to two fails
61979              - comp/require.t (last test)
61980              - lib/io_xs.t - possibly import/export of FILE * ?
61981      Branch: perlio
61982            ! perlio.c
61983 ____________________________________________________________________________
61984 [  7481] By: jhi                                   on 2000/10/29  17:02:37
61985         Log: UTF-8 decoder tweak.
61986      Branch: perl
61987            ! utf8.c
61988 ____________________________________________________________________________
61989 [  7480] By: nick                                  on 2000/10/29  16:26:11
61990         Log: Fixed two bugs:
61991              - error code not being set on close (of broken pipe)
61992              - append mode was truncating.
61993              At least one seek/tell bug remains.
61994      Branch: perlio
61995            ! perlio.c
61996 ____________________________________________________________________________
61997 [  7479] By: nick                                  on 2000/10/29  11:18:16
61998         Log: Prototype (stdio-like) PerlIO passing basic tests. Checked in
61999              in case of accidents. Still several worrying fails, no line disciplines yet.
62000      Branch: perlio
62001            ! iperlsys.h perlio.c
62002 ____________________________________________________________________________
62003 [  7478] By: jhi                                   on 2000/10/29  02:04:01
62004         Log: Add also emailless people.
62005      Branch: perl
62006            ! AUTHORS
62007 ____________________________________________________________________________
62008 [  7477] By: jhi                                   on 2000/10/29  01:36:00
62009         Log: The #7476 needs a MANIFEST change, too.
62010      Branch: perl
62011            ! MANIFEST
62012 ____________________________________________________________________________
62013 [  7476] By: jhi                                   on 2000/10/29  01:35:21
62014         Log: Have only one master list of AUTHORS, drop unmaintained MAINTAIN.
62015      Branch: perl
62016            - MAINTAIN
62017            ! AUTHORS Changes
62018 ____________________________________________________________________________
62019 [  7475] By: jhi                                   on 2000/10/28  23:57:25
62020         Log: De-quoted-unreadable to ISO Latin 1.
62021              (There's one ISO-2022-JP name in Changes5.004.)
62022      Branch: perl
62023            ! Changes Changes5.6
62024 ____________________________________________________________________________
62025 [  7474] By: jhi                                   on 2000/10/28  19:13:06
62026         Log: Subject: [ID 20001027.007] uniq array in perlfaq
62027              From: Hans Ginzel <hans@kolej.mff.cuni.cz>     
62028              Date: Fri, 27 Oct 2000 19:28:30 +0200
62029              Message-Id: <20001027192830.A1564@kolej.mff.cuni.cz> 
62030      Branch: perl
62031            ! pod/perlfaq4.pod
62032 ____________________________________________________________________________
62033 [  7473] By: jhi                                   on 2000/10/28  18:02:05
62034         Log: Locking null mutexes is not recommendable.
62035              
62036              Subject: Re: [ID 20001027.008] Not OK: perl v5.7.0 +DEVEL7462 on i386-freebsd-thread-64all 4.1-stable (UNINSTALLED) 
62037              From: Hugo <hv@crypt.compulink.co.uk>
62038              Date: Sat, 28 Oct 2000 18:41:12 +0100
62039              Message-Id: <200010281741.SAA31327@crypt.compulink.co.uk>
62040      Branch: perl
62041            ! op.c
62042 ____________________________________________________________________________
62043 [  7472] By: jhi                                   on 2000/10/28  17:52:58
62044         Log: Better create a true mailing list for the repository keepers.
62045      Branch: perl
62046            ! Porting/repository.pod
62047 ____________________________________________________________________________
62048 [  7471] By: jhi                                   on 2000/10/28  17:28:24
62049         Log: Add the repository doc by Malcolm, Sarathy, and by Simon,
62050              name as suggested by Michael Bletzinger <mbletzin@ncsa.uiuc.edu>.
62051      Branch: perl
62052            + Porting/repository.pod
62053            ! MANIFEST
62054 ____________________________________________________________________________
62055 [  7470] By: jhi                                   on 2000/10/28  17:20:54
62056         Log: Subject: DOC PATCH 5.6.0
62057              From: mjd@plover.com
62058              Date: 27 Oct 2000 17:32:44 -0000
62059              Message-ID: <20001027173244.23754.qmail@plover.com>
62060      Branch: perl
62061            ! pod/perlfunc.pod
62062 ____________________________________________________________________________
62063 [  7469] By: jhi                                   on 2000/10/28  17:16:45
62064         Log: Subject: [ID 20001027.010] [PATCH] Add info on building CPAN modules to README.dos
62065              From: "Peter J. Farley III" <pjfarley@banet.net>
62066              Date: Fri, 27 Oct 2000 20:32:56 -0400
62067              Message-Id: <4.3.1.0.20001027202303.00ad8900@pop5.banet.net>
62068      Branch: perl
62069            ! README.dos
62070 ____________________________________________________________________________
62071 [  7468] By: jhi                                   on 2000/10/28  17:07:18
62072         Log: Make target reordering to avoid pointless re-makes.
62073              
62074              Subject: Re: Total re-make of 'make okfile' after 7451 ?
62075              From: Nicholas Clark <nick@ccl4.org>
62076              Date: Sat, 28 Oct 2000 00:31:02 +0100
62077              Message-ID: <20001028003101.A54517@plum.flirble.org>
62078      Branch: perl
62079            ! Makefile.SH
62080 ____________________________________________________________________________
62081 [  7467] By: jhi                                   on 2000/10/28  17:05:31
62082         Log: Subject: [ID 20001027.005] Nit in perlos2.pod - space needs deleted on line 118
62083              From: lvirden@cas.org
62084              Date: Fri, 27 Oct 2000 13:14:41 -0400 (EDT)
62085              Message-Id: <200010271714.NAA22015@lwv26awu.cas.org>
62086      Branch: perl
62087            ! README.os2
62088 ____________________________________________________________________________
62089 [  7466] By: jhi                                   on 2000/10/28  16:09:16
62090         Log: Upgrade to CPAN 1.58_55.
62091              
62092              Subject: CPAN.pm status
62093              From: andreas.koenig@anima.de (Andreas J. Koenig) 
62094              Date: 28 Oct 2000 08:18:00 +0200 
62095              Message-ID: <m3n1fpa3qf.fsf@ak-71.mind.de>
62096      Branch: perl
62097            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
62098 ____________________________________________________________________________
62099 [  7465] By: jhi                                   on 2000/10/28  16:02:47
62100         Log: The reëntrant version shouldn't be needed unless USE_PURE_BISON.
62101      Branch: perl
62102            ! embed.h embed.pl perl.h proto.h toke.c
62103 ____________________________________________________________________________
62104 [  7464] By: nick                                  on 2000/10/28  10:43:44
62105         Log: Fix for sv_2iv() on "shared" value from keys %hash.
62106      Branch: perl
62107            ! sv.c
62108 ____________________________________________________________________________
62109 [  7463] By: jhi                                   on 2000/10/27  16:18:29
62110         Log: Update Changes.
62111      Branch: perl
62112            ! Changes patchlevel.h
62113 ____________________________________________________________________________
62114 [  7462] By: jhi                                   on 2000/10/27  16:17:44
62115         Log: Too enthusiastic editing in #7460.
62116      Branch: metaconfig
62117            ! U/modified/Oldsym.U
62118      Branch: perl
62119            ! Configure config_h.SH
62120 ____________________________________________________________________________
62121 [  7461] By: jhi                                   on 2000/10/27  15:37:38
62122         Log: Retract #7459, the script needs more work.
62123      Branch: perl
62124            - mkreef
62125            ! MANIFEST
62126 ____________________________________________________________________________
62127 [  7460] By: jhi                                   on 2000/10/27  15:23:14
62128         Log: Use $sort, $uniq (and $tr) consistently as wondered
62129              by Nicholas Clark.
62130      Branch: metaconfig
62131            ! U/modified/Cppsym.U U/modified/Getfile.U U/modified/Guess.U
62132            ! U/modified/Myread.U U/modified/Oldsym.U U/modified/Signal.U
62133            ! U/modified/libc.U
62134      Branch: perl
62135            ! Configure config_h.SH
62136 ____________________________________________________________________________
62137 [  7459] By: jhi                                   on 2000/10/27  15:02:07
62138         Log: (Retracted by #7461)
62139              
62140              Add a shell script for creating/removing symbolic link farms,
62141              useful for keeping the source code read-only and doing the
62142              builds somewhere else.
62143      Branch: perl
62144            + mkreef
62145            ! MANIFEST
62146 ____________________________________________________________________________
62147 [  7458] By: jhi                                   on 2000/10/27  14:42:20
62148         Log: Do away with the fix_pl.
62149      Branch: perl
62150            - fix_pl
62151            ! MANIFEST Makefile.SH
62152 ____________________________________________________________________________
62153 [  7457] By: jhi                                   on 2000/10/27  12:43:13
62154         Log: Subject: [ID 20001027.002] Patch 7380 followup - Perl_modfl *must* be defined
62155              From: Jens Hamisch <jens@Strawberry.COM>
62156              Date: Fri, 27 Oct 2000 14:38:21 +0200
62157              Message-Id: <20001027143821.B3366@Strawberry.COM>
62158      Branch: perl
62159            ! perl.h
62160 ____________________________________________________________________________
62161 [  7456] By: jhi                                   on 2000/10/27  12:33:42
62162         Log: Subject: [PATCH] todo
62163              From: Nicholas Clark <nick@ccl4.org>
62164              Date: Thu, 26 Oct 2000 22:32:29 +0100
62165              Message-ID: <20001026223229.A44540@plum.flirble.org>
62166      Branch: perl
62167            ! pod/perltodo.pod
62168 ____________________________________________________________________________
62169 [  7455] By: jhi                                   on 2000/10/27  12:02:21
62170         Log: Subject: Re: [PATCH bleadperl] ripples from constsub patch
62171              From: John Tobey <jtobey@john-edwin-tobey.org>
62172              Date: Thu, 26 Oct 2000 22:29:53 -0400 (EDT)
62173              Message-Id: <m13ozHF-000FObC@feynman.localnet>
62174      Branch: perl
62175            ! op.c t/pragma/sub_lval.t
62176 ____________________________________________________________________________
62177 [  7454] By: jhi                                   on 2000/10/27  11:59:42
62178         Log: Subject: [ID 20001026.006] C<use integer; $x += 1> gives uninitialized warning
62179              From: sthoenna@efn.org
62180              Date: Thu, 26 Oct 2000 14:00:03 -0700 (PDT)
62181              Message-Id: <200010262100.e9QL03U06386@garcia.efn.org>
62182      Branch: perl
62183            ! pp.c t/op/assignwarn.t
62184 ____________________________________________________________________________
62185 [  7453] By: jhi                                   on 2000/10/27  00:15:08
62186         Log: Upgrade to Storable 1.0.5, from Raphael Manfredi.
62187      Branch: perl
62188            ! ext/Storable/ChangeLog ext/Storable/Storable.pm
62189            ! ext/Storable/Storable.xs t/lib/st-lock.t
62190 ____________________________________________________________________________
62191 [  7452] By: jhi                                   on 2000/10/26  13:05:52
62192         Log: Undo #7451, this seems to be a deficiency in Perforce,
62193              there is no per-file line-terminator type, only per-client.
62194      Branch: perl
62195            ! README.dos README.win32 djgpp/configure.bat win32/Makefile
62196            ! win32/makefile.mk
62197 ____________________________________________________________________________
62198 [  7451] By: jhi                                   on 2000/10/26  04:56:03
62199         Log: Experimenting in DOS arcana.
62200      Branch: perl
62201            ! README.dos README.win32 djgpp/configure.bat win32/Makefile
62202            ! win32/makefile.mk
62203 ____________________________________________________________________________
62204 [  7450] By: jhi                                   on 2000/10/26  04:50:52
62205         Log: Subject: [ID 20001025.011] [PATCH] t/io/open.t perl@7369[  7350] breaks VMS perl
62206              From: "Peter J. Farley III" <pjfarley@banet.net>            
62207              Date: Wed, 25 Oct 2000 23:10:18 -0400
62208              Message-Id: <4.3.1.0.20001025230222.00accba0@pop5.banet.net>
62209      Branch: perl
62210            ! t/io/open.t
62211 ____________________________________________________________________________
62212 [  7449] By: jhi                                   on 2000/10/26  04:49:16
62213         Log: Subject: Re: [PATCH 5.6.0]Add non-blocking thread doneness checking
62214              From: Hugo <hv@crypt.compulink.co.uk>
62215              Date: Thu, 26 Oct 2000 01:55:17 +0100
62216              Message-Id: <200010260055.BAA27869@crypt.compulink.co.uk>
62217              
62218              minus one unneeded mutex lock/unlock pointed out by Dan Sugalski.
62219      Branch: perl
62220            ! ext/Thread/Thread.pm ext/Thread/Thread.xs t/lib/thr5005.t
62221 ____________________________________________________________________________
62222 [  7448] By: jhi                                   on 2000/10/26  04:38:36
62223         Log: Subject: [PATCH: perl@7446] restore missing d_stdio_cnt_lval to VMS
62224              From: Peter Prymmer <pvhp@forte.com>
62225              Date: Wed, 25 Oct 2000 18:23:56 -0700 (PDT)                          
62226              Message-ID: <Pine.OSF.4.10.10010251816200.247618-100000@aspara.forte.com>
62227      Branch: perl
62228            ! configure.com
62229 ____________________________________________________________________________
62230 [  7447] By: jhi                                   on 2000/10/25  23:20:02
62231         Log: Remains of the old UTF-8 API, utf8_to_uv_chk(): didn't link
62232              in platforms that strictly require all the symbols being present
62233              at link time.
62234      Branch: perl
62235            ! handy.h
62236 ____________________________________________________________________________
62237 [  7446] By: jhi                                   on 2000/10/25  21:55:57
62238         Log: Update Changes.
62239      Branch: perl
62240            ! Changes patchlevel.h
62241 ____________________________________________________________________________
62242 [  7445] By: jhi                                   on 2000/10/25  21:27:08
62243         Log: Integrate with vmsperl #7430 by Charles Bailey:
62244              
62245              Cleanup from prior patch (Charles Lane?):
62246              - improve handling of MFDs in Basename and Path
62247              - default to no xsubpp line # munging when building debug images
62248      Branch: perl
62249           !> lib/ExtUtils/MM_VMS.pm lib/File/Basename.pm lib/File/Path.pm
62250 ____________________________________________________________________________
62251 [  7444] By: jhi                                   on 2000/10/25  21:03:50
62252         Log: Subject: [PATCH] Zero-padded Numerics in Perl Format
62253              From: John Peacock <JPeacock@UnivPress.com>
62254              Date: Thu, 18 May 2000 11:55:27 -0400
62255              Message-ID: <3924126F.A58BE57A@UnivPress.com>
62256      Branch: perl
62257            ! form.h pod/perldelta.pod pod/perlform.pod pp_ctl.c
62258            ! t/op/write.t
62259 ____________________________________________________________________________
62260 [  7443] By: jhi                                   on 2000/10/25  20:43:10
62261         Log: Temporary stopgap for the self-tying issue: for now only
62262              array and hash self-ties are verboten.  The real fix, of
62263              course, would be to comprehensively test (and implement?)
62264              and debug (and document) self-ties.
62265      Branch: perl
62266            ! pod/perldiag.pod pp_sys.c t/op/tie.t
62267 ____________________________________________________________________________
62268 [  7442] By: jhi                                   on 2000/10/25  20:14:30
62269         Log: Subject: [PATCH 5.6.0]Add non-blocking thread doneness checking
62270              From: Dan Sugalski <dan@sidhe.org>
62271              Date: Wed, 25 Oct 2000 13:36:35 -0400
62272              Message-Id: <5.0.0.25.0.20001025133504.01ef1e20@24.8.96.48>
62273              
62274              plus regen global.sym.
62275      Branch: perl
62276            ! ext/Thread/Thread.pm ext/Thread/Thread.xs global.sym perl.c
62277            ! thrdvar.h util.c
62278 ____________________________________________________________________________
62279 [  7441] By: jhi                                   on 2000/10/25  20:12:20
62280         Log: buildtoc target tweaks.
62281      Branch: perl
62282            ! pod/Makefile.SH
62283 ____________________________________________________________________________
62284 [  7440] By: jhi                                   on 2000/10/25  20:03:53
62285         Log: A new version of making the syslog test more robust.
62286              (Replaces #7421.)
62287              
62288              Subject: Re: [ID 20001022.001] Not OK: perl v5.7.0 +DEVEL7368 on i686-linux 2.2.16
62289              From: "Kurt D. Starsinic" <kstar@chapin.edu>
62290              Date: Wed, 25 Oct 2000 12:13:54 -0400
62291              Message-ID: <20001025121354.B2264@O2.chapin.edu>
62292      Branch: perl
62293            ! t/lib/syslog.t
62294 ____________________________________________________________________________
62295 [  7439] By: jhi                                   on 2000/10/25  20:00:48
62296         Log: Continue the internal UTF-8 API tweaking.
62297              Rename utf8_to_uv_chk() back to utf8_to_uv() because it's
62298              used much more than the simpler API, now called utf8_to_uv_simple().
62299              Still not quite happy with API, too much partial duplication
62300              of functionality.
62301      Branch: perl
62302            ! doop.c embed.h embed.pl handy.h objXSUB.h op.c perlapi.c
62303            ! pod/perlapi.pod pod/perlunicode.pod pp.c pp_ctl.c proto.h
62304            ! regcomp.c regexec.c sv.c toke.c utf8.c
62305 ____________________________________________________________________________
62306 [  7438] By: jhi                                   on 2000/10/25  18:52:30
62307         Log: Allow poking holes at the UTF-8 decoding strictness.
62308      Branch: perl
62309            ! embed.pl pp.c proto.h sv.c t/pragma/utf8.t toke.c utf8.c
62310            ! utf8.h
62311 ____________________________________________________________________________
62312 [  7437] By: jhi                                   on 2000/10/25  13:53:05
62313         Log: Rename UTF8LEN() to be UNISKIP(), too confusing to have
62314              UTF8LEN() and UTF8SKIP(). 
62315      Branch: perl
62316            ! pp.c utf8.c utf8.h
62317 ____________________________________________________________________________
62318 [  7436] By: jhi                                   on 2000/10/25  13:51:37
62319         Log: Subject: [PATCH] Re: PerlIO - Configure tweak for Linux/glibc?
62320              From: Nicholas Clark <nick@ccl4.org>
62321              Date: Wed, 25 Oct 2000 14:44:05 +0100
62322              Message-ID: <20001025144404.D27253@plum.flirble.org>
62323      Branch: perl
62324            ! pod/perlrun.pod
62325 ____________________________________________________________________________
62326 [  7435] By: jhi                                   on 2000/10/25  13:49:32
62327         Log: Subject: [ID 20001024.007] [PATCH] "Dump local *FH" causes SEGV
62328              From: Mike Guy <mjtg@cam.ac.uk>
62329              Date: Tue, 24 Oct 2000 14:59:40 +0100
62330              Message-Id: <E13o4c8-00076u-00@libra.cus.cam.ac.uk>
62331      Branch: perl
62332            ! scope.c
62333 ____________________________________________________________________________
62334 [  7434] By: jhi                                   on 2000/10/25  13:48:41
62335         Log: AIX is picky about its symbol exports.  Solution for now
62336              is to include the deb.o explicitly to the re extension build.
62337              
62338              Subject: Re: introduce missing .Perl_deb symbol to aix build (Questions)
62339              From: Peter Prymmer <pvhp@forte.com>
62340              Date: Tue, 24 Oct 2000 12:57:22 -0700 (PDT)
62341              Message-ID: <Pine.OSF.4.10.10010241252180.127055-100000@aspara.forte.com>
62342      Branch: perl
62343            ! ext/re/Makefile.PL hints/aix.sh
62344 ____________________________________________________________________________
62345 [  7433] By: jhi                                   on 2000/10/25  13:46:49
62346         Log: Subject: patch 7416 breaks sv.c on AIX and HP-UX (patch included)
62347              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
62348              Date: Wed, 25 Oct 2000 12:02:20 +0200
62349              Message-Id: <20001025114712.C9F9.H.M.BRAND@hccnet.nl>
62350      Branch: perl
62351            ! perlsdio.h
62352 ____________________________________________________________________________
62353 [  7432] By: jhi                                   on 2000/10/25  13:44:28
62354         Log: Subject: Minor update to find2perl, for portability
62355              From: "Moore, Paul" <Paul.Moore@uk.origin-it.com>
62356              Date: Wed, 25 Oct 2000 12:05:47 +0100
62357              Message-ID: <714DFA46B9BBD0119CD000805FC1F53B012A8355@UKRUX002.rundc.uk.origin-it.com>
62358      Branch: perl
62359            ! x2p/find2perl.PL
62360 ____________________________________________________________________________
62361 [  7431] By: jhi                                   on 2000/10/25  13:40:39
62362         Log: Add targets to Makefile.SH, most importantly
62363              'regen_all' which also remembers to update vms/perly*.
62364      Branch: perl
62365            ! Makefile.SH
62366 ____________________________________________________________________________
62367 [  7430] By: bailey                                on 2000/10/25  03:13:53
62368         Log: Cleanup from prior patch (Charles Lane?):
62369              - improve handling of MFDs in Basename and Path
62370              - default to no xsubpp line # munging when building debug images
62371      Branch: vmsperl
62372            ! lib/ExtUtils/MM_VMS.pm lib/File/Basename.pm lib/File/Path.pm
62373 ____________________________________________________________________________
62374 [  7429] By: jhi                                   on 2000/10/24  20:03:40
62375         Log: Podify README.epoc and README.vos.
62376      Branch: perl
62377            ! README.epoc README.vos pod/buildtoc.PL pod/perl.pod
62378            ! pod/perlport.pod pod/perltoc.pod
62379 ____________________________________________________________________________
62380 [  7428] By: jhi                                   on 2000/10/24  19:10:33
62381         Log: Stratus VOS updates from Paul Green.
62382      Branch: perl
62383            + vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
62384            + vos/config.ga.h vos/configure_perl.cm vos/install_perl.cm
62385            - vos/config.def vos/config.h vos/config_h.SH_orig
62386            ! MANIFEST README.vos pod/perlport.pod vos/Changes vos/build.cm
62387            ! vos/compile_perl.cm vos/config.pl vos/perl.bind vos/vosish.h
62388 ____________________________________________________________________________
62389 [  7427] By: jhi                                   on 2000/10/24  18:59:48
62390         Log: Check if stdio supports tweaking lval and cnt simultaneously.
62391              
62392              Subject: PATCH (Re: PerlIO - Configure tweak for Linux/glibc?)
62393              From: Nicholas Clark <nick@ccl4.org>
62394              Date: Mon, 23 Oct 2000 15:39:32 +0100
62395              Message-ID: <20001023153932.A10786@plum.flirble.org>
62396      Branch: metaconfig
62397            ! U/compline/d_stdstdio.U
62398      Branch: perl
62399            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
62400            ! config_h.SH configure.com epoc/config.sh iperlsys.h perlio.c
62401            ! perlsdio.h perlsfio.h pod/Makefile.SH pod/perltoc.pod
62402            ! uconfig.h uconfig.sh vms/genconfig.pl vos/config.def
62403            ! vos/config.h vos/config_h.SH_orig win32/config.bc
62404            ! win32/config.gc win32/config.vc
62405 ____________________________________________________________________________
62406 [  7426] By: jhi                                   on 2000/10/24  17:57:44
62407         Log: Missed the header file changes from #7425.
62408      Branch: perl
62409            ! embed.h embed.pl objXSUB.h proto.h
62410 ____________________________________________________________________________
62411 [  7425] By: jhi                                   on 2000/10/24  17:55:17
62412         Log: Fix the bug reported in
62413              
62414              From: andreas.koenig@anima.de (Andreas J. Koenig)
62415              Subject: Encode bug?
62416              Date: 24 Oct 2000 14:01:26 +0200 
62417              Message-ID: <m3lmveqwh5.fsf@ak-71.mind.de>
62418              
62419              Also make is_utf8_char() stricter.
62420      Branch: perl
62421            ! ext/Encode/Encode.xs utf8.c
62422 ____________________________________________________________________________
62423 [  7424] By: jhi                                   on 2000/10/24  15:15:39
62424         Log: Subject: Re: [ID 20001023.003] PATCH perlfaq5 [perl-current]
62425              From: Peter Scott <Peter@PSDT.com>
62426              Date: Mon, 23 Oct 2000 19:46:01 -0700
62427              Message-Id: <4.3.2.7.2.20001023194324.00ab7220@psdt.com>
62428      Branch: perl
62429            ! pod/perlfaq5.pod
62430 ____________________________________________________________________________
62431 [  7423] By: jhi                                   on 2000/10/24  14:25:30
62432         Log: Test tweak to avoid pulling in the whole Config.
62433      Branch: perl
62434            ! t/lib/st-lock.t
62435 ____________________________________________________________________________
62436 [  7422] By: jhi                                   on 2000/10/24  14:03:16
62437         Log: Fix the bug ID 20001024.005, the bug introduced by #7416.
62438      Branch: perl
62439            ! pp.c
62440 ____________________________________________________________________________
62441 [  7421] By: jhi                                   on 2000/10/24  13:32:09
62442         Log: (Replaced by #7440.)
62443              
62444              Subject: Re: [ID 20001022.001] Not OK: perl v5.7.0 +DEVEL7368 on i686-linux 2.2.16
62445              From: "Kurt D. Starsinic" <kstar@chapin.edu>
62446              Date: Mon, 23 Oct 2000 16:40:54 -0400
62447              Message-ID: <20001023164054.B14491@O2.chapin.edu>
62448      Branch: perl
62449            ! t/lib/syslog.t
62450 ____________________________________________________________________________
62451 [  7420] By: jhi                                   on 2000/10/24  13:30:53
62452         Log: Subject: [PATCH 5.7.0] static linking with uninstalled perl
62453              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
62454              Date: Mon, 23 Oct 2000 17:29:03 -0400
62455              Message-ID: <20001023172903.A18749@monk.mps.ohio-state.edu>
62456      Branch: perl
62457            ! lib/ExtUtils/MM_Unix.pm
62458 ____________________________________________________________________________
62459 [  7419] By: jhi                                   on 2000/10/24  13:29:57
62460         Log: Subject: Re: [PATCH 5.7.0] h2xs not documenting the created module
62461              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
62462              Date: Mon, 23 Oct 2000 19:01:32 -0400
62463              Message-ID: <20001023190132.A19791@monk.mps.ohio-state.edu>
62464      Branch: perl
62465            ! utils/h2xs.PL
62466 ____________________________________________________________________________
62467 [  7418] By: jhi                                   on 2000/10/24  13:26:04
62468         Log: Replace #7409 with
62469              
62470              Subject: Re: [PATCH] Re: [ID 20001020.009] Not OK: perl v5.7.0 +DEVEL7368 on dos-djgpp djgp
62471              From: Raphael Manfredi <Raphael_Manfredi@pobox.com>
62472              Date: Mon, 23 Oct 2000 20:08:56 +0200
62473              Message-ID: <20001023200855.A14850@nice.ram.loc>
62474      Branch: perl
62475            ! ext/Storable/Storable.pm t/lib/st-lock.t
62476 ____________________________________________________________________________
62477 [  7417] By: jhi                                   on 2000/10/24  13:17:52
62478         Log: Run vms/vms_yfix.pl, should have done that after changing
62479              perly.c in #7382.
62480      Branch: perl
62481            ! vms/perly_c.vms vms/perly_h.vms
62482 ____________________________________________________________________________
62483 [  7416] By: jhi                                   on 2000/10/24  02:55:33
62484         Log: Make the UTF-8 decoding stricter and more verbose when
62485              malformation happens.  This involved adding an argument
62486              to utf8_to_uv_chk(), which involved changing its prototype,
62487              and prefer STRLEN over I32 for the UTF-8 length, which as
62488              a domino effect necessitated changing the prototypes of
62489              scan_bin(), scan_oct(), scan_hex(), and reg_uni().
62490              The stricter UTF-8 decoding checking uses Markus Kuhn's
62491              UTF-8 Decode Stress Tester from
62492              http://www.cl.cam.ac.uk/~mgk25/ucs/examples/UTF-8-test.txt
62493      Branch: perl
62494            ! doop.c embed.h embed.pl handy.h objXSUB.h op.c perl.c
62495            ! perlapi.c pod/perlapi.pod pod/perldiag.pod pod/perlunicode.pod
62496            ! pp.c pp_ctl.c proto.h regcomp.c regexec.c sv.c t/pragma/utf8.t
62497            ! t/pragma/warn/utf8 toke.c utf8.c utf8.h util.c
62498 ____________________________________________________________________________
62499 [  7415] By: jhi                                   on 2000/10/23  14:06:06
62500         Log: Update Changes.
62501      Branch: perl
62502            ! Changes patchlevel.h
62503 ____________________________________________________________________________
62504 [  7414] By: jhi                                   on 2000/10/23  12:39:52
62505         Log: Undo the basename() part of #7412 since the lib/basename
62506              tests would need upgrading too.
62507      Branch: perl
62508            ! lib/File/Basename.pm
62509 ____________________________________________________________________________
62510 [  7413] By: jhi                                   on 2000/10/23  12:19:27
62511         Log: Document PERL_INSTALL_ROOT of #7210.
62512      Branch: perl
62513            ! lib/ExtUtils/Install.pm
62514 ____________________________________________________________________________
62515 [  7412] By: jhi                                   on 2000/10/23  12:16:47
62516         Log: Miscellaneous MacOS Classic library updates from Matthias Neeracher.
62517      Branch: perl
62518            ! lib/ExtUtils/Mksymlists.pm lib/File/Basename.pm
62519            ! lib/File/Path.pm lib/Term/ReadLine.pm lib/perl5db.pl
62520 ____________________________________________________________________________
62521 [  7411] By: jhi                                   on 2000/10/23  12:07:41
62522         Log: Subject: [PATCH: perl@7386] miscellaneous typos in 3 pods
62523              From: Prymmer/Kahn <pvhp@best.com>
62524              Date: Sun, 22 Oct 2000 22:18:40 -0700 (PDT)
62525              Message-ID: <Pine.BSF.4.21.0010222214150.11774-100000@shell8.ba.best.com>
62526      Branch: perl
62527            ! README.aix pod/perlebcdic.pod vms/ext/Stdio/Stdio.pm
62528 ____________________________________________________________________________
62529 [  7410] By: jhi                                   on 2000/10/23  04:10:11
62530         Log: The change #7187 was not so good on VMS.
62531              
62532              Subject: [PATCH perl@7369] VMS perldoc.PL fix for double quoted temp filename
62533              From: "Craig A. Berry" <craig.berry@psinetcs.com>
62534              Date: Sun, 22 Oct 2000 23:03:08 -0500
62535              Message-Id: <p04330102b617d093470b@[172.16.52.1]>
62536      Branch: perl
62537            ! utils/perldoc.PL
62538 ____________________________________________________________________________
62539 [  7409] By: jhi                                   on 2000/10/23  03:57:36
62540         Log: Avoid Storable locking on DJGPP for now.
62541              
62542              Subject: [PATCH] Re: [ID 20001020.009] Not OK: perl v5.7.0 +DEVEL7368 on dos-djgpp djgpp
62543              From: "Peter J. Farley III" <pjfarley@banet.net>
62544              Date: Sun, 22 Oct 2000 20:00:00 -0400
62545              Message-Id: <4.3.1.0.20001022194247.00acfee0@pop5.banet.net>
62546      Branch: perl
62547            ! ext/Storable/Storable.pm t/lib/st-lock.t
62548 ____________________________________________________________________________
62549 [  7408] By: jhi                                   on 2000/10/23  03:50:24
62550         Log: Subject: Re: [20000731.007] potential syntax error not detected [PATCH]
62551              From: Ronald J Kimball <rjk@linguist.dartmouth.edu>
62552              Date: Sun, 22 Oct 2000 21:12:22 -0400
62553              Message-ID: <20001022211222.A1062496@linguist.dartmouth.edu>
62554      Branch: perl
62555            ! lib/vars.pm
62556 ____________________________________________________________________________
62557 [  7407] By: jhi                                   on 2000/10/23  03:43:12
62558         Log: Subject: Re: [ID 20001021.005] SEGV with regex match 
62559              From: Hugo <hv@crypt.compulink.co.uk>
62560              Date: Mon, 23 Oct 2000 00:47:22 +0100
62561              Message-Id: <200010222347.AAA09697@crypt.compulink.co.uk>
62562      Branch: perl
62563            ! regexec.c t/op/pat.t
62564 ____________________________________________________________________________
62565 [  7406] By: jhi                                   on 2000/10/23  03:40:29
62566         Log: Retract #7404 with a patch from Robin Barker, via Andy Dougherty.
62567      Branch: perl
62568            ! lib/ExtUtils/MakeMaker.pm
62569 ____________________________________________________________________________
62570 [  7405] By: jhi                                   on 2000/10/22  21:32:00
62571         Log: Doc patch.
62572              
62573              Subject: [ID 19991128.002] \&{'foo'} not caught by strict refs
62574              From: rspier@pobox.com (Robert Spier)
62575              Date: Sun, 22 Oct 2000 15:24:32 -0400 (EDT)
62576              Message-ID: <14835.16112.13457.447971@rls.cx>
62577      Branch: perl
62578            ! lib/strict.pm
62579 ____________________________________________________________________________
62580 [  7404] By: jhi                                   on 2000/10/22  21:30:51
62581         Log: Subject: [PATCH] Re: [ID 20000121.007] XXX documentation in man ExtUtils::MakeMaker
62582              From: rspier@pobox.com (Robert Spier)
62583              Date: Sun, 22 Oct 2000 15:43:03 -0400 (EDT)
62584              Message-ID: <14835.17223.72448.705566@rls.cx>
62585      Branch: perl
62586            ! lib/ExtUtils/MakeMaker.pm
62587 ____________________________________________________________________________
62588 [  7403] By: jhi                                   on 2000/10/22  21:24:11
62589         Log: Subject: [PATCH bleadperl] ripples from constsub patch
62590              From: John Tobey <jtobey@john-edwin-tobey.org>
62591              Date: Sun, 22 Oct 2000 17:10:43 -0400 (EDT)
62592              Message-Id: <m13nSOB-000FObC@feynman.localnet>
62593      Branch: perl
62594            ! dump.c ext/B/B.pm ext/B/B.xs ext/B/B/Deparse.pm t/lib/b.t
62595 ____________________________________________________________________________
62596 [  7402] By: jhi                                   on 2000/10/22  20:59:35
62597         Log: Support s?printf parameter reordering.
62598      Branch: perl
62599            ! pod/perldelta.pod pod/perlfunc.pod sv.c t/op/sprintf.t
62600 ____________________________________________________________________________
62601 [  7401] By: jhi                                   on 2000/10/22  19:19:14
62602         Log: Expand %Config variables only if explicitly so requested
62603              during build time by PERL_BUILD_EXPAND_CONFIG_VARS.
62604              
62605              Subject: Re: PATCH $Config::Config{ldlibpthname} in ext/DynaLoader/DynaLoader_pm.PL
62606              From: Gurusamy Sarathy <gsar@ActiveState.com>
62607              Date: Sun, 22 Oct 2000 11:47:32 -0700
62608              Message-Id: <200010221847.LAA02167@smtp3.ActiveState.com>            
62609      Branch: perl
62610            ! Makefile.SH lib/lib_pm.PL
62611 ____________________________________________________________________________
62612 [  7400] By: jhi                                   on 2000/10/22  18:24:10
62613         Log: Move the #7390 test from warn/op to comp/redef.
62614              
62615              Subject: Re: Creating const subs for constants.
62616              From: John Tobey <jtobey@john-edwin-tobey.org>
62617              Date: Sun, 22 Oct 2000 04:04:12 -0400 (EDT)
62618              Message-Id: <m13nG72-000FObC@feynman.localnet>               
62619      Branch: perl
62620            ! t/comp/redef.t t/pragma/warn/op
62621 ____________________________________________________________________________
62622 [  7399] By: jhi                                   on 2000/10/22  17:49:59
62623         Log: Subject: PATCH $Config::Config{ldlibpthname} in ext/DynaLoader/DynaLoader_pm.PL
62624              From: Nicholas Clark <nick@ccl4.org>
62625              Date: Sat, 21 Oct 2000 22:23:19 +0100
62626              Message-ID: <20001021222319.B45586@plum.flirble.org>
62627      Branch: perl
62628            ! ext/DynaLoader/DynaLoader_pm.PL
62629 ____________________________________________________________________________
62630 [  7398] By: jhi                                   on 2000/10/22  17:47:35
62631         Log: Subject: [PATCH bleadperl] -MO=C falls over on package <none>
62632              From: Hugo <hv@crypt.compulink.co.uk>
62633              Date: Sat, 21 Oct 2000 18:19:59 +0100
62634              Message-Id: <200010211719.SAA02087@crypt.compulink.co.uk>
62635      Branch: perl
62636            ! ext/B/B.pm ext/B/B/C.pm
62637 ____________________________________________________________________________
62638 [  7397] By: jhi                                   on 2000/10/22  17:35:18
62639         Log: Subject: [ID 20001021.003] updated hints/openbsd.sh
62640              From: "Todd C. Miller" <Todd.Miller@courtesan.com>
62641              Date: Sat, 21 Oct 2000 13:55:50 -0600 (MDT)
62642              Message-Id: <200010211955.e9LJton24170@xerxes.courtesan.com>
62643      Branch: perl
62644            ! hints/openbsd.sh
62645 ____________________________________________________________________________
62646 [  7396] By: jhi                                   on 2000/10/22  17:19:46
62647         Log: Subject: installman go-faster stripes
62648              From: Nicholas Clark <nick@talking.bollo.cx>
62649              Date: Sat, 21 Oct 2000 17:24:53 +0100
62650              Message-ID: <20001021172452.A20371@Bagpuss.unfortu.net>
62651              
62652              Subject: Re: installman go-faster stripes
62653              From: Russ Allbery <rra@stanford.edu>
62654              Date: 21 Oct 2000 11:04:13 -0700
62655              Message-ID: <ylbswe5aw2.fsf@windlord.stanford.edu>
62656      Branch: perl
62657            ! installman pod/pod2man.PL
62658 ____________________________________________________________________________
62659 [  7395] By: jhi                                   on 2000/10/22  17:17:35
62660         Log: Hints tweak from Anton Berezin.
62661      Branch: perl
62662            ! hints/freebsd.sh
62663 ____________________________________________________________________________
62664 [  7394] By: jhi                                   on 2000/10/22  04:50:04
62665         Log: Tweak the Is* definitions of Unicode character classes
62666              to better match the official categorizations; embrace
62667              the official categorizations; add the combining marks
62668              as alpha (and -numeric); fix DCinital (a typo and edito)
62669              to be DCmedial.
62670      Branch: perl
62671            + lib/unicode/Is/DCmedial.pl
62672            - lib/unicode/Is/DCinital.pl
62673            ! MANIFEST lib/unicode/Is/Alnum.pl lib/unicode/Is/Alpha.pl
62674            ! lib/unicode/Is/Graph.pl lib/unicode/Is/Print.pl
62675            ! lib/unicode/Is/Punct.pl lib/unicode/Is/Space.pl
62676            ! lib/unicode/Is/Word.pl lib/unicode/mktables.PL
62677 ____________________________________________________________________________
62678 [  7393] By: jhi                                   on 2000/10/21  18:06:05
62679         Log: Subject: [PATCH@blead Tie/Array.pm] Re: [ID 20001020.002] Tie::Array SPLICE method is buggy
62680              From: Daniel Chetlin <daniel@chetlin.com>
62681              Date: Sat, 21 Oct 2000 02:57:03 -0700
62682              Message-ID: <20001021025703.A2115@darkstar.chetlin.org>
62683      Branch: perl
62684            + t/lib/tie-splice.t
62685            ! MANIFEST lib/Tie/Array.pm
62686 ____________________________________________________________________________
62687 [  7392] By: gsar                                  on 2000/10/21  18:05:15
62688         Log: resync utfperl branch with mainline
62689      Branch: utfperl
62690           !> (integrate 1760 files)
62691 ____________________________________________________________________________
62692 [  7391] By: jhi                                   on 2000/10/21  14:37:49
62693         Log: Testcases for a #7383,#7385 related bug.
62694              
62695              Subject: PATCH Re: [ID 20001020.006] "$2$utf8" == modification of read-only-variable
62696              From: Nicholas Clark <nick@ccl4.org>
62697              Date: Sat, 21 Oct 2000 15:04:51 +0100
62698              Message-ID: <20001021150451.A51566@plum.flirble.org>
62699      Branch: perl
62700            ! t/pragma/utf8.t
62701 ____________________________________________________________________________
62702 [  7390] By: jhi                                   on 2000/10/21  14:35:57
62703         Log: Add a testcase for #7389.
62704      Branch: perl
62705            ! t/pragma/warn/op
62706 ____________________________________________________________________________
62707 [  7389] By: jhi                                   on 2000/10/21  14:26:45
62708         Log: Subject: Re: Creating const subs for constants.
62709              From: John Tobey <jtobey@john-edwin-tobey.org>
62710              Date: Fri, 20 Oct 2000 22:03:27 -0400 (EDT)
62711              Message-Id: <m13mo0N-000FObC@feynman.localnet>
62712      Branch: perl
62713            ! cv.h embed.h embed.pl objXSUB.h op.c perlapi.c pod/perlapi.pod
62714            ! proto.h sv.c
62715 ____________________________________________________________________________
62716 [  7388] By: nick                                  on 2000/10/21  11:44:23
62717         Log: Populate perlio branch
62718      Branch: perlio
62719           +> (branch 1760 files)
62720 ____________________________________________________________________________
62721 [  7387] By: nick                                  on 2000/10/21  10:52:05
62722         Log: Get branch back as replica of mainline via :
62723              p4 integrate -b utfperl
62724              p4 resolve -at ./...
62725      Branch: utfperl
62726           +> (branch 269 files)
62727            - Todo-5.005 eg/ADB eg/README eg/cgi/RunMeFirst
62728            - eg/cgi/caution.xbm eg/cgi/clickable_image.cgi
62729            - eg/cgi/cookie.cgi eg/cgi/crash.cgi eg/cgi/customize.cgi
62730            - eg/cgi/diff_upload.cgi eg/cgi/dna_small_gif.uu
62731            - eg/cgi/file_upload.cgi eg/cgi/frameset.cgi eg/cgi/index.html
62732            - eg/cgi/internal_links.cgi eg/cgi/javascript.cgi
62733            - eg/cgi/monty.cgi eg/cgi/multiple_forms.cgi
62734            - eg/cgi/nph-clock.cgi eg/cgi/nph-multipart.cgi eg/cgi/popup.cgi
62735            - eg/cgi/save_state.cgi eg/cgi/tryit.cgi eg/cgi/wilogo_gif.uu
62736            - eg/changes eg/client eg/down eg/dus eg/findcp eg/findtar
62737            - eg/g/gcp eg/g/gcp.man eg/g/ged eg/g/ghosts eg/g/gsh
62738            - eg/g/gsh.man eg/muck eg/muck.man eg/myrup eg/nih eg/relink
62739            - eg/rename eg/rmfrom eg/scan/scan_df eg/scan/scan_last
62740            - eg/scan/scan_messages eg/scan/scan_passwd eg/scan/scan_ps
62741            - eg/scan/scan_sudo eg/scan/scan_suid eg/scan/scanner eg/server
62742            - eg/shmkill eg/sysvipc/README eg/sysvipc/ipcmsg
62743            - eg/sysvipc/ipcsem eg/sysvipc/ipcshm eg/travesty eg/unuc
62744            - eg/uudecode eg/van/empty eg/van/unvanish eg/van/vanexp
62745            - eg/van/vanish eg/who eg/wrapsuid epoc/Config.pm
62746            - epoc/autosplit.pl epoc/config.h epoc/perl.mmp epoc/perl.pkg
62747            - ext/DynaLoader/dl_rhapsody.xs lib/Sys/Hostname.pm
62748            - lib/Sys/Syslog.pm lib/byte.pm lib/byte_heavy.pl lib/caller.pm
62749            - lib/chat2.pl lib/lib.pm lib/unicode/Eq/Latin1.pl
62750            - lib/unicode/Eq/Unicode.pl lib/unicode/Props.txt
62751            - lib/unicode/UCD300.html lib/unicode/Unicode.300
62752            - lib/unicode/Unicode3.html os2/POSIX.mkfifo pod/Makefile
62753            - pod/Win32.pod pod/buildtoc t/lib/thread.t t/op/64bit.t
62754            - t/op/nothread.t utils/perlbc.PL vms/subconfigure.com
62755            - win32/PerlCRT.def win32/gstartup.c win32/oldnames.def
62756           !> (integrate 965 files)
62757 ____________________________________________________________________________
62758 [  7386] By: jhi                                   on 2000/10/21  01:31:12
62759         Log: Update Changes.
62760      Branch: perl
62761            ! Changes patchlevel.h
62762 ____________________________________________________________________________
62763 [  7385] By: jhi                                   on 2000/10/21  01:28:42
62764         Log: The #7383 was right only in the context of the original bug report,
62765              not in more general case.
62766      Branch: perl
62767            ! pp_hot.c
62768 ____________________________________________________________________________
62769 [  7384] By: jhi                                   on 2000/10/21  01:08:23
62770         Log: Fix for ID 20000915.011, IO::Select warning for an undefined fd.
62771      Branch: perl
62772            ! ext/IO/lib/IO/Select.pm
62773 ____________________________________________________________________________
62774 [  7383] By: jhi                                   on 2000/10/21  00:44:18
62775         Log: Fix for ID 20001020.006, concatenating an unset submatch
62776              with utf8 resulted in "Modification of a read-only value".
62777      Branch: perl
62778            ! pp_hot.c t/pragma/utf8.t
62779 ____________________________________________________________________________
62780 [  7382] By: jhi                                   on 2000/10/20  20:44:31
62781         Log: Make scan_num() reëntrant, as suggested in
62782              
62783              Subject: [PATCH perl@7229] Rentrant parser and yylex()
62784              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
62785              Date: Fri, 20 Oct 2000 14:17:27 +0100
62786              Message-ID: <5930DC161690D211966700902715754702DA09CD@madt009a.siemens.es>
62787      Branch: perl
62788            ! embed.h embed.pl objXSUB.h perlapi.c perly.c perly.y proto.h
62789            ! toke.c
62790 ____________________________________________________________________________
62791 [  7381] By: jhi                                   on 2000/10/20  20:07:29
62792         Log: Reëntrancy fix.
62793              
62794              Subject: [PATCH perl@7229] Rentrant parser and yylex()
62795              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
62796              Date: Fri, 20 Oct 2000 14:17:27 +0100
62797              Message-ID: <5930DC161690D211966700902715754702DA09CD@madt009a.siemens.es>
62798      Branch: perl
62799            ! embed.h embed.pl perl.h proto.h toke.c
62800 ____________________________________________________________________________
62801 [  7380] By: jhi                                   on 2000/10/20  19:15:54
62802         Log: Don't write double values through long double pointers,
62803              based on a part of
62804              
62805              Subject: [ID 20001016.017] [jens: 5.7.0 Solaris 8, 64 Bit, Workshop 6.0 Compiler]
62806              From: Jens Hamisch <jens@Strawberry.COM>
62807              Date: Tue, 17 Oct 2000 08:39:36 +0200
62808              Message-Id: <20001017083936.A11104@Strawberry.COM>
62809      Branch: perl
62810            ! perl.h pp.c
62811 ____________________________________________________________________________
62812 [  7379] By: jhi                                   on 2000/10/20  18:43:37
62813         Log: Portability tweak on #7377.
62814              
62815              Subject:  Re: [nick@cow.org.uk: [ID 20001020.004] Not OK: perl v5.7.0 +DEVEL7368 on i386-freebsd-64all 4.1-stable (UNINSTALLED)]
62816              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
62817              Date:     Fri, 20 Oct 2000 13:13:41 EDT
62818              Message-Id: <001020131216.3b141@DUPHY4.Physics.Drexel.Edu>
62819      Branch: perl
62820            ! t/lib/dprof.t
62821 ____________________________________________________________________________
62822 [  7378] By: jhi                                   on 2000/10/20  12:57:19
62823         Log: SOCKS function redefinitions need prototypes, too, otherwise
62824              for example 32 bit versus 64 bit differences cause a lot of
62825              problems.  Part of
62826              
62827              Subject: [ID 20001016.017] [jens: 5.7.0 Solaris 8, 64 Bit, Workshop 6.0 Compiler]
62828              From: Jens Hamisch <jens@Strawberry.COM>
62829              Date: Tue, 17 Oct 2000 08:39:36 +0200
62830              Message-Id: <20001017083936.A11104@Strawberry.COM>
62831      Branch: perl
62832            ! doio.c pp_sys.c
62833 ____________________________________________________________________________
62834 [  7377] By: jhi                                   on 2000/10/20  12:37:12
62835         Log: Subject:  [PATCH] Perl 5.6.0/5.7.0 enable DProf test for VMS
62836              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
62837              Date:     Fri, 20 Oct 2000 08:26:04 EDT
62838              Message-Id: <001020074851.3751a@DUPHY4.Physics.Drexel.Edu>
62839      Branch: perl
62840            ! configure.com t/lib/dprof.t t/lib/dprof/V.pm vms/test.com
62841 ____________________________________________________________________________
62842 [  7376] By: jhi                                   on 2000/10/20  12:35:31
62843         Log: Subject:  [PATCH] Perl 5.6.0/5.7.0, vms/gen_shrfls.pl update
62844              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
62845              Date:     Fri, 20 Oct 2000 07:48:15 EDT
62846              Message-Id: <001020074423.39b82@DUPHY4.Physics.Drexel.Edu>
62847      Branch: perl
62848            ! configure.com vms/gen_shrfls.pl
62849 ____________________________________________________________________________
62850 [  7375] By: bailey                                on 2000/10/20  04:44:37
62851         Log: SYN SYN
62852      Branch: vmsperl
62853           +> (branch 134 files)
62854            - eg/ADB eg/README eg/cgi/RunMeFirst eg/cgi/caution.xbm
62855            - eg/cgi/clickable_image.cgi eg/cgi/cookie.cgi eg/cgi/crash.cgi
62856            - eg/cgi/customize.cgi eg/cgi/diff_upload.cgi
62857            - eg/cgi/dna_small_gif.uu eg/cgi/file_upload.cgi
62858            - eg/cgi/frameset.cgi eg/cgi/index.html
62859            - eg/cgi/internal_links.cgi eg/cgi/javascript.cgi
62860            - eg/cgi/monty.cgi eg/cgi/multiple_forms.cgi
62861            - eg/cgi/nph-clock.cgi eg/cgi/nph-multipart.cgi eg/cgi/popup.cgi
62862            - eg/cgi/save_state.cgi eg/cgi/tryit.cgi eg/cgi/wilogo_gif.uu
62863            - eg/changes eg/client eg/down eg/dus eg/findcp eg/findtar
62864            - eg/g/gcp eg/g/gcp.man eg/g/ged eg/g/ghosts eg/g/gsh
62865            - eg/g/gsh.man eg/muck eg/muck.man eg/myrup eg/nih eg/relink
62866            - eg/rename eg/rmfrom eg/scan/scan_df eg/scan/scan_last
62867            - eg/scan/scan_messages eg/scan/scan_passwd eg/scan/scan_ps
62868            - eg/scan/scan_sudo eg/scan/scan_suid eg/scan/scanner eg/server
62869            - eg/shmkill eg/sysvipc/README eg/sysvipc/ipcmsg
62870            - eg/sysvipc/ipcsem eg/sysvipc/ipcshm eg/travesty eg/unuc
62871            - eg/uudecode eg/van/empty eg/van/unvanish eg/van/vanexp
62872            - eg/van/vanish eg/who eg/wrapsuid lib/chat2.pl
62873            - lib/unicode/Props.txt lib/unicode/UCD300.html
62874            - lib/unicode/Unicode.300 lib/unicode/Unicode3.html
62875            - utils/perlbc.PL vms/subconfigure.com
62876           !> (integrate 785 files)
62877 ____________________________________________________________________________
62878 [  7374] By: jhi                                   on 2000/10/20  00:59:48
62879         Log: In the latest compiler builds cccdlflags must not become -fpic,
62880              from Wilfredo Sánchez.
62881      Branch: perl
62882            ! hints/darwin.sh
62883 ____________________________________________________________________________
62884 [  7373] By: jhi                                   on 2000/10/20  00:56:35
62885         Log: Subject: PATCH CR+LF should be "\cM\cJ" in perlop
62886              From: Tony Cook <tony@develop-help.com>
62887              Date: Fri, 20 Oct 2000 07:29:15 +1100 (EST)
62888              Message-ID: <Pine.LNX.4.10.10010200725530.12682-100000@develop-help.com>
62889      Branch: perl
62890            ! pod/perlop.pod
62891 ____________________________________________________________________________
62892 [  7372] By: jhi                                   on 2000/10/19  19:34:40
62893         Log: Typo noted by Mark Lutz.
62894      Branch: perl
62895            ! t/op/64bitint.t
62896 ____________________________________________________________________________
62897 [  7371] By: jhi                                   on 2000/10/19  19:33:13
62898         Log: NonStop-UX patches from Tom Bates <tom.bates@compaq.com>
62899      Branch: metaconfig
62900            ! U/modified/Cppsym.U U/modified/Oldconfig.U
62901      Branch: metaconfig/U/perl
62902            ! End.U dlsrc.U libperl.U
62903      Branch: perl
62904            + hints/nonstopux.sh
62905            ! Configure MANIFEST config_h.SH
62906 ____________________________________________________________________________
62907 [  7370] By: jhi                                   on 2000/10/19  17:18:08
62908         Log: Subject: PATCH do_print has 2 PerlIO_error()s
62909              From: nick@ccl4.org
62910              Date: Thu, 19 Oct 2000 18:09:20 +0100
62911              Message-ID: <20001019180920.A8440@babyhippo.co.uk>
62912      Branch: perl
62913            ! doio.c
62914 ____________________________________________________________________________
62915 [  7369] By: jhi                                   on 2000/10/19  14:01:49
62916         Log: Update Changes.
62917      Branch: perl
62918            ! Changes patchlevel.h
62919 ____________________________________________________________________________
62920 [  7368] By: jhi                                   on 2000/10/19  13:04:29
62921         Log: Subject: Re: [ID 20001013.008] perl 5.6.0 on AIX w/GCC
62922              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
62923              Date: Wed, 18 Oct 2000 13:12:01 +0200
62924              Message-Id: <20001018131021.F844.H.M.BRAND@hccnet.nl>
62925      Branch: perl
62926            ! hints/aix.sh
62927 ____________________________________________________________________________
62928 [  7367] By: jhi                                   on 2000/10/19  02:22:40
62929         Log: Fix of sorts for bug id 20000901.092.  There seems to be no trace
62930              of a 'pmshort' anywhere in the B, so the offending line was simply
62931              removed.
62932      Branch: perl
62933            ! ext/B/B/Debug.pm
62934 ____________________________________________________________________________
62935 [  7366] By: jhi                                   on 2000/10/19  02:12:37
62936         Log: Add the test case for the bug id 20000730.004 which seems
62937              to have been fixed by now.
62938      Branch: perl
62939            ! t/pragma/utf8.t
62940 ____________________________________________________________________________
62941 [  7365] By: jhi                                   on 2000/10/18  23:36:24
62942         Log: Subject: [PATCH 5.7.0] Re: [ID 20001018.008] flip-flop bug when there's no <FH> 
62943              From: Hugo <hv@crypt.compulink.co.uk>
62944              Date: Wed, 18 Oct 2000 23:25:58 +0100
62945              Message-Id: <200010182225.XAA20330@crypt.compulink.co.uk>
62946      Branch: perl
62947            ! pp_ctl.c pp_hot.c t/op/flip.t t/pragma/warn/pp_hot
62948 ____________________________________________________________________________
62949 [  7364] By: jhi                                   on 2000/10/18  21:12:53
62950         Log: (retracted)
62951      Branch: perl
62952            ! pp.c
62953 ____________________________________________________________________________
62954 [  7363] By: jhi                                   on 2000/10/18  20:55:38
62955         Log: Missing change from #7362.
62956      Branch: perl
62957            ! win32/perlhost.h
62958 ____________________________________________________________________________
62959 [  7362] By: jhi                                   on 2000/10/18  20:52:01
62960         Log: Borland C fstat() never saw the fd as writable.
62961              
62962              Subject: fix for Borland's weak "stat" (perl@7211)
62963              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
62964              Date: Mon, 16 Oct 2000 09:55:03 +0400
62965              Message-ID: <402099F49BEED211999700805FC7359F7C0E40@ru0028exch01.spb.lucent.com>
62966      Branch: perl
62967            ! win32/win32.c
62968 ____________________________________________________________________________
62969 [  7361] By: jhi                                   on 2000/10/18  17:43:50
62970         Log: Regen toc.
62971      Branch: perl
62972            ! pod/buildtoc.PL pod/perl.pod pod/perlport.pod pod/perltoc.pod
62973 ____________________________________________________________________________
62974 [  7360] By: jhi                                   on 2000/10/18  17:07:44
62975         Log: From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
62976              Subject: Re: [ID 20001013.008] perl 5.6.0 on AIX 4.3.2 w/GCC 2.95.2
62977              Message-Id: <20001016151837.9977.H.M.BRAND@hccnet.nl>
62978              Date: Mon, 16 Oct 2000 15:19:49 +0200
62979      Branch: perl
62980            + README.aix
62981            ! MANIFEST
62982 ____________________________________________________________________________
62983 [  7359] By: jhi                                   on 2000/10/18  17:04:49
62984         Log: Subject: Pod patch for Devel::Peek
62985              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
62986              Message-Id: <20001016121252.996B.H.M.BRAND@hccnet.nl>
62987              Date: Mon, 16 Oct 2000 12:26:34 +0200
62988      Branch: perl
62989            ! ext/Devel/Peek/Peek.pm
62990 ____________________________________________________________________________
62991 [  7358] By: jhi                                   on 2000/10/18  17:03:15
62992         Log: Make Cwd more bulletproof in chrooted environments.
62993              
62994              Subject: [ID 20001018.001] Fix for Cwd.pm (chroot)
62995              From: "Eric E. Coe" <Eric.Coe@oracle.com>
62996              Date: Wed, 18 Oct 2000 04:03:54 -0400
62997              Message-Id: <39ED596A.70E599FE@oracle.com>
62998      Branch: perl
62999            ! lib/Cwd.pm
63000 ____________________________________________________________________________
63001 [  7357] By: jhi                                   on 2000/10/18  16:37:26
63002         Log: Disable the UTF8 downgrade croakage for now to avoid
63003              too many not okay messages.
63004      Branch: perl
63005            ! doio.c
63006 ____________________________________________________________________________
63007 [  7356] By: jhi                                   on 2000/10/17  23:29:41
63008         Log: Show the failed remote port, instead of the failing line number.
63009              
63010              Subject: [PATCH 5.6.1 Debugger] More diagnostics
63011              From: David Sparks <daves@ActiveState.com>
63012              Date: Tue, 17 Oct 2000 15:00:24 -0700
63013              Message-Id: <5.0.0.25.0.20001017144037.02551e10@pop3>
63014      Branch: perl
63015            ! lib/perl5db.pl
63016 ____________________________________________________________________________
63017 [  7355] By: jhi                                   on 2000/10/17  14:11:31
63018         Log: On output try to downgrade to bytes, croak if impossible,
63019              from Simon Cozens.  This means that outputting >255 UTF8
63020              is impossible.  Consider this as a strong incentive to get
63021              the I/O disciplines implemented.
63022      Branch: perl
63023            ! doio.c pod/perldiag.pod sv.c
63024 ____________________________________________________________________________
63025 [  7354] By: jhi                                   on 2000/10/17  13:42:23
63026         Log: Clarify documentation on 'use bytes'.
63027              
63028              Subject: Re: What does 'use bytes' "mean" ?
63029              From: Simon Cozens <simon@cozens.net>
63030              Date: Mon, 18 Sep 2000 18:24:25 +0100
63031              Message-ID: <20000918182425.A26765@deep-dark-truthful-mirror.perlhacker.org>
63032      Branch: perl
63033            ! lib/bytes.pm
63034 ____________________________________________________________________________
63035 [  7353] By: jhi                                   on 2000/10/17  13:28:12
63036         Log: Workaround for a sfio bug where the stream error indicator
63037              is not cleared as documented.
63038              
63039              Subject: PATCH (was Re: [ID 20001016.007] Not OK: perl v5.7.0 +DEVEL7228 on i586-linux 2.2.16 (UNINSTALLED))
63040              From: Nicholas Clark <nick@ccl4.org>
63041              Date: Mon, 16 Oct 2000 18:28:23 +0100
63042              Message-ID: <20001016182823.J19700@plum.flirble.org>
63043      Branch: perl
63044            ! doio.c
63045 ____________________________________________________________________________
63046 [  7352] By: jhi                                   on 2000/10/17  13:06:19
63047         Log: More IoTYPE sprinkling.
63048      Branch: perl
63049            ! doio.c pp_hot.c
63050 ____________________________________________________________________________
63051 [  7351] By: jhi                                   on 2000/10/16  22:47:07
63052         Log: Detect early whether the std streams have gone bad.
63053              
63054              Subject: PATCH (was Re: [ID 20001016.007] Not OK: perl v5.7.0 +DEVEL7228 on i586-linux 2.2.16 (UNINSTALLED))
63055              Date: Mon, 16 Oct 2000 23:28:42 +0100
63056              From: Nicholas Clark <nick@ccl4.org>
63057              Message-ID: <20001016232842.A37942@plum.flirble.org>
63058      Branch: perl
63059            ! t/op/misc.t
63060 ____________________________________________________________________________
63061 [  7350] By: jhi                                   on 2000/10/16  22:45:16
63062         Log: Subject: [ID 20001016.012] [PATCHes Included]OK: perl v5.7.0 on dos-djgpp djgpp
63063              From: "Peter J. Farley III" <pjfarley@banet.net>
63064              Date: Mon, 16 Oct 2000 18:15:59 -0400
63065              Message-Id: <4.3.1.0.20001016180235.00ac65a0@pop5.banet.net>
63066      Branch: perl
63067            ! djgpp/djgpp.c dosish.h t/io/open.t
63068 ____________________________________________________________________________
63069 [  7349] By: jhi                                   on 2000/10/16  22:36:45
63070         Log: perldelta tweak.
63071      Branch: perl
63072            ! pod/perldelta.pod
63073 ____________________________________________________________________________
63074 [  7348] By: jhi                                   on 2000/10/16  15:17:53
63075         Log: Update Changes.
63076      Branch: perl
63077            ! Changes patchlevel.h
63078 ____________________________________________________________________________
63079 [  7347] By: jhi                                   on 2000/10/16  13:55:27
63080         Log: Add the capability to include/exclude branches.
63081      Branch: perl
63082            ! Porting/genlog
63083 ____________________________________________________________________________
63084 [  7346] By: jhi                                   on 2000/10/16  13:18:04
63085         Log: Add Charles Lane.
63086      Branch: perl
63087            ! AUTHORS Changes
63088 ____________________________________________________________________________
63089 [  7345] By: jhi                                   on 2000/10/16  13:13:21
63090         Log: Add a perldelta note about the change #6024, pointed out by Sarathy.
63091      Branch: perl
63092            ! pod/perldelta.pod
63093 ____________________________________________________________________________
63094 [  7344] By: gsar                                  on 2000/10/16  09:30:21
63095         Log: integrate change#6220 from cfgperl
63096              
63097              Win32 patches from Benjamin Stuhl.
63098      Branch: maint-5.6/perl
63099           !> makedef.pl win32/win32.h
63100 ____________________________________________________________________________
63101 [  7343] By: gsar                                  on 2000/10/16  08:32:19
63102         Log: integrate changes#6221,6222 from cfgperl
63103              
63104              Remove tr///CU (the feature is to be obsoleted by better interfaces).
63105              From: simon@brecon.co.uk (Simon Cozens)
63106              Subject: [PATCH] Eliminate tr///[CU][CU]
63107              Date: 23 Jun 2000 11:05:40 GMT
63108              Message-ID: <slrn8l6h44.h5k.simon@justanother.perlhacker.org>
63109              
63110              doc typo fix
63111              Subject: [PATCH] documentation typo in lib/Pod/Usage.pm
63112              From: Ian Phillipps <Ian.Phillipps@iname.com>
63113              Date: Fri, 23 Jun 2000 10:40:58 +0100
63114              Message-ID: <20000623104058.A22791@homer.diplex.co.uk>
63115      Branch: maint-5.6/perl
63116           !> doop.c embed.pl lib/Pod/Usage.pm pod/perlop.pod toke.c utf8.c
63117 ____________________________________________________________________________
63118 [  7342] By: gsar                                  on 2000/10/16  08:28:08
63119         Log: integrate change#6217 from cfgperl (in part)
63120              
63121              Rename the fdpid locking and integrate with Sarathy.
63122      Branch: maint-5.6/perl
63123           !> Configure config_h.SH doio.c embed.h embed.pl embedvar.h
63124           !> global.sym gv.c intrpvar.h objXSUB.h perl.c perlapi.h pp.c
63125           !> pp_ctl.c proto.h sv.h util.c util.h vmesa/vmesa.c
63126           !> win32/win32.c
63127 ____________________________________________________________________________
63128 [  7341] By: gsar                                  on 2000/10/16  08:23:39
63129         Log: integrate changes#6214..6216 from mainline
63130              
63131              @_ can't have junk in it even in the non-USE_ITHREADS case because
63132              caller() wants to populate @DB::args with it (causes a coredump
63133              in Carp::confess())
63134              
63135              tweak comment about @DB::args
63136              
63137              be more optimal about clearing @_
63138      Branch: maint-5.6/perl
63139           !> av.h cop.h pp_ctl.c t/op/runlevel.t
63140 ____________________________________________________________________________
63141 [  7340] By: gsar                                  on 2000/10/16  08:20:37
63142         Log: integrate changes#6207..6210 from cfgperl
63143              
63144              Subject: [PATCH 5.6.0] Threadsafe patches
63145              From: Dan Sugalski <dan@sidhe.org>
63146              To: perl5-porters@perl.org
63147              Date: Mon, 08 May 2000 18:08:13 -0400
63148              Message-Id: <4.3.1.0.20000508180729.02182de0@24.8.96.48>
63149              
63150              Regen headers for #6207.
63151              
63152              Lock PL_fdpid against race conditions, based on:
63153              Subject: [PATCH 5.6.0]subprocess fixup for threads
63154              From: Dan Sugalski <dan@sidhe.org>
63155              To: perl5-porters@perl.org
63156              Date: Tue, 11 Apr 2000 17:02:32 -0400
63157              Message-Id: <4.3.0.20000411170218.01d2f580@24.8.96.48>
63158              
63159              Mopup for #6207 and #6209.
63160      Branch: maint-5.6/perl
63161           !> doio.c embed.h embed.pl global.sym gv.c intrpvar.h objXSUB.h
63162           !> perl.c pp.c pp_ctl.c proto.h sv.h util.c vmesa/vmesa.c
63163           !> win32/win32.c
63164 ____________________________________________________________________________
63165 [  7339] By: gsar                                  on 2000/10/16  08:14:34
63166         Log: integrate change#6203 from cfgperl
63167              
63168              perldiag should refer to perlos2.pod not README.os2
63169      Branch: maint-5.6/perl
63170           !> pod/perldiag.pod
63171 ____________________________________________________________________________
63172 [  7338] By: gsar                                  on 2000/10/16  08:11:42
63173         Log: integrate change#6201 from mainline
63174              
63175              Perl_eval_pv() leaks 4 bytes every time it is called because it
63176              does a PUSHMARK that's never ever POPMARKed; in general, only
63177              Perl_call_[sp]v() need a PUSHMARK for incoming arguments;
63178              Perl_eval_[sp]v() don't because they don't take any incoming
63179              arguments (this leak has been around since the original version
63180              of perl_eval_pv() in 5.003_97e)
63181      Branch: maint-5.6/perl
63182           !> perl.c
63183 ____________________________________________________________________________
63184 [  7337] By: gsar                                  on 2000/10/16  08:08:47
63185         Log: integrate changes#6197..6200 from cfgperl
63186              
63187              Subject: [ID 20000602.005] [PATCH]5.6.0 (DOC) tiny change to perlsyn.pod
63188              From: John Borwick <jhborwic@unity.ncsu.edu>
63189              Date: Fri, 2 Jun 2000 14:35:03 -0400 (EDT)
63190              Message-Id: <Pine.GSO.4.21.0006021420290.11432-100000@eos00du.eos.ncsu.edu>
63191              
63192              Subject: [PATCH 5.6.0]VMS fixups so we can build with MULTIPLICITY
63193              From: Dan Sugalski <dan@sidhe.org>
63194              To: vmsperl@perl.org, perl5-porters@perl.org
63195              Date: Fri, 02 Jun 2000 16:00:41 -0400
63196              Message-Id: <4.3.2.7.0.20000602155951.01f02b20@24.8.96.48>
63197              Message-Id: <4.3.2.7.0.20000602164011.01ec8c30@24.8.96.48>
63198              
63199              Subject: [PATCH 5.6.0]Make perl's malloc work on VMS
63200              From: Dan Sugalski <dan@sidhe.org>
63201              To: perl5-porters@perl.org, vmsperl@perl.org
63202              Date: Fri, 02 Jun 2000 17:30:51 -0400
63203              Message-Id: <4.3.2.7.0.20000602173021.01f03570@24.8.96.48>
63204              
63205              Update to cperl-mode.el 4.31 from
63206              ftp://ftp.math.ohio-state.edu/pub/users/ilya/cperl-mode.el
63207              Subject: A couple of notes
63208              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
63209              To: Mailing list Perl5 <perl5-porters@perl.org>
63210              Date: Sat, 3 Jun 2000 23:33:32 -0400
63211              Message-ID: <20000603233332.A6790@monk.mps.ohio-state.edu>
63212      Branch: maint-5.6/perl
63213           !> emacs/cperl-mode.el embed.h embed.pl embedvar.h
63214           !> ext/POSIX/POSIX.xs global.sym objXSUB.h perlapi.c perlapi.h
63215           !> pod/perlapi.pod pod/perlintern.pod pod/perlsyn.pod proto.h
63216           !> vms/descrip_mms.template vms/gen_shrfls.pl vms/vms.c
63217           !> vms/vmsish.h
63218 ____________________________________________________________________________
63219 [  7336] By: gsar                                  on 2000/10/16  08:03:46
63220         Log: integrate changes#6194,6195 from mainline
63221              
63222              fix small eval"" memory leaks under USE_ITHREADS
63223              
63224              fix yet another eval"" leak under USE_ITHREADS
63225      Branch: maint-5.6/perl
63226           !> cop.h embed.h embed.pl objXSUB.h op.c perl.c perlapi.c perly.c
63227           !> perly_c.diff pp_ctl.c proto.h scope.c scope.h sv.c toke.c
63228           !> vms/perly_c.vms
63229 ____________________________________________________________________________
63230 [  7335] By: gsar                                  on 2000/10/16  08:02:15
63231         Log: integrate changes#6190,6191 from mainline
63232              
63233              submit missing embed.pl change
63234              
63235              vec() loses numericalness (modified version of patch suggested
63236              by Robin Barker)
63237      Branch: maint-5.6/perl
63238           !> doop.c embed.pl t/op/vec.t
63239 ____________________________________________________________________________
63240 [  7334] By: gsar                                  on 2000/10/16  08:01:03
63241         Log: integrate change#6189 from mainline
63242              
63243              counting tr/// corrupts later operation (from M.J.T Guy)
63244      Branch: maint-5.6/perl
63245           !> doop.c t/op/tr.t
63246 ____________________________________________________________________________
63247 [  7333] By: gsar                                  on 2000/10/16  07:59:07
63248         Log: integrate changes#6183..6188 from mainline
63249              
63250              SelfLoader can lose $@ in AUTOLOAD() (from Nicholas Clark
63251              <nick@ccl4.org>)
63252              
63253              tweak for change#6127
63254              
63255              remove incorrect documentation about implicit split to @_ in
63256              list context, which never really worked in perl 5 (from
63257              M.J.T. Guy)
63258              
63259              further qualify references to "alphanumeric" (from Wolfgang Laun
63260              <wolfgang.laun@alcatel.at>)
63261              
63262              replace pod2latex with the one in Pod-LaTeX v0.52 from CPAN
63263              (from Tim Jenness <t.jenness@jach.hawaii.edu>)
63264              
63265              h2xs tweaks
63266      Branch: maint-5.6/perl
63267           +> lib/Pod/LaTeX.pm t/lib/selfloader.t
63268           !> AUTHORS MAINTAIN MANIFEST ext/Devel/Peek/Peek.pm handy.h
63269           !> lib/SelfLoader.pm perl.c pod/perlapi.pod pod/perldata.pod
63270           !> pod/perlfaq6.pod pod/perlfaq9.pod pod/perlfunc.pod
63271           !> pod/perllocale.pod pod/perlre.pod pod/perltrap.pod
63272           !> pod/pod2latex.PL utils/h2xs.PL
63273 ____________________________________________________________________________
63274 [  7332] By: gsar                                  on 2000/10/16  07:53:52
63275         Log: integrate change#6179 from mainline
63276              
63277              buggy modulus on UVs introduced by change#3378 (resulted in
63278              4063328477 % 65535 amounting to 27406, instead of 27407)
63279      Branch: maint-5.6/perl
63280           !> pp.c t/op/arith.t
63281 ____________________________________________________________________________
63282 [  7331] By: gsar                                  on 2000/10/16  07:52:49
63283         Log: integrate changes#6176,6177,6178,6182 from cfgperl
63284              
63285              Single-quoted utf8 patch from Simon Cozens.
63286              
63287              Substitution utf8 patch from Simon Cozens.
63288              
63289              Be cleaner.
63290              
63291              Be Cleaner Part Deux.
63292      Branch: maint-5.6/perl
63293           !> Makefile.SH pp_hot.c toke.c
63294 ____________________________________________________________________________
63295 [  7330] By: gsar                                  on 2000/10/16  07:41:36
63296         Log: integrate change#6172 from mainline
63297              
63298              fix buggy multiline matching of C<"a\nxb\n" =~ /(?!\A)x/m>
63299              (from Ilya Zakharevich)
63300      Branch: maint-5.6/perl
63301           !> regexec.c t/op/re_tests
63302 ____________________________________________________________________________
63303 [  7329] By: gsar                                  on 2000/10/16  07:40:25
63304         Log: integrate change#6171 from mainline
63305              
63306              scalar() doesn't force scalar context when used in void context
63307              (from Simon Cozens)
63308      Branch: maint-5.6/perl
63309           !> op.c t/op/wantarray.t
63310 ____________________________________________________________________________
63311 [  7328] By: gsar                                  on 2000/10/16  07:39:33
63312         Log: integrate change#6170 from mainline
63313              
63314              change#6142 needs tweaks to tests to work where there's no
63315              symlink() (from Helmut Jarausch <jarausch@igpm.rwth-aachen.de>)
63316      Branch: maint-5.6/perl
63317           !> t/lib/filefind.t
63318 ____________________________________________________________________________
63319 [  7327] By: gsar                                  on 2000/10/16  07:35:34
63320         Log: integrate changes#6166..6168 from cfgperl
63321              
63322              Introduce HAS_GETESPWNAM, HAS_GETPRPWNAM, and I_PROT
63323              in case somebody wants to write an extension for more
63324              shadow database interfaces.
63325              
63326              tweak todo
63327              
63328              Tweak NV_PRESERVES_UV*, vms/subconfigure.com left untouched.
63329      Branch: maint-5.6/perl
63330           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
63331           !> Todo-5.6 config_h.SH epoc/config.sh perl.h pp_sys.c toke.c
63332           !> vms/subconfigure.com vos/config.def vos/config.h vos/config.pl
63333           !> vos/config_h.SH_orig win32/config.bc win32/config.gc
63334           !> win32/config.vc win32/config_H.bc win32/config_H.gc
63335           !> win32/config_H.vc win32/config_h.PL win32/config_sh.PL
63336 ____________________________________________________________________________
63337 [  7326] By: gsar                                  on 2000/10/16  07:29:05
63338         Log: integrate changes#6157,6159..6161,6164 from cfgperl
63339              
63340              Regen Configure to jive with #6149.
63341              
63342              Upgrade to File::Temp 0.08 from Tim Jenness via CPAN.
63343              
63344              Changes for the File::Temp 0.08 (change #6159) test suite
63345              to fit better into the Perl distribution test framework.
63346              
63347              Add autogeneration of perlmodlib.pod and the new perlnewmod.pod,
63348              both from Simon Cozens.
63349              
63350              detypo
63351      Branch: maint-5.6/perl
63352           +> pod/perlmodlib.PL pod/perlnewmod.pod
63353           !> AUTHORS Configure MAINTAIN MANIFEST config_h.SH
63354           !> lib/File/Temp.pm pod/Makefile pod/perl.pod pod/perlmodlib.pod
63355           !> pod/perltoc.pod t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
63356           !> t/lib/ftmp-security.t t/lib/ftmp-tempfile.t
63357 ____________________________________________________________________________
63358 [  7325] By: gsar                                  on 2000/10/16  07:25:13
63359         Log: integrate change#6158 from vmsperl
63360              
63361              Add fallback to tmpfile for use in cases where user's relying on
63362              ACLs on SYS$SCRATCH to permit file creation. (based on Charles
63363              Lane's patch)
63364      Branch: maint-5.6/perl
63365           !> vms/vms.c vms/vmsish.h
63366 ____________________________________________________________________________
63367 [  7324] By: gsar                                  on 2000/10/16  07:20:50
63368         Log: integrate changes#6153..6155 from mainline
63369              
63370              prettier Test::Harness output on failed tests (from Nicholas Clark
63371              <nick@Bagpuss.uk.boo.com>)
63372              
63373              avoid type mismatch warning
63374              
63375              small bug in change#6144; remove random \xA0 character that snuck
63376              in via change#6145
63377      Branch: maint-5.6/perl
63378           !> lib/AutoSplit.pm lib/ExtUtils/xsubpp lib/Test/Harness.pm
63379           !> perl.c
63380 ____________________________________________________________________________
63381 [  7323] By: gsar                                  on 2000/10/16  07:18:47
63382         Log: integrate changes#6151,6152 from mainline
63383              
63384              fix accidental pessimization in RE optimizer (from Ilya Zakharevich)
63385              
63386              cosmetic fixups of RE debug output (from Ilya Zakharevich)
63387      Branch: maint-5.6/perl
63388           !> regexec.c
63389 ____________________________________________________________________________
63390 [  7322] By: gsar                                  on 2000/10/16  07:17:25
63391         Log: integrate changes#6146..6150 from mainline
63392              
63393              doc typo
63394              
63395              add a make entry to Config.pm so "perl -V:make" works on VMS
63396              (from Peter Prymmer)
63397              
63398              close open file before chmod() (from Rocco Caputo <troc@netrus.net>)
63399              
63400              OS/2 tweaks for usethreads build (from Rocco Caputo
63401              <troc@netrus.net>)
63402              
63403              perlrequick.pod updates (from Mark Kvale <kvale@phy.ucsf.edu>)
63404      Branch: maint-5.6/perl
63405           !> Configure hints/os2.sh lib/ExtUtils/MM_Unix.pm lib/warnings.pm
63406           !> makedef.pl os2/Makefile.SHs os2/OS2/REXX/t/rx_dllld.t
63407           !> os2/OS2/REXX/t/rx_objcall.t os2/OS2/REXX/t/rx_tievar.t
63408           !> os2/OS2/REXX/t/rx_tieydb.t os2/os2.c os2/os2ish.h perl.c
63409           !> pod/perlrequick.pod util.c vms/subconfigure.com warnings.h
63410           !> warnings.pl x2p/a2p.h
63411 ____________________________________________________________________________
63412 [  7321] By: gsar                                  on 2000/10/16  07:14:02
63413         Log: integrate changes#6143..6145 from mainline
63414              
63415              MacOS support, part 1 (from Matthias Neeracher
63416              <neeri@iis.ee.ethz.ch>)
63417              
63418              MacOS support, part 2: make AutoSplit use File::Spec instead
63419              of assuming Unixisms; *UNTESTED on Unix* (from Matthias Neeracher
63420              <neeri@iis.ee.ethz.ch>)
63421              
63422              make xsubpp skip embedded pod (from Matthias Neeracher
63423              <neeri@iis.ee.ethz.ch>)
63424      Branch: maint-5.6/perl
63425           +> ext/DynaLoader/dl_mac.xs
63426           !> MANIFEST ext/DB_File/Makefile.PL ext/NDBM_File/Makefile.PL
63427           !> ext/POSIX/POSIX.xs lib/AutoSplit.pm lib/ExtUtils/MakeMaker.pm
63428           !> lib/ExtUtils/xsubpp mg.c perl.c perlsfio.h pod/perlfaq4.pod
63429           !> pp_ctl.c proto.h toke.c util.c util.h
63430 ____________________________________________________________________________
63431 [  7320] By: gsar                                  on 2000/10/16  07:12:13
63432         Log: integrate changes#6141,6142 from mainline
63433              
63434              BSD/OS (bsdi) hints update by Timur I. Bakeyev and Todd C. Miller,
63435              forwarded by Peter Seebach from the bsdi-users mailing list.
63436              p5p Message-Id: <200005280543.AAA24519@guild.plethora.net>
63437              
63438              File::Find fails to chdir when chasing symlinks (from
63439              Helmut Jarausch <jarausch@igpm.rwth-aachen.de>)
63440      Branch: maint-5.6/perl
63441           !> hints/bsdos.sh lib/File/Find.pm t/lib/filefind.t
63442 ____________________________________________________________________________
63443 [  7319] By: gsar                                  on 2000/10/16  07:04:30
63444         Log: integrate change#6139 from mainline
63445              
63446              revise mktables.PL for bugs and newness in Unicode 3.0
63447              (from James Bence <jbence@amgen.com>)
63448      Branch: maint-5.6/perl
63449           +> (branch 30 files)
63450           !> (integrate 49 files)
63451 ____________________________________________________________________________
63452 [  7318] By: gsar                                  on 2000/10/16  07:01:01
63453         Log: integrate changes#6137,6138 from mainline
63454              
63455              fix bogus redeclaration warning for "our" variables in different
63456              scopes
63457              
63458              add note about the handling of negative indices to tied arrays
63459              (from Michael G Schwern <schwern@pobox.com>)
63460      Branch: maint-5.6/perl
63461           !> op.c pod/perltie.pod t/pragma/strict-vars
63462 ____________________________________________________________________________
63463 [  7317] By: gsar                                  on 2000/10/16  06:58:46
63464         Log: integrate changes#6127..6136 from mainline
63465              
63466              call_method(...,G_EVAL) can longjmp() out if the method probing
63467              failed (from Gisle Aas)
63468              
63469              new perlxstut example for passing/returning refs to arrays
63470              (from David Lowe <dlowe@pootpoot.com>)
63471              
63472              VMS test harness tweak (from Jesper Naur <jesper.naur@post.tele.dk>)
63473              
63474              fix places that mean C<"word" character> but say C<alphanumeric
63475              character>
63476              
63477              avoid warnings in POSIX.pm (from Barrie Slaymaker)
63478              
63479              warnings::enabled() doesn't fall back to looking at $^W if
63480              caller isn't using lexical warnings (from Paul Marquess)
63481              
63482              elide bogus test in change#6132
63483              
63484              make Test::Harness use wait.h/WCOREDUMP if available
63485              (from Ben Tilly <ben_tilly@hotmail.com>)
63486              
63487              enable Test::Harness to dynamically determine column width etc.
63488              (from Rob Napier <rnapier@employees.org>)
63489              
63490              random pod typos (from Peter Scott <Peter@PSDT.com>)
63491      Branch: maint-5.6/perl
63492           !> cop.h ext/Devel/Peek/Peek.pm ext/POSIX/POSIX.pm
63493           !> lib/Test/Harness.pm perl.c pod/perldebguts.pod
63494           !> pod/perlfunc.pod pod/perlre.pod pod/perlretut.pod
63495           !> pod/perlxstut.pod pp_ctl.c t/pragma/warn/9enabled vms/test.com
63496 ____________________________________________________________________________
63497 [  7316] By: gsar                                  on 2000/10/16  06:53:23
63498         Log: integrate change#6126 from mainline
63499              
63500              change#2879 broke rvalue autovivification of magicals such as
63501              ${$num} (reworked variant of patch suggested by Simon Cozens)
63502      Branch: maint-5.6/perl
63503           !> embed.h embed.pl gv.c pod/perlapi.pod pod/perlintern.pod pp.c
63504           !> pp_hot.c proto.h t/op/gv.t
63505 ____________________________________________________________________________
63506 [  7315] By: gsar                                  on 2000/10/16  06:51:38
63507         Log: integrate changes#6123,6125 from mainline
63508              
63509              clarify gotcha with #line directives (from Rocco Caputo
63510              <troc@netrus.net>)
63511              
63512              enable propagating exception objects via Perl_croak() in XS code
63513              (from Gisle Aas)
63514      Branch: maint-5.6/perl
63515           !> pod/perldebug.pod pod/perlsyn.pod util.c
63516 ____________________________________________________________________________
63517 [  7314] By: gsar                                  on 2000/10/16  06:49:28
63518         Log: integrate change#6122 from mainline
63519              
63520              downgrade fatal error on C<"foo@nosucharray.com"> to optional
63521              warning (from Mark-Jason Dominus)
63522      Branch: maint-5.6/perl
63523           !> lib/ExtUtils/typemap pod/perldelta.pod pod/perlsub.pod
63524           !> pod/perltrap.pod t/base/lex.t t/pragma/strict-vars
63525           !> t/pragma/strict.t t/pragma/warn/toke t/pragma/warnings.t
63526           !> toke.c
63527 ____________________________________________________________________________
63528 [  7313] By: gsar                                  on 2000/10/16  06:46:54
63529         Log: integrate changes#6112..6121 from vmsperl
63530              
63531              Check for existence of file before trying to delete
63532              
63533              Ugly workaround for version-specific RTL error
63534              
63535              Urk -- undo previous removal of vmsish 'exit' change
63536              
63537              Add bounds checking for several strings (Charles Lane)
63538              
63539              Miscellaneous cosmetic fixes (Charles Lane)
63540              
63541              Treat sockets as special in sys(read|write) (Charles Lane et al.)
63542              
63543              Regularize distinction between RMS$_DNF and RMS$_DIR (Craig Berry)
63544              Flatten case labels in switch statements uniformly (Charles Bailey)
63545              
63546              Quiet error messages in vmsish.t (Charles Lane)
63547              
63548              Add missing escape (Charles Lane)
63549              
63550              Allow eliminate_macros() and fixpath() to handle space-delimited
63551              lists (based on fixes by Craig Berry)
63552      Branch: maint-5.6/perl
63553           !> lib/ExtUtils/MM_VMS.pm lib/File/Spec/VMS.pm t/op/lex_assign.t
63554           !> vms/ext/vmsish.pm vms/ext/vmsish.t vms/test.com vms/vms.c
63555           !> vms/vmsish.h
63556 ____________________________________________________________________________
63557 [  7312] By: gsar                                  on 2000/10/16  06:41:18
63558         Log: integrate changes#6107,6110 from cfgperl
63559              
63560              Tweak the todo list.
63561              
63562              todo tweak
63563      Branch: maint-5.6/perl
63564           !> Todo-5.6
63565 ____________________________________________________________________________
63566 [  7311] By: gsar                                  on 2000/10/16  06:38:38
63567         Log: integrate changes#6104,6108 from mainline
63568              
63569              PL_sys_intern was being initialized too late on windows
63570              
63571              reenable fake signal handling on Windows, bugs and all
63572      Branch: maint-5.6/perl
63573           !> embed.h embed.pl global.sym makedef.pl mg.c objXSUB.h perl.c
63574           !> perl.h perlapi.c pod/perlapi.pod proto.h win32/perlhost.h
63575           !> win32/win32.c
63576 ____________________________________________________________________________
63577 [  7310] By: gsar                                  on 2000/10/16  06:36:03
63578         Log: integrate changes#6095,6097..6103 from cfgperl
63579              
63580              Introduce NV_PRESERVED_BITS.  Not yet used anywhere but
63581              might be useful in future.
63582              
63583              Add a note about possible compilation problems from Allen Smith.
63584              
63585              Add a note about other, yet unsupported, shadow password APIs.
63586              
63587              Tweaks for the cc bugs from Allen Smith.
63588              
63589              More compilation tweakery from Allen Smith.
63590              
63591              Hints and test tweaks for Unicos.
63592              
63593              The test suite tweak in #6101 wasn't quite right.
63594              
63595              Test tweaking for Unicos continues.
63596      Branch: maint-5.6/perl
63597           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
63598           !> config_h.SH hints/irix_6.sh hints/unicos.sh pp_sys.c t/lib/b.t
63599           !> t/lib/complex.t t/op/64bitint.t
63600 ____________________________________________________________________________
63601 [  7309] By: gsar                                  on 2000/10/16  06:29:41
63602         Log: integrate changes#6093,6094 from mainline
63603              
63604              fork() failure to create pseudo process sets errno=EAGAIN and returns
63605              undef on windows (from Clinton Pierce <clintp@geeksalad.org>)
63606              
63607              cygwin update (from Eric Fifer <efifer@sanwaint.com>)
63608      Branch: maint-5.6/perl
63609           !> README.cygwin cygwin/Makefile.SHs cygwin/cygwin.c
63610           !> hints/cygwin.sh pp_sys.c sv.c win32/perlhost.h
63611 ____________________________________________________________________________
63612 [  7308] By: gsar                                  on 2000/10/16  06:27:29
63613         Log: integrate change#6092 from cfgperl
63614              
63615              Regen perltoc with the fixed buildtoc.
63616      Branch: maint-5.6/perl
63617           !> pod/perltoc.pod
63618 ____________________________________________________________________________
63619 [  7307] By: gsar                                  on 2000/10/16  06:26:40
63620         Log: integrate changes#6089,6090 from mainline
63621              
63622              buildtoc tweak to fix newline lossage
63623              
63624              concat doesn't preserve utf8-ness, and doesn't invalidate
63625              [NI]OK; added tests for both
63626      Branch: maint-5.6/perl
63627           !> perl.c pod/buildtoc pp_hot.c sv.c t/op/substr.t
63628 ____________________________________________________________________________
63629 [  7306] By: gsar                                  on 2000/10/16  06:24:05
63630         Log: integrate change#6088 from cfgperl
63631              
63632              Remove HAS_SETSPENT, HAS_GETSPENT, HAS_ENDSPENT,
63633              because we do not use those.  The HAS_GETSPNAM remains,
63634              though, because we still do use that.
63635      Branch: maint-5.6/perl
63636           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
63637           !> config_h.SH epoc/config.sh hints/machten.sh pod/perltoc.pod
63638           !> pp_sys.c vms/subconfigure.com vos/config.def vos/config.h
63639           !> vos/config_h.SH_orig win32/config.bc win32/config.gc
63640           !> win32/config.vc win32/config_H.bc win32/config_H.gc
63641           !> win32/config_H.vc win32/config_h.PL win32/config_sh.PL
63642 ____________________________________________________________________________
63643 [  7305] By: gsar                                  on 2000/10/16  06:15:52
63644         Log: integrate changes#6084,6085,6087 from mainline
63645              
63646              substr() does not preserve utf8-ness (from Stefan Eissing
63647              <Eissing@medicaldataservice.de>); added tests
63648              
63649              repeat operator (x) doesn't preserve utf8-ness
63650              
63651              reverse() and quotemeta() weren't preserving utf8-ness; add tests
63652      Branch: maint-5.6/perl
63653           !> pp.c sv.c t/op/quotemeta.t t/op/substr.t toke.c
63654 ____________________________________________________________________________
63655 [  7304] By: gsar                                  on 2000/10/16  06:13:10
63656         Log: integrate changes#6077..6083 from mainline
63657              
63658              avoid warnings in diagnostics.pm; pod tweaks (from Peter Prymmer
63659              and Tom Phoenix)
63660              
63661              workaround for CRT bug in chdir() (from Charles Lane, via
63662              Peter Prymmer)
63663              
63664              remove outdated kludge in Carp (NULLs are permitted in diagnostics
63665              now)
63666              
63667              add File::Temp v0.08 from CPAN, with small tweaks to testsuite
63668              (from Tim Jenness <t.jenness@jach.hawaii.edu>)
63669              
63670              better default perlbug categories for ok reports (from Richard Foley)
63671              
63672              peek.t non-portable to ithreads
63673              
63674              note about undocumented caller() return value (from M.J.T. Guy);
63675              yet another peek.t tweak
63676      Branch: maint-5.6/perl
63677           +> lib/File/Temp.pm t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
63678           +> t/lib/ftmp-security.t t/lib/ftmp-tempfile.t
63679           !> AUTHORS MAINTAIN MANIFEST iperlsys.h lib/Carp/Heavy.pm
63680           !> lib/diagnostics.pm pod/perlfunc.pod pod/perlrun.pod
63681           !> pod/perltie.pod t/lib/peek.t utils/perlbug.PL vms/vms.c
63682           !> vms/vmsish.h
63683 ____________________________________________________________________________
63684 [  7303] By: gsar                                  on 2000/10/16  06:03:18
63685         Log: integrate changes#6011,6016,6033,6035..6039,6047..6052,6054..6059,
63686              6073..6075 from cfgperl (pp_sys.c manually merged due to conflicts)
63687              
63688              &HUGE_VAL is not defined, it exists.
63689              
63690              Do not warn that an infinity does not look like a number.
63691              
63692              Rewrite the pwent/spent logic to be a little bit more clearer.
63693              
63694              Continue on the pwent/spent case.
63695              
63696              Correct Freudian slip.
63697              
63698              Use HUGE_VALL if applicable.
63699              
63700              pwent/spent #ifdef imbalance.
63701              
63702              Infinite problems.
63703              
63704              Call getspnam() only iff needd.
63705              
63706              Test both the scalar and list contexts.
63707              
63708              Use setxxent()/endxxent().
63709              
63710              Complex tweakery.
63711              
63712              Unicos hint tweak.
63713              
63714              Be more forgiving in POSIX about HUGE_VALL.
63715              
63716              Detypo.
63717              
63718              The search of infinity continues, this time simplified.
63719              
63720              The logic of choosing strtol/strtoul/strtoll/strtoull was wrong
63721              in natively 64-bit platforms where a long is a quad (no need
63722              for long longs).  Also added bias for IVs.
63723              
63724              Complex tweaks.
63725              
63726              Introduce t/lib/peek.t.
63727              
63728              Make the test more portable.
63729      Branch: maint-5.6/perl
63730           +> t/lib/peek.t
63731            ! pp_sys.c
63732           !> MANIFEST ext/POSIX/POSIX.xs hints/unicos.sh
63733           !> lib/Math/Complex.pm sv.c t/lib/complex.t t/op/grent.t
63734           !> t/op/pwent.t toke.c util.c
63735 ____________________________________________________________________________
63736 [  7302] By: gsar                                  on 2000/10/16  05:03:37
63737         Log: integrate changes#6066..6071 from mainline
63738              
63739              s/END/CHECK/
63740              
63741              replace direct call to sighandler() with (*PL_sighandlerp)()
63742              
63743              note about values()
63744              
63745              File::Spec compatibility update (from Barrie Slaymaker
63746              <barries@slaysys.com>)
63747              
63748              remove misleading comment (from M.J.T. Guy)
63749              
63750              misformatted perllocal.pod (from Tim Jenness
63751              <t.jenness@jach.hawaii.edu>)
63752      Branch: maint-5.6/perl
63753           !> lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_Win32.pm
63754           !> lib/File/Spec.pm lib/File/Spec/Mac.pm lib/File/Spec/Unix.pm
63755           !> lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm perl.c
63756           !> pod/perlfunc.pod t/lib/anydbm.t win32/win32.c
63757 ____________________________________________________________________________
63758 [  7301] By: gsar                                  on 2000/10/16  05:00:08
63759         Log: integrate changes#6061..6063 from mainline
63760              
63761              change#5921 neglected to make eq honor "use bytes"
63762              
63763              additional tests for utf8.t
63764              
63765              tokeq() could read unallocated field in argument
63766      Branch: maint-5.6/perl
63767           !> sv.c t/pragma/utf8.t toke.c
63768 ____________________________________________________________________________
63769 [  7300] By: gsar                                  on 2000/10/16  04:56:54
63770         Log: integrate changes#6046,6048,6057,6058 from mainline
63771              
63772              libscheck has insufficient checks for n32 libs (from
63773              Albert Chin-A-Young <china@thewrittenword.com>)
63774              
63775              add note about how $( doesn't interpolate in REs (from
63776              Philip Newton <newton@ficus.frogspace.net>)
63777              
63778              fix broken parsing of /\x{ab}/
63779              
63780              printf(...) should be PerlIO_printf(PerlIO_stdout(), ...)
63781              (spotted by Donald Kinzer <dkinzer@premia.com>)
63782      Branch: maint-5.6/perl
63783           !> hints/irix_6.sh perl.c pod/perlop.pod regcomp.c
63784           !> t/pragma/utf8.t
63785 ____________________________________________________________________________
63786 [  7299] By: gsar                                  on 2000/10/16  04:52:50
63787         Log: integrate change#6044 from mainline
63788              
63789              change#3798 broke the meaning of "\0_7_7", tr/\0_// etc.; fix it
63790              such that underscores are only ignored in literal numbers,
63791              "\x{...}", and hex/oct argument
63792      Branch: maint-5.6/perl
63793           !> perl.c pp.c regcomp.c t/op/oct.t toke.c util.c
63794 ____________________________________________________________________________
63795 [  7298] By: gsar                                  on 2000/10/16  04:50:53
63796         Log: integrate changes#6027..6043 from mainline
63797              
63798              podlators-1.02 update (from Russ Allbery)
63799              
63800              Pod::Man generates groff-incompatible macro definition (from
63801              Tom Christiansen)
63802              
63803              add CGI.pm v2.66 (from Lincoln Stein)
63804              
63805              introduce @LAST_MATCH_START and @LAST_MATCH_END, English aliases
63806              for @- and @+ (from Johan Vromans)
63807              
63808              small nits in diagnostics.pm (from Robin Barker)
63809              
63810              whitespace adjustments
63811              
63812              missing files in MANIFEST
63813              
63814              cpio 2.4.2 on Linux creates directories in 0700 mode, adjust makerel
63815              to compensate
63816              
63817              remove outdated perltrap entry (from Peter Scott <Peter@PSDT.com>)
63818              
63819              perlretut revisions (from Mark Kvale <kvale@phy.ucsf.edu>)
63820      Branch: maint-5.6/perl
63821           +> lib/CGI/Util.pm t/lib/cgi-pretty.t
63822           !> MANIFEST Porting/makerel lib/CGI.pm lib/CGI/Carp.pm
63823           !> lib/CGI/Cookie.pm lib/CGI/Pretty.pm lib/CGI/Push.pm
63824           !> lib/English.pm lib/Pod/Man.pm lib/Pod/Text.pm
63825           !> lib/diagnostics.pm pod/perldiag.pod pod/perlretut.pod
63826           !> pod/perltrap.pod pod/perlvar.pod pp_sys.c t/lib/cgi-function.t
63827           !> t/lib/cgi-html.t t/lib/cgi-request.t
63828 ____________________________________________________________________________
63829 [  7297] By: gsar                                  on 2000/10/16  04:44:30
63830         Log: integrate change#6025 from mainline
63831              
63832              Is{Alnum,Alpha,Word} don't match titlecase
63833              TODO: IsSpace is defined recursively!
63834              (both spotted by Larry)
63835      Branch: maint-5.6/perl
63836           !> lib/unicode/Is/Alnum.pl lib/unicode/Is/Alpha.pl
63837           !> lib/unicode/Is/Word.pl lib/unicode/mktables.PL
63838 ____________________________________________________________________________
63839 [  7296] By: gsar                                  on 2000/10/16  04:39:30
63840         Log: integrate change#6023 from mainline
63841              
63842              debugger stomps on $. (from M.J.T. Guy)
63843      Branch: maint-5.6/perl
63844           !> lib/perl5db.pl
63845 ____________________________________________________________________________
63846 [  7295] By: gsar                                  on 2000/10/16  04:38:02
63847         Log: integrate change#6022 from mainline
63848              
63849              unbalanced LEAVE after perl_clone(...,0) (from Doug MacEachern)
63850      Branch: maint-5.6/perl
63851           !> sv.c
63852 ____________________________________________________________________________
63853 [  7294] By: gsar                                  on 2000/10/16  04:37:05
63854         Log: integrate changes#6018..6021 from mainline
63855              
63856              make lib/syslog.t portable to systems that don't have _PATH_LOG,
63857              make _PATH_LOG() return "" if unavailable
63858              
63859              windows portability tweaks
63860              
63861              test tweak
63862              
63863              remove Win2K issue in pod (fixed by change#6020)
63864      Branch: maint-5.6/perl
63865           !> README.win32 ext/File/Glob/Glob.pm ext/Sys/Syslog/Syslog.pm
63866           !> ext/Sys/Syslog/Syslog.xs pod/perldelta.pod t/lib/b.t
63867           !> t/lib/open3.t t/lib/syslog.t win32/win32.h
63868 ____________________________________________________________________________
63869 [  7293] By: gsar                                  on 2000/10/16  04:20:00
63870         Log: integrate changes#6013..6015 from mainline
63871              
63872              tweak change#5945 to display correct switch name in diagnostic
63873              
63874              glob() loading File::Glob behind the scenes may cause syntax errors
63875              
63876              tweak test for portability
63877      Branch: maint-5.6/perl
63878           !> op.c perl.c pod/perldiag.pod t/lib/b.t
63879 ____________________________________________________________________________
63880 [  7292] By: gsar                                  on 2000/10/16  04:18:11
63881         Log: integrate changes#6005..6010 from mainline, cfgperl
63882              
63883              perldoc might fail via "use blib" (from Hugo van der Sanden)
63884              
63885              Regen Configure.
63886              
63887              note about compile failures and END blocks (from M.J.T. Guy)
63888              
63889              VMS config tweak (from Craig A. Berry <craig.berry@metamorgs.com>)
63890              
63891              (change#6009 integrated earlier in change#7255)
63892              
63893              clarify note about shadow password support (from
63894              gellyfish@gellyfish.com)
63895      Branch: maint-5.6/perl
63896           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
63897           !> config_h.SH installperl pod/perldelta.pod pod/perlfunc.pod
63898           !> pod/perlmod.pod utils/perldoc.PL vms/subconfigure.com
63899 ____________________________________________________________________________
63900 [  7291] By: gsar                                  on 2000/10/16  04:12:03
63901         Log: integrate changes#6002,6003 from mainline
63902              
63903              destructive sv_setsv() can lose UV-ness from source, causing
63904              numeric promotions/comparisons to fail to do the right thing
63905              
63906              allow REG_EXPAND_SZ keys in Windows registry (from
63907              John Clayton <John.Clayton@barclayscapital.com>)
63908      Branch: maint-5.6/perl
63909           !> sv.c win32/win32.c
63910 ____________________________________________________________________________
63911 [  7290] By: gsar                                  on 2000/10/16  04:10:19
63912         Log: integrate change#6001 from mainline
63913              
63914              support additional library locations via $Config{otherlibdirs}
63915              (from Andy Dougherty)
63916      Branch: maint-5.6/perl
63917           !> Configure INSTALL Porting/Glossary Porting/config.sh
63918           !> Porting/config_H config_h.SH epoc/config.sh perl.c
63919           !> vms/subconfigure.com vos/config.def vos/config_h.SH_orig
63920           !> win32/config.bc win32/config.gc win32/config.vc
63921 ____________________________________________________________________________
63922 [  7289] By: gsar                                  on 2000/10/16  04:08:28
63923         Log: integrate change#5999 from mainline
63924              
63925              fix line renumbering bug in C<eval qq[#line 10 "X"\nwarn]>
63926      Branch: maint-5.6/perl
63927           !> t/pragma/warn/toke toke.c
63928 ____________________________________________________________________________
63929 [  7288] By: gsar                                  on 2000/10/16  04:07:01
63930         Log: integrate changes#5997,5998 from cfgperl
63931              
63932              Preserve $!.
63933              
63934              Try to get "Inf" by using &POSIX::HUGE_VAL in sprintf.
63935      Branch: maint-5.6/perl
63936           !> lib/Math/Complex.pm
63937 ____________________________________________________________________________
63938 [  7287] By: gsar                                  on 2000/10/16  04:04:37
63939         Log: integrate change#5995 from mainline
63940              
63941              fixes for bugs in C<use warnings qw(FATAL all)> (from Paul Marquess)
63942      Branch: maint-5.6/perl
63943           !> mg.c t/pragma/warn/7fatal warnings.h warnings.pl
63944 ____________________________________________________________________________
63945 [  7286] By: gsar                                  on 2000/10/16  04:03:21
63946         Log: integrate change#5994 from mainline
63947              
63948              fix for missed accounting for null byte in pack("Z",...) (from
63949              M.J.T. Guy)
63950      Branch: maint-5.6/perl
63951           !> pp.c t/op/pack.t
63952 ____________________________________________________________________________
63953 [  7285] By: gsar                                  on 2000/10/16  04:02:11
63954         Log: integrate changes#5989..5993 from mainline
63955              
63956              qw(a\\b) must be parsed like 'a\\b', i.e., backslash escapes
63957              itself and no other (from Tom Hughes)
63958              
63959              use $ENV{LIB} to search for libs under Visual C compiler
63960              on Windows (from Jochen Wiedmann <joe@ispsoft.de>)
63961              
63962              posix-bc patches (from Dorner Thomas <Thomas.Dorner@start.de>)
63963              
63964              pod nit (from Simon Cozens)
63965              
63966              various minor tweaks seen on p5p
63967      Branch: maint-5.6/perl
63968           !> README.posix-bc hints/posix-bc.sh lib/ExtUtils/Liblist.pm
63969           !> lib/perl5db.pl pod/perlipc.pod pod/perlop.pod pod/perlvar.pod
63970           !> t/op/array.t toke.c
63971 ____________________________________________________________________________
63972 [  7284] By: gsar                                  on 2000/10/16  03:59:00
63973         Log: integrate changes#5978..5988 from mainline
63974              
63975              sync version numbers in File::Spec with the ones on CPAN
63976              (from Barrie Slaymaker)
63977              
63978              under useithreads, constant pad entries could inadvertantly be
63979              shared across threads (from Eric Blood <eblood@xmission.com>);
63980              added Eric's test case to testsuite
63981              
63982              allow Configure -S to run non-interactively (spotted by Greg Hudson
63983              <ghudson@mit.edu>)
63984              
63985              rename File::Glob::glob() to File::Glob::bsd_glob() to avoid
63986              prototype mismatch with CORE::glob(); update pod and tests to
63987              suit (File::Glob::glob() is still available for backward
63988              compatibility, but should be considered deprecated)
63989              
63990              avoid error in IO::Socket::INET when given an unknown service name
63991              with a port number (from Brian Raven <brianr@ssprdmh01.liffe.com>)
63992              
63993              numeric conversion of non-number in change#3378 tramples on
63994              OOK offset, causing segfaults
63995              
63996              attributes::reftype() doesn't work on tied argument
63997              
63998              forked child may not exit correctly if it failed to open
63999              /dev/console (from Graham Barr)
64000              
64001              add regular expressions tutorial and quick-start guide (from
64002              Mark Kvale <kvale@phy.ucsf.edu>)
64003              
64004              B::Bytecode tweaks (from Simon Cozens <simon@brecon.co.uk>)
64005              
64006              s/HTMLSCRIPTPOD/HTMLSCRIPTPODS/ (from Paul Sharpe
64007              <paul@miraclefish.com>)
64008      Branch: maint-5.6/perl
64009           +> pod/perlrequick.pod pod/perlretut.pod
64010           !> AUTHORS Configure MAINTAIN MANIFEST ext/B/B/Bytecode.pm
64011           !> ext/B/B/Disassembler.pm ext/File/Glob/Glob.pm
64012           !> ext/IO/lib/IO/Socket/INET.pm ext/Sys/Syslog/Syslog.pm
64013           !> lib/ExtUtils/MakeMaker.pm lib/File/Spec/Functions.pm
64014           !> lib/File/Spec/Mac.pm lib/File/Spec/OS2.pm
64015           !> lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
64016           !> lib/File/Spec/Win32.pm op.c sv.c t/lib/glob-basic.t
64017           !> t/lib/glob-case.t t/lib/glob-taint.t t/op/misc.t xsutils.c
64018 ____________________________________________________________________________
64019 [  7283] By: gsar                                  on 2000/10/16  03:52:14
64020         Log: integrate change#5977 from mainline
64021              
64022              autoquote barewords followed by newline and arrow properly
64023              (variant of fix suggested by Rick Delaney and M.J.T. Guy)
64024      Branch: maint-5.6/perl
64025           !> t/pragma/warn/toke toke.c
64026 ____________________________________________________________________________
64027 [  7282] By: gsar                                  on 2000/10/16  03:50:48
64028         Log: integrate change#5976 from mainline
64029              
64030              DB_File v1.73 update (from Paul Marquess)
64031      Branch: maint-5.6/perl
64032           !> ext/DB_File/Changes ext/DB_File/DB_File.pm
64033           !> ext/DB_File/DB_File.xs ext/DB_File/version.c
64034 ____________________________________________________________________________
64035 [  7281] By: gsar                                  on 2000/10/16  03:49:14
64036         Log: integrate change#5975 from mainline
64037              
64038              allow sort() reentrancy (variant of patch suggested by
64039              Hugo van der Sanden)
64040      Branch: maint-5.6/perl
64041           !> pp_ctl.c t/op/sort.t
64042 ____________________________________________________________________________
64043 [  7280] By: gsar                                  on 2000/10/16  03:48:22
64044         Log: integrate change#5974 from mainline
64045              
64046              change#4197 somehow missed initializing PL_errors, meaning
64047              syntax error queueing wasn't working outside eval"" at all;
64048              also fixed eval"" to localize PL_error_count, so that compile-time
64049              eval's don't clobber the error state of the outer context
64050      Branch: maint-5.6/perl
64051           !> lib/Math/Complex.pm perl.c pp_ctl.c t/pragma/warn/op
64052           !> t/pragma/warn/toke
64053 ____________________________________________________________________________
64054 [  7279] By: gsar                                  on 2000/10/16  03:46:21
64055         Log: integrate change#5973 from mainline
64056              
64057              fix for failure to match $foo =~ /(?i)/ (from Ilya Zakharevich)
64058      Branch: maint-5.6/perl
64059           !> regcomp.c regexec.c t/op/re_tests
64060 ____________________________________________________________________________
64061 [  7278] By: gsar                                  on 2000/10/16  03:44:54
64062         Log: integrate change#5971 from cfgperl
64063              
64064              Unicos tweaks from Mark P. Lutz.
64065      Branch: maint-5.6/perl
64066           !> hints/unicos.sh lib/Math/Complex.pm
64067 ____________________________________________________________________________
64068 [  7277] By: gsar                                  on 2000/10/16  03:42:59
64069         Log: integrate changes#5966..5970 from mainline
64070              
64071              add testsuite for B backends, fix bug in B::Deparse (from
64072              Simon Cozens <simon@brecon.co.uk>)
64073              
64074              improved docs on the warn_uninit diagnostic (from David Glasser
64075              and Simon Cozens)
64076              
64077              tolerate spaces in group names in test on solaris (from David Boyce
64078              <dsb@boyski.com>)
64079              
64080              fix Sys::Syslog breakage on domain sockets (from Tom Hughes)
64081              
64082              Data::Dumper fumbles negative numbers on 32-bit platforms where
64083              IV is >32bits
64084      Branch: maint-5.6/perl
64085           +> t/lib/b.t t/lib/syslog.t
64086           !> MANIFEST ext/B/B/Deparse.pm ext/B/B/Stash.pm
64087           !> ext/Data/Dumper/Dumper.xs ext/Sys/Syslog/Syslog.pm
64088           !> pod/perldiag.pod t/lib/dumper.t t/op/groups.t
64089 ____________________________________________________________________________
64090 [  7276] By: gsar                                  on 2000/10/16  03:39:30
64091         Log: integrate change#5965 from mainline
64092              
64093              avoid "will not stay shared" warnings for our variables (from
64094              Robin Barker)
64095      Branch: maint-5.6/perl
64096           !> op.c t/pragma/warn/op
64097 ____________________________________________________________________________
64098 [  7275] By: gsar                                  on 2000/10/16  03:38:18
64099         Log: integrate change#5964 from mainline
64100              
64101              reformat to 72 columns (again)
64102      Branch: maint-5.6/perl
64103           !> pod/perldiag.pod
64104 ____________________________________________________________________________
64105 [  7274] By: gsar                                  on 2000/10/16  03:36:58
64106         Log: integrate change#5963 from mainline
64107              
64108              patch from Larry to make (\&) prototype work; added tests for
64109              the same
64110      Branch: maint-5.6/perl
64111           !> op.c t/comp/proto.t
64112 ____________________________________________________________________________
64113 [  7273] By: gsar                                  on 2000/10/16  03:35:51
64114         Log: integrate changes#5956..5962 from mainline
64115              
64116              better diagnostics on failed tests (from Ilya Zakharevich)
64117              
64118              pod nits (from A. C. Yardley <yardley@tanet.net>)
64119              
64120              change#3569 deleted some essential code, revert; avoid use of
64121              atexit() to make DynaLoader work properly on AIX under mod_perl
64122              (from Jens-Uwe Mager <jum@helios.de>)
64123              
64124              doubled words in pods (from Simon Cozens
64125              <simon.p.cozens@jp.pwcglobal.com>)
64126              
64127              better INSTALL notes on Solaris issues (from Dominic Dunlop)
64128              
64129              recognize our, CHECK and INIT in cperl-mode (from Doug MacEachern)
64130              
64131              updated README.hpux (from Jeff Okamoto)
64132      Branch: maint-5.6/perl
64133           !> INSTALL README.hpux emacs/cperl-mode.el
64134           !> ext/DynaLoader/dl_aix.xs pod/perldebguts.pod pod/perldelta.pod
64135           !> pod/perlfaq5.pod pod/perlfork.pod pod/perlfunc.pod
64136           !> pod/perlipc.pod pod/perllexwarn.pod pod/perllocale.pod
64137           !> pod/perlmod.pod pod/perlmodlib.pod pod/perlnumber.pod
64138           !> pod/perlopentut.pod pod/perltodo.pod pod/perltootc.pod
64139           !> t/op/lex_assign.t
64140 ____________________________________________________________________________
64141 [  7272] By: gsar                                  on 2000/10/16  03:31:22
64142         Log: integrate change#5955 from mainline
64143              
64144              longstanding bug exposed by change#3307: sort arguments weren't
64145              compiled with the right wantarray context (ensuing runtime lookup
64146              via block_gimme() was getting the incidental context of the
64147              sort() itself)
64148      Branch: maint-5.6/perl
64149           !> op.c t/op/sort.t
64150 ____________________________________________________________________________
64151 [  7271] By: gsar                                  on 2000/10/16  03:29:11
64152         Log: integrate changes#5933,5935,5940..5944,5946,5951,5952 from cfgperl
64153              branch
64154              
64155              Flatten the cpp jungle doing the nosuid checking.
64156              
64157              Do not assume sign propagation. (from M.J.T. Guy)
64158              
64159              Various Unicos 10.0.0.6 fixes. (from Mark Lutz)
64160              
64161              Add HAS_FREXPL, HAS_ISNAN, HAS_ISNANL, and HAS_MODFL.
64162              Now pp_ncmp() returns undef is either operand is a NaN.
64163              
64164              On second thoughts frexp() does have two arguments.
64165              
64166              Document that tr() is not tr(1).
64167              
64168              Be more robust on "extreme" (large absolute value)
64169              arguments.  Originally reported by Daniel Connelly
64170              as a problem with asinh() on large negative arguments,
64171              asinh() used to bail out because an argument to log()
64172              ended up being zero.  Ilya Zakharevich proposed using
64173              Taylor's series in such cases, which for such large
64174              arguments is a very good approximation.
64175              
64176              Undo "use integer" addition from 64bitint as it seems
64177              to break most of the subtests in Digital UNIX;
64178              Unicos needs to find another way.
64179      Branch: maint-5.6/perl
64180           !> (integrate 29 files)
64181 ____________________________________________________________________________
64182 [  7270] By: gsar                                  on 2000/10/16  03:09:44
64183         Log: integrate changes#5948,5949,5950 from mainline
64184              
64185              typo in vars.pm that leads to cryptic message (from Piotr
64186              Piatkowski <kompas@kompas.usr.onet.pl>)
64187              
64188              make perldoc use the pod2man from the same version (from
64189              M.J.T. Guy)
64190              
64191              reformat perldiag to avoid long lines
64192      Branch: maint-5.6/perl
64193           !> lib/vars.pm pod/perldiag.pod utils/perldoc.PL
64194 ____________________________________________________________________________
64195 [  7269] By: gsar                                  on 2000/10/16  03:05:54
64196         Log: integrate change#5947 from mainline
64197              
64198              use &dl_error rather than &dl_load_file as the guard for calling
64199              boot_DynaLoader() (meant to fix dl_error() redefined warnings in
64200              statically built perl)
64201      Branch: maint-5.6/perl
64202           !> ext/DynaLoader/DynaLoader_pm.PL ext/DynaLoader/XSLoader_pm.PL
64203 ____________________________________________________________________________
64204 [  7268] By: gsar                                  on 2000/10/16  03:04:48
64205         Log: integrate change#5945 from mainline
64206              
64207              make module name mandatory after -M switch; reorder perldiag
64208              alphabetically (from Mark-Jason Dominus)
64209      Branch: maint-5.6/perl
64210           !> perl.c pod/perldiag.pod
64211 ____________________________________________________________________________
64212 [  7267] By: gsar                                  on 2000/10/16  03:03:01
64213         Log: integrate change#5939 from mainline
64214              
64215              more pod nits (from Larry Virden)
64216      Branch: maint-5.6/perl
64217           !> README.win32 pod/perlsub.pod pod/perlsyn.pod
64218           !> pod/perlthrtut.pod pod/perltoc.pod pod/perltodo.pod
64219           !> pod/perlxs.pod pod/perlxstut.pod vms/perlvms.pod
64220 ____________________________________________________________________________
64221 [  7266] By: gsar                                  on 2000/10/16  03:01:39
64222         Log: integrate change#5938 from mainline
64223              
64224              Consolidated B::Deparse fixes (from Stephen McCamant)
64225      Branch: maint-5.6/perl
64226           !> ext/B/B/Deparse.pm
64227 ____________________________________________________________________________
64228 [  7265] By: gsar                                  on 2000/10/16  03:00:43
64229         Log: integrate change#5936 from mainline
64230              
64231              additional tests for change#7263 (from Paul Marquess)
64232      Branch: maint-5.6/perl
64233           !> t/pragma/warn/2use t/pragma/warn/3both t/pragma/warn/4lint
64234           !> t/pragma/warn/5nolint t/pragma/warn/6default
64235 ____________________________________________________________________________
64236 [  7264] By: gsar                                  on 2000/10/16  02:58:34
64237         Log: integrate change#5934 from mainline
64238              
64239              propagate lexical warnings from surrounding scope correctly
64240              within string eval() (from Paul Marquess)
64241      Branch: maint-5.6/perl
64242           !> pp_ctl.c t/pragma/warn/pp_ctl
64243 ____________________________________________________________________________
64244 [  7263] By: gsar                                  on 2000/10/16  02:56:53
64245         Log: integrate change#5932 from mainline
64246              
64247              add rsignal(), whichsig() and do_join() to public API list
64248              (mod_perl uses them to good advantage)
64249      Branch: maint-5.6/perl
64250           !> embed.pl global.sym objXSUB.h perlapi.c proto.h
64251 ____________________________________________________________________________
64252 [  7262] By: gsar                                  on 2000/10/16  02:55:53
64253         Log: integrate change#5931 from mainline
64254              
64255              fix RE brokenness on refs/overloaded things (from Ilya Zakharevich)
64256      Branch: maint-5.6/perl
64257           !> pp_hot.c regexec.c t/op/pat.t
64258 ____________________________________________________________________________
64259 [  7261] By: gsar                                  on 2000/10/16  02:55:01
64260         Log: integrate change#5930 from mainline
64261              
64262              small os390 tweaks (from Peter Prymmer)
64263      Branch: maint-5.6/perl
64264           !> config_h.SH makedepend.SH
64265 ____________________________________________________________________________
64266 [  7260] By: gsar                                  on 2000/10/16  02:54:10
64267         Log: integrate change#5929 from mainline
64268              
64269              pod nits
64270      Branch: maint-5.6/perl
64271           !> pod/perlguts.pod
64272 ____________________________________________________________________________
64273 [  7259] By: gsar                                  on 2000/10/16  02:52:55
64274         Log: integrate change#5927 from mainline
64275              
64276              arrange for next() to resume at the unstack op rather than the
64277              loop conditional, so that scope cleanup happens correctly
64278              (from Stephen McCamant)
64279      Branch: maint-5.6/perl
64280           !> op.c pp_ctl.c t/op/misc.t
64281 ____________________________________________________________________________
64282 [  7258] By: gsar                                  on 2000/10/16  02:51:38
64283         Log: integrate change#5926 from mainline
64284              
64285              on windows, reserve 16M of stack rather than 128M (allows more
64286              threads to run concurrently)
64287      Branch: maint-5.6/perl
64288           !> win32/Makefile win32/makefile.mk
64289 ____________________________________________________________________________
64290 [  7257] By: gsar                                  on 2000/10/16  02:50:37
64291         Log: integrate change#5925 from mainline
64292              
64293              POSIX-BC tweak (from Ignasi Roca <ignasi.roca@fujitsu.siemens.es>)
64294      Branch: maint-5.6/perl
64295           !> toke.c
64296 ____________________________________________________________________________
64297 [  7256] By: gsar                                  on 2000/10/16  02:49:36
64298         Log: integrate change#5924 from mainline
64299              
64300              avoid using uninitialized memory in require version check
64301      Branch: maint-5.6/perl
64302           !> pp_ctl.c universal.c
64303 ____________________________________________________________________________
64304 [  7255] By: gsar                                  on 2000/10/16  02:48:03
64305         Log: integrate changes#5923,5928,6009 from mainline
64306              
64307              IO::Poll bugs fixed (from Lincoln Stein <lstein@cshl.org>)
64308      Branch: maint-5.6/perl
64309           !> ext/IO/lib/IO/Poll.pm t/lib/io_poll.t
64310 ____________________________________________________________________________
64311 [  7254] By: gsar                                  on 2000/10/16  02:44:46
64312         Log: integrate change#5922 from mainline
64313              
64314              commentary about IoTYPE() (from Nathan Torkington)
64315      Branch: maint-5.6/perl
64316           !> sv.h
64317 ____________________________________________________________________________
64318 [  7253] By: gsar                                  on 2000/10/16  02:43:49
64319         Log: integrate change#5921 from mainline
64320              
64321              make eq unicode-aware (from Gisle Aas); fix bogus tests revealed
64322      Branch: maint-5.6/perl
64323           !> sv.c t/lib/charnames.t t/pragma/utf8.t
64324 ____________________________________________________________________________
64325 [  7252] By: gsar                                  on 2000/10/16  02:42:31
64326         Log: integrate change#5920 from mainline
64327              
64328              Larry's fix for buggy propagation of utf8-ness in join(); add test
64329      Branch: maint-5.6/perl
64330           !> doop.c t/op/ver.t
64331 ____________________________________________________________________________
64332 [  7251] By: gsar                                  on 2000/10/16  02:41:14
64333         Log: integrate changes#5915..5919 from mainline
64334              
64335              various (pod tweaks &c)
64336      Branch: maint-5.6/perl
64337           !> (integrate 33 files)
64338 ____________________________________________________________________________
64339 [  7250] By: gsar                                  on 2000/10/16  02:38:16
64340         Log: integrate change#5914 from mainline
64341              
64342              caller() wasn't returning the right number of elements for
64343              eval {...}
64344      Branch: maint-5.6/perl
64345           !> pp_ctl.c t/pragma/warn/9enabled
64346 ____________________________________________________________________________
64347 [  7249] By: gsar                                  on 2000/10/16  02:37:02
64348         Log: integrate change#5913 from mainline
64349              
64350              pod nit: $yday range for localtime/gmtime is 0..364 not 1..365
64351              (from Mark-Jason Dominus)
64352      Branch: maint-5.6/perl
64353           !> pod/perlfunc.pod
64354 ____________________________________________________________________________
64355 [  7248] By: gsar                                  on 2000/10/16  02:35:58
64356         Log: integrate change#5912 from mainline
64357              
64358              fix totally broken caching in UNIVERSAL::isa() (from
64359              Nick Ing-Simmons)
64360      Branch: maint-5.6/perl
64361           !> t/op/universal.t universal.c
64362 ____________________________________________________________________________
64363 [  7247] By: gsar                                  on 2000/10/16  02:34:27
64364         Log: integrate changes#5910,5911 from mainline
64365              
64366              typo in pod
64367              
64368              add linebreak properties from unicode/LineBrk.txt (from
64369              Dave Hartnoll <Dave_Hartnoll@3b2.com>)
64370      Branch: maint-5.6/perl
64371           +> (branch 29 files)
64372           !> ext/Thread/Thread.pm lib/unicode/mktables.PL
64373 ____________________________________________________________________________
64374 [  7246] By: gsar                                  on 2000/10/16  02:33:29
64375         Log: integrate change#5909 from mainline
64376              
64377              mode argument to do_binmode() should be file mode, not boolean
64378      Branch: maint-5.6/perl
64379           !> pp_sys.c
64380 ____________________________________________________________________________
64381 [  7245] By: gsar                                  on 2000/10/16  02:31:04
64382         Log: integrate change#5908 from mainline
64383              
64384              introduce illegal symbols into null package so that
64385              gv_fetchpv(...,TRUE) always returns a valid GV even when the
64386              symbol is trapped by strictures (avoids coredumps)
64387      Branch: maint-5.6/perl
64388           !> embedvar.h gv.c intrpvar.h perl.c perlapi.h
64389           !> t/pragma/strict-vars
64390 ____________________________________________________________________________
64391 [  7244] By: jhi                                   on 2000/10/16  02:29:54
64392         Log: Subject: $Carp::ExportLevel confusion in Exporter
64393              From: "Ben Tilly" <ben_tilly@hotmail.com>
64394              Date: Sat, 14 Oct 2000 16:44:34 EDT
64395              Message-ID: <LAW2-F258sQwY6YHkid00003788@hotmail.com>
64396      Branch: perl
64397            ! lib/Exporter/Heavy.pm
64398 ____________________________________________________________________________
64399 [  7243] By: jhi                                   on 2000/10/16  02:28:33
64400         Log: Subject: [PATCH perlguts.pod] Document offset hack
64401              From: Simon Cozens <simon@cozens.net>
64402              Message-ID: <20001014193225.A6568@pembro4.pmb.ox.ac.uk>
64403              Date: Sat, 14 Oct 2000 19:32:25 +0100
64404      Branch: perl
64405            ! pod/perlguts.pod
64406 ____________________________________________________________________________
64407 [  7242] By: gsar                                  on 2000/10/16  02:26:51
64408         Log: integrate changes#5905,5906,5907,6064 from mainline
64409              
64410              printf/sprintf didn't get quad types right under use64bitint
64411      Branch: maint-5.6/perl
64412           !> pp_sys.c sv.c t/op/64bitint.t
64413 ____________________________________________________________________________
64414 [  7241] By: jhi                                   on 2000/10/16  02:22:44
64415         Log: Subject: small pod patch
64416              From: Dan Boorstein <dan_boo@bellsouth.net>
64417              Date: Sat, 14 Oct 2000 14:29:24 -0400
64418              Message-ID: <39E8A604.B501DB4F@bellsouth.net>
64419      Branch: perl
64420            ! pod/perlfaq7.pod pod/perlmod.pod
64421 ____________________________________________________________________________
64422 [  7240] By: jhi                                   on 2000/10/16  02:13:46
64423         Log: -w cleanup.
64424              
64425              Subject: Re: Problems with bleadperl 
64426              From: "Stephen P. Potter" <spp@ds.net>
64427              Date: Fri, 13 Oct 2000 13:32:49 -0400
64428              Message-Id: <200010131732.NAA19391@spp.users.ds.net>
64429      Branch: perl
64430            ! t/pragma/overload.t
64431 ____________________________________________________________________________
64432 [  7239] By: jhi                                   on 2000/10/16  01:41:18
64433         Log: One more ~utf8 tweak.
64434      Branch: perl
64435            ! t/op/bop.t
64436 ____________________________________________________________________________
64437 [  7238] By: jhi                                   on 2000/10/16  01:34:14
64438         Log: Tweak the test of #7235.
64439      Branch: perl
64440            ! t/op/bop.t
64441 ____________________________________________________________________________
64442 [  7237] By: jhi                                   on 2000/10/16  01:25:04
64443         Log: Fix a couple of compiler-noted nits in #7235.
64444      Branch: perl
64445            ! pp.c
64446 ____________________________________________________________________________
64447 [  7236] By: jhi                                   on 2000/10/16  01:22:46
64448         Log: Fix few quad issues, which for example broke chr(~chr(~0)) for UTF8.
64449      Branch: perl
64450            ! pp.c pp_hot.c
64451 ____________________________________________________________________________
64452 [  7235] By: jhi                                   on 2000/10/15  16:24:44
64453         Log: Make ~(chr(a).chr(b)) eq chr(~a).chr(~b) on utf8.
64454              
64455              From: Simon Cozens <simon@cozens.net>
64456              Subject: [PATCH] Re: [ID 20000918.005] ~ on wide chars
64457              Date: Sat, 14 Oct 2000 20:52:13 +0100
64458              Message-ID: <20001014205213.A9645@pembro4.pmb.ox.ac.uk>
64459      Branch: perl
64460            ! pp.c t/op/bop.t utf8.h
64461 ____________________________________________________________________________
64462 [  7234] By: jhi                                   on 2000/10/15  15:19:29
64463         Log: split() utf8 fixes.  Should fix both 20001014.001 and 20000426.003.
64464              The problem was that rx->minlen was in chars while pp_split()
64465              thought it would be in bytes. 
64466      Branch: perl
64467            ! pp.c t/pragma/utf8.t
64468 ____________________________________________________________________________
64469 [  7233] By: jhi                                   on 2000/10/14  20:24:24
64470         Log: Document FNCASE=y as discussed in the bug 20000902.009.
64471      Branch: perl
64472            ! README.dos
64473 ____________________________________________________________________________
64474 [  7232] By: jhi                                   on 2000/10/14  18:52:21
64475         Log: Add test for bug id 20000427.003 (which seems to have
64476              been fixed) (also duplicate as 20000427.004, though
64477              with a higher severity).  Move one utf8 from op/append
64478              to pragma/utf8, tag the tests with bug ids.
64479      Branch: perl
64480            ! t/op/append.t t/pragma/utf8.t
64481 ____________________________________________________________________________
64482 [  7231] By: jhi                                   on 2000/10/14  17:28:37
64483         Log: Test cases for bug id 20000323.056 (the bug seems to be fixed).
64484      Branch: perl
64485            ! t/pragma/utf8.t
64486 ____________________________________________________________________________
64487 [  7230] By: jhi                                   on 2000/10/14  14:24:50
64488         Log: Needs to be conditional on SunOS 4.
64489              
64490              Subject: [Pach 5.7.0@7229] Removing -ldb from the core build
64491              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
64492              Date: Sat, 14 Oct 2000 13:37:49 +0100
64493              Message-ID: <000101c035db$8ffb60a0$2614140a@bfs.phone.com>
64494      Branch: metaconfig/U/perl
64495            ! End.U
64496      Branch: perl
64497            ! Configure myconfig.SH pod/perldelta.pod
64498 ____________________________________________________________________________
64499 [  7229] By: jhi                                   on 2000/10/14  00:49:22
64500         Log: Update Changes.
64501      Branch: perl
64502            ! Changes patchlevel.h
64503 ____________________________________________________________________________
64504 [  7228] By: jhi                                   on 2000/10/14  00:46:10
64505         Log: Subject: RFC: a (temporary?) way around utf8.pm for EBCDIC
64506              From: Peter Prymmer <pvhp@forte.com>
64507              Date: Fri, 13 Oct 2000 15:59:56 -0700 (PDT)
64508              Message-ID: <Pine.OSF.4.10.10010131548260.133963-100000@aspara.forte.com>
64509      Branch: perl
64510            ! lib/utf8.pm
64511 ____________________________________________________________________________
64512 [  7227] By: jhi                                   on 2000/10/13  23:20:30
64513         Log: Make the test acknowledge that self-ties are disabled as #7213 said.
64514      Branch: perl
64515            ! t/op/tie.t
64516 ____________________________________________________________________________
64517 [  7226] By: jhi                                   on 2000/10/13  22:14:32
64518         Log: Tweak #7225.
64519              
64520              Subject: Re: [ID 20001006.014] Not OK: perl v5.7.0 +DEVEL7158 on os390 05.00 (UNINSTALLED) [PATCH bleadperl]
64521              From: Peter Prymmer <pvhp@forte.com>
64522              Date: Fri, 13 Oct 2000 14:44:49 -0700 (PDT)
64523              Message-ID: <Pine.OSF.4.10.10010131414410.133963-100000@aspara.forte.com>
64524      Branch: perl
64525            ! t/op/sprintf.t
64526 ____________________________________________________________________________
64527 [  7225] By: jhi                                   on 2000/10/13  22:11:31
64528         Log: op/sprintf.t patch for OS/390 (and any other host with limited
64529              floating-point exponent length)
64530              
64531              Subject: Re: [ID 20001006.014] Not OK: perl v5.7.0 +DEVEL7158 on os390 05.00  (UNINSTALLED) [PATCH bleadperl]
64532              From: Dominic Dunlop <domo@computer.org>
64533              Date: Fri, 13 Oct 2000 19:17:57 +0200
64534              Message-Id: <p04320400b60cf2a6a05c@[192.168.1.4]>
64535      Branch: perl
64536            ! t/op/sprintf.t
64537 ____________________________________________________________________________
64538 [  7224] By: jhi                                   on 2000/10/13  18:40:48
64539         Log: Allow @+ and @- to be doublequoted, from Simon Cozens. 
64540      Branch: perl
64541            ! toke.c
64542 ____________________________________________________________________________
64543 [  7223] By: jhi                                   on 2000/10/13  18:37:13
64544         Log: Thinko in #7222.
64545      Branch: perl
64546            ! utf8.c
64547 ____________________________________________________________________________
64548 [  7222] By: jhi                                   on 2000/10/13  18:05:23
64549         Log: Use UTF8SKIP(), from Simon Cozens.
64550      Branch: perl
64551            ! utf8.c
64552 ____________________________________________________________________________
64553 [  7221] By: jhi                                   on 2000/10/13  15:43:19
64554         Log: (accidentally empty check-in)
64555      Branch: perl
64556            ! utf8.c
64557 ____________________________________________________________________________
64558 [  7220] By: jhi                                   on 2000/10/13  15:23:51
64559         Log: Add (optimistically) Storable to static extensions.
64560      Branch: perl
64561            ! hints/uwin.sh hints/vmesa.sh
64562 ____________________________________________________________________________
64563 [  7219] By: jhi                                   on 2000/10/13  15:20:05
64564         Log: Amdahl UTS doesn't seem to do dynaloading.
64565      Branch: perl
64566            ! hints/uts.sh
64567 ____________________________________________________________________________
64568 [  7218] By: jhi                                   on 2000/10/13  15:15:20
64569         Log: Slight tweak of the code to appease Amdahl UTS cc.
64570      Branch: perl
64571            ! pp.c
64572 ____________________________________________________________________________
64573 [  7217] By: jhi                                   on 2000/10/13  14:50:42
64574         Log: In Amdahl UTS "struct sv" is defined by a system header,
64575              <ksync.h>.
64576      Branch: perl
64577            ! perl.h sv.h
64578 ____________________________________________________________________________
64579 [  7216] By: jhi                                   on 2000/10/13  11:58:25
64580         Log: Ilya implemented the memory profiling API.
64581      Branch: perl
64582            ! Todo
64583 ____________________________________________________________________________
64584 [  7215] By: jhi                                   on 2000/10/13  02:56:38
64585         Log: Subject: [PATCH 5.7.0] Perl API for mstats
64586              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
64587              Date: Thu, 12 Oct 2000 22:52:40 -0400
64588              Message-ID: <20001012225240.A7113@monk.mps.ohio-state.edu>
64589      Branch: perl
64590            ! ext/Devel/Peek/Peek.pm ext/Devel/Peek/Peek.xs
64591 ____________________________________________________________________________
64592 [  7214] By: jhi                                   on 2000/10/13  02:55:38
64593         Log: Subject: [PATCH 5.7.0] IVs in mtats
64594              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
64595              Date: Thu, 12 Oct 2000 22:51:04 -0400
64596              Message-ID: <20001012225104.A7103@monk.mps.ohio-state.edu>
64597      Branch: perl
64598            ! malloc.c perl.h
64599 ____________________________________________________________________________
64600 [  7213] By: jhi                                   on 2000/10/13  02:31:47
64601         Log: Self-ties are unsupported currently, stopgap patch from Alan Burlison.
64602      Branch: perl
64603            ! pod/perldiag.pod pp_sys.c
64604 ____________________________________________________________________________
64605 [  7212] By: jhi                                   on 2000/10/13  01:27:38
64606         Log: Subject: [PATCH: perl@7181] was: Re: off to a bad start on fixing regression tests
64607              From: Peter Prymmer <pvhp@forte.com>
64608              Date: Tue, 10 Oct 2000 10:26:07 -0700 (PDT)
64609              Message-ID: <Pine.OSF.4.10.10010101020180.441897-100000@aspara.forte.com>
64610      Branch: perl
64611            ! t/op/oct.t
64612 ____________________________________________________________________________
64613 [  7211] By: jhi                                   on 2000/10/13  00:35:09
64614         Log: Update Changes.
64615      Branch: perl
64616            ! Changes patchlevel.h
64617 ____________________________________________________________________________
64618 [  7210] By: jhi                                   on 2000/10/12  23:59:40
64619         Log: The Install.pm third of
64620              
64621              Subject: Proposed patches, Install.pm getopts.pl termcap.pl
64622              From: Bill Campbell <bill@celestial.com>
64623              Message-ID: <20001005180451.A22029@kstarr.celestial.com>
64624              Date: Thu, 5 Oct 2000 18:04:51 -0700
64625      Branch: perl
64626            ! lib/ExtUtils/Install.pm
64627 ____________________________________________________________________________
64628 [  7209] By: jhi                                   on 2000/10/12  23:58:43
64629         Log: Two thirds of
64630              
64631              Subject: Proposed patches, Install.pm getopts.pl termcap.pl
64632              Date: Thu, 5 Oct 2000 18:04:51 -0700
64633              From: Bill Campbell <bill@celestial.com>
64634              Message-ID: <20001005180451.A22029@kstarr.celestial.com>
64635              
64636              The Install.pm changes will be submitted separately because
64637              they need some work and discussion still.
64638      Branch: perl
64639            ! lib/getopts.pl lib/termcap.pl
64640 ____________________________________________________________________________
64641 [  7208] By: jhi                                   on 2000/10/12  23:41:19
64642         Log: Subject:  [PATCH] 5.6.0 & 5.7.1,  VMS fixes
64643              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
64644              Date:     Thu, 12 Oct 2000 07:30:02 EDT
64645              Message-Id: <001012072828.2eabc@DUPHY4.Physics.Drexel.Edu>
64646      Branch: perl
64647            ! lib/File/Temp.pm t/lib/st-lock.t t/pod/find.t
64648            ! t/pod/testp2pt.pl vms/gen_shrfls.pl
64649 ____________________________________________________________________________
64650 [  7207] By: jhi                                   on 2000/10/12  23:39:01
64651         Log: An updated EBCDIC tr patch.
64652              
64653              Subject: Re: [PATCH: perl@7181] op/tr tests on OS/390
64654              From: Peter Prymmer <pvhp@forte.com>
64655              Date: Wed, 11 Oct 2000 17:16:30 -0700 (PDT)
64656              Message-ID: <Pine.OSF.4.10.10010111707430.516446-100000@aspara.forte.com>
64657      Branch: perl
64658            ! t/op/tr.t
64659 ____________________________________________________________________________
64660 [  7206] By: jhi                                   on 2000/10/12  23:34:55
64661         Log: Upgrade to CPAN 1.58, from Andreas König.
64662      Branch: perl
64663            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
64664 ____________________________________________________________________________
64665 [  7205] By: jhi                                   on 2000/10/12  23:29:08
64666         Log: Introduce the man[24-8] variables, from Andy Dougherty.
64667      Branch: metaconfig/U/perl
64668            + mandirs.U mandirstyle.U
64669      Branch: perl
64670            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
64671            ! config_h.SH epoc/config.sh uconfig.h uconfig.sh vos/config.def
64672            ! vos/config.h vos/config.pl vos/config_h.SH_orig
64673            ! win32/config.bc win32/config.gc win32/config.vc
64674 ____________________________________________________________________________
64675 [  7204] By: gsar                                  on 2000/10/12  18:11:24
64676         Log: restore change#7202
64677      Branch: perl
64678            ! mg.c
64679 ____________________________________________________________________________
64680 [  7203] By: gsar                                  on 2000/10/12  18:09:40
64681         Log: another test of the Emergency Broadcast System--back out 
64682              change#7202
64683      Branch: perl
64684            ! mg.c
64685 ____________________________________________________________________________
64686 [  7202] By: gsar                                  on 2000/10/12  16:40:47
64687         Log: (submitted on behalf of Jarkko)
64688              Fix the lib/encode.t subtest 6 failure as reported by Andreas
64689              Koenig, gmagical substr() wasn't propagating UTF8ness.  The bug
64690              was unearthed by change 7182, as was a bug in HTML::Entities.
64691      Branch: perl
64692            ! mg.c
64693 ____________________________________________________________________________
64694 [  7201] By: jhi                                   on 2000/10/11  03:16:05
64695         Log: SvPV() (via mg_get() of sv_2pv()) can update the UTF8ness of the SVs.
64696      Branch: perl
64697            ! pp_hot.c t/pragma/utf8.t
64698 ____________________________________________________________________________
64699 [  7200] By: jhi                                   on 2000/10/11  00:40:30
64700         Log: The #7198 was a false alarm.
64701      Branch: perl
64702            ! pp_hot.c
64703 ____________________________________________________________________________
64704 [  7199] By: jhi                                   on 2000/10/11  00:26:04
64705         Log: Remove duplicated code.
64706      Branch: perl
64707            ! t/lib/cgi-html.t
64708 ____________________________________________________________________________
64709 [  7198] By: jhi                                   on 2000/10/10  23:30:46
64710         Log: (Retracted by #7200.)
64711      Branch: perl
64712            ! pp_hot.c
64713 ____________________________________________________________________________
64714 [  7197] By: jhi                                   on 2000/10/10  21:49:30
64715         Log: Add the test case for #7190, from the original bug report
64716              by Andreas König.
64717      Branch: perl
64718            ! t/pragma/utf8.t
64719 ____________________________________________________________________________
64720 [  7196] By: jhi                                   on 2000/10/10  21:40:49
64721         Log: Reapply Andy's patch and regen Configure.
64722      Branch: perl
64723            ! Configure INSTALL Makefile.SH Porting/Glossary
64724            ! Porting/config.sh config_h.SH epoc/config.sh installperl
64725            ! uconfig.sh vos/config.def win32/config.bc win32/config.gc
64726            ! win32/config.vc
64727 ____________________________________________________________________________
64728 [  7195] By: jhi                                   on 2000/10/10  21:09:30
64729         Log: Use the versiononly instead of the installscripts,
64730              retract the changes 7146 and 7147.
64731      Branch: perl
64732            ! Configure INSTALL Makefile.SH Porting/Glossary
64733            ! Porting/config.sh Porting/config_H config_h.SH epoc/config.sh
64734            ! installperl uconfig.sh vos/config.def win32/config.bc
64735            ! win32/config.gc win32/config.vc
64736 ____________________________________________________________________________
64737 [  7194] By: jhi                                   on 2000/10/10  21:06:15
64738         Log: Subject: [PATCH: perl@7181] ver.t v string tests for os/390
64739              From: Peter Prymmer <pvhp@forte.com>
64740              Date: Tue, 10 Oct 2000 13:24:18 -0700 (PDT)
64741              Message-ID: <Pine.OSF.4.10.10010101322510.441897-100000@aspara.forte.com>
64742      Branch: perl
64743            ! t/op/ver.t
64744 ____________________________________________________________________________
64745 [  7193] By: jhi                                   on 2000/10/10  21:05:12
64746         Log: Subject: [PATCH: perl@7181] op/tr tests on OS/390
64747              From: Peter Prymmer <pvhp@forte.com>
64748              Date: Tue, 10 Oct 2000 13:56:35 -0700 (PDT)
64749              Message-ID: <Pine.OSF.4.10.10010101355140.441897-100000@aspara.forte.com>
64750      Branch: perl
64751            ! t/op/tr.t
64752 ____________________________________________________________________________
64753 [  7192] By: jhi                                   on 2000/10/10  20:57:30
64754         Log: Add versiononly, delete installscripts, from Andy Dougherty.
64755      Branch: metaconfig
64756            - U/installdirs/installscripts.U
64757      Branch: metaconfig/U/perl
64758            + versiononly.U
64759 ____________________________________________________________________________
64760 [  7191] By: jhi                                   on 2000/10/10  19:41:21
64761         Log: Subject: [PATCH: perl@7181] perlebcdic.pod updates and corrections
64762              From: Peter Prymmer <pvhp@forte.com>
64763              Date: Tue, 10 Oct 2000 12:35:57 -0700 (PDT)
64764              Message-ID: <Pine.OSF.4.10.10010101231390.441897-100000@aspara.forte.com>
64765      Branch: perl
64766            ! pod/perlebcdic.pod
64767 ____________________________________________________________________________
64768 [  7190] By: jhi                                   on 2000/10/10  19:26:14
64769         Log: Subject: Re: utf8 concat, mg_get
64770              From: Simon Cozens <simon@cozens.net>
64771              Date: Tue, 10 Oct 2000 17:40:17 +0100
64772              Message-ID: <20001010174017.A13130@pembro4.pmb.ox.ac.uk>
64773      Branch: perl
64774            ! pp_hot.c
64775 ____________________________________________________________________________
64776 [  7189] By: jhi                                   on 2000/10/10  19:23:03
64777         Log: Subject: [ID 20000720.004] ExtUtils::MakeMaker finds wrong version of perl
64778              From: jdb@dfwnet.sbms.sbc.com (J. David Blackstone)
64779              Date: Thu, 20 Jul 2000 13:31:22 -0500 (CDT)
64780              Message-Id: <200007201831.NAA05776@dfwnet1.dfwnet.sbms.sbc.com>
64781      Branch: perl
64782            ! lib/ExtUtils/MM_Unix.pm
64783 ____________________________________________________________________________
64784 [  7188] By: jhi                                   on 2000/10/10  15:31:24
64785         Log: Subject: RE: [ID 19990803.001] README.win32 suggestions 
64786              From: "Moore, Paul" <Paul.Moore@uk.origin-it.com>
64787              Date: Fri, 14 Jul 2000 10:47:36 +0100
64788              Message-ID: <714DFA46B9BBD0119CD000805FC1F53B012A8224@UKRUX002.rundc.uk.origin-it.com>
64789      Branch: perl
64790            ! README.win32
64791 ____________________________________________________________________________
64792 [  7187] By: jhi                                   on 2000/10/10  13:30:10
64793         Log: Quote the temp file name, needed in Win32 because the
64794              default name unfortunately contains spaces, shouldn't
64795              hurt elsewhere.
64796              
64797              Subject: FW: perldoc fails if $TEMP contains spaces
64798              From: "Moore, Paul" <Paul.Moore@uk.origin-it.com>
64799              Date: Thu, 14 Sep 2000 08:58:45 +0100
64800              Message-ID: <714DFA46B9BBD0119CD000805FC1F53B012A82AA@UKRUX002.rundc.uk.origin-it.com>
64801      Branch: perl
64802            ! utils/perldoc.PL
64803 ____________________________________________________________________________
64804 [  7186] By: jhi                                   on 2000/10/10  13:16:27
64805         Log: Subject: [PATCH 5.6.0] Re: [ID 20001009.004] SEGV from sprintf in a thread 
64806              From: hv@hugo.hybyte.com
64807              Date: Tue, 10 Oct 2000 14:10:20 +0100
64808              Message-Id: <200010101310.OAA00953@hugo.hybyte.com>
64809      Branch: perl
64810            ! t/lib/thr5005.t util.c
64811 ____________________________________________________________________________
64812 [  7185] By: jhi                                   on 2000/10/10  12:06:22
64813         Log: Upgrade to podlators 1.04, from Russ Allbery.
64814      Branch: perl
64815            ! lib/Pod/Man.pm lib/Pod/Text.pm
64816 ____________________________________________________________________________
64817 [  7184] By: jhi                                   on 2000/10/10  12:01:32
64818         Log: Upgrade to CGI.pm 2.74, from Lincoln Stein.
64819      Branch: perl
64820            ! lib/CGI.pm t/lib/cgi-form.t t/lib/cgi-html.t
64821 ____________________________________________________________________________
64822 [  7183] By: jhi                                   on 2000/10/09  23:47:15
64823         Log: Subject: [PATCH: perl@7159] various VMS cleanup issues + CXX configure
64824              From: Peter Prymmer <pvhp@forte.com>
64825              Message-ID: <Pine.OSF.4.10.10010091625290.260786-100000@aspara.forte.com>
64826              Date: Mon, 9 Oct 2000 16:30:44 -0700 (PDT)
64827      Branch: perl
64828            ! configure.com vms/descrip_mms.template vms/vms.c vms/vmsish.h
64829 ____________________________________________________________________________
64830 [  7182] By: jhi                                   on 2000/10/09  23:43:16
64831         Log: Make eq work again with utf8 (disabling the upgrading
64832              should no more be necessary since the copies of the
64833              scalars are upgraded, not the scalars themselves).
64834              Takes care of ID 20001009.001.  (The claimed length()
64835              bug in 20001009.001 seems bogus to me.)
64836      Branch: perl
64837            ! sv.c t/pragma/utf8.t
64838 ____________________________________________________________________________
64839 [  7181] By: gsar                                  on 2000/10/09  19:41:54
64840         Log: tweak for change#7173
64841      Branch: perl
64842            ! win32/win32sck.c
64843 ____________________________________________________________________________
64844 [  7180] By: gsar                                  on 2000/10/09  19:26:56
64845         Log: on Windows, clean targets might not work under some flavors of the shell
64846      Branch: perl
64847            ! win32/Makefile win32/makefile.mk
64848 ____________________________________________________________________________
64849 [  7179] By: jhi                                   on 2000/10/09  19:21:02
64850         Log: Update Changes.
64851      Branch: perl
64852            ! Changes patchlevel.h
64853 ____________________________________________________________________________
64854 [  7178] By: jhi                                   on 2000/10/09  19:18:23
64855         Log: Warn about unknown scripts.
64856              
64857              Subject: Re: ideas? patches? [PATCH bleadperl]
64858              From: Dominic Dunlop <domo@computer.org>
64859              Date: Mon, 9 Oct 2000 14:57:17 +0200
64860              Message-Id: <p04320400b6076a75b15f@[192.168.1.4]>
64861      Branch: perl
64862            ! lib/charnames.pm
64863 ____________________________________________________________________________
64864 [  7177] By: jhi                                   on 2000/10/09  19:13:27
64865         Log: Change #7160 had a nasty typo.
64866      Branch: metaconfig
64867            ! U/compline/Compile.U
64868      Branch: perl
64869            ! Configure config_h.SH
64870 ____________________________________________________________________________
64871 [  7176] By: gsar                                  on 2000/10/09  18:59:33
64872         Log: pod nit
64873      Branch: perl
64874            ! pod/perlport.pod
64875 ____________________________________________________________________________
64876 [  7175] By: gsar                                  on 2000/10/09  18:54:28
64877         Log: Windows9x doesn't support link(), despite what Config.pm
64878              might think
64879      Branch: perl
64880            ! lib/ExtUtils/Manifest.pm
64881 ____________________________________________________________________________
64882 [  7174] By: gsar                                  on 2000/10/09  18:50:03
64883         Log: avoid nonportable example code
64884      Branch: perl
64885            ! lib/File/Copy.pm
64886 ____________________________________________________________________________
64887 [  7173] By: gsar                                  on 2000/10/09  18:46:54
64888         Log: on Windows, avoid potential exception (could happen if MSVCRT isn't
64889              being used) when closing a socket handle
64890      Branch: perl
64891            ! win32/win32.c win32/win32.h win32/win32sck.c
64892 ____________________________________________________________________________
64893 [  7172] By: gsar                                  on 2000/10/09  18:41:40
64894         Log: on Windows, cwd strings in the environment should be of the
64895              form =X:=X:\foo instead of =X=X:\foo\
64896      Branch: perl
64897            ! win32/vdir.h
64898 ____________________________________________________________________________
64899 [  7171] By: gsar                                  on 2000/10/09  18:30:09
64900         Log: on Windows, LoadLibrary() could load an extension DLL multiple
64901              times if forward slashes are used in the path
64902      Branch: perl
64903            ! win32/win32.c
64904 ____________________________________________________________________________
64905 [  7170] By: jhi                                   on 2000/10/09  17:53:59
64906         Log: Add a todo note about overloadable assertions.
64907      Branch: perl
64908            ! Todo-5.6
64909 ____________________________________________________________________________
64910 [  7169] By: jhi                                   on 2000/10/09  13:43:45
64911         Log: Subject: PATCH 5.6 perldebguts grammar cleanup
64912              From: mjd@plover.com
64913              Date: 9 Oct 2000 00:24:44 -0000
64914              Message-ID: <20001009002444.10616.qmail@plover.com>
64915      Branch: perl
64916            ! pod/perldebguts.pod
64917 ____________________________________________________________________________
64918 [  7168] By: nick                                  on 2000/10/08  13:16:33
64919         Log: Tables assume network byte order for 16 bit forms, so 'S' packing
64920              is not right thing to do on (e.g. x86). Network order is also "right" for
64921              X fonts.
64922      Branch: perl
64923            ! ext/Encode/Encode.pm
64924 ____________________________________________________________________________
64925 [  7167] By: nick                                  on 2000/10/08  12:54:42
64926         Log: Make "encodings" work post-install when Encode/*.enc files may not
64927              be in same directory as Encode.pm
64928      Branch: perl
64929            ! ext/Encode/Encode.pm
64930 ____________________________________________________________________________
64931 [  7166] By: nick                                  on 2000/10/08  11:51:26
64932         Log: Work round the fact that $hash->{$key} does not take into account
64933              UTF8'ness of $key yet.  Thus fromUnicode needs to do $hash->{chr(ord($ch))}
64934              so that key is always in the "expected" encoding - i.e. same way we put
64935              it in the hash.
64936      Branch: perl
64937            ! ext/Encode/Encode.pm
64938 ____________________________________________________________________________
64939 [  7165] By: gsar                                  on 2000/10/08  04:15:29
64940         Log: save_re_context() could reset PL_curcop to freed memory, causing core
64941              dumps in code such as C<use CGI::Carp; use something_that_calls_die;>
64942      Branch: perl
64943            ! pp_ctl.c
64944 ____________________________________________________________________________
64945 [  7164] By: jhi                                   on 2000/10/06  20:51:48
64946         Log: UTF8ize split() so that the cloned substrings get the UTF8
64947              flag of the original scalar.  Problem reported by Simon Cozens.
64948      Branch: perl
64949            ! pp.c t/pragma/utf8.t
64950 ____________________________________________________________________________
64951 [  7163] By: nick                                  on 2000/10/06  20:48:34
64952         Log: Fix in change 7162 was too-late for case where we "upgraded" to PVIV and
64953              got a false +ve and so did not reach code which would have un-FAKEd the SV.
64954      Branch: perl
64955            ! sv.c
64956 ____________________________________________________________________________
64957 [  7162] By: nick                                  on 2000/10/06  20:25:37
64958         Log: Make sv_upgrade() undo READONLY|FAKE shared string hackery.
64959              To fix  (sort {$a <=> $b} keys %hash) in particular but
64960              should cover a number of other as-yet-unknown cases as well.
64961      Branch: perl
64962            ! sv.c
64963 ____________________________________________________________________________
64964 [  7161] By: jhi                                   on 2000/10/06  19:56:18
64965         Log: Change the version number of Tie::Handle in the core to 4.0,
64966              the (unrelated) Tie::Handle in CPAN will remain at 3.0.
64967              
64968              Subject: Note on Tie::Handle
64969              From: andreas.koenig@anima.de (Andreas J. Koenig)
64970              Date:      06 Oct 2000 21:48:58 +0200
64971              Message-ID: <m3ya01kaxh.fsf@ak-71.mind.de>
64972      Branch: perl
64973            ! lib/Tie/Handle.pm
64974 ____________________________________________________________________________
64975 [  7160] By: jhi                                   on 2000/10/06  18:20:35
64976         Log: Fix bug in #7157 (s/cflags/ccflags); moved the -o foo
64977              as the first option of cc/ld because of ultrapicky compilers
64978              (e.g. OS/390 R2.5)
64979      Branch: metaconfig
64980            + U/modified/d_getpgrp.U U/modified/d_setpgrp.U
64981            ! U/compline/Compile.U U/compline/Csym.U U/compline/ccflags.U
64982            ! U/compline/orderlib.U U/modified/Cppsym.U
64983            ! U/modified/d_access.U
64984      Branch: metaconfig/U/perl
64985            ! Checkcc.U d_dlsymun.U gccvers.U
64986      Branch: perl
64987            ! Configure config_h.SH
64988 ____________________________________________________________________________
64989 [  7159] By: jhi                                   on 2000/10/06  13:56:39
64990         Log: Update Changes.
64991      Branch: perl
64992            ! Changes patchlevel.h
64993 ____________________________________________________________________________
64994 [  7158] By: jhi                                   on 2000/10/06  12:48:40
64995         Log: Eliminate $Is_VMS code from the test.
64996              
64997              Subject:  Re: [ID 20001004.005] Not OK: perl v5.7.0 +DEVEL7129 on VMS_AXP V7.1
64998              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
64999              Message-Id: <001005074528.21621@DUPHY4.Physics.Drexel.Edu>
65000              Date:     Thu, 5 Oct 2000 07:46:33 EDT
65001      Branch: perl
65002            ! t/lib/b.t
65003 ____________________________________________________________________________
65004 [  7157] By: jhi                                   on 2000/10/06  12:47:13
65005         Log: Also the $ccflags is needed for the C compiler check.
65006              
65007              Subject: Configure (check for C-compiler)
65008              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
65009              Date: Fri, 06 Oct 2000 08:47:15 +0200
65010              Message-Id: <20001006084120.C52B.H.M.BRAND@hccnet.nl>
65011      Branch: metaconfig/U/perl
65012            ! Checkcc.U
65013      Branch: perl
65014            ! Configure config_h.SH
65015 ____________________________________________________________________________
65016 [  7156] By: jhi                                   on 2000/10/06  11:45:15
65017         Log: The HINT_BYTE patch is apparently unnecessary, retracted.
65018      Branch: perl
65019            ! perl.c pp_ctl.c sv.h utf8.c
65020 ____________________________________________________________________________
65021 [  7155] By: jhi                                   on 2000/10/06  11:40:41
65022         Log: IO::Handle->syswrite() did not handle length omission
65023              like CORE::syswrite() does.
65024              
65025              Subject: [Fwd] IO::Handle, syswrite and arguments
65026              From: Graham Barr <gbarr@pobox.com>
65027              Date: Fri, 6 Oct 2000 10:22:05 +0100
65028              Message-ID: <20001006102205.U6312@pobox.com>
65029              
65030              The original patch from andrew@ugh.net.au.
65031      Branch: perl
65032            ! ext/IO/lib/IO/Handle.pm
65033 ____________________________________________________________________________
65034 [  7154] By: jhi                                   on 2000/10/06  01:42:15
65035         Log: Tweak #7153.
65036      Branch: perl
65037            ! utf8.h
65038 ____________________________________________________________________________
65039 [  7153] By: jhi                                   on 2000/10/06  00:39:55
65040         Log: Patch from Simon Cozens to avoid using utf8 routines in EBCDIC.
65041      Branch: perl
65042            ! utf8.h
65043 ____________________________________________________________________________
65044 [  7152] By: jhi                                   on 2000/10/06  00:38:11
65045         Log: Patch from Peter Prymmer to disable utf8 in EBCDIC platforms.
65046      Branch: perl
65047            ! perl.c pp_ctl.c sv.h utf8.c
65048 ____________________________________________________________________________
65049 [  7151] By: jhi                                   on 2000/10/06  00:36:38
65050         Log: Subject: Re: Questions about Tie::Array and perl modules
65051              From: Nick Ing-Simmons <nik@tiuk.ti.com>
65052              Date: Thu, 5 Oct 2000 09:37:11 +0100 (BST)
65053              Message-Id: <200010050837.JAA00564@mikado.tiuk.ti.com>
65054              
65055              Bug reported and fix suggested by Philip D Crow <pcrow@hertz.com>.
65056      Branch: perl
65057            ! lib/Tie/Array.pm t/op/array.t
65058 ____________________________________________________________________________
65059 [  7150] By: jhi                                   on 2000/10/05  00:20:45
65060         Log: Regen Changes.
65061      Branch: perl
65062            ! Changes patchlevel.h
65063 ____________________________________________________________________________
65064 [  7149] By: jhi                                   on 2000/10/05  00:20:01
65065         Log: Regen toc.
65066      Branch: perl
65067            ! pod/perltoc.pod
65068 ____________________________________________________________________________
65069 [  7148] By: jhi                                   on 2000/10/04  23:35:08
65070         Log: Code around the stat-on-a-pipe-returns-a-mode-of-zero bug
65071              reported several times by Dominic Dunlop, for example in
65072              ID 20000315.008.  Patch from Dominic.  Patch affects at
65073              least MachTen, and possibly other oldish BSDs. Should not
65074              break non-broken platforms (tested on LinuxPPC). 
65075      Branch: perl
65076            ! doio.c
65077 ____________________________________________________________________________
65078 [  7147] By: jhi                                   on 2000/10/04  23:26:34
65079         Log: The one that got away from 7146.
65080      Branch: metaconfig
65081            + U/installdirs/installscripts.U
65082 ____________________________________________________________________________
65083 [  7146] By: jhi                                   on 2000/10/04  23:25:04
65084         Log: Enable disabling scripts installation by Configure -Uinstallscripts,
65085              suggested by H. Merijn Brand.
65086      Branch: perl
65087            ! Configure INSTALL Makefile.SH Porting/Glossary
65088            ! Porting/config.sh Porting/config_H epoc/config.sh installperl
65089            ! uconfig.sh vos/config.def win32/config.bc win32/config.gc
65090            ! win32/config.vc
65091 ____________________________________________________________________________
65092 [  7145] By: jhi                                   on 2000/10/04  22:08:21
65093         Log: Subject: Re: [PATCH 5.7.0] h2xs not documenting the created module
65094              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
65095              Date: Wed, 4 Oct 2000 17:37:46 -0400
65096              Message-ID: <20001004173746.A26697@monk.mps.ohio-state.edu>
65097      Branch: perl
65098            ! utils/h2xs.PL
65099 ____________________________________________________________________________
65100 [  7144] By: jhi                                   on 2000/10/04  18:11:41
65101         Log: Subject: [PATCH perlrun.pod] Re: [ID 20000930.002] perlrun nor perldelta mention -s modification
65102              From: Jeff Pinyan <jeffp@crusoe.net>
65103              Date: Tue, 3 Oct 2000 16:35:42 -0400 (EDT)
65104              Message-ID: <Pine.GSO.4.21.0010031634530.14163-100000@crusoe.crusoe.net>
65105      Branch: perl
65106            ! pod/perlrun.pod
65107 ____________________________________________________________________________
65108 [  7143] By: jhi                                   on 2000/10/04  18:09:58
65109         Log: Subject: perlhack.pod Patch for Externals Tools
65110              From: Fisher Mark <fisherm@tce.com>
65111              Date: Tue, 3 Oct 2000 15:43:27 -0500 
65112              Message-ID: <B9B6874277EED211B1890008C707AF530505B180@indyexch3.indy.tce.com>
65113      Branch: perl
65114            ! pod/perlhack.pod
65115 ____________________________________________________________________________
65116 [  7142] By: jhi                                   on 2000/10/04  18:08:41
65117         Log: Subject:  [PATCH] 5.6.0 & 5.7.0  VMS TZ fix for VMS6.2 and earlier
65118              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
65119              Date:     Wed, 4 Oct 2000 12:11:11 EDT
65120              Message-Id: <001004120530.25cb5@DUPHY4.Physics.Drexel.Edu>
65121      Branch: perl
65122            ! vms/vms.c
65123 ____________________________________________________________________________
65124 [  7141] By: jhi                                   on 2000/10/04  12:20:16
65125         Log: Subject: [PATCH 5.7.0] h2xs not working
65126              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
65127              Message-ID: <20001003214301.A22851@monk.mps.ohio-state.edu>
65128              Date: Tue, 3 Oct 2000 21:43:01 -0400
65129              
65130              Subject: [PATCH 5.7.0] h2xs not documenting the created module
65131              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
65132              Date: Tue, 3 Oct 2000 22:55:19 -0400
65133              Message-ID: <20001003225519.A23360@monk.mps.ohio-state.edu>
65134      Branch: perl
65135            ! utils/h2xs.PL
65136 ____________________________________________________________________________
65137 [  7140] By: jhi                                   on 2000/10/04  11:53:44
65138         Log: Subject: [ID 20001004.003] installman "Ambiguous call resolved as CORE::"
65139              From: nick@babyhippo.com
65140              Date: Wed, 4 Oct 2000 12:06:45 +0100
65141              Message-Id: <20001004120645.A7356@babyhippo.com>
65142              
65143              Retract 7118 and 7135.
65144      Branch: perl
65145            ! installman installperl op.c t/pragma/subs.t
65146 ____________________________________________________________________________
65147 [  7139] By: jhi                                   on 2000/10/03  22:09:41
65148         Log: It is possible to have no hosts database at all.  Pointed out in
65149              
65150              Subject: [PATCH: 7131] PWPASSWD problem for passwd less pwd's
65151              From: Peter Prymmer <pvhp@forte.com>
65152              Date: Tue, 3 Oct 2000 12:05:59 -0700 (PDT)
65153              Message-ID: <Pine.OSF.4.10.10010031203470.388222-100000@aspara.forte.com>
65154      Branch: metaconfig
65155            ! U/modified/myhostname.U
65156      Branch: perl
65157            ! Configure config_h.SH
65158 ____________________________________________________________________________
65159 [  7138] By: jhi                                   on 2000/10/03  21:49:49
65160         Log: Subject: [PATCH: 7131] PWPASSWD problem for passwd less pwd's
65161              From: Peter Prymmer <pvhp@forte.com>
65162              Date: Tue, 3 Oct 2000 12:05:59 -0700 (PDT)
65163              Message-ID: <Pine.OSF.4.10.10010031203470.388222-100000@aspara.forte.com>
65164      Branch: perl
65165            ! pp_sys.c
65166 ____________________________________________________________________________
65167 [  7137] By: jhi                                   on 2000/10/03  20:10:05
65168         Log: One remaining nit less at the VMS mailbox sizing.
65169      Branch: perl
65170            ! vms/vms.c
65171 ____________________________________________________________________________
65172 [  7136] By: jhi                                   on 2000/10/03  20:08:47
65173         Log: Test harness update to sync with the new perlcc,
65174              from Simon Cozens.
65175      Branch: perl
65176            ! t/TEST t/UTEST
65177 ____________________________________________________________________________
65178 [  7135] By: jhi                                   on 2000/10/03  15:15:42
65179         Log: Subject: Re: PATCH for 20001003.004
65180              Date: Tue, 3 Oct 2000 11:03:04 -0400 (EDT)
65181              From: "AARON B. DOSSETT" <aaron@iglou.com>
65182              Message-Id: <E13gTay-0006od-00@iglou.com>
65183      Branch: perl
65184            ! installman installperl
65185 ____________________________________________________________________________
65186 [  7134] By: jhi                                   on 2000/10/03  15:00:34
65187         Log: Subject: [ID 20001003.006] B::Debug not -w clean
65188              From: Nicholas Clark <nick@babyhippo.co.uk>
65189              Date: Tue, 03 Oct 2000 15:46:32 +0100
65190              Message-Id: <E13gTKy-0002R2-00@fruitbat.babyhippo.co.uk>
65191      Branch: perl
65192            ! ext/B/B/Debug.pm
65193 ____________________________________________________________________________
65194 [  7133] By: jhi                                   on 2000/10/03  14:58:39
65195         Log: Scale down the VMS message boxes, by Charles Lane.
65196              Fix for ID 20000903.009, workaround at
65197              http://www.xray.mpe.mpg.de/mailing-lists/vmsperl/2000-09/msg00039.html
65198      Branch: perl
65199            ! vms/vms.c
65200 ____________________________________________________________________________
65201 [  7132] By: jhi                                   on 2000/10/03  11:20:37
65202         Log: Upgrade to Storable 1.0.3, from Raphael Manfredi.
65203      Branch: perl
65204            + t/lib/st-lock.t t/lib/st-utf8.t
65205            ! MANIFEST ext/Storable/ChangeLog ext/Storable/Storable.pm
65206            ! ext/Storable/Storable.xs t/lib/st-recurse.t
65207 ____________________________________________________________________________
65208 [  7131] By: jhi                                   on 2000/10/03  03:38:23
65209         Log: Encode nits.
65210      Branch: perl
65211            ! MANIFEST Makefile.SH
65212 ____________________________________________________________________________
65213 [  7130] By: jhi                                   on 2000/10/03  03:31:05
65214         Log: Update Changes.
65215      Branch: perl
65216            ! Changes patchlevel.h
65217 ____________________________________________________________________________
65218 [  7129] By: jhi                                   on 2000/10/03  02:24:02
65219         Log: Misplaced else.
65220      Branch: metaconfig/U/perl
65221            ! d_strtoll.U
65222      Branch: perl
65223            ! Configure config_h.SH
65224 ____________________________________________________________________________
65225 [  7128] By: jhi                                   on 2000/10/03  02:08:29
65226         Log: Subject: [ID 20000915.007] Not OK: perl v5.7.0 +DEVEL7092 on os2-64int-ld 2.30 '(UNINSTALLED)'
65227              From: sthoenna@efn.org
65228              Date: Fri, 15 Sep 2000 07:19:57 -0700 (PDT)
65229              Message-Id: <200009151419.e8FEJvE19796@garcia.efn.org>
65230      Branch: metaconfig/U/perl
65231            ! d_strtoll.U
65232      Branch: perl
65233            ! Configure config_h.SH hints/os2.sh os2/os2ish.h
65234 ____________________________________________________________________________
65235 [  7127] By: jhi                                   on 2000/10/03  01:13:14
65236         Log: Update Changes.
65237      Branch: perl
65238            ! Changes patchlevel.h
65239 ____________________________________________________________________________
65240 [  7126] By: jhi                                   on 2000/10/03  00:57:08
65241         Log: Introduce NO_ENVIRON_ARRAY (and USE_ENVIRON_ARRAY) defines
65242              as suggested by Olaf Flebbe and Nick Clark.
65243      Branch: perl
65244            ! epoc/epocish.h perl.h sv.c unixish.h util.c vms/vmsish.h
65245 ____________________________________________________________________________
65246 [  7125] By: jhi                                   on 2000/10/03  00:50:56
65247         Log: Subject: [ID 20001002.001] Not OK: perl v5.7.0 +DEVEL7093 +...001 on i586-linux 2.2.16 (UNINSTALLED)
65248              From: Nick Clark <nick@plum.flirble.org>
65249              Date: Mon, 2 Oct 2000 11:03:24 +0100
65250              Message-Id: <20001002110324.D20073@plum.flirble.org>
65251              
65252              Also fixes bug ID 20001002.005.
65253      Branch: perl
65254            ! t/lib/encode.t
65255 ____________________________________________________________________________
65256 [  7124] By: jhi                                   on 2000/10/03  00:34:59
65257         Log: Subject: [PATCH 5.7.0] Epoc update
65258              From: Olaf Flebbe <o.flebbe@gmx.de>
65259              Date: Wed, 20 Sep 2000 23:16:26 +0200 (MEST)
65260              Message-ID: <26423.969484586@www10.gmx.net>
65261      Branch: perl
65262            ! README.epoc epoc/config.sh epoc/createpkg.pl epoc/epoc.c
65263            ! epoc/epoc_stubs.c epoc/epocish.h epoc/link.pl
65264            ! lib/AutoLoader.pm lib/Cwd.pm mg.c perl.c perl.h pp_sys.c sv.c
65265            ! util.c util.h
65266 ____________________________________________________________________________
65267 [  7123] By: jhi                                   on 2000/10/03  00:30:07
65268         Log: Regen headers.
65269      Branch: perl
65270            ! embed.h opcode.h pod/perlapi.pod pp.sym pp_proto.h
65271 ____________________________________________________________________________
65272 [  7122] By: jhi                                   on 2000/10/03  00:10:48
65273         Log: OpenBSD flags tweak from Todd C. Miller, tweaked some more by Abigail.
65274      Branch: perl
65275            ! hints/openbsd.sh
65276 ____________________________________________________________________________
65277 [  7121] By: jhi                                   on 2000/10/03  00:05:06
65278         Log: Subject: [PATCH pod/perlop.pod]  Documentation glitch in magic autoincrement.
65279              From: <abigail@foad.org>
65280              Date: Tue, 26 Sep 2000 13:36:14 -0400
65281              Message-ID: <20000926173614.4356.qmail@foad.org>
65282      Branch: perl
65283            ! pod/perlop.pod
65284 ____________________________________________________________________________
65285 [  7120] By: jhi                                   on 2000/10/03  00:04:00
65286         Log: Inside require() $^S was always left undefined.
65287              
65288              Subject: Re: Tiny 2-byte change to fix debugger's eval bug
65289              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
65290              Date: Wed, 27 Sep 2000 18:54:49 -0400
65291              Message-ID: <20000927185449.A24927@monk.mps.ohio-state.edu>
65292      Branch: perl
65293            ! cop.h mg.c pp_ctl.c util.c
65294 ____________________________________________________________________________
65295 [  7119] By: jhi                                   on 2000/10/03  00:00:16
65296         Log: Subject: [PATCH] DLL not restartabke with threaded perl
65297              From: "Dave Hartnoll" <Dave_Hartnoll@3b2.com>
65298              Date: Thu, 28 Sep 2000 09:20:46 +0100
65299              Message-ID: <002101c02925$00aa8d80$7e0aa8c0@3b2.com>
65300      Branch: perl
65301            ! perl.c
65302 ____________________________________________________________________________
65303 [  7118] By: jhi                                   on 2000/10/02  23:59:20
65304         Log: Subject: Re: [ID 20000828.017] bytecode fails with use subs;
65305              From: Nicholas Clark <nick@ccl4.org>
65306              Date: Thu, 28 Sep 2000 11:52:24 +0100
65307              Message-ID: <20000928115224.D7924@plum.flirble.org>
65308      Branch: perl
65309            ! op.c
65310 ____________________________________________________________________________
65311 [  7117] By: jhi                                   on 2000/10/02  23:57:51
65312         Log: Subject: [ID 20000928.002] perlcc & ByteCode.pm option mismatch
65313              From: Nicholas Clark <nick@babyhippo.co.uk>
65314              Date: Thu, 28 Sep 2000 12:18:10 +0100
65315              Message-Id: <E13ebha-0004IV-00@fruitbat.babyhippo.co.uk>
65316              
65317              Did not apply cleanly, manual intervention was needed.
65318      Branch: perl
65319            ! ext/B/B/Bytecode.pm utils/perlcc.PL
65320 ____________________________________________________________________________
65321 [  7116] By: jhi                                   on 2000/10/02  23:50:40
65322         Log: Document the issue (is not a syntax error, kind of)
65323              
65324              Subject: Re: [ID 20000901.011] the list (1,,3) ought to be a syntax error
65325              From: Nicholas Clark <nick@ccl4.org>
65326              Date: Thu, 28 Sep 2000 17:12:42 +0100
65327              Message-ID: <20000928171242.K7924@plum.flirble.org>
65328      Branch: perl
65329            ! pod/perldata.pod
65330 ____________________________________________________________________________
65331 [  7115] By: jhi                                   on 2000/10/02  23:48:58
65332         Log: Subject: [PATCH 5.7.0] Minor optimization in re_intuit_start
65333              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
65334              Date: Thu, 28 Sep 2000 21:55:31 -0400
65335              Message-ID: <20000928215531.A4315@monk.mps.ohio-state.edu>
65336      Branch: perl
65337            ! regexec.c
65338 ____________________________________________________________________________
65339 [  7114] By: jhi                                   on 2000/10/02  23:47:57
65340         Log: Subject: DOC PATCH 5.6.0
65341              From: mjd@plover.com
65342              Date: 30 Sep 2000 06:02:34 -0000
65343              Message-ID: <20000930060234.4559.qmail@plover.com>
65344      Branch: perl
65345            ! pod/perldebguts.pod
65346 ____________________________________________________________________________
65347 [  7113] By: jhi                                   on 2000/10/02  23:46:43
65348         Log: SOCK_DGRAM and listen() do not mix as reported in
65349              
65350              Subject: [ID 20000930.001] Bug in perl 5.00503 IO::Socket
65351              From: Petter Reinholdtsen <pere@hungry.com>
65352              Date: Sun, 1 Oct 2000 10:57:20 +0800
65353              Message-Id: <200010010257.KAA05735@localhost.localdomain>
65354              
65355              The patch for 5.7.0+ had to be reengineered, though.
65356      Branch: perl
65357            ! ext/IO/lib/IO/Socket/UNIX.pm
65358 ____________________________________________________________________________
65359 [  7112] By: jhi                                   on 2000/10/02  23:36:57
65360         Log: Subject: Re: [PATCH 5.005_64 missed]
65361              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
65362              Date: Sun, 1 Oct 2000 18:50:10 -0400
65363              Message-ID: <20001001185010.A14152@monk.mps.ohio-state.edu>
65364      Branch: perl
65365            ! pod/perlxs.pod
65366 ____________________________________________________________________________
65367 [  7111] By: jhi                                   on 2000/10/02  23:35:40
65368         Log: Subject: Re: [ID 20000912.008] substr replacement of tainted data (bug) 
65369              From: Radu Greab <radu@netsoft.ro>
65370              Date: Mon, 2 Oct 2000 22:03:44 +0300 (EEST)
65371              Message-ID: <14808.56336.594486.626712@busy.netsoft.ro>
65372      Branch: perl
65373            ! op.c opcode.pl t/op/substr.t
65374 ____________________________________________________________________________
65375 [  7110] By: jhi                                   on 2000/10/02  23:32:38
65376         Log: Subject: [PATCH] Fix aliasing of tied filehandles
65377              From: Daniel Chetlin <daniel@chetlin.com>
65378              Date: Mon, 2 Oct 2000 14:53:27 -0700
65379              Message-ID: <20001002145327.C1617@ilmd>
65380      Branch: perl
65381            ! perl.h pp_hot.c t/op/tiehandle.t
65382 ____________________________________________________________________________
65383 [  7109] By: jhi                                   on 2000/10/02  23:31:30
65384         Log: s/Robin Parker/Robin Barker/
65385      Branch: perl
65386            ! Changes5.6
65387 ____________________________________________________________________________
65388 [  7108] By: jhi                                   on 2000/10/02  23:15:46
65389         Log: Retract #7091 as suggested in
65390              
65391              From: Robin Barker <rmb1@cise.npl.co.uk> 
65392              Subject: [PATCH-R]  was Re: SuSE's gcc-2.95.2 and //depot/perl
65393              Date: Fri, 29 Sep 2000 13:10:22 +0100 (BST)
65394              Message-Id: <200009291210.NAA17098@tempest.npl.co.uk>
65395      Branch: perl
65396            ! embed.pl proto.h
65397 ____________________________________________________________________________
65398 [  7107] By: nick                                  on 2000/10/02  18:23:14
65399         Log: A few tweaks to get Tk803 to work with Encode scheme.
65400      Branch: perl
65401            ! ext/Encode/Encode.pm ext/Encode/Encode.xs t/lib/encode.t
65402 ____________________________________________________________________________
65403 [  7106] By: nick                                  on 2000/10/01  21:34:14
65404         Log: Add checking cases to Encode's toUnicode and fromUnicode.
65405      Branch: perl
65406            ! ext/Encode/Encode.pm
65407 ____________________________________________________________________________
65408 [  7105] By: nick                                  on 2000/10/01  17:18:01
65409         Log: Add encoding tables from tcl8.3.2 and perl code in Encode.pm
65410              To read and use them.
65411              Add a lib/encode.t which checks a few things.
65412      Branch: perl
65413            + ext/Encode/Encode/ascii.enc ext/Encode/Encode/big5.enc
65414            + ext/Encode/Encode/cp1250.enc ext/Encode/Encode/cp1251.enc
65415            + ext/Encode/Encode/cp1252.enc ext/Encode/Encode/cp1253.enc
65416            + ext/Encode/Encode/cp1254.enc ext/Encode/Encode/cp1255.enc
65417            + ext/Encode/Encode/cp1256.enc ext/Encode/Encode/cp1257.enc
65418            + ext/Encode/Encode/cp1258.enc ext/Encode/Encode/cp437.enc
65419            + ext/Encode/Encode/cp737.enc ext/Encode/Encode/cp775.enc
65420            + ext/Encode/Encode/cp850.enc ext/Encode/Encode/cp852.enc
65421            + ext/Encode/Encode/cp855.enc ext/Encode/Encode/cp857.enc
65422            + ext/Encode/Encode/cp860.enc ext/Encode/Encode/cp861.enc
65423            + ext/Encode/Encode/cp862.enc ext/Encode/Encode/cp863.enc
65424            + ext/Encode/Encode/cp864.enc ext/Encode/Encode/cp865.enc
65425            + ext/Encode/Encode/cp866.enc ext/Encode/Encode/cp869.enc
65426            + ext/Encode/Encode/cp874.enc ext/Encode/Encode/cp932.enc
65427            + ext/Encode/Encode/cp936.enc ext/Encode/Encode/cp949.enc
65428            + ext/Encode/Encode/cp950.enc ext/Encode/Encode/dingbats.enc
65429            + ext/Encode/Encode/euc-cn.enc ext/Encode/Encode/euc-jp.enc
65430            + ext/Encode/Encode/euc-kr.enc ext/Encode/Encode/gb12345.enc
65431            + ext/Encode/Encode/gb1988.enc ext/Encode/Encode/gb2312.enc
65432            + ext/Encode/Encode/iso2022-jp.enc
65433            + ext/Encode/Encode/iso2022-kr.enc ext/Encode/Encode/iso2022.enc
65434            + ext/Encode/Encode/iso8859-1.enc
65435            + ext/Encode/Encode/iso8859-2.enc
65436            + ext/Encode/Encode/iso8859-3.enc
65437            + ext/Encode/Encode/iso8859-4.enc
65438            + ext/Encode/Encode/iso8859-5.enc
65439            + ext/Encode/Encode/iso8859-6.enc
65440            + ext/Encode/Encode/iso8859-7.enc
65441            + ext/Encode/Encode/iso8859-8.enc
65442            + ext/Encode/Encode/iso8859-9.enc ext/Encode/Encode/jis0201.enc
65443            + ext/Encode/Encode/jis0208.enc ext/Encode/Encode/jis0212.enc
65444            + ext/Encode/Encode/koi8-r.enc ext/Encode/Encode/ksc5601.enc
65445            + ext/Encode/Encode/macCentEuro.enc
65446            + ext/Encode/Encode/macCroatian.enc
65447            + ext/Encode/Encode/macCyrillic.enc
65448            + ext/Encode/Encode/macDingbats.enc
65449            + ext/Encode/Encode/macGreek.enc
65450            + ext/Encode/Encode/macIceland.enc
65451            + ext/Encode/Encode/macJapan.enc ext/Encode/Encode/macRoman.enc
65452            + ext/Encode/Encode/macRomania.enc ext/Encode/Encode/macThai.enc
65453            + ext/Encode/Encode/macTurkish.enc
65454            + ext/Encode/Encode/macUkraine.enc
65455            + ext/Encode/Encode/shiftjis.enc ext/Encode/Encode/symbol.enc
65456            + t/lib/encode.t
65457            ! MANIFEST ext/Encode/Encode.pm
65458 ____________________________________________________________________________
65459 [  7104] By: nick                                  on 2000/09/30  13:04:30
65460         Log: Subject: [PATCH@blead] Fix some recursion in overload.pm
65461              From: Daniel Chetlin <daniel@chetlin.com>
65462              Date: Mon, 18 Sep 2000 05:05:40 -0700
65463              Message-Id: <20000918050540.C652@ilmd>
65464      Branch: perl
65465            ! lib/overload.pm sv.c t/pragma/overload.t
65466 ____________________________________________________________________________
65467 [  7103] By: nick                                  on 2000/09/30  12:53:36
65468         Log: Subject: [ID 20000917.002] 5.7.0 and blead@7095 make html makes man
65469              From: Johan Vromans <jvromans@squirrel.nl>
65470              Date: Sun, 17 Sep 2000 19:46:05 +0200 (CEST)
65471              Message-Id: <14789.861.376723.870640@phoenix.squirrel.nl>
65472      Branch: perl
65473            ! pod/Makefile.SH
65474 ____________________________________________________________________________
65475 [  7102] By: nick                                  on 2000/09/30  12:52:31
65476         Log: Subject: [PATCH] Re: [ID 20000915.010] Infinite loop with -MO=Deparse
65477              From: Spider Boardman <spider@Orb.Nashua.NH.US>
65478              Date: Sat, 16 Sep 2000 16:36:45 -0400
65479              Message-Id: <200009162036.QAA11694@Orb.Nashua.NH.US>
65480      Branch: perl
65481            ! ext/B/B/Deparse.pm
65482 ____________________________________________________________________________
65483 [  7101] By: nick                                  on 2000/09/30  12:51:41
65484         Log: Subject: [PATCH perl@7065] another VMS my_fwrite() fix for Storable
65485              From: Craig A. Berry <craig.berry@psinetcs.com>
65486              Date: Sat, 16 Sep 2000 10:11:10 -0500
65487              Message-Id: <4.3.2.7.2.20000916010548.01ce1b60@exchi01>
65488      Branch: perl
65489            ! vms/vms.c
65490 ____________________________________________________________________________
65491 [  7100] By: nick                                  on 2000/09/30  12:50:33
65492         Log: Subject: Re: unicode support and perl [ID 20000901.097]
65493              From: Spider Boardman <spider@Orb.Nashua.NH.US>
65494              Date: Fri, 15 Sep 2000 16:37:58 -0400
65495              Message-Id: <200009152037.QAA19056@Orb.Nashua.NH.US>
65496      Branch: perl
65497            ! t/op/append.t
65498 ____________________________________________________________________________
65499 [  7099] By: nick                                  on 2000/09/30  12:49:35
65500         Log: Subject: Re: unicode support and perl [ID 20000901.097]
65501              From: Spider Boardman <spider@Orb.Nashua.NH.US>
65502              Date: Fri, 15 Sep 2000 16:25:30 -0400
65503              Message-Id: <200009152025.QAA18540@Orb.Nashua.NH.US>
65504      Branch: perl
65505            ! pp_hot.c
65506 ____________________________________________________________________________
65507 [  7098] By: nick                                  on 2000/09/30  12:48:00
65508         Log: Subject: Re: Trapping by opmask sets strange parser state [PATCH]
65509              From: Gisle Aas <gisle@ActiveState.com>
65510              Date: 15 Sep 2000 16:23:41 +0200
65511              Message-Id: <m3aed9ybrm.fsf@eik.g.aas.no>
65512      Branch: perl
65513            ! toke.c
65514 ____________________________________________________________________________
65515 [  7097] By: nick                                  on 2000/09/30  12:45:16
65516         Log: Subject: [PATCH] Nits in perlmod.pod
65517              From: Daniel Chetlin <daniel@chetlin.com>
65518              Date: Fri, 15 Sep 2000 02:04:09 -0700
65519              Message-Id: <20000915020409.A2104@ilmd>
65520      Branch: perl
65521            ! pod/perlmod.pod
65522 ____________________________________________________________________________
65523 [  7096] By: nick                                  on 2000/09/30  12:18:00
65524         Log: Re-instate Perl_utf8_to_uv without checking parameter - added in change 7075.
65525              i.e. rename Simon's function to Perl_utf8_to_uv_chk, change all calls to it
65526              to use new name and add Perl_utf8_to_uv() as a wrapper which calls it passing
65527              0 to checking to get the warning.
65528      Branch: perl
65529            ! doop.c embed.h embed.pl global.sym handy.h objXSUB.h op.c
65530            ! perlapi.c pod/perlapi.pod pp.c pp_ctl.c proto.h regcomp.c
65531            ! regexec.c sv.c toke.c utf8.c
65532 ____________________________________________________________________________
65533 [  7095] By: nick                                  on 2000/09/15  16:55:59
65534         Log: Multiplicity & ithreads fix for sv.c/Encode.xs
65535              
65536              Subject: [ID 20000915.004] Not OK: perl v5.7.1 +devel-7094 on alpha-dec_osf-thread-multi 4.0f (UNINSTALLED)
65537              From: Spider Boardman <spider@Orb.Nashua.NH.US>
65538              Message-Id: <200009151037.GAA07447@Orb.Nashua.NH.US>
65539              Date: Fri, 15 Sep 2000 06:37:30 -0400
65540      Branch: perl
65541            ! ext/Encode/Encode.xs sv.c
65542 ____________________________________________________________________________
65543 [  7094] By: jhi                                   on 2000/09/15  03:23:32
65544         Log: Update Changes.
65545      Branch: perl
65546            ! Changes patchlevel.h
65547 ____________________________________________________________________________
65548 [  7093] By: jhi                                   on 2000/09/15  03:11:44
65549         Log: Fix for the charnames.t failures from Spider Boardman.
65550      Branch: perl
65551            ! toke.c
65552 ____________________________________________________________________________
65553 [  7092] By: jhi                                   on 2000/09/15  00:15:48
65554         Log: Botched the #7090 check-in.
65555      Branch: perl
65556            ! sv.c
65557 ____________________________________________________________________________
65558 [  7091] By: jhi                                   on 2000/09/14  23:33:24
65559         Log: Part of #7081 didn't come through.
65560      Branch: perl
65561            ! embed.pl proto.h
65562 ____________________________________________________________________________
65563 [  7090] By: jhi                                   on 2000/09/14  23:17:39
65564         Log: Subject: Re: perl@7078 
65565              From: Spider Boardman <spider@web.zk3.dec.com>
65566              Date: Thu, 14 Sep 2000 19:06:36 -0400
65567              Message-Id: <200009142306.TAA20082@leggy.zk3.dec.com>
65568      Branch: perl
65569            ! sv.c toke.c
65570 ____________________________________________________________________________
65571 [  7089] By: jhi                                   on 2000/09/14  23:11:21
65572         Log: Small portability tweaks.
65573      Branch: perl
65574            ! ext/Encode/Encode.xs
65575 ____________________________________________________________________________
65576 [  7088] By: jhi                                   on 2000/09/14  22:57:23
65577         Log: Fake return to pacify picky compilers.
65578      Branch: perl
65579            ! ext/Encode/Encode.xs
65580 ____________________________________________________________________________
65581 [  7087] By: jhi                                   on 2000/09/14  22:53:37
65582         Log: Subject: [PATCH] utf8.c apidoc
65583              From: Simon Cozens <simon@cozens.net>
65584              Date: Thu, 14 Sep 2000 23:46:57 +0100
65585              Message-ID: <20000914234657.A13953@deep-dark-truthful-mirror.perlhacker.org>
65586      Branch: perl
65587            ! perlapi.c pod/perlapi.pod utf8.c
65588 ____________________________________________________________________________
65589 [  7086] By: jhi                                   on 2000/09/14  22:40:38
65590         Log: We don't need to count the high bit bytes, a boolean is enough. 
65591      Branch: perl
65592            ! sv.c
65593 ____________________________________________________________________________
65594 [  7085] By: jhi                                   on 2000/09/14  21:20:09
65595         Log: Replace #7084 with
65596              
65597              Subject: Re: perl@7078 
65598              From: Spider Boardman <spider@web.zk3.dec.com>
65599              Date: Thu, 14 Sep 2000 17:09:36 -0400
65600              Message-Id: <200009142109.RAA03425@leggy.zk3.dec.com>
65601      Branch: perl
65602            ! sv.c utf8.c
65603 ____________________________________________________________________________
65604 [  7084] By: jhi                                   on 2000/09/14  20:03:34
65605         Log: UTF8-encoded version of 256 is 0xc4 0x80; test that a char is
65606              convertible to bytes by checking it doesn't go above 0xc3
65607              
65608              Subject: Re: perl@7078
65609              From: Simon Cozens <simon@cozens.net>
65610              Date: Thu, 14 Sep 2000 20:59:19 +0100
65611              Message-ID: <20000914205919.A11098@deep-dark-truthful-mirror.perlhacker.org>
65612      Branch: perl
65613            ! utf8.c
65614 ____________________________________________________________________________
65615 [  7083] By: jhi                                   on 2000/09/14  19:38:47
65616         Log: Subject: Re: perl@7078
65617              From: Simon Cozens <simon@cozens.net>
65618              Date: Thu, 14 Sep 2000 20:13:09 +0100
65619              Message-ID: <20000914201309.A10640@deep-dark-truthful-mirror.perlhacker.org>
65620      Branch: perl
65621            ! t/op/bop.t
65622 ____________________________________________________________________________
65623 [  7082] By: jhi                                   on 2000/09/14  17:50:44
65624         Log: The one that got away.
65625      Branch: perl
65626            ! lib/File/Find.pm
65627 ____________________________________________________________________________
65628 [  7081] By: jhi                                   on 2000/09/14  17:45:35
65629         Log: Subject: [PATCH perl-5.7.0] continued -Wformat support
65630              From: Robin Barker <rmb1@cise.npl.co.uk>
65631              Message-Id: <200009141707.SAA13276@tempest.npl.co.uk>
65632              Date: Thu, 14 Sep 2000 18:07:38 +0100 (BST)
65633      Branch: perl
65634            ! Porting/pumpkin.pod embed.pl ext/ByteLoader/bytecode.h
65635            ! ext/Devel/Peek/Peek.xs ext/DynaLoader/dl_dlopen.xs
65636            ! ext/Storable/Storable.xs malloc.c perl.c perl.h pp.c proto.h
65637            ! regcomp.c toke.c universal.c
65638 ____________________________________________________________________________
65639 [  7080] By: jhi                                   on 2000/09/14  17:40:35
65640         Log: Problems picked up by AIX cc.
65641              
65642              Subject: Re: perl@7078 (patch included)
65643              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
65644              Date: Thu, 14 Sep 2000 18:53:30 +0200
65645              Message-Id: <20000914182304.7017.H.M.BRAND@hccnet.nl>
65646      Branch: perl
65647            ! ext/Encode/Encode.xs
65648 ____________________________________________________________________________
65649 [  7079] By: jhi                                   on 2000/09/14  17:38:27
65650         Log: Subject: File::Find 5.7.0 POD nits
65651              From: Rich Morin <rdm@cfcl.com>
65652              Date: Wed, 13 Sep 2000 22:03:58 -0700
65653              Message-Id: <v042208a0b5e60b3149be@w205.z205158144.scl-ca.dsl.cnc.net>
65654      Branch: perl
65655            ! lib/File/Find.pm
65656 ____________________________________________________________________________
65657 [  7078] By: jhi                                   on 2000/09/14  14:58:20
65658         Log: Update Changes.
65659      Branch: perl
65660            ! Changes patchlevel.h
65661 ____________________________________________________________________________
65662 [  7077] By: jhi                                   on 2000/09/14  14:55:54
65663         Log: Compilation warnings and an error.
65664      Branch: perl
65665            ! sv.c
65666 ____________________________________________________________________________
65667 [  7076] By: jhi                                   on 2000/09/14  14:42:56
65668         Log: Fix for a parsing bug, not for the original bug.
65669              
65670              Subject: Re: [ID 20000910.005] Another segfault with regexes. 
65671              From: Spider Boardman <spider@web.zk3.dec.com>
65672              Date: Wed, 13 Sep 2000 17:52:20 -0400
65673              Message-Id: <200009132152.RAA24029@leggy.zk3.dec.com>
65674      Branch: perl
65675            ! regcomp.c
65676 ____________________________________________________________________________
65677 [  7075] By: jhi                                   on 2000/09/14  14:40:40
65678         Log: Batch of UTF-8 patches from Simon Cozens.
65679      Branch: perl
65680            ! doop.c embed.h embed.pl ext/Encode/Encode.xs handy.h op.c
65681            ! pod/perlapi.pod pp.c pp_ctl.c proto.h regcomp.c regexec.c sv.c
65682            ! toke.c utf8.c
65683 ____________________________________________________________________________
65684 [  7074] By: jhi                                   on 2000/09/14  14:29:58
65685         Log: Subject: Re: Two advertising clauses need to be removed
65686              From: Russ Allbery <rra@stanford.edu>
65687              Date: 13 Sep 2000 18:50:26 -0700
65688              Message-ID: <ylwvgfvj19.fsf@windlord.stanford.edu>
65689      Branch: perl
65690            ! ext/SDBM_File/sdbm/dbm.c ext/SDBM_File/sdbm/dbm.h
65691 ____________________________________________________________________________
65692 [  7073] By: jhi                                   on 2000/09/14  14:28:20
65693         Log: Subject: [PATCH] de-wall t/README
65694              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
65695              Date: Wed, 13 Sep 2000 17:46:55 -0700
65696              Message-ID: <//Bw5gzkge/e092yn@efn.org>
65697      Branch: perl
65698            ! t/README
65699 ____________________________________________________________________________
65700 [  7072] By: jhi                                   on 2000/09/14  14:25:10
65701         Log: Hints optimization.
65702              
65703              Subject: Minor nit
65704              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
65705              Date: Wed, 13 Sep 2000 21:42:07 +0200
65706              Message-Id: <20000913214116.1D38.H.M.BRAND@hccnet.nl>
65707      Branch: perl
65708            ! hints/hpux.sh
65709 ____________________________________________________________________________
65710 [  7071] By: jhi                                   on 2000/09/14  14:23:30
65711         Log: Allow chop() and chomp() to be overridden.
65712              
65713              Subject: [PATCH] Re: [ID 20000911.006] I can override glob but not chop?
65714              From: "Casey R. Tweten" <crt@kiski.net>
65715              Date: Wed, 13 Sep 2000 12:41:31 -0400 (EDT)
65716              Message-ID: <Pine.OSF.4.21.0009131154120.6661-100000@home.kiski.net>
65717      Branch: perl
65718            ! toke.c
65719 ____________________________________________________________________________
65720 [  7070] By: jhi                                   on 2000/09/14  14:20:36
65721         Log: The return value of setlocale must be copied away.
65722              
65723              Subject: [ID 20000913.001] Heap corruption in Perl_init_i18nl10n
65724              From: Alan Burlison <Alan.Burlison@uk.sun.com>
65725              Date: Wed, 13 Sep 2000 16:27:37 +0100 
65726              Message-Id: <39BF9CE9.3D7FBBDD@uk.sun.com>
65727      Branch: perl
65728            ! util.c
65729 ____________________________________________________________________________
65730 [  7069] By: jhi                                   on 2000/09/14  14:16:27
65731         Log: Remove vestiges of tr//CU.
65732              
65733              Subject: [ID 20000912.009] perlunicode.pod still mentions tr///CU
65734              From: Nick Clark <nick@plum.flirble.org>
65735              Date: Tue, 12 Sep 2000 22:50:14 +0100
65736              Message-Id: <E13YxwU-000DDQ-00@plum.flirble.org>
65737              
65738              Subject: Re: [ID 20000912.009] perlunicode.pod still mentions tr///CU
65739              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
65740              Date: Tue, 12 Sep 2000 21:38:48 -0700
65741              Message-ID: <YTwv5gzkgmfL092yn@efn.org>
65742      Branch: perl
65743            ! op.h pod/perlunicode.pod
65744 ____________________________________________________________________________
65745 [  7068] By: jhi                                   on 2000/09/13  14:18:39
65746         Log: Add the Encode extension.  The code is still largely just skeleton.
65747      Branch: perl
65748            + ext/Encode/Encode.pm ext/Encode/Encode.xs
65749            + ext/Encode/Makefile.PL ext/Encode/Todo
65750            ! MANIFEST Todo-5.6
65751 ____________________________________________________________________________
65752 [  7067] By: jhi                                   on 2000/09/12  17:43:33
65753         Log: Allow for whitespace between "#" and "line" in cpp output.
65754              
65755              Subject: [PATCH] Re: Problems compiling bleadperl on Unicos 9
65756              From: Calle Dybedahl <calle@lysator.liu.se>
65757              Date: 12 Sep 2000 19:38:02 +0200 
65758              Message-ID: <867l8hy0hx.fsf_-_@tezcatlipoca.algonet.se>
65759      Branch: perl
65760            ! ext/Errno/ChangeLog ext/Errno/Errno_pm.PL
65761 ____________________________________________________________________________
65762 [  7066] By: gsar                                  on 2000/09/12  17:24:29
65763         Log: change#6327 didn't quite go all the way to enable USE_SOCKETS_AS_HANDLES
65764              initialization in all the threads on Windows
65765      Branch: perl
65766            ! win32/win32.c
65767 ____________________________________________________________________________
65768 [  7065] By: jhi                                   on 2000/09/12  15:11:31
65769         Log: Update Changes.
65770      Branch: perl
65771            ! Changes patchlevel.h
65772 ____________________________________________________________________________
65773 [  7064] By: jhi                                   on 2000/09/12  14:54:54
65774         Log: Retract #7062, the pod tests are not ready.
65775      Branch: perl
65776            ! t/TEST t/harness
65777 ____________________________________________________________________________
65778 [  7063] By: jhi                                   on 2000/09/12  14:25:41
65779         Log: The #7054 truncated Configure badly.
65780      Branch: metaconfig/U/perl
65781            ! End.U
65782      Branch: perl
65783            ! Configure config_h.SH
65784 ____________________________________________________________________________
65785 [  7062] By: jhi                                   on 2000/09/12  14:08:32
65786         Log: Subject: [ID 20000911.009] t/pod/*.t tests not run by harness or make test
65787              From: sthoenna@efn.org
65788              Date: Mon, 11 Sep 2000 17:56:47 -0700 (PDT)
65789              Message-Id: <200009120056.e8C0ulZ21635@garcia.efn.org>
65790      Branch: perl
65791            ! t/TEST t/harness
65792 ____________________________________________________________________________
65793 [  7061] By: jhi                                   on 2000/09/12  14:07:18
65794         Log: Subject: [ID 20000911.011] misplaced typemap in perlxs.pod
65795              From: sthoenna@efn.org
65796              Date: Mon, 11 Sep 2000 22:07:21 -0700 (PDT)
65797              Message-Id: <200009120507.e8C57LA02461@garcia.efn.org>
65798      Branch: perl
65799            ! pod/perlxs.pod
65800 ____________________________________________________________________________
65801 [  7060] By: jhi                                   on 2000/09/12  14:06:08
65802         Log: Break up the myconfig lines a bit.
65803              
65804              Subject: perlbug/perl -V output format
65805              From: sthoenna@efn.org
65806              Date: Tue, 12 Sep 2000 00:04:11 -0700 (PDT)
65807              Message-Id: <200009120704.e8C74BX10562@garcia.efn.org>
65808      Branch: perl
65809            ! myconfig.SH
65810 ____________________________________________________________________________
65811 [  7059] By: jhi                                   on 2000/09/12  14:05:04
65812         Log: Test for the #7049.
65813              
65814              Subject: Re: [PATCH] Re: [ID 20000910.001] Not OK: perl v5.7.0 +DEVEL7044 on    i686-linux 2.2.16-raid (UNINSTALLED)
65815              From: andreas.koenig@anima.de (Andreas J. Koenig)
65816              Date: 12 Sep 2000 06:42:01 +0200
65817              Message-ID: <m3k8cigr1i.fsf@ak-71.mind.de>
65818      Branch: perl
65819            ! t/op/my.t
65820 ____________________________________________________________________________
65821 [  7058] By: jhi                                   on 2000/09/12  14:03:05
65822         Log: Subject: [patch: perl@7045] vms updates
65823              From: Peter Prymmer <pvhp@forte.com>
65824              Date: Mon, 11 Sep 2000 18:41:48 -0700 (PDT)
65825              Message-ID: <Pine.OSF.4.10.10009111840030.339348-100000@aspara.forte.com>
65826      Branch: perl
65827            ! configure.com lib/ExtUtils/MM_VMS.pm vms/descrip_mms.template
65828 ____________________________________________________________________________
65829 [  7057] By: jhi                                   on 2000/09/12  14:00:51
65830         Log: Subject: [ID 20000911.008] Not OK: perl v5.7.0 +DEVEL7048 on os2-64int-ld 2.30 (UNINSTALLED)
65831              From: sthoenna@efn.org
65832              Date: Mon, 11 Sep 2000 16:28:13 -0700 (PDT)
65833              Message-Id: <200009112328.e8BNSD616812@garcia.efn.org>
65834      Branch: perl
65835            ! t/op/64bitint.t
65836 ____________________________________________________________________________
65837 [  7056] By: jhi                                   on 2000/09/12  13:58:14
65838         Log: Subject: [patch] perlfunc.pod -- POSIX::sigpause should be POSIX::pause
65839              From: Jeff Pinyan <jeffp@crusoe.net>
65840              Date: Sun, 10 Sep 2000 12:01:21 -0400 (EDT)
65841              Message-ID: <Pine.GSO.4.21.0009101200190.12441-100000@crusoe.crusoe.net>
65842      Branch: perl
65843            ! pod/perlfunc.pod
65844 ____________________________________________________________________________
65845 [  7055] By: jhi                                   on 2000/09/12  13:56:32
65846         Log: Do in VMS as the #7054 does.
65847      Branch: perl
65848            ! configure.com
65849 ____________________________________________________________________________
65850 [  7054] By: jhi                                   on 2000/09/12  13:50:31
65851         Log: Subject: RE: [Patch 5.7.0] Removing -ldb from the core build
65852              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
65853              Date: Mon, 11 Sep 2000 08:33:09 +0100
65854              Message-ID: <000e01c01bc2$88b2d2c0$0e14140a@bfs.phone.com>
65855      Branch: metaconfig/U/perl
65856            ! End.U
65857      Branch: perl
65858            ! Configure Makefile.SH config_h.SH lib/ExtUtils/Embed.pm
65859            ! lib/ExtUtils/Liblist.pm lib/ExtUtils/MM_Unix.pm
65860 ____________________________________________________________________________
65861 [  7053] By: jhi                                   on 2000/09/12  13:29:19
65862         Log: Subject:  [PATCH] Perl 5.6.0, 5.7.0 ... vms/test.com to eliminate spurious NL's in test output
65863              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
65864              Date:     Tue, 12 Sep 2000 08:35:59 EDT
65865              Message-Id: <000912081130.13ca9@DUPHY4.Physics.Drexel.Edu>
65866      Branch: perl
65867            ! vms/test.com
65868 ____________________________________________________________________________
65869 [  7052] By: jhi                                   on 2000/09/11  23:01:50
65870         Log: Document the SvUTF8*().
65871      Branch: perl
65872            ! pod/perlapi.pod sv.h
65873 ____________________________________________________________________________
65874 [  7051] By: gsar                                  on 2000/09/11  14:46:30
65875         Log: C<@a = @b = split(...)> optimization coredumps under ithreads
65876              (missed a spot when fixing up op_pmreplroot hack for ithreads)
65877      Branch: perl
65878            ! op.c t/op/split.t
65879 ____________________________________________________________________________
65880 [  7050] By: nick                                  on 2000/09/11  10:03:51
65881         Log: Modern Borland C now seems to have anon unions for info.wProcessorArchitecture
65882              
65883              Subject: borland C++ win32.c tweak
65884              From: Vadim Konovalov <vkonovalov@lucent.com>
65885              Message-ID: <402099F49BEED211999700805FC7359F6FB379@ru0028exch01.spb.lucent.com>
65886              Date: Mon, 11 Sep 2000 11:22:33 +0400
65887      Branch: perl
65888            ! win32/win32.c
65889 ____________________________________________________________________________
65890 [  7049] By: nick                                  on 2000/09/11  09:57:33
65891         Log: Point fix for s/// on foreach (keys %xxx).
65892      Branch: perl
65893            ! pp_hot.c
65894 ____________________________________________________________________________
65895 [  7048] By: jhi                                   on 2000/09/10  23:37:09
65896         Log: Silence t/pod/*.t about alternate quote-mappings now implemented
65897              by Pod::Text, from Brad Appleton.
65898      Branch: perl
65899            ! t/pod/testp2pt.pl
65900 ____________________________________________________________________________
65901 [  7047] By: jhi                                   on 2000/09/10  14:32:53
65902         Log: Upgrade to podlators-1.03 (Pod::Man 1.07 and Pod::Text 2.05),
65903              by Russ Allbery.
65904      Branch: perl
65905            ! lib/Pod/Man.pm lib/Pod/Text.pm pod/pod2man.PL pod/pod2text.PL
65906 ____________________________________________________________________________
65907 [  7046] By: jhi                                   on 2000/09/10  14:15:08
65908         Log: Upgrade to CPAN 1.57_65, from Andreas König.
65909      Branch: perl
65910            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
65911 ____________________________________________________________________________
65912 [  7045] By: jhi                                   on 2000/09/08  21:36:32
65913         Log: Update Changes.
65914      Branch: perl
65915            ! Changes patchlevel.h
65916 ____________________________________________________________________________
65917 [  7044] By: jhi                                   on 2000/09/08  21:29:56
65918         Log: Subject: [PATCH: 5.7.0] proper setting for isnan for DECC 5.3
65919              From: Peter Prymmer <pvhp@forte.com>
65920              Date: Fri, 8 Sep 2000 13:33:27 -0700 (PDT)
65921              Message-ID: <Pine.OSF.4.10.10009081331420.132461-100000@aspara.forte.com>
65922      Branch: perl
65923            ! configure.com
65924 ____________________________________________________________________________
65925 [  7043] By: jhi                                   on 2000/09/08  21:27:50
65926         Log: Subject: [PATCH (or RFC): 5.7.0] make the ran_tests intermediate file 8.3 friendly
65927              From: Peter Prymmer <pvhp@forte.com>
65928              Date: Fri, 8 Sep 2000 11:02:19 -0700 (PDT)
65929              Message-ID: <Pine.OSF.4.10.10009081054340.132461-100000@aspara.forte.com>
65930      Branch: perl
65931            ! Makefile.SH installperl
65932 ____________________________________________________________________________
65933 [  7042] By: jhi                                   on 2000/09/08  21:23:21
65934         Log: Continue #7041.
65935      Branch: perl
65936            ! cygwin/Makefile.SHs os2/Makefile.SHs
65937 ____________________________________________________________________________
65938 [  7041] By: jhi                                   on 2000/09/08  21:18:10
65939         Log: Do away with memory models cruft.  Sorry, PDP users.
65940      Branch: metaconfig
65941            ! U/modified/cc.U U/modified/libpth.U
65942      Branch: perl
65943            ! Configure Makefile.SH Porting/Glossary Porting/config.sh
65944            ! Porting/config_H cflags.SH config_h.SH configure.com
65945            ! epoc/config.sh hints/mint.sh hints/titanos.sh hints/vmesa.sh
65946            ! lib/ExtUtils/MM_Unix.pm win32/config.bc win32/config.gc
65947            ! win32/config.vc x2p/Makefile.SH x2p/cflags.SH
65948 ____________________________________________________________________________
65949 [  7040] By: jhi                                   on 2000/09/08  14:34:18
65950         Log: Major rewrite of s2p.  And I mean really major, it is
65951              an implementation of sed in perl.  If called as s2p it
65952              will function as s2p.  Note: needs non-UNIXifying.
65953              
65954              Subject: s2p
65955              From: Wolfgang Laun <Wolfgang.Laun@alcatel.at>
65956              Date: Mon, 28 Aug 2000 14:05:12 +0200
65957              Message-ID: <39AA5578.2102E2AA@alcatel.at>
65958      Branch: perl
65959            ! x2p/s2p.PL
65960 ____________________________________________________________________________
65961 [  7039] By: jhi                                   on 2000/09/08  14:19:49
65962         Log: Re-allow vec() for characters > 255.
65963              
65964              Subject: [PATCH] Re: [ID 20000907.005] Not OK: perl v5.7.0 +devel-7030 on alpha-dec_osf-perlio 4.0f (UNINSTALLED) 
65965              From: Spider Boardman <spider@web.zk3.dec.com>
65966              Date: Fri, 08 Sep 2000 02:21:02 -0400
65967              Message-Id: <200009080621.CAA03409@leggy.zk3.dec.com>
65968      Branch: perl
65969            ! doop.c pod/perldelta.pod pod/perldiag.pod pod/perlfunc.pod
65970            ! t/op/vec.t
65971 ____________________________________________________________________________
65972 [  7038] By: jhi                                   on 2000/09/08  14:14:18
65973         Log: Subject: [PATCH lib/Benchmark.pm]
65974              From: <abigail@foad.org>
65975              Date: Thu, 7 Sep 2000 15:03:20 -0400
65976              Message-ID: <20000907190320.888.qmail@foad.org>
65977      Branch: perl
65978            ! lib/Benchmark.pm
65979 ____________________________________________________________________________
65980 [  7037] By: jhi                                   on 2000/09/08  14:11:06
65981         Log: Optimizing hash keys into shared strings doesn't work with ithreads.
65982              
65983              Subject: Re: [ID 20000907.008] Not OK: v5.7.0 on alpha-dec_osf-thread-multi    
65984              From: Spider Boardman <spider@web.zk3.dec.com>
65985              Date: Fri, 08 Sep 2000 01:30:27 -0400
65986              Message-Id: <200009080530.BAA10498@leggy.zk3.dec.com>
65987      Branch: perl
65988            ! op.c
65989 ____________________________________________________________________________
65990 [  7036] By: jhi                                   on 2000/09/08  14:08:58
65991         Log: Subject: [ID 20000908.002] perlipc documentation bug.
65992              From: Major Sébastien <sebastien.major@crdp.ac-caen.fr>
65993              Date: Fri, 08 Sep 2000 12:38:32 +0200
65994              Message-Id: <39B8C1A8.3DC36E6D@crdp.ac-caen.fr>
65995      Branch: perl
65996            ! pod/perlipc.pod
65997 ____________________________________________________________________________
65998 [  7035] By: jhi                                   on 2000/09/08  14:03:12
65999         Log: Subject: Re: [ID 20000907.007] Not OK: perl v5.7.0 +devel-7030 on alpha-dec_osf 4.0f
66000              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
66001              Date: Fri, 08 Sep 2000 11:47:34 +0200
66002              Message-Id: <20000908111426.FBDB.H.M.BRAND@hccnet.nl>
66003      Branch: perl
66004            ! hints/dec_osf.sh
66005 ____________________________________________________________________________
66006 [  7034] By: jhi                                   on 2000/09/08  13:59:35
66007         Log: Subject: Re: [ID 20000906.004] segfault with bad perl statement
66008              From: Simon Cozens <simon@cozens.net>
66009              Date: Thu, 7 Sep 2000 20:40:38 +0100
66010              Message-ID: <20000907204038.A15650@deep-dark-truthful-mirror.perlhacker.org>
66011      Branch: perl
66012            ! pp_hot.c
66013 ____________________________________________________________________________
66014 [  7033] By: jhi                                   on 2000/09/08  04:03:03
66015         Log: Subject: [ID 20000904.008] Tiny fix for perldiag
66016              From: "Larry W. Virden" <lvirden@cas.org>
66017              Date: Mon, 4 Sep 2000 18:45:44 -0400 (EDT)
66018              Message-Id: <200009042245.SAA22916@lwv26awu.cas.org>
66019      Branch: perl
66020            ! pod/perldiag.pod
66021 ____________________________________________________________________________
66022 [  7032] By: jhi                                   on 2000/09/07  22:18:30
66023         Log: Subject: [PATCH 5.7.0] perl5db.pl [Was: Re: Debugger question]
66024              From: Peter Scott <Peter.J.Scott@jpl.nasa.gov>
66025              Date: Mon, 04 Sep 2000 13:16:38 -0700
66026              Message-Id: <4.3.2.7.2.20000904130939.00adae90@mail2a.jpl.nasa.gov>
66027      Branch: perl
66028            ! lib/perl5db.pl
66029 ____________________________________________________________________________
66030 [  7031] By: jhi                                   on 2000/09/07  22:02:29
66031         Log: Fix the ccversion detection for 5.1 and beyond.
66032              
66033              Subject: [ID 20000907.007] Not OK: perl v5.7.0 +devel-7030 on alpha-dec_osf 4.0f
66034              From: Spider Boardman <spider@leggy.zk3.dec.com>
66035              Date: Thu, 7 Sep 2000 17:54:27 -0400
66036              Message-Id: <200009072154.RAA14747@leggy.zk3.dec.com>
66037      Branch: perl
66038            ! hints/dec_osf.sh
66039 ____________________________________________________________________________
66040 [  7030] By: jhi                                   on 2000/09/07  19:12:28
66041         Log: Fix for
66042              
66043              Subject: [ID 20000903.001] \w in utf8-strings
66044              From: Marc Lehmann <pcg@goof.com>
66045              Date: Sun, 03 Sep 2000 09:44:29 +0200
66046              Message-Id: <E13VUS5-0000cv-00.pgcc-forever-2000-09-03-09-44-29@fuji>
66047              
66048              and various related nits.
66049      Branch: perl
66050            ! lib/unicode/mktables.PL regcomp.h regexec.c utf8.c
66051 ____________________________________________________________________________
66052 [  7029] By: jhi                                   on 2000/09/07  18:49:09
66053         Log: Fix the URL, but the server is still missing in action.
66054              
66055              Subject: [ID 20000905.002] perlfaq1.pod URL error
66056              From: "Larry W. Virden" <lvirden@cas.org>
66057              Date: Tue, 5 Sep 2000 08:24:40 -0400 (EDT)
66058              Message-Id: <200009051224.IAA11226@lwv26awu.cas.org>
66059      Branch: perl
66060            ! pod/perlfaq1.pod
66061 ____________________________________________________________________________
66062 [  7028] By: jhi                                   on 2000/09/07  18:47:13
66063         Log: Subject: Re: [ID 20000905.001] Assertion failed: file "toke.c", line 202 
66064              From: Hugo <hv@crypt.compulink.co.uk>
66065              Date: Tue, 05 Sep 2000 14:13:37 +0100
66066              Message-Id: <200009051313.OAA24507@crypt.compulink.co.uk>
66067      Branch: perl
66068            ! toke.c
66069 ____________________________________________________________________________
66070 [  7027] By: jhi                                   on 2000/09/07  18:45:35
66071         Log: Subject: [PATCH@7014] \G in non-/g is well-defined now ... right?
66072              From: Daniel Chetlin <daniel@chetlin.com>
66073              Date: Tue, 5 Sep 2000 04:57:07 -0700
66074              Message-ID: <20000905045707.A8620@ilmd.chetlin.org>
66075      Branch: perl
66076            ! pod/perlfaq6.pod pod/perlop.pod
66077 ____________________________________________________________________________
66078 [  7026] By: jhi                                   on 2000/09/07  18:44:01
66079         Log: Document the new ref() semantics.
66080              
66081              Subject: Re: Undocumented(?) change to "ref" semantics in 5.7.0
66082              From: Gisle Aas <gisle@ActiveState.com>
66083              Date: 05 Sep 2000 08:10:30 +0200
66084              Message-ID: <m3vgwb8j3d.fsf@eik.g.aas.no>
66085      Branch: perl
66086            ! pod/perldelta.pod
66087 ____________________________________________________________________________
66088 [  7025] By: jhi                                   on 2000/09/07  18:42:27
66089         Log: Make Data::Dumper (non-XS) to work with changed semantics of ref().
66090              
66091              Subject: Re: Undocumented(?) change to "ref" semantics in 5.7.0
66092              From: Gisle Aas <gisle@ActiveState.com>
66093              Date: 05 Sep 2000 08:11:40 +0200
66094              Message-ID: <m3snrf8j1f.fsf@eik.g.aas.no>
66095      Branch: perl
66096            ! ext/Data/Dumper/Dumper.pm t/lib/dumper.t
66097 ____________________________________________________________________________
66098 [  7024] By: jhi                                   on 2000/09/07  18:39:32
66099         Log: Subject: [PATCH] Modernize Opcode.pm documentation
66100              From: Gisle Aas <gisle@ActiveState.com>
66101              Date: 4 Sep 2000 00:18:55 -0000
66102              Message-ID: <20000904001855.26128.qmail@eik.g.aas.no>
66103      Branch: perl
66104            ! ext/Opcode/Opcode.pm
66105 ____________________________________________________________________________
66106 [  7023] By: jhi                                   on 2000/09/07  18:37:42
66107         Log: Subject: [PATCH] Tied filehandle documentation
66108              From: Gisle Aas <gisle@ActiveState.com>
66109              Date: 4 Sep 2000 00:14:40 -0000
66110              Message-ID: <20000904001440.26084.qmail@eik.g.aas.no>
66111      Branch: perl
66112            ! pod/perlfunc.pod pod/perltie.pod
66113 ____________________________________________________________________________
66114 [  7022] By: jhi                                   on 2000/09/07  18:35:37
66115         Log: Subject: [PATCH] Tie::StdHandle did not know about 3-arg open
66116              From: Gisle Aas <gisle@ActiveState.com>
66117              Date: 4 Sep 2000 00:04:22 -0000
66118              Message-ID: <20000904000422.26002.qmail@eik.g.aas.no>
66119      Branch: perl
66120            ! lib/Tie/Handle.pm t/lib/tie-stdhandle.t
66121 ____________________________________________________________________________
66122 [  7021] By: jhi                                   on 2000/09/07  18:33:22
66123         Log: Subject: small apidoc fix
66124              From: Marc Lehmann <pcg@goof.com>
66125              Date: Sun, 3 Sep 2000 05:12:06 +0200
66126              Message-ID: <20000903051206.A5909@cerebro.laendle>
66127      Branch: perl
66128            ! pod/perlapi.pod utf8.c
66129 ____________________________________________________________________________
66130 [  7020] By: jhi                                   on 2000/09/07  16:14:57
66131         Log: Tiny perldelta nits.
66132      Branch: perl
66133            ! pod/perldelta.pod
66134 ____________________________________________________________________________
66135 [  7019] By: jhi                                   on 2000/09/07  16:04:20
66136         Log: Guard against bad string->int conversion for quads.
66137      Branch: perl
66138            ! t/op/64bitint.t
66139 ____________________________________________________________________________
66140 [  7018] By: jhi                                   on 2000/09/06  17:07:03
66141         Log: Update Unicode todo list.
66142      Branch: perl
66143            ! Todo-5.6
66144 ____________________________________________________________________________
66145 [  7017] By: jhi                                   on 2000/09/05  21:16:01
66146         Log: Document the SvIOK_.*UV().
66147      Branch: perl
66148            ! pod/perlapi.pod sv.h
66149 ____________________________________________________________________________
66150 [  7016] By: nick                                  on 2000/09/03  21:54:46
66151         Log: Hash lookup of constant strings optimization:
66152              Introduce SvREADONLY && SvFAKE to flag an SV which has SvPVX pointing
66153              to string table (as per sharepvn). Add newSV_pvn_share to create such
66154              a thing. Make hv.c compare addresses of strings and skip string compare
66155              if equal. Make method_named and helem ops use these shared-string SVs
66156              when arg is constant. Make keys op return shared-string SVs (less clearly
66157              a win).
66158      Branch: perl
66159            ! embed.h embed.pl embedvar.h global.sym hv.c objXSUB.h op.c
66160            ! opcode.h opnames.h perlapi.c perlapi.h pod/perlapi.pod
66161            ! pod/perlintern.pod pp_hot.c proto.h sv.c
66162 ____________________________________________________________________________
66163 [  7015] By: jhi                                   on 2000/09/02  17:48:59
66164         Log: This is 5.7.0.
66165      Branch: perl
66166            ! Changes
66167 ____________________________________________________________________________
66168 [  7014] By: jhi                                   on 2000/09/02  17:35:45
66169         Log: Changes and patchlevel tweaks.
66170      Branch: perl
66171            ! Changes patchlevel.h
66172 ____________________________________________________________________________
66173 [  7013] By: jhi                                   on 2000/09/02  17:30:50
66174         Log: Update Changes.
66175      Branch: perl
66176            ! Changes patchlevel.h
66177 ____________________________________________________________________________
66178 [  7012] By: nick                                  on 2000/09/02  17:25:20
66179         Log: More %{} and other deref special casing - do not pass to 'nomethod'.
66180      Branch: perl
66181            ! gv.c lib/overload.pm
66182 ____________________________________________________________________________
66183 [  7011] By: jhi                                   on 2000/09/02  17:16:25
66184         Log: Update perlhist.
66185      Branch: perl
66186            ! pod/perlhist.pod
66187 ____________________________________________________________________________
66188 [  7010] By: jhi                                   on 2000/09/02  17:01:35
66189         Log: perldelta nits.
66190      Branch: perl
66191            ! pod/perldelta.pod
66192 ____________________________________________________________________________
66193 [  7009] By: nick                                  on 2000/09/02  16:48:35
66194         Log: If overloaded %{} etc. return the object do not loop.
66195              Thus  sub deref { $_[0] } functions if object is wanted type.
66196      Branch: perl
66197            ! pp.h
66198 ____________________________________________________________________________
66199 [  7008] By: jhi                                   on 2000/09/02  16:26:11
66200         Log: Retab MANIFEST.
66201      Branch: perl
66202            ! ext/Storable/MANIFEST
66203 ____________________________________________________________________________
66204 [  7007] By: jhi                                   on 2000/09/02  16:23:02
66205         Log: Make certain cc is set before trying to run it.
66206      Branch: perl
66207            ! hints/hpux.sh hints/irix_6.sh hints/solaris_2.sh
66208 ____________________________________________________________________________
66209 [  7006] By: jhi                                   on 2000/09/02  15:45:41
66210         Log: Unicode notes.
66211      Branch: perl
66212            ! pod/perldelta.pod
66213 ____________________________________________________________________________
66214 [  7005] By: jhi                                   on 2000/09/02  15:42:11
66215         Log: Various Configure nits by Philip Newton,
66216              plus the ebcdic one by me.
66217      Branch: metaconfig
66218            + U/modified/pager.U
66219            ! U/ebcdic/ebcdic.U U/modified/Finish.U U/modified/Guess.U
66220      Branch: metaconfig/U/perl
66221            ! Devel.U quadfio.U
66222      Branch: perl
66223            ! Configure config_h.SH
66224 ____________________________________________________________________________
66225 [  7004] By: jhi                                   on 2000/09/02  15:06:14
66226         Log: Apparently avoiding the swapping is too costly.
66227              
66228              From: "Ben Tilly" <ben_tilly@hotmail.com>
66229              Subject: Re: the door is closed.
66230              Date: Fri, 01 Sep 2000 20:23:16 EDT
66231              Message-ID: <LAW2-F2963JkUwWpSWe00000904@hotmail.com>
66232      Branch: perl
66233            ! pod/perlfaq4.pod
66234 ____________________________________________________________________________
66235 [  7003] By: nick                                  on 2000/09/02  12:26:04
66236         Log: Undo part of change 6489 which looks like a bulk edit which
66237              changed _all_ gv_efullname3() calls to gv_efullname4() calls.
66238              The supressing of main:: on return from select() is undesirable.
66239      Branch: perl
66240            ! pp_sys.c
66241 ____________________________________________________________________________
66242 [  7002] By: jhi                                   on 2000/09/01  23:08:54
66243         Log: Update Changes.
66244      Branch: perl
66245            ! Changes patchlevel.h
66246 ____________________________________________________________________________
66247 [  7001] By: jhi                                   on 2000/09/01  23:00:13
66248         Log: Subject: [PATCH: 6996] minimal removal of 8 bit chrs from perlebcdic.pod
66249              From: Peter Prymmer <pvhp@forte.com>
66250              Date: Fri, 1 Sep 2000 15:50:57 -0700 (PDT)
66251              Message-ID: <Pine.OSF.4.10.10009011542550.147696-100000@aspara.forte.com>
66252              
66253              plus rework the http: spots as suggested by Tom Christiansen,
66254              plus regen perltoc.
66255      Branch: perl
66256            ! README.os2 pod/perl56delta.pod pod/perlebcdic.pod
66257            ! pod/perlguts.pod pod/perltoc.pod pod/perlxs.pod
66258 ____________________________________________________________________________
66259 [  7000] By: jhi                                   on 2000/09/01  22:36:01
66260         Log: Only the first line, thank you very much.
66261      Branch: perl
66262            ! hints/solaris_2.sh
66263 ____________________________________________________________________________
66264 [  6999] By: gsar                                  on 2000/09/01  22:16:40
66265         Log: change#6791 accidentally clobbered change#6710, put it back
66266      Branch: perl
66267            ! win32/win32.c
66268 ____________________________________________________________________________
66269 [  6998] By: jhi                                   on 2000/09/01  22:14:16
66270         Log: Mention the HP-UX LP64 freak failure.
66271      Branch: perl
66272            ! pod/perldelta.pod
66273 ____________________________________________________________________________
66274 [  6997] By: jhi                                   on 2000/09/01  21:48:32
66275         Log: Detypo.
66276      Branch: perl
66277            ! hints/hpux.sh
66278 ____________________________________________________________________________
66279 [  6996] By: jhi                                   on 2000/09/01  21:27:10
66280         Log: Update Changes.
66281      Branch: perl
66282            ! Changes patchlevel.h
66283 ____________________________________________________________________________
66284 [  6995] By: jhi                                   on 2000/09/01  21:14:24
66285         Log: Mi splgn s gnin.g
66286      Branch: perl
66287            ! pp_ctl.c
66288 ____________________________________________________________________________
66289 [  6994] By: jhi                                   on 2000/09/01  21:09:54
66290         Log: Subject: http:// in L<>
66291              From: Nicholas Clark <nick@ccl4.org>
66292              Date: Fri, 1 Sep 2000 22:03:21 +0100
66293              Message-ID: <20000901220321.B72074@plum.flirble.org>
66294      Branch: perl
66295            ! README.os2 pod/perl56delta.pod pod/perlxs.pod
66296 ____________________________________________________________________________
66297 [  6993] By: jhi                                   on 2000/09/01  21:06:54
66298         Log: Update to Storable 1.0, from Raphael Manfredi.
66299      Branch: perl
66300            ! ext/Storable/ChangeLog ext/Storable/MANIFEST
66301            ! ext/Storable/Makefile.PL ext/Storable/README
66302            ! ext/Storable/Storable.pm ext/Storable/Storable.xs
66303            ! t/lib/st-06compat.t t/lib/st-blessed.t t/lib/st-canonical.t
66304            ! t/lib/st-dclone.t t/lib/st-dump.pl t/lib/st-forgive.t
66305            ! t/lib/st-freeze.t t/lib/st-overload.t t/lib/st-recurse.t
66306            ! t/lib/st-retrieve.t t/lib/st-store.t t/lib/st-tied.t
66307            ! t/lib/st-tiedhook.t t/lib/st-tieditems.t
66308 ____________________________________________________________________________
66309 [  6992] By: jhi                                   on 2000/09/01  20:43:05
66310         Log: Mention known sfio+linux buglet.
66311      Branch: perl
66312            ! pod/perldelta.pod
66313 ____________________________________________________________________________
66314 [  6991] By: jhi                                   on 2000/09/01  20:40:11
66315         Log: Subject: Re: [PATCH perl@6962] 2 more vms.c fix-ups and status
66316              From: Peter Prymmer <pvhp@forte.com>
66317              Date: Fri, 1 Sep 2000 12:03:38 -0700 (PDT)
66318              Message-ID: <Pine.OSF.4.10.10009011140240.147696-100000@aspara.forte.com>
66319      Branch: perl
66320            ! vms/vms.c
66321 ____________________________________________________________________________
66322 [  6990] By: jhi                                   on 2000/09/01  20:25:26
66323         Log: Retract #6986.
66324      Branch: perl
66325            ! hints/solaris_2.sh
66326 ____________________________________________________________________________
66327 [  6989] By: jhi                                   on 2000/09/01  20:23:00
66328         Log: Mergesort is back.
66329      Branch: perl
66330            ! pod/perldelta.pod pod/perltoc.pod pp_ctl.c
66331 ____________________________________________________________________________
66332 [  6988] By: jhi                                   on 2000/09/01  19:37:40
66333         Log: Subject: [PATCH] Fix vec() / utf8   (was Re: bitvec ops still broken with utf8 -- or not?)
66334              From: Mike Guy <mjtg@cam.ac.uk>
66335              Date: Fri, 01 Sep 2000 17:43:33 +0100
66336              Message-Id: <E13Utuf-0004Bw-00@draco.cus.cam.ac.uk>
66337      Branch: perl
66338            ! doop.c embed.pl perlapi.c pod/perlapi.pod pod/perldiag.pod
66339            ! pod/perlfunc.pod proto.h t/op/vec.t utf8.c
66340 ____________________________________________________________________________
66341 [  6987] By: jhi                                   on 2000/09/01  19:17:10
66342         Log: Regen perltoc.
66343      Branch: perl
66344            ! pod/perltoc.pod
66345 ____________________________________________________________________________
66346 [  6986] By: jhi                                   on 2000/09/01  18:51:10
66347         Log: Subject: Re: Solaris x86 has no SPARC libraries!
66348              From: Lupe Christoph <lupe@lupe-christoph.de>
66349              Date: Fri, 1 Sep 2000 20:41:20 +0200
66350              Message-ID: <20000901204120.P13547@alanya.lupe-christoph.de>
66351      Branch: perl
66352            ! hints/solaris_2.sh
66353 ____________________________________________________________________________
66354 [  6985] By: jhi                                   on 2000/09/01  18:28:10
66355         Log: Update Changes.
66356      Branch: perl
66357            ! Changes patchlevel.h
66358 ____________________________________________________________________________
66359 [  6984] By: jhi                                   on 2000/09/01  18:26:53
66360         Log: Feature ordering tweak.
66361      Branch: perl
66362            ! myconfig.SH
66363 ____________________________________________________________________________
66364 [  6983] By: jhi                                   on 2000/09/01  18:19:50
66365         Log: Subject: Re: [PATCH lib/overload.pm] Sanaty checking of arguments to overload::constant
66366              From: <abigail@foad.org>
66367              Date: Fri, 1 Sep 2000 13:07:32 -0400
66368              Message-ID: <20000901170732.18249.qmail@foad.org>
66369      Branch: perl
66370            ! t/pragma/overload.t
66371 ____________________________________________________________________________
66372 [  6982] By: jhi                                   on 2000/09/01  18:17:54
66373         Log: Rename the PRIElfbl, PRIX64, etc, to be PRIEUfldbl, PRIXU64,
66374              so that case-ignoring systems like DCL can tell them from
66375              PRIefldbl and PRIx64.  Apply Merijn's ccversion patches.
66376      Branch: metaconfig/U/perl
66377            ! Checkcc.U gccvers.U longdblfio.U perlxvf.U quadfio.U
66378      Branch: perl
66379            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
66380            ! config_h.SH configure.com epoc/config.sh hints/aix.sh
66381            ! hints/dec_osf.sh hints/hpux.sh hints/irix_6.sh
66382            ! hints/solaris_2.sh myconfig.SH uconfig.h uconfig.sh
66383            ! vos/config.def vos/config.h vos/config_h.SH_orig
66384            ! win32/config.bc win32/config.gc win32/config.vc
66385 ____________________________________________________________________________
66386 [  6981] By: nick                                  on 2000/09/01  17:21:57
66387         Log: Document UNTIE. Also tweak implementation to suppress the 'inner references'
66388              warning when UNTIE exists and instead pass the count of extra references to
66389              the UNTIE method.
66390      Branch: perl
66391            ! pod/perltie.pod pp_sys.c
66392 ____________________________________________________________________________
66393 [  6980] By: jhi                                   on 2000/09/01  16:54:44
66394         Log: Subject: [PATCH: 6948] add SCNfldbl to configure.com
66395              From: Peter Prymmer <pvhp@forte.com>
66396              Date: Thu, 31 Aug 2000 18:47:18 -0700 (PDT)
66397              Message-ID: <Pine.OSF.4.10.10008311811060.91659-100000@aspara.forte.com>
66398      Branch: perl
66399            ! configure.com
66400 ____________________________________________________________________________
66401 [  6979] By: jhi                                   on 2000/09/01  16:06:20
66402         Log: Subject: [ID 20000901.017] [PATCH] Basic test failure in an untidy world       
66403              From: Mike Guy <mjtg@cam.ac.uk> 
66404              Date: Fri, 01 Sep 2000 16:49:27 +0100
66405              Message-Id: <E13Ut4J-0002sd-00@draco.cus.cam.ac.uk>  
66406      Branch: perl
66407            ! t/base/rs.t
66408 ____________________________________________________________________________
66409 [  6978] By: jhi                                   on 2000/09/01  16:00:42
66410         Log: Update to PodParser 1.18, from Brad Appleton.
66411      Branch: perl
66412            ! lib/Pod/Checker.pm t/pod/find.t
66413 ____________________________________________________________________________
66414 [  6977] By: jhi                                   on 2000/09/01  14:48:58
66415         Log: Subject: Nit in Configure (bleadperl@6961)
66416              From: Lupe Christoph <lupe@lupe-christoph.de>
66417              Date: Fri, 1 Sep 2000 16:34:29 +0200
66418              Message-ID: <20000901163429.K13547@alanya.lupe-christoph.de>
66419      Branch: metaconfig
66420            ! U/compline/ccflags.U
66421      Branch: perl
66422            ! Configure config_h.SH
66423 ____________________________________________________________________________
66424 [  6976] By: jhi                                   on 2000/09/01  14:39:52
66425         Log: Update Changes.
66426      Branch: perl
66427            ! Changes patchlevel.h
66428 ____________________________________________________________________________
66429 [  6975] By: jhi                                   on 2000/09/01  14:37:36
66430         Log: microperl config update.
66431      Branch: perl
66432            ! uconfig.h uconfig.sh
66433 ____________________________________________________________________________
66434 [  6974] By: jhi                                   on 2000/09/01  14:36:53
66435         Log: Document known deficiencies.
66436      Branch: perl
66437            ! pod/perldelta.pod
66438 ____________________________________________________________________________
66439 [  6973] By: jhi                                   on 2000/09/01  14:10:20
66440         Log: Mention warnings fixes and updates.
66441      Branch: perl
66442            ! pod/perldelta.pod
66443 ____________________________________________________________________________
66444 [  6972] By: jhi                                   on 2000/09/01  14:01:52
66445         Log: Drop unused argument.
66446              
66447              Subject: Re: [ID 20000831.034] overload::constant and number of arguments. 
66448              From: Spider Boardman <spider@web.zk3.dec.com>
66449              Date: Thu, 31 Aug 2000 16:10:15 -0400
66450              Message-Id: <200008312010.QAA20392@leggy.zk3.dec.com>
66451      Branch: perl
66452            ! toke.c
66453 ____________________________________________________________________________
66454 [  6971] By: jhi                                   on 2000/09/01  13:59:24
66455         Log: Add the overload warnings to perldiag.
66456      Branch: perl
66457            ! lib/overload.pm pod/perldiag.pod
66458 ____________________________________________________________________________
66459 [  6970] By: jhi                                   on 2000/09/01  13:55:10
66460         Log: Subject: RE: [PATCH lib/overload.pm] Sanaty checking of arguments to overload::constant
66461              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
66462              Date: Fri, 1 Sep 2000 13:43:15 +0100 
66463              Message-ID: <001001c01412$32c7dde0$a20a140a@bfs.phone.com>                
66464      Branch: perl
66465            ! lib/overload.pm t/pragma/overload.t
66466 ____________________________________________________________________________
66467 [  6969] By: jhi                                   on 2000/09/01  13:52:27
66468         Log: Subject: [PATCH lib/overload.pm] Sanaty checking of arguments to overload::constant
66469              From: <abigail@foad.org>
66470              Date: Fri, 1 Sep 2000 05:46:54 -0400
66471              Message-ID: <20000901094654.6476.qmail@foad.org>
66472      Branch: perl
66473            ! lib/overload.pm
66474 ____________________________________________________________________________
66475 [  6968] By: jhi                                   on 2000/09/01  13:50:05
66476         Log: Subject: [PATCH@6961] Fix misleading example in perlretut.pod
66477              From: Daniel Chetlin <daniel@chetlin.com>
66478              Date: Fri, 1 Sep 2000 02:10:55 -0700
66479              Message-ID: <20000901021055.C3400@ilmd.chetlin.org>
66480      Branch: perl
66481            ! pod/perlretut.pod
66482 ____________________________________________________________________________
66483 [  6967] By: jhi                                   on 2000/09/01  13:47:54
66484         Log: Part of the solution.
66485              
66486              Subject: Re: [ID 20000807.004] [PATCH] conditional breakpoints leak memory
66487              From: Mike Guy <mjtg@cam.ac.uk>
66488              Date: Fri, 01 Sep 2000 14:16:01 +0100
66489              Message-Id: <E13Uqfp-0006dN-00@draco.cus.cam.ac.uk>
66490      Branch: perl
66491            ! gv.c mg.c
66492 ____________________________________________________________________________
66493 [  6966] By: jhi                                   on 2000/09/01  13:46:17
66494         Log: Subject: CPAN.pm beta 1.57_57 for the core
66495              From: andreas.koenig@anima.de (Andreas J. Koenig)
66496              Date: 01 Sep 2000 15:16:31 +0200
66497              Message-ID: <m3r974z1zk.fsf@ak-71.mind.de>
66498      Branch: perl
66499            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
66500 ____________________________________________________________________________
66501 [  6965] By: jhi                                   on 2000/09/01  13:43:18
66502         Log: Subject: [PATCH perl@6962] 2 more vms.c fix-ups and status
66503              From: "Craig A. Berry" <craig.berry@psinetcs.com>
66504              Date: Fri, 01 Sep 2000 01:47:22 -0500
66505              Message-Id: <4.3.2.7.2.20000901011206.01ca2e88@exchi01>
66506      Branch: perl
66507            ! pod/perldelta.pod vms/vms.c
66508 ____________________________________________________________________________
66509 [  6964] By: jhi                                   on 2000/09/01  13:35:35
66510         Log: File::Temp patches from Andreas König,
66511              
66512              Subject: Re: [ID 20000831.046] OK: perl v5.7.0 +DEVEL6961 on sun4-solaris 2.8  (UNINSTALLED)
66513              From: andreas.koenig@anima.de (Andreas J. Koenig)
66514              Date: 01 Sep 2000 10:07:20 +0200
66515              Message-ID: <m3lmxc1qo7.fsf@ak-71.mind.de>
66516              
66517              Subject: Re: Almost OK: perl v5.7.0 +DEVEL6937 on PA-RISC2.0 11.00 (INSTALLED)
66518              From: andreas.koenig@anima.de (Andreas J. Koenig)
66519              Date: 31 Aug 2000 23:26:08 +0200
66520              Message-ID: <m3bsy92kcv.fsf@ak-71.mind.de>
66521      Branch: perl
66522            ! lib/File/Temp.pm t/lib/ftmp-security.t
66523 ____________________________________________________________________________
66524 [  6963] By: jhi                                   on 2000/09/01  02:22:24
66525         Log: Retract the mergesort code, way too incompatible licensing
66526              and copyrights.
66527      Branch: perl
66528            ! pod/perldelta.pod pp_ctl.c
66529 ____________________________________________________________________________
66530 [  6962] By: jhi                                   on 2000/08/31  23:27:32
66531         Log: Update Changes.
66532      Branch: perl
66533            ! Changes patchlevel.h
66534 ____________________________________________________________________________
66535 [  6961] By: jhi                                   on 2000/08/31  23:20:04
66536         Log: Small tweaks all over.
66537      Branch: metaconfig
66538            ! U/compline/d_gconvert.U
66539      Branch: perl
66540            ! AUTHORS Configure config_h.SH pp_ctl.c
66541 ____________________________________________________________________________
66542 [  6960] By: jhi                                   on 2000/08/31  22:39:36
66543         Log: Further rewording.
66544      Branch: perl
66545            ! pp_ctl.c
66546 ____________________________________________________________________________
66547 [  6959] By: jhi                                   on 2000/08/31  21:26:44
66548         Log: More address tweaking.
66549      Branch: perl
66550            ! AUTHORS Changes
66551 ____________________________________________________________________________
66552 [  6958] By: jhi                                   on 2000/08/31  20:47:25
66553         Log: AUTHORS tweaks, from Peter Prymmer.
66554              
66555              Subject: [PATCH: 6948] mvs doesn't exist (not any more)
66556              From: Peter Prymmer <pvhp@forte.com>
66557              Date: Thu, 31 Aug 2000 12:56:32 -0700 (PDT) 
66558              Message-ID: <Pine.OSF.4.10.10008311248410.91659-100000@aspara.forte.com>
66559      Branch: perl
66560            ! AUTHORS MAINTAIN
66561 ____________________________________________________________________________
66562 [  6957] By: jhi                                   on 2000/08/31  20:34:43
66563         Log: perldelta tweaks.
66564      Branch: perl
66565            ! pod/perldelta.pod
66566 ____________________________________________________________________________
66567 [  6956] By: jhi                                   on 2000/08/31  19:11:06
66568         Log: Regen perltoc.
66569      Branch: perl
66570            ! pod/perltoc.pod
66571 ____________________________________________________________________________
66572 [  6955] By: jhi                                   on 2000/08/31  19:06:30
66573         Log: Clarify the mergesort situation.
66574      Branch: perl
66575            ! pp_ctl.c
66576 ____________________________________________________________________________
66577 [  6954] By: jhi                                   on 2000/08/31  18:24:17
66578         Log: Move the Solaris 7 scan to use64bitall, make the
66579              failure to find 64-bot sparc libc to mention the
66580              possibility of being in an intel, from Lupe and Alan.
66581      Branch: perl
66582            ! hints/solaris_2.sh
66583 ____________________________________________________________________________
66584 [  6953] By: jhi                                   on 2000/08/31  18:09:20
66585         Log: Forget about NV_MAX (#6951).  Various floating point tweaks,
66586              ideas from Eric Fifer, Yitzchak, Alan, and Spider.
66587      Branch: metaconfig
66588            ! U/compline/d_gconvert.U U/threads/archname.U
66589      Branch: metaconfig/U/perl
66590            ! perlxv.U
66591      Branch: perl
66592            ! Configure config_h.SH sv.c
66593 ____________________________________________________________________________
66594 [  6952] By: jhi                                   on 2000/08/31  17:42:24
66595         Log: :: not allowed in pathnames, change to .
66596              
66597              Subject: [PATCH perl@6938] cygwin port
66598              From: "Fifer, Eric" <EFifer@sanwaint.com>
66599              Date: Thu, 31 Aug 2000 16:32:59 +0100
66600              Message-ID: <779F20BCCE5AD31186A50008C75D997917179A@silldn_mail1.sanwaint.com>
66601      Branch: metaconfig/U/perl
66602            ! perlxv.U
66603 ____________________________________________________________________________
66604 [  6951] By: jhi                                   on 2000/08/31  17:02:05
66605         Log: Try to deduce NV_MAX.  Really should be Configure fodder.
66606      Branch: perl
66607            ! perl.h
66608 ____________________________________________________________________________
66609 [  6950] By: jhi                                   on 2000/08/31  16:26:08
66610         Log: More author updates.
66611              
66612              Subject: Re: [PATCH] Mark-Jason Dominus Does Exist
66613              From: Simon Cozens <simon@cozens.net>
66614              Date: Thu, 31 Aug 2000 17:13:32 +0100
66615              Message-ID: <20000831171332.A22498@deep-dark-truthful-mirror.perlhacker.org>
66616      Branch: perl
66617            ! AUTHORS
66618 ____________________________________________________________________________
66619 [  6949] By: jhi                                   on 2000/08/31  16:04:49
66620         Log: POSIX doesn't report long double values under -Duselongdouble
66621              when the long doubles are "real" (bigger than doubles).
66622              
66623              Subject: [ID 20000831.014] Not OK: perl v5.7.0 +DEVEL6919 on alpha-dec_osf-ld 5.1
66624              From: Spider Boardman <spider@peano.zk3.dec.com>
66625              Date: Thu, 31 Aug 2000 11:48:48 -0400 (EDT)
66626              Message-Id: <200008311548.LAA0000161952@peano.zk3.dec.com>
66627      Branch: perl
66628            ! ext/POSIX/POSIX.xs
66629 ____________________________________________________________________________
66630 [  6948] By: jhi                                   on 2000/08/31  15:25:10
66631         Log: Update Changes.
66632      Branch: perl
66633            ! Changes patchlevel.h
66634 ____________________________________________________________________________
66635 [  6947] By: jhi                                   on 2000/08/31  15:22:29
66636         Log: Document UNTIE in a very minimalistic way.
66637      Branch: perl
66638            ! pod/perlfunc.pod pod/perltie.pod
66639 ____________________________________________________________________________
66640 [  6946] By: jhi                                   on 2000/08/31  15:15:23
66641         Log: Document known failures.
66642      Branch: perl
66643            ! pod/perldelta.pod
66644 ____________________________________________________________________________
66645 [  6945] By: jhi                                   on 2000/08/31  15:07:00
66646         Log: Don't attach -ld to the archname if pointless.
66647      Branch: metaconfig
66648            ! U/threads/archname.U
66649      Branch: perl
66650            ! Configure config_h.SH
66651 ____________________________________________________________________________
66652 [  6944] By: jhi                                   on 2000/08/31  14:37:42
66653         Log: Wrap the test in eval.
66654              
66655              Subject: Re: [ID 20000831.009] Not OK: perl v5.7.0 +DEVEL6932 on sun4-solaris2.8 (UNINSTALLED)
66656              From: Tim Jenness <timj@jach.hawaii.edu>
66657              Date: Thu, 31 Aug 2000 03:39:33 -1000 (HST)
66658              Message-ID: <Pine.LNX.4.21.0008310311190.7444-100000@lapaki.jach.hawaii.edu>
66659      Branch: perl
66660            ! t/lib/ftmp-security.t
66661 ____________________________________________________________________________
66662 [  6943] By: jhi                                   on 2000/08/31  14:30:57
66663         Log: Make -Dusemorebits find long doubles in Solaris.
66664      Branch: perl
66665            ! hints/solaris_2.sh
66666 ____________________________________________________________________________
66667 [  6942] By: jhi                                   on 2000/08/31  13:48:45
66668         Log: Clarify the third case of ftmp-security warnings.
66669      Branch: perl
66670            ! INSTALL
66671 ____________________________________________________________________________
66672 [  6941] By: jhi                                   on 2000/08/31  13:40:31
66673         Log: Subject: [PATCH] Re: [ID 20000830.048] Not OK: perl v5.7.0 +DEVEL6938 on i686-linux 2.2.13
66674              From: <abigail@foad.org>
66675              Date: Thu, 31 Aug 2000 01:35:05 -0400
66676              Message-ID: <20000831053505.32120.qmail@foad.org>
66677      Branch: perl
66678            ! pod/perldelta.pod
66679 ____________________________________________________________________________
66680 [  6940] By: jhi                                   on 2000/08/31  13:38:48
66681         Log: Issue useful diagnostic on unknown pod commands.
66682              
66683              Subject: [PATCH lib/Pod/Man.pm] Re: [ID 20000830.048]
66684              From: <abigail@foad.org>
66685              Date: Thu, 31 Aug 2000 03:41:18 -0400
66686              Message-ID: <20000831074118.24880.qmail@foad.org>
66687      Branch: perl
66688            ! lib/Pod/Man.pm
66689 ____________________________________________________________________________
66690 [  6939] By: jhi                                   on 2000/08/31  13:34:33
66691         Log: Reveal Borland's isnan.
66692              
66693              Subject: build with BC++ tweak
66694              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
66695              Date: Thu, 31 Aug 2000 13:09:37 +0400
66696              Message-ID: <402099F49BEED211999700805FC7359F6FACA6@ru0028exch01.spb.lucent.com>
66697      Branch: perl
66698            ! win32/win32.h
66699 ____________________________________________________________________________
66700 [  6938] By: jhi                                   on 2000/08/31  05:01:20
66701         Log: Update Changes.
66702      Branch: perl
66703            ! Changes patchlevel.h
66704 ____________________________________________________________________________
66705 [  6937] By: jhi                                   on 2000/08/31  04:26:23
66706         Log: sscanf() may be the only way to read long doubles from strings.
66707      Branch: metaconfig/U/perl
66708            ! longdblfio.U
66709      Branch: perl
66710            ! Configure config_h.SH perl.h util.c
66711 ____________________________________________________________________________
66712 [  6936] By: jhi                                   on 2000/08/31  04:18:19
66713         Log: The #6929 was too skimpy.
66714      Branch: perl
66715            ! sv.c
66716 ____________________________________________________________________________
66717 [  6935] By: jhi                                   on 2000/08/31  02:47:07
66718         Log: Subject: Re: typos in pods
66719              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
66720              Date: Wed, 30 Aug 2000 19:25:34 -0700
66721              Message-ID: <eIcr5gzkg25X092yn@efn.org>
66722      Branch: perl
66723            ! lib/CPAN.pm lib/Pod/Checker.pm pod/perlmodlib.PL
66724 ____________________________________________________________________________
66725 [  6934] By: jhi                                   on 2000/08/31  02:42:55
66726         Log: Missed one Unicode file.
66727      Branch: perl
66728            + lib/unicode/UCDFF301.html
66729 ____________________________________________________________________________
66730 [  6933] By: jhi                                   on 2000/08/30  23:42:27
66731         Log: Update Changes.
66732      Branch: perl
66733            ! Changes patchlevel.h
66734 ____________________________________________________________________________
66735 [  6932] By: jhi                                   on 2000/08/30  23:40:07
66736         Log: Mention UNTIE in perldelta.  Still needs documenting
66737              in perltie et alia.
66738      Branch: perl
66739            ! pod/perldelta.pod
66740 ____________________________________________________________________________
66741 [  6931] By: jhi                                   on 2000/08/30  23:36:02
66742         Log: Subject: [PATCH] Don't use big-Oh when talking about lower bounds.
66743              From: <abigail@foad.org>
66744              Date: Wed, 30 Aug 2000 19:28:07 -0400
66745              Message-ID: <20000830232807.305.qmail@foad.org>
66746      Branch: perl
66747            ! pod/perldelta.pod
66748 ____________________________________________________________________________
66749 [  6930] By: jhi                                   on 2000/08/30  23:32:40
66750         Log: Update to Unicode 3.0.1.
66751      Branch: perl
66752            + lib/unicode/BidiMirr.txt lib/unicode/CaseFold.txt
66753            + lib/unicode/PropList.txt lib/unicode/README.perl
66754            + lib/unicode/UCD301.html lib/unicode/Unicode.301
66755            - lib/unicode/Props.txt lib/unicode/UCD300.html
66756            - lib/unicode/Unicode.300 lib/unicode/Unicode3.html
66757            ! (edit 257 files)
66758 ____________________________________________________________________________
66759 [  6929] By: jhi                                   on 2000/08/30  22:38:18
66760         Log: Heap decorruption.
66761              
66762              Subject: [PATCH] Fix for miniperl coredump on Solaris with -Duselongdouble
66763              From: Alan Burlison <Alan.Burlison@uk.sun.com>
66764              Date: Wed, 30 Aug 2000 22:39:52 +0100
66765              Message-ID: <39AD7F28.A06533CF@uk.sun.com>
66766      Branch: perl
66767            ! sv.c
66768 ____________________________________________________________________________
66769 [  6928] By: jhi                                   on 2000/08/30  22:29:34
66770         Log: Retract the dummy test, skip the security tests (instead of failing),
66771              explain what the warnings mean.
66772      Branch: perl
66773            ! INSTALL lib/File/Temp.pm t/lib/ftmp-security.t
66774 ____________________________________________________________________________
66775 [  6927] By: jhi                                   on 2000/08/30  22:14:13
66776         Log: Change the internal implementation of sort() to be mergesort
66777              instead of quicksort, from John Linderman <jpl@research.att.com>.
66778              Gives us better worst case, better average case, and stability.
66779              What's there not to like?  (Small fixes for threaded builds
66780              were required).
66781      Branch: perl
66782            ! pod/perldelta.pod pp_ctl.c t/op/runlevel.t
66783 ____________________________________________________________________________
66784 [  6926] By: jhi                                   on 2000/08/30  20:55:20
66785         Log: A better fix for the Socket building problem from Craig Berry.
66786      Branch: perl
66787            ! vms/vms.c
66788 ____________________________________________________________________________
66789 [  6925] By: jhi                                   on 2000/08/30  20:20:25
66790         Log: Subject: [PATCH] Re: UNTIE method 
66791              From: Nick Ing-Simmons <nik@tiuk.ti.com>
66792              Date: Wed, 30 Aug 2000 18:26:55 +0100 (BST)
66793              Message-Id: <200008301726.SAA01114@mikado.tiuk.ti.com>
66794      Branch: perl
66795            ! pp_sys.c t/op/tie.t
66796 ____________________________________________________________________________
66797 [  6924] By: jhi                                   on 2000/08/30  20:17:11
66798         Log: Subject: Re: not OK, 6919 on Alpha VMS V 7.1 w/ DECC 6.0-001
66799              From: "Craig A. Berry" <craig.berry@psinetcs.com>
66800              Date: Wed, 30 Aug 2000 15:03:14 -0500
66801              Message-Id: <4.3.2.7.2.20000830144622.028fe7a8@exchi01>
66802      Branch: perl
66803            ! vms/vms.c
66804 ____________________________________________________________________________
66805 [  6923] By: jhi                                   on 2000/08/30  20:15:18
66806         Log: Subject: [PATCH perl@6889] fix Storable on VMS by fixing my_fwrite()
66807              From: "Craig A. Berry" <craig.berry@psinetcs.com>
66808              Date: Wed, 30 Aug 2000 13:30:36 -0500
66809              Message-Id: <4.3.2.7.2.20000830130617.02b8b968@exchi01>
66810      Branch: perl
66811            ! vms/vms.c
66812 ____________________________________________________________________________
66813 [  6922] By: jhi                                   on 2000/08/30  19:54:43
66814         Log: Better options for rsync.
66815      Branch: perl
66816            ! pod/perlhack.pod
66817 ____________________________________________________________________________
66818 [  6921] By: jhi                                   on 2000/08/30  19:40:16
66819         Log: Subject: [ID 20000830.036] [DOC] chom?p %hash not documented
66820              From: Rick Delaney <rick@consumercontact.com>
66821              Date: Wed, 30 Aug 2000 15:36:55 -0400 (EDT)
66822              Message-Id: <Pine.UW2.4.10.10008301535210.1949-100000@consumer>
66823      Branch: perl
66824            ! pod/perlfunc.pod
66825 ____________________________________________________________________________
66826 [  6920] By: jhi                                   on 2000/08/30  19:36:40
66827         Log: Subject: [PATCH 6889] add a few ldbl formats to configure.com
66828              From: Peter Prymmer <pvhp@forte.com>
66829              Date: Tue, 29 Aug 2000 17:36:00 -0700 (PDT)
66830              Message-ID: <Pine.OSF.4.10.10008291720260.502507-100000@aspara.forte.com>
66831      Branch: perl
66832            ! configure.com
66833 ____________________________________________________________________________
66834 [  6919] By: jhi                                   on 2000/08/30  14:52:02
66835         Log: Update Changes.
66836      Branch: perl
66837            ! Changes patchlevel.h
66838 ____________________________________________________________________________
66839 [  6918] By: jhi                                   on 2000/08/30  14:48:34
66840         Log: NVs not necessarily doubles, as pointed out by Yitzchak.
66841      Branch: perl
66842            ! lib/ExtUtils/typemap
66843 ____________________________________________________________________________
66844 [  6917] By: jhi                                   on 2000/08/30  14:46:34
66845         Log: Subject: typos in pods
66846              From: Nicholas Clark <nick@ccl4.org>
66847              Date: Wed, 30 Aug 2000 01:12:50 +0100
66848              Message-ID: <20000830011249.A61388@plum.flirble.org>
66849      Branch: perl
66850            ! pod/perldbmfilter.pod pod/perldebtut.pod pod/perldebug.pod
66851            ! pod/perldiag.pod pod/perlebcdic.pod pod/perlfunc.pod
66852            ! pod/perlguts.pod pod/perlhack.pod pod/perlmodlib.pod
66853            ! pod/perlnewmod.pod pod/perlport.pod pod/perltoc.pod
66854 ____________________________________________________________________________
66855 [  6916] By: jhi                                   on 2000/08/30  14:19:09
66856         Log: Document Storable problems on Crays.  (Will have
66857              to document all the other Storable problems, too.)
66858      Branch: perl
66859            ! pod/perldelta.pod
66860 ____________________________________________________________________________
66861 [  6915] By: jhi                                   on 2000/08/30  14:06:02
66862         Log: Subject: [PATCH] fix misc cast warnings
66863              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
66864              Date: Tue, 29 Aug 2000 23:16:14 -0700
66865              Message-ID: <uaKr5gzkgGwQ092yn@efn.org>
66866      Branch: perl
66867            ! lib/ExtUtils/typemap os2/OS2/ExtAttr/ExtAttr.xs
66868            ! os2/OS2/ExtAttr/typemap os2/OS2/REXX/REXX.xs os2/os2.c
66869            ! os2/os2ish.h
66870 ____________________________________________________________________________
66871 [  6914] By: jhi                                   on 2000/08/30  14:03:45
66872         Log: Timestamp mismatch again.  Need to fix this dependence on
66873              config_h.SH timestamp, since it's the contents of config_h.SH
66874              that matter.
66875      Branch: perl
66876            ! uconfig.h uconfig.sh
66877 ____________________________________________________________________________
66878 [  6913] By: jhi                                   on 2000/08/30  13:54:06
66879         Log: Don't say "Perl 5.0 source kit".
66880      Branch: perl
66881            ! perl.c
66882 ____________________________________________________________________________
66883 [  6912] By: jhi                                   on 2000/08/30  13:51:24
66884         Log: Reset archname and archname64 always, forcing them be
66885              recomputed at each Configure run, make Configure and
66886              the hints files agree on the naming of largefiles variables.
66887      Branch: metaconfig
66888            ! U/threads/archname.U
66889      Branch: metaconfig/U/perl
66890            ! use64bits.U
66891      Branch: perl
66892            ! Configure config_h.SH configpm hints/aix.sh hints/hpux.sh
66893            ! hints/linux.sh hints/solaris_2.sh
66894 ____________________________________________________________________________
66895 [  6911] By: jhi                                   on 2000/08/30  13:30:13
66896         Log: Put back the slice accidentally removed by #6907.
66897      Branch: perl
66898            ! hints/solaris_2.sh
66899 ____________________________________________________________________________
66900 [  6910] By: jhi                                   on 2000/08/30  01:24:26
66901         Log: Be consistent: other Net::get* do export theirs.
66902              
66903              Subject: Re: Net::protoent does not export 'getproto'
66904              From: Yasushi Nakajima <sey@jkc.co.jp>
66905              Date: Wed, 30 Aug 2000 09:53:14 +0900
66906              Message-Id: <200008300051.DAA24700@taku.hut.fi>
66907      Branch: perl
66908            ! lib/Net/protoent.pm
66909 ____________________________________________________________________________
66910 [  6909] By: jhi                                   on 2000/08/30  01:17:25
66911         Log: Subject: Re: [ID 20000829.020] perl -e 'package; print __PACKAGE__' core dumps 
66912              From: Gurusamy Sarathy <gsar@ActiveState.com>
66913              Date: Tue, 29 Aug 2000 17:17:07 -0700
66914              Message-Id: <200008300017.RAA25382@smtp3.ActiveState.com>
66915      Branch: perl
66916            ! cop.h
66917 ____________________________________________________________________________
66918 [  6908] By: jhi                                   on 2000/08/30  00:58:05
66919         Log: Update Changes.
66920      Branch: perl
66921            ! Changes patchlevel.h
66922 ____________________________________________________________________________
66923 [  6907] By: jhi                                   on 2000/08/30  00:57:22
66924         Log: Introduce ccname to keep track of what compiler kind of we have.
66925      Branch: metaconfig/U/perl
66926            ! Checkcc.U gccvers.U
66927      Branch: perl
66928            ! Configure config_h.SH hints/solaris_2.sh
66929 ____________________________________________________________________________
66930 [  6906] By: jhi                                   on 2000/08/30  00:25:47
66931         Log: Put back the flags dump as reasoned in
66932              
66933              Subject: Re: [PATCH] Glob dumping
66934              From: Mike Guy <mjtg@cam.ac.uk> 
66935              Date: Tue, 29 Aug 2000 21:41:32 +0100
66936              Message-Id: <E13TsCK-0007iL-00@draco.cus.cam.ac.uk>
66937      Branch: perl
66938            ! dump.c t/lib/peek.t
66939 ____________________________________________________________________________
66940 [  6905] By: jhi                                   on 2000/08/30  00:16:17
66941         Log: Make the epsilon to be relative, not absolute.
66942              
66943              Subject: Re: [ID 20000829.039] Not OK: perl v5.7.0 +DEVEL6899 +[ID on alpha-dec_osf-ld 5.1 (UNINSTALLED)
66944              From: Spider Boardman <spider-perl@orb.nashua.nh.us>
66945              Date: Tue, 29 Aug 2000 19:58:56 -0400
66946              Message-Id: <200008292358.TAA31114@leggy.zk3.dec.com>
66947      Branch: perl
66948            ! t/lib/trig.t
66949 ____________________________________________________________________________
66950 [  6904] By: jhi                                   on 2000/08/30  00:13:09
66951         Log: From now on, Gisle is on my list of usual suspects :-)
66952              Retract #6902.
66953      Branch: perl
66954            ! ext/Opcode/Safe.pm
66955 ____________________________________________________________________________
66956 [  6903] By: jhi                                   on 2000/08/29  23:51:20
66957         Log: Subject: [PATCH perl@6889] Chuck Lane's OpenVMS piping improvements
66958              From: "Craig A. Berry" <craig.berry@psinetcs.com>
66959              Date: Tue, 29 Aug 2000 18:43:26 -0500
66960              Message-Id: <4.3.2.7.2.20000829180705.01b005b8@exchi01>
66961      Branch: perl
66962            + vms/vmspipe.com
66963            ! MANIFEST t/io/openpid.t vms/descrip_mms.template vms/test.com
66964            ! vms/vms.c
66965 ____________________________________________________________________________
66966 [  6902] By: jhi                                   on 2000/08/29  23:44:14
66967         Log: Retry what #6882 attempted.
66968              
66969              Subject: Re: [ID 20000829.004] Sharing leak root name into safe compartment
66970              From: Gisle Aas <gisle@ActiveState.com>
66971              Date: 30 Aug 2000 00:33:09 +0200
66972              Message-ID: <m3pumry9y2.fsf@eik.g.aas.no>
66973      Branch: perl
66974            ! ext/Opcode/Safe.pm
66975 ____________________________________________________________________________
66976 [  6901] By: jhi                                   on 2000/08/29  22:59:32
66977         Log: Subject: [PATCH 5.6.0] [ID 20000608.006] panic: magic_killbackrefs with blessed global weakrefs
66978              From: Hugo <hv@crypt.compulink.co.uk>
66979              Date: Mon, 12 Jun 2000 19:36:08 +0100
66980              Message-Id: <200006121836.TAA16977@crypt.compulink.co.uk>
66981      Branch: perl
66982            ! sv.c
66983 ____________________________________________________________________________
66984 [  6900] By: jhi                                   on 2000/08/29  22:58:35
66985         Log: Admit that we are leaking scalars.
66986              
66987              Subject: [ID 20000829.037] Not OK: perl v5.7.0 +DEVEL6899 on alpha-dec_osf 4.0f (UNINSTALLED)
66988              From: Spider Boardman <spider@leggy.zk3.dec.com>
66989              Date: Tue, 29 Aug 2000 18:48:29 -0400
66990              Message-Id: <200008292248.SAA31507@leggy.zk3.dec.com>
66991      Branch: perl
66992            ! t/pragma/warnings.t
66993 ____________________________________________________________________________
66994 [  6899] By: jhi                                   on 2000/08/29  20:53:13
66995         Log: Update Changes.
66996      Branch: perl
66997            ! Changes patchlevel.h
66998 ____________________________________________________________________________
66999 [  6898] By: jhi                                   on 2000/08/29  20:46:21
67000         Log: Undo namespace pollution of #6878.
67001              
67002              Subject: Re: Net::protoent does not export 'getproto'
67003              From: Mike Guy <mjtg@cam.ac.uk>
67004              Date: Tue, 29 Aug 2000 21:32:37 +0100
67005              Message-Id: <E13Ts3h-0007eN-00@draco.cus.cam.ac.uk>
67006      Branch: perl
67007            ! lib/Net/protoent.pm
67008 ____________________________________________________________________________
67009 [  6897] By: jhi                                   on 2000/08/29  20:44:29
67010         Log: Subject: [PATCH: 6889] updates to perlebcdic.pod
67011              From: Peter Prymmer <pvhp@forte.com>
67012              Date: Tue, 29 Aug 2000 13:32:41 -0700 (PDT)
67013              Message-ID: <Pine.OSF.4.10.10008291327500.502507-100000@aspara.forte.com>
67014      Branch: perl
67015            ! pod/perlebcdic.pod
67016 ____________________________________________________________________________
67017 [  6896] By: jhi                                   on 2000/08/29  20:40:57
67018         Log: There's no point repeating the 'revision' (5) of perl5.
67019      Branch: metaconfig/U/perl
67020            ! Devel.U patchlevel.U
67021      Branch: perl
67022            ! Configure config_h.SH
67023 ____________________________________________________________________________
67024 [  6895] By: jhi                                   on 2000/08/29  20:16:58
67025         Log: Regen Configure for #6894.
67026      Branch: metaconfig/U/perl
67027            ! perladmin.U
67028      Branch: perl
67029            ! Configure config_h.SH
67030 ____________________________________________________________________________
67031 [  6894] By: jhi                                   on 2000/08/29  19:59:52
67032         Log: Subject: [ID 20000829.023] [PATCH 6868] perlbug@perl.com --> perlbug@perl.org
67033              From: "Philip Newton" <Philip.Newton@gmx.net>
67034              Date: Tue, 29 Aug 2000 21:39:14 +0200
67035              Message-Id: <200008291938.VAA98259@smtp1.nikoma.de>
67036      Branch: perl
67037            ! Configure INSTALL README hints/README.hints hints/bsdos.sh
67038            ! hints/freebsd.sh pod/perl.pod pod/perl56delta.pod
67039            ! pod/perlfaq2.pod pod/perllocale.pod pod/perlxs.pod
67040            ! utils/perlbug.PL
67041 ____________________________________________________________________________
67042 [  6893] By: jhi                                   on 2000/08/29  19:55:30
67043         Log: Subject: [ID 20000829.022] [PATCH 6868] Minor nit in installhtml
67044              From: "Philip Newton" <Philip.Newton@gmx.net>
67045              Date: Tue, 29 Aug 2000 21:39:14 +0200
67046              Message-Id: <200008291938.VAA98255@smtp1.nikoma.de>
67047      Branch: perl
67048            ! installhtml
67049 ____________________________________________________________________________
67050 [  6892] By: jhi                                   on 2000/08/29  19:53:59
67051         Log: Subject: [ID 20000829.026] [PATCH 6868] File::Temp
67052              From: "Philip Newton" <Philip.Newton@gmx.net>
67053              Date: Tue, 29 Aug 2000 21:48:18 +0200
67054              Message-Id: <200008291947.VAA13628@smtp2.nikoma.de>
67055      Branch: perl
67056            ! lib/File/Temp.pm
67057 ____________________________________________________________________________
67058 [  6891] By: jhi                                   on 2000/08/29  18:30:03
67059         Log: Nail the ID 20000828.023.
67060      Branch: perl
67061            ! ext/Storable/Storable.xs
67062 ____________________________________________________________________________
67063 [  6890] By: jhi                                   on 2000/08/29  16:50:17
67064         Log: Under usethreads the dumped variable is IN_PAD.
67065              
67066              Subject: Re: [PATCH] Glob dumping
67067              From: Gisle Aas <gisle@ActiveState.com>
67068              Date: 29 Aug 2000 18:45:05 +0200
67069              Message-ID: <m37l9010fi.fsf@eik.g.aas.no>
67070      Branch: perl
67071            ! t/lib/peek.t
67072 ____________________________________________________________________________
67073 [  6889] By: jhi                                   on 2000/08/29  15:17:37
67074         Log: Update Changes.
67075      Branch: perl
67076            ! Changes patchlevel.h
67077 ____________________________________________________________________________
67078 [  6888] By: jhi                                   on 2000/08/29  14:49:59
67079         Log: Retract #6882, broke the safe tests.
67080      Branch: perl
67081            ! ext/Opcode/Safe.pm
67082 ____________________________________________________________________________
67083 [  6887] By: jhi                                   on 2000/08/29  14:47:06
67084         Log: Subject: Re: [ID 20000525.003] perldoc fails when Makefile.PL is in cwd
67085              From: Gisle Aas <gisle@ActiveState.com> 
67086              Date: 09 Jun 2000 20:00:11 +0200
67087              Message-ID: <m3n1kud9as.fsf@eik.g.aas.no>
67088      Branch: perl
67089            ! utils/perldoc.PL
67090 ____________________________________________________________________________
67091 [  6886] By: jhi                                   on 2000/08/29  14:42:45
67092         Log: The #6881 removed one dump line.
67093      Branch: perl
67094            ! t/lib/peek.t
67095 ____________________________________________________________________________
67096 [  6885] By: jhi                                   on 2000/08/29  14:30:47
67097         Log: Don't forget to tidy up.
67098      Branch: perl
67099            ! t/lib/ftmp-security.t
67100 ____________________________________________________________________________
67101 [  6884] By: jhi                                   on 2000/08/29  14:25:17
67102         Log: Disabling the one test is a bit tricky.
67103      Branch: perl
67104            ! t/lib/ftmp-security.t
67105 ____________________________________________________________________________
67106 [  6883] By: jhi                                   on 2000/08/29  14:16:25
67107         Log: Disable one of the tests for now.
67108      Branch: perl
67109            ! t/lib/ftmp-security.t
67110 ____________________________________________________________________________
67111 [  6882] By: jhi                                   on 2000/08/29  14:05:50
67112         Log: Subject: [ID 20000829.004] Sharing leak root name into safe compartment
67113              From: gisle@aas.no
67114              Date: 29 Aug 2000 10:35:06 -0000
67115              Message-Id: <20000829103506.21538.qmail@eik.g.aas.no>
67116      Branch: perl
67117            ! ext/Opcode/Safe.pm
67118 ____________________________________________________________________________
67119 [  6881] By: jhi                                   on 2000/08/29  14:03:51
67120         Log: Subject: [PATCH] Glob dumping
67121              From: Gisle Aas <gisle@ActiveState.com>
67122              Date: 29 Aug 2000 07:59:42 -0000
67123              Message-ID: <20000829075942.20923.qmail@eik.g.aas.no>
67124      Branch: perl
67125            ! dump.c
67126 ____________________________________________________________________________
67127 [  6880] By: jhi                                   on 2000/08/29  14:02:01
67128         Log: Subject: [PATCH] Warnings in B::Deparse
67129              From: <abigail@foad.org>
67130              Date: Tue, 29 Aug 2000 00:00:01 -0400
67131              Message-ID: <20000829040001.2999.qmail@foad.org>
67132      Branch: perl
67133            ! ext/B/B/Deparse.pm
67134 ____________________________________________________________________________
67135 [  6879] By: jhi                                   on 2000/08/29  13:57:26
67136         Log: Missed a change in #6869.
67137      Branch: perl
67138            ! mg.c
67139 ____________________________________________________________________________
67140 [  6878] By: jhi                                   on 2000/08/29  13:45:04
67141         Log: Subject: Net::protoent does not export 'getproto'
67142              From: Yasushi Nakajima <sey@jkc.co.jp>
67143              Date: Tue, 29 Aug 2000 17:28:57 +0900                 
67144      Branch: perl
67145            ! lib/Net/protoent.pm
67146 ____________________________________________________________________________
67147 [  6877] By: jhi                                   on 2000/08/29  13:39:19
67148         Log: Patches all over for people and the files they (hopefully) care about.
67149      Branch: perl
67150            ! AUTHORS Changes MAINTAIN
67151 ____________________________________________________________________________
67152 [  6876] By: jhi                                   on 2000/08/29  12:53:54
67153         Log: Fix for thinko in #6848.
67154              
67155              Subject: Compiler error in ext/Thread/Thread.c (bleadperl@6866)
67156              From: Lupe Christoph <lupe@lupe-christoph.de>
67157              Date: Tue, 29 Aug 2000 09:04:08 +0200
67158              Message-ID: <20000829090408.V4437@alanya.lupe-christoph.de>
67159      Branch: perl
67160            ! ext/Thread/Thread.xs
67161 ____________________________________________________________________________
67162 [  6875] By: jhi                                   on 2000/08/29  12:50:14
67163         Log: Update to Getopt::Long 2.24, from Johan Vromans.
67164      Branch: perl
67165            ! lib/Getopt/Long.pm t/lib/gol-basic.t t/lib/gol-oo.t
67166 ____________________________________________________________________________
67167 [  6874] By: jhi                                   on 2000/08/29  02:09:53
67168         Log: Use minimal @INC in tests, most of the time just '../lib',
67169              so that we simply can't pick up stuff from other Perls than
67170              the one we are testing.  Pointed out by
67171              
67172              From: Mike Guy <mjtg@cam.ac.uk>
67173              Subject: Re: [PATCH: 6757] make new Storable tests forgiving of places where not built   
67174              Date: Fri, 25 Aug 2000 15:15:59 +0100
67175              Message-Id: <E13SKH1-00031D-00@virgo.cus.cam.ac.uk>
67176      Branch: perl
67177            ! (edit 185 files)
67178 ____________________________________________________________________________
67179 [  6873] By: jhi                                   on 2000/08/29  01:07:11
67180         Log: Subject: [PATCH] Re: files not cleaned even by veryclean
67181              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
67182              Date: Mon, 28 Aug 2000 17:45:52 -0700
67183              Message-ID: <Afwq5gzkg2UB092yn@efn.org>
67184      Branch: perl
67185            ! Makefile.SH hints/os2.sh
67186 ____________________________________________________________________________
67187 [  6872] By: jhi                                   on 2000/08/28  23:33:39
67188         Log: Subject: [PATCH bleedperl@6866] spellings
67189              From: marcel@codewerk.com (Marcel Grunauer)
67190              Date: Tue, 29 Aug 2000 01:19:59 +0200
67191              Message-Id: <200008282319.BAA29862@gandalf.local>
67192      Branch: perl
67193            ! README.os390 pod/perl5004delta.pod pod/perldebtut.pod
67194            ! pod/perlebcdic.pod pod/perlfunc.pod pod/perlguts.pod
67195            ! pod/perlipc.pod pod/perlthrtut.pod pod/perlutil.pod
67196 ____________________________________________________________________________
67197 [  6871] By: jhi                                   on 2000/08/28  23:22:09
67198         Log: Take out the SUIDMAIL thing, that will not be
67199              a problem in 5.7.*.
67200      Branch: perl
67201            ! patchlevel.h
67202 ____________________________________________________________________________
67203 [  6870] By: jhi                                   on 2000/08/28  23:19:30
67204         Log: -S is the silent flag, -s is the strip flag.
67205              
67206              Subject: [PATCH] Re: [PATCH] make no-install          
67207              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
67208              Date: Mon, 28 Aug 2000 15:12:55 -0700
67209              Message-ID: <nPuq5gzkg2FO092yn@efn.org> 
67210      Branch: perl
67211            ! Makefile.SH
67212 ____________________________________________________________________________
67213 [  6869] By: jhi                                   on 2000/08/28  23:12:05
67214         Log: Subject: [PATCH bleedperl@6856] warnings fixes
67215              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
67216              Date: Mon, 28 Aug 2000 23:55:06 +0100
67217              Message-ID: <000501c01143$0230af80$2014140a@bfs.phone.com>
67218      Branch: perl
67219            ! lib/warnings.pm pod/perllexwarn.pod t/pragma/warn/7fatal
67220            ! warnings.h warnings.pl
67221 ____________________________________________________________________________
67222 [  6868] By: jhi                                   on 2000/08/28  21:38:22
67223         Log: Potential cruft.
67224      Branch: perl
67225            ! Makefile.SH
67226 ____________________________________________________________________________
67227 [  6867] By: jhi                                   on 2000/08/28  21:35:36
67228         Log: Update Changes.
67229      Branch: perl
67230            ! Changes patchlevel.h
67231 ____________________________________________________________________________
67232 [  6866] By: jhi                                   on 2000/08/28  21:33:49
67233         Log: Subject: hv.h Doc Patch
67234              From: Fisher Mark <fisherm@tce.com>
67235              Date: Mon, 28 Aug 2000 16:24:59 -0500
67236              Message-ID: <B9B6874277EED211B1890008C707AF5302881C77@indyexch3.indy.tce.com>
67237      Branch: perl
67238            ! hv.h
67239 ____________________________________________________________________________
67240 [  6865] By: jhi                                   on 2000/08/28  21:02:15
67241         Log: Add -ld to archname on long tr...double platforms.
67242      Branch: metaconfig
67243            ! U/threads/archname.U
67244      Branch: perl
67245            ! Configure config_h.SH
67246 ____________________________________________________________________________
67247 [  6864] By: jhi                                   on 2000/08/28  20:38:59
67248         Log: An attempt to fix the problem reported in
67249              
67250              Subject: Building perl@6856 using gcc/AIX 4.3.3 
67251              From: Daniel Muino <dmuino@afip.gov.ar> 
67252              Date: Mon, 28 Aug 2000 15:50:01 -0300   
67253              Message-ID: <20000828155001.A14403@con2-dgi>
67254              
67255              I can't test this properly since the gcc installation I have
67256              access to seems to be botched (gcc is calling the AIX cpp,
67257              a losing proposition...)
67258      Branch: perl
67259            ! hints/aix.sh
67260 ____________________________________________________________________________
67261 [  6863] By: jhi                                   on 2000/08/28  18:57:52
67262         Log: Fix for ID 20000828.001, long doubles were not formatted
67263              correctly (showed up in $], which stopped installing perl).
67264      Branch: perl
67265            ! sv.c
67266 ____________________________________________________________________________
67267 [  6862] By: jhi                                   on 2000/08/28  18:07:15
67268         Log: Typo in #6858.
67269      Branch: perl
67270            ! lib/Cwd.pm
67271 ____________________________________________________________________________
67272 [  6861] By: jhi                                   on 2000/08/28  17:57:27
67273         Log: opmini.o may be left around if a build is interrupted.
67274      Branch: perl
67275            ! Makefile.SH
67276 ____________________________________________________________________________
67277 [  6860] By: jhi                                   on 2000/08/28  16:52:50
67278         Log: Subject: [PATCH@6855] _Minor_ change to overload.pm pod
67279              From: Daniel Chetlin <daniel@chetlin.com>
67280              Date: Mon, 28 Aug 2000 01:14:18 -0700
67281              Message-ID: <20000828011418.J769@ilmd.chetlin.org>
67282      Branch: perl
67283            ! lib/overload.pm
67284 ____________________________________________________________________________
67285 [  6859] By: jhi                                   on 2000/08/28  16:08:46
67286         Log: Subject: [ID 20000828.009] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6855 on i586-linux 2.2.12 (UNINSTALLED)
67287              From: Nicholas Clark <nick@ccl4.org>
67288              Date: Mon, 28 Aug 2000 16:03:27 +0100
67289              Message-Id: <20000828160327.C49785@plum.flirble.org>
67290      Branch: perl
67291            ! ext/ByteLoader/bytecode.h
67292 ____________________________________________________________________________
67293 [  6858] By: jhi                                   on 2000/08/28  16:02:10
67294         Log: Subject: [ID 20000828.006] dir name "0" not safe with Cwd.pm
67295              From: Wolfgang Laun <wolfgang.laun@alcatel.at>
67296              Date: Mon, 28 Aug 2000 13:08:30 +0200
67297              Message-Id: <200008281108.NAA00782@localhost.aut.alcatel.at>
67298      Branch: perl
67299            ! lib/Cwd.pm
67300 ____________________________________________________________________________
67301 [  6857] By: jhi                                   on 2000/08/28  15:42:47
67302         Log: display_format used as a class method without arguments was broken,
67303              reported in
67304              
67305              Subject: Math::Complex->display_format() sets style to 'Math::Complex'
67306              From: Yasushi Nakajima <sey@san.p.kyoto.jkc.co.jp>
67307              Date: Mon, 28 Aug 2000 16:38:08 +0900 (JST)
67308              Message-Id: <200008280738.QAA00215@san.p.kyoto.jkc.co.jp>
67309      Branch: perl
67310            ! lib/Math/Complex.pm t/lib/complex.t
67311 ____________________________________________________________________________
67312 [  6856] By: jhi                                   on 2000/08/27  22:09:48
67313         Log: Update Changes.
67314      Branch: perl
67315            ! Changes patchlevel.h
67316 ____________________________________________________________________________
67317 [  6855] By: jhi                                   on 2000/08/27  21:59:21
67318         Log: Retract #6853 (false alarm).
67319      Branch: perl
67320            ! lib/ExtUtils/xsubpp
67321 ____________________________________________________________________________
67322 [  6854] By: jhi                                   on 2000/08/27  21:37:44
67323         Log: Update Changes.
67324      Branch: perl
67325            ! Changes patchlevel.h
67326 ____________________________________________________________________________
67327 [  6853] By: jhi                                   on 2000/08/27  21:37:16
67328         Log: Subject: [PATCH perl@6850] workaround for xsubpp
67329              From: Hugo <hv@crypt.compulink.co.uk>
67330              Date: Sun, 27 Aug 2000 22:30:25 +0100
67331              Message-Id: <200008272130.WAA10083@crypt.compulink.co.uk>
67332      Branch: perl
67333            ! lib/ExtUtils/xsubpp
67334 ____________________________________________________________________________
67335 [  6852] By: jhi                                   on 2000/08/27  21:33:58
67336         Log: Big-endian 64-bit patch from Raphael Manfredi.
67337      Branch: perl
67338            ! ext/Storable/Storable.xs
67339 ____________________________________________________________________________
67340 [  6851] By: jhi                                   on 2000/08/27  21:22:21
67341         Log: More ruthless editing from Hugo van der Sanden.
67342      Branch: perl
67343            ! pod/perldelta.pod
67344 ____________________________________________________________________________
67345 [  6850] By: jhi                                   on 2000/08/27  16:11:46
67346         Log: Update Changes.
67347      Branch: perl
67348            ! Changes patchlevel.h
67349 ____________________________________________________________________________
67350 [  6849] By: jhi                                   on 2000/08/27  16:11:05
67351         Log: Provice virtual $Config{ccflags_nolargefiles} etc. 
67352      Branch: perl
67353            ! configpm pod/perldelta.pod
67354 ____________________________________________________________________________
67355 [  6848] By: jhi                                   on 2000/08/27  15:35:08
67356         Log: Use the actual thread type, not the pointer-to-struct.
67357      Branch: perl
67358            ! ext/Thread/Thread.xs
67359 ____________________________________________________________________________
67360 [  6847] By: jhi                                   on 2000/08/27  15:30:49
67361         Log: Test nit.
67362      Branch: perl
67363            ! t/pragma/warn/pp_sys
67364 ____________________________________________________________________________
67365 [  6846] By: jhi                                   on 2000/08/27  15:19:02
67366         Log: Passing -R in ldflags makes now it to appear in the default
67367              for lddlflags, just like with -L.
67368              
67369              Subject: Re: MM_Unix.pm LD_RUN_PATH niggles on Solaris
67370              From: Lupe Christoph <lupe@lupe-christoph.de>
67371              Date: Sun, 27 Aug 2000 10:28:21 +0200
67372              Message-ID: <20000827102821.B4437@alanya.lupe-christoph.de>
67373      Branch: metaconfig/U/perl
67374            ! dlsrc.U
67375      Branch: perl
67376            ! Configure
67377 ____________________________________________________________________________
67378 [  6845] By: jhi                                   on 2000/08/27  15:08:54
67379         Log: Subject: MM_Unix.pm LD_RUN_PATH niggles on Solaris
67380              From: Alan Burlison <Alan.Burlison@uk.sun.com>
67381              Date: Sat, 26 Aug 2000 22:23:27 +0100
67382              Message-ID: <39A8354F.E1E832C9@uk.sun.com>
67383      Branch: perl
67384            ! lib/ExtUtils/MM_Unix.pm
67385 ____________________________________________________________________________
67386 [  6844] By: jhi                                   on 2000/08/27  15:02:37
67387         Log: DJGPP update from Laszlo Molnar.
67388              
67389              Subject: [ID 20000826.014] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6788 on dos-djgpp djgpp (UNINSTALLED) [PATCH]
67390              From: ml1050 <ml1050@freemail.hu>
67391              Date: Sat, 26 Aug 2000 23:24:40 +0200
67392              Message-Id: <20000826232440.A439@freemail.hu>
67393      Branch: perl
67394            ! djgpp/config.over lib/File/Temp.pm pod/buildtoc.PL
67395            ! t/lib/ftmp-security.t t/lib/posix.t t/pragma/warn/pp_sys
67396 ____________________________________________________________________________
67397 [  6843] By: jhi                                   on 2000/08/27  14:53:58
67398         Log: Subject: installman buglet
67399              From: Lupe Christoph <lupe@lupe-christoph.de>
67400              Date: Sun, 27 Aug 2000 14:38:59 +0200
67401              Message-ID: <20000827143859.E4437@alanya.lupe-christoph.de>
67402      Branch: perl
67403            ! installman
67404 ____________________________________________________________________________
67405 [  6842] By: jhi                                   on 2000/08/27  14:52:08
67406         Log: Can't get the test to reliably work thanks to the
67407              inaccurateness of floating point.  "Resolves" bug ids
67408              20000826.003, 20000826.009, 20000826.010,
67409      Branch: perl
67410            ! t/lib/trig.t
67411 ____________________________________________________________________________
67412 [  6841] By: jhi                                   on 2000/08/26  15:53:58
67413         Log: Update Changes.
67414      Branch: perl
67415            ! Changes patchlevel.h
67416 ____________________________________________________________________________
67417 [  6840] By: jhi                                   on 2000/08/26  14:23:03
67418         Log: grep -e isn't portable.
67419              
67420              Subject: [ID 20000825.027] let me (perlbug@perl.com) know how I blew it
67421              From: chris@broadband.att.com
67422              Date: Sat, 26 Aug 2000 00:17:27 -0600 (MDT)
67423              Message-Id: <200008260617.AAA10219@lazlo.tci.com>
67424      Branch: perl
67425            ! hints/solaris_2.sh
67426 ____________________________________________________________________________
67427 [  6839] By: jhi                                   on 2000/08/26  14:12:23
67428         Log: no-install target a la make -n.
67429              
67430              Subject: [PATCH] make no-install (was Re: [PATCH] installation not quite silent yet.)
67431              From: <abigail@foad.org>
67432              Date: Sat, 26 Aug 2000 03:57:34 -0400
67433              Message-ID: <20000826075735.18912.qmail@foad.org>
67434      Branch: perl
67435            ! Makefile.SH installman installperl
67436 ____________________________________________________________________________
67437 [  6838] By: jhi                                   on 2000/08/26  14:06:33
67438         Log: Retract #6826 as the #6828 should be do the same
67439              in a More Correct Way.
67440      Branch: perl
67441            ! installperl
67442 ____________________________________________________________________________
67443 [  6837] By: jhi                                   on 2000/08/26  05:24:00
67444         Log: More casting.
67445      Branch: perl
67446            ! ext/Storable/Storable.xs
67447 ____________________________________________________________________________
67448 [  6836] By: jhi                                   on 2000/08/26  05:05:46
67449         Log: Nicer in decimal.
67450      Branch: perl
67451            ! ext/Storable/Storable.xs
67452 ____________________________________________________________________________
67453 [  6835] By: jhi                                   on 2000/08/26  05:03:50
67454         Log: There be no UVdf.
67455      Branch: perl
67456            ! ext/Storable/Storable.xs
67457 ____________________________________________________________________________
67458 [  6834] By: jhi                                   on 2000/08/26  05:00:18
67459         Log: Continue IVdfing and UVxfing.
67460      Branch: perl
67461            ! ext/Storable/Storable.xs
67462 ____________________________________________________________________________
67463 [  6833] By: jhi                                   on 2000/08/26  04:53:14
67464         Log: Use IVdf.
67465      Branch: perl
67466            ! ext/Storable/Storable.xs
67467 ____________________________________________________________________________
67468 [  6832] By: jhi                                   on 2000/08/26  04:40:41
67469         Log: Document PTR2XX and INT2PTR.
67470      Branch: perl
67471            ! pod/perlguts.pod
67472 ____________________________________________________________________________
67473 [  6831] By: jhi                                   on 2000/08/26  04:33:18
67474         Log: Use UVxf, PTR2UV, NVff.
67475      Branch: perl
67476            ! ext/Storable/Storable.xs
67477 ____________________________________________________________________________
67478 [  6830] By: jhi                                   on 2000/08/26  04:31:32
67479         Log: Update the test count.
67480      Branch: perl
67481            ! t/lib/trig.t
67482 ____________________________________________________________________________
67483 [  6829] By: jhi                                   on 2000/08/26  03:05:50
67484         Log: Subject: [PATCH] installation not quite silent yet.
67485              From: <abigail@foad.org>
67486              Date: Fri, 25 Aug 2000 20:07:53 -0400
67487              Message-ID: <20000826000753.7822.qmail@foad.org>
67488      Branch: perl
67489            ! installman installperl
67490 ____________________________________________________________________________
67491 [  6828] By: jhi                                   on 2000/08/26  03:05:14
67492         Log: Subject: Re: [ID 20000825.019] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6820 on alpha-dec_osf 5.1 (UNINSTALLED) 
67493              From: Spider Boardman <spider@web.zk3.dec.com>
67494              Date: Fri, 25 Aug 2000 19:12:40 -0400
67495              Message-Id: <200008252312.TAA17828@leggy.zk3.dec.com>
67496      Branch: perl
67497            ! gv.c
67498 ____________________________________________________________________________
67499 [  6827] By: jhi                                   on 2000/08/25  23:54:34
67500         Log: Support preserving extremely big/small angles.
67501      Branch: perl
67502            ! lib/Math/Trig.pm pod/perldelta.pod t/lib/trig.t
67503 ____________________________________________________________________________
67504 [  6826] By: jhi                                   on 2000/08/25  23:01:20
67505         Log: Patch installperl to be long double-aware.
67506              
67507              Subject: Re: [PATCH] [ID 20000825.019] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6820 on alpha-dec_osf 5.1 (UNINSTALLED) 
67508              From: Spider Boardman <spider@web.zk3.dec.com>
67509              Date: Fri, 25 Aug 2000 18:15:23 -0400
67510              Message-Id: <200008252215.SAA28740@leggy.zk3.dec.com>
67511      Branch: perl
67512            ! installperl
67513 ____________________________________________________________________________
67514 [  6825] By: jhi                                   on 2000/08/25  22:58:25
67515         Log: Remove duplicately applied patch shards.
67516              
67517              Subject: [ID 20000825.012] [PATCH@6822] t/lib/cgi-html.t produces ugly cruft during 'make test'
67518              From: Spider Boardman <spider@leggy.zk3.dec.com>
67519              Date: Fri, 25 Aug 2000 16:45:03 -0400
67520              Message-Id: <200008252045.QAA23518@leggy.zk3.dec.com>
67521      Branch: perl
67522            ! t/lib/cgi-html.t
67523 ____________________________________________________________________________
67524 [  6824] By: jhi                                   on 2000/08/25  22:57:00
67525         Log: Subject: [PATCH @6820] installman under -w and strict (was Re: [PATCH] More silencing of installman.)
67526              From: Daniel Chetlin <daniel@chetlin.com>
67527              Date: Fri, 25 Aug 2000 12:23:16 -0700
67528              Message-ID: <20000825122316.A10250@ilmd.chetlin.org>
67529              
67530              Subject: Re: [PATCH @6820] installman under -w and strict (was Re: [PATCH] More silencing of installman.)
67531              From: Daniel Chetlin <daniel@chetlin.com>
67532              Date: Fri, 25 Aug 2000 14:47:19 -0700
67533              Message-ID: <20000825144719.A20587@ilmd.chetlin.org>
67534      Branch: perl
67535            ! installman
67536 ____________________________________________________________________________
67537 [  6823] By: jhi                                   on 2000/08/25  22:44:17
67538         Log: Timestamp problem?
67539      Branch: perl
67540            ! uconfig.h uconfig.sh
67541 ____________________________________________________________________________
67542 [  6822] By: jhi                                   on 2000/08/25  19:01:06
67543         Log: One forgotten file from #6816.
67544      Branch: perl
67545            ! vos/config.h
67546 ____________________________________________________________________________
67547 [  6821] By: jhi                                   on 2000/08/25  18:56:39
67548         Log: Regen Changes.
67549      Branch: perl
67550            ! Changes patchlevel.h
67551 ____________________________________________________________________________
67552 [  6820] By: jhi                                   on 2000/08/25  18:52:35
67553         Log: Fix Changes ordering.
67554      Branch: perl
67555            ! Changes
67556 ____________________________________________________________________________
67557 [  6819] By: jhi                                   on 2000/08/25  18:50:25
67558         Log: Update Changes.
67559      Branch: perl
67560            ! Changes patchlevel.h
67561 ____________________________________________________________________________
67562 [  6818] By: jhi                                   on 2000/08/25  18:47:45
67563         Log: Tweak the sfio/useperlio logic, hopefully as wished in
67564              
67565              Subject: [ID 20000825.004] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6804 on i586-linux 2.2.12 (UNINSTALLED)
67566              From: Nicholas Clark <nick@babyhippo.co.uk>
67567              Date: Fri, 25 Aug 2000 12:01:45 +0100
67568              Message-Id: <E13SHF3-0005I9-00@fruitbat.babyhippo.co.uk>
67569      Branch: metaconfig/U/perl
67570            ! d_sfio.U
67571      Branch: perl
67572            ! Configure
67573 ____________________________________________________________________________
67574 [  6817] By: jhi                                   on 2000/08/25  18:32:51
67575         Log: Allow microperl to assume <math.h>, without it the math
67576              functions like floor() are assumed to return int, which makes
67577              for core dumps in machines where integer and floating register
67578              don't mix.
67579      Branch: perl
67580            ! uconfig.h uconfig.sh
67581 ____________________________________________________________________________
67582 [  6816] By: jhi                                   on 2000/08/25  18:27:17
67583         Log: AIX 4.3.3 has SOCKS in libc with a differently named init routine,
67584              the problem reported in
67585              
67586              Subject: [ID 20000825.007] Building stable 5.6.0 on AIX 4.3.3 using SOCKS
67587              From: danhale@us.ibm.com
67588              Date: Fri, 25 Aug 2000 10:58:06 -0400
67589              Message-Id: <85256946.005238A3.00@d54mta02.raleigh.ibm.com>
67590      Branch: metaconfig/U/perl
67591            + d_socks5_init.U
67592      Branch: perl
67593            ! Configure INSTALL config_h.SH configure.com epoc/config.sh
67594            ! perl.c uconfig.h uconfig.sh vos/config.def vos/config.h
67595            ! vos/config.pl vos/config_h.SH_orig win32/config.bc
67596            ! win32/config.gc win32/config.vc
67597 ____________________________________________________________________________
67598 [  6815] By: jhi                                   on 2000/08/25  17:43:31
67599         Log: A solution for the retrieve_fd autosplit warning,
67600              idea suggested by Mike Guy.
67601      Branch: perl
67602            ! ext/Storable/Storable.pm
67603 ____________________________________________________________________________
67604 [  6814] By: jhi                                   on 2000/08/25  17:16:03
67605         Log: Add install-silent target.
67606      Branch: perl
67607            ! Makefile.SH
67608 ____________________________________________________________________________
67609 [  6813] By: jhi                                   on 2000/08/25  17:14:23
67610         Log: Subject: Re: [PATCH] More silencing of installman.
67611              From: <abigail@foad.org>
67612              Date: Thu, 24 Aug 2000 19:27:03 -0400
67613              Message-ID: <20000824232703.7001.qmail@foad.org>
67614              
67615              Subject: Re: [PATCH] More silencing of installman.
67616              From: <abigail@foad.org>
67617              Date: Fri, 25 Aug 2000 03:00:58 -0400
67618              Message-ID: <20000825070058.10697.qmail@foad.org>
67619      Branch: perl
67620            ! installman
67621 ____________________________________________________________________________
67622 [  6812] By: jhi                                   on 2000/08/25  17:11:28
67623         Log: installperl --verbose and --silent.
67624              
67625              Subject: Re: [PATCH] More silencing of installman.
67626              From: <abigail@foad.org>
67627              Message-ID: <20000825064430.9719.qmail@foad.org>
67628              Date: Fri, 25 Aug 2000 02:44:30 -0400
67629      Branch: perl
67630            ! installperl
67631 ____________________________________________________________________________
67632 [  6811] By: jhi                                   on 2000/08/25  17:05:43
67633         Log: Subject: [ID 20000824.029] MakeMaker manifypods fails on DJGPP systems
67634              From: "Peter J. Farley III" <pjfarley@banet.net>
67635              Date: Thu, 24 Aug 2000 21:58:03 -0400
67636              Message-Id: <4.3.1.0.20000824215500.00ac3df0@pop5.banet.net>
67637              
67638              (applied slightly modified)
67639      Branch: perl
67640            ! lib/ExtUtils/MM_Unix.pm
67641 ____________________________________________________________________________
67642 [  6810] By: jhi                                   on 2000/08/25  17:01:18
67643         Log: Missing parts of 
67644              
67645              Subject: [PATCH: 6789] some endl fixes for VMS wackiness
67646              From: Peter Prymmer <pvhp@forte.com>
67647              Date: Wed, 23 Aug 2000 13:58:31 -0700 (PDT)
67648              Message-ID: <Pine.OSF.4.10.10008231351000.126820-100000@aspara.forte.com>
67649      Branch: perl
67650            ! t/lib/cgi-html.t
67651 ____________________________________________________________________________
67652 [  6809] By: jhi                                   on 2000/08/25  16:46:32
67653         Log: Subject: [PATCH perl@6805, 5.6.0, 5.005_03] prevent rare Perl hang on VMS
67654              From: "Craig A. Berry" <craig.berry@psinetcs.com>
67655              Date: Thu, 24 Aug 2000 19:13:11 -0500
67656              Message-Id: <4.3.2.7.2.20000824174417.02479ef8@exchi01>
67657      Branch: perl
67658            ! vms/vms.c
67659 ____________________________________________________________________________
67660 [  6808] By: jhi                                   on 2000/08/25  16:39:22
67661         Log: Subject: [PATCH: 6805] several more tweaks to configure.com
67662              From: Peter Prymmer <pvhp@forte.com>
67663              Date: Thu, 24 Aug 2000 16:25:48 -0700 (PDT)
67664              Message-ID: <Pine.OSF.4.10.10008241623420.181493-100000@aspara.forte.com>
67665      Branch: perl
67666            ! configure.com
67667 ____________________________________________________________________________
67668 [  6807] By: jhi                                   on 2000/08/25  16:36:37
67669         Log: Better wording for the vec lvalue diagnostic.
67670              
67671              Subject: Re: [PATCH] Re: [ID 20000821.008] Negitive numbers with vec dumps core
67672              From: Ronald J Kimball <rjk@linguist.dartmouth.edu>
67673              Date: Wed, 23 Aug 2000 14:12:16 -0400
67674              Message-ID: <20000823141215.A173200@linguist.dartmouth.edu>
67675      Branch: perl
67676            ! pod/perldiag.pod
67677 ____________________________________________________________________________
67678 [  6806] By: jhi                                   on 2000/08/24  18:17:22
67679         Log: Subject: [PATCH] More silencing of installman.
67680              From: <abigail@foad.org>
67681              Date: Thu, 24 Aug 2000 14:01:44 -0400
67682              Message-ID: <20000824180144.20062.qmail@foad.org>
67683      Branch: perl
67684            ! installman
67685 ____________________________________________________________________________
67686 [  6805] By: jhi                                   on 2000/08/24  15:00:31
67687         Log: Update Changes.
67688      Branch: perl
67689            ! Changes patchlevel.h
67690 ____________________________________________________________________________
67691 [  6804] By: jhi                                   on 2000/08/24  14:59:07
67692         Log: Regen perltoc.
67693      Branch: perl
67694            ! pod/perltoc.pod
67695 ____________________________________________________________________________
67696 [  6803] By: jhi                                   on 2000/08/24  14:44:39
67697         Log: Show the doc file, not the temp file.
67698      Branch: perl
67699            ! installman
67700 ____________________________________________________________________________
67701 [  6802] By: jhi                                   on 2000/08/24  14:41:53
67702         Log: Continue silencing.
67703      Branch: perl
67704            ! installman
67705 ____________________________________________________________________________
67706 [  6801] By: jhi                                   on 2000/08/24  14:34:40
67707         Log: Actually do something with the silencer option.
67708      Branch: perl
67709            ! installman
67710 ____________________________________________________________________________
67711 [  6800] By: jhi                                   on 2000/08/24  14:26:22
67712         Log: Make installman to recognize the silence flag -S.
67713      Branch: perl
67714            ! installman
67715 ____________________________________________________________________________
67716 [  6799] By: jhi                                   on 2000/08/24  13:49:38
67717         Log: DOS patches and portability/porting notes, from Tim Jenness.
67718      Branch: perl
67719            ! lib/File/Temp.pm
67720 ____________________________________________________________________________
67721 [  6798] By: jhi                                   on 2000/08/24  13:48:27
67722         Log: Create directories in silence.
67723              
67724              Subject: [PATCH] Another silencer for MakeMaker
67725              From: andreas.koenig@anima.de (Andreas J. Koenig)
67726              Date: 24 Aug 2000 14:18:52 +0200
67727              Message-ID: <m3zom297ir.fsf@ak-71.mind.de>
67728      Branch: perl
67729            ! lib/ExtUtils/Command.pm
67730 ____________________________________________________________________________
67731 [  6797] By: jhi                                   on 2000/08/24  13:46:42
67732         Log: More liberal parsing of version numbers.
67733              
67734              Subject: Re: CPAN.pm beta for testing available
67735              From: andreas.koenig@anima.de (Andreas J. Koenig)
67736              Date: 24 Aug 2000 13:51:57 +0200
67737              Message-ID: <m34s4aanc2.fsf@ak-71.mind.de>
67738      Branch: perl
67739            ! lib/CPAN.pm
67740 ____________________________________________________________________________
67741 [  6796] By: jhi                                   on 2000/08/24  13:44:36
67742         Log: Make "make install" by default silent.  A new "install-verbose"
67743              target is verbose.
67744      Branch: perl
67745            ! Makefile.SH
67746 ____________________________________________________________________________
67747 [  6795] By: jhi                                   on 2000/08/24  13:39:14
67748         Log: Add silencer flags to installperl.
67749              
67750              Subject: [PATCH] Making installperl silent.
67751              From: <abigail@foad.org>
67752              Date: Thu, 24 Aug 2000 05:01:45 -0400
67753              Message-ID: <20000824090145.13141.qmail@foad.org>
67754      Branch: perl
67755            ! installperl
67756 ____________________________________________________________________________
67757 [  6794] By: jhi                                   on 2000/08/24  13:35:50
67758         Log: installperl couldn't tell whether it had run tests or not.
67759              
67760              Subject: [PATCH] Re: installperl and t/TEST
67761              From: <abigail@foad.org>
67762              Date: Thu, 24 Aug 2000 04:00:53 -0400
67763              Message-ID: <20000824080053.2494.qmail@foad.org>
67764      Branch: perl
67765            ! Makefile.SH installperl
67766 ____________________________________________________________________________
67767 [  6793] By: jhi                                   on 2000/08/24  13:27:50
67768         Log: Drop the separate perlbc, perlcc -b should be enough.
67769      Branch: perl
67770            - utils/perlbc.PL
67771            ! MANIFEST pod/perldelta.pod pod/perlutil.pod utils/Makefile
67772 ____________________________________________________________________________
67773 [  6792] By: jhi                                   on 2000/08/24  04:41:30
67774         Log: Upgrade to Storable 0.7.4, from Raphael Manfredi,
67775              plus the typo fix from Peter Prymmer.
67776      Branch: perl
67777            ! ext/Storable/ChangeLog ext/Storable/Makefile.PL
67778            ! ext/Storable/Storable.pm ext/Storable/Storable.xs
67779 ____________________________________________________________________________
67780 [  6791] By: jhi                                   on 2000/08/24  02:10:43
67781         Log: Replace #6705 with a minimal doc patch.
67782              
67783              Subject: [PATCH 5.6.0] replace change #6705
67784              From: Jan Dubois <jand@ActiveState.com>
67785              Date: Wed, 23 Aug 2000 18:31:51 -0700
67786              Message-ID: <dau8qsolaurdcbom4810gfuhbjegemtr58@4ax.com>
67787      Branch: perl
67788            ! lib/Win32.pod win32/win32.c
67789 ____________________________________________________________________________
67790 [  6790] By: jhi                                   on 2000/08/23  17:52:00
67791         Log: Subject: [PATCH] Re: [ID 20000821.008] Negitive numbers with vec dumps core
67792              From: Mike Guy <mjtg@cam.ac.uk>
67793              Date: Wed, 23 Aug 2000 18:38:46 +0100
67794              Message-Id: <E13ReUA-0000vC-00@virgo.cus.cam.ac.uk>
67795      Branch: perl
67796            ! doop.c pod/perldiag.pod pod/perlfunc.pod t/op/vec.t
67797 ____________________________________________________________________________
67798 [  6789] By: jhi                                   on 2000/08/23  15:34:21
67799         Log: Update Changes.
67800      Branch: perl
67801            ! Changes patchlevel.h
67802 ____________________________________________________________________________
67803 [  6788] By: jhi                                   on 2000/08/23  15:33:40
67804         Log: Subject: [PATCH] (Mac OS X): Don't #define environ unless PERL_CORE
67805              From: Wilfredo Sánchez <wsanchez@apple.com>
67806              Date: Tue, 22 Aug 2000 19:31:27 -0700
67807              Message-Id: <200008230231.TAA00461@ns1.abstrata.com>
67808      Branch: perl
67809            ! perl.h
67810 ____________________________________________________________________________
67811 [  6787] By: jhi                                   on 2000/08/23  15:29:31
67812         Log: Subject: [ID 20000823.004] [PATCH 5.6.0+] Pod::Html is too self-contained
67813              From: Spider Boardman <spider@leggy.zk3.dec.com>
67814              Date: Wed, 23 Aug 2000 10:33:23 -0400
67815              Message-Id: <200008231433.KAA28122@leggy.zk3.dec.com>
67816      Branch: perl
67817            ! lib/Pod/Html.pm
67818 ____________________________________________________________________________
67819 [  6786] By: jhi                                   on 2000/08/23  15:28:11
67820         Log: Bad makefile.
67821      Branch: perl
67822            ! ext/B/Makefile.PL
67823 ____________________________________________________________________________
67824 [  6785] By: jhi                                   on 2000/08/23  14:37:04
67825         Log: Update Changes.
67826      Branch: perl
67827            ! Changes patchlevel.h
67828 ____________________________________________________________________________
67829 [  6784] By: jhi                                   on 2000/08/23  13:58:41
67830         Log: Portability fix from Hugo van der Sanden.
67831      Branch: perl
67832            ! ext/re/Makefile.PL
67833 ____________________________________________________________________________
67834 [  6783] By: jhi                                   on 2000/08/23  13:53:53
67835         Log: Storable support, v-version fixes.
67836              
67837              Subject: CPAN.pm beta for testing available
67838              From: andreas.koenig@anima.de (Andreas J. Koenig)
67839              Date: 22 Aug 2000 23:31:33 +0200
67840              Message-ID: <m3hf8dc79m.fsf@ak-71.mind.de>
67841      Branch: perl
67842            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
67843 ____________________________________________________________________________
67844 [  6782] By: jhi                                   on 2000/08/23  13:51:26
67845         Log: Mac and other portability updates from Chris Nandor.
67846      Branch: perl
67847            ! pod/perlmodinstall.pod
67848 ____________________________________________________________________________
67849 [  6781] By: jhi                                   on 2000/08/23  13:47:33
67850         Log: Subject: [PATCH: 6778] fix a small typo in Storable.xs
67851              From: Peter Prymmer <pvhp@forte.com>
67852              Date: Tue, 22 Aug 2000 16:20:41 -0700 (PDT)
67853              Message-ID: <Pine.OSF.4.10.10008221616430.68568-100000@aspara.forte.com>
67854      Branch: perl
67855            ! ext/Storable/Storable.xs
67856 ____________________________________________________________________________
67857 [  6780] By: jhi                                   on 2000/08/23  13:33:34
67858         Log: VMS MMS (make) wants null action.
67859      Branch: perl
67860            ! ext/B/Makefile.PL
67861 ____________________________________________________________________________
67862 [  6779] By: jhi                                   on 2000/08/22  19:44:47
67863         Log: Forgot portability nit.
67864      Branch: perl
67865            ! t/lib/st-forgive.t
67866 ____________________________________________________________________________
67867 [  6778] By: jhi                                   on 2000/08/22  19:35:25
67868         Log: Be portable.
67869      Branch: perl
67870            ! ext/B/Makefile.PL t/lib/st-forgive.t t/lib/st-retrieve.t
67871            ! t/lib/st-store.t
67872 ____________________________________________________________________________
67873 [  6777] By: jhi                                   on 2000/08/22  18:50:53
67874         Log: Update Changes.
67875      Branch: perl
67876            ! Changes patchlevel.h
67877 ____________________________________________________________________________
67878 [  6776] By: jhi                                   on 2000/08/22  18:44:46
67879         Log: cSVOPo_*v things index into the current PL_curpad
67880              under ithreads, which is different from the curpad
67881              used by the XSUB.  (In other words, the code as-is
67882              before this patch wouldn't work under ithreads.)
67883              From Sarathy.
67884      Branch: perl
67885            ! ext/B/B.xs
67886 ____________________________________________________________________________
67887 [  6775] By: jhi                                   on 2000/08/22  18:18:37
67888         Log: Make the selection of NVff et al stricter.
67889      Branch: metaconfig/U/perl
67890            ! perlxvf.U
67891      Branch: perl
67892            ! Configure config_h.SH
67893 ____________________________________________________________________________
67894 [  6774] By: jhi                                   on 2000/08/22  17:19:42
67895         Log: perldelta nits.
67896      Branch: perl
67897            ! pod/perldelta.pod
67898 ____________________________________________________________________________
67899 [  6773] By: jhi                                   on 2000/08/22  17:06:26
67900         Log: Long double fixes from Spider Boardman.
67901              
67902              Subject: [ID 20000821.014] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6756 on alpha-dec_osf 5.1 (UNINSTALLED)
67903              From: system PRIVILEGED account <root@peano.zk3.dec.com>
67904              Date: Mon, 21 Aug 2000 18:41:15 -0400 (EDT)
67905              Message-Id: <200008212241.SAA0000014255@peano.zk3.dec.com>
67906      Branch: perl
67907            ! t/lib/bigfltpm.t t/lib/st-06compat.t
67908 ____________________________________________________________________________
67909 [  6772] By: jhi                                   on 2000/08/22  15:04:53
67910         Log: Update Changes.
67911      Branch: perl
67912            ! Changes patchlevel.h
67913 ____________________________________________________________________________
67914 [  6771] By: jhi                                   on 2000/08/22  15:01:44
67915         Log: perldelta fixes from Hugo van der Sanden.
67916      Branch: perl
67917            ! pod/perldelta.pod
67918 ____________________________________________________________________________
67919 [  6770] By: jhi                                   on 2000/08/22  14:34:49
67920         Log: Subject: [PATCH blead] nextchar() abuse misses an optimisation
67921              From: Hugo <hv@crypt.compulink.co.uk>
67922              Date: Tue, 22 Aug 2000 11:21:53 +0100
67923              Message-Id: <200008221021.LAA03332@crypt.compulink.co.uk>
67924      Branch: perl
67925            ! regcomp.c
67926 ____________________________________________________________________________
67927 [  6769] By: jhi                                   on 2000/08/22  14:30:02
67928         Log: Add Yitzchak, reformat.
67929      Branch: perl
67930            ! Changes config_h.SH
67931 ____________________________________________________________________________
67932 [  6768] By: jhi                                   on 2000/08/22  14:21:35
67933         Log: Long double Gconvert fixes from Yitzchak Scott-Thoennes
67934              and Spider Boardman.
67935      Branch: metaconfig
67936            ! U/compline/d_gconvert.U
67937      Branch: perl
67938            ! Configure
67939 ____________________________________________________________________________
67940 [  6767] By: jhi                                   on 2000/08/22  14:11:24
67941         Log: Subject: Re: [PATCH] [ID 20000820.012] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6735 on
67942              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
67943              Date: Mon, 21 Aug 2000 19:08:31 -0700
67944              Message-ID: <fCeo5gzkgmhY092yn@efn.org>
67945      Branch: perl
67946            - ext/Storable/patchlevel.h
67947            ! MANIFEST ext/Storable/MANIFEST
67948 ____________________________________________________________________________
67949 [  6766] By: jhi                                   on 2000/08/22  13:49:29
67950         Log: Subject: [PATCH: 6757] configure.com updates and syslog build
67951              From: Peter Prymmer <pvhp@forte.com>
67952              Date: Mon, 21 Aug 2000 17:15:35 -0700 (PDT)
67953              Message-ID: <Pine.OSF.4.10.10008211653270.17516-100000@aspara.forte.com>
67954      Branch: perl
67955            ! configure.com ext/Storable/Makefile.PL
67956 ____________________________________________________________________________
67957 [  6765] By: jhi                                   on 2000/08/22  13:44:59
67958         Log: Subject: [PATCH blead] B:: missing dependency
67959              From: Hugo <hv@crypt.compulink.co.uk>
67960              Date: Tue, 22 Aug 2000 06:44:33 +0100
67961              Message-Id: <200008220544.GAA31051@crypt.compulink.co.uk>
67962      Branch: perl
67963            ! ext/B/Makefile.PL
67964 ____________________________________________________________________________
67965 [  6764] By: jhi                                   on 2000/08/22  13:38:12
67966         Log: More bytecompiler.
67967      Branch: perl
67968            ! pod/perlutil.pod utils/Makefile utils/perlbc.PL
67969 ____________________________________________________________________________
67970 [  6763] By: jhi                                   on 2000/08/22  13:36:44
67971         Log: Bytecompiler patches from Benjamin Stuhl.
67972      Branch: perl
67973            ! bytecode.pl embedvar.h ext/B/B.pm ext/B/B.xs
67974            ! ext/B/B/Asmdata.pm ext/B/B/Assembler.pm ext/B/B/Bytecode.pm
67975            ! ext/B/O.pm ext/B/defsubs_h.PL ext/ByteLoader/ByteLoader.pm
67976            ! ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
67977            ! ext/ByteLoader/byterun.c ext/ByteLoader/byterun.h intrpvar.h
67978            ! perl.c perlapi.h pod/perldelta.pod
67979 ____________________________________________________________________________
67980 [  6762] By: jhi                                   on 2000/08/21  23:43:40
67981         Log: An obsoleted diagnostic.
67982      Branch: perl
67983            ! pod/perldelta.pod
67984 ____________________________________________________________________________
67985 [  6761] By: jhi                                   on 2000/08/21  23:01:45
67986         Log: The #6759 wasn't quite right.
67987      Branch: perl
67988            ! t/lib/st-06compat.t t/lib/st-blessed.t t/lib/st-canonical.t
67989            ! t/lib/st-dclone.t t/lib/st-forgive.t t/lib/st-freeze.t
67990            ! t/lib/st-overload.t t/lib/st-recurse.t t/lib/st-retrieve.t
67991            ! t/lib/st-store.t t/lib/st-tied.t t/lib/st-tiedhook.t
67992            ! t/lib/st-tieditems.t
67993 ____________________________________________________________________________
67994 [  6760] By: jhi                                   on 2000/08/21  22:35:49
67995         Log: Be verydeepclean.
67996      Branch: perl
67997            ! Makefile.SH
67998 ____________________________________________________________________________
67999 [  6759] By: jhi                                   on 2000/08/21  22:25:40
68000         Log: Subject: [PATCH: 6757] make new Storable tests forgiving of places where not built
68001              From: Peter Prymmer <pvhp@forte.com>
68002              Date: Mon, 21 Aug 2000 14:58:16 -0700 (PDT)
68003              Message-ID: <Pine.OSF.4.10.10008211456250.17516-100000@aspara.forte.com>
68004      Branch: perl
68005            ! t/lib/st-06compat.t t/lib/st-blessed.t t/lib/st-canonical.t
68006            ! t/lib/st-dclone.t t/lib/st-forgive.t t/lib/st-freeze.t
68007            ! t/lib/st-overload.t t/lib/st-recurse.t t/lib/st-retrieve.t
68008            ! t/lib/st-store.t t/lib/st-tied.t t/lib/st-tiedhook.t
68009            ! t/lib/st-tieditems.t
68010 ____________________________________________________________________________
68011 [  6758] By: jhi                                   on 2000/08/21  22:22:32
68012         Log: Few more casts, need reported in
68013              
68014              Subject: Re: [ID 20000821.010] OK: perl v5.7.0 +SUIDMAIL +DEVEL6756 on i586-linux-64all 2.2.16-9mdk (UNINSTALLED)
68015              From: Mike Stok <mike@stok.co.uk>
68016              Date: Mon, 21 Aug 2000 15:59:29 -0500 (CDT)
68017              Message-ID: <Pine.LNX.4.21.0008211558480.19081-100000@ratdog.stok.co.uk>
68018              
68019              and
68020              
68021              Subject: [ID 20000821.013] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6756 on i686-linux-64int 2.2.13
68022              From: abigail@foad.org
68023              Date: 21 Aug 2000 21:31:34 -0000
68024              Message-Id: <20000821213134.30170.qmail@foad.org>
68025      Branch: perl
68026            ! ext/Storable/Storable.xs
68027 ____________________________________________________________________________
68028 [  6757] By: jhi                                   on 2000/08/21  18:37:07
68029         Log: Update Changes.
68030      Branch: perl
68031            ! Changes patchlevel.h
68032 ____________________________________________________________________________
68033 [  6756] By: jhi                                   on 2000/08/21  18:34:02
68034         Log: A pod nit.
68035              
68036              Subject: [PATCH] pod/perlre.pod (was Re: [ID 20000821.007] $&, $1, etc. disappear when sub returns)
68037              From: <abigail@foad.org>
68038              Date: Mon, 21 Aug 2000 14:00:16 -0400
68039              Message-ID: <20000821180016.28627.qmail@foad.org>
68040      Branch: perl
68041            ! pod/perlre.pod
68042 ____________________________________________________________________________
68043 [  6755] By: jhi                                   on 2000/08/21  18:30:56
68044         Log: Use PodParser 1.18 new test.
68045      Branch: perl
68046            ! t/pod/special_seqs.t t/pod/special_seqs.xr
68047 ____________________________________________________________________________
68048 [  6754] By: jhi                                   on 2000/08/21  18:28:35
68049         Log: Apply some PodParser 1.18 patches; the Pod/Find.pm
68050              patches cannot be applied since #6712 conflicts.
68051      Branch: perl
68052            ! lib/Pod/InputObjects.pm lib/Pod/Parser.pm lib/Pod/Usage.pm
68053 ____________________________________________________________________________
68054 [  6753] By: jhi                                   on 2000/08/21  18:15:11
68055         Log: Weed out some smaller changes.
68056      Branch: perl
68057            ! pod/perldelta.pod
68058 ____________________________________________________________________________
68059 [  6752] By: jhi                                   on 2000/08/21  18:02:30
68060         Log: Also under djgpp the timestamps are funky.
68061      Branch: perl
68062            ! t/op/stat.t
68063 ____________________________________________________________________________
68064 [  6751] By: jhi                                   on 2000/08/21  17:55:56
68065         Log: Tweak the floating point output routine preferences.
68066      Branch: metaconfig
68067            ! U/compline/d_gconvert.U
68068      Branch: perl
68069            ! Configure
68070 ____________________________________________________________________________
68071 [  6750] By: jhi                                   on 2000/08/21  17:51:29
68072         Log: Unicos/mk requires elaborate paranoia.
68073      Branch: perl
68074            ! lib/Math/Complex.pm
68075 ____________________________________________________________________________
68076 [  6749] By: gsar                                  on 2000/08/21  16:53:31
68077         Log: use Cwd 'chdir' didn't set $ENV{PWD} correctly on Windows
68078      Branch: perl
68079            ! lib/Cwd.pm
68080 ____________________________________________________________________________
68081 [  6748] By: gsar                                  on 2000/08/21  16:22:19
68082         Log: free TLS slot properly on Windows
68083      Branch: perl
68084            ! thread.h win32/perllib.c win32/win32thread.h
68085 ____________________________________________________________________________
68086 [  6747] By: jhi                                   on 2000/08/21  16:20:58
68087         Log: Rename the macro argument because some preprocessors
68088              can't tell the difference and expand arguments also inside
68089              double quoted strings.
68090      Branch: perl
68091            ! regcomp.c
68092 ____________________________________________________________________________
68093 [  6746] By: jhi                                   on 2000/08/21  16:09:41
68094         Log: Support long doubles in Storable.
68095              
68096              Subject: Re: Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6735 on i686-linux-thread-multi-64int 2.2.14-5.0 (UNINSTALLED)
68097              From: Radu Greab <radu@netsoft.ro>
68098              Date: Mon, 21 Aug 2000 18:05:59 +0300 (EET DST)
68099              Message-ID: <Pine.GSO.4.05.10008211804210.10137-100000@localhost>
68100      Branch: perl
68101            ! ext/Storable/Storable.xs
68102 ____________________________________________________________________________
68103 [  6745] By: jhi                                   on 2000/08/21  15:51:40
68104         Log: Subject: RE: [PATCH perl@6736] t/pragma/warn/9enabled assumes stdout buffered
68105              From: "Fifer, Eric" <EFifer@sanwaint.com>
68106              Date: Mon, 21 Aug 2000 15:34:49 +0100
68107              Message-ID: <779F20BCCE5AD31186A50008C75D9979171786@silldn_mail1.sanwaint.com>
68108      Branch: perl
68109            ! t/pragma/warn/9enabled
68110 ____________________________________________________________________________
68111 [  6744] By: jhi                                   on 2000/08/21  15:39:35
68112         Log: Document the endianness of Alpha more precisely.
68113      Branch: perl
68114            ! hints/unicos.sh pod/perldelta.pod pod/perlfunc.pod
68115            ! pod/perlport.pod
68116 ____________________________________________________________________________
68117 [  6743] By: jhi                                   on 2000/08/21  14:47:05
68118         Log: perldelta fixes from the p5p crowd.
68119      Branch: perl
68120            ! pod/perldelta.pod pod/perlop.pod
68121 ____________________________________________________________________________
68122 [  6742] By: jhi                                   on 2000/08/21  13:34:51
68123         Log: Update to Pod::LaTeX 0.53.
68124              
68125              Subject: [PATCH] lib/Pod/LaTeX.pm updates
68126              From: Tim Jenness <timj@jach.hawaii.edu>
68127              Date: Sun, 20 Aug 2000 23:09:48 -1000 (HST)
68128              Message-ID: <Pine.LNX.4.21.0008202308040.12047-100000@lapaki.jach.hawaii.edu>
68129      Branch: perl
68130            ! lib/Pod/LaTeX.pm
68131 ____________________________________________________________________________
68132 [  6741] By: jhi                                   on 2000/08/21  13:33:01
68133         Log: Subject: [PATCH] os2.c fix for use64bitint
68134              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
68135              Date: Mon, 21 Aug 2000 01:32:25 -0700
68136              Message-ID: <ZkOo5gzkgWEb092yn@efn.org>
68137      Branch: perl
68138            ! os2/os2.c
68139 ____________________________________________________________________________
68140 [  6740] By: jhi                                   on 2000/08/21  13:28:52
68141         Log: Array context keeps slithering in.
68142              
68143              Subject: Re: 5.7.0 getting really close, new snapshot: perldelta, Storable
68144              From: Daniel Chetlin <daniel@chetlin.com>
68145              Date: Sun, 20 Aug 2000 21:40:25 -0700
68146              Message-ID: <20000820214025.C29387@ilmd.chetlin.org>
68147      Branch: perl
68148            ! ext/Storable/Storable.xs lib/Pod/InputObjects.pm
68149            ! pod/perldebtut.pod
68150 ____________________________________________________________________________
68151 [  6739] By: jhi                                   on 2000/08/21  13:23:55
68152         Log: Big-endian quad fixes for Storable from Radu Greab,
68153              plus few explicit null casts for picky compilers.
68154      Branch: perl
68155            ! ext/Storable/Storable.xs
68156 ____________________________________________________________________________
68157 [  6738] By: gsar                                  on 2000/08/21  05:56:13
68158         Log: small tweaks for change#6705: avoid C++ style comments in C code;
68159              use Perl's malloc API rather than the low level system one
68160      Branch: perl
68161            ! win32/win32.c
68162 ____________________________________________________________________________
68163 [  6737] By: gsar                                  on 2000/08/21  05:35:41
68164         Log: add Storable to list of extensions on Windows
68165      Branch: perl
68166            ! win32/Makefile win32/makefile.mk
68167 ____________________________________________________________________________
68168 [  6736] By: jhi                                   on 2000/08/21  02:57:53
68169         Log: Update Changes.
68170      Branch: perl
68171            ! Changes patchlevel.h
68172 ____________________________________________________________________________
68173 [  6735] By: jhi                                   on 2000/08/21  02:57:20
68174         Log: Draft 0.
68175      Branch: perl
68176            ! pod/perldelta.pod
68177 ____________________________________________________________________________
68178 [  6734] By: jhi                                   on 2000/08/21  02:57:03
68179         Log: Add Storable 0.7.2 from Raphael Manfredi,
68180              plus the patch from
68181              
68182              Subject: Re: someone with too much time and a 64-bit box and interest in Storable?
68183              From: Radu Greab <radu@netsoft.ro>
68184              Date: Mon, 21 Aug 2000 03:10:05 +0300 (EEST)
68185              Message-ID: <Pine.LNX.4.10.10008210258160.1292-100000@busy.netsoft.ro>
68186              
68187              plus changes to get Storable to compile with
68188              picky ANSI compilers.
68189      Branch: perl
68190            + ext/Storable/ChangeLog ext/Storable/MANIFEST
68191            + ext/Storable/Makefile.PL ext/Storable/README
68192            + ext/Storable/Storable.pm ext/Storable/Storable.xs
68193            + ext/Storable/patchlevel.h t/lib/st-06compat.t
68194            + t/lib/st-blessed.t t/lib/st-canonical.t t/lib/st-dclone.t
68195            + t/lib/st-dump.pl t/lib/st-forgive.t t/lib/st-freeze.t
68196            + t/lib/st-overload.t t/lib/st-recurse.t t/lib/st-retrieve.t
68197            + t/lib/st-store.t t/lib/st-tied.t t/lib/st-tiedhook.t
68198            + t/lib/st-tieditems.t
68199            ! MANIFEST
68200 ____________________________________________________________________________
68201 [  6733] By: jhi                                   on 2000/08/21  02:29:09
68202         Log: The correct cleaning order is an art.
68203      Branch: perl
68204            ! Makefile.SH
68205 ____________________________________________________________________________
68206 [  6732] By: jhi                                   on 2000/08/21  01:23:39
68207         Log: The #6724 is here.
68208      Branch: perl
68209            ! t/lib/ftmp-security.t
68210 ____________________________________________________________________________
68211 [  6731] By: jhi                                   on 2000/08/20  23:17:03
68212         Log: s/this one/the 5.6.0 release/
68213      Branch: perl
68214            ! pod/perl56delta.pod
68215 ____________________________________________________________________________
68216 [  6730] By: jhi                                   on 2000/08/20  23:07:34
68217         Log: Mention perlebcdic and perlposix-bc.
68218      Branch: perl
68219            ! pod/perlport.pod
68220 ____________________________________________________________________________
68221 [  6729] By: jhi                                   on 2000/08/20  21:32:59
68222         Log: Document the number of exponent digits.
68223      Branch: perl
68224            ! pod/perlfunc.pod
68225 ____________________________________________________________________________
68226 [  6728] By: jhi                                   on 2000/08/20  21:16:47
68227         Log: Use File::Spec->tmpdir().
68228              
68229              Subject: Re: [ID 20000820.001] not OK - Perl 5.7.0 (uninstalled)
68230              From: Tim Jenness <timj@jach.hawaii.edu>
68231              Message-ID: <Pine.LNX.4.21.0008201057080.20544-100000@lapaki.jach.hawaii.edu>
68232              MIME-Version: 1.0
68233              Date: Sun, 20 Aug 2000 11:01:25 -1000 (HST)
68234      Branch: perl
68235            ! utils/perlbug.PL
68236 ____________________________________________________________________________
68237 [  6727] By: jhi                                   on 2000/08/20  20:43:32
68238         Log: Update Changes.
68239      Branch: perl
68240            ! Changes patchlevel.h
68241 ____________________________________________________________________________
68242 [  6726] By: jhi                                   on 2000/08/20  20:41:44
68243         Log: The veryclean target needs to clobber.
68244      Branch: perl
68245            ! Makefile.SH
68246 ____________________________________________________________________________
68247 [  6725] By: jhi                                   on 2000/08/20  20:37:38
68248         Log: Document odd vs even subreleases and -Dusedevel.
68249      Branch: perl
68250            ! INSTALL
68251 ____________________________________________________________________________
68252 [  6724] By: jhi                                   on 2000/08/20  19:58:05
68253         Log: Use temporary directory instead of current directory.
68254              
68255              Subject: Re: [ID 20000816.011] Test failure in lib/ftmp-security.t
68256              From: Tim Jenness <timj@jach.hawaii.edu>
68257              Date: Sat, 19 Aug 2000 10:26:07 -1000 (HST)
68258              Message-ID: <Pine.LNX.4.21.0008191015090.13727-100000@lapaki.jach.hawaii.edu>
68259      Branch: perl
68260            ! t/lib/ftmp-security.t
68261 ____________________________________________________________________________
68262 [  6723] By: jhi                                   on 2000/08/20  19:55:55
68263         Log: Subject: [PATCH] Silence MakeMaker (Was: installman)
68264              From: andreas.koenig@anima.de (Andreas J. Koenig)
68265              Date: 20 Aug 2000 15:52:03 +0200
68266              Message-ID: <m3em3khwfw.fsf_-_@ak-71.mind.de>
68267      Branch: perl
68268            ! lib/ExtUtils/MM_Unix.pm
68269 ____________________________________________________________________________
68270 [  6722] By: jhi                                   on 2000/08/20  19:46:01
68271         Log: Update to CGI 2.72, from Lincoln Stein.
68272      Branch: perl
68273            ! lib/CGI.pm
68274 ____________________________________________________________________________
68275 [  6721] By: jhi                                   on 2000/08/20  19:43:54
68276         Log: (Replaced by #8364.)
68277              
68278              Subject: Re: [ID 20000819.002] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6707 on i686-linux 2.2.5-16 (UNINSTALLED)
68279              From: Radu Greab <radu@netsoft.ro>
68280              Date: Sun, 20 Aug 2000 18:03:26 +0300 (EEST)
68281              Message-ID: <Pine.LNX.4.10.10008201753260.1292-100000@busy.netsoft.ro>
68282      Branch: perl
68283            ! ext/GDBM_File/GDBM_File.xs
68284 ____________________________________________________________________________
68285 [  6720] By: jhi                                   on 2000/08/20  19:42:01
68286         Log: pp_open() could pass an uninitialized filename down to do_open9().
68287      Branch: perl
68288            ! pp_sys.c
68289 ____________________________________________________________________________
68290 [  6719] By: jhi                                   on 2000/08/20  14:06:41
68291         Log: UTF8 concat fixes.
68292              
68293              Subject: [PATCH @6713] Re: [ID 20000815.006] latest patched perl core dumps
68294              From: Hugo <hv@crypt.compulink.co.uk>
68295              Date: Sun, 20 Aug 2000 07:30:46 +0100
68296              Message-Id: <200008200630.HAA18053@crypt.compulink.co.uk>
68297      Branch: perl
68298            ! pp_hot.c t/op/append.t
68299 ____________________________________________________________________________
68300 [  6718] By: jhi                                   on 2000/08/20  02:09:37
68301         Log: Let's try #6717 again.
68302      Branch: perl
68303            ! lib/File/Temp.pm
68304 ____________________________________________________________________________
68305 [  6717] By: jhi                                   on 2000/08/20  01:56:55
68306         Log: Subject: [PATCH perl@6698] File::Temp fix-ups for OpenVMS
68307              From: "Craig A. Berry" <craig.berry@metamorgs.com>
68308              Date: Sat, 19 Aug 2000 18:15:39 -0500
68309              Message-Id: <p04320402b5c4c10bc280@[192.168.56.169]>
68310      Branch: perl
68311            ! lib/File/Temp.pm
68312 ____________________________________________________________________________
68313 [  6716] By: jhi                                   on 2000/08/19  15:50:11
68314         Log: Update Changes.
68315      Branch: perl
68316            ! Changes patchlevel.h
68317 ____________________________________________________________________________
68318 [  6715] By: jhi                                   on 2000/08/19  15:39:09
68319         Log: Subject: [ID 20000817.023] endianness description in perlfunc.pod
68320              From: Jonathan D Johnston <jdjohnston2@juno.com>
68321              Date: Thu, 17 Aug 2000 23:13:01 -0400       
68322              Message-Id: <20000817.231304.-743351.1.jdjohnston2@juno.com>
68323      Branch: perl
68324            ! pod/perlfunc.pod
68325 ____________________________________________________________________________
68326 [  6714] By: jhi                                   on 2000/08/19  15:34:04
68327         Log: Introduce a 'veryclean' target that is like 'distclean'
68328              but also removes *~ and *.orig.
68329      Branch: perl
68330            ! Makefile.SH lib/ExtUtils/MM_Unix.pm pod/Makefile.SH
68331            ! utils/Makefile x2p/Makefile.SH
68332 ____________________________________________________________________________
68333 [  6713] By: jhi                                   on 2000/08/19  14:15:45
68334         Log: Put back the long double avoidance code to POSIX.xs
68335              because VMS seems to need it still.
68336      Branch: perl
68337            ! ext/POSIX/POSIX.xs
68338 ____________________________________________________________________________
68339 [  6712] By: jhi                                   on 2000/08/19  14:10:41
68340         Log: Subject: [PATCH: 6698] was Re: [PATCH: 6640] VMS Makefile.SH update (fwd)
68341              From: Peter Prymmer <pvhp@forte.com>
68342              Date: Fri, 18 Aug 2000 18:18:31 -0700 (PDT)
68343              Message-ID: <Pine.OSF.4.10.10008181818100.322420-100000@aspara.forte.com>
68344      Branch: perl
68345            ! lib/Pod/Find.pm t/pod/find.t
68346 ____________________________________________________________________________
68347 [  6711] By: jhi                                   on 2000/08/19  14:09:19
68348         Log: Subject: [PATCH: 6698] tidy up the temp files left by peek tests on VMS
68349              From: Peter Prymmer <pvhp@forte.com>
68350              Date: Fri, 18 Aug 2000 17:54:10 -0700 (PDT)
68351              Message-ID: <Pine.OSF.4.10.10008181751350.322420-100000@aspara.forte.com>
68352              cc: vmsperl@perl.org
68353      Branch: perl
68354            ! t/lib/peek.t
68355 ____________________________________________________________________________
68356 [  6710] By: jhi                                   on 2000/08/19  14:08:01
68357         Log: Subject: [PATCH 5.6.0+] fix for Win32::GetFullPathName and Win32::GetShortPathName
68358              From: Jan Dubois <jand@ActiveState.com>
68359              Date: Fri, 18 Aug 2000 16:31:48 -0700
68360              Message-ID: <2ihrps00u6qkpjtfq6f2b1d1ndkrs7l04u@4ax.com>
68361      Branch: perl
68362            ! win32/win32.c
68363 ____________________________________________________________________________
68364 [  6709] By: jhi                                   on 2000/08/19  14:06:57
68365         Log: Fix a core dump in lib/selfloader under -DDEBUGGING.
68366              
68367              Subject: PATCH @6698 for [ID 20000817.007] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6676 on alpha-dec_osf 4.0f (UNINSTALLED) 
68368              From: Spider.Boardman@Orb.Nashua.NH.US
68369              Date: Fri, 18 Aug 2000 18:41:14 -0400
68370              Message-Id: <200008182241.SAA29667@Orb.Nashua.NH.US>
68371      Branch: perl
68372            ! regcomp.c
68373 ____________________________________________________________________________
68374 [  6708] By: jhi                                   on 2000/08/18  22:04:49
68375         Log: Update Changes.
68376      Branch: perl
68377            ! Changes patchlevel.h
68378 ____________________________________________________________________________
68379 [  6707] By: jhi                                   on 2000/08/18  21:55:14
68380         Log: Add warnif(), check warnings further up the stack,
68381              all the warnings functions now can take an optional object reference.
68382              
68383              Subject: [PATCH bleedperl@6691] warnings pragma update
68384              From: "Paul Marquess" <Paul.Marquess@btinternet.com>
68385              Date: Fri, 18 Aug 2000 22:42:06 +0100
68386              Message-ID: <000c01c0095d$278e0040$ca01073e@bfs.phone.com>
68387      Branch: perl
68388            ! lib/Class/Struct.pm lib/Tie/Handle.pm lib/Tie/Hash.pm
68389            ! lib/Tie/Scalar.pm lib/fields.pm lib/syslog.pl lib/warnings.pm
68390            ! pod/perllexwarn.pod t/pragma/warn/9enabled warnings.pl
68391 ____________________________________________________________________________
68392 [  6706] By: jhi                                   on 2000/08/18  21:41:45
68393         Log: Typo in pp_complement().
68394              
68395              Subject: [PATCH perl-current] Deparse
68396              From: Peter Scott <Peter@PSDT.com>
68397              Date: Fri, 18 Aug 2000 12:44:37 -0700
68398              Message-Id: <4.3.2.7.2.20000818124024.00ba2be0@psdt.com>
68399      Branch: perl
68400            ! ext/B/B/Deparse.pm
68401 ____________________________________________________________________________
68402 [  6705] By: jhi                                   on 2000/08/18  21:25:59
68403         Log: Subject: [PATCH 5.6.0+] fix for Win32::DomainName
68404              From: Jan Dubois <jand@ActiveState.com>
68405              Date: Fri, 18 Aug 2000 14:22:51 -0700
68406              Message-ID: <0o9rps458r29eb97h5csuq81b1eip4no33@4ax.com>
68407      Branch: perl
68408            ! lib/Win32.pod win32/win32.c
68409 ____________________________________________________________________________
68410 [  6704] By: jhi                                   on 2000/08/18  21:16:14
68411         Log: Don't eat leading os from index entries.
68412              
68413              Subject: Re: [ID 20000810.006] Pod::Man Ate My 'O'!
68414              From: Russ Allbery <rra@stanford.edu>
68415              Date: 10 Aug 2000 20:49:25 -0700
68416              Message-ID: <ylu2cs78ze.fsf@windlord.stanford.edu>
68417      Branch: perl
68418            ! lib/Pod/Man.pm
68419 ____________________________________________________________________________
68420 [  6703] By: jhi                                   on 2000/08/18  21:07:06
68421         Log: Add [[:blank:]] as suggested in
68422              
68423              Subject: [ID 20000716.024] [=cc=] / [:blank:]
68424              From: Jeffrey Friedl <jfriedl@fummy.dsl.yahoo.com>
68425              Date: Sun, 16 Jul 2000 17:55:29 -0700
68426              Message-Id: <200007170055.RAA23528@fummy.dsl.yahoo.com>
68427              
68428              (the [=cc=] has already been taken care of by #6439
68429              so the whole bug report can be closed)
68430              
68431              and make [[:space:]] to be equivalent to isspace(3)
68432              (as opposed to \s, which is isSPACE()).  The difference
68433              is that now [[:space:]] matches the mythical vertical tab,
68434              while \s doesn't.
68435      Branch: perl
68436            ! handy.h pod/perlre.pod pod/perlretut.pod regcomp.c regcomp.h
68437            ! regexec.c t/op/pat.t
68438 ____________________________________________________________________________
68439 [  6702] By: jhi                                   on 2000/08/18  18:47:47
68440         Log: The new tests were missing from #6415.
68441      Branch: perl
68442            ! t/op/bop.t
68443 ____________________________________________________________________________
68444 [  6701] By: jhi                                   on 2000/08/18  18:20:40
68445         Log: Document the NDBM_File and ODBM_File as SDBM_File
68446              was documented in #6417.
68447      Branch: perl
68448            ! ext/NDBM_File/NDBM_File.pm ext/ODBM_File/ODBM_File.pm
68449            ! ext/SDBM_File/SDBM_File.pm
68450 ____________________________________________________________________________
68451 [  6700] By: jhi                                   on 2000/08/18  18:10:39
68452         Log: Subject: [PATCH perl@6698] cygwin port
68453              From: "Fifer, Eric" <EFifer@sanwaint.com>
68454              Date: Fri, 18 Aug 2000 17:30:05 +0100
68455              Message-ID: <779F20BCCE5AD31186A50008C75D9979171784@silldn_mail1.sanwaint.com>
68456      Branch: perl
68457            ! lib/File/Temp.pm
68458 ____________________________________________________________________________
68459 [  6699] By: jhi                                   on 2000/08/18  16:21:49
68460         Log: Document code point which makes if (defined %stash::) to work
68461              (noted by Spider Boardman).
68462      Branch: perl
68463            ! op.c
68464 ____________________________________________________________________________
68465 [  6698] By: jhi                                   on 2000/08/18  13:43:27
68466         Log: Update Changes.
68467      Branch: perl
68468            ! Changes patchlevel.h
68469 ____________________________________________________________________________
68470 [  6697] By: jhi                                   on 2000/08/18  13:35:57
68471         Log: Tiny Getopt::Long patch from Johan Vromans.
68472      Branch: perl
68473            ! lib/Getopt/Long.pm t/lib/gol-basic.t t/lib/gol-oo.t
68474 ____________________________________________________________________________
68475 [  6696] By: jhi                                   on 2000/08/18  13:26:14
68476         Log: Subject: [ID 20000817.018] behaviour change 5.5.3 -> 5.6.0 re "Modification of a read-only value"
68477              From: Paul David Fardy <pdf@morgan.ucs.mun.ca>
68478              Date: Thu, 17 Aug 2000 17:23:40 -0230 (NDT)
68479              Message-Id: <200008171953.RAA17673@porthos.ucs.mun.ca>
68480      Branch: perl
68481            ! pod/perldiag.pod pod/perlsyn.pod
68482 ____________________________________________________________________________
68483 [  6695] By: jhi                                   on 2000/08/18  13:13:26
68484         Log: Subject: [PATCH] perlfunc.pod -- clarifying sprintf array argument issues
68485              From: Daniel Chetlin <daniel@chetlin.com>
68486              Date: Fri, 18 Aug 2000 03:13:36 -0700
68487              Message-ID: <20000818031336.B14165@ilmd.chetlin.org>
68488      Branch: perl
68489            ! pod/perlfunc.pod
68490 ____________________________________________________________________________
68491 [  6694] By: jhi                                   on 2000/08/18  13:08:05
68492         Log: Subject: [PATCH] perltrap.pod spring cleaning
68493              From: Daniel Chetlin <daniel@chetlin.com>
68494              Date: Fri, 18 Aug 2000 03:06:54 -0700
68495              Message-ID: <20000818030654.A14165@ilmd.chetlin.org>
68496              
68497              plus Mike Guy's nitfix.
68498      Branch: perl
68499            ! pod/perltrap.pod
68500 ____________________________________________________________________________
68501 [  6693] By: jhi                                   on 2000/08/18  13:00:26
68502         Log: Unbuffer the output.
68503              
68504              Subject: Re: [ID 20000817.017] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6680 on
68505              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
68506              Date: Thu, 17 Aug 2000 18:39:29 -0700
68507              Message-ID: <RPJn5gzkgydf092yn@efn.org>
68508      Branch: perl
68509            ! t/op/fork.t
68510 ____________________________________________________________________________
68511 [  6692] By: jhi                                   on 2000/08/18  05:19:17
68512         Log: Delete the image, too, not just its MANIFEStation.
68513      Branch: perl
68514            - lib/CGI/eg/wilogo.gif
68515 ____________________________________________________________________________
68516 [  6691] By: jhi                                   on 2000/08/18  05:10:26
68517         Log: Propagate new Configure vars.
68518      Branch: perl
68519            ! configure.com epoc/config.sh uconfig.h uconfig.sh
68520            ! vos/config.def vos/config.h vos/config_h.SH_orig
68521            ! win32/config.bc win32/config.gc win32/config.vc
68522            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
68523 ____________________________________________________________________________
68524 [  6690] By: jhi                                   on 2000/08/18  04:30:56
68525         Log: Update Changes.
68526      Branch: perl
68527            ! Changes patchlevel.h
68528 ____________________________________________________________________________
68529 [  6689] By: jhi                                   on 2000/08/18  04:12:30
68530         Log: Fix the lib/complex failure of
68531              
68532              From: abigail@foad.org
68533              Subject: [ID 20000814.005] Not OK: perl v5.6.0 on i686-linux-64int 2.2.13       
68534              Date: 15 Aug 2000 04:06:38 -0000
68535              Message-Id: <20000815040638.8524.qmail@foad.org> 
68536              
68537              Linux long double accuracy issue: something that
68538              when printed with %g looks like "2" but int() of it is 1.
68539      Branch: perl
68540            ! lib/Math/Complex.pm
68541 ____________________________________________________________________________
68542 [  6688] By: jhi                                   on 2000/08/18  03:15:35
68543         Log: The byteorder code in #6671 was wrong.
68544      Branch: perl
68545            ! configpm
68546 ____________________________________________________________________________
68547 [  6687] By: jhi                                   on 2000/08/18  02:08:42
68548         Log: Subject: [PATCH 5.6.0+] newSVrv() memory leak
68549              From: Jan Dubois <jand@ActiveState.com>
68550              Date: Thu, 17 Aug 2000 18:31:55 -0700
68551              Message-ID: <l64ppsggaiuc4t6msm45iqohmhpjblb4qf@4ax.com>
68552      Branch: perl
68553            ! sv.c
68554 ____________________________________________________________________________
68555 [  6686] By: jhi                                   on 2000/08/18  02:04:15
68556         Log: Use NVs in POSIX math, not doubles.
68557              
68558              From: abigail@foad.org
68559              Subject: [ID 20000817.014] POSIX & modfl
68560              Date: 17 Aug 2000 20:49:18 -0000
68561              Message-Id: <20000817204918.23123.qmail@foad.org>
68562      Branch: perl
68563            ! ext/POSIX/POSIX.xs ext/POSIX/typemap
68564 ____________________________________________________________________________
68565 [  6685] By: jhi                                   on 2000/08/18  02:02:12
68566         Log: Introduce NVef, NVff, and NVgf, use the middle one.
68567              (helps for lib/peek + Linux + long doubles)  Reported in
68568              
68569              From: abigail@foad.org
68570              Subject: [ID 20000814.005] Not OK: perl v5.6.0 on i686-linux-64int 2.2.13       
68571              Date: 15 Aug 2000 04:06:38 -0000
68572              Message-Id: <20000815040638.8524.qmail@foad.org> 
68573              
68574              (note: the lib/complex failure has not yet been addressed)
68575      Branch: metaconfig/U/perl
68576            ! perlxvf.U
68577      Branch: perl
68578            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
68579            ! config_h.SH dump.c perl.h pod/perlguts.pod
68580 ____________________________________________________________________________
68581 [  6684] By: jhi                                   on 2000/08/17  23:22:19
68582         Log: Add byteorder to the myconfig output.
68583      Branch: perl
68584            ! myconfig.SH
68585 ____________________________________________________________________________
68586 [  6683] By: jhi                                   on 2000/08/17  23:20:19
68587         Log: The image doth not exist, spotted by Johan Vromans.
68588      Branch: perl
68589            ! MANIFEST
68590 ____________________________________________________________________________
68591 [  6682] By: jhi                                   on 2000/08/17  22:38:16
68592         Log: Document what the backtick returns if the command fails.
68593      Branch: perl
68594            ! pod/perlop.pod
68595 ____________________________________________________________________________
68596 [  6681] By: jhi                                   on 2000/08/17  22:33:12
68597         Log: Do not use prototyping here.
68598              
68599              Subject: [ID 20000817.016] [PATCH] Peek.xs
68600              From: abigail@foad.org
68601              Date: 17 Aug 2000 20:55:56 -0000
68602              Message-Id: <20000817205556.24270.qmail@foad.org>
68603      Branch: perl
68604            ! ext/Devel/Peek/Makefile.PL
68605 ____________________________________________________________________________
68606 [  6680] By: jhi                                   on 2000/08/17  19:46:43
68607         Log: Don't propose using modules built for 5.005 if no binary
68608              compatibility with 5.005 is attempted.
68609              
68610              From: Jeff Okamoto <okamoto@xfiles.intercon.hp.com>
68611              Subject: Minor nit with 5.7.0 (6655)
68612              Date: Wed, 16 Aug 2000 15:56:14 -0700 (PDT)
68613              Message-Id: <200008162256.PAA06964@xfiles.intercon.hp.com>
68614      Branch: metaconfig
68615            ! U/installdirs/inc_version_list.U
68616      Branch: perl
68617            ! Configure config_h.SH
68618 ____________________________________________________________________________
68619 [  6679] By: jhi                                   on 2000/08/17  19:16:39
68620         Log: Microperl config update.
68621      Branch: perl
68622            ! uconfig.h uconfig.sh
68623 ____________________________________________________________________________
68624 [  6678] By: jhi                                   on 2000/08/17  19:16:13
68625         Log: The #6648 wasn't protective enough for limited platforms
68626              (like microperl).
68627      Branch: perl
68628            ! dump.c sv.c
68629 ____________________________________________________________________________
68630 [  6677] By: jhi                                   on 2000/08/17  14:46:35
68631         Log: Update Changes.
68632      Branch: perl
68633            ! Changes patchlevel.h
68634 ____________________________________________________________________________
68635 [  6676] By: jhi                                   on 2000/08/17  14:44:02
68636         Log: Add perlebcdic from Peter Prymmer, regen toc.
68637      Branch: perl
68638            + pod/perlebcdic.pod
68639            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
68640 ____________________________________________________________________________
68641 [  6675] By: jhi                                   on 2000/08/17  14:41:52
68642         Log: perldebtut 1.10 from Richard Foley, plus Celsius and Fahrenheit.
68643      Branch: perl
68644            ! pod/perldebtut.pod
68645 ____________________________________________________________________________
68646 [  6674] By: jhi                                   on 2000/08/17  14:29:43
68647         Log: Get -DLEAKTEST to compile (not necessarily to work, mind)
68648              
68649              Subject: [ID 20000724.006] -DLEAKTEST problem
68650              From: Gregory Martin Pfeil <pfeilgm@technomadic.org>
68651              Date: Tue, 25 Jul 2000 00:36:32 -0500
68652              Message-Id: <20000725003632.A26186@www.llamacom.com>
68653              
68654              Reminder sent
68655              
68656              Subject: [PATCH bleadperl@6647] -DLEAKTEST compile error      
68657              From: Hugo <hv@crypt.compulink.co.uk>
68658              Date: Thu, 17 Aug 2000 15:23:42 +0100
68659              Message-Id: <200008171423.PAA06749@crypt.compulink.co.uk>
68660      Branch: perl
68661            ! util.c
68662 ____________________________________________________________________________
68663 [  6673] By: jhi                                   on 2000/08/17  04:07:10
68664         Log: Subject: Re: [PATCH]Re: Questions about Math::BigFloat
68665              From: John Peacock <JPeacock@UnivPress.com>
68666              Date: Tue, 01 Aug 2000 09:38:12 -0400
68667              Message-ID: <3986D2C4.54B78FE4@UnivPress.com>
68668      Branch: perl
68669            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm t/lib/bigfltpm.t
68670 ____________________________________________________________________________
68671 [  6672] By: jhi                                   on 2000/08/17  03:04:35
68672         Log: Subject: [PATCH] Cwd.pm now uses strict
68673              From: Tim Jenness <timj@jach.hawaii.edu>
68674              Date: Wed, 16 Aug 2000 16:42:35 -1000 (HST)
68675              Message-ID: <Pine.LNX.4.21.0008161639510.1135-100000@lapaki.jach.hawaii.edu>
68676      Branch: perl
68677            ! lib/Cwd.pm
68678 ____________________________________________________________________________
68679 [  6671] By: jhi                                   on 2000/08/17  02:16:35
68680         Log: Make $Config{byteorder} more magical so that it is
68681              dynamically computed: nice for 'fat binaries'.
68682              
68683              Subject: [PATCH]: default byteorder
68684              From: Wilfredo Sánchez <wsanchez@apple.com>
68685              Date: Mon, 31 Jul 2000 19:45:31 -0700
68686              Message-Id: <200008010245.TAA04459@ns1.abstrata.com>
68687      Branch: perl
68688            ! configpm
68689 ____________________________________________________________________________
68690 [  6670] By: gsar                                  on 2000/08/17  01:22:21
68691         Log: move WNOHANG definition to where other such things are
68692      Branch: perl
68693            ! win32/win32.h
68694 ____________________________________________________________________________
68695 [  6669] By: jhi                                   on 2000/08/17  01:19:17
68696         Log: Update Changes.
68697      Branch: perl
68698            ! Changes patchlevel.h
68699 ____________________________________________________________________________
68700 [  6668] By: jhi                                   on 2000/08/17  01:16:29
68701         Log: Doc nits spotted by Richard Soderberg.
68702      Branch: perl
68703            ! README.posix-bc README.vmesa
68704 ____________________________________________________________________________
68705 [  6667] By: jhi                                   on 2000/08/17  01:12:11
68706         Log: Subject: [PATCH(2) @6655] Re: perldebut.pod - spelling
68707              From: "Casey R. Tweten" <crt@kiski.net>
68708              Date: Wed, 16 Aug 2000 12:39:08 -0400 (EDT)
68709              Message-ID: <Pine.OSF.4.21.0008161238250.32058-100000@home.kiski.net>
68710      Branch: perl
68711            ! pod/perldebtut.pod
68712 ____________________________________________________________________________
68713 [  6666] By: jhi                                   on 2000/08/17  01:09:31
68714         Log: Subject: Re: [ID 20000816.006] [PATCH @6655] Shell.pm, bug fix, strict and OO Interface
68715              From: "Casey R. Tweten" <crt@kiski.net>
68716              Date: Wed, 16 Aug 2000 11:35:09 -0400 (EDT)
68717              Message-ID: <Pine.OSF.4.21.0008161132270.10885-100000@home.kiski.net>
68718      Branch: perl
68719            ! lib/Shell.pm
68720 ____________________________________________________________________________
68721 [  6665] By: gsar                                  on 2000/08/17  01:03:52
68722         Log: add "ok" targets from change#6632 in makefile.mk
68723      Branch: perl
68724            ! pod/perlport.pod win32/Makefile win32/makefile.mk
68725 ____________________________________________________________________________
68726 [  6664] By: gsar                                  on 2000/08/17  00:56:11
68727         Log: avoid warnings from dense compiler
68728      Branch: perl
68729            ! win32/win32.c
68730 ____________________________________________________________________________
68731 [  6663] By: jhi                                   on 2000/08/17  00:51:49
68732         Log: Tweak the regex compilation errors once more.
68733      Branch: perl
68734            ! pod/perldiag.pod regcomp.c t/op/misc.t t/op/re_tests
68735            ! t/op/regmesg.t t/pragma/warn/regcomp
68736 ____________________________________________________________________________
68737 [  6662] By: gsar                                  on 2000/08/17  00:28:19
68738         Log: trailing new %ENV entries weren't being pushed into the real
68739              environment of subprocesses on Windows
68740      Branch: perl
68741            ! t/op/magic.t win32/perlhost.h
68742 ____________________________________________________________________________
68743 [  6661] By: gsar                                  on 2000/08/17  00:19:20
68744         Log: waitpid() now handles externally spawned pids correctly;
68745              fixes for backtick/wait/waitpid failures on Windows 9x
68746              
68747              these changes make the pid returned by process functions on
68748              Windows 9x always positive by clearing the high bit (which
68749              is always set on Win9x); pseudo-process PIDs are likewise
68750              always negative now on Win9x (just as on NT/2000)
68751      Branch: perl
68752            ! pp_sys.c win32/perlhost.h win32/win32.c
68753 ____________________________________________________________________________
68754 [  6660] By: jhi                                   on 2000/08/17  00:04:32
68755         Log: Retract #6645.
68756      Branch: perl
68757            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
68758            ! config_h.SH pod/perldelta.pod pod/perlfunc.pod sv.c
68759            ! t/op/sprintf.t
68760 ____________________________________________________________________________
68761 [  6659] By: gsar                                  on 2000/08/16  23:59:28
68762         Log: on windows, the return values from wait() and waitpid() don't
68763              match those of pseudo-pids
68764      Branch: perl
68765            ! pp_sys.c t/op/fork.t util.c win32/win32.c
68766 ____________________________________________________________________________
68767 [  6658] By: gsar                                  on 2000/08/16  23:56:14
68768         Log: pod nit seen in passing
68769      Branch: perl
68770            ! pod/perlfunc.pod
68771 ____________________________________________________________________________
68772 [  6657] By: gsar                                  on 2000/08/16  23:53:42
68773         Log: change#6328 could make close(SOCKET) return false on windows
68774              when it shouldn't
68775      Branch: perl
68776            ! win32/win32sck.c
68777 ____________________________________________________________________________
68778 [  6656] By: gsar                                  on 2000/08/16  23:46:57
68779         Log: check that the number pseudo children doesn't exceed
68780              MAXIMUM_WAIT_OBJECTS, which is currently 64 (avoids overflowing
68781              the WaitForMultipleObjects() limit that would cause wait()
68782              to crash)
68783              
68784              wait() and waitpid() could potentially be rewritten to use
68785              more than one thread to do the waiting to eliminate this
68786              limitation
68787      Branch: perl
68788            ! win32/perlhost.h
68789 ____________________________________________________________________________
68790 [  6655] By: jhi                                   on 2000/08/16  14:11:05
68791         Log: Update Changes.
68792      Branch: perl
68793            ! Changes patchlevel.h
68794 ____________________________________________________________________________
68795 [  6654] By: jhi                                   on 2000/08/16  14:10:12
68796         Log: Update to perldebtut 1.9, from Richard Foley.
68797      Branch: perl
68798            ! pod/perldebtut.pod
68799 ____________________________________________________________________________
68800 [  6653] By: jhi                                   on 2000/08/16  14:08:17
68801         Log: Change the regx compilation error markers to use = instead of <
68802              since pod makes using the latter quite messy.  Reported in
68803              ID 20000814.006 by Abigail and in
68804              Subject: Unknown escape E<> ?
68805              From: Lupe Christoph <lupe@lupe-christoph.de>
68806              Date: Fri, 11 Aug 2000 00:30:27 +0200
68807              Message-ID: <20000811003027.F17420@alanya.lupe-christoph.de>
68808      Branch: perl
68809            ! pod/perldiag.pod regcomp.c t/op/misc.t t/op/re_tests
68810            ! t/op/regmesg.t t/pragma/warn/regcomp
68811 ____________________________________________________________________________
68812 [  6652] By: jhi                                   on 2000/08/16  13:25:31
68813         Log: Change the perlbug address to perl.org since it's more forgiving.
68814              
68815              Subject: [ID 20000814.007] [PATCH] Email address in perlbug.
68816              From: abigail@foad.org
68817              Date: 15 Aug 2000 04:15:40 -0000
68818              Message-Id: <20000815041540.8633.qmail@foad.org>
68819      Branch: perl
68820            ! utils/perlbug.PL
68821 ____________________________________________________________________________
68822 [  6651] By: jhi                                   on 2000/08/16  13:22:35
68823         Log: Subject: [PATCH] Cwd::_backtick_pwd does not check return value
68824              From: Tim Jenness <timj@jach.hawaii.edu>
68825              Date: Tue, 15 Aug 2000 15:51:59 -1000 (HST)
68826              Message-ID: <Pine.LNX.4.21.0008151547560.1223-100000@lapaki.jach.hawaii.edu>
68827      Branch: perl
68828            ! lib/Cwd.pm
68829 ____________________________________________________________________________
68830 [  6650] By: jhi                                   on 2000/08/16  13:18:13
68831         Log: Update to CPAN 1.57.
68832              
68833              Subject: Re: [PATCH] Cwd::_backtick_pwd does not check return value
68834              From: andreas.koenig@anima.de (Andreas J. Koenig)
68835              Date: 16 Aug 2000 15:09:46 +0200
68836              Message-ID: <m3k8dh5p45.fsf@ak-71.mind.de>
68837      Branch: perl
68838            ! lib/CPAN.pm
68839 ____________________________________________________________________________
68840 [  6649] By: jhi                                   on 2000/08/16  13:12:31
68841         Log: Subject: [ID 20000324.040] minor fix to perlhpux.pod
68842              From: "Larry W. Virden" <lvirden@cas.org>
68843              Date: Fri, 24 Mar 2000 14:25:37 -0500 (EST)
68844              Message-Id: <200003241925.OAA27985@lwv26awu.cas.org>
68845      Branch: perl
68846            ! README.hpux
68847 ____________________________________________________________________________
68848 [  6648] By: jhi                                   on 2000/08/16  13:03:53
68849         Log: The numeric locale was reset to "C" by s?printf and never restored.
68850              
68851              Subject: [ID 20000809.003] setlocale(LC_NUMERIC...) produces different results in 5.005 and 5.6
68852              From: Christian Kirsch <ck@held.mind.de>
68853              Date: Wed, 9 Aug 2000 17:05:17 +0200
68854              Message-Id: <20000809170517.A25389@held>
68855              
68856              No test since adding the failing example to locale.t
68857              does not fail -- probably because the locale settings are so
68858              thoroughly tweaked by that time.  Running the example standalone
68859              does fail, though.  UPDATE: test case added at change #7540.
68860      Branch: perl
68861            ! dump.c perl.h pp.c pp_ctl.c sv.c
68862 ____________________________________________________________________________
68863 [  6647] By: jhi                                   on 2000/08/16  00:07:54
68864         Log: Update Changes and test semi-automatic patchlevel updating.
68865      Branch: perl
68866            ! Changes patchlevel.h
68867 ____________________________________________________________________________
68868 [  6646] By: jhi                                   on 2000/08/15  23:35:07
68869         Log: Fix a dependency problem.
68870              
68871              Subject: [PATCH: 6640] VMS Makefile.SH update
68872              From: Peter Prymmer <pvhp@forte.com>
68873              Date: Tue, 15 Aug 2000 16:31:34 -0700 (PDT)
68874              Message-ID: <Pine.OSF.4.10.10008151613140.141017-100000@aspara.forte.com>
68875      Branch: perl
68876            ! vms/descrip_mms.template
68877 ____________________________________________________________________________
68878 [  6645] By: jhi                                   on 2000/08/15  23:33:23
68879         Log: (Retracted by #6660)
68880              
68881              Subject: [PATCH perl-current] make s?printf() produce two exponent digits where possible
68882              From: Dominic Dunlop <domo@computer.org>
68883              Date: Tue, 15 Aug 2000 22:20:52 +0200
68884              Message-Id: <p04320403b5bf4c32d381@[192.168.1.4]>
68885      Branch: metaconfig/U/perl
68886            + d_printfed.U
68887      Branch: perl
68888            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
68889            ! config_h.SH pod/perldelta.pod pod/perlfunc.pod sv.c
68890            ! t/op/sprintf.t
68891 ____________________________________________________________________________
68892 [  6644] By: jhi                                   on 2000/08/15  21:17:20
68893         Log: Subject: [ID 20000815.014] [PATCH] INSTALL doesn't mention 64 bit support.
68894              From: abigail@foad.org
68895              Date: 15 Aug 2000 20:12:41 -0000
68896              Message-Id: <20000815201241.25556.qmail@foad.org>
68897      Branch: perl
68898            ! INSTALL
68899 ____________________________________________________________________________
68900 [  6643] By: jhi                                   on 2000/08/15  21:15:28
68901         Log: (an already applied patch)
68902      Branch: perl
68903            ! lib/CGI.pm
68904 ____________________________________________________________________________
68905 [  6642] By: gsar                                  on 2000/08/15  19:54:05
68906         Log: magic callbacks all need to have same type signature
68907      Branch: perl
68908            ! embed.pl mg.c proto.h
68909 ____________________________________________________________________________
68910 [  6641] By: jhi                                   on 2000/08/15  17:56:27
68911         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)
68912              From: Mike Guy <mjtg@cam.ac.uk>
68913              Message-Id: <E13OkU9-0006rb-00@libra.cus.cam.ac.uk>
68914              Date: Tue, 15 Aug 2000 18:26:45 +0100
68915              
68916              Only the peek.t part applied, not the hash quality part.
68917      Branch: perl
68918            ! t/lib/peek.t
68919 ____________________________________________________________________________
68920 [  6640] By: jhi                                   on 2000/08/15  16:37:37
68921         Log: Update Changes.
68922      Branch: perl
68923            ! Changes
68924 ____________________________________________________________________________
68925 [  6639] By: jhi                                   on 2000/08/15  16:34:55
68926         Log: Missed a file from #6638.
68927      Branch: perl
68928            ! lib/File/Temp.pm
68929 ____________________________________________________________________________
68930 [  6638] By: jhi                                   on 2000/08/15  16:33:19
68931         Log: Subject: [PATCH perl@6620] cygwin port
68932              From: "Fifer, Eric" <EFifer@sanwaint.com>
68933              Date: Tue, 15 Aug 2000 17:00:49 +0100
68934              Message-ID: <779F20BCCE5AD31186A50008C75D9979171779@silldn_mail1.sanwaint.com>
68935      Branch: perl
68936            ! README.cygwin hints/cygwin.sh pod/perlport.pod t/lib/b.t
68937 ____________________________________________________________________________
68938 [  6637] By: jhi                                   on 2000/08/15  16:29:22
68939         Log: Subject: [PATCH] debugger exit code should reflect user exit code
68940              From: Mike Guy <mjtg@cam.ac.uk>
68941              Date: Tue, 15 Aug 2000 16:55:59 +0100
68942              Message-Id: <E13Oj4J-0005FS-00@libra.cus.cam.ac.uk>
68943      Branch: perl
68944            ! lib/perl5db.pl
68945 ____________________________________________________________________________
68946 [  6636] By: jhi                                   on 2000/08/15  15:30:58
68947         Log: Update Changes.
68948      Branch: perl
68949            ! Changes
68950 ____________________________________________________________________________
68951 [  6635] By: jhi                                   on 2000/08/15  15:27:21
68952         Log: Use -Dusedevel; regen Configure and the respective Porting stuff.
68953      Branch: metaconfig
68954            ! U/mkglossary U/mksample
68955      Branch: metaconfig/U/perl
68956            ! Devel.U
68957      Branch: perl
68958            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
68959 ____________________________________________________________________________
68960 [  6634] By: jhi                                   on 2000/08/15  14:11:55
68961         Log: Don't blow limited stacks, a lower number is enough to
68962              tickle the lookbehind limit.
68963              
68964              Subject: [ID 20000815.007] Not OK: perl@6627 +SUIDMAIL on powerpc-machten 4.1.4 (UNINSTALLED) [PATCH]
68965              From: Dominic Dunlop <domo@computer.org>
68966              Date: Tue, 15 Aug 2000 13:51:24 +0200
68967              Message-Id: <p04320400b5bedcedaf22@[192.168.1.4]>
68968      Branch: perl
68969            ! t/op/regmesg.t
68970 ____________________________________________________________________________
68971 [  6633] By: jhi                                   on 2000/08/15  14:01:46
68972         Log: Subject: [ID 20000815.005] [PATCH] perldoc not looking in the right place for script pod
68973              From: Mike Guy <mjtg@cam.ac.uk>
68974              Date: Tue, 15 Aug 2000 12:10:50 +0100
68975              Message-Id: <E13OecM-0006nF-00@libra.cus.cam.ac.uk>
68976      Branch: perl
68977            ! utils/perldoc.PL
68978 ____________________________________________________________________________
68979 [  6632] By: jhi                                   on 2000/08/15  13:58:48
68980         Log: make ok etc also for win32.
68981              
68982              Subject: [ID 20000814.008] Not OK: perl v5.6.0 (6620) on MSWin32-x86 4.0 (UNINSTALLED)
68983              From: Prymmer/Kahn <pvhp@best.com>
68984              Date: Mon, 14 Aug 2000 22:42:06 -0700 (PDT)
68985              Message-Id: <Pine.BSF.4.21.0008142240280.3888-100000@shell8.ba.best.com>
68986      Branch: perl
68987            ! win32/Makefile
68988 ____________________________________________________________________________
68989 [  6631] By: jhi                                   on 2000/08/15  13:45:03
68990         Log: Update (kinda) to Test 1.14, from Joshua Pritikin.
68991      Branch: perl
68992            ! lib/Test.pm
68993 ____________________________________________________________________________
68994 [  6630] By: jhi                                   on 2000/08/15  03:25:09
68995         Log: Update Changes.
68996      Branch: perl
68997            ! Changes
68998 ____________________________________________________________________________
68999 [  6629] By: jhi                                   on 2000/08/15  03:23:53
69000         Log: magic_regdatum_set() is void, not int.
69001      Branch: perl
69002            ! embed.pl mg.c proto.h
69003 ____________________________________________________________________________
69004 [  6628] By: jhi                                   on 2000/08/15  03:08:02
69005         Log: Make the user to give up his firstborn, err, to knowingly
69006              verify installing an unstable developer release.  Also bump
69007              the release to 5.7.0, but leave a patch tag in the local
69008              patches saying that this is not yet the real thing.
69009      Branch: metaconfig
69010            ! U/modified/Instruct.U
69011      Branch: metaconfig/U/perl
69012            + Devel.U
69013      Branch: perl
69014            ! Configure patchlevel.h
69015 ____________________________________________________________________________
69016 [  6627] By: jhi                                   on 2000/08/14  22:32:52
69017         Log: README.os2 update.
69018              
69019              Subject: Re: [PATCH perl-current] Make op/sprintf.t more comprehensive,
69020              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
69021              Date: Wed, 02 Aug 2000 21:55:09 -0700
69022              Message-ID: <tsPi5gzkgegX092yn@efn.org>
69023      Branch: perl
69024            ! README.os2
69025 ____________________________________________________________________________
69026 [  6626] By: jhi                                   on 2000/08/14  21:00:02
69027         Log: Subject: Re: File::Temp problems on VMS in bleedperl
69028              From: Tim Jenness <timj@jach.hawaii.edu>
69029              cc: vmsperl@perl.org
69030              Date: Mon, 14 Aug 2000 09:44:33 -1000 (HST)
69031              Message-ID: <Pine.LNX.4.21.0008140941300.6753-100000@lapaki.jach.hawaii.edu>
69032      Branch: perl
69033            ! lib/File/Temp.pm t/lib/ftmp-tempfile.t
69034 ____________________________________________________________________________
69035 [  6625] By: jhi                                   on 2000/08/14  20:52:16
69036         Log: Add SUIDMAIL as was done for the CERT alert.
69037      Branch: perl
69038            ! patchlevel.h
69039 ____________________________________________________________________________
69040 [  6624] By: jhi                                   on 2000/08/14  20:48:50
69041         Log: Subject: sfio2000
69042              From: Daniel Muino <dmuino@afip.gov.ar>
69043              Date: Mon, 14 Aug 2000 16:58:11 -0300
69044              Message-ID: <20000814165811.B16368@con2-dgi>
69045      Branch: perl
69046            ! perlsdio.h perlsfio.h
69047 ____________________________________________________________________________
69048 [  6623] By: jhi                                   on 2000/08/14  20:47:36
69049         Log: Subject: warning: storage class after type is obsolescent
69050              From: Daniel Muino <dmuino@afip.gov.ar>
69051              Date: Mon, 14 Aug 2000 16:42:47 -0300
69052              Message-ID: <20000814164247.A16368@con2-dgi>
69053      Branch: perl
69054            ! regcomp.pl regnodes.h
69055 ____________________________________________________________________________
69056 [  6622] By: jhi                                   on 2000/08/14  20:43:05
69057         Log: Subject: [ID 20000814.002] [Patch] Email address in Changes.
69058              From: abigail@foad.org
69059              Date: 14 Aug 2000 20:00:10 -0000
69060              Message-Id: <20000814200010.27271.qmail@foad.org>
69061      Branch: perl
69062            ! Changes
69063 ____________________________________________________________________________
69064 [  6621] By: jhi                                   on 2000/08/14  15:23:05
69065         Log: Update Changes.
69066      Branch: perl
69067            ! Changes
69068 ____________________________________________________________________________
69069 [  6620] By: jhi                                   on 2000/08/14  15:22:14
69070         Log: Subject: Re: [PATCH] @+, @- readonly
69071              From: Mike Guy <mjtg@cam.ac.uk>
69072              Date: Mon, 14 Aug 2000 15:26:55 +0100
69073              Message-Id: <E13OLCZ-00020N-00@libra.cus.cam.ac.uk>
69074      Branch: perl
69075            ! XSUB.h embed.h embed.pl globvar.sym gv.c mg.c perl.h proto.h
69076            ! sv.c t/op/pat.t
69077 ____________________________________________________________________________
69078 [  6619] By: jhi                                   on 2000/08/14  14:12:08
69079         Log: Update Changes.
69080      Branch: perl
69081            ! Changes
69082 ____________________________________________________________________________
69083 [  6618] By: jhi                                   on 2000/08/14  14:09:34
69084         Log: For now remove the mail code.
69085      Branch: perl
69086            ! perl.c
69087 ____________________________________________________________________________
69088 [  6617] By: jhi                                   on 2000/08/14  14:08:28
69089         Log: Drop the eg/ mentions and also mention the recent suidperl thing.
69090      Branch: perl
69091            ! jpl/README lib/ExtUtils/Embed.pm pod/perlcompile.pod
69092            ! pod/perlfaq8.pod pod/perlsec.pod
69093 ____________________________________________________________________________
69094 [  6616] By: jhi                                   on 2000/08/14  14:00:11
69095         Log: Subject: Re: [ID 20000807.003] [PATCH] Debugger treatment of condition "0"
69096              From: Mike Guy <mjtg@cam.ac.uk>
69097              Date: Mon, 14 Aug 2000 08:26:02 +0100
69098              Message-Id: <E13OEdG-0007LT-00@libra.cus.cam.ac.uk>
69099      Branch: perl
69100            ! lib/perl5db.pl
69101 ____________________________________________________________________________
69102 [  6615] By: jhi                                   on 2000/08/14  13:58:45
69103         Log: Subject: [PATCH] @+, @- readonly (was Re: @<punct> interpolating in "")
69104              From: Mike Guy <mjtg@cam.ac.uk>
69105              Date: Mon, 14 Aug 2000 08:04:22 +0100
69106              Message-Id: <E13OEII-0007B2-00@libra.cus.cam.ac.uk>
69107      Branch: perl
69108            ! gv.c mg.c t/op/pat.t
69109 ____________________________________________________________________________
69110 [  6614] By: jhi                                   on 2000/08/14  13:56:45
69111         Log: Subject: Test fails / warnings with perl-current #6612
69112              From: Mike Guy <mjtg@cam.ac.uk>
69113              Date: Mon, 14 Aug 2000 07:57:23 +0100
69114              Message-Id: <E13OEBX-000776-00@libra.cus.cam.ac.uk>
69115      Branch: perl
69116            ! t/lib/b.t t/lib/peek.t
69117 ____________________________________________________________________________
69118 [  6613] By: jhi                                   on 2000/08/14  13:45:33
69119         Log: VMS configure.com update continues.
69120      Branch: perl
69121            - vms/configure.com
69122            ! MANIFEST configure.com
69123 ____________________________________________________________________________
69124 [  6612] By: jhi                                   on 2000/08/13  22:13:35
69125         Log: Update Changes.
69126      Branch: perl
69127            ! Changes
69128 ____________________________________________________________________________
69129 [  6611] By: jhi                                   on 2000/08/13  16:21:45
69130         Log: Upgrade to CGI 2.71, from Lincoln Stein.
69131      Branch: perl
69132            ! lib/CGI.pm lib/CGI/Cookie.pm t/lib/cgi-function.t
69133 ____________________________________________________________________________
69134 [  6610] By: jhi                                   on 2000/08/13  15:09:16
69135         Log: Subject: [PATCH] t/op/regmesg.t fails if REG_INFTY set
69136              From: Mike Guy <mjtg@cam.ac.uk>
69137              Date: Sun, 13 Aug 2000 13:45:51 +0100
69138              Message-Id: <E13Nx9D-00027M-00@libra.cus.cam.ac.uk>
69139      Branch: perl
69140            ! t/op/regmesg.t
69141 ____________________________________________________________________________
69142 [  6609] By: jhi                                   on 2000/08/13  14:31:26
69143         Log: Andreas says that 1.56 is fine, so reverting back to it.
69144      Branch: perl
69145            ! lib/CPAN.pm
69146 ____________________________________________________________________________
69147 [  6608] By: jhi                                   on 2000/08/13  05:34:20
69148         Log: Update Changes.
69149      Branch: perl
69150            ! Changes
69151 ____________________________________________________________________________
69152 [  6607] By: jhi                                   on 2000/08/13  05:32:01
69153         Log: Put back the \z changes of #5406 to CPAN.pm.
69154      Branch: perl
69155            ! lib/CPAN.pm
69156 ____________________________________________________________________________
69157 [  6606] By: jhi                                   on 2000/08/13  05:20:16
69158         Log: Fix-n-skip the tests under 5005threads.
69159      Branch: perl
69160            ! t/lib/b.t
69161 ____________________________________________________________________________
69162 [  6605] By: jhi                                   on 2000/08/13  05:07:48
69163         Log: Fix the test for 5005threads.
69164      Branch: perl
69165            ! t/lib/peek.t
69166 ____________________________________________________________________________
69167 [  6604] By: jhi                                   on 2000/08/13  03:35:37
69168         Log: Should have deleted this in #6603.
69169      Branch: perl
69170            - vms/subconfigure.com
69171 ____________________________________________________________________________
69172 [  6603] By: jhi                                   on 2000/08/12  18:29:32
69173         Log: Rewrite of vms/subconfigure.com as configure.com,
69174              from Peter Prymmer and the vmsperl crew.
69175      Branch: perl
69176            + vms/configure.com
69177            ! MANIFEST
69178 ____________________________________________________________________________
69179 [  6602] By: jhi                                   on 2000/08/11  13:00:01
69180         Log: PlainText.pm is dead.
69181      Branch: perl
69182            - lib/Pod/PlainText.pm
69183            ! MANIFEST
69184 ____________________________________________________________________________
69185 [  6601] By: jhi                                   on 2000/08/11  04:06:45
69186         Log: Update Changes.
69187      Branch: perl
69188            ! Changes
69189 ____________________________________________________________________________
69190 [  6600] By: jhi                                   on 2000/08/11  04:06:10
69191         Log: Add a few missing files, update MANIFEST.
69192      Branch: perl
69193            + lib/CGI/eg/make_links.pl lib/CGI/eg/wilogo.gif
69194            + lib/Pod/PlainText.pm t/pod/find.t
69195            ! MANIFEST t/op/regmesg.t
69196 ____________________________________________________________________________
69197 [  6599] By: jhi                                   on 2000/08/11  03:31:10
69198         Log: Add Perl debugging tutorial, regen toc. 
69199              
69200              Subject: perldebtut.pod
69201              From: Richard Foley <Richard.Foley@m.dasa.de>
69202              Date: Wed, 09 Aug 2000 10:17:15 +0200
69203              Message-id: <3991138B.262247B8@m.dasa.de>
69204      Branch: perl
69205            + pod/perldebtut.pod
69206            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
69207 ____________________________________________________________________________
69208 [  6598] By: jhi                                   on 2000/08/11  02:48:56
69209         Log: tiny Changes edit
69210      Branch: perl
69211            ! Changes
69212 ____________________________________________________________________________
69213 [  6597] By: jhi                                   on 2000/08/11  02:39:04
69214         Log: Tests for #6589.
69215              
69216              Subject: Re: B::Deparse was Re: [ID 20000808.005] refs to returned lvalues are lvalues??
69217              From: simon@brecon.co.uk (Simon Cozens)
69218              Date: 11 Aug 2000 02:24:52 GMT
69219              Message-ID: <slrn8p6ovk.5sh.simon@justanother.perlhacker.org>
69220      Branch: perl
69221            ! t/lib/b.t
69222 ____________________________________________________________________________
69223 [  6596] By: jhi                                   on 2000/08/11  01:50:07
69224         Log: Update Changes.
69225      Branch: perl
69226            ! Changes
69227 ____________________________________________________________________________
69228 [  6595] By: jhi                                   on 2000/08/11  01:47:16
69229         Log: nitfix
69230      Branch: perl
69231            ! Changes
69232 ____________________________________________________________________________
69233 [  6594] By: jhi                                   on 2000/08/11  01:36:16
69234         Log: Subject: Getting perlio and threads to compile
69235              From: Lupe Christoph <lupe@lupe-christoph.de>
69236              Date: Wed, 9 Aug 2000 11:35:54 +0200
69237              Message-ID: <20000809113554.G23160@alanya.lupe-christoph.de>
69238              
69239              (the Solaris version changes in Configure skipped)
69240      Branch: perl
69241            ! hints/solaris_2.sh thread.h
69242 ____________________________________________________________________________
69243 [  6593] By: jhi                                   on 2000/08/11  01:30:16
69244         Log: Subject: Re: [ID 20000730.003] utf8::length() bad
69245              From: simon@brecon.co.uk (Simon Cozens)
69246              Date: 1 Aug 2000 06:55:19 GMT
69247              Message-ID: <slrn8oct2n.19l.simon@justanother.perlhacker.org>
69248      Branch: perl
69249            ! lib/utf8.pm
69250 ____________________________________________________________________________
69251 [  6592] By: jhi                                   on 2000/08/11  01:26:39
69252         Log: Subject: Re: [ID 20000809.006] Debugger lost the ability to see $1 et al
69253              From: Peter Scott <Peter@PeterScott.com>
69254              Date: Thu, 10 Aug 2000 08:23:27 -0700
69255              Message-Id: <4.3.2.7.2.20000810081749.00aa92c0@peterscott.com>
69256      Branch: perl
69257            ! lib/perl5db.pl
69258 ____________________________________________________________________________
69259 [  6591] By: jhi                                   on 2000/08/11  01:22:02
69260         Log: Subject: Re: [ID 20000809.005] trouble with long string and /m modifier - uninitialized value 
69261              From: Hugo <hv@crypt.compulink.co.uk>
69262              Date: Thu, 10 Aug 2000 19:23:04 +0100
69263              Message-Id: <200008101823.TAA23580@crypt.compulink.co.uk>
69264      Branch: perl
69265            ! regexec.c t/op/pat.t
69266 ____________________________________________________________________________
69267 [  6590] By: jhi                                   on 2000/08/11  01:19:19
69268         Log: Preprocessing and postprocessing for File::Find.
69269              
69270              Subject: Patch to Find::File.pm to allow alphabetical results
69271              From: Joe Smith <jsmith@inwap.com>
69272              Date: Wed, 9 Aug 2000 02:44:54 -0700
69273              Message-Id: <20000809024453.A21193@tardis.Tymnet.COM>
69274      Branch: perl
69275            ! lib/File/Find.pm
69276 ____________________________________________________________________________
69277 [  6589] By: jhi                                   on 2000/08/11  01:12:39
69278         Log: B::Deparse didn't do sub attributes.
69279              
69280              Subject: B::Deparse was Re: [ID 20000808.005] refs to returned lvalues are lvalues??
69281              From: simon@brecon.co.uk (Simon Cozens)
69282              Date: 9 Aug 2000 04:49:20 GMT
69283              Message-ID: <slrn8p1omg.beq.simon@justanother.perlhacker.org>
69284      Branch: perl
69285            ! ext/B/B.xs ext/B/B/Deparse.pm ext/B/defsubs_h.PL
69286 ____________________________________________________________________________
69287 [  6588] By: jhi                                   on 2000/08/11  01:06:40
69288         Log: Subject: debugger "d" command doesnt check line number
69289              From: Mike Guy <mjtg@cam.ac.uk>
69290              Date: Tue, 08 Aug 2000 21:54:29 +0100
69291              Message-Id: <E13MGOL-000053-00@libra.cus.cam.ac.uk>
69292      Branch: perl
69293            ! lib/perl5db.pl mg.c pod/perldiag.pod
69294 ____________________________________________________________________________
69295 [  6587] By: jhi                                   on 2000/08/11  00:45:03
69296         Log: sleep(1) does not necessarily return 1.
69297              
69298              Subject: [PATCH bleadperl] op/lex_assign.t  
69299              From: Hugo <hv@crypt.compulink.co.uk>
69300              Date: Thu, 03 Aug 2000 14:34:22 +0100        
69301              Message-Id: <200008031334.OAA03379@crypt.compulink.co.uk>
69302      Branch: perl
69303            ! t/op/lex_assign.t
69304 ____________________________________________________________________________
69305 [  6586] By: jhi                                   on 2000/08/11  00:31:50
69306         Log: Document the IO::Select timeout.
69307      Branch: perl
69308            ! ext/IO/lib/IO/Select.pm
69309 ____________________________________________________________________________
69310 [  6585] By: jhi                                   on 2000/08/11  00:13:54
69311         Log: Forgot contributor.
69312      Branch: perl
69313            ! Changes
69314 ____________________________________________________________________________
69315 [  6584] By: jhi                                   on 2000/08/11  00:09:19
69316         Log: detypo
69317      Branch: perl
69318            ! Changes
69319 ____________________________________________________________________________
69320 [  6583] By: jhi                                   on 2000/08/11  00:07:53
69321         Log: Fixes to looking-like-number to keep behaviour as it was in 5.005_03.
69322              
69323              Subject: Re: [ID 20000810.002] $a["1foo"] same as $a[0]
69324              From: Mike Guy <mjtg@cam.ac.uk> 
69325              Date: Thu, 10 Aug 2000 15:50:54 +0100
69326              Message-Id: <E13Mtfa-0005Ge-00@libra.cus.cam.ac.uk>
69327      Branch: perl
69328            ! sv.c t/op/int.t
69329 ____________________________________________________________________________
69330 [  6582] By: jhi                                   on 2000/08/10  23:29:32
69331         Log: Update Changes.
69332      Branch: perl
69333            ! Changes
69334 ____________________________________________________________________________
69335 [  6581] By: jhi                                   on 2000/08/10  23:26:16
69336         Log: Put back the std @INC thing.
69337      Branch: perl
69338            ! t/lib/ansicolor.t t/lib/cgi-form.t t/lib/cgi-function.t
69339            ! t/lib/cgi-html.t t/lib/cgi-pretty.t t/lib/cgi-request.t
69340            ! t/lib/gol-basic.t t/lib/gol-compat.t t/lib/gol-linkage.t
69341            ! t/lib/gol-oo.t
69342 ____________________________________________________________________________
69343 [  6580] By: jhi                                   on 2000/08/10  23:03:34
69344         Log: Update to CGI 2.70, from Lincoln Stein.
69345      Branch: perl
69346            ! lib/CGI.pm lib/CGI/Carp.pm lib/CGI/Cookie.pm lib/CGI/Pretty.pm
69347            ! lib/CGI/Push.pm lib/CGI/Util.pm t/lib/cgi-form.t
69348            ! t/lib/cgi-function.t t/lib/cgi-html.t t/lib/cgi-pretty.t
69349            ! t/lib/cgi-request.t
69350 ____________________________________________________________________________
69351 [  6579] By: jhi                                   on 2000/08/10  22:41:50
69352         Log: Update to CPAN 1.56, from Andreas König.
69353      Branch: perl
69354            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
69355 ____________________________________________________________________________
69356 [  6578] By: jhi                                   on 2000/08/10  22:38:13
69357         Log: Update to Pod::Parser 1.17, from Brad Appleton.
69358      Branch: perl
69359            ! lib/Pod/Checker.pm lib/Pod/Find.pm lib/Pod/InputObjects.pm
69360            ! lib/Pod/ParseUtils.pm lib/Pod/Parser.pm lib/Pod/Select.pm
69361            ! lib/Pod/Usage.pm pod/pod2usage.PL pod/podchecker.PL
69362            ! pod/podselect.PL t/pod/emptycmd.t t/pod/for.t t/pod/headings.t
69363            ! t/pod/include.t t/pod/included.t t/pod/lref.t
69364            ! t/pod/multiline_items.t t/pod/nested_items.t
69365            ! t/pod/nested_seqs.t t/pod/oneline_cmds.t t/pod/pod2usage.t
69366            ! t/pod/poderrs.t t/pod/poderrs.xr t/pod/podselect.t
69367            ! t/pod/special_seqs.t
69368 ____________________________________________________________________________
69369 [  6577] By: jhi                                   on 2000/08/10  22:35:41
69370         Log: Small AUTHORS and MAINTAIN updates.  Could do with big updates.
69371      Branch: perl
69372            ! AUTHORS MAINTAIN
69373 ____________________________________________________________________________
69374 [  6576] By: jhi                                   on 2000/08/10  22:24:54
69375         Log: Update to Getopt::Long 2.23_05, from Johan Vromans.
69376      Branch: perl
69377            + t/lib/gol-oo.t
69378            ! MANIFEST lib/Getopt/Long.pm lib/newgetopt.pl t/lib/gol-basic.t
69379            ! t/lib/gol-compat.t t/lib/gol-linkage.t
69380 ____________________________________________________________________________
69381 [  6575] By: jhi                                   on 2000/08/10  22:02:07
69382         Log: Update to Term::ANSIColor 1.03, from Russ Allbery.
69383      Branch: perl
69384            ! lib/Term/ANSIColor.pm t/lib/ansicolor.t
69385 ____________________________________________________________________________
69386 [  6574] By: jhi                                   on 2000/08/10  21:55:03
69387         Log: Iterating perl6 description.
69388      Branch: perl
69389            ! pod/perlfaq1.pod
69390 ____________________________________________________________________________
69391 [  6573] By: jhi                                   on 2000/08/10  21:48:26
69392         Log: Revert the sv.c part of #6559, a better fix is needed.
69393      Branch: perl
69394            ! sv.c
69395 ____________________________________________________________________________
69396 [  6572] By: jhi                                   on 2000/08/10  20:33:43
69397         Log: It's the 2ndO'ROSSC.
69398      Branch: perl
69399            ! pod/perlfaq1.pod
69400 ____________________________________________________________________________
69401 [  6571] By: jhi                                   on 2000/08/10  15:55:48
69402         Log: detypo
69403      Branch: perl
69404            ! pod/perlfaq1.pod
69405 ____________________________________________________________________________
69406 [  6570] By: jhi                                   on 2000/08/10  14:11:17
69407         Log: An exceptionally sticky typo.
69408      Branch: perl
69409            ! Changes
69410 ____________________________________________________________________________
69411 [  6569] By: jhi                                   on 2000/08/10  14:09:33
69412         Log: detypo (and test Changes updating script)
69413      Branch: perl
69414            ! Changes
69415 ____________________________________________________________________________
69416 [  6568] By: jhi                                   on 2000/08/10  14:07:07
69417         Log: Update Changes.
69418      Branch: perl
69419            ! Changes
69420 ____________________________________________________________________________
69421 [  6567] By: jhi                                   on 2000/08/10  14:06:19
69422         Log: Amend the description of Perl6.
69423              Subject: [PATCH Perl-5.6.0] perlfaq1.pod
69424              From: Elaine -HFB- Ashton <elaine@chaos.wustl.edu>
69425              Date: Wed, 9 Aug 2000 22:11:06 -0500
69426              Message-ID: <20000809221106.A12246@chaos.wustl.edu>
69427      Branch: perl
69428            ! pod/perlfaq1.pod
69429 ____________________________________________________________________________
69430 [  6566] By: jhi                                   on 2000/08/10  13:58:57
69431         Log: Subject: Remove dead entry in perldiag
69432              From: Mike Guy <mjtg@cam.ac.uk>
69433              Date: Thu, 10 Aug 2000 14:19:19 +0100
69434              Message-Id: <E13MsEx-00033G-00@libra.cus.cam.ac.uk>
69435      Branch: perl
69436            ! pod/perldiag.pod
69437 ____________________________________________________________________________
69438 [  6565] By: jhi                                   on 2000/08/10  13:51:48
69439         Log: Zero entries were skipped, fix from Adrian Goalby
69440              <argoalby@yahoo.co.uk>
69441      Branch: perl
69442            ! lib/unicode/Number.pl lib/unicode/mktables.PL
69443 ____________________________________________________________________________
69444 [  6564] By: jhi                                   on 2000/08/10  13:00:12
69445         Log: Subject: [PATCH 5.6.0] cygwin port
69446              From: "Fifer, Eric" <EFifer@sanwaint.com>
69447              Date: Thu, 10 Aug 2000 13:15:36 +0100
69448              Message-ID: <779F20BCCE5AD31186A50008C75D997917176A@silldn_mail1.sanwaint.com>
69449      Branch: perl
69450            ! README.cygwin hints/cygwin.sh
69451 ____________________________________________________________________________
69452 [  6563] By: jhi                                   on 2000/08/10  12:55:16
69453         Log: Get back into sync with Jeffrey on the enhanced regex warnings.
69454      Branch: perl
69455            ! pod/perldiag.pod regcomp.c t/op/re_tests t/op/readdir.t
69456 ____________________________________________________________________________
69457 [  6562] By: gsar                                  on 2000/08/10  08:38:39
69458         Log: warn is a macro, avoid using at a variable to avoid warnings
69459              in some configurations; readdir.t is too conservative in
69460              estimating number of *.t's
69461      Branch: perl
69462            ! t/op/readdir.t util.c
69463 ____________________________________________________________________________
69464 [  6561] By: jhi                                   on 2000/08/09  23:35:42
69465         Log: Update Changes.
69466      Branch: perl
69467            ! Changes
69468 ____________________________________________________________________________
69469 [  6560] By: jhi                                   on 2000/08/09  23:05:47
69470         Log: Subject: Re: enhanced(?) regex error messages
69471              From: Jeffrey Friedl <jfriedl@yahoo-inc.com>
69472              Date: Wed, 9 Aug 2000 00:59:43 -0700 (PDT)
69473              Message-Id: <200008090759.AAA07144@ventrue.yahoo.com>
69474              
69475              (plus two small patches sent privately)
69476              (this still seems to leave few test failures)
69477      Branch: perl
69478            + t/op/regmesg.t
69479            ! MANIFEST pod/perldiag.pod regcomp.c regcomp.h t/op/misc.t
69480            ! t/pragma/warn/regcomp
69481 ____________________________________________________________________________
69482 [  6559] By: jhi                                   on 2000/08/09  20:41:18
69483         Log: (The fix did work but was not right, retracted in #6573)
69484              
69485              Subject: [ID 20000809.003] setlocale(LC_NUMERIC...) produces different results in 5.005 and 5.6
69486              From: Christian Kirsch <ck@held.mind.de>
69487              Date: Wed, 9 Aug 2000 17:05:17 +0200
69488              Message-Id: <20000809170517.A25389@held>
69489      Branch: perl
69490            ! sv.c t/pragma/locale.t
69491 ____________________________________________________________________________
69492 [  6558] By: jhi                                   on 2000/08/08  22:34:08
69493         Log: Tiny updates on the contributors list.
69494      Branch: perl
69495            ! Changes
69496 ____________________________________________________________________________
69497 [  6557] By: jhi                                   on 2000/08/08  19:34:28
69498         Log: Double check that we have a dirhandle.
69499      Branch: perl
69500            ! util.c
69501 ____________________________________________________________________________
69502 [  6556] By: jhi                                   on 2000/08/08  19:01:51
69503         Log: Delete eg as agreed at TPC3 (yes, 3).  Dusty, obsolete, non-w-clean.
69504              May be repopulated with fresh maintained examples.
69505      Branch: perl
69506            + lib/CGI/eg/RunMeFirst lib/CGI/eg/caution.xbm
69507            + lib/CGI/eg/clickable_image.cgi lib/CGI/eg/cookie.cgi
69508            + lib/CGI/eg/crash.cgi lib/CGI/eg/customize.cgi
69509            + lib/CGI/eg/diff_upload.cgi lib/CGI/eg/dna_small_gif.uu
69510            + lib/CGI/eg/file_upload.cgi lib/CGI/eg/frameset.cgi
69511            + lib/CGI/eg/index.html lib/CGI/eg/internal_links.cgi
69512            + lib/CGI/eg/javascript.cgi lib/CGI/eg/monty.cgi
69513            + lib/CGI/eg/multiple_forms.cgi lib/CGI/eg/nph-clock.cgi
69514            + lib/CGI/eg/nph-multipart.cgi lib/CGI/eg/popup.cgi
69515            + lib/CGI/eg/save_state.cgi lib/CGI/eg/tryit.cgi
69516            + lib/CGI/eg/wilogo_gif.uu
69517            - eg/ADB eg/README eg/cgi/RunMeFirst eg/cgi/caution.xbm
69518            - eg/cgi/clickable_image.cgi eg/cgi/cookie.cgi eg/cgi/crash.cgi
69519            - eg/cgi/customize.cgi eg/cgi/diff_upload.cgi
69520            - eg/cgi/dna_small_gif.uu eg/cgi/file_upload.cgi
69521            - eg/cgi/frameset.cgi eg/cgi/index.html
69522            - eg/cgi/internal_links.cgi eg/cgi/javascript.cgi
69523            - eg/cgi/monty.cgi eg/cgi/multiple_forms.cgi
69524            - eg/cgi/nph-clock.cgi eg/cgi/nph-multipart.cgi eg/cgi/popup.cgi
69525            - eg/cgi/save_state.cgi eg/cgi/tryit.cgi eg/cgi/wilogo_gif.uu
69526            - eg/changes eg/client eg/down eg/dus eg/findcp eg/findtar
69527            - eg/g/gcp eg/g/gcp.man eg/g/ged eg/g/ghosts eg/g/gsh
69528            - eg/g/gsh.man eg/muck eg/muck.man eg/myrup eg/nih eg/relink
69529            - eg/rename eg/rmfrom eg/scan/scan_df eg/scan/scan_last
69530            - eg/scan/scan_messages eg/scan/scan_passwd eg/scan/scan_ps
69531            - eg/scan/scan_sudo eg/scan/scan_suid eg/scan/scanner eg/server
69532            - eg/shmkill eg/sysvipc/README eg/sysvipc/ipcmsg
69533            - eg/sysvipc/ipcsem eg/sysvipc/ipcshm eg/travesty eg/unuc
69534            - eg/uudecode eg/van/empty eg/van/unvanish eg/van/vanexp
69535            - eg/van/vanish eg/who eg/wrapsuid
69536            ! MANIFEST
69537 ____________________________________________________________________________
69538 [  6555] By: jhi                                   on 2000/08/08  18:51:08
69539         Log: Delete chat2 as requested by Randal.
69540              
69541              Subject: Re: perlfaq8 coyness
69542              From: merlyn@stonehenge.com (Randal L. Schwartz) 
69543              Date: 15 May 2000 18:52:42 -0700 
69544              Message-ID: <m166sfl0r9.fsf@halfdome.holdit.com> 
69545      Branch: perl
69546            - lib/chat2.pl
69547            ! MANIFEST
69548 ____________________________________________________________________________
69549 [  6554] By: jhi                                   on 2000/08/08  18:31:35
69550         Log: Regen global.sym.
69551      Branch: perl
69552            ! global.sym
69553 ____________________________________________________________________________
69554 [  6553] By: jhi                                   on 2000/08/08  18:28:13
69555         Log: Do away with array context, from Daniel Chetlin <daniel@chetlin.com>
69556              (either perlbug or p5p ate the original), plus regen
69557              perlapi and perltoc. 
69558      Branch: perl
69559            ! Changes Changes5.004 README.Y2K cop.h emacs/cperl-mode.el
69560            ! ext/B/ramblings/flip-flop ext/Data/Dumper/Dumper.pm
69561            ! ext/IO/lib/IO/Handle.pm ext/IO/lib/IO/Socket.pm
69562            ! ext/Socket/Socket.pm lib/CGI.pm lib/CGI/Cookie.pm
69563            ! lib/File/Temp.pm lib/FileHandle.pm lib/Pod/Functions.pm
69564            ! lib/Pod/InputObjects.pm lib/Pod/LaTeX.pm lib/Text/Soundex.pm
69565            ! lib/perl5db.pl op.h opcode.pl perlapi.c perlapi.h
69566            ! pod/perlapi.pod pod/perltoc.pod t/lib/dosglob.t
69567            ! t/lib/ftmp-posix.t t/lib/glob-global.t t/op/grent.t
69568            ! t/op/pwent.t vms/ext/DCLsym/DCLsym.pm
69569 ____________________________________________________________________________
69570 [  6552] By: jhi                                   on 2000/08/08  18:06:29
69571         Log: Subject: [PATCH] Re: [ID 20000807.008] Double reads considered evil? (deja vu)
69572              From: Mike Guy <mjtg@cam.ac.uk>
69573              Message-Id: <E13MAj1-00038W-00@libra.cus.cam.ac.uk>
69574              Date: Tue, 08 Aug 2000 15:51:27 +0100
69575      Branch: perl
69576            ! doop.c sv.h t/op/join.t t/pragma/overload.t
69577 ____________________________________________________________________________
69578 [  6551] By: jhi                                   on 2000/08/08  18:01:11
69579         Log: Re-apply #6549.
69580      Branch: perl
69581            ! lib/perl5db.pl
69582 ____________________________________________________________________________
69583 [  6550] By: jhi                                   on 2000/08/08  17:43:08
69584         Log: Accidental retraction of #6549.
69585      Branch: perl
69586            ! lib/perl5db.pl
69587 ____________________________________________________________________________
69588 [  6549] By: jhi                                   on 2000/08/08  17:40:04
69589         Log: Subject: [ID 20000807.003] [PATCH] Debugger treatment of condition "0"
69590              From: Mike Guy <mjtg@cam.ac.uk>
69591              Date: Mon, 07 Aug 2000 21:49:58 +0100
69592              Message-Id: <E13LtqQ-0006Jc-00@libra.cus.cam.ac.uk>
69593      Branch: perl
69594            ! lib/perl5db.pl
69595 ____________________________________________________________________________
69596 [  6548] By: jhi                                   on 2000/08/08  17:37:57
69597         Log: Document here-doc better.
69598              
69599              Subject: Re: [ID 20000804.003] heredoc in s///e replacement
69600              From: Mike Guy <mjtg@cam.ac.uk>
69601              Date: Mon, 07 Aug 2000 14:02:09 +0100
69602              Message-Id: <E13LmXh-0006rM-00@libra.cus.cam.ac.uk>
69603      Branch: perl
69604            ! pod/perldata.pod
69605 ____________________________________________________________________________
69606 [  6547] By: jhi                                   on 2000/08/08  17:33:34
69607         Log: Subject: Patch against 5.6.0 to allow "-d:Module=arg,arg,arg"
69608              From: "Randy J. Ray" <rjray@redhat.com>
69609              Date: Mon, 07 Aug 2000 19:12:25 -0700
69610              Message-Id: <200008080212.TAA12784@tzimisce.soma.redhat.com>
69611      Branch: perl
69612            ! perl.c pod/perlrun.pod
69613 ____________________________________________________________________________
69614 [  6546] By: jhi                                   on 2000/08/08  17:29:26
69615         Log: Subject: Re: enhanced(?) regex error messages 
69616              From: Hugo <hv@crypt.compulink.co.uk>
69617              Date: Tue, 08 Aug 2000 03:25:51 +0100
69618              Message-Id: <200008080225.DAA10998@crypt.compulink.co.uk>
69619              
69620              plus Capitalize the error messages, plus perldiag them.
69621      Branch: perl
69622            ! pod/perldiag.pod regcomp.c t/op/pat.t t/op/re_tests
69623 ____________________________________________________________________________
69624 [  6545] By: jhi                                   on 2000/08/08  13:59:28
69625         Log: Augment #6539 a bit: don't croak if there's magic in the air.
69626              
69627              Subject: Re: [PATCH bleadperl-6530] bless, REF, and bless(REF, REF) 
69628              From: Hugo <hv@crypt.compulink.co.uk>
69629              Date: Tue, 08 Aug 2000 03:02:03 +0100
69630              Message-Id: <200008080202.DAA09147@crypt.compulink.co.uk>
69631      Branch: perl
69632            ! pp.c t/op/bless.t
69633 ____________________________________________________________________________
69634 [  6544] By: jhi                                   on 2000/08/07  21:11:52
69635         Log: Make the test -w clean.
69636      Branch: perl
69637            ! t/op/bless.t
69638 ____________________________________________________________________________
69639 [  6543] By: jhi                                   on 2000/08/07  19:49:53
69640         Log: use warnings instead of $^W.
69641      Branch: perl
69642            ! t/op/bless.t
69643 ____________________________________________________________________________
69644 [  6542] By: jhi                                   on 2000/08/07  17:41:41
69645         Log: Disable a portability warning Because We Know What We Are Doing.
69646      Branch: perl
69647            ! t/op/bless.t
69648 ____________________________________________________________________________
69649 [  6541] By: jhi                                   on 2000/08/07  17:29:51
69650         Log: Tiny tidying on report_evil_fh().
69651      Branch: perl
69652            ! util.c
69653 ____________________________________________________________________________
69654 [  6540] By: jhi                                   on 2000/08/07  16:37:38
69655         Log: Make regular expression parse error messages easier to understand.
69656              
69657              Subject: Re: enhanced(?) regex error messages
69658              From: Jeffrey Friedl <jfriedl@yahoo-inc.com>
69659              Date: Fri, 4 Aug 2000 23:34:07 -0700 (PDT)
69660              Message-Id: <200008050634.XAA20360@ventrue.yahoo.com>
69661      Branch: perl
69662            ! regcomp.c
69663 ____________________________________________________________________________
69664 [  6539] By: jhi                                   on 2000/08/07  16:12:27
69665         Log: Make bless(REF, REF) a fatal error, add bless tests.
69666              
69667              Subject: [PATCH bleadperl-6530] bless, REF, and bless(REF, REF)
69668              From: Hugo <hv@crypt.compulink.co.uk>
69669              Date: Mon, 07 Aug 2000 16:59:38 +0100
69670              Message-Id: <200008071559.QAA29541@crypt.compulink.co.uk>
69671      Branch: perl
69672            + t/op/bless.t
69673            ! MANIFEST pod/perldiag.pod pp.c sv.c
69674 ____________________________________________________________________________
69675 [  6538] By: jhi                                   on 2000/08/07  15:59:43
69676         Log: Subject: [ID 20000803.006] 'use lib ...' doesn't behave as documented
69677              From: Tim Conrow <tim@spindrift.srl.caltech.edu>
69678              Date: Thu, 3 Aug 2000 14:29:21 -0700
69679              Message-Id: <200008032129.OAA27898@spindrift.caltech.edu>
69680      Branch: perl
69681            ! lib/lib_pm.PL
69682 ____________________________________________________________________________
69683 [  6537] By: jhi                                   on 2000/08/07  15:47:18
69684         Log: Retract #6419 for now since it breaks in AFS and MachTen.
69685      Branch: perl
69686            ! lib/Cwd.pm
69687 ____________________________________________________________________________
69688 [  6536] By: jhi                                   on 2000/08/07  15:05:29
69689         Log: Plug the security hole described in the Aug 05 2000 bugtraq message
69690              "sperl 5.00503 (and newer ;) exploit" by Michal Zalewski.
69691              The security hole exists only in suidperls, which isn't
69692              installed or even built by default.
69693      Branch: perl
69694            ! perl.c
69695 ____________________________________________________________________________
69696 [  6535] By: jhi                                   on 2000/08/07  14:45:14
69697         Log: tr memory corruption fix from Simon Cozens.
69698      Branch: perl
69699            ! doop.c
69700 ____________________________________________________________________________
69701 [  6534] By: jhi                                   on 2000/08/06  11:38:16
69702         Log: Document a bit that UDP is not what you might think.
69703              
69704              Subject: Re: IO::Socket::INET bug sending large UDP packets/fragmentation
69705              From: Lupe Christoph <lupe@lupe-christoph.de>
69706              Message-ID: <20000724085915.B13172@alanya.lupe-christoph.de>
69707              Date: Mon, 24 Jul 2000 08:59:15 +0200
69708      Branch: perl
69709            ! pod/perlipc.pod
69710 ____________________________________________________________________________
69711 [  6533] By: jhi                                   on 2000/08/06  11:35:01
69712         Log: Subject: [PATCH] perlfunc.pod use documentation (5.6.0)
69713              From: Jeff Pinyan <jeffp@hut.crusoe.net>
69714              Date: Sat, 5 Aug 2000 00:22:01 -0400 (EDT)
69715              Message-ID: <Pine.BSF.3.96.1000805002052.23260A-100000@hut.crusoe.net>
69716      Branch: perl
69717            ! pod/perlfunc.pod
69718 ____________________________________________________________________________
69719 [  6532] By: jhi                                   on 2000/08/06  03:45:41
69720         Log: Have symbols for the IoTYPEs.
69721      Branch: perl
69722            ! doio.c pp_ctl.c pp_sys.c sv.h toke.c util.c
69723 ____________________________________________________________________________
69724 [  6531] By: jhi                                   on 2000/08/06  01:33:55
69725         Log: Continue fixing the io warnings.  This also
69726              sort of fixes bug ID 20000802.003: the core dump
69727              is no more.  Whether the current behaviour is correct
69728              (giving a warning: "Not a format reference"), is another matter.
69729      Branch: perl
69730            ! doio.c pod/perldiag.pod pp_hot.c pp_sys.c t/pragma/warn/doio
69731            ! t/pragma/warn/pp_hot t/pragma/warn/pp_sys util.c
69732 ____________________________________________________________________________
69733 [  6530] By: jhi                                   on 2000/08/05  21:33:12
69734         Log: Change the Policy policy: now -Dprefix= with an existing
69735              Policy.sh and prefix == siteprefix == vendorprefix, then all
69736              of them follow along the new prefix.
69737              
69738              Subject: Re: [ID 20000508.002] -Dprefix completely broken [PATCH]
69739              From: Andy Dougherty <doughera@lafayette.edu>
69740              Date: Fri, 4 Aug 2000 14:53:50 -0400 (EDT)
69741              Message-ID: <Pine.SOL.4.10.10008041440560.17981-100000@maxwell.phys.lafayette.edu>
69742      Branch: perl
69743            ! Policy_sh.SH
69744 ____________________________________________________________________________
69745 [  6529] By: jhi                                   on 2000/08/05  18:57:28
69746         Log: Zap lib/Sys directory when cleaning up.
69747      Branch: perl
69748            ! Makefile.SH
69749 ____________________________________________________________________________
69750 [  6528] By: jhi                                   on 2000/08/05  18:40:44
69751         Log: Essential prototype changes were missing from #6527.
69752              Also make report_evil_fh() more bomb-proof.
69753      Branch: perl
69754            ! embed.h util.c
69755 ____________________________________________________________________________
69756 [  6527] By: jhi                                   on 2000/08/05  03:22:05
69757         Log: Subject: [ID 20000724.004] Perl interpreter segfault when using built-in flock
69758              From: "Ronald F. Guilmette" <rfg@monkeys.com>
69759              Date: Mon, 24 Jul 2000 15:47:00 -0700 (PDT)
69760              Message-Id: <200007242247.PAA52177@monkeys.com>
69761      Branch: perl
69762            ! embed.pl pp_hot.c pp_sys.c proto.h t/pragma/warn/pp_sys util.c
69763 ____________________________________________________________________________
69764 [  6526] By: jhi                                   on 2000/08/04  21:23:27
69765         Log: gcc versions might have (parentheses) in them.
69766      Branch: metaconfig/U/perl
69767            ! gccvers.U
69768      Branch: perl
69769            ! Configure config_h.SH
69770 ____________________________________________________________________________
69771 [  6525] By: jhi                                   on 2000/08/04  20:23:12
69772         Log: Weed buglets pointed out by
69773              
69774              From: Lupe Christoph <lupe@lupe-christoph.de>
69775              Subject: Re: [ID 20000803.005] miniperl aborts during Perl make
69776              Date: Fri, 4 Aug 2000 17:34:39 +0200
69777              Message-ID: <20000804173439.L8087@alanya.lupe-christoph.de>
69778      Branch: metaconfig/U/perl
69779            ! gccvers.U uselfs.U
69780      Branch: perl
69781            ! Configure config_h.SH
69782 ____________________________________________________________________________
69783 [  6524] By: jhi                                   on 2000/08/04  19:02:08
69784         Log: Warn under -w if lstat(FH) is attempted.
69785              
69786              Subject: [ID 20000421.003] perlfunc says you can lstat a file handle but you cannot
69787              From: "Todd C. Miller" <Todd.Miller@courtesan.com> 
69788              Date: Fri, 21 Apr 2000 10:43:46 -0600 (MDT) 
69789              Message-Id: <200004211643.e3LGhkX24720@xerxes.courtesan.com> 
69790      Branch: perl
69791            ! pod/perldiag.pod pod/perlfunc.pod pp_sys.c
69792            ! t/pragma/warn/pp_sys
69793 ____________________________________________________________________________
69794 [  6523] By: jhi                                   on 2000/08/04  12:31:11
69795         Log: Subject: New perlcc, take 2
69796              From: simon@brecon.co.uk (Simon Cozens)
69797              Date: 4 Aug 2000 06:21:04 GMT
69798              Message-ID: <slrn8oko6g.da2.simon@justanother.perlhacker.org>
69799      Branch: perl
69800            ! utils/perlcc.PL
69801 ____________________________________________________________________________
69802 [  6522] By: jhi                                   on 2000/08/04  12:26:33
69803         Log: Subject: Re: Array vs. List context
69804              From: Daniel Chetlin <daniel@chetlin.com>
69805              Date: Fri, 4 Aug 2000 00:22:44 -0700
69806              Message-ID: <20000804002244.A5924@ilmd.chetlin.org>
69807      Branch: perl
69808            ! pod/perlapi.pod pod/perlcall.pod pod/perlembed.pod
69809            ! pod/perlfaq4.pod
69810 ____________________________________________________________________________
69811 [  6521] By: jhi                                   on 2000/08/04  12:22:38
69812         Log: Subject: [ID 20000804.002] configure.gnu and arguments with whitespace characters
69813              From: Raymund Will <ray@caldera.de>
69814              Date: Fri, 4 Aug 2000 12:07:09 +0200
69815              Message-Id: <20000804120709.A14982@caldera.de>
69816      Branch: perl
69817            ! configure.gnu
69818 ____________________________________________________________________________
69819 [  6520] By: jhi                                   on 2000/08/04  04:09:06
69820         Log: After the #6519 a warning about stat() is just that,
69821              not about a filetest, which now have their own warning.
69822      Branch: perl
69823            ! pod/perldiag.pod
69824 ____________________________________________________________________________
69825 [  6519] By: jhi                                   on 2000/08/04  04:06:30
69826         Log: In the warnings call filehandles consistently so;
69827              add "unopened" warning for stat().
69828      Branch: perl
69829            ! doio.c pod/perldiag.pod pp_sys.c t/pragma/warn/doio
69830            ! t/pragma/warn/pp_sys
69831 ____________________________________________________________________________
69832 [  6518] By: jhi                                   on 2000/08/04  02:55:35
69833         Log: Subject: Minor tweak to perlvar.pod
69834              From: "Stephen P. Potter" <spp@ds.net>
69835              Date: Tue, 18 Apr 2000 09:26:03 -0400
69836              Message-Id: <200004181326.JAA01560@spp.users.ds.net>
69837      Branch: perl
69838            ! pod/perlvar.pod
69839 ____________________________________________________________________________
69840 [  6517] By: jhi                                   on 2000/08/04  02:50:08
69841         Log: Subject: [ID 19990721.004] Documentation bug in perlfunc
69842              From: "Clinton Pierce" <cpierce1@ford.com>
69843              Date: Wed, 21 Jul 1999 16:45:31 -0400
69844              Message-Id: <199907212049.QAA12875@mailfw3.ford.com>
69845              
69846              Fix by Stephen Potter (visible in the bug db but not in p5p?)
69847      Branch: perl
69848            ! pod/perlfunc.pod pod/perlop.pod
69849 ____________________________________________________________________________
69850 [  6516] By: jhi                                   on 2000/08/04  02:09:25
69851         Log: This is 6512.  Really.
69852      Branch: perl
69853            ! dump.c
69854 ____________________________________________________________________________
69855 [  6515] By: jhi                                   on 2000/08/04  01:25:50
69856         Log: mention the idea of @( and @)
69857      Branch: perl
69858            ! Todo-5.6
69859 ____________________________________________________________________________
69860 [  6514] By: bailey                                on 2000/08/04  01:18:46
69861         Log: YA resync with mainstem, including VMS patches from others
69862      Branch: vmsperl
69863           +> (branch 48 files)
69864            - lib/lib.pm pod/Makefile pod/Win32.pod pod/buildtoc
69865           !> (integrate 354 files)
69866 ____________________________________________________________________________
69867 [  6513] By: jhi                                   on 2000/08/04  01:18:18
69868         Log: Subject: [ID 20000802.004] Tests op/grent.t and op/pwent.t fail unnecessarily
69869              From: Mark Dickinson <dickins3@fas.harvard.edu>
69870              Date: Wed, 2 Aug 2000 13:25:07 -0400 (EDT)
69871              Message-Id: <Pine.OSF.4.10.10008021321380.32190-200000@is07.fas.harvard.edu>
69872      Branch: perl
69873            ! t/op/grent.t t/op/pwent.t
69874 ____________________________________________________________________________
69875 [  6512] By: jhi                                   on 2000/08/04  01:14:06
69876         Log: Subject: [ID 20000802.002] [PATCH] memory pseudo-leak in sv_dump
69877              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
69878              Date: Wed, 02 Aug 2000 10:51:01 +0100
69879              Message-Id: <E13JvAz-0005B5-00@libra.cus.cam.ac.uk>
69880      Branch: perl
69881            ! sv.c
69882 ____________________________________________________________________________
69883 [  6511] By: jhi                                   on 2000/08/04  00:57:00
69884         Log: Subject: [PATCH] bad cppsymbols on os2 + Configure question                
69885              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
69886              Date: Thu, 03 Aug 2000 17:20:04 -0700
69887              Message-ID: <0wgi5gzkgqLb092yn@efn.org> 
69888      Branch: metaconfig
69889            ! U/modified/Cppsym.U
69890      Branch: perl
69891            ! Configure config_h.SH
69892 ____________________________________________________________________________
69893 [  6510] By: jhi                                   on 2000/08/04  00:25:28
69894         Log: detypo
69895      Branch: perl
69896            ! Makefile.SH
69897 ____________________________________________________________________________
69898 [  6509] By: jhi                                   on 2000/08/03  23:43:18
69899         Log: Subject: [PATCH perl-current] Comings and goings in op/sprintf.t
69900              From: Dominic Dunlop <domo@computer.org>
69901              Date: Thu, 3 Aug 2000 22:16:46 +0200
69902              Message-Id: <p04320411b5af8091f6fe@[194.235.193.148]>
69903      Branch: perl
69904            ! t/op/sprintf.t
69905 ____________________________________________________________________________
69906 [  6508] By: jhi                                   on 2000/08/03  23:40:37
69907         Log: Subject: [PATCH bleadperl] [ID 20000803.001] further regexp counting problems
69908              From: Hugo <hv@crypt.compulink.co.uk>
69909              Date: Thu, 03 Aug 2000 18:25:30 +0100
69910              Message-Id: <200008031725.SAA10580@crypt.compulink.co.uk>
69911      Branch: perl
69912            ! regcomp.c t/op/re_tests
69913 ____________________________________________________________________________
69914 [  6507] By: jhi                                   on 2000/08/03  23:38:28
69915         Log: Subject: [PATCH] sv.h documentation - SvLEN
69916              From: Mike Guy <mjtg@cam.ac.uk>
69917              Date: Thu, 03 Aug 2000 14:43:09 +0100
69918              Message-Id: <E13KLHB-0004UK-00@libra.cus.cam.ac.uk>
69919      Branch: perl
69920            ! sv.h
69921 ____________________________________________________________________________
69922 [  6506] By: jhi                                   on 2000/08/03  15:49:14
69923         Log: Disable the fix_pl hack for now.
69924      Branch: perl
69925            ! Makefile.SH
69926 ____________________________________________________________________________
69927 [  6505] By: jhi                                   on 2000/08/03  13:49:04
69928         Log: Add a URL for FSF.
69929              
69930              Subject: Patch for README
69931              From: Elaine -HFB- Ashton <elaine@chaos.wustl.edu>
69932              Date: Wed, 2 Aug 2000 13:25:09 -0500
69933              Message-ID: <20000802132509.I10379@chaos.wustl.edu>
69934      Branch: perl
69935            ! README
69936 ____________________________________________________________________________
69937 [  6504] By: jhi                                   on 2000/08/03  13:29:19
69938         Log: Be more informative on what is skipped and why,
69939              also repeat the list at the end.
69940      Branch: perl
69941            ! Porting/p4desc
69942 ____________________________________________________________________________
69943 [  6503] By: jhi                                   on 2000/08/03  13:07:05
69944         Log: Circumvent the removal of .patch by fix_pl.
69945              
69946              Subject: Re: [ID 20000802.011] unable to 'make test'          
69947              From: simon@brecon.co.uk (Simon Cozens) 
69948              Date: 3 Aug 2000 04:17:00 GMT
69949              Message-ID: <slrn8ohshs.81o.simon@justanother.perlhacker.org> 
69950      Branch: perl
69951            ! Makefile.SH
69952 ____________________________________________________________________________
69953 [  6502] By: jhi                                   on 2000/08/03  00:14:34
69954         Log: Add the missing setproctitle unit.
69955      Branch: metaconfig/U/perl
69956            + d_setproctitle.U
69957 ____________________________________________________________________________
69958 [  6501] By: jhi                                   on 2000/08/03  00:00:26
69959         Log: The subtest 4 may fail also on VOBS, as pointed out
69960              by Nick Ing-Simmons in November 1999, bug id 19991124.003
69961              (but the failure in that bug report isn't the subtest 4).
69962      Branch: perl
69963            ! t/op/stat.t
69964 ____________________________________________________________________________
69965 [  6500] By: jhi                                   on 2000/08/02  23:49:30
69966         Log: Better skip message for the test; one of the two problems in
69967              
69968              Subject: [ID 20000224.003] Not OK: perl v5.5.660 on i86pc-solaris 2.7
69969              From: Lupe Christoph <lupe@lupe-christoph.de>
69970              Date: Thu, 24 Feb 2000 11:54:50 +0100 (MET)
69971              Message-Id: <200002241054.LAA06808@lupe-christoph.de>
69972      Branch: perl
69973            ! t/op/numconvert.t
69974 ____________________________________________________________________________
69975 [  6499] By: jhi                                   on 2000/08/02  22:49:16
69976         Log: Allow "no Module;" even if there is no 'unimport'.
69977              
69978              Subject: [ID 20000324.029] `unimport' is not special the way `import' is
69979              From: mjd@plover.com
69980              Date: 24 Mar 2000 15:24:34 -0000
69981              Message-Id: <20000324152434.15160.qmail@plover.com>
69982      Branch: perl
69983            ! gv.c
69984 ____________________________________________________________________________
69985 [  6498] By: jhi                                   on 2000/08/02  22:42:58
69986         Log: Generate OP_IS_SOCKET() and OP_IS_FILETEST() macros
69987              that are hopefully soon put into use.
69988      Branch: perl
69989            ! opcode.h opcode.pl opnames.h
69990 ____________________________________________________________________________
69991 [  6497] By: gsar                                  on 2000/08/02  22:28:59
69992         Log: require.t needs binmode() to work on windows
69993      Branch: perl
69994            ! t/comp/require.t
69995 ____________________________________________________________________________
69996 [  6496] By: jhi                                   on 2000/08/02  22:08:51
69997         Log: Document the IVdf UVuf UVof UVxf.
69998      Branch: perl
69999            ! pod/perlguts.pod
70000 ____________________________________________________________________________
70001 [  6495] By: jhi                                   on 2000/08/02  21:54:26
70002         Log: detypo #6494
70003      Branch: perl
70004            ! ext/Data/Dumper/Dumper.xs
70005 ____________________________________________________________________________
70006 [  6494] By: jhi                                   on 2000/08/02  21:49:17
70007         Log: Dump UVs as UVs in Data::Dumper.
70008              
70009              Subject: Re: [ID 20000405.018] Data::Dumper and negative numbers
70010              From: Gurusamy Sarathy <gsar@ActiveState.com>
70011              Date: Thu, 27 Apr 2000 12:26:25 -0700
70012              Message-Id: <200004271926.MAA04331@molotok.activestate.com>
70013      Branch: perl
70014            ! ext/Data/Dumper/Dumper.xs
70015 ____________________________________________________________________________
70016 [  6493] By: jhi                                   on 2000/08/02  17:01:58
70017         Log: Subject: [PATCH bleadperl] [ID 20000731.010] regex error 
70018              From: Hugo <hv@crypt.compulink.co.uk>
70019              Date: Wed, 02 Aug 2000 14:53:56 +0100
70020              Message-Id: <200008021353.OAA24761@crypt.compulink.co.uk>
70021      Branch: perl
70022            ! regexec.c t/op/re_tests
70023 ____________________________________________________________________________
70024 [  6492] By: jhi                                   on 2000/08/02  15:02:46
70025         Log: The new setproctitle() feature is available only in 
70026              bleeding edge FreeBSD.  From Paul Saab.
70027      Branch: perl
70028            ! mg.c
70029 ____________________________________________________________________________
70030 [  6491] By: jhi                                   on 2000/08/02  13:34:36
70031         Log: The tr utf8 patching continues.
70032              
70033              Subject: Re: #6469, too many tests claimed in require.t
70034              From: simon@brecon.co.uk (Simon Cozens)
70035              Date: 2 Aug 2000 02:37:17 GMT
70036              Message-ID: <slrn8of2at.81o.simon@justanother.perlhacker.org>
70037              
70038              (the logic of the test was the wrong way round in the patch)
70039      Branch: perl
70040            ! doop.c
70041 ____________________________________________________________________________
70042 [  6490] By: jhi                                   on 2000/08/02  13:27:38
70043         Log: The name of a filehandle does not have <these>.
70044      Branch: perl
70045            ! doio.c pod/perldiag.pod pp_sys.c t/pragma/warn/doio
70046            ! t/pragma/warn/pp_sys util.c
70047 ____________________________________________________________________________
70048 [  6489] By: jhi                                   on 2000/08/02  04:26:46
70049         Log: Remove the extraneous "main::" prefix from all the
70050              "opened only for", "on closed", and "never opened" warnings.
70051              
70052              Subject: Re: inappropriate warning
70053              From: Gurusamy Sarathy <gsar@ActiveState.com>
70054              Date: Mon, 20 Mar 2000 11:28:02 -0800
70055              Message-Id: <200003201928.LAA32224@maul.ActiveState.com>
70056      Branch: perl
70057            ! doio.c embed.h embed.pl gv.c objXSUB.h pp_hot.c pp_sys.c
70058            ! proto.h t/pragma/warn/4lint t/pragma/warn/doio
70059            ! t/pragma/warn/pp_hot t/pragma/warn/pp_sys util.c
70060 ____________________________________________________________________________
70061 [  6488] By: jhi                                   on 2000/08/02  03:02:57
70062         Log: memcpy has n o in it, as pinted ut by Sarathy.
70063      Branch: perl
70064            ! pod/perlguts.pod
70065 ____________________________________________________________________________
70066 [  6487] By: jhi                                   on 2000/08/02  02:44:51
70067         Log: Document in one place the memory abstractions used in Perl core.
70068              
70069              Subject: Re: Memory abstraction
70070              From: simon@brecon.co.uk (Simon Cozens)
70071              Date: 2 Aug 2000 02:20:23 GMT
70072              Organization: Earth.li Origins
70073      Branch: perl
70074            ! pod/perlguts.pod
70075 ____________________________________________________________________________
70076 [  6486] By: jhi                                   on 2000/08/02  02:41:57
70077         Log: regen_headers, regen perltoc.
70078      Branch: perl
70079            ! perlapi.c pod/perltoc.pod
70080 ____________________________________________________________________________
70081 [  6485] By: jhi                                   on 2000/08/02  01:43:33
70082         Log: "This little thing tests for a file .patch, and if it contains
70083              a number, pops into patchlevel.h" (making it easier to track
70084              which development version people are reporting bugs against)
70085              
70086              Subject: Patchlevel autogeneration for repository perls
70087              From: simon@brecon.co.uk (Simon Cozens)
70088              Date: 14 Jul 2000 07:12:15 GMT
70089              Message-ID: <slrn8mtfaf.1qo.simon@justanother.perlhacker.org>
70090      Branch: perl
70091            + fix_pl
70092            ! MANIFEST Makefile.SH
70093 ____________________________________________________________________________
70094 [  6484] By: jhi                                   on 2000/08/02  01:32:54
70095         Log: FreeBSD 3.* updates from
70096              
70097              From: Paul Saab <ps@yahoo-inc.com>
70098              Subject: [ID 20000801.007] setting $0 on FreeBSD 4.x does not get reflected in /bin/ps
70099              Date: Tue, 1 Aug 2000 15:41:39 -0700
70100              Message-Id: <20000801154139.A53740@yahoo-inc.com>
70101      Branch: perl
70102            ! hints/freebsd.sh
70103 ____________________________________________________________________________
70104 [  6483] By: jhi                                   on 2000/08/02  01:27:44
70105         Log: In new BSDs changes to argv[] do not show up in ps(1) output,
70106              instead one must use setproctitle().  This was already addressed
70107              by change #6457, but the below has a new variant for FreeBSD 4.0
70108              or later, and the matter is also documented more.
70109              
70110              From: Paul Saab <ps@yahoo-inc.com>
70111              Subject: [ID 20000801.007] setting $0 on FreeBSD 4.x does not get reflected in /bin/ps
70112              Date: Tue, 1 Aug 2000 15:41:39 -0700
70113              Message-Id: <20000801154139.A53740@yahoo-inc.com>
70114      Branch: metaconfig/U/perl
70115            + i_libutil.U
70116      Branch: perl
70117            ! Configure config_h.SH mg.c perl.h pod/perlvar.pod
70118 ____________________________________________________________________________
70119 [  6482] By: jhi                                   on 2000/08/01  22:17:32
70120         Log: The test from this
70121              
70122              Subject: Re: [ID 20000411.002] qw() gives different results in 5.6 to previous versions
70123              Date: Sat, 15 Apr 2000 17:03:44 +0100
70124              From: Tom Hughes <tom@compton.nu>
70125              Message-ID: <d1c9b2af49.tom@compton.compton.nu>
70126              
70127              was missing, the code change went in as #5989
70128              (which had a different test?)
70129      Branch: perl
70130            ! t/op/misc.t
70131 ____________________________________________________________________________
70132 [  6481] By: jhi                                   on 2000/08/01  21:48:38
70133         Log: Subject: [Proposed PATCH] Let Perl define QUAD_MIN and _MAX itself
70134              From: Jeff Okamoto <okamoto@xfiles.intercon.hp.com>
70135              Date: Thu, 27 Jul 2000 13:51:41 -0700 (PDT)
70136              Message-Id: <200007272051.NAA02178@xfiles.intercon.hp.com>
70137      Branch: perl
70138            ! perl.h
70139 ____________________________________________________________________________
70140 [  6480] By: jhi                                   on 2000/08/01  18:05:28
70141         Log: Make p4desc to skip non-mainperl branches by default.
70142      Branch: perl
70143            ! Porting/p4desc
70144 ____________________________________________________________________________
70145 [  6479] By: jhi                                   on 2000/08/01  17:29:19
70146         Log: If gccosandvers is equal to osname, clear gccosandvers.
70147      Branch: metaconfig/U/perl
70148            ! gccvers.U
70149      Branch: perl
70150            ! Configure config_h.SH
70151 ____________________________________________________________________________
70152 [  6478] By: jhi                                   on 2000/08/01  15:54:08
70153         Log: BOM patching from Simon Cozens.
70154      Branch: perl
70155            ! toke.c
70156 ____________________________________________________________________________
70157 [  6477] By: jhi                                   on 2000/08/01  04:50:33
70158         Log: Stash away the largefiles flags and libswanted.
70159      Branch: perl
70160            ! hints/aix.sh hints/hpux.sh hints/linux.sh hints/solaris_2.sh
70161 ____________________________________________________________________________
70162 [  6476] By: gsar                                  on 2000/08/01  04:24:24
70163         Log: various syntax errors and such (not fixed: comp/require.t#22 coredump
70164              on Windows)
70165      Branch: perl
70166            ! t/pragma/utf8.t utf8.c win32/win32.c
70167 ____________________________________________________________________________
70168 [  6475] By: jhi                                   on 2000/08/01  03:35:24
70169         Log: Make chr() for values >127 to create utf8 when under utf8.
70170              
70171              Subject: Re: uft8/chr()
70172              From: simon@brecon.co.uk (Simon Cozens)
70173              Date: 1 Aug 2000 02:37:02 GMT
70174              Message-ID: <slrn8ocdud.19l.simon@justanother.perlhacker.org>
70175      Branch: perl
70176            ! pod/perlfunc.pod pp.c t/pragma/utf8.t
70177 ____________________________________________________________________________
70178 [  6474] By: jhi                                   on 2000/08/01  02:36:18
70179         Log: In Digital UNIX warn if gcc explicitly chosen because even
70180              2.95.2 is known to cause problems.
70181      Branch: perl
70182            ! hints/dec_osf.sh
70183 ____________________________________________________________________________
70184 [  6473] By: jhi                                   on 2000/08/01  02:00:56
70185         Log: Make the safety catch for buggy gccs work with triple version
70186              numbers like 2.95.2.  Reported in
70187              
70188              Subject: [ID 20000731.005] Perl 5.6.0 "Configure" fails to recognize gcc 2.95.2
70189              From: Maurizio Loreti <maurizio.loreti@pd.infn.it>
70190              Date: Mon, 31 Jul 2000 14:55:06 +0200
70191              Message-Id: <200007311255.AA25586@axcdf4.pd.infn.it>
70192      Branch: perl
70193            ! hints/dec_osf.sh
70194 ____________________________________________________________________________
70195 [  6472] By: jhi                                   on 2000/08/01  01:13:33
70196         Log: Subject: fix and question re: waitpid() under win32
70197              From: Brian Clarke <clarke@appliedmeta.com>
70198              Date: Fri, 28 Jul 2000 15:18:29 -0400
70199              Message-ID: <3981DC85.290314EB@appliedmeta.com>
70200              
70201              Slightly reformatted and WNOHANG # define moved to win32.h
70202              so that also POSIX.xs sees it, as suggsted by Sarathy.
70203      Branch: perl
70204            ! win32/win32.c win32/win32.h
70205 ____________________________________________________________________________
70206 [  6471] By: jhi                                   on 2000/08/01  00:55:05
70207         Log: Subject: [PATCH] allow non-variable as lhs of non-updating tr///
70208              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
70209              Message-Id: <E13JEgd-0003fy-00@libra.cus.cam.ac.uk>
70210              Date: Mon, 31 Jul 2000 13:28:51 +0100
70211              
70212              (aka ID 20000730.002)
70213      Branch: perl
70214            ! op.c t/op/tr.t
70215 ____________________________________________________________________________
70216 [  6470] By: jhi                                   on 2000/07/31  23:34:42
70217         Log: Document the problem with -P in HP-UX and its workaround.
70218              
70219              Subject: [ID 20000628.002] HPUX 11: -Ae compiler flag breaks perl -P
70220              From: Milton Hankins {64892} <webtools@uewrhp03.msd.ray.com>
70221              Date: Wed, 28 Jun 2000 13:58:21 -0400 (EDT)
70222              Message-Id: <200006281758.NAA10339@uewrhp03.msd.ray.com>
70223      Branch: perl
70224            ! README.hpux
70225 ____________________________________________________________________________
70226 [  6469] By: jhi                                   on 2000/07/31  04:15:02
70227         Log: The swallow_bom() saga continues.  The #23 of require.t
70228              (UTF16-LE) still fails (silently, no output) but the #22
70229              (UTF16-BE) seems to be working now.  The root of the
70230              failure may be in sv_gets(): is it UTF-16LE-aware,
70231              especially when it comes to line endings? 
70232      Branch: perl
70233            ! embed.h embed.pl objXSUB.h pod/perldiag.pod proto.h
70234            ! t/comp/require.t toke.c utf8.c
70235 ____________________________________________________________________________
70236 [  6468] By: jhi                                   on 2000/07/30  19:05:48
70237         Log: Find green threads before native threads.
70238              
70239              Subject: Re: Patch to jpl/JNI/Makefile.PL
70240              From: Jens Thomsen <jens@fiend.cis.com>
70241              Date: Fri, 28 Jul 2000 15:54:49 -0600 (MDT)
70242              Message-ID: <Pine.LNX.4.21.0007281553470.687-200000@fiend.cis.com>
70243      Branch: perl
70244            ! jpl/JNI/Makefile.PL
70245 ____________________________________________________________________________
70246 [  6467] By: jhi                                   on 2000/07/30  18:36:22
70247         Log: Fix the HALF_UPGRADE() macro introduced in #6263.
70248      Branch: perl
70249            ! doop.c
70250 ____________________________________________________________________________
70251 [  6466] By: jhi                                   on 2000/07/30  04:37:29
70252         Log: A new version of the "remove UPPERACSE string comparison"
70253              operators.  The problem with the previous one (change #6454)
70254              was that it was for Perl 5.6.0.  From Paul Marquess.
70255      Branch: perl
70256            ! t/op/do.t t/pragma/warn/2use t/pragma/warn/3both
70257            ! t/pragma/warn/4lint t/pragma/warn/5nolint t/pragma/warn/7fatal
70258            ! t/pragma/warn/8signal t/pragma/warn/toke toke.c
70259 ____________________________________________________________________________
70260 [  6465] By: jhi                                   on 2000/07/29  22:39:56
70261         Log: Do not upgrade SVs into utf8 just because they participate
70262              in eq or cmp.  Reported and fix suggested in
70263              
70264              Subject: [ID 20000720.009] sv_eq UTF8 bug
70265              From: "Simon Cozens" <simon@othersideofthe.earth.li>
70266              Date: 21 Jul 2000 04:37:29 -0000
70267              Message-Id: <20000721043729.30081.qmail@othersideofthe.earth.li>
70268              
70269              Exercise for the kind reader: should we or should we not
70270              cache the utf8 conversion alongside the SV? (as magic,
70271              as the strxfrm()ed version is cached under use locale)
70272              Argue both for and against.
70273      Branch: perl
70274            ! sv.c
70275 ____________________________________________________________________________
70276 [  6464] By: jhi                                   on 2000/07/29  22:36:22
70277         Log: Subject: UTF8 concat
70278              From: simon@brecon.co.uk (Simon Cozens) 
70279              Date: 30 Jun 2000 06:13:25 GMT
70280              Message-ID: <slrn8loek5.9ai.simon@justanother.perlhacker.org> 
70281              
70282              (with a memory leak fixed, plus a few casts added)
70283              
70284              This also seems to help for
70285              
70286              Subject: [ID 20000716.015] join UTF8 weirdness
70287              From: root <root@ak-71.mind.de> 
70288              Date: Sat, 15 Jul 2000 15:29:54 +0200
70289              Message-Id: <200007151329.PAA13970@ak-71.mind.de>
70290              
70291              (from Andreas König)
70292      Branch: perl
70293            ! pp_hot.c
70294 ____________________________________________________________________________
70295 [  6463] By: jhi                                   on 2000/07/29  00:55:39
70296         Log: Tune the comments and hopefully stop a memory leak.
70297      Branch: perl
70298            ! toke.c utf8.c
70299 ____________________________________________________________________________
70300 [  6462] By: jhi                                   on 2000/07/29  00:16:53
70301         Log: The problem described in this
70302              
70303              Subject: [ID 20000322.018] named chars aren't magical enough
70304              From: root <root@dixie.cscaper.com>     
70305              Date: Wed, 22 Mar 2000 18:37:42 -0700
70306              Message-Id: <200003230137.SAA29532@dixie.cscaper.com>
70307              
70308              has been fixed in perl 5.6.0 but just in case added a test
70309              to keep it away.  (The report from Joseph Hall.)
70310      Branch: perl
70311            ! t/lib/charnames.t
70312 ____________________________________________________________________________
70313 [  6461] By: jhi                                   on 2000/07/28  23:56:36
70314         Log: Tiny fixes for #6460.
70315      Branch: metaconfig/U/perl
70316            ! gccvers.U
70317      Branch: perl
70318            ! Configure config_h.SH
70319 ____________________________________________________________________________
70320 [  6460] By: jhi                                   on 2000/07/28  23:24:41
70321         Log: Warn if the version of the operating system used to compile gcc
70322              differs from the current version of the operating system.
70323              Also display the gcc compilation os and version in myconfig.
70324              Inspiration from
70325              
70326              Subject: Re: [ID 20000710.003] ERRORS!!         
70327              From: "Kurt D. Starsinic" <kstar@chapin.edu>
70328              Date: Mon, 10 Jul 2000 15:54:16 -0400
70329              Message-ID: <20000710155416.A1384@O2.chapin.edu>
70330      Branch: metaconfig/U/perl
70331            ! gccvers.U
70332      Branch: perl
70333            ! Configure config_h.SH myconfig.SH
70334 ____________________________________________________________________________
70335 [  6459] By: jhi                                   on 2000/07/28  22:00:32
70336         Log: In DEC OSF aka Digital UNIX aka Tru64 add the version
70337              letter to $Config{osvers}.
70338      Branch: metaconfig
70339            ! U/modified/Oldconfig.U
70340      Branch: perl
70341            ! Configure config_h.SH
70342 ____________________________________________________________________________
70343 [  6458] By: jhi                                   on 2000/07/28  04:15:39
70344         Log: Back out #6454, doesn't seem to work.
70345              (Reason: that patch was for perl 5.6.0, not perl-current)
70346              (A version of the patch for perl-current came in later as #6466)
70347      Branch: perl
70348            ! regcomp.c t/op/do.t t/pragma/warn/2use t/pragma/warn/4lint
70349            ! t/pragma/warn/5nolint t/pragma/warn/7fatal
70350            ! t/pragma/warn/8signal t/pragma/warn/toke toke.c
70351 ____________________________________________________________________________
70352 [  6457] By: jhi                                   on 2000/07/27  23:31:49
70353         Log: Use setproctitle() if available to modify $0.
70354              
70355              Subject: setting $* on BSD4 broken
70356              From: Jeffrey Friedl <jfriedl@yahoo-inc.com>
70357              Date: Sun, 23 Jul 2000 01:31:34 -0700 (PDT)
70358              Message-Id: <200007230831.BAA08379@ventrue.yahoo.com>
70359      Branch: metaconfig
70360            ! U/modified/Myinit.U
70361      Branch: perl
70362            ! Configure config_h.SH mg.c
70363 ____________________________________________________________________________
70364 [  6456] By: jhi                                   on 2000/07/27  14:50:47
70365         Log: Allow "no AutoLoader;", based on change #6444,
70366              suggested by Graham Barr.
70367      Branch: perl
70368            ! lib/AutoLoader.pm
70369 ____________________________________________________________________________
70370 [  6455] By: jhi                                   on 2000/07/27  14:19:10
70371         Log: Subject: [ID 19990709.002] [DOCUMENTATION PATCH] perldiag
70372              From: rspier@pobox.com (Robert Spier)
70373              Date: Thu, 27 Jul 2000 09:49:35 -0400 (EDT)
70374              Message-ID: <14720.15855.787664.424783@rls.cx>
70375      Branch: perl
70376            ! pod/perldiag.pod
70377 ____________________________________________________________________________
70378 [  6454] By: jhi                                   on 2000/07/27  14:03:02
70379         Log: Remove EQ, NE, GT, LT, GE, LE (they have been deprecated
70380              for a long time).
70381              
70382              Reported in
70383              
70384              Subject: [ID 20000717.004] Unexpected complaint of NE deprecation
70385              From: Ryan Herbert <rherbert@sycamorehq.com>
70386              Date: Mon, 17 Jul 2000 11:40:42 -0400
70387              Message-Id: <200007171540.LAA20480@beorn.hq.sai>
70388              
70389              Patched in
70390              
70391              Subject: RE: [ID 20000717.004] Unexpected complaint of NE deprecation
70392              From: "Paul Marquess" <Paul.Marquess@btinternet.com>
70393              Date: Wed, 26 Jul 2000 23:40:18 +0100
70394              Message-ID: <000001bff752$79511880$0a17073e@tiny>
70395              
70396              based on an earlier patch from Stephen P. Potter.
70397              
70398              (Removed later by change #6458 because this patch was for
70399              perl 5.6.0, not perl-current)
70400      Branch: perl
70401            ! t/op/do.t t/pragma/warn/2use t/pragma/warn/4lint
70402            ! t/pragma/warn/5nolint t/pragma/warn/7fatal
70403            ! t/pragma/warn/8signal t/pragma/warn/toke toke.c
70404 ____________________________________________________________________________
70405 [  6453] By: jhi                                   on 2000/07/27  13:48:02
70406         Log: Subject: [PATCH] fixes bug 20000508.004
70407              From: Michael Stevens <mstevens@globnix.org>
70408              Date: Thu, 27 Jul 2000 13:49:04 +0100
70409              Message-ID: <20000727134903.A9351@athenaeum.globnix.org>
70410      Branch: perl
70411            ! pod/perldata.pod
70412 ____________________________________________________________________________
70413 [  6452] By: jhi                                   on 2000/07/26  23:51:26
70414         Log: Further File::Temp patches from Yitzchak Scott-Thoennes
70415              and Craig A. Berry.
70416      Branch: perl
70417            ! lib/File/Temp.pm pod/perlport.pod
70418 ____________________________________________________________________________
70419 [  6451] By: jhi                                   on 2000/07/26  19:43:30
70420         Log: Be wary of close()s, too.
70421              
70422              Subject: Re: [PATCH] perlbug cleanup
70423              From: Tim Jenness <t.jenness@jach.hawaii.edu>
70424              Date: Wed, 26 Jul 2000 09:32:43 -1000 (HST)
70425              Message-ID: <Pine.LNX.4.10.10007260931540.27658-100000@lapaki.jach.hawaii.edu>
70426      Branch: perl
70427            ! utils/perlbug.PL
70428 ____________________________________________________________________________
70429 [  6450] By: jhi                                   on 2000/07/26  18:41:40
70430         Log: Subject: Minor doc patch: handy.h
70431              From: Daniel =?iso-8859-1?Q?Mui=F1o?= <dmuino@afip.gov.ar>
70432              Date: Wed, 26 Jul 2000 15:34:25 -0300
70433              Message-ID: <397F2F31.F3F9F4F3@afip.gov.ar>
70434      Branch: perl
70435            ! handy.h pod/perlapi.pod
70436 ____________________________________________________________________________
70437 [  6449] By: jhi                                   on 2000/07/26  18:23:55
70438         Log: Subject: [PATCH] minor doc change - perlguts
70439              From: Michael Stevens <mstevens@globnix.org>
70440              Date: Thu, 13 Jul 2000 12:39:18 +0100
70441              Message-ID: <20000713123918.A26561@athenaeum.globnix.org>
70442      Branch: perl
70443            ! pod/perlguts.pod
70444 ____________________________________________________________________________
70445 [  6448] By: jhi                                   on 2000/07/26  18:20:30
70446         Log: open() wariness in perlbug.
70447              
70448              Subject: [PATCH] perlbug cleanup
70449              From: Michael Stevens <mstevens@globnix.org>
70450              Message-ID: <20000713155222.A11380@athenaeum.globnix.org>
70451              Date: Thu, 13 Jul 2000 15:52:23 +0100
70452      Branch: perl
70453            ! utils/perlbug.PL
70454 ____________________________________________________________________________
70455 [  6447] By: jhi                                   on 2000/07/26  18:13:04
70456         Log: File::Temp patches for VMS and OS/2 from Tim Jenness.
70457      Branch: perl
70458            ! lib/File/Temp.pm t/lib/ftmp-security.t
70459 ____________________________________________________________________________
70460 [  6446] By: jhi                                   on 2000/07/26  18:06:32
70461         Log: docfix from Peter Scott <Peter@PSDT.com>.
70462      Branch: perl
70463            ! pod/perlfunc.pod
70464 ____________________________________________________________________________
70465 [  6445] By: jhi                                   on 2000/07/26  17:53:31
70466         Log: Fix *foo{FORMAT}.
70467              
70468              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
70469              Subject: Re: Looking for a starting point (Mark-Jason?, Chip?, Jarkko?)
70470              Date: Wed, 26 Jul 2000 19:51:02 +0200
70471              Message-Id: <20000726194952.41DD.H.M.BRAND@hccnet.nl>
70472              
70473              From: Graham Barr <gbarr@pobox.com>
70474              Subject: Re: Looking for a starting point (Mark-Jason?, Chip?, Jarkko?)
70475              Date: Wed, 26 Jul 2000 17:38:36 +0100
70476              Message-ID: <20000726173836.L472@pobox.com>
70477      Branch: perl
70478            ! pp.c sv.c t/op/gv.t
70479 ____________________________________________________________________________
70480 [  6444] By: jhi                                   on 2000/07/26  17:49:14
70481         Log: Allow "sub AUTOLOAD;" to stop AUTOLOAD inheritance,
70482              from Graham Barr in the module list.
70483      Branch: perl
70484            ! gv.c pod/perlobj.pod
70485 ____________________________________________________________________________
70486 [  6443] By: jhi                                   on 2000/07/26  16:06:56
70487         Log: More split() doc and test patches from Mike Guy.
70488      Branch: perl
70489            ! pod/perlfunc.pod t/op/split.t
70490 ____________________________________________________________________________
70491 [  6442] By: jhi                                   on 2000/07/26  16:05:30
70492         Log: MacOS nits from Matthias Neeracher.
70493      Branch: perl
70494            ! perl.c pp_ctl.c
70495 ____________________________________________________________________________
70496 [  6441] By: jhi                                   on 2000/07/26  04:39:57
70497         Log: Subject: [PATCH] split /^/
70498              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
70499              Date: Tue, 25 Jul 2000 14:18:57 +0100
70500              Message-Id: <E13H4bp-00062h-00@libra.cus.cam.ac.uk>
70501              
70502              (with notes from tchrist and gbarr)
70503      Branch: perl
70504            ! pod/perlfunc.pod t/op/split.t
70505 ____________________________________________________________________________
70506 [  6440] By: jhi                                   on 2000/07/26  04:32:32
70507         Log: Subject: [PATCH: perl@6409] bug fix for munchconfig (turned up by CXX)
70508              From: Peter Prymmer <pvhp@forte.com>
70509              Date: Tue, 25 Jul 2000 18:59:16 -0700 (PDT)
70510              Message-ID: <Pine.OSF.4.10.10007251805350.294719-100000@aspara.forte.com>
70511      Branch: perl
70512            ! vms/munchconfig.c
70513 ____________________________________________________________________________
70514 [  6439] By: jhi                                   on 2000/07/26  04:31:01
70515         Log: Make the unimplemented POSIX regex features [[.cc.]] and [[=c=]]
70516              to be fatal errors (instead of by default ignoring them, and
70517              ignoring with a bug: even though -w gave an error, the opening [
70518              was left in)  Reported in:
70519              
70520              Subject: [ID 20000716.024] [=cc=] / [:blank:]
70521              From: Jeffrey Friedl <jfriedl@fummy.dsl.yahoo.com>
70522              Date: Sun, 16 Jul 2000 17:55:29 -0700
70523              Message-Id: <200007170055.RAA23528@fummy.dsl.yahoo.com>
70524      Branch: perl
70525            ! pod/perldiag.pod regcomp.c t/pragma/warn/regcomp
70526 ____________________________________________________________________________
70527 [  6438] By: jhi                                   on 2000/07/25  15:41:15
70528         Log: Subject: [PATCH] av.c apidoc
70529              From: simon@brecon.co.uk (Simon Cozens)
70530              Date: 24 Jul 2000 06:40:52 GMT
70531              Message-ID: <slrn8nnp7k.cgv.simon@justanother.perlhacker.org>
70532      Branch: perl
70533            ! av.c embed.h embed.pl embedvar.h global.sym objXSUB.h
70534            ! perlapi.c perlapi.h pod/perlapi.pod proto.h
70535 ____________________________________________________________________________
70536 [  6437] By: jhi                                   on 2000/07/25  14:05:36
70537         Log: Subject: [ID 20000724.003] Documentation changes for perllocale.pod
70538              From: "Stephen P. Potter" <spp@ds.net>
70539              Date: Mon, 24 Jul 2000 14:22:23 -0400
70540              Message-Id: <200007241822.OAA06827@spp.users.ds.net>
70541      Branch: perl
70542            ! pod/perllocale.pod
70543 ____________________________________________________________________________
70544 [  6436] By: jhi                                   on 2000/07/25  14:02:03
70545         Log: Subject: [PATCH] Make large file tests deal with SIGXFSZ
70546              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
70547              Date: Mon, 24 Jul 2000 18:04:28 +0100
70548              Message-Id: <E13GleW-0000fr-00@libra.cus.cam.ac.uk>
70549      Branch: perl
70550            ! t/lib/syslfs.t t/op/lfs.t
70551 ____________________________________________________________________________
70552 [  6435] By: jhi                                   on 2000/07/25  13:59:28
70553         Log: Get UTF16 BOMs working.  Patch from
70554              
70555              Subject: Re: [ID 20000719.001] Problem with bleadperl of 7/18/00
70556              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
70557              Date: Tue, 25 Jul 2000 12:52:45 +0100
70558              Message-Id: <E13H3GP-0004MR-00@libra.cus.cam.ac.uk>
70559              
70560              and notes from
70561              
70562              Subject: Re: [ID 20000719.001] Problem with bleadperl of 7/18/00
70563              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
70564              Date: Tue, 25 Jul 2000 11:43:25 +0100
70565              Message-Id: <E13H2BJ-0002nG-00@libra.cus.cam.ac.uk>
70566      Branch: perl
70567            ! t/comp/require.t toke.c utf8.c
70568 ____________________________________________________________________________
70569 [  6434] By: jhi                                   on 2000/07/25  02:39:54
70570         Log: Make the "uninit variable" warning to say "concat or string"
70571              or "join or string" when in concat or join .
70572              
70573              Subject: Re: [ID 20000403.009] uninitialised concatenation???
70574              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
70575              Date: Tue, 04 Apr 2000 18:22:58 +0100
70576              Message-Id: <E12cX2Y-000364-00@taurus.cus.cam.ac.uk>
70577              
70578              Subject: [ID 20000330.052] Use of uninitialized value in concatenation (.)
70579              From: William R Ward <hermit@BayView.COM>
70580              Date: Thu, 30 Mar 2000 19:50:03 -0800
70581              Message-Id: <200003310350.TAA13319@komodo.bayview.com>
70582      Branch: perl
70583            ! opcode.h opcode.pl opnames.h pp.sym pp_proto.h
70584            ! t/pragma/warn/op t/pragma/warn/sv
70585 ____________________________________________________________________________
70586 [  6433] By: jhi                                   on 2000/07/24  17:52:56
70587         Log: File::Spec::VMS fixup for tmpdir from Craig Berry.
70588      Branch: perl
70589            ! lib/File/Spec/VMS.pm
70590 ____________________________________________________________________________
70591 [  6432] By: jhi                                   on 2000/07/24  17:44:44
70592         Log: Test cases for #6431.
70593              
70594              Subject: Re: [PATCH] [ID 20000716.011] strangeness with split($_ =~ m/.../)
70595              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
70596              Date: Mon, 24 Jul 2000 15:32:29 +0100
70597              Message-Id: <E13GjHR-00058t-00@libra.cus.cam.ac.uk>
70598      Branch: perl
70599            ! t/op/pat.t t/op/split.t
70600 ____________________________________________________________________________
70601 [  6431] By: jhi                                   on 2000/07/24  17:43:17
70602         Log: Bind op fix.
70603              
70604              Subject: Re: [PATCH] [ID 20000716.011] strangeness with split($_ =~ m/.../)
70605              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
70606              Date: Mon, 17 Jul 2000 20:04:56 +0100
70607              Message-Id: <E13EGCG-0006oO-00@libra.cus.cam.ac.uk>
70608      Branch: perl
70609            ! op.c
70610 ____________________________________________________________________________
70611 [  6430] By: jhi                                   on 2000/07/24  03:42:42
70612         Log: Subject: [ID 20000716.023] syslog test fails without sockets
70613              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
70614              Date: Sun, 16 Jul 2000 12:07:42 -0700 (PDT)
70615              Message-Id: <200007161907.e6GJ7g115736@garcia.efn.org>
70616      Branch: metaconfig/U/perl
70617            ! Extensions.U
70618      Branch: perl
70619            ! Configure config_h.SH
70620 ____________________________________________________________________________
70621 [  6429] By: jhi                                   on 2000/07/24  03:11:52
70622         Log: Add an optimization for map-maps-a-list-element-to-more-list-elements
70623              case, but add also notes explaining the relationship of this
70624              patch and the earlier notes by Sarathy.
70625              
70626              Subject: Map is still slow
70627              From: "Ben Tilly" <ben_tilly@hotmail.com>
70628              Date: Sat, 15 Jul 2000 17:23:27 EDT
70629              Message-ID: <20000715212327.21656.qmail@hotmail.com>
70630      Branch: perl
70631            ! pp_ctl.c
70632 ____________________________________________________________________________
70633 [  6428] By: jhi                                   on 2000/07/24  02:58:52
70634         Log: Documentation to explain the behaviour of map().
70635              
70636              Subject: Re: Map is still slow 
70637              From: Gurusamy Sarathy <gsar@ActiveState.com>
70638              Date: Sat, 15 Jul 2000 16:05:09 -0700
70639              Message-Id: <200007152305.QAA26887@molotok.activestate.com>
70640      Branch: perl
70641            ! pp_ctl.c
70642 ____________________________________________________________________________
70643 [  6427] By: jhi                                   on 2000/07/24  02:50:03
70644         Log: Add tests for
70645              [ID 19991110.003] another matching finding by pcre author
70646              which has already been fixed by some patch, as verified in
70647              
70648              Subject: Re: two regex bugs from the mists of time (well, last November)
70649              From: Hugo <hv@crypt.compulink.co.uk>
70650              Date: Sat, 22 Jul 2000 18:12:58 +0100
70651              Message-Id: <200007221712.SAA26770@crypt.compulink.co.uk>
70652      Branch: perl
70653            ! t/op/re_tests
70654 ____________________________________________________________________________
70655 [  6426] By: jhi                                   on 2000/07/24  02:11:20
70656         Log: A missing 'break' after the [[:space:]] switch case.
70657              
70658              Subject: [ID 20000718.006] Missing 'break' in regcomp.c
70659              From: "Stephen P. Potter" <spp@ds.net>
70660              Date: Tue, 18 Jul 2000 16:25:17 -0400
70661              Message-Id: <200007182025.QAA28383@spp.users.ds.net>
70662      Branch: perl
70663            ! regcomp.c
70664 ____________________________________________________________________________
70665 [  6425] By: jhi                                   on 2000/07/24  02:06:12
70666         Log: The output might have been produced in the wrong order.
70667              
70668              Subject: [ID 20000720.003] [PATCH] t/op/write.t
70669              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
70670              Date: Thu, 20 Jul 2000 18:49:18 +0100
70671              Message-Id: <E13FKRi-0004rF-00@libra.cus.cam.ac.uk>
70672      Branch: perl
70673            ! t/op/write.t
70674 ____________________________________________________________________________
70675 [  6424] By: jhi                                   on 2000/07/24  02:00:07
70676         Log: Use STDOUT consistently.
70677              
70678              Subject: [ID 20000720.002] [PATCH] Consistency of Test::Harness output
70679              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
70680              Date: Thu, 20 Jul 2000 18:04:01 +0100
70681              Message-Id: <E13FJjt-0004Jh-00@libra.cus.cam.ac.uk>
70682      Branch: perl
70683            ! lib/Test/Harness.pm
70684 ____________________________________________________________________________
70685 [  6423] By: jhi                                   on 2000/07/24  01:54:54
70686         Log: Protect against "wild next"s, that is, callbacks doing "next"
70687              instead of "return".
70688              
70689              Subject: [PATCH] Re: [ID 20000717.003] Core dump in 5.6.0
70690              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
70691              Date: Tue, 18 Jul 2000 11:30:16 +0100
70692              Message-Id: <E13EUdk-0006ha-00@libra.cus.cam.ac.uk>
70693      Branch: perl
70694            ! lib/File/Find.pm
70695 ____________________________________________________________________________
70696 [  6422] By: jhi                                   on 2000/07/24  01:35:47
70697         Log: Out-of-date note removed.
70698              
70699              Subject: [PATCH] documentation perlipc
70700              From: rspier@pobox.com (Robert Spier)
70701              Date: Thu, 20 Jul 2000 19:21:14 -0400 (EDT)
70702              Message-ID: <14711.35178.572612.502654@rls.cx>
70703      Branch: perl
70704            ! pod/perlipc.pod
70705 ____________________________________________________________________________
70706 [  6421] By: jhi                                   on 2000/07/24  00:09:18
70707         Log: Send all installperl messages to STDERR and be -w clean.
70708              
70709              Subject: [PATCH] Re: [ID 20000721.003] installperl stderr/stdout problem
70710              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
70711              Date: Sat, 22 Jul 2000 14:02:11 +0100
70712              Message-Id: <E13Fyux-0003Q2-00@libra.cus.cam.ac.uk>
70713      Branch: perl
70714            ! installperl
70715 ____________________________________________________________________________
70716 [  6420] By: jhi                                   on 2000/07/24  00:04:19
70717         Log: Decutandpasto.
70718              
70719              Subject: [PATCH perl-current] 19990607.008 - perlipc.pod
70720              From: "Richard Soderberg" <rs@crystalflame.net>
70721              Date: Sun, 23 Jul 2000 01:37:23 -0700
70722              Message-ID: <NAEKLNAAHLMBPMPNBMLECEIKCBAA.rs@crystalflame.net>
70723      Branch: perl
70724            ! pod/perlipc.pod
70725 ____________________________________________________________________________
70726 [  6419] By: jhi                                   on 2000/07/24  00:01:12
70727         Log: A cleaner abs_path().
70728              Subject: Re: unix alternative to Cwd.pm
70729              From: Jeff Pinyan <jeffp@crusoe.net>
70730              Date: Sun, 23 Jul 2000 17:43:02 -0400 (EDT)
70731              Message-ID: <Pine.GSO.4.21.0007231739120.4304-100000@crusoe.crusoe.net>
70732      Branch: perl
70733            ! lib/Cwd.pm
70734 ____________________________________________________________________________
70735 [  6418] By: jhi                                   on 2000/07/23  23:48:56
70736         Log: Detypo.
70737              
70738              Subject: [PATCH perl-current] Typo in hints/powerux.sh
70739              From: "Richard Soderberg" <rs@crystalflame.net>
70740              Date: Sun, 23 Jul 2000 01:27:33 -0700
70741              Message-ID: <NAEKLNAAHLMBPMPNBMLEOEIJCBAA.rs@crystalflame.net>
70742      Branch: perl
70743            ! hints/powerux.sh
70744 ____________________________________________________________________________
70745 [  6417] By: jhi                                   on 2000/07/17  22:13:31
70746         Log: Subject: SDBM_File documentation
70747              From: mjd@plover.com
70748              Date: 16 Jul 2000 17:41:17 -0000
70749              Message-ID: <20000716174117.18515.qmail@plover.com>
70750      Branch: perl
70751            ! ext/SDBM_File/SDBM_File.pm
70752 ____________________________________________________________________________
70753 [  6416] By: jhi                                   on 2000/07/17  19:13:26
70754         Log: MPE/ix updates for perl 5.6.0 from Mark Bixby.
70755      Branch: perl
70756            ! hints/mpeix.sh mpeix/relink
70757 ____________________________________________________________________________
70758 [  6415] By: jhi                                   on 2000/07/15  14:11:02
70759         Log: Fix the bitvector ops for utf8 (tricky since past 7 bits
70760              the utf8 'characters' can be more than one octet).
70761              
70762              Date: Sat, 15 Jul 2000 00:21:56 +0100
70763              From: Tom Hughes <tom@compton.nu>
70764              Subject: Re: [ID 20000714.002]
70765              Message-ID: <db2334de49.tom@compton.compton.nu>
70766              
70767              Reported in
70768              
70769              Subject: [ID 20000714.002]
70770              From: "Simon Cozens" <simon@othersideofthe.earth.li>
70771              Date: 14 Jul 2000 15:13:09 -0000
70772              Message-Id: <20000714151309.7170.qmail@othersideofthe.earth.li>
70773      Branch: perl
70774            ! doop.c
70775 ____________________________________________________________________________
70776 [  6414] By: jhi                                   on 2000/07/15  03:13:41
70777         Log: another VMS build tweak from Peter Prymmer
70778      Branch: perl
70779            ! vms/descrip_mms.template
70780 ____________________________________________________________________________
70781 [  6413] By: jhi                                   on 2000/07/15  03:10:40
70782         Log: perlvms.pod whitespace cleanup to keep pod utils happy.
70783      Branch: perl
70784            ! vms/perlvms.pod
70785 ____________________________________________________________________________
70786 [  6412] By: jhi                                   on 2000/07/15  00:31:05
70787         Log: More docs for sv functions.
70788              
70789              Subject: [PATCH cfgperl] sv.c apidoc
70790              From: simon@brecon.co.uk (Simon Cozens)
70791              Date: 13 Jul 2000 09:00:20 GMT
70792              Message-ID: <slrn8mr194.2em.simon@justanother.perlhacker.org>
70793              
70794              Subject: Re: [PATCH cfgperl] sv.c apidoc
70795              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
70796              Date: Thu, 13 Jul 2000 12:27:41 +0100
70797              Message-Id: <E13Ch9Z-0006QL-00@libra.cus.cam.ac.uk>
70798              
70799              Subject: Re: [PATCH cfgperl] sv.c apidoc
70800              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
70801              Date: Thu, 13 Jul 2000 13:23:09 +0100
70802              Message-Id: <E13Ci1F-0007WR-00@libra.cus.cam.ac.uk>
70803              
70804              Subject: Re: [PATCH cfgperl] sv.c apidoc
70805              From: simon@brecon.co.uk (Simon Cozens)
70806              Date: 14 Jul 2000 06:51:02 GMT
70807              Message-ID: <slrn8mte2m.1qo.simon@justanother.perlhacker.org>
70808      Branch: perl
70809            ! embed.pl pod/perlapi.pod sv.c
70810 ____________________________________________________________________________
70811 [  6411] By: jhi                                   on 2000/07/15  00:10:41
70812         Log: lib/b test fixes from Peter Prymmer.
70813      Branch: perl
70814            ! t/lib/b.t
70815 ____________________________________________________________________________
70816 [  6410] By: jhi                                   on 2000/07/15  00:02:09
70817         Log: Subject: [docpatch] Re: [ID 19991002.011] perldoc -f shift
70818              From: Hugo <hv@crypt.compulink.co.uk>
70819              Date: Fri, 14 Jul 2000 23:05:20 +0100
70820              Message-Id: <200007142205.XAA17882@crypt.compulink.co.uk>
70821              
70822              Didn't anymore apply, but that point still could use another fix.
70823      Branch: perl
70824            ! pod/perlfunc.pod
70825 ____________________________________________________________________________
70826 [  6409] By: jhi                                   on 2000/07/14  23:15:15
70827         Log: thinko fix in vms/descrip_mms.template, the win32.pod in lib,
70828              not in pod, from Peter Prymmer
70829      Branch: perl
70830            ! vms/descrip_mms.template
70831 ____________________________________________________________________________
70832 [  6408] By: jhi                                   on 2000/07/14  20:35:05
70833         Log: The bug report
70834              [ID 19991110.002] minimal matching discrepancy found by pcre author
70835              seems to have been fixed (though differently from what was suggested
70836              in the report) in 5.6.0.  Add tests to keep the bug from reappearing.
70837      Branch: perl
70838            ! t/op/re_tests
70839 ____________________________________________________________________________
70840 [  6407] By: jhi                                   on 2000/07/14  17:38:08
70841         Log: Fix AutoSplit to use File::Spec the right way in VMS,
70842              from Peter Prymmer.
70843      Branch: perl
70844            ! lib/AutoSplit.pm
70845 ____________________________________________________________________________
70846 [  6406] By: jhi                                   on 2000/07/14  14:13:22
70847         Log: Merge perlhacktut into perlhack, update perlguts.
70848              
70849              Subject: Re: Perlhacktut
70850              From: simon@brecon.co.uk (Simon Cozens)
70851              Date: 14 Jul 2000 06:49:21 GMT
70852              Message-ID: <slrn8mtdvh.1qo.simon@justanother.perlhacker.org>
70853              
70854              Subject: Re: Perlhacktut
70855              From: simon@brecon.co.uk (Simon Cozens)
70856              Date: 14 Jul 2000 07:09:45 GMT
70857              Message-ID: <slrn8mtf5p.1qo.simon@justanother.perlhacker.org>
70858      Branch: perl
70859            ! pod/perlguts.pod pod/perlhack.pod
70860 ____________________________________________________________________________
70861 [  6405] By: jhi                                   on 2000/07/14  14:02:31
70862         Log: Integrate with Sarathy.
70863      Branch: cfgperl
70864           !> doop.c embed.h embed.pl embedvar.h ext/IPC/SysV/Makefile.PL
70865           !> intrpvar.h lib/ExtUtils/MM_Unix.pm mg.c op.c perlapi.h
70866           !> pod/perlapi.pod pp.c proto.h sv.h thread.h toke.c util.c
70867 ____________________________________________________________________________
70868 [  6404] By: gsar                                  on 2000/07/14  12:15:02
70869         Log: PERL_OBJECT build tweaks
70870      Branch: perl
70871            ! toke.c
70872 ____________________________________________________________________________
70873 [  6403] By: gsar                                  on 2000/07/14  11:23:41
70874         Log: inconsistent types needs casts
70875      Branch: perl
70876            ! toke.c
70877 ____________________________________________________________________________
70878 [  6402] By: gsar                                  on 2000/07/14  11:12:04
70879         Log: typos in change#6399, regen headers
70880      Branch: perl
70881            ! doop.c embed.h embedvar.h perlapi.h pod/perlapi.pod proto.h
70882 ____________________________________________________________________________
70883 [  6401] By: gsar                                  on 2000/07/14  10:59:12
70884         Log: typecasts needed for change#6394
70885      Branch: perl
70886            ! toke.c
70887 ____________________________________________________________________________
70888 [  6400] By: gsar                                  on 2000/07/14  10:49:37
70889         Log: integrate cfgperl contents into mainline
70890      Branch: perl
70891           !> Configure MANIFEST config_h.SH embed.pl global.sym proto.h
70892           !> regcomp.c regexec.c t/op/re_tests toke.c vms/subconfigure.com
70893 ____________________________________________________________________________
70894 [  6399] By: gsar                                  on 2000/07/14  10:38:35
70895         Log: enable UTF-16 filter by default if relevant BOM is seen; various
70896              cleanups (typos, misformatted code, and small bugs)
70897      Branch: perl
70898            ! doop.c embed.pl mg.c op.c pp.c toke.c
70899 ____________________________________________________________________________
70900 [  6398] By: gsar                                  on 2000/07/14  08:55:38
70901         Log: rename totally bletcherous SvLOCK() thingy (doesn't do what the
70902              name suggests anyway)
70903      Branch: perl
70904            ! ext/IPC/SysV/Makefile.PL sv.h thread.h util.c
70905 ____________________________________________________________________________
70906 [  6397] By: gsar                                  on 2000/07/14  08:44:33
70907         Log: move new variables to the end of the interpreter structure (for
70908              bincompat in code that doesn't #include XSUB.h)
70909      Branch: perl
70910            ! intrpvar.h
70911 ____________________________________________________________________________
70912 [  6396] By: gsar                                  on 2000/07/14  08:13:58
70913         Log: MakeMaker should not remove editor backups (*~) on `make clean`
70914              by default (completes change#6383)
70915      Branch: perl
70916            ! lib/ExtUtils/MM_Unix.pm
70917 ____________________________________________________________________________
70918 [  6395] By: jhi                                   on 2000/07/14  05:20:33
70919         Log: Replace change #6337 with a better one.
70920              
70921              Subject: Re: [PATCH] [ID 20000701.002] Regular Expressions Not Unsetting $1 Vars When Backtracking 
70922              From: Hugo <hv@crypt.compulink.co.uk>
70923              Date: Fri, 14 Jul 2000 04:16:20 +0100
70924              Message-Id: <200007140316.EAA15857@crypt.compulink.co.uk>
70925      Branch: cfgperl
70926            ! regexec.c t/op/re_tests
70927 ____________________________________________________________________________
70928 [  6394] By: jhi                                   on 2000/07/14  01:33:59
70929         Log: Fix the BOM bug: not a byteorder bug, a signedness bug.
70930      Branch: cfgperl
70931            ! embed.pl global.sym proto.h toke.c
70932 ____________________________________________________________________________
70933 [  6393] By: jhi                                   on 2000/07/13  23:41:23
70934         Log: remove discarded test
70935      Branch: cfgperl
70936            ! MANIFEST
70937 ____________________________________________________________________________
70938 [  6392] By: jhi                                   on 2000/07/13  23:32:25
70939         Log: The {multiplier} of a fixed substring was overlooked which
70940              caused a wrong initial search offset for that substring.
70941              
70942              Subject: [PATCH 5.6.0] Re: [ID 20000613.001] Regex works in v5.005_03 but fails in v5.06
70943              From: Hugo <hv@crypt.compulink.co.uk>
70944              Message-Id: <200007131827.TAA14487@crypt.compulink.co.uk>
70945              Date: Thu, 13 Jul 2000 19:27:13 +0100
70946      Branch: cfgperl
70947            ! regcomp.c t/op/re_tests
70948 ____________________________________________________________________________
70949 [  6391] By: jhi                                   on 2000/07/13  16:37:42
70950         Log: typo fix from Craig Berry
70951      Branch: cfgperl
70952            ! vms/subconfigure.com
70953 ____________________________________________________________________________
70954 [  6390] By: jhi                                   on 2000/07/13  13:20:12
70955         Log: Integrate with Sarathy.
70956      Branch: cfgperl
70957            - t/op/method2entersub.t
70958           !> Changes Configure Makefile.SH ext/IPC/SysV/Makefile.PL
70959           !> pod/perldelta.pod sv.c t/lib/english.t t/lib/selfloader.t
70960           !> t/op/sprintf.t toke.c win32/Makefile win32/config_h.PL
70961           !> win32/makefile.mk win32/win32sck.c x2p/Makefile.SH
70962 ____________________________________________________________________________
70963 [  6389] By: jhi                                   on 2000/07/13  13:18:48
70964         Log: Detypo from Peter Prymmer, part of #6388.
70965      Branch: cfgperl
70966            ! Configure config_h.SH
70967      Branch: metaconfig
70968            ! U/modified/d_longlong.U
70969 ____________________________________________________________________________
70970 [  6388] By: gsar                                  on 2000/07/13  06:33:40
70971         Log: typos (spotted by Peter Prymmer)
70972      Branch: perl
70973            ! Configure t/lib/english.t
70974 ____________________________________________________________________________
70975 [  6387] By: gsar                                  on 2000/07/13  05:35:28
70976         Log: new selfloader.t in change#6183 doesn't close DATA handles,
70977              and thus fails to clean up tmp files on dosish platforms
70978      Branch: perl
70979            ! t/lib/selfloader.t
70980 ____________________________________________________________________________
70981 [  6386] By: gsar                                  on 2000/07/12  21:42:39
70982         Log: sprintf test tweaks (from Dominic Dunlop)
70983      Branch: perl
70984            ! t/op/sprintf.t
70985 ____________________________________________________________________________
70986 [  6385] By: gsar                                  on 2000/07/12  21:33:46
70987         Log: fix bugs in processing %v-*d and similar format specs (from
70988              Avi Finkel <avi@finkel.org>)
70989      Branch: perl
70990            ! sv.c t/op/sprintf.t
70991 ____________________________________________________________________________
70992 [  6384] By: gsar                                  on 2000/07/12  16:04:19
70993         Log: readd missing perldelta.pod changes from changes#6339,6376
70994      Branch: perl
70995            ! pod/perldelta.pod
70996 ____________________________________________________________________________
70997 [  6383] By: gsar                                  on 2000/07/12  16:00:51
70998         Log: don't clobber *.orig files on *clean targets
70999      Branch: perl
71000            ! Makefile.SH ext/IPC/SysV/Makefile.PL x2p/Makefile.SH
71001 ____________________________________________________________________________
71002 [  6382] By: gsar                                  on 2000/07/12  07:59:12
71003         Log: fix broken integrations in cfgperl
71004      Branch: cfgperl
71005           !> Changes pod/perldelta.pod
71006 ____________________________________________________________________________
71007 [  6381] By: gsar                                  on 2000/07/12  07:42:17
71008         Log: integrate cfgperl changes into mainline
71009      Branch: perl
71010            ! Changes
71011           !> Configure config_h.SH pod/perlbook.pod pod/perldelta.pod
71012           !> pod/perlre.pod
71013 ____________________________________________________________________________
71014 [  6380] By: gsar                                  on 2000/07/12  07:31:00
71015         Log: get sprintf.t to adjust properly for 3-digit exponents
71016      Branch: perl
71017            ! t/op/sprintf.t
71018 ____________________________________________________________________________
71019 [  6379] By: gsar                                  on 2000/07/12  06:40:04
71020         Log: change#6174 needs corresponding change in win32/config_h.PL,
71021              which grovels through config_h.SH to find the config.h name
71022      Branch: perl
71023            ! win32/config_h.PL
71024 ____________________________________________________________________________
71025 [  6378] By: jhi                                   on 2000/07/12  05:03:59
71026         Log: Do the cc sanity check both before the hints and
71027              after the cc selction.
71028      Branch: cfgperl
71029            ! Configure config_h.SH
71030      Branch: metaconfig
71031            ! U/modified/Oldconfig.U U/modified/cc.U
71032      Branch: metaconfig/U/perl
71033            + Checkcc.U
71034 ____________________________________________________________________________
71035 [  6377] By: jhi                                   on 2000/07/12  02:49:22
71036         Log: Fix nits noticed by Boston.pm.
71037      Branch: cfgperl
71038            ! pod/perlre.pod
71039 ____________________________________________________________________________
71040 [  6376] By: jhi                                   on 2000/07/11  21:22:13
71041         Log: Configure cosmetics and perldelta.
71042      Branch: cfgperl
71043            ! Configure config_h.SH pod/perldelta.pod
71044      Branch: metaconfig
71045            ! U/modified/cc.U
71046 ____________________________________________________________________________
71047 [  6375] By: gsar                                  on 2000/07/11  21:17:35
71048         Log: windows build tweaks (op/sprintf.t still fails tests 120-121, 149)
71049      Branch: perl
71050            ! t/op/sprintf.t win32/Makefile win32/makefile.mk
71051            ! win32/win32sck.c
71052 ____________________________________________________________________________
71053 [  6374] By: gsar                                  on 2000/07/11  20:48:50
71054         Log: tweak for build failure under multiplicity
71055      Branch: perl
71056            ! toke.c
71057 ____________________________________________________________________________
71058 [  6373] By: gsar                                  on 2000/07/11  20:37:23
71059         Log: integrate cfgperl changes#6325..6373 into mainline
71060              (NOTE: today's batch of integrations still untested)
71061      Branch: perl
71062           +> ext/DynaLoader/hints/netbsd.pl
71063            ! Changes
71064           !> (integrate 26 files)
71065 ____________________________________________________________________________
71066 [  6372] By: jhi                                   on 2000/07/11  20:30:36
71067         Log: Reintroduce perlbook (updated for Mk III), introduce perlposix-bc,
71068              regen perltoc.
71069      Branch: cfgperl
71070            + pod/perlbook.pod
71071            ! MANIFEST pod/Makefile.SH pod/buildtoc.PL pod/perl.pod
71072            ! pod/perltoc.pod
71073 ____________________________________________________________________________
71074 [  6371] By: jhi                                   on 2000/07/11  20:08:56
71075         Log: Minor cleanups on the booklist.
71076      Branch: cfgperl
71077            ! pod/perlfaq2.pod
71078 ____________________________________________________________________________
71079 [  6370] By: jhi                                   on 2000/07/11  19:31:13
71080         Log: mjd's tr patches "broke" tr/z-Z/z-Z/
71081      Branch: cfgperl
71082            ! t/pragma/overload.t
71083 ____________________________________________________________________________
71084 [  6369] By: gsar                                  on 2000/07/11  19:27:48
71085         Log: integrate cfgperl changes#6293..6324 into mainline
71086      Branch: perl
71087           +> lib/Win32.pod lib/lib_pm.PL pod/Makefile.SH pod/buildtoc.PL
71088            - lib/lib.pm.PL pod/Makefile pod/Win32.pod pod/buildtoc
71089           !> (integrate 30 files)
71090 ____________________________________________________________________________
71091 [  6368] By: gsar                                  on 2000/07/11  19:18:57
71092         Log: skip integrate of problematic change#6292 from cfgperl into mainline
71093      Branch: perl
71094           !> pp_hot.c
71095 ____________________________________________________________________________
71096 [  6367] By: gsar                                  on 2000/07/11  19:17:21
71097         Log: integrate cfgperl changes#6288..6290 into mainline
71098      Branch: perl
71099           !> lib/File/Spec/Functions.pm lib/File/Spec/OS2.pm
71100 ____________________________________________________________________________
71101 [  6366] By: gsar                                  on 2000/07/11  19:11:18
71102         Log: integrate cfgperl changes#6268..6282 into mainline
71103      Branch: perl
71104           !> (integrate 30 files)
71105 ____________________________________________________________________________
71106 [  6365] By: gsar                                  on 2000/07/11  18:57:00
71107         Log: delete new accidentally branched file
71108      Branch: perl
71109            - t/op/method2entersub.t
71110 ____________________________________________________________________________
71111 [  6364] By: gsar                                  on 2000/07/11  18:55:13
71112         Log: skip integrate of change#6267 from cfgperl into mainline (the
71113              method call optimization is flawed without additional hints
71114              from user about immutableness of @ISA and no runtime method
71115              definitions)
71116      Branch: perl
71117           +> t/op/method2entersub.t
71118           !> MANIFEST embed.pl lib/ExtUtils/Install.pm lib/base.pm op.c
71119           !> perl.h t/op/sprintf.t xsutils.c
71120 ____________________________________________________________________________
71121 [  6363] By: gsar                                  on 2000/07/11  18:49:43
71122         Log: integrate cfgperl changes#6261..6266 into mainline
71123      Branch: perl
71124           !> README.epoc cygwin/Makefile.SHs doop.c epoc/config.sh
71125           !> epoc/createpkg.pl epoc/epocish.c epoc/epocish.h
71126           !> ext/POSIX/POSIX.pm ext/POSIX/POSIX.pod ext/POSIX/POSIX.xs
71127           !> hints/bsdos.sh pod/perldiag.pod t/comp/require.t toke.c
71128 ____________________________________________________________________________
71129 [  6362] By: gsar                                  on 2000/07/11  18:43:26
71130         Log: integrate cfgperl changes#6252..6260 into mainline
71131      Branch: perl
71132           !> MANIFEST doop.c embed.h embed.pl embedvar.h lib/Exporter.pm
71133           !> lib/IPC/Open3.pm objXSUB.h op.c pod/perlfunc.pod pp.c
71134           !> pp_proto.h proto.h sv.c t/op/my_stash.t t/op/pack.t t/op/tr.t
71135           !> t/pragma/constant.t t/pragma/warn/op t/pragma/warn/regcomp
71136 ____________________________________________________________________________
71137 [  6361] By: gsar                                  on 2000/07/11  18:37:12
71138         Log: skip integrate of problematic change#6251 from cfgperl into mainline
71139      Branch: perl
71140           !> lib/Exporter.pm
71141 ____________________________________________________________________________
71142 [  6360] By: gsar                                  on 2000/07/11  18:34:56
71143         Log: integrate cfgperl change#6250 into mainline
71144      Branch: perl
71145           +> t/op/my_stash.t
71146           !> MANIFEST embed.pl proto.h toke.c
71147 ____________________________________________________________________________
71148 [  6359] By: gsar                                  on 2000/07/11  18:21:19
71149         Log: integrate cfgperl changes#6242..6249 into mainline
71150      Branch: perl
71151           !> embed.h embed.pl embedvar.h ext/DynaLoader/DynaLoader_pm.PL
71152           !> gv.c lib/File/Spec.pm lib/IPC/Open3.pm objXSUB.h perlapi.c
71153           !> perlapi.h pod/perlapi.pod pod/perlfunc.pod pod/perlintern.pod
71154           !> pp_proto.h proto.h sv.c t/lib/filefunc.t t/lib/filespec.t
71155           !> t/lib/peek.t utf8.c
71156 ____________________________________________________________________________
71157 [  6358] By: gsar                                  on 2000/07/11  18:15:45
71158         Log: skip integrate of problematic change#6241 from cfgperl into mainline
71159      Branch: perl
71160           !> regcomp.c t/pragma/warn/regcomp t/pragma/warn/toke toke.c
71161 ____________________________________________________________________________
71162 [  6357] By: jhi                                   on 2000/07/11  18:15:16
71163         Log: Fix for
71164              Subject: [ID 20000711.005] spurious uninit warning with msgrcv()
71165              From: Roderick Schertler <roderick@argon.org> 
71166              Date: Tue, 11 Jul 2000 13:55:05 -0400 
71167              Message-Id: <200007111755.NAA05077@jones.argon.org> 
71168      Branch: cfgperl
71169            ! doio.c
71170 ____________________________________________________________________________
71171 [  6356] By: jhi                                   on 2000/07/11  18:12:51
71172         Log: Typo in #6341.
71173      Branch: cfgperl
71174            ! pp_hot.c
71175 ____________________________________________________________________________
71176 [  6355] By: gsar                                  on 2000/07/11  18:12:10
71177         Log: integrate cfgperl changes#6231..6240 into mainline
71178      Branch: perl
71179           +> pod/perlutil.pod
71180           !> (integrate 35 files)
71181 ____________________________________________________________________________
71182 [  6354] By: jhi                                   on 2000/07/11  18:04:34
71183         Log: Subject: [PATCH perl-current] Make op/sprintf.t more comprehensive, take 2
71184              From: Dominic Dunlop <domo@computer.org> 
71185              Date: Tue, 11 Jul 2000 12:27:33 +0200 
71186              Message-Id: <p04320405b590a14d4650@[192.168.1.4]> 
71187              
71188              Replaces change #6268.
71189      Branch: cfgperl
71190            ! t/op/sprintf.t
71191 ____________________________________________________________________________
71192 [  6353] By: gsar                                  on 2000/07/11  17:59:51
71193         Log: skip integrate of problematic change#6230 from cfgperl into mainline
71194              (a later version of File::Spec is already in mainline)
71195      Branch: perl
71196           !> lib/File/Spec.pm lib/File/Spec/Functions.pm
71197           !> lib/File/Spec/OS2.pm t/lib/filefunc.t t/lib/filespec.t
71198 ____________________________________________________________________________
71199 [  6352] By: gsar                                  on 2000/07/11  17:57:48
71200         Log: integrate cfgperl changes#6224..6229 into mainline
71201      Branch: perl
71202           +> lib/lib.pm.PL
71203            - lib/lib.pm
71204           !> MANIFEST Makefile.SH README.hpux embed.pl ext/Socket/Socket.pm
71205           !> lib/English.pm op.c t/lib/english.t
71206 ____________________________________________________________________________
71207 [  6351] By: gsar                                  on 2000/07/11  17:50:10
71208         Log: skip integrate of problematic change#6223 from cfgperl into mainline
71209      Branch: perl
71210           !> doio.c
71211 ____________________________________________________________________________
71212 [  6350] By: gsar                                  on 2000/07/11  17:48:28
71213         Log: integrate cfgperl changes#6220..6222 into mainline
71214      Branch: perl
71215           !> doop.c embed.pl lib/Pod/Usage.pm makedef.pl pod/perlop.pod
71216           !> toke.c utf8.c win32/win32.h
71217 ____________________________________________________________________________
71218 [  6349] By: gsar                                  on 2000/07/11  17:46:13
71219         Log: skip integrate of problematic changes#6218..6219 from cfgperl into
71220              mainline
71221      Branch: perl
71222           !> bytecode.pl ext/B/B/Assembler.pm ext/B/B/Bytecode.pm
71223           !> ext/B/O.pm ext/B/defsubs_h.PL ext/ByteLoader/ByteLoader.pm
71224           !> ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
71225 ____________________________________________________________________________
71226 [  6348] By: jhi                                   on 2000/07/11  17:45:49
71227         Log: README.posix-bc podified from Thomas Dorner.
71228      Branch: cfgperl
71229            ! README.posix-bc
71230 ____________________________________________________________________________
71231 [  6347] By: gsar                                  on 2000/07/11  17:42:04
71232         Log: integrate cfgperl change#6217 into mainline
71233      Branch: perl
71234           !> Configure config_h.SH doio.c embed.h embed.pl embedvar.h gv.c
71235           !> intrpvar.h objXSUB.h perl.c perlapi.h pp.c pp_ctl.c proto.h
71236           !> sv.h util.c util.h vmesa/vmesa.c win32/win32.c
71237 ____________________________________________________________________________
71238 [  6346] By: gsar                                  on 2000/07/11  17:39:37
71239         Log: skip integrate of problematic changes#6211..6212 from cfgperl into
71240              mainline
71241      Branch: perl
71242           !> embedvar.h ext/B/B.xs ext/B/B/Asmdata.pm ext/B/defsubs_h.PL
71243           !> ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
71244           !> ext/ByteLoader/byterun.c ext/ByteLoader/byterun.h perlapi.c
71245           !> perlapi.h pod/perlapi.pod
71246 ____________________________________________________________________________
71247 [  6345] By: gsar                                  on 2000/07/11  17:36:42
71248         Log: integrate cfgperl changes#6207..6210 into mainline
71249      Branch: perl
71250           !> doio.c embed.h embed.pl gv.c intrpvar.h objXSUB.h perl.c pp.c
71251           !> pp_ctl.c proto.h sv.h util.c vmesa/vmesa.c win32/win32.c
71252 ____________________________________________________________________________
71253 [  6344] By: gsar                                  on 2000/07/11  17:31:20
71254         Log: skip integrate of problematic changes#6204..6206 from cfgperl into
71255              mainline
71256      Branch: perl
71257           !> (integrate 40 files)
71258 ____________________________________________________________________________
71259 [  6343] By: gsar                                  on 2000/07/11  17:19:08
71260         Log: integrate cfgperl changes#6174..6203 into mainline (first of several)
71261      Branch: perl
71262           +> Makefile.micro README.micro Todo.micro uconfig.h uconfig.sh
71263            ! Changes
71264           !> (integrate 34 files)
71265 ____________________________________________________________________________
71266 [  6342] By: jhi                                   on 2000/07/11  16:05:48
71267         Log: Subject: [ID 20000710.002] fatal error or memory loss when deleting symbols in evaled code with syntax errors
71268              To: perl5-porters@perl.org
71269              From: Karsten Sperling <spiff@phreax.net>
71270              Date: Mon, 10 Jul 2000 15:12:52 +0200
71271              Message-Id: <200007101315.e6ADFrg21041@chthon.perl.com>
71272      Branch: cfgperl
71273            ! lib/Symbol.pm
71274 ____________________________________________________________________________
71275 [  6341] By: jhi                                   on 2000/07/11  15:59:23
71276         Log: Subject: Re: [ID 20000704.002] [PATCH] memory leak with debug / anon subs
71277              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
71278              Message-Id: <E13AbRE-00009T-00@libra.cus.cam.ac.uk>
71279              Date: Fri, 07 Jul 2000 17:57:16 +0100
71280      Branch: cfgperl
71281            ! pp_hot.c
71282 ____________________________________________________________________________
71283 [  6340] By: jhi                                   on 2000/07/11  15:55:47
71284         Log: Subject: Re: format bug report  [Patch]
71285              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
71286              Date: Wed, 05 Jul 2000 13:12:52 +0200
71287              Message-Id: <20000705130745.67BF.H.M.BRAND@hccnet.nl>
71288              
71289              Subject: Re: format bug report  [Patch]
71290              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
71291              Date: Wed, 05 Jul 2000 14:10:01 +0200
71292              Message-Id: <20000705140837.73C2.H.M.BRAND@hccnet.nl>
71293      Branch: cfgperl
71294            ! t/op/write.t toke.c
71295 ____________________________________________________________________________
71296 [  6339] By: jhi                                   on 2000/07/11  13:54:09
71297         Log: Be less forgiving about ambiguous and illegal tr ranges.
71298              Subject: Re: [ID 20000703.001] tr/// operator understands multiple hyphens in a bizarre way 
71299              From: Mark-Jason Dominus <mjd@plover.com>
71300              Date: Tue, 04 Jul 2000 10:00:12 -0400
71301              Message-ID: <20000704140012.17772.qmail@plover.com>
71302              
71303              Subject: Re: [ID 20000703.001] tr/// operator understands multiple hyphens in a bizarre way 
71304              From: Mark-Jason Dominus <mjd@plover.com>
71305              Date: Wed, 05 Jul 2000 09:37:36 -0400
71306              Message-ID: <20000705133736.27293.qmail@plover.com>
71307      Branch: cfgperl
71308            ! pod/perldelta.pod pod/perldiag.pod t/op/tr.t toke.c
71309 ____________________________________________________________________________
71310 [  6338] By: jhi                                   on 2000/07/11  13:31:24
71311         Log: Subject: [PATCH] Re: "%#p" format specifier: document and test or not?
71312              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
71313              Date: Tue, 11 Jul 2000 13:50:51 +0100
71314              Message-Id: <E13BzUx-00033c-00@libra.cus.cam.ac.uk>
71315      Branch: cfgperl
71316            ! sv.c
71317 ____________________________________________________________________________
71318 [  6337] By: jhi                                   on 2000/07/11  13:29:14
71319         Log: Subject: [PATCH] [ID 20000701.002] Regular Expressions Not Unsetting $1 Vars When Backtracking 
71320              From: Hugo <hv@crypt.compulink.co.uk>
71321              Date: Tue, 11 Jul 2000 12:44:50 +0100
71322              Message-Id: <200007111144.MAA04446@crypt.compulink.co.uk>
71323      Branch: cfgperl
71324            ! regexec.c t/op/re_tests
71325 ____________________________________________________________________________
71326 [  6336] By: jhi                                   on 2000/07/11  13:26:47
71327         Log: Subject: [PATCH cfgperl] $& segfaults if you trick it
71328              From: simon@brecon.co.uk (Simon Cozens)
71329              Date: 7 Jul 2000 11:26:09 GMT
71330              Message-ID: <slrn8mbfif.ead.simon@justanother.perlhacker.org>
71331      Branch: cfgperl
71332            ! mg.c
71333 ____________________________________________________________________________
71334 [  6335] By: jhi                                   on 2000/07/11  13:23:37
71335         Log: Subject: [ID 20000705.002] problem with perl 5.6.0 on NetBSD/sparc
71336              From: Hubert Feyrer <feyrer@rfhs8012.fh-regensburg.de>
71337              Date: Wed, 5 Jul 2000 14:56:43 +0200 (MET DST)
71338              Message-Id: <Pine.GSO.4.10.10007051452330.29215-100000@rfhpc8320.fh-regensburg.de>
71339      Branch: cfgperl
71340            + ext/DynaLoader/hints/netbsd.pl
71341            ! MANIFEST ext/DynaLoader/hints/openbsd.pl
71342 ____________________________________________________________________________
71343 [  6334] By: jhi                                   on 2000/07/11  13:20:38
71344         Log: Subject: PATCH perlguts.pod: Document D and d magic types
71345              From: mjd@plover.com
71346              Date: 5 Jul 2000 18:01:51 -0000
71347              Message-ID: <20000705180151.29413.qmail@plover.com>
71348      Branch: cfgperl
71349            ! pod/perlguts.pod
71350 ____________________________________________________________________________
71351 [  6333] By: jhi                                   on 2000/07/11  13:15:51
71352         Log: Precedence goof, fix based on
71353              Subject: [PATCH 5.6.0] op/taint.t continues on failed shmget()
71354              From: Hugo <hv@crypt.compulink.co.uk>
71355              Date: Tue, 11 Jul 2000 12:52:38 +0100
71356              Message-Id: <200007111152.MAA05488@crypt.compulink.co.uk>
71357      Branch: cfgperl
71358            ! t/op/taint.t
71359 ____________________________________________________________________________
71360 [  6332] By: jhi                                   on 2000/07/11  12:40:17
71361         Log: Integrate with Sarathy.
71362      Branch: cfgperl
71363           !> win32/win32sck.c
71364 ____________________________________________________________________________
71365 [  6331] By: jhi                                   on 2000/07/10  20:14:16
71366         Log: Sprinkle ldlibpath.
71367      Branch: cfgperl
71368            ! pod/Makefile.SH
71369 ____________________________________________________________________________
71370 [  6330] By: jhi                                   on 2000/07/10  17:54:49
71371         Log: More POSIX.pod tweaks.
71372      Branch: cfgperl
71373            ! ext/POSIX/POSIX.pod
71374 ____________________________________________________________________________
71375 [  6329] By: jhi                                   on 2000/07/10  14:02:12
71376         Log: Reorder perl.pod once more.
71377      Branch: cfgperl
71378            ! pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
71379 ____________________________________________________________________________
71380 [  6328] By: gsar                                  on 2000/07/10  07:06:00
71381         Log: accept() leaks memory on windows due to incorrect ordering of
71382              closesocket() and fclose() calls
71383      Branch: perl
71384            ! win32/win32sck.c
71385 ____________________________________________________________________________
71386 [  6327] By: gsar                                  on 2000/07/10  06:49:17
71387         Log: winsock options weren't being set in all threads under ithreads
71388              (caused send()s from second and subsequent threads to fail)
71389      Branch: perl
71390            ! win32/win32sck.c
71391 ____________________________________________________________________________
71392 [  6326] By: jhi                                   on 2000/07/08  02:45:40
71393         Log: Fix a nit spotted by 64bit IRIX compilation: a (64-bit) pointer
71394              was cast to an unsigned (32-bit) integer with wild abandon.
71395      Branch: cfgperl
71396            ! ext/Devel/DProf/DProf.xs
71397 ____________________________________________________________________________
71398 [  6325] By: jhi                                   on 2000/07/07  18:50:33
71399         Log: Remove perlbook, update perlfaq book listing,
71400              rearrange perl.pod, regenerate perltoc.
71401      Branch: cfgperl
71402            - pod/perlbook.pod
71403            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perldiag.pod
71404            ! pod/perlfaq2.pod pod/perltoc.pod
71405 ____________________________________________________________________________
71406 [  6324] By: jhi                                   on 2000/07/07  14:03:40
71407         Log: Fix the alignment problem in Crays ([ID 20000612.002]).
71408      Branch: cfgperl
71409            ! sv.h toke.c
71410 ____________________________________________________________________________
71411 [  6323] By: jhi                                   on 2000/07/06  16:03:55
71412         Log: Fix complaints of buildtoc.
71413      Branch: cfgperl
71414            + lib/Win32.pod
71415            - pod/Win32.pod
71416            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
71417 ____________________________________________________________________________
71418 [  6322] By: jhi                                   on 2000/07/06  15:15:52
71419         Log: Add =head1 NAMEs so that buildtoc is happy.
71420              (The CGI::Util nit reported to Lincoln.)
71421      Branch: cfgperl
71422            ! ext/B/B/Stash.pm lib/CGI/Util.pm lib/warnings/register.pm
71423            ! pod/perltoc.pod
71424 ____________________________________________________________________________
71425 [  6321] By: jhi                                   on 2000/07/06  03:16:04
71426         Log: Config is being used.
71427      Branch: cfgperl
71428            ! t/op/method.t
71429 ____________________________________________________________________________
71430 [  6320] By: jhi                                   on 2000/07/06  03:13:13
71431         Log: Integrate with Sarathy.
71432      Branch: cfgperl
71433           !> lib/perl5db.pl win32/perllib.c win32/vdir.h win32/win32sck.c
71434 ____________________________________________________________________________
71435 [  6319] By: jhi                                   on 2000/07/06  03:11:46
71436         Log: Autogenerate pod/Makefile and pod/buildtoc.
71437              buildtoc also checks whether the existing pods are
71438              mentioned in MANIFEST and perl.pod, and vice versa.
71439              (None of the thusly found discrepancies fixed yet.)
71440              roffitall also needs to be autogenerated similarly but it
71441              seems so badly out of date that I didn't touch it yet.
71442      Branch: cfgperl
71443            + pod/Makefile.SH pod/buildtoc.PL
71444            - pod/Makefile pod/buildtoc
71445            ! MANIFEST Makefile.SH pod/perl.pod pod/perltoc.pod
71446 ____________________________________________________________________________
71447 [  6318] By: gsar                                  on 2000/07/05  22:10:54
71448         Log: fix UNC path handling on Windows under ithreads, and chdir()
71449              return value when given a non-existent directory
71450      Branch: perl
71451            ! win32/vdir.h
71452 ____________________________________________________________________________
71453 [  6317] By: gsar                                  on 2000/07/05  22:08:19
71454         Log: winsock cleanup never done on Windows (leads to handle leaks)
71455      Branch: perl
71456            ! win32/perllib.c win32/win32sck.c
71457 ____________________________________________________________________________
71458 [  6316] By: gsar                                  on 2000/07/05  22:06:19
71459         Log: some debugger output does not go to the socket when RemotePort is set
71460      Branch: perl
71461            ! lib/perl5db.pl
71462 ____________________________________________________________________________
71463 [  6315] By: jhi                                   on 2000/07/05  00:25:21
71464         Log: Integrate with Sarathy, preliminary fix for unicos
71465              alignment problems in [ID 20000612.002] Perl problem on Cray system.
71466      Branch: cfgperl
71467            ! sv.h
71468           !> pp_hot.c
71469 ____________________________________________________________________________
71470 [  6314] By: gsar                                  on 2000/07/04  23:34:02
71471         Log: tyop in change#6306
71472      Branch: perl
71473            ! pp_hot.c
71474 ____________________________________________________________________________
71475 [  6313] By: jhi                                   on 2000/07/04  22:14:38
71476         Log: Multiline string literals ENONPORTABLE.
71477      Branch: cfgperl
71478            ! pp_hot.c
71479 ____________________________________________________________________________
71480 [  6312] By: jhi                                   on 2000/07/04  20:34:44
71481         Log: Integrate with Sarathy.
71482      Branch: cfgperl
71483           !> pod/perldelta.pod pod/perldiag.pod pp_hot.c t/lib/b.t
71484           !> t/op/method.t
71485 ____________________________________________________________________________
71486 [  6311] By: jhi                                   on 2000/07/04  20:30:56
71487         Log: More POSIX.pod embellishment.
71488      Branch: cfgperl
71489            ! ext/POSIX/POSIX.pod
71490 ____________________________________________________________________________
71491 [  6310] By: gsar                                  on 2000/07/04  17:28:48
71492         Log: b.t fails under OS/2 (from Yitzchak Scott-Thoennes)
71493      Branch: perl
71494            ! t/lib/b.t
71495 ____________________________________________________________________________
71496 [  6309] By: jhi                                   on 2000/07/04  17:22:18
71497         Log: The #6308 required a little bit more.
71498      Branch: cfgperl
71499            ! Makefile.SH win32/Makefile
71500 ____________________________________________________________________________
71501 [  6308] By: jhi                                   on 2000/07/04  16:35:24
71502         Log: Rename lib.pm.PL to lib_pm.PL to keep the 8.3 people happy.
71503      Branch: cfgperl
71504            + lib/lib_pm.PL
71505            - lib/lib.pm.PL
71506            ! MANIFEST Makefile.SH
71507 ____________________________________________________________________________
71508 [  6307] By: jhi                                   on 2000/07/04  16:28:58
71509         Log: Win32 patches for cfgperl from Sarathy.
71510      Branch: cfgperl
71511            ! doio.c doop.c embed.h embed.pl global.sym gv.c makedef.pl
71512            ! objXSUB.h op.c perlapi.c pp.c pp_ctl.c pp_hot.c proto.h
71513            ! thread.h toke.c util.c win32/Makefile win32/win32.c
71514 ____________________________________________________________________________
71515 [  6306] By: gsar                                  on 2000/07/04  16:28:40
71516         Log: better diagnostic on Frob->stuff() when Frob:: doesn't exist
71517              (from Richard Soderberg <rs@oregonnet.com>)
71518      Branch: perl
71519            ! pod/perldelta.pod pod/perldiag.pod pp_hot.c t/op/method.t
71520 ____________________________________________________________________________
71521 [  6305] By: jhi                                   on 2000/07/04  16:24:24
71522         Log: Integrate with Sarathy.
71523      Branch: cfgperl
71524           !> embed.h embed.pl global.sym lib/File/Spec/Mac.pm
71525           !> lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
71526           !> lib/File/Spec/Win32.pm objXSUB.h perlapi.c pod/perldiag.pod
71527           !> proto.h win32/win32.c
71528 ____________________________________________________________________________
71529 [  6304] By: gsar                                  on 2000/07/04  16:17:24
71530         Log: missing perldiag entry for unpack("w",...) diagnostic (from
71531              Andreas Koenig)
71532      Branch: perl
71533            ! pod/perldiag.pod
71534 ____________________________________________________________________________
71535 [  6303] By: gsar                                  on 2000/07/04  16:14:44
71536         Log: remove rel2abs prototypes (from Barrie Slaymaker)
71537      Branch: perl
71538            ! lib/File/Spec/Mac.pm lib/File/Spec/Unix.pm
71539            ! lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm
71540 ____________________________________________________________________________
71541 [  6302] By: gsar                                  on 2000/07/04  04:59:35
71542         Log: adjust change#6299
71543      Branch: perl
71544            ! embed.h embed.pl global.sym objXSUB.h perlapi.c proto.h
71545            ! win32/win32.c
71546 ____________________________________________________________________________
71547 [  6301] By: jhi                                   on 2000/07/04  04:50:07
71548         Log: Integrate with Sarathy.
71549      Branch: cfgperl
71550           !> embed.h embed.pl embedvar.h global.sym hv.c intrpvar.h
71551           !> makedef.pl objXSUB.h perl.c perl.h perlapi.c perlapi.h
71552           !> pp_hot.c proto.h sv.c t/io/argv.t win32/win32.c
71553 ____________________________________________________________________________
71554 [  6300] By: gsar                                  on 2000/07/04  04:42:09
71555         Log: PERL_OBJECT build tweak
71556      Branch: perl
71557            ! perl.h
71558 ____________________________________________________________________________
71559 [  6299] By: gsar                                  on 2000/07/04  04:37:00
71560         Log: fix memory leak on Windows (PL_sys_intern contents were never
71561              freed)
71562      Branch: perl
71563            ! embed.h embed.pl global.sym makedef.pl objXSUB.h perl.c
71564            ! perlapi.c proto.h win32/win32.c
71565 ____________________________________________________________________________
71566 [  6298] By: gsar                                  on 2000/07/04  04:15:59
71567         Log: fix large memory leak that has been around for ever, masked by
71568              -DPURIFY (most of the arenas were never freed!)
71569      Branch: perl
71570            ! embedvar.h global.sym hv.c intrpvar.h perl.c perlapi.h sv.c
71571 ____________________________________________________________________________
71572 [  6297] By: gsar                                  on 2000/07/04  04:07:46
71573         Log: fix ~320 byte memory leak (psig_{ptr,name} tables were never freed)
71574      Branch: perl
71575            ! perl.c
71576 ____________________________________________________________________________
71577 [  6296] By: jhi                                   on 2000/06/30  18:28:37
71578         Log: Elaborate POSIX.pod.  Still needs work.
71579      Branch: cfgperl
71580            ! ext/POSIX/POSIX.pod
71581 ____________________________________________________________________________
71582 [  6295] By: jhi                                   on 2000/06/30  14:58:18
71583         Log: Point to perlipc for more SysV IPC examples.
71584      Branch: cfgperl
71585            ! pod/perlfunc.pod
71586 ____________________________________________________________________________
71587 [  6294] By: gsar                                  on 2000/06/30  14:47:45
71588         Log: slurp mode fix in change#4736 still not quite right
71589      Branch: perl
71590            ! pp_hot.c t/io/argv.t
71591 ____________________________________________________________________________
71592 [  6293] By: jhi                                   on 2000/06/30  12:02:55
71593         Log: Integrate with Sarathy.
71594      Branch: cfgperl
71595           !> cop.h pp_ctl.c pp_hot.c t/op/args.t
71596 ____________________________________________________________________________
71597 [  6292] By: jhi                                   on 2000/06/30  12:01:11
71598         Log: From: simon@brecon.co.uk (Simon Cozens)
71599              Subject: UTF8 concat
71600              Date: 30 Jun 2000 06:13:25 GMT
71601              Message-ID: <slrn8loek5.9ai.simon@justanother.perlhacker.org>
71602      Branch: cfgperl
71603            ! pp_hot.c
71604 ____________________________________________________________________________
71605 [  6291] By: gsar                                  on 2000/06/30  04:37:33
71606         Log: dounwind() may cause POPSUB() to diddle the wrong PL_curpad
71607              when @_ is modified, causing coredumps
71608      Branch: perl
71609            ! cop.h pp_ctl.c pp_hot.c t/op/args.t
71610 ____________________________________________________________________________
71611 [  6290] By: jhi                                   on 2000/06/30  02:21:44
71612         Log: Integrate with Sarathy.
71613      Branch: cfgperl
71614           !> vms/vms.c vms/vmsish.h
71615 ____________________________________________________________________________
71616 [  6289] By: jhi                                   on 2000/06/30  02:21:02
71617         Log: Check VERSIONs.
71618      Branch: cfgperl
71619            ! lib/File/Spec/Functions.pm lib/File/Spec/Mac.pm
71620            ! lib/File/Spec/OS2.pm lib/File/Spec/Unix.pm
71621            ! lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm
71622 ____________________________________________________________________________
71623 [  6288] By: jhi                                   on 2000/06/30  02:18:52
71624         Log: Integrate with Sarathy.
71625      Branch: cfgperl
71626           !> ext/Opcode/Opcode.xs lib/File/Spec.pm
71627           !> lib/File/Spec/Functions.pm lib/File/Spec/Mac.pm
71628           !> lib/File/Spec/OS2.pm lib/File/Spec/Unix.pm
71629           !> lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm pod/perlembed.pod
71630 ____________________________________________________________________________
71631 [  6287] By: gsar                                  on 2000/06/30  02:17:08
71632         Log: integrate vmsperl changes into mainline
71633      Branch: perl
71634           !> vms/vms.c vms/vmsish.h
71635 ____________________________________________________________________________
71636 [  6285] By: gsar                                  on 2000/06/30  02:05:28
71637         Log: localize %INC in a Safe compartment so that use/require work
71638              (many other magic globals probably need similar treatment)
71639      Branch: perl
71640            ! ext/Opcode/Opcode.xs
71641 ____________________________________________________________________________
71642 [  6284] By: gsar                                  on 2000/06/30  01:54:54
71643         Log: tweak perlembed for multiplicity/usethreads sanity; correct notes
71644              about Windows
71645      Branch: perl
71646            ! pod/perlembed.pod
71647 ____________________________________________________________________________
71648 [  6283] By: jhi                                   on 2000/06/30  01:50:10
71649         Log: Subject: [PATCH bleedperl] File::Spec 0.82 beta
71650              From: Barrie Slaymaker <barries@jester.slaysys.com>
71651              Date: Wed, 28 Jun 2000 11:35:29 -0400
71652              Message-Id: <200006281535.LAA21095@jester.slaysys.com>
71653      Branch: perl
71654            ! lib/File/Spec.pm lib/File/Spec/Functions.pm
71655            ! lib/File/Spec/Mac.pm lib/File/Spec/OS2.pm
71656            ! lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
71657            ! lib/File/Spec/Win32.pm
71658 ____________________________________________________________________________
71659 [  6282] By: jhi                                   on 2000/06/29  22:57:22
71660         Log: Subject: [PATCH 5.6.0]ITHREADs for VMS
71661              From: Dan Sugalski <dan@sidhe.org>
71662              Date: Tue, 06 Jun 2000 11:59:50 -0400
71663              Message-Id: <4.3.2.7.0.20000606115752.01c82220@24.8.96.48>
71664      Branch: cfgperl
71665            ! vms/vms.c
71666 ____________________________________________________________________________
71667 [  6281] By: jhi                                   on 2000/06/29  22:52:50
71668         Log: Subject: [PATCH 5.6.0] utils/h2xs.PL
71669              From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
71670              Date: Wed, 7 Jun 2000 04:02:04 -0500
71671              Message-ID: <20000607040201.A22568@staff1.cso.uiuc.edu>
71672      Branch: cfgperl
71673            ! utils/h2xs.PL
71674 ____________________________________________________________________________
71675 [  6280] By: jhi                                   on 2000/06/29  22:45:47
71676         Log: Subject: Re: backwards compatibility in h2xs and makemaker  [PATCH]
71677              From: rspier@pobox.com (Robert Spier)
71678              Date: Wed, 7 Jun 2000 12:47:37 -0400 (EDT)
71679              Message-ID: <14654.31913.845602.610277@rls.cx>
71680      Branch: cfgperl
71681            ! utils/h2xs.PL
71682 ____________________________________________________________________________
71683 [  6279] By: jhi                                   on 2000/06/29  22:38:16
71684         Log: Subject: [ID 20000602.002] [PATCH] perlsub.pod: ambiguous usage of "closure"
71685              From: Tim Ayers <tayers@bridge.com>
71686              Date: Thu, 08 Jun 2000 08:11:06 +0200
71687              Message-id: <393F38FA.9B5F4C7D@m.dasa.de>
71688              [resent by Richard Foley, Message-Id probably wrong]
71689      Branch: cfgperl
71690            ! pod/perlsub.pod
71691 ____________________________________________________________________________
71692 [  6278] By: jhi                                   on 2000/06/29  22:21:45
71693         Log: Subject: [ID 20000609.002] Text::Wrap::wrap does not handle multiline strings properly
71694              From: "Milton L. Hankins" <mlh@swl.msd.ray.com>
71695              Date: Fri, 09 Jun 2000 12:39:27 -0400
71696              Message-Id: <39411DBF.A04BB1A@swl.msd.ray.com>
71697              (plus update the version "number" of Text::Wrap)
71698      Branch: cfgperl
71699            ! lib/Text/Wrap.pm
71700 ____________________________________________________________________________
71701 [  6277] By: jhi                                   on 2000/06/29  22:13:10
71702         Log: Subject: [PATCH] Re: [ID 20000612.001] map {chop; $_} (Literals problem)
71703              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
71704              Date: Mon, 12 Jun 2000 14:55:59 +0100
71705              Message-Id: <E131Uh5-0002cj-00@ursa.cus.cam.ac.uk>
71706      Branch: cfgperl
71707            ! pod/perlfunc.pod
71708 ____________________________________________________________________________
71709 [  6276] By: jhi                                   on 2000/06/29  22:11:06
71710         Log: Subject: [PATCH] Re: eval documentation: context
71711              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
71712              Date: Mon, 12 Jun 2000 15:07:29 +0100
71713              Message-Id: <E131UsD-0002ke-00@ursa.cus.cam.ac.uk>
71714      Branch: cfgperl
71715            ! pod/perlfunc.pod
71716 ____________________________________________________________________________
71717 [  6275] By: jhi                                   on 2000/06/29  21:59:46
71718         Log: Subject: [PATCH] 5.6.0 lib/Pod/{Html,Man,Text}.pm
71719              From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
71720              Date: Tue, 13 Jun 2000 02:43:48 -0500
71721              Message-ID: <20000613024347.A28388@staff2.cso.uiuc.edu>
71722      Branch: cfgperl
71723            ! lib/Pod/Html.pm lib/Pod/Man.pm lib/Pod/Text.pm
71724 ____________________________________________________________________________
71725 [  6274] By: jhi                                   on 2000/06/29  21:56:14
71726         Log: Subject: [ID 20000614.003] 5.6.0 File/Glob.pm incompatibility
71727              From: Andy Dougherty <doughera@lafayette.edu>
71728              Date: Wed, 14 Jun 2000 13:33:32 -0400 (EDT)
71729              Message-Id: <Pine.SOL.4.10.10006141332220.3643-100000@maxwell.phys.lafayette.edu>
71730      Branch: cfgperl
71731            ! ext/File/Glob/Glob.pm
71732 ____________________________________________________________________________
71733 [  6273] By: jhi                                   on 2000/06/29  21:49:09
71734         Log: Subject: [PATCH] xsub attributes
71735              From: Doug MacEachern <dougm@covalent.net>
71736              Date: Wed, 14 Jun 2000 15:09:22 -0700 (PDT)
71737              Message-ID: <Pine.LNX.4.10.10006141456050.340-100000@mojo.covalent.net>
71738      Branch: cfgperl
71739            ! embed.h embed.pl embedvar.h global.sym lib/ExtUtils/xsubpp
71740            ! objXSUB.h op.c perlapi.c perlapi.h proto.h
71741 ____________________________________________________________________________
71742 [  6272] By: jhi                                   on 2000/06/29  21:41:28
71743         Log: Subject: [ID 20000614.005] [patch] Tweak to Net::Ping docs
71744              From: Tom Phoenix <rootbeer@redcat.com>
71745              Received: (qmail 6398 invoked by uid 508); 15 Jun 2000 00:30:54 -0000
71746              Date: Wed, 14 Jun 2000 17:30:37 -0700 (PDT)
71747      Branch: cfgperl
71748            ! lib/Net/Ping.pm
71749 ____________________________________________________________________________
71750 [  6271] By: jhi                                   on 2000/06/29  21:36:55
71751         Log: Subject: PATCH pod/perltie.pod
71752              From: Ian Phillipps <Ian.Phillipps@iname.com>
71753              Date: Fri, 16 Jun 2000 00:17:19 +0100
71754              Message-ID: <20000616001719.A17108@homer.diplex.co.uk>
71755              (only the first hunk, the second hunk had already been done
71756              by some other patch)
71757      Branch: cfgperl
71758            ! pod/perltie.pod
71759 ____________________________________________________________________________
71760 [  6270] By: jhi                                   on 2000/06/29  21:24:51
71761         Log: Subject: PATCH (Re: [ID 20000612.004] Should regression tests fail if user doesn't build XS extensions?)
71762              From: Nicholas Clark <nick@talking.bollo.cx>
71763              Date: Fri, 23 Jun 2000 16:21:15 +0100
71764              Message-ID: <20000623162115.A19894@Bagpuss.unfortu.net>
71765      Branch: cfgperl
71766            ! t/lib/anydbm.t t/lib/dprof.t t/lib/dumper-ovl.t t/lib/dumper.t
71767            ! t/lib/hostname.t t/lib/ipc_sysv.t t/op/taint.t
71768 ____________________________________________________________________________
71769 [  6269] By: jhi                                   on 2000/06/29  19:38:15
71770         Log: Regen headers for #6261 (and update embed.pl for this) and #6267,
71771              silence few compiler warnings.
71772      Branch: cfgperl
71773            ! doop.c embed.pl global.sym objXSUB.h op.c proto.h toke.c
71774 ____________________________________________________________________________
71775 [  6268] By: jhi                                   on 2000/06/29  18:21:50
71776         Log: Subject: [PATCH perl-current] Make op/sprintf.t more comprehensive
71777              From: Dominic Dunlop <domo@computer.org> 
71778              Date: Thu, 29 Jun 2000 12:32:39 +0200 
71779              Message-Id: <p04320403b580cc1338db@[192.168.1.4]> 
71780      Branch: cfgperl
71781            ! t/op/sprintf.t
71782 ____________________________________________________________________________
71783 [  6267] By: jhi                                   on 2000/06/29  18:16:07
71784         Log: Subject: Re: [PATCH] Re: Speeding up method lookups 
71785              From: Doug MacEachern <dougm@covalent.net>
71786              Date: Sun, 18 Jun 2000 13:24:55 -0700 (PDT)
71787              Message-ID: <Pine.LNX.4.10.10006181306031.397-100000@mojo.covalent.net>
71788      Branch: cfgperl
71789            + t/op/method2entersub.t
71790            ! MANIFEST embed.pl lib/ExtUtils/Install.pm lib/File/Spec/Mac.pm
71791            ! lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
71792            ! lib/File/Spec/Win32.pm lib/base.pm op.c perl.h t/op/sprintf.t
71793            ! xsutils.c
71794 ____________________________________________________________________________
71795 [  6266] By: jhi                                   on 2000/06/29  15:11:15
71796         Log: Subject: [PATCH 5.6.0] cygwin port
71797              Message-ID: <779F20BCCE5AD31186A50008C75D997917173C@silldn_mail1.sanwaint.com>
71798              From: "Fifer, Eric" <EFifer@sanwaint.com>
71799              Date: Thu, 29 Jun 2000 12:58:29 +0100
71800      Branch: cfgperl
71801            ! cygwin/Makefile.SHs
71802 ____________________________________________________________________________
71803 [  6265] By: jhi                                   on 2000/06/29  15:04:05
71804         Log: Subject: Re: [ID 20000628.006] POSIX::STRERR_FILENO typo
71805              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
71806              Date: Wed, 28 Jun 2000 17:50:12 -0700
71807              Message-ID: <E1pW5gzkg2kV092yn@efn.org>
71808      Branch: cfgperl
71809            ! ext/POSIX/POSIX.pm ext/POSIX/POSIX.pod ext/POSIX/POSIX.xs
71810 ____________________________________________________________________________
71811 [  6264] By: jhi                                   on 2000/06/29  15:00:57
71812         Log: Subject: [ID 20000628.004] Re: Problem compiling perl? [BSDI-Support-Request #71232]
71813              From: Marty Lucich <marty@netcom.com>
71814              Date: Wed, 28 Jun 2000 14:16:05 -0700 (PDT)
71815              Message-Id: <200006282116.OAA11148@netcom.com>
71816              ccdlflags update (the BSD/OS 4.1 part had already been taken
71817              care of by #6141).
71818      Branch: cfgperl
71819            ! hints/bsdos.sh
71820 ____________________________________________________________________________
71821 [  6263] By: jhi                                   on 2000/06/29  13:47:44
71822         Log: tr fixes from Simon Cozens
71823      Branch: cfgperl
71824            ! doop.c
71825 ____________________________________________________________________________
71826 [  6262] By: jhi                                   on 2000/06/28  18:46:01
71827         Log: Subject: 5.6.0 Patch for EPOC
71828              From: Olaf Flebbe <o.flebbe@gmx.de>
71829              Date: Tue, 13 Jun 2000 22:59:29 +0200 (MEST)
71830              Message-ID: <23449.960929969@www11.gmx.net>
71831      Branch: cfgperl
71832            ! README.epoc epoc/config.sh epoc/createpkg.pl epoc/epocish.c
71833            ! epoc/epocish.h
71834 ____________________________________________________________________________
71835 [  6261] By: jhi                                   on 2000/06/28  18:29:07
71836         Log: Subject: Re: [PATCH cfgperl] BOMs away!
71837              From: simon@brecon.co.uk (Simon Cozens)
71838              Date: 17 Jun 2000 11:49:57 GMT
71839              Message-ID: <slrn8kmpf5.8pl.simon@justanother.perlhacker.org>
71840      Branch: cfgperl
71841            ! pod/perldiag.pod t/comp/require.t toke.c
71842 ____________________________________________________________________________
71843 [  6260] By: jhi                                   on 2000/06/28  17:47:16
71844         Log: Subject: Re: [PATCH] pack('U',$foo) doesn't UTF8
71845              From: simon@brecon.co.uk (Simon Cozens) 
71846              Date: 17 Jun 2000 11:56:44 GMT 
71847              Message-ID: <slrn8kmprs.8pl.simon@justanother.perlhacker.org> 
71848              pack U0, pack C0
71849      Branch: cfgperl
71850            ! pod/perlfunc.pod pp.c t/op/pack.t
71851 ____________________________________________________________________________
71852 [  6259] By: jhi                                   on 2000/06/28  16:43:17
71853         Log: perlnewmod was missing from MANIFEST.
71854      Branch: cfgperl
71855            ! MANIFEST
71856 ____________________________________________________________________________
71857 [  6258] By: jhi                                   on 2000/06/28  15:54:30
71858         Log: linenumber tweak
71859      Branch: cfgperl
71860            ! t/pragma/warn/regcomp
71861 ____________________________________________________________________________
71862 [  6257] By: jhi                                   on 2000/06/28  15:50:44
71863         Log: Subject: Re: [PATCH] "Constant subroutine redefined" mandatory warning
71864              From: Doug MacEachern <dougm@covalent.net>
71865              Date: Sun, 25 Jun 2000 12:11:28 -0700 (PDT)
71866              Message-ID: <Pine.LNX.4.10.10006251209191.461-100000@mojo.covalent.net>
71867              (one part of the patch had been applied earlier)
71868      Branch: cfgperl
71869            ! op.c sv.c t/pragma/constant.t t/pragma/warn/op
71870 ____________________________________________________________________________
71871 [  6256] By: jhi                                   on 2000/06/28  15:40:22
71872         Log: tweaks from Simon Cozens to further fix tr/// under utf8
71873      Branch: cfgperl
71874            ! doop.c
71875 ____________________________________________________________________________
71876 [  6255] By: jhi                                   on 2000/06/28  15:33:45
71877         Log: small thinko tweaks
71878      Branch: cfgperl
71879            ! lib/IPC/Open3.pm t/op/my_stash.t
71880 ____________________________________________________________________________
71881 [  6254] By: jhi                                   on 2000/06/28  15:33:25
71882         Log: Subject: tr///, help wanted.
71883              From: simon@brecon.co.uk (Simon Cozens)
71884              Date: 28 Jun 2000 11:29:04 GMT
71885              Message-ID: <slrn8ljoc0.fbd.simon@justanother.perlhacker.org>
71886      Branch: cfgperl
71887            ! doop.c embed.h embed.pl embedvar.h global.sym objXSUB.h
71888            ! pp_proto.h proto.h t/op/tr.t
71889 ____________________________________________________________________________
71890 [  6253] By: jhi                                   on 2000/06/28  15:09:17
71891         Log: Paranoia tweak on #6249.
71892              Subject: Re: [PATCH 5.6.0 IPC/Open3.pm] Allow the use of numeric fd's
71893              From: Ronald J Kimball <rjk@linguist.dartmouth.edu>
71894              Date: Sun, 25 Jun 2000 23:43:12 -0400
71895              Message-ID: <20000625234312.B74147@linguist.dartmouth.edu>
71896      Branch: cfgperl
71897            ! lib/IPC/Open3.pm
71898 ____________________________________________________________________________
71899 [  6252] By: jhi                                   on 2000/06/28  15:01:38
71900         Log: Document #6249 and #6251.
71901      Branch: cfgperl
71902            ! lib/Exporter.pm lib/IPC/Open3.pm
71903 ____________________________________________________________________________
71904 [  6251] By: jhi                                   on 2000/06/28  14:50:43
71905         Log: Subject: [PATCH] inline AUTOLOADed constants via Exporter.pm
71906              From: Doug MacEachern <dougm@covalent.net>
71907              Date: Fri, 23 Jun 2000 00:16:39 -0700 (PDT)
71908              Message-ID: <Pine.LNX.4.10.10006230009400.322-100000@mojo.covalent.net>
71909      Branch: cfgperl
71910            ! lib/Exporter.pm
71911 ____________________________________________________________________________
71912 [  6250] By: jhi                                   on 2000/06/28  14:45:23
71913         Log: Subject: Re: [PATCH] support 'my __PACKAGE__ $obj = ...'
71914              From: Doug MacEachern <dougm@covalent.net>
71915              Date: Tue, 27 Jun 2000 14:17:28 -0700 (PDT)
71916              Message-ID: <Pine.LNX.4.10.10006271412340.7587-100000@mojo.covalent.net>
71917      Branch: cfgperl
71918            + t/op/my_stash.t
71919            ! MANIFEST embed.pl global.sym proto.h toke.c
71920 ____________________________________________________________________________
71921 [  6249] By: jhi                                   on 2000/06/28  14:36:34
71922         Log: Subject: Re: [PATCH 5.6.0 IPC/Open3.pm] Allow the use of numeric fd's 
71923              From: Frank Tobin <ftobin@uiuc.edu>
71924              Date: Sun, 25 Jun 2000 19:00:58 -0500 (CDT)
71925              Message-ID: <Pine.BSF.4.21.0006251855340.20487-100000@srh0902.urh.uiuc.edu>
71926      Branch: cfgperl
71927            ! lib/IPC/Open3.pm
71928 ____________________________________________________________________________
71929 [  6248] By: jhi                                   on 2000/06/28  14:11:25
71930         Log: Subject: DOC PATCH 5.6.0: perlfunc/sprintf does not contain an example
71931              From: Mark-Jason Dominus <mjd@plover.com>
71932              Date: Tue, 27 Jun 2000 22:36:42 -0400
71933              Message-ID: <20000628023642.12166.qmail@plover.com>
71934      Branch: cfgperl
71935            ! pod/perlfunc.pod
71936 ____________________________________________________________________________
71937 [  6247] By: jhi                                   on 2000/06/27  12:46:37
71938         Log: Tweak $VERSION, patch from Doug MacEachern.
71939      Branch: cfgperl
71940            ! lib/File/Spec.pm
71941 ____________________________________________________________________________
71942 [  6246] By: jhi                                   on 2000/06/27  03:34:46
71943         Log: Allow for standalone testing.
71944      Branch: cfgperl
71945            ! t/lib/filefunc.t t/lib/filespec.t
71946 ____________________________________________________________________________
71947 [  6245] By: jhi                                   on 2000/06/27  02:50:02
71948         Log: Subject: [ID 20000624.001] PERL_DL_DEBUG=1 DynaLoader message appears to be wrong
71949              From: Nicholas Clark <nick@Bagpuss.unfortu.net>
71950              Date: Sat, 24 Jun 2000 13:06:20 +0100
71951              Message-Id: <200006241206.NAA03771@Bagpuss.unfortu.net>
71952      Branch: cfgperl
71953            ! ext/DynaLoader/DynaLoader_pm.PL
71954 ____________________________________________________________________________
71955 [  6244] By: jhi                                   on 2000/06/27  02:46:10
71956         Log: Subject: [PATCH] avoid mg_ptr in '*' magic
71957              From: Doug MacEachern <dougm@covalent.net>
71958              Date: Sun, 25 Jun 2000 11:16:08 -0700 (PDT)
71959              Message-ID: <Pine.LNX.4.10.10006251045190.461-100000@mojo.covalent.net>
71960      Branch: cfgperl
71961            ! gv.c sv.c t/lib/peek.t
71962 ____________________________________________________________________________
71963 [  6243] By: jhi                                   on 2000/06/27  02:38:07
71964         Log: Subject: [PATCH] is_utf8_string
71965              From: simon@brecon.co.uk (Simon Cozens)
71966              Date: 26 Jun 2000 02:25:59 GMT
71967              Message-ID: <slrn8ldfpn.h5k.simon@justanother.perlhacker.org>
71968      Branch: cfgperl
71969            ! embed.h embed.pl embedvar.h global.sym objXSUB.h perlapi.c
71970            ! perlapi.h pod/perlapi.pod pod/perlintern.pod pp_proto.h
71971            ! proto.h utf8.c
71972 ____________________________________________________________________________
71973 [  6242] By: jhi                                   on 2000/06/27  02:24:00
71974         Log: Subject: [PATCH] bytes<->utf8 fixes
71975              From: simon@brecon.co.uk (Simon Cozens)
71976              Date: 26 Jun 2000 04:55:45 GMT
71977              Message-ID: <slrn8ldoih.fbd.simon@justanother.perlhacker.org>
71978      Branch: cfgperl
71979            ! embed.pl perlapi.c pod/perlapi.pod proto.h utf8.c
71980 ____________________________________________________________________________
71981 [  6241] By: jhi                                   on 2000/06/27  02:12:42
71982         Log: Do no -warn on \_, only on \alpha.
71983              Subject: New Unrecognized escape warning for /\_/ from activestate perl-current5.6.0
71984              From: David Dyck <dcd@tc.fluke.com>
71985              Date: Mon, 26 Jun 2000 09:32:02 -0700 (PDT)
71986              Message-ID: <Pine.LNX.4.05.10006260830280.3054-100000@dd.tc.fluke.com>
71987      Branch: cfgperl
71988            ! regcomp.c t/pragma/warn/regcomp t/pragma/warn/toke toke.c
71989 ____________________________________________________________________________
71990 [  6240] By: jhi                                   on 2000/06/27  02:00:01
71991         Log: Subject: [ID 20000626.007] h2xs man page contains trailing garbage
71992              From: Nicholas Clark <nick@Bagpuss.unfortu.net>
71993              Date: Mon, 26 Jun 2000 18:40:14 +0100
71994              Message-Id: <200006261740.SAA02740@Bagpuss.unfortu.net>
71995      Branch: cfgperl
71996            ! utils/h2xs.PL
71997 ____________________________________________________________________________
71998 [  6239] By: jhi                                   on 2000/06/27  01:53:40
71999         Log: Configure maintenance.  Sever some dependency cycles,
72000              separate gccversion from the cc unit,
72001              address [ID 20000623.006] Configure script patch for using gcc on AIX
72002              (but solve it a little bit differently),
72003              unduplex some accidentally duplicated units,
72004              suggest using gcc if no cc available
72005              (p5p thread: "Solaris configure: counterproposal", 1999-09)
72006      Branch: cfgperl
72007            ! Configure Todo-5.6 config_h.SH
72008      Branch: metaconfig
72009            ! U/modified/Config_h.U U/modified/cc.U U/modified/cpp_stuff.U
72010            ! U/modified/libs.U U/modified/models.U U/modified/usrinc.U
72011      Branch: metaconfig/U/perl
72012            + gccvers.U
72013            ! d_getespwnam.U d_getprpwnam.U i_prot.U
72014 ____________________________________________________________________________
72015 [  6238] By: jhi                                   on 2000/06/25  18:04:56
72016         Log: Subject: [PATCH 5.6.0] XS module loading fixup for VMS
72017              From: Dan Sugalski <dan@sidhe.org>
72018              Date: Fri, 23 Jun 2000 17:00:00 -0400
72019              Message-Id: <4.3.2.7.0.20000623165934.00c93d10@24.8.96.48>
72020      Branch: cfgperl
72021            ! lib/ExtUtils/MM_VMS.pm vms/vms.c
72022 ____________________________________________________________________________
72023 [  6237] By: jhi                                   on 2000/06/25  16:36:45
72024         Log: Tweak embed.pl, regen headers.
72025      Branch: cfgperl
72026            ! embed.h embed.pl embedvar.h ext/B/B/Asmdata.pm
72027            ! ext/ByteLoader/byterun.c ext/ByteLoader/byterun.h global.sym
72028            ! keywords.h lib/warnings.pm objXSUB.h opcode.h opnames.h
72029            ! perlapi.c perlapi.h pod/perlapi.pod pod/perlintern.pod pp.sym
72030            ! pp_proto.h proto.h regnodes.h utf8.c warnings.h
72031 ____________________________________________________________________________
72032 [  6236] By: jhi                                   on 2000/06/25  15:26:42
72033         Log: Regen headers.
72034      Branch: cfgperl
72035            ! embed.h embedvar.h ext/B/B/Asmdata.pm ext/ByteLoader/byterun.c
72036            ! ext/ByteLoader/byterun.h global.sym keywords.h lib/warnings.pm
72037            ! objXSUB.h opcode.h opnames.h perlapi.c perlapi.h
72038            ! pod/perlapi.pod pod/perlintern.pod pp.sym pp_proto.h proto.h
72039            ! regnodes.h warnings.h
72040 ____________________________________________________________________________
72041 [  6235] By: jhi                                   on 2000/06/23  19:39:35
72042         Log: The thread begun by
72043              Subject: [ID 20000616.001] Typo on line 390 of .../hints/solaris_2.sh
72044              From: Kevin.Ruscoe@ubsw.com
72045              Date: Fri, 16 Jun 2000 16:38:51 +0100
72046              Message-Id: <H000019b03c300d6@MHS>
72047      Branch: cfgperl
72048            ! hints/solaris_2.sh
72049 ____________________________________________________________________________
72050 [  6234] By: jhi                                   on 2000/06/23  19:23:36
72051         Log: Prefer C:/temp in Win32 as File::Spec->tmpdir to /tmp
72052              because when run as services (Win32ese for daemons)
72053              no environment variables are set and tmpdir ends up as /tmp,
72054              which is ambiguous.
72055              
72056              Subject:[ID 20000616.002] File::Spec->tmpdir broken when running as service
72057              From: matt@sergeant.org
72058              Date: 16 Jun 2000 16:30:43 -0000
72059              Message-Id: <20000616163043.26398.qmail@mail.sergeant.org>
72060      Branch: cfgperl
72061            ! lib/File/Spec/Win32.pm
72062 ____________________________________________________________________________
72063 [  6233] By: jhi                                   on 2000/06/23  19:18:58
72064         Log: Subject: PATCH 5.6.0: Document OPf_SPECIAL flag in regcomp op nodes
72065              From: Mark-Jason Dominus <mjd@plover.com>
72066              Date: Fri, 16 Jun 2000 20:53:04 -0400
72067              Message-ID: <20000617005304.8008.qmail@plover.com>
72068      Branch: cfgperl
72069            ! op.h
72070 ____________________________________________________________________________
72071 [  6232] By: jhi                                   on 2000/06/23  16:10:02
72072         Log: Subject: PATCH: pod/perlutil.pod - utilities packaged with the Perl distribution
72073              From: simon@brecon.co.uk (Simon Cozens)
72074              Date: 19 Jun 2000 15:18:27 GMT
72075              Message-ID: <slrn8ksee3.cp9.simon@justanother.perlhacker.org>
72076              
72077              plus update pod/Makefile and regenerate perltoc
72078      Branch: cfgperl
72079            + pod/perlutil.pod
72080            ! MANIFEST Todo-5.6 pod/Makefile pod/perltoc.pod pod/roffitall
72081 ____________________________________________________________________________
72082 [  6231] By: jhi                                   on 2000/06/23  15:19:18
72083         Log: Subject: [PATCH 5.6.0] cygwin port
72084              From: "Fifer, Eric" <EFifer@sanwaint.com>
72085              Date: Tue, 20 Jun 2000 14:30:58 +0100
72086              Message-ID: <779F20BCCE5AD31186A50008C75D9979171734@silldn_mail1.sanwaint.com>
72087      Branch: cfgperl
72088            ! README.cygwin lib/File/Find.pm
72089 ____________________________________________________________________________
72090 [  6230] By: jhi                                   on 2000/06/23  14:25:21
72091         Log: Upgrade to File::Spec 0.810_01 from CPAN by Barrie Slaymaker.
72092      Branch: cfgperl
72093            ! lib/File/Spec.pm lib/File/Spec/Functions.pm
72094            ! lib/File/Spec/Mac.pm lib/File/Spec/OS2.pm
72095            ! lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
72096            ! lib/File/Spec/Win32.pm t/lib/filefunc.t t/lib/filespec.t
72097 ____________________________________________________________________________
72098 [  6229] By: jhi                                   on 2000/06/23  14:13:34
72099         Log: Subject: README.hpux version 0.6.1
72100              Date: Tue, 20 Jun 2000 15:25:51 -0700 (PDT)
72101              From: Jeff Okamoto <okamoto@xfiles.intercon.hp.com>
72102              Message-Id: <200006202225.PAA26205@xfiles.intercon.hp.com>
72103      Branch: cfgperl
72104            ! README.hpux
72105 ____________________________________________________________________________
72106 [  6228] By: jhi                                   on 2000/06/23  14:07:20
72107         Log: Subject: [PATCH] "Constant subroutine redefined" mandatory warning
72108              From: Doug MacEachern <dougm@covalent.net>
72109              Date: Tue, 20 Jun 2000 21:23:56 -0700 (PDT)
72110              Message-ID: <Pine.LNX.4.10.10006202116340.321-100000@mojo.covalent.net>
72111      Branch: cfgperl
72112            ! op.c
72113 ____________________________________________________________________________
72114 [  6227] By: jhi                                   on 2000/06/23  14:01:06
72115         Log: Subject: [PATCH] lib.pm -> lib.pm.PL
72116              From: Doug MacEachern <dougm@covalent.net>
72117              Date: Tue, 20 Jun 2000 22:14:41 -0700 (PDT)
72118              Message-ID: <Pine.LNX.4.10.10006202208210.321-100000@mojo.covalent.net>
72119      Branch: cfgperl
72120            + lib/lib.pm.PL
72121            - lib/lib.pm
72122            ! MANIFEST Makefile.SH
72123 ____________________________________________________________________________
72124 [  6226] By: jhi                                   on 2000/06/23  13:53:07
72125         Log: Subject: [PATCH] remove forward declarations in Socket.pm
72126              From: Doug MacEachern <dougm@covalent.net>
72127              Date: Tue, 20 Jun 2000 21:54:12 -0700 (PDT)
72128              Message-ID: <Pine.LNX.4.10.10006202149190.321-100000@mojo.covalent.net>
72129              
72130              From: Doug MacEachern <dougm@covalent.net>
72131              Subject: Re: [PATCH] remove forward declarations in Socket.pm
72132              Date: Fri, 23 Jun 2000 00:09:29 -0700 (PDT)
72133              Message-ID: <Pine.LNX.4.10.10006222349440.322-100000@mojo.covalent.net>
72134      Branch: cfgperl
72135            ! ext/Socket/Socket.pm op.c
72136 ____________________________________________________________________________
72137 [  6225] By: jhi                                   on 2000/06/23  13:41:52
72138         Log: Add source code filenames to apidoc.
72139              From: simon@brecon.co.uk (Simon Cozens)
72140              Subject: [PATCH embed.pl] Source X-ref
72141              Date: 22 Jun 2000 02:18:49 GMT
72142              Message-ID: <slrn8l2ts8.h5k.simon@justanother.perlhacker.org>
72143      Branch: cfgperl
72144            ! embed.pl
72145 ____________________________________________________________________________
72146 [  6224] By: jhi                                   on 2000/06/23  13:32:33
72147         Log: A way to avoid English.pm performance hit.
72148              From: root <root@jester.slaysys.com>
72149              Subject: [YAPATCH English.pm] My turn to putt again
72150              Date: Thu, 22 Jun 2000 20:33:58 -0400
72151              Message-Id: <200006230033.UAA05960@jester.slaysys.com>
72152      Branch: cfgperl
72153            ! lib/English.pm t/lib/english.t
72154 ____________________________________________________________________________
72155 [  6223] By: jhi                                   on 2000/06/23  13:27:06
72156         Log: Avoid double close().
72157              Subject: [PATCH] avoid double close()
72158              From: Doug MacEachern <dougm@covalent.net>
72159              Date: Thu, 22 Jun 2000 23:08:06 -0700 (PDT)
72160              Message-ID: <Pine.LNX.4.10.10006222251260.322-100000@mojo.covalent.net>
72161      Branch: cfgperl
72162            ! doio.c
72163 ____________________________________________________________________________
72164 [  6222] By: jhi                                   on 2000/06/23  13:25:54
72165         Log: doc typo fix
72166              Subject: [PATCH] documentation typo in lib/Pod/Usage.pm
72167              From: Ian Phillipps <Ian.Phillipps@iname.com>
72168              Date: Fri, 23 Jun 2000 10:40:58 +0100
72169              Message-ID: <20000623104058.A22791@homer.diplex.co.uk>
72170      Branch: cfgperl
72171            ! lib/Pod/Usage.pm
72172 ____________________________________________________________________________
72173 [  6221] By: jhi                                   on 2000/06/23  13:24:15
72174         Log: Remove tr///CU (the feature is to be obsoleted by better interfaces).
72175              From: simon@brecon.co.uk (Simon Cozens)
72176              Subject: [PATCH] Eliminate tr///[CU][CU]
72177              Date: 23 Jun 2000 11:05:40 GMT
72178              Message-ID: <slrn8l6h44.h5k.simon@justanother.perlhacker.org>
72179      Branch: cfgperl
72180            ! doop.c embed.pl pod/perlop.pod toke.c utf8.c
72181 ____________________________________________________________________________
72182 [  6220] By: jhi                                   on 2000/06/22  16:07:51
72183         Log: Win32 patches from Benjamin Stuhl.
72184      Branch: cfgperl
72185            ! makedef.pl win32/win32.h
72186 ____________________________________________________________________________
72187 [  6219] By: jhi                                   on 2000/06/22  16:06:34
72188         Log: Bytecode patches from Benjamin Stuhl.
72189      Branch: cfgperl
72190            ! bytecode.pl ext/B/B/Assembler.pm ext/B/B/Bytecode.pm
72191            ! ext/B/O.pm ext/B/defsubs_h.PL ext/ByteLoader/ByteLoader.pm
72192            ! ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
72193 ____________________________________________________________________________
72194 [  6218] By: jhi                                   on 2000/06/15  23:54:16
72195         Log: Bytecode patches from Benjamin Stuhl.
72196      Branch: cfgperl
72197            ! ext/B/B/Assembler.pm ext/B/B/Bytecode.pm
72198 ____________________________________________________________________________
72199 [  6217] By: jhi                                   on 2000/06/09  13:38:29
72200         Log: Rename the fdpid locking and integrate with Sarathy.
72201      Branch: cfgperl
72202            ! Configure config_h.SH doio.c embed.h embed.pl embedvar.h
72203            ! global.sym gv.c intrpvar.h objXSUB.h perl.c perlapi.h pp.c
72204            ! pp_ctl.c proto.h sv.h util.c util.h vmesa/vmesa.c
72205            ! win32/win32.c
72206           !> av.h cop.h hints/solaris_2.sh t/op/runlevel.t
72207 ____________________________________________________________________________
72208 [  6216] By: gsar                                  on 2000/06/08  14:54:21
72209         Log: be more optimal about clearing @_
72210      Branch: perl
72211            ! cop.h
72212 ____________________________________________________________________________
72213 [  6215] By: gsar                                  on 2000/06/08  14:33:04
72214         Log: tweak comment about @DB::args
72215      Branch: perl
72216            ! av.h pp_ctl.c
72217 ____________________________________________________________________________
72218 [  6214] By: gsar                                  on 2000/06/08  13:57:54
72219         Log: @_ can't have junk in it even in the non-USE_ITHREADS case because
72220              caller() wants to populate @DB::args with it (causes a coredump
72221              in Carp::confess())
72222      Branch: perl
72223            ! cop.h t/op/runlevel.t
72224 ____________________________________________________________________________
72225 [  6213] By: gsar                                  on 2000/06/08  07:06:35
72226         Log: back out change#6106 (seems problematic)
72227      Branch: perl
72228            ! hints/solaris_2.sh
72229 ____________________________________________________________________________
72230 [  6212] By: jhi                                   on 2000/06/07  03:10:36
72231         Log: Continuing mopup for #6204.
72232      Branch: cfgperl
72233            ! ext/B/defsubs_h.PL
72234 ____________________________________________________________________________
72235 [  6211] By: jhi                                   on 2000/06/07  02:41:50
72236         Log: Mopup for #6204.
72237              Under the 5005 threads the t/lib/b.t for B::Deparse fails:
72238              Can't locate object method "PV" via package "B::RV" at ../lib/B/Deparse.pm line 2360.
72239              This is comes from const() where POK isn't on when expected.
72240      Branch: cfgperl
72241            ! embedvar.h ext/B/B.xs ext/B/B/Asmdata.pm
72242            ! ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
72243            ! ext/ByteLoader/byterun.c ext/ByteLoader/byterun.h perlapi.c
72244            ! perlapi.h pod/perlapi.pod
72245 ____________________________________________________________________________
72246 [  6210] By: jhi                                   on 2000/06/07  01:56:29
72247         Log: Mopup for #6207 and #6209.
72248      Branch: cfgperl
72249            ! doio.c gv.c sv.h util.c vmesa/vmesa.c win32/win32.c
72250 ____________________________________________________________________________
72251 [  6209] By: jhi                                   on 2000/06/07  01:33:12
72252         Log: Lock PL_fdpid against race conditions, based on:
72253              Subject: [PATCH 5.6.0]subprocess fixup for threads
72254              From: Dan Sugalski <dan@sidhe.org>
72255              To: perl5-porters@perl.org
72256              Date: Tue, 11 Apr 2000 17:02:32 -0400
72257              Message-Id: <4.3.0.20000411170218.01d2f580@24.8.96.48>
72258      Branch: cfgperl
72259            ! doio.c intrpvar.h perl.c sv.h util.c vmesa/vmesa.c
72260            ! win32/win32.c
72261 ____________________________________________________________________________
72262 [  6208] By: jhi                                   on 2000/06/07  01:05:23
72263         Log: Regen headers for #6207.
72264      Branch: cfgperl
72265            ! embed.h global.sym objXSUB.h proto.h
72266 ____________________________________________________________________________
72267 [  6207] By: jhi                                   on 2000/06/06  23:43:13
72268         Log: Subject: [PATCH 5.6.0] Threadsafe patches
72269              From: Dan Sugalski <dan@sidhe.org>
72270              To: perl5-porters@perl.org
72271              Date: Mon, 08 May 2000 18:08:13 -0400
72272              Message-Id: <4.3.1.0.20000508180729.02182de0@24.8.96.48>
72273      Branch: cfgperl
72274            ! embed.pl global.sym gv.c intrpvar.h perl.c pp.c pp_ctl.c
72275            ! proto.h sv.h util.c
72276 ____________________________________________________________________________
72277 [  6206] By: jhi                                   on 2000/06/06  23:21:23
72278         Log: Subject: [PATCH] Eliminate $a/$b in pod
72279              From: David Glasser <me@davidglasser.net>
72280              To: perl5-porters@perl.org
72281              Date: Mon, 29 May 2000 21:15:59 -0400
72282              Message-Id: <l03130302b558bb2640ce@[209.195.241.121]>
72283      Branch: cfgperl
72284            ! pod/perl5004delta.pod pod/perl56delta.pod pod/perlboot.pod
72285            ! pod/perlbot.pod pod/perlcall.pod pod/perldata.pod
72286            ! pod/perldbmfilter.pod pod/perldiag.pod pod/perldsc.pod
72287            ! pod/perlembed.pod pod/perlfaq4.pod pod/perlfaq6.pod
72288            ! pod/perlfaq7.pod pod/perlfilter.pod pod/perlfunc.pod
72289            ! pod/perlguts.pod pod/perllexwarn.pod pod/perllocale.pod
72290            ! pod/perlobj.pod pod/perlop.pod pod/perlref.pod pod/perlsub.pod
72291            ! pod/perlsyn.pod pod/perltie.pod pod/perltrap.pod
72292            ! pod/perlvar.pod pod/perlxs.pod
72293 ____________________________________________________________________________
72294 [  6205] By: jhi                                   on 2000/06/06  23:12:14
72295         Log: Subject: [PATCH] Win32 improvements
72296              From: "Benjamin Stuhl" <sho_pi@hotmail.com>
72297              To: gsar@activestate.com, perl5-porters@perl.org
72298              Date: Mon, 29 May 2000 17:22:24 PDT
72299              Message-ID: <20000530002224.91142.qmail@hotmail.com>
72300              (MUA had mangled many lines by wordwrapping)
72301      Branch: cfgperl
72302            ! utils/c2ph.PL win32/makefile.mk win32/win32.c win32/win32sck.c
72303 ____________________________________________________________________________
72304 [  6204] By: jhi                                   on 2000/06/06  23:01:50
72305         Log: Subject: [PATCH] B::Bytecode patches
72306              From: "Benjamin Stuhl" <sho_pi@hotmail.com>
72307              To: gsar@activestate.com, jhi@iki.fi
72308              Cc: perl5-porters@perl.org
72309              Message-ID: <20000602202526.48694.qmail@hotmail.com>
72310              (MUA had mangled many lines by wordwrapping)
72311      Branch: cfgperl
72312            ! bytecode.pl ext/B/B.pm ext/B/B.xs ext/B/B/Assembler.pm
72313            ! ext/B/B/Bytecode.pm ext/B/O.pm ext/B/defsubs_h.PL
72314            ! ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
72315            ! intrpvar.h perl.c
72316 ____________________________________________________________________________
72317 [  6203] By: jhi                                   on 2000/06/06  22:32:43
72318         Log: Subject: [PATCH] perldiag should refer to perlos2.pod not README.os2
72319              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
72320              Date: Tue, 06 Jun 2000 13:07:45 -0700
72321              Message-ID: <RoVP5gzkgmTL092yn@efn.org>
72322      Branch: cfgperl
72323            ! pod/perldiag.pod
72324 ____________________________________________________________________________
72325 [  6202] By: jhi                                   on 2000/06/06  19:38:35
72326         Log: Integrate with Sarathy.
72327      Branch: cfgperl
72328           !> perl.c
72329 ____________________________________________________________________________
72330 [  6201] By: gsar                                  on 2000/06/06  00:42:59
72331         Log: Perl_eval_pv() leaks 4 bytes every time it is called because it
72332              does a PUSHMARK that's never ever POPMARKed; in general, only
72333              Perl_call_[sp]v() need a PUSHMARK for incoming arguments;
72334              Perl_eval_[sp]v() don't because they don't take any incoming
72335              arguments (this leak has been around since the original version
72336              of perl_eval_pv() in 5.003_97e)
72337      Branch: perl
72338            ! perl.c
72339 ____________________________________________________________________________
72340 [  6200] By: jhi                                   on 2000/06/04  03:44:52
72341         Log: Update to cperl-mode.el 4.31 from
72342              ftp://ftp.math.ohio-state.edu/pub/users/ilya/cperl-mode.el
72343              Subject: A couple of notes
72344              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
72345              To: Mailing list Perl5 <perl5-porters@perl.org>
72346              Date: Sat, 3 Jun 2000 23:33:32 -0400
72347              Message-ID: <20000603233332.A6790@monk.mps.ohio-state.edu>
72348      Branch: cfgperl
72349            ! emacs/cperl-mode.el
72350 ____________________________________________________________________________
72351 [  6199] By: jhi                                   on 2000/06/03  15:11:05
72352         Log: Subject: [PATCH 5.6.0]Make perl's malloc work on VMS
72353              From: Dan Sugalski <dan@sidhe.org>
72354              To: perl5-porters@perl.org, vmsperl@perl.org
72355              Date: Fri, 02 Jun 2000 17:30:51 -0400
72356              Message-Id: <4.3.2.7.0.20000602173021.01f03570@24.8.96.48>
72357      Branch: cfgperl
72358            ! vms/descrip_mms.template vms/gen_shrfls.pl
72359 ____________________________________________________________________________
72360 [  6198] By: jhi                                   on 2000/06/03  14:59:15
72361         Log: Subject: [PATCH 5.6.0]VMS fixups so we can build with MULTIPLICITY
72362              From: Dan Sugalski <dan@sidhe.org>
72363              To: vmsperl@perl.org, perl5-porters@perl.org
72364              Date: Fri, 02 Jun 2000 16:00:41 -0400
72365              Message-Id: <4.3.2.7.0.20000602155951.01f02b20@24.8.96.48>
72366              Message-Id: <4.3.2.7.0.20000602164011.01ec8c30@24.8.96.48>
72367      Branch: cfgperl
72368            ! embed.h embed.pl embedvar.h ext/POSIX/POSIX.xs global.sym
72369            ! objXSUB.h perlapi.c perlapi.h pod/perlapi.pod
72370            ! pod/perlintern.pod proto.h vms/vms.c vms/vmsish.h
72371 ____________________________________________________________________________
72372 [  6197] By: jhi                                   on 2000/06/03  14:41:30
72373         Log: Subject: [ID 20000602.005] [PATCH]5.6.0 (DOC) tiny change to perlsyn.pod
72374              From: John Borwick <jhborwic@unity.ncsu.edu>
72375              Date: Fri, 2 Jun 2000 14:35:03 -0400 (EDT)
72376              Message-Id: <Pine.GSO.4.21.0006021420290.11432-100000@eos00du.eos.ncsu.edu>
72377      Branch: cfgperl
72378            ! pod/perlsyn.pod
72379 ____________________________________________________________________________
72380 [  6196] By: jhi                                   on 2000/06/03  14:38:09
72381         Log: Integrate with Sarathy.
72382      Branch: cfgperl
72383           !> cop.h embed.h embed.pl objXSUB.h op.c perl.c perlapi.c perly.c
72384           !> perly_c.diff pp_ctl.c proto.h scope.c scope.h sv.c toke.c
72385           !> vms/perly_c.vms
72386 ____________________________________________________________________________
72387 [  6195] By: gsar                                  on 2000/06/02  22:43:13
72388         Log: fix yet another eval"" leak under USE_ITHREADS
72389      Branch: perl
72390            ! op.c
72391 ____________________________________________________________________________
72392 [  6194] By: gsar                                  on 2000/06/02  18:22:06
72393         Log: fix small eval"" memory leaks under USE_ITHREADS
72394      Branch: perl
72395            ! cop.h embed.h embed.pl objXSUB.h op.c perl.c perlapi.c perly.c
72396            ! perly_c.diff pp_ctl.c proto.h scope.c scope.h sv.c toke.c
72397            ! vms/perly_c.vms
72398 ____________________________________________________________________________
72399 [  6193] By: jhi                                   on 2000/06/01  13:03:56
72400         Log: Signals-be-gone for microperl.
72401      Branch: cfgperl
72402            ! Todo.micro doop.c mg.c perl.c perl.h pp_sys.c util.c
72403 ____________________________________________________________________________
72404 [  6192] By: jhi                                   on 2000/06/01  12:52:02
72405         Log: Integrate with Sarathy.
72406      Branch: cfgperl
72407           +> lib/Pod/LaTeX.pm t/lib/selfloader.t
72408           !> AUTHORS MAINTAIN MANIFEST doop.c embed.pl
72409           !> ext/Devel/Peek/Peek.pm handy.h lib/SelfLoader.pm perl.c
72410           !> pod/perlapi.pod pod/perldata.pod pod/perlfaq6.pod
72411           !> pod/perlfaq9.pod pod/perlfunc.pod pod/perllocale.pod
72412           !> pod/perlre.pod pod/perltrap.pod pod/pod2latex.PL t/op/tr.t
72413           !> t/op/vec.t utils/h2xs.PL
72414 ____________________________________________________________________________
72415 [  6191] By: gsar                                  on 2000/06/01  09:38:21
72416         Log: vec() loses numericalness (modified version of patch suggested
72417              by Robin Barker)
72418      Branch: perl
72419            ! doop.c t/op/vec.t
72420 ____________________________________________________________________________
72421 [  6190] By: gsar                                  on 2000/06/01  09:26:15
72422         Log: submit missing embed.pl change
72423      Branch: perl
72424            ! embed.pl
72425 ____________________________________________________________________________
72426 [  6189] By: gsar                                  on 2000/06/01  09:05:34
72427         Log: counting tr/// corrupts later operation (from M.J.T Guy)
72428      Branch: perl
72429            ! doop.c t/op/tr.t
72430 ____________________________________________________________________________
72431 [  6188] By: gsar                                  on 2000/06/01  08:58:39
72432         Log: h2xs tweaks
72433      Branch: perl
72434            ! utils/h2xs.PL
72435 ____________________________________________________________________________
72436 [  6187] By: gsar                                  on 2000/06/01  08:50:07
72437         Log: replace pod2latex with the one in Pod-LaTeX v0.52 from CPAN
72438              (from Tim Jenness <t.jenness@jach.hawaii.edu>)
72439      Branch: perl
72440            + lib/Pod/LaTeX.pm
72441            ! AUTHORS MAINTAIN MANIFEST ext/Devel/Peek/Peek.pm
72442            ! pod/pod2latex.PL
72443 ____________________________________________________________________________
72444 [  6186] By: gsar                                  on 2000/06/01  08:24:40
72445         Log: further qualify references to "alphanumeric" (from Wolfgang Laun
72446              <wolfgang.laun@alcatel.at>)
72447      Branch: perl
72448            ! handy.h pod/perlapi.pod pod/perldata.pod pod/perlfaq6.pod
72449            ! pod/perlfaq9.pod pod/perllocale.pod pod/perlre.pod
72450 ____________________________________________________________________________
72451 [  6185] By: gsar                                  on 2000/06/01  08:12:00
72452         Log: remove incorrect documentation about implicit split to @_ in
72453              list context, which never really worked in perl 5 (from
72454              M.J.T. Guy)
72455      Branch: perl
72456            ! pod/perlfunc.pod pod/perltrap.pod
72457 ____________________________________________________________________________
72458 [  6184] By: gsar                                  on 2000/06/01  07:52:27
72459         Log: tweak for change#6127
72460      Branch: perl
72461            ! perl.c
72462 ____________________________________________________________________________
72463 [  6183] By: gsar                                  on 2000/06/01  07:41:02
72464         Log: SelfLoader can lose $@ in AUTOLOAD() (from Nicholas Clark
72465              <nick@ccl4.org>)
72466      Branch: perl
72467            + t/lib/selfloader.t
72468            ! MANIFEST lib/SelfLoader.pm
72469 ____________________________________________________________________________
72470 [  6182] By: jhi                                   on 2000/06/01  00:34:42
72471         Log: Be Cleaner Part Deux.
72472      Branch: cfgperl
72473            ! Makefile.SH
72474 ____________________________________________________________________________
72475 [  6181] By: jhi                                   on 2000/06/01  00:32:09
72476         Log: Integrate with Sarathy.
72477      Branch: cfgperl
72478           !> pp.c t/op/arith.t
72479 ____________________________________________________________________________
72480 [  6180] By: jhi                                   on 2000/06/01  00:31:13
72481         Log: microperl nits from Simon Cozens.
72482      Branch: cfgperl
72483            + uconfig.h
72484            ! MAINTAIN MANIFEST Makefile.SH Todo.micro perl.h uconfig.sh
72485            ! unixish.h
72486 ____________________________________________________________________________
72487 [  6179] By: gsar                                  on 2000/05/31  22:37:51
72488         Log: buggy modulus on UVs introduced by change#3378 (resulted in
72489              4063328477 % 65535 amounting to 27406, instead of 27407)
72490      Branch: perl
72491            ! pp.c t/op/arith.t
72492 ____________________________________________________________________________
72493 [  6178] By: jhi                                   on 2000/05/31  21:52:41
72494         Log: Be cleaner.
72495      Branch: cfgperl
72496            ! Makefile.SH
72497 ____________________________________________________________________________
72498 [  6177] By: jhi                                   on 2000/05/31  21:47:33
72499         Log: Substitution utf8 patch from Simon Cozens.
72500      Branch: cfgperl
72501            ! pp_hot.c
72502 ____________________________________________________________________________
72503 [  6176] By: jhi                                   on 2000/05/31  21:45:34
72504         Log: Single-quoted utf8 patch from Simon Cozens.
72505      Branch: cfgperl
72506            ! toke.c
72507 ____________________________________________________________________________
72508 [  6175] By: jhi                                   on 2000/05/31  21:40:18
72509         Log: Integrate with Sarathy.
72510      Branch: cfgperl
72511           !> op.c regexec.c t/lib/filefind.t t/op/re_tests t/op/wantarray.t
72512 ____________________________________________________________________________
72513 [  6174] By: jhi                                   on 2000/05/31  21:37:31
72514         Log: microperl changes from Simon Cozens; Makefile for microperl
72515              written from scratch; few casts added as microperl compilation
72516              doesn't have all prototypes available.
72517      Branch: cfgperl
72518            + Makefile.micro README.micro Todo.micro uconfig.sh
72519            ! Configure MAINTAIN MANIFEST config_h.SH doop.c mg.c op.c
72520            ! perl.c perl.h perlio.c unixish.h utf8.c util.c
72521      Branch: metaconfig
72522            + U/modified/Config_h.U
72523 ____________________________________________________________________________
72524 [  6173] By: jhi                                   on 2000/05/31  20:00:24
72525         Log: metaconfig maintenance.
72526      Branch: metaconfig
72527            + U/modified/Inhdr.U U/typedefs/inotype.U
72528      Branch: metaconfig/U/perl
72529            + d_finitel.U d_getcwd.U d_llseek.U i_fp_class.U i_iconv.U
72530            + i_ieeefp.U i_syslog.U i_sysrusage.U i_ulimit.U
72531 ____________________________________________________________________________
72532 [  6172] By: gsar                                  on 2000/05/31  05:05:42
72533         Log: fix buggy multiline matching of C<"a\nxb\n" =~ /(?!\A)x/m>
72534              (from Ilya Zakharevich)
72535      Branch: perl
72536            ! regexec.c t/op/re_tests
72537 ____________________________________________________________________________
72538 [  6171] By: gsar                                  on 2000/05/31  05:01:47
72539         Log: scalar() doesn't force scalar context when used in void context
72540              (from Simon Cozens)
72541      Branch: perl
72542            ! op.c t/op/wantarray.t
72543 ____________________________________________________________________________
72544 [  6170] By: gsar                                  on 2000/05/31  04:41:33
72545         Log: change#6142 needs tweaks to tests to work where there's no symlink()
72546              (from Helmut Jarausch <jarausch@igpm.rwth-aachen.de>)
72547      Branch: perl
72548            ! t/lib/filefind.t
72549 ____________________________________________________________________________
72550 [  6169] By: gsar                                  on 2000/05/31  04:29:49
72551         Log: integrate cfgperl contents into mainline
72552      Branch: perl
72553           +> pod/perlmodlib.PL pod/perlnewmod.pod
72554           !> (integrate 42 files)
72555 ____________________________________________________________________________
72556 [  6168] By: jhi                                   on 2000/05/30  22:53:37
72557         Log: Tweak NV_PRESERVES_UV*, vms/subconfigure.com left untouched.
72558      Branch: cfgperl
72559            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
72560            ! config_h.SH epoc/config.sh perl.h toke.c vms/subconfigure.com
72561            ! vos/config.def vos/config.h vos/config.pl vos/config_h.SH_orig
72562            ! win32/config.bc win32/config.gc win32/config.vc
72563            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
72564            ! win32/config_h.PL win32/config_sh.PL
72565      Branch: metaconfig/U/perl
72566            ! perlxv.U
72567 ____________________________________________________________________________
72568 [  6167] By: jhi                                   on 2000/05/30  22:20:21
72569         Log: tweak todo 
72570      Branch: cfgperl
72571            ! Todo-5.6
72572 ____________________________________________________________________________
72573 [  6166] By: jhi                                   on 2000/05/30  22:11:51
72574         Log: Introduce HAS_GETESPWNAM, HAS_GETPRPWNAM, and I_PROT
72575              in case somebody wants to write an extension for more
72576              shadow database interfaces.
72577      Branch: cfgperl
72578            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
72579            ! config_h.SH epoc/config.sh pp_sys.c vms/subconfigure.com
72580            ! vos/config.def vos/config.h vos/config_h.SH_orig
72581            ! win32/config.bc win32/config.gc win32/config.vc
72582            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
72583      Branch: metaconfig
72584            ! U/modified/Myinit.U
72585      Branch: metaconfig/U/perl
72586            + d_getespwnam.U d_getprpwnam.U i_prot.U
72587 ____________________________________________________________________________
72588 [  6165] By: jhi                                   on 2000/05/30  18:35:34
72589         Log: Integrate with Sarathy.
72590      Branch: cfgperl
72591           !> op.c
72592 ____________________________________________________________________________
72593 [  6164] By: jhi                                   on 2000/05/30  18:30:16
72594         Log: detypo
72595      Branch: cfgperl
72596            ! Configure config_h.SH
72597      Branch: metaconfig/U/perl
72598            ! perlxv.U
72599 ____________________________________________________________________________
72600 [  6163] By: gsar                                  on 2000/05/30  03:24:03
72601         Log: fix memory leak in C<eval "BEGIN {}"> (bug in change#4579)
72602      Branch: perl
72603            ! op.c
72604 ____________________________________________________________________________
72605 [  6162] By: gsar                                  on 2000/05/30  03:09:38
72606         Log: fix memory leak in method call optimization (change#3768);
72607              made C<eval "$x->foo()"> leak
72608      Branch: perl
72609            ! op.c
72610 ____________________________________________________________________________
72611 [  6161] By: jhi                                   on 2000/05/29  17:56:26
72612         Log: Add autogeneration of perlmodlib.pod and the new perlnewmod.pod,
72613              both from Simon Cozens.
72614      Branch: cfgperl
72615            + pod/perlmodlib.PL pod/perlnewmod.pod
72616            ! AUTHORS MAINTAIN MANIFEST pod/Makefile pod/perl.pod
72617            ! pod/perlmodlib.pod pod/perltoc.pod
72618 ____________________________________________________________________________
72619 [  6160] By: jhi                                   on 2000/05/29  17:23:55
72620         Log: Changes for the File::Temp 0.08 (change #6159) test suite
72621              to fit better into the Perl distribution test framework.
72622      Branch: cfgperl
72623            ! t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t t/lib/ftmp-security.t
72624            ! t/lib/ftmp-tempfile.t
72625 ____________________________________________________________________________
72626 [  6159] By: jhi                                   on 2000/05/29  16:55:36
72627         Log: Upgrade to File::Temp 0.08 from Tim Jenness via CPAN.
72628      Branch: cfgperl
72629            ! lib/File/Temp.pm t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
72630            ! t/lib/ftmp-security.t t/lib/ftmp-tempfile.t
72631 ____________________________________________________________________________
72632 [  6158] By: bailey                                on 2000/05/29  16:22:08
72633         Log: Add fallback to tmpfile for use in cases where user's relying on
72634              ACLs on SYS$SCRATCH to permit file creation. (based on Charles
72635              Lane's patch)
72636      Branch: vmsperl
72637            ! vms/vms.c vms/vmsish.h
72638 ____________________________________________________________________________
72639 [  6157] By: jhi                                   on 2000/05/29  03:10:36
72640         Log: Regen Configure to jive with #6149.
72641      Branch: cfgperl
72642            ! Configure
72643      Branch: metaconfig
72644            ! U/modified/Getfile.U
72645 ____________________________________________________________________________
72646 [  6156] By: jhi                                   on 2000/05/29  03:01:38
72647         Log: Integrate with Sarathy.
72648      Branch: cfgperl
72649           +> ext/DynaLoader/dl_mac.xs
72650           !> (integrate 38 files)
72651 ____________________________________________________________________________
72652 [  6155] By: gsar                                  on 2000/05/28  21:15:58
72653         Log: small bug in change#6144; remove random \xA0 character that snuck
72654              in via change#6145
72655      Branch: perl
72656            ! lib/AutoSplit.pm lib/ExtUtils/xsubpp
72657 ____________________________________________________________________________
72658 [  6154] By: gsar                                  on 2000/05/28  21:04:19
72659         Log: avoid type mismatch warning
72660      Branch: perl
72661            ! perl.c
72662 ____________________________________________________________________________
72663 [  6153] By: gsar                                  on 2000/05/28  20:58:31
72664         Log: prettier Test::Harness output on failed tests (from Nicholas Clark
72665              <nick@Bagpuss.uk.boo.com>)
72666      Branch: perl
72667            ! lib/Test/Harness.pm
72668 ____________________________________________________________________________
72669 [  6152] By: gsar                                  on 2000/05/28  20:53:42
72670         Log: cosmetic fixups of RE debug output (from Ilya Zakharevich)
72671      Branch: perl
72672            ! regexec.c
72673 ____________________________________________________________________________
72674 [  6151] By: gsar                                  on 2000/05/28  20:50:28
72675         Log: fix accidental pessimization in RE optimizer (from Ilya Zakharevich)
72676      Branch: perl
72677            ! regexec.c
72678 ____________________________________________________________________________
72679 [  6150] By: gsar                                  on 2000/05/28  20:39:58
72680         Log: perlrequick.pod updates (from Mark Kvale <kvale@phy.ucsf.edu>)
72681      Branch: perl
72682            ! pod/perlrequick.pod
72683 ____________________________________________________________________________
72684 [  6149] By: gsar                                  on 2000/05/28  20:35:16
72685         Log: OS/2 tweaks for usethreads build (from Rocco Caputo
72686              <troc@netrus.net>)
72687      Branch: perl
72688            ! Configure hints/os2.sh makedef.pl os2/Makefile.SHs
72689            ! os2/OS2/REXX/t/rx_dllld.t os2/OS2/REXX/t/rx_objcall.t
72690            ! os2/OS2/REXX/t/rx_tievar.t os2/OS2/REXX/t/rx_tieydb.t
72691            ! os2/os2.c os2/os2ish.h perl.c util.c x2p/a2p.h
72692 ____________________________________________________________________________
72693 [  6148] By: gsar                                  on 2000/05/28  20:21:07
72694         Log: close open file before chmod() (from Rocco Caputo <troc@netrus.net>)
72695      Branch: perl
72696            ! lib/ExtUtils/MM_Unix.pm
72697 ____________________________________________________________________________
72698 [  6147] By: gsar                                  on 2000/05/28  20:12:41
72699         Log: add a make entry to Config.pm so "perl -V:make" works on VMS
72700              (from Peter Prymmer)
72701      Branch: perl
72702            ! vms/subconfigure.com
72703 ____________________________________________________________________________
72704 [  6146] By: gsar                                  on 2000/05/28  20:06:15
72705         Log: doc typo
72706      Branch: perl
72707            ! lib/warnings.pm warnings.h warnings.pl
72708 ____________________________________________________________________________
72709 [  6145] By: gsar                                  on 2000/05/28  18:44:33
72710         Log: make xsubpp skip embedded pod (from Matthias Neeracher
72711              <neeri@iis.ee.ethz.ch>)
72712      Branch: perl
72713            ! lib/ExtUtils/xsubpp
72714 ____________________________________________________________________________
72715 [  6144] By: gsar                                  on 2000/05/28  18:42:49
72716         Log: MacOS support, part 2: make AutoSplit use File::Spec instead
72717              of assuming Unixisms; *UNTESTED on Unix* (from Matthias Neeracher
72718              <neeri@iis.ee.ethz.ch>)
72719      Branch: perl
72720            ! lib/AutoSplit.pm
72721 ____________________________________________________________________________
72722 [  6143] By: gsar                                  on 2000/05/28  18:41:12
72723         Log: MacOS support, part 1 (from Matthias Neeracher
72724              <neeri@iis.ee.ethz.ch>)
72725      Branch: perl
72726            + ext/DynaLoader/dl_mac.xs
72727            ! MANIFEST ext/DB_File/Makefile.PL ext/NDBM_File/Makefile.PL
72728            ! ext/POSIX/POSIX.xs lib/ExtUtils/MakeMaker.pm mg.c perl.c
72729            ! perlsfio.h pod/perlfaq4.pod pp_ctl.c proto.h toke.c util.c
72730            ! util.h
72731 ____________________________________________________________________________
72732 [  6142] By: gsar                                  on 2000/05/28  18:21:51
72733         Log: File::Find fails to chdir when chasing symlinks (from
72734              Helmut Jarausch <jarausch@igpm.rwth-aachen.de>)
72735      Branch: perl
72736            ! lib/File/Find.pm t/lib/filefind.t
72737 ____________________________________________________________________________
72738 [  6141] By: jhi                                   on 2000/05/28  14:25:15
72739         Log: BSD/OS (bsdi) hints update by Timur I. Bakeyev and Todd C. Miller,
72740              forwarded by Peter Seebach from the bsdi-users mailing list.
72741              p5p Message-Id: <200005280543.AAA24519@guild.plethora.net>
72742      Branch: perl
72743            ! hints/bsdos.sh
72744 ____________________________________________________________________________
72745 [  6140] By: jhi                                   on 2000/05/28  14:11:57
72746         Log: Integrate with Sarathy.
72747      Branch: cfgperl
72748           +> (branch 30 files)
72749           !> (integrate 93 files)
72750 ____________________________________________________________________________
72751 [  6139] By: gsar                                  on 2000/05/28  10:01:48
72752         Log: revise mktables.PL for bugs and newness in Unicode 3.0
72753              (from James Bence <jbence@amgen.com>)
72754      Branch: perl
72755            + lib/unicode/Is/BidiAL.pl lib/unicode/Is/BidiBN.pl
72756            + lib/unicode/Is/BidiLRE.pl lib/unicode/Is/BidiLRO.pl
72757            + lib/unicode/Is/BidiNSM.pl lib/unicode/Is/BidiPDF.pl
72758            + lib/unicode/Is/BidiRLE.pl lib/unicode/Is/BidiRLO.pl
72759            + lib/unicode/Is/Cf.pl lib/unicode/Is/Cs.pl
72760            + lib/unicode/Is/DCfraction.pl lib/unicode/Is/Me.pl
72761            + lib/unicode/Is/Nl.pl lib/unicode/Is/Pc.pl lib/unicode/Is/Pf.pl
72762            + lib/unicode/Is/Pi.pl lib/unicode/Is/Sk.pl
72763            + lib/unicode/Is/SylAA.pl lib/unicode/Is/SylAAI.pl
72764            + lib/unicode/Is/SylAI.pl lib/unicode/Is/SylEE.pl
72765            + lib/unicode/Is/SylII.pl lib/unicode/Is/SylN.pl
72766            + lib/unicode/Is/SylOO.pl lib/unicode/Is/SylWAA.pl
72767            + lib/unicode/Is/SylWEE.pl lib/unicode/Is/SylWII.pl
72768            + lib/unicode/Is/SylWO.pl lib/unicode/Is/SylWOO.pl
72769            + lib/unicode/Is/SylWU.pl
72770            ! MANIFEST lib/unicode/Is/Cn.pl lib/unicode/Is/Graph.pl
72771            ! lib/unicode/Is/LbrkAI.pl lib/unicode/Is/LbrkAL.pl
72772            ! lib/unicode/Is/LbrkB2.pl lib/unicode/Is/LbrkBA.pl
72773            ! lib/unicode/Is/LbrkBB.pl lib/unicode/Is/LbrkBK.pl
72774            ! lib/unicode/Is/LbrkCB.pl lib/unicode/Is/LbrkCL.pl
72775            ! lib/unicode/Is/LbrkCM.pl lib/unicode/Is/LbrkCR.pl
72776            ! lib/unicode/Is/LbrkEX.pl lib/unicode/Is/LbrkGL.pl
72777            ! lib/unicode/Is/LbrkHY.pl lib/unicode/Is/LbrkID.pl
72778            ! lib/unicode/Is/LbrkIN.pl lib/unicode/Is/LbrkIS.pl
72779            ! lib/unicode/Is/LbrkLF.pl lib/unicode/Is/LbrkNS.pl
72780            ! lib/unicode/Is/LbrkNU.pl lib/unicode/Is/LbrkOP.pl
72781            ! lib/unicode/Is/LbrkPO.pl lib/unicode/Is/LbrkPR.pl
72782            ! lib/unicode/Is/LbrkQU.pl lib/unicode/Is/LbrkSA.pl
72783            ! lib/unicode/Is/LbrkSG.pl lib/unicode/Is/LbrkSP.pl
72784            ! lib/unicode/Is/LbrkSY.pl lib/unicode/Is/LbrkXX.pl
72785            ! lib/unicode/Is/LbrkZW.pl lib/unicode/Is/Punct.pl
72786            ! lib/unicode/Is/Space.pl lib/unicode/Is/SylA.pl
72787            ! lib/unicode/Is/SylC.pl lib/unicode/Is/SylE.pl
72788            ! lib/unicode/Is/SylI.pl lib/unicode/Is/SylO.pl
72789            ! lib/unicode/Is/SylU.pl lib/unicode/Is/SylV.pl
72790            ! lib/unicode/Is/SylWA.pl lib/unicode/Is/SylWC.pl
72791            ! lib/unicode/Is/SylWE.pl lib/unicode/Is/SylWI.pl
72792            ! lib/unicode/Is/SylWV.pl lib/unicode/Is/Upper.pl
72793            ! lib/unicode/Makefile lib/unicode/mktables.PL
72794 ____________________________________________________________________________
72795 [  6138] By: gsar                                  on 2000/05/28  08:50:32
72796         Log: add note about the handling of negative indices to tied arrays
72797              (from Michael G Schwern <schwern@pobox.com>)
72798      Branch: perl
72799            ! pod/perltie.pod
72800 ____________________________________________________________________________
72801 [  6137] By: gsar                                  on 2000/05/28  08:46:10
72802         Log: fix bogus redeclaration warning for "our" variables in different
72803              scopes
72804      Branch: perl
72805            ! op.c t/pragma/strict-vars
72806 ____________________________________________________________________________
72807 [  6136] By: gsar                                  on 2000/05/28  08:31:20
72808         Log: random pod typos (from Peter Scott <Peter@PSDT.com>)
72809      Branch: perl
72810            ! ext/Devel/Peek/Peek.pm pod/perldebguts.pod
72811 ____________________________________________________________________________
72812 [  6135] By: gsar                                  on 2000/05/28  08:17:50
72813         Log: enable Test::Harness to dynamically determine column width etc.
72814              (from Rob Napier <rnapier@employees.org>)
72815      Branch: perl
72816            ! lib/Test/Harness.pm
72817 ____________________________________________________________________________
72818 [  6134] By: gsar                                  on 2000/05/28  08:13:39
72819         Log: make Test::Harness use wait.h/WCOREDUMP if available
72820              (from Ben Tilly <ben_tilly@hotmail.com>)
72821      Branch: perl
72822            ! lib/Test/Harness.pm
72823 ____________________________________________________________________________
72824 [  6133] By: gsar                                  on 2000/05/28  08:08:05
72825         Log: elide bogus test in change#6132
72826      Branch: perl
72827            ! t/pragma/warn/9enabled
72828 ____________________________________________________________________________
72829 [  6132] By: gsar                                  on 2000/05/28  08:03:14
72830         Log: warnings::enabled() doesn't fall back to looking at $^W if
72831              caller isn't using lexical warnings (from Paul Marquess)
72832      Branch: perl
72833            ! pp_ctl.c t/pragma/warn/9enabled
72834 ____________________________________________________________________________
72835 [  6131] By: gsar                                  on 2000/05/28  07:57:47
72836         Log: avoid warnings in POSIX.pm (from Barrie Slaymaker)
72837      Branch: perl
72838            ! ext/POSIX/POSIX.pm
72839 ____________________________________________________________________________
72840 [  6130] By: gsar                                  on 2000/05/28  07:29:12
72841         Log: fix places that mean C<"word" character> but say C<alphanumeric
72842              character>
72843      Branch: perl
72844            ! pod/perlfunc.pod pod/perlre.pod pod/perlretut.pod
72845 ____________________________________________________________________________
72846 [  6129] By: gsar                                  on 2000/05/28  07:18:41
72847         Log: VMS test harness tweak (from Jesper Naur <jesper.naur@post.tele.dk>)
72848      Branch: perl
72849            ! vms/test.com
72850 ____________________________________________________________________________
72851 [  6128] By: gsar                                  on 2000/05/28  07:12:55
72852         Log: new perlxstut example for passing/returning refs to arrays
72853              (from David Lowe <dlowe@pootpoot.com>)
72854      Branch: perl
72855            ! pod/perlxstut.pod
72856 ____________________________________________________________________________
72857 [  6127] By: gsar                                  on 2000/05/28  07:02:50
72858         Log: call_method(...,G_EVAL) can longjmp() out if the method probing
72859              failed (from Gisle Aas)
72860      Branch: perl
72861            ! cop.h perl.c
72862 ____________________________________________________________________________
72863 [  6126] By: gsar                                  on 2000/05/28  06:39:53
72864         Log: change#2879 broke rvalue autovivification of magicals such as ${$num}
72865              (reworked variant of patch suggested by Simon Cozens)
72866      Branch: perl
72867            ! embed.h embed.pl gv.c pod/perlapi.pod pod/perlintern.pod pp.c
72868            ! pp_hot.c proto.h t/op/gv.t
72869 ____________________________________________________________________________
72870 [  6125] By: gsar                                  on 2000/05/28  05:14:55
72871         Log: enable propagating exception objects via Perl_croak() in XS code
72872              (from Gisle Aas)
72873      Branch: perl
72874            ! util.c
72875 ____________________________________________________________________________
72876 [  6124] By: gsar                                  on 2000/05/28  05:07:28
72877         Log: integrate vmsperl contents into mainline
72878      Branch: perl
72879           !> lib/ExtUtils/MM_VMS.pm lib/File/Spec/VMS.pm t/op/lex_assign.t
72880           !> vms/ext/vmsish.pm vms/ext/vmsish.t vms/test.com vms/vms.c
72881           !> vms/vmsish.h
72882 ____________________________________________________________________________
72883 [  6123] By: gsar                                  on 2000/05/28  05:03:53
72884         Log: clarify gotcha with #line directives (from Rocco Caputo
72885              <troc@netrus.net>)
72886      Branch: perl
72887            ! pod/perldebug.pod pod/perlsyn.pod
72888 ____________________________________________________________________________
72889 [  6122] By: gsar                                  on 2000/05/28  04:58:29
72890         Log: downgrade fatal error on C<"foo@nosucharray.com"> to optional warning
72891              (from Mark-Jason Dominus)
72892      Branch: perl
72893            ! lib/ExtUtils/typemap pod/perl56delta.pod pod/perlsub.pod
72894            ! pod/perltrap.pod t/base/lex.t t/pragma/strict-vars
72895            ! t/pragma/strict.t t/pragma/warn/toke t/pragma/warnings.t
72896            ! toke.c
72897 ____________________________________________________________________________
72898 [  6121] By: bailey                                on 2000/05/25  04:46:54
72899         Log: Allow eliminate_macros() and fixpath() to handle space-delimited
72900              lists (based on fixes by Craig Berry)
72901      Branch: vmsperl
72902            ! lib/File/Spec/VMS.pm
72903 ____________________________________________________________________________
72904 [  6120] By: bailey                                on 2000/05/25  04:25:38
72905         Log: Add missing escape (Charles Lane)
72906      Branch: vmsperl
72907            ! t/op/lex_assign.t
72908 ____________________________________________________________________________
72909 [  6119] By: bailey                                on 2000/05/25  04:21:25
72910         Log: Quiet error messages in vmsish.t (Charles Lane)
72911      Branch: vmsperl
72912            ! vms/ext/vmsish.t
72913 ____________________________________________________________________________
72914 [  6118] By: bailey                                on 2000/05/25  04:17:57
72915         Log: Regularize distinction between RMS$_DNF and RMS$_DIR (Craig Berry)
72916              Flatten case labels in switch statements uniformly (Charles Bailey)
72917      Branch: vmsperl
72918            ! vms/vms.c
72919 ____________________________________________________________________________
72920 [  6117] By: bailey                                on 2000/05/25  03:58:09
72921         Log: Treat sockets as special in sys(read|write) (Charles Lane et al.)
72922      Branch: vmsperl
72923            ! vms/vmsish.h
72924 ____________________________________________________________________________
72925 [  6116] By: bailey                                on 2000/05/25  03:11:15
72926         Log: Miscellaneous cosmetic fixes (Charles Lane)
72927      Branch: vmsperl
72928            ! lib/ExtUtils/MM_VMS.pm
72929 ____________________________________________________________________________
72930 [  6115] By: bailey                                on 2000/05/25  03:10:36
72931         Log: Add bounds checking for several strings (Charles Lane)
72932      Branch: vmsperl
72933            ! vms/vms.c
72934 ____________________________________________________________________________
72935 [  6114] By: bailey                                on 2000/05/25  02:25:34
72936         Log: Urk -- undo previous removal of vmsish 'exit' change
72937      Branch: vmsperl
72938            ! vms/ext/vmsish.pm vms/vmsish.h
72939 ____________________________________________________________________________
72940 [  6113] By: bailey                                on 2000/05/24  02:24:40
72941         Log: Ugly workaround for version-specific RTL error
72942      Branch: vmsperl
72943            ! vms/vms.c
72944 ____________________________________________________________________________
72945 [  6112] By: bailey                                on 2000/05/24  02:19:55
72946         Log: Check for existence of file before trying to delete
72947      Branch: vmsperl
72948            ! vms/test.com
72949 ____________________________________________________________________________
72950 [  6111] By: bailey                                on 2000/05/23  23:35:13
72951         Log: Resync with mainline prior to post-5.6.0 updates
72952      Branch: vmsperl
72953           +> (branch 49 files)
72954            - t/lib/thread.t t/op/64bit.t t/op/nothread.t
72955            ! vms/ext/vmsish.pm
72956           !> (integrate 334 files)
72957 ____________________________________________________________________________
72958 [  6110] By: jhi                                   on 2000/05/23  19:28:32
72959         Log: todo tweak
72960      Branch: cfgperl
72961            ! Todo-5.6
72962 ____________________________________________________________________________
72963 [  6109] By: jhi                                   on 2000/05/18  17:38:54
72964         Log: Integrate with Sarathy.
72965      Branch: cfgperl
72966           !> mg.c perl.h win32/perlhost.h
72967 ____________________________________________________________________________
72968 [  6108] By: gsar                                  on 2000/05/17  02:24:56
72969         Log: reenable fake signal handling on Windows, bugs and all
72970      Branch: perl
72971            ! mg.c perl.h win32/perlhost.h
72972 ____________________________________________________________________________
72973 [  6107] By: jhi                                   on 2000/05/15  18:01:41
72974         Log: Tweak the todo list.
72975      Branch: cfgperl
72976            ! Todo-5.6
72977 ____________________________________________________________________________
72978 [  6106] By: jhi                                   on 2000/05/15  13:41:48
72979         Log: The (Configure) script refuses to go on, after asking for
72980              'You may also choose to try maximal 64-bitness....'.
72981              If answer is yes the script can't find the 'workshoplibpth.cbu' file.
72982              -- Patrick Zima
72983              p5p Message-Id: <200005151108.NAA19733@pc026991.otn.lm.dasa.de> 
72984      Branch: cfgperl
72985            ! hints/solaris_2.sh
72986 ____________________________________________________________________________
72987 [  6105] By: jhi                                   on 2000/05/11  14:37:43
72988         Log: Integrate with Sarathy.
72989      Branch: cfgperl
72990           !> embed.h embed.pl global.sym makedef.pl objXSUB.h perl.c
72991           !> perlapi.c pod/perlapi.pod proto.h win32/win32.c
72992 ____________________________________________________________________________
72993 [  6104] By: gsar                                  on 2000/05/11  03:39:07
72994         Log: PL_sys_intern was being initialized too late on windows
72995      Branch: perl
72996            ! embed.h embed.pl global.sym makedef.pl objXSUB.h perl.c
72997            ! perlapi.c pod/perlapi.pod proto.h win32/win32.c
72998 ____________________________________________________________________________
72999 [  6103] By: jhi                                   on 2000/05/09  19:42:20
73000         Log: Test tweaking for Unicos continues.
73001      Branch: cfgperl
73002            ! t/op/64bitint.t
73003 ____________________________________________________________________________
73004 [  6102] By: jhi                                   on 2000/05/09  16:47:27
73005         Log: The test suite tweak in #6101 wasn't quite right.
73006      Branch: cfgperl
73007            ! t/lib/complex.t
73008 ____________________________________________________________________________
73009 [  6101] By: jhi                                   on 2000/05/09  15:35:34
73010         Log: Hints and test tweaks for Unicos.
73011      Branch: cfgperl
73012            ! hints/unicos.sh t/lib/b.t t/lib/complex.t t/op/64bitint.t
73013 ____________________________________________________________________________
73014 [  6100] By: jhi                                   on 2000/05/08  21:15:06
73015         Log: More compilation tweakery from Allen Smith.
73016      Branch: cfgperl
73017            ! hints/irix_6.sh
73018 ____________________________________________________________________________
73019 [  6099] By: jhi                                   on 2000/05/08  19:21:18
73020         Log: Tweaks for the cc bugs from Allen Smith.
73021      Branch: cfgperl
73022            ! hints/irix_6.sh
73023 ____________________________________________________________________________
73024 [  6098] By: jhi                                   on 2000/05/08  19:13:37
73025         Log: Add a note about other, yet unsupported, shadow password APIs.
73026      Branch: cfgperl
73027            ! pp_sys.c
73028 ____________________________________________________________________________
73029 [  6097] By: jhi                                   on 2000/05/08  18:46:34
73030         Log: Add a note about possible compilation problems from Allen Smith.
73031      Branch: cfgperl
73032            ! hints/irix_6.sh
73033 ____________________________________________________________________________
73034 [  6096] By: jhi                                   on 2000/05/08  17:33:10
73035         Log: Integrate with Sarathy.
73036      Branch: cfgperl
73037           !> README.cygwin cygwin/Makefile.SHs cygwin/cygwin.c
73038           !> hints/cygwin.sh pp_sys.c sv.c win32/perlhost.h
73039 ____________________________________________________________________________
73040 [  6095] By: jhi                                   on 2000/05/08  16:21:33
73041         Log: Introduce NV_PRESERVED_BITS.  Not yet used anywhere but
73042              might be useful in future.
73043      Branch: cfgperl
73044            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
73045            ! config_h.SH
73046      Branch: metaconfig
73047            ! U/installdirs/inc_version_list.U
73048      Branch: metaconfig/U/perl
73049            ! perlxv.U
73050 ____________________________________________________________________________
73051 [  6094] By: gsar                                  on 2000/05/08  14:22:22
73052         Log: cygwin update (from Eric Fifer <efifer@sanwaint.com>)
73053      Branch: perl
73054            ! README.cygwin cygwin/Makefile.SHs cygwin/cygwin.c
73055            ! hints/cygwin.sh pp_sys.c
73056 ____________________________________________________________________________
73057 [  6093] By: gsar                                  on 2000/05/08  12:52:28
73058         Log: fork() failure to create pseudo process sets errno=EAGAIN and returns
73059              undef on windows (from Clinton Pierce <clintp@geeksalad.org>)
73060      Branch: perl
73061            ! pp_sys.c sv.c win32/perlhost.h
73062 ____________________________________________________________________________
73063 [  6092] By: jhi                                   on 2000/05/07  22:40:34
73064         Log: Regen perltoc with the fixed buildtoc.
73065      Branch: cfgperl
73066            ! pod/perltoc.pod
73067 ____________________________________________________________________________
73068 [  6091] By: jhi                                   on 2000/05/07  22:24:16
73069         Log: Integrate with Sarathy.
73070      Branch: cfgperl
73071           !> perl.c pod/buildtoc pp.c pp_hot.c sv.c t/op/quotemeta.t
73072           !> t/op/substr.t toke.c
73073 ____________________________________________________________________________
73074 [  6090] By: gsar                                  on 2000/05/07  19:47:07
73075         Log: concat doesn't preserve utf8-ness, and doesn't invalidate
73076              [NI]OK; added tests for both
73077      Branch: perl
73078            ! perl.c pp_hot.c sv.c t/op/substr.t
73079 ____________________________________________________________________________
73080 [  6089] By: gsar                                  on 2000/05/07  18:18:38
73081         Log: buildtoc tweak to fix newline lossage
73082      Branch: perl
73083            ! pod/buildtoc
73084 ____________________________________________________________________________
73085 [  6088] By: jhi                                   on 2000/05/07  16:35:36
73086         Log: Remove HAS_SETSPENT, HAS_GETSPENT, HAS_ENDSPENT,
73087              because we do not use those.  The HAS_GETSPNAM remains,
73088              though, because we still do use that.
73089      Branch: cfgperl
73090            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
73091            ! config_h.SH epoc/config.sh hints/machten.sh pod/perltoc.pod
73092            ! pp_sys.c vms/subconfigure.com vos/config.def vos/config.h
73093            ! vos/config_h.SH_orig win32/config.bc win32/config.gc
73094            ! win32/config.vc win32/config_H.bc win32/config_H.gc
73095            ! win32/config_H.vc win32/config_h.PL win32/config_sh.PL
73096 ____________________________________________________________________________
73097 [  6087] By: gsar                                  on 2000/05/07  16:05:16
73098         Log: reverse() and quotemeta() weren't preserving utf8-ness; add tests
73099      Branch: perl
73100            ! pp.c sv.c t/op/quotemeta.t t/op/substr.t toke.c
73101 ____________________________________________________________________________
73102 [  6086] By: jhi                                   on 2000/05/07  15:27:07
73103         Log: Integrate with Sarathy.
73104      Branch: cfgperl
73105           +> lib/File/Temp.pm t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
73106           +> t/lib/ftmp-security.t t/lib/ftmp-tempfile.t
73107           !> AUTHORS MAINTAIN MANIFEST iperlsys.h lib/Carp/Heavy.pm
73108           !> lib/diagnostics.pm pod/perlfunc.pod pod/perlrun.pod
73109           !> pod/perltie.pod pp.c t/lib/peek.t t/op/substr.t
73110           !> utils/perlbug.PL vms/vms.c vms/vmsish.h
73111 ____________________________________________________________________________
73112 [  6085] By: gsar                                  on 2000/05/07  05:52:02
73113         Log: repeat operator (x) doesn't preserve utf8-ness
73114      Branch: perl
73115            ! pp.c t/op/substr.t
73116 ____________________________________________________________________________
73117 [  6084] By: gsar                                  on 2000/05/07  05:39:55
73118         Log: substr() does not preserve utf8-ness (from Stefan Eissing
73119              <Eissing@medicaldataservice.de>); added tests
73120      Branch: perl
73121            ! pp.c t/op/substr.t
73122 ____________________________________________________________________________
73123 [  6083] By: gsar                                  on 2000/05/07  05:24:46
73124         Log: note about undocumented caller() return value (from M.J.T. Guy);
73125              yet another peek.t tweak
73126      Branch: perl
73127            ! pod/perlfunc.pod t/lib/peek.t
73128 ____________________________________________________________________________
73129 [  6082] By: gsar                                  on 2000/05/07  05:08:40
73130         Log: peek.t non-portable to ithreads
73131      Branch: perl
73132            ! t/lib/peek.t
73133 ____________________________________________________________________________
73134 [  6081] By: gsar                                  on 2000/05/07  04:17:04
73135         Log: better default perlbug categories for ok reports (from Richard Foley)
73136      Branch: perl
73137            ! utils/perlbug.PL
73138 ____________________________________________________________________________
73139 [  6080] By: gsar                                  on 2000/05/07  04:08:07
73140         Log: add File::Temp v0.08 from CPAN, with small tweaks to testsuite
73141              (from Tim Jenness <t.jenness@jach.hawaii.edu>)
73142      Branch: perl
73143            + lib/File/Temp.pm t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
73144            + t/lib/ftmp-security.t t/lib/ftmp-tempfile.t
73145            ! AUTHORS MAINTAIN MANIFEST
73146 ____________________________________________________________________________
73147 [  6079] By: gsar                                  on 2000/05/07  04:01:38
73148         Log: remove outdated kludge in Carp (NULLs are permitted in diagnostics now)
73149      Branch: perl
73150            ! lib/Carp/Heavy.pm
73151 ____________________________________________________________________________
73152 [  6078] By: gsar                                  on 2000/05/07  01:24:19
73153         Log: workaround for CRT bug in chdir() (from Charles Lane, via
73154              Peter Prymmer)
73155      Branch: perl
73156            ! iperlsys.h vms/vms.c vms/vmsish.h
73157 ____________________________________________________________________________
73158 [  6077] By: gsar                                  on 2000/05/07  01:22:23
73159         Log: avoid warnings in diagnostics.pm; pod tweaks (from Peter Prymmer
73160              and Tom Phoenix)
73161      Branch: perl
73162            ! lib/diagnostics.pm pod/perlrun.pod pod/perltie.pod
73163 ____________________________________________________________________________
73164 [  6076] By: gsar                                  on 2000/05/06  17:36:29
73165         Log: integrate cfgperl contents into mainline
73166      Branch: perl
73167           +> t/lib/peek.t
73168           !> Configure MANIFEST Porting/Glossary Porting/config.sh
73169           !> Porting/config_H config_h.SH ext/POSIX/POSIX.xs
73170           !> hints/unicos.sh lib/Math/Complex.pm pp_sys.c sv.c
73171           !> t/lib/complex.t t/op/grent.t t/op/pwent.t toke.c util.c
73172 ____________________________________________________________________________
73173 [  6075] By: jhi                                   on 2000/05/05  18:56:10
73174         Log: Make the test more portable.
73175      Branch: cfgperl
73176            ! t/lib/peek.t
73177 ____________________________________________________________________________
73178 [  6074] By: jhi                                   on 2000/05/05  18:49:20
73179         Log: Introduce t/lib/peek.t.
73180      Branch: cfgperl
73181            + t/lib/peek.t
73182            ! MANIFEST
73183 ____________________________________________________________________________
73184 [  6073] By: jhi                                   on 2000/05/05  14:30:45
73185         Log: Complex tweaks.
73186      Branch: cfgperl
73187            ! lib/Math/Complex.pm t/lib/complex.t
73188 ____________________________________________________________________________
73189 [  6072] By: jhi                                   on 2000/05/05  12:27:13
73190         Log: Integrate with Sarathy.
73191      Branch: cfgperl
73192           !> lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_Win32.pm
73193           !> lib/File/Spec.pm lib/File/Spec/Mac.pm lib/File/Spec/Unix.pm
73194           !> lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm perl.c
73195           !> pod/perlfunc.pod t/lib/anydbm.t win32/win32.c
73196 ____________________________________________________________________________
73197 [  6071] By: gsar                                  on 2000/05/05  02:24:46
73198         Log: misformatted perllocal.pod (from Tim Jenness
73199              <t.jenness@jach.hawaii.edu>)
73200      Branch: perl
73201            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_Win32.pm
73202 ____________________________________________________________________________
73203 [  6070] By: gsar                                  on 2000/05/05  02:16:52
73204         Log: remove misleading comment (from M.J.T. Guy)
73205      Branch: perl
73206            ! t/lib/anydbm.t
73207 ____________________________________________________________________________
73208 [  6069] By: gsar                                  on 2000/05/05  02:15:13
73209         Log: File::Spec compatibility update (from Barrie Slaymaker
73210              <barries@slaysys.com>)
73211      Branch: perl
73212            ! lib/File/Spec.pm lib/File/Spec/Mac.pm lib/File/Spec/Unix.pm
73213            ! lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm
73214 ____________________________________________________________________________
73215 [  6068] By: gsar                                  on 2000/05/05  02:01:50
73216         Log: note about values()
73217      Branch: perl
73218            ! pod/perlfunc.pod
73219 ____________________________________________________________________________
73220 [  6067] By: gsar                                  on 2000/05/05  01:33:09
73221         Log: replace direct call to sighandler() with (*PL_sighandlerp)()
73222      Branch: perl
73223            ! win32/win32.c
73224 ____________________________________________________________________________
73225 [  6066] By: gsar                                  on 2000/05/05  01:23:43
73226         Log: s/END/CHECK/
73227      Branch: perl
73228            ! perl.c
73229 ____________________________________________________________________________
73230 [  6065] By: jhi                                   on 2000/05/04  17:30:22
73231         Log: Integrate with Sarathy.
73232      Branch: cfgperl
73233           !> pp_sys.c sv.c t/pragma/utf8.t toke.c
73234 ____________________________________________________________________________
73235 [  6064] By: gsar                                  on 2000/05/04  17:26:14
73236         Log: change#5905 wasn't quite right--it's intent only applies when arguments
73237              to sv_vcatpvfn() are SVs instead of C types; back out change#5907 as well
73238      Branch: perl
73239            ! pp_sys.c sv.c
73240 ____________________________________________________________________________
73241 [  6063] By: gsar                                  on 2000/05/04  16:52:29
73242         Log: tokeq() could read unallocated field in argument
73243      Branch: perl
73244            ! toke.c
73245 ____________________________________________________________________________
73246 [  6062] By: gsar                                  on 2000/05/04  16:34:51
73247         Log: additional tests for utf8.t
73248      Branch: perl
73249            ! t/pragma/utf8.t
73250 ____________________________________________________________________________
73251 [  6061] By: gsar                                  on 2000/05/04  16:09:28
73252         Log: change#5921 neglected to make eq honor "use bytes"
73253      Branch: perl
73254            ! sv.c
73255 ____________________________________________________________________________
73256 [  6060] By: jhi                                   on 2000/05/04  15:30:16
73257         Log: Integrate with Sarathy.
73258      Branch: cfgperl
73259           !> perl.c regcomp.c t/pragma/utf8.t
73260 ____________________________________________________________________________
73261 [  6059] By: jhi                                   on 2000/05/04  15:26:37
73262         Log: The logic of choosing strtol/strtoul/strtoll/strtoull was wrong
73263              in natively 64-bit platforms where a long is a quad (no need
73264              for long longs).  Also added bias for IVs.
73265      Branch: cfgperl
73266            ! toke.c
73267 ____________________________________________________________________________
73268 [  6058] By: gsar                                  on 2000/05/04  00:19:14
73269         Log: printf(...) should be PerlIO_printf(PerlIO_stdout(), ...)
73270              (spotted by Donald Kinzer <dkinzer@premia.com>)
73271      Branch: perl
73272            ! perl.c
73273 ____________________________________________________________________________
73274 [  6057] By: gsar                                  on 2000/05/03  18:34:01
73275         Log: fix broken parsing of /\x{ab}/
73276      Branch: perl
73277            ! regcomp.c t/pragma/utf8.t
73278 ____________________________________________________________________________
73279 [  6056] By: jhi                                   on 2000/05/03  17:57:16
73280         Log: The search of infinity continues, this time simplified.
73281      Branch: cfgperl
73282            ! lib/Math/Complex.pm
73283 ____________________________________________________________________________
73284 [  6055] By: jhi                                   on 2000/05/03  17:45:30
73285         Log: Detypo.
73286      Branch: cfgperl
73287            ! hints/unicos.sh
73288 ____________________________________________________________________________
73289 [  6054] By: jhi                                   on 2000/05/02  22:28:27
73290         Log: Be more forgiving in POSIX about HUGE_VALL.
73291      Branch: cfgperl
73292            ! ext/POSIX/POSIX.xs
73293 ____________________________________________________________________________
73294 [  6053] By: jhi                                   on 2000/05/02  22:25:05
73295         Log: Integrate with Sarathy.
73296      Branch: cfgperl
73297           !> hints/irix_6.sh pod/perlop.pod
73298 ____________________________________________________________________________
73299 [  6052] By: jhi                                   on 2000/05/02  22:24:31
73300         Log: Unicos hint tweak.
73301      Branch: cfgperl
73302            ! hints/unicos.sh
73303 ____________________________________________________________________________
73304 [  6051] By: jhi                                   on 2000/05/02  22:21:26
73305         Log: Complex tweakery.
73306      Branch: cfgperl
73307            ! lib/Math/Complex.pm t/lib/complex.t
73308 ____________________________________________________________________________
73309 [  6050] By: jhi                                   on 2000/05/02  19:26:22
73310         Log: Use setxxent()/endxxent().
73311      Branch: cfgperl
73312            ! t/op/grent.t t/op/pwent.t
73313 ____________________________________________________________________________
73314 [  6049] By: jhi                                   on 2000/05/02  19:06:02
73315         Log: Test both the scalar and list contexts.
73316      Branch: cfgperl
73317            ! t/op/grent.t t/op/pwent.t
73318 ____________________________________________________________________________
73319 [  6048] By: gsar                                  on 2000/05/02  18:29:10
73320         Log: add note about how $( doesn't interpolate in REs (from
73321              Philip Newton <newton@ficus.frogspace.net>)
73322      Branch: perl
73323            ! pod/perlop.pod
73324 ____________________________________________________________________________
73325 [  6047] By: jhi                                   on 2000/05/02  17:41:24
73326         Log: Call getspnam() only iff needed.
73327      Branch: cfgperl
73328            ! pp_sys.c
73329 ____________________________________________________________________________
73330 [  6046] By: gsar                                  on 2000/05/02  17:07:25
73331         Log: libscheck has insufficient checks for n32 libs (from
73332              Albert Chin-A-Young <china@thewrittenword.com>)
73333      Branch: perl
73334            ! hints/irix_6.sh
73335 ____________________________________________________________________________
73336 [  6045] By: jhi                                   on 2000/05/02  13:57:17
73337         Log: Integrate with Sarathy.
73338      Branch: cfgperl
73339           !> MANIFEST Porting/makerel perl.c pod/perlretut.pod
73340           !> pod/perltrap.pod pp.c regcomp.c t/op/oct.t toke.c util.c
73341 ____________________________________________________________________________
73342 [  6044] By: gsar                                  on 2000/05/02  06:48:19
73343         Log: change#3798 broke the meaning of "\0_7_7", tr/\0_// etc.; fix it
73344              such that underscores are only ignored in literal numbers,
73345              "\x{...}", and hex/oct argument
73346      Branch: perl
73347            ! perl.c pp.c regcomp.c t/op/oct.t toke.c util.c
73348 ____________________________________________________________________________
73349 [  6043] By: gsar                                  on 2000/05/02  02:22:29
73350         Log: perlretut revisions (from Mark Kvale <kvale@phy.ucsf.edu>)
73351      Branch: perl
73352            ! pod/perlretut.pod
73353 ____________________________________________________________________________
73354 [  6042] By: gsar                                  on 2000/05/02  02:17:51
73355         Log: remove outdated perltrap entry (from Peter Scott <Peter@PSDT.com>)
73356      Branch: perl
73357            ! pod/perltrap.pod
73358 ____________________________________________________________________________
73359 [  6041] By: gsar                                  on 2000/05/02  01:53:51
73360         Log: cpio 2.4.2 on Linux creates directories in 0700 mode, adjust makerel
73361              to compensate
73362      Branch: perl
73363            ! Porting/makerel
73364 ____________________________________________________________________________
73365 [  6040] By: gsar                                  on 2000/05/02  01:51:57
73366         Log: missing files in MANIFEST
73367      Branch: perl
73368            ! MANIFEST
73369 ____________________________________________________________________________
73370 [  6039] By: jhi                                   on 2000/05/02  00:36:46
73371         Log: Infinite problems.
73372      Branch: cfgperl
73373            ! lib/Math/Complex.pm
73374 ____________________________________________________________________________
73375 [  6038] By: jhi                                   on 2000/05/02  00:06:38
73376         Log: pwent/spent #ifdef imbalance.
73377      Branch: cfgperl
73378            ! pp_sys.c
73379 ____________________________________________________________________________
73380 [  6037] By: jhi                                   on 2000/05/01  22:50:11
73381         Log: Use HUGE_VALL if applicable.
73382      Branch: cfgperl
73383            ! ext/POSIX/POSIX.xs util.c
73384 ____________________________________________________________________________
73385 [  6036] By: jhi                                   on 2000/05/01  22:20:53
73386         Log: Correct Freudian slip.
73387      Branch: cfgperl
73388            ! pp_sys.c
73389 ____________________________________________________________________________
73390 [  6035] By: jhi                                   on 2000/05/01  21:07:38
73391         Log: Continue on the pwent/spent case.
73392      Branch: cfgperl
73393            ! pp_sys.c
73394 ____________________________________________________________________________
73395 [  6034] By: jhi                                   on 2000/05/01  17:45:14
73396         Log: Integrate with Sarathy; unfortunately Sarathy's whitespace
73397              adjustments in 6032 conflicted badly with this, will have
73398              to revisit them later.
73399      Branch: cfgperl
73400           +> lib/CGI/Util.pm t/lib/cgi-pretty.t
73401           !> MANIFEST lib/CGI.pm lib/CGI/Carp.pm lib/CGI/Cookie.pm
73402           !> lib/CGI/Pretty.pm lib/CGI/Push.pm lib/English.pm
73403           !> lib/Pod/Man.pm lib/Pod/Text.pm lib/diagnostics.pm
73404           !> pod/perldiag.pod pod/perlvar.pod pp_sys.c t/lib/cgi-function.t
73405           !> t/lib/cgi-html.t t/lib/cgi-request.t
73406 ____________________________________________________________________________
73407 [  6033] By: jhi                                   on 2000/05/01  17:40:49
73408         Log: Rewrite the pwent/spent logic to be a little bit more clearer.
73409      Branch: cfgperl
73410            ! pp_sys.c
73411 ____________________________________________________________________________
73412 [  6032] By: gsar                                  on 2000/05/01  15:56:32
73413         Log: whitespace adjustments
73414      Branch: perl
73415            ! pp_sys.c
73416 ____________________________________________________________________________
73417 [  6031] By: gsar                                  on 2000/05/01  15:19:41
73418         Log: small nits in diagnostics.pm (from Robin Barker)
73419      Branch: perl
73420            ! lib/diagnostics.pm pod/perldiag.pod
73421 ____________________________________________________________________________
73422 [  6030] By: gsar                                  on 2000/05/01  08:39:18
73423         Log: introduce @LAST_MATCH_START and @LAST_MATCH_END, English aliases
73424              for @- and @+ (from Johan Vromans)
73425      Branch: perl
73426            ! lib/English.pm pod/perlvar.pod
73427 ____________________________________________________________________________
73428 [  6029] By: gsar                                  on 2000/05/01  08:16:10
73429         Log: add CGI.pm v2.66 (from Lincoln Stein)
73430      Branch: perl
73431            + lib/CGI/Util.pm t/lib/cgi-pretty.t
73432            ! MANIFEST lib/CGI.pm lib/CGI/Carp.pm lib/CGI/Cookie.pm
73433            ! lib/CGI/Pretty.pm lib/CGI/Push.pm t/lib/cgi-function.t
73434            ! t/lib/cgi-html.t t/lib/cgi-request.t
73435 ____________________________________________________________________________
73436 [  6028] By: gsar                                  on 2000/05/01  06:34:41
73437         Log: Pod::Man generates groff-incompatible macro definition (from
73438              Tom Christiansen)
73439      Branch: perl
73440            ! lib/Pod/Man.pm
73441 ____________________________________________________________________________
73442 [  6027] By: gsar                                  on 2000/05/01  06:31:36
73443         Log: podlators-1.02 update (from Russ Allbery)
73444      Branch: perl
73445            ! lib/Pod/Man.pm lib/Pod/Text.pm
73446 ____________________________________________________________________________
73447 [  6026] By: jhi                                   on 2000/04/30  23:24:23
73448         Log: Integrate with Sarathy.
73449      Branch: cfgperl
73450           !> README.win32 ext/File/Glob/Glob.pm ext/Sys/Syslog/Syslog.pm
73451           !> ext/Sys/Syslog/Syslog.xs lib/perl5db.pl
73452           !> lib/unicode/Is/Alnum.pl lib/unicode/Is/Alpha.pl
73453           !> lib/unicode/Is/Word.pl lib/unicode/mktables.PL
73454           !> pod/perl56delta.pod sv.c t/lib/b.t t/lib/open3.t
73455           !> t/lib/syslog.t toke.c win32/win32.h
73456 ____________________________________________________________________________
73457 [  6025] By: gsar                                  on 2000/04/30  18:17:47
73458         Log: Is{Alnum,Alpha,Word} don't match titlecase
73459              
73460              TODO: IsSpace is defined recursively!
73461              
73462              (both spotted by Larry)
73463      Branch: perl
73464            ! lib/unicode/Is/Alnum.pl lib/unicode/Is/Alpha.pl
73465            ! lib/unicode/Is/Word.pl lib/unicode/mktables.PL
73466 ____________________________________________________________________________
73467 [  6024] By: gsar                                  on 2000/04/30  17:50:19
73468         Log: extend "Unrecognized escape" warning to \8, \9, and \_ as well
73469              (from Hugo van der Sanden)
73470      Branch: perl
73471            ! toke.c
73472 ____________________________________________________________________________
73473 [  6023] By: gsar                                  on 2000/04/30  17:14:43
73474         Log: debugger stomps on $. (from M.J.T. Guy)
73475      Branch: perl
73476            ! lib/perl5db.pl
73477 ____________________________________________________________________________
73478 [  6022] By: gsar                                  on 2000/04/30  16:59:22
73479         Log: unbalanced LEAVE after perl_clone(...,0) (from Doug MacEachern)
73480      Branch: perl
73481            ! sv.c
73482 ____________________________________________________________________________
73483 [  6021] By: gsar                                  on 2000/04/29  21:00:08
73484         Log: remove Win2K issue in pod (fixed by change#6020)
73485      Branch: perl
73486            ! README.win32 pod/perl56delta.pod
73487 ____________________________________________________________________________
73488 [  6020] By: gsar                                  on 2000/04/29  20:51:49
73489         Log: test tweak
73490      Branch: perl
73491            ! t/lib/open3.t
73492 ____________________________________________________________________________
73493 [  6019] By: gsar                                  on 2000/04/29  20:34:27
73494         Log: windows portability tweaks
73495      Branch: perl
73496            ! t/lib/b.t win32/win32.h
73497 ____________________________________________________________________________
73498 [  6018] By: gsar                                  on 2000/04/29  19:55:24
73499         Log: make lib/syslog.t portable to systems that don't have _PATH_LOG,
73500              make _PATH_LOG() return "" if unavailable
73501      Branch: perl
73502            ! ext/File/Glob/Glob.pm ext/Sys/Syslog/Syslog.pm
73503            ! ext/Sys/Syslog/Syslog.xs t/lib/syslog.t
73504 ____________________________________________________________________________
73505 [  6017] By: jhi                                   on 2000/04/28  22:49:46
73506         Log: Integrate with Sarathy.
73507      Branch: cfgperl
73508           !> op.c perl.c pod/perldiag.pod t/lib/b.t
73509 ____________________________________________________________________________
73510 [  6016] By: jhi                                   on 2000/04/28  22:46:14
73511         Log: Do not warn that an infinity does not look like a number.
73512      Branch: cfgperl
73513            ! sv.c
73514 ____________________________________________________________________________
73515 [  6015] By: gsar                                  on 2000/04/28  22:35:49
73516         Log: tweak test for portability
73517      Branch: perl
73518            ! t/lib/b.t
73519 ____________________________________________________________________________
73520 [  6014] By: gsar                                  on 2000/04/28  22:05:31
73521         Log: glob() loading File::Glob behind the scenes may cause syntax errors
73522      Branch: perl
73523            ! op.c
73524 ____________________________________________________________________________
73525 [  6013] By: gsar                                  on 2000/04/28  21:25:22
73526         Log: tweak change#5945 to display correct switch name in diagnostic
73527      Branch: perl
73528            ! perl.c pod/perldiag.pod
73529 ____________________________________________________________________________
73530 [  6012] By: jhi                                   on 2000/04/28  21:08:12
73531         Log: Integrate with Sarathy.
73532      Branch: cfgperl
73533           !> Changes ext/IO/lib/IO/Poll.pm installperl pod/perl56delta.pod
73534           !> pod/perldelta.pod pod/perlfunc.pod pod/perlmod.pod
73535           !> t/lib/io_poll.t utils/perldoc.PL vms/subconfigure.com
73536 ____________________________________________________________________________
73537 [  6011] By: jhi                                   on 2000/04/28  21:04:46
73538         Log: &HUGE_VAL is not defined, it exists.
73539      Branch: cfgperl
73540            ! lib/Math/Complex.pm
73541 ____________________________________________________________________________
73542 [  6010] By: gsar                                  on 2000/04/28  21:02:58
73543         Log: clarify note about shadow password support (from
73544              gellyfish@gellyfish.com)
73545      Branch: perl
73546            ! pod/perlfunc.pod
73547 ____________________________________________________________________________
73548 [  6009] By: gsar                                  on 2000/04/28  21:00:00
73549         Log: IO::Poll bugs fixed (from Lincoln Stein <lstein@cshl.org>)
73550      Branch: perl
73551            ! ext/IO/lib/IO/Poll.pm t/lib/io_poll.t
73552 ____________________________________________________________________________
73553 [  6008] By: gsar                                  on 2000/04/28  20:56:33
73554         Log: VMS config tweak (from Craig A. Berry <craig.berry@metamorgs.com>)
73555      Branch: perl
73556            ! installperl vms/subconfigure.com
73557 ____________________________________________________________________________
73558 [  6007] By: gsar                                  on 2000/04/28  20:51:21
73559         Log: note about compile failures and END blocks (from M.J.T. Guy)
73560      Branch: perl
73561            ! pod/perl56delta.pod pod/perlmod.pod
73562 ____________________________________________________________________________
73563 [  6006] By: jhi                                   on 2000/04/28  20:42:14
73564         Log: Regen Configure.
73565      Branch: cfgperl
73566            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
73567            ! config_h.SH
73568 ____________________________________________________________________________
73569 [  6005] By: gsar                                  on 2000/04/28  20:41:16
73570         Log: perldoc might fail via "use blib" (from Hugo van der Sanden)
73571      Branch: perl
73572            ! utils/perldoc.PL
73573 ____________________________________________________________________________
73574 [  6004] By: jhi                                   on 2000/04/28  20:28:21
73575         Log: Integrate with Sarathy.
73576      Branch: cfgperl
73577           !> Configure INSTALL Porting/Glossary Porting/config.sh
73578           !> Porting/config_H config_h.SH epoc/config.sh perl.c sv.c
73579           !> t/pragma/warn/toke toke.c vms/subconfigure.com vos/config.def
73580           !> vos/config_h.SH_orig win32/config.bc win32/config.gc
73581           !> win32/config.vc win32/win32.c
73582 ____________________________________________________________________________
73583 [  6003] By: gsar                                  on 2000/04/28  20:11:20
73584         Log: allow REG_EXPAND_SZ keys in Windows registry (from
73585              John Clayton <John.Clayton@barclayscapital.com>)
73586      Branch: perl
73587            ! win32/win32.c
73588 ____________________________________________________________________________
73589 [  6002] By: gsar                                  on 2000/04/28  19:34:16
73590         Log: destructive sv_setsv() can lose UV-ness from source, causing
73591              numeric promotions/comparisons to fail to do the right thing
73592      Branch: perl
73593            ! sv.c
73594 ____________________________________________________________________________
73595 [  6001] By: gsar                                  on 2000/04/28  18:44:15
73596         Log: support additional library locations via $Config{otherlibdirs}
73597              (from Andy Dougherty)
73598      Branch: perl
73599            ! Configure INSTALL Porting/Glossary Porting/config.sh
73600            ! Porting/config_H config_h.SH epoc/config.sh perl.c
73601            ! vms/subconfigure.com vos/config.def vos/config_h.SH_orig
73602            ! win32/config.bc win32/config.gc win32/config.vc
73603 ____________________________________________________________________________
73604 [  6000] By: gsar                                  on 2000/04/28  18:26:58
73605         Log: reworked otherlibdirs.U (from Andy Dougherty)
73606      Branch: metaconfig
73607            ! U/installdirs/otherlibdirs.U
73608 ____________________________________________________________________________
73609 [  5999] By: gsar                                  on 2000/04/28  18:17:07
73610         Log: fix line renumbering bug in C<eval qq[#line 10 "X"\nwarn]>
73611      Branch: perl
73612            ! t/pragma/warn/toke toke.c
73613 ____________________________________________________________________________
73614 [  5998] By: jhi                                   on 2000/04/28  13:32:17
73615         Log: Try to get "Inf" by using &POSIX::HUGE_VAL in sprintf.
73616      Branch: cfgperl
73617            ! lib/Math/Complex.pm
73618 ____________________________________________________________________________
73619 [  5997] By: jhi                                   on 2000/04/28  13:14:04
73620         Log: Preserve $!.
73621      Branch: cfgperl
73622            ! lib/Math/Complex.pm
73623 ____________________________________________________________________________
73624 [  5996] By: jhi                                   on 2000/04/28  12:59:23
73625         Log: Integrate with Sarathy.
73626      Branch: cfgperl
73627           +> pod/perlrequick.pod pod/perlretut.pod
73628           !> (integrate 51 files)
73629 ____________________________________________________________________________
73630 [  5995] By: gsar                                  on 2000/04/28  09:37:36
73631         Log: fixes for bugs in C<use warnings qw(FATAL all)> (from Paul Marquess)
73632      Branch: perl
73633            ! mg.c t/pragma/warn/7fatal warnings.h warnings.pl
73634 ____________________________________________________________________________
73635 [  5994] By: gsar                                  on 2000/04/28  09:33:26
73636         Log: fix for missed accounting for null byte in pack("Z",...) (from
73637              M.J.T. Guy)
73638      Branch: perl
73639            ! pp.c t/op/pack.t
73640 ____________________________________________________________________________
73641 [  5993] By: gsar                                  on 2000/04/28  09:30:05
73642         Log: various minor tweaks seen on p5p
73643      Branch: perl
73644            ! lib/perl5db.pl pod/perlipc.pod pod/perlvar.pod
73645 ____________________________________________________________________________
73646 [  5992] By: gsar                                  on 2000/04/28  09:08:19
73647         Log: pod nit (from Simon Cozens)
73648      Branch: perl
73649            ! pod/perlop.pod
73650 ____________________________________________________________________________
73651 [  5991] By: gsar                                  on 2000/04/28  09:06:36
73652         Log: posix-bc patches (from Dorner Thomas <Thomas.Dorner@start.de>)
73653      Branch: perl
73654            ! README.posix-bc hints/posix-bc.sh
73655 ____________________________________________________________________________
73656 [  5990] By: gsar                                  on 2000/04/28  08:54:52
73657         Log: use $ENV{LIB} to search for libs under Visual C compiler
73658              on Windows (from Jochen Wiedmann <joe@ispsoft.de>)
73659      Branch: perl
73660            ! lib/ExtUtils/Liblist.pm
73661 ____________________________________________________________________________
73662 [  5989] By: gsar                                  on 2000/04/28  08:27:12
73663         Log: qw(a\\b) must be parsed like 'a\\b', i.e., backslash escapes
73664              itself and no other (from Tom Hughes)
73665      Branch: perl
73666            ! t/op/array.t toke.c
73667 ____________________________________________________________________________
73668 [  5988] By: gsar                                  on 2000/04/28  08:01:38
73669         Log: s/HTMLSCRIPTPOD/HTMLSCRIPTPODS/ (from Paul Sharpe
73670              <paul@miraclefish.com>)
73671      Branch: perl
73672            ! lib/ExtUtils/MakeMaker.pm
73673 ____________________________________________________________________________
73674 [  5987] By: gsar                                  on 2000/04/28  07:53:09
73675         Log: B::Bytecode tweaks (from Simon Cozens <simon@brecon.co.uk>)
73676      Branch: perl
73677            ! ext/B/B/Bytecode.pm ext/B/B/Disassembler.pm
73678 ____________________________________________________________________________
73679 [  5986] By: gsar                                  on 2000/04/28  07:44:17
73680         Log: add regular expressions tutorial and quick-start guide (from
73681              Mark Kvale <kvale@phy.ucsf.edu>)
73682      Branch: perl
73683            + pod/perlrequick.pod pod/perlretut.pod
73684            ! AUTHORS MAINTAIN MANIFEST
73685 ____________________________________________________________________________
73686 [  5985] By: gsar                                  on 2000/04/28  07:30:28
73687         Log: forked child may not exit correctly if it failed to open
73688              /dev/console (from Graham Barr)
73689      Branch: perl
73690            ! ext/Sys/Syslog/Syslog.pm
73691 ____________________________________________________________________________
73692 [  5984] By: gsar                                  on 2000/04/28  07:27:20
73693         Log: attributes::reftype() doesn't work on tied argument
73694      Branch: perl
73695            ! xsutils.c
73696 ____________________________________________________________________________
73697 [  5983] By: gsar                                  on 2000/04/28  07:15:04
73698         Log: numeric conversion of non-number in change#3378 tramples on
73699              OOK offset, causing segfaults
73700      Branch: perl
73701            ! sv.c
73702 ____________________________________________________________________________
73703 [  5982] By: gsar                                  on 2000/04/28  04:48:25
73704         Log: avoid error in IO::Socket::INET when given an unknown service name
73705              with a port number (from Brian Raven <brianr@ssprdmh01.liffe.com>)
73706      Branch: perl
73707            ! ext/IO/lib/IO/Socket/INET.pm
73708 ____________________________________________________________________________
73709 [  5981] By: gsar                                  on 2000/04/28  04:31:31
73710         Log: rename File::Glob::glob() to File::Glob::bsd_glob() to avoid
73711              prototype mismatch with CORE::glob(); update pod and tests to
73712              suit (File::Glob::glob() is still available for backward
73713              compatibility, but should be considered deprecated)
73714      Branch: perl
73715            ! ext/File/Glob/Glob.pm t/lib/glob-basic.t t/lib/glob-case.t
73716            ! t/lib/glob-taint.t
73717 ____________________________________________________________________________
73718 [  5980] By: gsar                                  on 2000/04/28  03:47:29
73719         Log: allow Configure -S to run non-interactively (spotted by Greg Hudson
73720              <ghudson@mit.edu>)
73721      Branch: metaconfig
73722            ! U/modified/Options.U
73723      Branch: perl
73724            ! Configure
73725 ____________________________________________________________________________
73726 [  5979] By: gsar                                  on 2000/04/28  03:07:54
73727         Log: under useithreads, constant pad entries could inadvertently be
73728              shared across threads (from Eric Blood <eblood@xmission.com>);
73729              added Eric's test case to testsuite
73730      Branch: perl
73731            ! op.c t/op/misc.t
73732 ____________________________________________________________________________
73733 [  5978] By: gsar                                  on 2000/04/27  21:13:00
73734         Log: sync version numbers in File::Spec with the ones on CPAN
73735              (from Barrie Slaymaker)
73736      Branch: perl
73737            ! lib/File/Spec/Functions.pm lib/File/Spec/Mac.pm
73738            ! lib/File/Spec/OS2.pm lib/File/Spec/Unix.pm
73739            ! lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm
73740 ____________________________________________________________________________
73741 [  5977] By: gsar                                  on 2000/04/27  21:07:29
73742         Log: autoquote barewords followed by newline and arrow properly
73743              (variant of fix suggested by Rick Delaney and M.J.T. Guy)
73744      Branch: perl
73745            ! t/pragma/warn/toke toke.c
73746 ____________________________________________________________________________
73747 [  5976] By: gsar                                  on 2000/04/27  20:41:20
73748         Log: DB_File v1.73 update (from Paul Marquess)
73749      Branch: perl
73750            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
73751            ! ext/DB_File/DB_File.xs ext/DB_File/version.c
73752 ____________________________________________________________________________
73753 [  5975] By: gsar                                  on 2000/04/27  20:34:24
73754         Log: allow sort() reentrancy (variant of patch suggested by
73755              Hugo van der Sanden)
73756      Branch: perl
73757            ! pp_ctl.c t/op/sort.t
73758 ____________________________________________________________________________
73759 [  5974] By: gsar                                  on 2000/04/27  19:46:57
73760         Log: change#4197 somehow missed initializing PL_errors, meaning
73761              sytax error queueing wasn't working outside eval"" at all;
73762              also fixed eval"" to localize PL_error_count, so that compile-time
73763              eval's don't clobber the error state of the outer context
73764      Branch: perl
73765            ! lib/Math/Complex.pm perl.c pp_ctl.c t/pragma/warn/op
73766            ! t/pragma/warn/toke
73767 ____________________________________________________________________________
73768 [  5973] By: gsar                                  on 2000/04/27  18:29:05
73769         Log: fix for failure to match $foo =~ /(?i)/ (from Ilya Zakharevich)
73770      Branch: perl
73771            ! regcomp.c regexec.c t/op/re_tests
73772 ____________________________________________________________________________
73773 [  5972] By: jhi                                   on 2000/04/27  18:22:41
73774         Log: Integrate with Sarathy.
73775      Branch: cfgperl
73776           +> t/lib/b.t t/lib/syslog.t
73777           !> (integrate 31 files)
73778 ____________________________________________________________________________
73779 [  5971] By: jhi                                   on 2000/04/27  18:18:46
73780         Log: Unicos tweaks from Mark P. Lutz.
73781      Branch: cfgperl
73782            ! hints/unicos.sh lib/Math/Complex.pm
73783 ____________________________________________________________________________
73784 [  5970] By: gsar                                  on 2000/04/27  18:05:11
73785         Log: Data::Dumper fumbles negative numbers on 32-bit platforms where
73786              IV is >32bits
73787      Branch: perl
73788            ! ext/Data/Dumper/Dumper.xs t/lib/dumper.t
73789 ____________________________________________________________________________
73790 [  5969] By: gsar                                  on 2000/04/27  17:50:56
73791         Log: fix Sys::Syslog breakage on domain sockets (from Tom Hughes)
73792      Branch: perl
73793            + t/lib/syslog.t
73794            ! MANIFEST ext/Sys/Syslog/Syslog.pm
73795 ____________________________________________________________________________
73796 [  5968] By: gsar                                  on 2000/04/27  17:44:49
73797         Log: tolerate spaces in group names in test on solaris (from David Boyce
73798              <dsb@boyski.com>)
73799      Branch: perl
73800            ! t/op/groups.t
73801 ____________________________________________________________________________
73802 [  5967] By: gsar                                  on 2000/04/27  17:41:22
73803         Log: improved docs on the warn_uninit diagnostic (from David Glasser
73804              and Simon Cozens)
73805      Branch: perl
73806            ! pod/perldiag.pod
73807 ____________________________________________________________________________
73808 [  5966] By: gsar                                  on 2000/04/27  16:54:58
73809         Log: add testsuite for B backends, fix bug in B::Deparse (from
73810              Simon Cozens <simon@brecon.co.uk>)
73811      Branch: perl
73812            + t/lib/b.t
73813            ! MANIFEST ext/B/B/Deparse.pm ext/B/B/Stash.pm
73814 ____________________________________________________________________________
73815 [  5965] By: gsar                                  on 2000/04/27  16:10:37
73816         Log: avoid "will not stay shared" warnings for our variables (from
73817              Robin Barker)
73818      Branch: perl
73819            ! op.c t/pragma/warn/op
73820 ____________________________________________________________________________
73821 [  5964] By: gsar                                  on 2000/04/27  07:05:05
73822         Log: reformat to 72 columns (again)
73823      Branch: perl
73824            ! pod/perldiag.pod
73825 ____________________________________________________________________________
73826 [  5963] By: gsar                                  on 2000/04/27  06:28:31
73827         Log: patch from Larry to make (\&) prototype work; added tests for
73828              the same
73829      Branch: perl
73830            ! op.c t/comp/proto.t
73831 ____________________________________________________________________________
73832 [  5962] By: gsar                                  on 2000/04/27  06:15:47
73833         Log: updated README.hpux (from Jeff Okamoto)
73834      Branch: perl
73835            ! README.hpux
73836 ____________________________________________________________________________
73837 [  5961] By: gsar                                  on 2000/04/27  05:55:03
73838         Log: recognize our, CHECK and INIT in cperl-mode (from Doug MacEachern)
73839      Branch: perl
73840            ! emacs/cperl-mode.el
73841 ____________________________________________________________________________
73842 [  5960] By: gsar                                  on 2000/04/27  05:49:26
73843         Log: better INSTALL notes on Solaris issues (from Dominic Dunlop)
73844      Branch: perl
73845            ! INSTALL
73846 ____________________________________________________________________________
73847 [  5959] By: gsar                                  on 2000/04/27  05:33:41
73848         Log: doubled words in pods (from Simon Cozens
73849              <simon.p.cozens@jp.pwcglobal.com>)
73850      Branch: perl
73851            ! pod/perl56delta.pod pod/perldebguts.pod pod/perlfaq5.pod
73852            ! pod/perlfork.pod pod/perlfunc.pod pod/perlipc.pod
73853            ! pod/perllexwarn.pod pod/perllocale.pod pod/perlmodlib.pod
73854            ! pod/perlnumber.pod pod/perlopentut.pod pod/perltodo.pod
73855            ! pod/perltootc.pod
73856 ____________________________________________________________________________
73857 [  5958] By: gsar                                  on 2000/04/27  05:11:39
73858         Log: change#3569 deleted some essential code, revert; avoid use of
73859              atexit() to make DynaLoader work properly on AIX under mod_perl
73860              (from Jens-Uwe Mager <jum@helios.de>)
73861      Branch: perl
73862            ! ext/DynaLoader/dl_aix.xs
73863 ____________________________________________________________________________
73864 [  5957] By: gsar                                  on 2000/04/27  04:54:51
73865         Log: pod nits (from A. C. Yardley <yardley@tanet.net>)
73866      Branch: perl
73867            ! pod/perlmod.pod
73868 ____________________________________________________________________________
73869 [  5956] By: gsar                                  on 2000/04/27  04:51:47
73870         Log: better diagnostics on failed tests (from Ilya Zakharevich)
73871      Branch: perl
73872            ! t/op/lex_assign.t
73873 ____________________________________________________________________________
73874 [  5955] By: gsar                                  on 2000/04/27  04:26:44
73875         Log: longstanding bug exposed by change#3307: sort arguments weren't
73876              compiled with the right wantarray context (ensuing runtime lookup
73877              via block_gimme() was getting the incidental context of the
73878              sort() itself)
73879      Branch: perl
73880            ! op.c t/op/sort.t
73881 ____________________________________________________________________________
73882 [  5954] By: gsar                                  on 2000/04/26  23:42:12
73883         Log: integrate cfgperl contents into mainline
73884      Branch: perl
73885           !> (integrate 30 files)
73886 ____________________________________________________________________________
73887 [  5953] By: jhi                                   on 2000/04/26  23:06:42
73888         Log: Integrate with Sarathy.
73889      Branch: cfgperl
73890           !> README.win32 ext/B/B/Deparse.pm
73891           !> ext/DynaLoader/DynaLoader_pm.PL ext/DynaLoader/XSLoader_pm.PL
73892           !> lib/vars.pm perl.c pod/perldiag.pod pod/perlsub.pod
73893           !> pod/perlsyn.pod pod/perlthrtut.pod pod/perltoc.pod
73894           !> pod/perltodo.pod pod/perlxs.pod pod/perlxstut.pod
73895           !> utils/perldoc.PL vms/perlvms.pod
73896 ____________________________________________________________________________
73897 [  5952] By: jhi                                   on 2000/04/26  23:03:46
73898         Log: Undo "use integer" addition from 64bitint as it seems
73899              to break most of the subtests in Digital UNIX;
73900              Unicos needs to find another way.
73901      Branch: cfgperl
73902            ! t/op/64bitint.t
73903 ____________________________________________________________________________
73904 [  5951] By: jhi                                   on 2000/04/26  22:57:53
73905         Log: Be more robust on "extreme" (large absolute value)
73906              arguments.  Originally reported by Daniel Connelly
73907              as a problem with asinh() on large negative arguments,
73908              asinh() used to bail out because an argument to log()
73909              ended up being zero.  Ilya Zakharevich proposed using
73910              Taylor's series in such cases, which for such large
73911              arguments is a very good approximation.
73912      Branch: cfgperl
73913            ! lib/Math/Complex.pm t/lib/complex.t
73914 ____________________________________________________________________________
73915 [  5950] By: gsar                                  on 2000/04/25  19:13:12
73916         Log: reformat perldiag to avoid long lines
73917      Branch: perl
73918            ! pod/perldiag.pod
73919 ____________________________________________________________________________
73920 [  5949] By: gsar                                  on 2000/04/25  18:41:11
73921         Log: make perldoc use the pod2man from the same version (from
73922              M.J.T. Guy)
73923      Branch: perl
73924            ! utils/perldoc.PL
73925 ____________________________________________________________________________
73926 [  5948] By: gsar                                  on 2000/04/25  18:21:57
73927         Log: typo in vars.pm that leads to cryptic message (from Piotr Piatkowski
73928              <kompas@kompas.usr.onet.pl>)
73929      Branch: perl
73930            ! lib/vars.pm
73931 ____________________________________________________________________________
73932 [  5947] By: gsar                                  on 2000/04/25  18:11:53
73933         Log: use &dl_error rather than &dl_load_file as the guard for calling
73934              boot_DynaLoader() (meant to fix dl_error() redefined warnings in
73935              statically built perl)
73936      Branch: perl
73937            ! ext/DynaLoader/DynaLoader_pm.PL ext/DynaLoader/XSLoader_pm.PL
73938 ____________________________________________________________________________
73939 [  5946] By: jhi                                   on 2000/04/25  17:37:54
73940         Log: Document that tr() is not tr(1).
73941      Branch: cfgperl
73942            ! pod/perlop.pod
73943 ____________________________________________________________________________
73944 [  5945] By: gsar                                  on 2000/04/25  16:34:33
73945         Log: make module name mandatory after -M switch; reorder perldiag
73946              alphabetically (from Mark-Jason Dominus)
73947      Branch: perl
73948            ! perl.c pod/perldiag.pod
73949 ____________________________________________________________________________
73950 [  5944] By: jhi                                   on 2000/04/25  01:15:18
73951         Log: On second thoughts frexp() does have two arguments.
73952      Branch: cfgperl
73953            ! perl.h
73954 ____________________________________________________________________________
73955 [  5943] By: jhi                                   on 2000/04/24  22:56:32
73956         Log: Add HAS_FREXPL, HAS_ISNAN, HAS_ISNANL, and HAS_MODFL.
73957              Now pp_ncmp() returns undef is either operand is a NaN.
73958      Branch: cfgperl
73959            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
73960            ! Todo-5.6 config_h.SH epoc/config.sh perl.h pp.c pp_sys.c
73961            ! vms/subconfigure.com vos/config.def vos/config.h
73962            ! vos/config_h.SH_orig win32/config.bc win32/config.gc
73963            ! win32/config.vc win32/config_H.bc win32/config_H.gc
73964            ! win32/config_H.vc
73965      Branch: metaconfig/U/perl
73966            + d_modfl.U
73967 ____________________________________________________________________________
73968 [  5942] By: jhi                                   on 2000/04/24  19:45:17
73969         Log: Regen Configure to match #5937.
73970      Branch: cfgperl
73971            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
73972            ! config_h.SH
73973      Branch: metaconfig
73974            ! U/installdirs/inc_version_list.U U/modified/cpp_stuff.U
73975 ____________________________________________________________________________
73976 [  5941] By: jhi                                   on 2000/04/24  19:24:11
73977         Log: Further Unicos fixes for Mark Lutz.
73978      Branch: cfgperl
73979            ! hints/unicos.sh pp_ctl.c
73980 ____________________________________________________________________________
73981 [  5940] By: jhi                                   on 2000/04/24  19:09:06
73982         Log: Various Unicos 10.0.0.6 fixes.
73983              
73984              Subject: [ID 20000414.007] Test suite failures in perl 5.6 on Cray T90
73985              From: Mark P Lutz <tecmpl1@triton.ca.boeing.com> 
73986              Reply-To: tecmpl1@triton.ca.boeing.com 
73987              To: perl5-porters@perl.org 
73988              Date: Fri, 14 Apr 2000 20:21:00 GMT 
73989              Message-Id: <200004142021.UAA36232@triton.ca.boeing.com> 
73990      Branch: cfgperl
73991            ! hints/unicos.sh pp.c pp_ctl.c t/op/64bitint.t
73992 ____________________________________________________________________________
73993 [  5939] By: gsar                                  on 2000/04/24  19:01:24
73994         Log: more pod nits (from Larry Virden)
73995      Branch: perl
73996            ! README.win32 pod/perlsub.pod pod/perlsyn.pod
73997            ! pod/perlthrtut.pod pod/perltoc.pod pod/perltodo.pod
73998            ! pod/perlxs.pod pod/perlxstut.pod vms/perlvms.pod
73999 ____________________________________________________________________________
74000 [  5938] By: gsar                                  on 2000/04/24  18:54:01
74001         Log: Consolidated B::Deparse fixes (from Stephen McCamant)
74002      Branch: perl
74003            ! ext/B/B/Deparse.pm
74004 ____________________________________________________________________________
74005 [  5937] By: jhi                                   on 2000/04/24  17:39:00
74006         Log: Integrate with Sarathy.
74007      Branch: cfgperl
74008           +> (branch 31 files)
74009           !> (integrate 73 files)
74010 ____________________________________________________________________________
74011 [  5936] By: gsar                                  on 2000/04/24  17:30:06
74012         Log: additional tests for change#5934 (from Paul Marquess, who also
74013              sent in the same fix)
74014      Branch: perl
74015            ! t/pragma/warn/2use t/pragma/warn/3both t/pragma/warn/4lint
74016            ! t/pragma/warn/5nolint t/pragma/warn/6default
74017 ____________________________________________________________________________
74018 [  5935] By: jhi                                   on 2000/04/24  17:26:05
74019         Log: Do not assume sign propagation.
74020              Subject:  [PATCH] Re: [ID 20000410.010] Unicoss 10.0.0.6 and perl 5.6.0
74021              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk> 
74022              To: payner@ncifcrf.gov, perl5-porters@perl.org 
74023              Date: Tue, 18 Apr 2000 18:24:49 +0100 
74024              Message-Id: <E12hbk1-0006Ws-00@ursa.cus.cam.ac.uk> 
74025      Branch: cfgperl
74026            ! t/op/bop.t t/op/misc.t
74027 ____________________________________________________________________________
74028 [  5934] By: gsar                                  on 2000/04/24  17:16:54
74029         Log: propagate lexical warnings from surrounding scope correctly
74030              within string eval()
74031      Branch: perl
74032            ! pp_ctl.c t/pragma/warn/pp_ctl
74033 ____________________________________________________________________________
74034 [  5933] By: jhi                                   on 2000/04/24  17:01:07
74035         Log: Flatten the cpp jungle doing the nosuid checking.
74036      Branch: cfgperl
74037            ! perl.c
74038 ____________________________________________________________________________
74039 [  5932] By: gsar                                  on 2000/04/24  09:08:14
74040         Log: add rsignal(), whichsig() and do_join() to public API list
74041              (mod_perl uses them to good advantage)
74042      Branch: perl
74043            ! embed.pl global.sym objXSUB.h perlapi.c proto.h
74044 ____________________________________________________________________________
74045 [  5931] By: gsar                                  on 2000/04/24  09:01:40
74046         Log: fix RE brokenness on refs/overloaded things (from Ilya Zakharevich)
74047      Branch: perl
74048            ! pp_hot.c regexec.c t/op/pat.t
74049 ____________________________________________________________________________
74050 [  5930] By: gsar                                  on 2000/04/24  08:58:33
74051         Log: small os390 tweaks (from Peter Prymmer)
74052      Branch: perl
74053            ! config_h.SH makedepend.SH
74054 ____________________________________________________________________________
74055 [  5929] By: gsar                                  on 2000/04/24  08:55:25
74056         Log: pod nits
74057      Branch: perl
74058            ! pod/perlguts.pod
74059 ____________________________________________________________________________
74060 [  5928] By: gsar                                  on 2000/04/24  08:50:13
74061         Log: revert change#5923 ("breaks" t/lib/io_poll.t)
74062      Branch: perl
74063            ! ext/IO/lib/IO/Poll.pm
74064 ____________________________________________________________________________
74065 [  5927] By: gsar                                  on 2000/04/24  08:43:24
74066         Log: arrange for next() to resume at the unstack op rather than the
74067              loop conditional, so that scope cleanup happens correctly
74068              (from Stephen McCamant)
74069      Branch: perl
74070            ! op.c pp_ctl.c t/op/misc.t
74071 ____________________________________________________________________________
74072 [  5926] By: gsar                                  on 2000/04/24  08:18:40
74073         Log: on windows, reserve 16M of stack rather than 128M (allows more
74074              threads to run concurrently)
74075      Branch: perl
74076            ! win32/Makefile win32/makefile.mk
74077 ____________________________________________________________________________
74078 [  5925] By: gsar                                  on 2000/04/24  08:13:52
74079         Log: POSIX-BC tweak (from Ignasi Roca <ignasi.roca@fujitsu.siemens.es>)
74080      Branch: perl
74081            ! toke.c
74082 ____________________________________________________________________________
74083 [  5924] By: gsar                                  on 2000/04/24  08:08:59
74084         Log: avoid using uninitialized memory in require version check
74085      Branch: perl
74086            ! pp_ctl.c universal.c
74087 ____________________________________________________________________________
74088 [  5923] By: gsar                                  on 2000/04/24  07:20:14
74089         Log: various bugs in IO::Poll (from Lincoln D. Stein <lstein@cshl.org>)
74090      Branch: perl
74091            ! ext/IO/lib/IO/Poll.pm
74092 ____________________________________________________________________________
74093 [  5922] By: gsar                                  on 2000/04/24  07:08:42
74094         Log: commentary about IoTYPE() (from Nathan Torkington)
74095      Branch: perl
74096            ! sv.h
74097 ____________________________________________________________________________
74098 [  5921] By: gsar                                  on 2000/04/24  06:58:26
74099         Log: make eq unicode-aware (from Gisle Aas); fix bogus tests revealed
74100              by fix
74101      Branch: perl
74102            ! sv.c t/lib/charnames.t t/pragma/utf8.t
74103 ____________________________________________________________________________
74104 [  5920] By: gsar                                  on 2000/04/24  06:37:59
74105         Log: Larry's fix for buggy propagation of utf8-ness in join(); add test
74106      Branch: perl
74107            ! doop.c t/op/ver.t
74108 ____________________________________________________________________________
74109 [  5919] By: gsar                                  on 2000/04/24  06:21:58
74110         Log: Configure might miss old directories when prefix must be
74111              expanded (from Robin Barker)
74112      Branch: metaconfig
74113            ! U/installdirs/inc_version_list.U
74114      Branch: perl
74115            ! Configure
74116 ____________________________________________________________________________
74117 [  5918] By: gsar                                  on 2000/04/24  06:16:11
74118         Log: VMS nits in glob() test (from Charles Lane)
74119      Branch: perl
74120            ! t/lib/glob-basic.t
74121 ____________________________________________________________________________
74122 [  5917] By: gsar                                  on 2000/04/24  06:11:56
74123         Log: various pod nits (from Larry Virden and others)
74124      Branch: perl
74125            ! README.amiga README.hpux README.machten README.os2
74126            ! README.os390 README.win32 embed.pl handy.h lib/IPC/Open3.pm
74127            ! pod/Win32.pod pod/perl56delta.pod pod/perlapi.pod
74128            ! pod/perlbook.pod pod/perlcompile.pod pod/perldebguts.pod
74129            ! pod/perldiag.pod pod/perlfork.pod pod/perlfunc.pod
74130            ! pod/perlguts.pod pod/perlintern.pod pod/perlipc.pod
74131            ! pod/perlmod.pod pod/perlmodinstall.pod pod/perlnumber.pod
74132            ! pod/perlop.pod pod/perlport.pod pod/perlre.pod
74133            ! pod/perltrap.pod pod/perlunicode.pod pod/perlvar.pod pp.h
74134 ____________________________________________________________________________
74135 [  5916] By: gsar                                  on 2000/04/24  05:52:43
74136         Log: ignore dotfiles (.cvsignore etc) in test (from Warren Jones
74137              <wjones@tc.fluke.com>)
74138      Branch: perl
74139            ! t/lib/glob-basic.t
74140 ____________________________________________________________________________
74141 [  5915] By: gsar                                  on 2000/04/24  05:07:01
74142         Log: supported platforms mixed up
74143      Branch: perl
74144            ! pod/perl56delta.pod pod/perlport.pod
74145 ____________________________________________________________________________
74146 [  5914] By: gsar                                  on 2000/04/24  04:56:08
74147         Log: caller() wasn't returning the right number of elements for
74148              eval {...}
74149      Branch: perl
74150            ! pp_ctl.c t/pragma/warn/9enabled
74151 ____________________________________________________________________________
74152 [  5913] By: gsar                                  on 2000/04/24  04:35:41
74153         Log: pod nit: $yday range for localtime/gmtime is 0..364 not 1..365 (from
74154              Mark-Jason Dominus)
74155      Branch: perl
74156            ! pod/perlfunc.pod
74157 ____________________________________________________________________________
74158 [  5912] By: gsar                                  on 2000/04/24  04:17:15
74159         Log: fix totally broken caching in UNIVERSAL::isa() (from
74160              Nick Ing-Simmons)
74161      Branch: perl
74162            ! t/op/universal.t universal.c
74163 ____________________________________________________________________________
74164 [  5911] By: gsar                                  on 2000/04/24  03:39:47
74165         Log: add linebreak properties from unicode/LineBrk.txt (from
74166              Dave Hartnoll <Dave_Hartnoll@3b2.com>)
74167      Branch: perl
74168            + lib/unicode/Is/LbrkAI.pl lib/unicode/Is/LbrkAL.pl
74169            + lib/unicode/Is/LbrkB2.pl lib/unicode/Is/LbrkBA.pl
74170            + lib/unicode/Is/LbrkBB.pl lib/unicode/Is/LbrkBK.pl
74171            + lib/unicode/Is/LbrkCB.pl lib/unicode/Is/LbrkCL.pl
74172            + lib/unicode/Is/LbrkCM.pl lib/unicode/Is/LbrkCR.pl
74173            + lib/unicode/Is/LbrkEX.pl lib/unicode/Is/LbrkGL.pl
74174            + lib/unicode/Is/LbrkHY.pl lib/unicode/Is/LbrkID.pl
74175            + lib/unicode/Is/LbrkIN.pl lib/unicode/Is/LbrkIS.pl
74176            + lib/unicode/Is/LbrkLF.pl lib/unicode/Is/LbrkNS.pl
74177            + lib/unicode/Is/LbrkNU.pl lib/unicode/Is/LbrkOP.pl
74178            + lib/unicode/Is/LbrkPO.pl lib/unicode/Is/LbrkPR.pl
74179            + lib/unicode/Is/LbrkQU.pl lib/unicode/Is/LbrkSA.pl
74180            + lib/unicode/Is/LbrkSG.pl lib/unicode/Is/LbrkSP.pl
74181            + lib/unicode/Is/LbrkSY.pl lib/unicode/Is/LbrkXX.pl
74182            + lib/unicode/Is/LbrkZW.pl
74183            ! lib/unicode/mktables.PL
74184 ____________________________________________________________________________
74185 [  5910] By: gsar                                  on 2000/04/24  03:23:10
74186         Log: typo in pod
74187      Branch: perl
74188            ! ext/Thread/Thread.pm
74189 ____________________________________________________________________________
74190 [  5909] By: gsar                                  on 2000/04/24  03:22:03
74191         Log: mode argument to do_binmode() should be file mode, not boolean
74192      Branch: perl
74193            ! pp_sys.c
74194 ____________________________________________________________________________
74195 [  5908] By: gsar                                  on 2000/04/16  16:51:08
74196         Log: introduce illegal symbols into null package so that gv_fetchpv(...,TRUE)
74197              always returns a valid GV even when the symbol is trapped by strictures
74198              (avoids coredumps)
74199              
74200              TODO: the C<package;> hack needs similar treatment
74201      Branch: perl
74202            ! embedvar.h gv.c intrpvar.h perl.c perlapi.h
74203            ! t/pragma/strict-vars
74204 ____________________________________________________________________________
74205 [  5907] By: jhi                                   on 2000/03/31  23:42:56
74206         Log: pp_gmtime() assumed that newSVpvf %d would take C ints,
74207              an assumption which #5905 demolished.
74208      Branch: cfgperl
74209            ! pp_sys.c
74210 ____________________________________________________________________________
74211 [  5906] By: jhi                                   on 2000/03/31  18:54:37
74212         Log: Typo in #5905.
74213      Branch: cfgperl
74214            ! t/op/64bitint.t
74215 ____________________________________________________________________________
74216 [  5905] By: jhi                                   on 2000/03/31  18:50:54
74217         Log: Fix for "[ID 20000329.080] quad printing does not work as documented",
74218              reported by Joseph N. Hall.  The bug was that even with use64bitint
74219              one had to use the prefixes q, L, or ll with printf/sprintf,
74220              contrary to the documentation and common sense.
74221      Branch: cfgperl
74222            ! sv.c t/op/64bitint.t
74223 ____________________________________________________________________________
74224 [  5904] By: gsar                                  on 2000/03/28  02:31:32
74225         Log: add Changes, perldelta.pod
74226      Branch: perl
74227            + Changes pod/perldelta.pod
74228 ____________________________________________________________________________
74229 [  5903] By: gsar                                  on 2000/03/28  02:03:55
74230         Log: rename Changes and perldelta.pod
74231      Branch: perl
74232           +> Changes5.6 pod/perl56delta.pod
74233            - Changes pod/perldelta.pod
74234            ! MANIFEST
74235 ____________________________________________________________________________
74236 [  5902] By: gsar                                  on 2000/03/28  01:59:14
74237         Log: create maint-5.6 branch
74238      Branch: maint-5.6/perl
74239           +> (branch 1611 files)
74240 ____________________________________________________________________________
74241 [  5901] By: jhi                                   on 2000/03/23  05:48:43
74242         Log: Integrate with Sarathy.
74243      Branch: cfgperl
74244           !> Changes patchlevel.h pod/perlhist.pod pod/perltoc.pod
74245 ____________________________________________________________________________
74246 [  5900] By: gsar                                  on 2000/03/23  05:42:43
74247         Log: three guesses on what this is :-)
74248      Branch: perl
74249            ! Changes